.product-page{background:linear-gradient(180deg,#f7f2ff 0,#fbf9f6 340px);min-height:100vh}.product-header{position:static}.product-main{padding:42px 0 90px}.product-breadcrumbs{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;margin-bottom:24px}.product-breadcrumbs a{color:var(--violet);text-decoration:none;font-weight:700}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.product-photo{min-height:650px;background:#eee}.product-photo img{width:100%;height:100%;object-fit:cover;display:block}.product-copy{padding:clamp(30px,5vw,58px);display:flex;flex-direction:column}.product-copy h1{font:400 clamp(38px,5vw,58px)/1 Georgia,"Times New Roman",serif;letter-spacing:-.045em;margin:14px 0 20px}.product-price{font-size:29px;font-weight:900}.product-tags{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.product-tags span{background:#f3eff9;border-radius:9px;padding:8px 10px;font-size:11px}.product-description{white-space:pre-wrap;color:var(--muted);font-size:14px;line-height:1.7}.product-seller{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:22px;margin-top:auto}.product-seller>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--lavender);color:var(--violet);font-weight:900}.product-seller b,.product-seller small{display:block}.product-seller small{color:var(--muted);margin-top:3px}.product-notice{color:var(--muted);font-size:10px;line-height:1.5;margin:12px 0 0}@media(max-width:850px){.product-layout{grid-template-columns:1fr}.product-photo{min-height:420px;max-height:560px}.product-copy{min-height:520px}}@media(max-width:600px){.product-main{padding-top:24px}.product-layout{border-radius:20px}.product-photo{min-height:320px}.product-copy{min-height:0}.product-copy h1{font-size:38px}.product-price{font-size:24px}}
