.shop-page{min-height:100vh;background:#fff8fb;color:#38232e;user-select:none}.shop-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:16px max(24px,calc((100vw - 1180px)/2));background:rgba(255,255,255,.97);border-bottom:1px solid #f1cadb}.shop-brand{display:flex;align-items:center;gap:18px}.shop-brand img{width:145px;height:64px;object-fit:contain}.shop-brand span{font-size:12px;color:#715866}.shop-header nav{display:flex;align-items:center;gap:24px;font-weight:700}.cart-count{padding:11px 16px;border-radius:99px;background:#ee257a;color:#fff}.shop-hero{display:grid;grid-template-columns:1.5fr .7fr;gap:60px;align-items:center;padding:75px max(24px,calc((100vw - 1180px)/2));background:linear-gradient(135deg,#fff 15%,#ffe4ef)}.shop-hero p,.shop-intro p{margin:0 0 12px;color:#ee257a;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.shop-hero h1{margin:0;font-size:clamp(52px,6vw,84px);color:#4b1730}.shop-hero>div>span{display:block;max-width:700px;margin-top:20px;font-size:19px;line-height:1.65;color:#66515b}.shop-hero aside{display:grid;gap:12px;padding:28px;background:#4b1730;color:#fff;border-radius:18px}.shop-hero aside strong{color:#ffc5dd;font-size:22px}.shop-hero aside span{line-height:1.6}.shop-shell{width:min(1180px,calc(100% - 48px));margin:auto;padding:85px 0}.shop-intro{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:40px}.shop-intro h2{margin:0;color:#4b1730;font-size:clamp(36px,4vw,56px)}.shop-intro>span{max-width:420px;color:#735d68;line-height:1.6}.shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.shop-card{overflow:hidden;background:#fff;border:1px solid #f0ccdb;border-radius:20px;box-shadow:0 18px 45px rgba(103,25,60,.08)}.product-visual{position:relative;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.product-visual img{width:100%;aspect-ratio:16/9;object-fit:cover}.protected-media{position:relative;overflow:hidden}.protected-media img{pointer-events:none;-webkit-user-drag:none}.watermark{position:absolute;right:10px;bottom:10px;padding:6px 9px;background:rgba(75,23,48,.82);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}.shop-card-body{padding:25px}.shop-card-body small{color:#ee257a;font-weight:900}.shop-card-body h3{margin:7px 0 10px;color:#4b1730;font-size:28px}.shop-card-body p{min-height:48px;margin:0;color:#735d68;line-height:1.5}.price-note{margin-top:18px;color:#4b1730;font-weight:800}.qty{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:18px}.qty button{width:40px;height:40px;border:1px solid #ee257a;border-radius:50%;background:#fff;color:#ee257a;font-size:24px}.qty strong{min-width:22px;text-align:center}.checkout-panel{position:sticky;bottom:0;z-index:40;display:grid;grid-template-columns:1fr 280px 250px;gap:25px;align-items:center;padding:20px max(24px,calc((100vw - 1180px)/2));background:#4b1730;color:#fff;box-shadow:0 -12px 35px rgba(39,5,21,.18)}.checkout-panel p{margin:0;color:#ffc5dd;font-size:12px;font-weight:900;text-transform:uppercase}.checkout-panel h2{margin:3px 0;color:#fff;font-size:25px}.checkout-panel span{font-size:12px;color:#e8d5de}.checkout-panel label{display:grid;gap:7px;font-size:12px;font-weight:800}.checkout-panel select{padding:12px;border:0;border-radius:7px}.checkout-button{min-height:52px;border:0;border-radius:8px;background:#ee257a;color:#fff;font-weight:900}.checkout-button:disabled{opacity:.45}.shop-notice{padding:85px max(24px,calc((100vw - 1180px)/2));background:#fff}.shop-notice h2{font-size:42px;color:#4b1730}.shop-notice>div{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.shop-notice p{display:grid;gap:10px;padding-top:18px;border-top:2px solid #ee257a}.shop-notice span{color:#735d68;line-height:1.6}.shop-notice>a{display:inline-block;margin-top:25px;color:#ee257a;font-weight:900}.shop-footer{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;padding:30px;background:#260b18;color:#eedde5;font-size:13px}.detail-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:25px;background:rgba(20,4,11,.86)}.detail-modal>div{position:relative;width:min(1100px,96vw);max-height:92vh;overflow:auto;padding:20px;background:#fff;border-radius:16px}.detail-modal img{width:100%;height:auto}.detail-modal p{color:#624b56;line-height:1.5}.modal-close{display:block;margin:0 0 12px auto;padding:10px 16px;border:0;border-radius:7px;background:#4b1730;color:#fff;font-weight:800}@media(max-width:900px){.shop-header{align-items:flex-start}.shop-brand span{display:none}.shop-header nav a:first-child{display:none}.shop-hero{grid-template-columns:1fr}.shop-intro{align-items:flex-start;flex-direction:column}.checkout-panel{position:relative;grid-template-columns:1fr}.shop-notice>div{grid-template-columns:1fr}}@media(max-width:650px){.shop-header nav a{display:none}.shop-grid{grid-template-columns:1fr}.shop-shell{width:calc(100% - 28px)}.shop-hero{padding-top:50px}.shop-hero h1{font-size:48px}.shop-card-body h3{font-size:25px}}
