@media (max-width: 799.99px) {
  .mobile-bottom-nav .mobile-nav-item {
    transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
  }

  .mobile-bottom-nav .mobile-nav-item:active,
  .mobile-bottom-nav .mobile-nav-item.is-pressed,
  .mobile-bottom-nav .mobile-nav-item.is-active {
    background: rgba(255, 20, 147, .22) !important;
    color: #fff !important;
    transform: translateY(1px) scale(.97);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  }

  .mobile-bottom-nav .mobile-nav-item:active span,
  .mobile-bottom-nav .mobile-nav-item.is-pressed span,
  .mobile-bottom-nav .mobile-nav-item.is-active span,
  .mobile-bottom-nav .mobile-nav-item:active .nav-icon,
  .mobile-bottom-nav .mobile-nav-item.is-pressed .nav-icon,
  .mobile-bottom-nav .mobile-nav-item.is-active .nav-icon,
  .mobile-bottom-nav .mobile-nav-item:active svg,
  .mobile-bottom-nav .mobile-nav-item.is-pressed svg,
  .mobile-bottom-nav .mobile-nav-item.is-active svg {
    color: #fff !important;
    stroke: #fff !important;
  }
}
:root {
  --sd-black: #050505;
  --sd-fuchsia: #ff1493;
  --sd-white: #ffffff;
  --sd-dark-gray: #252525;
  --sd-mid-gray: #777777;
  --sd-light-gray: #f5f5f5;
  --sd-bg: #ffffff;
  --sd-primary: #ff1493;
  --sd-header-bg: #050505;
  --sd-footer-bg: #050505;
  --sd-border: #e7e7e7;
  --sd-shadow: 0 18px 40px rgba(5, 5, 5, 0.08);
  --sd-radius: 22px;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sd-bg);
  color: var(--sd-black);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body.category-menu-open {
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
code { background: var(--sd-light-gray); padding: .1rem .35rem; border-radius: .35rem; }
.sd-container {
  width: 95%;
  max-width: none;
  margin: 0 auto;
}
@media (max-width: 799px) {
  .sd-container { width: 99%; }
  .sd-top-belt-button {
    width: 100%;
  }

  .sd-top-belt-html {
    width: 100%;
  }
}
.sd-top-belt {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent;
  box-sizing: border-box;
}
.sd-top-belt * {
  box-sizing: border-box;
}
.sd-top-belt-link {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit;
  text-decoration: none;
}
.sd-top-belt-link,
.sd-top-belt-link * {
  border-radius: 0 !important;
}
.sd-top-belt-picture {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sd-top-belt-img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.sd-top-belt-html {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  overflow: visible !important;
}
.sd-top-belt-html,
.sd-top-belt-html * {
  border-radius: 0 !important;
}
.sd-top-belt-html > * {
  max-width: none !important;
}
.sd-top-belt-html > *:first-child {
  margin-top: 0 !important;
}
.sd-top-belt-html > *:last-child {
  margin-bottom: 0 !important;
}
.sd-top-belt-button {
  display: inline-block;
  width: fit-content;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--sd-header-bg);
  color: var(--sd-white);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: 1.3rem;
  font-weight: 800;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--sd-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sd-white);
  font-weight: 900;
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: .6rem;
}
.icon-button,
.menu-toggle {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--sd-white);
  border-radius: 999px;
  min-height: 44px;
  padding: .7rem .95rem;
  cursor: pointer;
}
.search-shell {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.search-form {
  display: none;
  align-items: center;
  gap: .5rem;
}
.search-form.is-open {
  display: flex;
}
.search-form input {
  width: min(280px, 58vw);
  border: 1px solid rgba(255,255,255,.18);
  background: var(--sd-white);
  color: var(--sd-black);
  border-radius: 999px;
  min-height: 44px;
  padding: .7rem 1rem;
}
.search-submit {
  border: 0;
  background: var(--sd-primary);
  color: var(--sd-white);
  border-radius: 999px;
  min-height: 44px;
  padding: .7rem 1rem;
  cursor: pointer;
}
.main-nav {
  display: none;
  flex-direction: column;
  gap: .25rem;
  padding: 0 0 1rem;
}
.main-nav.is-open {
  display: flex;
}
.main-nav a {
  color: rgba(255,255,255,.82);
  padding: .75rem .9rem;
  border-radius: 14px;
  font-weight: 600;
}
.main-nav a:hover,
.main-nav a.is-active {
  color: var(--sd-white);
  background: rgba(255,255,255,.08);
}
.cart-link {
  color: #ff9bd0 !important;
}
.notices {
  padding-top: 1rem;
}
.notice {
  border: 1px solid var(--sd-border);
  background: #fff6fb;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  margin-bottom: .75rem;
}
.notice.success {
  background: #f5fff9;
}
.hero {
  padding: 1.5rem 0 1rem;
}
.hero-grid,
.footer-grid,
.simple-card-grid {
  display: grid;
  gap: 1rem;
}
.opportunities-hero {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 36px);
  background:
    radial-gradient(circle at top right, rgba(255, 20, 147, 0.16), transparent 36%),
    linear-gradient(135deg, #fff7fc 0%, #ffffff 52%, #fff9ef 100%);
}

.opportunities-hero p {
  max-width: 860px;
}

.opportunities-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.opportunity-card {
  padding: 22px;
  border: 1px solid var(--sd-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--sd-shadow);
  display: grid;
  gap: 12px;
}

.opportunity-card h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.opportunity-card p {
  margin: 0;
}

.opportunity-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.opportunity-points li {
  position: relative;
  padding-left: 18px;
  color: #4b4b4b;
  line-height: 1.5;
}

.opportunity-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sd-primary);
}

.opportunities-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 20, 147, 0.18);
  background: #fff6fb;
  color: #494949;
}

@media (max-width: 799px) {
  .opportunities-pillars {
    grid-template-columns: 1fr;
  }
}
.hero-panel,
.hero-highlight,
.product-card,
.product-detail-media,
.product-detail-body,
.empty-state,
.cart-summary,
.simple-card,
.cart-item {
  background: var(--sd-white);
  border: 1px solid var(--sd-border);
  border-radius: var(--sd-radius);
  box-shadow: var(--sd-shadow);
}
.hero-panel,
.hero-highlight,
.product-detail-media,
.product-detail-body,
.cart-summary,
.simple-card,
.empty-state {
  padding: 1.35rem;
}
.section {
  padding: 1rem 0 3rem;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.eyebrow {
  display: inline-block;
  color: var(--sd-primary);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
}
h1 {
  font-size: clamp(2rem, 5.6vw, 4.8rem);
  line-height: .94;
  margin: .4rem 0 1rem;
}
h2, h3 {
  margin-top: 0;
}
.lead,
.muted,
.hero-panel p,
.simple-card p,
.empty-state p,
.product-body p {
  color: var(--sd-mid-gray);
  line-height: 1.7;
}
.hero-actions,
.card-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 46px;
  padding: .8rem 1.2rem;
  font-weight: 800;
  cursor: pointer;
}
.btn,
button,
.search-submit {
  border-radius: 10px;
  font-weight: 400 !important;
}
.btn-primary {
  background: var(--sd-primary);
  color: var(--sd-white);
}
.btn-secondary {
  background: var(--sd-white);
  color: var(--sd-black);
  border-color: var(--sd-border);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.product-module-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.shop-layout {
  display: grid;
  gap: 1rem;
}
.shop-sidebar {
  min-width: 0;
}
.shop-content {
  min-width: 0;
}
.shop-head {
  align-items: start;
}
.category-menu-shell {
  position: relative;
  background: var(--sd-white);
  border: 1px solid var(--sd-border);
  border-radius: 24px;
  box-shadow: var(--sd-shadow);
  overflow: hidden;
}
.category-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--sd-border);
}
.category-menu-header h2 {
  margin: 0;
  font-size: 1rem;
}
.category-mobile-button {
  border: 1px solid var(--sd-border);
  background: var(--sd-white);
  color: var(--sd-black);
  border-radius: 999px;
  padding: .55rem .9rem;
  font-weight: 700;
  cursor: pointer;
}
.category-menu-body {
  padding: .8rem;
}
.category-menu-mobile-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem 0 1rem;
}
.category-menu-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--sd-border);
  background: var(--sd-white);
  color: var(--sd-black);
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.category-menu-overlay {
  display: none;
}
.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  border-radius: 14px;
  padding: .72rem .85rem;
  color: var(--sd-dark-gray);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.category-link-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.category-link:hover,
