:root {
  --color-bg-light: #f7f5f1;
  --color-bg-dark: #efe6db;
  --color-text-dark: #222222;
  --_color-header-text: #222222;
  --template-headings-font: "Red Hat Display", sans-serif;
  --template-font: "Red Hat Display", sans-serif;
}

@font-face {
  font-family: "Salina";
  src: url("/user/documents/font/Salina-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Salina";
  src: url("/user/documents/font/Salina-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--template-headings-font);
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Salina", serif;
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 50px;
  font-style: italic;
}

.homepage-group-title,
.testimonials .h4 {
  font-family: "Salina", serif;
  font-weight: 200;
  font-size: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .homepage-group-title,
  .testimonials .h4 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .homepage-group-title,
  .testimonials .h4 {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

.pt-0 {
  padding-top: 0;
}

code,
kbd,
pre,
samp {
  font-family: var(--template-headings-font);
}

:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type=checkbox].focus-visible + label,
input[type=checkbox]:focus-visible + label,
input[type=radio].focus-visible + label,
input[type=radio]:focus-visible + label,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #cfb388;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text-dark);
}

.top-navigation-bar a,
.navigation-in > ul > li > a {
  color: var(--color-text-dark);
}

@media (min-width: 480px) and (max-width: 767px) {
  .has-promo-bar .overall-wrapper {
    padding-top: 104px;
  }
}
@media (max-width: 767px) {
  .has-promo-bar .overall-wrapper {
    padding-top: 74px;
  }
}
@media (min-width: 768px) {
  .has-promo-bar .overall-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .has-promo-bar #navigation {
    top: 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .has-promo-bar #navigation {
    top: 104px;
  }
}
@media (max-width: 767px) {
  .has-promo-bar #header .header-top {
    padding-top: 24px;
  }
}

.has-promo-bar .site-msg.information .text {
  opacity: 1;
}

.site-msg.information {
  top: 0;
  bottom: auto;
  box-shadow: none;
  left: 0;
  right: 0;
  max-width: 100vw;
  opacity: 1;
  position: fixed;
  z-index: 100;
  text-align: center;
  background: #cfb388;
  font-weight: 500;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.09em;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.site-msg.information:hover .marquee-scroll {
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .site-msg.information {
    font-size: 15px;
  }
}
.site-msg.information .container {
  min-height: unset !important;
}
.site-msg.information .text {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding: 6px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 24px;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.3s;
}
@media (min-width: 768px) {
  .site-msg.information .text {
    height: 40px;
  }
}
.site-msg.information .marquee-scroll {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: scroll-loop linear infinite;
  will-change: transform;
}
.site-msg.information .marquee-scroll a {
  padding: 0 5rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-msg.information .marquee-scroll a {
    padding: 0 10rem;
  }
}
.site-msg.information .close {
  display: none;
}
.site-msg.information a {
  color: #fff;
}
.site-msg.information a:hover {
  text-decoration: underline;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header .site-name {
  line-height: 0;
}
@media (min-width: 768px) {
  #header .header-top {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .has-promo-banner {
    padding-top: 60px;
  }
}

.top-navigation-bar {
  background-color: var(--color-bg-light);
}

@media (min-width: 768px) {
  .top-navigation-menu {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .top-navigation-tools {
    margin-right: -40px;
  }
}

.top-navigation-menu,
.top-navigation-tools {
  height: 40px;
  display: flex;
  align-items: center;
}
.top-navigation-menu a,
.top-navigation-menu .top-navigation-menu-trigger,
.top-navigation-tools a,
.top-navigation-tools .top-navigation-menu-trigger {
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.header-bottom {
  border-color: var(--color-bg-light);
}

@media (min-width: 768px) {
  #navigation {
    height: 56px;
  }
}
#navigation .navigationActions > li > a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.navigation-hovered:before,
.search-focused:before {
  background-color: transparent;
}

#navigation .has-more-items .more-items-trigger {
  background: var(--color-bg-light);
}
#navigation .has-more-items .more-items-trigger:after {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, var(--color-bg-light));
}

