:root {
  --brand: #ff7e1a;
  --orange: #ff7e1a;
  --orange-dark: #e56a0c;
  --orange-soft: #fff1e4;
  --aqua: #48c1b5;
  --aqua-dark: #2f9e94;
  --aqua-soft: #eef8f6;
  --ink: #3a332e;
  --muted: #8a7f76;
  --cream: #fff6ef;
  --paper: #fffaf5;
  --photo-studio: #fff;
  --radius: 0;
  --photo-radius: 20px;
  --font-serif: "Cormorant Infant", Georgia, serif;
  --font-sans: "Nunito", system-ui, sans-serif;
  --chrome-sticky-top: 8.85rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--chrome-sticky-top);
  height: 100%;
  max-width: 100%;
  scrollbar-gutter: stable;
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  min-height: 100vh;
  max-width: 100%;
  background-color: var(--paper);
  background-image: linear-gradient(180deg, #fffaf5 0%, #fff6ef 46%, #eef8f6 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
  overflow-x: clip;
}

.modal,
.offcanvas {
  z-index: 2060;
}

.modal-backdrop,
.offcanvas-backdrop {
  z-index: 2050;
}

main:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 1040;
  background: var(--orange);
  color: #fff;
  padding: 0.7rem 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
}

.skip-link:focus {
  top: 0.75rem;
  color: #fff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
.form-control:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

h1, h2, h3, .font-serif {
  font-family: var(--font-serif);
  letter-spacing: -0.03em;
  font-weight: 500;
}

.topbar {
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.55rem 0.75rem;
}

.storefront-chrome {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-piscadinha {
  position: relative;
  top: auto;
  z-index: auto;
  background: #fff;
  border: 0;
  border-top: 4px solid var(--orange);
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 8px 24px rgb(58 51 46 / 0.08);
}

.brand-stripe {
  height: 5px;
  background: var(--aqua);
}

.topbar a { color: #fff; text-decoration: none; }

.header-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 5.6rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.header-brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  padding: 0.15rem 1.6rem 0.15rem 0.15rem;
  margin-right: 0.1rem;
}

.header-brand::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.7rem;
  background: rgb(58 51 46 / 0.16);
  transform: translateY(-50%);
}

.brand-mark {
  display: block;
  flex-shrink: 0;
}

.brand-mark img { height: 78px; width: auto; display: block; }

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 2.5rem;
}

.header-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-nav a:hover { color: var(--orange); }

.header-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.header-nav-link .bi {
  font-size: 0.72rem;
  opacity: 0.55;
}

.header-nav-item {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}

.header-submenu {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 12.5rem;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0.15);
  z-index: 30;
}

.header-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.7rem;
}

.header-nav-item:hover .header-submenu,
.header-nav-item:focus-within .header-submenu { display: block; }

.header-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.header-submenu a:hover {
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.header-drawer-nav .header-nav-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-drawer-nav .header-submenu {
  display: flex;
  flex-direction: column;
  position: static;
  min-width: 0;
  padding: 0.15rem 0 0.45rem 0.95rem;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.header-drawer-nav .header-submenu::before { display: none; }

.header-drawer-nav .header-submenu a {
  padding: 0.4rem 0;
  font-weight: 500;
  border-bottom: 0;
}

.header-drawer-nav .header-submenu a:hover { background: transparent; }

.category-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.category-subnav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(58 51 46 / 0.12);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}
.category-subnav-link.is-active,
.category-subnav-link:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.header-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  flex-shrink: 0;
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 1 24rem;
  margin-left: auto;
  padding: 0.28rem 0.28rem 0.28rem 1rem;
  background: #f3f0eb;
  border: 1px solid transparent;
  border-radius: 999px;
  min-width: 16rem;
  max-width: 26rem;
  overflow: hidden;
}

.header-search-submit {
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.48rem 0.95rem;
  line-height: 1.2;
  cursor: pointer;
}

.header-search-submit-icon { display: none; }

.header-search-submit:hover {
  background: var(--orange-dark);
  color: #fff;
}

.header-search-form .form-control {
  border: 0;
  background: transparent;
  padding: 0.2rem 0;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.3;
}

.header-search-form .form-control::placeholder { color: #7a726c; }

.header-search-form .form-control:focus,
.header-search-form .form-control:focus-visible {
  border: 0;
  box-shadow: none;
  outline: none;
}

.header-search-form:focus-within {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgb(255 126 26 / 0.2);
}

.header-search-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.header-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--ink);
  font-size: 1.35rem;
  text-decoration: none;
  flex-shrink: 0;
}

.header-account:hover { color: var(--orange); }

.account-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}

.account-nav-link,
.account-nav-button {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  background: none;
  border: 0;
  padding: 0;
}

.account-nav-link.is-active,
.account-nav-link:hover,
.account-nav-button:hover { color: var(--orange); }

.account-order-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr auto;
  gap: 0.75rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgb(58 51 46 / 0.08);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.account-order-row:hover { color: var(--orange); }

