/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/style.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Black */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 900;
  src: url(7565a09ae82eb6d8b022.woff) format("woff");
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 700;
  src: url(0f3b4c935197aa50ad9f.woff) format("woff");
  font-display: swap;
}
/* ExtraLight */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 200;
  src: url(4c054b27de0fc9c0dc06.woff) format("woff");
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 300;
  src: url(586b2720b8201e1a329a.woff) format("woff");
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 500;
  src: url(adbe189ce6b9163ec41e.woff) format("woff");
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 400;
  src: url(fbb79922d6937fe35304.woff) format("woff");
  font-display: swap;
}
/* Semibold */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 600;
  src: url(9016ea3a68d01e1a2620.woff) format("woff");
  font-display: swap;
}
/* Super */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 950;
  src: url(b659800ed694858505db.woff) format("woff");
  font-display: swap;
}
/* Thin */
@font-face {
  font-family: "Graphik Trial";
  font-style: normal;
  font-weight: 100;
  src: url(bc9be5c87c05dac24525.woff) format("woff");
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(afe0a608093579a47b06.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(cfbf0da06d33097e6d0a.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(d3f3d769c2fc1af5c0b4.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(38e62f01be69b2e02e29.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(3530bfc1b50b41bdc29d.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(1984e065d55352d2a119.ttf) format("truetype");
  font-display: swap;
}
html {
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.5;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

img, svg, video, canvas, iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

button, input, select, textarea {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.2;
  color: #333333;
  margin: 0 0 1rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #E30613;
  text-decoration: none;
}

a:hover {
  color: #BF1F20;
}

.mw-standard {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .mw-standard {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
div .ti-mega {
  top: 100px;
}

.header {
  background-color: blue;
  padding: 1rem 0;
}
.header .site-branding {
  text-align: center;
}
.header .site-branding .site-title {
  font-size: 2rem;
  margin: 0;
}
.header .site-branding .site-description {
  font-size: 1.2rem;
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.header nav .container-fluid {
  max-width: 1430px !important;
}
.header nav .navbar-brand {
  color: white;
  font-size: 1.5rem;
}
.header nav .navbar-brand:hover {
  color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.header nav .custom-logo-link img {
  max-width: 250px;
  height: 100px;
}
.header .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.header li.nav-item.dropdown {
  position: static;
}
.header li.nav-item.dropdown a.nav-link.dropdown-toggle.show {
  font-weight: 700;
}
.header li.nav-item.dropdown ul.dropdown-menu {
  height: 0px;
}
.header li.nav-item.dropdown ul.dropdown-menu.show {
  width: 100%;
  height: 250px;
  transition: all 0.6s ease;
  padding: 31px 40% 47px 56px;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(7px);
  border-radius: 0;
}
@media (min-width: 992px) {
  .header li.nav-item.dropdown ul.dropdown-menu.show {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    height: 250px;
    margin: 0;
    padding: 31px 56px 47px 56px;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(7px);
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: min-content min-content min-content;
    transform: translateX(-50%) !important;
    z-index: 1050;
  }
}
@media (min-width: 992px) {
  .header li.nav-item.dropdown ul.dropdown-menu.show .header li.nav-item.dropdown > ul.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header li.nav-item.dropdown ul.dropdown-menu.show .header li.nav-item.dropdown:hover > ul.dropdown-menu {
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: 250px;
  }
  .header li.nav-item.dropdown ul.dropdown-menu.show .header li.nav-item.dropdown > ul.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
  }
}
.header li.nav-item.dropdown ul.dropdown-menu.show .dropdown-item {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li.title-list {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li {
  width: 100%;
  font-weight: 400;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li:first-child {
  grid-column: 1/span 3;
  font: normal normal 700 32px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 0 0 10px;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li:first-child a::before {
  display: none;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li a {
  color: #FFFFFF;
  padding: 8px 0;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li a::before {
  content: "";
  border-radius: 50%;
  background-color: #E30613;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
}
.header li.nav-item.dropdown ul.dropdown-menu.show li a:hover {
  background-color: transparent;
}

#masthead #navbarSupportedContent form input {
  border-radius: 50px;
  padding: 7px 75px 7px 44px !important;
}

#navbarSupportedContent #menu-main-menu {
  display: flex;
  margin: 0;
  justify-content: center;
  width: 100%;
  gap: 18px;
}

#navbarSupportedContent .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

#navbarSupportedContent .dropdown-toggle::after {
  content: "";
  background: url(28ce69d1f152af7cb9f5.png) center/contain no-repeat;
  width: 15px;
  height: 8px;
  border: none;
}

.bi-cart::before {
  content: "";
  background: url(33900360b15c2ceaaf5f.png) center/contain no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}

/*# icono carrito */
.cart-icon {
  display: flex;
  position: relative;
}

.cart-count {
  padding: 2px 5px 3px;
  height: -moz-min-content;
  height: min-content;
  position: absolute;
  right: 0px;
  top: 19px;
  line-height: 1;
  font-size: 11px;
}

.bi-person-fill::before,
.bi-person::before {
  content: "";
  background: url(9cace5f663aea1a59fc3.png) center/contain no-repeat;
  display: block;
  width: 33px;
  height: 33px;
}

#masthead #navbarSupportedContent form input {
  background: url(2c975aab2dc3472b1f71.png) 2px 0/contain no-repeat;
  padding: 7px 10px 7px 42px;
}

.header nav {
  position: relative;
}

@media (min-width: 992px) {
  .header li.nav-item.dropdown > ul.dropdown-menu.show {
    top: 100%;
    box-sizing: border-box;
    max-width: 100vw;
  }
  .header li.nav-item.dropdown:hover > ul.dropdown-menu {
    display: grid;
    height: 250px;
  }
  .header li.nav-item.dropdown > ul.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
  }
}
footer.footer {
  padding: 36px 47px !important;
  background-color: #333333 !important;
}
footer.footer .footer-container .footer-row {
  -moz-column-gap: 1%;
       column-gap: 1%;
}
@media (max-width: 991px) {
  footer.footer .footer-container .footer-row {
    row-gap: 80px;
  }
}
footer.footer .footer-container .footer-row .footer-column .social-icons {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
footer.footer .footer-container .footer-row .footer-column .social-icons .widget_block {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer.footer .footer-container .footer-row .footer-column .social-icons .widget_block .social-link {
  width: 30px;
  height: 30px;
  color: white;
  text-decoration: none;
}
footer.footer .footer-container .footer-row .footer-column .social-icons .widget_block .social-link svg {
  width: 100%;
  height: 100%;
}
footer.footer .footer-container .footer-row .footer-column .mb-3 a.footer-logo img {
  max-width: 180px;
  max-height: 68px;
}
footer.footer .footer-container .footer-row .footer-column h5.title-list {
  margin: 0;
  color: white;
}
footer.footer .footer-container .footer-row .footer-column .footer-text-border {
  height: 4px;
  background: red;
  width: 16%;
  margin-bottom: 1.5rem;
}
footer.footer .footer-container .footer-row .footer-column ul.footer-list > li {
  list-style: inside;
  color: red;
}
footer.footer .footer-container .footer-row .footer-column ul.footer-list > li::marker {
  font-size: 18px;
}
footer.footer .footer-container .footer-row .footer-column:first-child {
  max-width: 352px;
}
footer.footer .footer-container .footer-row .mb-md-0.footer-column {
  display: flex;
  flex-direction: column;
  row-gap: 22%;
}

#content.site-content #main.site-main > .container {
  max-width: none;
}

body {
  background: #FFFFFF;
}

body .container {
  padding: 0;
}

body .row {
  padding: 0;
  margin: 0;
  width: 100%;
}

body .woocs_auto_switcher {
  max-height: 110px;
  display: none;
}

body .page-title {
  display: none;
}

.section-header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section-header {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.section-header h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  font: normal normal 700 24px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
}
@media (min-width: 992px) {
  .section-header h2 {
    font-size: 36px;
  }
}
.section-header h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: #E30613;
  border-radius: 20px;
}
.section-header a {
  display: block;
  background: #fff;
  border-radius: 8px;
  border: 1px solid transparent;
  font: normal normal 700 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  transition: all 0.3s ease;
  padding: 18px 56px 17px;
  color: #000;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  border: 1px solid #000000;
}

.product-card {
  position: relative;
  cursor: pointer;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.product-card:hover .product-image img {
  transform: scale(1.05);
}
.product-card:hover .product-title a {
  font-weight: 700;
}
.product-card:hover .product-actions a.view-product-btn {
  background: #9e1f20;
}
.product-card .product-image {
  margin-bottom: 3px;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: 256px;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 100%;
  min-height: 256px;
  max-height: 256px;
  transition: all 0.3s ease;
}
.product-card .product-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-card .product-category {
  font: normal normal 400 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #646464;
  min-height: 32px;
}
.product-card .product-title {
  margin: 0;
  min-height: 42px;
  max-height: 48px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card .product-title a {
  display: block;
  font: normal normal 400 16px/22px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-card .product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-card .product-price .sale-price {
  font: normal normal 700 24px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
}
.product-card .product-price .regular-price {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #9C9C9C;
  text-decoration: line-through;
}
.product-card .product-actions {
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 8px;
}
.product-card .product-actions span.view-product-btn {
  font: normal normal 400 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  display: block;
  background: #E30613;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.product-card .product-actions span.view-product-btn:hover {
  background: #9e1f20;
}
.product-card .product-actions a.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
}
.product-card .product-actions a.add-to-cart-btn svg path {
  fill: #000;
}
.product-card .discount-badge.new {
  position: absolute;
  z-index: 5;
}
.product-card .discount-badge.new span {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  padding: 10px 18px;
  background: #E30613;
  border-radius: 20px;
  display: block;
  width: -moz-min-content;
  width: min-content;
}
.product-card .discount-badge {
  position: absolute;
  z-index: 5;
}
.product-card .discount-badge span {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #E30613;
  color: #E30613;
  border-radius: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.product-card .discount-badge.discount {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #E30613;
  color: #E30613;
  border-radius: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translate(50%, 0);
  z-index: 5;
}

.entry-header .entry-title {
  text-align: center;
}

#um-submit-btn {
  background-color: #e30613 !important;
}

#um-submit-btn:hover {
  background-color: #9e1f20 !important;
  color: white;
}

.related-products-header {
  margin: 0 auto 3em;
  width: 100%;
}
.related-products-header .related-products-title {
  font-size: clamp(20px, 2vw + 1rem, 32px);
  font-weight: 700;
  color: #000;
  margin: 0;
}

.single-product .summary .product-excerpt-custom .excerpt-toggle-btn.see-more,
.single-product .summary .product-excerpt-custom .excerpt-toggle-btn.see-less {
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 12px 0 0 0 !important;
  color: #111 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  border-radius: 0 !important;
  font-size: 18px !important;
}

.single-product .summary .product-excerpt-custom .excerpt-toggle-btn.see-more:hover,
.single-product .summary .product-excerpt-custom .excerpt-toggle-btn.see-less:hover {
  opacity: 0.85;
}

.pdp-sale-badge {
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  background: #e30012;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.pdp-availability-top {
  color: #e30012;
  font-weight: 700;
  font-size: 0.95rem;
  margin: 8px 0 12px;
}

.onsale {
  display: none !important;
}

.single-product .summary form.cart {
  margin-top: 18px;
  margin-bottom: 0 !important;
}

.pdp-availability-top {
  color: #e30012;
  font-weight: 700;
  font-size: 0.95rem;
  margin: 8px 0 12px;
}

.pdp-top {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .pdp-top {
    gap: 16px;
    align-items: center;
  }
}
.pdp-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.single-product .summary .pdp-left .price {
  margin: 0;
  line-height: 1.1;
  display: block;
}

.single-product .summary .pdp-left .price del {
  display: block !important;
  color: #bdbdbd !important;
  opacity: 0.6;
  font-weight: 700;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.single-product .summary .pdp-left .price ins {
  display: block !important;
  text-decoration: none !important;
}

.single-product .summary .pdp-left .price ins .amount {
  font-weight: 800 !important;
  font-size: 1.6rem !important;
  color: #111 !important;
}

.single-product .summary .pdp-left .price > .amount {
  font-weight: 800 !important;
  font-size: 1.6rem !important;
  color: #111 !important;
}

.pdp-qty {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.pdp-qty.only-input {
  justify-content: center;
}

.pdp-qty .qty {
  display: inline-block !important;
  min-width: 64px;
  width: 64px;
  height: 44px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 1rem;
  background: #fff;
  color: #111;
  -moz-appearance: textfield;
}

.pdp-qty .qty::-webkit-outer-spin-button,
.pdp-qty .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 0.6rem;
  border: 1px solid #e30012;
  background: #e30012;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  transition: filter 0.15s ease;
}
.pdp-btn:hover {
  background: #9e1f20;
}

.pdp-btn:disabled,
.pdp-btn.is-disabled {
  background: #f1f1f1 !important;
  border-color: #dedede !important;
  color: #bdbdbd !important;
  cursor: not-allowed !important;
  filter: none !important;
}

.single-product .summary .single_add_to_cart_button {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: #e30012;
  border: none;
  border-radius: 0.6rem;
  height: 46px;
  padding: 0 18px;
  font-weight: 700;
}

.product-categories-slider {
  position: relative;
  background: #f0f0f0;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .product-categories-slider {
    padding: 65px 0;
  }
}
.product-categories-slider-container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
.product-categories-slider .categoriesSwiper {
  padding: 25px 0 0;
}
@media (min-width: 992px) {
  .product-categories-slider .categoriesSwiper {
    padding: 25px 0 0;
  }
}
.product-categories-slider .category-slide {
  padding: 0 12px;
}
.product-categories-slider .category-slide .categoria-card {
  min-height: 499px;
}
.product-categories-slider .category-slide .categoria-card,
.product-categories-slider .category-slide a {
  position: relative;
  border-radius: 20px;
  padding: 26px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
}
.product-categories-slider .category-slide .categoria-card:hover h3.category-name,
.product-categories-slider .category-slide a:hover h3.category-name {
  font-weight: 900;
}
.product-categories-slider .category-slide .categoria-card:hover button.view-category-btn,
.product-categories-slider .category-slide a:hover button.view-category-btn {
  background: #9e1f20;
}
.product-categories-slider .category-slide .categoria-card:hover .category-image img,
.product-categories-slider .category-slide a:hover .category-image img {
  transform: scale(1.05);
}
.product-categories-slider .category-slide .category-name {
  font: normal normal 600 28px/38px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.product-categories-slider .category-slide span.view-category-btn,
.product-categories-slider .category-slide button.view-category-btn {
  display: block;
  background: #E30613;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 8px 36px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 15px;
}
.product-categories-slider .category-slide .category-image {
  overflow: hidden;
}
.product-categories-slider .category-slide .category-image img {
  transition: transform 0.3s ease;
  width: 100% !important;
  min-height: 250px;
  max-height: 250px;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-categories-slider .categoriesSwiper-content {
  padding: 0px 30px 0px;
}
@media (min-width: 992px) {
  .product-categories-slider .categoriesSwiper-content {
    padding: 0px 64px 0px;
  }
}
.product-categories-slider .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .product-categories-slider .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.product-categories-slider .slick-prev:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  transform: rotate(180deg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .product-categories-slider .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
.product-categories-slider .slick-prev.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(360deg);
}
.product-categories-slider .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .product-categories-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
.product-categories-slider .slick-next:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .product-categories-slider .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.product-categories-slider .slick-next.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(180deg);
}

.products-for-you {
  position: relative;
  padding: 38px 0;
}
@media (min-width: 992px) {
  .products-for-you {
    padding: 80px 0;
  }
}
.products-for-you-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
}
.products-for-you .products-categories-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .products-for-you .products-categories-container {
    -moz-column-gap: 12px;
         column-gap: 12px;
    flex-direction: row;
    margin-top: 25px;
  }
}
.products-for-you .product-category-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  min-height: 296px;
  cursor: pointer;
}
.products-for-you .product-category-card:hover .category-image {
  transform: scale(1.2);
}
.products-for-you .product-category-card .category-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  transition: transform 0.3s ease;
  background-color: #F0F0F0;
  position: absolute;
}
.products-for-you .product-category-card .shield-icon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 5%;
  left: 5%;
}
.products-for-you .product-category-card .shield-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-for-you .product-category-card .category-link-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 32px);
  right: 50%;
  transform: translate(50%, 0);
  z-index: 5;
}
.products-for-you .product-category-card .category-link-box .category-title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
  max-width: 100%;
}
.products-for-you .product-category-card .category-link-box a {
  width: inherit;
  max-width: 90%;
}
.products-for-you .product-category-card .category-link-box .arrow-button {
  width: 32px;
  height: 32px !important;
  min-width: 32px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E30613;
  border-radius: 8px;
}
.products-for-you .product-category-card .category-link-box .arrow-button svg path {
  fill: #FFFFFF;
}
.products-for-you .product-category-card .category-link-box .new-products-badge {
  font: normal normal 400 14px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #E30613;
  display: block;
  width: 100%;
}
.products-for-you .product-category-card .category-title {
  font: normal normal 700 24px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  line-height: 1.8;
}

.featured-newest-product {
  background: #FFFFFF;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .featured-newest-product {
    padding: 40px 0;
  }
}
.featured-newest-product-products div.featured-product-image, .featured-newest-product-formacion div.featured-product-image, .featured-newest-product-bookshop div.featured-product-image {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1098039216);
}
.featured-newest-product-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .featured-newest-product-container {
    flex-direction: row;
  }
}
.featured-newest-product .featured-product-image {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: transparent linear-gradient(136deg, #990e0f 0%, #4d0708 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1200px) {
  .featured-newest-product .featured-product-image {
    width: 39%;
  }
}
.featured-newest-product .featured-product-image img {
  width: 72%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .featured-newest-product .featured-product-image img {
    width: 67%;
    max-height: 560px;
  }
}
.featured-newest-product .featured-product-details {
  padding: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  background: #F0F0F0;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .featured-newest-product .featured-product-details {
    width: 58.566%;
    min-height: 560px;
    padding: 100px 48px;
    justify-content: space-between;
  }
}
.featured-newest-product h2 {
  display: flex;
  align-items: start;
  -moz-column-gap: 2%;
       column-gap: 2%;
  font: normal normal 600 24px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  margin: 0;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 500px) {
  .featured-newest-product h2 {
    font-size: 32px;
    line-height: 43px;
    flex-direction: row;
  }
}
.featured-newest-product h2 span {
  padding: 10px 16px;
  background: #E30613;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: 500;
  margin-left: 3rem;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 500px) {
  .featured-newest-product h2 span {
    margin-left: 0rem;
  }
}
.featured-newest-product p {
  font: normal normal 400 16px/20px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  margin: 0;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .featured-newest-product p {
    font-size: 18px;
    line-height: 38px;
  }
}
.featured-newest-product a {
  display: block;
  transition: transform 0.3s ease;
  padding: 11px 20px;
  background: #E30613;
  border-radius: 8px;
  color: #FFFFFF;
  text-decoration: none;
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  .featured-newest-product a {
    width: 32.1%;
    display: flex;
    justify-content: center;
  }
}
.featured-newest-product a:hover {
  background: #9e1f20 !important;
}

.exclusive-offers {
  margin: 0 auto;
  padding: 0;
  background: #F0F0F0;
  padding: 72px 0 72px;
}
.exclusive-offers-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}
.exclusive-offers .productSwiper {
  padding: 25px 30px 0px;
}
@media (min-width: 992px) {
  .exclusive-offers .productSwiper {
    padding: 25px 64px 0px;
  }
}
.exclusive-offers .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .exclusive-offers .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.exclusive-offers .slick-prev:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  transform: rotate(180deg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .exclusive-offers .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
.exclusive-offers .slick-prev.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(360deg);
}
.exclusive-offers .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .exclusive-offers .slick-next {
    width: 30px;
    height: 30px;
  }
}
.exclusive-offers .slick-next:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .exclusive-offers .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.exclusive-offers .slick-next.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(180deg);
}
.exclusive-offers .product-card-slide {
  padding: 0 8px;
}

.banner-slider {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.banner-slider .banner-slide {
  width: 100%;
}
.banner-slider .banner {
  display: flex;
  align-items: center;
  gap: 4.5%;
  padding: 0;
  max-height: 560px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.banner-slider .banner__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
}
.banner-slider .banner__product {
  width: 30%;
  display: flex;
  margin-left: 2%;
  flex: 0 0 30%;
}
.banner-slider .banner__product img {
  width: 100%;
  height: auto;
  display: none;
  max-width: 100%;
}
.banner-slider .banner__title {
  font: normal normal 700 36px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
}
.banner-slider .banner__text p {
  font: normal normal 400 20px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
}
.banner-slider .banner__button {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-decoration: none;
  padding: 12px 46px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #000;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  transition: all 0.3s ease;
}
.banner-slider .banner__button:hover {
  background: #990E0F;
  color: #fff;
  border: 1px solid #fff;
}
.banner-slider .banner__product img,
.banner-slider .banner__product .banner__product-image {
  transition: transform 0.4s ease-in-out;
}
.banner-slider .banner__content:has(.banner__button:hover) ~ .banner__product img,
.banner-slider .banner__content:has(.banner__button:hover) ~ .banner__product .banner__product-image {
  transform: scale(1.2);
}
.banner-slider .slick-next {
  right: 10px !important;
}
.banner-slider .slick-prev {
  left: 10px !important;
  z-index: 10;
}
.banner-slider .slick-dots {
  bottom: 20px !important;
}

.banner__link {
  position: relative;
  padding: 0;
  text-decoration: none;
}
.banner__link .banner {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .banner__link .banner {
    min-height: 500px !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

.banner-products,
.banner-formacion,
.banner-bookshop {
  position: relative;
  margin: 40px 0 0;
}
.banner-products .banner,
.banner-formacion .banner,
.banner-bookshop .banner {
  position: relative;
  border-radius: 12px;
  max-width: 1500px;
  margin: 0 auto;
  max-height: 350px;
  height: 350px;
  width: 95% !important;
  min-height: initial !important;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.banner-products .banner .banner__overlay,
.banner-formacion .banner .banner__overlay,
.banner-bookshop .banner .banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: inherit;
  z-index: 1;
}
.banner-products .banner__content,
.banner-formacion .banner__content,
.banner-bookshop .banner__content {
  position: absolute;
  right: 50%;
  bottom: 4rem;
  transform: translate(50%, 0);
  text-align: center;
  z-index: 2;
}
.banner-products .banner__title,
.banner-formacion .banner__title,
.banner-bookshop .banner__title {
  font: normal normal 600 52px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
}
.banner-products .banner__text,
.banner-formacion .banner__text,
.banner-bookshop .banner__text {
  font: normal normal 400 24px/1.3 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
}

@media (min-width: 992px) {
  .banner-slider .banner__product img {
    display: block;
  }
}
@media (max-width: 992px) {
  .banner-slider .banner {
    flex-direction: column;
    gap: 16px;
  }
  .banner-slider .banner__product {
    width: 100%;
    margin-left: 0;
    flex: 0 0 auto;
    justify-content: center;
  }
  .banner-products .banner,
  .banner-formacion .banner,
  .banner-bookshop .banner {
    max-height: none;
    height: auto;
  }
  .banner-products .banner__content,
  .banner-formacion .banner__content,
  .banner-bookshop .banner__content {
    position: relative;
    padding: 24px 15px;
    transform: translate(50%, 55%);
    z-index: 2;
    height: 270px;
  }
  .banner-products .banner__title,
  .banner-formacion .banner__title,
  .banner-bookshop .banner__title {
    font-size: 24px;
  }
  .banner-products .banner__text,
  .banner-formacion .banner__text,
  .banner-bookshop .banner__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #banner-secondary .banner {
    min-height: 40vh !important;
  }
}
@media (max-width: 480px) {
  #banner-secondary .banner {
    min-height: 26vh !important;
  }
}

.hero-banner {
  width: 100%;
  margin: 4rem auto 2rem;
  max-width: 1500px;
  position: relative;
}

.hero-banner__swiper {
  border-radius: 24px;
  overflow: hidden;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 560px;
  padding: 80px 120px;
  gap: 100px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background-size: cover;
}

.hero--bg-left {
  background-position: center;
}

.hero--bg-right {
  background-position: center;
}

.hero--reverse {
  flex-direction: row-reverse;
}

.hero__content {
  flex: 1 1 auto;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__content--right {
  align-items: flex-end;
  text-align: right;
}

.hero__spacer {
  flex: 0 0 350px;
}

.hero__title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
  white-space: normal;
  max-width: 550px;
}

.hero__title--highlight {
  background: #dc2626;
  padding: 10px 24px;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}

.hero__subtitle {
  font-size: 22px;
  font-weight: 300;
  color: #e2e8f0;
  margin: 0;
  line-height: 1.5;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 60px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  cursor: pointer;
  backdrop-filter: blur(4px);
  width: 360px;
  transition: all 0.3s ease;
}

.hero__button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  transform: translateY(-1px);
  color: #fff;
}

.hero-banner__nav-btn--prev,
.hero-banner__nav-btn--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  transition: all 0.3s ease;
}

.hero-banner__nav-btn--prev::before {
  content: "‹";
  font-size: 26px;
  color: #fff;
}

.hero-banner__nav-btn--next::before {
  content: "›";
  font-size: 26px;
  color: #fff;
}

.hero-banner__nav-btn--prev:hover,
.hero-banner__nav-btn--next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.hero-banner__nav-btn--prev {
  left: 20px;
}

.hero-banner__nav-btn--next {
  right: 20px;
}

.hero-banner__nav-btn--prev.swiper-button-disabled,
.hero-banner__nav-btn--next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media (max-width: 1400px) {
  .hero {
    padding: 70px 100px;
    gap: 80px;
  }
  .hero__content {
    max-width: 600px;
  }
  .hero__spacer {
    flex: 0 0 300px;
  }
  .hero__title {
    font-size: 64px;
  }
  .hero__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hero-banner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero {
    min-height: 480px;
    padding: 60px 60px;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .hero__content {
    max-width: 520px;
  }
  .hero__title {
    font-size: 54px;
  }
  .hero__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .hero {
    padding: 60px 80px;
    gap: 60px;
  }
  .hero__content {
    max-width: 550px;
  }
  .hero__spacer {
    flex: 0 0 250px;
  }
  .hero__title {
    font-size: 58px;
  }
  .hero__subtitle {
    font-size: 19px;
  }
  .hero--bg-left {
    background-position: 65% center;
  }
  .hero--bg-right {
    background-position: 35% center;
  }
}
@media (max-width: 1100px) {
  .hero {
    padding: 60px 70px;
    gap: 50px;
  }
  .hero__content {
    max-width: 500px;
  }
  .hero__spacer {
    flex: 0 0 200px;
  }
  .hero__title {
    font-size: 52px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 968px) {
  .hero-banner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
    min-height: 420px;
    gap: 30px;
  }
  .hero__content {
    flex: 0 1 auto;
    width: 100%;
    max-width: 460px;
    text-align: center !important;
    align-items: center !important;
  }
  .hero__spacer {
    display: none;
  }
  .hero__title {
    font-size: 46px;
    white-space: normal;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero-banner__nav-btn--prev,
  .hero-banner__nav-btn--next {
    width: 38px;
    height: 38px;
  }
  .hero-banner__nav-btn--prev::before,
  .hero-banner__nav-btn--next::before {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .hero-banner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero {
    padding: 45px 28px;
    min-height: 420px;
    gap: 32px;
  }
  .hero__title {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 6px;
  }
  .hero__title--highlight {
    margin-top: 8px;
  }
  .hero__subtitle {
    font-size: 17px;
    line-height: 1.45;
    margin-top: -4px;
  }
  .hero__button {
    width: 100%;
    font-size: 15px;
    padding: 12px 28px;
    min-width: auto;
    border-radius: 36px;
    margin-top: 6px;
  }
  .hero-banner__nav-btn--prev,
  .hero-banner__nav-btn--next {
    width: 34px;
    height: 34px;
  }
  .hero-banner__nav-btn--prev::before,
  .hero-banner__nav-btn--next::before {
    font-size: 20px;
  }
  .hero-banner__nav-btn--prev {
    left: 15px;
  }
  .hero-banner__nav-btn--next {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .hero-banner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero {
    padding: 30px 20px;
    min-height: 350px;
    gap: 22px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__subtitle {
    font-size: 15px;
  }
  .hero__button {
    font-size: 14px;
    padding: 10px 24px;
  }
  .hero-banner__nav-btn--prev,
  .hero-banner__nav-btn--next {
    width: 32px;
    height: 32px;
  }
  .hero-banner__nav-btn--prev::before,
  .hero-banner__nav-btn--next::before {
    font-size: 18px;
  }
}
.productos-nuevos-section,
.programas-nuevos-section,
.new-products-section {
  margin: 0 auto;
  padding: 0;
  background: #F0F0F0;
  padding: 72px 0 72px;
}
.productos-nuevos-section-container,
.programas-nuevos-section-container,
.new-products-section-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}
.productos-nuevos-section .productSwiper,
.programas-nuevos-section .productSwiper,
.new-products-section .productSwiper {
  padding: 25px 30px 0px;
}
@media (min-width: 992px) {
  .productos-nuevos-section .productSwiper,
  .programas-nuevos-section .productSwiper,
  .new-products-section .productSwiper {
    padding: 25px 64px 0px;
  }
}
.productos-nuevos-section .slick-prev,
.programas-nuevos-section .slick-prev,
.new-products-section .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-prev,
  .programas-nuevos-section .slick-prev,
  .new-products-section .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-prev:before,
.programas-nuevos-section .slick-prev:before,
.new-products-section .slick-prev:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  transform: rotate(180deg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-prev:before,
  .programas-nuevos-section .slick-prev:before,
  .new-products-section .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-prev.slick-disabled:before,
.programas-nuevos-section .slick-prev.slick-disabled:before,
.new-products-section .slick-prev.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(360deg);
}
.productos-nuevos-section .slick-next,
.programas-nuevos-section .slick-next,
.new-products-section .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-next,
  .programas-nuevos-section .slick-next,
  .new-products-section .slick-next {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-next:before,
.programas-nuevos-section .slick-next:before,
.new-products-section .slick-next:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-next:before,
  .programas-nuevos-section .slick-next:before,
  .new-products-section .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-next.slick-disabled:before,
.programas-nuevos-section .slick-next.slick-disabled:before,
.new-products-section .slick-next.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(180deg);
}
.productos-nuevos-section .product-card-slide,
.programas-nuevos-section .product-card-slide,
.new-products-section .product-card-slide {
  padding: 0 8px;
}

.libros-nuevos-section a.view-product-btn,
.productos-nuevos-section a.view-product-btn,
.product-card-slide a.view-product-btn {
  font: normal normal 400 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  display: block;
  background: #E30613;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.product #products-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .product #products-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    max-width: 1440px;
  }
}
.product .woo-product-gallery-slider {
  width: 95%;
  opacity: 1;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .product .woo-product-gallery-slider {
    width: 40%;
  }
}
.product .woo-product-gallery-slider .slick-track {
  width: 100%;
}
.product .woo-product-gallery-slider .woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}
.product .woo-product-gallery-slider .woocommerce-product-gallery__image a {
  width: 80%;
  display: flex;
}
@media (min-width: 1200px) {
  .product .woo-product-gallery-slider .woocommerce-product-gallery__image a {
    width: 90%;
    max-height: 677px;
  }
}
.product .woo-product-gallery-slider .woocommerce-product-gallery__image a .zoomtoo-container {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product .woo-product-gallery-slider .woocommerce-product-gallery__image a .zoomtoo-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related.products .productSwiper .swiper-wrapper .product-card {
  display: flex;
  flex-direction: column;
  max-height: 504px;
  background-color: #FFFFFF;
}
.related.products .productSwiper .swiper-wrapper .product-card .discount-badge {
  padding: 9px 29px;
  background: #FFFFFF;
  color: #E30613;
  border: 1px solid #E30613;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.related.products .productSwiper .swiper-wrapper .product-card .discount-badge.new {
  background: #E30613;
  color: #FFFFFF;
}
.related.products .productSwiper .swiper-wrapper .product-card .product-image {
  margin-bottom: 3px;
}
.related.products .productSwiper .swiper-wrapper .product-card .product-image img {
  min-width: 100%;
  min-height: 256px;
  max-height: 256px;
}
.related.products .productSwiper .swiper-wrapper .product-card .product-info {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.related.products .productSwiper .swiper-wrapper .product-card .product-info h3.product-title {
  min-height: 56px;
  max-height: 57px;
  overflow: hidden;
  overflow-y: scroll;
}
.related.products .productSwiper .swiper-wrapper .product-card .product-info h3.product-title a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}
.related.products .productSwiper .swiper-wrapper .product-card .product-info .product-actions a.view-product-btn {
  background-color: #E30613;
  padding: 8px 20px;
  border-radius: 10px;
}
.product {
  display: flex;
  row-gap: 40px;
}
.product .summary.entry-summary {
  padding: 0;
  width: 59.614%;
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  border-radius: 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .product .summary.entry-summary {
    width: 58.566%;
    min-height: 560px;
    padding: 100px 48px;
    justify-content: space-between;
    row-gap: 20px;
  }
}
.product .summary.entry-summary h1.product_title.entry-title {
  word-break: break-word;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
}
.product .summary.entry-summary p.price {
  font-weight: 600;
}
.product .summary.entry-summary p.price span.woocs_price_code {
  display: flex;
  flex-direction: column;
}
.product .summary.entry-summary p.price span.woocs_price_code del {
  color: #A5A5A5;
  font-size: 16px;
  line-height: normal;
}
.product .summary.entry-summary p.price span.woocs_price_code ins {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  line-height: normal;
}
.product .summary.entry-summary div.woocommerce-product-details__short-description p {
  font-size: 18px;
  line-height: normal;
}
.product .summary.entry-summary p.stock.in-stock {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: red;
}
.product .summary.entry-summary form.cart button {
  width: 100%;
  padding: 9px 29px;
  background: #E30613;
  color: #FFFFFF;
  border: 1px solid #E30613;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.product .summary.entry-summary div.product_meta span.posted_in {
  font-weight: 700;
}
.product .summary.entry-summary div.product_meta span.posted_in a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}
.product .summary.entry-summary div.a2a_kit {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.product .summary.entry-summary div.a2a_kit > a {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E30613;
}
.product .summary.entry-summary div.a2a_kit > a span svg path {
  fill: #FFFFFF;
}

@media (max-width: 1199px) {
  .product-type-simple,
  .product-type-variable {
    display: flex;
    flex-direction: column;
  }
  .product-type-simple {
    row-gap: 0px;
  }
  .product-type-simple .woo-product-gallery-slider {
    margin-bottom: 0 !important;
  }
  .woocommerce-product-gallery {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .product-type-simple .woo-product-gallery-slider {
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    margin-top: 1rem;
  }
}
ul.products {
  display: flex;
  margin: 50px auto;
  justify-content: start;
  row-gap: 12px;
  flex-direction: column;
  padding: 0;
  transition: all 0.3s ease !important;
}
@media (min-width: 992px) {
  ul.products {
    gap: 70px 30px;
  }
}
@media (min-width: 992px) {
  ul.products {
    flex-direction: row;
    max-width: 912px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  ul.products {
    width: 100%;
  }
}
ul.products::after, ul.products::before {
  display: initial !important;
  content: none !important;
}
ul.products li.product {
  border-radius: 10px;
  position: relative;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 !important;
  gap: 14px;
  padding: 1rem !important;
  border: 1px solid #d3d3d3;
  transition: all 0.3s ease !important;
  cursor: pointer;
}
ul.products li.product:hover img.attachment-woocommerce_thumbnail {
  transform: scale(1.05);
  transition: all 0.3s ease !important;
}
ul.products li.product:hover h2.woocommerce-loop-product__title {
  font-weight: 800;
}
ul.products li.product:hover .product-buttons-container a.view-product-btn {
  background: #9e1f20;
  transition: all 0.3s ease !important;
}
@media (min-width: 992px) {
  ul.products li.product {
    width: 32.728%;
  }
}
ul.products li.product a.woocommerce-LoopProduct-link {
  text-decoration: none;
  display: none !important;
}
ul.products li.product a.woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  min-height: 256px;
  max-height: 256px;
  width: 100%;
}
ul.products li.product h2.woocommerce-loop-product__title {
  min-height: 42px;
  max-height: 48px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font: normal normal 400 16px/22px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}
ul.products li.product span.price {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  font: normal normal 700 24px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
  color: #000 !important;
}
ul.products li.product span.price bdi,
ul.products li.product span.price ins {
  text-decoration: none !important;
}
ul.products li.product span.price del {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
  color: #9c9c9c !important;
}
ul.products li.product .product-buttons-container {
  display: grid !important;
  grid-template-columns: 1fr 40px;
  gap: 8px;
  margin: -6px 0 0 !important;
}
ul.products li.product .product-buttons-container a.view-product-btn {
  font: normal normal 400 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #fff;
  background: #E30613;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0 !important;
}
ul.products li.product .product-buttons-container a.add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
}
ul.products li.product .product-buttons-container a.add_to_cart_button svg path {
  fill: #000;
}
ul.products li.product .onsale {
  font: normal normal 600 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #E30613;
  color: #E30613;
  border-radius: 20px;
  display: block;
  transform: translate(50%, 0);
  z-index: 5;
  min-height: initial;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -20px !important;
  right: 50% !important;
  margin: 0 !important;
}
ul.products li.product img {
  order: 1;
}
ul.products li.product .product-categories {
  order: 2;
  min-height: 48px;
}
ul.products li.product h2.woocommerce-loop-product__title {
  order: 3;
}
ul.products li.product span.price {
  order: 4;
}
ul.products li.product .product-buttons-container {
  order: 5;
}
ul.products .product-categories a {
  font: normal normal 400 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #646464;
}

.woocommerce-pagination {
  position: relative;
  max-width: 912px;
  padding: 2rem 0;
}
.woocommerce-pagination li a,
.woocommerce-pagination li span {
  font: normal normal normal 18px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
}
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  color: #E30613;
}

.page-store > .row {
  max-width: 1440px;
  margin: 0 auto;
}
.page-store .content-filter {
  position: relative;
  height: 100%;
  margin-top: -2px;
  padding: 0;
}
@media (min-width: 992px) {
  .page-store .content-filter {
    position: sticky;
    padding: 0 20px 0 0;
    top: 60px;
  }
}
.page-store .content-cards {
  position: relative;
  padding-top: 20px;
}
.page-store .content-cards::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 30px);
  height: 1px;
  background: #d3d3d3;
}

.term-description h1 {
  font: normal normal 600 52px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
}
.term-description img {
  display: none;
}

.title-store {
  font: normal normal 600 52px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  margin-bottom: 5px;
}

.menu-tabs-store {
  padding: 0 0 30px;
  max-width: 912px;
}
.menu-tabs-store ul {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 20px;
}
@media (min-width: 992px) {
  .menu-tabs-store ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.menu-tabs-store li.current-menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  font-weight: 700;
}
.menu-tabs-store li.current-menu-item a:hover {
  background: #fff;
  font-weight: 500;
}
.menu-tabs-store li.current-menu-item a::after {
  content: "";
  background: #e30613;
  width: 34px;
  height: 5px;
  border-radius: 20px;
}
.menu-tabs-store li:not(.current-menu-item) a {
  background: #f0f0f0 0% 0% no-repeat padding-box;
  box-shadow: none;
}
.menu-tabs-store li a {
  display: block;
  border-radius: 16px;
  font: normal normal 500 18px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  transition: all 0.3s ease;
  padding: 16px 0 14px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  min-height: 61px;
}
.menu-tabs-store li a:hover {
  font-weight: 700;
  background: #f0f0f0 0% 0% no-repeat padding-box;
}

.post-type-archive header {
  max-width: 1476px;
  margin: 0 auto;
}
.post-type-archive header .navbar-toggler {
  display: none !important;
}

.product-template-default .wpgs-lightbox-icon::before {
  display: none !important;
}

@media (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
}

.woocommerce div.product {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .woocommerce div.product {
    flex-direction: row;
    gap: 30px;
  }
}
.woocommerce div.product .woocommerce-product-gallery {
  order: 2;
}
.woocommerce div.product .social-share-buttons {
  order: 1;
}
.woocommerce div.product .summary.entry-summary {
  order: 3;
}

.productos-nuevos-section,
.programas-nuevos-section,
.libros-nuevos-section {
  margin: 0 auto;
  padding: 0;
  background: #E30613;
  padding: 72px 0 72px;
}
.productos-nuevos-section-container,
.programas-nuevos-section-container,
.libros-nuevos-section-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}
.productos-nuevos-section .section-title,
.programas-nuevos-section .section-title,
.libros-nuevos-section .section-title {
  color: #fff;
}
.productos-nuevos-section .section-title::before,
.programas-nuevos-section .section-title::before,
.libros-nuevos-section .section-title::before {
  background: #fff;
}
.productos-nuevos-section .productSwiper,
.programas-nuevos-section .productSwiper,
.libros-nuevos-section .productSwiper {
  padding: 25px 30px 0px;
}
@media (min-width: 992px) {
  .productos-nuevos-section .productSwiper,
  .programas-nuevos-section .productSwiper,
  .libros-nuevos-section .productSwiper {
    padding: 45px 64px 0px;
  }
}
.productos-nuevos-section .slick-list,
.programas-nuevos-section .slick-list,
.libros-nuevos-section .slick-list {
  padding-top: 20px;
  height: auto !important;
}
.productos-nuevos-section .slick-prev,
.programas-nuevos-section .slick-prev,
.libros-nuevos-section .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-prev,
  .programas-nuevos-section .slick-prev,
  .libros-nuevos-section .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-prev:before,
.programas-nuevos-section .slick-prev:before,
.libros-nuevos-section .slick-prev:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  transform: rotate(180deg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-prev:before,
  .programas-nuevos-section .slick-prev:before,
  .libros-nuevos-section .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-prev.slick-disabled:before,
.programas-nuevos-section .slick-prev.slick-disabled:before,
.libros-nuevos-section .slick-prev.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(360deg);
}
.productos-nuevos-section .slick-next,
.programas-nuevos-section .slick-next,
.libros-nuevos-section .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-next,
  .programas-nuevos-section .slick-next,
  .libros-nuevos-section .slick-next {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-next:before,
.programas-nuevos-section .slick-next:before,
.libros-nuevos-section .slick-next:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .productos-nuevos-section .slick-next:before,
  .programas-nuevos-section .slick-next:before,
  .libros-nuevos-section .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.productos-nuevos-section .slick-next.slick-disabled:before,
.programas-nuevos-section .slick-next.slick-disabled:before,
.libros-nuevos-section .slick-next.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(180deg);
}
.productos-nuevos-section .product-card-slide,
.programas-nuevos-section .product-card-slide,
.libros-nuevos-section .product-card-slide {
  padding: 0 8px;
}

.libros-nuevos-section .slick-prev:before,
.libros-nuevos-section .slick-next:before {
  background-image: url(3ed8832c15ef5e59dd3a.svg) !important;
  background-size: cover;
  opacity: 1;
  transform: none !important;
}
.libros-nuevos-section .slick-next:before {
  transform: rotate(180deg) !important;
}
.libros-nuevos-section .slick-prev.slick-disabled:before,
.libros-nuevos-section .slick-next.slick-disabled:before {
  background-image: url(3ed8832c15ef5e59dd3a.svg) !important;
}

.shop-filters {
  background-color: #fff !important;
  box-shadow: 3px 3px 20px rgba(108, 102, 160, 0.0588235294);
}
.shop-filters h4 {
  font: normal normal 600 20px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-filters h4::before {
  content: "";
  background: url("");
  background-image: url(f0268092de54eb633a78.svg);
  background-size: contain;
  width: 16px;
  height: 14px;
}
.shop-filters form input {
  border: 1px solid #E2E2E2;
  border-radius: 50px;
  max-width: 300px;
  font: normal normal normal 20px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #BEBEBE;
  margin-bottom: 25px;
  background: url(6720f2a51cdb284bb9a8.svg) 18px 14px/20px 19px no-repeat;
  padding: 11px 10px 11px 52px;
}
.shop-filters .filter-title {
  font: normal normal 600 20px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #000;
}
.shop-filters .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.shop-filters .filter-options .form-check {
  position: relative;
  padding: 4px 8px;
  margin: 0;
}
.shop-filters .filter-options .form-check input {
  position: absolute;
  width: 100%;
  height: 100%;
  float: initial;
  margin: 0;
  left: 0;
  top: 0;
  border: 1px solid #646464;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shop-filters .filter-options .form-check input:hover, .shop-filters .filter-options .form-check input:checked {
  background: #F0F0F0;
}
.shop-filters .filter-options .form-check input:hover ~ label, .shop-filters .filter-options .form-check input:checked ~ label {
  color: #000;
  font-weight: 700;
}
.shop-filters .filter-options .form-check input:checked {
  border: none;
}
.shop-filters .filter-options .form-check input:checked ~ label {
  background: none;
}
.shop-filters .filter-options .form-check label {
  position: relative;
  pointer-events: none;
  font: normal normal 400 16px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #646464;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
[role=button]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.suggested-products {
  margin: 0 auto;
  padding: 0;
  background: #F0F0F0;
  padding: 25px 0 72px;
}
.suggested-products.white-bg {
  background: #fff;
}
.suggested-products-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}
.suggested-products .productSwiper {
  padding: 25px 30px 0px;
}
@media (min-width: 992px) {
  .suggested-products .productSwiper {
    padding: 25px 64px 0px;
  }
}
.suggested-products .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .suggested-products .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.suggested-products .slick-prev:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  transform: rotate(180deg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .suggested-products .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
.suggested-products .slick-prev.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(360deg);
}
.suggested-products .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 992px) {
  .suggested-products .slick-next {
    width: 30px;
    height: 30px;
  }
}
.suggested-products .slick-next:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(ac6bf5b5c4d3192df027.svg);
  background-size: cover;
  opacity: 1;
}
@media (max-width: 992px) {
  .suggested-products .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.suggested-products .slick-next.slick-disabled:before {
  background-image: url(0b642401cf94b65dc2f8.svg);
  transform: rotate(180deg);
}
.suggested-products .product-card.border {
  border: 1px solid #D3D3D3;
}
.suggested-products .product-card-slide {
  padding: 0 8px;
}

/*# sourceMappingURL=style.css.map*/