@media (min-width: 768px) {
  .menu-helper > span,
  .menu-helper > ul > li a b {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .menu-helper > span,
  .menu-helper > ul > li a b {
    font-size: 20px;
  }
}

.navigation-in > ul li:hover > a > b {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .navigation-in, .navigation-in > ul, .navigation-in > ul > li {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .navigation-in > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navigation-in > ul > li > a:hover {
  color: #cfb388;
}
@media (min-width: 768px) {
  .navigation-in .menu-level-1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .navigation-in .menu-level-1 > li > a {
    background: var(--color-bg-light);
  }
}
.navigation-in ul li a b {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: normal;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .navigation-in ul li a b {
    font-size: 18px;
  }
}
.navigation-in ul > li.ext > ul > li > div > ul > li {
  display: block;
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-family: "Salina", serif;
    font-weight: 200;
    font-size: 34px;
    font-style: italic;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .navigation-in ul.menu-level-2 {
    background: var(--color-bg-light);
    border-color: var(--color-bg-light);
  }
  .navigation-in ul.menu-level-2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: var(--color-bg-light);
    z-index: -1;
  }
}
.navigation-in ul.menu-level-2 a {
  color: var(--color-text-dark) !important;
}
@media (max-width: 767px) {
  .navigation-in ul.menu-level-2 a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding-left: 20px !important;
  }
}
.navigation-in ul.menu-level-2 li a {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .navigation-in ul.menu-level-3 {
    display: block !important;
  }
}

.row.banners-row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.row.banners-row .col-sm-8 {
  width: 100%;
}

.content-wrapper.container {
  padding-top: 0;
}
.content-wrapper.container .row > div {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .carousel .carousel-inner {
    height: 620px;
  }
  .carousel .carousel-inner > .item > a > img {
    height: 620px;
  }
}
.carousel .carousel-inner .item a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(126, 62, 62, 0) 0%, rgba(126, 62, 62, 0) 50%, rgba(24, 12, 12, 0.55) 100%);
  pointer-events: none;
}
.carousel .extended-banner-texts {
  top: auto;
  padding: 0 24px 100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .carousel .extended-banner-texts {
    padding: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .carousel .extended-banner-texts {
    padding: 0 0 80px;
  }
}
.carousel .extended-banner-link,
.carousel .extended-banner-text,
.carousel .extended-banner-title {
  display: block;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  padding: 0;
}
.carousel .extended-banner-title {
  font-family: "Salina", serif;
  font-weight: 200;
  font-size: 34px;
  line-height: normal;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .carousel .extended-banner-title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .carousel .extended-banner-title {
    font-size: 50px;
  }
}
.carousel .extended-banner-text {
  max-width: 560px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  opacity: 75%;
}
@media (min-width: 768px) {
  .carousel .extended-banner-text {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .carousel .extended-banner-text {
    font-size: 24px;
  }
}
.carousel .extended-banner-link {
  margin-top: 16px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: underline;
  font-weight: 500;
}
@media (min-width: 768px) {
  .carousel .extended-banner-link {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .carousel .extended-banner-link {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .benefitBanner {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.benefitBanner.position--benefitHomepage {
  position: relative;
  isolation: isolate;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .benefitBanner.position--benefitHomepage {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .benefitBanner.position--benefitHomepage {
    padding-top: 30px;
  }
}
.benefitBanner.position--benefitHomepage:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: var(--color-bg-light);
  z-index: -1;
}
@media (max-width: 767px) {
  .benefitBanner__item {
    flex: 0 0 50%;
    width: 50%;
    flex-direction: column;
  }
}
.benefitBanner__picture {
  flex: 0 0 60px;
  max-width: 60px;
}
@media (max-width: 767px) {
  .benefitBanner__picture {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .benefitBanner__content {
    text-align: center;
  }
}
.benefitBanner__title {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .benefitBanner__title {
    font-size: 16px;
  }
}
.benefitBanner__data {
  font-size: 13px;
  font-style: italic;
}
@media (min-width: 1200px) {
  .benefitBanner__data {
    font-size: 16px;
  }
}

.welcomeBanner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .welcomeBanner {
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 24px;
  }
}
.welcomeBanner-subtitle {
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .welcomeBanner-subtitle {
    font-size: 16px;
  }
}
.welcomeBanner h1 {
  font-family: "Salina", serif;
  font-weight: 200;
  font-size: 34px;
  font-style: italic;
  margin: 0;
}
@media (min-width: 768px) {
  .welcomeBanner h1 {
    font-size: 50px;
  }
}

.next-to-carousel-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  z-index: 1;
}
@media (max-width: 479px) {
  .next-to-carousel-banners {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .next-to-carousel-banners {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
  .next-to-carousel-banners:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: var(--color-bg-light);
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .next-to-carousel-banners {
    max-width: none;
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
.next-to-carousel-banners .banner-wrapper {
  margin: 0;
  padding: 0;
}
.next-to-carousel-banners .banner-wrapper a {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper a:hover:after {
    transform: scale(1.02);
  }
}
.next-to-carousel-banners .banner-wrapper a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(126, 62, 62, 0) 0%, rgba(126, 62, 62, 0) 50%, rgba(24, 12, 12, 0.55) 80%);
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.next-to-carousel-banners .extended-banner-texts {
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  position: absolute;
  z-index: 1;
  padding: 10px;
}
@media (min-width: 768px) {
  .next-to-carousel-banners .extended-banner-texts {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .next-to-carousel-banners .extended-banner-texts {
    font-size: 35px;
  }
}
.next-to-carousel-banners .extended-banner-title {
  font-family: "Salina", serif;
  font-weight: 200;
  line-height: normal;
  font-size: 28px;
  letter-spacing: -0.02em;
  position: relative;
  left: unset;
  bottom: unset;
  padding: 0;
}

.flags {
  left: 10px;
  top: 10px;
}

.product .prices strong,
.product .availability span,
.product .price small {
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .product .prices strong,
  .product .availability span,
  .product .price small {
    font-size: 16px;
  }
}
.product .availability span {
  font-style: italic;
}
.product .widget-parameter-wrapper {
  justify-content: flex-start;
}
.product .widget-parameter-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0;
}
.product .widget-parameter-list .widget-parameter-value a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .product .widget-parameter-list .widget-parameter-value a {
    width: 32px;
    height: 32px;
  }
}
.product .widget-parameter-list .widget-parameter-value a:hover {
  border-color: var(--color-text-dark);
}
.product .widget-parameter-list .widget-parameter-value a[data-value-id="16"] {
  background: linear-gradient(135deg, #d4af37 0%, #f4e5b3 100%);
}
.product .widget-parameter-list .widget-parameter-value a[data-value-id="19"] {
  background: linear-gradient(135deg, #e6c7c2 0%, #d4a5a5 100%);
}
.product .widget-parameter-list .widget-parameter-value a[data-value-id="22"] {
  background: linear-gradient(135deg, #e8e8e8 0%, #c0c0c0 100%);
}
.product .widget-parameter-list .widget-parameter-value a[data-value-id="146"] {
  background: linear-gradient(135deg, #e8e8e8 0%, #bfbfbf 100%);
}
.product .widget-parameter-list .widget-parameter-value a[data-value-id="149"] {
  background: linear-gradient(135deg, #d4af37 0%, #f4e5b3 100%);
}

.products-block > div .p .p-in {
  padding-top: 14px;
  text-align: left;
}
@media (min-width: 1200px) {
  .products-block > div .p .p-in {
    padding-top: 20px;
  }
}
.products-block > div .p .name {
  position: relative;
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .products-block > div .p .name {
    font-size: 16px;
  }
}
.products-block > div .p .p-bottom {
  padding: 12px 0 0;
}
.products-block > div .p .p-bottom.single-button .prices {
  justify-content: left;
}
.products-block > div .p .p-bottom.single-button .prices .price-standard {
  margin-left: 0;
}

.products--bestseller,
.products--new {
  padding-bottom: 40px;
}
.products--bestseller .products-wrapper,
.products--new .products-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .products--bestseller .products-wrapper,
  .products--new .products-wrapper {
    max-width: 1080px;
  }
}

.aboutusBanner {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .aboutusBanner {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
.aboutusBanner:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: var(--color-bg-light);
  z-index: -1;
}
@media (min-width: 768px) {
  .aboutusBanner:before {
    background: #e5e2d9;
  }
}

.aboutUs {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 768px) {
  .aboutUs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 4rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .aboutUs {
    gap: 10rem;
  }
}
.aboutUs .text {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .aboutUs .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .aboutUs .text {
    font-size: 16px;
  }
}
.aboutUs a {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.aboutUs .homepage-group-title {
  text-align: left;
}
.aboutUs img {
  margin-top: clamp(-40px, -3vw, -25px) !important;
}
@media (max-width: 767px) {
  .aboutUs img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    display: block;
    padding-left: clamp(20px, 8vw, 60px);
  }
}

.productsBanner:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: var(--color-bg-light);
  z-index: -1;
}

.productCategory {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .productCategory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    isolation: isolate;
  }
}
@media (min-width: 1200px) {
  .productCategory {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
}
.productCategory-item a {
  display: block;
  position: relative;
}
.productCategory-item a:hover .productCategory-bg {
  transform: scale(1.02);
}
.productCategory-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 63.7623762376%;
}
.productCategory-item img {
  width: 126px;
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 25%;
  height: auto;
}
@media (min-width: 1200px) {
  .productCategory-item img {
    top: 34px;
    right: 44px;
  }
}
.productCategory-item h4 {
  position: absolute;
  bottom: 42px;
  left: 42px;
  font-size: 24px;
  margin: 0;
}
@media (min-width: 1200px) {
  .productCategory-item h4 {
    font-size: 34px;
  }
}
.productCategory-item--1 .productCategory-bg {
  background: var(--color-bg-dark);
}
.productCategory-item--2 .productCategory-bg {
  background: #fff;
}
@media (max-width: 767px) {
  .productCategory-item--2 .productCategory-bg {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
.productCategory-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonials {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .testimonials {
    padding-bottom: 40px;
  }
}
.testimonials .products-wrapper,
.testimonials .product-slider {
  padding: 0;
}
.testimonials-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-item:hover {
  box-shadow: none !important;
}
.testimonials-visual {
  margin-top: 10px;
  margin-bottom: 40px;
}
.testimonials-visual img {
  width: 134px;
  height: 134px;
  border-radius: 100%;
  overflow: hidden;
}
.testimonials-desc {
  font-family: "Salina", serif;
  font-weight: 200;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 260px;
}
@media (min-width: 1200px) {
  .testimonials-desc {
    font-size: 16px;
  }
}
.testimonials-author {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 500;
  font-size: 14px;
}

.newsletterBanner:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: #e5e2d9;
  z-index: -1;
}

.ec-v-form-holder.ec-v-form-holder-basic {
  background-color: #e5e2d9 !important;
  position: relative;
  width: 100% !important;
  padding-top: 100px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 991px) {
  .ec-v-form-holder.ec-v-form-holder-basic {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 1200px) {
  .ec-v-form-holder.ec-v-form-holder-basic {
    padding-top: 300px !important;
    padding-bottom: 40px !important;
  }
}
.ec-v-form-holder.ec-v-form-holder-basic .newsletter-title {
  text-transform: uppercase !important;
  font-size: 30px !important;
  vertical-align: middle;
  font-family: var(--template-headings-font) !important;
  padding-bottom: 20px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.ec-v-form-holder.ec-v-form-holder-basic .newsletter-desc {
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 16px !important;
  letter-spacing: 0.04em !important;
  font-family: var(--template-headings-font) !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.ec-v-form-holder.ec-v-form-holder-basic .newsletter-terms {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.ec-v-form-holder.ec-v-form-holder-basic .ec-v-form-input {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ec-v-form-holder.ec-v-form-holder-basic .ec-v-form-input {
    margin-bottom: 20px;
  }
}
.ec-v-form-holder.ec-v-form-holder-basic input {
  padding-right: 28px !important;
  padding-left: 28px !important;
  height: 50px !important;
}
@media (min-width: 768px) {
  .ec-v-form-holder.ec-v-form-holder-basic input {
    height: 60px !important;
  }
}
@media (min-width: 768px) {
  .ec-v-form-holder.ec-v-form-holder-basic .ec-v-form-btntype-submit {
    max-width: 840px;
    margin: 0 auto;
    padding: 0px 52px;
  }
}
.ec-v-form-holder.ec-v-form-holder-basic button {
  height: 50px !important;
  width: 100%;
  font-size: 16px !important;
}

.ec-v-form-holder.ec-v-form-holder-basic .ec-v-form-input,
.ec-v-form-holder.ec-v-form-holder-basic button,
#ec_form_15-864b4f4872272bdd94aadbc81dfd8b18 .ec-v-form-holder p {
  font-family: var(--template-headings-font) !important;
}

@media (min-width: 768px) {
  .shopthelookBanner:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: #e5e2d9;
    z-index: -1;
  }
}

.shopTheLook {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .shopTheLook {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.shopTheLook .products-wrapper,
.shopTheLook .product-slider {
  padding: 0;
}
@media (min-width: 768px) {
  .shopTheLook .product-slider-navigation {
    display: none;
  }
}
@media (min-width: 768px) {
  .shopTheLook .homepage-group-title {
    text-align: left;
  }
}
.shopTheLook .text {
  display: none;
}
@media (min-width: 768px) {
  .shopTheLook .text {
    display: block;
  }
}
@media (min-width: 1200px) {
  .shopTheLook .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .shopTheLook-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
}
@media (min-width: 768px) {
  .shopTheLook-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0;
  }
}
.shopTheLook-item {
  position: relative;
}
.shopTheLook-item:hover {
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .shopTheLook-item {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .shopTheLook-desc {
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .shopTheLook-desc {
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .shopTheLook-visual {
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .shopTheLook-visual {
    padding-right: 140px;
  }
}
.shopTheLook-visual img {
  width: 100%;
}
.shopTheLook-product {
  display: none !important;
}
@media (min-width: 768px) {
  .shopTheLook-product {
    position: absolute !important;
    width: 300px;
    top: 20px;
    right: 0;
    background: white;
    padding: 20px;
    display: flex !important;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .shopTheLook-product {
    top: 40px;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .shopTheLook-image {
    width: 90px;
  }
  .shopTheLook-image img {
    width: 100%;
    min-width: 90px;
  }
}
@media (min-width: 1200px) {
  .shopTheLook-image {
    width: 120px;
  }
  .shopTheLook-image img {
    width: 100%;
    min-width: 120px;
  }
}
@media (min-width: 768px) {
  .shopTheLook-title {
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .shopTheLook-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .shopTheLook-price {
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 0 !important;
  }
}

.footer-banner {
  position: relative;
  isolation: isolate;
  width: 100%;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}

.footer-banners.banners-row {
  margin-top: 0;
}

.splitBanner:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: var(--color-bg-dark);
  z-index: -1;
}

.splitProduct {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .splitProduct {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .splitProduct {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.splitProduct-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .splitProduct-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.splitProduct-content {
  text-align: center;
}
@media (min-width: 768px) {
  .splitProduct-content {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .splitProduct-content {
    padding-right: 80px;
  }
}
.splitProduct-image {
  margin-bottom: 30px;
}
.splitProduct-image img {
  width: 100%;
  max-width: 450px;
}
.splitProduct-desc {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .splitProduct-desc {
    font-size: 16px;
  }
}
.splitProduct a {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.splitProduct-subtitle {
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .splitProduct-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .splitProduct-mainImage {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
}
@media (min-width: 768px) {
  .splitProduct-mainImage {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .splitProduct-mainImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

@media (min-width: 768px) {
  .categorytilesBanner:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: var(--color-bg-light);
    z-index: -1;
  }
}

.categoryTiles {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .categoryTiles {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .categoryTiles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.categoryTiles-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .categoryTiles-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .categoryTiles-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .categoryTile {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    flex: 0 0 33.333%;
    width: 33.333%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .categoryTile {
    display: flex !important;
    align-items: center;
    gap: 30px;
    padding: 24px;
    background: #fff;
    text-align: left;
  }
}
.categoryTile-thumb {
  width: 60px;
  height: 60px;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .categoryTile-thumb {
    width: 92px;
    height: 92px;
  }
}
.categoryTile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.categoryTile-title {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .categoryTile-title {
    letter-spacing: 0.09em;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .categoryTile-title {
    font-family: "Salina", serif;
    font-weight: 200;
    font-size: 24px;
  }
}
.categoryTile-title span {
  display: block;
}

#footer {
  background-color: #fff;
  padding-top: 0;
}
@media (min-width: 768px) {
  #footer {
    background-color: var(--color-bg-light);
  }
}
#footer .custom-footer {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #footer .custom-footer {
    padding-top: 30px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  #footer .custom-footer {
    padding-top: 40px;
  }
}
#footer h4 {
  font-family: "Salina", serif;
  font-weight: 200;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  #footer h4 {
    font-size: 34px;
  }
}
#footer ul li a {
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#footer ul li a:hover {
  text-decoration: none;
}
#footer ul li a[href^="mailto:"] {
  text-transform: lowercase;
}
#footer .copyright,
#footer #signature {
  font-style: italic;
}

@media (min-width: 1200px) {
  .custom-footer__instagram,
  .custom-footer__articles,
  .custom-footer__contact {
    width: 33.33333333%;
  }
}

.custom-footer__banner7341 {
  clear: both;
  width: 100%;
  padding: 0;
}
.custom-footer__banner7341 .banner {
  margin-bottom: 0;
  min-height: auto;
}

.punc {
  padding-top: 30px !important;
  overflow: hidden;
  overflow: hidden;
  clear: both;
}
@media (max-width: 767px) {
  .punc {
    padding-bottom: 30px !important;
    background-color: var(--color-bg-light);
  }
}
@media (min-width: 1200px) {
  .punc {
    display: flex;
    align-items: end;
  }
}
.punc p {
  margin-bottom: 0;
}
.punc .col-sm-4 {
  display: flex;
  align-items: self-end;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .punc .col-sm-4 {
    gap: 4rem;
  }
}
.punc .col-sm-4 img {
  width: 60px;
}
@media (min-width: 1200px) {
  .punc .col-sm-4 img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .punc .col-sm-8 {
    display: none;
  }
}
.punc .col-sm-8 p {
  font-style: italic;
  color: #555555;
}

.footer-bottom {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .footer-bottom {
    padding: 40px 0;
  }
}
