:root{--dw-container-max: 1400px;--dw-space-xs: .5rem;--dw-space-sm: 1rem;--dw-space-md: 1.5rem;--dw-space-lg: 2rem;--dw-space-xl: 3rem;--dw-radius: 8px;--dw-font-body: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--dw-color-text: #1a1a1a;--dw-color-text-muted: #666;--dw-color-bg: #fff;--dw-color-accent: #111;--dw-color-accent-contrast: #fff;--dw-break-sm: 576px;--dw-break-md: 768px;--dw-break-lg: 992px;--dw-break-xl: 1200px}.dw-container{width:100%;max-width:var(--dw-container-max);margin-left:auto;margin-right:auto;padding-left:var(--dw-space-md);padding-right:var(--dw-space-md)}.dw-grid{display:grid;gap:var(--dw-space-md)}.dw-grid--2{grid-template-columns:1fr}@media(min-width:768px){.dw-grid--2{grid-template-columns:repeat(2,1fr)}}.dw-grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:576px){.dw-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.dw-grid--4{grid-template-columns:repeat(4,1fr)}}.dw-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:var(--dw-font-body);font-size:1rem;font-weight:600;line-height:1.25;text-decoration:none;border:2px solid transparent;border-radius:var(--dw-radius);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.dw-btn--primary{background:var(--dw-color-accent);color:var(--dw-color-accent-contrast)}.dw-btn--primary:hover{filter:brightness(1.1)}.dw-btn--outline{background:transparent;color:var(--dw-color-accent);border-color:currentColor}.dw-btn--outline:hover{background:var(--dw-color-accent);color:var(--dw-color-accent-contrast)}.dw-btn--full{width:100%}.dw-header{position:relative;z-index:100;background:var(--dw-color-bg);border-bottom:1px solid rgba(0,0,0,.06)}.dw-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:var(--dw-space-md)}.dw-header__logo img{max-height:40px;width:auto;height:auto;display:block}.dw-header__nav{display:none}@media(min-width:992px){.dw-header__nav{display:block;flex:1;display:flex;justify-content:center}.dw-header__nav-list{display:flex;gap:var(--dw-space-lg);list-style:none;margin:0;padding:0}.dw-header__nav-list a{color:var(--dw-color-text);text-decoration:none;font-weight:500}.dw-header__nav-list a:hover{text-decoration:underline}}.dw-header__actions{display:flex;align-items:center;gap:var(--dw-space-sm)}.dw-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--dw-color-text)}.dw-header__icon-btn svg{width:22px;height:22px}.dw-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;line-height:18px;text-align:center;background:var(--dw-color-accent);color:var(--dw-color-accent-contrast);border-radius:9px}.dw-header__cart-link{position:relative}.dw-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.dw-header__drawer.is-open{pointer-events:auto;visibility:visible}.dw-header__drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s}.dw-header__drawer.is-open .dw-header__drawer-backdrop{opacity:1}.dw-header__drawer-panel{position:absolute;top:0;right:0;width:min(320px,90vw);height:100%;background:var(--dw-color-bg);transform:translate(100%);transition:transform .25s ease;padding:var(--dw-space-lg);overflow-y:auto}.dw-header__drawer.is-open .dw-header__drawer-panel{transform:translate(0)}.dw-header__drawer-nav ul{list-style:none;margin:0;padding:0}.dw-header__drawer-nav a{display:block;padding:var(--dw-space-sm) 0;color:var(--dw-color-text);text-decoration:none;font-weight:500;border-bottom:1px solid rgba(0,0,0,.06)}.dw-hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-size:cover;background-position:center;width:100%;min-height:650px!important}.dw-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.dw-hero__content{position:relative;z-index:1;padding:var(--dw-space-xl) var(--dw-space-md);max-width:720px}.dw-hero__heading{margin:0 0 var(--dw-space-sm);font-size:clamp(1.75rem,5vw,3rem);font-weight:800;line-height:1.15}.dw-hero__sub{margin:0 0 var(--dw-space-lg);font-size:1.125rem;opacity:.95}.dw-category-card{display:block;text-decoration:none;color:inherit;border-radius:var(--dw-radius);overflow:hidden;background:#f5f5f5;transition:transform .2s,box-shadow .2s}.dw-category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.dw-category-card__media{aspect-ratio:1;overflow:hidden}.dw-category-card__media img{width:100%;height:100%;object-fit:cover}.dw-category-card__title{padding:var(--dw-space-sm);font-weight:600;text-align:center}.dw-product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--dw-radius);overflow:hidden;background:var(--dw-color-bg);border:1px solid rgba(0,0,0,.06)}.dw-product-card__media{aspect-ratio:1;overflow:hidden;background:#f0f0f0}.dw-product-card__media img{width:100%;height:100%;object-fit:cover}.dw-product-card__body{padding:var(--dw-space-sm);display:flex;flex-direction:column;gap:var(--dw-space-xs);flex:1}.dw-product-card__title{margin:0;font-size:1rem;font-weight:600}.dw-product-card__title a{color:inherit;text-decoration:none}.dw-product-card__title a:hover{text-decoration:underline}.dw-product-card__price{font-weight:600;color:var(--dw-color-text)}.dw-promo{display:grid;gap:var(--dw-space-lg);align-items:center}@media(min-width:768px){.dw-promo{grid-template-columns:1fr 1fr}}.dw-promo__media img{width:100%;height:auto;border-radius:var(--dw-radius);display:block}.dw-testimonials{position:relative;overflow:hidden}.dw-testimonials__track{display:flex;transition:transform .4s ease}.dw-testimonial{flex:0 0 100%;padding:var(--dw-space-md);box-sizing:border-box}.dw-testimonial__inner{max-width:640px;margin:0 auto;text-align:center}.dw-testimonial__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;margin:0 auto var(--dw-space-sm)}.dw-testimonial__name{font-weight:700;margin-bottom:var(--dw-space-xs)}.dw-testimonials__dots{display:flex;justify-content:center;gap:8px;margin-top:var(--dw-space-md)}.dw-testimonials__dot{width:10px;height:10px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0}.dw-testimonials__dot.is-active{background:var(--dw-color-accent)}.dw-footer{background:#f8f6f3;color:#3d2e28;font-family:var(--dw-font-body)}.dw-footer__top{padding:var(--dw-space-lg) 0}.dw-footer__top-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--dw-space-md)}.dw-footer__brand{flex-shrink:0}.dw-footer__handle{font-size:1.25rem;font-weight:700;letter-spacing:.02em;color:#3d2e28}.dw-footer__social-circles{display:flex;align-items:center;gap:.75rem;list-style:none;margin:0;padding:0}.dw-footer__social-circle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#3d2e28;color:#fff;transition:opacity .2s,transform .2s}.dw-footer__social-circle:hover{opacity:.9;transform:scale(1.05)}.dw-footer__social-circle svg{width:20px;height:20px}.dw-footer__dotted-line{height:0;border-top:2px dotted rgba(61,46,40,.25);margin:0 var(--dw-space-md)}.dw-footer__nav{padding:var(--dw-space-xl) 0}.dw-footer__columns{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--dw-space-xl) var(--dw-space-lg)}@media(min-width:576px){.dw-footer__columns{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.dw-footer__columns{grid-template-columns:repeat(6,1fr)}}.dw-footer__col-heading{margin:0 0 var(--dw-space-sm);font-size:1rem;font-weight:700;color:#3d2e28;text-transform:none}.dw-footer__list{list-style:none;margin:0;padding:0}.dw-footer__list-item{margin-bottom:.5rem}.dw-footer__list a{color:#3d2e28;text-decoration:none;font-size:.9375rem}.dw-footer__list a:hover{text-decoration:underline}.dw-footer__bottom-wrap{position:relative;padding:var(--dw-space-xl) 0 var(--dw-space-lg);border-top:1px solid rgba(61,46,40,.1)}.dw-footer__bottom-inner{position:relative;z-index:1}.dw-footer__bottom-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--dw-space-md);margin-bottom:var(--dw-space-md)}.dw-footer__policy-links ul{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .25rem;list-style:none;margin:0;padding:0;font-size:.875rem}.dw-footer__policy-links a{color:#3d2e28;text-decoration:none}.dw-footer__policy-links a:hover{text-decoration:underline}.dw-footer__pipe{color:#3d2e2880;-webkit-user-select:none;user-select:none}.dw-footer__payment-wrap{flex-shrink:0;min-height:28px}.dw-footer__payment-icons{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;list-style:none;margin:0;padding:0}.dw-footer__payment-item{display:flex;align-items:center;line-height:0}.dw-footer__payment-item img,.dw-footer__payment-item svg,.dw-footer__payment-svg,.dw-footer__payment-img{display:block;height:24px;width:auto;max-width:48px;object-fit:contain}.dw-footer__payment-svg.icon{height:24px;width:auto}.dw-footer__policy-area{display:flex;align-items:center;gap:1.5rem}.dw-footer__bottom-logo img{max-height:40px;width:auto;display:block}.dw-footer__copyright-area{display:flex;flex-direction:column;gap:.75rem}.dw-footer__copyright-logo img{max-height:30px;width:auto;display:block}.dw-footer__bottom-bar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--dw-space-md);margin-top:var(--dw-space-lg);padding-top:var(--dw-space-md);border-top:1px solid rgba(61,46,40,.08)}.dw-footer__copyright{margin:0;font-size:.8125rem;color:#3d2e28bf}.dw-footer__copyright a{color:inherit}#insta-feed{max-width:1400px;width:100%;margin-left:auto!important;margin-right:auto!important;overflow:visible;box-sizing:border-box}@media(max-width:1960px){#insta-feed{max-width:1640px;margin:0;margin-left:auto!important;margin-right:0!important;overflow:visible;box-sizing:border-box}}@media(max-width:1660px){#insta-feed{max-width:1440px;margin:0;margin-left:auto!important;margin-right:0!important;overflow:visible;box-sizing:border-box}}#insta-feed h2{font-family:-apple-system,sofia-pro-variable,sans-serif;font-style:normal!important;font-weight:var(--dw-faq-title-wght);font-variation-settings:"wght" var(--dw-faq-title-wght);font-synthesis:none;line-height:1.3;color:#4b1c16;font-size:32px!important;font-weight:461!important;color:#3e0b07;margin:0}.instafeed-bottom-link-wrapper{display:flex;justify-content:flex-start;width:100%;position:absolute;top:0;max-width:1400px}.instafeed-bottom-link-wrapper a{letter-spacing:.5px;display:inline-flex;background-color:#3e0b07;color:#fff!important;padding:10px 60px!important;border-radius:4px;font-size:24px;font-weight:400;text-decoration:none;transition:opacity .3s ease;margin-top:0!important}@media(max-width:1960px){.instafeed-bottom-link-wrapper{max-width:1660px;padding:0}}@media(max-width:1660px){.instafeed-bottom-link-wrapper{max-width:1440px}}@media(max-width:1024px){#insta-feed h2{margin-top:12px;font-size:24px!important;padding:0 15px}.instafeed-bottom-link-wrapper{width:100%;padding:0 15px}}.jss18{padding-top:50px!important}#wishlist-hero-shared-list-view{max-width:1440px;margin:0;margin-left:auto!important;margin-right:auto!important;overflow:visible;box-sizing:border-box;padding-left:0!important;padding-right:0!important}.site-header__icon.wishlist-hero-header-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;position:relative!important;vertical-align:middle!important;margin:0!important}.wishlist-hero-header-icon svg.wlh-svg-Icon{width:30px!important;height:30px!important;padding:0!important;margin:0!important;display:block!important;color:#fff}.dw-header-main.is-sticky .wishlist-hero-header-icon svg.wlh-svg-Icon{color:#151515}.wishlist-hero-header-icon .wishlist-hero-items-count{display:flex!important;position:absolute!important;top:-15px!important;right:-5px!important;background-color:#3e0b07!important;color:#fff!important;width:17px!important;height:17px!important;border-radius:50%!important;font-size:10px!important;font-weight:500!important;justify-content:center!important;align-items:center!important;line-height:1!important;z-index:2!important;padding:0!important;margin:0!important;border:none!important}.wishlist-hero-page-header,.wishlist-hero-page-actions-bar,#wishlisthero-product-page-button-container{display:none!important}.wishlist-hero-custom-button.wishlisthero-floating button{width:30px!important;height:30px!important}@media(max-width:768px){.wishlist-hero-header-icon svg.wlh-svg-Icon{width:20px!important;height:20px!important;margin:0 3px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.instafeed-bottom-link-wrapper a{padding:6px 20px!important}.wishlist-hero-header-icon svg{width:16px!important;height:16px!important}.wishlist-hero-header-icon .wishlist-hero-items-count{width:18px!important;height:18px!important;font-size:10px!important;top:-10!important}#insta-feed h2{font-size:18px!important}}@media(max-width:575px){.wishlist-hero-header-icon .wishlist-hero-items-count{width:18px!important;height:18px!important;font-size:10px!important;top:-12px!important;right:0!important}}@media(max-width:480px){.wishlist-hero-header-icon{width:20px!important;height:20px!important}.wishlist-hero-header-icon svg{width:14px!important;height:14px!important}}@supports (-webkit-touch-callout: none){@media(max-width:768px){.wishlist-hero-header-icon{margin:0 4px!important}}}.wishlist-hero-items-count:empty,.wishlist-hero-items-count:is(:empty){display:none!important}.wishlist-hero-items-count:not(.wishlist-hero-items-count-exists){display:none!important}.dw-dimension-list{list-style:none;padding:0;margin:0}.dw-dimension-list li{margin-right:10px;font-weight:268;color:#3e0b07;font-size:20px}
/*# sourceMappingURL=/cdn/shop/t/33/assets/theme.css.map */
