@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

@font-face {
    font-family: 'Morsal';
    src: url('fonts/Morsal.woff') format('woff'),
        url('fonts/Morsal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ChalkChalk';
    src: url('fonts/Chalkchalk-Regular.woff') format('woff'),
        url('fonts/Chalkchalk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Darkwoman';
    src: url('fonts/Darkwoman.woff') format('woff'),
        url('fonts/Darkwoman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

:root {
  /* FONTS */
  --font-primary: "Maven Pro";
  --font-secondary: "ChalkChalk";
  --font-tertiary: "Maven Pro";

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-weight-book: "Book";
  --font-weight-italic: "Italic";
  --font-weight-bold-italic: "Bold Italic";
  --font-weight-semibold-italic: "Semibold Italic";
  --font-weight-medium-italic: "Medium Italic";
  --font-weight-light-italic: "Light Italic";  

  --desktop-h1-font-family: var(--font-primary);
  --desktop-h1-weight: var(--font-weight-semibold);
  --desktop-h1-size: 64px;
  --desktop-h1-line-height: 80px;
  --desktop-h2-font-family: var(--font-primary);
  --desktop-h2-weight: var(--font-weight-semibold);
  --desktop-h2-size: 48px;
  --desktop-h2-line-height: 60px;
  --desktop-h3-font-family: var(--font-secondary);
  --desktop-h3-weight: var(--font-weight-regular);
  --desktop-h3-size: 30px;
  --desktop-h3-line-height: 40px;
  --desktop-h4-font-family: var(--font-secondary);
  --desktop-h4-weight: var(--font-weight-semibold);
  --desktop-h4-size: 40px;
  --desktop-h4-line-height: 30px;
  --desktop-h5-font-family: var(--font-tertiary);
  --desktop-h5-weight: var(--font-weight-bold);
  --desktop-h5-size: 18px;
  --desktop-h5-line-height: 24px;
  --desktop-h6-font-family: var(--font-tertiary);
  --desktop-h6-weight: var(--font-weight-semibold);
  --desktop-h6-size: 16px;
  --desktop-h6-line-height: 20px;

  --mobile-h1-font-family: var(--font-primary);
  --mobile-h1-weight: var(--font-weight-semibold);
  --mobile-h1-line-height: 60px;
  --mobile-h1-size: 48px;
  --mobile-h2-font-family: var(--font-primary);
  --mobile-h2-weight: var(--font-weight-semibold);
  --mobile-h2-size: 32px;
  --mobile-h2-line-height: 40px;
  --mobile-h3-font-family: var(--font-secondary);
  --mobile-h3-weight: var(--font-weight-regular);
  --mobile-h3-line-height: 28px;
  --mobile-h3-size: 24px;
  --mobile-h4-font-family: var(--font-secondary);
  --mobile-h4-weight: var(--font-weight-regular);
  --mobile-h4-line-height: 25px;
  --mobile-h4-size: 28px;
  --mobile-h5-font-family: var(--font-tertiary);
  --mobile-h5-weight: var(--font-weight-bold);
  --mobile-h5-line-height: 20px;
  --mobile-h5-size: 18px;
  --mobile-h6-font-family: var(--font-tertiary);
  --mobile-h6-weight: var(--font-weight-semibold);
  --mobile-h6-line-height: 20px;
  --mobile-h6-size: 16px;

  --paragraph-font-family: var(--font-tertiary);
  --paragraph-weight: var(--font-weight-regular);
  --paragraph-size: 16px;
  --paragraph-line-height: 24px;
  --paragraph-small-font-family: var(--font-tertiary);
  --paragraph-small-weight: var(--font-weight-regular);
  --paragraph-small-size: 14px;
  --paragraph-small-line-height: 21px;

  --button-font-family: var(--font-tertiary);
  --button-weight: var(--font-weight-semibold);
  --button-size: var(--paragraph-size);
  --button-line-height: var(--paragraph-line-height);
  --input-font-family: var(--font-tertiary);
  --input-weight: var(--font-weight-semibold);
  --input-size: var(--paragraph-size);
  --input-line-height: var(--paragraph-line-height);
  --link-font-family: var(--font-tertiary);
  --link-weight: var(--font-weight-regular);
  --link-size: var(--paragraph-size);
  --link-line-height: var(--paragraph-line-height);
    --navbar-nav-link-padding-x: 1rem !important;


  /* BRAND COLORS */
  --main-brand: #741c3e;
  --accents-1: #fadaf3;
  --accents-2: #b04191;
  --accents-3: #ed6ea6;
  --neutrals-white: #ffffff;
  --neutrals-light-grey: #f2f2f2;
  --neutrals-medium-grey: #d9d9d9;
  --neutrals-dark-grey: #989898;
  --neutrals-black: #000000;
  --ui-positive: #009681;
  --ui-negative: #d13346;
  --ui-warning: #e7aa35;


  /* FILE DATA */
  --border-radius-interactives: 8px;
  --border-radius-cards: 16px;
  --desktop-side-padding: 64px;
  --mobile-side-padding: 24px;
  --desktop-gutter: 32px;
  --mobile-gutter: 16px;
}


.logo-color img{
    background: #fff;
    padding: 16px;
    border-radius: 0 0 6px 6px;
    margin-bottom: -2.6rem;
    box-shadow: 3.15px 5.52px 13.79px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 9999;
}
.img-head-mobile{
    display: none;
}
body {
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    color: var(--neutrals-black);
    margin-top: 83.41px;
}

h1 {
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 2rem;
    font-family: var(--desktop-h1-font-family);
}
h1 b{
    font-weight: var(--desktop-h4-weight);
    font-family: var(--desktop-h4-font-family);
    line-height: var(--desktop-h4-line-height);
}
h2 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-line-height);
    font-family: var(--desktop-h2-font-family);
    font-weight: var(--desktop-h2-weight);
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-line-height);
}

h4 {
    font-family: "Darkwoman";
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-line-height);
    font-weight: 400
}

h5 {
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-size);
    line-height: var(--desktop-h5-line-height);
    font-weight: var(--desktop-h5-weight);
}

h6 {
    font-family: var(--desktop-h6-font-family);
    font-size: var(--desktop-h6-size);
    line-height: var(--desktop-h6-line-height);
    font-weight: var(--desktop-h6-weight);
}

