@charset "UTF-8";
/* Definimos los gradientes */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: #535256;
  border-radius: 10px;
  border: 2px solid #535256;
}

*::-webkit-scrollbar-track {
  background: #2c3137;
}

a:hover {
  text-decoration: none;
}

details {
  width: 100%;
}

::marker {
  text-align: end !important;
}

:root,
html[data-theme=dark] {
  color-scheme: dark;
  --theme-page-bg: #010210;
  --theme-surface: #0b131c;
  --theme-surface-elevated: #101826;
  --theme-surface-soft: rgba(255, 255, 255, 0.1);
  --theme-surface-border: rgba(255, 255, 255, 0.15);
  --theme-text: #ffffff;
  --theme-text-soft: rgba(255, 255, 255, 0.75);
  --theme-text-muted: rgba(255, 255, 255, 0.55);
  --theme-text-inverse: #010210;
  --theme-border: rgba(255, 255, 255, 0.14);
  --theme-shadow: rgba(0, 0, 0, 0.5);
  --theme-overlay: rgba(1, 2, 16, 0.72);
  --theme-chip-bg: rgba(255, 255, 255, 0.1);
  --theme-chip-border: rgba(255, 255, 255, 0.35);
  --theme-link: #ffffff;
  --theme-link-hover: #18E179;
  --theme-link-subtle: rgba(255, 255, 255, 0.7);
  --theme-rail: rgba(255, 255, 255, 0.1);
  --theme-icon-filter: invert(1);
}

html[data-theme=light] {
  color-scheme: light;
  --theme-page-bg: #f6f7fb;
  --theme-surface: #ffffff;
  --theme-surface-elevated: #ffffff;
  --theme-surface-soft: rgba(1, 2, 16, 0.1);
  --theme-surface-border: rgba(1, 2, 16, 0.15);
  --theme-text: #010210;
  --theme-text-soft: rgba(1, 2, 16, 0.75);
  --theme-text-muted: rgba(1, 2, 16, 0.55);
  --theme-text-inverse: #ffffff;
  --theme-border: rgba(1, 2, 16, 0.12);
  --theme-shadow: rgba(1, 2, 16, 0.18);
  --theme-overlay: rgba(255, 255, 255, 0.72);
  --theme-chip-bg: rgba(1, 2, 16, 0.05);
  --theme-chip-border: rgba(1, 2, 16, 0.18);
  --theme-link: #010210;
  --theme-link-hover: #18E179;
  --theme-link-subtle: rgba(1, 2, 16, 0.7);
  --theme-rail: rgba(1, 2, 16, 0.08);
  --theme-icon-filter: none;
}

/*!
----------------------------------------------------------------------------------------------------
* Important! - To edit this CSS, you must use the SCSS source file.

* Resilient 3.2.0
----------------------------------------------------------------------------------------------------
*/
/* -----Flexbox----- */
/*--------------------Text Stroke--------------------*/
*,
*:after,
*:before, summary, details {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

details {
  width: 100%;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------General Base--------------------*/
html {
  /* Common Breakpoint [bs] */
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    /* Common Breakpoint [md] */
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    /* Common Breakpoint [lg] */
    font-size: 100%;
  }
}
html {
  font-size: 16px;
  background-color: #010210;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #535256;
  background-color: white;
}

option {
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: inherit;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  display: block;
  color: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
  color: inherit;
}

h1 {
  font-size: 25.2pt;
  font-size: 2.1rem;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 30pt;
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 22.8pt;
  font-size: 1.9rem;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 27.6pt;
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 20.4pt;
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 24pt;
    font-size: 2rem;
  }
}

h4 {
  font-size: 18pt;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 24pt;
    font-size: 2rem;
  }
}

h5 {
  font-size: 15.6pt;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 18pt;
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 13.2pt;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 15.6pt;
    font-size: 1.3rem;
  }
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  color: inherit;
}

b,
strong,
mark {
  font-weight: 700;
  color: inherit;
  background: none;
}

i,
em {
  font-weight: 400;
  font-style: normal;
}

em {
  color: inherit;
}

blockquote {
  margin: 0.75em 2em;
  font-size: 14.4pt;
  font-size: 1.2rem;
}

img {
  width: 100%;
  display: block;
}

form button {
  background-color: transparent;
  cursor: pointer;
}

.header {
  position: fixed;
  right: 1rem;
  bottom: 0.5rem;
  bottom: env(safe-area-inset-bottom);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  z-index: 10;
  border-radius: 1rem;
  width: auto;
  max-width: 100vw;
  padding-bottom: 0.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header > .nav--wrapper:nth-of-type(1):not(:only-of-type) {
  position: fixed;
  left: 1rem;
}
.header > .nav--wrapper:nth-of-type(1):not(:only-of-type) .nav__list--link {
  justify-content: flex-start;
  padding-right: 1rem;
  color: #2c3137;
}
.header > .nav--wrapper:nth-of-type(1):not(:only-of-type) .nav__list--item {
  width: auto;
}
.header > .nav--wrapper:nth-of-type(1):not(:only-of-type) svg {
  width: auto;
}
.header .nav--cart {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .nav--cart .nav__list--link span {
  display: none;
  width: 1.65rem;
  height: 1.65rem;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  color: white;
  background: #F8411B;
  box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.2);
}
.header .nav--cart .nav__list--link {
  /* Cuadrado fijo, no el 100% de la regla general: el enlace crece a
     lo ancho con las miniaturas de cada producto, y con width:100%
     el fondo blanco del icono se estiraba con él, así que el
     border-radius del 50% lo dibujaba como óvalo en vez de círculo. */
}
.header .nav--cart .nav__list--link svg {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
.header .nav--wrapper {
  width: auto;
  height: 3rem;
  max-width: 240px;
}
.header .nav--wrapper svg .checkline {
  display: none;
}
.header .nav--wrapper.active .nav__list--cantidad {
  display: flex;
}
.header .nav--wrapper.active .nav__list--item {
  width: auto;
}
.header .nav--wrapper.active .nav--cart svg {
  color: #F8411B;
  background-color: white;
  border-radius: 50%;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.25);
  animation: bounce 1s forwards;
}
.header .nav--wrapper.active .nav--cart svg .checkline {
  display: block;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1.5rem);
  }
  60% {
    -webkit-transform: translateY(-0.75rem);
  }
}
.header .nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
.header .nav__list--icon {
  display: block;
}
.header .nav__list--cantidad {
  display: none;
  font-size: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background: white;
  color: #F8411B;
  box-shadow: 0 0 4px rgba(248, 65, 27, 0.5);
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  z-index: 2;
}
.header .nav__list--cantidad.active {
  display: flex;
}
.header .nav__list--link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 100%;
}
.header .nav__list--link img, .header .nav__list--link svg {
  height: 100%;
  width: 100%;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.header .nav__list--link img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(191, 191, 191, 0.1);
  margin-right: -2rem;
}
.header .nav__list--link img:last-of-type {
  margin-right: -1.5rem;
}
.header .nav__list--link:after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #010210;
  height: 2px;
  transition: all 0.3s;
}
.header .nav__list--item {
  position: relative;
  width: 3rem;
  height: 100%;
}
.header .nav__list--item:hover, .header .nav__list--item.active {
  color: #F8411B;
}
.header .nav__list--item:hover .nav__list--link::after, .header .nav__list--item.active .nav__list--link::after {
  width: 70%;
  left: 15%;
  background-color: #F8411B;
}
.header .nav__list--icon {
  max-height: 2rem !important;
}
.header.easy__header .nav--wrapper {
  height: 4.5rem;
  max-width: 400px;
  width: calc(100% - 1rem);
}
.header.easy__header .nav__list {
  background-color: #1b1c28;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -0.25rem 1rem rgba(0, 0, 0, 0.35);
}
.header.easy__header .nav__list--cantidad {
  background: #18E179;
  color: #010210;
  box-shadow: 0 0 4px rgba(24, 225, 121, 0.5);
}
.header.easy__header .nav__list--link::after {
  background: rgba(255, 255, 255, 0.7);
}
.header.easy__header .nav__list--item {
  width: 4.5rem;
}
.header.easy__header .nav__list--item::after {
  content: "";
  display: none;
  font-size: 0.5rem;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0.25rem;
}
.header.easy__header .nav__list--item:hover, .header.easy__header .nav__list--item.active {
  color: #18E179;
}
.header.easy__header .nav__list--item:hover .nav__list--link::after, .header.easy__header .nav__list--item.active .nav__list--link::after {
  background-color: #18E179;
}
.header.easy__header .nav__list--item.active svg {
  transform: translateY(-0.35rem);
}
.header.easy__header .nav__list--item.active::after {
  color: #18E179;
  display: block;
}
.header.easy__header .nav__list--item[class*=inicio]::after {
  content: "Inicio";
}
.header.easy__header .nav__list--item[class*=pedidos]::after {
  content: "Pedidos";
}
.header.easy__header .nav__list--item[class*=products]::after {
  content: "Productos";
}
.header.easy__header .nav__list--item[class*=categories]::after {
  content: "Categorías";
}
.header.easy__header .nav__list--item[class*=estadisticas]::after {
  content: "Estadísticas";
}
@media only screen and (min-width: 420px) {
  .header.easy__header .nav__list--item::after {
    font-size: 0.75rem;
  }
}
.header.easy__header .nav__list--link {
  height: 100%;
  padding-bottom: 0;
}
.header.easy__header .nav__list svg {
  max-width: 2.75rem;
  padding: 0.35rem;
}
.header .str0 {
  stroke: currentColor;
  stroke-width: 30;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header .fil0 {
  fill: none;
}
.header .str0 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  animation: lines 5000ms forwards;
}
.header .str0:nth-child(3) {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  animation: lines 2000ms forwards;
}
@keyframes lines {
  0% {
    stroke-dashoffset: 2500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.easy .header {
  width: 100%;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}
.easy .header .nav--wrapper {
  height: auto;
}
.easy .header .nav__list {
  border-radius: 1rem 1rem 0 0;
  padding-bottom: env(safe-area-inset-bottom);
}
.easy .header .nav__list--item {
  width: 25%;
}

/*-------------------------------------------------------*/
.site-nav {
  height: inherit;
}
.site-nav .nav {
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: space-between;
  transition: all 0.5s;
}
.site-nav .nav__logo {
  width: 20%;
  height: 100%;
  justify-content: flex-start;
  transition: all 0.5s;
}
.site-nav .nav__logo img {
  height: 100px;
  max-width: none;
  min-width: 0;
  min-height: 0;
  max-height: none;
  display: block;
  width: auto !important;
  padding: 0;
  margin: 0;
  transition: all 0.5s;
}
.site-nav .nav__wrapper {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-end;
}
.site-nav .nav__wrapper > ul {
  height: 100%;
  width: 100%;
  justify-content: center;
  z-index: 10;
}
.site-nav .nav__links > a {
  padding: 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  color: #010210;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 2px;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-nav .nav__links > a:hover {
  text-decoration: none !important;
}
.site-nav .nav__links {
  width: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  min-height: 51px;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-top: none;
  z-index: -1;
}
.site-nav .nav__links:hover {
  text-decoration: none !important;
  border-bottom: none;
}
.site-nav .nav__links:hover > a {
  background: #d9d9d9;
}
.site-nav .nav__links ul li:hover a {
  text-decoration: underline;
}
.site-nav .nav__sub-menu {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 101%;
  left: 0;
  padding: 0 15%;
  background-color: #d9d9d9;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.site-nav .nav__sub-menu > li {
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__left {
  background: #18E179;
  justify-content: center;
  align-content: center;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__left a, .site-nav .nav__sub-menu > li.nav__sub-menu__left i {
  width: auto;
  text-align: center;
  margin: 0;
  color: white;
  font-size: 2em;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__left a:hover {
  color: white;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__left i {
  font-size: 4em;
  padding-right: 10px;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__center {
  background: #d9d9d9;
  width: 40%;
  align-items: flex-start;
  padding: 0;
  justify-content: space-around;
  align-content: space-between;
  align-items: center;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__right {
  overflow: hidden;
  width: 30%;
  position: relative;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__right img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s;
}
.site-nav .nav__sub-menu > li ul {
  padding: 14px;
  width: 24%;
  position: relative;
  top: auto;
  left: auto;
  min-height: 0;
  height: auto;
  box-shadow: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.site-nav .nav__sub-menu > li ul li {
  height: auto;
  width: 100%;
  display: block;
  padding: 0;
  line-height: 1em;
}
.site-nav .nav__sub-menu > li ul:first-of-type {
  width: 28%;
}
.site-nav .nav__sub-menu > li ul:last-of-type {
  width: 19%;
}
.site-nav .nav__sub-menu > li ul:nth-last-child(2) {
  width: 21%;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__special {
  background: red;
}
.site-nav .nav__sub-menu > li.nav__sub-menu__special a {
  color: white;
}
.site-nav .nav__sub-menu li span {
  display: block;
  padding: 14px 0;
  text-transform: uppercase;
  color: #010210;
  font-weight: 700;
}
.site-nav .nav__sub-menu li a {
  color: #010210;
  text-transform: none;
  background: none;
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
  font-size: 1.35em;
}
.site-nav .nav__sub-menu li a:hover {
  color: #2c3137;
  text-decoration: underline;
}
.site-nav .nav__sub-menu a {
  display: block;
  padding: 0;
}
.site-nav .nav__sub-menu a figure em {
  display: block;
  padding: 10px 5px;
  border-bottom: 2px solid #f63c41;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #232222;
  min-height: 50px;
  letter-spacing: 0;
  font-size: 0.75em;
}
.site-nav .nav__sub-menu a figure span {
  text-align: center;
  font-size: 0.8em;
  color: #f63c41;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  text-transform: uppercase;
  display: block;
}
.site-nav .nav__sub-menu a:hover a figure span {
  background: #010210;
  color: white;
}
.site-nav .nav__sub-menu a:hover a figure img {
  opacity: 0.8;
}
.site-nav .nav__sub-menu .final-link {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
.site-nav .nav__sub-menu .final-link li a {
  font-weight: 700;
  color: #010210;
}
.site-nav .nav__sub-menu input {
  display: none;
}
.site-nav .nav__sub-menu label.vermas {
  display: block;
  width: 100%;
  height: auto;
}
.site-nav .nav__sub-menu label.vermas:after {
  content: "Ver más";
  display: inline-block;
  margin: 10px auto;
  font-size: 0.8em;
  width: 100%;
}
.site-nav .nav__sub-menu input + label + div {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.site-nav .nav__sub-menu input:checked + label:after {
  display: none;
}
.site-nav .nav__sub-menu input:checked + label + div {
  max-height: 500px !important;
  overflow: hidden;
}
.site-nav .nav ul li:hover {
  z-index: 1;
}
.site-nav .nav ul li:hover ul {
  display: flex;
}
.site-nav .nav ul li:hover ul:before {
  transform: translateY(0) rotate(45deg);
}
.site-nav .menu {
  height: inherit;
}
.site-nav .linkbar {
  display: none;
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  padding: 7px 21px;
  height: inherit;
  justify-content: flex-end;
  align-items: center;
}
.site-nav .linkbar .burger-input {
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
  position: absolute;
}
.site-nav .linkbar .burger-input + label {
  width: 30px;
  display: block;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 100;
  position: relative;
}
.site-nav .linkbar .burger-input + label:after, .site-nav .linkbar .burger-input + label:before, .site-nav .linkbar .burger-input + label .burger {
  content: "";
  width: 25px;
  height: 4px;
  display: block;
  margin: 3px auto;
  border-radius: 3px;
  background-color: #010210;
  transition: all 0.2s;
  transform: scaleY(0.7) scaleX(0.9);
}
.site-nav .linkbar .burger-input + label .burger {
  transition: none;
}
.site-nav .linkbar .burger-input:checked + label {
  top: 4px;
  left: auto;
  right: 0;
  z-index: 10;
}
.site-nav .linkbar .burger-input:checked + label .burger {
  opacity: 0;
  transform: scale(0) scaleY(0.7) scaleX(0.9);
}
.site-nav .linkbar .burger-input:checked + label:before {
  transform: translateY(2px) rotate(135deg) scaleY(0.7) scaleX(0.9);
}
.site-nav .linkbar .burger-input:checked + label:after {
  transform: translateY(-12px) rotate(-135deg) scaleY(0.7) scaleX(0.9);
}
.site-nav .linkbar .logo {
  height: auto;
}
.site-nav .linkbar .logo img {
  max-width: 160px;
}
.site-nav .linkbar .burger-input:checked ~ nav {
  padding: 0;
  padding-top: 0%;
  z-index: 9;
  display: inline-block;
  left: 0%;
  top: 120px;
  width: calc(100% + 13px);
  height: auto;
  position: fixed;
  transition: all 0.5s;
}
.site-nav .linkbar .burger-input:checked ~ nav a:hover:after {
  display: none;
}
.site-nav .linkbar .burger-input:checked ~ nav li {
  width: 100%;
  display: block;
  color: #535256;
  position: relative;
  text-align: left;
  margin: 0;
  height: auto;
}
.site-nav .linkbar .burger-input:checked ~ nav li a {
  width: 100%;
  text-align: left;
  padding: 10px 3%;
  border-bottom: 1px solid #efefef;
  display: block;
  transition: none;
}
.site-nav .linkbar .burger-input:checked ~ nav > ul > li:hover > label > a {
  background: #010210;
  color: white;
}
.site-nav .linkbar .dl-menu {
  margin: 0;
  padding: 0;
  padding-top: 1%;
  width: 100%;
  list-style: none;
  text-align: left;
  background-color: rgba(44, 49, 55, 0.9);
}
.site-nav .linkbar .dl-menu li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(16.6265060241, 155.8734939759, 83.8253012048, 0.3);
}
.site-nav .linkbar .dl-menu li a {
  width: 100%;
  text-align: left;
  padding: 15px 0;
  text-transform: uppercase;
  min-height: 0;
  line-height: 1;
}
.site-nav .linkbar .dl-menu li a:hover {
  background: none;
}
.site-nav .linkbar .dl-menu li:hover {
  background: rgba(255, 255, 255, 0.25);
}
.site-nav .linkbar nav {
  display: none;
  padding: 0;
  transition: all 0.5s;
  background: white;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.site-nav .linkbar nav ul input {
  display: none;
}
.site-nav .linkbar nav ul label {
  color: #535256;
  font-weight: 400;
}
.site-nav .linkbar nav ul label ul {
  display: none;
}
.site-nav .linkbar nav ul label ul li a {
  text-align: left;
  padding: 7px 4%;
  background: #efefef;
  font-size: 0.9em;
}
.site-nav .linkbar nav ul label ul li a:hover {
  background: #040840;
  color: white;
}
.site-nav .linkbar nav ul label ul li ul li a {
  background: #d4d4d4;
}
.site-nav .linkbar nav ul input:checked + label > a {
  background: #010210;
  color: white;
}
.site-nav .linkbar nav ul input:checked + label > a i {
  transform: rotate(90deg);
}
.site-nav .linkbar nav ul input:checked + label > ul {
  display: block;
}
.site-nav .linkbar nav ul i {
  position: absolute;
  right: 3%;
  font-size: 1em;
  transform: rotate(0);
}
.site-nav .linkbar .telefono {
  widows: 50%;
  position: relative;
  display: block;
}
.site-nav .linkbar .telefono .top-tel {
  padding: 0;
}
.site-nav .linkbar .sociales {
  width: 100%;
}
.site-nav .linkbar .sociales .top-ico {
  text-align: center;
}
.site-nav .linkbar .sociales .top-ico a:hover img {
  transform: translateY(-4px);
}
.site-nav .linkbar .sociales img {
  max-width: 44px;
  transition: all 0.5s;
}
.site-nav .linkbar .phone {
  font-size: 1.1em;
  color: white;
  margin-top: 1.5%;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.site-nav .linkbar ul li ul {
  display: none;
}
.site-nav .linkbar .searcher-wrapper {
  padding: 0;
  height: 60px;
  top: 60px;
  display: block;
  border-top: 1px solid white;
  background: #010210;
}
.site-nav .linkbar .searcher-wrapper form {
  height: 100%;
  width: 100%;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper {
  height: inherit;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper input {
  width: calc(100% - 60px);
  height: 100%;
  padding: 1em;
  color: white;
  background: none;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper input::-moz-placeholder {
  color: white;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper input:-moz-placeholder {
  color: white;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper input:-ms-input-placeholder {
  color: white;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper input::-webkit-input-placeholder {
  color: white;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper button {
  color: white;
  width: 60px;
  height: 100%;
  border-left: 1px solid white;
  transform: none;
  top: auto;
  right: auto;
  position: relative;
}
.site-nav .linkbar .searcher-wrapper .control-wrapper:after {
  display: none;
}
.site-nav .page-scroll-on .site-header, .site-nav .page-scroll-on .linkbar, .site-nav .page-scroll-on .original {
  height: 75px;
}
.site-nav .page-scroll-on .original .logo img {
  height: 70px;
}
.site-nav .page-scroll-on .linkbar .burger-input:checked ~ nav {
  top: 75px;
}
.site-nav .page-scroll-on .original .second .icon-telefono {
  padding-bottom: 0;
}
.site-nav .page-scroll-on .original .second .icon-telefono img {
  width: 28px;
}
.site-nav {
  /*------------------------------------------------------*/
}
@media only screen and (max-width: 1680px) {
  .site-nav .nav__sub-menu {
    width: 96%;
    left: 2%;
  }
  .site-nav .nav__sub-menu > li {
    width: 20%;
  }
  .site-nav .nav__sub-menu > li.nav__sub-menu__center {
    width: 50%;
  }
}
@media only screen and (max-width: 1500px) {
  .site-nav .nav {
    padding: 0;
  }
  .site-nav .nav__sub-menu {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .site-nav .nav__links > a {
    font-weight: 400;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1260px) {
  .site-nav .nav__links {
    max-width: 144px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-nav .nav {
    display: none;
  }
  .site-nav .linkbar {
    display: flex;
    display: -webkit-flex;
  }
}
@media only screen and (max-width: 480px) {
  .site-nav .linkbar {
    top: 3px;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 12;
  background-color: var(--theme-page-bg);
  overflow: visible;
}
.navigation .board__logotipo--img {
  max-width: 2.5rem;
}
.navigation .board__logotipo--wrapper {
  padding: 0.2rem;
  margin: 0;
  background: none;
}
.navigation .board__logotipo--wrapper .text__title {
  color: var(--theme-text);
  display: block;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0;
  border-radius: 0.5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  background: var(--theme-chip-bg);
}
.navigation .board__logotipo .text__link {
  color: var(--theme-link);
  text-decoration: underline;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navigation .board__logotipo .text__link::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon-arrow-right.svg") no-repeat center;
  transition: all 0.35s;
}
.navigation .board__logotipo .text__link:hover::after {
  transform: translateX(0.5rem);
}
.navigation .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.navigation .cover--left {
  background-image: linear-gradient(to right, var(--theme-page-bg), rgba(0, 0, 0, 0));
  left: 0;
  width: 20%;
  height: 100%;
}
.navigation .cover--right {
  background-image: linear-gradient(to left, var(--theme-page-bg), rgba(0, 0, 0, 0));
  right: 0;
  width: 20%;
  height: 100%;
}
.navigation .cover--bottom {
  background-image: linear-gradient(to top, var(--theme-page-bg), rgba(0, 0, 0, 0));
  bottom: 0;
  width: 100%;
  height: 20%;
}
.navigation .nav {
  width: 100%;
  padding: 2rem;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation .nav.easy {
  background: var(--theme-page-bg);
}
.navigation .nav.easy .nav__logo--wrapper:not(.nav__notify) img {
  width: 5rem;
  height: 3rem;
  border-radius: 0;
}
.navigation .nav__actions {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  padding-right: 2.75rem;
}
.navigation .nav__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--theme-chip-border);
  color: var(--theme-text);
  background: var(--theme-chip-bg);
}
.navigation .nav__action:hover {
  background: #18E179;
  border-color: #18E179;
  color: #2c3137;
}
.navigation .nav__list {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navigation .nav__list .board__store {
  margin: 0.5rem auto;
  border-bottom: 1px solid var(--theme-rail);
  border-top: 1px solid var(--theme-rail);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.navigation .nav__list .board__store--wrapper {
  width: 100%;
  padding: 0;
}
.navigation .nav__list .board__store--wrapper .board__logotipo {
  min-height: 0;
  padding: 0;
  margin-bottom: 0;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan {
  background: var(--theme-surface);
  border: 2px solid var(--theme-border);
  text-align: left;
  padding: 0.5rem !important;
  margin: 1rem auto;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 720x) {
  .navigation .nav__list .board__store--wrapper .board__logotipo--plan {
    justify-content: flex-start;
  }
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .board__text {
  text-align: center;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .board__text--title {
  font-size: 1.25rem;
  padding: 0;
  margin: 0.25rem 0;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .board__text--paragraph {
  margin: 0;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .board__text--wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .navigation .nav__list .board__store--wrapper .board__logotipo--plan .board__text--wrapper {
    max-width: 60%;
  }
  .navigation .nav__list .board__store--wrapper .board__logotipo--plan .board__text {
    text-align: left;
  }
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .button {
  width: auto;
  margin: 0;
  border: 1px solid var(--theme-border);
  background: none;
  color: var(--theme-text);
  padding: 0.25rem;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .button img {
  margin: 0;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .vencido .button {
  background: var(--theme-page-bg);
  border: none;
  color: var(--theme-text-inverse);
  padding: 0.25rem 0.5rem;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--plan .vencido .text__link::after {
  width: 2rem;
  height: 2rem;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--wrapper {
  overflow: visible;
  margin: 0 auto;
  width: 100%;
  max-width: 8rem;
  height: 100%;
  max-height: 8rem;
  padding: 0.35rem;
  background: #009dff;
  background: linear-gradient(45deg, rgb(0, 157, 255) 0%, rgb(161, 0, 255) 26%, rgb(255, 0, 0) 50%, rgb(255, 149, 0) 76%, rgb(225, 255, 0) 100%);
}
@media only screen and (min-width: 1024px) {
  .navigation .nav__list .board__store--wrapper .board__logotipo--wrapper {
    width: 10rem;
    height: 10rem;
  }
}
.navigation .nav__list .board__store--wrapper .board__logotipo--wrapper + .board__text--wrapper {
  justify-content: center;
}
.navigation .nav__list .board__store--wrapper .board__logotipo--wrapper + .board__text--wrapper .board__text {
  width: 100%;
}
.navigation .nav__list .board__store--wrapper .board__logotipo .board__text--wrapper {
  width: 100%;
}
.navigation .nav__list .board__store--wrapper .board__logotipo .board__text--wrapper .board__text--paragraph {
  margin-top: 0.5rem;
}
.navigation .nav__list .board__store--wrapper .board__logotipo .board__text--wrapper .board__text--title {
  margin-top: 0;
}
.navigation .nav__list .board__store--wrapper .board__logotipo img {
  max-width: none;
}
.navigation .nav__list .board__store--wrapper .board__logotipo .button__compartir {
  border-radius: 50%;
  width: 2.5rem;
  border: none;
  left: 0;
  top: 0;
  height: 2.5rem;
  margin: 0;
  position: absolute;
  z-index: 1;
  background-color: var(--theme-surface);
  box-shadow: 0.25rem 0.25rem 0.25rem var(--theme-shadow);
}
.navigation .nav__list .board__store--wrapper .board__logotipo .button__compartir img {
  margin: 0;
}
.navigation .nav__list .board__store--wrapper .board__logotipo .button__compartir:hover {
  background-color: var(--theme-page-bg);
}
.navigation .nav__list .board__store--wrapper .board__logotipo .button__compartir:hover img {
  filter: var(--theme-icon-filter);
}
.navigation .nav__list .board__store--wrapper .board__text {
  color: var(--theme-text);
  text-align: center;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .navigation .nav__list .board__store--wrapper .board__text--title {
    margin-top: 1rem;
  }
  .navigation .nav__list .board__store--wrapper .board__text--paragraph {
    margin-top: 0;
  }
}
.navigation .nav__list .board__store--wrapper .board__text--wrapper .button {
  color: var(--theme-text);
  border-color: var(--theme-border);
}
.navigation .nav__list .board__store--wrapper .board__store + .button {
  margin-bottom: 1rem;
}
.navigation .nav__list .board__store--wrapper .button__primary {
  margin: 1rem auto;
  max-width: 15rem;
  z-index: 11 !important;
  background-color: transparent;
  border: 1px solid white;
  color: var(--theme-text);
}
.navigation .nav__list .board__store--icon {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.navigation .nav__list .board__store--icon img {
  min-width: 2.25rem;
  max-width: 2.25rem;
  max-height: 2.25rem;
  padding: 0.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation .nav__list .board__store--icon .text--upper {
  margin: 0;
}
.navigation .nav__list .board__store--icon .text--subtitle {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navigation .nav__list .board__store--icon .text--categoria {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  padding: 0;
}
.navigation .nav__list .board__store--icon .text--paragraph img {
  filter: invert(1);
}
.navigation .nav__list .board__store--icon.special {
  justify-content: flex-start;
}
.navigation .nav__list .board__store--icon.special img {
  border: 1px solid var(--theme-rail);
  filter: none;
}
.navigation .nav__list .board__store--icon.special .text--upper {
  width: calc(100% - 5rem);
}
.navigation .nav__list .board__store--icon.special .text--subtitle {
  width: 2rem;
  text-align: right;
}
.navigation .nav__list .board__store .text--subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-text);
}
.navigation .nav__list .board__store--item {
  margin: 0;
  width: 100%;
  padding: 0.5rem;
  border-radius: 1.25rem;
  background: none;
}
.navigation .nav__list .board__store--item:first-of-type {
  margin-top: 0;
}
.navigation .nav__list .board__store--item.special {
  padding-top: 0.5rem;
  border-top: 1px solid var(--theme-rail);
  margin-top: 1rem;
}
.navigation .nav__list .board__store--category {
  background-color: var(--theme-surface-soft);
}
.navigation .nav__list .board__store--category.active {
  background: #F8411B;
}
.navigation .nav__list .board__store--link {
  width: 100%;
  cursor: pointer;
}
.navigation .nav__list .board__redes {
  justify-content: flex-start;
  gap: 1rem;
}
.navigation .nav__list .board__redes .board__redes--item:first-child {
  margin-left: 0;
}
.navigation .nav__list .board__redes .board__redes--item:last-child {
  margin-right: 0;
}
.navigation .nav__list .board__redes .board__redes--item img {
  width: 2rem;
  height: 2rem;
  max-width: none;
}
.navigation .nav__list .board__logotipo .board__text--paragraph {
  margin-top: 0.5rem;
}
.navigation .nav__list .board__logotipo .board__text--title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.navigation .nav__item {
  width: 1.5rem;
  margin-right: 1rem;
}
.navigation .nav__desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .navigation .nav__desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .navigation .nav__desktop .text {
    font-size: 1.5rem;
    color: var(--theme-text);
    text-transform: uppercase;
  }
  .navigation .nav__desktop .text:not(:last-of-type) {
    padding-right: 3rem;
  }
}
.navigation .nav__notify, .navigation .nav__pedidos {
  position: relative;
  margin-right: 0;
  transition: transform 0.35s;
}
.navigation .nav__notify[data-notify="0"] span, .navigation .nav__pedidos[data-notify="0"] span {
  display: none;
}
.navigation .nav__notify span, .navigation .nav__pedidos span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  background: #F8411B;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  right: -0.25rem;
  z-index: 2;
}
.navigation .nav__notify span, .navigation .nav__pedidos span {
  animation: none;
}
.navigation .nav__notify:hover, .navigation .nav__pedidos:hover {
  border-radius: 1rem;
  transform: translateY(-0.25rem);
}
.navigation .nav__notify:hover span, .navigation .nav__pedidos:hover span {
  border-color: #F8411B;
}
.navigation .nav__pedidos img {
  filter: var(--theme-icon-filter);
}
.navigation .nav__notify img {
  width: 1.75rem;
  height: 1.75rem;
  animation: none;
}
.navigation .overlay {
  width: 100%;
  height: 100%;
  right: -100%;
  display: flex;
  justify-content: flex-end;
  z-index: 300;
  transition: all 0.75s;
  visibility: visible;
  opacity: 1;
  background: none;
}
.navigation .overlay .overlay__container.session::before {
  content: "";
  display: block;
  background: var(--theme-surface);
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation .overlay.show {
  right: 0;
  display: none;
}
.navigation .overlay.show .overlay__wrapper {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .navigation .overlay.show {
    display: flex;
  }
}
.navigation .overlay .buscar {
  width: 100%;
  position: relative;
  margin: 1rem 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.navigation .overlay .buscar:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--theme-rail);
  position: absolute;
  bottom: 0;
  left: 0;
}
.navigation .overlay .buscar__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0.5rem 0;
}
.navigation .overlay .buscar__button {
  height: 100%;
  display: inline-block;
  line-height: 1;
  padding: 0.35rem;
  background: var(--theme-surface-soft);
  border-radius: 0 5px 5px 0;
}
.navigation .overlay .buscar__input {
  width: 100%;
  padding: 0.475rem;
  border: 1px solid var(--theme-rail);
}
.navigation .overlay .menu__links {
  width: 100%;
  max-height: 600px;
  overflow: auto;
}
@media only screen and (min-width: 1024px) {
  .navigation .overlay .menu__links {
    max-height: 800px;
    overflow: unset;
  }
}
.navigation .overlay .menu__item {
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
  text-transform: uppercase;
}
.navigation .overlay .menu__item > .link.not:hover {
  color: var(--theme-text) !important;
}
.navigation .overlay .menu__item > .link.not:hover::after {
  display: none !important;
}
.navigation .overlay .menu__item .link {
  position: relative;
  display: block;
  padding: 0.5rem;
  font-weight: 600;
}
.navigation .overlay .menu__item .link::after {
  content: "";
  position: absolute;
  display: block;
  left: 15%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #18E179;
  transition: all 0.3s;
}
.navigation .overlay .menu__item .link:hover {
  color: #18E179;
}
.navigation .overlay .menu__item .link:hover::after {
  width: 10rem;
}
.navigation .overlay .menu__item .link .logo {
  max-width: 15rem;
}
.navigation .overlay .menu__item--active {
  color: #18E179;
  font-weight: 900;
}
.navigation .overlay .menu__item--active .link::after {
  width: 10rem;
}
.navigation .overlay .menu__item:first-of-type::after {
  display: none;
}
.navigation .overlay .menu__copy {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75em;
  color: var(--theme-text-soft);
  opacity: 0.7;
  margin: 0 auto;
}
.navigation .overlay .submenu__item .link {
  padding: 0.5rem;
  padding-left: 2rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.navigation .overlay .submenu__item .link::after {
  display: none;
}
.navigation .overlay .submenu__item .link:hover .counter {
  bottom: 0.3rem;
  opacity: 1;
}
.navigation .overlay .submenu__item .link:hover .counter::after {
  left: 1rem;
  opacity: 1;
}
.navigation .overlay .submenu__item .counter {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem;
  position: relative;
  bottom: 0rem;
  opacity: 0;
  transition: all 0.5s;
}
.navigation .overlay .submenu__item .counter::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "→";
  color: #18E179;
  font-size: 1.5rem;
  width: 100%;
  line-height: 0.2rem;
  text-align: center;
  opacity: 0;
  transition: all 0.35s;
}
.navigation .overlay .submenu__item--active .link {
  color: #18E179;
}
.navigation .overlay .submenu__item--active .counter {
  bottom: 0.3rem;
  opacity: 1;
}
.navigation .overlay .submenu__item--active .counter::after {
  left: 1rem;
  opacity: 1;
}
.navigation .overlay__wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
}
.navigation .overlay__container {
  width: 85%;
  max-width: 25rem;
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: var(--theme-surface);
  color: var(--theme-text);
  box-shadow: -2rem 0 4rem var(--theme-shadow);
}
@media only screen and (min-width: 720px) {
  .navigation .overlay__container {
    width: 60%;
  }
}
@media only screen and (min-width: 1366px) {
  .navigation .overlay__container {
    width: 35%;
  }
}
.navigation .linkbar {
  overflow: visible;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  padding: 0;
  position: fixed;
  z-index: 1000;
}
.navigation .linkbar__burger {
  content: "";
  width: 75%;
  height: 0.25em;
  display: block;
  background-color: currentColor;
  transition: all 0.2s;
}
.navigation .linkbar__burger--label {
  width: 1.75em;
  height: 1.6em;
  z-index: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--theme-text);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: space-around;
}
.navigation .linkbar__burger--label:after, .navigation .linkbar__burger--label:before {
  content: "";
  width: 100%;
  height: 0.25em;
  display: block;
  background-color: currentColor;
  transition: all 0.2s;
}
.navigation .linkbar__burger--label:after {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .navigation .linkbar__burger--label {
    color: var(--theme-text);
    bottom: auto;
    top: 1em;
    right: calc((100% - 1024px) / 2 + 1rem);
  }
}
.navigation .linkbar__burger--input {
  display: none;
}
.navigation .linkbar__burger--input:checked + .linkbar__burger--label {
  display: none;
}
.navigation .linkbar__burger--input:checked ~ .nav {
  top: 0;
}
.navigation .linkbar__burger--input:checked + label + .overlay {
  right: 0;
}
.navigation .linkbar .nav {
  padding: 0.5rem;
  padding-right: 4.5rem;
}
.navigation .linkbar .nav::before {
  content: "";
  display: block;
  width: calc(100% + 0.5rem);
  height: 100%;
  left: -0.5rem;
  top: 0;
  z-index: -1;
  position: absolute;
  background: var(--theme-overlay);
  backdrop-filter: blur(0.5rem);
}
.navigation .linkbar .nav__logo--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .linkbar .nav__logo--wrapper .text {
  margin: 0;
  line-height: 1;
  padding-left: 0.5rem;
  color: var(--theme-text);
  max-width: 15rem;
  font-size: 1rem;
}
.navigation .linkbar .nav__logo--wrapper img {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .navigation .linkbar {
    position: relative;
    padding: 0;
  }
}
.navigation--sesion .nav__list .board__store .board__store--icon img {
  background-color: white;
}
.navigation--sesion .nav__list .board__store--item:last-of-type {
  background-color: rgba(221, 28, 71, 0.1);
}
.navigation--sesion .nav__list .board__store--item:last-of-type .board__store--icon img {
  background-color: rgba(221, 28, 71, 0.1);
}
.navigation--sesion .nav__list .board__store .text--paragraph img {
  filter: invert(1);
}
.navigation--sesion .easy .board__store .text--paragraph {
  color: var(--theme-text);
}
.navigation--sesion .easy .board__store .text--paragraph img {
  filter: invert(1);
}

html[data-theme=light] .navigation--sesion .easy .board__store .text--paragraph img,
html[data-theme=light] .easy .navigation .nav__list .board__store .text--paragraph img {
  filter: none;
}

.easy .navigation .nav__list .board__store--item .board__store--icon {
  justify-content: flex-start;
}
.easy .navigation .nav__list .board__store--item .board__store--icon .text--upper {
  padding: 0;
}
.easy .navigation .nav__list .board__store--item .text--paragraph {
  color: var(--theme-text);
}
.easy .navigation .nav__list .board__store--item .text--paragraph img {
  filter: invert(1);
}

.navigation .nav__list .board__store .text--paragraph img,
.navigation.easy .nav__list .board__store .text--paragraph img {
  filter: invert(1) !important;
}

html[data-theme=light] .navigation .nav__list .board__store .text--paragraph img,
html[data-theme=light] .navigation.easy .nav__list .board__store .text--paragraph img {
  filter: none !important;
}

.navigation .nav__list .board__store--icon.special img,
.navigation.easy .nav__list .board__store--icon.special img {
  filter: none !important;
}

/*--------------------General Layout - Main--------------------*/
body {
  background-color: #010210;
  overflow: auto;
}

.content {
  background-color: light-dark(white, #010210);
}

details {
  margin: 0;
}
details summary {
  list-style-type: none;
  padding: 0.5rem 0;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary img {
  max-width: 2.5rem;
}
details summary .text--title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: light-dark(#010210, white);
}
details summary .text--title > img {
  filter: invert(1);
}
details summary .text--title::after {
  content: "+";
  font-size: 1.25rem;
  padding: 0.25rem;
  background: none;
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
details summary .text--title span {
  width: 100%;
  text-align: left;
  font-weight: 600;
}
details[open] {
  padding-bottom: 0.25rem;
}
details[open] summary .text--title::after {
  content: "-";
  background: rgba(24, 225, 121, 0.1);
}

main {
  min-height: 425px;
  position: relative;
  top: 0;
  left: 0;
  z-index: auto;
  max-width: 1024px;
  margin: 0 auto;
}
main img {
  width: 100%;
}
main .mobile__slider {
  margin-bottom: 0;
}
main .mobile__slider.ajuste {
  /* Opaco a propósito: es el mismo color que se veía —el mix reproduce
     exactamente el rgba($c-lightgray, 0.1) que había aquí compuesto sobre
     el $c-primary del body—, pero sin transparencia, porque con el rail
     fijo los productos se veían pasar por detrás de la píldora. */
}
main .mobile__slider.ajuste {
  gap: 0.75rem;
  position: relative;
  background: rgb(22.6, 23.5, 36.1);
  margin: 0 auto;
  padding: 0.15rem 0.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  max-width: calc(100% - 0.5rem);
  align-items: center;
}
main .mobile__slider.ajuste .mobile__slider--item {
  flex-wrap: nowrap;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem;
  border-radius: 1.5rem;
  margin: 0;
  gap: 0.5rem;
  transition: all 0.35s;
}
main .mobile__slider.ajuste .mobile__slider--item img {
  width: 3rem;
  height: 3rem;
  padding: 0;
}
main .mobile__slider.ajuste .mobile__slider--item .board__text--category {
  display: none;
  width: 0px !important;
  overflow: hidden;
}
main .mobile__slider.ajuste .mobile__slider--item.active {
  padding-right: 0.25rem;
  background-color: #F8411B;
}
main .mobile__slider.ajuste .mobile__slider--item.active img {
  width: 2.5rem;
  height: 2.5rem;
}
main .mobile__slider.ajuste .mobile__slider--item.active .board__text--category {
  display: block;
  width: auto !important;
  overflow: visible;
}
main .mobile__slider.ajuste .mobile__slider--item:first-of-type {
  padding-right: 0.25rem;
}
main .mobile__slider.ajuste .mobile__slider--item:first-of-type .board__text--category {
  display: none !important;
}
main .mobile__slider.ajuste::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.board__redes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0 auto;
  width: 100%;
}
.board__redes--item img {
  max-width: 1.75rem;
}
.board__redes--item .board__redes--whatsapp {
  width: auto;
  min-width: 0;
  min-height: 2rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  animation: none;
}
.board__redes--item .board__redes--whatsapp.button.button__secondary.whatsapp {
  border: none;
  background: none;
  box-shadow: none;
  color: #18E179;
}
.board__redes--item .board__redes--whatsapp.button.button__secondary.whatsapp:hover, .board__redes--item .board__redes--whatsapp.button.button__secondary.whatsapp:focus {
  border: none;
  background: none;
  box-shadow: none;
  color: #18E179;
}
.board__redes--item .board__redes--whatsapp::before {
  content: "WhatsApp";
  flex: 0 0 auto;
  max-width: 0;
  margin-left: 0;
  overflow: hidden;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 0;
  animation: public-whatsapp-text 8s ease-in-out infinite;
}
.board__redes--item .board__redes--whatsapp.button.button__secondary.whatsapp::after {
  order: -1;
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0;
}
.board__redes--item .board__redes--whatsapp > span {
  display: none !important;
}
@keyframes public-whatsapp-text {
  0%, 15%, 100% {
    max-width: 0;
    margin-left: 0;
    opacity: 0;
  }
  25%, 65% {
    max-width: 5rem;
    margin-left: 0.5rem;
    opacity: 1;
  }
  75% {
    max-width: 0;
    margin-left: 0;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .board__redes .board__redes--whatsapp {
    animation: none;
  }
  .board__redes .board__redes--whatsapp::before {
    max-width: 5rem;
    margin-left: 0.5rem;
    opacity: 1;
    animation: none;
  }
}
@media only screen and (min-width: 1024px) {
  .board__redes {
    justify-content: flex-start;
  }
}
.board__logotipo {
  margin: 0 auto;
  background-size: contain;
  padding: 0 !important;
  border-radius: 0 0 1rem 1rem;
  padding-bottom: 2rem;
  min-height: 90vh;
  align-content: flex-end;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.board__logotipo.fondo-11 {
  background: url(../img/fondo-3d.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-18 {
  background: url(../img/fondo-abarrotes.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-4 {
  background: url(../img/fondo-antojitos.png) no-repeat center;
  background-size: contain;
}
.board__logotipo.fondo-10 {
  background: url(../img/fondo-barberia.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-7 {
  background: url(../img/fondo-belleza.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-2 {
  background: url(../img/fondo-cafeteria.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-12 {
  background: url(../img/fondo-decoracion.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-8 {
  background: url(../img/fondo-farmacia.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-15 {
  background: url(../img/fondo-importados.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-17 {
  background: url(../img/fondo-juguetes.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-13 {
  background: url(../img/fondo-macetas.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-14 {
  background: url(../img/fondo-mascotas.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-6 {
  background: url(../img/fondo-mayoreo.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-19 {
  background: url(../img/fondo-muebleria.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-9 {
  background: url(../img/fondo-pedicura.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-3 {
  background: url(../img/fondo-pizzeria.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-5 {
  background: url(../img/fondo-rapida.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-1 {
  background: url(../img/fondo-restaurante.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-16 {
  background: url(../img/fondo-ropa.png) no-repeat center;
  background-size: cover;
}
.board__logotipo.fondo-20 {
  background: url(../img/fondo-sexshop.png) no-repeat center;
  background-size: cover;
}
.board__logotipo > img:not(.animacion) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 1rem 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.board__logotipo--wrapper {
  width: calc(100% - 0.5rem);
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 1rem;
  background: light-dark(white, #010210);
  text-align: center;
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 1rem;
  position: relative;
}
.board__logotipo--wrapper.special {
  flex-wrap: wrap;
  padding-top: 2rem;
}
.board__logotipo--wrapper.special .board__social .board__redes {
  gap: 0.5rem;
}
.board__logotipo--wrapper.special .board__social .board__redes--item img {
  height: 2rem;
}
.board__logotipo--img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(1, 2, 16, 0.5);
  z-index: 1;
}
.board__logotipo--img.special {
  background: white;
  margin: 0;
}
.board__logotipo .logotipo {
  max-width: 10rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .board__logotipo .logotipo {
    max-width: 16rem;
  }
}
.board__logotipo .story__link {
  height: 5rem;
  width: 5rem;
  min-width: 5rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: -1.5rem;
  z-index: 1;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) padding-box, radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) border-box;
  border: 3px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .board__logotipo .story__link {
    height: 6rem;
    width: 6rem;
    min-width: 6rem;
    left: 1rem;
    top: -3rem;
  }
}
.board__logotipo .board__supertext {
  text-align: center;
  padding: 0;
  padding-bottom: 0;
  bottom: 0.25rem;
  margin-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .board__logotipo .board__supertext {
    text-align: left;
  }
}
.board__logotipo .board__supertext--title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.25rem;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .board__logotipo .board__supertext--title {
    justify-content: flex-start;
  }
}
.board__logotipo .board__supertext {
  /* Sin recorte de CSS: la descripción llega ya recortada del servidor
     (config/texto_resumen.php). El line-clamp de antes se llevaba
     consigo el "Ver más", que ahora va dentro del párrafo, y un
     max-height lo volvería a esconder. */
}
.board__logotipo .board__supertext--subtitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .board__logotipo .board__supertext--subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.5rem 0;
  }
}
.board__logotipo .board__supertext {
  /* El enlace va DENTRO del párrafo, pegado al final del texto, como una
     continuación de la frase. Sin alineación propia: hereda la del
     bloque —centrado en móvil, a la izquierda en escritorio— para que
     el texto y el enlace se lean como una sola cosa.

     Ojo con las descripciones largas: el párrafo se recorta con
     -webkit-line-clamp: 3 y lo que cae después de la tercera línea se
     corta, enlace incluido. Con textos que no caben, la salida es
     recortar en PHP y no en CSS. */
}
.board__logotipo .board__supertext--description-preview {
  position: relative;
  margin: 0.5rem 0 0.75rem;
  padding: 0;
}
.board__logotipo .board__supertext--vermas {
  /* inline y no inline-block: el párrafo es un -webkit-box (lo pide
     line-clamp) y ahí un inline-block se vuelve otro renglón del
     box, o sea que el enlace se bajaría solo en vez de seguir al
     texto. Sin partirse a la mitad entre dos líneas. */
}
.board__logotipo .board__supertext--vermas {
  display: inline;
  margin: 0 0 0 0.35rem;
  padding: 0;
  width: auto;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.board__logotipo .board__supertext--vermas:hover {
  color: white;
}
.board__logotipo .board__supertext--upper {
  position: relative;
  margin: 0.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .board__logotipo .board__supertext--upper {
    justify-content: flex-start;
  }
}
.board__logotipo .board__supertext--upper span {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
  margin: 0;
}
.board__logotipo .board__supertext--upper::after {
  margin-left: 0.25rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/icon-verify.svg") no-repeat center;
}
.board__logotipo--redes {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0 auto;
  width: 100%;
}
.board__logotipo--redes .board__icon {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.board__logotipo--redes .board__icon--item {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
}
.board__logotipo--redes .board__icon--item:first-of-type .text {
  opacity: 1;
}
.board__logotipo--redes .board__icon--item[data-item*=icon] .text--subtitle {
  color: white;
  display: flex;
  align-items: center;
}
.board__logotipo--redes .board__icon--item[data-item*=icon] .text--subtitle span {
  margin-left: 0.5rem;
}
.board__logotipo--redes .board__icon--item[data-item*=icon] .text--subtitle::before {
  width: 2rem;
  height: 2rem;
  content: "";
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-whatsapp2] .text--subtitle::before, .board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-whatsapp2] .edit-input::before {
  background: url("../img/icons/icon-whatsapp2.svg") no-repeat center;
  background-size: contain;
}
.board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-facebook] .text--subtitle::before, .board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-facebook] .edit-input::before {
  background: url("../img/icons/icon-facebook.svg") no-repeat center;
  background-size: contain;
}
.board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-instagram] .text--subtitle::before, .board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-instagram] .edit-input::before {
  background: url("../img/icons/icon-instagram.svg") no-repeat center;
  background-size: contain;
}
.board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-star] .text--subtitle::before, .board__logotipo--redes .board__icon--item[data-item*=icon][data-item=icon-star] .edit-input::before {
  background: url("../img/icons/icon-star.svg") no-repeat center;
  background-size: contain;
}
.board__supertext {
  width: calc(100% - 1rem);
  position: relative;
  color: light-dark(#010210, white);
  padding: 0;
  padding-top: 3.5rem;
  margin: 0 auto;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.board__supertext--title {
  font-family: inherit;
  font-weight: 100;
  width: 100%;
  margin: 1rem 0;
  margin-bottom: 0;
  padding: 1rem;
  color: inherit;
  font-size: 2rem;
  display: inline-grid;
  grid-column: 1/-1;
}
.board__supertext--subtitle {
  font-size: 1.25rem;
  font-family: inherit;
}
.board__supertext span {
  font-family: "Poppins", serif;
  color: light-dark(#010210, white);
  font-size: 3rem;
}
.board__slider .board__slider--wrapper {
  margin: 2rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  display: flex;
  position: relative;
  align-items: center;
  align-content: flex-start;
}
.board__slider .board__slides {
  -webkit-scroll-snap-align: center;
  scroll-snap-align: center;
  flex: 0 0 25%;
  padding: 0.5rem;
  max-height: 8rem;
}
.board__slider {
  max-width: 1024px;
  margin: 1rem auto;
}
@media only screen and (min-width: 720px) {
  .board__slider .board__slides {
    flex: unset;
    height: 5rem;
    width: auto;
    margin: 0 auto;
  }
}
.board__content {
  display: grid;
  padding: 0 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  margin: 0 auto;
  min-height: 65vh;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .board__content {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }
}
@media only screen and (min-width: 1366px) {
  .board__content {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 0.5rem;
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.board__content--product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  opacity: 1;
  transform: scale(1);
  width: auto;
  padding: 0.5rem 0.5rem 0 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  margin: 0 auto;
  transition: all 0.4s;
}
.board__content--product:only-child {
  width: 100%;
}
.board__content--product {
  view-timeline-name: --reveal;
  animation-name: show;
  animation-fill-mode: both;
  animation-timeline: --reveal;
  animation-range: entry 15% cover 45%;
}
.board__content--product--wrapper {
  width: 100%;
  text-align: center;
  display: grid;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  grid-template-rows: auto auto auto;
  align-items: center;
}
.board__content--product .board__product-link {
  width: 100%;
}
.board__content--product .board__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.board__content--product .board__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  padding: 0;
  border-radius: 1rem 1rem 0 0;
}
.board__content--product.ocultar {
  opacity: 0;
  transform: scale(0.75);
}
.board__content .button__view {
  text-align: left;
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 2rem;
}
.board__content.grid .board__image {
  margin: 0;
  border-radius: 0.5rem;
}
.board__content.grid .board__content--product {
  margin: 0;
  padding: 0;
}
.board__content.grid .board__content--product--wrapper {
  display: none;
}
.board__content.grid .board__text.especial {
  display: none;
}
.board__text {
  color: light-dark(#010210, white);
  text-align: left;
}
.board__text--category {
  font-size: 0.875rem;
  opacity: 1;
  text-transform: capitalize;
  grid-column: 1/-1;
}
.board__text--destacados {
  font-size: 1.25rem;
  opacity: 1;
  font-weight: 700;
  padding: 1rem;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.board__text--title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: light-dark(#010210, white);
  overflow-wrap: break-word;
}
.board__text--paragraph {
  font-size: 0.875rem;
  opacity: 0.75;
  margin: 0;
}
.board__text--cantidad {
  color: #535256;
}
@media only screen and (min-width: 720px) {
  .board__text--title {
    font-size: 1.25rem;
  }
  .board__text--paragrah {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.board__precio {
  width: 100%;
  color: white;
  color: light-dark(#010210, white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.board__precio--cantidad {
  width: 100%;
  max-width: 6rem;
  height: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.5rem;
}
.board__precio--cantidad .board__button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 0.875rem;
  width: 100%;
}
.board__precio--cantidad .board__button--seleccionar {
  max-width: 22rem;
  color: white;
}
.board__precio--cantidad:hover {
  background: #18E179;
  border-style: solid;
  border-color: #18E179;
}
.board__precio--cantidad:hover .board__button--seleccionar {
  color: #010210;
}
.board__precio--cantidad.agregado {
  background: #18E179;
  border-color: #18E179;
  padding: 0 0.5rem;
}
.board__precio--cantidad.agregado .board__button {
  color: #010210;
  font-size: 0.875rem;
  width: 100%;
  padding: 0;
}
.board__precio--cantidad .check {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/check.svg") no-repeat center;
  background-size: contain;
}
.board__precio--text {
  width: auto;
  margin: 0;
  text-align: left;
}
.board__precio span {
  font-size: 1.15rem;
  font-weight: 400;
  color: #18E179;
}
.board__precio span.loading {
  margin-top: 0.25rem !important;
}
.board__precio sup {
  font-size: 0.75rem;
}
.board__button {
  background: none;
  padding: 0.5rem;
  font-size: 1.25rem;
  border-radius: 1rem;
  cursor: pointer;
}
.board__button--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.board__button--wrapper input {
  background: none;
  text-align: center;
  width: 65%;
  height: 2rem;
}
.board__button--wrapper .board__button {
  width: 4rem;
}
.board__variantes .board__label {
  width: auto;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid #010210;
}
.board__variantes .board__options {
  width: auto;
  display: flex;
  align-items: center;
}
.board__variantes .board__options--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0.5rem 0 !important;
  margin: 0 auto;
  width: 100%;
  background-color: light-dark(#010210, white);
}
.board__variantes .board__options input:checked + label {
  background-color: #010210;
  color: white;
}

.menu {
  position: relative;
  z-index: 100;
}
.menu--wrapper {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background: white;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  align-items: flex-start;
  flex-direction: row;
}
@media only screen and (min-width: 720px) {
  .menu--wrapper {
    width: 3rem;
    height: 100%;
    padding: 0;
    padding-top: 0.5rem;
    bottom: auto;
    top: 0;
    flex-direction: column;
  }
}
.menu__list {
  width: 3rem;
}
.menu__list--ajuste {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .menu__list--ajuste {
    width: 3rem;
  }
}
.menu__item {
  width: 100%;
  max-width: 3rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  color: darkblue;
  position: relative;
}
.menu__item--estadisticas, .menu__item--usuarios, .menu__item--promocion, .menu__item--tickets {
  display: none;
}
@media only screen and (min-width: 720px) {
  .menu__item {
    display: block;
  }
}
.menu__item:only-child {
  margin: 0;
}
.menu__item::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s;
}
.menu__item--detail {
  display: none;
  font-size: 1rem;
  background-color: darkblue;
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 5rem;
  left: auto;
  top: 0;
  transition: all 0.35s;
  z-index: -1;
}
.menu__item--detail::after {
  content: "";
  display: block;
  background-color: inherit;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -0.25rem;
  top: calc(50% - 0.5rem);
  transform: rotate(45deg);
  z-index: -1;
}
@media only screen and (min-width: 720px) {
  .menu__item--detail {
    display: block;
  }
}
.menu__item:hover {
  background-color: #efefef;
}
.menu__item:hover::before {
  width: 100%;
  left: 0;
}
.menu__item:hover .menu__item--detail {
  left: 4rem;
  right: auto;
}
.menu__item.active::before {
  width: 100%;
  left: 0;
}
.menu__item.active {
  background-color: #efefef;
}
.menu__logotipo {
  display: none;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 720px) {
  .menu__logotipo {
    display: block;
  }
}
.menu .topbar--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  height: 4rem;
  width: 100%;
  padding: 0 1rem;
  padding-left: 0.5rem;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}
.menu .topbar .text {
  color: #010210;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  text-align: right;
}
.menu .topbar .text__status {
  font-size: 1rem;
  text-align: center;
}
.menu .topbar .text__status--close {
  color: red;
}
.menu .topbar .text__status--open {
  color: #008c5e;
}
.menu .topbar .text__title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  width: 100%;
}
.menu .topbar .text__rol {
  font-size: 1rem;
  opacity: 0.7;
  width: 100%;
}
.menu .topbar__back {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .menu .topbar__back {
    margin-left: 3rem;
  }
}
.menu .topbar__back--icon {
  position: relative;
}
.menu .topbar__back .img {
  width: 3rem;
  position: relative;
}
.menu .topbar__back .text {
  margin-left: 1rem;
  display: none;
}
@media only screen and (min-width: 720px) {
  .menu .topbar__back .text {
    display: block;
  }
}
.menu .topbar__user .text--wrapper {
  display: none;
}
@media only screen and (min-width: 720px) {
  .menu .topbar__user .text--wrapper {
    display: block;
  }
}
.menu .topbar__user--icon {
  width: 2rem;
  margin-left: 1rem;
}
.menu__content {
  height: 100%;
}
.menu__content:first-child {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .menu__content, .menu__content:first-child {
    height: auto;
    width: 100%;
  }
}
.menu__content--logout {
  display: none;
}
@media only screen and (min-width: 720px) {
  .menu__content--logout {
    display: block;
  }
}

.board__text--category.especial {
  font-size: 1.5rem;
  width: 100%;
  font-weight: 700;
  padding: 1rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: light-dark(white, #010210);
  z-index: 1;
}
.board__text--category.especial {
  /* Ya no es sticky: ese lugar lo ocupa el rail de categorías, que además dice
     en qué categoría estás con el chip activo. Pegados los dos —bajo una barra
     superior que también es fija— el móvil perdía un cuarto de la pantalla en
     encabezados. El desfase del scroll a una categoría se mide en el JS. */
}

.mobile__slider {
  scroll-snap-type: x proximity;
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0;
  margin: 0.5rem auto;
  margin-bottom: 1.5rem;
  overflow: auto;
  flex: none;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .mobile__slider::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}
.mobile__slider--item {
  scroll-snap-align: center;
  flex: none;
  border: none;
  width: 4rem;
  margin: 0 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.25rem;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .mobile__slider--item {
    width: 7.5rem;
  }
}
.mobile__slider--item .board__category {
  padding: 0.25rem;
}
.mobile__slider--item .board__text {
  text-align: center;
  margin: 0;
  color: white;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 3em;
  word-wrap: break-word;
  white-space: normal;
}
.mobile__slider--item.active {
  background-color: rgba(24, 225, 121, 0.3);
}
.mobile__slider--item.active .board__text {
  font-weight: 600;
}
.mobile__slider.destacados .mobile__slider--item {
  width: auto;
  min-width: 20rem !important;
  max-width: calc(100% - 1rem);
  gap: 0;
  border-radius: 1rem !important;
  background: white;
  padding: 0 !important;
  height: 10rem;
  margin: 0 0.25rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.mobile__slider.destacados .mobile__slider--item .board__image {
  width: auto;
  min-height: 10rem;
  border-radius: 1rem 0 0 1rem;
  aspect-ratio: unset;
  margin: 0;
  height: inherit;
  padding: 0;
}
.mobile__slider.destacados .mobile__slider--item .board__image img {
  aspect-ratio: unset;
  border-radius: 1rem 0 0 1rem;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper {
  height: 100%;
  position: relative;
  position: absolute;
  right: 0.5rem;
  align-items: center;
  align-content: center;
  max-width: 10rem;
  padding: 0.25rem;
  border-radius: 0 1rem 1rem 0;
  background: linear-gradient(to left, white, white, white, transparent);
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__text--title {
  color: #2c3137;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1lh;
  margin: 0;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio {
  margin: 0;
  justify-content: center;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio--text {
  display: none;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio--cantidad {
  max-width: 5rem;
  border: none;
  background-color: #010210;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio--cantidad .button {
  background: none;
  color: white;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio--cantidad.agregado {
  padding: 0;
  background-color: #18E179;
}
.mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio--cantidad.agregado .board__button {
  color: #2c3137;
}
@media only screen and (min-width: 480px) {
  .mobile__slider.destacados .mobile__slider--item {
    width: 60%;
  }
  .mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper .board__precio--cantidad {
    max-width: 12rem;
  }
}
@media only screen and (min-width: 680px) {
  .mobile__slider.destacados .mobile__slider--item {
    width: 45%;
  }
}
.mobile__slider.destacados .mobile__slider--item.cuadrado {
  max-width: 8rem;
  min-width: 0 !important;
}
.mobile__slider.destacados .mobile__slider--item.cuadrado .board__content--product--wrapper {
  display: none;
}
.mobile__slider.destacados .mobile__slider--item.cuadrado img {
  border-radius: 1rem !important;
  height: 100%;
}
.mobile__slider.destacados .mobile__slider--item.rectangular {
  width: 22rem !important;
  min-width: 0 !important;
  height: 8rem;
  min-height: 0;
  align-items: stretch;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__image {
  flex: 0 0 8rem;
  width: 8rem;
  min-height: 0;
  height: 8rem;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__image img {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 86%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 86%, transparent 100%);
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__content--product--wrapper {
  position: static;
  flex: 1;
  height: 8rem;
  min-height: 0;
  max-width: none;
  padding: 0.75rem;
  background: none;
  overflow: hidden;
  text-align: center;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__content--product--wrapper .board__text--title {
  width: 100%;
  text-align: center;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__content--product--wrapper .board__precio {
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.35rem;
  flex-wrap: nowrap;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__content--product--wrapper .board__precio--text {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__content--product--wrapper .board__precio--text > span {
  color: inherit !important;
}
.mobile__slider.destacados .mobile__slider--item.rectangular .board__content--product--wrapper .board__precio--cantidad {
  max-width: none;
  width: auto;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.white {
  background-color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.grey {
  background-color: #a0a0a0;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.black {
  background-color: #050319;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.yellow {
  background-color: #ffd332;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.yellow-orange {
  background-color: #ff5b20;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.orange {
  background-color: #ff5e00;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.red-orange {
  background-color: #ff2020;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.red {
  background-color: #e01010;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.red-violet {
  background-color: #ed0f43;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pink {
  background-color: #ff33cc;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.magenta {
  background-color: #e71284;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.purple {
  background-color: purple;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.blue-violet {
  background-color: #8b26d8;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.blue {
  background-color: #3333ff;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.cyan {
  background-color: #26cdf3;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.blue-green {
  background-color: #19e5ae;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.green {
  background-color: #228c22;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.yellow-green {
  background-color: #8bd826;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pastel-yellow {
  background-color: #fff0b3;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pastel-peach {
  background-color: #ffd6c2;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pastel-pink {
  background-color: #ffc9e2;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pastel-lilac {
  background-color: #ddc9ff;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pastel-blue {
  background-color: #c9e8ff;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.pastel-mint {
  background-color: #c9f1df;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-warm {
  background-color: #fff0e8;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-warm .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-warm .board__content--product--wrapper .board__precio--text {
  color: #6b2116;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-warm .board__content--product--wrapper .board__precio--cantidad {
  background-color: #ff5b20;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-warm .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-cool {
  background-color: #edf2ff;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-cool .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-cool .board__content--product--wrapper .board__precio--text {
  color: #172554;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-cool .board__content--product--wrapper .board__precio--cantidad {
  background-color: #3333ff;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-cool .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-neutral {
  background-color: #f2f2f3;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-neutral .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-neutral .board__content--product--wrapper .board__precio--text {
  color: #171717;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-neutral .board__content--product--wrapper .board__precio--cantidad {
  background-color: #3f3f46;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-neutral .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-natural {
  background-color: #eaf7ee;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-natural .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-natural .board__content--product--wrapper .board__precio--text {
  color: #173b2a;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-natural .board__content--product--wrapper .board__precio--cantidad {
  background-color: #228c22;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-natural .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-pastel {
  background-color: #fff0f7;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-pastel .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-pastel .board__content--product--wrapper .board__precio--text {
  color: #5c2945;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-pastel .board__content--product--wrapper .board__precio--cantidad {
  background-color: #c94f91;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-pastel .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-vibrant {
  background-color: #170c2d;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-vibrant .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-vibrant .board__content--product--wrapper .board__precio--text {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-vibrant .board__content--product--wrapper .board__precio--cantidad {
  background-color: #ff33cc;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-vibrant .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: #050319;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-elegant {
  background-color: #0f172a;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-elegant .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-elegant .board__content--product--wrapper .board__precio--text {
  color: #f8fafc;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-elegant .board__content--product--wrapper .board__precio--cantidad {
  background-color: #d4a72c;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-elegant .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: #171717;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-earth {
  background-color: #f7efe3;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-earth .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-earth .board__content--product--wrapper .board__precio--text {
  color: #4a2c1d;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-earth .board__content--product--wrapper .board__precio--cantidad {
  background-color: #b45309;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-earth .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-ocean {
  background-color: #e6f7fb;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-ocean .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-ocean .board__content--product--wrapper .board__precio--text {
  color: #0c4a6e;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-ocean .board__content--product--wrapper .board__precio--cantidad {
  background-color: #0891b2;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-ocean .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-sweet {
  background-color: #fff0f6;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-sweet .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-sweet .board__content--product--wrapper .board__precio--text {
  color: #701a4f;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-sweet .board__content--product--wrapper .board__precio--cantidad {
  background-color: #db2777;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-sweet .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-white {
  background-color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-white .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-white .board__content--product--wrapper .board__precio--text {
  color: #111827;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-white .board__content--product--wrapper .board__precio--cantidad {
  background-color: #111827;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-white .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-black {
  background-color: #050505;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-black .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-black .board__content--product--wrapper .board__precio--text {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-black .board__content--product--wrapper .board__precio--cantidad {
  background-color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-black .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: #050505;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-coral {
  background-color: #fff1ed;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-coral .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-coral .board__content--product--wrapper .board__precio--text {
  color: #7f1d1d;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-coral .board__content--product--wrapper .board__precio--cantidad {
  background-color: #f25f4b;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-coral .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-lavender {
  background-color: #f3efff;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-lavender .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-lavender .board__content--product--wrapper .board__precio--text {
  color: #3f2a75;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-lavender .board__content--product--wrapper .board__precio--cantidad {
  background-color: #7c3aed;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-lavender .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-mint {
  background-color: #e8fff5;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-mint .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-mint .board__content--product--wrapper .board__precio--text {
  color: #135f46;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-mint .board__content--product--wrapper .board__precio--cantidad {
  background-color: #10b981;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-mint .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: #052e24;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-gold {
  background-color: #fff8e1;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-gold .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.theme-gold .board__content--product--wrapper .board__precio--text {
  color: #5f4300;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-gold .board__content--product--wrapper .board__precio--cantidad {
  background-color: #d4a72c;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.theme-gold .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: #171717;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.white .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.grey .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-orange .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.orange .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.red-orange .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.red-violet .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pink .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.magenta .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.cyan .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-green .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.green .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-green .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-yellow .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-peach .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-pink .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-lilac .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-blue .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-mint .board__content--product--wrapper .board__text--title {
  color: #010210;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.white .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.grey .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-orange .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.orange .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.red-orange .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.red-violet .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pink .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.magenta .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.cyan .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-green .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.green .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-green .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-yellow .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-peach .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-pink .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-lilac .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-blue .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-mint .board__content--product--wrapper .board__precio--text {
  color: #010210;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.white .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.grey .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-orange .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.orange .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.red-orange .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.red-violet .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pink .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.magenta .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.cyan .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-green .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.green .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-green .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-yellow .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-peach .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-pink .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-lilac .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-blue .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-mint .board__content--product--wrapper .board__precio--cantidad {
  background-color: #010210;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.white .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.grey .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-orange .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.orange .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.red-orange .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.red-violet .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pink .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.magenta .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.cyan .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-green .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.green .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.yellow-green .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-yellow .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-peach .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-pink .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-lilac .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-blue .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.pastel-mint .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.black .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.red .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.purple .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-violet .board__content--product--wrapper .board__text--title, .mobile__slider.destacados .mobile__slider--item.rectangular.blue .board__content--product--wrapper .board__text--title {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.black .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.red .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.purple .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-violet .board__content--product--wrapper .board__precio--text, .mobile__slider.destacados .mobile__slider--item.rectangular.blue .board__content--product--wrapper .board__precio--text {
  color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.black .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.red .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.purple .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-violet .board__content--product--wrapper .board__precio--cantidad, .mobile__slider.destacados .mobile__slider--item.rectangular.blue .board__content--product--wrapper .board__precio--cantidad {
  background-color: white;
}
.mobile__slider.destacados .mobile__slider--item.rectangular.black .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.red .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.purple .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.blue-violet .board__content--product--wrapper .board__precio--cantidad .board__button, .mobile__slider.destacados .mobile__slider--item.rectangular.blue .board__content--product--wrapper .board__precio--cantidad .board__button {
  color: #010210;
}
.mobile__slider.destacados .board__precio--cantidad {
  border-radius: 0.5rem;
}
.mobile .board__category {
  width: 4.5rem;
  height: 4.5rem;
  aspect-ratio: 1/1;
  padding: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (min-width: 720px) {
  .mobile .board__category {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.mobile .board__text {
  width: 100%;
  text-align: center;
  margin: 0;
  color: white;
}
.mobile .board__text--category {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .mobile .board__text--category {
    font-size: 1rem;
  }
}

#loading-overlay, .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__loader {
  display: none;
}

.loader {
  position: absolute;
  background: none;
}

#loading-spinner, .loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content[data-theme=light] {
  background-color: white;
}
.content[data-theme=light] .board__logotipo::after {
  display: none;
}

#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  text-align: center;
}
#loadingDiv .loader {
  border: 12px solid #f3f3f3;
  position: relative;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
#loadingDiv .loader--wrapper {
  width: 100%;
  display: block;
  margin: 1rem auto;
  margin-bottom: 0;
  margin-top: 5rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loadingDiv .loading--wrapper {
  position: absolute;
  max-width: 88%;
  min-width: 16rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 720px) {
  #loadingDiv .loading--wrapper {
    max-width: 25%;
  }
}
#loadingDiv .loading--wrapper .loading--text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #010210;
  margin-top: 1rem;
}
#loadingDiv .loading--wrapper .loading--text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.5rem;
  background: #2c3137;
  position: relative;
  bottom: -0.25rem;
  right: -0.25rem;
  animation: cursor 1s linear infinite;
}
@keyframes cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loadingDiv .loading--wrapper img {
  width: 100%;
  margin: 1rem auto;
}

.board__content--product {
  padding: 0;
  width: 100%;
}
.board__content--product .board__text--paragraph {
  display: -webkit-box;
  line-height: 1.25lh;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board__content--product .board__text--title {
  display: -webkit-box;
  line-height: 1.25lh;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board__content .board__text--category.especial {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem;
  border-bottom: 1px solid light-dark(rgba(1, 2, 16, 0.1), rgba(255, 255, 255, 0.1));
}

.loading {
  color: rgba(255, 255, 255, 0) !important;
  display: inline-block;
  border-color: transparent;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-size: 300% 300%;
  animation: loadingtext 2s infinite;
}
@keyframes loadingtext {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.jump {
  animation: jump 450ms forwards 50ms;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25rem);
  }
  100% {
    transform: translateY(0);
  }
}
/*--------------------Layout - Single Product (PDP)--------------------*/
body {
  background-color: #010210;
  margin: 0;
  padding: 0;
}

/* Compatibilidad: ajustes antiguos del modal de producto */
.modal__product .board__overlay--wrapper .board__slider--wrapper {
  position: static !important;
}

/* Estjos heredados del modal de producto - compatibilidad*/
.board.board__single-product .modal__product {
  position: static;
  width: 100%;
  max-height: none;
  margin-top: 4rem;
  padding-top: 1rem;
  border-radius: 0;
}
.board.board__single-product .button--wrapper {
  padding: 1rem;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  background: #2c3137;
  padding-top: 0;
  gap: 0.5rem;
  margin: 0;
}
.board.board__single-product .button--wrapper .button {
  width: auto !important;
  margin: 0 !important;
  line-height: 1;
}
.board.board__single-product .button--wrapper img {
  filter: invert(1);
  transform: rotate(180deg);
}
.board.board__single-product .button--wrapper .board__precio--cantidad {
  max-width: none;
  width: auto;
  height: auto;
  background-color: #2c3137;
  border: none;
}
.board.board__single-product .button--wrapper .board__precio--cantidad .board__button--seleccionar {
  min-width: 11rem;
  max-width: none;
  background-color: #F8411B !important;
  color: white !important;
}

/* Layout nuevo (PDP) */
.board__single-product {
  max-width: 1024px;
  margin: 5rem auto 0;
  padding: 0 0 2rem;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.board__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

/* Columna Izquierda: Imágenes */
.board__gallery {
  --pdp-image-height: min(68vh, 38rem);
  --pdp-thumbs-space: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: calc(var(--pdp-image-height) + var(--pdp-thumbs-space));
  position: relative;
}

.board__main-image-wrapper {
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: var(--pdp-image-height);
  max-width: 100%;
  max-height: none;
  position: fixed;
  top: 5rem;
  right: 0;
  left: 0;
}
.board__main-image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  background: none;
  cursor: zoom-in;
  transition: transform 0.35s ease;
}
@media (min-width: 992px) {
  .board__main-image-wrapper {
    aspect-ratio: 1/1;
    height: auto;
    max-height: 100%;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    border-radius: 0.5rem;
  }
  .board__main-image-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Mismo estilo que las flechas del slider del modal de vista rápida */
.board__gallery-control {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 2.25rem;
  height: 2.25rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background-color: rgba(1, 2, 16, 0.65);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.25s, transform 0.25s;
}
.board__gallery-control::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid white;
  border-bottom: 0.125rem solid white;
}
.board__gallery-control:hover {
  background-color: rgba(1, 2, 16, 0.9);
  transform: translateY(-50%) scale(1.08);
}
.board__gallery-control--previous {
  left: 0.75rem;
}
.board__gallery-control--previous::before {
  transform: translateX(0.175rem) rotate(135deg);
}
.board__gallery-control--next {
  right: 0.75rem;
}
.board__gallery-control--next::before {
  transform: translateX(-0.175rem) rotate(-45deg);
}

/* Visor a tamaño completo de la imagen principal (se abre con clic en la imagen) */
.board__lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 3.5rem 1rem;
  background-color: rgba(1, 2, 16, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.board__lightbox.show {
  opacity: 1;
  visibility: visible;
}
.board__lightbox-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  cursor: zoom-out;
}
.board__lightbox-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 21;
  width: 2.25rem;
  height: 2.25rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background-color: rgba(1, 2, 16, 0.65);
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s, transform 0.25s;
}
.board__lightbox-close:hover {
  background-color: rgba(1, 2, 16, 0.9);
  transform: scale(1.08);
}
@media (min-width: 992px) {
  .board__lightbox {
    padding: 4rem;
  }
}

body > .board__lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.lightbox-open {
  overflow: hidden;
}

.board__video-main {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  transition: transform 0.3s ease;
}

/* En móvil las miniaturas van debajo de la imagen principal (nunca encima) y
   forman la parte superior de la hoja negra, junto con .board__info */
.board__thumbnails {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.75rem 1rem 2.25rem;
  background-color: #010210;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.board__thumb {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  border-radius: 1rem;
  padding: 0.25rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(44, 49, 55, 0.6);
  scroll-snap-align: start;
}
.board__thumb.active {
  border-color: #F8411B;
  background-color: #2c3137;
  box-shadow: 0 1rem 0.75rem rgba(248, 65, 27, 0.2);
}
.board__thumb img,
.board__thumb video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.board__thumb[data-type=video]::after {
  content: "▶";
  position: absolute;
  color: white;
  font-size: 1rem;
  background: rgba(44, 49, 55, 0.25);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: none;
}

/* Columna Derecha: Información */
.board__info {
  position: relative;
  margin-top: -1.5rem;
  padding: 1.5rem 1rem 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #010210;
}
.board__info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  height: 2rem;
  background-color: #010210;
  pointer-events: none;
}

.board__info > :not(.board__back-link):not(.board__actions) {
  width: 100%;
  max-width: none;
}

.board__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1002;
  margin-bottom: 0;
  transition: all 0.2s ease;
  padding: 0.5rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
}
.board__back-link svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.35s ease;
}
.board__back-link:hover {
  background-color: #F8411B;
  color: white;
}
.board__back-link:hover svg {
  transform: translateX(-0.25rem);
}

.board__brand {
  display: block;
  font-size: 0.875rem;
  color: #18E179;
  text-transform: uppercase;
}

.board__title {
  font-size: 2rem;
  font-weight: 700;
  color: #d9d9d9;
  line-height: 1.2;
  padding: 0.75rem 0;
}

.board__pricing {
  display: none;
}

.board__price-tag {
  background-color: rgba(24, 225, 121, 0.1);
  color: #18E179;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 0.75rem;
}

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

.board__savings-badge {
  color: #21C65D;
  font-weight: 700;
  font-size: 1rem;
}

.board__taxes {
  color: #18E179;
  font-size: 1.25rem;
}

.board__description {
  font-size: 1rem;
  line-height: 1.25lh;
  color: white;
  margin-bottom: 1.5rem;
  max-width: 500px;
}

.board__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: fixed;
  inset: auto 0 0;
  z-index: 200;
  margin-bottom: 0;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background-color: rgba(1, 2, 16, 0.875);
  backdrop-filter: blur(0.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.board__actions .board__button--seleccionar {
  background-color: #F8411B;
}
.board__actions .board__button--seleccionar:hover {
  background-color: #18E179;
}
.board__actions .board__precio--cantidad {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  max-width: none;
  margin: 0 !important;
  border: none;
}
.board__actions .board__button--seleccionar {
  width: 100% !important;
  max-width: none;
}
.board__actions .board__precio--cantidad.agregado {
  padding: 0;
  background-color: #18E179;
  border-color: #18E179;
}
.board__actions .board__precio--cantidad.agregado .board__button--seleccionar {
  background-color: #18E179;
  color: #010210;
}
.board__actions .board__precio--cantidad.agregado .board__button--seleccionar:disabled {
  background-color: #18E179 !important;
  color: #010210 !important;
}

/* La cifra manda y la moneda acompaña: "MXN" en gris y sin negritas para que no
   compita con el precio, que es el dato que el cliente está buscando. Van con
   `align-items: baseline` y no `center` porque con dos tamaños tan distintos el
   centrado dejaba el "MXN" flotando a media altura del número. */
.board__action-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex: 0 0 auto;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  border-radius: 0.75rem;
  color: white;
}
.board__action-price span {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.board__action-price small {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

.board__product-label {
  display: flex;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: rgba(217, 217, 217, 0.1);
  color: #bfbfbf;
  font-size: 0.875rem;
}
.board__product-label::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(1);
  opacity: 0.75;
}
.board__product-label--description::before {
  background-image: url("../../img/icons/icon-caracteristicas.svg");
}
.board__product-label--details::before {
  background-image: url("../../img/icons/icon-detalles.svg");
}
.board__product-label {
  /* pform-layers y no icon-plus: el de más es un ícono de color (verde), y al
     pasar por el filter: invert(1) de arriba salía rosa. Este está dibujado en
     negro con currentColor, así que invertido queda blanco como los otros dos.
     Y de paso dice mejor lo que es: capas que se suman al producto. */
}
.board__product-label--agregados::before {
  background-image: url("../../img/icons/pform-layers.svg");
  opacity: 1;
}

/* Sin margen propio: los detalles van pegados a la descripción y el aire lo pone
   el margin-bottom de .board__description. Tenía 1.5rem de arriba de cuando
   colgaba al final de la ficha, después del botón de comprar. */
.board__details-card {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.board__details-text {
  padding: 0 0.25rem;
  color: white;
}

/*--------------------Agregados (opciones adicionales)--------------------*/
/* Las casillas que el negocio capturó como "Agregados" en el panel. Se pintan
   entre la descripción y el precio de la ficha, y también dentro de la vista
   rápida (Aki876_is/index.php las inyecta con la misma clase).

   El bloque .board__agregados__fuente es la tarjeta oculta que necesita el
   carrito; lleva display:none en línea en el HTML —para no depender de que este
   archivo esté compilado— y se repite aquí por si ese atributo se pierde. */
.board__agregados {
  margin: 0 0 1.5rem;
  max-width: 31.25rem;
}
.board__agregados[hidden] {
  display: none;
}
.board__agregados .board__agregados__lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.board__agregados .board__agregados__fuente {
  display: none !important;
}
.board__agregados {
  /* La fila entera es el área de clic, no solo la casilla: en un teléfono
     apuntarle a un cuadro de 1 rem es la diferencia entre marcar la opción y
     marcar la de abajo. */
}
.board__agregados .board__agregados__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.875rem;
  background-color: rgba(255, 255, 255, 0.04);
  color: white;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}
.board__agregados .board__agregados__label:hover {
  border-color: rgba(24, 225, 121, 0.55);
  background-color: rgba(255, 255, 255, 0.07);
}
.board__agregados .board__agregados__label:active {
  transform: scale(0.995);
}
.board__agregados .board__agregados__label {
  /* Marcada, la fila entera lo dice y no solo el cuadrito. `:has()` es lo
     que permite pintar el <label> desde el estado del <input> que tiene
     dentro; donde no exista, la casilla sigue viéndose marcada igual. */
}
.board__agregados .board__agregados__label:has(.board__agregados__check:checked) {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.12);
}
.board__agregados {
  /* Casilla propia en lugar de la del sistema: la nativa se pinta con los
     colores del sistema operativo del visitante y en un fondo oscuro salía
     como un cuadro gris suelto. */
}
.board__agregados .board__agregados__check {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.4375rem;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.board__agregados .board__agregados__check::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #010210;
  border-width: 0 0.125rem 0.125rem 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}
.board__agregados .board__agregados__check:hover {
  border-color: rgba(24, 225, 121, 0.8);
}
.board__agregados .board__agregados__check:checked {
  border-color: #18E179;
  background-color: #18E179;
}
.board__agregados .board__agregados__check:checked::after {
  transform: translate(-50%, -55%) rotate(45deg) scale(1);
}
.board__agregados .board__agregados__check:focus-visible {
  outline: 2px solid #18E179;
  outline-offset: 2px;
}
.board__agregados .board__agregados__check:disabled {
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
}
.board__agregados .board__agregados__texto {
  flex: 1 1 auto;
  font-size: 0.9375rem;
  line-height: 1.35;
}
.board__agregados .board__agregados__precio {
  flex: 0 0 auto;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #18E179;
  font-variant-numeric: tabular-nums;
}
.board__agregados {
  /* Agotado: se muestra deshabilitado y no oculto, para que el cliente vea que
     la opción existe y que ahora mismo no se puede comprar. */
}
.board__agregados .board__agregados__item--agotado .board__agregados__label {
  cursor: not-allowed;
  opacity: 0.5;
}
.board__agregados .board__agregados__item--agotado .board__agregados__label:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.04);
}
.board__agregados .board__agregados__item--agotado .board__agregados__label:active {
  transform: none;
}
.board__agregados .board__agregados__item--agotado .board__agregados__precio {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 0.8125rem;
  text-transform: none;
}

/*--------------------Sugeridos ("Complementa tu compra")--------------------*/
/* Tira horizontal con tarjetas chicas, NO la rejilla .board__content del
   catálogo: esa está dimensionada para una página entera de productos y en
   escritorio inflaba las tarjetas de lo que aquí es un complemento.

   Las tarjetas conservan .board__content--product y .board__precio--cantidad
   [data-item] porque de esos dos selectores depende el carrito de
   scripts__store.php; lo que cambia es el tamaño, no la estructura. */
.board__sugeridos {
  margin: 2rem 0 1rem;
}
.board__sugeridos[hidden] {
  display: none;
}
.board__sugeridos .board__text--wrapper {
  padding: 0 1rem;
}
.board__sugeridos .board__text--title {
  padding: 0;
  margin-bottom: 0.5rem;
}
.board__sugeridos .board__sugeridos__lista {
  /* El padding va en la tira y no en la sección: con el padding afuera, el
     scroll horizontal cortaba las tarjetas contra el borde del contenedor
     en lugar de dejarlas llegar hasta la orilla de la pantalla. */
}
.board__sugeridos .board__sugeridos__lista {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  padding: 0.25rem 1rem 1rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.board__sugeridos .board__sugeridos__lista .board__content--product {
  flex: 0 0 11.5rem;
  width: 11.5rem;
  min-height: 0;
  margin: 0;
  scroll-snap-align: start;
}
.board__sugeridos .board__sugeridos__lista .board__image {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.06);
}
.board__sugeridos .board__sugeridos__lista .board__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.board__sugeridos .board__sugeridos__lista .board__text--title {
  font-size: 0.9rem;
  padding: 0;
  margin: 0.4rem 0 0;
}
.board__sugeridos .board__sugeridos__lista .board__text--paragraph {
  font-size: 0.78rem;
  margin: 0.15rem 0 0;
}
.board__sugeridos .board__sugeridos__lista .board__text--agotado {
  margin: 0;
  font-size: 0.8rem;
  color: #bfbfbf;
}
.board__sugeridos .board__sugeridos__lista {
  /* En el catálogo el precio y el botón van uno al lado del otro, pero ahí
     la tarjeta es del ancho de la pantalla. En esta tira son 11.5 rem: en
     fila, el precio quedaba apretado contra un botón enano. Apilados, el
     precio se lee de un golpe y el botón se gana todo el ancho, que además
     es el blanco fácil de tocar con el pulgar. */
}
.board__sugeridos .board__sugeridos__lista .board__precio {
  margin-top: 0.625rem;
  flex-direction: column;
  align-items: stretch;
  gap: 0.625rem;
  text-align: left;
}
.board__sugeridos .board__sugeridos__lista .board__precio--text {
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 0.25rem;
}
.board__sugeridos .board__sugeridos__lista .board__precio--cantidad {
  width: 100%;
  max-width: none;
}
.board__sugeridos .board__sugeridos__lista .board__moneda {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}

/* La sección de sugeridos de la ficha es hermana de <main>, no hija: sin este
   ancho se pintaba de borde a borde de la ventana mientras el producto quedaba
   centrado en 1024px, y en un monitor ancho el encabezado "Complementa tu
   compra" salía despegado a la izquierda del contenido. El selector con .board
   distingue la de la ficha de la que se inyecta en la vista rápida, que vive
   dentro del modal y toma su ancho de ahí. */
/* Fondo propio y position: relative, y el aire de arriba como padding en vez de
   margin. En móvil la imagen principal de la ficha va position: fixed y la hoja
   negra del producto (.board__info) le pasa por encima porque está posicionada:
   esta sección no lo estaba ni tenía fondo, así que se transparentaba y la foto
   del producto se veía detrás del texto de los sugeridos. Con el aire como
   padding tampoco queda una franja transparente entre la hoja y la sección. */
.board.board__sugeridos {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem 0 1rem;
  background-color: #010210;
}

body.page--single-product {
  padding-bottom: 5.5rem;
}
body.page--single-product .navigation .nav__logo--wrapper:not(.nav__notify):not(.nav__pedidos) {
  visibility: hidden;
}
body.page--single-product .header {
  bottom: calc(5rem + env(safe-area-inset-bottom));
}
body.page--single-product {
  /* El pie va posicionado por lo mismo que la hoja del producto y la sección de
     sugeridos: la imagen principal es position: fixed y se pinta por encima del
     fondo de todo lo que no esté posicionado, así que sin esto la foto puede
     asomar por detrás del pie al hacer scroll. */
}
body.page--single-product .footer {
  position: relative;
}

.board__details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.board__details-user-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.board__details-user-info strong {
  color: #d9d9d9;
  font-size: 1rem;
  font-weight: 700;
}

.board__details-avatar {
  width: 50px;
  height: 50px;
  border-radius: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d9d9d9;
}

.board__details-rating {
  background-color: rgba(248, 65, 27, 0.15);
  color: #F8411B;
  padding: 0.5rem 1rem;
  border-radius: 0.875rem;
  font-weight: 800;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.board__details-rating-num {
  font-size: 1.5rem;
}

.board__details-rating-total {
  font-size: 0.875rem;
  opacity: 0.5;
}

.board__details-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #d9d9d9;
  margin-bottom: 0.75rem;
}

.board__details-text {
  font-size: 1rem;
}

.text__link {
  color: #bfbfbf;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
  margin: 5px 0;
  display: inline-block;
}
.text__link:hover {
  color: white;
}

@media (min-width: 992px) {
  .board__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.75rem;
  }
  .board__left {
    position: sticky;
    top: 1rem;
    align-self: start;
  }
  .board__gallery {
    height: auto;
    max-height: none;
    gap: 1.25rem;
  }
  .board__thumbnails {
    position: static;
    gap: 1rem;
    flex-wrap: wrap;
    overflow: visible;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .board__thumb {
    width: 5.625rem;
    height: 5.625rem;
  }
  .board__info {
    margin-top: 0;
    padding: 0.5rem 0 0;
    border-radius: 0;
    background-color: transparent;
  }
  .board__info::after {
    display: none;
  }
  .board__info > :not(.board__back-link):not(.board__actions) {
    width: auto;
  }
  .board__description, .board__details-card {
    max-width: 31.25rem;
  }
  .board__back-link {
    position: static;
    margin-bottom: 1.25rem;
  }
  .board__actions {
    position: static;
    margin-bottom: 3rem;
    padding: 0;
    background-color: transparent;
    backdrop-filter: none;
    border: none;
  }
  .board__details-card {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .board__title {
    font-size: 2rem;
  }
  .board__single-product {
    margin: 5rem auto;
    padding: 2.5rem;
  }
  /* El mismo gutter que el padding de .board__single-product, para que el
     encabezado de los sugeridos quede a plomo con el título del producto. */
  .board.board__sugeridos .board__text--wrapper {
    padding: 0 2.5rem;
  }
  .board.board__sugeridos .board__sugeridos__lista {
    padding: 0.25rem 2.5rem 1rem;
  }
  body.page--single-product {
    padding-bottom: 0;
  }
  body.page--single-product .navigation .nav__logo--wrapper:not(.nav__notify):not(.nav__pedidos) {
    visibility: visible;
  }
  body.page--single-product .header {
    bottom: 0;
  }
}
/* En monitores anchos el tope de 1024px dejaba la galería en ~486px: se le da más aire */
@media (min-width: 1280px) {
  .board__single-product {
    max-width: 1200px;
  }
  .board.board__sugeridos {
    max-width: 1200px;
  }
  .board__title {
    font-size: 2rem;
  }
}
.board--overlay {
  width: 100%;
  padding: 0;
  padding-bottom: 0;
  position: fixed;
  z-index: 402;
  background: white;
  left: 0;
  bottom: -400%;
  top: auto;
  border-radius: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.3s;
}
.board--overlay {
  /* Mobile-first: tanto los modales por clase .show como los que abren por
     :target entran como hoja inferior. Los modales con reglas propias de
     :target más adelante en el archivo conservan las suyas. */
}
.board--overlay.show, .board--overlay:target {
  bottom: 0;
}
.board--overlay {
  /* Excepción deliberada con max-width: en móvil el título de cualquier modal
     baja de tamaño sin tener que reponer el tamaño original de cada uno */
}
@media only screen and (max-width: 719.98px) {
  .board--overlay .board__text--wrapper .board__text--title {
    font-size: 1.25rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .board--overlay {
    width: 70%;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 1rem;
    left: 15%;
  }
  .board--overlay.show, .board--overlay:target {
    bottom: auto;
    top: 7%;
    left: 15%;
  }
  .board--overlay.modal__pedido.show, .board--overlay.modal__pedido:target, .board--overlay.modal__entrega.show, .board--overlay.modal__entrega:target {
    top: 8%;
  }
}
@media only screen and (min-width: 1200px) {
  .board--overlay {
    width: 1200px;
    left: calc(50% - 600px);
  }
  .board--overlay {
    /* :target va junto a .show: sin él, el `left: 15%` de la consulta de
       720px (más específico que `&`) le ganaba al ancho fijo de 1200px y
       los modales abiertos por hash quedaban descentrados a la izquierda */
  }
  .board--overlay.show, .board--overlay:target {
    bottom: auto;
    top: 5%;
    left: calc(50% - 600px);
  }
  .board--overlay .board__overlay--wrapper {
    margin: 0 auto;
    max-width: none;
  }
  .board--overlay .board__overlay--wrapper .board__image--big {
    justify-content: center;
  }
}
.board--overlay.modal__entrega {
  /* Es el modal más alto de la tienda: anclado al 8% dejaba un hueco
     arriba y el botón de pedir casi pegado al borde inferior. En
     escritorio se centra en la pantalla y el contenido hace scroll
     dentro; en móvil se conserva la hoja inferior. */
}
@media only screen and (min-width: 720px) {
  .board--overlay.modal__entrega.show, .board--overlay.modal__entrega:target {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.board--overlay.modal__entrega .board__text--wrapper {
  max-height: 80vh;
  overflow: auto;
}
.board--overlay.modal__entrega .board__text--wrapper .board__text {
  padding: 0;
}
.board--overlay.modal__entrega .board__text--wrapper .board__text--costo {
  text-align: center;
  padding: 0.5rem 0;
}
.board--overlay.modal__entrega .board__text--wrapper .board__text--title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.board--overlay {
  /* "MXN" al lado de la cifra, nunca debajo: en el renglón del carrito el precio
     va en un <strong> de ancho completo, así que la moneda tiene que ir dentro.
     El tamaño es relativo (em) para que se ajuste solo al importe que acompaña. */
}
.board--overlay .board__moneda {
  display: inline;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.6;
  margin-left: 0.15rem;
  white-space: nowrap;
}
.board--overlay {
  /* En los totales la cifra es enorme: ahí la moneda va mucho más discreta */
}
.board--overlay .board__text--span .board__moneda,
.board--overlay .board__text--costo .board__moneda {
  font-size: 0.4em;
  vertical-align: middle;
}
.board--overlay {
  /* Modales de sesión (éxito, error, registro, recuperación): son cajas cortas,
     así que anclarlas al 5% superior las dejaba visualmente arriba. En escritorio
     se centran en la pantalla; en móvil se conserva la hoja inferior, que es el
     patrón de la app. Se excluye .modal__qrcode porque reusa .modal__error para
     un contenido alto que sí conviene dejar anclado arriba. */
}
@media only screen and (min-width: 720px) {
  .board--overlay.modal__success.show, .board--overlay.modal__success:target, .board--overlay.modal__error:not(.modal__qrcode).show, .board--overlay.modal__error:not(.modal__qrcode):target {
    top: 50%;
    transform: translateY(-50%);
  }
  .board--overlay.modal__success .board__text--wrapper, .board--overlay.modal__error:not(.modal__qrcode) .board__text--wrapper {
    max-height: 90vh;
    overflow: auto;
  }
}
.board--overlay.module {
  margin: 0;
}
.board--overlay .board__inputs--icon__text {
  bottom: -1.5rem;
  width: 100%;
}
.board--overlay .board__overlay--close {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: white;
  filter: contrast(0.75);
  border-radius: 50%;
  color: #2c3137;
  font-size: 1.75rem;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 10;
  transition: all 0.35s;
}
.board--overlay .board__overlay--close:hover {
  transform: translateY(-0.35rem);
  background: rgba(255, 255, 255, 0.5);
}
.board--overlay .board__overlay--wrapper {
  width: 100%;
  padding-top: 7.5rem;
  position: relative;
}
.board--overlay .board__content {
  padding: 0;
  width: auto;
}
.board--overlay .board__content--wrapper {
  padding: 1rem;
  padding-top: 0;
  width: 100%;
}
.board--overlay .board__content--list {
  margin-top: 1rem;
  padding: 0 1rem;
  max-height: 20rem;
  overflow: auto;
}
.board--overlay .board__content--list > * {
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
.board--overlay .board__content--list input {
  display: none;
}
.board--overlay .board__content--search {
  width: 100%;
  padding: 1rem;
}
.board--overlay .board__content--search .board__inputs--phone {
  width: 100%;
  border: none;
  margin: 0;
}
.board--overlay .board__content--search .board__inputs--number {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.board--overlay .board__content--search .input {
  width: calc(100% - 2rem);
  height: 3rem;
  border: none;
}
.board--overlay .board__content--search .button {
  border: none;
  height: 3rem;
}
.board--overlay .board__text--wrapper {
  width: 100%;
  padding: 0;
}
.board--overlay .board__icon img {
  width: 100%;
}
.board--overlay .board__opera {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
}
.board--overlay .board__group {
  width: 200%;
  position: relative;
  left: 0%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  transition: all 0.3s;
}
.board--overlay .board__group > * {
  width: 100%;
  padding: 1rem 3rem;
}
.board--overlay .board__group.show {
  left: -100%;
}
.board--overlay .board__group .separate ul {
  display: none;
}
.board--overlay .board__group .separate ul.show {
  display: block;
}
.board--overlay .button--wrapper.return {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  cursor: pointer;
}
.board--overlay .button--wrapper.return .button__cta--none {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #333333;
}
.board--overlay .button--wrapper.return img {
  width: 3rem;
  transform: rotate(180deg);
}
.board--overlay--wrapper {
  width: 100%;
}
.board--overlay .board__inputs--paises {
  cursor: pointer;
  transition: all 0.3s;
}
.board--overlay .board__inputs--paises:hover {
  transform: scale(1.1);
}
.board--overlay__inputs--recar {
  cursor: pointer;
  transition: all 0.3s;
}
.board--overlay__inputs--recar:hover {
  transform: scale(1.1);
}
.board--overlay .board__inputs--icon__text:after {
  display: none;
}

.modal .easy__products {
  background: none;
}
.modal .text__supertitle--wrapper {
  width: 100%;
  text-align: center;
}
.modal .text__supertitle {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  padding: 0;
  padding-top: 1rem;
}
.modal .text--subtitle {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  font-style: italic;
  color: #2b36bb;
}
.modal .confirmacion {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .confirmacion--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 0;
}
.modal .confirmacion--wrapper:first-of-type {
  border-top: 1px solid #efefef;
  margin-top: 1rem;
}
.modal .confirmacion--wrapper:last-of-type {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1rem;
}
.modal .confirmacion .text {
  padding: 0.2rem 0;
  color: #2c3137;
  font-size: 1rem;
}
.modal .confirmacion .text.red {
  color: #F8411B;
  text-decoration: none;
}
.modal .confirmacion .text.blue {
  color: #2b36bb;
}
.modal .confirmacion.totalpago .text {
  font-size: 1.5rem;
}
.modal .form--contenido {
  min-height: 0;
}
.modal--nuevoperfil .form--contenido .form {
  position: static;
  left: auto;
  opacity: 1;
}
.modal .board__text--wrapper {
  padding: 1rem;
  overscroll-behavior: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.modal .board__text--wrapper .board__text {
  width: 100% !important;
  margin: 0;
  padding: 0;
  color: #010210;
}
.modal .board__text--wrapper .board__text--title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.modal .board__text--wrapper .board__text--title span {
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .board__text--wrapper .board__text--title img {
  width: 1.5rem;
  margin-left: 0.5rem;
}
.modal .board__text--wrapper .board__text--category, .modal .board__text--wrapper .board__text--label, .modal .board__text--wrapper .board__text--subtitle, .modal .board__text--wrapper .board__text--description {
  opacity: 1;
  width: auto;
  display: inline-block;
  font-weight: 500;
  text-align: left;
  padding: 0.25rem;
  margin-bottom: 0;
  border-radius: 0.5rem;
  color: #010210;
}
.modal .board__text--wrapper .board__text--link {
  text-decoration: underline;
}
.modal .board__text--wrapper .board__text--precio {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.25rem;
  color: #F8411B;
  display: flex;
  align-items: center;
}
.modal .board__text--wrapper .board__text.label {
  opacity: 0.5;
  padding: 0.25rem 0;
  position: relative;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.modal .board__text--wrapper .board__text.label::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.modal .board__text--wrapper .board__text.label::after {
  content: "";
  display: block;
  opacity: 0.5;
  background: #bfbfbf;
  width: calc(100% + 2rem);
  left: -1rem;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.modal .board__text--wrapper .board__text.label--category {
  margin: 0;
  width: 100%;
  padding: 0;
  background: none;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal .board__text--wrapper .board__text.label--category span {
  display: inline-block;
  width: 100%;
  order: 2;
  border-radius: 0.25rem;
  color: #F8411B;
}
.modal .board__text--wrapper .board__text.label--category::before, .modal .board__text--wrapper .board__text.label--category::after {
  display: none;
}
.modal .board__text--wrapper .board__text.label--descripcion::before {
  background: url("../../img/icons/icon-caracteristicas.svg") no-repeat center;
  background-size: contain;
}
.modal .board__text--wrapper .board__text.label--detalles::before {
  background: url("../../img/icons/icon-detalles.svg") no-repeat center;
  background-size: contain;
}
.modal .board__text--wrapper .board__text.label {
  /* Encabezado de las casillas de "Agregados" de la vista rápida.
     pform-layers está dibujado en negro con currentColor, que es
     lo que sirve aquí: este modal va sobre fondo claro y no lleva
     el filter: invert(1) que sí lleva la ficha. */
}
.modal .board__text--wrapper .board__text.label--agregados::before {
  background: url("../../img/icons/pform-layers.svg") no-repeat center;
  background-size: contain;
}
.modal .board__text--wrapper .board__text--description {
  font-size: 1rem;
  line-height: 1.2rem;
}
.modal .board__text--wrapper .board__text--subtitle {
  font-size: 0.875rem;
  line-height: 1.2rem;
}
.modal .board__text--wrapper .board__button--wrapper {
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  display: flex;
}
.modal .board__text--wrapper .label__sales {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 1;
  color: rgba(1, 2, 16, 0.5);
  font-style: italic;
  padding: 0.15rem 0.25rem;
  font-size: 0.75rem;
  padding-right: 0.5rem;
  border-radius: 1rem;
  margin-left: 0.5rem;
  border: 1px solid rgba(1, 2, 16, 0.5);
}
.modal .board__text--wrapper .label__sales--best {
  border-color: #F8411B;
  color: #F8411B;
}
.modal .board__text--wrapper .label__sales img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.25rem;
}
.modal .board__image {
  width: 100%;
  max-height: 18rem;
  margin: 0 auto;
  position: absolute;
  left: calc(10% + 0.5rem);
  top: -12rem;
}
.modal .board__image img {
  width: auto;
  max-width: 17rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: inherit;
  margin: 0 auto;
  border-radius: 1rem;
}
@media only screen and (min-width: 720px) {
  .modal .board__image {
    max-width: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .modal .board__image {
    max-width: 25rem;
  }
}
.modal .board {
  /* Línea divisoria entre bloques del checkout (datos del cliente / forma de
     pago y entrega / total). Es un div vacío y no un <hr> para que herede el
     gap del contenedor flex sin traerse los márgenes del navegador. */
}
.modal .board__separador {
  width: 100%;
  height: 0;
  margin: 0.5rem 0;
  border-top: 1px solid #d9d9d9;
}
.modal .board__options--wrapper {
  width: 100%;
  padding: 1rem 0;
  max-width: 100%;
}
.modal .board__options--wrapper select {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
}
.modal .board__options--wrapper select.error {
  border-color: #dd1c47;
}
.modal .board__options--wrapper select:active, .modal .board__options--wrapper select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #010210;
}
.modal .board__options--wrapper .board__text--span {
  font-size: 2rem;
  margin: 0;
  font-weight: 600;
  padding: 0;
  padding-bottom: 0.5rem;
  text-align: center;
}
.modal .board__options--wrapper .board__text--paragraph {
  font-size: 0.75rem;
  width: 100%;
  padding: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  color: #010210;
}
.modal .board__options--wrapper.board__options--formapago {
  padding-bottom: 0;
}
.modal .board__options--pagar {
  position: relative;
}
.modal .board__options--pagar::after {
  content: "";
  position: absolute;
  top: 2.25rem;
  right: 0.75rem;
  transform: rotate(90deg);
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent transparent transparent #d9d9d9;
}
.modal .board__options--datos {
  width: 100%;
  padding: 0;
  margin: 0.5rem auto;
}
.modal .board__options--datos .board__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0.25rem 0;
  color: inherit;
}
.modal .board__options--datos .board__input {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  height: 2.5rem;
  text-align: left;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 100%;
}
.modal .board__options--datos .board__input:focus {
  border-color: #010210;
}
.modal .board__options--datos .board__input {
  /* Va después de :focus a propósito: el campo marcado
     sigue en rojo mientras se corrige, hasta que el dato
     es válido y el script le quita la clase.
     El relleno va al 0.2 para que también se note sobre el
     fondo oscuro del modal de entrega. */
}
.modal .board__options--datos .board__input.error {
  border-color: #dd1c47;
  background-color: rgba(221, 28, 71, 0.2);
}
.modal .board__options--datos .board__options--extra {
  display: none;
  margin: 0;
}
.modal .board__options--datos .board__options--extra.direccion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  border-radius: 1rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(217, 217, 217, 0.5);
  display: none;
}
.modal .board__options--datos .board__options--extra.direccion .board__text--tips {
  width: 10rem;
}
.modal .board__options--datos .board__options--extra.direccion .board__input {
  width: 100%;
  background-color: white;
}
@media only screen and (min-width: 720px) {
  .modal .board__options--datos .board__options--extra.direccion .board__input {
    width: calc(50% - 0.25rem);
  }
  .modal .board__options--datos .board__options--extra.direccion .board__input--postal {
    width: 100%;
  }
}
.modal .board__options--datos .board__options--extra.direccion {
  /* Opciones de envío cotizadas.

     Cada tarifa es una tarjeta con radio: nombre
     de la paquetería, precio a la derecha —que es
     con lo que el cliente decide— y debajo los
     días y el servicio. La lista llega ordenada de
     más barata a más cara desde cotizacion.php. */
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options {
  width: 100%;
  margin-top: 0.5rem;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rates-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rates-list:not(:empty)::before {
  content: "Selecciona una opción de envío";
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rates-list {
  /* Aviso de que ninguna de las paqueterías
     configuradas cotizó para esa dirección */
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rates-list__aviso {
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(44, 49, 55, 0.12);
  border-radius: 0.5rem;
  background-color: rgba(255, 251, 90, 0.45);
  color: #2c3137;
  font-size: 0.8125rem;
  font-style: normal;
  text-align: left;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0.75rem;
  border: 1px solid #d9d9d9;
  background-color: white;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option:hover {
  border-color: rgba(0, 140, 94, 0.6);
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option {
  /* El radio real se oculta sin display:none
     para que siga siendo enfocable; la
     marca la pinta el ::before del label */
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option .board__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option .board__text {
  display: grid;
  grid-template-columns: 1.25rem 1fr auto;
  align-items: center;
  gap: 0.15rem 0.6rem;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  cursor: pointer;
  text-align: left;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option .board__text::before {
  content: "";
  grid-row: span 2;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid rgba(44, 49, 55, 0.35);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.35rem white;
  background-color: transparent;
  transition: background-color 0.2s, border-color 0.2s;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option__carrier {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: 600;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option__precio {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option__detalle {
  grid-column: 2/-1;
  color: rgba(44, 49, 55, 0.6);
  font-size: 0.8125rem;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option:has(.board__input:checked) {
  border-color: #008c5e;
  box-shadow: 0 0 0 1px #008c5e;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option:has(.board__input:checked) .board__text::before {
  border-color: #008c5e;
  background-color: #008c5e;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option .board__input:focus-visible + .board__text::before {
  outline: 2px solid rgba(0, 140, 94, 0.6);
  outline-offset: 2px;
}
.modal .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option:first-of-type .shipping-rate-option__carrier::after {
  content: "Más económico";
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.4rem;
  border-radius: 0.25rem;
  background-color: rgba(0, 140, 94, 0.15);
  color: #008c5e;
  font-size: 0.6875rem;
  font-weight: 700;
  vertical-align: middle;
}
.modal .board__options--datos .board__options--check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0;
}
.modal .board__options--datos .board__options--check .button__radio {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  color-scheme: white;
}
.modal .board__options--datos .board__options--check .button__radio:checked + label + * {
  display: flex;
}
.modal .board__options--datos .board__options--check .button__label {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  text-align: left;
  width: auto;
  padding: 0.25rem 0;
  color: inherit;
}
.modal .board__options--datos .board__options--check .board__text--tips {
  margin: 0;
}
.modal .board__options--datos .board__text--tips {
  font-size: 0.75rem;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 0.25rem;
  color: inherit;
}
.modal .board__options--datos .board__text--tips.red {
  color: red;
  background-color: rgba(255, 0, 0, 0.2);
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}
.modal .board__options--datos .board__text {
  /* Aviso de datos faltantes al intentar pedir. Con clase
     propia y no --tips.red porque las funciones de forma de
     pago ocultan .board__text--tips en bloque. El texto usa
     el token del tema: $c-invalido sobre el fondo oscuro
     quedaba muy justo de contraste. */
}
.modal .board__options--datos .board__text--faltantes {
  font-size: 0.75rem;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 0.25rem;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  color: var(--theme-text);
  background-color: rgba(221, 28, 71, 0.25);
}
.modal .board__options--datos .board__text--paragraph {
  margin: 0.5rem auto;
}
.modal .board__options--datos .shipping-cost {
  color: rgb(255, 49, 49);
  background: none;
  padding: 0;
  margin-left: 0.25rem;
  margin-bottom: 0;
}
.modal .board__options--extra {
  padding: 1rem 0;
}
.modal .board__options--extra .board__input {
  margin-bottom: 0.75rem;
}
.modal .board__options--extra .envio-field {
  height: auto;
}
.modal .board__options--entrega input {
  width: auto;
  height: auto;
}
.modal .board__options--entrega {
  padding: 1rem 0;
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal .board__options--entrega .board__radio--wrapper:first-of-type {
  margin-right: 1rem;
}
.modal__pedido.productos-sin-envio::before, .modal__entrega.productos-sin-envio::before {
  display: inline-block;
  content: "Hay productos en tu carrito que no cuentan con envío";
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(221, 28, 71, 0.2);
  color: #dd1c47;
  font-size: 0.75rem;
  text-align: center;
}
.modal__pedido .pedido__list, .modal__entrega .pedido__list {
  width: 100%;
}
.modal__pedido .pedido__list--wrapper, .modal__entrega .pedido__list--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-height: 52vh;
  overflow: auto;
  padding: 0.35rem 0;
  width: 100%;
}
.modal__pedido .pedido__list--item, .modal__entrega .pedido__list--item {
  /* nowrap: la cantidad va SIEMPRE en el mismo renglón que el
     producto. Con wrap, un título largo se comía la línea y
     los botones de sumar y restar caían debajo.
     Sin margen: la separación entre renglones la pone el gap
     de la lista del grupo. */
}
.modal__pedido .pedido__list--item, .modal__entrega .pedido__list--item {
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.35rem;
}
.modal__pedido .pedido__list--item .board__image, .modal__entrega .pedido__list--item .board__image {
  width: calc(25% - 2rem);
}
.modal__pedido .pedido__list--item .shipping-badge, .modal__entrega .pedido__list--item .shipping-badge {
  background: rgba(0, 140, 94, 0.2);
  padding: 0.25rem;
  color: #008c5e;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.25rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
}
.modal__pedido .pedido__list--item .shipping-badge.no-shipping, .modal__entrega .pedido__list--item .shipping-badge.no-shipping {
  background: rgba(255, 152, 0, 0.2);
  color: rgb(178.5, 106.4, 0);
}
.modal__pedido .pedido__list, .modal__entrega .pedido__list {
  /* Los grupos siguen existiendo en el marcado —el JS reparte los
     productos según puedan enviarse o no— pero ya no llevan
     encabezado: la etiqueta de cada producto ("Envío disponible",
     "Envío a cotizar") dice lo mismo sin partir la lista. */
}
.modal__pedido .pedido__list .shipping-group, .modal__entrega .pedido__list .shipping-group {
  margin: 0;
}
.modal__pedido .pedido__list .shipping-group, .modal__entrega .pedido__list .shipping-group {
  /* La lista del grupo separa sus renglones con gap y no con
     márgenes. El ul tiene que ser flex para que el gap
     aplique: como bloque no hace nada. */
}
.modal__pedido .pedido__list .shipping-group ul, .modal__entrega .pedido__list .shipping-group ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.modal__pedido .pedido .board__text, .modal__entrega .pedido .board__text {
  font-family: "Poppins", sans-serif;
}
.modal__pedido .pedido .board__text--subtitle, .modal__entrega .pedido .board__text--subtitle {
  font-size: 1rem;
  color: #010210;
  font-weight: 600;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 1.25rem 0;
}
.modal__pedido .pedido .board__text--span, .modal__entrega .pedido .board__text--span {
  text-align: right;
  font-size: 1.25rem;
}
.modal__pedido .pedido .board__text--cantidad, .modal__entrega .pedido .board__text--cantidad {
  width: 2rem;
  border-radius: 1rem;
  margin-bottom: 0;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal__pedido .pedido .board__button, .modal__entrega .pedido .board__button {
  background: none;
  border: 1px solid #010210;
  color: #333333;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 1rem;
  transition: all 0.35s;
}
.modal__pedido .pedido .board__button:hover, .modal__entrega .pedido .board__button:hover {
  background: #21C65D;
  transform: translateY(-0.2rem);
}
.modal__pedido .pedido .board__button, .modal__entrega .pedido .board__button {
  /* Ancho por contenido y no 30% del renglón: ese ancho fijo le
     robaba al título, que es lo que el cliente necesita leer. */
}
.modal__pedido .pedido .board__button--wrapper, .modal__entrega .pedido .board__button--wrapper {
  width: auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.modal__pedido .pedido .board__button--wrapper, .modal__entrega .pedido .board__button--wrapper {
  /* !important a la fuerza: el campo de cantidad lleva la
     clase `board__text`, y `.modal .board__text--wrapper
     .board__text` le pone `width: 100% !important` (arriba
     en este archivo, para los textos del modal de
     producto). Con eso el input se llevaba el renglón
     completo y empujaba los botones fuera de la fila.
     Ninguna especificidad sin !important puede ganarle. */
}
.modal__pedido .pedido .board__button--wrapper .board__text--cantidad, .modal__entrega .pedido .board__button--wrapper .board__text--cantidad {
  width: 2rem !important;
  min-width: 0;
  flex: 0 0 auto;
  padding: 0;
  text-align: center;
}
.modal__pedido .pedido__remove, .modal__entrega .pedido__remove {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 0;
  background: rgba(255, 0, 0, 0.2);
  color: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.modal__pedido .pedido__titulo, .modal__entrega .pedido__titulo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #010210;
  font-size: 1rem;
  text-align: left;
  width: 70%;
}
.modal__pedido .pedido__titulo img, .modal__entrega .pedido__titulo img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__pedido .pedido__titulo, .modal__entrega .pedido__titulo {
  /* El precio acompaña al nombre del producto, no compite con él.
     nowrap: el "MXN" va pegado a la cifra, nunca en el renglón
     de abajo, por angosta que quede la columna. */
}
.modal__pedido .pedido__titulo strong, .modal__entrega .pedido__titulo strong {
  margin-top: 0.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .modal__pedido .pedido__titulo img, .modal__entrega .pedido__titulo img {
    display: inline-block;
  }
}
.modal__pedido .board__button--whatsapp .board__button, .modal__entrega .board__button--whatsapp .board__button {
  background-color: #010210;
  height: 3rem;
  width: 100%;
}
.modal__pedido .board__button--whatsapp .board__button:disabled, .modal__entrega .board__button--whatsapp .board__button:disabled {
  background-color: #bfbfbf;
  color: white;
}
.modal__pedido .board__overlay--wrapper, .modal__entrega .board__overlay--wrapper {
  padding-top: 1rem;
}
.modal__pedido .board__overlay--wrapper .board__button--whatsapp, .modal__entrega .board__overlay--wrapper .board__button--whatsapp {
  position: relative;
  bottom: 1rem;
  flex-wrap: wrap;
}
.modal__pedido .board__overlay--close, .modal__entrega .board__overlay--close {
  top: -3rem;
}
.modal__pedido .board__text--wrapper {
  position: relative;
}
.modal__pedido .board__text--wrapper .board__text--title {
  padding: 0;
  justify-content: space-between !important;
}
.modal__pedido {
  /* El contador sube al renglón del título, a la derecha y en segundo
     plano: acompaña al encabezado, no encabeza la lista.

     Se cuelga de .board__text--wrapper y no de la lista porque esa hace
     scroll y se lo llevaría con el contenido. El marcado no se mueve —el
     JS lo busca dentro de .pedido para escribirle la cantidad—, solo
     cambia dónde se pinta. */
}
.modal__pedido .pedido .board__text--subtitle {
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  opacity: 0.6;
  text-align: right;
}
.modal__pedido .pedido .board__button {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}
.modal__pedido .pedido__list--item {
  /* Sin margen: la separación con el título ya la pone el gap del
     renglón. align-self: la foto se apoya en la primera línea del
     nombre, no en el centro del bloque. */
}
.modal__pedido .pedido__list--item img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: flex-start;
}
.modal__pedido .pedido {
  /* Se queda con lo que sobra del renglón en vez de un ancho fijo:
     con el bloque de cantidad ya reducido, es espacio para el nombre.
     La base es 0 y no auto: con auto el título pide lo que mide su
     texto y empujaba la cantidad fuera del renglón. */
}
.modal__pedido .pedido__titulo {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding: 0;
}
.modal__pedido .pedido__titulo > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal__pedido .board__overlay--wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 1366px) {
  .modal__pedido:target.board--overlay, .modal__pedido.show.board--overlay {
    max-width: 50%;
    left: 25%;
  }
}
.modal__pedido .board__text--wrapper .board__text--title span img {
  width: 2rem;
  margin: 0 auto;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.5);
}
.modal__entrega .register-login {
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: var(--theme-overlay);
  z-index: 1;
  padding: 1rem;
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal__entrega .register-login .board__text--title {
  color: var(--theme-text);
  font-weight: 600;
}
.modal__entrega .register-login .button__wrapper {
  max-width: 50rem;
  padding: 1rem;
}
.modal__entrega .register-login span {
  width: 100%;
  display: block;
  text-align: center;
}
.modal__entrega .register-login ~ .board__overlay--wrapper {
  pointer-events: none;
  filter: grayscale(1);
}
.modal__entrega .board__button--whatsapp .board__button {
  background-color: #62b864;
}
.modal__entrega .board__button--whatsapp .button__primary {
  min-height: 3rem;
}
.modal__entrega .board__text--wrapper .board__text--title {
  text-align: center;
  width: 100%;
}
.modal__entrega .payment-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
}
.modal__entrega .payment-options .button {
  max-width: 15rem;
  margin: 0;
  min-height: 2.5rem;
  height: 2.5rem;
}
.modal__entrega .payment-options .stripe-button img {
  filter: invert(1);
}
.modal__entrega {
  /* Pestañas de forma de entrega.

     Siguen siendo radios (de ellos dependen la validación, la cotización y
     el total): solo se esconde el círculo y se pinta el label como pestaña,
     así el teclado y los lectores de pantalla lo siguen entendiendo. */
}
.modal__entrega .entrega__tabs {
  display: flex;
  gap: 0.25rem;
  width: 100%;
  padding: 0.25rem;
  border-radius: 0.75rem;
  background-color: var(--theme-surface-soft);
}
.modal__entrega .entrega__tabs .board__radio--wrapper,
.modal__entrega .entrega__tabs .board__radio--wrapper:first-of-type {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.modal__entrega .entrega__tabs input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.modal__entrega .entrega__tabs .board__radio--custom {
  display: none;
}
.modal__entrega .entrega__tabs .board__radio--label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5rem 0.35rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  color: var(--theme-text);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.modal__entrega .entrega__tabs input[type=radio]:checked + .board__radio--label {
  background-color: #18E179;
  color: var(--theme-text-inverse);
}
.modal__entrega .entrega__tabs input[type=radio]:focus-visible + .board__radio--label {
  outline: 2px solid rgba(24, 225, 121, 0.6);
  outline-offset: 2px;
}
.modal__entrega {
  /* Título del bloque que abre cada pestaña (dirección o recoger en tienda).
     Lleva .board__options--datos en el selector para empatarle en
     especificidad a `.board__options--datos .board__label` y poder crecerlo. */
}
.modal__entrega .board__options--datos .board__label--bloque {
  display: block;
  width: 100%;
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: left;
  color: var(--theme-text);
}
.modal__entrega {
  /* Recoger en tienda: a dónde va el cliente y en qué horario. Mismo panel
     que el bloque de dirección para que las dos pestañas se lean igual. */
}
.modal__entrega .recoger {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: var(--theme-surface-soft);
}
.modal__entrega .recoger__dato {
  width: 100%;
  margin: 0 0 0.25rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.35;
  text-align: left;
  color: var(--theme-text);
}
.modal__entrega .recoger__dato--direccion {
  font-weight: 600;
}
.modal__entrega .recoger__dato--horario, .modal__entrega .recoger__dato--telefono {
  color: var(--theme-text-soft);
}
.modal__entrega .recoger__dato:last-child {
  margin-bottom: 0;
}
.modal__entrega .recoger__mapa {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: underline;
  color: #18E179;
}
.modal__entrega {
  /* Bloque de dirección: cada dato es etiqueta + campo, y los que se
     capturan de a dos (No. Ext./No. Int. y CP/Estado) van en una fila.

     Va colgado de `.modal__entrega .direccion` y no del bloque de
     `.board__options--extra.direccion` de más arriba porque ese está
     anidado un nivel más adentro de lo que existe en el marcado
     (`.board__options--datos .board__options--extra.direccion` pide un
     ancestro con --datos, pero las tres clases van en el mismo div), así
     que nunca llega a aplicar. */
}
.modal__entrega .direccion {
  margin-top: 0.5rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: var(--theme-surface-soft);
}
.modal__entrega .direccion__campo {
  /* El aire entre datos lo pone el campo, no el input: el margen que
     .board__options--extra le da a los .board__input se suma al del
     contenedor y dejaba las etiquetas pegadas al campo de arriba. */
}
.modal__entrega .direccion__campo {
  width: 100%;
  margin-bottom: 0.6rem;
}
.modal__entrega .direccion__campo .board__label {
  margin: 0 0 0.15rem;
}
.modal__entrega .direccion__campo .board__input {
  width: 100%;
  margin-bottom: 0;
}
.modal__entrega .direccion__fila {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.6rem;
}
.modal__entrega .direccion__fila .direccion__campo {
  width: calc(50% - 0.25rem);
  margin-bottom: 0;
}
.modal__entrega .direccion__fila {
  /* Sin nowrap, una etiqueta de dos líneas baja su campo y los dos
     de la fila dejan de quedar alineados */
}
.modal__entrega .direccion__fila .board__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal__entrega .direccion {
  /* Estado de la búsqueda por código postal. A lo ancho y con aire
     abajo: pegado a la fila se encimaba con la etiqueta siguiente. */
}
.modal__entrega .direccion__aviso {
  display: block;
  width: 100%;
  margin: 0.35rem 0 0.5rem;
  padding: 0;
  text-align: left;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  color: var(--theme-text-soft);
}
.modal__entrega .direccion__sugerencias {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  margin-top: 0.35rem;
}
.modal__entrega .direccion__sugerencia {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--theme-border);
  border-radius: 1rem;
  background-color: var(--theme-surface);
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--theme-text);
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.modal__entrega .direccion__sugerencia:hover, .modal__entrega .direccion__sugerencia:focus-visible {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.15);
}
.modal {
  /* --- Tema de la tienda: carrito y checkout ---------------------------

     Los dos modales del flujo de compra se quedaron en blanco cuando la
     tienda pasó al fondo oscuro. Se repintan con los tokens --theme-* de
     _settings en vez de colores fijos, así que siguen igual de bien al tema
     claro (html con data-theme="light") sin duplicar reglas.

     El bloque va después de las reglas claras de .modal a propósito: varias
     empatan en especificidad y ahí decide el orden del archivo. */
}
.modal__pedido, .modal__entrega {
  background: var(--theme-surface-elevated);
  color: var(--theme-text);
}
.modal__pedido, .modal__entrega {
  /* `.modal .board__text--wrapper .board__text` fija $c-primary para todo
     el texto del modal de producto. Al pintar el elemento (no heredar) le
     ganaba al color del contenedor y dejaba en negro el título y los
     totales. Se repite el mismo selector con el token del tema. */
}
.modal__pedido .board__text--wrapper .board__text, .modal__entrega .board__text--wrapper .board__text {
  color: var(--theme-text);
}
.modal__pedido .board__text--wrapper .board__text--title span, .modal__entrega .board__text--wrapper .board__text--title span {
  color: var(--theme-text-soft);
}
.modal__pedido .board__options--wrapper select, .modal__entrega .board__options--wrapper select {
  background-color: var(--theme-surface);
  border-color: var(--theme-border);
  color: var(--theme-text);
}
.modal__pedido .board__options--wrapper select:active, .modal__pedido .board__options--wrapper select:focus, .modal__entrega .board__options--wrapper select:active, .modal__entrega .board__options--wrapper select:focus {
  border-color: #18E179;
}
.modal__pedido .board__options--wrapper select, .modal__entrega .board__options--wrapper select {
  /* Las opciones se pintan aparte: al darle fondo propio al select,
     Chrome abre la lista con ese fondo pero deja el texto de las
     <option> en el negro por omisión, o sea negro sobre negro. Con
     los tokens sirve igual para el tema claro. */
}
.modal__pedido .board__options--wrapper select option, .modal__entrega .board__options--wrapper select option {
  background-color: var(--theme-surface);
  color: var(--theme-text);
}
.modal__pedido .board__options--wrapper select option:disabled, .modal__entrega .board__options--wrapper select option:disabled {
  color: var(--theme-text-muted);
}
.modal__pedido .board__options--wrapper .board__text--paragraph, .modal__entrega .board__options--wrapper .board__text--paragraph {
  color: var(--theme-text);
}
.modal__pedido .board__options--wrapper .board__text--tips.red, .modal__entrega .board__options--wrapper .board__text--tips.red {
  color: var(--theme-text);
  background-color: rgba(221, 28, 71, 0.25);
}
.modal__pedido .board__options--pagar::after, .modal__entrega .board__options--pagar::after {
  border-left-color: var(--theme-text-muted);
}
.modal__pedido .board__options--datos .board__input, .modal__entrega .board__options--datos .board__input {
  background-color: var(--theme-surface);
  border-color: var(--theme-border);
  color: var(--theme-text);
}
.modal__pedido .board__options--datos .board__input::-moz-placeholder, .modal__entrega .board__options--datos .board__input::-moz-placeholder {
  color: var(--theme-text-muted);
}
.modal__pedido .board__options--datos .board__input::placeholder, .modal__entrega .board__options--datos .board__input::placeholder {
  color: var(--theme-text-muted);
}
.modal__pedido .board__options--datos .board__input:focus, .modal__entrega .board__options--datos .board__input:focus {
  border-color: #18E179;
}
.modal__pedido.productos-sin-envio::before, .modal__entrega.productos-sin-envio::before {
  color: var(--theme-text);
  background-color: rgba(221, 28, 71, 0.25);
}
.modal__pedido .button__secondary, .modal__entrega .button__secondary {
  background-color: transparent;
  border-color: var(--theme-border);
  color: var(--theme-text);
}
.modal__pedido .pedido__list--item {
  border-bottom-color: var(--theme-border);
}
.modal__pedido .pedido__titulo {
  color: var(--theme-text);
}
.modal__pedido .pedido .board__button {
  border-color: var(--theme-border);
  color: var(--theme-text);
}
.modal__pedido {
  /* "Continuar" venía en $c-primary, el mismo color del fondo de la
     tienda: sobre el modal oscuro desaparecía. Se pasa al verde de marca,
     igual que el botón de agregar de la ficha de producto. */
}
.modal__pedido .board__button--whatsapp .board__button {
  background-color: #18E179;
  color: var(--theme-text-inverse);
}
.modal__entrega .board__separador {
  border-top-color: var(--theme-border);
}
.modal__entrega .board__options--datos .board__options--extra.direccion {
  background-color: var(--theme-surface-soft);
}
.modal__entrega .board__options--datos .board__options--extra.direccion .board__input {
  background-color: var(--theme-surface);
}
.modal__entrega .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option {
  background-color: var(--theme-surface);
  border-color: var(--theme-border);
}
.modal__entrega .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option .board__text::before {
  border-color: var(--theme-surface-border);
  box-shadow: inset 0 0 0 0.35rem var(--theme-surface);
}
.modal__entrega .board__options--datos .board__options--extra.direccion .shipping-options .shipping-rate-option__detalle {
  color: var(--theme-text-muted);
}
.modal__product {
  max-height: 85vh;
  width: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}
@media only screen and (min-width: 1200px) {
  .modal__product {
    width: 1200px;
  }
  .modal__product .board__overlay--close {
    display: none;
  }
}
.modal__product .board__overlay--close {
  display: none;
  position: fixed;
  right: 0.5rem;
  top: auto;
  bottom: calc(85vh + 0.5rem);
}
@media only screen and (min-width: 720px) {
  .modal__product .board__overlay--close {
    right: calc(15% + 0.5rem);
  }
}
.modal__product.show .board__overlay--close, .modal__product:target .board__overlay--close {
  display: flex;
}
.modal__product .board__text--wrapper {
  padding: 0 1rem 1rem;
}
@media only screen and (min-width: 720px) {
  .modal__product .board__text--wrapper {
    padding: 0;
    padding-bottom: 0;
  }
}
.modal__product .board__text--wrapper .board__text--precio {
  margin-bottom: 0;
  padding: 0;
}
.modal__product .board__text--wrapper .board__text--precio span {
  font-size: 1.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  background-color: rgba(248, 65, 27, 0.15);
}
.modal__product .board__text--wrapper .board__text--title {
  justify-content: flex-start !important;
}
.modal__product .board__overlay--wrapper {
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .modal__product .board__overlay--wrapper {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
.modal__product .board__overlay--wrapper .board__image {
  position: static;
  display: flex;
  align-items: center;
  padding: 1rem 0.25rem;
  max-width: none;
  max-height: none;
  width: 100%;
  overflow-x: auto;
}
.modal__product .board__overlay--wrapper .board__image.is-loading {
  position: relative;
  overflow: hidden;
  min-height: clamp(18rem, 55vw, 24rem);
}
.modal__product .board__overlay--wrapper .board__image.is-loading .board__image--big,
.modal__product .board__overlay--wrapper .board__image.is-loading .board__image--variants {
  visibility: hidden;
}
.modal__product .board__overlay--wrapper .board__image .board__image--skeleton {
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 0 0 100%;
  min-width: 100%;
  padding: 1rem 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #d9d9d9;
  border-radius: 1rem;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.modal__product .board__overlay--wrapper .board__image .board__image--skeleton-main {
  width: 100%;
  aspect-ratio: 1.2/1;
  border-radius: 1rem;
}
.modal__product .board__overlay--wrapper .board__image .board__image--skeleton-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
.modal__product .board__overlay--wrapper .board__image .board__image--skeleton-thumb {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper {
  flex-wrap: wrap;
  padding: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big {
  position: relative;
  flex: unset;
  width: 100%;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img {
  display: none;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img.active {
  display: block;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 2.25rem;
  height: 2.25rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background-color: rgba(1, 2, 16, 0.65);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.25s, transform 0.25s;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid white;
  border-bottom: 0.125rem solid white;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow:hover {
  background-color: rgba(1, 2, 16, 0.9);
  transform: translateY(-50%) scale(1.08);
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow--previous {
  left: 0.75rem;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow--previous::before {
  transform: translateX(0.175rem) rotate(135deg);
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow--next {
  right: 0.75rem;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big .product-gallery__arrow--next::before {
  transform: translateX(-0.175rem) rotate(-45deg);
}
.modal__product .board__overlay--wrapper .board__slider--wrapper img {
  max-height: 33rem;
  flex: unset;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.5rem;
  max-width: none;
  padding: 0;
}
.modal__product .board__overlay--wrapper .board__image--variants {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: unset;
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
  gap: 0.25rem;
}
.modal__product .board__overlay--wrapper .board__image--variants img {
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
}
.modal__product .board__overlay--wrapper .board__image--variants img:hover {
  outline: 0.25rem solid #18e179;
}
.modal__product .board__overlay--wrapper .board__image--variants img.active {
  border-color: #010210;
}
.modal__product .board__variantes .board__text--subtitle {
  font-size: 1rem;
  padding: 0;
  width: 100%;
  text-align: left;
  margin: 0.5rem auto;
}
.modal__product .board__button--seleccionar {
  min-height: 2rem;
}
.modal__product .skeleton-loading {
  position: relative;
  overflow: hidden;
  background: #cfcfcf;
}
.modal__product .skeleton-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  animation: modalProductShimmer 1.35s infinite;
}
@keyframes modalProductShimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.modal__product .board__precio--cantidad {
  margin: 1rem auto;
  max-width: 12rem;
  background: none;
}
@media only screen and (min-width: 720px) {
  .modal__product .board__precio--cantidad {
    position: static;
  }
}
.modal__product .board__precio--cantidad.agregado .board__button--seleccionar {
  background-color: #18E179;
  color: #010210;
}
.modal__product .board__precio--cantidad .board__button--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
  background: none;
}
.modal__product .board__precio--cantidad .board__button--wrapper .board__button {
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal__product .board__precio--cantidad .board__button--wrapper .board__button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__product .board__precio--cantidad .board__button--wrapper .board__text--cantidad {
  width: calc(100% - 8rem);
}
.modal__product .board__precio--cantidad .board__button--seleccionar {
  background-color: #F8411B;
  color: white;
}
.modal__product.show .board__precio--cantidad {
  position: sticky;
  z-index: 1;
  bottom: 1rem;
}
.modal__product .agregado {
  height: inherit;
  padding: 0;
}
.modal__product .agregado .board__button--seleccionar {
  width: 100%;
  background: transparent;
}
.modal__product .mobile__slider {
  justify-content: center;
  padding-top: 0;
  margin-top: 0;
}
.modal__product .mobile__slider img {
  max-width: 6rem;
  border-radius: 0.5rem;
  border: 2px solid transparent;
}
.modal__product .mobile__slider--item {
  padding: 0;
  opacity: 0.75;
}
.modal__product .mobile__slider--item.active {
  background: none;
  opacity: 1;
}
.modal__product .mobile__slider--item.active img {
  border: 2px solid #010210;
}
.modal__product .mobile__slider input:checked + label {
  opacity: 1;
}
.modal__product .mobile__slider input:checked + label img {
  border-color: #010210;
}
.modal__product {
  /* Relacionados dentro de la vista rápida (los inyecta scripts__store.php).
     La estructura y el comportamiento son los mismos de la ficha; lo que
     cambia son los colores, porque este modal va sobre fondo claro y con el
     texto en $c-primary, al revés que la ficha. Heredar los de
     _singleproduct.scss dejaba texto blanco sobre blanco. */
}
.modal__product .modal__agregados {
  margin: 0 0 1rem;
  max-width: none;
}
.modal__product .modal__agregados {
  /* El encabezado de la vista rápida es una .label con banda gris y sin
     margen inferior propio, así que las casillas le quedaban pegadas. */
}
.modal__product .modal__agregados .board__agregados__lista {
  margin-top: 0.75rem;
}
.modal__product .modal__agregados .board__agregados__label {
  border-color: rgba(1, 2, 16, 0.15);
  background-color: rgba(1, 2, 16, 0.03);
  color: #010210;
}
.modal__product .modal__agregados .board__agregados__label:hover {
  border-color: rgba(248, 65, 27, 0.6);
  background-color: rgba(1, 2, 16, 0.06);
}
.modal__product .modal__agregados .board__agregados__label:has(.board__agregados__check:checked) {
  border-color: #F8411B;
  background-color: rgba(248, 65, 27, 0.1);
}
.modal__product .modal__agregados {
  /* La casilla se dibuja a mano en _singleproduct.scss para el fondo
     oscuro de la ficha: aquí hay que rehacerle el contorno y el color
     de la palomita, que allá es oscura sobre verde y aquí tiene que ser
     blanca sobre el naranja del modal. */
}
.modal__product .modal__agregados .board__agregados__check {
  border-color: rgba(1, 2, 16, 0.25);
}
.modal__product .modal__agregados .board__agregados__check::after {
  border-color: white;
}
.modal__product .modal__agregados .board__agregados__check:hover {
  border-color: rgba(248, 65, 27, 0.8);
}
.modal__product .modal__agregados .board__agregados__check:checked {
  border-color: #F8411B;
  background-color: #F8411B;
}
.modal__product .modal__agregados .board__agregados__check:focus-visible {
  outline-color: #F8411B;
}
.modal__product .modal__agregados .board__agregados__check:disabled {
  border-color: rgba(1, 2, 16, 0.15);
  background-color: rgba(1, 2, 16, 0.05);
}
.modal__product .modal__agregados .board__agregados__precio {
  color: #F8411B;
}
.modal__product .modal__agregados .board__agregados__item--agotado .board__agregados__precio {
  color: rgba(1, 2, 16, 0.5);
}
.modal__product .modal__sugeridos {
  margin: 0.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(217, 217, 217, 0.6);
}
.modal__product .modal__sugeridos .board__text--wrapper {
  padding: 0;
}
.modal__product .modal__sugeridos .board__text--title {
  font-size: 1rem;
  color: #010210;
  justify-content: flex-start !important;
}
.modal__product .modal__sugeridos .board__sugeridos__lista {
  padding: 0.25rem 0 0.5rem;
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__image {
  background-color: rgba(1, 2, 16, 0.06);
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__text--title {
  font-size: 0.9rem;
  color: #010210;
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__text--paragraph {
  color: rgba(1, 2, 16, 0.7);
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__text--agotado {
  color: rgba(1, 2, 16, 0.5);
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__moneda {
  color: rgba(1, 2, 16, 0.5);
}
.modal__product .modal__sugeridos .board__sugeridos__lista {
  /* El precio venía en el verde de la tienda, que es para el fondo
     oscuro de la ficha: sobre el blanco de este modal no se leía. */
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__precio--text span {
  color: #010210;
}
.modal__product .modal__sugeridos .board__sugeridos__lista {
  /* El .board__precio--cantidad del modal es el del botón grande de
     "Agregar al carrito": centrado, angosto y pegajoso al pie. Estas
     tarjetas son otra cosa y necesitan recuperar el flujo normal.
     El margen va en cero porque la separación con el precio ya la
     pone el `gap` de .board__precio (ver _singleproduct.scss). */
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__precio--cantidad {
  margin: 0;
  max-width: none;
  position: static;
}
.modal__product .modal__sugeridos .board__sugeridos__lista .board__button--seleccionar {
  min-height: 2rem;
  font-size: 0.8rem;
}
.modal__error .board__text {
  text-align: center;
}
.modal__error .board__text--wrapper {
  text-align: center;
}
.modal__error .board__text--wrapper .board__text--title {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 1rem;
}
.modal__cancelarpedido .form--contenido {
  padding: 0 2rem;
}
.modal__datosdepago .button--wrapper {
  max-width: 45rem;
}
.modal .board__text--wrapper .board__text {
  margin: 0;
}
.modal .board__text--wrapper .board__text--title {
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 800;
}
.modal .board__img {
  max-width: 4rem;
  margin: 0 auto;
  background-color: rgba(1, 2, 16, 0.2);
  border-radius: 50%;
}
.modal .board__img--error {
  background-color: rgba(221, 28, 71, 0.2);
}
.modal:target {
  bottom: 0;
}
.modal:target ~ .overlay--back {
  display: block;
}
.modal .rubros {
  padding: 2rem 0;
  max-height: 75vh;
  overflow: auto;
}
.modal .rubros__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 0.5rem;
}
.modal .rubros__item--wrapper {
  height: 100%;
  padding: 0.5rem;
  border: 1px solid #010210;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal .rubros__item--wrapper:hover {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.1);
  box-shadow: 0.25rem 0.5rem 1rem rgba(24, 225, 121, 0.4);
}
.modal .rubros__item--img {
  max-height: 4rem;
  width: 100%;
}
.modal .rubros__item .text--paragraph {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0.5rem;
  padding-top: 0;
}
@media only screen and (min-width: 720px) {
  .modal:target {
    bottom: auto;
    top: 7%;
  }
}
.modal__success .board__text--wrapper .board__text {
  text-align: center;
}
.modal__success.fadeOut {
  animation: slideDownAndFadeOut 1.5s forwards;
}
.modal__success.fadeOut ~ .overlay--back {
  animation: slideDownAndFadeOut 1.5s forwards;
}
@keyframes slideDownAndFadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  50% {
    opacity: 0;
    transform: translateY(1.5rem);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  100% {
    opacity: 0;
    transform: translateY(3rem);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.modal__optionqr .board__text--wrapper .board__text--paragraph {
  padding: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}
.modal__optionqr .button--wrapper {
  margin-top: 0;
}
.modal__addqr .board__text--wrapper {
  padding-bottom: 0;
}
.modal__addqr .board__text--wrapper .board__text--title {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.modal__addqr .board__text--wrapper .board__text--subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.modal__addqr .text--warning {
  color: red;
  text-align: center;
}
.modal__addqr form {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal__addqr form input {
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.modal__addqr form input:focus, .modal__addqr form input:active {
  border-color: #1b96e4;
}
.modal__addqr form input:focus + label, .modal__addqr form input:active + label {
  color: #1b96e4;
}
.modal__addqr form .board__input {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
}
.modal__addqr form .board__input--wrapper {
  position: relative;
  width: calc(50% - 0.5rem);
  margin-bottom: 0;
}
.modal__addqr form .board__input--label {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -1.25rem;
  left: 0;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
.modal__addqr form .button {
  margin-bottom: 0.5rem;
}
.modal__addqr form .button--wrapper {
  padding: 0;
}
.modal__addqr form .form__input--wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper {
  justify-content: space-between;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .img__preview {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .img__preview--wrapper {
  display: flex;
  align-items: center;
  border: 1px dashed #d9d9d9;
  border-radius: 0.5rem;
  height: 2.75rem;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .img__preview--wrapper .text--subtitle {
  font-size: 0.875rem;
  text-align: left;
  color: #2c3137;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .img__preview--wrapper input {
  display: none;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .board__input--wrapper:first-of-type {
  width: 65%;
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .board__input--wrapper:last-of-type {
  width: calc(35% - 0.5rem);
}
.modal__addqr[data-modal=imagen] .form .form__input--wrapper .board__input--wrapper .board__input {
  height: 2.75rem;
}
.modal__addqr > .board__text--wrapper {
  max-height: 95vh;
  overflow: auto;
}
.modal__addqr .board__text--subtitle {
  width: auto;
  padding: 0 !important;
}
.modal__addqr .board__text--wrapper {
  margin: 0 !important;
}
.modal__addqr .board__img {
  position: relative;
  max-width: none;
  width: 14rem;
  height: 14rem;
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  background: none;
  border-radius: 0.75rem;
  margin: 0.5rem auto;
}
.modal__addqr .board__img .button__compartir {
  position: absolute;
  left: calc(50% - 3.5rem);
  top: calc(50% - 1rem);
  margin: 0 !important;
  height: 2rem;
  width: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal__addqr .board__img .button__compartir img {
  filter: invert(1);
  height: 1.25rem;
  margin: 0;
  margin-left: 0.35rem;
}
@media only screen and (min-width: 1024px) {
  .modal__addqr .board__img {
    width: 14rem;
    height: 14rem;
  }
}
.modal__addqr .form {
  padding: 0;
  padding-top: 1.5rem;
}
.modal__addqr .form__input--wrapper .board__input {
  display: block;
}
.modal__addqr .form .board__input--wrapper {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.modal__addqr .form .board__input--label {
  font-size: 1rem;
  font-weight: 600;
  top: -1.5rem;
}
.modal__addqr .form .board__input--switch {
  margin-top: 1rem;
}
.modal__addqr .form .board__input--switch .switch {
  margin: 0 !important;
}
.modal__addqr .form .board__text {
  color: #2c3137;
  font-weight: 600;
}
.modal__addqr .form .board__text--subtitle {
  width: auto;
}
.modal__addqr .form .board__text--small {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #1b96e4;
  margin: 0.5rem auto;
  margin-bottom: 0;
  padding: 0.25rem;
  background-color: rgba(27, 150, 228, 0.2);
  border-radius: 0.5rem;
}
.modal__addqr .form .button--wrapper {
  margin-bottom: 0;
}
.modal__confirmation, .modal__generate {
  padding-top: 1rem;
}
.modal__confirmation .button--wrapper, .modal__generate .button--wrapper {
  padding: 2rem;
  margin: 0;
}
.modal__confirmation .button--wrapper .button__primary, .modal__generate .button--wrapper .button__primary {
  background-color: #010210;
  color: white;
}
.modal__confirmation .button--wrapper .button__secondary, .modal__generate .button--wrapper .button__secondary {
  color: #010210;
  border: 1px solid #010210;
}
.modal__confirmation .board__text--wrapper, .modal__generate .board__text--wrapper {
  padding-bottom: 0;
}
.modal__confirmation .board__text--wrapper .board__text--title, .modal__generate .board__text--wrapper .board__text--title {
  text-align: center;
}
.modal__generate .form {
  padding: 0 1rem;
}
.modal__generate .form .board__input--wrapper .board__input {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(44, 49, 55, 0.05);
  border: 1px solid rgba(44, 49, 55, 0.15);
}
.modal__generate .form .button--wrapper {
  padding: 0.5rem 0;
}
.modal__generate .form .button--wrapper .button img {
  filter: invert(1);
}
.modal__rubros .board__text--wrapper .board__text--title, .modal__entrega .board__text--wrapper .board__text--title, .modal__formapago .board__text--wrapper .board__text--title {
  width: 100%;
  text-align: center;
  margin: 1rem auto;
}
.modal__rubros .rubros__list, .modal__entrega .rubros__list, .modal__formapago .rubros__list {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal__rubros .rubros__item, .modal__entrega .rubros__item, .modal__formapago .rubros__item {
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal__rubros .rubros__item--img, .modal__entrega .rubros__item--img, .modal__formapago .rubros__item--img {
  max-width: 5rem;
}
.modal__rubros .button--wrapper, .modal__entrega .button--wrapper, .modal__formapago .button--wrapper {
  width: 100%;
  padding: 0 2rem;
  margin-top: 0;
}
.modal__rubros .form--contenido .board__input, .modal__entrega .form--contenido .board__input, .modal__formapago .form--contenido .board__input {
  display: none;
}
.modal__rubros .form--contenido .board__input--wrapper, .modal__entrega .form--contenido .board__input--wrapper, .modal__formapago .form--contenido .board__input--wrapper {
  width: 100%;
  padding: 0.5rem;
  border-radius: 1rem;
}
.modal__rubros .form--contenido .board__input--wrapper:hover, .modal__rubros .form--contenido .board__input--wrapper:focus, .modal__entrega .form--contenido .board__input--wrapper:hover, .modal__entrega .form--contenido .board__input--wrapper:focus, .modal__formapago .form--contenido .board__input--wrapper:hover, .modal__formapago .form--contenido .board__input--wrapper:focus {
  background-color: rgba(24, 225, 121, 0.1);
}
.modal__rubros .form--contenido .board__input--wrapper .board__text--title, .modal__entrega .form--contenido .board__input--wrapper .board__text--title, .modal__formapago .form--contenido .board__input--wrapper .board__text--title {
  width: 100%;
  text-align: center;
  margin: 0;
}
.modal__rubros .form--contenido .board__input--wrapper .input__label, .modal__entrega .form--contenido .board__input--wrapper .input__label, .modal__formapago .form--contenido .board__input--wrapper .input__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  color: #010210;
}
.modal__rubros .form--contenido .board__input--wrapper .input__label::before, .modal__entrega .form--contenido .board__input--wrapper .input__label::before, .modal__formapago .form--contenido .board__input--wrapper .input__label::before {
  box-sizing: content-box;
  content: "";
  font-size: 1.75rem;
  line-height: 0.75rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #010210;
  border-radius: 50%;
}
.modal__rubros .form--contenido .board__input--wrapper .input__label--checkbox:before, .modal__entrega .form--contenido .board__input--wrapper .input__label--checkbox:before, .modal__formapago .form--contenido .board__input--wrapper .input__label--checkbox:before {
  border-radius: 0.2rem;
}
.modal__rubros .form--contenido .board__input:checked + label::before, .modal__rubros .form--contenido .board__input:checked + label:hover::before, .modal__entrega .form--contenido .board__input:checked + label::before, .modal__entrega .form--contenido .board__input:checked + label:hover::before, .modal__formapago .form--contenido .board__input:checked + label::before, .modal__formapago .form--contenido .board__input:checked + label:hover::before {
  content: "●";
  border-color: #010210;
  line-height: 13px;
}
.modal__rubros .form--contenido .board__input:checked + label.input__label--checkbox::before, .modal__rubros .form--contenido .board__input:checked + label:hover.input__label--checkbox::before, .modal__entrega .form--contenido .board__input:checked + label.input__label--checkbox::before, .modal__entrega .form--contenido .board__input:checked + label:hover.input__label--checkbox::before, .modal__formapago .form--contenido .board__input:checked + label.input__label--checkbox::before, .modal__formapago .form--contenido .board__input:checked + label:hover.input__label--checkbox::before {
  content: "■";
  line-height: 11px;
}
.modal__rubros .form--wrapper, .modal__entrega .form--wrapper, .modal__formapago .form--wrapper {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal__rubros.especial .board__text--title {
  margin-bottom: 0;
}
.modal__rubros.especial .form--contenido {
  max-height: 65vh;
  overflow: auto;
}
.modal__rubros.especial .form--contenido .form--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 0.5rem;
}
.modal__rubros.especial .form--contenido .board__input--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal__rubros.especial .form--contenido .board__input--wrapper:hover {
  background-color: rgba(217, 217, 217, 0.25);
}
.modal__rubros.especial .form--contenido .board__input--wrapper .input__label {
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 1rem;
  cursor: pointer;
}
.modal__rubros.especial .form--contenido .board__input--wrapper .input__label img {
  max-width: 6rem;
  width: 100%;
}
.modal__rubros.especial .form--contenido .board__input--wrapper .input__label span {
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.modal__rubros.especial .form--contenido .board__input--wrapper .input__label::before {
  display: none;
}
.modal__rubros.especial .form--contenido .board__input--wrapper .board__input:checked + label {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.1);
}
.modal__formapago .board__text--wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.modal__sincategorias {
  padding: 0;
}
.modal__sincategorias .easy__products .contenido__products {
  margin: 0;
  padding: 0;
  min-height: 0;
  border-radius: 1rem;
  background-color: white;
}
.modal__sincategorias .easy__products .contenido__products .form {
  border-radius: 0;
  background: none;
}
.modal__sincategorias .easy__products .contenido__products .form .text--title {
  text-align: center;
  padding: 1rem;
  padding-bottom: 0;
  margin: 0.5rem auto;
}
.modal__sincategorias .easy__products .contenido__products .form .text--subtitle {
  padding-top: 0.5rem;
  margin-bottom: 0;
}
.modal__sincategorias .easy__products .form--wrapper {
  padding-top: 0.25rem;
}
.modal__sincategorias .easy__products .form .board__input--wrapper .mobile__slider--category {
  width: 100% !important;
}
.modal__sincategorias .easy__products .form .board__input--wrapper .mobile__slider--category::before {
  bottom: 0.75rem;
  left: 0 !important;
}
.modal__sincategorias .easy__products .form .board__input--wrapper .mobile__slider--category::after {
  bottom: 0.75rem;
  right: 0;
}
.modal__preregistro {
  position: fixed;
}
.modal__preregistro .form--contenido {
  position: relative;
  border-radius: 0 !important;
}
.modal__preregistro .form .text--title {
  padding: 2rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #010210;
  font-size: 1.75rem;
  font-weight: 700;
}
.modal__preregistro .form .text--paragraph {
  font-size: 1rem;
  text-align: center;
  color: #010210;
  font-style: italic;
  padding: 0 4rem;
}
.modal__preregistro .form .board__input--wrapper {
  position: relative;
}
.modal__preregistro .easy__registro {
  width: 100%;
}
.modal__cancelarpedido .form--wrapper {
  padding: 3rem 0;
}
.modal__cancelarpedido .form--wrapper .button {
  margin-top: 1rem;
}
.modal__qrcode .board__text--wrapper .board__text--title {
  padding-top: 0;
  margin: 0;
}
.modal__qrcode .board__text--wrapper .button img {
  padding: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  margin-right: 0.5rem;
}
.modal__qrcode .board__text--qr {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.modal__qrcode .board__text--qr .logo_db {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  border-radius: 50%;
  background: white;
}
.modal__qrcode .board__text--qr .qrcode {
  width: 16rem;
  height: 16rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid gray;
}
.modal__qrcode .board__text--qr .qrcode img {
  width: 100%;
  max-width: 16rem;
  max-height: 16rem;
}
.modal__qrcode .board__text--qr .qrcode canvas {
  display: none;
  opacity: 0;
}
.modal__qrcode .board__text--wrapper .button {
  margin-bottom: 1rem;
  max-width: 24rem;
}
.modal__plan {
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .modal__plan:target {
    width: 100%;
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .modal__plan:target {
    width: 80%;
    left: 10%;
    margin: 0 auto;
    padding: 0;
    bottom: auto;
    top: 5vh;
  }
}
.modal__plan .board__overlay--close {
  top: -2rem;
  right: 2rem;
}
.modal__plan .dropdown {
  margin-top: 0.5rem;
}
.modal__plan .dropdown__button {
  padding: 0.5rem;
  color: #2b36bb;
  text-decoration: underline;
  list-style: none;
  cursor: pointer;
}
.modal__plan .button--wrapper {
  margin: 0 auto;
}
.modal__plan .board__slider {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .modal__plan .board__slider {
    width: 100%;
    max-width: none;
  }
}
.modal__plan .board__slider--wrapper {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .modal__plan .board__slider--wrapper {
    flex-wrap: nowrap;
    width: 100%;
  }
}
.modal__plan .board__slider .board__slides {
  height: auto;
  max-height: 96vh;
  width: 100%;
  flex: 0 0 85%;
  overflow: auto;
  padding: 1rem;
}
@media only screen and (min-width: 1024px) {
  .modal__plan .board__slider .board__slides {
    max-width: 33%;
  }
}
.modal__plan .board__slider .board__slides--wrap {
  background: white;
  padding: 1rem 0;
  border-radius: 1rem;
  padding: 1rem;
  min-height: 31rem;
  align-content: center;
}
.modal__plan .board__slider .board__slides--wrap > img {
  width: 6.5rem;
  height: 6.5rem;
  padding: 0.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .modal__plan .board__slider .board__slides--wrap > img {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.modal__plan .board__slider .board__slides.destacado .board__slides--wrap {
  border: 0.5rem solid #18E179;
  position: relative;
}
.modal__plan .board__slider .board__slides.destacado .board__slides--wrap::after {
  content: "Recomendado";
  display: block;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 4.5rem);
  width: 9rem;
  padding: 0.35rem 0.5rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  background: #18E179;
  text-transform: uppercase;
  text-align: center;
  color: #2c3137;
  z-index: 1;
}
.modal__plan .board__slider .text--small {
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.25rem;
  margin: 0;
  margin-top: 0.5rem;
}
.modal__plan .form--contenido {
  overflow: unset;
}
.modal__plan .form--wrapper {
  width: 100%;
  padding: 0;
}
.modal__plan .form__list--item {
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__plan .form .board__text {
  color: #2c3137;
  margin: 0 auto;
}
.modal__plan .form .board__text img {
  max-width: 1.5rem;
}
.modal__plan .form .board__text--title {
  margin: 0 auto;
  font-weight: 900;
  font-size: 1.25rem;
}
.modal__plan .form .board__text--paragraph {
  margin: 0;
  font-size: 0.875rem;
  max-width: calc(100% - 2.5rem);
}
.modal__plan .form .board__text--paragraph:last-of-type {
  width: 2rem;
  text-align: center;
  display: block;
}
.modal__plan .form .board__text--wrapper {
  padding: 0;
  text-align: center;
}
.modal__plan .form .board__text--precio {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  justify-content: center;
}
.modal__plan .form .board__text small {
  font-size: 1rem;
  position: relative;
}
.modal__activacion .input__stroke {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.35s;
}
.modal__activacion .board__input {
  width: 100%;
  padding: 0;
  margin: 0.5rem auto;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
.modal__activacion .board__input:focus + label {
  height: 2px;
  background: #333333;
}
.modal__activacion .board__input--wrapper {
  position: relative;
  padding: 0 3rem;
  margin: 2rem auto;
  max-width: 25rem;
}
.modal__activacion .board__text--wrapper .board__text--title {
  margin-bottom: 0;
}
.modal__activacion .text {
  margin: 1rem auto;
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
}
.modal__activacion .button__secondary.whatsapp {
  border: none;
  max-width: 20rem;
  margin-top: 0.5rem;
  text-decoration: underline;
}
.modal__activacion .button__secondary.whatsapp:hover {
  background: none;
  color: #62b864;
  box-shadow: none;
}
.modal__details .text__result {
  max-height: 65vh;
  overflow: auto;
}
.modal__details .text__result .text {
  color: #2c3137;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.modal__details .text__result .text--upper {
  font-size: 1rem;
  text-transform: uppercase;
}
.modal__details .text__result .text--plan {
  color: #2b36bb;
  text-transform: uppercase;
}
.modal__details .text__result .text--title {
  font-size: 1.5rem;
  text-transform: capitalize;
}
.modal__details .text__result .text--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.modal__details .text__result .text--paragraph {
  text-align: center;
  padding: 0.5rem;
}
.modal__details .text__result .text img {
  max-height: 5rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}
.modal__details .text__result a.text {
  width: 5rem;
  text-align: center;
  border: 2px solid #18E179;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
}
.modal__details .text__result .button {
  margin: 1rem auto;
  width: 85%;
}
.modal__imagen {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.5);
}
.modal__imagen.show {
  left: 0;
  top: 0;
}
.modal__imagen .board__image--wrapper {
  height: 100%;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.modal__imagen img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__imagen .overlay__close--imagen {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: white;
  border-radius: 50%;
  color: #2c3137;
  font-size: 1.75rem;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 20;
  transition: all 0.35s;
}
.modal__imagen .overlay__close--imagen:hover {
  transform: translateY(-0.35rem);
  background: rgba(255, 255, 255, 0.5);
  color: white;
}
.modal__mascategorias--wrapper {
  max-height: 25rem;
  padding: 0 0.5rem;
  overflow: auto;
}
@media only screen and (min-width: 720px) {
  .modal__mascategorias--wrapper {
    max-height: 30rem;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__mascategorias--wrapper {
    max-height: 65vh;
  }
}
.modal__mascategorias .board__text--title {
  margin-bottom: 0 !important;
}
.modal__mascategorias .text--subtitle {
  width: 100%;
  color: #2c3137;
  text-align: left;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  font-size: 1rem;
  padding: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 1rem;
  border-top: 1px solid #d9d9d9;
}
.modal__mascategorias .mobile__slider {
  margin: 0;
}
.modal__mascategorias .mobile__slider--item {
  padding: 0;
}
.modal__mascategorias .mobile__slider input {
  display: none;
}
.modal__mascategorias .mobile__slider input:checked + label {
  border: 2px solid #F8411B;
}
@media only screen and (min-width: 1024px) {
  .modal__mascategorias .mobile__slider {
    flex-wrap: wrap;
  }
  .modal__mascategorias .mobile__slider .mobile__slider--item {
    margin: 0.5rem;
  }
}
.modal__mascategorias .mobile .board__category--wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}
.modal__mascategorias .mobile .board__category {
  width: 4rem;
  height: 4rem;
  border-radius: 0;
}
@media only screen and (min-width: 720px) {
  .modal__mascategorias.show {
    width: 70%;
    left: 15%;
    top: 7%;
  }
}
.modal__cropper {
  height: 80vh;
  z-index: 403;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__cropper .board__text--wrapper .board__text--title {
  justify-content: center;
}
.modal__cropper .board__text--wrapper .board__text--subtitle {
  width: 100%;
  text-align: center;
}
.modal__cropper .editor--wrapper {
  max-width: 100% !important;
  max-height: 40vh !important;
}
.modal__cropper {
  /* Bloque opcional de IA: el panel con la descripción breve se abre desde el toggle */
}
.modal__cropper .cropper__ia {
  width: 100%;
  padding: 0.75rem 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modal__cropper .cropper__ia--toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(107, 27, 248, 0.4);
  border-radius: 2rem;
  background-color: rgba(107, 27, 248, 0.08);
  color: #6B1BF8;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  gap: 0.5rem;
  transition: background-color 0.25s, border-color 0.25s;
}
.modal__cropper .cropper__ia--toggle img {
  width: 1.125rem;
  height: 1.125rem;
}
.modal__cropper .cropper__ia--toggle:hover {
  background-color: rgba(107, 27, 248, 0.16);
}
.modal__cropper .cropper__ia--toggle[aria-expanded=true] {
  border-color: #6B1BF8;
  background-color: rgba(107, 27, 248, 0.16);
}
.modal__cropper .cropper__ia--panel[hidden] {
  display: none;
}
.modal__cropper .button__guardar img {
  filter: invert(1);
}
.modal__cropper .button__cancelar {
  border-color: #010210;
  color: #010210;
}
.modal__cropper .button__cancelar:hover {
  background: #010210;
  color: white;
}
.modal__cropper .form {
  width: 100%;
  padding: 1rem;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
}
.modal__cropper .form .input__label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
}
.modal__cropper .form textarea {
  width: 100%;
  width: 100%;
  background: white;
  padding: 0.5rem;
  color: black;
  border-radius: 0.5rem;
  border: 1px solid rgba(44, 49, 55, 0.35);
}
.modal__destacados--wrapper {
  padding: 1rem;
  max-height: 70vh;
  overflow: auto;
}
.modal__destacados .product__wrapper {
  padding: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  background-color: rgba(217, 217, 217, 0.5);
  cursor: pointer;
  transition: all 0.35s;
}
.modal__destacados .product__wrapper .board__image {
  width: 4rem;
  height: 4rem;
  position: static;
  margin: 0;
  margin-right: 0.5rem;
}
.modal__destacados .product__wrapper .board__destacados--wrapper {
  width: calc(100% - 4.5rem);
}
.modal__destacados .product__wrapper .board__text {
  padding: 0;
}
.modal__destacados .product__wrapper .board__text--title {
  font-size: 1.25rem;
  color: #010210;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__destacados .product__wrapper .board__text img {
  width: 2rem;
  height: 2rem;
  transition: transform 0.35s;
}
.modal__destacados .product__wrapper:hover, .modal__destacados .product__wrapper:focus, .modal__destacados .product__wrapper:active {
  background-color: rgba(24, 225, 121, 0.5);
  box-shadow: 0.25rem 0.25rem 1rem rgba(1, 2, 16, 0.1);
  transform: translateY(-0.25rem);
}
.modal__destacados .product__wrapper:hover .board__text img, .modal__destacados .product__wrapper:focus .board__text img, .modal__destacados .product__wrapper:active .board__text img {
  transform: translateX(0.25rem);
}
.modal__destacados .board__text--wrapper .board__text--title {
  margin: 0 auto;
}
.modal__colors {
  padding-bottom: 1rem;
}
.modal__colors .board__text--wrapper:first-of-type {
  padding-bottom: 0.5rem;
}
.modal__colors .text--subtitle {
  color: #2c3137;
  text-align: left;
  font-style: normal;
  padding: 0;
}
.modal__colors .mobile__slider {
  margin-bottom: 1rem;
}
.modal__colors .label__wrapper {
  margin: 0;
}
.modal__colors .label__color {
  width: 8.5rem;
  height: 4rem;
  border-radius: 0.5rem;
  position: relative;
}
.modal__colors .label__color::after {
  display: block;
  content: attr(data-nombre);
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  font-size: 0.75rem;
  color: white;
  filter: invert(1);
}
.modal__colors .button {
  justify-content: center;
}
.modal__notificaciones .board__text {
  overflow-wrap: anywhere;
}
.modal__notificaciones .board__text--wrapper .board__text--title {
  display: inline-block;
}
.modal__notificaciones .board__text--wrapper .board__text--title span {
  font-size: inherit;
  display: inline-block;
  font-weight: inherit;
  color: inherit;
  cursor: default;
}
.modal__notificaciones .board__text--wrapper .board__text--subtitle {
  font-size: 1.25rem;
  font-weight: 400;
}
.modal__notificaciones .board__text--wrapper .board__text--date {
  font-size: 1rem;
  opacity: 0.7;
}
.modal__zoom img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: 50vh;
  border-radius: 1rem;
}
.modal__zoom.show ~ .overlay--back, .modal__zoom:target ~ .overlay--back {
  display: block !important;
}
.modal {
  /* El bloque .modal__create se fue el 2026-08-20 con el modal que vestía:
     eran 260 líneas para el wizard viejo de creación de tiendas, que ya no
     existe (lo reemplazó el flujo v2, config/v2/store_create_ai.php). Aquí
     vivían .combo, .logo-option y los pasos; nada de eso se usaba fuera. */
}
.modal__apikey:target {
  top: 5%;
}
@media only screen and (min-width: 720px) {
  .modal__apikey:target {
    height: 90%;
  }
}
.modal__apikey .form {
  padding: 1rem 0;
}
.modal__apikey .form .board__input {
  min-height: 2rem;
  width: 100%;
  font-size: 1.25rem;
  background-color: white;
  color: #010210;
  display: block;
  padding: 0.5rem;
  border: 2px solid #6B1BF8;
  outline: 4px solid rgba(107, 27, 248, 0.2);
  border-radius: 0.5rem;
}
.modal__apikey .form .board__input--label {
  width: 100%;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: rgb(139.1191489362, 76.4808510638, 249.5191489362);
}
.modal__apikey .form .board__input--wrapper {
  width: calc(100% - 1rem);
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(107, 27, 248, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal__apikey details {
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d9d9d9;
}
.modal__apikey details .text--subtitle {
  line-height: 1.5rem;
  padding: 1rem 0;
  padding-bottom: 0.5rem;
  margin: 0.5rem auto;
  margin-bottom: 0;
  width: calc(100% - 2rem);
  text-align: left;
  font-style: normal;
  color: #010210;
}
.modal__apikey details .text--subtitle::after {
  display: inline-block;
  content: " ...Ver más";
  color: rgb(139.1191489362, 76.4808510638, 249.5191489362);
  font-size: 0.875rem;
  font-style: italic;
}
.modal__apikey details .text--subtitle strong {
  font-weight: 600;
}
.modal__apikey details .text--subtitle span {
  color: rgb(139.1191489362, 76.4808510638, 249.5191489362);
  font-weight: 900;
}
.modal__apikey details a {
  color: rgb(139.1191489362, 76.4808510638, 249.5191489362);
  text-decoration: underline;
}
.modal__apikey details:first-of-type .text--subtitle::after {
  display: none;
}
.modal__apikey .board__steps {
  max-height: calc(100% - 8.5rem);
  overflow: auto;
  overscroll-behavior: contain;
}
.modal__apikey .board .text--wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal__apikey .board .text--wrapper img {
  width: 100%;
  max-width: 80%;
  padding: 0.5rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  filter: drop-shadow(0 0 0.5rem rgba(44, 49, 55, 0.2));
}
.modal__apikey .board__text--wrapper {
  margin: 0 !important;
}
.modal__apikey .board__text--wrapper img {
  max-height: 2.5rem;
}
.modal__apikey .board__text--title {
  margin: 0 !important;
}
.modal__description {
  background: none;
  pointer-events: none;
}
.modal__description .board__overlay--close {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #1b1c28;
  color: white;
  filter: none;
}
.modal__description .board__overlay--close:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
}
.modal__description > .board__img {
  max-width: 5rem;
  z-index: 1;
  height: 5rem;
  border: 1px solid #18E179;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 2.5rem);
  top: -2rem;
  outline: 0.5rem solid #1b1c28;
}
@media only screen and (min-width: 720px) {
  .modal__description > .board__img {
    top: 2rem;
    max-width: 7rem;
    height: 7rem;
    left: calc(50% - 3.5rem);
  }
}
.modal__description > .board__text--wrapper {
  max-height: 85vh;
  overflow: auto;
  pointer-events: all;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem 1rem 0 0;
  background-color: #1b1c28;
  color: white;
  padding: 4rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 720px) {
  .modal__description > .board__text--wrapper {
    padding: 5rem 1.5rem 1.5rem !important;
    border-radius: 1rem;
  }
}
.modal__description .board__text--wrapper {
  width: 100%;
  position: relative;
}
.modal__description .board__text--title {
  padding: 0;
  color: white !important;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.modal__description .board__text--description {
  margin: 1.5rem 0;
  padding: 0;
  color: white !important;
  font-size: 1rem;
  text-align: left;
}
.modal__description .store__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.modal__description .store__details--item {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__description .store__details--item a {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.75rem;
  padding: 0;
  flex-wrap: nowrap;
  position: relative;
  color: white;
  text-decoration: none;
}
.modal__description .store__details--item a::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-color: #18E179;
  mask: url("../../img/icon-arrow-right.svg") no-repeat center/contain;
  -webkit-mask: url("../../img/icon-arrow-right.svg") no-repeat center/contain;
}
.modal__description .store__details--item a .board__text--wrapper {
  padding: 0;
  width: 100%;
  gap: 0.25rem;
}
.modal__description .store__details--item a .board__text--wrapper .board__text {
  overflow-wrap: anywhere;
}
.modal__description .store__details--item img {
  max-width: 2rem;
  height: 2rem;
}
.modal__description .store__details--item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  opacity: 1;
}
.modal__description .store__details--item .board__text--paragraph {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 0.9375rem;
  opacity: 1;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .modal__description .store__details--item:hover {
    border-color: rgba(24, 225, 121, 0.5);
    background-color: rgba(24, 225, 121, 0.08);
  }
}
.modal__description .store__details--address {
  cursor: default;
  flex-wrap: wrap;
}
.modal__description .store__details--address > div {
  margin-top: 1rem;
  padding: 0 1rem;
  padding-left: 2.5rem;
}
.modal__description .store__details--address iframe {
  border-radius: 1rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(1, 2, 16, 0.35);
}
.modal__description .store__details--address .board__text--wrapper {
  padding: 0;
}
.modal__description .store__details--gallery {
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 0.25rem;
  border: none;
  background: none;
  cursor: default;
}
.modal__description .store__details--gallery .board__img {
  width: 100%;
  height: 10rem;
  max-width: 17rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background: none;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.25s, transform 0.25s;
}
.modal__description .store__details--gallery .board__img:hover {
  border-color: rgba(24, 225, 121, 0.5);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
@media only screen and (min-width: 720px) {
  .modal__description .store__details {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 720px) {
  .modal__description {
    padding-top: 5rem;
  }
  .modal__description .board__text--wrapper .board__img {
    top: -8rem;
  }
}
.modal__addvariante {
  padding: 0;
  background-color: rgb(229.75, 229.75, 229.75);
}
.modal__addvariante > .board__text--wrapper {
  padding: 1rem 0.5rem 0.5rem 0.5rem !important;
  gap: 0.5rem;
  background-color: white;
  justify-content: center;
  border-radius: 1rem 1rem 0 0;
}
.modal__addvariante > .board__text--wrapper .board__text {
  text-align: center;
  padding: 0;
}
.modal__addvariante > .board__text--wrapper .board__text--subtitle {
  color: #6B1BF8;
  font-style: italic;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(107, 27, 248, 0.15);
  width: auto !important;
}
.modal__addvariante .form {
  max-height: 75vh;
  overflow: auto;
  gap: 0.25rem;
}
.modal__addvariante .form, .modal__addvariante .form .dynamic-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.modal__addvariante .form .board__input--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: calc(50% - 0.5rem);
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.modal__addvariante .form .board__input--wrapper.board__input--name {
  width: calc(100% - 8.5rem);
}
.modal__addvariante .form .board__input--wrapper.board__input--price {
  width: 8rem;
}
.modal__addvariante .form .board__input--wrapper.board__input--price .board__input {
  text-align: center;
}
.modal__addvariante .form .board__input--wrapper.board__input--price .input__label {
  width: 100%;
  text-align: center;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview {
  width: 100%;
  gap: 0.5rem;
  padding: 1rem 0;
  margin-top: 0.25rem;
  padding-top: 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview::after {
  display: block;
  content: "";
  background: rgba(44, 49, 55, 0.15);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview .text {
  color: #010210;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview .text--paragraph {
  width: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview .text--paragraph:first-of-type {
  width: calc(100% - 8.5rem);
}
.modal__addvariante .form .board__input--wrapper.board__input--preview .text--paragraph strong, .modal__addvariante .form .board__input--wrapper.board__input--preview .text--paragraph span {
  width: 100%;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview .text--paragraph > strong {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview > span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  min-height: 0;
  background: none;
  right: 0;
  top: 0.7rem;
  padding: 0;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview > span:hover {
  box-shadow: none;
}
.modal__addvariante .form .board__input--wrapper.board__input--preview > span img {
  background-color: rgba(221, 28, 71, 0.2);
  border-radius: 50%;
  margin: 0;
}
.modal__addvariante .form .board__input--wrapper .input__label {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #333333;
  opacity: 0.75;
}
.modal__addvariante .form .board__input--wrapper .board__input {
  padding: 0.5rem;
  border: 1px solid #bfbfbf;
  width: 100%;
  color: #010210;
  border-radius: 0.5rem;
  background-color: white;
}
.modal__addvariante .form .board__input--wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  width: 0;
  height: 2px;
  background: #2b36bb;
  transition: all 0.3s;
  z-index: 1;
}
.modal__addvariante .form .board__input--wrapper.focus:not(.board__input--switch) .input__label {
  color: #2b36bb;
}
.modal__addvariante .form .board__input--wrapper.focus:not(.board__input--switch) .board__input {
  background-color: rgba(43, 54, 187, 0.1);
}
.modal__addvariante .form .board__input--wrapper.focus:not(.board__input--switch)::after {
  width: calc(100% - 1rem);
  left: 0.5rem;
}
.modal__addvariante .form .board__labels--wrapper {
  width: 100%;
  gap: 0.5rem;
  padding: 0.75rem;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal__addvariante .form .board__labels--wrapper .board__input--wrapper .input__label {
  color: #010210;
}
.modal__addvariante .form .board__labels--wrapper .board__input--wrapper.board__input--switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal__addvariante .form .board__labels--wrapper .board__input--wrapper.board__input--switch .input__label {
  font-size: 1rem;
  opacity: 1;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
}
.modal__addvariante .form .board__labels--wrapper .board__input--wrapper.board__input--switch .board__text {
  width: 100%;
  opacity: 0.5;
  color: #010210;
}
.modal__addvariante .form .board__labels--wrapper .board__text--wrapper {
  width: 100%;
  padding: 0;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.modal__addvariante .form .board__labels--wrapper .board__text--subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.modal__addvariante .form .board__labels--wrapper .board__text--small {
  font-size: 0.875rem;
  line-height: 1lh;
  opacity: 0.5;
}
.modal__addvariante .form .board__labels--wrapper .board__text--upper {
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
  color: #6B1BF8;
  margin-bottom: 0.5rem;
}
.modal__addvariante .form .board__labels--wrapper .board__text {
  padding: 0;
}
.modal__addvariante .form .board__labels--wrapper > .button {
  max-width: 24rem;
  border: 1px dashed #010210;
  color: #010210;
  margin: 0.5rem auto;
}
.modal__addvariante .form .board__labels--fotos .mobile__slider {
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  margin: 0;
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item {
  background: rgb(242.5, 242.5, 242.5);
  width: auto;
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: all 0.25s;
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item img {
  border-radius: 1rem;
  transform: scale(0.9);
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item::after {
  content: "";
  display: block;
  transform: scale(0.2);
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 2px solid white;
  top: -0.5rem;
  right: -0.5rem;
  background: url("../img/icons/checkwhite.svg") no-repeat center;
  background-color: #010210;
  background-size: 1.25rem;
  transition: all 0.25s;
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item:hover {
  opacity: 1;
  transform: scale(1.1);
  outline: 0.35rem solid #18E179;
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item.active {
  opacity: 1;
  border-color: #010210;
  box-shadow: 0 0 0.75rem rgba(1, 2, 16, 0.25);
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item.active img {
  transform: scale(1);
}
.modal__addvariante .form .board__labels--fotos .mobile__slider .mobile__slider--item.active::after {
  transform: scale(1);
  opacity: 1;
}
.modal__addvariante .form .dynamic-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.modal__addvariante .form .dynamic-fields .board__input--wrapper:nth-child(odd) {
  width: calc(100% - 6.5rem);
}
.modal__addvariante .form .dynamic-fields .board__input--wrapper:nth-child(odd) .board__input {
  text-align: left;
}
.modal__addvariante .form .dynamic-fields .board__input--wrapper:nth-child(odd) .input__label {
  width: 100%;
  text-align: left;
}
.modal__addvariante .form .dynamic-fields .board__input--wrapper:nth-child(even) {
  width: 6rem;
}
.modal__addvariante .form .dynamic-fields .board__input--wrapper:nth-child(even) .board__input {
  text-align: center;
}
.modal__addvariante .form .dynamic-fields .board__input--wrapper:nth-child(even) .input__label {
  width: 100%;
  text-align: center;
}
.modal__addvariante .form .dynamic-fields .button {
  width: calc(100% - 1rem);
  margin: 1rem auto;
  justify-content: center;
}
.modal__addvariante .form > .button--wrapper {
  position: sticky;
  bottom: 0;
  margin: 0;
  padding: 1rem;
  background: white;
  box-shadow: -1rem 0 1rem rgba(1, 2, 16, 0.2);
  border-radius: 0 0 1rem 1rem;
  z-index: 1;
}
.modal__addvariante .color-chips-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
.modal__addvariante .color-chips-container .selected-color-display {
  display: flex;
  position: relative;
  width: auto;
  min-width: 11rem;
  align-items: center;
  padding: 0.5rem;
  background: white;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  gap: 1rem;
  border: 2px solid rgba(217, 217, 217, 0.5);
  outline: 0.5rem solid rgba(191, 191, 191, 0.2);
}
.modal__addvariante .color-chips-container .selected-color-display::before {
  content: "Este color sera elegible por tu cliente";
  background-color: #2b36bb;
  color: white;
  display: block;
  height: auto;
  padding: 0.5rem;
  position: absolute;
  bottom: -2rem;
  left: 2rem;
  width: 16rem;
  z-index: 1;
  text-align: center;
  border-radius: 0 1rem 1rem 1rem;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(1rem);
  animation: showbefore 5s ease-out 1s;
  -webkit-animation: showbefore 5s ease-out 1s;
}
@keyframes showbefore {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.modal__addvariante .color-chips-container .gradient-icon {
  width: 100%;
  height: 100%;
  background: conic-gradient(#F81B1B 0deg, #FF7700 45deg, #FFF126 90deg, #5AC215 135deg, #13AC82 180deg, #2382FF 225deg, #843EFF 270deg, #FF43CD 315deg, #F81B1B 360deg);
  border-radius: 0.5rem;
}
.modal__addvariante .color-chips-container .custom-color-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px dashed #bfbfbf;
  background: #d9d9d9;
}
.modal__addvariante .color-chips-container .custom-chip.selected {
  border: 2px solid #bfbfbf;
}
.modal__addvariante .color-chips-container .color-preview {
  min-width: 4rem;
  width: auto;
  height: 4rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background: #d9d9d9;
}
.modal__addvariante .color-chips-container .color-text {
  font-size: 1rem;
  color: #010210;
  font-weight: 500;
}
.modal__addvariante .color-chips-container .color-chips-grid {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(8, 1fr);
  padding: 0;
  gap: 0.75rem 0.5rem;
  margin: 0 auto;
}
.modal__addvariante .color-chips-container .color-chip {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  box-shadow: 0 2px 0.25rem rgba(1, 2, 16, 0.1);
}
.modal__addvariante .color-chips-container .color-chip:hover {
  transform: scale(1.1);
  box-shadow: 0 0.25rem 0.5rem rgba(1, 2, 16, 0.2);
  border: 0.25rem solid white;
}
.modal__addvariante .color-chips-container .color-chip.selected {
  border: 0.25rem solid white;
  outline: 2px solid #010210;
  transform: scale(1.1);
}
.modal__addvariante .color-chips-container .color-chip.selected::after {
  content: "";
  background: url("../img/check.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal__addvariante .color-chips-container .color-chip {
  /* Colores específicos */
}
.modal__addvariante .color-chips-container .color-chip[data-color="#ffffff"] {
  background-color: #ffffff;
  border: 3px solid #e5e7eb;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#ffffff"].selected::after {
  color: #000000;
  text-shadow: none;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#808080"] {
  background-color: #808080;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#000000"] {
  background-color: #000000;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#ff0000"] {
  background-color: #ff0000;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#8B4513"] {
  background-color: #8B4513;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#FFA500"] {
  background-color: #FFA500;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#FFFF00"] {
  background-color: #FFFF00;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#FFFF00"].selected::after {
  color: #000000;
  text-shadow: none;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#32CD32"] {
  background-color: #32CD32;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#00CED1"] {
  background-color: #00CED1;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#00FFFF"] {
  background-color: #00FFFF;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#1E90FF"] {
  background-color: #1E90FF;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#0000FF"] {
  background-color: #0000FF;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#800080"] {
  background-color: #800080;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#9932CC"] {
  background-color: #9932CC;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#FF69B4"] {
  background-color: #FF69B4;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#FF1493"] {
  background-color: #FF1493;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#DC143C"] {
  background-color: #DC143C;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#8B0000"] {
  background-color: #8B0000;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#C0C0C0"] {
  background-color: #C0C0C0;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#F5F5F5"] {
  background-color: #F5F5F5;
  border: 3px solid #e5e7eb;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#F5F5F5"].selected::after {
  color: #000000;
  text-shadow: none;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#90EE90"] {
  background-color: #90EE90;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#F0F0F0"] {
  background-color: #F0F0F0;
  border: 3px solid #e5e7eb;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#F0F0F0"].selected::after {
  color: #000000;
  text-shadow: none;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#654321"] {
  background-color: #654321;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#D2691E"] {
  background-color: #D2691E;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#DAA520"] {
  background-color: #DAA520;
}
.modal__addvariante .color-chips-container .color-chip[data-color="#B8860B"] {
  background-color: #B8860B;
}
.modal__addvariante .color-chips-container .color-chip {
  /* Gradientes */
}
.modal__addvariante .color-chips-container .color-chip[data-color*="conic-gradient(from 0deg, #FFD700, #FFA500)"] {
  background: conic-gradient(from 0deg, #FFD700, #FFA500);
}
.modal__addvariante .color-chips-container .color-chip[data-color*="conic-gradient(from 0deg, #CD853F, #DEB887)"] {
  background: conic-gradient(from 0deg, #CD853F, #DEB887);
}
.modal__addvariante .color-chips-container .color-chip[data-color*="conic-gradient(from 0deg, #667eea, #764ba2)"] {
  background: conic-gradient(from 0deg, #667eea, #764ba2);
}
.modal__addvariante .color-chips-container .color-chip[data-color*="conic-gradient(from 0deg, #00c6ff, #0072ff)"] {
  background: conic-gradient(from 0deg, #00c6ff, #0072ff);
}
.modal__addvariante .color-chips-container .color-chip[data-color*="conic-gradient(from 0deg, #ff9a9e, #fad0c4)"] {
  background: conic-gradient(from 0deg, #ff9a9e, #fad0c4);
}
.modal__addvariante .color-chips-container--color .board__input--wrapper:nth-of-type(1) .board__input {
  margin-left: 2.5rem;
}
.modal__addvariante .color-chips-container--color .board__input--wrapper:nth-of-type(1).focus::after {
  width: calc(100% - 3.5rem) !important;
  left: 3rem !important;
}
.modal__addvariante .color-chips-container--color .board__input--wrapper .input__label--color {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #d9d9d9;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: white;
}
.modal__gallery > .board__text--wrapper {
  margin: 0.5rem auto;
  margin-bottom: 0.75rem;
  gap: 0.25rem;
}
.modal__gallery > .board__text--wrapper .board__text {
  text-align: center;
}
.modal__gallery > .board__text--wrapper .board__text--small {
  color: #6B1BF8;
  font-weight: 600;
  font-style: italic;
}
.modal__gallery .gallery-content {
  padding: 0.5rem;
  max-height: 70vh;
  overflow: auto;
}
.modal__gallery .gallery__images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
  gap: 0.5rem;
  width: 100%;
}
.modal__gallery .gallery__images .gallery-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.modal__gallery .gallery__images .gallery-image-wrapper .board__text {
  color: #010210;
  padding: 0.25rem;
  margin-top: 0.25rem;
  line-height: 1rem;
  text-align: center;
}
.modal__gallery .gallery__images .gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
  display: block;
  border: 0.25rem solid transparent;
  transition: all 0.3s ease;
  border-radius: 1rem;
}
.modal__gallery .gallery__images .gallery-image-wrapper input[type=checkbox] {
  display: none;
}
.modal__gallery .gallery__images .gallery-image-wrapper .gallery-image-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  border-radius: 0.75rem;
}
.modal__gallery .gallery__images .gallery-image-wrapper input[type=checkbox]:checked + .gallery-image-container {
  outline: 3px solid #010210;
  outline-offset: 0.25rem;
}
.modal__gallery .gallery__images .gallery-image-wrapper input[type=checkbox]:checked + .gallery-image-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 1.75rem;
  height: 1.75rem;
  background: #010210 url("../img/icons/checkwhite.svg") no-repeat center;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0.25rem 0.5rem rgba(44, 49, 55, 0.15);
}
.modal__gallery .gallery__images .gallery-image-wrapper input[type=checkbox]:checked + .gallery-image-container img {
  transform: scale(0.95);
}
.modal__gallery .gallery__images .gallery-image-wrapper:hover .gallery-image-container {
  outline: 0.25rem solid rgba(43, 54, 187, 0.5);
  outline-offset: 0.25rem;
}
.modal__gallery .gallery__images .gallery-image-wrapper:hover .gallery-image-container img {
  opacity: 0.7;
  transform: scale(1.05);
}
@media only screen and (min-width: 720px) {
  .modal__gallery .gallery__images {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .modal__gallery .gallery__images {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
  }
}
.modal__gallery .gallery__images.max-selected .gallery-image-wrapper:not(.selected) {
  pointer-events: none;
  opacity: 0.5;
}
.modal__gallery .gallery-image-name {
  font-size: 0.75rem;
  color: #333333;
  text-align: center;
  padding: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal__gallery .gallery-image-wrapper {
  padding: 0.5rem;
}
.modal__callmebot {
  /* Mobile-first: hoja inferior a todo lo ancho; desde 720px recupera su
     caja centrada con esquinas completas */
}
.modal__callmebot {
  max-height: calc(100vh - 3rem);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #1b1c28;
  color: white;
  left: 0;
  width: 100%;
}
.modal__callmebot:target {
  top: auto;
  bottom: 0;
}
@media only screen and (min-width: 720px) {
  .modal__callmebot {
    max-height: calc(100vh - 5rem);
    max-width: 46rem;
    width: 70%;
    left: 15%;
    border-radius: 1rem;
  }
  .modal__callmebot:target {
    top: 5%;
    bottom: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .modal__callmebot {
    width: 46rem;
    left: calc(50% - 23rem);
  }
  .modal__callmebot:target {
    left: calc(50% - 23rem);
  }
}
.modal__callmebot .board__overlay--close {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  filter: none;
}
.modal__callmebot .board__overlay--close:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
  transform: none;
}
.modal__callmebot--head {
  padding: 2rem 1.25rem 1.25rem !important;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal__callmebot--head .board__text--title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: white !important;
  font-size: 1.5rem;
  text-align: center;
}
.modal__callmebot--head .board__text--subtitle {
  display: block !important;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.9375rem;
  font-style: normal;
  text-align: center !important;
}
.modal__callmebot--brand {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #18E179;
  vertical-align: middle;
  white-space: nowrap;
}
.modal__callmebot--brand img {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  filter: none;
}
.modal__callmebot--content {
  max-height: none !important;
  padding: 0 1.25rem 1.25rem;
  overflow: visible !important;
}
.modal__callmebot--content .board__details {
  width: 100%;
  padding: 0;
}
.modal__callmebot--content .modal__callmebot--step,
.modal__callmebot--content .board__details > details {
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal__callmebot--content .modal__callmebot--step:first-child,
.modal__callmebot--content .board__details > details:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal__callmebot--content .modal__callmebot--step summary,
.modal__callmebot--content .board__details > details summary {
  display: block;
  cursor: default;
  list-style: none;
}
.modal__callmebot--content .modal__callmebot--step summary::-webkit-details-marker,
.modal__callmebot--content .board__details > details summary::-webkit-details-marker {
  display: none;
}
.modal__callmebot--content .modal__callmebot--step .text--subtitle,
.modal__callmebot--content .modal__callmebot--step summary,
.modal__callmebot--content .board__details > details .text--subtitle,
.modal__callmebot--content .board__details > details summary {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: white !important;
  font-size: 0.9375rem !important;
  font-style: normal !important;
  text-align: left !important;
}
.modal__callmebot--content .modal__callmebot--step .text--subtitle span,
.modal__callmebot--content .board__details > details .text--subtitle span {
  color: #18E179;
  font-weight: 800;
}
.modal__callmebot--content .modal__callmebot--step summary > span,
.modal__callmebot--content .board__details > details summary > span {
  color: #18E179;
  font-weight: 800;
}
.modal__callmebot--content .modal__callmebot--step .text--subtitle strong,
.modal__callmebot--content .board__details > details .text--subtitle strong {
  color: #18E179;
  font-weight: 700;
}
.modal__callmebot--content .modal__callmebot--step,
.modal__callmebot--content .board__details > details {
  /* Acotado al ancho del modal: a todo lo ancho desbordaba y
     provocaba scroll horizontal en móvil. inline-flex y no block:
     con block se perdía el centrado de .button y, como arrastra
     min-height, el texto quedaba pegado al borde de arriba. */
}
.modal__callmebot--content .modal__callmebot--step .modal__callmebot--send,
.modal__callmebot--content .board__details > details .modal__callmebot--send {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 1.5rem);
  margin: 0.75rem 0 0 1.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.modal__callmebot--content .form {
  padding: 1.25rem 0 0;
}
.modal__callmebot--content .form .board__input--wrapper {
  display: block;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.modal__callmebot--content .form .board__input--wrapper .board__input--label {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  text-align: left;
}
.modal__callmebot--content .form .board__input--wrapper .board__input:not([type=checkbox]) {
  min-height: 3rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  outline: none;
  background-color: rgba(255, 255, 255, 0.06);
  color: white;
  font-size: 1rem;
}
.modal__callmebot--content .form .board__input--wrapper .board__input:not([type=checkbox])::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.modal__callmebot--content .form .board__input--wrapper .board__input:not([type=checkbox])::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.modal__callmebot--content .form .board__input--wrapper .board__input:not([type=checkbox]):focus {
  border-color: #18E179;
  background-color: rgba(255, 255, 255, 0.1);
}
.modal__callmebot--content .form .modal__callmebot--test {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.modal__callmebot--content .form .modal__callmebot--test .button {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.modal__callmebot--content .form .modal__callmebot--test .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.modal__callmebot--content .form .modal__callmebot--test p {
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}
.modal__callmebot--content .form .modal__callmebot--preferences {
  /* Los dos interruptores como hermanos, uno al lado del otro.
     Apilados en teléfono: en dos columnas la etiqueta larga
     ("Avisarme de nuevas compras") se partía en tres renglones
     y dejaba las cajas de alturas distintas. */
}
.modal__callmebot--content .form .modal__callmebot--preferences {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media only screen and (min-width: 36rem) {
  .modal__callmebot--content .form .modal__callmebot--preferences {
    grid-template-columns: 1fr 1fr;
  }
}
.modal__callmebot--content .form .modal__callmebot--preferences .board__input--wrapper {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.modal__callmebot--content .form .modal__callmebot--preferences .modal__callmebot--switchtext {
  padding-right: 0;
}
.modal__callmebot--content .form .modal__callmebot--preferences .input__label--checkbox {
  display: block;
  width: auto;
  padding: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
}
.modal__callmebot--content .form .modal__callmebot--preferences .board__input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 1.5rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s, border-color 0.25s;
}
.modal__callmebot--content .form .modal__callmebot--preferences .board__input[type=checkbox]::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0.1875rem;
  top: 0.1875rem;
  transition: transform 0.25s;
}
.modal__callmebot--content .form .modal__callmebot--preferences .board__input[type=checkbox]:checked {
  border-color: #18E179;
  background-color: #18E179;
}
.modal__callmebot--content .form .modal__callmebot--preferences .board__input[type=checkbox]:checked::after {
  transform: translateX(1.25rem);
}
.modal__callmebot--content .form .button--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
}
.modal__callmebot--content .form .button--wrapper .button {
  flex: 1 1 12rem;
  margin: 0;
}
.modal__videozoom .board__text--wrapper {
  justify-content: center;
}

.overlay--back {
  display: none;
  position: fixed;
  z-index: 401;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay--back.show {
  display: block;
}

.confirmbar {
  position: fixed;
  top: 1rem;
  left: 50%;
  width: calc(100% - 2rem);
  max-width: 34rem;
  padding: 1.25rem;
  z-index: 450;
  border-radius: 1rem;
  background: var(--theme-surface);
  color: var(--theme-text);
  border: 1px solid var(--theme-chip-border);
  box-shadow: 0 1rem 3rem var(--theme-shadow);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-0.5rem);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.confirmbar.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.confirmbar__title {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  text-align: center;
}
.confirmbar__paragraph {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.85;
}
.confirmbar__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.confirmbar__actions .button {
  flex: 1 1 12rem;
  margin: 0;
}

.easy .board.modal__faqs .board__text--title {
  margin-bottom: 0;
}
.easy .board.modal__faqs .board__details {
  max-height: 65vh;
  overflow: auto;
  padding: 0 0.5rem;
}
.easy .board.modal__faqs .board__details details .text {
  padding: 0 1rem;
  font-style: normal;
  color: #2c3137;
}
.easy .board.modal__faqs .board__details details .text--subtitle {
  padding: 0.25rem 1rem;
}
.easy .board.modal__faqs .board__details details .text span {
  color: #2c3137;
}
.easy .board.modal__faqs .board__details details summary::before {
  background: url("../img/icon-arrow-right.svg") no-repeat center;
  background-size: contain;
  left: -0.5rem !important;
}
.easy .board.modal__faqs .board__details details[open] summary {
  font-weight: 700;
  padding-bottom: 1rem;
}

/* ---------------------------------------------------------------------------
   Modal de notificaciones push: reutiliza la caja de .modal__callmebot.

   El asistente atiende cuatro contextos (celular/computadora × app/navegador) y
   el JS decide los textos; aquí solo vive la forma. Los estados son pills que el
   JS llena y colorea con is-ok / is-warn / is-error, y las vacías no se ven.
--------------------------------------------------------------------------- */
.modal.modal__push {
  /* ---- Asistente por pasos (mobile-first) ---- */
  /* Círculo de éxito del encabezado. Solo sale en los estados que confirman
     un logro (app lista, todo listo), no en los que piden algo. */
}
.modal.modal__push .wiz__hero {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.85rem;
  border: 1px solid rgba(24, 225, 121, 0.55);
  border-radius: 50%;
  background-color: rgba(24, 225, 121, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318E179' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.modal.modal__push .wiz__hero[hidden] {
  display: none;
}
.modal.modal__push .wiz__bar {
  display: flex;
  gap: 0.25rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.modal.modal__push .wiz__bar[hidden] {
  display: none;
}
.modal.modal__push .wiz__bar--item {
  flex: 1 1 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.625rem;
  text-align: center;
}
.modal.modal__push .wiz__bar--item.is-active {
  color: #18E179;
}
.modal.modal__push .wiz__bar--item.is-done {
  color: rgba(255, 255, 255, 0.7);
}
.modal.modal__push .wiz__bar--item {
  /* Línea que une cada paso con el anterior: va del borde derecho del
     círculo previo al borde izquierdo del propio, a la altura de su
     centro (1.6rem de alto → 0.8rem), y se pinta en verde en cuanto
     ese tramo ya se recorrió. */
}
.modal.modal__push .wiz__bar--item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: calc(-50% + 0.7rem);
  width: calc(100% - 1.65rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.18);
}
.modal.modal__push .wiz__bar--item:first-child::before {
  content: none;
}
.modal.modal__push .wiz__bar--item.is-active::before, .modal.modal__push .wiz__bar--item.is-done::before {
  background-color: rgba(24, 225, 121, 0.45);
}
.modal.modal__push .wiz__bar--num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
}
.modal.modal__push .wiz__bar--item.is-active .wiz__bar--num {
  background-color: rgba(24, 225, 121, 0.15);
}
.modal.modal__push .wiz__bar {
  /* Paso cumplido: el número se cambia por una palomita. Se tapa con un
     ::after en lugar de vaciar el texto para que el JS no tenga que
     reescribir el marcado al ir y volver entre pasos. */
}
.modal.modal__push .wiz__bar--item.is-done .wiz__bar--num {
  border-color: #18E179;
  background-color: #18E179;
  color: transparent;
}
.modal.modal__push .wiz__bar--item.is-done .wiz__bar--num::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101720' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem;
}
.modal.modal__push .wiz__bar--txt {
  line-height: 1.2;
}
.modal.modal__push .wiz__panel {
  display: block;
  padding: 0 0 0.5rem;
}
.modal.modal__push .wiz__panel[hidden] {
  display: none;
}
.modal.modal__push .wiz__text {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
.modal.modal__push .wiz__text strong {
  color: white;
  font-weight: 700;
}
.modal.modal__push .wiz__text {
  /* Los textos que acompañan a una acción van centrados y en cursiva, como
     el resto de las indicaciones del asistente. */
}
.modal.modal__push .wiz__text--centro {
  font-style: italic;
  text-align: center;
}
.modal.modal__push .wiz__text--destacado {
  color: white;
  font-weight: 700;
  font-style: italic;
}
.modal.modal__push {
  /* Nota al pie de un paso: mismo tono que el panel, sin color de alerta,
     porque son salidas alternativas y no advertencias. */
}
.modal.modal__push .wiz__nota {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}
.modal.modal__push .wiz__nota strong {
  color: white;
  font-weight: 700;
}
.modal.modal__push .wiz__nota[hidden] {
  display: none;
}
.modal.modal__push {
  /* Aviso en ámbar: no es un error, es "revisa esto antes de seguir". */
}
.modal.modal__push .wiz__aviso {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 152, 0, 0.45);
  border-radius: 0.65rem;
  background-color: rgba(255, 152, 0, 0.12);
  color: #f3cf9b;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}
.modal.modal__push .wiz__aviso strong {
  color: #ffb84d;
  font-weight: 700;
}
.modal.modal__push .wiz__aviso[hidden] {
  display: none;
}
.modal.modal__push {
  /* Botón de acción del paso: compacto y centrado, no a todo lo ancho, para
     que se distinga de la fila fija de navegación de abajo. */
}
.modal.modal__push .wiz__accion {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 0.25rem;
  padding: 0.7rem 1.35rem;
  font-size: 0.9375rem;
  text-align: center;
}
.modal.modal__push .wiz__accion[hidden] {
  display: none;
}
.modal.modal__push .wiz__accion:disabled, .modal.modal__push .wiz__accion.isDisabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.modal.modal__push .wiz__accion {
  /* Estado "trabajando": punto que late a la izquierda del texto */
}
.modal.modal__push .wiz__accion.is-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.modal.modal__push .wiz__accion.is-loading::before {
  content: "";
  flex: 0 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: currentColor;
  animation: wizLatido 1s ease-in-out infinite;
}
.modal.modal__push {
  /* Tarjeta que confirma que la app quedó lista, con el mismo ícono que el
     usuario va a buscar en su dispositivo. */
}
.modal.modal__push .wiz__appcard {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0.85rem auto 0;
  padding: 0.7rem 1.1rem 0.7rem 0.7rem;
  border: 1px solid rgba(24, 225, 121, 0.5);
  border-radius: 0.9rem;
  background-color: rgba(24, 225, 121, 0.1);
  text-align: left;
}
.modal.modal__push .wiz__appcard[hidden] {
  display: none;
}
.modal.modal__push .wiz__appcard--icono {
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0;
  border-radius: 0.8rem;
  background-color: #010210;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.modal.modal__push .wiz__appcard--datos {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.modal.modal__push .wiz__appcard--meta {
  color: #18E179;
  font-size: 0.75rem;
  font-style: italic;
}
.modal.modal__push .wiz__appcard--nombre {
  color: white;
  font-size: 1.125rem;
  font-weight: 800;
}
.modal.modal__push {
  /* ---- Paso 2: ajustes como acordeones ----

     Cada ajuste se despliega por separado: son cuatro pantallas del sistema y
     mostrarlas todas a la vez hacía el paso ilegible. Abrir uno lo marca como
     leído, y hasta que los dos estén leídos no se habilita el interruptor. */
}
.modal.modal__push .wiz__ajustes {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.modal.modal__push .wiz__ajustes[hidden] {
  display: none;
}
.modal.modal__push .wiz__ajuste {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background-color: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.modal.modal__push .wiz__ajuste.is-listo {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.07);
}
.modal.modal__push .wiz__ajuste--head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 0.9rem;
  border: 0;
  background: none;
  color: #18E179;
  cursor: pointer;
  text-align: left;
}
.modal.modal__push .wiz__ajuste {
  /* Campanita mientras está pendiente, palomita cuando ya se leyó */
}
.modal.modal__push .wiz__ajuste--marca {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318E179' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8.5a6 6 0 1 0-12 0c0 6-2.5 7.5-2.5 7.5h17S18 14.5 18 8.5'/%3E%3Cpath d='M10.3 19.5a2 2 0 0 0 3.4 0'/%3E%3C/svg%3E");
}
.modal.modal__push .wiz__ajuste.is-listo .wiz__ajuste--marca {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2318E179'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm5.1 7.6-6.2 6.2a1 1 0 0 1-1.4 0L6.9 13.2a1 1 0 0 1 1.4-1.4l1.9 1.9 5.5-5.5a1 1 0 0 1 1.4 1.4Z'/%3E%3C/svg%3E");
}
.modal.modal__push .wiz__ajuste--titulo {
  flex: 1 1 auto;
  min-width: 0;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.modal.modal__push .wiz__ajuste {
  /* "Ver instrucciones ›": la flecha gira al abrir */
}
.modal.modal__push .wiz__ajuste--ver {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8125rem;
  font-style: italic;
}
.modal.modal__push .wiz__ajuste--ver::after {
  content: "›";
  display: inline-block;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1;
  transition: transform 0.25s;
}
.modal.modal__push .wiz__ajuste.is-abierto .wiz__ajuste--ver::after {
  transform: rotate(90deg);
}
.modal.modal__push .wiz__ajuste--cuerpo {
  padding: 0 0.9rem 0.9rem;
}
.modal.modal__push .wiz__ajuste--cuerpo[hidden] {
  display: none;
}
.modal.modal__push .wiz__ajuste--nota {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
}
.modal.modal__push .wiz__ajuste--nota strong {
  color: white;
  font-weight: 700;
}
.modal.modal__push {
  /* Pasos numerados dentro de un ajuste. El número va en cursiva verde y por
     fuera del texto, para poder seguirlos mientras se mira el teléfono. */
}
.modal.modal__push .wiz__pasos {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: wizpaso;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.modal.modal__push .wiz__paso {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}
.modal.modal__push .wiz__paso::before {
  counter-increment: wizpaso;
  content: counter(wizpaso) ".";
  flex: 0 0 auto;
  align-self: flex-start;
  min-width: 0.9rem;
  color: #18E179;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 700;
}
.modal.modal__push .wiz__paso strong {
  color: white;
  font-weight: 700;
}
.modal.modal__push .wiz__paso--icono {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0;
  border-radius: 0.45rem;
  background-color: #010210;
}
.modal.modal__push {
  /* La ruta va como camino de migas: los teléfonos la nombran distinto y el
     usuario la va comparando pantalla por pantalla. */
}
.modal.modal__push .wiz__ruta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
}
.modal.modal__push .wiz__ruta--label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
}
.modal.modal__push .wiz__ruta--path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
}
.modal.modal__push .wiz__ruta--paso {
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.modal.modal__push .wiz__ruta--paso--fin {
  background-color: rgba(24, 225, 121, 0.18);
  color: #18E179;
}
.modal.modal__push .wiz__ruta {
  /* Separador como elemento propio y no como ::before del chip: la ruta
     envuelve en pantallas angostas y así la flecha queda fuera del chip. */
}
.modal.modal__push .wiz__ruta--sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.modal.modal__push {
  /* Los switches del panel cuelgan de selectores como `.easy .form
     .board__input--switch`, que este modal no cumple. Se replican aquí una
     sola vez para todos los de la ventana con el verde del tema oscuro. */
}
.modal.modal__push .board__input--switch {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.modal.modal__push .board__input--switch .board__input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.modal.modal__push .board__input--switch .switch {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  margin: 0;
  border: none;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal.modal__push .board__input--switch .switch::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s;
}
.modal.modal__push .board__input--switch .board__input:checked + .switch {
  background-color: rgba(24, 225, 121, 0.35);
}
.modal.modal__push .board__input--switch .board__input:checked + .switch::after {
  left: 1.5rem;
  background-color: #18E179;
}
.modal.modal__push .board__input--switch .board__input:disabled + .switch {
  opacity: 0.4;
  cursor: not-allowed;
}
.modal.modal__push .wiz__switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal.modal__push .wiz__switch--txt {
  color: white;
  font-size: 0.875rem;
  cursor: pointer;
}
.modal.modal__push .wiz__switch {
  /* El de "ya hice los ajustes" vive pegado a la navegación: es lo que
     habilita Continuar, así que se lee junto con el botón. */
}
.modal.modal__push .wiz__switch--nav {
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.25rem;
  padding: 0.85rem 0 0;
  border-bottom: 0;
}
.modal.modal__push .wiz__switch--nav .wiz__switch--txt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-style: italic;
}
.modal.modal__push .wiz__switch--nav[hidden] {
  display: none;
}
.modal.modal__push {
  /* Qué dispositivos están recibiendo los avisos. Sirve para dos cosas:
     confirmar que el teléfono quedó registrado y detectar el que ya no se usa
     (un celular viejo que sigue sonando). El propio se marca en verde. */
}
.modal.modal__push .wiz__devices {
  margin: 1rem 0 0;
}
.modal.modal__push .wiz__devices--titulo {
  margin: 0 0 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}
.modal.modal__push .wiz__devices--lista {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modal.modal__push .wiz__devices--nota {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: left;
}
.modal.modal__push .wiz__device {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.7rem;
  background-color: rgba(255, 255, 255, 0.04);
}
.modal.modal__push .wiz__device.is-actual {
  border-color: rgba(24, 225, 121, 0.45);
  background-color: rgba(24, 225, 121, 0.08);
}
.modal.modal__push .wiz__device--icono {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background-color: rgba(255, 255, 255, 0.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.15rem;
}
.modal.modal__push .wiz__device--icono--escritorio, .modal.modal__push .wiz__device--icono--desconocido {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318E179' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='2.5' y='4' width='19' height='12.5' rx='2'/%3E%3Cpath d='M8 20.5h8M12 16.5v4'/%3E%3C/svg%3E");
}
.modal.modal__push .wiz__device--icono--movil {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318E179' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2.5'/%3E%3Cpath d='M10.5 18.5h3'/%3E%3C/svg%3E");
}
.modal.modal__push .wiz__device--datos {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.modal.modal__push .wiz__device--nombre {
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}
.modal.modal__push .wiz__device--meta {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}
.modal.modal__push .wiz__device--actual {
  flex: 0 0 auto;
  padding: 0.2rem 0.5rem;
  border-radius: 2rem;
  background-color: rgba(24, 225, 121, 0.18);
  color: #18E179;
  font-size: 0.6875rem;
  font-weight: 700;
}
.modal.modal__push .wiz__device--actual[hidden] {
  display: none;
}
.modal.modal__push .wiz__acciones {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.modal.modal__push .wiz__acciones .button {
  width: 100%;
  margin: 0;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  text-align: center;
}
.modal.modal__push {
  /* Las dos acciones siempre en la misma fila y del mismo ancho: no hay un
     tercer botón de cerrar debajo, el secundario ya hace ese papel. */
}
.modal.modal__push .wiz__nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal.modal__push .wiz__nav .button {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.7rem 1rem;
  font-size: 0.9375rem;
  text-align: center;
}
.modal.modal__push .wiz__nav .button[hidden] {
  display: none;
}
.modal.modal__push .wiz__nav .button.isDisabled,
.modal.modal__push .wiz__nav .button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.modal.modal__push {
  /* El interruptor de confirmación se pega a la navegación: sin doble borde */
}
.modal.modal__push .wiz__switch--nav + .wiz__nav {
  margin-top: 0.5rem;
}
.modal.modal__push {
  /* A partir de tablet hay sitio para las acciones en fila */
}
@media only screen and (min-width: 30rem) {
  .modal.modal__push .wiz__bar--item {
    font-size: 0.6875rem;
  }
  .modal.modal__push .wiz__acciones {
    flex-direction: row;
  }
}
.modal.modal__push {
  /* ---- Pills de estado ----

     Tres tonos con significados distintos y no intercambiables: verde
     confirma, ámbar avisa que algo puede fallar y rojo dice que así no va a
     funcionar. El rojo va en sólido porque es el único que bloquea. */
}
.modal.modal__push .modal__push--status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0.85rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.35;
  text-align: left;
}
.modal.modal__push .modal__push--status:empty {
  display: none;
}
.modal.modal__push .modal__push--status::before {
  content: "";
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.65rem;
}
.modal.modal__push .modal__push--status.is-ok {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
  color: #18E179;
}
.modal.modal__push .modal__push--status.is-ok::before {
  background-color: #18E179;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101720' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
}
.modal.modal__push .modal__push--status.is-warn {
  border-color: rgba(255, 152, 0, 0.6);
  background-color: rgba(255, 152, 0, 0.12);
  color: #ffc266;
}
.modal.modal__push .modal__push--status.is-warn::before {
  background-color: #ffb84d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101720' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M12 6v8M12 18.4v.01'/%3E%3C/svg%3E");
}
.modal.modal__push .modal__push--status.is-error {
  border-color: #dd1c47;
  background-color: #dd1c47;
  color: white;
}
.modal.modal__push .modal__push--status.is-error::before {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101720' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M12 6v8M12 18.4v.01'/%3E%3C/svg%3E");
}

@keyframes wizLatido {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------- El asistente de dominio propio -------------------------------

  Modal config/modal/modal__dominio.php. Antes esto era un modal con un solo
  <select> y, en el perfil, el buscador + el formulario del dominio propio + los
  once campos del titular apilados en la misma tarjeta: tres formularios sin
  decir cual tocaba.

  Se ensenia un paso a la vez. `.dom__paso` esta oculto y solo el que trae
  `.is-active` se ve; quien decide cual es el servidor (et_dominio_paso), no este
  archivo ni el JS.

  Superficie $c-dark-surface, radio 1rem y campos sobre --pf-field/--pf-border,
  el mismo lenguaje del perfil y de la activacion de plan: el modal se abre desde
  el perfil y tiene que verse de la misma familia.
*/
.modal.modal__dominio {
  background-color: #1b1c28;
  color: white;
}
.modal.modal__dominio {
  /* Encabezado centrado, y el dominio en verde debajo del título: en este modal
     el dominio no es un subtítulo cualquiera, es de qué se está hablando —y en
     casi todos los pasos es el único dato de la pantalla que el cliente
     reconoce como suyo—. */
}
.modal.modal__dominio .board__text--wrapper {
  padding-bottom: 0.5rem;
}
.modal.modal__dominio .board__text--wrapper .board__text--title {
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
}
.modal.modal__dominio .board__text--wrapper .board__text--subtitle {
  justify-content: center;
  text-align: center;
  color: #18E179;
  font-size: 0.9375rem;
  font-weight: 600;
}
.modal.modal__dominio .dom__pasos {
  width: 100%;
  padding: 0;
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.modal.modal__dominio .dom__paso {
  display: none;
  width: 100%;
}
.modal.modal__dominio .dom__paso.is-active {
  display: block;
}
.modal.modal__dominio {
  /* ---- textos ---- */
}
.modal.modal__dominio .dom__texto {
  width: 100%;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.modal.modal__dominio .dom__texto strong {
  color: white;
}
.modal.modal__dominio .dom__texto--ok strong {
  color: #18E179;
}
.modal.modal__dominio .dom__texto--alerta strong {
  color: #ff9800;
}
.modal.modal__dominio .dom__texto {
  /* Centrado en los pasos donde no hay nada que capturar —esperando,
     revisión—: ahí el texto es el contenido de la pantalla, no la
     introducción de un formulario. */
}
.modal.modal__dominio .dom__texto--centro {
  text-align: center;
}
.modal.modal__dominio .dom__nota {
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.45;
}
.modal.modal__dominio .dom__nota strong {
  color: white;
}
.modal.modal__dominio .dom__nota a {
  color: #18E179;
  text-decoration: underline;
}
.modal.modal__dominio .dom__nota {
  /* El aviso que cuesta dinero o tumba el dominio: los 15 dias del correo,
     los nameservers que no hay que tocar. Va distinto porque si se ve igual
     que el resto, se lee igual que el resto. */
}
.modal.modal__dominio .dom__nota--alerta {
  background-color: rgba(255, 152, 0, 0.12);
  border-left: 3px solid #ff9800;
  color: rgba(255, 255, 255, 0.85);
}
.modal.modal__dominio {
  /* El aviso corto de arriba de un paso: lo que hay que entender antes de
     hacer nada. Va centrado y en amarillo —ni gris como una nota al pie ni
     naranja como .dom__nota--alerta, que es para lo que cuesta dinero o tumba
     el dominio—: esto no es un peligro, es el encabezado del trabajo. */
}
.modal.modal__dominio .dom__tip {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.6rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}
.modal.modal__dominio .dom__tip strong {
  color: white;
}
.modal.modal__dominio .dom__tip {
  /* En verde cuando lo que dice es que algo ya salió bien —el pago
     confirmado—. El amarillo y el naranja de esta pantalla están
     reservados para lo que el cliente todavía tiene que hacer o para lo
     que le puede costar el dominio; un aviso de buenas noticias en color
     de advertencia hace que el de advertencia deje de significar algo. */
}
.modal.modal__dominio .dom__tip--ok {
  border-color: rgba(24, 225, 121, 0.4);
  background-color: rgba(24, 225, 121, 0.1);
}
.modal.modal__dominio .dom__tip--ok strong {
  color: #18E179;
}
.modal.modal__dominio {
  /* ---- las dos tarjetas del primer paso ---- */
}
.modal.modal__dominio .dom__cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1rem 0 0;
}
.modal.modal__dominio .dom__card {
  /* Vertical y no en fila: son dos caminos distintos, no dos opciones de
     una lista, y en fila el texto de cada uno queda a dos renglones de
     ancho y no se lee. */
}
.modal.modal__dominio .dom__card {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.04);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal.modal__dominio .dom__card:hover, .modal.modal__dominio .dom__card:focus-visible {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.08);
}
.modal.modal__dominio .dom__card--icono {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  flex: 0 0 auto;
}
.modal.modal__dominio .dom__card--titulo {
  width: calc(100% - 3.25rem);
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.modal.modal__dominio .dom__card--texto {
  width: 100%;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  line-height: 1.45;
}
.modal.modal__dominio .dom__card--texto strong {
  color: rgba(255, 255, 255, 0.9);
}
.modal.modal__dominio .dom__volver {
  margin: 0 0 0.75rem;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  cursor: pointer;
}
.modal.modal__dominio .dom__volver:hover {
  color: white;
}
.modal.modal__dominio {
  /* La flecha de volver del formulario del titular: esquina de arriba a la
     izquierda, enfrente de la que cierra, y solo la flecha. Con la palabra
     «Volver» al lado de un título competía con él, y a media opacidad se leía
     como algo apagado —lo estaba, y no lo está—.

     Va en la esquina del modal y no dentro del formulario porque el que tiene
     el scroll es `.dom__pasos`: ahí dentro la flecha se va con el contenido y
     deja de estar donde el cliente la buscó. */
}
.modal.modal__dominio .dom__atras {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.modal__dominio .dom__atras:hover, .modal.modal__dominio .dom__atras:focus-visible {
  border-color: rgba(24, 225, 121, 0.55);
  background-color: rgba(24, 225, 121, 0.18);
}
.modal.modal__dominio .dom__atras[hidden] {
  display: none;
}
.modal.modal__dominio {
  /* ---- el buscador ---- */
}
.modal.modal__dominio .dom__buscador {
  width: 100%;
}
.modal.modal__dominio .dom__buscador .board__input--label {
  color: rgba(255, 255, 255, 0.7);
}
.modal.modal__dominio .dom__buscador--campos {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.modal.modal__dominio .dom__buscador--campos #custom-domain-input {
  width: calc(100% - 7rem);
}
.modal.modal__dominio .dom__buscador--campos #domain-tld-select {
  width: 6.5rem;
}
.modal.modal__dominio .dom__buscador .button {
  width: 100%;
}
.modal.modal__dominio {
  /* ---- los formularios ---- */
}
.modal.modal__dominio .dom__form {
  width: 100%;
}
.modal.modal__dominio .dom__form .button {
  width: 100%;
  margin-top: 0.5rem;
}
.modal.modal__dominio {
  /* ---- los campos ----
     Con etiqueta y campo propios, no con .board__input--wrapper: ese viene del
     formulario del perfil, donde es una fila horizontal, y dentro de esta
     rejilla dejaba la etiqueta pegada a un campo diminuto. Aquí el modal manda
     sobre sus campos y nadie más.

     Dos columnas desde tablet: once campos en una sola columna son once
     renglones de scroll dentro de un modal que ya tiene scroll. */
}
.modal.modal__dominio .dom__campos {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
.modal.modal__dominio .dom__campo {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  margin: 0;
  cursor: text;
}
.modal.modal__dominio .dom__campo {
  /* El correo y la calle van al ancho completo: son los dos que de verdad
     se quedan cortos en media columna. */
}
.modal.modal__dominio .dom__campo--ancho {
  grid-column: 1/-1;
}
.modal.modal__dominio .dom__campo {
  /* Las etiquetas en blanco y sin transparencia: son once campos que hay
     que leer uno por uno para capturarlos bien, y a media opacidad se leen
     como texto de relleno. Lo secundario aquí es el «(opcional)», y ese sí
     va más bajo, porque es lo único que se puede saltar. */
}
.modal.modal__dominio .dom__campo--etiqueta {
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
}
.modal.modal__dominio .dom__campo--etiqueta em {
  font-style: normal;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.modal.modal__dominio .dom__campo--input {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.2;
}
.modal.modal__dominio .dom__campo--input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.28);
}
.modal.modal__dominio .dom__campo--input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}
.modal.modal__dominio .dom__campo--input:focus {
  outline: none;
  border-color: #18E179;
  background: rgba(255, 255, 255, 0.07);
}
.modal.modal__dominio .dom__campo--input:invalid:not(:-moz-placeholder) {
  border-color: rgba(248, 65, 27, 0.7);
}
.modal.modal__dominio .dom__campo--input:invalid:not(:placeholder-shown) {
  border-color: rgba(248, 65, 27, 0.7);
}
.modal.modal__dominio .dom__campo--input {
  /* El desplegable de un <select> lo pinta el sistema: sin esto el
     navegador lo dibuja claro y el texto blanco queda invisible.
     `option` como descendiente, no `&option`: eso compilaba a
     `.dom__campo--inputoption`, un selector que no existe. */
}
.modal.modal__dominio .dom__campo--input option {
  background: #1b1c28;
  color: white;
}
.modal.modal__dominio .dom__campo {
  /* El campo marcado del mismo color que el aviso que lo acompaña. Es para
     el correo: el aviso de arriba explica que de ahí depende que el dominio
     no se suspenda, y el color es lo que ata el aviso al campo del que
     habla. Se pinta igual aunque esté vacío —la regla de `:invalid` lo
     pondría rojo—, porque aquí el color no dice «está mal», dice «este es
     el que importa». */
}
.modal.modal__dominio .dom__campo--aviso .dom__campo--etiqueta {
  color: #ff9800;
}
.modal.modal__dominio .dom__campo--aviso .dom__campo--input:invalid:not(:-moz-placeholder) {
  border-color: rgba(255, 152, 0, 0.55);
  background-color: rgba(255, 152, 0, 0.07);
}
.modal.modal__dominio .dom__campo--aviso .dom__campo--input,
.modal.modal__dominio .dom__campo--aviso .dom__campo--input:invalid:not(:placeholder-shown) {
  border-color: rgba(255, 152, 0, 0.55);
  background-color: rgba(255, 152, 0, 0.07);
}
.modal.modal__dominio .dom__campo--aviso .dom__campo--input:focus {
  border-color: #ff9800;
  background-color: rgba(255, 152, 0, 0.1);
}
.modal.modal__dominio {
  /* El aviso que va dentro de la rejilla, al ancho de las dos columnas: la
     separación se la da el `gap` de la rejilla, así que su margen sale. */
}
.modal.modal__dominio .dom__campos .dom__nota {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .modal.modal__dominio .dom__campos {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.1rem;
  }
}
.modal.modal__dominio {
  /* ---- el titular, en dos bloques y de uno en uno ----
     Once campos seguidos se leen como un trámite aunque estén en dos columnas.
     Partidos en «quién eres» y «dónde estás», cada bloque cabe en la pantalla
     sin scroll y se ve corto, que es lo que hace que se llene.

     El reparto en pasos lo enciende el JS con `is-pasos`
     (config/js/scripts__domains.php). Sin JS los dos bloques se ven apilados
     con sus títulos y el formulario manda igual: en el paso donde el cliente ya
     pagó, un formulario que solo funciona con JS no es una opción. */
}
.modal.modal__dominio .dom__bloque {
  width: 100%;
  margin: 0 0 1.5rem;
}
.modal.modal__dominio .dom__bloque:last-child {
  margin-bottom: 0;
}
.modal.modal__dominio .dom__bloque {
  /* El renglón del título con su raya, que cruza todo el ancho del bloque.
     La flecha de volver no vive aquí: está en la esquina del modal. */
}
.modal.modal__dominio .dom__bloque--encabezado {
  width: 100%;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.modal.modal__dominio .dom__bloque--titulo {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}
.modal.modal__dominio {
  /* Dónde va y cuántos son. Un formulario largo no se acorta escondiendo la
     mitad: se acorta diciendo cuánto falta. */
}
.modal.modal__dominio .dom__medidor {
  /* `$d: none` y no `display: none` aparte: el mixin pinta su propio
     `display` y borraría el nuestro. Lo enciende `.is-pasos`. */
}
.modal.modal__dominio .dom__medidor {
  width: 100%;
  margin: 0 0 1.25rem;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.modal.modal__dominio .dom__medidor--paso {
  padding: 0.4rem 0.8rem 0.4rem 0.45rem;
  border: 1px solid transparent;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.modal.modal__dominio .dom__medidor--paso:hover {
  color: rgba(255, 255, 255, 0.8);
}
.modal.modal__dominio .dom__medidor--paso.is-active {
  border-color: rgba(24, 225, 121, 0.45);
  background-color: rgba(24, 225, 121, 0.12);
  color: white;
}
.modal.modal__dominio .dom__medidor--paso {
  /* El número del paso activo, escrito con la clase completa y no con
     otro `&`: dos `&` en el mismo selector repiten TODO el padre
     —`.modal.modal__dominio` incluido— y sale un selector anidado que
     no le toca a nada. */
}
.modal.modal__dominio .dom__medidor--paso.is-active .dom__medidor--num {
  background-color: #18E179;
  color: #1b1c28;
}
.modal.modal__dominio .dom__medidor--paso {
  /* El paso que ya pasó: sin fondo, el nombre en verde y la palomita en
     lugar del número. El número dice «vas aquí» y la palomita dice «esto
     ya quedó», que no es lo mismo y es lo que hace ver corto lo que
     falta. Sin fondo porque lo que ya está no tiene que pesar en la
     pantalla como lo que falta: se lee y se pasa de largo.
     El `color: transparent` esconde el dígito sin quitarle el tamaño al
     círculo. */
}
.modal.modal__dominio .dom__medidor--paso.is-listo {
  background-color: transparent;
  color: #18E179;
}
.modal.modal__dominio .dom__medidor--paso.is-listo .dom__medidor--num {
  background-color: #18E179;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b1c28' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
}
.modal.modal__dominio .dom__medidor--num {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 700;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.modal__dominio {
  /* La fila del botón que avanza o manda, siempre a la derecha y en el mismo
     lugar. El «Volver» no vive aquí: es la flecha de la esquina del modal.

     En verde cuando se puede seguir y apagado mientras falte algo: el JS le
     pone `isDisabled` (config/js/scripts__domains.php). Así el botón contesta
     la única pregunta que se hace quien está capturando —«¿ya puedo
     seguir?»— sin tener que pulsarlo para saberlo. */
}
.modal.modal__dominio .dom__nav {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}
.modal.modal__dominio .dom__nav {
  /* Centrado cuando el botón es el único de la pantalla y solo cierra: sin
     nada más a los lados, pegado a la derecha se ve suelto. Y sin el ancho
     completo que traen los botones del modal —ese es para el que hace algo,
     y este solo cierra una ventana donde no hay nada que hacer—. */
}
.modal.modal__dominio .dom__nav--centro {
  justify-content: center;
}
.modal.modal__dominio .dom__nav--centro .button {
  width: auto;
  min-width: 10rem;
}
.modal.modal__dominio .dom__nav .button {
  margin-top: 0;
  background-color: #18E179;
  color: #1b1c28;
  font-weight: 700;
}
.modal.modal__dominio .dom__nav .button:hover, .modal.modal__dominio .dom__nav .button:focus {
  background-color: rgb(46.8072289157, 232.7927710843, 136.5614457831);
  color: #1b1c28;
}
.modal.modal__dominio .dom__nav .button {
  /* El `!important` es para ganarle al del botón apagado global
     (_buttons.scss), que lo pinta gris claro: sobre esta superficie
     oscura eso es la cosa más brillante de la pantalla, justo lo que
     no hay que mirar. */
}
.modal.modal__dominio .dom__nav .button.isDisabled, .modal.modal__dominio .dom__nav .button:disabled {
  background-color: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.modal.modal__dominio .dom__form--titular {
  /* Lo que navega solo se ve cuando el JS encendió los pasos: un
     «Continuar» que no continúa es peor que no tenerlo. Y sin nada dentro,
     la fila de botones de los bloques de en medio tampoco va. */
}
.modal.modal__dominio .dom__form--titular:not(.is-pasos) [data-dom-sub] {
  display: none;
}
.modal.modal__dominio .dom__form--titular:not(.is-pasos) .dom__bloque:not(:last-child) .dom__nav {
  display: none;
}
.modal.modal__dominio .dom__form--titular.is-pasos .dom__medidor {
  display: flex;
}
.modal.modal__dominio .dom__form--titular.is-pasos .dom__bloque {
  display: none;
  margin-bottom: 0;
}
.modal.modal__dominio .dom__form--titular.is-pasos .dom__bloque.is-active {
  display: block;
}
.modal.modal__dominio .dom__enviar {
  width: 100%;
  margin-top: 0.75rem;
}
.modal.modal__dominio .dom__enviar .button {
  width: 100%;
}
.modal.modal__dominio .dom__acepto {
  width: 100%;
  margin: 0.75rem 0;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8125rem;
  line-height: 1.45;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.modal.modal__dominio .dom__acepto input {
  flex: 0 0 auto;
  margin-top: 0.15rem;
}
.modal.modal__dominio .dom__acepto a {
  color: #18E179;
  text-decoration: underline;
}
.modal.modal__dominio {
  /* ---- esperando ---- */
}
.modal.modal__dominio .dom__espera {
  width: 100%;
  margin: 0.5rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.modal.modal__dominio .dom__espera span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #18E179;
  animation: domLatido 1.2s infinite;
}
.modal.modal__dominio .dom__espera span:nth-child(2) {
  animation-delay: 0.2s;
}
.modal.modal__dominio .dom__espera span:nth-child(3) {
  animation-delay: 0.4s;
}
.modal.modal__dominio {
  /* ---- los pasos del registro A ---- */
}
.modal.modal__dominio .dom__pasos--lista {
  width: 100%;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  list-style: decimal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
}
.modal.modal__dominio .dom__pasos--lista li {
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
.modal.modal__dominio .dom__pasos--lista strong {
  color: white;
}
.modal.modal__dominio .dom__pasos--lista code {
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #18E179;
  font-size: 0.875rem;
}
.modal.modal__dominio .dom__valor {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.modal.modal__dominio .dom__valor code {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
}
.modal.modal__dominio .dom__copiar {
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(24, 225, 121, 0.5);
  border-radius: 0.35rem;
  background: none;
  color: #18E179;
  font-size: 0.8125rem;
  cursor: pointer;
}
.modal.modal__dominio .dom__copiar:hover {
  background-color: rgba(24, 225, 121, 0.12);
}
.modal.modal__dominio {
  /* ---- el resumen del dominio conectado ---- */
}
.modal.modal__dominio .dom__resumen {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.modal.modal__dominio .dom__resumen li {
  width: 100%;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.modal.modal__dominio .dom__resumen li:last-child {
  border-bottom: none;
}
.modal.modal__dominio .dom__resumen li span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
}
.modal.modal__dominio .dom__resumen li strong {
  color: white;
  font-size: 0.875rem;
  text-align: right;
}
.modal.modal__dominio {
  /* Los resultados del buscador ya tienen estilo en _easyconfig.scss
     (.domain__list), pero ahi viven sobre el fondo del perfil. Aqui hay que
     reponer el color del texto porque el modal es mas oscuro. */
}
.modal.modal__dominio .domain__list--wrapper {
  margin-top: 0.75rem;
}
.modal.modal__dominio .domain__list--wrapper > .text--title {
  color: white;
}
@media only screen and (min-width: 720px) {
  .modal.modal__dominio .dom__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal.modal__dominio .dom__card {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal.modal__dominio .dom__card--icono {
    margin: 0 0 0.6rem;
  }
  .modal.modal__dominio .dom__card--titulo {
    width: 100%;
  }
  .modal.modal__dominio .dom__form .button, .modal.modal__dominio .dom__enviar .button, .modal.modal__dominio .dom__buscador .button {
    width: auto;
    min-width: 14rem;
  }
}

@keyframes domLatido {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
footer {
  padding: 1rem;
}
footer small {
  display: block;
  padding: 0;
  color: white;
  color: light-dark(#010210, white);
  opacity: 0.5;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
footer.footer {
  background-color: white;
  padding: 2rem;
  padding-top: 5rem;
  padding-bottom: 6.5rem;
  text-align: center;
  position: relative;
}
footer.footer__dark {
  background-color: #010210;
  color: white;
  padding-top: 2rem;
}
footer.footer__dark .text__link {
  color: white;
}
footer.footer__dark::before {
  display: none;
}
footer.footer__dark .footer__wrapper--logo img {
  max-width: 3.5rem;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
.footer__wrapper--logo {
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__wrapper--logo img {
  max-width: 3.5rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
.footer__wrapper--links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.footer__wrapper--links .footer__link {
  margin: 0 0.5rem;
}
.footer__wrapper--links img {
  max-width: 2rem;
  filter: none;
}
.footer .text__link {
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #010210;
  text-decoration: none;
}

.form--contenido {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 940px;
  overflow-x: hidden;
}
.form--contenido .text__supertitle {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.form--contenido .form {
  width: 100%;
  max-width: 480px;
  padding: 1rem;
  margin: 1rem auto;
  position: absolute;
  left: 75%;
  transition: all 0.5s;
  opacity: 0;
}
.form--contenido .form--wrapper {
  margin: 0 auto;
  text-align: center;
}
.form--contenido .form .plan {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  border: 2px solid #2b36bb;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.form--contenido .form .plan--wrapper {
  margin: 0 auto;
  margin-bottom: 1rem;
}
.form--contenido .form .plan--fecha {
  font-size: 0.75rem;
  font-style: italic;
  padding: 0 1rem;
}
.form--contenido .form .plan--fecha .text {
  color: #2b36bb;
}
.form--contenido .form .convenio {
  text-align: center;
  border: 2px solid #d9d9d9;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
.form--contenido .form .convenio .text--title {
  color: #2c3137;
}
.form--contenido .form .convenio .text.red {
  text-decoration: none;
}
.form--contenido .form:target {
  left: calc(50% - 240px);
  opacity: 1;
}
.form--contenido .text--title {
  font-size: 1.5rem;
  font-weight: 600;
}
.form--contenido .text--small {
  font-style: italic;
  font-size: 1rem;
}
.form--contenido .text.red {
  color: red;
  text-decoration: line-through;
}
.form--contenido .text.blue {
  color: #2b36bb;
}
.form--contenido .input {
  width: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #18E179;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem;
}
.form--contenido .input::-moz-placeholder {
  color: #bfbfbf;
}
.form--contenido .input::placeholder {
  color: #bfbfbf;
}
.form--contenido .input:focus + .input__label {
  color: #2b36bb;
}
.form--contenido .input:focus {
  border-color: #2b36bb;
}
.form--contenido .input:disabled {
  background-color: #bfbfbf;
  color: #d9d9d9;
  border: none;
}
.form--contenido .input__wrapper, .form--contenido .input--submit {
  width: 100%;
  padding: 1.2rem 0 1rem 0;
  text-align: left;
  position: relative;
}
.form--contenido .input__label:not(.input__label--special) {
  font-size: 0.75rem;
  color: #18E179;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.form--contenido .input__label:not(.input__label--special) + .button {
  width: 20%;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}
.form--contenido .input--submit {
  display: flex;
}
.form--contenido .input--submit > *:last-child {
  margin-left: 0.5rem;
}
.form--contenido .input--submit input:only-child {
  margin: 0;
}
.form--contenido .input .button:not(.button__secondary) {
  color: white;
  width: 100%;
  margin: 0 0.5rem;
}
.form--contenido .input__wrapper.rut {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.form--contenido .input__wrapper.rut .input--validate {
  width: calc(80% - 0.5rem);
}
.form--contenido .input[type=file] {
  display: none;
}
.form--contenido .input--foto {
  width: 100%;
}
.form--contenido .input--foto .input__label--special {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 50%;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  border: 2px dashed #bfbfbf;
  padding: 0.2rem;
  position: relative;
}
.form--contenido .input--foto .input__label--special:hover {
  transform: scale(1.05);
}
.form--contenido .input--foto .input__label--special:hover .img {
  opacity: 0.35;
}
.form--contenido .input--foto .input__label--special .img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.form--contenido .input--foto .input__label--special::before {
  content: "";
  display: block;
  background: url("../img/photo.png") no-repeat center;
  background-size: contain;
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.form--contenido .input__selection {
  width: 100%;
  font-size: 1rem;
  background: white;
  border: 1px solid #010210;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.35s;
}
.form--contenido .input__selection:hover:not(:disabled) {
  padding-left: 1.2rem;
  color: #2b36bb;
}
.form--contenido .input__selection:focus {
  padding-left: 1.2rem;
  color: #2b36bb;
}
.form--contenido .input__selection:focus option {
  color: #2c3137;
}
.form--contenido .input__selection:focus option:hover {
  background-color: #2b36bb;
}
.form--contenido .input__selection:focus option:disabled {
  color: #bfbfbf;
  background-color: #d9d9d9;
}
.form--contenido .status__activo .input {
  background-color: green;
  color: white;
}
.form--contenido .status__inactivo .input {
  background-color: red;
  color: white;
}

.hide {
  display: none !important;
}

.show {
  display: inherit !important;
}

.button, .button__primary {
  cursor: pointer;
  min-height: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  font-size: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin: 0 auto;
  color: white;
  background-color: #010210;
  transition: transform 0.2s;
}
.button:hover, .button:focus, .button__primary:hover, .button__primary:focus {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.2rem);
  color: white;
}
.button:active, .button__primary:active {
  box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.1);
  background: #040840;
}
.button--wrapper, .button__primary--wrapper {
  width: 100%;
  margin: 1rem auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.button--wrapper .button:not(.button__back):not(.button__forward), .button__primary--wrapper .button:not(.button__back):not(.button__forward) {
  width: 100%;
}
.button--wrapper .button:not(.button__back):not(.button__forward):first-of-type, .button__primary--wrapper .button:not(.button__back):not(.button__forward):first-of-type {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 540px) {
  .button--wrapper .button:not(.button__back):not(.button__forward), .button__primary--wrapper .button:not(.button__back):not(.button__forward) {
    width: calc(50% - 0.5rem);
  }
  .button--wrapper .button:not(.button__back):not(.button__forward):first-of-type, .button__primary--wrapper .button:not(.button__back):not(.button__forward):first-of-type {
    margin-bottom: 0rem;
  }
}
.button__quickview, .button__primary__quickview {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: white;
  border: 1px solid rgba(191, 191, 191, 0.15);
  border-radius: 50%;
  width: 2rem;
  min-height: 0;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.button__quickview:hover, .button__primary__quickview:hover {
  background: #18E179;
  box-shadow: 0 2px 0.5rem rgba(1, 2, 16, 0.1);
}
.button__quickview img, .button__primary__quickview img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 !important;
}
.button__forward, .button__primary__forward {
  border-radius: 1.5rem;
  background-color: #6B1BF8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__forward:hover, .button__primary__forward:hover {
  background-color: rgb(139.1191489362, 76.4808510638, 249.5191489362);
}
.button__forward:after, .button__primary__forward:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  background: url("../config/img/icon-arrow-right-white.svg") no-repeat center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.button__back, .button__primary__back {
  max-width: 2.5rem;
  padding: 0;
  margin: 0;
  border-radius: 1.5rem;
  border: 1px solid white;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__back:after, .button__primary__back:after {
  content: "";
  display: block;
  background: url("../img/icons/icon-arrow.svg") no-repeat center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(180deg);
}
.button__back:hover, .button__primary__back:hover {
  background: white;
}
.button__back:hover:after, .button__primary__back:hover:after {
  filter: invert(1);
}
.button__compartir, .button__primary__compartir {
  padding: 0.35rem 0.5rem;
}
.button__compartir img, .button__primary__compartir img {
  margin: 0 auto;
}
.button__primary, .button__primary__primary {
  min-height: 2.5rem;
}
.button__secondary, .button__primary__secondary {
  min-height: 2.5rem;
  background-color: white;
  color: #010210;
  border: 1px solid #010210;
}
.button__secondary:hover, .button__secondary:focus, .button__primary__secondary:hover, .button__primary__secondary:focus {
  color: #010210;
  background-color: white;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.button__secondary:active, .button__primary__secondary:active {
  color: white;
  box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.1);
  background: #2c3137;
}
.button__secondary.whatsapp, .button__primary__secondary.whatsapp {
  background-color: white;
  color: #62b864;
  border: 1px solid #62b864;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button__secondary.whatsapp:after, .button__primary__secondary.whatsapp:after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  background: url("../img/icons/icon-whatsapp2.svg") no-repeat center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.button__secondary.whatsapp:hover, .button__secondary.whatsapp:focus, .button__primary__secondary.whatsapp:hover, .button__primary__secondary.whatsapp:focus {
  color: white;
  background-color: #62b864;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.button__secondary.whatsapp:active, .button__primary__secondary.whatsapp:active {
  box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.1);
  background: #62b864;
}
.button__terciary, .button__primary__terciary {
  background-color: transparent;
  color: white;
  border: 1px solid #18E179;
}
.button__terciary:hover, .button__terciary:focus, .button__primary__terciary:hover, .button__primary__terciary:focus {
  color: #010210;
  border-color: #18E179;
  background-color: #18E179;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.button__terciary:active, .button__primary__terciary:active {
  color: white;
  box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.1);
  background: #2c3137;
}
.button__cancelar, .button__primary__cancelar {
  background-color: transparent;
  color: #dd1c47;
  border: 1px solid #dd1c47;
}
.button__cancelar:hover, .button__cancelar:focus, .button__primary__cancelar:hover, .button__primary__cancelar:focus {
  color: white;
  background-color: #dd1c47;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.button__cancelar:active, .button__primary__cancelar:active {
  color: white;
  box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.1);
  background: #dd1c47;
}
.button__special, .button__primary__special {
  border: none;
  color: #dd1c47;
  text-decoration: underline;
  background: none;
  min-height: 2.5rem;
}
.button__special:hover, .button__special:focus, .button__primary__special:hover, .button__primary__special:focus {
  background: #dd1c47;
  color: white;
}
.button__special:active, .button__primary__special:active {
  color: white;
  background: #dd1c47;
}
.button:disabled, .button.isDisabled, .button__primary:disabled, .button__primary.isDisabled {
  color: #535256 !important;
  cursor: not-allowed;
  border: none !important;
  pointer-events: none;
  background-color: #bfbfbf !important;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button:disabled .check, .button.isDisabled .check, .button__primary:disabled .check, .button__primary.isDisabled .check {
  filter: none;
}
.button:disabled:hover, .button.isDisabled:hover, .button__primary:disabled:hover, .button__primary.isDisabled:hover {
  box-shadow: none;
  transform: none;
}
.button img, .button__primary img {
  width: auto;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.button.logout, .button__primary.logout {
  margin-top: 1rem;
}
.button--delete, .button__primary--delete {
  min-height: 2.5rem;
}
.button__view, .button__primary__view {
  background: light-dark(rgba(1, 2, 16, 0.2), rgba(255, 255, 255, 0.2));
  border-radius: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  padding: 3px;
  display: flex;
  align-items: center;
  transition: width 0.35s;
  cursor: pointer;
}
.button__view::before, .button__primary__view::before {
  content: "";
  background: url("../img/icons/icon-listview.svg") no-repeat center;
  background-color: light-dark(#010210, #fff);
  background-size: 80%;
  margin: 0;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  padding: 0.25rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0.25rem;
}
.button__view::after, .button__primary__view::after {
  content: "";
  font-size: 1rem;
  position: absolute;
  left: 0.25rem;
  transition: left 0.35s;
  color: light-dark(#010210, #fff);
}
@media (prefers-color-scheme: dark) {
  .button__view::before, .button__primary__view::before {
    filter: invert(1);
    background-color: white;
  }
}
.button__view.grid::before, .button__primary__view.grid::before {
  background: url("../img/icons/icon-gridview.svg") no-repeat center;
  background-size: 80%;
  background-color: light-dark(#010210, #fff);
}
@media (prefers-color-scheme: dark) {
  .button__view.grid::before, .button__primary__view.grid::before {
    filter: invert(1);
    background-color: white;
  }
}
.button__dashed, .button__primary__dashed {
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  color: #010210;
  background-color: light-dark(#010210, #fff);
  border: 1px dashed #010210;
  justify-content: space-between;
}
.button__dashed:hover, .button__dashed:focus, .button__dashed:active, .button__primary__dashed:hover, .button__primary__dashed:focus, .button__primary__dashed:active {
  color: #010210;
  background-color: light-dark(#010210, #fff);
}
.button.checkout:not(:disabled), .button__primary.checkout:not(:disabled) {
  background-color: #2b36bb !important;
}
.button.checkout:not(:disabled) img, .button__primary.checkout:not(:disabled) img {
  filter: invert(1);
}

.text__link {
  color: #010210;
  text-decoration: underline;
  margin: 1rem auto;
}

.page--pedidos {
  overflow: auto;
}
.page--pedidos .board__content {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  margin: 1rem auto;
  border-radius: 1rem;
  padding: 2rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.page--pedidos .board__content .whatsapp {
  margin-top: 1rem;
}
.page--pedidos .board__text {
  margin: 0;
}
.page--pedidos .board__text--wrapper {
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
}
.page--pedidos .board__text--paragraph {
  opacity: 1;
  font-size: 1rem;
  overflow-wrap: anywhere;
}
.page--pedidos .board__text--number {
  margin-right: 1rem;
  font-size: 1.25rem;
}
.page--pedidos .board__text--title {
  width: 100%;
}
.page--pedidos .board__text--subtitle {
  font-weight: 900;
  font-size: 0.875rem;
}
.page--pedidos .board__datos--wrapper {
  padding-bottom: 1rem;
}
.page--pedidos .board__pedido {
  width: 100%;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.page--pedidos .board__pedido--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.page--pedidos .board__pedido--img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.page--pedidos .board__pedido img {
  border-radius: 0.25rem;
  filter: invert(1);
}
.page--pedidos .board__pedido--text {
  width: calc(100% - 4rem);
  gap: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
}
@media only screen and (min-width: 720px) {
  .page--pedidos .board__pedido--text {
    padding: 0.5rem 0;
    width: calc(100% - 19rem);
  }
  .page--pedidos .board__pedido .walink {
    max-width: 15rem;
    margin: 0;
  }
}
.page--pedidos .board__pedido .product__additional-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.page--pedidos .board__pedido .product__additional-info span, .page--pedidos .board__pedido .product__additional-info a {
  overflow-wrap: anywhere;
  margin-top: 0.5rem;
  display: block;
}
.page--pedidos .board__pedido .product__additional-info a {
  color: #18E179;
}
.page--pedidos .board__pedido .product__additional-info a:hover {
  text-decoration: underline;
}
.page--pedidos .board__pedido:last-child img {
  filter: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--pedidos .board__pedido--productos .board__pedido--wrapper {
  align-items: center;
}
.page--pedidos .board__pedido--productos .board__pedido--img {
  width: 2.5rem;
  height: 2.5rem;
}
.page--pedidos .board__pedido--productos .board__pedido--text {
  width: 100%;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.page--pedidos .pedido__list--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--pedidos .pedido__list--wrapper {
  padding: 1rem 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.page--pedidos .pedido__item--img {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  margin-right: 1rem;
}
.page--pedidos .pedido__text {
  width: 33.33334%;
  text-align: center;
}
.page--pedidos .pedido__text--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
}
.page--pedidos footer.footer {
  padding-bottom: 1rem;
  background-color: #010210;
}
.page--pedidos .modal .button__cancelar {
  width: 100%;
  margin-top: 1rem;
}

.tutorial__wrapper {
  transition: all 0.5s;
  position: fixed;
  z-index: 11;
  background: #ff9800;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 12rem;
  height: auto;
  bottom: 5rem;
  left: calc(50% - 8rem);
  transform: scale(0);
  display: none;
}
.tutorial__wrapper.active {
  animation: tutorial 2s ease-in 3 1s;
  transform: scale(1);
}
@keyframes tutorial {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tutorial__wrapper--productos {
  left: calc(50% - 10rem);
}
.tutorial__wrapper--productos .tutorial__content::after {
  right: auto;
  left: 5.5rem;
}
.tutorial__content {
  padding: 0.2rem;
  position: relative;
}
.tutorial__content .text {
  color: white;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}
.tutorial__content::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2.25rem;
  bottom: -1rem;
  border-radius: 0.25rem;
  background-color: #ff9800;
  transform: rotate(45deg);
  z-index: -1;
}

.board__search--wrapper {
  display: block;
  width: 100%;
  max-width: 26rem;
  min-height: 0;
  color: white;
  padding: 0;
  margin: 0 auto 0.25rem;
  position: relative;
  text-align: center;
}
.board__search--wrapper.text--title {
  padding: 0;
  margin: 0 auto 0.25rem;
  background: transparent;
  border: none;
  box-shadow: none;
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
}
.board__search--wrapper > span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  pointer-events: none;
}
.board__search--wrapper.floating {
  width: auto;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 3;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 2rem;
  padding: 0;
  margin: 1rem auto;
  background: light-dark(#d9d9d9, rgba(255, 255, 255, 0.25));
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.board__search--wrapper.floating .board__search--label {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
}
.board__search--wrapper.floating .board__search--label img {
  filter: invert(1);
  margin-right: 0.5rem;
}
.board__search--wrapper.floating .board__search--input {
  color: #2c3137;
  filter: invert(1);
  position: static;
  transition: all 0.25s;
  height: 100%;
  width: 0;
  background-color: transparent;
  margin: 0;
  padding: 0 0.5rem;
  padding-right: 2.25rem;
  border-radius: 2rem;
  border-bottom: none;
}
.board__search--wrapper.floating .board__search--input:focus {
  background-color: black;
  color: white;
  width: -moz-max-content;
  width: max-content;
}
.board__search--wrapper.floating .board__search--input:active {
  background-color: black;
  color: white;
  width: -moz-max-content;
  width: max-content;
}
.board__search--label {
  width: calc(100% - 1rem);
  max-width: 30rem;
  min-height: 2.5rem;
  margin: 0 auto;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  transition: box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow: hidden;
  box-sizing: border-box;
}
.board__search--label img {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0;
  padding: 0.25rem;
  display: inline-block;
  flex: 0 0 auto;
  border: none;
  border-radius: 50%;
  background: white;
  filter: none;
}
.board__search--label.focus {
  border-color: rgba(24, 225, 121, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(24, 225, 121, 0.25), 0 0.75rem 2rem rgba(0, 0, 0, 0.25);
}
.board__search--input {
  font-size: 1rem;
  position: static;
  color: white;
  width: auto;
  min-width: 0;
  min-height: 1.5rem;
  background: transparent;
  padding: 0.25rem 0.25rem 0.25rem 0;
  margin: 0;
  transition: all 0.25s;
  border: none;
  border-radius: 0;
  flex: 1 1 auto;
  box-shadow: none;
}
.board__search--input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.board__search--input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.board__search--input:focus {
  background-color: transparent;
  margin-left: 0;
  z-index: 2;
  outline: none;
  box-shadow: none;
}

.easy .contenido__products > .board__text--wrapper {
  margin: 0.25rem 0 0.25rem;
  padding-top: 0.25rem;
  gap: 0.25rem;
}

.categories-rail {
  /* Queda fijo dejando libres 3.75rem para la barra superior, así se puede
     cambiar de categoría desde cualquier punto del catálogo sin volver arriba.
     El sticky se resuelve contra <main>, que abarca toda la cuadrícula, así que
     acompaña hasta el final. El z-index lo deja sobre las tarjetas y debajo de
     la barra (z 1000). */
}
.categories-rail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: sticky;
  top: 3.75rem;
  z-index: 3;
  width: 100%;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.categories-rail .mobile__slider {
  width: calc(100% - 3.5rem);
}
main .categories-rail .mobile__slider.ajuste {
  margin-top: 0;
  margin-left: 0;
}
.categories-rail__search {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -0.25rem;
  right: 0;
  z-index: 2;
  transition: width 0.25s ease;
}
.categories-rail__search .board__search--wrapper {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: white;
  border: 1px solid white;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.categories-rail__search .board__search--label {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  padding: 0;
  justify-content: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.categories-rail__search .board__search--label img {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  pointer-events: none;
}
.categories-rail__search .board__search--input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.categories-rail:focus-within .mobile__slider {
  visibility: hidden;
  pointer-events: none;
}
.categories-rail:focus-within .categories-rail__search {
  right: 0;
  width: 100%;
}
.categories-rail:focus-within .board__search--wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 3rem;
  background-color: white;
}
.categories-rail:focus-within .board__search--label {
  flex: 0 0 3rem;
}
.categories-rail:focus-within .board__search--label img {
  pointer-events: none;
}
.categories-rail:focus-within .board__search--input {
  position: relative;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0.25rem 0.5rem;
  opacity: 1;
  color: #2c3137;
  pointer-events: auto;
}

/* Filtro por categoría -------------------------------------------------------
   Filtrar NO cambia el maquetado de la tienda: la portada, la galería, los datos
   del negocio, los destacados y el carrusel de categorías siguen en su lugar. Lo
   único que pasa es que se muestran los productos de una sola categoría (eso lo
   hace applyCategoryFilter en scripts__store.php, no el CSS) y que aparece el
   botón de salida al pie de la cuadrícula.

   .store--category-view en el <body> es la señal de "hay una categoría
   filtrada": la escribe PHP al entrar por /store/mitienda/categoria y la enciende
   el JS al tocar un chip, así los dos caminos llegan al mismo resultado. */
/* Las tiendas que todavía no reciben el index.php nuevo siguen imprimiendo el
   encabezado de categoría que este archivo reemplazó; queda oculto hasta que se
   sincronicen. Van las dos clases juntas porque .board__category a secas la usan
   las imágenes de los chips del carrusel (categorias.php) y las del panel. */
.board.board__category {
  display: none;
}

.board__category--back {
  /* Verde de marca con texto oscuro: sobre el fondo negro de la tienda el
     relleno claro contrasta mejor que el $c-primary de .button__primary,
     que ahí se pierde. El width/margin deshacen el 100% y el auto de
     .button para que el botón mida lo que dice. */
}
.board__category--back {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-radius: 1.5rem;
  background-color: #18E179;
  color: #010210;
  font-weight: 600;
}
.board__category--back {
  /* Misma flecha que .button__back: el chevron gira 180° para apuntar a la
     izquierda y el invert lo pasa de blanco a oscuro sobre el verde. */
}
.board__category--back::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url("../img/icons/icon-arrow.svg") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  filter: invert(1);
}
.board__category--back:hover, .board__category--back:focus {
  background-color: rgb(56.0240963855, 233.7759036145, 141.8048192771);
  color: #010210;
}
.board__category--back:active {
  background-color: rgb(20.0674698795, 188.1325301205, 101.1734939759);
  color: #010210;
}
.board__category--pie {
  display: none;
}

body.store--category-view {
  /* El padding superior despega el botón de la última fila de tarjetas: pegado
     se leía como parte de la cuadrícula. */
}
body.store--category-view .board__category--pie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
}

.whatsapp--wrapper {
  width: auto;
  min-width: 19rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 1rem 1rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  transform: scale(0.5) translate(7rem, 7rem);
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s;
}
.whatsapp--wrapper.active {
  z-index: 1;
  transform: none;
  pointer-events: all;
  opacity: 1;
}
.whatsapp--wrapper .text {
  color: #2c3137;
}
.whatsapp--wrapper .text--options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  padding: 0.5rem;
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid rgba(44, 49, 55, 0.1);
}
.whatsapp--wrapper .text--options::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  background: url("../img/icon-arrow-right.svg") no-repeat center center;
  background-size: contain;
  margin-left: 0.5rem;
  transition: all 0.35s;
}
.whatsapp--wrapper .text--options:last-of-type {
  border-bottom: none;
}
.whatsapp--wrapper .text--options:hover {
  background-color: rgba(24, 225, 121, 0.1);
}
.whatsapp--wrapper .text--options:hover::after {
  transform: translateX(0.5rem);
}
.whatsapp--wrapper .text--title {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: 0;
  padding: 0.75rem 0;
}
.whatsapp--wrapper input {
  width: 100%;
  padding: 0.25rem;
  padding-right: 2rem;
  min-height: 2rem;
  background-color: light-dark(#010210, #fff);
}
.whatsapp--wrapper button {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/icons/icon-plus.svg") no-repeat center;
  background-size: contain;
  background-color: rgba(0, 140, 94, 0.1);
  color: white;
  transform: rotate(90deg);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s;
  z-index: 1;
}
.whatsapp--link {
  position: absolute;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  right: 0;
  bottom: 4.5rem;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}
.whatsapp--link img {
  position: relative;
  z-index: 1;
}
.whatsapp--chat {
  min-width: 17rem;
  max-height: 45vh;
  overflow: auto;
  padding: 0.5rem;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 0.5rem;
}
.whatsapp--chat > * {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0.25rem 0;
  width: auto;
  max-width: calc(100% - 2rem);
}
.whatsapp--chat > * > * {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
.whatsapp--chat .usuario-mensaje {
  float: right;
  clear: both;
  text-align: right;
  border: 1px solid #bfbfbf;
  border-radius: 0.75rem 0.75rem 0 0.75rem;
}
.whatsapp--chat .respuesta-mensaje {
  float: left;
  clear: both;
  text-align: left;
  background-color: rgba(24, 225, 121, 0.25);
  border-radius: 0.75rem 0.75rem 0.75rem 0;
}
.whatsapp--chat li {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
}
.whatsapp--chat li::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #2c3137;
  position: absolute;
  left: 0.25rem;
  top: 0.4rem;
  border-radius: 50%;
}
.whatsapp--chat .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #4a90e2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.whatsapp--chat .thinking-indicator {
  display: flex;
  align-items: center;
  font-style: italic;
  color: #888;
}
.whatsapp--chat .cursor {
  display: inline-block;
  width: 1ch;
  animation: blink 1s steps(1) infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Widget del chat automático de la tienda pública (Aki876_is/chat.php). Vivía
   en un <style> dentro de ese archivo, porque el chat se escribió cuando el CSS
   compilado no se iba a tocar; se movió aquí el 2026-08-16.

   Los colores salen de las variables --theme-* y NO de prefers-color-scheme:
   el tema de la tienda lo manda html[data-theme], así que la media query se
   habría desentendido del tema elegido y habría pintado un panel claro sobre
   una tienda oscura. Fondo y texto siempre juntos, nunca uno fijo y el otro
   heredado.

   El verde del botón es el de WhatsApp y va literal a propósito: no es
   $c-green (#008c5e) ni $c-whatsapp (#62b864), es la marca. */
.et-chat {
  /* Por ENCIMA del carrito, no sobre él. `.header` de la tienda es fijo en
     right: 1rem con bottom pegado al borde (ver _layout/_header.scss), así que
     con bottom: 1rem el botón del chat le caía justo encima y lo tapaba. Los
     5rem son la altura del carrito más aire; el safe-area es para los iPhone,
     donde el borde inferior no es el borde de la pantalla. */
}
.et-chat {
  position: fixed;
  right: 1rem;
  bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  font-family: inherit;
}
.et-chat__toggle {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background-color: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px var(--theme-shadow);
}
.et-chat__toggle img {
  width: 1.75rem;
  height: 1.75rem;
}
.et-chat__panel {
  position: absolute;
  right: 0;
  bottom: 4rem;
  width: min(21rem, 100vw - 2rem);
  background-color: var(--theme-surface-elevated);
  color: var(--theme-text);
  border: 1px solid var(--theme-border);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 30px var(--theme-shadow);
  display: flex;
  flex-direction: column;
}
.et-chat__panel[hidden] {
  display: none;
}
.et-chat__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: var(--theme-surface-soft);
  color: var(--theme-text);
  border-bottom: 1px solid var(--theme-border);
}
.et-chat__title {
  font-size: 0.95rem;
  margin: 0;
  color: var(--theme-text);
}
.et-chat__close {
  background: none;
  border: 0;
  color: var(--theme-text-muted);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.et-chat__close:hover {
  color: var(--theme-text);
}
.et-chat__mensajes {
  height: 16rem;
  overflow-y: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--theme-text);
}
.et-chat__form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem;
  border-top: 1px solid var(--theme-border);
}
.et-chat__input {
  flex: 1;
  border: 1px solid var(--theme-border);
  border-radius: 0.5rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.9rem;
  background-color: var(--theme-surface);
  color: var(--theme-text);
}
.et-chat__input::-moz-placeholder {
  color: var(--theme-text-muted);
}
.et-chat__input::placeholder {
  color: var(--theme-text-muted);
}
.et-chat__enviar {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 0.3rem;
}
.et-chat__enviar img {
  width: 1.25rem;
  height: 1.25rem;
  filter: var(--theme-icon-filter);
}
.et-chat__enviar[disabled] {
  opacity: 0.45;
  cursor: default;
}

.board__chat .chat__textarea {
  width: 100%;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 0.5rem;
  padding: 0.5rem;
  min-height: 2rem;
}
.board__chat .chat__input {
  padding: 0.5rem;
}
.board__chat .chat__input--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board__chat .chat__send-button {
  min-width: 2rem;
  padding: 0.4rem;
  margin-left: 0.75rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #18E179;
  transition: all 0.35s;
}
.board__chat .chat__send-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.board__chat .chat__send-button:hover {
  background-color: rgb(65.2409638554, 234.7590361446, 147.0481927711);
  box-shadow: 0 0 0.5rem #18e179;
  transform: translateY(-0.2rem);
}
.board__chat .respuesta-mensaje, .board__chat .usuario-mensaje {
  max-width: 90%;
}
.board__chat .respuesta-mensaje p, .board__chat .usuario-mensaje p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2c3137;
  color: light-dark(white, #2c3137);
}
.board__chat .respuesta-mensaje h2, .board__chat .usuario-mensaje h2 {
  font-size: 1.1rem;
  line-height: 1.25rem;
  margin: 0;
  font-weight: 600;
  color: light-dark(white, #2c3137);
}
.board__chat .respuesta-mensaje strong, .board__chat .usuario-mensaje strong {
  font-weight: 600;
  font-style: italic;
}
.board__chat .respuesta-mensaje a, .board__chat .usuario-mensaje a {
  color: #1b96e4;
}
.board__chat .respuesta-mensaje *:only-child, .board__chat .usuario-mensaje *:only-child {
  margin: 0;
}
.board__chat .error {
  color: #dd1c47;
}

.notification {
  position: fixed;
  bottom: 4.5rem;
  left: calc(50% - 150px);
  width: 300px;
  z-index: 1111;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}
.notification__status {
  font-size: 1rem;
  padding: 0;
  font-weight: 600;
  width: 100%;
}
.notification__details {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  opacity: 0.75;
  width: 100%;
}
.notification__content {
  width: 100%;
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.notification__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0.7;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification__close:hover {
  opacity: 1;
}
.notification__progress--wrapper {
  margin-top: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  height: 0.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
}
.notification__progress--bar {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 0.25rem;
}
.notification--info {
  background: #18E179;
  color: #2c3137;
}
.notification--info .notification__progress--bar {
  background: #2c3137;
}
.notification--success {
  background: #008c5e;
  color: white;
}
.notification--success .notification__progress--bar {
  background: white;
}
.notification--error {
  background: #dd1c47;
  color: white;
}
.notification--error .notification__progress--bar {
  background: white;
}
.notification {
  /* Advertencia y proceso comparten el amarillo pero no son lo mismo: la
     primera avisa de algo, la segunda acompana a una barra de progreso.
     Antes warning() caia en --info, que es verde, asi que una advertencia se
     leia como un exito. */
}
.notification--warning, .notification--process {
  background: #fffb5a;
  color: #2c3137;
}
.notification--warning .notification__progress--bar, .notification--process .notification__progress--bar {
  background: #2c3137;
}
.notification--show {
  transform: translateY(0) !important;
  opacity: 1 !important;
  display: flex !important;
}
.notification--hide {
  transform: translateY(100%) !important;
  opacity: 0 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-preview-wrapper {
  position: relative;
}
.video-preview-wrapper .video-preview {
  width: 100%;
  height: 100px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.video-preview-wrapper .video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.video-preview-wrapper .video-play-icon {
  font-size: 24px;
  margin-bottom: 5px;
  opacity: 0.9;
}
.video-preview-wrapper .video-overlay {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
}
.video-preview-wrapper .delete-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.video-preview-wrapper .delete-button:hover {
  background: rgb(255, 0, 0);
}

.modal__crearvideo {
  max-width: 600px;
}
.modal__crearvideo .crearvideo__preview {
  margin-bottom: 20px;
}
.modal__crearvideo .video-preview__container {
  width: 100%;
  height: 300px;
  border: 2px dashed #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}
.modal__crearvideo .video-preview__container.error {
  border-color: #dc3545;
  background: #f8d7da;
}
.modal__crearvideo .video-preview__container.success {
  border-color: #28a745;
  background: #d4edda;
}
.modal__crearvideo .video-placeholder {
  text-align: center;
  color: #6c757d;
}
.modal__crearvideo .video-placeholder img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  opacity: 0.5;
}
.modal__crearvideo .video-preview {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.modal__crearvideo .form-group {
  margin-bottom: 20px;
}
.modal__crearvideo .image-upload-area {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modal__crearvideo .image-upload-area:hover {
  border-color: #007bff;
  background: #e7f3ff;
}
.modal__crearvideo .char-counter {
  text-align: right;
  font-size: 12px;
  color: #6c757d;
  margin-top: 5px;
}
.modal__crearvideo .form-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
}
.modal__crearvideo .form-actions .button {
  flex: 1;
}
.modal__crearvideo .video-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.modal__crearvideo .loading-animation {
  text-align: center;
}
.modal__crearvideo .loading-animation .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}
.modal__crearvideo .loading-animation p {
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #333;
}
.modal__crearvideo .loading-animation small {
  color: #6c757d;
}
@media (max-width: 600px) {
  .modal__crearvideo {
    margin: 10px;
    max-width: calc(100% - 20px);
  }
  .modal__crearvideo .video-preview__container {
    height: 200px;
  }
  .modal__crearvideo .form-actions {
    flex-direction: column;
  }
}

#video-generation-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-generation-loading .loading-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
}
#video-generation-loading .loading-content .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
#video-generation-loading .loading-content h3 {
  margin: 0 0 10px 0;
}
#video-generation-loading .loading-content p {
  margin: 0 0 15px 0;
  color: #6c757d;
}
#video-generation-loading .loading-content .loading-steps {
  font-size: 12px;
  color: #6c757d;
}
#video-generation-loading .loading-content .loading-steps div {
  margin: 2px 0;
}

.modal__videozoom .modal--container {
  max-width: 90vw;
  max-height: 90vh;
  padding: 0;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.modal__videozoom .modal--container .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__videozoom .modal--container .video-container video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
}
.modal__videozoom .modal--container .button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
  transition: background 0.3s ease;
}
.modal__videozoom .modal--container .button:hover {
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .modal__videozoom .modal--container {
    max-width: 95vw;
    max-height: 80vh;
    margin: 10vh auto;
  }
  .modal__videozoom .modal--container .video-container video {
    max-height: 70vh;
  }
  .modal__videozoom .modal--container .button {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

.video-modal {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.video-modal:hover {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}
.video-modal:focus, .video-modal:active, .video-modal:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.modal__crearconia [hidden] {
  display: none !important;
}
.modal__crearconia {
  position: fixed;
  width: 100%;
  background-color: #010210;
  overflow: auto;
  max-height: calc(100dvh - 1rem);
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  box-shadow: 0 1.25rem 3rem rgba(1, 2, 16, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .modal__crearconia {
    max-height: 90dvh;
    border-radius: 1.5rem;
    max-width: 1200px;
    padding: 2rem;
    padding-bottom: 1rem;
  }
}
.modal__crearconia .form {
  gap: 1.25rem;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 768px) {
  .modal__crearconia .form {
    padding: 0 1.25rem;
  }
}
.modal__crearconia .form .board__text span {
  color: #18E179;
}
.modal__crearconia .button__secondary {
  background-color: #18E179;
  color: #010210;
  max-width: 12rem;
  margin: 0 auto;
  border-radius: 1.5rem;
}
.modal__crearconia .image-upload-container {
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 2px dashed #18E179;
  overflow: hidden;
  transition: all 0.35s ease;
}
.modal__crearconia .board__img--addimg svg {
  overflow: visible;
}
.modal__crearconia .board__img--addimg .group-main {
  animation: floatMain 4s ease-in-out infinite;
  transform-origin: center;
}
.modal__crearconia .board__img--addimg .anim-image {
  animation: imageEmerge 5s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.modal__crearconia .board__img--addimg .anim-arrow {
  animation: arrowShoot 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.modal__crearconia .board__img--addimg .float-doc {
  animation: floatSmall1 4.5s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.modal__crearconia .board__img--addimg .float-vid {
  animation: floatSmall2 5.5s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.modal__crearconia .board__img--addimg .star {
  animation: starPop 3s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.modal__crearconia .board__img--addimg .star-1 {
  animation-delay: 0s;
}
.modal__crearconia .board__img--addimg .star-2 {
  animation-delay: 1s;
}
.modal__crearconia .board__img--addimg .star-3 {
  animation-delay: 2s;
}
.modal__crearconia .board__img--addimg .star-4 {
  animation-delay: 1.5s;
}
.modal__crearconia {
  /* --- Barra de CrÃ©ditos --- */
}
.modal__crearconia .credits-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 1rem;
  background: rgba(24, 225, 121, 0.1);
  padding: 0.75rem 1.25rem;
  border-radius: 2rem;
}
.modal__crearconia .credits-info__label {
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.modal__crearconia .credits-info__label i {
  color: #18E179;
  font-size: 0.875rem;
  gap: 0.35rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.modal__crearconia .credits-info__label i::before {
  content: "";
  width: 0.875rem;
  font-size: 1rem;
  height: 0.875rem;
  background: url("../img/icons/icon-credits2.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .modal__crearconia .credits-info__label i {
    font-size: 1rem;
  }
}
.modal__crearconia .board__text {
  color: white;
  margin: 0;
}
.modal__crearconia .board__text--wrapper {
  width: 100%;
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.modal__crearconia .board__text--wrapper .board__text {
  color: white;
  text-align: left;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.modal__crearconia .board__text--wrapper .board__text--title {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.15;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
.modal__crearconia .board__text--wrapper .board__text--subtitle {
  font-size: 1rem;
  color: #18E179;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.modal__crearconia .board__text--wrapper .board__text--small {
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
}
.modal__crearconia .board__text--wrapper .board__text--paragraph {
  color: white;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.modal__crearconia .board__text i {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #18E179;
  line-height: 1.25rem;
  line-height: 1.25lh;
  display: inline-block;
  width: 100%;
  font-style: italic;
}
.modal__crearconia .mobile__slider--item {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  border-radius: 1rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
}
.modal__crearconia .mobile__slider--item .board__text--container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  position: relative;
}
.modal__crearconia .mobile__slider--item .board__text--container > span {
  color: white;
  font-size: 0.875rem;
  outline: 1px solid transparent;
  opacity: 1;
  padding: 1rem 0.5rem;
  width: 100%;
  border-radius: 1rem;
  transition: all 0.35s;
}
.modal__crearconia .mobile__slider--item .credits-info {
  position: absolute;
  bottom: -1.75rem;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.modal__crearconia .mobile__slider--item .credits-info__label {
  color: #fffb5a;
  font-size: 1rem;
  gap: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__crearconia .mobile__slider--item .credits-info__label i {
  color: inherit;
  font-style: normal;
  display: flex;
  align-items: center;
}
.modal__crearconia .mobile__slider--item .credits-info__label i::before {
  content: "";
  width: 0.875rem;
  font-size: 1rem;
  height: 0.875rem;
  background: url("../img/icons/icon-credits1.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.modal__crearconia .mobile__slider--item:first-of-type .credits-info i::before {
  filter: grayscale(1);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal__crearconia .mobile__slider--item:hover {
    border-color: #18E179;
    box-shadow: 0 0 1rem rgba(24, 225, 121, 0.5);
  }
}
.modal__crearconia .crearconia__imagenes {
  width: 100%;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease;
  margin: 0;
  padding: 0;
}
.modal__crearconia .wizard-step {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  display: none;
}
.modal__crearconia .wizard-step, .modal__crearconia .wizard-panel, .modal__crearconia .wizard-subsection, .modal__crearconia .wizard-summary-output, .modal__crearconia .wizard-upload-state {
  display: none !important;
  width: 100%;
  flex-wrap: wrap;
}
.modal__crearconia .wizard-step.is-visible, .modal__crearconia .wizard-panel.is-visible, .modal__crearconia .wizard-subsection.is-visible, .modal__crearconia .wizard-summary-output.is-visible, .modal__crearconia .wizard-upload-state.is-visible {
  display: flex !important;
}
.modal__crearconia .wizard-upload-state.is-visible.crearconia__imagenes {
  display: flex !important;
}
.modal__crearconia .wizard-panel.is-visible.mobile__slider {
  display: block !important;
}
.modal__crearconia .wizard-subsection {
  padding: 1rem;
  margin-top: -0.5rem;
  background: #6B1BF8;
  border-radius: 1rem;
  position: relative;
}
.modal__crearconia .wizard-subsection::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #6B1BF8;
}
.modal__crearconia .wizard-subsection.is-visible.video-variants {
  display: block !important;
}
.modal__crearconia .wizard-subsection.is-visible.video-variants::before {
  left: calc(35% + 1rem);
}
.modal__crearconia .wizard-subsection.is-visible.banner-variants {
  display: block !important;
}
.modal__crearconia .wizard-subsection.is-visible.banner-variants::before {
  left: auto;
  right: calc(10% - 0.5rem);
}
.modal__crearconia .wizard-subsection.is-visible.wizard-measurements {
  display: flex !important;
}
.modal__crearconia .wizard-subsection.is-visible.wizard-measurements::before {
  left: calc(65% - 1rem);
}
.modal__crearconia .wizard-preview-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  width: 100%;
}
.modal__crearconia .wizard-preview-card .board__text {
  color: #18E179;
}
.modal__crearconia .wizard-preview-card .button {
  border-radius: 1.5rem;
  background: none;
  color: #18E179;
  text-decoration: underline;
  margin: 0 auto;
}
.modal__crearconia .wizard-preview-media {
  position: relative;
  width: 100%;
  max-width: 7rem;
  border-radius: 1rem;
  overflow: hidden;
}
.modal__crearconia .wizard-preview-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(88, 214, 141, 0.15);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.modal__crearconia .wizard-preview-media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 70%;
  background: linear-gradient(90deg, transparent 0%, rgba(189, 247, 210, 0.2) 18%, rgba(88, 214, 141, 0.78) 50%, rgba(189, 247, 210, 0.2) 82%, transparent 100%);
  opacity: 0.9;
  transform: translateX(-140%);
  filter: blur(3px);
  pointer-events: none;
  z-index: 3;
}
.modal__crearconia .wizard-preview-media.is-analyzing::before {
  opacity: 1;
}
.modal__crearconia .wizard-preview-media.is-analyzing::after {
  animation: wizardAnalysisSweep 1.35s ease-in-out infinite;
}
.modal__crearconia .wizard-preview-media.is-warning {
  box-shadow: 0 0 0 2px rgba(246, 200, 81, 0.75);
}
.modal__crearconia .wizard-preview-thumb {
  width: 100%;
  max-width: 7rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: block;
  box-shadow: 0 0 0 0.35rem rgba(24, 225, 121, 0.14);
  position: relative;
  z-index: 1;
}
.modal__crearconia .wizard-preview-status {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  min-height: 100%;
}
@media screen and (min-width: 576px) {
  .modal__crearconia .wizard-preview-card {
    grid-template-columns: 7rem 1fr;
    justify-items: stretch;
  }
}
.modal__crearconia .wizard-loader {
  width: 3rem;
  height: 3rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(697%) hue-rotate(96deg) brightness(94%) contrast(91%);
}
.modal__crearconia .wizard-status-icon {
  width: 3rem;
  height: 3rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(697%) hue-rotate(96deg) brightness(94%) contrast(91%);
}
.modal__crearconia .wizard-skeleton {
  color: transparent;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)) 0 0/200% 100%, rgba(255, 255, 255, 0.06);
  animation: wizardShimmer 1.25s linear infinite;
}
.modal__crearconia .wizard-helper {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.35rem 0.75rem;
  border-radius: 0.75rem;
  text-align: center;
  background: rgba(255, 251, 90, 0.2);
  color: #fffb5a;
  font-style: italic;
}
.modal__crearconia .wizard-card, .modal__crearconia .wizard-subcard {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  cursor: pointer;
  background-color: #2c3137;
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}
.modal__crearconia .wizard-card > *, .modal__crearconia .wizard-subcard > * {
  position: relative;
  z-index: 1;
}
.modal__crearconia .wizard-card.active, .modal__crearconia .wizard-subcard.active {
  outline: 2px solid #18E179;
}
.modal__crearconia .wizard-card {
  padding: 0.75rem;
  background: #242830;
  border: none;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  gap: 0.5rem;
}
.modal__crearconia .wizard-card.active::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.25rem);
  bottom: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: url("../img/icons/checkwhite.svg") no-repeat center center;
  background-size: contain;
  background-color: #18E179;
  z-index: 2;
}
.modal__crearconia .wizard-card.is-locked {
  opacity: 0.9;
  cursor: default;
  pointer-events: none;
}
.modal__crearconia .wizard-card.is-unavailable {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  filter: grayscale(0.35);
}
.modal__crearconia .wizard-card__media {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.875rem;
  background: #dfe3ea;
}
.modal__crearconia .wizard-card__body {
  position: relative;
  width: 100%;
  min-height: 2.35rem;
  padding: 0 0.35rem 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.modal__crearconia .wizard-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  font-size: 0.92rem;
  line-height: 1.15;
  text-align: center;
  text-shadow: none;
}
.modal__crearconia .wizard-card__price {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: #fffb5a;
  color: #010210;
  font-weight: 700;
  z-index: 2;
}
.modal__crearconia .wizard-card.eligiendo {
  background-color: #6B1BF8;
}
.modal__crearconia .wizard-subcard {
  min-height: 0;
  aspect-ratio: 1/1.15;
  background-position: center;
  background-size: cover;
}
.modal__crearconia .wizard-subcard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75));
}
.modal__crearconia .wizard-subcard__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.modal__crearconia .wizard-subcard.active::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.25rem);
  bottom: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: url("../img/icons/checkwhite.svg") no-repeat center center;
  background-size: contain;
  background-color: #18E179;
  z-index: 2;
}
.modal__crearconia .wizard-subcard__body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 0.85rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(to top, rgba(1, 2, 16, 0.98) 0%, rgba(1, 2, 16, 0.68) 45%, rgba(1, 2, 16, 0) 100%);
  z-index: 1;
}
.modal__crearconia .wizard-subcard__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  font-size: 0.92rem;
  line-height: 1.15rem;
  text-align: center;
  text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.8);
}
.modal__crearconia .wizard-generate.button[disabled] {
  opacity: 0.45;
  pointer-events: none;
}
.modal__crearconia .wizard-generate.button.is-loading {
  opacity: 0.45;
  pointer-events: none;
  filter: saturate(0.85);
}
.modal__crearconia .wizard-workspace {
  position: relative;
  width: 100%;
}
.modal__crearconia .wizard-workspace.is-locked {
  max-height: 12rem;
  overflow: hidden;
  border-radius: 1.5rem;
}
.modal__crearconia .wizard-workspace.is-locked .image-upload-container {
  transform: scale(0.9);
}
.modal__crearconia .wizard-workspace.is-locked > :not(.wizard-lock-overlay) {
  filter: blur(10px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal__crearconia .wizard-lock-overlay {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(1, 2, 16, 0.18), rgba(1, 2, 16, 0.8));
  z-index: 3;
}
.modal__crearconia .wizard-lock-overlay.is-visible {
  display: flex;
}
.modal__crearconia .wizard-regenerate.button {
  padding-inline: 1.5rem;
  box-shadow: 0 0 1.5rem rgba(24, 225, 121, 0.25);
}
.modal__crearconia .wizard-results {
  display: none;
  width: 100%;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.modal__crearconia .wizard-results.is-visible {
  display: grid;
}
.modal__crearconia .wizard-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 14rem));
  justify-content: center;
  gap: 1rem;
}
.modal__crearconia .wizard-result {
  width: 100%;
  max-width: 14rem;
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 0.75rem;
  text-align: left;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.modal__crearconia .wizard-result:disabled {
  opacity: 1;
  cursor: default;
}
.modal__crearconia .wizard-result.is-selected {
  border-color: #6B1BF8;
  box-shadow: 0 0 0 2px rgba(107, 27, 248, 0.22), 0 0 1.5rem rgba(107, 27, 248, 0.32);
}
.modal__crearconia .wizard-result.is-selected::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.25rem);
  bottom: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: url("../img/icons/checkwhite.svg") no-repeat center center;
  background-size: contain;
  background-color: #6B1BF8;
  z-index: 5;
  pointer-events: none;
}
.modal__crearconia .wizard-result.is-error {
  border-color: rgba(255, 107, 107, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.2), 0 0 1.25rem rgba(255, 107, 107, 0.22);
}
.modal__crearconia .wizard-result:not(.is-error) {
  outline: 1px solid rgba(24, 225, 121, 0.2);
}
.modal__crearconia .wizard-result__media-wrap {
  position: relative;
  min-height: 9.5rem;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__crearconia .wizard-result__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.modal__crearconia .wizard-result__placeholder {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.modal__crearconia .wizard-result__body {
  display: grid;
  gap: 0.35rem;
}
.modal__crearconia .wizard-result__title {
  color: white;
  font-size: 1rem;
}
.modal__crearconia .wizard-result__meta {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  line-height: 1.25;
}
.modal__crearconia .wizard-result__status {
  color: #fffb5a;
  font-size: 0.875rem;
  font-weight: 600;
}
.modal__crearconia .wizard-result__status--success {
  color: #18E179;
}
.modal__crearconia .wizard-result__status--error {
  color: #ff8b8b;
}
.modal__crearconia .wizard-result__retry {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 0;
  border-radius: 1.5rem;
}
.modal__crearconia .wizard-result.is-selected .wizard-result__status--success {
  color: #6B1BF8;
}
.modal__crearconia .wizard-result.is-generating {
  border-color: rgba(24, 225, 121, 0.5);
  box-shadow: 0 0 0 1px rgba(24, 225, 121, 0.22), 0 0 1.25rem rgba(24, 225, 121, 0.18);
}
.modal__crearconia .wizard-result.is-generating .wizard-result__media-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.18), transparent 85%);
  animation: wizardResultSweep 1.2s linear infinite;
}
.modal__crearconia .wizard-result:not(.is-generating):not(.is-error) {
  box-shadow: 0 0 0 1px rgba(24, 225, 121, 0.15), 0 0 1rem rgba(24, 225, 121, 0.14);
}
.modal__crearconia .wizard-selection-footer {
  padding: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  position: static;
}
.modal__crearconia .wizard-selection-footer .button {
  width: 100% !important;
}
.modal__crearconia #upload-empty {
  align-items: stretch;
  justify-content: stretch;
}
.modal__crearconia #upload-empty .board__img--addimg {
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  min-height: 0;
  border-radius: 0.5rem;
  justify-content: center;
  border: none;
  box-shadow: none;
}
.modal__crearconia #upload-preview {
  align-items: center;
  justify-content: center;
  background: transparent;
}
.modal__crearconia .board__img {
  width: 100%;
  height: 12rem;
  margin: 0;
  cursor: default;
}
.modal__crearconia .board__img:hover {
  box-shadow: none;
  filter: brightness(1.03);
}
.modal__crearconia .board__img--addimg {
  cursor: pointer;
  height: auto;
  max-width: none;
  width: 100%;
  min-height: 7rem;
  border: none;
  transform: none;
  border-radius: 1rem;
  background: transparent;
  color: white;
  gap: 0;
}
.modal__crearconia .board__img--addimg span {
  font-size: 0.875rem;
  font-style: italic;
  color: #18E179;
}
@media screen and (min-width: 1024px) {
  .modal__crearconia .board__img--addimg span {
    font-size: 1rem;
  }
}
.modal__crearconia .board__img--addimg:hover {
  background: rgba(24, 225, 121, 0.05);
  box-shadow: none;
  border-color: transparent;
  transform: none;
  filter: none;
}
.modal__crearconia .board__img--addimg .board__img {
  cursor: pointer;
  background: none !important;
  border-radius: 0;
  width: 4rem;
  height: 4rem;
  max-width: none;
  margin: 0 auto;
  color: #18E179;
}
.modal__crearconia .board__img--addimg .board__img img {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .modal__crearconia .board__img--addimg .board__img {
    width: 6rem;
    height: 6rem;
  }
}
.modal__crearconia {
  /* Input file oculto */
}
.modal__crearconia #board__img--foto {
  display: none;
}
.modal__crearconia {
  /* Previews de imagenes subidas */
}
.modal__crearconia .board__img--preview {
  width: 100%;
  min-width: 9rem;
  max-width: 9rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  border: 0.25rem solid #010210;
  outline: 0.25rem solid rgba(255, 255, 255, 0.1);
  background: #2c3137;
}
.modal__crearconia .board__img--preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.modal__crearconia .board__img--preview span {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.35s;
}
.modal__crearconia .board__img--preview span:hover {
  background-color: #dd1c47;
  transform: scale(1.1);
}
.modal__crearconia {
  /* --- Input DescripciÃ³n --- */
}
.modal__crearconia .board__input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  min-height: 8rem;
  border-radius: 0.75rem;
  padding: 0.5rem;
  color: white;
  font-size: 1rem;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.35s;
}
.modal__crearconia .board__input:focus {
  border-color: #6B1BF8;
  box-shadow: 0 0 1.5rem rgba(107, 27, 248, 0.5);
}
.modal__crearconia .board__input::-moz-placeholder {
  color: #535256;
}
.modal__crearconia .board__input::placeholder {
  color: #535256;
}
.modal__crearconia .board__input.wizard-decoding {
  color: rgba(24, 225, 121, 0.95);
  border-color: rgba(24, 225, 121, 0.65);
  background: linear-gradient(180deg, rgba(24, 225, 121, 0.08), rgba(255, 255, 255, 0.04));
  opacity: 0.7;
  text-shadow: 0 0 0.35rem rgba(24, 225, 121, 0.18);
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Courier New", monospace;
  animation: wizardDecodeGlow 1.4s ease-in-out infinite;
  filter: saturate(1.05);
}
.modal__crearconia .board__input.wizard-decoding:focus {
  border-color: rgba(24, 225, 121, 0.85);
  box-shadow: 0 0 1.25rem rgba(24, 225, 121, 0.22);
}
.modal__crearconia .wizard-decoding-label {
  animation: wizardDecodeGlow 1.4s ease-in-out infinite;
  opacity: 0.9;
}
.modal__crearconia .wizard-warning {
  color: #f6c851 !important;
  font-weight: 600;
}
.modal__crearconia {
  /* --- Grid de Opciones (Slider en mobile) --- */
}
.modal__crearconia .styles--wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(8rem, 9rem);
  gap: 1rem;
  padding: 1rem;
  margin: 0;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
}
.modal__crearconia .styles--wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal__crearconia .styles--wrapper {
    grid-template-columns: none;
    grid-auto-flow: column;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(24, 225, 121, 0.75) rgba(255, 255, 255, 0.1);
  }
  .modal__crearconia .styles--wrapper::-webkit-scrollbar {
    display: block;
    height: 0.75rem;
  }
  .modal__crearconia .styles--wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
  }
  .modal__crearconia .styles--wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(24, 225, 121, 0.55), rgba(24, 225, 121, 0.9));
    border-radius: 999px;
    border: 2px solid rgba(1, 2, 16, 0.15);
  }
}
.modal__crearconia .wizard-carousel {
  position: relative;
  width: 100%;
}
.modal__crearconia .wizard-carousel__arrow {
  display: none;
}
@media screen and (min-width: 576px) {
  .modal__crearconia .wizard-carousel__arrow {
    position: absolute;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    min-height: 0;
    border: none;
    border-radius: 50%;
    background: rgba(1, 2, 16, 0.82);
    color: #18E179;
    box-shadow: 0 0 1rem rgba(24, 225, 121, 0.15);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    backdrop-filter: blur(0.35rem);
  }
  .modal__crearconia .wizard-carousel__arrow span {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative;
  }
  .modal__crearconia .wizard-carousel__arrow span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/icons/icon-arrow-right-blue.svg") no-repeat center center;
    background-size: contain;
  }
  .modal__crearconia .wizard-carousel__arrow:hover {
    background: rgba(1, 2, 16, 0.96);
    box-shadow: 0 0 1.35rem rgba(24, 225, 121, 0.28);
  }
}
@media screen and (min-width: 576px) {
  .modal__crearconia .wizard-carousel__arrow--prev {
    display: flex;
    left: -0.75rem;
  }
  .modal__crearconia .wizard-carousel__arrow--prev span::after {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 576px) {
  .modal__crearconia .wizard-carousel__arrow--next {
    display: flex;
    right: -0.75rem;
  }
}
.modal__crearconia .option-card__icon-wrapper {
  width: 100%;
  flex-grow: 1;
  background: radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.15) 0%, transparent 40%);
  border-radius: 0 0 0.875rem 0.875rem;
  border: 0.25rem solid #010210;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.modal__crearconia .option-card__icon-wrapper img {
  max-width: 3rem;
  max-height: 3rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__crearconia input:checked + .mobile__slider--item {
  border-color: #6B1BF8;
  box-shadow: 0 0 1.5rem rgba(107, 27, 248, 0.5);
}
.modal__crearconia input:checked + .mobile__slider--item::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 50%;
  box-shadow: 0 0 1rem #18e179;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/checkblack.svg") no-repeat center center;
  background-color: #18E179;
  background-size: contain;
  z-index: 2;
}
.modal__crearconia input:checked + .mobile__slider--item .board__text--container > span {
  padding: 0.5rem 0;
  outline: 1px solid #6B1BF8;
  border-radius: 0.75rem 0.75rem 0 0;
  display: block;
  background-color: #6B1BF8;
  font-size: 0.875rem;
  opacity: 1;
  transform: translateY(0);
}
.modal__crearconia input:checked + .mobile__slider--item .option-card__icon-wrapper {
  border-radius: 0 0 0.875rem 0.875rem;
  background: radial-gradient(circle at bottom left, rgba(107, 27, 248, 0.35) 0%, transparent 60%);
}
.modal__crearconia {
  /* Estilo para crÃ©ditos gratuitos (blanco) */
}
.modal__crearconia input[data-cost="0"] + .mobile__slider--item .credits-info__label,
.modal__crearconia input[data-cost=Gratis] + .mobile__slider--item .credits-info__label {
  color: white;
}
.modal__crearconia {
  /* --- BotÃ³n Generar --- */
}
.modal__crearconia .button--wrapper {
  width: 100%;
  padding: 0.35rem 0.35rem 0.35rem 1rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: sticky;
  bottom: -0.5rem;
  z-index: 2;
  background-color: rgba(1, 2, 16, 0.25);
  backdrop-filter: blur(0.5rem);
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.modal__crearconia .button--wrapper .credits-info {
  width: auto;
  justify-content: flex-start;
  background: none;
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.modal__crearconia .button--wrapper .credits-info i {
  color: #fffb5a;
}
.modal__crearconia .button--wrapper .credits-info i::before {
  background: url("../img/icons/icon-credits1.svg") no-repeat center center;
  background-size: contain;
}
.modal__crearconia .button--wrapper .button {
  margin: 0 !important;
  border: none;
  padding: 0.5rem 0.75rem;
  min-height: 0;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
  justify-content: center;
  gap: 0.25rem;
  background-color: #6B1BF8;
  border-radius: 1.5rem;
  color: white;
  white-space: nowrap;
}
.modal__crearconia .button--wrapper .button img {
  filter: grayscale(1) brightness(10);
  display: none;
}
.modal__crearconia .button--wrapper .button:hover {
  box-shadow: 0 0 1.5rem rgba(107, 27, 248, 0.5);
}
.modal__crearconia .button--wrapper > .credits-info .credits-info__label {
  white-space: nowrap;
}
.modal__crearconia .button--wrapper > .button {
  width: auto !important;
  max-width: none !important;
}
@media screen and (max-width: 575px) {
  .modal__crearconia .button--wrapper {
    padding: 0.75rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .modal__crearconia .button--wrapper .credits-info {
    width: 100%;
    justify-content: center;
  }
  .modal__crearconia .button--wrapper .button {
    width: 100% !important;
  }
}
@media screen and (min-width: 576px) {
  .modal__crearconia .button--wrapper .button img {
    display: block;
  }
}
.modal__crearconia .wizard-status-legend {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.modal__crearconia .wizard-status-legend .wizard-result__status {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}
.modal__crearconia #wizard-results-title {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.modal__crearconia #wizard-results-note {
  width: 100%;
  text-align: center;
}
.modal__crearconia .wizard-selection-footer {
  justify-content: center;
  backdrop-filter: none;
  padding: 0;
  background: none;
  border: none;
}
.modal__crearconia .video-variants,
.modal__crearconia .banner-variants {
  display: none;
  width: 100%;
  animation: fadeIn 0.3s ease-in-out;
}
.modal__crearconia .video-variants.show, .modal__crearconia .video-variants.active,
.modal__crearconia .banner-variants.show,
.modal__crearconia .banner-variants.active {
  display: block;
}
.modal__crearconia .video-variants__title,
.modal__crearconia .banner-variants__title {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modal__crearconia .video-variants__title::before,
.modal__crearconia .banner-variants__title::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 1rem;
  background: #1b96e4;
  border-radius: 2px;
}
.modal__crearconia .video-variants__grid,
.modal__crearconia .banner-variants__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
@media screen and (min-width: 576px) {
  .modal__crearconia .video-variants__grid,
  .modal__crearconia .banner-variants__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal__crearconia .video-variants__grid,
  .modal__crearconia .banner-variants__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.modal__crearconia .video-variants .mobile__slider--item,
.modal__crearconia .banner-variants .mobile__slider--item {
  padding: 0;
  flex-wrap: nowrap;
  min-height: 0;
  margin-bottom: 0;
  aspect-ratio: 1/1;
}
.modal__crearconia .video-variants .mobile__slider--item span,
.modal__crearconia .banner-variants .mobile__slider--item span {
  color: white;
  font-size: 0.875rem;
  line-height: 1.1;
  opacity: 1;
  transform: translateY(0);
  padding: 0;
  background: none;
  width: 100%;
  border-radius: 1rem;
  transition: all 0.35s;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .modal__crearconia .video-variants .mobile__slider--item span,
  .modal__crearconia .banner-variants .mobile__slider--item span {
    font-size: 0.92rem;
  }
}
.modal__crearconia .video-variant__preview {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  overflow: hidden;
  background: radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  border-radius: 0.875rem;
  border: 0.25rem solid #010210;
}
.modal__crearconia .video-variant__object {
  width: 2rem;
  height: 2rem;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-20deg) rotateY(-30deg); /* PosiciÃ³n inicial isomÃ©trica */
}
.modal__crearconia .wizard-measurements__layout {
  display: grid;
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.modal__crearconia .wizard-measurements__visual {
  width: calc(50% - 0.5rem);
  min-height: 14.5rem;
  padding: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__crearconia .wizard-measurements__grid {
  display: grid;
  width: calc(50% - 0.5rem);
  grid-template-columns: 1fr;
  gap: 1rem;
}
.modal__crearconia .wizard-measurements__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
}
.modal__crearconia .wizard-measurements__field span {
  font-size: 1rem;
  color: white;
}
.modal__crearconia .wizard-measurements__field span em {
  font-style: normal;
  color: #18E179;
}
.modal__crearconia .wizard-measurements__field .board__input {
  min-height: 0;
  height: 3rem;
}
.modal__crearconia .measure-cube {
  position: relative;
  width: 100%;
  min-height: 8rem;
}
.modal__crearconia .measure-cube > svg {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: visible;
}
.modal__crearconia .measure-cube__stroke {
  stroke: #18E179;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent;
}
.modal__crearconia .measure-cube polygon, .modal__crearconia .measure-cube line {
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.modal__crearconia .measure-face {
  fill: transparent;
}
.modal__crearconia .measure-face.face-highlight {
  fill: rgba(24, 225, 121, 0.15);
}
.modal__crearconia .measure-face.face-pulse {
  fill: rgba(24, 225, 121, 0.4);
  filter: drop-shadow(0 0 12px rgba(24, 225, 121, 0.7));
}
.modal__crearconia .measure-axis {
  position: absolute;
}
.modal__crearconia .measure-axis::before {
  display: none;
}
.modal__crearconia .measure-axis__label {
  font-size: 0.875rem;
  color: white;
  background: rgba(44, 49, 55, 0.5);
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}
.modal__crearconia .measure-axis strong {
  color: #18E179;
}
.modal__crearconia .measure-axis--length {
  top: 0.5rem;
  left: 0;
}
.modal__crearconia .measure-axis--height {
  top: 1.5rem;
  right: 0;
}
.modal__crearconia .measure-axis--width {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal__crearconia .measure-axis.is-active .measure-axis__label {
  background: rgba(24, 225, 121, 0.35);
  border-color: #18E179;
}
.modal__crearconia .cube__face {
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.modal__crearconia .cube__face--front {
  background: #f0f0f0;
  transform: rotateY(0deg) translateZ(1rem);
}
.modal__crearconia .cube__face--right {
  background: #c0c0c0;
  transform: rotateY(90deg) translateZ(1rem);
}
.modal__crearconia .cube__face--back {
  background: #e0e0e0;
  transform: rotateY(180deg) translateZ(1rem);
}
.modal__crearconia .cube__face--left {
  background: #c0c0c0;
  transform: rotateY(-90deg) translateZ(1rem);
}
.modal__crearconia .cube__face--top {
  background: #ffffff;
  transform: rotateX(90deg) translateZ(1rem);
}
.modal__crearconia .cube__face--bottom {
  background: #a0a0a0;
  transform: rotateX(-90deg) translateZ(1rem);
}
.modal__crearconia {
  /* Estado seleccionado para radio buttons de variantes */
}
.modal__crearconia input[type=radio]:checked + .mobile__slider--item {
  border-color: #6B1BF8;
  box-shadow: 0 0 0.75rem rgba(107, 27, 248, 0.5);
}
.modal__crearconia input[type=radio]:checked + .mobile__slider--item span {
  padding: 0.5rem 0;
  border-radius: 0.75rem 0.75rem 0 0;
  font-size: 0.875rem;
  display: block;
  transform: translateY(0);
  z-index: 1;
  background-color: #6B1BF8;
  opacity: 1;
}
.modal__crearconia {
  /* Keyframes 3D para las animaciones */
}
@keyframes rotateLeft {
  0% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(-180deg);
  }
}
@keyframes rotateRight {
  0% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(180deg);
  }
}
.modal__crearconia {
  /* Zoom: Escalar (Lente) - Empieza en 1 */
}
@keyframes zoomIn {
  0% {
    transform: rotateX(-20deg) rotateY(30deg) scale(1);
  }
  100% {
    transform: rotateX(-20deg) rotateY(30deg) scale(1.4);
  }
}
@keyframes zoomOut {
  0% {
    transform: rotateX(-20deg) rotateY(-30deg) scale(1);
  }
  100% {
    transform: rotateX(-20deg) rotateY(-30deg) scale(0.6);
  }
}
@keyframes pullOut {
  0% {
    transform: rotateX(-20deg) rotateY(-30deg) translateZ(0);
  }
  100% {
    transform: rotateX(-20deg) rotateY(-30deg) translateZ(-80px);
  }
}
@keyframes tiltDown {
  0% {
    transform: rotateX(-20deg) rotateY(-30deg);
  }
  100% {
    transform: rotateX(-70deg) rotateY(-30deg);
  }
}
@keyframes craneUp {
  0% {
    transform: rotateX(-20deg) rotateY(-30deg) translateY(0);
  }
  100% {
    transform: rotateX(-20deg) rotateY(-30deg) translateY(40px);
  }
}
.modal__crearconia .animate-rotate-left .video-variant__object {
  animation: rotateLeft 4s infinite alternate ease-in-out;
}
.modal__crearconia .animate-rotate-right .video-variant__object {
  animation: rotateRight 4s infinite alternate ease-in-out;
}
.modal__crearconia .animate-zoom-in .video-variant__object {
  animation: zoomIn 2s infinite alternate ease-in-out;
}
.modal__crearconia .animate-zoom-out .video-variant__object {
  animation: zoomOut 2s infinite alternate ease-in-out;
}
.modal__crearconia .animate-pull-out .video-variant__object {
  animation: pullOut 2s infinite alternate ease-in-out;
}
.modal__crearconia .animate-tilt-down .video-variant__object {
  animation: tiltDown 2s infinite alternate ease-in-out;
}
.modal__crearconia .animate-crane-up .video-variant__object {
  animation: craneUp 2s infinite alternate ease-in-out;
}
.modal__crearconia .animate-static .video-variant__object {
  animation: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatMain {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes imageEmerge {
  0%, 15% {
    transform: translateY(35px);
    opacity: 0;
  }
  35%, 70% {
    transform: translateY(0px);
    opacity: 1;
  }
  85%, 100% {
    transform: translateY(35px);
    opacity: 0;
  }
}
@keyframes arrowShoot {
  0% {
    transform: translateY(6px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-8px);
    opacity: 0;
  }
}
@keyframes floatSmall1 {
  0%, 100% {
    transform: translateY(0) rotate(-10deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}
@keyframes floatSmall2 {
  0%, 100% {
    transform: translateY(0) rotate(15deg);
  }
  50% {
    transform: translateY(-12px) rotate(-2deg);
  }
}
@keyframes starPop {
  0%, 100% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(90deg);
    opacity: 1;
  }
}
.modal__crearconia .wizard-analysis-progress {
  width: 100%;
  margin: 0.25rem 0;
}
.modal__crearconia .wizard-analysis-progress__label {
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: var(--theme-text, white);
}
.modal__crearconia .wizard-analysis-progress__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.modal__crearconia .wizard-analysis-progress__track {
  flex: 1 1 auto;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.modal__crearconia .wizard-analysis-progress__bar {
  position: relative;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(24, 225, 121, 0.65), #18E179);
  transition: width 0.25s ease;
  overflow: hidden;
}
.modal__crearconia .wizard-analysis-progress__bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: analysisProgressSheen 1.4s linear infinite;
}
.modal__crearconia .wizard-analysis-progress__value {
  flex: 0 0 auto;
  min-width: 2.75rem;
  text-align: right;
  color: #18E179;
  font-weight: 700;
}
@keyframes analysisProgressSheen {
  from {
    left: -40%;
  }
  to {
    left: 100%;
  }
}
@keyframes wizardSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wizardAnalysisSweep {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(240%);
  }
}
@keyframes wizardShimmer {
  from {
    background-position: 100% 0, 0 0;
  }
  to {
    background-position: -100% 0, 0 0;
  }
}
@keyframes wizardResultSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes cubePulseX {
  0% {
    filter: drop-shadow(0 0 0 rgba(24, 225, 121, 0));
  }
  50% {
    filter: drop-shadow(0 0 0.45rem rgba(24, 225, 121, 0.55));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(24, 225, 121, 0));
  }
}
@keyframes cubePulseY {
  0% {
    filter: drop-shadow(0 0 0 rgba(24, 225, 121, 0));
  }
  50% {
    filter: drop-shadow(0 0 0.55rem rgba(24, 225, 121, 0.55));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(24, 225, 121, 0));
  }
}
@keyframes cubePulseH {
  0% {
    filter: drop-shadow(0 0 0 rgba(24, 225, 121, 0));
  }
  50% {
    filter: drop-shadow(0 0 0.65rem rgba(24, 225, 121, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(24, 225, 121, 0));
  }
}
@keyframes cubeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
}
@keyframes wizardDecodeGlow {
  0%, 100% {
    color: rgba(24, 225, 121, 0.9);
    text-shadow: 0 0 0.25rem rgba(24, 225, 121, 0.25), 0 0 0.75rem rgba(24, 225, 121, 0.35);
    opacity: 0.9;
  }
  40% {
    color: rgba(24, 225, 121, 0.5);
    text-shadow: 0 0 0.25rem rgba(24, 225, 121, 0.15), 0 0 0.5rem rgba(24, 225, 121, 0.25);
    opacity: 0.65;
  }
  70% {
    color: rgba(24, 225, 121, 0.35);
    text-shadow: 0 0 0.25rem rgba(24, 225, 121, 0.35), 0 0 0.25rem rgba(24, 225, 121, 0.2);
    opacity: 0.35;
  }
}
@media screen and (min-width: 768px) {
  .modal__crearconia .wizard-preview-thumb {
    margin: 0;
  }
}

body.test-crearconia {
  min-height: 100vh;
  padding: 1rem;
  background: #555564;
}
body.test-crearconia .test-page {
  max-width: 820px;
  margin: 0 auto;
}
body.test-crearconia .modal__crearconia {
  display: block;
  position: relative;
  inset: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}

.easy__landing {
  background: radial-gradient(circle at 310% -22%, #00FF88, transparent, transparent, transparent, transparent), radial-gradient(circle at -440% 80%, #00FF88, transparent, transparent, transparent);
}
.easy__landing::before {
  content: "";
  display: block;
  width: 100%;
  height: 95vh;
  background: linear-gradient(to bottom, rgba(107, 27, 248, 0.5) 0%, rgba(107, 27, 248, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 720px) {
  .easy__landing {
    background: radial-gradient(circle at 190% -20%, #00FF88, transparent, transparent, transparent, transparent), radial-gradient(circle at -100% 75%, #00FF88, transparent, transparent, transparent);
  }
}
.easy__landing .easy__registro {
  overflow: hidden;
  max-width: none;
}
.easy__landing .easy__registro .button--wrapper {
  max-width: 22rem;
  margin-bottom: 2rem;
}
.easy__landing .easy__registro .button--wrapper .button {
  width: 100% !important;
  max-width: 15rem;
  margin: 0.5rem auto;
  border-radius: 1.5rem;
  background-color: #18E179;
  color: #010210;
}
.easy__landing .easy__registro .button--wrapper .button:hover {
  box-shadow: 0 0 2rem rgba(24, 225, 121, 0.6);
}
.easy__landing .easy__header {
  bottom: 0;
}
.easy__landing .easy__header .whatsapp--link {
  bottom: 1rem;
  right: 1rem;
}
.easy__landing .animacion {
  width: 100%;
  max-height: 10rem;
  padding: 1rem;
  margin: 4rem auto;
  filter: drop-shadow(0 0 2rem #18e179);
}
.easy__landing {
  background-color: #010210;
}
.easy__landing .content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: none;
}
.easy__landing .content .board__main {
  background: none;
  max-width: 1366px;
}
.easy__landing .content .board__main > .button {
  margin-bottom: 3rem;
  max-width: 12rem;
  border-radius: 1.5rem;
  max-width: 15rem;
  border-radius: 1.5rem;
  background-color: #18E179;
  color: #010210;
}
.easy__landing .content .board {
  z-index: 1;
  position: relative;
}
.easy__landing .content .board .text {
  color: white;
  text-align: center;
}
.easy__landing .content .board .text--paragraph {
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board .text--paragraph {
    text-align: center;
  }
}
.easy__landing .content .board .text--title {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.75rem;
  line-height: 1.5lh;
  padding: 0;
  margin: 0 auto;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board .text--title {
    min-height: 4rem;
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.easy__landing .content .board .text strong {
  font-weight: 600;
  font-size: inherit !important;
}
.easy__landing .content .board .text .span {
  font-weight: 600;
  color: #18E179;
  font-size: inherit !important;
}
.easy__landing .content .board .text .span:last-of-type {
  font-weight: 600;
}
.easy__landing .content .board .text--wrapper {
  padding: 1rem;
}
.easy__landing .content .board__tiendas {
  width: 100%;
  margin: 1rem auto;
  max-width: 860px;
}
.easy__landing .content .board__tiendas--wrapper {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  overflow: auto;
  flex: none;
  width: 100%;
}
.easy__landing .content .board__tiendas--wrapper::-webkit-scrollbar {
  display: none;
}
.easy__landing .content .board__tiendas--item {
  cursor: pointer;
  width: auto;
  max-width: 8.5rem;
  margin: 0 auto;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
  flex: none;
  position: relative;
  transition: all 0.35s;
}
.easy__landing .content .board__tiendas--item:first-of-type::after {
  content: "New";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F8411B;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.25rem;
  border-radius: 1rem;
  width: 2.5rem;
  left: calc(50% - 1.25rem);
}
.easy__landing .content .board__tiendas--item img {
  max-width: 6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
  transition: all 0.35s;
}
.easy__landing .content .board__tiendas--item .text {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.easy__landing .content .board__tiendas--item .text--link {
  width: -moz-max-content;
  width: max-content;
  font-style: italic;
  color: #18E179;
  padding: 0.35rem 0.75rem;
  border-radius: 1.25rem;
  text-align: center;
}
.easy__landing .content .board__tiendas--item .text--link:hover {
  background-color: #18E179;
  color: #2c3137;
}
.easy__landing .content .board__tiendas--item:hover img {
  transform: scale(1.1);
}
.easy__landing .content .board__tiendas--item:hover .text--link {
  background-color: #18E179;
  color: #2c3137;
}
.easy__landing .content .board__integraciones {
  padding: 2.5rem 1rem;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 3rem;
  background: #6B1BF8;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__integraciones {
    border-radius: 1.5rem;
  }
}
.easy__landing .content .board__integraciones--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.5rem;
}
.easy__landing .content .board__integraciones--item {
  min-width: 4rem;
  max-width: 7rem;
  margin: 0;
}
.easy__landing .content .board__integraciones--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  border-radius: 50%;
}
.easy__landing .content .board__integraciones .text--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
}
.easy__landing .content .board__integraciones .text--wrapper .text {
  color: white;
}
.easy__landing .content .board__integraciones .text--wrapper .text--title {
  display: inline-block;
  font-weight: 600;
  margin: 0;
}
.easy__landing .content .board__integraciones .text--wrapper .text--title strong {
  font-weight: 800;
}
.easy__landing .content .board__integraciones .text--wrapper .text--title img {
  margin: 0.5rem auto;
  filter: invert(1);
}
.easy__landing .content .board__integraciones .text--wrapper strong {
  margin-left: 0.25rem;
  color: #18E179;
}
.easy__landing .content .board__integraciones .text--wrapper img {
  max-width: 2.5rem;
  margin-right: 0.25rem;
}
.easy__landing .content .board__celular {
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.easy__landing .content .board__celular img {
  max-width: 15rem;
  margin: 0 auto;
  margin-top: 3rem;
  -weblit-transform: rotate(7deg);
  transform: rotate(7deg);
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__celular img {
    max-width: 18rem;
  }
}
.easy__landing .content .board__celular video {
  text-align: center;
  max-width: 30rem;
  width: 100%;
  border-radius: 1rem;
  margin: 1rem auto;
  display: block;
  box-shadow: 0 0 3rem rgba(44, 49, 55, 0.5);
}
.easy__landing .content .board__celular .button {
  margin: 1rem auto;
  width: 50%;
  max-width: 25rem;
  border-radius: 2rem;
}
.easy__landing .content .board__incrustado {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #18E179;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__incrustado {
    padding: 4rem;
  }
}
.easy__landing .content .board__incrustado--wrapper {
  margin: 0 auto;
  max-width: 1024px;
}
.easy__landing .content .board__incrustado .text {
  color: #010210;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__incrustado .text {
    text-align: left;
  }
}
.easy__landing .content .board__incrustado .text--title {
  width: 100%;
  color: #010210;
  font-size: 2rem;
  text-align: center;
  min-height: 0;
  padding: 0;
  margin: 0;
}
.easy__landing .content .board__incrustado .text--subtitle {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.easy__landing .content .board__incrustado .button {
  margin: 0;
  max-width: 20rem;
  width: auto;
  margin: 0 auto;
  color: white;
  border-color: #2c3137;
}
.easy__landing .content .board__incrustado .button__terciary {
  color: #2c3137;
}
.easy__landing .content .board__incrustado .button:hover {
  background-color: #2c3137;
  color: white;
}
.easy__landing .content .board__beneficios {
  position: relative;
}
.easy__landing .content .board__beneficios--wrapper {
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__beneficios--wrapper {
    width: 70%;
    margin: 0 auto;
  }
  .easy__landing .content .board__beneficios--wrapper:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .easy__landing .content .board__beneficios--wrapper:last-of-type {
    margin-bottom: 4rem;
  }
  .easy__landing .content .board__beneficios--wrapper .text--paragraph:last-of-type {
    margin-bottom: 5rem;
  }
}
.easy__landing .content .board__beneficios--wrapper:first-of-type {
  margin-top: 2rem;
}
.easy__landing .content .board__beneficios--wrapper .button {
  max-width: 20rem;
  margin: 1rem auto;
}
.easy__landing .content .board__beneficios--wrapper .text--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.easy__landing .content .board__beneficios--wrapper .text--paragraph {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__beneficios--wrapper .text {
    text-align: left;
  }
  .easy__landing .content .board__beneficios--wrapper .text--wrapper {
    padding: 1rem 4rem;
    width: calc(100% - 20rem);
  }
  .easy__landing .content .board__beneficios--wrapper .text--title {
    width: 100%;
    text-align: left;
  }
  .easy__landing .content .board__beneficios--wrapper .text--paragraph {
    width: 100%;
    text-align: left;
  }
}
.easy__landing .content .board__beneficios .board__img {
  width: 90%;
  margin: 2rem auto;
}
@media only screen and (min-width: 720px) {
  .easy__landing .content .board__beneficios .board__img {
    width: 20rem;
  }
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__beneficios:last-of-type .board__beneficios--wrapper:last-of-type {
    flex-direction: row;
  }
  .easy__landing .content .board__beneficios:last-of-type .board__beneficios--wrapper:last-of-type .text {
    padding: 0;
  }
}
.easy__landing .content .board__beneficios:last-of-type .board__beneficios--wrapper:last-of-type .button {
  background-color: #18E179;
  color: #2c3137;
}
.easy__landing .content .board__formasdepago {
  max-width: 1024px;
  margin: 2rem auto;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__formasdepago {
    flex-wrap: nowrap;
  }
}
.easy__landing .content .board__pagos {
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__pagos {
    gap: 1rem;
    padding: 1.5rem;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
  }
  .easy__landing .content .board__pagos .board__text--wrapper {
    justify-content: center;
  }
  .easy__landing .content .board__pagos .board__icon {
    max-width: 6rem;
  }
  .easy__landing .content .board__pagos .text {
    text-align: center;
  }
}
.easy__landing .content .board__pagos .text {
  width: 100%;
  margin: 0;
  color: white;
  line-height: 1;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .content .board__pagos .text {
    text-align: center;
  }
}
.easy__landing .content .board__pagos .text--title {
  color: white;
  margin: 0;
  min-height: 0;
}
.easy__landing .content .board__pagos .board__text--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.easy__landing .content .board__pagos .board__icon {
  max-width: 5rem;
  padding: 0.25rem;
}
.easy__landing .content .board__faqs {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .easy__landing .content .board__faqs {
    padding: 0;
  }
}
.easy__landing .content .board__faqs > .text--title {
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.easy__landing .footer {
  margin-top: 4rem;
  padding-bottom: 5rem;
}
.easy__landing .footer__wrapper--logo img {
  margin: 0 auto;
  max-width: 4.5rem;
}
.easy__landing .board__ia {
  align-items: flex-start;
}
.easy__landing .board__ia .product-image-carousel {
  position: relative;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.easy__landing .board__ia .product-image-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  pointer-events: none;
}
.easy__landing .board__ia .product-image-carousel img.active {
  z-index: 1;
}
.easy__landing .board__ia--content {
  min-height: 40px;
  overflow-y: hidden;
  height: auto;
}
.easy__landing .board__ia--tooltip {
  max-width: 19rem;
  z-index: 1;
  font-size: 0.875rem;
  color: #2c3137;
  position: absolute;
  left: 0;
  top: -4.5rem;
  background-color: #18E179;
  padding: 0.5rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  animation: tooltip 15s ease-in-out 2s forwards;
  opacity: 0;
}
@keyframes tooltip {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: -4.5rem;
    opacity: 1;
  }
  90% {
    top: -4.5rem;
    opacity: 1;
  }
  100% {
    top: 0rem;
    opacity: 0;
    pointer-events: none;
  }
}
.easy__landing .board__ia--tooltip::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  bottom: -0.5rem;
  width: 1.25rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #18E179;
  transform: rotate(45deg);
  z-index: -1;
}
.easy__landing .board__ia--wrapper {
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  border-radius: 2rem;
  padding: 0.25rem;
  width: calc(100% - 1rem);
  background-color: transparent;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  .easy__landing .board__ia--wrapper {
    max-width: calc(860px - 1rem);
    left: calc(50% - (430px - 0.5rem));
  }
}
.easy__landing .board__ia--wrapper .form__ia {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.25rem;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #333333;
}
.easy__landing .board__ia--wrapper .form__ia input {
  display: none;
}
.easy__landing .board__ia--wrapper .form__ia--label {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border-radius: 50%;
  border: 1px dashed white;
}
.easy__landing .board__ia--wrapper .form__ia--label:hover {
  opacity: 0.75;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__landing .board__ia--wrapper .form__ia--label:hover img {
  transform: scale(1.1);
}
.easy__landing .board__ia--wrapper .form__ia--content {
  font-size: 0.875rem;
  background-color: transparent;
  color: white;
  width: calc(100% - 2.55rem);
  height: 1.5rem;
  padding: 0 0.75rem;
  padding-left: 2.5rem;
  margin-bottom: 0.25rem;
  border: none;
  resize: none;
}
.easy__landing .board__ia--wrapper .form__ia .button__primary {
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.easy__landing .board__ia--wrapper .form__ia .button__primary:hover {
  background-color: rgba(24, 225, 121, 0.2);
  transform: none;
}
.easy__landing .board__ia--wrapper .form__ia img {
  width: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.35s;
}
.easy__landing .board__ia--wrapper .form__ia .product-image-carousel img {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  background-color: white;
}
.easy__landing .board__ia--wrapper .board__generated {
  animation: none;
  position: relative;
  padding: 0.5rem;
  max-height: 75vh;
  overflow: auto;
  overscroll-behavior: contain;
  background-color: #010210;
  border: none;
  display: none;
}
.easy__landing .board__ia--wrapper .board__generated .board__content--product {
  background: transparent;
  margin: 0;
  padding: 1rem;
  box-shadow: none;
  border: none;
}
.easy__landing .board__ia--wrapper .board__generated .board__text {
  margin: 0;
  color: white;
  font-size: 1rem;
  opacity: 1;
}
.easy__landing .board__ia--wrapper .board__generated .board__text--wrapper {
  width: calc(100% - 6.5rem);
}
.easy__landing .board__ia--wrapper .board__generated .board__text--category {
  color: #18E179;
  font-size: 0.875rem;
  opacity: 0.75;
}
.easy__landing .board__ia--wrapper .board__generated .board__text--title {
  padding: 0;
  margin: 0.25rem 0;
  font-weight: 600;
  color: white;
}
.easy__landing .board__ia--wrapper .board__generated .board__text--paragraph {
  color: rgba(255, 255, 255, 0.8);
}
.easy__landing .board__ia--wrapper .board__generated .board__text--subtitle {
  font-size: 0.875rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.easy__landing .board__ia--wrapper .board__generated .board__text--price {
  background-color: #18E179;
  display: inline-block;
  color: #2c3137;
  width: auto;
  margin: 0;
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.easy__landing .board__ia--wrapper .board__generated .board__content--image {
  background-color: white;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
}
.easy__landing .board__ia--wrapper .board__generated .board__content--image img {
  border-radius: 0.5rem;
  width: 6rem;
  height: 6rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__landing .board__ia--wrapper .skeleton-loading {
  position: relative;
  background: transparent;
  overflow: hidden;
}
.easy__landing .board__ia--wrapper .skeleton-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shimmer 1.5s infinite;
  opacity: 0.5;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.easy__landing .board__ia--wrapper .board__content--image.skeleton-loading {
  aspect-ratio: 1;
  width: 6rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
}
.easy__landing .board__ia--wrapper .board__text--wrapper .skeleton-loading {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  min-height: 1em;
  margin-bottom: 0.25rem;
}
.easy__landing .board__ia--wrapper .board__text--title.skeleton-loading {
  min-height: 2rem;
  background: rgba(255, 255, 255, 0.05);
}
.easy__landing .board__ia--wrapper .board__text--price.skeleton-loading {
  min-height: 1.5rem;
  width: 8rem;
}
.easy__landing .board__ia--wrapper .success__message {
  background-color: rgba(1, 2, 16, 0.85);
  backdrop-filter: blur(1rem);
  padding: 0.5rem;
  border-radius: 1rem;
  margin-top: 0.25rem;
}
.easy__landing .board__ia--wrapper .success__message .button {
  border: none;
  max-width: 240px;
}
.easy__landing .board__ia--wrapper .success__message .button:active, .easy__landing .board__ia--wrapper .success__message .button:focus, .easy__landing .board__ia--wrapper .success__message .button:hover {
  background-color: #18E179;
}
.easy__landing .board__ia--wrapper .success__title {
  color: white;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0.5rem;
}
.easy__landing .board__ia--wrapper .success__title strong {
  color: #18E179;
}
.easy__landing .board__ia--wrapper.show .board__generated {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex !important;
}
.easy__landing .board__ia--wrapper.show .board__text {
  color: white;
}
.easy__landing .board__ia--wrapper.show .board__text--price {
  color: #010210;
}
.easy__landing .board__ia--wrapper.finalizado .board__generated {
  background-color: rgba(1, 2, 16, 0.85);
  backdrop-filter: blur(1rem);
  box-shadow: 0 0 2rem rgba(24, 225, 121, 0.15);
}
.easy__landing .board__main {
  overflow: unset;
}
.easy__landing .navigation .linkbar .nav__logo--wrapper img {
  border-radius: 0;
}

.board__busqueda--auto {
  padding: 2rem;
  border-radius: 1.25rem;
  margin: 3.75rem 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .board__busqueda--auto {
    padding: 4rem 2rem;
  }
}
.board__busqueda--auto > .button {
  margin-top: 2rem;
  max-width: 10rem;
}
.board__busqueda--auto .busqueda--auto--wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.board__busqueda--auto .busqueda--auto--wrapper .text--title {
  text-align: center;
  color: white;
  margin-bottom: 1.25rem;
}
.board__busqueda--auto .busqueda--auto--container {
  gap: 1.875rem;
  max-width: 62.5rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .board__busqueda--auto .busqueda--auto--container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.board__busqueda--auto .busqueda--auto--container .text--title {
  justify-content: flex-start;
  font-weight: 600;
}
.board__busqueda--auto .busqueda--auto--container .text--title span {
  font-weight: 600;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--input--wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--input--wrapper .busqueda--auto--input {
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  border: none;
  border-radius: 2rem;
  background: white;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  box-shadow: 0 0.5rem 2rem rgba(44, 49, 55, 0.2);
  transition: all 0.3s ease;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.0625rem;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--input--wrapper .busqueda--auto--input:focus {
  outline: none;
  box-shadow: 0 0.75rem 2.5rem rgba(44, 49, 55, 0.3);
}
.board__busqueda--auto .busqueda--auto--container .busqueda--input--wrapper .busqueda--icon {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 0.5rem;
  bottom: -0.875rem;
  transform: translateY(-50%);
  color: #18E179;
  z-index: 2;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider {
  position: relative;
  width: 100%;
  padding: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .board__busqueda--auto .busqueda--auto--container .busqueda--products--slider {
    margin: 0;
  }
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page {
  display: grid;
  position: absolute;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.25rem;
  width: 100%;
  opacity: 0;
  transform: scale(0.5) rotate(-5deg);
  transition: all 0.5s ease-in-out;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item:first-of-type {
  display: flex;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(41, 216, 120, 0.2);
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--img {
  width: 100%;
  height: 16rem;
  overflow: hidden;
  border-radius: 1rem;
  width: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(-1rem);
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item:hover .busqueda--product--img {
  box-shadow: 0 0 0.5rem rgba(24, 225, 121, 0.25);
  transform: translateY(-1.25rem);
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--info .text {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--info .text--subtitle {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--info .text--paragraph {
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board__busqueda--auto .busqueda--auto--container .busqueda--products--slider .busqueda--products--container .busqueda--page .busqueda--product--item .busqueda--product--info .text--small {
  color: #18E179;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 48rem) {
  .board__busqueda--auto {
    padding: 2.5rem 1rem;
  }
  .board__busqueda--auto .busqueda--auto--wrapper .text--title {
    font-size: 1.25rem;
  }
  .board__busqueda--auto .busqueda--auto--container {
    gap: 1.25rem;
  }
  .board__busqueda--auto .busqueda--auto--input {
    padding: 0.75rem 2.1875rem 0.75rem 2.5rem;
    font-size: 0.875rem;
  }
  .board__busqueda--auto .busqueda--products--container {
    min-height: 15.625rem;
    padding: 1.25rem;
  }
  .board__busqueda--auto .busqueda--product--img {
    height: 8.75rem;
  }
  .board__busqueda--auto .busqueda--page {
    grid-template-columns: repeat(2, 1fr);
  }
  .board__busqueda--auto .busqueda--product--info {
    padding: 0.625rem;
  }
}
@media (max-width: 30rem) {
  .board__busqueda--auto {
    padding: 2.5rem 1rem;
  }
  .board__busqueda--auto .busqueda--auto--container {
    gap: 1.25rem;
  }
  .board__busqueda--auto .busqueda--auto--input {
    padding: 0.625rem 1.875rem 0.625rem 2.1875rem;
    font-size: 0.8125rem;
  }
  .board__busqueda--auto .busqueda--products--container {
    min-height: 12.5rem;
    padding: 1rem;
  }
  .board__busqueda--auto .busqueda--product--img {
    height: 7.5rem;
  }
  .board__busqueda--auto .busqueda--page {
    grid-template-columns: 1fr;
  }
}
.board__top {
  position: relative;
  padding: 1rem 0;
  margin: 0 auto;
}
.board__top .board__supertext {
  padding-top: 1rem;
}
.board__top .board__slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
  gap: 1rem;
  min-height: auto;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider {
    padding: 4rem;
  }
}
.board__top .board__slider .board__text--wrapper {
  background: white;
  box-shadow: 0 0 3rem rgba(24, 225, 121, 0.5);
  border-radius: 2.5rem;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.board__top .board__slider .board__slider--background {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 1rem;
  min-height: 30rem;
}
.board__top .board__slider .board__slider--background img {
  height: auto;
  width: 5rem;
  opacity: 1;
  transform: translate(0px) rotate(2deg);
  position: absolute;
  animation: float 12s ease infinite;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.board__top .board__slider .board__slider--background img:nth-child(1) {
  top: 10%;
  left: -2%;
  width: 2.25rem;
  opacity: 0.5;
  animation-delay: 2.22s;
}
.board__top .board__slider .board__slider--background img:nth-child(2) {
  top: 30%;
  left: -2%;
  width: 2.75rem;
  animation-delay: 3.45s;
}
.board__top .board__slider .board__slider--background img:nth-child(3) {
  top: 10%;
  left: 30%;
  width: 4rem;
  animation-delay: 1.7s;
}
.board__top .board__slider .board__slider--background img:nth-child(4) {
  top: 10%;
  right: 8%;
  width: 2rem;
  animation-delay: 3.85s;
}
.board__top .board__slider .board__slider--background img:nth-child(5) {
  top: 33%;
  right: -5%;
  width: 4rem;
  animation-delay: 1.9s;
}
.board__top .board__slider .board__slider--background img:nth-child(6) {
  bottom: 15%;
  left: -2%;
  width: 2rem;
  animation-delay: 1.2s;
}
.board__top .board__slider .board__slider--background img:nth-child(7) {
  bottom: 18%;
  left: 30%;
  width: 4rem;
  animation-delay: 3.1s;
}
.board__top .board__slider .board__slider--background img:nth-child(8) {
  bottom: 39%;
  right: 15%;
  width: 2rem;
  animation-delay: 2.65s;
}
.board__top .board__slider .board__slider--background img:nth-child(9) {
  bottom: 18%;
  right: 20%;
  width: 3.5rem;
  animation-delay: 4.45s;
}
.board__top .board__slider .board__slider--background img:nth-child(10) {
  bottom: 16%;
  right: -7%;
  width: 3rem;
  opacity: 0.5;
  animation-delay: 3.9s;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img, .board__top .board__slider .board__slider--background[data-slide="3"] img, .board__top .board__slider .board__slider--background[data-slide="4"] img, .board__top .board__slider .board__slider--background[data-slide="5"] img {
  opacity: 0.35;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(1), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(1), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(1), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(1) {
  top: 3%;
  left: -10%;
  width: 2rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(2), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(2), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(2), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(2) {
  top: 23%;
  left: -14%;
  width: 2.5rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(3), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(3), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(3), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(3) {
  top: 0%;
  left: 25%;
  width: 3rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(4), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(4), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(4), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(4) {
  top: -1%;
  right: 12%;
  width: 1.75rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(5), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(5), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(5), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(5) {
  top: 13%;
  right: -15%;
  width: 3.5rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(6), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(6), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(6), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(6) {
  bottom: 25%;
  left: -9%;
  width: 2rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(7), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(7), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(7), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(7) {
  bottom: 8%;
  left: 10%;
  width: 3rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(8), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(8), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(8), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(8) {
  bottom: 7%;
  right: 30%;
  width: 2.75rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(9), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(9), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(9), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(9) {
  bottom: 10%;
  right: -12%;
  width: 3rem;
}
.board__top .board__slider .board__slider--background[data-slide="2"] img:nth-child(10), .board__top .board__slider .board__slider--background[data-slide="3"] img:nth-child(10), .board__top .board__slider .board__slider--background[data-slide="4"] img:nth-child(10), .board__top .board__slider .board__slider--background[data-slide="5"] img:nth-child(10) {
  bottom: 40%;
  right: -20%;
  width: 3rem;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--background {
    border-radius: 2rem;
  }
  .board__top .board__slider .board__slider--background img {
    opacity: 0.75;
  }
  .board__top .board__slider .board__slider--background img:nth-child(1) {
    top: -3%;
    left: -2%;
    width: 3.5rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(2) {
    top: 22%;
    left: 4%;
    width: 6rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(3) {
    top: 0%;
    left: 25%;
    width: 10rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(4) {
    top: -2%;
    right: 30%;
    width: 6rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(5) {
    top: 15%;
    right: 0%;
    width: 9.5rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(6) {
    bottom: 7%;
    left: 2%;
    width: 4rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(7) {
    bottom: 6%;
    left: 20%;
    width: 8.5rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(8) {
    bottom: 30%;
    right: 35%;
    width: 4rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(9) {
    bottom: 2%;
    right: 22%;
    width: 8rem;
  }
  .board__top .board__slider .board__slider--background img:nth-child(10) {
    bottom: 3%;
    right: -2%;
    width: 7.5rem;
  }
}
.board__top .board__slider .board__slider--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.board__top .board__slider .board__slider--content {
  /* make content layer fill its container and sit on top of background */
}
.board__top .board__slider .board__slider--content {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  min-height: 12.5rem;
  z-index: 1;
  margin: 0 auto;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.board__top .board__slider .board__slider--content::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--content {
    gap: 2rem;
    justify-content: flex-start;
    padding: 0 5vw;
  }
}
.board__top .board__slider .board__slider--content .board__slider--item {
  width: 100%;
  max-width: 37rem;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  flex: 0 0 auto;
}
.board__top .board__slider .board__slider--content .board__slider--item:first-of-type .board__text--wrapper {
  max-width: 80%;
  padding: 1rem;
}
.board__top .board__slider .board__slider--content .board__slider--item:last-of-type .captura {
  max-width: 11rem;
  right: 2rem;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--content .board__slider--item:last-of-type .captura {
    max-width: 16rem;
    right: 0;
  }
}
.board__top .board__slider .board__slider--content .board__slider--item:last-of-type .celphone {
  left: 3rem;
  width: 30%;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--content .board__slider--item:last-of-type .celphone {
    left: 5rem;
    width: 40%;
    max-width: 15rem;
  }
}
@media (min-width: 1024px) {
  .board__top .board__slider .board__slider--content .board__slider--item {
    flex: 0 0 100%;
    max-width: none;
    padding: 3rem 7vw;
    flex-wrap: nowrap;
  }
  .board__top .board__slider .board__slider--content .board__slider--item .board__text--wrapper {
    flex-wrap: wrap;
    border-radius: 1.25rem;
    padding: 1rem;
  }
  .board__top .board__slider .board__slider--content .board__slider--item .board__slider--info {
    width: 100%;
  }
  .board__top .board__slider .board__slider--content .board__slider--item .board__slider--info .text {
    text-align: center;
  }
}
.board__top .board__slider .board__slider--content .board__slider--img {
  width: 2.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.board__top .board__slider .board__slider--content .board__slider--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--content .board__slider--img {
    width: 5rem;
  }
}
.board__top .board__slider .board__slider--content .board__slider--info {
  width: calc(100% - 4rem);
  gap: 0.25rem;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--content .board__slider--info {
    width: calc(100% - 6rem);
    justify-content: center;
  }
}
.board__top .board__slider .board__slider--content .board__slider--info .text {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  line-height: 1rem;
  line-height: 1lh;
}
.board__top .board__slider .board__slider--content .board__slider--info .text--subtitle {
  color: #2c3137;
  font-size: 1rem;
  font-weight: 600;
}
.board__top .board__slider .board__slider--content .board__slider--info .text--paragraph {
  color: rgba(44, 49, 55, 0.75);
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--content .board__slider--info .text--subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
  .board__top .board__slider .board__slider--content .board__slider--info .text--paragraph {
    font-size: 1rem;
    line-height: 1.25lh;
  }
}
.board__top .board__slider .board__slider--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background-color: rgba(44, 49, 55, 0.2);
  border: none;
  color: white;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.board__top .board__slider .board__slider--arrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #2c3137;
  transform: translateY(-50%) scale(1.1);
}
.board__top .board__slider .board__slider--arrow-prev {
  left: 0.25rem;
}
.board__top .board__slider .board__slider--arrow-next {
  right: 0.25rem;
}
@media only screen and (min-width: 1024px) {
  .board__top .board__slider .board__slider--arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
  }
}
.board__top .board__slider .board__slider--dots {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  gap: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.board__top .board__slider .board__slider--dot {
  height: 0.5rem;
  min-width: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.board__top .board__slider .board__slider--dot.active {
  background-color: white;
  width: 1.5rem;
}
.board__top .board__slider .board__slider--dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.board__animation {
  margin: 0;
  position: relative;
  padding: 0;
  width: 100%;
}
.board__animation > .text--wrapper .text--title {
  margin-bottom: 4rem;
  padding: 0 2rem;
}
.board__animation--circles {
  width: 90%;
  max-width: 35rem;
  top: 0;
  right: 10%;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .board__animation--circles {
    max-width: 30rem;
  }
}
.board__animation--arrow {
  position: absolute;
  width: 25%;
  max-width: 7rem;
  z-index: 3;
  left: 42%;
  bottom: 5%;
  transform: rotate(15deg);
}
.board__animation .board__animation--wrapper {
  position: relative;
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.board__animation .board__animation--wrapper .board__text--wrapper {
  position: absolute;
  min-width: 8rem;
  width: 35%;
  max-width: 16rem;
  padding: 0.5rem;
  gap: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 1rem;
  z-index: 2;
  box-shadow: 0.5rem 0.5rem 1rem rgba(44, 49, 55, 0.7);
}
.board__animation .board__animation--wrapper .board__text--wrapper img {
  width: 2rem;
  margin: 0;
}
.board__animation .board__animation--wrapper .board__text--wrapper .text {
  margin: 0;
  text-align: left;
  color: #010210;
  font-size: 0.875rem;
  line-height: 1rem;
}
.board__animation .board__animation--wrapper .board__text--wrapper .text--paragraph {
  width: calc(100% - 3rem);
}
.board__animation .board__animation--wrapper .board__text--wrapper.green {
  background-color: #18E179;
  min-width: 12rem;
  width: 100%;
  max-width: 13rem;
  z-index: 3;
  right: 10%;
  top: -12%;
  animation: float 14s linear infinite 0.8s;
}
.board__animation .board__animation--wrapper .board__text--wrapper.green img {
  filter: invert(1);
}
@media only screen and (min-width: 1024px) {
  .board__animation .board__animation--wrapper .board__text--wrapper.green {
    max-width: 20rem;
    top: 5%;
    right: 15%;
  }
}
.board__animation .board__animation--wrapper .board__text--wrapper.white {
  background-color: white;
  left: 1%;
  top: 8%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 4;
  animation: float 16s linear infinite 2.2s;
}
.board__animation .board__animation--wrapper .board__text--wrapper.white img {
  filter: invert(1);
  width: 2rem;
}
.board__animation .board__animation--wrapper .board__text--wrapper.white .text {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .board__animation .board__animation--wrapper .board__text--wrapper.white {
    left: 5%;
    top: 10%;
  }
}
.board__animation .board__animation--wrapper .board__text--wrapper.orange {
  background-color: #F8411B;
  min-width: 13rem;
  left: 5%;
  bottom: 0%;
  z-index: 4;
  animation: float 18s linear infinite 1.65s;
}
.board__animation .board__animation--wrapper .board__text--wrapper.orange .text {
  color: white;
}
.board__animation .board__animation--wrapper .board__text--wrapper.orange img {
  filter: none;
}
.board__animation .board__animation--wrapper .board__text--wrapper.celphone, .board__animation .board__animation--wrapper .board__text--wrapper.captura {
  position: relative;
  padding: 0;
  width: 34%;
  max-width: 19rem;
  box-shadow: none;
  border-radius: 1.5rem;
  background: none !important;
}
.board__animation .board__animation--wrapper .board__text--wrapper.celphone img, .board__animation .board__animation--wrapper .board__text--wrapper.captura img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .board__animation .board__animation--wrapper .board__text--wrapper.celphone, .board__animation .board__animation--wrapper .board__text--wrapper.captura {
    max-width: 16rem;
  }
}
.board__animation .board__animation--wrapper .board__text--wrapper.celphone {
  bottom: -1.5rem;
  right: 3%;
}
.board__animation .board__animation--wrapper .board__text--wrapper.captura {
  position: absolute;
  width: 60%;
  max-width: 17rem;
  padding: 0;
  bottom: 30%;
  right: calc(30% - 6rem);
  z-index: 3;
}
.board__animation .board__animation--wrapper .board__text--wrapper.captura img {
  box-shadow: 0.5rem 0.5rem 1rem rgba(44, 49, 55, 0.7);
  border-radius: 1rem;
}
@media only screen and (min-width: 680px) {
  .board__animation .board__animation--wrapper .board__text--wrapper {
    padding: 0.75rem;
    width: 55%;
  }
  .board__animation .board__animation--wrapper .board__text--wrapper img {
    width: 2.5rem;
  }
  .board__animation .board__animation--wrapper .board__text--wrapper .text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--wrapper .board__text--wrapper.orange {
    min-width: 20rem;
    bottom: 3rem;
  }
  .board__animation .board__animation--wrapper .board__text--wrapper.celphone {
    bottom: -2rem;
    right: 5%;
  }
  .board__animation .board__animation--wrapper .board__text--wrapper.capture {
    bottom: 30%;
  }
  .board__animation .board__animation--wrapper .board__text--wrapper .text {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
}
.board__animation .board__animation--pedidos {
  justify-content: flex-start;
}
.board__animation .board__animation--pedidos .board__text--wrapper.captura {
  max-width: 14rem;
  bottom: 15%;
  right: 0;
  width: 45%;
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--pedidos .board__text--wrapper.captura {
    max-width: 16rem;
    right: 15%;
  }
}
.board__animation .board__animation--pedidos .board__text--wrapper.celphone {
  right: auto;
  left: 5%;
  width: 35%;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--pedidos .board__text--wrapper.celphone {
    left: 18%;
  }
}
.board__animation .board__animation--pedidos .board__text--wrapper.white {
  left: 10%;
  width: 70%;
  align-items: center;
  top: -10%;
}
.board__animation .board__animation--pedidos .board__text--wrapper.white .text--paragraph {
  width: calc(100% - 3rem);
}
.board__animation .board__animation--pedidos .board__text--wrapper.white img {
  margin-bottom: 0;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--pedidos .board__text--wrapper.white {
    max-width: 22rem;
    width: 60%;
    left: 20%;
    top: -1.5rem;
  }
}
.board__animation .board__animation--estadisticas .board__animation--arrow {
  left: 35%;
  bottom: 35%;
  max-width: 10rem;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--estadisticas .board__animation--arrow {
    left: 50%;
    transform: none;
    max-width: 11rem;
  }
}
.board__animation .board__animation--estadisticas .board__text--wrapper.captura {
  bottom: 45%;
  right: 40%;
  width: 55%;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--estadisticas .board__text--wrapper.captura {
    max-width: 20rem;
    right: 45%;
  }
}
.board__animation .board__animation--estadisticas .board__text--wrapper.celphone {
  bottom: 0.5rem;
  right: 0;
  width: 37%;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--estadisticas .board__text--wrapper.celphone {
    max-width: 16.5rem;
  }
}
.board__animation .board__animation--estadisticas .board__text--wrapper.orange {
  min-width: 13rem;
  left: 5%;
  bottom: 5%;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--estadisticas .board__text--wrapper.orange {
    left: 30%;
    width: 65%;
    bottom: 4rem;
  }
}
.board__animation .board__animation--comparte {
  justify-content: flex-start;
}
.board__animation .board__animation--comparte .board__text--wrapper.white {
  max-width: 18rem;
  top: -20%;
  left: 5%;
  width: 95%;
  flex-wrap: nowrap;
  align-items: center;
}
.board__animation .board__animation--comparte .board__text--wrapper.white .text--paragraph {
  width: calc(100% - 3rem);
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.white {
    max-width: 30rem;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.celphone, .board__animation .board__animation--comparte .board__text--wrapper.captura {
  max-width: 13rem;
  top: auto;
  left: auto;
  right: auto;
}
@media only screen and (min-width: 1080px) {
  .board__animation .board__animation--comparte .board__text--wrapper.celphone, .board__animation .board__animation--comparte .board__text--wrapper.captura {
    max-width: 16rem;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.celphone {
  left: 0;
  bottom: -3rem;
  width: 40%;
  min-width: 7rem;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.celphone {
    width: 45%;
    left: 10%;
    max-width: 13rem;
    bottom: -3.5rem;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.captura {
  right: 0;
  width: 40%;
  top: 0;
  box-shadow: none;
}
.board__animation .board__animation--comparte .board__text--wrapper.captura img {
  box-shadow: none;
  filter: drop-shadow(0 0 0.5rem rgba(44, 49, 55, 0.5));
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.captura {
    right: 10%;
    width: 45%;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.social--instagram, .board__animation .board__animation--comparte .board__text--wrapper.social--messenger, .board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp {
  z-index: 4;
  background-color: white;
  width: 25%;
  min-width: 8.5rem;
  border-radius: 0.5rem;
}
.board__animation .board__animation--comparte .board__text--wrapper.social--instagram .text, .board__animation .board__animation--comparte .board__text--wrapper.social--messenger .text, .board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp .text {
  text-align: center;
  color: white;
  width: 100%;
}
.board__animation .board__animation--comparte .board__text--wrapper.social--instagram img, .board__animation .board__animation--comparte .board__text--wrapper.social--messenger img, .board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp img {
  max-width: 2rem;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.social--instagram img, .board__animation .board__animation--comparte .board__text--wrapper.social--messenger img, .board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp img {
    max-width: 2.5rem;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.social--instagram {
  right: 35%;
  top: 10%;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  animation: float 12s linear infinite 0.7s;
}
.board__animation .board__animation--comparte .board__text--wrapper.social--instagram img {
  top: -1rem;
  right: -1rem;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.social--instagram {
    right: 35%;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.social--messenger {
  right: 25%;
  top: 43%;
  width: 40%;
  background: rgb(0, 119, 255);
  animation: float 18s linear infinite 1.25s;
}
.board__animation .board__animation--comparte .board__text--wrapper.social--messenger img {
  top: -0.5rem;
  left: -1rem;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.social--messenger {
    max-width: 12rem;
    right: 32%;
    bottom: 27%;
    top: auto;
  }
}
.board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp {
  right: 10%;
  bottom: -8%;
  background: #62b864;
  animation: float 15s linear infinite 1.8s;
}
.board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp img {
  top: -1.25rem;
  right: -1.25rem;
}
@media only screen and (min-width: 720px) {
  .board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp {
    right: 35%;
    bottom: 0;
    max-width: 12rem;
  }
  .board__animation .board__animation--comparte .board__text--wrapper.social--whatsapp img {
    right: -1.5rem;
  }
}
@keyframes float {
  0%, 100% {
    transform: translate(0px) rotate(2deg);
  }
  50% {
    transform: translate(-10px, 10px) rotate(-3deg);
  }
}
.board__planes {
  max-width: 1024px;
  margin: 1.5rem auto 2.4rem;
  padding: 1rem 0.5rem;
}
.board__planes--wrapper {
  gap: 1.5rem;
  padding: 3rem 0;
  margin-top: 2rem;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  scrollbar-width: none;
}
.board__planes--wrapper::-webkit-scrollbar {
  height: 0;
}

.plan-card {
  position: relative;
  width: calc(90% - 2rem);
  overflow: hidden;
  flex: 0 0 auto;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border-radius: 1.5rem;
  min-height: 68vh;
  gap: 0.25rem;
  padding: 1rem;
  background: linear-gradient(to bottom, rgba(14, 9, 75, 0.75) 0%, rgba(2, 1, 30, 0.5) 70%);
  outline: 2px solid rgba(24, 225, 121, 0.1);
  outline-offset: 4px;
  box-shadow: 0 0 0.5rem rgba(24, 225, 121, 0.2);
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan-card::before {
  content: "";
  position: absolute;
  inset: -1rem;
  border-radius: 1.5rem;
  background: radial-gradient(circle at center, rgba(24, 225, 121, 0.4) 0%, rgba(24, 225, 121, 0) 40%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}
.plan-card .board__text--wrapper {
  width: 100%;
  margin: 0.5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.plan-card--pro {
  background: linear-gradient(to bottom, rgba(24, 225, 121, 0.25) 0%, rgba(2, 1, 30, 0.75) 100%);
}
@media screen and (min-width: 1024px) {
  .plan-card--pro .plan-card__old {
    transform: translateX(1.25rem);
  }
  .plan-card--pro .plan-card__cupon + .plan-card__price {
    transform: translateX(2.25rem);
  }
}
.plan-card__name {
  margin: 0;
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  min-height: auto;
}
.plan-card__name span {
  font-weight: 600;
}
.plan-card__badge {
  display: block;
  width: auto;
  padding: 0.35rem 0.75rem;
  border-radius: 1rem;
  background: #18E179;
  color: #2c3137;
  font-size: 0.875rem;
  position: absolute;
  top: -1.5rem;
  z-index: 1;
}
.plan-card__old {
  margin: 0;
  text-align: center;
  color: white;
  opacity: 0.75;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: line-through;
  font-style: italic;
}
.plan-card__price {
  width: 100%;
  margin: 0;
  padding: 0.25rem;
  text-align: center;
  color: #18E179;
  font-size: 2.25rem;
  font-weight: 600;
}
.plan-card__price small {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: 0.25rem;
  margin-left: 2px;
}
.plan-card__period {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffac30;
  font-size: 0.75rem;
  line-height: 1;
  font-style: italic;
}
.plan-card__savings {
  margin-top: 0.25rem;
  display: block;
}
.plan-card__inherit {
  width: 100%;
  margin: 0.75rem auto;
  padding: 0.5rem;
  border-radius: 2rem;
  background: rgba(24, 225, 121, 0.2);
  color: white;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  align-content: center;
}
.plan-card__inherit strong {
  color: #18E179;
}
.plan-card__discount {
  width: 100%;
  padding: 0.5rem 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border: 1px solid #2b36bb;
  border-radius: 0.75rem;
  background-color: rgba(43, 54, 187, 0.85);
  color: white;
  line-height: 1.2lh;
}
.plan-card__discount span {
  width: 100%;
}
.plan-card__discount strong {
  color: #18E179;
}
.plan-card__discount .plan-card__bottom {
  margin: 0;
  color: white;
  width: 100%;
}
.plan-card__cupon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 1rem;
  top: 5rem;
  transform: rotate(-20deg);
}
.plan-card__cupon img {
  width: 6rem;
  height: auto;
  filter: drop-shadow(0 0 1rem #2b36bb);
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-card__cupon::after {
  content: attr(data-discount);
  display: block;
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: white;
  position: absolute;
  top: 0.75rem;
  left: 2rem;
  text-align: center;
}
.plan-card__cupon[data-discount="%"]::after {
  font-size: 0.75rem;
  letter-spacing: normal;
  top: 1rem;
  left: 1.875rem;
}
.plan-card__features {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  padding: 0.35rem 0;
}
.plan-card__features li {
  width: 100%;
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.plan-card__features li .board__img {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.2rem;
  border-radius: 0.65rem;
  background: #18E179;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.plan-card__features li .board__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(13%) sepia(62%) saturate(1238%) hue-rotate(211deg) brightness(85%) contrast(113%);
}
.plan-card__features li span {
  font-size: 0.875rem;
  line-height: 1.2lh;
}
.plan-card__features li strong {
  font-weight: 800;
}
.plan-card__bottom {
  margin: 0 auto;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1lh;
  text-align: center;
  font-style: italic;
}
.plan-card .button {
  display: block;
  max-height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid white;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.plan-card .button__primary {
  border-color: #6B1BF8;
  background: #6B1BF8;
}
.plan-card .button__primary:hover {
  box-shadow: 0 0 0.5rem rgba(107, 27, 248, 0.25);
  background: rgb(139.1191489362, 76.4808510638, 249.5191489362);
}

@media screen and (min-width: 1024px) {
  .board__planes {
    padding: 2rem;
  }
  .board__planes--wrapper {
    justify-content: space-between;
    padding: 1rem 0;
    overflow: visible;
    scroll-snap-type: none;
    scroll-padding-inline: 0;
  }
  .plan-card {
    width: calc(33.3334% - 0.75rem);
    flex: initial;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    box-shadow: 0 0 2rem rgba(24, 225, 121, 0.5);
  }
  .plan-card__name {
    font-size: 1.75rem;
  }
  .plan-card__price {
    font-size: 2.5rem;
  }
  .plan-card__old {
    font-size: 1.25rem;
  }
  .plan-card__badge {
    margin: 0.5rem auto;
    font-size: 1rem;
  }
  .plan-card__features {
    gap: 0.75rem;
    padding: 0.75rem 0;
  }
}
.reventas-demo-shell {
  position: relative;
  z-index: 1;
}
.reventas-demo-shell .content {
  position: relative;
  z-index: 1;
  padding-top: 1.25rem;
  background: linear-gradient(180deg, #010210 0%, rgb(8.74, 10.46, 23.02) 100%);
}
.reventas-demo-shell .board__main {
  padding-bottom: 12rem;
  background: transparent;
}
.reventas-demo-shell .contenido--wrapper {
  max-width: 85rem;
  margin: 0 auto;
}
.reventas-demo-shell .contenido--wrapper:first-of-type {
  margin-bottom: 0;
}
.reventas-demo-shell .reventas__shell {
  padding: 0.75rem 1.5rem 1.5rem;
}
.reventas-demo-shell .reventas__stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  margin: 0.9rem 0 1.75rem;
  overflow-x: auto;
  padding: 0 0 0.75rem;
}
.reventas-demo-shell .reventas__step {
  min-width: 8rem;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  padding: 0 0.35rem;
}
.reventas-demo-shell .reventas__step-number {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: rgba(44, 49, 55, 0.95);
  color: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
}
.reventas-demo-shell .reventas__step-line {
  width: 100%;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  margin-top: -1.55rem;
  margin-left: 1.45rem;
  margin-right: -1.45rem;
}
.reventas-demo-shell .reventas__step:last-child .reventas__step-line {
  display: none;
}
.reventas-demo-shell .reventas__step p {
  width: 100%;
  margin: 0.05rem 0 0;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 500;
}
.reventas-demo-shell .reventas__step.is-active {
  color: #6B1BF8;
}
.reventas-demo-shell .reventas__step.is-active .reventas__step-number {
  background: #6B1BF8;
  color: white;
  box-shadow: 0 0.75rem 1.5rem rgba(107, 27, 248, 0.22);
}
.reventas-demo-shell .reventas__step.is-active .reventas__step-line {
  background: linear-gradient(90deg, #6B1BF8 0%, rgba(107, 27, 248, 0.2) 100%);
}
.reventas-demo-shell .reventas__hero {
  display: block;
  margin-bottom: 1.35rem;
}
.reventas-demo-shell .reventas__eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(24, 225, 121, 0.72);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.reventas-demo-shell .reventas__hero h1 {
  max-width: 18ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(2.35rem, 4.25vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 800;
  text-wrap: balance;
}
.reventas-demo-shell .reventas__hero h1 span {
  display: block;
  color: #6B1BF8;
  margin-top: 0.18rem;
}
.reventas-demo-shell .reventas__lead {
  max-width: 53rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.6;
}
.reventas-demo-shell .reventas__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.5rem 0 1.8rem;
  padding: 1rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(13.04, 15.16, 26.92, 0.96) 0%, rgba(7.88, 9.52, 22.24, 0.94) 100%);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.24);
}
.reventas-demo-shell .reventas__stat {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.2rem 1rem;
}
.reventas-demo-shell .reventas__stat + .reventas__stat {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.08);
}
.reventas-demo-shell .reventas__stat-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.08);
}
.reventas-demo-shell .reventas__stat-icon img {
  width: 1.55rem;
  height: 1.55rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.reventas-demo-shell .reventas__stat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.reventas-demo-shell .reventas__stat-copy span,
.reventas-demo-shell .reventas__stat-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}
.reventas-demo-shell .reventas__stat-copy strong {
  color: white;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
  font-weight: 800;
}
.reventas-demo-shell .reventas__toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.reventas-demo-shell .reventas__chips {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.reventas-demo-shell .reventas__chip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 0 0 auto;
  cursor: pointer;
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.98);
  min-height: 3.2rem;
  padding: 0.75rem 1.15rem;
  border-radius: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}
.reventas-demo-shell .reventas__chip img {
  width: 1.1rem;
  height: 1.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.95;
}
.reventas-demo-shell .reventas__chip.is-active {
  background: #6B1BF8;
  border-color: #6B1BF8;
  color: white;
  box-shadow: 0 1rem 1.9rem rgba(107, 27, 248, 0.22);
}
.reventas-demo-shell .reventas__searchbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}
.reventas-demo-shell .reventas__searchbox {
  min-height: 3.55rem;
  border-radius: 1rem;
  background: rgba(1, 2, 16, 0.9);
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0 1rem;
}
.reventas-demo-shell .reventas__searchbox img {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.reventas-demo-shell .reventas__searchbox input {
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.98);
  font-size: 1rem;
}
.reventas-demo-shell .reventas__searchbox input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.reventas-demo-shell .reventas__searchbox input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.reventas-demo-shell .reventas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.reventas-demo-shell .reventa-card {
  position: relative;
  display: grid;
  grid-template-columns: 8.6rem 1fr;
  gap: 1.2rem;
  min-height: 13rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: rgb(7.02, 8.58, 21.46);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  align-items: start;
}
.reventas-demo-shell .reventa-card:hover {
  transform: translateY(-0.12rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
}
.reventas-demo-shell .reventa-card.is-selected {
  border-color: rgba(107, 27, 248, 0.9);
  box-shadow: 0 1rem 2rem rgba(107, 27, 248, 0.18);
}
.reventas-demo-shell .reventa-card__select {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.65rem;
  background: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.38);
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: none;
  cursor: pointer;
}
.reventas-demo-shell .reventa-card__check {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 0.25rem;
  position: relative;
}
.reventas-demo-shell .reventa-card.is-selected .reventa-card__select {
  background: #6B1BF8;
  border-color: #6B1BF8;
}
.reventas-demo-shell .reventa-card.is-selected .reventa-card__check::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/icons/checkwhite.svg") no-repeat center;
  background-size: 1.25rem;
}
.reventas-demo-shell .reventa-card__media {
  align-self: start;
  width: 8.6rem;
  aspect-ratio: 1/1;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(1, 2, 16, 0.88);
}
.reventas-demo-shell .reventa-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 1rem;
}
.reventas-demo-shell .reventa-card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  min-width: 0;
  padding-right: 4.6rem;
}
.reventas-demo-shell .reventa-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
  align-items: flex-start;
}
.reventas-demo-shell .reventa-card__copy h3 {
  margin: 0;
  color: white;
  font-size: 1.38rem;
  line-height: 1.18;
  font-weight: 800;
  text-wrap: balance;
}
.reventas-demo-shell .reventa-card__brand {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}
.reventas-demo-shell .reventa-card__price {
  color: white;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 800;
}
.reventas-demo-shell .reventa-card__margin {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  color: rgba(24, 225, 121, 0.82);
}
.reventas-demo-shell .reventa-card__margin span {
  display: inline-flex;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(24, 225, 121, 0.16);
  color: rgba(24, 225, 121, 0.9);
  font-weight: 600;
}
.reventas-demo-shell .reventa-card__margin small {
  display: block;
  width: 100%;
  color: rgba(24, 225, 121, 0.74);
}
.reventas-demo-shell .reventa-card__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.4;
}
.reventas-demo-shell .reventa-card__actions {
  display: none;
}
.reventas-demo-shell .reventa-card__action {
  min-height: 2.7rem;
  border-radius: 0.8rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.78);
  background: white;
  color: #6B1BF8;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.reventas-demo-shell .reventa-card.is-selected .reventa-card__action {
  background: #6B1BF8;
  border-color: #6B1BF8;
  color: white;
}
.reventas-demo-shell .reventas__summary {
  position: sticky;
  bottom: 5.5rem;
  z-index: 10;
  width: calc(100% - 2.8rem);
  max-width: 80rem;
  margin: 1rem auto 0;
  padding: 1rem 1.2rem;
  border-radius: 1.6rem;
  background: #6B1BF8;
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: center;
  gap: 1.1rem;
}
.reventas-demo-shell .reventas__summary-badge {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.95);
  color: white;
  display: grid;
  place-items: center;
}
.reventas-demo-shell .reventas__summary-badge img {
  width: 1.1rem;
  height: 1.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.reventas-demo-shell .reventas__summary-count {
  position: absolute;
  top: -0.2rem;
  right: -0.15rem;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #F8411B;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.reventas-demo-shell .reventas__summary-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.reventas-demo-shell .reventas__summary-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}
.reventas-demo-shell .reventas__summary-copy strong {
  color: white;
  font-size: 1.05rem;
  font-weight: 800;
}
.reventas-demo-shell .reventas__summary-action {
  min-width: 16rem;
  min-height: 3.4rem;
  border: none;
  border-radius: 1rem;
  background: #18E179;
  color: white;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.reventas-demo-shell .reventas__safe {
  margin: 1rem 0 0;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}
.reventas-demo-shell .reventas__safe img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
@media screen and (max-width: 1180px) {
  .reventas-demo-shell .reventas__stats {
    grid-template-columns: 1fr;
    margin-top: 1.2rem;
  }
  .reventas-demo-shell .reventas__stat + .reventas__stat {
    border-left: none;
    border-top: 0.0625rem solid rgba(107, 27, 248, 0.12);
  }
}
@media screen and (max-width: 1024px) {
  .reventas-demo-shell .reventas__grid {
    grid-template-columns: 1fr;
  }
  .reventas-demo-shell .reventas__summary {
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1rem;
    bottom: 5rem;
    width: calc(100% - 2.5rem);
    max-width: none;
    margin: 1rem auto 0;
  }
  .reventas-demo-shell .reventas__summary-action {
    grid-column: 1/-1;
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .reventas-demo-shell .content {
    padding-top: 0.5rem;
  }
  .reventas-demo-shell .reventas__shell {
    padding: 0.5rem 1rem 1.5rem;
  }
  .reventas-demo-shell .reventas__lead {
    font-size: 1rem;
  }
  .reventas-demo-shell .reventas__searchbar {
    grid-template-columns: 1fr;
  }
  .reventas-demo-shell .reventas__filters {
    width: 100%;
  }
  .reventas-demo-shell .reventa-card {
    grid-template-columns: 1fr;
    padding-top: 3.1rem;
  }
  .reventas-demo-shell .reventa-card__media {
    min-height: 10rem;
    padding: 0.5rem 1rem 0;
  }
  .reventas-demo-shell .reventa-card__body {
    padding-right: 0;
  }
  .reventas-demo-shell .reventa-card__select {
    top: 0.9rem;
    right: 0.9rem;
  }
  .reventas-demo-shell .reventas__summary {
    position: fixed;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 5.5rem;
    margin: 0;
    width: auto;
    max-width: none;
    grid-template-columns: auto 1fr;
    padding: 0.9rem;
  }
  .reventas-demo-shell .reventas__summary-action {
    grid-column: 1/-1;
    min-width: 0;
  }
  .reventas-demo-shell .reventas__safe {
    padding-bottom: 11rem;
  }
}

@keyframes promoCouponPop {
  0% {
    transform: translateY(0) rotate(-12deg) scale(1);
  }
  35% {
    transform: translateY(-0.25rem) rotate(-9deg) scale(1.08);
  }
  100% {
    transform: translateY(0) rotate(-12deg) scale(1);
  }
}
@keyframes promoCouponShake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-0.1rem, 0.05rem) rotate(-4deg);
  }
  40% {
    transform: translate(0.08rem, -0.05rem) rotate(3deg);
  }
  60% {
    transform: translate(-0.05rem, 0.03rem) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes promoCouponLabel {
  0% {
    opacity: 0;
    transform: translateY(0.35rem) scale(0.92);
  }
  30% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes promoStarBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 0) scale(0.15) rotate(0deg);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1) rotate(18deg);
  }
}
@keyframes promoStarFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) translateY(0) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) translateY(-0.18rem) scale(1.06);
  }
}
@keyframes promoStarTwinkle {
  0%, 100% {
    opacity: 0.92;
    filter: brightness(1) drop-shadow(0 0 0.35rem rgba(24, 225, 121, 0.35));
  }
  50% {
    opacity: 1;
    filter: brightness(1.3) drop-shadow(0 0 0.55rem rgba(24, 225, 121, 0.6));
  }
}
@keyframes promoStatusExit {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-0.35rem) scale(0.94);
  }
}
.easy__reventas {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(107, 27, 248, 0.12), transparent 28%), radial-gradient(circle at top right, rgba(24, 225, 121, 0.08), transparent 24%), linear-gradient(180deg, #fbfbff 0%, #f5f4ff 100%);
}
.easy__reventas .content {
  background: transparent;
}
.easy__reventas .board__main {
  padding: 0 0 8.5rem;
  background: transparent;
}
.easy__reventas .reventas__shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.1rem 1rem 0;
}
.easy__reventas .reventas__stepper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.35rem 0 1.75rem;
  padding: 0.35rem 0 0.9rem;
}
.easy__reventas .reventas__step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  color: #a5a2be;
}
.easy__reventas .reventas__step p {
  width: 100%;
  margin: 0.15rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
}
.easy__reventas .reventas__step-number {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #e5e2f3;
  color: #8c89a8;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__reventas .reventas__step-line {
  flex: 1 1 auto;
  height: 2px;
  margin-top: -0.1rem;
  background: #ddd9ea;
  border-radius: 999px;
}
.easy__reventas .reventas__step:last-child .reventas__step-line {
  display: none;
}
.easy__reventas .reventas__step.is-active {
  color: #6B1BF8;
}
.easy__reventas .reventas__step.is-active .reventas__step-number {
  background: #6B1BF8;
  color: white;
  box-shadow: 0 0.75rem 1.5rem rgba(107, 27, 248, 0.22);
}
.easy__reventas .reventas__step.is-active .reventas__step-line {
  background: linear-gradient(90deg, #6B1BF8 0%, rgba(107, 27, 248, 0.2) 100%);
}
.easy__reventas .reventas__hero {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1.1rem;
  align-items: center;
  margin-bottom: 1.4rem;
}
.easy__reventas .reventas__hero-icon {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(107, 27, 248, 0.12), rgba(24, 225, 121, 0.18));
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(107, 27, 248, 0.06);
}
.easy__reventas .reventas__hero-icon img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: hue-rotate(240deg) saturate(1.2);
}
.easy__reventas .reventas__hero-copy h1 {
  margin: 0;
  color: #17153d;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-wrap: balance;
}
.easy__reventas .reventas__hero-copy h1 span {
  display: block;
  color: #6B1BF8;
  margin-top: 0.18rem;
}
.easy__reventas .reventas__eyebrow {
  margin: 0 0 0.45rem;
  color: #5d54c9;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.easy__reventas .reventas__lead {
  max-width: 53rem;
  margin: 1rem 0 0;
  color: #66648a;
  font-size: 1.05rem;
  line-height: 1.55;
  text-wrap: pretty;
}
.easy__reventas .reventas__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 1.5rem 0 1.8rem;
  padding: 1rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(107, 27, 248, 0.08), rgba(24, 225, 121, 0.08));
  box-shadow: 0 1rem 2.5rem rgba(1, 2, 16, 0.05);
}
.easy__reventas .reventas__stat {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.2rem 1rem;
}
.easy__reventas .reventas__stat + .easy__reventas .reventas__stat {
  border-left: 1px solid rgba(107, 27, 248, 0.12);
}
.easy__reventas .reventas__stat-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #6B1BF8;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(107, 27, 248, 0.1);
}
.easy__reventas .reventas__stat-icon img {
  width: 1.55rem;
  height: 1.55rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__reventas .reventas__stat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.easy__reventas .reventas__stat-copy span {
  color: #6f6c8f;
  font-size: 0.95rem;
}
.easy__reventas .reventas__stat-copy strong {
  color: #111016;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
  font-weight: 800;
}
.easy__reventas .reventas__stat-copy small {
  color: #6f6c8f;
  font-size: 0.95rem;
}
.easy__reventas .reventas__toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.easy__reventas .reventas__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.easy__reventas .reventas__chip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(191, 184, 221, 0.8);
  background: rgba(255, 255, 255, 0.88);
  color: #2b2854;
  min-height: 3.2rem;
  padding: 0.75rem 1.15rem;
  border-radius: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 0.5rem 1.5rem rgba(1, 2, 16, 0.03);
}
.easy__reventas .reventas__chip img {
  width: 1.1rem;
  height: 1.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.95;
}
.easy__reventas .reventas__chip.is-active {
  background: #6B1BF8;
  border-color: #6B1BF8;
  color: white;
  box-shadow: 0 1rem 1.9rem rgba(107, 27, 248, 0.22);
}
.easy__reventas .reventas__searchbar {
  display: grid;
  grid-template-columns: 1fr 12rem;
  gap: 1rem;
  align-items: center;
}
.easy__reventas .reventas__searchbox {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.75rem;
  align-items: center;
  min-height: 3.55rem;
  padding: 0 1rem;
  border-radius: 1rem;
  background: white;
  border: 1px solid rgba(200, 195, 227, 0.95);
  box-shadow: 0 0.7rem 1.8rem rgba(1, 2, 16, 0.04);
}
.easy__reventas .reventas__searchbox img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
.easy__reventas .reventas__searchbox input {
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #1c193a;
  font-size: 1rem;
}
.easy__reventas .reventas__searchbox input::-moz-placeholder {
  color: #8d88aa;
}
.easy__reventas .reventas__searchbox input::placeholder {
  color: #8d88aa;
}
.easy__reventas .reventas__filters {
  min-height: 3.55rem;
  width: 100%;
  border: 1px solid rgba(200, 195, 227, 0.95);
  border-radius: 1rem;
  background: white;
  color: #2c2957;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 0.7rem 1.8rem rgba(1, 2, 16, 0.04);
}
.easy__reventas .reventas__filters img {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__reventas .reventas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 1rem;
}
.easy__reventas .reventa-card {
  position: relative;
  display: grid;
  grid-template-columns: 8.2rem 1fr;
  gap: 1.1rem;
  min-height: 13rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: white;
  border: 1px solid rgba(221, 216, 241, 0.95);
  box-shadow: 0 0.75rem 1.75rem rgba(1, 2, 16, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.easy__reventas .reventa-card:hover {
  transform: translateY(-0.12rem);
  box-shadow: 0 1rem 2rem rgba(1, 2, 16, 0.08);
}
.easy__reventas .reventa-card.is-selected {
  border-color: rgba(107, 27, 248, 0.7);
  box-shadow: 0 1rem 2rem rgba(107, 27, 248, 0.12);
}
.easy__reventas .reventa-card__select {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: white;
  border: 1.5px solid #cfc8e8;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  z-index: 2;
}
.easy__reventas .reventa-card__select .reventa-card__check {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 0.3rem;
  border: 2px solid transparent;
  position: relative;
}
.easy__reventas .reventa-card__select .reventa-card__check::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: transparent;
  transition: all 0.2s ease;
}
.easy__reventas .reventa-card__select .reventa-card__check::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: url("../img/icons/checkwhite.svg") no-repeat center;
  background-size: 0.8rem;
  transition: opacity 0.2s ease;
}
.easy__reventas .reventa-card.is-selected .reventa-card__select {
  background: #6B1BF8;
  border-color: #6B1BF8;
  box-shadow: 0 0.85rem 1.5rem rgba(107, 27, 248, 0.22);
}
.easy__reventas .reventa-card.is-selected .reventa-card__select .reventa-card__check::after {
  opacity: 1;
}
.easy__reventas .reventa-card__media {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 11rem;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.easy__reventas .reventa-card__media img {
  width: 100%;
  height: 100%;
  max-height: 11rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__reventas .reventa-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.85rem;
  min-width: 0;
  padding-right: 0.8rem;
}
.easy__reventas .reventa-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.easy__reventas .reventa-card__copy h3 {
  margin: 0;
  color: #201d4c;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 700;
  text-wrap: balance;
}
.easy__reventas .reventa-card__brand {
  margin: 0;
  color: #5d5a7f;
  font-size: 0.98rem;
}
.easy__reventas .reventa-card__price {
  color: #121018;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 800;
}
.easy__reventas .reventa-card__margin {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  color: #4c9a55;
}
.easy__reventas .reventa-card__margin span {
  display: inline-flex;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(53, 166, 74, 0.12);
  color: #2d7d3a;
  font-weight: 600;
}
.easy__reventas .reventa-card__margin small {
  display: block;
  width: 100%;
  color: #5f8b63;
}
.easy__reventas .reventa-card__description {
  margin: 0;
  color: #6f6a8f;
  font-size: 0.92rem;
  line-height: 1.4;
}
.easy__reventas .reventa-card__actions {
  display: grid;
  gap: 0.6rem;
}
.easy__reventas .reventa-card__qty {
  display: none;
  align-items: center;
  width: 9rem;
  height: 2.2rem;
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid #d7d2eb;
  background: #f4f2ff;
}
.easy__reventas .reventa-card__qty.is-visible {
  display: flex;
}
.easy__reventas .reventa-card__qty input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  color: #2a2757;
  font-size: 1rem;
  font-weight: 600;
}
.easy__reventas .reventa-card__qty-btn {
  width: 2.1rem;
  height: 2.1rem;
  border: none;
  background: rgba(255, 255, 255, 0.65);
  color: #6B1BF8;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__reventas .reventa-card__qty-btn.is-minus {
  border-right: 1px solid #d7d2eb;
}
.easy__reventas .reventa-card__qty-btn.is-plus {
  border-left: 1px solid #d7d2eb;
}
.easy__reventas .reventa-card__action {
  min-height: 2.35rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(107, 27, 248, 0.45);
  background: rgba(107, 27, 248, 0.08);
  color: #6B1BF8;
  font-size: 0.98rem;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__reventas .reventa-card.is-selected .reventa-card__action {
  background: rgba(107, 27, 248, 0.12);
}
.easy__reventas .reventas__summary {
  position: sticky;
  bottom: 1rem;
  z-index: 10;
  margin-top: 0.75rem;
  padding: 1rem 1.2rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(107, 27, 248, 0.15);
  box-shadow: 0 1rem 2.5rem rgba(44, 49, 55, 0.12);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: center;
  gap: 1.1rem;
}
.easy__reventas .reventas__summary-badge {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #6B1BF8;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__reventas .reventas__summary-badge img {
  width: 1.55rem;
  height: 1.55rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.easy__reventas .reventas__summary-count {
  position: absolute;
  top: -0.2rem;
  right: -0.15rem;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #F8411B;
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__reventas .reventas__summary-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.15rem;
}
.easy__reventas .reventas__summary-copy p {
  margin: 0;
  color: #666180;
  font-size: 0.95rem;
}
.easy__reventas .reventas__summary-copy strong {
  color: #111015;
  font-size: 1.05rem;
  font-weight: 800;
}
.easy__reventas .reventas__summary-action {
  min-width: 16rem;
  min-height: 3.4rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(90deg, #6c3ce8 0%, #7a4bf4 100%);
  color: white;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 1rem 1.8rem rgba(107, 27, 248, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.easy__reventas .reventas__summary-action span {
  font-size: 1.4rem;
  line-height: 1;
}
.easy__reventas .reventas__safe {
  margin: 1rem 0 0;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #787495;
  font-size: 0.95rem;
}
.easy__reventas .reventas__safe img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
@media screen and (max-width: 1180px) {
  .easy__reventas .reventas__stats {
    grid-template-columns: 1fr;
  }
  .easy__reventas .reventas__stat + .reventas__stat {
    border-left: none;
    border-top: 1px solid rgba(107, 27, 248, 0.12);
  }
}
@media screen and (max-width: 1024px) {
  .easy__reventas .reventas__hero {
    grid-template-columns: 5.8rem 1fr;
  }
  .easy__reventas .reventas__hero-icon {
    width: 5.8rem;
    height: 5.8rem;
  }
  .easy__reventas .reventas__grid {
    grid-template-columns: 1fr;
  }
  .easy__reventas .reventas__summary {
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1rem;
  }
  .easy__reventas .reventas__summary-action {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .easy__reventas .reventas__shell {
    padding: 0.85rem 0.8rem 0;
  }
  .easy__reventas .reventas__stepper {
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 1rem;
  }
  .easy__reventas .reventas__step {
    min-width: 8.25rem;
  }
  .easy__reventas .reventas__hero {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .easy__reventas .reventas__hero-icon {
    width: 5rem;
    height: 5rem;
  }
  .easy__reventas .reventas__lead {
    font-size: 1rem;
  }
  .easy__reventas .reventas__searchbar {
    grid-template-columns: 1fr;
  }
  .easy__reventas .reventas__filters {
    width: 100%;
  }
  .easy__reventas .reventa-card {
    grid-template-columns: 1fr;
    padding-top: 3.1rem;
  }
  .easy__reventas .reventa-card__media {
    min-height: 10rem;
    padding: 0.5rem 1rem 0;
  }
  .easy__reventas .reventa-card__body {
    padding-right: 0;
  }
  .easy__reventas .reventa-card__select {
    top: 0.9rem;
    right: 0.9rem;
  }
  .easy__reventas .reventas__summary {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    margin: 0;
    grid-template-columns: auto 1fr;
    padding: 0.9rem;
  }
  .easy__reventas .reventas__summary-action {
    grid-column: 1/-1;
    min-width: 0;
  }
  .easy__reventas .reventas__safe {
    padding-bottom: 6rem;
  }
}

.flujo-reventas {
  position: relative;
  min-height: 100vh;
  background-color: rgb(239.04, 239.04, 239.04);
  background-image: linear-gradient(180deg, rgb(225.836, 217.836, 239.936) 0%, rgb(239.04, 239.04, 239.04) 18%);
  color: #2c3137;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.flujo-reventas::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgb(239.04, 239.04, 239.04);
  z-index: -1;
  pointer-events: none;
}
.flujo-reventas.easy, .flujo-reventas.easy .content {
  background-color: rgb(239.04, 239.04, 239.04);
}
.flujo-reventas.easy .content {
  background: linear-gradient(180deg, rgba(107, 27, 248, 0.06) 0%, rgb(239.04, 239.04, 239.04) 14%, rgb(239.04, 239.04, 239.04) 100%) !important;
}
.flujo-reventas .content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 13rem;
  background: linear-gradient(180deg, rgba(107, 27, 248, 0.06) 0%, rgb(239.04, 239.04, 239.04) 14%, rgb(239.04, 239.04, 239.04) 100%);
}
.flujo-reventas .board__main {
  width: 100%;
  background: transparent;
}
.flujo-reventas .board__main.easy__products {
  margin-bottom: 0;
}
.flujo-reventas .app-container {
  position: relative;
  width: min(100% - 1rem, 1280px);
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
}
.flujo-reventas .stepper-container {
  width: min(100% - 16px, 380px);
  margin: 0 auto;
  padding: 1.5rem 0 1rem;
}
.flujo-reventas .stepper-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.flujo-reventas .line-bg,
.flujo-reventas .line-active {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  z-index: 0;
}
.flujo-reventas .line-bg {
  width: 100%;
  background: #d9d9d9;
}
.flujo-reventas .line-active {
  width: 22%;
  background: #6B1BF8;
}
.flujo-reventas .step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.flujo-reventas .step-circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  background: #d9d9d9;
  color: #bfbfbf;
  box-shadow: 0 0 0 0.25rem rgb(239.04, 239.04, 239.04);
}
.flujo-reventas .step-circle.active {
  background: #6B1BF8;
  color: white;
}
.flujo-reventas .step-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #bfbfbf;
  position: absolute;
  top: 1.75rem;
}
.flujo-reventas .step-text.active {
  color: #2c3137;
}
.flujo-reventas .main-titles {
  text-align: center;
  padding: 0 1rem;
  margin: 1.5rem 0 1.25rem;
}
.flujo-reventas .main-titles h1 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #2c3137;
  line-height: 1.05;
}
.flujo-reventas .main-titles h1 span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #6B1BF8;
  margin-top: 0.25rem;
}
.flujo-reventas .stats-card {
  background: white;
  border-radius: 1.25rem;
  margin: 0 1rem 1.5rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.05);
}
.flujo-reventas .board__text--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  min-width: 0;
}
.flujo-reventas .board__img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(237.24, 227.64, 254.16);
  flex: 0 0 auto;
}
.flujo-reventas .board__img img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.flujo-reventas .stats-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  min-width: 0;
}
.flujo-reventas .board__text {
  margin: 0;
  color: #2c3137;
}
.flujo-reventas .board__text--title {
  font-size: 1rem;
  font-weight: 700;
}
.flujo-reventas .board__text--paragraph {
  font-size: 0.75rem;
  color: #535256;
}
.flujo-reventas .stat-positive {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: flex-start;
}
.flujo-reventas .triangle-icon {
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
}
.flujo-reventas .triangle-icon--badge {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  transform: none;
}
.flujo-reventas .triangle-icon--stat {
  width: 1.25rem;
  height: 1.25rem;
}
.flujo-reventas .stat-arrow--margen {
  width: 1.25rem;
  height: 1.25rem;
  transform: none;
  color: #18E179;
}
.flujo-reventas .search-container {
  padding: 0 1rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.flujo-reventas .search-input {
  width: 100%;
  height: 3rem;
  background: white;
  border-radius: 1.5rem;
  padding: 0 3rem 0 1.25rem;
  font-size: 0.75rem;
  border: 1px solid transparent;
  box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.05);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.flujo-reventas .search-input:focus {
  border-color: rgba(107, 27, 248, 0.25);
}
.flujo-reventas .search-input::-moz-placeholder {
  color: #bfbfbf;
}
.flujo-reventas .search-input::placeholder {
  color: #bfbfbf;
}
.flujo-reventas .search-btn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #bfbfbf;
}
.flujo-reventas .categories {
  display: flex;
  overflow-x: auto;
  gap: 1.5rem;
  padding: 0.5rem 1rem 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(191, 191, 191, 0.75) transparent;
}
.flujo-reventas .categories::-webkit-scrollbar {
  height: 0.5rem;
}
.flujo-reventas .categories::-webkit-scrollbar-track {
  background: transparent;
}
.flujo-reventas .categories::-webkit-scrollbar-thumb {
  background: rgba(191, 191, 191, 0.75);
  border-radius: 999px;
}
.flujo-reventas .cat-item {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  min-width: 4.5rem;
  color: inherit;
  font: inherit;
  outline: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.flujo-reventas .cat-item:focus-visible {
  outline: 2px solid rgba(107, 27, 248, 0.35);
  outline-offset: 0.25rem;
  border-radius: 0.75rem;
}
.flujo-reventas .cat-item.is-active {
  background: #d9d9d9;
  border-radius: 1rem;
  padding: 0.5rem 0.75rem 0.75rem;
}
.flujo-reventas .cat-icon-wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flujo-reventas .cat-icon-wrapper.active {
  background: #6B1BF8;
  box-shadow: 0 0.25rem 0.75rem rgba(107, 27, 248, 0.2);
}
.flujo-reventas .cat-icon-wrapper.normal {
  background: white;
  padding: 0.25rem;
  box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.05);
}
.flujo-reventas .cat-icon-inner,
.flujo-reventas .cat-icon-wrapper.normal {
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.flujo-reventas .cat-icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.flujo-reventas .cat-icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.flujo-reventas .cat-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}
.flujo-reventas .cat-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #535256;
  text-align: center;
}
.flujo-reventas .cat-label.active {
  font-weight: 600;
  color: #2c3137;
}
.flujo-reventas .cat-lines {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 1.5rem;
  align-items: center;
}
.flujo-reventas .cat-line {
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 0.25rem;
}
.flujo-reventas .cat-icon-wrapper.active .cat-line {
  background: white;
}
.flujo-reventas .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0 1rem;
  margin-top: 1.5rem;
}
.flujo-reventas .product-card {
  background: white;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  outline: 2px solid transparent;
  outline-offset: -2px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.flujo-reventas .product-card.selected {
  background: rgb(237.24, 227.64, 254.16);
  outline-color: #D5BFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.flujo-reventas .badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  z-index: 10;
  border: 1px solid rgb(231.44, 231.44, 231.44);
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.flujo-reventas .badge.green {
  background: #18E179;
  color: white;
  border: none;
  gap: 0.25rem;
  min-width: 2rem;
  padding: 0.25rem;
}
.flujo-reventas .img-placeholder {
  width: 100%;
  aspect-ratio: 1/1;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
.flujo-reventas .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.flujo-reventas .img-label--store {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background: #6B1BF8;
  color: white;
  font-size: 0.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.flujo-reventas .product-meta {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 0.5rem;
}
.flujo-reventas .brand-tag {
  background: rgb(231.32, 218.52, 253.88);
  color: #6B1BF8;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.flujo-reventas .product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3137;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0;
  min-height: 4.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.flujo-reventas .price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0;
}
.flujo-reventas .price-main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3137;
}
.flujo-reventas .price-old {
  font-size: 0.75rem;
  color: #bfbfbf;
  text-decoration: line-through;
  font-weight: 500;
}
.flujo-reventas .price-cents {
  font-size: 0.75rem;
  vertical-align: top;
  position: relative;
  top: 0;
}
.flujo-reventas .product-desc {
  font-size: 0.75rem;
  color: #535256;
  line-height: 1.25;
  margin-bottom: 0;
  min-height: 3.75em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flujo-reventas .profit-box {
  background: rgb(239.04, 239.04, 239.04);
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border: 1px solid rgb(231.44, 231.44, 231.44);
}
.flujo-reventas .product-card.selected .profit-box {
  background: white;
  border-color: rgba(209, 179, 255, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.flujo-reventas .profit-label {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 500;
}
.flujo-reventas .profit-val {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #18E179;
  font-weight: 700;
  font-size: 1rem;
  background: #d8f4df;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  border: 1px solid rgba(24, 225, 121, 0.2);
}
.flujo-reventas .btn-action {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.flujo-reventas .btn-normal {
  background: #010210;
  color: white;
  border-color: #010210;
}
.flujo-reventas .btn-normal:hover {
  background: rgb(2.8, 5.6, 44.8);
  border-color: rgb(2.8, 5.6, 44.8);
}
.flujo-reventas .btn-selected {
  background: #18E179;
  color: #010210;
  font-weight: 700;
  border-color: #18E179;
}
.flujo-reventas .btn-selected:hover {
  background: rgb(46.8072289157, 232.7927710843, 136.5614457831);
  border-color: rgb(46.8072289157, 232.7927710843, 136.5614457831);
}
.flujo-reventas .floating-bar {
  position: fixed;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 16px, 380px);
  z-index: 40;
}
.flujo-reventas .floating-inner {
  background: #2c3137;
  border-radius: 1rem;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 24px -5px rgba(26, 18, 63, 0.5);
}
.flujo-reventas .float-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.flujo-reventas .float-badge {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.flujo-reventas .float-text {
  color: white;
  font-size: 1rem;
  font-weight: 500;
}
.flujo-reventas .btn-continue {
  background: white;
  color: #2c3137;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.flujo-reventas footer {
  width: 100%;
  margin-top: 0;
  padding-bottom: 8rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.flujo-reventas footer small {
  color: #333333 !important;
}
@media (min-width: 600px) {
  .flujo-reventas .main-titles {
    margin: 1.75rem 0 1.5rem;
  }
  .flujo-reventas .stats-card {
    gap: 1rem;
    padding: 1.25rem;
  }
  .flujo-reventas .product-grid {
    gap: 1rem;
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .flujo-reventas .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .flujo-reventas .cat-item,
  .flujo-reventas .product-card,
  .flujo-reventas .btn-action,
  .flujo-reventas .btn-continue,
  .flujo-reventas .search-input {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .flujo-reventas .product-image {
    transition: transform 0.2s ease;
  }
  .flujo-reventas .cat-item:hover {
    transform: translateY(-0.25rem);
  }
  .flujo-reventas .cat-item:hover .cat-icon-wrapper.normal {
    background: rgba(107, 27, 248, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(107, 27, 248, 0.1);
  }
  .flujo-reventas .cat-item:hover .cat-icon-inner {
    opacity: 0.9;
  }
  .flujo-reventas .product-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  }
  .flujo-reventas .product-card:hover .product-image {
    transform: scale(1.03);
  }
  .flujo-reventas .btn-action:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .flujo-reventas .btn-normal:hover {
    background: #0d0d0d;
  }
  .flujo-reventas .btn-selected:hover {
    background: #d6bdf7;
  }
  .flujo-reventas .btn-continue:hover {
    background: rgb(231.44, 231.44, 231.44);
    transform: translateY(-0.25rem);
  }
  .flujo-reventas .search-input:hover {
    border-color: rgba(107, 27, 248, 0.25);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
  }
  .flujo-reventas .stats-card .board__text--wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 0.75rem;
    white-space: nowrap;
  }
  .flujo-reventas .stats-card .board__text--wrapper .board__text--title {
    font-size: 1.25rem;
  }
  .flujo-reventas .stats-card .board__text--wrapper .board__text--paragraph {
    font-size: 0.75rem;
  }
  body.flujo-reventas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    background-color: rgb(239.04, 239.04, 239.04);
  }
  .flujo-reventas .content {
    padding: 1.5rem;
  }
  .flujo-reventas .content .board__main {
    padding-bottom: 0;
  }
  .flujo-reventas .app-container {
    width: min(100%, 1280px);
    margin: 1.5rem auto 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    background: none;
    padding: 0;
  }
  .flujo-reventas .stepper-container {
    width: min(100% - 48px, 360px);
    margin: 0 auto;
    padding: 0 0 1.25rem;
  }
  .flujo-reventas .step-circle {
    font-size: 1rem;
  }
  .flujo-reventas .step-text {
    font-size: 0.75rem;
    top: 2rem;
  }
  .flujo-reventas .main-titles {
    margin: 1.25rem 0 1.75rem;
  }
  .flujo-reventas .main-titles h1 {
    display: inline-flex;
    align-items: baseline;
    gap: 0.75rem;
    white-space: nowrap;
    font-size: 2rem;
  }
  .flujo-reventas .main-titles h1 span {
    display: inline;
    margin-top: 0;
    font-size: 2rem;
  }
  .flujo-reventas .stats-card {
    margin: 0 0 1.75rem;
    display: flex;
    justify-content: center;
    gap: 10%;
    padding: 1.5rem 1.75rem;
    align-items: stretch;
  }
  .flujo-reventas .stats-card .board__text--wrapper {
    gap: 0.75rem;
  }
  .flujo-reventas .board__img {
    width: 48px;
    height: 48px;
  }
  .flujo-reventas .search-container {
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .flujo-reventas .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    padding: 0;
    margin-top: 1.75rem;
  }
  .flujo-reventas .floating-bar {
    left: 50%;
    transform: translateX(-50%);
    width: min(100% - 64px, 360px);
    max-width: 1280px;
  }
  .flujo-reventas .floating-bar {
    bottom: 4rem;
  }
  .flujo-reventas footer {
    padding-bottom: 11rem;
  }
}

.easy #resend, .easy #timer {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  margin-top: 2rem;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}
.easy #resend strong, .easy #timer strong {
  color: #18E179;
  margin-top: 1rem;
  font-size: 1.5rem;
  display: block;
}
.easy__special--registro {
  background-color: #2c3137;
}
.easy__special--registro .board__registrado {
  color: light-dark(#2c3137, white);
  padding-top: 1rem;
  background: none;
  margin-top: 2rem;
}
.easy__special--registro .board__registrado .board__text--link {
  color: #18E179;
}
.easy__special--registro .content .contenido--wrapper > .button {
  z-index: 1;
  min-height: 3rem;
  width: auto;
  margin: 0;
  padding: 0.75rem 3rem;
  border-radius: 1rem 1rem 0 0;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: #010210;
  color: white;
}
.easy__special--registro .content .contenido--wrapper > .button:hover {
  transform: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.easy__special--registro .content .contenido--wrapper input:checked + .button {
  opacity: 1;
  background-color: rgba(24, 225, 121, 0.3);
  border-bottom: 2px solid #18E179;
  color: #18E179;
}
.easy__special--registro .content {
  margin: 0 !important;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .board__logotipo--wrapper {
  width: 9rem;
  height: 7rem;
  margin-top: 2rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .board__tracking--wrapper {
  width: 100%;
  text-align: center;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .board__tracking--wrapper .text--subtitle {
  margin: 0.25rem auto;
  margin-bottom: 0;
  opacity: 1;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 1.5rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input--wrapper .input__label {
  position: absolute;
  top: 0.75rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form--contenido {
  background: none;
  min-height: 18rem;
  padding: 0;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first, .easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--second, .easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--third, .easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--four {
  margin-top: 1rem;
  width: 100%;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .button--submit {
  margin: 0;
  min-height: 3rem;
  border-radius: 1.5rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--usuario, .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--apellidos, .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--password, .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--password2 {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--usuario, .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--apellidos, .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--password, .easy__special--registro .content .easy__registro .contenido--wrapper .form--wrapper .board__select--password2 {
    width: calc(50% - 0.75rem);
  }
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input {
  color: white;
  padding: 0.75rem 1.5rem;
  align-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input--wrapper {
  border: none;
  padding: 0;
  padding-top: 1.5rem;
  margin: 0;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input--wrapper .input__label {
  color: white;
  margin: 0;
  top: 0.25rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input--wrapper.invalid .board__input {
  border-color: red;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input--wrapper.invalid::before {
  content: "* Correo inválido";
  display: block;
  width: auto;
  color: red;
  font-size: 0.875rem;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:checked, .easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:focus, .easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:active {
  border-color: #18E179;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:checked ~ .input__label, .easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:focus ~ .input__label, .easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:active ~ .input__label {
  color: #18E179;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:checked ~ .input__stroke, .easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:focus ~ .input__stroke, .easy__special--registro .content .easy__registro .contenido--wrapper .form .board__input:active ~ .input__stroke {
  display: none;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form .input--submit .button--submit {
  background-color: #18E179;
  color: #010210;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional {
  width: 100%;
  margin-top: 1rem;
  padding: 1.5rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(14, 9, 75, 0.82) 0%, rgba(2, 1, 30, 0.92) 100%);
  border: 1px solid rgba(24, 225, 121, 0.12);
  box-shadow: 0 0 1rem rgba(44, 49, 55, 0.5), 0 0 0.5rem rgba(24, 225, 121, 0.25);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(24, 225, 121, 0.16), transparent 45%), radial-gradient(circle at bottom left, rgba(107, 27, 248, 0.18), transparent 42%);
  pointer-events: none;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional::after {
  display: none !important;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__card {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.25rem;
  gap: 0.35rem;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__title {
  margin: 0;
  font-size: 1.5rem;
  padding: 0;
  font-weight: 800;
  color: white;
  text-wrap: balance;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__subtitle {
  margin: 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  text-wrap: balance;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__input {
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border-radius: 1rem;
  border: 1px solid rgba(24, 225, 121, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0.5rem 1.25rem rgba(44, 49, 55, 0.2);
  transition: all 0.35s ease;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__input:focus {
  border-color: rgba(24, 225, 121, 0.45);
  box-shadow: 0 0 0 3px rgba(24, 225, 121, 0.12), 0 0.5rem 1.5rem rgba(44, 49, 55, 0.25);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__button {
  max-width: 7rem;
  background: #6B1BF8;
  border-radius: 0.75rem;
  padding: 0.75rem;
  border: none;
  box-shadow: 0 1rem 1.75rem rgba(107, 27, 248, 0.3);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1rem 2rem rgba(107, 27, 248, 0.35);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__button.is-hidden {
  display: none;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__status {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 2;
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 1.5rem;
  background: rgba(44, 49, 55, 0.8);
  color: white;
  box-shadow: 0 0.75rem 1.5rem rgba(44, 49, 55, 0.2);
  font-size: 0.75rem;
  text-align: right;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__status.is-loading {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__status.is-invalid {
  background: #dd1c47;
  color: white;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__status.is-valid {
  background: #18E179;
  color: #010210;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .promocode__status.is-dismissing {
  animation: promoStatusExit 0.35s ease forwards;
  pointer-events: none;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 11rem;
  min-width: 6rem;
  height: 6rem;
  margin-top: 0.25rem;
  transform: rotate(-12deg);
  filter: drop-shadow(0 0 1rem rgba(24, 225, 121, 0.35));
  overflow: visible;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon::after {
  content: attr(data-discount);
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 800;
  color: white;
  position: absolute;
  top: 32%;
  left: 40%;
  text-align: center;
  text-shadow: 0 0.25rem 0.5rem rgba(44, 49, 55, 0.45);
  z-index: 2;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon[data-discount="%"]::after {
  font-size: 1rem;
  top: 35%;
  left: 32%;
  content: "Cupón";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  --tx: 0rem;
  --ty: 0rem;
  --size: 1rem;
  --delay: 0s;
  --tone: #18E179;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: var(--size);
  line-height: 1;
  color: var(--tone);
  text-shadow: 0 0 0.35rem rgba(24, 225, 121, 0.55);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle--1 {
  --tx: -4.5rem;
  --ty: -2.75rem;
  --size: 1.1rem;
  --delay: 0s;
  --tone: #ffffff;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle--2 {
  --tx: -2.8rem;
  --ty: -4rem;
  --size: 0.95rem;
  --delay: 0.05s;
  --tone: #bbffd5;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle--3 {
  --tx: -0.5rem;
  --ty: -3.75rem;
  --size: 1.25rem;
  --delay: 0.08s;
  --tone: #7dff9c;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle--4 {
  --tx: 2.4rem;
  --ty: -3rem;
  --size: 0.9rem;
  --delay: 0.1s;
  --tone: #ffffff;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle--5 {
  --tx: 4.1rem;
  --ty: -1.6rem;
  --size: 1.05rem;
  --delay: 0.14s;
  --tone: #afffbf;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional .plan-card__cupon .plan-card__sparkle--6 {
  --tx: 1.8rem;
  --ty: 1.4rem;
  --size: 0.95rem;
  --delay: 0.18s;
  --tone: #ffd166;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido {
  border-color: rgba(24, 225, 121, 0.48);
  background: linear-gradient(180deg, rgba(11, 75, 45, 0.98) 0%, rgba(3, 23, 13, 0.98) 100%);
  box-shadow: 0 0 1rem rgba(44, 49, 55, 0.5), 0 0 1rem rgba(24, 225, 121, 0.25);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido::before {
  background: radial-gradient(circle at top right, rgba(24, 225, 121, 0.34), transparent 40%), radial-gradient(circle at bottom left, rgba(125, 255, 156, 0.16), transparent 42%), radial-gradient(circle at center, rgba(24, 225, 121, 0.1), transparent 56%);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .plan-card__cupon {
  animation: promoCouponPop 0.75s ease-out both;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .plan-card__cupon img {
  animation: promoCouponShake 1.05s ease-out both;
  filter: sepia(1);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .plan-card__cupon::after {
  animation: promoCouponLabel 0.9s ease-out both;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .plan-card__cupon .plan-card__sparkle {
  animation: promoStarBurst 0.9s cubic-bezier(0.18, 0.89, 0.32, 1.28) calc(0.05s + var(--delay)) both, promoStarFloat 3.6s ease-in-out calc(0.95s + var(--delay)) infinite;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .plan-card__cupon .plan-card__sparkle span {
  animation: promoStarTwinkle 2.2s ease-in-out calc(1.1s + var(--delay)) infinite;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__row {
  justify-content: flex-start;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__input {
  flex: 1 1 auto;
  min-height: 3.2rem;
  padding: 0.95rem 1.25rem;
  border-color: rgba(24, 225, 121, 0.55);
  background: linear-gradient(180deg, rgba(24, 225, 121, 0.18) 0%, rgba(15, 45, 31, 0.9) 100%);
  color: white;
  font-weight: 800;
  letter-spacing: 0.12rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0.9rem 2rem rgba(44, 49, 55, 0.22);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__input:focus {
  border-color: rgba(24, 225, 121, 0.8);
  box-shadow: 0 0 0 3px rgba(24, 225, 121, 0.16), 0 0.9rem 2rem rgba(44, 49, 55, 0.24);
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__input.is-confirmed {
  cursor: default;
  pointer-events: none;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 1rem;
  color: #18E179;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .board__select--promocional.valido .promocode__copy {
  align-items: center;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .input--submit {
  max-width: 15rem;
  margin: 0 auto;
}
.easy__special--registro .content .easy__registro .contenido--wrapper .form__wrapper--first .input--submit:hover .button {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 140, 94, 0.25);
}
.easy__special--registro .content .easy__registro .contenido--wrapper #radio-tab-perfil:checked ~ .form__wrapper--first .board__select--plan, .easy__special--registro .content .easy__registro .contenido--wrapper #radio-tab-perfil:checked ~ .form__wrapper--first .board__select--promocional {
  display: none;
}
.easy__special--registro .content .easy__registro .contenido--wrapper #radio-tab-perfil:checked ~ .form__wrapper--first .board__select--code input {
  font-size: 1.5rem;
  letter-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  .easy__special--registro .content .easy__registro .contenido--wrapper .board__select--promocional .promocode__status {
    right: 1rem;
    left: 1rem;
    bottom: -0.8rem;
    max-width: none;
    text-align: center;
  }
}
.easy__special--registro .content .board__text--title {
  text-align: center;
  margin-top: 1rem;
}
.easy__special--registro footer {
  background-color: light-dark(white, #010210) !important;
}
.easy__special--registro footer small {
  color: light-dark(#2c3137, white);
}
.easy .contenido__products {
  background-color: #010210;
  padding: 0;
}
.easy .contenido__products .button__cancelar {
  margin: 0 auto;
}
.easy .contenido__products .text--title {
  font-size: 1.25rem;
  padding: 0.5rem;
  padding-bottom: 0;
}
.easy .contenido__products .text--paragraph {
  font-size: 1rem;
}
.easy .contenido__products .text--productos {
  font-size: 1rem;
  font-weight: 600;
}
.easy .contenido__products .button__wrapper .button {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1.25rem;
  color: #2c3137;
  border: 1px solid #2c3137;
  border-radius: 1rem;
  justify-content: center;
  background-color: white;
}
.easy .contenido__products .button__wrapper .button:hover {
  background: transparent;
  border-color: white;
  color: white;
}
.easy .contenido__products .board__text--wrapper {
  margin: 1rem 0;
  padding-top: 1.5rem;
  text-align: center;
}
.easy .contenido__products .board__content--product {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  margin: 1rem auto;
  padding: 1rem;
  padding-bottom: 0;
  flex-wrap: nowrap;
}
.easy .contenido__products .board__content--product:hover {
  border-radius: 1rem;
  background-color: rgba(225, 225, 225, 0.5);
  border-color: white;
}
.easy .contenido__products .board__content--product .product__wrapper {
  position: relative;
  width: calc(100% - 2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0.5rem;
}
.easy .contenido__products .board__content--product .board__image {
  width: 22%;
  height: auto;
  opacity: 0.5;
}
.easy .contenido__products .board__content--product .board__image img {
  height: auto;
  padding: 0.25rem;
}
.easy .contenido__products .board__content--product .board__text {
  text-align: left;
  padding: 0;
  color: #2c3137;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.easy .contenido__products .board__content--product .board__text--title {
  font-size: 1.25rem;
}
.easy .contenido__products .board__content--product .board__text--category {
  font-weight: 400;
  font-size: 1rem;
}
.easy .contenido__products .board__content--product .board__precio {
  text-align: left;
  color: #2c3137;
  justify-content: flex-start;
}
.easy .contenido__products .board__content--product .board__precio--text {
  font-size: 1rem;
  color: rgba(44, 49, 55, 0.75);
  margin: 0;
}
.easy .contenido__products .board__content--product .board__precio span {
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  color: #2c3137;
}
.easy .contenido__products .board__content--product .board__precio--status {
  width: 100%;
  color: #dd1c47;
  font-style: italic;
  margin-top: 0.5rem;
}
.easy .contenido__products .board__content--product .board__precio--status.activo {
  color: #008c5e;
}
.easy .contenido__products .board__content--product .board__precio .button {
  max-width: 6rem;
  margin: 0;
}
.easy .contenido__products .board__content--product .board__input--switch {
  border: none !important;
}
.easy .contenido__products .board__content--product .board__input--switch input {
  display: none;
}
.easy .contenido__products .board__content--product .board__input--switch .switch {
  cursor: pointer;
  position: relative;
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  margin-right: 1rem;
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 1rem;
}
.easy .contenido__products .board__content--product .board__input--switch .switch:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.easy .contenido__products .board__content--product--wrapper {
  width: calc(100% - 5rem);
  opacity: 0.5;
  grid-template-rows: auto 1fr;
}
.easy .contenido__products .board__content--product.activo .board__content--product--wrapper {
  opacity: 1;
}
.easy .contenido__products .board__content--product.activo .board__image {
  opacity: 1;
}
.easy .contenido__products .board__config--product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem;
}
.easy .contenido__products .board__config--product--wrapper {
  width: calc(100% - 7.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}
@media screen and (min-width: 720px) {
  .easy .contenido__products .board__config--product--wrapper {
    width: calc(100% - 10.5rem);
  }
}
.easy .contenido__products .board__config--product--wrapper .board__text {
  color: #2c3137;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
}
.easy .contenido__products .board__config--product--wrapper .board__text--title {
  font-size: 1rem;
  padding-top: 0;
  font-weight: 600;
  color: light-dark(#2c3137, white);
}
@media screen and (min-width: 768px) {
  .easy .contenido__products .board__config--product--wrapper .board__text--title {
    font-size: 1.25rem;
  }
}
.easy .contenido__products .board__config--product--wrapper .board__text--paragraph {
  font-size: 1rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 1;
  text-overflow: ellipsis;
  line-height: 1.25rem;
  color: light-dark(#2c3137, white);
}
.easy .contenido__products .board__config--product--wrapper .board__type {
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  color: #1b96e4;
  background: rgba(27, 150, 228, 0.2);
  border-radius: 0.5rem;
  position: relative;
}
.easy .contenido__products .board__config--product--wrapper .board__type::before {
  content: attr(data-type);
  display: inline-block;
  font-size: 0.875rem;
}
.easy .contenido__products .board__config--product--wrapper .board__type[data-type=fisico]::before, .easy .contenido__products .board__config--product--wrapper .board__type[data-type=degradable]::before {
  content: "Entregable";
  display: inline-block;
  font-size: 0.75rem;
}
.easy .contenido__products .board__config--product--wrapper .board__type[data-type=escrito], .easy .contenido__products .board__config--product--wrapper .board__type[data-type=digital], .easy .contenido__products .board__config--product--wrapper .board__type[data-type=video] {
  background-color: rgba(24, 225, 121, 0.1);
}
.easy .contenido__products .board__config--product--wrapper .board__type[data-type=escrito]::before, .easy .contenido__products .board__config--product--wrapper .board__type[data-type=digital]::before, .easy .contenido__products .board__config--product--wrapper .board__type[data-type=video]::before {
  content: "Producto digital";
  display: inline-block;
  font-size: 0.75rem;
  color: #18E179;
}
.easy .contenido__products .board__config--product--wrapper .board__type[data-type="sin envío"], .easy .contenido__products .board__config--product--wrapper .board__type[data-type="sin envio"] {
  background-color: rgba(221, 28, 71, 0.1);
}
.easy .contenido__products .board__config--product--wrapper .board__type[data-type="sin envío"]::before, .easy .contenido__products .board__config--product--wrapper .board__type[data-type="sin envio"]::before {
  content: "Sin envío";
  display: inline-block;
  font-size: 0.75rem;
  color: #dd1c47;
}
.easy .contenido__products .board__config--product--wrapper .board__precio {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(1, 2, 16, 0.25);
  color: light-dark(#2c3137, white);
}
.easy .contenido__products .board__config--product--wrapper .board__precio--text {
  margin: 0;
  width: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy .contenido__products .board__config--product--wrapper .board__precio--text span {
  opacity: 1;
  color: light-dark(#2c3137, white);
}
.easy .contenido__products .board__config--product--wrapper .board__precio--status {
  min-width: 3.5rem;
  margin: 0;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  text-transform: capitalize;
  color: #333333;
  display: flex;
  align-items: center;
  opacity: 0.75;
}
.easy .contenido__products .board__config--product--wrapper .board__precio--status.activo {
  color: #008c5e;
  opacity: 1;
}
.easy .contenido__products .board__config--product--wrapper .board__input--switch {
  padding-left: 1rem;
}
.easy .contenido__products .board__config--product--wrapper.edit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
  border-top: 1px solid rgba(217, 217, 217, 0.1);
}
.easy .contenido__products .board__config--product .product__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 1rem;
  border: 1px solid rgba(217, 217, 217, 0.1);
  background-color: rgba(217, 217, 217, 0.1);
}
.easy .contenido__products .board__config--product.product-card--list {
  width: 100% !important;
  padding: 0;
  margin: 0;
  align-self: stretch;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: none;
  border-radius: 1rem;
  background-color: white !important;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (min-width: 30rem) {
  .easy .contenido__products .board__config--product.product-card--list .product__wrapper {
    height: 35rem;
  }
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__image {
  order: 0;
  width: 100%;
  height: 16rem;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__image img {
  width: 100%;
  height: 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
  order: 1;
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  background-color: white !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio {
  margin: 0;
  padding: 0;
  border: none;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text {
  width: 100%;
  margin: 0;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text > .board__precio--amount {
  display: inline-block;
  width: auto;
  padding: 0.15rem 0.5rem;
  border-radius: 1.5rem;
  background-color: rgba(217, 217, 217, 0.5);
  color: #010210;
  font-size: 1rem;
  font-weight: 700;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--currency {
  margin-left: 0.25rem;
  color: #333333;
  font-size: 0.75rem;
  opacity: 0.75;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #010210;
  font-size: 1.25rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--paragraph {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #2c3137;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 0.75rem 0.5rem 2.25rem;
  border-radius: 1.5rem;
  background-color: rgba(1, 2, 16, 0.15);
  color: #010210;
  font-size: 0.75rem;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.125rem);
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../img/icons/check.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0);
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type img {
  display: none;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envío"], .easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envio"] {
  background-color: rgba(248, 65, 27, 0.1);
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envío"]::after, .easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envio"]::after {
  background-image: url("../img/icons/close.svg");
  filter: none;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envío"]::before, .easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envio"]::before {
  color: #F8411B;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .button__destacar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: auto;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 1.5rem;
  background-color: rgba(1, 2, 16, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .button__destacar img {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
  filter: none;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper.destacado .button__destacar {
  background-color: #ff9800 !important;
  opacity: 1;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper.destacado .button__destacar img {
  filter: brightness(0) invert(1);
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper.destacado .button__destacar::after {
  content: "Destacado";
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
  order: 2;
  width: 100%;
  padding: 0.5rem;
  border-top: 1px solid #d9d9d9;
  background-color: white !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button {
  min-height: 2.25rem;
  padding: 0;
  border: none;
  color: #010210;
  background: none;
  font-size: 0.875rem;
  gap: 0.25rem;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button img {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  margin: 0;
  filter: none;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status {
  width: auto;
  margin-left: auto;
  color: #333333;
  font-size: 0.875rem;
  font-style: normal;
  opacity: 1;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status.activo {
  color: #21C65D;
  gap: 0.5rem;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch {
  padding: 0;
  margin: 0;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch .switch {
  width: 2.5rem;
  height: 1.5rem;
  margin: 0;
  border: none;
  background-color: rgba(217, 217, 217, 0.75);
  cursor: pointer;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch .switch::after {
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  left: 0.25rem;
  background-color: #bfbfbf;
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch input:checked + .switch {
  background-color: rgba(33, 198, 93, 0.2);
}
.easy .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch input:checked + .switch::after {
  left: 1.25rem;
  background-color: #21C65D;
}
.easy .contenido__products .board__config--product .board__image {
  display: block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 720px) {
  .easy .contenido__products .board__config--product .board__image {
    width: 8rem;
    height: 8rem;
  }
}
.easy .contenido__products .board__config--product .board__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy .contenido__products .board__config--product .form {
  margin: 0;
}
.easy .contenido__products .board__config--product .form label {
  margin: 0;
}
.easy .contenido__products .board__config--product .form .board__input {
  display: none;
}
.easy .contenido__products .board__config--product .form .button {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  background-color: light-dark(white, transparent);
  color: white;
  color: light-dark(#010210, white);
}
.easy .contenido__products .board__config--product .form .button img {
  filter: invert(1);
}
.easy .contenido__products .board__config--product .form .button span {
  padding-right: 1rem;
  display: inline-block;
  color: inherit;
}
.easy .contenido__products .board__config--product .form .button:hover, .easy .contenido__products .board__config--product .form .button:focus {
  background-color: #18E179;
}
.easy .contenido__products .board__config--product .form .button:hover img, .easy .contenido__products .board__config--product .form .button:focus img {
  filter: none;
}
.easy .contenido__products .board__config--product .form .button:hover span, .easy .contenido__products .board__config--product .form .button:focus span {
  color: #2c3137;
}
.easy .contenido__products .board__config--product .form img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0.35rem;
}
.easy .contenido__products .board__config--product.activo .board__image {
  opacity: 1;
}
.easy .contenido__products .board__config--product.inactivo .board__image {
  opacity: 0.35;
}
.easy .contenido__products .sinproductos {
  padding: 1rem;
  grid-column: span 2;
  padding-top: 0;
  margin-top: 0;
  border: none;
  background: none !important;
}
.easy .contenido__products .sinproductos .board__text--title {
  text-align: center;
  opacity: 1;
  margin-top: 0.5rem;
  color: white;
}
.easy .contenido__products .sinproductos .board__content--product--wrapper {
  justify-content: center;
  width: 100%;
}
.easy .contenido__products .vencido {
  padding: 1rem;
  padding-top: 0;
  margin-top: 0;
  border: none;
  background: white !important;
}
.easy .contenido__products .vencido .board__text--title {
  text-align: center;
  opacity: 1;
  margin-top: 0.5rem;
  color: red;
}
.easy .contenido__products .vencido .board__content--product--wrapper {
  justify-content: center;
  width: 100%;
}
.easy .contenido__products .vencido + .button__wrapper .button {
  background-color: #010210;
  color: white;
}
.easy .contenido__products .vencido + .button__wrapper .button::after {
  display: none;
}
.easy .contenido__products .minpedidos, .easy .contenido__products .maxpedidos {
  opacity: 1;
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  border: none;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: none;
}
.easy .contenido__products .minpedidos .board__text--title, .easy .contenido__products .maxpedidos .board__text--title {
  display: block;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #2b36bb;
}
.easy .contenido__products .minpedidos .board__content--product--wrapper, .easy .contenido__products .maxpedidos .board__content--product--wrapper {
  opacity: 1;
  width: 100%;
}
.easy .contenido__products .minpedidos .button, .easy .contenido__products .maxpedidos .button {
  padding: 0.5rem;
  border-radius: 0.75rem;
}
.easy .contenido__products .minpedidos .button__primary, .easy .contenido__products .maxpedidos .button__primary {
  background: none;
  border-color: #2b36bb;
  color: #2b36bb;
}
.easy .contenido__products .maxpedidos {
  background-color: rgba(221, 28, 71, 0.1);
}
.easy .contenido__products .maxpedidos .board__text--title {
  color: #dd1c47;
}
.easy .contenido__products .maxpedidos .button__primary {
  border-color: #dd1c47;
  color: #dd1c47;
}
.easy .contenido__products .form--wrapper .generate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  right: 0.5rem;
  top: 0rem;
  z-index: 2;
}
.easy .contenido__products .form--wrapper .generate.generando {
  z-index: 1;
}
.easy .contenido__products .form--wrapper .generate__wrapper {
  width: 90%;
  display: none;
  position: relative;
  border: 1px solid rgba(44, 49, 55, 0.2);
  background-color: white;
  border-radius: 1rem 0 1rem 1rem;
  box-shadow: 0 0 1rem rgba(44, 49, 55, 0.1);
}
.easy .contenido__products .form--wrapper .generate__wrapper.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.easy .contenido__products .form--wrapper .generate__wrapper textarea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 1rem;
}
.easy .contenido__products .form--wrapper .generate__wrapper--button {
  width: auto;
  color: white;
  padding: 0 0.5rem;
  margin: 0;
  margin-bottom: 0.25rem;
  min-height: 1.75rem;
  font-size: 0.75rem;
  border-color: #2c3137;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy .contenido__products .form--wrapper .generate__wrapper--button img {
  filter: invert(1);
  padding: 0.2rem;
}
.easy .contenido__products .form--wrapper .generate__wrapper span {
  cursor: pointer;
  color: #008c5e;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  padding-left: 0.7rem;
  width: auto;
  height: 2rem;
  border-radius: 1.5rem;
  background-color: white;
  border: 1px solid #008c5e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy .contenido__products .form--wrapper .generate__wrapper span:hover {
  background-color: rgba(0, 140, 94, 0.2);
}
.easy .contenido__products .form--wrapper .generate__wrapper span img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  transform: rotate(90deg);
}
.easy .contenido__products .form--wrapper .generate__text {
  width: 100%;
  font-size: 0.875rem;
  color: #2c3137;
  padding: 0.5rem 1rem;
  margin: 0;
  text-align: left;
  border-radius: 1rem 0 0 0;
  background-color: rgba(44, 49, 55, 0.1);
}
.easy .contenido__products .form--wrapper .generate img {
  margin: 0;
}
.easy {
  overflow: visible;
  background: none;
}
.easy .navigation .linkbar {
  background: none;
}
.easy .navigation .linkbar .nav::before {
  content: "";
  display: block;
  width: calc(100% + 0.5rem);
  height: 100%;
  left: -0.5rem;
  top: 0;
  z-index: -1;
  position: absolute;
  background: rgba(1, 2, 16, 0.2);
  backdrop-filter: blur(0.5rem);
}
.easy .navigation .nav__list {
  margin-top: 0;
}
.easy .footer {
  padding: 1rem 0;
  background-color: white;
}
.easy .footer small {
  color: #010210;
  font-size: 0.875rem;
}
.easy__sesion .footer {
  background-color: #010210;
}
.easy__sesion .footer small {
  color: white;
}
.easy__sesion .oauth-separator {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.easy__sesion .oauth-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  opacity: 0.2;
}
.easy__sesion .oauth-separator span {
  background: #010210;
  padding: 0 15px;
  color: #666;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.easy__sesion .oauth-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.easy__sesion button.gsi-material-button#google-login-btn {
  background: white;
  border: 1px solid #747775;
  border-radius: 1.5rem;
  color: #010210;
  cursor: pointer;
  height: 2.5rem;
  padding: 0 0.875rem;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.2s;
  transform: none;
  outline: none;
}
.easy__sesion .gsi-material-button .gsi-material-button-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.easy__sesion .gsi-material-button .gsi-material-button-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.easy__sesion button.gsi-material-button#google-login-btn:hover {
  background: #010210;
  color: white;
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0.5rem 1rem 0 rgba(1, 2, 16, 0.5), 0 4px 10px 4px rgba(1, 2, 16, 0.3);
}
.easy .content {
  background: #010210;
  margin-top: 3rem;
  background-attachment: fixed;
  background-size: 100%;
  background-position-y: top;
  background-repeat: no-repeat;
}
.easy .board__logotipo {
  width: 100%;
  background: none;
  margin: 0.5rem 0;
  margin-top: 0;
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.easy .board__logotipo > .text--paragraph {
  width: 100%;
}
.easy .board__logotipo > img {
  border-radius: 50%;
}
.easy .board__logotipo--wrapper {
  margin: 0;
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 50%;
}
.easy .board__logotipo--wrapper .button__compartir {
  z-index: 1;
  background: white !important;
  padding: 0;
  border-radius: 50%;
  min-height: 0;
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 1rem rgba(44, 49, 55, 0.85);
}
.easy .board__logotipo--wrapper .button__compartir img {
  margin: 0;
}
.easy .board__logotipo::before, .easy .board__logotipo::after {
  display: none;
}
.easy .board__logotipo--img {
  width: 100%;
  height: 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.easy .board__logotipo .board__text--title {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  color: white;
}
.easy .board__logotipo .board__text--paragraph {
  margin: 0;
  font-size: 1rem;
  color: white;
}
.easy .board__logotipo .board__text--wrapper {
  width: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  gap: 0.5rem;
  text-align: left;
  padding: 1rem;
  margin-top: 0;
}
.easy .board__logotipo .board__text--wrapper .button {
  width: auto;
  margin: 0;
  margin-bottom: 1rem;
  max-width: 10rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.easy .board__logotipo .board__text--wrapper .button:hover {
  color: #2c3137;
  background-color: white;
}
.easy .board__logotipo .board__text--wrapper:has(> .button) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.easy .board__logotipo .board__text--wrapper:has(> .button) .button {
  margin-bottom: 0;
}
.easy .board__logotipo .board__text--wrapper > * {
  width: auto;
}
.easy .board__logotipo .board__text--wrapper .board__text--paragraph {
  min-width: 51%;
}
.easy .board__logotipo .board__text--wrapper .text__link {
  display: flex;
  align-items: center;
}
.easy.easy__special--registro .board__logotipo--wrapper > img {
  border-radius: 0;
}
.easy__registro .board__logotipo, .easy__login .board__logotipo {
  position: static;
  min-height: 20vh;
}
.easy__registro .board__logotipo--wrapper, .easy__login .board__logotipo--wrapper {
  margin: 1rem auto;
  padding: 0;
  margin-bottom: 0;
  background: none;
  overflow: unset;
}
.easy__registro .form__wrapper--third .board__input--wrapper .input__label {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy__registro .form--contenido .password-icon {
  position: absolute;
  padding: 0.2rem;
  right: 0.5rem;
  top: 2.1rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 0.5rem;
}
.easy__registro .form--contenido .password-icon.open {
  background: #18E179;
}
.easy__registro .form--contenido .password-icon img {
  max-width: 1.5rem;
}
.easy__sesion, .easy__registro, .easy__login {
  background-color: #010210;
}
.easy__sesion .board__logotipo--img, .easy__registro .board__logotipo--img, .easy__login .board__logotipo--img {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__login .login-type-toggle {
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
}
.easy__login .login-type-toggle .button {
  max-width: 9rem;
  margin: 0 !important;
}
.easy__login .login-type-toggle .button__terciary {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 0.35;
}
.easy__login .login-type-toggle .button__terciary.active {
  border-color: #18E179;
  opacity: 1;
  background-color: rgba(24, 225, 121, 0.1);
}
.easy__login .login-type-toggle .button:hover, .easy__login .login-type-toggle .button:focus {
  background-color: rgba(24, 225, 121, 0.2);
  color: white;
  opacity: 1;
}
.easy__login .board__supertext--title, .easy__login .board__supertext .text, .easy__login .board__supertext--subtitle, .easy__login .board__text--title, .easy__login .board__text .text, .easy__login .board__text--subtitle, .easy__login .board .text--title, .easy__login .board .text .text, .easy__login .board .text--subtitle {
  font-family: "Poppins", sans-serif;
}
.easy__login .board__supertext {
  color: white;
  text-align: center;
}
.easy__login .board__supertext--title {
  justify-content: center;
  padding-bottom: 0;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.easy__login .board__supertext--subtitle {
  font-size: 1rem;
  color: inherit;
  padding-top: 0;
  opacity: 1;
}
.easy__login .board__text--wrapper {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.easy__login .board__text--paragraph {
  font-size: 1rem;
  color: white;
  opacity: 1;
}
.easy__login .board__text--link {
  color: #18E179;
  text-decoration: none;
  text-decoration: underline;
}
.easy__login .form--contenido {
  background: #010210;
  padding: 0;
  margin-bottom: 1rem;
  min-height: 720px;
}
.easy__login .form--wrapper {
  background: rgba(24, 225, 121, 0.1);
  border: 1px solid rgba(24, 225, 121, 0.25);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.easy__login .form .input {
  position: relative;
  width: 100%;
  height: 2.5rem;
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1rem;
  text-align: center;
  color: white;
  padding: 0.5rem;
}
.easy__login .form .input:focus {
  border-color: #18E179;
  color: white;
}
.easy__login .form .input__wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.easy__login .form .input__wrapper .password-icon {
  position: absolute;
  padding: 0.2rem;
  right: 0.25rem;
  top: 0.25rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 0.5rem;
}
.easy__login .form .input__wrapper .password-icon.open {
  background: #18E179;
}
.easy__login .form .input__wrapper .password-icon img {
  max-width: 1.5rem;
}
.easy__login .form .input--submit {
  width: 100%;
}
.easy__login .form .input__label {
  font-size: 0.75rem;
  position: absolute;
  left: 0.25rem;
  top: -1rem;
  color: white;
}
.easy__login .form .button {
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #18E179;
  color: #010210;
}
.easy__login .form .button.isDisabled {
  background-color: #d9d9d9;
}
.easy__login > .contenido--wrapper {
  padding: 1rem;
  padding-top: 0;
}
.easy__login--cliente .form--wrapper {
  background-color: rgba(43, 54, 187, 0.2);
  border-color: rgba(43, 54, 187, 0.5);
}
.easy__login--cliente .login-type-toggle .button.active {
  border-color: #2b36bb;
  background-color: rgba(43, 54, 187, 0.25);
}
.easy__registro, .easy__products, .easy__categories {
  background-color: #010210;
}
.easy__registro .form .text--supertitle, .easy__products .form .text--supertitle, .easy__categories .form .text--supertitle {
  color: white;
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.easy__registro .form--wrapper, .easy__products .form--wrapper, .easy__categories .form--wrapper {
  padding: 2rem;
  padding-bottom: 1rem;
}
.easy__registro .form .board__input, .easy__products .form .board__input, .easy__categories .form .board__input {
  padding: 0.5rem;
  padding-top: 1rem;
  font-size: 1rem;
  color: light-dark(white, #010210);
  background-color: light-dark(#010210, white);
  font-weight: 600;
  width: 100%;
  border: none;
}
.easy__registro .form .board__input[type=checkbox], .easy__products .form .board__input[type=checkbox], .easy__categories .form .board__input[type=checkbox] {
  display: none;
}
.easy__registro .form .board__input--wrapper, .easy__products .form .board__input--wrapper, .easy__categories .form .board__input--wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #d9d9d9;
}
.easy__registro .form .board__input--wrapper:last-of-type, .easy__products .form .board__input--wrapper:last-of-type, .easy__categories .form .board__input--wrapper:last-of-type {
  margin-bottom: 0 !important;
}
.easy__registro .form .board__input--wrapper.valido::after, .easy__registro .form .board__input--wrapper.invalido::after, .easy__products .form .board__input--wrapper.valido::after, .easy__products .form .board__input--wrapper.invalido::after, .easy__categories .form .board__input--wrapper.valido::after, .easy__categories .form .board__input--wrapper.invalido::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  right: 0.5rem;
  top: 0.5rem;
}
.easy__registro .form .board__input--wrapper.valido::after, .easy__products .form .board__input--wrapper.valido::after, .easy__categories .form .board__input--wrapper.valido::after {
  background: url("../config/img/check.svg") no-repeat center;
}
.easy__registro .form .board__input--wrapper.invalido::after, .easy__products .form .board__input--wrapper.invalido::after, .easy__categories .form .board__input--wrapper.invalido::after {
  background: url("../config/img/close.svg") no-repeat center;
}
.easy__registro .form .board__input:focus + .input__stroke, .easy__products .form .board__input:focus + .input__stroke, .easy__categories .form .board__input:focus + .input__stroke {
  left: 0;
  width: 100%;
  background-color: #010210;
}
.easy__registro .form .board__input--plan, .easy__products .form .board__input--plan, .easy__categories .form .board__input--plan {
  display: block;
  text-align: left;
  padding-top: 1.5rem;
}
.easy__registro .form .input__label, .easy__products .form .input__label, .easy__categories .form .input__label {
  position: absolute;
  left: 0;
  top: -0.25rem;
  font-size: 0.75rem;
  color: #010210;
}
.easy__registro .form .input__label--error, .easy__products .form .input__label--error, .easy__categories .form .input__label--error {
  color: red;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  font-style: italic;
}
.easy__registro .form .input__label--variante, .easy__products .form .input__label--variante, .easy__categories .form .input__label--variante {
  width: 100%;
  margin: 0 auto;
}
.easy__registro .form .input__label--variante .button, .easy__products .form .input__label--variante .button, .easy__categories .form .input__label--variante .button {
  margin-bottom: 0 !important;
}
.easy__registro .form .input__label--variante .img__preview--wrapper, .easy__products .form .input__label--variante .img__preview--wrapper, .easy__categories .form .input__label--variante .img__preview--wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(44, 49, 55, 0.2);
}
.easy__registro .form .input__label--variante .img__preview--wrapper img, .easy__products .form .input__label--variante .img__preview--wrapper img, .easy__categories .form .input__label--variante .img__preview--wrapper img {
  max-height: 1.6rem !important;
  height: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 0.5rem;
}
.easy__registro .form .input__label--variante .img__preview--wrapper .text, .easy__products .form .input__label--variante .img__preview--wrapper .text, .easy__categories .form .input__label--variante .img__preview--wrapper .text {
  font-size: 0.875rem;
  background: none;
  margin: 0;
}
.easy__registro .form .input__label--variante .img__preview--wrapper input, .easy__products .form .input__label--variante .img__preview--wrapper input, .easy__categories .form .input__label--variante .img__preview--wrapper input {
  display: none !important;
}
.easy__registro .form .input__stroke, .easy__products .form .input__stroke, .easy__categories .form .input__stroke {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #010210;
  transition: all 0.5s;
}
.easy__registro .form__wrapper--second .board__text--title, .easy__products .form__wrapper--second .board__text--title, .easy__categories .form__wrapper--second .board__text--title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #010210;
  font-family: "Poppins", sans-serif;
}
.easy__registro .form__wrapper--second .board__text--subtitle, .easy__products .form__wrapper--second .board__text--subtitle, .easy__categories .form__wrapper--second .board__text--subtitle {
  color: #010210;
  margin-bottom: 2rem;
}
.easy__registro .form__wrapper--second .board__input, .easy__products .form__wrapper--second .board__input, .easy__categories .form__wrapper--second .board__input {
  text-align: center;
}
.easy__registro .form__wrapper--second .board__input--wrapper, .easy__products .form__wrapper--second .board__input--wrapper, .easy__categories .form__wrapper--second .board__input--wrapper {
  display: flex;
  justify-content: center;
}
.easy__registro .form__wrapper--second .board__input--wrapper .input__label, .easy__products .form__wrapper--second .board__input--wrapper .input__label, .easy__categories .form__wrapper--second .board__input--wrapper .input__label {
  left: auto;
}
.easy__registro .form__wrapper--third .board__text--title, .easy__products .form__wrapper--third .board__text--title, .easy__categories .form__wrapper--third .board__text--title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 600;
  color: #010210;
  font-family: "Poppins", sans-serif;
}
.easy__registro .form__wrapper--third .board__text--subtitle, .easy__products .form__wrapper--third .board__text--subtitle, .easy__categories .form__wrapper--third .board__text--subtitle {
  color: #010210;
  margin-bottom: 2rem;
}
.easy__registro .form__wrapper--third .board__input--wrapper, .easy__products .form__wrapper--third .board__input--wrapper, .easy__categories .form__wrapper--third .board__input--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.easy__registro .form__wrapper--third .board__input--wrapper:nth-of-type(1), .easy__products .form__wrapper--third .board__input--wrapper:nth-of-type(1), .easy__categories .form__wrapper--third .board__input--wrapper:nth-of-type(1) {
  border-bottom: none;
}
.easy__registro .form__wrapper--third .board__input--wrapper img, .easy__products .form__wrapper--third .board__input--wrapper img, .easy__categories .form__wrapper--third .board__input--wrapper img {
  width: 100%;
  max-width: 9rem;
  margin: 1rem auto;
}
.easy__registro .form__wrapper--third .board__input--wrapper .input__label, .easy__products .form__wrapper--third .board__input--wrapper .input__label, .easy__categories .form__wrapper--third .board__input--wrapper .input__label {
  left: auto;
}
.easy__registro .form__wrapper--third .board__input--wrapper:nth-last-child(2), .easy__products .form__wrapper--third .board__input--wrapper:nth-last-child(2), .easy__categories .form__wrapper--third .board__input--wrapper:nth-last-child(2) {
  margin-bottom: 0;
}
.easy__registro .form__wrapper--third .board__input--wrapper .file-name, .easy__products .form__wrapper--third .board__input--wrapper .file-name, .easy__categories .form__wrapper--third .board__input--wrapper .file-name {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  font-size: 1rem;
}
.easy__registro .form__wrapper--third .board__input--wrapper .board__text--error, .easy__products .form__wrapper--third .board__input--wrapper .board__text--error, .easy__categories .form__wrapper--third .board__input--wrapper .board__text--error {
  font-size: 0.875rem;
  width: 100%;
  margin: 1rem auto;
  color: #dd1c47;
  text-align: center;
  padding: 0.5rem;
  background-color: rgba(221, 28, 71, 0.1);
}
.easy__registro .form__wrapper--third .board__input[type=file], .easy__products .form__wrapper--third .board__input[type=file], .easy__categories .form__wrapper--third .board__input[type=file] {
  display: none;
}
.easy__registro .form__wrapper--third .board__input--link, .easy__products .form__wrapper--third .board__input--link, .easy__categories .form__wrapper--third .board__input--link {
  text-align: left;
  color: #2c3137;
}
.easy__registro .form__wrapper--third select.board__input, .easy__products .form__wrapper--third select.board__input, .easy__categories .form__wrapper--third select.board__input {
  padding: 0.25rem 0.5rem;
  margin-top: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.easy__registro .form--contenido, .easy__products .form--contenido, .easy__categories .form--contenido {
  min-height: 0;
  background-color: white;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.easy__registro .form--contenido .board__text--link, .easy__products .form--contenido .board__text--link, .easy__categories .form--contenido .board__text--link {
  text-decoration: underline;
}
.easy__categories, .easy__products {
  margin-bottom: 4.5rem;
}
.easy__categories .contenido--wrapper, .easy__products .contenido--wrapper {
  padding-top: 2rem;
  padding-bottom: 0;
}
.easy__categories .contenido--wrapper .button__wrapper, .easy__products .contenido--wrapper .button__wrapper {
  margin: 0 auto;
  width: calc(100% - 1rem);
}
.easy__categories .board__logotipo, .easy__products .board__logotipo {
  position: static;
  top: 1rem;
}
@media only screen and (min-width: 468px) {
  .easy__categories .board__logotipo, .easy__products .board__logotipo {
    margin: 0 auto;
  }
}
@media only screen and (max-height: 720px) {
  .easy__categories .board__logotipo, .easy__products .board__logotipo {
    position: static;
  }
}
.easy__categories .contenido__products, .easy__products .contenido__products {
  position: relative;
  z-index: 1;
  min-height: 25vh;
  display: grid;
  gap: 0.5rem;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
}
.easy__categories .contenido__products > .text--paragraph, .easy__products .contenido__products > .text--paragraph {
  margin: 0;
}
.easy__categories .contenido__products > .stats--wrapper, .easy__products .contenido__products > .stats--wrapper {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas, .easy__products .contenido__products > .stats--wrapper .board__estadisticas {
  width: 100%;
  background: none;
  padding: 0;
  gap: 0.75rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item, .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item {
  width: auto;
  min-width: 0;
  padding: 0.7rem 1rem;
  border-radius: 0.85rem;
  color: white;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(1), .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(1) {
  color: white;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(2), .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(2) {
  color: white;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(3), .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(3) {
  color: white;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(4), .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(4) {
  color: white;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(5), .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item:nth-of-type(5) {
  color: white;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item:hover, .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item:hover {
  border-color: rgba(24, 225, 121, 0.6);
  color: #18E179;
  background: transparent;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--item.active, .easy__products .contenido__products > .stats--wrapper .board__estadisticas--item.active {
  border-color: rgba(24, 225, 121, 0.8);
  color: #18E179;
  background-color: rgba(24, 225, 121, 0.18);
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--text, .easy__products .contenido__products > .stats--wrapper .board__estadisticas--text {
  padding: 0;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--text .text, .easy__products .contenido__products > .stats--wrapper .board__estadisticas--text .text {
  width: auto;
}
.easy__categories .contenido__products > .stats--wrapper .board__estadisticas--text .text--paragraph, .easy__products .contenido__products > .stats--wrapper .board__estadisticas--text .text--paragraph {
  font-size: 0.95rem;
  opacity: 1;
  line-height: 1;
}
.easy__categories .contenido__products > .stats--wrapper .board__search--wrapper, .easy__products .contenido__products > .stats--wrapper .board__search--wrapper {
  width: 100%;
  order: 2;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .easy__categories .contenido__products > .stats--wrapper .board__estadisticas, .easy__products .contenido__products > .stats--wrapper .board__estadisticas {
    width: calc(100% - 21rem);
    flex-wrap: nowrap;
  }
  .easy__categories .contenido__products > .stats--wrapper .board__search--wrapper, .easy__products .contenido__products > .stats--wrapper .board__search--wrapper {
    width: 20rem;
    order: 1;
  }
}
.easy__categories .contenido__products--statistics, .easy__products .contenido__products--statistics {
  padding: 0.5rem;
  margin: 0;
  margin-top: 1rem;
  min-height: 0;
  width: 100%;
}
.easy__categories .contenido__products--statistics .board__store, .easy__products .contenido__products--statistics .board__store {
  gap: 1rem;
  padding: 1rem 0;
  padding-top: 0;
}
.easy__categories .contenido__products--statistics .board__store--wrapper, .easy__products .contenido__products--statistics .board__store--wrapper {
  padding: 0;
  grid-column: span 2;
}
.easy__categories .contenido__products--statistics .board__store--link, .easy__products .contenido__products--statistics .board__store--link {
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0;
  max-width: 7rem;
}
.easy__categories .contenido__products--statistics .board__store .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--icon {
  display: block;
  background: none;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 1rem;
}
.easy__categories .contenido__products--statistics .board__store .board__store--icon img, .easy__products .contenido__products--statistics .board__store .board__store--icon img {
  background: none;
  filter: invert(1);
  width: 3rem;
  max-width: none;
  margin: 0 auto;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item, .easy__products .contenido__products--statistics .board__store .board__store--item {
  width: auto;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
  border-radius: 1.75rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(1), .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(1) {
  background-color: rgba(107, 27, 248, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(1) .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(1) .board__store--icon {
  background-color: rgba(107, 27, 248, 0.5);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(1):hover, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(1):hover {
  background-color: #6B1BF8;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(1):hover .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(1):hover .board__store--icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(2), .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(2) {
  background-color: rgba(43, 54, 187, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(2) .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(2) .board__store--icon {
  background-color: rgba(43, 54, 187, 0.5);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(2):hover, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(2):hover {
  background-color: #2b36bb;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(2):hover .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(2):hover .board__store--icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(3), .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(3) {
  background-color: rgba(24, 225, 121, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(3) .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(3) .board__store--icon {
  background-color: rgba(24, 225, 121, 0.5);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover {
  background-color: #18E179;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover img, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover img {
  filter: none;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover .text--subtitle, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover .text--subtitle {
  color: #2c3137;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(3):hover .board__store--icon {
  background-color: rgba(44, 49, 55, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(4), .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(4) {
  background-color: rgba(255, 251, 90, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(4) .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(4) .board__store--icon {
  background-color: rgba(255, 251, 90, 0.5);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover {
  background-color: #fffb5a;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover img, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover img {
  filter: none;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover .text--subtitle, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover .text--subtitle {
  color: #2c3137;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(4):hover .board__store--icon {
  background-color: rgba(44, 49, 55, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(5), .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(5) {
  background-color: rgba(255, 152, 0, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(5) .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(5) .board__store--icon {
  background-color: rgba(255, 152, 0, 0.5);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(5):hover, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(5):hover {
  background-color: #ff9800;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(5):hover .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(5):hover .board__store--icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(6), .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(6) {
  background-color: rgba(221, 28, 71, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(6) .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(6) .board__store--icon {
  background-color: rgba(221, 28, 71, 0.5);
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(6):hover, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(6):hover {
  background-color: #dd1c47;
}
.easy__categories .contenido__products--statistics .board__store .board__store--item:nth-of-type(6):hover .board__store--icon, .easy__products .contenido__products--statistics .board__store .board__store--item:nth-of-type(6):hover .board__store--icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__categories .contenido__products--statistics .board__store .text--subtitle, .easy__products .contenido__products--statistics .board__store .text--subtitle {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  padding-bottom: 0;
}
.easy__categories .contenido__products--statistics .board__store .text--paragraph img, .easy__products .contenido__products--statistics .board__store .text--paragraph img {
  filter: invert(1);
}
.easy__categories .contenido__products--statistics > .text--paragraph, .easy__products .contenido__products--statistics > .text--paragraph {
  width: 100%;
  grid-column: span 2;
  color: white;
}
.easy__categories .contenido__products > .board__text--wrapper, .easy__products .contenido__products > .board__text--wrapper {
  grid-column: 1/-1;
  color: white;
  color: light-dark(#010210, white);
}
.easy__categories .contenido__products > .button__wrapper, .easy__products .contenido__products > .button__wrapper {
  grid-column: 1/-1;
}
.easy__categories .contenido__products > .button__wrapper .button__primary, .easy__products .contenido__products > .button__wrapper .button__primary {
  min-height: 6.4rem;
  padding: 1.25rem 1.5rem;
  border: 2px dashed #00d084;
  border-radius: 1.25rem;
  background: transparent;
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}
.easy__categories .contenido__products > .button__wrapper .button__primary::before, .easy__products .contenido__products > .button__wrapper .button__primary::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  background-color: white;
  -webkit-mask: url("../img/icons/icon-subir.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/icon-subir.svg") no-repeat center;
          mask: url("../img/icons/icon-subir.svg") no-repeat center;
  mask-size: contain;
  position: static;
  transform: none;
  flex-shrink: 0;
}
.easy__categories .contenido__products > .button__wrapper .button__primary::after, .easy__products .contenido__products > .button__wrapper .button__primary::after {
  display: none;
}
.easy__categories .contenido__products > .button__wrapper .button__primary:hover, .easy__products .contenido__products > .button__wrapper .button__primary:hover {
  background: rgba(24, 225, 121, 0.08);
  border-color: #00d084;
  color: white;
}
.easy__categories .contenido__products .board__content--product .board__image, .easy__products .contenido__products .board__content--product .board__image {
  max-width: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  width: auto;
  margin: 0;
  margin-right: 1rem;
}
.easy__categories .contenido__products .board__content--product .board__image img, .easy__products .contenido__products .board__content--product .board__image img {
  padding: 0;
}
.easy__categories .contenido__products .board__text--wrapper, .easy__products .contenido__products .board__text--wrapper {
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
}
.easy__categories .contenido__products .board__text--wrapper .text, .easy__products .contenido__products .board__text--wrapper .text {
  color: #010210;
}
.easy__categories .contenido__products .board__text--wrapper .text--title, .easy__products .contenido__products .board__text--wrapper .text--title {
  padding: 0.5rem;
}
.easy__categories .contenido__products .board__text--wrapper .button--wrapper, .easy__products .contenido__products .board__text--wrapper .button--wrapper {
  padding: 0.25rem;
  max-width: 30rem;
  gap: 1rem;
}
.easy__categories .contenido__products .board__text--wrapper .button--wrapper .button, .easy__products .contenido__products .board__text--wrapper .button--wrapper .button {
  margin: 0 auto;
  border-radius: 1.5rem;
  background: #6B1BF8;
  border: transparent;
  color: white;
  animation: purpleGlow 1s ease-in-out infinite alternate;
}
.easy__categories .contenido__products .board__text--wrapper .button--wrapper .button:hover, .easy__products .contenido__products .board__text--wrapper .button--wrapper .button:hover {
  transform: none;
  box-shadow: none;
  outline: 0.25rem solid rgba(107, 27, 248, 0.5);
  color: #6B1BF8;
  background: none;
}
.easy__categories .contenido__products .board__text--wrapper .button--wrapper .button img, .easy__products .contenido__products .board__text--wrapper .button--wrapper .button img {
  margin-left: 0.5rem;
  margin-right: 0;
  filter: invert(1);
}
@keyframes purpleGlow {
  0% {
    box-shadow: 0 0 0.25rem rgba(107, 27, 248, 0.15), inset 0 0 0.25rem rgba(255, 152, 0, 0.05);
  }
  100% {
    box-shadow: 0 0 1rem rgba(107, 27, 248, 0.75), inset 0 0 1.5rem rgba(255, 152, 0, 0.35);
  }
}
.easy__categories .contenido__products .button__wrapper .button:not(.button__primary), .easy__products .contenido__products .button__wrapper .button:not(.button__primary) {
  margin-bottom: 1rem;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: transparent;
  color: white;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.easy .form .board__input--switch {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.easy .form .board__input--switch > .input__label {
  margin: 0;
}
.easy .form .board__input--switch .input__label {
  position: static;
}
.easy .form .board__input--switch .input__label--text {
  color: #2c3137;
}
.easy .form .board__input--switch .input__label--variante {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.easy .form .board__input--switch .input__label--variante .board__input {
  display: block;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0;
  transition: 0.35s;
  transition-delay: 0.25s;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper .input__label {
  display: block;
  width: 50%;
  text-align: left;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper .input__label:last-of-type {
  text-align: right;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper input {
  text-align: center;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper:nth-child(n+1) .input__label:last-of-type {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper:nth-child(n+1) .input__label:last-of-type strong {
  width: calc(50% - 2rem);
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper:first-of-type .input__label strong {
  width: 100% !important;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper:first-of-type .input__label::after {
  display: none !important;
}
.easy .form .board__input--switch .input__label--variante .board__input--wrapper .button__delete {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: #dd1c47;
}
.easy .form .board__input--switch .input__label--variante .button.isDisabled {
  border: none;
  background-color: #d9d9d9;
  color: #bfbfbf;
  pointer-events: none;
}
.easy .form .board__input--switch .input__label--variante .button__wrapper {
  width: 100%;
  margin: 0;
  margin-top: 0.25rem;
}
.easy .form .board__input--switch .input__label--variante .color--wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy .form .board__input--switch .input__label--variante .color--wrapper input {
  width: calc(100% - 2rem);
}
.easy .form .board__input--switch .input__label--variante .color--wrapper .color {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-right: 0.5rem;
  background-color: transparent;
  border: 1px solid #2c3137;
  position: relative;
  cursor: pointer;
}
.easy .form .board__input--switch .input__label--variante .color--wrapper .color[data-color=none]::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1px;
  position: absolute;
  left: calc(50% - 0.5rem);
  top: 50%;
  opacity: 1;
  background-color: #2c3137;
  transform: rotate(45deg);
}
.easy .form .board__input--switch .input__label--variante .color--wrapper .color[data-color]:not([data-color=none])::before {
  display: none;
}
.easy .form .board__input--switch .switch {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  background-color: rgba(217, 217, 217, 0.75);
  border-radius: 1rem;
}
.easy .form .board__input--switch .switch:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.5rem);
  border-radius: 50%;
  transition: all 0.3s;
}
.easy .form .board__input:checked + .switch {
  background-color: rgba(43, 54, 187, 0.2);
}
.easy .form .board__input:checked + .switch::after {
  left: 1.45rem;
  background-color: #2b36bb;
}
.easy .form .board__input--wrapper .text--label {
  width: 100%;
  font-size: 0.875rem;
  margin: 1rem 0;
  padding: 0.2rem 0.75rem;
  position: relative;
  z-index: 1;
  color: #2b36bb;
  line-height: 1.2rem;
  line-height: 1.2lh;
  background: rgba(43, 54, 187, 0.2);
  border-radius: 0.35rem;
  text-align: center;
  display: inline-block;
}
.easy .form .board__input--wrapper > .text--subtitle {
  margin: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #010210;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 600;
  width: calc(100% - 1rem);
  text-align: left;
}
.easy .form .board__input--wrapper > .text--paragraph {
  padding: 0.35rem;
  opacity: 1;
  margin: 0;
  background: none;
  text-align: left;
  width: 100%;
  position: relative;
}
.easy .form .board__input--wrapper > .text--paragraph::before {
  display: block;
  content: "";
  width: calc(100% + 1rem);
  position: absolute;
  height: 100%;
  left: -0.5rem;
  top: 0;
  z-index: -1;
  background: rgba(43, 54, 187, 0.15);
}
.easy__products .form--wrapper {
  padding: 2rem 0;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
.easy__products .form .input__label:not(.input__label[for=input--foto]) {
  font-size: 0.875rem;
  color: #333333;
}
.easy__products .form .input__price {
  position: absolute;
  font-size: 2rem;
  right: 1rem;
  top: 0;
}
.easy__products .form .input--submit {
  width: calc(100% - 2rem);
  padding-top: 0;
  margin: 0 auto;
}
.easy__products .form .input--submit.button--wrapper {
  width: 100%;
  position: fixed;
  z-index: 11;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem;
  padding-bottom: 5rem;
  background-color: white;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 -1rem 1rem rgba(44, 49, 55, 0.1);
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .easy__products .form .input--submit.button--wrapper {
    max-width: 1024px;
    left: calc(50% - 512px);
  }
}
.easy__products .form .input--submit.button--wrapper .button {
  margin: 0;
}
.easy__products .form .input--submit.button--wrapper .button__cancelar {
  border-color: #2c3137;
  color: #2c3137;
  min-height: 2.5rem;
  margin-right: 0.5rem;
}
.easy__products .form .input--submit.button--wrapper .button__cancelar:hover {
  background-color: #2c3137;
  color: white;
}
.easy__products .form .input--submit.button--wrapper .button:only-child {
  margin: 0 auto;
}
.easy__products .form .dimensions-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.easy__products .form .dimensions-group .input__label {
  grid-column: span 3;
}
.easy__products .form .dimensions-group .board__input--wrapper {
  grid-column: span 1;
}
.easy__products .form .dimensions-group .board__input--wrapper::before {
  content: "CM";
  position: absolute;
  line-height: 1.5lh;
  font-size: 0.875rem;
  color: #010210;
  width: 2rem;
  height: 2.2rem;
  background: rgba(1, 2, 16, 0.1);
  font-weight: 500;
  border-radius: 0.25rem;
  right: 0.25rem;
  top: auto;
  bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__products .form .dimensions-group .board__input--wrapper .board__input {
  padding-right: 3rem;
}
.easy__products .form .board__input {
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  width: calc(100% - 2rem);
  color: #010210;
  border-radius: 0.5rem;
  background: rgba(217, 217, 217, 0.1);
}
.easy__products .form .board__input.autoresize + .autoresize-char-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.5rem auto;
  font-size: 0.75rem;
  color: #333333;
}
.easy__products .form .board__input.autoresize + .autoresize-char-wrapper span {
  font-size: 0.75rem;
  color: #333333;
}
.easy__products .form .board__input.autoresize.error {
  outline: 2px solid #dd1c47;
  border-color: transparent;
}
.easy__products .form .board__input.autoresize + .autoresize-char-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.5rem auto;
}
.easy__products .form .board__input.autoresize + .autoresize-char-wrapper.error .autoresize-char-remaining {
  color: #dd1c47;
}
.easy__products .form .board__input--foto {
  border: none;
  margin-bottom: 0.5rem;
}
.easy__products .form .board__input--foto .input {
  display: none;
}
.easy__products .form .board__input--foto .input__label {
  position: static;
  padding: 3rem;
  padding-top: 0;
  cursor: pointer;
}
.easy__products .form .board__input--foto.special {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  width: calc(100% - 2rem);
  left: 1rem;
}
.easy__products .form .board__input--foto.special .img__preview {
  width: 100%;
  margin: 0;
  height: 4rem;
  padding: 0.5rem;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px dashed #2c3137;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.easy__products .form .board__input--foto.special .img__preview--wrapper {
  width: 4rem;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__products .form .board__input--foto.special .file-name {
  background-color: #d9d9d9;
  color: #2c3137;
  position: relative;
  top: 0.5rem;
  left: auto;
  bottom: auto;
  width: 100%;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}
.easy__products .form .board__input--foto.special .file-name::before {
  left: 1rem;
  background-color: #d9d9d9;
  top: auto;
  bottom: -0.4rem;
}
.easy__products .form .board__input--foto.special .mobile__slider {
  width: calc(100% - 5rem);
}
.easy__products .form .board__input--foto.special .mobile__slider::before {
  left: 5rem;
  bottom: 1.25rem;
}
.easy__products .form .board__input--foto.special .mobile__slider::after {
  bottom: 1.25rem;
}
.easy__products .form .board__input--foto .board__text--wrapper {
  width: auto;
  max-width: 5rem;
  margin: 0;
  margin-right: 0.5rem;
}
.easy__products .form .board__input--foto .board__text--wrapper .board__text--paragraph {
  color: #2c3137;
}
.easy__products .form .board__input--wrapper {
  border: none;
  position: relative;
}
.easy__products .form .board__input--wrapper > .text--subtitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.easy__products .form .board__input--wrapper > .text--small {
  width: 100%;
  color: #2b36bb;
  font-size: 0.875rem;
  gap: 0.25rem;
  margin: 0;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__products .form .board__input--wrapper .button--add {
  margin: 0;
  min-width: 2rem;
  min-height: 2rem;
  font-weight: 400;
  border-color: #2b36bb;
  border-style: dashed;
  height: 2rem;
  text-transform: none;
  color: #2b36bb;
}
.easy__products .form .board__input--wrapper .button--add:hover, .easy__products .form .board__input--wrapper .button--add:active {
  background-color: #010210;
  color: white;
}
.easy__products .form .board__input--wrapper > .button {
  display: none;
  margin: 0.5rem auto;
}
.easy__products .form .board__input--wrapper img {
  max-width: 6rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.easy__products .form .board__input--wrapper img:not([src="img/preview.png"]) {
  max-width: 10rem;
}
.easy__products .form .board__input--wrapper .file-name {
  width: 85%;
  padding: 0.5rem;
  color: white;
  background-color: #2c3137;
  display: block;
  position: absolute;
  border-radius: 0.5rem;
  left: 7.5%;
  bottom: 1rem;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
.easy__products .form .board__input--wrapper .file-name::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #2c3137;
  transform: rotate(45deg);
  left: calc(50% - 0.5rem);
  top: -0.4rem;
}
.easy__products .form .board__input--wrapper .file-named {
  position: static;
  width: 10rem;
  height: 10rem;
  margin-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 1rem;
  border: 1px dashed #2c3137;
  color: #2c3137;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.3s;
}
.easy__products .form .board__input--wrapper .file-named::before {
  display: none;
}
.easy__products .form .board__input--wrapper .mobile__slider--category {
  padding: 0.5rem 1.25rem;
  padding-left: 0;
  margin: 0;
  width: calc(100% - 5rem);
  align-items: center;
}
.easy__products .form .board__input--wrapper .mobile__slider--category::before, .easy__products .form .board__input--wrapper .mobile__slider--category::after {
  display: block;
  width: 2rem;
  height: 4.5rem;
  z-index: 1;
  content: "";
  position: absolute;
  left: 4.5rem;
  bottom: 0;
  background: linear-gradient(90deg, white 0%, white 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
.easy__products .form .board__input--wrapper .mobile__slider--category::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, white 0%, white 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  position: relative;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item .board__text {
  width: 100%;
  text-align: center;
  color: #2c3137;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item .board__category {
  padding: 0;
  margin: 0;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item .board__category--wrapper {
  padding: 0.25rem;
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item .board__category--wrapper img {
  width: 3.5rem;
  height: 3.5rem;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item[data-category]::before {
  content: "";
  display: block;
  width: 2px;
  height: 2rem;
  margin-right: 1rem;
  font-size: 0.5rem;
  color: #2c3137;
  background-color: #d9d9d9;
  border-radius: 0.2rem;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .mobile__slider--item input:checked + label {
  border: 2px solid #F8411B;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .img__preview--wrapper[data-category=vermas] {
  width: 5rem;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .img__preview--wrapper[data-category=vermas]::before {
  content: "";
  display: block;
  width: 2px;
  height: 2rem;
  margin-right: 1rem;
  font-size: 0.5rem;
  color: #2c3137;
  background-color: #d9d9d9;
  border-radius: 0.2rem;
}
.easy__products .form .board__input--wrapper .mobile__slider--category .img__preview--wrapper[data-category=vermas] .img__preview {
  width: 4rem;
}
.easy__products .form .board__input--wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  width: 0;
  height: 2px;
  background: #2b36bb;
  transition: all 0.3s;
  z-index: 1;
}
.easy__products .form .board__input--wrapper.focus:not(.board__input--switch) .input__label {
  color: #2b36bb;
}
.easy__products .form .board__input--wrapper.focus:not(.board__input--switch) .board__input {
  background-color: rgba(43, 54, 187, 0.1);
}
.easy__products .form .board__input--wrapper.focus:not(.board__input--switch)::after {
  width: calc(100% - 1rem);
  left: 0.5rem;
}
.easy__products .form .board__input--wrapper.special--after::after {
  bottom: 2.5rem;
}
.easy__products .form .board__input--wrapper.show {
  display: flex;
}
.easy__products .form .board__input--wrapper.focus::before {
  background-color: #2b36bb;
  color: white;
}
.easy__products .form .board__input--wrapper.focus::after {
  width: calc(100% - 3rem);
  left: 2.5rem;
}
.easy__products .form .board__input--wrapper .text--wrapper {
  width: 100%;
  padding: 0.25rem !important;
  margin-top: 0.75rem;
  border: 1px solid rgba(1, 2, 16, 0.15);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  gap: 0.25rem;
  color: #010210;
  border-radius: 0.75rem;
}
.easy__products .form .board__input--wrapper .text--wrapper:hover, .easy__products .form .board__input--wrapper .text--wrapper:active {
  background-color: rgba(1, 2, 16, 0.1);
}
.easy__products .form .board__input--wrapper .text--wrapper .text--paragraph {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
}
.easy__products .form .board__input--wrapper .text--wrapper .text--paragraph:nth-of-type(odd) {
  width: 70%;
  padding-left: 2.5rem;
}
.easy__products .form .board__input--wrapper .text--wrapper .text--paragraph:nth-of-type(even) {
  width: calc(30% - 2.25rem);
  text-align: center;
}
.easy__products .form .board__input--wrapper .text--wrapper .text--paragraph span {
  width: 100%;
  font-size: 0.75rem;
  font-style: italic;
}
.easy__products .form .board__input--wrapper .text--wrapper .text--paragraph strong {
  width: 100%;
  font-weight: 600;
}
.easy__products .form .board__input--wrapper .text--wrapper:before {
  display: block;
  content: "";
  border-radius: 0.5rem;
  position: absolute;
  background-size: contain;
  left: 0.25rem;
  top: 0.25rem;
  width: 2rem;
  height: 2rem;
  background-color: var(--color);
}
.easy__products .form .board__input--wrapper .text--wrapper .button {
  width: 1.5rem;
  margin: 0;
  height: 1.5rem;
  margin-right: 0.25rem;
  padding: 0;
  min-height: 0;
  min-width: 0;
  border-radius: 50%;
  background-color: rgba(221, 28, 71, 0.1);
}
.easy__products .form .board__input--wrapper .text--wrapper .button img {
  width: 100%;
  height: 100%;
  padding: 0;
}
.easy__products .form .board__input--wrapper.empty {
  justify-content: center;
}
.easy__products .form .board__input--wrapper.empty .text--subtitle .button {
  display: none;
}
.easy__products .form .board__input--wrapper.empty > .button {
  display: block;
  border: 1px dashed #2b36bb;
  color: #2b36bb;
}
.easy__products .form .board__input--wrapper.empty > .button:hover, .easy__products .form .board__input--wrapper.empty > .button:active {
  background-color: #2b36bb;
  color: white;
}
.easy__products .form .board__input--wrapper .show {
  display: flex !important;
  justify-content: space-between;
  gap: 0.5rem;
}
.easy__products .form .board__input--visibilidad .input__label {
  color: #010210 !important;
  font-weight: 600;
  font-size: 1rem !important;
  text-transform: uppercase;
  opacity: 1 !important;
}
.easy__products .form .board__input--price {
  position: relative;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.easy__products .form .board__input--price.show {
  grid-column: span 12;
}
.easy__products .form .board__input--price::before {
  content: "$";
  position: absolute;
  line-height: 1.5lh;
  font-size: 1rem;
  color: #010210;
  font-weight: 500;
  width: 2rem;
  height: 2.2rem;
  background: rgba(1, 2, 16, 0.1);
  border-radius: 0.25rem;
  left: 0.75rem;
  top: auto;
  bottom: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__products .form .board__input--price .board__input {
  margin: 0;
  margin-top: 2rem;
  padding-left: 3rem;
}
.easy__products .form .board__input--price > .text--subtitle {
  margin: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #010210;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 600;
  width: calc(100% - 1rem);
  text-align: left;
}
.easy__products .form .board__input--price > .text--paragraph {
  padding: 0.35rem;
  opacity: 1;
  margin: 0;
  margin-bottom: 0.5rem;
  background: none;
  text-align: left;
  width: 100%;
  position: relative;
}
.easy__products .form .board__input--price > .text--paragraph::before {
  display: block;
  content: "";
  width: calc(100% + 1rem);
  position: absolute;
  height: 100%;
  left: -0.5rem;
  top: 0;
  z-index: -1;
  background: rgba(43, 54, 187, 0.15);
}
.easy__products .form .board__input--peso {
  display: none !important;
}
.easy__products .form .board__input--peso.show {
  display: flex !important;
  grid-column: span 12;
}
.easy__products .form .board__input--peso::before {
  content: "KG";
  position: absolute;
  line-height: 1.5lh;
  font-size: 0.875rem;
  color: #010210;
  font-weight: 500;
  width: 2rem;
  height: 2.25rem;
  background: rgba(1, 2, 16, 0.1);
  border-radius: 0.25rem;
  right: 0.75rem;
  top: auto;
  bottom: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__products .form .board__input--peso .board__input {
  padding-right: 3rem;
}
.easy__products .form .board__input--delete {
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  margin-bottom: 2.5rem !important;
}
.easy__products .form .board__input--delete .text--label {
  background-color: rgba(221, 28, 71, 0.1);
  color: #dd1c47;
  text-align: center;
}
.easy__products .form .board__input--delete .text--label::before {
  display: none;
}
.easy__products .form .board__input--shipping {
  display: none !important;
}
.easy__products .form .board__input--shipping.show {
  display: flex !important;
}
.easy__products .form .board__input--shipping .board__input--wrapper {
  padding: 0 !important;
}
.easy__products .form .board__input--shipping .board__input--wrapper::after {
  bottom: 0;
}
.easy__products .form .board__input--shipping .board__input--wrapper.focus:after {
  width: 100%;
  left: 0;
}
.easy__products .form .board__input--pdf .board__input--wrapper {
  padding: 0 !important;
}
.easy__products .form .board__input--color .text--wrapper:before {
  border: 0.25rem solid white;
}
.easy__products .form .board__input--lista .text--wrapper:before {
  background-image: url("../img/icons/icon-addshape.svg");
}
.easy__products .form .board__input--texto .text--wrapper:before {
  background-image: url("../img/icons/icon-addtag.svg");
}
.easy__products .form .board__input--imagenes .text--wrapper:before {
  background-image: url("../img/icons/icon-addphoto.svg");
}
.easy__products .form--contenido {
  overflow: hidden;
}
.easy__products--agregar {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.easy__products--agregar .contenido__products {
  padding-top: 0;
}
.easy__products--agregar .form {
  padding-bottom: 4.5rem;
}
.easy__products--agregar .form .form--wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.5rem;
}
.easy__products--agregar .form .form--wrapper > * {
  grid-column: span 12;
}
.easy__products--agregar .form .form--wrapper .board__input--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider {
  padding: 1rem;
  align-items: stretch;
  gap: 0.25rem;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider::before {
  display: none;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider--item[data-category] {
  align-items: stretch;
  padding: 0.25rem;
  margin: 0;
  scroll-snap-align: unset;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider--item[data-category]:before {
  display: none;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider--item[data-category]:nth-child(2):before {
  display: none;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider--item[data-category]:hover .board__category--wrapper {
  border-color: #2c3137;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider .board__category--wrapper {
  text-align: center;
  font-size: 0.875rem;
  padding: 0.5rem;
  align-content: center;
  max-width: 15rem;
}
.easy__products--agregar .form .form--wrapper .board__input--category .mobile__slider .board__category--wrapper img {
  margin: 0.5rem auto;
}
.easy__products--agregar .form .form--wrapper .board__section {
  padding: 0.75rem;
  margin: 0;
  background-color: rgba(217, 217, 217, 0.2);
  border-bottom: 1px solid rgba(1, 2, 16, 0.1);
}
.easy__products--agregar .form .form--wrapper .board__section .board__input--titular {
  margin-bottom: 0;
  padding: 0.25rem 0;
  gap: 0.25rem;
}
.easy__products--agregar .form .form--wrapper .board__section .board__input--titular .input__label {
  padding: 0;
  margin: 0 !important;
  font-weight: 600;
}
.easy__products--agregar .form .form--wrapper .board__section .board__input--titular .text--paragraph {
  font-size: 0.875rem;
  padding: 0;
  color: #010210;
  font-weight: 400;
}
.easy__products--agregar .form .form--wrapper .board__section .board__input--titular::after {
  left: auto;
  right: 0.5rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background: url("../img/icons/icon-arrow.svg") no-repeat center;
  background-size: contain;
  filter: invert(1);
  transform: rotate(90deg);
}
.easy__products--agregar .form .form--wrapper .board__section[open] summary {
  margin-bottom: 0.5rem !important;
}
.easy__products--agregar .form .form--wrapper .board__section[open] summary::after {
  transform: rotate(-90deg);
}
.easy__products--agregar .form .form--wrapper .board__section .board__input--switch {
  border-bottom: 1px solid rgba(1, 2, 16, 0.1);
  margin-top: 0.25rem;
}
.easy__products--agregar .form .form--wrapper .board__section .board__section--wrapper {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid rgba(1, 2, 16, 0.1);
  margin-bottom: 0.5rem;
}
.easy__products--agregar .form .button--add {
  width: auto;
  margin: 0;
  padding: 0.5rem;
}
.easy__products--agregar .form .board__input--wrapper:not(.board__input--switch) .input__label {
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  color: #010210 !important;
  line-height: 1.25rem;
}
.easy__products--agregar .form .board__input--wrapper:not(.board__input--switch) .input__label:nth-of-type(odd) {
  width: calc(70% - 0.25rem);
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.easy__products--agregar .form .board__input--wrapper:not(.board__input--switch) .input__label:nth-of-type(even) {
  width: calc(30% - 0.25rem);
  justify-content: center;
  margin-bottom: 0.5rem;
}
.easy__products--agregar .form .board__input--wrapper:not(.board__input--switch) .input__label:only-of-type {
  width: 100%;
}
.easy__products--agregar .form--wrapper {
  padding-bottom: 5rem;
  padding-top: 0;
}
.easy__products--agregar .form--contenido.animate {
  position: relative;
}
.easy__products--agregar .form--contenido.animate::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/generate-back.svg") repeat;
  background-color: white;
  background-size: 82%;
  opacity: 0.85;
}
.easy__products--agregar .form--contenido.generando::before {
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__products--agregar .form--contenido.generando::after {
  content: "";
  display: block;
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 400;
  color: white;
  z-index: 13;
  padding-top: 5rem;
  background: url("../img/loading.svg") no-repeat top center;
  background-size: 4.5rem;
  filter: invert(1);
  animation: puntos 3s linear infinite;
}
@keyframes puntos {
  0% {
    content: "Analizando tu producto.";
  }
  15% {
    content: "Analizando tu producto..";
  }
  30% {
    content: "Analizando tu producto...";
  }
  45% {
    content: "Generando detalles";
  }
  60% {
    content: "Generando detalles..";
  }
  75% {
    content: "Generando detalles...";
  }
  90% {
    content: "Sugiriendo categoría.";
  }
  100% {
    content: "Sugiriendo categoría..";
  }
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  background-color: rgba(217, 217, 217, 0.2);
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .button--wrapper {
  gap: 0.75rem;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .button--wrapper .button {
  width: 100%;
  margin: 0;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .board__text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .board__text--header {
  padding: 1rem;
  justify-content: space-between;
  background-color: rgba(24, 225, 121, 0.1);
  color: #18E179;
  font-size: 1.25rem;
  font-weight: 600;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .board__text--title {
  font-weight: 600;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .board__text--title img {
  width: 1.5rem;
  height: 1.5rem;
}
.easy__pedidos .contenido--wrapper .board__store .board__store--item .board__text--wrapper .board__text strong {
  min-width: 6rem;
}
.easy__pedidos .contenido--wrapper .board__store .text--paragraph span {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  color: #dd1c47;
  text-align: right;
}
.easy__pedidos .contenido--wrapper .board__store .text--paragraph img {
  filter: invert(1);
}
.easy__pedidos .contenido--wrapper .board__store .text--tips {
  font-size: 0.75rem;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 0.25rem;
  color: inherit;
  color: #62b864;
  background-color: rgba(98, 184, 100, 0.1);
  border-radius: 0.25rem;
  margin: 0.5rem auto;
}
.easy__pedidos .contenido--wrapper .board__store--wrapper {
  padding: 0 0.5rem;
  grid-column: span 2;
}
.easy__pedidos .contenido--wrapper .board__store--wrapper[data-status="1"] .button__secondary.whatsapp, .easy__pedidos .contenido--wrapper .board__store--wrapper[data-status="1"] .button__primary__secondary.whatsapp {
  background-color: #62b864;
  color: white;
}
.easy__pedidos .contenido--wrapper .board__store--wrapper[data-status="1"] .text--paragraph span.confirmado {
  color: #008c5e;
}
.easy__pedidos .contenido--wrapper .board__store--wrapper[data-confirm="1"] .board__store--item {
  border: 1px solid #008c5e;
  background-color: rgba(98, 184, 100, 0.1);
}
.easy__pedidos .contenido--wrapper .board__store--wrapper[data-confirm="1"] .button__secondary.whatsapp, .easy__pedidos .contenido--wrapper .board__store--wrapper[data-confirm="1"] .button__primary__secondary.whatsapp {
  background-color: #62b864;
  color: white;
}
.easy__pedidos .contenido--wrapper .board__store--wrapper[data-confirm="1"] .text--paragraph span.confirmado {
  color: #008c5e;
}
.easy__pedidos .contenido--wrapper .board__store--wrapper[data-status="0"] .board__store--item {
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid #F8411B;
}
.easy__pedidos .contenido--wrapper .board__store--link:not(:first-child) {
  flex-wrap: wrap;
}
.easy__pedidos .contenido--wrapper .board__store--link .text--paragraph {
  width: 100%;
  text-align: right;
}
.easy .board__store--wrapper {
  padding: 1rem;
  padding-bottom: 0;
}
.easy .board__store--item {
  margin-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  cursor: default;
}
@media only screen and (min-width: 720px) {
  .easy .board__store--item:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.easy .board__store--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy .board__store--link .text--paragraph {
  width: 25%;
}
.easy .board__store--link.special .board__store--icon {
  width: calc(100% - 10rem);
  flex-wrap: wrap;
}
.easy .board__store--link.special .text--paragraph {
  max-width: 9rem;
  width: 100%;
}
.easy .board__store--link.special .text--upper {
  width: 100%;
}
.easy .board__store--icon {
  width: 100%;
  display: flex;
  align-items: center;
}
.easy .board__store--icon img {
  max-width: 3rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.easy .board__store .text--subtitle {
  font-size: 1.25rem;
  color: white;
}
.easy .board__store .text--paragraph {
  font-size: 1rem;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  width: auto;
  min-width: 3rem;
}
.easy .board__store .text--paragraph img {
  width: 2rem;
  transition: all 0.35s;
}
.easy .board__store .text--paragraph.special {
  justify-content: flex-start;
}
.easy__oops {
  position: relative;
  width: 100%;
}
.easy__oops .board__main {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .easy__oops {
    min-height: 99vh;
  }
  .easy__oops footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.easy__oops .board__logo--wrapper {
  max-width: 8rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 1rem;
  position: relative;
  display: block;
}
.easy__oops .board__logo--wrapper img {
  width: 100%;
  margin-top: 2rem;
}
.easy__oops .nubes {
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  max-height: 35vh;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.25;
  animation: nubes 25s linear infinite;
}
@keyframes nubes {
  0% {
    left: -30%;
  }
  100% {
    left: 50%;
  }
}
.easy__oops .globo {
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 15rem;
}
.easy__oops .text {
  color: white;
}
.easy__oops .text--title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 2rem auto;
  padding: 0 1rem;
}
.easy__oops .text--subtitle {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.easy__oops .button {
  max-width: 15rem;
  margin: 1rem auto;
  min-height: 2.5rem;
  font-size: 1.25rem;
  color: white;
}
.easy__oops .button:hover {
  color: #010210;
}
.easy__editnegocio, .easy__profile {
  background-color: #010210;
  padding: 0.5rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.easy__editnegocio .content, .easy__profile .content {
  background-position: center;
  background-size: cover;
}
.easy__editnegocio > .content .board__logotipo, .easy__profile > .content .board__logotipo {
  min-height: 0;
  margin-bottom: 1rem;
  margin-top: 2rem;
  transition: all 0.35s;
}
.easy__editnegocio > .content .board__logotipo img, .easy__profile > .content .board__logotipo img {
  cursor: pointer;
}
.easy__editnegocio > .content .board__logotipo--wrapper, .easy__profile > .content .board__logotipo--wrapper {
  margin: 0 auto;
  margin-top: 3rem;
  width: 100%;
  width: 9rem;
  height: 9rem;
}
.easy__editnegocio > .content .board__logotipo--wrapper:hover, .easy__profile > .content .board__logotipo--wrapper:hover {
  transform: scale(1.05);
}
.easy__editnegocio > .content .board__logotipo .file-name, .easy__profile > .content .board__logotipo .file-name {
  display: block;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}
.easy__editnegocio > .content .board__logotipo .file-name .text, .easy__profile > .content .board__logotipo .file-name .text {
  display: block;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  background-color: white;
  max-width: 70%;
  line-height: 1.25rem;
  margin: 1rem auto;
  border-radius: 0.5rem;
}
.easy__editnegocio > .content .board__logotipo .file-name .text::after, .easy__profile > .content .board__logotipo .file-name .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: white;
  transform: rotate(45deg);
  left: calc(50% - 0.5rem);
  top: -0.4rem;
}
.easy__editnegocio > .content .board__logotipo .board__text--error, .easy__profile > .content .board__logotipo .board__text--error {
  color: red;
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  margin: 0.25rem auto;
  background: rgba(255, 0, 0, 0.2);
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.easy__editnegocio > .content .board__input, .easy__profile > .content .board__input {
  display: none;
}
.easy__editnegocio > .content .board__text--wrapper, .easy__profile > .content .board__text--wrapper {
  margin: 1rem auto;
  margin-bottom: 0;
  justify-content: center;
  text-align: center !important;
}
.easy__editnegocio > .content .board__text--title, .easy__profile > .content .board__text--title {
  color: #010210;
  display: flex;
  align-items: center;
}
.easy__editnegocio > .content .board__text--title img, .easy__profile > .content .board__text--title img {
  max-width: 4rem;
}
.easy__editnegocio > .content .board__store, .easy__profile > .content .board__store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 480px) {
  .easy__editnegocio > .content .board__store, .easy__profile > .content .board__store {
    padding: 1rem;
  }
}
.easy__editnegocio > .content .board__store.mobile__slider, .easy__profile > .content .board__store.mobile__slider {
  flex-wrap: nowrap;
  justify-content: center;
}
.easy__editnegocio > .content .board__store--item, .easy__profile > .content .board__store--item {
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0.35rem 0.5rem;
  position: relative;
}
.easy__editnegocio > .content .board__store--item:first-of-type .text, .easy__profile > .content .board__store--item:first-of-type .text {
  opacity: 1;
}
.easy__editnegocio > .content .board__store--item:last-of-type::after, .easy__profile > .content .board__store--item:last-of-type::after {
  display: none;
}
.easy__editnegocio > .content .board__store--item .edit-button, .easy__profile > .content .board__store--item .edit-button {
  background-color: white;
  border-radius: 0.5rem;
  filter: invert(1);
}
.easy__editnegocio > .content .board__store--item .edit-button:hover, .easy__profile > .content .board__store--item .edit-button:hover {
  background-color: white;
}
.easy__editnegocio > .content .board__store--item ul, .easy__profile > .content .board__store--item ul {
  width: 100%;
}
.easy__editnegocio > .content .board__store--item.rubros__list .board__store--icon .text--subtitle, .easy__profile > .content .board__store--item.rubros__list .board__store--icon .text--subtitle {
  width: 100%;
}
.easy__editnegocio > .content .board__store--item.new::before, .easy__profile > .content .board__store--item.new::before {
  display: block;
  content: "New";
  color: #010210;
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 0.25rem;
  background: #fffb5a;
}
.easy__editnegocio > .content .board__store--item[data-item], .easy__profile > .content .board__store--item[data-item] {
  flex-wrap: nowrap;
  border-radius: 1rem;
  padding: 1rem 0rem;
  padding-bottom: 1.25rem;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.easy__editnegocio > .content .board__store--item[data-item]:last-of-type, .easy__profile > .content .board__store--item[data-item]:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1rem !important;
}
.easy__editnegocio > .content .board__store--item[data-item]:only-of-type, .easy__profile > .content .board__store--item[data-item]:only-of-type {
  padding: 0 0.25rem !important;
}
.easy__editnegocio > .content .board__store--item[data-item] .board__img, .easy__profile > .content .board__store--item[data-item] .board__img {
  width: 8rem;
  height: 8rem;
  padding: 1.25rem;
  background: white;
}
.easy__editnegocio > .content .board__store--item[data-item] .button, .easy__profile > .content .board__store--item[data-item] .button {
  max-width: 12rem;
  margin-top: 0.5rem;
  background-color: transparent;
  border: 1px dashed #18E179;
  border-radius: 1.5rem;
  color: #18E179;
  filter: none;
  width: auto;
  width: -moz-max-content;
  width: max-content;
}
.easy__editnegocio > .content .board__store--item[data-item] .button:hover, .easy__profile > .content .board__store--item[data-item] .button:hover {
  background-color: rgba(24, 225, 121, 0.8);
  color: #010210;
}
.easy__editnegocio > .content .board__store--item[data-item] .button img, .easy__profile > .content .board__store--item[data-item] .button img {
  height: 1.5rem;
  max-height: none;
  display: block;
  max-width: none;
  margin: 0;
  margin-left: 0.5rem;
}
.easy__editnegocio > .content .board__store--item[data-item] .button.active, .easy__profile > .content .board__store--item[data-item] .button.active {
  background-color: #18E179;
  color: #2c3137;
}
.easy__editnegocio > .content .board__store--item[data-item] .button.active:hover, .easy__profile > .content .board__store--item[data-item] .button.active:hover {
  background-color: rgb(88.2831325301, 237.2168674699, 160.156626506);
}
.easy__editnegocio > .content .board__store--item[data-item] .text, .easy__profile > .content .board__store--item[data-item] .text {
  margin: 0;
  line-height: 1.2rem;
  line-height: 1.2lh;
}
.easy__editnegocio > .content .board__store--item[data-item] .text--upper, .easy__profile > .content .board__store--item[data-item] .text--upper {
  opacity: 0.75;
}
.easy__editnegocio > .content .board__store--item[data-item] .text--upper span, .easy__profile > .content .board__store--item[data-item] .text--upper span {
  font-style: italic;
  color: #18E179;
}
.easy__editnegocio > .content .board__store--item[data-item] > .board__img, .easy__profile > .content .board__store--item[data-item] > .board__img {
  background: none;
  padding: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 720px) {
  .easy__editnegocio > .content .board__store--item[data-item], .easy__profile > .content .board__store--item[data-item] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container, .easy__profile > .content .board__store--item[data-item] .address-edit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  display: none;
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container .board__input--wrapper, .easy__profile > .content .board__store--item[data-item] .address-edit-container .board__input--wrapper {
  padding: 0 !important;
  width: 100%;
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container .board__text--wrapper, .easy__profile > .content .board__store--item[data-item] .address-edit-container .board__text--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0;
  position: relative;
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container .board__text--wrapper .edit-input, .easy__profile > .content .board__store--item[data-item] .address-edit-container .board__text--wrapper .edit-input {
  margin: 0;
  padding-right: 5.75rem;
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container .board__text--wrapper .button, .easy__profile > .content .board__store--item[data-item] .address-edit-container .board__text--wrapper .button {
  margin: 0;
  position: absolute;
  padding: 0.25rem 0.5rem;
  min-height: 0;
  right: 0.35rem;
  bottom: 0.875rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: #18E179;
  border: none;
  color: #010210;
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container #map-address-display, .easy__profile > .content .board__store--item[data-item] .address-edit-container #map-address-display {
  margin-bottom: 0.5rem;
}
.easy__editnegocio > .content .board__store--item[data-item] .address-edit-container:first-of-type .board__text--wrapper, .easy__profile > .content .board__store--item[data-item] .address-edit-container:first-of-type .board__text--wrapper {
  margin-bottom: 240px;
}
@media only screen and (min-width: 720px) {
  .easy__editnegocio > .content .board__store--item[data-item] .address-edit-container:first-of-type .board__text--wrapper, .easy__profile > .content .board__store--item[data-item] .address-edit-container:first-of-type .board__text--wrapper {
    margin-bottom: 500px;
  }
}
.easy__editnegocio > .content .board__store--item[data-item=correo] .text--subtitle, .easy__editnegocio > .content .board__store--item[data-item=telefono] .text--subtitle, .easy__profile > .content .board__store--item[data-item=correo] .text--subtitle, .easy__profile > .content .board__store--item[data-item=telefono] .text--subtitle {
  opacity: 0.5;
  font-style: italic;
  pointer-events: none;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas], .easy__profile > .content .board__store--item[data-item*=destacadas] {
  flex-wrap: wrap;
  justify-content: space-between;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .board__store--icon, .easy__profile > .content .board__store--item[data-item*=destacadas] .board__store--icon {
  width: calc(100% - 2.5rem);
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .board__input--switch, .easy__profile > .content .board__store--item[data-item*=destacadas] .board__input--switch {
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: auto;
  border: none;
  padding: 0;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .board__input--galeria, .easy__profile > .content .board__store--item[data-item*=destacadas] .board__input--galeria {
  width: 100%;
  display: none;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas] .gallery-counter {
  font-size: 0.875rem;
  opacity: 1;
  margin-left: 0.25rem;
  font-weight: normal;
  color: #d9d9d9;
  margin-left: 0.5rem;
  transition: color 0.3s ease;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas][data-gallery-count="0"] .gallery-counter, .easy__editnegocio > .content .board__store--item[data-item*=destacadas][data-gallery-count="1"] .gallery-counter, .easy__editnegocio > .content .board__store--item[data-item*=destacadas][data-gallery-count="2"] .gallery-counter, .easy__editnegocio > .content .board__store--item[data-item*=destacadas][data-gallery-count="3"] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas][data-gallery-count="0"] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas][data-gallery-count="1"] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas][data-gallery-count="2"] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas][data-gallery-count="3"] .gallery-counter {
  color: #7f8c8d;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas][data-gallery-count="4"] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas][data-gallery-count="4"] .gallery-counter {
  color: #ff9800;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas][data-gallery-count="5"] .gallery-counter, .easy__profile > .content .board__store--item[data-item*=destacadas][data-gallery-count="5"] .gallery-counter {
  color: #dd1c47;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider {
  max-width: 100%;
  overflow: auto;
  gap: 1rem;
  padding: 1rem 0 !important;
  margin: 0;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider--item, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider--item {
  margin: 0;
  padding: 0.25rem !important;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: default;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider--item img, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.75rem;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider--add, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider--add {
  border: 1px dashed #18E179 !important;
  color: #18E179;
  outline: none !important;
  cursor: pointer;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider--add:hover, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider--add:hover {
  background-color: rgba(24, 225, 121, 0.35);
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider--add.disabled, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider--add.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider--add.disabled .board__galeria--add, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider--add.disabled .board__galeria--add {
  color: rgba(255, 255, 255, 0.3);
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider .delete-button, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider .delete-button {
  content: "x";
  font-size: 1rem;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  top: -0.35rem;
  right: -0.5rem;
  border: 2px solid white;
  background-color: #dd1c47;
  color: white;
  z-index: 1;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] .mobile__slider .delete-button:hover, .easy__profile > .content .board__store--item[data-item*=destacadas] .mobile__slider .delete-button:hover {
  transform: scale(1.4);
  opacity: 1;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(1, 2, 16, 0.1);
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] input:checked ~ .board__input--galeria, .easy__profile > .content .board__store--item[data-item*=destacadas] input:checked ~ .board__input--galeria {
  display: block;
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] input:checked ~ .board__input--switch .switch, .easy__profile > .content .board__store--item[data-item*=destacadas] input:checked ~ .board__input--switch .switch {
  background-color: rgba(24, 225, 121, 0.2);
}
.easy__editnegocio > .content .board__store--item[data-item*=destacadas] input:checked ~ .board__input--switch .switch::after, .easy__profile > .content .board__store--item[data-item*=destacadas] input:checked ~ .board__input--switch .switch::after {
  left: 1.45rem;
  background-color: #18E179;
}
.easy__editnegocio > .content .board__store--item[data-item=telefono], .easy__profile > .content .board__store--item[data-item=telefono] {
  margin-bottom: 0;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-codigos] .board__store--icon img, .easy__profile > .content .board__store--item[data-item=icon-codigos] .board__store--icon img {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  max-width: none;
  border-radius: 0.5rem;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-codigos] .text--subtitle, .easy__profile > .content .board__store--item[data-item=icon-codigos] .text--subtitle {
  margin: 0;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-codigos] .text--subtitle::before, .easy__profile > .content .board__store--item[data-item=icon-codigos] .text--subtitle::before {
  display: none;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-codigos] a, .easy__profile > .content .board__store--item[data-item=icon-codigos] a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-codigos] .button--create, .easy__profile > .content .board__store--item[data-item=icon-codigos] .button--create {
  justify-content: center;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-whatsapp2], .easy__profile > .content .board__store--item[data-item=icon-whatsapp2] {
  flex-wrap: wrap;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-whatsapp2] .board__store--icon, .easy__profile > .content .board__store--item[data-item=icon-whatsapp2] .board__store--icon {
  flex: 1;
  min-width: 0;
  width: auto;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-whatsapp2] .board__input--switch, .easy__profile > .content .board__store--item[data-item=icon-whatsapp2] .board__input--switch {
  width: 100%;
  margin-top: 1rem !important;
  border: none;
  padding-bottom: 0 !important;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-envioclick] .button, .easy__editnegocio > .content .board__store--item[data-item=icon-skydropx] .button, .easy__editnegocio > .content .board__store--item[data-item=icon-stripe] .button, .easy__profile > .content .board__store--item[data-item=icon-envioclick] .button, .easy__profile > .content .board__store--item[data-item=icon-skydropx] .button, .easy__profile > .content .board__store--item[data-item=icon-stripe] .button {
  background-color: transparent;
  color: #18E179;
  border: 1px dashed #18E179;
}
.easy__editnegocio > .content .board__store--item[data-item=icon-envioclick] .button:hover, .easy__editnegocio > .content .board__store--item[data-item=icon-skydropx] .button:hover, .easy__editnegocio > .content .board__store--item[data-item=icon-stripe] .button:hover, .easy__profile > .content .board__store--item[data-item=icon-envioclick] .button:hover, .easy__profile > .content .board__store--item[data-item=icon-skydropx] .button:hover, .easy__profile > .content .board__store--item[data-item=icon-stripe] .button:hover {
  background-color: #18E179;
  color: #010210;
}
.easy__editnegocio > .content .board__store--item[data-item=shipping-priority] .edit-input, .easy__profile > .content .board__store--item[data-item=shipping-priority] .edit-input {
  width: 100%;
}
.easy__editnegocio > .content .board__store--item[data-item=planes], .easy__editnegocio > .content .board__store--item[data-item=rubro], .easy__editnegocio > .content .board__store--item[data-item=tiponegocio], .easy__profile > .content .board__store--item[data-item=planes], .easy__profile > .content .board__store--item[data-item=rubro], .easy__profile > .content .board__store--item[data-item=tiponegocio] {
  min-height: 8rem;
  margin: 0;
  max-width: 20rem;
  flex-wrap: wrap;
  gap: 1rem;
  width: calc(50% - 1rem);
  background-color: rgba(44, 49, 55, 0.5);
}
.easy__editnegocio > .content .board__store--item[data-item=planes] .edit-button, .easy__editnegocio > .content .board__store--item[data-item=rubro] .edit-button, .easy__editnegocio > .content .board__store--item[data-item=tiponegocio] .edit-button, .easy__profile > .content .board__store--item[data-item=planes] .edit-button, .easy__profile > .content .board__store--item[data-item=rubro] .edit-button, .easy__profile > .content .board__store--item[data-item=tiponegocio] .edit-button {
  border-radius: 1rem;
  font-size: 1rem;
  margin: 0.5rem auto;
  color: #010210;
  background: none;
  border: 1px solid #010210;
  padding: 0.35rem 0.75rem;
  filter: none;
}
.easy__editnegocio > .content .board__store--item[data-item=planes] .edit-button:hover, .easy__editnegocio > .content .board__store--item[data-item=rubro] .edit-button:hover, .easy__editnegocio > .content .board__store--item[data-item=tiponegocio] .edit-button:hover, .easy__profile > .content .board__store--item[data-item=planes] .edit-button:hover, .easy__profile > .content .board__store--item[data-item=rubro] .edit-button:hover, .easy__profile > .content .board__store--item[data-item=tiponegocio] .edit-button:hover {
  background-color: #010210;
  color: white;
}
.easy__editnegocio > .content .board__store--item[data-item=planes] .board__store--icon .text, .easy__editnegocio > .content .board__store--item[data-item=rubro] .board__store--icon .text, .easy__editnegocio > .content .board__store--item[data-item=tiponegocio] .board__store--icon .text, .easy__profile > .content .board__store--item[data-item=planes] .board__store--icon .text, .easy__profile > .content .board__store--item[data-item=rubro] .board__store--icon .text, .easy__profile > .content .board__store--item[data-item=tiponegocio] .board__store--icon .text {
  margin: 0;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.easy__editnegocio > .content .board__store--item[data-item=clabe], .easy__profile > .content .board__store--item[data-item=clabe] {
  margin-bottom: 0;
}
.easy__editnegocio > .content .board__store--item .button.isDisabled, .easy__profile > .content .board__store--item .button.isDisabled {
  background-color: transparent !important;
}
.easy__editnegocio > .content .board__store .board__input--switch, .easy__profile > .content .board__store .board__input--switch {
  margin: 0 !important;
  justify-content: space-between;
  width: 100%;
  color: #18E179;
  border-bottom: 1px solid rgba(24, 225, 121, 0.25);
}
.easy__editnegocio > .content .board__store .board__input--switch .switch, .easy__profile > .content .board__store .board__input--switch .switch {
  margin: 0;
}
.easy__editnegocio > .content .board__store .board__input--switch .input__label, .easy__profile > .content .board__store .board__input--switch .input__label {
  margin: 0;
}
.easy__editnegocio > .content .board__store .board__input--switch input:checked + .switch, .easy__profile > .content .board__store .board__input--switch input:checked + .switch {
  background-color: rgba(24, 225, 121, 0.2);
}
.easy__editnegocio > .content .board__store .board__input--switch input:checked + .switch::after, .easy__profile > .content .board__store .board__input--switch input:checked + .switch::after {
  left: 1.45rem;
  background-color: #18E179;
}
.easy__editnegocio > .content .board__store .text--upper, .easy__profile > .content .board__store .text--upper {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  opacity: 1;
  font-weight: 400;
  color: white;
}
.easy__editnegocio > .content .board__store .text--subtitle, .easy__profile > .content .board__store .text--subtitle {
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: white;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.easy__editnegocio > .content .board__store .text--subtitle input, .easy__profile > .content .board__store .text--subtitle input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background: none;
  font-weight: 400;
  font-size: 1rem;
}
.easy__editnegocio > .content .board__store .text--subtitle > span, .easy__profile > .content .board__store .text--subtitle > span {
  font-weight: 400;
  font-style: italic;
  opacity: 0.35;
}
.easy__editnegocio > .content .board__store .text--paragraph, .easy__profile > .content .board__store .text--paragraph {
  width: auto !important;
  cursor: pointer;
}
.easy__editnegocio > .content .board__store .text .cover-preview, .easy__profile > .content .board__store .text .cover-preview {
  width: 5rem;
  height: 4rem;
  margin-left: 0.35rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
  border-radius: 0.5rem;
  background-color: #010210;
}
.easy__editnegocio > .content .board__store .text.text--warning, .easy__profile > .content .board__store .text.text--warning {
  color: #dd1c47;
}
.easy__editnegocio > .content .board__store--icon, .easy__profile > .content .board__store--icon {
  flex-wrap: wrap;
  gap: 0.25rem;
}
.easy__editnegocio > .content .board__store--icon .edit-input, .easy__profile > .content .board__store--icon .edit-input {
  min-height: 2.5rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  color: white;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.easy__editnegocio > .content .board__store--icon .edit-input:focus, .easy__profile > .content .board__store--icon .edit-input:focus {
  border-color: #18E179;
}
.easy__editnegocio > .content .board__store--icon .edit-input label, .easy__profile > .content .board__store--icon .edit-input label {
  margin-left: 0.5rem;
}
.easy__editnegocio > .content .board__store--icon .error, .easy__profile > .content .board__store--icon .error {
  position: relative;
}
.easy__editnegocio > .content .board__store--icon .error::after, .easy__profile > .content .board__store--icon .error::after {
  content: "Completar";
  font-size: 0.75rem;
  color: #dd1c47;
  position: absolute;
  right: 0;
  top: 0.4rem;
}
.easy__editnegocio > .content .board__store--icon .error input, .easy__profile > .content .board__store--icon .error input {
  border-color: #dd1c47;
}
.easy__editnegocio > .content .board__form .board__store--wrapper, .easy__profile > .content .board__form .board__store--wrapper {
  padding: 0;
  padding-bottom: 7rem;
}
.easy__editnegocio > .content .board__form .button, .easy__profile > .content .board__form .button {
  width: 100%;
}
.easy__editnegocio > .content .board__form .button__cancelar, .easy__profile > .content .board__form .button__cancelar {
  width: 100%;
  padding: 0.75rem;
}
.easy__editnegocio > .content .board__form .contenido__products, .easy__profile > .content .board__form .contenido__products {
  padding: 0;
}
.easy__editnegocio > .content .board__form .contenido__products details .board__store.mobile__slider, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__store.mobile__slider, .easy__profile > .content .board__form .contenido__products details .board__store.mobile__slider, .easy__profile > .content .board__form .contenido__products .board__section .board__store.mobile__slider {
  gap: 1rem;
}
.easy__editnegocio > .content .board__form .contenido__products details .board__store.mobile__slider .board__store--item, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__store.mobile__slider .board__store--item, .easy__profile > .content .board__form .contenido__products details .board__store.mobile__slider .board__store--item, .easy__profile > .content .board__form .contenido__products .board__section .board__store.mobile__slider .board__store--item {
  padding: 0.5rem;
  background: none;
  border: none;
  align-items: stretch;
}
.easy__editnegocio > .content .board__form .contenido__products details .board__store.mobile__slider .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__store.mobile__slider .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products details .board__store.mobile__slider .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products .board__section .board__store.mobile__slider .board__store--item .board__img {
  width: 5rem;
  height: 5rem;
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .easy__editnegocio > .content .board__form .contenido__products details .board__store, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__store, .easy__profile > .content .board__form .contenido__products details .board__store, .easy__profile > .content .board__form .contenido__products .board__section .board__store {
    padding: 0.5rem;
  }
}
.easy__editnegocio > .content .board__form .contenido__products details.details__negocio summary, .easy__editnegocio > .content .board__form .contenido__products details.details__negocio .board__section--head, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__negocio summary, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__negocio .board__section--head, .easy__profile > .content .board__form .contenido__products details.details__negocio summary, .easy__profile > .content .board__form .contenido__products details.details__negocio .board__section--head, .easy__profile > .content .board__form .contenido__products .board__section.details__negocio summary, .easy__profile > .content .board__form .contenido__products .board__section.details__negocio .board__section--head {
  overflow: hidden;
}
.easy__editnegocio > .content .board__form .contenido__products details summary, .easy__editnegocio > .content .board__form .contenido__products details .board__section--head, .easy__editnegocio > .content .board__form .contenido__products .board__section summary, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__section--head, .easy__profile > .content .board__form .contenido__products details summary, .easy__profile > .content .board__form .contenido__products details .board__section--head, .easy__profile > .content .board__form .contenido__products .board__section summary, .easy__profile > .content .board__form .contenido__products .board__section .board__section--head {
  padding: 0;
  margin: 0.5rem 0;
}
.easy__editnegocio > .content .board__form .contenido__products details summary .text--title, .easy__editnegocio > .content .board__form .contenido__products details .board__section--head .text--title, .easy__editnegocio > .content .board__form .contenido__products .board__section summary .text--title, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__section--head .text--title, .easy__profile > .content .board__form .contenido__products details summary .text--title, .easy__profile > .content .board__form .contenido__products details .board__section--head .text--title, .easy__profile > .content .board__form .contenido__products .board__section summary .text--title, .easy__profile > .content .board__form .contenido__products .board__section .board__section--head .text--title {
  color: #18E179;
  font-weight: 600;
  padding: 0;
  background: none;
  margin: 0.25rem 0;
}
.easy__editnegocio > .content .board__form .contenido__products details summary .text--paragraph, .easy__editnegocio > .content .board__form .contenido__products details .board__section--head .text--paragraph, .easy__editnegocio > .content .board__form .contenido__products .board__section summary .text--paragraph, .easy__editnegocio > .content .board__form .contenido__products .board__section .board__section--head .text--paragraph, .easy__profile > .content .board__form .contenido__products details summary .text--paragraph, .easy__profile > .content .board__form .contenido__products details .board__section--head .text--paragraph, .easy__profile > .content .board__form .contenido__products .board__section summary .text--paragraph, .easy__profile > .content .board__form .contenido__products .board__section .board__section--head .text--paragraph {
  font-style: italic;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item {
  padding-bottom: 2rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item .board__img {
  width: 3rem;
  height: 3rem;
  outline: 0.25rem solid #2c3137;
  margin-right: 1.25rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.75rem;
}
@media only screen and (min-width: 720px) {
  .easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item .board__img, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item .board__img, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item .board__img {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.75rem;
  }
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item*=icon] .text--subtitle, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item*=icon] .text--subtitle, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item*=icon] .text--subtitle, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item*=icon] .text--subtitle, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item*=icon] .text--subtitle, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item*=icon] .text--subtitle, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item*=icon] .text--subtitle, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item*=icon] .text--subtitle {
  margin: 0;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item*=icon] .text--subtitle::before, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item*=icon] .text--subtitle::before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item*=icon] .text--subtitle::before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item*=icon] .text--subtitle::before, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item*=icon] .text--subtitle::before, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item*=icon] .text--subtitle::before, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item*=icon] .text--subtitle::before, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item*=icon] .text--subtitle::before {
  display: none;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority])::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority])::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority])::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority])::after {
  content: "+";
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #010210;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
  border: 0.35rem solid #2c3137;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::after {
  content: "Conectado";
  display: inline-block;
  font-size: 0.875rem;
  color: #18E179;
  font-weight: 400;
  font-style: italic;
  order: 3;
  width: -moz-max-content;
  width: max-content;
  border: none;
  border-radius: 0;
  position: static;
  margin: 0;
  height: auto;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active .board__store--icon .text--subtitle::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background: white;
  border-radius: 50%;
  margin: 0 0.25rem;
  order: 2;
  opacity: 0.25;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active::after {
  content: "";
  display: flex;
  background-color: #18E179;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
@media only screen and (min-width: 720px) {
  .easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority]).active::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority]).active::after {
    left: 3rem;
    width: 2rem;
    height: 2rem;
  }
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--upper {
  word-break: break-word;
  overflow-wrap: anywhere;
  padding-right: 0.5rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=dominio-personalizado].active .board__store--icon .text--subtitle::after {
  content: "Personalizado";
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item {
  /* Apagado de las conexiones que todavía no existen. SkydropX
     salió de aquí: ya se puede conectar desde su modal, y con
     pointer-events: none el botón "Agregar" no recibía el clic. */
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-mercado_pago], .easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-clip], .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-mercado_pago], .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-clip], .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-mercado_pago], .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-clip], .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-mercado_pago], .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-clip], .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-mercado_pago], .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-clip], .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-mercado_pago], .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-clip], .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-mercado_pago], .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-clip], .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-mercado_pago], .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-clip] {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-mercado_pago]::after, .easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-clip]::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-mercado_pago]::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-clip]::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-mercado_pago]::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-clip]::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-mercado_pago]::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-clip]::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-mercado_pago]::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item[data-item=icon-clip]::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-mercado_pago]::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item[data-item=icon-clip]::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-mercado_pago]::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item[data-item=icon-clip]::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-mercado_pago]::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item[data-item=icon-clip]::after {
  display: none;
}
@media only screen and (min-width: 720px) {
  .easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:hover::after, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:hover::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:hover::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:hover::after, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:hover::after, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:hover::after, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:hover::after, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:hover::after {
    background-color: #18E179;
    color: #010210;
  }
  .easy__editnegocio > .content .board__form .contenido__products details.details__conexion .board__store--item:hover .button, .easy__editnegocio > .content .board__form .contenido__products details.details__plan .board__store--item:hover .button, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:hover .button, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__plan .board__store--item:hover .button, .easy__profile > .content .board__form .contenido__products details.details__conexion .board__store--item:hover .button, .easy__profile > .content .board__form .contenido__products details.details__plan .board__store--item:hover .button, .easy__profile > .content .board__form .contenido__products .board__section.details__conexion .board__store--item:hover .button, .easy__profile > .content .board__form .contenido__products .board__section.details__plan .board__store--item:hover .button {
    transform: translateX(0.5rem);
  }
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes, .easy__profile > .content .board__form .contenido__products details.details__planes, .easy__profile > .content .board__form .contenido__products .board__section.details__planes {
  padding-bottom: 4rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .mobile__slider, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .mobile__slider, .easy__profile > .content .board__form .contenido__products details.details__planes .mobile__slider, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .mobile__slider {
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  .easy__editnegocio > .content .board__form .contenido__products details.details__planes .mobile__slider, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .mobile__slider, .easy__profile > .content .board__form .contenido__products details.details__planes .mobile__slider, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .mobile__slider {
    justify-content: center;
  }
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store {
  background: none;
  gap: 1rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item {
  align-items: center;
  border: 1px solid transparent;
  gap: 0.5rem;
  position: relative;
  width: auto;
  border-radius: 1.2rem;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  transition: all 0.35s;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item img, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item img, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item img, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item img {
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  background-color: white;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item .board__text--wrapper, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item .board__text--wrapper, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item .board__text--wrapper, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item .board__text--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: -moz-min-content;
  width: min-content;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item .board__text--wrapper .text, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item .board__text--wrapper .text, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item .board__text--wrapper .text, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item .board__text--wrapper .text {
  margin: 0;
  width: 100%;
  width: -moz-max-content;
  width: max-content;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item::after, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item::after, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item::after {
  content: "";
  display: block;
  width: 0.5rem;
  border-radius: 50%;
  height: 0.5rem;
  background: transparent;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  outline: 2px solid rgba(255, 255, 255, 0.25);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.1);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active::after, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active::after, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active::after {
  background-color: #18E179;
  outline: 0.25rem solid rgba(24, 225, 121, 0.25);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=pro], .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=pro], .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=pro], .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=pro] {
  border-color: #1b96e4;
  background-color: rgba(27, 150, 228, 0.1);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=pro]::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=pro]::after, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=pro]::after, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=pro]::after {
  background-color: #1b96e4;
  outline-color: rgba(27, 150, 228, 0.25);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=premium], .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=premium], .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=premium], .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=premium] {
  border-color: #6B1BF8;
  background-color: rgba(107, 27, 248, 0.1);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=premium]::after, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=premium]::after, .easy__profile > .content .board__form .contenido__products details.details__planes .board__store .board__store--item.active[for*=premium]::after, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__store .board__store--item.active[for*=premium]::after {
  background-color: #6B1BF8;
  outline-color: rgba(107, 27, 248, 0.25);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__plan--features, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__plan--features, .easy__profile > .content .board__form .contenido__products details.details__planes .board__plan--features, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__plan--features {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__plan--features li, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__plan--features li, .easy__profile > .content .board__form .contenido__products details.details__planes .board__plan--features li, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__plan--features li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0.5rem;
  color: white;
  font-size: 0.875rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__plan--features li.plan-section, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__plan--features li.plan-section, .easy__profile > .content .board__form .contenido__products details.details__planes .board__plan--features li.plan-section, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__plan--features li.plan-section {
  background-color: rgba(24, 225, 121, 0.25);
  padding: 0.5rem;
  color: #18E179;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0.25rem auto;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__plan--features li img, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__plan--features li img, .easy__profile > .content .board__form .contenido__products details.details__planes .board__plan--features li img, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__plan--features li img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .board__plan--features span, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .board__plan--features span, .easy__profile > .content .board__form .contenido__products details.details__planes .board__plan--features span, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .board__plan--features span {
  font-weight: 600;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail {
  padding: 1.5rem 1rem;
  border: 1px solid #18E179;
  border-radius: 1rem;
  position: relative;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail::before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail::before, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail::before, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #18E179;
  margin: 0 auto;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 0.75rem);
  transition: all 0.35s;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail .board__text, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail .board__text, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text {
  color: white;
  text-align: center;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail .board__text--title, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text--title, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail .board__text--title, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text--title {
  font-size: 1.75rem;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail .board__text--price, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text--price, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail .board__text--price, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text--price {
  font-size: 1rem;
  font-weight: 400;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail .board__text span, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text span, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail .board__text span, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail .board__text span {
  color: #18E179;
  font-size: 1.5rem;
  font-weight: 700;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail .button, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail .button, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail .button, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail .button {
  margin: 0 auto;
  background-color: #6B1BF8;
  color: white;
  max-width: 20rem;
  width: 100%;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes .plan-detail .button--wrapper, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes .plan-detail .button--wrapper, .easy__profile > .content .board__form .contenido__products details.details__planes .plan-detail .button--wrapper, .easy__profile > .content .board__form .contenido__products .board__section.details__planes .plan-detail .button--wrapper {
  position: fixed;
  margin: 0;
  width: 100%;
  left: 0;
  bottom: 4rem;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-starter::before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-starter::before, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-starter::before, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-starter::before {
  left: 25%;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-pro, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-pro, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro {
  border-color: #1b96e4;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-pro:before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro:before, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-pro:before, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro:before {
  border-bottom-color: #1b96e4;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-pro .board__plan--features .board__text span, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro .board__plan--features .board__text span, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-pro .board__plan--features .board__text span, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro .board__plan--features .board__text span {
  color: #1b96e4;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-pro .board__plan--features li.plan-section, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro .board__plan--features li.plan-section, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-pro .board__plan--features li.plan-section, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-pro .board__plan--features li.plan-section {
  color: #1b96e4;
  background-color: rgba(27, 150, 228, 0.25);
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-premium, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-premium, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium {
  border-color: #6B1BF8;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-premium:before, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium:before, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-premium:before, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium:before {
  border-bottom-color: #6B1BF8;
  left: auto;
  right: 25%;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-premium .board__plan--features .board__text span, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium .board__plan--features .board__text span, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-premium .board__plan--features .board__text span, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium .board__plan--features .board__text span {
  color: #6B1BF8;
}
.easy__editnegocio > .content .board__form .contenido__products details.details__planes #plan-detail-premium .board__plan--features li.plan-section, .easy__editnegocio > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium .board__plan--features li.plan-section, .easy__profile > .content .board__form .contenido__products details.details__planes #plan-detail-premium .board__plan--features li.plan-section, .easy__profile > .content .board__form .contenido__products .board__section.details__planes #plan-detail-premium .board__plan--features li.plan-section {
  color: #6B1BF8;
  background-color: rgba(107, 27, 248, 0.25);
}
.easy__editnegocio > .content .form--wrapper, .easy__profile > .content .form--wrapper {
  padding: 2rem 0;
  padding-bottom: 1rem;
}
.easy__editnegocio > .content .form .input__label:not(.input__label[for=input--foto]), .easy__profile > .content .form .input__label:not(.input__label[for=input--foto]) {
  font-size: 1rem;
}
.easy__editnegocio > .content .form .input__price, .easy__profile > .content .form .input__price {
  position: absolute;
  font-size: 2rem;
  right: 1rem;
  top: 0;
}
.easy__editnegocio > .content .form .input--submit, .easy__profile > .content .form .input--submit {
  width: calc(100% - 2rem);
  padding-top: 0;
  margin: 0 auto;
}
.easy__editnegocio > .content .form .input--submit.button--wrapper, .easy__profile > .content .form .input--submit.button--wrapper {
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem;
  padding-bottom: 5rem;
  background-color: white;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 -1rem 1rem rgba(44, 49, 55, 0.1);
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .easy__editnegocio > .content .form .input--submit.button--wrapper, .easy__profile > .content .form .input--submit.button--wrapper {
    max-width: 1024px;
    left: calc(50% - 512px);
  }
}
.easy__editnegocio > .content .form .input--submit.button--wrapper .button, .easy__profile > .content .form .input--submit.button--wrapper .button {
  margin: 0;
}
.easy__editnegocio > .content .form .input--submit.button--wrapper .button__cancelar, .easy__profile > .content .form .input--submit.button--wrapper .button__cancelar {
  border-color: #2c3137;
  color: #2c3137;
  min-height: 2.5rem;
  margin-right: 0.5rem;
}
.easy__editnegocio > .content .form .input--submit.button--wrapper .button__cancelar:hover, .easy__profile > .content .form .input--submit.button--wrapper .button__cancelar:hover {
  background-color: #2c3137;
  color: white;
}
.easy__editnegocio > .content .form .input--submit.button--wrapper .button:only-child, .easy__profile > .content .form .input--submit.button--wrapper .button:only-child {
  margin: 0 auto;
}
.easy .board__main--export-products {
  width: 100%;
}
.easy .export-products-page {
  width: 100%;
  margin: 0;
  padding: 1rem 2rem 6rem;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.easy .export-products-page .export-products-header {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
}
.easy .export-products-page .export-products-header .text {
  width: 100%;
}
.easy .export-products-page .export-products-header .text--upper {
  margin-bottom: 0.35rem;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 600;
}
.easy .export-products-page .export-products-header .text--title {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.75rem;
  line-height: 1.2;
}
.easy .export-products-page .export-products-header .text--paragraph {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.easy .export-products-page .export-products-form {
  width: 100%;
  margin: 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.easy .export-products-page .export-products-sidebar {
  flex: 0 1 calc(35% - 0.5rem);
  min-width: 18rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.easy .export-products-page .export-products-card {
  display: block;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.07);
}
.easy .export-products-page .export-products-card legend {
  padding: 0 0.5rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.easy .export-products-page .export-products-column-card {
  flex: 0 1 calc(65% - 0.5rem);
  min-width: 30rem;
}
.easy .export-products-page .export-products-help {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8125rem;
  line-height: 1.4;
}
.easy .export-products-page .export-products-grid {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.easy .export-products-page .export-products-grid .export-products-field {
  flex: 1 1 12rem;
}
.easy .export-products-page .export-products-field {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.easy .export-products-page .export-products-field .input__label {
  display: block;
  position: static;
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.8125rem;
  font-weight: 600;
}
.easy .export-products-page .export-products-field .board__input {
  min-height: 2.75rem;
  width: 100%;
  padding: 0.6rem 2.25rem 0.6rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background-color: rgba(1, 2, 16, 0.85);
  color: white;
  font-size: 0.9375rem;
  font-weight: 400;
}
.easy .export-products-page .export-products-field .board__input:focus {
  border-color: #18E179;
  box-shadow: 0 0 0 0.2rem rgba(24, 225, 121, 0.12);
  outline: none;
}
.easy .export-products-page .export-products-field .board__input option {
  background-color: #010210;
  color: white;
}
.easy .export-products-page .export-products-columns {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.easy .export-products-page .export-products-option {
  position: relative;
  flex: 1 1 calc(25% - 0.5rem);
  min-width: 9.5rem;
}
.easy .export-products-page .export-products-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.easy .export-products-page .export-products-option .input__label {
  position: relative;
  top: auto;
  left: auto;
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.65rem 0.55rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.8125rem;
  line-height: 1.25;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.easy .export-products-page .export-products-option .input__label::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.25rem;
  background-color: rgba(1, 2, 16, 0.7);
  transform: translateY(-50%);
}
.easy .export-products-page .export-products-option .input__label::after {
  content: "";
  position: absolute;
  left: 1.12rem;
  top: calc(50% - 0.1rem);
  width: 0.3rem;
  height: 0.6rem;
  border-right: 2px solid #010210;
  border-bottom: 2px solid #010210;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
}
.easy .export-products-page .export-products-option .input__label:hover {
  border-color: rgba(24, 225, 121, 0.45);
  background-color: rgba(24, 225, 121, 0.07);
  color: white;
}
.easy .export-products-page .export-products-option input:checked + .input__label {
  border-color: rgba(24, 225, 121, 0.55);
  background-color: rgba(24, 225, 121, 0.12);
  color: white !important;
}
.easy .export-products-page .export-products-option input:checked + .input__label::before {
  border-color: #18E179;
  background-color: #18E179;
}
.easy .export-products-page .export-products-option input:checked + .input__label::after {
  opacity: 1;
}
.easy .export-products-page .export-products-option input:focus-visible + .input__label {
  outline: 2px solid #18E179;
  outline-offset: 2px;
}
.easy .export-products-page .export-products-actions {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0.25rem 0 0;
  padding: 0;
}
.easy .export-products-page .export-products-actions .button {
  width: auto !important;
  min-width: 11rem;
  min-height: 2.75rem;
  margin: 0 !important;
  padding: 0.65rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
}
.easy .export-products-page .export-products-actions .button__cancelar {
  border: 1px solid #dd1c47;
  background-color: transparent;
  color: #dd1c47;
}
.easy .export-products-page .export-products-actions .button__primary {
  border: 1px solid #18E179;
  background-color: #18E179;
  color: #010210;
  font-weight: 700;
}
.easy .export-products-page .export-products-actions .button__primary:hover, .easy .export-products-page .export-products-actions .button__primary:focus {
  border-color: rgb(56.0240963855, 233.7759036145, 141.8048192771);
  background-color: rgb(56.0240963855, 233.7759036145, 141.8048192771);
  color: #010210;
}
@media only screen and (max-width: 900px) {
  .easy .export-products-page {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .easy .export-products-page .export-products-sidebar, .easy .export-products-page .export-products-column-card {
    flex-basis: 100%;
    min-width: 0;
  }
  .easy .export-products-page .export-products-option {
    flex-basis: calc(50% - 0.25rem);
    min-width: 12rem;
  }
}
@media only screen and (max-width: 540px) {
  .easy .export-products-page {
    padding: 0.5rem 0.5rem 6rem;
  }
  .easy .export-products-page .export-products-header {
    text-align: left;
  }
  .easy .export-products-page .export-products-card {
    padding: 1rem;
  }
  .easy .export-products-page .export-products-option {
    flex-basis: 100%;
    min-width: 0;
  }
  .easy .export-products-page .export-products-actions {
    flex-direction: column-reverse;
  }
  .easy .export-products-page .export-products-actions .button {
    width: 100% !important;
  }
}
.easy__profile .whatsapp--link {
  bottom: 4.5rem;
}
.easy__profile {
  padding: 0;
}
.easy__profile .board__store--exports .board__store--item > .board__img--export-products {
  transform: scale(1.25);
}
.easy__profile .board__store--exports .board__store--item .board__store--icon {
  display: block;
  flex: 1;
  min-width: 0;
  width: auto;
}
.easy__profile .board__store--exports .board__store--item .board__store--icon .text {
  display: block;
  width: 100%;
}
.easy__profile .board__store--exports .board__store--item .board__store--icon .text--paragraph {
  width: 100% !important;
  max-width: 34rem;
  margin: 0;
  opacity: 0.75;
  cursor: default;
}
.easy__profile .content > .contenido--wrapper {
  padding-top: 16rem;
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.easy__profile .content > .contenido--wrapper > .button {
  z-index: 1;
  min-height: 3rem;
  width: 30%;
  margin: 0;
  padding: 0.5rem;
  border-radius: 1rem 1rem 0 0;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #010210;
  color: white;
  opacity: 0.65;
}
@media only screen and (min-width: 1024px) {
  .easy__profile .content > .contenido--wrapper > .button {
    padding: 0.75rem 2.5rem;
    width: auto !important;
  }
}
.easy__profile .content > .contenido--wrapper > .button:hover {
  transform: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.easy__profile .content > .contenido--wrapper input:checked + .button {
  opacity: 1;
  background-color: rgba(24, 225, 121, 0.3);
  border-bottom: 2px solid #18E179;
  color: #18E179;
  opacity: 1;
}
.easy__profile .content .board__logotipo {
  top: -18rem;
  position: absolute;
}
.easy__profile > .content > .contenido--wrapper > .button {
  background-color: #1b1c28;
  border-bottom: none;
  opacity: 1;
}
.easy__profile > .content > .contenido--wrapper > .button:hover {
  background-color: rgba(24, 225, 121, 0.2);
}
.easy__profile > .content > .contenido--wrapper input:checked + .button {
  background-color: rgba(24, 225, 121, 0.2);
  border-bottom: none;
  color: #18E179;
}
.easy__profile > .content > .contenido--wrapper > .tabcontent .contenido__products {
  margin-top: 1rem;
  padding: 1.25rem;
  border: none;
  border-radius: 1rem;
  background-color: #1b1c28;
}
.easy__profile > .content > .contenido--wrapper > .tabcontent .contenido__products .board__store {
  margin-bottom: 0;
  border: none;
  background: none;
}
.easy__profile > .content > .contenido--wrapper > .tabcontent .form .input--submit.button--wrapper {
  border: none;
  background-color: #1b1c28;
}
.easy__profile .tabcontent {
  width: 100%;
  padding: 0.75rem;
  padding-bottom: 3rem;
  display: none;
  background-color: #010210;
}
.easy__profile .tabcontent .board__create .board__img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.easy__profile #radio-tab-perfil:checked ~ #tabPerfil {
  display: block;
}
.easy__profile #radio-tab-negocio:checked ~ #tabNegocio {
  display: block;
}
.easy__profile #radio-tab-pedidos:checked ~ #tabPedidos {
  display: block;
}
.easy__profile #radio-tab-conexiones:checked ~ #tabConexiones {
  display: block;
}
.easy__profile #radio-tab-plan:checked ~ #tabPlan {
  display: block;
}
.easy__profile .plan-detail {
  display: none;
}
.easy__profile #radio-plan-starter:checked ~ #plan-detail-starter {
  display: block;
}
.easy__profile #radio-plan-pro:checked ~ #plan-detail-pro {
  display: block;
}
.easy__profile #radio-plan-premium:checked ~ #plan-detail-premium {
  display: block;
}
.easy__profile .tabs--wrapper label {
  margin-right: 1rem;
  cursor: pointer;
}
.easy__profile > .content .board__logotipo {
  margin: 0;
}
.easy__profile > .content .board__main .form--wrapper {
  padding-top: 0 !important;
}
.easy__profile > .content .board__main .board__logotipo--wrapper {
  margin-top: 0;
}
.easy__profile > .content .board__main .board__store--wrapper {
  padding: 0;
}
.easy__profile > .content .board .contenido__products {
  background-color: #1b1c28;
  border: none;
  border-radius: 1rem;
}
.easy__profile > .content .board .contenido__products .text {
  color: white;
}
.easy__profile > .content .board .contenido__products .text--title {
  background: none;
}
.easy__profile > .content .board .contenido__products .text--title img {
  filter: invert(1);
}
.easy__profile > .content .board .contenido__products details > summary .text--paragraph {
  color: rgba(255, 255, 255, 0.6);
}
.easy__profile > .content .board .contenido__products .plan-detail {
  border: none;
  background-color: #1b1c28;
}
.easy__profile > .content .board .contenido__products .plan-detail::before {
  display: none;
}
.easy__profile > .content .board__store:not(.mobile__slider) .board__store--item.isDisabled {
  opacity: 0.4;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.easy__profile > .content .board__store:not(.mobile__slider) .board__store--item.isDisabled .text--paragraph img {
  display: none;
}
.easy__profile > .content .board__store:not(.mobile__slider) .board__store--item.isDisabled .text--paragraph::after {
  content: "Próximamente";
  background-color: #bfbfbf;
  color: #2c3137;
  font-size: 0.75rem;
  font-style: italic;
  padding: 0.25rem 0.5rem;
  text-align: right;
  border-radius: 0.25rem;
}
.easy__profile--client > .content .board__logotipo {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.easy__profile--client > .content .board__logotipo--wrapper {
  margin: 0;
  margin-bottom: 1.5rem;
}
.easy__profile--client > .content .board__logotipo .board__text {
  text-align: center;
}
.easy__profile--client > .content .board__logotipo .board__text--wrapper {
  width: 100%;
  margin: 0;
  justify-content: center;
}
.easy__profile--client > .content .board__logotipo .board__text--title {
  justify-content: center;
}
.easy__profile--client .contenido__products .board__content--product {
  animation: none;
  padding: 0.5rem;
  width: calc(100% - 1rem);
}
.easy__profile--client .contenido__products .board__content--product--wrapper {
  opacity: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.easy__profile--client .contenido__products .board__content--product--img {
  max-width: 5rem;
}
.easy__profile--client .contenido__products .board__content--product img {
  border-radius: 0.5rem;
}
.easy__profile--client .contenido__products .board__content--product .board__text {
  color: white;
  opacity: 1;
}
.easy__profile--client .contenido__products .board__content--product .board__text--title {
  font-weight: 600;
}
.easy__profile--client .contenido__products .board__content--product .board__text--paragraph {
  font-weight: 400;
}
.easy__profile--client .contenido__products .board__content--product--text {
  padding: 0.5rem 1rem;
  width: calc(100% - 5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
}
.easy__profile--client .contenido__products .board__content--product--text .board__text {
  width: 100%;
  margin: 0;
}
.easy__profile--client .contenido__products .board__content--product--text.estado {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 1rem;
}
.easy__profile--client .contenido__products .board__content--product--text.estado .board__text {
  width: auto;
}
.easy__profile--client .contenido__products .board__content--product--text.estado-pendiente strong {
  color: red;
}
.easy__profile--client .contenido__products .board__content--product--text.estado-confirmado strong {
  color: #18E179;
}
@media only screen and (min-width: 1024px) {
  .easy__profile--client .contenido__products .board__content--product--buttons {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
.easy__profile--client .contenido__products summary .text--title {
  padding-bottom: 0.5rem;
}
.easy__settings .board__logotipo {
  min-height: 0;
}
.easy__settings .board__logotipo--img {
  box-shadow: none;
}
.easy__settings .board__text--title {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 0.5rem;
}
.easy__settings .board__text--paragraph {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  opacity: 1;
}
.easy__settings .board__text--paragraph.green {
  color: #18E179;
}
.easy__settings .board__text--paragraph.red {
  color: #F8411B;
}
.easy__settings .board__store--item:first-of-type {
  padding: 1rem;
  border-top-color: rgba(255, 255, 255, 0.15);
  display: block;
}
.easy__settings .board__list--item {
  color: white;
}
.easy__settings .board__list--wrapper {
  display: flex;
  align-items: flex-start;
  border-radius: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}
.easy__settings .board__list--wrapper img {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy__settings .button {
  margin: 0;
}
.easy__settings .button--wrapper {
  padding: 1rem 0;
}
.easy__settings .contenido__products {
  background-color: transparent;
}
.easy__settings .contenido__products .text {
  color: white;
}
.easy__settings .contenido__products .text.green {
  color: #18E179;
}
.easy__settings .contenido__products .text.red {
  color: #F8411B;
}
.easy__settings .contenido__products .text--title {
  padding: 0;
}
.easy__settings .contenido__products .board__text--wrapper {
  padding: 0 1rem;
  margin: 0;
}
.easy__settings .contenido--wrapper {
  padding: 1rem;
}
.easy .board__faqs .board__details {
  max-width: 1024px;
  margin: 0 auto;
}
.easy .board__faqs .board__details details {
  margin-bottom: 1rem;
}
.easy .board__faqs .board__details details summary {
  text-align: left !important;
  font-size: 1.2rem;
  position: relative;
  cursor: pointer;
}
.easy .board__faqs .board__details details summary::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background: url("../img/icon-arrow-right-white.svg") no-repeat center;
  background-size: contain;
  transition: all 0.35s;
}
.easy .board__faqs .board__details details summary:hover {
  color: #18E179;
}
.easy .board__faqs .board__details details summary:hover::before {
  left: -1.5rem;
}
.easy .board__faqs .board__details details .text {
  line-height: 1.25rem;
  color: white;
}
.easy .board__faqs .board__details details .text--paragraph {
  text-align: left;
  font-size: 1rem;
  font-weight: 200;
  padding-left: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateX(-1rem);
  transition: all 0.35s;
  transition-delay: 0.35s;
}
.easy .board__faqs .board__details details .text--paragraph:last-of-type {
  margin-bottom: 0;
}
.easy .board__faqs .board__details details .text span {
  color: #18E179;
  font-weight: 600;
}
.easy .board__faqs .board__details details[open] summary {
  font-weight: 700;
}
.easy .board__faqs .board__details details[open] summary::after {
  transform: rotate(90deg);
}
.easy .board__faqs .board__details details[open] .text--paragraph {
  transform: translateX(0);
  opacity: 1;
}
.easy__notificaciones {
  margin-top: 3rem;
  padding-top: 1.5rem;
}
.easy__notificaciones .contenido--wrapper {
  min-height: calc(100vh - 6.5rem);
}
.easy__notificaciones .board__store {
  padding: 0 0.5rem;
}
.easy__notificaciones .board__store--wrapper {
  padding: 0;
  padding-bottom: 4rem;
}
.easy__notificaciones .board__store--item {
  padding: 1rem;
  position: relative;
  margin: 1rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 1rem;
}
.easy__notificaciones .board__store--item:hover {
  background-color: rgba(255, 255, 255, 0.25);
  outline: 0.25rem solid #008c5e;
  box-shadow: 0 0 0.75rem rgba(0, 140, 94, 0.25);
}
.easy__notificaciones .board__store--item::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-left: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #18E179;
}
.easy__notificaciones .board__store--icon {
  flex-wrap: wrap;
}
.easy__notificaciones .board__store--icon .text {
  width: 100%;
  overflow-wrap: anywhere;
}
.easy__notificaciones .board__store--icon .text--upper {
  margin: 0;
  color: #18E179;
}
.easy__notificaciones .board__store--icon .text--subtitle {
  font-weight: 600;
  padding-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy__notificaciones .board__store--icon .text--subtitle span:last-of-type {
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
}
.easy__notificaciones .board__store--icon .text--paragraph {
  justify-content: flex-start;
  line-height: 1.25rem;
}
.easy__notificaciones .board__store--item.leido {
  background-color: rgba(255, 255, 255, 0.05);
}
.easy__notificaciones .board__store--item.leido .board__store--icon {
  opacity: 0.5;
}
.easy__notificaciones .board__store--item.leido .board__store--icon .text--subtitle {
  font-weight: 400;
}
.easy__notificaciones .board__store--item.leido .board__store--icon .text--upper {
  color: rgba(255, 255, 255, 0.75);
}
.easy__notificaciones .board__store--item.leido::after {
  display: none;
}
.easy__notificaciones .board__store--item.leido .button__cancelar {
  max-width: 6rem;
  margin: 0;
  margin-top: 1rem;
  justify-self: flex-end;
}
.easy__notificaciones .notificaciones__fecha {
  margin: 1.5rem 0 0.5rem;
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-weight: 600;
  list-style: none;
}
.easy__notificaciones .notificaciones__fecha:first-child {
  margin-top: 0.5rem;
}
.easy__notificaciones .notificaciones__cargar-mas {
  margin: 1rem auto 0;
}
.easy__notificaciones details summary .text--title {
  padding: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.easy__notificaciones details summary img {
  filter: invert(1);
}

.board__registrado {
  padding: 2rem;
  padding-top: 0;
  background-color: white;
}
.board__registrado .text, .board__registrado .board__text--link {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.board__registrado .board__text--link {
  font-weight: 700;
}

.board__create .combo {
  position: relative;
}
.board__create .combo-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.board__create .combo-button {
  cursor: pointer;
  position: absolute;
  top: 0.35rem;
  right: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: black;
  min-width: 0;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.board__create .combo-button:hover {
  transform: translateY(-0.2rem);
}
.board__create .combo-button img {
  transform: rotate(90deg);
}
.board__create .combo-dropdown {
  position: absolute;
  bottom: calc(100% - 2rem);
  left: 0;
  width: 100%;
  max-height: 15rem;
  overflow-y: auto;
  background: white;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  z-index: 1;
  border-radius: 0.5rem 0.5rem 0 0;
}
.board__create.store-empty-state .text--title {
  font-size: 1.5rem;
  padding: 1rem;
}
.board__create.store-empty-state .text--title span {
  color: #18E179;
}
.board__create #business_name_input {
  flex: 1;
}
.board__create .dropdown-option {
  padding: 0.5rem;
  cursor: pointer;
}
.board__create .dropdown-option:hover {
  background-color: #d9d9d9;
}
.board__create .board__img--bordered {
  border: 1px dashed rgba(217, 217, 217, 0.2);
  border-radius: 0.5rem;
  padding: 0.25rem;
  overflow: hidden;
}
.board__create .form__group {
  margin-bottom: 1rem;
}
.board__create .form__group label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.board__create .hashtags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.board__create .hashtag {
  background-color: rgba(217, 217, 217, 0.2);
  color: #6B1BF8;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  font-size: 1rem;
}
.board__create .button--wrapper .button {
  position: relative;
  width: 100%;
  margin: 1rem auto;
}
.board__create .button--wrapper .button__forward::after {
  position: absolute;
  right: 1rem;
}
.board__create .board__text--wrapper .board__text--title {
  margin-bottom: 0;
}
.board__create .board__text--wrapper .board__text--subtitle {
  text-align: center;
}
.board__create .board__steps {
  display: none;
  max-height: 88vh;
  overflow: auto;
}
.board__create .board__steps--one {
  display: block;
}
.board__create .board__steps--label {
  text-align: center;
  font-size: 0.875rem;
  color: #6B1BF8;
  font-weight: 600;
}
.board__create .board__steps--header {
  background-color: #2c3137;
  padding: 0.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .board__create .board__steps--header {
    display: flex;
  }
}
.board__create .board__steps--header .board__steps--info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.board__create .board__steps--header .board__steps--info .board__img {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.board__create .board__steps--header .board__steps--info .board__img img {
  border-radius: 50%;
}
.board__create .board__steps--header .board__steps--info .board__img--wrapper {
  max-width: 4rem;
}
.board__create .board__steps--header .board__steps--info .board__steps__texts {
  justify-content: flex-start;
}
.board__create .board__steps--header .board__steps--info .board__steps__texts .board__text {
  margin: 0;
  text-align: left;
  color: white;
  justify-content: flex-start;
}
.board__create .board__steps--header .board__steps--info .board__steps__texts .board__text--title {
  font-size: 1.25rem;
}
.board__create .board__steps--header .board__steps--info .hashtags-container span {
  font-size: 0.75rem;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.board__create .board__steps .board__steps--buttons {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.board__create .board__steps .board__steps--buttons .button__back img {
  margin: 0;
  transform: rotate(180deg);
}
.board__create .board__steps .board__steps--buttons .button__forward {
  margin: 0;
  width: calc(100% - 3rem);
}
.board__create .board__steps .board__steps--buttons .button__forward:last-of-type {
  width: 100%;
  margin-top: 0.5rem;
  background: none;
  color: #6B1BF8;
  text-decoration: underline;
}
.board__create .board__steps--five {
  max-height: 85vh;
  overflow: auto;
}
.board__create .board__steps--six {
  padding-bottom: 0;
}
.board__create .board__steps.animate .board__img--wrapper .board__img {
  border-color: transparent;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.board__create .board__steps.animate .board__img--wrapper .board__img img {
  opacity: 0;
}
.board__create .board__steps.animate .form__input {
  color: transparent;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: transparent;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.board__create .board__steps.animate .form__input::-moz-placeholder {
  color: transparent;
}
.board__create .board__steps.animate .form__input::placeholder {
  color: transparent;
}
.board__create .board__steps.animate .form__input--wrapper .combo-button {
  display: none;
}
.board__create .board__steps.animate .hashtags-container {
  min-height: 2rem;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.board__create .board__steps--texts {
  padding: 1rem;
}
.board__create .board__steps--texts .text {
  text-align: center;
  color: white;
}
.board__create .board__steps--texts .text--subtitle {
  font-weight: 600;
}
.board__create .board__steps .board__img {
  max-width: 20rem;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.board__create .board__img {
  max-width: none;
  display: block;
  max-height: 25rem;
  background: none;
  border-radius: 1rem;
  margin: 1rem auto;
  margin-bottom: 2rem;
}
.board__create .board__img--wrapper {
  max-width: 13rem;
  margin: 0 auto;
}
.board__create .board__img--wrapper .board__img {
  padding: 0.25rem;
  margin: 1rem auto;
  border: 1px dashed black;
}
.board__create .board__img--wrapper img {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.75rem;
}
.board__create .board__img--wrapper .button {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: #d9d9d9;
  margin: 0.25rem auto;
  margin-bottom: 1rem;
  color: #2c3137;
}
.board__create .form__list {
  padding: 0 1rem;
}
.board__create .form__list--item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.board__create .form__list img {
  min-width: 1.5rem;
  margin-right: 0.5rem;
  max-width: 1.5rem;
  border-radius: 50%;
  background-color: rgba(24, 225, 121, 0.2);
}
.board__create .form__list .board__text--paragraph {
  padding: 0.25rem;
}
.board__create .form__list .button--wrapper {
  padding: 0;
  margin: 1rem auto;
}
.board__create .form__list .button--wrapper .button {
  width: 100% !important;
  max-width: none !important;
}
.board__create .form__input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: white;
  color: #2c3137;
  border: 1px solid #2c3137;
}
.board__create .form__input--wrapper {
  padding: 0.25rem 0;
}
.board__create .form__input--wrapper label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
.board__create .form__input--wrapper .hashtags-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.board__create .form__input--wrapper .hashtags-container span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  margin-right: 0.25rem;
  background-color: rgba(107, 27, 248, 0.2);
  color: #6B1BF8;
}
.board__create .button--wrapper {
  flex-wrap: nowrap;
  margin-top: 0;
}
.board__create .button--wrapper.button--disabled .button__forward {
  background: #d9d9d9;
  color: #bfbfbf;
  border-color: transparent;
  pointer-events: none;
}
.board__create .button--wrapper .button {
  width: 100%;
  margin: 0;
}
.board__create .button--wrapper .button.isDisabled::after {
  filter: invert(1);
}
.board__create .mobile__slider {
  padding: 1rem 0;
  align-items: center;
}
.board__create .mobile__slider--item {
  width: 40%;
  padding: 0.5rem;
  margin: 0 0.5rem;
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
  transition: all 0.35s;
}
.board__create .mobile__slider--item .button__forward {
  background: none;
  color: #6B1BF8;
  padding: 0;
}
.board__create .mobile__slider--item .button__forward::after {
  display: none;
}
.board__create .mobile__slider--item .board__text {
  width: 100%;
}
.board__create .mobile__slider--item .board__text--paragraph {
  padding: 0;
}
.board__create .mobile__slider--item .board__img {
  width: 100%;
  margin: 0.5rem auto;
}
.board__create .mobile__slider--item .board__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 0.35rem;
}
.board__create .mobile__slider--item .button {
  display: none;
  box-shadow: none;
}
.board__create .mobile__slider--item .button:hover {
  box-shadow: none;
}
.board__create .mobile__slider--item.selected {
  border: 3px solid rgba(107, 27, 248, 0.5);
  outline: 1px solid #6B1BF8;
  box-shadow: 0 0 1rem rgba(107, 27, 248, 0.75);
  transform: scale(1.02);
}
.board__create .mobile__slider--item.selected .button {
  display: flex;
  font-weight: 700;
}

.domain__container {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  justify-content: space-between !important;
}
.domain__container .text--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.domain__container .text--title {
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #18E179 !important;
  margin: 0.5rem auto;
  margin-top: 1rem;
}
.domain__container .board__store--icon {
  width: 100%;
  max-width: calc(100% - 6.5rem);
  padding: 0.75rem 0.5rem;
}
.domain__container .board__store--icon:last-of-type {
  background-color: rgb(64.0468085106, 5.1531914894, 167.8468085106);
  border-radius: 1rem;
}
.domain__container .board__store--icon .text--paragraph {
  word-break: break-all;
  overflow-wrap: anywhere;
  color: #18E179;
  font-size: 0.875rem;
}
.domain__container .button {
  margin: 0 !important;
  margin-top: 0.5rem !important;
}
.domain-input-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.domain-input-container .button {
  width: 100%;
}
.domain-custom-container {
  background: none !important;
}
.domain-custom-container .button {
  width: 100%;
}
.domain-custom-container .text {
  color: white;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.domain-custom-container .text span {
  font-weight: 700;
  display: inline-block;
}
.domain-custom-container .domain__list {
  margin: 1rem auto;
}
.domain-custom-container .domain__list--wrapper {
  width: 100%;
  padding: 0;
  margin-top: 1rem;
  background-color: rgba(191, 191, 191, 0.1);
  border-radius: 0.5rem;
}
.domain-custom-container .domain__list--wrapper.loading {
  padding: 1rem;
  animation: backgroundloading 1.5s infinite;
  background: linear-gradient(90deg, #f0f0f0 25%, #cacaca 50%, #ffffff 75%);
  background-size: 200% 100%;
}
.domain-custom-container .domain__list--wrapper.active {
  padding: 0.5rem;
}
@keyframes backgroundloading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.domain-custom-container .domain__list--wrapper > .text--title {
  color: white;
  font-size: 1rem;
}
.domain-custom-container .domain__list--wrapper > .text--title span {
  width: 100%;
}
.domain-custom-container .domain__list--item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.domain-custom-container .domain__list--item input:checked + label {
  background-color: rgba(24, 225, 121, 0.25);
  border-color: #18E179;
}
.domain-custom-container .domain__list--item input:checked + label::after {
  background-color: rgba(24, 225, 121, 0.5);
  border-color: #18E179;
}
.domain-custom-container .domain__list--item.valido .domain__item--wrapper {
  position: relative;
  padding-bottom: 2rem;
}
.domain-custom-container .domain__list--item.valido .domain__item--wrapper::before {
  content: "Disponible";
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  font-size: 0.875rem;
  color: #008c5e;
}
.domain-custom-container .domain__list--item.invalido {
  pointer-events: none;
  opacity: 0.75;
}
.domain-custom-container .domain__list--item.invalido .domain__item--wrapper {
  border-color: #F8411B;
  position: relative;
  padding-bottom: 2rem;
}
.domain-custom-container .domain__list--item.invalido .domain__item--wrapper::before {
  content: "No disponible";
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0.75rem;
  font-size: 0.875rem;
  color: #F8411B;
}
.domain-custom-container .domain__item--wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 1rem 0.75rem;
  border: 2px solid rgba(191, 191, 191, 0.15);
  border-radius: 0.5rem;
  background-color: rgba(191, 191, 191, 0.1);
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.domain-custom-container .domain__item--wrapper:hover {
  background-color: rgba(217, 217, 217, 0.35);
}
.domain-custom-container .domain__item--wrapper .text {
  color: white;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}
.domain-custom-container .domain__item--wrapper .text strong {
  margin-left: 0.25rem;
}
.domain-custom-container .domain__item--wrapper .text--title {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.domain-custom-container .domain__item--wrapper .text--paragraph {
  width: 100%;
  font-weight: 400;
  opacity: 0.65;
}
.domain-custom-container .domain__item--wrapper .text--paragraph + .text--paragraph {
  margin-top: 0.125rem;
}
.domain-custom-container .domain__item--wrapper .text--paragraph span {
  font-weight: 600;
  margin-right: 0.25rem;
}
.domain-custom-container .domain__item--wrapper::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(217, 217, 217, 0.5);
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.domain-custom-container .domain-input-container .domain-input {
  width: calc(100% - 5.5rem);
}
.domain-custom-container .domain-input-container .domain-select {
  width: 5rem;
  margin-left: 0.5rem;
}
.domain-status-message {
  width: 100%;
  margin: 0.5rem auto;
  text-align: center;
  color: #2c3137;
}
.domain-status-message.valid {
  color: #008c5e;
  border-color: #008c5e;
  background-color: rgba(0, 140, 94, 0.2);
  padding: 0.5rem;
}
.domain-status-message.invalid {
  color: #F8411B;
  border-color: #F8411B;
  background-color: rgba(248, 65, 27, 0.2);
  padding: 0.5rem;
}

.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big {
  position: relative;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0.85) rotate(-2deg);
  border-radius: 1rem;
  filter: blur(2px) contrast(0);
  opacity: 0;
  transition: all 0.5s ease-out;
  width: auto;
  height: auto;
  max-width: 85vw;
  height: 70vh;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(1) {
  transform: scale(0.85) rotate(-3deg);
  z-index: 1;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(2) {
  transform: scale(0.85) rotate(-2deg);
  z-index: 2;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(3) {
  transform: scale(0.85) rotate(-1deg);
  z-index: 3;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(4) {
  transform: scale(0.85) rotate(0deg);
  z-index: 4;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(5) {
  transform: scale(0.85) rotate(1deg);
  z-index: 5;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(6) {
  transform: scale(0.85) rotate(2deg);
  z-index: 6;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img:nth-of-type(7) {
  transform: scale(0.85) rotate(3deg);
  z-index: 7;
}
.modal__product .board__overlay--wrapper .board__slider--wrapper .board__image--big img.active {
  transform: scale(0.95) rotate(0deg);
  filter: blur(0) contrast(1);
  opacity: 1 !important;
  position: relative;
  z-index: 10;
  width: 100%;
}

#map {
  width: 100%;
  max-height: 500px;
  left: 0;
  max-width: 100%;
  z-index: 0;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  #map {
    height: 480px !important;
  }
}

.slider__gallery {
  position: absolute;
  width: 100%;
  height: calc(100% - 16rem);
  overflow: hidden;
  z-index: 0;
  top: 4rem;
  left: 0;
}
@media (min-width: 48rem) {
  .slider__gallery {
    height: calc(100% - 15rem);
  }
}
@media (min-width: 64rem) {
  .slider__gallery {
    height: calc(100% - 14rem);
  }
}
.slider__gallery--img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.7s ease;
  left: 0;
  top: 0;
  z-index: 1;
}
.slider__gallery--img.active {
  opacity: 1;
  z-index: 2;
}
.slider {
  /* Flechas de navegación */
}
.slider__nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  pointer-events: none;
}
.slider__nav .slider__arrow {
  background: rgba(1, 2, 16, 0.5);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  transform: translateY(-50%);
}
.slider__nav .slider__arrow:hover {
  background: rgba(1, 2, 16, 0.75);
  transform: translateY(-50%) scale(1.1);
}
.slider__nav .slider__arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.slider {
  /* Puntos indicadores */
}
.slider__dots {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
.slider__dots .slider__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider__dots .slider__dot.active, .slider__dots .slider__dot:hover {
  background: white;
  border-color: white;
}
.slider {
  /* Responsive */
}
@media (max-width: 768px) {
  .slider__nav {
    padding: 0 0.75rem;
  }
  .slider__nav .slider__arrow {
    width: 2rem;
    height: 2rem;
  }
  .slider__dots {
    bottom: 17%;
  }
  .slider__dots .slider__dot {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@keyframes promoCouponPop {
  0% {
    transform: translateY(0) rotate(-12deg) scale(1);
  }
  35% {
    transform: translateY(-0.25rem) rotate(-9deg) scale(1.08);
  }
  100% {
    transform: translateY(0) rotate(-12deg) scale(1);
  }
}
@keyframes promoCouponShake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-0.1rem, 0.05rem) rotate(-4deg);
  }
  40% {
    transform: translate(0.08rem, -0.05rem) rotate(3deg);
  }
  60% {
    transform: translate(-0.05rem, 0.03rem) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes promoCouponLabel {
  0% {
    opacity: 0;
    transform: translateY(0.35rem) scale(0.92);
  }
  30% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes promoStarBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 0) scale(0.15) rotate(0deg);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(1) rotate(18deg);
  }
}
@keyframes promoStarFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) translateY(0) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) translateY(-0.18rem) scale(1.06);
  }
}
@keyframes promoStarTwinkle {
  0%, 100% {
    opacity: 0.92;
    filter: brightness(1) drop-shadow(0 0 0.35rem rgba(24, 225, 121, 0.35));
  }
  50% {
    opacity: 1;
    filter: brightness(1.3) drop-shadow(0 0 0.55rem rgba(24, 225, 121, 0.6));
  }
}
/* Vista del listado (productos y categorías). El HTML nace en .vista--lista y
   scripts__productsview.php alterna a .vista--grid, igual que el .button__view
   de la tienda del cliente final.

   El padding lateral vive aquí porque .contenido__products viene sin padding:
   es lo único que despega el buscador y las tarjetas del borde de la pantalla. */
.easy__products--list .contenido__products.vista--lista,
.easy__products--list .contenido__products.vista--grid {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* La lista va en una sola columna hasta escritorio; desde 60rem (960px) el
   renglón sobra de ancho, así que se parte en dos columnas —el mismo corte en
   el que la cuadrícula pasa a tres. */
.easy__products--list .contenido__products.vista--lista {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 60rem) {
  .easy__products--list .contenido__products.vista--lista {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.easy__products--list .contenido__products.vista--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 30rem) {
  .easy__products--list .contenido__products.vista--grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }
}
@media screen and (min-width: 60rem) {
  .easy__products--list .contenido__products.vista--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.easy__products--list .contenido__products--statistics {
  display: block;
  width: 100%;
}
.easy__products--list .contenido__products--statistics .board__store--wrapper {
  width: 100%;
}

/* Encabezado del listado de productos: título a la izquierda con icono y alta de producto a la misma altura */
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head {
  /* nowrap: el alta nunca cae debajo del título. Si el ancho no alcanza,
     el que cede es el título partiéndose en dos líneas. El padding lateral
     ya lo pone .contenido__products, aquí solo queda el vertical. */
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  margin: 0.5rem 0;
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--title {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--title > span {
  width: auto;
  color: white;
  text-transform: none;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--title {
    font-size: 1.75rem;
  }
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--action {
  width: auto;
  flex: 0 0 auto;
  margin: 0;
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--action .button {
  width: auto;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.5rem 0.875rem;
  border: none;
  border-radius: 0.875rem;
  background-color: #18E179;
  color: #010210;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  justify-content: center;
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--action .button::after {
  display: none;
}
.easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--action .button:hover, .easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--action .button:focus {
  border: none;
  background-color: #18E179;
  color: #010210;
  filter: brightness(1.1);
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products > .board__text--wrapper.products__head .products__head--action .button {
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    font-size: 1rem;
  }
}
.easy .easy__products--list .contenido__products {
  /* Buscador y cambio de vista comparten renglón */
}
.easy .easy__products--list .contenido__products > .products__toolbar {
  grid-column: 1/-1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}
.easy .easy__products--list .contenido__products {
  /* Búsqueda amplia, sin filtro y sin el envolvente glass */
}
.easy .easy__products--list .contenido__products .board__search--label.products__search {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  min-height: 3.5rem;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  gap: 0.75rem;
}
.easy .easy__products--list .contenido__products .board__search--label.products__search img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: invert(1);
  opacity: 0.6;
}
.easy .easy__products--list .contenido__products .board__search--label.products__search .board__search--input {
  min-height: 2.5rem;
  font-size: 1rem;
}
.easy .easy__products--list .contenido__products .board__search--label.products__search.focus {
  border-color: rgba(24, 225, 121, 0.5);
  box-shadow: none;
}
.easy .easy__products--list .contenido__products {
  /* Mismo botón que la tienda: hereda el icono de .button__view y solo cambia
     el envolvente para que case con el buscador de al lado */
}
.easy .easy__products--list .contenido__products .products__toolbar .button__view.products__view {
  position: relative;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.easy .easy__products--list .contenido__products .products__toolbar .button__view.products__view::before {
  position: static;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  background-size: 75%;
  filter: invert(1);
}
.easy .easy__products--list .contenido__products .products__toolbar .button__view.products__view::after {
  display: none;
}
.easy .easy__products--list .contenido__products .products__toolbar .button__view.products__view:hover, .easy .easy__products--list .contenido__products .products__toolbar .button__view.products__view:focus {
  border-color: rgba(24, 225, 121, 0.5);
}
.easy .easy__products--list .contenido__products > .minpedidos, .easy .easy__products--list .contenido__products > .maxpedidos {
  grid-column: 1/-1;
}

/* Tarjetas de producto en glass oscuro */
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper {
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(0.75rem);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__image {
  border-radius: 1rem 1rem 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
  background-color: transparent !important;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text {
  justify-content: flex-start;
  gap: 0.25rem;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text > .board__precio--amount {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #18E179;
  font-size: 1.25rem;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--currency {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  opacity: 0.75;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--title {
  color: white;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--paragraph {
  color: rgba(255, 255, 255, 0.65);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type {
  /* El color se hereda en ::before; los tipos digital y sin envío conservan el suyo */
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type {
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type::after {
  filter: brightness(0) invert(1);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envío"], .easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envio"] {
  background-color: rgba(248, 65, 27, 0.15);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envío"]::after, .easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type[data-type="sin envio"]::after {
  filter: none;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-color: transparent !important;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__type {
  margin: 0;
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 0.75rem;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__type::after {
  display: none;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__type img {
  display: none;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__type[data-type="sin envío"], .easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__type[data-type="sin envio"] {
  background-color: rgba(248, 65, 27, 0.15);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button {
  color: white;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button img {
  filter: invert(1);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button:hover, .easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button:focus {
  background: none;
  color: #18E179;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button:hover span, .easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button:focus span {
  color: #18E179;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status {
  color: rgba(255, 255, 255, 0.6);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch .switch {
  background-color: rgba(255, 255, 255, 0.15);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__input--switch .switch::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper {
  /* El pill de destacado queda como indicador ámbar, ya sin acción */
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__wrapper.destacado .button__destacar {
  right: auto;
  left: 1rem;
  cursor: default;
  pointer-events: none;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list {
  /* Menú de opciones de la tarjeta */
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--toggle {
  width: 2.5rem;
  height: 2.5rem;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(1, 2, 16, 0.6);
  backdrop-filter: blur(0.5rem);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--toggle:hover {
  background-color: rgba(1, 2, 16, 0.9);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--toggle span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 -0.45rem 0 white, 0 0.45rem 0 white;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--list {
  display: none;
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 4;
  min-width: 11rem;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.85rem;
  background-color: rgba(1, 2, 16, 0.95);
  backdrop-filter: blur(0.75rem);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.35);
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--option {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.6rem;
  color: white;
  font-size: 0.875rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transform: none;
  transition: background-color 0.25s, color 0.25s;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--option:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #18E179;
  filter: none;
  transform: none;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--option--delete {
  color: #F8411B;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu--option--delete:hover {
  background-color: rgba(248, 65, 27, 0.15);
  color: #F8411B;
}
.easy .easy__products--list .contenido__products .board__config--product.product-card--list .product__menu.open .product__menu--list {
  display: block;
}

/* Vista lista: la misma tarjeta se acuesta y se vuelve un renglón con la
   miniatura a la izquierda. Las acciones y el menú de opciones siguen siendo los
   mismos, solo cambian de sitio.

   Mobile first: el móvil es el caso apretado y manda como base; desde 30rem
   (480px) la tarjeta se vuelve a abrir. Así el único corte es min-width: 30rem,
   el mismo que usa la cuadrícula, y no hacen falta anchos con decimales. */
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper {
  /* Rejilla en lugar de la columna del modo cuadrícula: la miniatura ocupa
     las dos filas y a su derecha quedan los datos y la fila de acciones.
     overflow sigue visible para que el menú de opciones no se recorte. */
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  height: auto;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper {
    grid-template-columns: 8rem minmax(0, 1fr);
  }
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper {
  /* Con dos columnas las tarjetas de un mismo renglón deben igualar alto:
     la más corta se estira hasta el alto de la fila en vez de dejar hueco */
}
@media screen and (min-width: 60rem) {
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper {
    height: 100%;
  }
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__image {
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  min-height: 6.5rem;
  border-radius: 1rem 0 0 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__image img {
  height: 100%;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
  /* En móvil va en renglón: precio y tipo caben juntos y el título, con
     base del 100%, baja solo al siguiente. Si no alcanza el ancho, el
     tipo se va abajo por su cuenta. El relleno derecho de 2.75rem es el
     hueco exacto del menú de opciones (2.25rem + 0.5rem de separación). */
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
  padding: 0.5rem 2.75rem 0.5rem 0.5rem;
  gap: 0.25rem 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
  /* El resumen no cabe en un renglón; el título ya identifica al producto */
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--paragraph {
  display: none;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text {
  width: auto;
  flex: 0 1 auto;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text > .board__precio--amount {
  font-size: 1.125rem;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--title {
  order: 1;
  flex: 1 1 100%;
  font-size: 1rem;
  line-height: 1.125;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type {
  margin: 0;
  padding: 0.25rem 0.5rem 0.25rem 1.75rem;
  font-size: 0.75rem;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type::after {
  top: calc(50% - 0.875rem);
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
    padding: 0.75rem 3rem 0.75rem 0.75rem;
    gap: 0.5rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__precio--text {
    width: 100%;
    flex: 0 0 auto;
  }
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--title {
    order: 0;
    flex: 0 0 auto;
    line-height: 1.25;
  }
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
  padding: 0.25rem 0.5rem;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
  /* En el ancho de un móvil el switch se explica solo */
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status {
  min-width: 0;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status--label {
  display: none;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
    padding: 0.5rem 0.75rem;
  }
  .easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status--label {
    display: inline;
  }
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper {
  /* Sobre una miniatura angosta solo cabe la estrella, no la palabra */
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper.destacado .button__destacar {
  top: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  padding: 0.375rem;
  border-radius: 50%;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__wrapper.destacado .button__destacar::after {
  display: none;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__menu {
  top: 0.5rem;
  right: 0.5rem;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__menu--toggle {
  width: 2.25rem;
  height: 2.25rem;
}
.easy .easy__products--list .contenido__products.vista--lista .board__config--product.product-card--list .product__menu--list {
  top: 2.75rem;
}

/* Vista cuadrícula: en móvil son dos columnas, así que la tarjeta mide la mitad
   de ancho y la portada, los textos y las acciones se compactan. Desde 30rem
   (480px) recupera el tamaño completo de la tarjeta original. */
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__image {
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__image {
    height: 16rem;
    aspect-ratio: auto;
  }
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
  gap: 0.25rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--title {
  font-size: 0.875rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--paragraph {
  font-size: 0.75rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type {
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  font-size: 0.75rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type::after {
  top: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) {
    gap: 0.5rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--title {
    font-size: 1.25rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__text--paragraph {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type {
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper:not(.edit) .board__type::after {
    top: calc(50% - 1.125rem);
    width: 2.25rem;
    height: 2.25rem;
  }
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
  padding: 0.25rem 0.5rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button span {
  display: none;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status--label {
  display: none;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit {
    padding: 0.5rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .form .button span {
    display: inline;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper .board__config--product--wrapper.edit .board__precio--status--label {
    display: inline;
  }
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper.destacado .button__destacar {
  top: 0.5rem;
  left: 0.5rem;
  height: 1.75rem;
  padding: 0.25rem 0.375rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper.destacado .button__destacar::after {
  font-size: 0.75rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper.destacado .button__destacar img {
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper.destacado .button__destacar {
    top: 1rem;
    left: 1rem;
    height: 2rem;
    padding: 0.25rem 0.5rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper.destacado .button__destacar::after {
    font-size: 0.875rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper.destacado .button__destacar img {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__menu {
  top: 0.5rem;
  right: 0.5rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__menu--toggle {
  width: 2rem;
  height: 2rem;
}
.easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__menu--list {
  top: 2.5rem;
  min-width: 9rem;
}
@media screen and (min-width: 30rem) {
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__menu {
    top: 1rem;
    right: 1rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__menu--toggle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .easy .easy__products--list .contenido__products.vista--grid .board__config--product.product-card--list .product__menu--list {
    top: 3rem;
    min-width: 11rem;
  }
}

/* Listado de categorías: reusa el diseño del listado de productos (.easy__products--list)
   y solo ajusta lo propio de la categoría */
.easy .easy__categories .contenido__products .board__config--product.product-card--list {
  /* "12 productos": el número toma el acento verde de .board__precio--text > span.

     La palabra "productos" es un texto suelto dentro del <p>, así que el flex
     la trata como un ítem anónimo: hereda el space-between del precio de
     producto y se va al extremo contrario del renglón —en escritorio, con la
     tarjeta ancha, queda lejísimos del número— y de paso pierde el espacio en
     blanco que la separaba. Se arregla juntando los ítems a la izquierda y
     devolviendo la separación con gap, que sí aplica a los ítems anónimos. */
}
.easy .easy__categories .contenido__products .board__config--product.product-card--list .board__precio--text {
  justify-content: flex-start;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}

/* Sin descripción ni tipo de envío, el alto fijo de producto dejaría un hueco
   grande en la tarjeta de categoría. Solo aplica en cuadrícula: en lista manda
   la rejilla del renglón. */
@media screen and (min-width: 30rem) {
  .easy .easy__categories .contenido__products.vista--grid .board__config--product.product-card--list .product__wrapper {
    height: 100%;
  }
}

.board__tracking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.board__tracking--wrapper {
  padding: 0;
}
.board__tracking--wrapper .text--supertitle {
  color: white;
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.board__tracking--item {
  margin: 1rem auto;
  width: calc(33.33334% - 1rem);
  position: relative;
  opacity: 0.3;
  color: white;
}
.board__tracking--item.isCurrent {
  color: #18E179;
  opacity: 1;
}
.board__tracking--item.pass {
  color: #18E179;
  opacity: 0.5;
}
.board__tracking--item.pass .board__tracking--text::before {
  display: block;
}
.board__tracking--text {
  width: 100%;
  text-align: center;
  color: inherit;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.board__tracking--text .text {
  width: auto;
  color: currentColor;
  font-size: 0.75rem;
}
.board__tracking--text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.25rem;
  background-color: currentColor;
}
.board__tracking--text::before {
  display: none;
  content: "";
  position: relative;
  top: -0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 1rem;
  background: url("../img/icons/check.svg") no-repeat center;
  background-size: contain;
}

.easy .contenido--wrapper .board__config--product .product__wrapper.white {
  background-color: rgba(255, 255, 255, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.black {
  background-color: rgba(5, 3, 25, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.grey {
  background-color: rgba(163, 163, 163, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.red {
  background-color: rgba(229, 41, 41, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.orange {
  background-color: rgba(255, 111, 27, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.yellow {
  background-color: rgba(254, 216, 76, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.green {
  background-color: rgba(44, 157, 44, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.cyan {
  background-color: rgba(72, 221, 255, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.blue {
  background-color: rgba(93, 93, 255, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.purple {
  background-color: rgba(174, 52, 174, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.pink {
  background-color: rgba(255, 51, 204, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.magenta {
  background-color: rgba(235, 49, 148, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.red-orange {
  background-color: rgba(252, 58, 58, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.yellow-green {
  background-color: rgba(157, 230, 62, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.blue-green {
  background-color: rgba(65, 234, 189, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.blue-violet {
  background-color: rgba(157, 77, 218, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.red-violet {
  background-color: rgba(240, 41, 87, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.yellow-orange {
  background-color: rgba(253, 114, 64, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.destacado .button__destacar {
  border: none;
  background-color: rgba(255, 152, 0, 0.3);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.destacado .button__destacar img:nth-child(1) {
  display: block;
}
.easy .contenido--wrapper .board__config--product .product__wrapper.destacado .button__destacar img:nth-child(2) {
  display: none;
}
.easy .contenido--wrapper .board__config--product .product__wrapper.destacado .button__destacar:hover {
  background-color: rgba(1, 2, 16, 0.1);
}
.easy .contenido--wrapper .board__config--product .product__wrapper.destacado .button__destacar:hover img:nth-child(1) {
  display: none;
}
.easy .contenido--wrapper .board__config--product .product__wrapper.destacado .button__destacar:hover img:nth-child(2) {
  display: block;
}
.easy .contenido--wrapper .board__config--product .board__text--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.easy .contenido--wrapper .board__config--product .board__text--title span {
  width: calc(100% - 2rem);
}
.easy .contenido--wrapper .board__config--product .button__destacar {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy .contenido--wrapper .board__config--product .button__destacar img {
  width: 100%;
}
.easy .contenido--wrapper .board__config--product .button__destacar img:nth-child(1) {
  display: none;
}
.easy .contenido--wrapper .board__config--product .button__destacar img:nth-child(2) {
  display: block;
  filter: invert(0.35);
}
.easy .contenido--wrapper .board__config--product .button__destacar:hover img:nth-child(1) {
  display: block;
}
.easy .contenido--wrapper .board__config--product .button__destacar:hover img:nth-child(2) {
  display: none;
}
.easy .contenido--wrapper.error .board__text--wrapper .text--paragraph {
  font-weight: 600;
}
.easy .contenido--wrapper.error .file-named {
  background: rgba(1, 2, 16, 0.1);
  border: 2px dashed #dd1c47;
  color: #dd1c47;
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
  pointer-events: none;
  cursor: not-allowed;
}
.easy .contenido--wrapper .form--contenido {
  grid-column: span 2;
  padding-top: 1rem;
}
.easy .contenido--wrapper .form .board__input {
  margin: 0;
  width: 100%;
}
.easy .contenido--wrapper .form .board__input--wrapper {
  padding: 0.5rem;
  margin: 0;
  max-width: none;
  gap: 0.25rem;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba {
  width: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba img, .easy .contenido--wrapper .form .board__input--wrapper.prueba .video-preview {
  padding: 0;
  margin: 0;
  width: 10rem;
  height: 10rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(217, 217, 217, 0.35);
  border-radius: 1rem;
  padding: 0.5rem;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named {
  min-width: 8rem;
  height: auto;
  width: 10rem;
  gap: 0.25rem;
  font-size: 1rem;
  border: 2px dashed #6B1BF8;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named img {
  max-width: 3rem;
  background: none;
  max-height: 3rem;
  padding: 0;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named:only-child {
  margin: 0 auto !important;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named > span {
  display: block;
  width: 100%;
  text-align: center;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named > span::after {
  content: "------ o ------";
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #bfbfbf;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named .button__vermas {
  width: auto;
  background: none;
  padding: 0.35rem 0.75rem;
  min-height: 0;
  color: #6B1BF8;
  text-decoration: underline;
  font-style: italic;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named .button__vermas:hover {
  background-color: #6B1BF8;
  color: white;
  font-style: normal;
  text-decoration: none;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .file-named:hover {
  box-shadow: 0 0 1rem rgba(107, 27, 248, 0.35);
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container {
  display: flex;
  padding: 1rem 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container:empty {
  display: none;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container > * {
  -webkit-scroll-snap-align: center;
  scroll-snap-align: center;
  margin-right: 1rem;
  flex: 0 0 auto;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container img {
  border: 1px solid white;
  transition: all 0.35s;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper {
  position: relative;
  min-width: 10rem;
  min-height: 10rem;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper .delete-button {
  content: "x";
  font-size: 1rem;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  top: -0.35rem;
  right: -0.5rem;
  border: 2px solid white;
  background-color: #dd1c47;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.35s;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper .delete-button:hover {
  transform: scale(1.4);
  opacity: 1;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(44, 49, 55, 0.1);
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper:hover img {
  opacity: 0.9;
  outline: 2px solid #010210;
  transform: scale(0.9);
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper:first-of-type img {
  outline: 2px solid #2c3137;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper .main-badge {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.35rem;
  color: #2c3137;
  min-width: 7rem;
  background-color: white;
  padding: 0.25rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper .set-main-btn {
  display: block;
  font-size: 0.75rem;
  border-radius: 0.35rem;
  color: #2c3137;
  min-width: 7rem;
  border: 1px solid #2c3137;
  background-color: white;
  padding: 0.25rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.easy .contenido--wrapper .form .board__input--wrapper.prueba .preview__container .image-preview-wrapper .set-main-btn:hover {
  background-color: #2c3137;
  color: white;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(44, 49, 55, 0.1);
}
.easy .contenido--wrapper .form .board__input--wrapper .input__label {
  padding: 0;
  position: static;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item {
  width: 100%;
  padding: 0.5rem;
  border: 1px dashed #010210;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__image {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__destacados--wrapper {
  width: calc(100% - 3.5rem);
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__text {
  padding: 0;
  color: #010210;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__text--title {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__text--title img {
  max-width: 2rem;
  margin: 0;
  padding: 0;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__text--title .close {
  border-radius: 50%;
  background-color: rgba(221, 28, 71, 0.1);
  transition: transform 0.35s;
  cursor: pointer;
}
.easy .contenido--wrapper .form .board__input--wrapper .destacados__item .board__text--title .close:hover {
  box-shadow: 1px 2px 4px rgba(1, 2, 16, 0.1);
  background-color: rgba(221, 28, 71, 0.25);
  transform: translateY(-0.25rem);
}
.easy .contenido--wrapper .form .board__input--wrapper .text--sub {
  width: 100%;
  font-size: 0.75rem;
  padding: 0.5rem;
  text-align: left;
  color: #010210;
  background-color: #d9d9d9;
  border-radius: 0.5rem;
}
.easy .contenido--wrapper .form .button__dashed {
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.easy .contenido--wrapper .form .button__dashed img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
}
.easy .contenido--wrapper .form .mobile__slider {
  align-items: stretch;
  padding: 0.5rem;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item {
  padding: 0;
  position: relative;
  width: auto;
  margin: 0;
  margin-right: 1rem;
  height: 7rem;
  border-radius: 1rem;
  border: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.65;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item label {
  height: 100%;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item .board__design {
  width: 7rem;
  height: 100%;
  border-radius: 1rem;
  max-width: none;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item .board__design--wrapper {
  padding: 0.5rem;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item .board__design--wrapper .text {
  margin: 0;
  margin-bottom: 0.25rem;
  padding: 0;
  color: #010210;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item .board__design--wrapper .text--title {
  font-size: 1rem;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item .board__design--wrapper .text--subtitle {
  font-size: 0.875rem;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item .board__design--wrapper .button {
  background-color: #F8411B;
  font-size: 0.75rem;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item.selected {
  box-shadow: 2px 4px 0.5rem rgba(248, 65, 27, 0.35);
  border: none;
  outline: 3px solid #F8411B;
  opacity: 1;
}
.easy .contenido--wrapper .form .mobile__slider.design .mobile__slider--item input:checked + label {
  outline: none;
  border: none;
}
.easy .contenido--wrapper .form .mobile__slider {
  width: 100%;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item]) {
  padding-right: 0.5rem;
  order: 2;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item]).selected {
  order: 1;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item]) .input {
  display: none;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item]) .input__label--color {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  opacity: 0.7;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item]) .input:checked + label {
  outline: 2px solid #F8411B;
  opacity: 1;
  border: 1px solid white;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=white] .input__label--color {
  background-color: white;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=black] .input__label--color {
  background-color: #050319;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=grey] .input__label--color {
  background-color: #a0a0a0;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=red] .input__label--color {
  background-color: #e01010;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=orange] .input__label--color {
  background-color: #ff5e00;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=yellow] .input__label--color {
  background-color: #ffd332;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=green] .input__label--color {
  background-color: #228c22;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=cyan] .input__label--color {
  background-color: #26cdf3;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=blue] .input__label--color {
  background-color: #3333ff;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=purple] .input__label--color {
  background-color: purple;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=pink] .input__label--color {
  background-color: #ff33cc;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=magenta] .input__label--color {
  background-color: #e71284;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=red-orange] .input__label--color {
  background-color: #ff2020;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=yellow-green] .input__label--color {
  background-color: #8bd826;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=blue-green] .input__label--color {
  background-color: #19e5ae;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=blue-violet] .input__label--color {
  background-color: #8b26d8;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=red-violet] .input__label--color {
  background-color: #ed0f43;
}
.easy .contenido--wrapper .form .mobile__slider--item:not([data-item])[data-color=yellow-orange] .input__label--color {
  background-color: #ff5b20;
}
.easy__special--registro .content {
  margin: 0 !important;
}
.easy__special--registro footer {
  background-color: light-dark(#010210, white);
  padding: 1rem;
}
.easy__special--registro .contenido--wrapper .form .board__input--wrapper .input__label {
  position: absolute;
  top: 0.75rem;
}
.easy__special--registro .contenido--wrapper .form .board__input--wrapper {
  padding: 0.25rem;
  padding-top: 1rem;
  margin-top: 0.25rem;
}

.destacados > h3:nth-of-type(2) {
  margin-top: 0;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado {
  background: #010210;
  height: 14rem;
  max-width: 10rem;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado > span {
  background: #010210;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  z-index: 1;
  color: white;
  padding: 0.2rem 0.35rem;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado > span::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/icons/icon-star.svg") no-repeat center;
  background-size: 1.2rem;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__image {
  opacity: 0.85;
  height: 14rem;
  aspect-ratio: unset;
  width: 10rem;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__image img {
  height: 14rem;
  aspect-ratio: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__content--product--wrapper {
  height: auto;
  bottom: 0;
  right: 0;
  padding: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background: linear-gradient(to top, rgba(1, 2, 16, 0.4) 35%, rgba(1, 2, 16, 0.2) 70%, transparent 100%);
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__content--product--wrapper .board__text--title {
  color: white;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.75);
  max-height: 1.75rem;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  width: 100%;
  padding: 0.2rem 0.3rem;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__content--product--wrapper .board__precio--cantidad {
  padding: 0;
  width: auto;
  border: 0;
  background: none;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__content--product--wrapper .board__precio--text {
  display: block;
  font-size: 1.2rem;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.75);
  color: white;
  text-align: left;
  font-weight: 600;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 0.3rem;
  border-radius: 0.35rem;
}
.destacados.mobile__slider.destacados--sistema .mobile__slider--item.cuadrado .board__precio {
  display: none !important;
}
.destacados.mobile__slider.destacados--usuario .board__precio--cantidad .board__button {
  color: white;
}
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular {
  width: 22rem !important;
  height: 8rem !important;
  min-height: 0;
}
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular .board__image {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 0;
}
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular .board__content--product--wrapper {
  height: 8rem;
  min-height: 0;
  overflow: hidden;
}
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular.black .board__precio--cantidad .board__button,
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular.red .board__precio--cantidad .board__button,
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular.purple .board__precio--cantidad .board__button,
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular.blue-violet .board__precio--cantidad .board__button,
.destacados.mobile__slider.destacados--usuario .mobile__slider--item.destacado--rectangular.blue .board__precio--cantidad .board__button {
  color: #010210 !important;
}

.easy .easy__products--list .product-card--list .product__wrapper.destacado .button__destacar {
  height: 2rem;
  padding: 0.25rem 0.5rem;
  background-color: #ff9800 !important;
  opacity: 1 !important;
}
.easy .easy__products--list .product-card--list .product__wrapper.destacado .button__destacar img {
  filter: brightness(0) invert(1);
}
.easy .easy__products--list .product-card--list .product__wrapper.destacado .button__destacar::after {
  color: white;
}

.easy .easy__products--list .product-card--list .product__wrapper:not(.destacado) .button__destacar {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  background-color: rgba(1, 2, 16, 0.5);
}
.easy .easy__products--list .product-card--list .product__wrapper:not(.destacado) .button__destacar img {
  filter: brightness(0) invert(1) !important;
}

.easy .easy__products--list .product-card--list .button__destacar--modal {
  cursor: pointer;
  transition: transform 0.25s, filter 0.25s, background-color 0.25s;
}
.easy .easy__products--list .product-card--list .button__destacar--modal:hover {
  filter: brightness(1.15);
  transform: translateY(-0.25rem);
}

.easy .easy__products--list .product-card--list .product__wrapper:not(.destacado) .button__destacar--modal:hover {
  background-color: rgba(1, 2, 16, 0.75);
}

.easy .modal__featured-product,
.easy .modal__featured-remove {
  width: calc(100% - 1rem);
  max-width: 48rem;
  max-height: calc(100vh - 1rem);
  left: 0.5rem;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.easy .modal__featured-product.show, .easy .modal__featured-product:target,
.easy .modal__featured-remove.show,
.easy .modal__featured-remove:target {
  bottom: 0.5rem;
}
.easy .modal__featured-product:target ~ .overlay--back,
.easy .modal__featured-remove:target ~ .overlay--back {
  display: block !important;
}
.easy .modal__featured-product .board__overlay--wrapper,
.easy .modal__featured-remove .board__overlay--wrapper {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 1rem;
}
.easy .modal__featured-product .board__overlay--close,
.easy .modal__featured-remove .board__overlay--close {
  top: 0.5rem;
  right: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  min-height: 0;
  padding: 0;
  border: none;
  background-color: rgba(217, 217, 217, 0.5);
  color: #010210;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.25s, transform 0.25s;
}
.easy .modal__featured-product .board__overlay--close:hover,
.easy .modal__featured-remove .board__overlay--close:hover {
  background-color: #d9d9d9;
  transform: rotate(90deg);
}
.easy .modal__featured-product .board__text--wrapper,
.easy .modal__featured-remove .board__text--wrapper {
  width: 100%;
  padding: 0 2rem 0.75rem 0;
}
.easy .modal__featured-product .board__text--title,
.easy .modal__featured-remove .board__text--title {
  margin: 0;
  padding: 0;
  color: #010210;
  font-size: 1.25rem;
  text-align: left;
}
.easy .modal__featured-product .board__text--paragraph,
.easy .modal__featured-remove .board__text--paragraph {
  margin: 0.5rem 0 0;
  padding: 0;
  color: #2c3137;
  font-size: 0.875rem;
}
.easy .modal__featured-product .button--wrapper,
.easy .modal__featured-remove .button--wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.easy .modal__featured-product .button--wrapper .button,
.easy .modal__featured-remove .button--wrapper .button {
  flex: 1;
  width: auto;
  min-width: 0;
  min-height: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: filter 0.25s, transform 0.25s;
}
.easy .modal__featured-product .button--wrapper .button:hover,
.easy .modal__featured-remove .button--wrapper .button:hover {
  filter: brightness(1.1);
  transform: translateY(-0.25rem);
}
@media screen and (min-width: 48rem) {
  .easy .modal__featured-product,
  .easy .modal__featured-remove {
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2rem);
    left: 50%;
    transform: translateX(-50%);
  }
  .easy .modal__featured-product.show, .easy .modal__featured-product:target,
  .easy .modal__featured-remove.show,
  .easy .modal__featured-remove:target {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 47.99rem) {
  .easy .modal__featured-product,
  .easy .modal__featured-remove {
    box-sizing: border-box;
    width: 100%;
    max-width: 52rem;
    max-height: 100vh;
    left: 0;
    border-radius: 1rem 1rem 0 0;
  }
  .easy .modal__featured-product.show, .easy .modal__featured-product:target,
  .easy .modal__featured-remove.show,
  .easy .modal__featured-remove:target {
    bottom: 0;
  }
}
.easy .modal__featured-product {
  max-width: 52rem;
}
.easy .modal__featured-product .input--submit.button--wrapper {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.easy .modal__featured-product .board__overlay--wrapper {
  padding-top: 1.5rem;
}
.easy .modal__featured-product .board__input--wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0.25rem;
}
.easy .modal__featured-product .board__input {
  width: 100%;
  height: 2.75rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  background-color: white;
  color: #010210;
  font-size: 0.875rem;
  font-weight: 600;
}
.easy .modal__featured-product .board__input:focus {
  border-color: #010210;
  background-color: white;
}
.easy .modal__featured-product .board__image {
  display: block !important;
  position: static !important;
  flex: 0 0 4rem;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  opacity: 1 !important;
  transform: none !important;
}
.easy .modal__featured-product .board__image img {
  width: 100%;
  height: 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy .modal__featured-product .board__destacados--wrapper {
  width: calc(100% - 4.5rem);
}
.easy .modal__featured-product .board__destacados--wrapper .board__text--title {
  font-size: 0.875rem;
}
.easy .modal__featured-product .board__precio--text {
  width: auto;
  margin: 0.25rem 0 0;
  padding: 0;
  color: #010210;
  font-size: 0.75rem;
}
.easy .modal__featured-product .form--contenido {
  width: 100%;
  padding: 0;
}
.easy .modal__featured-product .form--wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}
.easy .modal__featured-product .input__label {
  position: static;
  display: block;
  align-self: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #010210;
  font-size: 0.875rem;
  text-align: left !important;
}
.easy .modal__featured-product .destacados__item {
  width: calc(100% - 1rem);
  margin: 0 0.5rem;
  padding: 0.5rem;
  border: 1px dashed #010210;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.easy .modal__featured-product--design-heading {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.easy .modal__featured-product--design-heading > .input__label {
  width: auto;
}
.easy .modal__featured-product .featured-palette {
  position: relative;
  flex: 0 0 auto;
}
.easy .modal__featured-product .featured-palette__trigger {
  min-height: 2.5rem;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  background-color: white;
  color: #010210;
  font: inherit;
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.easy .modal__featured-product .featured-palette__trigger:hover, .easy .modal__featured-product .featured-palette__trigger[aria-expanded=true] {
  border-color: #2b36bb;
  box-shadow: 0 0 0 0.15rem rgba(43, 54, 187, 0.15);
}
.easy .modal__featured-product .featured-palette__trigger-label {
  font-weight: 600;
}
.easy .modal__featured-product .featured-palette__current-name {
  color: #333333;
}
.easy .modal__featured-product .featured-palette__selected {
  width: 3.75rem;
  height: 1.75rem;
}
.easy .modal__featured-product .featured-palette__chevron {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.15rem solid currentColor;
  border-bottom: 0.15rem solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.easy .modal__featured-product .featured-palette__trigger[aria-expanded=true] .easy .modal__featured-product .featured-palette__chevron {
  transform: rotate(225deg);
}
.easy .modal__featured-product .featured-palette__menu {
  position: static;
  box-sizing: border-box;
  width: 100%;
  max-height: none;
  padding: 0.75rem;
  border: 1px solid rgba(43, 54, 187, 0.35);
  border-radius: 0.75rem;
  background-color: rgba(43, 54, 187, 0.05);
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.easy .modal__featured-product .featured-palette__menu[hidden] {
  display: none;
}
.easy .modal__featured-product .featured-palette__menu-title {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 0 0 0.25rem;
  color: #010210;
  font-size: 0.875rem;
  font-weight: 600;
}
.easy .modal__featured-product .featured-palette__theme-option {
  position: relative;
  box-sizing: border-box;
  flex: 0 1 100%;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 2.75rem;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-bottom: 1px solid rgba(1, 2, 16, 0.08);
  border-radius: 0.5rem;
  background-color: white;
  color: #010210;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.easy .modal__featured-product .featured-palette__theme-option:last-child {
  border-bottom: 0;
}
.easy .modal__featured-product .featured-palette__theme-option:hover {
  background-color: rgba(43, 54, 187, 0.06);
}
.easy .modal__featured-product .featured-palette__theme-option[aria-pressed=true] {
  background-color: rgba(43, 54, 187, 0.08);
  box-shadow: inset 0 0 0 0.15rem #2b36bb;
}
.easy .modal__featured-product .featured-palette__theme-option[aria-pressed=true]::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/check.svg") no-repeat center;
  background-size: 1.5rem;
  filter: brightness(0);
}
.easy .modal__featured-product .featured-palette__theme-name {
  margin-right: auto;
  font-size: 0.875rem;
  font-weight: 600;
}
.easy .modal__featured-product .featured-palette__preview {
  flex: 0 0 auto;
  height: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.easy .modal__featured-product .featured-palette__preview span {
  display: block;
  width: 1.25rem;
  height: 100%;
  border-top: 1px solid rgba(1, 2, 16, 0.1);
  border-bottom: 1px solid rgba(1, 2, 16, 0.1);
}
.easy .modal__featured-product .featured-palette__preview span:first-child {
  border-left: 1px solid rgba(1, 2, 16, 0.1);
  border-radius: 0.35rem 0 0 0.35rem;
}
.easy .modal__featured-product .featured-palette__preview span:last-child {
  border-right: 1px solid rgba(1, 2, 16, 0.1);
  border-radius: 0 0.35rem 0.35rem 0;
}
.easy .modal__featured-product .featured-palette__preview.theme-warm span:nth-child(1) {
  background-color: #fff0e8;
}
.easy .modal__featured-product .featured-palette__preview.theme-warm span:nth-child(2) {
  background-color: #6b2116;
}
.easy .modal__featured-product .featured-palette__preview.theme-warm span:nth-child(3) {
  background-color: #ff5b20;
}
.easy .modal__featured-product .featured-palette__preview.theme-cool span:nth-child(1) {
  background-color: #edf2ff;
}
.easy .modal__featured-product .featured-palette__preview.theme-cool span:nth-child(2) {
  background-color: #172554;
}
.easy .modal__featured-product .featured-palette__preview.theme-cool span:nth-child(3) {
  background-color: #3333ff;
}
.easy .modal__featured-product .featured-palette__preview.theme-neutral span:nth-child(1) {
  background-color: #f2f2f3;
}
.easy .modal__featured-product .featured-palette__preview.theme-neutral span:nth-child(2) {
  background-color: #171717;
}
.easy .modal__featured-product .featured-palette__preview.theme-neutral span:nth-child(3) {
  background-color: #3f3f46;
}
.easy .modal__featured-product .featured-palette__preview.theme-natural span:nth-child(1) {
  background-color: #eaf7ee;
}
.easy .modal__featured-product .featured-palette__preview.theme-natural span:nth-child(2) {
  background-color: #173b2a;
}
.easy .modal__featured-product .featured-palette__preview.theme-natural span:nth-child(3) {
  background-color: #228c22;
}
.easy .modal__featured-product .featured-palette__preview.theme-pastel span:nth-child(1) {
  background-color: #fff0f7;
}
.easy .modal__featured-product .featured-palette__preview.theme-pastel span:nth-child(2) {
  background-color: #5c2945;
}
.easy .modal__featured-product .featured-palette__preview.theme-pastel span:nth-child(3) {
  background-color: #c94f91;
}
.easy .modal__featured-product .featured-palette__preview.theme-vibrant span:nth-child(1) {
  background-color: #170c2d;
}
.easy .modal__featured-product .featured-palette__preview.theme-vibrant span:nth-child(2) {
  background-color: white;
}
.easy .modal__featured-product .featured-palette__preview.theme-vibrant span:nth-child(3) {
  background-color: #ff33cc;
}
.easy .modal__featured-product .featured-palette__preview.theme-elegant span:nth-child(1) {
  background-color: #0f172a;
}
.easy .modal__featured-product .featured-palette__preview.theme-elegant span:nth-child(2) {
  background-color: #f8fafc;
}
.easy .modal__featured-product .featured-palette__preview.theme-elegant span:nth-child(3) {
  background-color: #d4a72c;
}
.easy .modal__featured-product .featured-palette__preview.theme-earth span:nth-child(1) {
  background-color: #f7efe3;
}
.easy .modal__featured-product .featured-palette__preview.theme-earth span:nth-child(2) {
  background-color: #4a2c1d;
}
.easy .modal__featured-product .featured-palette__preview.theme-earth span:nth-child(3) {
  background-color: #b45309;
}
.easy .modal__featured-product .featured-palette__preview.theme-ocean span:nth-child(1) {
  background-color: #e6f7fb;
}
.easy .modal__featured-product .featured-palette__preview.theme-ocean span:nth-child(2) {
  background-color: #0c4a6e;
}
.easy .modal__featured-product .featured-palette__preview.theme-ocean span:nth-child(3) {
  background-color: #0891b2;
}
.easy .modal__featured-product .featured-palette__preview.theme-sweet span:nth-child(1) {
  background-color: #fff0f6;
}
.easy .modal__featured-product .featured-palette__preview.theme-sweet span:nth-child(2) {
  background-color: #701a4f;
}
.easy .modal__featured-product .featured-palette__preview.theme-sweet span:nth-child(3) {
  background-color: #db2777;
}
.easy .modal__featured-product .featured-palette__preview.theme-white span:nth-child(1) {
  background-color: white;
}
.easy .modal__featured-product .featured-palette__preview.theme-white span:nth-child(2) {
  background-color: #111827;
}
.easy .modal__featured-product .featured-palette__preview.theme-white span:nth-child(3) {
  background-color: #111827;
}
.easy .modal__featured-product .featured-palette__preview.theme-black span:nth-child(1) {
  background-color: #050505;
}
.easy .modal__featured-product .featured-palette__preview.theme-black span:nth-child(2) {
  background-color: white;
}
.easy .modal__featured-product .featured-palette__preview.theme-black span:nth-child(3) {
  background-color: white;
}
.easy .modal__featured-product .featured-palette__preview.theme-coral span:nth-child(1) {
  background-color: #fff1ed;
}
.easy .modal__featured-product .featured-palette__preview.theme-coral span:nth-child(2) {
  background-color: #7f1d1d;
}
.easy .modal__featured-product .featured-palette__preview.theme-coral span:nth-child(3) {
  background-color: #f25f4b;
}
.easy .modal__featured-product .featured-palette__preview.theme-lavender span:nth-child(1) {
  background-color: #f3efff;
}
.easy .modal__featured-product .featured-palette__preview.theme-lavender span:nth-child(2) {
  background-color: #3f2a75;
}
.easy .modal__featured-product .featured-palette__preview.theme-lavender span:nth-child(3) {
  background-color: #7c3aed;
}
.easy .modal__featured-product .featured-palette__preview.theme-mint span:nth-child(1) {
  background-color: #e8fff5;
}
.easy .modal__featured-product .featured-palette__preview.theme-mint span:nth-child(2) {
  background-color: #135f46;
}
.easy .modal__featured-product .featured-palette__preview.theme-mint span:nth-child(3) {
  background-color: #10b981;
}
.easy .modal__featured-product .featured-palette__preview.theme-gold span:nth-child(1) {
  background-color: #fff8e1;
}
.easy .modal__featured-product .featured-palette__preview.theme-gold span:nth-child(2) {
  background-color: #5f4300;
}
.easy .modal__featured-product .featured-palette__preview.theme-gold span:nth-child(3) {
  background-color: #d4a72c;
}
@media screen and (min-width: 30rem) {
  .easy .modal__featured-product .featured-palette__theme-option {
    flex-basis: calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }
}
@media screen and (min-width: 48rem) {
  .easy .modal__featured-product .featured-palette__theme-option {
    flex-basis: calc(25% - 0.5rem);
    max-width: calc(25% - 0.5rem);
  }
}
.easy .modal__featured-product .featured-palette__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.easy .modal__featured-product .featured-palette__toggle:not(:checked) ~ .featured-palette__menu {
  display: none !important;
}
.easy .modal__featured-product .featured-palette__toggle:checked ~ .featured-palette__menu {
  display: flex !important;
}
.easy .modal__featured-product .mobile__slider.design {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0.25rem;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.easy .modal__featured-product .mobile__slider.design .featured-design-option {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.easy .modal__featured-product .mobile__slider.design .featured-design-option__label {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  width: auto;
  min-height: 1rem;
  height: auto !important;
  margin: 0 !important;
  padding: 0.25rem 0.5rem !important;
  color: #010210 !important;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  text-align: center;
  opacity: 1 !important;
  cursor: pointer;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item {
  order: 0 !important;
  flex: 0 0 auto;
  flex-wrap: nowrap !important;
  height: 7rem;
  margin: 0 !important;
  padding: 0;
  border: 1px solid #bfbfbf;
  border-radius: 0.75rem;
  overflow: hidden;
  opacity: 0.35;
  display: flex;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.selected {
  border-color: transparent !important;
  outline: 0.15rem solid #2b36bb !important;
  outline-offset: 0 !important;
  box-shadow: 0 0.25rem 0.75rem rgba(43, 54, 187, 0.2) !important;
  opacity: 1 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.selected + .featured-design-option__label {
  border-radius: 0 0 0.35rem 0.35rem;
  background-color: #2b36bb;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item label {
  display: block;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  cursor: pointer;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item > label:first-of-type {
  flex: 1;
  width: 100%;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item .board__design {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 0;
  padding: 0 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item .board__design--wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  width: 7rem;
  min-width: 0;
  padding: 0.5rem !important;
  background-color: transparent;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.simple {
  width: 7rem;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.largo {
  width: 14rem;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.largo > label:first-of-type {
  flex: 0 0 7rem;
  width: 7rem;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.largo .board__design {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 86%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 86%, transparent 100%);
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.largo .board__design--wrapper {
  display: flex !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item .text {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #010210;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item .board__design--wrapper .button {
  width: auto;
  min-height: 0;
  height: auto;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  pointer-events: none;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.largo:not(.selected) .board__design--wrapper > * {
  visibility: visible !important;
  opacity: 1 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.white {
  background-color: white;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.grey {
  background-color: #a0a0a0;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.black {
  background-color: #050319;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow {
  background-color: #ffd332;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow-orange {
  background-color: #ff5b20;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.orange {
  background-color: #ff5e00;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red-orange {
  background-color: #ff2020;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red {
  background-color: #e01010;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red-violet {
  background-color: #ed0f43;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pink {
  background-color: #ff33cc;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.magenta {
  background-color: #e71284;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.purple {
  background-color: purple;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue-violet {
  background-color: #8b26d8;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue {
  background-color: #3333ff;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.cyan {
  background-color: #26cdf3;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue-green {
  background-color: #19e5ae;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.green {
  background-color: #228c22;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow-green {
  background-color: #8bd826;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-yellow {
  background-color: #fff0b3;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-peach {
  background-color: #ffd6c2;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-pink {
  background-color: #ffc9e2;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-lilac {
  background-color: #ddc9ff;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-blue {
  background-color: #c9e8ff;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-mint {
  background-color: #c9f1df;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-warm {
  background-color: #fff0e8;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-warm .board__design--wrapper .text {
  color: #6b2116 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-warm .board__design--wrapper .button {
  background-color: #ff5b20 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-cool {
  background-color: #edf2ff;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-cool .board__design--wrapper .text {
  color: #172554 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-cool .board__design--wrapper .button {
  background-color: #3333ff !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-neutral {
  background-color: #f2f2f3;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-neutral .board__design--wrapper .text {
  color: #171717 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-neutral .board__design--wrapper .button {
  background-color: #3f3f46 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-natural {
  background-color: #eaf7ee;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-natural .board__design--wrapper .text {
  color: #173b2a !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-natural .board__design--wrapper .button {
  background-color: #228c22 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-pastel {
  background-color: #fff0f7;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-pastel .board__design--wrapper .text {
  color: #5c2945 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-pastel .board__design--wrapper .button {
  background-color: #c94f91 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-vibrant {
  background-color: #170c2d;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-vibrant .board__design--wrapper .text {
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-vibrant .board__design--wrapper .button {
  background-color: #ff33cc !important;
  color: #050319 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-elegant {
  background-color: #0f172a;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-elegant .board__design--wrapper .text {
  color: #f8fafc !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-elegant .board__design--wrapper .button {
  background-color: #d4a72c !important;
  color: #171717 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-earth {
  background-color: #f7efe3;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-earth .board__design--wrapper .text {
  color: #4a2c1d !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-earth .board__design--wrapper .button {
  background-color: #b45309 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-ocean {
  background-color: #e6f7fb;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-ocean .board__design--wrapper .text {
  color: #0c4a6e !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-ocean .board__design--wrapper .button {
  background-color: #0891b2 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-sweet {
  background-color: #fff0f6;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-sweet .board__design--wrapper .text {
  color: #701a4f !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-sweet .board__design--wrapper .button {
  background-color: #db2777 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-white {
  background-color: white;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-white .board__design--wrapper .text {
  color: #111827 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-white .board__design--wrapper .button {
  background-color: #111827 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-black {
  background-color: #050505;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-black .board__design--wrapper .text {
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-black .board__design--wrapper .button {
  background-color: white !important;
  color: #050505 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-coral {
  background-color: #fff1ed;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-coral .board__design--wrapper .text {
  color: #7f1d1d !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-coral .board__design--wrapper .button {
  background-color: #f25f4b !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-lavender {
  background-color: #f3efff;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-lavender .board__design--wrapper .text {
  color: #3f2a75 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-lavender .board__design--wrapper .button {
  background-color: #7c3aed !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-mint {
  background-color: #e8fff5;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-mint .board__design--wrapper .text {
  color: #135f46 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-mint .board__design--wrapper .button {
  background-color: #10b981 !important;
  color: #052e24 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-gold {
  background-color: #fff8e1;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-gold .board__design--wrapper .text {
  color: #5f4300 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.theme-gold .board__design--wrapper .button {
  background-color: #d4a72c !important;
  color: #171717 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.white .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.grey .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow-orange .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.orange .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red-orange .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red-violet .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pink .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.magenta .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.cyan .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue-green .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.green .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow-green .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-yellow .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-peach .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-pink .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-lilac .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-blue .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-mint .board__design--wrapper .text {
  color: #010210 !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.white .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.grey .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow-orange .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.orange .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red-orange .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red-violet .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pink .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.magenta .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.cyan .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue-green .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.green .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.yellow-green .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-yellow .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-peach .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-pink .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-lilac .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-blue .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.pastel-mint .board__design--wrapper .button {
  background-color: #010210 !important;
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.black .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.purple .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue-violet .board__design--wrapper .text, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue .board__design--wrapper .text {
  color: white !important;
}
.easy .modal__featured-product .mobile__slider.design .mobile__slider--item.black .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.red .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.purple .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue-violet .board__design--wrapper .button, .easy .modal__featured-product .mobile__slider.design .mobile__slider--item.blue .board__design--wrapper .button {
  background-color: white !important;
  color: #010210 !important;
}
.easy .modal__featured-product--title-field > .input__label {
  margin-bottom: 0.5rem !important;
}
.easy .modal__featured-product--remove {
  flex-basis: 100% !important;
  border-color: #010210 !important;
  background-color: transparent !important;
  color: #010210 !important;
}
.easy .modal__featured-product--remove[hidden] {
  display: none;
}
@media screen and (min-width: 48rem) {
  .easy .modal__featured-product {
    width: calc(100% - 2rem);
    height: min(44rem, 100vh - 2rem);
  }
  .easy .modal__featured-product .board__overlay--wrapper {
    height: 100%;
    max-height: none;
    overflow: visible;
  }
  .easy .modal__featured-product .form--featured-product {
    max-height: none;
    overflow: visible;
  }
}

.easy .modal__featured-remove {
  max-width: none;
}
@media screen and (min-width: 48rem) {
  .easy .modal__featured-remove {
    max-width: 30rem;
  }
}

.easy__tiendas .board__supertext .text {
  font-size: 1.25em;
  text-align: center;
}
.easy__tiendas .board__supertext span {
  font-weight: 700;
  color: #18E179;
  font-size: inherit;
}
.easy__tiendas .input__search {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.easy__tiendas .input__search .input__label {
  height: 2px;
  width: 0%;
  background-color: #18E179;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.35s;
}
.easy__tiendas .input__search input:focus + .input__label {
  width: 100%;
  left: 0;
}
.easy__tiendas .input__search--wrapper {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.easy__tiendas .input__search--wrapper .button {
  background-color: #18E179;
  color: #2c3137;
}
.easy__tiendas .input__search input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem 0.5rem 0 0;
}
.easy__tiendas .contenido--wrapper .rubros__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.easy__tiendas .contenido--wrapper .rubros__item {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: white;
}
.easy__tiendas .contenido--wrapper .rubros__item--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.easy__tiendas .contenido--wrapper .rubros__item--wrapper > *:first-child {
  margin-right: 1rem;
}
.easy__tiendas .contenido--wrapper .rubros__item img {
  max-width: 3rem;
}
.easy__tiendas .contenido--wrapper .rubros__item .text--paragraph {
  margin: 0;
  font-size: 1.25rem;
}

#page--successpay .board__main {
  padding: 0;
  position: relative;
  margin: 3rem auto 0 auto;
  border-radius: 1rem;
  background-color: white;
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#page--successpay .board__logotipo--img {
  width: 3.5rem;
  position: absolute;
  left: calc(50% - 2rem);
  top: -2rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 2px solid #2c3137;
  background: white;
  margin-bottom: 0.5rem;
}
#page--successpay .board__overlay--wrapper {
  padding: 0 1.25rem;
  border-radius: 1rem;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page--successpay .board__content {
  width: 100%;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
#page--successpay .board__text {
  width: 100%;
  line-height: 1;
  color: #010210;
  opacity: 1;
}
#page--successpay .board__text--title {
  width: auto;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: -2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page--successpay .board__text--title img {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  background-color: #18E179;
  border-radius: 50%;
}
#page--successpay .board__text--title span {
  width: 100%;
}
#page--successpay .board__text--paragraph {
  font-size: 1rem;
  color: #bfbfbf;
}
#page--successpay .board__text--subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.5rem;
}
#page--successpay .board__text--message {
  font-size: 1rem;
  color: #010210;
  line-height: 1.25lh;
  background-color: rgba(24, 225, 121, 0.25);
  border-radius: 1rem;
  padding: 0.75rem;
  text-align: center;
  margin-bottom: 1rem;
}
#page--successpay .board__text strong {
  color: #010210;
}
#page--successpay .board__text span {
  color: #010210;
}
#page--successpay .button {
  max-width: 20rem;
}
#page--successpay .button__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#page--successpay small {
  padding: 1rem;
  padding-top: 0;
  text-align: center;
}
#page--successpay #redirect-countdown {
  margin-top: 1rem;
}
#page--successpay #countdown {
  font-weight: 600;
}

@media print {
  .button,
  .button__wrapper {
    display: none !important;
  }
  html, body {
    background: white !important;
  }
}
.easy__ai .content {
  margin: 0;
}
.easy__ai .board__main .board__logotipo {
  position: static;
  padding: 0.5rem;
}
.easy__ai .board__main .board__logotipo--wrapper {
  margin: 3rem auto;
  width: 6rem;
  height: 6rem;
  padding: 0;
  align-items: center;
  margin-bottom: 1rem;
  background: none;
  overflow: unset;
}
.easy__ai .board__main .board__logotipo--wrapper img {
  width: 100%;
  height: auto;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  margin: 0 auto;
}
.easy__ai .board__main .board__supertext {
  margin: 0;
}
.easy__ai .board__main .board__supertext--title, .easy__ai .board__main .board__supertext--subtitle {
  font-size: 1.75rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.easy__ai .board__main .board__supertext span {
  font-weight: 600;
  font-size: inherit;
  color: #18E179;
  width: 100%;
}
.easy__ai .board__main .board__supertext--subtitle {
  margin-top: 1.25rem;
  opacity: 0.75;
  padding: 0 1rem;
  font-size: 1rem;
  font-style: italic;
}
.easy__ai--illustration {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto 2rem auto;
  display: block;
  padding: 1rem;
  margin: 0 auto;
}
.easy__ai--steps {
  width: 20rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  gap: 0.75rem;
}
.easy__ai--steps-item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}
.easy__ai--steps span {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: #010210;
  background-color: #18E179;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__ai--steps img {
  filter: invert(1);
  min-width: 1.75rem;
}
.easy__ai--steps .text {
  color: white;
  margin: 0;
}
.easy__ai--steps .text span {
  border: none;
  width: auto;
  height: auto;
  background: none;
  display: inline-block;
  color: #18E179;
  font-weight: 600;
}
.easy__ai--steps .button--wrapper .button {
  width: 100% !important;
}
.easy__ai--info {
  margin: 0;
  margin-top: 1rem;
  font-style: italic;
  opacity: 1;
  color: #18E179;
}
.easy__ai--indicator {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin: 2rem auto;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  counter-reset: step-counter;
}
.easy__ai--indicator::before {
  content: "";
  display: block;
  width: calc(100% - 6rem);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 1.35rem;
  left: 3rem;
  z-index: 0;
  transition: width 0.3s ease-in-out;
}
.easy__ai--indicator-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  z-index: 1;
}
.easy__ai--indicator-item span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #18E179;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.25);
  font-weight: 600;
}
.easy__ai--indicator-item span::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #18E179;
  display: inline-block;
  font-size: 0.875rem;
  content: "";
  background: url("../img/icons/checkblack.svg") no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy__ai--indicator-item p {
  width: 100%;
  font-size: 0.875rem;
  color: #18E179;
  text-align: center;
  font-weight: 500;
}
.easy__ai--indicator-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #18E179;
  left: 2.5rem;
  top: 14px;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}
.easy__ai--indicator-item.active span {
  border-color: #18E179;
  background-color: #010210;
}
.easy__ai--indicator-item.active span::before {
  background: none;
  content: counter(step-counter);
  color: white;
  counter-increment: step-counter;
}
.easy__ai--indicator-item.active::after {
  width: calc(105% + 2rem);
}
@media (min-width: 520px) {
  .easy__ai--indicator-item.active::after {
    width: calc(135% + 2rem);
  }
}
@media (min-width: 620px) {
  .easy__ai--indicator-item.active::after {
    width: calc(150% + 2rem);
  }
}
@media (min-width: 660px) {
  .easy__ai--indicator-item.active::after {
    width: calc(163% + 2rem);
    left: 60%;
  }
}
@media (min-width: 740px) {
  .easy__ai--indicator-item.active::after {
    width: calc(188% + 2rem);
    left: 60%;
  }
}
@media (min-width: 830px) {
  .easy__ai--indicator-item.active::after {
    width: calc(220% + 2rem);
  }
}
@media (min-width: 920px) {
  .easy__ai--indicator-item.active::after {
    width: calc(252% + 2rem);
  }
}
.easy__ai--indicator-item.active p {
  color: white;
}
.easy__ai--indicator-item.active ~ .easy__ai--indicator-item span {
  border-color: rgba(255, 255, 255, 0.25);
  background: #010210;
}
.easy__ai--indicator-item.active ~ .easy__ai--indicator-item span::before {
  background: none;
  content: counter(step-counter);
  color: rgba(255, 255, 255, 0.25);
  counter-increment: step-counter;
}
.easy__ai--indicator-item.active ~ .easy__ai--indicator-item p {
  color: rgba(255, 255, 255, 0.25);
}
.easy__ai--indicator-item.active ~ .easy__ai--indicator-item::after {
  width: 0;
}
.easy__ai--indicator-item:last-of-type::after {
  display: none !important;
}
.easy__ai .button--wrapper {
  padding: 1rem;
}
.easy__ai .button--wrapper img {
  transform: rotate(-180deg);
}
.easy__ai .button__secondary {
  color: white;
  background: none;
  border: 1px solid white;
}
.easy__ai .button__primary {
  background-color: #18E179;
  color: #010210;
}
.easy__ai--suggestions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.easy__ai--suggestions .easy__ai--suggestion-item {
  padding: 0.5rem 1rem;
  order: 2;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.easy__ai--suggestions .easy__ai--suggestion-item .board__text {
  margin: 0;
}
.easy__ai--suggestions .easy__ai--suggestion-item:hover {
  background-color: #18E179;
  color: #010210;
}
.easy__ai--suggestions .easy__ai--suggestion-item.selected {
  background-color: #18E179;
}
.easy__ai--suggestions .easy__ai--suggestion-item.selected .board__text {
  color: #010210;
}
.easy__ai--suggestions .input__label--info {
  order: 1;
  width: 100%;
  text-align: center;
  color: #18E179;
  font-style: italic;
}
.easy__ai--screen {
  display: none;
}
.easy__ai--screen.active {
  display: block;
}
.easy__ai--screen .button--wrapper {
  gap: 1rem;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.easy__ai--screen .button--wrapper .button {
  margin: 0;
}
.easy__ai--screen .button--wrapper .button img {
  margin: 0;
}
.easy__ai--screen .form {
  padding: 1rem;
  width: 100%;
}
.easy__ai--screen .form .form--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.easy__ai--screen .form .form--wrapper .board__input {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  background-color: transparent;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper {
  padding: 0;
  width: 100%;
  position: relative;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper::before {
  font-size: 0.875rem;
  display: none;
  content: "El nombre ya existe";
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #008c5e;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper.invalido::before, .easy__ai--screen .form .form--wrapper .board__input--wrapper.error::before {
  display: block;
  color: #dd1c47;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper.invalido::after, .easy__ai--screen .form .form--wrapper .board__input--wrapper.error::after {
  background: url("../../img/icons/close.svg") no-repeat center center;
  background-size: 120%;
  background-color: rgba(221, 28, 71, 0.15);
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper.invalido .board__input, .easy__ai--screen .form .form--wrapper .board__input--wrapper.error .board__input {
  border-color: #dd1c47;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper.invalido + .board__input--label, .easy__ai--screen .form .form--wrapper .board__input--wrapper.error + .board__input--label {
  font-style: italic;
  color: #18E179;
}
.easy__ai--screen .form .form--wrapper .board__input--wrapper.valido::after {
  background: url("../../img/icons/check.svg") no-repeat center center;
  background-size: 120%;
  background-color: rgba(0, 140, 94, 0.15);
}
.easy__ai--screen .form .form--wrapper .button[type=submit] {
  width: 2.5rem;
  background: rgba(24, 225, 121, 0.2);
  margin: 0;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  border-radius: 50%;
}
.easy__ai--screen .form .form--wrapper .button[type=submit] img {
  margin: 0;
}
.easy__ai--screen .form .form--wrapper .button[type=submit]:hover {
  background: #18E179;
}
.easy__ai--screen .form .form--wrapper .button[type=submit]:hover img {
  filter: invert(1) brightness(0) contrast(2);
}
.easy__ai--screen .form .input__label {
  opacity: 1;
  color: white;
  display: block;
  margin-bottom: 0.5rem;
}
.easy__ai--screen .form .board__input--label {
  opacity: 1;
  color: white;
  display: block;
  margin-bottom: 0.5rem;
}
.easy__ai--screen .form .board__input--switch input:checked + .switch {
  background-color: rgba(24, 225, 121, 0.2);
}
.easy__ai--screen .form .board__input--switch input:checked + .switch::after {
  background-color: #18E179;
}
.easy__ai--screen .form .board__input--switch .board__input--label a {
  color: #18E179;
  text-decoration: underline;
}
.easy__ai--screen .form .board__input--switch .switch {
  cursor: pointer;
}
.easy__ai .board__text {
  text-align: center;
}
.easy__ai .board__text--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 0.75rem;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.easy__ai .board__text--wrapper .text {
  color: white;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.easy__ai .board__text--wrapper .text--title {
  font-size: 1.5rem;
  font-weight: 600;
}
.easy__ai .board__text--wrapper .text--subtitle {
  color: #18E179;
  font-style: italic;
}
.easy__ai .board__text--wrapper .board__input--wrapper .button img {
  filter: invert(1);
}
.easy__ai .board__text--wrapper .board__input--wrapper .button:hover, .easy__ai .board__text--wrapper .board__input--wrapper .button:active, .easy__ai .board__text--wrapper .board__input--wrapper .button:focus {
  background-color: #18E179;
  color: #010210;
}
.easy__ai .board__text--wrapper .board__input--wrapper .button:hover img, .easy__ai .board__text--wrapper .board__input--wrapper .button:active img, .easy__ai .board__text--wrapper .board__input--wrapper .button:focus img {
  filter: none;
}
.easy__ai .mobile__slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  min-height: 12rem;
  margin: 0 auto;
  position: relative;
}
.easy__ai .mobile__slider:empty {
  display: none;
}
.easy__ai .mobile__slider::-webkit-scrollbar {
  display: none;
}
.easy__ai .mobile__slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .easy__ai .mobile__slider::-webkit-scrollbar {
    display: block;
  }
  .easy__ai .mobile__slider {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
}
.easy__ai .mobile__slider .mobile__slider--item {
  max-width: 10rem;
  padding: 0;
  margin: 0;
}
.easy__ai .mobile__slider .mobile__slider--item .easy__ai--upload-item {
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease-in-out;
}
.easy__ai .mobile__slider .mobile__slider--item .easy__ai--upload-item img {
  width: 100%;
  height: 100%;
  min-width: 8rem;
  min-height: 8rem;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(1, 2, 16, 0.15);
}
.easy__ai .mobile__slider .mobile__slider--item .easy__ai--upload-item .board__text {
  font-size: 0.875rem;
  text-align: center;
  color: white;
  opacity: 1;
  line-height: 1.25rem;
  margin: 0;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.easy__ai .mobile__slider .mobile__slider--item .easy__ai--upload-item:hover {
  background: none;
  outline: 0.15rem solid rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
  z-index: 1;
}
.easy__ai .mobile__slider .mobile__slider--item.selected {
  background: rgba(24, 225, 121, 0.15);
  border-color: #18E179;
}
.easy__ai .mobile__slider .mobile__slider--item.selected .easy__ai--upload-item {
  background: none;
  outline: 0.15rem solid #18E179 !important;
}
.easy__ai .mobile__slider.animate {
  padding: 2.5rem 1rem !important;
  min-height: 18rem !important;
  position: relative;
  overflow: hidden !important;
  display: block !important;
  overflow-x: hidden !important;
}
.easy__ai .mobile__slider.animate::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  height: 9rem;
  background: linear-gradient(45deg, #6B1BF8, #2b36bb, #008c5e, #18E179, #2b36bb, #6B1BF8);
  background-size: 400%;
  border-radius: 50%;
  filter: blur(1.5rem);
  opacity: 0.8;
  animation: glowingColors 5s linear infinite;
}
.easy__ai .mobile__slider.animate .mobile__slider--item {
  position: absolute;
  border-color: transparent !important;
  scroll-snap-align: unset;
  width: 10rem;
  height: 12rem;
  left: -20%;
  opacity: 0;
  animation: moveToLeft 6s linear infinite;
}
.easy__ai .mobile__slider.animate .mobile__slider--item:nth-child(2) {
  animation-delay: 2s;
}
.easy__ai .mobile__slider.animate .mobile__slider--item:nth-child(2) .easy__ai--upload-item {
  animation-delay: 2s;
}
.easy__ai .mobile__slider.animate .mobile__slider--item:nth-child(3) {
  animation-delay: 4s;
}
.easy__ai .mobile__slider.animate .mobile__slider--item:nth-child(3) .easy__ai--upload-item {
  animation-delay: 4s;
}
.easy__ai .mobile__slider.animate .mobile__slider--item .easy__ai--upload-item {
  background: #010210;
  position: absolute;
  z-index: 1;
  overflow: visible;
  border: none;
  outline: none;
  pointer-events: none;
  width: 10rem;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  animation: bubbleBounce 6s ease-in-out infinite;
}
.easy__ai .mobile__slider.animate .mobile__slider--item .easy__ai--upload-item img {
  width: 8rem !important;
  height: 8rem !important;
  min-width: 8rem !important;
  min-height: 8rem !important;
  opacity: 0 !important;
  border-radius: 50%;
}
.easy__ai .mobile__slider.animate .mobile__slider--item .easy__ai--upload-item .board__text {
  display: none;
}
.easy__ai .mobile__slider.animate .mobile__slider--item .easy__ai--upload-item::after {
  content: "Generando...";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010210;
  border-radius: 1.5rem;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0.2) 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: loadingShimmer 3s ease-in-out infinite;
}
@keyframes loadingShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes bubbleBounce {
  0% {
    transform: scale(1);
    width: 15rem;
    height: 10rem;
  }
  10% {
    transform: scale(1);
    width: 14rem;
    height: 10.5rem;
  }
  20% {
    transform: scale(1);
    width: 13rem;
    height: 12rem;
  }
  25% {
    transform: scale(1);
    width: 16rem;
    height: 12rem;
  }
  30% {
    transform: scale(1);
    width: 10rem;
    height: 12rem;
  }
  35% {
    transform: scale(1);
    width: 14rem;
    height: 12rem;
  }
  40% {
    transform: scale(1);
    width: 12rem;
    height: 12rem;
  }
  50% {
    transform: scale(1);
    width: 11rem;
    height: 11rem;
  }
  60% {
    transform: scale(1);
    width: 13rem;
    height: 10rem;
  }
  100% {
    transform: scale(1);
    width: 15rem;
    height: 10rem;
  }
}
@keyframes glowingColors {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400% 0;
  }
}
@keyframes moveToLeft {
  0% {
    left: 100%;
    opacity: 0;
  }
  5% {
    left: 85%;
    opacity: 0.25;
  }
  10% {
    left: 60%;
    opacity: 1;
  }
  18% {
    left: calc(50% - 5rem);
    opacity: 1;
  }
  42% {
    left: calc(50% - 5rem);
    opacity: 1;
  }
  45% {
    left: 35%;
    opacity: 1;
  }
  50% {
    left: 20%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.easy__ai #upload-boxes-cover .mobile__slider--item {
  max-width: 16rem;
}
.easy__ai #upload-boxes-cover .mobile__slider--item .easy__ai--upload-item {
  padding: 0.5rem;
}
.easy__ai #upload-boxes-cover .mobile__slider--item .easy__ai--upload-item img {
  aspect-ratio: 3/2;
  border-radius: 0.25rem;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item {
  max-width: 35rem;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  background: none;
  padding: 1rem 1rem 3rem 1rem;
  position: relative;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item {
  padding: 0;
  cursor: default;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item:hover {
  transform: none;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item img {
  border-radius: 1rem;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item:first-of-type {
  padding: 0;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item:first-of-type img {
  aspect-ratio: 1/1;
  min-width: 0;
  border-radius: 50%;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item .board__img {
  position: absolute;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item .board__img img {
  min-width: 0;
  min-height: 0;
  width: auto;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item .board__img {
  cursor: pointer;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item .board__img:hover {
  background-color: #18E179;
}
.easy__ai #upload-boxes-step3 .mobile__slider--item .easy__ai--upload-item .board__img:hover img {
  filter: brightness(0);
}
.easy__ai--upload {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  cursor: default;
}
.easy__ai--upload:only-child {
  width: 98%;
}
.easy__ai--upload .board__img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  opacity: 1;
  z-index: 1;
  padding: 0.35rem;
  background: none;
  background-color: #010210;
  border-radius: 50%;
}
.easy__ai--upload .board__img img {
  filter: brightness(100) contrast(20) grayscale(1);
}
.easy__ai--upload-item {
  position: relative;
}
.easy__ai--upload-item .board__img {
  position: absolute;
  right: -1rem;
  top: 0rem;
}
.easy__ai--upload-item .board__img img {
  min-width: 0;
}
.easy__ai--upload-item:nth-of-type(1) .button {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0.5rem;
  border-style: dashed;
}
.easy__ai--upload-item:nth-of-type(1) .button:hover {
  background-color: rgba(24, 225, 121, 0.1);
  color: #18E179;
}
.easy__ai--upload-item:nth-of-type(1) .button:hover img {
  filter: none;
}
.easy__ai--upload-item:nth-of-type(1) .button:active, .easy__ai--upload-item:nth-of-type(1) .button:focus {
  background-color: rgba(24, 225, 121, 0.1);
  color: #18E179;
  outline: 0.25rem solid #18E179;
  outline-offset: 0.25rem;
}
.easy__ai--upload-item:nth-of-type(1) img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
}
.easy__ai--upload-item:nth-of-type(1) span {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
}
.easy__ai--upload-item:last-of-type .button {
  border-radius: 1.5rem;
  background-color: #6B1BF8;
  color: white;
}
.easy__ai--upload-item:last-of-type .button img {
  filter: invert(1);
}
.easy__ai--upload-item:last-of-type .button:hover {
  background-color: rgb(139.1191489362, 76.4808510638, 249.5191489362);
}
.easy__ai--second {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.easy__ai--limit {
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
  margin: 0.25rem 0 0 0;
  color: rgba(255, 255, 255, 0.55);
}
.easy__ai--limit.easy__ai--limit--reached {
  color: #ff9800;
  font-weight: 600;
}
.easy__ai--formato {
  font-size: 0.8125rem;
  opacity: 0.7;
  margin-top: 0.25rem;
  letter-spacing: 0.02em;
}
.easy__ai--screen--cover .easy__ai--formato {
  color: #1b96e4;
  opacity: 1;
}
.easy__ai--screen--cover .easy__ai--upload--cover .easy__ai--upload-item:nth-of-type(1) .button {
  width: 15rem;
  height: 8.5rem;
  border-color: rgba(27, 150, 228, 0.6);
}
.easy__ai--screen--cover .easy__ai--upload--cover .easy__ai--upload-item:nth-of-type(1) .button:hover {
  background-color: rgba(27, 150, 228, 0.1);
  color: #1b96e4;
}
.easy__ai--screen--cover .easy__ai--upload--cover .easy__ai--upload-item:nth-of-type(1) .button:active, .easy__ai--screen--cover .easy__ai--upload--cover .easy__ai--upload-item:nth-of-type(1) .button:focus {
  background-color: rgba(27, 150, 228, 0.1);
  color: #1b96e4;
  outline-color: #1b96e4;
}
.easy__ai--screen--cover #upload-boxes-cover.animate::before {
  width: 26rem;
  height: 8rem;
}
.easy__ai--screen--cover #upload-boxes-cover.animate .mobile__slider--item {
  width: 16rem;
  height: 10rem;
}
.easy__ai--screen--cover #upload-boxes-cover.animate .mobile__slider--item .easy__ai--upload-item {
  width: 16rem;
  height: 10rem;
  animation-name: bubbleBounceWide;
}
.easy__ai--screen--cover #upload-boxes-cover.animate .mobile__slider--item .easy__ai--upload-item img {
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 3/2;
  border-radius: 0.5rem;
}
.easy__ai--screen--cover #upload-boxes-cover.animate .mobile__slider--item .easy__ai--upload-item::after {
  content: "Generando portada...";
  border-radius: 0.75rem;
}
@keyframes bubbleBounceWide {
  0% {
    transform: scale(1);
    width: 16rem;
    height: 10rem;
  }
  25% {
    transform: scale(1);
    width: 18rem;
    height: 10.5rem;
  }
  50% {
    transform: scale(1);
    width: 15rem;
    height: 9.5rem;
  }
  75% {
    transform: scale(1);
    width: 17rem;
    height: 10rem;
  }
  100% {
    transform: scale(1);
    width: 16rem;
    height: 10rem;
  }
}

.easy__ai--terms-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(0.25rem);
}
.easy__ai--terms-modal[hidden] {
  display: none;
}
.easy__ai--terms-modal .easy__ai--terms-panel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 60rem;
  max-height: 90vh;
  position: relative;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: #2c3137;
  color: white;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.5);
}
.easy__ai--terms-modal .easy__ai--terms-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.easy__ai--terms-modal .easy__ai--terms-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.easy__ai--terms-modal .easy__ai--terms-title {
  margin: 0;
  padding-right: 2.5rem;
  font-size: 1.25rem;
  font-weight: 800;
}
.easy__ai--terms-modal .easy__ai--terms-body {
  flex: 1 1 auto;
  min-height: 12rem;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: white;
  scrollbar-width: thin;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content {
  padding: 1.25rem;
  color: #2c3137;
  font-size: 0.875rem;
  line-height: 1.5;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content h1, .easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content h2 {
  color: #2c3137;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content h1 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content h2 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1rem;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content p {
  margin-bottom: 1rem;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  list-style: decimal;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content ol ol {
  margin-top: 0.5rem;
  list-style: lower-alpha;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content li {
  margin-bottom: 0.5rem;
}
.easy__ai--terms-modal .easy__ai--terms-body .easy__ai--terms-content a {
  color: #010210;
  text-decoration: underline;
}
.easy__ai--terms-modal .easy__ai--terms-hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  text-align: center;
}
.easy__ai--terms-modal .button__primary {
  width: 100%;
  margin: 0;
}
.easy__ai--terms-modal .button__primary.isDisabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/*-------------------- Ficha de producto: alta y edición --------------------

  Diseño oscuro fijo (esta pantalla no sigue el tema claro del panel).

  IMPORTANTE — por qué el formulario ya no se llama `.form form--contenido`:
  el diseño anterior de esta ficha tiene 307 reglas que exigen `.form` en el selector,
  con etiquetas en position:absolute, `color: !important`, chips ::before de unidades y
  grids propios. Pelear contra eso con overrides era inviable. El formulario usa ahora
  la clase `.pform`, así que ninguna de esas reglas aplica y aquí se define todo desde
  cero. Ningún JS depende de la clase `.form` (todos usan el id #form).

  Solo toca el formulario: el encabezado de la tienda, los accesos rápidos y las
  estadísticas siguen con sus estilos de siempre.
*/
.easy .easy__products--agregar .pform {
  --pf-surface: #1b1c28;
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.easy .easy__products--agregar .pform {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 5rem;
  background: none;
  color: white;
  font-family: "Poppins", sans-serif;
  overflow-x: clip;
}
.easy .easy__products--agregar .pform {
  /* ---------- Encabezado ---------- */
}
.easy .easy__products--agregar .pform .pform__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  background: none;
}
.easy .easy__products--agregar .pform .pform__head {
  margin: 1.5rem 0;
}
.easy .easy__products--agregar .pform .pform__head--titles {
  flex: 1 1 14rem;
}
.easy .easy__products--agregar .pform .pform__head .text--title {
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.2;
}
.easy .easy__products--agregar .pform .pform__head .text--paragraph {
  width: auto;
  margin: 0.25rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.875rem;
  text-align: left;
}
.easy .easy__products--agregar .pform .pform__head .button--wrapper {
  width: auto;
  margin: 0;
  padding: 0;
}
.easy .easy__products--agregar .pform {
  /* Como en el diseño: rectangular con esquinas suaves e icono antes del texto.
     El selector arrastra .pform__head y .button--wrapper para ganarle a la regla vieja
     de easyconfig (…board__text--wrapper .button--wrapper .button) que lo dejaba en
     pill con la animación purpleGlow. */
}
.easy .easy__products--agregar .pform .pform__head .button--wrapper .pform__button--ia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #6B1BF8;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.5rem;
  box-shadow: none;
  animation: none;
  outline: none;
}
.easy .easy__products--agregar .pform .pform__head .button--wrapper .pform__button--ia img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  filter: brightness(0) invert(1);
}
.easy .easy__products--agregar .pform .pform__head .button--wrapper .pform__button--ia:hover, .easy .easy__products--agregar .pform .pform__head .button--wrapper .pform__button--ia:focus {
  background-color: rgb(126.2714893617, 56.6885106383, 248.9114893617);
  color: white;
  box-shadow: none;
  outline: none;
  transform: none;
}
.easy .easy__products--agregar .pform {
  /* ---------- (22) Una tarjeta por sección ----------
     El cuerpo ya no es tarjeta: cada sección grande lleva su propio envolvente con
     fondo y borde tenues, separadas entre sí por el gap del cuerpo. */
}
.easy .easy__products--agregar .pform .pform__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.easy .easy__products--agregar .pform .board__input--wrapper.prueba,
.easy .easy__products--agregar .pform .board__section,
.easy .easy__products--agregar .pform .pform__danger {
  width: 100%;
  margin: 0;
  padding: 1.25rem;
  border: none;
  border-radius: 1rem;
  background-color: #1b1c28;
  overflow: visible;
}
.easy .easy__products--agregar .pform .board__section {
  /* relative: ancla del botón "Crear nueva", que va en la fila del título */
}
.easy .easy__products--agregar .pform .board__section {
  position: relative;
}
.easy .easy__products--agregar .pform .board__section {
  /* Cabecera: título con su icono, sin flecha de detalle */
}
.easy .easy__products--agregar .pform .board__section > summary {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  list-style: none;
}
.easy .easy__products--agregar .pform .board__section > summary::-webkit-details-marker {
  display: none;
}
.easy .easy__products--agregar .pform .board__section > summary::marker {
  content: "";
}
.easy .easy__products--agregar .pform .board__section > summary .input__label {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}
.easy .easy__products--agregar .pform .board__section > summary .text--paragraph {
  width: 100%;
  margin: 0.25rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.875rem;
  text-align: left;
}
.easy .easy__products--agregar .pform .board__section {
  /* Los campos de cada sección fluyen en columna con su respiro entre uno y otro */
}
.easy .easy__products--agregar .pform .board__section > .board__section--wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.easy .easy__products--agregar .pform {
  /* Iconos de sección (Reicon), teñidos de verde con mask para no depender del color
     del archivo. Cada sección lleva el suyo; pform-list queda como respaldo. */
}
.easy .easy__products--agregar .pform .board__section > summary .input__label::before,
.easy .easy__products--agregar .pform .pform__section--head .input__label::before,
.easy .easy__products--agregar .pform .pform__row--three .pform__label::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  vertical-align: -0.25rem;
  background-color: #18E179;
  mask: url("../img/icons/pform-list.svg") no-repeat center/contain;
  -webkit-mask: url("../img/icons/pform-list.svg") no-repeat center/contain;
}
.easy .easy__products--agregar .pform {
  /* Uno por sección. Las details son hermanas dentro de .pform__body:
     1 configuración, 2 envío, 3 categoría, 4 detalles, 5 pdf, 6 video */
}
.easy .easy__products--agregar .pform .pform__section--head .input__label::before {
  mask-image: url("../img/icons/pform-gallery.svg");
  -webkit-mask-image: url("../img/icons/pform-gallery.svg");
}
.easy .easy__products--agregar .pform details.board__section:nth-of-type(1) > summary .input__label::before {
  mask-image: url("../img/icons/pform-settings.svg");
  -webkit-mask-image: url("../img/icons/pform-settings.svg");
}
.easy .easy__products--agregar .pform details.board__section:nth-of-type(2) > summary .input__label::before {
  mask-image: url("../img/icons/pform-truck.svg");
  -webkit-mask-image: url("../img/icons/pform-truck.svg");
}
.easy .easy__products--agregar .pform details.board__section:nth-of-type(3) > summary .input__label::before {
  mask-image: url("../img/icons/pform-tag.svg");
  -webkit-mask-image: url("../img/icons/pform-tag.svg");
}
.easy .easy__products--agregar .pform {
  /* Fila Tipo/Precio/Stock: caja, moneda y capas */
}
.easy .easy__products--agregar .pform .pform__field--select .pform__label::before {
  mask-image: url("../img/icons/pform-box.svg");
  -webkit-mask-image: url("../img/icons/pform-box.svg");
}
.easy .easy__products--agregar .pform .pform__field--money .pform__label::before {
  mask-image: url("../img/icons/pform-dollar.svg");
  -webkit-mask-image: url("../img/icons/pform-dollar.svg");
}
.easy .easy__products--agregar .pform .board__input--stock .pform__label::before {
  mask-image: url("../img/icons/pform-layers.svg");
  -webkit-mask-image: url("../img/icons/pform-layers.svg");
}
.easy .easy__products--agregar .pform {
  /* Las etiquetas de Tipo/Precio/Stock pesan como títulos de sección en el diseño */
}
.easy .easy__products--agregar .pform .pform__row--three .pform__label {
  font-weight: 700;
  font-size: 1rem;
}
.easy .easy__products--agregar .pform {
  /* ---------- Filas ---------- */
}
.easy .easy__products--agregar .pform .pform__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  gap: 0.75rem;
}
.easy .easy__products--agregar .pform .pform__row > * {
  min-width: 0;
}
.easy .easy__products--agregar .pform .pform__row {
  /* En el diseño estas filas van en columnas también en móvil (el PDF es de 573px).
     La base flexible deja que envuelvan solo en pantallas muy angostas. */
}
.easy .easy__products--agregar .pform .pform__row--three > * {
  flex: 1 1 7rem;
}
.easy .easy__products--agregar .pform .pform__row--two > * {
  flex: 1 1 14rem;
}
.easy .easy__products--agregar .pform .pform__row {
  /* Proporciones del diseño: Tipo ancho, Precio mediano, Stock el más angosto */
}
.easy .easy__products--agregar .pform .pform__row--three .pform__field--select {
  flex: 3 1 12rem;
}
.easy .easy__products--agregar .pform .pform__row--three .pform__field--money {
  flex: 1 1 6rem;
}
.easy .easy__products--agregar .pform .pform__row--three .board__input--stock {
  flex: 1 1 5rem;
}
.easy .easy__products--agregar .pform {
  /* El wrapper de sección fuerza columna y de ahí salían los mosaicos apilados:
     cuando el wrapper ES una fila, manda la fila (misma cascada, más clases) */
}
.easy .easy__products--agregar .pform .board__section > .board__section--wrapper.pform__row--two {
  flex-direction: row;
}
.easy .easy__products--agregar .pform .board__section > .board__section--wrapper.pform__row--shipping {
  flex-direction: row;
  align-items: flex-end;
}
.easy .easy__products--agregar .pform {
  /* Peso a la izquierda (campo corto) y Dimensiones a la derecha en la misma fila,
     como el diseño. La dirección de fila la impone la regla de arriba. */
}
.easy .easy__products--agregar .pform .pform__row--shipping {
  gap: 1rem;
}
.easy .easy__products--agregar .pform .pform__row--shipping .board__input--peso {
  flex: 1 1 10rem;
  max-width: 20rem;
}
.easy .easy__products--agregar .pform .pform__row--shipping .board__input--shipping {
  flex: 2 1 18rem;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.easy .easy__products--agregar .pform .pform__row--shipping .shipping-details {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.easy .easy__products--agregar .pform .pform__row--shipping .dimensions-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  gap: 0.5rem 0.75rem;
}
.easy .easy__products--agregar .pform .pform__row--shipping .dimensions-group > .pform__label {
  flex: 1 1 100%;
}
.easy .easy__products--agregar .pform .pform__row--shipping .dimensions-group > .board__input--wrapper {
  flex: 1 1 5rem;
}
.easy .easy__products--agregar .pform {
  /* ---------- Campos ---------- */
}
.easy .easy__products--agregar .pform .board__input--wrapper {
  /* `flex-direction` y no `display`: la utilidad global `.show{display: inherit
     !important}` hace que estos campos hereden el flex de la fila y la etiqueta
     quedaba al lado del input. Así se apilan sin pelear con el !important, y el
     show/hide de jQuery por tipo de producto sigue funcionando. */
}
.easy .easy__products--agregar .pform .board__input--wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  flex-direction: column;
  align-items: stretch;
}
.easy .easy__products--agregar .pform {
  /* Etiquetas: la clase nueva y, como respaldo, cualquier .input__label que quede
     dentro de una sección (las de PDF y video, por ejemplo) */
}
.easy .easy__products--agregar .pform .pform__label,
.easy .easy__products--agregar .pform .board__section--wrapper .input__label {
  display: block;
  position: static;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
}
.easy .easy__products--agregar .pform .pform__label--soft {
  color: #18E179;
  font-weight: 400;
}
.easy .easy__products--agregar .pform .board__input {
  display: block;
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.75rem;
  background-color: transparent;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.easy .easy__products--agregar .pform .board__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}
.easy .easy__products--agregar .pform .board__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}
.easy .easy__products--agregar .pform .board__input:focus {
  border-color: rgba(107, 27, 248, 0.8);
  background-color: transparent;
  outline: none;
}
.easy .easy__products--agregar .pform .board__input.loading {
  opacity: 0.5;
}
.easy .easy__products--agregar .pform select.board__input {
  padding-right: 2.5rem;
  cursor: pointer;
}
.easy .easy__products--agregar .pform select.board__input option {
  background-color: #1b1c28;
  color: white;
}
.easy .easy__products--agregar .pform {
  /* Chevron hacia abajo del select, dibujado (el svg de flecha apunta a la derecha) */
}
.easy .easy__products--agregar .pform .pform__field--select::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
  pointer-events: none;
}
.easy .easy__products--agregar .pform input[type=number].board__input {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
.easy .easy__products--agregar .pform textarea.board__input {
  min-height: 9rem;
  resize: vertical;
  font-weight: 400;
}
.easy .easy__products--agregar .pform input[type=file].board__input {
  display: none;
}
.easy .easy__products--agregar .pform {
  /* Prefijo de moneda y sufijo de unidad dentro del campo */
}
.easy .easy__products--agregar .pform .pform__field--money::after {
  content: "$";
  position: absolute;
  bottom: 0.75rem;
  left: 1rem;
  color: #18E179;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .pform__field--money .board__input {
  padding-left: 2rem;
}
.easy .easy__products--agregar .pform {
  /* En el diseño la unidad va en verde y con peso, como el $ del precio */
}
.easy .easy__products--agregar .pform .pform__field--suffix::after {
  content: attr(data-suffix);
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .pform__field--suffix .board__input {
  padding-right: 2.75rem;
}
.easy .easy__products--agregar .pform {
  /* ---------- Mosaicos con interruptor ---------- */
}
.easy .easy__products--agregar .pform .pform__tile {
  /* flex-direction explícito: la base de .board__input--wrapper pone column y el
     texto quedaba centrado con el switch debajo, en vez de texto | switch en fila */
}
.easy .easy__products--agregar .pform .pform__tile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
}
.easy .easy__products--agregar .pform .pform__tile .input__label {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.easy .easy__products--agregar .pform .pform__tile .input__label small {
  display: block;
  margin-top: 0.25rem;
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.easy .easy__products--agregar .pform .pform__tile .input__label em {
  color: #18E179;
  font-style: normal;
}
.easy .easy__products--agregar .pform .pform__tile input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .pform__tile {
  /* (14) mismas métricas que los switch del listado de productos del panel */
}
.easy .easy__products--agregar .pform .pform__tile .switch {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: background-color 0.25s;
}
.easy .easy__products--agregar .pform .pform__tile .switch::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.easy .easy__products--agregar .pform .pform__tile input:checked + .switch {
  background-color: rgba(107, 27, 248, 0.45);
}
.easy .easy__products--agregar .pform .pform__tile input:checked + .switch::after {
  left: 1.25rem;
  background-color: #6B1BF8;
}
.easy .easy__products--agregar .pform {
  /* ---------- Imágenes ---------- */
  /* Ojo con los nombres: en el HTML son .pform__section--titles y --actions, hermanas
     de --head. Anidarlas generaba .pform__section--head--titles y no aplicaba nada
     (de ahí los botones apilados). */
}
.easy .easy__products--agregar .pform .pform__section--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 0.75rem;
}
.easy .easy__products--agregar .pform .pform__section--head .input__label {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
.easy .easy__products--agregar .pform .pform__section--head .text--paragraph {
  width: auto;
  margin: 0.15rem 0 0;
  padding: 0 0 0 1.6rem;
  color: var(--pf-soft);
  font-size: 0.875rem;
  text-align: left;
}
.easy .easy__products--agregar .pform .pform__section--titles {
  flex: 1 1 12rem;
  min-width: 0;
}
.easy .easy__products--agregar .pform .pform__section--actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  gap: 0.5rem;
}
.easy .easy__products--agregar .pform .pform__section--actions .pform__button {
  flex: 0 0 auto;
  white-space: nowrap;
}
.easy .easy__products--agregar .pform .pform__hint {
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-style: italic;
  text-align: right;
}
.easy .easy__products--agregar .pform .pform__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  gap: 0.5rem;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy .easy__products--agregar .pform .pform__button:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
}
.easy .easy__products--agregar .pform .pform__button {
  /* Iconos con currentColor: siguen el color del botón en hover y estado activo */
}
.easy .easy__products--agregar .pform .pform__button--reorder::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  mask: url("../img/icons/pform-swap.svg") no-repeat center/contain;
  -webkit-mask: url("../img/icons/pform-swap.svg") no-repeat center/contain;
}
.easy .easy__products--agregar .pform .pform__button--reorder[aria-pressed=true] {
  border-color: #6B1BF8;
  background-color: rgba(107, 27, 248, 0.2);
  color: white;
}
.easy .easy__products--agregar .pform .pform__button--reorder {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.easy .easy__products--agregar .pform .pform__button--add {
  border-style: dashed;
  border-color: rgba(24, 225, 121, 0.6);
  color: #18E179;
}
.easy .easy__products--agregar .pform .pform__button--add::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  mask: url("../img/icons/pform-image-plus.svg") no-repeat center/contain;
  -webkit-mask: url("../img/icons/pform-image-plus.svg") no-repeat center/contain;
}
.easy .easy__products--agregar .pform .pform__button--add:hover {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.12);
  color: #18E179;
}
.easy .easy__products--agregar .pform {
  /* Carrusel de miniaturas.
     (4) padding superior amplio: el botón de borrar sobresale y crece al hover, y el
     overflow del carrusel lo recortaba. (7) margen contra la nota de formatos.
     (18) barra de scroll fina y separada, y touch-action para el arrastre con dedo. */
}
.easy .easy__products--agregar .pform .preview__container {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0.75rem 0 0;
  padding: 0.75rem 0 1rem;
  gap: 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.easy .easy__products--agregar .pform .preview__container::-webkit-scrollbar {
  height: 0.25rem;
}
.easy .easy__products--agregar .pform .preview__container::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.easy .easy__products--agregar .pform .preview__container::-webkit-scrollbar-track {
  background: transparent;
}
.easy .easy__products--agregar .pform .preview__container > * {
  flex: 0 0 auto;
}
.easy .easy__products--agregar .pform .preview__container.is-busy {
  opacity: 0.6;
  pointer-events: none;
}
.easy .easy__products--agregar .pform {
  /* Miniaturas como en el diseño: la imagen suelta con esquinas redondeadas y el radio
     debajo; SIN tarjeta ni borde. Solo la principal lleva tarjeta morada sólida.
     El padding existe siempre (transparente) para que nada brinque al seleccionar. */
}
.easy .easy__products--agregar .pform .image-preview-wrapper {
  position: relative;
  width: 13rem;
  padding: 0.5rem;
  border: none;
  border-radius: 1rem;
  background-color: transparent;
}
.easy .easy__products--agregar .pform .image-preview-wrapper.is-main {
  background-color: #6B1BF8;
}
.easy .easy__products--agregar .pform .image-preview-wrapper {
  /* (6) hover con acercamiento suave; el overflow del enlace recorta el scale */
}
.easy .easy__products--agregar .pform .image-preview-wrapper .image-modal {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.easy .easy__products--agregar .pform .image-preview-wrapper img {
  display: block;
  width: 100%;
  height: 9rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.easy .easy__products--agregar .pform .image-preview-wrapper .image-modal:hover img {
  transform: scale(1.05);
}
.easy .easy__products--agregar .pform .image-preview-wrapper {
  /* Botón de eliminar: círculo rojo con basurero */
}
.easy .easy__products--agregar .pform .image-preview-wrapper .delete-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 2;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  border-radius: 50%;
  background-color: #dd1c47;
  color: white;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}
.easy .easy__products--agregar .pform .image-preview-wrapper .delete-button::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: white;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.easy .easy__products--agregar .pform .image-preview-wrapper .delete-button:hover {
  transform: scale(1.1);
}
.easy .easy__products--agregar .pform .image-preview-wrapper .pform__order-indicator {
  display: none;
}
.easy .easy__products--agregar .pform {
  /* Radio de imagen principal */
}
.easy .easy__products--agregar .pform .pform__main-pick {
  /* (5) centrado respecto a la imagen */
}
.easy .easy__products--agregar .pform .pform__main-pick {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5rem 0 0;
  color: var(--pf-soft);
  font-size: 0.75rem;
  cursor: pointer;
  gap: 0.5rem;
}
.easy .easy__products--agregar .pform .pform__main-pick--input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .pform__main-pick--dot {
  flex: 0 0 auto;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.easy .easy__products--agregar .pform .pform__main-pick--text {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.easy .easy__products--agregar .pform {
  /* Sobre la tarjeta morada, radio y texto en blanco */
}
.easy .easy__products--agregar .pform .image-preview-wrapper.is-main .pform__main-pick {
  color: white;
  font-weight: 600;
}
.easy .easy__products--agregar .pform .image-preview-wrapper.is-main .pform__main-pick .pform__main-pick--dot {
  border-color: white;
  background: radial-gradient(circle, white 0 45%, transparent 46%);
}
.easy .easy__products--agregar .pform {
  /* (19) Modo reordenar: arrastre directo con espacio de destino visible */
}
.easy .easy__products--agregar .pform .image-preview-wrapper {
  transition: opacity 0.2s ease, transform 0.25s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.easy .easy__products--agregar .pform .preview__container.is-reordering .pform__main-pick {
  opacity: 0.35;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .preview__container.is-reordering .delete-button {
  display: none;
}
.easy .easy__products--agregar .pform .preview__container.is-reordering .image-preview-wrapper:not(.is-main):not(.video-preview-wrapper) {
  border: 1px dashed #18E179;
  background-color: rgba(24, 225, 121, 0.05);
  cursor: grab;
  touch-action: none;
}
.easy .easy__products--agregar .pform .preview__container.is-reordering .image-preview-wrapper:not(.is-main):not(.video-preview-wrapper):active {
  cursor: grabbing;
}
.easy .easy__products--agregar .pform .preview__container.is-reordering .image-preview-wrapper:not(.is-main):not(.video-preview-wrapper) .image-modal img {
  pointer-events: none;
}
.easy .easy__products--agregar .pform .preview__container.is-reordering .image-preview-wrapper:not(.is-main):not(.video-preview-wrapper) .pform__order-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 2;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #18E179;
  border-radius: 50%;
  background-color: #18E179;
  color: #2c3137;
  font-size: 0.75rem;
  font-weight: 700;
}
.easy .easy__products--agregar .pform .image-preview-wrapper.is-dragging {
  z-index: 1;
  opacity: 0.65;
  border-style: solid;
  border-color: #18E179;
  cursor: grabbing;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .image-preview-wrapper.is-drop-target {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.2);
  transform: scale(0.96);
}
.easy .easy__products--agregar .pform .image-preview-placeholder {
  flex: 0 0 auto;
  box-sizing: border-box;
  border: 1px dashed #18E179;
  border-radius: 1rem;
  background-color: rgba(24, 225, 121, 0.1);
  animation: pform-order-placeholder 0.8s ease-in-out infinite alternate;
}
@keyframes pform-order-placeholder {
  from {
    opacity: 0.45;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.easy .easy__products--agregar .pform {
  /* Video generado por IA en la galería */
}
.easy .easy__products--agregar .pform .video-preview-wrapper {
  position: relative;
  width: 13rem;
  padding: 0.5rem;
  border: none;
  border-radius: 1rem;
  background-color: transparent;
}
.easy .easy__products--agregar .pform .video-preview-wrapper .video-preview,
.easy .easy__products--agregar .pform .video-preview-wrapper video {
  width: 100%;
  height: 9rem;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy .easy__products--agregar .pform {
  /* ---------- Categorías ---------- */
}
.easy .easy__products--agregar .pform .board__input--category {
  /* static: el "Crear nueva" absoluto debe anclarse a la sección (fila del título),
     no a este wrapper */
}
.easy .easy__products--agregar .pform .board__input--category {
  position: static;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.easy .easy__products--agregar .pform .board__input--category {
  /* "Crear nueva" en la fila del título de la sección, como en el diseño */
}
.easy .easy__products--agregar .pform .board__input--category .pform__label--inline {
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: auto;
  margin: 0;
  padding: 0;
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 1rem;
  gap: 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  background: none;
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category::-webkit-scrollbar {
  height: 0.25rem;
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category::-webkit-scrollbar-track {
  background: transparent;
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category .mobile__slider--item {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  padding: 0;
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category .mobile__slider--item.hide {
  display: none;
}
.easy .easy__products--agregar .pform .board__input--category .mobile__slider--category input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.easy .easy__products--agregar .pform .board__input--category .board__category--wrapper {
  display: block;
  width: 8rem;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy .easy__products--agregar .pform .board__input--category .board__category--wrapper:hover {
  border-color: rgba(107, 27, 248, 0.6);
  background-color: rgba(255, 255, 255, 0.06);
}
.easy .easy__products--agregar .pform .board__input--category .board__category--wrapper .board__category {
  display: block;
  width: 100%;
  height: 6.5rem;
  margin: 0;
  padding: 0;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
}
.easy .easy__products--agregar .pform .board__input--category .board__category--wrapper .category-name {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.easy .easy__products--agregar .pform .board__input--category input:checked + .board__category--wrapper {
  border-color: #6B1BF8;
  background-color: rgba(107, 27, 248, 0.25);
}
.easy .easy__products--agregar .pform {
  /* ---------- Página de categoría (agregarcategoria) ----------
     Reusa el carrusel de .board__input--category; aquí solo va lo propio de esa
     pantalla: la vista previa de la imagen elegida y la tarjeta "Ver más". */
}
.easy .easy__products--agregar .pform .pform__cat--picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.75rem;
}
.easy .easy__products--agregar .pform .pform__cat--picker .pform__cat--current {
  flex: 0 0 auto;
  display: block;
  width: 8rem;
  margin: 0;
  padding: 0.5rem;
  border: 1px dashed rgba(24, 225, 121, 0.6);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy .easy__products--agregar .pform .pform__cat--picker .pform__cat--current:hover {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.08);
}
.easy .easy__products--agregar .pform .pform__cat--picker .pform__cat--current img {
  display: block;
  width: 100%;
  height: 6.5rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(255, 255, 255, 0.08);
}
.easy .easy__products--agregar .pform .pform__cat--picker .pform__cat--current-label {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  color: var(--pf-soft);
  font-size: 0.75rem;
  text-align: center;
}
.easy .easy__products--agregar .pform .pform__cat--picker .mobile__slider--category {
  flex: 1 1 14rem;
  min-width: 0;
  width: auto;
}
.easy .easy__products--agregar .pform .pform__cat--picker {
  /* "Ver más" con las mismas medidas que las tarjetas de icono */
}
.easy .easy__products--agregar .pform .pform__cat--picker .mobile__slider--button .img__preview--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 100%;
  min-height: 7.5rem;
  margin: 0;
  padding: 0.5rem;
  border: 1px dashed var(--pf-border);
  border-radius: 0.75rem;
  background: none;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy .easy__products--agregar .pform .pform__cat--picker .mobile__slider--button .img__preview--wrapper:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.05);
}
.easy .easy__products--agregar .pform .pform__cat--picker .mobile__slider--button .img__preview--wrapper .img__preview {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}
.easy .easy__products--agregar .pform {
  /* ---------- Contador de la descripción ---------- */
}
.easy .easy__products--agregar .pform .autoresize-char-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0.5rem;
}
.easy .easy__products--agregar .pform .autoresize-char-wrapper .autoresize-char-count {
  color: var(--pf-soft);
  font-size: 0.75rem;
}
.easy .easy__products--agregar .pform .autoresize-char-wrapper .autoresize-char-remaining {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
}
.easy .easy__products--agregar .pform {
  /* ---------- Secciones de PDF y video ---------- */
}
.easy .easy__products--agregar .pform .generate {
  width: 100%;
  margin: 0 0 0.75rem;
}
.easy .easy__products--agregar .pform .generate .generate__wrapper--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(107, 27, 248, 0.6);
  border-radius: 0.75rem;
  background-color: rgba(107, 27, 248, 0.15);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
}
.easy .easy__products--agregar .pform .generate .generate__wrapper--button img {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
}
.easy .easy__products--agregar .pform {
  /* ---------- Zona de eliminar ---------- */
}
.easy .easy__products--agregar .pform .pform__danger--title {
  width: 100%;
  margin: 0 0 0.5rem;
  color: #dd1c47;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: left;
}
.easy .easy__products--agregar .pform .pform__danger--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(221, 28, 71, 0.35);
  border-radius: 0.75rem;
  background-color: rgba(221, 28, 71, 0.08);
}
.easy .easy__products--agregar .pform .pform__danger--row .text--label {
  flex: 1 1 12rem;
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 0.875rem;
  text-align: left;
}
.easy .easy__products--agregar .pform .pform__danger .button--delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background-color: white;
  color: #dd1c47;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}
.easy .easy__products--agregar .pform .pform__danger .button--delete:hover {
  background-color: #dd1c47;
  color: white;
}
.easy .easy__products--agregar .pform {
  /* ---------- Pie ---------- */
}
.easy .easy__products--agregar .pform .pform__footer {
  /* Centrado, como los botones del pie en el diseño */
}
.easy .easy__products--agregar .pform .pform__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: static;
  width: 100%;
  gap: 0.75rem;
  margin: 0.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  box-shadow: none;
}
.easy .easy__products--agregar .pform .pform__footer .button {
  width: auto;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}
.easy .easy__products--agregar .pform .pform__footer .button__cancelar {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.easy .easy__products--agregar .pform .pform__footer .button__cancelar:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.easy .easy__products--agregar .pform .pform__footer .button__primary {
  border: none;
  background-color: #6B1BF8;
  color: white;
}
.easy .easy__products--agregar .pform .pform__footer .button__primary:hover {
  background-color: rgb(126.2714893617, 56.6885106383, 248.9114893617);
}
.easy .easy__products--agregar .pform .pform__footer .button__primary.isDisabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.easy .easy__products--agregar .pform {
  /* ---------- Validación ---------- */
}
.easy .easy__products--agregar .pform .board__input--wrapper.invalido .board__input {
  border-color: rgba(221, 28, 71, 0.8);
}
.easy .easy__products--agregar .pform .board__input--wrapper.valido .board__input {
  border-color: rgba(24, 225, 121, 0.6);
}
.easy .easy__products--agregar .pform .input__label--error {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  color: #dd1c47;
  font-size: 0.75rem;
}
.easy .easy__products--agregar .pform {
  /* (15) selecciones obligatorias: aviso bajo el campo y marco en la categoría */
}
.easy .easy__products--agregar .pform .pform__error-msg {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0;
  color: #dd1c47;
  font-size: 0.75rem;
}
.easy .easy__products--agregar .pform .board__input--category.invalido .mobile__slider--category {
  border: 1px dashed rgba(221, 28, 71, 0.8);
  border-radius: 0.75rem;
  padding: 0.5rem 0.5rem 1rem;
}
.easy .easy__products--agregar .pform {
  /* ---------- Productos relacionados (sugeridos y agregados) ----------

     Cada tipo tiene ya su propia sección plegable, así que aquí dentro solo
     queda la lista y el botón que abre el modal. Buscar y —en los agregados—
     escribir el texto de la casilla pasan por
     config/modal/modal__relacionados.php, cuyos estilos están al final de este
     archivo, fuera de .pform, porque el modal cuelga del <body>.

     DECISIÓN DE DISEÑO: aquí NO se anidan tarjetas. La sección ya es una caja;
     meter dentro otra por bloque y otra por renglón acaba en marcos
     concéntricos que no separan nada. La jerarquía se arma con espacio, un
     filete y el peso de la tipografía.
  -------------------------------------------------------------------------- */
}
.easy .easy__products--agregar .pform .prel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.easy .easy__products--agregar .pform .prel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  margin: 0 0 0.25rem;
}
.easy .easy__products--agregar .pform {
  /* Cuántos lleva de cuántos puede. Va como texto suelto y no como pastilla:
     es un dato de apoyo, no merece fondo propio. */
}
.easy .easy__products--agregar .pform .prel__contador {
  flex: 0 0 auto;
  padding-top: 0.125rem;
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  transition: color 0.25s;
}
.easy .easy__products--agregar .pform .prel__contador--lleno {
  color: #ff9800;
}
.easy .easy__products--agregar .pform {
  /* El .pform__hint general va en itálica y alineado a la derecha, que funciona
     para una nota de tres palabras al pie de un campo. Aquí son frases enteras
     que explican dónde sale cada lista, así que van alineadas a la izquierda,
     como se lee cualquier texto. */
}
.easy .easy__products--agregar .pform .prel__hint {
  flex: 1 1 auto;
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.45;
  text-align: left;
}
.easy .easy__products--agregar .pform .prel__hint em {
  color: #18E179;
  font-style: normal;
}
.easy .easy__products--agregar .pform {
  /* Lista, no pila de tarjetas: los renglones se separan con un filete entre
     ellos y el último no lleva ninguno, así el bloque termina en el contenido y
     no en un borde. */
}
.easy .easy__products--agregar .pform .prel__lista {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
.easy .easy__products--agregar .pform .prel__lista {
  /* Sin nada elegido: un aviso centrado con aire, no una nota al pie. Es lo
     único que hay entre el título y el botón, así que ocupar ese hueco es
     justamente lo que le da forma al bloque vacío.

     Depende de que el <ul> quede REALMENTE vacío; ver el refrescar() de
     scripts__relacionados.php. */
}
.easy .easy__products--agregar .pform .prel__lista:empty {
  display: block;
  margin-top: 0.5rem;
  padding: 1.75rem 1rem;
  color: var(--pf-soft);
  font-size: 0.9375rem;
  text-align: center;
}
.easy .easy__products--agregar .pform {
  /* El texto del vacío cambia según la lista. Van los dos aquí y no en el HTML
     porque el <ul> tiene que quedar sin un solo nodo dentro para que `:empty`
     acierte: cualquier párrafo de aviso dentro de la lista la volvería no
     vacía y el aviso no se mostraría nunca. */
}
.easy .easy__products--agregar .pform .prel[data-tipo=sugerido] .prel__lista:empty::before {
  content: "No hay sugeridos agregados";
}
.easy .easy__products--agregar .pform .prel[data-tipo=agregado] .prel__lista:empty::before {
  content: "No hay adicionales agregados";
}
.easy .easy__products--agregar .pform .prel__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.125rem 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  color: white;
}
.easy .easy__products--agregar .pform .prel__item:last-child {
  border-bottom: none;
  padding-bottom: 0.25rem;
}
.easy .easy__products--agregar .pform .prel__item--titulo {
  order: 1;
  flex: 1 1 8rem;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.easy .easy__products--agregar .pform .prel__item--precio {
  order: 2;
  flex: 0 0 auto;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.easy .easy__products--agregar .pform .prel__item {
  /* El texto de la casilla, solo para leer: se captura en el modal y viaja
     en un input oculto que va al lado. Fuera del modal, del renglón solo se
     puede quitar. */
}
.easy .easy__products--agregar .pform .prel__item--texto {
  order: 4;
  flex: 1 1 100%;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.3;
}
.easy .easy__products--agregar .pform .prel__quitar {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.35);
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
}
.easy .easy__products--agregar .pform .prel__quitar:hover {
  color: #dd1c47;
}
.easy .easy__products--agregar .pform {
  /* Botón punteado, el mismo lenguaje de la zona de carga de categoría, pero
     compacto y sin ícono: aquí no se suelta un archivo, se abre un buscador. */
}
.easy .easy__products--agregar .pform .prel__add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.75rem;
  margin: 1rem 0 0;
  padding: 0.625rem 1rem;
  border: 1px dashed rgba(24, 225, 121, 0.55);
  border-radius: 0.75rem;
  background: rgba(24, 225, 121, 0.04);
  color: #18E179;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.easy .easy__products--agregar .pform .prel__add:hover {
  border-color: #18E179;
  background: rgba(24, 225, 121, 0.1);
}
.easy .easy__products--agregar .pform .prel__add:disabled {
  border-color: var(--pf-border);
  background: none;
  color: var(--pf-soft);
  cursor: not-allowed;
}
.easy .easy__products--agregar .pform .prel__add:disabled:hover {
  border-color: var(--pf-border);
  background: none;
}
.easy .easy__products--agregar .pform {
  /* Los tres bloques de medios que el tipo de producto muestra u oculta */
}
.easy .easy__products--agregar .pform .hide {
  display: none;
}

/* ---------------------------------------------------------------------------
   Modal "Agregar nueva categoría"

   Vive fuera de .easy__products--agregar, por eso necesita su propio bloque.
   Antes usaba .form form--contenido (fondo claro, etiquetas absolutas) y
   desencajaba sobre el panel oscuro.
--------------------------------------------------------------------------- */
.modal.modal__sincategorias {
  --pf-surface: #1b1c28;
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.modal.modal__sincategorias {
  height: auto;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--pf-surface);
  color: white;
}
@media only screen and (min-width: 720px) {
  .modal.modal__sincategorias, .modal.modal__sincategorias.show {
    width: min(92%, 34rem);
    max-width: 34rem;
    left: 50%;
    right: auto;
    margin: 0;
    transform: translateX(-50%);
  }
}
.modal.modal__sincategorias .pform__modal {
  width: 100%;
  margin: 0;
  padding: 1.75rem;
  background: none;
  color: white;
  font-family: "Poppins", sans-serif;
}
.modal.modal__sincategorias .pform__modal--head {
  margin: 0 0 1.25rem;
  text-align: left;
}
.modal.modal__sincategorias .pform__modal--head .text--title {
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: left;
}
.modal.modal__sincategorias .pform__modal--head .text--paragraph {
  width: auto;
  margin: 0.25rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  text-align: left;
}
.modal.modal__sincategorias .pform__modal--body {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
.modal.modal__sincategorias .pform__modal--body .board__input--wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
.modal.modal__sincategorias .pform__modal--body .input__label {
  position: static;
  width: 100%;
  margin: 0 0 0.5rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  transform: none;
  opacity: 1;
}
.modal.modal__sincategorias .pform__modal--body .board__input[type=text] {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  color: white;
  font-size: 0.9375rem;
}
.modal.modal__sincategorias .pform__modal--body .board__input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__sincategorias .pform__modal--body .board__input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__sincategorias .pform__modal--body .board__input[type=text]:focus {
  border-color: #18E179;
  outline: none;
}
.modal.modal__sincategorias .pform__modal--footer {
  width: 100%;
  margin: 1.5rem 0 0;
}
.modal.modal__sincategorias .pform__modal--footer .button--submit {
  width: 100%;
  min-height: 3rem;
  margin: 0;
  border-radius: 0.75rem;
  background-color: #18E179;
  color: #010210;
  font-weight: 700;
}
.modal.modal__sincategorias .pform__modal--footer .button--submit:hover {
  background-color: rgb(46.8072289157, 232.7927710843, 136.5614457831);
}
.modal.modal__sincategorias {
  /* Zona de carga y recorte */
}
.modal.modal__sincategorias .pform__cat--media input[type=file] {
  display: none;
}
.modal.modal__sincategorias .pform__cat--drop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-direction: column;
  width: 100%;
  min-height: 10rem;
  padding: 1.25rem;
  border: 1px dashed var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.modal.modal__sincategorias .pform__cat--drop:hover {
  border-color: #18E179;
  background: rgba(24, 225, 121, 0.06);
}
.modal.modal__sincategorias .pform__cat--drop.hide {
  display: none;
}
.modal.modal__sincategorias .pform__cat--preview {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}
.modal.modal__sincategorias .pform__cat--drop-text {
  width: 100%;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  text-align: center;
}
.modal.modal__sincategorias .pform__cat--cropper {
  width: 100%;
}
.modal.modal__sincategorias .pform__cat--cropper.hide {
  display: none;
}
.modal.modal__sincategorias .pform__cat--cropper-stage {
  width: 100%;
  height: 17rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.35);
}
.modal.modal__sincategorias .pform__cat--cropper-stage img {
  display: block;
  max-width: 100%;
}
.modal.modal__sincategorias .pform__cat--cropper-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.75rem;
}
.modal.modal__sincategorias .pform__cat--cropper-actions .button {
  width: auto;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.modal.modal__sincategorias .pform__cat--cropper-actions .pform__button {
  border: 1px solid var(--pf-border);
  background: none;
  color: white;
}
.modal.modal__sincategorias .pform__cat--cropper-actions .pform__button--ia {
  border: none;
  background-color: #6B1BF8;
  color: white;
}
.modal.modal__sincategorias .pform__cat--cropper-actions .pform__button--ia:hover {
  background-color: rgb(126.2714893617, 56.6885106383, 248.9114893617);
}
.modal.modal__sincategorias {
  /* Interruptor de estatus: texto a la izquierda, switch a la derecha.
     Los estilos del switch cuelgan de `.easy .form .board__input--switch`,
     selector que este modal ya no cumple al salir de .form, asi que se
     replican aqui con el verde del tema oscuro. */
}
.modal.modal__sincategorias .pform__cat--switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.modal.modal__sincategorias .pform__cat--switch-copy {
  flex: 1 1 auto;
}
.modal.modal__sincategorias .pform__cat--switch .input__label {
  margin: 0;
}
.modal.modal__sincategorias .pform__cat--switch .pform__hint {
  margin: 0.25rem 0 0;
}
.modal.modal__sincategorias .pform__cat--switch .board__input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.modal.modal__sincategorias .pform__cat--switch .switch {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal.modal__sincategorias .pform__cat--switch .switch::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.5rem);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s;
}
.modal.modal__sincategorias .pform__cat--switch .board__input:checked + .switch {
  background-color: rgba(24, 225, 121, 0.35);
}
.modal.modal__sincategorias .pform__cat--switch .board__input:checked + .switch::after {
  left: 1.5rem;
  background-color: #18E179;
}
.modal.modal__sincategorias .pform__hint {
  color: var(--pf-soft);
  font-size: 0.75rem;
}

/* ---------------------------------------------------------------------------
   Modal "Agregar producto relacionado"

   Uno solo para las dos listas —sugeridos y agregados—; qué lista lo abrió lo
   decide config/js/scripts__relacionados.php, que le cambia el título y el
   texto de ayuda. Vive fuera de .easy__products--agregar porque el modal cuelga
   del <body>, igual que el de categorías, y por eso repite los tokens --pf-*.
--------------------------------------------------------------------------- */
.modal.modal__relacionados {
  --pf-surface: #1b1c28;
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.modal.modal__relacionados {
  height: auto;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--pf-surface);
  color: white;
}
@media only screen and (min-width: 720px) {
  .modal.modal__relacionados, .modal.modal__relacionados.show {
    width: min(92%, 34rem);
    max-width: 34rem;
    left: 50%;
    right: auto;
    margin: 0;
    transform: translateX(-50%);
  }
}
.modal.modal__relacionados {
  /* La regla base de .board--overlay pinta el aspa en un círculo BLANCO con
     filter: contrast(0.75). Poner solo `color: white` la dejaba blanca sobre
     fondo casi blanco, o sea invisible: hay que cambiar el fondo y apagar el
     filtro, como hacen los demás modales oscuros del panel.

     Y padding: 0 con line-height: 1 porque esa misma regla base combina
     width/height de 2rem con padding de 1rem: con box-sizing: border-box la
     caja de contenido queda en cero y el aspa solo se ve por desbordamiento. */
}
.modal.modal__relacionados .board__overlay--close {
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  filter: none;
  cursor: pointer;
}
.modal.modal__relacionados .board__overlay--close:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
  transform: none;
}
.modal.modal__relacionados .pform__modal {
  width: 100%;
  margin: 0;
  padding: 1.75rem;
  background: none;
  color: white;
  font-family: "Poppins", sans-serif;
}
.modal.modal__relacionados .pform__modal--head {
  margin: 0 0 1.25rem;
  text-align: left;
}
.modal.modal__relacionados .pform__modal--head .text--title {
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: left;
}
.modal.modal__relacionados .pform__modal--head .text--paragraph {
  width: auto;
  margin: 0.375rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.45;
  text-align: left;
}
.modal.modal__relacionados .pform__modal--body {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
.modal.modal__relacionados .prel__paso {
  width: 100%;
}
.modal.modal__relacionados .prel__paso[hidden] {
  display: none;
}
.modal.modal__relacionados {
  /* ---------- Paso 1: buscar ---------- */
}
.modal.modal__relacionados .prel__buscador {
  position: relative;
  width: 100%;
}
.modal.modal__relacionados .prel__buscador::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.875rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: rgba(255, 255, 255, 0.4);
  mask: url("../img/icons/ped-search.svg") no-repeat center/contain;
  -webkit-mask: url("../img/icons/ped-search.svg") no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.modal.modal__relacionados .prel__input {
  display: block;
  width: 100%;
  min-height: 2.875rem;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  color: white;
  font-size: 0.9375rem;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.modal.modal__relacionados .prel__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__relacionados .prel__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__relacionados .prel__input:focus {
  border-color: #18E179;
  outline: none;
}
.modal.modal__relacionados .prel__estado {
  width: 100%;
  margin: 0.875rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  text-align: center;
}
.modal.modal__relacionados {
  /* La lista no es un desplegable flotante como antes: dentro del modal hay
     sitio, así que va en el flujo y puede mostrar foto y precio con holgura. */
}
.modal.modal__relacionados .prel__resultados {
  width: 100%;
  max-height: 22rem;
  margin: 0.75rem 0 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}
.modal.modal__relacionados .prel__resultados:empty {
  margin: 0;
}
.modal.modal__relacionados .prel__res {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.625rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background-color 0.15s;
}
.modal.modal__relacionados .prel__res:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
.modal.modal__relacionados .prel__res:focus-visible {
  outline: 2px solid #18E179;
  outline-offset: -2px;
}
.modal.modal__relacionados .prel__res[aria-disabled=true] {
  opacity: 0.45;
  cursor: default;
}
.modal.modal__relacionados .prel__res[aria-disabled=true]:hover {
  background: none;
}
.modal.modal__relacionados .prel__res--img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.08);
}
.modal.modal__relacionados .prel__res--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.modal.modal__relacionados .prel__res--datos {
  flex: 1 1 auto;
  min-width: 0;
}
.modal.modal__relacionados .prel__res--titulo {
  display: block;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal.modal__relacionados .prel__res--nota {
  display: block;
  margin-top: 0.125rem;
  color: var(--pf-soft);
  font-size: 0.75rem;
}
.modal.modal__relacionados .prel__res--precio {
  flex: 0 0 auto;
  color: #18E179;
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.modal.modal__relacionados .prel__res--flecha {
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  transform: rotate(-45deg);
  transition: border-color 0.15s, transform 0.15s;
}
.modal.modal__relacionados .prel__res {
  /* Escrito con la clase completa y no con `&:hover &--flecha`: dentro de
     un anidado, cada `&` se sustituye por el selector padre ENTERO, así
     que esa forma compila a ".prel__res:hover .modal .prel__res--flecha",
     un descendiente que no existe y una regla que nunca aplica. */
}
.modal.modal__relacionados .prel__res:hover .prel__res--flecha {
  border-color: #18E179;
  transform: rotate(-45deg) translate(0.125rem, 0.125rem);
}
.modal.modal__relacionados {
  /* ---------- Paso 2: el texto de la casilla (solo agregados) ---------- */
}
.modal.modal__relacionados .prel__elegido {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
}
.modal.modal__relacionados .prel__elegido--img {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(255, 255, 255, 0.08);
}
.modal.modal__relacionados .prel__elegido--datos {
  flex: 1 1 auto;
  min-width: 0;
}
.modal.modal__relacionados .prel__elegido--titulo {
  display: block;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal.modal__relacionados .prel__elegido--precio {
  display: block;
  margin-top: 0.125rem;
  color: #18E179;
  font-size: 0.8125rem;
  font-weight: 600;
}
.modal.modal__relacionados .prel__volver {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.5rem;
  background: none;
  color: var(--pf-soft);
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.modal.modal__relacionados .prel__volver:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.modal.modal__relacionados .pform__label {
  display: block;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
}
.modal.modal__relacionados .board__input[type=text]:not(.prel__input) {
  display: block;
  width: 100%;
  min-height: 2.875rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  color: white;
  font-size: 0.9375rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.modal.modal__relacionados .board__input[type=text]:not(.prel__input)::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__relacionados .board__input[type=text]:not(.prel__input)::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__relacionados .board__input[type=text]:not(.prel__input):focus {
  border-color: #18E179;
  outline: none;
}
.modal.modal__relacionados .pform__hint {
  width: 100%;
  margin: 0.5rem 0 0;
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-style: normal;
  text-align: left;
}
.modal.modal__relacionados .pform__modal--footer {
  width: 100%;
  margin: 1.5rem 0 0;
}
.modal.modal__relacionados .pform__modal--footer[hidden] {
  display: none;
}
.modal.modal__relacionados .pform__modal--footer .button--submit {
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.75rem;
  background-color: #18E179;
  color: #010210;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
.modal.modal__relacionados .pform__modal--footer .button--submit:hover {
  background-color: rgb(46.8072289157, 232.7927710843, 136.5614457831);
}

/*-------------------- Perfil: Mi Perfil / Mi Negocio / Mi Plan --------------------

  Rediseño oscuro del perfil alineado al PDF de diseño, reutilizando el lenguaje
  visual de la ficha de producto (_easyproductform): tarjetas $c-dark-surface con
  radio 1rem, campos y fichas con --pf-field / --pf-border, iconos de sección en
  verde vía mask (img/icons/pform-*.svg) y pie con primario morado.

  Estructura: las secciones son <section class="board__section"> con cabecera
  <div class="board__section--head"> (ya no details/summary: no colapsan). La
  edición es por bloque: el lápiz de la cabecera (.board__section--editall)
  dispara los edit-button ocultos de las filas; Conexiones conserva su botón por
  elemento y Formas de pago su lápiz propio porque abre modal.

  El héroe (cover + galería + avatar + datos) vive en config/profile.php y sus
  labels apuntan a los inputs reales del formulario; las filas de cover y galería
  quedan ocultas pero en el DOM para que el submit y el JS sigan funcionando.

  Este parcial se importa al final de styles.scss y los selectores repiten
  `.easy.easy__profile` (el body lleva ambas clases) para ganar en especificidad
  a las reglas compartidas de `.easy__editnegocio, .easy__profile`.
*/
.easy.easy__profile {
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.easy.easy__profile {
  /* ---------- Tabs como píldoras (Mi Perfil / Mi Negocio / Conexiones / Mi Plan) ---------- */
}
.easy.easy__profile > .content > .contenido--wrapper > .button {
  margin: 0 0.25rem;
  border: 1px solid transparent;
  border-radius: 2rem;
  background-color: #1b1c28;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  opacity: 1;
}
.easy.easy__profile > .content > .contenido--wrapper > .button:hover {
  background-color: rgba(24, 225, 121, 0.12);
  color: white;
}
.easy.easy__profile > .content > .contenido--wrapper > .button {
  /* De easyconfig heredan width: 30%, pensado para tres pestañas: con
     la cuarta suman 120% y se desbordaban. Debajo de 1024px se
     reparten el ancho disponible y se aprieta el texto lo justo para
     que quepan las cuatro; si no alcanza, el wrapper ya trae
     flex-wrap y bajan a un segundo renglón en vez de cortarse.
     A partir de 1024px easyconfig ya las pone en width: auto. */
}
@media only screen and (max-width: 1023.98px) {
  .easy.easy__profile > .content > .contenido--wrapper > .button {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0.1rem;
    padding: 0.25rem;
    min-height: 2.5rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}
.easy.easy__profile > .content > .contenido--wrapper > input:checked + .button {
  border: 1px solid #18E179;
  background-color: rgba(24, 225, 121, 0.08);
  color: #18E179;
}
.easy.easy__profile {
  /* ---------- Avatar y burbuja "Cambiar imagen" (solo sin héroe: sin tienda) ---------- */
}
.easy.easy__profile > .content .board__logotipo .board__logotipo--wrapper {
  background-color: #1b1c28;
  outline: 0.35rem solid rgba(255, 255, 255, 0.08);
}
.easy.easy__profile > .content .board__logotipo .file-name .text {
  border: 1px solid var(--pf-border);
  border-radius: 2rem;
  background-color: #1b1c28;
  box-shadow: none;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  cursor: pointer;
}
.easy.easy__profile > .content .board__logotipo .file-name .text::after {
  display: none;
}
.easy.easy__profile {
  /* ---------- Cada sección es su propia tarjeta ---------- */
  /* El contenedor que antes era la única tarjeta pasa a ser transparente */
}
.easy.easy__profile > .content > .contenido--wrapper > .tabcontent .contenido__products {
  margin-top: 1rem;
  padding: 0;
  border-radius: 0;
  background: none;
}
.easy.easy__profile > .content .contenido__products > .board__store--wrapper > .board__section {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background-color: #1b1c28;
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile > .content .contenido__products > .board__store--wrapper > .board__section {
    padding: 1.5rem;
  }
}
.easy.easy__profile > .content .contenido__products {
  /* Cabecera de tarjeta: título blanco + lápiz de bloque. Sin icono: el
     icono es de las filas, y repetirlo arriba duplicaba el mismo lenguaje
     en dos niveles.
     El ancestro .board__section es necesario: las reglas compartidas de
     easyconfig ahora también llevan esa clase y hay que empatarlas. */
}
.easy.easy__profile > .content .contenido__products .board__section .board__section--head .text--title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  color: white;
  font-size: 1.0625rem;
  font-weight: 700;
}
.easy.easy__profile > .content .contenido__products .board__section .board__section--head .text--title::before {
  display: none;
}
.easy.easy__profile > .content .contenido__products .board__section .board__section--head .text--paragraph {
  margin: 0.35rem 0 0;
  padding-left: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
}
.easy.easy__profile > .content .contenido__products .board__section .board__section--head {
  /* Etiqueta de beta al lado del título de la tarjeta: avisa que esa
     función está a prueba justo donde se entra. Contorno y no relleno
     para que se lea como una nota del título y no como un botón. */
}
.easy.easy__profile > .content .contenido__products .board__section .board__section--head .pform__beta {
  flex: 0 0 auto;
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(24, 225, 121, 0.5);
  border-radius: 1rem;
  color: #18E179;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.easy.easy__profile > .content .contenido__products {
  /* Lápiz de edición por bloque, arriba a la derecha como en el diseño */
}
.easy.easy__profile > .content .contenido__products .board__section--editall {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  text-decoration: none;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy.easy__profile > .content .contenido__products .board__section--editall::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-color: white;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.26 3.6 5.05 12.29c-.31.33-.61.98-.67 1.43l-.37 3.24c-.13 1.17.71 1.97 1.87 1.77l3.22-.55c.45-.08 1.08-.41 1.39-.75l8.21-8.69c1.42-1.5 2.06-3.21-.15-5.3-2.2-2.07-3.87-1.34-5.29.16Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.89 5.05a6.13 6.13 0 0 0 5.45 5.15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.26 3.6 5.05 12.29c-.31.33-.61.98-.67 1.43l-.37 3.24c-.13 1.17.71 1.97 1.87 1.77l3.22-.55c.45-.08 1.08-.41 1.39-.75l8.21-8.69c1.42-1.5 2.06-3.21-.15-5.3-2.2-2.07-3.87-1.34-5.29.16Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.89 5.05a6.13 6.13 0 0 0 5.45 5.15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.easy.easy__profile > .content .contenido__products .board__section--editall:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Filas dentro de las tarjetas ---------- */
}
.easy.easy__profile > .content .contenido__products .board__store, .easy.easy__profile > .content .contenido__products .board__section .board__store {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background: none;
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item {
  margin: 0;
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item] {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.easy.easy__profile > .content .contenido__products {
  /* Etiqueta gris arriba, valor blanco con peso abajo (como el PDF) */
}
.easy.easy__profile > .content .contenido__products .board__store .text--upper {
  color: var(--pf-soft);
  font-size: 0.8125rem;
  opacity: 1;
}
.easy.easy__profile > .content .contenido__products .board__store .text--subtitle {
  margin-top: 0;
  font-size: 1rem;
}
.easy.easy__profile > .content .contenido__products {
  /* Los lápices por campo se ocultan: la edición es por bloque (el lápiz de
     la tarjeta Pagos abre el modal de formas de pago desde la cabecera) */
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item > a.text--paragraph {
  display: none;
}
.easy.easy__profile > .content .contenido__products {
  /* Lápiz de formas de pago como chip cuadrado. Los colores se escriben en
     negro porque filter: invert(1) los voltea (fondo/borde quedan blancos
     translúcidos y el lápiz oscuro del svg queda blanco). Solo la imagen:
     los botones "Editar" de Conexiones también llevan clase edit-button. */
}
.easy.easy__profile > .content .contenido__products .board__store--item img.edit-button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0.75rem;
  background-color: rgba(0, 0, 0, 0.1);
  filter: invert(1);
}
.easy.easy__profile > .content .contenido__products .board__store--item img.edit-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.easy.easy__profile > .content .contenido__products {
  /* Interruptores: sin subrayado, etiqueta suave */
}
.easy.easy__profile > .content .contenido__products .board__store .board__input--switch {
  border-bottom: none;
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Envío fijo: switch, marcas de "sin uso" ---------- */
  /* Switch que en realidad es un enlace al modal: prender el envío fijo
     exige capturar un monto, así que el estado no puede cambiar con el
     clic. Refleja lo guardado y manda al modal a confirmarlo.
     Va anclado a .board__store--item para ganarle en especificidad a las
     reglas de fila de easyconfig, que son cadenas muy largas. */
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch {
  /* Es <a> cuando está apagado (lleva al modal) y <button> cuando está
     prendido (apaga en el acto): de ahí el reset de estilos de botón */
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch .switch {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.25s;
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch .switch::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch:hover .switch {
  background-color: rgba(255, 255, 255, 0.25);
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch.is-on .switch {
  background-color: rgba(24, 225, 121, 0.35);
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch.is-on .switch::after {
  left: 1.25rem;
  background-color: #18E179;
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__switch.is-on:hover .switch {
  background-color: rgba(24, 225, 121, 0.5);
}
.easy.easy__profile > .content .contenido__products {
  /* Etiqueta corta para lo que está apagado o no se está usando. Va en su
     propio renglón bajo el título: dentro de .text--upper la pintaba de
     verde itálico una regla de easyconfig más específica. */
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__offrow {
  width: 100%;
  margin: 0.3rem 0 0;
  padding: 0;
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__off {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--pf-soft);
  font-size: 0.6875rem;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
}
.easy.easy__profile > .content .contenido__products {
  /* El valor de una fila que además abre su modal: se ve como el resto del
     valor, solo se subraya al pasar encima */
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__editlink {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__editlink:hover {
  color: #18E179;
  border-bottom-color: #18E179;
}
.easy.easy__profile > .content .contenido__products {
  /* Nota verde bajo un valor (la URL con dominio propio) */
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__note {
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  color: #18E179;
  font-size: 0.8125rem;
  font-style: normal;
  text-align: left;
}
.easy.easy__profile > .content .contenido__products .board__store--item .pform__note span {
  color: inherit;
  font-weight: 600;
}
.easy.easy__profile > .content .contenido__products {
  /* Selects que viven fuera de .board__store--icon para quedar a la
     derecha de la fila (prioridad de paquetería). Compacto: heredaba el
     min-height de 3rem de .edit-input y se veía gigante en la fila */
}
.easy.easy__profile > .content .contenido__products .board__store--item > .pform__select {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 12rem;
  min-height: 2.25rem;
  margin: 0;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
}
.easy.easy__profile > .content .contenido__products {
  /* Mobile-first: en pantallas chicas el control de la derecha (botón o
     select) baja a su propia línea completa en Conexiones, Asistentes,
     Dominio y Mis datos. La fila base es nowrap: sin el wrap explícito el
     botón de 100% no baja, aplasta los textos y desborda la fila.
     Links y Redes queda fuera a propósito: sus switches van en línea. */
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item,
.easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento],
.easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item,
.easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item,
.easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority],
.easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item,
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item {
  flex-wrap: wrap;
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item .board__img,
.easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] .board__img,
.easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item .board__img,
.easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item .board__img,
.easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] .board__img,
.easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item .board__img,
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item .board__img {
  flex: 0 0 auto;
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item .board__store--icon {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item > .button, .easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item > .pform__select,
.easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] > .button,
.easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] > .pform__select,
.easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item > .button,
.easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item > .pform__select,
.easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item > .button,
.easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item > .pform__select,
.easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] > .button,
.easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] > .pform__select,
.easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item > .button,
.easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item > .pform__select,
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item > .button,
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item > .pform__select {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  margin: 0.75rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item,
  .easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento],
  .easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item,
  .easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item,
  .easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority],
  .easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item,
  .easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item {
    flex-wrap: nowrap;
  }
  .easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item .board__store--icon,
  .easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] .board__store--icon,
  .easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item .board__store--icon,
  .easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item .board__store--icon,
  .easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] .board__store--icon,
  .easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item .board__store--icon,
  .easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item .board__store--icon {
    flex: 1 1 auto;
  }
  .easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item > .button,
  .easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] > .button,
  .easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item > .button,
  .easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item > .button,
  .easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] > .button,
  .easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item > .button,
  .easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item > .button {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
  .easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item > .pform__select,
  .easy.easy__profile > .content .contenido__products .board__section.details__negocio .board__store--item[data-item=almacenamiento] > .pform__select,
  .easy.easy__profile > .content .contenido__products .board__section--asistentes .board__store--item > .pform__select,
  .easy.easy__profile > .content .contenido__products .board__section--dominio .board__store--item > .pform__select,
  .easy.easy__profile > .content .contenido__products .board__section--envios .board__store--item[data-item=shipping-priority] > .pform__select,
  .easy.easy__profile > .content .contenido__products .board__store--exports .board__store--item > .pform__select,
  .easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item > .pform__select {
    flex: 0 0 auto;
    width: auto;
    max-width: 12rem;
    margin: 0;
  }
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Almacenamiento: una fila mas de Datos del negocio ---------- */
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] {
  /* Barra y nota debajo del dato. .board__store--icon acomoda a lo
     ancho, asi que sin el 100% se van al lado de los MB. */
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__espacio {
  flex: 0 0 100%;
  width: 100%;
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__bolsa--barra {
  margin: 0.4rem 0 0;
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] {
  /* display:block a proposito: .easy .board__store .text--paragraph la
     pone en flex con justify-content: flex-end —asi manda a la derecha
     los precios y contadores de otras listas— y aqui la nota se iba al
     otro extremo de la fila, lejos de la barra que explica. */
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__espacio .text--paragraph {
  display: block;
  margin: 0.35rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
  text-align: left;
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] {
  /* El icono toma el color del medidor —verde, amarillo o rojo— para
     que el estado se vea desde la lista sin leer la nota. Por mascara
     y no como <img> porque el svg trae su propio color; el resto de
     los iconos del panel vienen en verde fijo. */
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__img--espacio {
  /* Sin medidas propias: el tamano lo pone la misma regla que a
     los <img> hermanos, y el `contain` hace que el dibujo llene
     esa caja igual que ellos. */
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__img--espacio {
  display: block;
  padding: 0;
  background-color: var(--bolsa-color);
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__img--espacio {
  -webkit-mask: url("../img/icons/icon-almacenamiento.svg") no-repeat center/contain;
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=almacenamiento] .board__img--espacio {
  -webkit-mask: url("../img/icons/icon-almacenamiento.svg") no-repeat center/contain;
          mask: url("../img/icons/icon-almacenamiento.svg") no-repeat center/contain;
}
.easy.easy__profile > .content .contenido__products {
  /* Notificaciones push: se comporta como las demás conexiones —"• Conectado"
     en el título e insignia de check sobre el logo—. Antes se le quitaban
     las dos porque el título largo partía la fila en dos renglones y la
     insignia, anclada al fondo, caía sobre el texto; ahora el título es
     corto y la fila mide lo mismo que las otras. */
}
.easy.easy__profile > .content .contenido__products .board__store--item[data-item=icon-push] .text--subtitle {
  overflow-wrap: anywhere;
}
.easy.easy__profile > .content .contenido__products {
  /* Fila atenuada: sigue siendo editable, solo avisa que hoy no aplica */
}
.easy.easy__profile > .content .contenido__products .pform__row--off .board__img {
  opacity: 0.4;
}
.easy.easy__profile > .content .contenido__products .pform__row--off .board__store--icon > .text {
  opacity: 0.55;
}
.easy.easy__profile > .content .contenido__products .pform__row--off .pform__select {
  opacity: 0.55;
}
.easy.easy__profile > .content .contenido__products .pform__row--off {
  /* Fuera la palomita de "conectado" sobre el logo: la conexión sigue
     guardada, pero hoy no se está usando y la palomita decía lo
     contrario. !important porque la pinta easyconfig con una cadena
     más larga (.board__form ... .details__conexion .active). */
}
.easy.easy__profile > .content .contenido__products .pform__row--off::after {
  display: none !important;
}
.easy.easy__profile > .content .contenido__products {
  /* Links y Redes: cada red con su switch "Visible" a la derecha, en la
     misma fila, como en el diseño */
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-whatsapp2],
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-facebook],
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-instagram] {
  flex-wrap: nowrap;
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-whatsapp2] .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-facebook] .board__store--icon,
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-instagram] .board__store--icon {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-whatsapp2] .board__input--switch,
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-facebook] .board__input--switch,
.easy.easy__profile > .content .contenido__products .board__store .board__store--item[data-item=icon-instagram] .board__input--switch {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: none;
  justify-content: flex-end;
  gap: 0.75rem;
}
.easy.easy__profile > .content .contenido__products {
  /* Botones "Próximamente" en gris, no en verde punteado */
}
.easy.easy__profile > .content .contenido__products .board__store--item .button.isDisabled {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.5);
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Tarjeta del tipo de negocio (icono + giro, sin cabecera) ---------- */
}
.easy.easy__profile > .content .contenido__products .board__section--tipo {
  /* La tarjeta es la sección misma: la fila va limpia, sin caja anidada */
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store.mobile__slider {
  margin: 0;
  padding: 0;
  overflow: visible;
  background: none;
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border: none;
  background: none;
  text-align: left;
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] .board__img {
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] .board__img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] .board__store--icon {
  /* align-content centrado: las dos líneas de texto se repartían
     a los extremos de la altura del icono y quedaban separadas */
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] .board__store--icon {
  width: auto;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-content: center;
  gap: 0.2rem 0;
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] .board__store--icon .text {
  width: 100%;
  margin: 0;
  justify-content: flex-start;
  text-align: left;
}
.easy.easy__profile > .content .contenido__products .board__section--tipo .board__store--item[data-item=tiponegocio] .board__store--icon .text--subtitle {
  font-size: 1.25rem;
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Conexiones ---------- */
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion, .easy.easy__profile > .content .contenido__products .board__section.details__plan {
  /* El aro del icono y el borde de la insignia de check deben fundirse
     con el fondo de la tarjeta, ya no con el fondo de la página */
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item .board__img, .easy.easy__profile > .content .contenido__products .board__section.details__plan .board__store--item .board__img {
  outline-color: #1b1c28;
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy.easy__profile > .content .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority])::after {
  border-color: #1b1c28;
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion, .easy.easy__profile > .content .contenido__products .board__section.details__plan {
  /* Mobile-first: la insignia de check se ancla arriba, junto al icono.
     Con anclaje bottom, al bajar el botón a su propia línea la fila
     crece y la insignia caía sobre el botón. Desde 720px el botón
     vuelve a la derecha y la insignia a su anclaje original. */
}
.easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy.easy__profile > .content .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority])::after {
  bottom: auto;
  top: 2.75rem;
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile > .content .contenido__products .board__section.details__conexion .board__store--item:not([data-item=shipping-priority])::after, .easy.easy__profile > .content .contenido__products .board__section.details__plan .board__store--item:not([data-item=shipping-priority])::after {
    top: auto;
    bottom: 1rem;
  }
}
.easy.easy__profile > .content .contenido__products {
  /* "+ Agregar" como en el diseño (solo conexiones sin conectar) */
}
.easy.easy__profile > .content .contenido__products .details__conexion .board__store--item .button__primary:not(.isDisabled):not(.active)::before {
  content: "+";
  margin-right: 0.35rem;
  font-weight: 700;
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Campos de edición ---------- */
}
.easy.easy__profile > .content .contenido__products .edit-input {
  min-height: 3rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.75rem;
  background: none;
  color: white;
}
.easy.easy__profile > .content .contenido__products .edit-input:focus {
  border-color: #18E179;
  outline: none;
}
.easy.easy__profile > .content .contenido__products .edit-input option {
  background-color: #1b1c28;
  color: white;
}
.easy.easy__profile > .content .contenido__products .text--subtitle input {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  color: white;
}
.easy.easy__profile > .content .contenido__products .text--subtitle input:focus {
  border-color: #18E179;
  outline: none;
}
.easy.easy__profile > .content .contenido__products #map {
  border-radius: 0.75rem;
  overflow: hidden;
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Mis datos (exportar CSV) ---------- */
}
.easy.easy__profile > .content .contenido__products .board__store--exports .board__store--icon .text--paragraph {
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Diseño de la tienda (sale a config/diseno.php) ----------
     Última tarjeta de Mi Negocio: una sola fila con el enlace al editor.
     Copia la caja de texto de las filas de exportar —etiqueta, título y una
     línea de explicación, cada una en su renglón— que aquí no la pinta
     easyconfig porque esa regla cuelga de .board__store--exports. */
}
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item:last-child {
  border-bottom: none;
}
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item .board__store--icon {
  display: block;
  flex: 1;
  width: auto;
  min-width: 0;
}
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item .board__store--icon .text {
  display: block;
  width: 100%;
}
.easy.easy__profile > .content .contenido__products .board__section--diseno .board__store--item .board__store--icon .text--paragraph {
  width: 100%;
  max-width: 34rem;
  margin: 0.15rem 0 0;
  padding-left: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
  cursor: default;
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Sesiones activas ----------
     Filas con el mismo esqueleto que Conexiones (icono, textos, botón),
     pero el icono es dibujado y no un logo: la sesión no tiene marca, solo
     el tipo de aparato. La actual va resaltada y sin botón de cerrar. */
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .board__store--item {
  flex-wrap: wrap;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .board__store--icon {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .board__store--icon .text--paragraph {
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones > .board__store .board__store--item > .button {
  flex: 0 0 100%;
  width: 100%;
  margin: 0.75rem 0 0;
  text-align: center;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones {
  /* Las filas de sesión se identifican con data-sesion, no con data-item,
     así que quedan fuera del bloque [data-item] de easyconfig que le da
     forma al resto de las filas del panel. Lo que ese bloque aporta se
     repone aquí: la fila base viene con justify-content: center y sin
     separador, y en móvil (donde no aplica el nowrap de 720px) se veía
     centrada, sin línea entre filas y con el icono colapsado. */
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__item {
  justify-content: flex-start;
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__item:last-of-type {
  padding-bottom: 1rem;
  border-bottom: none;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__item .board__store--icon .text {
  margin: 0;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones {
  /* La palomita flotante de "conectado" pertenece a Conexiones */
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .board__store--item::after {
  display: none !important;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__item.active {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 0.75rem;
  background-color: rgba(24, 225, 121, 0.07);
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__item.active .text--upper {
  color: #18E179;
  font-weight: 700;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__icono {
  /* Sin medidas propias el <span> vacío colapsa a 0 y el dibujo del
     aparato no se ve: el tamaño lo daba > .board__img de [data-item] */
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__icono {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__icono--escritorio, .easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__icono--desconocido {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318E179' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='2.5' y='4' width='19' height='12.5' rx='2'/%3E%3Cpath d='M8 20.5h8M12 16.5v4'/%3E%3C/svg%3E");
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__icono--movil {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318E179' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='7' y='2.5' width='10' height='19' rx='2.5'/%3E%3Cpath d='M10.5 18.5h3'/%3E%3C/svg%3E");
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__acciones {
  margin-top: 1rem;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__acciones .button {
  width: 100%;
  margin: 0;
  text-align: center;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__status {
  margin: 0.85rem 0 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.45;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__status:empty {
  display: none;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__status.is-ok {
  color: #18E179;
}
.easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__status.is-warn {
  color: #dd1c47;
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile > .content .contenido__products .board__section--sesiones .board__store--item {
    flex-wrap: nowrap;
  }
  .easy.easy__profile > .content .contenido__products .board__section--sesiones .board__store--icon {
    flex: 1 1 auto;
  }
  .easy.easy__profile > .content .contenido__products .board__section--sesiones > .board__store .board__store--item > .button {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
  .easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__acciones {
    display: flex;
    justify-content: flex-end;
  }
  .easy.easy__profile > .content .contenido__products .board__section--sesiones .sesiones__acciones .button {
    width: auto;
  }
}
.easy.easy__profile > .content .contenido__products {
  /* ---------- Mi Plan: detalle del plan como ficha dentro de la tarjeta ---------- */
}
.easy.easy__profile > .content .contenido__products .details__planes .plan-detail {
  border: 1px solid var(--pf-border);
  border-radius: 1rem;
  background-color: var(--pf-field);
}
.easy.easy__profile > .content .contenido__products .details__planes .plan-detail::before {
  display: none;
}
.easy.easy__profile {
  /* ---------- Barra fija de guardar (mismo pie que la ficha de producto) ---------- */
}
.easy.easy__profile > .content .form .input--submit.button--wrapper {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #1b1c28;
  box-shadow: 0 -0.75rem 1.5rem rgba(0, 0, 0, 0.35);
}
.easy.easy__profile > .content .form .input--submit.button--wrapper .button__cancelar {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.75rem;
  color: white;
}
.easy.easy__profile > .content .form .input--submit.button--wrapper .button__cancelar:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.easy.easy__profile > .content .form .input--submit.button--wrapper .button--submit {
  border: none;
  border-radius: 0.75rem;
  background-color: #6B1BF8;
  color: white;
  font-weight: 700;
}
.easy.easy__profile > .content .form .input--submit.button--wrapper .button--submit:hover {
  background-color: rgb(126.2714893617, 56.6885106383, 248.9114893617);
}
.easy.easy__profile > .content .form .input--submit.button--wrapper .button--submit.isDisabled {
  opacity: 0.45;
}
.easy.easy__profile {
  /* ---------- Eliminar cuenta ---------- */
}
.easy.easy__profile .delete-account-container {
  justify-content: center;
}
.easy.easy__profile .delete-account-container .button__cancelar {
  width: auto;
  max-width: none;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(221, 28, 71, 0.5);
  border-radius: 0.75rem;
  background-color: rgba(221, 28, 71, 0.08);
  color: #dd1c47;
  font-size: 0.8125rem;
  font-weight: 700;
}
.easy.easy__profile .delete-account-container .button__cancelar:hover {
  border-color: #dd1c47;
  background-color: #dd1c47;
  color: white;
}
.easy.easy__profile {
  /* ---------- Héroe: cover con galería, avatar y datos del negocio ---------- */
}
.easy.easy__profile .profile__hero {
  /* Ocupa toda la fila del flex (si no, los tabs se acomodan a su lado);
     el contenido interno se acota al mismo ancho que las tarjetas (main).
     position: relative ancla la galería cuando se sobrepone al cover. */
}
.easy.easy__profile .profile__hero {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 1.25rem;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.easy.easy__profile .profile__hero--cover, .easy.easy__profile .profile__hero--info {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.easy.easy__profile .profile__hero--cover {
  position: relative;
  width: 100%;
  height: 12rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #1b1c28;
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile .profile__hero--cover {
    height: 16rem;
  }
}
.easy.easy__profile .profile__hero--coverimg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy.easy__profile .profile__hero--coverbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: auto;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 2rem;
  background-color: rgba(1, 2, 16, 0.65);
  backdrop-filter: blur(6px);
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.25s;
}
.easy.easy__profile .profile__hero--coverbtn::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  background-color: white;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.76 22h10.48c2.76 0 3.86-1.69 3.99-3.75l.52-8.26A3.75 3.75 0 0 0 18 6c-.61 0-1.17-.35-1.45-.89l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6a3.75 3.75 0 0 0-3.75 3.99l.52 8.26C2.89 20.31 4 22 6.76 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.76 22h10.48c2.76 0 3.86-1.69 3.99-3.75l.52-8.26A3.75 3.75 0 0 0 18 6c-.61 0-1.17-.35-1.45-.89l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6a3.75 3.75 0 0 0-3.75 3.99l.52 8.26C2.89 20.31 4 22 6.76 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center/contain;
}
.easy.easy__profile .profile__hero--coverbtn:hover {
  background-color: rgba(1, 2, 16, 0.9);
}
.easy.easy__profile .profile__hero {
  /* Tira de miniaturas: cover con insignia + fotos + tile de agregar.
     Mobile-first: fila propia debajo de la info del perfil (sobre el cover
     tapaba el avatar y el toggle en pantallas chicas); desde 720px vuelve
     a sobreponerse al cover, anclada a .profile__hero. */
}
.easy.easy__profile .profile__hero--gallery {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 1024px;
  margin: 0.75rem auto 0;
  padding: 0 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.easy.easy__profile .profile__hero--gallery::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile .profile__hero--gallery {
    /* El cover mide 16rem de alto en este rango: la tira (3.25rem)
       queda a 0.75rem del borde inferior del cover */
  }
  .easy.easy__profile .profile__hero--gallery {
    position: absolute;
    top: 12rem;
    right: 1rem;
    width: auto;
    max-width: calc(100% - 2rem);
    margin: 0;
    padding: 0;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1056px) {
  .easy.easy__profile .profile__hero--gallery {
    /* El cover se acota a 1024px centrado: la tira se alinea a su borde */
  }
  .easy.easy__profile .profile__hero--gallery {
    right: calc(50% - 512px + 1rem);
  }
}
.easy.easy__profile .profile__hero--thumb {
  position: relative;
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  background-color: #1b1c28;
  overflow: hidden;
}
.easy.easy__profile .profile__hero--thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy.easy__profile .profile__hero--thumb {
  /* Borrar foto de la galería: mismo flujo que antes tenía la fila del
     carrusel (abre #modal__confirmation vía scripts__deleteimage) */
}
.easy.easy__profile .profile__hero--thumb .delete-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #dd1c47;
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0.85;
}
.easy.easy__profile .profile__hero--thumb .delete-button:hover {
  opacity: 1;
  transform: scale(1.15);
}
.easy.easy__profile .profile__hero--thumb-cover {
  border-color: #6B1BF8;
}
.easy.easy__profile .profile__hero--thumb-cover figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.1rem 0;
  background-color: #6B1BF8;
  color: white;
  font-size: 0.5625rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.easy.easy__profile .profile__hero--thumb-add {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #18E179;
  background-color: rgba(1, 2, 16, 0.5);
  color: #18E179;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s;
}
.easy.easy__profile .profile__hero--thumb-add:hover {
  background-color: rgba(24, 225, 121, 0.25);
}
.easy.easy__profile .profile__hero {
  /* Fila bajo el cover: avatar encimado, nombres y toggle de galería */
}
.easy.easy__profile .profile__hero--info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.25rem 1rem;
  width: 100%;
  padding: 0 0.75rem;
}
.easy.easy__profile .profile__hero--avatar {
  /* Mobile-first: más chico en pantallas angostas para dejar aire a los textos */
}
.easy.easy__profile .profile__hero--avatar {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  margin-top: -2rem;
  border-radius: 50%;
  cursor: pointer;
}
.easy.easy__profile .profile__hero--avatar img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1b1c28;
  outline: 0.35rem solid #010210;
}
.easy.easy__profile .profile__hero--avatar:hover img {
  outline-color: rgba(24, 225, 121, 0.35);
}
@media only screen and (min-width: 720px) {
  .easy.easy__profile .profile__hero--avatar {
    width: 6.5rem;
    height: 6.5rem;
    margin-top: -2.75rem;
  }
}
.easy.easy__profile .profile__hero--avatarbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background-color: #1b1c28;
}
.easy.easy__profile .profile__hero--avatarbtn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: white;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.76 22h10.48c2.76 0 3.86-1.69 3.99-3.75l.52-8.26A3.75 3.75 0 0 0 18 6c-.61 0-1.17-.35-1.45-.89l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6a3.75 3.75 0 0 0-3.75 3.99l.52 8.26C2.89 20.31 4 22 6.76 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.76 22h10.48c2.76 0 3.86-1.69 3.99-3.75l.52-8.26A3.75 3.75 0 0 0 18 6c-.61 0-1.17-.35-1.45-.89l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6a3.75 3.75 0 0 0-3.75 3.99l.52 8.26C2.89 20.31 4 22 6.76 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center/contain;
}
.easy.easy__profile .profile__hero--names {
  flex: 1 1 10rem;
  min-width: 0;
  padding-top: 0.5rem;
}
.easy.easy__profile .profile__hero--plan {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  color: #18E179;
  font-size: 0.75rem;
  font-style: italic;
}
.easy.easy__profile .profile__hero--plan::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #18E179;
}
.easy.easy__profile .profile__hero--name {
  width: 100%;
  margin: 0.15rem 0 0;
  padding: 0;
  color: white;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  overflow-wrap: anywhere;
}
.easy.easy__profile .profile__hero--user {
  width: 100%;
  margin: 0.1rem 0 0;
  color: var(--pf-soft);
  font-size: 0.875rem;
  text-align: left;
}
.easy.easy__profile .profile__hero--toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  width: auto;
  margin-top: 0.75rem;
  margin-left: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 2rem;
  background-color: #1b1c28;
  color: white;
  font-size: 0.8125rem;
  cursor: pointer;
}
.easy.easy__profile .profile__hero--toggle .switch {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.25s;
}
.easy.easy__profile .profile__hero--toggle .switch::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.easy.easy__profile .profile__hero--toggle {
  /* La clase is-on la sincroniza un script con el checkbox real #galeria_status */
}
.easy.easy__profile .profile__hero--toggle.is-on .switch {
  background-color: rgba(24, 225, 121, 0.35);
}
.easy.easy__profile .profile__hero--toggle.is-on .switch::after {
  left: 1.25rem;
  background-color: #18E179;
}
.easy.easy__profile {
  /* Conexión apagada con el interruptor de su modal: la fila la sigue
     mostrando conectada —las credenciales siguen ahí— pero dice "Apagada"
     para que se note sin abrir el modal. Gana al "Conectado" de .active
     porque va después y con la misma especificidad. */
}
.easy.easy__profile .board__store--item.conexion--off .board__store--icon .text--subtitle::after {
  content: "Apagada";
  color: rgba(255, 255, 255, 0.5);
}
.easy.easy__profile .board__store--item.conexion--off .board__img {
  opacity: 0.5;
}
.easy.easy__profile .board__store--item.conexion--off {
  /* Fuera la palomita: dice "en uso" y esta conexión no lo está. !important
     porque la pinta easyconfig con una cadena más larga
     (.board__form ... .details__conexion .active), igual que en .pform__row--off. */
}
.easy.easy__profile .board__store--item.conexion--off::after {
  display: none !important;
}
.easy.easy__profile {
  /* Con héroe: fuera el hueco de 16rem del layout viejo, los avatares por tab
     con su burbuja de "Cambiar imagen", y las filas de cover y carrusel (sus
     inputs siguen en el DOM ocultos; el héroe los dispara con labels) */
}
.easy.easy__profile.easy__profile--hero > .content > .contenido--wrapper {
  padding-top: 0.75rem;
}
.easy.easy__profile.easy__profile--hero .tabcontent .board__logotipo {
  display: none;
}
.easy.easy__profile.easy__profile--hero .board__store--item[data-item=cover],
.easy.easy__profile.easy__profile--hero .board__store--item[data-item=fotos-destacadas] {
  display: none;
}

/* ---------------------------------------------------------------------------
   Modales oscuros del perfil: "¿Cómo cobras el envío?", la conexión con
   SkydropX y las paqueterías que ve el cliente.

   Viven fuera de .easy.easy__profile (los modales cuelgan del body), por eso van
   en su propio bloque. Reutilizan el lenguaje .pform de modal__sincategorias:
   antes heredaban .modal__apikey, que impone fondo blanco y cajas moradas y
   desencajaba sobre el panel oscuro.

   La caja, la cabecera, los campos y el pie son idénticos en los tres, así que
   comparten este bloque; lo propio de cada uno va más abajo.
--------------------------------------------------------------------------- */
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  --pf-surface: #1b1c28;
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  /* Ancho por modal: un formulario de dos campos no necesita lo mismo que una
     rejilla de paqueterías o unos pasos con captura. Se sobreescribe la
     variable en cada bloque de abajo y el centrado se calcula solo. */
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  --pf-ancho: 32rem;
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  height: auto;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--pf-surface);
  color: white;
}
@media only screen and (min-width: 720px) {
  .modal.modal__enviofijo, .modal.modal__enviofijo.show,
  .modal.modal__horario,
  .modal.modal__horario.show,
  .modal.modal__skydropx,
  .modal.modal__skydropx.show,
  .modal.modal__envioclick,
  .modal.modal__envioclick.show,
  .modal.modal__stripe,
  .modal.modal__stripe.show,
  .modal.modal__paypal,
  .modal.modal__paypal.show,
  .modal.modal__paqueterias,
  .modal.modal__paqueterias.show,
  .modal.modal__archconfirm,
  .modal.modal__archconfirm.show {
    width: min(92%, var(--pf-ancho));
    max-width: var(--pf-ancho);
    left: 50%;
    right: auto;
    margin: 0;
    transform: translateX(-50%);
  }
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  /* La regla base de .board--overlay pinta el círculo en blanco y le aplica
     filter: contrast(0.75). Al poner solo color: white, el aspa quedaba blanca
     sobre un fondo casi blanco y no se veía: hay que cambiar también el fondo y
     apagar el filtro, igual que hacen los otros modales oscuros del panel. */
}
.modal.modal__enviofijo .board__overlay--close,
.modal.modal__horario .board__overlay--close,
.modal.modal__skydropx .board__overlay--close,
.modal.modal__envioclick .board__overlay--close,
.modal.modal__stripe .board__overlay--close,
.modal.modal__paypal .board__overlay--close,
.modal.modal__paqueterias .board__overlay--close,
.modal.modal__archconfirm .board__overlay--close {
  /* padding: 0 y line-height: 1 porque la regla base combina width/height de
     2rem con padding de 1rem y, con box-sizing: border-box, la caja de
     contenido queda en 0: el aspa solo se veía por desbordamiento. */
}
.modal.modal__enviofijo .board__overlay--close,
.modal.modal__horario .board__overlay--close,
.modal.modal__skydropx .board__overlay--close,
.modal.modal__envioclick .board__overlay--close,
.modal.modal__stripe .board__overlay--close,
.modal.modal__paypal .board__overlay--close,
.modal.modal__paqueterias .board__overlay--close,
.modal.modal__archconfirm .board__overlay--close {
  top: 1rem;
  right: 1rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  line-height: 1;
  filter: none;
}
.modal.modal__enviofijo .board__overlay--close:hover,
.modal.modal__horario .board__overlay--close:hover,
.modal.modal__skydropx .board__overlay--close:hover,
.modal.modal__envioclick .board__overlay--close:hover,
.modal.modal__stripe .board__overlay--close:hover,
.modal.modal__paypal .board__overlay--close:hover,
.modal.modal__paqueterias .board__overlay--close:hover,
.modal.modal__archconfirm .board__overlay--close:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
  transform: none;
}
.modal.modal__enviofijo .pform__modal,
.modal.modal__horario .pform__modal,
.modal.modal__skydropx .pform__modal,
.modal.modal__envioclick .pform__modal,
.modal.modal__stripe .pform__modal,
.modal.modal__paypal .pform__modal,
.modal.modal__paqueterias .pform__modal,
.modal.modal__archconfirm .pform__modal {
  width: 100%;
  margin: 0;
  padding: 1.75rem;
  background: none;
  color: white;
  font-family: "Poppins", sans-serif;
}
.modal.modal__enviofijo .pform__modal--head,
.modal.modal__horario .pform__modal--head,
.modal.modal__skydropx .pform__modal--head,
.modal.modal__envioclick .pform__modal--head,
.modal.modal__stripe .pform__modal--head,
.modal.modal__paypal .pform__modal--head,
.modal.modal__paqueterias .pform__modal--head,
.modal.modal__archconfirm .pform__modal--head {
  margin: 0 0 1.5rem;
  text-align: left;
}
.modal.modal__enviofijo .pform__modal--head .text--title,
.modal.modal__horario .pform__modal--head .text--title,
.modal.modal__skydropx .pform__modal--head .text--title,
.modal.modal__envioclick .pform__modal--head .text--title,
.modal.modal__stripe .pform__modal--head .text--title,
.modal.modal__paypal .pform__modal--head .text--title,
.modal.modal__paqueterias .pform__modal--head .text--title,
.modal.modal__archconfirm .pform__modal--head .text--title {
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: left;
}
.modal.modal__enviofijo .pform__modal--head .text--paragraph,
.modal.modal__horario .pform__modal--head .text--paragraph,
.modal.modal__skydropx .pform__modal--head .text--paragraph,
.modal.modal__envioclick .pform__modal--head .text--paragraph,
.modal.modal__stripe .pform__modal--head .text--paragraph,
.modal.modal__paypal .pform__modal--head .text--paragraph,
.modal.modal__paqueterias .pform__modal--head .text--paragraph,
.modal.modal__archconfirm .pform__modal--head .text--paragraph {
  width: auto;
  margin: 0.35rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
  text-align: left;
}
.modal.modal__enviofijo .pform__modal--body,
.modal.modal__horario .pform__modal--body,
.modal.modal__skydropx .pform__modal--body,
.modal.modal__envioclick .pform__modal--body,
.modal.modal__stripe .pform__modal--body,
.modal.modal__paypal .pform__modal--body,
.modal.modal__paqueterias .pform__modal--body,
.modal.modal__archconfirm .pform__modal--body {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
.modal.modal__enviofijo .pform__modal--body,
.modal.modal__horario .pform__modal--body,
.modal.modal__skydropx .pform__modal--body,
.modal.modal__envioclick .pform__modal--body,
.modal.modal__stripe .pform__modal--body,
.modal.modal__paypal .pform__modal--body,
.modal.modal__paqueterias .pform__modal--body,
.modal.modal__archconfirm .pform__modal--body {
  /* El aire del campo lo da el gap del wrapper y no los margin de cada
     hijo: así label, input y texto de ayuda quedan con el mismo ritmo y
     no hay margenes que se sumen entre sí. */
}
.modal.modal__enviofijo .pform__modal--body .board__input--wrapper,
.modal.modal__horario .pform__modal--body .board__input--wrapper,
.modal.modal__skydropx .pform__modal--body .board__input--wrapper,
.modal.modal__envioclick .pform__modal--body .board__input--wrapper,
.modal.modal__stripe .pform__modal--body .board__input--wrapper,
.modal.modal__paypal .pform__modal--body .board__input--wrapper,
.modal.modal__paqueterias .pform__modal--body .board__input--wrapper,
.modal.modal__archconfirm .pform__modal--body .board__input--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
.modal.modal__enviofijo .pform__modal--body .input__label,
.modal.modal__horario .pform__modal--body .input__label,
.modal.modal__skydropx .pform__modal--body .input__label,
.modal.modal__envioclick .pform__modal--body .input__label,
.modal.modal__stripe .pform__modal--body .input__label,
.modal.modal__paypal .pform__modal--body .input__label,
.modal.modal__paqueterias .pform__modal--body .input__label,
.modal.modal__archconfirm .pform__modal--body .input__label {
  position: static;
  width: 100%;
  margin: 0;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  transform: none;
  opacity: 1;
}
.modal.modal__enviofijo .pform__modal--body .board__input,
.modal.modal__horario .pform__modal--body .board__input,
.modal.modal__skydropx .pform__modal--body .board__input,
.modal.modal__envioclick .pform__modal--body .board__input,
.modal.modal__stripe .pform__modal--body .board__input,
.modal.modal__paypal .pform__modal--body .board__input,
.modal.modal__paqueterias .pform__modal--body .board__input,
.modal.modal__archconfirm .pform__modal--body .board__input {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  color: white;
  font-size: 0.9375rem;
}
.modal.modal__enviofijo .pform__modal--body .board__input::-moz-placeholder, .modal.modal__horario .pform__modal--body .board__input::-moz-placeholder, .modal.modal__skydropx .pform__modal--body .board__input::-moz-placeholder, .modal.modal__envioclick .pform__modal--body .board__input::-moz-placeholder, .modal.modal__stripe .pform__modal--body .board__input::-moz-placeholder, .modal.modal__paypal .pform__modal--body .board__input::-moz-placeholder, .modal.modal__paqueterias .pform__modal--body .board__input::-moz-placeholder, .modal.modal__archconfirm .pform__modal--body .board__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__enviofijo .pform__modal--body .board__input::placeholder,
.modal.modal__horario .pform__modal--body .board__input::placeholder,
.modal.modal__skydropx .pform__modal--body .board__input::placeholder,
.modal.modal__envioclick .pform__modal--body .board__input::placeholder,
.modal.modal__stripe .pform__modal--body .board__input::placeholder,
.modal.modal__paypal .pform__modal--body .board__input::placeholder,
.modal.modal__paqueterias .pform__modal--body .board__input::placeholder,
.modal.modal__archconfirm .pform__modal--body .board__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal.modal__enviofijo .pform__modal--body,
.modal.modal__horario .pform__modal--body,
.modal.modal__skydropx .pform__modal--body,
.modal.modal__envioclick .pform__modal--body,
.modal.modal__stripe .pform__modal--body,
.modal.modal__paypal .pform__modal--body,
.modal.modal__paqueterias .pform__modal--body,
.modal.modal__archconfirm .pform__modal--body {
  /* Campo con clave ya guardada: el placeholder no es una sugerencia,
     es el dato —la clave ofuscada—, así que se lee más fuerte que un
     placeholder normal y el borde marca que el campo no está huérfano. */
}
.modal.modal__enviofijo .pform__modal--body .board__input--pista,
.modal.modal__enviofijo .pform__modal--body .pform__input--pista,
.modal.modal__horario .pform__modal--body .board__input--pista,
.modal.modal__horario .pform__modal--body .pform__input--pista,
.modal.modal__skydropx .pform__modal--body .board__input--pista,
.modal.modal__skydropx .pform__modal--body .pform__input--pista,
.modal.modal__envioclick .pform__modal--body .board__input--pista,
.modal.modal__envioclick .pform__modal--body .pform__input--pista,
.modal.modal__stripe .pform__modal--body .board__input--pista,
.modal.modal__stripe .pform__modal--body .pform__input--pista,
.modal.modal__paypal .pform__modal--body .board__input--pista,
.modal.modal__paypal .pform__modal--body .pform__input--pista,
.modal.modal__paqueterias .pform__modal--body .board__input--pista,
.modal.modal__paqueterias .pform__modal--body .pform__input--pista,
.modal.modal__archconfirm .pform__modal--body .board__input--pista,
.modal.modal__archconfirm .pform__modal--body .pform__input--pista {
  border-color: rgba(24, 225, 121, 0.35);
}
.modal.modal__enviofijo .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__horario .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__skydropx .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__envioclick .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__stripe .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__paypal .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__paqueterias .pform__modal--body .pform__input--pista::-moz-placeholder, .modal.modal__archconfirm .pform__modal--body .pform__input--pista::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}
.modal.modal__enviofijo .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__horario .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__skydropx .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__envioclick .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__stripe .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__paypal .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__paqueterias .pform__modal--body .pform__input--pista::placeholder,
.modal.modal__archconfirm .pform__modal--body .pform__input--pista::placeholder {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}
.modal.modal__enviofijo .pform__modal--body .board__input:focus,
.modal.modal__horario .pform__modal--body .board__input:focus,
.modal.modal__skydropx .pform__modal--body .board__input:focus,
.modal.modal__envioclick .pform__modal--body .board__input:focus,
.modal.modal__stripe .pform__modal--body .board__input:focus,
.modal.modal__paypal .pform__modal--body .board__input:focus,
.modal.modal__paqueterias .pform__modal--body .board__input:focus,
.modal.modal__archconfirm .pform__modal--body .board__input:focus {
  border-color: #18E179;
  outline: none;
}
.modal.modal__enviofijo .pform__modal--body .pform__hint,
.modal.modal__horario .pform__modal--body .pform__hint,
.modal.modal__skydropx .pform__modal--body .pform__hint,
.modal.modal__envioclick .pform__modal--body .pform__hint,
.modal.modal__stripe .pform__modal--body .pform__hint,
.modal.modal__paypal .pform__modal--body .pform__hint,
.modal.modal__paqueterias .pform__modal--body .pform__hint,
.modal.modal__archconfirm .pform__modal--body .pform__hint {
  width: 100%;
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.75rem;
}
.modal.modal__enviofijo .pform__modal--footer,
.modal.modal__horario .pform__modal--footer,
.modal.modal__skydropx .pform__modal--footer,
.modal.modal__envioclick .pform__modal--footer,
.modal.modal__stripe .pform__modal--footer,
.modal.modal__paypal .pform__modal--footer,
.modal.modal__paqueterias .pform__modal--footer,
.modal.modal__archconfirm .pform__modal--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  margin: 1.75rem 0 0;
}
.modal.modal__enviofijo .pform__modal--footer .button--submit,
.modal.modal__horario .pform__modal--footer .button--submit,
.modal.modal__skydropx .pform__modal--footer .button--submit,
.modal.modal__envioclick .pform__modal--footer .button--submit,
.modal.modal__stripe .pform__modal--footer .button--submit,
.modal.modal__paypal .pform__modal--footer .button--submit,
.modal.modal__paqueterias .pform__modal--footer .button--submit,
.modal.modal__archconfirm .pform__modal--footer .button--submit {
  width: 100%;
  min-height: 3rem;
  margin: 0;
  border-radius: 0.75rem;
  border: none;
  background-color: #18E179;
  color: #010210;
  font-weight: 700;
}
.modal.modal__enviofijo .pform__modal--footer .button--submit:hover,
.modal.modal__horario .pform__modal--footer .button--submit:hover,
.modal.modal__skydropx .pform__modal--footer .button--submit:hover,
.modal.modal__envioclick .pform__modal--footer .button--submit:hover,
.modal.modal__stripe .pform__modal--footer .button--submit:hover,
.modal.modal__paypal .pform__modal--footer .button--submit:hover,
.modal.modal__paqueterias .pform__modal--footer .button--submit:hover,
.modal.modal__archconfirm .pform__modal--footer .button--submit:hover {
  background-color: rgb(46.8072289157, 232.7927710843, 136.5614457831);
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  /* Cancelar: acción secundaria, no compite con el verde de guardar */
}
.modal.modal__enviofijo .pform__button--off,
.modal.modal__horario .pform__button--off,
.modal.modal__skydropx .pform__button--off,
.modal.modal__envioclick .pform__button--off,
.modal.modal__stripe .pform__button--off,
.modal.modal__paypal .pform__button--off,
.modal.modal__paqueterias .pform__button--off,
.modal.modal__archconfirm .pform__button--off {
  width: 100%;
  min-height: 2.75rem;
  margin: 0;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: none;
  color: var(--pf-soft);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.modal.modal__enviofijo .pform__button--off:hover,
.modal.modal__horario .pform__button--off:hover,
.modal.modal__skydropx .pform__button--off:hover,
.modal.modal__envioclick .pform__button--off:hover,
.modal.modal__stripe .pform__button--off:hover,
.modal.modal__paypal .pform__button--off:hover,
.modal.modal__paqueterias .pform__button--off:hover,
.modal.modal__archconfirm .pform__button--off:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: white;
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  /* ---------- Radios como tarjetas seleccionables ---------- */
}
.modal.modal__enviofijo .pform__radio--group,
.modal.modal__horario .pform__radio--group,
.modal.modal__skydropx .pform__radio--group,
.modal.modal__envioclick .pform__radio--group,
.modal.modal__stripe .pform__radio--group,
.modal.modal__paypal .pform__radio--group,
.modal.modal__paqueterias .pform__radio--group,
.modal.modal__archconfirm .pform__radio--group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
}
.modal.modal__enviofijo .pform__radio,
.modal.modal__horario .pform__radio,
.modal.modal__skydropx .pform__radio,
.modal.modal__envioclick .pform__radio,
.modal.modal__stripe .pform__radio,
.modal.modal__paypal .pform__radio,
.modal.modal__paqueterias .pform__radio,
.modal.modal__archconfirm .pform__radio {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.modal.modal__enviofijo .pform__radio:hover,
.modal.modal__horario .pform__radio:hover,
.modal.modal__skydropx .pform__radio:hover,
.modal.modal__envioclick .pform__radio:hover,
.modal.modal__stripe .pform__radio:hover,
.modal.modal__paypal .pform__radio:hover,
.modal.modal__paqueterias .pform__radio:hover,
.modal.modal__archconfirm .pform__radio:hover {
  border-color: rgba(24, 225, 121, 0.5);
}
.modal.modal__enviofijo .pform__radio input[type=radio],
.modal.modal__horario .pform__radio input[type=radio],
.modal.modal__skydropx .pform__radio input[type=radio],
.modal.modal__envioclick .pform__radio input[type=radio],
.modal.modal__stripe .pform__radio input[type=radio],
.modal.modal__paypal .pform__radio input[type=radio],
.modal.modal__paqueterias .pform__radio input[type=radio],
.modal.modal__archconfirm .pform__radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.modal.modal__enviofijo .pform__radio--mark,
.modal.modal__horario .pform__radio--mark,
.modal.modal__skydropx .pform__radio--mark,
.modal.modal__envioclick .pform__radio--mark,
.modal.modal__stripe .pform__radio--mark,
.modal.modal__paypal .pform__radio--mark,
.modal.modal__paqueterias .pform__radio--mark,
.modal.modal__archconfirm .pform__radio--mark {
  position: relative;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.15rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transition: border-color 0.2s;
}
.modal.modal__enviofijo .pform__radio--mark::after,
.modal.modal__horario .pform__radio--mark::after,
.modal.modal__skydropx .pform__radio--mark::after,
.modal.modal__envioclick .pform__radio--mark::after,
.modal.modal__stripe .pform__radio--mark::after,
.modal.modal__paypal .pform__radio--mark::after,
.modal.modal__paqueterias .pform__radio--mark::after,
.modal.modal__archconfirm .pform__radio--mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #18E179;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
}
.modal.modal__enviofijo .pform__radio--copy,
.modal.modal__horario .pform__radio--copy,
.modal.modal__skydropx .pform__radio--copy,
.modal.modal__envioclick .pform__radio--copy,
.modal.modal__stripe .pform__radio--copy,
.modal.modal__paypal .pform__radio--copy,
.modal.modal__paqueterias .pform__radio--copy,
.modal.modal__archconfirm .pform__radio--copy {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.2rem;
  flex: 1 1 auto;
  min-width: 0;
}
.modal.modal__enviofijo .pform__radio--title,
.modal.modal__horario .pform__radio--title,
.modal.modal__skydropx .pform__radio--title,
.modal.modal__envioclick .pform__radio--title,
.modal.modal__stripe .pform__radio--title,
.modal.modal__paypal .pform__radio--title,
.modal.modal__paqueterias .pform__radio--title,
.modal.modal__archconfirm .pform__radio--title {
  width: 100%;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
}
.modal.modal__enviofijo .pform__radio--hint,
.modal.modal__horario .pform__radio--hint,
.modal.modal__skydropx .pform__radio--hint,
.modal.modal__envioclick .pform__radio--hint,
.modal.modal__stripe .pform__radio--hint,
.modal.modal__paypal .pform__radio--hint,
.modal.modal__paqueterias .pform__radio--hint,
.modal.modal__archconfirm .pform__radio--hint {
  width: 100%;
  color: var(--pf-soft);
  font-size: 0.75rem;
  line-height: 1.15rem;
}
.modal.modal__enviofijo .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__horario .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__skydropx .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__envioclick .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__stripe .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__paypal .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__paqueterias .pform__radio input[type=radio]:checked ~ .pform__radio--mark,
.modal.modal__archconfirm .pform__radio input[type=radio]:checked ~ .pform__radio--mark {
  border-color: #18E179;
}
.modal.modal__enviofijo .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__horario .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__skydropx .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__envioclick .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__stripe .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__paypal .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__paqueterias .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after,
.modal.modal__archconfirm .pform__radio input[type=radio]:checked ~ .pform__radio--mark::after {
  transform: translate(-50%, -50%) scale(1);
}
.modal.modal__enviofijo .pform__radio:has(input[type=radio]:checked),
.modal.modal__horario .pform__radio:has(input[type=radio]:checked),
.modal.modal__skydropx .pform__radio:has(input[type=radio]:checked),
.modal.modal__envioclick .pform__radio:has(input[type=radio]:checked),
.modal.modal__stripe .pform__radio:has(input[type=radio]:checked),
.modal.modal__paypal .pform__radio:has(input[type=radio]:checked),
.modal.modal__paqueterias .pform__radio:has(input[type=radio]:checked),
.modal.modal__archconfirm .pform__radio:has(input[type=radio]:checked) {
  border-color: #18E179;
  background: rgba(24, 225, 121, 0.08);
}
.modal.modal__enviofijo .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__horario .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__skydropx .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__envioclick .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__stripe .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__paypal .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__paqueterias .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark,
.modal.modal__archconfirm .pform__radio input[type=radio]:focus-visible ~ .pform__radio--mark {
  outline: 2px solid rgba(24, 225, 121, 0.6);
  outline-offset: 2px;
}
.modal.modal__enviofijo .pform__enviofijo--campos,
.modal.modal__horario .pform__enviofijo--campos,
.modal.modal__skydropx .pform__enviofijo--campos,
.modal.modal__envioclick .pform__enviofijo--campos,
.modal.modal__stripe .pform__enviofijo--campos,
.modal.modal__paypal .pform__enviofijo--campos,
.modal.modal__paqueterias .pform__enviofijo--campos,
.modal.modal__archconfirm .pform__enviofijo--campos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
.modal.modal__enviofijo .pform__enviofijo--campos.hide,
.modal.modal__horario .pform__enviofijo--campos.hide,
.modal.modal__skydropx .pform__enviofijo--campos.hide,
.modal.modal__envioclick .pform__enviofijo--campos.hide,
.modal.modal__stripe .pform__enviofijo--campos.hide,
.modal.modal__paypal .pform__enviofijo--campos.hide,
.modal.modal__paqueterias .pform__enviofijo--campos.hide,
.modal.modal__archconfirm .pform__enviofijo--campos.hide {
  display: none;
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  /* Solo se enseña cuando el campo ya se tocó y quedó vacío */
}
.modal.modal__enviofijo .pform__error,
.modal.modal__horario .pform__error,
.modal.modal__skydropx .pform__error,
.modal.modal__envioclick .pform__error,
.modal.modal__stripe .pform__error,
.modal.modal__paypal .pform__error,
.modal.modal__paqueterias .pform__error,
.modal.modal__archconfirm .pform__error {
  width: 100%;
  margin: 0;
  color: #ff8a80;
  font-size: 0.75rem;
}
.modal.modal__enviofijo .pform__error[hidden],
.modal.modal__horario .pform__error[hidden],
.modal.modal__skydropx .pform__error[hidden],
.modal.modal__envioclick .pform__error[hidden],
.modal.modal__stripe .pform__error[hidden],
.modal.modal__paypal .pform__error[hidden],
.modal.modal__paqueterias .pform__error[hidden],
.modal.modal__archconfirm .pform__error[hidden] {
  display: none;
}
.modal.modal__enviofijo,
.modal.modal__horario,
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal,
.modal.modal__paqueterias,
.modal.modal__archconfirm {
  /* ---------- Piezas compartidas por más de un modal ----------
     Nacieron en el de paqueterías y ahora las usa también el de horarios, así
     que viven aquí y no en el bloque de un modal en particular. */
}
.modal.modal__enviofijo .pform__aviso,
.modal.modal__horario .pform__aviso,
.modal.modal__skydropx .pform__aviso,
.modal.modal__envioclick .pform__aviso,
.modal.modal__stripe .pform__aviso,
.modal.modal__paypal .pform__aviso,
.modal.modal__paqueterias .pform__aviso,
.modal.modal__archconfirm .pform__aviso {
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  color: var(--pf-soft);
  font-size: 0.75rem;
  line-height: 1.15rem;
}
.modal.modal__enviofijo .pform__aviso strong,
.modal.modal__horario .pform__aviso strong,
.modal.modal__skydropx .pform__aviso strong,
.modal.modal__envioclick .pform__aviso strong,
.modal.modal__stripe .pform__aviso strong,
.modal.modal__paypal .pform__aviso strong,
.modal.modal__paqueterias .pform__aviso strong,
.modal.modal__archconfirm .pform__aviso strong {
  color: white;
}
.modal.modal__enviofijo .pform__grupo--titulo,
.modal.modal__horario .pform__grupo--titulo,
.modal.modal__skydropx .pform__grupo--titulo,
.modal.modal__envioclick .pform__grupo--titulo,
.modal.modal__stripe .pform__grupo--titulo,
.modal.modal__paypal .pform__grupo--titulo,
.modal.modal__paqueterias .pform__grupo--titulo,
.modal.modal__archconfirm .pform__grupo--titulo {
  width: 100%;
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.modal.modal__enviofijo .pform__check,
.modal.modal__horario .pform__check,
.modal.modal__skydropx .pform__check,
.modal.modal__envioclick .pform__check,
.modal.modal__stripe .pform__check,
.modal.modal__paypal .pform__check,
.modal.modal__paqueterias .pform__check,
.modal.modal__archconfirm .pform__check {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.6rem;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  color: white;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.modal.modal__enviofijo .pform__check:hover,
.modal.modal__horario .pform__check:hover,
.modal.modal__skydropx .pform__check:hover,
.modal.modal__envioclick .pform__check:hover,
.modal.modal__stripe .pform__check:hover,
.modal.modal__paypal .pform__check:hover,
.modal.modal__paqueterias .pform__check:hover,
.modal.modal__archconfirm .pform__check:hover {
  border-color: rgba(24, 225, 121, 0.5);
}
.modal.modal__enviofijo .pform__check input[type=checkbox],
.modal.modal__horario .pform__check input[type=checkbox],
.modal.modal__skydropx .pform__check input[type=checkbox],
.modal.modal__envioclick .pform__check input[type=checkbox],
.modal.modal__stripe .pform__check input[type=checkbox],
.modal.modal__paypal .pform__check input[type=checkbox],
.modal.modal__paqueterias .pform__check input[type=checkbox],
.modal.modal__archconfirm .pform__check input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.modal.modal__enviofijo .pform__check--mark,
.modal.modal__horario .pform__check--mark,
.modal.modal__skydropx .pform__check--mark,
.modal.modal__envioclick .pform__check--mark,
.modal.modal__stripe .pform__check--mark,
.modal.modal__paypal .pform__check--mark,
.modal.modal__paqueterias .pform__check--mark,
.modal.modal__archconfirm .pform__check--mark {
  position: relative;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.35rem;
  transition: border-color 0.2s, background 0.2s;
}
.modal.modal__enviofijo .pform__check--mark::after,
.modal.modal__horario .pform__check--mark::after,
.modal.modal__skydropx .pform__check--mark::after,
.modal.modal__envioclick .pform__check--mark::after,
.modal.modal__stripe .pform__check--mark::after,
.modal.modal__paypal .pform__check--mark::after,
.modal.modal__paqueterias .pform__check--mark::after,
.modal.modal__archconfirm .pform__check--mark::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.35rem;
  height: 0.6rem;
  border: solid #010210;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: transform 0.2s;
}
.modal.modal__enviofijo .pform__check--nombre,
.modal.modal__horario .pform__check--nombre,
.modal.modal__skydropx .pform__check--nombre,
.modal.modal__envioclick .pform__check--nombre,
.modal.modal__stripe .pform__check--nombre,
.modal.modal__paypal .pform__check--nombre,
.modal.modal__paqueterias .pform__check--nombre,
.modal.modal__archconfirm .pform__check--nombre {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal.modal__enviofijo .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__horario .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__skydropx .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__envioclick .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__stripe .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__paypal .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__paqueterias .pform__check input[type=checkbox]:checked ~ .pform__check--mark,
.modal.modal__archconfirm .pform__check input[type=checkbox]:checked ~ .pform__check--mark {
  border-color: #18E179;
  background: #18E179;
}
.modal.modal__enviofijo .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__horario .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__skydropx .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__envioclick .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__stripe .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__paypal .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__paqueterias .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after,
.modal.modal__archconfirm .pform__check input[type=checkbox]:checked ~ .pform__check--mark::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.modal.modal__enviofijo .pform__check:has(input[type=checkbox]:checked),
.modal.modal__horario .pform__check:has(input[type=checkbox]:checked),
.modal.modal__skydropx .pform__check:has(input[type=checkbox]:checked),
.modal.modal__envioclick .pform__check:has(input[type=checkbox]:checked),
.modal.modal__stripe .pform__check:has(input[type=checkbox]:checked),
.modal.modal__paypal .pform__check:has(input[type=checkbox]:checked),
.modal.modal__paqueterias .pform__check:has(input[type=checkbox]:checked),
.modal.modal__archconfirm .pform__check:has(input[type=checkbox]:checked) {
  border-color: #18E179;
  background: rgba(24, 225, 121, 0.08);
}
.modal.modal__enviofijo .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__horario .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__skydropx .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__envioclick .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__stripe .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__paypal .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__paqueterias .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark,
.modal.modal__archconfirm .pform__check input[type=checkbox]:focus-visible ~ .pform__check--mark {
  outline: 2px solid rgba(24, 225, 121, 0.6);
  outline-offset: 2px;
}
.modal.modal__enviofijo .pform__acciones,
.modal.modal__horario .pform__acciones,
.modal.modal__skydropx .pform__acciones,
.modal.modal__envioclick .pform__acciones,
.modal.modal__stripe .pform__acciones,
.modal.modal__paypal .pform__acciones,
.modal.modal__paqueterias .pform__acciones,
.modal.modal__archconfirm .pform__acciones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.modal.modal__enviofijo .pform__acciones button,
.modal.modal__horario .pform__acciones button,
.modal.modal__skydropx .pform__acciones button,
.modal.modal__envioclick .pform__acciones button,
.modal.modal__stripe .pform__acciones button,
.modal.modal__paypal .pform__acciones button,
.modal.modal__paqueterias .pform__acciones button,
.modal.modal__archconfirm .pform__acciones button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #18E179;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.modal.modal__enviofijo .pform__hint--error,
.modal.modal__horario .pform__hint--error,
.modal.modal__skydropx .pform__hint--error,
.modal.modal__envioclick .pform__hint--error,
.modal.modal__stripe .pform__hint--error,
.modal.modal__paypal .pform__hint--error,
.modal.modal__paqueterias .pform__hint--error,
.modal.modal__archconfirm .pform__hint--error {
  color: #ff8a80;
}

/* ---------------------------------------------------------------------------
   Conexión con SkydropX

   Los pasos con captura son ayuda, no el formulario: van en <details> cerrados
   para que el negocio que ya tiene sus claves vea el campo sin hacer scroll.
--------------------------------------------------------------------------- */
.modal.modal__skydropx,
.modal.modal__envioclick,
.modal.modal__stripe,
.modal.modal__paypal {
  --pf-ancho: 44rem;
}
.modal.modal__skydropx .pform__pasos,
.modal.modal__envioclick .pform__pasos,
.modal.modal__stripe .pform__pasos,
.modal.modal__paypal .pform__pasos {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.modal.modal__skydropx .pform__paso,
.modal.modal__envioclick .pform__paso,
.modal.modal__stripe .pform__paso,
.modal.modal__paypal .pform__paso {
  width: 100%;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
  overflow: hidden;
}
.modal.modal__skydropx .pform__paso[open],
.modal.modal__envioclick .pform__paso[open],
.modal.modal__stripe .pform__paso[open],
.modal.modal__paypal .pform__paso[open] {
  border-color: rgba(24, 225, 121, 0.4);
}
.modal.modal__skydropx .pform__paso--titulo,
.modal.modal__envioclick .pform__paso--titulo,
.modal.modal__stripe .pform__paso--titulo,
.modal.modal__paypal .pform__paso--titulo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2rem;
  cursor: pointer;
  list-style: none;
}
.modal.modal__skydropx .pform__paso--titulo::-webkit-details-marker,
.modal.modal__envioclick .pform__paso--titulo::-webkit-details-marker,
.modal.modal__stripe .pform__paso--titulo::-webkit-details-marker,
.modal.modal__paypal .pform__paso--titulo::-webkit-details-marker {
  display: none;
}
.modal.modal__skydropx .pform__paso--titulo:hover,
.modal.modal__envioclick .pform__paso--titulo:hover,
.modal.modal__stripe .pform__paso--titulo:hover,
.modal.modal__paypal .pform__paso--titulo:hover {
  background: rgba(255, 255, 255, 0.04);
}
.modal.modal__skydropx .pform__paso--titulo span,
.modal.modal__envioclick .pform__paso--titulo span,
.modal.modal__stripe .pform__paso--titulo span,
.modal.modal__paypal .pform__paso--titulo span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(24, 225, 121, 0.18);
  color: #18E179;
  font-size: 0.75rem;
  font-weight: 700;
}
.modal.modal__skydropx .pform__paso--cuerpo,
.modal.modal__envioclick .pform__paso--cuerpo,
.modal.modal__stripe .pform__paso--cuerpo,
.modal.modal__paypal .pform__paso--cuerpo {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0 1rem 1rem;
}
.modal.modal__skydropx .pform__paso--cuerpo img,
.modal.modal__envioclick .pform__paso--cuerpo img,
.modal.modal__stripe .pform__paso--cuerpo img,
.modal.modal__paypal .pform__paso--cuerpo img {
  width: 100%;
  border: 1px solid var(--pf-border);
  border-radius: 0.5rem;
}
.modal.modal__skydropx .pform__paso--cuerpo a,
.modal.modal__envioclick .pform__paso--cuerpo a,
.modal.modal__stripe .pform__paso--cuerpo a,
.modal.modal__paypal .pform__paso--cuerpo a {
  color: #18E179;
  text-decoration: underline;
}

.modal.modal__envioclick,
.modal.modal__paypal {
  --pf-ancho: 36rem;
}

/* Una pregunta y dos botones. En pantalla grande se ensancha para que el texto
   no caiga en cinco renglones cortos. */
.modal.modal__archconfirm {
  --pf-ancho: 34rem;
}
.modal.modal__archconfirm {
  /* Todo lo que pasa por este modal borra algo, asi que el boton que confirma
     va en rojo: el color por omision de .button__primary invita a pulsarlo sin
     leer. */
}
.modal.modal__archconfirm .button__primary {
  background-color: #dd1c47;
  border-color: #dd1c47;
  color: white;
}
.modal.modal__archconfirm .button__primary:hover {
  background-color: rgb(184.7879518072, 23.4120481928, 59.3662650602);
}
.modal.modal__archconfirm {
  /* Cancelar en blanco y no apagado: es la salida segura y tiene que leerse
     igual de bien que la otra. */
}
.modal.modal__archconfirm .pform__button--off {
  color: white;
}
.modal.modal__archconfirm .pform__button--off:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
}
.modal.modal__archconfirm {
  /* Los dos en el mismo renglon: son una eleccion entre dos, no una lista de
     acciones una debajo de otra. */
}
.modal.modal__archconfirm .pform__modal--footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.modal.modal__archconfirm .pform__modal--footer .button {
  flex: 1 1 0;
  width: auto;
  margin: 0;
}

/* ---------------------------------------------------------------------------
   Ampliar una imagen de la lista de archivos

   Es modal/modal__zoom.php, el mismo que amplia las fotos en la tienda, asi que
   aqui solo se le cambia la ropa. Va anclado a body.easy__archivos —el modal
   cuelga del body, fuera de .easy__archivos— para no tocar como se ve en la
   tienda, que sigue siendo clara.

   Alto generoso a proposito: la regla base lo deja en 50vh, y quien abre esto
   viene de una miniatura de 48 px recortada en cuadrado; ensenarle una tira de
   media pantalla seria repetirle el problema.
--------------------------------------------------------------------------- */
body.easy__archivos .modal.modal__zoom {
  --pf-surface: #1b1c28;
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
body.easy__archivos .modal.modal__zoom {
  height: auto;
  max-height: 90vh;
  padding: 1rem;
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--pf-surface);
  color: white;
}
@media only screen and (min-width: 720px) {
  body.easy__archivos .modal.modal__zoom, body.easy__archivos .modal.modal__zoom.show {
    width: min(92%, 46rem);
    max-width: 46rem;
    left: 50%;
    right: auto;
    margin: 0;
    transform: translateX(-50%);
  }
}
body.easy__archivos .modal.modal__zoom .board__text--wrapper {
  padding: 0;
}
body.easy__archivos .modal.modal__zoom {
  /* contain y no cover: la miniatura de la fila ya recorta a cuadrado, y este
     modal existe justamente para ver lo que ese recorte se comio. */
}
body.easy__archivos .modal.modal__zoom img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
}
body.easy__archivos .modal.modal__zoom img {
  /* Mientras baja. Lo que se abre es el archivo ORIGINAL, que en esta
     pantalla llega a pesar megas: sin esto la caja se queda vacia varios
     segundos sin decir que algo esta viniendo. Mismo brillo que el
     esqueleto de la lista, para que se lea igual. */
}
body.easy__archivos .modal.modal__zoom img.is-cargando {
  width: 100%;
  min-height: 16rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
  background-size: 18rem 100%;
  animation: arch-brillo 1.1s linear infinite;
}
body.easy__archivos .modal.modal__zoom {
  /* El nombre del archivo debajo: sin el no hay forma de saber cual de las
     veinte filas se abrio, porque la lista queda tapada por el velo. */
}
body.easy__archivos .modal.modal__zoom .arch__zoom--nombre {
  margin: 0.75rem 0 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  text-align: center;
  overflow-wrap: anywhere;
}
body.easy__archivos .modal.modal__zoom .button--wrapper {
  margin: 1rem 0 0;
  padding: 0;
  justify-content: center;
}

/* ---------------------------------------------------------------------------
   Interruptor de encendido dentro del modal de una conexión

   Va arriba del formulario, antes de los pasos: lo primero que quiere el
   negocio que ya conectó es prender o apagar, no volver a leer las
   instrucciones. Guarda solo, así que no depende del botón del formulario.

   Se dibuja completo aquí, sin apoyarse en .board__input--switch: ese switch
   está definido bajo selectores del panel que no alcanzan al modal —cuelga del
   body—, así que heredaba el ancho de campo de formulario y salía un checkbox
   del navegador estirado con el texto en una columna de una palabra.
--------------------------------------------------------------------------- */
.conexion__switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0.875rem 1rem;
  border: 1px solid var(--pf-border, rgba(255, 255, 255, 0.12));
  border-radius: 0.75rem;
  background: var(--pf-field, rgba(255, 255, 255, 0.05));
}
.conexion__switch--copy {
  flex: 1 1 auto;
  min-width: 0;
}
.conexion__switch--title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: left;
}
.conexion__switch--hint {
  width: 100%;
  margin: 0.2rem 0 0;
  padding: 0;
  color: var(--pf-soft, rgba(255, 255, 255, 0.6));
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.15rem;
  text-align: left;
}
.conexion__switch--control {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: 2.75rem;
  height: 1.625rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.conexion__switch--input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.conexion__switch--track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.18);
  transition: background-color 0.25s;
}
.conexion__switch--track::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  transition: transform 0.25s, background-color 0.25s;
}
.conexion__switch .conexion__switch--input:checked + .conexion__switch--track {
  background-color: rgba(24, 225, 121, 0.35);
}
.conexion__switch .conexion__switch--input:checked + .conexion__switch--track::after {
  background-color: #18E179;
  transform: translateX(1.125rem);
}
.conexion__switch .conexion__switch--input:focus-visible + .conexion__switch--track {
  outline: 2px solid rgba(24, 225, 121, 0.6);
  outline-offset: 2px;
}
.conexion__switch {
  /* Sin credenciales el interruptor se ve pero no se puede mover: encenderla
     antes de conectar no significaría nada. Se atenúa entero para que se lea
     como "todavía no", y no como un interruptor que no responde. */
}
.conexion__switch--sinconexion {
  opacity: 0.6;
}
.conexion__switch--sinconexion .conexion__switch--control {
  cursor: not-allowed;
}

/* ---------------------------------------------------------------------------
   Paqueterías que puede elegir el cliente

   Rejilla de casillas: con una lista larga en columna el negocio no alcanza a
   ver de un vistazo qué tiene prendido y qué no.
--------------------------------------------------------------------------- */
.modal.modal__paqueterias {
  --pf-ancho: 40rem;
}
.modal.modal__paqueterias .pform__checks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.5rem;
  width: 100%;
}

/* ---------------------------------------------------------------------------
   Horario para recoger en tienda

   Una fila por día: la casilla dice si abre y a la derecha van las dos horas.
   Los días cerrados quedan con sus campos apagados y atenuados —no escondidos—
   para que se vea que la fila existe y basta un clic para abrirla.
--------------------------------------------------------------------------- */
.modal.modal__horario {
  /* Cada fila lleva casilla + dos horas, y en formato de 12 h el campo dice
     "09:00 a. m.": con menos ancho las horas se cortan. */
}
.modal.modal__horario {
  --pf-ancho: 46rem;
}
@media only screen and (min-width: 1200px) {
  .modal.modal__horario {
    --pf-ancho: 52rem;
  }
}
.modal.modal__horario .pform__modal--head {
  text-align: center;
}
.modal.modal__horario .pform__modal--head .text--title {
  width: 100%;
  text-align: center;
}
.modal.modal__horario {
  /* El reloj y el desplegable del campo de hora los dibuja el navegador: sin
     decirle que este trozo va en oscuro, pinta el icono en negro sobre el campo
     oscuro. Con color-scheme se resuelven los dos de una vez —invertir el
     indicador con filter no alcanzaba, el popup seguía claro. */
}
.modal.modal__horario input[type=time] {
  color-scheme: dark;
}
.modal.modal__horario input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0.75;
  cursor: pointer;
}
.modal.modal__horario input[type=time]:disabled::-webkit-calendar-picker-indicator {
  cursor: not-allowed;
}
.modal.modal__horario .phorario__todos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background: var(--pf-field);
}
.modal.modal__horario .phorario__todos--campos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
  width: 100%;
}
.modal.modal__horario .phorario__hora {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: auto;
  margin: 0;
}
.modal.modal__horario .phorario__hora--label {
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-weight: 600;
}
.modal.modal__horario .phorario__hora .board__input {
  width: 9.5rem;
  min-height: 2.75rem;
  padding: 0.4rem 0.5rem;
  text-align: center;
  font-size: 0.9375rem;
}
.modal.modal__horario .phorario__dias {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
.modal.modal__horario .phorario__dia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.modal.modal__horario .phorario__dia {
  /* La casilla crece hasta un tope: con el modal ancho, una tarjeta de
     "Lunes" de 20rem se veía vacía, y las horas se quedan a la derecha. */
}
.modal.modal__horario .phorario__dia--check {
  flex: 1 1 9rem;
  min-width: 0;
  max-width: 22rem;
}
.modal.modal__horario .phorario__dia--horas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.modal.modal__horario .phorario__dia.is-abierto .phorario__dia--horas {
  opacity: 1;
}
.modal.modal__horario .phorario__a {
  color: var(--pf-soft);
  font-size: 0.75rem;
}
.modal.modal__horario {
  /* Los input[type=time] traen su propio ancho según el navegador: se fija a
     mano para que las siete filas terminen a la misma altura. El ancho da para
     el formato de 12 horas ("09:00 a. m.") más el reloj. */
}
.modal.modal__horario .board__input.phorario__input {
  width: 9rem;
  min-height: 2.5rem;
  padding: 0.4rem 0.5rem;
  text-align: center;
  font-size: 0.875rem;
}
.modal.modal__horario .board__input.phorario__input:disabled {
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  .modal.modal__horario .phorario__dia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .modal.modal__horario .phorario__dia--horas {
    flex: 1 1 100%;
    justify-content: flex-start;
  }
}

/* ---------------------------------------------------------------------------
   Modal del configurador del Asistente IA (config/modal/modal__asistentes.php).

   Venía en blanco, heredado de cuando el panel era claro, y desencajaba sobre
   el panel oscuro igual que desencajaban los modales de envíos antes de tener
   su bloque. Se alinea aquí con el mismo lenguaje que ellos: --pf-surface para
   la caja, --pf-soft para el texto secundario y el aspa rehecha.

   Vive fuera de .easy.easy__profile porque los modales cuelgan del body.

   Las burbujas se repintan a mano en lugar de dejar las de _layout/_chat.scss:
   aquellas usan light-dark() y un fondo verde claro pensados para el chat de la
   tienda, que sí es claro. Ese no se toca: estas reglas solo aplican dentro de
   este modal.
--------------------------------------------------------------------------- */
.modal.modal__assistant {
  --pf-surface: #1b1c28;
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.modal.modal__assistant {
  --pf-ancho: 34rem;
}
.modal.modal__assistant {
  height: auto;
  max-height: 90vh;
  padding: 1.75rem;
  overflow-y: auto;
  border-radius: 1rem;
  background: var(--pf-surface);
  color: white;
}
@media only screen and (min-width: 720px) {
  .modal.modal__assistant, .modal.modal__assistant.show {
    width: min(92%, var(--pf-ancho));
    max-width: var(--pf-ancho);
    left: 50%;
    right: auto;
    margin: 0;
    transform: translateX(-50%);
  }
}
.modal.modal__assistant {
  /* La regla base pinta el círculo en blanco con filter: contrast(0.75); sobre
     fondo oscuro el aspa desaparecía. Mismo arreglo que en los de envíos. */
}
.modal.modal__assistant .board__overlay--close {
  top: 1rem;
  right: 1rem;
  padding: 0;
  border: 1px solid var(--pf-border);
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  line-height: 1;
  filter: none;
}
.modal.modal__assistant .board__overlay--close:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
  transform: none;
}
.modal.modal__assistant {
  /* Cabecera centrada y compacta: el título y su bajada son una sola unidad,
     así que van juntos y no separados por el hueco de un párrafo suelto. */
}
.modal.modal__assistant .board__text--wrapper {
  margin: 0 0 1rem;
  text-align: center;
}
.modal.modal__assistant .board__text--title {
  width: auto;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
}
.modal.modal__assistant .board__text--subtitle {
  width: auto;
  margin: 0.15rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  text-align: center;
}
.modal.modal__assistant .board__text--subtitle strong {
  color: white;
}
.modal.modal__assistant .board__chat {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.modal.modal__assistant .whatsapp--chat {
  /* Alto FIJO y no min/max: con alto variable la caja crecía con cada
     mensaje y el campo de escribir se iba bajando hasta salirse. Así la
     conversación siempre mide lo mismo, hace su propio scroll y el bloque
     de escribir se queda abajo. El borde inferior se lo lleva ahora el
     marco de .asis__chat.

     Mobile-first: 15rem de base y 26rem en pantalla grande (el media query
     está con el resto del bloque del configurador, más abajo). */
}
.modal.modal__assistant .whatsapp--chat {
  height: 15rem;
  padding: 0.25rem 0.25rem 0.25rem 0;
  overflow-y: auto;
  margin-bottom: 0;
}
.modal.modal__assistant .whatsapp--chat .respuesta-mensaje {
  background-color: var(--pf-field);
  border: 1px solid var(--pf-border);
  color: white;
}
.modal.modal__assistant .whatsapp--chat .respuesta-mensaje p, .modal.modal__assistant .whatsapp--chat .respuesta-mensaje h2, .modal.modal__assistant .whatsapp--chat .respuesta-mensaje li, .modal.modal__assistant .whatsapp--chat .respuesta-mensaje strong {
  color: white;
}
.modal.modal__assistant .whatsapp--chat .respuesta-mensaje a {
  color: #18E179;
}
.modal.modal__assistant .whatsapp--chat .respuesta-mensaje::before {
  background-color: white;
}
.modal.modal__assistant .whatsapp--chat .usuario-mensaje {
  background-color: rgba(24, 225, 121, 0.18);
  border: 1px solid rgba(24, 225, 121, 0.35);
  color: white;
}
.modal.modal__assistant .whatsapp--chat .usuario-mensaje p {
  color: white;
}
.modal.modal__assistant .whatsapp--chat {
  /* El puntero de "escribiendo" y el cursor del tipeo: el gris del tema
     claro se perdía sobre la superficie oscura. */
}
.modal.modal__assistant .whatsapp--chat .thinking-indicator {
  color: var(--pf-soft);
}
.modal.modal__assistant .whatsapp--chat .spinner {
  border-color: var(--pf-border);
  border-top-color: #18E179;
}
.modal.modal__assistant .whatsapp--chat li::before {
  background-color: white;
}
.modal.modal__assistant .chat__input {
  padding: 0;
}
.modal.modal__assistant .chat__textarea {
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  color: white;
  min-height: 3rem;
}
.modal.modal__assistant .chat__textarea::-moz-placeholder {
  color: var(--pf-soft);
}
.modal.modal__assistant .chat__textarea::placeholder {
  color: var(--pf-soft);
}
.modal.modal__assistant .chat__textarea:focus {
  border-color: rgba(24, 225, 121, 0.6);
  outline: none;
}
.modal.modal__assistant {
  /* Botón de guardar: aparece cuando el asistente devuelve la configuración
     completa, así que necesita separarse del campo de texto. */
}
.modal.modal__assistant .button__confirm {
  width: 100%;
  margin-top: 1rem;
}
.modal.modal__assistant .faq-container {
  border-top: 1px solid var(--pf-border);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.modal.modal__assistant .faq-question strong {
  color: white;
}
.modal.modal__assistant .faq-answer {
  color: var(--pf-soft);
}

/* ---------------------------------------------------------------------------
   Configurador del Asistente IA: panel de configuración + conversación.

   Escrito mobile-first. En un teléfono el modal es una columna y lo que importa
   es escribir, así que el panel es una tarjeta más arriba del chat y al plegarlo
   simplemente no está: en vertical no hay ancho que reducir, y dejarlo en 0 de
   ancho pero ocupando su renglón sería un hueco raro.

   De 860px para arriba pasa a dos columnas y ahí sí el plegado es horizontal:
   el panel encoge su ancho hasta cero y la conversación se queda con todo. Es
   el gesto que se espera de una barra lateral.
--------------------------------------------------------------------------- */
.modal.modal__assistant {
  --pf-ancho: 64rem;
}
.modal.modal__assistant .asis__layout {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modal.modal__assistant .asis__panel {
  width: 100%;
  min-width: 0;
}
.modal.modal__assistant .asis__panel--titulo {
  margin: 0 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--pf-border);
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
}
.modal.modal__assistant .asis__panel--cuerpo {
  max-height: 11rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.modal.modal__assistant .asis__layout.is-cerrado .asis__panel {
  display: none;
}
.modal.modal__assistant {
  /* El marco va en el chat y no en el panel: dos recuadros hacían ver la
     ventana llena de cajas, y lo que hay que enmarcar es donde se trabaja. */
  /* Sin borde: la separacion la da el tirador y el relleno propio. Un marco
     ademas de la linea del separador era una raya de mas. */
}
.modal.modal__assistant .asis__chat {
  min-width: 0;
  padding: 0.85rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  display: flex;
  flex-direction: column;
}
.modal.modal__assistant {
  /* margin-top: auto y no una posición: el bloque de escribir se pega al
     fondo del marco aunque la conversación esté vacía. */
}
.modal.modal__assistant .chat__input {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--pf-border);
}
.modal.modal__assistant {
  /* Tirador entre las dos columnas. Es solo una flecha sobre una pildora, con
     la linea del separador detras: se lee como el borde arrastrable de un
     panel lateral, aunque solo acepte el clic.

     En movil el separador es horizontal, asi que la pildora se acuesta y la
     flecha apunta hacia arriba, que es hacia donde desaparece el panel. */
}
.modal.modal__assistant .asis__toggle {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 1.25rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.modal.modal__assistant .asis__toggle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: var(--pf-border);
}
.modal.modal__assistant .asis__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.375rem;
  border: 1px solid var(--pf-border);
  border-radius: 2rem;
  background-color: var(--pf-surface);
  transition: border-color 0.2s;
}
.modal.modal__assistant .asis__toggle:hover::after {
  border-color: rgba(24, 225, 121, 0.6);
}
.modal.modal__assistant .asis__toggle {
  /* Flecha con bordes y no con un caracter: gira limpio y no depende de la
     tipografia del sistema. */
}
.modal.modal__assistant .asis__toggle--flecha {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0.35rem;
  height: 0.35rem;
  margin: -0.3rem 0 0 -0.175rem;
  border-left: 2px solid var(--pf-soft);
  border-bottom: 2px solid var(--pf-soft);
  transform: rotate(135deg);
  transition: transform 0.25s, border-color 0.2s;
}
.modal.modal__assistant .asis__toggle:hover .modal.modal__assistant .asis__toggle--flecha {
  border-color: white;
}
.modal.modal__assistant .asis__layout.is-cerrado .asis__toggle--flecha {
  transform: rotate(-45deg);
}
.modal.modal__assistant .asis__campos {
  margin: 0;
}
.modal.modal__assistant .asis__campos--fila {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--pf-border);
}
.modal.modal__assistant .asis__campos--fila dt {
  margin: 0 0 0.15rem;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.modal.modal__assistant .asis__campos--fila dd {
  margin: 0;
  color: white;
  font-size: 0.8125rem;
  line-height: 1.35;
  word-break: break-word;
}
.modal.modal__assistant .asis__vacio {
  color: var(--pf-soft);
  font-style: italic;
}
.modal.modal__assistant .asis__faq {
  padding-top: 0.75rem;
}
.modal.modal__assistant .asis__faq--titulo {
  margin: 0 0 0.4rem;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.modal.modal__assistant .asis__faq--lista {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal.modal__assistant .asis__faq--lista {
  /* Solo las preguntas: el par entero no cabe en una columna estrecha
     y lo que hay que comprobar es qué se le enseñó, no el texto. */
}
.modal.modal__assistant .asis__faq--lista li {
  padding: 0.3rem 0 0.3rem 0.75rem;
  position: relative;
  color: white;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.modal.modal__assistant .asis__faq--lista li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #18E179;
}
.modal.modal__assistant {
  /* Bloqueado mientras el asistente contesta: guardar a media respuesta
     escribiría la configuración anterior encima de la que está por llegar. */
}
.modal.modal__assistant .button__confirm[disabled] {
  opacity: 0.5;
  cursor: progress;
}
@media only screen and (min-width: 860px) {
  .modal.modal__assistant .asis__layout {
    flex-direction: row;
    align-items: stretch;
    gap: 0.25rem;
  }
  .modal.modal__assistant .asis__panel {
    /* Aquí el plegado sí se ve: encoge de ancho. overflow oculto para
       que el texto no se desborde mientras la caja se cierra. */
  }
  .modal.modal__assistant .asis__panel {
    flex: 0 0 16rem;
    width: 16rem;
    overflow: hidden;
    transition: flex-basis 0.25s ease, width 0.25s ease, opacity 0.2s ease;
  }
  .modal.modal__assistant .asis__panel--cuerpo {
    max-height: 26rem;
  }
  .modal.modal__assistant .asis__layout.is-cerrado .asis__panel {
    display: block;
    flex-basis: 0;
    width: 0;
    opacity: 0;
  }
  .modal.modal__assistant .asis__chat {
    flex: 1 1 auto;
  }
  .modal.modal__assistant .whatsapp--chat {
    height: 26rem;
  }
  .modal.modal__assistant {
    /* El separador se pone de pie: raya a lo alto y pildora vertical. */
  }
  .modal.modal__assistant .asis__toggle {
    width: 1.5rem;
    height: auto;
    align-self: stretch;
  }
  .modal.modal__assistant .asis__toggle::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
  }
  .modal.modal__assistant .asis__toggle::after {
    width: 1.25rem;
    height: 2.75rem;
    margin: -1.375rem 0 0 -0.625rem;
  }
  .modal.modal__assistant .asis__toggle--flecha {
    transform: rotate(45deg);
  }
  .modal.modal__assistant .asis__layout.is-cerrado .asis__toggle--flecha {
    transform: rotate(-135deg);
  }
}

/* ---------------------------------------------------------------------------
   Medidor .board__bolsa: la bolsa de mensajes del asistente, el espacio en
   disco y cualquier otro "llevas X de Y".

   Es un componente y no un estilo de pagina: lo usan el perfil y la pantalla de
   archivos. Depende de --pf-field y --pf-soft, que definen las dos.

   El color lo pone el nivel y no el ancho de la barra, porque el mismo renglon
   dice dos cosas —cuanto llevas y si te urge— y el texto de abajo cambia con el.
   Los tres escalones son los mismos que usa lib/chatbot.php para avisar.
--------------------------------------------------------------------------- */
.board__bolsa {
  /* $c-secondary y no $c-green: el segundo es un verde oscuro que sobre el
     panel se lee apagado y no coincide con el resto de acentos de la interfaz. */
  /* El nivel se puede poner solo, sin la clase base, cuando lo unico que se
     quiere del componente es el color: asi lo usa la fila de almacenamiento
     del perfil, que trae su propia tipografia. */
}
.board__bolsa, .board__bolsa--ok {
  --bolsa-color: #18E179;
}
.board__bolsa--alerta {
  --bolsa-color: #fffb5a;
}
.board__bolsa--agotada {
  --bolsa-color: #dd1c47;
}
.board__bolsa .text--upper {
  color: var(--pf-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
}
.board__bolsa .text--subtitle {
  margin: 0.1rem 0 0;
  color: var(--bolsa-color);
  font-size: 1.25rem;
  font-weight: 700;
}
.board__bolsa--barra {
  width: 100%;
  max-width: 22rem;
  height: 0.375rem;
  margin: 0.5rem 0;
  border-radius: 999px;
  background-color: var(--pf-field);
  overflow: hidden;
}
.board__bolsa--barra span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: var(--bolsa-color);
  transition: width 0.35s;
}
.board__bolsa .text--paragraph {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.board__bolsa .text--paragraph strong {
  color: white;
}

/* ---------------------------------------------------------------------------
   Mis archivos (config/archivos.php).

   Mobile-first: todo en una columna. De 900px arriba, la tarjeta Espacio pasa a
   tres columnas —dona, fichas, reparto— y la lista se ensancha.

   Reusa .board__bolsa para el color del medidor (verde / amarillo / rojo) y
   define lo demás aquí.
--------------------------------------------------------------------------- */
.easy.easy__archivos {
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.72);
}
.easy.easy__archivos {
  /* Los dos colores de acento salen de _settings, sin variantes propias:
     $c-secondary es el verde de la marca y $c-invalido el rojo de error. Lo
     que se ajusta es la opacidad de los fondos, nunca el tono. */
}
.easy.easy__archivos {
  --verde: #18E179;
  --rojo: #dd1c47;
}
.easy.easy__archivos {
  /* Encabezado de la pantalla, fuera de las tarjetas. El respiro de arriba es
     para librar la barra superior fija del panel. */
}
.easy.easy__archivos .board__pagehead {
  /* El mismo sangrado que el contenido de las tarjetas, para que el
     titulo de la pantalla no arranque antes que todo lo demas. */
}
.easy.easy__archivos .board__pagehead {
  margin: 0 0 1.25rem;
  padding: 3rem 1.5rem 0;
}
.easy.easy__archivos .board__pagehead .text--title {
  padding: 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
}
.easy.easy__archivos .board__pagehead .text--title::before {
  display: none;
}
.easy.easy__archivos .board__pagehead .text--title span {
  color: white;
}
.easy.easy__archivos .board__pagehead .text--paragraph {
  margin: 0.35rem 0 0;
  padding-left: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
}
.easy.easy__archivos {
  /* Tarjetas con el MISMO lenguaje que las del perfil. Se repiten aquí y no se
     heredan porque aquellas cuelgan de una cadena de ancestros
     (.easy__profile > .content .contenido__products) que esta pantalla no tiene. */
}
.easy.easy__archivos .board__section {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background-color: #1b1c28;
}
@media only screen and (min-width: 720px) {
  .easy.easy__archivos .board__section {
    padding: 1.5rem;
  }
}
.easy.easy__archivos .board__section--head {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--pf-border);
}
.easy.easy__archivos .board__section--head .text--title {
  padding: 0;
  color: white;
  font-size: 1.0625rem;
  font-weight: 700;
}
.easy.easy__archivos .board__section--head .text--title::before {
  display: none;
}
.easy.easy__archivos .board__section--head .text--paragraph {
  margin: 0.25rem 0 0;
  padding-left: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  font-style: normal;
}
.easy.easy__archivos {
  /* ---------------------------------------------------- Tarjeta Espacio -- */
}
.easy.easy__archivos .arch__espacio {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 900px) {
  .easy.easy__archivos .arch__espacio {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.easy.easy__archivos {
  /* Dona: proporción de un mismo entero. En redondo se lee de un vistazo sin
     comparar longitudes. Anillo con conic-gradient, sin librería ni SVG. */
}
.easy.easy__archivos .arch__dona {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .easy.easy__archivos .arch__dona {
    flex: 0 0 15rem;
    padding-right: 1.5rem;
  }
}
.easy.easy__archivos .arch__dona--grafica {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: conic-gradient(var(--bolsa-color) calc(var(--pct) * 1%), var(--pf-field) 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy.easy__archivos .arch__dona--grafica::before {
  content: "";
  position: absolute;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background-color: #1b1c28;
}
.easy.easy__archivos .arch__dona--centro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.easy.easy__archivos .arch__dona--centro b {
  color: var(--bolsa-color);
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.15;
}
.easy.easy__archivos .arch__dona--centro small {
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.easy.easy__archivos {
  /* Fichas del medio: los dos datos accionables, cuánto puedes liberar y qué
     hay ya esperando en la papelera. */
}
.easy.easy__archivos .arch__fichas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 900px) {
  .easy.easy__archivos .arch__fichas {
    flex: 0 0 16rem;
    padding: 0 1.5rem;
    border-left: 1px solid var(--pf-border);
    border-right: 1px solid var(--pf-border);
  }
}
.easy.easy__archivos {
  /* Las dos fichas dicen lo mismo en el mismo orden y con los mismos tamanos
     —rotulo, cuantos, cuanto pesan— para que se lean en paralelo. Antes cada
     una lo decia a su manera y no habia forma de compararlas de un vistazo.
     Sin icono: el rotulo ya nombra el bloque y el icono solo robaba ancho a un
     texto que se partia en dos lineas. */
}
.easy.easy__archivos .arch__ficha {
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background-color: var(--pf-field);
}
.easy.easy__archivos .arch__ficha--titulo {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.easy.easy__archivos .arch__ficha--sub {
  margin: 0.25rem 0 0;
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
}
.easy.easy__archivos .arch__ficha--dato {
  margin: 0.1rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
}
.easy.easy__archivos {
  /* Blanco y no rojo: liberar espacio es lo que se quiere que el negocio
     haga, no una acción de peligro. El aviso de que no tiene vuelta atrás lo
     da la confirmación, no el color del botón. */
}
.easy.easy__archivos .arch__liberar {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: white;
  color: #2c3137;
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s;
}
.easy.easy__archivos .arch__liberar:hover {
  opacity: 0.85;
}
.easy.easy__archivos .arch__liberar[disabled] {
  opacity: 0.5;
  cursor: progress;
}
.easy.easy__archivos {
  /* Reparto por tipo. Cada renglón se resalta al pasar el cursor por su
     segmento de la barra de abajo: los une data-tipo. */
}
.easy.easy__archivos .arch__reparto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (min-width: 900px) {
  .easy.easy__archivos .arch__reparto {
    padding-left: 1.5rem;
  }
}
.easy.easy__archivos .arch__reparto--fila {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.2rem 0.4rem;
  margin: -0.2rem -0.4rem;
  border-radius: 0.4rem;
  transition: background-color 0.15s;
}
.easy.easy__archivos .arch__reparto--fila.is-activa {
  background-color: var(--pf-field);
}
.easy.easy__archivos .arch__reparto--nombre {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex: 1 1 auto;
  min-width: 0;
  color: white;
  font-size: 0.9375rem;
}
.easy.easy__archivos .arch__reparto--mb {
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  white-space: nowrap;
}
.easy.easy__archivos .arch__reparto--pct {
  flex: 0 0 3.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8125rem;
  text-align: right;
  white-space: nowrap;
}
.easy.easy__archivos .arch__punto {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  flex: 0 0 auto;
}
.easy.easy__archivos {
  /* Barra apilada a lo ancho: el mapa del total. */
}
.easy.easy__archivos .arch__barra {
  display: flex;
  width: 100%;
  height: 0.6rem;
  margin-top: 1.5rem;
  border-radius: 999px;
  overflow: hidden;
  background-color: var(--pf-field);
}
.easy.easy__archivos .arch__barra--seg {
  /* La transicion del ancho es la que anima el llenado en la primera
     carga: el JS pone 0% y devuelve el valor real al cuadro siguiente. */
}
.easy.easy__archivos .arch__barra--seg {
  display: block;
  height: 100%;
  cursor: pointer;
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.15s;
}
.easy.easy__archivos .arch__barra--seg:hover, .easy.easy__archivos .arch__barra--seg.is-activa {
  filter: brightness(1.25);
}
.easy.easy__archivos .arch__aviso {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8125rem;
  line-height: 1.45;
}
.easy.easy__archivos .arch__aviso > span {
  flex: 1 1 auto;
  min-width: 0;
}
.easy.easy__archivos .arch__aviso strong {
  color: white;
}
.easy.easy__archivos .arch__aviso--icono {
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: rgba(24, 225, 121, 0.18);
  position: relative;
}
.easy.easy__archivos .arch__aviso--icono::before {
  content: "i";
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--verde);
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
}
.easy.easy__archivos {
  /* --------------------------------------------------- Tarjeta Archivos -- */
}
@media only screen and (min-width: 720px) {
  .easy.easy__archivos .arch__cabecera {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
}
.easy.easy__archivos .arch__controles {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 720px) {
  .easy.easy__archivos .arch__controles {
    margin-top: 0;
  }
}
.easy.easy__archivos {
  /* Select de orden. La flecha del sistema no se puede pintar y en Windows
     sale gris sobre el fondo oscuro, asi que se apaga con appearance: none y
     se dibuja una propia con un ::after del contenedor. */
}
.easy.easy__archivos .arch__orden {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.6rem;
  background-color: var(--pf-field);
  transition: border-color 0.2s;
}
.easy.easy__archivos .arch__orden:hover {
  border-color: rgba(24, 225, 121, 0.5);
}
.easy.easy__archivos .arch__orden:focus-within {
  border-color: var(--verde);
}
.easy.easy__archivos .arch__orden--etiqueta {
  color: var(--pf-soft);
  font-size: 0.8125rem;
  white-space: nowrap;
}
.easy.easy__archivos .arch__orden--select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 1.4rem 0 0;
  border: 0;
  background: none;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
}
.easy.easy__archivos .arch__orden--select:focus {
  outline: none;
}
.easy.easy__archivos .arch__orden--select {
  /* El desplegable lo pinta el sistema y solo admite color de fondo y
     de texto: mas que esto no se puede. */
}
.easy.easy__archivos .arch__orden--select option {
  background-color: #1b1c28;
  color: white;
}
.easy.easy__archivos .arch__orden {
  /* Flecha propia, dibujada con bordes: gira al abrir gracias a
     :focus-within, que es lo mas cerca de "abierto" que da el CSS. */
}
.easy.easy__archivos .arch__orden::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid var(--pf-soft);
  border-bottom: 2px solid var(--pf-soft);
  transform: translateY(-0.15rem) rotate(45deg);
  pointer-events: none;
  transition: transform 0.2s;
}
.easy.easy__archivos .arch__orden:focus-within::after {
  transform: translateY(0.05rem) rotate(-135deg);
  border-color: white;
}
.easy.easy__archivos {
  /* Los filtros reparten el ancho completo: en fila apretada se leian como
     una lista suelta, y asi cada uno tiene su sitio y su area de clic. */
}
.easy.easy__archivos .arch__filtros {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}
.easy.easy__archivos .arch__filtro {
  flex: 1 1 auto;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--pf-border);
  border-radius: 2rem;
  background: none;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
}
.easy.easy__archivos .arch__filtro:hover {
  border-color: rgba(24, 225, 121, 0.5);
  color: white;
}
.easy.easy__archivos .arch__filtro span {
  color: rgba(255, 255, 255, 0.55);
}
.easy.easy__archivos .arch__filtro {
  /* Texto oscuro y no blanco: $c-secondary es un verde claro y el blanco
     encima no llega ni al contraste minimo. */
}
.easy.easy__archivos .arch__filtro.is-activo {
  border-color: transparent;
  background-color: var(--verde);
  color: #010210;
  font-weight: 700;
}
.easy.easy__archivos .arch__filtro.is-activo span {
  color: rgba(1, 2, 16, 0.7);
}
.easy.easy__archivos {
  /* Casilla propia: la nativa se pinta con el color del navegador y sobre
     fondo oscuro no se distingue si está marcada. */
}
.easy.easy__archivos .arch__casilla {
  position: absolute;
  opacity: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  cursor: pointer;
}
.easy.easy__archivos .arch__casilla + .arch__casilla--caja {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.3rem;
  background-color: var(--pf-field);
  transition: all 0.15s;
}
.easy.easy__archivos .arch__casilla:checked + .arch__casilla--caja {
  border-color: var(--verde);
  background-color: var(--verde);
}
.easy.easy__archivos .arch__casilla {
  /* La palomita en oscuro y no en blanco: el verde de la marca es claro y
     el blanco encima apenas se distingue, igual que pasaba en los pills. */
}
.easy.easy__archivos .arch__casilla:checked + .arch__casilla--caja::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.55rem;
  margin: 0.1rem auto 0;
  border-right: 2px solid #010210;
  border-bottom: 2px solid #010210;
  transform: rotate(45deg);
}
.easy.easy__archivos .arch__seleccion {
  /* Sin recuadro: no es una tarjeta dentro de otra, es la cabecera de la
     lista. La separa una linea, como a cada renglon. */
}
.easy.easy__archivos .arch__seleccion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0 0 0.85rem;
  border: 0;
  border-bottom: 1px solid var(--pf-border);
  border-radius: 0;
}
.easy.easy__archivos .arch__seleccion--todos {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  cursor: pointer;
}
.easy.easy__archivos .arch__seleccion--conteo {
  margin-left: auto;
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
}
.easy.easy__archivos .arch__eliminar-sel {
  /* Relleno y no contorno: es la accion de la barra, y en contorno se
             perdia contra los demas botones de la fila. Blanco sobre el rojo, que
             es donde ese tono si tiene contraste. */
}
.easy.easy__archivos .arch__eliminar-sel {
  padding: 0.5rem 1rem;
  border: 1px solid var(--rojo);
  border-radius: 0.6rem;
  background-color: var(--rojo);
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.easy.easy__archivos .arch__eliminar-sel:hover:not([disabled]) {
  background-color: rgb(184.7879518072, 23.4120481928, 59.3662650602);
  border-color: rgb(184.7879518072, 23.4120481928, 59.3662650602);
}
.easy.easy__archivos .arch__eliminar-sel[disabled] {
  opacity: 0.35;
  cursor: default;
}
.easy.easy__archivos {
  /* Margen y no relleno: la barra de navegacion del panel es flotante y tapa
     el paginado, pero con padding la tarjeta se estiraba y quedaba un bloque
     vacio debajo del contenido. El aire va fuera. */
}
.easy.easy__archivos .board__section--archivos {
  margin-bottom: 5rem;
}
.easy.easy__archivos .arch__lista {
  margin: 0;
  padding: 0;
  list-style: none;
}
.easy.easy__archivos .arch__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0 0.75rem 0.75rem;
  border-bottom: 1px solid var(--pf-border);
  border-left: 3px solid transparent;
}
.easy.easy__archivos .arch__item:last-child {
  border-bottom: none;
}
.easy.easy__archivos .arch__item {
  /* La franja de color dice el tipo antes de leer nada. */
}
.easy.easy__archivos .arch__item--en_uso {
  border-left-color: var(--verde);
}
.easy.easy__archivos .arch__item--de_eliminado {
  border-left-color: #fffb5a;
}
.easy.easy__archivos .arch__item--sistema {
  border-left-color: #18E179;
}
.easy.easy__archivos .arch__item--huerfano {
  border-left-color: var(--rojo);
}
.easy.easy__archivos .arch__item {
  /* Sin `opacity` en la fila: apagaba tambien el menu desplegable que
     cuelga de ella y, de paso, creaba un contexto de apilamiento que
     dejaba pasar por encima el contenido de la fila siguiente. Lo que se
     atenua es la miniatura, que es lo que se queria dar por "apagado". */
}
.easy.easy__archivos .arch__item--papelera {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.easy.easy__archivos .arch__item--papelera .arch__item--img {
  opacity: 0.5;
}
.easy.easy__archivos .arch__item--papelera .arch__item--nombre {
  color: var(--pf-soft);
}
.easy.easy__archivos .arch__item--check {
  flex: 0 0 1.15rem;
  position: relative;
  display: flex;
  align-items: center;
}
.easy.easy__archivos .arch__item {
  /* is-cargando: el hueco de la miniatura mientras la cola llega a ella.
             Mismo brillo que el esqueleto de la lista, para que se lea como "esto
             todavia esta viniendo" y no como una imagen rota. */
}
.easy.easy__archivos .arch__item--img {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--pf-field);
  cursor: zoom-in;
}
.easy.easy__archivos .arch__item--img {
  /* El foco se dibuja: el hueco se anuncia como boton, y con teclado
     hay que ver en cual de los veinte se esta. */
}
.easy.easy__archivos .arch__item--img:focus-visible {
  outline: 2px solid #18E179;
  outline-offset: 2px;
}
.easy.easy__archivos .arch__item--img.is-cargando {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
  background-size: 18rem 100%;
  animation: arch-brillo 1.1s linear infinite;
}
.easy.easy__archivos .arch__item--datos {
  flex: 1 1 auto;
  min-width: 0;
}
.easy.easy__archivos .arch__item {
  /* line-height explicito: con overflow:hidden la caja mide lo que diga la
     linea, y al valor por omision las colas de la j, la g y la p salen
     recortadas. Es el unico sitio de la lista donde hace falta: los demas
     textos no recortan nada y heredan bien. */
}
.easy.easy__archivos .arch__item--nombre {
  margin: 0;
  color: white;
  font-size: 0.9375rem;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.easy.easy__archivos .arch__item--etiquetas {
  margin: 0.35rem 0 0;
}
.easy.easy__archivos .arch__item--peso {
  flex: 0 0 auto;
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  white-space: nowrap;
}
.easy.easy__archivos .arch__item {
  /* Candado en vez de la palabra "Protegido": ocupa lo mismo que los
     botones de las otras filas, asi la columna de acciones no baila de
     ancho segun el tipo de archivo. */
}
.easy.easy__archivos .arch__item--protegido {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pf-soft);
}
.easy.easy__archivos .arch__item--protegido::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-color: currentColor;
  -webkit-mask-image: url("../img/icons/icon-security.svg");
  mask-image: url("../img/icons/icon-security.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.easy.easy__archivos {
  /* Menu de tres puntos. Solo lo llevan los de la papelera, donde hay dos
     salidas opuestas —recuperar o borrar para siempre— y ninguna deberia
     estar a un clic distraido de la otra. */
}
.easy.easy__archivos .arch__menu {
  flex: 0 0 2rem;
  position: relative;
}
.easy.easy__archivos .arch__menu--boton {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0.5rem;
  background: none;
  color: var(--pf-soft);
  cursor: pointer;
  transition: all 0.2s;
}
.easy.easy__archivos .arch__menu--boton:hover {
  background-color: var(--pf-field);
  color: white;
}
.easy.easy__archivos .arch__menu--boton {
  /* Los tres puntos, dibujados con sombras: un caracter dependeria de
     la tipografia del sistema. */
}
.easy.easy__archivos .arch__menu--boton::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 -0.45rem 0 currentColor, 0 0.45rem 0 currentColor;
}
.easy.easy__archivos .arch__menu--lista {
  /* Fondo opaco y no una superficie translucida: encima hay texto y
     debajo hay una lista con miniaturas, y cualquier transparencia
     vuelve ilegibles las dos cosas a la vez. */
}
.easy.easy__archivos .arch__menu--lista {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.3rem);
  z-index: 10;
  min-width: 13rem;
  margin: 0;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.6rem;
  background-color: rgb(35.2208955224, 36.5253731343, 52.1791044776);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.6);
  list-style: none;
}
.easy.easy__archivos .arch__menu--lista button {
  display: block;
  width: 100%;
  padding: 0.5rem 0.6rem;
  border: 0;
  border-radius: 0.4rem;
  background: none;
  color: white;
  font-size: 0.8125rem;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s;
}
.easy.easy__archivos .arch__menu--lista button:hover {
  background-color: var(--pf-field);
}
.easy.easy__archivos {
  /* Escrito entero y no con `&.is-abierto &--lista`: en SCSS el segundo `&` se
     expande al selector padre COMPLETO, asi que salia
     `.arch__menu.is-abierto .arch__menu--lista` con el padre repetido dentro y
     no casaba con nada. Era la razon de que el menu no se abriera. */
}
.easy.easy__archivos .arch__menu.is-abierto .arch__menu--lista {
  display: block;
}
.easy.easy__archivos {
  /* Mientras esta abierto, su fila manda sobre las de abajo: sin esto el
     contenido de la fila siguiente se pinta encima del desplegable, porque va
     despues en el documento. */
}
.easy.easy__archivos .arch__menu.is-abierto {
  z-index: 10;
}
.easy.easy__archivos .arch__item:has(.arch__menu.is-abierto) {
  position: relative;
  z-index: 10;
}
.easy.easy__archivos .arch__menu--peligro {
  color: var(--rojo) !important;
}
.easy.easy__archivos .arch__badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.easy.easy__archivos .arch__badge--en_uso {
  border: 1px solid rgba(24, 225, 121, 0.5);
  color: var(--verde);
}
.easy.easy__archivos .arch__badge--de_eliminado {
  border: 1px solid rgba(255, 251, 90, 0.5);
  color: #fffb5a;
}
.easy.easy__archivos .arch__badge--sistema {
  border: 1px solid rgba(24, 225, 121, 0.5);
  color: #18E179;
}
.easy.easy__archivos .arch__badge--huerfano {
  border: 1px solid var(--rojo);
  color: var(--rojo);
}
.easy.easy__archivos .arch__badge--papelera {
  border: 1px solid var(--pf-border);
  color: var(--pf-soft);
}
.easy.easy__archivos .arch__icono {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: none;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.easy.easy__archivos .arch__icono::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.easy.easy__archivos .arch__icono--borrar {
  border-color: var(--rojo);
  color: var(--rojo);
}
.easy.easy__archivos .arch__icono--borrar:hover {
  background-color: rgba(221, 28, 71, 0.18);
}
.easy.easy__archivos .arch__icono--borrar::before {
  -webkit-mask-image: url("../img/icons/pform-trash.svg");
  mask-image: url("../img/icons/pform-trash.svg");
}
.easy.easy__archivos .arch__icono--restaurar {
  border-color: rgba(24, 225, 121, 0.5);
  color: var(--verde);
}
.easy.easy__archivos .arch__icono--restaurar:hover {
  background-color: rgba(24, 225, 121, 0.12);
}
.easy.easy__archivos .arch__icono--restaurar::before {
  -webkit-mask-image: url("../img/icons/icon-arrow.svg");
  mask-image: url("../img/icons/icon-arrow.svg");
  transform: rotate(180deg);
}
.easy.easy__archivos .arch__icono[disabled] {
  opacity: 0.4;
  cursor: default;
}
.easy.easy__archivos {
  /* Pie: conteo, paginas y cuantos por pagina. */
}
.easy.easy__archivos .arch__pie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pf-border);
}
.easy.easy__archivos .arch__pie--conteo {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
@media only screen and (min-width: 720px) {
  .easy.easy__archivos .arch__pie {
    flex-direction: row;
    justify-content: space-between;
  }
}
.easy.easy__archivos .arch__paginas {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.easy.easy__archivos .arch__paginas button {
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.5rem;
  background: none;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.2s;
}
.easy.easy__archivos .arch__paginas button:hover:not([disabled]):not(.is-activa) {
  border-color: rgba(24, 225, 121, 0.5);
  color: white;
}
.easy.easy__archivos .arch__paginas button.is-activa {
  border-color: transparent;
  background-color: var(--verde);
  color: #010210;
  font-weight: 700;
}
.easy.easy__archivos .arch__paginas button[disabled] {
  opacity: 0.35;
  cursor: default;
}
.easy.easy__archivos .arch__paginas span {
  padding: 0 0.25rem;
  color: var(--pf-soft);
}
.easy.easy__archivos .arch__porpagina {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.easy.easy__archivos .arch__porpagina select {
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.5rem;
  background: none;
  color: white;
  font-size: 0.8125rem;
  cursor: pointer;
}
.easy.easy__archivos .arch__porpagina select option {
  background-color: #1b1c28;
  color: white;
}
.easy.easy__archivos {
  /* Colores compartidos por el punto de la leyenda y los segmentos. */
}
.easy.easy__archivos .arch__color--en_uso {
  background-color: var(--verde);
}
.easy.easy__archivos .arch__color--de_eliminado {
  background-color: #fffb5a;
}
.easy.easy__archivos .arch__color--sistema {
  background-color: #18E179;
}
.easy.easy__archivos .arch__color--huerfano {
  background-color: var(--rojo);
}
.easy.easy__archivos .arch__color--papelera {
  background-color: rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 720px) {
  .easy.easy__archivos .arch__item {
    gap: 1rem;
    padding: 0.9rem 0 0.9rem 1rem;
  }
  .easy.easy__archivos .arch__item--img {
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* Esqueleto de carga de la lista de archivos. Vive fuera del bloque de la
   pantalla porque la animación no puede anidarse dentro de un selector.
   Respeta prefers-reduced-motion: un brillo recorriendo la pantalla es
   justo lo que molesta a quien pidió menos movimiento. */
@keyframes arch-brillo {
  0% {
    background-position: -18rem 0;
  }
  100% {
    background-position: 18rem 0;
  }
}
.easy.easy__archivos .arch__esqueleto {
  pointer-events: none;
}
.easy.easy__archivos .arch__esqueleto--check, .easy.easy__archivos .arch__esqueleto--img, .easy.easy__archivos .arch__esqueleto--datos, .easy.easy__archivos .arch__esqueleto--peso {
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
  background-size: 18rem 100%;
  animation: arch-brillo 1.1s linear infinite;
}
.easy.easy__archivos .arch__esqueleto--check {
  flex: 0 0 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
}
.easy.easy__archivos .arch__esqueleto--img {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
}
.easy.easy__archivos .arch__esqueleto--datos {
  flex: 1 1 auto;
  height: 2.25rem;
}
.easy.easy__archivos .arch__esqueleto--peso {
  flex: 0 0 4rem;
  height: 0.9rem;
}
@media only screen and (min-width: 720px) {
  .easy.easy__archivos .arch__esqueleto--img {
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .easy.easy__archivos .arch__esqueleto--check, .easy.easy__archivos .arch__esqueleto--img, .easy.easy__archivos .arch__esqueleto--datos, .easy.easy__archivos .arch__esqueleto--peso {
    animation: none;
  }
}
/* Entrada escalonada de los renglones de archivos. El desplazamiento es corto y
   rapido a proposito: es un acuse de que la lista cambio, no una animacion de
   presentacion, y con 20 filas cualquier cosa mas larga se hace pesada.

   La clase se quita al terminar (ver js/scripts__archivos.php) porque un
   `transform` puesto crea un contexto de apilamiento y romperia el
   `position: absolute` del menu de tres puntos. */
@keyframes arch-entrar {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.easy.easy__archivos .arch__item.is-entrando {
  animation: arch-entrar 0.28s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .easy.easy__archivos .arch__item.is-entrando {
    animation: none;
  }
  .easy.easy__archivos .arch__barra--seg {
    transition: none;
  }
}
/*---------------- Activación de plan por depósito o transferencia --------------

  Pantalla config/activacionplan.php. Antes era una lista de barras grises con un
  select, un botón de archivo y dos campos sueltos: el negocio veía "Paso 1:
  deposita" antes de saber cuánto tenía que depositar, y el importe del plan no
  aparecía en ninguna parte.

  El rediseño reordena el flujo —plan, pago, comprobante con sus datos— y lo
  reparte en tres tarjetas numeradas con el mismo lenguaje visual del perfil y de
  la ficha de producto: superficie $c-dark-surface, radio 1rem y campos sobre
  --pf-field / --pf-border. Esos tokens se declaran aquí porque también los usa
  .board__bolsa y cualquier otro componente compartido que caiga en la pantalla.

  Cada paso es un <details>: en un teléfono los tres abiertos son un rollo de
  scroll. Abren el 1 y el 2; el 3 lo abre el botón de los datos de pago, o el
  servidor cuando rechazó algo de ese paso.

  El riel de arriba y las clases is-hecho / is-actual las mueve
  config/js/scripts__activacion.php; sin JS la pantalla se ve igual, solo sin
  avanzar el riel.

  Los dos modales —cómo funciona y los datos de la cuenta— van al final, fuera de
  .easy.easy__activa: cuelgan del body y siguen el patrón de los modales oscuros
  del perfil.
*/
.easy.easy__activa {
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
}
.easy.easy__activa {
  /* Iconos incrustados, como en el perfil: el color lo pinta el background y la
     silueta la recorta la mask. Incrustados y no img/icons/*.svg porque los de
     la carpeta traen trazos de 1px en morado, y a este tamaño sobre fondo
     oscuro no se distinguen. */
}
.easy.easy__activa .activa {
  /* El padding de abajo deja libre la barra flotante del panel */
}
.easy.easy__activa .activa {
  padding: 1rem 1rem 7rem;
}
.easy.easy__activa .activa {
  /* Al mismo ancho que el menú del panel, que se centra a 1024px */
}
.easy.easy__activa .activa__wrapper {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.easy.easy__activa .activa {
  /* ------------------------------- Portada ------------------------------ */
}
.easy.easy__activa .activa__hero {
  padding: 0.5rem 0 1.5rem;
  text-align: center;
}
.easy.easy__activa .activa__hero .text--title {
  max-width: 34rem;
  margin: 0 auto;
  padding: 0;
  color: white;
  font-size: 1.5rem;
  line-height: 1.25;
}
.easy.easy__activa .activa__hero {
  /* En columna y centrado: la píldora del plan dice de dónde parte y el
     enlace es lo que se puede hacer, no son dos cosas del mismo nivel. */
}
.easy.easy__activa .activa__hero--acciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .easy.easy__activa .activa__hero .text--title {
    font-size: 1.75rem;
  }
}
.easy.easy__activa .activa__enlace {
  color: #18E179;
  font-size: 0.875rem;
  text-decoration: underline;
}
.easy.easy__activa .activa__enlace:hover {
  color: white;
}
.easy.easy__activa .activa__chip {
  padding: 0.35rem 0.875rem;
  border-radius: 2rem;
  background-color: #6B1BF8;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
}
.easy.easy__activa .activa {
  /* ------------------------------- Avisos ------------------------------- */
  /* Un solo componente para las cuatro noticias que puede recibir: error al
     enviar, solicitud en revisión, solicitud rechazada y solicitud
     aprobada. Solo cambia el color, igual que en .board__bolsa. */
}
.easy.easy__activa .activa__aviso {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 1.5rem;
  border: 1px solid var(--aviso-borde);
  border-radius: 1rem;
  background-color: #1b1c28;
}
.easy.easy__activa .activa__aviso::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0.5rem;
  width: 0.25rem;
  border-radius: 0.25rem;
  background-color: var(--aviso-color);
}
.easy.easy__activa .activa__aviso--error, .easy.easy__activa .activa__aviso--rechazo {
  --aviso-color: #dd1c47;
  --aviso-borde: rgba(221, 28, 71, 0.5);
}
.easy.easy__activa .activa__aviso--revision {
  --aviso-color: #fffb5a;
  --aviso-borde: rgba(255, 251, 90, 0.35);
}
.easy.easy__activa .activa__aviso--ok {
  --aviso-color: #18E179;
  --aviso-borde: rgba(24, 225, 121, 0.35);
}
.easy.easy__activa .activa__aviso .text--upper {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.easy.easy__activa .activa__aviso .text--subtitle {
  margin: 0.15rem 0 0.5rem;
  padding: 0;
  color: var(--aviso-color);
  font-size: 1.25rem;
  font-weight: 700;
}
.easy.easy__activa .activa__aviso .text--paragraph {
  margin: 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.875rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__aviso .activa__enlace {
  display: inline-block;
  margin-top: 0.75rem;
}
.easy.easy__activa .activa__aviso .button {
  width: 100%;
  margin: 1rem 0 0;
}
.easy.easy__activa .activa {
  /* Lo que ya mandó, para que no tenga que acordarse ni volver a buscarlo */
}
.easy.easy__activa .activa__resumen {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.easy.easy__activa .activa__resumen li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--pf-border);
}
.easy.easy__activa .activa__resumen span {
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.easy.easy__activa .activa__resumen strong {
  color: white;
  font-size: 0.875rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.easy.easy__activa .activa {
  /* Qué hacer mientras esperan la revisión: sin esto la pantalla se queda
     en un aviso y nada más. */
}
.easy.easy__activa .activa__mientras {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  background-color: #1b1c28;
}
.easy.easy__activa .activa__mientras .text--subtitle {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.0625rem;
  font-weight: 700;
}
.easy.easy__activa .activa__mientras .text--paragraph {
  margin: 0.35rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__mientras--enlaces {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.easy.easy__activa .activa__mientras--enlaces .button {
  flex: 1 1 10rem;
  width: auto;
  margin: 0;
}
.easy.easy__activa .activa {
  /* Nota de ayuda: verde y centrada, para que se lea como consejo nuestro y
     no como una advertencia más del formulario. */
}
.easy.easy__activa .activa__nota {
  margin: 0.75rem 0 0;
  color: #18E179;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: center;
}
.easy.easy__activa .activa {
  /* ------------------------------ Progreso ----------------------------- */
  /* No navega: solo dice cuánto falta. La línea de unión sale de cada punto
     con un hueco a los lados para no taparlo, y así no hace falta z-index. */
}
.easy.easy__activa .activa__progreso {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.25rem;
  max-width: 34rem;
  margin: 0 auto 1.25rem;
  padding: 0;
  list-style: none;
}
.easy.easy__activa .activa__progreso--item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding-top: 1.25rem;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  text-align: center;
}
.easy.easy__activa .activa__progreso--item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid var(--pf-border);
  border-radius: 50%;
  background-color: #010210;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy.easy__activa .activa__progreso--item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.35rem;
  left: calc(50% + 0.75rem);
  width: calc(100% - 1.5rem);
  height: 0.125rem;
  background-color: var(--pf-border);
  transition: background-color 0.25s;
}
.easy.easy__activa .activa__progreso--item:last-child::after {
  display: none;
}
.easy.easy__activa .activa__progreso--item.is-hecho {
  color: #18E179;
}
.easy.easy__activa .activa__progreso--item.is-hecho::before {
  border-color: #18E179;
  background-color: #18E179;
}
.easy.easy__activa .activa__progreso--item.is-hecho::after {
  background-color: #18E179;
}
.easy.easy__activa .activa__progreso--item.is-actual {
  color: white;
}
.easy.easy__activa .activa__progreso--item.is-actual::before {
  border-color: #18E179;
}
.easy.easy__activa .activa {
  /* -------------------------------- Pasos ------------------------------ */
}
.easy.easy__activa .activa__paso {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  background-color: #1b1c28;
  transition: border-color 0.25s;
}
.easy.easy__activa .activa__paso.is-actual {
  border-color: rgba(24, 225, 121, 0.35);
}
.easy.easy__activa .activa__paso {
  /* El paso que el servidor rechazó: el texto del motivo está arriba, en
     el aviso, y aquí solo se señala dónde hay que corregir. */
}
.easy.easy__activa .activa__paso--alerta {
  border-color: rgba(221, 28, 71, 0.5);
}
.easy.easy__activa .activa__paso {
  /* La cabecera es el <summary>: display flex ya quita el triángulo en
     Chrome, y el marker de WebKit y el list-style son para Safari y
     Firefox. La flecha propia dice para dónde va a abrir. */
}
.easy.easy__activa .activa__paso--head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem;
  list-style: none;
  cursor: pointer;
}
.easy.easy__activa .activa__paso--head::-webkit-details-marker {
  display: none;
}
.easy.easy__activa .activa__paso--head::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-color: var(--pf-soft);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.25s;
}
.easy.easy__activa .activa__paso--head .text--subtitle {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.0625rem;
  font-weight: 700;
}
.easy.easy__activa .activa__paso[open] > .activa__paso--head::after {
  transform: rotate(180deg);
}
.easy.easy__activa .activa__paso--num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #18E179;
  color: #010210;
  font-size: 0.875rem;
  font-weight: 700;
}
.easy.easy__activa .activa__paso--body {
  padding: 0 1.25rem 1.25rem;
}
.easy.easy__activa .activa__paso {
  /* El paso del pago se lee como un cartel: importe, botón y notas al
     centro y uno debajo de otro. Los otros dos pasos son formulario y
     ahí el texto alineado a la izquierda se lee mejor. */
}
.easy.easy__activa .activa__paso[data-paso="2"] > .activa__paso--body {
  text-align: center;
}
.easy.easy__activa .activa__paso--nota {
  margin: 0.75rem 0 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__paso--nota:last-child {
  margin-bottom: 0;
}
.easy.easy__activa .activa {
  /* ---------------------------- Paso 1: planes ------------------------- */
}
.easy.easy__activa .activa__planes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.easy.easy__activa .activa__plan {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1 1 100%;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy.easy__activa .activa__plan:hover {
  border-color: rgba(24, 225, 121, 0.5);
}
.easy.easy__activa .activa__plan--radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.easy.easy__activa .activa__plan--mark {
  position: relative;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.15rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transition: border-color 0.25s;
}
.easy.easy__activa .activa__plan--mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #18E179;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s;
}
.easy.easy__activa .activa__plan--body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1 1 auto;
  gap: 0.25rem;
  min-width: 0;
}
.easy.easy__activa .activa__plan--nombre {
  width: 100%;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
}
.easy.easy__activa .activa__plan--precio {
  width: 100%;
  color: #18E179;
  font-size: 1.25rem;
  font-weight: 800;
}
.easy.easy__activa .activa__plan--precio small {
  margin-left: 0.5rem;
  color: var(--pf-soft);
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
.easy.easy__activa .activa__plan--detalle {
  width: 100%;
  color: var(--pf-soft);
  font-size: 0.75rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__plan--radio:checked ~ .activa__plan--mark {
  border-color: #18E179;
}
.easy.easy__activa .activa__plan--radio:checked ~ .activa__plan--mark::after {
  transform: translate(-50%, -50%) scale(1);
}
.easy.easy__activa .activa__plan:has(.activa__plan--radio:checked) {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.08);
}
.easy.easy__activa .activa__plan--radio:focus-visible ~ .activa__plan--mark {
  outline: 2px solid rgba(24, 225, 121, 0.5);
  outline-offset: 2px;
}
.easy.easy__activa .activa__plan {
  /* Dos o tres planes por renglón en cuanto hay ancho: en móvil se leen
     mejor uno debajo de otro con el precio grande. */
}
@media only screen and (min-width: 720px) {
  .easy.easy__activa .activa__plan {
    flex: 1 1 14rem;
  }
}
@media only screen and (min-width: 1024px) {
  .easy.easy__activa .activa__plan {
    flex: 1 1 12rem;
  }
}
.easy.easy__activa .activa {
  /* ----------------------------- Paso 2: pago -------------------------- */
}
.easy.easy__activa .activa__monto {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px dashed rgba(24, 225, 121, 0.5);
  border-radius: 0.75rem;
  background-color: rgba(24, 225, 121, 0.05);
  text-align: center;
}
.easy.easy__activa .activa__monto .text--upper {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.easy.easy__activa .activa__monto--cifra {
  margin: 0.25rem 0 0;
  color: #18E179;
  font-size: 2rem;
  font-weight: 800;
}
.easy.easy__activa .activa__monto--nota {
  margin: 0.25rem 0 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__copiar {
  margin-top: 0.75rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 2rem;
  background-color: var(--pf-field);
  color: white;
  font-size: 0.75rem;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.easy.easy__activa .activa__copiar:hover {
  border-color: #18E179;
  color: #18E179;
}
.easy.easy__activa .activa {
  /* Abre el modal con los datos de la cuenta. Blanco, sin borde y del ancho
     de su texto: es la salida del paso 2, no el botón que cierra la
     pantalla —ese es "Enviar comprobante" y sí va a todo lo ancho—. */
}
.easy.easy__activa .activa__boton--datos {
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0.65rem 1.25rem;
  border: none;
  background-color: white;
  color: #2c3137;
  font-weight: 600;
}
.easy.easy__activa .activa__boton--datos:hover, .easy.easy__activa .activa__boton--datos:focus {
  border: none;
  background-color: white;
  color: #2c3137;
}
.easy.easy__activa .activa__boton--datos:active {
  background-color: white;
  color: #2c3137;
}
.easy.easy__activa .activa {
  /* --------------------- Paso 3: comprobante y datos ------------------- */
}
.easy.easy__activa .activa__ticket {
  position: relative;
}
.easy.easy__activa .activa__ticket--input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.easy.easy__activa .activa__ticket--zona {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  padding: 1.5rem 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s;
}
.easy.easy__activa .activa__ticket--zona:hover, .easy.easy__activa .activa__ticket--zona.is-encima {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.05);
}
.easy.easy__activa .activa__ticket--icono {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #18E179;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16V3m0 0 4.5 4.5M12 3 7.5 7.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 15v2.5c0 1.93 1.57 3.5 3.5 3.5h11c1.93 0 3.5-1.57 3.5-3.5V15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16V3m0 0 4.5 4.5M12 3 7.5 7.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 15v2.5c0 1.93 1.57 3.5 3.5 3.5h11c1.93 0 3.5-1.57 3.5-3.5V15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.easy.easy__activa .activa__ticket--titulo {
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
}
.easy.easy__activa .activa__ticket--hint {
  color: var(--pf-soft);
  font-size: 0.75rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__ticket--input:focus-visible + .activa__ticket--zona {
  border-color: #18E179;
}
.easy.easy__activa .activa__ticket.is-lleno .activa__ticket--zona {
  display: none;
}
.easy.easy__activa .activa__ticket--preview {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
}
.easy.easy__activa .activa__ticket--preview[hidden] {
  display: none;
}
.easy.easy__activa .activa__ticket--imagen {
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy.easy__activa .activa__ticket--datos {
  flex: 1 1 auto;
  min-width: 0;
}
.easy.easy__activa .activa__ticket--nombre {
  margin: 0;
  color: white;
  font-size: 0.875rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.easy.easy__activa .activa__ticket--peso {
  margin: 0.15rem 0 0;
  color: var(--pf-soft);
  font-size: 0.75rem;
}
.easy.easy__activa .activa__ticket--acciones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.easy.easy__activa .activa__ticket--boton {
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 2rem;
  background-color: transparent;
  color: white;
  font-size: 0.75rem;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.easy.easy__activa .activa__ticket--boton:hover {
  border-color: #18E179;
  color: #18E179;
}
.easy.easy__activa .activa__ticket--quitar {
  border-color: rgba(221, 28, 71, 0.5);
  color: #dd1c47;
}
.easy.easy__activa .activa__ticket--quitar:hover {
  border-color: #dd1c47;
  color: #dd1c47;
}
.easy.easy__activa .activa__ticket--error {
  margin: 0.75rem 0 0;
  color: #dd1c47;
  font-size: 0.8125rem;
  line-height: 1.35;
}
.easy.easy__activa .activa__ticket--error[hidden] {
  display: none;
}
.easy.easy__activa .activa__campos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1rem;
}
.easy.easy__activa .activa__campo {
  flex: 1 1 10rem;
  min-width: 0;
}
.easy.easy__activa .activa__campo--ancho {
  flex: 1 1 100%;
}
.easy.easy__activa .activa__campo--label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pf-soft);
  font-size: 0.8125rem;
}
.easy.easy__activa .activa__campo--input {
  /* color-scheme: dark para que el calendario y el reloj nativos se
     dibujen claros. En fondo oscuro y sin esto el icono del selector
     queda negro sobre negro y no se ve dónde hay que tocar. */
}
.easy.easy__activa .activa__campo--input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.5rem;
  background-color: var(--pf-field);
  color: white;
  font-family: inherit;
  font-size: 0.9375rem;
  color-scheme: dark;
  transition: border-color 0.25s;
}
.easy.easy__activa .activa__campo--input:hover, .easy.easy__activa .activa__campo--input:focus {
  border-color: #18E179;
}
.easy.easy__activa .activa__campo--input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.easy.easy__activa .activa__campo--input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.easy.easy__activa .activa {
  /* ------------------------------- Enviar ------------------------------ */
  /* Sin tarjeta oscura: las tarjetas son los tres pasos, y esto es el cierre
     del formulario, no un cuarto paso. */
}
.easy.easy__activa .activa__enviar {
  padding: 1.5rem 0 0;
  text-align: center;
}
.easy.easy__activa .activa__enviar--boton {
  min-height: 3rem;
  background-color: #18E179;
  color: #010210;
  font-weight: 700;
}
.easy.easy__activa .activa__enviar--boton:hover, .easy.easy__activa .activa__enviar--boton:focus {
  background-color: #18E179;
  color: #010210;
}

/* ---------------------------------------------------------------------------
   Los dos modales de la pantalla: cómo funciona la activación y los datos de
   nuestra cuenta.

   Van fuera de .easy.easy__activa porque cuelgan del body, y comparten el
   tratamiento oscuro de los modales del perfil: la regla base de .board--overlay
   los pinta blancos y con un aspa que se pierde sobre el fondo claro.
--------------------------------------------------------------------------- */
.modal.modal__process,
.modal.modal__datospago {
  --pf-field: rgba(255, 255, 255, 0.05);
  --pf-border: rgba(255, 255, 255, 0.12);
  --pf-soft: rgba(255, 255, 255, 0.6);
  --pf-ancho: 32rem;
}
.modal.modal__process,
.modal.modal__datospago {
  height: auto;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  border-radius: 1rem;
  background: #1b1c28;
  color: white;
}
.modal.modal__process,
.modal.modal__datospago {
  /* La regla base centra con left: calc(50% - 600px), escrito a mano para su
     width: 1200px; al estrechar el modal hay que recentrarlo por su cuenta. */
}
@media only screen and (min-width: 720px) {
  .modal.modal__process, .modal.modal__process.show, .modal.modal__process:target,
  .modal.modal__datospago,
  .modal.modal__datospago.show,
  .modal.modal__datospago:target {
    width: min(92%, var(--pf-ancho));
    max-width: var(--pf-ancho);
    left: 50%;
    right: auto;
    margin: 0;
    transform: translateX(-50%);
  }
}
.modal.modal__process,
.modal.modal__datospago {
  /* El velo oscuro no lo prende .board--overlay: lo prende cada modal con su
     propio `~ .overlay--back`, que en activacionplan.php va después de los dos.
     Sin esta regla el modal salía flotando sobre la pantalla encendida. */
}
.modal.modal__process.show ~ .overlay--back, .modal.modal__process:target ~ .overlay--back,
.modal.modal__datospago.show ~ .overlay--back,
.modal.modal__datospago:target ~ .overlay--back {
  display: block;
}
.modal.modal__process,
.modal.modal__datospago {
  /* La base pinta el círculo en blanco y le aplica filter: contrast(0.75); con
     solo color: white el aspa quedaba blanca sobre fondo casi blanco. */
}
.modal.modal__process .board__overlay--close,
.modal.modal__datospago .board__overlay--close {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1rem;
  right: 1rem;
  padding: 0;
  border: 1px solid var(--pf-border);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  line-height: 1;
  filter: none;
}
.modal.modal__process .board__overlay--close:hover,
.modal.modal__datospago .board__overlay--close:hover {
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(24, 225, 121, 0.12);
  transform: none;
}

/* ---------- Cómo funciona la activación ---------- */
/* Los cuatro pasos con su número al lado del texto. Antes el número lo ponía un
   `counter` en un ::before absoluto de .text--subtitle, y el párrafo iba por su
   cuenta: en cuanto un título ocupaba dos renglones, número y texto dejaban de
   coincidir. Ahora cada paso es una fila con su propio número. */
.modal.modal__process {
  padding-bottom: 1.75rem;
}
.modal.modal__process .board__text--title {
  margin: 1.75rem auto 1.25rem;
  padding: 0 3.5rem 0 1.75rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: left;
}
.modal.modal__process .proceso {
  margin: 0;
  padding: 0 1.75rem;
  list-style: none;
}
.modal.modal__process .proceso__paso {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
}
.modal.modal__process .proceso__paso--num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #18E179;
  color: #010210;
  font-size: 0.875rem;
  font-weight: 700;
}
.modal.modal__process .proceso__paso--texto {
  flex: 1 1 auto;
  min-width: 0;
}
.modal.modal__process .proceso__paso--texto .text--subtitle {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.modal.modal__process .proceso__paso--texto .text--paragraph {
  margin: 0.15rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.875rem;
  line-height: 1.35;
  text-align: left;
}
.modal.modal__process .proceso__cierre {
  margin: 1.25rem 1.75rem 0;
  padding: 0.875rem;
  border-radius: 0.75rem;
  background-color: rgba(24, 225, 121, 0.08);
  color: #18E179;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

/* ---------- Datos para el depósito o la transferencia ---------- */
/* Lo que antes se pedía por WhatsApp. Cada dato con su botón de copiar, porque
   una CLABE tecleada a mano es un pago que no llega. */
.modal.modal__datospago .datospago {
  padding: 1.75rem;
}
.modal.modal__datospago .datospago__head {
  padding-right: 2.5rem;
}
.modal.modal__datospago .datospago__head .text--title {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: left;
}
.modal.modal__datospago .datospago__head .text--paragraph {
  margin: 0.35rem 0 0;
  padding: 0;
  color: var(--pf-soft);
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: left;
}
.modal.modal__datospago .datospago__monto {
  margin: 1.25rem 0;
  padding: 1rem;
  border: 1px dashed rgba(24, 225, 121, 0.5);
  border-radius: 0.75rem;
  background-color: rgba(24, 225, 121, 0.05);
  text-align: center;
}
.modal.modal__datospago .datospago__monto .text--upper {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.modal.modal__datospago .datospago__monto--cifra {
  margin: 0.25rem 0 0;
  color: #18E179;
  font-size: 1.75rem;
  font-weight: 800;
}
.modal.modal__datospago .datospago__lista {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal.modal__datospago .datospago__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--pf-border);
}
.modal.modal__datospago .datospago__item--texto {
  flex: 1 1 auto;
  min-width: 0;
}
.modal.modal__datospago .datospago__item--valor {
  margin: 0.15rem 0 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.modal.modal__datospago .datospago__item .text--upper {
  margin: 0;
  color: var(--pf-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.modal.modal__datospago .datospago__copiar {
  flex: 0 0 auto;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--pf-border);
  border-radius: 2rem;
  background-color: var(--pf-field);
  color: white;
  font-size: 0.75rem;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.modal.modal__datospago .datospago__copiar:hover {
  border-color: #18E179;
  color: #18E179;
}
.modal.modal__datospago .datospago__aviso {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 0.75rem;
  background-color: var(--pf-field);
  color: var(--pf-soft);
  font-size: 0.875rem;
  line-height: 1.35;
}
.modal.modal__datospago .datospago__nota {
  margin: 1.25rem 0 0;
  color: #18E179;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: center;
}
.modal.modal__datospago .datospago__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.modal.modal__datospago .datospago__footer .button {
  width: 100%;
  min-height: 3rem;
  margin: 0;
  border-radius: 0.75rem;
}
.modal.modal__datospago .datospago__footer .button__primary {
  background-color: #18E179;
  color: #010210;
  font-weight: 700;
}
.modal.modal__datospago .datospago__footer .button__primary:hover, .modal.modal__datospago .datospago__footer .button__primary:focus {
  background-color: #18E179;
  color: #010210;
}

.stats--wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.33334%, 1fr));
  row-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: stretch;
  padding: 0.5rem;
}
.stats--wrapper > * {
  color: white;
  border-radius: 1rem;
  grid-column: span 3;
  margin: 0;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 720px) {
  .stats--wrapper > *:nth-child(1):not(p) {
    grid-column: span 2;
  }
  .stats--wrapper > *:nth-child(2) {
    grid-column: span 2;
  }
  .stats--wrapper > *:nth-child(3) {
    grid-column: span 2;
  }
  .stats--wrapper > *:nth-child(4) {
    grid-column: span 3;
  }
  .stats--wrapper > *:nth-child(5) {
    grid-column: span 3;
  }
  .stats--wrapper > * .board__estadisticas--store {
    grid-column: span 1;
  }
}

.board__logotipo {
  padding: 0 1rem;
}
.board__estadisticas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.board__estadisticas--wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.board__estadisticas--wrapper > * {
  width: 100%;
  grid-column: span 2;
  border-radius: 1rem;
}
@media only screen and (min-width: 720px) {
  .board__estadisticas--wrapper > * {
    grid-column: span 1;
  }
}
.board__estadisticas--item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 0.5rem;
}
.board__estadisticas--item:nth-of-type(2) {
  color: #18E179;
}
.board__estadisticas--item:nth-of-type(3) {
  color: #dd1c47;
}
.board__estadisticas--item.active {
  background-color: rgba(24, 225, 121, 0.18);
  color: #18E179;
}
.board__estadisticas--item.active .text--paragraph {
  opacity: 1;
}
.board__estadisticas--item[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.board__estadisticas--text {
  padding: 0.5rem;
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.board__estadisticas--text img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border-radius: 50%;
  background: currentColor;
  margin-bottom: 0.25rem;
}
.board__estadisticas .text {
  color: currentColor;
  text-align: center;
}
.board__estadisticas .text--title {
  width: 100%;
  padding: 0;
  font-weight: 600;
  color: white;
}
.board__estadisticas .text--paragraph {
  margin: 0;
  color: white;
  width: 100%;
  font-size: 0.875rem;
  opacity: 0.7;
  line-height: 1lh;
}
.board__estadisticas .text.red {
  color: #dd1c47;
}
.board__estadisticas .text.green {
  color: #18E179;
}
.board__estadisticas--categories, .board__estadisticas--products {
  background: none;
  padding: 0;
  gap: 0.5rem;
}
.board__estadisticas--categories .board__estadisticas--item, .board__estadisticas--products .board__estadisticas--item {
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.board__estadisticas--categories .board__estadisticas--item:nth-of-type(2), .board__estadisticas--products .board__estadisticas--item:nth-of-type(2) {
  color: #18E179;
}
.board__estadisticas--categories .board__estadisticas--item:nth-of-type(3), .board__estadisticas--products .board__estadisticas--item:nth-of-type(3) {
  color: #dd1c47;
}
.board__estadisticas--categories .board__estadisticas--item:hover, .board__estadisticas--products .board__estadisticas--item:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.board__estadisticas--categories .board__estadisticas--text, .board__estadisticas--products .board__estadisticas--text {
  padding: 0;
}
.board__estadisticas--products {
  flex-wrap: wrap;
}
.board__estadisticas--products .board__estadisticas--item {
  width: calc(50% - 0.25rem);
}
.board__estadisticas--products .board__estadisticas--item:nth-of-type(1) {
  color: white;
}
.board__estadisticas--products .board__estadisticas--item:nth-of-type(2) {
  color: white;
}
.board__estadisticas--products .board__estadisticas--item:nth-of-type(3) {
  color: #18E179;
}
.board__estadisticas--products .board__estadisticas--item:nth-of-type(4) {
  color: #dd1c47;
}
.board__estadisticas--products .board__estadisticas--text {
  justify-content: flex-start;
}
.board__estadisticas--products .board__estadisticas--text .text {
  width: auto;
}
.board__estadisticas--products > .text--paragraph {
  opacity: 1;
  font-size: 1rem;
  text-align: left;
}
.board__estadisticas--store {
  width: 100%;
  margin-bottom: 0;
  flex-direction: column;
}
.board__estadisticas--store.ajuste .board__estadisticas--text:not(.graphic--wrapper) {
  padding: 0.25rem 0;
}
.board__estadisticas--store.ajuste .text--paragraph {
  text-align: left;
}
@media only screen and (min-width: 468px) {
  .board__estadisticas--store.ajuste {
    width: 100%;
  }
}
.board__estadisticas--store .text--title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
}
.board__estadisticas--store .text--title span {
  font-size: 1rem;
  opacity: 0.5;
  font-weight: 400;
}
.board__estadisticas--store .board__estadisticas--item::after {
  display: none;
}
.board__estadisticas--store .board__estadisticas--text:not(.graphic--wrapper) {
  flex-wrap: nowrap;
  padding: 0.25rem;
}
.board__estadisticas--store .board__estadisticas--text:not(.graphic--wrapper) .text--title::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .board__estadisticas--store:not(.ajuste) {
    grid-column: span 1;
  }
  .board__estadisticas--store:not(.ajuste) + .text--paragraph {
    display: none;
  }
}

.easy .contenido__estadisticas {
  background-color: #010210;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: 0;
}
.easy .contenido__estadisticas .board__estadisticas--item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}
.easy .contenido__estadisticas .board__estadisticas--item::after {
  display: none;
}
.easy .contenido__estadisticas .board__estadisticas--item .text {
  color: white;
  width: 100%;
  text-align: left;
  margin: 0;
  margin-bottom: 0.25rem;
  padding: 0;
}
.easy .contenido__estadisticas .board__estadisticas--item .text--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 3rem);
}
.easy .contenido__estadisticas .board__estadisticas--item .text--title {
  font-size: 1rem;
}
.easy .contenido__estadisticas .board__estadisticas--item .text--subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.easy .contenido__estadisticas .board__estadisticas--item .text--paragraph {
  font-size: 0.875rem;
}
.easy .contenido__estadisticas .board__estadisticas--item .text--special {
  width: 100%;
  text-align: center;
}
.easy .contenido__estadisticas .board__estadisticas--item .text span {
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0.25rem;
  color: white;
  text-align: center;
}
.easy .contenido__estadisticas .board__estadisticas--item .text span.red {
  color: #dd1c47;
}
.easy .contenido__estadisticas .board__estadisticas--item .text span.green {
  color: #18E179;
}
.easy .contenido__estadisticas .board__estadisticas--item .text span:first-child:not(:only-child) {
  width: 100%;
  margin-left: 0;
}
.easy .contenido__estadisticas .board__estadisticas--item .board__img {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.easy .contenido__estadisticas .board__estadisticas--item .board__img.red {
  background-color: rgba(221, 28, 71, 0.2);
}
.easy .contenido__estadisticas .board__estadisticas--item .board__img.green {
  background-color: rgba(0, 140, 94, 0.2);
}
.easy .contenido__estadisticas .board__estadisticas--item .board__img.yellow {
  background-color: rgba(255, 251, 90, 0.2);
}
.easy .contenido__estadisticas .board__estadisticas--item .board__img.blue {
  background-color: rgba(27, 150, 228, 0.2);
}
.easy .contenido__estadisticas .board__estadisticas--item .board__img.cyan {
  background-color: rgba(24, 225, 121, 0.2);
}
.easy .contenido__estadisticas .board__estadisticas--ventas, .easy .contenido__estadisticas .board__estadisticas--metodos {
  background: none;
  padding: 0.5rem;
  justify-content: space-between;
}
.easy .contenido__estadisticas .board__estadisticas--ventas .board__estadisticas--item, .easy .contenido__estadisticas .board__estadisticas--metodos .board__estadisticas--item {
  width: calc(50% - 0.25rem);
  flex-wrap: nowrap;
}
.easy .contenido__estadisticas .board__estadisticas--metodos .board__estadisticas--item:only-child {
  width: 100%;
}
.easy .contenido__estadisticas .board__estadisticas--metodos .board__estadisticas--item .text span {
  display: flex;
  align-items: center;
}
.easy .contenido__estadisticas .board__estadisticas--metodos .board__estadisticas--item .text span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0.25rem;
  margin-right: 0.5rem;
}
.easy .contenido__estadisticas .board__estadisticas--semana {
  width: calc(100% - 1rem);
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.5rem auto;
  border-radius: 1rem;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider {
  padding: 1rem 0 1.75rem 0;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item {
  width: 35%;
  background: none;
  padding: 0;
  flex-wrap: wrap;
  position: relative;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item .text {
  text-align: center;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item .text--title {
  font-weight: 600;
  padding: 0;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item .text--subtitle {
  margin-bottom: 0;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item .text--paragraph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: space-between;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item .board__img {
  margin: 0 auto;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item.max {
  border-radius: 1rem;
}
.easy .contenido__estadisticas .board__estadisticas--semana .mobile__slider--item.max::after {
  content: "Tu mejor día";
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  text-align: center;
  color: #fffb5a;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.easy .contenido__estadisticas .board__estadisticas--semana .board__estadisticas--item {
  background: none;
}
.easy .contenido__estadisticas .board__estadisticas--semana .board__estadisticas--grafica {
  width: 2rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  height: 7rem;
  min-height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  position: relative;
}
.easy .contenido__estadisticas .board__estadisticas--semana .board__estadisticas--grafica .linea {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background-color: #18E179;
  border-radius: 1rem;
  z-index: 1;
}
.easy .contenido__estadisticas .board__estadisticas--productos {
  background: none;
  padding: 0.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item:first-of-type {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 1rem;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item:first-of-type .text--wrapper {
  width: calc(100% - 6.5rem);
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item:first-of-type .board__img--product {
  width: 5rem;
  height: 5rem;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item .board__img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item .text--wrapper {
  width: calc(100% - 4.5rem);
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item .text.star {
  margin-top: 0.25rem;
  color: yellow;
  position: relative;
  display: flex;
  align-items: center;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item .text.star::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/icon-star.svg") no-repeat center;
  background-size: contain;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--item {
  width: 100%;
  margin: 0;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--wrapper {
  padding: 0;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--wrapper .board__img {
  margin: 0;
}
.easy .contenido__estadisticas .board__estadisticas--productos .board__estadisticas--wrapper .text--wrapper {
  width: calc(50% - 4rem);
}
.easy .contenido__estadisticas .board__store--wrapper {
  padding: 0;
}
.easy .contenido__estadisticas .board__store--wrapper .board__text--title {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  color: white;
  font-size: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.easy .contenido__estadisticas .board__store--wrapper .board__text--subtitle {
  font-size: 0.875rem;
  opacity: 0.5;
  padding: 1rem;
  padding-bottom: 0;
}
.easy .board__estadisticas--estados {
  gap: 0.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}
.easy .board__estadisticas--estados .board__estadisticas--text {
  padding: 0;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.easy .board__estadisticas--estados .board__estadisticas--progress {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  min-height: 0.5rem;
}
.easy .board__estadisticas--estados .board__estadisticas--progress span {
  height: 100%;
  min-height: 0.5rem;
  display: block;
  border-radius: 0.5rem;
}
.easy .board__estadisticas--estados .board__estadisticas--item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1rem 0.75rem;
  gap: 0.5rem;
}
.easy .board__estadisticas--estados .board__estadisticas--item .board__text {
  margin: 0;
}
.easy .board__estadisticas--estados .board__estadisticas--item .board__text--paragraph {
  width: 100%;
  text-align: left;
}
.easy .board__estadisticas--estados .board__estadisticas--item .board__text--title {
  color: currentColor;
  padding: 0.5rem;
  min-width: 2.5rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1lh;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=pendientes] .board__estadisticas--progress span {
  background-color: #fffb5a;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=pendientes] .board__text--title {
  background-color: #fffb5a;
  color: #010210;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=confirmados] .board__estadisticas--progress span {
  background-color: #2b36bb;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=confirmados] .board__text--title {
  background-color: #2b36bb;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=entregados] .board__estadisticas--progress span {
  background-color: #008c5e;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=entregados] .board__text--title {
  background-color: #008c5e;
  color: #010210;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=cancelados] .board__estadisticas--progress span {
  background-color: #dd1c47;
}
.easy .board__estadisticas--estados .board__estadisticas--item[data-status=cancelados] .board__text--title {
  background-color: #dd1c47;
}
@media only screen and (min-width: 1024px) {
  .easy .board__estadisticas--estados .board__estadisticas--item {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1024px) {
  .easy .board__estadisticas--estados {
    grid-template-columns: repeat(4, 1fr);
    grid-column: span 1;
  }
}

@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.pie {
  --p:20;
  --b:1rem;
  --c:#00FF88;
  --w:6.8rem;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 0.5rem;
  place-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  box-shadow: inset 0 0 0px 1rem rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.pie + .text--title {
  width: 100%;
}

.pie:before, .pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.animate {
  animation: p 1s 0.5s both;
}

@keyframes p {
  from {
    --p:0;
  }
}
.easy__profile--client .contenido--wrapper {
  padding: 0;
}
.easy__profile--client .contenido--wrapper #tabPerfil .board__store {
  gap: 1rem;
}
.easy__profile--client .contenido--wrapper #tabPerfil .board__store .board__store--item {
  padding-bottom: 1rem;
}

/* ---------------------------------------------------------------------------
   Pedidos — panel del negocio y "mis pedidos" del cliente

   Dos vistas sobre el mismo HTML: cuadrícula (tarjetas) y lista (filas tipo
   tabla). La lista no duplica el marcado, reacomoda la tarjeta con grid; así el
   filtro, la búsqueda y el PHP siguen viendo una sola estructura.

   Metodología mobile-first: la base es la del teléfono —píldoras cambiadas por
   un <select>, acciones apiladas— y los breakpoints van sumando columnas.

   El color del estado viaja en dos custom properties (--ped-color y su versión
   tenue) que se declaran una sola vez por tarjeta: el punto, la píldora y el
   fondo de la cabecera lo leen de ahí en vez de repetir cinco reglas por color.
--------------------------------------------------------------------------- */
/* flexbox() del proyecto se salta la propiedad cuando el valor coincide con su
   default (row, nowrap, flex-start, stretch). Dentro de la tarjeta eso no sirve:
   los <p class="text"> traen justify-content heredado de otra hoja y sin la
   declaración explícita el folio quedaba centrado en vez de pegado a la
   izquierda. Este atajo local siempre escribe las cuatro. */
/* Los iconos se pintan con mask para que tomen el color del contexto: el mismo
   SVG sirve verde en la tarjeta y gris en la lista, sin duplicar archivos. */
.pedido__icono {
  flex: 0 0 auto;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: currentColor;
}
.pedido__icono--buscar {
  -webkit-mask: url("../img/icons/ped-search.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-search.svg") no-repeat center;
          mask: url("../img/icons/ped-search.svg") no-repeat center;
  mask-size: contain;
}
.pedido__icono--cuadricula {
  -webkit-mask: url("../img/icons/ped-grid.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-grid.svg") no-repeat center;
          mask: url("../img/icons/ped-grid.svg") no-repeat center;
  mask-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.pedido__icono--lista {
  -webkit-mask: url("../img/icons/ped-list.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-list.svg") no-repeat center;
          mask: url("../img/icons/ped-list.svg") no-repeat center;
  mask-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.pedido__icono--caja {
  -webkit-mask: url("../img/icons/ped-box.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-box.svg") no-repeat center;
          mask: url("../img/icons/ped-box.svg") no-repeat center;
  mask-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.pedido__icono--monitor {
  -webkit-mask: url("../img/icons/ped-monitor.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-monitor.svg") no-repeat center;
          mask: url("../img/icons/ped-monitor.svg") no-repeat center;
  mask-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.pedido__icono--pin {
  -webkit-mask: url("../img/icons/ped-pin.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-pin.svg") no-repeat center;
          mask: url("../img/icons/ped-pin.svg") no-repeat center;
  mask-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.pedido__icono--tienda {
  -webkit-mask: url("../img/icons/ped-store.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-store.svg") no-repeat center;
          mask: url("../img/icons/ped-store.svg") no-repeat center;
  mask-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.pedido__icono--cliente {
  -webkit-mask: url("../img/icons/ped-user.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-user.svg") no-repeat center;
          mask: url("../img/icons/ped-user.svg") no-repeat center;
  mask-size: contain;
}
.pedido__icono--chat {
  -webkit-mask: url("../img/icons/ped-chat.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-chat.svg") no-repeat center;
          mask: url("../img/icons/ped-chat.svg") no-repeat center;
  mask-size: contain;
}
.pedido__icono {
  /* Glifo sólido de WhatsApp: al ir por mask toma el color del botón
     (#010210 sobre el verde de la tarjeta, verde sobre el fondo de la
     lista), así que el contraste lo manda el estado y no el archivo. */
}
.pedido__icono--whatsapp {
  -webkit-mask: url("../img/icons/ped-whatsapp.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-whatsapp.svg") no-repeat center;
          mask: url("../img/icons/ped-whatsapp.svg") no-repeat center;
  mask-size: contain;
  width: 1.0625rem;
  height: 1.0625rem;
}
.pedido__icono--check {
  -webkit-mask: url("../img/icons/ped-check.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-check.svg") no-repeat center;
          mask: url("../img/icons/ped-check.svg") no-repeat center;
  mask-size: contain;
}
.pedido__icono--cerrar {
  -webkit-mask: url("../img/icons/ped-close.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-close.svg") no-repeat center;
          mask: url("../img/icons/ped-close.svg") no-repeat center;
  mask-size: contain;
}
.pedido__icono--chevron {
  -webkit-mask: url("../img/icons/ped-chevron.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-chevron.svg") no-repeat center;
          mask: url("../img/icons/ped-chevron.svg") no-repeat center;
  mask-size: contain;
  width: 0.85rem;
  height: 0.85rem;
}

#link__pedidos {
  padding-top: 0;
  margin-top: 0;
  min-height: 0;
}

/* ---------- Barra de filtros ----------

   Cuelga de .contenido__products a propósito: ahí adentro hay reglas viejas
   para .text--title y para los hijos del grid, y con dos clases de contexto la
   barra gana sin tener que repartir !important.                             */
.easy__pedidos .contenido__products .pedidos__barra {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  grid-column: span 2;
  gap: 1rem;
  width: 100%;
  padding: 0 1rem 0.5rem;
}
.easy__pedidos .contenido__products .pedidos__barra > .board__content--product {
  width: 100%;
  margin: 0;
}
.easy__pedidos .contenido__products .pedidos__titulo {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.easy__pedidos .contenido__products .pedidos__buscador {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 34rem;
}
.easy__pedidos .contenido__products .pedidos__buscador .pedido__icono {
  position: absolute;
  left: 1.1rem;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}
.easy__pedidos .contenido__products .pedidos__buscador--input {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1.25rem 0.75rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  color: white;
  font-family: inherit;
  font-size: 0.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.easy__pedidos .contenido__products .pedidos__buscador--input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.easy__pedidos .contenido__products .pedidos__buscador--input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.easy__pedidos .contenido__products .pedidos__buscador--input:focus {
  outline: none;
  border-color: rgba(24, 225, 121, 0.5);
  background-color: rgba(255, 255, 255, 0.06);
}
.easy__pedidos .contenido__products .pedidos__buscador--input::-webkit-search-cancel-button {
  filter: invert(1);
  opacity: 0.5;
  cursor: pointer;
}
.easy__pedidos .contenido__products .pedidos__controles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.easy__pedidos .contenido__products .pedidos {
  /* En teléfono las píldoras no caben en una línea y en dos se comen la
     pantalla: hasta 768px manda el select y las píldoras no existen. */
}
.easy__pedidos .contenido__products .pedidos__select {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.easy__pedidos .contenido__products .pedidos__select .pedido__icono {
  position: absolute;
  right: 1rem;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}
.easy__pedidos .contenido__products .pedidos__select select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.5rem 2.5rem 0.5rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  color: white;
  font-family: inherit;
  font-size: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.easy__pedidos .contenido__products .pedidos__select select:focus {
  outline: none;
  border-color: rgba(24, 225, 121, 0.5);
}
.easy__pedidos .contenido__products .pedidos__select select option {
  color: #010210;
}
@media only screen and (min-width: 768px) {
  .easy__pedidos .contenido__products .pedidos__select {
    display: none;
  }
}
.easy__pedidos .contenido__products .pedidos__filtros {
  display: none;
}
@media only screen and (min-width: 768px) {
  .easy__pedidos .contenido__products .pedidos__filtros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.easy__pedidos .contenido__products .pedidos__filtros--item {
  margin: 0;
  padding: 0;
}
.easy__pedidos .contenido__products .pedidos__pill {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.45rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 2rem;
  background-color: transparent;
  color: white;
  font-family: inherit;
  font-size: 0.875rem;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.easy__pedidos .contenido__products .pedidos__pill:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.easy__pedidos .contenido__products .pedidos__pill--contador {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}
.easy__pedidos .contenido__products .pedidos__pill.is-active {
  border-color: #18E179;
  background-color: #18E179;
  color: #010210;
  font-weight: 600;
}
.easy__pedidos .contenido__products .pedidos__pill.is-active .pedidos__pill--contador {
  color: rgba(1, 2, 16, 0.65);
}
.easy__pedidos .contenido__products .pedidos__vista {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 2rem;
}
.easy__pedidos .contenido__products .pedidos__vista--btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.25rem;
  padding: 0.4rem 0.75rem;
  border: none;
  border-radius: 2rem;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: inherit;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.easy__pedidos .contenido__products .pedidos__vista--btn:hover {
  color: white;
}
.easy__pedidos .contenido__products .pedidos__vista--btn.is-active {
  background-color: #18E179;
  color: #010210;
  font-weight: 600;
}
.easy__pedidos .contenido__products .pedidos__vista--texto {
  display: none;
}
@media only screen and (min-width: 768px) {
  .easy__pedidos .contenido__products .pedidos__vista--btn {
    padding: 0.4rem 1rem;
  }
  .easy__pedidos .contenido__products .pedidos__vista--texto {
    display: block;
  }
}
.easy__pedidos .contenido__products .pedidos__thead {
  display: none;
}
.easy__pedidos .contenido__products .pedidos__vacio {
  display: none;
  grid-column: span 2;
  width: 100%;
  margin: 0;
  padding: 3rem 1rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}
.easy__pedidos .contenido__products .pedidos__vacio.is-visible {
  display: block;
}

/* ---------- Vista de cuadrícula (base) ---------- */
.easy__pedidos .contenido__products, .easy__profile--client .contenido__products {
  padding-top: 0;
  margin-top: 0;
}
.easy__pedidos .contenido__products .board__store--pedidos, .easy__profile--client .contenido__products .board__store--pedidos {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: span 2;
  gap: 1rem;
  padding: 0.5rem 1rem 1rem;
  list-style: none;
  background: none;
}
@media only screen and (min-width: 600px) {
  .easy__pedidos .contenido__products .board__store--pedidos, .easy__profile--client .contenido__products .board__store--pedidos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .easy__pedidos .contenido__products .board__store--pedidos, .easy__profile--client .contenido__products .board__store--pedidos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.easy__pedidos .contenido__products .pedido--oculto, .easy__profile--client .contenido__products .pedido--oculto {
  display: none !important;
}
.easy__pedidos .contenido__products, .easy__profile--client .contenido__products {
  /* La tarjeta: cabecera teñida con el color del estado y cuerpo en
     bloques sueltos separados por una línea —sin cajas dentro de cajas. */
}
.easy__pedidos .contenido__products .board__store--item.pedido, .easy__profile--client .contenido__products .board__store--item.pedido {
  --ped-color: rgba(255, 255, 255, 0.35);
  --ped-suave: rgba(255, 255, 255, 0.04);
  position: relative;
  grid-column: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}
.easy__pedidos .contenido__products .board__store--item.pedido.pendiente, .easy__profile--client .contenido__products .board__store--item.pedido.pendiente {
  --ped-color: #f0b429;
  --ped-suave: rgba(240, 180, 41, 0.12);
}
.easy__pedidos .contenido__products .board__store--item.pedido.confirmado, .easy__profile--client .contenido__products .board__store--item.pedido.confirmado {
  --ped-color: #1b96e4;
  --ped-suave: rgba(27, 150, 228, 0.12);
}
.easy__pedidos .contenido__products .board__store--item.pedido.entregado, .easy__profile--client .contenido__products .board__store--item.pedido.entregado {
  --ped-color: #18E179;
  --ped-suave: rgba(24, 225, 121, 0.12);
}
.easy__pedidos .contenido__products .board__store--item.pedido.cancelado, .easy__profile--client .contenido__products .board__store--item.pedido.cancelado {
  --ped-color: #dd1c47;
  --ped-suave: rgba(221, 28, 71, 0.12);
}
.easy__pedidos .contenido__products .pedido__item, .easy__profile--client .contenido__products .pedido__item {
  width: 100%;
}
.easy__pedidos .contenido__products .pedido__header, .easy__profile--client .contenido__products .pedido__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.875rem 1rem;
  background-color: var(--ped-suave);
  color: white;
  text-decoration: none;
}
.easy__pedidos .contenido__products .pedido__header:hover, .easy__profile--client .contenido__products .pedido__header:hover {
  color: white;
}
.easy__pedidos .contenido__products .pedido__header:hover .pedido__folio, .easy__profile--client .contenido__products .pedido__header:hover .pedido__folio {
  text-decoration: underline;
}
.easy__pedidos .contenido__products .pedido, .easy__profile--client .contenido__products .pedido {
  /* margin-right: auto además del space-between del padre: hay hojas
     previas que le tocan el flex a los <p class="text"> y con el
     margen la píldora se va al extremo pase lo que pase. */
}
.easy__pedidos .contenido__products .pedido__folio, .easy__profile--client .contenido__products .pedido__folio {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.55rem;
  margin: 0;
  margin-right: auto;
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: left;
}
.easy__pedidos .contenido__products .pedido__folio::before, .easy__profile--client .contenido__products .pedido__folio::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: var(--ped-color);
}
.easy__pedidos .contenido__products .pedido, .easy__profile--client .contenido__products .pedido {
  /* El color ya dice el estado; la píldora lo pone en palabras para
     quien no distingue esos colores. */
}
.easy__pedidos .contenido__products .pedido__estado, .easy__profile--client .contenido__products .pedido__estado {
  flex: 0 0 auto;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--ped-color);
  border-radius: 2rem;
  background-color: var(--ped-suave);
  color: var(--ped-color);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.easy__pedidos .contenido__products .pedido__cuerpo, .easy__profile--client .contenido__products .pedido__cuerpo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0 1rem;
}
.easy__pedidos .contenido__products .pedido__cuerpo > .pedido__item, .easy__profile--client .contenido__products .pedido__cuerpo > .pedido__item {
  padding: 0.8rem 0;
}
.easy__pedidos .contenido__products .pedido__cuerpo > .pedido__item + .pedido__item, .easy__profile--client .contenido__products .pedido__cuerpo > .pedido__item + .pedido__item {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.easy__pedidos .contenido__products .pedido__cuerpo > .pedido__item:empty, .easy__profile--client .contenido__products .pedido__cuerpo > .pedido__item:empty {
  display: none;
}
.easy__pedidos .contenido__products .pedido__user, .easy__profile--client .contenido__products .pedido__user {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.easy__pedidos .contenido__products .pedido__nombre, .easy__profile--client .contenido__products .pedido__nombre {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.5rem;
  margin: 0;
  margin-right: auto;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.easy__pedidos .contenido__products .pedido__nombre::before, .easy__profile--client .contenido__products .pedido__nombre::before {
  content: "";
  -webkit-mask: url("../img/icons/ped-user.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/icons/ped-user.svg") no-repeat center;
          mask: url("../img/icons/ped-user.svg") no-repeat center;
  mask-size: contain;
  flex: 0 0 auto;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #18E179;
}
.easy__pedidos .contenido__products .pedido__fecha, .easy__profile--client .contenido__products .pedido__fecha {
  flex: 0 0 auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}
.easy__pedidos .contenido__products .pedido__productos, .easy__profile--client .contenido__products .pedido__productos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem;
}
.easy__pedidos .contenido__products .pedido__tipo, .easy__profile--client .contenido__products .pedido__tipo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  margin: 0;
  color: white;
  font-size: 0.875rem;
}
.easy__pedidos .contenido__products .pedido__tipo .pedido__icono, .easy__profile--client .contenido__products .pedido__tipo .pedido__icono {
  color: #18E179;
}
.easy__pedidos .contenido__products .pedido__tipo--texto, .easy__profile--client .contenido__products .pedido__tipo--texto {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.easy__pedidos .contenido__products .pedido__badge, .easy__profile--client .contenido__products .pedido__badge {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-left: auto;
  padding: 0 0.4rem;
  border-radius: 1rem;
  background-color: #18E179;
  color: #010210;
  font-size: 0.75rem;
  font-weight: 700;
}
.easy__pedidos .contenido__products .pedido, .easy__profile--client .contenido__products .pedido {
  /* Envío: la dirección se lee de un vistazo y el detalle de la guía
     —paquetería, servicio, costo— se abre solo si hace falta. */
}
.easy__pedidos .contenido__products .pedido__envio--caja, .easy__profile--client .contenido__products .pedido__envio--caja {
  width: 100%;
}
.easy__pedidos .contenido__products .pedido__envio--resumen, .easy__profile--client .contenido__products .pedido__envio--resumen {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.easy__pedidos .contenido__products .pedido__envio--resumen::-webkit-details-marker, .easy__profile--client .contenido__products .pedido__envio--resumen::-webkit-details-marker {
  display: none;
}
.easy__pedidos .contenido__products .pedido__envio--resumen::marker, .easy__profile--client .contenido__products .pedido__envio--resumen::marker {
  content: "";
}
.easy__pedidos .contenido__products .pedido__envio--texto, .easy__profile--client .contenido__products .pedido__envio--texto {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.1rem;
}
.easy__pedidos .contenido__products .pedido__envio--tag, .easy__profile--client .contenido__products .pedido__envio--tag {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.easy__pedidos .contenido__products .pedido__envio--dir, .easy__profile--client .contenido__products .pedido__envio--dir {
  max-width: 100%;
  color: white;
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.easy__pedidos .contenido__products .pedido__envio--detalles, .easy__profile--client .contenido__products .pedido__envio--detalles {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.35rem;
  padding-top: 0.7rem;
}
.easy__pedidos .contenido__products .pedido__envio .pedido__icono--pin, .easy__profile--client .contenido__products .pedido__envio .pedido__icono--pin {
  color: #18E179;
}
.easy__pedidos .contenido__products .pedido__envio .pedido__icono--tienda, .easy__profile--client .contenido__products .pedido__envio .pedido__icono--tienda {
  color: rgba(255, 255, 255, 0.55);
}
.easy__pedidos .contenido__products .pedido__envio .pedido__icono--chevron, .easy__profile--client .contenido__products .pedido__envio .pedido__icono--chevron {
  color: rgba(255, 255, 255, 0.55);
  transition: transform 0.2s ease;
}
.easy__pedidos .contenido__products .pedido__envio--caja[open] .pedido__icono--chevron, .easy__profile--client .contenido__products .pedido__envio--caja[open] .pedido__icono--chevron {
  transform: rotate(180deg);
}
.easy__pedidos .contenido__products .pedido__envio--recoge .pedido__envio--resumen, .easy__profile--client .contenido__products .pedido__envio--recoge .pedido__envio--resumen {
  cursor: default;
}
.easy__pedidos .contenido__products .pedido__info, .easy__profile--client .contenido__products .pedido__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.4rem;
}
.easy__pedidos .contenido__products .pedido__dato, .easy__profile--client .contenido__products .pedido__dato {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  font-size: 0.8125rem;
}
.easy__pedidos .contenido__products .pedido__dato span, .easy__profile--client .contenido__products .pedido__dato span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.55);
  font-style: normal;
}
.easy__pedidos .contenido__products .pedido__dato strong, .easy__profile--client .contenido__products .pedido__dato strong {
  flex: 1 1 auto;
  min-width: 0;
  color: white;
  font-weight: 500;
  text-align: right;
  overflow-wrap: anywhere;
}
.easy__pedidos .contenido__products .pedido__dato--total, .easy__profile--client .contenido__products .pedido__dato--total {
  padding-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.easy__pedidos .contenido__products .pedido__dato--total span, .easy__profile--client .contenido__products .pedido__dato--total span {
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
}
.easy__pedidos .contenido__products .pedido__dato--total strong, .easy__profile--client .contenido__products .pedido__dato--total strong {
  color: #18E179;
  font-size: 1.125rem;
  font-weight: 700;
}
.easy__pedidos .contenido__products .pedido__acciones, .easy__profile--client .contenido__products .pedido__acciones {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0 1rem 1rem;
}
.easy__pedidos .contenido__products .pedido__acciones:empty, .easy__profile--client .contenido__products .pedido__acciones:empty {
  display: none;
}
.easy__pedidos .contenido__products .pedido__acciones .text--tips, .easy__profile--client .contenido__products .pedido__acciones .text--tips {
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  text-align: left;
}
.easy__pedidos .contenido__products .pedido__accion, .easy__profile--client .contenido__products .pedido__accion {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  background-color: transparent;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.easy__pedidos .contenido__products .pedido__accion:hover, .easy__profile--client .contenido__products .pedido__accion:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.easy__pedidos .contenido__products .pedido__accion--mensaje, .easy__profile--client .contenido__products .pedido__accion--mensaje {
  border-color: #18E179;
  background-color: #18E179;
  color: #010210;
}
.easy__pedidos .contenido__products .pedido__accion--mensaje:hover, .easy__profile--client .contenido__products .pedido__accion--mensaje:hover {
  border-color: rgb(20.0674698795, 188.1325301205, 101.1734939759);
  background-color: rgb(20.0674698795, 188.1325301205, 101.1734939759);
  color: #010210;
}
.easy__pedidos .contenido__products .pedido__accion--cancelar, .easy__profile--client .contenido__products .pedido__accion--cancelar {
  border-color: rgba(221, 28, 71, 0.35);
  background-color: rgba(221, 28, 71, 0.1);
  color: rgb(237.1204819277, 113.8795180723, 141.3373493976);
}
.easy__pedidos .contenido__products .pedido__accion--cancelar:hover, .easy__profile--client .contenido__products .pedido__accion--cancelar:hover {
  border-color: #dd1c47;
  background-color: rgba(221, 28, 71, 0.18);
  color: rgb(239.9879518072, 136.5120481928, 159.5662650602);
}

/* ---------- Vista de lista ----------

   La misma tarjeta, recolocada: .pedido__cuerpo y .pedido__info pasan a
   display:contents para que sus hijos caigan directo en el grid de la fila y
   cada dato pueda ocupar su columna.                                        */
.easy__pedidos .contenido__products.pedidos--lista .board__store--pedidos {
  gap: 0.5rem;
}
@media only screen and (min-width: 600px) {
  .easy__pedidos .contenido__products.pedidos--lista .board__store--pedidos {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .easy__pedidos .contenido__products.pedidos--lista .board__store--pedidos {
    grid-template-columns: 1fr;
  }
}
.easy__pedidos .contenido__products.pedidos--lista .board__store--item.pedido {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.4rem 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__cuerpo, .easy__pedidos .contenido__products.pedidos--lista .pedido__info {
  display: contents;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__cuerpo > .pedido__item {
  padding: 0;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__cuerpo > .pedido__item + .pedido__item {
  border-top: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__header {
  grid-area: 1/1/2/2;
  width: auto;
  padding: 0;
  background-color: transparent;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__estado {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__user {
  grid-area: 1/2/2/3;
  width: auto;
  justify-content: flex-start;
  min-width: 0;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__nombre {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  font-weight: 500;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__nombre::before {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__fecha {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__productos {
  grid-area: 2/1/3/3;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__tipo {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__badge {
  margin-left: 0.25rem;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__envio {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__dato {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__dato--total {
  grid-area: 1/3/2/4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  border-top: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__dato--total span {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__dato--total strong {
  flex: 0 0 auto;
  font-size: 1rem;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido {
  /* flex-direction va explícito: el mixin flexbox() omite la
     propiedad cuando el valor es `row` —su default— y entonces se
     quedaba la columna que pone la vista de cuadrícula. */
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__acciones {
  grid-area: 2/3/3/4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__acciones .text--tips {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__accion {
  width: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border-radius: 50%;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__accion--texto {
  display: none;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__accion--mensaje {
  border-color: rgba(255, 255, 255, 0.09);
  background-color: transparent;
  color: #18E179;
}
.easy__pedidos .contenido__products.pedidos--lista .pedido__accion--mensaje:hover {
  border-color: #18E179;
  background-color: rgba(24, 225, 121, 0.12);
  color: #18E179;
}
.easy__pedidos .contenido__products.pedidos--lista {
  /* De tablet hacia arriba la fila se vuelve tabla: seis columnas fijas
     que comparten plantilla con el encabezado. */
}
@media only screen and (min-width: 1024px) {
  .easy__pedidos .contenido__products.pedidos--lista .pedidos__thead {
    display: grid;
    grid-template-columns: minmax(7rem, 1.1fr) minmax(9rem, 1.6fr) minmax(9rem, 1.5fr) minmax(5rem, 0.9fr) minmax(5rem, 0.8fr) 8.5rem;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 0.25rem;
    padding: 0.25rem 1rem 0.5rem;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedidos__thead span:nth-child(5) {
    text-align: right;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedidos__thead span:nth-child(6) {
    text-align: right;
  }
  .easy__pedidos .contenido__products.pedidos--lista {
    /* La fila sigue siendo tarjeta: mismo borde, fondo y radio que en
       cuadrícula, solo que en horizontal. */
  }
  .easy__pedidos .contenido__products.pedidos--lista .board__store--item.pedido {
    grid-template-columns: minmax(7rem, 1.1fr) minmax(9rem, 1.6fr) minmax(9rem, 1.5fr) minmax(5rem, 0.9fr) minmax(5rem, 0.8fr) 8.5rem;
    align-items: center;
    gap: 0.35rem 0.75rem;
    padding: 0.85rem 1rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .board__store--item.pedido:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__header {
    grid-area: 1/1/3/2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.15rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__estado {
    display: block;
    padding: 0;
    border: none;
    font-size: 0.625rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__user {
    grid-area: 1/2/3/3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.15rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__nombre {
    color: white;
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__fecha {
    display: block;
    font-size: 0.6875rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__productos {
    grid-area: 1/3/2/4;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__tipo {
    color: white;
    font-size: 0.8125rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__badge {
    display: none;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido {
    /* En lista el tipo de entrega baja bajo el de producto: es la
       otra mitad de la columna "Tipo". */
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__envio {
    display: block;
    grid-area: 2/3/3/4;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__envio--resumen {
    gap: 0.5rem;
    cursor: default;
    pointer-events: none;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__envio--dir, .easy__pedidos .contenido__products.pedidos--lista .pedido__envio--detalles {
    display: none;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__envio .pedido__icono--chevron {
    display: none;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__envio .pedido__icono--pin, .easy__pedidos .contenido__products.pedidos--lista .pedido__envio .pedido__icono--tienda {
    width: 1rem;
    height: 1rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__envio--tag {
    font-size: 0.625rem;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__dato--pago {
    display: flex;
    grid-area: 1/4/3/5;
    justify-content: flex-start;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__dato--pago span {
    display: none;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__dato--pago strong {
    flex: 0 0 auto;
    font-size: 0.875rem;
    text-align: left;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__dato--total {
    grid-area: 1/5/3/6;
  }
  .easy__pedidos .contenido__products.pedidos--lista .pedido__acciones {
    grid-area: 1/6/3/7;
  }
}

/*---------------- Las páginas legales -------------------------------------------

  privacidad.html y terminos.php. No son pantallas de la aplicación: son texto
  largo que alguien lee de corrido, y a veces buscando un punto concreto. Lo que
  las vuelve legibles no es el tamaño de la letra, es el interlineado, el aire
  entre bloques y que los títulos se distingan del cuerpo.

  `.easy__legal` es lo compartido —ritmo, color, listas, enlaces— y
  `.easy__privacidad` solo lo suyo: la numeración romana de los apartados, que
  está escrita así en ese documento y en el otro no. Antes las dos páginas
  compartían la clase `easy__privacidad`, y por eso los títulos de los términos
  salían con un «I.» que nadie escribió, encima de su propia numeración.

  El texto va en rgba(white, 0.82) y no en blanco puro: es un muro de texto sobre
  fondo oscuro, y a blanco pleno cansa. Los títulos y las negritas sí van en
  blanco, que es lo que les da jerarquía sin cambiar de tamaño.
*/
.easy__legal .content {
  padding: 2rem 1.25rem 4rem;
  margin: 0;
}
.easy__legal {
  /* El ancho de lectura. Un renglón de 150 caracteres se pierde al volver
     al margen izquierdo, y estos documentos son todos renglones largos. */
}
.easy__legal main {
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}
.easy__legal {
  /* ---- lo que ya viene con nuestras clases (privacidad.html) ---- */
}
.easy__legal .text {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.15rem;
}
.easy__legal .text--supertitle {
  margin: 0 0 2.5rem;
  color: white;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  width: 100%;
  text-align: center;
}
.easy__legal .text--title {
  margin: 2.75rem 0 1.15rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.easy__legal .text--subtitle {
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}
.easy__legal .text strong {
  color: white;
  font-weight: 700;
}
.easy__legal .text a {
  color: #18E179;
  text-decoration: underline;
}
.easy__legal .text .destacar {
  color: #18E179;
  font-weight: 700;
}
.easy__legal {
  /* Las viñetas y los números en verde: son la única guía visual en varias
     pantallas seguidas de texto. */
}
.easy__legal li::marker {
  color: rgba(24, 225, 121, 0.75);
}
.easy__legal {
  /* ---- el contenido de términos, que viene sin clases nuestras ----

     config/v2/terminos-contenido.php se usa en dos lados: aquí, como
     página, y dentro del modal del asistente (.easy__ai--terms-modal, en
     _easyai.scss), donde va sobre una tarjeta blanca con su propio estilo.
     El archivo no trae clases, así que aquí se le da color y ritmo a las
     etiquetas tal cual —y bajo el body de esta página, no sueltas, para no
     tocar el modal—. Sin esto el texto se quedaba con el color heredado del
     cuerpo del sitio: gris oscuro sobre fondo oscuro, ilegible. */
}
.easy__legal .easy__ai--terms-content {
  width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}
.easy__legal .easy__ai--terms-content h2 {
  margin: 2.75rem 0 1.15rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.easy__legal .easy__ai--terms-content h3 {
  margin: 2rem 0 0.85rem;
  color: white;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}
.easy__legal .easy__ai--terms-content p {
  margin: 0 0 1.15rem;
}
.easy__legal .easy__ai--terms-content strong {
  color: white;
  font-weight: 700;
}
.easy__legal .easy__ai--terms-content a {
  color: #18E179;
  text-decoration: underline;
}
.easy__legal .easy__ai--terms-content {
  /* El reset del sitio les quita la lista a ul y ol, y aquí las
     viñetas son lo que separa una obligación de la siguiente. */
}
.easy__legal .easy__ai--terms-content ul, .easy__legal .easy__ai--terms-content ol {
  margin: 0 0 1.6rem;
  padding-left: 1.5rem;
}
.easy__legal .easy__ai--terms-content ul {
  list-style: disc;
}
.easy__legal .easy__ai--terms-content ol {
  list-style: decimal;
}
.easy__legal .easy__ai--terms-content li {
  margin-bottom: 0.85rem;
}
.easy__legal .easy__ai--terms-content li:last-child {
  margin-bottom: 0;
}
.easy__legal .easy__ai--terms-content {
  /* La fecha de la última actualización: es un dato, no una entrada. */
}
.easy__legal .easy__ai--terms-content .easy__ai--terms-updated {
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}
@media only screen and (min-width: 720px) {
  .easy__legal .content {
    padding: 3rem 2rem 5rem;
  }
}
.easy__privacidad {
  /* Los apartados numerados. Solo este documento está escrito así: los
     títulos van dentro de <ol><li> y el número sale del contador, no del
     texto. */
}
.easy__privacidad main {
  counter-reset: section;
}
.easy__privacidad h2 {
  counter-reset: subsection;
}
.easy__privacidad h2::before {
  counter-increment: section;
  content: counter(section, lower-roman) ". ";
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.easy__privacidad ol li ol {
  counter-reset: subsection;
  margin-top: 0.85rem;
}
.easy__privacidad ol li {
  margin-bottom: 1.15rem;
}
.easy__privacidad ol li ol li {
  counter-increment: subsection;
  list-style: decimal;
  margin-left: 2rem;
}

/* ---------------------------------------------------------------------------
   Pantalla de diseño de la tienda (config/diseno.php).

   Solo el "chrome" de la pantalla: la barra de guardar, el panel de secciones
   y el marco de teléfono. Los diseños que se previsualizan viven en
   _layout/_skins.scss, aparte a propósito, porque esos sí se van a usar tal
   cual en la tienda real.

   Es una pantalla de trabajo completa: sin menús del panel administrativo ni
   botones flotantes, para que los únicos controles a la vista sean los de esta
   pantalla. Por eso el marcado no incluye head.php/menu.php/header.php y aquí
   se define hasta el <body>.
--------------------------------------------------------------------------- */
.dsn-body {
  margin: 0;
  min-height: 100vh;
  background: var(--theme-page-bg);
  color: var(--theme-text);
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.dsn-body {
  /* Retícula de puntos de fondo: dice "estás editando" de un vistazo, como el
     lienzo de cualquier editor, sin competir con el preview. Se desvanece
     hacia las orillas con una máscara para que el centro —donde está el
     teléfono— quede limpio.

     Va en un ::before fijo y no en el background del body para que no se
     desplace al hacer scroll y para poder enmascararlo sin tocar el color de
     fondo. */
}
.dsn-body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
}
.dsn-body::before {
  -webkit-mask-image: radial-gradient(ellipse at center, black 35%, transparent 85%);
  mask-image: radial-gradient(ellipse at center, black 35%, transparent 85%);
}

/* ---------- Barra superior: regresar y guardar ---------- */
/* Grid de tres columnas y no flex: el zoom se queda centrado aunque "Guardar"
   no esté en pantalla, que es lo normal mientras no hay cambios. */
.dsn__topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(to bottom, var(--theme-page-bg) 60%, transparent);
}
@media only screen and (min-width: 48rem) {
  .dsn__topbar {
    padding: 0.75rem 1rem;
  }
}

/* Grupo de la izquierda: "Salir" y la etiqueta de beta como una sola celda de la
   retícula, para no gastar la columna de "Guardar". */
.dsn__topbar--left {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

/* Etiqueta de beta: la pantalla todavía está a prueba y hay que decirlo donde se
   entra, no en una nota que se lea después. Discreta a propósito —contorno, no
   relleno— para que no compita con "Guardar", que es el único botón importante.
   Debajo de 30rem se oculta: en un teléfono angosto la fila la aprieta contra el
   zoom, y ahí el aviso ya se dio en la tarjeta de Mi Negocio. */
.dsn__beta {
  display: none;
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(24, 225, 121, 0.5);
  border-radius: 1rem;
  color: #18E179;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 30rem) {
  .dsn__beta {
    display: inline-block;
  }
}

.dsn__action {
  /* Compactos por omisión para que los tres controles quepan en un teléfono
     sin romper la fila; desde tablet toman su tamaño cómodo y los dos miden
     lo mismo, aunque estén en extremos opuestos. */
  /* Alto fijo y no por padding: "Salir" es un <a> que hereda el interlineado
     del documento y "Guardar" un <button>, que trae el suyo del navegador, así
     que con el mismo padding salían de distinta altura. */
}
.dsn__action {
  height: 2.25rem;
  min-width: 5.5rem;
  padding: 0 0.85rem;
  border: 1px solid var(--theme-surface-border);
  border-radius: 2rem;
  background: var(--theme-surface);
  color: var(--theme-text-soft);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.2s ease;
}
.dsn__action:hover {
  border-color: #18E179;
  color: #18E179;
}
.dsn__action--back {
  justify-self: start;
}
@media only screen and (min-width: 48rem) {
  .dsn__action {
    height: 2.5rem;
    min-width: 8rem;
    padding: 0 1rem;
    font-size: 0.875rem;
  }
}
.dsn__action--save {
  /* Solo aparece cuando hay algo distinto de lo último guardado: si no hay
     cambios, el botón no tiene nada que hacer en pantalla. */
}
.dsn__action--save {
  display: none;
  grid-column: 3;
  justify-self: end;
  border-color: #18E179;
  background: #18E179;
  color: #010210;
  font-weight: 600;
}
.dsn__action--save.is-dirty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsn__action--save:hover {
  background: rgb(56.0240963855, 233.7759036145, 141.8048192771);
  border-color: rgb(56.0240963855, 233.7759036145, 141.8048192771);
  color: #010210;
}

/* Confirmación del guardado. Va en la misma barra y se borra sola: es un
   acuse, no un estado que haya que cerrar. */
.dsn__flash {
  /* Absoluto y debajo de la barra: aparece y desaparece solo, la barra no
     debe moverse por eso ni encimarse con el zoom. */
}
.dsn__flash {
  position: absolute;
  left: 50%;
  top: calc(100% - 0.25rem);
  transform: translateX(-50%);
  max-width: calc(100vw - 2rem);
  padding: 0.4rem 0.9rem;
  border-radius: 1.5rem;
  background: var(--theme-surface-elevated);
  border: 1px solid var(--theme-surface-border);
  color: var(--theme-text-soft);
  font-size: 0.8125rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.dsn__flash.is-visible {
  opacity: 1;
}

/* ---------- Panel de secciones ----------
   Barra al pie en cualquier tamaño: es el único control fijo de la pantalla y
   cambiarlo de sitio según el ancho obligaba a volver a buscarlo. En pantalla
   grande crece el espacio y el tamaño de los iconos, no el lugar.

   Sin borde: la barra ya se separa del fondo por su superficie y su sombra, y
   el filo dibujaba una línea de punta a punta de la pantalla. */
.dsn__panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem 1rem 0 0;
  background: var(--theme-surface-elevated);
  color: var(--theme-text);
  box-shadow: 0 -0.5rem 2rem var(--theme-shadow);
}
.dsn__panel {
  /* De tablet en adelante deja de ser una barra de borde a borde: se despega
     del piso y se encoge a lo que miden los iconos, para que se lea como un
     control que flota sobre el preview y no como el pie de la pantalla. */
}
@media only screen and (min-width: 48rem) {
  .dsn__panel {
    left: 50%;
    right: auto;
    bottom: 1.25rem;
    width: auto;
    max-width: calc(100vw - 2rem);
    transform: translateX(-50%);
    border-radius: 1.5rem;
    padding: 0.625rem 0.875rem;
    box-shadow: 0 1rem 2.5rem var(--theme-shadow);
  }
}
@media only screen and (min-width: 64rem) {
  .dsn__panel {
    padding: 0.75rem 1rem;
  }
}

.dsn__list {
  /* Una sola fila, sin wrap y sin scroll: con wrap los iconos se partían en
     dos renglones y con scroll el contenedor recortaba el submenú, que va
     flotando por encima. */
}
.dsn__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  overflow: visible;
}
@media only screen and (min-width: 64rem) {
  .dsn__list {
    gap: 0.75rem;
  }
}

.dsn__item {
  /* Sin posicionar a propósito: así el submenú se ancla al panel y sale
     centrado sobre la barra, en vez de irse por la orilla cuando el icono
     está en un extremo. */
}
.dsn__item {
  position: static;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsn__item.is-active .dsn__pick {
  background: #18E179;
  border-color: #18E179;
  color: #010210;
}

/* Transparentes con el icono blanco y el borde apenas insinuado; la sección
   abierta se rellena de verde y el icono pasa a negro. El verde se reserva
   para el submenú, donde marca cuál es el diseño elegido. */
.dsn__pick {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  background: transparent;
  color: var(--theme-text);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.dsn__pick:hover {
  background: rgba(24, 225, 121, 0.18);
}
.dsn__pick {
  /* Punto de "cambiado sin guardar". Rojo con aro oscuro: se lee igual sobre
     el botón transparente y sobre el verde de la sección abierta. Va en el
     botón y no en el <li> porque el <li> no está posicionado. */
}
.dsn__pick::after {
  content: "";
  display: none;
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #dd1c47;
  box-shadow: 0 0 0 0.125rem var(--theme-surface-elevated);
}
@media only screen and (min-width: 64rem) {
  .dsn__pick {
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
  }
}

.dsn__item.is-changed .dsn__pick::after {
  display: block;
}

/* ---------- Submenú de diseños ----------
   Sale pegado al borde superior de la barra y sin esquinas abajo: se lee como
   una pestaña que asoma de ella. Se ancla al panel, no al icono, así que
   siempre queda centrado y dentro de la pantalla. */
.dsn__menu {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 5;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 1.5rem);
  padding: 0.5rem 0.625rem 0.625rem;
  border-radius: 1rem 1rem 0 0;
  background: var(--theme-surface-elevated);
}
.dsn__item.is-open .dsn__menu {
  display: block;
}
.dsn__menu--titulo {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--theme-text);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
}
.dsn__menu--opciones {
  display: flex;
  gap: 0.5rem;
}

.dsn__opcion {
  flex: 1 1 0;
  min-width: 6.25rem;
  padding: 0.4rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.625rem;
  background: transparent;
  color: #18E179;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  transition: all 0.2s ease;
}
.dsn__opcion:hover {
  background: rgba(24, 225, 121, 0.18);
}
.dsn__opcion .dsn__svg {
  width: 1.25rem;
  height: 1.25rem;
}
.dsn__opcion--nombre {
  font-size: 0.625rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 64rem) {
  .dsn__opcion {
    min-width: 7.5rem;
    padding: 0.5rem 0.75rem;
    gap: 0.25rem;
  }
  .dsn__opcion .dsn__svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .dsn__opcion .dsn__opcion--nombre {
    font-size: 0.6875rem;
  }
}
.dsn__opcion.is-selected {
  background: #18E179;
  border-color: #18E179;
  color: #010210;
  font-weight: 600;
}

.dsn__svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

/* Se imprimen los glifos de todos los diseños de la sección y el JS marca el
   activo. No es una regla de CSS por diseño a propósito: los diseños salen del
   catálogo en base y el superadmin puede agregar uno sin tocar esta hoja. */
.dsn__glyph {
  display: none;
}

.dsn__glyph.is-active {
  display: block;
}

/* ---------- Vista previa ---------- */
.dsn__stage {
  /* El alto del hueco se calcula con la misma escala que el marco: un
     transform no cambia el espacio que ocupa el elemento y sin esto quedaría
     un vacío enorme debajo al reducir el zoom. */
  /* position/z-index para quedar por encima de la retícula del fondo: sin
     posicionar, el ::before del body se pintaría encima del teléfono.
     El padding inferior deja libre la barra de secciones, fija al pie. */
}
.dsn__stage {
  --dsn-scale: 0.85;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 4rem 1rem 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 64rem) {
  .dsn__stage {
    padding: 4.5rem 1rem 6.5rem;
  }
}

.dsn__aviso {
  margin: 0;
  padding: 0.4rem 0.9rem;
  border-radius: 1.5rem;
  border: 1px solid var(--theme-surface-border);
  background: var(--theme-surface-soft);
  color: var(--theme-text-muted);
  font-size: 0.8125rem;
  text-align: center;
}

/* Pestaña pegada al borde superior del mockup: dice qué es lo que se está
   viendo sin robarle espacio a la pantalla del teléfono. En móvil no aparece:
   ahí la pantalla es del preview y no hay nada de qué distinguirlo. */
.dsn__pestana {
  display: none;
  margin-bottom: -0.75rem;
  padding: 0.25rem 0.9rem 0.5rem;
  border-radius: 0.75rem 0.75rem 0 0;
  background: #18E179;
  color: #010210;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 64rem) {
  .dsn__pestana {
    display: block;
  }
}

.dsn__viewport {
  width: calc(24.375rem * var(--dsn-scale));
  height: calc(46rem * var(--dsn-scale));
  flex: 0 0 auto;
}

.dsn__phone {
  position: relative;
  width: 24.375rem;
  height: 46rem;
  padding: 0.75rem 0.5rem 0.5rem;
  border-radius: 2rem;
  border: 1px solid var(--theme-surface-border);
  background: var(--theme-surface-elevated);
  box-shadow: 0 1.5rem 3rem var(--theme-shadow);
  transform: scale(var(--dsn-scale));
  transform-origin: top left;
  transition: transform 0.25s ease;
}

.dsn__notch {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  width: 4rem;
  height: 0.25rem;
  margin-left: -2rem;
  border-radius: 1rem;
  background: var(--theme-surface-border);
}

.dsn__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1.5rem;
  background: var(--theme-page-bg);
}

/* Vive en la barra superior, entre salir y guardar. Sin caja propia: los dos
   botones redondos ya se leen como un control y el envolvente competía con
   los botones de los extremos. */
.dsn__zoom {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  border: 0;
  background: none;
}
.dsn__zoom--btn {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--theme-surface-soft);
  color: var(--theme-text);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.dsn__zoom--btn:hover {
  background: #18E179;
  color: #010210;
}
.dsn__zoom--valor {
  min-width: 2.5rem;
  text-align: center;
  color: var(--theme-text-muted);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
}
@media only screen and (min-width: 48rem) {
  .dsn__zoom {
    gap: 0.5rem;
  }
  .dsn__zoom .dsn__zoom--btn {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.125rem;
  }
}

/* ---------------------------------------------------------------------------
   Dentro del iframe.

   El preview carga esta misma hoja, así que estas reglas solo aplican ahí
   (body.dsn-preview). Señalan qué sección se está tocando.
--------------------------------------------------------------------------- */
.dsn-preview {
  /* Sin el JS de la tienda no hay nada que responda al clic: se evita que el
     cursor prometa interacciones que el preview no tiene. */
}
.dsn-preview {
  cursor: default;
}
.dsn-preview .board__button, .dsn-preview .button, .dsn-preview .board__search--input, .dsn-preview .linkbar__burger--label {
  cursor: default;
}
.dsn-preview .dsn-focus {
  animation: dsnFocus 1.4s ease-out 1;
}

@keyframes dsnFocus {
  0% {
    box-shadow: inset 0 0 0 0.1875rem rgba(24, 225, 121, 0.9);
  }
  70% {
    box-shadow: inset 0 0 0 0.1875rem rgba(24, 225, 121, 0.9);
  }
  100% {
    box-shadow: inset 0 0 0 0.1875rem rgba(24, 225, 121, 0);
  }
}
/* ---------------------------------------------------------------------------
   Diseños de la tienda.

   Cada sección tiene un diseño de siempre y uno o más alternativos. El de
   siempre no se escribe aquí —es lo que ya hace el resto de la hoja—, así que
   este archivo solo contiene los alternativos.

   Se eligen con un atributo por sección en el <body>, que ponen tanto la tienda
   (Aki876_is/index.php, producto.php) como el preview del editor:

       <body data-plantilla="clasica" data-hero="banner" data-prods="lista" ...>

   El valor es el `slug` del diseño en la tabla plantilla_diseno: **el slug es
   el contrato con el CSS y el renglón en la base es la disponibilidad.** Una
   regla escrita como `body[data-prods="lista"]` aplica en toda plantilla que
   ofrezca ese diseño; una escrita como
   `body[data-plantilla="moda"][data-prods="lista"]` solo en esa. Compartir o no
   un diseño entre plantillas se decide aquí, no en la base.

   Agregar un diseño son dos pasos: subir sus reglas (aquí) y prender su renglón
   desde el panel del superadmin (settings/admin_disenos.php).

   Por qué atributos y no clases: el mismo marcado sirve para todos los diseños
   —no hay que duplicar PHP— y se lee de un vistazo qué sección va en cuál. Es
   el mismo criterio que ya usan los destacados con destacado_design
   (cuadrado/rectangular).

   Los selectores llevan `body[data-x="slug"]` delante, así que ganan por
   especificidad a las reglas base sin necesidad de !important. Donde sí se usa
   es porque la regla original ya lo traía.
--------------------------------------------------------------------------- */
/* El control de "Filtrar" vive en el marcado de la barra de categorías pero
   solo lo usa el diseño "filtrar": en el resto no debe verse. El checkbox se
   queda oculto siempre —su etiqueta lo sigue accionando y :checked sigue
   casando—. */
.categories-rail__toggle,
.categories-rail__filtrar {
  display: none;
}

/* ============================================================== 1. Portada ==
   "clasica" Portada a pantalla completa con el logo centrado encima.
   "banner"  Franja de portada corta y los datos en fila, estilo perfil.
   Sirve para tiendas con logo cuadrado o con poca descripción, donde la
   portada de 90vh deja al catálogo demasiado abajo. */
body[data-hero=banner] .board__logotipo {
  min-height: 0;
  padding-bottom: 0.5rem;
}
body[data-hero=banner] .board__logotipo {
  /* La portada es la protagonista de este diseño: franja alta y a lo
     ancho. La altura sube con el ancho porque la tienda está topada en
     1024px (.board): en un teléfono 16rem es una portada de 1.5:1, pero
     sobre el ancho máximo la misma altura queda como una cinta de 4:1.
     En escritorio va al doble, 32rem, que sobre 64rem da una portada de
     2:1; ahí ya no crece más porque el contenido tampoco. */
}
body[data-hero=banner] .board__logotipo .slider__gallery {
  position: relative;
  height: 16rem;
  top: 0;
  border-radius: 1rem;
}
@media only screen and (min-width: 48rem) {
  body[data-hero=banner] .board__logotipo .slider__gallery {
    height: 24rem;
  }
}
@media only screen and (min-width: 64rem) {
  body[data-hero=banner] .board__logotipo .slider__gallery {
    height: 32rem;
  }
}
body[data-hero=banner] {
  /* Fila: logo a la izquierda, datos a la derecha.

     Todo cuelga de .board__logotipo--wrapper y no del <body> a secas para
     ganarle a las reglas de escritorio del diseño de siempre, que sacan el
     logo del flujo (position: absolute, top: -3rem) para dejarlo flotando
     sobre la portada. Aquí el logo es una pieza más de la fila. */
}
body[data-hero=banner] .board__logotipo--wrapper.special {
  /* align-items: flex-start y no center, en cualquier ancho: el logo se
     alinea con el nombre, que es lo que acompaña. Centrado contra el
     bloque de texto quedaba a media descripción, sin nada a qué
     emparejarse, y su altura dependía de cuánto texto hubiera. */
}
body[data-hero=banner] .board__logotipo--wrapper.special {
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  text-align: left;
}
body[data-hero=banner] .board__logotipo--wrapper.special .story__link {
  position: static;
  left: auto;
  top: auto;
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  margin: 0;
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__logotipo--img.special {
  padding: 0.15rem;
}
body[data-hero=banner] .board__logotipo--wrapper.special {
  /* Columna para poder reordenar: las redes se van al final, debajo de la
     descripción, y el nombre queda pegado al logo.

     `flex: 1 1 auto` y no el ancho a contenido: midiendo por contenido el
     bloque se despegaba del avatar y quedaba flotando a media fila en
     cuanto sobraba ancho —o sea, en toda pantalla grande—. Con margin en
     cero y min-width en cero ocupa lo que queda y el texto arranca pegado
     al avatar en cualquier ancho. */
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext--title {
  justify-content: flex-start;
  font-size: 1.25rem;
  margin-top: 0;
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext--upper {
  justify-content: flex-start;
  margin: 0;
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext--description-preview {
  text-align: left;
  margin: 0.25rem 0 0;
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__social {
  order: 3;
  width: 100%;
  margin-top: 0.5rem;
}
body[data-hero=banner] .board__logotipo--wrapper.special .board__redes {
  justify-content: flex-start;
  margin: 0;
}
body[data-hero=banner] .board__logotipo--wrapper.special {
  /* Escritorio: la misma fila, con el logo y el nombre a la escala del
     ancho. Todo sigue apilado a la izquierda —logo, nombre, descripción y
     redes— y el aire sobrante se queda a la derecha: es el orden en que
     se lee la tarjeta y separar las redes al otro extremo las desprendía
     del negocio al que pertenecen. */
}
@media only screen and (min-width: 64rem) {
  body[data-hero=banner] .board__logotipo--wrapper.special {
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
  }
  body[data-hero=banner] .board__logotipo--wrapper.special .story__link {
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
  }
  body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext--title {
    font-size: 1.75rem;
  }
  body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext {
    /* El párrafo no se estira a lo ancho de la tarjeta: un renglón
       de 60 caracteres se lee de corrido, uno de 120 se pierde al
       regresar. */
  }
  body[data-hero=banner] .board__logotipo--wrapper.special .board__supertext--description-preview {
    max-width: 46rem;
  }
}

/* ============================================================== 2. Filtros ==
   "riel"    Píldora horizontal fija con los iconos de cada categoría.
   "filtrar" La barra se reduce a "Filtrar" + buscar, y las categorías
   solo aparecen cuando el cliente las pide. Para catálogos con muchas
   categorías, donde el riel es una lista larga que estorba desde el principio.

   El desplegado es un checkbox y no JS (categories-rail__toggle en el marcado):
   el comportamiento viaja con el CSS de la variante, así que funciona igual en
   el preview y en la tienda. El botón solo abre y cierra las categorías: el
   buscador está siempre a la vista, a un lado. */
body[data-cats=filtrar] .categories-rail {
  position: static;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
body[data-cats=filtrar] .categories-rail .categories-rail__filtrar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.375rem;
  height: 3rem;
  padding: 0 1.25rem;
  border-radius: 1.5rem;
  background: var(--theme-chip-bg);
  border: 1px solid var(--theme-chip-border);
  color: var(--theme-text);
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body[data-cats=filtrar] .categories-rail .categories-rail__filtrar::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.3rem solid transparent;
  border-top-color: currentColor;
  margin-top: 0.3rem;
  transition: transform 0.2s ease;
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .categories-rail__filtrar {
  border-color: #18E179;
  color: #18E179;
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .categories-rail__filtrar::after {
  transform: rotate(180deg);
  margin-top: -0.3rem;
}
body[data-cats=filtrar] .categories-rail {
  /* El buscador no espera al botón: toma lo que sobra del renglón y se
     queda abierto. Cerrado era el botón redondo de siempre, y en un
     diseño que ya reemplazó las categorías por un botón eso dejaba dos
     botones y ningún campo: buscar pedía un toque de más para algo que es
     la mitad de la barra. */
}
body[data-cats=filtrar] .categories-rail .categories-rail__search {
  /* flex-basis en 0 y no auto: con `auto` el campo pide el ancho de
     sus 20 caracteres por omisión, no cabía junto al botón y se
     bajaba al siguiente renglón en teléfono. Desde cero crece con lo
     que sobre, que es justo "el resto del espacio". */
}
body[data-cats=filtrar] .categories-rail .categories-rail__search {
  position: relative;
  top: auto;
  right: auto;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 3rem;
}
body[data-cats=filtrar] .categories-rail .categories-rail__search .board__search--wrapper {
  width: 100%;
  max-width: none;
  height: 3rem;
  display: flex;
  align-items: center;
}
body[data-cats=filtrar] .categories-rail .categories-rail__search .board__search--label {
  flex: 0 0 3rem;
}
body[data-cats=filtrar] .categories-rail .categories-rail__search .board__search--input {
  position: relative;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0.25rem 0.5rem;
  opacity: 1;
  color: #2c3137;
  pointer-events: auto;
}
body[data-cats=filtrar] .categories-rail .categories-rail__search .board__search--input {
  /* La regla base pinta el placeholder de blanco al 50%, que es lo
     que toca sobre el fondo oscuro de la tienda; aquí el campo es
     blanco y ahí el texto de ayuda simplemente no existía. */
}
body[data-cats=filtrar] .categories-rail .categories-rail__search .board__search--input::-moz-placeholder {
  color: rgba(44, 49, 55, 0.55);
  opacity: 1;
}
body[data-cats=filtrar] .categories-rail .categories-rail__search .board__search--input::placeholder {
  color: rgba(44, 49, 55, 0.55);
  opacity: 1;
}
body[data-cats=filtrar] .categories-rail .mobile__slider {
  width: 100%;
}
body[data-cats=filtrar] .categories-rail .mobile__slider.ajuste {
  display: none;
}
body[data-cats=filtrar] .categories-rail {
  /* Anidado bajo .ajuste y no suelto: las reglas del riel para el nombre
     de la categoría son muy específicas (y con !important), y desde aquí
     hay que ganarles para poder mostrarlo en todas las tarjetas. */
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste {
  /* Teléfono: un solo renglón que se recorre de lado. Apilar filas y
     recorrer hacia abajo dejaba el catálogo fuera de la pantalla
     justo cuando se está eligiendo por dónde entrar a él; de lado, el
     panel mide siempre lo mismo y las categorías se pasan con el
     pulgar, como el riel del otro diseño.

     minmax(5rem, 1fr): con pocas categorías se reparten el ancho y no
     queda hueco; con muchas se quedan en 5rem y entran algo más de
     cuatro en pantalla, que es el mínimo que se pidió ver.

     overscroll-behavior evita que al llegar al extremo el gesto se lo
     quede la página de atrás. */
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(5rem, 1fr);
  gap: 0.5rem;
  order: 3;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0.5rem;
  border-radius: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste::after {
  display: none;
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste {
  /* De tablet en adelante sí es cuadrícula: hay ancho para cinco o
     seis por renglón y el scroll pasa a ser vertical, topado en 18rem
     para que la lista no empuje los productos fuera de la pantalla. */
}
@media only screen and (min-width: 48rem) {
  body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste {
    grid-auto-flow: row;
    grid-template-columns: repeat(5, 1fr);
    max-height: 18rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 64rem) {
  body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste {
    grid-template-columns: repeat(6, 1fr);
  }
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item {
  width: auto;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  padding: 0.625rem 0.35rem;
  border-radius: 0.875rem;
  background: var(--theme-surface-soft);
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item img {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item {
  /* En el riel el nombre solo se ve en la activa; aquí, en todas.

     Alto fijo de dos renglones (2.4em = 2 × line-height) y recorte
     a dos líneas: así todas las tarjetas miden lo mismo tenga la
     categoría una palabra o cuatro. Sin el alto fijo, una fila con
     "Todo" quedaba más baja que la de junto y la cuadrícula salía
     despareja. */
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item .board__text--category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.4em;
  width: auto !important;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item:first-of-type .board__text--category {
  display: -webkit-box !important;
}
@media only screen and (min-width: 48rem) {
  body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item {
    padding: 0.75rem 0.5rem;
  }
  body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item img {
    width: 3rem;
    height: 3rem;
  }
  body[data-cats=filtrar] .categories-rail .categories-rail__toggle:checked ~ .mobile__slider.ajuste .mobile__slider--item .board__text--category {
    font-size: 0.8125rem;
  }
}
body[data-cats=filtrar] .categories-rail {
  /* El riel esconde las categorías al escribir; aquí no: si el cliente
     las abrió, se quedan a la vista mientras busca. */
}
body[data-cats=filtrar] .categories-rail:focus-within .mobile__slider {
  visibility: visible;
  pointer-events: auto;
}

/* =========================================================== 3. Destacados ==
   "tarjeta" Imagen a la izquierda y los datos encima, a lo largo.
   "imagen"  Tarjetas cuadradas sin título ni precio, para destacados
   que ya traen el mensaje dentro de la foto (promociones, banners).
   El min-width/border-radius/padding del original llevan !important, por eso
   se repiten aquí. */
body[data-dest=imagen] {
  /* Con .board__main delante: el diseño de tarjeta ancha está anidado bajo
     ese contenedor y hay que empatarle en especificidad. */
}
body[data-dest=imagen] .board__main .mobile__slider.destacados .mobile__slider--item {
  min-width: 10rem !important;
  max-width: 10rem;
  width: 10rem;
  height: 10rem;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  background: none;
}
body[data-dest=imagen] .board__main .mobile__slider.destacados .mobile__slider--item .board__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 1rem;
}
body[data-dest=imagen] .board__main .mobile__slider.destacados .mobile__slider--item .board__image img {
  border-radius: 1rem;
}
body[data-dest=imagen] .board__main .mobile__slider.destacados .mobile__slider--item .board__content--product--wrapper {
  display: none;
}

/* ============================================================ 4. Productos ==
   "cuadricula" Dos o tres columnas de tarjetas.
   "lista"      Una por renglón con la imagen a la izquierda. Se lee mejor
   cuando los títulos son largos o los productos se parecen entre sí. */
body[data-prods=lista] .board__content {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
body[data-prods=lista] .board__content .board__content--product {
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  padding: 0.5rem;
}
body[data-prods=lista] .board__content .board__content--product > .board__product-link {
  flex: 0 0 6rem;
  width: 6rem;
}
body[data-prods=lista] .board__content .board__content--product .board__image {
  width: 6rem;
  height: 6rem;
  margin: 0;
  aspect-ratio: 1;
}
body[data-prods=lista] .board__content .board__content--product .board__image img {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body[data-prods=lista] .board__content .board__content--product--wrapper {
  flex: 1 1 auto;
  width: auto;
  text-align: left;
  padding: 0 0 0 0.75rem;
  gap: 0.25rem;
  align-content: center;
}
body[data-prods=lista] .board__content .board__content--product .board__precio {
  justify-content: space-between;
  align-items: center;
}
body[data-prods=lista] .board__content .button__quickview {
  display: none;
}
body[data-prods=lista] .board__content .button__view {
  display: none;
}

/* ============================================================== 5. Carrito ==
   "hoja"  Sube desde abajo (el patrón del resto de los modales).
   "panel" Entra desde la derecha y ocupa todo el alto, para que el
   catálogo siga visible al lado mientras se revisa el pedido. */
body[data-cart=panel] .modal__pedido.board--overlay {
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  width: 90%;
  max-width: 24rem;
  height: 100%;
  margin: 0;
  border-radius: 1rem 0 0 1rem;
  transition: right 0.3s ease;
}
body[data-cart=panel] .modal__pedido.board--overlay.show, body[data-cart=panel] .modal__pedido.board--overlay:target {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  transform: none;
}
body[data-cart=panel] .modal__pedido.board--overlay .board__overlay--wrapper {
  max-height: 100%;
  overflow: auto;
}
body[data-cart=panel] .modal__pedido.board--overlay .board__overlay--close {
  top: 0.5rem;
  right: 0.5rem;
}

/* =============================================================== 6. Footer ==
   "completo" Redes, enlaces legales y firma.
   "minimo"   Redes y firma. Se van los enlaces que sacan al cliente del
   catálogo (iniciar sesión, registro, legales) y queda un pie corto.
   El padding inferior extra deja aire para la barra flotante del carrito, que
   en un pie apretado se le encima. */
body[data-footer=minimo] .footer {
  padding-bottom: 4rem;
}
body[data-footer=minimo] .footer .footer__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 0.5rem;
}
body[data-footer=minimo] .footer .footer__wrapper--links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
body[data-footer=minimo] .footer .footer__wrapper--logo {
  padding: 0;
}
body[data-footer=minimo] .footer .text__link {
  display: none;
}

/*--------------------Boxes--------------------*/
.box-reset {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.box-reset .row {
  margin-left: 0;
  margin-right: 0;
}
.box-reset .row > * {
  padding-left: 0;
  padding-right: 0;
}

.box-table {
  display: table;
}
.box-table > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.child-inline > * {
  display: inline-block;
  vertical-align: middle;
}

/*--------------------Hide Elements--------------------*/
.hide {
  display: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 240px) and (max-width: 359px) {
  .hidden-bs {
    display: none !important;
  }
}
@media screen and (min-width: 240px) {
  .hidden-bs-up {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  .hidden-bs-down {
    display: none !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 10000px) {
  .hidden-hd {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .hidden-hd-up {
    display: none !important;
  }
}
@media screen and (max-width: 10000px) {
  .hidden-hd-down {
    display: none !important;
  }
}
/*--------------------Padding & Margin Classes--------------------*/
.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

.padding-45 {
  padding: 45px;
}

.padding-50 {
  padding: 50px;
}

.padding-55 {
  padding: 55px;
}

.padding-60 {
  padding: 60px;
}

.padding-65 {
  padding: 65px;
}

.padding-70 {
  padding: 70px;
}

.padding-75 {
  padding: 75px;
}

.padding-80 {
  padding: 80px;
}

.padding-85 {
  padding: 85px;
}

.padding-90 {
  padding: 90px;
}

.padding-95 {
  padding: 95px;
}

.padding-100 {
  padding: 100px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-t-15 {
  padding-top: 15px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-t-25 {
  padding-top: 25px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-35 {
  padding-top: 35px;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-t-45 {
  padding-top: 45px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-t-55 {
  padding-top: 55px;
}

.padding-t-60 {
  padding-top: 60px;
}

.padding-t-65 {
  padding-top: 65px;
}

.padding-t-70 {
  padding-top: 70px;
}

.padding-t-75 {
  padding-top: 75px;
}

.padding-t-80 {
  padding-top: 80px;
}

.padding-t-85 {
  padding-top: 85px;
}

.padding-t-90 {
  padding-top: 90px;
}

.padding-t-95 {
  padding-top: 95px;
}

.padding-t-100 {
  padding-top: 100px;
}

.padding-b-5 {
  padding-bottom: 5px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-b-15 {
  padding-bottom: 15px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-b-25 {
  padding-bottom: 25px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-b-35 {
  padding-bottom: 35px;
}

.padding-b-40 {
  padding-bottom: 40px;
}

.padding-b-45 {
  padding-bottom: 45px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-b-55 {
  padding-bottom: 55px;
}

.padding-b-60 {
  padding-bottom: 60px;
}

.padding-b-65 {
  padding-bottom: 65px;
}

.padding-b-70 {
  padding-bottom: 70px;
}

.padding-b-75 {
  padding-bottom: 75px;
}

.padding-b-80 {
  padding-bottom: 80px;
}

.padding-b-85 {
  padding-bottom: 85px;
}

.padding-b-90 {
  padding-bottom: 90px;
}

.padding-b-95 {
  padding-bottom: 95px;
}

.padding-b-100 {
  padding-bottom: 100px;
}

.padding-l-5 {
  padding-left: 5px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-l-20 {
  padding-left: 20px;
}

.padding-l-25 {
  padding-left: 25px;
}

.padding-l-30 {
  padding-left: 30px;
}

.padding-l-35 {
  padding-left: 35px;
}

.padding-l-40 {
  padding-left: 40px;
}

.padding-l-45 {
  padding-left: 45px;
}

.padding-l-50 {
  padding-left: 50px;
}

.padding-l-55 {
  padding-left: 55px;
}

.padding-l-60 {
  padding-left: 60px;
}

.padding-l-65 {
  padding-left: 65px;
}

.padding-l-70 {
  padding-left: 70px;
}

.padding-l-75 {
  padding-left: 75px;
}

.padding-l-80 {
  padding-left: 80px;
}

.padding-l-85 {
  padding-left: 85px;
}

.padding-l-90 {
  padding-left: 90px;
}

.padding-l-95 {
  padding-left: 95px;
}

.padding-l-100 {
  padding-left: 100px;
}

.padding-r-5 {
  padding-right: 5px;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-r-15 {
  padding-right: 15px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-r-25 {
  padding-right: 25px;
}

.padding-r-30 {
  padding-right: 30px;
}

.padding-r-35 {
  padding-right: 35px;
}

.padding-r-40 {
  padding-right: 40px;
}

.padding-r-45 {
  padding-right: 45px;
}

.padding-r-50 {
  padding-right: 50px;
}

.padding-r-55 {
  padding-right: 55px;
}

.padding-r-60 {
  padding-right: 60px;
}

.padding-r-65 {
  padding-right: 65px;
}

.padding-r-70 {
  padding-right: 70px;
}

.padding-r-75 {
  padding-right: 75px;
}

.padding-r-80 {
  padding-right: 80px;
}

.padding-r-85 {
  padding-right: 85px;
}

.padding-r-90 {
  padding-right: 90px;
}

.padding-r-95 {
  padding-right: 95px;
}

.padding-r-100 {
  padding-right: 100px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

.margin-55 {
  margin: 55px;
}

.margin-60 {
  margin: 60px;
}

.margin-65 {
  margin: 65px;
}

.margin-70 {
  margin: 70px;
}

.margin-75 {
  margin: 75px;
}

.margin-80 {
  margin: 80px;
}

.margin-85 {
  margin: 85px;
}

.margin-90 {
  margin: 90px;
}

.margin-95 {
  margin: 95px;
}

.margin-100 {
  margin: 100px;
}

.margin-t-5 {
  margin-top: 5px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-25 {
  margin-top: 25px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-35 {
  margin-top: 35px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-45 {
  margin-top: 45px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-t-55 {
  margin-top: 55px;
}

.margin-t-60 {
  margin-top: 60px;
}

.margin-t-65 {
  margin-top: 65px;
}

.margin-t-70 {
  margin-top: 70px;
}

.margin-t-75 {
  margin-top: 75px;
}

.margin-t-80 {
  margin-top: 80px;
}

.margin-t-85 {
  margin-top: 85px;
}

.margin-t-90 {
  margin-top: 90px;
}

.margin-t-95 {
  margin-top: 95px;
}

.margin-t-100 {
  margin-top: 100px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-35 {
  margin-bottom: 35px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-45 {
  margin-bottom: 45px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-b-55 {
  margin-bottom: 55px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-65 {
  margin-bottom: 65px;
}

.margin-b-70 {
  margin-bottom: 70px;
}

.margin-b-75 {
  margin-bottom: 75px;
}

.margin-b-80 {
  margin-bottom: 80px;
}

.margin-b-85 {
  margin-bottom: 85px;
}

.margin-b-90 {
  margin-bottom: 90px;
}

.margin-b-95 {
  margin-bottom: 95px;
}

.margin-b-100 {
  margin-bottom: 100px;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-15 {
  margin-left: 15px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-l-25 {
  margin-left: 25px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-l-35 {
  margin-left: 35px;
}

.margin-l-40 {
  margin-left: 40px;
}

.margin-l-45 {
  margin-left: 45px;
}

.margin-l-50 {
  margin-left: 50px;
}

.margin-l-55 {
  margin-left: 55px;
}

.margin-l-60 {
  margin-left: 60px;
}

.margin-l-65 {
  margin-left: 65px;
}

.margin-l-70 {
  margin-left: 70px;
}

.margin-l-75 {
  margin-left: 75px;
}

.margin-l-80 {
  margin-left: 80px;
}

.margin-l-85 {
  margin-left: 85px;
}

.margin-l-90 {
  margin-left: 90px;
}

.margin-l-95 {
  margin-left: 95px;
}

.margin-l-100 {
  margin-left: 100px;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-r-25 {
  margin-right: 25px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-r-35 {
  margin-right: 35px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-r-45 {
  margin-right: 45px;
}

.margin-r-50 {
  margin-right: 50px;
}

.margin-r-55 {
  margin-right: 55px;
}

.margin-r-60 {
  margin-right: 60px;
}

.margin-r-65 {
  margin-right: 65px;
}

.margin-r-70 {
  margin-right: 70px;
}

.margin-r-75 {
  margin-right: 75px;
}

.margin-r-80 {
  margin-right: 80px;
}

.margin-r-85 {
  margin-right: 85px;
}

.margin-r-90 {
  margin-right: 90px;
}

.margin-r-95 {
  margin-right: 95px;
}

.margin-r-100 {
  margin-right: 100px;
}

.padding-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-v-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-v-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padding-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-v-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padding-v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-v-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.padding-v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-v-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-v-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padding-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-v-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.padding-v-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-v-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.padding-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-h-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-h-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-h-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-h-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-h-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.padding-h-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-h-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.padding-h-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.padding-h-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.padding-h-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.padding-h-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.padding-h-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.padding-h-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.padding-h-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.padding-h-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.padding-h-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.padding-h-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.padding-h-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.margin-v-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-v-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-v-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-v-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-v-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-v-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.margin-v-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-v-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.margin-v-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-v-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.margin-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-v-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.margin-v-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.margin-v-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.margin-v-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-v-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.margin-v-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.margin-v-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.margin-v-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-h-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-h-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-h-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-h-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-h-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.margin-h-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.margin-h-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.margin-h-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.margin-h-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.margin-h-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.margin-h-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.margin-h-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.margin-h-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.margin-h-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.margin-h-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.margin-h-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.margin-h-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.margin-h-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.margin-h-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.margin-h-100 {
  margin-left: 100px;
  margin-right: 100px;
}

/*--------------------Borders--------------------*/
.border-primary {
  border: 1px solid #010210;
}

.border-v-primary {
  border-top: 1px solid #010210;
  border-bottom: 1px solid #010210;
}

.border-t-primary {
  border-top: 1px solid #010210;
}

.border-b-primary {
  border-bottom: 1px solid #010210;
}

.border-h-primary {
  border-left: 1px solid #010210;
  border-right: 1px solid #010210;
}

.border-l-primary {
  border-left: 1px solid #010210;
}

.border-r-primary {
  border-right: 1px solid #010210;
}

.border-secondary {
  border: 1px solid #18E179;
}

.border-v-secondary {
  border-top: 1px solid #18E179;
  border-bottom: 1px solid #18E179;
}

.border-t-secondary {
  border-top: 1px solid #18E179;
}

.border-b-secondary {
  border-bottom: 1px solid #18E179;
}

.border-h-secondary {
  border-left: 1px solid #18E179;
  border-right: 1px solid #18E179;
}

.border-l-secondary {
  border-left: 1px solid #18E179;
}

.border-r-secondary {
  border-right: 1px solid #18E179;
}

.border-dark {
  border: 1px solid #2c3137;
}

.border-v-dark {
  border-top: 1px solid #2c3137;
  border-bottom: 1px solid #2c3137;
}

.border-t-dark {
  border-top: 1px solid #2c3137;
}

.border-b-dark {
  border-bottom: 1px solid #2c3137;
}

.border-h-dark {
  border-left: 1px solid #2c3137;
  border-right: 1px solid #2c3137;
}

.border-l-dark {
  border-left: 1px solid #2c3137;
}

.border-r-dark {
  border-right: 1px solid #2c3137;
}

.border-white {
  border: 1px solid white;
}

.border-v-white {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.border-t-white {
  border-top: 1px solid white;
}

.border-b-white {
  border-bottom: 1px solid white;
}

.border-h-white {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.border-l-white {
  border-left: 1px solid white;
}

.border-r-white {
  border-right: 1px solid white;
}

.border-black {
  border: 1px solid black;
}

.border-v-black {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.border-t-black {
  border-top: 1px solid black;
}

.border-b-black {
  border-bottom: 1px solid black;
}

.border-h-black {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.border-l-black {
  border-left: 1px solid black;
}

.border-r-black {
  border-right: 1px solid black;
}

/*--------------------Center--------------------*/
.absolute-center {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: inherit;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.horizontal-center-auto {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------Generic Classes--------------------*/
*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

*.clearfix {
  content: "";
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

*.llamar {
  cursor: default;
}
*.llamar:hover {
  text-decoration: none;
  color: none;
}

.content-stand {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px dotted rgb(191.5, 191.5, 191.5);
  margin-bottom: 10px;
}

span.mensaje {
  font-size: 18pt;
  font-size: 1.5rem;
  color: rgb(57.8035714286, 57.1071428571, 59.8928571429);
}

/*--------------------Typography--------------------*/
.font-title {
  font-family: "Poppins", sans-serif;
}

.font-body {
  font-family: "Poppins", sans-serif;
}

.font-number {
  font-family: "Poppins", sans-serif;
}

.font-2 {
  font-size: 2pt;
  font-size: 0.1666666667rem;
}

.font-4 {
  font-size: 4pt;
  font-size: 0.3333333333rem;
}

.font-6 {
  font-size: 6pt;
  font-size: 0.5rem;
}

.font-8 {
  font-size: 8pt;
  font-size: 0.6666666667rem;
}

.font-10 {
  font-size: 10pt;
  font-size: 0.8333333333rem;
}

.font-12 {
  font-size: 12pt;
  font-size: 1rem;
}

.font-14 {
  font-size: 14pt;
  font-size: 1.1666666667rem;
}

.font-16 {
  font-size: 16pt;
  font-size: 1.3333333333rem;
}

.font-18 {
  font-size: 18pt;
  font-size: 1.5rem;
}

.font-20 {
  font-size: 20pt;
  font-size: 1.6666666667rem;
}

.font-22 {
  font-size: 22pt;
  font-size: 1.8333333333rem;
}

.font-24 {
  font-size: 24pt;
  font-size: 2rem;
}

.font-26 {
  font-size: 26pt;
  font-size: 2.1666666667rem;
}

.font-28 {
  font-size: 28pt;
  font-size: 2.3333333333rem;
}

.font-30 {
  font-size: 30pt;
  font-size: 2.5rem;
}

.font-32 {
  font-size: 32pt;
  font-size: 2.6666666667rem;
}

.font-34 {
  font-size: 34pt;
  font-size: 2.8333333333rem;
}

.font-36 {
  font-size: 36pt;
  font-size: 3rem;
}

.font-38 {
  font-size: 38pt;
  font-size: 3.1666666667rem;
}

.font-40 {
  font-size: 40pt;
  font-size: 3.3333333333rem;
}

.font-42 {
  font-size: 42pt;
  font-size: 3.5rem;
}

.font-44 {
  font-size: 44pt;
  font-size: 3.6666666667rem;
}

.font-46 {
  font-size: 46pt;
  font-size: 3.8333333333rem;
}

.font-48 {
  font-size: 48pt;
  font-size: 4rem;
}

.font-50 {
  font-size: 50pt;
  font-size: 4.1666666667rem;
}

.font-52 {
  font-size: 52pt;
  font-size: 4.3333333333rem;
}

.font-54 {
  font-size: 54pt;
  font-size: 4.5rem;
}

.font-56 {
  font-size: 56pt;
  font-size: 4.6666666667rem;
}

.font-58 {
  font-size: 58pt;
  font-size: 4.8333333333rem;
}

.font-60 {
  font-size: 60pt;
  font-size: 5rem;
}

.font-62 {
  font-size: 62pt;
  font-size: 5.1666666667rem;
}

.font-64 {
  font-size: 64pt;
  font-size: 5.3333333333rem;
}

.font-66 {
  font-size: 66pt;
  font-size: 5.5rem;
}

.font-68 {
  font-size: 68pt;
  font-size: 5.6666666667rem;
}

.font-70 {
  font-size: 70pt;
  font-size: 5.8333333333rem;
}

.font-72 {
  font-size: 72pt;
  font-size: 6rem;
}

.font-74 {
  font-size: 74pt;
  font-size: 6.1666666667rem;
}

.font-76 {
  font-size: 76pt;
  font-size: 6.3333333333rem;
}

.font-78 {
  font-size: 78pt;
  font-size: 6.5rem;
}

.font-80 {
  font-size: 80pt;
  font-size: 6.6666666667rem;
}

.font-82 {
  font-size: 82pt;
  font-size: 6.8333333333rem;
}

.font-84 {
  font-size: 84pt;
  font-size: 7rem;
}

.font-86 {
  font-size: 86pt;
  font-size: 7.1666666667rem;
}

.font-88 {
  font-size: 88pt;
  font-size: 7.3333333333rem;
}

.font-90 {
  font-size: 90pt;
  font-size: 7.5rem;
}

.font-92 {
  font-size: 92pt;
  font-size: 7.6666666667rem;
}

.font-94 {
  font-size: 94pt;
  font-size: 7.8333333333rem;
}

.font-96 {
  font-size: 96pt;
  font-size: 8rem;
}

.font-98 {
  font-size: 98pt;
  font-size: 8.1666666667rem;
}

.font-100 {
  font-size: 100pt;
  font-size: 8.3333333333rem;
}

.font-thin {
  font-weight: 100;
}

.font-x-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-x-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.font-primary {
  color: #010210 !important;
}

.font-secondary {
  color: #18E179 !important;
}

.font-dark {
  color: #2c3137 !important;
}

.font-white {
  color: white !important;
}

.font-black {
  color: black !important;
}

.font-lowercase {
  text-transform: lowercase;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-capitalize {
  text-transform: capitalize;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

/*--------------------Unordered Lists--------------------*/
ul.unordered-list {
  padding-left: 1.5em;
  list-style-type: disc;
}

/*--------------------Ordered Lists--------------------*/
ol.ordered-list {
  padding-left: 30px;
  list-style-type: decimal-leading-zero;
}

/*--------------------Images--------------------*/
.img-center {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-cien {
  width: 100%;
  display: block;
}

/*--------------------Rules--------------------*/
.rule-primary {
  height: 1px;
  background-color: #010210;
}

.rule-secondary {
  height: 1px;
  background-color: #18E179;
}

.rule-dark {
  height: 1px;
  background-color: #2c3137;
}

.rule-white {
  height: 1px;
  background-color: white;
}

.rule-black {
  height: 1px;
  background-color: black;
}

/*--------------------Backgrounds--------------------*/
.bg-primary {
  background-color: #010210;
}

.bg-primary-opacity-10 {
  background-color: rgba(1, 2, 16, 0.1);
}

.bg-primary-opacity-20 {
  background-color: rgba(1, 2, 16, 0.2);
}

.bg-primary-opacity-30 {
  background-color: rgba(1, 2, 16, 0.3);
}

.bg-primary-opacity-40 {
  background-color: rgba(1, 2, 16, 0.4);
}

.bg-primary-opacity-50 {
  background-color: rgba(1, 2, 16, 0.5);
}

.bg-primary-opacity-60 {
  background-color: rgba(1, 2, 16, 0.6);
}

.bg-primary-opacity-70 {
  background-color: rgba(1, 2, 16, 0.7);
}

.bg-primary-opacity-80 {
  background-color: rgba(1, 2, 16, 0.8);
}

.bg-primary-opacity-90 {
  background-color: rgba(1, 2, 16, 0.9);
}

.bg-primary-opacity-100 {
  background-color: #010210;
}

.bg-secondary {
  background-color: #18E179;
}

.bg-secondary-opacity-10 {
  background-color: rgba(24, 225, 121, 0.1);
}

.bg-secondary-opacity-20 {
  background-color: rgba(24, 225, 121, 0.2);
}

.bg-secondary-opacity-30 {
  background-color: rgba(24, 225, 121, 0.3);
}

.bg-secondary-opacity-40 {
  background-color: rgba(24, 225, 121, 0.4);
}

.bg-secondary-opacity-50 {
  background-color: rgba(24, 225, 121, 0.5);
}

.bg-secondary-opacity-60 {
  background-color: rgba(24, 225, 121, 0.6);
}

.bg-secondary-opacity-70 {
  background-color: rgba(24, 225, 121, 0.7);
}

.bg-secondary-opacity-80 {
  background-color: rgba(24, 225, 121, 0.8);
}

.bg-secondary-opacity-90 {
  background-color: rgba(24, 225, 121, 0.9);
}

.bg-secondary-opacity-100 {
  background-color: #18e179;
}

.bg-dark {
  background-color: #2c3137;
}

.bg-dark-opacity-10 {
  background-color: rgba(44, 49, 55, 0.1);
}

.bg-dark-opacity-20 {
  background-color: rgba(44, 49, 55, 0.2);
}

.bg-dark-opacity-30 {
  background-color: rgba(44, 49, 55, 0.3);
}

.bg-dark-opacity-40 {
  background-color: rgba(44, 49, 55, 0.4);
}

.bg-dark-opacity-50 {
  background-color: rgba(44, 49, 55, 0.5);
}

.bg-dark-opacity-60 {
  background-color: rgba(44, 49, 55, 0.6);
}

.bg-dark-opacity-70 {
  background-color: rgba(44, 49, 55, 0.7);
}

.bg-dark-opacity-80 {
  background-color: rgba(44, 49, 55, 0.8);
}

.bg-dark-opacity-90 {
  background-color: rgba(44, 49, 55, 0.9);
}

.bg-dark-opacity-100 {
  background-color: #2c3137;
}

.bg-white {
  background-color: white;
}

.bg-white-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-opacity-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-opacity-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-opacity-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-opacity-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-opacity-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-opacity-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-opacity-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-white-opacity-100 {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-black-opacity-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-opacity-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-opacity-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-opacity-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-opacity-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black-opacity-100 {
  background-color: black;
}

.bg-contain-center {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-contain-top-center {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cover-top-center {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-parallax {
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-parallax-center {
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-parallax-top {
  min-height: 100%;
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

/*--------------------Overlays--------------------*/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.overlay--minicart {
  z-index: -1000;
}
.overlay--sign-up {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay.active, .overlay.is-active {
  visibility: visible;
  opacity: 1;
}

/*--------------------Close Modal--------------------*/
.close-modal {
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  border-radius: 50%;
  font-size: 1em;
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 0.3s;
  cursor: pointer;
}
.close-modal:hover {
  opacity: 1;
}
.close-modal--sign-up {
  width: 1.5em;
  height: 1.5em;
  top: 0;
  right: 0;
  z-index: 500;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 0.5;
  color: #010210;
}
.close-modal--atc {
  z-index: 5000;
  font-size: 2rem;
  color: white;
  background-color: #2c3137;
}

/*--------------------Loading--------------------*/
.loading__image-wrapper {
  display: none;
  margin-top: 50px;
}

/*--------------------Site Header - Internal page--------------------*/
/*--------------------Page Main to Home page, Internal page--------------------*/
.page-main--home-page,
.page-main--internal-page {
  transition: padding-top 0.2s;
  /* Common Breakpoint [bs] */
  padding-top: 105px;
}
@media screen and (min-width: 768px) {
  .page-main--home-page,
  .page-main--internal-page {
    /* Common Breakpoint [md] */
    padding-top: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .page-main--home-page,
  .page-main--internal-page {
    /* Common Breakpoint [lg] */
    padding-top: 200px;
  }
}
body.has-cintillo .page-main--home-page,
body.has-cintillo .page-main--internal-page {
  /* Common Breakpoint [bs] */
  padding-top: 105px;
}
@media screen and (min-width: 768px) {
  body.has-cintillo .page-main--home-page,
  body.has-cintillo .page-main--internal-page {
    /* Common Breakpoint [md] */
    padding-top: 125px;
  }
}
@media screen and (min-width: 1024px) {
  body.has-cintillo .page-main--home-page,
  body.has-cintillo .page-main--internal-page {
    /* Common Breakpoint [lg] */
    padding-top: 125px;
  }
}
body.has-cintillo.cintillo-shown .page-main--home-page,
body.has-cintillo.cintillo-shown .page-main--internal-page {
  /* Common Breakpoint [bs] */
  padding-top: 165px;
}
@media screen and (min-width: 768px) {
  body.has-cintillo.cintillo-shown .page-main--home-page,
  body.has-cintillo.cintillo-shown .page-main--internal-page {
    /* Common Breakpoint [md] */
    padding-top: 205px;
  }
}
@media screen and (min-width: 1024px) {
  body.has-cintillo.cintillo-shown .page-main--home-page,
  body.has-cintillo.cintillo-shown .page-main--internal-page {
    /* Common Breakpoint [lg] */
    padding-top: 225px;
  }
}

.page-main--internal-page {
  /* Common Breakpoint [bs] */
  padding-top: 105px;
}
@media screen and (min-width: 768px) {
  .page-main--internal-page {
    /* Common Breakpoint [md] */
    padding-top: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .page-main--internal-page {
    /* Common Breakpoint [lg] */
    padding-top: 200px;
  }
}

.page-main--product-list {
  /* Common Breakpoint [bs] */
  padding-top: 65px;
}
@media screen and (min-width: 768px) {
  .page-main--product-list {
    /* Common Breakpoint [md] */
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-main--product-list {
    /* Common Breakpoint [lg] */
    padding-top: 75px;
  }
}

/*--------------------Header to Internal page, Product list, Product detail--------------------*/
.internal-page-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.internal-page-header h1 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.product-list-page-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-list-page-header h1 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.product-detail-page-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-detail-page-header h1 {
  margin-top: 15px;
  margin-bottom: 0px;
}

/*--------------------Tag Titles--------------------*/
.tag-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18pt;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: #010210;
}
@media screen and (min-width: 768px) {
  .tag-title {
    font-size: 21pt;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .tag-title {
    font-size: 21pt;
    font-size: 1.75rem;
  }
}

.tag-subtitle {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 24pt;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .tag-subtitle {
    font-size: 36pt;
    font-size: 3rem;
  }
}
.tag-subtitle strong {
  margin-left: -1.5em;
  font-size: 1.2em;
  font-weight: 400;
  color: inherit;
}
.tag-subtitle small {
  display: block;
  margin-right: -1.5em;
}

.tag-legend {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 21pt;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (min-width: 1440px) {
  .tag-legend {
    font-size: 30pt;
    font-size: 2.5rem;
  }
}

.tag-other-products {
  font-size: 24pt;
  font-size: 2rem;
  text-transform: capitalize;
  color: #535256;
}

/*--------------------General accordion--------------------*/
.accordion__content {
  display: none;
}/*# sourceMappingURL=styles.css.map */