/** Shopify CDN: Minification failed

Line 1540:5 Unexpected "/"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/

/* header */
/* .nav .header-link{
	position:relative;
}
.nav .header-link::after{
	content:'';
  	position:absolute;
  	left:0;
  	bottom:5px;
  	background-image:url('/cdn/shop/files/link-underline.svg?v=1618043521');
  	background-size: auto 100%;
    background-repeat: repeat-x;
  	height: 4px;
  	width:0;
  	transition: width 0.2s ease-in;
}
.nav .header-link:hover{
	opacity:1!important;
}

.nav .header-link:hover::after{
	width:100%;
  	transition: width 0.4s ease-in;
} */

/* variants selectors */

.line-item-property__field {
  padding: 0 15px;
  width: 100%;
  select {
    background-color: transparent;
  }
}
.line-item-property__field label, .custom-product-form-option legend {
  display: block !important;
  font-size: 18px;
  font-weight: 700;
}

.line-item-property__field select, #horario {
  padding: 12px 10px;
  width: 100%;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}
/*
.line-item-property__field select:after{
	content: "";
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: black;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    right: 15px;
    top: 18px;
} */

.line-item-property__field .texts textarea.error,
.line-item-property__field .texts input.error {
  border-color: #b94a48 !important;
}

.block-error {
  display: none;
  margin-top: 10px;
  padding: 5px;
  border-color: #eed3d7;
  color: #b94a48 !important;
  background-color: #f2dede;
  text-align: center;
}
.block-error.active {
  display: block;
}

.additional-data-cart .input.display-none {
  opacity: 0;
  visibility: hidden;
  transition: height 0.5s ease;
  height: 0;
  overflow: hidden;
}

.additional-data-cart .input {
  opacity: 1;
  visibility: visible;
  transition: height 0.5s ease, opacity 0.5s ease 0.3s;
  height: 69px;
}

.additional-data-cart .input * {
  display: block;
}

.additional-data-cart .input input {
  width: 100%;
  padding: 5px;
}

@media screen and (min-width:767px){
    .additional-data-cart .input input {
    	width: 100%;
    }
}

.additional-data-cart .checkbox label {
  display: flex;
  align-items: center;
}
.additional-data-cart .checkbox input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

/* hero hover */
.slides .btn.slideshow-fade-content {
  transition: all 0.5s ease-in !important;
}
.slides .btn.slideshow-fade-content:hover {
  background-color: #7309fb !important;
  box-shadow: 5px 5px 0 0 #fb82b2 !important;
}

/* about us */
/* fifty */
#shopify-section-about-fifty-blocks .half-width {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.fifty-container {
  padding: 0;
  overflow: hidden;
}

/* products - labels, inputs */
.custom-product-form-option .custom-input-field {
  display: flex;
  flex-wrap: wrap;
}

.custom-product-form-option .custom-input-field {
  position: relative;
}

.custom-product-form-option .custom-input-field .selector-group {
  width: 100%;
  border: 1px solid;
  transition: height 0.5s ease 0.5s;
}
.selector-group button {
  width: 100%;
  background: none;
  font-size: 13px;
  border: none;
  text-align: left;
  padding: 13px 35px 13px 13px;
  position: relative;
}
.selector-group button::after {
  content: "";
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--color-primary);
  display: inline-block;
  padding: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  top: 20px;
}
.selector-group .options-group {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
  position: absolute;
  background: white;
  border-bottom: 1px solid;
  max-height: 190px;
  left: 0;
  width: 100%;
}

.selector-group .options-group.current {
  z-index: 3;
}

.custom-product-form-option label {
  display: block !important;
}
.custom-product-form-option label:first-of-type {
  border-top: 1px solid;
}

.custom-product-form-option label {
  position: relative;
  color: black;
  padding: 10px 10px 12px 10px;
  opacity: 0.5;
  width: 100%;
  margin-bottom: 0;
  transition: opacity 0.5s ease;
  font-size: 13px;
  border-left: 1px solid;
  border-right: 1px solid;
}
.custom-product-form-option label:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.custom-product-form-option h3 {
  width: 100%;
  font-size: 15px;
}

.custom-product-form-option h3.bebida-label {
  font-size: 16px;
  background: #7309fb;
  display: inline-block;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.custom-product-form-option label input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  appearance: none;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 5px;
}
.custom-product-form-option label input[type="radio"] {
  -webkit-appearance: none;
}

