html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", system-ui, sans-serif;
  font-weight: 700;
  color: #161616;
  background: #faf7f5;
  margin: 0;
}

.site-shell {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto;
}

.fw-extrabold { font-weight: 800 !important; }

.site-nav {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(214, 51, 108, .1);
  padding-top: .55rem;
  padding-bottom: .55rem;
}
.site-nav .container {
  min-height: 3.4rem;
}

.navbar-brand { font-size: 1.45rem; letter-spacing: -0.02em; }
.navbar-brand span { color: #d6336c; }

.site-logo {
  height: 40px;
  width: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .site-nav {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }
  .site-nav .container {
    min-height: 3.75rem;
  }
  .site-logo {
    height: 44px;
  }
}

.nav-link { color: #555 !important; border-radius: 999px; padding: .4rem .85rem !important; }
.nav-link:hover, .nav-link.active { background: #ffe3ec; color: #161616 !important; }

.btn-dark-pill {
  background: #161616 !important;
  color: #fff !important;
  border: 1px solid #161616 !important;
  border-radius: 999px;
  font-weight: 800;
  padding: .55rem 1rem;
}
.btn-dark-pill:hover,
.btn-dark-pill:focus,
.btn-dark-pill:active,
.btn-dark-pill:focus-visible,
.btn-dark-pill.show {
  background: #161616 !important;
  color: #fff !important;
  border-color: #161616 !important;
  box-shadow: none !important;
}
.btn-dark-pill .badge {
  color: #fff;
}

.btn-pink {
  background: #d6336c;
  border: 0;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 800;
  padding: .85rem 1.25rem;
}
.btn-pink:hover { background: #c2255c; color: #fff !important; }

.btn-soft {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  font-weight: 800;
  color: #161616 !important;
}

.hero {
  background: linear-gradient(135deg, #fff 0%, #ffe8ef 45%, #e8f7f5 100%);
  border-bottom: 1px solid rgba(0,0,0,.04);
}

.hero-title {
  font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.hero-title span { color: #d6336c; }

.deal-box {
  background: #161616 !important;
  color: #fff !important;
  border-radius: 18px;
  padding: 1rem 1.15rem;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(22, 22, 22, .18);
}
.deal-box.panel,
.deal-box.content-panel {
  background: #161616 !important;
  color: #fff !important;
}
.deal-box strong { color: #ffd43b !important; }
.deal-box .fw-extrabold,
.deal-box .content-h2 {
  color: #fff !important;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.site-logo {
  height: 40px;
  width: auto;
  display: block;
}

.product-body .price,
.price-accent,
.buy-box .fs-3.fw-extrabold {
  color: #d6336c !important;
}

.product-body .price {
  margin-top: auto;
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.qty-ctrl button {
  width: 34px;
  height: 34px;
  border: 0;
  background: #fff5f8;
  color: #d6336c;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1;
}
.qty-ctrl button:hover { background: #ffe3ec; }
.qty-ctrl input {
  width: 42px;
  height: 34px;
  border: 0;
  text-align: center;
  font-weight: 800;
  font-size: .95rem;
  background: #fff;
  color: #161616;
  -moz-appearance: textfield;
}
.qty-ctrl input::-webkit-outer-spin-button,
.qty-ctrl input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-ctrl-lg button { width: 42px; height: 42px; }
.qty-ctrl-lg input { width: 52px; height: 42px; font-size: 1rem; }

.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  color: #161616 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover,
.product-card:focus,
.product-card:visited,
.product-card:active {
  color: #161616 !important;
  text-decoration: none !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(214,51,108,.12);
}
.product-media {
  aspect-ratio: 3/4;
  background: #efe7ea;
  overflow: hidden;
  flex: 0 0 auto;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-body {
  padding: .85rem .95rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 96px;
}
.product-body h3 {
  font-size: .9rem;
  font-weight: 800;
  margin: 0 0 .45rem;
  line-height: 1.35;
  color: #161616 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.product-body .price {
  margin-top: auto;
  font-weight: 800;
  color: #d6336c !important;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

/* Shopify-like PDP */
.pdp-gallery {
  position: sticky;
  top: 5.5rem;
}
.pdp-main {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #efe7ea;
  aspect-ratio: 3/4;
  cursor: zoom-in;
}
.pdp-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pdp-main:hover img { transform: scale(1.03); }
.pdp-zoom-hint {
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  background: rgba(22,22,22,.78);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  padding: .35rem .65rem;
  border-radius: 999px;
}
.pdp-thumbs button {
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: #efe7ea;
  aspect-ratio: 1;
  cursor: pointer;
}
.pdp-thumbs button.active,
.pdp-thumbs button:hover { border-color: #d6336c; }
.pdp-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* Lightbox */
body.lb-open { overflow: hidden; }
.lb[hidden] { display: none !important; }
.lb {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
}
.lb.is-open { display: grid !important; }
.lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 12, 0.88);
  backdrop-filter: blur(8px);
}
.lb-stage {
  position: relative;
  z-index: 1;
  width: min(92vw, 980px);
  height: min(86vh, 980px);
  display: grid;
  place-items: center;
}
.lb-stage img {
  max-width: 100%;
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  object-fit: contain;
  background: #1a1a1a;
}
.lb-close,
.lb-nav {
  position: absolute;
  z-index: 2;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.lb-close { top: 1rem; right: 1rem; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lb-close:hover,
.lb-nav:hover { background: rgba(214,51,108,.9); }
.lb-counter {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 800;
  background: rgba(0,0,0,.45);
  padding: .4rem .8rem;
  border-radius: 999px;
  font-size: .9rem;
}

@media (max-width: 991.98px) {
  .pdp-gallery { position: static; }
  .lb-prev { left: .4rem; }
  .lb-next { right: .4rem; }
}

.buy-box {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.option-pill {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  margin: 0;
}
.option-pill input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.option-pill span {
  display: inline-flex;
  padding: .55rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.option-pill input:checked + span,
.option-pill:has(input:checked) span {
  background: #161616;
  border-color: #161616;
  color: #fff;
}

.ship-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #e6fcf5;
  color: #087f5b;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-weight: 800;
  font-size: .85rem;
}

.stock-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #fff0f6;
  color: #c2255c;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-weight: 800;
  font-size: .82rem;
}
.stock-badge i { font-size: .95rem; }

.pdp-assurances {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(214, 51, 108, .12);
}
.pdp-assurances li {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.pdp-assurances li:last-child { border-bottom: 0; padding-bottom: 0; }
.pdp-assurance-icon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff0f6, #ffe3ec);
  color: #d6336c;
  line-height: 1;
}
.pdp-assurance-icon i {
  display: block;
  font-size: 1.15rem;
  line-height: 1;
  width: 1.15rem;
  height: 1.15rem;
  text-align: center;
}
.pdp-assurances li > div strong {
  display: block;
  font-weight: 800;
  font-size: .92rem;
  color: #161616;
  line-height: 1.25;
  margin-bottom: .15rem;
}
.pdp-assurances li > div span {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: #868e96;
  line-height: 1.35;
}

.panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 1.15rem;
}

.site-footer {
  background: #161616;
  color: rgba(255,255,255,.85);
}
.site-footer a { color: rgba(255,255,255,.7); text-decoration: none; font-weight: 700; }
.site-footer a:hover { color: #ffc9d9; }

.form-control, .form-select {
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: .75rem .9rem !important;
}

.cart-img {
  width: 72px;
  height: 96px;
  object-fit: cover;
  border-radius: 10px;
  background: #efe7ea;
}

html { scroll-behavior: auto; }
#urun-gorselleri {
  scroll-margin-top: 5.5rem;
}
.pdp-main.is-flash img {
  animation: galleryImgIn .45s ease;
}
@keyframes galleryFlash {
  0% { box-shadow: 0 0 0 0 rgba(214,51,108,.55); }
  40% { box-shadow: 0 0 0 8px rgba(214,51,108,.25); }
  100% { box-shadow: 0 0 0 0 rgba(214,51,108,0); }
}
@keyframes galleryImgIn {
  from { opacity: .4; transform: scale(.98); }
  to { opacity: 1; transform: none; }
}

.product-copy .copy-block {
  padding: 1rem 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.product-copy .copy-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.product-copy h3 {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d6336c;
  margin: 0 0 .55rem;
}
.product-copy p,
.product-copy li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  color: #4a4450;
  margin: 0 0 .55rem;
}
.product-copy ul {
  margin: 0;
  padding-left: 1.1rem;
}
.product-copy .copy-text p:last-child,
.product-copy .copy-block p:last-child {
  margin-bottom: 0;
}

.nav-actions {
  gap: .55rem !important;
}
.icon-btn {
  position: relative;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff0f6, #ffe3ec);
  display: inline-grid;
  place-items: center;
  font-size: 1.35rem;
  color: #d6336c;
  box-shadow: 0 4px 14px rgba(214, 51, 108, .16);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.icon-btn:active {
  transform: scale(.96);
}
.icon-btn-cart {
  background: linear-gradient(145deg, #d6336c, #a61e4d);
  color: #fff;
  box-shadow: 0 6px 18px rgba(214, 51, 108, .32);
}
.icon-btn-menu {
  background: #161616;
  color: #fff;
  box-shadow: 0 6px 18px rgba(22, 22, 22, .22);
}
.icon-btn-menu i {
  font-size: 1.25rem;
}
.icon-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  color: #d6336c;
  border: 2px solid #d6336c;
  font-size: .7rem;
  font-weight: 800;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(214, 51, 108, .25);
}
.icon-btn-cart .icon-badge {
  background: #ffd43b;
  color: #161616;
  border-color: #fff;
}

@media (max-width: 991.98px) {
  .icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 1.45rem;
  }
  .icon-badge {
    min-width: 22px;
    height: 22px;
    font-size: .72rem;
  }
}

.mobile-menu .mm-link {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
  color: #161616;
  font-weight: 800;
  text-decoration: none;
}
.mobile-menu .mm-link i {
  width: 1.4rem;
  font-size: 1.15rem;
  color: #d6336c;
}
.mobile-menu .mm-link:hover { background: #fff0f4; }
.mobile-menu .mm-wa i { color: #25d366; }

.wa-float {
  position: fixed;
  left: 1rem;
  bottom: 1.25rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  padding: .75rem 1rem;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .35);
}
.wa-float i { font-size: 1.35rem; }
.wa-float:hover { background: #1ebe57; color: #fff !important; }
@media (max-width: 575.98px) {
  .wa-float span { display: none; }
  .wa-float { width: 54px; height: 54px; justify-content: center; padding: 0; border-radius: 50%; }
}

body.cart-open { overflow: hidden; }
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1080;
  visibility: hidden;
  pointer-events: none;
}
.cart-drawer.is-visible {
  visibility: visible;
  pointer-events: auto;
}
.cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 12, .48);
  opacity: 0;
  transition: opacity .38s ease;
}
.cart-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 400px);
  height: 100%;
  background: #fff;
  box-shadow: 16px 0 48px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  transform: translate3d(-104%, 0, 0);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.cart-drawer.is-open .cart-drawer-panel {
  transform: translate3d(0, 0, 0);
}
.cart-drawer.is-open .cart-drawer-backdrop {
  opacity: 1;
}
.cart-drawer-panel > * {
  opacity: .35;
  transform: translateX(-8px);
  transition: opacity .35s ease .08s, transform .4s cubic-bezier(.22, 1, .36, 1) .08s;
}
.cart-drawer.is-open .cart-drawer-panel > * {
  opacity: 1;
  transform: none;
}
.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.cart-drawer-body {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.cart-drawer-empty {
  margin: auto;
  text-align: center;
  padding: 2rem 1.25rem;
}
.cart-drawer-empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto .75rem;
  border-radius: 50%;
  background: #ffe3ec;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #d6336c;
}
.cart-drawer-list { padding: .75rem; display: grid; gap: .75rem; }
.cart-drawer-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .75rem;
  padding: .75rem;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  background: #faf7f5;
}
.cart-drawer-thumb img {
  width: 72px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
  background: #efe7ea;
}
.cart-drawer-name {
  display: block;
  font-size: .88rem;
  font-weight: 800;
  color: #161616;
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: .2rem;
}
.cart-drawer-var,
.cart-drawer-price { font-size: .82rem; font-weight: 700; color: #6b6170; }
.cart-drawer-price { color: #d6336c; margin-top: .2rem; font-weight: 800; }
.cart-drawer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .55rem;
}
.qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.qty-ctrl button {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  font-weight: 800;
}
.qty-ctrl input {
  width: 36px;
  border: 0;
  text-align: center;
  font-weight: 800;
  font-size: .85rem;
}
.cart-remove {
  border: 0;
  background: transparent;
  color: #d6336c;
  font-weight: 800;
  font-size: .82rem;
}
.cart-drawer-footer {
  margin-top: auto;
  padding: 1rem 1.1rem 1.25rem;
  border-top: 1px solid rgba(0,0,0,.06);
  background: #fff;
}

@media (max-width: 991.98px) {
  .pdp-gallery { position: static; scroll-margin-top: 5.5rem; }
}

/* Content pages: about / contact / FAQ */
.page-hero {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(214, 51, 108, .12), transparent 55%),
    linear-gradient(180deg, #fff5f8 0%, #fff 100%);
  border-bottom: 1px solid rgba(214, 51, 108, .1);
  padding: 2.5rem 0 2rem;
}
.page-eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d6336c;
  margin-bottom: .5rem;
}
.page-title {
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin-bottom: .75rem;
  color: #161616;
}
.page-lead {
  max-width: 42rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #868e96;
  margin: 0;
  line-height: 1.55;
}
.content-wide { max-width: 1100px; }
.content-panel { padding: 1.35rem 1.4rem; }
.content-h2 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  color: #161616;
}
.content-panel p {
  font-weight: 600;
  color: #495057;
  line-height: 1.65;
  margin-bottom: .9rem;
}
.small-muted {
  font-size: .9rem;
  font-weight: 600;
  color: #868e96;
  line-height: 1.5;
}
.info-tile {
  height: 100%;
  padding: 1rem;
  border-radius: 14px;
  background: #fff8fa;
  border: 1px solid rgba(214, 51, 108, .1);
}
.info-tile-icon {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffe3ec;
  color: #d6336c;
  margin-bottom: .65rem;
  font-size: 1rem;
}
.info-tile h3 {
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: .35rem;
}
.info-tile p {
  font-size: .86rem;
  margin-bottom: 0;
  color: #868e96;
}
.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.steps-list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .35rem .85rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  counter-increment: step;
}
.steps-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.steps-list li::before {
  content: counter(step);
  grid-row: 1 / span 2;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #d6336c;
  color: #fff;
  font-weight: 800;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
}
.steps-list strong {
  font-weight: 800;
  color: #161616;
  font-size: .95rem;
}
.steps-list span {
  grid-column: 2;
  font-size: .88rem;
  font-weight: 600;
  color: #868e96;
  line-height: 1.45;
}
.check-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.check-list li {
  position: relative;
  padding: .45rem 0 .45rem 1.6rem;
  font-weight: 700;
  color: #495057;
  border-bottom: 1px dashed rgba(0,0,0,.06);
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d6336c;
  font-weight: 800;
}
.meta-dl { margin: 0; }
.meta-dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.meta-dl > div:last-child { border-bottom: 0; }
.meta-dl dt {
  margin: 0;
  font-weight: 700;
  color: #868e96;
  font-size: .88rem;
}
.meta-dl dd {
  margin: 0;
  font-weight: 800;
  color: #161616;
  font-size: .88rem;
  text-align: right;
}
.sticky-aside {
  position: sticky;
  top: 5.5rem;
}
.infinite-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.5rem 0 .5rem;
  color: #868e96;
  font-weight: 700;
  font-size: .9rem;
}
.infinite-status[hidden],
.infinite-end[hidden] { display: none !important; }
.infinite-spinner {
  width: 1.15rem;
  height: 1.15rem;
  border: 2.5px solid #ffc9d9;
  border-top-color: #d6336c;
  border-radius: 50%;
  animation: infiniteSpin .7s linear infinite;
}
@keyframes infiniteSpin {
  to { transform: rotate(360deg); }
}
[data-infinite-sentinel] {
  height: 1px;
  width: 100%;
  pointer-events: none;
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  height: 100%;
  padding: 1.15rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 8px 24px rgba(0,0,0,.03);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
a.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 51, 108, .25);
  box-shadow: 0 12px 28px rgba(214, 51, 108, .1);
  color: inherit;
}
.contact-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff0f6, #ffe3ec);
  color: #d6336c;
  font-size: 1.15rem;
  margin-bottom: .55rem;
}
.contact-card strong {
  font-weight: 800;
  font-size: .98rem;
  color: #161616;
}
.contact-card > span {
  font-weight: 800;
  color: #d6336c;
  font-size: .95rem;
}
.contact-card em {
  font-style: normal;
  font-size: .8rem;
  font-weight: 600;
  color: #868e96;
  margin-top: .15rem;
}
.bullet-rich {
  margin: 0;
  padding-left: 1.15rem;
}
.bullet-rich li {
  font-weight: 600;
  color: #495057;
  line-height: 1.55;
  margin-bottom: .65rem;
}
.bullet-rich li::marker { color: #d6336c; }
.faq-stat {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 1rem .9rem;
  text-align: center;
  height: 100%;
}
.faq-stat i {
  display: block;
  color: #d6336c;
  font-size: 1.2rem;
  margin-bottom: .35rem;
}
.faq-stat strong {
  display: block;
  font-weight: 800;
  font-size: 1.05rem;
  color: #161616;
  letter-spacing: -.02em;
}
.faq-stat span {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #868e96;
  margin-top: .15rem;
}
.faq-section-label {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d6336c;
  margin-bottom: .75rem;
}
.faq-accordion .accordion-item {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: .65rem;
  background: #fff;
}
.faq-accordion .accordion-button {
  font-weight: 800;
  color: #161616;
  background: #fff;
  box-shadow: none !important;
  padding: 1rem 1.1rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #fff5f8;
  color: #d6336c;
}
.faq-accordion .accordion-button::after {
  filter: none;
}
.faq-accordion .accordion-body {
  font-weight: 600;
  color: #495057;
  line-height: 1.6;
  padding: 0 1.1rem 1.1rem;
}
.faq-accordion .accordion-body p { margin-bottom: .65rem; }
.faq-accordion .accordion-body ul {
  margin: 0 0 .65rem;
  padding-left: 1.15rem;
}
.faq-accordion .accordion-body li { margin-bottom: .3rem; }
.toc-list {
  display: grid;
  gap: .35rem;
}
.toc-list a {
  display: block;
  padding: .55rem .75rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: .9rem;
  color: #495057;
  text-decoration: none;
  background: #f8f9fa;
}
.toc-list a:hover {
  background: #fff0f6;
  color: #d6336c;
}

@media (max-width: 991.98px) {
  .sticky-aside { position: static; }
}

/* Page transition — brand veil (no white flash) */
.page-veil {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}
.page-veil.is-cover,
.page-veil.is-reveal {
  pointer-events: all;
  visibility: visible;
}
.page-veil-panel {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 20% 10%, rgba(255, 255, 255, .18), transparent 50%),
    linear-gradient(145deg, #e64980 0%, #d6336c 45%, #a61e4d 100%);
  transform: translateY(102%);
  transition: transform .38s cubic-bezier(.22, 1, .36, 1);
}
.page-veil.is-cover .page-veil-panel {
  transform: translateY(0);
}
.page-veil.is-reveal .page-veil-panel {
  transform: translateY(-102%);
  transition-duration: .42s;
}
.page-veil-mark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  letter-spacing: -.04em;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .28s ease;
}
.page-veil.is-cover .page-veil-mark {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .12s;
}
.page-veil.is-reveal .page-veil-mark {
  opacity: 0;
  transition-duration: .15s;
  transition-delay: 0s;
}

/* Size chart link + modal */
.color-tip {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  padding: .65rem .8rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #ebfbee, #d3f9d8);
  border: 1px solid rgba(37, 180, 80, .28);
  color: #2b8a3e;
}
.color-tip > i {
  color: #2f9e44;
  font-size: 1.05rem;
  margin-top: .05rem;
  flex: 0 0 auto;
}
.color-tip p {
  margin: 0;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2b8a3e;
}
.color-tip strong {
  color: #087f5b;
  font-weight: 800;
}

.size-tip {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .7rem .85rem;
  border-radius: 12px;
  background: #fff8fa;
  border: 1px solid rgba(214, 51, 108, .16);
  color: #495057;
}
.size-tip > i {
  color: #d6336c;
  font-size: 1rem;
  margin-top: .1rem;
  flex: 0 0 auto;
}
.size-tip p {
  margin: 0;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.45;
}
.size-tip a {
  color: #d6336c;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.szc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .75rem;
  text-align: left;
  border: 1.5px solid rgba(214, 51, 108, .35);
  background: linear-gradient(135deg, #fff0f6, #ffe3ec);
  color: #161616;
  border-radius: 14px;
  padding: .8rem .9rem;
  box-shadow: 0 6px 18px rgba(214, 51, 108, .12);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.szc-btn:active {
  transform: scale(.985);
}
.szc-btn-icon {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d6336c;
  color: #fff;
  font-size: 1.2rem;
}
.szc-btn-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.szc-btn-text strong {
  font-weight: 800;
  font-size: .98rem;
  color: #d6336c;
  line-height: 1.2;
}
.szc-btn-text small {
  font-size: .75rem;
  font-weight: 700;
  color: #868e96;
  line-height: 1.3;
}
.szc-btn-arrow {
  color: #d6336c;
  font-size: 1.1rem;
  flex: 0 0 auto;
}
.szc-link {
  border: 0;
  background: transparent;
  color: #d6336c;
  font-weight: 800;
  font-size: .82rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

/* Size chart — Bootstrap modal skin (above page-veil 9999) */
#sizeChartModal {
  z-index: 11000;
}
body.modal-open .modal-backdrop {
  z-index: 10990;
}
.szc-dialog {
  margin: .75rem;
  max-width: min(640px, calc(100% - 1.5rem));
}
.szc-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(214, 51, 108, .22);
}
.szc-modal-head {
  background: linear-gradient(180deg, #fff5f8 0%, #fff 80%);
  border-bottom: 1px solid rgba(214, 51, 108, .12);
  align-items: flex-start;
  padding: 1rem 1.1rem .85rem;
}
.szc-title {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 .25rem;
  color: #161616;
}
.szc-sub {
  margin: 0;
  font-size: .78rem;
  font-weight: 600;
  color: #868e96;
  line-height: 1.4;
  max-width: 36rem;
  padding-right: .5rem;
}
.szc-modal-tabs {
  background: #fff;
  border-bottom: 1px solid rgba(214, 51, 108, .08);
}
.szc-pills {
  gap: .35rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: .65rem;
}
.szc-pills .nav-link {
  border: 1px solid rgba(214, 51, 108, .2);
  background: #fff;
  color: #d6336c;
  font-weight: 800;
  font-size: .84rem;
  padding: .5rem .95rem;
  border-radius: 999px;
  white-space: nowrap;
}
.szc-pills .nav-link.active {
  background: #d6336c;
  border-color: #d6336c;
  color: #fff;
  box-shadow: 0 6px 16px rgba(214, 51, 108, .28);
}
.szc-modal-body {
  padding: 1rem 1.1rem 1.25rem;
  max-height: min(70vh, 640px);
}
.szc-table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(214, 51, 108, .14);
  border-radius: 14px;
  background: #fff;
  max-height: min(52vh, 480px);
}
.szc-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 520px;
}
.szc-table th,
.szc-table td {
  text-align: center;
  padding: .7rem .4rem;
  font-weight: 700;
  font-size: .88rem;
  border-bottom: 1px solid rgba(214, 51, 108, .08);
}
.szc-table tbody tr:last-child th,
.szc-table tbody tr:last-child td { border-bottom: 0; }
.szc-table tbody tr:nth-child(even) {
  background: #fff8fa;
}
.szc-table thead th {
  font-size: .68rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #e64980, #d6336c);
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 0;
  padding: .75rem .4rem;
}
.szc-table thead th:first-child { border-radius: 13px 0 0 0; }
.szc-table thead th:last-child { border-radius: 0 13px 0 0; }
.szc-table tbody th {
  text-align: left;
  font-weight: 800;
  color: #d6336c;
  padding-left: .75rem;
  background: #fff0f6;
}
.szc-table tbody tr:nth-child(even) th {
  background: #ffe3ec;
}
.szc-note {
  margin-top: .9rem;
  background: linear-gradient(135deg, #fff0f6, #ffe3ec);
  border: 1px solid rgba(214, 51, 108, .12);
  border-radius: 12px;
  padding: .85rem .95rem;
  font-size: .84rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.45;
}
.szc-howto {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: start;
}
.szc-howto-art {
  border-radius: 16px;
  overflow: hidden;
  background: #fff0f6;
  border: 1px solid rgba(214, 51, 108, .12);
}
.szc-howto-art img {
  display: block;
  width: 100%;
  height: auto;
}
.szc-howto-list {
  margin: 0;
  padding-left: 1.1rem;
}
.szc-howto-list li {
  font-weight: 600;
  color: #495057;
  font-size: .86rem;
  line-height: 1.45;
  margin-bottom: .65rem;
}
.szc-howto-list strong {
  color: #d6336c;
  font-weight: 800;
  letter-spacing: .02em;
}

.related-block .product-card h3 {
  font-size: .82rem;
  min-height: 2.4em;
}

@media (min-width: 768px) {
  .szc-title { font-size: 1.35rem; }
  .szc-sub { font-size: .82rem; }
  .szc-howto { grid-template-columns: 140px 1fr; gap: 1.1rem; }
  .szc-modal-body { padding: 1.1rem 1.25rem 1.35rem; }
}

@media (max-width: 575.98px) {
  .szc-dialog {
    margin: .5rem;
    max-width: calc(100% - 1rem);
  }
  .szc-howto { grid-template-columns: 1fr; }
  .szc-howto-art { max-width: 140px; }
  .szc-modal-body { max-height: min(75vh, 620px); }
}

/* Checkout */
.checkout-panel { position: relative; padding-top: 1.4rem; }
.checkout-step {
  position: absolute;
  top: -.7rem;
  left: 1rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: #d6336c;
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(214, 51, 108, .28);
}
.pay-options {
  display: grid;
  gap: .75rem;
}
.pay-card input { position: absolute; opacity: 0; pointer-events: none; }
.pay-card { cursor: pointer; display: block; }
.pay-card-inner {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1.5px solid rgba(0,0,0,.1);
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.pay-card-inner strong {
  display: block;
  font-weight: 800;
  font-size: .98rem;
}
.pay-card-inner small {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: #868e96;
  margin-top: .15rem;
}
.pay-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff0f6;
  color: #d6336c;
  font-size: 1.2rem;
  flex: 0 0 auto;
}
.pay-card input:checked + .pay-card-inner {
  border-color: #d6336c;
  background: #fff5f8;
  box-shadow: 0 8px 22px rgba(214, 51, 108, .12);
}
.checkout-lines { display: grid; gap: .75rem; }
.checkout-line {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: flex-start;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.checkout-line:last-child { border-bottom: 0; padding-bottom: 0; }
.checkout-summary { box-shadow: 0 12px 30px rgba(214, 51, 108, .08); }

/* Nav search */
.nav-search {
  position: relative;
  flex: 1 1 auto;
  max-width: 260px;
}
.nav-search i {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #868e96;
  font-size: .9rem;
  pointer-events: none;
}
.nav-search input {
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  padding: .45rem .9rem .45rem 2.1rem;
  font-weight: 700;
  font-size: .88rem;
  background: #fff;
}
.nav-search input:focus {
  outline: 2px solid rgba(214, 51, 108, .2);
  border-color: #d6336c;
}
.mm-search {
  display: flex;
  gap: .4rem;
  padding: .75rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.mm-search input {
  flex: 1;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 10px;
  padding: .55rem .75rem;
  font-weight: 700;
}
.mm-search button {
  border: 0;
  background: #d6336c;
  color: #fff;
  border-radius: 10px;
  width: 2.5rem;
  font-size: 1rem;
}

/* Share + reviews */
.share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
}
.share-label {
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #868e96;
  margin-right: .15rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  color: #161616;
  font-weight: 800;
  font-size: .82rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
}
.share-btn.wa {
  background: #e8f8ef;
  border-color: rgba(37, 211, 102, .35);
  color: #128c7e;
}
.share-btn.copy:hover { border-color: rgba(214, 51, 108, .35); color: #d6336c; }
.review-summary-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  text-decoration: none;
  color: #161616;
  font-weight: 800;
  font-size: .85rem;
}
.stars { color: #f59f00; letter-spacing: .02em; }
.stars .bi-star { color: #dee2e6; }
.review-avg-pill {
  background: #fff0f6;
  border-radius: 999px;
  padding: .45rem .85rem;
  font-weight: 800;
  font-size: .88rem;
}
.review-avg-pill strong { color: #d6336c; }
.rating-pick {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.rating-pick label {
  cursor: pointer;
}
.rating-pick input { display: none; }
.rating-pick span {
  display: inline-flex;
  padding: .4rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  font-weight: 800;
  font-size: .85rem;
  background: #fff;
}
.rating-pick input:checked + span {
  background: #d6336c;
  border-color: #d6336c;
  color: #fff;
}
.review-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 1rem 1.05rem;
  margin-bottom: .75rem;
}
.review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-bottom: .45rem;
}
.review-card p {
  margin: 0 0 .45rem;
  font-weight: 600;
  color: #495057;
  line-height: 1.5;
}
.review-card time {
  font-size: .78rem;
  font-weight: 700;
  color: #868e96;
}