.category-link.is-active {
  background: #fff2fa;
  color: var(--sd-fuchsia);
}
.category-link-relampago,
.category-relampago-link {
  background: #ffe45c;
  color: #111111 !important;
  font-weight: 900;
  border-radius: 12px;
  border: 1px solid #facc15;
}
.category-link-relampago:hover,
.category-relampago-link:hover,
.category-link-relampago.is-active,
.category-relampago-link.is-active {
  background: #ffd93d;
  color: #111111 !important;
}
.category-level {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-item + .category-item {
  margin-top: .15rem;
}
.category-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .35rem;
  align-items: center;
}
.category-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--sd-border);
  background: var(--sd-white);
  color: var(--sd-black);
  border-radius: 10px;
  cursor: pointer;
}
.category-toggle .toggle-minus {
  display: none;
}
.category-toggle[aria-expanded="true"] .toggle-plus {
  display: none;
}
.category-toggle[aria-expanded="true"] .toggle-minus {
  display: inline;
}
.category-children {
  display: none;
  padding-left: .7rem;
  margin-left: .45rem;
  border-left: 1px solid #f0d7e8;
}
.category-children[hidden] {
  display: none !important;
}
.category-item.is-open > .category-children {
  display: block;
}
.level-1 .category-link { padding-left: 1rem; }
.level-2 .category-link { padding-left: 1.2rem; }
.level-3 .category-link { padding-left: 1.4rem; }
.category-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  color: var(--sd-mid-gray);
}
.category-breadcrumbs a {
  color: var(--sd-dark-gray);
}
.category-description {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  background: #fcfcfc;
  border: 1px solid var(--sd-border);
  border-radius: 18px;
}
.shop-products-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.sd-products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.product-card,
.product-card-module {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--sd-light-gray);
}
.product-card-image {
  width: 100%;
  height: 250px;
  max-height: 250px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card-image img {
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transform: scale(1.08);
  transform-origin: center center;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-image.product-card-image img,
.product-detail-image-box img {
  object-fit: contain;
}
.product-card-module .product-body,
.product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.product-body h3,
.product-body .muted,
.product-body p {
  text-align: center;
}
.price-block {
  text-align: center;
}
.product-price {
  font-size: calc(1em + 6px);
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  color: #050505;
  font-weight: 400 !important;
  text-align: center;
}
.price-block strong {
  font-weight: 400 !important;
}
.price-mxn {
  display: none !important;
}
.price-decimals {
  font-size: .58em;
  line-height: 1;
  position: relative;
  top: .15em;
}
.product-tax-note {
  text-align: center;
  margin-top: 4px;
  margin-bottom: .9rem;
  color: var(--sd-mid-gray);
  font-size: .92rem;
}
.product-free-shipping {
  display: block;
  margin: 6px auto 0;
  padding: 0;
  background: transparent !important;
  color: #333333 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  font-size: calc(1em + 3px);
  line-height: 1.2;
  text-align: center;
  min-height: 22px;
}
.product-free-shipping-empty {
  visibility: hidden;
  min-height: 22px;
}
.card-actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
}
.card-actions form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.card-actions .btn-primary {
  margin: 0 auto;
  text-align: center;
}
#modules-loader,
#modules-end {
  text-align: center;
  padding: 1rem 0 2rem;
  color: var(--sd-mid-gray);
}
.product-detail-image-box {
  min-height: 360px;
  height: auto;
  padding: 1rem;
}
.product-detail-image-box img {
  width: 100%;
  max-width: 520px;
  height: 320px;
  object-fit: contain;
}
.product-meta-list p {
  margin: .35rem 0;
}
.product-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  color: var(--sd-mid-gray);
  background: linear-gradient(135deg, #fafafa, #ededed);
}
.badge,
.product-card .badge,
.product-badge-relampago {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #ffd400 !important;
  color: #050505 !important;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.badge-dark {
  background: var(--sd-dark-gray) !important;
  color: var(--sd-white) !important;
  left: auto;
  right: 1rem;
}
.relampago-countdown {
  width: fit-content;
  max-width: 100%;
  margin: 7px auto 8px;
  padding: 7px 10px;
  border-radius: 10px;
  background: #ffd400;
  color: #050505;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}
.relampago-countdown span {
  font-variant-numeric: tabular-nums;
}
.relampago-countdown.is-ended {
  background: #f1f1f1;
}
.product-body {
  padding: 1.15rem;
}
.price-block {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: .8rem 0 1rem;
}
.price-old {
  color: var(--sd-mid-gray);
  text-decoration: line-through;
  text-align: center;
  font-weight: 400 !important;
  font-size: calc(1em + 4px);
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
}
.btn-primary.is-added,
button.is-added {
  background: #b8f7cf !important;
  color: #096b32 !important;
  border-color: #9be8b8 !important;
}
button:disabled {
  opacity: .85;
  cursor: wait;
}
.cart-price,
.summary-price {
  font-weight: 400 !important;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
}
.cart-price .price-decimals,
.summary-price .price-decimals {
  font-size: .58em;
  line-height: 1;
  position: relative;
  top: .15em;
}
.price-large strong {
  font-size: 2rem;
}
.search-summary {
  color: var(--sd-mid-gray);
  margin-bottom: 1rem;
}
.product-detail {
  display: grid;
  gap: 1rem;
}
.product-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}
.product-form input,
.cart-item input {
  width: 100%;
  border: 1px solid var(--sd-border);
  border-radius: 14px;
  padding: .85rem 1rem;
}
.cart-layout {
  display: grid;
  gap: 1rem;
}
.cart-summary {
  align-self: start;
}
.cart-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cart-item {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
.cart-item img {
  width: 100%;
  max-width: 110px;
  border-radius: 18px;
}
.cart-item-product-info {
  min-width: 0;
  max-width: 100%;
}
.cart-item h2 {
  font-size: calc(1em + 2px);
  line-height: 1.25;
  margin: 0 0 4px;
  font-weight: 400;
}
.cart-item h2 a,
.cart-item h2 {
  word-break: break-word;
}
.cart-item p {
  margin: 0 0 6px;
  font-size: .88rem;
}
.cart-quantity-cell,
.cart-subtotal-cell,
.cart-remove-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item-mobile-actions {
  display: contents;
}
.cart-quantity-cell label {
  display: grid;
  gap: 5px;
  text-align: center;
  font-size: .82rem;
  color: #333333;
}
.cart-quantity-input {
  width: 82px !important;
  text-align: center;
}
.cart-subtotal-cell {
  text-align: center;
}
.cart-remove-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #f3b8b8;
  border-radius: 10px;
  background: #ffe1e1;
  color: #b3261e;
  font-weight: 400 !important;
  cursor: pointer;
  line-height: 1;
}
.cart-remove-button:hover {
  background: #ffd2d2;
  color: #9f1f18;
}
.cart-remove-button:disabled {
  opacity: .75;
  cursor: wait;
}
.cart-product-flags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  margin: .5rem 0 .7rem;
}
.cart-product-flags .badge,
.cart-product-flags .product-badge-relampago {
  position: static;
  left: auto;
  top: auto;
  right: auto;
}
.cart-product-flags .relampago-countdown {
  margin: 0;
}
.cart-promotions {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  gap: .75rem;
}
.shipping-carousel-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}
.shipping-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  overflow-x: visible;
  scroll-snap-type: none;
  padding: 2px 0 8px;
}
.shipping-card {
  position: relative;
  border: 1px solid var(--sd-border);
  border-radius: 18px;
  background: #ffffff;
  padding: .8rem;
  min-height: auto;
  box-shadow: var(--sd-shadow);
}
.shipping-card.is-selected {
  border-color: var(--sd-primary);
  box-shadow: 0 0 0 2px rgba(255, 20, 147, .14), var(--sd-shadow);
}
.shipping-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sd-light-gray);
  font-size: 1.1rem;
  margin-bottom: .45rem;
}
.shipping-card h3 {
  margin: 0 0 .2rem;
  font-size: .95rem;
  line-height: 1.2;
}
.shipping-price,
.shipping-free-minimum {
  margin-top: .2rem;
  color: #333333;
  line-height: 1.2;
}
.shipping-progress-message {
  margin-top: .45rem;
  color: #333333;
  font-size: .88rem;
  line-height: 1.25;
}
.shipping-card.is-free .shipping-progress-message {
  color: #129447;
}
.shipping-select-button {
  margin-top: .55rem;
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--sd-border);
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  font-weight: 400 !important;
  cursor: pointer;
}
.shipping-card.is-selected .shipping-select-button {
  background: #ffe8f4;
  color: var(--sd-fuchsia);
  border-color: var(--sd-fuchsia);
}
.cart-promo-card {
  border: 1px solid var(--sd-border);
  background: #fffdf4;
  border-radius: 16px;
  padding: 1rem;
}
.cart-promo-card.is-unlocked {
  background: #f4fff7;
  border-color: #bfeccb;
}
.cart-promo-title {
  margin: 0 0 .35rem;
  font-size: 1rem;
  font-weight: 400;
}
.cart-promo-message {
  margin: 0;
  color: #333333;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--sd-border);
}
.summary-row.total {
  border-bottom: 0;
  font-size: 1.1rem;
}
.simple-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.catalog-section {
  padding-top: 1.5rem;
}
.catalog-card {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  background: var(--sd-white);
  border: 1px solid var(--sd-border);
  border-radius: 30px;
  box-shadow: var(--sd-shadow);
  overflow: hidden;
}
.catalog-cover-shell {
  position: relative;
  background: linear-gradient(145deg, #fafafa, #f0f0f0);
  min-height: 360px;
}
.catalog-cover-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.catalog-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--sd-fuchsia);
  color: var(--sd-white);
  border-radius: 999px;
  padding: .5rem .9rem;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(255, 20, 147, 0.24);
}
.catalog-copy {
  padding: 1.5rem;
}
.catalog-points {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .7rem;
}
.catalog-points li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--sd-dark-gray);
}
.catalog-points li::before {
  content: "";
  position: absolute;
  top: .55rem;
  left: 0;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--sd-fuchsia);
}
.catalog-actions {
  margin-top: 1.35rem;
}
.btn-catalog {
  min-height: 56px;
  padding-inline: 1.6rem;
  box-shadow: 0 18px 30px rgba(255, 20, 147, 0.16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-catalog:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(255, 20, 147, 0.24);
}
.catalog-footnote {
  margin-top: 1rem;
  color: var(--sd-mid-gray);
}
.catalog-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--sd-white);
  border: 1px solid var(--sd-border);
  border-radius: 28px;
  box-shadow: var(--sd-shadow);
}
.catalog-empty-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--sd-light-gray);
  color: var(--sd-fuchsia);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.site-footer {
  background: var(--sd-footer-bg);
  color: var(--sd-white);
  padding: 2rem 0;
}
.footer-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.footer-links a,
.footer-social a {
  display: block;
  color: rgba(255,255,255,.78);
  margin-top: .5rem;
}
.footer-copy {
  padding-top: 1rem;
  color: rgba(255,255,255,.62);
}
.link-button {
  border: 0;
  background: transparent;
  color: var(--sd-primary);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 800px) {
  .site-header-inner {
    grid-template-columns: auto 1fr auto;
  }
  .menu-toggle {
    display: none;
  }
  .header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
  }
  .main-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .search-form {
    display: flex;
    width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: width .2s ease, opacity .2s ease;
  }
  .search-form.is-open {
    width: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .hero-grid {
    grid-template-columns: 1.15fr .85fr;
  }
  .shop-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
  }
  .shop-sidebar {
    position: sticky;
    top: 96px;
  }
  .category-mobile-button {
    display: none;
  }
  .catalog-card {
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  }
  .catalog-copy {
    padding: 2rem;
  }
  .product-detail {
    grid-template-columns: 1.05fr .95fr;
  }
  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
  }
  .cart-summary {
    position: sticky;
    top: 20px;
    align-self: start;
  }
  .cart-item {
    grid-template-columns: 90px minmax(0, 1fr) 120px 140px 120px;
    align-items: center;
    gap: 12px;
  }
  .cart-item-product-info {
    min-width: 0;
    max-width: 100%;
  }
  .cart-item-mobile-actions {
    display: contents;
  }
}
@media (max-width: 768px) {
  .page-cart .sd-container,
  .page-cart .cart-layout,
  .page-cart .cart-promotions,
  .page-cart [data-cart-items],
  .page-cart .cart-list,
  .page-cart .shipping-carousel-section,
  .page-cart .cart-summary {
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-cart .cart-layout > div {
    width: 100%;
    max-width: 100%;
  }
  .cart-summary {
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .cart-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    align-items: start;
  }
  .cart-item img,
  .cart-item .product-image-placeholder {
    grid-column: 1;
    grid-row: 1;
    width: 72px;
    max-width: 72px;
    min-height: 72px;
  }
  .cart-item-product-info {
    grid-column: 2;
    grid-row: 1;
  }
  .cart-item-mobile-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }
  .cart-quantity-cell,
  .cart-subtotal-cell,
  .cart-remove-cell {
    grid-column: auto;
  }
  .cart-quantity-cell label {
    width: 100%;
  }
  .cart-quantity-input {
    width: 72px !important;
    margin: 0 auto;
  }
  .cart-subtotal-cell {
    justify-content: center;
    text-align: center;
  }
  .cart-remove-button {
    min-height: 52px;
    min-width: 64px;
    padding: 6px 8px;
    flex-direction: column;
    gap: 4px;
    font-size: .8rem;
  }
}
@media (max-width: 799px) {
  .product-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-card-image {
    height: 160px;
  }
  .product-card-image img {
    width: 100%;
    height: 160px;
    object-fit: contain;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .category-menu-shell {
    border-radius: 20px;
  }
  .category-menu-mobile-head {
    display: flex;
  }
  .category-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 60;
  }
  .category-menu-overlay.is-open {
    display: block;
  }
  .category-menu-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 60vw;
    max-width: 360px;
    min-width: 260px;
    height: 100vh;
    background: var(--sd-white);
    z-index: 61;
    overflow-y: auto;
    padding: 1rem;
    transform: translateX(-100%);
    transition: transform .24s ease;
    box-shadow: 18px 0 38px rgba(0,0,0,.18);
  }
  .category-menu-body.is-open {
    display: block;
    transform: translateX(0);
  }
  .site-header-inner {
    grid-template-columns: auto auto;
  }
  .header-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }
  .cart-summary {
    position: static;
  }
  .search-form.is-open {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    margin-bottom: .9rem;
  }
  .search-form input {
    width: 100%;
  }
}
.page-shop .product-module-grid,
.page-shop .product-module-grid.cols-6,
.page-shop .product-module-grid.cols-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}
.page-shop .product-card.product-card-module,
.page-shop .product-card-module {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  min-height: 0 !important;
  border-radius: 5px !important;
}
.page-shop .product-module-grid > .product-card-module {
  height: 100% !important;
}
.page-shop .product-card-module .product-card-image,
.page-shop .product-card-module .product-image {
  aspect-ratio: 1 / 1.18 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-shop .product-card-module .product-card-image img,
.page-shop .product-card-module .product-image img {
  width: 100% !important;
  height: 217px !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
}
.page-shop .product-card-module .product-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 8px 10px 10px !important;
  gap: 0 !important;
  text-align: center !important;
}
.page-shop .product-card-module h3 {
  font-size: 15px !important;
  line-height: 1.15 !important;
  margin: 8px 0 0 !important;
  min-height: 0 !important;
  max-height: calc(15px * 1.15 * 2) !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-shop .product-card-module h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-shop .product-card-module .muted {
  font-size: 13px !important;
  line-height: 1.05 !important;
  margin: 3px 0 0 !important;
  min-height: 0 !important;
  max-height: 16px !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-shop .product-card-module .price-block {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 9px 0 0 !important;
  gap: 4px !important;
  line-height: 1 !important;
}
.page-shop .product-card-module .product-price {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.page-shop .product-card-module .product-price .price-main {
  font-size: 28px !important;
  line-height: 1 !important;
}
.page-shop .product-card-module .price-currency,
.page-shop .product-card-module .price-dot,
.page-shop .product-card-module .price-decimals {
  font-size: 17px !important;
  line-height: 1 !important;
}
.page-shop .product-card-module .price-old {
  font-size: 15px !important;
  line-height: 1 !important;
  color: #777777 !important;
  text-decoration: line-through !important;
}
.page-shop .product-card-module .price-old .price-main {
  font-size: 18px !important;
  line-height: 1 !important;
}
.page-shop .product-card-module .product-tax-note {
  font-size: 12px !important;
  min-height: 13px !important;
  margin: 4px 0 0 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  color: #777777 !important;
}
.page-shop .product-card-module .product-free-shipping {
  display: flex !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 6px 0 0 !important;
  min-height: 20px !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  color: #16a34a !important;
  font-weight: 700 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.page-shop .product-card-module .relampago-countdown {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  font-size: 12px !important;
  min-height: 22px !important;
  padding: 5px 8px !important;
  margin: 9px auto 0 !important;
  text-align: center !important;
  line-height: 1.1 !important;
}
.page-shop .product-card-module .relampago-countdown span {
  text-align: center !important;
}
.page-shop .product-card-module:has(.relampago-countdown) .price-block,
.page-shop .product-card-module.has-flash-price .price-block {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 8px 0 0 !important;
  text-align: center !important;
}
.page-shop .product-card-module:has(.relampago-countdown) .product-price,
.page-shop .product-card-module.has-flash-price .product-price {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  align-self: center !important;
  margin: 0 !important;
  order: 1 !important;
  text-align: center !important;
}
.page-shop .product-card-module .product-free-shipping-empty {
  visibility: hidden !important;
  min-height: 20px !important;
}
.page-shop .product-card-module:has(.relampago-countdown) .price-old,
.page-shop .product-card-module.has-flash-price .price-old {
  order: 2 !important;
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  align-self: center !important;
  text-align: center !important;
  margin: 5px 0 0 !important;
}
.page-shop .product-card-module:has(.relampago-countdown) .product-tax-note,
.page-shop .product-card-module.has-flash-price .product-tax-note {
  margin: 4px 0 0 !important;
  text-align: center !important;
}
.page-shop .product-card-module .card-actions {
  margin-top: auto !important;
  padding-top: 8px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: 100% !important;
}
.page-shop .product-card-module .card-actions form {
  width: 100% !important;
  margin: 0 !important;
}
.page-shop .product-card-module .card-actions .btn,
.page-shop .product-card-module button.btn {
  width: 100% !important;
  min-height: 31px !important;
  padding: 6px 8px !important;
  font-size: 13px !important;
  border-radius: 7px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1380px) {
  .page-shop .product-module-grid,
  .page-shop .product-module-grid.cols-6,
  .page-shop .product-module-grid.cols-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1080px) {
  .page-shop .product-module-grid,
  .page-shop .product-module-grid.cols-6,
  .page-shop .product-module-grid.cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 720px) {
  .page-shop .product-module-grid,
  .page-shop .product-module-grid.cols-6,
  .page-shop .product-module-grid.cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .page-shop .product-card-module .product-card-image img,
  .page-shop .product-card-module .product-image img {
    width: 100% !important;
    height: 162px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    transform: scale(1.08) !important;
  }
  .page-shop .product-card-module .product-body {
    padding: 7px !important;
    gap: 0 !important;
  }
  .page-shop .product-card-module h3 {
    font-size: 14px !important;
    min-height: 0 !important;
    max-height: calc(14px * 1.15 * 2) !important;
  }
  .page-shop .product-card-module .muted {
    font-size: 12px !important;
    margin-top: 3px !important;
    min-height: 0 !important;
    max-height: 15px !important;
  }
  .page-shop .product-card-module .product-price .price-main {
    font-size: 25px !important;
  }
  .page-shop .product-card-module .price-currency,
  .page-shop .product-card-module .price-dot,
  .page-shop .product-card-module .price-decimals {
    font-size: 15px !important;
  }
  .page-shop .product-card-module .product-tax-note,
  .page-shop .product-card-module .product-free-shipping,
  .page-shop .product-card-module .relampago-countdown {
    font-size: 11px !important;
  }
  .page-shop .product-card-module:has(.relampago-countdown) .product-price,
  .page-shop .product-card-module.has-flash-price .product-price {
    order: 1 !important;
  }
  .page-shop .product-card-module:has(.relampago-countdown) .price-old,
  .page-shop .product-card-module.has-flash-price .price-old {
    order: 2 !important;
    margin-top: 5px !important;
  }
  .page-shop .product-card-module .product-free-shipping {
    font-size: 15px !important;
  }
  .page-shop .product-card-module .card-actions {
    margin-top: auto !important;
  }
  .page-shop .product-card-module .card-actions .btn,
  .page-shop .product-card-module button.btn {
    min-height: 29px !important;
    font-size: 12px !important;
    padding: 5px 7px !important;
  }
}
@media (max-width: 360px) {
  .page-shop .product-module-grid,
  .page-shop .product-module-grid.cols-6,
  .page-shop .product-module-grid.cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 901px) {
  .page-shop .shop-layout {
    align-items: flex-start;
  }
  .page-shop .shop-sidebar {
    position: relative !important;
    top: auto !important;
    align-self: flex-start;
    max-height: none !important;
    overflow: visible !important;
  }
  .page-shop .category-menu-shell {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
  }
  .page-shop .category-menu-header {
    flex: initial;
  }
  .page-shop .category-menu-body {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 900px) {
  .page-shop .shop-sidebar {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .page-shop .category-menu-shell,
  .page-shop .category-menu-body {
    max-height: none !important;
    overflow: visible !important;
  }
}
.home-modules {
  display: grid;
  gap: 0;
}
.page-home {
  max-width: 100%;
  overflow-x: hidden;
}
.home-module {
  position: relative;
}
.home-module-head {
  align-items: center;
}
.home-module-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
.home-hero-shell,
.home-text-shell,
.home-banner-shell {
  background: var(--sd-white);
  border: 1px solid var(--sd-border);
  border-radius: 10px;
  box-shadow: var(--sd-shadow);
  overflow: hidden;
}
.home-hero-shell {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
}
.home-hero-copy,
.home-text-shell {
  display: grid;
  gap: .9rem;
}
.home-hero-copy p,
.home-text-shell p {
  margin: 0;
}
.home-hero-visual,
.home-banner-shell {
  background: linear-gradient(145deg, #fff4fb, #f8f8f8);
}
.home-hero-visual img,
.home-banner-shell img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.home-hero-fallback,
.home-banner-fallback {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1.5rem;
  text-align: center;
  color: var(--sd-dark-gray);
}
.home-text-shell {
  padding: 1.4rem;
}
.home-products-module .sd-container {
  overflow: hidden;
}
.page-home .home-module,
.page-home .home-products-module,
.page-home .home-products-module .sd-container {
  max-width: 100%;
  overflow: hidden;
}
.page-home .home-carousel-viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.page-home .home-carousel-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.page-home .home-carousel-track {
  --home-carousel-gap: 18px;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: var(--home-carousel-gap) !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-x !important;
  overscroll-behavior-x: contain !important;
  padding: 8px 0 18px !important;
  box-sizing: border-box !important;
  scrollbar-width: none !important;
}
.page-home .home-carousel-track::-webkit-scrollbar {
  display: none !important;
}
.page-home .home-carousel-track > .product-card-module {
  flex: 0 0 260px !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  box-sizing: border-box !important;
}
.home-carousel-controls {
  display: none !important;
}
.page-home .home-carousel-side-button {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
}
.page-home .home-carousel-side-prev {
  left: 8px;
}
.page-home .home-carousel-side-next {
  right: 8px;
}
.page-home .home-carousel-side-button:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}
.page-home .home-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}
.page-home .home-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: width .2s ease, background .2s ease, transform .2s ease;
}
.page-home .home-carousel-dot.is-active {
  width: 22px;
  background: var(--sd-primary);
}
.page-home .home-carousel-dot:hover {
  transform: scale(1.15);
}
.limited-badge {
  background: #0f172a !important;
  color: #ffffff !important;
}
.home-image-banner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--sd-border);
  box-shadow: var(--sd-shadow);
}
.home-image-banner picture {
  display: block;
  width: 100%;
}
.home-image-banner img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  display: block;
  object-fit: contain;
}
.page-home .home-hero-module .home-hero-visual,
.page-home .home-hero-module .home-hero-visual picture,
.page-home .home-image-banner-module .home-image-banner picture,
.page-home .home-text-module .home-text-shell picture {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.page-home .home-hero-module .home-hero-visual img,
.page-home .home-image-banner-module .home-image-banner img,
.page-home .home-text-module .home-text-shell img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
.page-home .home-text-module .home-text-shell > div,
.page-home .home-text-module .home-text-shell > div > * {
  max-width: 100% !important;
}
.home-image-banner-copy {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: .7rem;
  padding: 1.35rem;
  background: transparent;
  color: var(--sd-white);
}
.home-image-banner-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}
.home-image-banner-copy .eyebrow {
  color: #ffd3ea;
}
.page-home .home-carousel-track .product-card-module .product-card-image,
.page-home .home-carousel-track .product-card-module .product-image {
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  aspect-ratio: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-home .home-carousel-track .product-card-module .product-card-image img,
.page-home .home-carousel-track .product-card-module .product-image img {
  width: 100% !important;
  height: 247px !important;
  max-width: 100% !important;
  max-height: 247px !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
}
.page-home .home-carousel-track .product-card-module h3 {
  font-size: 15px !important;
  line-height: 1.15 !important;
  margin: 8px 0 0 !important;
  min-height: 0 !important;
  max-height: calc(15px * 1.15 * 2) !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-home .home-carousel-track .product-card-module .muted {
  font-size: 13px !important;
  line-height: 1.05 !important;
  margin: 3px 0 0 !important;
  max-height: 16px !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-home .home-carousel-track .product-card-module .product-price .price-main {
  font-size: 28px !important;
}
.page-home .home-carousel-track .product-card-module .price-currency,
.page-home .home-carousel-track .product-card-module .price-dot,
.page-home .home-carousel-track .product-card-module .price-decimals {
  font-size: 17px !important;
}
.page-home .home-carousel-track .product-card-module .product-free-shipping {
  font-size: 16px !important;
  color: #16a34a !important;
  font-weight: 700 !important;
}
.page-home .home-carousel-track .product-card-module .card-actions .btn,
.page-home .home-carousel-track .product-card-module button.btn {
  min-height: 34px !important;
  padding: 7px 9px !important;
  font-size: 13px !important;
}
.limited-stock-line {
  margin: 6px 0 0 !important;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.limited-progress {
  width: 100%;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: #eef2f7;
  overflow: hidden;
}
.limited-progress-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff1493, #ffa4d3);
}
.page-home .product-module-grid,
.page-home .product-module-grid.cols-5,
.page-home .product-module-grid.cols-6,
.page-home .home-product-grid {
  display: grid;
  grid-template-columns: repeat(var(--home-module-cols, 5), minmax(0, 1fr));
  gap: 14px;
}
.page-home .product-card.product-card-module,
.page-home .product-card-module {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 5px !important;
}
.page-home .product-card-module .product-card-image,
.page-home .product-card-module .product-image {
  aspect-ratio: 1 / 1.18 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-home .product-card-module .product-card-image img,
.page-home .product-card-module .product-image img {
  width: 100% !important;
  height: 217px !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 auto !important;
  transform: scale(1.08) !important;
  transform-origin: center center !important;
}
.page-home .product-card-module .product-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 8px 10px 10px !important;
  gap: 0 !important;
  text-align: center !important;
}
.page-home .product-card-module h3 {
  font-size: 15px !important;
  line-height: 1.15 !important;
  margin: 8px 0 0 !important;
  min-height: 0 !important;
  max-height: calc(15px * 1.15 * 2) !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-home .product-card-module h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-home .product-card-module .muted {
  font-size: 13px !important;
  line-height: 1.05 !important;
  margin: 3px 0 0 !important;
  min-height: 0 !important;
  max-height: 16px !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-home .product-card-module .relampago-countdown {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  margin: 9px auto 0 !important;
  padding: 5px 8px !important;
  text-align: center !important;
}
.page-home .product-card-module .price-block {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 9px 0 0 !important;
  gap: 4px !important;
  line-height: 1 !important;
}
.page-home .product-card-module .product-price {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.page-home .product-card-module .product-price .price-main {
  font-size: 28px !important;
  line-height: 1 !important;
}
.page-home .product-card-module .price-currency,
.page-home .product-card-module .price-dot,
.page-home .product-card-module .price-decimals {
  font-size: 17px !important;
  line-height: 1 !important;
}
.page-home .product-card-module .price-old {
  font-size: 15px !important;
  line-height: 1 !important;
  color: #777777 !important;
  text-decoration: line-through !important;
}
.page-home .product-card-module .price-old .price-main {
  font-size: 18px !important;
  line-height: 1 !important;
}
.page-home .product-card-module:has(.relampago-countdown) .price-block,
.page-home .product-card-module.has-flash-price .price-block {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 8px 0 0 !important;
}
.page-home .product-card-module:has(.relampago-countdown) .product-price,
.page-home .product-card-module.has-flash-price .product-price {
  order: 1 !important;
  margin: 0 !important;
  align-self: center !important;
}
.page-home .product-card-module:has(.relampago-countdown) .price-old,
.page-home .product-card-module.has-flash-price .price-old {
  order: 2 !important;
  margin: 5px 0 0 !important;
  align-self: center !important;
}
.page-home .product-card-module .product-tax-note {
  font-size: 12px !important;
  margin: 4px 0 0 !important;
  color: #777777 !important;
  text-align: center !important;
}
.page-home .product-card-module .product-free-shipping {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 6px 0 0 !important;
  min-height: 20px !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  color: #16a34a !important;
  font-weight: 700 !important;
}
.page-home .product-card-module .product-free-shipping-empty {
  visibility: hidden !important;
  min-height: 20px !important;
}
.page-home .product-card-module .card-actions {
  margin-top: auto !important;
  padding-top: 8px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: 100% !important;
}
.page-home .product-card-module .card-actions form {
  width: 100% !important;
  margin: 0 !important;
}
.page-home .product-card-module .card-actions .btn,
.page-home .product-card-module button.btn {
  width: 100% !important;
}
@media (min-width: 900px) {
  .home-hero-shell {
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
  }
}
@media (max-width: 1380px) {
  .page-home .product-module-grid,
  .page-home .product-module-grid.cols-5,
  .page-home .product-module-grid.cols-6,
  .page-home .home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-home .home-carousel-track {
    --home-carousel-cols: 6;
  }
}
@media (max-width: 1080px) {
  .page-home .product-module-grid,
  .page-home .product-module-grid.cols-5,
  .page-home .product-module-grid.cols-6,
  .page-home .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-home .home-carousel-track {
    --home-carousel-cols: 4;
  }
}
@media (max-width: 720px) {
  .home-module-actions {
    width: 100%;
    justify-content: space-between;
  }
  .page-home .home-carousel-track {
    --home-carousel-cols: 2;
    --home-carousel-gap: 10px !important;
    padding: 6px 0 14px !important;
  }
  .page-home .product-module-grid,
  .page-home .product-module-grid.cols-5,
  .page-home .product-module-grid.cols-6,
  .page-home .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .page-home .product-card-module .product-card-image img,
  .page-home .product-card-module .product-image img {
    width: 100% !important;
    height: 162px !important;
    transform: scale(1.08) !important;
  }
  .page-home .product-card-module .product-body {
    padding: 7px !important;
  }
  .page-home .product-card-module h3 {
    font-size: 14px !important;
    max-height: calc(14px * 1.15 * 2) !important;
  }
  .page-home .product-card-module .muted {
    font-size: 12px !important;
    max-height: 15px !important;
  }
  .page-home .product-card-module .product-price .price-main {
    font-size: 25px !important;
  }
  .page-home .product-card-module .price-currency,
  .page-home .product-card-module .price-dot,
  .page-home .product-card-module .price-decimals {
    font-size: 15px !important;
  }
  .home-image-banner img {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .home-hero-shell,
  .home-banner-shell,
  .home-image-banner {
    border-radius: 5px;
  }
  .home-image-banner-copy {
    padding: 1rem;
  }
  .page-home .home-carousel-side-button {
    width: 34px;
    height: 34px;
    min-height: 34px;
    font-size: 19px;
  }
  .page-home .home-carousel-side-prev {
    left: 4px;
  }
  .page-home .home-carousel-side-next {
    right: 4px;
  }
  .page-home .home-carousel-track > .product-card-module {
    flex: 0 0 185px !important;
    width: 185px !important;
    min-width: 185px !important;
    max-width: 185px !important;
    border-radius: 5px !important;
  }
  .page-home .home-carousel-track .product-card-module .product-card-image,
  .page-home .home-carousel-track .product-card-module .product-image {
    height: 185px !important;
    min-height: 185px !important;
    max-height: 185px !important;
  }
  .page-home .home-carousel-track .product-card-module .product-card-image img,
  .page-home .home-carousel-track .product-card-module .product-image img {
    width: 100% !important;
    height: 182px !important;
    max-width: 100% !important;
    max-height: 182px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    transform: scale(1.08) !important;
  }
  .page-home .home-carousel-track .product-card-module h3 {
    font-size: 13px !important;
    max-height: calc(13px * 1.15 * 2) !important;
  }
  .page-home .home-carousel-track .product-card-module .muted {
    font-size: 12px !important;
  }
  .page-home .home-carousel-track .product-card-module .product-price .price-main {
    font-size: 24px !important;
  }
  .page-home .home-carousel-track .product-card-module .price-currency,
  .page-home .home-carousel-track .product-card-module .price-dot,
  .page-home .home-carousel-track .product-card-module .price-decimals {
    font-size: 14px !important;
  }
  .page-home .home-carousel-track .product-card-module .product-free-shipping {
    font-size: 14px !important;
  }
  .page-home .home-carousel-track .product-card-module .card-actions .btn,
  .page-home .home-carousel-track .product-card-module button.btn {
    min-height: 31px !important;
    font-size: 12px !important;
    padding: 6px 7px !important;
  }
}

/* Main header and navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #050505;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
.site-header-inner {
  min-height: 68px;
  display: flex !important;
  align-items: center;
  gap: 18px;
}
.brand {
  color: #fff;
  text-decoration: none;
}
.desktop-main-nav,
.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 0;
}
.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  background: transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.nav-item:hover,
.nav-item.is-active,
.mobile-nav-item:hover,
.mobile-nav-item.is-active {
  background: rgba(255, 255, 255, .12);
}
.nav-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 20px;
}
.nav-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cart-link {
  position: relative;
  color: #fff !important;
}
.cart-badge {
  position: absolute;
  top: 1px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 2px #050505;
}
.cart-badge.is-empty {
  opacity: .85;
}
.header-actions {
  display: none !important;
}
.menu-toggle,
.icon-button {
  display: none !important;
}
.desktop-search-row {
  display: none;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 10px 0 14px;
}
.site-header.search-is-open .desktop-search-row {
  display: block;
}
.desktop-search-row .search-form {
  display: none;
  align-items: center;
  gap: 10px;
}
.site-header.search-is-open .desktop-search-row .search-form,
.desktop-search-row .search-form.is-open {
  display: flex;
}
.desktop-search-row .search-form input[type="search"] {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 0 18px;
  font-size: 20px;
  outline: none;
  background: #fff;
  color: #111;
}
.desktop-search-row .search-form button {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
}
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 860px) {
  .desktop-main-nav,
  .main-nav {
    display: none !important;
  }
  .site-header {
    position: sticky;
    top: 0;
  }
  body {
    padding-bottom: 78px;
  }
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, .22);
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
  }
  .mobile-nav-item {
    position: relative;
    min-width: 0;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 10.5px;
    line-height: 1.05;
    font-weight: 700;
    padding: 5px 2px;
    border-radius: 12px;
  }
  .mobile-nav-item .nav-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
  .mobile-nav-item .nav-icon svg {
    width: 22px;
    height: 22px;
  }
  .mobile-nav-item .cart-badge {
    top: 0;
    right: 18%;
    box-shadow: 0 0 0 2px #050505;
  }
}

@media (min-width: 861px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

/* Header final overrides */
@media (min-width: 800px) {
  .site-header .sd-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .site-header-inner {
    width: 100%;
    min-height: 68px;
    display: block !important;
  }
  .desktop-main-nav {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    width: 100%;
    margin: 0 !important;
    gap: 0;
  }
  .desktop-main-nav .nav-item {
    width: 100%;
    min-width: 0;
    min-height: 68px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, .08);
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 700;
    text-align: center;
    white-space: normal;
  }
  .desktop-main-nav .nav-item:first-child {
    border-left: 0;
  }
  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(255, 255, 255, .12);
  }
  .header-actions,
  .menu-toggle,
  .brand,
  .brand-mark {
    display: none !important;
  }
  .desktop-search-row {
    display: none;
    width: 100%;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 12px 0 16px;
    position: relative;
    z-index: 1300;
  }
  .desktop-search-row.is-open,
  .site-header.search-is-open .desktop-search-row {
    display: block !important;
  }
  .desktop-search-row .sd-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .search-form {
    display: none;
    width: 100%;
    gap: 10px;
    align-items: center;
  }
  .search-form.is-open {
    display: flex !important;
  }
  .search-form input[type="search"] {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .28);
    padding: 0 20px;
    font-size: 20px;
    background: #fff;
    color: #111;
    outline: none;
  }
  .search-form .search-submit {
    min-height: 54px;
    border-radius: 999px;
    border: 0;
    padding: 0 24px;
    background: #fff;
    color: #111;
    font-weight: 800;
    cursor: pointer;
  }
}

@media (max-width: 799px) {
  .desktop-main-nav,
  .main-nav {
    display: none !important;
  }
  .desktop-search-row {
    display: none !important;
  }
  .header-actions,
  .menu-toggle,
  .icon-button,
  .brand,
  .brand-mark {
    display: none !important;
  }
  body {
    padding-bottom: 78px;
  }
  .mobile-top-search-button {
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 1400;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #050505;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
  }
  .mobile-top-search-button svg {
    width: 23px;
    height: 23px;
    stroke: currentColor;
    fill: none;
  }
  .mobile-search-panel {
    display: none;
    position: fixed;
    top: 62px;
    left: 10px;
    right: 10px;
    z-index: 1399;
    background: #050505;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
  }
  .mobile-search-panel.is-open {
    display: block !important;
  }
  .mobile-search-panel form {
    display: flex;
    gap: 8px;
  }
  .mobile-search-panel input[type="search"] {
    width: 100%;
    min-height: 46px;
    border-radius: 999px;
    border: 0;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
  }
  .mobile-search-panel button {
    min-height: 46px;
    border-radius: 999px;
    border: 0;
    padding: 0 16px;
    font-weight: 800;
    background: #fff;
    color: #111;
  }
}

@media (min-width: 800px) {
  .mobile-top-search-button,
  .mobile-search-panel {
    display: none !important;
  }
}

button,
.btn,
.search-submit,
.mobile-search-panel button,
.search-form button,
.product-card-module button,
.card-actions .btn,
.home-carousel-side-button,
.home-carousel-dot,
.nav-search-button,
.mobile-nav-item,
.nav-item,
.clients-action,
.action-btn {
  border-radius: 10px !important;
}

.mobile-top-search-button {
  border-radius: 999px !important;
}

.cart-badge,
.home-carousel-dot {
  border-radius: 999px !important;
}

@media (max-width: 799px) {
  .mobile-search-panel button,
  .mobile-search-panel .search-submit {
    border-radius: 10px !important;
    min-height: 46px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 800;
    background: #ffffff;
    color: #111111;
    border: 0;
  }

  .mobile-search-panel input[type="search"] {
    border-radius: 10px !important;
  }
}

@media (min-width: 800px) {
  .desktop-search-row {
    display: none;
    width: 100%;
    background: #050505;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 14px 0 16px;
    position: static;
    top: auto;
    z-index: auto;
    box-shadow: 0 12px 24px rgba(0,0,0,.18);
  }

  .desktop-search-row.is-open,
  .site-header.search-is-open .desktop-search-row {
    display: block !important;
  }

  .desktop-search-row .sd-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-search-row .search-form {
    display: none;
    width: 100%;
    gap: 10px;
    align-items: center;
  }

  .desktop-search-row .search-form.is-open {
    display: flex !important;
  }

  .desktop-search-row input[type="search"] {
    width: 100%;
    min-height: 54px;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,.28);
    padding: 0 18px;
    font-size: 20px;
    background: #fff;
    color: #111;
    outline: none;
  }

  .desktop-search-row .search-submit {
    min-height: 54px;
    border-radius: 10px !important;
    border: 0;
    padding: 0 24px;
    background: #fff;
    color: #111;
    font-weight: 800;
    cursor: pointer;
  }
}

@media (max-width: 799px) {
  .desktop-search-row {
    display: none !important;
  }
}

.infinite-loader,
.infinite-end {
  text-align: center;
  padding: 18px;
  font-weight: 800;
  color: #555;
}

.infinite-sentinel {
  width: 100%;
  height: 1px;
}

.search-results-title {
  margin: 18px 0;
  font-size: 22px;
  font-weight: 900;
}

.search-results-title span {
  color: var(--sd-primary);
}

/* =========================================================
   FIX FINAL BUSCADOR DESKTOP - DEBE IR ABAJO DEL MENU
   ========================================================= */

@media (min-width: 800px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #050505 !important;
    overflow: visible !important;
  }

  .site-header-inner {
    position: relative !important;
    z-index: 2 !important;
    background: #050505 !important;
  }

  #desktopSearchRow.desktop-search-row {
    display: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    background: #ffffff !important;
    color: #111111 !important;
    border-top: 1px solid #e5e7eb !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 14px 16px !important;
    margin: 0 !important;
    z-index: 1 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.10) !important;
  }

  #desktopSearchRow.desktop-search-row.is-open,
  .site-header.search-is-open #desktopSearchRow.desktop-search-row {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #desktopSearchRow .sd-container {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #desktopSearchRow #site-search-form {
    display: none !important;
    width: 100% !important;
    gap: 10px !important;
    align-items: center !important;
    margin: 0 !important;
  }

  #desktopSearchRow #site-search-form.is-open,
  .site-header.search-is-open #desktopSearchRow #site-search-form {
    display: flex !important;
  }

  #desktopSearchRow input[type="search"] {
    width: 100% !important;
    min-height: 54px !important;
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    padding: 0 18px !important;
    font-size: 20px !important;
    background: #ffffff !important;
    color: #111111 !important;
    outline: none !important;
  }

  #desktopSearchRow .search-submit,
  #desktopSearchRow button {
    min-height: 54px !important;
    border-radius: 10px !important;
    border: 0 !important;
    padding: 0 24px !important;
    background: #ff1493 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 799.98px) {
  #desktopSearchRow.desktop-search-row {
    display: none !important;
  }
}

