@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karla:ital,wght@0,200..800;1,200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";.ux-button{display:flex;justify-content:center;align-items:center;border-radius:50%;text-align:center;background-color:var(--ux-button-bg);color:var(--ux-text-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #96a3b3;cursor:pointer;padding:.75em;width:2.5em;height:2.5em;margin:.5rem .25rem}.ux-button:hover{border-color:#dc163a}.ux-button i{font-size:2em;margin-top:4px;color:#656565}.ux-button.disabled,.ux-button.running{cursor:default;border-color:#dde3e8;color:#96a3b3}.ux-button.xs{width:1.5em;height:1.5em}.ux-button.sm{width:2em;height:2em}.ux-button.md{width:2.5em;height:2.5em}.ux-button.lg{width:3em;height:3em}.ux-button.xl{width:3.5em;height:3.5em}.ux-button.square{border-radius:4px;width:auto}.ux-button.squircle{border-radius:1.5em;width:auto}.ux-button .start-icon{padding-right:.25em}.ux-button .end-icon{padding-left:.25em}.ux-button.selected,.ux-button.contained{background-color:#dc163a;color:#fff}.ux-button.selected svg,.ux-button.contained svg{color:#fff}.ux-button.selected.disabled,.ux-button.selected.running,.ux-button.contained.disabled,.ux-button.contained.running{cursor:default;background-color:color-mix(in srgb,var(--ux-brand-primary) 92%,black);border-color:#dde3e8;color:#cfd7df}.ux-button.outlined{background-color:transparent}.ux-chat{width:100%;max-width:40vw;padding:0;will-change:transform,clip-path;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;display:flex;clip-path:inset(0 0 0 0);flex-direction:column}.ux-chat .chat-header{position:relative;display:flex;justify-content:center;height:1.4em;background-color:var(--ux-bg-surface-glass)}.ux-chat .chat-header svg{position:absolute;top:50%;transform:translateY(-50%);left:.25rem;font-size:.7em;color:#dc163a}.ux-chat .chat-header .drag-bar{width:5em;display:block;margin:auto;cursor:grab}.ux-chat .chat-header .drag-bar:active{cursor:grabbing}.ux-chat .chat-header .drag-bar>div{background-color:#96a3b3;height:1px;width:5em;margin:.2em auto}.ux-chat .chat-footer{height:2em;border-top:1px solid border(default);background-color:var(--ux-bg-surface-glass)}.ux-chat h3{font-size:.8em;font-weight:600;padding-bottom:.4em;position:absolute;text-transform:uppercase;top:0}.ux-chat{transition:transform .4s cubic-bezier(.33,1,.68,1),clip-path .4s cubic-bezier(.33,1,.68,1)}.ux-chat.dragging{transition:none!important;user-select:none;-webkit-user-select:none;cursor:grabbing}.ux-chat.collapsed{transform:translate(-50%) translateY(calc(100% - 1.4em));clip-path:inset(0 0 calc(100% - 1.4em) 0)}.ux-chat.collapsed .transcripts{opacity:0;pointer-events:none}.ux-chat .transcripts{height:100%;overflow:auto;position:relative;display:flex;flex-direction:column;align-items:flex-end;transition:opacity .15s ease;padding-right:.5em;color:var(--ux-text-primary)}.ux-chat .transcripts>p{border-radius:18px;padding:.75em;border:1px solid var(--color-border-default);max-width:90%;margin:.25em 0 .25em .5em}.ux-chat .transcripts>p.role-Announcement{background-color:#dc163a;width:calc(80% + .5rem);align-self:center;text-align:left;font-size:.7em;margin:.75em 0;margin-left:.5rem}.ux-chat .transcripts>p.role-Assistant{color:var(--ux-text-primary-inv);background-color:var(--ux-bg-surface-inv);align-self:flex-end;text-align:left}.ux-chat .transcripts>p.role-User{background-color:var(--ux-bg-surface);color:var(--color-text);align-self:flex-start;text-align:right}@media only screen and (max-width:600px){.ux-chat{max-width:98vw}}.data-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;animation:flicker-animation 1s infinite}.data-loader h1{font-size:.8em;text-align:center}.data-loader img{max-width:12em;max-height:12em;object-fit:contain;margin-bottom:2em}@media (min-width: respond-to(tablet)){.data-loader img{max-width:20em;max-height:20em}}.error-page{width:100%;max-width:600px;margin:auto;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:1em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.error-page img{height:64px;margin-top:2em}.error-page svg{width:3em;height:3em;color:brand(primary)}.error-page h1{margin-top:.15em;margin-bottom:.5em}.error-page h2{font-size:1.5em;margin:0}.error-page p{margin:0 0 1em;text-align:center;padding:0 2em}.ux-inset-list{display:flex;flex-direction:column;overflow:hidden;border-radius:8px;background-color:var(--ux-inset-list-bg);color:var(--ux-text-primary);border:1px solid var(--ux-inset-list-border);box-shadow:0 2px 4px var(--ux-inset-list-shadow);cursor:default}.ux-inset-list>div{padding:.5rem 1rem;border-bottom:1px solid var(--ux-border-default)}.ux-inset-list>div:last-child{border-bottom:none}.ux-inset-list>div.interactive:hover{background-color:var(--ux-bg-surface-alt);cursor:pointer}.ux-inset-list.settings>div{display:flex;justify-content:space-between;align-items:center}.ux-inset-list.settings>div .ux-button{margin:0}.layout-dialog .dialog-box{position:relative;min-width:500px;overflow:auto}.layout-dialog.md .MuiDialog-container .MuiPaper-root,.layout-dialog.md .dialog-box{min-width:1000px}.layout-dialog .header{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--ux-border-subtle);padding:1rem 1rem 0;cursor:move}.layout-dialog .header .content{flex:1}.layout-dialog .header .content h1{font-size:1.3em}@media only screen and (max-width:600px){.layout-dialog .header .content{max-width:90%;overflow:hidden}.layout-dialog .MuiDialog-container>*{min-width:90%;max-width:auto}.layout-dialog .MuiDialog-container .MuiPaper-root,.layout-dialog .dialog-box{min-width:auto!important}}.ux-logo{display:inline-block;object-fit:contain;transition:opacity .2s ease}.ux-logo.ux-logo--size-icon{height:1em}.ux-logo.ux-logo--size-mini{height:2em}.ux-logo.ux-logo--size-default{height:3em}.ux-logo.ux-logo--size-large{height:5em}.ux-logo.ux-logo--size-custom{width:attr(data-width px);height:attr(data-height px)}.ux-logo.ux-logo--fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#dc163a}.ux-logo.ux-logo--fallback.ux-logo--icon{font-size:20px}.ux-logo.ux-logo--fallback.ux-logo--mini{font-size:16px}.ux-logo.ux-logo--fallback.ux-logo--default{font-size:24px}[data-theme=dark]{--ux-company-color: #4d9fff}.ux-navbar-wrapper{position:fixed;top:1em;left:0;width:100%;display:flex;justify-content:center;z-index:1000;pointer-events:none;height:3.8em}.ux-navbar-wrapper .ux-navbar{pointer-events:auto;display:flex;align-items:center;background-color:var(--ux-navbar-bg);color:var(--ux-navbar-text);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--ux-navbar-border);border-radius:16px;padding:.6em .5rem;-webkit-user-select:none;user-select:none;opacity:1;transition:padding .3s ease,border-radius .3s ease,top .3s ease}.ux-navbar-wrapper .ux-navbar .logo-container{display:flex;align-items:center;justify-content:center;height:100%;margin-right:.6em;overflow:hidden;transition:height .3s ease,margin-right .3s ease}.ux-navbar-wrapper .ux-navbar .logo-container img{height:100%;width:auto}.ux-navbar-wrapper .ux-navbar .separator{width:1px;height:.95em;background-color:var(--ux-navbar-border);margin:0 .6em;transition:margin .3s ease}.ux-navbar-wrapper .ux-navbar.hidden{transform:translateY(-200%);opacity:0;pointer-events:none}.ux-navbar-wrapper .ux-navbar__items{display:flex;justify-content:center;align-items:center;gap:.3em;list-style:none;margin:0;padding:0;transition:gap .3s ease}.ux-navbar-wrapper .ux-navbar__item a{cursor:pointer;color:var(--ux-navbar-text);text-decoration:none;padding:.5em .8em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border-radius:var(--ux-radius-full);transition:background-color .2s ease,color .2s ease,padding .3s ease,flex-direction .3s ease;white-space:nowrap}.ux-navbar-wrapper .ux-navbar__item a:hover{background-color:var(--ux-navbar-item-hover-bg);color:var(--ux-navbar-text-hover)}.ux-navbar-wrapper .ux-navbar__item a:active{transform:scale(.98)}.ux-navbar-wrapper .ux-navbar__item a .ux-navbar__icon{color:var(--ux-navbar-icon)}.ux-navbar-wrapper .ux-navbar__item--selected a,.ux-navbar-wrapper .ux-navbar__item.selected a{background-color:var(--ux-navbar-item-active-bg);color:#dc163a;border-radius:16px;font-weight:600}.ux-navbar-wrapper .ux-navbar__item--selected a .ux-navbar__icon,.ux-navbar-wrapper .ux-navbar__item.selected a .ux-navbar__icon{color:var(--ux-navbar-icon-active)}.ux-navbar-wrapper .ux-navbar__icon{font-size:1.2em;display:inline-flex;align-items:center;justify-content:center;height:.76em;width:.76em;transition:font-size .3s ease}.ux-navbar-wrapper .ux-navbar__text{font-size:.9em;display:block;margin-top:.5rem}.ux-navbar-wrapper .ux-navbar label{display:none;position:absolute;right:.25em;bottom:.25em;font-weight:500}@media(max-width:768px){.ux-navbar-wrapper .ux-navbar{height:2.8em;top:.5em;padding:.4em .6em;border-radius:9999px}.ux-navbar-wrapper .ux-navbar .ux-navbar__items{gap:.2em}.ux-navbar-wrapper .ux-navbar .logo-container{height:2.2em;margin-right:.3em}.ux-navbar-wrapper .ux-navbar .separator{margin:0 .4em}.ux-navbar-wrapper .ux-navbar .ux-navbar__item a{padding:.5em;flex-direction:row;gap:0}.ux-navbar-wrapper .ux-navbar .ux-navbar__item a .ux-navbar__icon{font-size:1.1em}}.ux-navbar-wrapper .ux-navbar.is-compact{height:2.8em;top:.5em;padding:.4em .6em;border-radius:9999px}.ux-navbar-wrapper .ux-navbar.is-compact .ux-navbar__items{gap:.2em}.ux-navbar-wrapper .ux-navbar.is-compact .logo-container{height:2.2em;margin-right:.3em}.ux-navbar-wrapper .ux-navbar.is-compact .separator{margin:0 .4em}.ux-navbar-wrapper .ux-navbar.is-compact .ux-navbar__item a{padding:.5em;flex-direction:row;gap:0}.ux-navbar-wrapper .ux-navbar.is-compact .ux-navbar__item a .ux-navbar__icon{font-size:1.1em}@media only screen and (max-width:768px){.ux-navbar-wrapper{height:2.8em}}.splash-screen{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--ux-bg-page);color:var(--ux-text-primary)}.splash-screen .powered-by{position:absolute;bottom:2em;width:115px}.splash-screen .powered-by img{width:100%}:root{--ux-button-bg: rgba(221, 227, 232, .7);--ux-inset-list-bg: #dde3e8;--ux-inset-list-shadow: #272f38;--ux-inset-list-border: var(--ux-border-subtle);--ux-navbar-bg: rgba(255, 255, 255, .6);--ux-navbar-border: #cfd7df;--ux-navbar-text: #343d49;--ux-navbar-text-hover: #1b2128;--ux-navbar-item-active-bg: rgba(233, 237, 240, .6);--ux-bg-page: #f8fafb;--ux-bg-page-alt: #ffffff;--ux-bg-page-inv: #11151a;--ux-bg-surface: #e9edf0;--ux-bg-surface-glass: rgba(233, 237, 240, .6);--ux-bg-surface-inv: #1b2128;--ux-bg-surface-alt: #cfd7df;--ux-text-primary: #1b2128;--ux-text-primary-inv: #ffffff;--ux-text-secondary: #343d49;--ux-border-subtle: #e9edf0;--ux-border-default: #b4c0cc;--ux-border-strong: #96a3b3}[data-theme=dark]{--ux-button-bg: rgba(17, 21, 26, .7);--ux-inset-list-bg: #11151a;--ux-inset-list-shadow: #dc163a;--ux-inset-list-border: var(--ux-border-strong);--ux-navbar-bg: rgba(27, 33, 40, .6);--ux-navbar-border: #4a5564;--ux-navbar-text: #e9edf0;--ux-navbar-text-hover: #ffffff;--ux-navbar-item-active-bg: rgba(52, 61, 73, .4);--ux-bg-page: #11151a;--ux-bg-page-alt: #050608;--ux-bg-page-inv: #f8fafb;--ux-bg-surface: #1b2128;--ux-bg-surface-glass: rgba(27, 33, 40, .6);--ux-bg-surface-inv: #cfd7df;--ux-bg-surface-alt: #272f38;--ux-text-primary: #ffffff;--ux-text-primary-inv: #1b2128;--ux-text-secondary: #b4c0cc;--ux-border-subtle: #272f38;--ux-border-default: #4a5564;--ux-border-strong: #788598}*{box-sizing:border-box}html,body{margin:0;padding:0}body,html,span,div{font-family:Karla,sans-serif;font-weight:400}b{font-weight:600}*{font-family:Karla,sans-serif}body,html{font-size:10pt}@media only screen and (max-width:600px){body,html{font-size:12pt}}@media only screen and (min-width:1281px){body,html{font-size:13pt}}@media only screen and (min-width:1300px){body,html{font-size:14pt}}@media(min-width:1281px)and (min-resolution:2dppx){body,html{font-size:20px}}h1,h2,h3,h4,h5,h6{cursor:default}h1,h2,h3,h4,h5,h6{font-weight:500}h1{color:#71bf44;font-size:2.5em;padding-top:.5em}h1,h2{font-family:Bebas Neue,sans-serif;font-weight:300;letter-spacing:.1em}h2{padding-top:.25em;padding-bottom:0;font-size:2.8em;text-align:center;color:#d42127}h3{font-size:1.1em;font-weight:600;padding-top:.2em;padding-bottom:.4em}h4{font-size:1em;padding-top:0;padding-bottom:.5em;color:#555}h5{font-size:1em;padding-top:.2em;padding-bottom:.5em;color:#222}.glow-on-hover{outline:none;position:relative;z-index:0}.glow-on-hover.pulsing:before{animation:pulsing 1.5s linear infinite}.glow-on-hover:before{content:"";background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);position:absolute;top:-calc(5px);left:-5px;background-size:400%;z-index:-1;filter:blur(3px);width:calc(100% + 10px);height:calc(100% + 10px);animation:glowing 20s linear infinite;opacity:0;transition:opacity .3s ease-in-out;border-radius:6em}.glow-on-hover:active:after{background:transparent}.glow-on-hover:hover:before{opacity:1}.glow-on-hover:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background-color:var(--ux-bg-surface);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);left:0;top:0;border-radius:6em}.glow-on-hover.outlined:after{background:#fff}.glow-on-hover.contained:after{background:#71bf44}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@keyframes pulsing{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.btn-gradient{display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border-radius:.5em;border:1px solid transparent;font-weight:600;line-height:1.2;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .06s ease;will-change:box-shadow,transform}.btn-gradient:disabled{opacity:.6;cursor:not-allowed}.btn-gradient.btn-primary{background-image:linear-gradient(to right,#8ecc6a,#447528);background-color:transparent;color:#fff;border-color:transparent}.btn-gradient.btn-primary:hover:not(:disabled){background-image:linear-gradient(to right,#99d179,#3b6623);background-color:transparent;box-shadow:0 .15em .6em #71bf4440}.btn-gradient.btn-primary:active:not(:disabled){background-image:linear-gradient(to right,#68b23d,#32571e);background-color:transparent;transform:translateY(.02em)}.btn-gradient.btn-secondary{border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#8ecc6a,#447528) border-box;border-radius:6em;background-clip:padding-box,border-box;color:#71bf44;background-color:#fff}.btn-gradient.btn-secondary:hover:not(:disabled){border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#99d179,#3b6623) border-box;border-radius:6em;background-clip:padding-box,border-box;color:#65ae3c}.btn-gradient.btn-secondary:active:not(:disabled){border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#68b23d,#32571e) border-box;border-radius:6em;background-clip:padding-box,border-box;color:#5fa338}.btn-gradient.btn-ghost{background-color:transparent;color:#71bf44;border-color:transparent}.btn-gradient.btn-ghost:hover:not(:disabled){background-color:#71bf4414}.btn-glare{position:relative;overflow:hidden}.btn-glare:before,.btn-glare:after{height:100%;position:absolute;top:0;left:0;transform:translate(-100px) skew(-15deg);content:""}.btn-glare:before{width:60px;filter:blur(30px);opacity:.5}.btn-glare:after{width:30px;left:30px;background:#ffffff4d;filter:blur(5px)}.btn-glare:hover:before{opacity:1}.btn-glare:hover:before,.btn-glare:hover:after{transform:translate(300px) skew(-15deg);transition:all .9s ease}.radio-card{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1.5em;border-radius:1em;background-color:#f9fafb;margin:.5em;border:.125em solid transparent;cursor:pointer;transition:all .3s ease;width:100%;max-width:95%;max-height:3em}@media(max-width:1281px){.radio-card{max-width:25em}}@media(max-width:600px){.radio-card{max-width:75%}}.radio-card:hover:not(.radio-card--disabled){border-color:#71bf4466}.radio-card--checked{background-color:#f9f4eb;box-shadow:0 0 0 px #71bf441f}.radio-card--disabled{opacity:.5;cursor:not-allowed}.radio-card__input{position:absolute;opacity:0;pointer-events:none}.radio-card__content{flex:1;display:flex;justify-content:space-between;align-items:center;gap:.75em}.form-group{margin-bottom:1.25rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#7b767c;font-size:.875rem}.form-input{width:100%;max-width:300px;padding:.75rem 1rem;font-size:.95rem;font-family:Bebas Neue,sans-serif;border:1px solid #ddd;border-radius:.5em;transition:all .2s ease-in-out}.form-input:focus{outline:none;border-color:#71bf44;box-shadow:0 0 0 2px #71bf4433}.form-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0;gap:1rem}.form-actions .btn,.form-actions .checkout-button,.form-actions .empty-cart-container .primary-button,.empty-cart-container .form-actions .primary-button{min-width:fit-content}.form-actions .tooltip-wrapper{position:relative;display:inline-block}.form-actions .tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}.form-actions .tooltip-text{visibility:hidden;opacity:0;width:max-content;max-width:240px;background-color:#474448;color:#fff;text-align:center;border-radius:.5em;padding:.5rem .75rem;position:absolute;z-index:10;bottom:125%;left:50%;transform:translate(-50%);transition:opacity .2s ease;font-size:.8rem;box-shadow:0 2px 4px #0003}.form-actions .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#474448 transparent transparent transparent}@media(max-width:600px){.form-grid{grid-template-columns:1fr}.form-input{max-width:290px}.form-actions{flex-direction:row;gap:.75rem}.form-actions .btn,.form-actions .checkout-button,.form-actions .empty-cart-container .primary-button,.empty-cart-container .form-actions .primary-button{flex:1;justify-content:center}}.section-title{font-family:Bebas Neue,sans-serif;font-size:1.2em;font-weight:600;color:#474448;margin:0 0 1em}.option-header{display:flex;align-items:center;gap:.25em;margin-bottom:.5em}.option-title{font-size:.95em;font-weight:500;color:#474448}.option-description{font-size:.85em;color:#505155;line-height:1.5}.storage-description{font-size:.85em;color:#505155}.vat-badge{background:#71bf44;color:#fff;font-size:.65em;font-weight:600;padding:3px 6px;border-radius:4px;text-transform:uppercase}.discount-badge{background:#d42127;color:#000;font-size:.65em;font-weight:600;padding:3px 6px;border-radius:4px;text-transform:uppercase}.free-badge{font-size:.85em;color:#71bf44;font-weight:500}.surcharge{font-size:.85em;color:#505155}.payment-icons{display:flex;align-items:center;gap:.5em;margin-top:.5em;height:24px}.payment-icon{max-height:20px;width:auto;object-fit:contain}.payment-icon.visa{max-height:14px;max-width:40px}.payment-icon.mastercard{max-height:18px;max-width:30px}.payment-icon.paypal{max-height:16px;max-width:60px}.payment-icon.google-pay,.payment-icon.apple-pay{max-height:20px;max-width:50px}.checkout-container{display:flex;gap:1em;padding:2em}.checkout-main{min-width:0;padding:1em 5em}.checkout-summary{position:sticky;top:calc(6em + 2rem)}.checkout-summary .order-summary{background-color:#fff;border:1px solid #e5e7eb;padding:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checkout-step-content{margin-top:2.5rem;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.checkout-form h3{font-family:Karla,sans-serif;font-size:1.5rem;font-weight:600;color:#474448;margin-bottom:2rem;border-bottom:1px solid #f0f0f0;padding-bottom:1rem}.checkout-form .close-button{position:absolute;top:.25rem;right:.5rem;background:#f9fafb;padding:.25em;box-shadow:0 0 0 2px #71bf441a;border:1px solid white;border-radius:2em;height:auto;width:3em;cursor:pointer;color:#474448;transition:color .2s ease-in-out;display:flex;align-items:center;justify-content:center}.checkout-form .close-button:hover{color:#71bf44;background-color:#71bf440d}.option-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.option-card{border:1px solid #e5e7eb;border-radius:.5em;padding:1.25rem;cursor:pointer;transition:all .2s ease-in-out;position:relative}.option-card input[type=radio]{position:absolute;opacity:0}.option-card h4{font-family:Karla,sans-serif;font-weight:600;color:#474448;margin:0 0 .25rem;font-size:1rem}.option-card p{font-size:.85rem;color:#adaaae;line-height:1.5}.option-card:hover{border-color:#ccc}.option-card.selected{border-color:#71bf44;background-color:#71bf4433;box-shadow:none}.shipping-address-form{margin-top:2rem;animation:fadeIn .5s ease-out forwards}.review-section{margin-bottom:2rem}.review-section h4{font-family:Bebas Neue,sans-serif;font-weight:600;color:#615d62;margin-bottom:.75rem;font-size:1rem}.review-section p{color:#7b767c}.review-terms{font-size:.85rem;color:#adaaae;text-align:center;margin:2rem 0}.review-terms a{color:#71bf44;text-decoration:none}.review-terms a:hover{text-decoration:underline}@media(max-width:1281px){.checkout-container{grid-template-columns:1fr;padding:2rem 1.5rem}.checkout-summary{position:static;margin-top:2rem}}@media(max-width:600px){.checkout-main{padding:0rem}.option-selector{grid-template-columns:1fr}}.checkout-preview{font-family:Karla,sans-serif;background:#fff;border-radius:.5em;box-shadow:0 2px 8px #00000014;overflow:hidden;justify-content:center;border:1px solid #e5e7eb;grid-column:span 2}.checkout-preview .checkout-container{display:flex}@media(max-width:900px){.checkout-preview .checkout-container{flex-direction:column;align-items:center}}.checkout-preview .section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.25rem;flex-wrap:wrap;width:100%;margin:1em}.checkout-preview .section:first-child{border-right:1px solid #d89e00;padding-right:4em}@media(max-width:900px){.checkout-preview .section:first-child{border-right:none;border-bottom:1px solid #d89e00;padding:0}}@media(max-width:900px){.checkout-preview .section{padding:1.5em}}.checkout-preview .payment-options,.checkout-preview .storage-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;align-items:center;justify-content:center;width:100%}.checkout-preview .info-icon{color:#f7edf0;font-size:.9em;cursor:pointer;transition:color .2s ease}.checkout-preview .info-icon:hover{color:#71bf44}.checkout-preview .discount-text{color:#ba324f;font-weight:500;margin-top:.25em;font-size:.9em}.checkout-preview .shipping-country{margin-top:2em;padding-top:1.5em;border-top:1px solid #f7edf0}.checkout-preview .country-label{display:block;font-size:.85em;color:#474448;margin-bottom:.5em;font-weight:500}.checkout-preview .select-wrapper{position:relative}.checkout-preview .country-select{width:100%;padding:.75em 2.5em .75em .75em;border:1px solid #f7edf0;border-radius:.5em;font-size:.9em;color:#474448;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease;font-family:Karla,sans-serif}.checkout-preview .country-select:hover{border-color:#71bf44}.checkout-preview .country-select:focus{outline:none;border-color:#71bf44;box-shadow:0 0 0 3px #71bf441a}.checkout-preview .select-arrow{position:absolute;right:.75em;top:50%;transform:translateY(-50%);pointer-events:none;color:#505155;font-size:.75em}@media(max-width:900px){.checkout-preview .section{padding:1.5em;margin:0}}.payment-options .checkbox-option{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;cursor:pointer;font-size:.9rem;color:#505155}.payment-options .checkbox-option:last-child{margin-bottom:0}.payment-options .checkbox-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#71bf44}.payment-options .checkbox-option input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.payment-options .checkbox-option:hover:not(:has(input:disabled)){color:#474448}.stepper-wrapper{display:flex;align-items:flex-start;margin:0 2em;gap:.25em}.stepper-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex-basis:auto;min-width:5em;position:relative}.stepper-item__counter{height:2.5em;width:2.5em;border-radius:50%;background-color:#f3f4f6;border:.125em solid #e5e7eb;color:#adaaae;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1em;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.icon-check{font-size:1.2em;font-weight:700}.stepper-item__label{margin-top:.75em;font-size:.9em;font-weight:500;color:#948f96;transition:color .4s ease;white-space:nowrap}.stepper-item.active .stepper-item__counter{border-color:#d42127;background-color:#d4212733;color:#d42127;transform:scale(1.05)}.stepper-item.active .stepper-item__label{color:#474448;font-weight:600}.stepper-item.completed .stepper-item__counter{border-color:#d42127;background-color:#d42127;color:#fff}.stepper-item.completed .stepper-item__label{color:#615d62}.stepper-connector-wrapper{flex-grow:1;height:.125em;background-image:repeating-linear-gradient(to right,#ccc 0,#ccc .25em,transparent .25em,transparent .5em);margin:0 -1em;transform:translateY(1.25em);z-index:1}.stepper-connector{height:100%;width:0;background-color:#d42127;transition:width .4s ease-in-out}.stepper-item.completed+.stepper-connector-wrapper .stepper-connector{width:100%}@media(max-width:1281px){.stepper-wrapper{margin:0 1.5em;gap:.75em}.stepper-item{min-width:4.5em}.stepper-item__counter{height:2.25em;width:2.25em;font-size:1em}.stepper-item__label{font-size:.85em;margin-top:.6em}.stepper-connector-wrapper{transform:translateY(1.1em);background-image:repeating-linear-gradient(to right,#ccc 0,#ccc .22em,transparent .22em,transparent .44em)}}@media(max-width:600px){.stepper-wrapper{margin:0;gap:.25em;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.stepper-item{min-width:3em}.stepper-item__counter{height:2em;width:2em;font-size:.95em}.stepper-item.active .stepper-item__counter{transform:none;box-shadow:0 2em 4em #00000014}.stepper-item__label{font-size:.8em;margin-top:.5em}.stepper-connector-wrapper{transform:translateY(1em);background-image:repeating-linear-gradient(to right,#ccc 0,#ccc .2em,transparent .2em,transparent .4em)}}.step-delivery .checkout-button,.step-delivery .empty-cart-container .primary-button,.empty-cart-container .step-delivery .primary-button{width:10em}.step-delivery .step-title{font-family:Bebas Neue,sans-serif;font-size:1.5rem;font-weight:600;color:#474448;margin:0 0 2rem}.step-delivery .delivery-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1em;align-items:center}.step-delivery .delivery-option-content .option-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.step-delivery .delivery-option-content .option-title{font-size:1rem;font-weight:600;color:#474448;margin:0}.step-delivery .delivery-option-content .option-description{font-size:.875rem;color:#505155;line-height:1.5;margin:0}.step-delivery .delivery-option-content .discount-text{font-size:.875rem;color:#ba324f;font-weight:500;margin-top:.5rem}.step-delivery .delivery-option-content .vat-badge,.step-delivery .delivery-option-content .discount-badge{font-size:.65rem;font-weight:600;padding:3px 6px;border-radius:4px;text-transform:uppercase}.step-delivery .delivery-option-content .vat-badge{background:#71bf44;color:#fff}.step-delivery .delivery-option-content .discount-badge{background:#ba324f;color:#000}.step-delivery .delivery-option-content .info-icon{color:#f7edf0;font-size:1rem;cursor:help;transition:color .2s ease}.step-delivery .delivery-option-content .info-icon:hover{color:#71bf44}.step-delivery .shipping-address-section{animation:slideDown .3s ease-out}.step-delivery .shipping-address-section .section-subtitle{font-family:Bebas Neue,sans-serif;font-size:1.25rem;font-weight:600;color:#474448}@media(max-width:1281px){.step-delivery .form-row{gap:.75rem}}.step-billing .step-title{font-family:Bebas Neue,sans-serif;font-size:1.5rem;font-weight:600;color:#474448;margin:0 0 2rem}.step-billing .same-as-shipping-checkbox{margin-bottom:2rem}.step-billing .same-as-shipping-checkbox label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;font-weight:500;color:#474448}.step-billing .same-as-shipping-checkbox label input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer;accent-color:#71bf44}.step-billing .grayed-out-address{margin-bottom:2rem;animation:slideDown .3s ease-out}.step-billing .grayed-out-address .section-subtitle{font-family:Bebas Neue,sans-serif;font-size:1.25rem;font-weight:600;color:#474448;margin-bottom:1rem}.step-billing .grayed-out-address .address-display.disabled{background-color:#f8f9fa;color:#505155;padding:1.5rem;border-radius:.5em;border:1px solid #d89e00;opacity:.8;font-size:.95rem;line-height:1.5}.step-billing .grayed-out-address .address-display.disabled p{margin:.25rem 0}.step-billing .grayed-out-address .address-display.disabled p:first-child{font-weight:600}.step-billing .billing-address-section{animation:slideDown .3s ease-out}.step-billing .billing-address-section .section-subtitle{font-family:Bebas Neue,sans-serif;font-size:1.25rem;font-weight:600;color:#474448;margin-bottom:1rem}.step-billing .error-message{font-size:.875rem;color:#ba324f;font-weight:500;margin-top:1rem;text-align:center}@media(max-width:1281px){.step-billing .same-as-shipping-checkbox label{font-size:.9rem;gap:.5rem}}.step-payment{display:flex;flex-direction:column;align-items:center}.step-payment .form-actions{align-items:stretch;width:100%}.step-payment .step-title{font-family:Bebas Neue,sans-serif;font-size:1.5rem;font-weight:600;color:#474448;margin:0 0 2rem}.step-payment .payment-gateway-section{background:#fff;border:1px solid #d89e00;border-radius:.5em;padding:1rem;margin:2em 0;animation:slideDown .3s ease-out;align-items:stretch;width:90%}.step-payment .payment-gateway-section .section-subtitle{text-align:center;font-family:Bebas Neue,sans-serif;color:#474448;font-size:.75em}.step-payment .billing-address-section{margin-top:20px;border-top:1px solid #d89e00;padding-top:20px;animation:slideDown .3s ease-out}.step-payment .payment-gateway-container{margin:1.5rem 0}.step-payment .payment-gateway-container .stripe-checkout .card-element{padding:.75rem;border:1px solid #d89e00;border-radius:.5em;background:#fff;transition:all .2s ease}.step-payment .payment-gateway-container .stripe-checkout .card-element:hover{border-color:#a57900}.step-payment .payment-gateway-container .stripe-checkout .card-element.focused{border-color:#71bf44;box-shadow:0 0 0 3px #71bf441a}.step-payment .payment-gateway-container .stripe-checkout .card-element.error{border-color:red}.step-payment .payment-gateway-container .payment-gateway-placeholder{text-align:center;padding:3rem 2rem;background:#fff;border:2px dashed #d89e00;border-radius:.5em;color:#505155}.step-payment .payment-gateway-container .payment-gateway-placeholder i{font-size:3rem;margin-bottom:1rem;display:block;color:#71bf44}.step-payment .payment-gateway-container .payment-gateway-placeholder p{margin:0;font-size:.875rem}.step-payment .payment-gateway-container .payment-gateway-loading{text-align:center;padding:2rem;color:#505155;font-size:.875rem}.step-payment .wire-transfer-info{background:#fff;padding:1.5rem;border-radius:.5em;border:1px solid #d89e00}.step-payment .wire-transfer-info h4{font-size:1rem;font-weight:600;color:#474448;margin:0 0 1rem}.step-payment .wire-transfer-info .bank-details{background:#fff;padding:1rem;border-radius:.25em;margin:1rem 0}.step-payment .wire-transfer-info .bank-details .detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgb(241.5,176.6527777778,0)}.step-payment .wire-transfer-info .bank-details .detail-row:last-child{border-bottom:none}.step-payment .wire-transfer-info .bank-details .detail-row .label{font-weight:500;color:#505155;font-size:.875rem}.step-payment .wire-transfer-info .bank-details .detail-row .value{font-family:monospace;color:#474448;font-size:.875rem;font-weight:600}.step-payment .wire-transfer-info .wire-transfer-note{font-size:.875rem;color:#505155;line-height:1.5;margin-top:1rem;padding:.75rem;background:#f6dce1;border-left:3px solid #ba324f;border-radius:.25em}.step-payment .payment-error,.step-payment .payment-success{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:.25em;margin-bottom:1rem;font-size:.875rem}.step-payment .payment-error i,.step-payment .payment-success i{font-size:1.125rem}.step-payment .payment-error{background:#fcc;color:red;border:1px solid #ff9999}.step-payment .payment-success{background:#c1eadb;color:#71bf44;border:1px solid rgb(154.6370558376,220.8629441624,196.2842639594)}.processing-payment-dialog{padding:2em;margin:1em;text-align:center}.processing-payment-dialog .dialog-title{font-family:Bebas Neue,sans-serif;font-size:1.75rem;margin-bottom:2rem;color:#474448}.processing-payment-dialog .dialog-message{font-size:.9rem;color:#505155;margin-bottom:2rem}.processing-payment-dialog .spinner-large{width:40px;height:40px;margin:0 auto;border:4px solid rgba(113,191,68,.2);border-top-color:#71bf44;border-radius:50%;animation:spin .75s alternate-reverse infinite}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1281px){.step-payment .wire-transfer-info .bank-details .detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.step-payment .wire-transfer-info .bank-details .detail-row .value{font-size:.813rem}}@media(max-width:600px){.step-payment .payment-gateway-section{padding:1rem}}.step-summary .summary-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-bottom:2rem}@media(max-width:1281px){.step-summary .summary-layout{grid-template-columns:1fr;gap:1.5rem}}.step-summary .summary-left-column{display:flex;flex-direction:column;gap:1.5rem}.step-summary .summary-right-column{position:sticky;top:2rem;height:fit-content}.step-summary .summary-card{background:#fff;border:1px solid rgba(216,158,0,.2);box-shadow:0 2px 4px #4744480d;border-radius:.5em;overflow:hidden}.step-summary .summary-card .summary-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#71bf440a;border-bottom:1px solid rgba(216,158,0,.2)}.step-summary .summary-card .summary-card-header .summary-card-title{font-family:Bebas Neue,sans-serif;font-size:1rem;font-weight:600;color:#474448;margin:0}.step-summary .summary-card .summary-card-header .change-button{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #71bf44;color:#71bf44;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:.25em;cursor:pointer;transition:all .2s ease}.step-summary .summary-card .summary-card-header .change-button:hover{background:#71bf44;color:#fff}.step-summary .summary-card .summary-card-header .change-button .change-icon{font-size:.75rem;display:inline-flex;align-items:center}.step-summary .summary-card .summary-card-content{padding:1.5rem}.step-summary .order-summary{border:1px solid rgba(216,158,0,.2);box-shadow:0 2px 4px #4744480d}.step-summary .custody-notice{display:flex;align-items:center;gap:.75rem;background-color:#71bf440d;border:1px solid rgba(113,191,68,.1);border-radius:.5em;padding:.75rem 1rem;margin-top:1rem;font-size:.875rem;color:#505155}.step-summary .custody-notice svg{font-size:1.1em;color:#71bf44}.step-summary .custody-message{font-size:.9rem;color:#505155;font-style:italic;margin-top:.5rem}.step-summary .address-details{margin-top:1rem}.step-summary .address-details div{margin:0 0 .25rem;font-size:.9rem;color:#474448;line-height:1.5}.step-summary .address-details div:first-of-type{font-weight:600;color:#474448}.step-summary .address-details div:last-of-type{margin-bottom:0}.step-summary .error-message,.step-summary .success-message{padding:1rem;border-radius:.5em;text-align:center;margin-bottom:1rem;font-weight:500}.step-summary .error-message{color:#ba324f;background-color:#ba324f1a;border:1px solid #ba324f}.step-summary .success-message{color:#71bf44;background-color:#32936f1a;border:1px solid #71bf44}.step-summary .form-actions .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1281px){.step-summary .summary-right-column{position:static}}@media(max-width:600px){.step-summary .summary-card .summary-card-header{padding:.875rem 1rem;gap:.75rem}.step-summary .summary-card .summary-card-header .change-button{align-self:flex-end;font-size:.8125rem;padding:.5rem;gap:0}.step-summary .summary-card .summary-card-header .change-button .change-text{display:none}.step-summary .summary-card .summary-card-content{padding:1rem}.step-summary .address-details{margin-top:.75rem}}.confirm-order-dialog{text-align:center;padding:.5rem 0}.confirm-order-dialog h3{font-family:Bebas Neue,sans-serif;font-size:1.5rem;margin-bottom:1rem;color:#474448}.confirm-order-dialog p{font-size:1rem;color:#505155;margin-bottom:2rem}.confirm-order-dialog .dialog-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.confirm-order-dialog .dialog-actions button{min-width:120px}.address-form{padding:1rem;border:1px solid white;border-radius:.5em;background-color:#f9fafb;display:flex;flex-direction:column;box-shadow:0 0 0 2px #71bf441a}.address-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:5em}@media(max-width:600px){.address-form .form-row{grid-template-columns:1fr}}.address-form .form-group{display:flex;flex-direction:column;flex:1;min-width:10em;row-gap:.5rem}.address-form .form-group label{font-size:.85rem;font-weight:600;color:#474448}.address-form .form-group input,.address-form .form-group select{font-family:Karla,sans-serif;transition:all .2s ease;background:#fff;padding:.75rem;border:1px solid #f9fafb;border-radius:.5em;font-size:1rem}.address-form .form-group input:hover,.address-form .form-group select:hover{box-shadow:0 0 0 2px #71bf4433}.address-form .form-group input:focus,.address-form .form-group select:focus{outline:none;box-shadow:0 0 0 2px #71bf44b3}.address-form .form-group::placeholder{color:#71bf4480}.address-form .form-group--small{flex-grow:0}@media(min-width:600px){.address-form .form-group--small{max-width:150px}}.address-form .checkbox-option{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.5em;cursor:pointer;font-size:.9rem;color:#505155}.address-form .checkbox-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#71bf44}.address-form .checkbox-option:hover{color:#474448}.address-form .grayed-out-address .address-display.disabled{background-color:#f5f5f5;color:#888;padding:15px;border-radius:8px;border:2px solid #ddd;opacity:.7}.address-form .same-as-shipping-checkbox{margin-bottom:20px}.address-form .same-as-shipping-checkbox label{display:flex;align-items:center;gap:8px;cursor:pointer}.auth-prompt{text-align:center;animation:slideDown .3s ease-out}.auth-prompt__title{font-family:Bebas Neue,sans-serif;font-weight:600;color:#474448;margin:0 0 .75rem}.auth-prompt__message{font-size:.9rem;color:#505155;line-height:1.5;margin:0 auto 1.5rem;max-width:450px}.auth-prompt__actions{display:flex;justify-content:center;gap:1rem}.auth-prompt__button{border:none;cursor:pointer;font-weight:600;font-size:.9rem;padding:.75rem 1.5rem;border-radius:.5em;transition:all .2s ease-in-out}.auth-prompt__button--primary{background-color:#71bf44;color:#fff}.auth-prompt__button--primary:hover{background-color:#71bf44cc}.auth-prompt__button--secondary{background-color:transparent;color:#474448;border:1px solid #d89e00}.auth-prompt__button--secondary:hover{background-color:#71bf4426;border-color:#a57900}.auth-prompt--dialog{padding:1rem}.auth-prompt--dialog .auth-prompt__title{font-size:1.5rem}.auth-prompt--inline{border:1px solid #d89e00;border-radius:.5em;padding:1.5rem;margin-bottom:1.5rem;background-color:#fcfcfc}.auth-prompt--inline .auth-prompt__title{font-size:1.1rem}.auth-prompt--inline .auth-prompt__button--primary{background-color:transparent;color:#71bf44;border:1px solid #71bf44}.auth-prompt--inline .auth-prompt__button--primary:hover{background-color:#71bf441a}.auth-prompt--inline .auth-prompt__button--secondary{background-color:#474448;color:#fff;border-color:#474448}.auth-prompt--inline .auth-prompt__button--secondary:hover{background-color:#615d62}.qr-view{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;gap:1rem}.qr-view__title{font-size:1.5rem;font-weight:600;margin:0;color:var(--text-primary, #1a1a1a)}.qr-view__message{font-size:1rem;margin:0;color:var(--text-secondary, #666);max-width:400px}.qr-view__code-container{display:flex;justify-content:center;align-items:center;padding:1rem}.qr-view__code{display:inline-flex;padding:1rem;border-radius:.75rem;background-color:#fff;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d}.qr-view__code svg{display:block;border-radius:.5rem}.qr-view__description{font-size:.875rem;margin:0;color:var(--text-tertiary, #999);max-width:350px;line-height:1.5}@media(max-width:768px){.qr-view{padding:1rem}.qr-view__title{font-size:1.25rem}.qr-view__message{font-size:.9rem}.qr-view__code{padding:.75rem}}.qr-payment-dialog{min-width:320px;max-width:500px;padding:1.5rem}.qr-payment-dialog__title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;text-align:center;color:var(--text-primary, #1a1a1a)}.qr-payment-dialog__description{font-size:.95rem;margin:0 0 1.5rem;text-align:center;color:var(--text-secondary, #666);line-height:1.6}.qr-payment-dialog .btn{width:100%;margin-top:1rem}@media(max-width:480px){.qr-payment-dialog{min-width:280px;padding:1rem}.qr-payment-dialog__title{font-size:1.25rem}.qr-payment-dialog__description{font-size:.875rem}}.cart-page-container{display:grid;grid-template-columns:3.5fr 1.5fr;grid-template-areas:"items summary" "preview summary";gap:2em;padding:2em;max-width:93em;margin:3em auto;font-family:Bebas Neue,sans-serif,sans-serif}.cart-page-container.checkout-view{grid-template-columns:1fr}.cart-items-list{grid-area:items;background-color:#fff;border:.0625em solid #e5e7eb;border-radius:.5em;padding:2em;box-shadow:0 .125em .5em #00000014}.cart-items-list h1{font-family:Karla,sans-serif,sans-serif;font-size:1.75em;font-weight:600;color:#474448;margin:0 0 1.5em;text-align:left}.summary-container{grid-area:summary;position:sticky;top:8em}.order-summary{background-color:#fff;border-radius:.5em;padding:2em;box-shadow:0 .125em .5em #00000014;border:.0625em solid #e5e7eb}.order-summary .btn{display:flex;width:100%}.order-summary h3{font-family:Karla,sans-serif,sans-serif;font-size:1.25em;font-weight:600;color:#474448;margin:0 0 1.5em}.price-line{display:flex;justify-content:space-between;margin-bottom:1em;font-size:1em;color:#7b767c}.price-line .percentage-badge{font-size:.85em;color:#adaaae;margin-left:.5em;font-weight:400}.price-line span:last-child{color:#474448;font-weight:600}.total-line{font-size:1.25em;font-weight:700;margin-top:1.5em;padding-top:1.5em;border-top:.0625em solid #e5e7eb}.total-line span{color:#474448!important}.shipping-progress{background-color:#f9fafb;border:.0625em solid #f0f0f0;color:#c6c4c7;border-radius:.5em;padding:1em;margin:1.5em 0;display:flex;align-items:center;gap:.75em}.shipping-progress .progress-bar{background-color:#e5e7eb}.shipping-progress .progress-fill{background:#474448}.promo-input-group{display:flex;padding-bottom:1.5em}.promo-input-group input{width:100%;padding:.75em;border:.0625em solid #71bf44;border-right:none;border-radius:.5em 0 0 .5em;font-family:Bebas Neue,sans-serif,sans-serif;font-size:.9em;transition:all .2s ease}.promo-input-group input:focus{outline:none;border-color:#71bf44;box-shadow:none}.promo-input-group button{padding:0 1.5em;border:.0625em solid #71bf44;background-color:#71bf44;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;border-radius:0 .5em .5em 0;white-space:nowrap}.promo-input-group button:hover{background-color:#5a9b35;border-color:#5a9b35}.checkout-button,.empty-cart-container .primary-button{width:100%}.empty-cart-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;grid-column:1/-1;background-color:#fff;border:.0625em solid #e5e7eb;border-radius:.5em;padding:2em 2.5em;box-shadow:0 .125em .5em #00000014}.empty-cart-container .empty-cart-art{font-size:4em;margin-bottom:1em;color:#71bf44;animation:bounce 1.5s infinite alternate ease-in-out}.empty-cart-container .empty-cart-art .MuiSvgIcon-root{font-size:inherit}.empty-cart-container h2{font-family:Karla,sans-serif,sans-serif;margin-bottom:.5em;color:#474448}.empty-cart-container p{color:#7b767c;max-width:28em;margin-bottom:2em;line-height:1.6}.cart-breadcrumb{display:flex;align-items:center;gap:.5em;margin-bottom:1em;font-family:Bebas Neue,sans-serif}.back-to-cart-button{display:inline-flex;align-items:center;gap:.5em;background:none;border:none;cursor:pointer;font-family:Bebas Neue,sans-serif;font-size:.9em;font-weight:500;color:#948f96;margin-bottom:0;padding:.25em 0;transition:color .2s ease}.back-to-cart-button:hover{color:#71bf44}.breadcrumb-separator{font-size:.9em;font-weight:500;color:#948f96;-webkit-user-select:none;user-select:none}.breadcrumb-current-page{font-size:.9em;font-weight:700;color:#474448}.checkout-preview{grid-area:preview}@media(max-width:1281px){.cart-page-container{grid-template-columns:1fr;grid-template-areas:"items" "preview" "summary";padding:1.5em;margin-top:1.5em;margin-right:1.5em}.summary-container{position:static;top:auto}}@media(max-width:600px){.cart-items-list{padding:1.5em 1em}}.cart-panel__drawer{width:min(480px,100vw);overflow:hidden;box-shadow:-5px 0 30px #00000026;background-color:transparent!important}.cart-panel{display:flex;flex-direction:column;background-color:var(--ux-bg-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);height:100%;overflow:hidden;color:var(--color-text-main)}.cart-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0}.cart-panel__title{margin:0;font-size:1.2rem;font-weight:600}.icon-button i{font-size:1.1rem;cursor:pointer;padding:.25rem;border-radius:50%;transition:color .15s ease-in-out,background-color .15s ease-in-out}.icon-button:hover{background-color:#71bf440d;color:var(--color-primary)}.cart-panel__empty{display:flex;padding:1rem;justify-content:center;height:100%;align-items:center;flex-direction:column;color:var(--color-text-muted)}.cart-panel__list{list-style:none;padding:.75rem 1.25rem;margin:0;flex:1;overflow-y:auto;min-height:0;-ms-overflow-style:none;scrollbar-width:none}.cart-panel__list::-webkit-scrollbar{display:none}.cart-panel-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05);transition:all .2s ease-in-out;border-radius:1.5em;margin-bottom:.5rem}.cart-panel-item:hover{background-color:var(--ux-bg-surface-alt);box-shadow:0 1em 2em #0000001a;transform:translateY(-.5px);border-bottom-color:transparent}.cart-panel-item__image{width:5rem;height:5rem;flex-shrink:0;object-fit:cover;border:1px solid var(--color-border-subtle);border-radius:.5em}.cart-panel-item__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.cart-panel-item__headline{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-panel-item__headline .fa-trash{cursor:pointer;padding:.25rem;border-radius:.5em;transition:color .2s ease-in-out,background-color .2s ease-in-out}.cart-panel-item__headline .fa-trash:hover{color:#dc3545;background-color:#dc35450d}.cart-panel-item__name{font-weight:600;font-size:.98rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-left:1.8em}.cart-panel-item__meta{color:var(--color-text-muted);font-size:.95rem;margin-left:2em}.cart-panel-item__qty{display:flex;align-items:center;gap:.6rem;margin-left:1.8em}.cart-panel-item__qty .cart-panel-item__quantity{min-width:2ch;text-align:center;font-variant-numeric:tabular-nums}.cart-panel__footer{padding:1.25rem;border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem;flex-shrink:0;background-color:transparent}.cart-panel__subtotal{display:flex;align-items:baseline;justify-content:space-between;padding:0 .25rem}.cart-panel__subtotal .label{color:var(--color-text-muted);font-weight:500}.cart-panel__subtotal .value{font-weight:550}.cart-panel__actions{display:flex;gap:.75rem;width:100%}.cart-panel__actions .btn{flex:1;gap:.5rem;justify-content:center}@media only screen and (max-width:600px){.cart-panel__drawer{width:100vw}}.cart-item{display:grid;grid-template-columns:4em auto auto auto auto;align-items:center;justify-content:space-evenly;gap:1em;padding:.5em 0;border-bottom:.0625em solid #f0f0f0}.cart-item__image img{width:5.5em;height:5.5em;object-fit:cover;align-self:center;border-radius:.5em;background-color:#f8f8f8}.cart-item__details{min-width:0;margin-left:2em}.cart-item__name{font-weight:600;color:#474448;font-size:clamp(1em,.95em + .4vw,1.1em);margin:0 0 .25em;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.cart-item__category{font-size:clamp(.8em,.75em + .2vw,.9em);color:#adaaae;text-transform:capitalize;margin:0 0 .25em}.cart-item__price{font-size:clamp(1em,.95em + .3vw,1.15em);font-weight:600;text-align:right;min-width:5.5em;color:#474448}.cart-item__remove button{background:none;border:none;color:#adaaae;cursor:pointer;padding:.5em;border-radius:50%;transition:all .2s ease}.cart-item__remove button:hover{color:#e84855;background-color:#e848554d}@media(max-width:981px){.cart-item{gap:.75em;padding:1em 0;grid-template-columns:5em 10em auto auto auto}}@media(max-width:600px){.cart-item{grid-template-rows:auto auto auto;grid-template-columns:5em 10em auto auto auto;column-gap:1.25em;align-items:start}.cart-item__image{grid-area:image}.cart-item__details{grid-area:details;margin-left:0}.cart-item__quantity{grid-area:quantity}.cart-item__price{grid-area:price;text-align:left;min-width:0}.cart-item__name{font-size:clamp(.95em,.9em + .6vw,1.05em)}.cart-item__category{font-size:clamp(.75em,.7em + .4vw,.9em)}.cart-item{display:grid;gap:0em 2em;grid-template-areas:"image details" "image quantity" "image price";position:relative}.cart-item__remove{position:absolute;top:1em;right:0}.cart-item__details,.cart-item__quantity{margin-bottom:.5em}.cart-item__price{text-align:left;justify-self:start}.cart-item__price{width:100%}.cart-item__name{margin-left:0}}.wishlist-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background-color:transparent;border:none;cursor:pointer;border-radius:50%;transition:background-color .2s ease-in-out,transform .1s ease-out}.wishlist-button:hover{background-color:#0000000a}.wishlist-button:active{transform:scale(.9)}.wishlist-button__icon-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wishlist-button__icon{font-size:1.5rem}.wishlist-button__icon--outline{color:#555}.wishlist-button__icon--filled{color:#d32f2f}.wishlist-actions{display:inline-block}.wishlist-panel__drawer{width:min(480px,100vw);border-left:1px solid rgba(0,0,0,.06)}.wishlist-panel{display:flex;flex-direction:column;background-color:#fff;min-height:100%;height:100%}.wishlist-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.wishlist-panel__title{margin:0;font-size:1.2rem;font-weight:600}.icon-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:inherit;cursor:pointer;line-height:1;padding:.4rem;border-radius:.5em}.icon-button i{font-size:1.1rem}.icon-button:hover{background-color:#0000000d;transform:scale(1.02)}.wishlist-panel__empty{display:flex;padding:1rem;justify-content:center;height:100%;align-items:center;flex-direction:column;color:#000000a6}.wishlist-panel__empty .wishlist-panel__empty-title{margin:0 0 .3rem;font-weight:600}.wishlist-panel__empty .wishlist-panel__empty-hint{margin:0}.wishlist-panel__list{list-style:none;padding:.5rem;margin:0}.wishlist-item{display:flex;gap:.75rem;padding:.9rem .5rem;border-bottom:1px solid rgba(0,0,0,.04);align-items:flex-start;transition:background-color .2s ease-in-out}.wishlist-item:hover{background-color:#00000005}.wishlist-item__image{width:5rem;height:5rem;object-fit:cover;border:1px solid #eee;border-radius:.5em}.wishlist-item__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.wishlist-item__headline{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wishlist-item__headline .fa-trash{cursor:pointer;padding:.25rem;border-radius:.5em;transition:color .2s ease-in-out,background-color .2s ease-in-out}.wishlist-item__headline .fa-trash:hover{color:#dc3545;background-color:#dc35450d}.wishlist-item__name{font-weight:600;font-size:.98rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist-item__actions{display:flex;gap:.35rem}.wishlist-item__meta{color:#333;font-size:.95rem}.wishlist-panel__footer{margin-top:auto;padding:.9rem 1rem 1rem;border-top:1px solid rgba(0,0,0,.06)}.wishlist-panel__actions{display:flex;gap:.75rem;width:100%}.wishlist-panel__actions .btn{flex:1;gap:.5rem;justify-content:center}@media only screen and (max-width:600px){.wishlist-panel__drawer{width:100vw}}.product-actions{padding:0 1em 1em;text-align:center;min-height:3em;display:flex;align-items:center;justify-content:center;margin-top:auto;font-size:1em}.product-actions .btn{gap:.5em}.product-actions .btn .MuiSvgIcon-root{font-size:1.25em}.product-actions .quantity-control{display:flex;align-items:center;justify-content:space-between;background:#fff;border:2px solid #71bf44;border-radius:.5em;padding:.25em .5em;height:1.85em;gap:.5em}.product-actions .quantity-control .btn{width:1.8em;height:1.8em;padding:0;background-color:transparent;color:#474448;font-size:1em;border-radius:50%;border:0;transition:all .2s ease}.product-actions .quantity-control .btn:hover{background-color:#71bf4433}.product-actions .quantity-control .btn:disabled{background-color:#ccc;color:#999;transform:none}.product-actions .quantity-control .btn .MuiSvgIcon-root,.product-actions .quantity-control .btn svg{font-size:.8em}.product-actions .quantity-control .quantity{font-weight:600;font-family:Karla,sans-serif;font-size:1em;color:#474448;min-width:2.5em;text-align:center;padding:.2em 0}.product-actions--in-cart .quantity-control{background-color:#fff;border-color:#71bf44}.product-actions--out-of-stock .btn{border-color:#ccc;color:#999;cursor:not-allowed}.product-actions--out-of-stock .btn:hover{background-color:#f5f5f5;color:#999;border-color:#ccc}@media only screen and (max-width:600px){.product-actions{padding:0 .8em .8em}.product-actions .btn{font-size:.8em;padding:.6em .8em}.product-actions .quantity-control{padding:.3em}.product-actions .quantity-control .btn{width:2em;height:2em;font-size:.8em}.product-actions .quantity-control .quantity{font-size:.9em;min-width:2em}}.quantity-selector{display:inline-flex;align-items:center;border:.0625em solid #d89e00;border-radius:.5em;overflow:hidden;background-color:#fff}.quantity-selector__quantity{padding:0 1.25em;font-weight:600;font-size:1em;min-width:3.25em;text-align:center;-webkit-user-select:none;user-select:none;color:#474448;transition:all .2s ease}.quantity-selector__button{background-color:transparent;border:none;padding:.625em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.quantity-selector__button:hover{background-color:#f7edf0}.quantity-selector__button .MuiSvgIcon-root{font-size:1.1em;color:#474448;transition:font-size .2s ease}@media(max-width:600px){.quantity-selector__quantity{padding:0 1em;font-size:.95em;min-width:2em}.quantity-selector__button{padding:.5em}.quantity-selector__button .MuiSvgIcon-root{font-size:1em}}@media(max-width:1281px){.quantity-selector__quantity{padding:0 1em;font-size:.95em;min-width:.5em}.quantity-selector__button{padding:.5em}.quantity-selector__button .MuiSvgIcon-root{font-size:1em}}.login-or-guest-dialog{padding:2em;text-align:center;font-family:Karla,sans-serif;background-color:#fff;color:#474448;border-radius:.5em;max-width:450px;margin:auto}.login-or-guest-dialog .dialog-title{font-family:Bebas Neue,sans-serif;font-size:1.5em;font-weight:600;margin-top:0;margin-bottom:.75em}.login-or-guest-dialog .dialog-message{font-size:1em;line-height:1.6;margin-bottom:2em;color:#505155}.login-or-guest-dialog .dialog-actions{display:flex;flex-direction:column;gap:1em}@media only screen and (min-width:600px){.login-or-guest-dialog .dialog-actions{flex-direction:row;justify-content:center}}.login-or-guest-dialog .dialog-actions button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5em;cursor:pointer;transition:all .2s ease;text-decoration:none;box-shadow:0 2px 4px #0000000d;border:1px solid transparent}@media only screen and (min-width:600px){.login-or-guest-dialog .dialog-actions button{width:auto;min-width:180px}}.login-or-guest-dialog .dialog-actions .primary-button{background-color:#474448;border-color:#474448;color:#fff}.login-or-guest-dialog .dialog-actions .primary-button:hover{background-color:#6e696f;border-color:#6e696f;box-shadow:0 4px 8px #0000001a}.login-or-guest-dialog .dialog-actions .secondary-button{background-color:transparent;border-color:#474448;color:#474448}.login-or-guest-dialog .dialog-actions .secondary-button:hover{background-color:#efdbe1;border-color:#474448}.locale-selector-popup{z-index:9999;width:20em;overflow:hidden;position:absolute;top:7em;right:6em;background-color:#fff;padding:1em;border-radius:7px;box-shadow:.2em .2em 1em #444}.locale-selector-popup .tabs-header{display:flex;position:relative;border-bottom:1px solid #eee;background-color:#fff}.locale-selector-popup .tabs-header .tab-btn{flex:1;padding:1em;border:none;background-color:transparent;font-weight:500;color:#999;cursor:pointer;position:relative;transition:color .2s ease-in-out}.locale-selector-popup .tabs-header .tab-btn.active{color:#71bf44}.locale-selector-popup .tabs-header .tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:1em;right:1em;height:2px;background-color:#71bf44}.locale-selector-popup .tabs-header .tab-btn:hover{color:#71bf44}.locale-selector-popup .tabs-header .close-btn{position:absolute;top:50%;right:-.25em;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;color:#aaa;cursor:pointer;padding:0 5px}.locale-selector-popup .tabs-header .close-btn:hover{color:#231f20}.locale-selector-popup .tabs-content{padding:1em;max-height:40vh;overflow-y:auto;background-color:#fff;font-size:.8em}.locale-selector-popup .tabs-content .options-list{display:flex;flex-direction:column;gap:.8em}.locale-selector-popup .tabs-content .options-list .option-item{display:flex;align-items:center;height:3em;gap:.8rem;padding:.8em 1em;border:2px solid #e0e0e0;border-radius:.5em;cursor:pointer;transition:border-color .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out}.locale-selector-popup .tabs-content .options-list .option-item:hover{background-color:#71bf4480;color:#fff}.locale-selector-popup .tabs-content .options-list .option-item:hover .option-symbol{color:#fff}.locale-selector-popup .tabs-content .options-list .option-item:hover .radio-button{border:2px solid white}.locale-selector-popup .tabs-content .options-list .option-item.selected{border-color:#71bf44;box-shadow:0 0 5px #71bf4480}.locale-selector-popup .tabs-content .options-list .option-item.selected .radio-button{border-color:#71bf44}.locale-selector-popup .tabs-content .options-list .option-item .option-flag{width:1.5em;height:auto}.locale-selector-popup .tabs-content .options-list .option-item .option-symbol{font-size:1.2em;color:#505155;width:1.5em;text-align:center;transition:color .2s ease-in-out}.locale-selector-popup .tabs-content .options-list .option-item span{font-weight:500;flex-grow:1}.locale-selector-popup .tabs-content .options-list .option-item .radio-button{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:border-color .2s ease-in-out;flex-shrink:0}.locale-selector-popup .tabs-content .options-list .option-item .radio-button .radio-dot{width:10px;height:10px;background-color:#71bf44;border-radius:50%}.locale-preview{display:flex;align-items:center}.locale-preview-button{display:flex;align-items:center;gap:.5em;background-color:transparent;border:none;color:#474448;cursor:pointer;padding:.3rem .5rem;border-radius:4px;transition:background-color .15s ease-in-out;font-size:1em}.locale-preview-flag{width:1.2em;height:auto;margin-right:.1em}.locale-preview-code{font-weight:400;font-family:Bebas Neue,sans-serif}.locale-preview-symbol{font-size:.9em;opacity:.8}.login-prompt-tooltip{display:flex;align-items:center;gap:.85em;padding:.8em 1em;font-family:Karla,sans-serif}.login-prompt-tooltip__icon{font-size:2.2em!important;color:#ba324f;filter:drop-shadow(0 0 5px rgba(186,50,79,.7))}.login-prompt-tooltip__text-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.login-prompt-tooltip__message{font-size:1em;font-weight:600;margin-bottom:.3em;color:#fff}.login-prompt-tooltip__link{color:#ffffffe6!important;font-weight:500!important;font-size:.9em!important;text-decoration:underline!important;text-transform:none!important;padding:0!important;cursor:pointer;font-family:Bebas Neue,sans-serif!important;text-underline-offset:3px}.login-prompt-tooltip__link:hover{color:#ba324f!important;text-shadow:0 0 5px rgba(186,50,79,.7)}.address-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.address-list-item{display:flex;justify-content:center}.address-list-item .radio-card{max-width:80%}@media(max-width:600px){.address-list-item .radio-card{max-width:75%}}.address-card-content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.25rem}.address-details{flex-grow:1}.address-details p{margin:.25rem 0;color:#474448;font-size:.9rem}.address-details strong{font-size:1rem}.address-actions{display:flex;gap:.75rem;margin-left:1rem}.address-actions .edit-button,.address-actions .delete-button{background:none;border:none;cursor:pointer;font-weight:600;font-size:.85rem;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.address-actions .edit-button{color:#007bff}.address-actions .edit-button:hover{background-color:#007bff26}.address-actions .delete-button{color:#dc3545}.address-actions .delete-button:hover{background-color:#dc354526}.add-new-address-button{border:2px dashed #e0e0e0;background-color:transparent;color:#555;width:100%;height:4em;padding:1rem;text-align:center;font-weight:600;font-size:.95rem;border-radius:.5em;cursor:pointer;transition:all .15s ease-in-out}.add-new-address-button:hover{background-color:#f7f7f7;border-color:#ccc;color:#000}.price-component{display:inline-flex;align-items:center;gap:.5em}.price-component__amount{font-weight:600;font-size:clamp(1em,.95em + .3vw,1.15em);line-height:1.2}.price-component__info-icon{color:#71bf44;cursor:help}@media(max-width:600px){.price-component{gap:.4em}.price-component__amount{font-size:clamp(.95em,.9em + .4vw,1.05em)}.price-component__info-icon{font-size:.6em}}@keyframes quantity-bump{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.add-to-cart-toast{background-color:var(--ux-bg-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border-subtle);box-shadow:0 .44em 1.75em #00000026;border-radius:.88em;width:90vw;max-width:12em;height:14.5em;max-height:14.5em;color:var(--color-text-main);display:flex;flex-direction:column;padding:.7em .7em 1.4em;position:relative;z-index:9999;pointer-events:auto;overflow:hidden}.add-to-cart-toast .toast-header{display:flex;align-items:center;justify-content:center;gap:.35em;position:relative;width:100%;height:4em;background:transparent}.add-to-cart-toast .toast-header .icon-success{font-size:1em;color:var(--color-primary)}.add-to-cart-toast .toast-header span{font-weight:600;font-size:.77em;color:var(--color-text-main);letter-spacing:.02em}.add-to-cart-toast .toast-header .toast-close-btn{position:absolute;top:-.14em;right:-.14em;color:var(--color-text-muted);background:none;border:none;padding:.28em;cursor:pointer;transition:color .2s ease}.add-to-cart-toast .toast-header .toast-close-btn:hover{color:var(--color-text-main)}.add-to-cart-toast .toast-header .toast-close-btn svg{font-size:.77em}.add-to-cart-toast .toast-body{display:flex;flex-direction:column;align-items:center;gap:.56em;width:100%;background:transparent}.add-to-cart-toast .toast-body .toast-product-image{width:4.4em;height:4.4em;object-fit:cover;border-radius:.53em;box-shadow:0 .18em .53em #0000001a;background-color:var(--ux-bg-surface-alt)}.add-to-cart-toast .toast-body .toast-product-details{text-align:center;width:100%}.add-to-cart-toast .toast-body .toast-product-details .product-title{font-weight:600;font-size:.74em;line-height:1.3;color:var(--color-text-main);margin-bottom:.14em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:2.6em}.add-to-cart-toast .toast-body .toast-product-details .product-quantity{font-size:.63em;color:var(--color-text-muted)}.add-to-cart-toast .toast-body .toast-product-details .product-quantity.bump{display:inline-block;animation:quantity-bump .3s ease-out;color:var(--color-primary);font-weight:600}.add-to-cart-toast .toast-body .product-price{display:none}.add-to-cart-toast .toast-footer{margin-top:.84em;padding-top:.7em;display:flex;flex-direction:column;gap:.7em;width:100%;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.add-to-cart-toast .toast-footer .total-section{display:flex;justify-content:space-between;align-items:center;width:90%;padding-bottom:.7em;margin-bottom:.7em;background:transparent!important;box-shadow:none!important;border-bottom:1px solid rgba(0,0,0,.05)}.add-to-cart-toast .toast-footer .total-section .total-label{font-size:.7em;color:var(--color-text-main);font-weight:500}.add-to-cart-toast .toast-footer .total-section .product-price,.add-to-cart-toast .toast-footer .total-section .price-component{font-size:.84em!important;font-weight:700!important;color:var(--color-text-main)!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;border:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:flex;align-items:center;margin:0;padding:0;width:auto;height:auto;min-height:0}.add-to-cart-toast .toast-footer .total-section .price-component__amount{margin-right:.53em}.add-to-cart-toast .toast-footer .total-section .price-component__info-icon{display:none}.add-to-cart-toast .toast-footer .actions-section{display:flex;gap:.56em}.add-to-cart-toast .toast-footer .actions-section button{flex:1;padding:.42em 0;border-radius:50px;font-size:.63em;font-weight:500;cursor:pointer;transition:transform .1s ease}.add-to-cart-toast .toast-footer .actions-section button:active{transform:scale(.96)}.add-to-cart-toast .toast-footer .actions-section .btn--secondary{background:transparent;border:1px solid var(--color-border-strong);color:var(--color-text-main)}.add-to-cart-toast .toast-footer .actions-section .btn--secondary:hover{background:#ffffff1a}.add-to-cart-toast .toast-footer .actions-section .btn--primary{background:var(--color-primary);color:#fff;border:none;box-shadow:0 .18em .44em #0000004d}.add-to-cart-toast .toast-footer .actions-section .btn--primary:hover{filter:brightness(1.1)}.menu{width:100%;margin:auto;padding-top:1em;height:100%;overflow-y:auto;overflow-x:hidden;position:relative;padding-bottom:1em}.menu .printable-page{margin-top:7em;margin-bottom:0;max-width:1000px;display:block;background-color:transparent;box-shadow:none}.menu-page-container{width:100%;max-width:1300px;margin:auto;padding-top:4em;padding-bottom:0;animation:fadeInPage .5s ease-out}.menu-page-container>*{padding:0 1em}@media(max-width:600px){.menu-page-container{padding-top:7em}.menu-page-container .menu-content-card.a4{width:95%;padding:1rem}}@keyframes fadeInPage{0%{opacity:0;transform:translateY(.8em)}to{opacity:1;transform:translateY(0)}}.printable-page{display:contents}@media(max-width:600px){.menu .printable-page{max-width:100%;padding:0 1em}}.category{margin-bottom:2em}.category h2,.category h3,.category h4{margin-bottom:.5em;margin-top:1em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.category h5{color:#fff;margin-top:1.5em;margin-bottom:.5em;font-size:1.1em;padding-left:.5em}.category h2{font-size:1.8rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.2em}.category h3{font-size:1.5rem}.category h4{font-size:1.2rem;color:#ffffffe6}.extras .price-group{display:flex;justify-content:space-between;align-items:center}.extras .price-group:last-child{border-bottom:none}.extras .price-group b{margin-left:.5em}.extras .price-group span{font-size:.8em;color:var(--ux-bg-surface-inv);margin-left:.25rem}.menu-navigation{z-index:100;background-color:var(--ux-navbar-bg);color:var(--ux-text-main);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--ux-border-default);border-radius:22px;width:95%;max-width:800px;margin:0 auto;position:sticky;top:7.5em;padding:.6em .8em;display:flex;flex-direction:column;gap:.8em}.menu-navigation .nav-controls{display:flex;gap:.8em;align-items:center;padding-top:.5em;justify-content:center}.menu-navigation .nav-controls .search-container{flex:0 1 400px;position:relative;background:var(--ux-bg-surface-alt);border-radius:3em;display:flex;align-items:center;padding:.5em 1em;transition:all .2s ease;border:.06em solid transparent}.menu-navigation .nav-controls .search-container:focus-within{background:var(--ux-bg-surface);border-color:var(--ux-primary);box-shadow:0 0 0 .12em #71bf441a}.menu-navigation .nav-controls .search-container .search-icon{color:var(--ux-text-muted);margin-right:.5em}.menu-navigation .nav-controls .search-container input{border:none;background:transparent;width:100%;outline:none;color:var(--ux-text-main);font-size:1em}.menu-navigation .nav-controls .search-container input::placeholder{color:var(--ux-text-muted)}.menu-navigation .nav-controls .search-container .clear-search-btn{background:none;border:none;color:var(--ux-text-muted);cursor:pointer;padding:.2em;display:flex;align-items:center;justify-content:center;font-size:.9em;transition:color .2s}.menu-navigation .nav-controls .search-container .clear-search-btn:hover{color:var(--ux-text-main)}.menu-navigation .nav-controls .filter-btn{background:var(--ux-bg-surface-alt);border:.06em solid transparent;border-radius:3em;padding:.5em 1em;cursor:pointer;display:flex;align-items:center;gap:.5em;color:var(--ux-text-main);font-weight:500;font-size:.9em;white-space:nowrap;transition:all .2s ease}.menu-navigation .nav-controls .filter-btn:hover{background:var(--ux-bg-surface-alt-hover);transform:translateY(-.06em)}.menu-navigation .nav-controls .filter-btn.active{background:var(--ux-primary);color:#fff;box-shadow:0 .25em .6em #71bf444d}.menu-navigation .nav-tabs-container{position:relative;display:flex;justify-content:flex-start;align-items:center;overflow:hidden}.menu-navigation .nav-tabs-container .magic-line-container{width:100%;position:relative;display:flex;align-items:center;justify-content:center;gap:.5em}.menu-navigation .nav-tabs-container .mobile-icon-btn{background:transparent;border:none;color:var(--ux-text-muted);padding:.5em;font-size:1.2em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.menu-navigation .nav-tabs-container .mobile-icon-btn:hover{color:#000}.menu-navigation .nav-tabs-container .mobile-icon-btn.active{color:var(--ux-primary)}.menu-navigation .nav-tabs-container .nav-tabs-wrapper{scrollbar-width:none}.menu-navigation .nav-tabs-container .nav-tabs-wrapper::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.menu-navigation .nav-tabs-container .nav-tabs-wrapper{overflow-x:auto!important;mask-image:none;-webkit-mask-image:none}.menu-navigation .nav-tabs-container .nav-tabs-wrapper.mask-middle{mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.menu-navigation .nav-tabs-container .nav-tabs-wrapper.mask-start{mask-image:linear-gradient(to right,black 0%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 90%,transparent 100%)}.menu-navigation .nav-tabs-container .nav-tabs-wrapper.mask-end{mask-image:linear-gradient(to right,transparent 0%,black 10%,black 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 100%)}.menu-navigation .nav-tabs-container .nav-tabs-wrapper.mask-none{mask-image:none;-webkit-mask-image:none}.menu-navigation .nav-tabs-container .nav-tabs-wrapper .tab-item{flex:0 0 auto;white-space:nowrap;padding:.8em 1em;background:transparent;border:none;cursor:pointer;font-size:.8em;font-weight:600;color:var(--ux-text-main);position:relative;z-index:1}@media(max-width:600px){.menu-navigation .nav-tabs-container .nav-tabs-wrapper .tab-item{padding:.5em .8em}}.menu-navigation .nav-tabs-container .nav-tabs-wrapper .tab-item.is-current,.menu-navigation .nav-tabs-container .nav-tabs-wrapper .tab-item:hover{color:var(--ux-primary)}.menu-navigation .nav-tabs-container .mobile-search-bar{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding:0 1em;background:transparent;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);visibility:hidden}.menu-navigation .nav-tabs-container .mobile-search-bar.is-open{transform:translate(0);visibility:visible}.menu-navigation .nav-tabs-container .mobile-search-bar .close-search-btn{background:transparent;border:none;color:var(--ux-text-muted);font-size:1.1em;margin-right:.8em;cursor:pointer;display:flex;align-items:center}.menu-navigation .nav-tabs-container .mobile-search-bar .close-search-btn:hover{color:var(--ux-text-main)}.menu-navigation .nav-tabs-container .mobile-search-bar .mobile-search-input{flex:1;background:transparent;border:none;outline:none;font-size:1em;color:var(--ux-text-main);height:100%}.menu-navigation .nav-tabs-container .mobile-search-bar .mobile-search-input::placeholder{color:var(--ux-text-muted);opacity:.7}.menu-navigation.compact{height:2.5em}@media(max-width:600px){.menu-navigation{position:sticky;top:4em;margin-top:-1em;box-shadow:0 4px 12px #0000001a;max-width:80%;max-height:3em}}.diet-icons .diet-icon{margin-left:.25rem;font-size:.7em}.diet-icons .diet-icon.vegan,.diet-icons .diet-icon.vegetarian{color:#4caf50}.diet-icons .diet-icon.vegan .fa-egg,.diet-icons .diet-icon.vegetarian .fa-egg{color:#d6902d}.diet-icons .diet-icon.pescatarian{color:#2196f3}.diet-icons .diet-icon.vegetarian{display:inline-flex;gap:.1em}.menu-item{background-color:var(--ux-bg-surface, #ffffff);margin-bottom:.25rem;border-radius:8px;color:var(--ux-text-primary);display:flex;flex-direction:row;padding:.25rem}.menu-item>.thumb{border-radius:8px;width:4em;height:4em;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--ux-bg-surface-alt);cursor:pointer}.menu-item>.content{padding:.5rem;flex:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.menu-item>.content>.prices{white-space:nowrap}.menu-item.compact>.thumb{width:3em;height:3em}.menu-item.squircle{flex-direction:column}.menu-item.squircle>.thumb{width:100%;height:12em}.menu-item.compact{flex-direction:column}.ad{cursor:pointer;background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block}.ad.banner{transition:opacity .2s ease}.ad.banner:hover{opacity:.9}.ad-leaderboard{width:728px;height:90px}.ad-billboard{width:970px;height:250px}.ad-medium-rectangle{width:300px;height:250px}.ad-wide-skyscraper{width:160px;height:600px}.ad-large-rectangle{width:336px;height:280px}.ad-half-page{width:300px;height:600px}.ad-mobile-leaderboard{width:320px;height:50px}.ad-square{width:250px;height:250px}.ad-large-mobile-banner{width:320px;height:100px}.ad-inline-rectangle{width:300px;height:250px}.ad-full-width{width:100%;height:auto;aspect-ratio:16/9;max-width:100%}.screen-only{display:inline-block}@media print{.screen-only{display:none!important}}@media(max-width:970px){.ad-billboard{max-width:100%;height:auto}}@media(max-width:728px){.ad-leaderboard{max-width:100%;height:auto}}footer{position:fixed;bottom:0;width:100%;height:2em;display:flex;flex-direction:row;padding:.25em 0;pointer-events:none}footer>*{pointer-events:all}footer>div{width:33.3vw}footer>div .ux-button{margin-left:.5rem;margin-bottom:.5rem}footer>div .ux-button .start-icon{padding-right:0}footer>div:nth-child(1){display:flex;align-items:center}footer>div:nth-child(2){text-align:center}footer>div:nth-child(3){text-align:right}footer .powered-by img{height:100%}.footer-popup{position:absolute;bottom:2.75em;padding:1em;margin-left:.5rem;border-radius:8px;background-color:var(--ux-bg-surface-glass);border:1px solid var(--ux-border-default);color:var(--ux-text-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);max-width:calc(100vw - 3em);transform-origin:bottom center;opacity:0;transform:translateY(10px) scale(.98);visibility:hidden;pointer-events:none;transition:opacity .15s ease-out,transform .15s ease-out,visibility 0s linear .15s}.footer-popup.is-visible{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .2s ease-out,transform .2s ease-out,visibility 0s linear 0s}.footer-popup>p{font-size:.7em}.footer-popup .ad.banner{margin:.75em 0}@keyframes pulse-green{0%{box-shadow:0 0 #4caf50b3}70%{box-shadow:0 0 0 6px #4caf5000}to{box-shadow:0 0 #4caf5000}}.footer-popup .status-dot{width:8px;height:8px;background-color:#2ecc71;border-radius:50%;box-shadow:0 0 5px #2ecc71}.footer-popup .status-dot.online{animation:pulse-green 2s infinite}.speak-eat-page{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:var(--ux-bg-page)}.speak-eat-page>.content{height:100%;background-color:#dc163a}.speak-eat-page .ai-assistant{position:absolute;width:60%;height:auto;max-height:70vh;min-width:300px;max-width:600px;right:.5rem;bottom:.5rem;display:flex;flex-direction:column;align-items:center}.speak-eat-page .ai-assistant .transcripts{max-height:25vh}@media(orientation:landscape){.speak-eat-page{position:relative;display:grid;grid-template-columns:1fr clamp(300px,36%,600px);height:100vh;padding:.25rem;gap:.5rem}.speak-eat-page>.content{position:relative;overflow:hidden;flex:1;border-radius:8px;min-height:0}.speak-eat-page>.content .ux-navbar-wrapper{width:calc(100% - clamp(300px,36%,600px))}.speak-eat-page .ai-assistant{position:relative;width:100%;right:auto;bottom:0;margin:0;max-height:none;max-width:none;min-height:0;display:flex;justify-content:flex-end}.speak-eat-page .ai-assistant.active{background-color:transparent;border:0}.speak-eat-page .ai-assistant .ux-chat .transcripts{max-height:100%;overflow:auto}.speak-eat-page .ai-assistant .ux-chat{overflow:auto;min-height:0}}.ai-assistant{pointer-events:none}.ai-assistant .ai-header{display:flex;justify-content:flex-end;flex-direction:column;align-items:center;max-height:30%}.ai-assistant{border-radius:8px;color:var(--ux-text-primary);transition:backdrop-filter .25s ease-in-out}.ai-assistant .data-loader img{max-height:4em;margin:2em 0}.ai-assistant h1{font-family:Karla,sans-serif;font-weight:600;color:var(--ux-text-primary);font-size:1.5em;text-align:center;margin-top:0;color:#dc163a;transition:font-size .5s ease-in-out}.ai-assistant img{width:16em;transition:width .5s ease-in-out;max-width:300px}.ai-assistant .ux-chat{pointer-events:all}.ai-assistant .console{pointer-events:all;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;height:6em;gap:.5rem}.ai-assistant .console .ux-button.ai{width:5em;height:5em;margin:0;transition:width .5s ease-in-out,height .5s ease-in-out}.ai-assistant .console .ux-button.ai:before{opacity:.5}.ai-assistant .console .ux-button.ai:hover:before{opacity:.8}.ai-assistant .console .ux-button.ai svg{width:2.5em;height:2.5em;color:#d4203e}.ai-assistant .console .ux-button.ai.pulsing{border-radius:100%}.ai-assistant.active{background-color:var(--ux-bg-surface-glass);border:1px solid var(--ux-border-default);color:var(--ux-text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ai-assistant.active img{width:10em}.ai-assistant.active h1{font-size:1.25em}.ai-assistant.active .console .ux-button.ai{width:4em;height:4em}.ai-assistant.active .console .ux-button.ai svg{width:2em;height:2em}.hero-carousel{position:relative;height:28em;background-color:var(--ux-bg-surface);color:#fff;overflow:hidden;border-radius:.5em;font-family:Karla,sans-serif;margin-bottom:1em}.hero-carousel__slide-container{position:absolute;width:100%;height:100%;top:0;left:0;touch-action:pan-y}.hero-carousel--fullscreen{position:absolute;top:0;left:0;width:100%;height:100%;margin-bottom:0;border-radius:0;z-index:0}.hero-carousel--fullscreen .hero-carousel__video-wrapper,.hero-carousel--fullscreen .hero-carousel__image{border-radius:0}.hero-carousel--empty{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);background-color:var(--ux-bg-surface-alt);height:20em}.hero-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%}.hero-carousel__background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a1a1a}.hero-carousel__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1}.hero-carousel__video-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.hero-carousel__video-wrapper div{width:100%!important;height:100%!important}.hero-carousel__video-wrapper video{object-fit:cover;object-position:center center}@media only screen and (min-width:1024px){.hero-carousel__video-wrapper video{object-position:center 44%}}.hero-carousel__content-wrapper{position:relative;z-index:10;height:100%;padding:0 5em;display:flex;flex-direction:column;justify-content:center;pointer-events:none;align-items:center}.hero-carousel__main-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1300px;margin:0 auto;pointer-events:auto}.hero-carousel__text-column{width:45%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:20}.hero-carousel__eyebrow{font-family:Bebas Neue,sans-serif;font-size:.85em;font-weight:700;letter-spacing:.1em;margin-bottom:1em;text-transform:uppercase;color:var(--color-primary)}.hero-carousel__title{font-family:Bebas Neue,sans-serif;font-size:2.5em;font-weight:700;margin:0 0 .8em;line-height:1.1;text-align:left;color:#fff;text-transform:uppercase}@media only screen and (min-width:1300px){.hero-carousel__title{font-size:3em}}.hero-carousel__cta-button{margin-top:1em;padding:.8em 2em;border:1px solid var(--color-primary);border-radius:2em;font-family:Bebas Neue,sans-serif;font-size:.9em;font-weight:600;text-transform:uppercase;background-color:transparent;color:var(--color-primary);cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;pointer-events:auto}.hero-carousel__cta-button:hover{background-color:var(--color-primary);color:#fff}.hero-carousel__icon{margin-left:.5em;width:1em;height:1em}.hero-carousel__image-column{width:55%;display:flex;justify-content:flex-end;align-items:center;height:100%;position:relative;padding-right:2em;pointer-events:none}.hero-carousel__product-image{width:auto;max-width:100%;max-height:22em;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.5))}.hero-carousel__arrow-button{position:absolute;top:50%;transform:translateY(-50%);z-index:30;width:3.5em;height:3.5em;border-radius:50%;background-color:#0006;border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.hero-carousel__arrow-button:hover{background-color:#000000b3;border-color:var(--color-primary);transform:translateY(-50%) scale(1.05)}.hero-carousel__arrow-button--left{left:1.5em}.hero-carousel__arrow-button--right{right:1.5em}.hero-carousel__controls-container{position:absolute;bottom:.5em;left:0;right:0;z-index:1000;display:flex;justify-content:center;align-items:center;pointer-events:auto}.hero-carousel__arrow-button svg{font-size:24px}.hero-carousel__indicators{display:flex;gap:.9em;align-items:center}.hero-carousel__indicator-button{padding:.4em;background:none;border:none;outline:none}.hero-carousel__indicator-button:focus{outline:none}.hero-carousel__active-indicator{width:4em;height:.4em;background-color:#ffffff4d;border-radius:10px;overflow:hidden}.hero-carousel__progress-bar{height:100%;background-color:var(--color-primary)}.hero-carousel__inactive-indicator{width:.8em;height:.8em;background-color:#ffffff80;border-radius:50%;transition:background-color .2s ease}.hero-carousel__inactive-indicator:hover{background-color:#fff}@media only screen and (max-width:600px){.hero-carousel__arrow-button{display:none}}@media only screen and (max-width:1281px){.hero-carousel:not(.hero-carousel--fullscreen){height:auto;min-height:35em}.hero-carousel__content-wrapper{padding:2em 1.5em}.hero-carousel__main-content{flex-direction:column-reverse;text-align:center}.hero-carousel__text-column{width:100%;align-items:center}.hero-carousel__title{font-size:1.8em;text-align:center}.hero-carousel__cta-button{margin-top:1em}.hero-carousel__image-column{width:100%;justify-content:center;padding-right:0;margin-bottom:1em}.hero-carousel__product-image{max-height:12em}.hero-carousel__arrow-button{width:2.5em;height:2.5em}.hero-carousel__arrow-button--left{left:.5em}.hero-carousel__arrow-button--right{right:.5em}}.items-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(8em,1fr));gap:1em}.items-display.single-item{margin:auto;width:80%}.items-display.single-item>div{height:24em}.items-display.single-item>div>.thumb{width:100%;flex:1}.items-display.single-item>div>.content{flex:none}body,html{box-sizing:border-box;overflow-x:hidden;background-color:#056839}a,button{transition:color .3s linear;text-decoration:none}a{color:var(--ux-text-primary)}a:hover{color:#71bf44}::-webkit-scrollbar{height:5px;width:10px;border:5px solid #d5d5d5}::-webkit-scrollbar-track{border-radius:0;background:#eee}::-webkit-scrollbar-thumb:vertical{box-shadow:inset 0 0 10px 10px #505155;border:solid 2px transparent}::-webkit-scrollbar-thumb:horizontal{box-shadow:inset 0 0 10px 10px #505155}::-webkit-scrollbar-thumb{border-radius:10px}::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 10px 10px #71bf44}
