/* Source block 1; original cascade order preserved. */
.single-product div.product > .woocommerce-tabs,
			.single-product .custom-reviews-container,
			.single-product .grfb-box,
			.single-product .gr-rec-section {
				content-visibility: auto;
				contain-intrinsic-size: auto 760px;
			}

			.gr-rec-section {
    width: min(1460px, calc(100vw - 32px));
    max-width: 1460px;
    margin: 28px auto;
    padding: 22px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .06);
    box-sizing: border-box;
}

.gr-rec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.gr-rec-head h2 {
    margin: 0 !important;
    color: #111827;
    font-size: 26px !important;
    font-weight: 650 !important;
    line-height: 1.18;
}

.gr-rec-head p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.35;
}

.gr-rec-head span {
    background: #ffd200;
    color: #1f1b17;
    font-size: 13px;
    font-weight: 650;
    padding: 8px 13px;
    border-radius: 999px;
    white-space: nowrap;
}

.gr-rec-slider {
    position: relative;
}

.gr-rec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 768px) {
    .gr-rec-section {
        width: min(100%, calc(100vw - 16px));
        padding: 14px;
        overflow: hidden;
    }

    .gr-rec-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .gr-rec-head h2 {
        font-size: 22px !important;
    }

    .gr-rec-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding: 0 2px 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .gr-rec-grid::-webkit-scrollbar {
        display: none;
    }
}
			.pigu-trust-markers li.pigu-incoming-stock-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 18px !important;
    margin: 0 0 14px 0 !important;
    padding: 14px 18px !important;
    background: #fffaf0 !important;
    border: 1px solid #fed7aa !important;
    border-left: 4px solid #f59e0b !important;
    border-radius: 10px !important;
    color: #1f2937 !important;
}

.pigu-incoming-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.pigu-incoming-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f59e0b;
    box-shadow: 0 0 0 5px #ffedd5;
    flex: 0 0 auto;
}

.pigu-incoming-copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    color: #9a3412;
    font-weight: 700;
}

.pigu-incoming-copy span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.3;
    color: #6b7280;
    font-weight: 400;
}

.pigu-incoming-timebox {
    width: max-content;
    min-width: 155px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #fde68a;
    text-align: center;
    justify-self: end;
}

.pigu-incoming-timebox > span {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 1.2;
    color: #6b7280;
    font-weight: 500;
}

.pigu-incoming-countdown,
.pigu-incoming-countdown-static {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #111827;
    font-weight: 700;
}

.pigu-trust-markers li.pigu-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin-bottom: 7px !important;
    color: #4b5563 !important;
    font-size: 13px !important;
}

.pigu-trust-markers li.pigu-stock-row--low {
    padding: 10px 12px !important;
    border: 1px solid #f2c94c !important;
    border-radius: 8px !important;
    background: #fff9dc !important;
}

.pigu-trust-check {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex: 0 0 auto;
}

@media (max-width: 520px) {
    .pigu-trust-markers li.pigu-incoming-stock-card {
        grid-template-columns: 1fr !important;
        row-gap: 12px !important;
    }

    .pigu-incoming-timebox {
        width: 100%;
        min-width: 0;
        text-align: left;
        justify-self: stretch;
    }
}
		/* Produkto pavadinimas */
.single-product div.product .product_title {
    font-size: 24px !important;
}

@media (max-width: 768px) {
    .single-product div.product .product_title {
        font-size: 18px !important;
    }
}

/* Saugikliai nuo horizontalaus issiliejimo */
.single-product {
    overflow-x: hidden !important;
}

.single-product *,
.single-product *::before,
.single-product *::after {
    box-sizing: border-box;
}

