/** Shopify CDN: Minification failed

Line 305:2 Unexpected "/"

**/
/* Only applies on the product page, not collection cards */
.product-details [ref="priceContainer"] span.price {
  font-size: 1.6em !important;
  font-weight: bold !important;
  color: #ff6b8a !important;
  -webkit-text-fill-color: #ff6b8a !important;
}
.product-details [ref="priceContainer"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 61%;
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 20px 0;
  margin: 4px 0;
  color: #ff6b8a !important;
  -webkit-text-fill-color: #ff6b8a !important;
}
.price-iva {
  font-size: 1.3em;
  color: #888888;
  font-weight: normal;
}
.card {
  border-radius: 30px;
}
.preventa-banner {
  padding: 16px 20px !important;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.4em !important;
  margin-bottom: 12px;
  width: 61%;
  text-align: center;
}

/* In Stock - Green ✅ */
.preventa-banner.disponible {
  background-color: #d1fae5;
  border: 1px solid #6ee7b7;
  color: #065f46;
}

/* On its way - Orange 🟠 */
.preventa-banner.en-camino {
  background-color: #ffedd5;
  border: 1px solid #fb923c;
  color: #9a3412;
}

/* Pre-sale - Blue 🔵 */
.preventa-banner.preventa {
  background-color: #dbeafe;
  border: 1px solid #93c5fd;
  color: #1e40af;
}

.product-grid-container {
  --page-width: 1920px !important;
}
.product-grid {
  --product-grid-gap-desktop: 50px 30px !important;
}
.footer {
  background-color: #f9f9f9 !important;
  border-top: 1px solid #e8e8e8 !important;
  padding: 48px 0 24px !important;
}
.footer__content-top {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  gap: 40px !important;
}
.footer a {
  color: #444444 !important;
  text-decoration: none !important;
  font-size: 0.9em !important;
}
.footer a:hover {
  color: #000000 !important;
}
.footer__heading {
  font-size: 0.85em !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 12px !important;
}
.mega-menu__link {
  font-size: 1.1em !important;
  padding: 12px 20px !important;
  font-weight: 500 !important;
}
.mega-menu__link .wrap-text {
  font-size: 1.1em !important;
  letter-spacing: 0.03em !important;
}
.mega-menu__link:hover .wrap-text {
  color: #000 !important;
  text-decoration: underline !important;
}

:root {
  --page-width: 1400px;
}

.product-information.section--page-width {
  padding-inline: 40px !important;
}

.product-badges__badge--preventa {
  background: #7B2FBE !important;
  color: #ffffff !important;
}

.product-badges__badge--exclusivo-web {
  background: #EA580C !important;
  color: #ffffff !important;
}

.product-badges__badge--inmediata {
  background: #198754 !important;
  color: #ffffff !important;
}

.collection-hero {
  padding-left: 110 !important;
  padding-right: 110 !important;
}

.collection-hero__content {
  max-width: 2000px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
}


.ch-dark {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.ch-dark__inner {
  max-width: 2000px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* Auto-style all product descriptions */
.product-details .rte h2 {
  font-size: 1.3em;
  font-weight: 800;
  margin: 16px 0 8px 0;
  padding-bottom: 6px;
  border-bottom: 2px solid #e94560;
  width: 61%;
}

.product-details .rte h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 12px 0 6px 0;
  color: #e94560;
  width: 61%;
}

.product-details .rte p {
  font-size: 0.95em;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 10px;
  width: 61%;
}

.product-details .rte ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  width: 61%;
}

.product-details .rte ul li {
  font-size: 0.92em !important;
  line-height: 1.6 !important;
  padding: 10px 16px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  color: #444444 !important;
  -webkit-text-fill-color: #444444 !important;
  display: flex !important;
  gap: 10px !important;
  align-items: baseline !important;
  background: #ffffff !important;
}

.product-details .rte ul li:nth-child(odd) {
  background: #fafafa !important;
}

.product-details .rte ul li:last-child {
  border-bottom: none !important;
}

.product-details .rte ul li::before {
  content: "🔹";
  flex-shrink: 0;
  font-size: 0.85em;
}

.product-details .rte ul li * {
  color: #444444 !important;
  -webkit-text-fill-color: #444444 !important;
}

.product-details .rte ul li strong {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  min-width: 110px !important;
  flex-shrink: 0 !important;
}

/* START Custom Style for SEARCH SECTION */

/* Search page header */
.search-header {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 40px 0 !important;
}

.search-header h2 {
  color: #ffffff !important;
  font-size: 2em !important;
  font-weight: 800 !important;
}

/* Style the search input */
.search-header input[type="search"] {
  border-radius: 50px !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  padding: 12px 20px !important;
}

.search-header input[type="search"]::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

/* Results count and filter bar */
.collection-wrapper .filters-wrapper {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 12px;
  margin-bottom: 8px;
}

