/* ─── RESET & ROOT ─────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

:root {
  --white: #ffffff;
  --dark: #3a3835;
  --cream: #faf7f2;
  --parchment: #f2ede4;
  --blush: #e8c9b0;
  --sienna: #f64994;
  --sienna-dark: #f43488;
  --sienna-old: #b5784e;
  --umber: #f32f84;
  --umber-old: #7a4f2e;
  --olive: #6b7a56;
  --sage: #9daa88;
  --forest: #3a4a2e;
  --charcoal: #2c2a27;
  --warm-grey: #8c8479;
  --gold: #c49a3c;
  --gold-light: #e2c97e;
  --theme-pink: #ee3985;
  --theme-dark-pink: #ee5494;
  --border: #dbd6d1;
  --text: #2c2a27;
  --danger: #d0021b;
  --success: #38761d;
  --secondary: #d9d9d9;

  --ff-display: "Cormorant Garamond", serif;
  --ff-body: "Jost", sans-serif;
  --fh: "Playfair Display", serif;

  --shadow-sm: 0 2px 12px rgba(44, 42, 39, 0.07);
  --shadow-md: 0 6px 30px rgba(44, 42, 39, 0.12);
  --shadow-lg: 0 16px 60px rgba(44, 42, 39, 0.16);
  --radius: 14px;
  --radius-sm: 8px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: var(--ff-body);
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none !important;
}

ul {
  list-style: none;
}



.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.listing-wrap {
  padding: 20px;
  min-height: 400px;
}

.co-card {
  border-radius: 12px;
  margin-bottom: 14px;
  box-shadow: var(--s2);
  padding: 40px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Tooltip style  */

.cswatch-lbl input:checked+.cswatch,
.cswatch-lbl.reset-swatch .cswatch.active {
  border-color: var(--rose, #db2777);
}

.cswatch-lbl {
  position: relative;
  display: inline-block;
}

.cswatch-lbl::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2c2420;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
  margin-bottom: 8px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cswatch-lbl::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: #2c2420;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  margin-bottom: 0px;
  z-index: 10;
}

.cswatch-lbl:hover::after,
.cswatch-lbl:hover::before {
  opacity: 1;
  visibility: visible;
  margin-bottom: 4px;
}

.cswatch-lbl:hover::before {
  margin-bottom: -4px;
}

.pd-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}

.pd-btns button {
  height: 52px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: var(--transition);
  cursor: pointer;
}

.cstmBtn {
  display: inline-block;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px !important;
  transition: var(--transition);
  cursor: pointer;
  text-align: center;
}

.btn-buy {
  flex: 1;
  padding: 12px 30px;
  border-radius: 8px;
  background: var(--sienna);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--sienna-dark);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 18px rgba(200, 104, 122, .35);
}

.btn-buy:hover {
  background: var(--sienna-dark);
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(-2px);
  color: #fff !important;
}

.btn-bag {
  background: var(--white) !important;
  color: var(--sienna) !important;
  border: 1px solid var(--sienna) !important;
}

.btn-back {
  background: #878787 !important;
  color: #ffffff !important;
  border: 1px solid #978989 !important;
  border-radius: 25px !important;
}

.btn-del {
  background: #d93030 !important;
  color: #ffffff !important;
  border: 1px solid #f11313 !important;
  border-radius: 25px !important;
}

.btn-bag:hover {
  background: var(--charcoal) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}


.btn-buynow {
  padding: 12px 30px;
  background: #146547;
  color: #fff;
  border: 1px solid #ee39b8;
  box-shadow: 0 6px 18px rgba(44, 36, 32, .2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  grid-column: span 2;
  font-size: 16px !important;
}


.btn-buynow:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(246, 73, 148, 0.3);
}

.disabled-btn {
  opacity: 0.6;
  cursor: not-allowed !important;
  filter: grayscale(0.6);
  pointer-events: none;
}