.custom-product-form-option label input:checked::after {
  content: unset;
}

.custom-product-form-option .texts textarea {
  width: 100%;
  min-height: 80px;
  height: 80px;
  max-height: 80px;
  padding: 5px;
  border: 1px solid #dddddd;
  resize: none;
}
.custom-product-form-option .texts textarea.error,
.custom-product-form-option .texts input.error {
  border-color: #b94a48 !important;
  outline-color: #b94a48 !important;
}

/* .custom-product-form-option .texts input {
  width: 100%;
  padding: 5px;
} */

.custom-product-form-option .texts input[type="text"] {
  border-style: solid;
  border-width: 1px;
}

@media screen and (min-width: 767px) {
  .selector-group button,
  .custom-product-form-option label {
    font-size: 16px;
  }
}

/* hero link section */
img.desktop {
  display: none!important;
}
img.mobile{
	max-width:100%;
  	width:100%;
  	min-height:unset!important;
  	max-height:unset!important;
}

@media screen and (min-width: 768px) {
  img.mobile {
    display: none!important;
  }
  img.desktop {
    display: block!important;
  }
}

section.hero-link a.slide-link.center {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.hero-link a.slide-link.left {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}

section.hero-link a.slide-link.left .content_info.visible {
  width: 80%;
  margin: 0 15%;
}

section.hero-link .content_info.visuallyhidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width:0;
}

section.hero-link .content_info.visible {
  position: absolute;
  /*top:50%;*/
}

section.hero-link a.slide-link img {
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
}

.content_info.visible h1 {
  font-size: 35.2px;
}
.content_info.visible h2 {
  font-size: 16px;
}
.content_info.visible .button {
  margin: 5px 0;
  padding: 12px 30px;
  display: inline-block;
  transition: all 0.5s ease-in;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

section.hero-link a.slide-link:hover {
  color: #242424;
}
section.hero-link a.slide-link:hover .button {
  background-color: #7309fb !important;
  box-shadow: 5px 5px 0 0 black !important;
}

@media screen and (min-width: 767px) {
  .content_info.visible h1 {
    font-size: 44px;
  }
  .content_info.visible h2 {
    font-size: 20px;
  }
}

.slick-arrow {
  z-index: 99 !important;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:focus-visible,
.slick-next:focus-visible {
  background: transparent !important;
}
.slick-prev {
  left: 10px !important;
}
.slick-next {
  right: 20px !important;
}
.slick-prev:before,
.slick-next:before {
  font-size: 35px !important;
  color: black !important;
}

.info-store .container.align_left {
  text-align: left;
}
.info-store .container.align_center {
  text-align: center;
}
.info-store .container.align_right {
  text-align: right;
}

@media screen and (min-width: 767px) {
  .additional-data-cart {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }
  .additional-data-cart .checkbox {
    width: 100%;
  }
  .additional-data-cart .input {
    width: 100%;
  }
  .additional-data-cart .input.display-none {
    width: 0;
  }
}

/* @media screen and (min-width: 1024px) {
  .additional-data-cart {
    justify-content: space-evenly;
  }
  .additional-data-cart .input {
    width: unset;
  }
} */

@media screen and (min-width: 1200px) {
  .additional-data-cart .checkbox {
    width: unset;
  }
}

.ocultar-qty {
  display: none !important;
}

body footer {
  border-top: 1px solid var(--header-border-color);
    background: #f2f2f2;
}

body.template-index footer {
  border-top: none !important;
}

#shopify-section-contact-blocks {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-blocks-container .svg {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.contact-blocks-container .block {
  text-align: center;
  width: 100%;
}

.contact-blocks-container svg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 767px) {
  #shopify-section-contact-blocks {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .contact-blocks-container .block {
    width: 30%;
  }
}

.factura-select {
  width: 100%;
  padding: 13px;
  background: 0 0;
  border-color: var(--border-color);
  border-radius: 0;
}

.ui-widget-header {
    background: rgb(255, 140, 183) !important;
}

.collection-page--sort-by {
  margin: 0 auto;
}

.money-styling .money {
  font-weight: bold;
}

.product-page--pricing {
  margin-bottom: 0;
}

.product-page--pricing .product-page--pricing--variant-price {
  font-size: 25px;
  font-weight: bold;
}

