@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;500;600;700&display=swap");
:root {
  --ivory: #fff9f4;
  --paper: #ffffff;
  --ink: #111014;
  --muted: #6d686d;
  --pink: #ff4fc7;
  --blue: #59c6ff;
  --violet: #7b5cff;
  --coral: #ff7a45;
  --line: rgba(17, 16, 20, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(255, 249, 244, 0.88);
  border-bottom: 1px solid rgba(17, 16, 20, 0.06);
  backdrop-filter: blur(18px);
}

.brand { width: 145px; display: flex; }
.brand img { width: 100%; height: auto; display: block; mix-blend-mode: multiply; }

.nav-links { display: flex; gap: clamp(28px, 4vw, 62px); font-size: 15px; font-weight: 600; }
.nav-links a { position: relative; padding: 31px 0; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  transition: width .25s ease, left .25s ease;
}
.nav-links a:hover::after { left: 0; width: 100%; }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.icon-button, .menu-button {
  width: 42px; height: 42px; border: 0; background: transparent; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
}
.icon-button:hover { background: rgba(255, 79, 199, 0.1); }
.icon-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.bag-button { position: relative; }
.bag-count {
  position: absolute; right: -2px; top: 0; min-width: 18px; height: 18px; padding: 0 5px;
  display: grid; place-items: center; border-radius: 20px; color: white; background: var(--pink);
  font-size: 10px; font-weight: 800;
}

/* Franja pública de promociones */
.promotion-strip{position:relative;z-index:45;width:100%;height:28px;overflow:hidden;border-bottom:1px solid rgba(255,79,199,.12);background:linear-gradient(90deg,#fff2f9,#f7f0ff 48%,#eefaff);color:#493c47}
.promotion-track{width:max-content;height:100%;display:flex;animation:promotionMarquee var(--marquee-duration,28s) linear infinite;will-change:transform}.promotion-strip:hover .promotion-track{animation-play-state:paused}
.promotion-set{height:100%;display:flex;align-items:center}.promotion-set>span{height:100%;padding:0 28px;display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:8px;letter-spacing:.025em}.promotion-set i{width:6px;height:6px;border-radius:50%;background:var(--promo-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--promo-color) 14%,transparent)}.promotion-set strong{font-weight:800}.promotion-set em{padding:3px 6px;border:1px dashed color-mix(in srgb,var(--promo-color) 60%,white);border-radius:7px;color:color-mix(in srgb,var(--promo-color) 78%,#392d36);font-size:7px;font-style:normal;font-weight:900;letter-spacing:.09em}.promotion-set a{padding:3px 7px;border:1px solid color-mix(in srgb,var(--promo-color) 45%,white);border-radius:999px;background:rgba(255,255,255,.62);color:color-mix(in srgb,var(--promo-color) 75%,#392d36);font-size:7px;font-weight:900}
@keyframes promotionMarquee{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.promotion-track{animation:none}.promotion-strip{overflow:auto}.promotion-set[aria-hidden=true]{display:none}}
.menu-button { display: none; position: relative; }
.menu-button span { position: absolute; width: 21px; height: 1.5px; background: var(--ink); transition: .25s ease; }
.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-button.active span:first-child { transform: rotate(45deg); }
.menu-button.active span:last-child { transform: rotate(-45deg); }

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: 46% 54%;
  overflow: hidden;
  background: var(--ivory);
}

.hero-copy {
  z-index: 2;
  padding: clamp(72px, 10vh, 118px) 2vw 80px 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 29px;
  display: flex; align-items: center; gap: 12px;
  text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800;
}
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; }
.pink-dot { background: var(--pink); }
.blue-dot { background: var(--blue); }
.hero h1 {
  margin: 0;
  max-width: 730px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(62px, 5.35vw, 92px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .93;
}
.hero-lead {
  max-width: 500px; margin: 29px 0 0; font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55; color: #39353a;
}
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.button {
  min-height: 52px; padding: 0 27px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; transition: .24s ease;
}
.button.primary { background: var(--pink); color: white; box-shadow: 0 10px 32px rgba(255,79,199,.19); }
.button.primary:hover { transform: translateY(-2px); background: var(--violet); box-shadow: 0 14px 36px rgba(123,92,255,.23); }
.button.secondary { border: 1.5px solid var(--ink); }
.button.secondary:hover { color: white; background: var(--ink); transform: translateY(-2px); }
.button.dark { background: var(--ink); color: white; }
.button.dark:hover { background: var(--violet); transform: translateY(-2px); }

.hero-visual { position: relative; min-height: 700px; overflow: hidden; }
.hero-image {
  position: absolute; inset: 0;
  background: url("images/snartii-hero-production.png") center/cover no-repeat;
  transform: scale(1.015);
  transition: transform 1s ease;
}
.hero:hover .hero-image { transform: scale(1.035); }
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--ivory) 0%, transparent 19%), linear-gradient(0deg, rgba(255,122,69,.15), transparent 34%);
}
.hero-glow, .prism { position: absolute; pointer-events: none; z-index: 2; filter: blur(1px); }
.glow-one {
  width: 440px; height: 320px; left: -120px; bottom: -120px; opacity: .7;
  background: radial-gradient(ellipse, rgba(255,79,199,.82), rgba(89,198,255,.26) 48%, transparent 70%);
  transform: rotate(18deg);
}
.glow-two {
  width: 300px; height: 300px; right: -80px; bottom: -80px; opacity: .45;
  background: radial-gradient(circle, rgba(255,122,69,.9), rgba(123,92,255,.2) 55%, transparent 72%);
}
.prism-one {
  width: 430px; height: 150px; left: -90px; top: 30px; border-radius: 50%;
  border: 2px solid rgba(89,198,255,.38);
  box-shadow: inset 0 0 40px rgba(255,79,199,.16), 0 0 40px rgba(89,198,255,.14);
  transform: rotate(-35deg);
}
.prism-two {
  width: 500px; height: 100px; right: -210px; bottom: 30px; border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(255,79,199,.22), rgba(255,122,69,.46), transparent);
  transform: rotate(-24deg);
}

.collections, .products, .manifesto { padding: 110px 5vw; }
.collections { background: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 36px; }
.section-kicker {
  margin: 0 0 12px; text-transform: uppercase; letter-spacing: .17em;
  font-size: 11px; font-weight: 800; color: #645f65;
}
.section-heading h2, .community h2, .events h2 {
  margin: 0; max-width: 750px; font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 4vw, 66px); line-height: .98; letter-spacing: -.035em;
}
.text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 13px; font-weight: 800; }
.text-link span { color: var(--pink); margin-left: 7px; }
.section-intro {
  max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65;
}

