.hero.custom-campaign {
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.82) 40%,rgba(255,255,255,.06) 70%),
    var(--campaign-image) 67% center/cover;
}

.mega-menu {
  position: fixed;
  z-index: 19;
  top: 123px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  padding: 24px clamp(30px,6vw,90px) 28px;
  border-top: 1px solid #ecebed;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 55px rgba(18,18,20,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .2s,transform .2s,visibility .2s;
}
.mega-menu.show { opacity: 1; visibility: visible; transform: none; }
.mega-copy { align-self: center; }
.mega-copy small { color: #a51d58; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.mega-copy strong { display: block; max-width: 170px; margin-top: 9px; font-size: 22px; line-height: 1.1; }
.mega-categories { display: grid; grid-template-columns: repeat(7,1fr); gap: 13px; }
.mega-categories a { color: #111; text-decoration: none; font-size: 11px; font-weight: 600; text-align: center; }
.mega-categories img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  margin-bottom: 8px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f3f3;
  transition: transform .25s,box-shadow .25s;
}
.mega-categories a:hover img { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(20,20,24,.12); }

.launches { overflow: hidden; }
.launches #new-products {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 7px 5px 38px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.launches #new-products::-webkit-scrollbar { display: none; }
.launches #new-products .product-card {
  flex: 0 0 min(260px,23vw);
  display: block !important;
  scroll-snap-align: start;
}
.carousel-controls { display: flex; gap: 8px; margin-left: auto; }
.carousel-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid #cccbd0;
  border-radius: 50%;
  color: #111;
  background: #fff;
  cursor: pointer;
  transition: background .2s,color .2s;
}
.carousel-controls button:hover { color: #fff; background: #111; }

.editorial-break {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #efb6ca;
}
.editorial-image { background: url("assets/joya-editorial-campaign.png") center/cover; }
.editorial-copy {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(45px,8vw,120px);
}
.editorial-copy h2 {
  margin: 0 0 24px;
  font: 600 clamp(48px,6vw,88px)/.92 "DM Sans",sans-serif;
  letter-spacing: -.065em;
}
.editorial-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 30px; line-height: 1.7; }

