: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: 82%}.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;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;top:0;bottom:0;background-color:var(--is-bg);z-index:-1;pointer-events:none}.item-selection-section__container{width:100%;max-width:1440px;margin:0 auto;padding-left:14px;padding-right:14px;box-sizing:border-box;overflow-x:hidden}@media(max-width:1024px){.item-selection-section__container{padding-left:14px;padding-right:14px}}@media(min-width:1441px){.item-selection-section__container{padding-left:0;padding-right:0}}.item-selection-section .cs-page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;margin-bottom:42px;position:relative}.item-selection-section .cs-header__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8em;text-align:center;grid-column:2;justify-self:center;width:100%}.item-selection-section .cs-header__title{font-family:var(--font-heading--family)!important;font-weight:var(--font-heading--weight, 300);font-size:var(--font-h2--size);line-height:var(--type-heading-line-height, 1.2);color:var(--is-text);margin:0;text-align:center;width:100%}.item-selection-section .cs-header__description{font-family:var(--font-body--family);font-weight:300;font-size:var(--am-body-size);line-height:1.33em;color:var(--is-muted);text-align:center;margin:0;max-width:600px;hyphens:none;-webkit-hyphens:none}.item-selection-section .cs-header__nav{display:flex;gap:14px;grid-column:3;justify-self:end}@media(min-width:1441px){.item-selection-section .cs-header__nav{padding-right:14px}}.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-icon{width:22px;height:22px;display:block}.item-selection__nav-icon--prev{transform:rotate(180deg)}.item-selection__nav-btn:disabled{opacity:.5;cursor:not-allowed}.item-selection-slider{overflow:hidden;width:100%;max-width:100%;margin:0 auto;padding:0;box-sizing:border-box;min-width:0}@media(max-width:1024px){.item-selection-section .item-selection-slider{padding:0}}.item-selection-section .embla__viewport{overflow:hidden;width:100%;min-width:0;-webkit-overflow-scrolling:touch}.item-selection-section .embla__container{display:flex;flex-wrap:nowrap;min-width:0}@media(max-width:1024px){.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;flex-shrink:0}@media(max-width:1024px){.item-selection-section .embla__slide{flex:0 0 100%;--is-slide-gap: 0px;padding-right:0}}.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:1025px){.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:var(--font-h2--family);font-weight:var(--font-h2--weight, 300);font-size:var(--font-h2--size);line-height:var(--type-subheading-line-height, 1.15);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;width:100%;border-radius:3px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-family:var(--font-body--family);font-size:var(--type-body-sm-size);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:1024px){.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:1025px){.item-selection-section .item-selection-products-grid{gap:12px;row-gap:12px}}@media(max-width:1200px){.item-selection-section .item-selection-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto)!important}}.item-selection-product-card{display:flex;flex-direction:column;gap:8px;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}.item-selection-product-image .product-image-primary{opacity:1}.item-selection-product-image .product-image-secondary{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0}@media(hover:hover)and (pointer:fine){.item-selection-product-card:hover .item-selection-product-image .product-image-primary{opacity:0}.item-selection-product-card:hover .item-selection-product-image .product-image-secondary{opacity:1}}@media(hover:none),(pointer:coarse){.item-selection-product-image .product-image-secondary{display:none!important}}.item-selection-section .item-selection-product-card .custom-product-badges{top:8px;bottom:8px;left:8px;right:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;max-width:none;font-size:var(--type-body-xs-size)}.item-selection-section .item-selection-product-card .custom-product-badges .custom-badge,.item-selection-section .item-selection-product-card .custom-product-badges .custom-badge--primary,.item-selection-section .item-selection-product-card .custom-product-badges .custom-badge--secondary{height:28px!important;min-height:28px!important;max-height:28px!important;font-size:var(--type-body-sm-size)!important}.item-selection-section .item-selection-product-card .custom-product-badges .custom-badge--sale.discount-badge{height:24px!important;min-height:24px!important;padding-left:6px!important;padding-right:6px!important;position:absolute;left:0;right:auto;bottom:0;top:auto;margin-top:auto}.item-selection-section .item-selection-product-card .custom-product-badges .custom-badge__text,.item-selection-section .item-selection-product-card .custom-product-badges .discount-badge__number,.item-selection-section .item-selection-product-card .custom-product-badges .discount-badge__percent{font-size:var(--type-body-xs-size)!important}.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:var(--type-body-xs-size);font-weight:300;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:0;margin-top:0;width:100%}.item-selection-product-card .product-card__info{display:flex;flex-direction:column;gap:8px;width:100%}.item-selection-product-card .product-card__info-top{display:flex;flex-direction:column;gap:4px}.item-selection-product-card .product-card__price-container{display:flex;flex-direction:row;align-items:baseline;flex-wrap:nowrap;gap:6px!important;width:fit-content;max-width:100%;min-height:1.24em}@media screen and (min-width:750px){.item-selection-product-card .product-card__price-container{gap:8px!important}}.item-selection-product-card .product-card__price-with-currency,.item-selection-product-card .product-card__price-with-currency .product-card__currency,.item-selection-product-card .product-card__price-with-currency [data-price-value]{font-size:var(--am-subtext-size, var(--type-body-sm-size, .875rem));font-family:var(--font-body--family);font-weight:300;line-height:1.24;color:var(--color-foreground, #3f4443);text-transform:uppercase;white-space:nowrap}.item-selection-product-card .product-card__price-container:has(.product-card__old-price) .product-card__price-with-currency,.item-selection-product-card .product-card__price-container:has(.product-card__old-price) .product-card__price-with-currency .product-card__currency,.item-selection-product-card .product-card__price-container:has(.product-card__old-price) .product-card__price-with-currency [data-price-value]{color:#f88379}.item-selection-product-card .product-card__old-price,.item-selection-product-card .product-card__old-price .product-card__currency,.item-selection-product-card .product-card__old-price [data-compare-value]{font-size:13px;font-weight:200;line-height:1.24;color:#3f44438c;text-decoration:line-through;text-transform:uppercase;white-space:nowrap}.item-selection-product-card .product-card__title--figma{display:block;width:100%;min-width:0;margin:0;padding:0}.item-selection-product-card .product-card__title--figma p{font-family:var(--font-body--family),sans-serif;font-weight:300;font-size:var(--am-body-size);line-height:1.33em;color:var(--color-foreground, #20272E);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.item-selection-product-card .product-card__title--figma .product-title-link{text-decoration:none;color:inherit}.item-selection-product-card .product-card__metafields--inline{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px;margin-top:0;margin-bottom:0}.item-selection-product-card .product-metafield__part{font-weight:300;font-size:14px;line-height:1.383;color:var(--color-foreground-subdued, #585D62)}.item-selection-product-card .product-card__metafields-sep{font-size:6px;line-height:1;color:var(--color-foreground-subdued, #585D62)}.item-selection-product-title{margin:0;padding:0}.item-selection-product-title a{font-family:var(--font-body--family);font-weight:300;font-size:var(--am-body-size);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-title--sm a,.item-selection-section .item-selection-product-title.item-selection-product-title--sm a{font-size:var(--type-body-sm-size);line-height:1.2em}.item-selection-product-price{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;font-family:var(--font-body--family)}.item-selection-price,.item-selection-price-sale{font-size:1.1em;color:#3f4443;white-space:nowrap;flex-shrink:0}@media(max-width:1024px){.item-selection-section .item-selection-product-card .product-card__old-price{display:none!important}.item-selection-section .item-selection-product-title a{font-size:var(--type-body-xs-size);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 .item-selection-grid-item .banner-section{flex:0 0 700px;width:700px}}@media(max-width:1024px){.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 .cs-header__nav{justify-self:center;align-self:center;margin:0 auto}.item-selection-section .item-selection-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;row-gap:12px!important}}@media(max-width:1024px){.item-selection-section{padding:38px 0 42px;overflow-x:hidden}.item-selection-section .cs-header__title{font-size:var(--font-h2--size)}.item-selection-section .cs-header__description{font-size:var(--am-body-size);max-width:90%}.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 .product-image-primary{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}.item-selection-section .item-selection-product-image .product-image-secondary{display:none!important;visibility:hidden!important;opacity:0!important}}
/*# sourceMappingURL=/cdn/shop/t/95/assets/item-selection.css.map */
