.wyms-collection-grid{background:var(--Colors-Background-bg-primary, #fff);padding:0 64px 112px;display:flex;flex-direction:column;align-items:center}.wyms-collection-grid__inner{width:100%;max-width:1440px;display:flex;flex-direction:column;gap:32px}.wyms-collection-header{padding-top:var(--spacing-6xl, 48px);display:flex;align-items:flex-start;gap:var(--spacing-5xl, 40px)}.wyms-collection-header__inner{display:flex;align-items:flex-end;gap:0;flex:1 0 0}.wyms-collection-header__meta{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;flex:1 0 0}.wyms-collection-header__title{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-display, "Clash Grotesk", sans-serif);font-size:var(--Font-size-display-xs, 24px);font-weight:600;line-height:var(--Line-height-display-xs, 32px);margin:0}.wyms-collection-header__count{color:var(--Colors-Text-text-tertiary, #535862);font-family:var(--Font-family-font-family-body, "Inter", sans-serif);font-size:var(--Font-size-text-lg, 18px);font-weight:400;line-height:var(--Line-height-text-lg, 28px);margin:0}.wyms-collection-grid__rows{display:flex;flex-direction:column;gap:64px;align-self:stretch}.wyms-collection-grid__row--default{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-2xl, 20px);align-items:start}.wyms-collection-grid__row--feature{display:grid;grid-template-columns:1fr 2fr;gap:var(--spacing-2xl, 20px);align-items:stretch}.wyms-collection-grid__row--feature.wyms-collection-grid__row--left{grid-template-columns:2fr 1fr}.wyms-product-card{display:flex;flex-direction:column;gap:var(--spacing-2xl, 20px);min-width:0;width:100%;align-self:start}.wyms-product-card__link{display:flex;flex-direction:column;gap:var(--spacing-2xl, 20px);text-decoration:none;color:inherit}.wyms-product-card__image-wrap{position:relative;border-radius:var(--radius-radius-xl-12, 12px);background:var(--Colors-Grey-grey_light, #FBFBFB);aspect-ratio:117 / 128;overflow:hidden;display:flex;justify-content:center;align-items:center}.wyms-product-card__top-left-icon{position:absolute;top:24px;left:24px;z-index:10;width:76px;height:40px}.wyms-product-card__top-left-icon img{width:100%;height:100%;object-fit:contain}.wyms-product-card__wishlist{position:absolute;top:16px;right:16px;z-index:10;display:inline-flex;padding:var(--spacing-xl, 16px);justify-content:center;align-items:center;background:none;border:none;cursor:pointer;border-radius:50%;color:var(--Colors-Text-text-primary, #191839);transition:color .2s}.wyms-product-card__wishlist.is-active{color:#e53e3e}.wyms-product-card__wishlist svg{width:24px;height:24px}.wyms-product-card__spot-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.wyms-product-card__spot{position:absolute;width:85%;height:85%;object-fit:contain;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.wyms-product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:opacity .4s cubic-bezier(.4,0,.2,1);display:block}.wyms-product-card__img--primary{z-index:2;opacity:1;object-fit:contain}.wyms-product-card__img--hover,img.wyms-product-card__img.wyms-product-card__img--hover{z-index:3;opacity:0;pointer-events:none;object-fit:cover!important;object-position:center top}@media(hover:hover)and (pointer:fine){.wyms-product-card:hover .wyms-product-card__img--primary{opacity:0}.wyms-product-card:hover .wyms-product-card__img--hover{opacity:1}}.wyms-product-card__info{padding:0 var(--spacing-2xl, 20px)}.wyms-product-card__info-inner{display:flex;flex-direction:column;gap:var(--spacing-md, 8px)}.wyms-product-card__text-price{display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px}.wyms-product-card__text{display:flex;flex-direction:column;gap:var(--spacing-xxs, 2px);flex:1 0 0}.wyms-product-card__title{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-display, "Clash Grotesk", sans-serif);font-size:var(--Font-size-display-xs, 24px);font-weight:600;line-height:var(--Line-height-display-xs, 32px)}.wyms-product-card__model{color:var(--Colors-Text-text-tertiary, #535862);font-family:var(--Font-family-font-family-body, "Inter", sans-serif);font-size:var(--Font-size-text-lg, 18px);font-weight:400;line-height:var(--Line-height-text-lg, 28px)}.wyms-product-card__price-wrap{display:flex;padding-top:3px;justify-content:flex-end;align-items:center;gap:var(--spacing-md, 8px)}.wyms-product-card__price{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-body, "Inter", sans-serif);font-size:var(--Font-size-text-lg, 18px);font-weight:500;line-height:var(--Line-height-text-lg, 28px)}.wyms-product-card__price--compare{color:var(--Colors-Text-text-tertiary, #535862);font-weight:400;text-decoration:line-through}.wyms-card-insert--photo{border-radius:var(--radius-radius-xl-12, 12px);overflow:hidden;min-height:300px;display:flex;align-items:stretch}.wyms-card-insert--photo .wyms-card-insert__img{width:100%;height:100%;object-fit:cover;display:block}.wyms-card-insert--promo{border-radius:var(--radius-radius-xl-12, 12px);overflow:hidden;display:flex;flex-direction:row;align-items:stretch;cursor:pointer;position:relative}.wyms-card-insert__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:var(--spacing-4xl, 32px) var(--spacing-4xl, 32px) var(--spacing-lg, 12px) var(--spacing-4xl, 32px);flex:0 0 52%;margin-right:-12%;min-width:0}.wyms-card-insert__text-group{display:flex;flex-direction:column;gap:var(--spacing-lg, 12px)}.wyms-card-insert__title{color:var(--Colors-Text-text-primary_on-brand, #fff);font-family:var(--Font-family-font-family-display, "Clash Grotesk", sans-serif);font-size:var(--Font-size-display-sm, 30px);font-weight:600;line-height:var(--Line-height-display-sm, 38px);margin:0}.wyms-card-insert__desc{color:var(--Colors-Text-text-primary_on-brand, #fff);font-family:var(--Font-family-font-family-body, "Inter", sans-serif);font-size:var(--Font-size-text-lg, 18px);font-weight:400;line-height:var(--Line-height-text-lg, 28px);margin:0;white-space:pre-line}.wyms-card-insert__btn-wrap{padding-top:16px}.wyms-card-insert__btn{display:inline-flex;padding:var(--spacing-lg, 12px) 18px;justify-content:center;align-items:center;gap:var(--spacing-sm, 6px);border-radius:var(--radius-button, 9999px);background:#fff;color:#242352;font-family:var(--Font-family-font-family-body, "Inter", sans-serif);font-size:var(--Font-size-text-md, 16px);font-weight:600;line-height:var(--Line-height-text-md, 24px);text-decoration:none;white-space:nowrap;transition:opacity .2s}.wyms-card-insert__btn:hover{opacity:.9}.wyms-card-insert__media{position:relative;flex:1 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center}.wyms-card-insert__spot-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.wyms-card-insert__spot{width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.wyms-card-insert__product-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;z-index:1;transform:translate(6%) scale(1.12);transform-origin:center bottom}.wyms-collection-header__filters{display:flex;justify-content:flex-end;align-items:center;flex:1}.facets__form{width:100%}.facets__main-container{display:flex;justify-content:flex-end;width:100%}.facets__group-right{display:flex;flex-direction:row;align-items:center;gap:24px}.facets__list-wrapper{display:flex;flex-direction:row;gap:6px}.facet-details{position:relative;list-style:none}.facet-btn{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px;border-radius:9999px;border:1px solid #E9EAEB;background:#fff;cursor:pointer;list-style:none;transition:border-color .2s ease}.facet-btn::-webkit-details-marker{display:none}.facet-btn:hover{border-color:#242352}.facet-btn__label{color:#191839;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px}.facet-btn__content{display:flex;padding:0 2px;align-items:center;gap:6px}.facet-btn__count{display:flex;width:20px;height:20px;padding:4px;justify-content:center;align-items:center;border-radius:50%;background:#242352;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:18px}.facet-btn__icon-arrow,.facet-btn__icon-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.facet-btn__icon-arrow svg,.facet-btn__icon-close svg{width:20px;height:20px;flex-shrink:0}.facet-btn__icon-close,.facet-details[open] .facet-btn__icon-arrow{display:none}.facet-details[open] .facet-btn__icon-close{display:flex}.facet-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:auto;min-width:220px;display:flex;flex-direction:column;border-radius:16px;background:#f7f7f7;box-shadow:0 12px 24px #0000000d;z-index:100;padding:8px 0}.facet-dropdown--right{left:auto;right:0}.facet-dropdown__list{list-style:none;padding:0;margin:0}.facet-dropdown__item{display:flex;min-width:180px;align-items:center;align-self:stretch;cursor:pointer;transition:background .2s}.facet-dropdown__item:hover{background:#00000008}.facet-checkbox-label{display:flex;width:100%;padding:12px 24px;align-items:center;gap:8px;cursor:pointer}.facet-checkbox-label input{display:none}.facet-checkbox__box{width:18px;height:18px;border-radius:4px;border:1px solid #D9D9D9;background:#fff;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:all .2s ease}.facet-checkbox__box svg{width:12px;height:12px;display:none}.facet-checkbox-label input:checked+.facet-checkbox__box{background:#6865ea;border-color:#6865ea}.facet-checkbox-label input:checked+.facet-checkbox__box svg{display:block}.facet-checkbox__text{color:#191839;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}.facet-reset-btn{display:flex;align-items:center;gap:8px;color:#191839;font-family:Inter,sans-serif;font-size:16px;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0}.facet-details--sort .facet-btn{border:none;background:transparent;padding:10px 0}.facet-details--sort .facet-btn:hover{border-color:transparent}.facet-btn__icon-sort{display:flex;align-items:center;flex-shrink:0;width:20px;height:20px}.facet-btn__icon-sort svg{width:20px;height:20px;flex-shrink:0}.wyms-mobile-filter-btn{display:none;padding:10px var(--spacing-xl, 16px);justify-content:center;align-items:center;gap:var(--spacing-sm, 6px);border-radius:var(--radius-full, 9999px);border:1px solid #E9EAEB;background:#fff;cursor:pointer;transition:border-color .2s ease;white-space:nowrap;flex-shrink:0}.wyms-mobile-filter-btn:hover{border-color:#242352}.wyms-mobile-filter-btn svg,.wyms-mobile-filter-btn .icon{width:20px;height:20px;flex-shrink:0}.wyms-mobile-filter-btn span{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-md, 24px)}.wyms-mobile-drawer__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000052;z-index:9998;opacity:0;transition:opacity .3s ease}.wyms-mobile-drawer__overlay.is-visible{display:block}.wyms-mobile-drawer__overlay.is-open{opacity:1}.wyms-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;padding:26px 16px 16px;box-sizing:border-box;pointer-events:none}.wyms-mobile-drawer.is-visible{display:flex}.wyms-mobile-drawer__sheet{width:100%;height:100%;display:flex;flex-direction:column;border-radius:var(--radius-radius-2-xl-16, 16px);background:var(--Colors-Background-bg-primary, #FFF);pointer-events:all;padding:var(--spacing-md, 8px) var(--spacing-xl, 16px) 0 var(--spacing-xl, 16px);box-sizing:border-box;transform:translateY(110%);transition:transform .35s cubic-bezier(.32,.72,0,1);overflow:hidden}.wyms-mobile-drawer.is-open .wyms-mobile-drawer__sheet{transform:translateY(0)}.wyms-mobile-drawer__header{display:flex;align-items:flex-end;gap:var(--spacing-md, 8px);align-self:stretch;flex-shrink:0}.wyms-mobile-drawer__title-wrap{display:flex;padding-top:var(--spacing-md, 8px);align-items:flex-end;gap:var(--spacing-xl, 16px);flex:1 0 0}.wyms-mobile-drawer__title{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-display, "Clash Grotesk");font-size:var(--Font-size-display-xs, 24px);font-style:normal;font-weight:600;line-height:var(--Line-height-display-xs, 32px);margin:0;padding-bottom:4px}.wyms-mobile-drawer__close{display:flex;width:40px;height:40px;padding:var(--spacing-md, 8px);justify-content:center;align-items:center;border:none;cursor:pointer;flex-shrink:0;align-self:center}.wyms-mobile-drawer__close svg,.wyms-mobile-drawer__close .icon{width:20px;height:20px}.wyms-mobile-drawer__content{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;overflow-y:auto;-webkit-overflow-scrolling:touch}.wyms-mobile-filter-row{display:flex;min-width:180px;padding:var(--spacing-lg, 12px) var(--spacing-3xl, 24px);align-items:center;gap:var(--spacing-xs, 4px);align-self:stretch;cursor:pointer;transition:background .15s ease}.wyms-mobile-filter-row:hover{background:#00000005}.wyms-mobile-filter-row__label{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-md, 24px);flex-shrink:0}.wyms-mobile-filter-row__chips{display:flex;flex-direction:row;gap:4px;margin-left:auto;overflow:hidden;align-items:center;min-width:0;flex-shrink:1}.wyms-mobile-filter-chip{display:flex;padding:3px var(--spacing-md, 8px);justify-content:center;align-items:center;gap:3px;border-radius:var(--radius-sm, 6px);border:1px solid var(--Colors-Grey-grey, #D9D9D9);background:var(--Colors-Background-bg-primary, #FFF);color:var(--Colors-Text-text-primary, #191839);text-align:center;font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-xs, 12px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-xs, 18px);white-space:nowrap;flex-shrink:0;max-width:100px;overflow:hidden;text-overflow:ellipsis}.wyms-mobile-filter-chip--overflow{display:flex;padding:3px var(--spacing-md, 8px);justify-content:center;align-items:center;gap:3px;border-radius:var(--radius-sm, 6px);background:transparent;color:var(--Colors-Text-text-primary, #191839);text-align:center;font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-xs, 12px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-xs, 18px);white-space:nowrap;flex-shrink:0}.wyms-mobile-filter-row__arrow{display:flex;align-items:center;flex-shrink:0;color:#191839;margin-left:auto}.wyms-mobile-filter-row__arrow svg,.wyms-mobile-filter-row__arrow .icon{width:20px;height:20px}.wyms-mobile-filter-dropdown{display:none;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;align-self:stretch;border-radius:var(--radius-2xl, 16px);background:var(--Colors-Base-gray-light, #F7F7F7);margin:0 16px 8px}.wyms-mobile-filter-dropdown.is-open{display:flex}.wyms-mobile-filter-dropdown__list{list-style:none;padding:0;margin:0;width:100%}.wyms-mobile-filter-dropdown__item{display:flex;min-width:180px;align-items:center;align-self:stretch}.wyms-mobile-filter-checkbox-label{display:flex;width:100%;padding:var(--spacing-lg, 12px) var(--spacing-3xl, 24px);align-items:center;gap:var(--spacing-md, 8px);cursor:pointer}.wyms-mobile-filter-checkbox-label input{display:none}.wyms-mobile-filter-checkbox__box{width:18px;height:18px;border-radius:var(--radius-xs, 4px);border:1px solid var(--Colors-Grey-grey, #D9D9D9);background:var(--Colors-Background-bg-primary, #FFF);display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:all .2s ease}.wyms-mobile-filter-checkbox__box svg{width:14px;height:14px;flex-shrink:0;display:none}.wyms-mobile-filter-checkbox-label input:checked+.wyms-mobile-filter-checkbox__box{display:flex;width:18px;height:18px;padding:2px;justify-content:center;align-items:center;border-radius:var(--radius-xs, 4px);border:1px solid var(--Colors-Blue-blue, #6865EA);background:var(--Colors-Blue-blue, #6865EA)}.wyms-mobile-filter-checkbox-label input:checked+.wyms-mobile-filter-checkbox__box svg{display:block}.wyms-mobile-filter-checkbox__text{color:var(--Colors-Text-text-primary, #191839);font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-md, 24px)}.wyms-mobile-drawer__footer{display:flex;padding-bottom:var(--spacing-xl, 16px);padding-left:var(--spacing-xl, 16px);padding-right:var(--spacing-xl, 16px);padding-top:var(--spacing-md, 8px);align-items:flex-end;gap:var(--spacing-md, 8px);align-self:stretch;flex-shrink:0}.wyms-mobile-drawer__btn{display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:var(--spacing-xs, 4px);flex:1 0 0;border-radius:var(--radius-button, 9999px);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-family:var(--Font-family-font-family-body, Inter);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-sm, 20px)}.wyms-mobile-drawer__btn--reset{border:3px solid var(--Component-colors-Components-Buttons-Secondary-color-button-secondary-color-border, #242352);background:transparent;color:var(--Component-colors-Components-Buttons-Secondary-color-button-secondary-color-fg, #242352)}.wyms-mobile-drawer__btn--reset:hover{background:var(--Component-colors-Components-Buttons-Primary-button-primary-bg, #242352);color:var(--Component-colors-Components-Buttons-Primary-button-primary-fg, #FFF);border-color:#242352}.wyms-mobile-drawer__btn--apply{border:3px solid transparent;background:var(--Component-colors-Components-Buttons-Primary-button-primary-bg, #242352);color:var(--Component-colors-Components-Buttons-Primary-button-primary-fg, #FFF)}.wyms-filters--mobile{display:none}@media(max-width:1023px){.wyms-collection-grid{padding:0 32px 80px}.wyms-collection-grid__row--default{grid-template-columns:repeat(2,1fr)}.wyms-collection-grid__row--feature,.wyms-collection-grid__row--feature.wyms-collection-grid__row--left{grid-template-columns:1fr 1fr}.wyms-card-insert--promo{flex-direction:column}.wyms-card-insert__content{flex:none;margin-right:0;padding:24px 24px 12px}.wyms-card-insert__title{font-size:22px;line-height:30px}.wyms-card-insert__desc{font-size:16px}.wyms-card-insert__media{flex:none;aspect-ratio:101 / 96}}@media(max-width:767px){.wyms-collection-grid{padding:0 20px 64px}.wyms-collection-grid__inner{gap:24px}.wyms-collection-grid__rows{gap:var(--spacing-2xl, 20px)}.wyms-collection-grid__row--default,.wyms-collection-grid__row--feature,.wyms-collection-grid__row--feature.wyms-collection-grid__row--left{display:flex;flex-direction:column;gap:var(--spacing-2xl, 20px)}.wyms-product-card{width:100%;box-sizing:border-box}.wyms-product-card__image-wrap{aspect-ratio:149 / 163}.wyms-product-card__top-left-icon{top:16px;left:16px}.wyms-product-card__wishlist{top:8px;right:8px}.wyms-card-insert--promo{flex-direction:column;width:100%;box-sizing:border-box}.wyms-card-insert--photo{width:100%;box-sizing:border-box}.wyms-card-insert__content{flex:none;padding:var(--spacing-2xl, 20px) var(--spacing-2xl, 20px) var(--spacing-lg, 12px)}.wyms-card-insert__media{flex:none;aspect-ratio:101 / 96}.wyms-filters--desktop{display:none!important}.wyms-filters--mobile{display:flex!important}}.wyms-product-badges{position:absolute;top:20px;left:20px;z-index:5;display:flex;flex-direction:column;gap:5px;pointer-events:none}.wyms-badge{display:flex;align-items:center;justify-content:center}.wyms-badge img{width:60px;height:auto;object-fit:contain}.wyms-product-card[data-available=false] .wyms-product-card__image-wrap{filter:grayscale(.5);opacity:.8}
/*# sourceMappingURL=/cdn/shop/t/1/assets/wyms-collection-grid.css.map */
