/** Shopify CDN: Minification failed

Line 254:0 Unexpected "/"

**/
/* =========================
   FIXED LUXURY MENU
   ========================= */

/* Main Desktop Menu */
.header__inline-menu .list-menu__item {
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 2;
}

/* Bubble Style */
.header__menu-item {
  position: relative;
  padding: 12px 24px !important;
  border-radius: 999px;
  transition: all 0.35s ease;
  overflow: hidden;
  background: transparent;
}

/* Bubble Glow */
.header__menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(255, 20, 147, 0.16),
    rgba(255, 105, 180, 0.24)
  );
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
  filter: blur(12px);
}

/* Hover Bubble */
.header__menu-item:hover::before {
  transform: scale(1);
  opacity: 1;
}

/* Hover Text */
.header__menu-item:hover {
  color: #ff4fc3 !important;
  transform: translateY(-2px);
  box-shadow:
    0 0 18px rgba(255, 20, 147, 0.25),
    0 0 35px rgba(255, 20, 147, 0.15);
}

/* ACTIVE PAGE */
.list-menu__item--active {
  color: #ff4fc3 !important;
  background: rgba(255, 105, 180, 0.12);
  border-radius: 999px;
}

/* Dropdown */
.header__submenu {
  background: rgba(48, 28, 40, 0.82) !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(28px);

  box-shadow:
    0 10px 40px rgba(255, 20, 147, 0.18),
    0 0 20px rgba(255, 105, 180, 0.08);
}

/* Dropdown Links */
.header__submenu .header__menu-item {
  color: white !important;
}

/* Mobile Menu */
.menu-drawer__menu-item {
  border-radius: 18px;
  transition: all 0.3s ease;
}

.menu-drawer__menu-item:hover {
  background: rgba(255, 20, 147, 0.1);
  color: #ff4fc3 !important;
  padding-left: 20px !important;
}

.header-wrapper {
position: relative !important;
width: 100%;
z-index: 99;

background:
linear-gradient(
90deg,
rgba(255,245,248,0.78),
rgba(255,228,236,0.62)
) !important;

backdrop-filter: blur(22px);
-webkit-backdrop-filter: blur(22px);

border-bottom:
1px solid rgba(255,255,255,0.22);

box-shadow:
0 10px 35px rgba(0,0,0,0.08);
}


.scrolled-past-header .header-wrapper {
  background: rgba(10,10,10,0.92);
}

