/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

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

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

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: auto;
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

/* Breadcrumb de productos */
.bread-crumb strong {
  color: #e9b8d7 !important; }

/* Inicio al pasar el mouse, hacer clic o navegar con teclado */
.bread-crumb a:hover,
.bread-crumb a:focus,
.bread-crumb a:active {
  color: #e9b8d7 !important;
  text-decoration: none !important; }

/* RESALTADO ROSADO EN RESULTADOS DEL BUSCADOR */
.predictive-search mark,
.ajax-search mark,
.search-full-destop mark,
.search-results mark,
.autocomplete-suggestions mark,
.autocomplete-suggestion mark,
.js_engo_autocomplate mark,
.predictive-search .highlight,
.ajax-search .highlight,
.autocomplete-suggestion .highlight,
.search-highlight,
.highlight {
  background-color: #edc2db !important;
  color: #ffffff !important;
  padding: 0 3px !important;
  border-radius: 2px !important; }

/* ==========================================
   HEADER - PUNTO / CONTADOR DEL CARRITO ROSADO
========================================== */
#shopify-section-header .js-call-minicart .count_pr_incart,
#shopify-section-header .js-call-minicart .enj-cartcount,
#shopify-section-header .js-call-minicart > span,
#shopify-section-header a.js-call-minicart > span,
#shopify-section-header a[href*="cart"] > span,
#shopify-section-header [class*="cart"] [class*="count"],
#shopify-section-header [class*="Cart"] [class*="count"],
#shopify-section-header [class*="cart"] [class*="Count"],
#shopify-section-header [class*="minicart"] [class*="count"],
#shopify-section-header [class*="mini-cart"] [class*="count"],
.header .js-call-minicart .count_pr_incart,
.header .js-call-minicart .enj-cartcount,
.header .js-call-minicart > span,
.site-header .js-call-minicart .count_pr_incart,
.site-header .js-call-minicart .enj-cartcount,
.site-header .js-call-minicart > span {
  background: #edc2db !important;
  background-color: #edc2db !important;
  color: #000000 !important;
  border-color: #edc2db !important;
  box-shadow: none !important; }

/* Si el punto verde está pintado como pseudo-elemento */
#shopify-section-header .js-call-minicart::before,
#shopify-section-header .js-call-minicart::after,
#shopify-section-header a[href*="cart"]::before,
#shopify-section-header a[href*="cart"]::after,
.header .js-call-minicart::before,
.header .js-call-minicart::after,
.site-header .js-call-minicart::before,
.site-header .js-call-minicart::after {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border-color: #edc2db !important; }

/* ==================================================
   AQUA - AJUSTE VISUAL POPUP LOGIN
   No cambia estructura, solo estilo
================================================== */
.poup-login-destop .login_primary,
.poup-login-destop .CustomerLoginForm,
.poup-login-destop .RecoverPasswordForm,
.poup-login-destop .block-login {
  background: #ffffff !important;
  color: #000000 !important; }

/* Títulos */
.poup-login-destop .title-tab-login,
.poup-login-destop .title_resgister,
.poup-login-destop .title-form-account {
  color: #000000 !important;
  font-weight: 500 !important;
  text-transform: none !important; }

/* Inputs */
.poup-login-destop input.form-control,
.poup-login-destop input[type="email"],
.poup-login-destop input[type="password"] {
  background: #ffffff !important;
  border: 1px solid #dcdcdc !important;
  color: #000000 !important;
  box-shadow: none !important; }

.poup-login-destop input.form-control:focus,
.poup-login-destop input[type="email"]:focus,
.poup-login-destop input[type="password"]:focus {
  border-color: #edc2db !important;
  box-shadow: 0 0 0 1px #edc2db !important; }

/* Placeholder */
.poup-login-destop input::placeholder {
  color: #8f8f8f !important;
  opacity: 1 !important; }

/* Botón iniciar sesión / registro */
.poup-login-destop button[type="submit"],
.poup-login-destop input[type="submit"],
.poup-login-destop .btn-dark,
.poup-login-destop .register-button {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none !important; }

.poup-login-destop button[type="submit"]:hover,
.poup-login-destop input[type="submit"]:hover,
.poup-login-destop .btn-dark:hover,
.poup-login-destop .register-button:hover {
  background: #edc2db !important;
  border-color: #edc2db !important;
  color: #000000 !important; }

/* Links */
.poup-login-destop .RecoverPassword,
.poup-login-destop .HideRecoverPasswordLink,
.poup-login-destop .jsCreate_account,
.poup-login-destop .jsBack_login {
  color: #edc2db !important;
  text-decoration: none !important; }

.poup-login-destop .RecoverPassword:hover,
.poup-login-destop .HideRecoverPasswordLink:hover,
.poup-login-destop .jsCreate_account:hover,
.poup-login-destop .jsBack_login:hover {
  color: #000000 !important; }

/* Franja inferior */
.poup-login-destop .or_creat,
.poup-login-destop .table-custom.create-account {
  background: #f7f7f7 !important;
  border-color: #eeeeee !important;
  color: #000000 !important; }

/* Texto de la franja */
.poup-login-destop .or-register,
.poup-login-destop .box-register {
  color: #000000 !important; }

/* X cerrar */
.poup-login-destop .eveland-close-login svg {
  fill: #ffffff !important; }

.poup-login-destop .eveland-close-login:hover svg {
  fill: #edc2db !important; }

/* ==================================================
   AQUA - BOTÓN LOGIN ROSADO
================================================== */
.poup-login-destop button[type="submit"],
.poup-login-destop input[type="submit"],
.poup-login-destop .btn-dark,
.poup-login-destop .register-button {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border: 1px solid #edc2db !important;
  color: #ffffff !important; }

/* Hover inverso: fondo blanco, texto rosado */
.poup-login-destop button[type="submit"]:hover,
.poup-login-destop input[type="submit"]:hover,
.poup-login-destop .btn-dark:hover,
.poup-login-destop .register-button:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #edc2db !important;
  color: #edc2db !important; }

/* ==================================================
   AQUA - CARRITO LATERAL / MINI CART
================================================== */
/* Precio total y precios destacados en rosado */
.drawer--right .cart__subtotal,
.drawer--right .cart-total,
.drawer--right .cart-total span,
.drawer--right .total,
.drawer--right .total span,
.drawer--right .subtotal,
.drawer--right .subtotal span,
.drawer--right .mini-cart-total,
.drawer--right .mini-cart-total span,
.drawer--right .js-cart-total,
.drawer--right .js-cart-total span,
.drawer--right [class*="total"] span,
.drawer--right [class*="Total"] span,
.drawer--right [class*="price"],
.drawer--right [class*="Price"],
.js-minicart .cart__subtotal,
.js-minicart .cart-total,
.js-minicart .cart-total span,
.js-minicart .total,
.js-minicart .total span,
.js-minicart .subtotal,
.js-minicart .subtotal span,
.js-minicart [class*="price"],
.js-minicart [class*="Price"],
.mini-cart .cart__subtotal,
.mini-cart .cart-total,
.mini-cart .cart-total span,
.mini-cart .total,
.mini-cart .total span,
.mini-cart .subtotal,
.mini-cart .subtotal span,
.mini-cart [class*="price"],
.mini-cart [class*="Price"] {
  color: #edc2db !important; }

/* Texto Total en negro */
.drawer--right strong,
.drawer--right b,
.js-minicart strong,
.js-minicart b,
.mini-cart strong,
.mini-cart b {
  color: #000000 !important; }

/* Título del carrito */
.drawer--right h3,
.drawer--right h4,
.drawer--right .title,
.drawer--right .cart-title,
.drawer--right .mini-cart-title,
.js-minicart h3,
.js-minicart h4,
.js-minicart .title,
.js-minicart .cart-title,
.js-minicart .mini-cart-title {
  color: #000000 !important;
  font-weight: 500 !important; }

/* Botón Ver carrito: negro */
.drawer--right a[href*="/cart"],
.drawer--right .view-cart,
.drawer--right .btn-view-cart,
.js-minicart a[href*="/cart"],
.js-minicart .view-cart,
.js-minicart .btn-view-cart,
.mini-cart a[href*="/cart"],
.mini-cart .view-cart,
.mini-cart .btn-view-cart {
  background: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important; }

/* Botón checkout / finalizar compra: rosado */
.drawer--right a[href*="/checkout"],
.drawer--right button[name="checkout"],
.drawer--right .checkout,
.drawer--right .btn-checkout,
.drawer--right .cart__checkout,
.js-minicart a[href*="/checkout"],
.js-minicart button[name="checkout"],
.js-minicart .checkout,
.js-minicart .btn-checkout,
.js-minicart .cart__checkout,
.mini-cart a[href*="/checkout"],
.mini-cart button[name="checkout"],
.mini-cart .checkout,
.mini-cart .btn-checkout,
.mini-cart .cart__checkout {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border-color: #edc2db !important;
  color: #ffffff !important; }

/* Hover botones: inverso Aqua */
.drawer--right a[href*="/cart"]:hover,
.drawer--right .view-cart:hover,
.drawer--right .btn-view-cart:hover,
.js-minicart a[href*="/cart"]:hover,
.js-minicart .view-cart:hover,
.js-minicart .btn-view-cart:hover,
.mini-cart a[href*="/cart"]:hover,
.mini-cart .view-cart:hover,
.mini-cart .btn-view-cart:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important; }

.drawer--right a[href*="/checkout"]:hover,
.drawer--right button[name="checkout"]:hover,
.drawer--right .checkout:hover,
.drawer--right .btn-checkout:hover,
.drawer--right .cart__checkout:hover,
.js-minicart a[href*="/checkout"]:hover,
.js-minicart button[name="checkout"]:hover,
.js-minicart .checkout:hover,
.js-minicart .btn-checkout:hover,
.js-minicart .cart__checkout:hover,
.mini-cart a[href*="/checkout"]:hover,
.mini-cart button[name="checkout"]:hover,
.mini-cart .checkout:hover,
.mini-cart .btn-checkout:hover,
.mini-cart .cart__checkout:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #edc2db !important;
  color: #edc2db !important; }

/* Ícono eliminar producto */
.drawer--right .cart-remove,
.drawer--right .remove,
.drawer--right .cart__remove,
.drawer--right button[class*="remove"],
.drawer--right a[class*="remove"],
.js-minicart .cart-remove,
.js-minicart .remove,
.js-minicart .cart__remove,
.js-minicart button[class*="remove"],
.js-minicart a[class*="remove"],
.mini-cart .cart-remove,
.mini-cart .remove,
.mini-cart .cart__remove,
.mini-cart button[class*="remove"],
.mini-cart a[class*="remove"] {
  color: #000000 !important; }

.drawer--right .cart-remove:hover,
.drawer--right .remove:hover,
.drawer--right .cart__remove:hover,
.drawer--right button[class*="remove"]:hover,
.drawer--right a[class*="remove"]:hover,
.js-minicart .cart-remove:hover,
.js-minicart .remove:hover,
.js-minicart .cart__remove:hover,
.js-minicart button[class*="remove"]:hover,
.js-minicart a[class*="remove"]:hover,
.mini-cart .cart-remove:hover,
.mini-cart .remove:hover,
.mini-cart .cart__remove:hover,
.mini-cart button[class*="remove"]:hover,
.mini-cart a[class*="remove"]:hover {
  color: #edc2db !important; }

/* Botón cerrar del carrito */
.drawer--right .close,
.drawer--right .js-close,
.drawer--right .js-close-cart,
.drawer--right .js-eveland-close,
.js-minicart .close,
.js-minicart .js-close,
.js-minicart .js-close-cart,
.js-minicart .js-eveland-close,
.mini-cart .close,
.mini-cart .js-close,
.mini-cart .js-close-cart,
.mini-cart .js-eveland-close {
  color: #000000 !important; }

.drawer--right .close:hover,
.drawer--right .js-close:hover,
.drawer--right .js-close-cart:hover,
.drawer--right .js-eveland-close:hover,
.js-minicart .close:hover,
.js-minicart .js-close:hover,
.js-minicart .js-close-cart:hover,
.js-minicart .js-eveland-close:hover,
.mini-cart .close:hover,
.mini-cart .js-close:hover,
.mini-cart .js-close-cart:hover,
.mini-cart .js-eveland-close:hover {
  color: #edc2db !important; }

/* ==================================================
   AQUA - MINI CART BOTONES Y WHATSAPP
================================================== */
/* Subir carrito lateral por encima del botón flotante de WhatsApp */
.drawer--right,
.js-drawer-open-right .drawer--right,
.js-minicart,
.mini-cart,
.cart-drawer {
  z-index: 2147483647 !important; }

/* Footer / zona de botones del carrito por encima de WhatsApp */
.drawer--right .cart__footer,
.drawer--right .cart-footer,
.drawer--right .mini-cart-footer,
.drawer--right .minicart-footer,
.drawer--right .drawer__footer,
.drawer--right .cart__buttons,
.drawer--right .cart-buttons,
.drawer--right .cart-actions,
.js-minicart .cart__footer,
.js-minicart .cart-footer,
.js-minicart .mini-cart-footer,
.js-minicart .minicart-footer,
.js-minicart .drawer__footer,
.js-minicart .cart__buttons,
.js-minicart .cart-buttons,
.js-minicart .cart-actions,
.mini-cart .cart__footer,
.mini-cart .cart-footer,
.mini-cart .mini-cart-footer,
.mini-cart .minicart-footer,
.mini-cart .drawer__footer,
.mini-cart .cart__buttons,
.mini-cart .cart-buttons,
.mini-cart .cart-actions {
  position: relative !important;
  z-index: 2147483647 !important;
  background: #ffffff !important; }

/* Botón VER CARRITO: fondo blanco, borde rosado, texto rosado */
.drawer--right a[href*="/cart"],
.drawer--right .view-cart,
.drawer--right .btn-view-cart,
.js-minicart a[href*="/cart"],
.js-minicart .view-cart,
.js-minicart .btn-view-cart,
.mini-cart a[href*="/cart"],
.mini-cart .view-cart,
.mini-cart .btn-view-cart {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #edc2db !important;
  color: #edc2db !important;
  box-shadow: none !important; }

/* Hover VER CARRITO: rosado con texto blanco */
.drawer--right a[href*="/cart"]:hover,
.drawer--right .view-cart:hover,
.drawer--right .btn-view-cart:hover,
.js-minicart a[href*="/cart"]:hover,
.js-minicart .view-cart:hover,
.js-minicart .btn-view-cart:hover,
.mini-cart a[href*="/cart"]:hover,
.mini-cart .view-cart:hover,
.mini-cart .btn-view-cart:hover {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border-color: #edc2db !important;
  color: #ffffff !important; }

/* Botón FINALIZAR COMPRA: rosado con texto blanco */
.drawer--right a[href*="/checkout"],
.drawer--right button[name="checkout"],
.drawer--right .checkout,
.drawer--right .btn-checkout,
.drawer--right .cart__checkout,
.js-minicart a[href*="/checkout"],
.js-minicart button[name="checkout"],
.js-minicart .checkout,
.js-minicart .btn-checkout,
.js-minicart .cart__checkout,
.mini-cart a[href*="/checkout"],
.mini-cart button[name="checkout"],
.mini-cart .checkout,
.mini-cart .btn-checkout,
.mini-cart .cart__checkout {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border: 1px solid #edc2db !important;
  color: #ffffff !important;
  box-shadow: none !important; }

/* Hover FINALIZAR COMPRA: blanco con texto rosado */
.drawer--right a[href*="/checkout"]:hover,
.drawer--right button[name="checkout"]:hover,
.drawer--right .checkout:hover,
.drawer--right .btn-checkout:hover,
.drawer--right .cart__checkout:hover,
.js-minicart a[href*="/checkout"]:hover,
.js-minicart button[name="checkout"]:hover,
.js-minicart .checkout:hover,
.js-minicart .btn-checkout:hover,
.js-minicart .cart__checkout:hover,
.mini-cart a[href*="/checkout"]:hover,
.mini-cart button[name="checkout"]:hover,
.mini-cart .checkout:hover,
.mini-cart .btn-checkout:hover,
.mini-cart .cart__checkout:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #edc2db !important;
  color: #edc2db !important; }

/* ==================================================
   AQUA - X CERRAR MINI CART
================================================== */
.js-minicart .mini-cart-undo,
.js-minicart .close-mini-cart,
.minicart .mini-cart-undo,
.minicart .close-mini-cart {
  color: #000000 !important;
  background: transparent !important; }

.js-minicart .mini-cart-undo svg,
.js-minicart .close-mini-cart svg,
.minicart .mini-cart-undo svg,
.minicart .close-mini-cart svg {
  fill: #000000 !important;
  color: #000000 !important;
  transition: fill 0.25s ease, color 0.25s ease; }

.js-minicart .mini-cart-undo svg polygon,
.js-minicart .close-mini-cart svg polygon,
.minicart .mini-cart-undo svg polygon,
.minicart .close-mini-cart svg polygon {
  fill: #000000 !important; }

/* Hover rosado */
.js-minicart .mini-cart-undo:hover,
.js-minicart .close-mini-cart:hover,
.minicart .mini-cart-undo:hover,
.minicart .close-mini-cart:hover {
  color: #edc2db !important; }

.js-minicart .mini-cart-undo:hover svg,
.js-minicart .close-mini-cart:hover svg,
.minicart .mini-cart-undo:hover svg,
.minicart .close-mini-cart:hover svg,
.js-minicart .mini-cart-undo:hover svg polygon,
.js-minicart .close-mini-cart:hover svg polygon,
.minicart .mini-cart-undo:hover svg polygon,
.minicart .close-mini-cart:hover svg polygon {
  fill: #edc2db !important;
  color: #edc2db !important; }

/* ==================================================
   AQUA - POPUP AÑADIDO AL CARRITO SUCCESS
================================================== */
.engo-popup.product-popup .content,
.product-popup.engo-popup .content {
  background: #ffffff !important;
  color: #000000 !important;
  border: 0 !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25) !important; }

/* Fondo oscuro */
.engo-popup.product-popup .overlay-addcart,
.product-popup.engo-popup .overlay-addcart {
  background: rgba(0, 0, 0, 0.62) !important; }

/* Mensaje superior: ¡Añadido al carrito con éxito! */
.engo-popup.product-popup .success-message,
.product-popup.engo-popup .success-message {
  color: #edc2db !important;
  font-weight: 500 !important; }

/* Texto general */
.engo-popup.product-popup .product-name,
.engo-popup.product-popup .product-info p,
.engo-popup.product-popup .more_info p,
.engo-popup.product-popup .also_like_prod .title,
.product-popup.engo-popup .product-name,
.product-popup.engo-popup .product-info p,
.product-popup.engo-popup .more_info p,
.product-popup.engo-popup .also_like_prod .title {
  color: #000000 !important; }

/* Precios, cantidades y totales en rosado */
.engo-popup.product-popup .product-price,
.engo-popup.product-popup .product-total,
.engo-popup.product-popup .product-total-cart,
.engo-popup.product-popup .product-qty,
.engo-popup.product-popup .price,
.engo-popup.product-popup .price-product .price,
.product-popup.engo-popup .product-price,
.product-popup.engo-popup .product-total,
.product-popup.engo-popup .product-total-cart,
.product-popup.engo-popup .product-qty,
.product-popup.engo-popup .price,
.product-popup.engo-popup .price-product .price {
  color: #edc2db !important;
  font-weight: 600 !important; }

/* Quitar verde global del tema */
.engo-popup.product-popup .bg-color,
.engo-popup.product-popup .shop-button,
.engo-popup.product-popup .checkout-button,
.product-popup.engo-popup .bg-color,
.product-popup.engo-popup .shop-button,
.product-popup.engo-popup .checkout-button {
  box-shadow: none !important; }

/* Botón SEGUIR COMPRANDO: blanco con borde rosado */
.engo-popup.product-popup .continue-shopping,
.product-popup.engo-popup .continue-shopping {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #edc2db !important;
  color: #edc2db !important; }

/* Hover SEGUIR COMPRANDO */
.engo-popup.product-popup .continue-shopping:hover,
.product-popup.engo-popup .continue-shopping:hover {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border-color: #edc2db !important;
  color: #ffffff !important; }

/* Botón IR AL CARRITO: rosado con texto blanco */
.engo-popup.product-popup .go_cart,
.product-popup.engo-popup .go_cart {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border: 1px solid #edc2db !important;
  color: #ffffff !important; }

/* Hover IR AL CARRITO */
.engo-popup.product-popup .go_cart:hover,
.product-popup.engo-popup .go_cart:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #edc2db !important;
  color: #edc2db !important; }

/* Botón FINALIZAR PEDIDO */
.engo-popup.product-popup .checkout-button,
.engo-popup.product-popup .js-button-checkout,
.product-popup.engo-popup .checkout-button,
.product-popup.engo-popup .js-button-checkout {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border: 1px solid #edc2db !important;
  color: #ffffff !important; }

/* Cuando está deshabilitado */
.engo-popup.product-popup .checkout-button.btn-disabled,
.engo-popup.product-popup .js-button-checkout.btn-disabled,
.product-popup.engo-popup .checkout-button.btn-disabled,
.product-popup.engo-popup .js-button-checkout.btn-disabled {
  background: #edc2db !important;
  background-color: #edc2db !important;
  border-color: #edc2db !important;
  color: #ffffff !important;
  opacity: 0.55 !important; }

/* Hover FINALIZAR PEDIDO */
.engo-popup.product-popup .checkout-button:hover,
.engo-popup.product-popup .js-button-checkout:hover,
.product-popup.engo-popup .checkout-button:hover,
.product-popup.engo-popup .js-button-checkout:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #edc2db !important;
  color: #edc2db !important; }

/* Checkbox términos */
.engo-popup.product-popup .engoj-agree,
.product-popup.engo-popup .engoj-agree {
  accent-color: #edc2db !important; }

.engo-popup.product-popup .product-cart__condition label,
.product-popup.engo-popup .product-cart__condition label {
  color: #777777 !important; }

/* X cerrar */
.engo-popup.product-popup .close-window svg,
.engo-popup.product-popup .close-window svg polygon,
.product-popup.engo-popup .close-window svg,
.product-popup.engo-popup .close-window svg polygon {
  fill: #ffffff !important; }

.engo-popup.product-popup .close-window:hover svg,
.engo-popup.product-popup .close-window:hover svg polygon,
.product-popup.engo-popup .close-window:hover svg,
.product-popup.engo-popup .close-window:hover svg polygon {
  fill: #edc2db !important; }

/* Línea superior de productos recomendados */
.engo-popup.product-popup .also_like_prod,
.product-popup.engo-popup .also_like_prod {
  border-top: 1px solid #eeeeee !important; }

/* Título productos recomendados */
.engo-popup.product-popup .also_like_prod .title,
.product-popup.engo-popup .also_like_prod .title {
  color: #000000 !important;
  font-weight: 500 !important; }

/* Productos recomendados */
.engo-popup.product-popup .title-product a,
.product-popup.engo-popup .title-product a {
  color: #000000 !important; }

.engo-popup.prod´uct-popup .title-product a:hover,
.product-popup.engo-popup .title-product a:hover {
  color: #edc2db !important; }

/* Precio anterior */
.engo-popup.product-popup .price-old,
.product-popup.engo-popup .price-old {
  color: #999999 !important; }

/* Flechas del carrusel recomendado */
.engo-popup.product-popup .slick-arrow,
.product-popup.engo-popup .slick-arrow {
  color: #000000 !important; }

.engo-popup.product-popup .slick-arrow:hover,
.product-popup.engo-popup .slick-arrow:hover {
  color: #edc2db !important; }

/* ==================================================
   AQUA - VARIACIONES POPUP AÑADIDO CORREGIDAS
================================================== */
/* Contenedor de variaciones */
.product-popup .variant-product,
.product-popup .variant-image-group {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-top: 10px !important;
  min-height: 18px !important; }

/* Quita el círculo blanco externo que estaba dañando el diseño */
.product-popup .variant-product span,
.product-popup .variant-image-group span,
.product-popup .variant-image-group span.border {
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* Círculo real del color */
.product-popup .variant-product .circle,
.product-popup .variant-image-group .circle-thumb {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  border-radius: 50% !important;
  border: 1px solid #d8d8d8 !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 0 0 2px #ffffff !important;
  opacity: 1 !important; }

/* Hover rosado Aqua */
.product-popup .variant-product .circle:hover,
.product-popup .variant-image-group .circle-thumb:hover {
  border-color: #edc2db !important;
  box-shadow: 0 0 0 2px #edc2db !important; }

/* Si el color es blanco o muy claro, que se alcance a ver */
.product-popup .variant-product .circle[style*="white"],
.product-popup .variant-product .circle[style*="#fff"],
.product-popup .variant-image-group .circle-thumb[style*="white"],
.product-popup .variant-image-group .circle-thumb[style*="#fff"] {
  border-color: #bdbdbd !important; }
