/** Shopify CDN: Minification failed

Line 524:10 Unexpected ";"

**/
/*
 *  1.0. Mixins
*/
#zoom, .product-gallery__thumbnails-holder {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#zoom::-webkit-scrollbar, .product-gallery__thumbnails-holder::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

#zoom, .product-gallery__thumbnails-holder {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#zoom::-webkit-scrollbar, .product-gallery__thumbnails-holder::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.product-gallery-item model-viewer, .product-gallery-item__media > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=rtl] .product-gallery-item model-viewer, .product-gallery-item html[dir=rtl] model-viewer, html[dir=rtl] .product-gallery-item__media > * {
  right: 0;
}
html[dir=ltr] .product-gallery-item model-viewer, .product-gallery-item html[dir=ltr] model-viewer, html[dir=ltr] .product-gallery-item__media > * {
  left: 0;
}

@media screen and (min-width: 768px) {
  .main-product .product-gallery,
.main-product .product-text {
    position: sticky;
    top: 1.25rem;
  }
}

/* =========================================
   KLAVIYO PHONE DISCOUNT WIDGET STYLES - ENHANCED VERSION
   ======================================== */

.klaviyo-phone-widget {
  /* Base container styles */
  border: 1px solid var(--color-borders-main, #e5e7eb) !important;
  border-radius: var(--border-radius-cards, 12px) !important;
  padding: 1.75rem !important;
  margin: 1.5rem 0 !important;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04) !important;
  position: relative !important;
  overflow: visible !important;
  
  /* CRÍTICO: Resetear estilos heredados */
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: initial !important;
  background-attachment: initial !important;
  box-sizing: border-box !important;
  display: block !important;
  z-index: 1 !important;
  isolation: isolate !important;
}

/* Decorative accent */
.klaviyo-phone-widget::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 60px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #374151, #111827) !important;
  border-radius: 0 0 4px 4px !important;
}

.klaviyo-phone-widget * {
  box-sizing: border-box !important;
}

