#fw-section-hero-3c3238bb-3b36-4d07-a6c3-229fd1dd986f {
--color-primary: #FFFFFF;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #FFFFFF;
--primary-btn-text: #000000;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}

#fw-section-hero-1766006961 {
--color-primary: #FFFFFF;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #FFFFFF;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #FFFFFF;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #FFFFFF;
--primary-btn-text: #000000;
--primary-btn-border-color: #FFFFFF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #FFFFFF;
--secondary-btn-border-color: #FFFFFF;
/* Fixed (stagnant/parallax) background for the Image Banner section */
.image-banner,
.banner,
.hero,
.section-image-banner,
.banner__media,
.hero__media {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

/* Fallback if the image is an <img> tag inside the banner */
.image-banner img,
.banner__media img,
.hero__media img {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
  z-index: -1 !important;
}

/* Disable fixed on mobile to avoid issues */
@media (max-width: 768px) {
  .image-banner,
  .banner {
    background-attachment: scroll !important;
  }
  .image-banner img,
  .banner__media img {
    position: relative !important;
  }
}

/* Subtle glow effect on hero text (ZYNVDS®) - not too crazy */
.banner__heading,
.hero__title,
h1,
.mega-title,
[class*="heading"],
[class*="title"] {
  color: #ffffff !important;
  text-shadow: 
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.4),
    0 0 30px rgba(255, 255, 255, 0.2) !important;
  transition: text-shadow 0.4s ease !important;
}

/* Slightly stronger glow on hover for interactive feel */
.banner__heading:hover,
.hero__title:hover {
  text-shadow: 
    0 0 15px rgba(255, 255, 255, 0.8),
    0 0 30px rgba(255, 255, 255, 0.6),
    0 0 45px rgba(255, 255, 255, 0.4) !important;
}

/* Subtle glow + lift for the button (Exclusive Bases) */
.banner__buttons .button,
.button,
.btn,
[class*="button"] {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
              0 0 15px rgba(255, 255, 255, 0.4) !important; /* Soft white glow */
  transition: all 0.4s ease !important;
}

.banner__buttons .button:hover,
.button:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3),
              0 0 25px rgba(255, 255, 255, 0.7) !important; /* Stronger glow on hover */
} 
/* Fixed (stagnant/parallax) background for the Image Banner section */
.image-banner,
.banner,
.hero,
.section-image-banner,
.banner__media,
.hero__media {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

/* Fallback if the image is an <img> tag inside the banner */
.image-banner img,
.banner__media img,
.hero__media img {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
  z-index: -1 !important;
}

/* Disable fixed on mobile to avoid issues */
@media (max-width: 768px) {
  .image-banner,
  .banner {
    background-attachment: scroll !important;
  }
  .image-banner img,
  .banner__media img {
    position: relative !important;
  }
}

/* Subtle glow effect on hero text (ZYNVDS®) - not too crazy */
.banner__heading,
.hero__title,
h1,
.mega-title,
[class*="heading"],
[class*="title"] {
  color: #ffffff !important;
  text-shadow: 
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.4),
    0 0 30px rgba(255, 255, 255, 0.2) !important;
  transition: text-shadow 0.4s ease !important;
}

/* Slightly stronger glow on hover for interactive feel */
.banner__heading:hover,
.hero__title:hover {
  text-shadow: 
    0 0 15px rgba(255, 255, 255, 0.8),
    0 0 30px rgba(255, 255, 255, 0.6),
    0 0 45px rgba(255, 255, 255, 0.4) !important;
}

/* Subtle glow + lift for the button (Exclusive Bases) */
.banner__buttons .button,
.button,
.btn,
[class*="button"] {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.2),
    0 0 15px rgba(255, 255, 255, 0.4) !important; /* Soft white glow */
  transition: all 0.4s ease !important;
}

.banner__buttons .button:hover,
.button:hover {
  transform: translateY(-4px) !important;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 0 25px rgba(255, 255, 255, 0.7) !important; /* Stronger glow on hover */
}
/* This makes the button container float on top of the screen */
.banner__buttons {
    position: fixed !important;   /* Unlocks it from the layout */
    bottom: 40px !important;      /* Keeps it 40px from the bottom */
    left: 50% !important;         /* Centers it horizontally */
    transform: translateX(-50%) !important; /* Perfect centering */
    z-index: 9999 !important;     /* Ensures it sits on top of everything else */
    width: auto !important;       /* Prevents stretching */
}

