@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

body {
    min-height: 100dvh;
    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
}

html #wpadminbar {
    overflow-x: hidden;
}


/* HEADER */
.mainheader {
    height: 150px;
    padding: 30px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    background: #fff;
    transition: all .3s ease-in-out;
}
body.scrolled .mainheader {
    height: 110px;
    padding: 10px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.mainheader .custom-logo-link img {
    width: 210px;
    height: 53px;
}
#menu-shopprimary li a {
    display: block;
    padding: 5px 0;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    flex-grow: 1;
}
#menu-shopprimary li:first-of-type a {
    margin-left: 0;
}
#menu-shopprimary li:last-of-type a {
    margin-right: 0;
}
header .cart-block {
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
}
header .open-search {
    cursor: pointer;
}
header .open-search:hover {
    opacity: .75;
}

@media screen and (max-width: 1024px) {
    .mainheader, body.scrolled .mainheader {
        height: auto;
        padding: 10px 0;
        position: relative;
    }
    .mainheader .custom-logo-link img {
        width: 140px;
        height: auto;
    }
    .mainheader .primarymenu {
        display: none!important;
    }
}

/* FOOTER */

.mainfooter {
    background-color: var(--e-global-color-primary);
    color: #fff;
    height: 223px;
    overflow: hidden;
}
.mainfooter .footer-logo img {
    width: 200px;
    margin-bottom: 20px;
}
.mainfooter .siteinfo {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}
.mainfooter .footer-menu {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.mainfooter .footer-menu a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: .4s;
    padding-bottom: 10px;
}
.mainfooter .footer-menu a:after {
    display:block;
    content: '';
    height: 1px;
    background-color: var(--e-global-color-fc71435);
    opacity: 0;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}
.mainfooter .footer-menu li.current-menu-item a:after,
.mainfooter .footer-menu a:hover:after {
    opacity: 1;
}
.mainfooter .footer-menu li:lst-of-type a {
    padding-bottom: 0;
}
.mainfooter #menu-shoplegal {
    font-size: 11px;
}
.mainfooter #menu-shoplegal a {
    padding-bottom: 4px;
}
.mobilebar {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mainfooter {
        height: auto;
    }
    .mainfooter .footer-logo img {
        margin-bottom: 10px;
    }
    .mobilebar {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        position: fixed;
        left: 0; right: 0; bottom: 0;
        width: 100%; height: auto;
        background: #4C486A;
        height: 65px;
        overflow: hidden;
        z-index: 2002;
    }
    .mobilebar-item {
        color: #fff;
        font-size:14px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap:5px;
        padding: 15px 0 10px;
        text-align:center;
        width: 20%;
    }
}


/* BREADCRUMBS */
p#breadcrumbs {
    margin: 0 0 60px;
    font-size: 14px;
}
p#breadcrumbs a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}
p#breadcrumbs a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    p#breadcrumbs {
        display: none;
    }
}


/* MAIN */
main {
    padding-top: 150px;
    min-height: calc(100dvh - 373px);
}
main img,
main iframe,
main video {
    max-width: 100%;
    height: auto;
}
main article.narrow {
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    main {
        padding-top: 15px;
        width: 100%;
        overflow-x: hidden;
    }
}


/* PAGE - CONTACTS */
.contacts-section {
  overflow: hidden;
  margin-bottom: 60px;
}

