/** Shopify CDN: Minification failed

Line 75:0 All "@import" rules must come first
Line 77:0 All "@import" rules must come first
Line 368:0 Expected "}" to go with "{"

**/
/* Custom background image for entire site */
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url('/cdn/shop/files/12214470484e7a9f637975ddb623461a.jpg?v=1742247462');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Dawn-specific selectors */
.color-background-1,
.color-background-2,
.color-background-3,
.color-background-4,
.color-inverse,
.color-accent-1,
.color-accent-2,
.gradient,
.page-width,
.shopify-section,
.main-content,
#MainContent,
#shopify-section-header,
#shopify-section-footer,
.page-container,
.site-wrapper,
.isolate,
.section-sections--vertical-padding,
.section-template--vertical-spacing,
.footer,
.header,
.header__inline-menu,
.header-wrapper,
.header-wrapper--border-bottom,
.header__heading-link,
.header__menu-item,
.header__submenu,
.header__active-menu-item,
.announcement-bar,
.announcement-bar__message,
.footer-block__heading,
.footer-block__details-content,
.footer__content-top,
.footer__content-bottom,
.footer__copyright {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}


/* Fix for mobile devices */
@media (max-width: 768px) {
  body:before {
    background-attachment: scroll;
  }
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Crimson+Text:wght@400;600;700&display=swap');
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nosifer&family=Crimson+Text:wght@400;600;700&display=swap');

/* Custom font with dripping effect */
@font-face {
  font-family: 'BloodLust';
  src: url('/cdn/shop/files/BloodLust.ttf?v=1742250841') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply the dripping font to headings */
h1, h2, h3,
.h1, .h2, .h3,
.heading,
.title,
.header__heading,
.product__title,
.collection-hero__title,
.page-title,
.main-article__title,
.section-header__heading,
.banner__heading {
  font-family: 'BloodLust', cursive !important;
  color: #ff0000 !important; /* Red text for headings */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important; /* Shadow for better readability */
  letter-spacing: 0.05em !important;
}
/* Increase font size for header text only (not logo) */
.header__heading-link span,
.header__menu-item span,
.header__heading-text,
.header__menu-item-text,
.header__active-menu-item,
nav.header__inline-menu ul li a {
  font-size: 2rem !important; /* Increased header text size */
  line-height: 1.5 !important;
}

/* Make sure the logo size remains unchanged */
.header__heading-logo,
.header__heading-link img,
.header__logo-image {
  max-height: initial !important;
  width: auto !important;
}

/* Style buttons to match Berserk theme */
.button,
.product-form__submit,
button[type="submit"],
input[type="submit"] {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  background-color: #800000 !important; /* Dark red background */
  color: #ffffff !important; /* White text */
  border: 1px solid #ff0000 !important; /* Red border */
}

/* Style links */
a, .link {
  color: #ff0000 !important; /* Red links */
  text-decoration: none !important;
}

a:hover, .link:hover {
  color: #ffffff !important; /* White on hover */
  text-decoration: underline !important;
}

/* Remove any remaining background colors */
.rich-text,
.footer,
.header,
.product-information,
.collection-description,
.page-width {
  background-color: transparent !important;
}
/* Cursor options - UNCOMMENT ONLY ONE OPTION */

/* Option 1: Crosshair (like a target/plus sign) */
/*
html, body {
  cursor: crosshair !important;
}
*/



/* Option 10: Grabbing (closed hand) */

html, body {
  cursor: grabbing !important;
}
/* Contain banner within a box */
.banner,
.image-banner,
.slideshow__slide,
.media-banner,
#shopify-section-template--24754355896702__image_banner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

/* Ensure banner image keeps the red border & no unwanted shadows */
.banner__media,
.image-banner .banner__media,
.slideshow__slide .banner__media,
.media-banner .banner__media {
  overflow: hidden !important;
  border: 3px solid #ff0000 !important; /* Keep red outline */
  box-shadow: none !important; /* Remove extra shadows */
  border-radius: 8px !important; /* Keep rounded edges */
  max-width: 100% !important;
  margin: 0 auto !important;
}

/* FIX for Shopify's built-in dark overlay */
.image-banner::before,
.banner__media::before {
  background: none !important;
  display: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  /* Position the banner container properly */
  .banner {
    position: relative !important;
    overflow: visible !important;
  }
  
 
  /* Center the button container */
  .banner__buttons {
    position: absolute !important;
    bottom: -100px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  
}

/* Mobile menu styling */
.menu-drawer,
.menu-drawer__menu-item,
.menu-drawer__menu,
.menu-drawer__submenu,
.menu-drawer__inner-submenu,
.menu-drawer__navigation,
.menu-drawer__utility-links,
.menu-drawer__account {
  background-color: rgba(0, 0, 0, 0.95) !important; /* Almost black background */
  color: #ff0000 !important; /* Red text */
}

/* Mobile menu links */
.menu-drawer__menu-item,
.menu-drawer__menu-item span,
.menu-drawer__utility-item,
.menu-drawer__utility-item span,
.menu-drawer__account a,
.menu-drawer__account span,
.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button,
.menu-drawer__submenu-button {
  color: #ff0000 !important; /* Red text */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.0) !important; /* Text shadow for readability */
}

/* Mobile menu hover/active states */
.menu-drawer__menu-item:hover,
.menu-drawer__menu-item:focus,
.menu-drawer__menu-item--active,
.menu-drawer__menu-item:active,
.menu-drawer__utility-item:hover,
.menu-drawer__utility-item:focus,
.menu-drawer__account a:hover,
.menu-drawer__account a:focus {
  color: #ffffff !important; /* White text on hover/active */
  background-color: rgba(128, 0, 0, 0.8) !important; /* Dark red background on hover/active */
}

/* Mobile menu icons */
.menu-drawer__submenu-arrow,
.menu-drawer__close-button svg,
.menu-drawer__submenu-button svg {
  fill: #ff0000 !important; /* Red icons */
}

/* Mobile menu borders */
.menu-drawer__menu-item,
.menu-drawer__utility-item,
.menu-drawer__account {
  border-bottom: 1px solid rgba(255, 0, 0, 0.3) !important; /* Subtle red border */
}
/* Hide the search bar */
.search {
  display: none !important;
}

/* Alternative selectors if the above doesn't work */
.search-form,
.search-modal__form,
.header__search,
form[action="/search"],
.predictive-search,
.header-search {
  display: none !important;
}


/* Berserk-themed Shop Now button */
.banner__buttons .button,
.button.button--primary,
.banner__content .button {
  padding: 15px 30px !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: linear-gradient(to bottom, #800000, #500000) !important;
  color: #ffffff !important;
  border: 2px solid #ff0000 !important;
  text-shadow: 0 0 5px #ff0000 !important;
  transition: all 0.3s ease !important;
  
  /* Glowing effect */
  box-shadow: 
    0 0 10px rgba(255, 0, 0, 0.5),
    0 0 20px rgba(0, 0, 0, 0.5),
    inset 0 0 15px rgba(0, 0, 0, 0.5) !important;
 
/* Button hover effect */
.banner__buttons .button:hover,
.button.button--primary:hover,
.banner__content .button:hover {
  background: linear-gradient(to bottom, #a00000, #800000) !important;
  transform: scale(1.05) !important;
  box-shadow: 
    0 0 15px rgba(255, 0, 0, 0.7),
    0 0 30px rgba(0, 0, 0, 0.7),
    inset 0 0 15px rgba(0, 0, 0, 0.5) !important;
}

/* Button active/click effect */
.banner__buttons .button:active,
.button.button--primary:active,
.banner__content .button:active {
  background: linear-gradient(to bottom, #500000, #300000) !important;
  transform: scale(0.98) !important;
  animation: berserkerPulse 0.8s infinite !important;
}

/* Berserker pulsing animation */
@keyframes berserkerPulse {
  0% {
    box-shadow: 
      0 0 5px rgba(255, 0, 0, 0.3),
      0 0 10px rgba(0, 0, 0, 0.3),
      inset 0 0 20px rgba(0, 0, 0, 0.7);
    text-shadow: 0 0 5px #ff0000;
  }
  50% {
    box-shadow: 
      0 0 10px rgba(255, 0, 0, 0.6),
      0 0 15px rgba(0, 0, 0, 0.5),
      inset 0 0 15px rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 8px #ff0000;
  }
  100% {
    box-shadow: 
      0 0 5px rgba(255, 0, 0, 0.3),
      0 0 10px rgba(0, 0, 0, 0.3),
      inset 0 0 20px rgba(0, 0, 0, 0.7);
    text-shadow: 0 0 5px #ff0000;
  }
}