/* Tooltip style end  */
.account-success-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 0 40px 0;
  background: var(--warm);
  border-radius: 20px;
}

.success-lottie-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-text-wrap {
  flex: 1;
  padding-right: 40px;
}

.success-text-wrap h1 {
  font-family: var(--fh);
  font-size: 52px;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 20px;
}

.success-text-wrap p {
  font-family: sans-serif;
  font-size: 17px;
  color: var(--deep-rose);
  margin-bottom: 20px;
  max-width: 480px;
  line-height: 1.6;
}

.success-text-wrap p a {
  color: var(--sienna);
  font-weight: 600;
  text-decoration: underline;
}

/* ─── ANNOUNCEMENT BAR ─────────────────────────────────────────── */
.announcement {
  background-image: linear-gradient(90deg, #f64994 0%, #bf165f 50% 50%, #f64994 100%);
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-family: var(--ff-body);
  padding: 9px 0;
  text-transform: uppercase;
}

.announcement span {
  margin: 0 20px;
  opacity: 0.85;
}

.announcement span:first-child {
  opacity: 1;
  font-weight: 500;
}


.wishBtn.added,
.cartBtn.added {
  background-color: var(--sienna) !important;
  color: #fff !important;
}

/* ─── NAVBAR ───────────────────────────────────────────────────── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(250, 247, 242, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(181, 120, 78, 0.15);
  transition: box-shadow var(--transition);
}

.navbar.scrolled {
  box-shadow: var(--shadow-md);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  height: 72px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 60px;
  width: auto;
  transition: transform var(--transition);
}

.logo:hover img {
  transform: scale(1.05);
}

/* Nav links */
.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 0;
}

.nav-links a {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50px;
  color: var(--charcoal);
  transition: all var(--transition);
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: var(--sienna);
  transition: width var(--transition);
  border-radius: 2px;
}

.nav-links a:hover {
  color: var(--sienna);
}

.nav-links a:hover::after {
  width: 60%;
}

.nav-links a.sale {
  color: #c0392b;
  font-weight: 600;
}

/* Nav icons */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
  font-size: 1.2rem;
  transition: all var(--transition);
  position: relative;
}

.nav-icon-btn:hover {
  background: var(--parchment);
  color: var(--sienna);
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  background: var(--sienna);
  color: #fff;
  font-size: 0.55rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Hamburger */
.hamburger {
  display: none;
}

/* ─── SEARCH OVERLAY ───────────────────────────────────────────── */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(44, 42, 39, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding-top: 30px;
}

.search-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.search-box {
  width: 90%;
  max-width: 680px;
  text-align: center;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-overlay.active .search-box {
  transform: translateY(0);
}

.search-label {
  font-family: var(--ff-display);
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  text-align: center;
}

.search-input-wrap {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  padding: 14px 24px;
  gap: 14px;
}

.search-input-wrap i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
}

.search-input-wrap input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-family: var(--ff-body);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.search-input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  z-index: 999999;
}

.search-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.search-hints {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.search-hint-tag {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  padding: 5px 16px;
  border-radius: 30px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background var(--transition);
}

.search-hint-tag:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ─── HERO CAROUSEL ────────────────────────────────────────────── */
.hero-swiper {
  width: 100%;
  height: 600px;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 6s ease;
}

.swiper-slide-active .hero-bg {
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
      rgba(44, 42, 39, 0.72) 0%,
      rgba(44, 42, 39, 0.18) 60%,
      transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 80px;
  color: #fff;
}

.hero-eyebrow {
  font-size: 1rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.7s 0.2s ease,
    transform 0.7s 0.2s ease;
  text-shadow: 1px 1px 2px rgb(0 0 0);
}

.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s 0.35s ease,
    transform 0.7s 0.35s ease;
  text-shadow: 1px 1px 3px rgb(230 58 133);
}