.collection-showcase { background: #fff; }
#collection-showcase-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.collection-feature {
  min-height: 470px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 38px;
  color: #fff;
  background:
    linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.02) 66%),
    var(--collection-image) center/cover;
}
.collection-feature::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.05); transition: background .35s; }
.collection-feature:hover::before { background: rgba(0,0,0,.18); }
.collection-feature > div { position: relative; z-index: 1; max-width: 420px; }
.collection-feature:only-child { grid-column: 1/-1; }
.collection-feature small { font-weight: 700; letter-spacing: .15em; }
.collection-feature h3 { margin: 10px 0; font: 600 clamp(30px,4vw,50px) "DM Sans"; letter-spacing: -.05em; }
.collection-feature p { line-height: 1.6; }
.collection-feature a { color: #fff; font-size: 12px; font-weight: 700; text-underline-offset: 6px; }
.default-collection { grid-column: 1/-1; }

.sort-control {
  min-width: 225px;
  padding: 10px 14px;
  border: 1px solid #dedde1;
  border-radius: 11px;
  background: #fff;
}
.sort-control small { display: block; margin-bottom: 3px; color: #77747b; font-size: 9px; letter-spacing: .11em; }
.sort-control select { margin: 0; padding: 2px 24px 2px 0; border: 0; outline: 0; font-weight: 600; }

.secondary-product-image {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.product-card:hover .secondary-product-image { opacity: 1; transform: scale(1.04); }
.product-card:hover .primary-product-image:has(+.secondary-product-image) { opacity: 0; }
.quick-view-button {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 65px;
  left: 14px;
  padding: 10px;
  border: 0;
  border-radius: 22px;
  color: #111;
  background: rgba(255,255,255,.94);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .2s,transform .2s;
}
.product-card:hover .quick-view-button { opacity: 1; transform: none; }
.card-trust {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 11px;
  color: #817e85;
  font-size: 8px;
}

.search { position: relative; }
.search-suggestions {
  position: absolute;
  z-index: 25;
  top: calc(100% + 9px);
  right: 0;
  width: min(390px,calc(100vw - 32px));
  display: none;
  padding: 8px;
  border: 1px solid #e4e3e6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20,20,24,.16);
}
.search-suggestions.show { display: block; }
.search-suggestions a { display: flex; gap: 12px; align-items: center; padding: 9px; color: #111; text-decoration: none; border-radius: 9px; }
.search-suggestions a:hover { background: #f7f5f6; }
.search-suggestions img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; }
.search-suggestions span { display: flex; flex-direction: column; gap: 4px; }
.search-suggestions small { color: #77747b; }
.search-suggestions p { padding: 15px; color: #77747b; }

.quick-view-modal { width: min(980px,calc(100% - 30px)); padding: 0; overflow: hidden; }
#quick-view-content { display: grid; grid-template-columns: 1.08fr .92fr; }
.quick-gallery { padding: 24px; background: #f3f3f4; }
.quick-gallery > img { width: 100%; height: 510px; object-fit: cover; }
.quick-gallery > div { display: flex; gap: 8px; margin-top: 10px; }
.quick-gallery button { width: 65px; height: 65px; padding: 0; border: 1px solid #d8d7db; background: #fff; }
.quick-gallery button img { width: 100%; height: 100%; object-fit: cover; }
.quick-copy { padding: 62px 45px 40px; }
.quick-copy h2 { margin: 0 0 14px; color: #111; font: 600 clamp(32px,4vw,52px)/1 "DM Sans"; letter-spacing: -.05em; }
.quick-copy > p { color: #656169; line-height: 1.7; }
.quick-price { margin: 20px 0; font-size: 21px; font-weight: 700; }
.quick-price del { margin-left: 8px; color: #99969c; font-size: 14px; font-weight: 400; }
.quick-copy label { margin: 25px 0 15px; }
.quick-variant-field { margin: 25px 0 16px; padding: 0; border: 0; }
.quick-variant-field legend { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 11px; }
.quick-variant-field legend span { color: #111; font-size: 11px; font-weight: 700; }
.quick-variant-field legend button { padding: 0; border: 0; border-bottom: 1px solid #111; color: #111; background: transparent; font-size: 9px; font-weight: 700; cursor: pointer; }
.quick-variant-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.quick-variant-grid > label { position: relative; min-width: 0; margin: 0; cursor: pointer; }
.quick-variant-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.quick-variant-grid > label > span { min-height: 74px; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 4px; padding: 11px 12px; border: 1px solid #dcdae0; border-radius: 12px; background: #fff; transition: .2s; }
.quick-variant-grid > label:hover > span { border-color: #d891aa; box-shadow: 0 6px 17px rgba(165,29,88,.08); }
.quick-variant-grid > label:has(input:checked) > span { border-color: #111; background: #f9e5ec; box-shadow: inset 0 0 0 1px #111; }
.quick-variant-grid > label:has(input:checked) > span::after { content: "✓"; position: absolute; top: 8px; right: 9px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #111; font-size: 8px; }
.quick-variant-grid strong { padding-right: 20px; font-size: 11px; }
.quick-variant-grid small { color: #858189; font-size: 8px; }
.quick-variant-grid .sold-out { opacity: .42; cursor: not-allowed; }
.quick-variant-grid .sold-out strong { text-decoration: line-through; }
.quick-trust { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; margin:20px 0; padding:9px; border:1px solid #ebe8eb; border-radius:14px; background:#f8f7f8; }
.quick-trust>span { min-width:0; display:flex; align-items:center; gap:7px; padding:8px; border-radius:10px; background:#fff; }
.quick-trust i { width:28px; height:28px; display:grid; flex:0 0 28px; place-items:center; border-radius:9px; color:#a51d58; background:#fae4ec; }
.quick-trust svg,.social-shopping svg,.quick-detail-link svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.quick-trust b { min-width:0; font-size:9px; line-height:1.25; }
.quick-copy > .quick-detail-link { min-height:43px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 3px; border-bottom:1px solid #cbc7cc; color:#111; font-size:11px; font-weight:700; text-decoration:none; transition:.2s; }
.quick-detail-link svg { width:18px; height:18px; transition:transform .2s; }
.quick-detail-link:hover { color:#a51d58; border-color:#a51d58; }
.quick-detail-link:hover svg { transform:translateX(3px); }

.recently-viewed { background: #f5f5f6; }
.mobile-dock { display: none; }
.reveal-section { opacity: 0; transform: translateY(24px); transition: opacity .65s ease,transform .65s ease; }
.reveal-section.revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .mega-menu { display: none; }
  .editorial-break { min-height: 760px; grid-template-columns: 1fr; }
  .editorial-image { min-height: 420px; }
  .editorial-copy { padding: 48px 24px; }
  #collection-showcase-grid { grid-template-columns: 1fr; }
  .collection-feature { min-height: 420px; }
  .sort-control { width: 100%; }
  #quick-view-content { grid-template-columns: 1fr; max-height: calc(100vh - 30px); overflow-y: auto; }
  .quick-gallery > img { height: 360px; }
  .quick-copy { padding: 32px 24px; }
}

@media (max-width: 700px) {
  body { padding-bottom: 70px; }
  .launches #new-products .product-card { flex-basis: 72vw; }
  .carousel-controls { position: absolute; right: 18px; }
  .editorial-image { min-height: 360px; }
  .editorial-copy h2 { font-size: 49px; }
  .collection-feature { min-height: 390px; padding: 25px; }
  .quick-view-button { display: block; opacity: 1; transform: none; bottom: 54px; }
  .card-trust { display: none; }
  .quick-gallery { padding: 12px; }
  .quick-gallery > img { height: 330px; }
  .mobile-dock {
    position: fixed;
    z-index: 28;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #dedde1;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(14px);
    box-shadow: 0 -8px 25px rgba(20,20,24,.08);
  }
  .mobile-dock a,.mobile-dock button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    border: 0;
    color: #111;
    background: transparent;
    text-decoration: none;
    font: 600 9px "DM Sans";
  }
  .mobile-dock span { font-size: 19px; line-height: 1; }
  .mobile-dock b { position: absolute; margin: -26px 0 0 25px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #b32662; font-size: 8px; }
}

@media (prefers-reduced-motion:reduce) {
  .reveal-section,.product-card,.product-image img { transition: none; }
}

/* Bolsa moderna */
[hidden] { display: none !important; }
.cart {
  width: min(540px,100%);
  padding: 0;
  background: #fff;
  box-shadow: -28px 0 80px rgba(15,15,18,.2);
}
.cart-head {
  position: sticky;
  z-index: 3;
  top: 0;
  align-items: flex-start;
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e9e8eb;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
}
.cart-head .eyebrow { margin-bottom: 8px; color: #a51d58; }
.cart-head h2 { color: #111; font: 600 31px "DM Sans"; letter-spacing: -.045em; }
.cart-head .close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f2f4;
  line-height: 1;
}
.cart-items { padding: 8px 30px; }
.cart-item {
  position: relative;
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #ecebef;
}
.cart-item-main {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0,1fr) auto;
  gap: 17px;
  align-items: start;
}
.cart-item-media { position: relative; }
.cart-item-media img {
  width: 96px;
  height: 116px;
  border-radius: 12px;
  object-fit: cover;
  background: #f3f2f4;
}
.cart-item-media > span {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 10px;
  font-weight: 700;
}
.cart-item-copy { min-width: 0; }
.cart-item-copy .unit-price { display: block; margin-top: 6px; color: #817d84; font-size: 9px; }
.cart-item .product-category { color: #918d94; font-size: 8px; font-weight: 700; }
.cart-item h3 { margin: 6px 0 12px; color: #111; font: 600 16px "DM Sans"; }
.package-choice {
  padding: 11px;
  border: 1px solid #e7e5e9;
  border-radius: 12px;
  background: #faf9fa;
}
.package-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.package-title > span {
  color: #111;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.package-title small { color: #918e94; font-size: 8px; }
.package-options {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 6px;
}
.package-options button {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 8px;
  border: 1px solid #e1dfe3;
  border-radius: 9px;
  color: #555159;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s,background .2s,box-shadow .2s,transform .2s;
}
.package-options button:hover {
  border-color: #d891aa;
  box-shadow: 0 5px 15px rgba(165,29,88,.08);
  transform: translateY(-1px);
}
.package-options button.active {
  color: #111;
  border-color: #111;
  background: #f8dce6;
  box-shadow: inset 0 0 0 1px #111;
}
.package-options button > b {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #a51d58;
  background: #f8e4eb;
  font-size: 12px;
}
.package-options button.active > b { color: #fff; background: #111; }
.package-options button > b svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.package-options button > span { min-width: 0; display: flex; flex-direction: column; font-size: 9px; font-weight: 700; white-space: nowrap; }
.package-options button small { margin-top: 2px; color: #8a878e; font-size: 8px; font-weight: 500; }
.cart-item-actions { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.cart-item .quantity { margin: 0; overflow: hidden; border: 1px solid #dddce0; border-radius: 20px; }
.cart-item .quantity button { width: 29px; height: 29px; border: 0; background: #fff; }
.cart-item .quantity span { width: 26px; font-size: 11px; font-weight: 600; }
.cart-item .remove { color: #77737b; font-size: 9px; text-underline-offset: 3px; }
.cart-item .item-price { padding-top: 20px; color: #111; font-size: 14px; white-space: nowrap; }
.cart-summary {
  position: sticky;
  z-index: 3;
  bottom: 0;
  padding: 20px 30px 26px;
  border-top: 1px solid #e5e4e8;
  background: rgba(255,255,255,.98);
  box-shadow: 0 -15px 35px rgba(20,20,24,.06);
}
.cart-summary > div { padding: 5px 0; color: #66636a; font-size: 12px; }
.cart-summary > div:last-of-type {
  margin-top: 8px;
  padding-top: 15px;
  color: #111;
  font-size: 19px;
}
.cart-summary small { margin: 10px 0 16px; font-size: 9px; line-height: 1.5; }
.cart-summary .button { min-height: 52px; border-radius: 28px; }
.cart-empty { padding: 60px 30px; }
.cart-empty {
  width: 100%;
  max-width: 390px;
  align-self: center;
  margin: auto;
  text-align: center;
}
.empty-bag-icon {
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border: 1px solid #eadde3;
  border-radius: 30px;
  color: #a51d58;
  background: linear-gradient(145deg,#fff,#faeaf1);
  box-shadow: 0 18px 45px rgba(165,29,88,.12);
  transform: rotate(-3deg);
}
.empty-bag-icon::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(165,29,88,.18);
  border-radius: 23px;
}
.empty-bag-icon svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.empty-bag-icon i {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 10px;
  font-style: normal;
  box-shadow: 0 5px 15px rgba(0,0,0,.16);
}
.cart-empty .eyebrow {
  margin-bottom: 11px;
  color: #a51d58;
  font-size: 8px;
  letter-spacing: .2em;
}
.cart-empty h3 {
  margin: 0;
  color: #111;
  font: 600 25px/1.12 "DM Sans",sans-serif;
  letter-spacing: -.04em;
}
.cart-empty > p:not(.eyebrow) {
  max-width: 300px;
  margin: 13px auto 23px;
  color: #77737a;
  font-size: 11px;
  line-height: 1.65;
}
.empty-cart-action {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  padding: 0 14px 0 16px;
  gap: 9px;
  border: 1px solid #e6bdcd;
  border-radius: 20px;
  color: #8f174b;
  background: #fff5f8;
  text-decoration: none;
  font: 700 8px "DM Sans",sans-serif;
  letter-spacing: .07em;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(165,29,88,.07);
  transition: transform .2s,background .2s,border-color .2s;
}
.empty-cart-action:hover {
  border-color: #a51d58;
  color: #fff;
  background: #a51d58;
  transform: translateY(-1px);
}
.empty-cart-action b { font-size: 12px; font-weight: 600; }
.cart-empty > small {
  display: block;
  margin-top: 17px;
  color: #99959b;
  font-size: 8px;
}

/* Selector de talla */
.variant-modal {
  width: min(680px,calc(100% - 28px));
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(15,15,18,.28);
}
.variant-product {
  grid-template-columns: 170px 1fr;
  gap: 30px;
  padding: 30px 60px 30px 30px;
  background: linear-gradient(135deg,#f5f4f5,#f9dce6);
}
.variant-product img { width: 170px; height: 180px; border-radius: 15px; }
.variant-product h2 { color: #111; font: 600 31px "DM Sans"; letter-spacing: -.045em; }
.variant-product p:last-child { color: #625f65; }
.variant-modal form { gap: 15px; padding: 24px 30px 28px; }
.variant-helper { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 12px; font-weight: 600; }
.variant-helper span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 9px;
}
.variant-option {
  min-height: 82px;
  display: grid;
  grid-template-columns: 24px minmax(0,1fr) auto;
  gap: 11px;
  padding: 13px 14px;
  border-radius: 14px;
  background: #fff;
}
.variant-options { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.variant-option input {
  appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  margin: 0;
  border: 2px solid #cac7cc;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  align-self: center;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}
.variant-option input:checked {
  border: 2px solid #a51d58;
  background: #a51d58;
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 3px rgba(165,29,88,.12);
}
.variant-option-copy { gap: 5px !important; }
.variant-option-copy strong { color: #111; font-size: 12px; }
.variant-option-copy small { font-size: 8px; }
.variant-color { display: flex; align-items: center; gap: 6px; color: #716d74; font-size: 9px; font-style: normal; font-weight: 600; }
.variant-color i { flex: 0 0 11px; width: 11px; height: 11px; border: 1px solid rgba(0,0,0,.14); border-radius: 50%; background: #d8c39a; }
.variant-color[data-color*="plata"] i,.variant-color[data-color*="plateado"] i,.detail-variant-color[data-color*="plata"] i { background: linear-gradient(135deg,#fff,#aeb1b7); }
.variant-color[data-color*="dorado"] i,.variant-color[data-color*="oro"] i,.detail-variant-color[data-color*="dorado"] i { background: linear-gradient(135deg,#f8e5a5,#b88a2e); }
.variant-color[data-color*="rosa"] i,.detail-variant-color[data-color*="rosa"] i { background: #e9a7bc; }
.variant-color[data-color*="negro"] i,.detail-variant-color[data-color*="negro"] i { background: #171719; }
.variant-color[data-color*="blanco"] i,.detail-variant-color[data-color*="blanco"] i { background: #fff; }
.variant-color[data-color*="azul"] i,.detail-variant-color[data-color*="azul"] i { background: #4a73b9; }
.variant-color[data-color*="rojo"] i,.detail-variant-color[data-color*="rojo"] i { background: #bb3b48; }
.variant-color[data-color*="verde"] i,.detail-variant-color[data-color*="verde"] i { background: #4f8a65; }
.variant-option > b { font-size: 11px; white-space: nowrap; }
.variant-option:hover:not(.sold-out) { border-color: #d891aa; box-shadow: 0 7px 20px rgba(165,29,88,.08); }
.variant-option:has(input:checked) {
  border-color: #d66f99;
  background: linear-gradient(135deg, #fff 0%, #fbedf3 100%);
  box-shadow: 0 8px 22px rgba(165,29,88,.09);
}
.variant-submit {
  min-height: 52px;
  justify-content: space-between;
  padding: 15px 22px;
  border-radius: 28px;
}
.variant-submit b { font-size: 18px; }
.variant-confidence { color: #77737b; text-align: center; font-size: 9px; }

/* Pie y crédito */
.footer-meta { display: flex; align-items: center; gap: 28px; }
.powered-by { display: flex; align-items: center; gap: 9px; color: #aaa; text-decoration: none; }
.powered-by span { font-size: 7px; letter-spacing: .14em; white-space: nowrap; }
.powered-by img {
  width: 92px;
  height: 34px;
  object-fit: contain;
  filter: grayscale(1) invert(1) brightness(1.9);
  opacity: .82;
}
.powered-by:hover img { opacity: 1; }

.preorder-date { display: block; margin-top: 6px; color: #a51d58; font-size: 9px; font-weight: 700; }
.share-wishlist {
  display: block;
  margin: 38px auto 0;
  padding: 13px 20px;
  border: 1px solid #111;
  border-radius: 25px;
  color: #111;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}
.bundles-section { background: #f7edf1; }
#bundles-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.bundle-card { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(20,20,24,.07); }
.bundle-images { height: 270px; display: flex; background: #f3f2f4; }
.bundle-images img { min-width: 0; flex: 1; object-fit: cover; }
.bundle-card > div:last-child { padding: 26px; }
.bundle-card > div > span { color: #a51d58; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.bundle-card h3 { margin: 9px 0; font: 600 28px "DM Sans"; letter-spacing: -.04em; }
.bundle-card p { color: #6e6a71; }
.bundle-card strong { display: block; margin: 20px 0; font-size: 20px; }
.bundle-card del { margin-left: 7px; color: #999; font-size: 13px; }
.bundle-card button { width: 100%; padding: 14px; border: 0; border-radius: 24px; color: #fff; background: #111; font-weight: 700; cursor: pointer; }
.social-shopping { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:16px 0; padding:12px; border-radius:12px; background:#f8edf1; font-size:10px; }
.social-shopping>span { grid-column:1/-1; color:#777; }
.social-shopping a,.social-shopping button { min-height:40px; display:flex; align-items:center; justify-content:center; gap:8px; padding:0 12px; border:1px solid #e6cbd5; border-radius:20px; color:#111; background:rgba(255,255,255,.72); font-weight:700; text-decoration:none; cursor:pointer; transition:.2s; }
.social-shopping a span,.social-shopping button span { color:inherit; }
.social-shopping a:hover,.social-shopping button:hover { color:#8e1c4f; border-color:#d99bb2; background:#fff; transform:translateY(-1px); }
.size-guide-link { padding: 0; border: 0; border-bottom: 1px solid #111; color: #111; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.size-guide-modal,.customer-modal { width: min(620px,calc(100% - 28px)); padding: 35px; border-radius: 20px; }
.size-guide-modal h2,.customer-modal h2 { color: #111; font: 600 38px "DM Sans"; letter-spacing: -.05em; }
.size-guide-heading { display:flex; align-items:center; gap:16px; padding-right:36px; }
.size-guide-heading>span { width:56px; height:56px; display:grid; flex:0 0 56px; place-items:center; border-radius:17px; color:#a51d58; background:linear-gradient(145deg,#fbe7ee,#f3bfd1); }
.size-guide-heading svg,.size-tabs svg,.measure-steps svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.size-guide-heading .eyebrow { margin:0 0 5px; }
.size-guide-heading h2 { margin:0; }
.size-guide-heading small { display:block; margin-top:5px; color:#7e7a81; font-size:10px; }
.size-tabs,.account-tabs { display: flex; gap: 7px; margin: 22px 0; padding: 5px; border-radius: 25px; background: #f3f2f4; }
.size-tabs button,.account-tabs button { flex: 1; padding: 10px; border: 0; border-radius: 20px; background: transparent; cursor: pointer; }
.size-tabs button { display:flex; align-items:center; justify-content:center; gap:8px; }
.size-tabs svg { width:17px; height:17px; }
.size-tabs button.active,.account-tabs button.active { color: #fff; background: #111; }
.measure-steps { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.measure-steps>div { min-width:0; display:flex; align-items:center; gap:11px; padding:13px; border:1px solid #e7e3e7; border-radius:13px; background:#fcfbfc; }
.measure-steps b { width:38px; height:38px; display:grid; flex:0 0 38px; place-items:center; border-radius:11px; color:#a51d58; background:#fae4ec; }
.measure-steps b svg { width:20px; height:20px; }
.measure-steps span { min-width:0; }
.measure-steps small { color:#a51d58; font-size:8px; font-weight:700; letter-spacing:.1em; }
.measure-steps p { margin:4px 0 0; font-size:10px; line-height:1.4; }
.size-table { overflow:hidden; margin-top:16px; border:1px solid #e4e1e5; border-radius:14px; }
.size-table>div { display:grid; grid-template-columns:1fr 1fr; align-items:center; min-height:42px; padding:0 16px; border-bottom:1px solid #eeebee; }
.size-table>div:last-child { border:0; }
.size-table-head { color:#77727a; background:#f5f3f5; font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.size-table>div:not(.size-table-head):hover { background:#fff7fa; }
.size-table>div>span:last-child,.size-table b { text-align:right; }
.size-table b { color:#8e1c4f; font-size:12px; font-variant-numeric:tabular-nums; }
.customer-modal form { display: grid; gap: 13px; }
.customer-account-head { display:flex; align-items:center; gap:17px; padding-right:36px; }
.customer-account-head .eyebrow { margin:0 0 6px; }
.customer-account-head h2 { margin:0; }
.customer-account-head p:last-child { margin:8px 0 0; color:#76727a; }
.customer-avatar { width:58px; height:58px; display:grid; flex:0 0 58px; place-items:center; border-radius:18px; color:#a51d58; background:linear-gradient(145deg,#fbe7ee,#f3bfd1); }
.customer-avatar svg,.customer-order-icon svg,.customer-logout svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.customer-orders { display: grid; gap: 11px; margin: 26px 0 20px; }
.customer-orders article { display:grid; grid-template-columns:42px minmax(0,1fr) auto; align-items:center; gap:7px 13px; padding:16px; border:1px solid #e4e2e6; border-radius:14px; background:linear-gradient(145deg,#fff,#fcfafb); transition:border-color .2s,box-shadow .2s,transform .2s; }
.customer-orders article:hover { border-color:#ddbdc9; box-shadow:0 10px 26px rgba(30,21,25,.07); transform:translateY(-1px); }
.customer-order-icon { width:42px; height:42px; display:grid; grid-row:1/3; place-items:center; border-radius:12px; color:#a51d58; background:#fae6ed; }
.customer-order-icon svg { width:20px; height:20px; }
.customer-order-main { min-width:0; display:flex; flex-direction:column; gap:3px; }
.customer-order-main b { font-size:14px; }
.customer-order-main small { color:#807c83; font-size:10px; }
.customer-order-status { justify-self:end; padding:6px 10px; border-radius:18px; color:#8e1c4f; background:#f8dce6; font-size:9px; font-weight:700; }
.customer-order-total { grid-column:2; font-size:17px; font-variant-numeric:tabular-nums; }
.customer-order-delivery { grid-column:3; justify-self:end; color:#77727a; font-size:9px; }
.customer-orders-empty { margin:0; padding:28px; border:1px dashed #ddd8de; border-radius:14px; color:#77727a; background:#faf9fa; text-align:center; }
.customer-logout { width:100%; min-height:48px; display:flex; align-items:center; justify-content:center; gap:10px; border:1px solid #dedade; border-radius:24px; color:#4f4b51; background:#fff; font:600 11px "DM Sans"; letter-spacing:.08em; cursor:pointer; transition:.2s; }
.customer-logout svg { width:18px; height:18px; }
.customer-logout:hover { color:#8e1c4f; border-color:#e2b1c3; background:#fff5f8; }
@media(max-width:560px){
  .quick-trust { grid-template-columns:1fr; }
  .social-shopping { grid-template-columns:1fr; }
  .social-shopping>span { grid-column:auto; }
  .measure-steps { grid-template-columns:1fr; }
  .size-guide-heading>span { width:46px; height:46px; flex-basis:46px; border-radius:14px; }
  .size-guide-heading h2 { font-size:31px; }
}
@media(max-width:520px){
  .customer-account-head { align-items:flex-start; gap:12px; }
  .customer-avatar { width:46px; height:46px; flex-basis:46px; border-radius:14px; }
  .customer-account-head h2 { font-size:31px; }
  .customer-orders article { grid-template-columns:36px minmax(0,1fr) auto; padding:13px; gap:6px 10px; }
  .customer-order-icon { width:36px; height:36px; }
  .customer-order-delivery { grid-column:2/4; justify-self:start; }
}
.mobile-category-sheet { display: none; }

@media (max-width:700px) {
  .cart-head { padding: 22px 18px 17px; }
  .cart-items { padding: 5px 18px; }
  .cart-item { grid-template-columns: 78px minmax(0,1fr); gap: 13px; }
  .cart-item-media img { width: 78px; height: 98px; }
  .cart-item .item-price { position: absolute; right: 0; top: 48px; padding: 0; }
  .cart-summary { padding: 16px 18px 19px; }
  .variant-product { grid-template-columns: 95px 1fr; gap: 16px; padding: 23px 45px 23px 18px; }
  .variant-product img { width: 95px; height: 110px; }
  .variant-product h2 { font-size: 24px; }
  .variant-modal form { padding: 20px 18px; }
  .variant-options { grid-template-columns: 1fr; }
  footer .footer-meta { flex-direction: column; gap: 12px; }
  #bundles-grid { grid-template-columns: 1fr; }
  .bundle-images { height: 230px; }
  .account-toggle { display: block !important; font-size: 21px; }
  .mobile-dock { grid-template-columns: repeat(5,1fr); }
  .mobile-category-sheet {
    position: fixed;
    z-index: 27;
    right: 0;
    bottom: 66px;
    left: 0;
    display: block;
    padding: 18px;
    border-radius: 20px 20px 0 0;
    background: #fff;
    box-shadow: 0 -20px 55px rgba(20,20,24,.18);
    transform: translateY(calc(100% + 80px));
    transition: transform .3s;
  }
  .mobile-category-sheet.open { transform: none; }
  .mobile-category-sheet > div:first-child { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
  .mobile-category-sheet > div:first-child button { border: 0; background: transparent; font-size: 24px; }
  #mobile-category-images { display: flex; gap: 14px; overflow-x: auto; }
  #mobile-category-images a { flex: 0 0 76px; color: #111; text-align: center; text-decoration: none; font-size: 10px; font-weight: 600; }
  #mobile-category-images img { width: 70px; height: 70px; display: block; margin: 0 auto 7px; border-radius: 50%; object-fit: cover; }
  .size-guide-modal,.customer-modal { padding: 28px 18px; }
}
.toast { pointer-events: none; }

.toast.packaging-toast {
  width: min(390px, calc(100% - 28px));
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 17px 13px 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  background:
    radial-gradient(circle at 8% 0, rgba(243,193,210,.25), transparent 42%),
    #211d20;
  box-shadow: 0 18px 48px rgba(28,20,25,.3);
  text-align: left;
}
.packaging-toast-icon {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #311923;
  background: linear-gradient(145deg, #f9dce6, #eab2c7);
  box-shadow: inset 0 1px rgba(255,255,255,.8);
  font-size: 17px;
  font-weight: 800;
}
.packaging-toast > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.packaging-toast strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: .01em;
}
.packaging-toast small {
  color: rgba(255,255,255,.68);
  font-size: 9px;
  line-height: 1.35;
}
