#fw-section-custom-html-b6c5391c-0f56-4b1e-84db-6b5bd0938eec {

/* 🔲 Menu Container - Pure Black, With Bottom Spacing */
.animedrip-menu {
  background-color: #000;
  padding: 8px 14px 0px 14px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-bottom: 0px;
}

/* 🍔 Burger Label */
.menu-label {
  display: none;
  color: #FFA500;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #FFA500;
  border-radius: 6px;
  padding: 6px 12px;
  user-select: none;
  margin-bottom: 1px;
}

/* 🔘 Hidden Checkbox (toggle logic) */
.menu-toggle {
  display: none;
}

/* 🧩 Menu Links - Desktop View */
.animedrip-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

/* 🔗 Link Styles */
.animedrip-links a {
  color: #FFA500;
  background-color: transparent;
  padding: 6px 8px; /* increased for better touch targets */
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease;
  border: none;
}

/* ✨ Underline on Hover */
.animedrip-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #FFA500;
  transition: width 0.3s ease;
}

.animedrip-links a:hover::after {
  width: 100%;
}

.animedrip-links a:hover {
  color: white;
}

/* 🎯 Optional Active Tab Highlight */
.animedrip-links a.active {
  color: white;
}

.animedrip-links a.active::after {
  width: 100%;
}

/* 💎 Membership Button */
.animedrip-links a.membership {
  background-color: #FFA500;
  color: #000;
  padding: 7px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}

.animedrip-links a.membership:hover {
  background-color: #ff8c00;
  color: white;
}

.animedrip-links a.membership img {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: 3px;
}

/* 📱 Mobile Burger Menu Styles */
@media (max-width: 768px) {
  .menu-label {
    display: inline-block;
  }

  .animedrip-links {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .animedrip-links.open {
    display: flex;
    max-height: 500px;
    opacity: 1;
  }

  .membership-link {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    color: #FFA500;
  }
}

/* 🔶 Membership Link Icon Styling */
.membership-link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  color: #FFA500;
}

.membership-link .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 3px;
}

}
#fw-section-featured-collection-0 {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:18px
}

}

#fw-section-newsletter-c4522aa0-0e62-4edd-ab45-eb25cd003f26 {
--color-primary: #fc9009;
--color-primary-rgb: 252, 144, 9;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-product-image-background: #fc9009;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}











