.editorial-product{--ep-space-xs: 4px;--ep-space-sm: 8px;--ep-space-md: 15px;--ep-space-lg: 20px;--ep-space-xl: 30px;--ep-space-2xl: 40px;--ep-space-3xl: 60px;--ep-font: var(--body-font-family), Helvetica, Arial, sans-serif;--ep-color-text: var(--color-foreground, #000);--ep-color-muted: var(--color-foreground-secondary, #595959);--ep-color-border: var(--color-border, #d8d8d8);--ep-color-bg: var(--color-background, #fff);--ep-color-details-bg: var(--color-background-secondary, #f9f9f9);--ep-thumb-width: 27px;--ep-thumb-height: 36px;--ep-thumb-gap: var(--ep-space-xs);--ep-panel-width: 470px;--ep-panel-height: 497px;--ep-panel-padding: var(--ep-space-lg);--ep-panel-offset: 30px;--ep-arrow-size: 48px;--ep-arrow-offset: 60px;--ep-dot-size: 8px;--ep-header-height: 80px;--ep-thumbs-offset: var(--ep-space-lg);--ep-image-width: 100%;--ep-image-height: auto;--ep-image-aspect: 3 / 4}@media screen and (min-width:768px){.editorial-product{--ep-image-width: 350px;--ep-image-height: 470px}}@media screen and (min-width:990px){.editorial-product{--ep-image-width: 400px;--ep-image-height: 538px}}@media screen and (min-width:1200px){.editorial-product{--ep-image-width: 505px;--ep-image-height: 673px}}.editorial-product{position:relative;font-family:var(--ep-font);color:var(--ep-color-text)}.editorial-product__gallery-row{position:relative}.editorial-product__thumbs-col{display:none}.editorial-product__gallery{overflow:hidden;position:relative}.editorial-product__gallery .swiper-wrapper{display:flex;align-items:flex-start;gap:0}.editorial-product__gallery .swiper-slide{width:100%;height:auto;flex-shrink:0}.editorial-product__gallery-item{width:100%}.editorial-product__image{width:100%;height:auto;aspect-ratio:var(--ep-image-aspect);object-fit:cover;display:block}.editorial-product__thumbs,.editorial-product__nav-arrows{display:none}.editorial-product__mobile-nav{display:flex;align-items:center;justify-content:center;padding:1rem;gap:1rem}.editorial-product__arrow{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-headings);-webkit-tap-highlight-color:transparent}.editorial-product__dots{display:flex;gap:var(--ep-space-sm)}.editorial-product__dot{width:var(--ep-dot-size);height:var(--ep-dot-size);border-radius:50%;background:var(--ep-color-border);border:none;padding:0;cursor:pointer;transition:background .2s}.editorial-product__dot.is-active{background:var(--ep-color-text)}.editorial-product__panel{position:relative}.editorial-product__panel-inner{padding:1.5rem 1rem 6rem}.editorial-product__panel-shadow{display:none}.editorial-product__sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--ep-color-bg);border-top:1px solid var(--ep-color-border);display:flex;align-items:center;gap:1rem;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .3s ease}.editorial-product__sticky-bar.is-visible{transform:translateY(0)}.editorial-product__sticky-price{font-size:1.4rem}.editorial-product__sticky-price s{color:var(--ep-color-muted);margin-right:.5rem}.editorial-product__sticky-btn{flex:1}.editorial-product__add-btn{display:flex;justify-content:center;align-items:center;width:100%;min-height:44px;padding:1rem;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:var(--ep-color-bg);background:var(--ep-color-text);border:none;cursor:pointer}@media screen and (min-width:990px){.editorial-product{position:relative}.editorial-product__gallery-row{position:relative;min-height:var(--ep-image-height)}.editorial-product__thumbs-col{display:block;position:absolute;top:var(--ep-thumbs-offset);left:var(--ep-thumbs-offset);z-index:20;background:var(--ep-color-bg);padding:var(--ep-space-xs)}.editorial-product__thumbs{display:block}.editorial-product__thumbs .swiper-wrapper{display:flex;flex-direction:column;gap:var(--ep-thumb-gap)}.editorial-product__thumbs .swiper-slide{width:auto;height:auto;flex-shrink:0}.editorial-product__thumb{display:block;width:var(--ep-thumb-width);height:var(--ep-thumb-height);padding:0;border:1px solid transparent;background:none;cursor:pointer;transition:border-color .2s ease;box-sizing:content-box}.editorial-product__thumb.is-active,.swiper-slide-thumb-active .editorial-product__thumb{border-color:var(--ep-color-text)}.editorial-product__thumb img{width:var(--ep-thumb-width);height:var(--ep-thumb-height);object-fit:cover;display:block}.editorial-product__gallery-wrapper{position:relative;width:100%}.editorial-product__gallery{width:100%;overflow-x:hidden;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.editorial-product__gallery::-webkit-scrollbar{display:none}.editorial-product__gallery .swiper-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:0}.editorial-product__gallery .swiper-slide{width:var(--ep-image-width)!important;height:var(--ep-image-height);flex-shrink:0;margin:0}.editorial-product__gallery-item{width:var(--ep-image-width);height:var(--ep-image-height)}.editorial-product__image{width:var(--ep-image-width);height:var(--ep-image-height);object-fit:cover;display:block}.editorial-product__panel{position:absolute;top:var(--ep-thumbs-offset);right:var(--ep-panel-offset);width:var(--ep-panel-width);max-height:calc(var(--ep-image-height) - var(--ep-thumbs-offset));background:var(--ep-color-bg);z-index:20;overflow-y:visible;overflow-x:visible}.editorial-product__panel-inner{padding:var(--ep-panel-padding)}.editorial-product__panel-shadow,.editorial-product__mobile-nav,.editorial-product__sticky-bar{display:none}}.editorial-product__breadcrumbs-wrapper{--ep-breadcrumbs-padding-x: var(--ep-space-lg);--ep-breadcrumbs-padding-y: 10px;padding:var(--ep-breadcrumbs-padding-y) var(--ep-breadcrumbs-padding-x);margin-bottom:10px}@media screen and (min-width:768px){.editorial-product__breadcrumbs-wrapper{--ep-breadcrumbs-padding-x: 22px;--ep-breadcrumbs-padding-y: var(--ep-space-lg);margin-bottom:var(--ep-space-lg)}}@media screen and (min-width:1024px){.editorial-product__breadcrumbs-wrapper{--ep-breadcrumbs-padding-x: 31px}}@media screen and (min-width:1440px){.editorial-product__breadcrumbs-wrapper{--ep-breadcrumbs-padding-x: 65px;max-width:none}}.editorial-product__breadcrumbs-wrapper a{font-size:1.2rem;font-weight:400;color:var(--ep-color-text);text-decoration:none;border-bottom:1px solid var(--ep-color-text)}.editorial-product__header{margin-bottom:1.5rem}.editorial-product__brand{display:block;font-size:1.2rem;font-weight:500;text-transform:uppercase;color:var(--ep-color-muted);margin-bottom:.5rem;letter-spacing:.5px}.editorial-product__title{font-size:2rem;font-weight:300;line-height:1.3;margin:0 0 1rem}@media screen and (min-width:990px){.editorial-product__title{font-size:2.4rem}}.editorial-product__price{font-size:1.6rem;margin-bottom:1.5rem}.editorial-product__price .prices__compare{color:var(--ep-color-muted);text-decoration:line-through;margin-right:.5rem}.editorial-product__panel .product__submit,.editorial-product__panel [name=add],.editorial-product__panel .button{width:100%}.editorial-product__panel .product__submit.button,.editorial-product__panel button[name=add].button{min-height:50px;padding:19px 20px;font-family:var(--ep-font);font-weight:500;font-size:1.2rem;line-height:1;text-transform:uppercase;letter-spacing:1px}.editorial-product__panel .button__icon-cart{display:inline-flex;align-items:center;margin-right:8px}.editorial-product__panel .button__icon-cart svg{width:16px;height:16px;transform:none!important;position:static!important;opacity:1!important}.editorial-product__panel .product__taxes,.editorial-product__panel .product__price-installments,.editorial-product__panel .product__separator{display:none}.editorial-product__panel .product__title-wrapper{display:flex!important;flex-direction:column!important;grid-template-columns:unset!important;gap:7px;margin-bottom:10px}@supports selector(:has(*)){.editorial-product__panel .product__title-wrapper:has(.product__price-wrapper){display:flex!important;flex-direction:column!important;grid-template-columns:unset!important;gap:7px;margin-bottom:10px}}.editorial-product__panel .product__title-wrapper .product__price-container{display:block!important}.editorial-product__panel .product__title-wrapper .product__price-wrapper{text-align:left!important;padding-top:0!important}.editorial-product__panel .product__title-wrapper .product__price{grid-column:auto!important}.editorial-product__panel .product__title{font-family:var(--ep-font);font-weight:500;font-size:1.4rem;line-height:1.3;letter-spacing:0;margin:0}@media screen and (min-width:768px){.editorial-product__panel .product__title{font-weight:400;font-size:1.6rem;line-height:1}}.editorial-product__panel .product__price-container{margin-bottom:20px}.editorial-product__panel .product__price-wrapper{margin-bottom:0}.editorial-product__panel .product__price{font-family:var(--ep-font);font-weight:400;font-size:1.4rem;line-height:1.2;letter-spacing:0}.editorial-product__panel .product-selector__buttons-list{display:flex;flex-wrap:wrap;gap:10px}.editorial-product__panel .swatch--color{--swatch-size-w: 24px;--swatch-size-h: 20px}.editorial-product__panel .swatch--color .swatch,.editorial-product__panel .swatch--color .swatch__indicator,.editorial-product__panel .shape-circle .swatch,.editorial-product__panel .shape-circle .swatch__indicator,.editorial-product__panel .swatch--color .swatch__label,.editorial-product__panel .swatch--color .swatch__label:before{border-radius:0!important}.editorial-product__panel .swatch--color .swatch__label{width:var(--swatch-size-w);height:var(--swatch-size-h);min-width:var(--swatch-size-w);min-height:var(--swatch-size-h);border:1px solid var(--ep-color-border);padding:0;overflow:hidden}.editorial-product__panel .swatch--color input:checked+.swatch__label{border-color:var(--ep-color-text);border-width:2px}.editorial-product__panel .product__selector{display:flex;flex-direction:column;row-gap:30px;margin-bottom:20px}@media screen and (min-width:768px){.editorial-product__panel .product__selector{row-gap:20px}}.editorial-product__panel .product-selector__wrapper{margin-bottom:0}.editorial-product__panel .product-selector__label{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.editorial-product__panel .product-selector__label-inner{display:flex;align-items:center;gap:var(--ep-space-lg);width:100%;justify-content:space-between}.editorial-product__panel .product__selector__label-content{font-family:var(--ep-font);font-weight:500;font-size:1.2rem;line-height:1.7;letter-spacing:0;text-transform:uppercase}@supports selector(:has(*)){.editorial-product__panel .product-selector__wrapper:has(.product-selector__button) .product__selector__label-content{font-weight:400;font-size:1.4rem;line-height:3.6rem;text-transform:none}}.editorial-product__panel .product__selector__label-content strong,.editorial-product__panel .product__selector__label-content [data-option-selected-value]{font-weight:400;color:var(--ep-color-muted)}.editorial-product__panel .product-selector__size-link{display:none}.editorial-product__panel .product-selector__size-link-inline{margin:0;padding:0}.editorial-product__panel .product-selector__size-link-inline button{display:inline-flex;align-items:center;gap:6px;font-family:var(--ep-font);font-weight:400;font-size:1.2rem;line-height:1.4;text-decoration:underline;text-underline-offset:3px;color:var(--ep-color-text);background:none;border:none;cursor:pointer;padding:0}.editorial-product__panel .product-selector__size-link-inline button:before{content:"";display:inline-block;width:22px;height:22px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.60173L5.06452 1.93506C5.21505 2.82395 6.05806 4.60173 8.22581 4.60173C10.3935 4.60173 11.2366 2.82395 11.3871 1.93506L15 4.60173L14.0968 7.26839L11.8387 6.3795V13.9351H8.22581H4.16129V6.3795L2.35484 7.26839L1 4.60173Z' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M5 1.93503C6 1.00101 9.35714 0.364501 11.5 2.04577' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M18.1914 3.09937L18.1914 13.9565' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M16.2861 5.85718L18.1909 5.85718' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M17.2383 8.61499L18.1907 8.61499' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M16.2861 11.373L18.1909 11.373' stroke='black' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.60173L5.06452 1.93506C5.21505 2.82395 6.05806 4.60173 8.22581 4.60173C10.3935 4.60173 11.2366 2.82395 11.3871 1.93506L15 4.60173L14.0968 7.26839L11.8387 6.3795V13.9351H8.22581H4.16129V6.3795L2.35484 7.26839L1 4.60173Z' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M5 1.93503C6 1.00101 9.35714 0.364501 11.5 2.04577' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M18.1914 3.09937L18.1914 13.9565' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M16.2861 5.85718L18.1909 5.85718' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M17.2383 8.61499L18.1907 8.61499' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M16.2861 11.373L18.1909 11.373' stroke='black' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.editorial-product__panel .product-selector__button{min-width:34px;min-height:32px;padding:6px 10px;line-height:1.3;font-size:1.2rem;border:1px solid var(--ep-color-border);background:var(--ep-color-bg);cursor:pointer;transition:border-color .2s ease}.editorial-product__panel .product-selector__button:hover{border-color:var(--ep-color-text)}.editorial-product__panel .product-selector__button input:checked+.product-selector__button-label,.editorial-product__panel .product-selector__button.is-active{border-color:var(--ep-color-text);border-width:2px}.editorial-product__details-section{--ep-details-padding-x: var(--ep-space-lg);--ep-details-padding-y: var(--ep-space-xl);--ep-details-max-width: 1200px;--ep-details-grid-gap-row: var(--ep-space-2xl);--ep-details-grid-gap-col: var(--ep-space-3xl);padding:var(--ep-details-padding-y) var(--ep-details-padding-x) var(--ep-space-3xl);background-color:var(--ep-color-details-bg)}@media screen and (min-width:768px){.editorial-product__details-section{--ep-details-padding-x: 22px;--ep-details-padding-y: var(--ep-space-2xl)}}@media screen and (min-width:1024px){.editorial-product__details-section{--ep-details-padding-x: 31px;--ep-details-padding-y: 50px;--ep-details-grid-gap-col: 80px}}@media screen and (min-width:1440px){.editorial-product__details-section{--ep-details-padding-x: 65px;--ep-details-padding-y: var(--ep-space-2xl)}}.editorial-product__details-inner{max-width:var(--ep-details-max-width);margin:0 auto;display:flex;flex-direction:column;gap:0}@media screen and (min-width:768px){.editorial-product__details-inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:var(--ep-details-grid-gap-row) var(--ep-details-grid-gap-col)}.editorial-product__details-inner>*:nth-child(1){grid-column:2;grid-row:1}.editorial-product__details-inner>*:nth-child(2){grid-column:1;grid-row:1 / 3}.editorial-product__details-inner>*:nth-child(3){grid-column:2;grid-row:2}}.editorial-product__details-section accordion-item{display:block}.editorial-product__details-section details summary{font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.editorial-product__details-section .rte{font-size:1.2rem;line-height:1.7;color:var(--ep-color-muted, #595959)}@media screen and (max-width:767px){.editorial-product__details-section accordion-item{border-bottom:1px solid var(--ep-color-border);padding:var(--ep-space-md) 0}.editorial-product__details-section accordion-item:first-child{border-top:1px solid var(--ep-color-border)}}@media screen and (min-width:768px){.editorial-product__details-section .accordion-item summary:before,.editorial-product__details-section .accordion-item summary:after{display:none!important;content:none!important}.editorial-product__details-section details summary::marker,.editorial-product__details-section details summary::-webkit-details-marker{display:none}.editorial-product__details-section details summary{list-style:none;cursor:default;margin-bottom:var(--ep-space-md)}.editorial-product__details-section .accordion-item details summary+*{grid-template-rows:1fr!important;padding-top:0!important}.editorial-product__details-section .accordion-item details summary+*>*{overflow:visible!important}}@media screen and (min-width:990px){.editorial-product--full-bleed .editorial-product__gallery-row{margin-right:0;padding-right:0}}.editorial-product__gallery-wrapper{position:relative}.editorial-product__desktop-arrow{display:none}@media screen and (min-width:990px){.editorial-product__desktop-arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:15;width:var(--ep-arrow-size);height:var(--ep-arrow-size);background:#ffffffe6;border:1px solid var(--ep-color-border);border-radius:50%;cursor:pointer;transition:background .2s ease,opacity .2s ease}.editorial-product__desktop-arrow:hover{background:var(--ep-color-bg)}.editorial-product__desktop-arrow--prev{left:var(--ep-arrow-offset)}.editorial-product__desktop-arrow--next{right:calc(var(--ep-panel-width) + var(--ep-arrow-offset))}.editorial-product__desktop-arrow svg{width:20px;height:20px}.editorial-product__gallery,.editorial-product__gallery .swiper-slide{cursor:default}}.editorial-product .--hidden{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-product-editorial.css.map */
