<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.header {
  -webkit-font-smoothing: antialiased;
}
.header input {
  border: 1px solid #adb1b3;
  border-radius: 3px;
  font-size: 1.8rem;
}
.header input::-moz-placeholder {
  font-size: 1.8rem;
  color: #575757;
  line-height: 1.33333;
}
.header input::placeholder {
  font-size: 1.8rem;
  color: #575757;
  line-height: 1.33333;
}
.header .selectionar-tienda {
  cursor: pointer;
}
.header .search-icon {
  cursor: pointer;
}
.header .lower-navbar {
  background-color: #ebebeb;
  border-bottom: 2px solid #fff;
}
.header .lower-navbar .navbar-item,
.header .lower-navbar .product-item {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  cursor: pointer;
}
.header .lower-navbar .navbar-item:hover,
.header .lower-navbar .product-item:hover {
  background-color: #f7f7f7;
}
.header .lower-navbar .navbar-item.active,
.header .lower-navbar .product-item.active {
  background-color: #f7f7f7;
}
.header .lower-navbar .navbar-item:last-child a {
  color: #e20811;
}
.header .select-navbar-list {
  background-color: rgb(255, 255, 255);
}
.header .select-navbar-list .navbar-item,
.header .select-navbar-list .additional-list-menu {
  border-bottom: 1px solid #dcdcdb;
}
.header .select-navbar-list .navbar-item:hover,
.header .select-navbar-list .additional-list-menu:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.header .select-navbar-list .navbar-item:last-child,
.header .select-navbar-list .additional-list-menu:last-child {
  border-bottom: none;
}
.header .select-navbar-list .navbar-item a,
.header .select-navbar-list .navbar-item .text,
.header .select-navbar-list .additional-list-menu a,
.header .select-navbar-list .additional-list-menu .text {
  font-size: 17px;
  font-weight: 500;
}
.header .select-navbar-list .navbar-item:last-child a {
  color: #e42c1f;
}
.header .select-navbar-list .additional-menu p {
  font-size: 1.8rem;
  font-weight: 700;
}
.header .close-icon-navbar-list {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .header {
    background-color: #ffffff;
  }
  .header .select-navbar-list .navbar-item:last-child,
  .header .select-navbar-list .additional-list-menu:last-child {
    border-bottom: 1px solid #dcdcdb;
  }
}
@media (max-width: 1023.98px) {
  .header .navbar-item-mobile .menu-text {
    font-size: 13px;
    line-height: 15.6px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-item-mobile {
    white-space: nowrap;
  }
  .header .navbar-item-mobile a {
    font-size: smaller;
  }
}

.header-banner {
  background-color: #e20811;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
.header-banner span a:hover {
  text-decoration: underline;
}
.header-banner a {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .header-banner {
    font-size: 14px;
  }
}

.footer .brand-name {
  line-height: 4rem;
  font-weight: 900;
  text-align: center;
  border-top: 1px solid #d6d8d9;
}
.footer .brand-name h3 {
  font-size: 3.2rem;
}
.footer .brand-slider .blaze-prev,
.footer .brand-slider .blaze-next {
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.footer .brand-slider .blaze-slide {
  flex: 0 0 auto;
}
.footer .brand-logos {
  align-items: center;
}
.footer .brand-logos a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer .services-color {
  background: #ebebeb;
}
.footer .services .services-title {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.33333;
}
.footer .services .services-list {
  list-style: none;
}
.footer .services .services-item {
  text-align: center;
  font-weight: 500;
}
.footer .services .services-icon {
  -o-object-fit: fill;
     object-fit: fill;
}
.footer .services .services-link {
  text-decoration: none;
}
.footer .services .services-text {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  word-break: break-word;
  color: #222221;
}
.footer .footer-color {
  background-color: #5b5b5b;
}
.footer .footer-grid {
  color: #ffffff;
}
.footer .footer-grid .footer-column .footer-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.footer .footer-grid .footer-column .footer-list {
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.25;
}
.footer .footer-grid .footer-column .footer-list .footer-item {
  font-size: 1.6rem;
  line-height: 1.25;
}
.footer .footer-grid .footer-column .footer-list .footer-item a {
  color: #ffffff;
}
.footer .footer-grid .footer-column .footer-list .footer-item a:hover {
  text-decoration: underline;
}
.footer .footer-sub-color {
  background-color: #110e0e;
}
.footer .footer-sub-bar {
  font-size: 10px;
  color: #ffffff;
}
.footer .footer-sub-bar p {
  font-size: 1.6rem;
}
.footer .footer-sub-bar p {
  color: #ffffff;
}
.footer .footer-sub-bar ul {
  list-style: none;
}
.footer .footer-sub-bar ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}
.footer .footer-sub-bar ul li a:hover {
  text-decoration: underline;
}
.footer .footer-sub-bar ul li:not(:last-of-type) a:after {
  content: "";
  background-color: #ffffff;
}
.footer .footer-sub-bar ul li:last-child a {
  border-right: none;
}
@media (min-width: 1024px) {
  .footer .services .services-title {
    font-size: 3.8rem;
  }
}

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