/** Shopify CDN: Minification failed

Line 1687:0 Unexpected "/"

**/
@font-face {
  font-family: 'DK Otago';
  src: url('/cdn/shop/files/DK_Otago.woff2?v=1777867747') format('woff2');
}



/* .common-class{
  max-width:1400px;
  margin:0 auto;
} */

/* .header-wrapper {
    top: 10px;
    border-radius: 50px;
} */

.header-width{
  max-width:1400px;
  margin:0 auto;
}

.common-container{
  max-width:1400px;
  margin:0 auto;
}

@media(max-width: 768px){
  .common-container{
    padding:0 30px;
}

.common-class{
    padding:0 30px;
}
.header-width {
 margin:0 5px;
}
}
/* Custom Announcement Bar Styles */
.announcement-bar-marquee {
  width: 100%;
  overflow: hidden;
  display: block; 
  position: relative;
}

.marquee__inner {
  display: flex !important;
  flex-direction: row !important;
  white-space: nowrap !important;
  width: max-content !important;
  will-change: transform;
}

.announcement-item {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.announcement-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-icon img {
  height: auto;
  object-fit: contain;
}

@keyframes marquee-scroll-bar {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.33333%); }
}

.announcement-bar-marquee:hover .marquee__inner {
  animation-play-state: paused !important;
}
/* End Custom Announcement Bar Styles */












/* Start Hero Reveal Banner */

/* Header Sticky Start */
/* .shopify-section-group-header-group {
  position: sticky !important;
  top: 0;
  z-index: 1001 !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.at-top .shopify-section-group-header-group {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.is-scrolling .shopify-section-group-header-group {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
} */

/* 1. Pre-hide the header ONLY on the home page */
html.is-home-page .shopify-section-group-header-group {
  position: sticky !important;
  top: 0;
  z-index: 1001 !important;
  transition: transform 0.4s ease, opacity 0.3s ease;
  
  /* Initial hidden state */
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* 2. Show on scroll */
html.is-home-page.is-scrolling .shopify-section-group-header-group {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Header Sticky End */

.hero-reveal-inner {
  display: flex;
  padding: 60px 4%;
  box-sizing: border-box;
}

.hero-pos-top-left { align-items: flex-start; justify-content: flex-start; }
.hero-pos-top-center { align-items: flex-start; justify-content: center; }
.hero-pos-top-right { align-items: flex-start; justify-content: flex-end; }

.hero-pos-middle-left { align-items: center; justify-content: flex-start; }
.hero-pos-middle-center { align-items: center; justify-content: center; }
.hero-pos-middle-right { align-items: center; justify-content: flex-end; }

.hero-pos-bottom-left { align-items: flex-end; justify-content: flex-start; }
.hero-pos-bottom-center { align-items: flex-end; justify-content: center; }
.hero-pos-bottom-right { align-items: flex-end; justify-content: flex-end; }

/* Content Box Cleanup */
.hero-reveal-content-box {
  position: relative;
  z-index: 5;
  width: auto;
  max-width: 650px; 
}

.hero-reveal-content-box[style*="text-align: right"] .hero-reveal-main-title p {
  margin-left: auto;
}
.hero-reveal-content-box[style*="text-align: center"] .hero-reveal-main-title p {
  margin-left: auto;
  margin-right: auto;
}

.hero-reveal-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-height, 120px));
  z-index: 1;
}

.hero-reveal-inner {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.hero-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: -1;
}

