/** Shopify CDN: Minification failed

Line 447:0 Unexpected "}"

**/


.footer .thb-widget-title span:before, .footer .thb-widget-menu .sub-menu {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }


.footer {
  background: var(--color-footer-bg, var(--color-accent));
  padding: 45px 0;
  font-size: 0.9375rem;
  color: var(--color-footer-text, #fff); }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 65px 0; } }
  .footer a {
    color: var(--color-footer-link, #fff); }
    .footer a:focus, .footer a:hover {
      color: var(--color-footer-link-hover, #fff); }
  .footer button {
    color: var(--color-footer-link, #fff); }
  .footer .text-button:before {
    background: var(--color-footer-link, #fff); }
  .footer .text-button:after {
    background: var(--color-footer-link-hover, #fff); }
  .footer .select .select-arrow svg path {
    stroke: var(--color-footer-text, #fff); }
  .footer .widget {
    margin-bottom: 40px; }
    .footer .widget img {
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .footer .widget--menu {
        margin-bottom: 0;
        border-top: 1px solid var(--color-footer-border); } }
    @media only screen and (max-width: 767px) {
      .footer .widget--menu-column + .columns:not(.widget--menu-column) {
        margin-top: 40px; } }
    .footer .widget--text .text-button {
      margin-bottom: 20px; }
    .footer .widget--text .text-size--medium {
      font-size: 1.25rem;
      line-height: 1.75rem; }
    .footer .widget--text .text-size--large {
      font-size: 1.5rem;
      line-height: 2rem; }
    .footer .widget--text .rte {
      max-width: 450px; }
      .footer .widget--text .rte.text-size--large {
        max-width: 600px; }
    .footer .widget--text p {
      font-size: inherit;
      line-height: inherit; }
    .footer .widget--text .social-links li {
      display: inline-flex; }
      .footer .widget--text .social-links li a {
        justify-content: flex-start; }
      .footer .widget--text .social-links li span {
        display: none; }
    .footer .widget--social .social-links li a {
      height: auto;
      width: auto; }
  .footer .thb-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: var(--font-body-bold-weight, 600);
    width: 100%; }
    .footer .thb-widget-title.collapsible {
      padding: 25px 0;
      font-size: 1.25rem;
      letter-spacing: 0.05em;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .footer .thb-widget-title.collapsible {
          font-size: 0.875rem;
          letter-spacing: 0.1em;
          margin-bottom: 20px;
          padding: 0; }
          .footer .thb-widget-title.collapsible span {
            display: none; } }
    .footer .thb-widget-title span {
      width: 19px;
      height: 19px;
      display: block;
      position: relative; }
      .footer .thb-widget-title span:before, .footer .thb-widget-title span:after {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        left: 3px;
        background: var(--color-footer-link, #fff); }
      .footer .thb-widget-title span:before {
        width: 1px;
        height: 12px;
        top: 3px;
        left: 8.5px;
        transform: scale(1, 1); }
      .footer .thb-widget-title span:after {
        width: 12px;
        height: 1px; }
    .footer .thb-widget-title.active span:before {
      transform: scale(1, 0); }
    .footer .thb-widget-title.active + .thb-widget-menu {
      display: block; }
  .footer .social-links svg path {
    fill: var(--color-footer-link, #fff); }
  .footer .thb-widget-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
    display: none;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .footer .thb-widget-menu {
        padding: 0;
        display: block !important; } }
    .footer .thb-widget-menu li {
      margin-bottom: 5px; }
      .footer .thb-widget-menu li:last-child {
        margin-bottom: 0; }
      .footer .thb-widget-menu li.menu-item-has-children a {
        display: inline-flex;
        vertical-align: middle; }
      .footer .thb-widget-menu li.menu-item-has-children:focus-within > .sub-menu {
        display: block; }
      .footer .thb-widget-menu li .thb-arrow {
        display: inline-flex;
        align-items: center;
        margin-left: 8px;
        width: 24px;
        height: 24px;
        position: relative;
        vertical-align: middle; }
        .footer .thb-widget-menu li .thb-arrow svg path {
          stroke: var(--color-footer-link, #fff); }
        .footer .thb-widget-menu li .thb-arrow:focus-visible + .sub-menu {
          display: block; }
    .footer .thb-widget-menu .sub-menu {
      list-style: none;
      margin: 5px 0 0 15px;
      padding: 0;
      display: none;
      overflow: hidden; }
      .footer .thb-widget-menu .sub-menu.active {
        display: block; }
  .footer .signup-container button svg path {
    stroke: var(--color-footer-text, #fff); }
  .footer .signup-container input {
    color: var(--color-footer-text, --color-body);
    border-color: var(--color-footer-border, --color-form-border); }
    .footer .signup-container input:focus + label,
    .footer .signup-container input:not(:placeholder-shown) + label {
      background: var(--color-footer-bg, #151515);
      color: var(--color-footer-text, #fff); }
  .footer .signup-container .field label {
    color: var(--color-footer-text, #fff); }

.sub-footer {
  margin-top: 40px;
  color: var(--color-footer-text, #fff); }
  .sub-footer a {
    color: var(--color-footer-link, #fff); }
    .sub-footer a:focus, .sub-footer a:hover {
      color: var(--color-footer-link-hover, #fff); }
  .sub-footer p {
    font-size: 0.8125rem;
    opacity: 0.6; }
    .sub-footer p a {
      text-decoration: underline;
      text-underline-offset: 2px; }
  .sub-footer .thb-localization-forms {
    margin-bottom: 25px;
    text-align: left; }
    [dir="rtl"] .sub-footer .thb-localization-forms {
      text-align: right; }
    .sub-footer .thb-localization-forms .shopify-localization-form > div {
      margin: 0 15px 0 0; }
    .sub-footer .thb-localization-forms select {
      color: inherit;
      padding: 12px 24px 12px 17px;
      border: 1px solid rgba(var(--color-footer-border-rgb, #fff), 0.4);
      background: var(--color-footer-bg, var(--color-accent)); }
      .sub-footer .thb-localization-forms select option {
        background: var(--color-footer-bg, var(--color-accent)); }

.footer-payment-icons {
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .footer-payment-icons {
      text-align: right;
      margin-bottom: 25px; }
      [dir="rtl"] .footer-payment-icons {
        text-align: left; } }
  .footer-payment-icons figure {
    display: inline-flex;
    margin-left: 5px; }
    .footer-payment-icons figure:first-child {
      margin-left: 0; }

.signup-container {
  margin-bottom: 0; }
  .signup-container .form-notification {
    margin-bottom: 10px; }
  .signup-container fieldset {
    position: relative; }
  .signup-container input {
    padding-right: 40px;
    width: 100%;
    margin-bottom: 0; }
  .signup-container button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    max-height: 52px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .signup-container--terms {
    display: inline-flex;
    align-items: center;
    margin-top: 10px; }
    .signup-container--terms input {
      width: auto;
      margin-right: 8px; }

.social-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-links li {
    margin-bottom: 5px; }
    .social-links li a {
      display: inline-flex;
      align-items: center;
      width: 44px;
      height: 44px;
      justify-content: center; }
  .social-links svg {
    width: 16px;
    height: auto; }
  .social-links span {
    margin-left: 15px; }





/* Agregado*/

.floating-buttons-container {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column; /* Coloca filas de botones uno debajo del otro */

  align-items: flex-end; /* Alinea todos los elementos a la derecha */
  gap: 70px; /* Espaciado entre filas */
}

/* Fila de botones */
.floating-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px; /* Espaciado entre el texto emergente y el botón */
}

/* Estilo del bocadillo de texto */
.comic-bubble {
  background-color: #fff;
  color: #000;
  border-radius: 11px;
  padding: 6px 10px;
  font-size: 15px;
  font-family: Lato, sans-serif;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Botones redondos */
.floating-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Hace el botón redondo */
  text-decoration: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* WhatsApp */
.whatsapp-button {
  background-color: #25D366;
  color: #fff;
  
}

/* Nuevo botón */
.new-button {
  background-color: #ff0000;
  color: #fff;
}




/* Ajustes para los íconos SVG */
.floating-button svg {
  width: 24px;
  height: 24px;
}

.floating-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 50px;      /* Ajusta el tamaño del botón */
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* Ajusta el SVG dentro del botón */
.floating-button__link svg {
  width: 100%;
  height: 100%;
}

/* Bocadillo estilo cómic */
.comic-bubble {
    position: relative;
    margin-right: 13px;
    background-color: #fff;
    color: #000;
    /* border: 2px solid #000; */
    border-radius: 11px;
    padding: 6px 10px;
    font-size: 15px;
    font-family: Lato, sans-serif;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* Flecha blanca (capa superior) */
.comic-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px; /* La flecha sale por el lado derecho del bocadillo, apuntando hacia el botón */
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}



.floating-buttons-row.new-bottom-center {
  position: fixed;
  bottom: 20px; /* Ajusta la distancia desde el borde inferior */
  left: 50%; /* Centrado horizontalmente */
  transform: translateX(-50%); /* Ajuste exacto para centrar */
  z-index: 10000; /* Asegúrate de que esté encima de otros elementos */
}


.new-button {
  display: flex;
  background-color: #ff0000; /* Fondo rojo */
  color: #fff; 
  text-decoration: none;
  font-size: 16px; 
  font-weight: bold; 
  /*padding: 1px 100px;*/ 
  border-radius: 20px; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  transition: background-color 0.3s ease; 
  text-align: center;
  width: 70vw; 
  text-align: center; 
  margin: 0 auto;
  align-items: center;
}

.new-button:hover {
  background-color: #cc0000; /* Fondo más oscuro al pasar el mouse */
}

.mobile-only, .desktop-only {
  display: none;
}


@media (max-width: 768px) {
  .mobile-only {
    display: inline-block;
  }
}


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

  nav#mobile-menu.mobile-menu-drawer {

    overflow-y: auto !important;
    
    --header-height: 100px !important;

    --header-offset: var(--header-height) !important;
    

    top: var(--header-offset) !important;
    height: calc(100vh - var(--header-offset)) !important;
    

    position: fixed !important;
    left: 0 !important;
    width: 100vw !important;
    z-index: 1000;
  }

  .mobile-toggle-wrapper:not(.active) .mobile-menu-drawer {
    position: absolute !important;
    top: 100% !important;    /* justo debajo del header */
    height: calc(100vh - var(--header-offset)) !important;
  }

}

}


@media only screen and (max-width: 1068px) {
  #shopify-section-template--25350859096409__featured_collection_hkxacR {
    display: block !important;
  }
  #shopify-block-AU1VlSVEwVlZwN1ZrR__candy_rack_product_placement_checkbox_GyFMBX,
  #offers-layout-block {
    
    display: none !important;
  }
}

@media only screen and (min-width: 1069px) {
  #shopify-section-template--25350859096409__featured_collection_hkxacR {
    display: none !important;
  }
  #shopify-block-AU1VlSVEwVlZwN1ZrR__candy_rack_product_placement_checkbox_GyFMBX,
  #offers-layout-block {
    display: none !important;
    display: block !important;
  }
}