.hero-title em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-sub {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s 0.5s ease,
    transform 0.7s 0.5s ease;
  text-shadow: 1px 1px 2px rgb(0 0 0);
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s 0.65s ease,
    transform 0.7s 0.65s ease;
}

.swiper-slide-active .hero-eyebrow,
.swiper-slide-active .hero-title,
.swiper-slide-active .hero-sub,
.swiper-slide-active .hero-btns {
  opacity: 1;
  transform: translateY(0);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 8px;
  font-family: var(--ff-body);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.btn-primary {
  background: var(--sienna);
  color: #fff;
}

.btn-primary:hover {
  background: var(--umber);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(122, 79, 46, 0.38);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* Swiper custom nav */
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  transition: all var(--transition);
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.26);
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
  content: '';
  display: none;
}

.hero-swiper .swiper-button-next::before,
.hero-swiper .swiper-button-prev::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.1rem;
}

.hero-swiper .swiper-button-next::before {
  content: '\f061';
}

.hero-swiper .swiper-button-prev::before {
  content: '\f060';
}

.hero-swiper .swiper-pagination {
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
  width: auto !important;
  display: flex;
  gap: 8px;
}

.hero-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: var(--sienna);
  width: 28px;
  border-radius: 4px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;
}

/* ─── MARQUEE ──────────────────────────────────────────────────── */
.marquee-wrap {
  background-image: linear-gradient(90deg, #f64994 0%, #bf165f 50% 50%, #f64994 100%);
  padding: 25px 0;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  width: max-content;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 28px;
}

.marquee-dot {
  width: 5px;
  height: 5px;
  background: var(--gold-light);
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ─── SECTION COMMONS ──────────────────────────────────────────── */
.section {
  padding: 80px 0;
}

.section-alt {
  background: var(--parchment);
}

.section-head {
  text-align: center;
  margin-bottom: 52px;
}

.section-tag {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sienna);
  margin-bottom: 10px;
  font-weight: 500;
}

.section-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.15;
  margin-bottom: 12px;
}

.section-title em {
  font-style: italic;
  color: var(--sienna);
}

.section-sub {
  font-size: 1rem;
  color: var(--warm-grey);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.75;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.section-divider::before,
.section-divider::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--blush);
}

.section-divider-dot {
  width: 6px;
  height: 6px;
  background: var(--sienna);
  border-radius: 50%;
}

/* ─── CATEGORIES ───────────────────────────────────────────────── */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  group: true;
}

.cat-img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: var(--parchment);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition),
    box-shadow var(--transition);
}

.cat-card:hover .cat-img-wrap {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cat-card:hover .cat-img-wrap img {
  transform: scale(1.06);
}

.cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(44, 42, 39, 0.55) 0%,
      transparent 55%);
  border-radius: var(--radius);
}

.cat-label-inner {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.cat-count {
  font-family: var(--ff-body);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--sienna);
  text-transform: uppercase;
}

/* ─── PRODUCT CARDS ────────────────────────────────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card,
.prod-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.product-card:hover,
.prod-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.product-img-wrap,
.prod-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--parchment);
}

.product-img-wrap img,
.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.8s ease;
}

.product-card:hover .product-img-wrap img,
.prod-card:hover .prod-img img {
  transform: scale(1.07);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--sienna);
  color: #fff;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 30px;
  font-weight: 600;
  z-index: 999;
}

.product-badge.new {
  background: var(--sienna);
}

.product-badge.sale {
  background: var(--sienna);
}

.product-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 1;
}

.action-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--charcoal);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  z-index: 999;
}

.action-btn:hover {
  background: var(--sienna);
  color: #fff;
  transform: scale(1.1);
}

.product-info-top {
  padding: 10px 18px 0 18px;
}

.product-info-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 20px;
}

.product-info {
  padding: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* --- PRODUCT CARD REFACTORED HOVER & VIDEO --- */
.video-preview-container {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #000;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-preview-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background: transparent;
  pointer-events: none;
}

.video-preview-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 0;
}

