@charset "UTF-8";
/* Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  display: none;
}

/* Fonts */
@font-face {
  font-family: "RobotoMono Web";
  src: url(../fonts/RobotoMono-Regular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
/* Defaults */
:root {
  --c-negro: #000000;
  --c-blanco: #ffffff;
  --altopag: 100dvh;
}

html {
  font-size: 7px;
}

body {
  font-size: 1.8rem;
  line-height: 1.25;
  color: var(--c-negro);
  font-family: "RobotoMono Web", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

a {
  color: var(--c-negro);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: var(--c-negro);
  text-decoration: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-family: "RobotoMono Web", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

label {
  font-weight: normal !important;
}

strong, b {
  font-weight: normal !important;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* General */
.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}

.formato {
  text-transform: initial;
}
.formato p {
  margin-bottom: 1em;
}
.formato ul li {
  padding-left: 2rem;
  position: relative;
}
.formato ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--c-negro);
  border-radius: 50%;
}
.formato strong, .formato b {
  font-weight: bold !important;
}

/* Woo */
.single-product .ppc-button-wrapper {
  display: none !important;
}
.single-product .product {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 12rem;
}
.single-product .product span.onsale {
  border-radius: 0 !important;
  padding: 1rem !important;
  width: initial;
  height: initial;
  min-width: initial;
  min-height: initial;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  font-weight: normal !important;
  top: 1rem;
  left: 1rem;
  background-color: var(--c-negro);
}
.single-product .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}
.single-product .custom-product-gallery {
  width: 100% !important;
  float: none !important;
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 0.1rem;
}
.single-product .custom-product-gallery .images-grandes {
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth; /* Para un desplazamiento suave */
}
.single-product .custom-product-gallery .images-grandes .product-image {
  height: auto;
  width: 100%;
  scroll-margin-top: 14.5rem; /* Ajustar según el tamaño del encabezado */
}
.single-product .custom-product-gallery .product-thumbnails {
  position: sticky;
  top: 18rem;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 18rem);
  overflow: hidden;
}
.single-product .custom-product-gallery .product-thumbnails .thumbnail-item {
  height: 25%;
  border: 0.1rem solid transparent;
  cursor: pointer;
  line-height: 0;
}
.single-product .custom-product-gallery .product-thumbnails .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.single-product .custom-product-gallery .product-thumbnails .thumbnail-item.active {
  border-color: var(--c-negro);
}
.single-product .summary {
  width: 100% !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: min(31rem, 25vh);
  align-self: flex-start;
}
.single-product .summary .price {
  font-size: 1.8rem !important;
  margin-bottom: min(8rem, 7vh);
  color: var(--c-negro) !important;
}
.single-product .summary .product_title {
  font-size: 1.8rem;
  margin-bottom: 1.1em;
}
.single-product .summary .stock {
  display: none;
}
.single-product .summary .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}
.single-product .summary .cart {
  margin-bottom: 2rem;
}
.single-product .summary .variations {
  margin-bottom: 2rem;
}
.single-product .summary .variations select {
  display: none;
}
.single-product .summary .variations tr {
  display: flex;
  flex-direction: column;
}
.single-product .summary .variations tr.variation-color {
  margin-top: 2.4rem;
  flex-direction: row;
  gap: 1rem;
}
.single-product .summary .variations tr.variation-color th.label {
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.single-product .summary .variations tr.variation-color td.value {
  position: relative;
}
.single-product .summary .variations tr.variation-color td.value:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-image: url(../images/flecha.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  rotate: 180deg;
}
.single-product .summary .variations tr.variation-color td.value select {
  background-color: transparent !important;
  background-image: none;
  margin-right: 0;
  padding-right: 3rem;
  cursor: pointer;
}
.single-product .summary .variations .label {
  padding-bottom: 1rem;
  line-height: 1.25 !important;
  padding-bottom: 2rem;
}
.single-product .summary .variations .value a.reset_variations {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.single-product .summary .variations .value .radio-buttons-container {
  display: flex;
  gap: 2rem;
}
.single-product .summary .variations .value .variable-item {
  border: 1px solid transparent;
  padding: 0.3rem 0.45rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.25;
  transition: all 0.2s ease;
}
.single-product .summary .variations .value .variable-item.selected {
  border-color: var(--c-negro);
  color: var(--c-negro);
}
.single-product .summary .single_variation_wrap .single_variation {
  display: none !important;
}
.single-product .summary .quantity {
  display: none !important;
}
.single-product .summary .single_add_to_cart_button {
  background-color: transparent !important;
  color: var(--c-negro) !important;
  padding: 0 !important;
  font-weight: normal;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.single-product .summary .single_add_to_cart_button:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.single-product .summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 3rem;
}
.single-product .summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del {
  text-decoration: line-through;
}
.single-product .summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
  font-weight: normal;
}
.single-product .summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
  display: none;
}
.single-product .detalles-producto {
  max-width: 90%;
}
.single-product .detalles-producto h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.single-product .detalles-producto h3::after {
  content: "";
  transition: transform 0.3s ease;
  background-image: url(../images/flecha.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  transform: rotate(180deg);
}
.single-product .detalles-producto h3.active::after {
  transform: rotate(0deg);
}
.single-product .detalles-producto .detalles-content {
  padding-top: 2rem;
  margin-bottom: 2.5rem;
}
.single-product .related.products {
  display: none;
}

/* Custom */
body > header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
body > header .barra-sup {
  display: grid;
  grid-template-columns: 1fr 28rem 1fr;
  background-color: var(--c-blanco);
  padding-top: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  height: 18rem;
}
body > header .barra-sup .izq {
  display: flex;
  gap: 9rem;
  align-items: flex-start;
}
body > header .barra-sup .izq .link-fijo .ss25 {
  transition: all 0.2s ease;
  cursor: pointer;
}
body > header .barra-sup .izq .link-fijo .ss25:hover {
  opacity: 0.6;
}
body > header .barra-sup .izq .catalogo {
  position: relative;
}
body > header .barra-sup .izq .catalogo > span {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
}
body > header .barra-sup .izq .catalogo ul.lista-cates {
  position: absolute;
  top: 2.4rem;
  left: -1.5rem;
  background-color: var(--c-blanco);
  -moz-columns: 2;
       columns: 2;
  padding: 0 1.5rem 1rem;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
body > header .barra-sup .izq .catalogo ul.lista-cates li {
  opacity: 0;
  transition: all 0.2s ease;
}
body > header .barra-sup .izq .catalogo ul.lista-cates li a {
  transition: all 0.2s ease;
}
body > header .barra-sup .izq .catalogo ul.lista-cates li a:hover {
  opacity: 0.6;
}
body > header .barra-sup .izq .catalogo:hover ul.lista-cates {
  visibility: visible;
  opacity: 1;
  max-height: 35rem;
}
body > header .barra-sup .izq .catalogo:hover ul.lista-cates li {
  opacity: 1;
}
body > header .barra-sup h1 {
  text-align: center;
}
body > header .barra-sup h1 a {
  display: inline-block;
  line-height: 0;
}
body > header .barra-sup h1 a img {
  height: 4rem;
  width: auto;
}
body > header .barra-sup h1 a img.firma {
  width: auto;
  height: 10rem;
}
body > header .barra-sup .der {
  display: flex;
  gap: 9rem;
  justify-content: flex-end;
  align-items: flex-start;
}
body > header .barra-sup .der .firma {
  position: relative;
  top: -1rem;
  display: block;
  line-height: 0;
  width: 9.6rem;
}
body > header .barra-sup .der .firma img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-inline-size: initial;
  max-block-size: initial;
}
body > header .barra-sup .der .link-carro {
  display: block;
}
body > header .barra-sup .der .link-carro * {
  vertical-align: top;
}
body > header .barra-sup .der .link-carro svg {
  margin-right: 0.5rem;
}
body > header .barra-sup .der .link-login .idiomas a {
  transition: all 0.2s ease;
}
body > header .barra-sup .der .link-login .idiomas a:hover {
  opacity: 0.6;
}

.site-main {
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-main header {
  margin-bottom: 8rem;
}
.site-main header h1 {
  text-align: center;
}
.site-main .woocommerce-result-count {
  display: none;
}
.site-main .woocommerce-ordering {
  display: none;
}
.site-main ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  row-gap: 12rem;
}
.site-main ul.products:before, .site-main ul.products:after {
  display: none !important;
}
.site-main ul.products > li {
  float: initial !important;
  margin: 0 !important;
  padding: 0 !important;
  width: initial !important;
}
.site-main ul.products > li a {
  display: block;
  position: relative;
}
.site-main ul.products > li a span.onsale {
  border-radius: 0 !important;
  padding: 1rem !important;
  width: initial;
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  font-weight: normal !important;
  color: var(--c-blanco);
  background-color: var(--c-negro);
}
.site-main ul.products > li a img {
  margin-bottom: 1.2rem !important;
  aspect-ratio: 3/4.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: auto;
}
.site-main ul.products > li a .product-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.site-main ul.products > li a .product-image-hover img {
  margin: 0;
}
.site-main ul.products > li a:hover .product-image-hover {
  opacity: 1;
}
.site-main ul.products > li a .product-short-description {
  padding-top: 1rem;
}
.site-main ul.products > li a span.price {
  display: none !important;
}
.site-main ul.products > li a.button {
  display: none !important;
}

body.tax-product_cat .site-main {
  min-height: calc(100svh - 18rem);
}
body.tax-product_cat .site-main ul.products {
  grid-template-columns: repeat(3, 1fr);
}

body.page-template-tanya .site-main ul.products {
  grid-template-columns: repeat(3, 1fr);
}

section.home-video {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  margin-bottom: 12rem;
}
section.home-video video {
  height: calc(100svh - 18rem);
  width: auto;
}

section.tanya-intro {
  height: calc(100svh - 18rem);
  display: flex;
  align-items: center;
}
section.tanya-intro .bloque {
  margin-top: -18rem;
}
section.tanya-intro .bloque h1 {
  text-align: center;
  margin-bottom: 12rem;
}
section.tanya-intro .bloque .descri {
  -moz-columns: 3;
       columns: 3;
  gap: 3rem;
}

#ss25 {
  top: -18rem;
  position: relative;
}