/* No results message */
.results-list__no-results {
  text-align: center;
  padding: 60px 20px;
  color: #888888;
  font-size: 1.1em;
}

/* END Custom Style for SEARCH SECTION */


/* START Custom Style for SUBMENU SECTION */

/* Submenu dropdown container */
.menu-list__submenu {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4) !important;
  /*top-right-bottom-left*/
  padding: 20px 10px 100px 10px !important;
}

/* Submenu links */
.menu-list__submenu a {
  color: rgba(255,255,255,0.8) !important;
  font-size: 1.8em !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
  display: block !important;
  text-decoration: none !important;
}

.menu-list__submenu a:hover {
  color: #ffffff !important;
  background: rgba(233, 69, 96, 0.15) !important;
  padding-left: 16px !important;
}*/

/* Submenu headings */ 
.menu-list__submenu .menu-list__heading,
.mega-menu__heading {
  color: #ff6b8a !important;
  font-size: 0.78em !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 100px !important;
  padding: 0 12px !important;
}

/* Divider between columns */
.mega-menu__list {
  border-right: 1px solid rgba(255,255,255,0.08) !important;
  padding-right: 20px !important;
  margin-right: 20px !important;
}

.mega-menu__list:last-child {
  border-right: none !important;
}*

/* Fix product titles in submenu */
.menu-list__submenu .resource-card__title,
.menu-list__submenu .resource-card__title p,
.menu-list__submenu .resource-card__title * {
  color: rgba(255,255,255,0.9) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.9) !important;
  font-size: 1.2em !important;
}

/* Fix prices in submenu */
.menu-list__submenu [ref="priceContainer"] span,
.menu-list__submenu .price,
.menu-list__submenu .price-iva {
  color: #ff6b8a !important;
  -webkit-text-fill-color: #ff6b8a !important;
  font-size: 1em !important;
}

.mega-menu__content {
  gap: 12px !important;
  padding: 12px !important;
}

/* Product cards inside submenu */
.menu-list__submenu .resource-card {
  background: rgba(255,255,255,0.05) !important;
  border-radius: 8px !important;
  padding: 8px !important;
  transition: background 0.2s !important;
}

.menu-list__submenu .resource-card:hover {
  background: rgba(233, 69, 96, 0.15) !important;
}