.hover-slide-img {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --- SHIMMER EFFECT --- */
.shimmering {
  position: relative;
  overflow: hidden;
}

.shimmering::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  animation: pd-shimmer 1.5s infinite linear;
  z-index: 5;
}

@keyframes pd-shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.add-to-cart-icon {
  width: 40px;
  height: 40px;
  background: #ebede9;
  color: #f64994;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
  flex-shrink: 0;
  margin-bottom: 2px;
}

.add-to-cart-icon:hover {
  background: var(--sienna);
  color: var(--white);
  transform: scale(1.1);
}



/* Swiper Product Carousel Adjustments */
.product-swiper {
  padding: 20px 4px 60px !important;
  margin: 0 -10px !important;
  overflow: hidden;
}

.product-swiper .swiper-slide {
  height: auto;
  padding: 10px;
}

.product-swiper .swiper-pagination {
  bottom: 10px !important;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid var(--blush);
  color: var(--sienna);
  border-radius: 50%;
  top: 40%;
  box-shadow: var(--shadow-sm);
}

.product-swiper .swiper-button-next::after,
.product-swiper .swiper-button-prev::after {
  font-size: 0.9rem;
  font-weight: 700;
}

.product-cat {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sienna);
  font-weight: 500;
}

.product-name {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.3;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.3em * 2);
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  color: var(--gold);
  font-size: 1rem;
}

.rating-count {
  font-size: 1rem;
  color: var(--warm-grey);
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.price-current {
  font-family: serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--umber);
}

.price-old {
  font-size: 0.85rem;
  color: var(--warm-grey);
  text-decoration: line-through;
}

.price-off {
  font-size: 0.7rem;
  background: #fef3e8;
  color: var(--sienna);
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 600;
}

/* View all link */
.view-all-wrap {
  text-align: center;
  margin-top: 44px;
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--sienna);
  border-bottom: 1px solid var(--blush);
  padding-bottom: 4px;
  transition:
    gap var(--transition),
    color var(--transition);
}

.view-all-link:hover {
  gap: 14px;
  color: var(--umber);
}

/* ─── PROMO BANNER ─────────────────────────────────────────────── */
.promo-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
}

.promo-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2c2a27 0%, #591527 60%, #2c2a27 100%);
}

.promo-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    radial-gradient(circle at 30% 50%, var(--sienna) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

  /* create transparent focus area for model image */
  mask-image:
    radial-gradient(circle at 76% 60%,
      transparent 0%,
      transparent 18%,
      black 32%);

  -webkit-mask-image:
    radial-gradient(circle at 76% 60%,
      transparent 0%,
      transparent 18%,
      black 32%);
}

.promo-deco-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  object-fit: cover;
  opacity: 0.35;
}

.promo-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 60px 64px;
  color: #fff;
}

.promo-tag {
  font-size: 1rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
}

.promo-highlight {
  font-family: var(--ff-display);
  font-size: clamp(3.5rem, 7vw, 3.5rem);
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.promo-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 32px;
}

.promo-sub strong {
  color: var(--sienna) !important;
}

.btn-gold {
  background: var(--sienna);
  color: var(--white);
  font-weight: 600;
}