.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card {
  position: relative; min-height: 520px; padding: 27px; overflow: hidden; border-radius: 32px;
  display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; color: white;
  box-shadow: 0 20px 50px rgba(17,16,20,.08); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease;
}
.collection-card::before {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(180deg, rgba(12,10,14,.08) 18%, rgba(12,10,14,.14) 42%, rgba(12,10,14,.9) 100%);
}
.collection-card::after {
  content: ""; position: absolute; z-index: 1; left: 27px; top: 64px; width: 42px; height: 3px;
  border-radius: 999px; background: var(--pink); transition: width .45s ease;
}
.collection-card:hover { transform: translateY(-8px); box-shadow: 0 30px 70px rgba(17,16,20,.18); }
.collection-card:hover::after { width: 80px; }
.collection-photo {
  position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.01); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease;
}
.collection-card:hover .collection-photo { transform: scale(1.075); filter: saturate(1.08); }
.collection-pride::after { background: var(--pink); }
.collection-identity::after { background: var(--blue); }
.collection-love::after { background: var(--coral); }
.collection-card::after { background:var(--story-accent,var(--pink)); }
.collection-number {
  position: relative; z-index: 2; width: fit-content; padding: 8px 11px; border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px; background: rgba(17,16,20,.2); backdrop-filter: blur(10px);
  font-size: 10px; font-weight: 800; letter-spacing: .08em;
}
.collection-copy { position: relative; z-index: 2; padding-right: 58px; }
.collection-card p { margin: 0 0 9px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.collection-card h3 {
  margin: 0; max-width: 270px; font-family: "Barlow Condensed"; font-size: clamp(42px,3.4vw,58px);
  line-height: .86; letter-spacing: -.025em; text-transform: uppercase;
}
.collection-card small {
  display: block; max-width: 245px; margin-top: 14px; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.45;
}
.collection-arrow {
  position: absolute; z-index: 3; right: 24px; bottom: 24px; width: 50px; height: 50px;
  display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  background: rgba(255,255,255,.9); color: var(--ink); font-size: 21px; backdrop-filter: blur(10px);
  transition: .3s ease;
}
.collection-card:hover .collection-arrow { background: var(--pink); border-color: var(--pink); color: white; transform: rotate(12deg); }

.products { background: var(--ivory); }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button {
  width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer;
}
.slider-controls button:hover { background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { position: relative; }
.product-image {
  position: relative; height: 510px; border-radius: 28px; overflow: hidden; display: grid; place-items: center;
}
.product-image.peach { background: #f8e8da; }
.product-image.blue { background: #def0f6; }
.product-image.lilac { background: #eee6f6; }
.product-image img { width: 88%; height: 88%; object-fit: contain; transition: transform .5s ease; mix-blend-mode: multiply; }
.product-card:hover img { transform: scale(1.04); }
.new-badge {
  position: absolute; left: 18px; top: 18px; z-index: 2; padding: 8px 14px; border-radius: 30px;
  background: white; color: var(--pink); text-transform: uppercase; font-size: 10px; font-weight: 800;
}
.product-offer-badge{position:absolute;left:18px;top:18px;z-index:4;max-width:calc(100% - 82px);padding:9px 14px;border:1px solid rgba(255,255,255,.7);border-radius:999px;overflow:hidden;background:linear-gradient(110deg,var(--offer-color),color-mix(in srgb,var(--offer-color) 70%,#7b5cff));color:#fff;font-size:9px;font-weight:900;letter-spacing:.045em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;box-shadow:0 10px 25px color-mix(in srgb,var(--offer-color) 23%,transparent);animation:offerBadgeIn .5s cubic-bezier(.2,.8,.2,1) both}
.offer-countdown{z-index:4;width:max-content;max-width:calc(100% - 36px);padding:9px 12px;border:1px solid rgba(255,255,255,.72);border-radius:14px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.86);color:#332a31;box-shadow:0 12px 28px rgba(72,42,64,.12);backdrop-filter:blur(14px)}
.offer-countdown>span{color:#9c3a78;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.offer-countdown>div{display:flex;align-items:baseline;gap:3px}.offer-countdown b{min-width:17px;font-family:"Barlow Condensed";font-size:17px;line-height:1;text-align:center}.offer-countdown i{margin-right:2px;color:#94838e;font-size:6px;font-style:normal;font-weight:800}
.offer-countdown-card{position:absolute;left:18px;top:59px}.offer-countdown-product{position:absolute;left:30px;top:88px}
.heart {
  position: absolute; right: 16px; top: 16px; z-index: 5; width: 42px; height: 42px; display: grid; place-items: center;
  border: 1.5px solid var(--blue); background: rgba(255,255,255,.92); color: var(--blue); border-radius: 50%; cursor: pointer;
  box-shadow: 0 8px 22px rgba(89,198,255,.13); transition: color .2s,border-color .2s,background .2s,transform .2s;
}
.heart svg,.gallery-favorite svg { width: 21px; height: 21px; fill: transparent; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: fill .2s,transform .2s; }
.heart:hover,.heart.active { border-color: var(--pink); color: var(--pink); }
.heart.active { background: rgba(255,255,255,.96); transform: scale(1.04); }
.heart.active svg,.gallery-favorite.active svg { fill: currentColor; transform: scale(.92); }
.quick-add {
  position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; height: 50px;
  border: 0; border-radius: 999px; background: var(--ink); color: white; font-weight: 700; cursor: pointer;
  padding: 0 20px; box-sizing: border-box;
  display: grid !important; place-items: center !important;
  text-align: center !important; line-height: 1 !important;
  transform: translateY(80px); transition: .3s ease;
}
.product-card:hover .quick-add, .quick-add:focus { transform: translateY(0); }
.product-card > p { margin: 17px 0 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.product-title { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.product-title h3 { margin: 0; font-size: 15px; font-weight: 700; }
.product-title strong { font-size: 14px; white-space: nowrap; }

.community {
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;min-height:0;background:white;
}
.community-image { position:relative;overflow:hidden;width:100%;aspect-ratio:1.5/1;background:#171517; }
.community-image img { position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center; }
.community-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 60%, rgba(255,79,199,.27)); }
.floating-note {
  position: absolute; z-index: 2; padding: 13px 19px; border-radius: 99px; background: rgba(255,255,255,.9);
  box-shadow: 0 10px 35px rgba(17,16,20,.12); backdrop-filter: blur(12px); font-size: 12px; font-weight: 800;
}
.note-one { left: 5%; top: 13%; transform: rotate(-4deg); }
.note-two { right: 5%; bottom: 12%; transform: rotate(4deg); }
.community-copy { padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.community-copy > p:not(.section-kicker) { max-width: 580px; margin: 28px 0 35px; color: #504b51; font-size: 17px; line-height: 1.75; }
.community-stats { margin-bottom: 38px; border-top: 1px solid var(--line); }
.community-stats div { display: grid; grid-template-columns: 45px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.community-stats strong { color: var(--pink); font-size: 11px; }
.community-copy .button { align-self: start; }

.manifesto { text-align: center; background: var(--ink); color: white; overflow: hidden; }
.manifesto .section-kicker { color: var(--blue); }
.manifesto blockquote {
  margin: 34px auto; font-family: "Barlow Condensed"; font-size: clamp(55px, 7vw, 110px); line-height: .9; letter-spacing: -.04em;
}
.manifesto blockquote em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--pink); }
.manifesto-copy { max-width: 650px; margin: 0 auto; color: #c9c3ca; line-height: 1.75; }

.events {
  padding: 100px 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end;
  background: linear-gradient(130deg, #fff4ef, #f7efff 55%, #e8f7ff);
}
.newsletter label { display: block; margin-bottom: 14px; font-size: 13px; font-weight: 800; }
.newsletter > div { display: flex; border-bottom: 1.5px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 16px 0; background: transparent; font-size: 16px; }
.newsletter button { border: 0; background: transparent; font-weight: 800; cursor: pointer; }
.newsletter button:hover { color: var(--pink); }
.newsletter small { display: block; margin-top: 13px; color: var(--muted); }

footer {
  min-height: 130px; padding: 35px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: white; font-size: 11px; color: var(--muted);
}
footer img { width: 110px; mix-blend-mode: multiply; }
footer p:last-child { justify-self: end; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 78px 7vw 54px; }
  .hero-copy h1 { max-width: 760px; font-size: clamp(60px, 9vw, 86px); }
  .hero-visual { min-height: 590px; }
  .hero-visual::after { background: linear-gradient(180deg, var(--ivory), transparent 20%); }
  .product-image { height: 400px; }
  .community { grid-template-columns: 1fr; }
  .community-image { min-height:0;aspect-ratio:1.5/1; }
  .community-copy { padding: 90px 7vw; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand { width: 112px; }
  .desktop-action { display: none; }
  .menu-button { display: grid; }
  .nav-links {
    position: fixed; inset: 72px 0 auto; padding: 24px 24px 34px; background: rgba(255,249,244,.98);
    display: flex; flex-direction: column; gap: 0; transform: translateY(-130%); opacity: 0; transition: .3s ease;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; }
  .nav-links a { padding: 14px 0; font-size: 18px; }
  .nav-links a::after { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 62px 21px 43px; }
  .eyebrow { gap: 8px; margin-bottom: 20px; font-size: 9px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 72px); line-height: .91; }
  .hero-lead { margin-top: 23px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 28px; }
  .button { width: 100%; }
  .hero-visual { min-height: 485px; }
  .hero-image { background-position: 61% center; }
  .hero-visual::after { background: linear-gradient(180deg, var(--ivory), transparent 16%); }
  .collections, .products, .manifesto { padding: 78px 20px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 29px; }
  .collection-grid, .product-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 520px; }
  .section-intro { margin-top: 16px; font-size: 14px; }
  .product-grid { gap: 38px; }
  .product-image { height: 440px; }
  .offer-countdown-card{left:14px;top:56px;padding:8px 10px}.offer-countdown-product{left:18px;top:80px}
  .quick-add { transform: translateY(0); }
  .promotion-strip{height:26px}.promotion-set>span{padding:0 20px;font-size:7px}
  .community-image { min-height:0;aspect-ratio:1.5/1; }
  .community-copy { padding: 75px 20px; }
  .events { padding: 75px 20px; grid-template-columns: 1fr; gap: 50px; }
  footer { padding: 35px 20px; grid-template-columns: 1fr; gap: 15px; text-align: left; }
  footer p { margin: 0; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Product experience */
.product-page { min-height: 100vh; background: #fff; }
.product-header {
  height: 78px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; position: sticky; top: 0; z-index: 45;
  background: rgba(255,255,255,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.product-header nav { display: flex; gap: 42px; font-size: 13px; font-weight: 700; }
.product-header nav a:hover { color: var(--pink); }
.product-breadcrumb { max-width: 1500px; margin: 0 auto; padding: 22px 4vw; display: flex; gap: 9px; color: var(--muted); font-size: 11px; }
.product-breadcrumb strong { color: var(--ink); font-weight: 700; }
.product-experience { min-height: calc(100vh - 122px); display: grid; grid-template-columns: 56% 44%; border-top: 1px solid rgba(17,16,20,.05); }
.product-gallery {
  min-height: 760px; position: sticky; top: 78px; height: calc(100vh - 78px); overflow: hidden;
  display: grid; place-items: center; background: linear-gradient(145deg,#f8e8da,#fff4ec);
  transition: background .45s ease;
}
.product-gallery > img { width: min(64%, 590px); height: 72%; object-fit: contain; z-index: 2; filter: drop-shadow(0 24px 27px rgba(17,16,20,.12)); animation: productReveal .5s ease; transition: opacity .22s ease,transform .22s ease; }
.product-gallery > img.switching { opacity: .18; transform: scale(.975); }
@keyframes productReveal { from { opacity: 0; transform: translateY(14px) scale(.97); } }
.gallery-badge { position: absolute; left: 34px; top: 30px; z-index: 3; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.8); color: var(--pink); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.gallery-favorite { position: absolute; right: 30px; top: 26px; z-index: 3; width: 48px; height: 48px; display:grid;place-items:center;border: 1.5px solid var(--blue); border-radius: 50%; background: rgba(255,255,255,.9); color:var(--blue);cursor: pointer;box-shadow:0 9px 26px rgba(89,198,255,.14);transition:.2s; }
.gallery-favorite:hover,.gallery-favorite.active { border-color:var(--pink);color: var(--pink); transform: scale(1.04); }
.gallery-offer-badge{position:absolute;left:30px;top:26px;z-index:4;min-height:48px;max-width:calc(100% - 126px);padding:0 19px;border:1px solid rgba(255,255,255,.75);border-radius:999px;display:flex;align-items:center;gap:8px;background:linear-gradient(115deg,var(--offer-color),color-mix(in srgb,var(--offer-color) 70%,#7b5cff));color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 12px 30px color-mix(in srgb,var(--offer-color) 25%,transparent);animation:offerBadgeIn .55s cubic-bezier(.2,.8,.2,1) both}.gallery-offer-badge:after{content:"";position:absolute;inset:3px;border:1px solid rgba(255,255,255,.22);border-radius:inherit;pointer-events:none}@keyframes offerBadgeIn{from{opacity:0;transform:translateY(-8px) scale(.94)}to{opacity:1;transform:none}}
.gallery-prism { position: absolute; border-radius: 50%; pointer-events: none; }
.prism-pink { width: 470px; height: 210px; left: -150px; bottom: -60px; background: radial-gradient(ellipse,rgba(255,79,199,.6),rgba(123,92,255,.12) 58%,transparent 70%); transform: rotate(18deg); }
.prism-blue { width: 400px; height: 150px; right: -170px; top: 18%; border: 2px solid rgba(89,198,255,.5); box-shadow: inset 0 0 35px rgba(89,198,255,.15); transform: rotate(-28deg); }
.gallery-pagination { position: absolute; bottom: 36px; display: flex; gap: 7px; z-index: 3; }
.gallery-pagination span { width: 7px; height: 7px; border-radius: 50%; background: rgba(17,16,20,.25); }
.gallery-pagination span.active { width: 24px; border-radius: 9px; background: var(--pink); }
.product-gallery > p { position: absolute; bottom: 62px; font-size: 10px; color: var(--muted); }
.product-details { padding: 4.5vw 6vw 70px; align-self: start; max-width: 720px; }
.product-overline { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; color: var(--violet); }
.product-details h1 { margin: 0; font-family: "Barlow Condensed"; font-size: clamp(60px,5vw,84px); line-height: .86; letter-spacing: -.04em; }
.rating { margin-top: 22px; display: flex; align-items: center; gap: 12px; font-size: 11px; }
.rating span { color: var(--coral); letter-spacing: .12em; }
.rating a { color: var(--muted); border-bottom: 1px solid; }
.price-line { margin: 29px 0 0; display: flex; align-items: baseline; gap: 18px; }
.price-line>div{display:flex;align-items:baseline;gap:9px}.price-line strong { font-size: 25px; }.price-line del{color:#9b9299;font-size:12px;text-decoration-thickness:1px}
.price-line span { color: var(--muted); font-size: 11px; }
.product-description { max-width: 560px; margin: 24px 0 32px; line-height: 1.75; color: #504b51; font-size: 14px; }
.cart-offer-label{width:max-content;max-width:100%;margin-top:5px;padding:4px 7px;border-radius:7px;display:block;overflow:hidden;background:linear-gradient(100deg,#ffe8f5,#e7f7ff);color:#b52a81;font-size:8px;font-style:normal;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.option-block { margin-top: 27px; }
.option-heading { margin-bottom: 13px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.option-heading span { color: var(--muted); }
.option-heading button { border: 0; padding: 0; background: none; border-bottom: 1px solid; font-size: 10px; font-weight: 700; cursor: pointer; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.option-choice {
  min-height: 54px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3px;
  background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: .2s ease;
}
.option-choice span { font-size: 11px; font-weight: 800; line-height: 1.2; }
.option-choice small { color: var(--muted); font-size: 8px; line-height: 1.25; }
.option-choice:hover { border-color: rgba(255,79,199,.55); transform: translateY(-1px); }
.option-choice.selected {
  border-color: var(--pink); background: linear-gradient(135deg,rgba(255,79,199,.09),rgba(89,198,255,.1));
  box-shadow: 0 7px 22px rgba(123,92,255,.09);
}
.option-choice.selected::after { content: ""; align-self: flex-end; width: 7px; height: 7px; margin-top: -10px; border-radius: 50%; background: linear-gradient(135deg,var(--pink),var(--blue)); }
.phrase-selector { grid-template-columns: repeat(2,minmax(0,1fr)); }
.phrase-selector .option-choice { min-height: 48px; }
.color-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.color-choice { height: 58px; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; background: white; display: flex; align-items: center; gap: 11px; cursor: pointer; }
.color-choice.selected { border-color: var(--ink); box-shadow: 0 5px 18px rgba(17,16,20,.06); }
.color-choice i { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--line); }
.swatch-white { background: #fff; }.swatch-black { background: #171719; }
.color-choice span { font-size: 11px; font-weight: 700; }
.color-choice.selected i { outline: 2px solid var(--pink); outline-offset: 3px; }
.size-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.size-grid button { height: 49px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: 11px; font-weight: 800; cursor: pointer; transition: .2s; }
.size-grid button:hover { border-color: var(--pink); }.size-grid button.selected { color: #fff; border-color: var(--pink); background: linear-gradient(135deg,var(--pink),var(--violet)); box-shadow: 0 8px 20px rgba(255,79,199,.2); transform: translateY(-2px); }
.size-selector.error .size-grid { padding: 5px; margin: -5px; border-radius: 16px; box-shadow: 0 0 0 2px rgba(255,79,199,.2); }
.size-message { margin: 10px 0 0; color: #da2a96; font-size: 11px; font-weight: 700; }
.stock-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; }
.stock-note i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #46bd76; box-shadow: 0 0 0 4px rgba(70,189,118,.1); }
.purchase-row { display: grid; grid-template-columns: 112px 1fr; gap: 11px; margin-top: 28px; }
.quantity-control { height: 58px; display: grid; grid-template-columns: 1fr 30px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 16px; }
.quantity-control button { height: 100%; border: 0; background: none; cursor: pointer; }.quantity-control span { text-align: center; font-size: 12px; font-weight: 800; }
.add-to-cart { height: 58px; padding: 0 23px; border: 0; border-radius: 16px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(100deg,var(--pink),#ed48cb 52%,var(--violet)); color: white; box-shadow: 0 14px 30px rgba(255,79,199,.2); cursor: pointer; transition: .25s; }
.add-to-cart:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(123,92,255,.28); }.add-to-cart span,.add-to-cart strong { font-size: 12px; }
.trust-row { padding: 18px 0 27px; display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 9px; border-bottom: 1px solid var(--line); }
.product-details details { border-bottom: 1px solid var(--line); }.product-details summary { padding: 18px 0; display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
.product-details details p { margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.product-story { padding: 100px 5vw; text-align: center; background: var(--ink); color: white; }
.product-story h2 { max-width: 900px; margin: 14px auto 42px; font-family: "Barlow Condensed"; font-size: clamp(52px,6vw,92px); line-height: .92; }
.product-story > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.product-story > div span { padding: 11px 18px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; font-size: 10px; }
.drawer-backdrop,.modal-backdrop { position: fixed; inset: 0; z-index: 90; opacity: 0; pointer-events: none; background: rgba(17,16,20,.43); backdrop-filter: blur(4px); transition: opacity .3s; }
.drawer-backdrop.visible { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(470px,100%); height: 100dvh; padding: 32px; display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(155deg,#fff 0%,#fff9f4 65%,#f8efff 100%); transform: translateX(105%); transition: transform .35s cubic-bezier(.22,.8,.3,1); box-shadow: -30px 0 80px rgba(17,16,20,.16); }
.cart-drawer::before { content: ""; position: absolute; width: 280px; height: 130px; right: -120px; top: 70px; border: 2px solid rgba(89,198,255,.3); border-radius: 50%; transform: rotate(-30deg); pointer-events: none; }
.cart-drawer::after { content: ""; position: absolute; width: 260px; height: 170px; left: -130px; bottom: -100px; border-radius: 50%; background: radial-gradient(ellipse,rgba(255,79,199,.23),rgba(123,92,255,.06) 60%,transparent 72%); pointer-events: none; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: start; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.drawer-head p { margin: 2px 0 2px; font-family: "Barlow Condensed"; font-size: 48px; line-height: .9; font-weight: 700; letter-spacing: -.03em; }
.drawer-head small { color: var(--muted); font-size: 9px; }
.drawer-head .drawer-kicker { display: block; color: var(--pink); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; font-weight: 800; }
.drawer-head button,.modal-close { border: 0; background: transparent; font-size: 29px; cursor: pointer; }
.cart-message { position: relative; z-index: 2; margin: 20px 0 14px; padding: 14px 16px; display: flex; gap: 12px; align-items: center; border-radius: 15px; background: linear-gradient(100deg,rgba(255,79,199,.08),rgba(89,198,255,.1)); }
.cart-message > i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--pink); font-style: normal; box-shadow: 0 6px 18px rgba(17,16,20,.07); }
.cart-message strong,.cart-message span { display: block; }.cart-message strong { font-size: 10px; }.cart-message span { margin-top: 2px; color: var(--muted); font-size: 8px; }
.cart-items { position: relative; z-index: 2; flex: 1; min-height: 0; padding: 2px 1px 18px 0; display: flex; flex-direction: column; gap: 12px; overflow-y: auto; scrollbar-width: none; }
.cart-items::-webkit-scrollbar{display:none}
.cart-open { overflow: hidden; }
.cart-item { position: relative; z-index: 2; display: grid; grid-template-columns: 112px 1fr 24px; gap: 16px; padding: 14px; border: 1px solid rgba(17,16,20,.07); border-radius: 21px; background: rgba(255,255,255,.72); box-shadow: 0 12px 35px rgba(17,16,20,.055); }
.cart-thumb { height: 135px; border-radius: 16px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#f8e8da,#fff4ec); }.cart-thumb.dark { background: linear-gradient(145deg,#f8e8da,#fff4ec); }.cart-thumb img { width: 90%; height: 90%; object-fit: contain; }
.cart-item p { margin: 4px 0 5px; font-size: 12px; font-weight: 800; }.cart-item span { display: block; color: var(--muted); font-size: 10px; }.cart-item strong { display: block; margin-top: 10px; font-size: 12px; }
.remove-item { align-self: start; border: 0; background: none; font-size: 20px; cursor: pointer; }
.mini-quantity { width: 85px; margin-top: 13px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; border: 1px solid var(--line); border-radius: 9px; }.mini-quantity button { border: 0; background: transparent; cursor: pointer; }.mini-quantity span { text-align: center; color: var(--ink); }
.drawer-summary { position: relative; z-index: 2; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }.drawer-summary .cart-subtotal-row { display: flex; justify-content: space-between; align-items: baseline; }.drawer-summary .cart-subtotal-row span { font-size: 11px; font-weight: 700; }.drawer-summary .cart-subtotal-row strong { font-size: 21px; }.drawer-summary small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; }
.drawer-summary > button { width: 100%; height: 44px; margin-top: 9px; padding: 0 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.62); color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; }.drawer-summary > button:hover { border-color: var(--pink); color: var(--pink); }.drawer-summary p { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 8px; }
.empty-cart { margin: auto; text-align: center; }.empty-cart > span { font-size: 48px; color: var(--pink); }.empty-cart h2 { max-width: 280px; font-family: "Barlow Condensed"; font-size: 38px; line-height: .95; }.empty-cart button { height: 50px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--pink); color: white; font-weight: 800; }
.cart-checkout-button{height:58px;margin-top:16px;padding:0 18px 0 21px;border-radius:17px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;background:linear-gradient(100deg,var(--pink),#e84bcf 48%,var(--violet));color:#fff;text-decoration:none;box-shadow:0 15px 30px rgba(255,79,199,.24);transition:.2s}.cart-checkout-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(123,92,255,.27)}.cart-checkout-button span{font-size:12px;font-weight:900}.cart-checkout-button strong{font-size:13px}.cart-checkout-button i{font-style:normal;font-size:16px}
.checkout-page{min-height:100vh;background:radial-gradient(circle at 5% 10%,rgba(255,79,199,.14),transparent 27%),radial-gradient(circle at 94% 82%,rgba(89,198,255,.18),transparent 30%),#fffaf7;color:#111014}
.checkout-wrap{width:min(1180px,calc(100% - 36px));margin:auto;padding:34px 0 80px}.checkout-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.checkout-brand img{width:120px}.checkout-brand a{color:#111014;font-size:12px;text-decoration:none}
.checkout-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:start}.checkout-card{border:1px solid rgba(17,16,20,.08);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 22px 62px rgba(62,39,55,.08);padding:27px;backdrop-filter:blur(16px)}.checkout-summary{position:sticky;top:22px}.checkout-kicker{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ef48bd}.checkout-title{margin:8px 0 7px;font-family:"Barlow Condensed";font-size:49px;line-height:.92}.checkout-lead{margin:0 0 22px;color:#6c6870;font-size:12px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-field{display:grid;gap:6px}.checkout-field.wide{grid-column:1/-1}.checkout-field span{font-size:10px;font-weight:800}.checkout-field input,.checkout-field textarea{width:100%;border:1px solid rgba(17,16,20,.11);border-radius:14px;background:#fff;padding:12px 14px;outline:none;font:inherit;font-size:12px}.checkout-field textarea{min-height:76px;resize:vertical}.checkout-field input:focus,.checkout-field textarea:focus{border-color:#ff4fc7;box-shadow:0 0 0 4px rgba(255,79,199,.08)}
.checkout-submit{width:100%;height:55px;margin-top:19px;border:0;border-radius:999px;background:linear-gradient(95deg,#ff4fc7,#7b5cff 56%,#59c6ff);color:#fff;font-weight:900;cursor:pointer}.checkout-submit:disabled{opacity:.55}.checkout-secure{margin:11px 0 0;text-align:center;color:#77717a;font-size:9px}.checkout-items{display:grid;gap:10px;margin-top:18px}.checkout-line{display:grid;grid-template-columns:68px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:17px;background:#fff}.checkout-line img{width:68px;height:80px;object-fit:contain;border-radius:12px;background:#fff4ec}.checkout-line strong,.checkout-line span{display:block}.checkout-line strong{font-size:11px}.checkout-line span{margin-top:4px;color:#77717a;font-size:9px}.checkout-totals{display:grid;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(17,16,20,.08)}.checkout-totals div{display:flex;justify-content:space-between;font-size:12px}.checkout-totals .grand{padding-top:4px;font-size:18px;font-weight:900}.checkout-assurance{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;padding-top:16px;border-top:1px solid rgba(17,16,20,.08)}.checkout-assurance span{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;padding:7px 9px;border-right:1px solid rgba(17,16,20,.08);color:#302c33}.checkout-assurance span:last-child{border-right:0}.checkout-assurance svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:#ef48bd;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.checkout-assurance b{font-size:9px;line-height:1.2}.checkout-provider{margin:8px 0 0;text-align:center;color:#8c858e;font-size:8px;letter-spacing:.01em}.checkout-error{margin-top:15px;padding:13px;border-radius:14px;background:#fff0f6;color:#9d145f;font-size:11px}.checkout-empty{text-align:center;padding:45px 10px}.checkout-empty a{color:#ef48bd;font-weight:800}
.coupon-box{margin-top:18px;padding:15px;border:1px solid rgba(89,198,255,.22);border-radius:18px;background:linear-gradient(105deg,rgba(89,198,255,.07),rgba(255,79,199,.055))}.coupon-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.coupon-heading span{font-size:11px;font-weight:900}.coupon-heading small{color:#77717a;font-size:8px}.coupon-entry{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-entry input{width:100%;height:42px;padding:0 13px;border:1px solid rgba(17,16,20,.11);border-radius:12px;background:#fff;outline:none;font:inherit;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.coupon-entry input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(89,198,255,.09)}.coupon-entry button{height:42px;padding:0 16px;border:0;border-radius:12px;background:#111014;color:#fff;font-size:10px;font-weight:850;cursor:pointer}.coupon-entry button:disabled{opacity:.65}.coupon-feedback{margin:9px 0 0;font-size:9px;line-height:1.4}.coupon-feedback.success{color:#188951}.coupon-feedback.error{color:#b12668}.checkout-totals #checkoutDiscountRow{color:#dc35a5}.checkout-totals #checkoutDiscountRow em{font-style:normal;font-size:8px;font-weight:800}
@media(max-width:820px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.checkout-fields{grid-template-columns:1fr}.checkout-field.wide{grid-column:auto}.checkout-title{font-size:43px}.checkout-card{padding:22px}.checkout-assurance{grid-template-columns:1fr}.checkout-assurance span{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(17,16,20,.06)}.checkout-assurance span:last-child{border-bottom:0}}

/* Portal de pedidos Snartii */
.order-portal-page{min-height:100vh;margin:0;overflow-x:hidden;background:linear-gradient(135deg,#fff9f6 0%,#fff9fc 50%,#f2fbff 100%);color:#111014}
.order-prism{position:fixed;z-index:0;border-radius:50%;pointer-events:none;filter:blur(2px)}.order-prism-pink{width:560px;height:280px;left:-250px;top:18%;background:radial-gradient(ellipse,rgba(255,79,199,.2),rgba(123,92,255,.06) 60%,transparent 72%);transform:rotate(22deg)}.order-prism-blue{width:590px;height:210px;right:-320px;bottom:8%;border:2px solid rgba(89,198,255,.3);box-shadow:inset 0 0 70px rgba(89,198,255,.09);transform:rotate(-25deg)}
.order-portal-shell{position:relative;z-index:1;width:min(1180px,calc(100% - 36px));margin:auto;padding:30px 0 70px}.order-portal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.order-portal-header img{width:118px;display:block}.order-portal-header>a:last-child{padding-bottom:4px;border-bottom:1px solid rgba(17,16,20,.45);color:#4d464e;font-size:10px;font-weight:750;text-decoration:none}
.order-access-card{width:min(680px,100%);margin:7vh auto 0;padding:48px;border:1px solid rgba(17,16,20,.08);border-radius:32px;background:rgba(255,255,255,.88);box-shadow:0 30px 90px rgba(75,43,65,.1);text-align:center;backdrop-filter:blur(18px)}.order-access-card h1,.order-lookup-copy h1{margin:10px 0 13px;font-family:"Barlow Condensed";font-size:clamp(54px,7vw,78px);line-height:.88}.order-access-card>p:not(.checkout-kicker){max-width:500px;margin:0 auto 25px;color:#6e6870;font-size:12px;line-height:1.65}.order-spark{width:44px;height:44px;display:grid;place-items:center;margin:0 auto 14px;border-radius:15px;background:linear-gradient(145deg,rgba(255,79,199,.13),rgba(89,198,255,.17));color:var(--pink);font-size:20px}.order-pulse{width:18px;height:18px;display:block;margin:0 auto 20px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 0 rgba(255,79,199,.35);animation:orderPulse 1.7s infinite}@keyframes orderPulse{70%{box-shadow:0 0 0 15px rgba(255,79,199,0)}100%{box-shadow:0 0 0 0 rgba(255,79,199,0)}}
.order-primary-button{width:100%;min-height:57px;padding:0 22px;border:0;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(100deg,var(--pink),var(--violet) 58%,var(--blue));color:#fff;font:inherit;font-size:12px;font-weight:900;text-decoration:none;box-shadow:0 17px 34px rgba(123,92,255,.2);cursor:pointer;transition:.22s}.order-primary-button:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(255,79,199,.24)}
.order-celebration{position:relative;min-height:240px;padding:37px 42px;border-radius:32px;display:flex;align-items:center;justify-content:space-between;gap:35px;overflow:hidden;background:linear-gradient(115deg,#111014 0%,#211826 57%,#202b34 100%);color:#fff;box-shadow:0 28px 70px rgba(17,16,20,.16)}.order-celebration:after{content:"";position:absolute;width:430px;height:170px;right:-150px;top:-40px;border:2px solid rgba(89,198,255,.34);border-radius:50%;transform:rotate(-23deg)}.order-celebration>div:not(.order-confetti),.order-celebration>aside{position:relative;z-index:2}.order-celebration h1{max-width:700px;margin:9px 0 10px;font-family:"Barlow Condensed";font-size:clamp(52px,7vw,82px);line-height:.88}.order-celebration>div>p:last-child{max-width:610px;margin:0;color:rgba(255,255,255,.68);font-size:12px;line-height:1.55}.order-celebration aside{min-width:205px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:19px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}.order-celebration aside span,.order-celebration aside small,.order-celebration aside strong{display:block}.order-celebration aside span{color:#ff78cf;font-size:8px;text-transform:uppercase;letter-spacing:.14em}.order-celebration aside strong{margin:6px 0;font-size:12px}.order-celebration aside small{color:rgba(255,255,255,.58);font-size:9px}.order-confetti i{position:absolute;width:7px;height:14px;border-radius:5px;animation:confettiFloat 4s ease-in-out infinite}.order-confetti i:nth-child(1){left:7%;top:18%;background:#ff4fc7}.order-confetti i:nth-child(2){left:28%;top:9%;background:#59c6ff;animation-delay:.4s}.order-confetti i:nth-child(3){left:52%;top:15%;background:#fff;animation-delay:.8s}.order-confetti i:nth-child(4){left:66%;bottom:16%;background:#7b5cff;animation-delay:1.2s}.order-confetti i:nth-child(5){left:40%;bottom:11%;background:#ff9bd9;animation-delay:1.6s}.order-confetti i:nth-child(6){right:9%;bottom:18%;background:#59c6ff;animation-delay:2s}@keyframes confettiFloat{0%,100%{transform:translateY(0) rotate(12deg)}50%{transform:translateY(12px) rotate(170deg)}}
.order-progress-card{margin-top:22px;padding:27px 31px;border:1px solid rgba(17,16,20,.07);border-radius:27px;background:rgba(255,255,255,.9);box-shadow:0 18px 55px rgba(75,43,65,.07);transition:.3s}.order-progress-card.just-updated{animation:orderUpdate 1.2s ease}@keyframes orderUpdate{50%{box-shadow:0 18px 65px rgba(255,79,199,.2)}}.order-progress-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.order-progress-head h2{margin:5px 0 0;font-size:18px}.live-order-pill{padding:8px 11px;border-radius:999px;background:#effbf6;color:#238052;font-size:8px;font-weight:800}.live-order-pill i{width:6px;height:6px;display:inline-block;margin-right:5px;border-radius:50%;background:#45bd7a;box-shadow:0 0 0 4px rgba(69,189,122,.11)}
.order-progress-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:29px}.order-progress-track:before,.order-progress-fill{content:"";position:absolute;z-index:0;left:10%;right:10%;top:20px;height:3px;border-radius:3px}.order-progress-track:before{background:#eee8ec}.order-progress-fill{right:auto;width:calc((80% / 3) * var(--progress));background:linear-gradient(90deg,var(--pink),var(--blue));transition:width .6s ease}.order-step{position:relative;z-index:1;display:grid;justify-items:center;text-align:center}.order-step>span{width:42px;height:42px;display:grid;place-items:center;border:3px solid #eee8ec;border-radius:50%;background:#fff;color:#aaa0a8;transition:.3s}.order-step svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.order-step strong{margin-top:9px;font-size:10px}.order-step small{margin-top:3px;color:#958d93;font-size:8px}.order-step.complete>span{border-color:var(--pink);background:linear-gradient(145deg,var(--pink),var(--violet));color:#fff;box-shadow:0 7px 19px rgba(255,79,199,.19)}.order-step.current>span{outline:5px solid rgba(89,198,255,.12)}.order-cancelled-note{margin:18px 0 0;padding:12px;border-radius:12px;background:#fff0f5;color:#9d245c;text-align:center;font-size:10px}
.order-portal-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-top:22px}.order-products-card,.order-delivery-card{padding:27px;border:1px solid rgba(17,16,20,.07);border-radius:27px;background:rgba(255,255,255,.9);box-shadow:0 18px 55px rgba(75,43,65,.06)}.order-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.order-section-head h2,.order-delivery-card h2{margin:5px 0 0;font-size:19px}.order-section-head>span{color:#817780;font-size:9px}.portal-products{display:grid;gap:10px;margin-top:20px}.portal-products article{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:11px;border:1px solid rgba(17,16,20,.06);border-radius:18px;background:#fff}.portal-products article>div{width:72px;height:82px;display:grid;place-items:center;border-radius:14px;background:#fff3eb;overflow:hidden}.portal-products img{width:90%;height:90%;object-fit:contain}.portal-products p{display:grid;gap:4px;margin:0}.portal-products p strong{font-size:11px}.portal-products p span{color:#79717a;font-size:9px}.portal-products p small{color:#a1989f;font-size:8px}.portal-products article>b{font-size:11px}.portal-totals{display:grid;gap:9px;margin-top:18px;padding-top:17px;border-top:1px solid rgba(17,16,20,.08)}.portal-totals p{display:flex;justify-content:space-between;margin:0;font-size:10px}.portal-totals .discount{color:#dd38a5}.portal-totals .total{padding-top:7px;font-size:15px;font-weight:900}
.delivery-address{display:flex;gap:12px;margin-top:21px;padding:15px;border-radius:17px;background:linear-gradient(110deg,rgba(255,79,199,.065),rgba(89,198,255,.09))}.delivery-address svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:var(--pink);stroke-width:1.6}.delivery-address p{display:grid;gap:4px;margin:0}.delivery-address strong{font-size:10px}.delivery-address span{color:#746c73;font-size:9px;line-height:1.5}.tracking-info{display:grid;gap:5px;margin-top:13px;padding:16px;border:1px solid rgba(89,198,255,.22);border-radius:17px}.tracking-info>span{color:#8d848c;font-size:8px}.tracking-info>strong,.tracking-info>b{font-size:11px}.tracking-info>a{height:43px;margin-top:8px;padding:0 14px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;background:#111014;color:#fff;font-size:9px;font-weight:800;text-decoration:none}.tracking-wait{display:flex;gap:11px;margin-top:13px;padding:15px;border:1px dashed rgba(17,16,20,.13);border-radius:17px}.tracking-wait>span{color:var(--pink)}.tracking-wait p{display:grid;gap:4px;margin:0}.tracking-wait strong{font-size:10px}.tracking-wait small{color:#80777e;font-size:8px;line-height:1.5}.order-secondary-button{min-height:47px;margin-top:13px;padding:0 15px;border:1px solid rgba(17,16,20,.12);border-radius:14px;display:flex;align-items:center;justify-content:space-between;color:#282328;font-size:9px;font-weight:800;text-decoration:none}
.order-lookup-layout{min-height:610px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid rgba(17,16,20,.07);border-radius:34px;background:rgba(255,255,255,.9);box-shadow:0 30px 90px rgba(75,43,65,.1)}.order-lookup-copy{position:relative;padding:60px;overflow:hidden;background:linear-gradient(145deg,#171318,#2b1b29 60%,#1d2a31);color:#fff}.order-lookup-copy:after{content:"";position:absolute;width:430px;height:170px;right:-190px;bottom:35px;border:2px solid rgba(89,198,255,.4);border-radius:50%;transform:rotate(-27deg)}.order-lookup-copy .order-spark{margin:0 0 27px}.order-lookup-copy>p:last-of-type{max-width:440px;color:rgba(255,255,255,.65);font-size:12px;line-height:1.7}.lookup-mini-journey{position:absolute;z-index:2;left:60px;right:60px;bottom:55px;display:flex;align-items:center;gap:8px}.lookup-mini-journey span{font-size:8px;color:rgba(255,255,255,.72)}.lookup-mini-journey i{height:1px;flex:1;background:linear-gradient(90deg,#ff4fc7,#59c6ff)}.order-lookup-form{align-self:center;display:grid;gap:16px;padding:60px}.order-lookup-form h2{margin:0;font-size:28px}.order-lookup-form>p{margin:-7px 0 4px;color:#766f76;font-size:10px}.order-lookup-form label{display:grid;gap:7px}.order-lookup-form label span{font-size:9px;font-weight:800}.order-lookup-form input{height:50px;padding:0 15px;border:1px solid rgba(17,16,20,.12);border-radius:14px;background:#fff;outline:none;font:inherit;font-size:11px}.order-lookup-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(89,198,255,.1)}.order-lookup-form>small{text-align:center;color:#938a91;font-size:8px}.order-lookup-error{padding:11px 13px;border-radius:12px;background:#fff0f5;color:#9d245c;font-size:9px;line-height:1.5}
@media(max-width:820px){.order-portal-shell{width:min(100% - 24px,700px);padding-top:20px}.order-portal-header{margin-bottom:24px}.order-celebration{padding:29px;display:block}.order-celebration aside{margin-top:22px;min-width:0}.order-progress-card{padding:22px 15px}.order-progress-head{align-items:flex-start}.live-order-pill{white-space:nowrap}.order-progress-track{gap:3px}.order-step small{display:none}.order-step strong{font-size:8px}.order-portal-grid{grid-template-columns:1fr}.order-lookup-layout{grid-template-columns:1fr;min-height:0}.order-lookup-copy{min-height:400px;padding:40px 28px}.lookup-mini-journey{left:28px;right:28px;bottom:35px}.order-lookup-form{padding:38px 28px}}
@media(max-width:520px){.order-portal-header img{width:105px}.order-portal-header>a:last-child{font-size:8px}.order-access-card{margin-top:4vh;padding:34px 21px}.order-celebration{border-radius:25px;padding:26px 21px}.order-celebration h1{font-size:53px}.order-progress-head{display:block}.live-order-pill{display:inline-block;margin-top:10px}.order-progress-track:before,.order-progress-fill{left:11%;right:11%}.order-step>span{width:36px;height:36px}.order-step svg{width:16px}.order-progress-track:before,.order-progress-fill{top:17px}.order-products-card,.order-delivery-card{padding:21px 16px}.portal-products article{grid-template-columns:58px 1fr auto;gap:9px}.portal-products article>div{width:58px;height:68px}.portal-products article>b{font-size:9px}.order-lookup-copy{min-height:360px}.order-lookup-copy h1{font-size:61px}.lookup-mini-journey span{font-size:7px}}
.modal-backdrop { opacity: 1; pointer-events: auto; display: grid; place-items: center; padding: 20px; }
.size-modal { position: relative; width: min(560px,100%); max-height: 90dvh; overflow: auto; padding: 38px; border-radius: 28px; background: white; box-shadow: 0 30px 90px rgba(17,16,20,.2); }
.modal-close { position: absolute; right: 22px; top: 18px; }.size-modal h2 { margin: 0; font-family: "Barlow Condensed"; font-size: 52px; }.size-modal > p:not(.section-kicker) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.fit-toggle { margin: 22px 0; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 13px; background: #f4f1f3; }.fit-toggle button { height: 40px; border: 0; border-radius: 10px; background: transparent; font-size: 10px; font-weight: 800; }.fit-toggle button.active { background: white; box-shadow: 0 3px 13px rgba(17,16,20,.08); }
.size-table > div { display: grid; grid-template-columns: repeat(3,1fr); padding: 11px 7px; border-bottom: 1px solid var(--line); font-size: 10px; }.size-table > div:first-child { color: var(--muted); }.modal-primary { width: 100%; height: 50px; margin-top: 24px; border: 0; border-radius: 14px; background: var(--pink); color: white; font-weight: 800; }
.mobile-purchase-bar { display: none; }

/* Pedidos Prisma v1.7.2: experiencia clara, sin paneles negros */
.order-celebration{
  color:#342b34;
  background:
    radial-gradient(circle at 12% 15%,rgba(255,255,255,.82),transparent 28%),
    linear-gradient(118deg,#ffe5f4 0%,#f3e8ff 48%,#dff6ff 100%);
  border:1px solid rgba(255,79,199,.16);
  box-shadow:0 28px 70px rgba(123,92,255,.13);
}
.order-celebration:after{border-color:rgba(89,198,255,.62);box-shadow:inset 0 0 55px rgba(255,255,255,.38)}
.order-celebration>div>p:last-child{color:#716773}
.order-celebration aside{
  border-color:rgba(255,255,255,.8);
  background:rgba(255,255,255,.6);
  box-shadow:0 12px 30px rgba(130,83,135,.08);
}
.order-celebration aside span{color:#d52a99}
.order-celebration aside small{color:#847681}
.tracking-info>a{
  background:linear-gradient(100deg,#ff4fc7,#9b6af0 52%,#59c6ff);
  box-shadow:0 10px 24px rgba(135,91,190,.18);
}
.order-lookup-copy{
  color:#342b34;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.78),transparent 30%),
    linear-gradient(145deg,#ffe3f3,#f2e8ff 58%,#ddf5ff);
}
.order-lookup-copy>p:last-of-type{color:#716773}
.order-lookup-copy:after{border-color:rgba(89,198,255,.65)}
.lookup-mini-journey span{color:#6f626d}

@media (max-width: 900px) {
  .product-header { height: 70px; grid-template-columns: 1fr auto; padding: 0 20px; }.product-header nav { display: none; }.product-header .brand { width: 110px; }
  .product-breadcrumb { display: none; }.product-experience { display: block; }.product-gallery { position: relative; top: 0; min-height: 0; height: min(125vw,620px); }
  .product-gallery > img { width: 89%; height: 82%; }.product-gallery > p { display: none; }.gallery-pagination { bottom: 18px; }.gallery-badge { left: 18px; top: 18px; }.gallery-favorite { right: 16px; top: 14px; }.gallery-offer-badge{left:16px;top:14px;min-height:48px;max-width:calc(100% - 90px);padding:0 14px;font-size:8px}
  .product-details { padding: 38px 20px 110px; max-width: none; }.product-details h1 { font-size: clamp(58px,17vw,78px); }.product-description { font-size: 13px; }
  .choice-grid,.phrase-selector { grid-template-columns: 1fr 1fr; }.option-choice { min-height: 56px; padding: 11px; }
  .size-grid { grid-template-columns: repeat(3,1fr); }.purchase-row { grid-template-columns: 96px 1fr; }.trust-row { overflow-x: auto; justify-content: start; white-space: nowrap; }
  .product-story { padding: 80px 20px 110px; }.cart-drawer { padding: 22px 18px; }
  .size-modal { padding: 31px 20px 22px; border-radius: 25px 25px 0 0; position: absolute; bottom: 0; max-height: 88dvh; }.modal-backdrop { align-items: end; padding: 0; }
  .mobile-purchase-bar { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; height: 76px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 15px; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
  .mobile-purchase-bar div { display: flex; flex-direction: column; }.mobile-purchase-bar span { color: var(--muted); font-size: 9px; }.mobile-purchase-bar strong { font-size: 15px; }
  .mobile-purchase-bar button { flex: 1; max-width: 250px; height: 50px; border: 0; border-radius: 14px; background: linear-gradient(100deg,var(--pink),var(--violet)); color: white; font-size: 11px; font-weight: 800; }
}