.klaviyo-phone-widget .widget-title {
  margin-bottom: 0.875rem !important;
  color: var(--color-text-main, #111827) !important;
  font-weight: var(--font-weight-body-bold, 700) !important;
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  text-align: center !important;
  letter-spacing: -0.02em !important;
  
  /* Resetear estilos heredados */
  text-decoration: none !important;
  text-transform: none !important;
  font-style: normal !important;
  background: none !important;
  text-shadow: none !important;
}

.klaviyo-phone-widget .widget-description {
  margin-bottom: 1.5rem !important;
  font-size: 0.9rem !important;
  color: var(--color-secondary-text-main, #6b7280) !important;
  line-height: 1.6 !important;
  text-align: center !important;
  font-weight: 400 !important;
  
  /* Resetear estilos heredados */
  text-decoration: none !important;
  text-transform: none !important;
  background: none !important;
  text-shadow: none !important;
}

.klaviyo-phone-widget .phone-input-group {
  display: flex !important;
  gap: 0.625rem !important;
  margin-bottom: 1.25rem !important;
  align-items: stretch !important;
  
  /* Resetear flexbox conflicts */
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

.klaviyo-phone-widget .country-code-select {
  flex: 0 0 auto !important;
  min-width: 8rem !important;
  height: 3.25rem !important;
  padding: 0.875rem 0.75rem !important;
  border: 2px solid var(--color-borders-forms-primary, #d1d5db) !important;
  border-radius: var(--border-radius-buttons, 10px) !important;
  background: var(--color-background-main, white) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  
  /* CRÍTICO: Resetear estilos de select */
  display: block !important;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  color: var(--color-text-main, #374151) !important;
  font-family: inherit !important;
  line-height: normal !important;
  margin: 0 !important;
  outline: none !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  box-sizing: border-box !important;
}

.klaviyo-phone-widget .country-code-select:focus {
  outline: none !important;
  border-color: var(--color-accent-main, #374151) !important;
  box-shadow: 0 0 0 4px rgba(55, 65, 81, 0.15) !important;
  transform: translateY(-1px) !important;
}

.klaviyo-phone-widget .phone-input {
  flex: 1 !important;
  height: 3.25rem !important;
  padding: 0.875rem 1.125rem !important;
  border: 2px solid var(--color-borders-forms-primary, #d1d5db) !important;
  border-radius: var(--border-radius-buttons, 10px) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  background: var(--color-background-main, white) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  
  /* CRÍTICO: Estilos específicos para input */
  font-family: ui-monospace, 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace !important;
  box-sizing: border-box !important;
  color: var(--color-text-main, #111827) !important;
  display: block !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  outline: none !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  vertical-align: baseline !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.klaviyo-phone-widget .phone-input:focus {
  outline: none !important;
  border-color: var(--color-accent-main, #374151) !important;
  box-shadow: 0 0 0 4px rgba(55, 65, 81, 0.15) !important;
  transform: translateY(-1px) !important;
}

.klaviyo-phone-widget .phone-input::placeholder {
  color: #9ca3af !important;
  font-family: ui-monospace, 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace !important;
  opacity: 0.7 !important;
  font-weight: 400 !important;
}

.klaviyo-phone-widget .submit-button {
  flex: 0 0 auto !important;
  min-width: 8.5rem !important;
  height: 3.25rem !important;
  padding: 0 1.5rem !important;
  background: linear-gradient(135deg, #111827 0%, #000000 100%) !important;
  color: white !important;
  border: 2px solid #111827 !important;
  border-radius: var(--border-radius-buttons, 10px) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
  
  /* CRÍTICO: Resetear estilos de botón del tema */
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-align: center !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
  font-family: inherit !important;
  line-height: 1 !important;
  margin: 0 !important;
  outline: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  
  /* FORZAR estilos para override del tema */
  background-color: #111827 !important;
  border-color: #111827 !important;
  color: #ffffff !important;
}

/* Específico para cuando tiene las clases del tema */
.klaviyo-phone-widget .submit-button.button.button--solid {
  background: linear-gradient(135deg, #111827 0%, #000000 100%) !important;
  background-color: #111827 !important;
  color: white !important;
  border: 2px solid #111827 !important;
  border-color: #111827 !important;
}

.klaviyo-phone-widget .submit-button:hover:not(:disabled) {
  background: linear-gradient(135deg, #374151 0%, #111827 100%) !important;
  background-color: #374151 !important;
  border-color: #374151 !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.3) !important;
}

.klaviyo-phone-widget .submit-button:active:not(:disabled) {
  background: linear-gradient(135deg, #000000 0%, #111827 100%) !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(0) !important;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.2) !important;
}

.klaviyo-phone-widget .submit-button:disabled {
  background: #e5e7eb !important;
  background-color: #e5e7eb !important;
  color: #9ca3af !important;
  border-color: #e5e7eb !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Override adicional para temas problemáticos */
.klaviyo-phone-widget .submit-button,
.klaviyo-phone-widget .submit-button.button,
.klaviyo-phone-widget .submit-button.button--solid {
  background: #111827 !important;
  background-color: #111827 !important;
  color: #ffffff !important;
  border: 2px solid #111827 !important;
  border-color: #111827 !important;
}

.klaviyo-phone-widget .submit-button:hover,
.klaviyo-phone-widget .submit-button.button:hover,
.klaviyo-phone-widget .submit-button.button--solid:hover {
  background: #374151 !important;
  background-color: #374151 !important;
  border-color: #374151 !important;
  color: #ffffff !important;
}

.klaviyo-phone-widget .button-loading {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.klaviyo-phone-widget .spinner {
  width: 1.25rem !important;
  height: 1.25rem !important;
  animation: klaviyo-spin 1s linear infinite !important;
}

@keyframes klaviyo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.klaviyo-phone-widget .privacy-checkbox-group {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.625rem !important;
  font-size: 0.8125rem !important;
  color: var(--color-secondary-text-main, #6b7280) !important;
  line-height: 1.5 !important;
  margin-top: 1.125rem !important;
  padding: 0.75rem !important;
  background: rgba(107, 114, 128, 0.05) !important;
  border-radius: 8px !important;
  border: 1px solid rgba(107, 114, 128, 0.1) !important;
  
  /* Resetear estilos heredados */
  text-decoration: none !important;
  font-weight: normal !important;
  text-transform: none !important;
}

.klaviyo-phone-widget .privacy-checkbox-group input[type="checkbox"] {
  margin-top: 0.1875rem !important;
  flex-shrink: 0 !important;
  width: 1.125rem !important;
  height: 1.125rem !important;
  accent-color: var(--color-accent-main, #374151) !important;
  
  /* Resetear estilos de checkbox */
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  background: white !important;
  border: 2px solid #d1d5db !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  outline: none !important;
  padding: 0 !important;
  position: static !important;
  vertical-align: baseline !important;
}

.klaviyo-phone-widget .privacy-label {
  line-height: 1.5 !important;
  cursor: pointer !important;
  font-size: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  font-weight: normal !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.klaviyo-phone-widget .widget-messages {
  margin-top: 1.25rem !important;
}

.klaviyo-phone-widget .message {
  padding: 1rem 1.25rem !important;
  border-radius: var(--border-radius-buttons, 10px) !important;
  font-size: 0.875rem !important;
  margin-bottom: 0.75rem !important;
  animation: klaviyo-slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-left: 4px solid !important;
  font-weight: 500 !important;
  
  /* Resetear estilos heredados */
  background-image: none !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box !important;
  display: block !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

@keyframes klaviyo-slideIn {
  from { 
    opacity: 0; 
    transform: translateY(-15px) scale(0.95); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0) scale(1); 
  }
}

.klaviyo-phone-widget .message.success {
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%) !important;
  color: #111827 !important;
  border-left-color: #374151 !important;
}

.klaviyo-phone-widget .message.error {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%) !important;
  color: #991b1b !important;
  border-left-color: #dc2626 !important;
}

.klaviyo-phone-widget .message.info {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
  color: #0c4a6e !important;
  border-left-color: #0284c7 !important;
}

/* Discount Success Message Styles */
.klaviyo-phone-widget .message.discount-success {
  background: linear-gradient(135deg, #374151 0%, #111827 100%) !important;
  color: white !important;
  text-align: center !important;
  padding: 1.5rem !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 25px rgba(17, 24, 39, 0.3) !important;
  border: none !important;
  animation: klaviyo-discountPop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

@keyframes klaviyo-discountPop {
  0% { 
    opacity: 0; 
    transform: scale(0.8) translateY(20px); 
  }
  50% { 
    transform: scale(1.05) translateY(-5px); 
  }
  100% { 
    opacity: 1; 
    transform: scale(1) translateY(0); 
  }
}

.klaviyo-phone-widget .discount-success h4 {
  margin: 0 0 1rem 0 !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}

.klaviyo-phone-widget .discount-code-display {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  margin: 1.25rem 0 !important;
  padding: 1rem 1.25rem !important;
  background: rgba(255,255,255,0.15) !important;
  border-radius: 10px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}

.klaviyo-phone-widget .discount-code {
  font-family: ui-monospace, 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
  background: rgba(255,255,255,0.1) !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}

.klaviyo-phone-widget .copy-code-btn {
  padding: 0.5rem 1rem !important;
  background: rgba(255,255,255,0.9) !important;
  color: #111827 !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.klaviyo-phone-widget .copy-code-btn:hover {
  background: white !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  color: #000000 !important;
}important;
  justify-content: center !important;
  gap: 0.75rem !important;
  margin: 1.25rem 0 !important;
  padding: 1rem 1.25rem !important;
  background: rgba(255,255,255,0.25) !important;
  border-radius: 10px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
}

.klaviyo-phone-widget .discount-code {
  font-family: ui-monospace, 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
  background: rgba(255,255,255,0.1) !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}

.klaviyo-phone-widget .copy-code-btn {
  padding: 0.5rem 1rem !important;
  background: rgba(255,255,255,0.9) !important;
  color: #333 !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.klaviyo-phone-widget .copy-code-btn:hover {
  background: white !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.klaviyo-phone-widget .discount-success p {
  margin: 0.75rem 0 0.375rem 0 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  opacity: 0.95 !important;
}

.klaviyo-phone-widget .discount-success small {
  font-size: 0.75rem !important;
  opacity: 0.8 !important;
  font-weight: 400 !important;
}

/* Responsive styles for widget */
@media screen and (max-width: 768px) {
  .klaviyo-phone-widget {
    padding: 1.5rem 1.25rem !important;
    margin: 1.25rem 0 !important;
  }
  
  .klaviyo-phone-widget .phone-input-group {
    flex-direction: column !important;
    gap: 0.875rem !important;
  }
  
  .klaviyo-phone-widget .country-code-select {
    min-width: auto !important;
    width: 100% !important;
  }
  
  .klaviyo-phone-widget .submit-button {
    min-width: auto !important;
    width: 100% !important;
    height: 3.5rem !important;
    font-size: 1rem !important;
  }

  .klaviyo-phone-widget .widget-title {
    font-size: 1.125rem !important;
  }
  
  .klaviyo-phone-widget .discount-code-display {
    flex-direction: column !important;
    gap: 0.875rem !important;
  }
  
  .klaviyo-phone-widget .copy-code-btn {
    width: 100% !important;
    padding: 0.75rem !important;
    font-size: 0.875rem !important;
  }
  
  .klaviyo-phone-widget .discount-code {
    font-size: 1.125rem !important;
  }
}

/* Extra small screens */
@media screen and (max-width: 480px) {
  .klaviyo-phone-widget {
    padding: 1.25rem 1rem !important;
  }
  
  .klaviyo-phone-widget .widget-title {
    font-size: 1rem !important;
  }
  
  .klaviyo-phone-widget .widget-description {
    font-size: 0.8125rem !important;
  }
}

/* SOLUCIÓN para el patrón rayado - Resetear backgrounds heredados */
.klaviyo-phone-widget,
.klaviyo-phone-widget *,
.klaviyo-phone-widget *:before,
.klaviyo-phone-widget *:after {
  background-pattern: none !important;
}

/* Asegurar que el widget no herede estilos problemáticos del tema */
.klaviyo-phone-widget {
  isolation: isolate !important;
  contain: layout style !important;
}

/* =========================================
   END KLAVIYO PHONE DISCOUNT WIDGET STYLES
   ======================================== */

/* -- Product Page Section * -- */
.button--product,
.shopify-payment-button__button {
  height: var(--button-product);
  padding: 0 1.875rem;
}
@media screen and (max-width: 1023px) {
  .button--product,
.shopify-payment-button__button {
    font-size: calc( 					18px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--product,
.shopify-payment-button__button {
    font-size: calc( 				20px / 16 * var(--base-body-size) + 0px 			);
  }
}

.shopify-payment-button__button--branded {
  padding-inline-start: 0px !important;
  padding-inline-end: 0 !important;
  border-radius: var(--border-radius-buttons) !important;
  border: none !important;
  overflow: hidden;
}
.shopify-payment-button__button--branded div[role=button] {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.shopify-payment-button__button--hidden,
.unavailable-variant .shopify-payment-button {
  display: none;
}

.product-gallery-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-gallery-item img {
  border-radius: var(--border-radius-cards);
}
.product-gallery-item__media {
  height: 0;
  width: 100%;
  position: relative;
}
.product-gallery-item model-viewer {
  border-radius: var(--border-radius-cards);
}
.product-gallery-item .shopify-model-viewer-ui {
  width: 100%;
  height: 100%;
}
.product-gallery-item .shopify-model-viewer-ui__controls-overlay {
  opacity: 0;
}

button[data-shopify-xr-hidden] {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  border-radius: var(--border-radius-buttons) !important;
  border: none !important;
}

@media screen and (max-width: 1023px) {
  .product-gallery--scroll css-slider:after {
    content: "css-slide";
    position: absolute;
    visibility: hidden;
  }
}
.product-gallery__thumbnails {
  padding-top: 0.5625rem;
  z-index: 9;
}
.product-gallery__thumbnails-holder {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  overflow: auto;
  scroll-behavior: smooth;
}
.product-gallery__thumbnails .thumbnail {
  width: 5.25rem !important;
  opacity: 0.66;
  flex-shrink: 0;
  transition: all 100ms linear;
  position: relative;
  scroll-snap-align: start;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}
.no-touchevents .product-gallery__thumbnails .thumbnail:hover {
  opacity: 1;
  border-color: var(--color-secondary-background-main);
}
.product-gallery__thumbnails .thumbnail.active {
  opacity: 1;
  border-color: var(--color-borders-main) !important;
}
.product-gallery__thumbnails .thumbnail:not(:last-child) {
  margin-inline-end: 0.5625rem;
}
.product-gallery__thumbnails .thumbnail__badge {
  position: absolute;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  transition: opacity 50ms linear;
  z-index: 9;
}
html[dir=rtl] .product-gallery__thumbnails .thumbnail__badge {
  left: 0.125rem;
}
html[dir=ltr] .product-gallery__thumbnails .thumbnail__badge {
  right: 0.125rem;
}
.product-gallery__thumbnails .thumbnail__badge svg {
  width: 100%;
  height: 100%;
}
.product-gallery__thumbnails .thumbnail__badge svg .bg {
  fill: var(--color-background-main);
}
.product-gallery__thumbnails .thumbnail__badge svg .path {
  fill: var(--color-text-main);
}
.product-gallery__thumbnails .thumbnail__badge svg .stroke {
  stroke: var(--color-text-main);
}

.product-gallery__view-in-space {
  margin: 1.5rem auto 0;
}

.product-text .product-price--original {
  font-weight: var(--font-weight-body-bold);
}
.product-text .product-price--compare {
  margin-inline-start: 1.25rem;
}
.product-text .product-price--unit {
  display: block;
}
.product-text > * {
  display: block;
}
.product-text > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product-text > .toggle {
  margin-bottom: 1.25rem !important;
}
.product-text > .toggle:not(.toggle--table) + .toggle:not(.toggle--table) {
  margin-top: -1.25rem !important;
}
.product-text nutritional-info {
  display: block;
}
.product-text nutritional-info:not(:last-child) {
  margin-bottom: 1.25rem;
}
.product-text .empty-space {
  height: 0;
  margin-bottom: 1.25rem;
}
.product-text .star-rating {
  height: 1.75rem;
}
.product-text pickup-availability-compact .alert {
  margin-bottom: 0;
}
.product-text button:not(.button) {
  color: inherit;
}

.product-variant:not(:first-child) {
  margin-top: 1.25rem;
}
.product-variant__name {
  font-weight: var(--font-weight-body-bold);
  display: block;
}
.product-variants--select .product-variant__name {
  margin-bottom: 0.625rem;
}
.product-variant__quantity:not(:empty) {
  margin-top: 0.875rem;
  display: block;
}
.product-variants--radio .product-variant__item {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0.9375rem;
  margin-inline-end: 0.9375rem;
}
.product-variants--radio .product-variant__item label {
  text-align: center;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--border-radius-buttons);
  border-color: var(--color-borders-forms-primary);
  color: var(--color-text-main);
  padding: var(--input-padding) 1.25rem;
  transition: all 100ms linear;
}
.product-variants--radio .product-variant__item input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
html[dir=rtl] .product-variants--radio .product-variant__item input {
  right: 0;
}
html[dir=ltr] .product-variants--radio .product-variant__item input {
  left: 0;
}
.product-variants--radio .product-variant__item input:before {
  display: none;
}
.product-variants--radio .product-variant__item input.disabled + label {
  opacity: 0.22;
  text-decoration: line-through;
}
.product-variants--radio .product-variant__item input:checked + label {
  font-weight: var(--font-weight-body-bold);
  border-color: var(--color-text-main) !important;
  box-shadow: 0 0 0px 1px var(--color-text-main);
}
.no-touchevents .product-variants--radio .product-variant__item input:hover + label {
  border-color: var(--color-borders-forms-secondary);
}
.product-variants--radio .product-variant__item input:focus-visible + label {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}

/* -- Product Actions * -- */
.product-actions .product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-actions .product-price--original + .product-price--unit {
  margin-inline-start: 1.25rem;
}
.product-actions .product-price--compare {
  text-decoration: none;
  opacity: 1;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.25;
  margin-inline-end: auto;
}
.product-actions .product-price--compare > span:first-child {
  text-decoration: line-through;
}
.product-actions .product-price--compare > span:last-child {
  opacity: 0.36;
  font-size: 90%;
}

.product-form {
  border-top: 1px solid var(--color-borders-main);
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
  overflow: visible;
}
.product-form .flex-buttons {
  width: calc(100% + 1rem);
  margin-inline-start: -0.5rem;
}
.product-form .flex-buttons > * {
  margin: 1rem 0.5rem 0;
}

.product-quantity {
  display: flex;
  justify-content: space-between;
  min-width: calc(var(--button-product) * 3);
}
.product-quantity__minus, .product-quantity__plus {
  width: var(--button-product);
  height: var(--button-product);
  border-width: var(--border-width-buttons);
  border-radius: var(--border-radius-buttons);
  border-style: solid;
  border-color: var(--color-text-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-quantity__minus svg, .product-quantity__plus svg {
  width: 1.1875rem;
  height: 1.1875rem;
}
.product-quantity__minus svg *, .product-quantity__plus svg * {
  fill: var(--color-text-main);
}
.no-touchevents .product-quantity__minus:hover, .product-quantity__minus:focus-visible, .no-touchevents .product-quantity__plus:hover, .product-quantity__plus:focus-visible {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}
.product-quantity__selector {
  width: var(--button-product);
  height: var(--button-product);
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.add-to-cart {
  flex-grow: 10;
}
.add-to-cart.disabled {
  pointer-events: none;
  opacity: 0.36;
}
.add-to-cart.disabled + .shopify-payment-button {
  pointer-events: none;
  opacity: 0.36;
}

.product__sku-barcode span {
  display: block;
}

.shopify-payment-button__button {
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  color: var(--color-text-main);
  font-weight: var(--font-weight-buttons);
  transition: all 100ms linear;
  background-color: transparent;
}
.shopify-payment-button__button:hover:not([disabled]) {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
}

.shopify-payment-button__more-options {
  font-size: 12px;
  margin-top: 0.5rem;
}

/* -- Product Elements * -- */
.pickup-availability-widget {
  display: block;
  border: 1px solid var(--color-borders-main);
  overflow: hidden;
}
.pickup-availability-widget__header {
  background: var(--color-secondary-background-main);
  padding: var(--gutter-small);
  display: flex;
  align-items: center;
}
.pickup-availability-widget__header .alert:before {
  top: 0.1875rem;
}
.pickup-availability-widget__header svg {
  margin-inline-end: 0.9375rem;
}
.pickup-availability-widget__header svg path {
  fill: var(--color-text-main);
  stroke: none;
}
.pickup-availability-widget__locations {
  border-top: 1px solid var(--color-borders-main);
}
.pickup-availability-widget__location {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: var(--gutter-small);
}
.pickup-availability-widget__location:not(:first-child) {
  border-top: 1px solid var(--color-borders-main);
}
.pickup-availability-widget__location-icon {
  margin-inline-end: 0.75rem;
  position: relative;
  top: 0.3125rem;
}
.pickup-availability-widget__location-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.pickup-availability-widget__location-icon * {
  stroke: var(--color-text-main);
}
.pickup-availability-widget__location-address {
  flex: 1;
}
.pickup-availability-widget__location-address svg * {
  fill: var(--color-text-main);
}
.pickup-availability-widget__location-view {
  display: block;
}
.pickup-availability-widget__location-view[aria-selected=true] .text-animation--underline-thin {
  background-size: 100% 1px;
}
.pickup-availability-widget__location-view[aria-selected=true] rect {
  display: none;
}
.pickup-availability-widget__location-details {
  display: block;
  width: 100%;
  flex-shrink: 0;
  border-top: 1px solid var(--color-third-background-main);
  padding-top: 0.875rem;
  padding-inline-start: 2.25rem;
  margin-top: 1.125rem;
  display: none;
}
.pickup-availability-widget__location-details.opened {
  display: block;
}
.pickup-availability-widget__more {
  width: 100%;
  text-align: start;
  padding: var(--gutter-small);
  border-top: 1px solid var(--color-borders-main);
}
.pickup-availability-widget__more span {
  border-bottom: 1px solid;
  transition: all 100ms linear;
}
.no-touchevents .pickup-availability-widget__more:hover {
  color: var(--color-accent-main);
}

.store-availability-list__item {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--color-secondary-background-main);
}
.store-availability-list__stock:before {
  top: 0.1875rem;
}
.store-availability-list__pickup-time {
  margin-top: 0.25rem;
  display: block;
}
.store-availability-list__address, .store-availability-list__phone {
  margin-inline-start: 1.375rem;
  margin-top: 0.75rem;
}
.store-availability-list__address a, .store-availability-list__phone a {
  border-bottom: 1px solid;
}

.product-related-title {
  margin-bottom: 1.5625rem;
  display: block;
}
.product-related-item {
  display: flex;
  align-items: center;
}
.product-related-item:not(:last-child) {
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
  border-bottom: 1px solid var(--color-borders-main);
}
.cart-block__item--spacing .product-related-item {
  padding: var(--gutter-regular);
  margin-bottom: 0;
}
.product-related-item__title {
  line-height: 1.1;
  display: block;
}
.product-related-item__image {
  flex-shrink: 0;
  width: 90px;
  align-self: flex-start;
  margin-inline-end: 1.125rem;
  border-color: var(--color-borders-main);
  overflow: hidden;
}
.product-related-item__image img {
  transition: all 0.2s linear;
  transform: scale(1);
}
.no-touchevents .product-related-item__image:hover img {
  transform: scale(1.05);
}
.product-related-item__text {
  flex-grow: 1;
}
.product-related-item__price {
  color: var(--color-secondary-text-main);
  display: block;
}
.product-related-item__price .product-price--original {
  font-weight: var(--font-weight-body);
}
.product-related-item__price .product-price--compare {
  margin-inline-start: 0.625rem;
}
.product-related-item__price .product-price--unit {
  display: block;
  margin-top: -0.3125rem;
  font-size: 90%;
}
.product-related-item__button {
  flex-shrink: 0;
  margin-inline-start: 0.75rem;
}

/* Image zoom */
.product-gallery-item__zoom {
  position: absolute;
  top: 0.9375rem;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0.3125rem;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: all 100ms linear 100ms;
  transform: translate3d(0, 0, 0);
}
html[dir=rtl] .product-gallery-item__zoom {
  left: 0.9375rem;
}
html[dir=ltr] .product-gallery-item__zoom {
  right: 0.9375rem;
}
.lazyloaded ~ .product-gallery-item__zoom {
  opacity: 1;
}
.product-gallery-item__zoom svg path, .product-gallery-item__zoom svg rect {
  fill: var(--color-text-main);
}
.product-gallery-item__zoom svg circle {
  stroke: var(--color-text-main);
}
.no-touchevents .product-gallery-item__zoom:hover svg {
  transform: scale(1.05);
}

#zoom {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  background: var(--color-background-main);
  transition: all 200ms linear;
}
html[dir=rtl] #zoom {
  right: 0;
}
html[dir=ltr] #zoom {
  left: 0;
}
html[dir=rtl] #zoom {
  right: 0;
}
html[dir=ltr] #zoom {
  left: 0;
}
#zoom.opened {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
#zoom img {
  opacity: 0;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: 7;
  transition: opacity 100ms linear;
}
html[dir=rtl] #zoom img {
  right: 0;
}
html[dir=ltr] #zoom img {
  left: 0;
}
.touchevents #zoom img {
  top: 0 !important;
  left: 0 !important;
}
#zoom.loaded img {
  opacity: 1;
}
#zoom.loaded:after {
  opacity: 0;
}
#zoom.loaded .zoom__loader {
  display: none;
}

.zoom__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background-main);
  z-index: 6;
}
html[dir=rtl] .zoom__overlay {
  right: 0;
}
html[dir=ltr] .zoom__overlay {
  left: 0;
}

.zoom__exit {
  z-index: 9;
  position: fixed;
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius-buttons);
  background: var(--color-background-main);
  top: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
html[dir=rtl] .zoom__exit {
  left: 1.5625rem;
}
html[dir=ltr] .zoom__exit {
  right: 1.5625rem;
}
.zoom__exit svg path, .zoom__exit svg rect {
  fill: var(--color-text-main);
}
.zoom__exit svg circle {
  stroke: var(--color-text-main);
}
.no-touchevents .zoom__exit:hover svg {
  transform: scale(1.05);
}

.zoom__loader {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  display: block;
  z-index: 9;
}
.zoom__loader-element {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
}
html[dir=rtl] .zoom__loader-element {
  right: 0;
}
html[dir=ltr] .zoom__loader-element {
  left: 0;
}
.zoom__loader-element circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: var(--color-text-main);
}

.product-icons-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0;
}

.star-rating {
  font-size: 0;
  width: 100%;
  height: 1rem;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 0.625rem;
}
.star-rating__stars {
  background-repeat: repeat-x;
  font-size: 0;
  display: inline-block;
  text-align: left;
}
html[dir=rtl] .star-rating__stars {
  transform: scaleX(-1);
}
.star-rating__stars-active {
  display: inline-block;
  font-size: 0;
  height: 0.875rem;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .product-quick-view__header {
    position: fixed;
    background: var(--color-background-main);
    border-bottom: 1px solid var(--color-borders-main);
    top: 0;
    right: 0;
    width: 100%;
    height: 3.75rem;
    z-index: 99;
  }

  .product-quick-view__product {
    padding-top: 3.75rem;
  }
}
.product-quick-view__close {
  position: absolute;
  top: calc(var(--gutter-large) * 0.75);
}
html[dir=rtl] .product-quick-view__close {
  left: calc(var(--gutter-large) * 0.75);
}
html[dir=ltr] .product-quick-view__close {
  right: calc(var(--gutter-large) * 0.75);
}
.product-quick-view__close svg path {
  stroke: var(--color-text-main);
}

.product-quick-view__title {
  position: absolute;
  top: calc(var(--gutter-large) * 0.75);
  left: calc(var(--gutter-large) * 0.75);
}

/* Banner responsive styles */
@media screen and (min-width: 768px) {
  .product-banner-mobile { 
    display: none !important; 
  }
}

@media screen and (max-width: 767px) {
  .product-banner-desktop { 
    display: none !important; 
  }
}


    .build-box-widget-compact {
      margin: 15px 0;
      font-family: inherit;
    }

    /* Headline section */
    .build-box-headline {
      text-align: center;
      margin-bottom: 15px;
      padding: 0 10px;
    }

    .headline-text {
      font-size: 16px;
      color: #4b5563;
      margin: 0;
      line-height: 1.4;
      font-weight: 500;
    }

    .stat-highlight {
      font-size: 20px;
      font-weight: bold;
      color: #d4af37;
      background: linear-gradient(45deg, #d4af37, #b8941f);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
    }

    .stat-highlight::after {
      content: "✨";
      position: absolute;
      right: -18px;
      top: -2px;
      font-size: 12px;
      -webkit-text-fill-color: #d4af37;
    }

    .build-box-card {
      display: flex;
      background: #f8f9fa;
      border: 2px solid #d4af37;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
      max-width: 100%;
      align-items: stretch;
    }

    .build-box-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
      border-color: #b8941f;
    }

    /* Image section */
    .build-box-image {
      position: relative;
      width: 140px;
      height: 140px;
      flex-shrink: 0;
      overflow: hidden;
      background: #f3f4f6;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .build-box-image img {
      width: 140px;
      height: 140px;
      object-fit: cover;
      object-position: center center;
      display: block;
      border-radius: 0;
    }

    .placeholder-image {
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #e5e7eb, #d1d5db);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .placeholder-icon {
      font-size: 40px;
      opacity: 0.6;
    }

    /* Offer badges - now in content area */
    .offer-badges {
      display: flex;
      gap: 6px;
      margin-bottom: 8px;
    }

    .offer-tag {
      background: rgba(0, 0, 0, 0.85);
      color: white;
      padding: 4px 10px;
      border-radius: 12px;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
    }

    .discount-tag {
      background: linear-gradient(45deg, #ef4444, #dc2626);
      box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
    }

    .shipping-tag {
      background: linear-gradient(45deg, #10b981, #059669);
      box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    }

    /* Content section */
    .build-box-info {
      flex: 1;
      padding: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .box-title {
      margin: 0 0 4px 0;
      font-size: 18px;
      font-weight: bold;
      color: #1f2937;
      line-height: 1.2;
    }

    .box-subtitle {
      margin: 0 0 12px 0;
      font-size: 13px;
      color: #6b7280;
      line-height: 1.2;
    }

    /* Features */
    .features-row {
      display: flex;
      gap: 6px;
      margin-bottom: 12px;
      flex-wrap: wrap;
    }

    .feature-badge {
      background: rgba(212, 175, 55, 0.1);
      color: #b8941f;
      padding: 3px 8px;
      border-radius: 8px;
      font-size: 11px;
      font-weight: 500;
      border: 1px solid rgba(212, 175, 55, 0.2);
    }

    /* Footer */
    .box-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .price-section {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .price-label {
      font-size: 11px;
      color: #6b7280;
      font-weight: 500;
    }

    .price-value {
      font-size: 18px;
      font-weight: bold;
      color: #d4af37;
    }

    /* CTA Button */
    .build-box-btn {
      background: linear-gradient(45deg, #d4af37, #b8941f);
      color: white;
      padding: 8px 16px;
      border-radius: 20px;
      text-decoration: none;
      font-size: 13px;
      font-weight: bold;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 6px;
      box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
      border: none;
      cursor: pointer;
      text-transform: none;
      white-space: nowrap;
    }

    .build-box-btn:hover {
      background: linear-gradient(45deg, #b8941f, #d4af37);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
      color: white;
      text-decoration: none;
    }

    .btn-arrow {
      transition: transform 0.3s ease;
      font-size: 12px;
    }

    .build-box-btn:hover .btn-arrow {
      transform: translateX(3px);
    }

    /* Mobile responsive - mantener diseño horizontal */
    @media (max-width: 768px) {
      .build-box-headline {
        margin-bottom: 12px;
        padding: 0 5px;
      }

      .headline-text {
        font-size: 14px;
      }

      .stat-highlight {
        font-size: 18px;
      }

      .stat-highlight::after {
        right: -15px;
        font-size: 10px;
      }

      .build-box-card {
        /* Mantener flex horizontal */
        flex-direction: row;
      }

      .build-box-image {
        width: 110px;
        height: 110px;
        flex-shrink: 0;
      }

      .build-box-image img {
        width: 110px;
        height: 110px;
      }

      .offer-badges {
        margin-bottom: 6px;
        gap: 4px;
      }

      .offer-tag {
        padding: 3px 8px;
        font-size: 9px;
      }

      .build-box-info {
        padding: 12px;
        flex: 1;
      }

      .box-title {
        font-size: 15px;
        margin-bottom: 3px;
      }

      .box-subtitle {
        font-size: 11px;
        margin-bottom: 8px;
      }

      .features-row {
        margin-bottom: 8px;
        gap: 4px;
      }

      .feature-badge {
        font-size: 9px;
        padding: 2px 6px;
      }

      .box-footer {
        gap: 8px;
        align-items: center;
        justify-content: space-between;
      }

      .price-section {
        flex-shrink: 0;
      }

      .price-label {
        font-size: 10px;
      }

      .price-value {
        font-size: 16px;
      }

      .build-box-btn {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 16px;
        flex-shrink: 0;
      }

      .btn-arrow {
        font-size: 10px;
      }
    }

    /* Small mobile - ajustar aún más pero mantener horizontal */
    @media (max-width: 480px) {
      .build-box-headline {
        margin-bottom: 10px;
        padding: 0;
      }

      .headline-text {
        font-size: 13px;
      }

      .stat-highlight {
        font-size: 16px;
      }

      .stat-highlight::after {
        right: -12px;
        font-size: 9px;
      }

      .build-box-widget-compact {
        margin: 10px 0;
      }

      .build-box-card {
        border-radius: 10px;
      }

      .build-box-image {
        width: 90px;
        height: 90px;
      }

      .build-box-image img {
        width: 90px;
        height: 90px;
      }

      .build-box-info {
        padding: 10px 8px;
      }

      .offer-badges {
        flex-wrap: wrap;
        gap: 3px;
        margin-bottom: 5px;
      }

      .offer-tag {
        padding: 2px 6px;
        font-size: 8px;
        border-radius: 8px;
      }

      .box-title {
        font-size: 13px;
        margin-bottom: 2px;
      }

      .box-subtitle {
        font-size: 10px;
        margin-bottom: 6px;
      }

      .features-row {
        margin-bottom: 6px;
        gap: 3px;
      }

      .feature-badge {
        font-size: 8px;
        padding: 2px 4px;
        border-radius: 6px;
      }

      .box-footer {
        gap: 6px;
      }

      .price-label {
        font-size: 9px;
      }

      .price-value {
        font-size: 14px;
      }

      .build-box-btn {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 14px;
      }
    }

    /* Focus accessibility */
    .build-box-btn:focus {
      outline: 3px solid rgba(212, 175, 55, 0.5);
      outline-offset: 2px;
    }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
      .build-box-card,
      .build-box-btn,
      .btn-arrow {
        transition: none;
      }
    }