.navbar-nav .nav-link {
    font-size: var(--link-size);
    font-family: var(--link-font-family);
    line-height: var(--link-line-height);
    color: var(--neutrals-white);
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;

    font-weight: var(--link-weight);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bg-white .navbar-nav .nav-link,
.bg-white .header-links-c a {
    color: var(--neutrals-black);
}

.navbar-nav .nav-link:hover {
    color: var(--neutrals-white);
}

.bg-white .header-divider {
    background-color: var(--neutrals-black);
}

.navbar-nav .current_page_item .nav-link, .link-right.active {
    color: var(--neutrals-white);
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

nav a.navbar-brand {
    font-size: var(--desktop-h2-line-height);
    line-height: var(--logo-line-height);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
}

#language_dropdown {
    /* order: 2; */
    border: 1px solid var(--neutrals-mediumgrey);
    border-radius: 4px;
    padding: 8px;
    font-size: var(--input-size);
    line-height: var(--input-line-height);
    font-family: var(--font-tertiary);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
    background: linear-gradient(132.06deg, rgba(255, 255, 255, 0.32) 4.63%, rgba(255, 255, 255, 0.14) 100%);
    border: unset;
    font-size: var(--button-size);
    font-family: var(--button-font-family);
    color: var(--neutrals-black);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-weight: var(--button-weight);
    line-height: var(--button-size);
    /*padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
#language_dropdown #languageSwitcher{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

#language_dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;

    margin-top: 0.6rem !important;
    border: 1px solid #E3E4E3;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 100%;
}
#language_dropdown a:hover{
    color: var(--main-brand);
}

#language_dropdown #languageSwitcher {
    color: var(--neutrals-darkgrey);
    font-weight: var(--font-weight-semibold);
}

#language_dropdown .dropdown-item {
    padding: 4px 6px;
    min-width: 100%;
}

#language_dropdown .dropdown-toggle::after {
    content: url(../images/arrow-bottom.svg);
    border: unset;
    vertical-align: 0.1rem;
    font-size: 0.5rem;
    margin-left: 0.5rem;
}

.navbar-toggler {
    border: unset;
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-brand);
        background: linear-gradient(132.06deg, rgba(255, 255, 255, 0.32) 4.63%, rgba(255, 255, 255, 0.14) 100%);
    box-shadow: unset;
    opacity: 1;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.btn {
    background-color: var(--neutrals-black);
    border: 2px solid var(--neutrals-black);
    border-radius: var(--border-radius-interactives);
    color: var(--neutrals-white);
    font-weight: var(--button-weight);
    padding: 10px 22px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    text-transform: uppercase;
}

.btn:hover {
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
    border: 2px solid var(--neutrals-black);
    opacity: 1;
}

.btn-outline {
    background-color: unset;
    color: var(--neutrals-white);
    border: 2px solid var(--neutrals-white);
}

.btn-outline:hover {
    background: rgba(245, 227, 209, 0.24);
    color: var(--neutrals-light-grey);
    border: 2px solid var(--neutrals-light-grey);
}

.btn-white {
    border-color: var(--neutrals-white);
    background-color: var(--neutrals-white);
    color: var(--main-brand) !important;
}

.btn-white:hover {
  border-color: var(--neutrals-light-grey);
    background-color: var(--neutrals-light-grey);
    color: var(--neutrals-black);
}
.btn-pink{
    background-color: var(--accents-2);
    color: var(--neutrals-white);
    border-color: var(--accents-2);
}
.btn-pink:hover{
    background-color: #b6509a;
    border-color: #b6509a;
}

.btn-grey{
    background-color: var(--neutrals-light-grey);
    border-color: var(--neutrals-light-grey);
    color: var(--neutrals-black);
}
.btn-flex{
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-flex i.bi{
    font-size: 20px;
}
.btn-flex.btn-pink i.bi{
    color: white;
}
.btn-grey i.bi{
    color: black;
}

.bg-brand {
    background-color: var(--main-brand);
    color: var(--neutrals-white);
}

.text-brand {
    color: var(--main-brand);
}
.text-darkgrey{
    color: var(--neutrals-dark-grey);
}

.text-accent-1 {
    color: var(--accents-1);
}

.text-accent-3 {
    color: var(--accents-3);
}

.bg-grad{
    background: linear-gradient(90deg, #B04191 0%, #E63213 16.83%, #741C3E 64.42%);
}

.br-cards {
    border-radius: var(--border-radius-cards);
}

.br-cards-top {
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}
footer .navbar-nav .nav-link{
    color: var(--main-brand);
}
footer .navbar-nav .nav-link:hover{
    color: var(--main-brand);
    opacity: 0.7;
}
footer .soc-f i.bi{
    font-size: 16px;
    color: var(--neutrals-white);
}
footer .soc-f{
    position: relative;
    display: flex;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--accents-2);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    opacity: 1;
}
footer .soc-f:hover{
    opacity: 1;
}
.mySwiper3 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mySwiper3 .swiper-pagination{
        bottom: 2rem !important;
    text-align: right;
    width: auto;
    right: 2rem;
    left: unset;
    display: flex;
    align-items: center;
}

.mySwiper3 .swiper-pagination-bullet{
    background-color: transparent;
    border: 1.5px solid var(--neutrals-white);
}
.mySwiper3 .swiper-pagination-bullet-active{
    background-color: var(--neutrals-white);
    border-color: var(--neutrals-white);
}
.mySwiper3 .swiper-pagination-numbers{
        bottom: 3rem !important;
    text-align: right;
    width: auto;
    right: 2rem;
    left: unset;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
}
.mySwiper3 .swiper-pagination-numbers .num{
    display: none;
    font-size: var(--paragraph-size);
    font-family: var(--paragraph-font-family);
    line-height: var(--paragraph-line-height);
    font-weight: var(--paragraph-line-height);
}
.mySwiper3 .swiper-pagination-numbers{
    border-bottom: 2px solid var(--main-brand);
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.mySwiper3 .swiper-pagination-numbers .num.active{
    display: block;
}
.icon-square {
    width: 48px;
    height: 48px;
    flex: none;
}

.icon-square-big {
    width: 64px;
    min-width: 64px;
    height: 64px;
    flex: none;
}

.accordion-item {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--neutrals-mediumgrey);
}

.accordion-item:first-of-type {
    border-top: 1px solid var(--neutrals-mediumgrey);
}

.accordion-button {
    border: unset !important;
    box-shadow: unset !important;
    background: unset !important;
}

.accordion-button::after {
    background-image: url(../images/xmark.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/xmark.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
}

h3 .accordion-button {
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-line-height);
}

.product-card .ratio::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: unset;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}

.product-card:not(.blog-card):hover .ratio::after {
    background: rgba(0, 0, 0, 0.32);

}

.small-p,
.pagination-item {
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-line-height);
    font-weight: var(--paragraph-small-weight);
}

.dimensions {
    font-size: var(--paragraph-small-size);
    font-weight: var(--paragraph-small-weight);
    line-height: var(--paragraph-small-line-height);
    font-family: var(--paragraph-small-font-family);
    text-transform: uppercase;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 4px 12px;
    background-color: var(--neutrals-light-grey);
    border-radius: 100px;
    color: var(--main-brand);
}

.label-category {
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-line-height);
    font-weight: var(--paragraph-small-weight);
    padding: 4px 12px;
    background-color: var(--accents-1);
    border-radius: 100px;
    text-decoration: unset;
    color: var(--main-brand);
}
.swiper-arrow-left,
.swiper-arrow-right {
    min-width: 62px;
    max-width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 5.82px 14.55px 0px #00000014; */
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(90deg, #E63213 0%, #B04191 91.83%);
    opacity: 1;
}

.swiper-arrow-left i.bi,
.swiper-arrow-right i.bi {
    color: var(--neutrals-white);
    font-size: 23px;
}

 .swiper-arrow-left.swiper-button-disabled,
.swiper-arrow-right.swiper-button-disabled  {
    opacity: 0.5;
}

/* .swiper-arrow-left:hover,
.swiper-arrow-right:hover{
    background-color: var(--neutrals-mediumgrey);
} */

.swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--neutrals-medium-grey);
    ;
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--accents-2);
    border-color: var(--accents-2);
}

