/** Shopify CDN: Minification failed

Line 31:32 Unexpected "{"
Line 31:41 Expected ":"
Line 31:47 Unexpected ","

**/
/* ============================================================
   LUXERIA BEAUTY — CTA FORCE OVERRIDE
   Sobrescribe variables CSS del tema con máxima especificidad
   para garantizar el botón negro rectangular premium
   ============================================================ */

/* === FORZAR VARIABLES CSS DEL TEMA A CERO RADIUS === */
:root,
[class],
body {
  --buttons-radius: 0px !important;
  --buttons-radius-outset: 0px !important;
  --variant-pills-radius: 0px !important;
  --inputs-radius: 0px !important;
  --inputs-radius-outset: 0px !important;
}

/* === BOTÓN CTA PRINCIPAL — MÁXIMA ESPECIFICIDAD === */
html body .product-form__submit,
html body .product-form__submit.button,
html body .product-form__submit.button--primary,
html body .product-form__submit.button--secondary,
html body button.product-form__submit,
html body #ProductSubmitButton-{{ section.id }},
html body [id^="ProductSubmitButton"] {
  background: #1A1A1A !important;
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border: 1.5px solid #1A1A1A !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  font-family: 'Jost', system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  min-height: 58px !important;
  height: 58px !important;
  padding: 0 36px !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
}

html body .product-form__submit:hover,
html body .product-form__submit.button:hover,
html body button.product-form__submit:hover,
html body [id^="ProductSubmitButton"]:hover {
  background: #2a2a2a !important;
  background-color: #2a2a2a !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(26,26,26,0.25) !important;
  border-color: #1A1A1A !important;
}

html body .product-form__submit:active,
html body [id^="ProductSubmitButton"]:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

html body .product-form__submit:disabled,
html body [id^="ProductSubmitButton"]:disabled {
  background: #6B6259 !important;
  background-color: #6B6259 !important;
  border-color: #6B6259 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: 0.7 !important;
}

/* Gold underline on hover */
html body .product-form__submit::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: #C9A96E !important;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  pointer-events: none !important;
}

html body .product-form__submit:not(:disabled):hover::after {
  width: 100% !important;
}

/* === TEXTO DEL CTA === */
html body .product-form__submit .luxeria-cta-text {
  font-family: 'Jost', system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
}

/* === FLECHA ANIMADA === */
html body .product-form__submit .luxeria-cta-arrow {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  opacity: 0.75;
  transition: transform 0.3s ease, opacity 0.3s ease;
  flex-shrink: 0;
}

html body .product-form__submit:hover .luxeria-cta-arrow {
  transform: translateX(5px);
  opacity: 1;
}

/* Ocultar el SVG de cesta que viene por defecto */
html body .product-form__submit .svg-wrapper:not(.luxeria-cta-arrow) {
  display: none !important;
}

/* === LOADING SPINNER POSICIÓN === */
html body .product-form__submit .loading__spinner {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* === WRAPPER CTA === */
html body .luxeria-cta-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-top: 6px !important;
  width: 100% !important;
}

/* === DIVIDER ENTRE CTA Y PAGO DINÁMICO === */
html body .luxeria-checkout-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2px 0;
}

html body .luxeria-checkout-divider::before,
html body .luxeria-checkout-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(201,169,110,0.25);
}

html body .luxeria-checkout-divider__text {
  font-family: 'Jost', system-ui, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B6259;
  white-space: nowrap;
}

/* === SHOPIFY PAYMENT BUTTON === */
html body .shopify-payment-button {
  margin-top: 0 !important;
}

html body .shopify-payment-button__button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  min-height: 50px !important;
  font-family: 'Jost', system-ui, sans-serif !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

html body .shopify-payment-button__button--unbranded {
  background: transparent !important;
  color: #1A1A1A !important;
  border: 1.5px solid rgba(201,169,110,0.5) !important;
}

html body .shopify-payment-button__button--unbranded:hover {
  background: rgba(201,169,110,0.06) !important;
  border-color: #C9A96E !important;
  color: #A07840 !important;
}

html body .shopify-payment-button__more-options {
  font-family: 'Jost', system-ui, sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.1em !important;
  color: #6B6259 !important;
  margin-top: 10px !important;
}

/* === MOBILE === */
@media (max-width: 749px) {
  html body .product-form__submit,
  html body .product-form__submit.button,
  html body button.product-form__submit {
    min-height: 54px !important;
    height: 54px !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.2em !important;
  }
}

/* ============================================================
   FIN CTA FORCE OVERRIDE
   ============================================================ */
