.custom-hero__title,.custom-brand__title,.custom-products__card-title,.custom-brand__tagline,.custom-hero__tagline{font-family:Poppins,sans-serif}.custom-header__back,.custom-hero__cta,.custom-brand__text,.custom-products__filter,.custom-footer__link,.custom-footer__copyright{font-family:Lora,serif}.custom-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;border-bottom:1px solid transparent;transition:background-color .3s ease,border-color .3s ease}.custom-header.is-scrolled{background-color:#f5f4f0;border-bottom-color:#00000014}.custom-header__container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:38px 24px}.custom-header__back{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.02em;text-shadow:0 1px 3px rgba(0,0,0,.5);transition:color .3s ease,opacity .2s ease,text-shadow .3s ease}.custom-header__back svg{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));transition:filter .3s ease}.custom-header.is-scrolled .custom-header__back{color:#8d734a;text-shadow:none}.custom-header.is-scrolled .custom-header__back svg{filter:none}.custom-header__back:hover{opacity:.7}.custom-header__logo{position:absolute;left:50%;transform:translate(-50%);transition:opacity .2s ease}.custom-header__logo:hover{opacity:.7}.custom-header__logo img{display:block;height:78px;width:auto}.custom-header__cart{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));transition:color .3s ease,opacity .2s ease,filter .3s ease}.custom-header.is-scrolled .custom-header__cart{color:#8d734a;filter:none}.custom-header__cart:hover{opacity:.7}.custom-header__cart-count{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 5px;background-color:#8d734a;color:#f5f4f0;font-size:11px;font-weight:600;line-height:18px;text-align:center;border-radius:9px}.custom-hero{position:relative;height:60vh;min-height:400px;max-height:700px;overflow:hidden;display:flex;align-items:flex-end}.custom-hero__image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.custom-hero__image{width:100%;height:120%;object-fit:cover;object-position:center;will-change:transform}.custom-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,#00000080,#0003 40%,#0000001a);z-index:2}.custom-hero__content{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px 60px}.custom-hero__tagline{display:none;font-size:14px;font-weight:400;color:#ffffffd9;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}.custom-hero__title{font-size:clamp(24px,4vw,42px);font-weight:600;color:#fff;letter-spacing:.02em;margin-bottom:24px;max-width:500px}.custom-hero__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border:1.5px solid #FFFFFF;background-color:transparent;color:#fff;font-family:var(--font-body-family);font-size:14px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background-color .3s ease,color .3s ease}.custom-hero__cta:hover{background-color:#fff;color:#8d734a}.custom-hero__cta svg{transition:transform .3s ease}.custom-hero__cta:hover svg{transform:translateY(3px)}.custom-brand{padding:100px 24px;background-color:#f5f4f0}.custom-brand__container{max-width:720px;margin:0 auto;text-align:center}.custom-brand__tagline{font-size:16px;font-weight:500;color:#8d734a;letter-spacing:.2em;text-transform:uppercase;margin-bottom:24px}.custom-brand__title{font-size:clamp(24px,4vw,36px);font-weight:600;color:#1e3a5f;letter-spacing:.02em;margin-bottom:28px;line-height:1.3}.custom-brand__text{font-size:16px;font-weight:400;color:#4a4a4a;line-height:1.75;margin-bottom:48px}.custom-brand__icon{display:flex;justify-content:center;width:100%;margin-top:40px;opacity:.85}.custom-brand__icon img{display:block;width:250px;height:auto;object-fit:contain}.custom-products{padding:0 0 80px;background-color:#f5f4f0}.custom-products__filters-wrapper{position:sticky;top:65px;z-index:100;background-color:#f5f4f0;padding:24px 0;border-bottom:1px solid rgba(0,0,0,.06)}.custom-products__filters{display:flex;justify-content:center;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:0 24px;flex-wrap:wrap}.custom-products__filter{padding:10px 24px;border:1.5px solid #8D734A;background-color:transparent;color:#8d734a;font-family:var(--font-body-family);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease,color .25s ease}.custom-products__filter:hover{background-color:#8d734a1a}.custom-products__filter.is-active{background-color:#8d734a;color:#f5f4f0}.custom-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:40px 24px 0}.custom-products__card{opacity:1;transform:scale(1);transition:opacity .3s ease,transform .3s ease}.custom-products__card.is-hidden{opacity:0;transform:scale(.95);pointer-events:none;position:absolute;visibility:hidden}.custom-products__card-link{display:block;text-decoration:none;color:inherit}.custom-products__card-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:#e8e8e4}.custom-products__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.custom-products__card-link:hover .custom-products__card-image img{transform:scale(1.05)}.custom-products__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 16px;background:linear-gradient(to top,#000000b3,#0006,#0000);opacity:0;transition:opacity .3s ease}.custom-products__card-link:hover .custom-products__card-overlay{opacity:1}.custom-products__card-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.custom-products__card-colors{display:flex;gap:6px;margin-top:8px}.custom-products__card-color{width:14px;height:14px;border-radius:50%;flex-shrink:0}.custom-footer{padding:60px 24px 40px;background-color:#f5f4f0;border-top:1px solid rgba(0,0,0,.08);text-align:center}.custom-footer__container{max-width:1200px;margin:0 auto}.custom-footer__icon{display:flex;justify-content:center;width:100%;margin-bottom:32px}.custom-footer__icon img{width:50px;height:50px;object-fit:contain}.custom-footer__nav{display:flex;justify-content:center;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.custom-footer__link{color:#4a4a4a;text-decoration:none;font-size:13px;font-weight:400;letter-spacing:.02em;transition:color .2s ease}.custom-footer__link:hover{color:#8d734a}.custom-footer__copyright{color:#888;font-size:12px;letter-spacing:.02em}.custom-product{padding:140px 24px 80px;background:#fff}.custom-product__gallery{max-width:550px;margin:0 auto}.custom-product__carousel{position:relative;overflow:hidden}.custom-product__carousel-track{display:flex;transition:transform .4s ease}.custom-product__slide{flex:0 0 100%;aspect-ratio:1/1}.custom-product__slide img{width:100%;height:100%;object-fit:cover}.custom-product__placeholder{width:100%;height:100%;background:#f0f0f0}.custom-product__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .3s;z-index:2;display:flex;align-items:center;justify-content:center}.custom-product__carousel:hover .custom-product__arrow{opacity:1}.custom-product__arrow--prev{left:12px}.custom-product__arrow--next{right:12px}.custom-product__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.custom-product__dot{width:8px;height:8px;border-radius:50%;border:none;background:#d0d0d0;cursor:pointer;padding:0;transition:background .3s,transform .3s}.custom-product__dot.is-active{background:#8d734a;transform:scale(1.25)}.custom-product__info{max-width:480px;margin:50px auto 0;text-align:center}.custom-product__vendor{font-family:Poppins,sans-serif;font-size:11px;color:#8d734a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.custom-product__title{font-family:Poppins,sans-serif;font-size:26px;font-weight:600;color:#1a1a1a;margin-bottom:14px}.custom-product__price{font-family:Poppins,sans-serif;font-size:17px;color:#1a1a1a;margin-bottom:28px}.custom-product__variants{margin-bottom:20px}.custom-product__variant-group{margin-bottom:14px}.custom-product__variant-label{display:block;font-family:Poppins,sans-serif;font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.custom-product__variant-buttons{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.custom-product__variant-btn{padding:9px 18px;border:1px solid #d0d0d0;background:transparent;font-family:Poppins,sans-serif;font-size:12px;cursor:pointer;transition:all .25s}.custom-product__variant-btn:hover{border-color:#8d734a}.custom-product__variant-btn.is-selected{background:#8d734a;border-color:#8d734a;color:#fff}.custom-product__add-btn{width:100%;max-width:300px;padding:15px;background:#8d734a;border:none;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .3s}.custom-product__add-btn:hover{background:#7a6340}.custom-product__add-btn:disabled{background:#ccc;cursor:not-allowed}.custom-product__separator{width:50px;height:1px;background:#e0e0e0;margin:40px auto}.custom-product__accordions{text-align:left;max-width:380px;margin:0 auto}.custom-product__accordion{border-bottom:1px solid #e8e8e8}.custom-product__accordion:first-child{border-top:1px solid #e8e8e8}.custom-product__accordion summary{padding:16px 0;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:#1a1a1a;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.custom-product__accordion summary:after{content:"+";font-size:18px;color:#999}.custom-product__accordion[open] summary:after{content:"\2212"}.custom-product__accordion-content{padding:0 0 16px;font-family:Lora,serif;font-size:14px;color:#4a4a4a;line-height:1.7}.custom-product .shopify-payment-button{max-width:300px;margin:12px auto 0}.custom-product .shopify-payment-button__button{min-height:48px;border-radius:0!important}.custom-product .shopify-payment-button__button--unbranded{background-color:#8d734a!important}.custom-product .shopify-payment-button__button--unbranded:hover{background-color:#7a6340!important}@media screen and (max-width:989px){.custom-products__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (max-width:749px){.custom-header__container{padding:12px 16px}.custom-header__back span{display:none}.custom-header__logo img{height:50px}.custom-hero{height:50vh;min-height:350px}.custom-hero__content{padding:24px 16px 40px}.custom-hero__tagline{font-size:12px}.custom-hero__cta{padding:12px 24px;font-size:13px}.custom-brand{padding:60px 20px}.custom-brand__tagline{font-size:12px;margin-bottom:20px}.custom-brand__text{font-size:15px;margin-bottom:36px}.custom-brand__icon{display:flex;justify-content:center;width:100%}.custom-brand__icon img{width:150px;height:auto}.custom-products__filters-wrapper{top:53px;padding:16px 0}.custom-products__filters{gap:8px;padding:0 16px}.custom-products__filter{padding:8px 16px;font-size:12px}.custom-products__grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:24px 16px 0}.custom-products__card-overlay{opacity:1;padding:40px 12px 12px}.custom-products__card-title{font-size:13px}.custom-footer{padding:48px 20px 32px}.custom-footer__nav{gap:16px}.custom-footer__link{font-size:12px}.custom-footer__copyright{font-size:11px}.custom-product{padding:100px 16px 60px}.custom-product__arrow{opacity:1;width:38px;height:38px}.custom-product__title{font-size:22px}.custom-product__info{margin-top:36px}}.cart{padding-top:140px}.cart__empty-text,h1.cart__empty-text,.title--primary{font-family:Poppins,sans-serif;color:#1a1a1a}.cart .shopify-payment-button__button,.cart .shopify-payment-button__button--branded{background-color:#8d734a!important;border:none!important}.cart .shopify-payment-button__button:hover{background-color:#7a6340!important}.cart__continue a,a[href="/collections/all"]{color:#8d734a}.cart__continue a:hover{color:#7a6340}.cart .quantity__button{border-color:#8d734a!important}.cart .price,.cart .cart-item__price,.cart .cart-item__name{font-family:Poppins,sans-serif;color:#1a1a1a}.cart,main#MainContent:has(.cart){background-color:#f5f4f0}.section-cart-main,.shopify-section--template-cart-main{padding-top:60px}.cart__empty-text,.title.title--primary{display:none!important}.cart{padding-top:160px!important}.cart .title--primary{display:none!important}.cart__ctas button,.cart__checkout-button,button[name=checkout],.cart__ctas .button{background-color:#8d734a!important;color:#fff!important;border:none!important;font-family:Poppins,sans-serif!important;font-weight:500!important;letter-spacing:.05em!important;text-transform:uppercase!important}.cart__ctas button:hover,.cart__checkout-button:hover,button[name=checkout]:hover{background-color:#7a6340!important}.cart .shopify-payment-button__button,.cart .shopify-payment-button__button--branded{background-color:#1a1a1a!important;border:none!important}.cart a[href="/collections/all"],.underlined-link{color:#8d734a!important}body.template-cart,.template-cart main#MainContent{background-color:#f5f4f0!important}.cart-item__name{font-family:Poppins,sans-serif;color:#1a1a1a}.cart-item__price,.cart-item__discounted-prices{font-family:Poppins,sans-serif}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-shop.css.map */