.swiper-pagination {
    bottom: unset !important;
    top: unset !important;
}

.link {
    font-size: var(--link-size);
    line-height: var(--link-line-height);
    font-family: var(--link-font-family);
    font-weight: var(--link-weight);
    text-decoration: unset;
}

.form-check {
    padding: 0;
    margin-bottom: 0.5rem;
    display: flex;
    cursor: pointer;
}
.form-check label, .form-check input{
    cursor: pointer;
}
.row-assort .product-card{
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.row-assort .product-card:hover{
    opacity: 0.8;
}
.modal .modal-dialog{
    max-width: 887px !important;
}
.modal-header .btn-close{
    background: unset !important;
        width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check input {
    font-size: 24px;
    border: 1px solid var(--neutrals-dark-grey);
    margin: unset !important;
}
.toogle-open{
    font-family: var(--link-font-family);
    line-height: var(--link-line-height);
    font-size: var(--link-size);
    font-weight: var(--link-weight);
    color: var(--main-brand);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.form-check .form-check-label {
    padding-left: 1rem;
    font-weight: var(--font-weight-regular);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    font-family: var(--paragraph-font-family);
}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-light-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-dark-grey);
    text-decoration: unset;
}

.pagination-item.active {
    border: 1px solid var(--main-brand);
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

.pagination-item.disable {
    border: unset;
}

.rotate-180 img {
    transform: rotate(180deg);
}

.testimonials-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}

.box-shadow {
    border: 1px solid var(--neutrals-lightgrey);
    box-shadow: 0px 8px 20px 0px #00000014;
}

.blog-category {
    border: 1px solid var(--neutrals-mediumgrey);
    border-radius: 32px;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    font-weight: var(--button-weight);
    color: var(--neutrals-black);
    padding: 12px 24px;
}

.blog-category:hover {
    border: 1px solid var(--neutrals-black);
}

.blog-category.active {
    border: 1px solid var(--neutrals-black);
    background-color: var(--neutrals-black);
    color: var(--neutrals-white);
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid var(--neutrals-light-grey);
    border-radius: var(--border-radius-interactives);
    padding: 16px 12px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
    color: var(--neutrals-black);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    font-family:var(--paragraph-font-family);
    font-size: var(--paragraph-size);
    font-weight: var(--paragraph-weight);
    line-height: var(--paragraph-line-height);
    color: var(--neutrals-dark-grey);
    opacity: 1;
    text-transform: unset;
}

.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
  /*  border: unset !important;
    border-bottom: 1px solid var(--neutrals-black) !important;*/
    outline: unset !important;
}

.wpcf7-form label {
    color: var(--neutrals-black);
    font-size: var(--input-size);
    font-family: var(--input-font-family);
    line-height: var(--input-line-height);
    font-weight: var(--font-weight-semibold);
}

.wpcf7-form input[type=submit] {
    background-color: var(--accents-2);
    padding: 12px 24px;
    border-radius: 8px;
    color: var(--neutrals-white);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--border-radius-interactives);
    width: max-content;

}
.wpcf7-form input[type=submit]:hover{
    border: unset;
}

.contact-description p {
    font-weight: var(--font-weight-regular);
    font-family: var(--button-font-family);
    font-size: var(--button-size);
    line-height: var(--button-line-height);
}

.contact-description i.bi {
    font-size: 18px;
    color: var(--main-brand);
}
.contact-description span{
    font-family: var(--button-font-family);
font-weight: 600;
font-style: 600;
font-size: var(--button-size);
line-height: var(--button-line-height);
letter-spacing: 0;
text-transform: uppercase;
color: var(--main-brand);
}

.container-1 {
    width: 100%;
    display: flex;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    align-items: center;
}

.container-1 input#search {
    width: 100%;
    height: 40px;
    border: unset;
    border: 1px solid var(--neutrals-medium-grey);
    border-radius: var(--border-radius-interactives);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    float: left;
    color: var(--neutrals-black);
    padding: 8px 12px 8px 35px;
}
.container-1 input#search:focus-visible{
    outline: unset;
}

.container-1 .icon {
    position: absolute;
    margin-left: 12px;
    z-index: 1;
    color: #989898;
}

.custom-drop {
    padding: 8px 16px;
    border: 1px solid var(--neutrals-mediumgrey);
    border-radius: var(--borderradius-interactives);
    position: relative;
    display: flex;
    align-items: center;
}

