:root{--is-bg: #FCFCFA;--is-text: #0B2823;--is-muted: #4E524E;--is-accent: #257662;--is-radius: 5px;--is-transition: .4s cubic-bezier(.4, 0, .2, 1);--is-slide-gap: 32px;--is-slide-width: 98%}.item-selection-section{width:100vw;margin-left:calc(-50vw + 50%);padding:42px 0;position:relative;background:var(--is-bg);overflow-x:hidden;overflow-y:visible}.item-selection-section:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100vw;margin-left:calc(-50vw + 50%);background-color:var(--is-bg);z-index:-1;pointer-events:none}.item-selection-section .cs-page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;max-width:1440px;margin:0 auto 42px;padding:0 20px;position:relative}.item-selection-section .cs-header__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2em;text-align:center;grid-column:2;justify-self:center;width:100%}.item-selection-section .cs-header__title{font-family:SangBleu Sunrise,serif!important;font-weight:300;font-size:1.3em;line-height:1.2em;color:var(--is-text);margin:0;text-align:center;width:100%}.item-selection-section .cs-header__description{font-family:Cabinet Grotesk,sans-serif;font-weight:400;font-size:1em;line-height:1.33em;color:var(--is-muted);text-align:center;margin:0;max-width:600px}.item-selection-section .cs-header__nav{display:flex;gap:14px;grid-column:3;justify-self:end}.item-selection__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid #CED1D1;border-radius:50%;cursor:pointer;transition:all .2s ease;color:var(--is-text)}.item-selection__nav-btn:hover:not(:disabled){background-color:#3f44430d}.item-selection__nav-btn:disabled{opacity:.5;cursor:not-allowed}.item-selection-slider{overflow:visible;width:100%;max-width:1440px;margin:0 auto;padding:0;box-sizing:border-box}@media (max-width: 1023px){.item-selection-section .item-selection-slider{padding:0}}.item-selection-section .embla__viewport{overflow:visible;width:100%;-webkit-overflow-scrolling:touch}@media (max-width: 1023px){.item-selection-section .embla__viewport{overflow:hidden;-webkit-overflow-scrolling:touch}}.item-selection-section .embla__container{display:flex}@media (max-width: 1023px){.item-selection-section .embla__container{touch-action:pan-x pan-y}}.item-selection-section .embla__slide{flex:0 0 var(--is-slide-width);min-width:0;padding-right:var(--is-slide-gap);box-sizing:border-box}@media (max-width: 1023px){.item-selection-section .embla__slide{--is-slide-width: 100%;--is-slide-gap: 0px}}.item-selection-section .slide-content{display:flex;gap:0;align-items:stretch;min-height:480px;width:100%}.item-selection-section .banner-section{flex:1;position:relative;min-width:0}.item-selection-section .banner-content{width:100%;height:100%;min-height:400px;background-size:cover;background-position:center;border-radius:var(--is-radius);position:relative;overflow:hidden}@media (min-width: 1024px){.item-selection-section .banner-content{height:auto;min-height:564px}}.item-selection-section .banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:18px;display:flex;flex-direction:column;justify-content:flex-start}.item-selection-section .banner-title{font-family:SangBleu Sunrise,serif!important;font-weight:300;font-size:1.3em;line-height:1.2em;text-transform:none;color:#fff;margin:0;max-width:300px}.item-selection-section .banner-actions{position:absolute;bottom:18px;left:18px;right:18px}.item-selection-section .view-all-btn{background:#fff;color:var(--is-muted);padding:0 20px;height:52px;border-radius:3px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-family:Cabinet Grotesk,sans-serif;font-size:15px;text-transform:uppercase;transition:all .3s ease}.item-selection-section .view-all-btn:hover{background:#f0f0f0}.item-selection-section .product-section{flex:1;display:flex;align-items:flex-start;min-width:0}.item-selection-section .product-section-wrapper{display:flex;gap:20px;width:100%;position:relative;padding-right:40px;box-sizing:border-box}@media (max-width: 767px){.item-selection-section .product-section-wrapper{padding-right:0;padding-left:0;gap:0;max-width:100%;overflow-x:hidden}}.item-selection-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(0,auto);gap:8px;row-gap:12px!important;align-items:start;width:100%;max-width:100%;transition:opacity .3s ease;grid-auto-flow:row;box-sizing:border-box}.item-selection-products-grid.is-fading{opacity:0}@media (min-width: 1024px){.item-selection-section .item-selection-products-grid{gap:12px;row-gap:12px}}.item-selection-product-card{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0;height:auto;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),visibility .9s;will-change:transform,opacity;grid-column:span 1}.item-selection-product-card[hidden],.item-selection-product-card.hidden{display:none!important}.product-card--exiting{opacity:0!important;pointer-events:none;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.product-card--entering{opacity:0;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}.product-card--active{opacity:1!important;-webkit-transform:translate3d(0,0,0)!important;transform:translateZ(0)!important;visibility:visible!important}.item-selection-product-card{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.item-selection-product-image{position:relative;width:100%;aspect-ratio:1 / 1.05;overflow:hidden;border-radius:var(--is-radius)}.item-selection-product-image .product-image-primary,.item-selection-product-image .product-image-secondary{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-image-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.item-selection-product-card:hover .product-image-primary{opacity:0}.item-selection-product-card:hover .product-image-secondary{opacity:1}.custom-product-badges{position:absolute;top:8px;left:8px;z-index:10;display:flex;flex-wrap:wrap;gap:8px}.item-selection-add-to-cart{position:absolute;bottom:12px;right:12px;width:50px;height:50px}.item-selection-add-to-cart-btn{width:100%;height:100%;background:#3f44436b;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff}.item-selection-add-to-cart-btn:hover{background:#3f444399;transform:scale(1.02)}.item-selection-add-to-cart-btn img{width:26px;height:26px;filter:brightness(0) invert(1)}.cart-bubble{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--is-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;transform:scale(0);opacity:0;transition:.3s}.added .cart-bubble{transform:scale(1);opacity:1}.item-selection-product-info{display:flex;flex-direction:column;gap:8px;margin-top:0}.item-selection-product-title{margin:0;padding:0}.item-selection-product-title a{font-family:Cabinet Grotesk,sans-serif;font-weight:300;font-size:16px;line-height:1.2em;color:#3f4443;text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:2px;height:1.2em}.item-selection-product-price{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;font-family:Cabinet Grotesk,sans-serif}.item-selection-price,.item-selection-price-sale{font-size:1.1em;color:#3f4443;white-space:nowrap;flex-shrink:0}@media (max-width: 767px){.item-selection-section .item-selection-product-title a{font-size:13px;line-height:1.2em}.item-selection-section .item-selection-product-price{flex-direction:column;align-items:flex-start;gap:2px;min-height:32px}.item-selection-section .item-selection-product-price:not(:has(.item-selection-price-compare)):before{content:"";display:block;height:calc(.75em * 1.2 + 2px);flex-shrink:0;order:-2}.item-selection-section .item-selection-price-compare{order:-1;font-size:.75em}.item-selection-section .item-selection-price-sale{order:0;margin-top:auto}.item-selection-section .item-selection-price{margin-top:auto}.item-selection-section .item-selection-price,.item-selection-section .item-selection-price-sale{font-size:calc(1.05em - 2px)}}.item-selection-price-sale{color:#f88379}.item-selection-price-compare{font-weight:200;font-size:.85em;color:#3f44438c;text-decoration:line-through;white-space:nowrap;flex-shrink:0}.sliderControlVertical{display:flex;flex-direction:column;align-items:center;gap:12px;position:absolute;right:-5px;top:50%;transform:translateY(-50%);z-index:10}.sliderControlVertical__prev,.sliderControlVertical__next{width:32px;height:32px;border:1px solid #E5E5E5;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#3f4443}.sliderControlVertical__prev svg,.sliderControlVertical__next svg{transform:rotate(90deg);width:12px;height:12px}.sliderControlVertical__pagination{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}.sliderControlVertical__pagination-bullet{width:8px;height:8px;border-radius:50%;background:#d9d9d9;cursor:pointer;transition:all .2s}.sliderControlVertical__pagination-bullet--active{background:#3f4443}.item-selection-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.item-selection-grid-item{width:100%}.item-selection-grid-item .banner-section{flex:0 0 620px;width:620px}@media (min-width: 1440px){.item-selection-section{overflow-x:visible}.item-selection-section:before{width:100vw;left:50%;right:auto;margin-left:-50vw}.item-selection-section .item-selection-grid-item .banner-section{flex:0 0 700px;width:700px}}@media (max-width: 1023px){.item-selection-section .slide-content,.item-selection-section .item-selection-grid-item .slide-content{flex-direction:column;min-height:auto;gap:18px}.item-selection-section .banner-section,.item-selection-section .item-selection-grid-item .banner-section{flex:none;width:100%}.item-selection-section .banner-content{height:350px}.item-selection-section .product-section{width:100%}.item-selection-section .cs-page-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.item-selection-section .item-selection-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;row-gap:12px!important}}@media (max-width: 767px){.item-selection-section{padding:38px 14px 42px;overflow-x:hidden}.item-selection-section .cs-header__title{font-size:1.3em}.item-selection-section .cs-header__description{font-size:1.05em}.item-selection-section .product-section-wrapper{flex-direction:column;max-width:100%;overflow-x:hidden}.item-selection-section .item-selection-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;row-gap:12px!important;max-width:100%;overflow-x:hidden}.item-selection-section .sliderControlVertical{position:static;flex-direction:row;width:100%;justify-content:center;transform:none;margin-top:14px;right:auto}.item-selection-section .sliderControlVertical__pagination{flex-direction:row}.item-selection-section .sliderControlVertical__prev,.item-selection-section .sliderControlVertical__next{display:none}}@supports (-webkit-touch-callout: none){.item-selection-section .item-selection-slider{overflow:hidden!important;width:100%!important;touch-action:pan-x pan-y;-webkit-tap-highlight-color:transparent}.item-selection-section .embla__viewport{overflow:hidden!important;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y!important;width:100%!important;min-width:0;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.item-selection-section .embla__container{touch-action:pan-x pan-y!important;flex-wrap:nowrap!important;display:flex!important;-webkit-transform:translateZ(0);transform:translateZ(0);min-width:0}.item-selection-section .embla__slide{width:100%!important;min-width:100%!important;flex:0 0 100%!important;flex-shrink:0!important}.item-selection-section .slide-content,.item-selection-section .product-section-wrapper{width:100%;min-width:0}.item-selection-section .item-selection-products-grid{display:flex;flex-wrap:wrap;width:100%;min-width:0;gap:8px;row-gap:12px;-webkit-transform:translateZ(0);transform:translateZ(0)}.item-selection-section .item-selection-product-card{flex:0 0 calc((100% - 16px) / 3);width:calc((100% - 16px) / 3);min-width:0;max-width:none}.item-selection-section .item-selection-product-image{position:relative;min-height:120px;height:0;padding-bottom:105%}.item-selection-section .item-selection-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;display:block!important;visibility:visible!important;opacity:1!important;-webkit-transform:translateZ(0);transform:translateZ(0);object-fit:cover}}
/*# sourceMappingURL=/cdn/shop/t/94/assets/item-selection.css.map */
