.size-selector {
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
  padding: 0.625rem 1rem;
}

.size-selector option {
  padding: 8px;
}

.wheel-filter-group {
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.wheel-filter {
  font-size: 0.85rem;
  padding: 0.3rem 0.6rem;
  border-radius: 30px;
}

.wheel-filter.active {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}

.current-dimension {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Hover effects for dimension rows */
#dimensions .table tbody tr:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transition: background-color 0.2s ease;
}

/* Nice custom select styling */
.custom-select-wrapper {
  position: relative;
}

/* Hide scrollbar in Firefox */
.size-selector {
  scrollbar-width: thin;
}

/* Hide scrollbar in Chrome/Safari */
.size-selector::-webkit-scrollbar {
  width: 6px;
}

.size-selector::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.size-selector::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}

.size-selector::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

/* Custom size selector styles */
.custom-size-selector {
  position: relative;
}

.size-selector-header {
  cursor: pointer;
  transition: all 0.2s ease;
}

.size-selector-header:hover {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.size-selector-toggle {
  transition: transform 0.2s ease;
}

.size-selector-dropdown {
  position: absolute;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.size-option {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.size-option:hover {
  background-color: #f8f9fa;
}

.size-option.selected {
  background-color: #e9f0ff;
}

.wheel-size-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Search input in dropdown */
.size-search-input {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.size-search-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Make sure the dropdown stays above other elements */
.size-selector-dropdown.card {
  border-radius: 0.375rem;
  margin-top: 5px;
}

/* Variant selector styles */
.variant-selector .variant-options {
  gap: 0.4rem;
}
.variant-selector .variant-option {
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.variant-selector .variant-option .variant-btn {
  border-radius: 6px;
  transition: all 0.2s ease;
  border: 2px solid #dee2e6;
  background: white;
  width: 100%;
}
.variant-selector .variant-option .variant-btn:hover {
  border-color: #0d6efd;
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.variant-selector .variant-option.selected .variant-btn {
  border-color: #0d6efd;
  background-color: #e9f0ff;
  color: #0d6efd;
  font-weight: 600;
}
.variant-selector .variant-option .variant-info .fw-medium {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.variant-selector .variant-option .variant-info .badge {
  font-size: 0.65rem !important;
  padding: 0.25rem 0.5rem;
}
.variant-selector .variant-option .variant-info .badge.bg-success {
  background-color: #198754 !important;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(25, 135, 84, 0.3);
}
.variant-selector .variant-option .variant-info .badge.bg-secondary {
  background-color: #6c757d !important;
  color: white !important;
  font-weight: 500;
}
.variant-selector .variant-option .variant-info .badge.bg-dark {
  background-color: #212529 !important;
  color: white !important;
  font-weight: 500;
}
.variant-selector .variant-option .variant-info .badge.bg-primary {
  background-color: #0d6efd !important;
  color: white !important;
  font-weight: 500;
}
.variant-selector .variant-option .variant-info .fa-shield-alt {
  vertical-align: middle;
  margin-left: 0.25rem;
  cursor: help;
}
.variant-selector .variant-option .variant-info .fa-shield-alt:hover {
  color: #0a58ca !important;
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.variant-selector .variant-option .variant-price {
  font-size: 1rem;
  font-weight: 600;
}

.product-title-section .product-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #1d1d1f;
  margin: 0;
  text-align: center;
  background: linear-gradient(135deg, #1d1d1f 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .product-title-section .product-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .product-title-section .product-title {
    font-size: 1.5rem;
  }
}
.product-title-section .product-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #86868b;
  margin: 8px 0 0 0;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-title-section .product-subtitle {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .product-title-section .product-subtitle {
    font-size: 0.8rem;
  }
}
.product-title-section .achievements-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #007bff;
  margin: 12px 0 0 0;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.product-title-section .achievements-subtitle i {
  font-size: 0.8rem;
  color: #ffc107;
}
@media (max-width: 768px) {
  .product-title-section .achievements-subtitle {
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .product-title-section .achievements-subtitle {
    font-size: 0.8rem;
  }
}

.alternatives-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.alternative-item {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.75rem;
  transition: all 0.2s ease;
  background: white;
  text-decoration: none;
  color: inherit;
}
.alternative-item:hover {
  border-color: #0d6efd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  text-decoration: none;
  color: inherit;
}
.alternative-item .manufacturer-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.alternative-item .brand-logo {
  height: 20px;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
.alternative-item .star-rating-compact {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
}
.alternative-item .star-rating-compact i {
  color: #ffc107;
  font-size: 0.7rem;
}
.alternative-item .star-rating-compact .rating-text {
  color: #6c757d;
  font-weight: 500;
}
.alternative-item .alternative-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.alternative-item .alternative-image {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  background: #f8f9fa;
  flex-shrink: 0;
}
.alternative-item .alternative-details h6 {
  margin: 0 0 0.25rem 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #212529;
  line-height: 1.2;
}
.alternative-item .alternative-details .alternative-price {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}
.alternative-item .alternative-details .alternative-price.cheaper {
  color: #198754;
}
.alternative-item .alternative-details .alternative-price.more-expensive {
  color: #0d6efd;
}
.alternative-item .alternative-details .alternative-price.same-price {
  color: #6c757d;
}
.alternative-item .alternative-details .alternative-price .absolute-price {
  font-weight: 400;
  color: #6c757d;
  font-size: 0.8rem;
}
.alternative-item .tire-specs {
  font-size: 0.7rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
  line-height: 1.1;
}
.alternative-item .alternative-comparison {
  margin-top: 0.5rem;
}
.alternative-item .comparison-points {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.alternative-item .comparison-point {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.alternative-item .comparison-point.better {
  color: #198754;
}
.alternative-item .comparison-point.worse {
  color: #dc3545;
}
.alternative-item .comparison-point.similar {
  color: #6c757d;
}
.alternative-item .comparison-point.significant-difference {
  font-weight: 700;
}
.alternative-item .comparison-point i {
  width: 10px;
  font-size: 0.65rem;
}
.alternative-item .comparison-point i.diagonal-up {
  transform: rotate(45deg);
  font-size: 0.6rem;
}
.alternative-item .comparison-point i.diagonal-down {
  transform: rotate(-45deg);
  font-size: 0.6rem;
}
.alternative-item .comparison-point i.fa-arrow-right {
  font-size: 0.6rem;
  opacity: 0.8;
}
.alternative-item .comparison-point-more {
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #6c757d;
  cursor: help;
  padding: 0.15rem 0.3rem;
  border-radius: 4px;
  background: rgba(108, 117, 125, 0.1);
  border: 1px dashed #6c757d;
  transition: all 0.2s ease;
  margin-top: 0.1rem;
}
.alternative-item .comparison-point-more:hover {
  background: rgba(108, 117, 125, 0.15);
  border-color: #495057;
  color: #495057;
}
.alternative-item .comparison-point-more i {
  font-size: 0.65rem;
}
.alternative-item .comparison-point-more .more-count {
  font-weight: 500;
}
.alternative-item .performance-summary {
  font-size: 0.7rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

@media (max-width: 576px) {
  .alternatives-list {
    grid-template-columns: 1fr;
  }
}
.alternatives-loading {
  text-align: center;
  padding: 2rem 1rem;
  color: #6c757d;
}

.alternatives-info-icon {
  font-size: 0.8rem;
  cursor: help;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.alternatives-info-icon:hover {
  opacity: 1;
  color: #0d6efd !important;
}

.tooltip .tooltip-comparison-point {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0;
  font-size: 0.7rem;
  line-height: 1.2;
}
.tooltip .tooltip-comparison-point.better {
  color: #198754;
}
.tooltip .tooltip-comparison-point.worse {
  color: #dc3545;
}
.tooltip .tooltip-comparison-point.similar {
  color: #6c757d;
}
.tooltip .tooltip-comparison-point.significant-difference {
  font-weight: 700;
}
.tooltip .tooltip-comparison-point .tooltip-icon {
  font-weight: bold;
  width: 10px;
  text-align: center;
  flex-shrink: 0;
}
.tooltip .tooltip-comparison-point .diagonal-up-icon {
  display: inline-block;
  transform: rotate(45deg);
}
.tooltip .tooltip-comparison-point .diagonal-down-icon {
  display: inline-block;
  transform: rotate(-45deg);
}
.tooltip.bs-tooltip-top .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #212529;
}
.tooltip .tooltip-inner {
  background-color: #212529;
  color: #fff;
  text-align: left;
  max-width: 250px;
  padding: 0.75rem;
}/*# sourceMappingURL=shop.css.map */