@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 ───── */
}
.main-content .breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.main-content .breadcrumbs a:hover {
  text-decoration: underline;
}
.main-content .breadcrumbs a {
  /* arrow in the OLD inline-anchor markup */
}
.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 {
  /* ───── new flex-list markup ───── */
}
.main-content .breadcrumbs .breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  /* space between items */
}
.main-content .breadcrumbs .breadcrumbs-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  /* space between text and arrow */
  /* arrow between every <li> 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 inherits the same typography as <a> */
}
.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;
}
@media (max-width: 767.98px) {
  .main-content .main-top-container {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.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;
}

.fallback-title {
  font-weight: 700;
  line-height: 24px;
  font-size: 24px;
  padding-bottom: 24px;
}

.top-cold-content-full {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  transition: max-height 0.3s ease, -webkit-line-clamp 0.3s ease;
}
.top-cold-content-full.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .top-cold-content-full {
    -webkit-line-clamp: 2;
  }
}

.container-read-more {
  margin-top: 10px;
}
.container-read-more .read-more {
  color: #000;
  font-family: "Barlow";
  font-weight: 400 !important;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}

.filters {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}
.filters .filters-title {
  line-height: 26.6px;
  font-weight: 900;
  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 .filter-title {
  font-weight: 600;
  font-family: "Barlow";
  line-height: 24px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.filters .filter-box .filter-title:first-child {
  border-top: 1px solid #ccc;
}
.filters .filter-box .filter-title img {
  pointer-events: none;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .filters .filter-box .filter-title img {
    transform: rotate(360deg);
  }
}
.filters .filter-box .filter-title.js-filter-title img {
  transform: rotate(0);
}
@media (max-width: 767.98px) {
  .filters .filter-box .filter-title.js-filter-title img {
    transform: rotate(180deg);
  }
}
.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 .filter-item-count {
  text-decoration: none;
}
.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: 500;
    color: #000;
  }
}

.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: 16px;
  line-height: 27px;
  color: #000;
  text-decoration: underline;
}

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

.selected-price-span {
  color: grey;
  font-weight: 400;
}

.filters .filter-box .filter-list .filter-item .checkbox-label:has(input.checkbox:checked)::before {
  border-color: #209be3;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.filter-box.price-filter-box .filter-list {
  overflow-y: visible;
}

.price-slider-wrapper::before {
  background: #dbdbdb;
  border-radius: 2px;
}
.price-slider-wrapper .range-selected {
  background: #209be3;
  border-radius: 2px;
}
.price-slider-wrapper input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
.price-slider-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #666;
}

.price-inputs .price-input-wrapper .price-input {
  font-size: 16px;
  color: #000;
  border-radius: 0.4rem;
  border: 1px solid #c2c2c2;
}
.price-inputs .price-input-wrapper .price-input:hover {
  border-color: #209be3;
}
.price-inputs .price-input-wrapper .price-input:focus {
  border-color: #209be3;
}
.price-inputs .price-input-wrapper .price-input:first-child::after {
  color: #000;
}
.price-inputs .price-input-wrapper .currency-symbol {
  font-size: 16px;
  color: #000;
}

.filter-option-item {
  padding: 11px 0 20px;
}

.filter-options-title {
  font-size: 18px !important;
  font-family: "Barlow" !important;
  line-height: 24px !important;
  color: #333 !important;
  padding: 8px 0 !important;
  display: flex !important;
  justify-content: space-between !important;
}
@media (max-width: 767.98px) {
  .filter-options-title {
    font-weight: 500 !important;
    color: #000 !important;
  }
}

.sorter-option-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.sorter-option-item input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #209BE3;
}
.sorter-option-item label {
  padding-left: 5px;
}

@media (max-width: 767.98px) {
  .filter-options-title {
    font-weight: 400;
  }
}
.filter-options-item .filter-options-title {
  font-weight: 600;
  font-family: "Barlow";
  line-height: 24px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.filter-options-item .filter-options-title img {
  pointer-events: none;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .filter-options-item .filter-options-title img {
    transform: rotate(360deg);
  }
}
.filter-options-item .filter-options-title.js-filter-title img {
  transform: rotate(180deg);
}
@include-media-down (s) {
  .filter-options-item .filter-options-title.js-filter-title img {
    transform: rotate(180deg);
  }
}
@media (max-width: 767.98px) {
  .filter-options-item .filter-options-title .filter-options-title {
    font-weight: 400;
  }
}
.filter-options-item .order-by-filtros-title {
  padding-top: 17px;
  font-size: 2rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  border-bottom: none !important;
  font-family: Barlow, Sans-Serif;
  padding-bottom: 11px;
}

.no-border {
  border-top: none !important;
}

