:root{--black: #000;--grey-60: #76736f;--white: #fff;--hover: #3a3a3a;--option-hover: #f2f2f2;--active-filter-bg: #f1ebe3}.product-grid{display:block;padding:56px 30px 104px;max-width:1440px;margin:0 auto}.product-grid__header{display:flex;flex-direction:column;row-gap:40px}#breadcrumb #title-bar{margin:0;padding:8px 0!important}#breadcrumb #breadcrumb-title{color:var(--black);text-align:center;font-family:Abel,sans-serif;font-size:16px!important;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1px;text-transform:uppercase;padding-left:24px;padding-right:24px;display:inline-flex;align-items:center;column-gap:4px}#breadcrumb #breadcrumb-title span.title-bar__link>a{color:var(--black);text-align:center;font-family:Abel,sans-serif;font-size:16px!important;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1px;text-transform:uppercase}#breadcrumb #breadcrumb-title span.title-bar__link>a:hover{color:var(--hover);text-decoration:underline}#breadcrumb #breadcrumb-title span.title-bar__chevron{line-height:0}#breadcrumb #breadcrumb-title span>svg{width:16px;height:16px}#breadcrumb #breadcrumb-title:after{top:50%;border-top-color:var(--black)}.product-grid__banner{overflow:hidden;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;min-height:208px}.product-grid__banner-image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:1}.product-grid__banner-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center center}.product-grid__banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#0006 0% 100%);z-index:2}.product-grid__banner-title-wrapper{z-index:5;position:relative;padding:56px 50px;display:flex;flex-direction:column;row-gap:24px}.product-grid__banner-title{color:var(--white);text-align:center;font-family:Avenir Next,sans-serif;font-size:48px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;margin:0}.product-grid__banner-description{color:var(--white);text-align:center;font-family:Avenir Next,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize;margin:0}.product-grid__banner-description>p{margin:0}.product-grid__filters-wrapper{display:flex;flex-direction:column;row-gap:24px}.product-grid__sort-by--wrapper{display:flex;align-items:center;justify-content:space-between}.product-grid__product-count h3{color:var(--black);font-family:Avenir Next,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0}.product-grid__list{padding-top:56px;display:grid;grid-template-columns:repeat(4,1fr);column-gap:16px;row-gap:32px}.product-grid__list.product-grid__list--empty{display:flex;justify-content:center;align-items:center;height:300px;column-gap:0;row-gap:0}.product-grid__no-results{color:var(--black);text-align:center;font-family:Avenir Next,sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;margin:0;padding:0}.product-grid__filters{flex-direction:column;row-gap:24px;display:flex}.product-grid__filters-list{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.product-grid__filter{flex:none;display:flex;flex-direction:column;row-gap:4px;position:relative;min-width:180px}.product-grid__filter-trigger{cursor:pointer;padding:8px 12px;border:1px solid var(--grey-60)}.product-grid__filter-trigger.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7}.product-grid__filter-trigger-icon{transition:transform .3s ease-in-out}.product-grid__filter-trigger.active .product-grid__filter-trigger-icon{transform:rotate(180deg)}.product-grid__filter-trigger-wrapper{display:inline-flex;align-items:center;justify-content:space-between;column-gap:12px;width:100%}.product-grid__filter-trigger-label{color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;letter-spacing:.8px}.product-grid__filter-trigger-icon>svg{width:16px;height:16px}.product-grid__filter-options{max-height:0;overflow-y:hidden;transition:max-height .3s ease-in-out;background-color:var(--white);position:absolute;top:100%;left:0;right:0;z-index:551;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.product-grid__filter-options::-webkit-scrollbar{width:0;height:0;background-color:transparent}.product-grid__filter-options::-webkit-scrollbar-thumb{background-color:transparent}.product-grid__filter-options::-webkit-scrollbar-track{background-color:transparent}.product-grid__filter-options::-webkit-scrollbar-button,.product-grid__filter-options::-webkit-scrollbar-corner,.product-grid__filter-options::-webkit-scrollbar-track-piece,.product-grid__filter-options::-webkit-resizer{background-color:transparent}.product-grid__filter-options{scrollbar-width:none;-ms-overflow-style:none}.product-grid__filter-options.show{overflow-y:auto;max-height:250px;transition:max-height .3s ease-in-out}.product-grid__filter-options-list{list-style:none;padding:0;margin:0}.product-grid__filter-option{padding:8px 12px;cursor:pointer;color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.4px;display:flex;align-items:center;column-gap:8px;text-transform:capitalize}.product-grid__filter-option-swatch{display:inline-block;width:16px;height:16px;border:.1px solid rgba(0,0,0,.1)}.product-grid__filter-option:hover,.product-grid__filter-option.active,.product-grid__filter-option:active{background-color:var(--option-hover)}.product-grid__filter-option.inactive{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7;cursor:not-allowed;background-color:var(--option-hover)}.product-grid__filters-list-mobile{position:relative;display:none}.product-grid__filters-list-mobile-scroll{display:flex;justify-content:flex-start;overflow-x:auto;gap:16px;padding-left:16px;padding-right:16px}.product-grid__filters-list-mobile-scroll::-webkit-scrollbar{width:0;height:0;background-color:transparent}.product-grid__filters-list-mobile-scroll::-webkit-scrollbar-thumb{background-color:transparent}.product-grid__filters-list-mobile-scroll::-webkit-scrollbar-track{background-color:transparent}.product-grid__filters-list-mobile-scroll::-webkit-scrollbar-button,.product-grid__filters-list-mobile-scroll::-webkit-scrollbar-corner,.product-grid__filters-list-mobile-scroll::-webkit-scrollbar-track-piece,.product-grid__filters-list-mobile-scroll::-webkit-resizer{background-color:transparent}.product-grid__filters-list-mobile-scroll{scrollbar-width:none;-ms-overflow-style:none}.product-grid__mobile-filter{flex:none;display:flex;flex-direction:column;row-gap:4px;position:relative;min-width:180px}.product-grid__mobile-filter-trigger{cursor:pointer;padding:8px 12px;border:1px solid var(--grey-60)}.product-grid__mobile-filter-trigger.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7}.product-grid__mobile-filter-trigger-icon{transition:transform .3s ease-in-out}.product-grid__mobile-filter-trigger.active .product-grid__mobile-filter-trigger-icon{transform:rotate(180deg)}.product-grid__mobile-filter-trigger-wrapper{display:inline-flex;align-items:center;justify-content:space-between;column-gap:12px;width:100%}.product-grid__mobile-filter-trigger-label{color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;letter-spacing:.8px}.product-grid__mobile-filter-trigger-icon>svg{width:16px;height:16px}.product-grid__mobile-filter-options{max-height:0;overflow-y:hidden;transition:max-height .3s ease-in-out;background-color:var(--white);position:absolute;top:100%;left:0;right:0;z-index:551;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.product-grid__mobile-filter-options::-webkit-scrollbar{width:0;height:0;background-color:transparent}.product-grid__mobile-filter-options::-webkit-scrollbar-thumb{background-color:transparent}.product-grid__mobile-filter-options::-webkit-scrollbar-track{background-color:transparent}.product-grid__mobile-filter-options::-webkit-scrollbar-button,.product-grid__mobile-filter-options::-webkit-scrollbar-corner,.product-grid__mobile-filter-options::-webkit-scrollbar-track-piece,.product-grid__mobile-filter-options::-webkit-resizer{background-color:transparent}.product-grid__mobile-filter-options{scrollbar-width:none;-ms-overflow-style:none}.product-grid__mobile-filter-options.show{overflow-y:auto;max-height:250px;transition:max-height .3s ease-in-out}.product-grid__mobile-filter-options-list{list-style:none;padding:0;margin:0}.product-grid__mobile-filter-option{padding:8px 12px;cursor:pointer;color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.4px;display:flex;column-gap:8px;align-items:center;text-transform:capitalize}.product-grid__mobile-filter-option-swatch{display:inline-block;width:16px;height:16px;border:.1px solid rgba(0,0,0,.1)}.product-grid__mobile-filter-option:hover,.product-grid__mobile-filter-option.active,.product-grid__mobile-filter-option:active{background-color:var(--option-hover)}.product-grid__mobile-filter-option.inactive{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7;cursor:not-allowed;background-color:var(--option-hover)}.product-grid__active-filters{padding:0;list-style:none;margin:0;display:flex;gap:16px;justify-content:flex-start;align-items:center;flex-wrap:wrap}.product-grid__active-filters::-webkit-scrollbar{width:0;height:0;background-color:transparent}.product-grid__active-filters::-webkit-scrollbar-thumb{background-color:transparent}.product-grid__active-filters::-webkit-scrollbar-track{background-color:transparent}.product-grid__active-filters::-webkit-scrollbar-button,.product-grid__active-filters::-webkit-scrollbar-corner,.product-grid__active-filters::-webkit-scrollbar-track-piece,.product-grid__active-filters::-webkit-resizer{background-color:transparent}.product-grid__active-filters{scrollbar-width:none;-ms-overflow-style:none}.product-grid__active-filter{padding:8px 12px;flex:none;display:inline-flex;align-items:center;column-gap:12px;background-color:var(--active-filter-bg)}.product-grid__active-filter-label{color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;letter-spacing:.8px;display:inline-flex;align-items:center;column-gap:4px}.product-grid__active-filter-swatch{display:inline-block;width:16px;height:16px;border:.1px solid rgba(0,0,0,.1)}.product-grid__active-filter-remove{cursor:pointer;border:none;line-height:0;background-color:transparent;padding:0;margin:0}.product-grid__active-filter-remove:hover{color:var(--hover)}.product-grid__active-filter-remove>svg{width:16px;height:16px}.product-grid__active-filter-clear{cursor:pointer;color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;flex:none}.product-grid__active-filter-clear:hover{text-decoration:underline;text-underline-offset:1.2px;color:var(--hover)}.sort-by{display:flex;flex-direction:column;row-gap:4px;position:relative;min-width:200px}.sort-by__header{display:flex;column-gap:8px;align-items:center}.sort-by__header-label{color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.sort-by__trigger{cursor:pointer;flex:1}.sort-by__icon{transition:transform .3s ease-in-out}.sort-by__trigger.active .sort-by__icon{transform:rotate(180deg)}.sort-by__trigger-wrapper{display:inline-flex;align-items:center;justify-content:space-between;column-gap:16px;width:100%}.sort-by__label{color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.sort-by__icon>svg{width:16px;height:16px}.sort-by__options{max-height:0;overflow-y:hidden;transition:max-height .3s ease-in-out;background-color:var(--white);position:absolute;top:100%;left:0;right:0;z-index:551;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.sort-by__options::-webkit-scrollbar{width:0px;height:0px;background-color:transparent}.sort-by__options::-webkit-scrollbar-thumb{background-color:transparent}.sort-by__options::-webkit-scrollbar-track{background-color:transparent}.sort-by__options::-webkit-scrollbar-button,.sort-by__options::-webkit-scrollbar-corner,.sort-by__options::-webkit-scrollbar-track-piece,.sort-by__options::-webkit-resizer{background-color:transparent}.sort-by__options{scrollbar-width:none;-ms-overflow-style:none}.sort-by__options.show{overflow-y:auto;transition:max-height .3s ease-in-out}.sort-by__options-list{list-style:none;padding:0;margin:0}.sort-by__option{padding:8px 12px;cursor:pointer;color:var(--black);font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.sort-by__option:hover{background-color:var(--option-hover)}.sort-by__option.active{background-color:var(--option-hover);pointer-events:none;-webkit-user-select:none;user-select:none}#product-grid__footer{display:flex}#product-grid__footer .pagination.row{margin:0;padding-top:56px}#product-grid__footer .pagination.row ul{display:flex;justify-content:space-between;align-items:center}#product-grid__footer .pagination-arrow{padding:0;width:auto}#product-grid__footer .pagination-text{width:auto}#product-grid__footer .pagination-arrow>a{margin:0;padding:16px;font-family:Avenir Next,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}#product-grid__footer .pagination-arrow>a>svg{width:16px;height:16px}#product-grid__footer .pagination-text .current,#product-grid__footer .pagination-text .deco,#product-grid__footer .pagination-text span.page a{padding:16px 20px;font-size:16px;line-height:normal}.hidden{display:none!important}@media screen and (max-width: 1024px){.product-grid{padding-left:30px;padding-right:30px}.product-grid__list{grid-template-columns:repeat(3,1fr)}#breadcrumb #breadcrumb-title{padding-right:16px;padding-left:16px}#product-grid__footer .pagination-text .current,#product-grid__footer .pagination-text .deco,#product-grid__footer .pagination-text span.page a{padding:8px 12px!important;font-size:12px;line-height:normal}#product-grid__footer .pagination-arrow>a{padding:8px 12px;font-size:12px}.pagination .pagination-arrow--next a span{margin-right:8px}.pagination .pagination-arrow--previous a span{margin-left:8px}}@media screen and (max-width: 768px){.product-grid{padding:0 0 64px}.product-grid__list{padding-top:32px;grid-template-columns:repeat(2,1fr);grid-gap:30px;padding-left:16px;padding-right:16px}.product-grid__list.product-grid__list--empty{height:200px}.product-grid__no-results{font-size:18px}.product-grid__header{row-gap:16px}.product-grid__breadcrumbs{padding-left:16px;padding-right:16px}#breadcrumb #breadcrumb-title{font-size:12px!important;letter-spacing:.6px;padding-left:8px;padding-right:8px}#breadcrumb #breadcrumb-title span.title-bar__link>a{font-size:12px!important;letter-spacing:.6px}#breadcrumb #breadcrumb-title span.title-bar__link,#breadcrumb #breadcrumb-title span.title-bar__current{display:inline-block;padding-left:4px;padding-right:4px}.product-grid__banner{min-height:80px;margin-left:16px;margin-right:16px}.product-grid__banner-image-wrapper,.product-grid__banner-image-wrapper img{max-height:100%;min-height:100%}.product-grid__banner-title-wrapper{padding:24px 20px;row-gap:24px}.product-grid__banner-title{font-size:24px;letter-spacing:1.2px}.product-grid__banner-description{font-size:14px;letter-spacing:.6px}.product-grid__filters-wrapper,.product-grid__filters{row-gap:16px}.product-grid__filters-list{gap:8px;display:none}.product-grid__filter-trigger{padding:8px}.product-grid__filter-trigger-wrapper{column-gap:8px}.product-grid__filter-trigger-label{font-size:12px;letter-spacing:.6px}.product-grid__filter-option{font-size:12px;letter-spacing:.6px;padding:8px;column-gap:4px}.product-grid__filter-option-swatch{width:12px;height:12px}.product-grid__filters-list-mobile{display:block;overflow-x:clip}.product-grid__filters-list-mobile-scroll{gap:8px}.product-grid__mobile-filter{min-width:100px}.product-grid__mobile-filter-trigger{padding:8px}.product-grid__mobile-filter-trigger-wrapper{column-gap:8px}.product-grid__mobile-filter-trigger-label{font-size:12px;letter-spacing:.6px}.product-grid__mobile-filter-option{font-size:12px;letter-spacing:.6px;padding:8px;column-gap:4px}.product-grid__mobile-filter-option-swatch{width:12px;height:12px}.product-grid__active-filters{gap:8px;overflow-x:auto;padding-left:16px;padding-right:16px;flex-wrap:nowrap}.product-grid__active-filter{padding:8px;column-gap:8px}.product-grid__active-filter-label{font-size:12px;letter-spacing:.6px}.product-grid__active-filter-swatch{width:12px;height:12px}.product-grid__active-filter-remove>svg{width:12px;height:12px}.product-grid__sort-by--wrapper{padding-left:16px;padding-right:16px}.product-grid__product-count h3{font-size:16px}.sort-by{padding:8px;min-width:170px}.sort-by__trigger-wrapper{column-gap:8px}.sort-by__label,.sort-by__header-label{font-size:12px}.sort-by__option{font-size:12px;padding:8px}#product-grid__footer .pagination.row{padding-left:16px;padding-right:16px;padding-top:32px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/collection-product-grid.css.map */
