:root{--orange-primary: #C8853A;--orange-dark: #a8692d;--orange-light: #E8A855;--orange-pale: #F9EDD8;--orange-lightest: #FAF6F0;--dark-text: #1E1410;--grey-text: #5C4A38;--background: #FAF6F0;--white: #ffffff;--footer-bg: #1E1410;--border: #E8DDD0;--font-display: "DM Serif Display", Georgia, serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--touch-min: 44px;--cream: #FAF6F0;--cream-dark: #F2EBE0;--amber: #C8853A;--charcoal: #1E1410}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{background-color:var(--background);color:var(--dark-text);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.2}.h1{font-size:clamp(1.75rem,5vw,3.5rem);line-height:1.1}.h2{font-size:clamp(1.25rem,3vw,2rem)}.h3{font-size:clamp(1rem,2.5vw,1.5rem)}.h4{font-size:1.125rem;font-weight:600}.container{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem);width:100%}.text-center{text-align:center}.text-primary{color:var(--orange-primary)}.text-white{color:var(--white)}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-20{margin-top:5rem}.block{display:block}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.section-padding{padding:clamp(1.5rem,4vw,3rem) 0}.flex-justify-between{display:flex;justify-content:space-between;align-items:center}.flex-row{display:flex;gap:1rem;flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,4rem)}@media(max-width:768px){.grid-2{grid-template-columns:1fr}}.button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-min);padding:.75rem 1.75rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:999px;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap}.button.primary{background:var(--orange-primary);color:#fff}.button.primary:hover,.button.primary:focus{background:var(--orange-dark);transform:translateY(-1px)}.button.primary:active{transform:translateY(0)}.button.secondary{background:transparent;color:var(--dark-text);border:1px solid var(--border)}.button.secondary:hover,.button.secondary:focus{border-color:var(--orange-primary);color:var(--orange-primary)}.hm-ripple-host{position:relative;overflow:hidden}.hm-ripple-span{position:absolute;border-radius:50%;background:currentColor;opacity:.35;transform:scale(0);animation:hmRippleGrow .6s ease-out;pointer-events:none}@keyframes hmRippleGrow{to{transform:scale(3);opacity:0}}.w-full{width:100%}.product-card{position:relative;background:var(--white);border-radius:1.25rem;padding:clamp(.75rem,2vw,1rem);transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;border:1px solid rgba(200,133,58,.06);text-decoration:none;color:inherit;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}@media(hover:none){.product-card:hover{transform:none;box-shadow:none}}.product-image-wrap{aspect-ratio:1;background:var(--orange-lightest);border-radius:1rem;display:flex;justify-content:center;align-items:center;margin-bottom:1rem;overflow:hidden}.product-card img{width:80%;height:80%;object-fit:contain;transition:transform .4s ease}@media(hover:hover){.product-card:hover img{transform:scale(1.08)}}.product-info{padding:0 .25rem;flex:1}.product-tag{font-size:.7rem;color:var(--orange-primary);background:var(--orange-pale);padding:2px 8px;border-radius:4px;margin-bottom:.4rem;display:inline-block}.product-card .title{font-family:var(--font-display);font-size:clamp(.95rem,2vw,1.15rem);margin-bottom:.4rem;color:var(--dark-text);font-weight:600;line-height:1.3}.product-card .price-row{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem;flex-wrap:wrap;gap:.25rem}.product-card .price{color:var(--dark-text);font-weight:700;font-size:1rem}.shop-now-btn{font-size:.8rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;color:var(--orange-primary);display:inline-flex;align-items:center;min-height:32px}.gradient-hero{background:radial-gradient(ellipse at 30% 50%,rgba(249,183,141,.35) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(200,133,58,.12) 0%,transparent 40%),linear-gradient(180deg,#faf6f0,#f5ede0);min-height:100vh}@media(prefers-reduced-motion:no-preference){@keyframes glow-breathe{0%,to{filter:drop-shadow(0 0 30px rgba(200,133,58,.4)) drop-shadow(0 0 60px rgba(200,133,58,.2))}50%{filter:drop-shadow(0 0 50px rgba(200,133,58,.6)) drop-shadow(0 0 100px rgba(200,133,58,.3))}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.animate-glow-breathe{animation:glow-breathe 4s ease-in-out infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 6s ease-in-out infinite;animation-delay:-3s}.animate-glow{animation:glow-breathe 4s ease-in-out infinite}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,45vw),1fr));gap:clamp(.75rem,2vw,2rem);padding:clamp(1.5rem,4vw,3rem) 0}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:2px solid var(--orange-primary);outline-offset:3px;border-radius:3px}@media(max-width:768px){.section-padding{padding:clamp(1.25rem,3vw,2rem) 0}.button{max-width:100%}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.jdgm-write-review-modal__overlay{background:#1e141026!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.jdgm-write-review-modal__container,.jdgm-write-review-modal__content{background:#faf6f0!important;border-radius:16px!important;font-family:DM Sans,sans-serif!important}.jdgm-write-review-modal__page-header h1,.jdgm-write-review-modal__page-header h2,.jdgm-write-review-modal__page-header h3,.jdgm-write-review-modal__section h1,.jdgm-write-review-modal__section h2,.jdgm-write-review-modal__section h3{font-family:"DM Serif Display",serif!important;color:#1e1410!important}.jdgm-write-review-modal__page-header p,.jdgm-write-review-modal__section p{font-family:DM Sans,sans-serif!important;color:#5c4a38!important}.jdgm-write-review-modal .jdgm-star{color:#c8853a!important}.jdgm-write-review-modal__close-btn{color:#1e1410!important}.jdgm-write-review-modal__form button,.jdgm-write-review-modal__page button,.jdgm-write-review-modal__section button{background:#c8853a!important;color:#fff!important;border:none!important;border-radius:30px!important;font-family:DM Sans,sans-serif!important;font-weight:600!important;letter-spacing:.04em!important;text-transform:uppercase!important}.jdgm-write-review-modal__form button:hover,.jdgm-write-review-modal__page button:hover,.jdgm-write-review-modal__section button:hover{background:#1e1410!important}.jdgm-write-review-modal input,.jdgm-write-review-modal textarea{border:1px solid #E8DDD0!important;border-radius:6px!important;background:#fff!important;font-family:DM Sans,sans-serif!important}.jdgm-write-review-modal__container,.jdgm-write-review-modal__content{box-shadow:0 24px 60px #1e141038!important;border:1px solid #E8DDD0!important;padding:12px!important}.jdgm-write-review-modal__page-header h1,.jdgm-write-review-modal__page-header h2,.jdgm-write-review-modal__page-header h3{font-size:28px!important;letter-spacing:-.01em!important;margin-bottom:8px!important}.jdgm-write-review-modal__page-header p{font-size:14px!important;opacity:.85!important}.jdgm-write-review-modal__page-header{position:relative!important;padding-bottom:20px!important}.jdgm-write-review-modal__page-header:after{content:""!important;display:block!important;width:48px!important;height:3px!important;background:#c8853a!important;border-radius:2px!important;margin:16px auto 0!important}.jdgm-write-review-modal img{border-radius:14px!important;box-shadow:0 8px 24px #1e14101f!important}.jdgm-write-review-modal__page p,.jdgm-write-review-modal__section p{font-weight:600!important}.ab-img-col img,.ab-member-photo img,.hm-story-img-1 img,.hm-story-img-2 img,.hm-story-img-3 img,.hg-hero-visual img,.hg-mosaic-a img,.hg-mosaic-b img,.hg-mosaic-c img,.hg-prod-img img,.hc-card-img,.hsl-carousel-slide img,.hsl-full-bleed-img,#hslMainImage,.rp-img-wrap img,.blog-featured-img img,.blog-card-img img,.article-hero img,.hsr-card-img img,.hsr-blog-img img{box-shadow:0 10px 24px #1e14101f,0 2px 8px #1e141012;transition:transform .3s ease,box-shadow .3s ease}.ab-img-col img:hover,.ab-member-photo img:hover,.hm-story-img-1 img:hover,.hm-story-img-2 img:hover,.hm-story-img-3 img:hover,.hg-hero-visual img:hover,.hg-mosaic-a img:hover,.hg-mosaic-b img:hover,.hg-mosaic-c img:hover,.hg-prod-img img:hover,.hc-card-img:hover,.hsl-carousel-slide img:hover,.hsl-full-bleed-img:hover,#hslMainImage:hover,.rp-img-wrap img:hover,.blog-featured-img img:hover,.blog-card-img img:hover,.article-hero img:hover,.hsr-card-img img:hover,.hsr-blog-img img:hover{transform:translateY(-6px);box-shadow:0 20px 36px #1e14102e,0 6px 14px #1e14101a}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
