.shop-header{background:#ededed;color:#000;min-height:21.4285714286rem;transition:color .25s;width:100%}@media (max-width:1279px){.shop-header{min-height:0}}.shop-header--custom-background{background:var(--background-image,#333) no-repeat 50% 50%;background-size:cover;color:#fff}.shop-header__container{height:100%;width:100%}.shop-header--custom-background .shop-header__container{background-color:#0005}.shop-header__content{margin:0 auto;max-width:114.2857142857rem;min-height:21.4285714286rem;padding:2rem 0 4rem;width:95%}@media (max-width:1279px){.shop-header__content{min-height:0;padding:2rem 0}}.shop-header__breadcrumbs{align-items:center;display:flex;gap:.25rem;list-style:none;margin-bottom:1rem}.shop-header__breadcrumbs a{color:currentColor}.shop-header__breadcrumb--capitalise{text-transform:capitalize}.shop-header__headline{color:currentColor;font-family:DM Sans,Arial;font-size:1.4285714286rem;font-weight:700;margin-bottom:1rem}@media (max-width:1023px){.shop-header__headline{font-size:1.0714285714rem}}@media (min-width:768px){.shop-header__headline{font-size:2rem}}@media (min-width:768px) and (max-width:1023px){.shop-header__headline{font-size:1.5rem}}.shop-header__description{font-size:1.1428571429rem;max-width:70rem}.shop-header__description img{margin:0 1rem 1rem 0;max-height:10.7142857143rem;-o-object-fit:contain;object-fit:contain;width:auto}.shop-header__description a{color:currentColor}.shop-header--opening-tag .shop-header__description>:first-child{float:left}.drop-down{position:relative}.drop-down__toggle{align-items:center;color:#000;display:flex;gap:.25rem;white-space:nowrap}.drop-down__options-list{background-color:#fff;display:flex;flex-flow:column;list-style:none;padding:0;position:absolute;right:0;top:100%;z-index:10}.drop-down--left .drop-down__options-list{left:0;text-align:left}.drop-down--right .drop-down__options-list{right:0;text-align:right}.drop-down__option-button{color:#000;display:flex;padding:.15rem .5rem;transition:background-color .25s;width:100%}.drop-down__option-button:hover{background-color:#dedede}.drop-down--left .drop-down__option-button{justify-content:start;text-align:left}.drop-down--right .drop-down__option-button{justify-content:end;text-align:right}.drop-down__option-button--selected{color:var(--color-orange)}.shop-sort-dropdown ul li button{white-space:nowrap}.shop-pagination{display:flex;flex-flow:row wrap;gap:2px;justify-content:center;list-style:none;margin:0 auto 2rem;max-width:100%;padding:2rem 0 0;width:-moz-max-content;width:max-content}.shop-pagination__button,.shop-pagination__placeholder{align-items:center;color:#707070;display:flex;height:2.2857142857rem;justify-content:center;min-width:2.2857142857rem;padding:.25rem .5rem}.shop-pagination__button{border:1px solid #707070;border-radius:4px;text-decoration:none;transition:background-color .25s}.shop-pagination__button--active,.shop-pagination__button:hover{background-color:#fff}.shop-pagination__button--active{color:#000}.shop-pagination__icon--previous{transform:rotate(180deg)}.bool-toggle{align-items:center;display:flex;gap:.25rem}.bool-toggle__toggle-wrapper{background-color:#fff;border:.1rem solid #000;border-radius:.7rem;cursor:pointer;padding:.1rem;width:2.2rem}.bool-toggle__toggle-dot{background-color:#000;border-radius:50%;height:1rem;transition:margin-left .25s;width:1rem}.bool-toggle--is-true .bool-toggle__toggle-dot{margin-left:.8rem}.bool-toggle__label-false,.bool-toggle__label-true{background:transparent;border:none;color:#707070;font-size:1rem;transition:color .25s}.bool-toggle--is-false .bool-toggle__label-false,.bool-toggle--is-true .bool-toggle__label-true{color:#000}.check-list--open .check-list__meta-toggle svg{transform:rotate(180deg)}.check-list__meta{align-items:center;display:flex;gap:.2142857143rem}.check-list__meta-toggle{align-items:center;color:#000;display:flex;height:1.1428571429rem;width:1.1428571429rem}.check-list__result-list{list-style:none;padding:1.4285714286rem 0 0}.check-list__child-result-list{list-style:none;padding-left:1.0714285714rem}.check-list .shop-page__filter-section-header{cursor:pointer}.filter-pills{align-items:center;display:flex;flex-flow:row wrap;gap:.25rem .5rem;list-style:none;padding:0}.filter-pills__item{align-items:center;background-color:#fff;border:1px solid #000;border-radius:7.1428571429rem;display:flex;gap:.4285714286rem;justify-content:space-between;min-height:2.1428571429rem;min-width:5.7142857143rem;padding:.1rem .3571428571rem .1rem .8571428571rem}.filter-pills__item--is-sale{background-color:#efceb6}.filter-pills__type-icon{font-size:1rem}.filter-pills__remove{display:flex;font-size:1.4285714286rem;height:1.4285714286rem;transition:color .25s;width:1.4285714286rem}.filter-pills__remove:active,.filter-pills__remove:focus,.filter-pills__remove:hover{color:#721c24}.filter-pills__remove-all{align-items:center;background-color:var(--background-color);border:1.2px solid var(--border-color,var(--text-color));border-radius:3px;color:var(--text-color,currentColor);cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:12px;height:24px;justify-content:center;padding:0 10px;position:relative;text-decoration:none;transition:background-color .25s,color .25s;-webkit-user-select:none;-moz-user-select:none;user-select:none;--background-color:transparent;--background-color-hover:#9a2d2d;--text-color:#9a2d2d;--text-color-hover:#fff;margin-left:auto}.filter-pills__remove-all:active,.filter-pills__remove-all:focus,.filter-pills__remove-all:hover{background-color:var(--background-color-hover,var(--text-color));color:var(--text-color-hover,var(--background-color));text-decoration:none}.filter-pills__remove-all:disabled{cursor:not-allowed;opacity:.75}.shop-page{align-items:stretch;background-color:#f7f7f7;display:flex;font-size:.8571428571rem;min-height:70svh;width:100%}.shop-page--filter-reduced .check-list__result-list{display:none}@media (max-width:1023px){.shop-page{flex-flow:column}}.shop-page__filters{display:flex;flex-flow:column;transition:width .25s;width:3.9285714286rem}@media (max-width:1023px){.shop-page__filters{width:100%}}@media (min-width:1024px){.shop-page__filters{border-right:1px solid #707070}.shop-page--filter-expanded .shop-page__filters{width:21rem}}.shop-page__filter-sticky{position:sticky;top:var(--menu-height)}@media (min-width:1024px){.shop-page__filter-sticky{height:calc(100vh - var(--menu-height));overflow:auto}}.shop-page__filter-section{border-bottom:1px solid transparent;min-height:3.5714285714rem;padding:.8571428571rem 1rem;transition:border-bottom-color .25s}.shop-page__filter-section--sale{align-items:center;display:flex;height:2.8571428571rem;justify-content:stretch;min-height:2.8571428571rem;padding:0 1rem}.shop-page__filter-section--large{height:4.2857142857rem}.shop-page:not(.shop-page--filter-expanded) .shop-page__filter-section--sale{background-color:#efcfb7}.shop-page--filter-expanded .shop-page__filter-section{border-bottom-color:#707070}.shop-page__filter-section-header{align-items:center;display:flex;gap:.9285714286rem;justify-content:center;width:100%}.shop-page--filter-expanded .shop-page__filter-section-header{justify-content:flex-start}.shop-page__filter-section-icon{align-items:center;display:flex;flex:0 0 1.7142857143rem;font-size:1.4285714286rem;height:1.7142857143rem;justify-content:center;width:1.7142857143rem}.shop-page__filter-section-icon--toggle{color:#000;margin-left:auto}@media (max-width:1023px){.shop-page__filter-section-icon--toggle{display:none}}.shop-page__toggle-icon{margin-bottom:0}.shop-page--filter-expanded .shop-page__toggle-icon{transform:rotate(180deg)}.shop-page__filter-section-title{display:flex;font-size:1rem;gap:.3571428571rem;justify-content:space-between;width:100%}@media (min-width:1024px){.shop-page__filter-section-title{display:none}}.shop-page--filter-expanded .shop-page__filter-section-title{display:flex}.shop-page__filter-section-title--large{font-family:DM Sans,Arial;font-size:1.4285714286rem;font-weight:700}@media (max-width:1023px){.shop-page__filter-section-title--large{font-size:1.0714285714rem}}@media (min-width:768px){.shop-page__filter-section-title--large{font-size:2rem}}@media (min-width:768px) and (max-width:1023px){.shop-page__filter-section-title--large{font-size:1.5rem}}.shop-page__filter-section-counter{align-items:center;background-color:#000;border-radius:.7142857143rem;color:#fff;display:inline-flex;font-size:.7857142857rem;height:1.4285714286rem;justify-content:center;min-width:1.4285714286rem;padding-right:1px}.shop-page__main{flex:0 1 100%;width:100%}.shop-page__header-content{margin-bottom:2.2857142857rem}.shop-page__main-content{width:100%}.shop-page__sticky-content{background-color:#f7f7f7;border-bottom:1px solid transparent;margin-bottom:1.4285714286rem;position:sticky;top:calc(var(--menu-height) - 1px);transition:border-bottom-color .25s;z-index:30}.shop-page--sticky .shop-page__sticky-content{border-color:#707070}.shop-page__search-bar-container{height:4.3571428571rem;padding:0 2rem;transition:background-color .25s,border-bottom-color .25s;z-index:1}.shop-page--sticky .shop-page__search-bar-container{background-color:#fff;border-bottom:1px solid #707070}.shop-page--sticky .shop-page__search-bar-container .search-bar__container{border-color:transparent}.shop-page__badges,.shop-page__count,.shop-page__main-breadcrumbs,.shop-page__pagination,.shop-page__results,.shop-page__sticky-search-meta{margin:0 auto;max-width:114.2857142857rem;padding:0 2rem}.shop-page__main-breadcrumbs{align-items:center;color:#707070;display:flex;gap:.5rem;height:4.2142857143rem;list-style:none}.shop-page__main-breadcrumbs a{color:currentColor;text-decoration:none}.shop-page__sticky-search-meta{align-items:center;display:grid;gap:.5rem;grid-template:"count badges sortBy" auto/auto 1fr auto;min-height:2.7857142857rem}@media (max-width:1023px){.shop-page__sticky-search-meta{grid-template:"left count sortBy right" 2.5rem "left badges badges badges" auto/2rem 1fr auto 2rem;padding:0 0 .5rem}.shop-page--without-filters .shop-page__sticky-search-meta{grid-template:"count sortBy" auto/1fr auto;padding:0 2rem}}@media (min-width:1024px){.shop-page__sticky-pills,.shop-page__sticky-sort{opacity:0;pointer-events:none;transition:opacity .25s}.shop-page--sticky .shop-page__sticky-pills,.shop-page--sticky .shop-page__sticky-sort{opacity:1;pointer-events:auto}}.shop-page__sticky-pills-wrapper{grid-area:badges}@media (max-width:1023px){.shop-page__sticky-pills-wrapper{flex-wrap:nowrap;overflow:auto;width:100%}.shop-page--without-filters .shop-page__sticky-pills-wrapper{display:none}.shop-page__sticky-pills{width:-moz-max-content;width:max-content}}@media (min-width:1024px){.shop-page__sticky-pills{padding:.25rem 0}}.shop-page__sticky-pills .filter-pills__item{white-space:nowrap}.shop-page__sticky-sort{grid-area:sortBy}.shop-page__count,.shop-page__sticky-count{font-size:1.1428571429rem;font-weight:700}.shop-page__sticky-count{grid-area:count}.shop-page__badges{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.4285714286rem;opacity:1;transition:opacity .25s;width:100%}@media (max-width:1023px){.shop-page__badges{display:none}}.shop-page--sticky .shop-page__badges{opacity:0;pointer-events:none}.shop-page__results{display:grid;gap:2.1428571429rem .7142857143rem;grid-template-columns:repeat(2,1fr);list-style:none;transition:filter .25s}.shop-page--searching .shop-page__results{filter:blur(.25rem)}@media (min-width:768px){.shop-page__results{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.shop-page__results{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.shop-page__results{grid-template-columns:repeat(5,1fr)}}@media (min-width:1660px){.shop-page__results{grid-template-columns:repeat(6,1fr)}}