.contacts-layout {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.contacts-info {
  position: relative;
  flex: 0 0 calc(33.3333% - 16px);
  max-width: calc(33.3333% - 16px);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.contacts-info__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(-50vw + 50%);
  background: #EDEDF1;
  border-radius: 0 32px 32px 0;
  z-index: 0;
}

.contacts-info__inner {
  position: relative;
  z-index: 1;
  padding: 48px 32px 48px 0;
}

.contacts-map {
  position: relative;
  flex: 0 0 calc(66.6667% - 16px);
  max-width: calc(66.6667% - 16px);
}

.contacts-map iframe {
  display: block;
  width: calc(100% + (50vw - 50%));
  max-width: none;
  height: 100%;
  min-height: 405px;
  border: 0;
  border-radius: 32px 0 0 32px;
}

@media screen and (max-width: 1024px) {
    .contacts-layout {
        flex-direction: column;
    }
    .contacts-info {
        width: 100%;
        max-width: 100%;
        
    }
    .contacts-info__bg {
        left:0px;
        border-radius: 32px;
        padding: 10px;
    }
    .contacts-info__inner {
        padding: 24px 22px 24px 22px;
    }
    .contacts-map {
        width: 100%;
        max-width: 100%;
    }
    .contacts-map iframe {
        border-radius: 32px;
        width: 100%;
    }
}



/* LAYOUT MODIFICATIONS */
.hidden {
    display: none;
}
.onlymobile {
    display: none;
}
article:last-of-type {
    margin-bottom: 100px;
}
.narrow article,
article.narrow {
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
}
.single-post .meta-half {
    max-width: 50%;
}
.page-thumbnail-card {
    margin: 0 0 40px;
    border-radius: 32px;
    overflow: hidden;
}
.page-thumbnail-card img {
    display:block;
    margin: 0;
    max-width:100%;
}
.post-thumbnail-card {
    margin: 0 0 0px;
    overflow: hidden;
}
.post-thumbnail-card img {
    display:block;
    border-radius: 32px;
    margin: 0;
    max-width:450px;
    height:300px;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .nomobile {
        display: none;
    }
    .onlymobile {
        display: block;
    }
}


/* DISPLAY MODIFICATIONS */
.ptop110 {
   padding-top: 110px; 
}


/* TYPOGRAPHY */
h1, .h1 {
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 30px;
}
h1.yellow, h2.yellow, h3.yellow {
    color: var(--e-global-color-9612282);
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
}
article h1, 
article h2, 
article h3, 
article h4 {
    margin:0 0 30px;
} 
article p,
article ul,
article ol {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 30px;
}
article ul li,
article ol li {
    margin: 0 0 14px;
}
article p:has(+ ul),
article p:has(+ ol) {
    margin:0 0 14px;
}
article a {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
article a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    h1.yellow, h2.yellow, h3.yellow {
        font-size: 26px;
    }
}


/* PAYS */
.paymentmethods {
    padding-left: 0;
    text-align: center;
    
}
.paymentmethods i {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px;
    background: url(/assets/i/svg/payment.svg?v=1) 0 0 no-repeat;
    opacity: .5;
}

.paymentmethods i.mir {
    width: 36px;
    height: 20px;
    background-position: -357px -298px;
}
.paymentmethods i.mastercard {
    width: 24px;
    height: 16px;
    background-position: -279px -300px;
}
.paymentmethods i.visa {
    width: 32px;
    height: 10px;
    background-position: -40px -304px;
}
@media (max-width: 670px) {
    .paymentmethods {
        text-align: left;
        margin-bottom: 10px;
    }
}



/* POST CARDS & ROWS */
.grey-category-title {
    background-color: #EDEDF1;
    padding: 18px;
    border-radius: 16px;
    margin-bottom: 25px;
}
.grey-category-title.grey-category-title-transparent {
    background-color: transparent;
}
.grey-category-title h2:not(.yellow), .grey-category-title h3, .grey-category-title h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.grey-category-title a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
.grey-category-title a:hover {
    text-decoration: none;
}

.post-card-row {
    display: grid;
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}

.post-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.post-card a {
    text-decoration: none;
}
.post-card a:hover img, .post-card a:hover h3 {
    opacity: .75;
}
.post-card .img {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 32px;
}
.post-card img {
    display: block;
    width: 100%;
    height: 295px;
    object-fit:cover;
}
.post-card h3 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    min-height: 53px;
    margin: 0;
    padding: 0;
}
.post-card .lead {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-card p {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .grey-category-title h2:not(.yellow), .grey-category-title h3, .grey-category-title h4 {
        font-size: 26px;
    }
    .grey-category-title a {
        font-size: 14px;
    }
    .post-card-row {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
    }
    .post-card-row .post-card:nth-child(3) {
      display: none;
    }
    .post-card img {
        height: 175px;
    }
    .post-card h3 {
        font-size: 16px;
    }
    .post-card p {
        font-size: 14px;
    }
}

/* CF7 FORMS */
.cf7wrap {
    
}
.cf7wrap label {
    width: 100%;
}
.cf7wrap .wpcf7-form-control-wrap, .cf7wrap .wpcf7-form-control-wrap input, .cf7wrap .wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
}
.cf7wrap .wpcf7-form-control-wrap input {
    padding: 20px;
    margin-top:5px;
    background-color: #EDEDF1;
    border-width: 0px 0px 0px 0px;
    border-radius: 16px 16px 16px 16px;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
}
.cf7wrap .wpcf7-form-control-wrap textarea {
    padding: 20px;
    margin-top:5px;
    background-color: #EDEDF1;
    border-width: 0px 0px 0px 0px;
    border-radius: 16px 16px 16px 16px;
    line-height: 1.4;
    font-size: 15px;
    min-height: 140px;
}
.cf7wrap input.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    font-weight: 400;
    border-radius: 32px 32px 32px 32px;
    padding: 20px 50px 20px 50px;
    background-color: var(--e-global-color-accent);
    color: #fff;
    cursor: pointer;
}
.cf7wrap input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .75;
}
.cf7wrap .wpcf7-response-output {
    padding: 15px;
    text-align:center;
}