/* Adds a pulse animation so it draws attention */
@keyframes float {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-5px); }
	100% { transform: translateY(0px); }
}

.banner__buttons .button {
    animation: float 3s ease-in-out infinite;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important; /* Stronger shadow for floating effect */
}
}
#fw-section-featured-collection-1766006961 {

/* --- FIXED: NO STRETCHING + VISIBLE GLOW --- */

/* 1. THE CARD (Stop Stretching) */
a[href*="/products/"], 
div[class*="product-card"], 
.grid-view-item {
    /* This command stops the black box from stretching */
    align-self: flex-start !important; 
    height: auto !important;
    min-height: 0 !important;
    display: block !important;

    /* Dark Theme */
    background: #0d0d0d !important; 
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    
    /* Allow the glow to spill out (Don't clip edges) */
    overflow: visible !important; 
    
    margin-bottom: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
}

/* 2. HOVER EFFECT (Lift) */
a[href*="/products/"]:hover, 
div[class*="product-card"]:hover, 
.grid-view-item:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8) !important;
    z-index: 99 !important; /* Make sure it pops over everything */
}

/* 3. THE IMAGE (Round Top Corners & Glow) */
a[href*="/products/"] img, 
div[class*="product-card"] img, 
.grid-view-item img {
    width: 100% !important;
    display: block !important;
    
    /* Manually round TOP corners only (since we removed overflow:hidden) */
    border-radius: 16px 16px 0 0 !important; 
    
    transition: transform 0.4s ease, filter 0.4s ease !important;
}

/* GLOW EFFECT (Bright White Halo) */
a[href*="/products/"]:hover img, 
div[class*="product-card"]:hover img, 
.grid-view-item:hover img {
    transform: scale(1.03) !important;
    /* This creates the blur around the image edges */
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)) !important;
}

/* 4. TEXT AREA (Round Bottom Corners & Tight Fit) */
a[href*="/products/"] .grid-view-item__title,
a[href*="/products/"] .price,
.product-card__info {
    background: transparent !important;
    padding: 15px !important; /* Tight padding to remove empty space */
    text-align: center !important;
    
    /* Manually round BOTTOM corners only */
    border-radius: 0 0 16px 16px !important; 
}

/* Text Container Wrapper Fix (if your theme uses one) */
a[href*="/products/"] > div:last-child,
div[class*="product-card"] > div:last-child {
    padding-bottom: 15px !important;
    border-radius: 0 0 16px 16px !important;
}

/* 5. TYPOGRAPHY */
h3, .h3, .grid-view-item__title, .price, span {
    color: #ffffff !important;
    text-decoration: none !important;
    margin-bottom: 5px !important;
}
}




#fw-section-donations-64f9945c-751f-4260-ab88-714c1afcb42f {
--color-primary: #FFFFFF;
--color-primary-rgb: 255, 255, 255;
--color-background: #121212;
--color-background-rgb: 18, 18, 18;
--color-on-background: #FFFFFF;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #FFFFFF;
--color-background-brightness: 18;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #FFFFFF;
--primary-btn-text: #000000;
--primary-btn-border-color: #FFFFFF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #FFFFFF;
--secondary-btn-border-color: #FFFFFF;

}


#fw-section-announcement-bar-fc4830b1-4dc0-46de-abef-75b1b7ce2530 {
--font-heading-scale: 1.19;
--font-body-scale: 1.0;
}
#fw-section-announcement-bar-fc4830b1-4dc0-46de-abef-75b1b7ce2530 {
--color-primary: #FFFFFF;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #FFFFFF;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
/* Announcement Bar Wrapper */
.announcement-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background: linear-gradient(90deg, #0f0f0f, #161616);
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 14px;
  letter-spacing: 0.4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Timer Text */
.announcement-timer {
  font-weight: 500;
  opacity: 0.95;
  text-align: center;
  white-space: nowrap;
}

/* Optional subtle glow for urgency */
.announcement-timer span {
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .announcement-bar {
    height: auto;
    padding: 10px 12px;
    font-size: 13px;
  }
}

}
#fw-section-header {
--font-heading-scale: 0.74;
--font-body-scale: 1.3;
}
#fw-section-header {

