﻿*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;background:#f4f4ef;color:#151515;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #507d00;outline-offset:5px}

.announcement{background:#dfff00;padding:11px 4%;font-size:12px;font-weight:800;letter-spacing:1.2px;display:flex;justify-content:space-between}
header{height:104px;background:#080808;color:white;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #333}
.brand{display:block;width:100px;height:90px;overflow:hidden}
.brand img{width:100%;height:100%;object-fit:cover;transform:scale(1.3)}
nav{display:flex;gap:35px;font-size:14px}
.header-cta{font-size:13px;letter-spacing:1px;border-bottom:1px solid #dfff00;padding:10px 0;transition:transform .2s ease,color .2s ease}
.header-cta:hover{color:#dfff00;transform:translateX(3px)}
html[dir=rtl] .header-cta:hover{transform:translateX(-3px)}

.hero{display:grid;grid-template-columns:1fr 1fr;background:#080808;color:white;min-height:670px}
.hero-copy{padding:65px 8% 40px}
.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 26px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,5.5vw,84px);font-weight:900;letter-spacing:-3.5px;line-height:1.02;margin-bottom:28px}
h1 span{color:#dfff00}
.intro{color:#bdbdbd;font-size:17px;line-height:1.65;margin-bottom:32px}

.button{border:0;padding:19px 23px;display:flex;justify-content:space-between;gap:40px;align-items:center;font-size:14px;font-weight:800;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s cubic-bezier(0.16,1,0.3,1),box-shadow .2s ease,background .2s ease}
.button span{display:inline-block;transition:transform .25s cubic-bezier(0.16,1,0.3,1)}
.button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.25)}
.button:hover span{transform:translate(4px,-4px)}
html[dir=rtl] .button:hover span{transform:translate(-4px,-4px)}
.button:active{transform:translateY(1px) scale(0.98)}
.button.is-copied{background:#507d00!important;color:#fff!important}
.lime{background:#dfff00;color:#101010}
.hero .button{max-width:335px}
.hero-meta{display:flex;align-items:center;gap:25px;margin-top:40px}
.hero-meta strong{font-size:32px}
.hero-meta>span{color:#aaa;border-left:1px solid #444;padding-left:25px;font-size:13px;line-height:1.6}
.hero-art{position:relative;min-width:0;background:#dedbd2;overflow:hidden;perspective:1000px}
.hero-art>img{width:100%;height:100%;max-height:720px;object-fit:cover;object-position:center;transition:transform .25s ease-out;will-change:transform}
.art-label{position:absolute;bottom:20px;left:25px;right:25px;background:#080808;color:white;padding:16px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.5px;transition:transform .3s cubic-bezier(0.16,1,0.3,1),box-shadow .3s ease}
.hero-art:hover .art-label{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.4)}
.art-label span{color:#dfff00}

/* Ticker with Infinite Smooth Marquee */
.ticker{white-space:nowrap;overflow:hidden;background:#dfff00;padding:18px 0;font-size:22px;font-weight:900;letter-spacing:-.5px;display:flex;user-select:none;position:relative}
.ticker-track{display:flex;align-items:center;white-space:nowrap;width:max-content;animation:tickerScroll 26s linear infinite;will-change:transform}
.ticker-track span{margin:0 28px}
.ticker:hover .ticker-track{animation-play-state:paused}
@keyframes tickerScroll{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}
html[dir=rtl] .ticker-track{animation:tickerScrollRtl 26s linear infinite}
@keyframes tickerScrollRtl{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(50%,0,0)}
}

.collection{padding:80px 4%}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}
.section-heading .eyebrow{margin-bottom:15px}
h2{font-size:clamp(30px,3.3vw,48px);letter-spacing:-1.8px;line-height:1.08;margin-bottom:0}
.section-heading>p{font-size:14px;line-height:1.8;margin:0}
.section-heading>p span{color:#686868}

/* Interactive Filter Bar */
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.filter-btn{background:transparent;border:1px solid #151515;color:#151515;padding:10px 18px;font-size:13px;font-weight:800;letter-spacing:0.8px;cursor:pointer;transition:all .25s cubic-bezier(0.16,1,0.3,1);position:relative}
.filter-btn:hover{background:#151515;color:#fff;transform:translateY(-2px)}
.filter-btn.active{background:#151515;color:#dfff00;border-color:#151515;box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.filter-btn:active{transform:translateY(0) scale(0.98)}
html[dir=rtl] .filter-btn{letter-spacing:0}

/* Product Cards & 3D Interactive Polish */
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product{position:relative;transition:transform .3s cubic-bezier(0.16,1,0.3,1),box-shadow .3s ease;will-change:transform}
.product img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.16,1,0.3,1)}
.product-image{overflow:hidden;display:block;position:relative;border:0;padding:0;cursor:pointer;width:100%;background:#dedbd2}
.product-image:hover img{transform:scale(1.045)}
.product-image .quick-view-badge{position:absolute;bottom:0;left:0;right:0;background:#151515;color:#dfff00;font-size:12px;font-weight:800;letter-spacing:1px;padding:12px;text-align:center;transform:translateY(100%);transition:transform .3s cubic-bezier(0.16,1,0.3,1);pointer-events:none}
.product-image:hover .quick-view-badge{transform:translateY(0)}
.product-index{position:absolute;top:12px;left:12px;background:#f4f4ef;padding:6px 9px;font-size:12px;font-weight:700;z-index:2}
.product h3{font-size:18px;letter-spacing:-.4px;margin:19px 0 6px}
.product-description{font-size:13px;color:#636363;margin-bottom:15px}
.product-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #c9c9c3;padding-top:15px}
.product-bottom strong{font-size:18px}
.product-bottom button{border:0;background:none;padding:8px 0;font-size:13px;font-weight:700;cursor:pointer;transition:color .2s ease,transform .2s ease}
.product-bottom button:hover{color:#507d00;transform:translateX(3px)}
html[dir=rtl] .product-bottom button:hover{transform:translateX(-3px)}

.story{background:#dfff00;padding:65px 6%}
.story h2{font-size:clamp(35px,5.7vw,80px);max-width:1050px}
.story-bottom{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-top:35px}
.story-bottom p{font-size:17px;line-height:1.6;max-width:520px;margin:0}
.story-bottom strong{font-size:clamp(22px,3vw,42px);letter-spacing:-1.5px}

.shipping{display:grid;grid-template-columns:repeat(3,1fr);padding:65px 4%;gap:50px}
.shipping>div+div{border-left:1px solid #ccc;padding-left:40px}
.shipping span{font-size:12px;letter-spacing:1px}
.shipping h3{font-size:35px;margin:20px 0 14px;letter-spacing:-1px}
.shipping p{font-size:15px;line-height:1.7;color:#626262;margin:0}

footer{display:flex;justify-content:space-between;align-items:center;padding:25px 4%;background:#080808;color:white}
footer p{margin:0;font-size:14px;color:#aaa}
footer>span{font-size:12px;color:#aaa}

dialog{width:min(900px,94vw);max-height:90vh;border:0;padding:35px;background:#f4f4ef}
dialog::backdrop{background:rgba(0,0,0,0.75);backdrop-filter:blur(4px)}
.close{display:block;margin-left:auto;border:0;background:none;font-size:30px;cursor:pointer;transition:transform .2s ease}
.close:hover{transform:rotate(90deg)}
.order-content{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.order-content>img{width:100%;align-self:start;background:#dedbd2}
.order-content h2{font-size:30px;margin-bottom:15px}
.order-content p{font-size:14px;line-height:1.5}
.order-content .price{font-size:24px;font-weight:700;margin-bottom:8px}
fieldset{border:0;padding:0;margin:25px 0 20px}
legend,label{font-size:14px;font-weight:700;margin-bottom:10px;display:block}
#sizes{display:flex;gap:7px;flex-wrap:wrap}
#sizes label{padding:10px;border:1px solid #999;cursor:pointer;min-width:44px;text-align:center;transition:all .15s ease}
#sizes label:hover{border-color:#151515}
#sizes label:has(input:checked){background:#151515;color:#fff}
#sizes input{position:absolute;opacity:0;width:1px}
#sizes label:has(input:focus-visible){outline:3px solid #507d00}

/* Interactive Stepper */
.qty-stepper{display:flex;align-items:center;width:max-content;border:1px solid #aaa;background:#fff;margin-bottom:10px}
.qty-btn{background:transparent;border:0;color:#151515;font-size:18px;font-weight:900;width:38px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease;user-select:none}
.qty-btn:hover{background:#151515;color:#dfff00}
.qty-btn:active{background:#333}
.qty-stepper input#quantity{border:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;width:52px;height:40px;padding:0;margin:0;font-size:16px;font-weight:700;-moz-appearance:textfield}
.qty-stepper input#quantity::-webkit-inner-spin-button,.qty-stepper input#quantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
#subtotal{margin:12px 0 20px;font-weight:700;transition:transform .2s ease}
.price-pop{animation:pricePulse .35s cubic-bezier(0.16,1,0.3,1)}
@keyframes pricePulse{
  0%{transform:scale(1)}
  50%{transform:scale(1.05);color:#507d00}
  100%{transform:scale(1)}
}

textarea{width:100%;resize:vertical;padding:12px;font-size:14px;line-height:1.5;border:1px solid #aaa}
#copy{width:100%;margin-top:12px}
.order-note{color:#666;font-size:13px!important;margin-top:15px}
#feedback{font-weight:700}

#language{background:transparent;border:1px solid #666;color:white;cursor:pointer;padding:10px 14px;font-size:14px;transition:border-color .2s ease,color .2s ease}
#language:hover{border-color:#dfff00;color:#dfff00}
html[dir=rtl] body{font-family:Tahoma,Arial,sans-serif}
html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3{letter-spacing:0;line-height:1.4}
html[dir=rtl] .eyebrow{letter-spacing:0}
html[dir=rtl] .hero-meta>span{border-left:0;border-right:1px solid #444;padding-left:0;padding-right:25px}
html[dir=rtl] .close{margin-left:0;margin-right:auto}
html[dir=rtl] .shipping>div+div{border-left:0;border-right:1px solid #ccc;padding-left:0;padding-right:40px}
html[dir=rtl] .product h3{text-align:right}

.lookbook{padding:0 4% 70px}
.lookbook h2{margin-bottom:28px}
.looks{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.looks img{width:100%;aspect-ratio:3/4;object-fit:cover;cursor:zoom-in;transition:transform .4s cubic-bezier(0.16,1,0.3,1),box-shadow .3s ease}
.looks img:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px rgba(0,0,0,0.2)}
.product-index{direction:ltr}

/* Lookbook Lightbox Modal */
.lookbook-dialog{width:min(900px,94vw);background:#080808;color:#fff;border:1px solid #333;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,0.85)}
.lookbook-dialog::backdrop{background:rgba(0,0,0,0.85);backdrop-filter:blur(6px)}
.lookbook-dialog .close{color:#fff;font-size:32px;margin-bottom:12px;transition:transform .2s ease,color .2s ease}
.lookbook-dialog .close:hover{color:#dfff00;transform:rotate(90deg)}
.lookbook-modal-content{display:flex;flex-direction:column;align-items:center;gap:16px}
.lookbook-modal-content img{max-width:100%;max-height:72vh;object-fit:contain;background:#151515}
.lookbook-modal-content p{font-size:14px;letter-spacing:1.5px;color:#dfff00;font-weight:800;margin:0}

.custom{padding:70px 4%;background:#101010;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:7%;margin-bottom:65px}
.custom h2{color:#dfff00;font-size:clamp(36px,4.5vw,66px);margin-bottom:28px}
.custom>div>p:not(.eyebrow){font-size:17px;line-height:1.65;color:#ccc}
.custom-signature{border-block:1px solid #555;padding:24px 0;margin:30px 0;font-size:22px;font-weight:900}
.custom-signature span{display:block;font-size:14px;margin-top:12px;color:#dfff00}
.custom fieldset{margin-top:0}
.custom legend,.custom label{font-size:14px;line-height:1.5}
.custom-options{display:flex;gap:12px;flex-wrap:wrap}
.custom-options label{border:1px solid #666;padding:12px;display:flex;gap:9px;align-items:center;flex:1;cursor:pointer;transition:border-color .2s ease,color .2s ease}
.custom-options label:hover{border-color:#aaa}
.custom-options label:has(:checked){border-color:#dfff00;color:#dfff00}
.custom input:not([type=radio]):not([type=checkbox]),.custom textarea{width:100%;padding:12px;background:#202020;color:#fff;border:1px solid #777;font-size:16px;border-radius:0;transition:border-color .2s ease}
.custom input{accent-color:#dfff00}
.custom-row{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-top:22px}
.custom-gift{display:flex;gap:10px;align-items:center;margin:22px 0;cursor:pointer}
.custom .custom-help{font-size:14px!important;color:#bbb;line-height:1.6;margin:10px 0 20px}
.custom .button{width:100%;font-size:14px;justify-content:center}
.custom #custom-result{border-top:1px solid #555;padding-top:24px;margin-top:24px}
.custom #custom-copy{margin-top:12px}
#custom-feedback{font-size:14px;line-height:1.5}
.custom input:focus-visible,.custom textarea:focus-visible,.custom button:focus-visible{outline:3px solid #dfff00;outline-offset:3px}

/* Live Customizer Preview Card */
.custom-live-card{background:#1a1a1a;border:1px solid #333;border-inline-start:4px solid #dfff00;padding:20px;margin:24px 0;transition:border-color .3s ease}
.live-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:10px}
.live-badge{font-size:11px;letter-spacing:1.5px;font-weight:800;color:#888}
.live-status{font-size:11px;font-weight:800;background:#dfff00;color:#101010;padding:4px 8px;letter-spacing:0.5px}
.live-title{font-size:20px;font-weight:900;color:#fff;margin-bottom:8px;word-break:break-word}
.live-quote{font-size:15px;color:#bbb;font-style:italic;margin-bottom:14px;word-break:break-word}
.live-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #292929;padding-top:12px;font-size:13px;color:#aaa;flex-wrap:wrap;gap:10px}
.live-card-footer strong{color:#dfff00;font-size:18px}

.photo-upload{border:1px dashed #888;padding:18px;margin-top:18px;transition:border-color .25s ease,background .25s ease}
.photo-upload.is-dragover{border:2px dashed #dfff00;background:rgba(223,255,0,0.06)}
.photo-upload input[type=file]{max-width:100%;font-size:14px;line-height:1.6}
.photo-upload input::file-selector-button{padding:10px;border:0;background:#dfff00;color:#111;margin-inline-end:10px;cursor:pointer;font-weight:700}
#photo-preview{display:block;max-width:100%;max-height:280px;object-fit:contain;margin:16px 0}
#photo-remove{background:transparent;color:white;border:1px solid #aaa;padding:10px 16px;cursor:pointer;transition:border-color .2s ease}
#photo-remove:hover{border-color:#dfff00;color:#dfff00}
#photo-status{font-size:14px;line-height:1.6}

.contact-fields{margin-bottom:24px}
.contact-fields input{width:100%;padding:12px;font-size:16px;margin-bottom:15px;border:1px solid #888;background:transparent;color:inherit;transition:border-color .2s ease}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.contact-actions .button{flex:1;text-align:center;justify-content:center;min-width:170px}
.outline{border:1px solid currentColor!important;background:transparent;color:inherit}
#collection-contact{border-top:1px solid #aaa;margin-top:24px;padding-top:24px}
.footer-contact{display:flex;gap:20px;font-size:14px}
#custom-copy{background:transparent;color:white;border:1px solid #777;padding:12px}

.receipt-page{background:#101010;color:white;min-height:100vh}
.receipt{max-width:800px;margin:auto;padding:70px 6%}
.receipt h1{color:#dfff00;font-size:clamp(36px,6vw,66px);letter-spacing:-1px;overflow-wrap:anywhere}
.receipt p{font-size:18px;line-height:1.6}
.receipt-brand{display:block;font-size:24px;font-weight:900;margin-bottom:70px}
.receipt #receipt-note{font-size:14px;color:#bbb}

/* Floating Toast Notification */
.supa-toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background:#080808;color:#fff;border:1px solid #dfff00;padding:14px 24px;font-size:14px;font-weight:800;letter-spacing:0.5px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(0,0,0,0.6);z-index:100;opacity:0;transition:transform .35s cubic-bezier(0.16,1,0.3,1),opacity .35s ease;pointer-events:none}
.supa-toast.is-visible{transform:translateX(-50%) translateY(0);opacity:1}
.supa-toast-icon{color:#dfff00;font-size:16px}

/* Guide Assistant */
.guide-launch{position:fixed;bottom:20px;right:20px;z-index:20;border:1px solid #101010;background:#dfff00;color:#101010;padding:15px 20px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,0.25);transition:transform .2s cubic-bezier(0.16,1,0.3,1),box-shadow .2s ease;display:flex;align-items:center;gap:10px}
.guide-launch::before{content:"";width:8px;height:8px;background:#101010;display:inline-block;animation:pulseDot 2s infinite ease-in-out}
@keyframes pulseDot{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.6);opacity:0.4}
}
.guide-launch:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,0.35)}
.guide-launch:active{transform:translateY(0) scale(0.98)}
#guide{width:min(500px,94vw);background:#151515;color:white;padding:24px}
.guide-head{display:flex;justify-content:space-between;align-items:center;gap:15px}
.guide-head h2{font-size:26px;letter-spacing:-.5px}
.guide-head button{background:none;color:white;border:0;font-size:30px;cursor:pointer}
#guide-intro{font-size:14px;line-height:1.6;color:#bbb;margin-top:20px}
#guide-log{max-height:22vh;overflow-y:auto}
#guide-log p{background:#292929;border-inline-start:3px solid #dfff00;padding:10px 14px;font-size:15px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}
#guide-question{font-size:17px;line-height:1.5;margin:22px 0 14px}
#guide-answer{width:100%;background:#252525;color:white;border:1px solid #999;font-size:16px;padding:12px;margin-bottom:15px}
#guide-answer[hidden]{display:none}
#guide-choices{display:flex;flex-wrap:wrap;gap:10px}
#guide-choices button{border:1px solid #dfff00;background:none;color:#dfff00;font-size:15px;padding:12px;cursor:pointer;transition:all .2s ease}
#guide-choices button:hover{background:#dfff00;color:#101010;transform:translateY(-2px)}
#guide-choices button:active{transform:translateY(0) scale(0.97)}
#guide-next{width:100%;justify-content:center}
#guide-next[hidden]{display:none}
#guide-restart{background:none;color:#bbb;font-size:14px;border:0;text-decoration:underline;margin-top:18px;padding:8px 0;cursor:pointer}
html[dir=rtl] .guide-launch{right:auto;left:20px}

.supa-word{font-weight:900}
.custom-price{display:flex;flex-direction:column;gap:8px;margin:26px 0}
.custom-price>strong{font-size:42px;color:#dfff00}
.custom-price>span{font-size:16px;color:#ddd}
#summary,#custom-summary{font-weight:700}

/* Scroll Reveal */
.reveal-init{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(0.16,1,0.3,1),transform .65s cubic-bezier(0.16,1,0.3,1);will-change:opacity,transform}
.reveal-init.is-revealed{opacity:1;transform:translateY(0)}

/* Responsive Queries */
@media(min-width:1600px){.hero-art>img{max-height:850px}}
@media(max-width:900px){
  header{height:85px}
  nav{gap:16px}
  .hero{min-height:0}
  .hero-copy{padding:45px 7%}
  h1{letter-spacing:-2px}
  .hero-art>img{object-fit:cover}
  .products{grid-template-columns:repeat(2,1fr);gap:32px 20px}
  .story-bottom{align-items:start;flex-direction:column}
  .shipping{gap:20px}
  .shipping>div+div{padding-left:20px}
  .header-cta{display:none}
  .custom{gap:5%}
}
@media(max-width:600px){
  .announcement{font-size:10px;letter-spacing:.4px;justify-content:center}
  .announcement span{display:none}
  header{height:auto;min-height:82px;flex-wrap:wrap;padding:0 5% 12px}
  .brand{width:82px;height:74px}
  nav{order:3;width:100%;justify-content:center;gap:12px}
  nav a{font-size:13px}
  nav a:nth-child(2){display:none}
  .header-cta{display:none}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:38px 6%}
  .eyebrow{font-size:11px;letter-spacing:1.3px;margin-bottom:20px}
  h1{font-size:51px;line-height:1.04}
  .intro{font-size:16px}
  .hero-meta{margin-top:26px}
  .hero-art{height:auto}
  .hero-art>img{height:auto;max-height:none;display:block}
  .ticker{font-size:19px;padding:15px 0}
  .collection{padding:45px 5%}
  .section-heading{display:block}
  .section-heading>p{margin-top:17px}
  .products{gap:28px 13px}
  .product h3{font-size:16px}
  .product-description{font-size:12px;line-height:1.5}
  .product-bottom{align-items:start;gap:6px}
  .product-bottom strong{font-size:16px}
  .product-bottom button{font-size:12px;padding:3px 0}
  .story{padding:40px 6%}
  .story h2{font-size:37px}
  .story-bottom p{font-size:16px}
  .shipping{grid-template-columns:1fr;padding:40px 6%;gap:30px}
  .shipping>div+div{border-left:0;border-top:1px solid #ccc;padding:25px 0 0}
  .shipping h3{margin:12px 0;font-size:30px}
  .looks{grid-template-columns:repeat(2,1fr);gap:12px}
  .lookbook{padding:0 5% 45px}
  .custom{grid-template-columns:1fr;padding:42px 6%;gap:30px;margin-bottom:40px}
  .custom-row{grid-template-columns:1fr}
  .custom h2{font-size:40px}
  .custom-options label{flex-basis:100%}
  footer{flex-wrap:wrap;gap:20px;padding-bottom:85px}
  footer p{max-width:150px;font-size:13px}
  footer>span{width:100%}
  .order-content{grid-template-columns:1fr}
  .order-content>img{max-height:230px;object-fit:contain}
  dialog{padding:18px}
  .order-content h2{font-size:26px}
  #language{padding:8px;font-size:13px}
  html[dir=rtl] h1{font-size:49px}
  html[dir=rtl] .shipping>div+div{border-right:0;padding-right:0}
  .guide-launch{right:12px;bottom:12px;padding:13px 16px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
  .reveal-init{opacity:1!important;transform:none!important}
  .ticker-track{transform:none!important}
}