.btn-gold:hover {
  background: var(--sienna-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(196, 154, 60, 0.45);
}

/* ─── TRUST BADGES ─────────────────────────────────────────────── */
.trust-section {
  background: #ffffff;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
}

.trust-item {
  background: #fff;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background var(--transition);
}

.trust-item:hover {
  background: var(--parchment);
}

.trust-icon {
  width: 48px;
  height: 48px;
  background: rgba(107, 122, 86, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sienna);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.trust-title {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1rem;
}

.trust-desc {
  font-size: 1rem;
  color: var(--warm-grey);
  margin-top: 2px;
}

/* ─── GALLERY / INSTAGRAM ──────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 260px);
  gap: 12px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.07);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 42, 39, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: #fff;
  font-size: 1.6rem;
}

.gallery-view-all {
  display: inline-block;
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--sienna);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--blush);
  padding-bottom: 4px;
  transition: all var(--transition);
}

.gallery-view-all:hover {
  color: var(--umber);
  border-color: var(--sienna);
  transform: translateX(5px);
}

/* Lightbox Overlay */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: none;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox-overlay.active {
  display: flex;
  opacity: 1;
}

.lightbox-header {
  position: absolute;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.lightbox-controls-left,
.lightbox-controls-right {
  display: flex;
  gap: 12px;
}

.lightbox-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
}

.lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.lightbox-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  touch-action: none;
}

.lightbox-img-wrap {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: grab;
}

.lightbox-img-wrap:active {
  cursor: grabbing;
}

.lightbox-img-wrap img {
  max-width: 90vw;
  max-height: 70vh;
  object-fit: contain;
  user-select: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.lightbox-footer {
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
}

.lightbox-thumbs-container {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.lightbox-thumbs {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 10px 0;
}

.lightbox-thumb {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  flex-shrink: 0;
}

.lightbox-thumb.active {
  opacity: 1;
  border-color: var(--gold);
  transform: scale(1.15) translateY(-5px);
}

.lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── NEWSLETTER ───────────────────────────────────────────────── */
.newsletter-wrap {
  background: linear-gradient(135deg, var(--parchment), #ede4d5);
  border-radius: 24px;
  padding: 72px 60px;
  text-align: center;
  border: 1px solid rgba(181, 120, 78, 0.18);
  position: relative;
  overflow: hidden;
}

.newsletter-wrap::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(196, 154, 60, 0.08),
      transparent 70%);
  top: -200px;
  right: -100px;
  pointer-events: none;
}

.newsletter-title {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 12px;
}

.newsletter-title em {
  font-style: italic;
  color: var(--sienna);
}

.newsletter-sub {
  font-size: 1rem;
  color: var(--warm-grey);
  margin-bottom: 36px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}

.newsletter-input {
  flex: 1;
  border: 1.5px solid rgba(181, 120, 78, 0.3);
  background: #fff;
  border-radius: 50px;
  padding: 13px 22px;
  font-family: var(--ff-body);
  font-size: 0.9rem;
  color: var(--charcoal);
  outline: none;
  transition: border var(--transition);
}

.newsletter-input:focus {
  border-color: var(--sienna);
}

.newsletter-input::placeholder {
  color: var(--warm-grey);
}

.newsletter-sub-desc {
  font-size: 1rem;
  color: var(--warm-grey);
  margin-top: 14px;
}

/* ─── ABOUT STRIP ──────────────────────────────────────────────── */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 500px;
  overflow: hidden;
  border-radius: 20px;
}

.about-img {
  position: relative;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  background: var(--charcoal);
  color: #fff;
  padding: 72px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-tag {
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.about-title {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-title em {
  font-style: italic;
  color: var(--gold-light);
}

.about-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-num {
  font-family: var(--ff-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-light);
}

.stat-label {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}

/* ─── FOOTER ───────────────────────────────────────────────────── */
footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.7);
  padding: 72px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .logo-name {
  color: var(--gold-light);
  font-size: 1.6rem;
}

.footer-brand .logo-tagline {
  color: rgba(255, 255, 255, 0.45);
}

.footer-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 16px;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-pink);
  font-size: 1rem;
  transition: all var(--transition);
}

.social-btn:hover {
  background: var(--white);
  border-color: var(--sienna);
  color: var(--theme-dark-pink);
  transform: translateY(-3px);
  box-shadow: rgb(255 255 255 / 25%) 0px 54px 55px, rgb(253 243 243 / 12%) 0px -12px 30px, rgb(255 247 247 / 12%) 0px 4px 6px, rgb(255 251 251 / 17%) 0px 12px 13px, rgb(255 248 248 / 9%) 0px -3px 5px;
}

.footer-col-title {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--theme-pink);
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.footer-links a {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  padding: 5px 0;
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
}

.payment-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pay-badge {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* ─── MOBILE NAV DRAWER ────────────────────────────────────────── */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(44, 42, 39, 0.6);
  opacity: 0;
  transition: opacity var(--transition);
}

.mobile-nav-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: var(--cream);
  padding: 0;
  transform: translateX(-100%);
  transition: transform var(--transition);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}