.product-page--pricing--variant-compare-at-price .compare-at-price {
  font-size: 20px;
}

.product-description-main-wrapper .product-page__policies {
  margin-bottom: 10px;
}

.product-description-header {
  margin-bottom: 20px;
}

.product-show-description {
  background: transparent;
  border: none;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid var(--border-color-subtle);
  margin: 0;
  width: 100%;
  text-align: left;
}

.above {
  display: none;
}

.product-separator-section {
  border-top: 1px solid var(--border-color-subtle);
  padding: 15px 0;
  margin: 0;
}

.yotpo-display-wrapper .standalone-bottomline .yotpo-bottomline .yotpo-stars {
  padding: 0 5px 10px 0 !important;
}
.indiv-product .indiv-product-title-text {
  text-transform: uppercase;
  text-wrap-mode: nowrap;
}

.count-characters {
  text-align: right;
  width: 100%;
}

.custom-overlay {
  position: absolute;
  top: var(--overlay-top, 30%);
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-weight: 700;
  z-index: 2;
  pointer-events: none;
  max-width: 70%;
  max-height: 30%;         /* límite vertical */
  overflow: hidden;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis; /* recorte elegante */
}

.custom-overlay.is-active { display: flex; }

@media (max-width: 768px) {
  .custom-overlay { max-width: 90%; }
}

.btn-personalize {
  justify-self: center;
  width: 100%;
  box-sizing: content-box;
  .personalize-products {
    color: white;
    width: 100%;
    font-size: 0.65rem !important;
  }
}

.product-image-wrapper {
  position: relative;
  display: block;
}

.custom-grid-overlay {
  position: absolute;
  z-index: 2;
  color: black;
  font-weight: bold;
  font-size: clamp(0.7rem, 1.5vw, 1rem);
  text-align: center;
  pointer-events: none;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* máximo 3 líneas */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.grid__image {
  position: relative; /* importante para que el overlay se posicione dentro */
  display: block;
}

.choice-option,
.card-selector {
  width: 100%;
  #selectedCard {
    display: block;
    cursor: pointer;
    border: dashed 2px #a5a5a5;
    border-radius: 10px;
    padding: 12px 10px;
    width: 100%;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 13px;
    -webkit-appearance: none;
  }
  #selectedCard:disabled {
    cursor: default;
  }
}

/* Modal base */
.modal.hidden { display: none; }
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex; 
  justify-content: center; 
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
  max-height: 90vh; /* nunca más alto que la pantalla */
  overflow: auto;   /* activa scroll solo si hace falta */
  .title-modal {
    text-align: center;
    font-size: clamp(1rem,2vw,1.5rem);
  }
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 1.5rem;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
}
.card-option {
  cursor: pointer;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
  transition: transform 0.2s, border-color 0.2s;
}
.card-option:hover {
  transform: scale(1.05);
  border-color: #333;
}
.card-option img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.card-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}

  .choice-option {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 15px 0;
    #no-card-desc {
      margin-right: 5px;
      font-size: clamp(0.7rem, 1.5vw, 1rem);
      font-weight: normal;
    }
    #no-card-desc:disabled {
      cursor: default;
    }
    .info-text {
      margin-top: 0.5rem;
    }
  }
  .choice-option input[type="checkbox"] {
    margin: 0;
  }
  .choice-option label {
    margin: 0;
    line-height: 1.4;
    cursor: pointer;
  }

#preview {
  display: none;
  align-items: center;
  gap: 1rem;
  border: 1px solid #ddd;
  padding: 0.75rem;
  border-radius: 6px;
  margin-top: 0.5rem;
  background: #fafafa;
  justify-content: space-between; /* espacio entre contenido y el tache */
}

#preview img {
  width: 60px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

#preview .card-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#preview .card-info strong {
  font-size: 14px;
  margin-bottom: 0.25rem;
}

#preview .change-card {
  font-size: 13px;
  color: #005fcc;
  text-decoration: underline;
  cursor: pointer;
}
#preview .change-card:hover {
  color: #003f99;
}

#preview .remove-card {
  font-size: 16px;
  cursor: pointer;
  color: #666;
  margin-left: 0.5rem;
}
#preview .remove-card:hover {
  color: #b00020;
}

