:root{--hp-primary: #C45D3E;--hp-primary-dark: #A84830;--hp-primary-gradient: linear-gradient(135deg, #E8734F 0%, #C45D3E 50%, #A84830 100%);--hp-coral: #C45D3E;--hp-coral-dark: #8A3F2A;--hp-coral-soft: rgba(196, 93, 62, .05);--hp-secondary: #2D6A4F;--hp-sage: #4A5D3F;--hp-sage-dark: #2D3A26;--hp-sage-light: #8DA37F;--hp-sage-soft: rgba(74, 93, 63, .06);--hp-accent-yellow: #FFD701;--hp-accent-blue: #2196F3;--hp-accent-green: #2D6A4F;--hp-accent-orange: #FF9800;--hp-accent-teal: #00897B;--hp-accent-purple: #7B1FA2;--hp-accent-pink: #E91E63;--hp-whatsapp: #25D366;--hp-bg: #FFFFFF;--hp-bg-light: #F8F8F8;--hp-bg-warm: #FAF8F5;--hp-surface: #FAF7F2;--hp-surface-alt: #F4F0E8;--hp-cream: #FAF7F2;--hp-cream-border: #ECE6D9;--hp-text: #1A1F1B;--hp-text-muted: #5F6B5A;--hp-text-secondary: #5F6B5A;--hp-text-tertiary: #8B9580;--hp-charcoal: #1F2920;--hp-border: #ECE6D9;--hp-border-subtle: rgba(31, 41, 32, .06);--hp-border-strong: rgba(31, 41, 32, .18);--color-secondary-background: #FAF7F2 !important;--hp-shadow-xs: 0 1px 2px rgba(31, 41, 32, .04);--hp-shadow-sm: 0 2px 6px rgba(31, 41, 32, .05);--hp-shadow-md: 0 8px 20px rgba(31, 41, 32, .06);--hp-shadow-lg: 0 16px 40px rgba(31, 41, 32, .08);--hp-radius-sm: 8px;--hp-radius: 12px;--hp-radius-lg: 18px;--hp-radius-xl: 24px;--hp-ease: cubic-bezier(.32, .72, 0, 1);--hp-fast: .18s var(--hp-ease);--hp-base: .28s var(--hp-ease);--hp-slow: .4s var(--hp-ease);--hp-transition: .28s var(--hp-ease);--hp-header-height: 72px;--hp-announcement-height: 36px;--hp-page-width: 1340px}body{background:var(--hp-bg);color:var(--hp-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:700;line-height:1.15;letter-spacing:-.015em;color:var(--hp-text)}.hp-scroll-snap{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 16px 24px;margin:0 -16px;scrollbar-width:none}.hp-scroll-snap::-webkit-scrollbar{display:none}.hp-scroll-snap>*{scroll-snap-align:start;flex-shrink:0}.hp-header{position:sticky;top:0;z-index:1000;background:var(--hp-primary-gradient);box-shadow:var(--hp-shadow-md)}.hp-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--hp-page-width);margin:0 auto;padding:0 24px;height:var(--hp-header-height);gap:24px}.hp-header__logo{flex-shrink:0}.hp-header__logo img,.hp-header__logo svg{max-height:52px;width:auto}.hp-header__logo-text{font-size:28px;font-weight:800;color:#fff;text-decoration:none;line-height:1;letter-spacing:-.02em}.hp-header__logo-text span{display:block;font-size:11px;font-weight:600;font-style:italic;opacity:.9;letter-spacing:.02em}.hp-header__nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.hp-header__nav-item{position:relative;color:#fff;font-size:15px;font-weight:600;text-decoration:none;padding:8px 16px;border-radius:var(--hp-radius-sm);transition:background var(--hp-fast);white-space:nowrap;cursor:pointer}.hp-header__nav-item:hover,.hp-header__nav-item.active{background:#ffffff2e}.hp-header__icons{display:flex;align-items:center;gap:6px;flex-shrink:0}.hp-header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;background:transparent;border:none;cursor:pointer;transition:background var(--hp-fast);position:relative}.hp-header__icon-btn:hover{background:#ffffff2e}.hp-header__icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.hp-header__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:var(--hp-accent-yellow);color:#000;font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hp-header__mobile-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:#fff;cursor:pointer}.hp-header__mobile-toggle svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.hp-announcement{background:var(--hp-text);color:#fff;text-align:center;padding:8px 16px;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;min-height:var(--hp-announcement-height)}.hp-announcement a{color:var(--hp-accent-yellow);text-decoration:underline}.hp-announcement__icon{width:24px;height:24px}.hp-free-delivery{background:#fff;text-align:center;padding:10px 16px;font-size:14px;font-weight:600;color:var(--hp-text);border-bottom:1px solid var(--hp-border);display:flex;align-items:center;justify-content:center;gap:8px}.hp-free-delivery__icon{font-size:20px}.hp-mega-menu{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:var(--hp-shadow-lg);border-top:3px solid var(--hp-sage);z-index:999;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--hp-base)}.hp-header__nav-item:hover .hp-mega-menu,.hp-mega-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.hp-mega-menu__inner{max-width:var(--hp-page-width);margin:0 auto;padding:24px;display:grid;grid-template-columns:280px 1fr;gap:32px;min-height:380px}.hp-mega-menu__sidebar{border-right:1px solid var(--hp-border);padding-right:24px}.hp-mega-menu__sidebar-title{font-size:13px;font-weight:700;text-transform:uppercase;color:var(--hp-text);margin-bottom:16px;letter-spacing:.05em}.hp-mega-menu__brands{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.hp-mega-menu__brand-item{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:var(--hp-radius-sm);background:var(--hp-bg-light);transition:all var(--hp-fast)}.hp-mega-menu__brand-item:hover{box-shadow:var(--hp-shadow-sm);transform:translateY(-2px)}.hp-mega-menu__brand-item img{max-height:32px;width:auto;object-fit:contain}.hp-mega-menu__categories-title{font-size:16px;font-weight:700;text-align:center;margin-bottom:20px;text-transform:uppercase;letter-spacing:.04em;color:var(--hp-text)}.hp-mega-menu__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:16px}.hp-mega-menu__cat-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--hp-text);transition:transform var(--hp-fast)}.hp-mega-menu__cat-item:hover{transform:translateY(-4px)}.hp-mega-menu__cat-img{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:8px;background:var(--hp-bg-light);display:flex;align-items:center;justify-content:center}.hp-mega-menu__cat-img img{width:100%;height:100%;object-fit:cover}.hp-mega-menu__cat-name{font-size:12px;font-weight:600;text-align:center;line-height:1.3}.hp-hero-grid{max-width:var(--hp-page-width);margin:0 auto;padding:20px 24px}.hp-hero-grid__row-top{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:16px;margin-bottom:16px}.hp-hero-grid__row-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hp-hero-card{position:relative;border-radius:var(--hp-radius-lg);overflow:hidden;text-decoration:none;color:inherit;display:block;min-height:280px;transition:transform var(--hp-base),box-shadow var(--hp-base)}.hp-hero-card:hover{transform:translateY(-4px);box-shadow:var(--hp-shadow-lg)}.hp-hero-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hp-hero-card__bg img{width:100%;height:100%;object-fit:cover}.hp-hero-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hp-hero-card__content{position:relative;z-index:2;padding:24px;height:100%;display:flex;flex-direction:column}.hp-hero-card__heading{font-size:32px;font-weight:800;line-height:1.1;margin-bottom:8px}.hp-hero-card--small .hp-hero-card__heading{font-size:26px}.hp-hero-card__link{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.hp-hero-grid__row-bottom .hp-hero-card{min-height:200px}.hp-hero-grid__row-bottom .hp-hero-card__heading{font-size:24px}.hp-hero-card--theme-warm{background:linear-gradient(135deg,#faf8f5,#f0ebe3);color:var(--hp-text)}.hp-hero-card--theme-green{background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff}.hp-hero-card--theme-coral{background:linear-gradient(135deg,#c45d3e,#a84830);color:#fff}.hp-hero-card--theme-yellow{background:linear-gradient(135deg,#ffd701,#ffc107);color:var(--hp-text)}.hp-hero-card--theme-blue{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.hp-hero-card--theme-orange{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.hp-hero-card--theme-teal{background:linear-gradient(135deg,#00897b,#00695c);color:#fff}.hp-hero-card--theme-purple{background:linear-gradient(135deg,#7b1fa2,#6a1b9a);color:#fff}.hp-hero-card--theme-light{background:#f0f0f0;color:var(--hp-text)}.hp-section{max-width:var(--hp-page-width);margin:0 auto;padding:40px 24px}.hp-section__header{text-align:center;margin-bottom:32px}.hp-section__title{font-size:28px;font-weight:800;margin-bottom:4px;color:var(--hp-text)}.hp-section__subtitle{font-size:13px;font-weight:600;text-transform:uppercase;color:var(--hp-sage);letter-spacing:.18em}.hp-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:28px;flex-wrap:wrap}.hp-tab{padding:9px 20px;border-radius:999px;font-size:13.5px;font-weight:600;background:transparent;color:var(--hp-text-secondary);border:1.5px solid var(--hp-border);cursor:pointer;transition:all var(--hp-fast);white-space:nowrap}.hp-tab:hover{border-color:var(--hp-sage);color:var(--hp-sage);background:var(--hp-sage-soft)}.hp-tab.active{background:var(--hp-sage);color:#fff;border-color:var(--hp-sage)}.hp-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hp-product-card{position:relative;border-radius:var(--hp-radius);overflow:hidden;background:#fff;transition:all var(--hp-base);border:1px solid transparent}.hp-product-card:hover{border-color:var(--hp-border-subtle);box-shadow:var(--hp-shadow-md)}.hp-product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--hp-surface);border-radius:var(--hp-radius) var(--hp-radius) 0 0}.hp-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hp-product-card:hover .hp-product-card__image{transform:scale(1.05)}.hp-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--hp-fast)}.hp-product-card:hover .hp-product-card__image--secondary{opacity:1}.hp-product-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.hp-badge{display:inline-block;padding:4px 10px;border-radius:var(--hp-radius-sm);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.hp-badge--sale{background:var(--hp-coral);color:#fff}.hp-badge--new{background:var(--hp-sage);color:#fff}.hp-badge--soldout{background:#1a1f1bd9;color:#fff}.hp-product-card__quick-add{position:absolute;bottom:8px;left:8px;right:8px;z-index:2;opacity:0;transform:translateY(8px);transition:all var(--hp-base)}.hp-product-card:hover .hp-product-card__quick-add{opacity:1;transform:translateY(0)}.hp-product-card__quick-btn{width:100%;padding:10px;background:var(--hp-text);color:#fff;border:none;border-radius:var(--hp-radius-sm);font-size:13px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background var(--hp-fast)}.hp-product-card__quick-btn:hover{background:var(--hp-sage)}.hp-product-card__info{padding:12px 14px 16px;text-align:center}.hp-product-card__vendor{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--hp-text-tertiary);letter-spacing:.04em;margin-bottom:4px}.hp-product-card__title{font-size:14px;font-weight:600;color:var(--hp-text);margin-bottom:6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-product-card__title a{color:inherit;text-decoration:none}.hp-product-card__price{font-size:16px;font-weight:700;color:var(--hp-text)}.hp-product-card__price--compare{text-decoration:line-through;color:var(--hp-text-tertiary);font-weight:400;font-size:13px;margin-left:6px}.hp-product-card__price--sale{color:var(--hp-coral)}.hp-collection-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.hp-collection-card{text-align:center;text-decoration:none;color:var(--hp-text);transition:transform var(--hp-base)}.hp-collection-card:hover{transform:translateY(-4px)}.hp-collection-card__image{aspect-ratio:1;border-radius:var(--hp-radius-lg);overflow:hidden;margin-bottom:10px;background:var(--hp-surface)}.hp-collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hp-collection-card:hover .hp-collection-card__image img{transform:scale(1.08)}.hp-collection-card__title{font-size:15px;font-weight:700}.hp-trust-bar{max-width:var(--hp-page-width);margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hp-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;border-radius:var(--hp-radius);background:var(--hp-surface)}.hp-trust-item__icon{width:48px;height:48px;margin-bottom:12px;color:var(--hp-sage)}.hp-trust-item__icon svg{width:100%;height:100%}.hp-trust-item__title{font-size:15px;font-weight:700;margin-bottom:4px}.hp-trust-item__desc{font-size:13px;color:var(--hp-text-secondary)}.hp-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hp-review-card{padding:24px;border-radius:var(--hp-radius);background:#fff;border:1px solid var(--hp-border-subtle)}.hp-review-card__stars{color:var(--hp-coral);margin-bottom:12px;font-size:16px}.hp-review-card__title{font-size:16px;font-weight:700;margin-bottom:8px}.hp-review-card__text{font-size:14px;color:var(--hp-text-secondary);line-height:1.6;margin-bottom:12px}.hp-review-card__author{font-size:13px;font-weight:600;color:var(--hp-sage)}.hp-product-page{max-width:var(--hp-page-width);margin:0 auto;padding:20px 24px 60px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.hp-product-page__gallery{position:sticky;top:calc(var(--hp-header-height) + 20px)}.hp-product-page__main-image{border-radius:var(--hp-radius-lg);overflow:hidden;background:var(--hp-surface);margin-bottom:12px}.hp-product-page__main-image img{width:100%;height:auto}.hp-product-page__thumbnails{display:flex;gap:8px;overflow-x:auto}.hp-product-page__thumb{width:72px;height:72px;border-radius:var(--hp-radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color var(--hp-fast)}.hp-product-page__thumb.active,.hp-product-page__thumb:hover{border-color:var(--hp-sage)}.hp-product-page__thumb img{width:100%;height:100%;object-fit:cover}.hp-product-page__info{padding-top:8px}.hp-product-page__breadcrumb{font-size:13px;color:var(--hp-text-tertiary);margin-bottom:12px}.hp-product-page__breadcrumb a{color:var(--hp-text-tertiary);text-decoration:none}.hp-product-page__breadcrumb a:hover{color:var(--hp-sage)}.hp-product-page__vendor{font-size:13px;font-weight:700;text-transform:uppercase;color:var(--hp-text-tertiary);letter-spacing:.06em;margin-bottom:8px}.hp-product-page__title{font-size:28px;font-weight:800;line-height:1.2;margin-bottom:12px}.hp-product-page__meta{display:flex;gap:12px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.hp-product-page__tag{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;background:var(--hp-sage-soft);color:var(--hp-sage)}.hp-product-page__stock{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--hp-sage)}.hp-product-page__stock svg{width:16px;height:16px}.hp-product-page__price-row{margin-bottom:20px}.hp-product-page__price{font-size:32px;font-weight:800}.hp-product-page__price sup{font-size:18px;top:-8px}.hp-product-page__description{font-size:15px;line-height:1.65;color:var(--hp-text);margin-bottom:24px}.hp-product-page__promises{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.hp-product-page__promise{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.hp-product-page__promise svg{width:20px;height:20px;color:var(--hp-sage);flex-shrink:0}.hp-product-page__promise strong{font-weight:700}.hp-product-page__add-row{display:flex;gap:12px;margin-bottom:24px}.hp-product-page__add-btn{flex:1;padding:16px 32px;background:var(--hp-sage);color:#fff;border:none;border-radius:var(--hp-radius-sm);font-size:16px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background var(--hp-fast),transform var(--hp-fast)}.hp-product-page__add-btn:hover{background:var(--hp-sage-dark);transform:translateY(-1px)}.hp-product-page__wishlist{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:2px solid var(--hp-border);border-radius:var(--hp-radius-sm);background:#fff;cursor:pointer;color:var(--hp-text-tertiary);transition:all var(--hp-fast)}.hp-product-page__wishlist:hover{border-color:var(--hp-sage);color:var(--hp-sage)}.hp-product-page__wishlist svg{width:22px;height:22px}.hp-product-page__tags{display:flex;flex-wrap:wrap;gap:6px}.hp-product-page__tag-pill{padding:6px 14px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid var(--hp-border);color:var(--hp-text);text-decoration:none;transition:all var(--hp-fast);background:#fff}.hp-product-page__tag-pill:hover{border-color:var(--hp-sage);color:var(--hp-sage);background:var(--hp-sage-soft)}.hp-cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:95vw;height:100vh;height:100dvh;background:#fff;z-index:2000;box-shadow:-4px 0 30px #00000026;transform:translate(100%);transition:transform .35s var(--hp-ease);display:flex;flex-direction:column;overflow:hidden}.hp-cart-drawer.open{transform:translate(0)}.hp-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--hp-border);flex-shrink:0}.hp-cart-drawer__title{font-size:18px;font-weight:700}.hp-cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:var(--hp-surface);border-radius:50%;cursor:pointer;color:var(--hp-text)}.hp-cart-drawer__items{flex:1;overflow-y:auto;padding:16px 20px}.hp-cart-drawer__item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--hp-border)}.hp-cart-drawer__item-img{width:80px;height:80px;border-radius:var(--hp-radius-sm);overflow:hidden;background:var(--hp-surface);flex-shrink:0}.hp-cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.hp-cart-drawer__item-info{flex:1;min-width:0}.hp-cart-drawer__item-title{font-size:14px;font-weight:600;margin-bottom:4px;line-height:1.3}.hp-cart-drawer__item-price{font-size:15px;font-weight:700;color:var(--hp-text)}.hp-cart-drawer__item-qty{display:inline-flex;align-items:center;gap:0;border:1px solid var(--hp-border);border-radius:var(--hp-radius-sm);margin-top:8px}.hp-cart-drawer__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:600;color:var(--hp-text)}.hp-cart-drawer__qty-value{width:32px;text-align:center;font-size:14px;font-weight:600}.hp-cart-upsell{padding:12px 20px 14px;border-top:1px solid var(--hp-border);flex-shrink:0;background:var(--hp-surface);overflow:hidden}.hp-cart-upsell__title{font-size:14px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}.hp-cart-upsell__scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hp-cart-upsell__scroll::-webkit-scrollbar{height:4px}.hp-cart-upsell__scroll::-webkit-scrollbar-track{background:var(--hp-border);border-radius:2px}.hp-cart-upsell__scroll::-webkit-scrollbar-thumb{background:var(--hp-sage);border-radius:2px}.hp-cart-upsell__item{flex-shrink:0;width:120px;scroll-snap-align:start;border-radius:var(--hp-radius-sm);overflow:hidden;background:#fff;border:1px solid var(--hp-border);transition:border-color var(--hp-fast)}.hp-cart-upsell__item:hover{border-color:var(--hp-sage)}.hp-cart-upsell__item-img{aspect-ratio:1;overflow:hidden;background:var(--hp-surface);display:block}.hp-cart-upsell__item-img img{width:100%;height:100%;object-fit:cover;display:block}.hp-cart-upsell__item-info{padding:8px 10px}.hp-cart-upsell__item-title{font-size:12px;font-weight:600;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-cart-upsell__item-price{font-size:13px;font-weight:700;margin-bottom:6px}.hp-cart-upsell__add-btn{width:100%;padding:7px;background:var(--hp-sage);color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background var(--hp-fast);display:flex;align-items:center;justify-content:center;gap:4px}.hp-cart-upsell__add-btn:hover{background:var(--hp-sage-dark)}.hp-cart-upsell__add-btn.added{background:var(--hp-accent-green)}.hp-cart-upsell__add-btn svg{width:14px;height:14px}.hp-cart-drawer__footer{padding:16px 20px;border-top:1px solid var(--hp-border);flex-shrink:0;background:#fff;position:relative;z-index:2}.hp-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hp-cart-drawer__subtotal-label{font-size:15px;font-weight:600}.hp-cart-drawer__subtotal-value{font-size:20px;font-weight:800}.hp-cart-drawer__checkout-btn{width:100%;padding:16px;background:var(--hp-sage);color:#fff;border:none;border-radius:var(--hp-radius-sm);font-size:16px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:background var(--hp-fast)}.hp-cart-drawer__checkout-btn:hover{background:var(--hp-sage-dark)}.hp-cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.hp-cart-drawer__overlay.open{opacity:1;visibility:visible}@media(max-height:700px){.hp-cart-upsell{padding:10px 16px 12px}.hp-cart-upsell__item{width:100px}.hp-cart-upsell__item-img{aspect-ratio:4/3}.hp-cart-drawer__footer{padding:12px 16px}.hp-cart-drawer__checkout-btn{padding:14px;font-size:15px}}@media(max-height:500px){.hp-cart-upsell{display:none!important}}.hp-footer{background:var(--hp-text);color:#fff;padding:48px 24px 24px}.hp-footer__inner{max-width:var(--hp-page-width);margin:0 auto 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.hp-footer__col-title{font-size:15px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.04em}.hp-footer__links{list-style:none;padding:0;margin:0}.hp-footer__links li{margin-bottom:10px}.hp-footer__links a{color:#ffffffb3;text-decoration:none;font-size:14px;transition:color var(--hp-fast)}.hp-footer__links a:hover{color:#fff}.hp-footer__bottom{max-width:var(--hp-page-width);margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffff80}.hp-breadcrumb{max-width:var(--hp-page-width);margin:0 auto;padding:12px 24px;font-size:13px;color:var(--hp-text-tertiary)}.hp-breadcrumb a{color:var(--hp-text-tertiary);text-decoration:none}.hp-breadcrumb a:hover{color:var(--hp-sage)}.hp-breadcrumb__sep{margin:0 6px;opacity:.5}.hp-collection{max-width:var(--hp-page-width);margin:0 auto;padding:0 24px 60px}.hp-collection__header{text-align:center;padding:24px 0 32px}.hp-collection__title{font-size:32px;font-weight:800}.hp-collection__count{font-size:14px;color:var(--hp-text-tertiary);margin-top:4px}.hp-collection__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 0;border-bottom:1px solid var(--hp-border)}.hp-collection__sort select{padding:8px 14px;border:1px solid var(--hp-border);border-radius:var(--hp-radius-sm);font-size:14px;background:#fff}.hp-mobile-nav{position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100vh;background:#fff;z-index:2000;transform:translate(-100%);transition:transform .35s var(--hp-ease);display:flex;flex-direction:column;overflow-y:auto}.hp-mobile-nav.open{transform:translate(0)}.hp-mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--hp-border)}.hp-mobile-nav__items{padding:12px 0}.hp-mobile-nav__item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;color:var(--hp-text);text-decoration:none;font-size:16px;font-weight:600;border-bottom:1px solid var(--hp-border)}.hp-mobile-nav__item:hover{background:var(--hp-surface)}@media(max-width:1024px){.hp-hero-grid__row-top{grid-template-columns:1fr 1fr}.hp-hero-grid__row-top .hp-hero-card:nth-child(2){grid-column:span 1}.hp-hero-grid__row-bottom{grid-template-columns:repeat(2,1fr)}.hp-product-grid,.hp-collection-grid{grid-template-columns:repeat(3,1fr)}.hp-footer__inner{grid-template-columns:repeat(2,1fr)}.hp-mega-menu__inner{grid-template-columns:1fr}.hp-mega-menu__sidebar{border-right:none;padding-right:0;border-bottom:1px solid var(--hp-border);padding-bottom:16px}}@media(max-width:768px){:root{--hp-header-height: 60px}.hp-header__nav{display:none}.hp-header__mobile-toggle{display:flex}.hp-hero-grid__row-top{grid-template-columns:1fr}.hp-hero-grid__row-bottom{grid-template-columns:repeat(2,1fr)}.hp-hero-card{min-height:200px}.hp-hero-card__heading{font-size:24px}.hp-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hp-product-page{grid-template-columns:1fr;gap:24px}.hp-product-page__gallery{position:static}.hp-collection-grid{grid-template-columns:repeat(3,1fr)}.hp-trust-bar,.hp-reviews{grid-template-columns:1fr}.hp-footer__inner{grid-template-columns:1fr;gap:24px}.hp-footer__bottom{flex-direction:column;gap:8px;text-align:center}.hp-section__title,.hp-product-page__title{font-size:22px}.hp-product-page__price{font-size:26px}.hp-tabs{overflow-x:auto;justify-content:flex-start;flex-wrap:nowrap;padding-bottom:4px}}@media(max-width:480px){.hp-hero-grid{padding:12px 16px}.hp-hero-grid__row-top,.hp-hero-grid__row-bottom{gap:10px}.hp-hero-card{min-height:160px}.hp-hero-card__heading{font-size:20px}.hp-section{padding:24px 16px}.hp-collection-grid{grid-template-columns:repeat(2,1fr)}}.hp-container{max-width:var(--hp-page-width);margin:0 auto;padding:0 24px}.hp-text-center{text-align:center}.hp-mb-0{margin-bottom:0}.hp-mb-sm{margin-bottom:16px}.hp-mb-md{margin-bottom:32px}.hp-mb-lg{margin-bottom:48px}.hp-view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--hp-sage);text-decoration:none;margin-top:24px;transition:gap var(--hp-fast)}.hp-view-all:hover{gap:10px}.hp-view-all svg{width:16px;height:16px}.hp-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:hp-spin .6s linear infinite}@keyframes hp-spin{to{transform:rotate(360deg)}}.hp-divider{max-width:var(--hp-page-width);margin:0 auto;height:1px;background:var(--hp-border)}.header__color-line,.section-divider--rainbow,.gradient-divider{background:var(--hp-border)!important;height:1px!important;border:0!important}body .shopify-section .icon-banners,body .shopify-section [class*=icon-banners]{background:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;padding:2.5rem 1rem!important}body .icon-banners:before,body .icon-banners:after{display:none!important;content:none!important}body .icon-banners .grid,body .icon-banners>div>.grid{gap:14px!important;padding:0!important}body .icon-banners .banner,body .icon-banners .banner__item,body section[class*=icon-banners] .grid>*{background:#fff!important;background-image:none!important;border:1px solid var(--hp-border-subtle)!important;border-radius:var(--hp-radius-lg)!important;padding:1.75rem 1.25rem!important;box-shadow:var(--hp-shadow-xs)!important;transition:transform var(--hp-base),box-shadow var(--hp-base),border-color var(--hp-base)!important;position:relative;overflow:hidden}body .icon-banners .banner:hover,body .icon-banners .banner__item:hover{transform:translateY(-3px)!important;border-color:#4a5d3f33!important;box-shadow:var(--hp-shadow-md)!important}body .icon-banners .banner:before,body .icon-banners .banner__item:before{content:""!important;display:block!important;position:absolute!important;top:0;left:0;bottom:0;width:3px!important;background:var(--hp-sage)!important;transform:scaleY(0);transform-origin:top;transition:transform var(--hp-base)!important}body .icon-banners .banner:hover:before,body .icon-banners .banner__item:hover:before{transform:scaleY(1)}body .icon-banners .banner__icon,body .icon-banners__icon{width:52px!important;height:52px!important;margin:0 auto 14px!important;background:var(--hp-surface)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;transition:all var(--hp-base)!important}body .icon-banners .banner:hover .banner__icon,body .icon-banners .banner__item:hover .banner__icon{background:var(--hp-sage)!important;transform:scale(1.05)}body .icon-banners .banner__icon svg,body .icon-banners__icon svg{width:22px!important;height:22px!important;background:transparent!important;padding:0!important;border-radius:0!important}body .icon-banners .banner__icon svg,body .icon-banners .banner__icon svg path,body .icon-banners__icon svg,body .icon-banners__icon svg path{fill:var(--hp-sage)!important;stroke:var(--hp-sage)!important;color:var(--hp-sage)!important}body .icon-banners .banner:hover .banner__icon svg path,body .icon-banners .banner__item:hover .banner__icon svg path{fill:#fff!important;stroke:#fff!important}body .icon-banners .banner__heading,body .icon-banners__heading{font-size:15px!important;font-weight:700!important;color:var(--hp-text)!important;margin:0 0 6px!important;letter-spacing:-.01em!important}body .icon-banners .banner__description,body .icon-banners__description{font-size:12.5px!important;color:var(--hp-text-secondary)!important;line-height:1.5!important;margin:0!important}.featured-collection-tabs__container{display:flex!important;justify-content:center;flex-wrap:wrap;gap:8px!important;padding:.5rem 1rem 1.5rem!important;margin-bottom:8px!important}.featured-collection-tabs__item{padding:9px 20px!important;border-radius:999px!important;font-size:13.5px!important;font-weight:600!important;color:var(--hp-text-secondary)!important;background:transparent!important;border:1.5px solid var(--hp-border)!important;transition:all var(--hp-fast)!important;text-decoration:none!important;margin:0!important}.featured-collection-tabs__item:hover{border-color:var(--hp-sage)!important;color:var(--hp-sage)!important;background:var(--hp-sage-soft)!important}.featured-collection-tabs__item.animation-underline--active{background:var(--hp-sage)!important;border-color:var(--hp-sage)!important;color:#fff!important}.featured-collection-tabs__item .tabs__indicator{display:none!important}.image-banner,.slideshow{border-radius:var(--hp-radius-lg)!important;overflow:hidden}.slideshow__text-wrap a,.slideshow .btn,.image-banner__buttons a,.image-banner__buttons .btn{display:inline-block!important;background:var(--hp-sage)!important;color:#fff!important;padding:14px 32px!important;border-radius:var(--hp-radius-sm)!important;font-weight:700!important;text-decoration:none!important;border:none!important;font-size:14px!important;letter-spacing:.05em!important;text-transform:uppercase;transition:background var(--hp-fast),transform var(--hp-fast)!important;margin-top:1rem}.slideshow__text-wrap a:hover,.slideshow .btn:hover,.image-banner__buttons a:hover{background:var(--hp-sage-dark)!important;transform:translateY(-2px)}.chm-reviews{background:#fff!important;background-image:none!important;border:1px solid var(--hp-border-subtle)!important;border-radius:var(--hp-radius-lg)!important;padding:32px 28px 28px!important;transition:all var(--hp-base);box-shadow:var(--hp-shadow-xs);position:relative;overflow:hidden}.chm-reviews:hover{border-color:#4a5d3f33!important;box-shadow:var(--hp-shadow-md);transform:translateY(-3px)}.chm-reviews:before{content:"\201c";position:absolute;top:12px;right:24px;font-size:56px;font-family:Georgia,serif;color:#4a5d3f1a;line-height:1;pointer-events:none}.chm-reviews:after{content:"\2605\2605\2605\2605\2605";display:block;color:var(--hp-coral);font-size:14px;letter-spacing:2.5px;margin-bottom:14px}.chm-reviews__heading{font-size:16px!important;font-weight:700!important;color:var(--hp-text)!important;margin:4px 0 10px!important}.chm-reviews__description,.chm-reviews__description p{font-size:14px!important;line-height:1.65!important;color:var(--hp-text-secondary)!important;font-style:normal!important;margin:0!important}.chm-reviews__author{font-size:12.5px!important;font-weight:700!important;color:var(--hp-sage)!important;padding-top:14px!important;margin-top:14px!important;border-top:1px solid var(--hp-border-subtle)!important}.text-columns-icons{background:#fff!important;background-image:none!important;border:1px solid var(--hp-border-subtle)!important;border-radius:var(--hp-radius-lg)!important;padding:32px 28px!important;transition:all var(--hp-base);box-shadow:var(--hp-shadow-xs);position:relative;overflow:hidden;max-width:480px;margin:0 auto}.text-columns-icons:hover{border-color:#4a5d3f33!important;box-shadow:var(--hp-shadow-md);transform:translateY(-3px)}.text-columns-icons:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--hp-sage)}.text-columns-img__heading{font-size:17px!important;font-weight:700!important;color:var(--hp-text)!important;margin-bottom:10px!important}.text-columns-icons .section__richtext__editor,.text-columns-icons .section__richtext__editor p{font-size:14px!important;line-height:1.7!important;color:var(--hp-text-secondary)!important}.text-columns-icons .section__richtext__editor a{color:var(--hp-sage)!important;text-decoration:none!important;border-bottom:1px solid rgba(74,93,63,.25)}.text-columns-img__icon{margin:0 auto 14px!important}.text-columns-img__icon svg{width:44px!important;height:44px!important;padding:11px!important;background:var(--hp-surface)!important;border-radius:50%!important}.text-columns-img__icon svg,.text-columns-img__icon svg path{fill:var(--hp-sage)!important}.heading--mb .subheading,.section-heading__subheading,.subheading{font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.18em!important;color:var(--hp-sage)!important;margin-bottom:8px!important}.heading--mb h2{font-size:28px!important;font-weight:700!important;color:var(--hp-text)!important;letter-spacing:-.02em;line-height:1.15}.product-card{border-radius:var(--hp-radius)!important;overflow:hidden;transition:transform var(--hp-base),box-shadow var(--hp-base)!important;border:1px solid transparent!important}.product-card:hover{transform:translateY(-4px);border-color:var(--hp-border-subtle)!important;box-shadow:var(--hp-shadow-md)!important}.product-card .product-card__image-wrapper,.product-card .product-card__image-holder{background:var(--hp-surface)!important;border-radius:var(--hp-radius)!important;overflow:hidden}.product-card .product-card__title,.product-card .product-card__heading{font-size:14px!important;font-weight:600!important;color:var(--hp-text)!important;line-height:1.35!important;margin-top:8px!important}.product-card .price__regular,.product-card .price-item--regular{color:var(--hp-text)!important;font-weight:700!important}.product-card .price--on-sale .price-item--sale,.product-card .price-item--last{color:var(--hp-coral)!important;font-weight:700!important}.product-card .badge{font-size:11px!important;font-weight:700!important;padding:4px 10px!important;border-radius:var(--hp-radius-sm)!important;letter-spacing:.05em;text-transform:uppercase}.product-card .badge:not(.badge--sold_out):not(.badge--featured){background:var(--hp-coral)!important;color:#fff!important}.product-card .badge--featured{background:var(--hp-sage)!important;color:#fff!important}.product-card .badge--sold_out{background:#1a1f1bd9!important;color:#fff!important}.product-card .btn--add-to-cart{background:var(--hp-text)!important;color:#fff!important;border-color:var(--hp-text)!important;border-radius:var(--hp-radius-sm)!important;font-weight:600!important;letter-spacing:.03em}.product-card .btn--add-to-cart:hover{background:var(--hp-sage)!important;border-color:var(--hp-sage)!important}.collection-list__item{transition:transform var(--hp-base)}.collection-list__item:hover{transform:translateY(-4px)}.collection-list__item .image-hover-scaling__image{border-radius:var(--hp-radius-lg)!important;overflow:hidden}.section-background{border-radius:var(--hp-radius-lg)!important}.btn--primary,.btn--full,button[name=add]:not([disabled]),.product-form__cart-submit:not([disabled]),.shopify-payment-button__button--unbranded{background:var(--hp-sage)!important;color:#fff!important;border-color:var(--hp-sage)!important;border-radius:var(--hp-radius-sm)!important;font-weight:600!important;letter-spacing:.03em;transition:background var(--hp-fast),transform var(--hp-fast)!important}.btn--primary:hover,.btn--full:hover,button[name=add]:not([disabled]):hover{background:var(--hp-sage-dark)!important;border-color:var(--hp-sage-dark)!important;transform:translateY(-1px)}.product-page-section .product__title{color:var(--hp-text);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem!important}.product-page-section .product__price .price-item--regular{font-size:1.8rem!important;font-weight:700!important;color:var(--hp-text)!important}.product-page-section .price--on-sale .price-item--sale{color:var(--hp-coral)!important;font-size:1.8rem!important;font-weight:700!important}.product-form__container label{border-radius:var(--hp-radius-sm)!important;border:1.5px solid var(--hp-border)!important;transition:all var(--hp-fast)!important;font-weight:500}.product-form__container input:checked+label{border-color:var(--hp-sage)!important;background:var(--hp-sage)!important;color:#fff!important}.product-form__submit{background:var(--hp-sage)!important;color:#fff!important;border-color:var(--hp-sage)!important;border-radius:var(--hp-radius-sm)!important;font-weight:700!important;padding:1rem!important;letter-spacing:.03em}.product-form__submit:hover:not([disabled]){background:var(--hp-sage-dark)!important}.product__text__container{background:var(--hp-surface);border:1px solid var(--hp-border-subtle);border-radius:var(--hp-radius-lg);padding:1.25rem 1.5rem!important;margin-top:1.5rem!important}.product__text{display:flex!important;align-items:center!important;gap:.85rem!important;padding:.55rem 0!important}.product__text:not(:last-child){border-bottom:1px solid var(--hp-border-subtle)}.product__text svg,.product__text svg path{width:22px!important;height:22px!important;fill:var(--hp-sage)!important}.product__text__content{font-size:.88rem!important;color:var(--hp-text)!important;font-weight:500}.inventory-block{background:var(--hp-surface);border:1px solid var(--hp-border-subtle);border-radius:var(--hp-radius-sm);padding:.75rem 1rem!important;margin-top:1rem!important}.inventory-block__hot{color:var(--hp-coral)!important;font-weight:700!important}.inventory-block__normal{color:var(--hp-sage)!important;font-weight:600!important}.progress-bar__fill{background:var(--hp-sage)!important}.thumbnail-slider [aria-current=true] .thumbnail{border:2px solid var(--hp-sage)!important;border-radius:var(--hp-radius-sm)}footer.footer{background:var(--hp-text)!important;color:#ffffffd9!important;padding-top:3rem!important}footer.footer .footer__heading{color:#fff!important;font-weight:700!important;font-size:14px!important;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}footer.footer .footer-block__content,footer.footer .footer-block__content p,footer.footer .footer-block__content a{color:#ffffffbf!important;font-size:14px;line-height:1.6}footer.footer .footer-block__content a:hover{color:#fff!important}footer.footer .footer__menu a{color:#ffffffbf!important;font-size:14px}footer.footer .footer__menu a:hover{color:#fff!important}footer.footer .footer__copyright,footer.footer .copyright__content,footer.footer .powered_by_link{color:#ffffff80!important;font-size:12px}footer.footer .footer__content-line{background:#ffffff26!important}footer.footer .footer-social__icons svg path{fill:#ffffffb3!important;transition:fill var(--hp-fast)}footer.footer .footer-social__icons a:hover svg path{fill:#fff!important}footer.footer .list-payment svg{background:#fffffff2!important;border-radius:4px;padding:2px}footer.footer .footer-newsletter__box{background:transparent!important}footer.footer .footer-newsletter__box .field__input{background:#fffffff2!important;color:var(--hp-text)!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:var(--hp-radius-sm)!important;padding:14px 18px!important}footer.footer .footer-newsletter__box .field__button{background:var(--hp-sage)!important;border-radius:var(--hp-radius-sm)!important}footer.footer .footer-newsletter__box .field__button svg path{fill:#fff!important}.shopify-section.section-newsletter,.shopify-section [class*=section-newsletter]{background:var(--hp-sage)!important}.shopify-section.section-newsletter .field__input{background:#fff!important}.shopify-section.section-newsletter .btn,.shopify-section.section-newsletter button[type=submit]{background:var(--hp-text)!important;color:#fff!important;border-radius:var(--hp-radius-sm)!important}.announcement-bar,.utility-bar{background:var(--hp-text)!important;color:#fff!important}.announcement-bar a,.utility-bar a{color:#fff!important}.hp-wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:var(--hp-whatsapp);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36659;z-index:999;text-decoration:none;transition:transform var(--hp-fast)}.hp-wa-float:hover{transform:scale(1.08)}.hp-wa-float svg{width:28px;height:28px;fill:#fff}.template-cart .hp-wa-float,.template-checkout .hp-wa-float{display:none}.hp-404{max-width:720px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.hp-404__code{font-family:var(--font-heading-family);font-size:5rem;font-weight:800;color:var(--hp-sage);line-height:1;margin:0 0 .5rem;letter-spacing:-.04em}.hp-404__title{font-family:var(--font-heading-family);font-size:1.75rem;font-weight:700;color:var(--hp-text);margin:0 0 1rem;letter-spacing:-.02em}.hp-404__text{color:var(--hp-text-secondary);margin:0 0 2rem}.hp-404__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hp-404__quick{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:2rem}.hp-404__quick a{background:var(--hp-surface);border:1px solid var(--hp-border-subtle);padding:.75rem .5rem;border-radius:var(--hp-radius-sm);font-size:.85rem;color:var(--hp-text);text-decoration:none;font-weight:600;transition:all var(--hp-fast)}.hp-404__quick a:hover{background:var(--hp-sage);border-color:var(--hp-sage);color:#fff;transform:translateY(-2px)}.product__countdown__box{background:var(--hp-sage);color:#fff;border-radius:var(--hp-radius-lg);padding:1.25rem!important}.product__countdown__box .countdown-timer_item{background:#ffffff26!important;border-color:#ffffff40!important;color:#fff!important}.product__countdown__box .countdown-timer__item__days,.product__countdown__box .countdown-timer__item__hours,.product__countdown__box .countdown-timer__item__minutes,.product__countdown__box .countdown-timer__item__seconds{color:#fff!important}.product__countdown__box .countdown-timer_item_colon path{fill:#fff!important}.hp-shop-by-pal{padding:3rem 1rem;max-width:1340px;margin:0 auto}.hp-shop-by-pal__inner{text-align:center}.hp-shop-by-pal__eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--hp-sage);margin:0 0 8px}.hp-shop-by-pal__title{font-size:28px;font-weight:700;color:var(--hp-text);margin:0 0 2.5rem;letter-spacing:-.02em}.hp-shop-by-pal__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;max-width:1100px;margin:0 auto}.hp-shop-by-pal__item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--hp-text);transition:transform var(--hp-base)}.hp-shop-by-pal__item:hover{transform:translateY(-4px)}.hp-shop-by-pal__circle{width:100%;aspect-ratio:1;background:var(--hp-surface);border:1px solid var(--hp-border-subtle);border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:all var(--hp-base);color:var(--hp-sage);box-shadow:var(--hp-shadow-xs)}.hp-shop-by-pal__item:hover .hp-shop-by-pal__circle{background:var(--hp-sage);border-color:var(--hp-sage);color:#fff;box-shadow:var(--hp-shadow-md)}.hp-shop-by-pal__circle svg{width:50%;height:50%;transition:transform var(--hp-base)}.hp-shop-by-pal__item:hover .hp-shop-by-pal__circle svg{transform:scale(1.1)}.hp-shop-by-pal__circle img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hp-shop-by-pal__item:hover .hp-shop-by-pal__circle img{transform:scale(1.1)}.hp-shop-by-pal__initial{font-size:28px;font-weight:700;color:var(--hp-sage);font-family:Georgia,serif;transition:color var(--hp-base)}.hp-shop-by-pal__item:hover .hp-shop-by-pal__initial{color:#fff}.hp-shop-by-pal__label{font-size:13px;font-weight:600;color:var(--hp-text);margin:0;letter-spacing:-.01em}@media screen and (max-width:749px){[class*=hp-hero-grid] h1,[class*=hp-hero-grid] h2,[class*=hp-hero-grid] h3,[class*=hp-hero-grid] .top_card__heading,[class*=hp-hero-grid] .bottom_card__heading{font-size:clamp(1.2rem,5.5vw,1.8rem)!important;line-height:1.15!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;padding-right:.5rem}.image-banner__heading,.slideshow__heading{font-size:clamp(1.5rem,6.5vw,2.2rem)!important}body .icon-banners .grid,body .icon-banners>div>.grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;padding:0!important;margin:0!important;overflow:visible!important}body .icon-banners .banner,body .icon-banners .banner__item{padding:1.25rem .85rem!important;width:100%!important;max-width:none!important}body .icon-banners .banner__icon{width:40px!important;height:40px!important;margin-bottom:10px!important}body .icon-banners .banner__icon svg{width:18px!important;height:18px!important}body .icon-banners .banner__heading{font-size:13px!important}body .icon-banners .banner__description{font-size:11px!important}.featured-collection-tabs__container{overflow-x:auto!important;flex-wrap:nowrap!important;justify-content:flex-start!important;scrollbar-width:none!important}.featured-collection-tabs__container::-webkit-scrollbar{display:none!important}.featured-collection-tabs__item{flex-shrink:0!important;padding:7px 16px!important;font-size:12.5px!important}.chm-reviews{padding:24px 22px 22px!important}.chm-reviews:before{font-size:42px!important;top:8px;right:18px}.chm-reviews__heading{font-size:15px!important}.chm-reviews__description,.chm-reviews__description p{font-size:13.5px!important}.text-columns-icons{padding:24px 22px!important;max-width:none!important}.text-columns-img__heading{font-size:15.5px!important}.heading--mb h2{font-size:22px!important}.heading--mb .subheading{font-size:11px!important;letter-spacing:.15em!important}body{padding-bottom:80px}.hp-wa-float{width:50px;height:50px;right:16px;bottom:92px!important}.hp-404__code{font-size:3.5rem}.hp-404__title{font-size:1.3rem}.hp-404__quick{grid-template-columns:repeat(2,1fr)}.hp-shop-by-pal{padding:2rem 1rem}.hp-shop-by-pal__title{font-size:22px;margin-bottom:1.5rem}.hp-shop-by-pal__grid{display:flex!important;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 16px 8px;margin:0 -16px;scrollbar-width:none}.hp-shop-by-pal__grid::-webkit-scrollbar{display:none}.hp-shop-by-pal__item{flex-shrink:0;width:95px;scroll-snap-align:start}.hp-shop-by-pal__label{font-size:12px}}@media screen and (min-width:750px)and (max-width:1024px){body .icon-banners .grid{grid-template-columns:repeat(2,1fr)!important}.hp-shop-by-pal__grid{grid-template-columns:repeat(4,1fr);gap:16px}}@media(prefers-reduced-motion:no-preference){.icon-banners .banner,.icon-banners .banner__item,.chm-reviews,.text-columns-icons,.hp-shop-by-pal__item{animation:hp-fade-in .5s var(--hp-ease) both}@keyframes hp-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.product-card .product-card__meta,.product-card .product-card__vendor,.product-card .product-card__type{display:none!important}.main-collection-banner,.collection-hero,.collection-banner{padding:3rem 1.5rem 1.5rem!important;text-align:center;background:transparent!important;border:0!important}.main-collection-banner h1,.collection-hero__title,.collection-banner__heading,.collection__title{font-size:clamp(28px,4vw,42px)!important;font-weight:700!important;color:var(--hp-text)!important;letter-spacing:-.02em!important;margin:0 0 .5rem!important}.collection__count,.collection-banner__count,.collection__products-count{font-size:13px!important;color:var(--hp-text-secondary)!important;letter-spacing:.05em;text-transform:uppercase}.collection-toolbar,.facets-container,.collection__toolbar{padding:1rem 0!important;border-top:1px solid var(--hp-border-subtle)!important;border-bottom:1px solid var(--hp-border-subtle)!important;margin-bottom:2rem!important}.collection-toolbar select,.facets__form select,.collection__sort select,[class*=sort] select{border:1px solid var(--hp-border)!important;border-radius:var(--hp-radius-sm)!important;padding:8px 32px 8px 14px!important;font-size:13px!important;background:#fff!important;color:var(--hp-text)!important;font-weight:500!important;cursor:pointer;transition:border-color var(--hp-fast)!important}.collection-toolbar select:hover,.facets__form select:hover{border-color:var(--hp-sage)!important}.facets,.collection-filters,[class*=facets-vertical]{padding-right:1.5rem}.facets__heading,.facets__display,.facets-vertical-form__heading,.collection-filters__heading{font-size:14px!important;font-weight:700!important;color:var(--hp-text)!important;text-transform:uppercase;letter-spacing:.08em;padding:14px 0!important;border-bottom:1px solid var(--hp-border-subtle)!important;margin-bottom:12px!important}.facets__price,.facets__list label,.facets-vertical-form label{font-size:13px!important;color:var(--hp-text)!important;padding:6px 0!important;display:flex;align-items:center;gap:8px}.facets input[type=checkbox]{accent-color:var(--hp-sage)!important;width:16px;height:16px}.facets input[type=number],.facets__price input{border:1px solid var(--hp-border)!important;border-radius:var(--hp-radius-sm)!important;padding:8px 12px!important;font-size:13px!important;background:#fff!important;color:var(--hp-text)!important;width:100%!important}.facets input[type=number]:focus,.facets__price input:focus{outline:none;border-color:var(--hp-sage)!important}.facets__reset,.facet__price-reset,[class*=reset] a{color:var(--hp-sage)!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important;border-bottom:1px solid rgba(74,93,63,.3)}.collection-product-grid,.main-collection-product-grid .grid,[class*=collection] .product-card-list{gap:24px!important;padding:1.5rem 0!important}.product-card .product-card__title,.product-card .product-card__heading{font-size:14px!important;font-weight:600!important;color:var(--hp-text)!important;letter-spacing:-.01em;line-height:1.35!important;margin:8px 0 6px!important;text-align:center}.product-card .price,.product-card .price__container{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:4px 0 12px!important}.product-card .price-item--regular,.product-card .price__regular .price-item{font-size:15px!important;font-weight:700!important;color:var(--hp-text)!important}.product-card .price-item--sale,.product-card .price-item--last{color:var(--hp-coral)!important;font-size:15px!important;font-weight:700!important}.product-card .price-item--regular[class*=compare],.product-card .price-item--compare-at{font-size:12px!important;font-weight:400!important;text-decoration:line-through;color:var(--hp-text-tertiary)!important}.product-card .btn,.product-card button[type=submit],.product-card .product-card__btn,.product-card .btn--add-to-cart,.product-card .quick-add__submit{background:var(--hp-sage)!important;color:#fff!important;border:none!important;border-radius:var(--hp-radius-sm)!important;padding:12px 18px!important;font-size:13px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:none!important;width:100%!important;margin-top:8px!important;transition:background var(--hp-fast),transform var(--hp-fast)!important}.product-card .btn:hover:not([disabled]),.product-card button[type=submit]:hover:not([disabled]),.product-card .btn--add-to-cart:hover:not([disabled]){background:var(--hp-sage-dark)!important;transform:translateY(-1px)}.product-card .btn[disabled],.product-card button[disabled],.product-card .btn--sold-out,.product-card button[name=add][disabled]{background:#1a1f1b66!important;color:#fff!important;cursor:not-allowed}.product-card .badge,.product-card .badge--sold_out,.product-card .badge--sale{position:absolute!important;top:12px!important;left:12px!important;z-index:3;font-size:10px!important;font-weight:700!important;letter-spacing:.08em!important;padding:5px 10px!important;border-radius:4px!important;text-transform:uppercase!important}.pagination,.pagination-list,.collection__pagination{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:2rem 0 3rem!important;list-style:none}.pagination a,.pagination span,.pagination-list a,.pagination-list li,.collection__pagination a{width:36px;height:36px;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;font-size:14px!important;font-weight:600!important;color:var(--hp-text-secondary)!important;background:transparent!important;border:1px solid var(--hp-border)!important;text-decoration:none!important;transition:all var(--hp-fast)!important}.pagination a:hover,.pagination-list a:hover{border-color:var(--hp-sage)!important;color:var(--hp-sage)!important}.pagination .active a,.pagination [aria-current=page],.pagination-list .active,.pagination-list [aria-current=page]{background:var(--hp-sage)!important;border-color:var(--hp-sage)!important;color:#fff!important}.product-card del,.product-card s,.product-card .price-item--compare-at{color:var(--hp-text-tertiary)!important;font-weight:400!important;margin-right:4px}@media screen and (max-width:749px){.main-collection-banner,.collection-hero,.collection-banner{padding:2rem 1rem 1rem!important}.main-collection-banner h1,.collection__title{font-size:26px!important}.collection-product-grid,.main-collection-product-grid .grid{gap:12px!important;grid-template-columns:repeat(2,1fr)!important}.facets,.collection-filters{padding-right:0}.product-card .product-card__title{font-size:13px!important}.product-card .price-item--regular,.product-card .price-item--sale{font-size:14px!important}.product-card .btn,.product-card .btn--add-to-cart{padding:10px 12px!important;font-size:12px!important}.pagination{padding:1.5rem 0 2rem!important}.pagination a,.pagination-list a{width:32px;height:32px;font-size:13px!important}}.product-card .product-card__image-wrapper,.product-card .product-card__image-holder,.product-card .card__media,.product-card .product-card__image,.product-card a[class*=image]{aspect-ratio:1 / 1!important;width:100%!important;height:auto!important;overflow:hidden!important;background:var(--hp-surface)!important;border-radius:var(--hp-radius)!important;position:relative}.product-card img,.product-card .product-card__image img,.product-card picture img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block}.product-card{display:flex!important;flex-direction:column!important;height:100%!important;padding:0!important}.product-card__info,.product-card__details,.product-card .product-card__bottom{padding:12px 8px!important;text-align:center;flex:1;display:flex;flex-direction:column}.product-card .product-card__title,.product-card .product-card__heading{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:36px;margin:4px 0 6px!important}.product-card .btn,.product-card .quick-add__submit,.product-card .product-card__btn,.product-card button[type=submit]{margin-top:auto!important}@media screen and (max-width:749px){.collection-product-grid,.main-collection-product-grid .grid,[class*=collection] .grid--product-card{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;padding:1rem!important}.product-card__info,.product-card__details{padding:10px 6px!important}.product-card .product-card__title{font-size:12.5px!important;min-height:32px}.product-card .price-item--regular,.product-card .price-item--sale{font-size:13px!important}.product-card .btn,.product-card .quick-add__submit,.product-card .product-card__btn{padding:9px 8px!important;font-size:11.5px!important;letter-spacing:0!important}}@media screen and (min-width:750px)and (max-width:1023px){.collection-product-grid,.main-collection-product-grid .grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}}@media screen and (min-width:1024px){.collection-product-grid,.main-collection-product-grid .grid{grid-template-columns:repeat(4,1fr)!important;gap:22px!important}}body,button,input,textarea,select,optgroup,.product-card,.product-card *,.collection-product-grid *,.main-collection-product-grid *,.facets *,.pagination *,.collection__title,.product-card__title,.product-card__heading,.price,.price *,.btn,[class*=btn],.heading--mb h2,.subheading,.collection-toolbar select{font-family:var(--font-body-family, "Work Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.collection__title,.main-collection-banner h1{font-family:var(--font-heading-family, "Work Sans"),-apple-system,BlinkMacSystemFont,sans-serif!important}.product-card{display:flex!important;flex-direction:column!important;background:transparent!important;text-align:center!important;position:relative}.product-card .product-card__image-wrapper,.product-card .product-card__image-holder,.product-card .card__media,.product-card a.product-card__link,.product-card a[href*="/products/"]>div:first-child{aspect-ratio:1 / 1!important;width:100%!important;overflow:hidden!important;background:var(--hp-surface)!important;border-radius:var(--hp-radius)!important;display:block!important;margin:0!important}.product-card img{width:100%!important;height:100%!important;object-fit:cover!important}.product-card .product-card__title,.product-card .product-card__heading,.product-card a.product-card__heading{font-size:14px!important;font-weight:600!important;color:var(--hp-text)!important;line-height:1.35!important;margin:12px 4px 6px!important;padding:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:38px!important;text-decoration:none!important}.product-card .price,.product-card .price__container,.product-card .product-card__price{display:flex!important;justify-content:center!important;align-items:baseline!important;flex-wrap:wrap!important;gap:6px!important;margin:0 4px 12px!important;min-height:22px!important;line-height:1.2!important}.product-card .price *,.product-card .price__container *,.product-card .price-item{font-size:14px!important;line-height:1.2!important;margin:0!important}.product-card .price-item--regular,.product-card .price__regular .price-item{font-weight:700!important;color:var(--hp-text)!important}.product-card .price-item--sale,.product-card .price-item--last{font-weight:700!important;color:var(--hp-coral)!important}.product-card .price-item--compare-at,.product-card del,.product-card s{font-weight:400!important;font-size:12px!important;text-decoration:line-through!important;color:var(--hp-text-tertiary)!important}.product-card .btn,.product-card .quick-add__submit,.product-card .product-card__btn,.product-card button[type=submit],.product-card button[name=add],.product-card .btn--add-to-cart,.product-card .btn--sold-out,.product-card a.btn,.product-card .product-form__submit{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;text-decoration:none!important;border:none!important;cursor:pointer;width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 12px!important;margin:auto 0 0!important;font-size:13px!important;font-weight:600!important;letter-spacing:0!important;line-height:1!important;text-transform:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;border-radius:var(--hp-radius-sm)!important;background:var(--hp-sage)!important;color:#fff!important;transition:background var(--hp-fast),transform var(--hp-fast)!important}.product-card .btn:hover:not([disabled]),.product-card .quick-add__submit:hover:not([disabled]),.product-card button[type=submit]:hover:not([disabled]),.product-card .btn--add-to-cart:hover:not([disabled]){background:var(--hp-sage-dark)!important;transform:translateY(-1px)}.product-card .btn[disabled],.product-card button[disabled],.product-card .btn--sold-out,.product-card button[name=add][disabled]{background:#1a1f1b59!important;color:#fff!important;cursor:not-allowed!important;transform:none!important}.product-card .btn svg,.product-card .quick-add__submit svg,.product-card button[type=submit] svg:not(.spinner){display:none!important}.product-card .price__regular,.product-card .price__sale{white-space:normal!important}@media screen and (max-width:749px){.product-card .product-card__title,.product-card .product-card__heading{font-size:13px!important;min-height:34px!important;margin:10px 4px 4px!important}.product-card .price *,.product-card .price-item{font-size:13px!important}.product-card .btn,.product-card .quick-add__submit,.product-card button[type=submit],.product-card .btn--add-to-cart,.product-card .btn--sold-out{height:40px!important;min-height:40px!important;max-height:40px!important;font-size:12px!important;padding:0 8px!important}}.product-page-section,[id*=MainProduct]{padding:2rem 1.5rem 4rem!important}.product-page-section .grid,.product-page-section>section>.grid{gap:3rem!important}.product-page-section .product__media-list,.product-page-section .product__media-item{background:var(--hp-surface)!important;border-radius:var(--hp-radius-lg)!important;overflow:hidden!important}.product-page-section .thumbnail-slider{margin-top:12px!important}.product-page-section .thumbnail-slider__list{display:flex!important;gap:8px!important;padding:0!important;flex-wrap:wrap}.product-page-section .thumbnail-slider__item .thumbnail{width:64px!important;height:64px!important;border-radius:var(--hp-radius-sm)!important;border:2px solid transparent!important;background:var(--hp-surface)!important;overflow:hidden!important;cursor:pointer!important;padding:0!important;transition:border-color var(--hp-fast)!important}.product-page-section .thumbnail-slider__item .thumbnail img{width:100%!important;height:100%!important;object-fit:cover!important}.product-page-section .thumbnail-slider__item .thumbnail[aria-current=true],.product-page-section .thumbnail-slider__item .thumbnail:hover{border-color:var(--hp-sage)!important}.product-page-section .product__right-column{padding:0!important}.product-page-section .badge__container{display:inline-flex!important;gap:8px!important;margin-bottom:1rem!important}.product-page-section .badge{font-size:10px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:5px 11px!important;border-radius:4px!important;display:inline-block!important}.product-page-section .badge:not(.badge--sold_out):not(.badge--featured){background:var(--hp-coral)!important;color:#fff!important}.product-page-section .badge--featured{background:var(--hp-sage)!important;color:#fff!important}.product-page-section .badge--sold_out{background:#1a1f1bd9!important;color:#fff!important}.product-page-section .product__title{font-size:clamp(28px,3.5vw,38px)!important;font-weight:700!important;color:var(--hp-text)!important;letter-spacing:-.02em!important;line-height:1.15!important;margin:0 0 12px!important}.product-page-section .product__price{margin:0 0 8px!important}.product-page-section .product__price .price{display:flex!important;align-items:baseline!important;gap:12px!important;flex-wrap:wrap}.product-page-section .product__price .price-item--regular,.product-page-section .product__price .price-item--sale{font-size:28px!important;font-weight:700!important;letter-spacing:-.01em}.product-page-section .product__price .price-item--regular{color:var(--hp-text)!important}.product-page-section .product__price .price--on-sale .price-item--sale,.product-page-section .product__price .price-item--last{color:var(--hp-coral)!important}.product-page-section .product__price .price-item--compare-at,.product-page-section .product__price s{font-size:17px!important;font-weight:400!important;text-decoration:line-through!important;color:var(--hp-text-tertiary)!important;margin-right:4px}.product-page-section .product__tax,.product-page-section .shipping_policy{font-size:12px!important;color:var(--hp-text-tertiary)!important;margin:0 0 1.5rem!important;font-weight:400!important}.product-page-section .shipping_policy a{color:var(--hp-sage)!important;text-decoration:none!important;border-bottom:1px solid rgba(74,93,63,.3)}.product-page-section .product-form__input{margin:0 0 1.25rem!important}.product-page-section .variants-label{font-size:13px!important;font-weight:600!important;color:var(--hp-text)!important;margin-bottom:10px!important;display:block!important}.product-page-section .variants-label__value{font-weight:400!important;color:var(--hp-text-secondary)!important;margin-left:4px}.product-page-section .product-form__container{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.product-page-section .product-form__item label,.product-page-section .color__swatch{border-radius:var(--hp-radius-sm)!important;border:2px solid var(--hp-border)!important;padding:4px!important;cursor:pointer!important;background:#fff!important;transition:all var(--hp-fast)!important;position:relative;overflow:hidden}.product-page-section .color__swatch--image{width:64px!important;height:64px!important;border-radius:var(--hp-radius-sm)!important}.product-page-section .color__swatch--image img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:4px!important}.product-page-section .product-form__item input:checked+label,.product-page-section .product-form__item input:checked+.color__swatch{border-color:var(--hp-sage)!important;box-shadow:0 0 0 2px #4a5d3f26}.product-page-section .product-form__item label:hover{border-color:var(--hp-sage-light)!important}.product-page-section .product-form__item label:not(.color__swatch){padding:10px 18px!important;font-size:13px!important;font-weight:600!important;color:var(--hp-text)!important;background:#fff!important;min-width:50px;text-align:center}.product-page-section .product-form__item input:checked+label:not(.color__swatch){background:var(--hp-sage)!important;color:#fff!important;border-color:var(--hp-sage)!important}.product-page-section .product__buttons{margin-top:1.5rem!important}.product-page-section .product-form__add-to-cart{display:flex!important;gap:12px!important;align-items:stretch!important}.product-page-section .quantity,.product-page-section quantity-input{display:inline-flex!important;align-items:center!important;border:1.5px solid var(--hp-border)!important;border-radius:var(--hp-radius-sm)!important;background:#fff!important;overflow:hidden!important;height:52px!important;flex-shrink:0}.product-page-section .quantity-label{display:none!important}.product-page-section .quantity__button{width:44px!important;height:100%!important;background:transparent!important;border:none!important;color:var(--hp-text)!important;cursor:pointer!important;transition:background var(--hp-fast)!important}.product-page-section .quantity__button:hover{background:var(--hp-surface)!important}.product-page-section .quantity__button svg{width:14px!important;height:14px!important}.product-page-section .quantity__input{width:50px!important;text-align:center!important;font-size:15px!important;font-weight:600!important;color:var(--hp-text)!important;background:transparent!important;border:none!important;outline:none!important;height:100%!important;-moz-appearance:textfield}.product-page-section .quantity__input::-webkit-outer-spin-button,.product-page-section .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page-section .product-form__submit,.product-page-section button[name=add]{flex:1!important;background:var(--hp-sage)!important;color:#fff!important;border:none!important;border-radius:var(--hp-radius-sm)!important;height:52px!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;transition:background var(--hp-fast),transform var(--hp-fast)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.product-page-section .product-form__submit:hover:not([disabled]),.product-page-section button[name=add]:hover:not([disabled]){background:var(--hp-sage-dark)!important;transform:translateY(-1px)}.product-page-section .product-form__submit[disabled]{background:#1a1f1b66!important;cursor:not-allowed!important}.product-page-section .product-form__submit svg{width:18px!important;height:18px!important}.product-page-section .shopify-payment-button{margin-top:10px!important}.product-page-section .shopify-payment-button__button,.product-page-section .shopify-payment-button__button--unbranded{background:var(--hp-text)!important;color:#fff!important;border-radius:var(--hp-radius-sm)!important;border:none!important;height:52px!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;width:100%!important;transition:background var(--hp-fast),transform var(--hp-fast)!important}.product-page-section .shopify-payment-button__button:hover{background:#2c2c2a!important;transform:translateY(-1px)}.product-page-section .ungroup-description-tab,.product-page-section .product__description{margin-top:2rem!important;padding-top:1.5rem!important;border-top:1px solid var(--hp-border-subtle)!important}.product-page-section .ungroup-description-tab__heading{display:none!important}.product-page-section .ungroup-description-tab .body2,.product-page-section .ungroup-description-tab>div,.product-page-section .product__description{font-size:14.5px!important;line-height:1.7!important;color:var(--hp-text-secondary)!important}.product-page-section .ungroup-description-tab h2,.product-page-section .ungroup-description-tab h3,.product-page-section .ungroup-description-tab h4{font-size:16px!important;font-weight:700!important;color:var(--hp-text)!important;margin:1.5rem 0 .75rem!important;letter-spacing:-.01em!important}.product-page-section .ungroup-description-tab ul{padding-left:1.25rem!important;margin:.75rem 0!important}.product-page-section .ungroup-description-tab li{margin-bottom:8px!important;line-height:1.6!important}.product-page-section .ungroup-description-tab li::marker{color:var(--hp-sage)!important}.product-page-section .ungroup-description-tab strong{color:var(--hp-text)!important;font-weight:700!important}.product-page-section .share-button__button,.product-page-section share-button .btn-medium{font-size:13px!important;font-weight:600!important;color:var(--hp-text-secondary)!important;background:transparent!important;border:0!important;padding:8px 0!important;display:inline-flex!important;align-items:center!important;gap:6px!important;text-transform:none!important;letter-spacing:0!important}.product-page-section .share-button__button svg{width:16px!important;height:16px!important}.product-page-section .share-button__button:hover{color:var(--hp-sage)!important}.product-page-section .product__view-details{display:none!important}@media screen and (max-width:749px){.product-page-section,[id*=MainProduct]{padding:1.5rem 1rem 3rem!important}.product-page-section .grid{gap:1.5rem!important}.product-page-section .product__title,.product-page-section .product__price .price-item--regular,.product-page-section .product__price .price-item--sale{font-size:22px!important}.product-page-section .product__price .price-item--compare-at,.product-page-section .product__price s{font-size:14px!important}.product-page-section .color__swatch--image{width:54px!important;height:54px!important}.product-page-section .product-form__add-to-cart{flex-wrap:wrap!important;gap:8px!important}.product-page-section .quantity{height:48px!important;width:100%!important;justify-content:center}.product-page-section .product-form__submit,.product-page-section button[name=add],.product-page-section .shopify-payment-button__button{height:48px!important;font-size:13px!important;width:100%!important;flex:none!important}}.template-cart .cart__submit,.template-cart button[name=checkout],.template-cart .cart__checkout,.template-cart a[href*="/checkout"],.template-cart input[name=checkout],[name=checkout]{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;background:var(--hp-sage)!important;color:#fff!important;border:none!important;border-radius:var(--hp-radius-sm)!important;height:56px!important;font-size:15px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-decoration:none!important;cursor:pointer!important;transition:background var(--hp-fast),transform var(--hp-fast)!important;margin-top:12px!important}.template-cart .cart__submit:hover,.template-cart button[name=checkout]:hover,.template-cart a[href*="/checkout"]:hover,[name=checkout]:hover{background:var(--hp-sage-dark)!important;transform:translateY(-1px)}.template-cart .cart__footer,.template-cart .cart-footer{background:var(--hp-surface);border:1px solid var(--hp-border-subtle);border-radius:var(--hp-radius-lg);padding:1.5rem!important;margin-top:2rem}.template-cart .cart__subtotal,.template-cart .cart-footer__subtotal-value,.template-cart .totals__subtotal-value{font-size:24px!important;font-weight:700!important;color:var(--hp-text)!important}.template-cart .errors,.template-cart .cart__error,.cart__error-message{background:#c45d3e14!important;color:var(--hp-coral-dark)!important;padding:12px 16px!important;border-radius:var(--hp-radius-sm)!important;border-left:3px solid var(--hp-coral)!important;font-size:13px!important;margin:12px 0!important}.hp-cart-drawer,cart-drawer,.cart-drawer{background:#fff!important}.hp-cart-drawer__free-shipping,.free-shipping-bar,[class*=free-shipping]{background:var(--hp-surface)!important;color:var(--hp-text)!important;padding:12px 16px!important;font-size:13px!important;font-weight:600!important}.hp-cart-drawer__free-shipping .progress-bar__fill,.free-shipping-bar .progress-bar__fill,.progress-bar__fill{background:var(--hp-sage)!important}.cart-drawer__items .cart-item,.cart-drawer .cart__item,.hp-cart-drawer__item{padding:14px 0!important;border-bottom:1px solid var(--hp-border-subtle)!important}.hp-cart-upsell,.cart-upsell,.cart-drawer__upsell,cart-upsell,[class*=cart-upsell],[class*=cart__recommended],[class*=related-products]{display:block!important;background:var(--hp-surface)!important;padding:16px!important;border-top:1px solid var(--hp-border-subtle)!important;border-bottom:1px solid var(--hp-border-subtle)!important}.hp-cart-upsell__title,.cart-upsell__title,[class*=cart-upsell] .heading,[class*=cart-upsell] h3{font-size:13px!important;font-weight:700!important;color:var(--hp-text)!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin:0 0 12px!important}.hp-cart-upsell__item,[class*=cart-upsell] [class*=item]{background:#fff!important;border:1px solid var(--hp-border-subtle)!important;border-radius:var(--hp-radius-sm)!important;overflow:hidden}.hp-cart-upsell__add-btn,[class*=cart-upsell] button{background:var(--hp-sage)!important;color:#fff!important;border-radius:4px!important}.cart-drawer__checkout,.hp-cart-drawer__checkout-btn,.cart-drawer button[name=checkout],cart-drawer button[name=checkout]{background:var(--hp-sage)!important;color:#fff!important;border:none!important;border-radius:var(--hp-radius-sm)!important;height:52px!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;width:100%!important;cursor:pointer!important;transition:background var(--hp-fast)!important}.cart-drawer__checkout:hover,.hp-cart-drawer__checkout-btn:hover{background:var(--hp-sage-dark)!important}.cart-drawer__subtotal,.hp-cart-drawer__subtotal{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:16px 0!important;font-size:16px!important;font-weight:700!important;color:var(--hp-text)!important}.template-cart .cart__note textarea,.template-cart textarea[name*=note]{background:var(--hp-surface)!important;border:1px solid var(--hp-border-subtle)!important;border-radius:var(--hp-radius-sm)!important;padding:12px 14px!important;font-size:13px!important;color:var(--hp-text)!important;width:100%!important;resize:vertical}.hp-cart-drawer .hp-ld-upsell,.hp-ld-upsell{background:#faf7f2!important;padding:16px 14px 14px!important;margin:0!important;border-top:1px solid rgba(0,0,0,.08)!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important;position:relative!important}.hp-cart-drawer .hp-ld-upsell__title,.hp-ld-upsell__title{font-family:var(--font-heading-family, sans-serif)!important;font-size:15px!important;font-weight:800!important;color:#1f2920!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin:0 0 12px!important;padding:0!important;text-align:center!important;background:transparent!important;border:0!important}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__grid,.hp-cart-drawer .hp-ld-upsell__grid,.hp-ld-upsell__grid{display:grid!important;grid-template-columns:1fr!important;grid-auto-flow:row!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;list-style:none!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;flex-direction:unset!important;flex-wrap:unset!important;flex:unset!important;scroll-snap-type:none!important;-webkit-overflow-scrolling:auto!important;scrollbar-width:none!important;transform:none!important;background:transparent!important}.hp-cart-drawer .hp-ld-upsell__grid::-webkit-scrollbar,.hp-ld-upsell__grid::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}@media(min-width:600px){.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__grid,.hp-cart-drawer .hp-ld-upsell__grid,.hp-ld-upsell__grid{grid-template-columns:1fr 1fr!important;gap:12px!important}}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__card,.hp-cart-drawer .hp-ld-upsell__card,.hp-ld-upsell__card{display:flex!important;flex-direction:row!important;align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:10px!important;padding:10px!important;gap:10px!important;width:auto!important;max-width:none!important;min-width:0!important;flex-shrink:1!important;flex-basis:auto!important;scroll-snap-align:none!important;overflow:visible!important;transform:none!important;box-shadow:none!important;position:relative!important}.hp-cart-drawer .hp-ld-upsell__card:hover,.hp-ld-upsell__card:hover{box-shadow:0 2px 8px #0000000f!important;transform:none!important}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__img,.hp-cart-drawer .hp-ld-upsell__img,.hp-ld-upsell__img{flex:0 0 64px!important;width:64px!important;height:64px!important;border-radius:8px!important;overflow:hidden!important;background:#f3efe8!important;display:block!important;padding:0!important;aspect-ratio:auto!important}.hp-cart-drawer .hp-ld-upsell__img img,.hp-ld-upsell__img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;aspect-ratio:1 / 1!important}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__info,.hp-cart-drawer .hp-ld-upsell__info,.hp-ld-upsell__info{flex:1 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:4px!important;padding:0!important;background:transparent!important}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__name,.hp-cart-drawer .hp-ld-upsell__name,.hp-ld-upsell__name{font-size:13px!important;font-weight:600!important;color:#1f2920!important;line-height:1.25!important;text-decoration:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;min-height:0!important;text-transform:none!important}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__price,.hp-cart-drawer .hp-ld-upsell__price,.hp-ld-upsell__price{font-size:13px!important;font-weight:600!important;color:#1f2920!important;display:flex!important;align-items:baseline!important;gap:6px!important;margin:0!important}.hp-ld-upsell__sale{color:#c45d3e!important}.hp-ld-upsell__was{font-size:11px!important;font-weight:400!important;text-decoration:line-through!important;color:#0006!important}.hp-cart-drawer .hp-ld-upsell .hp-ld-upsell__add,.hp-cart-drawer .hp-ld-upsell__add,.hp-ld-upsell__add{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;width:100%!important;height:32px!important;margin:4px 0 0!important;padding:0 10px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:6px!important;font-family:var(--font-heading-family, sans-serif)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;line-height:1.2!important;text-align:center!important;transition:background .18s ease!important}.hp-ld-upsell__add:disabled{background:#999!important;cursor:not-allowed!important;opacity:.6!important}.hp-ld-upsell__add svg{display:none!important}.hp-cart-drawer .swiper-button-next,.hp-cart-drawer .swiper-button-prev,.hp-cart-drawer .swiper-pagination,.hp-cart-drawer .swiper-scrollbar,.hp-cart-drawer .slick-arrow,.hp-cart-drawer .slick-dots,.hp-cart-drawer .splide__arrows,.hp-cart-drawer .splide__pagination,.hp-cart-drawer .hp-upsell-arrow,.hp-cart-drawer [class*=scroll-btn],.hp-cart-drawer [class*=nav-btn],.hp-ld-upsell .swiper-button-next,.hp-ld-upsell .swiper-button-prev,.hp-ld-upsell .swiper-pagination,.hp-ld-upsell .swiper-scrollbar{display:none!important;visibility:hidden!important;width:0!important;height:0!important}.hp-cart-drawer .hp-ld-upsell ul,.hp-cart-drawer .hp-ld-upsell ol{list-style:none!important;margin:0!important;padding:0!important}.hp-cart-drawer{display:flex!important;flex-direction:column!important}.hp-cart-drawer__header,.hp-cart-drawer #hp-delivery-bar{flex:0 0 auto!important}.hp-cart-drawer__items,.hp-cart-drawer #hp-cart-items{flex:1 1 0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}.hp-cart-drawer .hp-ld-upsell,.hp-cart-drawer #hp-cart-upsell{flex:0 0 auto!important;max-height:none!important;overflow:visible!important;padding:12px 14px!important}.hp-cart-drawer .hp-ld-upsell__title{font-size:13px!important;margin:0 0 10px!important}.hp-cart-drawer .hp-ld-upsell__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.hp-cart-drawer .hp-ld-upsell__card:nth-child(n+3){display:none!important}.hp-cart-drawer .hp-ld-upsell__card{display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:10px!important;gap:8px!important;width:auto!important;min-width:0!important}.hp-cart-drawer .hp-ld-upsell__img{flex:0 0 auto!important;width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;display:block!important}.hp-cart-drawer .hp-ld-upsell__img img{width:100%!important;height:100%!important;object-fit:cover!important}.hp-cart-drawer .hp-ld-upsell__info{display:flex!important;flex-direction:column!important;gap:4px!important;flex:1 1 auto!important}.hp-cart-drawer .hp-ld-upsell__name{font-size:12px!important;font-weight:600!important;line-height:1.3!important;-webkit-line-clamp:2!important;min-height:0!important}.hp-cart-drawer .hp-ld-upsell__price{font-size:12px!important;font-weight:600!important;white-space:nowrap!important;margin:0!important}.hp-cart-drawer .hp-ld-upsell__add{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:30px!important;padding:0 6px!important;margin-top:4px!important;font-size:10px!important;font-weight:700!important;letter-spacing:.04em!important;white-space:nowrap!important;line-height:1!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:5px!important;cursor:pointer!important;text-transform:uppercase!important}.hp-cart-drawer__footer,.hp-cart-drawer #hp-cart-footer{flex:0 0 auto!important;position:static!important;background:#fff!important;border-top:1px solid rgba(0,0,0,.08)!important;padding:12px 16px!important}.shopify-section .icon-banners,.shopify-section section[class*=icon-banners],.icon-banners{padding:28px 16px!important;background:#faf7f2!important;border-top:1px solid rgba(31,41,32,.06)!important;border-bottom:1px solid rgba(31,41,32,.06)!important}.icon-banners .grid,.icon-banners .icon-banners__wrapper,.icon-banners [class*=grid-columns],.icon-banners>.container,.icon-banners>div:first-child{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:24px!important;max-width:1280px!important;margin:0 auto!important;padding:0!important}.icon-banners__banner,.icon-banners [class*=banner],.icon-banners .grid>*{display:flex!important;flex-direction:row!important;align-items:center!important;text-align:left!important;gap:12px!important;padding:8px 6px!important;margin:0!important}.icon-banners__banner svg,.icon-banners [class*=banner] svg,.icon-banners img,.icon-banners__icon{width:38px!important;height:38px!important;flex:0 0 38px!important;color:#4a5d3f!important;stroke:currentColor!important;fill:none!important;stroke-width:1.8!important;margin:0!important;padding:0!important}.icon-banners__banner>div,.icon-banners [class*=banner]>div,.icon-banners__banner-content{display:flex!important;flex-direction:column!important;gap:1px!important;min-width:0!important;text-align:left!important;margin:0!important}.icon-banners__banner .heading,.icon-banners__banner h2,.icon-banners__banner h3,.icon-banners__banner h4,.icon-banners [class*=banner] [class*=heading],.icon-banners [class*=banner] h2,.icon-banners [class*=banner] h3,.icon-banners [class*=banner] h4{font-size:14px!important;font-weight:700!important;color:#1f2920!important;margin:0!important;padding:0!important;line-height:1.25!important;letter-spacing:0!important;text-transform:none!important}.icon-banners__banner p,.icon-banners__banner .rte,.icon-banners__banner .rte p,.icon-banners [class*=banner] p,.icon-banners [class*=banner] .rte{font-size:12px!important;color:#1f2920a6!important;margin:0!important;padding:0!important;line-height:1.35!important;font-weight:400!important}@media(max-width:749px){.icon-banners .grid,.icon-banners .icon-banners__wrapper,.icon-banners [class*=grid-columns],.icon-banners>.container,.icon-banners>div:first-child{grid-template-columns:repeat(2,1fr)!important;gap:14px 18px!important}.shopify-section .icon-banners,.shopify-section section[class*=icon-banners]{padding:20px 14px!important}}.featured-collection-tabs .card-wrapper,.featured-collection-tabs .card,.featured-collection-tabs .product-card,.collection .card-wrapper,.collection .card,.collection .product-card,.collection-product-grid .card-wrapper,.collection-product-grid .card,.main-collection-product-grid .card-wrapper,.card-wrapper>.card,[class*=card-product]{display:flex!important;flex-direction:column!important;height:100%!important}.card__information,.card-information,.product-card__info,.card__content,.card-wrapper .card__information,.card-wrapper .card-information,[class*=card-product] [class*=info]{display:flex!important;flex-direction:column!important;flex:1 1 auto!important}.card-wrapper .quick-add,.card-wrapper .card__buttons,.card-wrapper [class*=quick-add],.card-wrapper button[name=add],.card-wrapper a.btn,.card-wrapper form[action*="/cart/add"],.card-wrapper .product-form,.card .quick-add,.card button[name=add],.card a.btn,.product-card .quick-add,.product-card button[name=add],.product-card a.btn,[class*=card-product] .quick-add,[class*=card-product] button[name=add],[class*=card-product] a.btn,[class*=card-product] form[action*="/cart/add"]{margin-top:auto!important}.card-wrapper button[name=add],.card-wrapper a.btn--primary,.card-wrapper a.product-form__submit,.card-wrapper .quick-add__submit,.card button[name=add],.card a.btn--primary,.product-card button[name=add],.product-card a.btn--primary,[class*=card-product] button[name=add],[class*=card-product] a.btn--primary{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;height:44px!important;min-height:44px!important;padding:0 14px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;border-radius:6px!important;line-height:1!important;margin:0!important}.collection-product-grid,.product-grid,.featured-collection-tabs .grid,[class*=collection-product-grid] .grid,.main-collection-product-grid .grid{align-items:stretch!important}.collection-product-grid>*,.product-grid>*,.featured-collection-tabs .grid>*,.main-collection-product-grid .grid>*{height:100%!important}.shopify-section .text-columns-with-images:has([class*=delivery]),.shopify-section [class*=text-columns-with-images] .blurb_icon:only-child,.contact_info{display:none!important}.collection .product-grid .grid__item,.collection-product-grid .grid__item,.main-collection-product-grid .grid__item,.collection .product-grid>*,.collection-product-grid>*,.main-collection-product-grid>*{display:flex!important;flex-direction:column!important;align-items:stretch!important;height:auto!important}.collection .product-grid .grid__item>*,.collection-product-grid .grid__item>*,.main-collection-product-grid .grid__item>*,.collection .card-wrapper,.collection-product-grid .card-wrapper,.main-collection-product-grid .card-wrapper{display:flex!important;flex-direction:column!important;height:100%!important}.collection .card-wrapper .card__information,.collection .card-wrapper .card-information,.collection-product-grid .card__information,.collection-product-grid .card-information,.main-collection-product-grid .card__information,.main-collection-product-grid .card-information,.card-wrapper .card-information,.card-wrapper .card__information{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;gap:6px!important;padding-top:10px!important;min-height:0!important}.card-wrapper .card-information>*,.card-wrapper .card__information>*{margin:0!important}.card-wrapper .price,.card-wrapper .card__price,.card-wrapper [class*=price]{margin:0!important;padding:0!important;line-height:1.2!important}.card-wrapper .quick-add,.card-wrapper .card__buttons,.card-wrapper [class*=quick-add],.card-wrapper .product-form,.card-wrapper button[name=add],.card-wrapper a.btn--primary,.card-wrapper a.product-form__submit{margin-top:12px!important;margin-bottom:0!important;width:100%!important}.card-wrapper button[name=add],.card-wrapper a.btn--primary,.card-wrapper .quick-add__submit,.card-wrapper .product-form__submit{display:flex!important;align-items:center!important;justify-content:center!important;height:44px!important;min-height:44px!important;padding:0 14px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;border-radius:6px!important;line-height:1!important}.collection .product-grid,.collection-product-grid,.main-collection-product-grid{align-items:stretch!important}.shopify-section .reviews,.shopify-section section[class*=reviews]{overflow:hidden!important}.reviews .grid,.reviews [class*=grid]:not([class*=grid__item]),section[class*=reviews] .grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;max-width:1280px!important;margin:0 auto!important;padding:0 24px!important}.reviews .grid__item,.reviews [class*=review-item],section[class*=reviews] .grid__item{width:100%!important;max-width:none!important;flex:0 0 auto!important;margin:0!important}@media(max-width:900px){.reviews .grid,.reviews [class*=grid]:not([class*=grid__item]),section[class*=reviews] .grid{grid-template-columns:1fr!important;gap:14px!important}}.collection .facets,.collection .facets-wrapper,.collection [class*=facet]{background:#fff!important;border:none!important;padding:0!important}.collection .facets h2,.collection .facets h3,.collection .facets h4,.collection .facets__heading,.collection .facets [class*=heading],.collection .facets [class*=title]:not(input){color:#1f2920!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;background:transparent!important;margin:0 0 14px!important}.collection .facets label,.collection .facets [class*=label],.collection .facets [class*=checkbox]{color:#1f2920!important;background:transparent!important;font-size:14px!important;font-weight:400!important}.collection .facets a,.collection .facets button{color:#4a5d3f!important;background:transparent!important}.collection .facets input[type=checkbox]{accent-color:#4A5D3F!important}.collection .facets input[type=text],.collection .facets input[type=number]{background:#fff!important;color:#1f2920!important;border:1px solid rgba(31,41,32,.15)!important;border-radius:6px!important;padding:8px 12px!important;font-size:14px!important}.collection .facets .reset,.collection .facets [class*=reset]{color:#c45d3e!important;font-weight:600!important;text-decoration:underline!important}.collection .facets [class*=mobile] button,.collection [class*=filter-toggle]{background:#fff!important;color:#1f2920!important;border:1px solid rgba(31,41,32,.15)!important;border-radius:8px!important;padding:12px 18px!important;font-weight:600!important}@media(max-width:990px){.collection .facets,.collection .facets-wrapper,.collection [class*=facet-drawer],.collection [class*=filter-drawer]{background:#fff!important}.collection .facets *,.collection [class*=facet-drawer] *{color:#1f2920!important}.collection .facets h2,.collection .facets h3,.collection [class*=facet-drawer] h2,.collection [class*=facet-drawer] h3{color:#1f2920!important;background:transparent!important}}.shopify-section .hp-header,.hp-header{box-shadow:0 1px #1f29200f!important}.hp-homepage-hero{overflow:hidden!important}.shopify-section+.shopify-section{margin-top:0!important}.collection .facets *,.collection .facets-wrapper *,.collection .facets-vertical *,.collection .facets-horizontal *,.collection [class*=facet] *,.collection [class*=filter] *,.collection facet-filters-form *,.collection facets-form *,[class*=facets__heading],[class*=facets__summary],[class*=facet-checkbox],[class*=filter-toggle],.facets__heading,.facets__summary,.facets__price,.facets__display,.facets details summary,.facets__details,.facets__legend,.facets label,.facets summary,.facets h1,.facets h2,.facets h3,.facets h4,.facets h5,.facets h6,.facets__heading-with-count{color:#1f2920!important;background-color:transparent!important;text-shadow:none!important;-webkit-text-fill-color:#1F2920!important}.collection .facets h1,.collection .facets h2,.collection .facets h3,.collection .facets h4,.collection .facets summary,.collection .facets__heading,.collection .facets__summary,.collection .facets details>summary,.collection .facets-wrapper h1,.collection .facets-wrapper h2,.collection .facets-wrapper h3,.collection .facets-wrapper h4,.collection .facets-wrapper summary,.collection [class*=facets__heading]{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:none!important;background:transparent!important}.collection .facets,.collection .facets-wrapper,.collection .mobile-facets,.collection .mobile-facets__main,.collection [class*=facet-drawer],.collection [class*=filter-drawer],.facets-mobile,.menu-drawer__menu .facets{background:#fff!important;color:#1f2920!important}.collection .facets a,.collection .facets button,.collection .facets [class*=reset],.collection .facets__reset{color:#4a5d3f!important;-webkit-text-fill-color:#4A5D3F!important;background:transparent!important}.collection .sort-by,.collection .facets__sort,.collection [class*=sort],.collection select{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;background:#fff!important;border:1px solid rgba(31,41,32,.15)!important;border-radius:6px!important}.collection .facets>*,.collection .facets-wrapper>*{background-color:transparent!important}.collection .facets-container,.collection .facets-wrapper>div:first-child{background:#fff!important}.hp-mega-menu,.hp-header__nav-wrapper .hp-mega-menu,[class*=mega-menu],.hp-header__submenu{background:#fff!important;box-shadow:0 12px 32px #1f29201f!important;border:1px solid rgba(31,41,32,.06)!important;border-radius:0 0 12px 12px!important}.hp-mega-menu__inner,[class*=mega-menu__inner],[class*=mega-menu]>div{background:#fff!important}.hp-mega-menu__sidebar,[class*=mega-menu__sidebar]{background:#faf7f2!important;padding:24px 20px!important}.hp-mega-menu__sidebar-title,.hp-mega-menu__categories-title{color:#1f2920!important;font-family:Inter,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin-bottom:14px!important}.hp-mega-menu__grid{background:#fff!important;padding:24px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important}.hp-mega-menu__cat-item{display:flex!important;flex-direction:column!important;align-items:center!important;text-decoration:none!important;color:#1f2920!important;gap:10px!important;background:transparent!important}.hp-mega-menu__cat-img{width:72px!important;height:72px!important;border-radius:50%!important;background:#faf7f2!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:1px solid rgba(74,93,63,.08)!important}.hp-mega-menu__cat-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.hp-mega-menu__cat-name{font-size:12px!important;font-weight:600!important;color:#1f2920!important;text-align:center!important;line-height:1.2!important}.hp-mega-menu__cat-img:before,.hp-mega-menu__cat-img:after,.hp-mega-menu__cat-img [class*=label]{display:none!important}.shopify-section .text-columns-with-images,.shopify-section section[class*=text-columns-with-images],.shopify-section[id*=contact_info],.shopify-section[id*=delivery],section.contact_info,.contact-info,.contact_info,[id*=shopify-section-contact_info],[id*=shopify-section][id*=contact],.template-index .text-columns-with-images-section{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}.shopify-section[id*=reviews],.shopify-section section.reviews,section.reviews,.shopify-section[id*=reviews] section{overflow:hidden!important;padding-left:24px!important;padding-right:24px!important}.shopify-section[id*=reviews] .grid,.shopify-section[id*=reviews] [class*=reviews__grid],.shopify-section[id*=reviews] .swiper-wrapper,section.reviews .grid,section.reviews .swiper-wrapper,section.reviews [class*=reviews__list],.reviews-section .grid,.reviews-section .swiper-wrapper{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;max-width:1280px!important;margin:0 auto!important;width:100%!important;overflow:visible!important;transform:none!important}.shopify-section[id*=reviews] .grid>*,.shopify-section[id*=reviews] .swiper-slide,section.reviews .swiper-slide,section.reviews .grid__item,.reviews-section .grid__item,.reviews-section .swiper-slide{width:100%!important;max-width:none!important;flex:0 0 auto!important;margin:0!important;transform:none!important}.shopify-section[id*=reviews] .swiper-button-prev,.shopify-section[id*=reviews] .swiper-button-next,.shopify-section[id*=reviews] .swiper-pagination,.shopify-section[id*=reviews] .swiper-scrollbar,section.reviews .swiper-button-prev,section.reviews .swiper-button-next,section.reviews .swiper-pagination,section.reviews .swiper-scrollbar{display:none!important}@media(max-width:900px){.shopify-section[id*=reviews] .grid,section.reviews .grid,.reviews-section .grid{grid-template-columns:1fr!important;gap:14px!important}}.card-wrapper .quick-add,.card-wrapper .card__buttons,.card-wrapper [class*=quick-add],.card-wrapper .product-form,.card-wrapper button[name=add],.card-wrapper a.btn--primary,.card-wrapper a.product-form__submit,.card .quick-add,.card button[name=add],.card a.btn,.product-card .quick-add,.product-card button[name=add],.product-card a.btn,[class*=card-product] .quick-add,[class*=card-product] button[name=add],[class*=card-product] a.btn,[class*=card-product] form[action*="/cart/add"]{margin-top:10px!important;margin-bottom:0!important}.card-wrapper .card__information,.card-wrapper .card-information,.card-wrapper .card__content,.collection-product-grid .card__information,.collection-product-grid .card-information,.main-collection-product-grid .card__information,.main-collection-product-grid .card-information,.collection .card-wrapper .card__information,.featured-collection-tabs .card__information,[class*=card-product] [class*=info]{flex:0 0 auto!important;min-height:0!important;gap:6px!important;padding-top:14px!important;padding-bottom:14px!important}.card-wrapper .card__heading,.card-wrapper .card__title,.card-wrapper [class*=card-title],.card-wrapper h3,.collection .card-wrapper h3,.featured-collection-tabs .card__heading,.featured-collection-tabs h3,[class*=card-product] h3{min-height:2.6em!important;max-height:2.6em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;line-height:1.3!important}.card-wrapper .price,.card-wrapper .card__price,.card-wrapper [class*=card-price],.collection .card-wrapper .price,.featured-collection-tabs .price,[class*=card-product] .price{margin:0!important;padding:0!important;line-height:1.3!important}.card-wrapper,.card-wrapper>.card,.collection .card-wrapper,.featured-collection-tabs .card-wrapper,.collection-product-grid .card-wrapper,.main-collection-product-grid .card-wrapper,[class*=card-product]{display:flex!important;flex-direction:column!important;height:auto!important}.card-wrapper .card__media,.card-wrapper [class*=card-media],.card-wrapper .card__image-wrapper,[class*=card-product] [class*=media]{flex:0 0 auto!important}.collection .product-grid,.collection-product-grid,.main-collection-product-grid,.featured-collection-tabs .grid{align-items:stretch!important}.collection .product-grid>*,.collection-product-grid>*,.main-collection-product-grid>*,.featured-collection-tabs .grid>*{display:flex!important;flex-direction:column!important}.product-card{display:flex!important;flex-direction:column!important;height:100%!important;background:transparent!important;border:none!important;transition:transform .25s ease!important}.product-card:hover{transform:translateY(-4px)!important}.product-card .product-card__image-holder{position:relative!important;background:#faf7f2!important;border-radius:14px!important;overflow:hidden!important;margin-bottom:14px!important;aspect-ratio:1 / 1!important}.product-card .product-card__image{--aspect-ratio: 1 !important;display:block!important;width:100%!important;height:100%!important;background:#faf7f2!important;border-radius:14px!important}.product-card .product-card__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .4s cubic-bezier(.2,.6,.2,1)!important}.product-card:hover .product-card__image img{transform:scale(1.05)!important}.product-card .product-card__image img:nth-child(2){position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:0!important;transition:opacity .35s ease!important}.product-card:hover .product-card__image img:nth-child(2){opacity:1!important}.product-card .product-card__container{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;gap:6px!important;padding:0 2px!important;text-align:left!important}.featured-collection-tabs--center .product-card .product-card__container{text-align:center!important}.product-card .product-card__heading,.product-card a.product-card__heading{font-family:var(--font-body-family)!important;font-size:14px!important;font-weight:600!important;color:#1f2920!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important;text-decoration:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.7em!important;max-height:2.7em!important;margin:0!important;padding:0!important}.product-card .product-card__meta{font-family:var(--font-body-family)!important;font-size:11px!important;font-weight:600!important;color:#1f292080!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0!important}.product-card .price,.product-card .price__container{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important}.featured-collection-tabs--center .product-card .price,.featured-collection-tabs--center .product-card .price__container{justify-content:center!important}.product-card .price__regular,.product-card .price__main-color{color:#1f2920!important;font-size:14px!important;font-weight:700!important}.product-card .price__sale{color:#c45d3e!important;font-weight:700!important;font-size:14px!important}.product-card .price s,.product-card .price__compare{color:#1f292066!important;font-weight:400!important;font-size:12px!important;text-decoration:line-through!important}.product-card .btn--add-to-cart,.product-card .quick-add__submit,.product-card button[name=add],.product-card .product-form__submit{width:100%!important;height:44px!important;min-height:44px!important;margin:10px 0 0!important;padding:0 14px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:8px!important;font-family:var(--font-body-family)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;line-height:1!important;white-space:nowrap!important;transition:background .2s ease,transform .15s ease!important}.product-card .btn--add-to-cart:hover:not(:disabled),.product-card .quick-add__submit:hover:not(:disabled){background:#fad75a!important}.product-card .btn--add-to-cart:active:not(:disabled){transform:translateY(1px)!important}.product-card .btn--add-to-cart:disabled,.product-card .quick-add__submit:disabled,.product-card .btn--add-to-cart[aria-disabled=true]{background:#b8b8b8!important;color:#fff!important;cursor:not-allowed!important}.product-card .btn--add-to-cart svg,.product-card .quick-add__submit svg{width:14px!important;height:14px!important;fill:#fff!important;stroke:#fff!important}.product-card__align-buttons .product-card__container{display:flex!important;flex-direction:column!important;flex:1 1 auto!important}.product-card__align-buttons .btn--add-to-cart,.product-card__align-buttons .quick-add__submit,.product-card__align-buttons .product-form,.product-card__align-buttons modal-opener:has(.btn--add-to-cart){margin-top:auto!important}.product-card .badge__container{position:absolute!important;top:12px!important;left:12px!important;z-index:2!important;display:flex!important;flex-direction:column!important;gap:6px!important;align-items:flex-start!important;pointer-events:none!important}.product-card .badge__container .badge{background:#c45d3e!important;color:#fff!important;padding:4px 10px!important;border-radius:4px!important;font-family:var(--font-body-family)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1.2!important;display:inline-block!important;border:none!important;white-space:nowrap!important}.product-card .badge__container .badge--sold_out{background:#1f2920!important;color:#fff!important}.product-card .badge__container .badge--featured{background:#ffe994!important;color:#1f2920!important}.product-card .btn-quickview,.product-card .btn.btn-quickview{position:absolute!important;bottom:12px!important;left:50%!important;transform:translate(-50%) translateY(8px)!important;background:#fffffff2!important;color:#1f2920!important;border:none!important;border-radius:999px!important;padding:9px 20px!important;font-family:var(--font-body-family)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;opacity:0!important;transition:all .25s cubic-bezier(.2,.6,.2,1)!important;cursor:pointer!important;box-shadow:0 6px 16px #0000001f!important;z-index:3!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:6px!important}.product-card:hover .btn-quickview{opacity:1!important;transform:translate(-50%) translateY(0)!important}.product-card .btn-quickview svg{width:14px!important;height:14px!important}.product-card .btn-quickview__text{display:inline!important}.product-card .product-card__variant-list{display:flex!important;gap:6px!important;margin:0!important;padding:0!important;list-style:none!important}.product-card .product-card__variant-item{margin:0!important}.product-card .product-card__variant-item__button{width:16px!important;height:16px!important;border-radius:50%!important;border:1px solid rgba(31,41,32,.2)!important;background:transparent!important;padding:0!important;cursor:pointer!important}.featured-collection-tabs .grid,.featured-collection-tabs-content .grid{align-items:stretch!important}.featured-collection-tabs .grid>*,.featured-collection-tabs-content .grid>*{display:flex!important;flex-direction:column!important}@media(max-width:749px){.product-card .product-card__image-holder{margin-bottom:10px!important;border-radius:12px!important}.product-card .product-card__heading{font-size:13px!important;min-height:2.6em!important;max-height:2.6em!important}.product-card .price__regular,.product-card .price__main-color,.product-card .price__sale{font-size:13px!important}.product-card .btn--add-to-cart,.product-card .quick-add__submit{height:38px!important;min-height:38px!important;font-size:11px!important;border-radius:6px!important}.product-card .badge__container .badge{font-size:9px!important;padding:3px 7px!important}.product-card .btn-quickview{display:none!important}}.template-index #MainContent>section,.template-index #MainContent>.shopify-section{margin:0!important}.template-index .shopify-section{padding-bottom:0!important}.featured-collection-tabs__container__content{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;margin-bottom:32px!important}.featured-collection-tabs__item-main{font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:#1f2920!important;background:#fff!important;border:1px solid rgba(31,41,32,.15)!important;border-radius:999px!important;padding:9px 20px!important;cursor:pointer!important;transition:all .2s ease!important;margin:0!important;line-height:1.2!important}.featured-collection-tabs__item-main:hover{border-color:#ffe994!important;background:#f5f2ec!important}.featured-collection-tabs__item-main.animation-underline--active,.featured-collection-tabs__item-main[aria-selected=true]{background:#ffe994!important;border-color:#ffe994!important;color:#1f2920!important}.featured-collection-tabs .tabs__indicator{display:none!important}#featured-collection-bBV7CT,[id^=featured-collection-] .subheading{font-family:var(--font-body-family)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#4a5d3f!important;margin-bottom:18px!important}.product-card,.product-card.product-card__align-buttons{height:auto!important;min-height:0!important;position:relative!important;overflow:visible!important}.product-card .product-card__container,.product-card__align-buttons .product-card__container{display:flex!important;flex-direction:column!important;flex:0 0 auto!important;height:auto!important;gap:6px!important;padding:0 2px!important}.product-card .btn--add-to-cart,.product-card .quick-add__submit,.product-card .product-form,.product-card modal-opener,.product-card__align-buttons .btn--add-to-cart,.product-card__align-buttons .quick-add__submit,.product-card__align-buttons .product-form,.product-card__align-buttons modal-opener{margin-top:10px!important;margin-bottom:0!important;display:block!important;width:100%!important;position:relative!important}.product-card modal-opener,.product-card product-form{display:block!important;margin:10px 0 0!important;padding:0!important}.product-card .product-form__error-message-wrapper,.product-card .product-form__error-message-wrapper[hidden]{display:none!important}.featured-collection-tabs .grid,.featured-collection-tabs-content .grid,.collection .product-grid,.collection-product-grid,.main-collection-product-grid{align-items:stretch!important}.featured-collection-tabs .grid>*,.featured-collection-tabs-content .grid>*,.collection .product-grid>*,.collection-product-grid>*,.main-collection-product-grid>*{display:flex!important;flex-direction:column!important;height:auto!important}.featured-collection-tabs .grid>*>.product-card,.collection .product-grid>*>.product-card,.collection-product-grid>*>.product-card{align-self:flex-start!important;width:100%!important}.product-card .product-card__heading,.product-card a.product-card__heading{min-height:2.7em!important;max-height:2.7em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}@media(max-width:749px){.product-card .product-card__heading,.product-card a.product-card__heading{min-height:2.6em!important;max-height:2.6em!important}.product-card .btn--add-to-cart,.product-card .quick-add__submit{margin-top:8px!important}}@media(max-width:990px){.collection .facets,.collection .facets-wrapper,.collection .mobile-facets,.collection .mobile-facets__main,.collection [class*=facet-drawer],.collection [class*=filter-drawer],.facets-mobile,.menu-drawer__menu .facets{height:auto!important;max-height:90vh!important;min-height:0!important;overflow-y:auto!important;background:#fff!important;padding:16px!important;box-shadow:0 8px 24px #00000014!important}.collection .mobile-facets[open],.collection .facets[open],.collection .facets-wrapper[open]{height:auto!important;max-height:90vh!important}.collection .facets>*,.collection .facets-wrapper>*{padding:8px 0!important;margin:0!important;border-bottom:1px solid rgba(31,41,32,.06)!important}.collection .facets>*:last-child,.collection .facets-wrapper>*:last-child{border-bottom:none!important}.collection .facets details,.collection .facets-wrapper details{padding:12px 0!important;border-bottom:1px solid rgba(31,41,32,.06)!important}.collection .facets details summary,.collection .facets-wrapper details summary{display:flex!important;justify-content:space-between!important;align-items:center!important;cursor:pointer!important;padding:0!important;font-weight:700!important;font-size:15px!important}.collection .facets select,.collection .facets-wrapper select{width:100%!important;padding:10px 14px!important;background:#fff!important;border:1px solid rgba(31,41,32,.15)!important;border-radius:8px!important;font-size:14px!important;color:#1f2920!important;appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M4 6l4 4 4-4' stroke='%231F2920' stroke-width='1.5'/></svg>")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:14px!important}.collection .facets [type=submit],.collection .facets__close-button,.collection [class*=apply-filter]{width:100%!important;margin-top:18px!important;height:48px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:8px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:13px!important;cursor:pointer!important}.collection .menu-drawer,.collection .menu-drawer__inner-container,.collection [class*=drawer__content]{background:#fff!important}.collection .facets-mobile__inner,.collection .facets__inner,.collection .menu-drawer__navigation{height:auto!important;max-height:90vh!important;padding-bottom:30px!important}}.collection [class*=filter-toggle],.collection [data-filter-toggle],.collection button[aria-controls*=facet],.collection button[aria-controls*=filter],.collection .facets__open-button,.collection .mobile-facets__open,.facets__open-button,.collection .facets__toggle,button.facets__open-button,.facets__open,.facets-toggle,[class*=facet][class*=toggle],[class*=facet][class*=open]{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:auto!important;min-width:200px!important;padding:12px 22px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:8px!important;font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;transition:background .18s ease!important;box-shadow:0 2px 6px #4a5d3f2e!important}.collection [class*=filter-toggle]:hover,.facets__open-button:hover{background:#fad75a!important}.collection [class*=filter-toggle]:before,.facets__open-button:before,.collection .mobile-facets__open:before,.collection button[aria-controls*=facet]:before{content:""!important;display:inline-block!important;width:16px!important;height:16px!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3'/></svg>")!important;background-size:contain!important;background-repeat:no-repeat!important}@media(max-width:990px){.collection .facets-container,.collection [class*=facet][class*=container]:not([class*=drawer]){background:#faf7f2!important;padding:14px 16px!important;border-radius:0!important;margin:0!important;text-align:center!important}.collection .facets-container [class*=filter-toggle],.collection [class*=facet-container] button{width:100%!important;min-width:0!important}}@media(max-width:990px){.collection .facets,.collection .facets-wrapper,.collection .mobile-facets,.collection .mobile-facets__main,.collection .mobile-facets__inner,.collection [class*=facet-drawer],.collection [class*=filter-drawer],.collection [class*=facets-mobile],.menu-drawer[class*=facet],[class*=facets-drawer],facet-filters-form>.mobile-facets,facets-form>.mobile-facets{height:auto!important;max-height:calc(100vh - 80px)!important;min-height:0!important;background:#fff!important;overflow-y:auto!important;padding:20px 16px 24px!important;box-sizing:border-box!important}.collection .facets form,.collection .facets-wrapper form,.collection .mobile-facets form,.collection .mobile-facets__main form,.collection .facets__form{height:auto!important;max-height:none!important;display:flex!important;flex-direction:column!important}.collection .facets details,.collection .facets-wrapper details,.collection .mobile-facets details{background:#fff!important;border:none!important;border-bottom:1px solid rgba(31,41,32,.08)!important;padding:14px 0!important;margin:0!important}.collection .facets details summary,.collection .facets-wrapper details summary{padding:0!important;margin:0!important;font-size:16px!important;font-weight:700!important;color:#1f2920!important;list-style:none!important;display:flex!important;justify-content:space-between!important;align-items:center!important;cursor:pointer!important}.collection .facets details summary:after{content:"+"!important;font-size:22px!important;color:#4a5d3f!important;font-weight:300!important}.collection .facets details[open] summary:after{content:"\2212"!important}.collection .facets__sort,.collection [class*=sort]{margin-top:14px!important;padding-top:14px!important;border-top:1px solid rgba(31,41,32,.08)!important}.collection .facets__sort label,.collection [class*=sort] label,.collection .facets [class*=sort]:first-child,.collection .facets-wrapper [for*=sort]{display:block!important;font-size:12px!important;font-weight:600!important;color:#1f292099!important;margin-bottom:6px!important;letter-spacing:.04em!important}.collection .facets__sort select,.collection [class*=sort] select,.collection select[name*=sort]{width:100%!important;padding:14px 40px 14px 16px!important;background:#faf7f2!important;border:1px solid rgba(31,41,32,.1)!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;color:#1f2920!important;appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231F2920' stroke-width='1.8'><path d='M4 6l4 4 4-4'/></svg>")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:14px!important}.collection .facets [type=submit],.collection .facets__apply,.collection .facets__close-button,.collection .mobile-facets__footer button,.collection [class*=apply]:not([class*=apply-filter]){width:100%!important;height:52px!important;margin-top:24px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:13px!important;cursor:pointer!important;box-shadow:0 4px 12px #4a5d3f33!important}.collection .menu-drawer,.collection .menu-drawer__inner-container,.collection [class*=drawer__content]{background:#fff!important}}@media(min-width:990px){.collection .facets,.collection .facets-wrapper,.collection [class*=facets-vertical],.collection .facets-container--vertical{padding-right:32px!important;margin-right:24px!important;border-right:1px solid rgba(31,41,32,.06)!important}.collection .product-grid,.collection-product-grid,.main-collection-product-grid,.collection [class*=product-grid],.collection .grid--products{padding-left:16px!important}.collection [class*=facets-grid],.collection .collection-products-grid,.collection .grid:has(.facets),.collection .row:has(.facets-wrapper){gap:40px!important;column-gap:40px!important}}@media(max-width:990px){.collection .facets,.collection .facets-wrapper,.collection .mobile-facets,.collection .mobile-facets__main,.collection .mobile-facets__inner,.collection [class*=facet-drawer],.collection [class*=filter-drawer],.collection [class*=facets-mobile],.menu-drawer[class*=facet],[class*=facets-drawer],facet-filters-form>.mobile-facets,facets-form>.mobile-facets{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;height:auto!important;max-height:85vh!important;min-height:0!important;background:#fff!important;overflow-y:auto!important;padding:16px 16px 0!important}.collection .facets form,.collection .facets-wrapper form,.collection .mobile-facets form,.collection .mobile-facets__main form,.collection .facets__form{display:flex!important;flex-direction:column!important;height:auto!important;flex:0 0 auto!important}.collection .mobile-facets__footer,.collection .facets__footer,.collection [class*=facet][class*=footer],.collection [class*=drawer] [class*=footer]{position:relative!important;bottom:auto!important;margin-top:16px!important;padding:16px 0 24px!important;background:#fff!important;border-top:1px solid rgba(31,41,32,.08)!important;display:flex!important;gap:12px!important;align-items:center!important;justify-content:space-between!important;flex:0 0 auto!important}.collection .mobile-facets__footer a,.collection .mobile-facets__footer button[type=reset],.collection [class*=clear]:not([type=checkbox]):not([class*=checkbox]){color:#1f2920!important;font-weight:700!important;text-decoration:underline!important;font-size:14px!important;padding:14px 0!important;background:transparent!important;border:none!important;cursor:pointer!important;letter-spacing:.04em!important;text-transform:uppercase!important}.collection .mobile-facets__footer button[type=submit],.collection .mobile-facets__footer [class*=apply],.collection .facets__footer button[type=submit]{flex:1!important;max-width:60%!important;height:48px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:13px!important;cursor:pointer!important;box-shadow:0 4px 12px #4a5d3f33!important}.collection [class*=facet] [class*=spacer],.collection .mobile-facets__main>div:not([class]):empty,.collection .mobile-facets__main>div[class=""]:empty,.collection [class*=facet] [aria-hidden=true]:empty{display:none!important;flex:0!important;height:0!important}.collection .mobile-facets__main>*,.collection .facets-wrapper>*{flex-grow:0!important;flex-shrink:0!important}}sticky-filter-modal{background:#faf7f2!important;box-shadow:0 4px 12px #1f292014!important;padding:12px 16px!important}sticky-filter-modal .btn,sticky-filter-modal .btn--secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;height:48px!important;padding:0 22px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:10px!important;font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;box-shadow:0 4px 12px #4a5d3f33!important;transition:background .2s ease!important}sticky-filter-modal .btn:hover,sticky-filter-modal .btn--secondary:hover{background:#fad75a!important}sticky-filter-modal .btn svg,sticky-filter-modal .btn--secondary svg{width:16px!important;height:16px!important;stroke:#fff!important;fill:#fff!important}sticky-filter-modal .btn span,sticky-filter-modal .btn--secondary span{color:#fff!important}@media(max-width:1024px){.mobile-facets,#mobile-facets{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;height:100%!important;max-height:100vh!important;background:#fff!important;overflow:hidden!important;padding:0!important}.mobile-facets__main,.mobile-facets .facets__form,#mobile-facets .facets__form{flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:16px 20px!important;background:#fff!important;min-height:0!important}.mobile-facets__item,.mobile-facets .chm-toggle{border-bottom:1px solid rgba(31,41,32,.08)!important;padding:14px 0!important;margin:0!important}.mobile-facets__item:last-child,.mobile-facets .chm-toggle:last-of-type{border-bottom:none!important}.mobile-facets__item summary,.mobile-facets .chm-toggle__button,.mobile-facets .chm-toggle summary{padding:0!important;margin:0!important;font-size:15px!important;font-weight:700!important;color:#1f2920!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;align-items:center!important;list-style:none!important;text-transform:uppercase!important;letter-spacing:.04em!important}.mobile-facets__footer{flex:0 0 auto!important;display:flex!important;gap:12px!important;justify-content:space-between!important;align-items:center!important;padding:16px 20px!important;background:#fff!important;border-top:1px solid rgba(31,41,32,.1)!important;box-shadow:0 -4px 12px #1f29200d!important;position:relative!important;margin:0!important}.mobile-facets__footer a,.mobile-facets__footer .underlined-link,.mobile-facets__footer [class*=clear]{color:#1f2920!important;font-weight:700!important;font-size:13px!important;text-decoration:underline!important;text-underline-offset:3px!important;letter-spacing:.04em!important;text-transform:uppercase!important;padding:14px 8px!important;background:transparent!important;border:none!important}.mobile-facets__footer .btn,.mobile-facets__footer button[type=submit],.mobile-facets__footer noscript .btn{flex:1!important;max-width:65%!important;height:48px!important;background:#ffe994!important;color:#1f2920!important;border:none!important;border-radius:10px!important;font-weight:700!important;font-size:13px!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;box-shadow:0 4px 12px #4a5d3f33!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.mobile-facets__footer .btn:hover{background:#fad75a!important}.mobile-facets__close{position:absolute!important;top:12px!important;right:12px!important;width:40px!important;height:40px!important;border-radius:50%!important;background:#1f29200f!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10!important;cursor:pointer!important}.mobile-facets__close svg{width:18px!important;height:18px!important;stroke:#1f2920!important}.mobile-facets__header,.mobile-facets__heading{padding:18px 20px!important;border-bottom:1px solid rgba(31,41,32,.08)!important;background:#fff!important;font-size:16px!important;font-weight:700!important;color:#1f2920!important;text-transform:uppercase!important;letter-spacing:.04em!important}body.fixed-position .mobile-facets,body.overflow-hidden-tablet .mobile-facets{background:#fff!important}}@media(min-width:1025px){.facets-wrapper,.facets__form#FacetFiltersForm,toggle-component#FacetsWrapperDesktop{padding-right:24px!important;margin-right:12px!important;border-right:1px solid rgba(31,41,32,.06)!important}#ProductGridContainer{padding-left:16px!important}.chm-toggle{border-bottom:1px solid rgba(31,41,32,.06)!important;padding:16px 0!important}.chm-toggle__button{padding:0!important;cursor:pointer!important;font-size:14px!important;font-weight:700!important;color:#1f2920!important;text-transform:uppercase!important;letter-spacing:.04em!important}.chm-toggle__content{padding-top:12px!important}}.template-index #MainContent .shopify-section,.template-collection #MainContent .shopify-section{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.2,.6,.2,1),transform .7s cubic-bezier(.2,.6,.2,1)}.template-index #MainContent .shopify-section.is-visible,.template-collection #MainContent .shopify-section.is-visible,.template-index #MainContent .shopify-section:first-child{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.template-index #MainContent .shopify-section{opacity:1!important;transform:none!important;transition:none!important}}.template-index #MainContent>.shopify-section{margin:0!important}.template-index #MainContent>.shopify-section+.shopify-section{border-top:1px solid rgba(31,41,32,.04)!important}.shopify-section .hp-homepage-hero h1,.hp-homepage-hero h1{font-family:Inter,sans-serif!important;font-size:clamp(36px,6vw,64px)!important;font-weight:800!important;line-height:1!important;letter-spacing:-.04em!important;color:#1f2920!important}.hp-homepage-hero p{font-size:17px!important;line-height:1.55!important;max-width:480px!important;color:#1f2920b3!important}.hp-homepage-hero .btn,.hp-homepage-hero a[role=button],.hp-homepage-hero a[href][class*=btn]{padding:16px 32px!important;font-size:13px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:999px!important;transition:transform .18s ease,box-shadow .18s ease!important}.hp-homepage-hero .btn:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #4a5d3f33!important}.product-card{border-radius:16px!important;overflow:visible!important;transition:transform .3s cubic-bezier(.2,.6,.2,1)!important}.product-card .product-card__image-holder{border-radius:16px!important;background:#faf7f2!important;position:relative!important;overflow:hidden!important}.product-card:hover{transform:translateY(-6px)!important}.product-card:hover .product-card__image-holder{box-shadow:0 18px 36px -12px #1f29202e!important}.product-card .badge__container .badge{border-radius:999px!important;padding:5px 12px!important;font-size:10px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;box-shadow:0 4px 12px #00000014!important}[id^=featured-collection-] .subheading{font-size:13px!important;font-weight:700!important;letter-spacing:.22em!important;color:#4a5d3f!important;text-transform:uppercase!important;margin-bottom:16px!important}.featured-collection-tabs__item-main{padding:12px 24px!important;font-size:13px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:999px!important;background:#fff!important;border:1.5px solid rgba(31,41,32,.12)!important;color:#1f2920!important;transition:all .2s ease!important}.featured-collection-tabs__item-main:hover{border-color:#ffe994!important;background:#faf7f2!important;transform:translateY(-2px)!important}.featured-collection-tabs__item-main.animation-underline--active,.featured-collection-tabs__item-main[aria-selected=true]{background:#ffe994!important;border-color:#ffe994!important;color:#1f2920!important;box-shadow:0 6px 16px #4a5d3f40!important}section[class*=reviews]{background:#faf7f2!important;padding:80px 24px!important}section[class*=reviews] [class*=review]{background:#fff!important;border-radius:16px!important;padding:28px!important;border:none!important;box-shadow:0 4px 16px #1f29200d!important;transition:transform .25s ease,box-shadow .25s ease!important}section[class*=reviews] [class*=review]:hover{transform:translateY(-4px)!important;box-shadow:0 12px 24px #1f292014!important}.hp-trust-bar{background:#faf7f2!important;padding:28px 16px!important}.hp-trust-bar .hp-trust-bar__item div[style*="border-radius:50%"]:first-child{background:#fff!important;box-shadow:0 4px 12px #0000000a!important}.hp-pal-tile{border-radius:18px!important;transition:transform .3s cubic-bezier(.2,.6,.2,1),box-shadow .3s ease!important}.hp-pal-tile:hover{transform:translateY(-6px)!important;box-shadow:0 18px 36px -12px #1f292040!important}.template-index h2,.template-index .h2{font-family:Inter,sans-serif!important;font-weight:800!important;letter-spacing:-.03em!important;line-height:1.05!important}html{scroll-behavior:smooth}@media(min-width:750px){.hp-trust-bar .hp-trust-bar__grid,.hp-trust-bar__grid{display:flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:center!important;flex-wrap:wrap!important;gap:80px!important;max-width:1280px!important;margin:0 auto!important;width:100%!important;padding:0 24px!important;box-sizing:border-box!important}.hp-trust-bar .hp-trust-bar__item,.hp-trust-bar__item{flex:0 1 auto!important;min-width:0!important;max-width:220px!important;padding:18px 12px!important}.hp-trust-bar__grid:has(.hp-trust-bar__item:nth-child(4)){gap:56px!important}}@media(min-width:1200px){.hp-trust-bar .hp-trust-bar__grid,.hp-trust-bar__grid{gap:120px!important}}.product-card .btn-quickview,.product-card .btn.btn-quickview,.product-card .btn-quickview-color,.product-card .btn-quickview__text,.product-card modal-opener[data-modal*=QuickAdd]:has(.btn-quickview),.product-card [aria-label*="Quick view" i],[class*=card-product] .btn-quickview{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.product-card .product-card__image-holder,.product-card .product-card__image{position:relative}.product-card .product-card__image:after,.product-card .product-card__image-holder:after{content:none!important}.product-card .product-card__image-holder>.pill,.product-card .product-card__image-holder>.preview-overlay,.product-card .product-card__image-holder>[class*=overlay]:not(.badge__container){display:none!important}:root,html,body,.template-product,.template-collection,.template-index{--hp-primary: #1F2920 !important;--hp-primary-dark: #1F2920 !important;--hp-primary-gradient: none !important;--hp-sage: #FFE994 !important;--hp-sage-dark: #FAD75A !important;--color-text-link: #1F2920 !important;--color-save-price: #CBAAFD !important;--color-save-badge: #CBAAFD !important;--colors-accent-1: #FFE994 !important;--color-addtocart: #FFE994 !important;--color-base: #1F2920 !important;--color-button: #FFE994 !important;--color-button-text: #1F2920 !important;--background-button: #FFE994 !important;--color-accent: #FFE994 !important}.hp-header,header.hp-header,section.hp-header,.shopify-section .hp-header{background:#fff4c7!important;background-image:none!important;color:#1f2920!important}.hp-header .hp-header__logo,.hp-header .hp-header__logo-text,.hp-header .hp-header__logo-text span,.hp-header .hp-header__logo *,.hp-header__logo,.hp-header__logo span,.hp-header__logo a,header .logo,header .logo a,.hp-header h1,.hp-header h1 a{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;background:transparent!important;background-clip:unset!important;-webkit-background-clip:unset!important;opacity:1!important;font-weight:800!important}.hp-header .hp-header__logo-text span:last-child,.hp-header__logo span:last-child{color:#c45d3e!important;-webkit-text-fill-color:#C45D3E!important;opacity:1!important}.hp-header .hp-header__nav-item,.hp-header a,.hp-header button{color:#1f2920!important}.hp-header .hp-header__nav-item:hover,.hp-header .hp-header__nav-item.active,.hp-header__icon-btn:hover{background:#1f292014!important}.hp-header .hp-header__icon-btn svg{color:#1f2920!important;stroke:#1f2920!important;fill:none!important}.hp-header__cart-count,.hp-header .cart-count,.hp-header [class*=cart-count],#hp-cart-count,#hp-cart-toggle .hp-header__cart-count,.hp-header__icon-btn .hp-header__cart-count{background:#cbaafd!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.hp-homepage-hero a,.hp-homepage-hero a.btn,.hp-homepage-hero .btn--primary,.hp-homepage-hero a:first-of-type,.hp-homepage-hero a.btn:first-of-type,.hp-homepage-hero a[href*=best],.hp-homepage-hero a[href*=best-sellers],.hp-homepage-hero a[style*="background:#4A5D3F"],.hp-homepage-hero a[style*="background: #4A5D3F"],.hp-hero a[style*="background:#4A5D3F"],.hp-hero .btn--primary{background:#ffe994!important;background-color:#ffe994!important;background-image:none!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;border-color:#ffe994!important}.hp-homepage-hero a.btn--ghost,.hp-homepage-hero a.btn--secondary,.hp-homepage-hero a:nth-of-type(2).btn{background:transparent!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;border:1.5px solid #1F2920!important}.hp-homepage-hero .hero__product-card-dot,.hp-homepage-hero [class*=card-dot],.hero__product-card-dot,.hp-hero__product-card-dot,.hp-homepage-hero [style*="background:#C45D3E"],.hp-homepage-hero [style*="background: #C45D3E"],.hp-homepage-hero [class*=badge][style*="background:#C45D3E"],.hp-homepage-hero__badge,.hero .product-card__dot{background:#cbaafd!important;background-color:#cbaafd!important}a.btn--add-to-cart[style*="background:#4A5D3F"],a.btn--add-to-cart[style*="background: #4A5D3F"],a.quick-add__submit,.product-card a.btn,.product-card a[class*=btn--add],.product-card a.quick-add__submit,.product-card a.btn--add-to-cart{background:#ffe994!important;background-color:#ffe994!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.product-card a.btn:hover,.product-card a.quick-add__submit:hover{background:#fad75a!important}.hp-ld-upsell__add,.hp-ld-upsell__card button,.hp-ld-upsell__card .hp-ld-upsell__add,button.hp-ld-upsell__add,.hp-cart-drawer .hp-ld-upsell__add,.hp-ld-upsell__add[style*="background:#4A5D3F"],.hp-ld-upsell__add[style*="background: #4A5D3F"],[class*=upsell] button[type=button]:not([disabled]){background:#ffe994!important;background-color:#ffe994!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.hp-ld-upsell__add:hover:not(:disabled){background:#fad75a!important}.hp-ld-upsell__add:disabled{background:#b8b8b8!important;color:#fff!important}.hp-ld-upsell__card [style*="color:#C45D3E"],.hp-ld-upsell__card [style*="color: #C45D3E"],.hp-ld-upsell__card .hp-ld-upsell__sale,.hp-ld-upsell__sale,.hp-ld-upsell__price [style*="color:#C45D3E"]{color:#cbaafd!important;-webkit-text-fill-color:#CBAAFD!important}.hp-newsletter,section.hp-newsletter,.hp-newsletter-section,.shopify-section .hp-newsletter,.shopify-section[id*=newsletter],.shopify-section[id*=newsletter] section,[id*=shopify-section-newsletter],[id*=shopify-section-newsletter] section,section[class*=newsletter],[class*=newsletter-section],.hp-newsletter[style*="background:#1F2920"],.hp-newsletter[style*="background:#C45D3E"],.hp-newsletter[style*="background: #C45D3E"],section[style*="background:#C45D3E"],section[style*="background: #C45D3E"],section[style*="background:#E8734F"],section[style*="background:#A84830"],section[style*=background-image][style*=C45D3E],section[style*=background-image][style*=E8734F],section[style*=linear-gradient][style*=C45D3E]{background:#f9e8c7!important;background-color:#f9e8c7!important;background-image:none!important;color:#1f2920!important}.hp-newsletter,.hp-newsletter *,[class*=newsletter],[class*=newsletter] *,.hp-newsletter h1,.hp-newsletter h2,.hp-newsletter h3,.hp-newsletter p,.hp-newsletter a,.hp-newsletter span,.hp-newsletter label,.hp-newsletter div,[id*=newsletter] h1,[id*=newsletter] h2,[id*=newsletter] p,[class*=newsletter] h1,[class*=newsletter] h2,[class*=newsletter] p{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.hp-newsletter input[type=email],[class*=newsletter] input[type=email]{background:#fff!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;border:1px solid rgba(31,41,32,.2)!important}.hp-newsletter input::placeholder,[class*=newsletter] input::placeholder{color:#1f292073!important;-webkit-text-fill-color:rgba(31,41,32,.45)!important}.hp-newsletter button,.hp-newsletter button *,.hp-newsletter button[type=submit],.hp-newsletter .btn,[class*=newsletter] button,[class*=newsletter] button *,[class*=newsletter] button[type=submit]{background:#1f2920!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.hp-newsletter button[type=submit]:hover{background:#4a5d3f!important}.hp-newsletter svg,.hp-newsletter [class*=icon]{color:#1f2920!important;stroke:#1f2920!important;fill:none!important;background:#1f29200f!important}.hp-footer,section.hp-footer,footer.hp-footer,.hp-footer-section,.shopify-section .hp-footer,footer[class*=hp-footer],[class*=hp-footer]{background:#f9e8c7!important;color:#1f2920!important}.hp-footer,.hp-footer *,section.hp-footer,section.hp-footer *,footer.hp-footer,footer.hp-footer *,[class*=hp-footer],[class*=hp-footer] *,.hp-footer h1,.hp-footer h2,.hp-footer h3,.hp-footer h4,.hp-footer h5,.hp-footer h6,.hp-footer p,.hp-footer a,.hp-footer span,.hp-footer li,.hp-footer div,.hp-footer label,.hp-footer small{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;background-clip:unset!important;-webkit-background-clip:unset!important;opacity:1!important}.hp-footer .footer__brand,.hp-footer__logo,.hp-footer .footer__brand *,.hp-footer__logo *,.hp-footer__brand,.hp-footer__brand *,.hp-footer h1,.hp-footer h1 *,.hp-footer h1:first-child,.hp-footer h2:first-child,.hp-footer h2:first-child *,.hp-footer .hp-footer__brand{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important;font-weight:800!important;opacity:1!important}.hp-footer .footer__brand span:last-child,.hp-footer__logo span:last-child,.hp-footer__brand span:last-child,.hp-footer .footer__brand span,.hp-footer__logo span,.hp-footer__brand span{color:#c45d3e!important;-webkit-text-fill-color:#C45D3E!important}.hp-footer svg,.hp-footer [class*=icon] svg,.hp-footer [class*=contact] svg,.hp-footer__contact svg,.hp-footer [class*=social] svg{color:#1f2920!important;stroke:#1f2920!important;fill:none!important}.hp-footer [class*=social] a{background:#1f292014!important}.hp-footer [class*=social] a:hover{background:#1f292026!important}.hp-footer [class*=address],.hp-footer [class*=location],.hp-footer span[style*="color:#C45D3E"],.hp-footer a[style*="color:#C45D3E"]{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.hp-footer [class*=trust],.hp-footer [class*=trust] *,.hp-footer [class*=quality],.hp-footer [class*=secure],.hp-footer [class*=delivery],.hp-footer__trust,.hp-footer__trust *{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;opacity:1!important}.hp-footer [class*=payment],.hp-footer [class*=payment] *,.hp-footer__payments,.hp-footer__payments *{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}body button[name=add],body .btn--add-to-cart,body .quick-add__submit,body .product-form__submit,body .btn.btn--primary,body .btn_zoom,body button.btn,body a.btn--primary,body .hp-cart-drawer__checkout-btn,body .hp-ld-upsell__add,body .hp-product-card__quick-btn,body .hp-product-page__add-btn,body .hp-cart-upsell__add-btn,body .featured-collection-tabs__item-main.animation-underline--active,body .featured-collection-tabs__item-main[aria-selected=true],body sticky-filter-modal .btn,body sticky-filter-modal .btn--secondary,body .mobile-facets__footer .btn,body .mobile-facets__footer button[type=submit]{background:#ffe994!important;background-color:#ffe994!important;color:#1f2920!important;border-color:#ffe994!important}body button[name=add]:hover:not(:disabled),body .btn--add-to-cart:hover:not(:disabled),body .quick-add__submit:hover:not(:disabled),body .btn.btn--primary:hover,body .hp-cart-drawer__checkout-btn:hover,body .hp-ld-upsell__add:hover:not(:disabled),body .featured-collection-tabs__item-main.animation-underline--active:hover{background:#fad75a!important;background-color:#fad75a!important;color:#1f2920!important}body button[name=add] svg,body .btn--add-to-cart svg,body .quick-add__submit svg,body .hp-cart-drawer__checkout-btn svg{fill:#1f2920!important;stroke:#1f2920!important;color:#1f2920!important}body button[name=add]:disabled,body .btn--add-to-cart:disabled,body .quick-add__submit:disabled,body button[aria-disabled=true]{background:#e0e0e0!important;color:#999!important}[style*="background:#C45D3E"],[style*="background: #C45D3E"],[style*="background:#E8734F"],[style*="background: #E8734F"],[style*="background:#A84830"],[style*="background: #A84830"]{background:#f9e8c7!important;background-color:#f9e8c7!important;color:#1f2920!important}[style*="background:#4A5D3F"]:not(.hp-pal-tile):not([class*=pal__bg]):not(.hp-shop-by-pal__circle):not(.hp-cart-drawer__checkout-btn),[style*="background: #4A5D3F"]:not(.hp-pal-tile):not([class*=pal__bg]):not(.hp-shop-by-pal__circle):not(.hp-cart-drawer__checkout-btn),[style*="background:#3a4b31"],[style*="background: #3a4b31"]{background:#ffe994!important;background-color:#ffe994!important;color:#1f2920!important}.hp-footer svg,.hp-footer svg *,.hp-footer svg path,.hp-footer svg circle,.hp-footer svg rect,.hp-footer svg line,.hp-footer svg polyline,.hp-footer [class*=icon] svg,.hp-footer [class*=icon] svg *,.hp-footer [class*=contact] svg,.hp-footer [class*=contact] svg *,.hp-footer [class*=trust] svg,.hp-footer [class*=trust] svg *,.hp-footer [class*=social] svg,.hp-footer [class*=social] svg *,.hp-footer__contact svg,.hp-footer__contact svg *,.hp-footer__trust svg,.hp-footer__trust svg *,footer[class*=hp-footer] svg,footer[class*=hp-footer] svg *,[class*=hp-footer] svg,[class*=hp-footer] svg *{color:#1f2920!important;stroke:#1f2920!important;fill:none!important}.hp-footer [style*="color:#C45D3E"],.hp-footer [style*="color: #C45D3E"],.hp-footer [style*="color:#E8734F"],.hp-footer [style*="color: #E8734F"],.hp-footer [style*="color:#A84830"],.hp-footer [style*="color: #A84830"],.hp-footer [style*="color:rgb(196"],.hp-footer span[style*=color],.hp-footer a[style*=color],[class*=hp-footer] [style*="color:#C45D3E"],[class*=hp-footer] [style*="color: #C45D3E"]{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.hp-footer svg[fill="#C45D3E"],.hp-footer svg[fill="#E8734F"],.hp-footer svg[fill="#A84830"],.hp-footer svg path[fill="#C45D3E"],.hp-footer svg path[fill="#E8734F"],.hp-footer svg path[fill="#A84830"],[class*=hp-footer] svg[fill="#C45D3E"],[class*=hp-footer] svg path[fill="#C45D3E"]{fill:#1f2920!important}.product-card .badge,.product-card .badge--sale,.product-card [class*=badge]:not(.badge--sold_out):not(.badge--featured),.product-card .badge__container .badge:not(.badge--sold_out):not(.badge--featured),.badge:not(.badge--sold_out):not(.badge--featured),.badge--sale,[class*=card-product] .badge:not([class*=sold]):not([class*=featured]),[class*=card] .badge:not([class*=sold]):not([class*=featured]),.template-product .badge:not(.badge--sold_out):not(.badge--featured),[id^=badge__container] .badge:not(.badge--sold_out):not(.badge--featured),.product-card .badge[style*="background:#C45D3E"],.product-card .badge[style*="background: #C45D3E"]{background:#cbaafd!important;background-color:#cbaafd!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;border-color:#cbaafd!important}.product-card .price__sale,.product-card .price .price__sale,.product-card .price__main-color,.product-card .price em,.product-card .price-item--sale,.product-card .price-item--last,.product-card .price [style*="color:#C45D3E"],.product-card .price [style*="color: #C45D3E"],.price__sale,.price .price__sale,[class*=price__sale],[class*=price-item--sale],.template-product .price__sale,.template-product .price__main-color,.template-product .price em,[class*=card] .price__sale,[class*=card] .price-item--sale{color:#cbaafd!important;-webkit-text-fill-color:#CBAAFD!important}.product-card .price s,.product-card .price__compare,.product-card .price-item--compare-at,.product-card del,.product-card s,.product-card .price [style*="color:#C45D3E"]:not(.price__sale),.product-card .price-item--regular[class*=compare],.price s,.price del,.price__compare,.price-item--compare-at,[class*=card] .price s,[class*=card] .price__compare,[class*=card] .price-item--compare-at{color:#1f292066!important;-webkit-text-fill-color:rgba(31,41,32,.4)!important;text-decoration:line-through!important;font-weight:400!important}[style*="color:#C45D3E"],[style*="color: #C45D3E"],[style*="color:#E8734F"],[style*="color: #E8734F"],[style*="color:#A84830"],[style*="color: #A84830"]{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important}.price__sale[style*="color:#C45D3E"],.price__sale[style*="color: #C45D3E"],.price-item--sale[style*="color:#C45D3E"],.price-item--sale[style*="color: #C45D3E"],[class*=price__sale][style*="color:#C45D3E"],[class*=price-item--sale][style*="color:#C45D3E"]{color:#cbaafd!important;-webkit-text-fill-color:#CBAAFD!important}.badge[style*="background:#C45D3E"]:not(.badge--sold_out):not(.badge--featured),.badge[style*="background: #C45D3E"]:not(.badge--sold_out):not(.badge--featured){background:#cbaafd!important;color:#1f2920!important}.hp-homepage-hero a,.hp-homepage-hero a.btn,.hp-homepage-hero a.btn--primary,.hp-homepage-hero .btn--primary,.hp-homepage-hero a:first-of-type,.hp-homepage-hero a.btn:first-of-type,.hp-homepage-hero a[href*=best],.hp-homepage-hero a[href*=best-sellers],.hp-homepage-hero a[style*="background:#2D6A4F"],.hp-homepage-hero a[style*="background: #2D6A4F"],.hp-homepage-hero a[style*="background:#4A5D3F"],.hp-homepage-hero a[style*="background: #4A5D3F"],.hp-homepage-hero a[style*="background:#1B4332"],.hp-homepage-hero a[style*="background: #1B4332"],.hp-homepage-hero a[style*="background:#2D3A26"],.hp-homepage-hero a[style*="background: #2D3A26"],.hp-hero a.btn--primary,.hp-hero a[href*=best]{background:#ffe994!important;background-color:#ffe994!important;background-image:none!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;border:none!important;border-color:#ffe994!important}.hp-homepage-hero a:hover,.hp-homepage-hero a.btn--primary:hover{background:#fad75a!important;color:#1f2920!important}.hp-homepage-hero a.btn--ghost,.hp-homepage-hero a.btn--secondary,.hp-homepage-hero a:nth-of-type(2),.hp-homepage-hero a:nth-of-type(2).btn{background:transparent!important;color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;border:1.5px solid #1F2920!important}.chm-reviews:after,.chm-reviews__rating,.chm-reviews [class*=star],section[class*=reviews] .chm-reviews:after,section[class*=reviews] [class*=star],[class*=review]:after,[class*=review] [class*=star],[class*=review] .stars{color:#ffe994!important;-webkit-text-fill-color:#FFE994!important}.chm-reviews__author,.chm-reviews [class*=author],section[class*=reviews] [class*=author],[class*=review] [class*=author],[class*=review] .name,[class*=review] cite{color:#1f2920!important;-webkit-text-fill-color:#1F2920!important;font-weight:700!important}a[style*="background:#2D6A4F"]:not(.hp-pal-tile):not([class*=pal__bg]),a[style*="background: #2D6A4F"]:not(.hp-pal-tile):not([class*=pal__bg]),button[style*="background:#2D6A4F"],button[style*="background: #2D6A4F"],[style*="background:#1B4332"]:not(.hp-pal-tile),[style*="background: #1B4332"]:not(.hp-pal-tile){background:#ffe994!important;background-color:#ffe994!important;color:#1f2920!important}
/*# sourceMappingURL=/cdn/shop/t/34/assets/homepal-playone.css.map */
