.hero__slideshow__container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}

.hero__slideshow {
  height: auto;
  width: 100%;
}

.hero__slideshow__item {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.hero__slideshow__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.swiper__whitearrows .swiper-button-prev,
.swiper__whitearrows .swiper-button-next {
  border: 1px solid #fff;
  border-radius: 0.25rem;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem auto;
}

.swiper__whitearrows .swiper-button-prev svg,
.swiper__whitearrows .swiper-button-next svg {
  display: none;
}

.swiper__whitearrows .swiper-button-prev {
  background-image: url('../img/icons/arrow-left-white.svg');
  left: 1rem;
}

.swiper__whitearrows .swiper-button-next {
  right: 1rem;
  background-image: url('../img/icons/arrow-right-white.svg');
}

.swiper__whitearrows .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper__whitearrows .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper__blackarrows .swiper-button-prev,
.swiper__blackarrows .swiper-button-next {
  border: 1px solid #444;
  border-radius: 0.25rem;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem auto;
}

.swiper__blackarrows .swiper-button-prev svg,
.swiper__blackarrows .swiper-button-next svg {
  display: none;
}

.swiper__blackarrows .swiper-button-prev {
  background-image: url('../img/icons/arrow-left-black.svg');
  left: 1rem;
}

.swiper__blackarrows .swiper-button-next {
  right: 1rem;
  background-image: url('../img/icons/arrow-right-black.svg');
}

.swiper__blackarrows .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper__blackarrows .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slide__products___item {
  text-decoration: none;
}

.swipper__products__slide .slide__products___item {
  position: relative;
  overflow: hidden;
}

.swipper__products__slide .slide__products___item img {
  max-height: 240px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: scale(1, 1);
  transition: all linear 0.25s;
}

.swipper__products__slide .slide__products___item:hover img {
  position: relative;
  transform: scale(1.1, 1.1);
}

.hero__slideshow__info {
  font-size: 1.25rem;
  padding-top: 1rem;
  font-family: var(--font-family-secondary);
  color: var(--color-gray);
  margin-bottom: 2rem;
}

.swipper__products__slide .hero__slideshow__info {
  max-width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slide__products {
  padding: 4rem 2rem;
}

.inner__slide__products {
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.slide__products__subtitle {
  font-size: 1.25rem;
  font-family: var(--font-family-secondary);
}

.slide__products__title {
  font-size: 2.25rem;
  font-family: 'engravers_gothicregular', sans-serif;
}

.slide__products__info {
  padding-right: 4rem;
}

.hero__video {
  padding: 3rem 2rem;
}

.inner__hero__video {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.hero__video__cta {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}

.list__categories__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.list__categories__item {
  width: calc(100% / 4);
  position: relative;
  min-height: 800px;
  transition: all cubic-bezier(0.19, 0.78, 0.53, 1) 0.25s;
}

.list__categories__list a {
  text-decoration: none;
  display: inline-block;
  color: var(--color-black);
}

.list__categories__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 280px;
  padding: 2rem 1.5rem;
  color: var(--color-black);
}

.list__categories__title {
  font-family: 'engravers_gothicregular', serif;
  font-size: 2.25rem;
}

.list__categories__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.list__categories__overlay__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.list__categories__overlay__icon {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  z-index: 3;
}

.list__categories__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all linear 0.25s;
  opacity: 1;
  visibility: visible;
}

.list__categories__overlay:before {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.list__categories__img {
  min-height: 800px;
  max-height: 800px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.list__categories__item:hover .list__categories__overlay {
  opacity: 0;
  visibility: hidden;
}

.list__categories__item:hover {
  width: 40%;
}

.head__hero__interior,
.head__hero__video {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.head__hero__interior {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.head__hero__interior .head__title,
.head__hero__video .head__title {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.head__hero__interior .head__title {
  max-width: 420px;
  margin-left: 0;
  margin-right: 0;
}

.head__title {
  font-family: 'engravers_gothicregular', serif;
  font-size: 2.25rem;
  text-align: left;
  color: var(--color-black);
  max-width: 430px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer {
  background-color: var(--color-black);
}

.inner__footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: var(--font-family-secondary);
}

.inner__footer .footer__logo img {
  max-width: 216px;
  width: 100%;
}

.legend__certifications {
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  font-size: 1.25rem;
}

.btn__open__category,
.btn__close__category {
  display: none;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*  Hero video */

.hero__image,
.hero__video {
  height: calc(100vh - 104px);
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 600px;
  max-height: 600px;
  overflow: hidden;
}

.hero__video__normal {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.top__hero___banner {
  position: relative;
}

.top__hero___banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hero___banner__content {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 1600px;
  color: var(--color-white);
  z-index: 3;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero___banner__icon {
  width: 150px;
}

.hero___banner__title {
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 3.5rem;
}

.hero___banner__subtitle {
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  color: var(--color-primary);
}

.list__experiences {
  display: flex;
  flex-direction: column;
}

.list__experiences__item {
  display: flex;
  margin-bottom: 4rem;
  font-family: var(--font-family-secondary);
  justify-content: space-between;
  align-items: stretch;
}

.list__experiences__item:last-of-type {
  margin-bottom: 0;
}

.list__experiences__content {
  max-width: 50%;
  padding-right: 2rem;
}

.list__experiences__title {
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
  color: var(--color-black);
}

.list__experiences__subtitle {
  font-size: 1.25rem;
  font-family: var(--font-family-secondary);
  color: var(--color-primary);
  margin-bottom: 1rem;
  margin-top: 0;
}

.list__experiences__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.list__benefits__members {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  margin-bottom: 0;
}

.list__benefits__members li {
  color: var(--Neutral-D_Grey, #575955);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 140%;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: flex;
}

.list__benefits__members li img {
  max-height: 35px;
  margin-right: 1rem;
  align-self: center;
}

.content__tabs__members {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.content__tabs__members__item {
  width: 50%;
  padding: 3.125rem;
  border: 1px solid var(--Primary-py_ultradark, #d6920a);
  margin-bottom: 4rem;
  margin-top: 4em;
}

.content__tabs__members__item .text__subtitle {
  color: var(--color-primary);
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  margin-bottom: 0;
}

.tabs__members__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tabs__members__content .tabs__member__top > p {
  color: var(--color-primary-ultradark);

  font-family: 'avenir_regular', sans-serif;
  font-size: 1rem;
}
.tabs__member__top h3{
    font-size: 3.75rem;
    color: var(--color-gray);
    line-height: 1;
}
.tabs__members__content .btn__site {
  max-width: 300px;
  width: 100%;
  display: inline-block;
}

.form__contact__clubmx {
  background-color: var(--color-white);
  padding: 1rem 2rem;
  width: calc(100% + 60px);
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
}

.form__contact__clubmx .text__heading2{
    font-size: 1.75rem;
}
.form__contact__clubmx .text__heading4{
    font-size: 1.125rem;
    font-family: 'avenir_medium', sans-serif;
    text-transform: uppercase;
}

.clubmx__contact {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f1eb;
  width: 100vw;
  margin-left: calc(((100vw - 1320px) / 2) * -1);
}

.inner__clubmx__contact {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.clubmx__contact input[type='text'],
.clubmx__contact input[type='email'],
.clubmx__contact select {
  border-color: var(--color-grey);
  border-radius: 0;
  font-family: var(--font-family-secondary);
}

.clubmx__contact .form-floating > label {
  color: var(--color-gray);
}

.clubmx__contact ._form_element {
  margin-bottom: 1.5rem;
}
.clubmx__contact ._form_element input[type='text'],
.clubmx__contact ._form_element select {
  width: 100%;
  height: 56px;
  border: 1px solid #89939e;
  padding: 0 0.75rem;
  color: var(--color-gray);
}
.clubmx__contact ._form_element ._form-label:empty {
  display: none;
}

.clubmx__contact ._form_element ._checkbox-radio {
  display: inline-flex;
  align-items: center;
  color: #717171;
  font-family: 'avenir_regular', sans-serif;
  font-size: 1rem;
}
.clubmx__contact ._form_element ._checkbox-radio input {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}
.clubmx__contact ._submit {
  padding: 0.75rem 2.25rem;
  font-size: 1.25rem;
  font-family: var(--font-family-primary);
  text-decoration: none;
  color: var(--color-black);
  transition: all linear 0.25s;
  border: 1px solid var(--color-black);
  background-color: #fff;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.clubmx__contact ._submit:hover {
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  color: var(--color-white);
}

.wrap__conditionspago {
  color: var(--color-black);
}

.wrap__conditionspago a {
  color: var(--color-black);
  text-decoration: none;
}

.wrap__conditionspago .form-check-input.is-invalid ~ .form-check-label,
.wrap__conditionspago .form-check-input.is-invalid ~ .form-check-label a {
  color: var(--color-red);
}

.head__subtitle {
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  color: var(--color-primary);
  margin-bottom: 0;
  margin-top: 0;
}

.wrap__accordion__variedades {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.wrap__info__interior__vino {
  background-color: var(--color-yellow-ultralight);
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.info__interior__vino {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.notices__alert {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.notices__alert .alert {
  background-color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: 'engravers_gothicregular', sans-serif;
  text-align: center;
  border-radius: 12px;
}

.notices__alert.outline__notice .alert {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/* WooCommerce notices — success (green) / error (red), centered pill */
.woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-notice--success,
.woocommerce-notices-wrapper .woocommerce-notice--error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notice--success,
.woocommerce-notice--error {
  list-style: none;
  margin: 0 0 1rem;
  padding: 1rem 1.5rem !important;
  border: none !important;
  border-top: none !important;
  border-radius: 10px;
  outline: none;
  background-image: none !important;
  box-shadow: none;
  font-family: var(--font-family-secondary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  display: none !important;
  content: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-notice--success,
.woocommerce-message,
.woocommerce-info,
.woocommerce-notice--success {
  background-color: var(--color-notice-success-bg) !important;
  color: var(--color-black);
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-notice--error,
.woocommerce-error,
.woocommerce-notice--error {
  background-color: var(--color-notice-error-bg) !important;
  color: var(--color-notice-error-text) !important;
}

.woocommerce-error li,
.woocommerce-notice--error li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-error li + li,
.woocommerce-notice--error li + li {
  margin-top: 0.5rem;
}

.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-notice--success strong,
.woocommerce-notice--error strong {
  font-weight: 700;
}

.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-notice--success a.button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-decoration: underline;
  box-shadow: none;
  color: var(--color-black);
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-notice--success a.button:hover {
  color: var(--color-gray);
  background: transparent;
  text-decoration: none;
}

.account-page {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
}

.account-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  padding: 1rem 0;
}

.account-sidebar__close {
  display: none;
  align-self: flex-end;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #061c3d;
}

.account-sidebar__close svg {
  width: 24px;
  height: 24px;
}

.account-sidebar-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.2s;
  z-index: 1040;
}

.account-sidebar-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

body.is-noscroll {
  overflow: hidden;
}

.account-sidebar__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.account-sidebar__link {
  display: inline-block;
  padding-bottom: 0.25rem;
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 1.5rem;
  line-height: 1.17;
  letter-spacing: -0.012em;
  color: #061c3d;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color linear 0.2s;
}

.account-sidebar__link:hover,
.account-sidebar__link--active {
  color: #061c3d;
  border-bottom-color: var(--color-primary);
}

.woocommerce-input-wrapper .select2 .select2-selection {
  border: 1px solid var(--color-grey);
  border-radius: 0.5rem;
  color: var(--color-gray);
  min-height: 50px;
  display: flex;
  align-items: center;
}

.contact__form__container {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cfc8d8;
  padding: 20px;
  text-align: left;
  border-radius: 0.5rem;
  max-width: 650px;
}
.contact__form__container p {
  margin-bottom: 2rem;
}
.contact__form__container p label {
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  color: #5f6368;
  width: 100%;
}
.contact__form__container p input[type='text'],
.contact__form__container p input[type='tel'],
.contact__form__container p input[type='email'] {
  min-height: 50px;
  border: 1px solid #89939e;
  font-size: 1rem;
  font-family: var(--font-family-secondary);
  border-radius: 0.5rem;
  width: 100%;
  padding: 0 1rem;
}
.contact__form__container p input[type='submit'] {
  padding: 0.75rem 2.25rem;
  font-size: 1.25rem;
  font-family: 'engravers_gothicregular', sans-serif;
  text-decoration: none;
  color: var(--color-black);
  transition: all linear 0.25s;
  height: 56px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid var(--color-black);
  background-color: #fff;
  min-width: 224px;
}
.contact__form__container p input[type='submit']:hover {
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  color: var(--color-white);
}
.contact__form__container p textarea {
  border: 1px solid #89939e;
  font-size: 1rem;
  font-family: var(--font-family-secondary);
  border-radius: 0.5rem;
  width: 100%;
  padding: 1rem 1rem;
  height: 100px;
}
.contact__form__container p:last-of-type {
  margin-bottom: 0;
}
.contact__form__container .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.title__divider__contact ~ p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.product-card.product_cat-producto-personalizable .product-card__image-wrap {
    position: relative;
}
.product-card.product_cat-producto-personalizable .product-card__image-wrap:after {
    content: "Personalizable";
    position: absolute;
    left: 1rem;
    top: 1rem;
    border: 1px solid var(--color-primary);
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    font-family: var(--font-family-primary);
    color: var(--color-primary);
}

@media screen and (max-width: 992px) {
  .account-sidebar {
    position: static;
    padding: 0;
  }

  .account-sidebar__list {
    gap: 0;
  }

  .account-sidebar__list > li {
    display: none;
  }

  .account-sidebar__list > li:has(.account-sidebar__link--active) {
    display: block;
  }

  .account-sidebar__link--active {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
    border-bottom: 1.5px solid var(--color-primary);
    cursor: pointer;
  }

  .account-sidebar__link--active::after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #061c3d;
    border-top: 2px solid #061c3d;
    transform: translateY(-50%) rotate(45deg);
    transition: transform linear 0.2s;
  }

  .account-sidebar.is-open .account-sidebar__link--active::after {
    display: none;
  }

  /* Mobile modal mode */
  .account-sidebar.is-open {
    position: fixed;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(100% - 2rem);
    min-height: auto;
    background-color: var(--color-white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    padding: 0 25px 1.5rem;
    z-index: 1050;
    overflow-y: auto;
    max-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
  }

  .account-sidebar.is-open .account-sidebar__close {
    display: inline-flex;
  }

  .account-sidebar.is-open .account-sidebar__list {
    flex-direction: column;
    gap: 0;
  }

  .account-sidebar.is-open .account-sidebar__list > li {
    display: block;
    width: 100%;
  }

  .account-sidebar.is-open .account-sidebar__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0;
    border-bottom: none;
    font-size: 1.25rem;
  }

  .account-page {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.account-table {
  border: 1px solid var(--color-grey-light);
  width: 100%;
}

.account-table__row {
  align-items: center;
  min-height: 119px;
  border-bottom: 1px solid var(--color-grey-light);
  margin: 0;
}

.account-table__row:last-child {
  border-bottom: none;
}

.account-table__cell {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1rem;
  color: var(--color-gray);
  text-align: center;
  padding: 1.5rem 0.5rem;
}

.account-table__cell--head {
  font-family: 'engravers_gothicregular', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black);
}

.account-table__cell--stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
}

.account-table__cell__detail {
  font-size: 0.8125rem;
}

.account-table__cell--actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.account-table__cell--actions .account-table__divider {
  width: 1px;
  height: 22px;
  background-color: var(--color-grey-light);
}

.account-table__link {
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 1rem;
  color: #1478f7;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.account-table__link:hover {
  color: #1478f7;
  text-decoration: underline;
}

.account-back-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  height: 50px;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1.5px solid var(--color-primary);
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: #061c3d;
  text-transform: uppercase;
  text-decoration: none;
}

.account-back-link::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #061c3d;
  border-bottom: 2px solid #061c3d;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}

.account-back-link--plain {
  border-bottom: none;
}

.rounded__banner {
    width: 100vw !important;
    margin-left: calc(((100vw - 1320px) / 2) * -1);
    margin-bottom: 0;
}
.rounded__banner img {
    width: 100%;
}

@media screen and (max-width: 1352px) {
    .rounded__banner{
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: auto;
    }
}
@media screen and (min-width: 993px) {
  .account-page--detail .account-back-link {
    display: none;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-field__label {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--color-gray);
}

.form-field__input,
.form-field__select,
.form-field__textarea {
  width: 100%;
  border: 1px solid var(--color-grey);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  font-family: var(--font-family-secondary);
  font-size: 1rem;
  color: var(--color-gray);
  background-color: var(--color-white);
  outline: none;
  transition: border-color linear 0.2s;
}

.form-field__input:focus,
.form-field__select:focus,
.form-field__textarea:focus {
  border-color: var(--color-primary);
}

.form-field--error .form-field__input,
.form-field--error .form-field__select,
.form-field--error .form-field__textarea,
.form-field--error .form-field__input:focus,
.form-field--error .form-field__select:focus,
.form-field--error .form-field__textarea:focus {
  border-color: var(--color-red);
}

.form-field__error {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--color-red);
}

.form-field__error[hidden] {
  display: none;
}

.form-field__textarea {
  min-height: 56px;
  resize: vertical;
}

.form-field__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/icons/arrow__select.svg');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
}

.account-form {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.account-form__actions {
  display: flex;
  justify-content: flex-start;
}

.account-form__submit.btn__site {
  min-width: 311px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.form-field__hint {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 0.9375rem;
  line-height: 1.5;
  font-style: italic;
  color: #5f6368;
}

.form-field--inline {
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.form-field--inline .form-field__label {
  flex: 0 0 auto;
  min-width: 200px;
  margin: 0;
  color: #5f6368;
}

.form-field--inline .form-field__input {
  flex: 1 1 0;
  min-width: 0;
}

.radio-circle__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-circle {
  width: 25px;
  height: 25px;
  border: 1.5px solid var(--color-black);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  background-color: var(--color-white);
  transition: border-color 0.2s ease;
}

.radio-circle--square {
  border-radius: 4px;
}

.radio-circle__input:checked + .radio-circle {
  border-color: var(--color-primary);
}

.radio-circle__input:checked + .radio-circle::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background-color: var(--color-primary);
}

.radio-circle__input:focus-visible + .radio-circle {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.snackbar {
  width: 100%;
  color: var(--color-black);
  font-family: var(--font-family-secondary);
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  padding: 0.875rem 1.25rem;
  border-radius: 8px;
}

.snackbar[hidden] {
  display: none;
}

.snackbar--success {
  background-color: #ade3b7;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  height: 50px;
  font-size: 1rem;
  color: #575955;
  border: 1px solid var(--color-grey);
  border-radius: 0.5rem;
  color: var(--color-gray);
}

@media screen and (max-width: 992px) {
  .form-field--inline {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .form-field--inline .form-field__label {
    min-width: 0;
  }
}

.payment-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.payment-form__subtitle {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-gray);
}

.payment-form__section-title {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--color-gray);
  text-transform: uppercase;
}

.payment-form__divider {
  margin: 0;
  border: none;
  border-top: 1px solid #d9d9d9;
}

.payment-form__fields {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.payment-form__actions {
  display: flex;
  justify-content: flex-start;
}

.payment-form__submit.btn__site {
  min-width: 311px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.payment-cards-brands {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.payment-cards-brands__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.payment-cards-brands__label {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--color-gray);
}

.payment-cards-brands__image {
  display: block;
  height: 30px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.payment-cards-brands__divider {
  width: 1px;
  align-self: stretch;
  background-color: #d9d9d9;
}

.terms-acceptance {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin: 0;
}

.terms-acceptance__label {
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--color-black);
}

@media screen and (max-width: 992px) {
  .payment-cards-brands {
    flex-direction: column;
    gap: 1.25rem;
  }

  .payment-cards-brands__divider {
    width: 100%;
    height: 1px;
  }

  .payment-form__submit.btn__site {
    width: 100%;
    min-width: 0;
  }

  .terms-acceptance__label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .account-form__submit.btn__site {
    width: 100%;
    min-width: 0;
  }
}

.account-page-header {
  margin-bottom: 2.5rem;
  width: 100%;
}

.account-page-header__title {
  margin: 0 0 1rem;
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}

.account-page-header__subtitle {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--color-black);
}

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity linear 0.2s,
    visibility linear 0.2s;
}

.account-modal[hidden] {
  display: none;
}

.account-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.account-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.account-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 853px;
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 4rem 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.account-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: var(--color-black);
}

.account-modal__close svg {
  width: 24px;
  height: 24px;
}

.account-modal__icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}

.account-modal__icon svg {
  width: 62px;
  height: 66px;
}

.account-modal__title {
  margin: 0;
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  text-transform: uppercase;
}

.account-modal__body {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 1.125rem;
  line-height: 1.45;
  color: var(--color-gray);
}

.account-modal__actions {
  display: flex;
  gap: 2.75rem;
  width: 100%;
  margin-top: 1rem;
}

.account-modal__action.btn__site {
  flex: 1;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .account-modal__dialog {
    padding: 3rem 1.5rem 2rem;
  }

  .account-modal__icon {
    width: 100px;
    height: 100px;
  }

  .account-modal__icon svg {
    width: 42px;
    height: 46px;
  }

  .account-modal__title {
    font-size: 1.5rem;
  }

  .account-modal__body {
    font-size: 1rem;
  }

  .account-modal__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.empty-state__title {
  margin: 0;
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black);
}

.empty-state__cta.btn__site {
  min-width: 311px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.payment-method-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.payment-method-card {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas:
    'radio brand number'
    'actions actions actions';
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  background-color: var(--color-white);
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.payment-method-card--selected {
  border: 3px solid #f4aa15;
  padding: calc(1.25rem - 2px);
}

.payment-method-card .radio-circle {
  grid-area: radio;
}

.payment-method-card__brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.payment-method-card__brand-icon {
  width: 71px;
  height: 49px;
  display: block;
}

.payment-method-card__number {
  grid-area: number;
  font-family: var(--font-family-secondary);
  font-size: 1.2rem;
  color: #5f6368;
  white-space: nowrap;
}

.payment-method-card__actions {
  grid-area: actions;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  height: 56px;
  background-color: var(--color-white);
}

.payment-method-card__action {
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 1rem;
  color: #1478f7;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.payment-method-card__divider {
  width: 1px;
  height: 31px;
  background-color: #d9d9d9;
  display: inline-block;
}

.payment-method-default {
  display: flex;
  justify-content: flex-start;
}

.payment-method-default__btn.btn__site {
  min-width: 419px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.payment-method-add {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
}

.payment-method-add__btn.btn__site {
  min-width: 337px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 992px) {
  .payment-method-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .payment-method-default__btn.btn__site,
  .payment-method-add__btn.btn__site {
    width: 100%;
    min-width: 0;
  }

  .payment-method-add {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 992px) {
  .account-table {
    border: none;
  }

  .account-table__row {
    border: 1px solid var(--color-grey-light);
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    min-height: auto;
  }

  .account-table__row--head {
    display: none;
  }

  .account-table__cell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 40px;
    padding: 0;
    text-align: left;
  }

  .account-table__cell::before {
    content: attr(data-label);
    font-family: 'engravers_gothicregular', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-black);
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .account-table__cell--stack {
    align-items: flex-start;
  }

  .account-table__cell--actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    min-height: 56px;
    margin-top: 0.5rem;
  }

  .account-table__cell--actions::before {
    display: none;
  }

  .account-table__row:last-child {
    border-bottom: 1px solid var(--color-grey-light);
  }

  .empty-state {
    align-items: center;
    text-align: center;
  }

  .empty-state__title {
    font-size: 1.5rem;
  }

  .empty-state__cta.btn__site {
    width: 100%;
    min-width: 0;
    max-width: 311px;
  }
}

.section__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin: 0;
}

.section__title__line {
  flex: 1;
  height: 1px;
  background-color: var(--color-primary);
}

.section__title__text {
  margin: 0;
  padding: 0.5rem 2rem;
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 2.25rem;
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--color-black);
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.title__divider {
  position: relative;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.title__divider:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  background-color: var(--color-primary);
  z-index: 1;
}

.title__divider .title__divider__text {
  position: relative;
  z-index: 2;
  background-color: var(--color-white);
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
  font-family: 'engravers_gothicregular', sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  color: #061C3D;
}

.home-info-grid {
  padding: 2.5rem 0;
}

.home-info-grid__container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.home-info-card {
  padding: 4.7rem 4rem;
  border: 1px solid var(--color-primary);
  background: var(--color-yellow-ultralight);
  background-color: var(--color-yellow-ultralight);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-info-card > * {
  position: relative;
  z-index: 1;
}

.home-info-card::before,
.home-info-card::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  transition: transform 0.45s ease;
}

.home-info-card:hover::before {
  transform: translate(6px, 6px);
}

.home-info-card:hover::after {
  transform: translate(-6px, 0);
}

.home-info-card--one::before {
  top: 1.25rem;
  left: 1.25rem;
  width: 180px;
  height: 170px;
  background-image: url('../img/home/flor-morada.png');
}

.home-info-card--one::after {
  right: -3.5rem;
  bottom: 0;
  width: 295px;
  height: 287px;
  background-image: url('../img/home/mariquita__derecha.png');
}

.home-info-card--two::before {
  top: 1.25rem;
  left: 1.25rem;
  width: 125px;
  height: 77px;
  background-image: url('../img/home/ajolote-izquierda.png');
}

.home-info-card--two::after {
  right: 1.25rem;
  bottom: 1.25rem;
  width: 135px;
  height: 96px;
  background-image: url('../img/home/pez-derecha.png');
}

.home-info-card__title {
  margin: 0;
  font-family: 'engravers_gothicregular', sans-serif;
  font-size: 1.75rem;
  color: var(--color-black);
  text-transform: uppercase;
  max-width: 245px;
}

.home-info-card .btn__site {
  max-width: 310px;
  width: 100%;
}

.products-grid {
  padding: 2.5rem 0 3rem;
}

.products-grid__container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.wine__filters {
  padding: 1rem;
}

.wine__filters__container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.wine__filters__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
}

.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem 1.5rem;
  background-color: var(--color-white);
  text-align: center;
}

.product-card__image-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--color-grey-light);
  border-radius: 8px;
  margin-bottom: 1.25rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.product-card__image-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 0;
}

.product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card__title {
  margin: 0 0 1rem;
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--color-black);
  font-weight: 700;
  text-align: center;
  min-height: 72px;
  margin-bottom: 0.125rem;
  width: 100%;
}

.product-card__title a {
  color: inherit;
  text-decoration: none;
}

.product-card__title a:hover {
  color: var(--color-gray);
}

.product-card__prices {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.product-card .product-card__image-wrap .product-card__image{
    transform: scale(1,1);
    transition: all linear 0.25s;
}
.product-card:hover .product-card__image-wrap .product-card__image{
    transform: scale(1.1, 1.1);
}

/* WooCommerce price markup — product card (validated in staging) */
.product-card__prices ins {
  order: 1;
  text-decoration: none;
}

.product-card__prices del {
  padding-left: 1rem;
  order: 2;
  opacity: 1;
  color: var(--color-gray-light);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.product-card__prices ins span.woocommerce-Price-amount.amount {
  color: var(--color-gray);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.product-card__prices del span.woocommerce-Price-amount.amount {
  color: var(--color-gray-light);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.product-card__prices span.woocommerce-Price-amount.amount {
  color: var(--color-gray);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.product-card__prices .woocommerce-price-suffix {
  display: none;
}

.product-card__tax {
  margin: 0 0 1.25rem;
  color: var(--color-gray);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.product-card__button {
  margin-top: auto;
  align-self: center;
}

.account-form .form-field__label {
  text-align: left;
}

.woocommerce-pagination {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers{
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    gap: 0.5rem;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: 1px solid var(--color-gray);
    transition: all linear 0.25s;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    color: var(--color-black);
    font-family: 'engravers_gothicregular', sans-serif;
    font-size: 1.125rem;
    transition: all linear 0.25s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: var(--color-primary);
}

@media screen and (max-width: 1360px) {
    .clubmx__contact{
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: auto;
    }
}
@media screen and (max-width: 960px) {
  .section__title {
    gap: 1rem;
  }

  .section__title__text {
    font-size: 1.5rem;
    padding: 0.25rem 0.75rem;
    white-space: normal;
  }

  .list__categories__list {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .list__categories__item {
    width: 100%;
  }

  .list__categories__content {
    max-width: 100%;
  }

  .list__categories__item:hover {
    width: 100%;
  }

  .list__categories__overlay__icon {
    max-height: 100px;
    max-width: 150px;
  }

  .btn__open__category,
  .btn__close__category {
    display: none;
    margin-right: 0;
    margin-top: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: block;
    background-color: transparent;
    color: var(--color-white);
    border: none;
  }

  .btn__close__category {
    color: var(--color-black);
    z-index: 1;
    margin-top: 0;
    margin-right: 0;
  }

  .list__categories__overlay__img {
    height: 170px;
  }

  .list__categories__item {
    height: 170px;
    overflow: hidden;
    min-height: 170px;
  }

  .list__categories__item:hover .list__categories__overlay {
    opacity: 1;
    visibility: visible;
  }

  .list__categories__item.active {
    height: auto;
    max-height: 600px;
  }

  .list__categories__item.active .list__categories__overlay {
    display: none;
  }

  .list__categories__content {
    padding-top: 4rem;
  }

  .list__categories__overlay__icon {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .header__menu__submenu .header__menu__item {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {

  .title__divider.title-mobile{
    display: none;
  }
  .grid-mobile{
    display: none;
  }

  .slide__products__info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner__slide__products {
    flex-wrap: wrap;
  }

  .slide__products__info {
    margin-bottom: 4rem;
  }

  .slide__products {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide__products__title {
    font-size: 1.75rem;
  }

  .head__title {
    font-size: 1.75rem;
  }

  .hero___banner__title {
    font-size: 2.5rem;
  }

  .hero___banner__subtitle {
    font-size: 1rem;
  }

  .hero__video {
    min-height: 450px;
    max-height: 450px;
  }

  .home-info-grid {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-info-card {
    padding: 1.5rem;
  }

  .home-info-card--one::before {
    top: 0.875rem;
    left: 0.875rem;
    width: 56px;
    height: 56px;
  }

  .home-info-card--one::after {
    right: 0.875rem;
    bottom: 0.875rem;
    width: 70px;
    height: 70px;
  }

  .home-info-card--two::before {
    top: 0.875rem;
    left: 0.875rem;
    width: 72px;
    height: 72px;
  }

  .home-info-card--two::after {
    right: 0.875rem;
    bottom: 0.875rem;
    width: 82px;
    height: 82px;
  }

  .home-info-card__title {
    font-size: 1.35rem;
  }

  .products-grid {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .product-card {
    padding: 1rem 0;
  }

  .list__experiences__item {
    flex-direction: column-reverse;
  }

  .list__experiences__content {
    max-width: 100%;
    padding-right: 0;
    padding-top: 2rem;
  }

  .list__experiences__description {
    padding-bottom: 1rem;
  }

  .list__experiences__title {
    font-size: 2rem;
  }

  .list__benefits__members li {
    font-size: 1rem;
  }

  .clubmx__contact {
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }

  .form__contact__clubmx {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    width: 100%;
    max-width: 100%;
  }

  .contact__form__container {
    max-width: calc(100vw - 64px);
  }
  .title__divider__contact ~ p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact__form__container p label {
    font-size: 1rem;
  }
  .notices__alert {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .content__tabs__members {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0;
  }
  .content__tabs__members__item {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .list__benefits__members li img {
    width: 8px;
    height: 8px;
  }
  .form__contact__clubmx .text__heading2,
  .form__contact__clubmx .text__heading4 {
    font-size: 1.125rem;
  }
  .account-table.table__orders
    .account-table__row
    .account-table__cell.account-table__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* Sticky WhatsApp (global) */
.mx-whatsapp-sticky {
  position: fixed;
  right: 1.5rem;
  z-index: 10040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  line-height: 0;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.18);
}

.mx-whatsapp-sticky img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mx-whatsapp-sticky:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 28px rgba(33, 33, 33, 0.24);
}

.mx-whatsapp-sticky:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
}

.lost_reset_password {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-radius: 0.25rem;
}
.lost_reset_password .woocommerce-form-row {
  width: 100% !important;
}
.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
  padding: 0.75rem 2.25rem;
  font-size: 1.25rem;
  font-family: 'engravers_gothicregular', sans-serif;
  text-decoration: none;
  color: var(--color-black);
  transition: all linear 0.25s;
  min-width: 224px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2rem;
}
.lost_reset_password .woocommerce-form-row button.woocommerce-Button:hover {
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  color: var(--color-white);
}


@media screen and (max-width: 1360px) {
  .search-results .products-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .mx-whatsapp-sticky {
    top: auto;
    right: 1rem;
    bottom: 1rem;
    transform: none;
  }

  .mx-whatsapp-sticky:hover {
    transform: scale(1.04);
  }
}

@media screen and (max-width: 767px) {
  .mx-whatsapp-sticky {
    bottom: 1.25rem;
    top: auto;
    right: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    transform: none;
  }

  .mx-whatsapp-sticky:hover {
    transform: scale(1.04);
  }

  .lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .account-form {
    padding-left: 0;
    padding-right: 0;
  }
  .notices__alert .alert{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .notices__alert.outline__notice {
    padding-left: 0;
    padding-right: 0;
  }

  .form-field{
    gap: 0.25rem;
  }
  .tabs__member__top h3{
    font-size: 1.75rem;
  }

  .title__divider .title__divider__text{
    font-size: 1.25rem;
  }

  .product-card__title{
    min-height:auto;
  }

    .rounded__banner {
        width: 100% !important;
        border-radius: 0.75rem;
        margin-bottom: 1rem;
        margin-left: 0;
    }
    .rounded__banner img{
        border-radius: 0.75rem;
    }

    .legend__certifications{
        font-size: 1rem;
    }
    

}