/* =========================================================
   FIX FINAL SCROLLBAR - THUMB FIUSHA, TRACK GRIS
   ========================================================= */

button,
.btn,
.search-submit,
.nav-search-button,
.mobile-search-panel button,
.card-actions .btn {
  border-radius: 10px !important;
}

.search-page {
  padding: 30px 0 60px;
}

.search-page-form {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.search-page-form input[type="search"] {
  width: 100%;
  min-height: 56px;
  border-radius: 10px;
  border: 1px solid var(--sd-border, #ddd);
  padding: 0 18px;
  font-size: 20px;
}

.search-page-form button {
  min-height: 56px;
  border-radius: 10px;
  padding: 0 24px;
  font-weight: 900;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1200px) {
  .search-results-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .search-results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 800px) {
  .desktop-search-row {
    display: none !important;
    width: 100%;
    background: #050505;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 14px 0 16px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    box-shadow: 0 12px 24px rgba(0,0,0,.22);
  }

  .desktop-search-row.is-open,
  .site-header.search-is-open .desktop-search-row {
    display: block !important;
  }

  .desktop-search-row .sd-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-search-row .search-form {
    display: none !important;
    width: 100%;
    gap: 10px;
    align-items: center;
  }

  .desktop-search-row .search-form.is-open,
  .site-header.search-is-open .desktop-search-row .search-form {
    display: flex !important;
  }

  .desktop-search-row input[type="search"] {
    width: 100%;
    min-height: 54px;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,.28);
    padding: 0 18px;
    font-size: 20px;
    background: #fff;
    color: #111;
    outline: none;
  }

  .desktop-search-row .search-submit {
    min-height: 54px;
    border-radius: 10px !important;
    border: 0;
    padding: 0 24px;
    background: #fff;
    color: #111;
    font-weight: 800;
    cursor: pointer;
  }

  .desktop-main-nav {
    display: grid !important;
  }

  .mobile-bottom-nav,
  .mobile-top-search-button,
  .mobile-search-panel {
    display: none !important;
  }
}

@media (max-width: 799.98px) {
  .desktop-main-nav,
  .site-header .main-nav,
  .desktop-search-row {
    display: none !important;
  }

  .mobile-bottom-nav {
    display: grid !important;
  }

  .mobile-top-search-button {
    display: flex !important;
  }

  .search-page {
    padding: 22px 0 90px;
  }

  .search-page-form {
    flex-direction: column;
  }

  .search-page-form input[type="search"] {
    font-size: 18px;
  }

  .search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (min-width: 800px) {
  #desktopSearchRow.desktop-search-row {
    display: none !important;
    width: 100% !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 14px 16px !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.14) !important;
  }

  #desktopSearchRow.desktop-search-row.is-open,
  .site-header.search-is-open #desktopSearchRow.desktop-search-row {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #desktopSearchRow .sd-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #desktopSearchRow #site-search-form {
    display: none !important;
    width: 100% !important;
    gap: 10px !important;
    align-items: center !important;
  }

  #desktopSearchRow #site-search-form.is-open,
  .site-header.search-is-open #desktopSearchRow #site-search-form {
    display: flex !important;
  }

  #desktopSearchRow input[type="search"] {
    width: 100% !important;
    min-height: 54px !important;
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    padding: 0 18px !important;
    font-size: 20px !important;
    background: #ffffff !important;
    color: #111111 !important;
    outline: none !important;
  }

  #desktopSearchRow .search-submit {
    min-height: 54px !important;
    border-radius: 10px !important;
    border: 0 !important;
    padding: 0 24px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    cursor: pointer !important;
  }
}