#fw-section-header {
--color-primary: #fc9009;
--color-primary-rgb: 252, 144, 9;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-on-background: #ff8e00;
--color-on-background-rgb: 255, 142, 0;
--color-product-image-background: #fc9009;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
@media (min-width: 1025px) {
    .header__size--lg {
        height: auto;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1024px) {
    .header__size--lg {
        height: auto;
        padding-top: 7px;
        padding-bottom: 5px;
    }
}

/* Set logo size for screens up to 1024px */
@media (max-width: 1024px) {
  .header__logo img {
    height: 70px !important;
    width: auto !important;
    max-height: none !important;
  }
}

/* Set logo size for screens wider than 1024px */
@media (min-width: 1025px) {
  .header__logo img {
    padding-bottom:1px;
    height: 90px !important;
    width: auto !important;
    max-height: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  /* Show header__icons and list container (optional if hidden before) */
  .header__icons {
    display: flex !important;
  }

  .header__icons .header__list {
    display: flex !important;
  }

  /* Hide "Members Only" (2nd item) */
  .header__icons .header__list > li:nth-of-type(2) {
    display: none !important;
  }

  /* Hide "News" (3rd item) */
  .header__icons .header__list > li:nth-of-type(3) {
    display: none !important;
  }

  /* Optional: Keep Account (4) and Cart (5) visible */
}


@media (max-width: 1024px) {
  /* ❌ Disable main link (e.g., "Shop All") on tablet/mobile */
  .header__list-item > a.header__link--icon {
    pointer-events: none !important;
    cursor: default !important;
  }

  /* ✅ Show dropdown when the menu item is focused (e.g., tapped) */
  .header__list-item:focus-within .header__dropdown,
  .header__list-item:hover .header__dropdown {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* ✅ Ensure dropdown is not hidden */
  .header__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: var(--color-background, #000);
    min-width: 200px;
    padding: 8px 0;
  }

  /* ✅ Style dropdown items for mobile usability */
  .header__dropdown-inner a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--color-on-background, #fff);
  }

  .header__dropdown-inner a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

/* ✅ Re-enable link on desktop */
@media (min-width: 1025px) {
  .header__list-item > a.header__link--icon {
    pointer-events: auto !important;
    cursor: pointer !important;
  }
}

}



#fw-section-custom-html-ce0b14b3-c579-4c96-8272-5b1022b3e750 {


* {
  z-index: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-slider {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.slider-track {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.fade-slide {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
}

.fade-slide.active {
  opacity: 1;
  z-index: 1;
}

.fade-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  object-position: center;
  display: block;
  background-color: #000;
  z-index: 1;
}

.shop-now-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF4D00;
  color: white;
  padding: 16px 32px;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background 0.3s;
}

.shop-now-btn:hover {
  background-color: #ff9610;
}

@media (max-width: 768px) {
  .hero-slider {
    height: 70vh;
  }

  .fade-slide img {
    z-index: 1;
    object-fit: cover;
    object-position: center top;
  }

  .shop-now-btn {
    padding: 14px 24px;
    font-size: 16px;
    bottom: 24px;
    z-index: 2; /* even lower on mobile */

  }
}
}
#fw-section-announcement-bar-e7fc70c5-bdea-4341-94c8-c56fa4966660 {
--color-primary: #1f1f1f;
--color-primary-rgb: 31, 31, 31;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ff9300;
--color-on-background-rgb: 255, 147, 0;
--color-product-image-background: #fc9009;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);

/* 🔧 Compact the announcement bar */
.announcement-bar {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  height: auto !important;
}

/* Optional: reduce inner spacing if needed */
.announcement-bar__inner {
  padding: 5px 10px !important;
  line-height: 1.2 !important;
}

/* Optional: reduce font size slightly */
.announcement-bar__label {
  font-size: 14px !important;
}
}

#fw-section-featured-collection-5c9287ca-7df2-4b97-972a-d82c926e7d14 {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:18px
}

}
#fw-section-tiers-d82842f8-c821-40f5-8834-f3312233c381 {
--color-primary: #fc9009;
--color-primary-rgb: 252, 144, 9;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-product-image-background: #fc9009;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-featured-collection-6c494fc3-3c60-4034-a9a0-a21ed809caef {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:22px
}

}
#fw-section-instagram-feed-b5294266-3b40-4eea-8d15-e97620b1cf2c {

.section-header__heading {text-align: center;}
}
#fw-section-featured-collection-1779e612-a2d3-42cd-89fe-88933e41aabe {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:22px
}

}
#fw-section-tiers-60567afb-d90f-4299-a611-b8dc0e1f445e {
--color-primary: #fc9009;
--color-primary-rgb: 252, 144, 9;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-product-image-background: #fc9009;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-18fc0d13-88e3-4ac7-859d-4b0944e267d9 {
--color-primary: #fc9009;
--color-primary-rgb: 252, 144, 9;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-product-image-background: #fc9009;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-hero-68cfc598-e090-4a8b-b63a-3503a5209612 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-product-image-background: #fc9009;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);

}



#fw-section-featured-collection-ae8dd795-3db4-41e3-baea-d32866712eaf {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:18px
}

}

#fw-section-featured-collection-0bf6f960-f115-4734-a316-6219f5b4203d {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:18px
}

}
#fw-section-featured-collection-6cb8797d-2a95-46ee-9243-833fbb18ef55 {

.section-header__heading {
  text-align: center}
a {
  text-align: center;
  font-size:18px
}

}