body {
  font-weight: 300;
  padding-top: 180px; }

* {
  box-sizing: border-box; }

.container {
  max-width: 1190px !important;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x)* .5) !important;
  padding-left: calc(var(--bs-gutter-x)* .5) !important; }

/*** HEADER ***/
#announcement_bar {
  position: absolute;
  top: 0;
  width: 100%;
  background: #B61215;
  color: #FFF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

#header {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #000;
  z-index: 99; }

.float_active #header {
  position: fixed;
  top: 0; }

#header_main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.branding {
  padding: 0;
  margin: 0; }

.branding img {
  max-width: 100%;
  height: auto; }

#contact_mobile {
  width: 40px;
  height: 40px;
  background-image: url(https://cdn11.bigcommerce.com/s-lezk3u3fgy/images/stencil/original/image-manager/contact.png?t=1744740826);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

#search_toggle {
  width: 40px;
  height: 40px;
  background-image: url(https://cdn11.bigcommerce.com/s-lezk3u3fgy/images/stencil/original/image-manager/search.png?t=1744740827);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

#user_account_mobile {
  width: 40px;
  height: 40px;
  background-image: url(https://cdn11.bigcommerce.com/s-lezk3u3fgy/images/stencil/original/image-manager/user.png?t=1744740827);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

#header_actions > * {
  color: #FFF;
  text-decoration: none;
  font-weight: lighter;
  border-bottom: none;
  text-transform: none; }

#header_actions .button {
  padding: 13px 25px;
  line-height: 100%;
  width: auto;
  min-height: initial;
  text-transform: none;
  letter-spacing: 1px;
  background: #B61215; }

.search-input {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  font-weight: lighter;
  color: #FFF; }

#header_megamenu a {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-weight: 300;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  font-family: "Inter", sans-serif; }

#header_megamenu a:hover,
#header_megamenu .submenu a:hover {
  color: #dc252a; }

.submenu_trigger {
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.submenu {
  position: absolute;
  background: #000;
  width: 100%;
  bottom: -30px;
  left: 50%;
  padding: 40px;
  transition: all 0.3s;
  transform: translateY(100%) translateX(-50%);
  visibility: hidden;
  opacity: 0; }

#header_megamenu li:hover .submenu {
  bottom: 0;
  visibility: visible;
  opacity: 1; }

.submenu ul {
  columns: 5;
  column-gap: 40px; }

.submenu ul li {
  break-inside: avoid; }

#header_megamenu h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 30px; }

#header_megamenu .submenu a {
  display: inline-block;
  color: #FFF;
  font-weight: 400;
  border: none;
  font-size: 14px;
  font-family: "Inter", sans-serif; }

.minicart-overlay {
  z-index: 99; }

.has-submenu > a {
  padding: 0 30px 0 0; }

#menu_trigger_wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 0 auto;
  cursor: pointer; }

#menu_trigger {
  position: relative;
  width: 25px;
  height: 16px;
  cursor: pointer; }

#menu_trigger::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: all 0.5s; }

.menu_open #menu_trigger::after {
  transform: translateX(100%);
  opacity: 0; }

#menu_trigger i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#menu_trigger i::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: all 0.5s; }

.menu_open #menu_trigger i::before {
  transform: translate(0px, 6px) rotate(45deg); }

#menu_trigger i::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: all 0.5s; }

.menu_open #menu_trigger i::after {
  transform: translate(0px, -8px) rotate(-45deg); }