.color-grid {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  .color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, border 0.15s ease;
  }

  .color-swatch:hover {
    transform: scale(1.1);
    border-color: #000;
  }

  .color-swatch.selected {
    border: 2px solid #000;
  }

  .color-swatch.disabled {
    cursor: not-allowed;
    opacity: 0.4;
    pointer-events: none;
  }
}

  /* ======== DISCOVER PRODUCTS SECTION ======== */
  .account-section {
    padding: 2rem 0;
  }

  .account-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .account-subtitle {
    color: #555;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .discover-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
  }

  .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    border-color: #d6eadf;
  }

  .product-card a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .product-card:hover img {
    transform: scale(1.05);
  }

  .product-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.8rem 1rem 0.4rem;
    color: #333;
    line-height: 1.3;
  }

  .product-card p {
    font-size: 1rem;
    color: #1b5e20;
    font-weight: 600;
    margin: 0 1rem 1rem;
  }

  .discover-footer {
    text-align: center;
    margin-top: 2rem;
  }

  .btn-primary {
    background-color: #1b5e20;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

  .btn-primary:hover {
    background-color: #388e3c;
  }

  /* Mobile refinado */
  @media (max-width: 768px) {
    .discover-grid {
      gap: 1rem;
    }

    .product-card img {
      height: 180px;
    }
  }

.product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;

  background: #1b5e20;
  opacity: 0.9;
  letter-spacing: 0.2px;
}

.account-reset-alert {
  background-color: #e8f7f0;
  color: #256b45;
  border: 1px solid #b5e0c2;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- CONTENEDOR DEL SUBMENÚ --- */
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid #eee;
}

.mobile-submenu.open {
  max-height: 600px;
  opacity: 1;
}

/* --- ELEMENTOS DEL SUBMENÚ --- */
.mobile-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.mobile-submenu li {
  padding: 0 1rem; /* 0.6rem 1rem */
}

.mobile-submenu li:last-child {
  border-bottom: none;
}

/* --- ENLACES DEL SUBMENÚ --- */
.mobile-submenu .mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.2s ease;
}

.mobile-submenu .mobile-menu-link:hover {
  color: #000;
}

/* --- SALUDO --- */
.mobile-menu-close .greeting {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 600;
  color: #000;
  padding: 0.5rem 1rem;
}

/* --- BOTÓN PRINCIPAL “MI CUENTA” --- */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0.75rem 0;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  text-transform: var(--mobile-menu-link-transform);
  padding: 5%;
  border-bottom: 1px solid var(--mobile-menu-border-color);
}

.mobile-menu-toggle .chevron-icon {
  transition: transform 0.25s ease;
}

.mobile-menu-toggle[aria-expanded="true"] .chevron-icon {
  transform: rotate(180deg);
}

/* --- CERRAR SESIÓN --- */
.mobile-submenu .logout-link {
  color: #d33;
  font-weight: 600;
}

/* --- ESPACIADO INFERIOR DEL SUBMENÚ (para redes sociales) --- */
.mobile-menu-account-wrapper {
  display: block !important;
}

.mobile-menu-close {
  width: 100%;
  justify-content: flex-start !important;
  height: 55px;
  button {
    justify-content: center !important;
  }
}

/* Modal logout */
.logout-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
  z-index: 10000;
}

/* === 🧁 Toast Notifications === */
#toast-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.toast {
  background: #007bff;
  color: #fff;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(20px);
  animation: toastIn 0.3s ease forwards, toastOut 0.3s ease 3s forwards;
}

@keyframes toastIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes toastOut {
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}