.button {
  border-radius: 999px !important;
  background: linear-gradient(135deg,#ff4fc3,#ff85e1) !important;
  color: white !important;
  font-weight: 700;
  letter-spacing: .5px;
  box-shadow:
    0 0 18px rgba(255,20,147,.35);
  transition: all .3s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 28px rgba(255,20,147,.55);
}

.card-wrapper {
  transition: all .35s ease;
}

.card-wrapper:hover {
  transform: translateY(-8px);
}

.card-wrapper img {
  transition: transform .5s ease;
}

.card-wrapper:hover img {
  transform: scale(1.04);
}

body::before {
  content: "";
  position: fixed;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: rgba(255,20,147,0.12);
  filter: blur(120px);
  z-index: -1;
}

.header__heading-logo {
  max-width: 190px !important;
  height: auto;
  background: transparent !important;
}

.header__heading-link {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.header__heading-logo {
  max-width: 190px !important;
  height: auto;
  background: transparent !important;
}

.header__heading-link {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.header-wrapper {

  background:
    linear-gradient(
      90deg,
      rgba(255,245,248,0.78),
      rgba(255,228,236,0.62)
    ) !important;

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  border-bottom:
    1px solid rgba(255,255,255,0.22);

  box-shadow:
    0 10px 35px rgba(0,0,0,0.08);

}

.product-form__submit {
    background: linear-gradient(90deg, #ff4fb3, #ff7ed1);
    border: none;
    box-shadow: 0 0 18px rgba(255, 105, 180, 0.35);
    transition: all 0.3s ease;
}

.product-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(255, 105, 180, 0.55);
}

.product__media img {
    border-radius: 22px;
}

.product__info-container {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 24px;
}


.card__inner {
aspect-ratio: 1 / 1.15;
overflow: hidden;
}

.card__media img {
width: 100%;
height: 100%;
object-fit: cover !important;
}

/
.card__heading {
font-size: 17px !important;
line-height: 1.3 !important;
min-height: auto !important;
}

.card__heading a {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
display: block !important;
}


/* =========================================
   LUNOVA LUX — CLEAN PRODUCT CARD SYSTEM
========================================= */

.card-wrapper {
  height: 100%;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
}

.card__inner {
  border-radius: 22px;
  overflow: hidden;
  background: #f7f7f7;
}

.card__media {
  overflow: hidden;
  background: #f7f7f7;
}

.card__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.card:hover .card__media img {
  transform: scale(1.03);
}

.card__information {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card__heading {
  margin: 0;
  line-height: 1.4;
}

.card__heading a {
  color: #111111;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price {
  margin-top: 4px;
}

.price-item {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

.badge,
.card__badge,
.price__badge-sale {
  display: none !important;
}

.collection .grid {
  row-gap: 28px;
}

@media screen and (max-width: 749px) {

  .collection .grid {
    row-gap: 18px;
    column-gap: 12px;
  }

  .card__information {
    padding: 14px;
  }

  .card__heading a {
    font-size: 15px;
  }

  .price-item {
    font-size: 16px;
  }

}


/* =========================
   PREMIUM BUTTONS
========================= */

.button {
  border-radius: 999px !important;
  padding: 16px 34px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,20,147,0.18);
}

/* =========================
   REMOVE HERO GAP
========================= */

.banner,
.slideshow,
.slideshow__slide,
.banner__media {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.banner__content {
  padding-top: 0 !important;
}

.shopify-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Tighten header spacing */
.header-wrapper {
  margin-bottom: 0 !important;
}

/* Remove weird blank spacing */
#MainContent {
  padding-top: 0 !important;
}


/* ===== CLEAN HEADER FIX ===== */

.header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 110px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.header__heading {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-right: 50px !important;
}

.header__heading-link {
    display: flex !important;
    align-items: center !important;
    line-height: 1 !important;
}

.header__heading-logo {
    width: auto !important;
    max-width: 320px !important;
    max-height: 85px !important;
    object-fit: contain !important;
}

.header__inline-menu {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
}

@media screen and (max-width: 989px) {

  .header__inline-menu {
    display: none !important;
  }

}

/* Luxury footer refinement */
.footer {
  background: #120d14 !important;
}

.product {
  background: linear-gradient(
    180deg,
    #fff9fc 0%,
    #fdf5f9 40%,
    #fff 100%
  ) !important;
}

.product__description {
  max-width: 520px;
  line-height: 1.9;
}

.card-wrapper {
  transition: transform 0.3s ease;
}

.card-wrapper:hover {
  transform: translateY(-4px);
}

.shopify-payment-button__button {
  border-radius: 999px !important;
  overflow: hidden;
}

/* =========================================
   FIX SHOPIFY MOBILE DRAWER
   ========================================= */

@media screen and (max-width: 989px) {

  .menu-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 85vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    background: #fff !important;
    transform: translateX(0) !important;
  }

  .header-wrapper,
  .header,
  .section-header {
    overflow: visible !important;
  }

  .shopify-section-header-sticky {
    z-index: 20 !important;
  }
}

.lunova-cart-trust{
  margin-top:16px;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(
    180deg,
    #fffafd,
    #fff4f8
  );
  border:1px solid rgba(255,105,180,.15);
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  text-align:center;
}

.lunova-cart-trust-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.lunova-cart-trust-benefits {
  text-align: center;
  line-height: 2;
}

.lunova-free-shipping {
  width: 100%;
  background: linear-gradient(180deg,#fff8fb,#fdf2f7);
  border: 1px solid #f3d8e6;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
  font-size: 15px;
  box-sizing: border-box;
}