/* =========================================================
   SWAROVSKI CLONE — Global Styles
   Header design matches reference screenshot:
   - Transparent header over dark hero
   - White utility bar (Stores / shipping / Club-Login-Wishlist)
   - Big centered serif SWAROVSKI wordmark
   - Nav links spread left, Search + Bag icons on the right
   ========================================================= */

/* ---------- RESET & BASE ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

/* Ensure the hidden attribute always wins over display rules on classes */
[hidden] { display: none !important; }

html, body { margin: 0; padding: 0; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  background: #f3efe9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper{z-index: 0;}
a {
  text-decoration: none;
  color: inherit;
}

img { display: block; max-width: 100%; }

button { font-family: inherit; }

/* =========================================================
   TOP UTILITY BAR
   Sits at the very top, transparent, white text over hero
   ========================================================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1060;
  background: transparent;
  padding: 10px 0;
  font-size: 12px;
  color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s ease,
              background-color 0.4s ease;
}

.top-bar .container-fluid { padding-left: 32px; padding-right: 32px; }
.header_box:hover *,
body.page-cart .header_box *,
body.page-product .header_box *,
body.page-wishlist .header_box *,
body.page-auth .header_box * {
    color: #000 !important;
}
body.page-cart .header_box .brand-logo,
body.page-cart .header_box .top-link,
body.page-cart .header_box .top-center,
body.page-cart .header_box .primary-nav a,
body.page-cart .header_box .header-icons,
body.page-cart .header_box .nav-toggler,
body.page-product .header_box .brand-logo,
body.page-product .header_box .top-link,
body.page-product .header_box .top-center,
body.page-product .header_box .primary-nav a,
body.page-product .header_box .header-icons,
body.page-product .header_box .nav-toggler,
body.page-wishlist .header_box .brand-logo,
body.page-wishlist .header_box .top-link,
body.page-wishlist .header_box .top-center,
body.page-wishlist .header_box .primary-nav a,
body.page-wishlist .header_box .header-icons,
body.page-wishlist .header_box .nav-toggler,
body.page-auth .header_box .brand-logo,
body.page-auth .header_box .top-link,
body.page-auth .header_box .top-center,
body.page-auth .header_box .primary-nav a,
body.page-auth .header_box .header-icons,
body.page-auth .header_box .nav-toggler { text-shadow: none !important; }

/* Cart, product, wishlist & auth pages: header transparent at top, solid white on scroll / hover / mega-open */
body.page-cart .header_box,
body.page-cart .top-bar,
body.page-cart .site-header:not(.scrolled):not(.mega-open),
body.page-product .header_box,
body.page-product .top-bar,
body.page-product .site-header:not(.scrolled):not(.mega-open),
body.page-wishlist .header_box,
body.page-wishlist .top-bar,
body.page-wishlist .site-header:not(.scrolled):not(.mega-open),
body.page-auth .header_box,
body.page-auth .top-bar,
body.page-auth .site-header:not(.scrolled):not(.mega-open) {
  background: transparent !important;
  box-shadow: none !important;
}

/* On hover (anywhere in header_box) or when mega menu is open → white header */
body.page-cart .header_box:hover .site-header:not(.scrolled),
body.page-cart .site-header.mega-open,
body.page-product .header_box:hover .site-header:not(.scrolled),
body.page-product .site-header.mega-open,
body.page-wishlist .header_box:hover .site-header:not(.scrolled),
body.page-wishlist .site-header.mega-open,
body.page-auth .header_box:hover .site-header:not(.scrolled),
body.page-auth .site-header.mega-open {
  background: #ffffff !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06) !important;
}

/* On scroll, hover, or mega-open: topbar also gets white bg on inner pages */
body.page-cart .header_box:has(.site-header.scrolled) .top-bar,
body.page-cart .header_box:hover .top-bar,
body.page-cart .header_box:has(.site-header.mega-open) .top-bar,
body.page-product .header_box:has(.site-header.scrolled) .top-bar,
body.page-product .header_box:hover .top-bar,
body.page-product .header_box:has(.site-header.mega-open) .top-bar,
body.page-wishlist .header_box:has(.site-header.scrolled) .top-bar,
body.page-wishlist .header_box:hover .top-bar,
body.page-wishlist .header_box:has(.site-header.mega-open) .top-bar,
body.page-auth .header_box:has(.site-header.scrolled) .top-bar,
body.page-auth .header_box:hover .top-bar,
body.page-auth .header_box:has(.site-header.mega-open) .top-bar {
  background: #ffffff !important;
}

.top-link {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.25s ease;
}
.top-link i { font-size: 14px; }
.top-link:hover { opacity: 0.75; color: #ffffff; }

.top-link.wishlist-link { position: relative; }
.wishlist-count {
  background: #1a1a1a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  padding: 3px 5px;
  min-width: 16px;
  position: absolute;
  left: 10px;
  top: -3px;
  text-align: center;
  display: inline-block;
}
.wishlist-link:hover .wishlist-count,
.wishlist-link:focus-visible .wishlist-count,
.header_box:hover .wishlist-count,
.site-header.scrolled .wishlist-link:hover .wishlist-count,
.site-header.scrolled .header_box:hover .wishlist-count,
.header_box:hover .site-header.scrolled .wishlist-count,
body.page-cart .wishlist-count,
body.page-product .wishlist-count,
body.page-wishlist .wishlist-count,
body.page-auth .wishlist-count { color: #ffffff !important; }
.wishlist-count.is-empty { display: none; }

/* ---------- Logged-in account menu (hover dropdown) ---------- */
.acct-menu { position: relative; display: inline-flex; }
.acct-menu-trigger { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.acct-menu-name {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}
.acct-menu-caret { font-size: 10px !important; transition: transform .2s ease; }
.acct-menu:hover .acct-menu-caret { transform: rotate(180deg); }

.acct-menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #ece8e2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 4px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  z-index: 1200;
}
.acct-menu:hover .acct-menu-dropdown,
.acct-menu:focus-within .acct-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .18s ease, transform .18s ease, visibility 0s;
}
.acct-menu-dropdown::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }

.acct-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 12px 18px;
  font-size: 13.5px;
  letter-spacing: 0.2px;
  color: #1a1a1a !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.acct-menu-item + .acct-menu-item { border-top: 1px solid #f0ece6; }
.acct-menu-item:hover { background: #faf8f5; color: #c8102e !important; }
.acct-menu-item i { font-size: 15px; }

.top-center {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.top-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.top-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  animation: topMarquee 28s linear infinite;
  will-change: transform;
}
.top-marquee-item {
  display: inline-block;
  white-space: nowrap;
}
.top-marquee:hover .top-marquee-track { animation-play-state: paused; }

@keyframes topMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.top-bar.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* =========================================================
   MAIN HEADER
   Position fixed under the utility bar. Transparent at top.
   ========================================================= */
.site-header {
  position: fixed;
  top: 38px;                /* sits directly under the top utility bar */
  left: 0;
  right: 0;
  z-index: 1050;
  background: transparent;
  padding: 14px 0 18px;
  /* transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              background-color 0.5s ease,
              box-shadow 0.5s ease; */
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 0 32px;
  row-gap: 18px;
}

/* Wrapper around nav + mega-menu + icons — made transparent so its
   children participate directly in the parent grid layout */
.header_inner_div { display: contents; }

/* ---------- BRAND LOGO (big, centered) ---------- */
.brand-logo {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  font-weight: 400;
  font-size: 135px;
  letter-spacing: 8px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
  transition: font-size 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              letter-spacing 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.45s ease,
              text-shadow 0.45s ease;
}

/* ---------- PRIMARY NAV (links spread left) ---------- */
.primary-nav {
  grid-column: 2;
  grid-row: 2;
  display: flex;
   justify-content: center;
  align-items: center;
  gap: 44px;
  padding-right: 0px;         /* leave room for the right-side icons */
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-nav a {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding: 4px 0;
  white-space: nowrap;
  transition: opacity 0.25s ease, color 0.35s ease;
}
.primary-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
}
.primary-nav a:hover { opacity: 0.85; }
.primary-nav a:hover::after { width: 100%; left: 0; }

/* ---------- RIGHT-SIDE ICONS (Search + Bag) ---------- */
.header-icons {
  grid-column: 3;
  grid-row: 2;
  justify-self: start;
  align-self: center;
  margin-left: 45px;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 20px;
  color: #ffffff;
  transition: color 0.4s ease;
}
.header-icons a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.25s ease;
}
.header-icons a:hover { opacity: 0.8; }

.bag-wrap { position: relative; }
.bag-count {
  position: absolute;
  bottom: 12px;
  right: -14px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  padding: 3px 5px;
  min-width: 16px;
  text-align: center;
}
.bag-wrap:hover .bag-count,
.bag-wrap:focus-visible .bag-count,
.header_box:hover .bag-count,
.site-header.scrolled .bag-wrap:hover .bag-count,
.site-header.scrolled .header_box:hover .bag-count,
.header_box:hover .site-header.scrolled .bag-count,
body.page-cart .bag-count,
body.page-product .bag-count,
body.page-wishlist .bag-count,
body.page-auth .bag-count { color: #ffffff !important; }

/* ---------- MOBILE TOGGLER ---------- */
.nav-toggler {
  position: absolute;
  left: 16px;
  top: -10px;
  background: none;
  border: 0;
  font-size: 26px;
  color: #fff;
  padding: 4px 8px;
  z-index: 2;
}

/* =========================================================
   SCROLLED STATE
   - utility bar slides up
   - header becomes solid white
   - logo shrinks & moves left
   - nav reflows inline next to logo
   - colors invert to dark
   ========================================================= */
.site-header.scrolled {
  top: 0;
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.site-header.scrolled .header-inner {
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  row-gap: 0;
  align-items: center;
  min-height: 52px;
}
.site-header.scrolled .brand-logo {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  font-size: 22px;
  letter-spacing: 3px;
  color: #1a1a1a;
  text-shadow: none;
}
/* On mobile/tablet, center the logo in the scrolled header */
@media (max-width: 991px) {
  .site-header.scrolled .header-inner {
    grid-template-columns: auto 1fr auto;
  }
  .site-header.scrolled .brand-logo {
    grid-column: 2;
    justify-self: center;
    padding-left: 100px;
  }
}
.site-header.scrolled .primary-nav {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  gap: 30px;
  padding-right: 0;
}
.site-header.scrolled .primary-nav a {
  color: #1a1a1a;
  font-size: 14px;
}
.site-header.scrolled .header-icons {
  position: static;
  grid-column: 3;
  grid-row: 1;
  color: #1a1a1a;
  font-size: 18px;
}
.site-header.scrolled .bag-count,
.site-header.scrolled .bag-wrap:hover .bag-count,
.site-header.scrolled .wishlist-count,
.site-header.scrolled .wishlist-link:hover .wishlist-count {
  background: #1a1a1a;
  color: #ffffff;
}
.site-header.scrolled .nav-toggler { color: #1a1a1a; top: 0px; }

/* Top-bar text turns dark if it ever needs to be shown on light bg */
.top-bar.on-light,
.top-bar.on-light .top-link,
.top-bar.on-light .top-center { color: #1a1a1a; }

/* Variant: header sits on a light background (no hero) */
.site-header.header-solid {
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}
.site-header.header-solid .brand-logo,
.site-header.header-solid .primary-nav a,
.site-header.header-solid .header-icons,
.site-header.header-solid .nav-toggler { color: #1a1a1a; text-shadow: none; }

/* =========================================================
   HERO — dark green bokeh backdrop visible behind header
   ========================================================= */
.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;        /* deep green fallback */
}
.hero-img,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-panel { display: none !important; -webkit-appearance: none; }
.hero::after {                  /* subtle gradient for header legibility */
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
              rgba(0, 0, 0, 0.30) 0%,
              rgba(0, 0, 0, 0.05) 40%,
              rgba(0, 0, 0, 0.00) 70%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 0;
  padding-top: 0px;           /* clear the fixed header */
  color: #ffffff;
}
.hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 32px;
  color: #ffffff;
}
.hero-buttons .btn {
  padding: 14px 36px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
h1.hero-title.reveal.visible {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
/* =========================================================
   SECTIONS
   ========================================================= */
.intro-section,
.category-section,
.fantasy-section { padding: 90px 0; }
.intro-section    { background: #f3efe9; }
.category-section { background: #ffffff; }
.bestsellers-section,
.new-section { background: #f0eee4; }
.fantasy-section  { background: #f3efe9; }

.section-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  margin-bottom: 24px;
}
.section-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: #444;
}

/* ---------- CATEGORY CARDS ---------- */
.cat-card { display: block; }
.cat-card-img {
  display: block;
  overflow: hidden;
}
.cat-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.cat-card-img:hover img { transform: scale(1.05); }
.cat-card p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

/* ---------- PRODUCT CARDS ---------- */
.product-card {
  display: block;
  background: #fff;
  text-align: center;
  padding: 16px 12px 20px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-card:hover {
  color: inherit;
}
.product-card-img {
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  background: #f7f5f1;
}
.product-card-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover .product-card-img img { transform: scale(1.08); }
.badge-new {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #6b6b6b;
  margin-bottom: 0px;
}
.product-body h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0;
  color: #1a1a1a;
  line-height: 1.35;
}
.product-body small {
  display: block;
  color: #777;
  font-size: 13px;
  margin-top: 4px;
}
.product-body .price {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #1a1a1a;
}

/* ---------- PRODUCT CAROUSELS (Bestsellers, New In) ---------- */
.bestsellers-wrap,
.new-wrap { position: relative; }
.bestsellers-swiper,
.new-swiper { overflow: hidden; }
.bestsellers-swiper .swiper-slide,
.new-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
}
.bestsellers-swiper .swiper-slide .product-card,
.new-swiper .swiper-slide .product-card {
  flex: 1;
  padding-bottom: 8px;
}

/* ---------- BESTSELLERS NAV ARROWS ---------- */
.bs-nav {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  color: #1a1a1a;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.25s ease, transform 0.25s ease,
              background 0.2s ease, color 0.2s ease;
}
.bs-nav i { line-height: 1; }
.bs-prev { left: 6px; }
.bs-next { right: 6px; }
.bs-nav:hover,
.bs-nav:focus-visible {
  background: #1a1a1a;
  color: #fff;
  outline: none;
}
.bs-nav.bs-nav-disabled {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.85);
}
@media (min-width: 768px) {
  .bs-nav { width: 44px; height: 44px; font-size: 18px; }
  .bs-prev { left: 10px; }
  .bs-next { right: 10px; }
}

/* =========================================================
   CATEGORY (PLP) PAGE
   ========================================================= */
.page-category { padding-top: 0; }

/* Hero banner */
.category-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 260px 0 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #efe9df 0%, #f6f1ea 100%);
}
.category-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.category-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.category-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0) 75%);
}
.category-hero-inner {
  position: relative;
  z-index: 1;
}
.category-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #1a1a1a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.category-breadcrumb a { color: #1a1a1a; }
.category-breadcrumb a:hover { text-decoration: underline; }
.category-breadcrumb .sep { color: #888; }
.category-breadcrumb .current { color: #1a1a1a; font-weight: 500; }
.category-hero-title {
  font-weight: 500;
  font-size: 52px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1;
}
.category-hero-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.55;
  max-width: 540px;
  margin: 0;
}

/* Toolbar */
.category-toolbar-section { background: #f3efe9; padding: 28px 0 8px; }
.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.category-results {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  margin: 0;
}
.category-toolbar-actions {
  display: flex;
  gap: 12px;
}
.cat-toolbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e4e0da;
  color: #1a1a1a;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.cat-toolbar-btn:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.cat-toolbar-btn::after { display: none; }
.cat-sort-menu {
  border: 1px solid #e4e0da;
  border-radius: 4px;
  padding: 6px 0;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  min-width: 220px;
}
.cat-sort-menu .dropdown-item {
  font-size: 13px;
  padding: 8px 16px;
  color: #1a1a1a;
}
.cat-sort-menu .dropdown-item:hover,
.cat-sort-menu .dropdown-item:focus { background: #f7f5f1; }

/* Product grid */
.category-grid-section { background: #f3efe9; padding: 16px 0 60px; }
.category-grid .cat-product {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.category-grid .cat-product .product-card { padding-bottom: 8px; }
.category-grid .cat-product .quick-add-btn { margin-top: auto; }

.cat-empty {
  text-align: center;
  padding: 60px 16px;
}
.cat-empty-msg {
  font-size: 14px;
  color: #777;
  margin: 0;
  letter-spacing: 0.3px;
}

.category-loadmore {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.cat-loadmore-btn {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 12px 36px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.cat-loadmore-btn:hover { background: #1a1a1a; color: #fff; }

/* Filters offcanvas */
.category-filters {
  width: 380px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.cf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px 16px;
  border-bottom: 1px solid #e4e0da;
}
.cf-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}
.cf-close {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #1a1a1a;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cf-body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 24px 20px;
}
.cf-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e4e0da;
  background: transparent;
}
.cf-accordion .accordion-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.cf-accordion .accordion-button:not(.collapsed) { color: #1a1a1a; background: transparent; }
.cf-accordion .accordion-button:focus { box-shadow: none; }
.cf-accordion .accordion-body { padding: 0 0 16px; }
.cf-accordion .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 13px;
  color: #1a1a1a;
  cursor: pointer;
}
.cf-accordion .form-check-input {
  margin-top: 0;
  margin-left: 0;
  flex-shrink: 0;
  border-radius: 0;
  border-color: #b6b1a9;
  cursor: pointer;
}
.cf-accordion .form-check-input:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.cf-footer {
  padding: 16px 24px 22px;
  border-top: 1px solid #e4e0da;
  display: flex;
  gap: 10px;
}
.cf-clear,
.cf-apply {
  flex: 1;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.cf-clear {
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.cf-clear:hover { background: #1a1a1a; color: #fff; }
.cf-apply {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.cf-apply:hover { background: #000; }

@media (max-width: 991px) {
  .category-hero { padding: 120px 0 32px; min-height: 320px; }
  .category-hero-title { font-size: 38px; }
  .category-hero-text { font-size: 13px; }
}
@media (max-width: 575px) {
  .category-hero { padding: 100px 16px 24px; min-height: 280px; }
  .category-hero-title { font-size: 30px; }
  .category-hero-media::after {
    background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
  }
  .category-toolbar { justify-content: space-between; }
  .cat-toolbar-btn { padding: 8px 14px; font-size: 12px; }
  .category-filters { width: 100%; }
  .cf-header, .cf-body, .cf-footer { padding-left: 18px; padding-right: 18px; }
}

/* =========================================================
   PRODUCT DETAIL PAGE (PDP)
   ========================================================= */
.pdp-section {
  background: #f3efe9;
  padding: 260px 0 60px;
}
.pdp-breadcrumb {
  font-size: 12px;
  color: #1a1a1a;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pdp-breadcrumb a { color: #1a1a1a; }
.pdp-breadcrumb a:hover { text-decoration: underline; }
.pdp-breadcrumb .sep { color: #888; }
.pdp-breadcrumb .current { color: #1a1a1a; font-weight: 500; }

/* Gallery */
.pdp-tile {
  background: #ffffff;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.pdp-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.pdp-tile:hover img { transform: scale(1.04); }

/* Video tile */
.pdp-tile-video { background: #f0eae0; }
.pdp-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdp-video::-webkit-media-controls,
.pdp-video::-webkit-media-controls-enclosure,
.pdp-video::-webkit-media-controls-panel { display: none !important; -webkit-appearance: none; }
.pdp-video-toggle {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  backdrop-filter: blur(2px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.pdp-video-toggle:hover { background: #ffffff; transform: scale(1.05); }
.pdp-video-toggle .pdp-video-play { display: none; }
.pdp-video-toggle.is-paused .pdp-video-pause { display: none; }
.pdp-video-toggle.is-paused .pdp-video-play { display: inline-block; }

/* Info column */
.pdp-info {
  background: #ffffff;
  padding: 28px 28px 30px;
  position: sticky;
  top: 110px;
}
.pdp-wishlist {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
}

.pdp-wishlist .bi-heart-fill { display: none; }
.pdp-wishlist.is-active { border-color: #c8102e; }
.pdp-wishlist.is-active .bi-heart { display: none; }
.pdp-wishlist.is-active .bi-heart-fill { display: inline-block; color: #c8102e; }
.pdp-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #c87b00;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pdp-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  line-height: 1.3;
}
.pdp-subtitle {
  font-size: 13px;
  color: #555;
  margin: 0 0 16px;
}
.pdp-price-block { margin-bottom: 22px; }
.pdp-price {
  font-size: 18px;
  font-weight: 700;
  color: #c8102e;
  margin: 0 0 4px;
}
.pdp-price-decimals { font-size: 14px; font-weight: 500; }
.pdp-price-note {
  font-size: 12px;
  color: #777;
  margin: 0 0 8px;
}
.pdp-size-guide {
  font-size: 13px;
  color: #1a1a1a;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pdp-size-guide:hover { color: #1a1a1a; opacity: 0.7; }

.pdp-section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.pdp-delivery { margin-bottom: 20px; }
.pdp-delivery-option {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border: 1px solid #d8d4ce;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pdp-delivery-option.is-active {
  border-color: #1a1a1a;
  background: #fafafa;
}
.pdp-delivery-option input[type="radio"] {
  margin: 0;
  accent-color: #1a1a1a;
}
.pdp-delivery-ic {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1a1a1a;
}
.pdp-delivery-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}
.pdp-delivery-text small {
  display: block;
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}
.pdp-delivery-text small a { color: #1a1a1a; text-decoration: underline; }
.pdp-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ea15c;
  margin-right: 4px;
  vertical-align: middle;
}

.pdp-qty-block { margin-bottom: 16px; }
.pdp-qty-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.pdp-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d4ce;
  background: #fff;
}
.pdp-qty-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 16px;
  color: #1a1a1a;
  cursor: pointer;
  line-height: 1;
}
.pdp-qty-btn:hover { background: #f7f5f1; }
.pdp-qty-input {
  width: 50px;
  height: 42px;
  border: 0;
  border-left: 1px solid #d8d4ce;
  border-right: 1px solid #d8d4ce;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  pointer-events: none;
}

.pdp-add-bag,
.pdp-checkout-btn,
.pdp-continue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.pdp-add-bag,
.pdp-checkout-btn {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.pdp-add-bag:hover,
.pdp-checkout-btn:hover { background: #000; color: #fff; }
.pdp-continue-btn {
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.pdp-continue-btn:hover { background: #1a1a1a; color: #fff; }
.pdp-checkout-btn i { font-size: 14px; }
.pdp-shipping-msg {
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
}

/* Accordion */
.pdp-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e4e0da;
}
.pdp-accordion .accordion-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 14px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.pdp-accordion .accordion-button:not(.collapsed) { color: #1a1a1a; background: transparent; }
.pdp-accordion .accordion-button:focus { box-shadow: none; }
.pdp-accordion .accordion-button::after {
  background: none;
  content: '+';
  font-size: 20px;
  font-weight: 300;
  width: auto;
  height: auto;
  transform: none;
  transition: transform 0.25s ease;
  line-height: 1;
}
.pdp-accordion .accordion-button:not(.collapsed)::after { content: '−'; }
.pdp-accordion .accordion-body {
  padding: 0 0 16px;
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}
.pdp-accordion .accordion-body p { margin: 0; }

/* Recommended section */
.pdp-recommended-section {
  background: #f3efe9;
  padding: 40px 0 80px;
}
.pdp-rec-wrap { position: relative; }
.pdp-rec-swiper { overflow: hidden; }
.pdp-rec-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.pdp-rec-prev { left: 6px; }
.pdp-rec-next { right: 6px; }

@media (max-width: 991px) {
  .pdp-section { padding: 100px 0 40px; }
  .pdp-info { position: static; padding: 22px 18px 24px; }
  .pdp-title { font-size: 17px; }
}
@media (max-width: 575px) {
  .pdp-section { padding: 90px 0 30px; }
  .pdp-recommended-section { padding: 24px 0 60px; }
}

/* =========================================================
   CART PAGE
   ========================================================= */
.cart-page-section {
  background: #f3efe9;
  padding: 260px 0 80px;
  min-height: 70vh;
}
.cart-page-title {
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #1a1a1a;
  margin: 0 0 36px;
}

/* Items list */
.cart-items-wrap {
  background: #fff;
  padding: 8px 24px;
}
.cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e4e0da;
}
.cart-item:last-child { border-bottom: 0; }
.cart-item-img {
  width: 130px;
  height: 130px;
  background: #f7f5f1;
  overflow: hidden;
}
.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart-item-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 0.2px;
}
.cart-item-img { display: block; }
.cart-item-name-link { color: inherit; display: inline-block; }
.cart-item-name-link:hover .cart-item-name { text-decoration: underline; }

.mc-item-img { display: block; }
.mc-item-name-link { color: inherit; display: inline-block; }
.mc-item-name-link:hover .mc-item-name { text-decoration: underline; }

.cart-item-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d4ce;
}
.cart-qty button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 15px;
  cursor: pointer;
  color: #1a1a1a;
}
.cart-qty button:hover { background: #f7f5f1; }
.cart-qty input {
  width: 38px;
  height: 34px;
  border: 0;
  border-left: 1px solid #d8d4ce;
  border-right: 1px solid #d8d4ce;
  text-align: center;
  font-size: 13px;
  background: #fff;
  pointer-events: none;
}
.cart-item-remove {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 13px;
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
}
.cart-item-remove:hover { color: #c8102e; }
.cart-item-price {
  text-align: right;
  line-height: 1.45;
}
.cart-item-price .ci-mrp {
  display: block;
  font-size: 12px;
  color: #888;
  text-decoration: line-through;
}
.cart-item-price .ci-price {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.cart-item-price .ci-save {
  display: block;
  font-size: 11px;
  color: #c8102e;
  margin-top: 2px;
}

/* Empty state */
.cart-empty {
  background: #fff;
  text-align: center;
  padding: 60px 24px;
  color: #555;
}
.cart-empty i {
  font-size: 42px;
  color: #1a1a1a;
  display: block;
  margin-bottom: 12px;
}
.cart-empty h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.cart-empty p { font-size: 13px; color: #777; margin: 0 0 18px; }
.cart-empty-cta {
  display: inline-block;
  padding: 12px 28px;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 0;
}
.cart-empty-cta:hover { background: #000; color: #fff; }

/* ---------- WISHLIST PAGE ---------- */
.wl-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.wl-count {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #555;
}
.wl-add-all {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 0;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.wl-add-all:hover { background: #1a1a1a; color: #fff; }

.wl-item-sub {
  font-size: 12px;
  color: #888;
  margin: 0;
  letter-spacing: 0.2px;
}
.wl-item-price {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.wl-item-actions { margin-top: 2px; }
.wl-add-bag {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 11px 24px;
  border-radius: 0;
  cursor: pointer;
  transition: background .2s ease;
}
.wl-add-bag:hover { background: #000; }
.wl-remove {
  position: absolute;
  top: 18px;
  right: 0;
  background: transparent;
  border: 0;
  padding: 6px;
  font-size: 18px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  transition: color .2s ease;
}
.wl-remove:hover { color: #c8102e; }

@media (max-width: 575.98px) {
  .wl-add-bag { width: 100%; }
  .wl-remove { top: 10px; }
}

/* =========================================================
   MY ACCOUNT PAGE
   ========================================================= */
.account-layout { align-items: flex-start; }

/* ----- Sidebar ----- */
.acct-sidebar {
  background: #fff;
  padding: 22px 18px;
  position: sticky;
  top: 130px;
}
.acct-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 6px 18px;
  border-bottom: 1px solid #e4e0da;
  margin-bottom: 14px;
}
.acct-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  flex-shrink: 0;
}
.acct-user-meta { display: flex; flex-direction: column; line-height: 1.3; }
.acct-hello { font-size: 12px; color: #888; }
.acct-name { font-size: 15px; color: #1a1a1a; font-weight: 600; }

.acct-nav { display: flex; flex-direction: column; gap: 4px; }
.acct-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-left: 3px solid transparent;
  padding: 14px 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.acct-nav-item i { font-size: 18px; }
.acct-nav-item:hover { background: #f7f5f1; }
.acct-nav-item.is-active {
    background: #f3efe9;
    border-left-color: #000000;
    color: #000000;
    font-weight: 600;
}
.acct-nav-item.acct-logout { margin-top: 6px; color: #555; }
.acct-nav-item.acct-logout:hover { color: #c8102e; }

/* ----- Orders ----- */
.acct-orders { display: flex; flex-direction: column; gap: 22px; }
.acct-order { background: #fff; padding: 0; }
.acct-order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px dashed #e4e0da;
}
.acct-order-id { display: flex; flex-direction: column; gap: 2px; }
.acct-order-id-label { font-size: 12px; color: #888; }
.acct-order-id strong { font-size: 14px; color: #1a1a1a; font-weight: 600; letter-spacing: 0.3px; }
.acct-order-date { font-size: 13px; color: #555; white-space: nowrap; }

/* Shipment block */
.acct-shipment { padding: 18px 24px; }
.acct-shipment + .acct-shipment { border-top: 8px solid #f3efe9; }
.acct-ship-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.acct-ship-status { display: flex; flex-direction: column; gap: 4px; }
.acct-status { font-size: 18px; font-weight: 700; color: #1a1a1a; letter-spacing: 0.2px; }
.acct-status.is-delivered { color: #1a1a1a; }
.acct-status.is-transit { color: #1a1a1a; }
.acct-ship-on { font-size: 13px; color: #777; }
.acct-ship-tags { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.acct-ship-label {
  font-size: 11px;
  color: #777;
  background: #f3efe9;
  padding: 4px 10px;
  letter-spacing: 0.3px;
  order: -1;
}
.acct-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  letter-spacing: 0.3px;
  border-radius: 2px;
}
.acct-tag-early { color: #1f8f4e; background: #e7f6ed; }

/* Product row inside a shipment */
.acct-product {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #efece7;
}
.acct-product:first-of-type { border-top: 1px solid #efece7; margin-top: 8px; }
.acct-product-img {
  width: 64px;
  height: 64px;
  background: #f7f5f1;
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
.acct-product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.acct-product-info { display: flex; flex-direction: column; gap: 6px; }
.acct-product-name { font-size: 15px; font-weight: 500; color: #1a1a1a; margin: 0; letter-spacing: 0.2px; }
.acct-product-name-link { color: inherit; }
.acct-product-name-link:hover .acct-product-name { text-decoration: underline; }
.acct-product-variant { font-size: 13px; color: #888; }
.acct-product-chevron {
  color: #bbb;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  transition: color .2s ease;
}
.acct-product-chevron:hover { color: #1a1a1a; }

/* Rate your product */
.acct-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  background: #faf8f5;
  border: 1px solid #efece7;
  padding: 10px 16px;
  margin-top: 6px;
}
.acct-rate-label { font-size: 13px; font-weight: 600; color: #1a1a1a; }
.acct-stars { display: inline-flex; gap: 6px; }
.acct-star {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  color: #d3cfc8;
  cursor: pointer;
  transition: color .15s ease, transform .1s ease;
}
.acct-star:hover { transform: scale(1.1); }
.acct-star.is-on,
.acct-star.is-hover { color: #f5b50a; }

.acct-empty { margin-top: 0; }

/* ----- Sidebar: Personal Details group ----- */
.acct-nav-group {
  border-top: 1px solid #e4e0da;
  margin-top: 6px;
  padding-top: 10px;
}
.acct-nav-group-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a847b;
  padding: 6px 14px 8px;
}
.acct-nav-sub {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-left: 3px solid transparent;
  padding: 10px 14px 10px 22px;
  font-size: 13.5px;
  color: #4a4a4a;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.acct-nav-sub:hover { background: #f7f5f1; }
.acct-nav-sub.is-active {
  background: #f3efe9;
    border-left-color: #000000;
    color: #000000;
  font-weight: 600;
}

/* ----- Form panels (Profile / Password) ----- */
.acct-form-card {
  background: #fff;
  padding: 28px 28px 30px;
}
.acct-section-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.acct-section-divider {
  border: 0;
  border-top: 1px solid #e4e0da;
  margin: 0 0 22px;
}
.acct-form { display: flex; flex-direction: column; gap: 16px; max-width: 640px; }
.acct-form .auth-field input,
.acct-form .auth-field select,
.acct-form .auth-field textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e1ddd6;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .2s ease;
}
.acct-form .auth-field textarea { min-height: 70px; resize: vertical; }
.acct-form .auth-field input:focus,
.acct-form .auth-field select:focus,
.acct-form .auth-field textarea:focus { border-color: #1a1a1a; }
.acct-form .auth-field input:disabled { background: #f1efeb; color: #8a847b; }

.acct-radio-row { display: flex; gap: 24px; padding-top: 4px; }
.acct-radio-row label { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #4a4a4a; cursor: pointer; }
.acct-radio-row input { accent-color: #1a1a1a; width: 16px; height: 16px; }

.acct-submit {
  align-self: flex-start;
  min-width: 140px;
  margin-top: 6px;
}
.acct-form-msg { font-size: 13px; color: #1f8f4e; margin: 0; }
.acct-form-msg.is-error { color: #c8102e; }

/* ----- Manage Address ----- */
.acct-add-addr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 12px 20px;
  cursor: pointer;
  transition: background .2s ease;
  margin-bottom: 20px;
}
.acct-add-addr:hover { background: #000; }

.acct-addr-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.acct-addr-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4e0da;
  border-radius: 4px;
  padding: 18px 20px;
}
.acct-addr-card .acct-addr-type {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c8102e;
  margin: 0 0 6px;
}
.acct-addr-card p { font-size: 13.5px; color: #555; margin: 0 0 3px; line-height: 1.5; }
.acct-addr-actions { position: absolute; top: 14px; right: 14px; display: flex; flex-direction: column; gap: 10px; }
.acct-addr-actions button {
  background: transparent;
  border: 0;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  transition: color .2s ease;
}
.acct-addr-actions button:hover { color: #c8102e; }
.acct-empty-note { font-size: 13px; color: #888; }

/* ----- Account responsive ----- */
@media (max-width: 991.98px) {
  .acct-sidebar { position: static; padding: 14px; }
  .acct-nav { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .acct-nav-item {
    flex: 1 1 auto;
    justify-content: center;
    border-left: 0;
    border-bottom: 3px solid transparent;
    border-radius: 4px;
    background: #f7f5f1;
    padding: 12px 14px;
  }
  .acct-nav-item.is-active { border-left: 0; border-bottom-color: #c8102e; }
  .acct-nav-item.acct-logout { margin-top: 0; }
}
@media (max-width: 991.98px) {
  /* Keep the Personal Details group readable when the nav goes horizontal */
  .acct-nav-group { width: 100%; border-top: 0; margin-top: 0; padding-top: 0; }
  .acct-nav-group-title { padding: 4px 6px; }
  .acct-nav-sub {
   display: inline-flex;
        width: 100%;
        border-left: 0;
        border-bottom: 3px solid transparent;
        border-radius: 4px;
        background: #f7f5f1;
        padding: 10px 12px;
        margin-right: 8px;
        margin-bottom: 10px;
  }
  .acct-nav-sub.is-active { border-left: 0; border-bottom-color: #c8102e; }
  .acct-addr-list { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .acct-order-head { padding: 16px; }
  .acct-shipment { padding: 14px 16px; }
  .acct-product { grid-template-columns: 56px 1fr auto; gap: 12px; }
  .acct-product-img { width: 56px; height: 56px; }
  .acct-rate { padding: 10px 12px; }
  .acct-rate-label { font-size: 12px; }
  .acct-star { font-size: 20px; }
  .acct-nav-item span { font-size: 13px; }
  .acct-form-card { padding: 22px 18px 24px; }
}

/* Summary */
.cart-summary {
  background: #fff;
  padding: 28px 28px 30px;
  position: sticky;
  top: 130px;
}
.cart-summary-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #1a1a1a;
  padding: 8px 0;
}
.cart-summary-shipping { color: #1a1a1a; font-weight: 500; }
.cart-summary-divider {
  border: 0;
  border-top: 1px solid #e4e0da;
  margin: 12px 0;
}
.cart-summary-total {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 10px 0 18px;
}

/* Promo */
.cart-promo {
  background: #f3efe9;
  padding: 18px 20px 14px;
  margin-top: 14px;
}
.cart-promo-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.cart-promo-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cart-promo-input {
  flex: 1 1 140px;
  min-width: 0;            /* allow the input to shrink inside the flex row */
  width: 100%;
  height: 42px;
  border: 1px solid #d8d4ce;
  background: #fff;
  padding: 0 12px;
  font-size: 13px;
  outline: none;
}
.cart-promo-input:focus { border-color: #1a1a1a; }
.cart-promo-apply {
  flex: 0 0 auto;         /* keep the button at its content width, never overflow */
  white-space: nowrap;
  height: 42px;
  padding: 0 22px;
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.cart-promo-apply:hover { background: #1a1a1a; color: #fff; }
.cart-promo-msg {
  margin: 8px 0 0;
  font-size: 12px;
  color: #555;
  min-height: 16px;
}
.cart-promo-msg.is-error { color: #c8102e; }

/* Info */
.cart-info { margin-top: 18px; }
.cart-info-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.cart-info-list { margin: 0; padding: 0; }
.cart-info-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #555;
  padding: 8px 0;
}
.cart-info-ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3efe9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 16px;
  flex-shrink: 0;
}

/* Member discount */
.cart-member-row span { color: #1f8f4e; }
.cart-member-row .cart-member-amount { font-weight: 600; }
.cart-member-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1f8f4e;
  background: #e7f6ed;
  border-radius: 2px;
  padding: 2px 7px;
  margin-left: 6px;
  vertical-align: middle;
}
.cart-member-cta {
  margin: 12px 0 0;
  font-size: 12px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cart-member-cta i { color: #c8102e; font-size: 14px; }
.cart-member-cta a { color: #1a1a1a; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.cart-member-cta a:hover { color: #c8102e; }

/* Checkout */
.cart-checkout-btn {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 16px 22px;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cart-checkout-btn:hover { background: #000; color: #fff; }

/* Sign-in-as-member toggle on the login form */
.auth-member-check {
  align-items: flex-start;
  background: #faf8f5;
  border: 1px solid #efece7;
  border-radius: 2px;
  padding: 12px 14px;
  line-height: 1.4;
}
.auth-member-check input { margin-top: 2px; flex-shrink: 0; }
.auth-member-check strong { color: #1a1a1a; }

/* Membership prompt link on the login form */
.auth-member-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #faf8f5;
  border: 1px solid #efece7;
  border-radius: 2px;
  padding: 12px 14px;
  margin: 0;
  font-size: 13px;
  color: #6a6a6a;
  line-height: 1.4;
}
.auth-member-note i { color: #c8102e; font-size: 15px; }
.auth-member-note strong { color: #1a1a1a; }

/* =========================================================
   POLICY / CONTENT PAGE (Return policy, etc.)
   ========================================================= */
.policy-section {
  background: #f3efe9;
  padding: 240px 0 80px;
  min-height: 70vh;
}
.policy-head {  margin: 36px 0px; }
.policy-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #8a847b;
  margin-bottom: 14px;
}
.policy-breadcrumb a { color: #8a847b; }
.policy-breadcrumb a:hover { color: #1a1a1a; }
.policy-breadcrumb .sep { margin: 0 8px; }
.policy-breadcrumb .current { color: #1a1a1a; }
.policy-title {
 
  font-weight: 500;
  font-size: 46px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.policy-updated { font-size: 13px; color: #8a847b; margin: 0; }

.policy-card {
  background: #fff;
  padding: 48px 52px;
 
}
.policy-card > .policy-block:first-child { margin-top: 0; }
.policy-lead {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 28px;
}
.policy-block { margin-top: 34px; }
.policy-block h2 {
  font-weight: 600;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.policy-block h2 .policy-ic {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3efe9;
  color: #c8102e;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.policy-block p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 14px;
}
.policy-block p:last-child { margin-bottom: 0; }
.policy-block a,
.policy-steps a {
  color: #c8102e;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy-block a:hover,
.policy-steps a:hover { color: #1a1a1a; }
.policy-list { margin: 0 0 14px; padding: 0; list-style: none; }
.policy-list li {
  position: relative;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a4a4a;
  padding: 6px 0 6px 26px;
}
.policy-list li::before {
  content: "\F270"; /* bi-check2 */
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 6px;
  color: #1f8f4e;
  font-size: 15px;
}
.policy-steps { margin: 0 0 14px; padding: 0; list-style: none; counter-reset: step; }
.policy-steps li {
  position: relative;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a4a4a;
  padding: 8px 0 8px 42px;
  min-height: 30px;
}
.policy-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.policy-note {
  background: #faf8f5;
  border-left: 3px solid #c8102e;
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #555;
  margin: 14px 0 0;
}
.policy-contact {
  background: #1a1a1a;
  color: #fff;
  padding: 28px 32px;
  margin-top: 40px;
  text-align: center;
}
.policy-contact h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 8px;
}
.policy-contact p { font-size: 14px; color: #d8d4ce; margin: 0 0 16px; }
.policy-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
}
.policy-contact-links a,
.policy-contact-links span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}
.policy-contact-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.policy-contact-links i { color: #e0b84a; }

@media (max-width: 991px) {
  .policy-section { padding: 150px 0 60px; }
  .policy-title { font-size: 38px; }
  .policy-card { padding: 36px 30px; }
}
@media (max-width: 575px) {
  .policy-section { padding: 120px 0 44px; }
  .policy-title { font-size: 30px; }
  .policy-card { padding: 26px 20px; }
  .policy-block h2 { font-size: 22px; }
  .policy-contact { padding: 24px 20px; }
  .policy-contact-links { flex-direction: column; align-items: center; gap: 10px; }
}

/* ---------- CHECKOUT PAGE ---------- */
.checkout-panel {
  background: #fff;
  padding: 26px 26px 28px;
  margin-bottom: 20px;
}
.checkout-panel-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-panel-title .step-no {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.checkout-grid .auth-field.full { grid-column: 1 / -1; }

/* Payment options */
.checkout-pay-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e1ddd6;
  border-radius: 2px;
  padding: 14px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.checkout-pay-opt:hover { border-color: #c9c4bc; }
.checkout-pay-opt input { accent-color: #1a1a1a; width: 16px; height: 16px; }
.checkout-pay-opt.is-active { border-color: #1a1a1a; background: #faf8f5; }
.checkout-pay-opt .pay-label { font-size: 14px; color: #1a1a1a; font-weight: 500; }
.checkout-pay-opt .pay-icons { margin-left: auto; color: #888; font-size: 18px; display: inline-flex; gap: 8px; }

/* Summary item rows */
.checkout-sum-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
  max-height: 320px;
  overflow-y: auto;
}
.checkout-sum-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
}
.checkout-sum-thumb {
  position: relative;
  width: 54px;
  height: 54px;
  background: #f7f5f1;
  border-radius: 4px;
  overflow: hidden;
}
.checkout-sum-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.checkout-sum-qty {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkout-sum-name { font-size: 13px; color: #1a1a1a; font-weight: 500; margin: 0; line-height: 1.35; }
.checkout-sum-price { font-size: 13px; color: #1a1a1a; font-weight: 600; white-space: nowrap; }

/* Select / textarea inside the checkout grid match the inputs */
.checkout-grid select,
.checkout-grid textarea {
  width: 100%;
  height: 46px;
  background: #faf8f5;
  border: 1px solid #e1ddd6;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 14px;
  padding: 0 14px;
  outline: none;
  transition: border-color .2s ease;
}
.checkout-grid textarea { height: auto; min-height: 70px; padding: 12px 14px; resize: vertical; }
.checkout-grid select:focus,
.checkout-grid textarea:focus { border-color: #1a1a1a; background: #fff; }

/* Saved-address selector */
.checkout-addr-select {
  border: 1px solid #e1ddd6;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.checkout-addr-opt { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin: 0; }
.checkout-addr-opt input { margin-top: 4px; accent-color: #1a1a1a; width: 16px; height: 16px; flex-shrink: 0; }
.checkout-addr-saved {
  flex: 1;
  background: #f3efe9;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 13.5px;
  color: #555;
  line-height: 1.55;
}
.checkout-addr-saved strong { color: #1a1a1a; text-transform: capitalize; }
.checkout-addr-saved .addr-pin { color: #c8102e; margin-right: 2px; }
.checkout-addr-saved .addr-ph { color: #999; font-size: 12px; margin: 0 2px 0 6px; }
.checkout-addr-new-chip {
  display: inline-block;
  background: #f3efe9;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 13.5px;
  color: #555;
}

.checkout-addr-save-cell { display: flex; align-items: flex-end; justify-content: flex-end; }
.checkout-addr-save {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 26px;
  cursor: pointer;
  transition: background .2s ease;
}
.checkout-addr-save:hover { background: #000; }

@media (max-width: 991px) {
  .checkout-panel { padding: 22px 18px 24px; }
}
@media (max-width: 575px) {
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-addr-save-cell { justify-content: stretch; }
  .checkout-addr-save { width: 100%; }
}

@media (max-width: 991px) {
  .cart-page-section { padding: 100px 0 60px; }
  .cart-page-title { font-size: 34px; margin-bottom: 24px; }
  .cart-summary { position: static; }
}
@media (max-width: 575px) {
  .cart-page-section { padding: 90px 0 40px; }
  .cart-page-title { font-size: 28px; }
  .cart-items-wrap { padding: 0 14px; }
  .cart-item { grid-template-columns: 90px 1fr; gap: 14px; }
  .cart-item-img { width: 90px; height: 90px; }
  .cart-item-price {
    grid-column: 1 / -1;
    text-align: left;
    padding-top: 4px;
  }
  .cart-item-price .ci-price,
  .cart-item-price .ci-mrp,
  .cart-item-price .ci-save { display: inline-block; margin-right: 10px; }
  .cart-summary { padding: 22px 18px 24px; }
  /* Stack the promo input + button so nothing overflows on small screens */
  .cart-promo-input { flex-basis: 100%; }
  .cart-promo-apply { width: 100%; }
}

/* ---------- MINI CART (Bootstrap 5 Offcanvas) ---------- */
.mini-cart {
  width: 440px !important;
  max-width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.mini-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px 16px;
  border-bottom: 1px solid #e4e0da;
}
.mini-cart-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  color: #1a1a1a;
}
.mini-cart-close {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #1a1a1a;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mini-cart-close:hover { color: #888; }

.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 24px 20px;
}

.mini-cart-items { display: flex; flex-direction: column; }
.mini-cart-empty {
  font-size: 13px;
  color: #777;
  text-align: center;
  padding: 24px 0;
  margin: 0;
}
.mini-cart-items:not(:empty) + .mini-cart-empty { display: none; }

.mc-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #e4e0da;
}
.mc-item-img {
  width: 88px;
  height: 88px;
  background: #f7f5f1;
  overflow: hidden;
}
.mc-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mc-item-info {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mc-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 28px 10px 0;
  line-height: 1.35;
}
.mc-item-remove {
  position: absolute;
  top: -4px;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.mc-item-remove:hover { color: #c8102e; }

.mc-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.mc-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d4ce;
}
.mc-qty button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  color: #1a1a1a;
}
.mc-qty button:hover { background: #f7f5f1; }
.mc-qty input {
  width: 30px;
  height: 28px;
  border: 0;
  border-left: 1px solid #d8d4ce;
  border-right: 1px solid #d8d4ce;
  text-align: center;
  font-size: 13px;
  background: #fff;
}
.mc-item-price { text-align: right; line-height: 1.4; }
.mc-mrp {
  display: block;
  font-size: 12px;
  color: #888;
  text-decoration: line-through;
}
.mc-price {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #c8102e;
}
.mc-save {
  display: block;
  font-size: 11px;
  color: #1a1a1a;
}

.mini-cart-note { margin-top: 18px; }
.mini-cart-note-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.mini-cart-note-input {
  width: 100%;
  border: 1px solid #d8d4ce;
  background: #fff;
  padding: 10px 12px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  min-height: 90px;
  outline: none;
}
.mini-cart-note-input:focus { border-color: #1a1a1a; }

.mini-cart-footer {
  padding: 18px 24px 22px;
  border-top: 1px solid #e4e0da;
  background: #fff;
}
.mini-cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mini-cart-tax {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-bottom: 14px;
}
.mini-cart-buy,
.mini-cart-view,
.mini-cart-continue {
  width: 100%;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  /* text-transform: uppercase; */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mini-cart-buy {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  margin-bottom: 10px;
}
.mini-cart-buy:hover { background: #000; }
.mini-cart-view {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  margin-bottom: 8px;
}
.mini-cart-view:hover { background: #000; }
.mini-cart-continue {
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.mini-cart-continue:hover { background: #1a1a1a; color: #fff; }

@media (max-width: 575px) {
  .mini-cart { width: 100%; }
  .mini-cart-header,
  .mini-cart-body,
  .mini-cart-footer { padding-left: 18px; padding-right: 18px; }
  .mc-item { grid-template-columns: 72px 1fr; gap: 12px; }
  .mc-item-img { width: 72px; height: 72px; }
}

/* ---------- QUICK VIEW MODAL (Bootstrap 5) ---------- */
.qv-modal .modal-dialog { max-width: min(1180px, 94vw); }
.qv-card {
  border: 0;
  border-radius: 4px;
  padding: 32px 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
.qv-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 18px;
  color: #1a1a1a;
  cursor: pointer;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.qv-close:hover { color: #888; }

.qv-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 36px;
}

/* Gallery */
.qv-gallery {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
}
.qv-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qv-thumb {
  width: 78px;
  height: 78px;
  border: 1px solid transparent;
  background: #f7f5f1;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.qv-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qv-thumb.is-active { border-color: #1a1a1a; }
.qv-main {
  background: #f7f5f1;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.qv-main img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Details */
.qv-details { padding-right: 8px; }
.qv-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.qv-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.qv-mrp-label {
  font-size: 13px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.qv-mrp {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}
.qv-price {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.qv-save {
  font-size: 13px;
  color: #c8102e;
  font-weight: 500;
  margin-left: auto;
}
.qv-tax {
  font-size: 12px;
  color: #777;
  margin-bottom: 22px;
}

.qv-qty-block { margin-bottom: 18px; }
.qv-qty-label {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.qv-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d4ce;
  border-radius: 2px;
}
.qv-qty-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  color: #1a1a1a;
}
.qv-qty-btn:hover { background: #f7f5f1; }
.qv-qty-input {
  width: 44px;
  height: 38px;
  border: 0;
  border-left: 1px solid #d8d4ce;
  border-right: 1px solid #d8d4ce;
  text-align: center;
  font-size: 14px;
  background: #fff;
  pointer-events: none;
}

.qv-add-cart,
.qv-buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.qv-add-cart {
  background: #fff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.qv-add-cart:hover { background: #1a1a1a; color: #fff; }
.qv-buy-now {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
  margin-bottom: 22px;
}
.qv-buy-now:hover { background: #000; }
.qv-buy-now i { font-size: 14px; }

.qv-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 4px 0 22px;
  padding: 0;
}
.qv-badges li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.3;
}
.qv-badge-ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fce4ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8102e;
  font-size: 22px;
}

.qv-accordion { border-top: 1px solid #e4e0da; }
.qv-acc-item { border-bottom: 1px solid #e4e0da; }
.qv-acc-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qv-acc-item > summary::-webkit-details-marker { display: none; }
.qv-acc-item > summary::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-size: 14px;
  transition: transform 0.25s ease;
}
.qv-acc-item[open] > summary::after { transform: rotate(180deg); }
.qv-acc-body {
  padding: 0 4px 16px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
.qv-acc-body p { margin: 0; }

@media (max-width: 900px) {
  .qv-card { padding: 24px 18px; }
  .qv-grid { grid-template-columns: 1fr; gap: 24px; }
  .qv-gallery { grid-template-columns: 64px 1fr; gap: 10px; }
  .qv-thumb { width: 64px; height: 64px; }
  .qv-badges { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- QUICK ADD BUTTON ---------- */
.quick-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 12px 16px;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.quick-add-btn:hover,
.quick-add-btn:focus-visible {
  background: #1a1a1a;
  color: #fff;
  outline: none;
}
.quick-add-btn .qa-plus {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

/* ---------- PARALLAX ---------- */
.parallax-banner {
  height: 60vh;
  background-image: url('https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1920&q=80');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.parallax-content h2 {
  font-size: clamp(36px, 5vw, 60px);
  margin-bottom: 16px;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: #000000;
  color: #cfcfcf;
  font-size: 14px;
  padding: 72px 0 32px;
}
.site-footer h6 {
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 13px;
  color: #ffffff;
}
.site-footer a       { color: #cfcfcf; transition: color 0.2s ease, opacity 0.2s ease; }
.site-footer a:hover { color: #ffffff; }

.footer-divider {
  border: 0;
  border-top: 1px solid #2a2a2a;
  opacity: 1;
  margin: 56px 0 28px;
}

.footer-cols { row-gap: 40px !important; }

.footer-links li { margin-bottom: 14px; }
.footer-links a {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.45;
}

/* Locale row (globe + region + language) */
.footer-locale {
  margin-bottom: 56px;
}
.footer-locale-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 14px;
}
.footer-locale-link i {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 2px;
}
.footer-locale-link .locale-region { font-weight: 500; }
.footer-locale-link .locale-lang  { color: #cfcfcf; }

/* Bottom row: copyright | wordmark | socials */
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
}
.footer-copy {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1.6;
}
.footer-copy p + p { margin-top: 10px; }

.footer-wordmark {
  font-weight: 400;
  font-size: clamp(60px, 9vw, 60px);
  letter-spacing: 6px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}
.footer-socials a:hover {
  background: #ffffff;
  color: #000000;
}




/* Footer responsive */
@media (max-width: 1199px) {
  .footer-wordmark { font-size: clamp(48px, 8vw, 110px); letter-spacing: 4px; }
}

@media (max-width: 991px) {
  .site-footer { padding: 56px 0 28px; }
  .footer-divider { margin: 40px 0 24px; }
  .footer-locale { margin-bottom: 36px; }

  .footer-bottom {
    grid-template-columns: 1fr;
    grid-template-areas:
      "wordmark"
      "copy"
      "socials";
    text-align: center;
    gap: 28px;
  }
  .footer-copy     { grid-area: copy; }
  .footer-wordmark { grid-area: wordmark; letter-spacing: 4px; }
  .footer-socials  { grid-area: socials; justify-content: center; }
  .footer-copy br  { display: none; }
}

@media (max-width: 767px) {
  .site-footer { font-size: 13px; padding: 48px 0 24px; }
  .site-footer h6 {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  .footer-cols { row-gap: 32px !important; }
  .footer-links li { margin-bottom: 10px; }
  .footer-links a { font-size: 13px; }
  .footer-divider { margin: 32px 0 20px; }
  .footer-locale { margin-bottom: 28px; }
  .footer-locale-link { font-size: 13px; gap: 10px; }
  .footer-wordmark { font-size: clamp(40px, 14vw, 72px); letter-spacing: 3px; }
  .footer-socials { gap: 12px; }
  .footer-socials a { width: 30px; height: 30px; font-size: 13px; }
}

@media (max-width: 480px) {
  .footer-cols > [class*="col-"] { padding-right: 8px; }
}

/* ---------- SCROLL REVEAL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- MOBILE MENU ---------- */
.mobile-menu li { padding: 12px 0; border-bottom: 1px solid #eee; }
.mobile-menu a  { font-size: 16px; }

/* =========================================================
   JOIN THE CLUB CTA
   ========================================================= */
.club-cta-section {
  position: relative;
  background-color: #f0eee4;
  /* background-image: url('../images/bg.webp'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(56px, 9vw, 70px) 0;
  color: #111;
}
.club-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.club-cta-section > .container {
  position: relative;
  z-index: 1;
}
.club-cta-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 24px;
  color: #111;
}
.club-cta-text {
  font-size: 15px;
  line-height: 1.65;
  color: #111;
  margin: 0 auto 36px;
  max-width: 640px;
}
.club-cta-terms {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.club-cta-terms:hover { opacity: 0.7; color: #111; }
.club-cta-btn {
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 14px 36px;
  font-size: 14px;
  letter-spacing: 0.4px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.club-cta-btn:hover,
.club-cta-btn:focus {
  background: #000;
  color: #fff;
}
@media (max-width: 575.98px) {
  .club-cta-text { font-size: 14px; margin-bottom: 28px; }
  .club-cta-btn { padding: 12px 28px; }
}

/* =========================================================
   CHARMING LOVE / FEATURE SPLIT
   ========================================================= */
.feature-split-inner {
  max-width: 420px;
}
.feature-split-title {
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 500;
  color: #111;
  line-height: 1.1;
}
.feature-split-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.feature-split-link {
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.2px;
  transition: opacity 0.2s ease;
}
.feature-split-link:hover {
  opacity: 0.65;
  color: #111;
}
.feature-split-media {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.feature-split-media img {
  object-fit: cover;
  transition: transform 0.8s ease;
}
.feature-split-media:hover img {
  transform: scale(1.03);
}
@media (max-width: 767.98px) {
  .feature-split-media img {
    height: auto;
    aspect-ratio: 4/5;
  }
}

/* =========================================================
   BLOG / JOURNAL SECTION
   ========================================================= */
.blog-section {
  padding: 50px 0 50px;
  background: #ffffff;
}
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-media {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background: #f4f4f4;
}
.blog-card-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.blog-card-media:hover img {
  transform: scale(1.04);
}
.blog-card-body {
  padding-top: 22px;
}
.blog-card-title {
  font-family: 'Cormorant', 'Cormorant Garamond', serif;
  font-size: clamp(22px, 1.9vw, 26px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 14px;
}
.blog-card-title a {
  color: #111;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.blog-card-title a:hover {
  opacity: 0.7;
}
.blog-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 22px;
}
.blog-card-link {
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.2px;
  transition: opacity 0.2s ease;
}
.blog-card-link:hover {
  opacity: 0.65;
  color: #111;
}
@media (max-width: 767.98px) {
  .blog-section {
    padding: 48px 0 56px;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1399px) {
  .brand-logo { font-size: 60px; letter-spacing: 7px; }
  .primary-nav { gap: 36px; padding-right: 110px; }
}
@media (max-width: 1199px) {
  .brand-logo { font-size: 52px; letter-spacing: 6px; }
  .primary-nav { gap: 28px; padding-right: 100px; }
  .primary-nav a { font-size: 13px; }
}
@media (max-width: 991px) {
  .top-bar { display: none; }
  .top-bar .container-fluid { padding-left: 16px; padding-right: 16px; }
  .site-header { top: 0; padding: 10px 0 10px; }
  .header_box, .header_box:hover { height: 90px; }
  .header-inner { padding: 0 16px; row-gap: 0; }
  .brand-logo { font-size: 38px; letter-spacing: 4px; }
  .primary-nav { display: none; }
    .header-icons {
        position: absolute;
        right: 30px;
        top: -28px;
        bottom: auto;
        justify-self: auto;
        align-self: auto;
        gap: 16px;
        font-size: 18px;
    }
  .site-header.scrolled .brand-logo { font-size: 30px; letter-spacing: 2px; }
  .hero-content { padding-top: 0px; }
  .parallax-banner { background-attachment: scroll; }
}
@media (max-width: 576px) {
  .brand-logo { font-size: 30px; letter-spacing: 2px; }
  .site-header.scrolled .brand-logo { font-size: 30px; letter-spacing: 2px; }
  .intro-section, .category-section, .fantasy-section { padding: 56px 0; }
  .hero-title { font-size: 32px; }
}

.header_box {
     height: 240px;
       background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 31.77%, rgba(0, 0, 0, 0.3) 81.77%, rgba(0, 0, 0, 0.13) 91.15%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: auto; /* changed from none so hover works */
    z-index: 1040;

}

.header_box:hover {
    height: 240px;
    background: #f3efe9; /* solid white on hover */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
}

.site-header.scrolled:hover {
  height: auto;
}

/* Disable header_box hover effect once the header is in scrolled state */
.header_box:has(.site-header.scrolled):hover {
    height: auto;
    background: transparent;
}
.header_box:has(.site-header.scrolled):hover * {
    color: inherit !important;
}


.hero-slider-section{
  position: relative;
  overflow: hidden;
}

/* .hero-slider-section .hero{
  height: auto;
  min-height: 0;
} */

.hero-slide-content{
  position: relative;
}

/* Hide controls when there's only one slide */
.hero-swiper.single-slide .swiper-pagination,
.hero-swiper.single-slide .swiper-button-next,
.hero-swiper.single-slide .swiper-button-prev{
  display: none !important;
}

.hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content{
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 0;
  max-width: 600px;
}

.hero-title{
  font-size: 70px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

.hero-buttons .btn{
  padding: 12px 30px;
  border-radius: 0;
}

/* Swiper Arrows — hidden globally */

.swiper-button-next,
.swiper-button-prev{
  display: none !important;
}

/* Swiper Dots */

.swiper-pagination{
  bottom: 25px !important;
}

.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background: #000;
}

 .header_box:has(.site-header.scrolled){
    height: auto;
   }
/* Mobile */

@media(max-width:991px){
  .section-text {
    max-width: 290px;
}
  .section-title {
    font-size: clamp(28px, 3vw, 40px);
}

  .hero-content{
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    top: 75%;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 100%;
  }

  .hero-title{
    font-size: 45px;
    margin-bottom: 20px;
  }

  .hero-buttons{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }

  .hero-buttons .btn{
    padding: 12px 20px;
    font-size: 13px;
    margin: 0 !important;
    width: 220px;
    max-width: 80%;
  }

  .swiper-button-next,
  .swiper-button-prev{
    display: none;
  }

  .hero-img,
  .hero-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-slider-section .swiper-pagination{
    bottom: 20px !important;
  }
}

@media(max-width:576px){
      .hero-title {
        font-size: 45px;
        margin-bottom: 50px;
    }

  .hero-content{
    bottom: auto;
    padding: 0 16px;
  }

      .hero-buttons .btn {
        padding: 9px 14px;
        font-size: 12px;
        letter-spacing: 1px;
        background: #fff;
        color: #000;
    }

  .hero-slider-section .swiper-pagination{
    bottom: 14px !important;
  }
}

/* =========================================================
   FULL-PAGE SEARCH OVERLAY
   ========================================================= */
.search-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  overflow-y: auto;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0s;
}

.search-overlay-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 40px 60px;
}

/* Top row: input + close */
.search-top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 56px;
}
.search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-input-icon {
  font-size: 20px;
  color: #888;
}
.search-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 18px;
  color: #1a1a1a;
  padding: 8px 0;
  font-family: inherit;
}
.search-close {
  background: none;
  border: 0;
  color: #1a1a1a;
  font-size: 22px;
  padding: 6px 10px;
  cursor: pointer;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.search-close:hover { opacity: 0.7; }

/* Body sections */
.search-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
}

.recommendation-list li { margin-bottom: 12px; }
.recommendation-list a {
  font-size: 14px;
  color: #1a1a1a;
  transition: opacity 0.2s ease;
}
.recommendation-list a:hover { opacity: 0.6; }

/* Bestseller cards */
.bestseller-card {
  display: block;
  color: #1a1a1a;
  transition: opacity 0.2s ease;
}
.bestseller-card:hover { opacity: 0.85; }
.bestseller-img-wrap {
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
  margin-bottom: 12px;
}
.bestseller-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bestseller-card:hover img { transform: scale(1.03); }
.bestseller-card h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px;
  color: #1a1a1a;
}
.bestseller-card p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.search-empty {
  font-size: 13px;
  color: #777;
  padding: 24px 4px 0;
  margin: 0;
}

/* Lock body scroll when overlay open */
body.search-open { overflow: hidden; }

/* Responsive */
@media (max-width: 991px) {
  .search-overlay-inner { padding: 20px 24px 48px; }
  .search-top { margin-bottom: 36px; }
  .search-input { font-size: 16px; }
}
@media (max-width: 767px) {
    .header_box:hover *{color:#fff;}
  .search-overlay-inner { padding: 16px 16px 40px; }
  .search-top { margin-bottom: 28px; }
  .search-section-title { margin-top: 8px; }
      .hero {
        height: 100vh;
        height: 100svh;
        min-height: 560px;
        max-height: 900px;
    }
    .hero-swiper,
    .hero-swiper .swiper-slide{
        height: auto;
    }
  .header_box:has(.site-header.scrolled):hover {
    height: auto;
    background: transparent;
}
.site-header.scrolled {
  padding: 0px 0;
}

.header_box:has(.site-header.scrolled):hover * {
    color: #000000 !important;
}
 .header_box {
        height: 0;
    }
     .header_box:hover {
        height: 0;
    }
    .site-header {
    transition: none;
}
}

/* =========================================================
   AUTH PAGES — Login / Register / Forgot password
   ========================================================= */
.auth-page-section {
  background: #f3efe9;
  padding: 260px 0 80px;
  min-height: 80vh;
}
.auth-card {
  background: #fff;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}
.auth-media {
  position: relative;
  background: #ece6dd;
  min-height: 100%;
}
.auth-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0) 55%);
  color: #fff;
}
.auth-media-overlay h3 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 6px;
}
.auth-media-overlay p { font-size: 13px; margin: 0; opacity: 0.9; }

.auth-body { padding: 48px 46px 44px; display: flex; flex-direction: column; }
.auth-brand {
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 26px;
  text-decoration: none;
  display: block;
}
.auth-title {
  font-weight: 500;
  font-size: 32px;
  color: #1a1a1a;
  margin: 0 0 6px;
  text-align: center;
}
.auth-sub {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin: 0 0 26px;
}

.auth-form { display: flex; flex-direction: column; gap: 14px; }
.auth-field { display: flex; flex-direction: column; gap: 6px; }
.auth-field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1a1a1a;
}
.auth-input-wrap { position: relative; }
.auth-field input {
  width: 100%;
  height: 46px;
  background: #faf8f5;
  border: 1px solid #e1ddd6;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 14px;
  padding: 0 14px;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.auth-field input::placeholder { color: #a7a39c; }
.auth-field input:focus { border-color: #1a1a1a; background: #fff; }
.auth-input-wrap .auth-input-pw { padding-right: 44px; }
.auth-toggle-pw {
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  width: 44px;
  background: transparent;
  border: 0;
  color: #888;
  font-size: 16px;
  cursor: pointer;
}
.auth-toggle-pw:hover { color: #1a1a1a; }

.auth-error {
  font-size: 12px;
  color: #c8102e;
  min-height: 14px;
  margin: 0;
}
.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 2px 0 4px;
}
.auth-check { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #555; cursor: pointer; }
.auth-check input { width: 15px; height: 15px; accent-color: #1a1a1a; }
.auth-link {
  font-size: 13px;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.auth-link:hover { color: #c8102e; }

.auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 15px 18px;
  cursor: pointer;
  transition: background .2s ease;
  margin-top: 6px;
}
.auth-submit:hover { background: #000; }

.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 22px 0 18px;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e4e0da;
}
.auth-social { display: flex; gap: 12px; }
.auth-social-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  background: #fff;
  border: 1px solid #e1ddd6;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.auth-social-btn:hover { border-color: #1a1a1a; background: #faf8f5; }
.auth-social-btn i { font-size: 17px; }

.auth-foot {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin: 22px 0 0;
}
.auth-foot a { color: #1a1a1a; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.auth-foot a:hover { color: #c8102e; }

/* Success state (forgot password) */
.auth-success { text-align: center; padding: 8px 0; }
.auth-success-ic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e7f6ed;
  color: #1f8f4e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 16px;
}

/* Auth responsive */
@media (max-width: 991px) {
  .auth-page-section { padding: 160px 0 60px; }
}
@media (max-width: 767.98px) {
  .auth-page-section { padding: 120px 0 50px; }
  .auth-card { grid-template-columns: 1fr; max-width: 460px; }
  .auth-media { display: none; }
  .auth-body { padding: 38px 26px 34px; }
  .auth-title { font-size: 28px; }
}
@media (max-width: 360px) {
  .auth-body { padding: 32px 18px 28px; }
  .auth-social { flex-direction: column; }
}

/* ============== WELCOME OFFER POPUP ============== */
.welcome-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.welcome-popup.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.welcome-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.welcome-popup-card {
  position: relative;
  width: 100%;
  max-width: 880px;
  background: #6E7E92;
  color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.35s ease;
}
.welcome-popup.is-open .welcome-popup-card {
  transform: translateY(0) scale(1);
}
.welcome-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: transparent;
  border: 0;
  color: #000000;
  font-size: 18px;
  padding: 6px;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.welcome-popup-close:hover { opacity: 0.7; }

.welcome-popup-media {
  background: #4a5562;
  overflow: hidden;
}
.welcome-popup-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.welcome-popup-body {
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f3efe9;
}
.welcome-popup-state { display: flex; flex-direction: column; }
.welcome-popup-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  margin: 0 0 14px;
  color: #000000;
  font-weight: 500;
}
.welcome-popup-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  margin: 0 0 14px;
  color: #000000;
}
.welcome-popup-sub {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 22px;
}
.welcome-popup-sub strong { color: #000000; font-weight: 600; }

.welcome-popup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.welcome-popup-field input {
  width: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease;
}
.welcome-popup-field input::placeholder { color: #8b95a3; }
.welcome-popup-field input:focus { border-color: #0e2230; }

.welcome-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0e2230;
  color: #ffffff;
  border: 0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 14px 18px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 4px;
}
.welcome-popup-cta:hover { background: #000000; }
.welcome-popup-cta i { font-size: 14px; }

.welcome-popup-decline {
  background: transparent;
  border: 0;
  color: #000000;
  font-size: 13px;
  margin-top: 16px;
  cursor: pointer;
  align-self: center;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.welcome-popup-decline:hover { opacity: 1; text-decoration: underline; }

@media (max-width: 767px) {
  button#pdpWishlist {
    display: none;
}
  .welcome-popup { padding: 16px; }
  .welcome-popup-card {
    grid-template-columns: 1fr;
    max-width: 420px;
    min-height: 0;
  }
  .welcome-popup-media {
    height: 180px;
  }
  .welcome-popup-body { padding: 28px 24px 32px; }
  .welcome-popup-title { font-size: 30px; }
  .welcome-popup-sub { font-size: 13px; }
}


/* =========================================================
   MOBILE MENU — multi-level offcanvas
   ========================================================= */
.mobile-offcanvas {
  width: 100% !important;
  max-width: 420px;
  background: #ffffff;
}
.mobile-offcanvas .mobile-panels {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.mobile-panel {
  position: absolute;
  inset: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.mobile-panel.is-active {
  transform: translateX(0);
  visibility: visible;
}
.mobile-panel.is-left {
  transform: translateX(-100%);
  visibility: hidden;
}

.mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  min-height: 56px;
}
.mobile-panel-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.mobile-panel-spacer { width: 24px; }
.btn-icon {
  background: none;
  border: 0;
  padding: 6px 8px;
  font-size: 16px;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  line-height: 1;
}
.mobile-back {
  font-weight: 600;
  font-size: 14px;
}
.mobile-back i { font-size: 14px; }
.mobile-close i { font-size: 18px; }

.mobile-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}

.mobile-menu { margin: 0; padding: 0; }
.mobile-menu li {
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
.mobile-menu li.is-highlight {
  background: #f7f5f1;
}
.mobile-menu a,
.mobile-menu .mobile-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: 0;
  padding: 18px 20px;
  font-size: 15px;
  color: #1a1a1a;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.mobile-menu .mobile-menu-item i { font-size: 13px; color: #888; }
.mobile-menu a:hover,
.mobile-menu .mobile-menu-item:hover { background: #fafafa; }

/* Tabs inside a mobile panel (e.g., Swarovski Created Diamonds style) */
.mobile-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 0 12px;
  gap: 24px;
}
.mobile-tab {
  background: none;
  border: 0;
  padding: 14px 4px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  position: relative;
  cursor: pointer;
}
.mobile-tab.is-active { color: #1a1a1a; }
.mobile-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #1a1a1a;
}


/* =========================================================
   DESKTOP MEGA MENU (hover dropdown)
   ========================================================= */
.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--mega-top, 0px);
  background: #ffffff;
  color: #1a1a1a;
  z-index: 1045;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  /* transition: opacity 0.25s ease, transform 0.25s ease,
              visibility 0s linear 0.25s, top 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); */
  border-top: 1px solid #eee;
}
.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* transition: opacity 0.25s ease, transform 0.25s ease,
              visibility 0s linear 0s, top 0.45s cubic-bezier(0.4, 0, 0.2, 1); */
}
.mega-panel {
  display: none;
  padding: 36px 48px 44px;
}
.mega-panel.is-active { display: block; }

.mega-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  gap: 48px;
}
.mega-col h6.mega-title {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #888;
  margin-bottom: 18px;
}
.mega-col ul { list-style: none; margin: 0; padding: 0; }
.mega-col li { margin-bottom: 12px; }
.mega-col a {
  font-size: 14px;
  color: #1a1a1a;
  transition: opacity 0.2s ease;
}
.mega-col a:hover { opacity: 0.6; }

.mega-feature a {
  display: block;
  color: #1a1a1a;
}
.mega-feature img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 10px;
  background: #f7f5f1;
}
.mega-feature span {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 2px;
}

/* When mega is open, force header into solid/light state */
.site-header.mega-open {
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}
.site-header.mega-open .brand-logo,
.site-header.mega-open .primary-nav .nav-link,
.site-header.mega-open .header-icons {
  color: #1a1a1a;
  text-shadow: none;
}
.site-header.mega-open .bag-count,
.site-header.mega-open .wishlist-count {
  background: #1a1a1a;
  color: #fff;
}
.header_box:has(.mega-open) {
  background: #ffffff;
}

/* Panels with two feature images — keep them equal-sized */
.mega-panel[data-panel="collections"] .mega-inner,
.mega-panel[data-panel="bracelets"] .mega-inner,
.mega-panel[data-panel="necklaces"] .mega-inner,
.mega-panel[data-panel="earrings"] .mega-inner,
.mega-panel[data-panel="new-in"] .mega-inner {
  grid-template-columns: 1fr 320px 320px;
}

@media (max-width: 1199px) {
  .mega-panel { padding: 28px 32px 36px; }
  .mega-inner { grid-template-columns: 1fr 1fr 260px; gap: 32px; }
  .mega-panel[data-panel="collections"] .mega-inner,
  .mega-panel[data-panel="bracelets"] .mega-inner,
  .mega-panel[data-panel="necklaces"] .mega-inner,
  .mega-panel[data-panel="earrings"] .mega-inner,
  .mega-panel[data-panel="new-in"] .mega-inner {
    grid-template-columns: 1fr 260px 260px;
  }
}

/* =========================================================
   OUR STORY / ABOUT PAGE
   ========================================================= */
.story-section {
  background: #f3efe9;
  padding: 260px 0 0px;
}

/* ----- page head ----- */
.story-head {
  max-width: 720px;
  margin: 0 auto 70px;
}
.story-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #8a847b;
  margin-bottom: 18px;
}
.story-breadcrumb a { color: #8a847b; }
.story-breadcrumb a:hover { color: #1a1a1a; }
.story-breadcrumb .sep { margin: 0 8px; }
.story-breadcrumb .current { color: #1a1a1a; }
.story-page-title {
  font-weight: 500;
  font-size: clamp(34px, 4.5vw, 54px);
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.story-page-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0;
}

/* ----- alternating text/image blocks ----- */

.story-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 14px;
}
.story-title {
  font-weight: 500;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 22px;
}
.story-text {
  font-size: 15px;
  line-height: 1.85;
  color: #4a4a4a;
  margin: 0 0 18px;
}
.story-text:last-of-type { margin-bottom: 0; }
.story-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}
.story-link:hover { opacity: 0.65; color: #1a1a1a; }

/* ----- images ----- */
.story-img {
  overflow: hidden;
  background: #e7e1d8;
}
.story-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.story-img:hover img { transform: scale(1.04); }
.story-img-tall img { aspect-ratio: 3/4; }
.story-img-wide img { aspect-ratio: 4/3; }
.story-img-portrait img { aspect-ratio: 4/5; }

/* ----- vision & mission statement ----- */
.story-statement {
  max-width: 760px;
  margin: 0 auto 90px;
}
.story-statement .section-title { margin-bottom: 18px; }

/* ----- closing CTA ----- */
.story-cta {
  background: #fff;
  padding: 70px 30px;
}
.story-cta-title {
  font-weight: 500;
  font-size: clamp(26px, 3vw, 38px);
  color: #1a1a1a;
  margin: 0 0 16px;
}
.story-cta-text {
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
}

@media (max-width: 991.98px) {
  .story-section { padding: 160px 0 70px; }
  .story-block { margin-bottom: 64px; }
  .story-statement { margin-bottom: 64px; }
}
@media (max-width: 767.98px) {
  .story-section { padding: 130px 0 56px; }
  .story-head { margin-bottom: 48px; }
  .story-block { margin-bottom: 52px; }
  .story-statement { margin-bottom: 52px; }
  .story-cta { padding: 52px 22px; }
}



/* =========================================================
   CONTACT US PAGE
   ========================================================= */
.contact-section {
  background: #f3efe9;
  padding: 260px 0 90px;
}

/* ----- page head ----- */

.contact-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #8a847b;
  margin-bottom: 18px;
}
.contact-breadcrumb a { color: #8a847b; }
.contact-breadcrumb a:hover { color: #1a1a1a; }
.contact-breadcrumb .sep { margin: 0 8px; }
.contact-breadcrumb .current { color: #1a1a1a; }
.contact-title {
  font-weight: 500;
  font-size: clamp(34px, 4.5vw, 52px);
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.contact-intro {
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0 0 8px;
}
.contact-intro-note {
  font-size: 14px;
  color: #8a847b;
  margin: 0;
}
.contact-head { margin-bottom: 40px; }

/* ----- contact info (email + address) ----- */
.contact-info {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-info-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: #403f3a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.contact-info-label {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a847b;
  margin: 0 0 6px;
}
.contact-info-text a,
.contact-info-text address {
  font-size: 15px;
  line-height: 1.65;
  color: #1a1a1a;
  font-style: normal;
  margin: 0;
  max-width: 320px;
}
.contact-info-text a { text-decoration: none; }
.contact-info-text a:hover { text-decoration: underline; }

/* ----- left-column media ----- */
.contact-media {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #ddd6cc;
  overflow: hidden;
}
.contact-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ----- card + form ----- */
.contact-card {
  background: #fff;
  padding: 44px 44px 36px;
  box-shadow: 0 18px 50px rgba(26, 22, 18, 0.07);
}
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-textarea {
  width: 100%;
  min-height: 130px;
  background: #faf8f5;
  border: 1px solid #e1ddd6;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 14px;
  outline: none;
  resize: vertical;
  transition: border-color .2s ease, background .2s ease;
}
.contact-textarea::placeholder { color: #a7a39c; }
.contact-textarea:focus { border-color: #1a1a1a; background: #fff; }
.contact-error { margin: 2px 0 0; }

.contact-submit {
  margin-top: 8px;
  width: 100%;
  height: 50px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background .2s ease;
}
.contact-submit:hover { background: #000; }
.contact-submit i { font-size: 16px; }

/* ----- alt / email line ----- */
.contact-alt {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  color: #4a4a4a;
}
.contact-alt a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-alt a:hover { opacity: 0.65; }

/* ----- success message ----- */
.contact-success {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eef6ee;
  border: 1px solid #cfe6cf;
  border-radius: 2px;
  padding: 16px 18px;
  margin-bottom: 24px;
}
.contact-success i { color: #2e7d32; font-size: 20px; line-height: 1.4; }
.contact-success strong { display: block; font-size: 15px; color: #1a1a1a; margin-bottom: 2px; }
.contact-success p { margin: 0; font-size: 14px; line-height: 1.6; color: #4a4a4a; }

@media (max-width: 991.98px) {
  .contact-section { padding: 160px 0 70px; }
}
@media (max-width: 767.98px) {
  .contact-section { padding: 130px 0 56px; }
  .contact-head { margin-bottom: 32px; }
  .contact-card { padding: 28px 22px 26px; }
}

/* =========================================================
   MATERIAL GUIDE PAGE  (extends .story-* / About layout)
   ========================================================= */
.material-section .story-head { max-width: 820px; }

/* ----- opening quote ----- */
.material-quote {
  margin: 24px auto 0;
  max-width: 760px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.55;
  color: #1a1a1a;
}

/* ----- feature badges ----- */
.material-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin-top: 26px;
}
.material-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.material-badge i {
  color: #c9a227;
  font-size: 20px;
}

/* ----- gold "note" pill ----- */
.material-note {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 18px;
  background: #faf8f5;
  border-left: 3px solid #c9a227;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
}

/* ----- brass / alloy cards ----- */
.material-card {
  background: #fff;
  padding: 34px 32px;
  height: 100%;
}
.material-card-title {
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  color: #1a1a1a;
  margin: 0 0 16px;
}
.material-card-img {
  margin-top: 22px;
}
.material-card-img img {
  aspect-ratio: 16 / 9;
}

/* ----- skin safety ----- */
.material-safety {
  margin-top: 20px;
}
.material-safety-head {
  max-width: 760px;
  margin: 0 auto 40px;
}
.material-safety-head .section-text { margin-bottom: 16px; }
.material-safety-head .material-badges { margin-top: 28px; }
.material-safety-img img {
  aspect-ratio: 16 / 11;
}

@media (max-width: 767.98px) {
  .material-card { padding: 26px 22px; }
  .material-safety-img img { aspect-ratio: 4 / 5; }
}

/* =========================================================
   FAQ PAGE  (uses .policy-* shell)
   ========================================================= */
.faq-group { margin-bottom: 40px; }
.faq-group:last-of-type { margin-bottom: 0; }
.faq-group-title {
  font-weight: 600;
  font-size: 24px;
  color: #1a1a1a;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e1d8;
}
.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #e7e1d8;
  border-radius: 0;
  margin-bottom: 10px;
}
.faq-accordion .accordion-item:last-child { margin-bottom: 0; }
.faq-accordion .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  background: #fff;
  padding: 18px 22px;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #1a1a1a;
  background: #faf8f5;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #e7e1d8;
}
.faq-accordion .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.faq-accordion .accordion-body {
  padding: 4px 22px 22px;
}
.faq-accordion .accordion-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
}

@media (max-width: 767.98px) {
  .faq-group-title { font-size: 20px; }
  .faq-accordion .accordion-button { font-size: 15px; padding: 15px 16px; }
  .faq-accordion .accordion-body { padding: 2px 16px 18px; }
}

/* =========================================================
   CAREERS PAGE  (extends .story-* layout)
   ========================================================= */
.career-hero { max-width: 760px; margin: 0 auto; }
.career-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 16px;
}
.career-hero-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 14px 34px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: background .2s ease;
}
.career-hero-btn:hover { background: #000; color: #fff; }

/* ----- the core of blysk : value cards ----- */
.career-values { margin-top: 90px; }
.career-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c9a227;
  margin: 0 0 6px;
}
.value-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e7e1d8;
  padding: 32px 28px;
}
.value-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #f3efe9;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.value-card-title {
  font-weight: 600;
  font-size: 19px;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.value-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6a655d;
  margin: 0;
}

/* ----- life at the studio ----- */
.career-studio { margin-top: 90px; }
.career-studio-head { margin-bottom: 24px; }
.career-studio-sub {
  font-size: 14px;
  color: #8a847b;
  margin: 0;
}
.studio-img {
  height: 320px;
  overflow: hidden;
  background: #e7e1d8;
}
.studio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.studio-img:hover img { transform: scale(1.05); }

/* ----- open positions ----- */
.career-positions { margin-top: 90px; }
.career-positions-sub {
  font-size: 14px;
  color: #8a847b;
  margin: 0 0 24px;
}
.position-list { display: flex; flex-direction: column; gap: 12px; }
.position-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 1px solid #e7e1d8;
  padding: 22px 26px;
  transition: box-shadow .2s ease;
}
.position-card:hover { box-shadow: 0 10px 30px rgba(26, 22, 18, 0.06); }
.position-meta {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c9a227;
  margin: 0 0 6px;
}
.position-title {
  font-weight: 600;
  font-size: 19px;
  color: #1a1a1a;
  margin: 0;
}
.position-btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.position-btn:hover { background: #1a1a1a; color: #fff; }

/* ----- closing cta ----- */
.career-cta { margin-top: 80px; }
.career-cta p { font-size: 15px; color: #4a4a4a; margin: 0 0 8px; }
.career-email {
  font-size: 18px;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.career-email:hover { color: #c9a227; }

@media (max-width: 767.98px) {
  .career-values, .career-studio, .career-positions { margin-top: 56px; }
  .career-cta { margin-top: 52px; }
  .studio-img { height: 200px; }
  .position-card { flex-direction: column; align-items: flex-start; gap: 14px; }
  .position-btn { width: 100%; text-align: center; }
}

/* =========================================================
   JOB DETAIL PAGE
   ========================================================= */
.job-section .story-breadcrumb { margin-bottom: 28px; }
.job-head { margin-bottom: 32px; }
.job-title {
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 42px);
  color: #1a1a1a;
  margin: 0 0 18px;
}
.job-tags { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.job-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid #e7e1d8;
  border-radius: 999px;
  font-size: 13px;
  color: #4a4a4a;
}
.job-tag i { color: #c9a227; font-size: 14px; }

.job-block { margin-bottom: 30px; }
.job-block h2 {
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 14px;
}
.job-block p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0;
}
.job-list { margin: 0; padding: 0; list-style: none; }
.job-list li {
  position: relative;
  padding: 0 0 12px 26px;
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
}
.job-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  color: #c9a227;
  font-weight: 700;
  font-size: 14px;
}

/* ----- apply card ----- */
.job-apply-card {
  position: sticky;
  top: 110px;
  background: #fff;
  padding: 32px 30px;
  box-shadow: 0 18px 50px rgba(26, 22, 18, 0.07);
}
.job-apply-title {
  font-weight: 600;
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.job-apply-sub {
  font-size: 14px;
  color: #8a847b;
  margin: 0 0 22px;
}
.job-optional { color: #a7a39c; font-weight: 400; text-transform: none; letter-spacing: 0; }

.job-missing { padding: 40px 0 20px; }
.job-missing p { color: #4a4a4a; margin: 0 0 22px; }

@media (max-width: 991.98px) {
  .job-apply-card { position: static; margin-top: 8px; }
}
@media (max-width: 767.98px) {
  .job-apply-card { padding: 26px 22px; }
}