.custom-drop::after {
    content: url(../images/chevron-down.svg);
    position: absolute;
    right: 1rem;
}

@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--navbar-nav-link-padding-x);
        padding-left: var(--navbar-nav-link-padding-x);
    }
}

@media(max-width:1200px) {
    nav a.navbar-brand {
        font-size: var(--mobile-h2-line-height);
        line-height: var(--mobile-logo-line-height);
    }

    .navbar {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .navbar-nav .nav-link {
        justify-content: center;
    }
}

@media(min-width:992px) {
    .border-lg-start {
        border-left: 1px solid var(--neutrals-white);
    }

    .ratio-lg-16x9 {
        --bs-aspect-ratio: 56.25%;
    }
}

@media(max-width:991px) {
    body {
        font-family: var(--font-tertiary);
        font-size: var(--paragraph-size);
        line-height: var(--paragraph-line-height);
        color: var(--neutrals-black);
    }

    h1 {
        font-size: var(--mobile-h1-size);
        line-height: var(--mobile-h1-line-height);
        font-weight: var(--mobile-h1-weight);
        font-family: var(--mobile-h1-font-family);
    }

    h2 {
        font-size: var(--mobile-h2-size);
        line-height: var(--mobile-h2-line-height);
        font-family: var(--mobile-h2-font-family);
        font-weight: var(--mobile-h2-weight);
    }

    h3 {
        font-family: var(--mobile-h3-font-family);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-line-height);
    }

    h4 {
        font-family: "Darkwoman";
        font-size: var(--mobile-h4-size);
        line-height: var(--mobile-h4-line-height);
        font-weight: var(--mobile-h4-weight);
    }



    .border-mob-top {
        border-top: 1px solid var(--neutrals-white);
    }

    h3 .accordion-button {
        font-family: var(--mobile-h3-font-family);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-line-height);
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

}












/*EDIT BY MAARTEN FROM HERE*/


/*element text with bg image */

.el-text-bg-image {
    background-position: center;
    background-size: cover;
}

.el-text-bg-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(258.17deg, rgba(0, 0, 0, 0) 49.01%, rgba(0, 0, 0, 0.44) 66.73%, rgba(0, 0, 0, 0.81) 98.82%),
        linear-gradient(360deg, rgba(0, 0, 0, 0) 79.2%, rgba(0, 0, 0, 0.564) 92.64%);
    left: 0;
    top: 0;
}

.el-text-bg-image .btn-outline:hover {
    color: #fff;
}

/* element video */
.el-video .iframe-wrapper {
    position: relative;
    padding: 56.34% 0 0 0;
}

.el-video .iframe-wrapper iframe {
    border-radius: var(--borderradius-interactives);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*element logos */
.slider-logos .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    align-items: center;
}

.slider-logos .swiper-slide {
    max-width: 300px;
    width: auto;
    /*flex-shrink: 0;*/
}

.slider-logos .swiper-slide img {
    max-height: 100px;
    object-fit: contain;
}






/* wrapped usp */

@media(max-width:767px) {
    .el-usp-wrapped .col-md-6:not(:last-child):after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        background-color: white;
        margin-top: 1rem;
    }
}

@media(min-width:768px) AND (max-width: 1199px) {
    .el-usp-wrapped .col-md-6:nth-child(2n) {
        border-left: 1px solid #fff;
    }
}










.fit-img-to-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fit-img-to-content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






.swiper-slide {
    height: auto;
}





.bg-brand-color-1 {
    background-color: var(--main-brand);
}

.bg-brand-color-1 * {
    color: #fff;
}

.bg-brand-color-1 .btn {
    background-color: #fff;
    color: var(--main-brand);
    border: 3px solid #fff;
}

.bg-brand-color-1 .btn {
    background-color: #fff;
    color: var(--main-brand);
    border: 3px solid #fff;
}

.bg-brand-color-1 .btn:hover {
    background-color: var(--neutrals-mediumgrey);
    color: var(--main-brand);
}

.bg-brand-color-1 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--main-brand);
    color: #fff;
}

.bg-brand-color-1 .btn-outline:hover {
    background-color: var(--main-brand);
    color: #000;
    border: 3px solid #000;
}

.bg-accent-3 {
    background-color: var(--accents-3);
}
.bg-accent-2 {
    background-color: var(--accents-2);
}
.bg-accent-2 *{
    color: var(--neutrals-white);
}
.bg-accent-1{
    background-color: var(--accents-1);
}
/* .bg-accent-1 *{
    color: var(--neutrals-white);
} */
.text-accent-2 {
    color: var(--accents-2);
}


i.bi {
    color: var(--main-brand);
    display: block;
    font-size: 28px;
}

i.bi.bi-star-fill {
    color: var(--neutrals-mediumgrey);
    font-size: 16px;
}


.bi-chevron-left::before,
.bi-chevron-right::before {
    font-weight: 600 !important;
}




a {
    color: var(--main-brand);
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--main-brand);
    opacity: .8;
}


.border-top {
    border-top: 1px solid var(--neutrals-medium-grey) !important;
}

.border-bottom,
.el-posts .scnd-column .row:last-child {
    border-bottom: 1px solid var(--neutrals-lightgrey) !important;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensure it stays above other elements */
    transition: background-color 0.3s ease-in-out;
        z-index: 9999;
}

.header-links-c a {
   font-size: var(--button-size);
    font-family: var(--button-font-family);
    color: var(--neutrals-black);
    text-transform: uppercase;

    transition: all 0.3s ease-in-out;
    font-weight: var(--button-weight);
    line-height: var(--button-size);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-links-c a:hover{
    color: var(--neutrals-white) !important;
}
.header-links-c #language_dropdown a:hover{
    color: #751c3e !important;
}

.btn-heart:hover{
    border: unset;
    background: linear-gradient(132.06deg, rgba(255, 255, 255, 0.32) 4.63%, rgba(255, 255, 255, 0.14) 100%);
}

.header-divider {
    width: 2px;
    height: 19px;
    background-color: var(--neutrals-medium-grey);
}

.nav-item.have-child .nav-link::after {
    content: '';
    background-image: url(../assets/icons/drop-down.svg);
    width: 16.25px;
    height: 8.25px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    top: 40%;
    transition: all 0.3s;
}