/* Very Cool Transparent Glassmorphism Announcement Bar - Refined for your theme */
/* Targets Shopify's standard announcement bar (visible in common themes like Dawn) */
.announcement-bar,
.shopify-section-announcement-bar,
#shopify-section-announcement-bar,
.announcement-bar-section {
  background: rgba(255, 255, 255, 0.15) !important; /* Light semi-transparent for contrast on dark header */
  backdrop-filter: blur(15px) !important; /* Stronger frosted glass effect */
  -webkit-backdrop-filter: blur(15px) !important; /* Safari fix */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 12px 20px !important;
  position: relative !important;
  z-index: 10 !important;
}

/* If your bar has a colored background role, override it */
.announcement-bar[role="region"],
.announcement-bar .color-background-1,
.announcement-bar .color-background-2 {
  background: transparent !important;
}

/* Text styling - clean and modern */
.announcement-bar__message,
.announcement-bar p,
.announcement-bar a {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-align: center !important;
  margin: 0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
  letter-spacing: 0.8px !important;
}

/* Link hover */
.announcement-bar a:hover {
  opacity: 0.85 !important;
  text-decoration: none !important;
}

/* Subtle shine overlay for extra cool factor */
.announcement-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.1) 100%);
  pointer-events: none;
  z-index: -1;
  border-radius: inherit;
}

/* Ensure the bar is visible and on top */
.announcement-bar {
  display: block !important;
  width: 100% !important;
}

/* Push down the header to prevent overlap with the announcement bar */
.header,
.site-header,
.header-wrapper {
  margin-top: 50px !important; /* Matches typical bar height (~45-50px) */
  padding-top: 0 !important;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .announcement-bar {
    padding: 10px 15px !important;
  }
  .announcement-bar__message,
  .announcement-bar p {
    font-size: 14px !important;
  }
  .header,
  .site-header {
    margin-top: 45px !important;
  }
}
}
#fw-section-product-product-default {

/* Clean Interactive Image Lift Effect - Pure CSS (No JS, No Errors) */
/* Paste this entire block into the section's Advanced > Add custom CSS code */

.product-details-section, /* Target your product details section */
.section, /* General fallback */
[class*="section"] {
  position: relative !important;
  background: #0a0a0a !important;
  padding: 80px 20px !important;
  overflow: hidden !important;
  min-height: 600px !important;
}

/* Floating base image - centered, lifts and enlarges on hover */
.product-details-section::before,
.section::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 500px !important;
  max-width: 85% !important;
  height: 500px !important;
  background-image: url('https://www.corrosionhour.com/wp-content/uploads/2019/10/rust-colosuss-clan-base-design.jpg'); /* REPLACE WITH YOUR IMAGE URL */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8) !important;
  opacity: 0.9 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  transition: all 0.7s cubic-bezier(0.2, 0.8, 0.4, 1) !important; /* Clean smooth motion */
  pointer-events: none !important;
  z-index: 2 !important;
}

/* On hover: lift up, slight enlarge, subtle glow */
.product-details-section:hover::before,
.section:hover::before {
  transform: translate(-50%, -60%) scale(1.08) !important;
  opacity: 1 !important;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.9), 0 0 40px rgba(255, 255, 255, 0.1) !important;
}

/* Ensure content (text, price, button) stays on top and clean */
.product-details-section > *,
.section > * {
  position: relative !important;
  z-index: 5 !important;
}

/* Clean typography improvements */
h2, h3, .price {
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.price {
  font-size: 36px !important;
  color: #ff4757 !important;
}

ul {
  line-height: 2 !important;
  font-size: 18px !important;
}

/* Button clean hover */
.add-to-cart, button, .button {
  transition: all 0.4s ease !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
}

.add-to-cart:hover, button:hover, .button:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6) !important;
}

@media (max-width: 768px) {
  .product-details-section::before,
  .section::before {
    width: 300px !important;
    height: 300px !important;
  }
}
}