/*TEST PDP*/
/* --- PDP UI Cleanup & Upgrade --- */
.product-description-header {
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.product-page--pricing {
  margin-bottom: 16px;
}

.product-page--pricing .product-page--pricing--variant-price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

.product-page--pricing--variant-price + .product-page--pricing--variant-compare-at-price {
  margin-left: 8px;
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

/* ========= FORM LABELS ========= */

.line-item-property__field label,
.custom-font .custom-font-section-header {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 18px 0 6px;
  color: #222;
}

/* ========= SELECT / INPUT ========= */

select.custom-selector,
select.custom-selector.giftea-selector-metafield,
.product-description-wrapper select {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;

  /* Elimina el estilo nativo de iOS/Safari */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Quita el color azul automático de los links/foco en Safari */
  color: #000; /* O el color que desees */
  -webkit-text-fill-color: #000; /* Crucial para Safari Mobile */
  
  /* Evita que Safari cambie el color al hacer foco */
  outline: none;

  background-color: #fff;
}

select.custom-selector:hover {
  border-color: #aaa;
}

select.custom-selector:focus {
  border-color: #000;
  outline: none;
}

/* ========= TEXTAREA ========= */

textarea {
  width: 100%;
  border: 1px solid #d7d7d7 !important;
  border-radius: 8px;
  padding: 10px 12px !important;
  font-size: 14px;
  resize: vertical;
}

textarea:focus {
  border-color: #000 !important;
  outline: none;
}

/* ========= SPACING ========= */

.line-item-property__field + .line-item-property__field {
  margin-top: 12px;
}

.line-item-property__field:last-child {
  margin-bottom: 16px;
}

/* ========= HIDEN INPUTS ========= */
#hidden-fields-container {
  #hidden-fecha-field,
  #hidden-inicial-field,
  #hidden-palabra-field {
    div > h3 {
      display: block;
      font-size: 15px;
      font-weight: 600;
      /* margin: 0; */
      color: #222;
    }
    div > input {
      width: 100%;
      border: 1px solid #d7d7d7;
      padding: 10px 12px;
      border-radius: 8px;
      font-size: 14px;
      background: #fff;
      cursor: pointer;
    }
  }
}

.hidden-field:focus {
  border-color: #000 !important;
  outline: none;
} 

.custom-product-form-option {
  margin-bottom: 1rem;
  div > h3 {
    display: block;
    font-size: 15px;
    font-weight: 600;
    /* margin: 0; */
    color: #222;
  }
  /* .title-initial-cups,
  .title-date-cups,
  .title-word-cups {
    padding-bottom: 15px;
  } */
  div > input {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
  }
}

.product-option-select {
    margin-bottom: 0;
}

/* ========= BUTTON ========= */

.purchase-button {
  button {
    margin-top: 20px;
    border-radius: 10px;
    font-size: 16px;
    padding: 14px 16px;
    font-weight: 600;
    background-color: #111;
    color: #fff;
    transition: all .2s ease;
  }
  button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(0,0,0,.18);
  }
}

/* ESTILOS PARA NOTIFICACIÓN DE PRODUCTO AGOTADO */
.notify-stock-wrapper {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fafafa;
}

/* Titulos */
.notify-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.notify-subtitle {
  color: #444;
  margin-bottom: 18px;
}

/* Formulario */
.notify-form {
  display: flex;
  gap: 12px;
}

.notify-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
}

/* Botón */
.notify-btn {
  background: #ffb400;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
}

.notify-btn:hover {
  background: #e89f00;
}

/* Legal */
.notify-legal {
  font-size: 11px;
  margin-top: 10px;
  color: #888;
}

/* Feedback */
.notify-feedback {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 15px;
  background: #e8ffe5;
  border: 1px solid #b6eeb0;
  color: #2f7a2f;
  animation: fadeIn .3s ease;
  transition: opacity .3s ease, transform .3s ease;
}

.notify-feedback.error {
  background: #ffe8e8;
  border: 1px solid #e5b0b0;
  color: #8a3030;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}


/* 🌟 MOBILE FIXES */
@media (max-width: 768px) {
  .notify-form {
    flex-direction: column;
  }

  .notify-input {
    padding: 10px 12px;
    font-size: 14px;
  }

  .notify-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }

  .notify-title {
    font-size: 18px;
  }

  .notify-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .notify-stock-wrapper {
    padding: 20px;
  }
}

/*Datepicker*/
/* Caja completa */
.ui-datepicker {
  background: #fff;
  border-radius: 14px !important;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.12);
  padding: 12px 16px;
  border: 1px solid #e6e6e6 !important;
  font-family: inherit;
  /* left: 50% !important;
  transform: translateX(-50%) !important; */
  margin-top: 8px !important;
}

/* Header */
.ui-datepicker-header {
  background: transparent !important;
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

/* Mes y año */
.ui-datepicker-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Botones prev/next */
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  top: 0 !important;
  opacity: 0.6;
  transition: opacity .2s;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  opacity: 1;
}

/* Tabla del calendario */
.ui-datepicker table {
  width: 100%;
  font-size: 13px;
}

