:root{--af-primary: #7B3500;--af-accent: #C4881A;--af-gold-light: #F0C060;--af-bg: #FFFDF9;--af-bg-warm: #f9f2e8;--af-bg-dark: #2d0e00;--af-bg-mid: #5c2000;--af-text: #1a0a00;--af-text-muted: #7a5a40;--af-border: #e8d9c4;--af-border-light: #f0e4d0;--af-white: #FFFDF9;--af-heading-font: "Cormorant Garamond", Georgia, serif;--af-body-font: "Jost", system-ui, sans-serif;--af-wa-green: #25D366}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--af-body-font);background:var(--af-bg);color:var(--af-text);font-weight:300;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--af-heading-font);font-weight:400;color:var(--af-primary);line-height:1.2}p{line-height:1.75}a{color:inherit;text-decoration:none}.af-announcement{background:var(--af-primary);color:#fff8eee6;text-align:center;padding:9px 1rem;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:400;font-family:var(--af-body-font)}.af-nav{background:var(--af-bg);border-bottom:1px solid var(--af-border);padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:76px;position:sticky;top:0;z-index:200}.af-logo-wrap{display:flex;align-items:center;gap:10px;text-decoration:none}.af-logo-icon{flex-shrink:0}.af-logo-text{display:flex;flex-direction:column;align-items:center;line-height:1}.af-logo-main{font-family:var(--af-heading-font);font-size:24px;font-weight:600;letter-spacing:.15em;color:var(--af-primary);text-transform:uppercase}.af-logo-sub{font-size:9px;letter-spacing:.42em;color:var(--af-accent);text-transform:uppercase;font-weight:400;margin-top:2px}.af-logo-rule{width:56px;height:1px;background:linear-gradient(90deg,transparent,var(--af-accent),transparent);margin:3px auto 0}.af-nav-links{display:flex;gap:2rem;list-style:none}.af-nav-links a{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--af-text);font-weight:400;transition:color .2s;padding-bottom:2px;border-bottom:1px solid transparent}.af-nav-links a:hover,.af-nav-links a.active{color:var(--af-accent);border-bottom-color:var(--af-accent)}.af-nav-actions{display:flex;align-items:center;gap:1rem}.af-nav-icon{width:20px;height:20px;color:var(--af-text);cursor:pointer;transition:color .2s;flex-shrink:0}.af-nav-icon:hover{color:var(--af-accent)}.af-wa-nav-btn{display:flex;align-items:center;gap:6px;background:var(--af-wa-green);color:#fff;padding:8px 16px;border-radius:24px;font-size:11px;font-weight:500;letter-spacing:.08em;text-decoration:none;transition:opacity .2s,transform .2s;white-space:nowrap}.af-wa-nav-btn:hover{opacity:.92;transform:scale(1.02)}.af-wa-nav-btn svg{flex-shrink:0}.af-nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.af-nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--af-text);transition:.3s}.af-mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--af-bg);z-index:300;padding:2rem;flex-direction:column}.af-mobile-nav.open{display:flex}.af-mobile-nav-close{align-self:flex-end;font-size:28px;color:var(--af-text);cursor:pointer;margin-bottom:2rem;line-height:1}.af-mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.af-mobile-nav ul a{font-family:var(--af-heading-font);font-size:28px;color:var(--af-primary);letter-spacing:.05em}.af-hero{position:relative;min-height:580px;background:linear-gradient(130deg,#1a0700,#4a1500,#7b3500 60%,#c4881a);display:flex;align-items:center;overflow:hidden;padding:5rem}.af-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z M30 10L50 30L30 50L10 30z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:60px}.af-hero-glow{position:absolute;right:-80px;top:-80px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(196,136,26,.35) 0%,transparent 70%);pointer-events:none}.af-hero-ornament{position:absolute;right:8%;top:50%;transform:translateY(-50%);opacity:.18;pointer-events:none}.af-hero-content{position:relative;z-index:2;max-width:580px}.af-hero-badge{display:inline-block;border:1px solid rgba(196,136,26,.65);color:#f0c060;font-size:10px;letter-spacing:.38em;text-transform:uppercase;padding:7px 18px;margin-bottom:1.5rem;font-family:var(--af-body-font);font-weight:300}.af-hero-title{font-family:var(--af-heading-font);font-size:64px;font-weight:300;color:#fff8ee;line-height:1.08;margin-bottom:1.25rem;letter-spacing:-.01em}.af-hero-title em{font-style:italic;color:#f0c060}.af-hero-sub{font-size:14px;color:#fff8eea6;letter-spacing:.07em;line-height:1.85;margin-bottom:2.25rem;font-weight:300;max-width:400px}.af-hero-cta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.af-btn{display:inline-block;padding:13px 32px;font-size:11px;letter-spacing:.25em;text-transform:uppercase;font-family:var(--af-body-font);font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;border:none}.af-btn-solid{background:var(--af-accent);color:#fff8ee}.af-btn-solid:hover{background:#a86f10}.af-btn-outline-light{background:transparent;color:#fff8eed9;border:1px solid rgba(255,248,238,.35)}.af-btn-outline-light:hover{background:#fff8ee14}.af-btn-outline-dark{background:transparent;color:var(--af-primary);border:1px solid var(--af-primary)}.af-btn-outline-dark:hover{background:var(--af-primary);color:#fff8ee}.af-trust{background:var(--af-bg-warm);border-top:1px solid var(--af-border);border-bottom:1px solid var(--af-border);padding:14px 2rem;display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.af-trust-item{display:flex;align-items:center;gap:7px;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#5c2800;font-weight:400}.af-trust-gem{width:5px;height:5px;background:var(--af-accent);transform:rotate(45deg);flex-shrink:0}.af-marquee-wrap{background:var(--af-primary);overflow:hidden;padding:11px 0}.af-marquee-track{display:flex;gap:0;animation:afMarquee 24s linear infinite;white-space:nowrap;width:max-content}.af-marquee-item{display:inline-flex;align-items:center;gap:1rem;font-size:10.5px;letter-spacing:.32em;text-transform:uppercase;color:#fff8eecc;font-weight:300;padding:0 1.5rem}.af-marquee-gem{width:4px;height:4px;background:#f0c060;transform:rotate(45deg);flex-shrink:0}@keyframes afMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.af-section{padding:5rem}.af-section-header{text-align:center;margin-bottom:3.5rem}.af-eyebrow{display:block;font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--af-accent);margin-bottom:.75rem;font-family:var(--af-body-font);font-weight:400}.af-section-title{font-family:var(--af-heading-font);font-size:0px;font-weight:400;color:var(--af-primary);line-height:1.15}.af-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:1rem}.af-divider-line{width:60px;height:1px;background:var(--af-border)}.af-divider-gem{width:6px;height:6px;background:var(--af-accent);transform:rotate(45deg)}.af-products-section{padding:5rem 5rem 3rem;background:var(--af-bg)}.af-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.af-product-card{position:relative;cursor:pointer;overflow:hidden;background:#fff}.af-product-img-wrap{position:relative;overflow:hidden;aspect-ratio:3/4}.af-product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.af-product-card:hover .af-product-img-wrap img{transform:scale(1.04)}.af-product-img-placeholder{width:100%;height:100%;background:linear-gradient(155deg,#f0e4d0,#d4b896);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.af-product-badge{position:absolute;top:14px;left:14px;background:var(--af-primary);color:#fff8ee;font-size:9px;letter-spacing:.2em;text-transform:uppercase;padding:5px 12px;font-family:var(--af-body-font)}.af-product-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#1a0700b3);padding:1.5rem 1rem .75rem;transform:translateY(100%);transition:transform .3s ease}.af-product-card:hover .af-product-overlay{transform:translateY(0)}.af-product-overlay .af-btn{width:100%;text-align:center;display:block}.af-product-info{padding:1.1rem 1rem 1rem;border-top:1px solid var(--af-border-light)}.af-product-name{font-family:var(--af-heading-font);font-size:18px;font-weight:400;color:var(--af-primary);line-height:1.3;margin-bottom:3px}.af-product-type{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--af-text-muted);margin-bottom:8px;font-weight:400}.af-product-price{font-size:15px;font-weight:500;color:var(--af-primary);letter-spacing:.04em}.af-products-cta{text-align:center;margin-top:2.5rem}.af-craft{background:var(--af-bg-dark);padding:5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.af-craft-eyebrow{font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--af-accent);margin-bottom:1rem;display:block;font-family:var(--af-body-font)}.af-craft-title{font-family:var(--af-heading-font);font-size:44px;font-weight:300;color:#fff8ee;line-height:1.15;margin-bottom:1.5rem}.af-craft-body{font-size:14px;color:#fff8ee99;line-height:1.95;font-weight:300;margin-bottom:2.25rem}.af-craft-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.af-craft-stat{border-left:2px solid var(--af-accent);padding-left:1rem}.af-craft-stat-n{font-family:var(--af-heading-font);font-size:34px;font-weight:300;color:#f0c060;line-height:1;margin-bottom:4px}.af-craft-stat-l{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#fff8ee73}.af-craft-visual{aspect-ratio:4/5;background:linear-gradient(135deg,#4a1500 0%,#7B3500 55%,var(--af-accent) 100%);border:1px solid rgba(196,136,26,.25);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.af-wa-section{background:var(--af-bg-warm);border-top:1px solid var(--af-border);border-bottom:1px solid var(--af-border);padding:3rem 5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.af-wa-section h3{font-family:var(--af-heading-font);font-size:30px;font-weight:400;color:var(--af-primary);margin-bottom:6px}.af-wa-section p{font-size:13px;color:var(--af-text-muted);letter-spacing:.04em;font-weight:300}.af-wa-big-btn{display:inline-flex;align-items:center;gap:12px;background:var(--af-wa-green);color:#fff;padding:15px 30px;font-size:13px;font-weight:500;letter-spacing:.1em;text-decoration:none;white-space:nowrap;border-radius:4px;transition:opacity .2s,transform .2s}.af-wa-big-btn:hover{opacity:.92;transform:scale(1.02)}.af-wa-float{position:fixed;bottom:24px;left:24px;right:auto;width:58px;height:58px;border-radius:50%;background:var(--af-wa-green);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:999;text-decoration:none;transition:transform .2s;animation:waPulse 2.5s ease-in-out infinite}.af-wa-float:hover{transform:scale(1.1)}@keyframes waPulse{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 32px #25d366b3}}.af-footer{background:#120500;color:#fff8ee8c;padding:3.5rem 5rem 2rem}.af-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,248,238,.08)}.af-footer-brand-name{font-family:var(--af-heading-font);font-size:22px;font-weight:600;letter-spacing:.15em;color:#f0c060;text-transform:uppercase;margin-bottom:3px}.af-footer-brand-sub{font-size:9px;letter-spacing:.4em;color:var(--af-accent);text-transform:uppercase;margin-bottom:1rem}.af-footer-desc{font-size:12px;line-height:1.85;font-weight:300;max-width:240px;margin-bottom:1.25rem}.af-footer-social{display:flex;gap:12px}.af-footer-social a{font-size:11px;letter-spacing:.1em;color:#fff8ee73;text-decoration:none;transition:color .2s}.af-footer-social a:hover{color:var(--af-accent)}.af-footer-col-title{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#fff8eed9;margin-bottom:1rem;font-weight:500}.af-footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.af-footer-links a{font-size:12px;color:#fff8ee73;text-decoration:none;font-weight:300;transition:color .2s}.af-footer-links a:hover{color:var(--af-accent)}.af-footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#fff8ee40;flex-wrap:wrap;gap:8px}.af-collections{padding:5rem;background:var(--af-bg-warm)}.af-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:3rem}.af-collection-card{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:3/4;background:linear-gradient(155deg,#e8d4bc,#c9a87c)}.af-collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 50%,#1a0700bf);display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem}.af-collection-card-title{font-family:var(--af-heading-font);font-size:20px;font-weight:400;color:#fff8ee;line-height:1.2}.af-collection-card-count{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#fff8ee99;margin-top:3px}.af-cart-count{position:relative;display:inline-flex;align-items:center;justify-content:center}.af-cart-badge{position:absolute;top:-5px;right:-7px;background:var(--af-accent);color:#fff;font-size:9px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--af-body-font)}@media(max-width:1024px){.af-nav{padding:0 1.5rem}.af-nav-links{gap:1.25rem}.af-hero{padding:4rem 2.5rem}.af-hero-title{font-size:48px}.af-hero-ornament{display:none}.af-section{padding:4rem 2.5rem}.af-products-section{padding:4rem 2.5rem 2rem}.af-craft{padding:4rem 2.5rem;gap:3rem}.af-footer{padding:3rem 2.5rem 2rem}.af-footer-grid{grid-template-columns:1fr 1fr}.af-collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.af-nav-links,.af-wa-nav-btn{display:none}.af-nav-hamburger{display:flex}.af-hero{padding:3rem 1.5rem;min-height:480px}.af-hero-title{font-size:40px}.af-product-grid{grid-template-columns:repeat(2,1fr)}.af-craft{grid-template-columns:1fr;gap:2rem}.af-craft-visual{aspect-ratio:3/2}.af-wa-section{flex-direction:column;align-items:flex-start;padding:2.5rem 1.5rem}.af-trust{gap:1rem;padding:12px 1rem}.af-trust-item{font-size:9.5px}.af-footer-grid{grid-template-columns:1fr}.af-section{padding:3rem 1.5rem}.af-products-section{padding:3rem 1.5rem 2rem}}@media(max-width:480px){.af-product-grid{grid-template-columns:1fr}.af-hero-title{font-size:34px}.af-craft-stats{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
