<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlow-semi-condensed-v14-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LumaIcons";
  src: url("../fonts/Luma-Icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

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

.main-container {
  max-width: 1200px;
  margin: auto;
}

.max-width-container {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .max-width-container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.main-padding-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .main-padding-container {
    padding: 0 32px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media (max-width: 639.98px) {
  .products-grid {
    grid-template-columns: repeat(1, 100%);
  }
}

.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;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.main-content {
  font-family: "Barlow";
  -webkit-font-smoothing: antialiased;
}
.main-content .breadcrumbs {
  /* ───── link styling you already had ───── */
  /* ───── new flex-list markup ───── */
}
.main-content .breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  /* arrow in the OLD inline-anchor markup */
}
.main-content .breadcrumbs a:hover {
  text-decoration: underline;
}
.main-content .breadcrumbs a:not(:last-of-type)::after {
  content: url(../img/filter-arrow.svg);
  display: block;
  margin-bottom: -2px;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.main-content .breadcrumbs .breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px; /* space between items */
  /* span inherits the same typography as &lt;a&gt; */
}
.main-content .breadcrumbs .breadcrumbs-list li {
  display: flex;
  align-items: center;
  gap: 4px; /* space between text and arrow */
  /* arrow between every &lt;li&gt; except the last */
}
.main-content .breadcrumbs .breadcrumbs-list li:not(:last-child)::after {
  content: url(../img/filter-arrow.svg);
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  margin-bottom: -2px;
}
.main-content .breadcrumbs .breadcrumbs-list span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
@media (max-width: 639.98px) {
  .main-content .breadcrumbs {
    border-bottom: 1px solid #d6d8d9;
  }
}
.main-content .main-top-container {
  padding-bottom: 10px;
}
.main-content .main-top-container h1 {
  font-weight: 900;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.main-content .main-top-container .top-cold-content {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.main-content .main-top-container .top-cold-content .read-more {
  font-weight: 600;
  text-decoration: underline;
}
.main-content .products .sorting-container .products-count {
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
}
.main-content .products .sorting-container-inner .sorting-text,
.main-content .products .sorting-container-inner .sorting-btn {
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
}
.main-content .products .sorting-container-inner .sorting .sorting-btn {
  border: 1px solid #adb1b3;
  border-radius: 4px;
  cursor: pointer;
}
.main-content .products .sorting-container-inner .sorting .sorting-btn:hover {
  border: 1px solid #e20811;
}
.main-content .products .sorting-container-inner .sorting .sorting-list {
  background-color: #ffffff;
  border: 1px solid #adb1b3;
  border-radius: 4px;
}
.main-content .products .sorting-container-inner .sorting .sorting-list li {
  font-size: 18px;
  font-weight: 500;
}
.main-content .products .sorting-container-inner .sorting .sorting-list li:hover {
  background-color: #209be3;
  color: white;
}
.main-content .products .sorting-container-inner .sorting-arrow-up::before, .main-content .products .sorting-container-inner .sorting-arrow-down::before {
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  font-family: "LumaIcons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
}
.main-content .products .sorting-container-inner .sorting-arrow-up:hover::before, .main-content .products .sorting-container-inner .sorting-arrow-down:hover::before {
  color: #333;
}
.main-content .products .sorting-container-inner .sorting-arrow-up:before {
  content: "\e613";
}
.main-content .products .sorting-container-inner .sorting-arrow-down:before {
  content: "\e614";
}
@media (max-width: 767.98px) {
  .main-content .products .sorting-container .filters-mobile-btn,
  .main-content .products .sorting-container .sorting-btn {
    border: 2px solid #000 !important;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600 !important;
  }
}
.main-content .products .products-container .product-link {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.main-content .products .products-container .product-link:nth-of-type(-n + 4) {
  border-top: 0;
}
.main-content .products .products-container .product-link:nth-of-type(4n) {
  border-right: 1px solid transparent;
}
.main-content .products .products-container .product-link:last-of-type {
  border-right: 0;
}
@media (max-width: 639.98px) {
  .main-content .products .products-container .product-link {
    border-top: 1px solid #ebebeb !important;
    border-right: 0 !important;
  }
}
.main-content .products .products-container .product-card {
  border: 4px solid transparent;
}
.main-content .products .products-container .product-card .label {
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
}
.main-content .products .products-container .product-card .label.yellow-label {
  background-color: #ffdc00;
}
.main-content .products .products-container .product-card .label.gray-label {
  background-color: #e6e6e6;
}
.main-content .products .products-container .product-card .title {
  height: 40px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.main-content .products .products-container .product-card .review-wrapper .review-number {
  font-size: 16px;
}
.main-content .products .products-container .product-card .product-general {
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-word;
}
.main-content .products .products-container .product-card .product-general.product-description {
  height: 48px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.main-content .products .products-container .product-card .product-general.product-attributes ul span:before {
  content: ":";
  margin: 0 3px;
}
.main-content .products .products-container .product-card .price-wrapper .original-price,
.main-content .products .products-container .product-card .price-wrapper .new-price {
  font-weight: 700;
  font-size: 40px;
}
.main-content .products .products-container .product-card .price-wrapper .new-price {
  color: #e20811;
}
.main-content .products .products-container .product-card .price-wrapper .old-price {
  font-size: 18px;
  font-weight: 500;
}
.main-content .products .products-container .product-card .price-wrapper .old-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #e20811;
  transform: rotate(-10deg);
}
.main-content .products .products-container .product-card .price-wrapper .cents {
  font-size: 18px;
}
.main-content .products .products-container .product-card .price-wrapper .currency {
  font-size: 16px;
  font-weight: 600;
}
.main-content .products .products-container .product-card .price-wrapper .price-text {
  font-weight: 500;
  font-size: 14px;
}
.main-content .products .products-container .product-card .price-wrapper .saved {
  color: #e20811;
  font-weight: 500;
  font-size: 14px;
}
.main-content .products .products-container .product-card .label-bottom {
  font-size: 14px;
  font-weight: 500;
}
.main-content .products .products-container .product-card .cart-button {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  font-weight: 600;
  background-color: #e20811;
  border-radius: 4px;
  text-align: center;
}
.main-content .products .products-container .product-card .cart-button:hover {
  background-color: #fb4652;
}
.main-content .products .products-container .product-card:hover {
  border-color: #e6e6e6;
}
.main-content .products .pagination ul li {
  font-weight: 700;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.main-content .products .pagination ul li.active {
  border-color: #209be3;
}
.main-content .products .pagination-prev, .main-content .products .pagination-next {
  font-weight: 600 !important;
}
.main-content .products .showed-products-count {
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
}
.main-content .products .scroll-to-top .to-top {
  line-height: 16px;
  font-size: 16px;
  cursor: pointer;
}
.main-content .products .bottom-content-section h3 {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  .main-content .products .bottom-content-section h3 {
    text-align: center;
  }
}
.main-content .products .bottom-content-section p,
.main-content .products .bottom-content-section a {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
.main-content .products .bottom-content-section a {
  font-weight: 500;
}
.main-content .products .bottom-content-section a:hover {
  text-decoration: underline;
}

.ls-link-section h3 {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
}
.ls-link-section a {
  padding: 5px 10px;
  font-size: 18px;
  background-color: #eff0f0;
  font-weight: 400;
  line-height: 24px;
}
.ls-link-section a:hover {
  text-decoration: none;
  background-color: #ccc;
}

.filters {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}
.filters .filters-title {
  line-height: 26.6px;
  font-weight: 700;
  font-family: "Barlow";
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}
.filters .filters-title .close-filters-mobile:before {
  font-family: "LumaIcons";
  font-size: 14px;
  color: #757575;
  content: "\e616";
  position: absolute;
  right: 0;
}
.filters .filter-box {
  border-bottom: 1px solid #ccc;
}
.filters .filter-box .filter-title {
  font-weight: 600;
  font-family: "Barlow";
  line-height: 24px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.filters .filter-box .filter-title img {
  pointer-events: none;
  transform: rotate(180deg);
}
.filters .filter-box .filter-title.js-filter-title img {
  transform: rotate(0);
}
.filters .filter-box .filter-list .filter-item {
  font-family: "Barlow";
  color: #000;
  line-height: 16px;
  font-weight: 400;
  font-size: 16px;
}
.filters .filter-box .filter-list .filter-item-count {
  color: #757575;
}
.filters .filter-box .filter-list .filter-item .checkbox-label {
  cursor: pointer;
}
.filters .filter-box .filter-list .filter-item .checkbox-label:hover span {
  text-decoration: underline;
}
.filters .filter-box .filter-list .filter-item .checkbox-label:hover .filter-item-count {
  text-decoration: none;
}
.filters .filter-box .filter-list .more-items-title {
  color: #000;
  font-family: "Barlow";
  font-weight: 400;
  font-size: 16px;
}
.filters .filter-box .filter-list .more-items-title:hover {
  text-decoration: underline;
}
.filters .show-all-results .filters-button {
  font-size: 18px;
  cursor: pointer;
}
.filters .show-all-results .filters-button:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .filters .filters-title {
    font-weight: 900;
    font-size: 24px;
  }
  .filters .filter-box .filter-title {
    font-weight: 400;
  }
}

.selected-filters .selected .filter-item {
  color: #000;
  font-size: 18px;
  font-family: "Barlow";
  font-weight: 400;
  line-height: 24px;
  background-color: #eff0f0;
  cursor: pointer;
  border-radius: 4px;
}
.selected-filters .selected .filter-item .remove-filter:before {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  content: "\e616";
  font-family: "LumaIcons";
}
.selected-filters .delete-all {
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
.selected-filters .delete-all:hover {
  text-decoration: underline;
}

.filters-overlay {
  background-color: rgba(51, 51, 51, 0.5490196078);
}

</pre></body></html>