.variation-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding: 0 5px;
    border: 0px !important;
}

.variation-info .notes {
    background: #f7f8f9;
    border-radius: 20px;
    min-height: 44px;
    height: auto;
    padding: 8px 16px;
    margin-bottom: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
}

.variation-info .notes .title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px 0;
}

.variation-info .notes .title h4 {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 15px !important;
    color: #444 !important;
    font-weight: 500 !important;
    width: 100% !important;
    line-height: normal !important;
}

/* Value positioning - Transforming .titleTextSn into a colored pill badge */
.variation-info .notes .title h4 .titleTextSn {
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 11px;
    border-radius: 999px;
    margin-left: auto !important;
    margin-right: -10px !important;
    white-space: normal;
    text-align: right !important;
}

/* Ensure link inside badge is white */
.variation-info .notes .title h4 .titleTextSn a {
    color: #fff !important;
    text-decoration: none;
}

/* Colors by nth-child (Background of .titleTextSn) */
.variation-info .notes:nth-child(1) .titleTextSn,
.variation-info .notes:nth-child(2) .titleTextSn { background: #2e7d32; }
.variation-info .notes:nth-child(3) .titleTextSn { background: #1565c0; }
.variation-info .notes:nth-child(4) .titleTextSn { background: #e65100; }
.variation-info .notes:nth-child(5) .titleTextSn { background: #546e7a; }
.variation-info .notes:nth-child(6) .titleTextSn { background: #37474f; }
.variation-info .notes:nth-child(7) .titleTextSn { background: #546e7a; }

/* Icon / SVG / FA styling */
.variation-info .notes .title h4 svg,
.variation-info .notes .title h4 i,
.variation-info .notes .title h4 .fa,
.variation-info .notes .title h4 span[class*="_icon"] {
    margin-right: 15px !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* Value positioning - Transforming .titleTextSn into a colored pill badge */
.variation-info .notes .title h4 .titleTextSn {
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 11px;
    border-radius: 999px;
    margin-left: auto !important;
    white-space: normal;
    text-align: right !important;
}

/* Ensure link inside badge is white */
.variation-info .notes .title h4 .titleTextSn a {
    color: #fff !important;
    text-decoration: none;
}

/* Colors by nth-child (Background of .titleTextSn) */
.variation-info .notes:nth-child(1) .titleTextSn,
.variation-info .notes:nth-child(2) .titleTextSn { background: #2e7d32; }
.variation-info .notes:nth-child(3) .titleTextSn { background: #1565c0; }
.variation-info .notes:nth-child(4) .titleTextSn { background: #e65100; }
.variation-info .notes:nth-child(5) .titleTextSn { background: #546e7a; }
.variation-info .notes:nth-child(6) .titleTextSn { background: #37474f; }
.variation-info .notes:nth-child(7) .titleTextSn { background: #546e7a; }

/* Cleanup of possible residues */
.variation-info .notes .title h4 br {
    display: none !important;
}

/* Save Badge (Спестявате...) */
.save-badge {
    display: inline-flex;
    align-items: center;
    background-color: #e8f5e9;
    color: #1a7f37;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.save-badge svg {
    color: #0b9e31;
    min-width: 18px;
    min-height: 18px;
}

/* Override any default green for inside save badge if needed */
.save-badge span {
    color: inherit;
}

/* ========================================================
   Buttons Action Box (Add to Cart & Quick Order)
   ======================================================== */
.buyBoxList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

/* Eliminate inline breaks that ruin flexbox */
.buyBoxList br {
    display: none !important;
}

/* Base style for both primary action buttons */
.buyBoxList .buyForm button.buy,
.mob-buy-fixed .buyForm button.buy {
    width: 100% !important;
    padding: 16px 20px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    height: auto !important;
    min-height: 56px !important;
    line-height: normal !important;
    cursor: pointer !important;
    border: none !important;
    box-shadow: none !important;
    /* Reset default shadows */
}

/* [1] ADD TO CART BUTTON (First Form) */
.buyBoxList .buyForm:nth-of-type(1) button.buy,
.mob-buy-fixed .buyForm button.buy {
    background-color: #003679 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 54, 121, 0.2) !important;
    text-shadow: none !important;
}

.buyBoxList .buyForm:nth-of-type(1) button.buy:hover,
.mob-buy-fixed .buyForm button.buy:hover {
    background-color: #002b60 !important;
    box-shadow: 0 6px 20px rgba(0, 54, 121, 0.3) !important;
    transform: translateY(-2px);
}

.buyBoxList .buyForm:nth-of-type(1) button.buy i.fa-shopping-cart,
.mob-buy-fixed .buyForm button.buy i.fa-shopping-cart {
    margin-right: 14px;
    font-size: 22px;
}

/* [2] QUICK ORDER BUTTON (Second Form) */
.buyBoxList .buyForm:nth-of-type(2) button.buy {
    background-color: #f4f5f7 !important;
    color: #222 !important;
    border: 1px solid #e1e3e8 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    text-shadow: none !important;
}

.buyBoxList .buyForm:nth-of-type(2) button.buy:hover {
    background-color: #ebedf0 !important;
    transform: translateY(-2px);
}

/* Lightning Icon injected via CSS pseudoelement */
.buyBoxList .buyForm:nth-of-type(2) button.buy::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fca311'%3E%3Cpath d='M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5zM6.374 1 4.168 8.5H7.5a.5.5 0 0 1 .478.647L6.78 13.04 11.478 7H8a.5.5 0 0 1-.474-.658L9.306 1H6.374z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========================================================
   Leasing Box (Order on Leasing)
   ======================================================== */
a.leasingBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    background-color: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 8px;
    text-decoration: none !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    margin-top: 15px;
    margin-bottom: 20px;
}

a.leasingBox:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.leasingBox .leasing-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

.leasingBox .order-leasing-link {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: normal;
}

.leasingBox .price-leasing {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    line-height: 1.2;
}

/* The price numbers inside price-leasing */
.leasingBox .price-leasing span,
.leasingBox .price-leasing b {
    color: #003679 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

/* The img wrapper */
.leasingBox>div:not(.leasing-price) {
    margin-top: 15px;
    margin-bottom: 12px;
}

.leasingBox>div>img {
    max-height: 25px;
    width: auto;
    object-fit: contain;
}

/* "View schemas" link */
.leasingBox .right-leasing {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #003679 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    display: inline-flex;
    align-items: center;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.leasingBox .right-leasing::after {
    display: none !important;
}

/* ========================================================
   Product Meta Blocks (Status, Ask, Compare)
   ======================================================== */
.product-bm-wrapper {
    display: flex;
    align-items: stretch !important; /* Forces children to have equal height */
    gap: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
}

/* Individual Boxes */
.product-bm-wrapper .product-meta {
    flex: 1 1 0; /* Equal width side-by-side */
    background-color: #ffffff;
    border: 1px solid #e1e3e8;
    border-radius: 8px;
    padding: 16px 20px !important; /* Standardized padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 90px; /* Base height for stabilization */
}

.product-bm-wrapper .product-meta:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #d1d5db;
}

/* 1st Box: "Състояние" Name */
.product-bm-wrapper .product-meta:nth-of-type(1) .product-sku:nth-of-type(1) {
    font-size: 13px !important;
    font-weight: 600;
    color: #6b7280 !important;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 1st Box: Dynamic Status Badges */
.status-badge-modern span {
    display: inline-block !important;
    padding: 5px 12px !important;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Solid Green (Excellent / Renewed / New) */
.badge-modern-green span {
    color: white !important;
    background-color: green !important;
    font-weight: 800 !important;
}

/* Blue (Very Good / Other) */
.badge-modern-blue span {
    color: #003679 !important;
    background-color: #e3f2fd !important;
}

/* Orange (Good) */
.badge-modern-orange span {
    color: #9a6700 !important;
    background-color: #fff4e5 !important;
}

/* Red (With Remarks / B-Class) */
.badge-modern-red span {
    color: #d32f2f !important;
    background-color: #ffebee !important;
}

/* Gray (Default/Other) */
.badge-modern-gray span {
    color: #6b7280 !important;
    background-color: #f3f4f6 !important;
}

/* 2nd Box: Actions container */
.product-bm-wrapper .product-meta:nth-of-type(2) {
    justify-content: center !important;
    gap: 15px; /* Increased gap for better spacing between center-aligned items */
}

.product-bm-wrapper .product-meta:nth-of-type(2) .product-sku p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #374151 !important;
    text-align: left !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease;
}

.product-bm-wrapper .product-meta:nth-of-type(2) .product-sku p i {
    color: #6b7280;
    font-size: 16px;
    width: 20px;
    text-align: center;
    transition: color 0.2s ease;
}

/* Hover effects */
.product-bm-wrapper .product-meta:nth-of-type(2) .product-sku:hover p,
.product-bm-wrapper .product-meta:nth-of-type(2) .product-sku:hover p i {
    color: #003679 !important;
}

/* ========================================================
   Availability Badge (Above Leasing)
   ======================================================== */
.availability-modern {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: -5px;
    /* Offset spacing since leasing has top-margin */
    font-size: 16px;
    padding: 20px;
}

.availability-modern .stock-dot {
    width: 12px;
    height: 12px;
    background-color: #1a7f37;
    border-radius: 50%;
    display: inline-block;
}

.availability-modern .availability-label {
    color: #6b7280;
    font-weight: 500;
}

.availability-modern .stock.in-stock {
    background-color: #e8f5e9;
    color: #1a7f37;
    padding: 2px 14px 4px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-transform: lowercase;
}

/* ========================================================
   Modern Tabs System (V3)
   ======================================================== */
.modern-tabs-system {
    margin-top: 50px;
    background: #fff;
    padding-bottom: 50px;
}

.modern-tabs-system .tabs-nav {
    display: flex;
    border-bottom: 2px solid #e1e3e8;
    margin-bottom: 30px;
    list-style: none !important;
    padding: 0 !important;
}

/* Mobile Tabs Optimization */
@media (max-width: 768px) {
    .modern-tabs-system .tabs-nav {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        gap: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px !important;
    }
    .modern-tabs-system .tabs-nav::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }
    .modern-tabs-system .tabs-nav li a {
        padding: 15px 20px !important;
        font-size: 15px !important;
    }
}

.modern-tabs-system .tabs-nav li {
    margin-right: 0 !important;
}

.modern-tabs-system .tabs-nav li a {
    display: block !important;
    padding: 18px 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    transition: all 0.3s ease !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -2px !important;
    text-decoration: none !important;
}

.modern-tabs-system .tabs-nav li.active a {
    color: #003679 !important;
    border-bottom-color: #003679 !important;
    font-weight: 700 !important;
}

.modern-tabs-system .tab-content-item {
    display: none;
    padding: 20px 0;
    animation: tabFadeIn 0.4s ease;
}

.modern-tabs-system .tab-content-item.active {
    display: block;
}

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========================================================
   FAQ Accordion (Premium V3)
   ======================================================== */
.tab-content-item #faq {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-faq {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    cursor: pointer;
    padding: 22px 25px !important;
    width: 100%;
    border: 1px solid #e5e7eb !important;
    text-align: left;
    outline: none;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    border-radius: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.accordion-faq:hover {
    background-color: #f9fafb !important;
    border-color: #003679 !important;
    box-shadow: 0 4px 12px rgba(0, 54, 121, 0.05);
}

.accordion-faq.active {
    background-color: #ffffff !important;
    border-color: #003679 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

/* Arrow icon */
.accordion-faq::after {
    content: '\f107'; /* FontAwesome Angle Down */
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-faq.active::after {
    transform: rotate(180deg);
    color: #003679;
}

.panel-faq {
    padding: 0 25px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    border: 1px solid #003679;
    border-top: none;
    border-radius: 0 0 12px 12px;
    margin-bottom: 12px;
    opacity: 0;
}

.accordion-faq.active + .panel-faq {
    padding: 20px 25px 30px;
    opacity: 1;
}

.panel-faq div {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* Mobile FAQ cleanup */
@media (max-width: 600px) {
    .accordion-faq {
        padding: 18px 20px !important;
        font-size: 15px !important;
    }
    .panel-faq {
        padding: 0 20px;
    }
    .accordion-faq.active + .panel-faq {
        padding: 15px 20px 25px;
    }
}

/* Specific styling for table inside tabs */
.tab-content-item .tableProps {
    width: 100% !important;
    border-collapse: collapse !important;
}

.tab-content-item .tableProps td {
    padding: 16px 20px !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.tab-content-item .tableProps td.lbl {
    width: 30% !important;
    color: #6b7280 !important;
    font-weight: 600 !important;
}

.tab-content-item .tableProps td.data {
    color: #111827 !important;
}

.tab-content-item .ftxt {
    line-height: 1.8 !important;
    color: #374151 !important;
    font-size: 15px !important;
}

.tab-content-item .ftxt p {
    margin-bottom: 15px !important;
}

/* ========================================================
   Condition UX Optimizations (Tooltip & Bottom Sheet)
   ======================================================== */
.condition-badge-container {
    position: relative;
    display: inline-block;
}

/* Desktop Tooltip */
.condition-tooltip {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 20px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.condition-badge-container:hover .condition-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.condition-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* Condition Label Top (New) */
.condition-label-top, .sheet-label-top {
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-align: center;
}

.sheet-label-top {
    font-size: 16px;
    color: #111827;
    margin-bottom: 0;
}

/* Condition Scale (Progress Bar) */
.condition-scale {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.condition-scale .scale-step {
    flex: 1;
    height: 6px;
    background: #e5e7eb;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.condition-scale.count-4 .scale-step {
    height: 8px; /* Slightly thicker for 4 steps */
}

.condition-scale .scale-step.active {
    background: #003679;
    box-shadow: 0 0 10px rgba(0, 54, 121, 0.4);
}

.condition-info-points {
    text-align: left;
}

.condition-info-points .info-point {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.condition-info-points .info-point i {
    color: #10b981;
    font-size: 12px;
}

/* Mobile Bottom Sheet */
.bottom-sheet {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    visibility: hidden;
    transition: visibility 0.3s;
}

.bottom-sheet.active {
    visibility: visible;
}

.sheet-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.bottom-sheet.active .sheet-overlay {
    opacity: 1;
}

.sheet-content {
    position: absolute;
    left: 0; bottom: 0; width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

.bottom-sheet.active .sheet-content {
    transform: translateY(0);
}

.sheet-header {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 20px;
    position: relative;
}

.sheet-drag-handle {
    width: 40px; height: 5px;
    background: #d1d5db;
    border-radius: 3px;
    margin: 0 auto 15px;
}

.sheet-close {
    position: absolute;
    right: 15px; 
    top: 15px;
    font-size: 32px;
    line-height: 1;
    background: none; 
    border: none;
    color: #6b7280;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.condition-scale-mobile {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
    justify-content: space-between;
}

.condition-scale-mobile .scale-step-mobile {
    flex: 1;
    height: 6px;
    background: #e5e7eb;
    border-radius: 6px;
    position: relative;
    padding: 0;
    border: none;
}

.condition-scale-mobile .scale-step-mobile.active {
    background: #003679;
    box-shadow: 0 0 8px rgba(0, 54, 121, 0.3);
}

.condition-scale-mobile .scale-step-mobile span {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    white-space: normal;
    color: #9ca3af;
    font-weight: 500;
}

.condition-scale-mobile .scale-step-mobile.active span {
    color: #003679;
    font-weight: 700;
}

.condition-list-mobile {
    margin-bottom: 30px;
}

.cond-item-mobile {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 15px;
    color: #374151;
}

.cond-item-mobile i {
    color: #10b981;
    font-size: 18px;
}

.btn-more-info {
    display: block;
    width: 100%;
    padding: 16px;
    background: #003679;
    color: #fff !important;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
}
/* ========================================================
   Google Reviews Badge
   ======================================================== */
.google-reviews-badge {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 16px;
    margin: 25px 0;
    width: 100%;
    max-width: 320px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.google-reviews-badge:hover {
    border-color: #1a73e8;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.1);
    background-color: #fafcfe;
}

.google-reviews-badge a {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.grb-pill {
    background: #f0f7ff;
    color: #1a73e8;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: none;
}

.grb-rating-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.grb-score {
    font-size: 42px;
    font-weight: 800;
    color: #202124;
    line-height: 1;
}

.grb-stars-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.grb-stars {
    color: #fbbc04;
    font-size: 18px;
    display: flex;
    gap: 2px;
}

.grb-count {
    font-size: 15px;
    color: #5f6368;
    font-weight: 500;
}

.grb-link {
    color: #1a73e8;
    font-size: 15px;
    font-weight: 700;
    margin-top: 18px;
    display: block;
}

.grb-link:hover {
    text-decoration: underline;
}

/* ========================================================
   Product Addons (Windows, Warranty, etc.)
   ======================================================== */
.product-addon-group {
    border-top: 1px solid #eee !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
}

.product-addon-group .product-options-meta {
    text-align: left !important;
    font-size: 1.1em !important;
    padding-left: 20px !important;
}

.product-addon-group .product-options-meta h4 {
    color: #00aeef !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.product-addon-group .product-options-meta p {
    color: #666 !important;
    font-size: 13px !important;
    margin-top: 0 !important;
}

.product-addon-group .addons-slider {
    padding-left: 20px !important;
}