body.woocommerce-cart .site-main {
  min-height: calc(100svh - 18rem);
}
body.woocommerce-cart .site-main .container {
  display: flex;
  flex-direction: column-reverse;
}
body.woocommerce-cart .site-main .container h1 {
  text-align: center;
  margin-bottom: 9rem;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wc-block-cart-items th {
  font-size: 1.8rem;
  font-weight: normal;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wc-block-cart-items .wc-block-components-product-metadata {
  font-size: 1.8rem;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wc-block-cart-items .wc-block-components-product-metadata .wc-block-components-product-details__name {
  font-weight: normal;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wc-block-components-quantity-selector:after {
  display: none !important;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wc-block-cart-item__remove-link {
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  font-size: 1.8rem !important;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wp-block-woocommerce-cart-order-summary-block h2 {
  font-size: 1.8rem;
  font-weight: normal;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  font-size: 1.8rem;
  font-weight: bold;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-size: 1.8rem;
  font-weight: bold;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  font-weight: normal;
}
body.woocommerce-cart .site-main .container .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  font-weight: normal;
}
body.woocommerce-cart .site-main .container .wc-block-cart a {
  text-decoration: underline;
  transition: all 0.2s ease;
  outline: 0 none !important;
  box-shadow: none !important;
}
body.woocommerce-cart .site-main .container .wc-block-cart a:hover {
  opacity: 0.6;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block h2 {
  text-align: center;
  margin-bottom: 3rem;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  margin-bottom: 12rem;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title:before {
  display: none;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  row-gap: 12rem;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li {
  max-width: initial;
  border: 0 none;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li a {
  display: block;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li a .wc-block-grid__product-image {
  width: 100%;
  margin-bottom: 1rem;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li a .wc-block-grid__product-image img {
  aspect-ratio: 3/4.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li a .wc-block-grid__product-title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: normal;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li .wc-block-grid__product-add-to-cart {
  display: none;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li .price {
  display: none;
}
body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(4), body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(5), body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(6) {
  display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 0 none !important;
  color: var(--c-negro) !important;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: var(--c-negro) !important;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  text-decoration: underline;
  transition: all 0.2s ease;
  padding: 0 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  font-weight: normal !important;
  color: var(--c-negro) !important;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
  opacity: 0.6;
}

body.woocommerce-account .site-main {
  min-height: calc(100svh - 18rem);
}
body.woocommerce-account .site-main .container {
  display: flex;
  flex-direction: column-reverse;
}
body.woocommerce-account .site-main .container h1 {
  text-align: center;
  margin-bottom: 9rem;
}
body.woocommerce-account .site-main .container .woocommerce-EditAccountForm fieldset {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
body.woocommerce-account .site-main .container .woocommerce-EditAccountForm button.woocommerce-Button {
  padding: 0 !important;
  background-color: transparent;
  font-weight: normal !important;
  color: var(--c-negro) !important;
  text-decoration: underline;
  transition: all 0.2s ease;
}
body.woocommerce-account .site-main .container .woocommerce-EditAccountForm button.woocommerce-Button:hover {
  opacity: 0.6;
}

body.page-template-politica .site-main {
  min-height: calc(100svh - 18rem);
}
body.page-template-politica .site-main .container h1 {
  text-align: center;
  margin-bottom: 9rem;
}

form.woocommerce-form-login .form-row .required {
  display: none;
}
form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  display: none;
}
form.woocommerce-form-login .form-row .woocommerce-form-login__submit {
  font-weight: normal !important;
  color: var(--c-negro);
  margin-bottom: 2rem;
}
form.woocommerce-form-login .woocommerce-LostPassword a {
  text-decoration: underline;
  transition: all 0.2s ease;
}
form.woocommerce-form-login .woocommerce-LostPassword a:hover {
  opacity: 0.6;
}

form.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
  font-weight: normal;
  color: var(--c-negro);
}

footer {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  padding-top: 22rem;
}
footer ul li a {
  transition: all 0.2s ease;
}
footer ul li a:hover {
  opacity: 0.6;
}

.woocommerce-MyAccount-content a {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content a:hover {
  opacity: 0.6;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses header {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-Addresses header h2 {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses header a {
  float: initial !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a, .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button {
  text-decoration: underline !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a:hover, .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button:hover {
  opacity: 0.6 !important;
}

.woocommerce-checkout .container {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-checkout .container h1 {
  text-align: center;
  margin-bottom: 6rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-order h2 {
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-column--billing-address {
  margin-bottom: 4rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  opacity: 0.6;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 4rem;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-Address-title {
  margin-bottom: 3rem !important;
}

.mobile-menu-container {
  display: none;
}

#cookie-notice {
  font-family: "RobotoMono Web", sans-serif !important;
  font-size: 1.8rem !important;
  text-transform: uppercase !important;
  line-height: 1.25 !important;
}
#cookie-notice a {
  font-family: "RobotoMono Web", sans-serif !important;
  font-size: 1.8rem !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  transition: all 0.2s ease !important;
}
#cookie-notice a:hover {
  opacity: 0.6 !important;
}
#cookie-notice .cn-close-icon {
  opacity: 1 !important;
  transition: all 0.2s ease !important;
}
#cookie-notice .cn-close-icon:after, #cookie-notice .cn-close-icon:before {
  background-color: var(--c-negro) !important;
}
#cookie-notice .cn-close-icon:hover {
  opacity: 0.6 !important;
}

.wc-block-components-radio-control__option {
  padding-left: 2.7em !important;
}

form.wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__input {
  left: 9px !important;
}

.checkout.woocommerce-checkout #customer_details,
.checkout.woocommerce-checkout #order_review_heading,
.checkout.woocommerce-checkout #order_review {
  width: 48%;
}
.checkout.woocommerce-checkout #customer_details {
  float: left;
}
.checkout.woocommerce-checkout #customer_details > .col-1 {
  width: 100%;
  margin-bottom: 6rem;
}
.checkout.woocommerce-checkout #customer_details > .col-2 {
  width: 100%;
  margin-bottom: 4rem;
}
.checkout.woocommerce-checkout #customer_details .form-row-first,
.checkout.woocommerce-checkout #customer_details .form-row-last {
  width: 48.5%;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  padding: 0 3px;
  margin-bottom: 2rem;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields h3 {
  padding: 0 3px;
  margin-bottom: 2rem;
}
.checkout.woocommerce-checkout #order_review {
  float: right;
}
.checkout.woocommerce-checkout #order_review table {
  margin-bottom: 6rem;
  padding: 1rem 3rem;
}
.checkout.woocommerce-checkout #order_review table thead tr th {
  padding-left: 0;
  padding-right: 0;
}
.checkout.woocommerce-checkout #order_review table thead tr th.product-total {
  text-align: right;
}
.checkout.woocommerce-checkout #order_review table tbody tr.cart_item {
  padding-top: 1rem;
}
.checkout.woocommerce-checkout #order_review table tbody tr.cart_item td.product-name {
  border: 0 none;
  padding: 0;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.checkout.woocommerce-checkout #order_review table tbody tr.cart_item td.product-name img {
  float: left;
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
}
.checkout.woocommerce-checkout #order_review table tbody tr.cart_item td.product-name .variation {
  overflow: hidden;
}
.checkout.woocommerce-checkout #order_review table tbody tr.cart_item td.product-total {
  border: 0 none;
  padding: 0;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.checkout.woocommerce-checkout #order_review table tbody tr.cart_item:last-child td {
  padding-bottom: 3rem;
}
.checkout.woocommerce-checkout #order_review table tfoot tr th {
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
}
.checkout.woocommerce-checkout #order_review table tfoot tr td {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-weight: normal;
}
.checkout.woocommerce-checkout #order_review table tfoot tr td.order-total {
  font-weight: bold;
}
.checkout.woocommerce-checkout #order_review table tfoot tr.cart-subtotal th, .checkout.woocommerce-checkout #order_review table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
.checkout.woocommerce-checkout #order_review table tfoot tr.shipping ul li .amount {
  font-weight: normal !important;
}
.checkout.woocommerce-checkout #order_review table tfoot tr.shipping ul li:last-child {
  margin-bottom: 0;
}
.checkout.woocommerce-checkout #order_review table tfoot tr.order-total td strong {
  font-weight: bold !important;
}
.checkout.woocommerce-checkout #order_review_heading {
  float: right;
  clear: none;
  padding-top: 0;
  margin-bottom: 4rem;
}
.checkout.woocommerce-checkout #payment {
  background: transparent;
}
.checkout.woocommerce-checkout #payment ul {
  padding: 0 !important;
}
.checkout.woocommerce-checkout #payment ul label[for=payment_method_woo-mercado-pago-custom] > img {
  filter: grayscale(100%) brightness(0%);
}
.checkout.woocommerce-checkout #payment ul #mp-custom-checkout-form-container .mp-checkout-custom-available-payments-title p {
  color: var(--c-negro) !important;
  font-weight: normal;
  text-decoration: underline;
}
.checkout.woocommerce-checkout #payment ul #mp-custom-checkout-form-container .mp-checkout-custom-available-payments-title img {
  filter: grayscale(100%) brightness(0%);
}
.checkout.woocommerce-checkout #payment ul .mp-checkout-custom-terms-and-conditions a {
  color: var(--c-negro) !important;
  text-decoration: underline !important;
}
.checkout.woocommerce-checkout #payment ul .mp-checkout-container {
  overflow: hidden;
}
.checkout.woocommerce-checkout #payment ul #mp_checkout_link {
  color: var(--c-negro) !important;
  text-decoration: underline !important;
  font-size: 1.8rem !important;
}
.checkout.woocommerce-checkout #payment .place-order #place_order {
  background-color: var(--c-negro) !important;
  font-weight: bold;
  padding: 1.5rem 3rem;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--c-negro) !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--c-negro) !important;
}

