:root{--afc-ink:#111914;--afc-green:#087354;--afc-deep:#0b2f24;--afc-mint:#dff0e4;--afc-mint2:#edf6ef;--afc-lime:#e8f56a;--afc-paper:#fffdf9;--afc-cloud:#edf1ee;--afc-muted:#6d756f;--afc-line:rgba(17,25,20,.12);--afc-ease:cubic-bezier(.22,.7,.18,1)}.afc-announcement{height:34px;background:var(--afc-green);color:#fff;position:relative;z-index:151;overflow:hidden;font-family:Manrope,sans-serif}.afc-announcement-inner{height:100%;position:relative;display:grid;place-items:center}.afc-announcement-item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;opacity:0;transform:translateY(9px);transition:opacity .42s var(--afc-ease),transform .42s var(--afc-ease);pointer-events:none}.afc-announcement-item:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--afc-lime)}.afc-announcement-item.active{opacity:1;transform:none}.afc-header{height:82px;position:sticky;top:0;z-index:150;background:#fff;border-bottom:1px solid rgba(17,25,20,.1);font-family:Manrope,sans-serif;transition:.28s var(--afc-ease)}.afc-header.scrolled{height:74px;box-shadow:0 8px 24px #1119140d}.afc-header-container{width:min(1420px,calc(100% - 44px));height:100%;margin:auto;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:28px}.afc-brand{display:flex;align-items:center;width:145px}.afc-brand img{width:100%;height:auto;display:block}.afc-nav{display:flex;justify-content:flex-start;gap:8px;align-items:center}.afc-nav>a,.afc-nav>button{height:44px;padding:0 12px;border:0;background:transparent;border-radius:12px;display:flex;align-items:center;gap:6px;font-size:12px;letter-spacing:.015em;font-weight:700;color:var(--afc-ink);transition:.2s}.afc-nav>a:hover,.afc-nav>button:hover,.afc-nav>button.active{color:var(--afc-green)}.afc-nav svg{width:13px;height:13px;stroke-width:2}.afc-header-right{display:flex;align-items:center;justify-content:flex-end;gap:18px;white-space:nowrap}.afc-subscribe-link{min-height:46px;padding:0 22px;border-radius:999px;background:var(--afc-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.025em;transition:.22s var(--afc-ease)}.afc-subscribe-link:hover{background:var(--afc-green);transform:translateY(-1px)}.afc-actions{display:flex;align-items:center;gap:2px}.afc-icon-btn{width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;position:relative;color:var(--afc-ink)}.afc-icon-btn:hover{background:var(--afc-cloud)}.afc-icon-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.afc-cart-count{position:absolute;right:1px;top:1px;min-width:17px;height:17px;border-radius:50%;background:var(--afc-lime);color:var(--afc-deep);font-size:8px;font-weight:900;display:grid;place-items:center;padding:0 4px}.afc-mobile-menu{display:none}.afc-mega{position:fixed;left:0;right:0;z-index:145;background:#fff;border-bottom:1px solid rgba(17,25,20,.1);box-shadow:0 24px 50px #0e1d141a;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .25s var(--afc-ease),visibility .2s;font-family:Manrope,sans-serif}.afc-mega.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.afc-mega-inner{width:min(1420px,calc(100% - 44px));margin:auto;padding:30px 0 28px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);grid-template-rows:auto auto;gap:24px 34px;align-items:start}.afc-mega-left{display:grid;grid-template-columns:1fr 1fr .86fr;gap:24px}.afc-mega-col{display:grid;gap:14px;align-content:start}.afc-mega-product{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:15px;min-height:82px;transition:.2s var(--afc-ease)}.afc-mega-product:hover{transform:translate(3px)}.afc-mega-product img{width:82px;height:82px;border-radius:15px;object-fit:cover;background:#f1f1ec}.afc-mega-product strong{display:block;font-family:Sora,sans-serif;font-size:15px;line-height:1.05;letter-spacing:-.035em}.afc-mega-product small{display:block;margin-top:7px;font-size:10px;color:var(--afc-muted);line-height:1.3}.afc-mega-links{display:grid;align-content:start;gap:4px;padding-top:3px}.afc-mega-links a{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(17,25,20,.1);font-size:12px;transition:.2s}.afc-mega-links a:hover{color:var(--afc-green);padding-left:3px}.afc-mega-promos{display:grid;grid-template-columns:1fr 1fr;gap:12px}.afc-mega-promo{height:226px;border-radius:22px;overflow:hidden;position:relative;color:#fff;background:#ddd}.afc-mega-promo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--afc-ease)}.afc-mega-promo:hover img{transform:scale(1.025)}.afc-mega-promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(4,27,20,.72))}.afc-mega-promo>span{position:absolute;z-index:2;left:18px;right:18px;bottom:17px}.afc-mega-promo small{display:block;color:var(--afc-lime);font-size:8.5px;font-weight:900;letter-spacing:.13em;margin-bottom:5px}.afc-mega-promo strong{display:block;font-family:Sora,sans-serif;font-size:19px;line-height:1.05;letter-spacing:-.04em}.afc-mega-reassure{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;min-height:54px;border-radius:999px;background:#f5f6f3;overflow:hidden}.afc-mega-reassure span{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:650}.afc-mega-reassure span+span{border-left:1px solid rgba(17,25,20,.09)}.afc-mega-reassure i{width:28px;height:28px;border-radius:50%;background:var(--afc-mint);color:var(--afc-green);display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900}.afc-overlay{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;background:#06161075;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.28s}.afc-overlay.open{opacity:1;visibility:visible}.afc-drawer{position:fixed;z-index:310;right:14px;top:14px;bottom:14px;width:min(510px,calc(100% - 28px));background:#fff;border-radius:32px;transform:translate(calc(100% + 30px));transition:.38s var(--afc-ease);box-shadow:0 22px 70px #0c261d2e;display:flex;flex-direction:column;overflow:hidden;font-family:Manrope,sans-serif}.afc-drawer.open{transform:none}.afc-drawer-head{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--afc-line)}.afc-drawer-head h3{font-family:Sora,sans-serif;font-size:17px;margin:0}.afc-close{width:42px;height:42px;border:0;background:var(--afc-cloud);border-radius:50%;display:grid;place-items:center;font-size:20px}.afc-drawer-body{padding:22px;overflow:auto;flex:1}.afc-empty{text-align:center;padding:34px 4px 16px}.afc-empty h3{font-family:Sora,sans-serif;font-size:28px;color:var(--afc-green);margin:0 0 8px}.afc-empty p{color:var(--afc-muted);font-size:11px;margin:0 0 18px}.afc-rec-title{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--afc-green);margin:27px 0 10px}.afc-rec-row{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--afc-line)}.afc-rec-row img{width:74px;height:74px;object-fit:contain;background:#f3f4f1;border-radius:14px}.afc-rec-row strong{font-size:10px;display:block}.afc-rec-row small{font-size:9px;color:var(--afc-muted);margin-top:3px;display:block}.afc-rec-add{height:34px;border:0;border-radius:999px;background:var(--afc-mint);color:var(--afc-deep);padding:0 12px;font-size:9px;font-weight:850}.afc-cart-line{display:grid;grid-template-columns:82px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--afc-line)}.afc-cart-line img{width:82px;height:82px;object-fit:contain;background:#f3f4f1;border-radius:16px}.afc-cart-line h4{font-size:11px;margin:3px 0 4px}.afc-cart-line p{font-size:9px;color:var(--afc-muted);margin:0}.afc-line-controls{display:flex;align-items:center;gap:8px;margin-top:11px}.afc-line-controls button{width:25px;height:25px;border:1px solid var(--afc-line);background:#fff;border-radius:50%}.afc-remove{border:0!important;background:none!important;width:auto!important;color:var(--afc-muted);font-size:8px;text-decoration:underline}.afc-cart-line-price{font-size:11px;font-weight:800;padding-top:5px}.afc-drawer-footer{padding:17px 22px 21px;border-top:1px solid var(--afc-line);background:#fff}.afc-drawer-note{display:flex;justify-content:space-between;font-size:9px;color:var(--afc-muted);margin-bottom:12px}.afc-cart-total{display:flex;justify-content:space-between;align-items:end;margin-bottom:11px}.afc-cart-total span{font-size:10px;font-weight:800}.afc-cart-total strong{font-family:Sora,sans-serif;font-size:22px}.afc-checkout{width:100%;height:53px;border:0;border-radius:999px;background:var(--afc-deep);color:#fff;font-weight:900;font-size:11px}.afc-guarantee{text-align:center;font-size:9px;color:var(--afc-muted);margin-top:10px}.afc-search{position:fixed;z-index:320;left:50%;top:68px;width:min(840px,calc(100% - 34px));transform:translate(-50%,-20px);background:#fff;border-radius:28px;box-shadow:0 22px 70px #0c261d2e;opacity:0;visibility:hidden;transition:.28s var(--afc-ease);overflow:hidden;font-family:Manrope,sans-serif}.afc-search.open{opacity:1;visibility:visible;transform:translate(-50%)}.afc-search-top{display:grid;grid-template-columns:1fr auto;gap:10px;padding:17px;border-bottom:1px solid var(--afc-line)}.afc-search-top input{height:52px;border:1px solid var(--afc-line);border-radius:999px;padding:0 20px;outline:none;font-size:12px}.afc-search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:16px}.afc-search-card{background:#f5f6f3;border-radius:17px;padding:10px}.afc-search-card img{height:100px;width:100%;object-fit:contain}.afc-search-card strong{font-size:9px;display:block;line-height:1.3;margin-top:6px}.afc-search-card span{font-size:9px;color:var(--afc-green);font-weight:800}.afc-mobile-panel{position:fixed;z-index:340;left:10px;right:10px;top:10px;bottom:10px;background:#fff;border-radius:28px;transform:translateY(-110%);transition:.35s var(--afc-ease);padding:20px;overflow:auto;font-family:Manrope,sans-serif}.afc-mobile-panel.open{transform:none}.afc-mobile-head{display:flex;justify-content:space-between;align-items:center}.afc-mobile-logo{width:142px}.afc-mobile-links{display:grid;margin-top:30px}.afc-mobile-links a{font-family:Sora,sans-serif;font-size:27px;letter-spacing:-.045em;padding:13px 0;border-bottom:1px solid var(--afc-line)}.afc-mobile-shop-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.afc-mobile-shop-card{background:#f3f4f1;border-radius:18px;padding:10px}.afc-mobile-shop-card img{height:115px;width:100%;object-fit:contain}.afc-mobile-shop-card strong{font-size:9px;line-height:1.25;display:block;margin-top:6px}.afc-footer{background:#071f18;color:#fff;padding:58px 0 28px;font-family:Manrope,sans-serif}.afc-footer-container{width:min(1420px,calc(100% - 44px));margin:auto}.afc-footer-top{display:grid;grid-template-columns:1.35fr repeat(3,.65fr);gap:50px}.afc-footer-logo{width:150px;filter:brightness(0) invert(1)}.afc-footer-brand p{font-size:10px;line-height:1.55;color:#ffffff8f;max-width:340px;margin:17px 0 0}.afc-footer h4{margin:0 0 13px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:var(--afc-lime)}.afc-footer-links{display:grid;gap:9px;font-size:10px;color:#ffffffba}.afc-footer-links a:hover{color:#fff}.afc-newsletter{margin-top:18px;max-width:390px;background:#ffffff17;border-radius:999px;padding:5px;display:flex}.afc-newsletter input{flex:1;border:0;background:transparent;color:#fff;outline:0;padding:0 14px;font-size:11px}.afc-newsletter button{width:42px;height:42px;border:0;border-radius:50%;background:var(--afc-lime);color:var(--afc-deep);display:grid;place-items:center}.afc-footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:30px;font-size:8px;color:#ffffff75}@media(max-width:1180px)and (min-width:821px){.afc-header-container{grid-template-columns:150px minmax(0,1fr) auto;gap:16px}.afc-brand{width:132px}.afc-nav>a,.afc-nav>button{padding:0 8px;font-size:10.5px}.afc-subscribe-link{padding:0 16px;font-size:10px}.afc-mega-inner{grid-template-columns:1fr .9fr}.afc-mega-left{grid-template-columns:1fr 1fr}.afc-mega-links{grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:12px}.afc-mega-links a{border:0;background:#f5f6f3;border-radius:999px;padding:0 14px;min-height:38px}}@media(max-width:820px){.afc-announcement{height:31px}.afc-announcement-item{font-size:8px;letter-spacing:.07em;padding:0 12px;text-align:center}.afc-header{height:67px}.afc-header.scrolled{height:64px}.afc-header-container{width:calc(100% - 28px);display:flex;justify-content:space-between;gap:10px}.afc-nav,.afc-subscribe-link,.afc-account{display:none}.afc-mobile-menu{display:grid}.afc-brand{width:136px}.afc-mega{display:none}.afc-drawer{top:0;right:0;bottom:0;left:0;width:100%;border-radius:0}.afc-search{left:8px;right:8px;top:8px;width:auto;transform:translateY(-20px)}.afc-search.open{transform:none}.afc-search-results{grid-template-columns:1fr 1fr}.afc-footer{padding-top:54px}.afc-footer-top{grid-template-columns:1fr 1fr;gap:32px}.afc-footer-brand{grid-column:1/-1}.afc-footer-logo{margin-left:auto;margin-right:auto}.afc-footer-brand p{margin-left:auto;margin-right:auto;text-align:center}.afc-newsletter{margin-left:auto;margin-right:auto}.afc-footer-bottom{display:block}.afc-footer-bottom span{display:block;margin-top:7px}}@media(max-width:520px){.afc-search-results,.afc-footer-top{grid-template-columns:1fr}.afc-footer-brand{grid-column:auto}.afc-drawer-note{display:block}.afc-drawer-note span{display:block;margin-top:3px}}body.afc-theme{opacity:1!important;background:var(--paper,#fffdf9)}.afc-header-container,.afc-footer-container{width:min(1420px,calc(100% - 44px))!important}.afc-rec-row img,.afc-cart-line img{object-fit:cover!important;object-position:center!important;overflow:hidden!important}.afc-search-card img,.afc-mobile-shop-card img{object-fit:cover!important;border-radius:14px!important;background:#eef1ee!important}.afc-mobile-shop-card strong{text-align:center!important;display:block!important}.afc-mobile-links a{text-transform:capitalize!important}.afc-newsletter button{display:grid!important;place-items:center!important;padding:0!important;line-height:1!important}.afc-newsletter button svg{display:block!important;width:16px!important;height:16px!important;stroke-width:1.8!important}@media(max-width:820px){.afc-header-container,.afc-footer-container{width:calc(100% - 28px)!important}.afc-mobile-links a{font-size:25px!important;line-height:1.08!important;text-transform:capitalize!important}.afc-mobile-shop-card{border-radius:20px!important;overflow:hidden!important;padding:9px!important}.afc-mobile-shop-card img{height:128px!important;border-radius:15px!important}.afc-mobile-shop-card strong{font-size:10px!important;line-height:1.35!important;margin:8px 3px 2px!important;text-align:center!important}.afc-search{border-radius:25px!important}.afc-search-results{gap:10px!important;padding:13px!important}.afc-search-card{border-radius:21px!important;padding:10px!important;overflow:hidden!important;text-align:center!important}.afc-search-card img{height:145px!important;border-radius:16px!important}.afc-search-card strong{font-size:11px!important;line-height:1.25!important;margin-top:9px!important}.afc-search-card span{font-size:10px!important;display:block!important;margin-top:4px!important}.afc-search-top{padding:13px!important}.afc-search-top input{font-size:13px!important}}@media(max-width:520px){.afc-search-results{grid-template-columns:1fr 1fr!important}.afc-search-card img{height:125px!important}}@media(min-width:821px){body.afc-theme:not(.template-index):not(.template-product) .container{width:min(1420px,calc(100% - 44px))!important;max-width:none!important;padding-left:0!important;padding-right:0!important}}@media(max-width:820px){body.afc-theme:not(.template-index):not(.template-product) .container{width:calc(100% - 28px)!important;max-width:680px!important;padding-left:0!important;padding-right:0!important}}@media(max-width:820px){.afc-mobile-links a{text-transform:none!important}}.afc-rec-title{text-transform:none!important;font-family:Sora,Arial,sans-serif!important;font-size:12px!important;letter-spacing:-.02em!important;font-weight:600!important;color:var(--afc-ink,#111914)!important;margin-top:27px!important}.afc-free-shipping{margin:0 0 15px;padding:13px 14px;border-radius:17px;background:var(--afc-mint2,#edf6ef);border:1px solid rgba(8,115,84,.13)}.afc-free-shipping-copy{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:9px;font-family:Manrope,sans-serif}.afc-free-shipping-copy strong{flex:0 0 auto;font-size:8px;line-height:1;letter-spacing:.11em;color:var(--afc-green,#087354);font-weight:900}.afc-free-shipping-copy span{font-size:9px;line-height:1.3;color:var(--afc-ink,#111914);text-align:right;font-weight:650}.afc-free-shipping-track{width:100%;height:7px;overflow:hidden;border-radius:999px;background:#0873541f}.afc-free-shipping-bar{display:block;width:0;height:100%;border-radius:inherit;background:var(--afc-green,#087354);transition:width .4s var(--afc-ease,cubic-bezier(.2,.8,.2,1))}.afc-free-shipping.is-complete{background:#f3f8d8;border-color:#afc22138}.afc-free-shipping.is-complete .afc-free-shipping-bar{background:var(--afc-lime,#e8f56a)}@media(max-width:520px){.afc-free-shipping-copy{align-items:flex-start}.afc-free-shipping-copy span{max-width:68%}}.afc-checkout{transition:transform .25s var(--afc-ease,cubic-bezier(.2,.8,.2,1)),box-shadow .25s var(--afc-ease,cubic-bezier(.2,.8,.2,1)),background .25s var(--afc-ease,cubic-bezier(.2,.8,.2,1))!important}@media(hover:hover){.afc-checkout:hover{transform:translateY(-2px);background:var(--afc-green,#087354);box-shadow:0 12px 28px #0873542e}}.afc-checkout:active{transform:translateY(0) scale(.99)}
/*# sourceMappingURL=/cdn/shop/t/29/assets/abstract-chrome.css.map */
