/** Shopify CDN: Minification failed

Line 199:1 Expected "}" to go with "{"

**/



.m-header__container {
   max-width: 1480px !important;
}

.logo-left-menu-center .m-header__center {
    flex-shrink: 1;
    flex-grow: 2;
    /* font-family: "Bebas Neue";
    */
}

/* Logo background effect */

.m-logo {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px; 
}

.m-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
  height: 100%;
 
  background: radial-gradient(
    circle, 
    rgba(198, 170, 108, 0.35) 0%, 
    rgba(198, 170, 108, 0.1) 50%, 
    rgba(11, 26, 47, 0) 80%
  );
  filter: blur(12px); 
  z-index: -1;
  pointer-events: none;
  animation: logo-glow-pulse 4s infinite alternate ease-in-out;
}


.m-logo img {
  filter: drop-shadow(0 0 10px rgba(198, 170, 108, 0.4));
  transition: filter 0.3s ease;
}


@keyframes logo-glow-pulse {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.m-menu__link.m-menu__link--main {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative;
  color: #EBE1D6; 
  padding-bottom: 5px; 
}

.m-menu__link.m-menu__link--main:hover {
  color: #ffffff !important; 
  text-shadow: 0 0 12px rgba(198, 170, 108, 0.7); 
  transform: translateY(-1px);
}

.m-menu__link.m-menu__link--main::after {
  content: '';
  position: absolute;
  bottom: 3px; 
  left: 50%;
  width: 0;
  height: 1.5px;
  background-color: #C6AA6C; /* Brushed Gold */
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(198, 170, 108, 0.5);
}

.m-menu__link.m-menu__link--main:hover::after {
  width: 80%; 
}


h2.m-richtext__title.m-slide__title.m\:text-black.h2 {
    color: #C6AA6C !important;
    font-family: "Montserrat" !important;
}

.m-richtext__subtitle.m-slide__subtitle.m\:text-black.h6 {
  color: #C6AA6C !important;
  font-family: "Montserrat" !important;

}

.template-page #MainContent {
    padding-bottom: 0px !important;
}


.m-sidebar--title {
 
    color: #EBE1D6 !important;
}

.m-product-quickview.m-main-product--wrapper .m-product-info--wrapper {
    padding-top: 20px;
    color: #EBE1D6 !important;
}


.main-product__block .m-product-title {
    color: var(--product-title-color);
    line-height: 1.4;
    font-size: 30px;
    
    color: #EBE1D6 !important;
}



.md\:m\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
      color: #EBE1D6 !important;
}

input.m-quantity__input.form-field.form-field--no-border.m\:text-center {
    color: #EBE1D6 !important;
}


.m-product-form .m-add-to-cart {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    color: #C6AA6C  !important;
    border: 1px solid #C6AA6C !important;
}


button.m-add-to-cart.m-spinner-button.m-button.m-button--secondary:hover {
  background-color: #C6AA6C !important;
  color: #0B1A2F !important;
  border: 1px solid #C6AA6C !important;
}




.m-tab-header.active {
    color: #EBE1D6 !important;
}

.m-tab-header {
    color: #EBE1D6 !important;
}


.m-breadcrumb--wrapper.m\:flex.m\:items-center.m\:justify-center {
    color: #EBE1D6 !important;
}


h2.m-section__heading.h3.m-scroll-trigger.animate--fade-in-up {
    color: #EBE1D6 !important;
}


.m-cart-drawer-item .m-quantity input {
    color: #0B1A2F !important;
}

.bg-dark .m-cart-drawer-item .m-quantity {
    color: #0B1A2F !important;

}

.m-cart-item__remove {
    color: #C6AA6C !important;


.m-cart-item__remove :hover {
    color: #C6AA6C !important;
}