
    .breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:22px 0 14px}
    .breadcrumbs a:hover{color:var(--brand-3)}
    html[data-theme="night"] .breadcrumbs a:hover{color:var(--brand)}
    .breadcrumbs-sep{opacity:.55}
    .product-page{padding-bottom:64px}
    .product-detail{display:grid;grid-template-columns:minmax(300px,520px) minmax(0,1fr);gap:28px;align-items:start}
    .product-gallery{position:sticky;top:122px;width:min(100%,calc((100vh - 270px) * .75),520px);min-width:0;margin-inline:auto;align-self:start}
    .product-main-photo{aspect-ratio:3/4;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--p1,#bbf7d0),var(--p2,#ecfdf5));display:grid;place-items:center;position:relative;border:1px solid var(--line);box-shadow:var(--shadow)}
    .product-main-photo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.62),transparent 34%)}
    html[data-theme="night"] .product-main-photo:before{background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.12),transparent 34%)}
    .product-main-photo-link{display:block;width:100%;height:100%;position:relative;z-index:2;background:var(--card);cursor:zoom-in}
    .product-main-photo img{width:100%;height:100%;object-fit:contain;display:block;position:relative;z-index:2}
    .product-photo-open{position:absolute;right:12px;bottom:12px;z-index:3;padding:8px 11px;border-radius:999px;background:rgba(20,24,33,.78);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px);opacity:0;transform:translateY(4px);transition:.18s}
    .product-main-photo-link:hover .product-photo-open,.product-main-photo-link:focus-visible .product-photo-open{opacity:1;transform:none}
    .product-main-photo .emoji{font-size:128px;position:relative;z-index:2;filter:drop-shadow(0 22px 24px rgba(0,0,0,.16))}
    .product-thumbnails{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;gap:8px;align-items:center;margin-top:12px}
    .product-thumbnail-track{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:2px}
    .product-thumbnail-track::-webkit-scrollbar{display:none}
    .product-thumbnail{width:72px;aspect-ratio:3/4;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:13px;overflow:hidden;background:var(--card);cursor:pointer;scroll-snap-align:start;opacity:.7;transition:border-color .16s,opacity .16s,transform .16s}
    .product-thumbnail:hover{opacity:1;transform:translateY(-1px)}
    .product-thumbnail.active{border-color:var(--brand-3);opacity:1}
    html[data-theme="night"] .product-thumbnail.active{border-color:var(--brand)}
    .product-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}
    .product-gallery-arrow{width:40px;height:48px;border:1px solid var(--line);border-radius:13px;background:var(--card);color:var(--text);font-size:28px;line-height:1;cursor:pointer}
    .product-gallery-arrow:hover:not(:disabled){border-color:var(--brand);color:var(--brand-3)}
    .product-gallery-arrow:disabled{opacity:.3;cursor:default}
    .product-gallery-count{text-align:center;color:var(--muted);font-size:12px;margin-top:7px}
    .product-summary{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 32px color-mix(in srgb, var(--brand) 8%, transparent)}
    .product-summary h1{margin:10px 0 12px;font-size:38px;line-height:1.05;letter-spacing:-.045em}
    .product-kicker{color:var(--muted);font-size:14px}
    .product-rating-row{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:18px}
    .product-price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:16px 0}
    .product-price-row strong{font-size:40px;letter-spacing:-.055em}
    .product-price-row del{color:var(--muted);font-size:18px}
    .stock-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:9px 13px;background:var(--soft);color:var(--brand-3);font-weight:900;font-size:14px}
    html[data-theme="night"] .stock-badge{color:var(--brand)}
    .product-order-rule{display:block;margin-top:10px;color:var(--muted);font-size:14px}
    .product-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin:20px 0}
    .product-actions .add-btn{height:54px}
    .product-share{border:0;border-radius:16px;padding:0 16px;background:var(--soft);color:var(--brand-3);font-weight:900}
    html[data-theme="night"] .product-share{color:var(--brand)}
    .product-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
    .product-info-chip{border:1px solid var(--line);border-radius:16px;padding:12px;background:var(--page-2)}
    .product-info-chip span{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}
    .product-info-chip b{font-size:14px}
    .product-section{margin-top:24px;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px}
    .product-section h2{margin:0 0 12px;font-size:24px;letter-spacing:-.035em}
    .product-description{color:var(--muted);line-height:1.65;margin:0}
    .product-description > :first-child,.category-description > :first-child{margin-top:0}
    .product-description > :last-child,.category-description > :last-child{margin-bottom:0}
    .product-description img,.category-description img{max-width:100%;height:auto}
    .product-description table,.category-description table{max-width:100%;border-collapse:collapse}
    .product-description td,.product-description th,.category-description td,.category-description th{border:1px solid var(--line);padding:8px}
    .category-description{line-height:1.65}
    .spec-list{display:grid;gap:0;border-top:1px solid var(--line)}
    .spec-row{display:grid;grid-template-columns:minmax(160px,.45fr) 1fr;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}
    .spec-row span{color:var(--muted)}
    .spec-row b{font-weight:750}
    .not-found-box{padding:64px 0 80px}
    .not-found-card{max-width:680px;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
    .not-found-card h1{margin:0 0 10px;font-size:32px;letter-spacing:-.04em}
    @media (min-width:901px) and (max-height:649px){.product-gallery{position:static;width:min(100%,420px)}}
    @media (max-width:900px){.product-detail{grid-template-columns:1fr}.product-gallery{position:static;width:min(100%,520px);margin:0 auto}.product-summary h1{font-size:30px}.product-info-grid{grid-template-columns:1fr 1fr}}
    @media (max-width:560px){.breadcrumbs{margin:14px 0 10px}.product-page{padding-bottom:40px}.product-detail{gap:16px}.product-summary{min-width:0;padding:16px;border-radius:18px}.product-summary h1{font-size:clamp(25px,8vw,30px);overflow-wrap:anywhere}.product-price-row strong{font-size:clamp(30px,10vw,38px);overflow-wrap:anywhere}.product-actions{grid-template-columns:1fr}.product-info-grid{grid-template-columns:1fr}.product-section{padding:17px;border-radius:18px;overflow:hidden}.spec-row{grid-template-columns:1fr;gap:4px}.product-description,.category-description{overflow-wrap:anywhere}.product-description table,.category-description table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-main-photo{border-radius:18px}.product-main-photo .emoji{font-size:92px}.product-thumbnails{grid-template-columns:36px minmax(0,1fr) 36px;gap:5px}.product-gallery-arrow{width:36px}.product-thumbnail{width:62px}.product-photo-open{opacity:1;transform:none}}
