/** Shopify CDN: Minification failed

Line 414:22 Expected "}" to go with "{"

**/
.header__menu-item span,
.mega-menu__link {
  text-transform: uppercase;
  font-size: 15px;
}
.search-bar {
  padding-bottom: 10px;
}
.search-modal__content {
  padding-inline: 10px;
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    padding-left: 13px;
  }
}
.header__menu-item svg {
  height: 0.5em !important;
}
.disclosure span {
  font-size: 12px;
}
.list-menu--inline {
  flex-wrap: nowrap !important;
}

/* Custom floating social media icons */
.floating-social-bar {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 17px;
  z-index: 9999; /* Ensures it's above other content */
  background:rgb(255,255,255,0.4);
  padding: 15px;
  border-radius: 10px 0px 0px 10px;
  backdrop-filter:blur(2px);
}

.floating-social-bar a {
  display: block;
  width: 30px; /* Adjust size */
  height: 30px;
}

.floating-social-bar img {
  width: 30px; /* Ensure the image takes the correct size */
  height: 30px;
  object-fit: contain; /* Ensures images are not cropped */
  transition: transform 0.3s ease-in-out;
}

.floating-social-bar img:hover {
  transform: scale(1.1);
}
/* Mobile - Bottom Navigation */
@media (max-width: 768px) {
  .floating-social-bar {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    display: flex;
    flex-direction: row; /* Make icons appear in a row */
    justify-content: center;
    align-items:center;
    background: rgba(255, 255, 255, 0.4); /* Slightly transparent background */
    backdrop-filter:blur(20px);
    padding: 10px 0;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    margin-inline:10px;
  }

  .floating-social-bar a {
    flex: 1;
    text-align: center;
  }

  .floating-social-bar img {
    width: 30px; /* Slightly smaller for mobile */
    height: 30px;
  }
  
}

.footer-block__details-content {
  display: grid; /* Use grid layout */
  grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns */
  gap: 0px ; /* Adds space between grid items */
  padding-block: 50px;
}

  
  .menu-item {
  position: relative;
  box-sizing: border-box; 
  text-align:left;
}
/* Initially hide submenus */
.submenu {
  display: none;
  flex-direction:column;
  position: static;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 10px;
  background: #292A2E;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
  color: white;
  border-radius:5px;
  z-index: 100;
  opacity:1;
}

/* Add arrow next to the parent items with submenus */
.submenu-arrow {
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
  position: absolute;
  top: 5px;
  margin-left: 8px;
}
.submenu-arrow svg{
    height:5px;
  
  }

/* Adjusting menu-item position for submenu */
.menu-item {
  position: relative;
}
  .footer__content-top{
    padding-bottom:unset;
  }
  @media (max-width: 768px) {
  .footer-block__details-content {
    grid-template-columns: repeat(1, 1fr); /* 1 column for mobile screens */
    padding-block: 15px; /* Adjust padding for mobile */
  }
  .submenu-arrow{
    position: relative;
    top: 0px;
  }
    .submenu {
      position:relative;
      top:unset;
      left:0;
      padding-left: 20px;
    }
    .submenu {
      background: unset;
      box-shadow:unset;
    }
    .cookies-banner{
      margin: 150px 20px;
    }
}
.floating-social-bar {
  transition: opacity 0.3s ease-in-out;
}

/*Footer payment icons list  */
.list-payment {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.list-payment__item img {
  width: 35px;
  height: auto;
}
.footer__column p{
 font-size:13px;
  margin: unset;
}
/* Cookies */
.cookie-wrapper{
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
    z-index: 9999;
}
.cookie-banner {
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 15px;
    text-align:center;
    max-width:500px;
    border-radius: 5px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: Futura, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
  @media (max-width: 768px) {
  .footer-block__details-content {
    grid-template-columns: repeat(1, 1fr); /* 1 column for mobile screens */
    padding-block: 15px; /* Adjust padding for mobile */
  }
  }

.cookie-banner a {
    color: #ED0202;
    text-decoration: underline;
}

.cookie-banner button {
    background: #ED0202;
    color: #fff;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.close-banner {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
}
/* Customize menu layout  */
.mega-menu__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; /* Max columns needed */
  gap: 10px 20px !important; /* Adjust spacing as needed */
  list-style: none !important;

}

.mega-menu__list li {
  break-inside: avoid;
}
.menu-drawer__menu.list-menu{
  padding-bottom: 50px
}
.css-1nmdiq5-menu{
  position: relative !important;
}
/* Customize announcment banner */
.ticker-wrap {
  overflow: hidden;
  width: 100%;
  background: inherit;
  position: relative;
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker-scroll 50s linear infinite;
}

.ticker-item {
  white-space: nowrap;
  padding: 0 2rem;
  display: inline-block;
}
.ticker-separator {
  padding: 0 1rem; /* Adjust space around the separator */
  font-size: 1.5rem;
  color: #EE0707;
}


@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Brand slider */
.swiper-slide{
         text-align:center;
     padding-inline:10px;
   }
      .swiper-slide img {
    max-width: 150px;
    height: 60px;
}
      .swiper-slide a{
        text-decoration:none;
        color:#ED0202;
        opacity: 0.7;
        text-transform:uppercase;
      }
 @media (max-width: 768px) {
   .swiper{
     padding-inline:10px;
   }

      .swiper-slide img {
    max-width: 75px;
    height:40px;
}
         .swiper-slide a{
        font-size: 13px;
      }
      .swiper-slide{

     padding-inline:0px;
   }
}

/* Floating Bubble */
#promo-bubble, #promo-bubble-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ED0202;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  z-index: 9999;
  transition: background 0.3s;
}
#promo-bubble-mobile {
    display:none;
}
@media (max-width: 768px) {
  #promo-bubble {
    display: none;
  }
  #promo-bubble-mobile {
    display: block;
    bottom: 55px;
  }
}
#promo-bubble:hover {
  background: #c50101;
}

/* Popup Container */
#promo-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  justify-content: center;
  align-items: center;
}

#promo-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
}

#promo-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}
#promo-content button {
  margin-top: 20px;
  background: #ed0202;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
#promo-content button:hover {
  background: #c50101;