/* COOKIE CONSENT */
#cookieconsent {font-family: "Montserrat", sans-serif;position:fixed;left:20px;bottom:20px;height:auto;z-index:999;padding:20px;border:3px solid #4C486A;background:#fffd;color:#000;width:450px;max-width: calc(100vw - 76px);text-align:left;}
#cookieconsent p {font-size:14px;line-height:120%;color:#000;margin:0 0 15px;}
#cookieconsent a {color:#4C486A;text-decoration:underline;display:inline;}
#cookieconsent a:hover {color:#4C486A;text-decoration:none;}
#docookieconsent {display:inline-block;background:#4C486A;color:#fff;border:0;margin:0;padding:6px 12px;text-transform:uppercase;cursor:pointer;}
#docookieconsent:hover {opacity:.75;}


/* SEARCH SCREEN */
.search-screen:not(.hidden) {
    position: fixed;
    z-index: 101;
    left:0; right: 0; top: 0; bottom:65px;
    width: 100%; height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}
.search-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.search-wrap span {
    cursor: pointer;
}
.search-wrap span:hover {
    opacity: .75;
}
.search-wrap form {
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.search-wrap #s {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom:1px solid #fff;
    font-size:60px;
    padding: 10px 50px;
}
.search-wrap #submitsearch {
    font-size:60px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #fff;
    color: 4C486A;
    cursor: pointer;
}
.search-wrap #submitsearch:hover {
    opacity: .75;
}

@media screen and (max-width: 1024px) {
    .search-wrap form {
        gap: 15px;
    }
    .search-wrap #s {
        font-size: 16px;
        padding: 10px;
    }
    .search-wrap #submitsearch {
        font-size: 16px;
    }
}


/* PRODUCT SWIPER */
.products-showcase {
  background: #ececec;
  padding: 70px 0 50px;
  overflow: hidden;
  margin-bottom: 40px;
}

.products-swiper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 120px 30px;
  position: relative;
}

.products-swiper .swiper-wrapper {
  align-items: center;
}

.products-swiper .swiper-slide {
  width: 360px;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
  opacity: 0.45;
  filter: blur(3px);
  transform: scale(0.78);
}

.products-swiper .swiper-slide .product-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.products-swiper .swiper-slide .product-image-wrap {
  height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.products-swiper .swiper-slide a {
    color: var(--e-global-color-secondary);
    text-decoration: none;    
}

.products-swiper .swiper-slide .product-image-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.products-swiper .swiper-slide .product-content {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.products-swiper .swiper-slide .product-content h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.products-swiper .swiper-slide .product-content p {
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.45;
  color: #444;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-swiper .swiper-slide-active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  z-index: 3;
}

.products-swiper .swiper-slide-prev,
.products-swiper .swiper-slide-next {
  opacity: 0.65;
  filter: blur(2px);
  transform: scale(0.85);
  z-index: 2;
}

.products-swiper .swiper-slide-active .product-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.products-prev,
.products-next {
  width: 54px;
  height: 54px;
  /*border: 1px solid #5d5a87;*/
  border-radius: 50%;
  color: #5d5a87!important;
  background: transparent;
  opacity: .7;
}

.products-prev:hover,
.products-next:hover {
    opacity: 1;
}

.products-prev::after,
.products-next::after {
  font-size: 20px;
  font-weight: 700;
}

.products-prev {
  left: 40px;
}

.products-next {
  right: 40px;
}

/* optional softer side fade */
.products-swiper::before,
.products-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.products-swiper::before {
  left: 0;
  background: linear-gradient(to right, #ececec 0%, rgba(236,236,236,0) 100%);
}

.products-swiper::after {
  right: 0;
  background: linear-gradient(to left, #ececec 0%, rgba(236,236,236,0) 100%);
}

.products-swiper .swiper-slide:not(.swiper-slide-active) .product-image-wrap img {
  transform: scale(0.9);
  transition: transform 0.45s ease;
  height: 300px;
  object-fit: contain;
}

.products-swiper .swiper-slide-active .product-image-wrap img {
  transform: scale(1.08);
  transition: transform 0.45s ease;
  height: 400px;
  object-fit: contain;
}

.products-swiper .swiper-slide:not(.swiper-slide-active) .product-content {
  opacity: 0.2;
}

@media (max-width: 991px) {
  .products-swiper {
    padding: 30px 70px 20px;
  }

  .products-swiper .swiper-slide {
    width: 280px;
  }

  .products-swiper .swiper-slide .product-image-wrap {
    height: 360px;
  }

  .products-prev,
  .products-next {
    width: 46px;
    height: 46px;
  }

  .products-prev {
    left: 10px;
  }

  .products-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .products-showcase {
    padding: 40px 0 30px;
  }

  .products-swiper {
    padding: 20px 20px 20px;
  }

  .products-swiper .swiper-slide {
    width: 240px;
  }

  .products-swiper .swiper-slide .product-image-wrap {
    height: auto;
  }

  .products-swiper::before,
  .products-swiper::after {
    display: none;
  }

  .products-prev,
  .products-next {
    display: none;
  }

  .products-swiper .swiper-slide .product-content h3 {
    font-size: 18px;
  }

  .products-swiper .swiper-slide .product-content p {
    font-size: 14px;
  }
}


/* FRONT PAGE SWIPER */

.hero-promo {
  padding: 0;
  margin:0 0 35px;
  overflow: hidden;
}

.hero-promo article:last-of-type {
    margin-bottom: inherit;
}

.swiper.hero-promo-swiper {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 0 0 110px;
  overflow-x: hidden;
}

.hero-promo-card {
  --slide-bg-pos-desktop: center center;
  --slide-bg-pos-mobile: center center;
  --slide-text-color: #ffffff;
  --slide-button-color: #0097a7;

  position: relative;
  min-height: 478px;
  border-radius: 32px;
  overflow: visible;
  background: #d9d9d9;
}

.hero-promo-card__bg {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}

.hero-promo-card__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--slide-bg-pos-desktop);
}

.hero-promo-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 32px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.16) 38%,
    rgba(0, 0, 0, 0.03) 100%
  );
}