.header-drawer { --bs-offcanvas-width: min(20rem, 88vw); }
.header-drawer .offcanvas-header { border-bottom: 1px solid rgb(58 51 46 / 0.08); }
.header-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.header-drawer-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgb(58 51 46 / 0.06);
}
.header-drawer-nav a:hover { color: var(--orange); }

.footer-brand img {
  height: 42px;
  width: auto;
  display: block;
}

.footer-blurb { max-width: 28rem; }

.nav-utility,
.nav-primary a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-utility:hover,
.nav-primary a:hover { color: var(--orange); }

.nav-icon {
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1;
  background: none;
  border: 0;
  padding: 0;
}

.btn-orange,
.btn-aqua,
.btn-ghost {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.9rem 1.7rem;
  letter-spacing: 0.04em;
}

.btn-orange {
  --bs-btn-bg: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-bg: var(--orange-dark);
  --bs-btn-hover-border-color: var(--orange-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.btn-aqua {
  --bs-btn-bg: var(--aqua);
  --bs-btn-border-color: var(--aqua);
  --bs-btn-hover-bg: var(--aqua-dark);
  --bs-btn-hover-border-color: var(--aqua-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.btn-ghost {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: var(--ink);
}

.btn-ghost-dark {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.9rem 1.7rem;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--ink);
  --bs-btn-hover-bg: var(--ink);
  --bs-btn-hover-border-color: var(--ink);
  --bs-btn-color: var(--ink);
  --bs-btn-hover-color: #fff;
}

.btn-paper {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.9rem 1.7rem;
  letter-spacing: 0.04em;
  background: #fff;
  border: 1px solid #fff;
  color: var(--orange-dark);
}

.btn-paper:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.hero-campaign {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(82vh, 44rem);
  height: auto;
  max-height: none;
  padding: 5.5rem 0 3.5rem;
  color: #fff;
  overflow: hidden;
  margin: 0;
}

.hero-campaign img {
  position: absolute;
  inset: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  max-width: none;
  object-fit: cover;
  object-position: 50% 32%;
  display: block;
  transform-origin: 50% 32%;
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.hero-campaign::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(72 193 181 / 0.18) 0%, rgb(42 36 32 / 0.18) 42%, rgb(42 36 32 / 0.72) 100%);
}

.hero-campaign .container {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  overflow: visible;
}

.hero-kicker {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

.hero-campaign h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
  line-height: 1.05;
  max-width: 16ch;
  color: #fff;
}

.hero-campaign h1 em {
  font-style: italic;
  color: var(--orange);
  text-shadow: 0 1px 12px rgb(42 36 32 / 0.55);
}

.hero-copy {
  max-width: 36rem;
  font-size: 1.08rem;
  color: rgb(255 255 255 / 0.86);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
}

.hero-points li {
  background: rgb(255 255 255 / 0.16);
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgb(58 51 46 / 0.08);
}

.service-bar article h3 {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}

.service-bar article p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-bar-title {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
  color: var(--ink);
}

.department-tile {
  display: block;
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-radius: var(--photo-radius);
}

.department-tile img {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  max-width: none;
  object-fit: cover;
  object-position: center 20%;
  transform-origin: 50% 28%;
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.department-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(42 36 32 / 0.12) 0%, rgb(42 36 32 / 0.35) 42%, rgb(22 18 16 / 0.92) 100%);
}

.department-tile > * {
  position: relative;
  z-index: 1;
}

.department-tile strong {
  font-family: var(--font-serif);
  font-size: 2rem;
  display: block;
  margin-bottom: 0.15rem;
  text-shadow: 0 2px 14px rgb(0 0 0 / 0.45);
}

.department-tile span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.45);
}

.text-link {
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-underline-offset: 0.35rem;
}

.hero-campaign .text-link.text-white {
  color: #fff;
}