.single-product div.product {
    width: 100% !important;
    max-width: 1460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Pagrindinis single product layout */
@media (min-width: 992px) {
    .single-product div.product {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }

    .single-product div.product > .woocommerce-product-gallery {
        flex: 0 0 52% !important;
        max-width: 52% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .single-product div.product > .summary {
        flex: 0 0 44% !important;
        max-width: 44% !important;
        min-width: 0 !important;
        margin-left: auto !important;
        box-sizing: border-box !important;
    }

    .single-product div.product > section,
    .single-product div.product > .woocommerce-tabs,
    .single-product div.product > .ct-blocks-container,
    .single-product div.product > .custom-reviews-container,
    .single-product div.product > .related,
    .single-product div.product > .upsells,
    .single-product div.product > .up-sells {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 1460px !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        clear: both !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 991px) {
    .single-product div.product {
        display: block !important;
        max-width: 100% !important;
    }

    .single-product div.product > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Sticky kortele */
@media (min-width: 992px) {
    .pigu-sticky-card {
        position: static !important;
        top: auto !important;
        background: #ffffff !important;
        padding: 25px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
        z-index: 10 !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 991px) {
    .pigu-sticky-card {
        position: static !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}

/* Kaina ir akcentai */
.pigu-sticky-card .price {
    font-size: 25px !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

.pigu-sticky-card .price::before {
    content: "Grandininis kaina:";
    display: block;
    font-size: 9px !important;
    color: #2ba829 !important;
    text-transform: uppercase;
    margin-bottom: -5px;
}

.pigu-sticky-card .price del {
    color: #d32f2f !important;
    font-size: 0.6em !important;
    text-decoration: line-through !important;
    margin-right: 10px;
}

.pigu-sticky-card .price ins {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

/* Krepselio forma */
.pigu-sticky-card .quantity {
    display: none !important;
}

.pigu-sticky-card .cart .button {
    width: 100% !important;
    display: block !important;
    background-color: #2ba829 !important;
    height: 55px !important;
    font-size: 18px !important;
    border-radius: 6px !important;
    text-transform: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease !important;
}

/* Paslepiame originalu sandelio info */
.single-product .stock,
.single-product .woocommerce-variation-availability {
    display: none !important;
}

/* Pristatymo blokas */
.pigu-delivery-section {
    margin-top: 5px !important;
    padding-top: 0 !important;
    border-top: none !important;
    clear: both;
}

#pfast-badge {
    max-width: 100% !important;
    transform: none !important;
    zoom: 1 !important;
    box-sizing: border-box !important;
}

.woocommerce-product-rating {
    margin-bottom: 15px !important;
    display: block !important;
}

.pigu-trust-markers {
    list-style: none !important;
    padding: 0 !important;
}

.pigu-trust-markers li {
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.pigu-trust-markers li.in-stock {
    color: #2ba829 !important;
    font-weight: 600 !important;
}


/* Aprasymo konteineris */
.single-product .woocommerce-tabs,
.single-product .ct-blocks-container {
    background: #f9f9f9 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    margin: 20px auto !important;
    max-width: 1200px !important;
    padding: 30px 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-tabs ul.tabs {
    padding: 0 !important;
    text-align: center !important;
}

/* Trumpas aprasymas ir variacijos */
.woocommerce-product-details__short-description {
    margin-bottom: 25px !important;
}

.single-product div.product form.cart .variations {
    margin-top: 10px !important;
}

/* Mobilus aprasymo turinys */
@media only screen and (max-width: 767px) {
    .woocommerce-Tabs-panel--description,
    .woocommerce-Tabs-panel--description div,
    .woocommerce-Tabs-panel--description p {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .woocommerce-Tabs-panel--description img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 10px auto !important;
    }

    .woocommerce-Tabs-panel--description table {
        width: 100% !important;
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        border-collapse: collapse !important;
    }

    .woocommerce-Tabs-panel--description {
        font-size: 15px !important;
        line-height: 1.5 !important;
        color: #333 !important;
    }

    .woocommerce-Tabs-panel--description ul,
    .woocommerce-Tabs-panel--description ol {
        padding-left: 20px !important;
        margin-left: 0 !important;
    }
}

/* Atsiliepimai */
.custom-reviews-container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 30px auto !important;
    box-sizing: border-box !important;
}

.custom-reviews-container #reviews #comments ol.commentlist {
    padding: 0 !important;
    list-style: none !important;
}

#reviews #comments h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce-noreviews {
    visibility: hidden;
}

.woocommerce-noreviews::after {
    content: 'Atsiliepimų dar nėra.';
    visibility: visible;
    display: block;
}

/* Bendri media saugikliai */
.single-product img,
.single-product video,
.single-product iframe {
    max-width: 100% !important;
}

.single-product table {
    max-width: 100% !important;
}

/* Source block 2; original cascade order preserved. */
.pigu-admin-stock-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-left: 8px;
            padding: 3px 8px;
            border-radius: 999px;
            font-size: 11px;
            font-weight: 700;
            line-height: 1.2;
            vertical-align: middle;
            white-space: nowrap;
        }

        .pigu-admin-stock-success {
            background: #ecfdf3;
            border: 1px solid #bbf7d0;
            color: #15803d;
        }

        .pigu-admin-stock-danger {
            background: #fef2f2;
            border: 1px solid #fecaca;
            color: #b91c1c;
        }

        .pigu-admin-stock-muted {
            background: #f3f4f6;
            border: 1px solid #d1d5db;
            color: #6b7280;
        }

        .pigu-admin-ending-icon {
            width: 15px;
            height: 15px;
            border-radius: 999px;
            background: #dc2626;
            color: #ffffff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 800;
            line-height: 1;
        }

/* Source block 3; original cascade order preserved. */
.grfb-card.is-selected {
    border-color: #c0392b;
    box-shadow: 0 4px 14px rgba(192,57,43,0.16);
}

.grfb-card.is-selected input[type="checkbox"] {
    accent-color: #c0392b;
}
    .grfb-box {
        width: 100%;
        margin: 24px 0;
        padding: 18px;
        background: #f5f5f5;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif !important;
    }
    .grfb-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
    }
    .grfb-head h2 {
        margin: 0 !important;
        color: #1a1a1a;
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .grfb-head span {
        background: #c0392b;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 5px 10px;
        border-radius: 999px;
        white-space: nowrap;
    }
    .grfb-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        gap: 10px;
    }
    .grfb-card {
        position: relative;
        min-width: 0;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        padding: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 5px rgba(0,0,0,0.06);
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .grfb-card:hover {
        border-color: #d8b6b1;
        box-shadow: 0 4px 14px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }
    .grfb-main {
        cursor: default;
        border-color: #d6d6d6;
    }
    .grfb-card input[type="checkbox"] {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 18px;
        height: 18px;
        z-index: 3;
    }
    .grfb-included {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: #1a1a1a;
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }
    .grfb-discount {
        position: absolute;
        top: 9px;
        left: 9px;
        background: #c0392b;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        padding: 3px 7px;
        border-radius: 999px;
        z-index: 3;
    }
    .grfb-img {
        width: 100%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
    }
    .grfb-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        padding: 6px;
    }
    .grfb-card h3 {
        margin: 0 0 7px !important;
        color: #1a1a1a;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.35;
        min-height: calc(12px * 1.35 * 2);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .grfb-price {
        margin-top: auto;
        color: #1a1a1a;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.25;
    }
    .grfb-price del {
        display: block;
        color: #999;
        font-size: 11px;
        font-weight: 400;
    }
    .grfb-price ins {
        color: #c0392b;
        text-decoration: none;
    }
    .grfb-summary {
        margin-top: 12px;
        padding: 12px;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }
    .grfb-summary span {
        display: block;
        color: #666;
        font-size: 12px;
        font-weight: 600;
    }
    .grfb-summary strong {
        display: block;
        color: #1a1a1a;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.15;
    }
    .grfb-summary small {
        color: #2e7d32;
        font-size: 11px;
        font-weight: 600;
    }
    .grfb-button {
        min-width: 190px;
        min-height: 48px;
        background: #2ca02c;
        color: #fff;
        border: 0;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
    }
    .grfb-button:hover {
        background:#248a24;
    }
    .grfb-button:disabled {
        opacity: .45;
        cursor: not-allowed;
    }
    @media (max-width: 768px) {
        .grfb-box {
            margin: 18px 0;
            padding: 12px;
        }
        .grfb-head {
            align-items: flex-start;
            flex-direction: column;
        }
        .grfb-head h2 {
            font-size: 17px !important;
        }
       .grfb-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.grfb-grid::-webkit-scrollbar {
    display: none;
}
.grfb-box {
    overflow: hidden;
}

.grfb-grid {
    margin-right: -12px;
    padding-right: 12px;
}
.grfb-card {
    flex: 0 0 46%;
    scroll-snap-align: start;
}
        .grfb-card {
            padding: 8px;
        }
        .grfb-card h3 {
            font-size: 11px !important;
            min-height: calc(11px * 1.35 * 2);
        }
        .grfb-price {
            font-size: 14px;
        }
        .grfb-summary {
            align-items: stretch;
            flex-direction: column;
        }
        .grfb-button {
            width: 100%;
        }
    }

/* Source block 4; original cascade order preserved. */
:root {
            --gnis-yellow: #ffd200;
            --gnis-dark: #1f1b17;
            --gnis-ink: #111827;
            --gnis-muted: #64748b;
            --gnis-line: #e5e7eb;
            --gnis-red: #dc2626;
            --gnis-green: #15914b;
        }

        .single-product div.product,
        .single-product div.product > section,
        .single-product div.product > .woocommerce-tabs,
        .single-product div.product > .ct-blocks-container,
        .single-product div.product > .custom-reviews-container,
        .grfb-box,
        .gr-rec-section {
            max-width: 1460px !important;
            width: min(100% - 24px, 1460px) !important;
            margin-left: auto !important;
            margin-right: auto !important;
            box-sizing: border-box !important;
        }

        .single-product div.product .onsale,
        .gr-card-sale,
        .grfb-head span {
            background: var(--gnis-yellow) !important;
            color: var(--gnis-dark) !important;
            border-radius: 8px !important;
            font-weight: 800 !important;
            letter-spacing: 0 !important;
        }

        .grfb-discount {
            background: var(--gnis-red) !important;
            color: #fff !important;
        }

        .pigu-sticky-card .cart .button,
        .grfb-button,
        .gr-card-btn,
        .sticky-cart-button {
            background: var(--gnis-dark) !important;
            color: #fff !important;
            border: 0 !important;
            border-radius: 10px !important;
            font-weight: 750 !important;
            text-transform: none !important;
            letter-spacing: 0 !important;
            text-decoration: none !important;
            transition: background .18s ease, color .18s ease, transform .18s ease !important;
        }

        .pigu-sticky-card .cart .button:hover,
        .grfb-button:hover,
        .gr-card-btn:hover,
        .sticky-cart-button:hover {
            background: var(--gnis-yellow) !important;
            color: var(--gnis-dark) !important;
            transform: translateY(-1px);
        }

        .pigu-sticky-card .cart .button {
            width: 100% !important;
            min-height: 56px !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 17px !important;
            line-height: 1 !important;
        }

        .single-product .woocommerce-tabs {
            background: #fff !important;
            border: 1px solid var(--gnis-line) !important;
            border-radius: 16px !important;
            padding: 24px !important;
            box-shadow: 0 18px 42px rgba(17, 24, 39, .06) !important;
        }

        .single-product .woocommerce-tabs ul.tabs {
            display: flex !important;
            align-items: center !important;
            gap: 8px !important;
            padding: 0 0 16px !important;
            margin: 0 0 18px !important;
            border-bottom: 1px solid var(--gnis-line) !important;
            text-align: left !important;
        }

        .single-product .woocommerce-tabs ul.tabs li {
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            background: transparent !important;
        }

        .single-product .woocommerce-tabs ul.tabs li a {
            display: inline-flex !important;
            align-items: center !important;
            min-height: 40px !important;
            padding: 0 18px !important;
            border-radius: 999px !important;
            border: 1px solid var(--gnis-line) !important;
            background: #fff !important;
            color: var(--gnis-dark) !important;
            font-size: 14px !important;
            font-weight: 700 !important;
            text-decoration: none !important;
            box-shadow: 0 6px 16px rgba(17, 24, 39, .04);
        }

        .single-product .woocommerce-tabs ul.tabs li.active a {
            background: var(--gnis-yellow) !important;
            border-color: var(--gnis-yellow) !important;
            color: var(--gnis-dark) !important;
        }

        .gr-rec-section,
        .grfb-box {
            background: #fff !important;
            border: 1px solid var(--gnis-line) !important;
            border-radius: 16px !important;
            padding: 20px !important;
            box-shadow: 0 18px 42px rgba(17, 24, 39, .06) !important;
        }

        .gr-rec-grid,
        .grfb-grid {
            gap: 16px !important;
        }

        .gr-product-card,
        .grfb-card {
            position: relative !important;
            min-width: 0 !important;
            background: #fff !important;
            border: 1px solid var(--gnis-line) !important;
            border-radius: 10px !important;
            padding: 0 !important;
            overflow: hidden !important;
            display: grid !important;
            grid-template-rows: 210px 1fr auto !important;
            box-shadow: 0 14px 34px rgba(17, 24, 39, .06) !important;
            transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
        }

        .gr-product-card:hover,
        .grfb-card:hover {
            border-color: #d8dee8 !important;
            box-shadow: 0 18px 42px rgba(17, 24, 39, .10) !important;
            transform: translateY(-2px);
        }

        .gr-card-img,
        .grfb-img {
            width: 100% !important;
            height: 210px !important;
            margin: 0 !important;
            padding: 18px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background: #fff !important;
        }

        .gr-card-img img,
        .grfb-img img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            padding: 0 !important;
        }

        .gr-card-title,
        .grfb-card h3 {
            margin: 0 !important;
            padding: 0 14px 10px !important;
            color: var(--gnis-ink) !important;
            font-size: 15px !important;
            font-weight: 650 !important;
            line-height: 1.25 !important;
            min-height: 58px !important;
            -webkit-line-clamp: 3 !important;
        }

        .gr-card-title a {
            color: inherit !important;
            text-decoration: none !important;
        }

        .gr-card-price,
        .grfb-price {
            padding: 12px 14px !important;
            border-top: 1px solid #eef0f2 !important;
            color: #020617 !important;
            font-size: 22px !important;
            font-weight: 800 !important;
            line-height: 1.12 !important;
        }

        .gr-card-price del,
        .grfb-price del,
        .pigu-sticky-card .price del {
            color: #e37b7b !important;
            opacity: 1 !important;
        }

        .gr-card-btn {
            margin: 0 14px 14px !important;
            min-height: 44px !important;
            width: calc(100% - 28px) !important;
        }

        #sticky-add-to-cart {
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            width: 100% !important;
            z-index: 999998 !important;
            display: flex !important;
            justify-content: center !important;
            padding: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            pointer-events: none !important;
            transition: transform .32s cubic-bezier(.25, 1, .5, 1), opacity .22s ease !important;
        }

        #sticky-add-to-cart.sticky-cart-hidden {
            opacity: 0 !important;
            transform: translateY(160%) !important;
            pointer-events: none !important;
        }

        #sticky-add-to-cart.sticky-cart-visible {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

        #sticky-add-to-cart .sticky-cart-content {
            width: min(82%, 960px) !important;
            max-width: 960px !important;
            min-width: 0 !important;
            padding: 10px !important;
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) minmax(240px, 340px) !important;
            align-items: center !important;
            gap: 14px !important;
            background: rgba(255, 255, 255, .97) !important;
            border: 1px solid rgba(229, 231, 235, .95) !important;
            border-bottom: 0 !important;
            border-radius: 14px 14px 0 0 !important;
            box-shadow: 0 -12px 34px rgba(17, 24, 39, .10) !important;
            pointer-events: auto !important;
        }

        .sticky-cart-product {
            min-width: 0;
            display: grid;
            grid-template-columns: 52px minmax(0, 1fr);
            align-items: center;
            gap: 10px;
        }

        .sticky-cart-thumb {
            width: 52px;
            height: 52px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--gnis-line);
            border-radius: 10px;
            background: #fff;
            overflow: hidden;
        }

        .sticky-cart-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        .sticky-cart-title {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: var(--gnis-ink);
            font-size: 14px;
            line-height: 1.25;
            font-weight: 650;
        }

        .sticky-cart-button {
            width: 100% !important;
            min-height: 48px !important;
            box-shadow: 0 12px 30px rgba(17, 24, 39, .16);
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px !important;
        }

        .sticky-cart-price-inside {
            background: rgba(255, 255, 255, .16) !important;
            padding: 2px 7px !important;
            border-radius: 6px !important;
            font-size: .92em !important;
            font-weight: 800 !important;
        }

        .sticky-cart-button:hover .sticky-cart-price-inside {
            background: rgba(31, 27, 23, .10) !important;
        }

        @media (max-width: 768px) {
            .single-product .woocommerce-tabs {
                width: calc(100% - 16px) !important;
                padding: 16px !important;
            }

            .single-product .woocommerce-tabs ul.tabs {
                overflow-x: auto !important;
                flex-wrap: nowrap !important;
                padding-bottom: 12px !important;
            }

            .gr-product-card,
            .grfb-card {
                flex: 0 0 76% !important;
                grid-template-rows: 190px 1fr auto !important;
            }

            .gr-card-img,
            .grfb-img {
                height: 190px !important;
            }

            #sticky-add-to-cart .sticky-cart-content {
                width: calc(100% - 16px) !important;
                grid-template-columns: minmax(0, 1fr) minmax(136px, 42%) !important;
                gap: 8px !important;
                padding: 8px !important;
            }

            .sticky-cart-product {
                grid-template-columns: 42px minmax(0, 1fr);
                gap: 8px;
            }

            .sticky-cart-thumb {
                width: 42px;
                height: 42px;
                border-radius: 9px;
            }

            .sticky-cart-title {
                font-size: 12.5px;
            }

            .sticky-cart-price-inside {
                display: none !important;
            }
        }