body.woocommerce-cart .wc-block-cart__payment-options {
  display: none !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f6f5f8 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f6f5f8 !important;
}

.woocommerce form .form-row .required {
  color: var(--c-negro) !important;
}

.woocommerce-button.pay {
  display: none !important;
}

/* Responsive */
@media (width < 1600px) {
  html {
    font-size: 6px;
  }
  form.wc-block-components-form .wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 6px !important;
  }
}
@media (width < 1200px) {
  body > header .barra-sup .izq,
  body > header .barra-sup .der {
    gap: 6rem;
  }
  .single-product .product {
    grid-template-columns: 4.5fr 4fr;
    gap: 8rem;
  }
  .single-product .summary {
    top: min(30rem, 20vh);
  }
}
@media (width < 992px) {
  .site-main ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  body > header .barra-sup .izq {
    gap: 5rem;
  }
  body > header .barra-sup .der {
    gap: 3rem;
  }
  .single-product .custom-product-gallery {
    grid-template-columns: 1fr;
  }
  .single-product .custom-product-gallery .product-thumbnails {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-bottom: 6rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 0 1rem 1rem 0;
  }
  .woocommerce-account .woocommerce-column--billing-address {
    margin-bottom: 4rem;
  }
  section.tanya-intro .bloque .descri {
    -moz-columns: 2;
         columns: 2;
  }
  .wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important;
  }
  .checkout.woocommerce-checkout #payment .place-order #place_order {
    padding: 2rem 3rem;
    text-align: center;
  }
}
@media (width < 768px) {
  html {
    font-size: 7px;
  }
  .container {
    padding: 0;
  }
  body > header .barra-sup {
    grid-template-columns: 1fr;
  }
  body > header .barra-sup .izq {
    display: none;
  }
  body > header .barra-sup .der {
    display: none;
  }
  section.home-video video {
    width: calc(100vw - 4rem);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .site-main ul.products {
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 6rem;
  }
  footer {
    padding-top: 15rem;
    grid-template-columns: 1fr;
    display: grid;
  }
  footer .col1 {
    margin-bottom: 3rem;
  }
  footer .col4 {
    margin-bottom: 3rem;
  }
  body.page-template-politica .site-main .container h1 {
    margin-bottom: 7rem;
  }
  .single-product .product {
    grid-template-columns: 1fr;
    gap: 8rem;
  }
  .single-product .custom-product-gallery .images-grandes {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .single-product .custom-product-gallery .images-grandes .product-image {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }
  section.tanya-intro {
    margin-bottom: 12rem;
  }
  section.tanya-intro .bloque {
    margin-top: initial;
    padding-top: 6rem;
  }
  section.tanya-intro .bloque h1 {
    margin-bottom: 6rem;
  }
  section.tanya-intro .bloque .descri {
    -moz-columns: 1;
         columns: 1;
  }
  .mobile-menu-container {
    display: block;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
  }
  .hamburger-menu {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 28px;
    padding: 6px;
    width: 33px;
    margin-top: 2px;
  }
  .hamburger-menu span {
    background-color: var(--c-negro);
    display: block;
    height: 2px;
    width: 100%;
    transition: all 0.3s ease;
  }
  .mobile-menu-overlay {
    background-color: white;
    height: 100svh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease, opacity 0.3s ease;
    width: 100%;
    z-index: 999;
  }
  .mobile-menu-overlay.active {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
  }
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9rem;
  }
  .mobile-menu-header img {
    height: 3rem;
    display: none;
  }
  .mobile-menu-header .close-menu {
    background: transparent;
    border: none;
    color: var(--c-negro);
    cursor: pointer;
    line-height: 0;
  }
  .mobile-menu-header .close-menu svg {
    width: 3.6rem;
    height: auto;
  }
  .mobile-navigation {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .mobile-navigation .mobile-catalogo {
    margin-bottom: 6rem;
  }
  .mobile-navigation .mobile-catalogo h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    display: none;
  }
  .mobile-navigation .mobile-catalogo ul {
    list-style: none;
    padding: 0;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .mobile-navigation .mobile-catalogo ul li {
    margin-bottom: 1.5rem;
  }
  .mobile-navigation .mobile-catalogo ul li a {
    color: var(--c-negro);
    font-size: 1.8rem;
    text-decoration: none;
  }
  .mobile-navigation .mobile-links {
    display: flex;
    margin-top: auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-navigation .mobile-links a {
    color: var(--c-negro);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-decoration: none;
  }
  .mobile-navigation .mobile-links a.mobile-firma {
    line-height: 0;
  }
  .mobile-navigation .mobile-links a.mobile-firma img {
    width: 70px;
  }
  .mobile-navigation .mobile-links a.mobile-cart {
    display: flex;
    gap: 0.6rem;
  }
  .mobile-navigation .mobile-links a.mobile-cart svg {
    width: 1.7rem;
    height: auto;
  }
  .mobile-navigation .mobile-links .idiomas {
    margin-bottom: 1.5rem;
  }
  .woocommerce-message {
    text-align: center;
  }
  .woocommerce-message a {
    float: none !important;
  }
  body.woocommerce-cart .site-main .container h1 {
    margin-bottom: 4rem;
  }
  .wc-block-cart .wc-block-cart__submit-container--sticky:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-color: var(--c-blanco);
  }
  body.woocommerce-cart .site-main .container .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
  .checkout.woocommerce-checkout #customer_details {
    float: none;
    width: 100%;
  }
  .checkout.woocommerce-checkout #order_review_heading {
    float: none;
    width: 100%;
  }
  .checkout.woocommerce-checkout #order_review {
    float: none;
    width: 100%;
  }
}/*# sourceMappingURL=main-style.css.map */