.hero-promo-card__content {
  position: relative;
  z-index: 4;
  min-height: 478px;
  max-width: 660px;
  padding: 64px 40px 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hor-right .hero-promo-card__content {
    margin-left: auto;
    max-width: 560px;
}

.ver-top .hero-promo-card__content {
    justify-content: flex-start;
}

.ver-bottom .hero-promo-card__content {
    justify-content: flex-end;
}

.hero-promo-card__textbox {
  max-width: 660px;
}

.hero-promo-card__title {
  margin: 0;
  color: var(--slide-text-color);
  font-size: clamp(34px, 4vw, 45px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-promo-card__button {
  margin-top: 40px;
  min-width: 190px;
  min-height: 58px;
  padding: 16px 34px;
  border: 1px solid transparent;
  border-radius: 32px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  background: var(--slide-button-color);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.hero-promo-card__button:hover {
  opacity: 0.9;
  color: #fff;
  transform: scale(1.16);
}

.hero-promo-card__code {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  z-index: 5;
  left: 60px;
  bottom: 10px;
}

.hero-promo-card__product {
  position: absolute;
  right: 80px;
  bottom: -110px;
  z-index: 5;
  width: min(28%, 320px);
  pointer-events: none;
}

.hero-promo-card__product img {
  width: 100%;
  height: 313px;
  display: block;
  object-fit: contain;
}

.hero-promo .swiper-horizontal .hero-promo-pagination {
  position: absolute;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index:4;
}

.hero-promo-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: #cfcdd8;
  opacity: 1;
  transition: 0.25s ease;
}

.hero-promo-pagination .swiper-pagination-bullet-active {
  width: 90px;
  background: #5f5a8c;
}

@media (max-width: 991px) {
  .hero-promo .swiper-horizontal .hero-promo-pagination {
    position: static;
  }
  .hero-promo-card__product img {
      height: auto;
  }
  
  
  .hero-promo-swiper {
    width: min(100% - 24px, 100%);
  }

  .hero-promo-card,
  .hero-promo-card__bg,
  .hero-promo-card__overlay {
    border-radius: 24px;
  }

  .hero-promo-card {
    min-height: 500px;
  }

  .hero-promo-card__content {
    min-height: 500px;
    max-width: 420px;
    padding: 42px 28px 32px 32px;
  }

  .hero-promo-card__code {
    left: 32px;
  }

  .hero-promo-card__title {
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1;
  }

  .hero-promo-card__button {
    margin-top: 28px;
    min-width: 160px;
    min-height: 50px;
    padding: 14px 24px;
    font-size: 18px;
  }

  .hero-promo-card__product {
    right: 24px;
    bottom: -24px;
    width: min(34%, 220px);
  }
}

@media (max-width: 767px) {
  .hero-promo {
    padding: 12px 0 20px;
  }

  .hero-promo-swiper {
    width: calc(100% - 16px);
  }

  .hero-promo-card {
    min-height: 460px;
  }

  .hero-promo-card,
  .hero-promo-card__bg,
  .hero-promo-card__overlay {
    border-radius: 24px;
  }

  .hero-promo-card__bg img {
    object-position: var(--slide-bg-pos-mobile);
  }

  .hero-promo-card__overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .hero-promo-card__content {
    /*min-height: 460px;*/
    max-width: none;
    padding: 245px 16px 16px;
    display: block;
  }

  .hero-promo-card__code {
    left: 16px;
  }

  .hero-promo-card__textbox {
    max-width: 285px;
    background: rgba(205, 180, 171, 0.95);
    border-radius: 24px;
    padding: 18px 22px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .hero-promo-card__title {
    color: var(--slide-text-color);
    font-size: 28px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .hero-promo-card__button {
    margin-top: 14px;
    min-width: 160px;
    min-height: 52px;
    padding: 14px 24px;
    border: none;
    background: var(--slide-button-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }

  .hero-promo-card__button:hover {
    background: var(--slide-button-color);
    color: #fff;
    opacity: 0.95;
  }

  .hero-promo-card__code {
    margin-top: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  }

  .hero-promo-card__product {
    right: 6px;
    bottom: -42px;
    width: 140px;
  }

  .hero-promo-pagination {
    margin-top: 52px;
    gap: 10px;
    padding-left: 4px;
  }

  .hero-promo-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 5px;
  }

  .hero-promo-pagination .swiper-pagination-bullet-active {
    width: 74px;
  }
}

@media (max-width: 420px) {
  .hero-promo-card {
    min-height: 430px;
  }

  .hero-promo-card__content {
    /*min-height: 430px;*/
    padding: 235px 14px 14px;
  }

  .hero-promo-card__code {
    left: 14px;
  }

  .hero-promo-card__textbox {
    max-width: 255px;
    padding: 16px 18px 18px;
  }

  .hero-promo-card__title {
    font-size: 24px;
  }

  .hero-promo-card__button {
    min-width: 150px;
    min-height: 48px;
    font-size: 16px;
  }

  .hero-promo-card__product {
    width: 126px;
    right: 4px;
    bottom: -38px;
  }
}


/* PRODUCT CARD */
.product-card__media img:hover {
    opacity: 0.75;
}
.product-card__media img {
    height: 330px;
    width: auto!important;
    display: block;
    margin: 0 auto;
}

.shop-category__title {
    font-size: 30px;
    margin: 0 0 50px;
    border-bottom: 1px solid var(--e-global-color-primary);
    width: 100%;
}

.shop-category__title a:hover {
    opacity: 0.75;
}
.shop-category__title a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.card-body h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 23px;
}
.card-body h2 a:hover {
    opacity: 0.75;
}
.card-body h2 a {
    text-decoration: none;
}

.product-card__excerpt {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    text-align: center;
    padding: 0px 30px 20px;
}

.product-card__price {
    text-align: center;
}

.product-card__actions {
    text-align: center;
}

.withmoreskus {
    background-color: #ececec;
}
.withmoreskus .products-showcase {
    padding-top: 0;
}
.moreskus {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    padding: 45px 20px 0;
}
/* PDP */
.
.nf-pdp {
	
}

.nf-pdp__container {
	max-width: 1176px;
	margin: 0 auto;
}

.nf-pdp-swiper .swiper-button-next, .nf-pdp-swiper .swiper-button-prev {
    color: #ccc;
}

.nf-pdp__hero {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    gap: 20px;
    padding-top: 40px;
    margin-bottom: 50px;
}

.nf-pdp__media {
    width: 529px;
}
.nf-pdp__info {
    max-width: 627px;
    padding: 50px 60px;
    background-color: #EFEFEF;
    border-radius: 32px 32px 32px 32px;
}

/* CART BUTTON BEHAVIOR */
.added_to_cart.wc-forward {
    display: block;
}
.add_to_cart_button {
    background: #4C486A;
    padding: 5px 10px;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
}
.add_to_cart_button:hover {
    opacity: .7;
}


/* WOO LOGIN */
.woocommerce-form.woocommerce-form-login.login > * {display:none!important;}
.woocommerce-form.woocommerce-form-login.login > .wpsmswoopro-login-with-sms {display:block!important;}
.woocommerce-form.woocommerce-form-login.login > .wpsmswoopro-login-with-sms .or-separator {display:none!important;}