.price-row {
    height: 50px;
    display: flex;
    gap: 30px;
}

.wheel-spec-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.spec-item {
    width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.svg-container {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.svg-container svg {
    width: 80%;
    height: 80%;
}

.value {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}

.label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.svg-line {
    fill: none;
    stroke: #1e293b;
    stroke-width: 2;
}

.primary-stroke {
    fill: none;
    stroke: var(--primary, #e11d48);
    stroke-width: 3;
}

.primary-fill {
    fill: var(--primary, #e11d48);
    stroke: none;
}

.cart-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1b7f4c;
    font-size: 14px;
    font-weight: 500;
    /*max-width: 150px;
    white-space: normal;
    line-height: 1.4;*/
}

@media (max-width: 576px) {
    .spec__row {
        display: flex;
        justify-content: space-between;
        padding: 4px 0;
    }

    .spec__name {
        min-width: 110px;
    }
}

.page-header {
    padding: 15px 0 !important;
}

.block {
    padding: 10px 0 !important;
}


.product {
    margin-bottom: 20px !important;
}

.product-tabs {
    margin-top: 30px !important;
}

.spec__section {
    margin-bottom: 15px;
}

.spec__row {
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
}

.product {
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 0 !important;
}

.product__name {
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product__description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.product__prices {
    font-size: 28px;
    font-weight: bold;
    color: #e60023;
    margin-top: 0px;
}

.product__availability {
    margin-bottom: 10px;
}



.spec__section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 5px;
}

.spec__row {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
}

.spec__row:first-of-type {
    border-top: none;
}

.spec__name {
    width: 180px;
    color: #666;
}

.spec__value {
    flex: 1;
    text-align: left;
}

@media (max-width: 576px) {
    .spec__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .spec__name {
        width: 100%;
        margin-bottom: 2px;
    }
}

.product__sidebar {
    border: 1px solid #eee;
    grid-row-start: 5;
    padding-bottom: 16px;
}

.product__actions-item--addtocart button {
    width: 100%;
    height: 45px;
    font-weight: 600;
    font-size: 16px;
}

.btn-primary {
    border: none;
}

.btn-primary:hover {
    background: #e60023;
}

.product-tabs {
    margin-top: 0 !important;
}

.product-tabs__list {
    background: #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #f2f2f2;
}

.product-tabs__content {
    background: #fff;
    padding: 8px 28px;
    border: 1px solid #ebebeb;
    border-top: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.product-tabs__item {
    padding: 8px 15px;
    font-weight: 500;
}

.product-tabs__item--active {
    border-bottom: 3px solid #e60023;
    color: #e60023;
}

.block-products-carousel {
    margin-top: 30px;
}

.product-card {
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.product__content {
    gap: 20px !important;
}



.product__badge-row {
    margin-bottom: 15px;
}

.badge-featured,
.badge-new,
.badge-offer,
.badge-bestseller {
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 600;
}

/* Featured */
.badge-featured {
    background: #111;
}

/* New */
.badge-new {
    background: #28a745;
}

/* Special Offer */
.badge-offer {
    background: #ff6a00;
}

/* Bestseller */
.badge-bestseller {
    background: #007bff;
}

.badge-stock {
    background: #e6f7ed;
    color: #1a7f37;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.product__brand {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}

.product__short-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6c757d;
    margin: 20px 0;
    border-left: 3px solid #eee;
    padding-left: 15px;
}

.product__highlights {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.product__highlights li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.modern-sidebar {
    background: #fdfdfd;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    top: 20px;
}

.price {
    font-size: 32px;
    color: #111;
    display: block;
    margin-bottom: 10px;
}

.stock-status {
    font-size: 14px;
    margin-bottom: 15px;
}

.stock-status.success {
    color: #1a7f37;
}

.stock-status.danger {
    color: #c62828;
}

.trust-badges {
    font-size: 13px;
    margin-bottom: 15px;
}

.trust-badges div {
    margin-bottom: 6px;
}

.cta-section {
    margin-bottom: 15px;
}

.btn-block {
    width: 100%;
    height: 40px;
    font-weight: 600;
}

.guarantee-box {
    font-size: 13px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.tab-content__header {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    position: relative;
}

/* Description Typography */
.description-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* Specification Grid Layout */
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns on desktop */
    gap: 40px;
}

@media (max-width: 768px) {
    .spec-grid {
        grid-template-columns: 1fr;
    }

    .product-tabs__content {
        padding: 20px;
    }
}

.spec-group__title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 15px;
    font-weight: 700;
}

.spec-item {
    display: flex;
    justify-content: space-between;
}

.spec-item:last-child {
    border-bottom: none;
}

.spec-item__label {
    font-weight: 600;
    color: #555;
}

.spec-item__value {
    color: #111;
    text-align: right;
}

.product-tabs__item {
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
    color: #888;
}

.product-tabs__item--active {
    border-bottom-color: #e60023 !important;
    color: #111 !important;
    font-weight: 700;
}

.spec-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    align-items: start;
}


.spec-block__title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #999;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Responsive fixes for mobile */
@media (max-width: 576px) {
    .spec-container {
        grid-template-columns: 1fr;
    }
}

.availability {
    font-weight: bold;
    font-size: 14px;

}

.spec-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    width: 100%;
}



@media (max-width: 992px) {
    .spec-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .spec-grid-container {
        grid-template-columns: 1fr;
    }
}

.brand-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 5px;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* keeps aspect ratio */
}

.product__meta {
    font-size: 16px;
}
.product__meta li {
    color: black;
}

/* Container below the Title */
.product__meta-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0 0px 0;
}

.meta-header__main {
    flex: 1;
}

/* Brand & SKU Pills */
.meta-row {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.meta-pill {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.pill-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #888;
    padding: 5px 10px;
    background: #eee;
    border-right: 1px solid #e5e5e5;
}

.pill-value {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    padding: 5px 12px;
}

.pill-value:hover {
    color: #e60023;
}

/* Quick Specs Styling */
.quick-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.q-spec {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 5px;
}

.q-spec strong {
    color: #111;
    font-weight: 700;
}

/* Logo box */
.meta-header__brand {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-link img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.brand-logo-link img:hover {
    opacity: 1;
}

.product-card__brand-logo img {
  max-height: 200px;
  max-width: 200px;
  object-fit: contain;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 576px) {
    .product__meta-header {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .meta-row {
        flex-wrap: wrap;
    }

    .btn-block {
        width: 100%;
        height: 35px;
        font-weight: 600;
    }

    .cart-status-badge {
      max-width: none;
    }
 
    .product-card__brand-logo {
      margin-top: 12px;
    }

    .product-card__brand-logo img {
      max-height: 150px;
      max-width: 150px;
      object-fit: contain;
      opacity: 0.8;
    }

    .price-row {
      gap: 0px;
      height: auto;
      display: inherit;
    }
}


/* Sidebar Container */
.modern-sidebar {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Header & Price */
.sidebar-header {
    margin-bottom: 24px;
}

.main-price {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -1px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.price-tax-label {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0;
}

/* Stock Badges */
.stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 6px;
}

.in-stock {
    color: #2ecc71;
    background: #ebf9f1;
}

.out-of-stock {
    color: #e74c3c;
    background: #fdf2f0;
}

.stock-badge .dot {
    height: 8px;
    width: 8px;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
}

/* Buttons */
.btn-modern-primary {
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-modern-primary:hover {
    background: #333;
    transform: translateY(-1px);
}

.btn-modern-outline {
    width: 100%;
    background: transparent;
    border: 2px solid #eef0f2;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    color: #555;
    transition: all 0.2s;
}

.btn-modern-outline:hover {
    border-color: #111;
    color: #111;
}

/* Trust Items */
.trust-list {
    border-top: 1px solid #f0f2f5;
    margin-top: 10px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trust-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.trust-item i {
    font-size: 18px;
    color: #111;
    width: 24px;
}

.trust-text {
    display: flex;
    flex-direction: column;
}

.trust-text strong {
    font-size: 13px;
    color: #111;
}

.trust-text span {
    font-size: 12px;
    color: #777;
}

/* Guarantee Box */
.guarantee-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 24px;
}

.guarantee-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-size: 13px;
    margin-bottom: 4px;
}

.guarantee-card p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.product-card__brand-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 4px;
    width: 45px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.product-card__brand-badge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

[dir="ltr"] .product-tabs__item:first-child {
    margin-left: 0px;
}

.fitment-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ebebeb;
}

.fitment-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.fitment-table thead,
.fitment-table tbody {
    display: block;
}

.fitment-table tbody {
    max-height: 300px;
    overflow-y: auto;
}

.fitment-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.fitment-table thead {
    background: #f9fafb;
}

.fitment-table th {
    padding: 10px;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}

.fitment-table td {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.fitment-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.product-card:hover {
    transform: translateY(2px);
}


   .brand-section h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #333;
}

.seo-links-grid ul li {
  margin-bottom: 10px;
  list-style: none;
}

.badge-light {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 4px 8px;
  border-radius: 4px;
  color: #555;
  text-decoration: none;
  font-size: 0.9rem;
}

.badge-light:hover {
  background-color: #007bff;
  color: #fff;
}



.style-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.style-pill {
  display: inline-block;
  padding: 5px 12px;
  background: #f1f3f5;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  color: #495057;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.style-pill:hover {
  background: #cc3333;
  color: #fff;
  border-color: #cc3333;
}

.long-desc a {
  color: #333; /* Keep it dark like the text */
  text-decoration: none;
  border-bottom: 1px dotted #cc3333; /* Subtle underline instead of solid blue */
  transition: all 0.2s;
}

.long-desc a:hover {
  color: #cc3333;
  border-bottom: 1px solid #cc3333;
  background-color: #f8f9fa;
}

.product-image {
  position: relative;
  overflow: hidden;
}

.ribbon {
  position: absolute;
  top: 20px;
  left: -49px;
  width: 180px;
  text-align: center;
  background: #28a745;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 0;
  transform: rotate(-45deg);
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Hide the checkbox itself */
.desc-tgl-checkbox {
  display: none;
}

.desc-content {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Show exactly 3 lines initially */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  line-height: 1.5;
  max-height: 4.5em; /* 3 lines * 1.5 line-height */
}

/* When checkbox is checked, reveal everything */
.desc-tgl-checkbox:checked + .desc-content {
  -webkit-line-clamp: unset;
  max-height: 2000px; /* Large enough to fit text */
}

/* Button Styling */
.read-more-btn {
  display: inline-block;
  margin-top: 5px;
  color: #d11212; /* Brand color */
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

/* Toggle Button Text */
.read-more-btn::before {
  content: "Read More";
}

.desc-tgl-checkbox:checked ~ .read-more-btn::before {
  content: "Read Less";
}

/* 4. Discovery Box Styling (Keep as is) */
.brand-discovery-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef !important;
  border-radius: 8px;
}

/* Pills for Diameters */
.discovery-pill {
  display: inline-block;
  padding: 4px 12px;
  margin: 2px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #495057;
  font-size: 13px;
  transition: all 0.2s ease;
}

.discovery-pill:hover {
  border-color: #007bff;
  color: #007bff;
  text-decoration: none;
}

/* Specific Fitment Highlight */
.discovery-link-highlight {
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border 0.2s;
}

.discovery-link-highlight:hover {
  border-bottom: 2px solid #007bff;
  text-decoration: none;
}

/* Style Tags */
.style-tag {
  font-size: 12px;
  background: #fff;
  color: #6c757d;
  padding: 5px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  border: 1px solid #e9ecef;
  transition: 0.2s;
}

.style-tag:hover {
  background: #343a40;
  color: #fff;
  text-decoration: none;
}

.discovery-label {
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Trust Grid Panels Layout */
  .product__trust-signals {
    width: 100%;
    clear: both;
  }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
  }
  .trust-item {
    background-color: #f9f9f9;
    padding: 10px 14px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }


.fitment-warning {
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #554002;
    padding: 10px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
}

.fitment-warning i {
    margin-right: 2px;
    color: #d39e00;
}

.border-primary-light { border-bottom: 1px solid rgba(0, 123, 255, 0.3); transition: border-color 0.2s; }
.border-primary-light:hover { border-bottom-color: #007bff; color: #0056b3 !important; }
.bg-light:hover { background-color: #e9ecef !important; }

.product-meta-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-meta-info {
    display: flex;
    align-items: center;
    gap: 10px; /* Increase or decrease as needed */
}
