.product-rating{display:flex;flex-wrap:wrap;align-items:center;column-gap:1ch}.add-result{display:flex;justify-content:space-between;align-items:center;gap:30px}.option-form .btn svg{width:18px;height:18px;margin-left:5px}:root{--products-per-row:2;--categories-per-row:2}@media (min-width:768px){:root{--products-per-row:4;--categories-per-row:4}}.category__header{background-color:#efefef;margin-bottom:30px}.category__header .inner{display:grid;grid-template-columns:1fr;align-items:center;text-align:center}@media (min-width:768px){.category__header .inner{grid-template-columns:1fr 1fr}}.category__header .inner.-search-text{grid-template-columns:1fr}.category__header .inner.-search-text .category__intro-text{background:0 0}.category__header .inner.-search-text .category__description{color:#bca781;font-size:26px}.category__header h1{color:#253062}.category__intro-text{display:flex;flex-direction:column;justify-content:center;height:100%;background-color:#fff;padding:30px}.category__description{display:block;margin:15px 0}.category__description.-search-text{color:#bca781;font-size:26px}.category__sidebar h1,.category__sidebar h2,.category__sidebar h3,.category__sidebar h4,.category__sidebar h5{margin:0 0 15px 0;color:#253062}.category__heading,.category__sorting{display:flex;align-items:center;border-bottom:1px solid #efefef;height:50px}.category__grid{display:grid;grid-template-columns:1fr;gap:15px 15px}@media (min-width:768px){.category__grid{grid-template-columns:.5fr 1.5fr}}.category__grid.-full-width{grid-template-columns:1fr}.category__grid.-full-width .category__product-container{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.category__grid.-full-width .category__product-container{grid-template-columns:repeat(4,1fr)}}.category__size-guide{width:100%}.category__size-guide a{display:flex;gap:15px;color:#333;text-decoration:underline;align-items:flex-end}.category__size-guide a img{max-width:90px}.category__product-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 15px}@media (min-width:768px){.category__product-container{grid-template-columns:repeat(3,1fr)}}.category__sorting{display:grid;grid-template-columns:.5fr .5fr;grid-column:span 2;margin-bottom:15px}.category__sorting.-no-filters{height:auto}@media (min-width:768px){.category__sorting{grid-column:span 3}}.category__sorting div{display:flex}.category__sorting .select-container{display:flex;align-items:center}.category__sorting .select-container span{white-space:nowrap}.category__sorting select{border:0;box-shadow:none;background:#efefef;margin-left:15px}.category__sorting .product-sorting{display:flex;justify-content:flex-end}.category-grid{display:grid;grid-template-columns:repeat(var(--categories-per-row),1fr);gap:30px}.category{display:grid;grid-template-rows:1fr auto;gap:15px}.category__image-link{display:flex}.category__image-link img{object-fit:scale-down}.product-grid{display:grid;grid-template-columns:repeat(var(--products-per-row),1fr);gap:30px}.product-filters input[type=checkbox]{accent-color:#ec1027;background-color:#fff}.product-filters .filter-group{position:relative;border-bottom:1px solid #efefef;margin-bottom:15px}.product-filters .filter-group.active .icon{transform:rotate(90deg)}.product-filters .filter-group a{display:flex;color:#333;margin-bottom:15px}.product-filters .filter-group a:active,.product-filters .filter-group a:focus,.product-filters .filter-group a:hover{text-decoration:none}.product-filters .filter-group .icon{pointer-events:none;position:absolute;right:0;top:5px}.product-filters .filter-colour{display:flex}.product-filters .filter-colour img{width:25px;margin-right:15px}
