/** Shopify CDN: Minification failed

Line 29:0 All "@import" rules must come first

**/
/* ===== SLIKKO — FIX GENERAL ===== */
html, body { overflow-x: hidden !important; max-width: 100vw !important; }
* { box-sizing: border-box !important; }
img, video, iframe { max-width: 100% !important; }
.shopify-section { overflow-x: hidden !important; max-width: 100vw !important; }

/* ===== OCULTAR BOTON COMPRAR AHORA ===== */
.shopify-payment-button,
.shopify-payment-button__button,
[data-shopify="payment-button"],
.dynamic-checkout__content,
.dynamic-checkout,
#dynamic-checkout-cart,
.product-form__payment-button,
buy-buttons accelerated-checkout,
[class*="accelerated-checkout"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ===== PRECIO — fuente elegante ===== */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

.price__regular .price-item,
.price__sale .price-item,
.price__regular,
.price__sale,
[class*="price"] .money,
.product__price .money,
.product-price .money {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 1.55rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  color: #0a0a0a !important;
}

/* Galeria producto */
.product__media-wrapper,
.product__media,
[class*="product-media"],
[class*="media-gallery"] { overflow: hidden !important; }

.product__media img,
.product__media video,
[class*="product-media"] img,
[class*="product-media"] video,
[class*="media-gallery"] img,
[class*="media-gallery"] video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  max-width: 100% !important;
  display: block !important;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .header__logo { font-size: 18px !important; }
  #rb1, #rb2, #rb3, #rb4, #rb5, #rb6, #rb7, #rb8, #rb9 { overflow-x: hidden !important; }
}
