@charset "UTF-8";:root{--terracotta: #B87A4C;--deep-brown: #2C1810;--icon-color: rgb(192, 132, 89);--text-muted: rgb(132, 109, 98);--tag-bg: rgb(236, 231, 223);--white: #FDFCFB;--background: 30 30% 95%;--muted-foreground: 25 15% 45%;--primary: 20 55% 50%;--border: 30 20% 80%;--bg-light: rgb(248, 245, 241);--bg-muted: rgba(236, 231, 223, .5);--gradient-hero: linear-gradient(135deg, hsl(35, 35%, 92%) 0%, hsl(35, 30%, 88%) 100%);--btn-gradient: linear-gradient(135deg, rgb(198, 131, 83) 0%, rgb(204, 148, 51) 100%);--btn-gradient-hover: linear-gradient(135deg, rgb(178, 111, 63) 0%, rgb(184, 128, 31) 100%)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;scroll-behavior:smooth}body{background-color:hsl(var(--background));color:var(--deep-brown);overflow-x:hidden;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-muted{color:hsl(var(--muted-foreground))}.text-terracotta{color:var(--terracotta)}.text-sm{font-size:14px}.text-base{font-size:18px}.text-3xl{font-size:36px;line-height:40px}.text-6xl{font-size:60px;line-height:60px}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase;letter-spacing:2.5px}.container{max-width:1152px;margin:0 auto}.section{padding:8rem 5%;position:relative}.section-bg-light{background:var(--bg-light)}.section-bg-muted{background:var(--bg-muted)}.section-header{text-align:center;margin-bottom:5rem;animation:fadeInUp 1s ease-out}.section-subtitle{font-size:14px;margin-bottom:8px}.section-title{font-feature-settings:normal;font-variation-settings:normal}.section-description{max-width:700px;margin:1rem auto 0;font-size:16px;line-height:1.8;color:var(--text-muted)}:root{--terracotta: #B87A4C;--deep-brown: #2C1810;--icon-color: rgb(192, 132, 89);--text-muted: rgb(132, 109, 98);--tag-bg: rgb(236, 231, 223);--white: #FDFCFB;--background: 30 30% 95%;--muted-foreground: 25 15% 45%;--primary: 20 55% 50%;--border: 30 20% 80%;--bg-light: rgb(248, 245, 241);--bg-muted: rgba(236, 231, 223, .5);--gradient-hero: linear-gradient(135deg, hsl(35 35% 92%) 0%, hsl(35 30% 88%) 100%);--btn-gradient: linear-gradient(135deg, rgb(198, 131, 83) 0%, rgb(204, 148, 51) 100%);--btn-gradient-hover: linear-gradient(135deg, rgb(178, 111, 63) 0%, rgb(184, 128, 31) 100%)}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 5%;background-color:hsl(var(--background)/.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:slideDown .6s ease-out}@media(max-width:640px){nav{padding:1rem 5%}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-container{display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.45rem;letter-spacing:-.3px}@media(max-width:640px){.logo{font-size:1.1rem}}.logo-icon{width:24px;height:24px;color:#2c1810;flex-shrink:0;stroke-width:2}.logo-our{font-weight:700;color:#000}.logo-secrets{font-weight:400;color:#b87a4c}.nav-links{display:flex;gap:2.5rem;list-style:none;margin-left:auto}@media(max-width:968px){.nav-links{gap:2rem}}@media(max-width:640px){.nav-links{position:fixed;top:68px;left:0;right:0;background:#fdfcfb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:2rem 5%;max-height:0;overflow:hidden;transition:max-height .3s ease;margin-left:0}.nav-links.active{max-height:400px}.nav-links li{padding:1rem 0;border-bottom:1px solid rgba(184,122,76,.15)}.nav-links li:last-child{border-bottom:none}}.nav-links a{color:#2c1810;text-decoration:none;font-weight:400;font-size:1rem;letter-spacing:.3px;position:relative;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#b87a4c;transition:width .3s ease}.nav-links a:hover{color:#b87a4c}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem}@media(max-width:640px){.nav-actions{margin-left:auto}}.basket-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:transparent;border:1.5px solid rgba(184,122,76,.35);border-radius:50%;cursor:pointer;color:#2c1810;transition:all .3s ease}.basket-toggle svg{width:20px;height:20px;stroke-width:2}.basket-toggle:hover{background:#b87a4c;border-color:#b87a4c;color:#fdfcfb;transform:translateY(-1px)}.basket-toggle .basket-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:#b87a4c;color:#fdfcfb;border-radius:10px;font-size:.72rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 6px #b87a4c66}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}@media(max-width:640px){.menu-toggle{display:flex}}.menu-toggle span{width:25px;height:3px;background:#2c1810;border-radius:3px;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{margin-top:66px;min-height:92vh;display:flex;align-items:center;justify-content:center;padding:4rem 5% 6rem;background-image:linear-gradient(135deg,#f2ece3,#eae2d7);overflow:hidden}@media(max-width:640px){.hero{margin-top:60px;min-height:auto;padding:2rem 5%}}.hero-container{display:flex;justify-content:space-between;gap:6rem;align-items:center;width:100%}@media(max-width:968px){.hero-container{flex-direction:column;gap:3rem;align-items:flex-start}}.hero-content{flex:1;animation:fadeInLeft 1s ease-out}@media(max-width:968px){.hero-content{order:1;text-align:left}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-subtitle{font-weight:500;margin-bottom:1.5rem}.hero-title{height:120px;margin-bottom:1.5rem;letter-spacing:-2px}@media(max-width:640px){.hero-title{font-size:2.5rem}}.hero-title-accent{color:#b87a4c}.hero-description{margin-bottom:2.5rem;max-width:500px}@media(max-width:640px){.hero-description{font-size:1rem}}.hero-cta{display:inline-flex;gap:1rem}@media(max-width:640px){.hero-cta{flex-direction:column}}.hero-badges{display:flex;gap:1rem;margin-top:2rem}@media(max-width:968px){.hero-badges{flex-wrap:wrap}}@media(max-width:640px){.hero-badges{flex-direction:column;align-items:flex-start}}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 0}.badge:before{content:"•";color:#2c1810;font-size:1.2rem;line-height:1}.hero-image{flex:1;position:relative;animation:fadeInRight 1s ease-out}@media(max-width:968px){.hero-image{order:2;width:100%}}.hero-image img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #2c181026}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero-badge{position:absolute;bottom:-25px;left:30px;background:#fdfcfb;padding:1.25rem 1.75rem;border-radius:12px;box-shadow:0 8px 32px #2c18101f;text-align:center}.badge-text,.badge-subtext{font-size:.857rem;font-weight:400}.badge-number{font-size:2rem;font-weight:700;line-height:1.2}.btn{padding:.95rem 2.25rem;border:none;font-size:1rem;font-weight:500;letter-spacing:.3px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;border-radius:12px}.btn-primary{background:linear-gradient(135deg,#c68353,#cc9433);color:#fdfcfb;box-shadow:0 4px 12px #b87a4c40}.btn-primary:hover{background:linear-gradient(135deg,#b26f3f,#b8801f);transform:translateY(-1px);box-shadow:0 6px 16px #b87a4c59}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;color:#b87a4c;border:2px solid #B87A4C}.btn-secondary:hover{background:#b87a4c;color:#fdfcfb;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media(max-width:768px){.products-grid{grid-template-columns:1fr}}@media(max-width:640px){.products-grid{grid-template-columns:1fr;gap:2rem}}.product-card{background:#fdfcfb;border-radius:20px;overflow:hidden;transition:all .4s ease;opacity:0;animation:fadeInScale .6s ease-out forwards;position:relative;box-shadow:0 4px 16px #2c181014}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:hover{transform:translateY(-10px);box-shadow:0 12px 32px #2c181026}.product-card:hover .product-image{transform:scale(1.05)}@media(max-width:640px){.product-card{min-width:100%}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.product-rating{position:absolute;top:20px;left:20px;background:#fdfcfb;padding:.45rem .95rem;border-radius:30px;display:flex;align-items:center;gap:.4rem;z-index:10;box-shadow:0 4px 12px #00000014}.product-rating .star{color:#e4a853;font-size:1.1rem}.product-rating .rating-value{font-weight:600;color:#2c1810;font-size:.9rem}.product-image{width:100%;height:600px;object-fit:cover;transition:transform .4s ease}.product-info{padding:2rem}.product-category{font-size:.857rem;letter-spacing:1.5px;font-weight:500;margin-bottom:.5rem}.product-name{font-size:1.714rem;font-weight:600;margin-bottom:.75rem}.product-description{color:#846d62;line-height:1.25rem;margin-bottom:1.5rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{padding:2px 8px;background:#ece7df;border-radius:20px;font-size:14px;font-weight:400;color:#4a3428}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px}@media(max-width:640px){.product-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.product-price{font-size:1.714rem;font-weight:700}.price-unit{font-size:.857rem;font-weight:400;color:#846d62;font-family:DM Sans,system-ui,sans-serif}.btn-add-to-basket{background:linear-gradient(135deg,#c68353,#cc9433);color:#fdfcfb;border:none;padding:.7rem 1.35rem;border-radius:30px;font-size:.95rem;font-weight:500;letter-spacing:.3px;cursor:pointer;box-shadow:0 4px 12px #b87a4c38;transition:all .3s ease}.btn-add-to-basket:hover{background:linear-gradient(135deg,#b26f3f,#b8801f);transform:translateY(-1px);box-shadow:0 6px 16px #b87a4c52}.btn-add-to-basket:active{transform:translateY(0)}.btn-add-to-basket.is-added{background:#2e8b57;box-shadow:0 4px 12px #2e8b5740}.btn-add-to-basket.is-added:before{content:"✓ "}@media(max-width:640px){.btn-add-to-basket{width:100%}}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}@media(max-width:968px){.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media(max-width:640px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{background:#fdfcfb;padding:2.5rem;border-radius:16px;transition:all .3s ease;box-shadow:0 4px 16px #2c18100f}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2c18101a}.benefit-card h3{font-size:1.429rem;font-weight:600;margin-bottom:1rem}.benefit-card p{line-height:1.8}.benefit-icon{width:48px;height:48px;background:#c084591a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.benefit-icon svg{width:24px;height:24px;color:#c08459;stroke:#c08459;stroke-width:2}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width:968px){.about-container{grid-template-columns:1fr;gap:3rem}}.about-image img{width:100%;border-radius:24px;box-shadow:0 20px 60px #2c181026}.about-content h2{line-height:40px;margin-bottom:1.5rem;letter-spacing:-1px}.about-content p{font-size:1.143rem;line-height:24px;color:#846d62;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media(max-width:640px){.about-stats{grid-template-columns:1fr}}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#b87a4c;display:block}.stat-label{font-size:1rem;color:#2c1810;text-transform:uppercase;letter-spacing:1px;font-weight:500}.contact-container{max-width:800px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:clamp(2rem,5vw,2.857rem);font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.contact-header p{font-size:1.143rem}.contact-form{background:#fdfcfb;padding:3rem;border-radius:20px;box-shadow:0 8px 32px #2c181014}@media(max-width:640px){.contact-form{padding:2rem}}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:500;color:#2c1810;margin-bottom:.5rem;font-size:1rem;letter-spacing:.3px}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1.5px solid rgba(184,122,76,.25);background:hsl(var(--background));font-family:DM Sans,system-ui,sans-serif;font-size:1rem;border-radius:8px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#b87a4c;box-shadow:0 0 0 3px #b87a4c1a;background:#fdfcfb}.form-group textarea{resize:vertical;min-height:150px}.form-submit{text-align:center}.form-submit .btn{width:100%;padding:1.2rem;font-size:1.1rem}.success-message{display:none;background:#4caf50;color:#fff;padding:1rem;border-radius:10px;margin-bottom:1rem;text-align:center}.success-message.show{display:block;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}footer{background:#3d2817;color:hsl(var(--background));padding:4rem 5% 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:640px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-brand{max-width:350px}@media(max-width:968px){.footer-brand{grid-column:1/-1;max-width:100%}}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo svg{width:24px;height:24px;color:#b87a4c;stroke-width:2}.footer-logo span{font-size:1.286rem;color:#fdfcfb}.footer-section h3{font-size:.875rem;line-height:40px;margin-bottom:1.5rem;color:#fdfcfb;font-weight:600;text-transform:uppercase;letter-spacing:1px}.footer-section p{color:#f2ebe3b3;line-height:1.8;font-size:.875rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-weight:400}.footer-section p svg{width:16px;height:16px;color:#b87a4c;flex-shrink:0;stroke-width:2}.footer-section a{color:#f2ebe3b3;text-decoration:none;display:block;margin-bottom:.75rem;transition:color .3s ease;font-size:1rem;font-weight:400}.footer-section a:hover{color:#b87a4c;padding-left:5px}.footer-bottom{border-top:1px solid rgba(212,165,116,.15);padding-top:2rem;display:flex;align-items:center;justify-content:space-between}@media(max-width:968px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:640px){.footer-bottom{flex-direction:column;gap:1rem}}.footer-bottom p{font-size:1rem;color:#f2ebe3b3;font-weight:400}.footer-links{display:flex;gap:2rem}@media(max-width:640px){.footer-links{flex-direction:column;gap:.75rem}}.footer-links a{color:#f2ebe3b3;text-decoration:none;font-size:1rem;transition:color .3s ease;font-weight:400}.footer-links a:hover{color:#b87a4c}body.no-scroll{overflow:hidden}.basket-overlay{position:fixed;inset:0;background:#2c181073;z-index:1500;opacity:0;transition:opacity .3s ease}.basket-overlay.is-visible{opacity:1}.basket-drawer{position:fixed;top:0;right:0;width:440px;max-width:100vw;height:100dvh;background:#fdfcfb;z-index:1600;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);box-shadow:-12px 0 40px #2c181026}.basket-drawer.is-open{transform:translate(0)}@media(max-width:640px){.basket-drawer{width:100vw}}.basket-drawer [hidden]{display:none!important}.basket-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid rgba(184,122,76,.15);flex-shrink:0}.basket-header h2{font-size:1.4rem}.basket-close{width:38px;height:38px;border-radius:50%;border:none;background:#b87a4c14;color:#2c1810;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.basket-close svg{width:18px;height:18px}.basket-close:hover{background:#b87a4c;color:#fdfcfb}.basket-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.basket-view-items{justify-content:space-between}.basket-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.basket-empty svg{width:48px;height:48px;color:#b87a4c73;stroke-width:1.5}.basket-empty p{color:#846d62;font-size:1.05rem}.basket-items{list-style:none;flex:1;overflow-y:auto;padding:.75rem 1.75rem;margin:0}.basket-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(184,122,76,.1)}.basket-item:last-child{border-bottom:none}.basket-item-image{width:72px;height:72px;object-fit:cover;border-radius:10px}.basket-item-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.basket-item-name{font-weight:600;color:#2c1810;line-height:1.3}.basket-item-variant{font-size:.82rem}.basket-item-price{margin-top:auto;font-weight:600;color:#b87a4c}.basket-item-controls{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem}.qty-stepper{display:inline-flex;align-items:center;border:1px solid rgba(184,122,76,.3);border-radius:20px;overflow:hidden;background:#fdfcfb}.qty-btn{width:28px;height:28px;border:none;background:transparent;color:#2c1810;font-size:1rem;cursor:pointer;line-height:1;transition:background .2s ease}.qty-btn:hover{background:#b87a4c1f}.qty-value{min-width:24px;text-align:center;font-weight:600;font-size:.9rem}.basket-item-remove{background:transparent;border:none;color:#846d62;cursor:pointer;padding:4px;display:inline-flex;transition:color .3s ease}.basket-item-remove svg{width:16px;height:16px}.basket-item-remove:hover{color:#c0392b}.basket-summary{padding:1.25rem 1.75rem 1.75rem;border-top:1px solid rgba(184,122,76,.15);background:#f8f5f1;flex-shrink:0}.basket-row{display:flex;align-items:center;justify-content:space-between;font-size:1rem;margin-bottom:.5rem}.basket-row:last-of-type{margin-bottom:1rem}.basket-row>:first-child{color:#2c1810;font-weight:500}.basket-row>:last-child{font-weight:600;color:#2c1810}.basket-row-muted{font-size:.88rem}.basket-row-muted>:first-child,.basket-row-muted>:last-child{color:#846d62;font-weight:400}.delivery-progress{margin:.25rem 0 .85rem;padding:.65rem .8rem;background:#fdfcfb;border:1px solid rgba(184,122,76,.2);border-radius:10px;display:flex;flex-direction:column;gap:.45rem}.delivery-progress.is-qualified{background:#2e8b5714;border-color:#2e8b574d}.delivery-progress.is-qualified .delivery-progress-text{color:#1e6f44;font-weight:600}.delivery-progress.is-qualified .delivery-progress-text:before{content:"✓ "}.delivery-progress.is-qualified .delivery-progress-fill{background:#2e8b57}.delivery-progress-text{font-size:.82rem;color:#2c1810;line-height:1.3}.delivery-progress-bar{height:6px;background:#b87a4c26;border-radius:3px;overflow:hidden}.delivery-progress-fill{height:100%;width:0;background:linear-gradient(135deg,#c68353,#cc9433);border-radius:3px;transition:width .4s ease}.basket-checkout-btn{width:100%;margin-top:.25rem}.basket-note{margin-top:.75rem;text-align:center;line-height:1.4}.basket-view-checkout{overflow-y:auto;padding:1rem 1.5rem 1.25rem;gap:.65rem}.basket-back{align-self:flex-start;background:transparent;border:none;color:#2c1810;font-weight:500;font-size:.88rem;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;padding:0;margin-bottom:.25rem}.basket-back svg{width:14px;height:14px}.basket-back:hover{color:#b87a4c}.checkout-form{display:flex;flex-direction:column;gap:.65rem}.checkout-form .form-group{display:flex;flex-direction:column;gap:.2rem}.checkout-form label{font-size:.78rem;font-weight:500;color:#2c1810;letter-spacing:.2px}.checkout-form .form-optional{color:#846d62;font-weight:400;font-size:.72rem}.checkout-form input,.checkout-form textarea{width:100%;padding:.5rem .7rem;border:1px solid rgba(184,122,76,.25);border-radius:8px;background:#fdfcfb;font-family:inherit;font-size:.9rem;color:#2c1810;transition:border-color .2s ease}.checkout-form input:focus,.checkout-form textarea:focus{outline:none;border-color:#b87a4c;box-shadow:0 0 0 3px #b87a4c26}.checkout-form textarea{resize:vertical;min-height:52px}.checkout-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}@media(max-width:640px){.checkout-form .form-row{grid-template-columns:1fr;gap:.65rem}}.checkout-summary{background:#f8f5f1;padding:.65rem .85rem;border-radius:8px;font-size:.85rem;display:flex;flex-direction:column;gap:.2rem;margin-top:.25rem}.checkout-line{display:flex;align-items:center;justify-content:space-between;color:#2c1810}.checkout-line-total{margin-top:.25rem;padding-top:.5rem;border-top:1px solid rgba(184,122,76,.2);font-weight:600}.shipping-notice{display:flex;align-items:flex-start;gap:.5rem;padding:.55rem .75rem;background:#b87a4c14;border:1px solid rgba(184,122,76,.2);border-radius:8px;color:#2c1810;line-height:1.35;font-size:.8rem;margin:.15rem 0}.shipping-notice svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:#b87a4c}.checkout-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.checkout-submit-btn svg{width:18px;height:18px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
