.collection-products{display:grid;grid-template-columns:repeat(3,1fr);gap:64px;row-gap:64px;margin-bottom:64px}.collection-inner{display:flex;align-items:flex-start;gap:16px;position:relative;flex-direction:column}.collection-description__title{color:var(--Brand-Black, #000);font-family:Futura,sans-serif;font-size:42px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:12px}body:has(.cr-collection) .loading-modal{display:none!important}@media(max-width:768px){.collection-inner{gap:12px}.collection-products{grid-template-columns:repeat(2,1fr);gap:16px;row-gap:32px}.collection-description__title{font-size:32px;margin-bottom:10px}.oc-applied__filters-list{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;gap:4px!important;align-items:center;position:relative}.oc-applied__clear-all{position:sticky;right:0;z-index:2;background:#fff;border:1px solid #DF6421;border-radius:999px;color:var(--Brand-Black, #000);font-size:12px;font-family:Futura,sans-serif;font-weight:500;line-height:normal;padding:6px 18px;white-space:nowrap;box-shadow:0 2px 8px #df64210a;transition:background .2s,border .2s}.oc-applied__clear-all:hover{background:#fff5f0;border-color:#c55519}}@media(max-width:480px){.collection-products{grid-template-columns:repeat(2,1fr)}}.collection-product{display:flex;flex-direction:column;gap:24px;width:100%}.collection-product__image-wrapper{background-color:#f4f4f5;border-radius:10px;padding:16px;display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:500px}.collection-product__image-inner,.collection-product__image-container,.collection-product__image-container a,.collection-product__image-container img{width:100%;height:100%}.collection-product__image-container img{border-radius:4px}.collection-product__badges{display:flex;align-items:center;justify-content:space-between;width:100%}.collection-product__badge{display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;font-family:Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:normal;text-align:center;height:24px}.collection-product__badge--size{background-color:#e4e4e7;color:#000}.collection-product__badge--new{background-color:#df6421;color:#fff}.collection-product__image-container{width:100%;display:flex;justify-content:center;align-items:center}.collection-product__image{width:100%;height:100%;object-fit:cover;display:block}.collection-product__content{display:flex;flex-direction:column;gap:0}.collection-product__title{font-family:Futura,sans-serif;font-size:20px;font-weight:500;line-height:normal;color:#000;text-decoration:none;display:block;margin-bottom:12px}.collection-product__title:hover{text-decoration:underline}.collection-product__price-wrapper{display:flex;align-items:center;gap:8px;font-family:Futura,sans-serif;font-size:20px;font-weight:500;line-height:normal}.cr-collection{max-width:1230px;margin:0 auto;display:flex;flex-direction:column;gap:64px;padding-bottom:48px}@media screen and (max-width:1440px){.cr-collection{padding-inline:16px}}.collection-description__content{color:#71717a;font-family:Futura,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.collection-description__content p{font-size:1rem;margin:unset!important}.collection-product__price{color:#000}.collection-product__compare-price{color:#b91c1c;text-decoration:line-through}@media(max-width:768px){.cr-collection{gap:32px;padding-top:32px;padding-bottom:1rem}.collection-product{gap:8px}.collection-product__image-wrapper{border-radius:4px;padding:6px;height:220px}.reveal-wrapper{height:326px}.collection-product__image-inner{gap:4px}.collection-product__badge{padding:3px 4px;border-radius:2px;font-size:6px;height:11px}.col-slide{font-family:Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:2px;height:22px;box-sizing:border-box}.reveal-wrapper{padding:12px!important}.reveal-wrapper .collection-product__badge--size{top:12px!important;left:12px!important}.reveal-wrapper .collection-product__badge--new{top:12px!important;right:12px!important}.collection-product__title{font-size:12px;margin-bottom:4px}.collection-product__price-wrapper{gap:3px;font-size:10px}.reveal-wrapper+.collection-product__content .collection-product__title{font-size:14px!important;margin-bottom:8px!important}.reveal-wrapper+.collection-product__content .collection-product__price-wrapper{gap:4px!important;font-size:14px!important}.collection-description__content{font-size:12px}}.collection-load-more{display:flex;justify-content:center;align-items:center;width:100%;margin-top:64px}.collection-load-more__button{background-color:#df6421;color:#fff;font-family:Futura,sans-serif;font-size:14px;font-weight:700;line-height:normal;padding:16px 48px;border-radius:999px;border:none;cursor:pointer;transition:background-color .3s ease;margin:unset!important}.collection-load-more__button:hover{background-color:#c55519}.collection-load-more__button:disabled{opacity:.5;cursor:not-allowed}.collection-load-more__button.is-loading{position:relative;color:transparent}.collection-load-more__button.is-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid #FFFFFF;border-radius:50%;border-top-color:transparent;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.infinite-scroll-trigger{display:flex;justify-content:center;align-items:center;width:100%;min-height:60px;padding:20px 0}.infinite-scroll-spinner{display:flex;justify-content:center;align-items:center;padding:20px}.infinite-scroll-spinner__icon{width:32px;height:32px;border:3px solid #DF6421;border-radius:50%;border-top-color:transparent;animation:spin .8s linear infinite}.collection-controls{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1230px;margin:0 auto}.collection-product-count{color:var(--Brand-Black, #000);font-family:Futura,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin:unset!important}.collection-controls__left{flex:1;margin-bottom:8px}.filter-and-filter-count{display:flex;gap:10px;align-items:center}.sort-popup-button span:first-child{color:var(--Brand-Black, #000);font-family:Futura,sans-serif;font-size:16px;font-style:normal;font-weight:900;line-height:normal}.collection-controls__right{width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.filter-popup-button,.sort-popup-button{display:flex;padding:16px 24px;justify-content:center;align-items:center;gap:64px;border-radius:999px;border:1px solid var(--Zinc-200, #E4E4E7);background:var(--Zinc-50, #FAFAFA);color:var(--Brand-Black, #000);font-family:futura;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin:unset!important;cursor:pointer;transition:all .2s ease}.filter-popup-button,.sort-popup-button{gap:12px}.sort-popup-button.active{background:var(--Brand-Black, #000);color:#fff;border-color:#000}.filter-popup-button:hover,.sort-popup-button:hover{background-color:#f4f4f5;border-color:#d4d4d8}.sort-popup-button.active:hover{background-color:#18181b}.filter-popup-button svg,.sort-popup-button svg{width:18px;height:18px;stroke:#000}.total-filters__applied{display:flex;align-items:center;justify-content:center;color:#000;font-size:16px;font-weight:500;font-family:futura;width:18px;height:18px;border-radius:50%;margin-left:-4px}.sort-and-label{font-family:Futura;font-weight:900;font-size:16px;line-height:100%}.selected-sort-label{font-family:Futura;font-weight:500;font-size:16px;line-height:100%}@media(max-width:768px){.collection-load-more__button{padding:12px 32px}.collection-controls{align-items:center;gap:1.5rem}.collection-product-count{font-size:20px}.collection-controls__right{flex-direction:row-reverse;gap:8px}.total-filters__applied{font-size:12px}.filter-popup-button,.sort-popup-button{padding:12px;font-size:12px}.sort-popup-button{gap:12px}.filter-popup-button{width:100%}.selected-sort-label,.sort-popup-button span:first-child{font-size:12px}.collection-controls__left{margin-bottom:12px!important}}.filter-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;display:none;opacity:0;transition:opacity .3s ease}.filter-popup-overlay.is-open{display:flex;justify-content:flex-end;align-items:stretch;opacity:1;max-width:100vw}.filter-popup-modal{background:#fff;width:438px;max-width:90vw;height:100vh;overflow-y:auto;box-shadow:-4px 0 24px #00000026;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.filter-popup-overlay.is-open .filter-popup-modal{transform:translate(0)}.filter-popup-header{display:flex;align-items:flex-end;justify-content:space-between;padding:16px;background:#fff;flex-shrink:0}.filter-popup-header h2{margin:0;font-family:Futura,sans-serif;font-size:22px;font-weight:500;line-height:30px;letter-spacing:-.4492px;color:#0a0a0a}.filter-popup-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;width:28px;height:28px;flex-shrink:0;margin:unset!important}.filter-popup-close:hover{background-color:#0000000d}.filter-popup-close svg{width:20px;height:20px;stroke:#000;stroke-width:2}.filter-popup-overlay .collection-filters{display:block;border:none;width:100%;position:static;flex:1;overflow-y:auto}.collection-filters,.collection-filters__heading{display:none}.collection-filters__content{padding:16px 24px;display:flex;flex-direction:column;gap:24px}.filter-popup-overlay .accordion__content{visibility:visible!important;opacity:1!important;max-height:none!important}.filter-popup-overlay .accordion__header{display:none}.collection-filter__option{font-size:1.4rem}.collection-filter__option.is-disabled{opacity:.5;pointer-events:none}.collection-filter{display:flex;flex-direction:column;gap:24px}.collection-filter--case-material{padding:0 0 24px;border-bottom:1px solid #D4D4D8}.filter-actions{display:flex;gap:12px;padding-bottom:24px;padding-top:10px;margin-top:auto;position:sticky;bottom:0;background:#fff;z-index:10;box-shadow:0 -4px 3px -4px #0000001a}#chatra{z-index:9998!important}.filter-actions__button{flex:1;padding:16px 48px;border-radius:999px;font-family:Futura,sans-serif;font-size:14px;font-weight:700;line-height:normal;cursor:pointer;transition:all .3s ease;border:none;white-space:nowrap;margin-bottom:unset!important}.filter-actions__button--clear{background-color:#fff;color:#df6421;border:1px solid #DF6421}.filter-actions__button--clear:hover{background-color:#fff5f0}.filter-actions__button--apply{background-color:#df6421;color:#fff}.filter-actions__button--apply:hover{background-color:#c55519}.filter-actions__button:disabled{opacity:.5;cursor:not-allowed}.collection-filter--dial-color{padding:0 0 24px;border-bottom:unset!important}.collection-filter--collections{padding:0 0 24px;border-bottom:1px solid #D4D4D8}.collection-filter__separator{height:1px;background-color:#0000001a;width:100%}.collection-filter__header{margin:0}.collection-filter__header-label{font-family:Futura,sans-serif;font-size:22px;font-weight:500;line-height:30px;letter-spacing:-.4492px;color:#0a0a0a;display:block}.collection-filter__options-list{display:flex;flex-direction:column;gap:12px}.collection-filter__option-checkbox{display:flex;align-items:center;gap:8px}.collection-filter__checkbox-input{width:16px;height:16px;border:1px solid rgba(0,0,0,.1);border-radius:4px;background-color:#f3f3f5;box-shadow:0 1px 2px #0000000d;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;flex-shrink:0}.collection-filter__checkbox-input:checked{background-color:#df6421;border-color:#df6421}.collection-filter__checkbox-input:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.collection-filter__checkbox-label{font-family:Futura,sans-serif;font-size:16px;font-weight:500;line-height:30px;letter-spacing:-.4492px;color:#71717a;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1}.collection-filter__checkbox-input:checked+.collection-filter__checkbox-label{color:#0a0a0a}.collection-filter__options-price-range{display:flex;flex-direction:column;gap:8px}.collection-filter__option input[type=range]{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;pointer-events:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;cursor:pointer}.collection-filter__price-range-input-min{z-index:1}.collection-filter__price-range-input-max{z-index:2}.collection-filter__price-range{position:relative;height:16px;width:100%}.collection-filter__option input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:all;height:16px;width:16px;border-radius:50%;background:#fff;border:1px solid #DF6421;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;cursor:pointer}.collection-filter__option input[type=range]::-moz-range-thumb{pointer-events:all;height:16px;width:16px;border-radius:50%;background:#fff;border:1px solid #DF6421;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;cursor:pointer}.collection-filter__price-range-track{background-color:#df6421;height:16px;width:100%;border-radius:999px;position:absolute;top:0;left:0;z-index:0}.collection-filter__price-range-values{display:flex;justify-content:space-between;width:100%;margin-top:8px}.collection-filter__price-range input{padding:unset!important}.collection-filter__option-value{font-family:Futura,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.1504px;color:#71717a}.collection-filters__active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.collection-filters__active-filter-swatch{display:inline-flex;padding:.5rem;border-radius:4px;background-color:#111827;color:#fff;cursor:pointer}.collection-filters__active-filter-swatch-label{font-size:1rem;cursor:pointer}.collection-filter__swatch{display:flex;align-items:center;gap:.5rem}.collection-filter__swatch input{display:none}.collection-filter__swatch label{padding:.5rem;border-radius:4px;border:1px solid rgb(0,0,0,.2);cursor:pointer}.collection-filter__swatch input:checked+label{background-color:#000;color:#fff}.collection-filter__swatch-color label{width:24px;height:24px;border-radius:50%;cursor:pointer}.collection-filter__swatch-color input:checked+label{border:2px solid #111827}.accordion{display:block}.accordion__header{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1rem}.accordion__header-label{font-size:1.6rem;font-weight:600}.accordion__content{visibility:hidden;overflow:hidden;opacity:0;max-height:0;transition:visibility .3s ease,max-height .3s ease,opacity .1s ease}.accordion--open .accordion__content{visibility:visible;opacity:1;max-height:var(--accordion-content-height)}.accordion__toggle-icon{transition:transform .3s ease}.accordion--open .accordion__toggle-icon{transform:rotate(180deg)}.sort-button-wrapper{position:relative}.sort-dropdown{position:absolute;top:calc(100% + .8rem);right:0;border-radius:12px;border:1px solid var(--Zinc-200, #E4E4E7);background:var(--Zinc-50, #FAFAFA);min-width:240px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;padding:10px 12px}.sort-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.sort-option{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;color:var(--Brand-Black, #000);font-family:Futura,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.sort-option:hover{background-color:#00000008}.sort-option.is-active{background-color:#f4f4f5}.sort-option span{color:#000}.sort-option svg{width:18px;height:18px;stroke:#000;flex-shrink:0}.collection-filters__active-filters{display:none}@media(max-width:768px){.sort-dropdown{right:auto;left:0;min-width:130px;padding:4px}.sort-option{padding:8px 4px;font-size:12px}.clear-btn{position:sticky;right:0;z-index:2;padding:8px;background-color:#fff}}.oc-applied__filters{width:100%;display:flex;flex-wrap:wrap;gap:12px;align-items:center;max-width:1230px;margin-inline:auto;margin-bottom:8px}.oc-applied__filters-list{display:flex;gap:12px;align-items:center;scrollbar-width:none}.oc-applied__filter-item{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:#f4f4f5;color:var(--Brand-Black, #000);text-align:center;font-family:Futura;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;transition:all .2s ease;background:var(--Zinc-100, #F4F4F5)}.oc-applied__filter-item:hover{background:#e4e4e7}.oc-applied__filter-remove{display:flex;align-items:center;justify-content:center;cursor:pointer}.oc-applied__filter-remove svg{stroke:#000;stroke-width:1.5}.oc-applied__clear-all{color:var(--Brand-Black, #000);font-family:Futura,sans-serif;font-size:12px;font-weight:500;line-height:normal;text-decoration:none;cursor:pointer;background:#fff;border:1px solid #E4E4E7;padding:8px 16px;border-radius:999px;transition:all .2s ease;border:1px solid var(--Zinc-200, #E4E4E7)}.oc-applied__clear-all:hover{background:#fafafa}@media(max-width:768px){.oc-applied__filters{margin-bottom:12px;gap:8px}.oc-applied__filter-item,.oc-applied__clear-all{font-size:12px;padding:8px 16px}.oc-applied__filter-item{padding:8px 16px}}.cr-collection-grid{max-width:1230px;margin:0 auto}.cr-collection-products{display:grid;grid-template-columns:repeat(3,minmax(0,394px));justify-content:space-between;column-gap:24px;row-gap:40px}@media only screen and (max-width:1024px){.cr-collection-products{column-gap:25px}}@media only screen and (max-width:767px){.cr-collection-products{grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:16px}}.cr-collection-product{display:flex;flex-direction:column;gap:24px;width:100%;max-width:394px;position:relative}.collection-product__badge.collection-product__badge--size{position:absolute;top:16px;left:16px}.collection-product__badge.collection-product__badge--new{position:absolute;top:16px;right:16px}@media only screen and (max-width:767px){.cr-collection-product{gap:8px}.collection-product__badge.collection-product__badge--size{top:6px;left:6px}.collection-product__badge.collection-product__badge--new{top:6px;right:6px}.filter-popup-modal{width:100%;max-width:100vw}.filter-actions button{max-width:162px;display:flex;justify-content:center;align-items:center}.collection-load-more{margin-top:48px}.cr-collection__filters.swiper.filters-swiper{padding-top:32px!important;padding-bottom:0!important}.sort-button-wrapper{width:100%;min-width:max-content}.sort-popup-button{width:100%}}.collection-filter--case-material{display:none!important}.collection-empty{text-align:center;padding:64px 0;width:100%}.collection-empty p{font-family:Futura,sans-serif;font-size:20px;color:#71717a}
/*# sourceMappingURL=/cdn/shop/t/37/assets/cr-collection.css.map */