.bg-text-container {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.hero-reveal-bg-large {
  font-size: 12vw;
  font-family: 'DK Otago', sans-serif !important;
  text-transform: none;
  letter-spacing: 1rem;
  line-height: 1;
  margin: 0;
  opacity: 0.95;
}

.hero-reveal-content-box {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-reveal-social-proof {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.social-proof-img {
  height: 45px;
  width: auto;
}

.social-proof-text p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

/* .hero-reveal-main-title {
  margin-bottom: 35px;
} */

.hero-reveal-main-title p {
  font-size: 3.5rem;
  line-height: 1.1;
  margin: 0;
}

.hero-reveal-main-title strong {
  font-weight: 800;
}

.hero-reveal-button {
  display: inline-block;
  padding: 10px 40px;
  font-size:15px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid white;
  transition: transform 0.2s ease;
}

.hero-reveal-button:hover {
  transform: scale(1.05);
}
 /* @media screen and (min-width:320px) and (max-width: 597px){
      .hero-reveal-bg-large {
        font-size: 3vh !important;
        top: 15px;
        position: relative;     
}
} */

/* @media (max-width: 767px) {
  .hero-reveal-wrapper { height: 60vh; }
        .hero-reveal-bg-large {
        font-size: 3vh !important;}
  .hero-reveal-main-title p { font-size: 24px; }
  .hero-reveal-content-box { padding: 40px 20px; }
  .hero-reveal-button {
    padding: 12px 20px;
    font-size:12px;
  }
  .hero-reveal-main-title {
    margin-bottom: 15px;
}
.social-proof-img {
    height: 36px;
    width: auto;
}
} */

/* --- Responsive Adjustments --- */

@media screen and (max-width: 990px) {
  .hero-reveal-bg-large {
    font-size: 9vw; 
    letter-spacing: 1rem; 
  }
  .hero-reveal-main-title p {
    font-size: 2.8rem;
  }
  .bg-text-container {
  top: 24px;
  }
}

@media screen and (max-width: 750px) {
  .hero-reveal-inner {
    padding: 40px 6%;
  }
  
  .hero-reveal-bg-large {
    font-size: 10vw; 
    letter-spacing: 0.4rem; 
    white-space: nowrap; 
    width: 100%;
  }

  .hero-reveal-main-title p {
    font-size: 2rem; 
  }

  .social-proof-text p {
    font-size: 0.9rem;
  }
  
  .hero-reveal-button {
    padding: 12px 30px;
    /* width: 100%; 
    max-width: 280px; */
  }
}

/* Base style refinement to prevent wrap */
.hero-reveal-bg-large {
  white-space: nowrap; 
  display: block;
}

/* End Hero Reveal Banner */






/* --- Circle Collection --- */
.luxury-header-center {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.premium-title {
  font-size: 38px;
  text-transform: uppercase;
}

.premium-title p {
    margin: 0 ;
    padding-bottom: 10px;
    line-height:normal;
}

.premium-subtitle {
  font-size: 16px;
  max-width: 650px;
  line-height: 1.6;
}

.luxury-fragrance-grid {
  display: grid;
  gap: 25px;
}

.luxury-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.luxury-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
}

.luxury-hover-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: center;
}

.luxury-button-flat {
  background: #fff;
  color: #000;
  /* width: 100%;  */
  max-width:150px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align:center;
}

.luxury-card:hover .luxury-hover-bottom {
  opacity: 1;
  transform: translateY(0);
}

.luxury-card:hover .luxury-img {
  transform: scale(1.05);
}

.luxury-info {
  padding: 15px 0;
  text-align: center;
}

.luxury-link-wrapper {
  text-decoration: none;
}

.luxury-collection-name {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight:bold;
}

@media screen and (max-width: 750px) {
  .luxury-container {
    padding: 0 15px;
  }
  .luxury-fragrance-grid {
    grid-template-columns: 1fr !important;
  }
  .luxury-info {
    padding: 25px 0;
}
  .luxury-hover-bottom {
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: absolute;
  }

  .luxury-card:hover .luxury-hover-bottom {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- End Circle Collection --- */



















/* --- Start Bundle  --- */
.promo-container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 30px;
  align-items: stretch;
}

.promo-banner-side {
  flex: 1;
}

.promo-banner-inner {
  height: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
}

.promo-products-side-wrapper {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-subtext-right {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #d4a373; 
  margin-bottom: 10px;
  font-weight: 600;
}

.promo-main-title-right {
  font-size: 72px;
  line-height: 0.9;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #1a1a1a;
}

.promo-products-grid-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 100%;
  padding-top:10px;
}

.promo-product-card-v3 {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.promo-product-card-v3:hover {
  transform: none;
}

.product-image-wrap-v3 {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
  margin-bottom: 15px;
  overflow: hidden;
}

.product-info-wrap-v3 {
  text-align: center;
}

a.promo-btn {
    text-decoration: none;
    padding: 10px;
}

.product-image-wrap-v3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-title-v3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.product-price-v3 {
  font-size: 15px;
  font-weight: 500;
  margin:0;
}

@media screen and (max-width: 990px) {
  .promo-container { flex-direction: column; padding:16px; }
  .promo-main-title-right { font-size: 48px; }
  .promo-banner-inner { min-height: 400px; }
}
/* --- End Bundle  --- */







/* --- Premium Essence Tabs Styles --- */
.essence-section {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.essence-container {
  max-width: 1400px;
  margin: 0 auto;
}

.essence-main-heading {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal;
}

.essence-header-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.essence-tabs {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scrollbar-width: none;
}
.essence-tabs::-webkit-scrollbar { display: none; }

.essence-tab-btn {
  background: none;
  border: none;
  color: inherit;
  opacity: 0.4;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.essence-tab-btn.active {
  opacity: 1;
  border-bottom-color: var(--accent-gold);
}

.essence-tab-content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 20px;
  scroll-behavior: smooth;
  padding: 10px 0;
}
.essence-tab-content::-webkit-scrollbar { display: none; }

.essence-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% / var(--cols-desktop)) - 15px);
  scroll-snap-align: start;
}

.essence-podium {
  background: var(--card-bg);
  border-bottom: 4px solid var(--accent-gold);
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 125%; 
}

.essence-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}

.essence-podium img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
}