.bg-white .nav-item.have-child .nav-link::after {
    filter: invert(1);
}

.nav-item.have-child:hover .nav-link::after {
    transform: rotate(180deg);
}

.nav-item.have-child .sub-menu .nav-link::after {
    display: none;
}

.nav-item .sub-menu {
    /* position: absolute;
    top: 100%;
    left: 1rem;
    background: #000;
    padding: 0;
    list-style: none;
    padding: 0.5rem 1rem;
    transform: translateY(0); */
    position: absolute;
    z-index: 9999;
    background: var(--neutrals-white);
    list-style: none;
    padding: 5px;
    font-size: 17px;
    display: none;
    box-shadow: 0px 4px 15px 0px #00000026;
    text-align: left;
    flex-direction: column;
    gap: 0.2rem;
}

.nav-item.have-child:hover .sub-menu {
    display: flex;
    border-radius: 0;
}

.nav-item .sub-menu .nav-link {
    color: var(--accents-2);
    padding-left: 12px;
    padding-right: 12px;
}

footer .link {
    font-family: var(--button-font-family);
    line-height: var(--button-line-height);
    font-size: var(--button-size);
    font-weight: var(--button-weight);
}

.language-drop {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    border-radius: var(--border-radius-interactives);
    background: rgba(255, 255, 255, 0.32);
    padding: 8px 16px;
    cursor: pointer;
    color: var(--neutrals-white) !important;
    background: linear-gradient(132.06deg, rgba(255, 255, 255, 0.32) 4.63%, rgba(255, 255, 255, 0.14) 100%);
}
.language-drop img{
    filter: invert(1);
}
.language-drop:hover{
    color: var(--neutrals-black) !important;
}

.row-ges {
    position: relative;
}

.row-ges::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: var(--accents-2);
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.row-ges .row {
    position: relative;
}

.row-ges .row::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background-color: var(--accents-2);
    width: 22px;
    height: 22px;
    border: 3px solid var(--neutrals-white);
    border-radius: 30px;
}

.el-text-image ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.el-text-image ul li {
    position: relative;
    padding-left: 2rem;
    padding-bottom: 0;
}

.el-text-image ul li::before {
    content: '';
    background-image: url(../assets/icons/done.svg);
    position: absolute;
    left: 4px;
    width: 14.38px;
    height: 10px;
    display: block;
    transform: translateY(-50%);
    top: 50%;
}

.slider-garden-1 .swiper-slide img {
    aspect-ratio: 1/1;
}
.gallery-pop-parent {
    cursor: pointer;
}

.mfp-pager .dots {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    top: 6px;
}
.mfp-pager .dots li {
    padding: 0;
    margin: 0;
    display: inline-flex;
    border: 2px solid transparent;
}
.mfp-pager .dots li button {
    padding: 0;
    display: inline-flex;
    border: none;
}
.mfp-pager .dots li img {
	width: 80px;
	aspect-ratio: 4/3;
	object-fit: cover;
	cursor: pointer;
}
.mfp-pager .dots li.active {
	border: 2px solid #783DAB;
}

.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 3rem;
grid-row-gap: 3rem;
}

.div1 { grid-area: 1 / 1 / 3 / 2; }
.div2 { grid-area: 1 / 2 / 4 / 3; }
.div3 { grid-area: 4 / 2 / 7 / 3; }
.div4 { grid-area: 3 / 1 / 7 / 2; }