@media (max-width: 799.98px) {
  #desktopSearchRow.desktop-search-row {
    display: none !important;
  }
}

/* =========================================================
   FIX FINAL HEADER DESKTOP FIJO
   ========================================================= */

@media (min-width: 800px) {
  body {
    padding-top: 68px !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #050505 !important;
    overflow: visible !important;
  }

  .site-header-inner {
    min-height: 68px !important;
    height: 68px !important;
    position: relative !important;
    z-index: 2 !important;
    background: #050505 !important;
  }

  .desktop-main-nav {
    height: 68px !important;
  }

  .desktop-main-nav .nav-item {
    min-height: 68px !important;
  }

  #desktopSearchRow.desktop-search-row {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: auto !important;
  }

  #desktopSearchRow.desktop-search-row.is-open,
  .site-header.search-is-open #desktopSearchRow.desktop-search-row {
    display: block !important;
  }
}

@media (max-width: 799.98px) {
  body {
    padding-top: 0 !important;
  }
}

.desktop-client-access {
  display: none;
}

@media (min-width: 901px) {
  .site-header {
    background: #ffffff !important;
    color: #111111 !important;
    border-bottom: 1px solid #ece7ef !important;
  }

  .site-header-inner {
    min-height: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 4px 0;
    background: #ffffff !important;
  }

  .desktop-client-access {
    margin-left: auto;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    background: #ffffff;
    padding: 4px 0;
    min-width: 118px;
    order: 2;
  }

  .desktop-main-nav {
    order: 1;
    flex: 1 1 auto;
    margin-left: 0 !important;
  }

  .desktop-client-cta {
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 10px !important;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .desktop-client-link {
    font-size: 11px;
    line-height: 1.1;
    color: #111111;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400 !important;
  }

  .desktop-client-link:hover {
    color: #ec008c;
  }

  .desktop-main-nav .nav-item {
    min-height: 52px !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    color: #111111 !important;
    background: transparent !important;
    white-space: normal !important;
    word-break: keep-all;
  }

  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(236, 0, 140, .08) !important;
    color: #111111 !important;
  }

  .desktop-main-nav .nav-label {
    font-weight: 400 !important;
    font-size: inherit !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  .desktop-main-nav .nav-icon,
  .desktop-main-nav .cart-badge {
    color: inherit;
  }

  .desktop-search-row,
  #desktopSearchRow.desktop-search-row {
    background: #ffffff !important;
    border-top: 1px solid #ece7ef !important;
  }
}

@media (min-width: 800px) {
  .site-header {
    background: #fff !important;
    border-bottom: 1px solid #000 !important;
  }

  .site-header-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    gap: 0 !important;
  }

  .desktop-header-top {
    width: 100%;
    background: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  .desktop-header-top .sd-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
  }

  .desktop-client-access {
    width: 100%;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 0 !important;
    background: #fff !important;
    box-sizing: border-box;
  }

  .desktop-client-access .desktop-client-cta {
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    white-space: nowrap;
  }

  .desktop-client-access .desktop-client-link {
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap;
    color: #111 !important;
    text-decoration: none !important;
  }

  .desktop-client-access .desktop-client-link:hover {
    color: #ec008c !important;
  }

  .desktop-header-menu {
    width: 100%;
    background: #000 !important;
    border-bottom: 1px solid #000 !important;
  }

  .desktop-header-menu .sd-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  .desktop-main-nav,
  .site-header .desktop-main-nav {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    background: #000 !important;
    padding: 0 24px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    margin: 0 !important;
  }

  .desktop-main-nav .nav-item {
    flex: 1 1 auto;
    justify-content: center;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    min-height: 54px !important;
    padding: 8px 10px !important;
    text-align: center;
    background: transparent !important;
    white-space: normal !important;
    line-height: 1.15 !important;
  }

  .desktop-main-nav .nav-label,
  .desktop-main-nav .nav-item span {
    color: #fff !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  .desktop-main-nav .nav-icon,
  .desktop-main-nav .nav-icon svg {
    color: #fff !important;
    stroke: #fff !important;
  }

  .desktop-main-nav .nav-icon svg path,
  .desktop-main-nav .nav-icon svg circle,
  .desktop-main-nav .nav-icon svg rect {
    stroke: #fff !important;
  }

  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
  }

  .desktop-main-nav .nav-search-button {
    flex: 0 0 54px !important;
    max-width: 54px !important;
    color: #fff !important;
  }

  .desktop-main-nav .cart-link {
    position: relative;
    gap: 4px !important;
  }

  .desktop-main-nav .cart-badge {
    position: static !important;
    margin-left: 2px !important;
    transform: none !important;
    background: transparent !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    border-radius: 0 !important;
  }

  .desktop-search-row,
  #desktopSearchRow.desktop-search-row {
    background: #000 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
  }

  main {
    padding-top: 30px !important;
  }
}

@media (min-width: 800px) and (max-width: 1040px) {
  .desktop-main-nav .nav-item {
    flex-direction: column !important;
    gap: 4px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .desktop-main-nav .nav-label {
    display: block;
  }

  .desktop-main-nav .nav-search-button {
    flex-direction: column !important;
  }
}

@media (min-width: 1040.01px) {
  .desktop-main-nav .nav-item {
    flex-direction: row !important;
    gap: 6px !important;
  }
}

@media (max-width: 799.99px) {
  .desktop-header-top,
  .desktop-header-menu,
  .desktop-client-access,
  .desktop-main-nav,
  .desktop-search-row {
    display: none !important;
  }

  main {
    padding-top: 0 !important;
  }

  .mobile-bottom-nav {
    display: grid !important;
  }
}

/* =========================================================
   FINAL HEADER DESKTOP BREAKPOINT FIX
   Regla oficial:
   - Movil: 799.99px o menos
   - Desktop: 800px o mas
   ========================================================= */

@media (min-width: 800px) {
  .site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 30px !important;
  }

  .site-header-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    gap: 0 !important;
    background: #ffffff !important;
  }

  .desktop-header-top {
    display: block !important;
    width: 100% !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, .06) !important;
  }

  .desktop-header-top .sd-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  .desktop-client-access {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 0 !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
  }

  .desktop-client-access .desktop-client-cta {
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
  }

  .desktop-client-access .desktop-client-link {
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    color: #111111 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
  }

  .desktop-client-access .desktop-client-link:hover {
    color: #ec008c !important;
  }

  .desktop-header-menu {
    display: block !important;
    width: 100% !important;
    background: #000000 !important;
    border-bottom: 1px solid #000 !important;
  }

  .desktop-header-menu .sd-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    width: 100% !important;
    display: flex !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border-bottom: 1px solid #000 !important;
  }

  .desktop-main-nav .nav-item {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: transparent !important;
    min-height: 54px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    line-height: 1.15 !important;
    border-radius: 10px !important;
    white-space: normal !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  .desktop-main-nav .nav-label,
  .desktop-main-nav .nav-item span {
    color: #ffffff !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
  }

  .desktop-main-nav .nav-icon,
  .desktop-main-nav .nav-icon svg,
  .desktop-main-nav .nav-cart-icon,
  .desktop-main-nav .nav-cart-icon svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
  }

  .desktop-main-nav .nav-icon svg path,
  .desktop-main-nav .nav-icon svg circle,
  .desktop-main-nav .nav-icon svg rect,
  .desktop-main-nav .nav-icon svg line,
  .desktop-main-nav .nav-icon svg polyline {
    stroke: #ffffff !important;
  }

  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(255, 255, 255, .12) !important;
    color: #ffffff !important;
  }

  .desktop-main-nav .nav-search-button {
    color: #ffffff !important;
  }

  .desktop-main-nav .cart-link {
    gap: 4px !important;
  }

  .desktop-main-nav .cart-badge {
    position: static !important;
    display: inline-block !important;
    margin-left: 2px !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    top: auto !important;
    right: auto !important;
  }

  .desktop-search-row,
  #desktopSearchRow.desktop-search-row {
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
  }
}