.essence-name {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  min-height: 40px; 
}

.essence-name-link { text-decoration: none; color: inherit; }

.essence-quick-add {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.essence-card:hover .essence-quick-add {
  transform: translateY(0);
  opacity: 1;
}

.essence-cart-icon-btn {
  background: #fff;
  color: #000;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.essence-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 25px;
}

.essence-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

/* --- Mobile Responsive --- */
@media screen and (max-width: 767px) {
  .essence-container {
  padding: 0 15px;
}
  .essence-card { flex: 0 0 80%; scroll-snap-align: center; }
  .essence-quick-add { opacity: 1; transform: translateY(0); }
  .essence-header-row { flex-direction: column; gap: 20px; }
  .essence-tabs{gap:5px;}
  .essence-tab-btn{padding:10px}
}







/* ---Start Bundles  --- */

.bundle-hero-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  overflow: hidden;
  background: #fff;
  position: relative;
}

.bundle-marquee {
  background-color: var(--marquee-bg);
  color: var(--marquee-text);
  padding: var(--slider-thickness) 0;
  white-space: nowrap;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 10; 
}

.marquee-content {
  display: flex;
  animation: scrollMarquee 40s linear infinite;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

.marquee-content span { 
  padding: 0 20px; 
  opacity: 0.7;
}

@keyframes scrollMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Layout Container */
.bundle-hero-container {
  display: flex;
  flex-wrap: nowrap;
  height: var(--section-height);
  background: #fff;
  align-items: stretch;
  overflow: hidden; 
  position: relative;
  z-index: 5;
}

.bundle-hero-left {
  flex: 0 0 40%; 
  display: flex;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
  background: #fff;
}

.bundle-heading {
  font-size: var(--heading-size-desktop); 
  line-height: 0.8; 
  color: var(--heading-color);
  margin: 0 0 20px 0;
  font-weight: 600;
  letter-spacing: -4px;
  word-break: break-word;
}

.bundle-subtext {
  font-size: 20px;
  color: var(--subtext-color);
  margin-bottom: 25px;
  max-width: 350px;
  line-height: 1.4;
}

.bundle-button {
  display: inline-block;
  background: var(--btn-bg);
  color: var(--btn-text);
  padding: 16px 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.bundle-hero-right {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #e8e8e8;
}

.bundle-image-wrapper {
  width: 100%;
  height: 100%;
}

.bundle-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-overlay-box {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  padding: 15px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.overlay-title { 
  font-size: 28px; 
  font-weight: 700; 
  color: #ffffffff;
  display: block;
}

.overlay-count { 
  font-size: 14px; 
  opacity: 0.6; 
  color: #fefefeff;
}

@media screen and (max-width: 990px) {
  .bundle-heading {
    font-size: calc(var(--heading-size-desktop) * 0.6);
    letter-spacing: -1.5px;
  }
}

@media screen and (max-width: 768px) {
  .bundle-hero-container {
    flex-direction: column;
    height: auto; 
  }

  .bundle-hero-left {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 20px;
    justify-content: flex-start;
  }

  .bundle-heading {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .bundle-subtext {
    font-size: 16px;
    max-width: 100%;
  }

a.bundle-button {
    padding: 10px 20px;
    font-size: 1.4rem;
}
  .bundle-hero-right {
    flex: 0 0 100%;
    width: 100%;
    border-left: none;
    overflow: visible;
  }

  .bundle-image-wrapper {
    height: 350px;
  }

  .image-overlay-box {
    top: 0;
    left: 0;
    background: transparent; 
    padding: 20px 20px 60px 20px; 
    box-shadow: none; 
  }

  .overlay-title {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .overlay-count {
    font-size: 1rem;
    opacity: 0.8;
  }
}
/* ---End Bundles  --- */







/* ---Start Services --- */
.services-wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
  width: 100%;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.service-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 25px;
  flex: 1;
  min-width: 200px;
  position: relative;
}

.service-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: #d1d1d1;
}

.service-icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  flex-shrink: 0;
}

.service-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.service-content h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

.service-content p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .service-item {
    flex: none;
    width: 100%;
    padding: 20px;
  }
  .service-item:not(:last-child):after {
    width: 80%;
    height: 1px;
    right: 10%;
    top: auto;
    bottom: 0;
  }
}
/* ---End Services --- */




/* Start Alternating Info Section */
/* Start Alternating Info Section */
info-grid-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.info-grid-container {
  max-width: 1400px;
  margin: 0 auto;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}

.info-row:last-child {
  margin-bottom: 0; 
}

.info-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* Force specific column layout reverse for checked video blocks */
.info-row.info-row--reverse {
  flex-direction: row-reverse;
}

.info-image-col, .info-text-col {
  flex: 1;
}

.info-image-wrapper {
  width: 100%;
  height: 500px; 
  overflow: hidden;
  position: relative;
  border-top-right-radius: 100px; 
}

.info-row:nth-child(even) .info-image-wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 100px;
}

