/** Shopify CDN: Minification failed

Line 118:8 Expected identifier but found whitespace
Line 118:9 Unexpected "100%"

**/
#shopify-section-sections--20603197751518__header_section .header .header__row .header__columns .header__column .header-menu .header-menu__inner .menu-list .overflow-menu .menu-list__list-item .menu-list__link{
    /* margin : 10px 0px !important; */
    /* background-color : red !important; */
}

#shopify-section-template--20603202240734__product_carousel_PbX7Xp .infinite-product-carousel .carousel-wrapper .carousel-arrow{
    display: none !important;
}

/* loder  */
/* Hide page until loaded */
/* body {
  overflow: hidden;
} */

/*
#luxury-loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease;
}

.gold-logo {
  width: 150px;
  animation: logoGlow 2s ease-in-out infinite alternate;
}

@keyframes logoGlow {
  from {
    transform: scale(1);
    filter: brightness(1);
  }
  to {
    transform: scale(1.06);
    filter: brightness(1.4) drop-shadow(0 0 15px #d4af37);
  }
}

#luxury-loader.hide {
  opacity: 0;
  pointer-events: none;
} */


#shopify-section-template--20603202175198__section .section--page-width{
  display: none !important;
}


/* ===== SHOPIFY FORMS - OPULENTT LUXURY STYLE ===== */

[data-form-root="true"] {
  max-width: 520px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* Inputs */
[data-form-root="true"] input,
[data-form-root="true"] textarea,
[data-form-root="true"] select {
  width: 100%;
  padding: 14px 18px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.2) !important;
  background: transparent !important;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus Effect */
[data-form-root="true"] input:focus,
[data-form-root="true"] textarea:focus {
  outline: none !important;
  border-color: #c6a95d !important;
  box-shadow: 0 0 0 2px rgba(198,169,93,0.2);
}

/* Submit Button */
[data-form-root="true"] button {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 50px !important;
  background: linear-gradient(135deg, #000, #1c1c1c) !important;
  color: #fff !important;
  letter-spacing: 1px;
  border: none !important;
  transition: all 0.3s ease;
}

[data-form-root="true"] button:hover {
  background: linear-gradient(135deg, #c6a95d, #a88b3c) !important;
  color: #000 !important;
  transform: translateY(-2px);
}

/* [data-form-root="true"] {
  max-width: 900px !important;   /* increase width */
  width: 100% !important;
  margin: 60px auto !important;
} */


#shopify-block-AVzlVaVYwR016N2h0M__forms_inline_kAWEC7 .section-content-wrapper {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/* Make app block full width */
.shopify-app-block {
  width: 100% !important;
}

/* Expand actual form */
[data-form-root="true"] {
  max-width: 1000px !important;  /* Adjust as needed */
  width: 100% !important;
  margin: 0 auto !important;
}