/* ================================================================
   PRODUCT PAGE — Web/Desktop CSS
   ================================================================ */

body {
    background: var(--bg-color, #f7f8fa);
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-color, #1a1a2e);
    -webkit-font-smoothing: antialiased;
}

.p-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px;
}
@media(min-width:768px) { .p-wrap { padding: 32px 24px; } }

/* ── Breadcrumb ── */
.breadcrumb { display:flex; align-items:center; gap:6px; font-size:.78rem; color:#94a3b8; margin-bottom:18px; flex-wrap:wrap; }
.breadcrumb a { color:#94a3b8; text-decoration:none; transition:.2s; }
.breadcrumb a:hover { color:var(--primary-color); }
.breadcrumb .sep { font-size:.6rem; }
.breadcrumb-current { color: var(--text-color, #1a1a2e); font-weight: 600; }

/* ── Gallery Action Buttons ── */
.gallery-actions { position:absolute; top:14px; right:14px; z-index:10; display:flex; gap:8px; }
.gal-act-btn { width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.9); backdrop-filter:blur(6px); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:.92rem; color:#6b7280; transition:.25s; box-shadow:0 2px 8px rgba(0,0,0,.08); }
.gal-act-btn:hover { transform:scale(1.1); }
.gal-act-btn.wl-active { color:#ef4444; }

/* ── Qty Control ── */
.qty-control { display:flex; align-items:center; border:1.5px solid #e8eaed; border-radius:12px; overflow:hidden; background:#fff; }
.qty-btn { width:42px; height:46px; border:none; background:transparent; font-size:1.1rem; font-weight:700; cursor:pointer; color:var(--text-color,#333); transition:.15s; display:flex; align-items:center; justify-content:center; }
.qty-btn:hover { background:#f1f5f9; }
.qty-btn:active { background:#e2e8f0; }
.qty-display { width:44px; text-align:center; font-family:'Nunito Sans',sans-serif; font-weight:800; font-size:1rem; border:none; background:transparent; color:var(--text-color,#333); }

.p-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media(min-width:768px) { .p-grid { gap: 48px; } }

/* ── Gallery ── */
.gallery-container {
    flex: 1;
    min-width: 300px;
    position: relative;
}
@media(min-width:768px) {
    .gallery-container { position: sticky; top: 20px; }
}

.main-slider {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8eaed;
    background: #fff;
    position: relative;
}
.main-slider img {
    width: 100%;
    display: block;
    object-fit: contain;
    height: auto;
    max-height: 520px;
}
.main-slider .slick-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.9); backdrop-filter:blur(4px); border:1px solid #e8eaed; cursor:pointer; font-size:0; box-shadow:0 2px 8px rgba(0,0,0,.06); transition:.2s; display:flex!important; align-items:center; justify-content:center; }
.main-slider .slick-arrow:hover { background:#fff; box-shadow:0 4px 16px rgba(0,0,0,.1); }
.main-slider .slick-prev { left:12px; }
.main-slider .slick-next { right:12px; }
.main-slider .slick-prev::after { content:'\f053'; font-family:'Font Awesome 6 Free'; font-weight:900; font-size:.8rem; color:#333; }
.main-slider .slick-next::after { content:'\f054'; font-family:'Font Awesome 6 Free'; font-weight:900; font-size:.8rem; color:#333; }

.badge-off-red {
    position: absolute;
    top: 14px;
    left: 14px;
    right: auto;
    z-index: 10;
    background: #ef4444;
    color: #fff;
    padding: 5px 14px;
    font-size: .75rem;
    font-weight: 800;
    border-radius: 20px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: .02em;
}

.thumb-nav { margin-top: 12px; display: none; }
.thumb-nav.slick-initialized { display: block; }
.thumb-nav .slick-slide { padding: 0 4px; }
.thumb-nav img {
    height: 70px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .25s ease;
    opacity: .55;
}
.thumb-nav .slick-current img {
    border-color: var(--primary-color, #1a6b3c);
    opacity: 1;
}

/* ── Info Panel ── */
.info-container {
    flex: 1;
    min-width: 300px;
}

.brand-lbl {
    color: var(--primary-color, #1a6b3c);
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: 'Nunito Sans', sans-serif;
}

.p-name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    font-weight: 800;
    margin: 8px 0 16px;
    color: var(--text-color, #1a1a2e);
    line-height: 1.25;
}

/* ── Rating Link ── */
.rating-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    margin-bottom: 14px;
    margin-top: -6px;
}
.rating-stars { color: #f59e0b; font-size: .88rem; }
.rating-text { font-size: .82rem; font-weight: 700; color: #6b7280; }

/* ── Price ── */
.p-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaed;
    flex-wrap: wrap;
}
.p-price {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--text-color, #1a1a2e);
    letter-spacing: -.02em;
}
.p-old {
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 1rem;
}
.p-off {
    font-weight: 700;
    color: #ef4444;
    background: #fef2f2;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: .78rem;
}

/* ── Variants ── */
.variant-box span {
    color: #6b7280 !important;
    font-size: .75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    font-family: 'Nunito Sans', sans-serif !important;
}
.variant-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.variant-label {
    font-weight: 900;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.size-chart-link {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary-color, #1a6b3c);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.2s;
}
.size-chart-link:hover { opacity: 0.7; }
.size-chart-link i { font-size: 0.7rem; }

/* Size Chart Modal */
.sc-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.sc-modal-box {
    background: #fff;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.sc-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #999;
    font-weight: 300;
    line-height: 1;
}
.sc-modal-close:hover { color: #333; }
.sc-modal-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 0 16px;
}
.sc-modal-img {
    width: 100%;
    border-radius: 12px;
    display: block;
}
.v-list, .color-list {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}
.color-list-wrap {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.v-pill {
    padding: 10px 22px;
    border-radius: 50px;
    border: 1.5px solid #e8eaed;
    font-weight: 700;
    font-size: .85rem;
    cursor: pointer;
    background: #fff;
    color: var(--text-color, #333) !important;
    transition: all .25s ease;
    font-family: 'Nunito Sans', sans-serif;
}
.v-pill:hover {
    border-color: color-mix(in srgb, var(--primary-color, #1a6b3c) 50%, transparent);
}
.v-pill.active {
    border-color: var(--primary-color, #1a6b3c);
    background: color-mix(in srgb, var(--primary-color, #1a6b3c) 8%, #fff);
    color: var(--primary-color, #1a6b3c) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color, #1a6b3c) 12%, transparent);
}

/* ── Stock Line ── */
#stockLine {
    margin-top: 14px;
    font-weight: 700;
    font-size: .88rem;
    font-family: 'Nunito Sans', sans-serif;
}

/* ── Qty + ATC ── */
.qty-sel {
    width: 72px !important;
    padding: 14px 12px !important;
    border: 1.5px solid #e8eaed !important;
    border-radius: 12px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    text-align: center !important;
    color: var(--text-color, #333) !important;
    background: #fff !important;
    -moz-appearance: textfield;
}
.qty-sel::-webkit-outer-spin-button,
.qty-sel::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty-sel:focus { outline: none; border-color: var(--primary-color, #1a6b3c) !important; }

.atc-row {
    display: flex;
    gap: 12px;
    align-items: center;
}
.atc-form {
    margin-top: 25px;
}

/* Out of Stock */
.oos-box {
    margin-top: 20px;
    padding: 16px 24px;
    background: #fef2f2;
    border: 2px solid #fecaca;
    border-radius: 12px;
    color: #dc2626;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.oos-box i {
    font-size: 1.2rem;
}

.btn-atc {
    flex: 1;
    padding: 16px 28px;
    border-radius: 12px;
    border: none;
    background: var(--primary-color, #1a6b3c);
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: .95rem;
    cursor: pointer;
    transition: all .25s ease;
    letter-spacing: .02em;
}
.btn-atc:hover {
    opacity: .9;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-color, #1a6b3c) 30%, transparent);
}
.btn-atc:active { transform: translateY(0); }
.btn-atc:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-atc i { font-size: .85rem; }

/* ── WhatsApp Card ── */
.wa-card { margin-top: 15px; }
.wa-label {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #f1f5f9;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: all .25s ease;
}
.wa-label:hover {
    border-color: #25D366;
    box-shadow: 0 4px 16px rgba(37,211,102,.12);
    background: #f0fdf4;
}
.wa-icon { font-size: 1.8rem; color: #25D366; }
.wa-text-wrap { flex: 1; }
.wa-title { display: block; font-weight: 800; font-size: 0.9rem; color: #15803d; }
.wa-subtitle { font-size: 0.75rem; color: #16a34a; margin: 0; }
.wa-overlay-link { position: absolute; inset: 0; z-index: 10; }

#waCard label,
#waCard .flex {
    border-radius: 12px !important;
    border: 1.5px solid #dcfce7 !important;
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5) !important;
    transition: all .25s ease;
}
#waCard label:hover,
#waCard .flex:hover {
    border-color: #25D366 !important;
    box-shadow: 0 4px 16px rgba(37,211,102,.12);
}

/* ── Trust Badges ── */
.trust-badge-row {
    display: flex;
    gap: 0;
    justify-content: stretch;
    margin: 24px 0;
    padding: 0;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
.trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 18px 8px;
    text-align: center;
}
.trust-item + .trust-item { border-left: 1px solid #e8eaed; }
.trust-item i {
    font-size: 1.1rem;
    color: var(--primary-color, #1a6b3c);
    width: 38px;
    height: 38px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--primary-color, #1a6b3c) 8%, #fff);
    border-radius: 50%;
    margin-bottom: 2px;
}
.trust-item span {
    font-size: .68rem !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.2;
}

/* ── Accordion ── */
.acc-head {
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    color: var(--text-color, #1a1a2e) !important;
    border-bottom: 1px solid #e8eaed;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .25s ease;
}
.acc-head:hover { color: var(--primary-color, #1a6b3c) !important; }
.acc-body-text {
    color: #6b7280 !important;
    line-height: 1.8;
    font-size: .9rem;
    padding: 16px 0;
}
.acc-item-box.open .acc-head i { transform: rotate(180deg); }
.acc-head i { transition: transform .3s ease; }
.acc-item-box { border-bottom: 1px solid #f0f0f0; }
.acc-item-box:last-child { border-bottom: none; }

/* ── Rich Description (Amazon-style product details) ── */
.rich-desc { color: #374151 !important; }
.rich-desc h2 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin: 18px 0 8px; }
.rich-desc h3 { font-size: 1.05rem; font-weight: 600; color: #1e293b; margin: 14px 0 6px; }
.rich-desc h4 { font-size: .95rem; font-weight: 600; color: #334155; margin: 12px 0 6px; }
.rich-desc p { margin: 8px 0; line-height: 1.8; }
.rich-desc ul, .rich-desc ol { padding-left: 22px; margin: 10px 0; }
.rich-desc li { margin-bottom: 6px; line-height: 1.7; }
.rich-desc strong, .rich-desc b { color: #1e293b; font-weight: 600; }
.rich-desc table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: .88rem; }
.rich-desc table th { background: #f8fafc; font-weight: 700; text-align: left; padding: 10px 14px; border: 1px solid #e2e8f0; color: #1e293b; }
.rich-desc table td { padding: 9px 14px; border: 1px solid #e2e8f0; }
.rich-desc table tr:nth-child(even) td { background: #fafbfc; }
.rich-desc a { color: var(--primary-color, #2563eb); text-decoration: underline; }
.rich-desc img { max-width: 100%; height: auto; border-radius: 8px; margin: 10px 0; }
.rich-desc blockquote { border-left: 3px solid var(--primary-color, #2563eb); padding: 10px 16px; margin: 12px 0; background: #f8fafc; color: #475569; font-style: italic; border-radius: 0 8px 8px 0; }
.rich-desc hr { border: none; border-top: 1px solid #e2e8f0; margin: 16px 0; }

/* ── Success Alert ── */
.alert-success {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    color: #065f46;
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #a7f3d0;
    font-weight: 600;
    font-size: .9rem;
    text-align: center;
    animation: slideDown .4s ease-out;
}
.alert-success a { color: #065f46; font-weight: 700; text-decoration: underline; }
@keyframes slideDown { from { opacity:0; transform:translateY(-10px); } to { opacity:1; transform:translateY(0); } }

/* ══════════════════════
   PRODUCT SECTIONS
   ══════════════════════ */
.prod-sec {
    padding: 32px 0;
    border-top: 1px solid #e8eaed;
}
.prod-sec-contained {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media(min-width:768px) { .prod-sec { padding: 40px 0; } }

.sec-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}
.sec-title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    font-weight: 800;
    color: var(--text-color, #1a1a2e);
}
.sec-link {
    font-size: .8rem;
    font-weight: 700;
    color: var(--primary-color, #1a6b3c);
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    text-decoration: none;
    transition: gap .25s ease;
}
.sec-link:hover { gap: 8px; }
.sec-link i { font-size: .7rem; }

/* ── Product Cards ── */
.pc {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8eaed;
    transition: transform .25s ease, box-shadow .25s ease;
    flex-shrink: 0;
}
.pc:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.1); }

.pc-img {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}
.pc-img img {
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    display: block;
}
.pc:hover .pc-img img { transform: scale(1.06); }

.pc-disc {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ef4444;
    color: #fff;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
}
.pc-body { padding: 12px 14px 14px; }
.pc-name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .84rem;
    font-weight: 700;
    color: var(--text-color, #1a1a2e);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    margin-bottom: 8px;
}
.pc-prices {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.pc-now {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .95rem;
    font-weight: 800;
    color: var(--primary-color, #1a6b3c);
}
.pc-old { font-size: .73rem; color: #bbb; text-decoration: line-through; }
.pc-pct {
    font-size: .65rem;
    font-weight: 700;
    color: #16a34a;
    background: #dcfce7;
    padding: 2px 7px;
    border-radius: 20px;
}
.pc-btn {
    display: block;
    text-align: center;
    padding: 9px;
    background: var(--primary-color, #1a6b3c);
    color: #fff;
    border-radius: 8px;
    font-size: .8rem;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    transition: opacity .25s ease;
}
.pc-btn:hover { opacity: .85; color: #fff; }

/* ── Scroll Row ── */
.scroll-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.scroll-row::-webkit-scrollbar { height: 0; }
.scroll-row .pc { width: 164px; scroll-snap-align: start; }
@media(min-width:640px) { .scroll-row .pc { width: 200px; } }
.scroll-row .pc .pc-img { aspect-ratio: 1/1; }
.scroll-row .pc .pc-img img { height: 100%; }

/* ── Product Grid ── */
.prod-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media(min-width:640px) { .prod-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media(min-width:1024px) { .prod-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
.prod-grid .pc .pc-img { aspect-ratio: 1/1; }
.prod-grid .pc .pc-img img { height: 100%; }

/* ── FBT (Frequently Bought Together) ── */
.fbt-row {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
}
.fbt-row::-webkit-scrollbar { height: 0; }
.fbt-card { flex-shrink: 0; width: 130px; text-align: center; }
.fbt-card img {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #e8eaed;
    margin: 0 auto 8px;
    display: block;
}
.fbt-name {
    font-size: .74rem;
    font-weight: 600;
    color: var(--text-color, #1a1a2e);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}
.fbt-price {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .82rem;
    font-weight: 800;
    color: var(--primary-color, #1a6b3c);
    margin-top: 4px;
}
.fbt-plus { font-size: 1.4rem; color: #d1d5db; flex-shrink: 0; font-weight: 300; }
.fbt-total-box {
    flex-shrink: 0;
    background: #fff;
    border: 1.5px solid #e8eaed;
    border-radius: 16px;
    padding: 16px 18px;
    min-width: 150px;
    text-align: center;
}
.fbt-total-lbl { font-size: .72rem; color: #6b7280; margin-bottom: 4px; }
.fbt-total-amt {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--primary-color, #1a6b3c);
    margin-bottom: 12px;
}
.fbt-add {
    background: var(--primary-color, #1a6b3c);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: .82rem;
    cursor: pointer;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    transition: opacity .25s ease;
}
.fbt-add:hover { opacity: .85; }
.fbt-card-link { display: block; text-decoration: none; }

/* ══════════════════════
   REVIEWS
   ══════════════════════ */
.rev-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8eaed;
    padding: 24px;
}
.rev-summary {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px;
    background: color-mix(in srgb, var(--primary-color, #1a6b3c) 6%, #fff);
    border-radius: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.rev-big {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--primary-color, #1a6b3c);
    line-height: 1;
}
.rev-stars-big { color: #f59e0b; font-size: 1.1rem; margin-bottom: 3px; }
.rev-count { font-size: .76rem; color: #888; }
.rev-bars { flex: 1; min-width: 160px; max-width: 240px; }
.rev-bar-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    font-size: .72rem;
}
.rev-bar-num { width: 10px; color: #888; text-align: right; }
.rev-bar-star { color: #f59e0b; font-size: .62rem; flex-shrink: 0; }
.rev-bar-track {
    flex: 1;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}
.rev-bar-fill { height: 100%; background: #f59e0b; border-radius: 3px; }
.rev-bar-count { width: 20px; color: #aaa; font-size: .72rem; }
.rev-item {
    padding: 16px 0;
    border-bottom: 1px solid #e8eaed;
}
.rev-item:last-child { border: none; padding-bottom: 0; }
.rev-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 10px;
}
.rev-name { font-weight: 700; font-size: .88rem; }
.rev-strs { color: #f59e0b; font-size: .82rem; }
.rev-text { font-size: .88rem; color: #6b7280; line-height: 1.75; }
.rev-date { font-size: .72rem; color: #bbb; margin-top: 6px; }
.rev-empty { text-align: center; color: #aaa; padding: 28px 0; font-size: .88rem; }
.write-review-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 9px;
    font-size: .82rem;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
}

/* ── Mobile Sticky Bar ── */
.mobile-sticky-atc {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e8eaed;
    padding: 12px 16px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0,0,0,.08);
}
.mobile-sticky-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
}
.mobile-sticky-info { flex: 1; min-width: 0; }
.mobile-sticky-name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-sticky-price {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    color: var(--primary-color, #1a6b3c);
}
.mobile-sticky-btn {
    padding: 12px 28px;
    border-radius: 10px;
    border: none;
    background: var(--primary-color, #1a6b3c);
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: .88rem;
    cursor: pointer;
    flex-shrink: 0;
}