.ui-datepicker th {
  color: #888;
  padding-bottom: 6px;
  font-weight: 500;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  transition: background 0.2s;
}

/* Día normal */
.ui-datepicker td a {
  color: #333 !important;
  border: none !important;
}

/* Hover */
.ui-datepicker td a:hover {
  background: #FFE9D6;
}

/* Día seleccionado */
.ui-state-active {
  background: #FF7F32 !important;
  color: white !important;
  border-radius: 8px !important;
}

/* Día deshabilitado */
.ui-state-disabled {
  opacity: 0.4;
}

.cups-customizer {
  display: block !important;
  font-size: 15px;
  font-weight: 600;
  /* margin: 18px 0 6px; */
  color: #222;
}

/* --------------------------------------------
   FAQ — Estilo Premium (similar a facturación)
--------------------------------------------- */
.container {
  #regalos-corporativos-v1,
  #politica-de-envios,
  #preguntas-frecuentes {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);

  /* Contenedor "tarjeta" */
  #politica-de-envios,
  #preguntas-frecuentes,
  .page-entry {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  } */

  /* Título principal */
  #politica-de-envios,
  #preguntas-frecuentes h1,
  .title-bar h1,
  .entry-content h1, {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
  }

  /* Preguntas (strong al inicio) */
  /* .page-entry p strong,
  .entry-content p strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
  } */

  /* Respuestas */
  .page-entry p,
  .entry-content p,
  .page-entry div,
  .entry-content div {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  /* Separador entre preguntas */
  .page-entry p strong:not(:first-of-type),
  .entry-content p strong:not(:first-of-type) {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
  }

  /* Enlaces dentro de la respuesta */
  .page-entry a,
  .entry-content a {
    color: #3b82f6;
    text-decoration: underline;
  }

  .page-entry a:hover,
  .entry-content a:hover {
    color: #1d4ed8;
  }

  .entry-content > ul {
    padding: 0;
    ul {
      padding: 0 15px;
      li {
        margin-bottom: 10px; 
      }
    }
  }

  /* Ajuste móvil */
  @media (max-width: 768px) {
    #preguntas-frecuentes,
    .page-entry {
      padding: 20px 16px;
    }

    #preguntas-frecuentes h1 {
      font-size: 26px;
    }

    .page-entry p strong {
      font-size: 17px;
    }
  }
    }
}
/* #preguntas-frecuentes,
.page-entry,
.entry-content 
{
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* ---------------------------------------------------
   QUIÉNES SOMOS — Estilo Premium GiftEabox
   (solo afecta a #quienes-somos)
---------------------------------------------------- */

article#quienes-somos {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Título principal */
article#quienes-somos h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #222;
}

/* Secciones internas */
article#quienes-somos section {
  margin-bottom: 40px;
}

/* Párrafos */
article#quienes-somos p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Imágenes principales */
article#quienes-somos .main-content img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* Subtítulos */
article#quienes-somos h2,
article#quienes-somos h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px;
  color: #222;
  text-align: center;
}

/* Cards de "Qué nos hace especiales" */
article#quienes-somos .snaks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 20px;
}

article#quienes-somos .snaks img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}

article#quienes-somos .snaks p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

article#quienes-somos .text-content p:first-child {
  margin-top: -49px;
}

/* Responsivo */
@media (max-width: 768px) {
  article#quienes-somos {
    padding: 24px 16px;
  }

  article#quienes-somos h1 {
    font-size: 26px;
  }

  article#quienes-somos .snaks {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  article#quienes-somos h2,
  article#quienes-somos h3 {
    font-size: 22px;
  }
}


/*Sidebar PLP*/
.collection-sidebar--section {
  display: none;
}

input[type=checkbox]:checked:after {
  display: none;
}

#shopify-section-template--article {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  #blog-sidebar {
    display: none !important;
  }
  
  #blog-sidebar:empty + .col-md-8,
  .col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

#shopify-section-1659735104d9a63a03 #insta-feed {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

#shopify-section-1659133344a087c532 .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hp-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 10px; /*opcional*/
  a {
    .indiv-product-title-text {
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 5px; /*10px es lo coherente*/
      text-wrap: wrap;
      white-space: normal;
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .money-styling {
      margin-top: auto;
      /* margin-bottom: 15px; */
    }
  }
}

.grid__image {
  .lazyload-blur-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}