.hero-campaign .text-link.text-white:hover { color: var(--orange); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.ig-highlights {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.65rem 1rem;
  width: 100%;
  max-width: 100%;
  padding: 1.4rem 0.85rem 1.2rem;
  background: var(--paper);
  box-sizing: border-box;
  overflow: hidden;
}

.ig-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  flex: 1 1 0;
  min-width: 0;
  max-width: 6.75rem;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.ig-highlight:hover { color: var(--ink); }

.ig-highlight span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.ig-highlight i {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
}

.ig-highlight-aqua i { background: var(--aqua); }
.ig-highlight-orange i { background: var(--orange); }

.section-pad { padding: 5.5rem 0; }

.section-kicker {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(1.85rem, 6vw, 3.6rem);
  font-weight: 500;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.section-head .section-title {
  min-width: 0;
  flex: 1 1 auto;
}

.section-head .text-link { flex-shrink: 0; }

.section-lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 34rem;
}

.maison-quote {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}

.quote-stage {
  position: relative;
  min-height: 11rem;
  margin-bottom: 1.25rem;
}

.quote-stage p {
  margin-bottom: 0;
}

.quote-rotate {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.quote-rotate.is-active {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .quote-stage { min-height: 0; }
  .quote-rotate {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .quote-rotate + .quote-rotate { margin-top: 1.5rem; }
}

.maison-quote p {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.maison-quote footer {
  color: var(--orange);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.occasion-tile {
  display: block;
  position: relative;
  min-height: 22.5rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-radius: var(--photo-radius);
}

.occasion-tile img,
.occasion-tile img.img-fade {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  transform-origin: 50% 32%;
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.occasion-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(18 16 14 / 0.08) 28%, rgb(18 16 14 / 0.72) 100%);
}

.occasion-tile.is-orange::after {
  background: linear-gradient(180deg, rgb(229 106 12 / 0.08) 28%, rgb(90 42 12 / 0.7) 100%);
}

.theme-carousel {
  position: relative;
}

.theme-carousel-stage {
  position: relative;
  padding-inline: 2.85rem;
}

.theme-carousel-rail {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.theme-carousel-rail::-webkit-scrollbar { display: none; }

.theme-carousel-card {
  flex: 0 0 min(78vw, 17.25rem);
  min-height: 24rem;
  scroll-snap-align: start;
}

.theme-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 22px rgb(18 16 14 / 0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.theme-carousel-nav.is-prev { left: 0; }
.theme-carousel-nav.is-next { right: 0; }

.theme-carousel-nav:hover {
  color: var(--orange);
}

.theme-carousel-nav[hidden] { display: none; }
.theme-carousel-nav:disabled {
  opacity: 0.28;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 767px) {
  .theme-carousel-card { min-height: 21.5rem; }
  .theme-carousel-stage { padding-inline: 2.35rem; }
}

.occasion-tile:hover { color: #fff; }

.occasion-tile .occasion-copy {
  position: relative;
  z-index: 1;
}

.occasion-blurb {
  margin: 0.45rem 0 0.9rem;
  font-size: 0.92rem;
  color: rgb(255 255 255 / 0.88);
  max-width: 28ch;
}

.occasion-cta {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.occasion-tile span,
.occasion-tile strong {
  position: relative;
  z-index: 1;
}

.occasion-tile span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.occasion-tile strong {
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 500;
}

.product-card {
  height: 100%;
  background: transparent;
}

.product-card:hover { color: inherit; }

.product-thumb {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  width: 100%;
  background: transparent;
  overflow: hidden;
  border-radius: var(--photo-radius);
}

.product-thumb img,
.product-thumb img.img-fade {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: var(--photo-radius);
  overflow: hidden;
  transform-origin: center center;
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}


.product-placeholder {
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: var(--aqua);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 3.4rem;
  font-weight: 500;
}

.product-card .meta { padding: 1rem 0 0; }
.product-card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.product-age {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}
.price { font-weight: 600; color: var(--ink); font-size: 0.95rem; }
.price-pix {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--aqua-dark);
}
.installments { color: var(--aqua-dark); font-weight: 600; font-size: 0.8rem; }

.lookbook-split,
.lookbook-split {
  background: var(--aqua-soft);
  overflow: hidden;
  max-width: 100%;
}

.lookbook-split > .row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.lookbook-photo,
.lookbook-photo {
  position: relative;
  min-height: 280px;
  height: 100%;
  overflow: hidden;
}

.lookbook-photo img,
.lookbook-photo img {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.lookbook-copy {
  padding: 2.25rem 1.5rem 2.5rem;
  max-width: 38rem;
  width: auto;
  margin: 0 auto 0 0;
}

@media (min-width: 992px) {
  .lookbook-copy-col {
    justify-content: flex-start;
  }

  .lookbook-copy {
    padding: 3.5rem 4rem 3.75rem 3.75rem;
  }

  .lookbook-split .col-lg-6:first-child,
  .lookbook-split .col-lg-6:first-child {
    position: relative;
    min-height: 32rem;
  }
  .lookbook-split .col-lg-6:first-child .lookbook-photo,
  .lookbook-split .col-lg-6:first-child .lookbook-photo {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .lookbook-photo {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

.signature-item {
  padding-top: 1.5rem;
  border-top: 1px solid rgb(72 193 181 / 0.28);
}

.signature-num {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--aqua-dark);
  margin-bottom: 0.7rem;
}

.editorial {
  background: var(--orange);
  color: #fff;
}

.editorial .section-kicker { color: rgb(255 255 255 / 0.85); }

.editorial-lead {
  max-width: 38rem;
  font-size: 1.12rem;
  color: rgb(255 255 255 / 0.92);
}

.newsletter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgb(58 51 46 / 0.22);
  padding-bottom: 0.45rem;
}

.newsletter .form-control {
  border: 0;
  background: transparent;
  padding: 0.35rem 0;
  box-shadow: none;
}

.newsletter .form-control:focus {
  border: 0;
  box-shadow: none;
}

.newsletter button {
  border: 0;
  background: none;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0;
  white-space: nowrap;
}

.newsletter button:hover { color: var(--orange-dark); }

.footer-piscadinha {
  background: var(--aqua-soft);
  color: var(--muted);
  border-top: 5px solid var(--aqua);
  margin-top: auto;
  flex-shrink: 0;
  overflow-x: clip;
}

.footer-piscadinha > .container > .row {
  --bs-gutter-x: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.footer-piscadinha a { color: var(--ink); text-decoration: none; }
.footer-piscadinha a:hover { color: var(--orange); }

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-links a,
.footer-links .footer-modal-link {
  display: inline-block;
  width: auto;
  max-width: max-content;
}

.footer-modal-link {
  border: 0;
  background: none;
  padding: 0;
  min-height: 0;
  color: var(--ink);
  text-align: left;
  line-height: inherit;
}

.footer-modal-link:hover { color: var(--orange); }
.footer-piscadinha .footer-title {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.cart-badge {
  position: absolute;
  top: -7px;
  right: -8px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  min-width: 1.1rem;
  height: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-gallery { width: 100%; }

.product-gallery-frame { width: 100%; }

@media (min-width: 992px) {
  .product-layout {
    align-items: flex-start;
  }

  .product-layout-media {
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
  }

  .product-layout-buy {
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    position: sticky;
    top: calc(var(--chrome-sticky-top, 5.5rem) + 1rem);
  }
}

.product-gallery-stage {
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  cursor: zoom-in;
  border-radius: var(--photo-radius);
  touch-action: pan-y;
  container-type: inline-size;
}

.product-gallery-stage img,
.product-gallery-stage img.img-fade {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: var(--photo-radius);
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.16s ease-out, opacity 0.55s ease;
  will-change: transform;
}

.product-gallery-nav {
  position: absolute;
  top: calc(100cqw * 2 / 3);
  z-index: 2;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.88);
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.product-gallery-nav:hover { background: #fff; color: var(--orange); }
.product-gallery-nav.is-prev { left: 0.7rem; }
.product-gallery-nav.is-next { right: 0.7rem; }

.product-gallery-count {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  z-index: 2;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.9);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.product-gallery-thumbs-wrap {
  min-width: 0;
  margin-top: 0.7rem;
}

.product-gallery-thumbs {
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.product-gallery-thumbs::-webkit-scrollbar { display: none; }

.product-gallery-thumbs button {
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 0 0 auto;
  width: auto;
  height: 5.75rem;
  padding: 0;
  border: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: inset 0 0 0 2px transparent;
}

.product-gallery-thumbs button img {
  position: relative;
  inset: auto;
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 0;
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.product-gallery-thumbs button.is-active,
.product-gallery-thumbs button:focus-visible {
  box-shadow: inset 0 0 0 2px var(--orange);
  outline: none;
}

.size-guide-photo-wrap {
  margin-bottom: 0.9rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.size-guide-photo {
  display: block;
  width: 100%;
  height: auto;
}

.size-guide-table th,
.size-guide-table td {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.7rem 0.85rem;
}

.size-guide-table thead th {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2070;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  padding-top: max(2rem, env(safe-area-inset-top));
  background: rgb(58 51 46 / 0.9);
  cursor: zoom-out;
}

.product-lightbox.is-open { display: flex; }

.product-lightbox img {
  max-width: min(92vw, 980px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-lightbox img.img-fade {
  opacity: 1;
}

.product-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.14);
  color: #fff;
  cursor: pointer;
}

.size-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
}

.size-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.size-guide-btn {
  border: 1px solid var(--ink);
  background: transparent;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  cursor: pointer;
}

.size-guide-btn:hover {
  background: rgb(58 51 46 / 0.06);
}

.size-chip {
  min-width: 2.85rem;
  height: 2.6rem;
  padding: 0 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(58 51 46 / 0.18);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.size-chip.is-wide {
  min-width: 4.4rem;
  padding: 0 1rem;
}

.size-chip:hover { border-color: var(--ink); }

.size-chip:has(input:checked) {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.size-chip:has(input:focus-visible) {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.size-chip.is-sold-out {
  opacity: 0.38;
  cursor: not-allowed;
  text-decoration: line-through;
}

.size-chip.is-sold-out:hover { border-color: rgb(58 51 46 / 0.18); }

.stock-live-note {
  font-size: 0.92rem;
  color: var(--muted, #6b625c);
  margin-bottom: 0.75rem;
}

.wink-mark {
  font-family: var(--font-serif);
  color: var(--orange);
  font-weight: 600;
  letter-spacing: -0.04em;
  font-size: 1.15em;
  text-transform: none;
}

.topbar .wink-mark,
.editorial .wink-mark {
  color: #fff;
}

.btn-link {
  color: var(--orange);
}

.btn-link:hover { color: var(--orange-dark); }


.page-intro { padding-top: 1.75rem; padding-bottom: 4.5rem; }
.page-intro h1 { font-size: clamp(2.4rem, 5vw, 4rem); }

.catalog-grid > .catalog-split-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.catalog-split {
  margin: 2.75rem 0 1.35rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(58 51 46 / 0.12);
  max-width: 36rem;
}

.catalog-split-title {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  margin: 0 0 0.4rem;
}

.catalog-sentinel {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0 0.25rem;
}

.catalog-loading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.catalog-spinner {
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid rgb(58 51 46 / 0.12);
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: catalog-spin 0.7s linear infinite;
}

@keyframes catalog-spin {
  to { transform: rotate(360deg); }
}

.about-page h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  margin: 2.4rem 0 0.9rem;
}

.about-page .about-actions { margin-top: 2.25rem; }

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
  gap: 2rem 2.5rem;
  align-items: start;
}

.catalog-filters {
  position: static;
  z-index: auto;
  padding-top: 0.35rem;
}

.catalog-filters-box {
  border: 0;
}

.catalog-filters-summary {
  display: none;
}

@media (min-width: 768px) {
  .catalog-filters-body {
    display: block !important;
  }
}

.catalog-filters-on {
  margin-left: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0;
  text-transform: none;
}

.catalog-filters-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

.catalog-filters-clear {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange);
}

.catalog-filters-label {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.catalog-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.catalog-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgb(58 51 46 / 0.14);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
}

.catalog-color-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgb(58 51 46 / 0.22);
}

.catalog-filter-chip:hover,
.catalog-filter-chip.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.catalog-filter-chip:hover .catalog-color-dot,
.catalog-filter-chip.is-active .catalog-color-dot {
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.55);
}

@media (max-width: 767px) {
  :root {
    --chrome-sticky-top: 7.35rem;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .catalog-filters {
    position: static;
    z-index: auto;
  }

  .catalog-filters-title {
    display: none;
  }

  .catalog-filters-box {
    border: 1px solid rgb(58 51 46 / 0.14);
    border-top: 4px solid var(--orange);
    border-radius: 1rem;
    background: #fff;
    padding: 0.15rem 0.9rem 0.15rem;
    overflow: hidden;
  }

  .catalog-filters-summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0.7rem 0;
  }

  .catalog-filters-summary::-webkit-details-marker {
    display: none;
  }

  .catalog-filters-body {
    padding-bottom: 0.85rem;
    max-height: min(22rem, 55vh);
    overflow-y: auto;
  }
}

.form-control, .form-select {
  border-radius: 0;
  border-color: rgb(58 51 46 / 0.14);
  padding: 0.78rem 1rem;
  background: #fff;
}

.form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 0.18rem rgb(255 126 26 / 0.18);
}

.flash-bar {
  background: var(--orange-soft);
  color: var(--ink);
  text-align: center;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.breadcrumb-soft a { color: var(--muted); }
.breadcrumb-soft { color: var(--muted); font-size: 0.86rem; }

.modal-content {
  border: 0;
  border-top: 4px solid var(--orange);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 1.5rem 3.5rem rgb(42 36 32 / 0.18);
  overflow: hidden;
}

.modal-backdrop {
  background: rgb(58 51 46 / 0.32);
}

.modal-backdrop.show { opacity: 1; }

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

body.modal-open .navbar-piscadinha {
  padding-right: inherit;
}

.page-intro h1.product-title {
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}

.product-copy {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 38rem;
}

.product-copy-title {
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}

.product-copy h3 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 1.15rem 0 0.45rem;
}

.product-copy p { margin-bottom: 0.85rem; }

.product-copy ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.product-copy li { margin-bottom: 0.28rem; }

.admin-sidebar {
  min-height: 100vh;
  background: #2a2420;
  color: #fff;
}

.admin-sidebar a { color: #e8ddd4; text-decoration: none; }
.admin-sidebar a.active, .admin-sidebar a:hover { color: #fff; }

.metric-card { border: 0; }

.devise-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 20%, rgb(72 193 181 / 0.35), transparent 40%),
    linear-gradient(160deg, var(--cream), var(--aqua-soft));
}

.devise-shell .card {
  overflow: hidden;
  border-top: 4px solid var(--orange);
}

@media (max-width: 767px) {
  :root {
    --chrome-sticky-top: 9.1rem;
  }

  .header-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand account cart"
      "search search search";
    gap: 0.4rem 0.5rem;
    align-items: center;
    min-height: 0;
  }
  .header-brand { grid-area: brand; padding-right: 0.5rem; }
  .header-search-form {
    grid-area: search;
    min-width: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0.2rem 0.2rem 0.2rem 0.85rem;
  }
  .header-account { grid-area: account; }
  .mini-cart { grid-area: cart; justify-self: end; }
  .header-search-submit {
    width: 2.35rem;
    height: 2.15rem;
    padding: 0;
    display: grid;
    place-items: center;
  }
  .header-search-submit-label { display: none; }
  .header-search-submit-icon { display: block; font-size: 0.95rem; }
  .brand-mark img { height: 56px; }
  .product-gallery-nav {
    width: 2.05rem;
    height: 2.05rem;
  }
  .product-gallery-nav.is-prev { left: 0.45rem; }
  .product-gallery-nav.is-next { right: 0.45rem; }
  .size-row { align-items: stretch; }
  .size-guide-btn { white-space: normal; }
  .topbar { font-size: 0.58rem; letter-spacing: 0.08em; }
  .hero-campaign {
    min-height: 34rem;
    padding: 4.25rem 0 2.4rem;
  }
  .hero-campaign .container {
    padding-bottom: 0;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
  .hero-campaign h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    max-width: 14ch;
  }
  .hero-copy { font-size: 0.95rem; }
  .service-bar {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .hero-actions .btn { width: 100%; text-align: center; }
  .section-head {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .department-tile { min-height: 16rem; }
  .department-tile strong { font-size: 1.55rem; }
  .occasion-tile { min-height: 18.5rem; }
  .occasion-tile strong { font-size: 1.7rem; }
  .ig-highlight i { width: 48px; height: 48px; font-size: 1.05rem; }
  .section-pad { padding: 3.2rem 0; }
  .quote-stage { min-height: 8.5rem; }
  .maison-quote p { font-size: clamp(1.45rem, 6.4vw, 2rem); }
  .page-intro { padding-top: 2.2rem; padding-bottom: 3rem; }
  .checkout-steps { flex-wrap: wrap; gap: 0.55rem 1rem; }
}

@media (max-width: 991px) {
  .product-lightbox {
    padding: 0.55rem;
    padding-top: max(0.55rem, env(safe-area-inset-top));
  }
  .product-lightbox img {
    max-width: 100%;
    max-height: 100dvh;
  }
  .product-lightbox-close {
    top: max(0.55rem, env(safe-area-inset-top));
    right: 0.55rem;
  }
}

@media (max-width: 1199px) {
  .header-search-form {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .ig-highlight {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
  .ig-highlight i { width: 62px; height: 62px; font-size: 1.3rem; }
}

.soft-card {
  background: #fff;
  border: 1px solid rgb(58 51 46 / 0.08);
  border-top: 4px solid var(--orange);
}

.btn-ghost-ink {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.9rem 1.7rem;
  letter-spacing: 0.04em;
  background: transparent;
  border: 1px solid rgb(58 51 46 / 0.18);
  color: var(--ink);
}

.btn-ghost-ink:hover {
  background: var(--paper);
  color: var(--orange);
  border-color: var(--orange);
}

.cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 5.6rem;
  overflow: hidden;
  background: transparent;
  flex-shrink: 0;
  border-radius: var(--photo-radius);
}

.cart-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--photo-radius);
  overflow: hidden;
  object-fit: contain;
  transition: transform 0.18s ease-out;
  will-change: transform;
}

.checkout-shipping-was {
  text-decoration: line-through;
  color: var(--muted);
  margin-right: 0.35rem;
}

.checkout-shipping-packages {
  list-style: none;
  padding: 0.4rem 0 0;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}

.checkout-shipping-note {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}

.product-shipping-hint {
  margin-top: 0.35rem;
  color: var(--aqua-dark);
  font-size: 0.92rem;
}

.free-shipping {
  margin: 0 0 1.1rem;
  padding: 0 0 0.95rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(58 51 46 / 0.08);
  border-radius: 0;
}

.free-shipping.is-achieved {
  background: transparent;
}

.free-shipping-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 0.35rem;
  color: var(--aqua-dark);
  vertical-align: -0.12em;
}

.free-shipping-bar {
  height: 0.18rem;
  background: rgb(58 51 46 / 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 0.55rem;
}

.free-shipping-bar span {
  display: block;
  height: 100%;
  background: var(--orange);
  border-radius: inherit;
}

.free-shipping-copy {
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink);
}

.free-shipping.is-achieved .free-shipping-copy {
  color: var(--aqua-dark);
}

.free-shipping.is-compact {
  padding: 0 0 0.85rem;
  margin-bottom: 0.95rem;
}

.free-shipping-packages {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.free-shipping-package + .free-shipping-package {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(58 51 46 / 0.08);
}

.free-shipping-package-name {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--orange);
}

.free-shipping-package-copy {
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ink);
}

.free-shipping-package.is-achieved .free-shipping-package-copy {
  color: var(--aqua-dark);
}

.free-shipping-package .free-shipping-bar {
  margin-top: 0.4rem;
}

.free-shipping-package-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  padding: 0.48rem 0.9rem;
  border: 1px solid rgb(58 51 46 / 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  line-height: 1.2;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
}

.free-shipping-package-link:hover,
.free-shipping-package-link:focus-visible {
  border-color: var(--orange);
  color: var(--ink);
}

.free-shipping-package-link.is-wide {
  width: 100%;
}

.catalog-origin-lead {
  max-width: 36rem;
  margin: -0.6rem 0 1.4rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.free-shipping-upsell {
  margin: 0.35rem 0 1.35rem;
  padding: 1.15rem 0 0.2rem;
  border-top: 1px solid rgb(58 51 46 / 0.08);
}

.free-shipping-upsell-head {
  margin-bottom: 1.05rem;
}

.free-shipping-upsell-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif);
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--ink);
}

.free-shipping-upsell-lead {
  margin: 0;
  max-width: 18rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.free-shipping-upsell-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.free-shipping-upsell-list li + li {
  border-top: 1px solid rgb(58 51 46 / 0.07);
}

.free-shipping-upsell-link {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0.15rem;
  color: inherit;
  text-decoration: none;
}

.free-shipping-upsell-link:hover .free-shipping-upsell-name,
.free-shipping-upsell-link:focus-visible .free-shipping-upsell-name {
  color: var(--orange-dark);
}

.free-shipping-upsell-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 5.5rem;
  overflow: hidden;
  background: transparent;
  border-radius: var(--photo-radius);
}

.free-shipping-upsell-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: var(--photo-radius);
  overflow: hidden;
  transition: transform 0.18s ease-out;
  will-change: transform;
}

.free-shipping-upsell-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.15rem 0.35rem 0.15rem 0;
}

.free-shipping-upsell-name {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.free-shipping-upsell-price {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.mini-cart-panel .free-shipping-upsell {
  margin-bottom: 1.1rem;
}

.mini-cart-panel .free-shipping-upsell-link {
  padding: 1.05rem 0;
  gap: 0.9rem;
  grid-template-columns: 3.85rem minmax(0, 1fr);
}

.mini-cart-panel .free-shipping-upsell-thumb {
  width: 3.85rem;
  height: 4.75rem;
}

.mini-cart-panel .free-shipping-upsell-name {
  font-size: 0.82rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .free-shipping-copy {
    font-size: 0.86rem;
  }
}

.mini-cart { position: relative; }

.mini-cart-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.85rem);
  width: min(22.5rem, calc(100vw - 2rem));
  max-height: min(32rem, calc(100vh - 7.5rem));
  overflow: auto;
  padding: 1.25rem 1.2rem 1.3rem;
  background: #fff;
  border: 1px solid rgb(58 51 46 / 0.08);
  border-top: 4px solid var(--orange);
  box-shadow: 0 22px 50px rgb(58 51 46 / 0.16);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.mini-cart.is-open .mini-cart-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.mini-cart-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
}

.mini-cart-title {
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

.mini-cart-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  max-height: 16rem;
  overflow: auto;
}

.mini-cart-item {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgb(58 51 46 / 0.08);
}

.mini-cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 4.2rem;
  overflow: hidden;
  background: transparent;
  border-radius: var(--photo-radius);
}

.mini-cart-thumb img,
.checkout-summary-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: var(--photo-radius);
  overflow: hidden;
  transition: transform 0.18s ease-out;
  will-change: transform;
}

body.checkout {
  background: var(--paper);
}

.checkout-header {
  background: #fff;
  border-top: 4px solid var(--orange);
  border-bottom: 1px solid rgb(58 51 46 / 0.08);
}

.checkout-header .container {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.checkout-header .brand-mark img {
  height: 36px;
}

.checkout-secure {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: right;
  max-width: 16rem;
  line-height: 1.35;
}

.checkout-steps-cart {
  justify-content: flex-start;
  margin-bottom: 1.2rem;
}

.checkout-secure i { color: var(--aqua); margin-right: 0.35rem; }

.checkout-page {
  padding: 2.2rem 0 4.5rem;
}

.checkout-steps {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.checkout-steps li { position: relative; padding-bottom: 0.45rem; }
.checkout-steps a { color: inherit; text-decoration: none; }
.checkout-steps a:hover { color: var(--orange); }
.checkout-steps .is-current { color: var(--orange); }
.checkout-steps .is-done { color: var(--ink); }
.checkout-steps .is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--orange);
}

.checkout-card {
  background: #fff;
  border: 1px solid rgb(58 51 46 / 0.08);
  border-top: 4px solid var(--orange);
  padding: 1.5rem 1.4rem 1.2rem;
  margin-bottom: 1.2rem;
}

.checkout-card h2 {
  font-size: 1.7rem;
  margin-bottom: 1.1rem;
}

.checkout-card-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aqua-dark);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.checkout-shipping {
  margin-top: 0.35rem;
}

.checkout-shipping-option {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgb(58 51 46 / 0.12);
  border-radius: 0.75rem;
  padding: 0.7rem 0.85rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.checkout-shipping-option.is-pix {
  border-color: rgb(61 140 140 / 0.45);
  background: rgb(61 140 140 / 0.06);
}

.checkout-shipping-option:has(input:checked) {
  border-color: var(--orange);
}

.checkout-form .form-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.checkout-hint,
.checkout-consent {
  color: var(--muted);
  font-size: 0.9rem;
}

.checkout-summary {
  background: #fff;
  border: 1px solid rgb(58 51 46 / 0.08);
  border-top: 4px solid var(--orange);
  padding: 1.5rem 1.35rem;
  position: sticky;
  top: 1.2rem;
}

.checkout-summary h2 {
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.checkout-summary-list {
  list-style: none;
  padding: 0.4rem 0.2rem 0 0;
  margin: 0 0 1rem;
}

.checkout-summary-list li {
  display: grid;
  grid-template-columns: 3.6rem minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.85rem;
  overflow: visible;
}

.checkout-summary-thumb {
  position: relative;
  width: 3.6rem;
  height: 4.4rem;
  overflow: visible;
}

.checkout-summary-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--photo-radius);
  background: transparent;
}

.checkout-summary-photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: var(--photo-radius);
  overflow: hidden;
  transition: transform 0.18s ease-out;
  will-change: transform;
}

.checkout-summary-thumb span {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  z-index: 1;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
}

.checkout-total {
  font-size: 1.15rem;
  font-weight: 800;
}

.checkout-trust {
  list-style: none;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid rgb(58 51 46 / 0.08);
  color: var(--muted);
  font-size: 0.82rem;
}

.checkout-trust li { margin-bottom: 0.35rem; }
.checkout-trust i { color: var(--orange); margin-right: 0.4rem; }

.checkout-footer {
  border-top: 1px solid rgb(58 51 46 / 0.08);
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
  flex-shrink: 0;
}

.checkout-footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  margin-bottom: 0.45rem;
}

.checkout-footer .btn-link {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
}

.checkout-footer .btn-link:hover { color: var(--orange); }

.checkout-footer-copy {
  color: var(--muted);
  font-size: 0.75rem;
}

.site-modal {
  background: #fff;
  border: 0;
  border-radius: 1.15rem;
  max-height: calc(100dvh - 4rem);
}

.site-modal .modal-header {
  border-bottom-color: rgb(58 51 46 / 0.08);
  padding: 1.15rem 1.35rem 0.85rem;
}

.site-modal .modal-body {
  padding: 0.5rem 1.35rem 1.4rem;
}

.policy-copy {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.55;
}

.policy-copy h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  margin: 1.5rem 0 0.55rem;
}

.policy-copy p,
.policy-copy li {
  color: var(--ink);
}

.policy-copy ul,
.policy-copy ol {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
}

.policy-copy li { margin-bottom: 0.35rem; }

@media (max-width: 767px) {
  .mini-cart-panel {
    position: fixed;
    top: auto;
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    bottom: 0.75rem;
  }
}

img.img-fade {
  opacity: 0;
  transition: opacity 0.55s ease;
}

@media (scripting: none) {
  img.img-fade {
    opacity: 1;
  }
}

img.img-fade.is-shown {
  opacity: 1;
}

.hero-campaign img.img-fade,
.department-tile img.img-fade,
.lookbook-photo img.img-fade,
.occasion-tile img.img-fade,
.product-gallery-thumbs button img.img-fade,
.cart-thumb img.img-fade,
.mini-cart-thumb img.img-fade,
.checkout-summary-photo img.img-fade,
.free-shipping-upsell-thumb img.img-fade {
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.product-thumb img.img-fade {
  transition: opacity 0.55s ease, transform 0.18s ease-out;
  will-change: transform;
}

.hero-campaign img.is-zoomed,
.department-tile img.is-zoomed,
.lookbook-photo img.is-zoomed,
.occasion-tile img.is-zoomed,
.product-thumb img.is-zoomed,
.product-gallery-stage img.is-zoomed,
.product-gallery-thumbs button img.is-zoomed,
.cart-thumb img.is-zoomed,
.mini-cart-thumb img.is-zoomed,
.checkout-summary-photo img.is-zoomed,
.free-shipping-upsell-thumb img.is-zoomed {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform-origin 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
}

.hero-campaign img.is-unzooming,
.department-tile img.is-unzooming,
.lookbook-photo img.is-unzooming,
.occasion-tile img.is-unzooming,
.product-thumb img.is-unzooming,
.product-gallery-stage img.is-unzooming,
.product-gallery-thumbs button img.is-unzooming,
.cart-thumb img.is-unzooming,
.mini-cart-thumb img.is-unzooming,
.checkout-summary-photo img.is-unzooming,
.free-shipping-upsell-thumb img.is-unzooming {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
  img.img-fade {
    opacity: 1;
    transition: none;
  }

  .hero-campaign:hover > img,
  .department-tile:hover img,
  .lookbook-photo:hover img,
  .occasion-tile:hover img,
  .product-gallery-thumbs button:hover img,
  .cart-thumb:hover img,
  .mini-cart-item:hover .mini-cart-thumb img,
  .checkout-summary-thumb:hover .checkout-summary-photo img,
  .product-gallery-stage img,
  .product-gallery-stage img.is-zoomed {
    transform: none;
    transition: none;
  }

  .product-thumb img,
  .occasion-tile img,
  .hero-campaign img,
  .department-tile img,
  .lookbook-photo img {
    transition: none;
  }
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  padding: 0.85rem 1.15rem calc(0.85rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid rgb(42 36 32 / 0.12);
  box-shadow: 0 -8px 28px rgb(42 36 32 / 0.1);
}

.cookie-consent-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-consent-copy {
  flex: 1 1 22rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink);
}

.cookie-consent-copy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