/* Ensure reversed corner radius styles match the layout when checkbox is toggled */
.info-row.info-row--reverse .info-image-wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 100px;
}

.info-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  display: block;
}

.info-video-wrapper video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.info-title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.info-text-col p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.wwd-description p {
  color: inherit;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.info-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #7a8271; 
  color: #7a8271;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.info-btn:hover {
  background-color: #f5f8f2ff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .info-grid-container {
    padding: 15px;
}
  .info-row, .info-row:nth-child(even), .info-row.info-row--reverse {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .info-text-col {
    text-align: center;
  }
  .info-image-wrapper {
    height: 300px;
    border-top-right-radius: 60px;
    border-top-left-radius: 0;
  }
  .info-row:nth-child(even) .info-image-wrapper,
  .info-row.info-row--reverse .info-image-wrapper {
    border-top-right-radius: 0;
    border-top-left-radius: 60px;
  }
}
/* End Alternating Info Section */
/* End Alternating Info Section */





/*  footer */

.crz-container {
  max-width:1400px;
  margin: 0 auto;
  /* padding: 0 40px; */
}

.crz-main-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.crz-col {
  padding: 10px 25px;
  flex: 1;
  min-width: 280px;
  display: flex;
  position: relative;
}

.crz-col-brand { flex: 0 0 auto; padding-left: 0; }

.crz-col-newsletter .crz-v-divider {
  display: block !important; 
  width: 1px;
  background: rgba(255, 255, 255, 0.3); 
  height: 250px; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
}

.crz-col-newsletter {
  position: relative;
  padding-left: 60px !important; 
}

.crz-col-brand .crz-v-divider {
  display: none !important;
}
.crz-content-inner { 
  flex: 1; 
  display: flex; 
  flex-direction: column; 
  /* padding-left: 20px;  */
}

.crz-flex-column-between {
  justify-content: space-between;
  gap:40px;
}