/* Source block 5; original cascade order preserved. */
.baw-wizard{background:linear-gradient(135deg,#fff9f0 0%,#fff3e0 100%);border:2px solid #f0a500;border-radius:14px;padding:24px 28px;margin-bottom:28px;box-shadow:0 4px 18px rgba(240,165,0,.12);font-family:inherit}
    .baw-wizard.baw--archive{margin-bottom:36px;max-width:860px}
    .baw-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}
    .baw-icon{font-size:2.2rem;line-height:1;flex-shrink:0}
    .baw-title{margin:0 0 4px;font-size:1.18rem;font-weight:700;color:#1a1a1a}
    .baw-subtitle{margin:0;font-size:.9rem;color:#666}
    .baw-controls{display:flex;align-items:flex-end;flex-wrap:wrap;gap:16px}
    .baw-field{display:flex;flex-direction:column;gap:6px;flex:1 1 160px}
    .baw-field label{font-size:.82rem;font-weight:600;color:#444}
    .baw-field select{padding:10px 14px;border:2px solid #ddd;border-radius:8px;font-size:.97rem;background:#fff;cursor:pointer;transition:border-color .2s;appearance:auto;min-width:160px}
    .baw-field select:focus{border-color:#f0a500;outline:none;box-shadow:0 0 0 3px rgba(240,165,0,.15)}
    .baw-connector{font-size:1.4rem;color:#f0a500;font-weight:700;padding-bottom:10px;flex-shrink:0}
    .baw-btn{background:#f0a500;color:#fff;border:0;border-radius:8px;padding:11px 22px;font-size:.97rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;white-space:nowrap;flex-shrink:0;align-self:flex-end}
    .baw-btn:disabled{background:#ccc;cursor:not-allowed}
    .baw-btn:not(:disabled):hover{background:#d4920a;box-shadow:0 4px 14px rgba(240,165,0,.35);transform:translateY(-1px)}
    .baw-btn:not(:disabled):active{transform:translateY(0)}
    .baw-btn.baw-btn--loading .baw-btn-arrow{display:none}
    .baw-results{margin-top:22px;padding-top:20px;border-top:1px dashed #f0c040}
    .baw-found-label{font-weight:600;margin:0 0 14px;color:#1a1a1a}
    .baw-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}
    .baw-card{display:flex;flex-direction:column;background:#fff;border:1.5px solid #e8e8e8;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}
    .baw-card:hover{box-shadow:0 6px 22px rgba(0,0,0,.12);transform:translateY(-3px)}
    .baw-card img{width:100%;aspect-ratio:1;object-fit:contain;padding:10px;background:#fafafa}
    .baw-card-name{padding:8px 10px 2px;font-size:.85rem;font-weight:600;color:#222;line-height:1.3}
    .baw-card-price{padding:0 10px 6px;font-size:.9rem;font-weight:700;color:#f0a500}
    .baw-card-cta{margin:0 10px 10px;padding:6px 0;text-align:center;background:#f0a500;color:#fff;border-radius:6px;font-size:.82rem;font-weight:700;margin-top:auto}
    .baw-msg{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:10px;font-size:.92rem;line-height:1.5}
    .baw-msg span{font-size:1.2rem;line-height:1;flex-shrink:0;font-weight:700}
    .baw-msg--warn{background:#fff8e1;border:1.5px solid #ffe082}
    .baw-msg--setup{margin-bottom:18px}
    .baw-msg code{background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,.08);border-radius:4px;padding:1px 4px}
    .baw-msg a{color:#f0a500;font-weight:600}
    .baw-missing-form{margin-top:12px;padding:14px;border:1px solid #f3d27a;border-radius:10px;background:#fffdf7}
    .baw-missing-form label{display:block;margin:0 0 4px;font-size:.92rem;font-weight:700;color:#111827}
    .baw-missing-form p{margin:0 0 10px;color:#64748b;font-size:.84rem;line-height:1.35}
    .baw-missing-note{width:100%;min-height:84px;resize:vertical;border:1px solid #d6dee8;border-radius:8px;padding:10px;color:#111827;background:#fff;font:inherit}
    .baw-missing-note:focus{outline:none;border-color:#ffd200;box-shadow:0 0 0 3px rgba(255,210,0,.22)}
    .baw-missing-submit{margin-top:10px;background:#1f1b17;color:#fff;border:0;border-radius:8px;padding:9px 16px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s}
    .baw-missing-submit:hover{background:#ffd200;color:#1f1b17}
    .baw-missing-submit:disabled{opacity:.65;cursor:wait}
    .baw-missing-status{display:inline-block;margin:10px 0 0 10px;font-size:.84rem;font-weight:600;color:#15914b}
    @media (min-width:601px){.baw-wizard.baw--product{background:linear-gradient(180deg,#fffdf7 0%,#fff9eb 100%);border:1px solid #f3d27a;border-left:4px solid #f0a500;border-radius:10px;padding:14px 16px;margin:16px 0 22px;box-shadow:0 8px 24px rgba(240,165,0,.14)}.baw--product .baw-header{align-items:center;gap:10px;margin-bottom:12px}.baw--product .baw-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#fff4c7;border:1px solid #f3d27a;font-size:1.35rem}.baw--product .baw-title{font-size:1rem;line-height:1.25;margin:0 0 2px;color:#1f2937}.baw--product .baw-subtitle{font-size:.82rem;line-height:1.35;color:#64748b}.baw--product .baw-controls{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end;gap:10px 12px}.baw--product .baw-field{gap:4px;min-width:0;flex:0 1 auto}.baw--product .baw-field label{font-size:.76rem;color:#334155}.baw--product .baw-field select{width:100%;min-width:0;padding:8px 10px;border:1px solid #d6dee8;border-radius:7px;font-size:.88rem;color:#334155;background:#fff}.baw--product .baw-field select:focus{border-color:#f0a500;box-shadow:0 0 0 3px rgba(240,165,0,.18)}.baw--product .baw-connector{font-size:1rem;color:#f0a500;padding-bottom:9px;text-align:center}.baw--product .baw-btn{grid-column:1 / -1;justify-self:start;padding:9px 18px;border-radius:7px;background:#f0a500;color:#fff;font-size:.9rem;line-height:1.2}.baw--product .baw-btn:disabled{background:#d1d5db;color:#fff}.baw--product .baw-btn:not(:disabled):hover{background:#d4920a;box-shadow:0 4px 12px rgba(240,165,0,.28)}.baw--product .baw-results{margin-top:14px;padding-top:14px;border-top:1px solid #f3d27a}.baw--product .baw-product-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:10px}.baw--product .baw-card{border-radius:8px}.baw--product .baw-card img{padding:8px}.baw--product .baw-card-name{font-size:.78rem;padding:7px 8px 2px}.baw--product .baw-card-price{font-size:.82rem;padding:0 8px 5px;color:#d4920a}.baw--product .baw-card-cta{margin:0 8px 8px;padding:5px 0;background:#f0a500;font-size:.75rem;border-radius:5px}.baw--product .baw-msg{padding:11px 12px;font-size:.84rem}.baw--product .baw-msg a{color:#d4920a}}
    @media (max-width:600px){.baw-wizard{padding:12px 12px;margin-bottom:18px;border-radius:10px}.baw-icon{font-size:1.45rem}.baw-title{font-size:1rem;margin-bottom:1px}.baw-subtitle{font-size:.8rem;line-height:1.3}.baw-controls{flex-direction:column;align-items:stretch;gap:9px}.baw-field{gap:4px;flex:0 1 auto}.baw-field label{font-size:.76rem}.baw-field select{min-width:0;width:100%;padding:8px 10px;font-size:.9rem;border-radius:7px}.baw-btn{width:100%;padding:9px 11px;font-size:.9rem;border-radius:7px}.baw-results{margin-top:12px;padding-top:12px}.baw-msg{padding:11px 12px;gap:9px;font-size:.84rem}.baw-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.baw-card-name{padding:7px 8px 2px;font-size:.78rem}.baw-card-price{padding:0 8px 5px;font-size:.82rem}.baw-card-cta{margin:0 8px 8px;padding:5px 0;font-size:.76rem}}
    .baw-wizard,.baw-wizard.baw--archive,.baw-wizard.baw--product{background:linear-gradient(180deg,#fffdf7 0%,#fff9eb 100%);border:1px solid #f3d27a;border-left:4px solid #f0a500;border-radius:10px;padding:14px 16px;margin:16px 0 22px;box-shadow:0 8px 24px rgba(240,165,0,.14);max-width:none}.baw-header{align-items:center;gap:10px;margin-bottom:12px}.baw-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#fff4c7;border:1px solid #f3d27a;font-size:1.35rem;line-height:1}.baw-title{font-size:1rem;line-height:1.25;margin:0 0 2px;color:#1f2937}.baw-subtitle{font-size:.82rem;line-height:1.35;color:#64748b}.baw-controls{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:end;gap:10px 12px}.baw-field{gap:4px;min-width:0;flex:0 1 auto}.baw-field label{font-size:.76rem;color:#334155}.baw-field select{width:100%;min-width:0;padding:8px 10px;border:1px solid #d6dee8;border-radius:7px;font-size:.88rem;color:#334155;background:#fff}.baw-field select:focus{border-color:#f0a500;box-shadow:0 0 0 3px rgba(240,165,0,.18)}.baw-connector{font-size:1rem;color:#f0a500;padding-bottom:9px;text-align:center}.baw-btn{grid-column:1 / -1;justify-self:start;width:auto;padding:9px 18px;border-radius:7px;background:#f0a500;color:#fff;font-size:.9rem;line-height:1.2}.baw-btn:disabled{background:#d1d5db;color:#fff}.baw-btn:not(:disabled):hover{background:#d4920a;box-shadow:0 4px 12px rgba(240,165,0,.28)}.baw-results{margin-top:14px;padding-top:14px;border-top:1px solid #f3d27a}.baw-product-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:10px}.baw-card{border-radius:8px}.baw-card img{padding:8px}.baw-card-name{font-size:.78rem;padding:7px 8px 2px}.baw-card-price{font-size:.82rem;padding:0 8px 5px;color:#d4920a}.baw-card-cta{margin:0 8px 8px;padding:5px 0;background:#f0a500;font-size:.75rem;border-radius:5px}.baw-msg{padding:11px 12px;gap:9px;font-size:.84rem}.baw-msg a{color:#d4920a}@media (max-width:600px){.baw-wizard,.baw-wizard.baw--archive,.baw-wizard.baw--product{padding:12px 12px;margin:14px 0 18px}.baw-header{gap:9px;margin-bottom:12px}.baw-icon{width:30px;height:30px;font-size:1.15rem}.baw-title{font-size:1rem}.baw-subtitle{font-size:.8rem}.baw-controls{display:flex;flex-direction:column;align-items:stretch;gap:9px}.baw-connector{display:none}.baw-btn{width:100%;justify-self:stretch;padding:9px 11px}.baw-product-grid{grid-template-columns:repeat(2,1fr)}}

/* Source block 6; original cascade order preserved. */
.baw-wizard,
        .baw-wizard.baw--archive,
        .baw-wizard.baw--product {
            background: linear-gradient(180deg, #fffdf7 0%, #fff9eb 100%) !important;
            border-color: #f2d46b !important;
            border-left-color: #ffd200 !important;
            box-shadow: 0 12px 30px rgba(31, 27, 23, .08) !important;
        }

        .baw-icon {
            background: #fff6bf !important;
            border-color: #f2d46b !important;
        }

        .baw-title,
        .baw-field label {
            color: #111827 !important;
        }

        .baw-field select:focus {
            border-color: #ffd200 !important;
            box-shadow: 0 0 0 3px rgba(255, 210, 0, .22) !important;
        }

        .baw-connector {
            color: #d4a900 !important;
        }

        .baw-btn,
        .baw-card-cta {
            background: #1f1b17 !important;
            color: #fff !important;
        }

        .baw-btn:not(:disabled):hover,
        .baw-card-cta:hover {
            background: #ffd200 !important;
            color: #1f1b17 !important;
        }

        .baw-card-price,
        .baw-msg a {
            color: #1f1b17 !important;
        }

/* Source block 7; original cascade order preserved. */
.single-product h1,
        .single-product h2,
        .single-product h3,
        .single-product h4,
        .single-product strong,
        .single-product b,
        .single-product button,
        .single-product .button,
        .single-product .gr-card-title,
        .single-product .grfb-card h3,
        .single-product .baw-title,
        .single-product .pigu-sticky-card .price,
        .single-product .gr-card-price,
        .single-product .grfb-price {
            font-weight: 600 !important;
        }

        .single-product .product_title,
        .single-product .gr-rec-head h2,
        .single-product .grfb-head h2 {
            font-weight: 650 !important;
        }

        .single-product .pigu-sticky-card .price,
        .single-product .gr-card-price,
        .single-product .grfb-price {
            font-weight: 700 !important;
        }

        .single-product .gr-card-btn,
        .single-product .grfb-button,
        .single-product .sticky-cart-button,
        .single-product .single_add_to_cart_button {
            font-weight: 600 !important;
        }

        .gr-product-card {
            grid-template-rows: 210px minmax(150px, 1fr) auto !important;
        }

        .gr-card-sale {
            top: 14px !important;
            left: 14px !important;
            z-index: 4 !important;
            padding: 7px 12px !important;
            background: #ffd200 !important;
            color: #1f1b17 !important;
            border-radius: 7px !important;
            font-size: 12px !important;
            line-height: 1 !important;
            font-weight: 700 !important;
        }

        .gr-card-discount {
            position: absolute;
            top: 52px;
            left: 14px;
            z-index: 4;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 0 10px;
            border-radius: 999px;
            background: #dc2626;
            color: #fff;
            font-size: 13px;
            line-height: 1;
            font-weight: 700;
        }

        .gr-card-body {
            display: flex;
            flex-direction: column;
            gap: 9px;
            padding: 0 14px 12px;
        }

        .gr-card-stock {
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            min-height: 24px;
            padding: 0 10px;
            border: 1px solid #bbf7d0;
            border-radius: 999px;
            background: #f0fdf4;
            color: #15803d;
            font-size: 12px;
            line-height: 1;
            font-weight: 600;
        }

        .gr-card-title {
            padding: 0 !important;
            min-height: 56px !important;
            font-size: 15px !important;
            line-height: 1.24 !important;
            font-weight: 600 !important;
        }

        .gr-card-title a:hover {
            text-decoration: underline !important;
            text-underline-offset: 3px;
        }

        .gr-card-rating {
            margin-top: auto;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-height: 22px;
            color: #ff8a3d !important;
            text-decoration: none !important;
        }

        .gr-card-rating .star-rating {
            margin: 0 !important;
            float: none !important;
            color: #ff8a3d !important;
            font-size: 14px !important;
            letter-spacing: 0 !important;
        }

        .gr-card-rating span:not(.star-rating) {
            color: #64748b;
            font-size: 13px;
            font-weight: 500;
        }

        .gr-card-stars {
            color: #ff9f1a !important;
            font-size: 15px !important;
            line-height: 1 !important;
            letter-spacing: 1px !important;
            white-space: nowrap !important;
        }

        .gr-card-footer {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 48px;
            gap: 10px;
            padding: 13px 14px 14px;
            border-top: 1px solid #eef0f2;
            background: #fff;
        }

        .gr-card-footer .gr-card-price {
            padding: 0 !important;
            border: 0 !important;
            font-size: 22px !important;
            font-weight: 700 !important;
            color: #020617 !important;
            grid-column: 1 / -1;
        }

        .gr-card-footer .gr-card-price ins,
        .grfb-price ins,
        .pigu-sticky-card .price ins {
            color: #020617 !important;
            text-decoration: none !important;
        }

        .gr-card-footer .gr-card-price del,
        .grfb-price del,
        .pigu-sticky-card .price del {
            color: #dc2626 !important;
            opacity: .72 !important;
        }

        .gr-card-footer .gr-card-btn {
            width: 100% !important;
            margin: 0 !important;
            min-height: 44px !important;
            font-size: 14px !important;
            font-weight: 600 !important;
            border-radius: 8px !important;
        }

        .gr-card-wishlist,
        .gnis-main-wishlist,
        .sticky-cart-wishlist {
            min-width: 48px !important;
            width: 48px !important;
            height: 44px !important;
            min-height: 44px !important;
            padding: 0 !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            border: 1px solid #e5e7eb !important;
            border-radius: 8px !important;
            background: #fff !important;
            color: #111827 !important;
            font-size: 25px !important;
            line-height: 1 !important;
            font-weight: 500 !important;
            cursor: pointer !important;
            transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
        }

        .gr-card-wishlist:hover,
        .gnis-main-wishlist:hover,
        .sticky-cart-wishlist:hover {
            background: #fff9d9 !important;
            border-color: #ffd200 !important;
            transform: translateY(-1px);
        }

        .gr-card-wishlist.is-active,
        .gnis-main-wishlist.is-active,
        .sticky-cart-wishlist.is-active {
            color: #dc2626 !important;
            border-color: #ffd200 !important;
            background: #fff9d9 !important;
        }

        .pigu-sticky-card form.cart {
            display: block !important;
            position: relative !important;
            padding-right: 66px !important;
            min-height: 56px !important;
        }

        .pigu-sticky-card form.cart .single_add_to_cart_button {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            height: 56px !important;
            min-height: 56px !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            white-space: nowrap !important;
        }

        .pigu-sticky-card form.cart .gnis-main-wishlist {
            position: absolute !important;
            right: 0 !important;
            bottom: 0 !important;
            width: 56px !important;
            min-width: 56px !important;
            height: 56px !important;
            min-height: 56px !important;
            border-radius: 10px !important;
        }

        .pigu-sticky-card form.cart .woocommerce-variation-add-to-cart {
            display: block !important;
            position: relative !important;
            padding-right: 66px !important;
            min-height: 56px !important;
        }

        #sticky-add-to-cart .sticky-cart-content {
            grid-template-columns: minmax(0, 1fr) minmax(220px, 330px) 48px !important;
        }

        .sticky-cart-wishlist {
            width: 48px !important;
            min-width: 48px !important;
            height: 48px !important;
            min-height: 48px !important;
        }

        .gnis-single-catbar {
            width: min(100% - 24px, 1200px);
            margin: 6px auto 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            overflow-x: auto;
            padding: 8px 0 12px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

        .gnis-single-catbar::-webkit-scrollbar {
            display: none;
        }

        .gnis-single-catpill {
            flex: 0 0 auto;
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 0 18px;
            border: 1px solid #e5e7eb;
            border-radius: 999px;
            background: #fff;
            color: #1f1b17 !important;
            text-decoration: none !important;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
            transition: background .18s ease, border-color .18s ease, transform .18s ease;
        }

        .gnis-single-catpill:first-child {
            background: #ffd200;
            border-color: #ffd200;
        }

        .gnis-single-catpill:hover {
            background: #ffd200;
            border-color: #ffd200;
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {
            .gr-product-card {
                grid-template-rows: 185px minmax(145px, 1fr) auto !important;
            }

            .gr-card-body {
                padding: 0 12px 12px;
            }

            .gr-card-title {
                font-size: 13px !important;
                min-height: 50px !important;
            }

            .gr-card-footer {
                padding: 12px;
            }

            #sticky-add-to-cart .sticky-cart-content {
                grid-template-columns: minmax(0, 1fr) minmax(126px, 38%) 44px !important;
            }

            .sticky-cart-wishlist {
                width: 44px !important;
                min-width: 44px !important;
                height: 44px !important;
                min-height: 44px !important;
                font-size: 23px !important;
            }

            .gnis-single-catbar {
                width: calc(100% - 16px);
                margin-top: 8px;
                margin-bottom: 14px;
            }

            .gnis-single-catpill {
                min-height: 38px;
                padding: 0 14px;
                font-size: 13px;
            }
        }

        .single-product .gr-card-sale {
            font-weight: 600 !important;
        }

        .single-product .sticky-cart-price-inside {
            font-weight: 600 !important;
        }

        .single-product .gr-card-rating .star-rating {
            display: none !important;
        }

/* Source block 8; original cascade order preserved. */
.single-product .gnis-single-cats {
            width: min(100% - 24px, 1200px) !important;
            margin: 6px auto 20px !important;
            display: flex !important;
            align-items: center !important;
            gap: 12px !important;
            overflow-x: auto !important;
            padding: 14px 0 4px !important;
            -webkit-overflow-scrolling: touch !important;
            scrollbar-width: none !important;
        }

        .single-product .gnis-single-cats--menu {
            overflow: visible !important;
            position: relative !important;
            z-index: 5 !important;
            isolation: auto !important;
        }

        .single-product .gnis-single-cats--menu.is-menu-open {
            overflow: visible !important;
        }

        body.single-product .product-entry-wrapper,
        body.single-product .woocommerce-product-gallery,
        body.single-product .summary.entry-summary {
            position: relative !important;
            z-index: 1 !important;
        }

        .single-product .gnis-single-cats::-webkit-scrollbar {
            display: none !important;
        }

        .single-product .gr-single-cat-menu-wrap {
            position: relative !important;
            display: inline-flex !important;
            flex: 0 0 auto !important;
            z-index: 6 !important;
        }

        .single-product .gr-single-cat-menu-wrap.is-open,
        .single-product .gr-single-cat-menu-wrap:hover,
        .single-product .gr-single-cat-menu-wrap:focus-within {
            z-index: 7 !important;
        }

        .single-product .gr-single-cat-menu {
            position: absolute !important;
            top: 100% !important;
            left: 0 !important;
            width: min(320px, calc(100vw - 32px)) !important;
            max-height: min(72vh, 560px) !important;
            overflow-y: auto !important;
            padding: 10px !important;
            border: 1px solid #e5e7eb !important;
            border-radius: 14px !important;
            background: #fff !important;
            box-shadow: 0 24px 60px rgba(15, 23, 42, .18) !important;
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
            transform: translateY(6px) !important;
            transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
            z-index: 8 !important;
        }

        .single-product .gr-single-cat-menu-wrap.is-open .gr-single-cat-menu,
        .single-product .gr-single-cat-menu-wrap:hover .gr-single-cat-menu,
        .single-product .gr-single-cat-menu-wrap:focus-within .gr-single-cat-menu {
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
            transform: translateY(0) !important;
        }

        .single-product .gr-single-cat-menu a {
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
            min-height: 42px !important;
            padding: 9px 10px 9px calc(10px + (var(--depth, 0) * 14px)) !important;
            border-radius: 10px !important;
            color: #1f1b17 !important;
            text-decoration: none !important;
            font-size: 14px !important;
            font-weight: 560 !important;
            white-space: nowrap !important;
        }

        .single-product .gr-single-cat-menu a:hover {
            background: #fff9d9 !important;
            color: #1f1b17 !important;
        }

        .single-product .gr-single-cat-menu svg {
            width: 20px !important;
            height: 20px !important;
            flex: 0 0 20px !important;
        }

        .single-product .gnis-single-cats .gnis-cat {
            display: inline-flex !important;
            flex: 0 0 auto !important;
            align-items: center !important;
            gap: 8px !important;
            min-height: 42px !important;
            padding: 0 18px !important;
            border: 1px solid #e5e7eb !important;
            border-radius: 999px !important;
            background: #fff !important;
            color: #1f1b17 !important;
            white-space: nowrap !important;
            font-size: 14px !important;
            font-weight: 650 !important;
            text-decoration: none !important;
            box-shadow: 0 8px 18px rgba(15, 23, 42, .04) !important;
            font-family: inherit !important;
            cursor: pointer !important;
            transition: .16s ease !important;
        }

        .single-product .gnis-single-cats .gnis-cat svg {
            width: 17px !important;
            height: 17px !important;
            flex: 0 0 17px !important;
        }

        .single-product .gnis-single-cats .gnis-cat:hover {
            border-color: #ffd200 !important;
            background: #fff9d9 !important;
            color: #1f1b17 !important;
            transform: none !important;
        }

        .single-product .gnis-single-cats .gnis-cat.is-active {
            border-color: #ffd200 !important;
            background: #ffd200 !important;
            color: #1f1b17 !important;
            box-shadow: 0 12px 22px rgba(255, 210, 0, .22) !important;
        }

        .single-product .gnis-single-cats .gnis-cat.gnis-cat--sale {
            border-color: #e11d27 !important;
            background: #e11d27 !important;
            color: #fff !important;
        }

        .single-product .gnis-single-cats .gnis-cat.gnis-cat--sale:hover {
            border-color: #b91c1c !important;
            background: #b91c1c !important;
            color: #fff !important;
        }

        .single-product .pigu-sticky-card form.cart,
        .single-product .pigu-sticky-card form.cart .woocommerce-variation-add-to-cart {
            display: block !important;
            padding-right: 0 !important;
            min-height: 0 !important;
        }

        .single-product .pigu-sticky-card form.cart .single_add_to_cart_button {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
        }

        .single-product .gnis-main-wishlist {
            display: none !important;
        }

        @media (max-width: 768px) {
            .single-product .gnis-single-cats {
                width: calc(100% - 16px) !important;
                margin-top: 8px !important;
                margin-bottom: 14px !important;
                padding: 10px 0 4px !important;
                overflow-x: auto !important;
                overflow-y: hidden !important;
            }

            .single-product .gnis-single-cats.is-menu-open {
                overflow: visible !important;
            }

            .single-product .gr-single-cat-menu {
                display: none !important;
            }

            .single-product .gr-single-cat-menu-wrap.is-open .gr-single-cat-menu {
                display: block !important;
            }

            .single-product .gnis-single-cats .gnis-cat {
                min-height: 36px !important;
                padding: 0 12px !important;
                font-size: 12px !important;
                font-weight: 650 !important;
            }

            .single-product .gr-rec-section--category .gr-rec-grid > article:nth-child(n+5) {
                display: none !important;
            }

            .single-product .gr-rec-section .gr-rec-grid {
                display: flex !important;
                overflow-x: auto !important;
                gap: 10px !important;
                margin-left: -8px !important;
                margin-right: -8px !important;
                padding: 0 8px 10px !important;
                scroll-snap-type: x mandatory !important;
                scrollbar-width: none !important;
                -webkit-overflow-scrolling: touch !important;
            }

            .single-product .gr-rec-section .gr-rec-grid::-webkit-scrollbar {
                display: none !important;
            }

        }

/* Source block 9; original cascade order preserved. */
.single-product {
            --red: #ffd200;
            --red-dark: #f2bf00;
            --cta: #1f1b17;
            --cta-hover: #0f0d0b;
            --ink: #161616;
            --muted: #64748b;
            --line: #e5e7eb;
            --soft: #f6f7f8;
            --green: #15914b;
            overflow-x: hidden !important;
        }

        .single-product div.product,
        .single-product div.product > section,
        .single-product div.product > .woocommerce-tabs,
        .single-product div.product > .ct-blocks-container,
        .single-product div.product > .custom-reviews-container,
        .single-product .grfb-box,
        .single-product .gr-rec-section {
            width: min(1460px, calc(100vw - 32px)) !important;
            max-width: 1460px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            box-sizing: border-box !important;
        }

        .single-product .gnis-single-cats {
            width: min(1460px, calc(100vw - 32px)) !important;
            max-width: 1460px !important;
            margin: 0 auto 18px !important;
            padding: 14px 0 4px !important;
            gap: 12px !important;
            overflow: visible !important;
            flex-wrap: wrap !important;
            scrollbar-width: none !important;
            -webkit-overflow-scrolling: touch !important;
        }

        .single-product .gnis-single-breadcrumb {
            width: min(1460px, calc(100vw - 32px)) !important;
            max-width: 1460px !important;
            margin: 0 auto 12px !important;
            padding: 12px 0 0 !important;
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
            color: #7b7f86 !important;
            font-size: 13px !important;
            line-height: 1.25 !important;
            overflow: hidden !important;
        }

        .single-product .gnis-single-breadcrumb a {
            color: inherit !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            transition: color .16s ease !important;
        }

        .single-product .gnis-single-breadcrumb a:hover {
            color: #1f1b17 !important;
            text-decoration: underline !important;
            text-decoration-color: #ffd200 !important;
            text-underline-offset: 3px !important;
        }

        .single-product .gnis-single-breadcrumb span {
            flex: 0 0 auto !important;
        }

        .single-product .gnis-single-breadcrumb span:last-child {
            min-width: 0 !important;
            flex: 1 1 auto !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: nowrap !important;
            color: #334155 !important;
            font-weight: 600 !important;
        }

        .single-product .gnis-single-cats .gnis-cat {
            min-height: 42px !important;
            padding: 0 18px !important;
            border-radius: 999px !important;
            font-size: 14px !important;
            font-weight: 650 !important;
            line-height: 1 !important;
            white-space: nowrap !important;
        }

        @media (min-width: 992px) {
            .single-product div.product {
                display: grid !important;
                grid-template-columns: minmax(620px, 1fr) minmax(540px, .82fr) !important;
                gap: 40px !important;
                align-items: start !important;
            }

            .single-product div.product > .woocommerce-product-gallery,
            .single-product div.product > .summary {
                width: 100% !important;
                max-width: none !important;
                flex: initial !important;
                margin: 0 !important;
            }

            .single-product div.product > .summary,
            .single-product div.product > .summary .pigu-sticky-card,
            .single-product div.product > .summary .woocommerce-product-details__short-description,
            .single-product div.product > .summary .woocommerce-product-details__short-description p {
                width: 100% !important;
                max-width: none !important;
                min-width: 0 !important;
                box-sizing: border-box !important;
            }

            .single-product div.product > .summary .woocommerce-product-details__short-description {
                display: block !important;
                line-height: 1.6 !important;
            }

            .single-product div.product > section,
            .single-product div.product > .woocommerce-tabs,
            .single-product div.product > .ct-blocks-container,
            .single-product div.product > .custom-reviews-container,
            .single-product div.product > .related,
            .single-product div.product > .upsells,
            .single-product div.product > .up-sells {
                grid-column: 1 / -1 !important;
            }
        }

        .single-product #sticky-add-to-cart .sticky-cart-content {
            grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) 52px !important;
            align-items: center !important;
        }

        .single-product #sticky-add-to-cart .sticky-cart-button,
        .single-product #sticky-add-to-cart .sticky-cart-wishlist {
            height: 52px !important;
            min-height: 52px !important;
            border-radius: 10px !important;
        }

        .single-product #sticky-add-to-cart .sticky-cart-wishlist {
            width: 52px !important;
            min-width: 52px !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            border: 1px solid #e5e7eb !important;
            background: #fff !important;
            color: #111827 !important;
            font-size: 24px !important;
            line-height: 1 !important;
            padding: 0 !important;
        }

        .single-product #sticky-add-to-cart .sticky-cart-wishlist:hover,
        .single-product #sticky-add-to-cart .sticky-cart-wishlist.is-active {
            border-color: #ffd200 !important;
            background: #fff9d9 !important;
            color: #dc2626 !important;
        }

        .single-product .gr-rec-slider {
            position: relative !important;
        }

        .single-product .gr-rec-section .gr-rec-grid {
            display: grid !important;
            grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
            gap: 18px !important;
        }

        .single-product .gr-rec-section--category .gr-rec-grid > article:nth-child(n+9) {
            display: none !important;
        }

        .single-product .gr-rec-nav {
            position: absolute !important;
            top: 50% !important;
            z-index: 5 !important;
            width: 38px !important;
            height: 38px !important;
            min-height: 38px !important;
            padding: 0 !important;
            border: 1px solid #e5e7eb !important;
            border-radius: 999px !important;
            background: #fff !important;
            color: #1f1b17 !important;
            box-shadow: 0 12px 24px rgba(15, 23, 42, .12) !important;
            display: none !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 24px !important;
            font-weight: 500 !important;
            line-height: 1 !important;
            transform: translateY(-50%) !important;
            cursor: pointer !important;
        }

        .single-product .gr-rec-nav:hover {
            background: #ffd200 !important;
            border-color: #ffd200 !important;
        }

        .single-product .gr-rec-nav--prev {
            left: -14px !important;
        }

        .single-product .gr-rec-nav--next {
            right: -14px !important;
        }

        .single-product .grfb-box {
            padding: 24px !important;
        }

        .single-product .grfb-grid {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 16px !important;
        }

        @media (max-width: 1190px) {
            .single-product .grfb-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            }

            .single-product .gr-rec-section .gr-rec-grid {
                display: flex !important;
                gap: 14px !important;
                overflow-x: auto !important;
                scroll-snap-type: x mandatory !important;
                scrollbar-width: none !important;
                padding: 0 2px 10px !important;
                -webkit-overflow-scrolling: touch !important;
            }

            .single-product .gr-rec-section .gr-rec-grid::-webkit-scrollbar {
                display: none !important;
            }

            .single-product .gr-rec-nav {
                display: inline-flex !important;
            }

            .single-product .gr-rec-section--category .gr-rec-grid > article:nth-child(n+7) {
                display: none !important;
            }
        }

        @media (max-width: 768px) {
            .single-product div.product,
            .single-product div.product > section,
            .single-product div.product > .woocommerce-tabs,
            .single-product div.product > .ct-blocks-container,
            .single-product div.product > .custom-reviews-container,
            .single-product .grfb-box,
            .single-product .gr-rec-section,
            .single-product .gnis-single-cats,
            .single-product .gnis-single-breadcrumb {
                width: min(100%, calc(100vw - 16px)) !important;
                max-width: min(100%, calc(100vw - 16px)) !important;
            }

            .single-product .gnis-single-breadcrumb {
                gap: 7px !important;
                padding-top: 8px !important;
                margin-bottom: 8px !important;
                font-size: 12px !important;
            }

            .single-product .gnis-single-cats {
                overflow-x: auto !important;
                flex-wrap: nowrap !important;
                gap: 8px !important;
                padding: 12px 0 8px !important;
            }

            .single-product #sticky-add-to-cart .sticky-cart-content {
                grid-template-columns: minmax(0, 1fr) minmax(136px, 42%) 46px !important;
            }

            .single-product #sticky-add-to-cart .sticky-cart-button,
            .single-product #sticky-add-to-cart .sticky-cart-wishlist {
                height: 46px !important;
                min-height: 46px !important;
            }

            .single-product #sticky-add-to-cart .sticky-cart-wishlist {
                width: 46px !important;
                min-width: 46px !important;
            }

            .single-product .gr-rec-nav {
                display: none !important;
            }

            .single-product .grfb-grid {
                display: flex !important;
                gap: 12px !important;
                overflow-x: auto !important;
                scroll-snap-type: x mandatory !important;
            }

            .single-product .grfb-card {
                flex: 0 0 78% !important;
                scroll-snap-align: start !important;
            }
        }

        @media (min-width: 1200px) {
            .single-product div.product {
                width: min(1460px, calc(100vw - 32px)) !important;
                max-width: 1460px !important;
                display: grid !important;
                grid-template-columns: minmax(0, 1fr) minmax(560px, .86fr) !important;
                gap: 44px !important;
            }

            .single-product div.product > .summary,
            .single-product div.product > .summary.entry-summary {
                width: 100% !important;
                min-width: 560px !important;
                max-width: none !important;
                margin-left: 0 !important;
            }

            .single-product div.product > .summary .pigu-sticky-card {
                width: 100% !important;
                max-width: none !important;
                padding: 30px !important;
            }
        }

        .single-product div.product > .summary .woocommerce-product-details__short-description,
        .single-product div.product > .summary .woocommerce-product-details__short-description p,
        .single-product div.product > .summary .woocommerce-product-details__short-description div {
            width: 100% !important;
            max-width: none !important;
            min-width: 0 !important;
            display: block !important;
            white-space: normal !important;
        }

        .single-product div.product > .summary .woocommerce-product-details__short-description {
            font-size: 16px !important;
            line-height: 1.62 !important;
        }

        .single-product .sticky-cart-wishlist,
        .single-product .gnis-main-wishlist,
        .single-product .gr-card-wishlist,
        .single-product .gnis-heart {
            background: #fff !important;
            color: #111827 !important;
            border: 1px solid #e5e7eb !important;
        }

        .single-product .sticky-cart-wishlist:hover,
        .single-product .gnis-main-wishlist:hover,
        .single-product .gr-card-wishlist:hover,
        .single-product .gnis-heart:hover {
            background: #fff9d9 !important;
            border-color: #ffd200 !important;
            color: #111827 !important;
        }

        .single-product .sticky-cart-wishlist.is-active,
        .single-product .sticky-cart-wishlist[aria-pressed="true"],
        .single-product .gnis-main-wishlist.is-active,
        .single-product .gnis-main-wishlist[aria-pressed="true"],
        .single-product .gr-card-wishlist.is-active,
        .single-product .gr-card-wishlist[aria-pressed="true"],
        .single-product .gnis-heart.is-active,
        .single-product .gnis-heart[aria-pressed="true"] {
            background: #fff9d9 !important;
            border-color: #ffd200 !important;
            color: #dc2626 !important;
        }

/* Source block 10; original cascade order preserved. */
@media (min-width: 992px) {
            body.single-product div.product > .product-entry-wrapper,
            body.single-product div.product .product-entry-wrapper.is-width-constrained {
                width: min(1460px, calc(100vw - 32px)) !important;
                max-width: 1460px !important;
                margin-left: auto !important;
                margin-right: auto !important;
                display: grid !important;
                grid-template-columns: minmax(0, 58%) minmax(520px, 42%) !important;
                gap: 40px !important;
                align-items: start !important;
                box-sizing: border-box !important;
            }

            body.single-product div.product .product-entry-wrapper > .woocommerce-product-gallery,
            body.single-product div.product .product-entry-wrapper > .summary,
            body.single-product div.product .product-entry-wrapper > .summary.entry-summary,
            body.single-product div.product .product-entry-wrapper > .entry-summary-items {
                width: 100% !important;
                max-width: none !important;
                min-width: 0 !important;
                flex: none !important;
                float: none !important;
                margin: 0 !important;
                box-sizing: border-box !important;
            }

            body.single-product div.product .product-entry-wrapper > .summary,
            body.single-product div.product .product-entry-wrapper > .summary.entry-summary,
            body.single-product div.product .product-entry-wrapper > .entry-summary-items {
                min-width: 520px !important;
                inset: auto !important;
            }

            body.single-product div.product .product-entry-wrapper .pigu-sticky-card {
                width: 100% !important;
                max-width: none !important;
                min-width: 0 !important;
            }
        }

        @media (min-width: 992px) and (max-width: 1240px) {
            body.single-product div.product > .product-entry-wrapper,
            body.single-product div.product .product-entry-wrapper.is-width-constrained {
                grid-template-columns: minmax(0, 53%) minmax(430px, 47%) !important;
                gap: 28px !important;
            }

            body.single-product div.product .product-entry-wrapper > .summary,
            body.single-product div.product .product-entry-wrapper > .summary.entry-summary,
            body.single-product div.product .product-entry-wrapper > .entry-summary-items {
                min-width: 430px !important;
            }
        }

        body.single-product .summary .woocommerce-product-details__short-description,
        body.single-product .summary .woocommerce-product-details__short-description *,
        body.single-product .entry-summary-items .woocommerce-product-details__short-description,
        body.single-product .entry-summary-items .woocommerce-product-details__short-description * {
            max-width: none !important;
            white-space: normal !important;
            overflow-wrap: normal !important;
            word-break: normal !important;
        }

        body.single-product .summary .woocommerce-product-details__short-description,
        body.single-product .entry-summary-items .woocommerce-product-details__short-description {
            width: 100% !important;
            display: block !important;
            line-height: 1.62 !important;
        }

        @media (max-width: 991px) {
            body.single-product div.product > .product-entry-wrapper,
            body.single-product div.product .product-entry-wrapper.is-width-constrained {
                width: min(100%, calc(100vw - 16px)) !important;
                max-width: min(100%, calc(100vw - 16px)) !important;
                display: block !important;
            }

            body.single-product div.product .product-entry-wrapper > .woocommerce-product-gallery,
            body.single-product div.product .product-entry-wrapper > .summary,
            body.single-product div.product .product-entry-wrapper > .summary.entry-summary,
            body.single-product div.product .product-entry-wrapper > .entry-summary-items {
                width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
            }
        }

/* Source block 11; original cascade order preserved. */
@media (max-width: 1190px) {
            body.single-product section.gr-rec-section .gr-rec-slider {
                position: relative !important;
                overflow: hidden !important;
            }

            body.single-product section.gr-rec-section .gr-rec-slider > .gr-rec-grid[data-gr-rec-track] {
                display: flex !important;
                grid-template-columns: none !important;
                grid-auto-flow: unset !important;
                grid-auto-columns: unset !important;
                align-items: stretch !important;
                gap: 14px !important;
                overflow-x: auto !important;
                overflow-y: hidden !important;
                scroll-snap-type: x mandatory !important;
                scrollbar-width: none !important;
                -webkit-overflow-scrolling: touch !important;
                padding: 0 2px 10px !important;
            }

            body.single-product section.gr-rec-section .gr-rec-slider > .gr-rec-grid[data-gr-rec-track]::-webkit-scrollbar {
                display: none !important;
            }
        }

        @media (max-width: 768px) {
            body.single-product section.gr-rec-section .gr-rec-slider > .gr-rec-grid[data-gr-rec-track] {
                gap: 10px !important;
                margin-left: -8px !important;
                margin-right: -8px !important;
                padding: 0 8px 10px !important;
            }

            body.single-product section.gr-rec-section .gr-rec-nav {
                display: none !important;
            }
        }

        @media (max-width: 1190px) {
            body.single-product section.gr-rec-section {
                overflow: hidden !important;
            }

            body.single-product section.gr-rec-section .gr-rec-grid[data-gr-rec-track] {
                display: flex !important;
                grid-template-columns: none !important;
                grid-template-rows: none !important;
                gap: 10px !important;
                overflow-x: auto !important;
                overflow-y: hidden !important;
                margin-left: -8px !important;
                margin-right: -8px !important;
                padding: 0 8px 10px !important;
                scroll-snap-type: x mandatory !important;
                scrollbar-width: none !important;
                -webkit-overflow-scrolling: touch !important;
            }

            body.single-product section.gr-rec-section .gr-rec-grid[data-gr-rec-track]::-webkit-scrollbar {
                display: none !important;
            }

            body.single-product section.gr-rec-section .gr-rec-nav {
                display: none !important;
            }
        }

        @media (min-width: 769px) and (max-width: 1190px) {
            body.single-product section.gr-rec-section .gr-rec-nav {
                display: inline-flex !important;
            }
        }

/* Source block 13; original cascade order preserved. */
body.single-product .woocommerce-product-gallery,
        body.single-product div.product .woocommerce-product-gallery {
            position: relative !important;
            overflow: visible !important;
        }

        body.single-product .woocommerce-product-gallery .flex-control-thumbs,
        body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
        body.single-product .woocommerce-product-gallery .flexy-pills > ol,
        body.single-product div.product .woocommerce-product-gallery .flexy-pills > ol {
            display: flex !important;
            flex-wrap: nowrap !important;
            gap: 10px !important;
            align-items: center !important;
            width: 100% !important;
            max-width: 100% !important;
            overflow-x: auto !important;
            overflow-y: hidden !important;
            margin: 10px 0 0 !important;
            padding: 2px 0 6px !important;
            scroll-behavior: smooth !important;
            scroll-snap-type: x proximity !important;
            scrollbar-width: none !important;
            overscroll-behavior-inline: contain !important;
            -webkit-overflow-scrolling: touch !important;
        }

        body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar,
        body.single-product .woocommerce-product-gallery .flexy-pills > ol::-webkit-scrollbar {
            display: none !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumbs-shell {
            position: relative !important;
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            overflow: hidden !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumbs-shell > .gr-gallery-thumbs-track {
            margin-top: 10px !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav {
            position: absolute !important;
            top: 50% !important;
            z-index: 4 !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 34px !important;
            height: 34px !important;
            min-width: 34px !important;
            min-height: 34px !important;
            padding: 0 !important;
            margin: 4px 0 0 !important;
            border: 1px solid #dfe3e7 !important;
            border-radius: 50% !important;
            background: #fff !important;
            color: #18212b !important;
            box-shadow: 0 4px 14px rgba(17, 24, 39, .14) !important;
            font: 600 25px/1 Arial, sans-serif !important;
            cursor: pointer !important;
            transform: translateY(-50%) !important;
            transition: background-color .16s ease, border-color .16s ease, opacity .16s ease !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav:hover:not(:disabled) {
            border-color: #c5cbd2 !important;
            background: #f4f6f7 !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav:focus-visible {
            outline: 2px solid #ffd200 !important;
            outline-offset: 2px !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav:disabled {
            opacity: .32 !important;
            cursor: default !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav[hidden] {
            display: none !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav--prev {
            left: 8px !important;
        }

        body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav--next {
            right: 8px !important;
        }

        body.single-product .woocommerce-product-gallery .flex-control-thumbs li,
        body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
        body.single-product .woocommerce-product-gallery .flex-control-thumbs li.is-active-thumb,
        body.single-product .woocommerce-product-gallery .flexy-pills > ol > li,
        body.single-product div.product .woocommerce-product-gallery .flexy-pills > ol > li {
            flex: 0 0 calc((100% - 40px) / 5) !important;
            width: calc((100% - 40px) / 5) !important;
            min-width: 0 !important;
            max-width: none !important;
            border: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
            background: transparent !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow: visible !important;
            scroll-snap-align: start !important;
        }

        body.single-product .woocommerce-product-gallery .flex-control-thumbs img,
        body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img,
        body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
        body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active-thumb,
        body.single-product .woocommerce-product-gallery .flex-control-thumbs li.is-active-thumb img {
            width: 74px !important;
            height: 74px !important;
            max-width: 74px !important;
            max-height: 74px !important;
            display: block !important;
            object-fit: contain !important;
            margin: 0 auto !important;
            padding: 6px !important;
            border: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
            border-radius: 8px !important;
            background: #fff !important;
        }

        body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
        body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active-thumb,
        body.single-product .woocommerce-product-gallery .flex-control-thumbs li.is-active-thumb img {
            box-shadow: 0 0 0 2px rgba(255, 210, 0, .45) !important;
        }

        body.single-product div.product .onsale {
            z-index: 20 !important;
            pointer-events: none !important;
        }

        @media (min-width: 992px) {
            body.single-product div.product .woocommerce-product-gallery .onsale,
            body.single-product div.product > .onsale,
            body.single-product div.product .product-entry-wrapper > .onsale {
                position: absolute !important;
                top: 24px !important;
                left: 150px !important;
                right: auto !important;
                transform: none !important;
            }
        }

        @media (max-width: 991px) {
            body.single-product .woocommerce-product-gallery .gr-gallery-thumb-nav {
                display: none !important;
            }

            body.single-product .woocommerce-product-gallery .flex-control-thumbs,
            body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs ol,
            body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs ol,
            body.single-product .woocommerce-product-gallery .flexy-pills > ol,
            body.single-product div.product .woocommerce-product-gallery .flexy-pills > ol {
                display: flex !important;
                flex-wrap: nowrap !important;
                gap: 10px !important;
                align-items: center !important;
                overflow-x: auto !important;
                overflow-y: hidden !important;
                padding: 2px 0 4px !important;
                margin: 10px 0 0 !important;
                border: 0 !important;
                box-shadow: none !important;
            }

            body.single-product .woocommerce-product-gallery .flex-control-thumbs li,
            body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs li.flex-active,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs li.is-active-thumb,
            body.single-product .woocommerce-product-gallery .flexy-pills > ol > li,
            body.single-product div.product .woocommerce-product-gallery .flexy-pills > ol > li {
                flex: 0 0 62px !important;
                width: 62px !important;
                min-width: 62px !important;
                height: 62px !important;
                min-height: 62px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                border: 0 !important;
                outline: 0 !important;
                box-shadow: none !important;
                background: transparent !important;
                padding: 0 !important;
                margin: 0 !important;
                overflow: visible !important;
            }

            body.single-product div.product .woocommerce-product-gallery .onsale,
            body.single-product div.product > .onsale,
            body.single-product div.product .product-entry-wrapper > .onsale {
                position: absolute !important;
                top: 14px !important;
                left: 14px !important;
                right: auto !important;
                transform: none !important;
            }

            body.single-product .woocommerce-product-gallery .flex-control-thumbs img,
            body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active-thumb,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs li.is-active-thumb img {
                width: 58px !important;
                height: 58px !important;
                max-width: 58px !important;
                max-height: 58px !important;
                padding: 5px !important;
                display: block !important;
                object-fit: contain !important;
                border: 0 !important;
                outline: 0 !important;
                box-shadow: none !important;
                background: #fff !important;
            }

            body.single-product .woocommerce-product-gallery .flex-control-thumbs *,
            body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs * {
                border-color: transparent !important;
                outline-color: transparent !important;
            }

            body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active-thumb,
            body.single-product .woocommerce-product-gallery .flex-control-thumbs li.is-active-thumb img {
                box-shadow: 0 0 0 2px rgba(255, 210, 0, .55) !important;
            }
        }

/* Source block 14; original cascade order preserved. */
body.single-product .woocommerce-product-gallery .zoomImg {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }

        body.single-product .woocommerce-product-gallery__image img {
            transform: none !important;
            transition: opacity .16s ease !important;
            object-fit: contain !important;
            backface-visibility: hidden !important;
        }

        @media (hover: hover) and (pointer: fine) {
            body.single-product .woocommerce-product-gallery__image img {
                cursor: zoom-in !important;
            }

            .gr-gallery-zoom-lens {
                position: fixed !important;
                width: 180px !important;
                height: 180px !important;
                border: 2px solid #ffd200 !important;
                border-radius: 16px !important;
                background-color: #ffffff !important;
                background-repeat: no-repeat !important;
                box-shadow: 0 18px 42px rgba(17, 24, 39, .22) !important;
                z-index: 2147483000 !important;
                pointer-events: none !important;
                opacity: 0 !important;
                visibility: hidden !important;
                transition: opacity .12s ease, visibility .12s ease !important;
            }

            .gr-gallery-zoom-lens.is-visible {
                opacity: 1 !important;
                visibility: visible !important;
            }
        }

        @media (hover: none), (pointer: coarse), (max-width: 991px) {
            .gr-gallery-zoom-lens {
                display: none !important;
            }

            body.single-product .woocommerce-product-gallery__image img {
                cursor: default !important;
            }
        }

/* Recommendation sections keep page-specific layout; card presentation is shared. */
.single-product .gr-rec-section {
    position: relative;
    clear: both;
    isolation: isolate;
}

.single-product .gr-rec-section .gr-rec-grid > .gnis-card {
    min-width: 0;
}

@media (max-width: 1190px) {
    .single-product .gr-rec-section .gr-rec-grid > .gnis-card {
        flex: 0 0 clamp(270px, 36vw, 340px);
        max-width: 340px;
        scroll-snap-align: start;
    }
}

@media (max-width: 900px) {
    .single-product .gr-rec-section .gr-rec-grid > .gnis-card {
        flex-basis: min(86vw, 360px);
        width: min(86vw, 360px);
        max-width: 360px;
    }
}
