.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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
}
.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: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 140%;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.list__benefits__members li img {
  max-height: 35px;
  margin-right: 1rem;
}
.content__tabs__members{
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.content__tabs__members__item{
  width: 50%;
  padding: 4rem;
  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: 'avenir_regular', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}

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

.form__contact__clubmx {
  background-color: var(--color-white);
  padding: 4rem 2rem;
  max-width: 600px;
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
}

.clubmx__contact {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f1eb;
}

.inner__clubmx__contact {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.clubmx__contact input[type='text'],
.clubmx__contact input[type='email'],
.clubmx__contact select {
  border-color: var(--color-grey);
  border-radius: 0;
  font-family: 'avenir_regular', sans-serif;
}
.clubmx__contact .form-floating > label {
  color: var(--color-gray);
}

.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: 'avenir_regular', sans-serif;
  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: 2rem;
  padding-right: 2rem;
}
.notices__alert .alert {
  background-color: var(--color-primary);
}

.account-page {
  padding-top: 160px;
  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);
}

@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: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(100% - 2rem);
    min-height: 450px;
    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: 100px;
  }
}

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

.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: 'avenir_regular', sans-serif;
  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;
}

@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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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;
}

.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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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;
}

@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: 'avenir_regular', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-gray);
}

.payment-form__section-title {
  margin: 0;
  font-family: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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;
}

.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;
}

.account-page-header__subtitle {
  margin: 0;
  font-family: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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: 'avenir_regular', sans-serif;
  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;
}

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

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

.home-info-card {
  padding: 8rem 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;
}

.products-grid {
  padding: 1.5rem 1rem 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: 1rem;
}

.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%;
  border: 1px solid var(--color-grey-light);
  border-radius: 8px;
  padding: 1.75rem 1.25rem;
  margin-bottom: 1.25rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14.5rem;
  box-sizing: border-box;
}

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

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

.product-card__title {
  margin: 0 0 1rem;
  max-width: 15rem;
  font-family: 'avenir_regular', sans-serif;
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--color-black);
  font-weight: 700;
  text-align: center;
  min-height: 50px;
}

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

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

.product-card__prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.35rem;
  text-align: center;
}

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

.product-card__prices del {
  order: 2;
  opacity: 1;
}

.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: 'avenir_regular', sans-serif;
  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.8125rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

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

@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 {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh - 68px);
    width: 100%;
    top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .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;
  }

  .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: 1.125rem;
  }
  .clubmx__contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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