@media (min-width: 1040px) {
  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .desktop-main-nav .nav-item {
    display: inline-flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .desktop-main-nav .nav-search-button {
    flex: 0 0 54px !important;
    max-width: 54px !important;
  }
}

@media (min-width: 800px) and (max-width: 1039.99px) {
  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .desktop-main-nav .nav-item {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    flex: 1 1 12.5% !important;
  }

  .desktop-main-nav .nav-search-button {
    flex: 0 0 64px !important;
    max-width: 64px !important;
  }
}

@media (max-width: 799.99px) {
  .site-header {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .desktop-header-top,
  .desktop-header-menu,
  .desktop-client-access,
  .desktop-main-nav,
  .desktop-search-row,
  #desktopSearchRow.desktop-search-row {
    display: none !important;
  }

  .mobile-bottom-nav {
    display: grid !important;
  }
}

@media (max-width: 799.99px) {
  .desktop-client-access {
    display: none !important;
  }
}

/* =========================================================
   FIX FINAL SCROLLBAR FIUSHA VISIBLE
   ========================================================= */

html,
body {
  overflow-y: scroll !important;
  scrollbar-gutter: stable !important;
  scrollbar-width: auto !important;
  scrollbar-color: #ff00b8 #f1f1f1 !important;
}

* {
  scrollbar-width: auto !important;
  scrollbar-color: #ff00b8 #f1f1f1 !important;
}

::-webkit-scrollbar {
  width: 20px !important;
  height: 20px !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-left: 1px solid #d9d9d9 !important;
}

::-webkit-scrollbar-thumb {
  background: #ff00b8 !important;
  border-radius: 10px !important;
  border: 4px solid #f1f1f1 !important;
  min-height: 60px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff4dcc !important;
}

::-webkit-scrollbar-corner {
  background: #f1f1f1 !important;
}

.page-product .product-detail-body .eyebrow {
  display: none !important;
}

.page-product .price-large .price-main {
  font-size: 47px !important;
}

.page-product .price-large .price-currency,
.page-product .price-large .price-dot,
.page-product .price-large .price-decimals {
  font-size: 24px !important;
}

.page-product .product-detail-stack {
  display: grid;
  gap: 16px;
}

.page-product .product-detail-body,
.page-product .product-description {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.page-product .product-detail-body--secondary {
  padding-top: 0;
}

.page-product .product-detail-image-box {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.page-product .product-price-panel {
  width: 100% !important;
  display: grid;
  justify-items: end !important;
  text-align: right !important;
  gap: 4px;
  margin-bottom: 10px;
}

.page-product .product-price-panel .product-price,
.page-product .product-price-panel .price-original {
  justify-content: flex-end !important;
  text-align: right !important;
}

.page-product .product-price-panel .product-price,
.page-product .product-price-panel .price-original {
  display: inline-flex;
  align-items: flex-start;
  gap: 1px;
}

.page-product .product-price-panel .price-original {
  margin-top: 4px;
}

.page-product .price-original {
  color: #6b7280;
  text-decoration: line-through;
}

.page-product .price-original .price-main {
  font-size: 42px !important;
}

.page-product .price-original .price-currency,
.page-product .price-original .price-dot,
.page-product .price-original .price-decimals {
  font-size: 19px !important;
}

.price-label-relampago {
  display: block;
  margin-bottom: 4px;
  color: #b45309 !important;
  font-size: 13px;
  font-weight: 700 !important;
}

.page-product .price-flash-head {
  display: grid !important;
  gap: 5px !important;
  justify-items: end !important;
  text-align: right !important;
  width: 100% !important;
}

.page-product .product-price-panel .relampago-countdown {
  justify-content: flex-end !important;
  text-align: right !important;
  margin: 0 !important;
  font-size: 13px !important;
}

.product-benefits {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.product-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.product-benefit--shipping {
  background: #fff6bf;
  border: 1px solid #f3d76a;
  color: #6b5a00;
}

.product-benefit--msi {
  background: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
}

.product-benefit .benefit-icon {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
}

.product-description {
  margin-top: 14px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}

.product-tag:hover {
  background: #ffe4f4;
  color: #b0007f;
}

.product-flash-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  margin: 0 0 10px !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  background: #fff3b0 !important;
  border: 1px solid #facc15 !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

@media (min-width: 900px) {
  .page-product .product-detail-stack {
    gap: 18px;
  }
}

@media (max-width: 799.98px) {
  .page-product .product-detail-body,
  .page-product .product-description,
  .page-product .product-detail-image-box {
    max-width: none;
  }

  .page-product .price-large .price-main {
    font-size: 42px !important;
  }

  .page-product .price-large .price-currency,
  .page-product .price-large .price-dot,
  .page-product .price-large .price-decimals {
    font-size: 20px !important;
  }

  .page-product .price-original .price-main {
    font-size: 37px !important;
  }

  .page-product .price-original .price-currency,
  .page-product .price-original .price-dot,
  .page-product .price-original .price-decimals {
    font-size: 16px !important;
  }
}

/* =========================================================
   PRODUCT DETAIL LAYOUT FINAL
   ========================================================= */

@media (min-width: 800px) {
  .page-product .product-detail-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px) !important;
    gap: 24px !important;
    align-items: start !important;
  }

  .page-product .product-detail-left,
  .page-product .product-detail-right {
    min-width: 0 !important;
  }

  .page-product .product-detail-right {
    position: sticky !important;
    top: 92px !important;
    align-self: start !important;
  }

  .page-product .product-detail-image-box {
    width: 100% !important;
    max-width: none !important;
    min-height: 460px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 18px !important;
    position: relative !important;
  }

  .page-product .product-detail-image-box img {
    width: 100% !important;
    max-width: 620px !important;
    height: 420px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .page-product .product-description {
    margin-top: 16px !important;
    max-width: none !important;
    width: 100% !important;
  }

  .page-product .product-tags {
    margin-top: 14px !important;
  }

  .page-product .product-buy-box {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 22px !important;
  }

  .page-product .product-buy-box h1 {
    font-size: clamp(2rem, 3.4vw, 3.4rem) !important;
    line-height: 1 !important;
    margin: 0 0 8px !important;
  }

  .page-product .product-price-panel {
    margin-top: 14px !important;
    margin-bottom: 6px !important;
    justify-items: end !important;
    text-align: right !important;
  }

  .page-product .product-tax-note {
    text-align: right !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
  }

  .page-product .product-benefits {
    margin-top: 12px !important;
  }

  .page-product .product-form {
    margin-top: 16px !important;
  }

  .page-product .product-form-inline {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: end !important;
  }

  .page-product .product-quantity-field {
    display: grid !important;
    gap: 5px !important;
    font-size: 13px !important;
  }

  .page-product .product-quantity-field input,
  .page-product .product-form input[type="number"] {
    width: 100% !important;
    height: 46px !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .page-product .product-form .btn {
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 799.98px) {
  .page-product .product-detail-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .page-product .product-detail-left {
    display: contents !important;
  }

  .page-product .product-detail-right {
    display: contents !important;
  }

  .page-product .product-detail-image-box {
    order: 1 !important;
    width: 100% !important;
    min-height: 300px !important;
    padding: 12px !important;
    position: relative !important;
  }

  .page-product .product-detail-image-box img {
    width: 100% !important;
    height: 280px !important;
    object-fit: contain !important;
  }

  .page-product .product-buy-box {
    order: 2 !important;
    width: 100% !important;
    padding: 16px !important;
  }

  .page-product .product-buy-box h1 {
    font-size: 2rem !important;
    line-height: 1.05 !important;
    margin: 0 0 8px !important;
  }

  .page-product .product-price-panel {
    text-align: right !important;
    justify-items: end !important;
  }

  .page-product .product-tax-note {
    text-align: right !important;
  }

  .page-product .product-form-inline {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: end !important;
    margin-top: 14px !important;
  }

  .page-product .product-quantity-field {
    display: grid !important;
    gap: 4px !important;
    font-size: 12px !important;
  }

  .page-product .product-quantity-field input,
  .page-product .product-form input[type="number"] {
    width: 100% !important;
    height: 44px !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .page-product .product-form .btn {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
  }

  .page-product .product-description {
    order: 3 !important;
    margin-top: 0 !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid var(--sd-border) !important;
    border-radius: 18px !important;
  }

  .page-product .product-tags {
    order: 4 !important;
    margin-top: 0 !important;
  }
}

.page-product .product-price-panel.has-flash-price {
  display: grid !important;
  gap: 4px !important;
}

.page-product .product-price-panel.has-flash-price .price-label-relampago {
  order: 1 !important;
}

.page-product .product-price-panel.has-flash-price .product-price {
  order: 2 !important;
}

.page-product .product-price-panel.has-flash-price .price-original {
  order: 3 !important;
}

.page-product .product-price-panel.has-flash-price .price-original .price-main {
  font-size: 42px !important;
}

.page-product .product-price-panel.has-flash-price .product-price .price-main {
  font-size: 47px !important;
}

@media (min-width: 800px) {
  .page-product .product-detail-page-layout {
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr) minmax(360px, 460px) !important;
    gap: 22px !important;
    align-items: start !important;
  }

  .page-product .product-detail-sidebar {
    display: block !important;
    position: static !important;
    top: auto !important;
    align-self: start !important;
    min-width: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .page-product .product-detail-sidebar .category-menu-shell {
    width: 100% !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
  }

  .page-product .product-detail-left,
  .page-product .product-detail-right {
    min-width: 0 !important;
  }

  .page-product .product-detail-right {
    position: sticky !important;
    top: 86px !important;
    align-self: start !important;
  }

  .page-product .product-detail-image-box {
    width: 100% !important;
    max-width: none !important;
    min-height: 460px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 18px !important;
    position: relative !important;
  }

  .page-product .product-detail-image-box img {
    width: 100% !important;
    max-width: 620px !important;
    height: 420px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .page-product .product-description {
    margin-top: 16px !important;
    max-width: none !important;
    width: 100% !important;
  }

  .page-product .product-tags {
    margin-top: 14px !important;
  }

  .page-product .product-buy-box {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 22px !important;
  }

  .page-product .product-form-inline {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: end !important;
  }
}

@media (max-width: 799.98px) {
  .page-product .product-detail-page-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .page-product .product-detail-sidebar {
    display: none !important;
  }

  .page-product .product-detail-left {
    display: contents !important;
  }

  .page-product .product-detail-right {
    display: contents !important;
  }

  .page-product .product-detail-image-box {
    order: 1 !important;
  }

  .page-product .product-buy-box {
    order: 2 !important;
  }

  .page-product .product-description {
    order: 3 !important;
  }

  .page-product .product-tags {
    order: 4 !important;
  }
}

/* =========================================================
   PRODUCT DETAIL CATEGORY MENU - SIN SCROLL INTERNO
   ========================================================= */

@media (min-width: 800px) {
  .page-product .product-detail-sidebar {
    display: block !important;
    position: static !important;
    top: auto !important;
    align-self: start !important;
    min-width: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .page-product .product-detail-sidebar .category-menu-shell,
  .page-product .product-detail-sidebar .category-menu-body,
  .page-product .product-detail-sidebar [data-category-menu] {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
  }

  .page-product .product-detail-sidebar .category-menu-shell {
    width: 100% !important;
  }
}

@media (max-width: 799.98px) {
  .page-product .product-detail-sidebar {
    display: none !important;
  }
}

/* =========================================================
   PRODUCT DETAIL PRICE RIGHT ALIGN FINAL
   ========================================================= */

.page-product .product-buy-box .product-price-panel,
.page-product .product-buy-box .price-block,
.page-product .product-buy-box .price-large {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  text-align: right !important;
}

.page-product .product-buy-box .product-price-panel .product-price,
.page-product .product-buy-box .price-block .product-price,
.page-product .product-buy-box .price-large .product-price {
  width: auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

.page-product .product-buy-box .product-price-panel .price-currency,
.page-product .product-buy-box .product-price-panel .price-main,
.page-product .product-buy-box .product-price-panel .price-dot,
.page-product .product-buy-box .product-price-panel .price-decimals {
  text-align: right !important;
}

.page-product .product-buy-box .product-tax-note {
  width: 100% !important;
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.page-product .product-buy-box .product-price-panel.has-flash-price {
  display: grid !important;
  justify-items: end !important;
  text-align: right !important;
}

.page-product .product-buy-box .product-price-panel.has-flash-price .price-flash-head,
.page-product .product-buy-box .product-price-panel.has-flash-price .relampago-countdown,
.page-product .product-buy-box .product-price-panel.has-flash-price .price-label-relampago,
.page-product .product-buy-box .product-price-panel.has-flash-price .product-price,
.page-product .product-buy-box .product-price-panel.has-flash-price .price-original {
  justify-self: end !important;
  text-align: right !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.page-product .product-buy-box .product-price-panel.has-flash-price {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  text-align: right !important;
  gap: 4px !important;
}

.page-product .product-buy-box .price-flash-head {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  text-align: right !important;
  gap: 4px !important;
  margin: 0 0 6px !important;
}

.page-product .product-buy-box .price-label-relampago {
  width: 100% !important;
  text-align: right !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.page-product .product-buy-box .relampago-countdown {
  align-self: flex-end !important;
  text-align: right !important;
  margin: 0 !important;
}

.page-product .product-buy-box .product-price-row {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  text-align: right !important;
}

.page-product .product-buy-box .product-price-row .product-price {
  order: 2 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  color: #111111 !important;
}

.page-product .product-buy-box .product-price-row .price-original {
  order: 1 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  color: #6b7280 !important;
  opacity: .75 !important;
  text-decoration: line-through !important;
}

.page-product .product-buy-box .product-price-row .product-price .price-main {
  font-size: 47px !important;
  line-height: 1 !important;
}

.page-product .product-buy-box .product-price-row .price-original .price-main {
  font-size: 44px !important;
  line-height: 1 !important;
}

.page-product .product-buy-box .product-tax-note {
  width: 100% !important;
  text-align: right !important;
  margin: 6px 0 0 !important;
}

.site-footer {
  background: #ffffff !important;
  color: #333333 !important;
  border-top: 1px solid #e5e7eb !important;
  padding: 42px 0 26px !important;
}

.footer-grid,
.footer-grid-admin {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
}

.footer-column h3,
.site-footer h3 {
  margin: 0 0 14px !important;
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.footer-links {
  display: grid !important;
  gap: 8px !important;
}

.footer-links a,
.site-footer a {
  color: #333333 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.footer-links a:hover,
.site-footer a:hover {
  color: #ff00b8 !important;
}

.product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.product-gallery-thumb {
  width: 88px;
  height: 88px;
  padding: 6px;
  border: 1px solid var(--sd-border);
  background: #fff;
  border-radius: 12px !important;
  cursor: pointer;
}

.product-gallery-thumb.is-active {
  border-color: var(--sd-primary);
  box-shadow: 0 0 0 2px rgba(255, 20, 147, .12);
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.footer-social-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  color: #222222 !important;
}

.footer-social-icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
}

.footer-copy {
  margin-top: 30px !important;
  padding-top: 18px !important;
  border-top: 1px solid #e5e7eb !important;
  color: #666666 !important;
  font-size: 13px !important;
  text-align: center !important;
}

.document-page {
  max-width: 900px !important;
}

.document-article {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px;
}

.document-content {
  color: #333333;
  font-size: 16px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.admin-page {
  display: grid;
  gap: 18px;
}

.admin-card {
  display: grid;
  gap: 16px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-grid label,
.admin-page label {
  display: grid;
  gap: 6px;
  color: #333333;
  font-size: 14px;
}

.admin-page input[type="text"],
.admin-page input[type="number"],
.admin-page select,
.admin-page textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

.checkbox-line {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.admin-links-list {
  display: grid;
  gap: 12px;
}

.admin-link-form {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}

@media (max-width: 1180px) and (min-width: 800px) {
  .footer-grid,
  .footer-grid-admin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 799.98px) {
  .site-footer {
    padding: 34px 0 95px !important;
  }

  .footer-grid,
  .footer-grid-admin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .footer-grid,
  .footer-grid-admin {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 901px) {
  .site-header {
    background: #ffffff !important;
    border-bottom: 0 !important;
    color: #111111 !important;
  }

  .site-header > .sd-container {
    max-width: none;
    padding: 0;
  }

  .site-header-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: auto !important;
    height: auto !important;
    background: #ffffff !important;
  }

  .desktop-header-top {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
  }

  .desktop-header-top .sd-container,
  .desktop-header-menu .sd-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-client-access {
    width: 100%;
    background: #ffffff;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    box-sizing: border-box;
  }

  .desktop-client-access .desktop-client-cta,
  .desktop-client-access .desktop-client-link {
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 400 !important;
  }

  .desktop-client-access .desktop-client-cta {
    min-height: 32px;
    padding: 8px 12px;
    border-radius: 10px !important;
  }

  .desktop-client-access .desktop-client-link {
    color: #111111;
    text-decoration: none;
  }

  .desktop-client-access .desktop-client-link:hover {
    color: #ec008c;
  }

  .desktop-header-menu {
    background: #eeeeee;
  }

  .desktop-main-nav {
    width: 100%;
    background: #eeeeee;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 !important;
  }

  .desktop-main-nav .nav-item {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    min-height: 46px !important;
    white-space: nowrap !important;
    background: transparent !important;
    border-radius: 10px !important;
  }

  .desktop-main-nav .nav-label {
    color: #111111 !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(255, 255, 255, .55) !important;
    color: #111111 !important;
  }

  .desktop-main-nav .nav-icon svg {
    stroke: #111111;
  }

  .desktop-main-nav .nav-search-button {
    margin-left: 4px;
  }

  .desktop-search-row,
  #desktopSearchRow.desktop-search-row {
    background: #eeeeee !important;
    border-top: 1px solid rgba(0, 0, 0, .06) !important;
  }
}

@media (max-width: 799.99px) {
  .desktop-header-top,
  .desktop-header-menu {
    display: contents;
  }

  .desktop-client-access,
  .desktop-main-nav {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .site-header {
    background: #fff !important;
    border-bottom: 1px solid #000 !important;
  }

  .site-header-inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }

  .desktop-header-top {
    width: 100%;
    background: #fff;
  }

  .desktop-header-top .sd-container {
    max-width: none;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .desktop-client-access {
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    background: #fff;
    box-sizing: border-box;
  }

  .desktop-client-access .desktop-client-cta {
    font-size: 15px !important;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 10px !important;
    white-space: nowrap;
  }

  .desktop-client-access .desktop-client-link {
    font-size: 14px !important;
    line-height: 1;
    white-space: nowrap;
    color: #111 !important;
  }

  .desktop-header-menu {
    width: 100%;
    background: #000 !important;
    border-bottom: 1px solid #000 !important;
  }

  .desktop-header-menu .sd-container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .desktop-main-nav {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    background: #000 !important;
    padding: 0 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    margin: 0 !important;
  }

  .desktop-main-nav .nav-item {
    flex: 1 1 auto;
    justify-content: center;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    min-height: 54px !important;
    padding: 0 10px;
    text-align: center;
    background: transparent !important;
  }

  .desktop-main-nav .nav-label,
  .desktop-main-nav .nav-item span {
    color: #fff !important;
  }

  .desktop-main-nav .nav-icon,
  .desktop-main-nav .nav-icon svg {
    color: #fff !important;
    stroke: #fff !important;
  }

  .desktop-main-nav .nav-icon svg path,
  .desktop-main-nav .nav-icon svg circle,
  .desktop-main-nav .nav-icon svg rect {
    stroke: #fff !important;
  }

  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
  }

  .desktop-main-nav .nav-search-button {
    flex: 0 0 54px;
    max-width: 54px;
    color: #fff !important;
  }

  .desktop-main-nav .cart-link {
    position: relative;
    gap: 4px;
  }

  .desktop-main-nav .cart-badge {
    position: relative;
    margin-left: -4px;
    transform: translateX(-2px);
    background: #fff !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 17px;
    border-radius: 999px;
  }
}

/* HEADER DESKTOP FINAL OVERRIDE */
@media (max-width: 799.99px) {
  .desktop-client-bar,
  .desktop-menu-bar,
  .desktop-header-top,
  .desktop-header-menu,
  .desktop-main-nav,
  .desktop-search-row {
    display: none !important;
  }

  .mobile-bottom-nav {
    display: grid !important;
  }

  .mobile-bottom-nav .mobile-nav-item,
  .mobile-bottom-nav .mobile-nav-item span,
  .mobile-bottom-nav .nav-label {
    font-weight: 400 !important;
    font-size: 13px !important;
  }
}

@media (min-width: 800px) {
  .mobile-top-search-button,
  .mobile-search-panel,
  .mobile-bottom-nav {
    display: none !important;
  }

  .desktop-client-bar,
  .desktop-menu-bar,
  .desktop-header-top,
  .desktop-header-menu {
    display: block !important;
  }

  .site-header,
  .site-header-inner,
  .desktop-client-bar,
  .desktop-menu-bar,
  .desktop-header-top,
  .desktop-header-menu {
    width: 100vw !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .site-header {
    background: #fff !important;
    border-bottom: 0 !important;
  }

  .site-header-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .desktop-client-bar,
  .desktop-header-top {
    background: #fff !important;
  }

  .desktop-client-bar {
    position: static !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 52px !important;
    padding: 6px 10px 6px 0 !important;
    box-sizing: border-box !important;
  }

  .desktop-client-bar-inner,
  .desktop-header-top .sd-container {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 10px 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }

  .desktop-client-access {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 !important;
    text-align: right !important;
    background: #fff !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .desktop-client-access .desktop-client-cta {
    flex: 0 0 auto !important;
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    margin-right: 10px !important;
  }

  .desktop-client-access .desktop-client-link {
    flex: 0 0 auto !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    color: #111 !important;
    margin-right: 10px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
  }

  .desktop-client-hello {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    font-size: 14px !important;
    color: #111 !important;
    font-weight: 400 !important;
  }

  .desktop-menu-bar,
  .desktop-header-menu {
    background: #000 !important;
    border-bottom: 1px solid #000 !important;
  }

  .desktop-menu-bar,
  .desktop-header-menu .sd-container {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    width: 100vw !important;
    max-width: none !important;
    background: #000 !important;
    margin: 0 !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
  }

  .desktop-main-nav .nav-item {
    color: #fff !important;
    background: transparent !important;
    text-align: center !important;
    font-weight: 400 !important;
  }

  .desktop-main-nav .nav-label,
  .desktop-main-nav .nav-item span {
    color: #fff !important;
    font-weight: 400 !important;
  }

  .desktop-main-nav .nav-icon,
  .desktop-main-nav .nav-icon svg,
  .desktop-main-nav .nav-cart-icon,
  .desktop-main-nav .nav-cart-icon svg {
    color: #fff !important;
    stroke: #fff !important;
  }

  .desktop-main-nav .nav-icon svg path,
  .desktop-main-nav .nav-icon svg circle,
  .desktop-main-nav .nav-icon svg rect,
  .desktop-main-nav .nav-icon svg line,
  .desktop-main-nav .nav-icon svg polyline {
    stroke: #fff !important;
  }

  .desktop-main-nav .nav-item:hover,
  .desktop-main-nav .nav-item.is-active {
    background: rgba(255, 255, 255, .12) !important;
    color: #fff !important;
  }
}

@media (min-width: 800px) and (max-width: 1040px) {
  .desktop-menu-bar,
  .desktop-header-menu {
    min-height: 132px !important;
    padding-bottom: 8px !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  .desktop-menu-bar,
  .desktop-header-menu .sd-container {
    background: #000 !important;
  }

  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100vw !important;
    max-width: none !important;
    padding: 0 !important;
    background: #000 !important;
    min-height: 124px !important;
    grid-auto-rows: minmax(62px, auto) !important;
    align-content: stretch !important;
  }

  .desktop-main-nav .nav-item {
    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 3px !important;
    padding: 8px 6px !important;
    font-size: 11.5px !important;
    color: #fff !important;
    text-align: center !important;
  }

  .desktop-main-nav .nav-label,
  .desktop-main-nav .nav-item span {
    white-space: normal !important;
    display: block !important;
  }

  .desktop-main-nav .nav-search-button {
    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;
  }
}

@media (max-width: 799.99px) {
  .mobile-account-overlay {
    position: fixed !important;
    inset: 0 0 78px 0 !important;
    background: rgba(0, 0, 0, .45) !important;
    z-index: 1498 !important;
    display: none !important;
  }

  .mobile-account-overlay.is-open {
    display: block !important;
  }

  .mobile-account-panel {
    position: fixed !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: min(70vw, 320px) !important;
    max-width: calc(100vw - 12px) !important;
    min-width: 260px !important;
    bottom: 78px !important;
    height: auto !important;
    z-index: 1499 !important;
    background: #000000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: -18px 0 38px rgba(0,0,0,.35) !important;
    padding: 16px !important;
    overflow-y: auto !important;
    transform: translateX(100%) !important;
    transition: transform .25s ease !important;
    display: block !important;
  }

  .mobile-account-panel[hidden] {
    display: none !important;
  }

  .mobile-account-panel.is-open {
    transform: translateX(0) !important;
  }

  .mobile-account-panel-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
    color: #ffffff !important;
  }

  .mobile-account-panel-head strong {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    width: fit-content !important;
  }

  .mobile-account-panel-close {
    appearance: none !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    width: fit-content !important;
  }

  .mobile-account-panel-inner {
    display: grid !important;
    gap: 0 !important;
  }

  .mobile-account-panel-inner a {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  }

  .mobile-account-panel-inner a:hover {
    background: rgba(255, 255, 255, .06) !important;
    color: #ffffff !important;
  }

  .mobile-account-toggle {
    appearance: none !important;
    border: 0 !important;
  }
}

@media (min-width: 1041px) {
  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100vw !important;
  }

  .desktop-main-nav .nav-item {
    flex: 1 1 0 !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .desktop-main-nav .nav-search-button {
    flex: 0 0 54px !important;
  }
}

@media (min-width: 800px) {
  .desktop-main-nav .cart-link {
    gap: 6px !important;
  }

  .desktop-main-nav .cart-badge {
    position: static !important;
    display: inline !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: inherit !important;
    line-height: inherit !important;
    transform: none !important;
  }

  .desktop-main-nav .cart-badge::before {
    content: "(";
  }

  .desktop-main-nav .cart-badge::after {
    content: ")";
  }
}

@media (max-width: 799.99px) {
  body.page-clientes .mobile-account-panel {
    display: none !important;
  }

  .mobile-bottom-nav .mobile-account-toggle {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mobile-bottom-nav .mobile-account-toggle .nav-icon,
  .mobile-bottom-nav .mobile-account-toggle .nav-icon svg,
  .mobile-bottom-nav .mobile-account-toggle span {
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  .mobile-bottom-nav .mobile-account-toggle svg path,
  .mobile-bottom-nav .mobile-account-toggle svg circle,
  .mobile-bottom-nav .mobile-account-toggle svg rect,
  .mobile-bottom-nav .mobile-account-toggle svg line,
  .mobile-bottom-nav .mobile-account-toggle svg polyline {
    stroke: #ffffff !important;
  }

  .mobile-bottom-nav .mobile-account-toggle:active,
  .mobile-bottom-nav .mobile-account-toggle.is-active,
  .mobile-bottom-nav .mobile-account-toggle.is-pressed {
    background: #000000 !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .mobile-bottom-nav .mobile-account-toggle:active .nav-icon,
  .mobile-bottom-nav .mobile-account-toggle:active .nav-icon svg,
  .mobile-bottom-nav .mobile-account-toggle:active span,
  .mobile-bottom-nav .mobile-account-toggle.is-active .nav-icon,
  .mobile-bottom-nav .mobile-account-toggle.is-active .nav-icon svg,
  .mobile-bottom-nav .mobile-account-toggle.is-active span,
  .mobile-bottom-nav .mobile-account-toggle.is-pressed .nav-icon,
  .mobile-bottom-nav .mobile-account-toggle.is-pressed .nav-icon svg,
  .mobile-bottom-nav .mobile-account-toggle.is-pressed span {
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  body.page-clientes .client-panel-overlay {
    inset: 0 0 78px 0 !important;
    z-index: 1498 !important;
  }

  body.page-clientes .client-panel-sidebar {
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    bottom: 78px !important;
    width: min(70vw, 320px) !important;
    max-width: calc(100vw - 20px) !important;
    height: auto !important;
    z-index: 1499 !important;
    transform: translateX(100%) !important;
    box-shadow: -18px 0 38px rgba(0,0,0,.35) !important;
  }

  body.page-clientes .client-panel-sidebar.is-open {
    transform: translateX(0) !important;
  }

  body.page-clientes .mobile-bottom-nav {
    z-index: 1200 !important;
  }

  .mobile-top-search-button,
  .mobile-search-panel {
    z-index: 1400 !important;
  }
}

@media (max-width: 799.99px) {
  body {
    padding-bottom: 128px !important;
  }

  .mobile-bottom-nav-2rows {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1200 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, 58px) !important;
    width: 100% !important;
    min-height: 116px !important;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom)) !important;
    background: #050505 !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: 0 -10px 28px rgba(0,0,0,.24) !important;
  }

  .mobile-bottom-nav-2rows .mobile-nav-item {
    appearance: none !important;
    border: 0 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 0 !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 5px 2px !important;
    background: transparent !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  .mobile-bottom-nav-2rows .mobile-nav-item .nav-icon {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .mobile-bottom-nav-2rows .mobile-nav-item svg {
    width: 22px !important;
    height: 22px !important;
    stroke: currentColor !important;
    fill: none !important;
  }

  .mobile-bottom-nav-2rows .mobile-nav-item .nav-label,
  .mobile-bottom-nav-2rows .mobile-nav-item span {
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
  }

  .mobile-bottom-nav-2rows .mobile-nav-item:hover,
  .mobile-bottom-nav-2rows .mobile-nav-item:active,
  .mobile-bottom-nav-2rows .mobile-nav-item.is-active,
  .mobile-bottom-nav-2rows .mobile-nav-item.is-pressed {
    background: rgba(255,20,147,.22) !important;
    color: #ffffff !important;
    transform: translateY(1px) scale(.97) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18) !important;
  }

  .mobile-bottom-nav-2rows .cart-badge {
    position: absolute !important;
    top: 3px !important;
    right: 18% !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    background: #ec008c !important;
    color: #ffffff !important;
    border: 2px solid #050505 !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    text-align: center !important;
  }

  .mobile-account-overlay {
    inset: 0 0 128px 0 !important;
    z-index: 1498 !important;
  }

  .mobile-account-panel,
  body.page-clientes .client-panel-sidebar {
    bottom: 128px !important;
    z-index: 1499 !important;
  }

  body.page-clientes .client-panel-overlay {
    inset: 0 0 128px 0 !important;
    z-index: 1498 !important;
  }

  .desktop-main-nav,
  .desktop-client-bar,
  .desktop-menu-bar,
  .desktop-header-top,
  .desktop-header-menu,
  .desktop-search-row,
  #desktopSearchRow {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .mobile-bottom-nav,
  .mobile-bottom-nav-2rows {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .cart-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 70%) minmax(280px, 30%) !important;
    gap: 22px !important;
    align-items: start !important;
  }

  .cart-main-content {
    min-width: 0 !important;
  }

  .cart-summary {
    position: sticky !important;
    top: 120px !important;
    align-self: start !important;
  }

  .cart-promotions {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 18px !important;
    padding: 14px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 16px !important;
    background: #ffffff !important;
  }

  .cart-promotions > h2 {
    grid-column: 1 / -1 !important;
    margin: 0 0 10px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

  .cart-promo-card {
    min-height: auto !important;
    padding: 10px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    box-shadow: none !important;
  }

  .cart-promo-title {
    margin: 0 0 5px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  .cart-promo-card .muted,
  .cart-promo-message {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .cart-promo-message {
    margin-top: 5px !important;
  }

  .shipping-carousel-section {
    margin-top: 18px !important;
    padding: 14px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 16px !important;
    background: #ffffff !important;
  }

  .shipping-carousel-section .section-head {
    margin-bottom: 10px !important;
  }

  .shipping-carousel-section .section-head h2 {
    margin: 0 !important;
    font-size: 16px !important;
  }

  .shipping-carousel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .shipping-card {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1.4fr) auto auto auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 8px 10px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    box-shadow: none !important;
  }

  .shipping-card.is-selected {
    border-color: #ec008c !important;
    background: #fff0fa !important;
  }

  .shipping-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
  }

  .shipping-card h3 {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  .shipping-price,
  .shipping-free-minimum,
  .shipping-progress-message {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .shipping-progress-message {
    color: #777777 !important;
    max-width: 260px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .shipping-select-button {
    min-height: 34px !important;
    padding: 6px 10px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 800px) and (max-width: 1180px) {
  .cart-promotions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .shipping-card {
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
  }

  .shipping-free-minimum,
  .shipping-progress-message {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .shipping-carousel-section {
    margin-top: 18px !important;
    padding: 14px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 16px !important;
    background: #ffffff !important;
  }

  .shipping-carousel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .shipping-card {
    display: grid !important;
    grid-template-columns: 36px minmax(170px, 1fr) minmax(110px, auto) minmax(130px, auto) minmax(160px, 1fr) 110px !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 9px 12px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    box-shadow: none !important;
  }

  .shipping-card.is-selected {
    border-color: #bde8c8 !important;
    background: #f0fff4 !important;
  }

  .shipping-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .shipping-card h3 {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #111111 !important;
  }

  .shipping-price,
  .shipping-free-minimum,
  .shipping-progress-message,
  .shipping-card .summary-price,
  .shipping-card .price-currency,
  .shipping-card .price-main,
  .shipping-card .price-dot,
  .shipping-card .price-decimals {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    white-space: normal !important;
  }

  .shipping-progress-message {
    color: #666666 !important;
  }

  .shipping-progress-bar {
    width: 100% !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: #eeeeee !important;
    overflow: hidden !important;
  }

  .shipping-progress-bar span {
    display: block !important;
    height: 100% !important;
    width: 0 !important;
    border-radius: inherit !important;
    background: #bde8c8 !important;
    transition: width .25s ease !important;
  }

  .shipping-card.is-selected .shipping-progress-bar span,
  .shipping-card.is-free .shipping-progress-bar span {
    background: #8ed99f !important;
  }

  .shipping-select-button {
    min-height: 42px !important;
    padding: 9px 18px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    background: #eeeeee !important;
    color: #333333 !important;
    border: 1px solid #dddddd !important;
    box-shadow: none !important;
    width: auto !important;
    margin-top: 0 !important;
  }

  .shipping-card.is-selected .shipping-select-button {
    background: #dff7e6 !important;
    color: #166534 !important;
    border-color: #bde8c8 !important;
  }
}

@media (min-width: 800px) and (max-width: 1120px) {
  .shipping-card {
    grid-template-columns: 34px minmax(150px, 1fr) minmax(100px, auto) 110px !important;
  }

  .shipping-free-minimum,
  .shipping-progress-message {
    display: none !important;
  }
}

.shipping-free-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #dff7e6 !important;
  color: #166534 !important;
  border: 1px solid #9ee7b2 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
}

.shipping-free-progress-wrap {
  display: grid !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.shipping-free-progress-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.shipping-free-progress-label {
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: #333333 !important;
}

.shipping-free-progress-percent {
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #166534 !important;
  white-space: nowrap !important;
}

.shipping-progress-bar {
  width: 100% !important;
  height: 14px !important;
  border-radius: 999px !important;
  background: #eeeeee !important;
  overflow: hidden !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.08) !important;
}

.shipping-progress-bar span {
  display: block !important;
  height: 100% !important;
  min-width: 4px !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #ffd6f2, #bde8c8) !important;
  transition: width .25s ease !important;
}

.shipping-progress-bar.is-complete span,
.shipping-card.is-free .shipping-progress-bar span,
.shipping-card.is-selected .shipping-progress-bar.is-complete span {
  background: linear-gradient(90deg, #bde8c8, #70d68a) !important;
}

.shipping-card.is-selected .shipping-progress-bar span {
  background: linear-gradient(90deg, #ffe3f7, #90dca4) !important;
}

.shipping-select-button {
  min-height: 48px !important;
  min-width: 120px !important;
  padding: 11px 22px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  background: #eeeeee !important;
  color: #333333 !important;
  border: 1px solid #dddddd !important;
  box-shadow: none !important;
}

.shipping-select-button:hover {
  background: #e5e5e5 !important;
}

.shipping-card.is-selected .shipping-select-button {
  background: #dff7e6 !important;
  color: #166534 !important;
  border-color: #9ee7b2 !important;
}

.shipping-card h3 {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #111111 !important;
}

.shipping-price,
.shipping-free-minimum,
.shipping-progress-message,
.shipping-card .summary-price,
.shipping-card .price-currency,
.shipping-card .price-main,
.shipping-card .price-dot,
.shipping-card .price-decimals {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
}

.shipping-progress-message {
  color: #666666 !important;
}

@media (min-width: 800px) {
  .shipping-carousel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  .shipping-card {
    display: grid !important;
    grid-template-columns: 40px minmax(160px, 1fr) minmax(95px, auto) minmax(115px, auto) minmax(180px, 1.2fr) minmax(120px, auto) !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 70px !important;
    padding: 12px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;
    background: #fafafa !important;
    box-shadow: none !important;
  }

  .shipping-card.is-selected {
    border-color: #9ee7b2 !important;
    background: #f0fff4 !important;
  }

  .shipping-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 12px !important;
    font-size: 19px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 799.99px) {
  .shipping-carousel-section {
    margin-top: 16px !important;
    padding: 12px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 16px !important;
    background: #ffffff !important;
  }

  .shipping-carousel {
    display: grid !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  .shipping-card {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 12px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 16px !important;
    background: #fafafa !important;
    box-shadow: none !important;
  }

  .shipping-card.is-selected {
    border-color: #9ee7b2 !important;
    background: #f0fff4 !important;
  }

  .shipping-icon {
    grid-row: span 7 !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    font-size: 19px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .shipping-card h3,
  .shipping-price,
  .shipping-free-minimum,
  .shipping-free-chip,
  .shipping-free-progress-wrap,
  .shipping-progress-message,
  .shipping-select-button {
    grid-column: 2 !important;
  }

  .shipping-select-button {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 15px !important;
  }

  .shipping-progress-message {
    margin: 0 !important;
  }
}

@media (min-width: 800px) and (max-width: 1120px) {
  .shipping-card {
    grid-template-columns: 40px minmax(150px, 1fr) minmax(95px, auto) minmax(115px, auto) minmax(150px, 1fr) minmax(120px, auto) !important;
  }

  .shipping-free-minimum,
  .shipping-progress-message {
    display: block !important;
  }
}

.cart-empty-only {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 46px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(0,0,0,.06);
}

.cart-empty-only h1 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}

.cart-empty-only p {
  margin: 0 0 20px;
  color: #666666;
  font-size: 15px;
}

@media (max-width: 799.99px) {
  .cart-empty-only {
    padding: 34px 16px;
    border-radius: 18px;
  }
}

.order-options {
  margin-top: 28px;
  padding: 18px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
}

.order-options-title h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

.order-options-subtitle {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}

.order-selector-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.order-option-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 13px;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background: #fafafa;
  cursor: pointer;
}

.order-option-card.is-selected {
  border-color: #bde8c8;
  background: #f0fff4;
}

.order-option-card img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 12px;
  filter: grayscale(100%);
}

.order-option-card.is-selected img {
  filter: grayscale(0%);
}

.order-option-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #111;
}

.order-option-text {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #555;
  line-height: 1.35;
}

.order-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.order-actions .btn {
  min-height: 48px;
  min-width: 150px;
  font-weight: 400;
}

.checkout-shell {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(0,0,0,.06);
}

.clientes-notice {
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid #ece7ef;
  background: #fff7fb;
  color: #6b2149;
}

.clientes-notice.is-success {
  background: #effcf5;
  border-color: #9ae6b4;
  color: #166534;
}

.clientes-notice.is-error {
  background: #fff5f5;
  border-color: #fecaca;
  color: #b91c1c;
}

.clientes-errors {
  margin: 0;
  padding-left: 18px;
}

.checkout-auth-shell {
  width: min(620px, 100%);
}

.checkout-shell-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  text-align: center;
}

.checkout-shell-head h1,
.whatsapp-order-box h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
}

.checkout-shell-head p,
.whatsapp-order-box p {
  margin: 0;
  color: #666666;
  font-size: 15px;
}

.checkout-auth-form {
  display: grid;
  gap: 12px;
}

.checkout-auth-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #111111;
}

.checkout-auth-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d7d9df;
  border-radius: 14px;
  background: #ffffff;
  color: #111111;
}

.checkout-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.clientes-section {
  padding: 28px 0 46px;
}

.clientes-shell {
  display: grid;
  gap: 20px;
}

.clientes-hero {
  display: grid;
  gap: 10px;
  text-align: center;
}

.clientes-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff0fa;
  color: #b0007f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.clientes-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .96;
}

.clientes-hero p {
  margin: 0 auto;
  max-width: 760px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.clientes-card,
.clientes-panel-card,
.clientes-list-card {
  background: #ffffff;
  border: 1px solid #ece7ef;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, .07);
}

.clientes-card,
.clientes-panel-card {
  padding: 22px;
}

.clientes-list-card {
  padding: 18px;
}

.client-auth-shell,
.client-form-shell,
.clientes-form-shell {
  width: 50%;
  max-width: 620px;
  margin: 32px auto;
}

.clientes-form {
  display: grid;
  gap: 14px;
}

.clientes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.clientes-field {
  display: grid;
  gap: 7px;
}

.clientes-field--full {
  grid-column: 1 / -1;
}

.clientes-field label,
.clientes-label {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}

.clientes-field input,
.clientes-field textarea,
.clientes-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7d9df;
  border-radius: 14px;
  padding: 0 14px;
  background: #ffffff;
  color: #111111;
}

.clientes-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.clientes-password-meter {
  display: grid;
  gap: 8px;
}

.clientes-password-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #f1f5f9;
  overflow: hidden;
}

.clientes-password-fill {
  height: 100%;
  width: 0;
  background: #ef4444;
  transition: width .2s ease, background .2s ease;
}

.clientes-password-text {
  font-size: 13px;
  color: #6b7280;
}

.clientes-google {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.clientes-google .btn {
  width: 100%;
}

.clientes-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.google-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.google-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.password-field-wrap {
  position: relative;
}

.password-field-wrap input {
  padding-right: 48px;
}

.password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #555;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.password-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-clientes .password-toggle {
  border-radius: 999px;
  color: #111111;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
}

body.page-clientes .password-toggle:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 860px) {
  .clientes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .client-auth-shell,
  .client-form-shell,
  .clientes-form-shell {
    width: 90%;
    max-width: none;
  }
}

.checkout-summary-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.checkout-summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}

.checkout-inline-note {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  font-size: 13px;
  color: #555555;
}

.checkout-inline-note a {
  word-break: break-all;
}

.whatsapp-order-box {
  display: grid;
  gap: 16px;
  text-align: center;
}

.whatsapp-qr-wrap {
  display: grid;
  place-items: center;
}

.whatsapp-qr-fallback {
  width: min(300px, 100%);
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #fafafa;
}

.whatsapp-qr-placeholder {
  min-height: 180px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px dashed #d7d9df;
  background: #ffffff;
  font-size: 18px;
  color: #166534;
}

@media (max-width: 799.99px) {
  .order-options {
    padding: 14px;
  }

  .order-option-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .order-option-card img {
    width: 56px;
    height: 56px;
  }

  .order-actions .btn,
  .checkout-actions-row .btn {
    width: 100%;
  }

  .whatsapp-qr-wrap {
    display: none;
  }

  .whatsapp-mobile-button {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 800px) {
  .whatsapp-mobile-button {
    display: none;
  }
}

.whatsapp-open-button,
.whatsapp-mobile-button {
  background: #25D366 !important;
  color: #ffffff !important;
  border: 1px solid #1ebe5d !important;
  min-height: 54px !important;
  padding: 14px 24px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.whatsapp-open-button:hover,
.whatsapp-mobile-button:hover {
  background: #1ebe5d !important;
  color: #ffffff !important;
}

.whatsapp-folio-box {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin: 18px auto;
  padding: 16px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #fafafa;
  max-width: 360px;
}

.whatsapp-folio-box span {
  font-weight: 400 !important;
}

.whatsapp-folio-number {
  font-size: clamp(28px, 6vw, 44px);
  letter-spacing: .08em;
  color: #111;
}

.whatsapp-qr-wrap {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}

.whatsapp-qr-image {
  width: 260px;
  height: 260px;
  object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: #ffffff;
  padding: 10px;
}

@media (max-width: 799.99px) {
  .whatsapp-open-button,
  .whatsapp-mobile-button {
    width: 100% !important;
  }
}

body,
body *,
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
button,
.nav-label,
.summary-row,
.cart-price,
.summary-price,
.price-main,
.cart-promo-title,
.shipping-card h3,
.shipping-free-chip,
.shipping-select-button {
  font-weight: 400 !important;
}

.price-decimals {
  font-size: .62em !important;
  line-height: 1 !important;
  vertical-align: super !important;
  font-weight: 400 !important;
}

.price-main,
.price-currency,
.price-dot {
  font-weight: 400 !important;
}

.shipping-free-progress-wrap {
  display: grid !important;
  gap: 7px !important;
  width: 100% !important;
}

.shipping-free-progress-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.shipping-free-progress-label,
.shipping-free-progress-percent {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #333 !important;
}

.shipping-progress-bar {
  position: relative !important;
  width: 100% !important;
  height: 16px !important;
  border-radius: 999px !important;
  background: #f1f1f1 !important;
  overflow: hidden !important;
  border: 1px solid #dddddd !important;
}

.shipping-progress-bar span {
  display: block !important;
  height: 100% !important;
  min-width: 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffd6f2, #bde8c8) !important;
  transition: width .25s ease !important;
}

.shipping-progress-bar.is-complete span,
.shipping-card.is-free .shipping-progress-bar span {
  width: 100% !important;
  background: linear-gradient(90deg, #bde8c8, #70d68a) !important;
}

.shipping-free-chip {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  background: #dff7e6 !important;
  color: #166534 !important;
  border: 1px solid #9ee7b2 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: .03em !important;
}

.shipping-select-button {
  min-height: 52px !important;
  min-width: 140px !important;
  padding: 13px 24px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  background: #eeeeee !important;
  color: #333333 !important;
  border: 1px solid #dddddd !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.shipping-card.is-selected .shipping-select-button {
  background: #dff7e6 !important;
  color: #166534 !important;
  border-color: #9ee7b2 !important;
}

.cart-list {
  display: grid !important;
  gap: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.cart-item {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.cart-item:last-child {
  border-bottom: 0 !important;
}

.cart-product-image-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.cart-item img {
  width: 76px !important;
  height: 76px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
  background: #fafafa !important;
  border: 1px solid #eeeeee !important;
}

.cart-item-product-info h2 {
  margin: 0 0 4px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

.cart-item-product-info p,
.cart-price,
.cart-quantity-cell label,
.cart-subtotal-cell,
.cart-remove-button {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.cart-item-mobile-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.cart-summary,
.cart-summary *,
.summary-row,
.summary-row *,
.summary-price,
.summary-price * {
  font-weight: 400 !important;
}

.cart-promotions,
.cart-promotions *,
.cart-promo-card,
.cart-promo-card *,
.cart-promo-title,
.cart-promo-message {
  font-weight: 400 !important;
}

.cart-summary-promotions {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eeeeee;
  display: grid;
  gap: 8px;
}

.cart-summary-promotions-title,
.cart-summary-promo-row,
.cart-promo-state {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400 !important;
}

.cart-summary-promo-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #555555;
}

.cart-promo-state {
  margin: 0;
  color: #666666;
}

.cart-promo-card.is-unlocked,
.cart-promo-card.is-applied {
  border-color: #9ee7b2 !important;
  background: #f0fff4 !important;
}

.cart-promo-card.is-progress,
.cart-promo-card.is-ready,
.cart-promo-card.is-blocked,
.cart-promo-card.is-info {
  background: #fafafa !important;
}

@media (max-width: 799.99px) {
  html,
  body {
    min-height: 100% !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.page-home {
    min-height: 100% !important;
    height: auto !important;
    overflow-y: auto !important;
  }

  main,
  .page-home main,
  .home-modules,
  .home-module,
  .home-products-module,
  .home-products-module .sd-container,
  .home-carousel-shell,
  .home-carousel-viewport {
    height: auto !important;
    max-height: none !important;
  }

  main,
  .page-home main {
    padding-bottom: 130px !important;
  }

  .page-home .home-module,
  .page-home .home-products-module,
  .page-home .home-products-module .sd-container,
  .page-home .home-carousel-viewport {
    overflow: visible !important;
  }

  .page-home .home-carousel-track {
    overflow-x: auto !important;
    overflow-y: visible !important;
    touch-action: auto !important;
  }

  .mobile-account-overlay[hidden],
  .mobile-account-panel[hidden],
  .mobile-search-panel[hidden],
  .category-menu-overlay[hidden] {
    display: none !important;
    pointer-events: none !important;
  }
}

@media (max-width: 799.99px) {
  .shipping-select-button {
    width: 100% !important;
    min-height: 54px !important;
    font-size: 16px !important;
  }

  .cart-item {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 12px 0 !important;
  }

  .cart-item img {
    width: 64px !important;
    height: 64px !important;
  }

  .cart-item-mobile-actions {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .cart-remove-cell {
    grid-column: 1 / -1 !important;
  }
}

.cart-price-stack {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 4px !important;
}

.cart-price-old {
  color: #8a8a8a !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: rgba(17, 17, 17, .35) !important;
}

.cart-price-old .price-currency,
.cart-price-old .price-main,
.cart-price-old .price-dot,
.cart-price-old .price-decimals {
  color: inherit !important;
}

.cart-price-current {
  color: #111111 !important;
}

.cart-product-flags {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin: 6px 0 2px !important;
}

.cart-product-flags .badge {
  min-height: 24px !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

.cart-promo-meta {
  margin: 4px 0 0 !important;
  color: #666666 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.cart-limited-progress {
  width: min(220px, 100%) !important;
  margin-top: 6px !important;
}

.cart-subtotal-cell {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.cart-subtotal-cell .summary-price {
  color: #111111 !important;
}

@media (max-width: 799.99px) {
  .cart-price-stack {
    gap: 8px !important;
  }

  .cart-limited-progress {
    width: 100% !important;
  }
}

.client-orders-list {
  display: grid;
  gap: 12px;
}

.client-order-card {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #ffffff;
}

.client-order-label {
  display: block;
  color: #777777;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 400 !important;
}

.client-order-folio {
  letter-spacing: .06em;
}

.client-empty-state {
  padding: 28px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
}

.client-order-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.client-order-info-card {
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background: #fafafa;
}

.client-order-info-card span {
  display: block;
  font-weight: 400 !important;
}

.client-order-products {
  display: grid;
  gap: 0;
  border-top: 1px solid #eeeeee;
}

.client-order-product-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 100px 120px 120px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}

.client-order-product-row img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #fafafa;
}

.client-order-summary {
  max-width: 420px;
  margin-left: auto;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #fafafa;
}

.client-order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.client-order-summary div:last-child {
  border-bottom: 0;
}

@media (max-width: 799.99px) {
  .client-order-card {
    grid-template-columns: 1fr 1fr;
  }

  .client-order-card .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .client-order-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .client-order-product-row {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .client-order-product-row .client-order-product-price,
  .client-order-product-row .client-order-product-qty,
  .client-order-product-row .client-order-product-total {
    grid-column: 2;
  }

  .client-order-summary {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 799.99px) {
  .page-home .sd-container {
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-home .home-modules,
  .page-home .home-module,
  .page-home .home-products-module,
  .page-home .home-module .sd-container,
  .page-home .home-carousel-shell,
  .page-home .home-carousel-viewport,
  .page-home .home-carousel-track,
  .page-home .product-module-grid,
  .page-home .home-product-grid,
  .page-home .product-card,
  .page-home .product-card-module {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
  }

  .page-home .home-module,
  .page-home .home-products-module,
  .page-home .home-module .sd-container,
  .page-home .home-carousel-shell,
  .page-home .home-carousel-viewport,
  .page-home .product-module-grid,
  .page-home .home-product-grid {
    display: block !important;
    overflow: visible !important;
  }

  .page-home .home-carousel-shell {
    position: relative !important;
    width: 100% !important;
  }

  .page-home .home-carousel-viewport {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .page-home .home-carousel-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    transform: none !important;
    touch-action: pan-x pan-y !important;
  }

  .page-home .home-carousel-track > .product-card,
  .page-home .home-carousel-track > .product-card-module {
    flex: 0 0 78vw !important;
    width: 78vw !important;
    min-width: 78vw !important;
    max-width: 78vw !important;
  }

  .page-home .product-module-grid,
  .page-home .product-module-grid.cols-5,
  .page-home .home-product-grid,
  .page-home .home-product-grid.cols-5 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .page-home .product-module-grid .product-card,
  .page-home .product-module-grid .product-card-module,
  .page-home .home-product-grid .product-card,
  .page-home .home-product-grid .product-card-module {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .page-home .home-carousel-side-button,
  .page-home .home-carousel-dots {
    display: none !important;
  }
}

@media (max-width: 799.99px) {
  html,
  body {
    width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.page-home {
    width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .page-home main {
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    padding-bottom: 140px !important;
  }

  .page-home .sd-container {
    width: 94% !important;
    max-width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-home .home-modules {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .page-home .home-module {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .page-home .home-module-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: start !important;
    margin-bottom: 12px !important;
  }

  .page-home .home-module-head h2 {
    font-size: 22px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
  }

  .page-home .home-module-head .eyebrow {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    margin-bottom: 5px !important;
  }

  .page-home .home-module-actions {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
  }

  .page-home .home-module-actions .btn {
    width: auto !important;
    min-height: 34px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  .page-home .home-products-module,
  .page-home .home-products-module .sd-container {
    overflow: visible !important;
  }

  .page-home .home-carousel-shell {
    width: 100% !important;
    overflow: visible !important;
    position: relative !important;
  }

  .page-home .home-carousel-viewport {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
    overscroll-behavior-x: contain !important;
    padding-bottom: 8px !important;
  }

  .page-home .home-carousel-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
    transform: none !important;
    scroll-snap-type: x mandatory !important;
    touch-action: pan-x pan-y !important;
    pointer-events: auto !important;
    padding: 4px 2px 12px !important;
  }

  .page-home .home-carousel-track > .product-card-module {
    flex: 0 0 74vw !important;
    width: 74vw !important;
    min-width: 74vw !important;
    max-width: 74vw !important;
    scroll-snap-align: start !important;
    pointer-events: auto !important;
    border-radius: 5px !important;
  }

  .page-home .home-carousel-side-button,
  .page-home .home-carousel-dots {
    display: none !important;
  }

  .page-home .product-module-grid,
  .page-home .product-module-grid.cols-5,
  .page-home .product-module-grid.cols-6,
  .page-home .home-product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .page-home .product-card.product-card-module,
  .page-home .product-card-module {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 5px !important;
  }

  .page-home .product-card-module .product-card-image,
  .page-home .product-card-module .product-image {
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .page-home .product-card-module .product-card-image img,
  .page-home .product-card-module .product-image img {
    width: 100% !important;
    height: 162px !important;
    max-width: 100% !important;
    max-height: 162px !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 auto !important;
    transform: scale(1.08) !important;
  }

  .page-home .product-card-module .product-body {
    padding: 8px !important;
    gap: 0 !important;
    text-align: center !important;
  }

  .page-home .product-card-module h3 {
    font-size: 13px !important;
    line-height: 1.15 !important;
    min-height: 30px !important;
    max-height: 45px !important;
    margin: 6px 0 0 !important;
    overflow: hidden !important;
  }

  .page-home .product-card-module h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .page-home .product-card-module .muted {
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin: 4px 0 0 !important;
    min-height: 13px !important;
    max-height: 24px !important;
    overflow: hidden !important;
  }

  .page-home .product-card-module .relampago-countdown {
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin: 6px auto 0 !important;
    padding: 4px 6px !important;
    max-width: 100% !important;
  }

  .page-home .product-card-module .price-block {
    margin: 7px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .page-home .product-card-module .product-price .price-main {
    font-size: 23px !important;
  }

  .page-home .product-card-module .price-currency,
  .page-home .product-card-module .price-dot,
  .page-home .product-card-module .price-decimals {
    font-size: 13px !important;
  }

  .page-home .product-card-module .price-old {
    font-size: 13px !important;
    text-decoration: line-through !important;
  }

  .page-home .product-card-module .price-old .price-main {
    font-size: 15px !important;
  }

  .page-home .product-card-module .product-tax-note {
    font-size: 10px !important;
    margin: 3px 0 0 !important;
  }

  .page-home .product-card-module .product-free-shipping {
    font-size: 12px !important;
    line-height: 1.1 !important;
    min-height: 16px !important;
    margin: 5px 0 0 !important;
  }

  .page-home .product-card-module .card-actions {
    margin-top: 7px !important;
    padding-top: 0 !important;
  }

  .page-home .product-card-module .card-actions .btn,
  .page-home .product-card-module button.btn {
    width: 100% !important;
    min-height: 34px !important;
    padding: 7px 6px !important;
    font-size: 12px !important;
  }

  .page-home .home-text-shell {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .page-home .home-text-shell h2 {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }
}

@media (min-width: 800px) {
  .mobile-site-topbar {
    display: none !important;
  }
}

@media (max-width: 799.99px) {
  .mobile-site-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1100 !important;
    height: 58px !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
  }

  .mobile-topbar-button,
  .mobile-topbar-search {
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 0 !important;
    cursor: pointer !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  .mobile-topbar-button {
    justify-self: start !important;
  }

  .mobile-topbar-search {
    justify-self: end !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
  }

  .mobile-topbar-search .nav-icon {
    width: 22px !important;
    height: 22px !important;
  }

  .mobile-topbar-search svg {
    width: 22px !important;
    height: 22px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
  }

  .mobile-hamburger {
    width: 22px !important;
    height: 16px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .mobile-hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #111827 !important;
  }

  .mobile-topbar-logo {
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
    max-width: 150px !important;
  }

  .mobile-topbar-logo img {
    display: block !important;
    max-width: 145px !important;
    max-height: 38px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body {
    padding-top: 58px !important;
  }

  body.page-home main {
    padding-top: 0 !important;
  }

  .mobile-top-search-button {
    display: none !important;
  }

  .mobile-search-panel {
    top: 58px !important;
    z-index: 1099 !important;
  }
}

@media (max-width: 799.99px) {
  .mobile-site-topbar .mobile-topbar-search,
  .mobile-site-topbar .mobile-topbar-search .nav-icon,
  .mobile-site-topbar .mobile-topbar-search svg {
    color: #111111 !important;
    stroke: #111111 !important;
    fill: none !important;
  }

  .mobile-site-topbar .mobile-topbar-search svg circle,
  .mobile-site-topbar .mobile-topbar-search svg path {
    stroke: #111111 !important;
    fill: none !important;
  }

  .global-mobile-category-drawer {
    display: block !important;
  }

  .global-mobile-category-drawer .category-menu-shell {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .global-mobile-category-drawer .category-menu-overlay,
  .category-menu-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1190 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease !important;
    display: block !important;
  }

  .global-mobile-category-drawer .category-menu-overlay.is-open,
  .category-menu-overlay.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .global-mobile-category-drawer .category-menu-overlay[hidden],
  .category-menu-overlay[hidden] {
    display: none !important;
  }

  .global-mobile-category-drawer .category-menu-body,
  .category-menu-body {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 70vw !important;
    max-width: 70vw !important;
    min-width: 0 !important;
    height: 100vh !important;
    z-index: 1200 !important;
    background: #ffffff !important;
    color: #111111 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 16px 14px 110px !important;
    border-radius: 0 22px 22px 0 !important;
    box-shadow: 18px 0 40px rgba(0, 0, 0, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 0.25s ease !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .global-mobile-category-drawer .category-menu-body.is-open,
  .category-menu-body.is-open {
    transform: translateX(0) !important;
  }

  body.category-menu-open {
    overflow: hidden !important;
  }

  .global-mobile-category-drawer .category-menu-mobile-head,
  .category-menu-mobile-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 4px 0 14px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10) !important;
  }

  .global-mobile-category-drawer .category-menu-mobile-head strong,
  .category-menu-mobile-head strong {
    font-size: 18px !important;
    line-height: 1.1 !important;
    color: #111111 !important;
  }

  .global-mobile-category-drawer .category-menu-close,
  .category-menu-close {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(15, 23, 42, 0.14) !important;
    background: #f8fafc !important;
    color: #111111 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .global-mobile-category-drawer .category-link,
  .global-mobile-category-drawer .category-link-toggle,
  .category-link,
  .category-link-toggle {
    color: #111111 !important;
  }

  .global-mobile-category-drawer .category-row,
  .category-row {
    min-height: 40px !important;
  }

  .global-mobile-category-drawer .category-toggle,
  .category-toggle {
    color: #111111 !important;
  }
}

@media (min-width: 800px) {
  .global-mobile-category-drawer {
    display: none !important;
  }
}

@media (max-width: 799.99px) {
  :root {
    --mobile-topbar-height: 58px;
    --mobile-footer-nav-height: 118px;
  }

  .mobile-site-topbar {
    z-index: 1200 !important;
  }

  .mobile-bottom-nav,
  .mobile-bottom-nav-2rows {
    z-index: 1200 !important;
  }

  .mobile-site-topbar .mobile-category-toggle {
    background: #ffe4ef !important;
    color: #be185d !important;
    border: 1px solid #f9a8d4 !important;
    border-radius: 999px !important;
    min-height: 38px !important;
    padding: 0 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .mobile-site-topbar .mobile-category-toggle .mobile-hamburger span {
    background: #be185d !important;
  }

  .mobile-site-topbar button.mobile-topbar-search {
    background: transparent !important;
    color: #111111 !important;
    border: 0 !important;
  }

  .mobile-site-topbar button.mobile-topbar-search .nav-icon {
    color: #111111 !important;
  }

  .mobile-site-topbar button.mobile-topbar-search svg {
    color: #111111 !important;
    stroke: #111111 !important;
    fill: none !important;
  }

  .mobile-site-topbar button.mobile-topbar-search svg *,
  .mobile-site-topbar button.mobile-topbar-search svg circle,
  .mobile-site-topbar button.mobile-topbar-search svg path {
    stroke: #111111 !important;
    fill: none !important;
  }

  .global-mobile-category-drawer .category-menu-overlay,
  .category-menu-overlay {
    position: fixed !important;
    top: var(--mobile-topbar-height) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: var(--mobile-footer-nav-height) !important;
    z-index: 1040 !important;
    background: rgba(0, 0, 0, 0.42) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease !important;
  }

  .global-mobile-category-drawer .category-menu-overlay.is-open,
  .category-menu-overlay.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .global-mobile-category-drawer .category-menu-overlay[hidden],
  .category-menu-overlay[hidden] {
    display: none !important;
  }

  .global-mobile-category-drawer .category-menu-body,
  .category-menu-body {
    position: fixed !important;
    top: var(--mobile-topbar-height) !important;
    left: 0 !important;
    bottom: var(--mobile-footer-nav-height) !important;
    width: 70vw !important;
    max-width: 70vw !important;
    height: auto !important;
    max-height: calc(100vh - var(--mobile-topbar-height) - var(--mobile-footer-nav-height)) !important;
    z-index: 1050 !important;
    background: #ffffff !important;
    color: #111111 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    padding: 14px 12px 24px !important;
    border-radius: 0 18px 18px 0 !important;
    box-shadow: 16px 0 36px rgba(0, 0, 0, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 0.25s ease !important;
  }

  .global-mobile-category-drawer .category-menu-body.is-open,
  .category-menu-body.is-open {
    transform: translateX(0) !important;
  }

  .category-menu-body .category-menu-mobile-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    background: #ffffff !important;
    padding: 8px 0 12px !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10) !important;
  }

  .category-menu-body .category-level {
    margin-bottom: 8px !important;
  }

  .category-menu-body .category-row {
    min-height: 38px !important;
  }

  .category-menu-body .category-link,
  .category-menu-body .category-link-toggle {
    font-size: 14px !important;
    line-height: 1.15 !important;
    padding: 9px 6px !important;
  }

  .category-menu-body .category-toggle {
    min-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }

  body.category-menu-open {
    overflow: hidden !important;
  }

  body.category-menu-open .category-menu-body {
    overflow-y: auto !important;
  }

  .page-shop .shop-sidebar {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .page-shop .category-menu-shell {
    display: contents !important;
  }

  .page-shop .category-menu-header,
.page-shop .category-mobile-button {
    display: none !important;
  }

  .page-shop .shop-layout {
    display: block !important;
  }

  .page-shop .shop-content {
    width: 100% !important;
  }
}

.cart-affiliate-code {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #ffffff;
}

.cart-affiliate-code h3,
.cart-affiliate-code p,
.cart-affiliate-code span,
.cart-affiliate-code button,
.cart-affiliate-code input {
  font-weight: 400 !important;
}

.cart-affiliate-code h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
}

.cart-affiliate-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.cart-affiliate-form input {
  min-height: 44px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 0 12px;
  text-transform: uppercase;
}

.cart-affiliate-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eeeeee;
}

.cart-affiliate-applied-copy {
  display: grid;
  gap: 4px;
  color: #444444;
  font-size: 13px;
}

.cart-affiliate-note {
  margin: 10px 0 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.35;
}

.client-affiliate-section,
.client-affiliate-section *,
.client-affiliate-card,
.client-affiliate-card *,
.client-affiliate-stat-card,
.client-affiliate-stat-card * {
  font-weight: 400 !important;
}

.client-affiliate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.client-affiliate-card {
  padding: 16px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: #ffffff;
}

.client-affiliate-code-box,
.client-affiliate-link-box {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background: #fafafa;
}

.client-affiliate-code {
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: .08em;
  color: #111111;
}

.client-affiliate-link {
  word-break: break-word;
  color: #333333;
}

.client-copy-button {
  width: fit-content;
}

.client-affiliate-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.client-affiliate-stat-card {
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #fafafa;
  display: grid;
  gap: 6px;
}

.client-affiliate-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.client-affiliate-form input {
  min-height: 46px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 0 12px;
  text-transform: uppercase;
}

.client-affiliate-history {
  display: grid;
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid #eeeeee;
}

.client-affiliate-history-head,
.client-affiliate-history-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}

.client-affiliate-history-head {
  color: #777777;
  font-size: 12px;
}

@media (max-width: 799.99px) {
  .client-affiliate-grid,
  .client-affiliate-stats {
    grid-template-columns: 1fr;
  }

  .client-affiliate-form {
    grid-template-columns: 1fr;
  }

  .client-copy-button,
  .client-affiliate-form .btn {
    width: 100% !important;
  }

  .client-affiliate-history-head {
    display: none;
  }

  .client-affiliate-history-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    margin-top: 10px;
    background: #ffffff;
  }
}

@media (max-width: 799.99px) {
  .cart-affiliate-form {
    grid-template-columns: 1fr;
  }

  .cart-affiliate-form .btn,
  .cart-affiliate-applied .btn {
    width: 100% !important;
  }
}

.cart-promo-gift-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #f3d7ec;
  border-radius: 12px;
  background: #fff7fc;
}

.cart-promo-gift-image {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: block;
}

.cart-promo-gift-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cart-promo-gift-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.cart-promo-gift-copy strong,
.cart-promo-gift-copy small {
  display: block;
  min-width: 0;
  word-break: break-word;
}

.cart-promo-gift-label {
  font-size: 11px;
  font-weight: 900;
  color: #ec008c;
  text-transform: uppercase;
}

.cart-promo-gift-copy a {
  font-size: 12px;
  font-weight: 800;
  color: #111111;
  text-decoration: underline;
}

.cart-summary-promo-gift {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 4px;
}

.cart-summary-promo-gift img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  border: 1px solid #eeeeee;
  background: #ffffff;
}

.cart-summary-promo-gift a {
  font-size: 12px;
  color: #111111;
  text-decoration: underline;
}

@media (max-width: 799.99px) {
  .cart-promo-gift-product {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .cart-promo-gift-image {
    width: 56px;
    height: 56px;
  }
}

.admin-page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.admin-page-actions,
.admin-inline-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.admin-field-full {
  grid-column: 1 / -1;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

.admin-table th,
.admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
}

.admin-table th {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.65);
}

.admin-stats-grid {
  margin: 18px 0 22px;
}

@media (max-width: 799.99px) {
  .admin-page-head {
    flex-direction: column;
  }

  .admin-page-actions {
    width: 100%;
  }

  .admin-page-actions .btn,
  .admin-inline-actions .btn {
    width: 100% !important;
  }
}

.sd-products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1280px) {
  .sd-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .sd-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 799.98px) {
  .sd-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .category-link-relampago {
    background: #ffe600 !important;
    color: #111111 !important;
    font-weight: 900 !important;
    border-radius: 12px !important;
  }

  .category-link-relampago span {
    color: #111111 !important;
  }
}

@media (max-width: 799.98px) {
  .global-mobile-category-drawer .category-menu-body,
  .category-menu-body {
    background: #ffffff !important;
  }

  .global-mobile-category-drawer .category-menu-mobile-head,
  .category-menu-mobile-head,
  .category-menu-body .category-menu-mobile-head {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    padding: 12px 14px 8px !important;
    margin-bottom: 8px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .global-mobile-category-drawer .category-menu-mobile-head strong,
  .category-menu-mobile-head strong {
    display: none !important;
  }

  .global-mobile-category-drawer .category-menu-body .category-link,
  .global-mobile-category-drawer .category-menu-body .category-link-toggle,
  .global-mobile-category-drawer .category-menu-body .category-toggle,
  .category-menu-body .category-link,
  .category-menu-body .category-link-toggle,
  .category-menu-body .category-toggle {
    color: #111111 !important;
  }

  .global-mobile-category-drawer .category-menu-close,
  .category-menu-close,
  .category-menu-body .category-menu-close {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border: 1px solid rgba(17,17,17,.12) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .global-mobile-category-drawer .category-menu-close span,
  .category-menu-close span {
    color: inherit !important;
  }

  .global-mobile-category-drawer .category-menu-close span:last-child,
  .category-menu-close span:last-child {
    font-size: 18px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 800px) {
  .desktop-client-access {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  .desktop-header-logo {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    text-decoration: none !important;
  }

  .desktop-header-logo img {
    display: block !important;
    width: auto !important;
    height: 42px !important;
    max-width: 170px !important;
    object-fit: contain !important;
  }

  .desktop-menu-bar {
    display: block !important;
  }

  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}

@media (min-width: 800px) {
  .sd-top-belt-img {
    width: 100% !important;
  }

  html {
    overflow-y: auto !important;
    scrollbar-gutter: auto !important;
  }

  body {
    padding-top: 0 !important;
    overflow-y: visible !important;
  }

  .sd-top-belt {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }
}

@media (max-width: 799.98px) {
  .desktop-header-logo {
    display: none !important;
  }

  .site-header,
  .site-header-inner,
  .desktop-client-bar,
  .desktop-menu-bar,
  .desktop-header-menu,
  .desktop-search-row,
  #desktopSearchRow,
  .desktop-main-nav,
  .site-header .desktop-main-nav,
  .site-header .main-nav.desktop-main-nav {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (max-width: 360px) {
  .sd-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

.promo-message-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  object-fit: contain !important;
  background: #ffffff !important;
}
