html,body{overflow-x:clip}.button,.shopify-payment-button__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:var(--button-min-height);border:1px solid transparent;border-radius:var(--button-radius);padding:13px 24px;background:var(--color-olive-dark);color:var(--color-white);font-weight:var(--font-button-weight);line-height:1;word-spacing:.04em;text-align:center;box-shadow:0 var(--button-shadow-y) var(--button-shadow-blur) #4f5d350e;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.button:hover,.shopify-payment-button__button:hover{transform:translateY(-1px);box-shadow:0 var(--button-shadow-hover-y) var(--button-shadow-hover-blur) #4f5d3513}.button:disabled,.button[aria-disabled=true],.button[aria-busy=true],.shopify-payment-button__button:disabled,.product-card__quick:disabled,.product-card__quick[aria-busy=true]{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}.button--secondary{background:var(--color-white);color:var(--color-olive-dark);border-color:var(--color-olive);box-shadow:none}.button--ghost{background:transparent;color:var(--color-olive-dark);border-color:var(--color-border);box-shadow:none}.button--whatsapp{background:var(--color-olive)}.button svg{width:18px;height:18px}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 12px;background:var(--color-olive);color:var(--color-white);font-size:.78rem;font-weight:700}.price{display:flex;align-items:baseline;gap:9px;color:var(--color-text);font-family:var(--font-body-family);font-weight:var(--font-price-weight)}.price__current{font-size:1.1rem}@media(min-width:750px){.price__current{margin:10px 0 15px}}.price__compare{color:var(--color-muted);font-weight:500;text-decoration:line-through}.product-card .price{flex-direction:column;align-items:flex-start;gap:2px}.product-card .price__current{order:1;margin-bottom:0}.product-card .price__compare{order:2;font-size:.82em;line-height:1.15}.rating{display:inline-flex;align-items:center;gap:6px;color:#9c8215;font-weight:800;font-size:.88rem}.rating__stars{letter-spacing:1px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:#16161694;font-size:.85rem}.breadcrumb a:after{content:">";margin-left:8px}.header{position:relative;z-index:50;background:var(--header-background, var(--color-white));border-bottom:1px solid rgba(79,93,53,.08)}.header.is-sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__inner{min-height:var(--header-height);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(12px,2vw,24px)}.header__logo{width:clamp(136px,16vw,190px);font-family:var(--font-heading-family);font-size:1.85rem;font-weight:var(--font-heading-weight);line-height:1}.header__logo img{width:100%;height:auto}.header__nav{display:flex;justify-content:center;gap:clamp(14px,2.2vw,34px);min-width:0;font-size:clamp(.76rem,1.15vw,.92rem);font-weight:var(--font-menu-weight);word-spacing:.04em}.header__nav-item{position:relative}.header__nav a,.header__dropdown-toggle{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;border:0;background:transparent;color:var(--color-text);padding:8px 0;font-weight:var(--font-menu-weight)}.header__nav-chevron svg,.header__dropdown-toggle svg{flex:0 0 auto;width:11px;height:11px}.header__dropdown{position:absolute;top:100%;left:50%;width:max-content;min-width:100%;max-width:min(420px,calc(100vw - 48px));padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-card);transform:translate(-50%) translateY(8px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.header__nav-item:hover .header__dropdown,.header__nav-item:focus-within .header__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.header__dropdown a{width:100%;padding:10px 12px;border-radius:12px;white-space:normal;min-width:max-content;max-width:100%}.header__dropdown a:hover{background:var(--color-sage-light)}.header__mega{position:fixed;top:calc(32px + var(--header-height) + 15px);left:50%;z-index:60;width:min(calc(100vw - 88px),1500px);display:none;grid-template-columns:310px minmax(170px,1fr) minmax(170px,1fr) minmax(190px,1.02fr) 300px;gap:clamp(18px,2vw,32px);padding:26px;border:1px solid rgba(79,93,53,.12);border-radius:22px;background:var(--color-paper);box-shadow:0 10px 28px #2a331d1a;transform:translate(-50%) translateY(10px);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.header__mega:before{content:"";position:absolute;top:-12px;left:342px;width:24px;height:24px;background:var(--color-paper);border-left:1px solid rgba(79,93,53,.12);border-top:1px solid rgba(79,93,53,.12);transform:rotate(45deg)}.header__nav-item:hover .header__mega,.header__nav-item:focus-within .header__mega{display:grid;visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.header__mega-card{position:relative;min-width:0;border-radius:18px;background:linear-gradient(135deg,#eef3e6e6,#fffdf7fa);overflow:hidden}.header__mega-card--intro{display:grid;align-content:space-between;gap:18px;min-height:462px;padding:36px 34px 28px}.header__mega-card--intro h2{max-width:235px;font-family:var(--font-body-family);font-size:1.32rem;font-weight:900;line-height:1.2;letter-spacing:var(--letter-body)}.header__mega-card--intro h2 span{color:var(--color-olive-dark)}.header__mega-card--intro p,.header__mega-card--product p{color:var(--color-muted);font-size:.9rem;line-height:1.55}.header__mega-pets{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:190px;margin:6px -10px 0}.header__mega-pets:before{content:"";position:absolute;inset:auto 0 4px;height:88px;border-radius:999px 999px 0 0;background:#b8c6a285}.header__mega-pets img{position:relative;z-index:1;width:48%;height:168px;object-fit:contain;object-position:bottom center}.header__mega-pets img+img{margin-left:-16px}.header__mega-heart{position:absolute;z-index:1;color:#7e8f5dc2}.header__mega-heart svg{width:25px;height:25px}.header__mega-heart--one{right:52px;bottom:234px;transform:rotate(15deg)}.header__mega-heart--two{left:36px;bottom:188px;transform:rotate(-16deg)}.header__mega-card--product img{width:100%;max-height:190px;object-fit:contain;object-position:bottom center}.header__mega .header__mega-button,.header__mega .header__mega-outline{min-height:42px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;border-radius:999px;padding:10px 14px 10px 22px;font-size:.86rem;font-weight:800}.header__mega .header__mega-button{background:var(--color-olive);color:var(--color-white)}.header__mega .header__mega-button svg,.header__mega .header__mega-outline svg{width:18px;height:18px}.header__mega-column{display:grid;align-content:start;gap:13px;padding-block:18px 16px}.header__mega-column+.header__mega-column{border-left:1px solid rgba(79,93,53,.1);padding-left:clamp(18px,1.7vw,28px)}.header__mega-heading{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;margin-bottom:12px;color:var(--color-olive-dark)}.header__mega-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:999px;background:#b8c6a26b;overflow:hidden}.header__mega-avatar--pink{background:#efa1a65c}.header__mega-avatar--icon{color:var(--color-olive);background:transparent}.header__mega-avatar img{width:46px;height:46px;object-fit:contain;object-position:bottom center}.header__mega-avatar svg{width:42px;height:42px;padding:0}.header__mega-heading h3{font-family:var(--font-body-family);font-size:1.08rem;font-weight:900;letter-spacing:var(--letter-body)}.header__mega-heading h3:after{content:"";display:block;width:34px;height:1px;margin-top:10px;background:#4f5d3559}.header__mega-column a{display:grid;grid-template-columns:40px minmax(0,1fr) 16px;align-items:center;gap:13px;padding:7px 4px;border-radius:14px;color:var(--color-text);white-space:normal}.header__mega-column--brand a{grid-template-columns:28px minmax(0,1fr)}.header__mega-column a:hover{background:#eef3e699}.header__mega-thumb{display:grid;place-items:center;width:40px;height:40px}.header__mega-thumb img{width:34px;height:34px;object-fit:contain}.header__mega-column a>svg:first-child{width:26px;height:26px;color:var(--color-olive-dark)}.header__mega-column a>svg:last-child{width:14px;height:14px;color:var(--color-olive-dark)}.header__mega-column strong{display:block;font-size:.84rem;line-height:1.25}.header__mega-column small{display:block;margin-top:3px;color:var(--color-muted);font-size:.72rem;line-height:1.2}.header__mega-card--product{display:grid;align-content:end;gap:12px;min-height:344px;padding:24px;background:#ffffffa3}.header__mega-card--product img{width:100%;max-height:188px;object-fit:contain}.header__mega-card--product h3{color:var(--color-olive-dark);font-family:var(--font-body-family);font-size:1.1rem;font-weight:900;letter-spacing:var(--letter-body);line-height:1.22}.header__mega .header__mega-outline{border:1px solid var(--color-olive);color:var(--color-olive-dark)}.header__mega-side{display:grid;gap:14px}.header__mega .header__mega-help{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:6px;min-height:112px;border-radius:18px;padding:16px 10px 16px 18px;background:var(--color-olive);color:var(--color-white);overflow:hidden}.header__mega .header__mega-help:before,.header__mega .header__mega-help:after{content:"";position:absolute;border:2px solid rgba(255,255,255,.45);border-radius:999px;transform:rotate(-18deg)}.header__mega .header__mega-help:before{right:78px;top:18px;width:21px;height:15px}.header__mega .header__mega-help:after{right:52px;top:38px;width:14px;height:10px}.header__mega .header__mega-help span{min-width:0}.header__mega .header__mega-help strong,.header__mega .header__mega-help small{position:relative;z-index:1;display:block;overflow-wrap:anywhere}.header__mega .header__mega-help strong{font-size:.98rem;font-weight:900;line-height:1.15}.header__mega .header__mega-help small{margin-top:6px;color:#ffffffd1;font-size:.68rem;line-height:1.25;white-space:normal}.header__mega .header__mega-help img{position:relative;z-index:1;align-self:end;width:68px;height:78px;object-fit:contain;object-position:bottom center}@media(min-width:750px)and (max-width:1260px){.header__mega{width:min(var(--page-width),calc(100vw - (var(--page-gutter) * 2)));grid-template-columns:250px minmax(150px,1fr) minmax(150px,1fr) minmax(170px,1fr) 236px;gap:16px;padding:22px}.header__mega-card--intro{min-height:430px;padding:28px 24px 22px}.header__mega-column+.header__mega-column{padding-left:14px}.header__mega-column a{grid-template-columns:34px minmax(0,1fr) 14px;gap:9px}.header__mega-thumb{width:34px;height:34px}.header__mega-card--product{padding:18px}}.header__icons{display:flex;justify-content:flex-end;gap:clamp(4px,1vw,16px)}.header__nav.desktop-only{display:none}.header .icon-button.mobile-only{display:inline-flex}.header .icon-button.desktop-only{display:none}@media(min-width:1100px){.header__nav.desktop-only{display:flex}.header .icon-button.mobile-only{display:none}.header .icon-button.desktop-only{display:inline-flex}}@media(min-width:750px)and (max-width:1099px){.header__nav.desktop-only{display:none}.header .icon-button.mobile-only{display:inline-flex}.header .icon-button.desktop-only{display:none}}@media(min-width:750px)and (max-width:1100px){:root{--page-gutter: 52px;--header-height: 52px}.header__inner{gap:18px}.header__logo{width:154px}.header__nav{gap:24px;font-size:.68rem}.header__nav a,.header__dropdown-toggle{padding-block:6px}.header__icons{gap:6px}.header__icons .icon-button{width:31px;height:31px}.header__icons .icon-button svg{width:20px;height:20px}}@media(min-width:750px)and (max-width:900px){.header__inner.page-width{width:min(100% - 76px,700px)}.header__logo{width:146px}.header__nav{gap:20px;font-size:.72rem}.header__icons .icon-button{width:32px;height:32px}.header__icons .icon-button svg{width:19px;height:19px}}@media(min-width:1100px)and (max-width:1399px){.header__inner{grid-template-columns:minmax(132px,162px) minmax(0,1fr) auto;gap:clamp(10px,1.2vw,18px)}.header__logo{width:clamp(132px,12vw,162px)}.header__nav{justify-content:center;gap:clamp(12px,1.4vw,22px);font-size:clamp(.74rem,.82vw,.82rem);line-height:1.15}.header__nav a,.header__dropdown-toggle{gap:5px}.header__icons{gap:6px}.header__icons .icon-button{width:34px;height:34px}.header__icons .icon-button svg{width:20px;height:20px}}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:var(--color-text)}.icon-button svg{width:23px;height:23px}.cart-count{position:absolute;top:1px;right:0;min-width:18px;height:18px;border-radius:999px;background:var(--color-olive);color:var(--color-white);font-size:.7rem;font-weight:var(--font-price-weight);display:grid;place-items:center}.mobile-menu{position:fixed;inset:0 auto 0 0;z-index:100;width:min(86vw,380px);height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow-y:auto;padding:22px 20px;background:var(--color-paper);box-shadow:var(--shadow-card);transform:translate(-105%);transition:transform .25s ease}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.mobile-menu__head .header__logo{width:154px}.mobile-menu__links{position:relative;min-height:calc(100dvh - 100px);overflow:hidden}.mobile-menu__links a,.mobile-menu summary{display:flex;align-items:center;gap:12px;justify-content:space-between;width:100%;padding:15px 0;border-bottom:1px solid var(--color-border);font-weight:var(--font-menu-weight)}.mobile-menu__links summary{cursor:pointer;list-style:none}.mobile-menu__links summary::-webkit-details-marker{display:none}.mobile-menu__links summary svg{flex:0 0 16px;width:16px;height:16px;transition:transform .2s ease}.mobile-menu__links details[open]>summary svg{transform:rotate(180deg)}.mobile-menu__child{padding:10px 0 16px 16px}.mobile-menu__child a{display:block;padding:8px 0;color:var(--color-muted);font-weight:var(--font-menu-weight)}.mobile-menu__screen,.mobile-menu__panel{transition:transform .24s ease,opacity .2s ease}.mobile-menu__screen--root{display:grid;gap:10px}.mobile-menu.has-panel .mobile-menu__screen--root{transform:translate(-110%);opacity:0}.mobile-menu__row{display:grid;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;min-height:62px;border:1px solid rgba(79,93,53,.09);border-radius:17px;background:var(--color-white);color:var(--color-text);padding:8px 12px 8px 8px;font-weight:900;text-align:left}.mobile-menu__row--outlet{color:var(--color-accent)}.mobile-menu__row svg{justify-self:end;width:18px;height:18px}.mobile-menu__thumb{display:grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#b8c6a261;overflow:hidden}.mobile-menu__thumb--pink{background:#efa1a657}.mobile-menu__thumb--icon{color:var(--color-olive);background:transparent}.mobile-menu__thumb img{width:39px;height:39px;object-fit:contain}.mobile-menu__thumb--icon svg{width:38px;height:38px}.mobile-menu__banner{position:relative;display:grid!important;align-items:center;min-height:112px;border:0;border-radius:22px;padding:18px;overflow:hidden}.mobile-menu__links .mobile-menu__banner{border-bottom:0;padding:18px}.mobile-menu__banner span{position:relative;z-index:2;max-width:178px;min-width:0}.mobile-menu__banner strong,.mobile-menu__banner small{display:block}.mobile-menu__banner strong{font-size:1.02rem;font-weight:900;line-height:1.12}.mobile-menu__banner small{margin-top:6px;color:var(--color-muted);font-size:.76rem;line-height:1.3}.mobile-menu__banner--indar{margin-top:8px;background:linear-gradient(135deg,#eef3e6f5,#ffffffe6)}.mobile-menu__banner--indar img{position:absolute;right:8px;bottom:0;width:128px;height:105px;object-fit:contain;object-position:bottom right}.mobile-menu__banner--all{min-height:88px;grid-template-columns:minmax(0,1fr) 34px;column-gap:12px;padding:20px 18px;background:var(--color-olive-dark);color:var(--color-white)}.mobile-menu__links .mobile-menu__banner--all{padding:20px 18px}.mobile-menu__banner--all span{max-width:230px}.mobile-menu__banner--all strong{font-size:.96rem;line-height:1.12;word-spacing:.02em}.mobile-menu__banner--all small{margin-top:4px;font-size:.72rem;letter-spacing:0;word-spacing:.04em}.mobile-menu__banner--all small{color:#ffffffc7}.mobile-menu__banner--all svg{justify-self:end;width:28px;height:28px}.mobile-menu__panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;align-content:start;gap:10px;background:var(--color-paper);transform:translate(112%);opacity:0;pointer-events:none}.mobile-menu__panel.is-active{transform:translate(0);opacity:1;pointer-events:auto}.mobile-menu__back{display:flex;align-items:center;gap:8px;width:100%;min-height:48px;border:0;border-bottom:1px solid rgba(79,93,53,.12);background:transparent;color:var(--color-olive-dark);padding:0 0 12px;font-size:1.08rem;font-weight:900;text-align:left}.mobile-menu__back svg{width:19px;height:19px;transform:rotate(180deg)}.mobile-menu__panel>a{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;min-height:62px;border:1px solid rgba(79,93,53,.09);border-radius:17px;background:var(--color-white);padding:9px 12px 9px 9px;color:var(--color-text)}.mobile-menu__panel>a>svg{width:26px;height:26px;color:var(--color-olive-dark)}.mobile-menu__panel strong,.mobile-menu__panel small{display:block}.mobile-menu__panel strong{font-size:.9rem;font-weight:900;line-height:1.18}.mobile-menu__panel small{margin-top:3px;color:var(--color-muted);font-size:.74rem;line-height:1.22}.mobile-menu__item-image{display:grid;place-items:center;width:46px;height:46px}.mobile-menu__item-image img{width:36px;height:36px;object-fit:contain}.mobile-menu__help{grid-template-columns:minmax(0,1fr) 82px!important;align-items:center!important;min-height:104px!important;margin-top:6px;border:0!important;border-radius:22px!important;background:var(--color-olive)!important;color:var(--color-white)!important;padding:16px 12px 16px 18px!important;overflow:hidden}.mobile-menu__help span{align-self:center;min-width:0}.mobile-menu__help small{color:#fffc}.mobile-menu__help img{align-self:end;width:82px;height:96px;margin-bottom:-16px;object-fit:contain;object-position:bottom center}@media(max-width:749px){.mobile-menu{top:-16px;width:100vw;height:calc(100vh + 16px);height:calc(100dvh + 16px);max-height:calc(100vh + 16px);max-height:calc(100dvh + 16px)}}.footer{background:var(--color-olive);color:var(--color-white);padding:54px 0 26px}.footer__grid{display:grid;grid-template-columns:minmax(210px,1.28fr) repeat(4,minmax(100px,1fr)) minmax(190px,1.18fr);gap:clamp(22px,3.4vw,50px)}.footer__brand{max-width:270px}.footer__logo{margin-bottom:18px;font-family:var(--font-heading-family);font-size:2rem;font-weight:var(--font-heading-weight)}.footer__text{color:#ffffffd1;font-size:.94rem}.footer h3{margin-bottom:15px;font-size:.92rem;color:var(--color-white)}.footer__menu-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:inherit;text-align:left}.footer__menu-toggle svg{display:none}.footer li+li{margin-top:9px}.footer a{color:#ffffffd6;font-size:.9rem}.footer__social{display:flex;gap:14px;margin-top:22px}.footer__social span{display:inline-grid;place-items:center;width:21px;height:21px;color:currentColor;font-size:1rem;font-weight:900;line-height:1}.footer__social svg{width:21px;height:21px}.footer__newsletter p{max-width:210px;margin:-6px 0 12px;color:#ffffffd6;font-size:.86rem;line-height:1.45}.footer__newsletter form{display:grid;gap:10px}.footer__newsletter-field{display:grid;grid-template-columns:minmax(0,1fr) 38px;min-height:38px;border:1px solid rgba(255,255,255,.72);border-radius:999px;overflow:hidden}.footer__newsletter-field input{min-width:0;border:0;background:transparent;padding:8px 14px;color:var(--color-white);font:inherit;font-size:.84rem}.footer__newsletter-field input::placeholder{color:#ffffffd1}.footer__newsletter-field button{border:0;border-left:1px solid rgba(255,255,255,.55);background:transparent;color:var(--color-white);font-size:1.15rem;font-weight:800}.footer__newsletter-whatsapp{display:inline-flex;justify-content:center;width:100%;min-height:34px;margin-top:10px;padding:8px 14px;border:1px solid rgba(255,255,255,.72);border-radius:999px;color:var(--color-white);font-size:.82rem;font-weight:700;line-height:1.2}.template-index .footer__newsletter,.footer__perks{display:none}@media(min-width:900px)and (max-width:1100px){.footer__grid{grid-template-columns:190px repeat(4,84px) 168px;gap:20px}.footer__newsletter-field{grid-template-columns:minmax(0,1fr) 34px}.footer__newsletter-whatsapp{padding-inline:10px;font-size:.74rem}}@media(min-width:750px)and (max-width:899px){.footer__grid{grid-template-columns:minmax(180px,1.3fr) repeat(4,minmax(86px,1fr));gap:22px}.footer__newsletter{display:none}}.footer__bottom{display:flex;justify-content:space-between;gap:24px;margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.24);color:#ffffffc7;font-size:.82rem}.footer__legal{display:grid;gap:8px;min-width:0}.footer__legal-links{display:flex;flex-wrap:wrap;gap:5px 14px}.footer__legal-links a{color:inherit;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:text-decoration-color .2s ease}.footer__legal-links a:hover{text-decoration-color:currentColor}body:has(.shopify-policy__container) #MainContent{background:var(--color-cream)}body .shopify-policy__container{width:min(var(--document-width),calc(100vw - (var(--page-gutter) * 2)));max-width:var(--document-width);margin-inline:auto;padding-inline:0;padding-block:clamp(34px,6vw,76px)}.shopify-policy__title{margin-bottom:clamp(24px,4vw,42px);text-align:left}.shopify-policy__title h1{max-width:100%;color:var(--color-olive-dark);font-size:clamp(2.5rem,6vw,5rem);text-transform:uppercase}.shopify-policy__body{border:1px solid var(--color-border);border-radius:8px;padding:clamp(28px,6vw,64px);background:var(--color-white);box-shadow:var(--shadow-soft)}.shopify-policy__body .rte,.policy-content{max-width:var(--reading-width);color:var(--color-text);font-size:1rem;line-height:1.7}.policy-content>*+*,.policy-content section>*+*,.shopify-policy__body .rte>*+*{margin-top:1em}.policy-content section+section{margin-top:clamp(28px,4vw,42px);padding-top:clamp(24px,3vw,34px);border-top:1px solid var(--color-border)}.policy-content h2,.shopify-policy__body h2{color:var(--color-olive-dark);font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.08}.policy-content h3,.shopify-policy__body h3{color:var(--color-text);font-size:1.08rem;line-height:1.3}.policy-content ul,.policy-content ol,.shopify-policy__body ul,.shopify-policy__body ol{display:grid;gap:.65em;padding-left:1.25em}.policy-content li,.shopify-policy__body li{list-style:disc}.policy-content ol li,.shopify-policy__body ol li{list-style:decimal}.policy-content a,.shopify-policy__body a{color:var(--color-olive-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}.policy-content__updated{color:var(--color-muted);font-size:.86rem}.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:80;width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#35c56a;color:var(--color-white);box-shadow:0 5px 16px #0000001f}.floating-whatsapp svg{width:26px;height:26px}.form-message{border-radius:var(--radius-md);padding:14px 18px;background:var(--color-sage-light);color:var(--color-olive-dark);font-weight:700}.form-error{border-radius:var(--radius-md);padding:13px 16px;background:#fff3ef;color:#9f3f1f;font-weight:800}.form-error ul{display:grid;gap:4px;margin:0;padding:0}.form-error li{list-style:none}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid rgba(79,93,53,.08);border-radius:var(--product-card-radius);background:var(--color-white);box-shadow:var(--shadow-soft);overflow:hidden}.product-card__media{position:relative;display:grid;place-items:center;min-height:235px;background:linear-gradient(180deg,#eef3e647,#fff0)}.product-card__image{width:100%;max-width:var(--product-card-image-max-width);aspect-ratio:var(--product-card-image-ratio);object-fit:var(--product-card-image-fit);transition:opacity .22s ease,transform .22s ease}.product-card:hover .product-card__image,.product-card:focus-within .product-card__image{transform:translateY(-3px)}.product-card__image--secondary{position:absolute;top:24px;right:24px;bottom:8px;left:24px;width:calc(100% - 48px);height:calc(100% - 32px);margin:auto;opacity:0}.product-card--has-secondary:hover .product-card__image--primary,.product-card--has-secondary:focus-within .product-card__image--primary{opacity:0}.product-card--has-secondary:hover .product-card__image--secondary,.product-card--has-secondary:focus-within .product-card__image--secondary{opacity:1}.product-card__badge{position:absolute;top:16px;left:16px;z-index:2}.product-card__body{display:flex;flex:1;flex-direction:column;gap:9px;padding:8px 22px 22px}.product-card__eyebrow{color:#5f644fb8;font-size:.75rem;font-weight:600}.product-card__title{min-height:2.8em;font-family:var(--font-body-family);font-size:.98rem;font-weight:var(--font-price-weight);letter-spacing:0;line-height:1.28;word-spacing:.04em}.product-card__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.product-card__quick{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:11px;background:var(--color-olive);color:var(--color-white)}.product-card__form{position:relative;display:grid;place-items:center}.product-card__error{position:absolute;right:0;bottom:calc(100% + 8px);z-index:3;width:min(210px,62vw);border:1px solid rgba(143,45,45,.16);border-radius:12px;background:#fff8f6;color:#8f2d2d;padding:8px 10px;box-shadow:0 8px 18px #2a331d14;font-size:.75rem;font-weight:800;line-height:1.25}.product-card__error[hidden]{display:none}.product-card__quick svg{width:20px;height:20px}.quantity{display:inline-grid;grid-template-columns:42px 44px 42px;height:46px;border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:var(--color-white)}.quantity__button{display:grid;place-items:center;border:0;background:var(--color-white);color:var(--color-text)}.quantity__button svg{width:16px;height:16px}.quantity__input{width:44px;border:0;border-inline:1px solid rgba(79,93,53,.1);border-radius:0;padding:0;text-align:center;-webkit-appearance:textfield;appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:36px}.pagination__item{display:grid;place-items:center;min-width:40px;height:40px;border-radius:999px;background:var(--color-white);color:var(--color-text);font-weight:700;border:1px solid rgba(79,93,53,.12);box-shadow:var(--shadow-soft)}.pagination__item.is-active,.pagination__item[aria-current=page]{background:var(--color-olive);color:var(--color-white);border-color:var(--color-olive);box-shadow:none;pointer-events:none}.pagination__item svg{width:18px;height:18px}.pagination__item--previous svg{transform:rotate(180deg)}.footer__payments{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.footer__payment-item{display:flex;align-items:center}.footer__payments svg{width:38px;height:auto}@media(min-width:750px){.footer{padding:34px 0 18px}.footer__grid{gap:clamp(22px,3.5vw,44px)}.footer__logo{margin-bottom:12px;font-size:1.65rem}.footer__text{font-size:.78rem;line-height:1.45}.footer h3{margin-bottom:10px;font-size:.78rem}.footer li+li{margin-top:5px}.footer a{font-size:.76rem}.footer__social{gap:10px;margin-top:14px}.footer__social svg{width:18px;height:18px}.footer__social span{width:18px;height:18px;font-size:.84rem}.footer__bottom{margin-top:26px;padding-top:14px;font-size:.68rem}.footer__payments{gap:8px}.footer__payments svg{width:31px}}@media(min-width:750px)and (max-width:900px){.footer{padding-block:26px 14px}.footer__grid{grid-template-columns:minmax(160px,1.25fr) repeat(4,1fr);gap:20px}.footer__brand{max-width:180px}.footer__logo{font-size:1.38rem}.footer__text,.footer a{font-size:.62rem}.footer h3{font-size:.66rem}.footer__bottom{gap:14px;margin-top:18px;font-size:.56rem}}@media(min-width:750px)and (max-width:900px){.footer{padding-block:20px 10px}.footer__grid{gap:14px}.footer__logo{margin-bottom:8px;font-size:1.18rem}.footer__text,.footer a{font-size:.56rem;line-height:1.35}.footer h3{margin-bottom:7px;font-size:.58rem}.footer li+li{margin-top:3px}.footer__social{gap:8px;margin-top:10px}.footer__social svg{width:15px;height:15px}.footer__social span{width:15px;height:15px;font-size:.74rem}.footer__bottom{margin-top:12px;padding-top:9px;font-size:.5rem}}@media(max-width:749px){.footer{background:var(--color-paper);color:var(--color-text);padding:34px 0 26px}.footer__grid{display:grid;grid-template-columns:1fr;gap:0;text-align:left}.footer__brand{max-width:none;margin:0 auto 22px;text-align:center}.footer__legal{justify-items:center}.footer__legal-links{justify-content:center}.footer__logo{display:inline-block;margin-bottom:14px}.footer__logo img{width:188px;height:auto}.footer__text{display:none}.footer__social{justify-content:center;gap:20px;margin-top:2px}.footer__social a{color:var(--color-text)}.footer__social svg,.footer__social span{width:19px;height:19px}.footer__social span{font-size:1rem;font-weight:900}.footer__menu{border-top:1px solid rgba(79,93,53,.12)}.footer__menu:last-of-type{border-bottom:1px solid rgba(79,93,53,.12)}.footer h3{position:relative;margin:0;padding:0;color:var(--color-text);font-family:var(--font-body-family);font-size:.92rem;font-weight:800}.footer__menu-toggle{min-height:50px;padding:14px 4px;cursor:pointer}.footer__menu-toggle svg{display:block;width:18px;height:18px;transition:transform .2s ease}.footer__menu.is-open .footer__menu-toggle svg{transform:rotate(180deg)}.footer__menu-panel{display:none;padding:0 4px 15px}.footer__menu.is-open .footer__menu-panel{display:block}.footer__menu-panel li+li{margin-top:8px}.footer__menu-panel a{color:#161616b8;font-size:.86rem}.footer__newsletter{display:none}.footer__perks{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:20px 0 16px;padding:16px 0;border-top:1px solid rgba(79,93,53,.12);border-bottom:1px solid rgba(79,93,53,.12)}.footer__perks div{display:grid;justify-items:center;align-content:start;gap:7px;min-height:70px;padding:0 8px;border-right:1px solid rgba(79,93,53,.12);color:var(--color-text);text-align:center}.footer__perks div:last-child{border-right:0}.footer__perks svg{width:24px;height:24px}.footer__perks span{font-size:.63rem;font-weight:800;line-height:1.25}.footer__bottom{flex-direction:column;align-items:center;gap:12px;margin-top:0;padding-top:0;border-top:0;color:#161616b3;font-size:.72rem;text-align:center}.footer__bottom p{max-width:34ch;margin:0 auto;line-height:1.55;word-spacing:.08em}.footer__payments{justify-content:center;order:-1;gap:16px}.footer__payments svg{width:38px}}@media(max-width:749px){body .shopify-policy__container{width:min(var(--document-width),calc(100vw - (var(--page-gutter) * 2)));padding-block:28px 42px}.shopify-policy__title h1{font-size:clamp(2.2rem,12vw,3.25rem)}.shopify-policy__body{padding:28px}.shopify-policy__body .rte,.policy-content{font-size:.94rem}}@media(min-width:900px)and (max-width:1100px){.footer .footer__grid{grid-template-columns:190px repeat(4,92px) 176px;gap:19px}}@media(min-width:1400px){.header__inner{width:min(var(--page-width),calc(100vw - (var(--page-gutter) * 2)));min-height:72px}.header__logo{width:172px}.header__nav{gap:30px;font-size:.82rem}.header__nav-chevron svg{width:13px;height:13px}.header__nav-item--mega>.header__dropdown-toggle{position:relative}.header__nav-item--mega>.header__dropdown-toggle:after{content:"";position:absolute;left:0;right:22px;bottom:-6px;height:2px;border-radius:999px;background:var(--color-olive-dark)}.header__nav a.header__nav-outlet{color:#f05a1a;font-weight:800}.header__mega{top:148px;width:min(1500px,calc(100vw - (var(--page-gutter) * 2)));grid-template-columns:330px minmax(190px,1fr) minmax(190px,1fr) minmax(220px,1.04fr) 300px;gap:clamp(24px,2vw,34px);align-items:start;padding:14px;border-radius:24px}.header__mega:before{left:356px}.header__mega-card--intro{min-height:492px;padding:38px 48px 30px}.header__mega-card--intro h2{max-width:255px;font-size:1.42rem}.header__mega-pets{min-height:226px;margin:12px -38px 0}.header__mega-pets:before{height:108px}.header__mega-pets img{width:58%;height:222px}.header__mega-pets img+img{margin-left:-44px}.header__mega-column{padding-block:48px 26px}.header__mega-card--product{min-height:342px;padding:26px 28px 24px}.header__mega-card--product img{max-height:170px}.header__mega .header__mega-help{min-height:118px;padding:17px 10px 16px 20px}}@media(min-width:1400px){.header__mega-card--intro{grid-template-rows:auto minmax(220px,1fr) auto;align-content:stretch;gap:14px}.header__mega-pets{align-self:end;min-height:238px;margin:-4px -48px -2px}.header__mega-pets:before{inset-inline:6px;bottom:10px;height:116px}.header__mega-pets img{width:64%;height:238px}.header__mega-pets img+img{margin-left:-72px}.header__mega-heart--one{right:52px;bottom:170px}.header__mega-heart--two{left:38px;bottom:126px}.header__mega-side{align-content:stretch}.header__mega .header__mega-help{min-height:116px;padding:16px 10px 16px 18px}.header__mega-card--product{min-height:382px;align-content:center;gap:14px;padding:26px 30px 24px}.header__mega-card--product img{max-height:178px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
