.elementor-kit-61{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.elementor-kit-61 button,.elementor-kit-61 input[type="button"],.elementor-kit-61 input[type="submit"],.elementor-kit-61 .elementor-button{font-family:"Inter";}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}/* Start custom CSS *//* ============================
   MUUMCASE — Estilo Apple Premium
   ============================ */

/* --- Título del producto --- */
.woocommerce div.product .product_title {
  font-family: "SF Pro Display", "Poppins", "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 24px;
  }
}

/* --- Precio del producto --- */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #111111;
  text-align: center;
  margin-bottom: 10px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #999999;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #004d7c;
  text-decoration: none;
}

/* --- Variaciones --- */
.woocommerce div.product form.cart .variations label {
  font-family: "Inter", "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.woocommerce div.product form.cart .variations select {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 10px 14px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #333333;
  transition: border-color 0.2s ease;
}

.woocommerce div.product form.cart .variations select:focus {
  border-color: #004d7c;
  outline: none;
}

/* --- Botón Añadir al carrito / Comprar ahora --- */
.single_add_to_cart_button,
button.single_add_to_cart_button.alt {
  background-color: #004d7c !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 0;
  border-radius: 12px;
  text-transform: none;
  width: 100%;
  transition: background-color 0.3s ease;
}

.single_add_to_cart_button:hover {
  background-color: #003653 !important;
}

/* --- Botón fijo inferior en móvil --- */
@media (max-width: 768px) {
  .buy-now-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004d7c;
    color: #ffffff;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    z-index: 9999;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: background 0.3s ease;
  }
  .buy-now-fixed:hover {
    background: #003653;
  }
}

/* --- Ajuste visual para que el contenido no quede oculto detrás del botón fijo --- */
@media (max-width: 768px) {
  .woocommerce div.product {
    padding-bottom: 70px; /* deja espacio al final del scroll */
  }
}/* End custom CSS */