.estehkam-product {
    --eh-primary: #242f9b;
    --eh-primary-dark: #171f63;
    --eh-accent: #f0bb40;
    --eh-accent-dark: #f43904;
    --eh-ink: #1c1c25;
    --eh-muted: #717171;
    --eh-line: #e9ebef;
    --eh-surface: #f7f8fa;
    background: var(--eh-surface);
    padding-top: 18px;
    padding-bottom: 40px;
    overflow-x: clip;
}

.estehkam-product .breadcrumbs,
.estehkam-product [class*="breadcrumb"] {
    color: var(--eh-muted);
    font-size: 13px;
}

.estehkam-product h1 {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    margin-bottom: 8px !important;
}

.eh-product-brand { display: inline-flex; margin-bottom: 10px; padding: 5px 12px; border-radius: 9px; background: #f0f2ff; color: var(--eh-primary); font-size: 11px; font-weight: 800; }
.eh-product-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 12px; color: #6e7480; font-size: 11px; cursor: pointer; }
.eh-product-rating > span { color: #f3b414; font-size: 18px; }
.eh-product-rating > strong { color: var(--eh-ink); font-size: 12px; }
.eh-product-rating > b { font-weight: 600; }
.eh-product-rating > i { width: 1px; height: 16px; background: var(--eh-line); }

.eh-product-highlights { margin-top: 22px; }
.eh-product-highlights h2 { margin-bottom: 11px; color: var(--eh-ink); font-size: 13px; font-weight: 850; }
.eh-product-highlights > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.eh-product-highlights span { display: grid; min-width: 0; gap: 4px; padding: 12px 9px; border: 1px solid #edf0f5; border-radius: 12px; background: #f8f9fb; text-align: center; }
.eh-product-highlights small { color: #9a9ea8; font-size: 9px; }
.eh-product-highlights strong { overflow: hidden; color: #464b54; font-size: 10.5px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }

.eh-product-freshness { display: grid; gap: 10px; margin-top: 18px; }
.eh-product-freshness > div { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 10px 12px; border-radius: 12px; background: #f5f7fa; color: #545b66; font-size: 10.5px; }
.eh-product-freshness svg { width: 20px; fill: none; stroke: #8b94a2; stroke-width: 1.5; }
.eh-product-freshness span { padding: 5px 8px; border-radius: 7px; background: #fff; color: #727985; }
.eh-product-freshness strong { font-weight: 750; }
.eh-product-freshness > p { display: flex; gap: 9px; margin: 0; padding: 11px 12px; border: 1px solid #e8ebf0; border-radius: 12px; color: #686e78; font-size: 10px; line-height: 1.9; }
.eh-product-freshness > p b { display: grid; width: 18px; min-width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #dce1e9; color: #fff; font-family: serif; }

.estehkam-product img.rounded-xl,
.estehkam-product .rounded-xl {
    border-radius: 18px !important;
}

.estehkam-product .max-w-\[560px\] img,
.estehkam-product .max-h-\[610px\] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 3px 5px rgba(0,0,0,.04);
}

@media (min-width: 1181px) {
    .estehkam-product form > .container > .mt-12.flex {
        min-height: 570px;
        gap: 18px !important;
        margin-top: 20px !important;
        padding: 18px;
        border: 1px solid #eef0f3;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 8px 28px rgba(20, 31, 83, .045);
    }

    .estehkam-product form > .container > .mt-12.flex > .relative {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        padding: 2px 18px 2px 316px;
        border-right: 1px dashed #e2e5ea;
        border-left: 1px dashed #e2e5ea;
    }

    .estehkam-product .sticky.top-20 { position: sticky; gap: 14px !important; padding-top: 54px; }

    .estehkam-product .eh-gallery-main { max-width: 430px !important; }

    .estehkam-product .eh-gallery-main img {
        min-width: 410px !important;
        width: 430px !important;
        max-height: 460px;
        object-fit: contain;
    }

    .estehkam-product .eh-gallery-thumbs { max-width: 430px; }

    .estehkam-product form > .container > .mt-12.flex > .relative > .mt-10.flex { display: none !important; }
}

.eh-gallery-thumbs { scrollbar-width: none; }
.eh-gallery-thumbs::-webkit-scrollbar { display: none; }
.eh-gallery-thumbs .icon-arrow-right,
.eh-gallery-thumbs .icon-arrow-left { flex: 0 0 auto; color: #9299a6; }
.eh-gallery-thumbs .icon-arrow-right:hover,
.eh-gallery-thumbs .icon-arrow-left:hover { color: var(--eh-primary); }

.eh-gallery-toolbar { position: absolute; z-index: 4; top: 0; right: 0; left: 0; display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 0 10px; border-radius: 13px; background: #f0f2ff; color: var(--eh-primary); }
.eh-gallery-toolbar > span { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 850; }
.eh-gallery-toolbar > span i { width: 8px; height: 8px; border-radius: 50%; background: #18a874; box-shadow: 0 0 0 4px rgba(24,168,116,.11); }
.eh-gallery-toolbar > div { display: flex; gap: 5px; }
.eh-gallery-toolbar button { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #dde1ed; border-radius: 9px; background: #fff; color: #7b8290; cursor: pointer; }
.eh-gallery-toolbar button:hover { border-color: var(--eh-primary); color: var(--eh-primary); }
.eh-gallery-toolbar svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }

.eh-seller-card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 282px;
    padding: 18px 16px;
    border-radius: 16px;
    background: #f7f8fa;
    color: var(--eh-ink);
    overflow: auto;
}

.eh-seller-card h2 { margin: 0 0 18px; font-size: 15px; font-weight: 800; }
.eh-seller-card__store { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--eh-line); }
.eh-seller-card__store div { display: grid; gap: 3px; }
.eh-seller-card__store small { color: var(--eh-muted); font-size: 11px; }
.eh-seller-card__mark { width: 38px; height: 38px; border-radius: 12px; object-fit: contain; background: #fff; border: 1px solid var(--eh-line); padding: 4px; }
.eh-seller-card__verified { display: inline-grid; width: 15px; height: 15px; margin-inline-start: 4px; place-items: center; border-radius: 50%; background: #18a874; color: #fff; font-size: 9px; font-style: normal; vertical-align: middle; }

.eh-seller-card li { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed var(--eh-line); color: var(--eh-ink); font-size: 14px; }
.eh-seller-card__label { color: var(--eh-ink); font-size: 14px; }
.eh-seller-card__divider { width: 1px; height: 21px; margin: 0 8px; background: var(--eh-line); }
.eh-seller-card__value { color: #b7b7bc; font-size: 14px; font-weight: 400; }

.eh-seller-card__badges { display: flex; gap: 6px; margin-top: 12px; }
.eh-seller-card__badges span { flex: 1; padding: 6px 4px; border-radius: 8px; background: #eefaf3; color: #18a874; font-size: 9.5px; font-weight: 700; text-align: center; }
.eh-seller-card__loyalty { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 10px 12px; border-radius: 12px; background: #fff8ea; font-size: 10.5px; color: #8a6d1f; }
.eh-seller-card__loyalty b { font-size: 13px; }

.eh-seller-card__qty-mount { margin-top: 14px; }
.eh-seller-card__qty-mount .mt-8 { display: flex !important; flex-direction: column; gap: 10px !important; margin-top: 0 !important; max-width: 100% !important; }
.eh-seller-card__qty-mount [role="button"].rounded-full.border,
.eh-seller-card__qty-mount .border.border-navyBlue { width: 125px; height: 49px; border-radius: 12px !important; background: #f2f5fa !important; border-color: #f2f5fa !important; }
.eh-seller-card__qty-mount .secondary-button {
    width: 100% !important;
    height: 47.5px;
    border-radius: 16px !important;
    padding: 12px 20px 13px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.eh-seller-card ul { display: grid; gap: 0; margin: 0; padding: 4px 0 0; list-style: none; }
.eh-seller-card li { padding: 12px 0; border-bottom: 1px solid var(--eh-line); color: #555b65; font-size: 11px; }
.eh-seller-card li span { width: auto; }
.eh-seller-card li .eh-seller-card__label { flex: 0 0 auto; color: var(--eh-ink); font-weight: 700; }
.eh-seller-card li .eh-seller-card__divider { width: 1px; flex: 0 0 1px; }
.eh-seller-card li .eh-seller-card__value { min-width: 0; overflow-wrap: anywhere; color: #7b8089; font-size: 10px; }
.eh-seller-card li strong { color: #079b75; }
.eh-seller-card li b { display: inline-block; max-width: 125px; overflow: hidden; color: #7b8089; font-size: 9px; font-weight: 600; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; }
.eh-seller-card__availability { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: #4f5661; font-size: 10px; }
.eh-seller-card__availability i { width: 8px; height: 8px; border-radius: 50%; background: #18a874; }
.eh-seller-card__purchase { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--eh-line); }
.eh-seller-card__price { margin-top: 0; }
.eh-seller-card__price .regular-price { margin: 0 0 4px; color: var(--eh-accent-dark) !important; font-size: 15px !important; font-weight: 400 !important; text-decoration: line-through; }
.eh-seller-card__price .final-price { color: var(--eh-ink) !important; font-size: 22px !important; font-weight: 900 !important; }
.eh-seller-card__price .price-label { display: none !important; }
.eh-seller-card__buy { width: 100%; margin-top: 14px; padding: 13px 12px; border: 0; border-radius: 12px; background: var(--eh-primary); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.eh-seller-card__buy:hover { background: var(--eh-primary-dark); }
.eh-seller-card__note { margin: 14px 0 0; text-align: center; color: var(--eh-muted); font-size: 10.5px; line-height: 1.8; }

/* Configurable product choices */
.eh-variant-picker { width: 100% !important; margin-top: 16px; padding: 5px 16px 16px; border: 1px solid rgba(36,47,155,.1); border-radius: 18px; background: linear-gradient(145deg, #fafbff, #f4f6ff); }
.eh-variant-picker::before { display: block; margin: 11px 0 2px; color: #20295d; content: "انتخاب مشخصات محصول"; font-size: 13px; font-weight: 900; }
.eh-variant-picker__attribute { margin-top: 13px !important; padding-top: 13px; border-top: 1px solid rgba(36,47,155,.08); }
.eh-variant-picker__label { display: flex; align-items: center; gap: 7px; margin-bottom: 9px !important; color: #303646; font-size: 12px !important; font-weight: 800 !important; }
.eh-variant-picker__label::before { width: 7px; height: 7px; border-radius: 50%; background: var(--eh-accent); box-shadow: 0 0 0 4px rgba(240,187,64,.15); content: ""; }
.eh-variant-picker__select { min-height: 52px; margin-bottom: 0 !important; border: 1px solid #dfe3ee !important; border-radius: 13px !important; background-color: #fff !important; color: #222a3b !important; font-size: 13px !important; font-weight: 700; box-shadow: 0 5px 14px rgba(21,30,80,.04); }
.eh-variant-picker__select:focus { border-color: var(--eh-primary) !important; box-shadow: 0 0 0 3px rgba(36,47,155,.09) !important; }
.eh-variant-picker__options { flex-wrap: wrap; gap: 8px !important; }
.eh-variant-picker__option { min-height: 44px !important; padding: 9px 18px !important; border: 1px solid #dfe3ee !important; border-radius: 12px !important; background: #fff !important; color: #343a49 !important; font-size: 12px; box-shadow: 0 4px 12px rgba(21,30,80,.035); transition: .18s ease; }
.eh-variant-picker__option:hover { border-color: rgba(36,47,155,.4) !important; background: #f7f8ff !important; transform: translateY(-1px); }
.eh-variant-picker__option.border-transparent { border-color: var(--eh-primary) !important; background: var(--eh-primary) !important; color: #fff !important; box-shadow: 0 8px 18px rgba(36,47,155,.2); }

@media (max-width: 700px) {
    .eh-variant-picker { padding: 4px 12px 13px; border-radius: 15px; }
    .eh-variant-picker__option { flex: 1 1 calc(50% - 8px); min-width: 90px !important; }
}

.estehkam-product img.border-navyBlue,
.estehkam-product img.border-white {
    border-radius: 12px !important;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}

.estehkam-product p.text-2xl {
    color: var(--eh-ink) !important;
    font-weight: 700 !important;
}

.estehkam-product .icon-heart,
.estehkam-product .icon-heart-fill,
.estehkam-product .icon-compare {
    color: var(--eh-primary);
}

.estehkam-product [role="button"].rounded-full.border {
    border-color: var(--eh-line) !important;
}

/* Quantity changer pill */
.estehkam-product .border.border-navyBlue {
    border-radius: 14px !important;
    background: #fff;
}

/* Tabs bar */
.estehkam-product .bg-zinc-100 {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 0 3px 5px rgba(0,0,0,.03);
}

.estehkam-product .text-zinc-600 {
    color: var(--eh-muted) !important;
}

/* Description / reviews containers */
.estehkam-product .text-zinc-500 {
    color: var(--eh-muted) !important;
    line-height: 2;
}

.estehkam-product .secondary-button,
.estehkam-product .primary-button {
    border-radius: 12px !important;
    font-weight: 700 !important;
}

.eh-product-information { width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding: 0 22px 22px; border: 1px solid #edf0f4; border-radius: 20px; background: #fff; }
.eh-product-information .bg-zinc-100 { border-bottom: 1px solid var(--eh-line); border-radius: 0 !important; box-shadow: none !important; }
.eh-product-information [role="tablist"] { justify-content: flex-start !important; }
.eh-product-information [role="tabpanel"] { line-height: 2.1; }
.eh-product-questions { width: min(1180px, calc(100% - 40px)); margin: 20px auto 0; padding: 30px; border: 1px solid #edf0f4; border-radius: 24px; background: linear-gradient(145deg, #fff, #fbfcff); }
.eh-product-questions__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid #edf0f4; }
.eh-product-questions__intro { display: flex; align-items: center; gap: 15px; }
.eh-product-questions__icon { display: grid; width: 48px; min-width: 48px; height: 48px; place-items: center; border-radius: 15px; background: #f0f2ff; color: var(--eh-primary); font-size: 24px; font-weight: 900; }
.eh-product-questions__eyebrow { display: block; margin-bottom: 3px; color: #f15a24; font-size: 11px; font-weight: 800; }
.eh-product-questions h2 { margin: 0; color: var(--eh-ink); font-size: 20px; font-weight: 900; }
.eh-product-questions p { margin: 6px 0 0; color: var(--eh-muted); font-size: 12px; line-height: 2; }
.eh-product-questions__count { white-space: nowrap; border: 1px solid rgba(36,47,155,.1); border-radius: 999px; padding: 9px 14px; background: #f3f4ff; color: var(--eh-primary); font-size: 11px; font-weight: 800; }
.eh-product-questions__success { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 13px 16px; border: 1px solid #b8ead0; border-radius: 13px; background: #effbf5; color: #16794a; font-size: 12px; font-weight: 700; }
.eh-product-questions__success span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #24a66a; color: #fff; }
.eh-product-questions__body { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr); gap: 24px; padding-top: 24px; }
.eh-product-questions__list { display: grid; align-content: start; gap: 14px; }
.eh-product-question { padding: 19px; border: 1px solid #edf0f4; border-radius: 17px; background: #fff; }
.eh-product-question__user { display: flex; align-items: center; gap: 10px; }
.eh-product-question__user > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: #eef0ff; color: var(--eh-primary); font-weight: 900; }
.eh-product-question__user strong, .eh-product-question__user small { display: block; }
.eh-product-question__user strong { color: var(--eh-ink); font-size: 12px; }
.eh-product-question__user small { margin-top: 3px; color: #9298a7; font-size: 9px; }
.eh-product-question__text { margin: 14px 0 !important; color: var(--eh-ink) !important; font-size: 13px !important; font-weight: 650; }
.eh-product-question__answer { display: flex; gap: 11px; margin-top: 13px; padding: 15px; border-radius: 14px; background: linear-gradient(135deg, #f3f5ff, #f9faff); }
.eh-product-question__brand { display: grid; width: 32px; min-width: 32px; height: 32px; place-items: center; border-radius: 10px; background: var(--eh-primary); color: #fff; font-family: Arial, sans-serif; font-weight: 900; }
.eh-product-question__answer strong { color: var(--eh-primary); font-size: 11px; }
.eh-product-question__answer p { color: #495166; font-size: 12px; }
.eh-product-questions__empty { display: flex; min-height: 210px; align-items: center; justify-content: center; gap: 13px; padding: 30px; border: 1px dashed #dfe3ed; border-radius: 18px; background: #fafbfe; text-align: right; }
.eh-product-questions__empty > span { font-size: 28px; }
.eh-product-questions__empty strong { color: var(--eh-ink); font-size: 14px; }
.eh-product-question-form { align-self: start; overflow: hidden; border: 1px solid rgba(36,47,155,.11); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(21,30,80,.055); }
.eh-product-question-form summary { display: flex; min-height: 58px; cursor: pointer; list-style: none; align-items: center; justify-content: center; gap: 9px; padding: 15px; color: #fff; background: linear-gradient(105deg, #202d93, #3344b9); font-size: 12px; font-weight: 850; }
.eh-product-question-form summary::-webkit-details-marker { display: none; }
.eh-product-question-form summary span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 8px; background: rgba(255,255,255,.16); font-size: 18px; transition: transform .2s ease; }
.eh-product-question-form[open] summary span { transform: rotate(45deg); }
.eh-product-question-form form { display: grid; gap: 14px; padding: 18px; }
.eh-product-question-form__product { padding: 11px 13px; border-right: 3px solid #f0bb40; border-radius: 9px; background: #fff9ea; }
.eh-product-question-form__product small, .eh-product-question-form__product strong { display: block; }
.eh-product-question-form__product small { color: #8a7547; font-size: 9px; }
.eh-product-question-form__product strong { margin-top: 3px; color: var(--eh-ink); font-size: 11px; line-height: 1.8; }
.eh-product-question-form label > span { display: block; margin-bottom: 6px; color: var(--eh-ink); font-size: 11px; font-weight: 750; }
.eh-product-question-form label > span small { color: #9298a7; font-size: 9px; font-weight: 500; }
.eh-product-question-form input, .eh-product-question-form textarea { width: 100%; border: 1px solid #dfe3ed; border-radius: 11px; padding: 11px 12px; outline: 0; color: var(--eh-ink); background: #fbfcfe; font-family: inherit; font-size: 11px; transition: border-color .2s, box-shadow .2s; }
.eh-product-question-form input:focus, .eh-product-question-form textarea:focus { border-color: var(--eh-primary); box-shadow: 0 0 0 3px rgba(36,47,155,.08); background: #fff; }
.eh-product-question-form textarea { resize: vertical; line-height: 1.9; }
.eh-product-question-form__privacy { margin: 0 !important; color: #858c9d !important; font-size: 9px !important; }
.eh-product-question-form__error { display: block; margin-top: 5px; color: #d9342b; font-size: 9px; }
.eh-product-question-form button { min-height: 44px; border: 0; border-radius: 11px; color: #fff; background: linear-gradient(100deg, #f43904, #ff5b1f); box-shadow: 0 10px 22px rgba(244,57,4,.2); font-family: inherit; font-size: 11px; font-weight: 850; }
.eh-product-question-form button:hover { filter: brightness(.97); transform: translateY(-1px); }
.eh-related-products { width: min(1180px, calc(100% - 40px)); margin: 24px auto; padding: 22px 20px 20px; border: 1px solid #edf0f4; border-radius: 20px; background: #fff; overflow: hidden; }
.eh-related-products > .container { width: 100% !important; margin-top: 0 !important; padding: 0 !important; }
.eh-related-products h2 { color: var(--eh-ink); font-family: inherit !important; font-size: 18px !important; font-weight: 850; }
.eh-related-products .mt-10 { margin-top: 18px !important; }
.eh-related-products .eh-p-card { min-width: 176px !important; border: 0; border-left: 1px solid #eff1f4; border-radius: 0; box-shadow: none; }
.eh-related-products .eh-p-card__image { height: 165px; padding: 8px; }
.eh-related-products .eh-p-card__image img { width: 100%; height: 100%; object-fit: contain; }
.eh-related-products .eh-p-card__body { padding: 10px 12px 12px; }
.eh-related-products .eh-p-card__name { min-height: 42px; font-size: 10.5px; line-height: 1.9; }
.eh-related-products .eh-p-card__price { font-size: 11px; }

@media (max-width: 1180px) {
    .estehkam-product { padding-top: 8px; }
    .eh-seller-card { display: none; }
    .eh-product-information { width: calc(100% - 32px); border-radius: 17px; }
    .eh-product-information--mobile { padding: 12px !important; }
    .eh-product-questions { width: calc(100% - 32px); }
    .eh-related-products { width: calc(100% - 32px); }
}

@media (max-width: 700px) {
    .estehkam-product form > .container > .mt-12.flex {
        width: 100%;
        max-width: 100vw;
        gap: 0 !important;
        overflow: hidden;
    }

    .estehkam-product form > .container > .mt-12.flex > * { min-width: 0; }
    .estehkam-product form > .container > .mt-12.flex .w-screen { width: 100% !important; }

    .estehkam-product form > .container > .mt-12.flex > .relative {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 16px !important;
        overflow-wrap: anywhere;
    }

    .estehkam-product h1 {
        max-width: calc(100vw - 72px);
        font-size: 19px !important;
        line-height: 1.9 !important;
        overflow-wrap: anywhere;
    }

    .eh-product-brand { margin-top: 16px; }
    .eh-product-rating { gap: 5px; }
    .eh-product-rating > i,
    .eh-product-rating > i + b { display: none; }
    .eh-product-highlights > div { grid-template-columns: repeat(3, minmax(105px, 1fr)); overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
    .eh-product-highlights > div::-webkit-scrollbar { display: none; }
    .eh-product-highlights strong { white-space: normal; }
    .eh-product-freshness > div { align-items: flex-start; }
    .eh-product-freshness > div strong { width: calc(100% - 90px); }
    .eh-product-questions { padding: 19px 16px; }
    .eh-product-questions__head { align-items: flex-start; }
    .eh-product-questions__count { display: none; }
    .eh-product-questions__body { grid-template-columns: 1fr; gap: 18px; }
    .eh-product-question-form { order: -1; }
    .eh-product-questions__intro { align-items: flex-start; }
    .eh-product-questions__icon { width: 42px; min-width: 42px; height: 42px; border-radius: 13px; }
    .eh-product-questions h2 { font-size: 16px; line-height: 1.7; }
    .eh-product-questions__empty { min-height: 150px; padding: 20px; }
    .eh-related-products { padding: 18px 14px; border-radius: 17px; }
    .eh-related-products .eh-p-card { min-width: 168px !important; }
    .eh-related-products .eh-p-card__image { height: 145px; }
}

@media (min-width: 701px) and (max-width: 1180px) {
    .estehkam-product form > .container > .mt-12.flex { display: grid !important; grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr); align-items: start; padding: 18px; }
    .estehkam-product form > .container > .mt-12.flex > .relative { width: 100% !important; padding: 18px !important; border-radius: 18px; background: #fff; }
    .estehkam-product form > .container > .mt-12.flex > div:first-child { width: 100%; min-width: 0; }
    .estehkam-product form > .container > .mt-12.flex > div:first-child .w-screen { width: 100% !important; max-width: 100% !important; }
    .estehkam-product form > .container > .mt-12.flex > div:first-child img { width: 100%; height: auto; object-fit: contain; background: #fff; }
}

/* Product showcase polish */
.estehkam-product {
    background:
        radial-gradient(circle at 92% 5%, rgba(240, 187, 64, .12), transparent 25rem),
        radial-gradient(circle at 4% 25%, rgba(36, 47, 155, .08), transparent 28rem),
        #f5f7fb;
}

.estehkam-product form > .container > .mt-12.flex {
    overflow: visible;
}

.estehkam-product .eh-gallery-main {
    overflow: hidden;
    border: 1px solid rgba(36, 47, 155, .08);
    border-radius: 24px;
    background:
        radial-gradient(circle at 75% 20%, rgba(240,187,64,.16), transparent 12rem),
        radial-gradient(circle at 20% 85%, rgba(36,47,155,.1), transparent 15rem),
        #f8f9fd;
    box-shadow: inset 0 0 0 7px rgba(255,255,255,.65), 0 14px 38px rgba(21,30,80,.07);
}

.estehkam-product .eh-gallery-main img {
    background: transparent !important;
    mix-blend-mode: multiply;
}

.eh-gallery-toolbar {
    top: 12px;
    right: 12px;
    left: 12px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 13px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 10px 25px rgba(26,37,91,.07);
    backdrop-filter: blur(12px);
}

.eh-product-brand {
    border: 1px solid rgba(36,47,155,.1);
    border-radius: 999px;
    background: #f3f4ff;
}

.eh-product-highlights span {
    border-color: rgba(36,47,155,.08);
    background: linear-gradient(145deg, #fafbff, #f4f6fb);
}

.eh-product-highlights span::before {
    width: 6px;
    height: 6px;
    margin: 0 auto 2px;
    border-radius: 50%;
    background: var(--eh-accent);
    box-shadow: 0 0 0 4px rgba(240,187,64,.12);
    content: "";
}

.eh-product-freshness > p {
    border-color: rgba(36,47,155,.1);
    background: #fbfcff;
}

.eh-seller-card {
    border: 1px solid rgba(36, 47, 155, .1);
    background:
        radial-gradient(circle at 100% 0, rgba(240,187,64,.13), transparent 11rem),
        linear-gradient(155deg, #fbfcff, #f4f6fb);
    box-shadow: 0 16px 38px rgba(21,30,80,.07);
}

.eh-seller-card__qty-mount .secondary-button {
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(100deg, #f43904, #ff5b1f) !important;
    box-shadow: 0 12px 24px rgba(244,57,4,.22);
}

.eh-product-information,
.eh-related-products,
.eh-product-questions {
    border-color: rgba(36,47,155,.08);
    box-shadow: 0 16px 45px rgba(21,30,80,.055);
}

@media (min-width: 1181px) {
    .estehkam-product form > .container > .mt-12.flex {
        border-color: rgba(36,47,155,.08);
        border-radius: 26px;
        box-shadow: 0 22px 60px rgba(21,30,80,.07);
    }
}

@media (max-width: 700px) {
    .estehkam-product {
        padding-top: 12px;
    }

    .estehkam-product form > .container > .mt-12.flex {
        overflow: visible;
    }

    .estehkam-product form > .container > .mt-12.flex > div:first-child {
        width: calc(100% - 24px) !important;
        margin: 0 12px;
        padding: 10px;
        overflow: hidden;
        border: 1px solid rgba(36,47,155,.08);
        border-radius: 25px;
        background: rgba(255,255,255,.8);
        box-shadow: 0 18px 42px rgba(21,30,80,.07);
    }

    .estehkam-product .eh-gallery-main {
        width: 100% !important;
        height: min(96vw, 405px) !important;
        max-width: 100% !important;
        border-radius: 20px;
    }

    .estehkam-product .eh-gallery-main img {
        width: 100% !important;
        min-width: 0 !important;
        height: min(96vw, 405px) !important;
        max-height: 405px !important;
        object-fit: contain !important;
    }

    .eh-gallery-toolbar {
        top: 9px;
        right: 9px;
        left: 9px;
    }

    .estehkam-product form > .container > .mt-12.flex > .relative {
        position: relative;
        z-index: 3;
        width: calc(100% - 24px) !important;
        margin: 14px 12px 0;
        padding: 22px 18px !important;
        border: 1px solid rgba(36,47,155,.08);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 18px 44px rgba(21,30,80,.07);
    }

    .estehkam-product h1 {
        max-width: 100%;
        color: #151b40;
        font-size: 20px !important;
        font-weight: 900 !important;
        line-height: 1.8 !important;
    }

    .estehkam-product form > .container > .mt-12.flex > .relative > .mt-10.flex {
        position: sticky;
        z-index: 8;
        bottom: 74px;
        gap: 8px !important;
        margin: 22px -6px -8px !important;
        padding: 10px;
        border: 1px solid rgba(36,47,155,.08);
        border-radius: 18px;
        background: rgba(255,255,255,.92);
        box-shadow: 0 12px 32px rgba(21,30,80,.14);
        backdrop-filter: blur(14px);
    }

    .estehkam-product form > .container > .mt-12.flex > .relative > .mt-10.flex .secondary-button {
        min-height: 50px;
        border: 0 !important;
        border-radius: 14px !important;
        color: #fff !important;
        background: linear-gradient(100deg, #f43904, #ff5b1f) !important;
        box-shadow: 0 10px 22px rgba(244,57,4,.2);
    }
}

@media (min-width: 701px) and (max-width: 1180px) {
    .estehkam-product form > .container > .mt-12.flex {
        border: 1px solid rgba(36,47,155,.08);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 20px 55px rgba(21,30,80,.07);
    }

    .estehkam-product .eh-gallery-main {
        min-height: 440px;
    }
}

/* Modern related-products rail */
.eh-related-products {
    position: relative;
    padding: 28px !important;
    border: 1px solid rgba(36, 47, 155, .08) !important;
    border-radius: 26px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(240, 187, 64, .11), transparent 17rem),
        #fff !important;
}

.eh-related-products::before {
    position: absolute;
    top: 29px;
    right: 28px;
    width: 6px;
    height: 24px;
    border-radius: 99px;
    background: linear-gradient(#f0bb40, #f43904);
    content: "";
}

.eh-related-products > .container {
    overflow: visible;
}

.eh-related-products > .container > .flex:first-child {
    min-height: 36px;
    align-items: center;
    padding-right: 18px;
}

.eh-related-products h2 {
    color: #141a3d !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.6;
}

.eh-related-products > .container > .mt-10 {
    gap: 14px !important;
    margin-top: 20px !important;
    padding: 3px 2px 12px !important;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
}

.eh-related-products .eh-p-card {
    display: flex !important;
    width: 248px;
    min-width: 248px !important;
    min-height: 390px;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #e8ebf2 !important;
    border-radius: 20px !important;
    background: #fff;
    box-shadow: 0 9px 25px rgba(20, 31, 83, .055) !important;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.eh-related-products .eh-p-card:hover,
.eh-related-products .eh-p-card:focus-within {
    z-index: 2;
    transform: translateY(-4px);
    border-color: rgba(36, 47, 155, .2) !important;
    box-shadow: 0 18px 38px rgba(20, 31, 83, .12) !important;
}

.eh-related-products .eh-p-card__image {
    position: relative;
    display: grid;
    width: 100%;
    height: 218px !important;
    flex: 0 0 218px;
    place-items: center;
    overflow: hidden;
    padding: 18px !important;
    border-bottom: 1px solid #eef0f5;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 82% 18%, rgba(240,187,64,.12), transparent 7rem),
        linear-gradient(150deg, #fbfcff, #f3f5fa);
}

.eh-related-products .eh-p-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 92% !important;
    max-height: 92% !important;
    border-radius: 0 !important;
    background: transparent !important;
    object-fit: contain !important;
    mix-blend-mode: multiply;
    transition: transform .3s ease;
}

.eh-related-products .eh-p-card:hover .eh-p-card__image img {
    transform: scale(1.045);
}

.eh-related-products .eh-p-card__badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    border-radius: 11px 11px 11px 4px;
    color: #fff;
    background: linear-gradient(100deg, #f43904, #ff642f);
    box-shadow: 0 8px 16px rgba(244,57,4,.2);
    font-size: 9px;
    font-weight: 850;
}

.eh-related-products .eh-p-card__wish {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(36,47,155,.12);
    border-radius: 12px;
    color: #667085;
    background: rgba(255,255,255,.92);
    box-shadow: 0 7px 18px rgba(20,31,83,.07);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.eh-related-products .eh-p-card__wish:hover {
    color: #f43904;
    border-color: rgba(244,57,4,.2);
}

.eh-related-products .eh-p-card__body {
    display: flex;
    min-height: 171px;
    flex: 1;
    flex-direction: column;
    padding: 15px 16px 16px !important;
    white-space: normal;
}

.eh-related-products .eh-p-card__name {
    display: -webkit-box;
    min-height: 50px !important;
    margin: 0 0 8px;
    overflow: hidden;
    color: #24293a;
    font-size: 12px !important;
    font-weight: 750;
    line-height: 2 !important;
    text-align: right;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.eh-related-products .eh-p-card__price {
    display: flex;
    min-height: 28px;
    align-items: center;
    gap: 7px;
    color: #171d42;
    font-size: 13px !important;
    font-weight: 900;
}

.eh-related-products .eh-p-card__price * {
    font-size: inherit !important;
}

.eh-related-products .eh-p-card__price del {
    color: #a7abb5;
    font-size: 10px !important;
    font-weight: 500;
}

.eh-related-products .eh-p-card__footer {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed #e5e8ef;
}

.eh-related-products .eh-p-card__cart {
    display: grid;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px;
    place-items: center;
    overflow: hidden;
    padding: 0 !important;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #242f9b, #3443c1);
    box-shadow: 0 9px 20px rgba(36,47,155,.2);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.eh-related-products .eh-p-card__cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 24px rgba(36,47,155,.27);
}

.eh-related-products .eh-p-card__cart svg {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.eh-related-products .eh-p-card__cart span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.eh-related-products .icon-arrow-left-stylish,
.eh-related-products .icon-arrow-right-stylish {
    display: grid !important;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(36,47,155,.12);
    border-radius: 12px;
    color: var(--eh-primary);
    background: #f6f7ff;
    font-size: 18px !important;
    transition: color .2s ease, background .2s ease;
}

.eh-related-products .icon-arrow-left-stylish:hover,
.eh-related-products .icon-arrow-right-stylish:hover {
    color: #fff;
    background: var(--eh-primary);
}

@media (max-width: 900px) {
    .eh-related-products {
        padding: 22px !important;
    }

    .eh-related-products .eh-p-card {
        width: 218px;
        min-width: 218px !important;
        min-height: 360px;
    }

    .eh-related-products .eh-p-card__image {
        height: 190px !important;
        flex-basis: 190px;
    }

    .eh-related-products .eh-p-card__body {
        min-height: 166px;
    }
}

@media (max-width: 480px) {
    .eh-related-products {
        width: calc(100% - 24px);
        padding: 19px 14px !important;
        border-radius: 20px !important;
    }

    .eh-related-products::before {
        top: 20px;
        right: 14px;
        height: 21px;
    }

    .eh-related-products > .container > .flex:first-child {
        padding-right: 14px;
    }

    .eh-related-products h2 {
        font-size: 17px !important;
    }

    .eh-related-products > .container > .mt-10 {
        gap: 10px !important;
        margin-top: 15px !important;
    }

    .eh-related-products .eh-p-card {
        width: 170px;
        min-width: 170px !important;
        min-height: 324px;
        border-radius: 17px !important;
    }

    .eh-related-products .eh-p-card__image {
        height: 158px !important;
        flex-basis: 158px;
        padding: 12px !important;
    }

    .eh-related-products .eh-p-card__body {
        min-height: 162px;
        padding: 12px !important;
    }

    .eh-related-products .eh-p-card__name {
        min-height: 45px !important;
        font-size: 10.5px !important;
    }

    .eh-related-products .eh-p-card__price {
        font-size: 11.5px !important;
    }

    .eh-related-products .eh-p-card__cart {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px;
    }
}

/* Product information: editorial sales story */
.eh-product-information {
    margin-top: 28px;
    padding: 0 !important;
    border: 1px solid rgba(21, 38, 105, .08);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(21, 38, 105, .07);
    overflow: hidden;
}

.eh-product-information [role="tablist"],
.eh-product-information:not(.eh-product-information--mobile) > div > div > .flex:first-child {
    gap: 8px;
    padding: 10px;
    border: 0 !important;
    background: #f3f5fa !important;
}

.eh-product-information [role="tab"],
.eh-product-information:not(.eh-product-information--mobile) > div > div > .flex:first-child > [role="button"] {
    min-height: 50px;
    padding: 11px 24px !important;
    border: 0 !important;
    border-radius: 15px !important;
    color: #646b7c !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.eh-product-information [role="tab"][aria-selected="true"],
.eh-product-information:not(.eh-product-information--mobile) > div > div > .flex:first-child > [role="button"].border-navyBlue {
    background: #fff !important;
    color: var(--eh-primary) !important;
    box-shadow: 0 8px 20px rgba(36, 47, 155, .11);
}

.eh-product-information [role="tabpanel"] {
    margin-top: 0 !important;
    padding: 20px !important;
}

.eh-product-information:not(.eh-product-information--mobile) > div > div > div:last-child > div {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    padding: 20px !important;
}

.eh-product-information__panel {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.eh-product-story {
    color: var(--eh-ink);
}

.eh-product-story__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    min-height: 260px;
    align-items: center;
    gap: 32px;
    padding: 34px 42px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 2% 100%, rgba(255, 181, 27, .22), transparent 17rem),
        linear-gradient(128deg, #071846 0%, #102867 58%, #26339b 100%);
    overflow: hidden;
}

.eh-product-story__hero::before,
.eh-product-story__hero::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}

.eh-product-story__hero::before {
    width: 300px;
    height: 300px;
    top: -190px;
    left: -60px;
}

.eh-product-story__hero::after {
    width: 170px;
    height: 170px;
    right: 42%;
    bottom: -120px;
}

.eh-product-story__intro {
    position: relative;
    z-index: 2;
}

.eh-product-story__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffc33f;
    font-size: 12px;
    font-weight: 850;
}

.eh-product-story__eyebrow::before {
    width: 24px;
    height: 3px;
    border-radius: 5px;
    background: #ffb51b;
    content: "";
}

.eh-product-story__hero h2 {
    max-width: 620px;
    margin: 12px 0 8px;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 31px);
    font-weight: 900;
    line-height: 1.65;
}

.eh-product-story__hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    line-height: 2;
}

.eh-product-story__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.eh-product-story__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 100px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
}

.eh-product-story__trust i {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    background: #ffb51b;
    color: #071846;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.eh-product-story__visual {
    position: relative;
    z-index: 2;
    display: grid;
    height: 205px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(239, 242, 250, .92));
    box-shadow: 0 18px 36px rgba(0, 0, 0, .17);
}

.eh-product-story__visual span {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 9px;
    border-radius: 8px;
    background: #ffb51b;
    color: #071846;
    font-size: 9px;
    font-weight: 900;
}

.eh-product-story__visual img {
    width: 82%;
    height: 82%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.eh-product-story__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 24px;
    padding: 30px 8px 8px;
}

.eh-product-story__copy {
    padding: 4px 18px;
    color: #596174;
    font-size: 14px;
    line-height: 2.15;
}

.eh-product-story__copy h2 {
    margin: 0 0 12px;
    color: #101a3f;
    font-size: 21px;
    font-weight: 900;
}

.eh-product-story__copy h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 24px 0 10px;
    color: #101a3f;
    font-size: 15px;
    font-weight: 850;
}

.eh-product-story__copy h3::before {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #ffb51b;
    box-shadow: 0 0 0 5px rgba(255, 181, 27, .14);
    content: "";
}

.eh-product-story__copy p { margin: 0; }

.eh-product-story__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.eh-product-story__copy li {
    position: relative;
    padding: 11px 35px 11px 12px;
    border: 1px solid #e9ecf4;
    border-radius: 12px;
    background: #fafbfe;
    color: #353e55;
    font-size: 12px;
}

.eh-product-story__copy li::before {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 5px;
    background: rgba(36, 47, 155, .1);
    color: var(--eh-primary);
    content: "✓";
    font-size: 10px;
    font-weight: 900;
}

.eh-product-story__buy-box {
    position: sticky;
    top: 110px;
    padding: 22px;
    border: 1px solid rgba(36, 47, 155, .11);
    border-radius: 20px;
    background: linear-gradient(155deg, #f5f7ff, #fff 65%);
    box-shadow: 0 14px 35px rgba(36, 47, 155, .08);
}

.eh-product-story__buy-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 13px;
    background: linear-gradient(145deg, #2637ad, #182682);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 9px 20px rgba(36, 47, 155, .2);
}

.eh-product-story__buy-box > strong {
    display: block;
    color: #101a3f;
    font-size: 16px;
    font-weight: 900;
}

.eh-product-story__buy-box > p {
    margin: 7px 0 15px;
    color: #747c8f;
    font-size: 11px;
    line-height: 1.9;
}

.eh-product-story__buy-box dl {
    display: grid;
    gap: 0;
    margin: 0 0 16px;
    padding: 0;
    border-block: 1px dashed #dfe3ef;
}

.eh-product-story__buy-box dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    color: #72798a;
    font-size: 10px;
}

.eh-product-story__buy-box dt { font-weight: 700; }
.eh-product-story__buy-box dd { margin: 0; color: #1b2445; font-weight: 850; }

.eh-product-story__buy-box > a {
    display: grid;
    min-height: 46px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #ff4a10, #f23005);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(242, 48, 5, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.eh-product-story__buy-box > a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(242, 48, 5, .28);
}

.eh-product-story__buy-box > small {
    display: block;
    margin-top: 10px;
    color: #858c9c;
    font-size: 9px;
    line-height: 1.8;
    text-align: center;
}

.eh-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 8px;
}

.eh-spec-grid__label,
.eh-spec-grid__value {
    min-height: 52px;
    padding: 14px 16px;
}

.eh-spec-grid__label {
    border-radius: 13px 0 0 13px;
    background: #f4f6fb;
    color: #60687a;
}

.eh-spec-grid__value {
    border: 1px solid #edf0f5;
    border-radius: 0 13px 13px 0;
    color: #131d41;
    font-weight: 800;
}

.eh-spec-grid p { margin: 0; font-size: 12px; line-height: 1.9; }

@media (max-width: 1180px) {
    /* Tailwind's custom 1180 breakpoint is not present in every production
       build. Hide the desktop tab panel explicitly so its absolutely-sized
       contents cannot leak behind the mobile accordions. */
    .eh-product-information:not(.eh-product-information--mobile) {
        display: none !important;
    }

    .eh-product-information--mobile {
        display: grid !important;
        gap: 10px !important;
        padding: 12px !important;
        background: rgba(255, 255, 255, .92);
    }

    .eh-product-information--mobile > div {
        border: 1px solid #e8ebf2 !important;
        border-radius: 16px;
        background: #fff;
        overflow: hidden;
    }

    .eh-product-information--mobile > div > div > [role="button"] {
        min-height: 58px;
        padding: 14px 18px !important;
        border: 0 !important;
        background: #f5f6fa !important;
        color: #101a3f;
    }

    .eh-product-information--mobile > div:first-child > div > [role="button"] {
        background: linear-gradient(90deg, #f0f2ff, #f8f9fd) !important;
        color: var(--eh-primary);
    }

    .eh-product-information--mobile > div > div > [role="button"] p {
        font-size: 14px !important;
        font-weight: 850 !important;
    }

    .eh-product-information--mobile > div > div > [role="button"] span {
        display: grid;
        width: 30px;
        height: 30px;
        place-items: center;
        border-radius: 9px;
        background: #fff;
        color: var(--eh-primary);
        font-size: 18px !important;
        box-shadow: 0 5px 12px rgba(22, 35, 94, .08);
    }

    .eh-product-information--mobile > div > div > .z-10 {
        padding: 12px !important;
        border-radius: 0 !important;
    }

    .eh-product-story__hero {
        grid-template-columns: minmax(0, 1fr) 210px;
        padding: 30px;
    }

    .eh-product-story__body { grid-template-columns: minmax(0, 1fr) 270px; }
}

@media (min-width: 1181px) {
    .eh-product-information--mobile {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .eh-product-information {
        width: calc(100% - 24px);
        margin-top: 18px;
        border-radius: 22px;
    }

    .eh-product-information--mobile { padding: 9px !important; }

    .eh-product-information--mobile > div > div > [role="button"] {
        min-height: 54px;
        padding: 12px 14px !important;
    }

    .eh-product-information--mobile > div > div > .z-10 { padding: 8px !important; }

    .eh-product-story__hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 20px 20px;
        border-radius: 17px;
    }

    .eh-product-story__hero h2 { font-size: 21px; }
    .eh-product-story__hero p { font-size: 11.5px; }
    .eh-product-story__trust { gap: 6px; }
    .eh-product-story__trust span { padding: 6px 8px; font-size: 9.5px; }

    .eh-product-story__visual {
        height: 180px;
        border-radius: 17px;
    }

    .eh-product-story__visual img { width: 72%; height: 78%; }

    .eh-product-story__body {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px 0 0;
    }

    .eh-product-story__copy { padding: 0 8px; font-size: 12px; }
    .eh-product-story__copy h2 { font-size: 18px; }
    .eh-product-story__copy ul { grid-template-columns: 1fr; }

    .eh-product-story__buy-box {
        position: static;
        padding: 18px;
        border-radius: 17px;
    }

    .eh-spec-grid {
        grid-template-columns: minmax(100px, .75fr) minmax(0, 1.25fr);
        padding: 0;
    }

    .eh-spec-grid__label,
    .eh-spec-grid__value { padding: 11px; }
}