.el-text-bg-image .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.el-text-bg-image .bg-video-overlay {
    position: absolute;
    inset: 0;
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 51.44%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.el-text-bg-image .container-xl {
    position: relative;
    z-index: 2;
}

.bg-bottom-colors .col-3{
    height: 10px;
}
.bg-bottom-colors .col-3:nth-child(1){
    background-color: var(--main-brand);
}
.bg-bottom-colors .col-3:nth-child(2){
    background-color: #E63213;
}
.bg-bottom-colors .col-3:nth-child(3){
    background-color: var(--accents-2);
}
.bg-bottom-colors .col-3:nth-child(4){
    background-color: var(--accents-3);
}
.bg-vector-1{
    position: relative;
}
.vector-1, .vector-2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.brand-assort{
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.brand-assort-hover{
    aspect-ratio: 1;
    min-width: 200px;
    background-color: var(--main-brand);
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 0.5rem;
}
.brand-assort:hover{
    opacity: 1;
}
.brand-assort:hover .brand-assort-hover{
    transform: scale(1);
    opacity: 1;
}
.brand-assort-hover h5{
    text-transform: uppercase;
    color: #fff;
}
.brand-assort-hover .btn-arrow-r{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 1000px;
    position: absolute;
    bottom: -22px;
}
.p-48-svg{
    padding: 48px;
}
.col-left-svg svg{
    position: absolute;
    right: -7px;
    top: 0;
    height: 101%;
    width: auto;
}
.col-right-svg svg{
        position: absolute;
    right: 98.8%;
    height: 101%;
    top: 0;
    opacity: 1;
    width: auto;
}
.col-right-svg img, .col-left-svg img{
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.lees-meer{
    color: var(--neutrals-white);
    display: flex;
    font-size: var(--link-size);
    font-weight: var(--font-weight-regular);
    font-family: var(--link-font-family);
    text-transform: uppercase;
    line-height: var(--link-line-height);
    gap: 8px;
    align-items: center;
}
.lees-meer:hover{
    color: #fff;
}
.lees-meer i.bi{
    font-size: 18px;
    color: var(--neutrals-white);
}
.bg-grad-2{
    background: linear-gradient(90deg, #E63213 0%, #B04191 55.77%, #ED6EA6 100%);
}
.bg-grad-3{
    background: linear-gradient(90deg, #E63213 0%, #B04191 100%);
}
.bg-grad-2 h1, .bg-grad-2 h2, .bg-grad-2 h3, .bg-grad-2 h4, .bg-grad-2 h5, .bg-grad-2 h6, .bg-grad-2 p, .bg-grad-2 b, .bg-grad-2 span{
    color: var(--neutrals-white);
}
.btn-grad{
    background-color: unset;
    border: unset;
    background: linear-gradient(90deg, #E63213 0%, #B04191 91.83%);
    color: var(--neutrals-white);
    padding: 13px 24px;
    transition: all 0.3s ease-in-out;
}
.btn-grad:hover{
    color: var(--neutrals-white);
    background: linear-gradient(90deg, #E63213 0%, #B04191 91.83%);
    border: unset;
}
.lees-meer-text{
    color: var(--main-brand);
    font-family: var(--link-font-family);
font-weight: 400;
font-style: var(--font-weight-regular);
font-size: var(--link-size);
line-height: var(--link-line-height);
text-transform: uppercase;

}

@media(max-width:991px) {
    .align-items-center-2 {
        align-items: center;
    }

    .fit-img-to-content {
        position: relative;
    }

    .row-ges .row::before {
        display: none;
    }

    .row-ges::before {
        display: none;
    }

    .parent{
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }
    .col-min{
        background-image: unset !important;
        flex-direction: column;
    }
    .col-min img{
        max-height: 600px;
        object-fit: cover;
        width: 100%;
    }
    .vector-1, .vector-2{
        display: none;
    }
    .col-left-svg svg, .col-right-svg svg{
        display: none;
    }
    .p-48-svg{
        padding: 24px;
    }
}

@media(max-width:1200px) {
    .header-links-c {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .header-divider {
        display: none;
    }

    .nav-item .sub-menu {
        position: relative;
        display: flex;
        flex-direction: column;
        background: unset;
        box-shadow: unset;
        padding: 0;
    }

    .nav-item.have-child .nav-link::after {
        display: none;
    }

    .nav-item .sub-menu .nav-link {
        color: var(--main-brand);
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .el-usp-wrapped .col-md-6:not(:last-child):after,
    .el-usp-wrapped .col-md-6:not(:last-child):after {
        display: none;
    }

    .el-text-bg-image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
    }
    nav .navbar-nav{
        margin-top: 0.5rem;
    }
}
.product-gallery img {
    width: 112px;
    height: 112px;
    min-width: 112px;
    object-fit: cover;
    opacity: 0.25;
    border-radius: var(--border-radius-cards);
    cursor: pointer;
}

.product-main-image {

    object-fit: cover;

    border-radius: var(--border-radius-cards);
    width: 100%;
    aspect-ratio: 1;
}

.image-list img.active {
    opacity: 1;
}

.prev-button,
.next-button {
    position: absolute;
    background: var(--neutrals-white);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.prev-button:hover,
.next-button:hover {
    background-color: var(--accents-1);
}

.prev-button {
    left: 1rem;
}

.next-button {
    right: 1rem;
}
.back-assort{
    font-weight: var(--link-weight);
    font-size: var(--link-size);
    line-height: var(--link-line-height);
    font-family: var(--link-font-family);
    text-transform: uppercase;
    display: flex;
    gap: 8px;
    color: var(--neutrals-dark-grey);
}
.back-assort i.bi{
    font-size: 17.5px;
    color: var(--neutrals-dark-grey);
}
.shop-link{
    background-color: var(--accents-1);
    border-radius: var(--border-radius-interactives);
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 16px;
}
.shop-link b{
    color: var(--main-brand);
    font-weight: var(--button-weight);
    font-family: var(--button-font-family);
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    color: var(--main-brand);
    
}

.fw-maven{
    font-family: var(--font-primary);
}
.text-home-first h4{
    font-family: 'Darkwoman';
    font-size: 49px;
    font-weight: 400;
}
.cb_banner h4, .cb_banner p{
    margin-bottom: 0;
}
.h4-mb0 h4{
margin-bottom: 0;
}
.is-text h4{
    color: var(--accents-2);
    margin-bottom: 0;
}
.is-text h2{
    margin-bottom: 1.5rem;
}
.text-h4 h4{
    color: var(--accents-2);
}
.text-h4-mb4 h4{
margin-bottom: 1.5rem;
}
.p-mb0 p{
 margin-bottom: 0;
}
.h4-h2-export h4{
    color: var(--accents-2);
}
.h4-h2-export h2{
    margin-bottom: 1.5rem;
}
.h4-text-mb0 h4{
    color: var(--accents-2);
    margin-bottom: 0;
}
.h4h2-mb0 h2, .h4h2-mb0 h4{
    margin-bottom: 0;
}
.h4h2-mb0 h4{
    color: var(--main-brand);
}
.textblack-mb0 *{
    color: var(--neutrals-black) !important;
}
.textblack-mb0 p{
    margin-bottom: 0;
}
.h2-mb4 h2{
    margin-bottom: 1.5rem;
}
.img-head {
    position: absolute;
    right: 0;
    max-width: 50%;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
    object-fit: cover;
}
.asp-1-br{
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1000px;
}
.img-mx-237{
    aspect-ratio: 1;
    border-radius: 1000px;
    object-fit: cover;
    max-width: 237px;
}
.bg-accent-2-op-5{
    background: rgba(255, 255, 255, 0.16);
 backdrop-filter: blur(8px)

}
.slider-blogs .swiper-slide img{
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
    object-position: center;
    max-width: 100%;
}
.ff-h2{
    font-family: var(--desktop-h2-font-family);
    color: var(--main-brand) !important;
    letter-spacing: 0;
    font-weight: 600;
}
.list-check {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.list-check .list-item-c img{
    margin-top: 7px;
}
.list-check .list-item-c{
    display: flex;
    gap: 16px;
    align-items: start;
}
.list-check .list-item-c h6{
    color: var(--accents-2);
}
.list-check .list-item-c p{
    margin-bottom: 0;
}
.icon-bg{
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.16);
}
.icon-bg img{
    max-width: 26px;
}
.contact-div-op .img-mx-237{
    max-width: 165px;
}
.contact-div-op p{
    color: var(--accents-1);
    margin-bottom: 0;
}
.contact-div-op .btn{
    display: flex;
    gap: 8px;
    background-color: var(--accents-2);
    border-color: var(--accents-2);
    color: var(--neutrals-white);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);

}
.contact-div-op .btn i.bi{
    font-size: 16px;
    color: var(--neutrals-white);
}
.btn-heart{
    padding: 8px 10px;
    background: linear-gradient(132.06deg, rgba(255, 255, 255, 0.32) 4.63%, rgba(255, 255, 255, 0.14) 100%);
    border: unset;
    position: relative;
}
.wishlist-header-count{
    position: absolute;
    top: 0;
    font-size: 10px;
    aspect-ratio: 1;
    background-color: #E63213;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color: #000;
    min-width: 16px;
    min-height: 16px;
    border-radius: 100px;
    color: #fff;
    top: 3px;
    right: 5px;
}
.btn-heart i.bi{
    color: white;
    font-size: 18px;
}
.navbar-toggler-icon{
    filter: invert(1);
}
.navbar-toggler{
    box-shadow: 0px 4px 10px 0px #ffffff14;
}
.btn-grad-flex{
    display: flex;
    gap: 8px;
    align-items: center;
}
.btn-grad-flex i.bi{
    color: var(--neutrals-white);
    font-size: 18px;
}
.img-head-2{
    height: 100%;
    object-fit: cover;
}
.added-wish{
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 11;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    right: 0.5rem;
    top: 0.5rem;
    left: unset;
}
.add-to-wish{
     width: 44px;
    height: 44px;
    position: absolute;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.32);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    right: 0.5rem;
    top: 0.5rem;
    left: unset;
    transition: all 0.3s ease-in-out;
    z-index: 1111;
}
.add-to-wish i.bi{
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.add-to-wish.added{
    background-color: #fff;
}
.add-to-wish.added i.bi{
     background: linear-gradient(90deg, #E63213 0%, #B04191 100%);
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* для нових браузерів */
    background-clip: text;
    color: transparent;
}
.add-to-wish:hover{
    background-color: #fff;
}
.add-to-wish:hover i.bi{
     background: linear-gradient(90deg, #E63213 0%, #B04191 100%);
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* для нових браузерів */
    background-clip: text;
    color: transparent;
}
.wish-product{
    border-radius: 8px;
    box-shadow: 0px 6px 15.1px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
.wish-product:hover{
    opacity: 1;
}
.wish-product .bg-wish{
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.wish-title{
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}
.wish-product:hover .wish-title{
    background: linear-gradient(90deg, #E63213 0%, #B04191 55.77%, #ED6EA6 100%);
}
.wish-product:hover span{
    color: #fff;
}
.wish-product span{
    color: #000;
}
.wish-title{
    position: relative;
    overflow: hidden;
        border-radius: 0 0 8px 8px;
}
.arrow-right-wish{
      padding: 8px 8px 8px 20px;
    background-color: var(--main-brand);
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}
.arrow-right-wish i.bi{
    color: var(--neutrals-white);
    font-size: 18px;
}
.wish-title span{
    font-size: 16px;
    line-height: 24px;
    padding: 6px 16px;
    font-family: var(--button-font-family);
    font-weight: var(--button-weight);
}
.wish-title .arrow-right-wish{
    transform: translateX(60px);
    transition: all 0.3s ease-in-out;
}
.wish-product:hover .arrow-right-wish
{
   transform: translateX(0);
}
.br-top-8px{
    border-radius: 8px 8px 0 0;
}
.product-col-table img{
    aspect-ratio: 1;
    max-width: 45px;
    border-radius: 100px;
}
.row-table-body{
    border-bottom: 1px solid var(--neutrals-light-grey);
}
.row-table-footer{
    background-color: var(--neutrals-light-grey);
    border-radius: 0 0 8px 8px;
}
@media(max-width:991px){
    .btn{
        width: 100%;
    }
    .btn-grad-flex{
justify-content: center;
    }
    .overflow-mob-scroll{
        overflow: scroll;
    flex-wrap: nowrap !important;
    justify-content: unset !important;
    }
  .img-head{
    position: relative;
    max-width: 100%;
    clip-path: unset;
    width: 100%;
    object-fit: cover;
    padding-bottom: 1rem;
    display: none;
  }
  .img-head-mobile{
           aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center;
        display: block;
        width: 100%;
        height: auto;
  }
  .contact-div-op .btn{
    justify-content: center;
  }
  .btn-flex{
    justify-content: center;
  }
  .col-left-svg .col-lg-4, .col-right-svg .col-lg-4{
    width: 100%;
  }
  .col-left-svg .col-lg-4 img, .col-right-svg .col-lg-4 img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
  }
}
.header-links-c a.btn-white:hover{
    color: var(--neutrals-black) !important;
}
.row-table-body i{
    display: none;
}
.location-map{
    box-shadow: 0px 6px 15.1px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    width: max-content;
    min-width: 260px;
    position: absolute;
    display: none;
    z-index: 5;
    border-radius: 8px;
        background: #fff;
}
.location-map.is-active {
    display: flex;
}
.location-map .img-mx-60{
        aspect-ratio: 1;
    border-radius: 1000px;
    object-fit: cover;
    max-width: 60px;
}
.location-map .contact-description span{
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    font-weight: var(--paragraph-weight);
    text-transform: unset;
}
.location-map[data-cat="europe"] {
    top: 45%;
    left: 43%;
}

.location-map[data-cat="asia"] {
    top: 55%;
    left: 62%;
}

.location-map[data-cat="china"] {
    top: 56%;
    left: 68%;
}

.location-map[data-cat="north-america"] {
    top: 60%;
    left: 10%;
}

.location-map[data-cat="south-america"] {
    top: 28%;
    left: 20%;
}

.location-map[data-cat="israel"] {
    top: 50%;
    left: 51%;
}
#map-location path{
    transition: all 0.3s ease-in-out;
}
#map-location .north-america:hover, #map-location .south-america:hover, #map-location .europe:hover, #map-location .asia:hover, #map-location .china:hover, #map-location .israel:hover{
fill: #c43b61ba;
}
@media(max-width:576px){
    .row-table-body{
        border: 1px solid var(--neutrals-light-grey);
    }
    .row-table-body i{
        color: var(--main-brand);
        font-size: 14px;
        font-weight: 400px;
        display: inline;
    }
}
@media(max-width:768px){
    .location-map{
         display: flex;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    margin-bottom: 1rem;
    }
    #map-location{
        display: none;
    }
}

.wishlist-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}
.wishlist-popup.is-active {
    display: flex;
}

.wishlist-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.wishlist-popup-content {
    position: relative;
    background: #fff;
    padding: 12px 16px;
    max-width: max-content;
    margin: 100px auto;
    z-index: 2;
}

.wishlist-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: unset;
    border: unset;
}
#wishlist-share-form input{
    border: 1px solid var(--neutrals-light-grey);
    border-radius: var(--border-radius-interactives);
    padding: 16px 12px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
    color: var(--neutrals-black);
    margin-right: 1rem;
}
.form-check-input:checked{
    background-color: var(--accents-2);
    border-color: var(--accents-2);
}
.rotate-180 {
    transform: rotate(180deg);
}

.wishlist-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: .25s ease;
    width: min(640px, calc(100% - 32px));
}

.wishlist-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.wishlist-toast__inner {
    background: #fff;
    border-radius: 22px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.wishlist-toast__left {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #7c1f4a;
    font-weight: 600;
}

.wishlist-toast__left i {
    font-size: 20px;
}

.wishlist-toast__text {
    font-size: 18px;
    line-height: 1.2;
}

.wishlist-toast__link {
    color: #7c1f4a;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}

.sort {
    font-family: var(--desktop-h6-font-family);
    line-height: var(--desktop-h6-line-height);
    font-size: var(--desktop-h6-size);
    font-weight: var(--desktop-h6-weight);
    text-transform: unset;
}

.sort-iside {
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-size);
    font-weight: var(--font-weight-regular);
    line-height: var(--paragraph-line-height);
    text-transform: unset;
    display: flex;
    gap: 8px;
    align-items: center;
     border: 1px solid var(--neutrals-medium-grey);
    border-radius: 8px;
    padding: 8px 16px;
}

.sort-iside i.bi {
    color: var(--neutrals-black);
    font-size: 16px;
}

.ppm-sort-dropdown .ppm-sort-list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;

    margin: 0;
    padding: 8px 0;

    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 2px;
    z-index: 50;

    list-style: none;
}

/* показуємо при відкритому стані */
.ppm-sort-dropdown.is-open .ppm-sort-list {
    display: block;
}

/* елементи списку */
.ppm-sort-list li {
    list-style: none;
}

.ppm-sort-list a {
    display: block;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.ppm-sort-list a:hover {
    background: #f5f5f5;
}

.ppm-sort-list a.active {
    font-weight: 600;
}

/* спільний стиль для дропдаунів */
.sort-iside.ppm-sort-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}

/* списки в обох дропдаунах */
.ppm-sort-dropdown .ppm-sort-list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: max-content;

    margin: 0;
    padding: 8px 0;

    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 2px;
    z-index: 50;

    list-style: none;
}

/* показати при is-open */
.ppm-sort-dropdown.is-open .ppm-sort-list {
    display: block;
}

/* елементи */
.ppm-sort-list li {
    list-style: none;
}

.ppm-sort-list a {
    display: block;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.ppm-sort-list a:hover {
    background: #f5f5f5;
}

.ppm-sort-list a.active {
    font-weight: 600;
}
.wishlist-popup-content{
               border-radius: 16px;
    text-align: start;
    }
    .wishlist-popup-content #wishlist-share-form{
        display: flex;
    flex-direction: column;
    gap: 0.5rem;
    }
    #wishlist-share-form input{
        margin-right: 0;
    }
@media(min-width:991px){
.wishlist-popup-content{
     min-width: 456px;
     max-width: 456px;
}
}
nav .logo-color:hover{
    opacity: 1;
}
footer .navbar-nav .current_page_item .nav-link{
    color: var(--main-brand);
    text-decoration: unset;
}
.wishlist-popup-message {
    margin: 0 0 15px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.wishlist-popup-message.is-success {
    background: #e8f7e8;
    color: #1f6b2c;
}

.wishlist-popup-message.is-error {
    background: #fdeaea;
    color: #a12626;
}
img.highlight{
        width: auto;
    height: auto;
    left: 1rem;
}
.footer-banner .navbar-nav .nav-link{
    text-transform: capitalize;
    color: #fff;
}
.vignet{
    max-width: 73px;
    margin-top: 0.5rem;
}
.wishlist-popup-title{
color: var(--main-brand);
font-family: 'Maven Pro';
font-weight: 500;
}
.wishlist-email{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Maven Pro';
    font-weight: 600;
}
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

/* сам квадрат */
.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

/* галочка */
.custom-checkbox .checkmark::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

/* checked стан */
.custom-checkbox input:checked + .checkmark {
    background: #b53d8b;
    border-color: #b53d8b;
}

.custom-checkbox input:checked + .checkmark::after {
    opacity: 1;
}

/* текст */
.custom-checkbox .label-text {
    font-size: 16px;
    line-height: 1.5;
}
.wishlist-popup-field label{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Maven Pro';
    font-weight: 600;
}
.wishlist-submit:disabled{
    opacity: 1;
    background-color: #989898;
    border-color: #989898;
    color: #fff;
}
.wishlist-cancel{
        background: unset;
    border: unset;
    text-transform: uppercase;
    padding: 4px 15px;
}
.ishlist-popup-form{
    display: flex;
}
.wishlist-popup-alert{
    display: flex;
    gap: 0.5rem;
}
.wishlist-popup-alert i.bi{
    color: #009681;
    font-size: 16px;
}
.wishlist-popup-alert-text strong, .wishlist-popup-alert-text span{
    font-size: 14px;
    line-height: 12px;
    font-family: 'Maven Pro';
    font-weight: 400;
    color: #009681;
}
.wishlist-popup-alert-text{
        display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.table-header{
    position: relative;
}

@media(max-width: 1199px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw; /* вся ширина екрану */
        background: #fff;
        z-index: 999;
        padding: 20px;
    }
    .navbar-nav .current_page_item .nav-link, .link-right.active, .navbar-nav .nav-link{
        color: var(--main-brand);
    }
    .header-links-c a{
            width: auto;
    background-color: var(--accents-2);
    border-color: var(--accents-2);
    color: #fff !important;
    min-width: 189px;
    }
    #language_dropdown{
        min-width: 189px;
        background-color: var(--neutrals-light-grey);
    color: var(--accents-2);
    border-radius: 8px;
    }
    #language_dropdown .dropdown-toggle::after{
            filter: brightness(0) saturate(100%) invert(39%) sepia(35%) saturate(1795%) hue-rotate(284deg) brightness(89%) contrast(89%);
    }
    .btn-heart{
        width: 40px;
        height: 40px;
    }
    .navbar-toggler i.bi{
        font-size: 20px;
        color: var(--neutrals-white);
    }
}