:root{--white: #ffffff;--black: #111111;--blue: #2779A7;--blue-dk: #1e608a;--grey: #E2E2E2;--grey-md: #c8c8c8;--grey-dk: #888888;--text: #111111;--muted: #666666;--font: "Montserrat", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);color:var(--text);background:var(--white);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}ul{list-style:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}.announce{background:var(--black);color:var(--white);font-size:12px;font-weight:400;letter-spacing:.08em;padding:10px 0;overflow:hidden;white-space:nowrap}.announce-track{display:inline-flex;gap:80px;animation:ticker 28s linear infinite}.announce-track:hover{animation-play-state:paused}.announce-track span{white-space:nowrap}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-wrap{position:sticky;top:0;z-index:9999;background:var(--white);border-bottom:1px solid var(--grey)}nav{max-width:1400px;margin:0 auto;padding:0 40px;height:70px;display:flex;align-items:center;justify-content:space-between;gap:40px}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.nav-hamburger span{width:22px;height:1.5px;background:var(--black);display:block;transition:.3s}.nav-logo{font-size:20px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--black);white-space:nowrap;flex-shrink:0}.nav-logo-accent{color:var(--blue)}.nav-links{display:flex;gap:0;flex:1;justify-content:center;margin:0;padding:0}.nav-links li a{display:flex;flex-direction:column;align-items:center;padding:0 24px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--black);height:70px;justify-content:center;border-bottom:2px solid transparent;transition:border-color .2s,color .2s;gap:2px}.nav-links li a small{font-size:9px;font-weight:400;letter-spacing:.08em;color:var(--muted);text-transform:none}.nav-links li a:hover,.nav-links li a.active{border-bottom-color:var(--blue);color:var(--blue)}.nav-links li a:hover small,.nav-links li a.active small{color:var(--blue)}.nav-icons{display:flex;align-items:center;gap:6px;flex-shrink:0}.nav-icon-btn{width:42px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:9px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--black);border-radius:4px;transition:color .2s;position:relative}.nav-icon-btn:hover{color:var(--blue)}.nav-icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:4px;right:4px;background:var(--blue);color:var(--white);width:16px;height:16px;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.nav-mobile-drawer{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background:#fff;z-index:9998;flex-direction:column;padding:20px 24px;border-top:1px solid var(--grey);overflow-y:auto}.nav-mobile-drawer.open{display:flex}.nav-mobile-drawer a{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--black);padding:16px 0;border-bottom:1px solid var(--grey);transition:color .2s}.nav-mobile-drawer a:hover{color:var(--blue)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 80px);max-height:900px;overflow:hidden}.hero-left{background:var(--white);padding:80px 60px 60px 80px;display:flex;flex-direction:column;justify-content:center}.hero-h1{font-size:52px;font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--black);margin-bottom:24px}.hero-h1 span{color:var(--blue)}.hero-desc{font-size:14px;font-weight:400;line-height:1.75;color:var(--muted);max-width:440px;margin-bottom:40px}.config-tabs{display:flex;gap:0;border-bottom:1px solid var(--grey);margin-bottom:28px}.config-tab{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:10px 16px;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap;background:none;border-top:none;border-left:none;border-right:none}.config-tab.active,.config-tab:hover{color:var(--blue);border-bottom-color:var(--blue)}.config-swatches{display:flex;gap:10px;align-items:center;margin-bottom:36px}.cswatch{width:28px;height:28px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .2s,border-color .2s;flex-shrink:0}.cswatch:hover{transform:scale(1.15)}.cswatch.active{border-color:var(--blue);outline:2px solid rgba(39,121,167,.3);outline-offset:2px}.hero-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero-right{background:#e8e4df;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-shoe{width:72%;max-width:500px;animation:heroFloat 5s ease-in-out infinite;filter:drop-shadow(0 32px 64px rgba(0,0,0,.18))}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-18px) rotate(-4deg)}}.hero-label{position:absolute;bottom:40px;left:40px;background:var(--white);padding:16px 22px;border-left:3px solid var(--blue)}.hero-label-eyebrow{font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:4px}.hero-label-title{font-size:16px;font-weight:700;color:var(--black);letter-spacing:-.01em}.btn-solid{display:inline-block;background:var(--blue);color:var(--white);padding:14px 36px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:2px solid var(--blue);transition:background .25s,border-color .25s;cursor:pointer;font-family:var(--font)}.btn-solid:hover{background:var(--blue-dk);border-color:var(--blue-dk)}.btn-ghost{display:inline-block;background:transparent;color:var(--black);padding:13px 34px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:2px solid var(--black);transition:background .25s,color .25s,border-color .25s;cursor:pointer;font-family:var(--font)}.btn-ghost:hover{background:var(--black);color:var(--white)}.btn-blue{display:inline-block;background:var(--blue);color:var(--white);padding:15px 38px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:2px solid var(--blue);transition:background .25s;cursor:pointer;align-self:flex-start;font-family:var(--font)}.btn-blue:hover{background:var(--blue-dk);border-color:var(--blue-dk)}.btn-outline-white{display:inline-block;background:transparent;color:var(--white);padding:14px 36px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:2px solid rgba(255,255,255,.35);transition:border-color .25s,background .25s;align-self:flex-start;font-family:var(--font)}.btn-outline-white:hover{border-color:var(--blue);background:var(--blue)}.howstrip{background:var(--grey);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--grey-md)}.howstep{padding:40px;display:flex;gap:20px;align-items:flex-start;border-right:1px solid var(--grey-md)}.howstep:last-child{border-right:none}.howstep-num{font-size:32px;font-weight:700;color:var(--blue);line-height:1;min-width:44px;flex-shrink:0;font-style:italic}.howstep-title{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;color:var(--black)}.howstep-desc{font-size:13px;font-weight:400;line-height:1.65;color:var(--muted)}.section-inner{max-width:1400px;margin:0 auto;padding:0 80px}.section-pad{padding-top:100px;padding-bottom:100px}.section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:16px}.section-h2{font-size:42px;font-weight:700;line-height:1.1;letter-spacing:-.015em;color:var(--black);margin-bottom:0}.section-h2 em{font-style:italic;font-weight:300;color:var(--blue)}.section-body{font-size:15px;font-weight:400;line-height:1.75;color:var(--muted);max-width:500px}.products-section{background:var(--white)}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.view-all-link{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);border-bottom:1.5px solid var(--blue);padding-bottom:2px;transition:opacity .2s}.view-all-link:hover{opacity:.7}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{cursor:pointer}.product-thumb{background:var(--grey);aspect-ratio:3/4;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:background .3s}.product-thumb svg{width:70%;transition:transform .45s ease}.product-card:hover .product-thumb svg{transform:scale(1.06) translateY(-6px)}.prod-badge{position:absolute;top:14px;left:0;background:var(--blue);color:var(--white);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px}.prod-swatches{display:flex;gap:6px;margin-bottom:8px}.pswatch{width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);cursor:pointer;transition:transform .2s}.pswatch:hover{transform:scale(1.3)}.prod-name{font-size:16px;font-weight:600;color:var(--black);margin-bottom:4px;letter-spacing:.01em}.prod-price,.price,.price-item,.card__price,.product-price{font-size:13px;font-weight:400;color:var(--black);transition:color .25s ease}.product-card:hover .prod-price,.product-card:hover .price{color:var(--blue)}.choose-strip{background:var(--black);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;margin-top:60px}.choose-text{padding:80px;display:flex;flex-direction:column;justify-content:center;gap:0;color:var(--white)}.choose-h2{font-size:42px;font-weight:700;line-height:1.1;letter-spacing:-.015em;color:var(--white);margin-bottom:20px}.choose-h2 em{font-style:italic;font-weight:300;color:var(--blue)}.choose-desc{font-size:15px;font-weight:400;line-height:1.75;color:#fff9;margin-bottom:36px;max-width:420px}.choose-visual{background:#1c1c1c;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:420px}.choose-img-ph{width:70%;filter:drop-shadow(0 20px 48px rgba(0,0,0,.5));animation:heroFloat 5s ease-in-out infinite}.giftcard-section{background:var(--white)}.giftcard-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--grey);overflow:hidden}.giftcard-img{background:var(--grey);display:flex;align-items:center;justify-content:center;min-height:380px;padding:60px}.gc-mock{width:280px;aspect-ratio:16/10;background:var(--black);padding:28px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:16px 16px #2779a740}.gc-top{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#fff6}.gc-logo{font-size:20px;font-weight:700;text-transform:uppercase;color:var(--white);letter-spacing:.06em}.gc-amount{font-size:36px;font-weight:700;color:var(--blue);letter-spacing:-.02em}.giftcard-text{padding:60px;display:flex;flex-direction:column;justify-content:center}.craft-section{background:var(--white)}.craft-block{display:grid;grid-template-columns:1fr 1fr;min-height:480px;overflow:hidden}.craft-block.reverse{direction:rtl}.craft-block.reverse .craft-content,.craft-block.reverse .craft-dual{direction:ltr}.craft-content{background:var(--white);padding:80px;display:flex;flex-direction:column;justify-content:center}.craft-content.dark{background:var(--black)}.craft-h2{font-size:36px;font-weight:700;line-height:1.12;letter-spacing:-.01em;color:var(--black);margin-bottom:20px}.craft-h2 em{font-style:italic;font-weight:300;color:var(--blue)}.craft-body{font-size:14px;font-weight:400;line-height:1.8;color:var(--muted);max-width:420px}.craft-dual{display:flex;flex-direction:column;height:100%}.craft-dual-top{flex:1;background:var(--grey);display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,0,0,.08)}.craft-dual-bottom{flex:1;background:#d0ccc8;display:flex;align-items:center;justify-content:center}.origin-section{background:var(--black);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:520px}.origin-content{padding:100px 80px;display:flex;flex-direction:column;justify-content:center;color:var(--white)}.origin-h2{font-size:42px;font-weight:700;line-height:1.1;letter-spacing:-.015em;color:var(--white);margin-bottom:20px}.origin-h2 em{font-style:italic;font-weight:300;color:var(--blue)}.origin-body{font-size:15px;font-weight:400;line-height:1.8;color:#ffffff8c;margin-bottom:40px;max-width:420px}.origin-visual{background:#1c1c1c;display:flex;align-items:center;justify-content:center}.values-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--grey);border-top:1px solid var(--grey-md);border-bottom:1px solid var(--grey-md)}.value-block{padding:60px 50px;border-right:1px solid var(--grey-md);text-align:center}.value-block:last-child{border-right:none}.value-icon{width:48px;height:48px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.value-icon svg{width:22px;height:22px;stroke:var(--white);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.value-title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:12px;letter-spacing:-.01em}.value-desc{font-size:13px;font-weight:400;line-height:1.7;color:var(--muted)}.store-section{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:420px}.store-content{background:var(--white);padding:80px;display:flex;flex-direction:column;justify-content:center}.store-h2{font-size:36px;font-weight:700;line-height:1.12;letter-spacing:-.01em;color:var(--black);margin-bottom:16px}.store-h2 em{font-style:italic;font-weight:300;color:var(--blue)}.store-body{font-size:14px;font-weight:400;line-height:1.8;color:var(--muted);margin-bottom:32px;max-width:400px}.store-visual{background:var(--grey);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:40px;font-size:14px;font-weight:500;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;text-align:center}.store-visual svg{width:48px;height:48px;stroke:var(--blue);fill:none;stroke-width:1.4;stroke-linecap:round}footer{background:var(--black);color:var(--white);padding:70px 0 28px}.footer-inner{max-width:1400px;margin:0 auto;padding:0 80px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:60px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:28px}.footer-logo{font-size:20px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px;color:var(--white)}.footer-logo span{color:var(--blue)}.footer-tagline{font-size:13px;font-weight:400;line-height:1.7;color:#fff6;margin-bottom:28px}.footer-socials{display:flex;gap:10px;margin-bottom:16px}.footer-social{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.05em;color:#ffffff80;text-transform:uppercase;text-decoration:none;transition:border-color .2s,color .2s}.footer-social:hover{border-color:var(--blue);color:var(--blue)}.footer-col h4{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:18px}.footer-col li{margin-bottom:10px}.footer-col a{font-size:13px;font-weight:400;color:#fff9;transition:color .2s}.footer-col a:hover{color:var(--blue)}.footer-email{font-size:13px;font-weight:400;color:#fff9;margin-top:10px;display:block;transition:color .2s}.footer-email:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer-copy{font-size:11px;color:#ffffff47;letter-spacing:.04em}.footer-legal{display:flex;gap:24px;flex-wrap:wrap}.footer-legal a{font-size:11px;color:#ffffff47;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--blue)}.whatsapp-btn{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0003;transition:transform .2s,box-shadow .2s;text-decoration:none}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 8px 28px #00000040}.whatsapp-btn svg{width:30px;height:30px;fill:#fff}.whatsapp-popup{position:fixed;bottom:96px;right:28px;z-index:9999;background:var(--white);border-radius:8px;box-shadow:0 8px 32px #00000026;padding:20px 22px;width:260px;display:none;animation:fadeUp .25s ease}.whatsapp-popup.open{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.whatsapp-popup-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.whatsapp-popup-icon{width:38px;height:38px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-popup-icon svg{width:20px;height:20px;fill:#fff}.whatsapp-popup-name{font-size:13px;font-weight:700;color:var(--black)}.whatsapp-popup-status{font-size:11px;color:#25d366}.whatsapp-popup-msg{font-size:13px;line-height:1.6;color:var(--muted);margin-bottom:14px}.whatsapp-popup-cta{display:block;background:#25d366;color:#fff;text-align:center;padding:10px;border-radius:4px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .2s}.whatsapp-popup-cta:hover{background:#1db954}.whatsapp-popup-close{position:absolute;top:10px;right:12px;font-size:18px;cursor:pointer;color:var(--muted);line-height:1;background:none;border:none}@media(max-width:1100px){.hero{grid-template-columns:1fr;max-height:none}.hero-right{min-height:380px}.products-grid{grid-template-columns:repeat(2,1fr)}.choose-strip,.giftcard-inner,.craft-block,.origin-section,.store-section{grid-template-columns:1fr}.craft-block.reverse{direction:ltr}.choose-visual{min-height:300px}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.values-strip{grid-template-columns:1fr 1fr}}@media(max-width:768px){nav{padding:0 20px}.nav-links{display:none}.nav-hamburger{display:flex}.nav-icons{gap:2px}.nav-icon-btn span{display:none}.hero-left{padding:50px 24px 40px}.hero-h1{font-size:32px}.hero-shoe{width:85%;max-width:300px}.section-inner{padding:0 20px}.section-pad{padding-top:56px;padding-bottom:56px}.section-h2,.choose-h2,.origin-h2,.craft-h2,.store-h2{font-size:26px}.hero,.choose-strip,.giftcard-inner,.craft-block,.origin-section,.store-section{grid-template-columns:1fr!important}.craft-block.reverse{direction:ltr}.hero-left,.choose-text,.origin-content,.store-content,.giftcard-text,.craft-content{padding:40px 20px}.howstrip{grid-template-columns:1fr}.howstep{border-right:none;border-bottom:1px solid var(--grey-md)}.howstep:last-child{border-bottom:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.values-strip{grid-template-columns:1fr}.value-block{border-right:none;border-bottom:1px solid var(--grey-md)}.value-block:last-child{border-bottom:none}.footer-inner{padding:0 20px}.footer-top{grid-template-columns:1fr}.whatsapp-btn{bottom:20px;right:20px}.whatsapp-popup{right:20px;bottom:88px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/base.css.map */