/*** HOME ***/
.landing_section {
  padding: 70px 0 150px;
  background-size: cover;
  background-position: center;
  color: #FFF; }

.cta_banner {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  color: #FFF;
  border-radius: 10px;
  overflow: hidden; }

.landing_section::after,
.cta_banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.landing_section .container,
.cta_banner > .row {
  z-index: 2; }

.landing_section h1 {
  font-size: 52px;
  line-height: 160%;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-weight: 400; }

.landing_promo_box {
  padding: 40px;
  background: #000;
  border-radius: 8px; }

.landing_promo_box h2 {
  font-size: 42px;
  color: #C33531;
  text-transform: uppercase; }

.landing_promo_box p {
  font-size: 18px; }

.button {
  background: #dc252a;
  color: #FFF;
  border-radius: 8px;
  font-size: 16px; }

.ghost_button.button {
  background: none;
  border: 1px solid #FFF;
  color: #FFF; }

.featured_products {
  padding: 60px 0;
  color: #000; }

.section_title {
  font-size: 42px;
  text-transform: uppercase;
  color: #050618;
  font-weight: 400;
  font-family: "Anton", sans-serif; }

.home_banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 33vw;
  max-height: 370px;
  border-radius: 10px;
  overflow: hidden;
  color: #FFF; }

.home_banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.home_banner.no_overlay::after {
  display: none; }

.banner_content {
  position: relative;
  z-index: 2; }

.banner_content h3 {
  color: #FFF;
  font-size: 42px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }

.blog_item h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #000; }

.blog_item .readmore {
  display: flex;
  gap: 0;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  border-bottom: none; }

.blog_item .readmore::after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px; }

.blog_item_image {
  background-size: cover;
  background-position: center;
  padding-top: 70%;
  border-radius: 10px; }

.silder_nav_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 50px;
  border-radius: 8px;
  background: none;
  border: 1px solid #B61215;
  color: #B61215;
  cursor: pointer;
  transition: all 0.3s; }

.silder_nav_button:hover {
  background: #B61215;
  color: #FFF; }

.cta_section,
.blog_grid_section,
.benefits_box_section,
.products_carousel_section {
  padding: 0 0 70px; }

.benefits_box {
  padding: 100px 0;
  background: #F9F9F9;
  border-radius: 10px; }

.benefits_item {
  max-width: 230px; }

.benefits_item h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #000; }

.benefits_item p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1%;
  text-align: center;
  color: #000; }

.featured_products_carousel .product-item {
  width: 100%;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 10px; }

.featured_products_carousel .product-item-details,
.featured_products_carousel .product-item-title {
  background: none; }

.product-item-details {
  margin-bottom: 10px; }

.product-item-image.aspect-one-by-one {
  aspect-ratio: 1;
  padding: 0;
  height: auto;
  background: #FFF; }

.button-cart-action, .button-quick-view {
  position: relative;
  opacity: 1;
  visibility: visible;
  background: #CA3A34;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-weight: 600;
  padding: 0;
  line-height: 38px;
  height: 38px;
  min-height: 38px;
  margin-top: auto; }

.product-item-title a {
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  color: #000;
  display: block; }

span.price-value {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif; }

.product-item:hover .product-item-details {
  bottom: initial; }

.featured_products_carousel .swiper-slide {
  height: auto;
  display: flex; }

.archive_product {
  display: flex; }

.featured_products_carousel .product-item {
  display: flex;
  flex-direction: column;
  margin: 0; }

.product-item:hover .product-item-details {
  bottom: initial; }

.cta_banner .section_title {
  color: #FFF; }

.banner_decoration {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #CA3A34;
  z-index: 9;
  clip-path: polygon(0 0, 100% 0, 20% 92%, 0 92%); }

.footer-credits-copyright {
  margin: 0;
  padding: 0; }

.footer-payment-icons {
  margin: 0; }

.footer-fancy-bottom {
  align-items: center;
  padding: 30px 0; }

.privacy-link,
.footer-address {
  margin: 0;
  padding: 0; }

.footer-fancy {
  align-items: center; }

.footer-top {
  padding-top: 40px; }

.button-newsletter {
  width: auto;
  padding: 0 20px;
  line-height: 45px; }

.newsletter-input {
  border-radius: 10px; }

@media (max-width: 992px) {
  body {
    padding-top: 160px; }
  .menu_open {
    overflow: hidden; }
  .product-item:hover .product-item-details {
    bottom: initial; }
  .landing_section h1 {
    font-size: 36px; }
  .home_banner {
    height: auto;
    aspect-ratio: 1; }
  #header_megamenu {
    --headerHeight: 160px;
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    width: 100%;
    height: calc(100% - var(--headerHeight));
    overflow: auto;
    background: #000;
    flex-direction: column;
    text-align: center;
    gap: 10px !important;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s; }
  .float_active #header_megamenu {
    --headerHeight: 120px; }
  .menu_open #header_megamenu {
    clip-path: inset(0 0 0 0); }
  #header_megamenu h3 {
    display: none; }
  .submenu_trigger {
    position: relative;
    width: 25px;
    height: 25px; }
  .submenu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    bottom: inherit;
    left: 0;
    padding: 10px;
    transform: none;
    transition: none;
    background: rgba(255, 255, 255, 0.1); }
  .submenu ul {
    columns: 1; } }
