.zn-home-catalog{display:block;padding-block:var(--zn-padding-top) var(--zn-padding-bottom)}.zn-home-catalog__container{display:block;width:100%;max-width:var(--zn-content-max-width);margin-inline:auto}.zn-home-catalog__header{max-width:78rem;margin:0 auto clamp(2.4rem,4vw,4.8rem);text-align:center}.zn-home-catalog__eyebrow{margin:0 0 .8rem;font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.zn-home-catalog__heading :is(h1,h2,h3,p){margin:0}.zn-home-catalog__intro{max-width:64rem;margin:1.2rem auto 0}.zn-home-catalog__selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--zn-selector-gap)}.zn-home-catalog__selector{position:relative;display:grid;min-width:0;min-height:var(--zn-card-height);padding:0;overflow:hidden;border:2px solid transparent;border-radius:var(--zn-card-radius);background:var(--zn-panel-background);color:var(--zn-card-text);text-align:left;cursor:pointer;isolation:isolate;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.zn-home-catalog__selector:hover{transform:translateY(-2px)}.zn-home-catalog__selector[aria-selected=true]{border-color:var(--zn-accent);box-shadow:0 1.6rem 4rem #00000021}.zn-home-catalog__selector:focus-visible,.zn-home-catalog__category-tab:focus-visible,.zn-home-catalog__collection-link:focus-visible{outline:3px solid var(--zn-accent);outline-offset:3px}.zn-home-catalog__selector-media,.zn-home-catalog__selector-shade{position:absolute;top:0;right:0;bottom:0;left:0}.zn-home-catalog__selector-image,.zn-home-catalog__selector-empty{display:block;width:100%;height:100%}.zn-home-catalog__selector-image{object-fit:var(--zn-card-fit);background:var(--zn-panel-background)}.zn-home-catalog__selector-empty{background:radial-gradient(circle at 18% 22%,rgb(205 169 103 / .62) 0 12%,transparent 12.5%),radial-gradient(circle at 82% 76%,rgb(205 169 103 / .34) 0 18%,transparent 18.5%),linear-gradient(135deg,#39352e,#151515)}.zn-home-catalog__selector:nth-child(2) .zn-home-catalog__selector-empty{background:radial-gradient(circle at 78% 20%,rgb(205 169 103 / .62) 0 12%,transparent 12.5%),radial-gradient(circle at 18% 78%,rgb(205 169 103 / .34) 0 18%,transparent 18.5%),linear-gradient(225deg,#39352e,#151515)}.zn-home-catalog__selector-shade{z-index:1;background:linear-gradient(180deg,#00000005 18%,rgb(0 0 0 / var(--zn-overlay-opacity)))}.zn-home-catalog__selector-content{position:relative;z-index:2;align-self:end;display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;max-width:62rem;padding:clamp(2rem,4vw,4rem)}.zn-home-catalog__selector-title{font-family:var(--font-heading--family);font-size:clamp(2.6rem,4vw,4.8rem);font-weight:var(--font-heading--weight);line-height:1.05}.zn-home-catalog__selector-description{font-size:clamp(1.4rem,1.7vw,1.8rem);line-height:1.45}.zn-home-catalog__selector-action,.zn-home-catalog__collection-link{display:inline-flex;align-items:center;justify-content:center;min-height:4.2rem;padding:.9rem 1.8rem;border-radius:999px;background:var(--zn-accent);color:var(--zn-accent-text);font-weight:700;line-height:1.2;text-decoration:none}.zn-home-catalog__collection-link{min-height:var(--zn-collection-button-size);padding:.7rem 1.8rem;font-size:var(--zn-collection-button-font-size)}.zn-home-catalog__main-panels{margin-top:clamp(1.6rem,3vw,3.2rem)}.zn-home-catalog__main-panel{padding:clamp(1.6rem,3vw,3.2rem);border-radius:var(--zn-card-radius);background:var(--zn-panel-background)}.zn-home-catalog__main-panel[hidden],.zn-home-catalog__category-panel[hidden]{display:none}.zn-home-catalog__category-tabs{display:flex;width:min(100%,var(--zn-grid-max-width));justify-content:safe var(--zn-category-tabs-align);gap:.8rem;margin:0 auto clamp(2rem,3vw,3.2rem);padding-bottom:.4rem;overflow-x:auto;scrollbar-width:none}.zn-home-catalog__category-tabs::-webkit-scrollbar{display:none}.zn-home-catalog__category-tab{flex:0 0 auto;min-height:var(--zn-category-button-size);padding:.7rem 1.8rem;border:1px solid rgb(0 0 0 / .12);border-radius:999px;background:var(--zn-tab-background);color:var(--zn-tab-text);font:inherit;font-size:var(--zn-category-button-font-size);font-weight:650;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.zn-home-catalog__category-tab[aria-selected=true]{border-color:var(--zn-accent);background:var(--zn-accent);color:var(--zn-accent-text)}.zn-home-catalog__category-header{display:flex;width:min(100%,var(--zn-grid-max-width));align-items:flex-end;justify-content:space-between;gap:2rem;margin:0 auto clamp(2rem,3vw,3.2rem)}.zn-home-catalog__category-copy{max-width:74rem}.zn-home-catalog__category-title{margin:0;font-size:clamp(2.2rem,3vw,3.4rem);line-height:1.15}.zn-home-catalog__category-description{margin-top:.8rem}.zn-home-catalog__products{display:grid;width:min(100%,var(--zn-grid-max-width));margin-inline:auto;grid-template-columns:repeat(var(--zn-columns-desktop),minmax(0,1fr));column-gap:var(--zn-column-gap);row-gap:var(--zn-row-gap)}.zn-home-catalog__product{min-width:0;height:100%}.zn-home-catalog .product-card--style-standard,.zn-home-catalog .product-card--style-standard .product-card__wrapper{height:100%}.zn-home-catalog .product-card--style-standard .product-card__wrapper,.zn-home-catalog .product-card--style-standard .product-card__content{display:flex;flex-direction:column}.zn-home-catalog .product-card--style-standard .product-card__content,.zn-home-catalog .product-card--style-standard .product-card__content--wrapper{flex:1 1 auto}.zn-home-catalog .product-card--style-standard .product-card__quick-add{margin-top:auto}.zn-home-catalog .product-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--zn-title-lines-desktop)}.zn-home-catalog .product-card__quick-add,.zn-home-catalog .product-card__quick-add quick-add-component,.zn-home-catalog .product-card__quick-add product-form-component,.zn-home-catalog .product-card__quick-add form,.zn-home-catalog .product-card__quick-add add-to-cart-component{display:block;width:100%}.zn-home-catalog .product-card__quick-add .btn{width:100%;min-width:0;min-height:4.4rem;border-color:var(--zn-cart-button-background)!important;background:var(--zn-cart-button-background)!important;color:var(--zn-cart-button-text)!important}.zn-home-catalog .product-card__quick-add .btn:not(:disabled):hover{filter:brightness(.96)}@media(max-width:1023px){.zn-home-catalog__products{grid-template-columns:repeat(var(--zn-columns-tablet),minmax(0,1fr))}}@media(max-width:767px){.zn-home-catalog{padding-block:var(--zn-padding-top-mobile) var(--zn-padding-bottom-mobile)}.zn-home-catalog__header{margin-bottom:2.4rem}.zn-home-catalog__selectors{grid-template-columns:minmax(0,1fr)}.zn-home-catalog__selector{width:var(--zn-selector-width-mobile);min-height:var(--zn-card-height-mobile);justify-self:var(--zn-selector-align-mobile)}.zn-home-catalog__selector-content{padding:2.2rem}.zn-home-catalog__selector-title{font-size:clamp(2.6rem,9vw,3.8rem)}.zn-home-catalog__main-panel{padding:1.6rem}.zn-home-catalog__category-header{align-items:flex-start;flex-direction:column}.zn-home-catalog__products{width:var(--zn-grid-width-mobile);grid-template-columns:repeat(var(--zn-columns-mobile),minmax(0,1fr));column-gap:var(--zn-column-gap-mobile);row-gap:var(--zn-row-gap-mobile)}.zn-home-catalog__product{display:flex;align-items:stretch;justify-content:center}.zn-home-catalog__product product-card{width:var(--zn-mobile-product-scale)}.zn-home-catalog .product-card__title{-webkit-line-clamp:var(--zn-title-lines-mobile)}.zn-home-catalog .product-card__quick-add .btn{display:flex!important;width:100%!important;height:4.6rem!important;min-height:4.6rem!important;justify-content:center;padding-inline:1.4rem}.zn-home-catalog .product-card__quick-add .btn__text{display:flex!important;align-items:center;justify-content:center}.zn-home-catalog .product-card__quick-add .quick-add__button>svg{display:none!important}.zn-home-catalog--mobile-swipe .zn-home-catalog__products{display:flex;width:100%;padding-bottom:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.zn-home-catalog--mobile-swipe .zn-home-catalog__products::-webkit-scrollbar{display:none}.zn-home-catalog--mobile-swipe .zn-home-catalog__product{flex:0 0 var(--zn-mobile-product-card-width);scroll-snap-align:start}}@media(prefers-reduced-motion:reduce){.zn-home-catalog__selector,.zn-home-catalog__category-tab{transition:none}}.buy-buttons-block .add-to-cart-button{color:#fff!important;background:#000!important;border-color:#000!important}.buy-buttons-block .add-to-cart-button:hover{color:#000!important;background:#fff!important}.image-badge-marker{position:absolute;z-index:3;left:var(--marker-left);top:var(--marker-top);width:min(var(--marker-width),90%);color:var(--marker-color);transform:translate(-50%,-50%)}.image-badge-marker__link{display:flex;width:100%;align-items:center;justify-content:center;gap:var(--marker-gap);padding:var(--marker-padding-y) var(--marker-padding-x);border-radius:var(--marker-radius);color:inherit;text-align:var(--marker-text-align);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.image-badge-marker--background .image-badge-marker__link{background:var(--marker-background)}.image-badge-marker--shadow .image-badge-marker__link{box-shadow:0 10px 28px #0000002e}.image-badge-marker__link[href]:hover{transform:translateY(-2px)}.image-badge-marker__link[href]:focus-visible{outline:2px solid currentColor;outline-offset:3px}.image-badge-marker__icon{display:flex;width:var(--marker-icon-width);flex:0 0 var(--marker-icon-width);align-items:center;justify-content:center}.image-badge-marker__icon img,.image-badge-marker__icon svg{display:block;width:100%;height:auto}.image-badge-marker__text{min-width:0;font-size:var(--marker-font-size);font-weight:var(--marker-font-weight);line-height:1.2}.image-badge-marker--above .image-badge-marker__link{flex-direction:column-reverse}.image-badge-marker--below .image-badge-marker__link{flex-direction:column}.image-badge-marker--left .image-badge-marker__link{flex-direction:row-reverse}.image-badge-marker--right .image-badge-marker__link{flex-direction:row}@media(max-width:767px){.image-badge-marker{left:var(--marker-left-mobile);top:var(--marker-top-mobile);width:min(var(--marker-width-mobile),94%)}.image-badge-marker--hide-mobile{display:none}.image-badge-marker__icon{width:var(--marker-icon-width-mobile);flex-basis:var(--marker-icon-width-mobile)}.image-badge-marker__text{font-size:var(--marker-font-size-mobile)}}.video-card-product{display:grid;grid-template-columns:5.6rem minmax(0,1fr) 3rem;align-items:center;gap:1.2rem;color:inherit;text-decoration:none}.video-card-product__image{width:5.6rem;border-radius:.8rem;overflow:hidden;background:rgb(var(--color-background))}.video-card-product__details{min-width:0}.video-card-product__title{display:-webkit-box;overflow:hidden;font-size:1.4rem;font-weight:600;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.video-card-product__price{margin-top:.3rem;font-size:1.3rem}.video-card-product__arrow{display:grid;width:3rem;height:3rem;place-items:center;border-radius:50%;color:rgb(var(--color-background));background:rgb(var(--color-foreground));transition:transform var(--animation-duration--medium) var(--animation-easing)}.video-card-product:hover .video-card-product__arrow{transform:translate(.2rem)}@media(max-width:767.98px){.video-card-product{grid-template-columns:5rem minmax(0,1fr) 2.8rem;gap:1rem}.video-card-product__image{width:5rem}.video-card-product__arrow{width:2.8rem;height:2.8rem}}.product-card--standard,.product-card--standard .product-card__wrapper{height:100%}.product-card--style-standard .product-card__content{display:flex;flex:1;flex-direction:column}.product-card--style-standard .product-card__content--wrapper{flex:1}.product-card--style-standard .product-card__quick-add--persistent{margin-block-start:auto}.product-card--search .product-card__title--search{display:-webkit-box;min-height:2.8em;overflow:hidden;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card--search .product-card__quick-add,.product-card--search .product-card__quick-add quick-add-component,.product-card--search .product-card__quick-add product-form-component,.product-card--search .product-card__quick-add form,.product-card--search .product-card__quick-add .btn{width:100%}.product-card--search .product-card__quick-add .btn{min-height:48px;justify-content:center;background:#000;border-color:#000;border-radius:10px;color:#fff}.product-card--search .product-card__quick-add .btn__text{display:flex!important;justify-content:center;color:#fff}.product-card--search .product-card__quick-add .icon--cart{display:none!important}.product-card--search .product-card__price{font-size:18px;font-weight:750;line-height:1.3}@media screen and (max-width:767px){.product-card--standard .product-card__content>.product-card__quick-add{width:100%;margin-block-start:auto}.product-card--standard .product-card__content>.product-card__quick-add quick-add-component,.product-card--standard .product-card__content>.product-card__quick-add product-form-component,.product-card--standard .product-card__content>.product-card__quick-add form,.product-card--standard .product-card__content>.product-card__quick-add button{width:100%}.product-card--standard .product-card__content>.product-card__quick-add button{min-width:0}.product-card--standard .product-card__content>.product-card__quick-add .btn__text{display:flex!important;justify-content:center}.product-card--standard .product-card__content>.product-card__quick-add .icon--cart{display:none!important}}.zn-footer{background:#171717;color:#f7f4ed;border-radius:24px 24px 0 0;padding:56px 32px 24px;font-size:15px;line-height:1.6}.zn-footer__inner{max-width:1240px;margin:auto}.zn-footer a{color:inherit;text-decoration:none}.zn-footer a:hover{color:#dec181;text-decoration:underline;text-underline-offset:4px}.zn-footer a:focus-visible,.zn-footer button:focus-visible,.zn-footer input:focus-visible{outline:2px solid #dec181;outline-offset:4px}.zn-footer__newsletter{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:#262521;padding:36px;border:1px solid #4c4535;border-radius:20px}.zn-footer h2{color:inherit;margin:0;font-size:19px;line-height:1.3}.zn-footer__newsletter h2{font-size:34px;line-height:1.12;max-width:19ch;text-wrap:balance}.zn-footer__newsletter p{margin:12px 0 0;color:#ded9cf}.zn-footer .zn-footer__eyebrow{color:#dec181;margin:0 0 12px;font-size:12px;letter-spacing:.12em;font-weight:700}.zn-footer label{display:block;margin-bottom:8px;font-size:14px;color:#f7f4ed}.zn-footer__email-row{display:flex;gap:8px}.zn-footer input[type=email]{width:100%;min-width:0;min-height:52px;padding:14px;border:1px solid #aaa;border-radius:10px;background:#fff;color:#171717;font-size:16px}.zn-footer button{flex-shrink:0;min-height:52px;border:0;padding:12px 20px;border-radius:10px;background:#dec181;color:#171717;font-size:15px;font-weight:700;cursor:pointer}.zn-footer .zn-footer__consent{font-size:12px;line-height:1.6;margin-top:12px}.zn-footer__consent a{text-decoration:underline}.zn-footer__columns{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:36px;padding:48px 0}.zn-footer__columns>*{min-width:0}.zn-footer__columns h2{margin-bottom:18px}.zn-footer__brand img{display:block;width:132px;height:auto;max-height:100px;object-fit:contain;object-position:left}.zn-footer__brand p{color:#c9c4bb;max-width:27ch;margin:20px 0}.zn-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.zn-footer li a{display:inline-block;padding:2px 0;color:#ded9cf}.zn-footer__contact>a{display:block;overflow-wrap:anywhere;margin-bottom:10px}.zn-footer__contact p{color:#c9c4bb;margin:22px 0 16px;font-size:14px}.zn-footer .zn-footer__contact-link{color:#dec181}.zn-footer__social{display:flex;flex-wrap:wrap;gap:12px}.zn-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #494640;padding-top:24px;font-size:13px;color:#c9c4bb}.zn-footer__bottom p{margin:0}.zn-footer__payments{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.zn-footer__payments svg{max-height:26px;width:auto}.zn-footer__payments ul{display:flex;flex-wrap:wrap;align-items:center;gap:8px}@media(max-width:1000px){.zn-footer__newsletter{gap:24px;padding:28px}.zn-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.zn-footer__email-row{flex-wrap:wrap}}@media(max-width:749px){.zn-footer{padding:28px 24px 24px;border-radius:20px 20px 0 0}.zn-footer__newsletter{grid-template-columns:minmax(0,1fr);padding:24px 20px;gap:24px}.zn-footer__newsletter h2{font-size:28px}.zn-footer__email-row{flex-direction:column}.zn-footer__columns{grid-template-columns:minmax(0,1fr);gap:28px;padding:32px 0}.zn-footer__columns>nav,.zn-footer__contact{border-top:1px solid #494640;padding-top:24px}.zn-footer li a{padding:8px 0}.zn-footer ul{gap:0}.zn-footer__bottom{align-items:flex-start;flex-direction:column-reverse}.zn-footer__payments{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/29/compiled_assets/styles.css.map?subset=AAAAAQAAAAAAAAAAAAAQAAAAAEAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAACAAAg */
