@font-face {
  font-display: block;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 900;
  src:
    url("../fonts/Nunito-Variable.woff2") format("woff2"),
    url("../fonts/Nunito-Variable.woff") format("woff"),
    url("../fonts/Nunito-Variable.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200 900;
  src:
    url("../fonts/Nunito-VariableItalic.woff2") format("woff2"),
    url("../fonts/Nunito-VariableItalic.woff") format("woff"),
    url("../fonts/Nunito-VariableItalic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/Satoshi-Regular.woff") format("woff"),
    url("../fonts/Satoshi-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff") format("woff"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  src:
    url("../fonts/Satoshi-Black.woff2") format("woff2"),
    url("../fonts/Satoshi-Black.woff") format("woff"),
    url("../fonts/Satoshi-Black.ttf") format("truetype");
}

.es-header-promo {
  --es-color-primary: #853842;
  --es-color-primary-hover: #6f2e37;
  --es-color-primary-soft: #f4e4e6;
  --es-color-green: #5e603e;
  background: #352729;
  color: #fff;
  font-size: 0.86rem;
  padding: 0.68rem 0;
  position: relative;
  z-index: 6500;
}

:root {
  --bs-primary: #853842;
  --bs-primary-rgb: 133, 56, 66;
  --bs-link-color: #853842;
  --bs-link-color-rgb: 133, 56, 66;
  --bs-link-hover-color: #6f2e37;
  --bs-link-hover-color-rgb: 111, 46, 55;
}

.header {
  position: static;
  top: auto;
  z-index: auto;
}

.header-nav-full-width,
.es-header-main {
  position: relative;
  z-index: 2500;
}

.es-header-main {
  z-index: 3200;
}

.mibuscador-wrapper {
  z-index: 3600;
}

.mibuscador-dropdown {
  z-index: 3600 !important;
}

.mibuscador-overlay {
  z-index: 3000 !important;
}

.mibuscadorps91-wrapper,
.mibuscadorps91-dropdown {
  z-index: 6200 !important;
}

.mibuscadorps91-overlay {
  z-index: 6100 !important;
}

.cart-grid__aside-wrapper,
.checkout-grid__aside-wrapper {
  z-index: 1 !important;
}

.modal-backdrop {
  z-index: 9000 !important;
}

.modal,
.wishlist-modal.show {
  z-index: 9010 !important;
}

.es-delivery-choice-pending .delivery-option__extra[data-active] {
  height: 0;
  overflow: hidden;
}

.es-delivery-choice-alert {
  margin-bottom: 1rem;
}

:root {
  --es-layout-max-width: 1540px;
}

@media (min-width: 1400px) {
  .container:not(.container--limited-sm):not(.container--limited-md),
  .container-sm:not(.container--limited-sm):not(.container--limited-md),
  .container-md:not(.container--limited-sm):not(.container--limited-md),
  .container-lg:not(.container--limited-sm):not(.container--limited-md),
  .container-xl:not(.container--limited-sm):not(.container--limited-md),
  .container-xxl:not(.container--limited-sm):not(.container--limited-md) {
    max-width: var(--es-layout-max-width);
  }
}

body {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
}

h1,
h2,
.page-title-section,
.section-title {
  color: #315c4b;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.product-miniature__image-link {
  border-radius: 16px;
  position: relative;
}

.product-miniature__inner,
.product-miniature__top,
.product-miniature__image-container {
  border-radius: 16px;
}

.product-miniature__inner {
  overflow: hidden;
}

.product-miniature__image {
  transition: filter 0.2s ease-in-out;
  transform: none !important;
}

.product-miniature__image-link:hover .product-miniature__image,
.product-miniature__image-link:focus-visible .product-miniature__image,
.product-miniature__inner:hover .product-miniature__image,
.product-miniature:hover .product-miniature__image {
  filter: brightness(1.12);
  transform: none !important;
}

.product-miniature__image--out-of-stock {
  filter: grayscale(.85) brightness(.76);
}

.product-miniature__image-link:hover .product-miniature__image--out-of-stock,
.product-miniature__image-link:focus-visible .product-miniature__image--out-of-stock,
.product-miniature__inner:hover .product-miniature__image--out-of-stock,
.product-miniature:hover .product-miniature__image--out-of-stock {
  filter: grayscale(.85) brightness(.92);
  transform: none !important;
}

.product-miniature__unavailable-overlay {
  height: 80%;
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 3;
}

.product-miniature--out-of-stock .product-flags .badge.unavailable,
.product-miniature--out-of-stock .product-flags .badge.out_of_stock,
.product-miniature--out-of-stock .product-flags .badge.out-of-stock {
  display: none;
}

.product-miniature__bottom {
  padding-inline: 0.85rem;
}

.product-miniature__title {
  color: #315c4b;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.product-miniature__title:hover,
.product-miniature__title:focus-visible {
  color: #853842;
}

.product-miniature__reference {
  color: #5e603e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: -0.15rem;
  text-transform: uppercase;
}

.product-miniature__quickview-button {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  bottom: 0.75rem;
  box-shadow: 0 8px 22px rgba(49, 92, 75, 0.16);
  color: #315c4b;
  font-size: 0.86rem;
  left: 50%;
  min-height: 2.15rem;
  padding: 0.34rem 0.72rem;
  top: auto;
  transform: translateX(-50%);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
  width: auto;
}

.product-miniature__quickview-button:hover,
.product-miniature__quickview-button:focus {
  background: #315c4b;
  border-color: #315c4b;
  color: #ffffff;
  transform: translateX(-50%);
}

.product-miniature__inner:hover .product-miniature__quickview-button,
.product-miniature__inner:has(:focus-visible) .product-miniature__quickview-button {
  transform: translateX(-50%);
}

.product-miniature__inner:hover .product-miniature__top,
.product-miniature__inner:has(:focus-visible) .product-miniature__top {
  border-end-end-radius: 16px;
  border-end-start-radius: 16px;
}

.page-product .product__name {
  color: #315c4b;
  display: inline-block;
  font-weight: 900;
  line-height: 1.08;
  padding-bottom: 0.55rem;
  position: relative;
}

.page-product .product__name::after {
  background: linear-gradient(90deg, #315c4b 0%, #5e603e 58%, #fff0 100%);
  border-radius: 999px;
  bottom: 0;
  content: "";
  display: block;
  height: 0.22rem;
  left: 0;
  position: absolute;
  width: min(11rem, 70%);
}

.page-product .product__scientific-reference {
  color: #5e603e;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 750;
  line-height: 1.25;
  margin: -0.85rem 0 1.25rem;
}

.page-product .product__price,
.page-product .current-price,
.page-product .current-price-value {
  color: #853842;
  font-family: "Satoshi", "Nunito", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.page-product .product__regular-price,
.page-product .product__discount-price,
.page-product .product__tax-infos,
.page-product .product__unit-price {
  color: #6d7470;
}

.page-product .product__carousel,
.page-product .product__carousel .carousel-inner,
.page-product .product__carousel .carousel-item,
.page-product .product__carousel picture,
.page-product .product__carousel img,
.page-product .product__no-image,
.page-product .product__no-image img {
  border-radius: 18px;
}

.page-product .product__carousel,
.page-product .product__no-image {
  box-shadow: 0 10px 28px rgba(49, 92, 75, 0.09);
}

.page-product .product__carousel .carousel-control-prev,
.page-product .product__carousel .carousel-control-next {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(49, 92, 75, 0.18);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(49, 92, 75, 0.14);
  color: #315c4b;
  display: inline-flex;
  height: 2.15rem;
  justify-content: center;
  opacity: 1;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    opacity 0.18s ease;
  width: 2.15rem;
  z-index: 3;
}

.page-product .product__carousel .carousel-control-prev {
  left: 0.7rem;
}

.page-product .product__carousel .carousel-control-next {
  right: 0.7rem;
}

.page-product .product__carousel .carousel-control-prev:hover,
.page-product .product__carousel .carousel-control-prev:focus-visible,
.page-product .product__carousel .carousel-control-next:hover,
.page-product .product__carousel .carousel-control-next:focus-visible {
  background: #315c4b;
  border-color: #315c4b;
  color: #ffffff;
  opacity: 1;
}

.page-product .product__carousel .carousel-control-prev-icon,
.page-product .product__carousel .carousel-control-next-icon {
  background: none !important;
  background-image: none;
  display: flex;
  height: 1.25rem;
  opacity: 1;
  width: 1.25rem;
}

.page-product .product__carousel .carousel-control-prev-icon::before,
.page-product .product__carousel .carousel-control-next-icon::before {
  color: currentColor;
  font-family: "Material Icons";
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1;
}

.page-product .product__carousel .carousel-control-prev-icon::before {
  content: "\e5cb";
}

.page-product .product__carousel .carousel-control-next-icon::before {
  content: "\e5cc";
}

.page-product .product__thumbnail,
.page-product .product__thumbnail-image {
  border-radius: 12px;
}

.page-product .product__actions-qty-add {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.page-product .es-product-features-desktop {
  display: block;
  margin-bottom: 1.4rem;
}

.page-product #product_features {
  display: none;
}

.page-product .ps-emailalerts--product .h4 {
  align-items: center;
  color: #315c4b;
  display: flex;
  gap: 0.55rem;
  line-height: 1.25;
}

.page-product .ps-emailalerts__title-icon {
  display: block;
  flex: 0 0 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  width: 1.45rem;
}

.blockreassurance .reassurance__image svg,
.blockreassurance .reassurance__image svg * {
  fill: initial !important;
  stroke: initial !important;
}

.page-product .blockreassurance--product {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.1);
  border-radius: 8px;
  box-shadow: none;
  gap: 0;
  margin: 0 0 1.15rem;
  overflow: hidden;
}

.page-product .blockreassurance--product .reassurance {
  align-items: flex-start;
  background: transparent;
  color: #24342d;
  display: flex;
  gap: 0.65rem;
  padding: 0.62rem 0.75rem;
  text-decoration: none;
}

.page-product .blockreassurance--product .reassurance:not(:last-child) {
  border-bottom: 1px solid rgba(49, 92, 75, 0.08);
}

.page-product .blockreassurance--product .reassurance:hover,
.page-product .blockreassurance--product .reassurance:focus-visible {
  background: #fbfcf8;
}

.page-product .blockreassurance--product .reassurance__image {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex: 0 0 1.75rem;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.page-product .blockreassurance--product .reassurance__image img,
.page-product .blockreassurance--product .reassurance__image svg {
  display: block;
  height: 1.35rem;
  max-height: 1.35rem;
  max-width: 1.35rem;
  width: 1.35rem;
}

.page-product .blockreassurance--product .reassurance__content {
  min-width: 0;
}

.page-product .blockreassurance--product .reassurance__title {
  color: #315c4b;
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.page-product .blockreassurance--product .reassurance__desc {
  color: #5f6863;
  display: block;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.3;
  margin-top: 0.12rem;
}

.es-cart-reassurance .blockreassurance,
body#checkout .blockreassurance--checkout {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.1);
  border-radius: 8px;
  box-shadow: none;
  display: block;
  gap: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: initial;
  width: 100%;
}

.es-cart-reassurance .blockreassurance .reassurance,
body#checkout .blockreassurance--checkout .reassurance {
  align-items: flex-start;
  background: transparent;
  color: #24342d;
  display: flex;
  gap: 0.65rem;
  padding: 0.62rem 0.75rem;
  text-decoration: none;
}

.es-cart-reassurance .blockreassurance .reassurance:not(:last-child),
body#checkout .blockreassurance--checkout .reassurance:not(:last-child) {
  border-bottom: 1px solid rgba(49, 92, 75, 0.08);
}

.es-cart-reassurance .blockreassurance .reassurance:hover,
.es-cart-reassurance .blockreassurance .reassurance:focus-visible,
body#checkout .blockreassurance--checkout .reassurance:hover,
body#checkout .blockreassurance--checkout .reassurance:focus-visible {
  background: #fbfcf8;
}

.es-cart-reassurance .blockreassurance .reassurance__image,
body#checkout .blockreassurance--checkout .reassurance__image {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex: 0 0 1.75rem;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.es-cart-reassurance .blockreassurance .reassurance__image img,
.es-cart-reassurance .blockreassurance .reassurance__image svg,
body#checkout .blockreassurance--checkout .reassurance__image img,
body#checkout .blockreassurance--checkout .reassurance__image svg {
  display: block;
  height: 1.35rem;
  max-height: 1.35rem;
  max-width: 1.35rem;
  width: 1.35rem;
}

.es-cart-reassurance .blockreassurance .reassurance__content,
body#checkout .blockreassurance--checkout .reassurance__content {
  min-width: 0;
}

.es-cart-reassurance .blockreassurance .reassurance__title,
body#checkout .blockreassurance--checkout .reassurance__title {
  color: #315c4b;
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.es-cart-reassurance .blockreassurance .reassurance__desc,
body#checkout .blockreassurance--checkout .reassurance__desc {
  color: #5f6863;
  display: block;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.3;
  margin-top: 0.12rem;
}

body#checkout .es-checkout-address-fields {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 1rem;
}

body#checkout .es-checkout-address-fields .form-label {
  color: #315c4b;
  font-weight: 850;
  line-height: 1.2;
  margin-bottom: 0.38rem;
}

body#checkout .es-checkout-address-fields .form-control,
body#checkout .es-checkout-address-fields .form-select {
  background-color: #fbfcf8;
  border: 1px solid rgba(49, 92, 75, 0.14);
  border-radius: 8px;
  color: #24342d;
  min-height: 2.85rem;
  padding: 0.65rem 0.85rem;
}

body#checkout .es-checkout-address-fields .form-control:focus,
body#checkout .es-checkout-address-fields .form-select:focus {
  background-color: #ffffff;
  border-color: rgba(49, 92, 75, 0.45);
  box-shadow: 0 0 0 0.18rem rgba(49, 92, 75, 0.08);
}

body#checkout .es-checkout-address-field > .mb-3 {
  margin-bottom: 1rem !important;
}

body#checkout .es-checkout-address-phone-note {
  color: #5f6863;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: -0.42rem;
  padding-bottom: 0.55rem;
}

body#checkout .es-checkout-address-alias,
body#checkout .es-checkout-address-company {
  grid-column: 1 / -1;
  margin-bottom: 0.5rem;
}

body#checkout .es-checkout-address-alias summary,
body#checkout .es-checkout-address-company summary {
  align-items: center;
  border-radius: 999px;
  color: #5f6863;
  cursor: pointer;
  display: inline-flex;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.22rem 0;
}

body#checkout .es-checkout-address-company__icon {
  display: block;
  flex: 0 0 1.05rem;
  height: 1.05rem;
  object-fit: contain;
  width: 1.05rem;
}

body#checkout .es-checkout-address-alias summary:hover,
body#checkout .es-checkout-address-alias summary:focus-visible,
body#checkout .es-checkout-address-company summary:hover,
body#checkout .es-checkout-address-company summary:focus-visible {
  color: #315c4b;
}

body#checkout .es-checkout-address-alias[open],
body#checkout .es-checkout-address-company[open] {
  padding-bottom: 0.35rem;
}

body#checkout .es-checkout-address-alias[open] .es-checkout-address-field {
  margin-top: 0.75rem;
}

body#checkout .es-checkout-address-company__fields {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 0.85rem;
}

body#checkout .es-checkout-address-same {
  grid-column: 1 / -1;
}

.page-product .product__accordion .accordion-button {
  color: #315c4b;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.2;
}

.page-product .product__accordion .accordion-button:not(.collapsed),
.page-product .product__accordion .accordion-button:focus {
  color: #315c4b;
}

.page-product .product__description.rich-text h2 {
  background: #f7f8f4;
  border-left: 4px solid #5e603e;
  border-radius: 0 8px 8px 0;
  color: #315c4b;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 1.55rem 0 0.75rem;
  padding: 0.55rem 0.85rem;
}

.page-product .product__additional-info > input[type="hidden"][id^="stripe_"],
.page-product .product__additional-info > input[type="hidden"][name^="stripe_"] {
  display: none !important;
}

.page-product .product__additional-info #stripe-express-checkout-element:empty,
.page-product .product__additional-info #stripe-error-message:empty,
.page-product .product__additional-info #payment-method-messaging-element:empty {
  border: 0 !important;
  display: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.page-product .product__add-to-cart-button {
  border-radius: 8px;
  justify-content: center;
  font-weight: 900;
  min-height: 3.15rem;
  padding: 0.78rem 1.35rem;
  width: 100%;
}

.page-product .product__quantity {
  flex: 0 0 max-content;
  max-width: max-content;
  width: max-content;
}

.page-product .product__add-to-cart {
  display: flex;
  flex: 1 1 12rem;
  min-width: min(100%, 12rem);
}

.page-product .quantity-button__group {
  border: 1px solid rgba(49, 92, 75, 0.2);
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(49, 92, 75, 0.08);
  flex-wrap: nowrap;
  max-width: max-content;
  overflow: hidden;
  width: max-content;
}

.page-product .quantity-button__group .btn,
.page-product .quantity-button__group .form-control {
  border-color: transparent;
  min-height: 3.15rem;
}

.page-product .quantity-button__group .btn {
  color: #315c4b;
  padding: 0.55rem 0.8rem;
}

.page-product .quantity-button__group .btn:hover,
.page-product .quantity-button__group .btn:focus-visible {
  background: #f0f0e2;
  opacity: 1;
}

.page-product .quantity-button__group .form-control {
  border-left: 1px solid rgba(49, 92, 75, 0.14);
  border-right: 1px solid rgba(49, 92, 75, 0.14);
  max-width: 4.6rem;
  padding: 0.55rem 0.4rem;
}

.page-product .es-sowing-section {
  margin-bottom: 1.45rem;
}

.page-product .es-sowing-section__title,
.page-product .es-product-features-desktop__title {
  align-items: center;
  color: #315c4b;
  display: flex;
  font-size: 1.35rem;
  font-weight: 900;
  gap: 0.55rem;
  line-height: 1.2;
  margin: 0 0 0.9rem;
}

.page-product .es-product-features-desktop__title::before {
  background-image: url("/img/ficha-tecnica.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 1.45rem;
  height: 1.45rem;
  width: 1.45rem;
}

.page-product .es-product-features-desktop__list {
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 10px;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.page-product .es-product-features-desktop__item {
  display: grid;
  grid-template-columns: minmax(7.5rem, 44%) minmax(0, 1fr);
}

.page-product .es-product-features-desktop__item:not(:last-child) {
  border-bottom: 1px solid rgba(49, 92, 75, 0.12);
}

.page-product .es-product-features-desktop__item:nth-child(even) {
  background: #f7f8f4;
}

.page-product .es-product-features-desktop__label,
.page-product .es-product-features-desktop__value {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: #24342d;
  display: flex;
  min-height: 3.05rem;
  padding: 0.65rem 0.85rem;
}

.page-product .es-product-features-desktop__label {
  border-right: 1px solid rgba(49, 92, 75, 0.12);
  font-weight: 900;
  justify-content: flex-start;
  text-align: left;
}

.page-product .es-product-features-desktop__value {
  color: #2f342f;
  font-weight: 650;
  min-width: 0;
}

.page-product .es-product-features-desktop__value a {
  color: #853842;
  font-weight: 850;
}

.page-product .es-sowing-calendar {
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 10px;
  padding: 0.9rem;
  width: 100%;
}

.page-product .es-sowing-calendar__months {
  display: grid;
  gap: 0.28rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.page-product .es-sowing-calendar__month {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f6f6f2 100%);
  border: 1px solid rgba(49, 92, 75, 0.13);
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(49, 92, 75, 0.08);
  color: #62645d;
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  justify-content: center;
  min-height: 2.55rem;
  position: relative;
}

.page-product .es-sowing-calendar__month--active {
  background: #315c4b;
  border-color: rgba(49, 92, 75, 0.55);
  box-shadow: 0 8px 18px rgba(49, 92, 75, 0.2);
  color: #fff;
}

.page-product .es-sowing-calendar__legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.35rem;
  padding-top: 0.25rem;
}

.page-product .es-sowing-calendar__legend span {
  align-items: center;
  color: #24342d;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 0.5rem;
}

.page-product .es-sowing-calendar__legend-swatch {
  background: linear-gradient(180deg, #f4f5f1 0%, #e8e9e5 100%);
  border: 1px solid rgba(49, 92, 75, 0.08);
  border-radius: 6px;
  display: inline-block;
  flex: 0 0 1.35rem;
  height: 1.35rem;
  width: 1.35rem;
}

.page-product .es-sowing-calendar__legend-swatch--active {
  background: linear-gradient(135deg, #315c4b 0%, #5e603e 100%);
  border-color: rgba(49, 92, 75, 0.45);
}

@media (min-width: 576px) {
  .page-product .es-sowing-calendar__months {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .page-product .product__container {
    gap: 2.25rem;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  }

  .page-product #product_features {
    display: none;
  }

  .page-product .es-product-features-desktop {
    display: block;
    margin-bottom: 1.4rem;
  }

  .page-product .es-product-features-desktop__title {
    align-items: center;
    color: #315c4b;
    display: flex;
    font-size: 1.35rem;
    font-weight: 900;
    gap: 0.55rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
  }

  .page-product .es-product-features-desktop__title::before {
    background-image: url("/img/ficha-tecnica.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex: 0 0 1.45rem;
    height: 1.45rem;
    width: 1.45rem;
  }

  .page-product .es-product-features-desktop__list {
    display: grid;
    border: 1px solid rgba(49, 92, 75, 0.16);
    border-radius: 10px;
    gap: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }

  .page-product .es-product-features-desktop__item {
    display: grid;
    grid-template-columns: minmax(9rem, 48%) minmax(0, 1fr);
  }

  .page-product .es-product-features-desktop__item:not(:last-child) {
    border-bottom: 1px solid rgba(49, 92, 75, 0.12);
  }

  .page-product .es-product-features-desktop__item:nth-child(even) {
    background: #f7f8f4;
  }

  .page-product .es-product-features-desktop__label,
  .page-product .es-product-features-desktop__value {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: #24342d;
    display: flex;
    min-height: 3.05rem;
    padding: 0.65rem 1rem;
  }

  .page-product .es-product-features-desktop__label {
    border-right: 1px solid rgba(49, 92, 75, 0.12);
    font-weight: 900;
    justify-content: flex-start;
    text-align: left;
  }

  .page-product .es-product-features-desktop__value {
    color: #2f342f;
    font-weight: 650;
    min-width: 0;
  }

  .page-product .es-product-features-desktop__value a {
    color: #853842;
    font-weight: 850;
  }

  .page-product .es-product-features-desktop__item--sowing {
    grid-template-columns: 1fr;
  }

  .page-product .es-product-features-desktop__item--sowing .es-product-features-desktop__label {
    border-bottom: 1px solid rgba(49, 92, 75, 0.12);
    border-right: 0;
    min-height: 2.75rem;
  }

  .page-product .es-product-features-desktop__value--sowing {
    display: block;
    padding: 0.95rem 1rem 0.85rem;
  }

  .page-product .es-sowing-calendar {
    width: 100%;
  }

  .page-product .es-sowing-calendar__months {
    display: grid;
    gap: 0.28rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1rem;
  }

  .page-product .es-sowing-calendar__month {
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, #f6f6f2 100%);
    border: 1px solid rgba(49, 92, 75, 0.13);
    border-radius: 7px;
    box-shadow: 0 1px 4px rgba(49, 92, 75, 0.08);
    color: #62645d;
    display: flex;
    font-size: 0.78rem;
    font-weight: 850;
    justify-content: center;
    min-height: 2.55rem;
    position: relative;
  }

  .page-product .es-sowing-calendar__month--active {
    background: linear-gradient(135deg, #315c4b 0%, #5e603e 100%);
    border-color: rgba(49, 92, 75, 0.55);
    box-shadow: 0 8px 18px rgba(49, 92, 75, 0.2);
    color: #fff;
  }

  .page-product .es-sowing-calendar__month--active::after {
    background: #5e603e;
    border-radius: 999px;
    bottom: -0.58rem;
    content: "";
    height: 0.18rem;
    left: -0.14rem;
    position: absolute;
    right: -0.14rem;
  }

  .page-product .es-sowing-calendar__legend {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.35rem;
    padding-top: 0.25rem;
  }

  .page-product .es-sowing-calendar__legend span {
    align-items: center;
    color: #24342d;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 750;
    gap: 0.5rem;
  }

  .page-product .es-sowing-calendar__legend-swatch {
    background: linear-gradient(180deg, #f4f5f1 0%, #e8e9e5 100%);
    border: 1px solid rgba(49, 92, 75, 0.08);
    border-radius: 6px;
    display: inline-block;
    flex: 0 0 1.35rem;
    height: 1.35rem;
    width: 1.35rem;
  }

  .page-product .es-sowing-calendar__legend-swatch--active {
    background: linear-gradient(135deg, #315c4b 0%, #5e603e 100%);
    border-color: rgba(49, 92, 75, 0.45);
  }

}

@media (min-width: 1200px) {
  .page-product .product__container {
    gap: 3rem;
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  }

  .page-product .blockreassurance--product {
    border: 1px solid rgba(49, 92, 75, 0.1);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .page-product .blockreassurance--product .reassurance {
    align-items: center;
    border: 0;
    border-radius: 0;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.75rem 0.55rem;
    text-align: center;
  }

  .page-product .blockreassurance--product .reassurance:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid rgba(49, 92, 75, 0.08);
  }

  .page-product .blockreassurance--product .reassurance__image {
    flex-basis: 2.15rem;
    height: 2.15rem;
    width: 2.15rem;
  }

  .page-product .blockreassurance--product .reassurance__image img,
  .page-product .blockreassurance--product .reassurance__image svg {
    height: 1.7rem;
    max-height: 1.7rem;
    max-width: 1.7rem;
    width: 1.7rem;
  }

  .page-product .blockreassurance--product .reassurance__desc {
    margin-top: 0.08rem;
  }
}

@media (min-width: 768px) {
  body#checkout .es-checkout-address-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#checkout .es-checkout-address-company__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#checkout .es-checkout-address-field {
    grid-column: 1 / -1;
  }

  body#checkout .es-checkout-address-company__fields .es-checkout-address-field,
  body#checkout .es-checkout-address-field--half {
    grid-column: auto;
  }

  body#checkout .es-checkout-address-alias {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .page-product .product__carousel .carousel-control-prev,
  .page-product .product__carousel .carousel-control-next {
    height: 1.95rem;
    width: 1.95rem;
  }

  .page-product .product__carousel .carousel-control-prev {
    left: 0.5rem;
  }

  .page-product .product__carousel .carousel-control-next {
    right: 0.5rem;
  }

  .page-product .product__add-to-cart-button {
    min-height: 3rem;
    padding-inline: 1rem;
  }

  .page-product .quantity-button__group .btn,
  .page-product .quantity-button__group .form-control {
    min-height: 3rem;
  }
}

.subcategory__list--with-images {
  align-items: stretch;
  cursor: grab;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin-block: 0 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0.1rem 0.65rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.subcategory__list--with-images.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.subcategory__list--with-images::-webkit-scrollbar {
  display: none;
}

.subcategory--carousel {
  position: relative;
}

.subcategory__link--with-image {
  align-items: stretch;
  background: #ffffff;
  border-color: rgba(49, 92, 75, 0.18);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(49, 92, 75, 0.07);
  color: #315c4b;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  scroll-snap-align: start;
  flex: 0 0 6.7rem;
  max-width: 6.7rem;
  text-align: center;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.subcategory__link--with-image:hover,
.subcategory__link--with-image:focus-visible {
  background: #ffffff;
  border-color: #853842;
  box-shadow: 0 7px 16px rgba(49, 92, 75, 0.12);
  color: #853842;
  transform: translateY(-1px);
}

.subcategory__link--with-image picture {
  display: block;
}

.subcategory__thumbnail {
  aspect-ratio: 5 / 4;
  border-radius: 0;
  height: auto;
  object-fit: contain;
  padding: 0.35rem 0.35rem 0.1rem;
  width: 100%;
}

.subcategory__name {
  align-items: center;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 2.2rem;
  padding: 0.34rem 0.45rem 0.48rem;
}

.subcategory__nav {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.18);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(49, 92, 75, 0.14);
  color: #315c4b;
  display: inline-flex;
  height: 2.15rem;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.75rem);
  transform: translateY(-50%);
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    opacity 0.18s ease;
  width: 2.15rem;
  z-index: 3;
}

.subcategory--carousel.is-scrollable .subcategory__nav {
  opacity: 1;
  pointer-events: auto;
}

.subcategory__nav:hover,
.subcategory__nav:focus-visible {
  background: #315c4b;
  border-color: #315c4b;
  color: #ffffff;
}

.subcategory__nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.subcategory__nav--prev {
  left: -0.55rem;
}

.subcategory__nav--next {
  right: -0.55rem;
}

.subcategory__nav .material-icons {
  font-size: 1.25rem;
}

@media (max-width: 575.98px) {
  .subcategory--carousel {
    margin-inline: -0.15rem;
  }

  .subcategory__list--with-images {
    gap: 0.5rem;
    padding: 0.1rem 0.85rem 0.7rem;
    scroll-padding-inline: 0.85rem;
    scroll-snap-type: none;
  }

  .subcategory__link--with-image {
    flex-basis: 6.05rem;
    max-width: 6.05rem;
    scroll-snap-align: none;
  }

  .subcategory__thumbnail {
    padding: 0.28rem 0.28rem 0.05rem;
  }

  .subcategory__name {
    font-size: 0.78rem;
    min-height: 2rem;
    padding: 0.3rem 0.38rem 0.42rem;
  }

  .subcategory__nav {
    height: 1.95rem;
    width: 1.95rem;
  }

  .subcategory__nav--prev {
    left: 0.1rem;
  }

  .subcategory__nav--next {
    right: 0.1rem;
  }
}

@media (min-width: 576px) {
  .subcategory__link--with-image {
    flex-basis: 7.25rem;
    max-width: 7.25rem;
  }
}

@media (min-width: 992px) {
  .subcategory__link--with-image {
    flex-basis: 7.6rem;
    max-width: 7.6rem;
  }
}

.product__variants {
  display: grid;
  gap: 1.15rem;
}

.product-variant {
  border: 0;
  margin: 0;
  padding: 0;
}

.product-variant__label {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 0.55rem;
}

.product-variant__legend {
  color: #315c4b;
  font-weight: 800;
  margin: 0;
}

.product-variant__selected {
  color: #5e603e;
  font-size: 0.92rem;
  font-weight: 650;
}

.product-variant__radios {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}

.product-variant__radio.form-check {
  margin: 0;
  min-width: 0;
  padding: 0;
}

.product-variant__radio .form-check-input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.product-variant__radio label {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.28);
  border-radius: 8px;
  color: #315c4b;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.68rem 0.9rem;
  position: relative;
  text-align: center;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
  width: 100%;
}

.product-variant__radio label::before {
  background-image: url("/img/check-blanco.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 1rem;
  left: 0.85rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.product-variant__radio .form-check-label {
  color: inherit;
  font-weight: 750;
  line-height: 1.15;
}

.product-variant__radio label:hover {
  background: #f4e4e6;
  border-color: #853842;
  color: #853842;
}

.product-variant__radio .form-check-input:focus-visible + label {
  border-color: #853842;
  box-shadow: 0 0 0 0.22rem rgba(133, 56, 66, 0.16);
}

.product-variant__radio .form-check-input:checked + label {
  background: #315c4b;
  border-color: #315c4b;
  box-shadow: 0 8px 18px rgba(49, 92, 75, 0.18);
  color: #ffffff;
  justify-content: center;
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  text-align: center;
}

.product-variant__radio .form-check-input:checked + label::before {
  display: block;
}

.product-variant__radio .form-check-input:disabled + label {
  background: #f4f1ed;
  border-color: #ded5cc;
  color: #9b9086;
  cursor: not-allowed;
  opacity: 0.75;
}

@media (max-width: 991.98px) {
  #category #left-column.left-column {
    display: none;
  }

  #category #center-column.center-column {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #category #left-column.left-column {
    display: none;
  }

  #category #center-column.center-column {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #category .products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #index .ps-featuredproducts .products,
  #index .ps-newproducts .products,
  #index .ps-bestsellers .products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

#products > #js-product-list-top .products__selection {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}

#products > #js-product-list-top .products__count {
  color: darkgray;
  flex: 1 1 auto;
  font-size: 0.92rem;
  min-width: 0;
}

#products > #js-product-list-top .products__count span {
  display: inline-block;
}

#products > #js-product-list-top .products__sort {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
  justify-content: flex-end;
  min-width: 0;
}

#products > #js-product-list-top .products__sort-dropdown {
  max-width: 100%;
}

#products > #js-product-list-top .products__sort-dropdown-button {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  color: #315c4b;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.35rem;
  min-height: 2.25rem;
  max-width: 100%;
  padding: 0.45rem 0.8rem;
  white-space: nowrap;
}

#products > #js-product-list-top .products__sort-icon {
  display: block;
  flex: 0 0 auto;
  height: 1rem;
  object-fit: contain;
  width: 1rem;
}

#products > #js-product-list-top .products__sort-icon--light {
  display: none;
}

#products > #js-product-list-top .products__sort-dropdown-button:hover,
#products > #js-product-list-top .products__sort-dropdown-button:focus,
#products > #js-product-list-top .products__sort-dropdown-button[aria-expanded="true"] {
  background: #315c4b;
  border-color: #315c4b;
  box-shadow: none;
  color: #ffffff;
}

#products > #js-product-list-top .products__sort-dropdown-button:hover .products__sort-icon--default,
#products > #js-product-list-top .products__sort-dropdown-button:focus .products__sort-icon--default,
#products > #js-product-list-top .products__sort-dropdown-button[aria-expanded="true"] .products__sort-icon--default {
  display: none;
}

#products > #js-product-list-top .products__sort-dropdown-button:hover .products__sort-icon--light,
#products > #js-product-list-top .products__sort-dropdown-button:focus .products__sort-icon--light,
#products > #js-product-list-top .products__sort-dropdown-button[aria-expanded="true"] .products__sort-icon--light {
  display: block;
}

#products > #js-product-list-top .products__sort-dropdown .dropdown-item {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

#products > #js-product-list-top .products__sort-dropdown .dropdown-item.current {
  color: #315c4b;
  font-weight: 850;
}

#products > #js-product-list-top .products__sort-dropdown .dropdown-item .material-icons {
  font-size: 1rem;
}

#category .category-facets-horizontal {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(49, 92, 75, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0.85rem;
}

#category .category-list-top__count {
  color: darkgray;
  font-size: 0.92rem;
  font-weight: normal;
  margin: 0 0 0.55rem;
}

#category .category-list-top--sort-only {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#category .category-list-top--sort-only .category-list-top__count {
  margin: 0;
}

#category .category-list-top--sort-only .category-facets-horizontal {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#category .category-facets-horizontal__filters {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
  width: auto;
}

#category .category-facets-horizontal.is-filters-open .category-facets-horizontal__filters {
  display: block;
}

#category .category-facets-horizontal__sort {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
  margin-left: auto;
  order: 3;
}

#category .category-facets-horizontal__mobile-filter {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  color: #315c4b;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.35rem;
  min-height: 2.25rem;
  order: 1;
  padding: 0.45rem 0.8rem;
  position: relative;
  white-space: nowrap;
}

#category .category-facets-horizontal.is-filters-open .category-facets-horizontal__mobile-filter,
#category .category-facets-horizontal__mobile-filter:hover,
#category .category-facets-horizontal__mobile-filter:focus {
  background: #315c4b;
  border-color: #315c4b;
  box-shadow: none;
  color: #ffffff;
}

#category .category-facets-horizontal__mobile-filter img {
  height: 1rem;
  object-fit: contain;
  width: 1rem;
}

#category .category-facets-horizontal__button-icon--light {
  display: none;
}

#category .category-facets-horizontal.is-filters-open .category-facets-horizontal__button-icon--default,
#category .category-facets-horizontal__mobile-filter:hover .category-facets-horizontal__button-icon--default,
#category .category-facets-horizontal__mobile-filter:focus .category-facets-horizontal__button-icon--default {
  display: none;
}

#category .category-facets-horizontal.is-filters-open .category-facets-horizontal__button-icon--light,
#category .category-facets-horizontal__mobile-filter:hover .category-facets-horizontal__button-icon--light,
#category .category-facets-horizontal__mobile-filter:focus .category-facets-horizontal__button-icon--light {
  display: block;
}

#category .category-facets-horizontal__mobile-filter-count {
  align-items: center;
  background: #315c4b;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.6rem;
  font-weight: normal;
  height: 1.25rem;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0 0.25rem;
  position: absolute;
  right: -0.35rem;
  top: -0.45rem;
}

#category .category-facets-horizontal__mobile-filter-count[hidden] {
  display: none;
}

#category .category-facets-horizontal--sort-only {
  justify-content: flex-end;
}

#category .products__filter-button {
  display: none;
}

#category .category-facets-horizontal .search-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
}

#category .category-facets-horizontal .left-block__title {
  align-items: center;
  color: #315c4b;
  display: none !important;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 850;
  gap: 0.35rem;
  line-height: 2.25rem;
  margin: 0;
  white-space: nowrap;
}

#category .category-facets-horizontal .left-block__title-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: 1.05rem;
  object-fit: contain;
  vertical-align: middle;
  width: 1.05rem;
}

#category .category-facets-horizontal .search-filters__clear {
  margin: 0;
}

#category .category-facets-horizontal .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
}

#category .category-facets-horizontal .accordion-item {
  background: transparent;
  border: 0;
  min-width: 0;
  position: relative;
}

#category .category-facets-horizontal .accordion-button {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  color: #315c4b;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.35rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  position: relative;
  white-space: nowrap;
}

#category .category-facets-horizontal .accordion-button--has-active {
  padding-right: 1.55rem;
}

#category .category-facets-horizontal .accordion-button::after {
  display: none;
}

#category .category-facets-horizontal .accordion-button .material-icons {
  font-size: 1rem;
  height: 1rem;
  line-height: 1;
  transition: transform 0.18s ease;
  width: 1rem;
}

#category .category-facets-horizontal .accordion-button:not(.collapsed) .material-icons {
  transform: rotate(180deg);
}

#category .category-facets-horizontal .accordion-button:not(.collapsed),
#category .category-facets-horizontal .accordion-button--has-active,
#category .category-facets-horizontal .accordion-button:hover,
#category .category-facets-horizontal .accordion-button:focus {
  background: #315c4b;
  border-color: #315c4b;
  box-shadow: none;
  color: #ffffff;
}

#category .category-facets-horizontal .accordion-button__count {
  align-items: center;
  background: #315c4b;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.6rem;
  font-weight: normal;
  height: 1.25rem;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0 0.25rem;
  position: absolute;
  right: -0.35rem;
  top: -0.45rem;
}

#category .category-facets-horizontal .accordion-button--active-filter {
  gap: 0.35rem;
  text-decoration: none;
}

#category .category-facets-horizontal .accordion-button--active-filter .material-icons {
  font-size: 1.05rem;
}

#category .category-facets-horizontal .accordion-button--clear-filters {
  background: #315c4b;
  border-color: #315c4b;
  color: #ffffff;
  gap: 0.35rem;
}

#category .category-facets-horizontal .accordion-button--clear-filters .material-icons {
  font-size: 1rem;
  height: 1rem;
  line-height: 1;
  width: 1rem;
}

#category .category-facets-horizontal .accordion-button--clear-filters::after {
  display: none;
}

#category .category-facets-horizontal .accordion-collapse {
  left: 0;
  min-width: 13rem;
  position: absolute;
  top: calc(100% + 0.35rem);
  z-index: 20;
}

#category .category-facets-horizontal .accordion-collapse.collapsing {
  height: auto !important;
  overflow: visible;
  transition: none;
}

#category .category-facets-horizontal .accordion-body {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(49, 92, 75, 0.16);
  display: grid;
  gap: 0.35rem;
  min-width: 13rem;
  padding: 0.65rem;
}

#category .category-facets-horizontal .accordion-body li {
  list-style: none;
}

#category .category-facets-horizontal .search-filters__form-check {
  margin: 0;
  min-height: 0;
}

#category .category-facets-horizontal .search-filters__form-label {
  align-items: center;
  border-radius: 8px;
  color: #315c4b;
  display: flex;
  gap: 0.45rem;
  line-height: 1.2;
  padding: 0.35rem 0.45rem;
  width: 100%;
}

#category .category-facets-horizontal .search-filters__form-label:hover {
  background: #f4e4e6;
  color: #853842;
}

#category .category-facets-horizontal .search-filters__link {
  color: inherit;
  text-decoration: none;
}

#category .category-facets-horizontal .search-filters__magnitude {
  color: #5e603e;
  font-size: 0.82em;
  font-weight: 700;
}

#category .category-facets-horizontal .products__sort-label {
  color: #315c4b;
  font-size: 0.86rem;
  font-weight: 850;
  white-space: nowrap;
}

#category .category-facets-horizontal .products__sort-dropdown-button {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  color: #315c4b;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.35rem;
  min-height: 2.25rem;
  max-width: 100%;
  padding: 0.45rem 0.8rem;
  white-space: nowrap;
}

#category .category-facets-horizontal .products__sort-icon {
  display: block;
  height: 1rem;
  object-fit: contain;
  width: 1rem;
}

#category .category-facets-horizontal .products__sort-icon--light {
  display: none;
}

#category .category-facets-horizontal .products__sort-dropdown-button:hover,
#category .category-facets-horizontal .products__sort-dropdown-button:focus,
#category .category-facets-horizontal .products__sort-dropdown-button[aria-expanded="true"] {
  background: #315c4b;
  border-color: #315c4b;
  box-shadow: none;
  color: #ffffff;
}

#category .category-facets-horizontal .products__sort-dropdown-button:hover .products__sort-icon--default,
#category .category-facets-horizontal .products__sort-dropdown-button:focus .products__sort-icon--default,
#category .category-facets-horizontal .products__sort-dropdown-button[aria-expanded="true"] .products__sort-icon--default {
  display: none;
}

#category .category-facets-horizontal .products__sort-dropdown-button:hover .products__sort-icon--light,
#category .category-facets-horizontal .products__sort-dropdown-button:focus .products__sort-icon--light,
#category .category-facets-horizontal .products__sort-dropdown-button[aria-expanded="true"] .products__sort-icon--light {
  display: block;
}

#category .category-facets-horizontal .products__sort-dropdown .dropdown-item {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

#category .category-facets-horizontal .products__sort-dropdown .dropdown-item.current {
  color: #315c4b;
  font-weight: 850;
}

#category .category-facets-horizontal .search-filters__dropdown-menu .dropdown-item {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

#category .category-facets-horizontal .search-filters__dropdown-menu .dropdown-item.current {
  color: #315c4b;
  font-weight: 850;
}

#category .category-facets-horizontal .search-filters__dropdown-menu .dropdown-item .material-icons {
  font-size: 1rem;
}

#category .category-facets-horizontal .products__sort-dropdown .dropdown-item .material-icons {
  font-size: 1rem;
}

#category .active_filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

#category .active_filters .active-filter-title {
  font-size: 1rem;
  font-weight: 750;
  margin: 0;
}

#category .active_filters__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#category .active_filters__item.filter-block {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  color: #1f2a24;
  display: inline-flex;
  font-size: 0.92rem;
  gap: 0.35rem;
  line-height: 1.1;
  margin: 0;
  min-height: 2rem;
  padding: 0.35rem 0.55rem 0.35rem 0.75rem;
  width: auto;
}

#category .active_filters__item .js-search-link {
  align-items: center;
  color: #853842;
  display: inline-flex;
  text-decoration: none;
}

#category .active_filters__item .material-icons {
  font-size: 1rem;
  line-height: 1;
}

#category .active_filters .filter-block--clear {
  background: #315c4b;
  border-color: #315c4b;
  color: #ffffff;
  padding: 0.35rem 0.75rem;
}

#category .active_filters .filter-block--clear a {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 0.25rem;
  text-decoration: none;
}

#category .active_filters .filter-block--clear .material-icons {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  #category .category-facets-horizontal {
    padding: 0.7rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
  }

  #category .category-facets-horizontal__filters {
    display: none;
    flex: 0 0 100%;
    order: 10;
    width: 100%;
  }

  #category .category-facets-horizontal.is-filters-open .category-facets-horizontal__filters {
    display: block;
  }

  #category .category-facets-horizontal__mobile-filter {
    background: #f8f4ef;
    border: 1px solid rgba(49, 92, 75, 0.16);
    border-radius: 999px;
    color: #315c4b;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.9rem;
    font-weight: 800;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    white-space: nowrap;
  }

  #category .category-facets-horizontal__sort {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin-left: 0;
  }

  #category .category-list-top--sort-only {
    align-items: center;
    flex-direction: row;
  }

  #category .category-facets-horizontal .search-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    min-width: 0;
  }

  #category .category-facets-horizontal .accordion {
    flex: 0 0 auto;
    flex-wrap: wrap;
  }

  #category .category-facets-horizontal .accordion-item {
    flex: 0 0 auto;
    min-width: 0;
  }

  #category .category-facets-horizontal .accordion-button {
    justify-content: center;
    min-width: 0;
    white-space: nowrap;
    width: auto;
  }

  #category .category-facets-horizontal .accordion-collapse {
    min-width: min(18rem, calc(100vw - 2rem));
  }

  #category .category-facets-horizontal .products__sort-label {
    display: none;
  }

  #category .category-facets-horizontal .products__sort-dropdown,
  #category .category-facets-horizontal .products__sort-dropdown-button {
    width: auto;
  }

  #category .category-list-top--sort-only .category-facets-horizontal {
    flex: 0 0 auto;
    overflow: visible;
  }
}

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

.btn-primary {
  --bs-btn-bg: #853842;
  --bs-btn-border-color: #853842;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #6f2e37;
  --bs-btn-hover-border-color: #6f2e37;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #5f2730;
  --bs-btn-active-border-color: #5f2730;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-bg: #b58a91;
  --bs-btn-disabled-border-color: #b58a91;
  --bs-btn-focus-shadow-rgb: 133, 56, 66;
}

.btn-outline-primary {
  --bs-btn-color: #853842;
  --bs-btn-border-color: #853842;
  --bs-btn-hover-bg: #853842;
  --bs-btn-hover-border-color: #853842;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #6f2e37;
  --bs-btn-active-border-color: #6f2e37;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #b58a91;
  --bs-btn-disabled-border-color: #b58a91;
  --bs-btn-focus-shadow-rgb: 133, 56, 66;
}

.btn-secondary,
.btn-outline-secondary {
  --bs-btn-focus-shadow-rgb: 94, 96, 62;
}

.btn-outline-secondary {
  --bs-btn-color: #5e603e;
  --bs-btn-border-color: #8a8e56;
  --bs-btn-hover-bg: #5e603e;
  --bs-btn-hover-border-color: #5e603e;
  --bs-btn-hover-color: #fff;
}

.btn-link {
  --bs-btn-color: #853842;
  --bs-btn-hover-color: #6f2e37;
}

.es-header-promo a,
.es-header-promo .header-block__action-btn {
  color: #f4e4e6;
}

.es-header-promo #_desktop_ps_shoppingcart,
.es-header-promo .ps-shoppingcart {
  display: none !important;
}

.es-header-promo-message {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px dotted currentColor;
  color: #f4e4e6;
  cursor: pointer;
  display: inline-flex;
  font-weight: 650;
  gap: 0.35rem;
  line-height: 1.1;
  padding: 0;
  text-decoration: none;
  text-underline-offset: 0.2rem;
}

.es-header-promo-message:hover,
.es-header-promo-message:focus-visible {
  color: #fff;
  outline: none;
}

.es-header-promo-toggle {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.es-header-promo-popup {
  background: #fff;
  border: 1px solid #eadfd3;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  color: #352729;
  display: none;
  left: 50%;
  max-width: min(92vw, 440px);
  padding: 0.85rem 1rem;
  position: absolute;
  text-align: left;
  top: calc(100% + 0.45rem);
  transform: translateX(-50%);
  width: max-content;
  z-index: 2100;
}

.es-header-promo-toggle:checked ~ .es-header-promo-popup,
.es-header-promo-popup.is-visible {
  display: block;
}

.es-header-promo-popup strong {
  color: #853842;
}

.es-header-promo-close {
  background: transparent;
  border: 0;
  color: #853842;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0.55rem;
  top: 0.45rem;
}

.es-header-promo .header-block__action-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.28rem;
  line-height: 1;
  min-height: 28px;
  padding: 0.22rem 0.55rem;
  transition: background-color 0.18s ease;
}

.es-header-promo .ps-customersignin,
.es-header-promo .header-block {
  align-items: center;
  display: inline-flex;
  min-height: 28px;
  position: relative;
  z-index: 1;
}

.es-header-promo .header-block__title {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}

.es-account-link {
  cursor: pointer;
  position: relative;
}

.es-account-link *,
#_desktop_ps_customersignin .es-account-link.is-logged {
  cursor: pointer;
}

.es-account-status {
  background: #4f8f3b;
  border: 2px solid #ffffff;
  border-radius: 999px;
  display: none;
  height: 9px;
  position: absolute;
  right: 0.12rem;
  top: 0.14rem;
  width: 9px;
}

.es-header-promo .header-block__action-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.es-header-promo #_desktop_ps_customersignin,
.es-header-promo #_desktop_ps_customersignin .dropdown {
  position: relative;
  z-index: 7000;
}

.es-header-promo #_desktop_ps_customersignin .dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(49, 92, 75, 0.2);
  margin-top: 0.45rem;
  min-width: 15.5rem;
  padding: 0.45rem;
  z-index: 7100;
}

.es-header-promo #_desktop_ps_customersignin .dropdown-item {
  align-items: center;
  border-radius: 8px;
  color: #315c4b;
  display: flex;
  font-weight: 750;
  gap: 0.45rem;
  padding: 0.55rem 0.65rem;
}

.es-header-promo #_desktop_ps_customersignin .dropdown-item:hover,
.es-header-promo #_desktop_ps_customersignin .dropdown-item:focus-visible {
  background: #f8f4ef;
  color: #853842;
  outline: none;
}

.es-header-promo #_desktop_ps_customersignin .dropdown-item .material-icons {
  color: currentColor;
  font-size: 1.05rem;
  line-height: 1;
}

.es-header-promo #_desktop_ps_customersignin .dropdown-divider {
  border-color: rgba(49, 92, 75, 0.14);
  margin: 0.35rem 0;
}

.es-language-switch {
  position: relative;
}

.es-language-switch__current {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 0.28rem;
  list-style: none;
  min-height: 28px;
  padding: 0.2rem 0.5rem;
  user-select: none;
}

.es-language-switch__current::-webkit-details-marker {
  display: none;
}

.es-language-switch__icon {
  display: block;
  height: 15px;
  object-fit: contain;
  width: 15px;
}

.es-language-switch__chevron {
  display: block;
  height: 9px;
  object-fit: contain;
  width: 9px;
}

.es-language-switch__options {
  background: #ffffff;
  border: 1px solid #eadfd3;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0.1rem;
  min-width: 132px;
  padding: 0.35rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 2200;
}

.es-language-switch__options a {
  border-radius: 6px;
  color: #352729;
  display: block;
  font-size: 0.86rem;
  font-weight: 650;
  padding: 0.42rem 0.55rem;
  text-decoration: none;
}

.es-language-switch__options a:hover,
.es-language-switch__options a:focus-visible {
  background: #f7ebe8;
  color: #853842;
  outline: none;
}

.es-header-promo .es-language-switch {
  margin-right: 0.35rem;
}

.es-header-promo .es-language-switch__current {
  color: #f4e4e6;
  font-weight: inherit;
}

.es-header-promo .es-language-switch__current:hover,
.es-header-promo .es-language-switch__current:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  outline: none;
}

.es-header-promo .es-account-icon {
  display: block;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.es-header-promo .header-top__left {
  display: flex;
  justify-content: center;
  z-index: 2;
}

.es-header-promo .header-top__right {
  left: auto;
  width: auto;
  z-index: 3;
}

.es-header-main {
  padding-bottom: 1.35rem;
  padding-top: 1.35rem;
}

.es-header-main-row {
  row-gap: 0.85rem;
}

.header-bottom__logo-link {
  align-items: center;
  display: inline-flex;
}

.header-bottom__logo img {
  display: block;
  height: auto;
  max-height: 82px;
  width: min(260px, 50vw);
}

.es-header-actions {
  gap: 1rem;
  min-width: 0;
}

.es-header-mobile-menu {
  flex: 0 0 auto;
}

.es-header-mobile-menu .esmm {
  z-index: 140;
}

.es-header-mobile-menu .esmm.esmm--drawer-open {
  z-index: 3000;
}

.es-header-mobile-menu .esmm__bar {
  background: transparent;
  border: 0;
  padding: 0;
}

.es-header-mobile-menu .esmm__inner {
  max-width: none;
  min-height: 0;
  padding: 0;
  width: auto;
}

.es-header-mobile-menu .esmm__mobile-toggle {
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(39, 48, 31, 0.08);
  min-height: 42px;
}

.es-header-search {
  display: flex;
  flex: 1 1 560px;
  justify-content: center;
  min-width: 260px;
  position: relative;
  z-index: 1;
}

.es-header-search .mibuscadorps91-wrapper {
  display: block;
  max-width: 620px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.es-header-cart {
  flex: 0 0 auto;
}

.es-header-cart .es-cart__link {
  align-items: center;
  color: #5e603e;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.36rem;
  line-height: 1;
  min-height: 42px;
  text-decoration: none;
}

.es-header-cart .es-cart__link:hover,
.es-header-cart .es-cart__link:focus-visible {
  color: #853842;
  outline: none;
}

.es-header-cart .es-cart__icon-wrap {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.es-header-cart .es-cart__icon-wrap picture {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 0;
}

.es-header-cart .es-cart__icon {
  display: block;
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.es-header-cart .es-cart__badge {
  align-items: center;
  background: #853842;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 0.25rem;
  position: absolute;
  right: -8px;
  top: -8px;
}

.es-header-cart .es-cart__label {
  display: inline-flex;
  line-height: 1;
  margin-left: 0.12rem;
  transform: translateY(1px);
}

.category__description p{
  font-size: 0.75rem;
}

.es-newsletter {
  padding-block: 1.5rem;
}

.es-newsletter__inner {
  align-items: center;
  background:
    radial-gradient(circle at 2rem 1rem, rgba(133, 56, 66, 0.16), transparent 12rem),
    linear-gradient(135deg, #ffffff 0%, #f8f4ef 100%);
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(49, 92, 75, 0.1);
  color: #315c4b;
  display: grid;
  gap: 1.1rem;
  padding: 1.15rem;
}

.es-newsletter__content {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.es-newsletter__icon {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(133, 56, 66, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(49, 92, 75, 0.1);
  color: #853842;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.45rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.es-newsletter__eyebrow {
  color: #853842;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 0.22rem;
  text-transform: uppercase;
}

.es-newsletter__title {
  color: #315c4b;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.es-newsletter__form {
  display: grid;
  gap: 0.7rem;
}

.es-newsletter__field {
  display: grid;
  gap: 0.55rem;
}

.es-newsletter__input {
  background: #ffffff;
  border-color: rgba(49, 92, 75, 0.2);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(49, 92, 75, 0.07);
  color: #315c4b;
  min-height: 3rem;
}

.es-newsletter__input:focus {
  border-color: #853842;
  box-shadow: 0 0 0 0.22rem rgba(133, 56, 66, 0.14);
}

.es-newsletter__submit {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 900;
  gap: 0.45rem;
  justify-content: center;
  min-height: 3rem;
  white-space: nowrap;
}

.es-newsletter__submit .material-icons {
  font-size: 1.1rem;
}

.es-newsletter__alert,
.es-newsletter__gdpr,
.es-newsletter__conditions {
  margin: 0;
}

.es-newsletter__gdpr,
.es-newsletter__conditions {
  color: #5e603e;
  font-size: 0.84rem;
  line-height: 1.35;
}

.es-newsletter--column {
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(49, 92, 75, 0.07);
  padding: 1rem;
}

.es-newsletter__column-heading {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

.es-newsletter--column .es-newsletter__icon {
  font-size: 1.18rem;
  height: 2.25rem;
  width: 2.25rem;
}

.es-newsletter--column .left-block__title {
  color: #315c4b;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.es-newsletter--column .es-newsletter__field {
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .es-newsletter__field {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 992px) {
  .es-newsletter__inner {
    gap: 2rem;
    grid-template-columns: minmax(16rem, 0.85fr) minmax(22rem, 1.15fr);
    padding: 1.45rem 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .es-header-actions {
    gap: 0.55rem;
    order: 10;
    width: 100%;
  }

  .es-header-search {
    flex: 1 1 auto;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .es-header-main {
    padding-bottom: 0.95rem;
    padding-top: 0.95rem;
  }

  #_mobile_ps_customersignin,
  #_mobile_ps_shoppingcart,
  .es-mobile-language {
    align-items: center;
  }

  #_mobile_ps_customersignin .header-block,
  #_mobile_ps_shoppingcart .header-block,
  #_mobile_ps_customersignin .ps-customersignin,
  #_mobile_ps_shoppingcart .ps-shoppingcart,
  #_mobile_ps_shoppingcart .blockcart {
    align-items: center;
    display: inline-flex;
    min-height: 36px;
  }

  .es-language-switch--mobile .es-language-switch__current {
    background: #ffffff;
    border: 1px solid rgba(53, 65, 31, 0.18);
    color: #35411f;
    font-size: 0.72rem;
    font-weight: 650;
    gap: 0.12rem;
    height: 28px;
    min-height: 28px;
    padding: 0 0.32rem;
  }

  .es-language-switch--mobile .es-language-switch__icon {
    height: 12px;
    width: 12px;
  }

  .es-language-switch--mobile .es-language-switch__options {
    min-width: 58px;
    padding: 0.25rem;
    right: -0.2rem;
    top: calc(100% + 0.25rem);
  }

  .es-language-switch--mobile .es-language-switch__options a {
    font-size: 0.72rem;
    padding: 0.34rem 0.4rem;
    text-align: center;
  }

  #_mobile_ps_shoppingcart .header-block__action-btn {
    align-items: center;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-height: 36px;
    padding: 0;
    position: relative;
    width: 36px;
  }

  #_mobile_ps_customersignin .header-block__action-btn {
    align-items: center;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-height: 36px;
    padding: 0;
    position: relative;
    width: 36px;
  }

  #_mobile_ps_customersignin .header-block__action-btn picture {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 0;
  }

  #_mobile_ps_customersignin .es-account-icon {
    display: block;
    height: 24px;
    object-fit: contain;
    width: 24px;
  }

  #_mobile_ps_customersignin .es-account-status {
    display: block;
    height: 8px;
    right: 5px;
    top: 5px;
    width: 8px;
  }

  #_mobile_ps_shoppingcart .es-cart__link {
    align-items: center;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-height: 36px;
    padding: 0;
    width: 36px;
  }

  #_mobile_ps_shoppingcart .header-block__icon {
    font-size: 1.55rem;
    height: 1.55rem;
    line-height: 1;
    width: 1.55rem;
  }

  #_mobile_ps_shoppingcart .es-mobile-cart-icon {
    display: block;
    height: 24px;
    object-fit: contain;
    width: 24px;
  }

  #_mobile_ps_shoppingcart .es-cart__icon {
    height: 24px;
    width: 24px;
  }

  #_mobile_ps_shoppingcart .es-cart__icon-wrap picture {
    display: inline-flex;
  }

  #_mobile_ps_shoppingcart .es-cart__icon-wrap {
    align-items: center;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-height: 36px;
    position: relative;
    width: 36px;
  }

  #_mobile_ps_shoppingcart .es-mobile-cart-icon,
  #_mobile_ps_shoppingcart .es-cart__icon {
    display: block;
    line-height: 0;
    margin: auto;
  }

  #_mobile_ps_shoppingcart .es-cart__label {
    display: none !important;
  }

  #_mobile_ps_shoppingcart .es-cart__badge,
  #_mobile_ps_shoppingcart .header-block__badge {
    align-items: center;
    background: #853842;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 0.22rem;
    position: absolute;
    right: -6px;
    top: -6px;
  }
}

@media (min-width: 768px){
  .ps-imageslider {
    margin-inline: auto;
    max-width: 90%;
    width: 90%;
  }
}

.es-hero-slider {
  --es-hero-green: #315c4b;
  --es-hero-green-soft: #dce8c5;
  --es-hero-wine: #853842;
  --es-hero-cream: #f8f4ef;
  margin: 0 auto;
  max-width: var(--es-layout-max-width, 1540px);
  padding: 0 0.85rem;
  width: 100%;
}

.es-hero-slider__carousel {
  background: #17241c;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(49, 92, 75, 0.16);
  overflow: hidden;
}

.es-hero-slider__inner,
.es-hero-slider__item,
.es-hero-slider__figure {
  min-height: clamp(23rem, 46vw, 31rem);
}

.es-hero-slider__figure {
  margin: 0;
  position: relative;
}

.es-hero-slider__figure::after {
  background:
    linear-gradient(90deg, rgba(12, 22, 15, 0.78) 0%, rgba(12, 22, 15, 0.58) 34%, rgba(12, 22, 15, 0.22) 62%, rgba(12, 22, 15, 0.08) 100%),
    linear-gradient(180deg, rgba(12, 22, 15, 0.08) 0%, rgba(12, 22, 15, 0.36) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.es-hero-slider__image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.es-hero-slider__caption {
  align-items: center;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  bottom: 0;
  color: #ffffff;
  display: flex !important;
  left: 0;
  max-width: 50rem;
  padding: clamp(1.25rem, 4vw, 3rem);
  position: absolute;
  right: auto;
  text-align: left;
  top: 0;
  width: min(100%, 50rem);
  z-index: 2;
}

.es-hero-slider__copy {
  max-width: 40rem;
}

.es-hero-slider__title {
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 0.9rem;
  max-width: 34rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
  text-transform: none;
}

.es-hero-slider__description {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 800;
  line-height: 1.35;
  max-width: 34rem;
}

.es-hero-slider__description p {
  margin: 0;
}

.es-hero-slider__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.es-hero-slider__cta {
  align-items: center;
  background: linear-gradient(135deg, #5fa340 0%, #3f7f31 52%, #315c4b 100%);
  border: 1px solid rgba(210, 232, 178, 0.85);
  border-radius: 8px;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  gap: 0.45rem;
  justify-content: center;
  line-height: 1;
  min-height: 2.65rem;
  overflow: hidden;
  padding: 1.1rem 1.5rem;
  position: relative;
  transform: translateY(0);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.es-hero-slider__cta:not(.es-hero-slider__cta--outline)::before {
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 45%, transparent 70%);
  content: "";
  inset: -45% -70%;
  opacity: 0;
  position: absolute;
  transform: translateX(-45%) rotate(8deg);
  transition:
    opacity 0.18s ease,
    transform 0.48s ease;
}

.es-hero-slider__cta span {
  position: relative;
  z-index: 1;
}

.es-hero-slider__cta:hover,
.es-hero-slider__cta:focus-visible {
  border-color: rgba(220, 232, 197, 1);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.3),
    0 0 0 0.22rem rgba(220, 232, 197, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  color: #ffffff;
  transform: translateY(-2px);
}

.es-hero-slider__cta:not(.es-hero-slider__cta--outline):hover::before,
.es-hero-slider__cta:not(.es-hero-slider__cta--outline):focus-visible::before {
  opacity: 1;
  transform: translateX(42%) rotate(8deg);
}

.es-hero-slider__cta--outline {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  color: #ffffff;
}

.es-hero-slider__cta--outline:hover,
.es-hero-slider__cta--outline:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--es-hero-green);
}

.es-hero-slider__cta .material-icons {
  font-size: 1.1rem;
}

.es-hero-slider__indicators {
  bottom: 1rem;
  gap: 0.35rem;
  margin: 0;
  right: 1.25rem;
  left: auto;
}

.es-hero-slider__indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.58);
  border: 0;
  border-radius: 999px;
  height: 0.55rem;
  opacity: 1;
  width: 0.55rem;
}

.es-hero-slider__indicators .active {
  background-color: #ffffff;
  width: 1.55rem;
}

.es-hero-slider__control {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(49, 92, 75, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  color: var(--es-hero-green);
  height: 2.35rem;
  justify-content: center;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    opacity 0.18s ease;
  width: 2.35rem;
}

.es-hero-slider__carousel:hover .es-hero-slider__control,
.es-hero-slider__carousel:focus-within .es-hero-slider__control {
  opacity: 1;
}

.es-hero-slider__control:hover,
.es-hero-slider__control:focus-visible {
  background: #ffffff;
  color: var(--es-hero-wine);
}

.es-hero-slider__control--prev {
  left: 1rem;
}

.es-hero-slider__control--next {
  right: 1rem;
}

.es-hero-slider__control .material-icons {
  font-size: 1.8rem;
}

@media (max-width: 991.98px) {
  .es-hero-slider {
    padding-inline: 0.75rem;
  }

  .es-hero-slider__inner,
  .es-hero-slider__item,
  .es-hero-slider__figure {
    min-height: 24rem;
  }

  .es-hero-slider__figure::after {
    background:
      linear-gradient(
    90deg,
    rgba(12, 22, 15, 0.78) 0%,
    rgba(12, 22, 15, 0.56) 32%,
    rgba(12, 22, 15, 0.28) 55%,
    rgba(12, 22, 15, 0.06) 100%
  );
  }

  .es-hero-slider__caption {
    align-items: flex-end;
    padding: 1.25rem;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .es-hero-slider {
    padding-inline: 0.55rem;
  }

  .es-hero-slider__carousel {
    border-radius: 14px;
  }

  .es-hero-slider__inner,
  .es-hero-slider__item,
  .es-hero-slider__figure {
    min-height: 21rem;
  }

  .es-hero-slider__title {
    font-size: 1.85rem;
    margin-bottom: 0.75rem;
  }

  .es-hero-slider__description {
    font-size: 0.96rem;
    font-weight: 700;
  }

  .es-hero-slider__actions {
    margin-top: 1rem;
  }

  .es-hero-slider__cta {
    width: 100%;
  }

  .es-hero-slider__control {
    display: none;
  }
}

.footer__main .ps-linklist .h3,
.footer__main .ps-linklist .title,
.footer__main .ps-linklist .footer-block__title,
.footer-block--contact .footer-block__title {
  color: #315c4b;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.footer-social,
.footer-contact,
.footer-payments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.footer-social__link {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
  width: 2rem;
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
  background: #ffffff;
  border-color: #853842;
  transform: translateY(-1px);
}

.footer-social__link img {
  display: block;
  height: 1.05rem;
  object-fit: contain;
  width: 1.05rem;
}

.footer-contact {
  display: grid;
  gap: 0.42rem;
}

.footer-contact__link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 0.45rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-contact__link:hover,
.footer-contact__link:focus-visible {
  color: #853842;
}

.footer-contact__icon {
  display: block;
  flex: 0 0 auto;
  height: 1.25rem;
  object-fit: contain;
  width: 1.25rem;
}

.footer-contact__note {
  color: #5e603e;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0.22rem 0 0 1.7rem;
}

.footer-payments {
  margin-top: 1rem;
}

.footer-payments__title {
  color: #315c4b;
  font-size: 0.86rem;
  font-weight: 850;
  margin: 0 0 0.45rem;
}

.footer-payments__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.footer-payments__list li {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 999px;
  color: #315c4b;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1;
  padding: 0.38rem 0.55rem;
}

.copyright {
  align-items: center;
  color: #5e603e;
  display: flex;
  font-size: 0.86rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.copyright__content {
  align-items: center;
  display: inline-flex;
  gap: 0.42rem;
}

.copyright__logo {
  display: block;
  height: 1.15rem;
  object-fit: contain;
  width: 1.15rem;
}

.tiempos-entrega {
  color: #1f2a24;
  width: 100%;
}

.tiempos-entrega p:empty {
  display: none;
}

.tiempos-entrega h1,
.tiempos-entrega h2,
.tiempos-entrega h3 {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  position: relative;
}

.tiempos-entrega h1 {
  padding-bottom: 0.55rem;
}

.tiempos-entrega h1::after {
  background: linear-gradient(90deg, #315c4b 0%, #5e603e 58%, rgba(94, 96, 62, 0) 100%);
  border-radius: 999px;
  bottom: 0;
  content: "";
  display: block;
  height: 0.22rem;
  left: 0;
  position: absolute;
  width: min(12rem, 45%);
}

.tiempos-entrega h1 {
  color: #315c4b;
  font-size: 2rem;
  font-weight: 900;
  margin: 2.25rem 0 0.85rem;
  scroll-margin-top: 7rem;
}

.tiempos-entrega > h1:first-child {
  margin-top: 0;
}

.tiempos-entrega h2 {
  color: #315c4b;
  font-size: 1.35rem;
  font-weight: 850;
  margin: 1.45rem 0 0.65rem;
}

.tiempos-entrega h3 {
  color: #5e603e;
  font-size: 1.05rem;
  font-weight: 850;
  margin: 1.15rem 0 0.45rem;
}

.tiempos-entrega p,
.tiempos-entrega li {
  line-height: 1.65;
}

.tiempos-entrega a {
  color: #853842;
  font-weight: 750;
  text-decoration: none;
}

.tiempos-entrega a:hover,
.tiempos-entrega a:focus-visible {
  color: #6f2e37;
  text-decoration: underline;
}

.tiempos-entrega ul {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.tiempos-entrega li {
  padding-left: 1.15rem;
  position: relative;
}

.tiempos-entrega li::before {
  background: #315c4b;
  border-radius: 999px;
  content: "";
  height: 0.4rem;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 0.4rem;
}

.faqs-envios {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.4rem 0 2rem;
}

.faq-pregunta a {
  align-items: center;
  background: #f8f4ef;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 12px;
  color: #315c4b;
  display: flex;
  font-weight: 850;
  min-height: 3rem;
  padding: 0.65rem 0.8rem;
  text-decoration: none;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.faq-pregunta a:hover,
.faq-pregunta a:focus-visible {
  background: #ffffff;
  border-color: #853842;
  color: #853842;
  transform: translateY(-1px);
  text-decoration: none;
}

.tiempos-entrega blockquote {
  background: #f8f4ef;
  border-left: 4px solid #315c4b;
  border-radius: 10px;
  color: #315c4b;
  font-weight: 750;
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
}

.tabla-aviso {
  color: #5e603e;
  display: none;
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0.35rem 0 0.5rem;
}

.tabla-wrap {
  margin: 1rem 0 1.25rem;
}

.tabla-scroll {
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.tiempos-entrega table {
  border-collapse: collapse;
  margin: 0;
  min-width: 620px;
  width: 100%;
}

.tiempos-entrega th,
.tiempos-entrega td {
  border-bottom: 1px solid rgba(49, 92, 75, 0.14);
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.tiempos-entrega th {
  background: #315c4b;
  color: #ffffff;
  font-weight: 850;
}

.tiempos-entrega tbody tr:nth-child(even) td {
  background: #f8f4ef;
}

.tiempos-entrega tbody tr:last-child td {
  border-bottom: 0;
}

.tiempos-entrega > p:last-child {
  color: #5e603e;
  font-size: 0.86rem;
  font-weight: 750;
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .tiempos-entrega h1 {
    font-size: 1.65rem;
    scroll-margin-top: 5.5rem;
  }

  .tiempos-entrega h2 {
    font-size: 1.2rem;
  }

  .faqs-envios {
    grid-template-columns: 1fr;
  }

  .tabla-aviso {
    display: block;
  }
}

@media (min-width: 1200px) {
  .faqs-envios {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Customer login */
#authentication .page-content--general {
  padding: 0 0 2.8rem;
}

#authentication .columns-container {
  padding-top: 1.5rem;
}

#authentication .breadcrumb {
  margin-bottom: 0;
}

#authentication .container--limited-sm {
  max-width: 620px;
}

.es-login-card {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(31, 42, 36, 0.11);
  margin: 0 auto;
  padding: clamp(1.35rem, 4vw, 2.35rem);
}

.es-login-card__title {
  color: #315c4b;
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 1.45rem;
}

.es-login-card .form-label,
.es-login-card label {
  color: #42504a;
  font-weight: 800;
}

.es-login-card .form-control,
.es-login-card .input-group {
  border-color: rgba(49, 92, 75, 0.18);
  border-radius: 8px;
}

.es-login-card .form-control {
  min-height: 2.95rem;
}

.es-login-card .form-control:focus {
  border-color: #315c4b;
  box-shadow: 0 0 0 0.2rem rgba(49, 92, 75, 0.13);
}

.es-login-card .input-group .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.es-login-card .input-group .btn,
.es-login-card .input-group button {
  background: #a72c43;
  border-color: #a72c43;
  color: #ffffff;
  min-width: 3.3rem;
}

.es-login-card__actions {
  display: grid;
  gap: 1rem;
  margin-top: 0.4rem;
}

.es-login-card__forgot {
  color: #a72c43;
  font-weight: 750;
  justify-self: start;
  text-decoration: none;
}

.es-login-card__forgot:hover,
.es-login-card__forgot:focus-visible {
  color: #853842;
  text-decoration: underline;
}

.es-login-card__submit,
.es-login-card__register-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 2.9rem;
  width: 100%;
}

.es-login-card__submit {
  --bs-btn-active-bg: #98253c;
  --bs-btn-active-border-color: #98253c;
  --bs-btn-active-color: #ffffff;
  --bs-btn-bg: #a72c43;
  --bs-btn-border-color: #a72c43;
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #853842;
  --bs-btn-hover-border-color: #853842;
  --bs-btn-hover-color: #ffffff;
  background: #a72c43 !important;
  background-image: none !important;
  border-color: #a72c43 !important;
  box-shadow: 0 8px 18px rgba(152, 37, 60, 0.18);
  color: #ffffff !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.es-login-card__submit:hover,
.es-login-card__submit:focus,
.es-login-card__submit:focus-visible,
.es-login-card__submit:active,
.es-login-card__submit:active:focus,
.es-login-card__submit:first-child:active {
  background: #853842 !important;
  background-image: none !important;
  border-color: #853842 !important;
  box-shadow: 0 8px 18px rgba(133, 56, 66, 0.2);
  color: #ffffff !important;
}

.es-login-card__divider {
  align-items: center;
  color: #8c918e;
  display: grid;
  font-weight: 750;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  margin: 1.5rem 0 1rem;
}

.es-login-card__divider::before,
.es-login-card__divider::after {
  background: rgba(49, 92, 75, 0.14);
  content: "";
  height: 1px;
}

.es-login-card .entres-google-login {
  margin: 0;
}

.es-login-card .entres-google-login__mount,
.es-login-card .entres-google-login__mount > div,
.es-login-card .entres-google-login__mount iframe {
  max-width: none !important;
  width: 100% !important;
}

.es-checkout-contact {
  max-width: 900px;
}

.es-cart-empty {
  background: #f5f7ef;
  border: 1px solid rgba(49, 92, 75, 0.14);
  border-radius: 12px;
  margin: 1rem 0;
  padding: 1.2rem 1.35rem;
}

.es-cart-empty__title {
  color: #315c4b;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.35rem;
}

.es-cart-empty__text {
  color: #42504a;
  font-size: 1.02rem;
  line-height: 1.45;
  margin: 0;
}

.checkout__summary-accordion-item {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(31, 42, 36, 0.08);
  overflow: hidden;
}

.checkout__summary-accordion-wrapper.cart-summary {
  padding: 0;
}

.es-checkout-summary__inner {
  padding: clamp(1.2rem, 2.4vw, 1.65rem);
}

.es-checkout-summary__header {
  align-items: flex-start;
  color: #315c4b;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.es-checkout-summary__header .material-icons {
  font-size: 1.5rem;
  line-height: 1.1;
}

.es-checkout-summary__header p {
  color: #315c4b;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}

.es-checkout-summary__header span {
  color: #6d7470;
  display: block;
  font-size: 0.95rem;
  font-weight: 650;
}

.es-checkout-summary .cart-summary__top:empty,
.es-checkout-summary .cart-summary__products-number {
  display: none;
}

.es-checkout-summary .cart-summary__products {
  margin-bottom: 1rem;
}

.es-checkout-summary .cart-summary__products > hr:first-of-type {
  margin-top: 0;
}

.es-checkout-summary .cart-summary__products .accordion-button {
  background: transparent;
  color: #42504a;
  font-weight: 750;
  padding-left: 0;
  padding-right: 0;
}

.es-checkout-summary .cart-summary__line {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.45rem 0;
}

.es-checkout-summary .cart-summary__value {
  color: #2f342f;
  font-weight: 850;
  text-align: right;
}

.es-checkout-summary .cart-summary__total {
  border-top: 1px solid rgba(49, 92, 75, 0.14);
  margin-top: 0.6rem;
  padding-top: 0.7rem;
}

.es-checkout-summary .cart-summary__total .cart-summary__line--bold {
  color: #315c4b;
  font-size: 1.05rem;
  font-weight: 900;
}

.es-checkout-summary .cart-summary__total .cart-summary__line--bold .cart-summary__value {
  color: #315c4b;
}

@media (max-width: 991.98px) {
  .checkout__summary-accordion .es-checkout-summary__header {
    display: none;
  }
}

.es-cart-summary-card {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(31, 42, 36, 0.08);
  overflow: hidden;
}

.es-cart-summary-card .es-checkout-summary__header {
  margin-bottom: 1rem;
}

.es-cart-summary-card .cart-summary__subtotals {
  display: grid;
  gap: 0.35rem;
}

.es-cart-summary-card .cart-summary__line {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.45rem 0;
}

.es-cart-summary-card .cart-summary__label {
  color: #42504a;
}

.es-cart-summary-card .cart-summary__value {
  color: #2f342f;
  font-weight: 500;
  text-align: right;
}

.es-cart-summary-card .cart-summary__total {
  border-top: 1px solid rgba(49, 92, 75, 0.14);
  margin-top: 0.6rem;
  padding-top: 0.7rem;
}

.es-cart-summary-card .cart-summary__total .cart-summary__line--bold {
  color: #315c4b;
  font-size: 1.08rem;
  font-weight: 900;
}

.es-cart-summary-card .cart-summary__total .cart-summary__line--bold .cart-summary__value {
  color: #315c4b;
  font-weight: 900;
}

.es-cart-summary-card .cart-summary__actions {
  padding-top: 1rem;
}

.es-cart-summary-card .cart-summary__actions .btn {
  min-height: 3rem;
  width: 100%;
}

.es-cart-summary-card .cart-voucher {
  border-top: 1px solid rgba(49, 92, 75, 0.14);
  margin-top: 0.65rem;
  padding-top: 0.9rem;
}

.es-cart-summary-card .cart-voucher__accordion {
  border-block-end: 0;
  margin-block-end: 0;
  padding-block-end: 0;
}

.cart-summary__value--shipping {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.cart-summary__label--shipping {
  display: flex;
  flex-direction: column;
}

.es-cart-shipping-value {
  display: block;
}

.es-cart-shipping-prefix {
  color: #7b837f;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.es-cart-shipping-note {
  color: #7b837f;
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0.18rem;
  max-width: 15rem;
}

.es-cart-reassurance {
  margin-top: 1rem;
}

.es-cart-reassurance:empty {
  display: none;
}

#checkout-personal-information-step > .step__title {
  display: none;
}

.es-checkout-contact__intro {
  margin-bottom: 1.25rem;
}

.es-checkout-contact__intro h2 {
  color: #315c4b;
  font-size: clamp(1.9rem, 4vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 0.35rem;
}

.es-checkout-contact__intro p {
  color: #6d7470;
  font-weight: 650;
  margin: 0;
}

.es-checkout-contact__tabs {
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 9px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
  overflow: hidden;
}

.es-checkout-contact__tabs .nav-item {
  min-width: 0;
}

.es-checkout-contact__tabs .nav-link {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  color: #42504a;
  display: flex;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  min-height: 3rem;
  position: relative;
  width: 100%;
}

.es-checkout-contact__tabs .nav-link.active {
  background: #f0f0e2;
  color: #315c4b;
}

.es-checkout-contact__tabs .nav-link.active::after {
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.45rem solid #f0f0e2;
  bottom: -0.43rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.es-checkout-contact__tabs .material-icons {
  font-size: 1.15rem;
}

.es-checkout-contact__panel {
  background: #ffffff;
  border: 1px solid rgba(49, 92, 75, 0.16);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(31, 42, 36, 0.08);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.es-checkout-contact__section-title {
  color: #42504a;
  font-weight: 850;
  margin: 0 0 0.8rem;
}

.es-checkout-google-login {
  margin: 0 0 1.35rem;
}

.es-checkout-google-login .entres-google-login__mount,
.es-checkout-google-login .entres-google-login__mount > div,
.es-checkout-google-login .entres-google-login__mount iframe {
  margin: 0 auto !important;
  max-width: 520px !important;
  width: 100% !important;
}

#checkout-personal-information-step #checkout-guest-form .js-customer-form section,
#checkout-personal-information-step #checkout-guest-form .js-customer-form > .buttons-wrapper,
#checkout-personal-information-step #checkout-login-form form {
  max-width: 810px;
}

#checkout-personal-information-step #checkout-login-form form {
  max-width: 680px;
}

#checkout-personal-information-step #checkout-guest-form .form-control {
  min-height: 3.15rem;
}

#checkout-personal-information-step #checkout-guest-form .js-customer-form .mb-3:has(#field-firstname) .form-text,
#checkout-personal-information-step #checkout-guest-form .js-customer-form .mb-3:has(#field-lastname) .form-text {
  display: none;
}

#checkout-personal-information-step #checkout-login-form .buttons-wrapper,
#checkout-personal-information-step #checkout-guest-form .buttons-wrapper {
  display: grid;
}

#checkout-personal-information-step #checkout-guest-form .js-customer-form > .buttons-wrapper {
  margin-top: 1.15rem;
}

#checkout-personal-information-step #checkout-login-form > form > .buttons-wrapper > .btn-primary,
#checkout-personal-information-step #checkout-guest-form .buttons-wrapper > .btn-primary {
  min-height: 3rem;
  width: 100%;
}

#checkout-personal-information-step .password-field {
  display: flex;
  flex-wrap: nowrap;
}

#checkout-personal-information-step .password-field .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

#checkout-personal-information-step .password-field .btn {
  flex: 0 0 3.4rem;
  min-height: 3.15rem;
  min-width: 3.4rem;
  padding: 0;
  width: 3.4rem;
}

.es-checkout-password-note {
  color: #6d7470;
  margin-top: -0.35rem;
}

.es-checkout-form-support {
  margin-top: -0.25rem;
}

.es-checkout-form-support .es-checkout-password-note {
  margin: 0 0 0.85rem;
}

.es-checkout-contact__submit {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
}

.es-checkout-privacy-note {
  align-items: center;
  background: #f1f4ea;
  border-radius: 10px;
  color: #42504a;
  display: flex;
  gap: 0.8rem;
  margin: 1rem 0;
  padding: 0.9rem 1rem;
}

.es-checkout-privacy-note .material-icons {
  align-items: center;
  background: #315c4b;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 2rem;
  font-size: 1.2rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.es-checkout-privacy-note strong {
  color: #315c4b;
  display: block;
  font-weight: 850;
  line-height: 1.2;
}

.es-checkout-privacy-note span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.35;
}

.delivery-options__list,
.payment-options__list {
  display: grid;
  gap: 0.75rem;
}

.delivery-options__list > .delivery-option__item:first-child,
.delivery-options__list > .delivery-option__item:last-child {
  border-radius: var(--bs-border-radius);
}

.delivery-option__item,
.payment-option {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  cursor: pointer;
  overflow: hidden;
  transition: var(--bs-transition-default);
}

.delivery-options__list > .delivery-option__item:last-child {
  border-block-end: 1px solid var(--bs-border-color);
}

.delivery-option__item:hover,
.payment-option:hover,
.delivery-option__item:has(.form-check-input:focus-visible),
.payment-option:has(.form-check-input:focus-visible) {
  background: var(--bs-tertiary-bg);
}

.delivery-option__item:has(.form-check-input:checked),
.payment-option:has(.form-check-input:checked) {
  background: var(--bs-tertiary-bg);
  border-color: #315c4b;
}

.delivery-option__label,
.payment-option__form-check {
  cursor: pointer;
  margin: 0;
  padding: 1rem;
}

.payment-option__form-check {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.payment-option__label {
  cursor: pointer;
  font-weight: 700;
}

.payment-option__form-check .form-check-input {
  flex: 0 0 auto;
  margin: 0;
  position: static;
}

.delivery-option__carrier-name {
  font-weight: 700;
}

.delivery-option__item .form-check-input:checked,
.payment-option .form-check-input:checked {
  background-color: #315c4b;
  border-color: #315c4b;
}

.delivery-option__item .form-check-input:focus,
.payment-option .form-check-input:focus {
  border-color: #315c4b;
  box-shadow: 0 0 0 0.18rem rgba(49, 92, 75, 0.18);
}

.payment-option__additional-information,
.js-payment-option-form:not(.es-payment-option-form--technical) {
  border-top: 1px solid rgba(49, 92, 75, 0.14);
  padding: 1rem;
}

.delivery-option__extra[data-active] {
  border-top: 0 !important;
  padding: 0 !important;
}

.delivery-option__extra-content {
  border-top: 0 !important;
  padding: 0 !important;
}

.delivery-option__extra.es-delivery-extra--has-content[data-active] .delivery-option__extra-content {
  border-top: 1px solid rgba(49, 92, 75, 0.14) !important;
  padding: 1rem !important;
}

@media (max-width: 767.98px) {
  #mondialrelay_content {
    max-width: 100%;
    padding-bottom: 0.35rem;
  }

  #mondialrelay_widget {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #mondialrelay_content .MR-Widget {
    max-width: none;
    min-width: 42rem;
  }
}

.es-payment-option-form--technical {
  display: none !important;
}

.payment-option__no-js-form[hidden] {
  display: none !important;
}

.es-payment-terms {
  background: #fbf8f4;
  border: 1px solid rgba(49, 92, 75, 0.18);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(31, 42, 36, 0.07);
  cursor: pointer;
  margin-top: 1.35rem !important;
  padding: 1rem 1.1rem;
}

.es-payment-terms.is-missing-approval {
  background: #fff8f7;
  border-color: rgba(167, 44, 67, 0.5);
  box-shadow: 0 12px 28px rgba(167, 44, 67, 0.1);
}

.es-payment-terms__title {
  color: #315c4b;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.7rem;
}

.es-payment-terms__warning {
  color: #a72c43;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.3;
  margin: -0.25rem 0 0.75rem;
}

.es-payment-terms__check {
  align-items: flex-start;
  display: flex;
  gap: 0.65rem;
  margin: 0;
  padding-left: 0;
}

.es-payment-terms__check .form-check-input {
  border-color: rgba(49, 92, 75, 0.62);
  flex: 0 0 auto;
  height: 1.15rem;
  margin: 0.18rem 0 0;
  position: static;
  width: 1.15rem;
}

.es-payment-terms__check .form-check-input:checked {
  background-color: #315c4b;
  border-color: #315c4b;
}

.es-payment-terms__check .form-check-input:focus {
  border-color: #315c4b;
  box-shadow: 0 0 0 0.18rem rgba(49, 92, 75, 0.18);
}

.es-payment-terms__check .form-check-label {
  color: #24342d;
  font-weight: 750;
  line-height: 1.4;
}

.es-payment-terms__check .form-check-label a {
  color: #315c4b;
  font-weight: 900;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

#payment-confirmation .btn-primary.es-payment-needs-terms {
  opacity: 1;
}

@media (min-width: 768px) {
  #checkout-personal-information-step #checkout-guest-form .js-customer-form section {
    align-items: start;
    display: grid;
    column-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #checkout-personal-information-step #checkout-guest-form .js-customer-form section > .mb-3,
  #checkout-personal-information-step #checkout-guest-form .js-customer-form section > .buttons-wrapper,
  #checkout-personal-information-step #checkout-guest-form .js-customer-form section > .es-checkout-form-support {
    grid-column: 1 / -1;
  }

  #checkout-personal-information-step #checkout-guest-form .js-customer-form section > .mb-3:has(#field-firstname),
  #checkout-personal-information-step #checkout-guest-form .js-customer-form section > .mb-3:has(#field-lastname),
  #checkout-personal-information-step #checkout-guest-form .js-customer-form section > .mb-3:has(#field-email) {
    grid-column: auto;
  }
}

.es-login-card__register {
  margin-top: 1.35rem;
}

.es-login-card__register-title {
  color: #42504a;
  font-weight: 850;
  margin: 0 0 0.75rem;
}

.es-login-card__register-button {
  background: #ffffff;
  border: 1px solid #b04659;
  color: #a72c43;
}

.es-login-card__register-button:hover,
.es-login-card__register-button:focus-visible {
  background: #a72c43;
  border-color: #a72c43;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  #authentication .page-content--general {
    padding-top: 0;
  }

  #authentication .columns-container {
    padding-top: 0.85rem;
  }

  .es-login-card {
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(31, 42, 36, 0.1);
  }

  .delivery-option__label,
  .payment-option__form-check {
    padding: 0.9rem;
  }

  .es-payment-terms {
    border-radius: 10px;
    padding: 0.9rem;
  }
}
.details__list{
  background-color: #f7f8f4;
  border-radius: 8px;
}
.details__list .details__item{
  padding: 0.65rem 0.85rem
}
