/** Shopify CDN: Minification failed

Line 10:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');
h1, h2, h3, h4, h5, h5, h6{
   font-family: "Faculty Glyphic"!important;
}
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
p, span, a{
    font-family: "Mona Sans"!important;
}


/* HEADER */
header.header {
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.header nav.header__inline-menu {
    text-align: center;
}
.header__inline-menu ul.list-menu.list-menu--inline {
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}
.header nav.header__inline-menu ul.list-menu li a {
    padding: 0;
}
.header nav.header__inline-menu ul.list-menu li a span {
    color: #000;
    font-family: 'Faculty Glyphic'!important;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.header nav.header__inline-menu ul.list-menu li a span.header__active-menu-item {
    background: #BA4B40;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 50px;
}
.header__icon .svg-wrapper {
    width: 44px;
    height: 44px;
}
.header__icons.header__icons--localization.header-localization svg {
    width: 30px;
    fill: #ffff;
}
.shopify-section.section-header.shopify-section-header-sticky.scrolled-past-header header.header {
    background: #ba4b40;
    transition: 0.7s;
    padding: 20px;
}

/* SLIDESHOW */
.slideshow .banner__buttons a {
    background: transparent;
    border: 2px solid #ffff;
}
.slideshow .banner__buttons a:hover:after {
    box-shadow: none;
    border: none;
}
.slideshow .banner__buttons a:hover{
    background: #ba4b40;
    transition: 0.6s;
}
.slideshow__controls.slider-buttons {
    border: none;
    position: relative;
    bottom: 47px;
    width: 100%;
}
.slideshow__controls .slider-counter__link--dots .dot {
    background: #999999;
    height: 7px;
    width: 35px;
    border: unset;
    border-radius: 8px;
}
button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active .dot {
    background: #ba4b40;
    border: unset;
}
.slideshow__controls {
    padding: 10px 0px;
}
.slideshow__controls.slider-buttons {
    border: none;
}
.slideshow__controls button.slider-button {
    display: none;
}
.slideshow__control-wrapper .slider-counter__link {
    padding: 0.5rem;
}
.banner__buttons svg {
    width: 30px;
    height: auto;
    margin-left: 1px;
    padding-top: 3px;
}


/* FEATURED */
.card__information a.full-unstyled-link {
    text-decoration: none;
    color: #000;
    font-family: 'Faculty Glyphic'!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.card-wrapper .price--on-sale .price-item--regular {
    color: #ababab;
    font-size: 12px;
}
.card-wrapper span.price-item.price-item--sale, span.price-item.price-item--regular {
    color: #e9594a;
    font-size: 19px;
}
.card-wrapper:hover a {
    text-decoration: none!important;
}
.card__badge.top.right span {
    padding: 15px 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Faculty Glyphic'!important;
    font-weight: 600;
}





/* FOOTER */

.newsletter-section {
  position: relative;
  background: url('/cdn/shop/files/slider-1-banner-1.jpg?v=1750159913') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 20px;
}

.subtitle {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title {
  font-size: 36px;
  margin: 0 0 10px;
}

.description {
  font-size: 15px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.newsletter-form input[type="email"] {
  width: 100%;
  max-width: 500px;
  padding: 15px 20px;
  border-radius: 40px;
  border: none;
  font-size: 14px;
  outline: none;
}

.newsletter-form button {
  background-color: #b8463f;
  color: white;
  padding: 14px 40px;
  border-radius: 40px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-form button:hover {
  background-color: #a03d36;
}

.arrow {
  font-size: 18px;
}
.vn_wrap_form {
    display: flex;
    gap: 30px;
}
.vn-form {
    width: 100%;
    max-width: 40%;
}