.mobile-nav.open {
  pointer-events: all;
}

.mobile-nav.open .mobile-nav-backdrop {
  opacity: 1;
}

.mobile-nav.open .mobile-nav-drawer {
  transform: translateX(0);
}

.mobile-nav-head {
  padding: 20px 24px;
  border-bottom: 1px solid var(--parchment);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--charcoal);
}

.mobile-links {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.mobile-links a {
  display: block;
  padding: 11px 0;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--charcoal);
  border-bottom: 1px solid rgba(181, 120, 78, 0.1);
  transition: color var(--transition);
}

.mobile-links a:hover {
  color: var(--sienna);
}

.mobile-links a.sale {
  color: #c0392b;
}

/* search style  */

.live-search-results.open {
  padding: 10px;
  border-radius: 10px;
  max-height: 420px;
  overflow: auto;
  background: #625d5a;
  margin-top: 10px;
}

.live-search-results.open {
  scrollbar-width: none;
}

.live-search-results.open a {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);

  border-radius: 20px;

  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}

.live-search-results.open a::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.08) 40%,
      rgba(255, 255, 255, 0.02) 100%);

  pointer-events: none;
}

/* Optional hover effect */
.live-search-results.open a:hover {
  background: rgba(255, 255, 255, 0.16);

  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);

  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* ─── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

@media (max-width: 900px) {
  .hero-swiper {
    height: 480px;
  }

  .hero-content {
    padding: 0 48px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-img {
    height: 320px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .promo-content {
    padding: 48px 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-wrap {
    padding: 48px 28px;
  }

  .promo-banner {
    min-height: 340px;
  }

  .promo-content {
    padding: 40px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section {
    padding: 56px 0;
  }

  .hero-swiper {
    height: 400px;
  }

  .hero-content {
    padding: 0 28px;
  }

  .account-success-wrap {
    flex-direction: column;
  }

  .success-text-wrap {
    padding-right: 0;
    width: 100%;
  }

  .success-text-wrap h1 {
    text-align: center;
    font-size: 35px;
  }

  .success-msg-info p {
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
  }
}

@media (max-width: 538px) {
  .search-label {
    text-align: start;
  }

  .promo-deco-img {
    width: 100%;
    height: 100%;
  }

  .hero-eyebrow {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 10px;
  }

  .hero-sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .hero-btns {
    gap: 10px;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item:nth-child(1) {
    grid-column: span 2;
  }

  .hero-swiper {
    height: 340px;
  }

  .hero-btns {
    flex-direction: column;
  }
}

/* Scroll top button */
.scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 800;
  width: 46px;
  height: 46px;
  background: var(--sienna);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(20px);
  transition: all var(--transition);
  pointer-events: none;
}

.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.scroll-top:hover {
  background: var(--umber);
  transform: translateY(-3px);
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 800;
  width: 46px;
  height: 46px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  transition: all var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #20ba5a;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--shadow-lg), 0 0 15px rgba(37, 211, 102, 0.4);
}


/* ─── TOAST ──────────────────────────────── */
#toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: var(--charcoal, #2c2a27);
  color: #fff;
  padding: 13px 20px;
  border-radius: 8px;
  box-shadow: 0 16px 56px rgba(44, 36, 32, .15);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(70px);
  opacity: 0;
  transition: all .33s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
  max-width: 300px;
}

#toast.show {
  transform: translateY(0);
  opacity: 1;
}

#toast .toast-icon {
  font-size: 16px;
}