:root{--content-max: 1320px;--page-padding: clamp(16px, 4vw, 64px);--bg: #fff8fb;--panel: rgba(255, 255, 255, .86);--panel-soft: rgba(255, 246, 250, .72);--text: #2b1421;--wine: #2b1421;--soft: #7b6070;--muted-wine: #6f5262;--pink: #e94f8b;--orange: #f2a07b;--purple: #9b6df3;--aqua: #31d6c6;--gold: #d28c1d;--green: #25d366;--border: rgba(173, 82, 126, .16);--border-soft: rgba(173, 82, 126, .13);--shadow-premium: 0 18px 45px rgba(86, 35, 62, .14);--shadow-card: 0 14px 34px rgba(86, 35, 62, .16);--shadow-button: 0 14px 30px rgba(233, 79, 139, .32);--gradient-main: linear-gradient(135deg, #9b6df3 0%, #e94f8b 52%, #f2a07b 100%);--gradient-main-hover: linear-gradient(135deg, #8f5ff0 0%, #f04488 50%, #f59b72 100%);--hero-circle-size: clamp(280px, 34vw, 390px);--hero-video-zoom: 1;--hero-video-position-x: 50%;--hero-video-position-y: 50%}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 8% 8%,rgba(233,79,139,.16),transparent 34%),radial-gradient(circle at 92% 10%,rgba(155,109,243,.12),transparent 32%),radial-gradient(circle at 48% 92%,rgba(242,160,123,.14),transparent 42%),linear-gradient(135deg,#fff8fb,#fdeaf2 46%,#fff5ed);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img,video{max-width:100%}.primary,.cartBtn,.quoteButton,.mobileQuoteButton,.card .row button,.checkoutMainButton,.reviewSubmitButton,.featuredActions button:first-child,.orderDetailsButton,.orderDetailsButtonVisible{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff!important;background:var(--gradient-main)!important;border:none!important;border-radius:999px;box-shadow:var(--shadow-button),0 0 0 1px #ffffff2e inset!important;font-weight:900;opacity:1!important;filter:saturate(1.08) contrast(1.03);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero .primary{min-height:54px!important;padding:14px 26px!important;border-radius:999px!important;line-height:1.15!important;white-space:nowrap!important;width:fit-content!important}.primary:hover,.cartBtn:hover,.quoteButton:hover,.mobileQuoteButton:hover,.card .row button:hover,.checkoutMainButton:hover,.reviewSubmitButton:hover,.featuredActions button:first-child:hover,.orderDetailsButton:hover,.orderDetailsButtonVisible:hover{background:var(--gradient-main-hover)!important;box-shadow:0 18px 42px #e94f8b6b,0 0 24px #9b6df333!important;transform:translateY(-2px)}.card,.featuredCard,.reviewCard,.reviewSubmitSection,.detailInfo,.checkout form,.checkout aside,.success,.orderSuccess{background:linear-gradient(180deg,var(--panel),var(--panel-soft))!important;border:1px solid var(--border-soft)!important;border-radius:24px;box-shadow:var(--shadow-card);color:var(--text);overflow:hidden}.card,.featuredCard,.reviewCard{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.card:hover,.featuredCard:hover,.reviewCard:hover{transform:translateY(-5px);border-color:#e94f8b2e!important;box-shadow:0 24px 60px #56233e38}.tag{display:inline-flex;border:none!important;border-radius:999px;padding:9px 14px;color:var(--purple);font-weight:900;box-shadow:none}.empty{padding:24px;text-align:center;color:var(--muted-wine)!important;background:#ffffff80!important;border:1px dashed var(--border-soft)!important;border-radius:20px;box-shadow:none!important}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes luminaFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(1deg)}}.header{width:100%;max-width:var(--content-max);margin:0 auto;padding:14px var(--page-padding);position:relative!important;top:auto!important;z-index:20!important;display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:transparent;border:none!important;box-shadow:none!important}.header:before,.header:after{display:none!important}.brand{display:flex!important;align-items:center;gap:12px;min-width:0;padding:10px 14px;border:none!important;border-radius:20px;background:#ffffff09!important;box-shadow:none!important;text-decoration:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brand>span{flex:0 0 auto;font-size:32px}.brand div{display:flex;flex-direction:column;line-height:1;min-width:0}.brand b,.brand small{display:block;white-space:nowrap}.brand b{letter-spacing:.22em}.brand small{color:var(--soft);letter-spacing:.3em}.headerNav,nav{display:flex!important;align-items:center;justify-content:center;gap:18px;min-width:0;color:var(--soft);border:none!important}.headerNav a,nav a{padding:8px 10px;border:none!important;border-radius:999px;box-shadow:none!important;white-space:nowrap;transition:background .2s ease,color .2s ease}.headerNav a:hover,nav a:hover{color:var(--wine);background:#ffffff7a}.headerActions,.mobileTopActions{display:flex!important;align-items:center;justify-content:flex-end;gap:12px;position:static!important}.quoteMenu{position:relative!important;display:inline-flex}.quoteButton,.mobileQuoteButton{min-height:46px;padding:12px 22px;position:relative!important;overflow:hidden;white-space:nowrap}.quoteButton:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.26) 45%,transparent 70%);transform:translate(-120%);transition:transform .6s ease}.quoteButton:hover:before{transform:translate(120%)}.quoteDropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:80;width:290px;padding:10px;display:grid;gap:8px;border-radius:22px;background:#fff8fbf5!important;border:1px solid var(--border-soft)!important;box-shadow:0 24px 80px #56233e3d!important;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.quoteMenu:hover .quoteDropdown,.quoteMenu:focus-within .quoteDropdown{opacity:1;visibility:visible;transform:translateY(0)}.quoteOption{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:12px;border-radius:16px;background:#ffffffa3!important;transition:background .18s ease,transform .18s ease}.quoteOption:hover{background:#fdeaf2eb!important;transform:translateY(-1px)}.quoteOption span{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#e94f8b14}.quoteOption img{width:25px;height:25px;object-fit:contain;display:block}.quoteOption strong,.quoteOption small{display:block}.quoteOption strong{color:var(--wine)!important;font-size:14px}.quoteOption small{margin-top:3px;color:var(--soft);font-size:12px}.cartBtn,.mobileCartButton{position:relative!important;padding:12px 18px}.cartBtn i,.mobileCartButton i{position:absolute;right:-8px;top:-8px;min-width:20px;height:20px;padding:0 6px;display:grid;place-items:center;color:#fff!important;background:var(--pink)!important;border-radius:999px;box-shadow:0 8px 18px #e94f8b52;font-size:11px;font-style:normal}.drawer{position:fixed;right:0;top:0;z-index:50;width:min(440px,100vw);height:100vh;display:flex;flex-direction:column;color:var(--wine);background:#fff8fbf5!important;border-left:none!important;box-shadow:-24px 0 80px #56233e38;transform:translate(105%);transition:.2s}.drawer.open{transform:translate(0)}.drawerHead{padding:20px;display:flex;justify-content:space-between;border-bottom:1px solid rgba(173,82,126,.1)!important}.drawer footer{margin-top:auto;padding:20px;border-top:1px solid rgba(173,82,126,.1)!important}.drawer footer p,.checkout aside p{display:flex;justify-content:space-between}.items{padding:18px;display:grid;gap:12px;overflow:auto}.item{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:10px;border:1px solid var(--border-soft)!important;border-radius:18px;box-shadow:none!important}.item>div{height:80px;display:grid;place-items:center;overflow:hidden;background:#ffffff94;border-radius:14px}.item img{width:100%;height:100%;object-fit:cover}.item section{display:grid;gap:6px}.item span{color:var(--muted-wine)!important}.item p{display:flex;gap:10px;align-items:center;margin:0}.hero{width:100%;max-width:var(--content-max);min-height:clamp(460px,62vh,620px);margin:0 auto;padding-left:var(--page-padding);padding-right:var(--page-padding);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:clamp(28px,4vw,64px);align-items:center}.hero h1{margin:18px 0;color:var(--wine)!important;font-size:clamp(38px,5.2vw,62px);line-height:1}.hero p{color:var(--muted-wine)!important;font-size:16px;line-height:1.6}.heroArt{display:grid;place-items:center;overflow:visible;background:transparent!important;border:none!important;box-shadow:none!important}.videoHeroArt{position:relative;isolation:isolate}.heroArt.videoHeroArt{width:var(--hero-circle-size)!important;height:var(--hero-circle-size)!important;min-width:0!important;min-height:0!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:clamp(24px,6vw,48px)!important;display:grid!important;place-items:center!important;position:relative!important;border-radius:50%!important;overflow:hidden!important;background:transparent!important;box-shadow:0 18px 38px #0000002e!important}.luminaHeroVideo{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;display:block!important;object-fit:cover!important;object-position:var(--hero-video-position-x) var(--hero-video-position-y)!important;transform:scale(var(--hero-video-zoom))!important;transform-origin:center center!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;-webkit-mask-image:none!important;mask-image:none!important}.catalog,.page{width:100%;max-width:var(--content-max);margin:0 auto;padding:30px var(--page-padding) 34px;border-top:none!important;border-bottom:none!important}.catalog h2{margin-top:0!important;margin-bottom:18px!important;color:var(--wine)!important;font-size:36px}.filters{display:grid;grid-template-columns:1fr 260px;gap:12px!important;align-items:center!important;margin-bottom:20px!important}.search,.filters select,input,select,textarea{color:var(--wine)!important;background:#ffffffbd!important;border:1px solid var(--border-soft)!important;border-radius:16px;box-shadow:0 12px 28px #56233e14!important}.search,.filters select{min-height:48px!important;height:48px!important;padding:0 16px!important}.search{display:flex!important;align-items:center!important;gap:12px!important}.search svg{width:17px!important;height:17px!important;color:var(--wine)!important;opacity:.82!important;flex:0 0 auto!important}.search input{width:100%;height:46px!important;min-height:46px!important;padding:0!important;border:none!important;outline:none;background:transparent!important;box-shadow:none!important;font-size:14px!important}.filters select{font-size:14px!important;cursor:pointer!important}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.photo,.catalogPhoto{height:230px;background:#ffffff9e!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;position:relative}.photo img,.catalogPhoto img,.catalogProductVideo{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:10px!important;background:transparent!important}.catalogProductVideo{background:transparent!important}.catalogPhotoPlaceholder{font-size:70px}.body{padding:16px!important}.body small,.detailInfo small{color:#b34b78!important;font-weight:900;text-transform:uppercase}.body p{min-height:42px!important;color:var(--muted-wine)!important;font-size:14px!important;line-height:1.45!important}.card .body h3,.catalogProductTitle{color:var(--wine)!important;transition:color .24s ease;cursor:pointer}.card:hover .body h3,.catalogProductTitle:hover{color:#9b315f!important}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.row strong{color:var(--gold)!important;font-size:20px!important}.card .row button{min-height:40px!important;padding:10px 16px!important;border-radius:999px!important;font-size:14px!important}.catalogPhoto{cursor:pointer;-webkit-user-select:none;user-select:none}.catalogPhotoArrow{position:absolute!important;top:50%!important;z-index:10!important;width:auto!important;height:auto!important;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;color:#3c26319e!important;font-size:32px!important;line-height:1!important;font-weight:600!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-50%) scale(.96)!important;transition:opacity .22s ease,visibility .22s ease,transform .22s ease,color .22s ease!important}.catalogPhotoArrowLeft{left:16px!important}.catalogPhotoArrowRight{right:16px!important}.catalogPhoto:hover .catalogPhotoArrow,.card:hover .catalogPhotoArrow{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(-50%) scale(1)!important}.catalogPhotoArrow:hover{color:#3c2631f2!important;transform:translateY(-50%) scale(1.08)!important}.catalogPhotoDots{position:absolute!important;left:50%!important;bottom:14px!important;z-index:11!important;width:auto!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:5px 9px!important;border:none!important;border-radius:999px!important;background:#503e4829!important;box-shadow:none!important;transform:translate(-50%)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.catalogPhotoDot{width:6px!important;height:6px!important;min-width:6px!important;min-height:6px!important;padding:0!important;margin:0!important;border:none!important;border-radius:999px!important;background:#ffffff85!important;background-image:none!important;box-shadow:none!important;font-size:0!important;line-height:0!important;opacity:.9!important;transition:width .22s ease,background .22s ease,opacity .22s ease,transform .22s ease!important}.catalogPhotoDot.active{width:17px!important;background:#ffffffeb!important;opacity:1!important}.catalogPhotoDot:hover{transform:scale(1.12)!important;background:#ffffffd1!important}.productMeta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.productMeta small{color:#9b315f!important}.productBadge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;color:#9b315f!important;background:#e94f8b1a!important;border:1px solid rgba(233,79,139,.26)!important;box-shadow:0 8px 18px #e94f8b1a;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}.back{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--soft)}.detail{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,.95fr);gap:28px;align-items:start}.detail>div{min-width:0}.detailPhoto{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1 / 1!important;padding:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#ffffffb8!important;border:1px solid var(--border-soft)!important;border-radius:24px!important;box-shadow:var(--shadow-card)}.detailPhoto img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:18px!important;transform:none!important}.detailPhoto video,.productDetailVideo{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;border-radius:18px!important;transform:none!important;background:#ffffffb8!important}.detailInfo{min-width:0;padding:32px 34px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;border-radius:28px}.detailInfo small{margin:0;font-size:.9rem;font-weight:700;letter-spacing:.06em}.detailInfo h1{margin:0;color:var(--wine)!important;font-size:clamp(2rem,3vw,2.7rem);line-height:1.1}.productFullDescription{width:100%;max-width:100%;margin:4px 0 8px;color:#5c4b57;font-size:1rem;line-height:1.75;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.detailInfo>strong{margin-top:2px;color:var(--gold)!important;font-size:2rem;line-height:1}.qty{display:flex;align-items:center;gap:14px;margin:6px 0 10px}.qty button{width:38px;height:38px;color:#fff;background:#8a8490;border:none;border-radius:12px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.qty button:hover{opacity:.9;transform:translateY(-1px)}.productMediaThumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.productMediaThumb{position:relative;height:92px;padding:0;overflow:hidden;cursor:pointer;background:#ffffff94;border:1px solid var(--border-soft);border-radius:18px;box-shadow:0 12px 28px #56233e24}.productMediaThumb.active{border-color:var(--pink);box-shadow:0 16px 34px #e94f8b38,0 0 0 2px #e94f8b1f}.productMediaThumb img,.productMediaThumb video{width:100%;height:100%;object-fit:cover;display:block}.customOrderBanner{width:calc(100% - var(--page-padding) * 2);max-width:calc(var(--content-max) - var(--page-padding) * 2);margin:22px auto 44px!important;padding:24px!important;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;position:relative;overflow:hidden;border-radius:34px;background:radial-gradient(circle at 8% 20%,rgba(233,79,139,.16),transparent 32%),linear-gradient(135deg,#ffffffd6,#ffeef6b8);border:1px solid var(--border-soft);box-shadow:var(--shadow-premium)}.customOrderBanner:before{content:"";position:absolute;width:240px;height:240px;right:-80px;top:-90px;background:radial-gradient(circle,rgba(255,77,141,.24),transparent 68%);pointer-events:none}.customOrderBanner:after{content:"";position:absolute;width:260px;height:260px;left:-120px;bottom:-130px;background:radial-gradient(circle,rgba(49,214,198,.14),transparent 70%);pointer-events:none}.customOrderBanner>div{position:relative;z-index:1}.customOrderBanner h2{max-width:780px;margin:14px 0 10px;color:var(--wine)!important;font-size:clamp(28px,4vw,44px);line-height:1.05}.customOrderBanner p:not(.tag){max-width:760px;margin:0;color:var(--muted-wine)!important;line-height:1.7}.customOrderActions{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:12px!important;width:260px;max-width:100%}.customOrderButton{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;font-weight:900;white-space:nowrap;box-shadow:0 16px 34px #0000003d;transition:transform .2s ease,box-shadow .2s ease}.customOrderButton:hover{transform:translateY(-2px);box-shadow:0 22px 44px #00000057}.customOrderButton.email{color:#0f0518;background:#fff}.customOrderButton.whatsapp{color:#fff!important;background:linear-gradient(135deg,#25d366,#20b858)!important;box-shadow:0 16px 34px #25d36647!important}.customOrderButton.whatsapp:hover{background:linear-gradient(135deg,#20c45c,#18a84e)!important;box-shadow:0 22px 44px #25d3665c!important}.customOrderIcon{width:28px;height:28px;display:inline-grid;place-items:center;flex:0 0 auto}.customOrderIcon img{width:22px;height:22px;display:block;object-fit:contain}.featured{width:100%;max-width:var(--content-max);margin:0 auto;padding:18px var(--page-padding) 36px!important}.featuredHead{margin-bottom:18px!important}.featuredHead h2{margin:8px 0!important;color:var(--wine)!important;font-size:34px!important;line-height:1.05}.featuredHead p:not(.tag){max-width:760px;margin:0;color:var(--muted-wine)!important;font-size:15px!important;line-height:1.55!important}.featuredGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.featuredCard{border-radius:18px!important;color:var(--wine)!important}.featuredPhoto{position:relative;height:230px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#ffffff9e!important}.featuredPhoto img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:10px!important;background:transparent!important}.featuredPhoto span{position:absolute;top:10px!important;left:10px!important;z-index:2;padding:6px 9px!important;color:#fff;background:var(--gradient-main)!important;border:none!important;border-radius:999px!important;box-shadow:0 10px 22px #e94f8b47!important;font-size:11px!important;font-weight:900}.featuredPlaceholder{font-size:86px}.featuredBody{padding:16px!important;display:grid;gap:10px!important}.featuredTitle{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.featuredTitle h3{min-height:38px!important;margin:0!important;color:var(--wine)!important;font-size:16px!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featuredTitle strong{color:var(--gold)!important;font-size:20px!important;line-height:1.1!important}.featuredBody>p,.featuredDetails,.reviewBox{display:none!important}.featuredActions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:2px!important}.featuredActions button{min-height:40px!important;padding:9px 12px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.featuredActions button:last-child{color:var(--wine)!important;background:#ffffffc7!important;border:1px solid rgba(173,82,126,.18)!important;box-shadow:0 10px 24px #56233e1a!important}.featuredCard:hover{transform:translateY(-3px)!important;box-shadow:0 20px 46px #56233e38!important}.page:has(.checkout){padding-top:28px!important;padding-bottom:42px!important}.checkout{width:100%!important;max-width:1120px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)!important;gap:18px!important;align-items:start!important}.checkout form,.checkout aside{min-width:0!important;padding:26px!important;border-radius:28px!important}.checkout h1,.checkout h2,.checkout aside h2,.checkout aside h3{margin-top:0!important;margin-bottom:12px!important;color:var(--wine)!important;font-size:clamp(26px,3vw,36px)!important;line-height:1.08!important}.checkoutIntro{max-width:680px!important;margin-top:0!important;margin-bottom:18px!important;color:var(--muted-wine)!important;font-size:15px!important;line-height:1.55!important}.checkoutSteps{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:20px!important}.checkoutStep{min-width:0!important;display:flex;align-items:center;gap:12px;padding:12px!important;border-radius:18px!important;color:var(--muted-wine)!important;background:#ffffff9e!important;border:1px solid var(--border-soft)!important;box-shadow:0 10px 24px #56233e14!important}.checkoutStep span{width:32px!important;height:32px!important;min-width:32px!important;display:grid;place-items:center;border-radius:999px!important;color:#9b315f!important;background:#e94f8b14!important;font-size:13px!important;font-weight:900!important}.checkoutStep strong{display:block;color:var(--wine)!important;font-size:13px!important;line-height:1.2!important}.checkoutStep small{display:block;color:var(--muted-wine)!important;font-size:12px!important;line-height:1.25!important}.checkoutStep.active{background:linear-gradient(135deg,#9b6df324,#e94f8b1a)!important;border-color:#e94f8b47!important}.checkoutStep.active span,.checkoutStep.done span{color:#fff!important;background:var(--gradient-main)!important}.form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.form.single{grid-template-columns:1fr!important}.form label,form>label{min-width:0!important;display:grid!important;gap:7px!important;color:var(--wine)!important;font-size:13px!important;font-weight:900!important}.checkout input,.checkout select,.checkout textarea,form textarea{width:100%!important;min-width:0!important;min-height:46px!important;padding:0 14px!important;color:var(--wine)!important;background:#ffffffc7!important;border:1px solid var(--border-soft)!important;border-radius:15px!important;box-shadow:0 10px 24px #56233e12!important;outline:none!important;font-size:14px!important}.checkout textarea,form textarea{min-height:92px!important;padding:13px 14px!important;resize:vertical!important;line-height:1.5!important}.checkout input:focus,.checkout select:focus,.checkout textarea:focus{border-color:#e94f8b6b!important;box-shadow:0 12px 26px #56233e1a,0 0 0 3px #e94f8b1a!important}.checkoutActions{display:grid!important;grid-template-columns:.46fr 1fr!important;gap:10px!important;margin-top:16px!important}.checkoutMainButton,.secondaryCheckoutButton{min-height:46px!important;padding:12px 18px!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important}.secondaryCheckoutButton,.reviewCardFooter button,.secondaryOrderButton{color:var(--wine)!important;background:#ffffffc7!important;border:1px solid rgba(173,82,126,.18)!important;box-shadow:0 10px 24px #56233e1a!important}.checkout aside p{margin:10px 0!important;gap:16px!important;color:var(--muted-wine)!important;font-size:14px!important;line-height:1.45!important}.checkout aside p strong,.checkout aside p b{color:var(--wine)!important;text-align:right!important}.checkoutNote,.checkoutTrust{margin-top:14px!important;padding:14px!important;display:grid;gap:7px;border-radius:18px!important;background:#ffffff8f!important;border:1px solid var(--border-soft)!important;box-shadow:none!important}.checkoutTrust div{display:flex;align-items:center;gap:8px}.checkoutNote strong,.checkoutTrust strong{color:var(--wine)!important;font-size:13px!important;font-weight:900}.checkoutNote span,.checkoutTrust span{color:var(--muted-wine)!important;font-size:13px!important;line-height:1.45!important}.checkoutTrust svg{color:var(--aqua)!important;flex:0 0 auto}.reviewsPage{padding-top:34px}.reviewsHero{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:stretch;margin-bottom:28px}.reviewsHero h1,.reviewSubmitIntro h2{margin:14px 0 12px;color:var(--wine)!important;font-size:clamp(36px,5vw,58px);line-height:1}.reviewsHero p:not(.tag),.reviewSubmitIntro p:not(.tag){max-width:760px;margin:0;color:var(--muted-wine)!important;line-height:1.7}.reviewsSummary{padding:28px;display:grid;align-content:center;justify-items:center;gap:10px;border-radius:28px;background:linear-gradient(135deg,#ffd16626,#b277ff1f)}.reviewsSummary strong{color:var(--gold)!important;font-size:58px;line-height:1}.reviewsSummary span{color:var(--muted-wine);font-weight:800;text-align:center}.reviewsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.reviewCard{padding:22px;display:grid;gap:16px}.reviewCardTop{display:flex;align-items:center;justify-content:space-between;gap:14px}.reviewCardTop span{color:var(--gold)!important;font-weight:900}.reviewCard p{margin:0;color:var(--wine)!important;font-size:15px;font-weight:600;line-height:1.7}.reviewCardFooter{display:flex;justify-content:space-between;gap:14px;align-items:center;padding-top:16px;border-top:1px solid rgba(173,82,126,.1)!important}.reviewCardFooter strong,.reviewCardFooter small{display:block}.reviewCardFooter strong{color:var(--wine)!important}.reviewCardFooter small{margin-top:4px;color:var(--muted-wine)}.reviewCardFooter button{padding:10px 14px;border-radius:999px;font-weight:900;white-space:nowrap}.reviewSubmitSection{margin:30px 0;padding:28px;border-radius:28px}.reviewSubmitIntro{margin-bottom:22px}.reviewSubmitForm{display:grid;gap:16px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}.reviewSubmitForm label{display:grid;gap:8px;font-weight:900}.reviewPreview{display:flex;align-items:center;gap:12px;color:#9b315f;font-weight:900;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,209,102,.25);background:#ffd16614}.reviewSubmitButton{width:100%;margin-top:4px}.stars{display:inline-flex;align-items:center;gap:4px}.star{color:#5a3c4a40;stroke:#5a3c4a40;fill:transparent}.star.filled{color:#ffd54a;stroke:#ffd54a;fill:#ffd54a;filter:drop-shadow(0 0 6px rgba(255,213,74,.45))}.page:has(.orderSuccess),.page:has(.success){min-height:auto!important;display:block!important;place-items:unset!important;padding-top:28px!important;padding-bottom:42px!important}.success,.orderSuccess{width:min(100%,980px)!important;max-width:980px!important;margin:32px auto!important;padding:clamp(22px,4vw,38px)!important;display:grid!important;justify-items:center!important;text-align:center!important;gap:14px!important;overflow:visible!important}.success svg{width:54px!important;height:54px!important;color:var(--aqua)!important;stroke-width:2.4!important}.success h1{max-width:100%!important;margin:4px 0 2px!important;color:var(--wine)!important;font-size:clamp(28px,4vw,40px)!important;line-height:1.08!important;text-align:center!important}.success p,.success b,.success strong{max-width:100%;text-align:center;overflow-wrap:anywhere;word-break:break-word}.success p{max-width:430px!important;margin:0!important;color:var(--muted-wine)!important;font-size:15px!important;line-height:1.6!important}.success b{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:6px!important;padding:10px 14px!important;border-radius:999px!important;color:#9b315f!important;background:#e94f8b14!important;border:1px solid rgba(233,79,139,.16)!important;font-size:14px!important;line-height:1.3!important}.success strong{display:block!important;margin-top:2px!important;color:var(--gold)!important;font-size:24px!important;line-height:1.1!important}.successActions{width:100%!important;margin-top:22px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.orderDetailsButton,.orderDetailsButtonVisible,.secondaryOrderButton{min-height:48px!important;padding:0 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border-radius:999px!important;font-weight:900!important;text-decoration:none!important}.orderDetailsBox{width:100%!important;margin-top:28px!important;padding:clamp(18px,4vw,32px)!important;border-radius:28px!important;border:1px solid rgba(233,79,139,.16)!important;background:#ffffffe0!important;box-shadow:0 18px 45px #481d3614!important;text-align:left!important;overflow:visible!important}.orderDetailsBox h2{margin:0 0 18px!important;color:var(--wine)!important;font-size:clamp(22px,4vw,32px)!important;line-height:1.1!important}.orderDetailsHeader{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:22px!important}.orderDetailsHeader small{color:var(--muted-wine)!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important}.orderDetailsHeader h2{margin:4px 0 0!important}.orderStatus{padding:8px 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important}.orderStatus.paid{color:#17694f!important;background:#27d69f29!important}.orderStatus.pending{color:#8a5b00!important;background:#ffd16638!important}.orderDetailsGrid{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-bottom:24px!important}.orderDetailsGrid article{min-width:0!important;padding:18px!important;border-radius:22px!important;background:#fff7fbe6!important;border:1px solid rgba(233,79,139,.12)!important}.orderDetailsGrid h3,.orderItemsBox h3{margin:0 0 12px!important;color:var(--wine)!important;font-size:18px!important;line-height:1.2!important}.orderDetailsGrid p{margin:8px 0!important;color:var(--muted-wine)!important;line-height:1.55!important;overflow-wrap:anywhere!important;word-break:break-word!important}.orderItemsBox{width:100%!important;margin-top:10px!important}.orderItemRow{width:100%!important;padding:14px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;border-bottom:1px solid rgba(233,79,139,.12)!important}.orderItemInfo,.orderItemRow>div:first-child{min-width:0!important;display:flex!important;align-items:center!important;gap:14px!important}.orderItemInfo img,.orderItemInfo>span{width:62px!important;height:62px!important;flex:0 0 auto!important;display:grid!important;place-items:center!important;object-fit:cover!important;background:#fff7fbeb!important;border:1px solid rgba(233,79,139,.12)!important;border-radius:18px!important}.orderItemInfo strong,.orderItemRow strong{display:block!important;color:var(--wine)!important;font-size:15px!important;line-height:1.3!important;overflow-wrap:anywhere!important;word-break:break-word!important}.orderItemInfo small,.orderItemRow small{display:block!important;margin-top:5px!important;color:var(--muted-wine)!important;line-height:1.35!important}.orderItemPrice,.orderItemRow>div:last-child{text-align:right!important;flex:0 0 auto!important}.orderItemPrice span,.orderItemRow span{display:block!important;margin-bottom:4px!important;color:var(--muted-wine)!important;font-size:13px!important}.orderDetailsTotal{width:100%!important;margin-top:20px!important;padding:18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;border-radius:22px!important;background:linear-gradient(135deg,#e94f8b1a,#f2a07b1f)!important}.orderDetailsTotal span{color:var(--muted-wine)!important;font-weight:800!important}.orderDetailsTotal strong{color:var(--gold)!important;font-size:22px!important}.footer{width:100%;max-width:var(--content-max);margin:0 auto;padding:30px var(--page-padding);color:var(--soft);border-top:none!important}@media(max-width:1180px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.reviewsHero,.reviewsGrid{grid-template-columns:1fr}}@media(max-width:900px){:root{--hero-circle-size: clamp(260px, 56vw, 340px);--hero-video-zoom: 1.05}.hero,.detail,.checkout{grid-template-columns:1fr!important}.grid{grid-template-columns:1fr 1fr}.filters{grid-template-columns:1fr}.hero{padding-top:8px!important}.heroArt.videoHeroArt{margin-top:20px!important;margin-bottom:42px!important}.detail{gap:18px!important}.detailInfo{padding:24px 22px;border-radius:22px}.detailPhoto{aspect-ratio:1 / 1!important;padding:12px!important}.featuredGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.checkout{max-width:680px!important;gap:14px!important}.checkout form,.checkout aside{padding:22px!important;border-radius:24px!important}.page:has(.checkout){padding-top:22px!important;padding-bottom:34px!important}}@media(max-width:768px){.header{grid-template-columns:1fr!important;align-items:stretch;gap:10px;padding:14px 16px 10px!important}.brand{order:1;width:100%;max-width:none!important;justify-content:flex-start;padding:4px 0}.brand>span{font-size:30px}.brand b{font-size:14px;letter-spacing:.2em}.brand small{font-size:10px;letter-spacing:.26em}.headerActions,.mobileTopActions{order:2;width:100%;display:grid!important;grid-template-columns:minmax(0,1fr) 56px;gap:10px;align-items:center}.quoteMenu{width:100%;min-width:0}.quoteButton,.mobileQuoteButton{width:100%;min-height:46px;height:46px;padding:0 16px;border-radius:16px;font-size:14px;line-height:1;white-space:nowrap}.cartBtn,.mobileCartButton{width:56px!important;min-width:56px!important;height:46px;padding:0!important;border-radius:16px}.cartBtn span,.mobileCartButton span{display:none!important}.cartBtn i,.mobileCartButton i{top:-7px;right:-7px}.headerNav,nav{order:3;width:100%;justify-content:flex-start;gap:14px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:2px 0 4px;scrollbar-width:none;-ms-overflow-style:none}.headerNav::-webkit-scrollbar,nav::-webkit-scrollbar{display:none}.headerNav a,nav a{flex:0 0 auto;font-size:14px;padding:7px 4px}.quoteDropdown{top:calc(100% + 8px)!important;left:0!important;right:auto!important;width:min(320px,calc(100vw - 32px))!important;z-index:1300!important}.customOrderBanner{grid-template-columns:1fr;margin-top:-6px!important;padding:24px!important}.customOrderActions,.customOrderButton{width:100%}.customOrderButton{white-space:normal}}@media(max-width:620px){:root{--hero-circle-size: clamp(220px, 76vw, 300px);--hero-video-zoom: 1.08;--hero-video-position-x: 50%;--hero-video-position-y: 50%}.page,.catalog{padding-left:12px!important;padding-right:12px!important}.catalog{padding-top:28px!important}.catalog h2{margin-bottom:14px!important;font-size:30px!important;line-height:1.05!important}.filters{gap:8px!important;margin-bottom:14px!important}.search,.filters select{min-height:44px!important;height:44px!important;padding:0 13px!important;border-radius:14px!important}.search input{height:42px!important;min-height:42px!important;font-size:13px!important}.filters select{font-size:13px!important}.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.card{border-radius:16px!important;box-shadow:0 14px 34px #56233e29!important}.card:hover{transform:none!important}.photo,.catalogPhoto{height:145px!important;min-height:145px!important;border-radius:0!important}.photo img,.catalogPhoto img,.featuredPhoto img,.catalogProductVideo{object-fit:contain!important;padding:7px!important}.body{padding:9px!important}.productMeta{margin-bottom:6px!important;gap:5px!important}.productMeta small{max-width:100%!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.04em!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.productBadge{display:none!important}.catalogProductTitle,.card .body h3{min-height:32px!important;margin:0 0 6px!important;font-size:13px!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.card .body p{display:none!important}.row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-items:stretch!important}.row strong{font-size:14px!important;line-height:1.1!important}.row button{width:100%!important;min-height:34px!important;padding:8px 9px!important;border-radius:12px!important;font-size:12px!important}.catalogPhotoArrow{opacity:1!important;visibility:visible!important;pointer-events:auto!important;font-size:24px!important;color:#2b1421a3!important}.catalogPhotoArrowLeft{left:8px!important}.catalogPhotoArrowRight{right:8px!important}.catalogPhotoDots{bottom:7px!important;gap:4px!important;padding:4px 7px!important}.catalogPhotoDot{width:5px!important;height:5px!important;min-width:5px!important;min-height:5px!important}.catalogPhotoDot.active{width:14px!important}.hero h1{font-size:38px!important}.heroArt.videoHeroArt{margin-top:18px!important;margin-bottom:52px!important}.featured{padding:10px 12px 28px!important}.featuredHead{margin-bottom:14px!important}.featuredHead h2{font-size:28px!important;line-height:1.05!important}.featuredHead p:not(.tag){font-size:14px!important;line-height:1.5!important}.featuredGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.featuredCard{border-radius:16px!important}.featuredCard:hover{transform:none!important}.featuredPhoto{height:145px!important}.featuredPhoto span{top:8px!important;left:8px!important;padding:5px 7px!important;font-size:9px!important}.featuredBody{padding:9px!important;gap:8px!important}.featuredTitle h3{min-height:32px!important;font-size:13px!important;line-height:1.2!important}.featuredTitle strong{font-size:14px!important}.featuredActions{grid-template-columns:1fr!important;gap:7px!important}.featuredActions button{min-height:34px!important;padding:8px 9px!important;border-radius:12px!important;font-size:12px!important}.detailPhoto{aspect-ratio:1 / 1!important;padding:10px!important;border-radius:20px!important}.detailPhoto img,.detailPhoto video,.productDetailVideo{max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:16px!important}.productMediaThumbs{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.productMediaThumb{height:70px!important;border-radius:14px!important}.checkout{width:100%!important;max-width:430px!important;gap:12px!important}.page:has(.checkout){padding:18px 12px 28px!important}.checkout form,.checkout aside{padding:18px 14px!important;border-radius:22px!important}.checkout h1,.checkout h2{margin-bottom:10px!important;font-size:24px!important}.checkoutIntro{margin-bottom:14px!important;font-size:14px!important}.checkoutSteps{grid-template-columns:1fr!important;gap:8px!important;margin-bottom:16px!important}.checkoutStep{padding:10px!important;border-radius:16px!important}.form{grid-template-columns:1fr!important;gap:10px!important}.checkout input,.checkout select{min-height:44px!important;height:44px!important;padding:0 13px!important;border-radius:14px!important;font-size:13px!important}.checkout textarea{min-height:86px!important;padding:12px 13px!important;border-radius:14px!important;font-size:13px!important}.checkoutActions{grid-template-columns:1fr!important;gap:9px!important;margin-top:14px!important}.checkoutMainButton,.secondaryCheckoutButton{width:100%!important;min-height:44px!important;border-radius:14px!important;font-size:13px!important}.checkout aside p{font-size:13px!important}.checkoutNote,.checkoutTrust{padding:13px!important;border-radius:16px!important}.reviewSubmitSection{padding:20px}.reviewPreview{align-items:flex-start;flex-direction:column}.reviewsSummary strong{font-size:46px}.reviewCardFooter{align-items:flex-start;flex-direction:column}.reviewCardFooter button{width:100%}.page:has(.orderSuccess),.page:has(.success){padding:20px 12px 32px!important}.success,.orderSuccess{width:100%!important;max-width:430px!important;margin:18px auto!important;padding:24px 16px!important;border-radius:24px!important}.successActions{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.orderDetailsButton,.orderDetailsButtonVisible,.secondaryOrderButton{width:100%!important;min-height:44px!important;border-radius:14px!important}.orderDetailsBox{padding:18px 14px!important;border-radius:22px!important}.orderDetailsHeader{flex-direction:column!important;gap:10px!important}.orderDetailsGrid{grid-template-columns:1fr!important;gap:12px!important}.orderDetailsGrid article{padding:14px!important;border-radius:18px!important}.orderItemRow{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.orderItemPrice,.orderItemRow>div:last-child{width:100%!important;text-align:left!important}.orderDetailsTotal{flex-direction:column!important;align-items:flex-start!important}}@media(max-width:520px){.headerActions,.mobileTopActions{grid-template-columns:minmax(0,1fr) 52px}.quoteButton,.mobileQuoteButton{min-height:44px;height:44px;padding:0 14px;font-size:13px}.cartBtn,.mobileCartButton{width:52px!important;min-width:52px!important;height:44px}}@media(max-width:380px){:root{--hero-circle-size: clamp(200px, 72vw, 260px);--hero-video-zoom: 1.08}.heroArt.videoHeroArt{margin-bottom:58px!important}}.page:has(.orderSuccess),.page:has(.success){width:100%!important;min-height:auto!important;display:block!important;padding:24px var(--page-padding) 42px!important}.success,.orderSuccess{width:min(100%,980px)!important;max-width:980px!important;margin:24px auto!important;padding:clamp(22px,4vw,38px)!important;border-radius:30px!important;overflow:visible!important}.orderDetailsBox{width:100%!important;max-width:100%!important;overflow:visible!important}.orderDetailsGrid{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.orderDetailsGrid article,.orderItemInfo,.orderItemRow{min-width:0!important}.orderDetailsGrid p,.orderItemInfo strong,.orderItemInfo small{overflow-wrap:anywhere!important;word-break:break-word!important}@media(max-width:720px){.page:has(.orderSuccess),.page:has(.success){padding:18px 12px 32px!important}.success,.orderSuccess{width:100%!important;max-width:430px!important;margin:16px auto!important;padding:22px 16px!important;border-radius:24px!important}.successActions{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.successActions .primary,.secondaryOrderButton,.orderDetailsButton,.orderDetailsButtonVisible{width:100%!important;min-height:44px!important;border-radius:14px!important}.orderDetailsBox{padding:18px 14px!important;border-radius:22px!important}.orderDetailsHeader{flex-direction:column!important;gap:10px!important}.orderDetailsGrid{grid-template-columns:1fr!important;gap:12px!important}.orderItemRow{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.orderItemPrice,.orderItemRow>div:last-child{width:100%!important;text-align:left!important}.orderDetailsTotal{flex-direction:column!important;align-items:flex-start!important}}@media(max-width:620px){.drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100svh!important;max-height:100svh!important;z-index:9999!important;display:block!important;overflow:hidden!important;background:#fff8fbfa!important;transform:translate(105%)!important}.drawer.open{transform:translate(0)!important}.drawerHead{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10002!important;height:92px!important;padding:24px 22px 16px!important;background:#fff8fbfa!important;border-bottom:1px solid rgba(233,79,139,.14)!important}.items{position:fixed!important;top:92px!important;left:0!important;right:0!important;bottom:112px!important;z-index:10000!important;overflow-y:auto!important;overflow-x:hidden!important;padding:18px!important;display:grid!important;align-content:start!important;gap:12px!important;-webkit-overflow-scrolling:touch!important}.drawer footer{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:10003!important;min-height:112px!important;margin:0!important;padding:14px 18px calc(16px + env(safe-area-inset-bottom))!important;background:#fff8fbfc!important;border-top:1px solid rgba(233,79,139,.16)!important;box-shadow:0 -18px 38px #56233e24!important}.drawer footer p{margin:0 0 12px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;color:var(--wine)!important;font-size:16px!important}.drawer footer p strong{color:var(--gold)!important;font-size:21px!important}.drawer footer button,.drawer footer .primary{width:100%!important;min-height:50px!important;height:50px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:linear-gradient(135deg,#9b6df3,#e94f8b 52%,#f2a07b)!important;font-size:15px!important;font-weight:900!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}}.embeddedPaymentBox{width:100%;padding:18px;border:1px solid rgba(173,82,126,.14);border-radius:22px;background:#ffffffbd;box-shadow:0 18px 45px #2b142114}.checkoutProcessing{margin-top:16px;display:flex;align-items:center;gap:10px;color:var(--soft);font-weight:700}.checkoutSteps{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:760px){.embeddedPaymentBox{padding:12px;border-radius:18px}.checkoutSteps{grid-template-columns:1fr}}.pixPaymentBox{margin-top:18px;padding:18px;border-radius:22px;border:1px solid rgba(49,214,198,.28);background:#ffffffd1;box-shadow:0 18px 45px #2b142114}.pixPaymentHeader{display:flex;align-items:flex-start;gap:12px;color:var(--text)}.pixPaymentHeader svg{color:var(--aqua);flex:0 0 auto}.pixPaymentHeader strong{display:block;font-size:1rem}.pixPaymentHeader span{display:block;margin-top:4px;color:var(--soft);font-size:.92rem}.pixQrCode{margin:18px auto;width:min(260px,100%);padding:14px;border-radius:20px;background:#fff;border:1px solid rgba(173,82,126,.12)}.pixQrCode img{display:block;width:100%;height:auto}.pixCopyArea{display:block;margin-top:16px;color:var(--text);font-weight:700}.pixCopyArea textarea{margin-top:8px;width:100%;min-height:110px;resize:vertical;padding:14px;border-radius:16px;border:1px solid rgba(173,82,126,.18);background:#ffffffeb;color:var(--text);font-size:.9rem;line-height:1.45}.pixPaymentNote{margin-top:14px;color:var(--soft);font-size:.92rem;line-height:1.5}.embeddedPaymentBox,.pixPaymentBox{width:100%;max-width:100%;overflow:hidden}.embeddedPaymentBox{padding:clamp(12px,3vw,18px);border-radius:clamp(16px,4vw,22px)}.pixPaymentBox{margin-top:18px;padding:clamp(14px,4vw,22px);border-radius:clamp(18px,5vw,26px)}.pixPaymentHeader{display:flex;align-items:flex-start;gap:10px}.pixPaymentHeader>svg{flex:0 0 auto;margin-top:2px}.pixPaymentHeader strong{display:block;font-size:clamp(.98rem,3.8vw,1.08rem);line-height:1.2}.pixPaymentHeader span{display:block;margin-top:4px;font-size:clamp(.86rem,3.4vw,.95rem);line-height:1.45}.pixQrCode{width:min(270px,76vw);max-width:100%;margin:18px auto;padding:clamp(10px,3vw,14px);border-radius:clamp(16px,4vw,22px)}.pixQrCode img{display:block;width:100%;height:auto;max-width:240px;margin:0 auto}.pixCopyArea{display:block;width:100%;margin-top:14px;font-size:clamp(.9rem,3.4vw,1rem)}.pixCopyArea textarea{width:100%;max-width:100%;min-height:clamp(92px,26vw,125px);padding:clamp(12px,3.5vw,16px);border-radius:clamp(14px,4vw,18px);font-size:clamp(.78rem,3.1vw,.92rem);line-height:1.45;word-break:break-all;overflow-wrap:anywhere}.pixPaymentBox .checkoutActions{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.pixPaymentBox .checkoutActions button{width:100%;min-height:48px;justify-content:center;text-align:center;white-space:normal;line-height:1.2;padding-inline:16px}.pixPaymentNote{margin-top:14px;font-size:clamp(.84rem,3.3vw,.95rem);line-height:1.5}.checkoutTrust{max-width:100%;overflow-wrap:anywhere}.checkoutTrust strong,.checkoutTrust span{overflow-wrap:anywhere}.checkoutProcessing{flex-wrap:wrap;font-size:clamp(.9rem,3.5vw,1rem)}.success{width:min(100%,980px);margin-inline:auto;padding:clamp(26px,7vw,56px) clamp(18px,5vw,42px);border-radius:clamp(24px,6vw,34px)}.success h1{font-size:clamp(2rem,7vw,3rem);line-height:1.05;text-wrap:balance}.success p{max-width:560px;margin-inline:auto;font-size:clamp(.95rem,3.5vw,1.08rem);line-height:1.55}.success b{display:inline-flex;max-width:100%;overflow-wrap:anywhere;word-break:break-word;text-align:center}.success .primary,.success button.primary{width:auto;min-width:180px;justify-content:center}@media(max-width:900px){.checkout{grid-template-columns:1fr;gap:22px}.checkout aside{order:-1}.checkout form,.checkout aside{width:100%;max-width:100%}.checkoutSteps{grid-template-columns:1fr}}@media(max-width:640px){.page{padding-inline:clamp(12px,4vw,18px)}.checkout{gap:16px}.checkout form,.checkout aside{padding:clamp(16px,5vw,22px);border-radius:clamp(22px,6vw,28px)}.checkout h1{font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.checkoutIntro{font-size:clamp(.92rem,3.7vw,1rem);line-height:1.5}.embeddedPaymentBox{padding:10px}.pixPaymentBox .checkoutActions{grid-template-columns:1fr}.pixPaymentBox .checkoutActions button{min-height:50px;border-radius:999px}.pixQrCode{width:min(245px,72vw)}.pixQrCode img{max-width:215px}.pixCopyArea textarea{min-height:115px}.success{min-height:auto;padding-block:34px}.success svg{width:46px;height:46px}.success .primary,.success button.primary{width:100%;max-width:320px}}@media(max-width:380px){.checkout form,.checkout aside{padding-inline:14px}.pixQrCode{width:min(220px,70vw);padding:10px}.pixQrCode img{max-width:195px}.pixCopyArea textarea{font-size:.76rem;min-height:120px}.pixPaymentHeader{gap:8px}.success h1{font-size:1.85rem}}.checkout .form+.checkoutMainButton,.checkout label+.checkoutActions,.checkout .form+.checkoutActions{margin-top:24px}.checkoutMainButton{margin-top:10px}@media(min-width:901px){.checkout .form.single+.checkoutMainButton{margin-top:26px}.checkoutActions{margin-top:26px}}@media(max-width:640px){.checkout .form.single+.checkoutMainButton{margin-top:20px}.checkoutActions{margin-top:20px}}@media(max-width:768px){input,select,textarea,button{font-size:16px}.checkout input,.checkout select,.checkout textarea,.reviewSubmitForm input,.reviewSubmitForm select,.reviewSubmitForm textarea{font-size:16px!important}.checkout input::placeholder,.reviewSubmitForm input::placeholder{font-size:16px}}.authPage,.accountPage{min-height:70vh}.authShell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:clamp(22px,4vw,48px);align-items:start}.authIntro,.accountHero,.accountCard,.authCard{background:linear-gradient(180deg,var(--panel),var(--panel-soft))!important;border:1px solid var(--border-soft)!important;border-radius:28px;box-shadow:var(--shadow-card);color:var(--text)}.authIntro{padding:clamp(24px,4vw,42px);position:sticky;top:100px}.authIntro h1,.accountHero h1{margin:8px 0 12px;color:var(--wine)!important;font-size:clamp(32px,4vw,48px);line-height:1.05}.authIntro p,.accountHero p{color:var(--muted-wine)!important;line-height:1.65}.authBenefits{display:grid;gap:10px;margin-top:24px}.authBenefits span{display:flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:999px;background:#e94f8b14;color:var(--wine);border:1px solid rgba(233,79,139,.12);font-weight:900}.authCard,.accountCard{padding:clamp(20px,4vw,34px)}.authCard h2,.accountCard h2{margin:18px 0 14px;color:var(--wine)!important;font-size:1.1rem}.authTabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;margin-bottom:20px;border-radius:999px;background:#e94f8b14}.authTabs button{border:0;min-height:42px;border-radius:999px;background:transparent;color:var(--soft);font-weight:900;cursor:pointer}.authTabs button.active{background:var(--gradient-main);color:#fff;box-shadow:0 12px 28px #e94f8b38}.authSubmit{width:100%;margin-top:18px}.authMessage{margin-top:14px;padding:12px 14px;border-radius:18px;background:#31d6c61a;border:1px solid rgba(49,214,198,.2);color:var(--wine);font-weight:800}.accountHero{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:clamp(22px,4vw,38px);margin-bottom:24px}.accountGrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start}.accountSide{display:grid;gap:20px}.orderList{display:grid;gap:12px}.orderMiniCard{display:grid;gap:8px;padding:14px;border-radius:20px;background:#fff6fad9;border:1px solid rgba(173,82,126,.12)}.orderMiniCard div{display:flex;justify-content:space-between;gap:12px}.orderMiniCard strong{color:var(--wine)}.orderMiniCard small{color:var(--soft)}.orderMiniCard span{width:fit-content;padding:7px 10px;border-radius:999px;background:#e94f8b1a;color:#9b315f;font-size:.82rem;font-weight:900}.orderMiniCard b{color:var(--gold)}.softEmpty{padding:18px;border-radius:20px;background:#fff6fab8}.checkout{align-items:start!important}@media(max-width:900px){.checkout aside{order:initial!important}}.embeddedPaymentBox{width:100%!important;max-width:100%!important;margin-top:16px!important;padding:clamp(12px,2.8vw,18px)!important;overflow:visible!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(20,20,20,.1)!important;box-shadow:0 14px 34px #2b142114,0 0 0 1px #ffffffb3 inset!important}.embeddedPaymentBox iframe,.embeddedPaymentBox div,.embeddedPaymentBox section{max-width:100%!important}.embeddedPaymentBox input,.embeddedPaymentBox select,.embeddedPaymentBox textarea,.embeddedPaymentBox button{font-family:Arial,Helvetica,sans-serif!important}.checkout form h1{letter-spacing:-.02em}.checkoutIntro{color:#5f4b58!important}.checkoutPaymentTrust{margin:12px 0 16px;padding:12px 14px;display:flex;align-items:flex-start;gap:10px;border-radius:16px;background:#31d6c614;border:1px solid rgba(49,214,198,.18);color:var(--wine)}.checkoutPaymentTrust svg{color:var(--aqua);flex:0 0 auto;margin-top:1px}.checkoutPaymentTrust strong{display:block;margin-bottom:2px;color:var(--wine);font-size:13px;font-weight:900}.checkoutPaymentTrust span{display:block;color:var(--muted-wine);font-size:13px;line-height:1.45}.pixPaymentBox{margin-top:18px!important;padding:clamp(16px,4vw,22px)!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(49,214,198,.24)!important;box-shadow:0 16px 36px #2b142114!important;overflow:visible!important}.pixPaymentHeader{align-items:flex-start!important}.pixPaymentHeader strong{color:var(--wine)!important}.pixPaymentHeader span{color:var(--muted-wine)!important}.pixQrCode{background:#fff!important;border:1px solid rgba(20,20,20,.1)!important;box-shadow:0 12px 28px #2b142114!important}.pixCopyArea textarea{background:#fff!important;border:1px solid rgba(20,20,20,.12)!important;color:#222!important;box-shadow:none!important}.pixPaymentBox .checkoutActions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.pixPaymentBox .checkoutActions button{width:100%!important;min-height:48px!important;justify-content:center!important;text-align:center!important;white-space:normal!important;line-height:1.2!important}.checkout aside{position:sticky;top:18px}.checkout aside h2{font-size:clamp(22px,2.5vw,30px)!important}.checkout aside hr{border:0;height:1px;background:#ad527e24;margin:16px 0}.checkoutSteps{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media(max-width:760px){.checkoutSteps{grid-template-columns:1fr!important}}@media(max-width:900px){.checkout aside{position:static!important}}@media(max-width:640px){.checkout{width:100%!important;max-width:430px!important;gap:14px!important}.checkout form,.checkout aside{padding:18px 14px!important;border-radius:22px!important}.embeddedPaymentBox{padding:10px!important;border-radius:16px!important;background:#fff!important}.pixPaymentBox .checkoutActions{grid-template-columns:1fr!important}.pixPaymentBox .checkoutActions button{min-height:50px!important;border-radius:16px!important}.pixQrCode{width:min(245px,72vw)!important}.pixQrCode img{max-width:215px!important}.checkoutPaymentTrust{border-radius:14px}}@media(max-width:768px){input,select,textarea,button,.checkout input,.checkout select,.checkout textarea,.authCard input,.authCard select,.authCard textarea,.accountCard input,.accountCard select,.accountCard textarea,.reviewSubmitForm input,.reviewSubmitForm select,.reviewSubmitForm textarea{font-size:16px!important}}@media(max-width:900px){.authShell,.accountGrid{grid-template-columns:1fr}.authIntro{position:static}.accountHero{align-items:flex-start;flex-direction:column}.accountHero button{width:100%;justify-content:center}}@media(max-width:560px){.authTabs{border-radius:18px}.authTabs button{border-radius:14px;font-size:.86rem}.authBenefits span{border-radius:18px}.orderMiniCard div{flex-direction:column;gap:4px}}.checkoutSummaryItems{display:grid;gap:12px;margin-bottom:16px}.checkoutSummaryItem{display:grid;gap:12px;padding:12px;border-radius:18px;background:#ffffff9e;border:1px solid rgba(173,82,126,.14);box-shadow:0 10px 24px #56233e14}.checkoutSummaryInfo{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;min-width:0}.checkoutSummaryInfo img,.checkoutSummaryInfo>span{width:58px;height:58px;display:grid;place-items:center;object-fit:contain;padding:5px;border-radius:14px;background:#fff8fbe6;border:1px solid rgba(233,79,139,.12)}.checkoutSummaryInfo small{display:block;margin-top:4px;color:var(--muted-wine);font-size:12px;line-height:1.35}.checkoutSummaryBottom b{color:var(--gold)!important;font-size:16px;white-space:nowrap}.checkoutQtyControl{display:inline-flex;align-items:center;gap:7px;padding:5px;border-radius:999px;background:#fff8fbe6;border:1px solid rgba(173,82,126,.14)}.checkoutQtyControl button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:none;border-radius:999px;color:var(--wine);background:#ffffffdb;box-shadow:0 8px 18px #56233e1a}.checkoutQtyControl button:hover{transform:translateY(-1px)}.checkoutQtyControl span{min-width:20px;color:var(--wine);font-size:14px;font-weight:900;text-align:center}.checkoutQtyControl .checkoutRemoveItem{color:#9b315f;background:#e94f8b1a}.checkoutQtyLocked{color:var(--muted-wine);font-weight:900}@media(max-width:640px){.checkoutSummaryItem{padding:10px;border-radius:16px}.checkoutSummaryInfo{grid-template-columns:52px 1fr;gap:10px}.checkoutSummaryInfo img,.checkoutSummaryInfo>span{width:52px;height:52px;border-radius:13px}.checkoutSummaryBottom{align-items:stretch;flex-direction:column}.checkoutQtyControl{width:100%;justify-content:space-between}.checkoutQtyControl button{width:34px;height:34px}.checkoutSummaryBottom b{text-align:right;font-size:17px}}.checkoutSummaryItems{display:grid;gap:12px;margin:12px 0 18px}.checkoutSummaryItem{display:grid;gap:12px;padding:12px;border:1px solid var(--border-soft);border-radius:18px;background:#ffffff9e;box-shadow:0 10px 24px #56233e14}.checkoutSummaryInfo{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;min-width:0}.checkoutSummaryInfo img,.checkoutSummaryInfo>span{width:56px;height:56px;display:grid;place-items:center;object-fit:cover;border-radius:14px;background:#fffc;border:1px solid rgba(173,82,126,.12)}.checkoutSummaryInfo strong{display:block;color:var(--wine);font-size:14px;line-height:1.25;overflow-wrap:anywhere}.checkoutSummaryInfo small{display:block;margin-top:4px;color:var(--muted-wine);font-size:12px;line-height:1.3}.checkoutSummaryBottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkoutSummaryBottom b{color:var(--wine);font-size:14px;white-space:nowrap}.checkoutQtyControl{display:inline-flex;align-items:center;gap:7px;padding:6px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(173,82,126,.14)}.checkoutQtyControl button{width:30px;height:30px;min-width:30px;padding:0;display:grid;place-items:center;color:var(--wine);background:#ffffffdb;border:1px solid rgba(173,82,126,.14);border-radius:999px;box-shadow:none}.checkoutQtyControl span{min-width:22px;text-align:center;color:var(--wine);font-size:13px;font-weight:900}.checkoutRemoveItem{color:#9b315f!important;background:#e94f8b14!important}.checkoutQtyLocked{padding:7px 10px;border-radius:999px;color:var(--muted-wine);background:#ffffff9e;border:1px solid rgba(173,82,126,.12);font-size:13px;font-weight:900}.checkoutPaymentTrust{margin-bottom:16px;padding:14px;display:flex;align-items:flex-start;gap:10px;border-radius:18px;background:#31d6c614;border:1px solid rgba(49,214,198,.22)}.checkoutPaymentTrust svg{color:var(--aqua);flex:0 0 auto;margin-top:2px}.checkoutPaymentTrust strong{display:block;color:var(--wine);font-size:13px;font-weight:900}.checkoutPaymentTrust span{display:block;margin-top:4px;color:var(--muted-wine);font-size:13px;line-height:1.45}@media(max-width:620px){.checkoutSummaryItem{padding:11px;border-radius:16px}.checkoutSummaryInfo{grid-template-columns:50px 1fr;gap:9px}.checkoutSummaryInfo img,.checkoutSummaryInfo>span{width:50px;height:50px;border-radius:13px}.checkoutSummaryBottom{align-items:stretch;flex-direction:column;gap:10px}.checkoutSummaryBottom b{text-align:left;font-size:15px}.checkoutQtyControl{width:100%;justify-content:space-between;border-radius:14px}.checkoutQtyControl button{width:34px;height:34px;min-width:34px}.checkoutPaymentTrust{border-radius:16px;padding:13px}}.orderMiniCardButton{width:100%;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.orderMiniCardButton:hover{transform:translateY(-2px);border-color:#e94f8b42!important;box-shadow:0 16px 34px #56233e24!important}.customerOrderDetails{margin-top:24px;padding:clamp(18px,4vw,28px);border-radius:28px;background:linear-gradient(180deg,var(--panel),var(--panel-soft));border:1px solid var(--border-soft);box-shadow:var(--shadow-card)}@media(max-width:720px){.customerOrderDetails{padding:18px 14px;border-radius:22px}.customerOrderDetailsHeader{flex-direction:column}.customerOrderDetailsHeader .secondaryCheckoutButton{width:100%}.customerOrderDetailsGrid{grid-template-columns:1fr}.customerOrderItem{grid-template-columns:58px minmax(0,1fr);align-items:start}.customerOrderItem>div{width:58px;height:58px}.customerOrderItem b{grid-column:1 / -1;text-align:left}}.customerOrderModalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;padding:22px;display:flex;align-items:center;justify-content:center;background:#2b142161;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.customerOrderDetailsModal{width:min(980px,100%);max-height:min(860px,calc(100vh - 44px));overflow-y:auto;padding:clamp(18px,4vw,28px);border-radius:28px;background:linear-gradient(180deg,var(--panel),var(--panel-soft));border:1px solid var(--border-soft);box-shadow:0 28px 90px #2b142147;-webkit-overflow-scrolling:touch}.customerOrderDetailsHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.customerOrderDetailsHeader h2{margin:8px 0;color:var(--wine);font-size:clamp(24px,4vw,34px);line-height:1.1}.customerOrderDetailsHeader span{display:inline-flex;padding:8px 12px;border-radius:999px;color:#17694f;background:#27d69f24;font-size:13px;font-weight:900}.customerOrderDetailsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:22px}.customerOrderDetailsGrid article{min-width:0;padding:18px;border-radius:22px;background:#ffffffa3;border:1px solid var(--border-soft)}.customerOrderDetailsGrid h3,.customerOrderItems h3{margin:0 0 12px;color:var(--wine);font-size:18px}.customerOrderDetailsGrid p{margin:8px 0;color:var(--muted-wine);line-height:1.5;overflow-wrap:anywhere}.customerOrderDetailsGrid strong{color:var(--wine)}.customerOrderItems{display:grid;gap:12px}.customerOrderItem{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border-radius:20px;background:#ffffffad;border:1px solid var(--border-soft)}.customerOrderItem>div{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:#fff8fbf0;border:1px solid rgba(233,79,139,.12)}.customerOrderItem img{width:100%;height:100%;object-fit:cover}.customerOrderItem section{min-width:0;display:grid;gap:4px}.customerOrderItem strong{color:var(--wine);overflow-wrap:anywhere}.customerOrderItem small{color:var(--muted-wine)}.customerOrderItem b{color:var(--gold);white-space:nowrap}@media(max-width:720px){.customerOrderModalOverlay{align-items:flex-end;padding:10px}.customerOrderDetailsModal{width:100%;max-height:calc(100svh - 20px);padding:18px 14px;border-radius:24px 24px 18px 18px}.customerOrderDetailsHeader{flex-direction:column}.customerOrderDetailsHeader .secondaryCheckoutButton{width:100%}.customerOrderDetailsGrid{grid-template-columns:1fr}.customerOrderItem{grid-template-columns:58px minmax(0,1fr);align-items:start}.customerOrderItem>div{width:58px;height:58px}.customerOrderItem b{grid-column:1 / -1;text-align:left}}.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,380px);gap:24px;align-items:start}.checkout>form,.checkout>aside{min-width:0}.checkout.checkoutPaymentLayout{grid-template-columns:minmax(0,1.35fr) minmax(320px,380px);align-items:start}.checkout.checkoutPaymentLayout>form{min-width:0;overflow:visible}.embeddedPaymentBox{width:100%;min-width:0;overflow:visible;padding:18px;border-radius:24px;background:#ffffffeb;border:1px solid rgba(173,82,126,.14);box-shadow:0 18px 45px #ad527e1a,0 2px 10px #2b14210a}.embeddedPaymentBox *{box-sizing:border-box}.embeddedPaymentBox>div{width:100%!important;max-width:100%!important;min-width:0!important}.embeddedPaymentBox iframe{width:100%!important;max-width:100%!important;border:0;display:block}.checkoutPaymentTrust{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;margin-bottom:16px;border-radius:20px;background:#ffffffd1;border:1px solid rgba(173,82,126,.14)}.checkoutPaymentTrust strong{display:block;margin-bottom:4px}.checkoutPaymentTrust span{display:block;line-height:1.55;color:#6c5564}@media(max-width:1180px){.checkout,.checkout.checkoutPaymentLayout{grid-template-columns:1fr}.checkout>aside{order:2}.checkout>form{order:1}}@media(max-width:768px){.embeddedPaymentBox{padding:14px;border-radius:20px}.checkoutPaymentTrust{padding:14px 16px;border-radius:18px}}.checkout.checkoutPaymentLayout{display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(320px,380px)!important;gap:28px!important;align-items:flex-start!important;overflow:visible!important}.checkout.checkoutPaymentLayout>form,.checkout.checkoutPaymentLayout>aside{min-width:0!important;overflow:visible!important}.checkout.checkoutPaymentLayout>form{width:100%!important;max-width:100%!important}.embeddedPaymentBox{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;padding:24px!important;border-radius:28px!important;background:#fffffff5!important;border:1px solid rgba(173,82,126,.16)!important;box-shadow:0 22px 55px #ad527e1f,0 2px 12px #2b14210d!important}.embeddedPaymentBox,.embeddedPaymentBox *,.embeddedPaymentBox iframe,.embeddedPaymentBox div,.embeddedPaymentBox section,.embeddedPaymentBox form{box-sizing:border-box!important}.embeddedPaymentBox>div,.embeddedPaymentBox iframe{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important}.embeddedPaymentBox input,.embeddedPaymentBox select,.embeddedPaymentBox textarea,.embeddedPaymentBox button{max-width:100%!important;min-width:0!important}.checkoutPaymentTrust{width:100%!important;overflow:visible!important;margin-bottom:18px!important}@media(max-width:1280px){.checkout.checkoutPaymentLayout{grid-template-columns:1fr!important}.checkout.checkoutPaymentLayout>aside{order:2!important}.checkout.checkoutPaymentLayout>form{order:1!important}}@media(max-width:768px){.checkout.checkoutPaymentLayout{gap:18px!important}.embeddedPaymentBox{padding:16px!important;border-radius:22px!important}}.productCardPriceRow{margin-bottom:10px}.productCardActions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px}.productBuyButton{min-height:42px;border:0;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--pink),var(--purple));box-shadow:0 14px 28px #7e3a5e2e}.shareProductButton{min-height:42px;border:1px solid rgba(233,79,139,.22);border-radius:999px;padding:10px 14px;background:#ffffffc7;color:#7b3457;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:850;cursor:pointer;box-shadow:0 10px 24px #7e3a5e14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.shareProductButton:hover{transform:translateY(-1px);border-color:#e94f8b6b;background:#fff7fb;color:#e94f8b;box-shadow:0 14px 30px #7e3a5e1f}.shareProductButton.copied{border-color:#27d69f57;background:#27d69f1a;color:#168665}.detailShareButton{width:100%;margin-top:10px}@media(min-width:720px){.productCardActions{grid-template-columns:1fr auto;align-items:center}.shareProductButton{min-width:142px}}@media(max-width:640px){.productBuyButton,.shareProductButton{width:100%;min-height:44px}}@media(max-width:720px){.deliveryOptionsBox{padding:14px;border-radius:18px}.deliveryOption{padding:13px;border-radius:16px}.deliveryOption strong{font-size:.95rem}.deliveryOption span{font-size:.86rem}}.deliveryOptionsBox{display:grid;gap:12px;margin:18px 0 22px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#7c3aed14,#ec48990f);border:1px solid rgba(124,58,237,.16);box-shadow:0 16px 36px #1f143a14}.deliveryOptionsBox h2{margin:0 0 4px;font-size:1.08rem;color:#281443}.deliveryOption{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px;border-radius:18px;border:1px solid rgba(124,58,237,.18);background:#ffffffe0;cursor:pointer;transition:.2s ease}.deliveryOption:hover{transform:translateY(-1px);border-color:#7c3aed61;box-shadow:0 10px 26px #1f143a14}.deliveryOption.active{border-color:#7c3aed;background:#fff;box-shadow:0 12px 30px #7c3aed24}.deliveryOption input{width:auto;min-width:18px;height:18px;margin-top:4px;accent-color:#7c3aed}.deliveryOption div{display:grid;gap:4px}.deliveryOption strong{color:#24113f;font-size:.98rem}.deliveryOption span{color:#6b6178;font-size:.9rem;line-height:1.35}.pickupNoticeBox{margin:14px 0 18px;padding:14px;border-radius:18px;background:#10b98114;border:1px solid rgba(16,185,129,.18);color:#315047;font-size:.92rem;line-height:1.45}.checkoutTotalFinal{padding-top:12px!important;margin-top:8px!important;border-top:1px solid rgba(124,58,237,.18)}.checkoutTotalFinal span,.checkoutTotalFinal b{font-size:1.08rem}.checkoutTotalFinal b{color:#7c3aed}.checkout .deliveryOption input[type=radio]{width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;min-height:22px!important;margin:3px 0 0!important;padding:0!important;border-radius:50%!important;flex:0 0 22px!important;box-shadow:none!important;accent-color:#7c3aed}.checkout .deliveryOption{display:grid;grid-template-columns:28px 1fr;align-items:flex-start}.checkout .deliveryOption div{min-width:0}.checkout .deliveryOption span{display:block}@media(max-width:640px){.checkout .deliveryOptionsBox{padding:14px;gap:10px}.checkout .deliveryOptionsBox h2{font-size:1.35rem}.checkout .deliveryOption{grid-template-columns:24px 1fr;gap:10px;padding:13px;border-radius:16px}.checkout .deliveryOption input[type=radio]{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;flex:0 0 20px!important}.checkout .deliveryOption strong{font-size:.95rem}.checkout .deliveryOption span{font-size:.86rem;line-height:1.35}}@media(max-width:420px){.checkout .deliveryOptionsBox h2{font-size:1.2rem}.checkout .deliveryOption{grid-template-columns:22px 1fr;padding:12px}.checkout .deliveryOption input[type=radio]{width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;flex:0 0 18px!important}.checkout .deliveryOption strong{font-size:.92rem}.checkout .deliveryOption span{font-size:.82rem}}.checkoutCouponBox{display:grid;gap:8px;margin:12px 0 14px;padding:14px;border-radius:18px;background:linear-gradient(135deg,#7c3aed14,#ec48990f);border:1px solid rgba(124,58,237,.16)}.checkoutCouponBox label{display:grid;gap:8px;color:#32103d;font-size:.92rem;font-weight:800}.checkoutCouponInput input{width:100%;min-width:0;height:44px;padding:0 14px;border-radius:14px;border:1px solid rgba(124,58,237,.18);background:#ffffffe6;color:#24113f;font-size:.95rem;outline:none}.checkoutCouponInput input:focus{border-color:#7c3aed6b;box-shadow:0 0 0 4px #7c3aed14}.checkoutCouponInput button{height:44px;min-width:92px;padding:0 16px;border:0;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;font-size:.9rem;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #7c3aed2e}.checkoutCouponInput button:hover{transform:translateY(-1px)}.checkoutCouponBox>span{display:block;padding:8px 10px;border-radius:12px;background:#ffffff94;color:#6b4a74;font-size:.82rem;line-height:1.35}.checkoutTotalFinal{padding-top:12px;margin-top:8px;border-top:1px solid rgba(124,58,237,.18)}.checkoutCouponBox{display:grid;gap:8px;margin:12px 0 14px;padding:14px;border-radius:18px;background:#ffffff9e;border:1px solid rgba(255,128,145,.28);box-shadow:0 14px 30px #782b530f}.checkoutCouponBox label{display:grid;gap:8px;color:#2b1025;font-size:.92rem;font-weight:800}.checkoutCouponInput{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.checkoutCouponInput input{width:100%;min-width:0;height:44px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,128,145,.28);background:#ffffffeb;color:#2b1025;font-size:.95rem;outline:none}.checkoutCouponInput input:focus{border-color:#ff70708c;box-shadow:0 0 0 4px #ff70701a}.checkoutCouponInput button{height:44px;min-width:92px;padding:0 16px;border:0;border-radius:14px;background:linear-gradient(135deg,#b85cff,#ff4fa3 48%,#ff8a6b);color:#fff;font-size:.9rem;font-weight:900;cursor:pointer;box-shadow:0 12px 24px #ff4f8e38}.checkoutCouponInput button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #ff4f8e47}.checkoutCouponInput button:disabled{cursor:not-allowed;opacity:.65;transform:none}.checkoutCouponBox>span{display:block;padding:8px 10px;border-radius:12px;background:#ffffffb3;color:#7c5366;font-size:.82rem;line-height:1.35}.checkoutTotalFinal{padding-top:12px;margin-top:8px;border-top:1px solid rgba(255,128,145,.24)}@media(max-width:520px){.checkoutCouponInput{grid-template-columns:1fr}.checkoutCouponInput button{width:100%}}.forgotPasswordButton{width:fit-content;margin:12px auto 0;padding:0;display:block;border:0;background:transparent;color:#7b5a70;font-size:.86rem;font-weight:700;cursor:pointer;opacity:.82;transition:opacity .2s ease,color .2s ease,transform .2s ease}.forgotPasswordButton:hover{color:#ec5f90;opacity:1;transform:translateY(-1px)}.forgotPasswordButton:disabled{opacity:.5;cursor:not-allowed}
