/*
 * Chandishq Modern Single Product v6.0.0
 * Fast, dependency-light, mobile-first WooCommerce product UI.
 */
body.chq-product-page-active {
    --chq-navy: #001d2c;
    --chq-navy-2: #082c3c;
    --chq-blue: #1d5fae;
    --chq-orange: #ff5b12;
    --chq-orange-dark: #e84a05;
    --chq-green: #159e64;
    --chq-ink: #101418;
    --chq-muted: #65717d;
    --chq-soft: #f6f8fa;
    --chq-line: #e7ebef;
    --chq-card: #ffffff;
    --chq-shadow: 0 14px 42px rgba(0, 29, 44, .08);
}

html.chq-no-scroll { overflow: hidden !important; }
.chq-product-shell, .chq-product-shell * { box-sizing: border-box; }
.chq-product-shell { width: 100%; background: #fff; color: var(--chq-ink); font-family: inherit; line-height: 1.45; }
.chq-product-shell button, .chq-product-shell input, .chq-product-shell select { font: inherit; }
.chq-product-shell a { color: inherit; text-decoration: none; }
.chq-product-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 20px 0 58px; }

/* Breadcrumb */
.chq-breadcrumb { display: flex; align-items: center; gap: 8px; min-width: 0; margin: 0 0 18px; color: #7a8590; font-size: 12px; white-space: nowrap; overflow: hidden; }
.chq-breadcrumb a { transition: color .18s ease; }
.chq-breadcrumb a:hover { color: var(--chq-navy); }
.chq-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }

/* Main card */
.chq-product-card { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); gap: 42px; align-items: start; padding: 24px; border: 1px solid var(--chq-line); border-radius: 22px; background: var(--chq-card); box-shadow: var(--chq-shadow); }
.chq-gallery-column, .chq-summary-column { min-width: 0; }
.chq-gallery { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; }
.chq-thumbnails { display: flex; flex-direction: column; gap: 11px; max-height: 610px; overflow-y: auto; overscroll-behavior: contain; padding: 2px; scrollbar-width: none; }
.chq-thumbnails::-webkit-scrollbar { display: none; }
.chq-thumb { width: 78px; height: 78px; flex: 0 0 78px; padding: 0; border: 1px solid transparent; border-radius: 13px; overflow: hidden; background: #f5f6f7; cursor: pointer; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.chq-thumb:hover { transform: translateY(-2px); }
.chq-thumb.is-active { border-color: var(--chq-navy); box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(0,29,44,.1); }
.chq-thumb img { display: block; width: 100% !important; height: 100% !important; object-fit: cover; margin: 0 !important; }

.chq-main-image-wrap { position: relative; width: 100%; aspect-ratio: .88 / 1; min-height: 520px; border-radius: 18px; overflow: hidden; background: #f4f4f2; }
.chq-main-image-button { display: block; position: relative; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; overflow: hidden; cursor: zoom-in; }
.chq-main-image-button > img { display: block; width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 !important; object-fit: cover; object-position: center; transition: transform .38s ease, opacity .18s ease; }
.chq-main-image-button:hover > img { transform: scale(1.018); }
.chq-main-image-button > img.is-changing { opacity: .38; }
.chq-sale-badge { position: absolute; z-index: 3; top: 16px; left: 16px; display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 12px; border-radius: 999px; background: var(--chq-orange); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; box-shadow: 0 8px 20px rgba(255,91,18,.26); }
.chq-zoom-hint { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(0,29,44,.08); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--chq-navy); box-shadow: 0 8px 24px rgba(0,29,44,.12); backdrop-filter: blur(8px); }
.chq-zoom-hint svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

/* Product summary */
.chq-summary-column { padding: 4px 2px 2px; }
.chq-eyebrow-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.chq-popular-pill, .chq-stock-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.chq-popular-pill { background: #eef5ff; color: #275e9e; }
.chq-stock-pill { background: #edf9f3; color: #15794e; }
.chq-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #2b70d2; box-shadow: 0 0 0 4px rgba(43,112,210,.1); }
.chq-product-title { margin: 0 0 14px !important; padding: 0 !important; color: var(--chq-ink) !important; font-size: clamp(24px, 2.2vw, 34px) !important; line-height: 1.16 !important; font-weight: 700 !important; letter-spacing: -.025em !important; text-transform: none !important; }

/* Review strip uses the exact aaa.jpg supplied by user */
.chq-rating-card { display: flex; align-items: center; gap: 14px; width: fit-content; max-width: 100%; margin: 0 0 18px; padding: 9px 12px 9px 8px; border: 1px solid #e8edf1; border-radius: 15px; background: linear-gradient(180deg, #fff, #fbfcfd); }
.chq-review-faces-image { display: block; width: 142px !important; height: 50px !important; max-width: 42vw; object-fit: contain; object-position: left center; margin: 0 !important; }
.chq-rating-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; gap: 2px; }
.chq-rating-topline { display: flex; align-items: center; gap: 8px; height: 20px; }
.chq-rating-score { font-size: 14px; font-weight: 800; color: var(--chq-ink); }
.chq-rating-card .star-rating { float: none !important; display: inline-block !important; width: 5.4em !important; height: 1em !important; margin: 0 !important; color: #ff8a00 !important; font-size: 16px !important; line-height: 1 !important; }
.chq-rating-card .star-rating::before, .chq-rating-card .star-rating span::before { color: #ff8a00 !important; }
.chq-static-stars { color: #ff8a00; font-size: 14px; letter-spacing: .5px; }
.chq-review-text { overflow: hidden; color: var(--chq-muted); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }

/* Price */
.chq-price-block { margin: 0 0 18px; padding: 16px 18px; border: 1px solid #ffe2d4; border-radius: 16px; background: linear-gradient(135deg, #fff9f6, #fff); }
.chq-price-kicker { margin: 0 0 4px; color: #9a4b28; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.chq-price-line { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.chq-price { color: var(--chq-ink); font-size: 28px; font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.chq-price .price { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.chq-price del { color: #8b9299 !important; opacity: 1 !important; font-size: 16px !important; font-weight: 500 !important; }
.chq-price ins { color: var(--chq-ink) !important; font-size: 28px !important; font-weight: 800 !important; text-decoration: none !important; }
.chq-price .woocommerce-Price-amount { color: inherit !important; }
.chq-save-pill { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 9px; border-radius: 999px; background: #e9f8f0; color: #128054; font-size: 11px; font-weight: 800; }
.chq-tax-note { margin-top: 5px; color: #7a838b; font-size: 10px; }

/* Purchase — theme-proof alignment */
.chq-purchase-panel { display: grid !important; grid-template-columns: minmax(0, 1fr) 122px !important; gap: 10px !important; align-items: stretch !important; width: 100% !important; margin: 0 0 12px !important; }
.chq-buy-form { display: grid !important; grid-template-columns: 116px minmax(0, 1fr) minmax(0, 1fr) !important; gap: 9px !important; align-items: stretch !important; width: 100% !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; float: none !important; }
.chq-qty-stepper { display: grid !important; grid-template-columns: 32px minmax(38px, 1fr) 32px !important; align-items: center !important; justify-items: center !important; width: 116px !important; min-width: 116px !important; height: 48px !important; min-height: 48px !important; margin: 0 !important; padding: 4px !important; border: 1px solid #d9e0e5 !important; border-radius: 12px !important; overflow: hidden !important; background: #fff !important; box-shadow: inset 0 1px 2px rgba(0,29,44,.02) !important; }
.chq-qty-stepper .quantity, .chq-qty-stepper .chq-native-quantity-inner { display: block !important; position: static !important; width: 44px !important; min-width: 0 !important; height: 38px !important; margin: 0 !important; padding: 0 !important; float: none !important; border: 0 !important; background: transparent !important; }
.chq-qty-input, .chq-qty-stepper input.qty { display: block !important; position: static !important; width: 100% !important; min-width: 0 !important; max-width: none !important; height: 38px !important; min-height: 38px !important; margin: 0 !important; padding: 0 2px !important; border: 0 !important; border-radius: 0 !important; outline: 0 !important; background: transparent !important; color: var(--chq-ink) !important; text-align: center !important; font-size: 15px !important; font-weight: 800 !important; line-height: 38px !important; box-shadow: none !important; appearance: textfield !important; -moz-appearance: textfield !important; }
.chq-qty-input::-webkit-outer-spin-button, .chq-qty-input::-webkit-inner-spin-button, .chq-qty-stepper input.qty::-webkit-outer-spin-button, .chq-qty-stepper input.qty::-webkit-inner-spin-button { margin: 0 !important; -webkit-appearance: none !important; }
.chq-qty-button { display: grid !important; place-items: center !important; position: static !important; width: 30px !important; min-width: 30px !important; max-width: 30px !important; height: 36px !important; min-height: 36px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 8px !important; background: #f2f5f7 !important; color: var(--chq-navy) !important; font-size: 18px !important; font-weight: 800 !important; line-height: 1 !important; text-indent: 0 !important; box-shadow: none !important; cursor: pointer !important; visibility: visible !important; opacity: 1 !important; }
.chq-qty-button > span { display: block !important; line-height: 1 !important; transform: translateY(-1px); }
.chq-qty-button:hover { background: #e7edf1 !important; color: #000 !important; }
.chq-qty-button:active { transform: scale(.94) !important; }
.chq-add-cart-button, .chq-buy-now-button, .chq-native-cart .single_add_to_cart_button, .chq-native-buy-now-button { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; width: 100% !important; min-width: 0 !important; min-height: 48px !important; height: 48px !important; margin: 0 !important; padding: 10px 12px !important; border-radius: 12px !important; font-size: 12px !important; font-weight: 800 !important; line-height: 1 !important; white-space: nowrap !important; text-transform: none !important; cursor: pointer !important; transition: transform .15s ease, box-shadow .15s ease, background .15s ease !important; }
.chq-add-cart-button, .chq-native-cart .single_add_to_cart_button { border: 1px solid #0b3244 !important; background: linear-gradient(135deg, #082c3c, #001d2c) !important; color: #fff !important; box-shadow: 0 8px 18px rgba(0,29,44,.16) !important; }
.chq-buy-now-button, .chq-native-buy-now-button { border: 1px solid var(--chq-orange) !important; background: linear-gradient(135deg, #ff681c, #ff4f08) !important; color: #fff !important; box-shadow: 0 8px 18px rgba(255,91,18,.2) !important; }
.chq-add-cart-button:hover, .chq-native-cart .single_add_to_cart_button:hover { transform: translateY(-1px) !important; background: linear-gradient(135deg, #0b394e, #00283c) !important; box-shadow: 0 11px 24px rgba(0,29,44,.22) !important; }
.chq-buy-now-button:hover, .chq-native-buy-now-button:hover { transform: translateY(-1px) !important; background: linear-gradient(135deg, #ff712a, #f34700) !important; box-shadow: 0 11px 24px rgba(255,91,18,.26) !important; }
.chq-add-cart-button svg, .chq-buy-now-button svg, .chq-native-buy-now-button svg { width: 17px !important; height: 17px !important; flex: 0 0 17px !important; fill: none !important; stroke: currentColor !important; stroke-width: 2 !important; stroke-linecap: round !important; stroke-linejoin: round !important; }
.chq-native-cart .single_add_to_cart_button.is-loading, .chq-native-buy-now-button.is-loading, .chq-add-cart-button.is-loading, .chq-buy-now-button.is-loading { opacity: .72 !important; pointer-events: none !important; }
.chq-wishlist { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 7px !important; width: 122px !important; min-width: 122px !important; height: 48px !important; margin: 0 !important; padding: 0 10px !important; border: 1px solid #dce2e7 !important; border-radius: 12px !important; background: #fff !important; color: #33404a !important; font-size: 12px !important; font-weight: 600 !important; cursor: pointer !important; }
.chq-wishlist svg { width: 19px !important; height: 19px !important; fill: none !important; stroke: currentColor !important; stroke-width: 1.7 !important; }
.chq-wishlist:hover, .chq-wishlist.is-active { border-color: #ffd8c7 !important; background: #fff7f3 !important; color: var(--chq-orange) !important; }
.chq-wishlist.is-active svg { fill: currentColor !important; }

/* Native variable/grouped/external product support */
.chq-native-cart, .chq-native-cart form.cart { width: 100% !important; margin: 0 !important; }
.chq-native-cart .variations_form.cart, .chq-native-cart .grouped_form.cart { display: block !important; }
.chq-native-cart .variations { width: 100% !important; margin: 0 0 10px !important; border: 0 !important; }
.chq-native-cart .variations tr, .chq-native-cart .variations th, .chq-native-cart .variations td { border: 0 !important; }
.chq-native-cart .variations th, .chq-native-cart .variations td { padding: 4px 0 !important; text-align: left !important; }
.chq-native-cart .variations th { width: 86px !important; color: #46515c !important; font-size: 12px !important; font-weight: 700 !important; }
.chq-native-cart .variations select { width: 100% !important; min-height: 44px !important; padding: 8px 36px 8px 12px !important; border: 1px solid #dce2e7 !important; border-radius: 11px !important; background: #fff !important; color: var(--chq-ink) !important; font-size: 13px !important; }
.chq-native-cart .reset_variations { color: #7a838b !important; font-size: 11px !important; }
.chq-native-cart .single_variation { margin: 6px 0 8px !important; }
.chq-native-cart .woocommerce-variation-add-to-cart { display: grid !important; grid-template-columns: 116px minmax(0, 1fr) minmax(0, 1fr) !important; gap: 9px !important; align-items: center !important; }
.chq-native-cart .chq-qty-stepper-native { width: 116px !important; }
.chq-native-cart .single_add_to_cart_button.disabled, .chq-native-cart .single_add_to_cart_button:disabled, .chq-native-buy-now-button.disabled, .chq-native-buy-now-button:disabled { opacity: .45 !important; cursor: not-allowed !important; transform: none !important; box-shadow: none !important; }

/* Product-page notices */
.chq-product-container > .woocommerce-notices-wrapper, .chq-product-container > .woocommerce-error, .chq-product-container > .woocommerce-message, .chq-product-container > .woocommerce-info { margin: 0 0 16px !important; }
.chq-product-container .woocommerce-error, .chq-product-container .woocommerce-message, .chq-product-container .woocommerce-info { display: flex !important; align-items: center; min-height: 48px; padding: 10px 14px !important; border-radius: 12px; font-size: 11px; box-shadow: none !important; }
.chq-product-container .woocommerce-message { border: 1px solid #cfeadb !important; background: #f1fbf5 !important; color: #17653f !important; }
.chq-product-container .woocommerce-error { border: 1px solid #ffd3d3 !important; background: #fff6f6 !important; color: #9c2a2a !important; }
.chq-product-container .woocommerce-info { border: 1px solid #d9e6f4 !important; background: #f5f9fd !important; color: #315b82 !important; }
.chq-product-container .woocommerce-message::before, .chq-product-container .woocommerce-error::before, .chq-product-container .woocommerce-info::before { display: none !important; }
.chq-product-container .woocommerce-message .button, .chq-product-container .woocommerce-error .button { order: 2; margin-left: auto !important; padding: 6px 10px !important; border: 0 !important; background: transparent !important; color: inherit !important; font-size: 10px !important; text-decoration: underline !important; box-shadow: none !important; }

/* Assurance */
.chq-quick-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0 0 10px; }
.chq-assurance-item { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 9px 11px; border: 1px solid var(--chq-line); border-radius: 12px; background: #fbfcfd; color: #46515c; font-size: 11px; font-weight: 600; }
.chq-assurance-icon { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 8px; background: #edf4ff; color: var(--chq-blue); }
.chq-assurance-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.chq-secure-row { display: flex; align-items: center; gap: 11px; min-height: 32px; margin: 0 0 12px; padding: 0 4px; color: #697580; font-size: 10px; font-weight: 600; }
.chq-secure-item { display: inline-flex; align-items: center; gap: 6px; }
.chq-secure-item svg { width: 14px; height: 14px; fill: none; stroke: #48806a; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.chq-secure-divider { width: 1px; height: 13px; background: #dce2e7; }

/* Share */
.chq-actions-row { display: flex; align-items: center; gap: 7px; margin: 0 0 8px; }
.chq-share-label { margin-right: 2px; color: #7a838b; font-size: 11px; font-weight: 700; }
.chq-action { display: inline-grid; place-items: center; width: 33px; height: 33px; padding: 0; border: 1px solid #dfe4e8; border-radius: 50%; background: #fff; color: #4a5661; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease; }
.chq-action:hover { transform: translateY(-2px); }
.chq-action svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.chq-whatsapp:hover { color: #fff; background: #20b965; border-color: #20b965; }
.chq-facebook:hover { color: #fff; background: #315ba5; border-color: #315ba5; }
.chq-copy:hover { color: #fff; background: var(--chq-navy); border-color: var(--chq-navy); }

/* Accordions */
.chq-accordion-group { margin-top: 2px; border-top: 1px solid var(--chq-line); }
.chq-accordion { border-bottom: 1px solid var(--chq-line); }
.chq-accordion-toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 48px; padding: 0; border: 0; background: transparent; color: #2a333b; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; }
.chq-accordion-plus { position: relative; width: 16px; height: 16px; }
.chq-accordion-plus::before, .chq-accordion-plus::after { content: ''; position: absolute; top: 7px; left: 2px; width: 12px; height: 1.5px; border-radius: 2px; background: currentColor; transition: transform .18s ease; }
.chq-accordion-plus::after { transform: rotate(90deg); }
.chq-accordion.is-open .chq-accordion-plus::after { transform: rotate(0); }
.chq-accordion-panel { padding: 0 0 14px; color: #606b75; font-size: 11px; }
.chq-description-content > :first-child { margin-top: 0; }
.chq-description-content > :last-child { margin-bottom: 0; }
.chq-description-content p { margin: 0 0 8px; }
.chq-description-content ul, .chq-description-content ol { margin: 7px 0 7px 18px; }
.chq-product-meta-list { display: grid; gap: 8px; }
.chq-product-meta-list > div { display: flex; justify-content: space-between; gap: 20px; }
.chq-product-meta-list span { color: #7a838b; }
.chq-product-meta-list strong { color: #36414b; font-weight: 700; text-align: right; }
.chq-product-meta-list strong a { text-decoration: underline; text-decoration-color: #cdd4d9; text-underline-offset: 2px; }

/* Benefit cards */
.chq-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 12px; }
.chq-benefit-card { display: flex; align-items: center; gap: 12px; min-height: 82px; padding: 14px 16px; border: 1px solid var(--chq-line); border-radius: 16px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.chq-benefit-card:hover { transform: translateY(-2px); border-color: #d8e0e6; box-shadow: 0 10px 24px rgba(0,29,44,.06); }
.chq-benefit-icon { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 13px; background: #edf4ff; color: #245fa8; }
.chq-benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.chq-benefit-card div { min-width: 0; }
.chq-benefit-card strong, .chq-benefit-card small { display: block; overflow: hidden; text-overflow: ellipsis; }
.chq-benefit-card strong { color: #26323b; font-size: 12px; font-weight: 800; white-space: nowrap; }
.chq-benefit-card small { margin-top: 3px; color: #7a858e; font-size: 10px; white-space: nowrap; }

.chq-confidence-banner { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding: 15px 18px; border: 1px solid #dfeee7; border-radius: 16px; background: linear-gradient(135deg, #f3fbf7, #fbfefd); }
.chq-confidence-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 13px; background: #e5f6ed; color: #21805a; }
.chq-confidence-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.chq-confidence-banner strong, .chq-confidence-banner span { display: block; }
.chq-confidence-banner strong { margin-bottom: 2px; color: #24563f; font-size: 12px; }
.chq-confidence-banner span { color: #6a7d72; font-size: 10px; }

/* Related */
.chq-related-section { padding-top: 6px; }
.chq-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.chq-section-heading > div > span { display: block; margin-bottom: 3px; color: #8b949c; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.chq-section-heading h2 { margin: 0 !important; color: var(--chq-ink) !important; font-size: 22px !important; line-height: 1.15 !important; font-weight: 800 !important; letter-spacing: -.02em; }
.chq-section-heading > a { display: inline-flex; align-items: center; gap: 6px; color: #48545e; font-size: 11px; font-weight: 700; }
.chq-section-heading > a:hover { color: var(--chq-orange); }
.chq-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.chq-related-card { min-width: 0; border: 1px solid var(--chq-line); border-radius: 16px; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.chq-related-card:hover { transform: translateY(-3px); border-color: #d8dfe5; box-shadow: 0 14px 30px rgba(0,29,44,.08); }
.chq-related-image { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f5f5f3; }
.chq-related-image img { display: block; width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; transition: transform .35s ease; }
.chq-related-card:hover .chq-related-image img { transform: scale(1.025); }
.chq-card-sale { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; border-radius: 999px; background: var(--chq-orange); color: #fff; font-size: 9px; font-weight: 800; }
.chq-card-arrow { position: absolute; z-index: 2; right: 10px; bottom: 10px; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--chq-navy); font-size: 14px; box-shadow: 0 5px 16px rgba(0,29,44,.12); opacity: 0; transform: translateY(3px); transition: opacity .18s ease, transform .18s ease; }
.chq-related-card:hover .chq-card-arrow { opacity: 1; transform: translateY(0); }
.chq-related-info { padding: 11px 12px 13px; }
.chq-related-info h3 { margin: 0 0 6px !important; min-height: 36px; color: #252f37 !important; font-size: 12px !important; line-height: 1.45 !important; font-weight: 650 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.chq-related-price { color: var(--chq-ink); font-size: 13px; font-weight: 800; }
.chq-related-price del { color: #92989e !important; font-size: 10px !important; font-weight: 500 !important; }
.chq-related-price ins { color: var(--chq-ink) !important; text-decoration: none !important; }

/* Lightbox / toast */
.chq-lightbox { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(0,19,29,.9); opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease; }
.chq-lightbox.is-open { opacity: 1; visibility: visible; }
.chq-lightbox img { display: block; max-width: min(900px, 92vw) !important; max-height: 88vh !important; width: auto !important; height: auto !important; border-radius: 14px; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.32); }
.chq-lightbox-close { position: absolute; top: 18px; right: 20px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.chq-toast { position: fixed; z-index: 1000000; left: 50%; bottom: 26px; max-width: calc(100% - 32px); padding: 10px 15px; border-radius: 999px; background: var(--chq-navy); color: #fff; box-shadow: 0 12px 30px rgba(0,29,44,.2); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .18s ease, transform .18s ease; }
.chq-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Mobile sticky buy bar */
.chq-mobile-buybar { display: none; }

/* Tablet */
@media (max-width: 1024px) {
    .chq-product-container { width: min(940px, calc(100% - 28px)); }
    .chq-product-card { grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr); gap: 26px; padding: 18px; border-radius: 18px; }
    .chq-gallery { grid-template-columns: 70px minmax(0, 1fr); gap: 10px; }
    .chq-thumb { width: 66px; height: 66px; flex-basis: 66px; }
    .chq-main-image-wrap { min-height: 470px; }
    .chq-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .chq-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
}

/* Mobile */
@media (max-width: 767px) {
    body.chq-product-page-active { padding-bottom: 104px; }
    .chq-product-container { width: 100%; padding: 10px 0 28px; }
    .chq-breadcrumb { margin: 0 15px 10px; font-size: 10px; }
    .chq-product-card { display: block; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
    .chq-gallery-column { padding: 0 12px; }
    .chq-gallery { display: flex; flex-direction: column; gap: 9px; }
    .chq-main-image-wrap { order: 1; width: 100%; min-height: 0; aspect-ratio: 1 / 1.08; border-radius: 16px; }
    .chq-thumbnails { order: 2; flex-direction: row; gap: 8px; max-height: none; overflow-x: auto; overflow-y: hidden; padding: 2px 2px 5px; scroll-snap-type: x proximity; }
    .chq-thumb { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 10px; scroll-snap-align: start; }
    .chq-sale-badge { top: 12px; left: 12px; min-height: 29px; padding: 5px 9px; font-size: 10px; }
    .chq-zoom-hint { right: 12px; bottom: 12px; width: 38px; height: 38px; }

    .chq-summary-column { padding: 16px 15px 2px; }
    .chq-eyebrow-row { margin-bottom: 10px; }
    .chq-popular-pill, .chq-stock-pill { min-height: 26px; padding: 5px 9px; font-size: 10px; }
    .chq-product-title { margin-bottom: 11px !important; font-size: 23px !important; line-height: 1.2 !important; }
    .chq-rating-card { width: 100%; justify-content: flex-start; gap: 10px; margin-bottom: 13px; padding: 8px 10px 8px 7px; border-radius: 13px; }
    .chq-review-faces-image { width: 118px !important; height: 42px !important; max-width: 40vw; }
    .chq-rating-score { font-size: 13px; }
    .chq-rating-card .star-rating { font-size: 14px !important; }
    .chq-review-text { max-width: 46vw; font-size: 9px; }
    .chq-price-block { margin-bottom: 13px; padding: 13px 14px; border-radius: 14px; }
    .chq-price { font-size: 24px; }
    .chq-price ins { font-size: 24px !important; }
    .chq-price del { font-size: 14px !important; }

    .chq-purchase-panel { grid-template-columns: 1fr !important; gap: 8px !important; margin-bottom: 10px !important; }
    .chq-buy-form { grid-template-columns: 104px minmax(0, 1fr) minmax(0, 1fr) !important; gap: 7px !important; }
    .chq-qty-stepper { grid-template-columns: 29px minmax(36px, 1fr) 29px !important; width: 104px !important; min-width: 104px !important; height: 46px !important; min-height: 46px !important; padding: 4px !important; border-radius: 11px !important; }
    .chq-qty-button { width: 27px !important; min-width: 27px !important; max-width: 27px !important; height: 36px !important; min-height: 36px !important; border-radius: 8px !important; font-size: 18px !important; }
    .chq-qty-input, .chq-qty-stepper input.qty { height: 36px !important; min-height: 36px !important; line-height: 36px !important; font-size: 14px !important; }
    .chq-add-cart-button, .chq-buy-now-button, .chq-native-cart .single_add_to_cart_button, .chq-native-buy-now-button { min-height: 46px !important; height: 46px !important; padding: 8px 8px !important; border-radius: 11px !important; font-size: 10.5px !important; }
    .chq-wishlist { width: 100% !important; min-width: 0 !important; height: 42px !important; padding: 0 12px !important; border-radius: 11px !important; }
    .chq-wishlist span { display: inline !important; }
    .chq-wishlist svg { width: 18px !important; height: 18px !important; }
    .chq-native-cart .woocommerce-variation-add-to-cart { grid-template-columns: 104px minmax(0, 1fr) minmax(0, 1fr) !important; gap: 7px !important; }
    .chq-native-cart .chq-qty-stepper-native { width: 104px !important; }

    .chq-quick-assurance { grid-template-columns: 1fr 1fr; gap: 7px; }
    .chq-assurance-item { min-height: 48px; padding: 8px; font-size: 9px; line-height: 1.25; }
    .chq-assurance-icon { flex-basis: 24px; width: 24px; height: 24px; }
    .chq-secure-row { flex-wrap: wrap; gap: 7px; margin-bottom: 10px; padding: 0; font-size: 9px; }
    .chq-actions-row { margin-bottom: 4px; }
    .chq-accordion-toggle { min-height: 46px; font-size: 11px; }
    .chq-accordion-panel { font-size: 10px; }

    .chq-benefit-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin: 15px 12px 9px; }
    .chq-benefit-card { min-height: 68px; gap: 8px; padding: 10px; border-radius: 13px; }
    .chq-benefit-icon { flex-basis: 36px; width: 36px; height: 36px; border-radius: 10px; }
    .chq-benefit-icon svg { width: 21px; height: 21px; }
    .chq-benefit-card strong { font-size: 10px; }
    .chq-benefit-card small { font-size: 8px; }
    .chq-confidence-banner { margin: 0 12px 24px; padding: 12px; border-radius: 13px; }
    .chq-confidence-icon { flex-basis: 36px; width: 36px; height: 36px; border-radius: 10px; }
    .chq-confidence-banner strong { font-size: 10px; }
    .chq-confidence-banner span { font-size: 9px; line-height: 1.4; }

    .chq-related-section { padding: 0 12px; }
    .chq-section-heading { align-items: center; margin-bottom: 11px; }
    .chq-section-heading h2 { font-size: 18px !important; }
    .chq-section-heading > a { font-size: 10px; }
    .chq-related-grid { display: flex; gap: 10px; overflow-x: auto; padding: 2px 1px 9px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .chq-related-grid::-webkit-scrollbar { display: none; }
    .chq-related-card { flex: 0 0 min(72vw, 250px); scroll-snap-align: start; border-radius: 14px; }
    .chq-related-info h3 { font-size: 11px !important; }
    .chq-card-arrow { display: none; }

    .chq-mobile-buybar { position: fixed; z-index: 99990; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr; gap: 7px; min-height: 104px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid #dfe5e9; background: rgba(255,255,255,.97); box-shadow: 0 -10px 30px rgba(0,29,44,.1); backdrop-filter: blur(14px); }
    .chq-mobile-toprow { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; }
    .chq-mobile-price { display: flex; align-items: baseline; min-width: 0; overflow: hidden; color: var(--chq-ink); font-size: 13px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
    .chq-mobile-price small { display: inline; flex: 0 0 auto; margin: 0 7px 0 0; color: #78838c; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
    .chq-mobile-price .price { display: inline-flex; align-items: baseline; flex-wrap: nowrap; gap: 5px; min-width: 0; }
    .chq-mobile-price del { color: #989fa5 !important; font-size: 9px !important; font-weight: 500 !important; }
    .chq-mobile-price ins { color: var(--chq-ink) !important; text-decoration: none !important; }
    .chq-mobile-qty { display: grid; grid-template-columns: 28px 30px 28px; align-items: center; height: 34px; padding: 2px; border: 1px solid #dde4e8; border-radius: 10px; background: #f8fafb; }
    .chq-mobile-qty button { display: grid !important; place-items: center !important; width: 28px !important; height: 28px !important; min-height: 28px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 8px !important; background: #fff !important; color: var(--chq-navy) !important; font-size: 17px !important; font-weight: 800 !important; line-height: 1 !important; box-shadow: 0 1px 3px rgba(0,29,44,.06) !important; }
    .chq-mobile-qty span { display: block; text-align: center; color: var(--chq-ink); font-size: 12px; font-weight: 800; }
    .chq-mobile-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .chq-mobile-cart-button, .chq-mobile-buy-button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 44px; padding: 0 11px; border-radius: 12px; font-size: 11px; font-weight: 800; cursor: pointer; }
    .chq-mobile-cart-button { border: 1px solid #0b3244; background: #fff; color: #0b3244; box-shadow: 0 6px 16px rgba(0,29,44,.08); }
    .chq-mobile-cart-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .chq-mobile-buy-button { border: 0; background: linear-gradient(135deg, #ff6318, #ff4e08); color: #fff; box-shadow: 0 8px 20px rgba(255,91,18,.22); }
    .chq-toast { bottom: 108px; }
    .chq-lightbox { padding: 18px; }
}

@media (max-width: 430px) {
    .chq-buy-form { grid-template-columns: 104px minmax(0, 1fr) !important; gap: 7px !important; }
    .chq-buy-now-button { grid-column: 1 / -1 !important; }
    .chq-native-cart .woocommerce-variation-add-to-cart { grid-template-columns: 104px minmax(0, 1fr) !important; gap: 7px !important; }
    .chq-native-buy-now-button { grid-column: 1 / -1 !important; }
}

@media (max-width: 380px) {
    .chq-add-cart-button, .chq-buy-now-button { font-size: 10px !important; padding: 7px 6px !important; }
    .chq-quick-assurance { grid-template-columns: 1fr; }
    .chq-review-faces-image { width: 105px !important; }
    .chq-benefit-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .chq-product-shell *, .chq-product-shell *::before, .chq-product-shell *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* v4 performance containment: below-the-fold sections do not delay first render. */
@supports (content-visibility: auto) {
    .chq-benefit-grid,
    .chq-confidence-banner,
    .chq-related-section {
        content-visibility: auto;
    }
    .chq-benefit-grid { contain-intrinsic-size: auto 110px; }
    .chq-confidence-banner { contain-intrinsic-size: auto 80px; }
    .chq-related-section { contain-intrinsic-size: auto 430px; }
}

/* ========================================================================== 
   v7 MOBILE PURCHASE UX — isolated from theme/WooCommerce button styling.
   Desktop layout intentionally remains unchanged.
   ========================================================================== */
@media (max-width: 767px) {
    body.chq-product-page-active { padding-bottom: 122px !important; }

    /* Main purchase controls: quantity gets a clean line, CTAs sit evenly below. */
    .chq-product-shell .chq-buy-form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 9px !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    .chq-product-shell .chq-buy-form > .chq-qty-stepper,
    .chq-product-shell .chq-native-cart .woocommerce-variation-add-to-cart > .chq-qty-stepper-native {
        grid-column: 1 / -1 !important;
        justify-self: start !important;
        width: 132px !important;
        min-width: 132px !important;
        height: 48px !important;
        min-height: 48px !important;
        grid-template-columns: 36px 52px 36px !important;
        padding: 3px !important;
        border-radius: 13px !important;
        overflow: hidden !important;
    }
    .chq-product-shell .chq-buy-form > .chq-qty-stepper .chq-qty-button,
    .chq-product-shell .chq-native-cart .chq-qty-stepper-native .chq-qty-button {
        display: grid !important;
        place-items: center !important;
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 10px !important;
        font-size: 20px !important;
        line-height: 1 !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        position: static !important;
        float: none !important;
    }
    .chq-product-shell .chq-buy-form > .chq-qty-stepper .chq-qty-button > span,
    .chq-product-shell .chq-native-cart .chq-qty-stepper-native .chq-qty-button > span {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        line-height: 1 !important;
        transform: none !important;
    }
    .chq-product-shell .chq-buy-form .chq-qty-input,
    .chq-product-shell .chq-native-cart .chq-qty-stepper-native input.qty {
        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 40px !important;
        text-align: center !important;
        border: 0 !important;
        box-shadow: none !important;
    }
    .chq-product-shell .chq-add-cart-button,
    .chq-product-shell .chq-buy-now-button,
    .chq-product-shell .chq-native-cart .single_add_to_cart_button,
    .chq-product-shell .chq-native-buy-now-button {
        grid-column: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 49px !important;
        min-height: 49px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }
    .chq-product-shell .chq-add-cart-button,
    .chq-product-shell .chq-native-cart .single_add_to_cart_button {
        border: 1px solid #062c3d !important;
        background: #062c3d !important;
        color: #fff !important;
        box-shadow: 0 8px 18px rgba(0, 29, 44, .14) !important;
    }
    .chq-product-shell .chq-native-cart .woocommerce-variation-add-to-cart {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 9px !important;
        align-items: stretch !important;
        width: 100% !important;
    }

    /* Sticky mobile purchase bar */
    .chq-product-shell .chq-mobile-buybar {
        box-sizing: border-box !important;
        position: fixed !important;
        z-index: 99990 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 9px 12px calc(9px + env(safe-area-inset-bottom)) !important;
        border: 0 !important;
        border-top: 1px solid rgba(6, 44, 61, .10) !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, .985) !important;
        box-shadow: 0 -12px 34px rgba(0, 29, 44, .12) !important;
        backdrop-filter: blur(16px) !important;
        -webkit-backdrop-filter: blur(16px) !important;
    }
    .chq-product-shell .chq-mobile-toprow {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 38px !important;
    }
    .chq-product-shell .chq-mobile-price {
        display: flex !important;
        align-items: baseline !important;
        flex-wrap: nowrap !important;
        min-width: 0 !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        font-size: 14px !important;
        line-height: 1.1 !important;
    }
    .chq-product-shell .chq-mobile-price small {
        flex: 0 0 auto !important;
        margin-right: 6px !important;
        font-size: 9px !important;
        line-height: 1 !important;
    }
    .chq-product-shell .chq-mobile-price .price {
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .chq-product-shell .chq-mobile-qty-wrap {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
    }
    .chq-product-shell .chq-mobile-qty-label {
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #66727a !important;
        font-size: 9px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: .04em !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }
    .chq-product-shell .chq-mobile-qty {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        width: 106px !important;
        min-width: 106px !important;
        height: 38px !important;
        min-height: 38px !important;
        margin: 0 !important;
        padding: 3px !important;
        overflow: hidden !important;
        border: 1px solid #d9e2e7 !important;
        border-radius: 11px !important;
        background: #f5f8fa !important;
        box-shadow: inset 0 1px 2px rgba(0, 29, 44, .025) !important;
    }
    .chq-product-shell .chq-mobile-qty > button {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 32px !important;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 8px !important;
        outline: 0 !important;
        background: #fff !important;
        color: #062c3d !important;
        font-family: inherit !important;
        font-size: 19px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-align: center !important;
        text-indent: 0 !important;
        box-shadow: 0 1px 3px rgba(0, 29, 44, .07) !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        transform: none !important;
        position: static !important;
        float: none !important;
        overflow: hidden !important;
        cursor: pointer !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .chq-product-shell .chq-mobile-qty > button > span {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 0 1px !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: 1 !important;
        transform: none !important;
    }
    .chq-product-shell .chq-mobile-qty > button:active {
        background: #edf3f6 !important;
        transform: scale(.95) !important;
    }
    .chq-product-shell .chq-mobile-qty-value {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 36px !important;
        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
        height: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #071d28 !important;
        font-family: inherit !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        line-height: 1 !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .chq-product-shell .chq-mobile-cta-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    .chq-product-shell .chq-mobile-cart-button,
    .chq-product-shell .chq-mobile-buy-button {
        box-sizing: border-box !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 10px !important;
        border-radius: 13px !important;
        font-family: inherit !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        text-transform: none !important;
        white-space: nowrap !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        position: static !important;
        float: none !important;
        overflow: hidden !important;
        cursor: pointer !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }
    .chq-product-shell .chq-mobile-cart-button {
        border: 1px solid #062c3d !important;
        background: #062c3d !important;
        color: #fff !important;
        box-shadow: 0 8px 18px rgba(0, 29, 44, .16) !important;
    }
    .chq-product-shell .chq-mobile-buy-button {
        border: 1px solid #ff5b12 !important;
        background: linear-gradient(135deg, #ff681c 0%, #ff4d05 100%) !important;
        color: #fff !important;
        box-shadow: 0 9px 20px rgba(255, 91, 18, .24) !important;
    }
    .chq-product-shell .chq-mobile-cart-button > span,
    .chq-product-shell .chq-mobile-buy-button > span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
    .chq-product-shell .chq-mobile-cart-button svg {
        display: block !important;
        flex: 0 0 16px !important;
        width: 16px !important;
        height: 16px !important;
        margin: 0 !important;
    }
    .chq-product-shell .chq-mobile-cart-button:active,
    .chq-product-shell .chq-mobile-buy-button:active {
        transform: translateY(1px) !important;
        box-shadow: none !important;
    }
    .chq-product-shell .chq-mobile-cart-button:disabled,
    .chq-product-shell .chq-mobile-buy-button:disabled {
        opacity: .55 !important;
        cursor: not-allowed !important;
    }
    .chq-product-shell .chq-toast { bottom: 124px !important; }
}

@media (max-width: 390px) {
    .chq-product-shell .chq-mobile-buybar {
        gap: 7px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .chq-product-shell .chq-mobile-toprow { gap: 7px !important; }
    .chq-product-shell .chq-mobile-qty-label { display: none !important; }
    .chq-product-shell .chq-mobile-qty { width: 104px !important; min-width: 104px !important; }
    .chq-product-shell .chq-mobile-cart-button,
    .chq-product-shell .chq-mobile-buy-button {
        height: 47px !important;
        min-height: 47px !important;
        padding: 0 8px !important;
        font-size: 11.5px !important;
    }
}

@media (max-width: 340px) {
    .chq-product-shell .chq-mobile-price small { display: none !important; }
    .chq-product-shell .chq-mobile-qty { width: 100px !important; min-width: 100px !important; }
    .chq-product-shell .chq-mobile-qty > button { flex-basis: 30px !important; width: 30px !important; min-width: 30px !important; max-width: 30px !important; }
    .chq-product-shell .chq-mobile-qty-value { flex-basis: 34px !important; width: 34px !important; min-width: 34px !important; max-width: 34px !important; }
    .chq-product-shell .chq-mobile-cart-button,
    .chq-product-shell .chq-mobile-buy-button { font-size: 10.5px !important; gap: 5px !important; }
}
