:root {
  --bg: #100d0d;
  --bg-soft: #181313;
  --bg-card: #211918;
  --paper: #f6f1ea;
  --paper-soft: #eee5da;
  --text: #f7f1e9;
  --muted: #b8aaa0;
  --dark: #171111;
  --gold: #c9975b;
  --gold-light: #e4bd82;
  --copper: #9e5f45;
  --line: rgba(201,151,91,.24);
  --max: 1440px;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body.age-locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .24em;
}

.utility {
  background: #080606;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.utility-inner {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  font-size: 10px;
  letter-spacing: .16em;
  color: #d9c9b9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16,13,13,.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.header-main {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 600px) 1fr;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.brand-symbol {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: .06em;
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gold-light);
  letter-spacing: .12em;
  font-size: 16px;
}

.brand-copy small {
  color: #9f8f84;
  margin-top: 4px;
  font-family: Georgia, serif;
  font-style: italic;
}

.search {
  display: flex;
  border: 1px solid rgba(201,151,91,.32);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.025);
}

.search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  padding: 15px 20px;
}

.search input::placeholder {
  color: #887b72;
}

.search button {
  width: 52px;
  border: 0;
  background: transparent;
  color: var(--gold-light);
  font-size: 22px;
  cursor: pointer;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 12px;
  color: #d5c9bf;
}

.header-actions a:hover {
  color: var(--gold-light);
}

.cart-count {
  margin-left: 5px;
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 99px;
  background: var(--gold);
  color: #19100b;
  font-weight: 800;
  font-size: 10px;
}

.main-nav {
  border-top: 1px solid rgba(255,255,255,.04);
}

.nav-inner {
  min-height: 48px;
  display: flex;
  justify-content: center;
  gap: 27px;
  align-items: center;
}

.nav-inner > a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .13em;
  color: #d3c8c0;
  white-space: nowrap;
}

.nav-inner > a:hover {
  color: var(--gold-light);
}

.stories-menu {
  color: var(--gold-light) !important;
  position: relative;
}

.stories-menu span {
  position: absolute;
  top: -17px;
  right: -4px;
  font-size: 7px;
  letter-spacing: .08em;
  background: var(--copper);
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}

.mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--gold-light);
  font-size: 25px;
}


.hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 74% 45%, rgba(151,67,46,.21), transparent 30%),
    radial-gradient(circle at 84% 15%, rgba(191,140,84,.08), transparent 24%),
    linear-gradient(115deg, #0b0909 0%, #18100f 60%, #100c0c 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(90deg, black, transparent);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-copy h1,
.section h2,
.brand-break h2,
.stories h2,
.newsletter h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-copy h1 {
  font-size: clamp(52px, 6.4vw, 94px);
  line-height: .98;
  letter-spacing: -.045em;
  margin: 0;
  max-width: 780px;
}

.hero-copy h1 em,
.brand-break h2 em {
  color: var(--gold-light);
  font-weight: 400;
}

.hero-text {
  max-width: 610px;
  margin: 30px 0;
  color: #b9aca4;
  line-height: 1.8;
  font-size: 16px;
}

.hero-actions,
.story-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.btn {
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 25px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-gold {
  background: linear-gradient(135deg, #d2a164, #a76d43);
  color: #160f0b;
}

.btn-gold:hover {
  filter: brightness(1.08);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.16);
  color: #cabdb3;
  background: transparent;
}

.text-link {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
}

.hero-art {
  min-height: 480px;
  display: grid;
  place-items: center;
  position: relative;
}

.halo {
  position: absolute;
  width: min(440px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(222,175,110,.17);
  box-shadow:
    0 0 100px rgba(140,62,43,.15),
    inset 0 0 100px rgba(202,140,74,.05);
}

.halo::before,
.halo::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(222,175,110,.12);
}

.halo::before {
  inset: 45px;
}

.halo::after {
  inset: 90px;
}

.hero-card {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 330px;
  padding: 35px;
  background:
    linear-gradient(160deg, rgba(201,151,91,.14), rgba(255,255,255,.01)),
    #171110;
  border: 1px solid rgba(215,167,101,.28);
  box-shadow: 0 40px 120px rgba(0,0,0,.5);
  transform: rotate(6deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
}

.hero-card span {
  font-size: 9px;
  letter-spacing: .3em;
  color: #86766b;
}

.hero-card strong {
  font-family: Georgia, serif;
  font-size: 34px;
  color: var(--gold-light);
  font-weight: 400;
}

.hero-line {
  width: 45px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 15px;
}

.section {
  padding: 95px 0;
  background: var(--paper);
  color: var(--dark);
}

.section:nth-of-type(even) {
  background: #f9f5ef;
}

.section-head {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.section-head.centered {
  justify-content: center;
  text-align: center;
}

.section-head .eyebrow {
  color: var(--copper);
}

.section h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
}

.section .text-link {
  color: #7e5137;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.category-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 3px;
  background: #291c1b;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(255,225,194,.28), transparent 20%),
    linear-gradient(150deg, transparent 25%, rgba(0,0,0,.75));
  transition: transform .35s ease;
}

.category-card:hover::before {
  transform: scale(1.07);
}

.category-one { background: linear-gradient(135deg,#3d2426,#7e4c43); }
.category-two { background: linear-gradient(135deg,#15191c,#55463d); }
.category-three { background: linear-gradient(135deg,#261313,#9c594c); }
.category-four { background: linear-gradient(135deg,#171113,#673b43); }
.category-five { background: linear-gradient(135deg,#151313,#483323); }
.category-six { background: linear-gradient(135deg,#2b1d19,#9c7355); }

.category-card span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: white;
  font-family: Georgia, serif;
  font-size: 20px;
}

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

.product-card {
  background: #fffdfa;
  border: 1px solid #eadfd4;
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(54,37,24,.10);
}

.product-image {
  position: relative;
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.p1 { background: linear-gradient(145deg,#eee4dc,#ceb2a0); }
.p2 { background: linear-gradient(145deg,#eee9e1,#cdbfae); }
.p3 { background: linear-gradient(145deg,#ece3dd,#b98a84); }
.p4 { background: linear-gradient(145deg,#f1e8dc,#c6a47d); }
.p5 { background: linear-gradient(145deg,#e8e2dc,#b9aea3); }
.p6 { background: linear-gradient(145deg,#e5ddd5,#a77b68); }
.p7 { background: linear-gradient(145deg,#ede8e2,#c0a894); }
.p8 { background: linear-gradient(145deg,#ece1db,#95695e); }
.p9 { background: linear-gradient(145deg,#eee8df,#b18c6d); }
.p10 { background: linear-gradient(145deg,#e7e1dc,#9f9188); }

.product-shape {
  width: 62px;
  height: 185px;
  border-radius: 50px 50px 35px 35px;
  background:
    linear-gradient(100deg, rgba(255,255,255,.5), transparent 35%),
    linear-gradient(160deg, #30211f, #98705f);
  box-shadow: 0 25px 40px rgba(0,0,0,.20);
  transform: rotate(8deg);
}

.p2 .product-shape,
.p7 .product-shape {
  height: 140px;
  width: 100px;
  border-radius: 55% 45% 60% 40%;
}

.p3 .product-shape,
.p8 .product-shape {
  height: 160px;
  width: 46px;
  transform: rotate(-11deg);
}

.badge {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
  padding: 6px 8px;
  font-size: 8px;
  letter-spacing: .12em;
  font-weight: 900;
  background: var(--gold);
  color: #24160f;
}

.badge.dark {
  background: #201817;
  color: #e6c28e;
}

.heart {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #3e302a;
  font-size: 22px;
  cursor: pointer;
}

.product-info {
  padding: 18px;
}

.product-brand {
  font-size: 9px;
  color: #9c7661;
  font-weight: 800;
  letter-spacing: .13em;
}

.product-info h3 {
  margin: 8px 0 20px;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}

.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.product-bottom strong {
  font-size: 17px;
}

.product-bottom span {
  color: #5b775d;
  font-size: 9px;
}

.demo-note {
  text-align: center;
  color: #9e9188;
  font-size: 11px;
  margin: 26px 0 0;
}

.brand-break {
  padding: 105px 0;
  background:
    radial-gradient(circle at 82% 40%, rgba(167,91,57,.19), transparent 30%),
    #130e0d;
}

.brand-break-grid {
  display: grid;
  grid-template-columns: 1fr .7fr;
  align-items: center;
  gap: 80px;
}

.brand-break h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.06;
  margin: 0 0 24px;
}

.brand-break p:not(.eyebrow) {
  color: #a99b92;
  line-height: 1.8;
  max-width: 570px;
  margin-bottom: 28px;
}

.monogram {
  min-height: 330px;
  display: grid;
  place-items: center;
  grid-template-columns: auto 1px auto;
  gap: 24px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 112px;
}

.monogram i {
  display: block;
  width: 1px;
  height: 150px;
  background: linear-gradient(transparent,var(--gold),transparent);
}

.stories {
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 45%, rgba(171,95,59,.16), transparent 27%),
    #0e0b0b;
}

.stories-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.story-visual {
  min-height: 500px;
  display: grid;
  place-items: center;
  position: relative;
}

.story-visual::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: rgba(145,74,46,.10);
  filter: blur(50px);
}

.story-door {
  position: relative;
  width: 235px;
  height: 390px;
  border: 1px solid rgba(210,161,100,.4);
  background:
    linear-gradient(90deg, transparent 49%, rgba(223,171,103,.10) 50%, transparent 51%),
    linear-gradient(160deg,#1e1513,#080707);
  box-shadow:
    28px 25px 80px rgba(0,0,0,.65),
    inset -25px 0 50px rgba(196,111,66,.07);
  display: grid;
  place-items: center;
}

.story-door::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 49%;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(211,160,95,.7);
}

.story-door span {
  color: rgba(222,179,120,.55);
  font-family: Georgia, serif;
  font-size: 80px;
}

.weekly {
  display: inline-block;
  margin-bottom: 12px;
  color: #8b7060;
  font-size: 9px;
  letter-spacing: .17em;
}

.story-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 76px);
}

.chapter {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.story-copy blockquote {
  margin: 30px 0;
  padding-left: 24px;
  border-left: 1px solid var(--gold);
  color: #d3c7bf;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.6;
}

.story-copy > p:not(.eyebrow):not(.chapter) {
  color: #a89a91;
  line-height: 1.8;
  max-width: 650px;
}

.story-actions {
  margin-top: 30px;
}

.brands {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
}

.brands span {
  min-height: 90px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #dfd2c4;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #6a5245;
}

.trust-section {
  background: #181211;
  padding: 55px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 10px 35px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 17px;
}

.trust-item p {
  margin-bottom: 0;
  color: #9c8d84;
  line-height: 1.6;
  font-size: 12px;
}

.newsletter {
  padding: 70px 0;
  background: #0d0a0a;
  border-top: 1px solid rgba(255,255,255,.04);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: center;
}

.newsletter h2 {
  margin: 0;
  font-size: 32px;
}

.newsletter form {
  display: flex;
}

.newsletter input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(201,151,91,.30);
  border-right: 0;
  background: #171212;
  color: white;
  padding: 0 18px;
  outline: 0;
}

footer {
  background: #080606;
  padding: 70px 0 25px;
  color: #9c8d84;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}

.footer-grid strong {
  color: #e2c69e;
  margin-bottom: 8px;
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-description {
  line-height: 1.7;
  max-width: 330px;
  font-size: 12px;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 200;
  background:
    radial-gradient(circle at 50% 50%, rgba(135,64,39,.20), transparent 35%),
    rgba(5,4,4,.96);
  backdrop-filter: blur(14px);
  display: none;
  place-items: center;
  padding: 24px;
}

.age-gate.visible {
  display: grid;
}

.age-card {
  width: min(100%, 520px);
  padding: 55px 50px;
  background: #130f0e;
  border: 1px solid rgba(203,152,89,.33);
  text-align: center;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
}

.age-mark {
  margin: 0 auto 25px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 24px;
}

.age-card h2 {
  margin: 0 0 18px;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
}

.age-card > p:not(.eyebrow) {
  color: #aa9c93;
  line-height: 1.7;
}

.age-actions {
  display: grid;
  gap: 10px;
  margin: 30px 0 20px;
}

.age-card small {
  color: #746a64;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .nav-inner {
    gap: 16px;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-card:nth-child(5) {
    display: none;
  }
}

@media (max-width: 900px) {
  .utility-inner {
    gap: 16px;
    justify-content: space-between;
  }

  .utility-inner span:nth-child(2),
  .utility-inner span:nth-child(4) {
    display: none;
  }

  .header-main {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-bottom: 16px;
  }

  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .main-nav.open {
    display: block;
  }

  .nav-inner {
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .stories-menu span {
    position: static;
    margin-left: 8px;
  }

  .hero-grid,
  .brand-break-grid,
  .stories-grid,
  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 350px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:nth-child(5) {
    display: block;
  }

  .brands {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 30px), var(--max));
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small {
    font-size: 10px;
  }

  .hero-grid {
    padding-top: 55px;
  }

  .hero-copy h1 {
    font-size: 51px;
  }

  .hero-art {
    min-height: 285px;
  }

  .hero-card {
    width: 180px;
    height: 255px;
  }

  .section {
    padding: 65px 0;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    min-height: 220px;
  }

  .product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .product-card {
    min-width: 73vw;
    scroll-snap-align: start;
  }

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

  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .newsletter form {
    display: grid;
    gap: 10px;
  }

  .newsletter input {
    min-height: 50px;
    border-right: 1px solid rgba(201,151,91,.30);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .age-card {
    padding: 38px 24px;
  }
}

/* =========================================================
   Secret Pleasures — Editorial Asset Pack v0.1
   ========================================================= */

.hero {
  background:
    linear-gradient(90deg, rgba(9,7,7,.94) 0%, rgba(9,7,7,.72) 38%, rgba(9,7,7,.18) 70%, rgba(9,7,7,.30) 100%),
    url('/assets/images/hero-secret-pleasures.png') center 52% / cover no-repeat;
}

.hero::after {
  opacity: .12;
}

.hero-art {
  opacity: 0;
  pointer-events: none;
}

.category-one {
  background:
    linear-gradient(180deg, transparent 25%, rgba(5,4,4,.88) 100%),
    url('/assets/images/categoria-lingerie.png') center / cover no-repeat;
}

.category-two {
  background:
    linear-gradient(180deg, transparent 25%, rgba(5,4,4,.88) 100%),
    url('/assets/images/categoria-bem-estar.png') center / cover no-repeat;
}

.category-three {
  background:
    linear-gradient(180deg, transparent 25%, rgba(5,4,4,.88) 100%),
    url('/assets/images/categoria-casais.png') center / cover no-repeat;
}

.category-four {
  background:
    linear-gradient(180deg, transparent 25%, rgba(5,4,4,.88) 100%),
    url('/assets/images/categoria-lingerie.png') center / cover no-repeat;
}

.category-five {
  background:
    linear-gradient(180deg, transparent 25%, rgba(5,4,4,.88) 100%),
    url('/assets/images/categoria-bdsm.png') center / cover no-repeat;
}

.category-six {
  background:
    linear-gradient(180deg, transparent 25%, rgba(5,4,4,.88) 100%),
    url('/assets/images/categoria-bem-estar.png') center / cover no-repeat;
}

.category-card::before {
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.25));
}

.story-visual {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(8,6,6,.05), rgba(8,6,6,.22)),
    url('/assets/images/secret-stories-porta-entreaberta.png') center / cover no-repeat;
  border: 1px solid rgba(201,151,91,.18);
}

.story-door {
  display: none;
}

.brand-symbol {
  font-size: 0;
  border: 0;
  background: url('/assets/images/emblema-secret-pleasures.png') center / contain no-repeat;
  width: 56px;
  height: 56px;
}

@media (max-width: 900px) {
  .hero {
    background-position: 60% center;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(8,6,6,.35);
  }

  .hero-copy {
    position: relative;
    z-index: 3;
  }
}

/* SECRET-PLEASURES:REAL-CATALOGUE-CSS:START */

.real-product-card {
  overflow: hidden;
}

.real-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 22px;
  background:
    radial-gradient(
      circle at 50% 35%,
      #ffffff 0,
      #f5f0e8 60%,
      #ebe2d5 100%
    );
}

.real-product-image img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.real-stock-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 15, 15, .88);
  color: #f1d8a8;
  font-size: .67rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.real-product-name {
  min-height: 2.7em;
  margin: 7px 0 15px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
}

.real-product-price {
  font-size: 1.08rem;
  white-space: nowrap;
}

.real-product-action {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 2px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: .77rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.real-product-action:hover {
  opacity: .65;
}

@media (max-width: 720px) {
  .real-product-image {
    min-height: 260px;
  }

  .real-product-image img {
    height: 230px;
  }
}

/* SECRET-PLEASURES:REAL-CATALOGUE-CSS:END */

/* Secret Pleasures — menu Loja */

.nav-inner > a.nav-shop {
  color: #d5ad69;
  font-weight: 700;
}

.nav-inner > a.nav-shop.active {
  position: relative;
}

.nav-inner > a.nav-shop.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: #d5ad69;
}


/* ==========================================
   SECRET PLEASURES — LIVE PRODUCT SEARCH
   ========================================== */

.search {
  position: relative;
}

.search-autocomplete {
  position: absolute;
  z-index: 5000;
  top: calc(100% + 8px);
  left: 0;
  right: 0;

  min-width: 430px;
  max-height: min(620px, 75vh);

  overflow-y: auto;

  border: 1px solid #d8d0c5;

  background: #fff;

  box-shadow:
    0 18px 50px
    rgba(0,0,0,.18);
}

.search-autocomplete[hidden] {
  display: none;
}

.search-results-list {
  display: grid;
}

.search-result {
  min-height: 82px;

  padding: 10px;

  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;

  border-bottom:
    1px solid #eee8df;

  color: #1d1a17;

  text-decoration: none;
}

.search-result:hover,
.search-result.active {
  background: #f5f0e9;
}

.search-result-image {
  width: 62px;
  height: 62px;

  background: #f7f5f1;

  overflow: hidden;
}

.search-result-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.search-result-copy {
  min-width: 0;

  display: grid;
  gap: 4px;
}

.search-result-brand {
  color: #a17238;

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.search-result-copy strong {
  overflow: hidden;

  color: #26211c;

  font:
    400
    13px/1.35
    Georgia,
    serif;

  text-overflow: ellipsis;

  white-space: nowrap;
}

.search-result-price {
  color: #5d5349;

  font-size: 11px;
  font-weight: 700;
}

.search-view-all {
  min-height: 46px;

  padding: 0 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #191715;

  color: #e3bd7d;

  text-decoration: none;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .07em;
}

.search-no-results {
  padding: 24px 18px;

  color: #71685f;

  text-align: center;

  font-size: 12px;
}


/* TABLET */

@media (
  min-width: 768px
)
and (
  max-width: 1199px
) {

  .search-autocomplete {
    min-width: 360px;
  }

}


/* MOBILE */

@media (
  max-width: 767px
) {

  .search {
    position: static;
  }

  .search-autocomplete {
    position: absolute;

    top: 70px;
    left: 12px;
    right: 12px;

    min-width: 0;

    max-height:
      calc(100vh - 90px);
  }

  .search-result {
    min-height: 78px;

    grid-template-columns:
      58px
      minmax(0,1fr);
  }

  .search-result-image {
    width: 58px;
    height: 58px;
  }

}


/* ==================================================
   SECRET PLEASURES — LIVE SEARCH CLIPPING FIX
   ================================================== */

.search {
  position: relative;
  overflow: visible !important;
  z-index: 1000;
}

.search-autocomplete {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
}

/* SP PDP RICH START */

.sp-rich-product-copy {
  max-width: 820px;
}

.sp-rich-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 26px;
}

.sp-rich-label {
  color: #a17849;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sp-brand-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 17px;
  border: 1px solid rgba(158,119,73,.32);
  border-radius: 999px;
  background: rgba(158,119,73,.08);
  color: #463328;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.sp-brand-chip:hover {
  background: #9e7749;
  color: #fff;
}

.sp-rich-section {
  padding: 25px 0;
  border-top: 1px solid rgba(74,55,42,.12);
}

.sp-rich-section h3 {
  margin: 0 0 15px;
  color: #9e7749;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sp-rich-description p {
  margin: 0 0 15px;
  color: #4d4139;
  font-size: 16px;
  line-height: 1.82;
}

.sp-rich-description p:last-child {
  margin-bottom: 0;
}

.sp-detail-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 28px;
  margin: 0;
}

.sp-detail-row {
  display: grid;
  grid-template-columns: minmax(100px,.7fr) minmax(0,1.3fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(74,55,42,.09);
}

.sp-detail-row dt,
.sp-detail-row dd {
  margin: 0;
}

.sp-detail-row dt {
  color: #89776b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sp-detail-row dd {
  color: #40352e;
  font-size: 14px;
  line-height: 1.55;
}

.sp-detail-fallback {
  margin: 0;
  padding: 15px 18px;
  border-left: 2px solid #aa8050;
  border-radius: 0 8px 8px 0;
  background: rgba(158,119,73,.055);
  color: #4d4139;
  line-height: 1.75;
}

.sp-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.sp-keyword {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(158,119,73,.27);
  border-radius: 999px;
  background: #f4eee6;
  color: #574337;
  font-size: 12px;
  text-decoration: none;
}

.sp-keyword:hover {
  background: #17120f;
  border-color: #17120f;
  color: #fff;
}

@media (max-width: 1199px) {
  .sp-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sp-rich-section {
    padding: 21px 0;
  }

  .sp-rich-description p {
    font-size: 15px;
    line-height: 1.75;
  }

  .sp-brand-chip,
  .sp-keyword {
    min-height: 44px;
  }

  .sp-detail-row {
    grid-template-columns: 92px minmax(0,1fr);
  }
}

/* SP PDP RICH END */

/* SP CATALOG FILTERS START */

.sp-extended-filters {
  margin-top: 20px;
}

.sp-filter-group {
  padding: 15px 0 17px;
  border-top: 1px solid rgba(74, 55, 42, .14);
}

.sp-filter-group:last-child {
  border-bottom: 1px solid rgba(74, 55, 42, .14);
}

.sp-filter-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  color: #30271f;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  user-select: none;
}

.sp-filter-group summary::-webkit-details-marker {
  display: none;
}

.sp-filter-group summary::after {
  content: "⌄";
  color: #a97837;
  font-size: 17px;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform .18s ease;
}

.sp-filter-group[open] summary::after {
  transform: rotate(180deg);
}

.sp-price-fields {
  display: grid;
  grid-template-columns: 1fr 22px 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.sp-price-separator {
  text-align: center;
  color: #817268;
}

.sp-price-input {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 11px;
  border: 1px solid #d8cdc0;
  border-radius: 3px;
  background: #fff;
}

.sp-price-input span {
  margin-right: 7px;
  color: #76685e;
  font-size: 14px;
}

.sp-price-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #332b25;
  font: inherit;
  font-size: 14px;
}

.sp-price-input input::-webkit-inner-spin-button,
.sp-price-input input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.sp-dual-range {
  --range-min: 0%;
  --range-max: 100%;

  position: relative;
  height: 34px;
  margin: 10px 8px 3px;
}

.sp-range-track,
.sp-range-selected {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
}

.sp-range-track {
  background: #ded4c7;
}

.sp-range-selected {
  left: var(--range-min);
  right: calc(100% - var(--range-max));
  background: #b88743;
}

.sp-range-input {
  position: absolute;
  top: 6px;
  left: 0;

  width: 100%;
  height: 20px;
  margin: 0;

  appearance: none;
  background: transparent;
  pointer-events: none;
}

.sp-range-input::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

.sp-range-input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;

  appearance: none;
  border: 0;
  border-radius: 50%;
  background: #b88743;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  cursor: pointer;
  pointer-events: auto;
}

.sp-range-input::-moz-range-track {
  height: 3px;
  background: transparent;
}

.sp-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: #b88743;
  cursor: pointer;
  pointer-events: auto;
}

.sp-price-presets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin-top: 5px;
}

.sp-price-presets button {
  min-height: 34px;
  padding: 7px 8px;

  border: 1px solid #ddd2c5;
  border-radius: 999px;

  background: rgba(255,255,255,.35);

  color: #453a32;
  cursor: pointer;

  font: inherit;
  font-size: 12px;

  transition:
    border-color .18s ease,
    background .18s ease,
    color .18s ease;
}

.sp-price-presets button:hover,
.sp-price-presets button:focus-visible {
  border-color: #b88743;
  background: #b88743;
  color: #fff;
}

.sp-checkbox-list {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.sp-product-types {
  grid-template-columns: repeat(2,minmax(0,1fr));
  column-gap: 12px;
}

.sp-check {
  display: flex;
  align-items: center;
  gap: 8px;

  min-height: 28px;

  color: #51463e;
  cursor: pointer;

  font-size: 13px;
  line-height: 1.35;
}

.sp-check input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #a9793d;
}

.sp-check span {
  min-width: 0;
}

.sp-check small {
  margin-left: auto;
  color: #96877d;
  font-size: 11px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* Tablet */

@media (max-width: 1199px) {

  .sp-product-types {
    grid-template-columns: 1fr;
  }

}


/* Mobile */

@media (max-width: 767px) {

  .sp-filter-group {
    padding: 17px 0;
  }

  .sp-price-input {
    min-height: 44px;
  }

  .sp-price-presets {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .sp-check {
    min-height: 44px;
  }

}

/* SP CATALOG FILTERS END */


/* ==================================================
   SECRET PLEASURES — DELIVERY / LOGISTICS FINAL
   ================================================== */

.pdp-delivery {
  display: block;
  padding: 0;
  background: transparent;
}


.sp-delivery-intro {
  padding:
    23px 28px;

  background:
    #eee4d6;
}


.sp-delivery-intro > strong {
  display: block;

  color: #251b15;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 17px;
}


.sp-delivery-intro p {
  margin:
    10px 0 0;

  color: #67574b;

  font-size: 13px;
  line-height: 1.65;
}


.sp-delivery-live {
  margin-top: 12px;

  padding:
    10px 13px;

  border-left:
    3px solid #b88743;

  background:
    rgba(184,135,67,.08);

  color: #5c4325;

  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}


.sp-logistics-card {
  margin-top: 18px;

  padding: 20px;

  border:
    1px solid
    rgba(174,126,63,.28);

  border-radius: 14px;

  background:
    linear-gradient(
      145deg,
      #fffdf9,
      #faf5ed
    );
}


.sp-logistics-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 18px;
}


.sp-logistics-label {
  display: block;

  color: #996d34;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .14em;
  text-transform: uppercase;
}


.sp-logistics-location {
  display: block;

  margin-top: 5px;

  color: #30271f;

  font-size: 15px;
}


.sp-logistics-badge {
  padding:
    6px 11px;

  border-radius: 999px;

  background:
    rgba(66,131,91,.10);

  color: #326346;

  font-size: 11px;
  font-weight: 750;

  white-space: nowrap;
}


.pdp-delivery[data-state="closed"]
.sp-logistics-badge,

.pdp-delivery[data-state="cutoff"]
.sp-logistics-badge {
  background:
    rgba(184,135,67,.11);

  color: #795625;
}


.sp-logistics-status {
  margin-top: 18px;

  padding-bottom: 16px;

  border-bottom:
    1px solid
    rgba(75,56,42,.10);
}


.sp-logistics-status > span {
  display: block;

  color: #8e7a6b;

  font-size: 11px;
}


.sp-logistics-status > strong {
  display: block;

  margin-top: 4px;

  color: #30271f;

  font-size: 16px;
}


.sp-logistics-status p {
  margin:
    6px 0 0;

  color: #67574b;

  font-size: 12px;
}


.sp-logistics-grid {
  display: grid;

  grid-template-columns:
    repeat(
      2,
      minmax(0,1fr)
    );

  gap: 9px;

  margin-top: 15px;
}


.sp-logistics-grid > div {
  padding:
    11px 12px;

  border:
    1px solid
    rgba(75,56,42,.09);

  border-radius: 8px;

  background:
    rgba(255,255,255,.70);
}


.sp-logistics-grid span {
  display: block;

  color: #907f72;

  font-size: 10px;
}


.sp-logistics-grid strong {
  display: block;

  margin-top: 4px;

  color: #44372e;

  font-size: 12px;
}


.sp-logistics-holiday {
  margin-top: 11px;

  padding:
    12px 14px;

  border-left:
    3px solid #b88743;

  background:
    rgba(184,135,67,.075);
}


.sp-logistics-holiday span {
  display: block;

  color: #917248;

  font-size: 10px;

  text-transform: uppercase;
}


.sp-logistics-holiday strong {
  display: block;

  margin-top: 4px;

  color: #543c1f;

  font-size: 12px;
}


.sp-logistics-holiday small {
  display: block;

  margin-top: 3px;

  color: #88766a;

  font-size: 10px;
}


.sp-logistics-footer {
  display: flex;
  justify-content: space-between;

  margin-top: 14px;

  padding-top: 12px;

  border-top:
    1px solid
    rgba(75,56,42,.09);
}


.sp-logistics-footer span {
  color: #8b7a6e;

  font-size: 10px;
}


.sp-logistics-footer strong {
  color: #44372e;

  font-size: 11px;
}


.sp-delivery-refresh
.sp-delivery-live {
  animation:
    spDeliveryRefresh
    .35s ease both;
}


@keyframes spDeliveryRefresh {

  from {
    opacity: .45;
  }

  to {
    opacity: 1;
  }

}


@media (max-width: 767px) {

  .sp-delivery-intro {
    padding:
      18px 16px;
  }


  .sp-logistics-card {
    padding: 16px;
  }


  .sp-logistics-header {
    flex-direction: column;
    gap: 10px;
  }


  .sp-logistics-grid {
    grid-template-columns: 1fr;
  }

}