.menu-list__submenu .resource-card__title p {
  font-size: 0.75em !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
/* END Custom Style for SUBMENU SECTION */

/* Global price color across all pages */
.price,
.price__current,
.price__regular,
.price--large,
[ref="priceContainer"] .price,
.product-grid .price,
.card-price,
.price-item,
.price-item--regular,
.price-item--sale {
  color: #ff6b8a !important;
  -webkit-text-fill-color: #ff6b8a !important;
}

/*END */

.quantum-breadcrumb {
  padding-inline: var(--page-margin) !important;
  max-width: var(--page-width) !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Footer social icons - bigger and colored */
/* Footer social icons - pill button style */
.social-icons__wrapper {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.social-icons__icon-wrapper {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

.social-icons__icon-wrapper a {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 8px !important;
  height: 40px !important;
  padding: 0 18px !important;
  border-radius: 50px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
}

.social-icons__icon-wrapper svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  order: 0 !important;
}

.social-icons__icon-label {
  display: inline !important;
  font-size: 0.88em !important;
  font-weight: 700 !important;
  order: 1 !important;
}

/* Facebook */
.social-icons__icon-wrapper a[aria-label="Facebook"] {
  background: #1877F2 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Instagram */
.social-icons__icon-wrapper a[aria-label="Instagram"] {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* TikTok */
.social-icons__icon-wrapper a[aria-label="TikTok"],
.social-icons__icon-wrapper a[aria-label="Tiktok"] {
  background: #000000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}

.social-icons__icon-wrapper a:hover {
  opacity: 0.85 !important;
  transform: translateY(-2px) !important;
}

/**/

/* Push Ver todo button to the right */
.product-list__header,
.product-list__heading-wrapper,
[class*="product_list_button"] {
  margin-left: auto !important;
}

/*CHASE PRODUCT BANNER */

.chase-banner {
  background-color: #f3e8ff;
  border: 1px solid #a855f7;
  color: #6b21a8;
  padding: 16px 20px !important;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.4em !important;
  margin-bottom: 12px;
  width: 61%;
  text-align: center;
}

/*END CHASE*/

/* === Fix product card image sizes - HOMEPAGE === */
.product-media-container {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
}

.card-gallery img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
/* === END Fix Homepage === */

/* ===  MOBILE FIXES === */
@media (max-width: 768px) {

  /* Fix price container */
  .product-details [ref="priceContainer"] {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    padding: 12px 0 !important;
  }

  /* Fix preventa/disponible/en-camino banners */
  .preventa-banner,
  .chase-banner {
    width: 100% !important;
    font-size: 1em !important;
    padding: 12px !important;
  }

  /* Fix product description text */
  .product-details .rte h2,
  .product-details .rte h3,
  .product-details .rte p,
  .product-details .rte ul {
    width: 100% !important;
  }

  /* Fix product details list */
  .product-details .rte ul li strong {
    min-width: 80px !important;
  }
}

/* === END MOBILE FIXES === */

/* === WHOLESALE BANNER MOBILE FIX === */
@media (max-width: 768px) {
  .wholesale-banner {
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .wholesale-desc {
    font-size: 0.85em !important;
    line-height: 1.6 !important;
  }

  .wholesale-table {
    width: 100% !important;
    font-size: 0.8em !important;
    display: block !important;
    overflow-x: auto !important;
  }

  .wholesale-table th,
  .wholesale-table td {
    padding: 6px 8px !important;
    white-space: normal !important;
  }
}
/* === END WHOLESALE BANNER MOBILE FIX === */

/* === LAPTOP BUTTON + LAYOUT FIX === */
@media (max-width: 1440px) {
  .product-information.section--page-width {
    padding-inline: 20px !important;
  }

  .product-form,
  .product-form__buttons,
  .product-form-buttons,
  .buy-buttons-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .product-details {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .wholesale-banner {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
}
/* === END LAPTOP FIX === */

/* === MOBILE CAROUSEL - ALWAYS SHOW ARROWS === */
@media (max-width: 768px) {
  .slideshow-control[disabled],
  .slideshow-control--previous[disabled],
  .slideshow-control--next[disabled] {
    display: flex !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
  }

  .slideshow-control {
    display: flex !important;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .slideshow-control svg {
    stroke: #ffffff !important;
  }
}
/* === END MOBILE CAROUSEL === */

/* === MENU HIGHLIGHTS SIZE FIX === */
a.menu-list__link.nav-highlight--hot,
a.menu-list__link.nav-highlight--wholesale {
  background: none !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  height: auto !important;
  align-self: center !important;
}

a.menu-list__link.nav-highlight--hot .menu-list__link-title,
a.menu-list__link.nav-highlight--wholesale .menu-list__link-title {
  display: inline-block !important;
  border-radius: 50px !important;
  padding: 3px 10px !important;
  font-size: 0.9em !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

a.menu-list__link.nav-highlight--hot .menu-list__link-title {
  background: linear-gradient(90deg, #e94560, #f5a623) !important;
}

a.menu-list__link.nav-highlight--wholesale .menu-list__link-title {
  background: #7B2FBE !important;
}

a.menu-list__link.nav-highlight--hot:hover,
a.menu-list__link.nav-highlight--wholesale:hover {
  opacity: 0.85 !important;
}

/* === MENU HIGHLIGHTS ALIGNMENT FIX === */
.menu-list__list-item:has(a.nav-highlight--hot),
.menu-list__list-item:has(a.nav-highlight--wholesale) {
  display: flex !important;
  align-items: center !important;
}

a.menu-list__link.nav-highlight--hot,
a.menu-list__link.nav-highlight--wholesale {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  height: 100% !important;
}
/* === END ALIGNMENT FIX === */

/* === END MENU HIGHLIGHTS SIZE FIX === */

/* === HERO BLOCK TABS FIX === */
.hero-block-tabs {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
  flex-wrap: wrap !important;
}

.hero-block-tab {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}
/* === END HERO BLOCK TABS FIX === */

/* === RIBBON CARD CLIP === */
.card-gallery,
.card-gallery .a-container {
  overflow: hidden !important;
}
/* === END RIBBON CARD CLIP === */

/* === FAQ ANSWERS === */
.faq-answer {
  border-left: 3px solid #e94560 !important;
  margin-left: 4px !important;
}

.faq-answer p,
.faq-answer p a,
.faq-answer p span {
  color: rgba(255,255,255,0.8) !important;
  font-size: 0.95em !important;
  line-height: 1.9 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
/* === END FAQ ANSWERS === */

/* === BREADCRUMBS === */
.quantum-breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 10px 0 !important;
  flex-wrap: wrap !important;
}

.quantum-breadcrumb a {
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.8em !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  letter-spacing: 0.01em !important;
}

.quantum-breadcrumb a:hover {
  color: #f5a623 !important;
}

.quantum-breadcrumb span:not(.quantum-breadcrumb__current) {
  color: rgba(255,255,255,0.2) !important;
  font-size: 0.75em !important;
}

.quantum-breadcrumb__current {
  color: rgba(255,255,255,0.75) !important;
  font-size: 0.8em !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 300px !important;
}
/* === END BREADCRUMBS === */

/* === CART DRAWER OVERLAY === */
.cart-drawer__overlay,
.drawer__overlay,
[class*="drawer-overlay"],
.overlay--cart {
  opacity: 0.4 !important;
  background: rgba(0,0,0,0.4) !important;
}
/* === END CART DRAWER OVERLAY === */