.crz-heading { font-size: 23px; font-weight: 700; margin-bottom: 20px; text-transform: none; }
.crz-social-heading { font-size: 20px; font-weight: 700; margin-bottom: 15px; text-transform: none; }
.crz-linklist { list-style: none; padding: 0; margin: 0; }
.crz-linklist li { margin-bottom: 12px; }
.crz-contact-block {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.crz-link { text-decoration: none; font-size: 18px; transition: 0.3s; }

.crz-email-link { font-size: 22px; font-weight: 800; text-decoration: none; padding-bottom: 4px; display: inline-block; }

.crz-newsletter-title { font-size: 38px; font-weight: 700; line-height: 1.1; margin-bottom: 30px; }
.crz-input-group { background: #1a1a1a; border-radius: 50px; display: flex; max-width: 450px; padding: 4px; }
.crz-input-field { background: transparent !important; border: none !important; color: #fff !important; padding: 14px 20px !important; width: 100%; outline: none !important; }
.crz-btn-submit { background: #fff; border: none; border-radius: 50%; width: 40px; height: 40px; cursor: pointer; display: flex; align-items: center; justify-content: center; }


.crz-bottom-bar { margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; align-items: flex-end; }
.crz-bottom-left { display: flex; flex-direction: column; gap: 5px; }
.crz-copyright { font-size: 14px; margin: 0; }
.crz-legal-links { list-style: none; display: flex; flex-wrap: wrap; gap: 15px; padding: 0; margin: 0; }
.crz-legal-links a { font-size: 12px; text-decoration: none; }
ul.crz-legal-links a {
    font-size: 10px;
}
.crz-payments { display: flex; gap: 8px; }
.crz-pay-svg { width: 38px; height: auto; }
.crz-col-menu {
    justify-content: center; 
}

.crz-menu-section {
    margin-bottom: 40px; 
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.crz-contact-block .crz-heading {
    margin-bottom: 15px;
}

.crz-email-link {
    font-size: 15px; 
    letter-spacing: 0.5px;
}
@media (max-width: 990px) {
  .crz-main-grid { flex-direction: column; }
  .crz-v-divider { display: none; }
  .crz-col { padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .crz-bottom-bar { flex-direction: column; align-items: flex-start;  border: none; margin:0; gap:16px;}
  .crz-col-newsletter .crz-v-divider {
    display: none !important;
  }
  .crz-col-newsletter {
    padding-left: 0 !important;
  }
  .crz-menu-section{
    align-content: flex-start;
    margin: 0;
  }
  .crz-contact-block{
        justify-content: flex-start;
  }
  .crz-newsletter-title {
    font-size: 26px;
  }
  .crz-heading {
    font-size: 20px;
}
.crz-social-heading {
    font-size: 18px;
}
.crz-link {
    font-size: 16px;
}
.crz-container {
  padding: 0 20px;
}
.crz-content-inner{
  padding:0;
}
}

@media (max-width: 400px) {
  .crz-payments {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.crz-legal-links {
    grid-template-columns: repeat(3, auto);
    gap: 0px 10px;
    line-height: 1.5;
}
}
/*  footer */






/* Start parallax banner */
.premium-parallax-section {
  position: relative;
  background: #000; 
  height: 80vh; 
  width: 100%;
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 15%, rgba(255,255,255,0.3) 50%, rgba(237, 229, 229, 0.3) 85%);
  z-index: 5; 
  pointer-events: none;
}

.banner-overlay-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px; 
  margin: 0 auto;
  color: white;
  pointer-events: none;
}

.content-wrapper {
  max-width: 550px; 
  pointer-events: auto;
}

.visual-container {
  position: absolute;
  top: -40%; 
  right: -5%; 
  width: 70%; 
  height: 180%; 
  transform: rotate(-15deg); 
  z-index: 1;
}

.parallax-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px; 
  width: 100%;
}

.parallax-column {
  width: 100%;
  border-radius: 20px; 
  overflow: hidden;
  position: relative;
}

.parallax-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); 
  z-index: 2;
}

.parallax-column img {
  width: 100%;
  aspect-ratio: 0.8 / 1;
  object-fit: cover;
  display: block;
}

.col-type-0, .col-type-2 {
  transform: translateY(calc(var(--scroll, 0) * -1.8px));
}

.col-type-1 {
  transform: translateY(calc(var(--scroll, 0) * 1.8px - 400px));
}

.subheading {
  color: #c5a059;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.heading { 
  font-size: clamp(3rem, 5.5vw, 40px); 
  font-weight: 800; 
  line-height: 1;
  margin: 15px 0;
}

.description p {
  font-size: 18px;
  opacity: 0.85;
  line-height: 1.5;
}

.btn-gold { 
  background: #77674aff; 
  padding: 10px 30px; 
  border-radius: 50px; 
  color: #ffffffff; 
  text-decoration: none; 
  display: inline-block;
  margin-top: 25px;
  border:none;
  font-family:inherit;
}

.btn-gold:after{
  border:none;
  box-shadow: none;
}

.btn-gold:not([disabled]):hover:after{
  border:none;
  box-shadow: none;
}

.btn-gold {
  position: relative;
  overflow: hidden;
  z-index: 1; 
}

.btn-gold span {
  position: relative;
  z-index: 2;
}

.btn-gold::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #c5a059; 
  transition: height 0.3s ease;
  z-index: -1;
}

.btn-gold:hover::before {
  height: 0%;
}

@media (max-width: 990px) {
  .visual-container {
    width: 130%; 
    right: -15%; 
    opacity: 0.45;
  }

  .btn-gold { 
  padding: 5px 10px; 
  }

  .parallax-grid {
    gap: 10px; 
  }

  .banner-overlay-content {
    max-width: 100%;
    padding: 0 15px;
  }
}
/* End parallax banner */



/*  Start Collection Page */
.full-unstyled-link:hover{
  text-decoration: none!important;
}

.card__information, 
.card-information {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card__heading,
.card__heading a {
  font-size: 20px; 
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.price {
  font-size: 16px;
  justify-content: center; 
}

.card__inner {
  margin: 0 auto;
}

@media (max-width: 767px){
  .price {
  font-size: 14px;
}
.card__heading,
.card__heading a {
  font-size: 14px; 
}
}
/*  End Collection Pages */




/* Start Pop-up Product Page  */
.cta-below .product-form__submit {
    display: none;
}

  .price-per-item__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 20px;
}

  .price-per-item__container .product-form__submit {
    width: 100%;
    margin: 0;
    height: 100%;
  }
@media (max-width: 767px){
  .price-per-item__container {
    gap: 0;
  }
}
/* Start Pop-up Product Page  */



/* To Open Full Width Header  */
/* .page-width {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.scrolled-past-header .page-width {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    top:0;
} */
/* To Open Full Width Header  */



/* Start Quantity Picker Product Page */
.quantity {
  border-radius: 50px !important; 
  overflow: hidden !important;
  border: 1px solid #000000 !important; 
}

.quantity::after, 
.quantity::before {
  display: none !important;
  box-shadow: none !important;
  content: none !important;
}

.product-form__input--pill input[type='radio'] + label {
  border-radius: 20px !important;
  position: relative;
}

.product-form__input--pill input[type='radio'] + label::before,
.product-form__input--pill input[type='radio'] + label::after {
  display: none !important;
}
/* End Quantity Picker Product Page */




/* Start Banner Collection Collection Page */
/.perfume-collection-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.perfume-header-centered {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.banner-main-title {
  font-size: 40px;
  margin: 0 0 10px 0 !important; 
  color: white;
  display: block;
  width: 100%;
  text-align: center;
}

.breadcrumb-centered {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.breadcrumb-centered a, 
.breadcrumb-centered span {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.breadcrumb-centered a{
  font-weight:600;
}
.breadcrumb-centered span {
  opacity:0.8;
}
.slider-wrapper-main {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.circle-grid {
  display: flex;
  justify-content: flex-start;
  gap: 24px; 
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 0;
}

.circle-grid::-webkit-scrollbar {
  display: none;
}

.circle-item {
  text-decoration: none;
  color: white;
  flex: 0 0 auto;
  width: calc((100% / 6) - 20px); 
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-snap-align: start; 
  transition: transform 0.3s ease;
}

.image-wrapper {
  background: #ffffff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-label {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.slider-arrow {
  position: absolute;
  top: 90px; 
  background: white;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-wrapper-main:hover .slider-arrow {
  opacity: 1;
}

.slider-arrow.prev { left: 10px; }
.slider-arrow.next { right: 10px; }

@media screen and (max-width: 1100px) {
  .circle-item {
    width: calc((100% / 4) - 20px); 
  }
}

@media screen and (max-width: 749px) {
  .banner-main-title { 
    font-size: 2.2rem; 
  }

  .slider-wrapper-main { 
    padding: 0 15px; 
  }

  .breadcrumb-centered {
    font-size: 0.9rem;
  }

  .circle-item {
    width: calc(50% - 12px); 
    min-width: unset;
  }

  .image-wrapper { 
    width: 100px; 
    height: 100px; 
  }

  .slider-arrow { 
    display: none;
  }
}
/* End Banner Collection Collection Page */



/* Reduced the Space between the cta and the Quantity Picker */
product-form {
    margin: 10px !important;
}
/* Reduced the Space between the cta and the Quantity Picker */




/* for the icons hamburger header */
@media screen and (max-width: 990px) {
.menu-drawer .menu-drawer__utility-links .list-social {
    display: flex;
}
}
/* for the icons hamburger header */