@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("../fonts/AvertaPE-Extrabold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .desktop-only {
    display: none !important;
  }
}

.main-container {
  max-width: 100%;
  margin: 0 36px;
}
@media (max-width: 768.98px) {
  .main-container {
    margin: 0;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 20px;
}
@media (max-width: 1680.98px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768.98px) {
  .products-grid {
    grid-gap: 0 2px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

html,
body,
* {
  font-family: "AvertaPE", "Arial", sans-serif;
}

.body {
  background: #f9f9f9;
}

.main-content .top-section h1 {
  display: inline;
}
.main-content .top-section h1, .main-content .top-section .h1-span {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}
@media (max-width: 1440.98px) {
  .main-content .top-section h1, .main-content .top-section .h1-span {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 1280.98px) {
  .main-content .top-section h1, .main-content .top-section .h1-span {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1024.98px) {
  .main-content .top-section h1, .main-content .top-section .h1-span {
    font-size: 28px;
    line-height: 28px;
  }
}
.main-content .top-section .h1-span {
  margin-left: 3px;
}
.main-content .top-section .top-cold-content {
  font-weight: 400;
  line-height: 24px !important;
  font-size: 16px;
}
@media (max-width: 768.98px) {
  .main-content .top-section .top-cold-content {
    font-size: 14px;
  }
}
.main-content .top-section .top-cold-content .read-more {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.main-content .top-buttons {
  z-index: 9;
  box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background: black;
  color: white;
}
@media (max-width: 768.98px) {
  .main-content .top-buttons {
    z-index: 12;
  }
}
.main-content .top-buttons.js-change-index {
  z-index: 0;
}
.main-content .top-buttons .brands {
  padding: 0 0 0 16px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.main-content .top-buttons .brands .number {
  font-weight: 400;
  font-size: 12px;
  padding: 0 7px;
}
.main-content .top-buttons .filters-btn {
  border-radius: 8px;
  background: white;
  color: black;
  white-space: nowrap;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.main-content .top-buttons .sorting-section .sorting-btn {
  color: white;
  border-radius: 8px;
  outline-color: white;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid white;
  gap: 4px;
  cursor: pointer;
}
.main-content .top-buttons .sorting-section .sorting-dropdown {
  z-index: 10;
  color: #000;
  background: white;
  border: 1px solid black;
}
.main-content .top-buttons .sorting-section .sorting-dropdown li {
  padding: 1rem 0.6rem;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.main-content .top-buttons .sorting-section .sorting-dropdown li:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.main-content .top-buttons .sorting-section .sorting-dropdown li.active {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1280.98px) {
  .main-content .top-buttons .sorting-section .sorting-dropdown li {
    line-height: 15px;
    font-size: 12px;
  }
}

@media (min-width: 1281px) {
  .product-link .product-card .image-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
  }
  .product-link .product-card:hover .image-hover {
    opacity: 1;
  }
}
.product-link .label-wrapper {
  position: absolute;
  top: 21px;
  left: -10px;
  z-index: 1;
}
.product-link .label-wrapper .discount {
  background: #000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 16px 4px 16px;
}
@media (max-width: 1280.98px) {
  .product-link .label-wrapper .discount {
    font-size: 12px;
  }
}
@media (max-width: 1024.98px) {
  .product-link .label-wrapper .discount {
    font-size: 10px;
  }
}
@media (max-width: 768.98px) {
  .product-link .label-wrapper .discount {
    padding: 3px 8px 4px 8px;
  }
}
@media (max-width: 768.98px) {
  .product-link .label-wrapper {
    left: 0px;
    top: 9px;
  }
}

.product-card {
  z-index: 6;
}

.title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}
@media (max-width: 1280.98px) {
  .title {
    font-size: 12px;
  }
}

.product-general {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.product-general li span::before {
  content: ": ";
  padding-left: 1px;
}

.price-wrapper .current-price {
  line-height: 22.5px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1280.98px) {
  .price-wrapper .current-price {
    font-size: 14px;
  }
}
.price-wrapper .new-price {
  line-height: 22.5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: line-through;
}
@media (max-width: 1280.98px) {
  .price-wrapper .new-price {
    font-size: 14px;
  }
}
.price-wrapper .old-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  color: #b51f29;
}
@media (max-width: 1280.98px) {
  .price-wrapper .old-price {
    font-size: 14px;
  }
}

svg.hb-logo-colours.colour-01, svg.hb-logo-colours.boss-black {
  fill: #000;
}
svg.hb-logo-colours.colour-02, svg.hb-logo-colours.boss-orange {
  fill: #eb6608;
}
svg.hb-logo-colours.colour-03, svg.hb-logo-colours.boss-green {
  fill: #80ba27;
}
svg.hb-logo-colours.colour-04, svg.hb-logo-colours.boss-camel {
  fill: #987147;
}
svg.hb-logo-colours.colour-05, svg.hb-logo-colours.hugo-red {
  fill: #b51f29;
}
svg.hb-logo-colours.colour-08, svg.hb-logo-colours.hugo-blue {
  fill: #003594;
}

.filters {
  background-color: #ffffff;
}
.filters .filters-header {
  font-weight: 900;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 22.5px;
}
@media (max-width: 1280.98px) {
  .filters .filters-header {
    line-height: 1.25;
    font-size: 16px;
  }
}

.filter-title {
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 17.5px;
}
@media (max-width: 1280.98px) {
  .filter-title {
    font-size: 12px;
    line-height: 1.25;
  }
}
.filter-title .filter-icon {
  transition: transform 300ms ease;
}
.filter-title .icon-transform {
  transform: rotate(180deg);
  transition: transform 300ms ease;
}
.filter-title .icon-transform .filter-box-closed {
  display: none;
}

.clr-checked svg {
  display: block !important;
}
.clr-checked .bg-color {
  width: 18px !important;
  height: 18px !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
}

.filter-box {
  border-bottom: #ccc 1px solid;
}
.filter-box .filter-item {
  font-size: 14px;
}
.filter-box .filter-item:not(.brand-line) svg {
  display: none;
}
.filter-box .filter-item .filter-item-count {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-left: 6px;
}
@media (max-width: 1280.98px) {
  .filter-box .filter-item .filter-item-count {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    top: 0;
  }
}
.filter-box .filter-item .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
@media (max-width: 1280.98px) {
  .filter-box .filter-item .checkbox-label {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    align-items: normal;
  }
}
.filter-box .filter-item .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  margin-right: 16px;
}
.filter-box .filter-item .checkbox:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  position: relative;
}
.filter-box .filter-item .checkbox:checked:before {
  background-color: #000;
  background-image: url(../img/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-color: #000;
}
.filter-box .filter-item .checkbox.color:checked:before {
  border-color: #e1e0df;
}
.filter-box .filter-item .checkbox.color:checked ~ .bg-color {
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.filter-box .filter-item .checkbox.color:checked ~ .bg-color:before {
  background-image: url(../img/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.filter-box .filter-item .bg-color {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.filter-box .more-items {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1024.98px) {
  .filter-box .more-items {
    font-size: 14px;
  }
}
.filter-box.filter-size .checkbox-label .checkbox:checked ~ span {
  background-color: #000;
  color: #ffffff;
}
.filter-box.filter-size .filter-list-category-size .item-category {
  cursor: pointer;
  background-color: #f6f6f6;
  font-weight: 300;
}
@media (max-width: 1280.98px) {
  .filter-box.filter-size .filter-list-category-size .item-category {
    font-size: 12px;
    font-weight: 400;
  }
  .filter-box.filter-size .filter-list-category-size .item-category:last-of-type {
    border-left: 1px solid #ffffff;
  }
}

.clear-filters {
  border-bottom: 1px solid #949494;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  cursor: pointer;
  margin: 24px 0;
  font-size: 14px;
}
@media (max-width: 1280.98px) {
  .clear-filters {
    margin: 24px auto;
    margin-bottom: 0;
  }
}

.filter-title-mobile {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 22px;
}
@media (min-width: 1281px) {
  .filter-title-mobile {
    display: none;
  }
}

.view-all-products {
  background-color: #3643ba;
  color: #ffffff;
  padding: 20px 40px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.show-all-results {
  border: #ccc 1px solid;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.overlay-filters {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  display: none;
}
@media (max-width: 1024.98px) {
  .overlay-filters {
    background: rgba(0, 0, 0, 0.7019607843);
  }
}

