/*
Theme Name: grozio
Version: 1.0
 */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

@font-face {
    font-family: Montserrat;
    src: url('./fonts/Montserrat-VariableFont_wght.ttf');
}

@font-face {
    font-family: Gravity;
    src: url('./fonts/Gravity-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: Gravity;
    src: url('./fonts/Gravity-Light.otf');
    font-weight: 300;
}


@font-face {
    font-family: Urbanist;
    src: url('fonts/Urbanist-Light.ttf');
    font-weight: 300;
}

:root {
    --nero-color: #ffffff;
    --gimblet-color: #BFA671;
    --black-color: #000000;
    --mine-shaft-color: #292929;
    --silver-color: #cccccc;
    --gray-color: #808080;
    --shark-color: #212529;
    --limed-spruce-color: #394147;
}

html, body {
/*     scrollbar-gutter: stable;
    scroll-behavior: smooth; */
	min-width: 320px;
}

/* html::-webkit-scrollbar {
    width: 20px;
}

html::-webkit-scrollbar-track {
     background: var(--nero-color);
   background: red;
}

html::-webkit-scrollbar-thumb {
     background: var(--mine-shaft-color);
	  background-color: blue;
  border-radius: 20px;
  border: 3px solid orange;
} */

/* Общий контейнер скроллбара */
/* ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
} */

/*
::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 5px;
}

/*
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}
 */
img {
    max-width: 100%;
    height: auto;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: normal;
    font-family: Gravity;
    font-style: normal;
    font-size: 16px;
}

h1, .h1 {
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

h2, .h2 {
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

h3, .h3 {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}

h4, .h4 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h6, .h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

p {
    margin-bottom: 10px;
}

ul, ol {
    margin-left: 24px;

}

ol > li {
    margin-bottom: 24px;
}

ol li ul {
    list-style-type: "- ";
    padding-top: 8px;
}
a {
	color: black;
}
a:hover{
	color: black;
	opacity: 75%;
}
a:active{
	opacity: 50%;
}
.no-scroll{
	overflow: hidden;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px;
}

.header-wrapper {
    aspect-ratio: 17/9;
    max-height: 100%;
    width: 100%;
    margin-top: -200px;
	position: relative;
}

.header-wrapper-inner {
    aspect-ratio: inherit;
    max-height: inherit;
    width: inherit;
/*     -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px); */
    padding-top: 200px;
}

.front-page-header {
/*     background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/wp-content/themes/grozio/images/header-bg.jpg') no-repeat;
    background-size: cover;
    background-position: 0px -45px; */
}

.front-page-header .container,
/* .shop-page-header .container, */
.our-team-page-header .container {
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
}
.wrapper-catalogue{
    margin-top: -200px;

}
.shop-page-header .container{
	display: flex;
}
.shop-page-header {
/*     background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/wp-content/themes/grozio/images/sandra-sabaityte.jpg') no-repeat;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.40)), to(rgba(0, 0, 0, 0.40))), url('/wp-content/themes/grozio/images/sandra-sabaityte.jpg') no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/wp-content/themes/grozio/images/sandra-sabaityte.jpg') no-repeat; */
    background-size: cover;
    background-position: left 0px bottom -800px;
}
.shop-page-header .first-screen-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 64px;
    margin-top: 280px;
	gap: 32px;
}
.assistant-page-header .assistant-header,
.shop-page-header .assistant-header {
	color: white;
	max-width: 750px;
}
.shop-page-header .assistant-header{
	margin-bottom: 0;
}
.assistant-page-header .first-screen-description{
	color: white;
	width: 430px;
}
.our-team-page-header {
/*     background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/wp-content/themes/grozio/images/our-team.jpg') no-repeat;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.40)), to(rgba(0, 0, 0, 0.40))), url('/wp-content/themes/grozio/images/our-team.jpg') no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/wp-content/themes/grozio/images/our-team.jpg') no-repeat;
    background-size: cover;
    background-position: left 0px top -65px; */
}

.assistant-page-header {
/*     -webkit-filter: grayscale(100%);
            filter: grayscale(100%); */
}

header {
    z-index: 999;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header .container {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-width: 1440px;
    -webkit-animation: smoothScroll 1s forwards;
            animation: smoothScroll 1s forwards;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    will-change: transform, backdrop-filter;
    transform: translateZ(0);
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1000;
}
/* .admin-bar header.sticky{
	top: 43px;
}
 */
@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar header.sticky{
		top: 30px;
	}
}
header .logo img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.sticky .logo {
    width: 236px;
	height: 48.3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.white-header.sticky .header-main-menu a {
    color: var(--nero-color);
}

header.white-header.sticky.active .header-main-menu a {
    color: var(--black-color);
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

header.sticky .container {
    height: 144px;
}

#nav-wrapper {
	width: 160px;
	/* margin-top: 36px; */
	display: flex;
	align-self: center;
}
@media (min-width: 769px){
	#nav-wrapper {
		width: 160px;
		margin-top: 37px;
		display: flex;
		align-self: flex-start;
	}
	.admin-bar {}
}

nav {
    width: 310px;

}

header.sticky nav .header-main-menu {
    display: none;
}

header.sticky nav {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.10);
    background-image: url('/wp-content/themes/grozio/icons/icon-burger-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.header-main-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
	white-space: nowrap;
}
@media (min-width: 769px){
	.main-menu-container.desk-menu-container .desk-menu .header-main-menu {
		margin-top: 37px;
		margin-left: 64px;
	}
}
@media (max-width: 1024px){
	.main-menu-container.desk-menu-container .desk-menu .header-main-menu {
		margin-left: 30px;
	}
}
/* @media (min-width: 769px){
	.desk-menu .header-main-menu {
		margin-top: 4px;
		margin-left: 64px;
	}
} */



.header-main-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: var(--nero-color);
    text-decoration: none;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.header-main-menu a:hover {
    font-weight: 700;
}
.logo{
	width: 469px;
	height: 96px;
}
.logo-link{
    display: flex;
    width: 100%;
    background-image: url(/wp-content/themes/grozio/images/logo-white.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
	height: inherit;
}
.white-header .logo-link{
	background-image: url(/wp-content/themes/grozio/images/logo-black.svg);
}
.black-header .logo-link{
	background-image: url(/wp-content/themes/grozio/images/logo-white.svg);
}
.white-header.sticky .logo-link{
	background-image: url(/wp-content/themes/grozio/images/logo-white.svg);
}



/* modal menu */
.main-menu-container:has(.desk-menu-container.show) .header-main-menu li.cat-item a:hover::after,
.main-menu-container .header-main-menu li:not(.current-menu-item) a:hover::after {
    content: " ";
    /* background: url('/wp-content/themes/grozio/icons/icon-dot-white.svg') no-repeat; */
    height: 8px;
    width: 8px;
    background-color: black;
    position: absolute;
    right: -11px;
    bottom: 6px;
    border-radius: 4px;
}
.main-menu-container:has(.desk-menu-container.show) .header-main-menu li.cat-item a {
    font-weight: 700 !important;
}
.main-menu-container  .first.desk-menu .header-main-menu li:not(.current-menu-item) a:hover::after {
	bottom: 0;
}
/* основное меню */
.nav-item>a{
	position: relative;
	width: fit-content;
}
.desk-main-menu .menu-item:not(.current-menu-item)>a:hover:after,
nav .header-main-menu li:not(.current-menu-item) a:hover::after{
	content: " ";
    height: 8px;
    width: 8px;
    background-color: black;
    position: absolute;
    right: -11px;
    bottom: 5px;
    border-radius: 4px;
}

.header-black .header-main-menu li:not(.current-menu-item) a:hover::after{
	background-color: white;
}

/* .white-header .header-main-menu li:not(.current-menu-item) a:hover::after,
.white-header .header-main-menu li:not(.current_page_parent) a:hover::after,
header.sticky .header-main-menu li:not(.current-menu-item) a:hover::after,
header.sticky .header-main-menu li:not(.current_page_parent) a:hover::after,
header.active .header-main-menu li:not(.current-menu-item) a:hover::after,
header.active .header-main-menu li:not(.current_page_parent) a:hover::after {
    background: url('/wp-content/themes/grozio/icons/icon-dot-black.svg') no-repeat;
} */

.header-main-menu li.current-menu-item a,
.header-main-menu li.current_page_parent a,
.author .header-main-menu li.menu-item-8840 a,
header.sticky .header-main-menu li.current-menu-item a,
header.sticky .header-main-menu li.current_page_parent a {
    font-weight: 700;
}
.desk-menu-container .header-main-menu{

}
.user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 160px;
    justify-content: flex-end;
}

.header-search-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-search-white.svg');
	background-position: center;
	background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header-search-icon:hover {
    background-image: url('/wp-content/themes/grozio/icons/icon-search-gimblet.svg') !important;
}

.white-header .header-search-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-search-black.svg');
}
@media (max-width: 768px){
	.woocommerce-shop .header-search-icon {
		background-image: url('/wp-content/themes/grozio/icons/icon-search-black.svg');
	}

}
.header-cart-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-cart-white.svg');
	background-repeat: no-repeat;
	background-position: center;
    height: 32px;
    width: 32px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: var(--black-color);
    line-height: normal;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header-cart-icon:hover {
    background-image: url('/wp-content/themes/grozio/icons/icon-cart-gimblet.svg') !important;
}

.white-header .header-cart-icon,
.mobile-sub-menu .header-cart-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-cart-black.svg');
    background-position: center;
	background-repeat: no-repeat;
}

.header-account-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-account-white.svg');
	background-position: center;
	background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    transition: all 0.3s ease-in-out;
}
.search-header-wrapper{
	position: relative;
	height: 56px;
}
.header-account-icon:hover {
    background-image: url('/wp-content/themes/grozio/icons/icon-account-gimblet.svg') !important;
}

.white-header .header-account-icon,
.mobile-sub-menu .header-account-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-account-black.svg');
	background-position: center;
	background-repeat: no-repeat;
}
.header-account-link a{
	display: flex;
    align-items: center;
    text-decoration: none;
	color: #292929;
}
/* header nav:hover{
	filter: brightness(0) saturate(100%) invert(65%) sepia(43%) saturate(312%) hue-rotate(3deg) brightness(94%) contrast(90%);
} */
.mobile-sub-menu .header-account-icon{
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/grozio/icons/icon-account-black.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.header-cart-count {
    border-radius: 50%;
    background-color: var(--gimblet-color);
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -6px;
    top: -5px;
}
.front-page-header .first-screen-content h1,
.our-team-page-header .first-screen-content {
    color: var(--nero-color);
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.front-page-header .assistant-header {
    color: var(--nero-color);
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.front-page-header .first-screen-description {
    text-align: center;
    max-width: 414px;
    margin: 24px auto 48px;
    color: var(--nero-color);
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
}
.shop-page-header .first-screen-description{
	color: var(--nero-color);
	text-align: left;
	font-weight: 300;
	font-size: 18px;
    line-height: 130%;
	max-width: 425px;
	margin-right: 111px;
}
.shop-page-header .first-screen-text{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.shop-page-header .first-screen-content h1 {
	color: white;
	margin-bottom: -14px;
	word-spacing: 9999px;
	width: 500px;
	align-self: flex-end;
}
.shop-page-header .first-screen-buttons{
	/* margin-top: 32px; */
}
@media (max-width: 1200px){
	.shop-page-header .first-screen-description{
		margin-right: 0;
	}
}

.grozio-button {
    width: 425px;
    padding: 16px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.grozio-button:hover {
    transform: scale(0.96);
}
.grozio-button.button-white:hover {
	color: var(--black-color);
}
.grozio-button.button-black:hover {
	color: var(--nero-color);
}
.grozio-button.button-transparent:hover {
	color: var(--nero-color);
}
.sidecart-content .grozio-button{
	width: 100%;
}
.button-black {
    background: var(--black-color);
    color: var(--nero-color);
    border: 1px solid var(--black-color);
}

.button-white {
    color: var(--black-color);
    background: var(--nero-color);
    border: 1px solid var(--nero-color);
}

.button-transparent {
    border: 1px solid var(--nero-color);
    color: var(--nero-color);
}

.button-transparent-black {
    border: 1px solid var(--black-color);
    color: var(--black-color);
}

.set-assistant-button {
    margin-bottom: 12px;
}

#our-team-homepage {
    background-color: var(--black-color);
    padding: 70px 0 212px;
}

#our-team-homepage .section-header {
    color: var(--nero-color);
    margin-bottom: 91px;
    text-align: center;
}

.assistant-cards-wrapper .scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding-bottom: 64px;
    margin-left: 64px;
}
.main-menu-container{
	overflow: auto;
}
.main-menu-wrap::-webkit-scrollbar,
.main-menu-container::-webkit-scrollbar,
.sidecart-content::-webkit-scrollbar{
	height: 2px;
	width: 2px;
}
.main-menu-wrap::-webkit-scrollbar-thumb,
.sidecart-content::-webkit-scrollbar-thumb,
.main-menu-container::-webkit-scrollbar-thumb {
    background-color: black;
}
.main-menu-wrap::-webkit-scrollbar-track,
.sidecart-content::-webkit-scrollbar-track,
.main-menu-container::-webkit-scrollbar-track{
	background-color: #cccccc;
}
.assistant-cards-wrapper .scroll-container::-webkit-scrollbar,
.homepage-skin-care-products .scroll-container::-webkit-scrollbar,
.related-products-list .scroll-container::-webkit-scrollbar,
#homepage-brands .blocks-scroll::-webkit-scrollbar,
#homepage-brands .scroll-container::-webkit-scrollbar {
    height: 2px;
}
.assistant-cards-wrapper .scroll-container::-webkit-scrollbar-thumb {
    background-color: var(--nero-color);
}
#homepage-brands .scroll-container::-webkit-scrollbar-track,
.assistant-cards-wrapper .scroll-container::-webkit-scrollbar-track {
    background-color: var(--mine-shaft-color);
}

.assistant-card {
    display: block;
    position: relative;
}

#our-team-page .assistant-card {
    width: 100%;
    height: 472px;
}

.assistant-card.selected-assistant {
    border: 1px solid var(--gimblet-color);
	box-sizing: content-box;
}

.assistant-card.selected-assistant img {
    height: 470px;
}

.assistant-card.selected-assistant .assistant-card-content {
    height: 470px;
}

.assistant-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.assistant-card-content {
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.50)), to(rgba(0, 0, 0, 0.50)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
}

#our-team-page .assistant-card-content {
    width: inherit;
}

.assistant-card-content:not(:has(.assistant-card-tags)) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.assistant-card-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url('/wp-content/themes/grozio/icons/icon-arrow-right-white.svg') no-repeat;
    width: 56px;
    height: 56px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    transition: transform 0.2s;
}

.assistant-card-button:hover {
    transform: scale(0.95);
}

.assistant-card-button-wrapper {
	position: absolute;
	bottom: 12px;
	right: 15px;
}

.assistant-card-tags .my-assistant-tag {
    color: var(--black-color);
    background-color: var(--nero-color);
}

.assistant-card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.assistant-card-tags > div {
    border-radius: 100px;
    background: var(--black-color);
    color: var(--nero-color);
    padding: 4px 12px;
    text-align: center;
    font-weight: 500;
}
.assistant-footer{
	display: flex;
	flex-direction: column;
}
.assistant-card-name {
    color: var(--nero-color);
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
}

.assistant-card-description {
	color: var(--nero-color);
	font-size: 16px;
	font-weight: 300;
	padding-right: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#skin-care {
    padding: 80px 0 120px;
}

#skin-care .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.homepage-skin-care-products {
    margin-bottom: 64px;
}

.homepage-skin-care-products .scroll-container {
    margin-left: 64px;
}

.homepage-skin-care-products .scroll-container,
.related-products-list .scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding-bottom: 40px;
}

#sidebar::-webkit-scrollbar,
.uwpmc-sidebar::-webkit-scrollbar,
.uwpmc-items::-webkit-scrollbar {
    height: 2px !important;
    width: 2px !important;
}
#sidebar::-webkit-scrollbar-thumb,
.uwpmc-sidebar::-webkit-scrollbar-thumb,
.uwpmc-items::-webkit-scrollbar-thumb {
    border: unset !important;
    background-color: black !important;
	background-clip: unset !important;
    border-radius: unset !important;
}
#sidebar::-webkit-scrollbar-track,
.uwpmc-sidebar::-webkit-scrollbar-track,
.uwpmc-items::-webkit-scrollbar-track{
	background-color: #cccccc !important;
}

.homepage-skin-care-products .scroll-container::-webkit-scrollbar-thumb,
.related-products-list .scroll-container::-webkit-scrollbar-thumb,
#homepage-brands .scroll-container::-webkit-scrollbar-thumb,
#homepage-brands .blocks-scroll::-webkit-scrollbar-thumb {
    background-color: var(--black-color);
}

.homepage-skin-care-products .scroll-container::-webkit-scrollbar-track,
.related-products-list .scroll-container::-webkit-scrollbar-track,
#homepage-brands .scroll-container::-webkit-scrollbar-track,
#homepage-brands .blocks-scroll::-webkit-scrollbar-track {
    background-color: var(--silver-color);
}

#skin-care .product,
.related-products-list .product {
    min-width: 403px;
    max-width: 403px;
}
/*
.product {
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
    position: relative;
}
*/
.product {
	/* min-width: 100%; */
	/* max-width: 100%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px;
	position: relative;
	width: 370px;
	/* background-color: yellow; */
	margin-left: auto;
    margin-right: auto;
}
.thumbnail-product-wrapper {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product .thumbnail-product-wrapper img {
    width: 244px;
    height: 244px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.product.active .thumbnail-product-wrapper img,
.product:hover .thumbnail-product-wrapper img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.woocommerce-loop-product__title {
    color: var(--mine-shaft-color);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    max-width: 300px;
    margin-bottom: 8px;
    text-align: center;
}

.product a {
    text-decoration: none;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
}

.before-shop-loop-item .yith-wcwl-add-to-wishlist {
    display: none;
}

.product-attributes-tags {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 100;
}

.woocommerce-product-gallery__wrapper {
    position: relative;
}

.single-product-page-wrapper.container  .woocommerce-breadcrumbs {
    margin-top: 80px;
}

.woocommerce-product-gallery__wrapper .product-attributes-tags {
    top: 36px;
    left: 44px;
}

.product-margin-percentage {
    border-radius: 100px;
    background: #BFA671;
    color: black;
    padding: 4px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Urbanist;
    font-weight: 500;
    font-size: 16px;
    z-index: 1;
    position: relative;
    width: fit-content;
}
.va-sidecart-item-wrap .product-black-tag,
.va-sidecart-item-wrap .product-margin-percentage {
    font-size: 10px;
    padding: 3px 8px;
}

.va-sidecart-item-wrap:has(.product-margin-percentage) .sidecart-product-title,
.va-sidecart-item-wrap:has(.product-black-tag) .sidecart-product-title {
    margin-top: 8px;
}

.sidecart-product-content .product-black-tag,
.sidecart-product-content .product-margin-percentage {
    display: none;
}

.sidecart-product-image .product-margin-percentage {
    width: fit-content;
    display: block;
}

.sidecart-product-image:has(.product-black-tag) .product-margin-percentage {
    margin-top: 4px;
}

.uwpmc-item-subtotal {
    display: flex;
    flex-direction: column;
}

.uwpmc-item-subtotal .price-for-client {
    color: #808080;
    font-family: Urbanist;
    font-weight: 500;
    font-size: 10px;
}
.cart-container-mobile .price-for-client,
.price-grozio .price-for-client {
    font-size: 10px;
    display: block;
    font-weight: 500;
    font-family: Urbanist;
    color: #808080;
    white-space: nowrap;
}

.loop-price-cart .price-grozio {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.product-black-tag {
    margin-right: 8px;
    border-radius: 100px;
    background: var(--black-color);
    color: var(--nero-color);
    padding: 4px 12px;
    position: relative;
    z-index: 1;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.loop-price-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    width: 235px; /* 19999.00 */
    height: 63px; /* variative price 2 lines */
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	/* justify-content: center; */
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
}
.loop-price-cart>div{
	margin-left: auto;
	margin-right: auto;
}

.product:hover .loop-price-cart {
    width: 100%;
}

.pa_quantity {
    text-align: center;
    margin-bottom: 12px;
}

.loop-price-cart a {
    display: none;
    white-space: nowrap;
    width: 256px;
    padding: 16px 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--nero-color);
    background-color: var(--black-color);
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 16px;
}

.product:hover .loop-price-cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* @media (min-width: 769px) {
	.product:hover .loop-price-cart a {
		flex: 1;
	}
} */
.loop-price-cart a:hover{
	opacity: 75%;
}
.loop-price-cart a:active{
	opacity: 55%;
}
.price-grozio {
    color: var(--mine-shaft-color);
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 400;
}

.price-for-client__single-product {
    color: #808080;
    font-weight: 350;
    font-family: Gravity;
    font-size: 16px;
}

.loop-add-to-wishlist {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 100;
    width: 40px;
    height: 40px;
}

.loop-add-to-wishlist img {
    width: 40px !important;
    height: 40px !important;
    transition: all 0.3s ease-in-out;
}

.loop-add-to-wishlist:hover img {
    width: 36px;
    height: 36px;
}

.skin-care-description {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 32px;
}

.skin-care-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
}

.skin-care-categories a {
    color: var(--black-color);
    text-underline-offset: 6px;
}

#homepage-brands {
    padding: 32px 60px 0;
    margin-bottom: 102px;
}

#homepage-brands div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    justify-content: center;
}

#homepage-faq {
    background-color: var(--black-color);
    color: var(--nero-color);
}

#homepage-faq .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 127px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 64px;
}

.homepage-faq-header {
    text-align: left;
    margin-bottom: 24px;
}

.homepage-faq-description {
    max-width: 420px;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.homepage-faq-right {
    min-width: 760px;
    max-width: 760px;
}

.homepage-faq-question {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.homepage-faq-question:not(:last-child) {
    border-bottom: 1px solid var(--nero-color);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.homepage-open-accordion {
    color: var(--nero-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}

.homepage-open-accordion::after {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-dropdown-white.svg') no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.homepage-open-accordion.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.homepage-faq-answer {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

.homepage-faq-answer > div {
    padding-top: 32px;
}

#advantages {
    color: var(--nero-color);
    background-color: var(--black-color);
    padding: 72px 0;
    font-weight: 300;
    line-height: 130%;
    font-size: 16px;
}

.advantages-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 89px;
}

.advantages-inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.advantage-1::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-free-delivery.svg') no-repeat;
    width: 23px;
    height: 16px;
}

.advantage-2::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-refund.svg') no-repeat;
    width: 23px;
    height: 16px;
}

.advantage-3::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-secure-payments.svg') no-repeat;
    width: 23px;
    height: 16px;
}

footer {
    color: var(--nero-color);
    background-color: var(--black-color);
}

footer .container {
    padding: 56px 64px 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-header {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--nero-color);
    margin-bottom: 24px;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

.footer-social a svg path {
    transition: all 0.2s ease-in-out;
}

.footer-social a:hover svg path {
    fill: var(--gimblet-color);
}

.footer-logo {
    margin-right: 127px;
}

.footer-column-5 {
    margin-left: auto;
}

footer ul {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
}

footer ul a {
    text-decoration: none;
    color: var(--nero-color);
	opacity: 50%;
}
footer ul a:hover {
	opacity: 1;
	color: var(--nero-color);
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
}

.footer-menu .footer-company-menu {
    width: 160px;
}

.footer-menu > div {
    width: 220px;
}

.footer-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-menu a:hover::after {
    content: " ";
    background: url('/wp-content/themes/grozio/icons/icon-dot-white.svg') no-repeat;
    height: 8px;
    width: 8px;
	margin-top: 3px;
}

.shop-page-wrapper {
    padding: 80px 64px 56px;
}

.shop-page-title {
    text-align: center;
}

.shop-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 100%;
}

.shop-main-wrapper main {
    width: 100%;
}

#sidebar {
    display: none;
    min-width: 285px;
    max-width: 285px;
}

#sidebar.show {
    display: block;
}
/*
.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 64px;
    gap: 20px;
}
*/
.products {
	/* display: grid; */
	/* grid-template-columns: repeat(4, 1fr); */
	margin-bottom: 64px;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* .products.active .product {
    max-width: 290px;
    min-width: 290px;
} */


.woocommerce-result-count {
    float: none !important;
    text-align: center;
    margin-bottom: 25px !important;
    margin-top: 8px !important;
}


.products-top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 47px;
	gap: 30px;
}

.open-filters,
.reset-filters {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.open-filters::after {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-filters.svg') no-repeat;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.open-filters.open {
    color: var(--gimblet-color);
}

.open-filters.open::after {
    background: url('/wp-content/themes/grozio/icons/icon-filters-gimblet.svg') no-repeat;
}
.select-selected:hover,
.open-filters:hover,
.reset-filters:hover {
	opacity: 75%;
}
.select-selected:active,
.open-filters:active,
.reset-filters:active {
	opacity: 50%;
}
.reset-filters{
	display: none;
}
.filtered .reset-filters{
	display: flex;
}
.select-selected {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.select-selected::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/grozio/icons/icon-dropdown-black.svg');
    background-size: 16px 16px;
}

.select-selected.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.woocommerce-ordering {
    position: relative;
    cursor: pointer;
}

.select-items {
    position: absolute;
    width: 225px;
    background-color: #fff;
    border: 1px solid var(--silver-color);
    top: 45px;
    right: 0px;
    z-index: 999;
    padding: 24px;
}

.woocommerce-ordering a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black-color);
}

.woocommerce-ordering a:hover {
    color: var(--gray-color);
}

.select-items div:not(:last-child) {
    margin-bottom: 21px;
}

.woocommerce-pagination {
    margin: 0 auto;
}

.woocommerce-pagination ul.page-numbers {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.woocommerce-pagination ul.page-numbers a {
    color: var(--black-color);
    text-decoration: none;
}

.white-header .header-main-menu a {
    color: var(--black-color);
}

.single-product-page-wrapper {
    padding: 0 64px 40px;
}

.woocommerce-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 0;
}
.assistant-page-header{
	position: relative;
}
.woocommerce-breadcrumbs svg,
.our-team-breadcrumbs svg
{
	fill: white;
	stroke: black;
	stroke-width: 1px;
}

.woocommerce-breadcrumbs a {
    text-decoration: none;
    color: var(--gray-color);
}
.go-back{
	display: none;
}
@media (max-width: 768px) {
	.go-back{
		display: block;
		position: absolute;
		top: 75px;
		left: 20px;
		width: 36px;
		height: 36px;
		z-index: 1;
		margin-left: -6px;
	}
	.go-back svg {
		transform: rotate(180deg);
		fill: white;
		width: 100%;
		height: 100%;
	}
	.go-back:hover{
		cursor: pointer;
		opacity: 75%;
	}
	.go-back:active{
		opacity: 50%;
	}
}
@media (max-width: 325px) {
	.go-back{
		margin-left: -11px;
	}
}

.current-breadcrumb {
    color: var(--black-color);
}

.single-product-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.single-product-main-info > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.summary-inner {
    max-width: 537px;
}

.product-single-brand {
    margin-top: 32px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    color: var(--gray-color);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single-product .product-single-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-family: Urbanist;
    font-weight: 500;
}

.single-product .product-country-of-origin {
    color: #CCC;
}

.product_title {
    margin-bottom: 12px;
}

.single-product-main-info .pa_quantity {
    text-align: left;
    font-size: 14px;
    font-size: 300;
}

.woocommerce-product-details__short-description {
    margin-top: 60px;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    color: var(--shark-color);
}

.woocommerce-product-is-vegan {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
}

.woocommerce-product-is-vegan span {
    font-size: 14px;
    color: #000000;
    font-family: Gravity;
    font-weight: 350;
    margin-top: 2px;
}

.single-product_attributes {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.woocommerce-product-attributes-item__value {
    border-radius: 100px;
    background: #EAEAEA;
    padding: 4px 12px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: var(--limed-spruce-color);
    text-transform: lowercase;
}

.single-product_price {
    margin-top: 72px;
    font-family: Urbanist;
    font-weight: 300;
    color: var(--mine-shaft-color);
    font-size: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 5px;
}

.single-product_price:has(.price-for-client__single-product) {
    flex-direction: column;
    align-items: unset;
    gap: unset;
}

.single-product_add-to-cart-wrapper {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-product_add-to-cart-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.single-product_add-to-cart-wrapper .stock {
    pointer-events: none;
    opacity: 0.3;
    display: flex;
    gap: 24px;
}

.minus.qib-button {
    border: 1px solid var(--silver-color);
    background-color: var(--nero-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.qib-container input[type='number']:not(#qib_id):not(#qib_id) {
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 60px;
    border: 0;
    outline: 0;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}
.qib-container input[type='number']:not(#qib_id):not(#qib_id)::-webkit-outer-spin-button,
.qib-container input[type='number']:not(#qib_id):not(#qib_id)::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
}

.qib-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qib-button,
.qib-container .quantity input {
    height: 46px;
    cursor: pointer;
}

.qib-container .minus,
.qib-container .plus {
    width: 46px;
}

.plus.qib-button {
    background-color: var(--black-color);
    border: 0;
    color: var(--nero-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.qib-container input.quantity {
    border: 0;
    width: 60px;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 400;
    color: var(--mine-shaft-color);
}

.minus.qib-button::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-minus.svg') no-repeat;
    width: 28px;
    height: 28px;
}

.plus.qib-button::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-plus.svg') no-repeat;
    width: 28px;
    height: 28px;
}

#uwpmc-cart-sidebar .qib-container input[type='number']:not(#qib_id):not(#qib_id) {
    font-size: 20px;
    width: 32px;
	height: 32px;
}
.single_add_to_cart_button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--nero-color);
    width: 291px;
    border: 0;
    background: var(--black-color);
    padding: 16px 8px;
    cursor: pointer;
}

.related-products .h2 {
    text-align: center;
    margin-bottom: 64px;
}

.single-product_assist-wrapper {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 96px;
    font-size: 14px;
    font-family: Montserrat;
}

.single-product_assistance,
.single-product_free-shipping,
.single-product_delivery-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-product_assistance:not(:last-child) {
    gap: 12px;
}
.single-product_free-shipping,
.single-product_delivery-date {
    gap: 8px;
}
.single-product_free-shipping::before,
.single-product_assistance::before,
.single-product_delivery-date::before {
	content: " ";
	width: 24px;
    height: 24px;
	flex-shrink: 0;
}
.single-product_assistance::before {
    background: url('/wp-content/themes/grozio/icons/icon-assistant.svg') no-repeat;
}

.single-product_delivery-date::before {
    background: url('/wp-content/themes/grozio/icons/icon-delivery-date.svg') no-repeat;
}

.single-product_free-shipping::before {
    background: url('/wp-content/themes/grozio/icons/icon-free-delivery-cart.svg') no-repeat;
}

.single-product_free-shipping span,
.single-product_delivery-date span {
    font-weight: 500;
}

.single-product_assistance a {
    color: var(--black-color);
    font-weight: 500;
}

.single-product_accordion {
    margin-bottom: 80px;
}

.single-product_accordion-item {
    border-bottom: 1px solid var(--black-color);
    padding: 40px 0;
}

.single-product_accordion .single-product_accordion-item:last-child {
    border-bottom: unset;
}

.single-product_accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: Urbanist;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}

.single-product_accordion-header::after {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-dropdown-black.svg') no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-product_accordion-header.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.single-product_accrodion-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

.single-product_accrodion-content .this-content ul.list {
    margin: -13px 0 40px;
}

.single-product_accrodion-content .this-content ul.list li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single-product_accrodion-content .this-content a {
    font-family: Gravity;
    font-weight: 700;
    font-size: 18px;
}

.single-product_accrodion-content .this-content p:has(> a) {
    margin-top: -27px;
}

.single-product_accrodion-content .this-content ul.list li:not(:last-child) {
    margin-bottom: 27px;
}

.single-product_accrodion-content .this-content ul.list li img.icon {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.single-product_accrodion-content .this-content ul.list li span {
    max-width: 450px;
}

.single-product_accrodion-content .this-content {
    margin-top: 40px;
}

.single-product_accrodion-content .this-content p {
    margin-bottom: 40px;
    font-family: Gravity;
    font-weight: 350;
    font-size: 18px;
    max-width: 1000px;
}

.single-product_accrodion-content .this-content h6 {
    margin-bottom: 16px;
}

.delivery-header {
    -webkit-text-decoration: uppercase;
            text-decoration: uppercase;
}

.delivery-returns-seller p {
    font-size: 18px;
    line-height: 130%;
}

.delivery-returns-seller a {
    display: block;
    margin-top: 16px;
    margin-bottom: 40px;
    color: var(--black-color);
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
}

.delivery-time,
.order-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.single-product_accrodion-content .this-content .list-params-wrap hr {
    max-width: 430px;
    background-color: black;
    margin: 8px 0;
}

.delivery-time > div,
.service-fee > div,
.order-details > div,
.emailing-us > div {
    max-width: 460px;
}

.service-fee,
.emailing-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.delivery-time::before,
.service-fee::before,
.order-details::before,
.emailing-us::before{
	content: " ";
	width: 40px;
    height: 40px;
	flex-shrink: 0;
}

.delivery-time::before {
    background: url('/wp-content/themes/grozio/icons/icon-delivery-time.svg') no-repeat;
}

.service-fee::before {
    background: url('/wp-content/themes/grozio/icons/icon-service-fee.svg') no-repeat;
}

.order-details::before {
    background: url('/wp-content/themes/grozio/icons/icon-order-details.svg') no-repeat;
}

.emailing-us::before {
    background: url('/wp-content/themes/grozio/icons/icon-emailing-us.svg') no-repeat;
}

.delivery-time span,
.service-fee span,
.order-details span,
.emailing-us span {
    font-weight: 700;
}

.emailing-us a {
    color: var(--black-color);
}

#our-team-page {
    padding-top: 100px;
    background: var(--black-color);
    color: var(--nero-color);
}

.our-team-page-heading {
    text-align: center;
    margin-bottom: 91px;
}

.our-team-page-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}

.our-team-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--nero-color);
    padding: 20px 0;
    position: relative;
    top: 65px;
}

.our-team-breadcrumbs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--silver-color);
    text-decoration: none;
}
.author .our-team-breadcrumbs a{
	color: white;
	opacity: 70%;
}
.author .our-team-breadcrumbs a:hover{
	opacity: 100%;
}
.author .our-team-breadcrumbs a:hover:after{
	opacity: 70%;
}
.our-team-breadcrumbs a::after {
    content: " ";
    background: url('/wp-content/themes/grozio/icons/icon-delimiter2.svg') no-repeat;
    width: 24px;
    height: 24px;
}
.author .our-team-breadcrumbs a::after{
	background: url('/wp-content/themes/grozio/icons/icon-delimiter-white.svg') no-repeat;
	background-position: center;
}

.author .header-wrapper-inner .container {
    height: 100%;
}

.author .first-screen-content-wrapper {
    height: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author .first-screen-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.author .first-screen-description {
    text-align: left;
    margin: 24px 0 0;
}

.assistant-page-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 48px;
}

.assistant-page-tags > div {
    border-radius: 100px;
    background: var(--nero-color);
    color: var(--black-color);
    padding: 4px 12px;
    text-align: center;
    font-weight: 500;
}
#assistant-profile {
    padding: 124px 0 98px;
}
#assistant-profile .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 127px;
}

#assistant-profile .container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.assistant-profile-photo-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 156px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.assistant-profile-photo-inner img {
    aspect-ratio: 1/1;
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
}

.assistant-social-profiles {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    position: relative;
}

.assistant-social-profiles a svg path {
    transition: all 0.2s ease-in-out;
}

.assistant-social-profiles a:hover svg path {
    fill: var(--gimblet-color);
}

.ap-heading {
    text-transform: uppercase;
    margin-bottom: 32px;
}

.specialization-content,
.values-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 56px;
}

.procedures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.procedures > div {
    padding: 6px 8px;
    border-radius: 100px;
    background: #EAEAEA;
    color: var(--limed-spruce-color);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    text-transform: lowercase;
}

.values,
.education,
.availability-offline,
.availability-online {
    margin-top: 128px;
}

.education-content > div {
    font-weight: 300;
    line-height: 130%;
    padding: 16px 0;
    border-bottom: 1px solid var(--black-color);
}

.education-content > div:last-child {
    border-bottom: 0;
}

.offline-address a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--black-color);
    text-underline-offset: 6px;
}

.offline-address a::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-location.svg') no-repeat;
    width: 24px;
    height: 24px;
}

.assistant-page-button {
    background: var(--black-color);
    color: var(--nero-color);
    margin: 24px 0 0;
}

.online-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.online-indicator::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-online.svg') no-repeat;
    width: 8px;
    height: 8px;
}

.page main {
    padding-top: 32px;
    padding-bottom: 128px;
}

.page-header {
    text-align: center;
    margin-bottom: 80px;
}

.page p {
    margin-bottom: 24px;
}

.no-style-list {
    list-style: none;
    margin: 0;
    margin-bottom: 150px;
}

.no-style-list li {
    padding: 16px 0;
    border-bottom: 1px solid var(--black-color);
    margin-bottom: 0;
}

.no-style-list li:last-child {
    border-bottom: 0;
}

.no-style-list li ul li {
    border-bottom: 0;
    padding: 0;
    list-style-type:"- ";
}

.no-style-list li ul {
    margin-top: 8px;
    margin-left: 24px;
}

.payments-and-delivery .pd-p-indent {
    margin-bottom: 64px;
}

.payments-and-delivery .pd-container {
    max-width: 1091px;
}

.payments-and-delivery h3 {
    font-size: 40px;
    font-weight: 500;
}

.payments-and-delivery .icon-info-wrapper:not(:last-child) {
    margin-bottom: 150px;
}

.icon-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin: 0 auto;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
    display: none;
    backdrop-filter: blur(24px);
    z-index: 1054;
}

#overlay.active {
    display: block;
    /* z-index: 999; */
}

#uwpmc-cart-sidebar {
    height: 100%;
}

.sidecart-inner-empty {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sidecart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
/*     -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
    -webkit-box-flex: 1;
        -ms-flex: auto 1 1;
            flex: auto 1 1;
    overflow-y: auto;
	height: calc(100vh - 190px);
}
.uwpmc-cart-block{
	overflow-y: unset;
}
.sidecart-heading {
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 75px;
	position: relative;
}

.sidecart-heading-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
   /*  margin-left: 56px; */
}

.sidecart-close {
    content: "";
    background-image: url('/wp-content/themes/grozio/icons/icon-close.svg');
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    margin-left: auto;
    cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.sidecart-logo {
    width: 205px;
    height: auto;
    margin: 0 auto 18px;
}

.sidecart-content .button-black {
    margin-top: 65px;
    margin-bottom: 12px;
}

.uwpmc-cart-contents {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto 1 1;
            flex: auto 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}

.uwpmc-cart-totals {
    width: 100%;
    font-family: Montserrat;
}

.button-black.sidecart-checkout-button {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 64px;
}

.sidecart-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.sidecart-to-checkout .single-product_free-shipping,
.sidecart-to-checkout .single-product_delivery-date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 84px;
    font-weight: 500;
}

.sidecart-subtotal .subtotal-heading {
    font-size: 20px;
    font-weight: 400;
}

.sidecart-subtotal .subtotal-price {
    font-size: 32px;
    font-weight: 600;
    text-align: right;
}

.sidecart-item {
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
	flex-direction: column;
}
.va-sidecart-item-wrap{
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.sidecart-product-image {
    position: relative;
	flex: 1;
}

.sidecart-product-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.sidecart-product-title {
    color: var(--mine-shaft-color);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
}

.sidecart-item .loop-add-to-wishlist {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}

.sidecart-item .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.sidecart-product-content .pa_quantity {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
}

.uwpmc-quantity-container {
    margin-top: 32px;
}

.uwpmc-quantity-container .minus.qib-button,
.uwpmc-quantity-container .plus.qib-button{
    border: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
}
.uwpmc-quantity-container input.quantity{

}
.uwpmc-quantity-container .minus.qib-button:hover,
.uwpmc-quantity-container .plus.qib-button:hover{
	opacity: 75%;
}
.uwpmc-quantity-container .minus.qib-button{
	border: 1px solid #ccc;
}
.uwpmc-quantity-container .minus.qib-button::before,
.uwpmc-quantity-container .plus.qib-button::before {
    width: 16px;
    height: 16px;
    background-position: center;
}

.uwpmc-remove-item {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-trash.svg') no-repeat center;
    width: 40px;
    height: 40px;
    cursor: pointer;
	margin-left: 10px;

}

.sidecart-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.uwpmc-item-subtotal {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 400;
}

#search-modal {
    display: none;
}

#search-modal.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}
.admin-bar #search-modal.show {
	top: 32px;
}

#search-modal.active header .container {
    height: 144px;
}

.overflow-hidden {
    overflow: hidden;
}

.product-type-variable .loop-price-cart {
    /* width: 160px; */
}

.product-type-variable .price {
    font-size: 14px;
    display: flex;
    gap: 4px;
}

.va-lang-swith > a {
    font-family: 'Gravity';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--nero-color);
    margin-top: 26px;
}

.va-lang-swith > a::before {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-language.svg') no-repeat;
    width: 20px;
    height: 20px;
}

@-moz-document url-prefix() {
    #search-modal header {
        margin-right: 0;
    }
}

@media (hover: hover) {
    #search-modal header {
        margin-right: 2px;
    }
}

#search-modal .white-header .header-search-icon {
    background: url('/wp-content/themes/grozio/icons/icon-search-gimblet.svg') no-repeat;
}

.search-modal-close-icon,
.mobile-filters-close-icon,
.modal-close-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;
	position: absolute;
	right: 0;
}
#hover-dp-menu .modal-close-icon {
    right: 50px;
}
#open-header-menu .modal-close-icon {
    right: 60px;
}
#desk-dp-menu .modal-close-icon{
	bottom: -9px;
}
.search-modal-close-icon::after,
.mobile-filters-close-icon::after,
.modal-close-icon::after {
    content: "";
    background-image: url(/wp-content/themes/grozio/icons/icon-close.svg);
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
}

.search-modal-close-icon:hover::after,
.mobile-filters-close-icon:hover::after,
.modal-close-icon:hover::after {
    -webkit-animation: closeAnimation 0.4s;
            animation: closeAnimation 0.4s;
}

@-webkit-keyframes closeAnimation {
    100% {
        -webkit-transform: rotate(100deg);
                transform: rotate(100deg);
    }
}

@keyframes closeAnimation {
    100% {
        -webkit-transform: rotate(100deg);
                transform: rotate(100deg);
    }
}

.searchform-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
}

#searchform {
    padding: 0 8px 12px;
    border-bottom: 1px solid var(--silver-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#searchform input {
    border: 0;
    outline: 0;
    text-align: center;
}

#searchform input[type=text] {
    width: 505px;
    font-family: Gravity;
    font-size: 40px;
    font-weight: 300;
}

#searchform input[type=submit] {
    background: var(--black-color);
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    padding: 16px 24px;
    color: var(--nero-color);
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after,
#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after,
#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after {
    background-image: url('/wp-content/themes/grozio/icons/icon-dropdown-black.svg');
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.open:after,
#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
    width: 24px;
    height: 24px;
    position: relative;
    top: unset;
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
    right: unset;
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Montserrat;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

#sidebar .yith-wcan-filters .yith-wcan-filter:not(:last-of-type){
    border-bottom: 1px solid var(--silver-color);
}

#sidebar .yith-wcan-filters .yith-wcan-filter {
    margin: 0;
    padding: 32px 0;
}

#sidebar .yith-wcan-reset-filters {
    border: 0;
    background: var(--nero-color);
    cursor: pointer;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

#sidebar .filter-content {
    margin-top: 32px;
}

#sidebar .yith-wcan-filters .yith-wcan-filter a.clear-selection {
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
#sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a,
#sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover,
#sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    color: var(--mine-shaft-color);
}

#sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    width: 340px;
}

#sidebar .yith-wcan-filters .checkbox input {
    height: 0;
    width: 0;
    display: none;
}

#sidebar .yith-wcan-filters .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    margin-bottom: 18px;
    font-size: 22px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}

#sidebar .yith-wcan-filters .checkmark {
    height: 17px;
    width: 17px;
    border: 1px solid var(--black-color);
    position: relative;
    flex: 0 0 17px;
}

#sidebar .yith-wcan-filters .checkbox input:checked ~ .checkmark {
    background-color: var(--black-color);
}

#sidebar .yith-wcan-filters .checkbox label .checkmark:after {
    top: -13px;
    width: 16px;
    right: -1px;
    height: 16px;
}

#sidebar .yith-wcan-filters .checkbox input:checked ~ .checkmark:after {
    display: block;
}

#sidebar .yith-wcan-filters .checkmark:after {
    content: url('/wp-content/themes/grozio/icons/icon-checked.svg');
    position: absolute;
    display: none;
}

header .mobile-header-assistant {
    display: none;
}

.footer-header.homepage-open-accordion::after {
    content: unset;
}

footer ul {
    margin-left: 0;
}

.added_to_cart.wc-forward {
    display: none!important;
}

.search-header {
    display: none;
}

.sidebar-header-wrapper {
    display: none;
}

.yith-wcan-filters .apply-filters {
    width: 100%;
    position: sticky;
    bottom: 20px;
    padding: 16px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    background-color: var(--black-color);
    color: var(--nero-color);
    cursor: pointer;
    border: unset;
}

.wishlist-button-mobile {
    display: none;
}

.sub-menu {
    display: none;
}

.main-menu-container {
    position: fixed;
    top: 0;
    min-height: 100vh;
    left: 0;
    margin: 0;
    background: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 1055;
	overflow: hidden;
}

.main-menu-container.show{
	display: flex;
}

@media (min-width: 783px) {
	.admin-bar .main-menu-container{
		top: 32px;
	}
}
@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .main-menu-container{
		top: 46px;
	}
}
/* @media (max-width: 1024px) {
	.admin-bar .main-menu-container{
		/* top: 46px; */

} */

#nav-wrapper.active nav {
    cursor: default;
}

.main-menu-container.open,
nav .main-menu-container.open .header-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-menu-container .header-main-menu a {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 400;
}
.desk-menu-container .header-main-menu a{
	font-size: 18px;
}
.main-menu-container .header-main-menu a:hover,
.main-menu-container .header-main-menu .current-menu-item a {
	font-weight: 700;
}
/* .main-menu-container a {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 400;
} */

.header-main-menu a:hover {
    font-weight: 700;
}

header .main-menu-container ul {
    margin-left: 0;
}

.home-skin-care-slider .loop-price-cart,
.related-products-list .loop-price-cart {
    gap: 25px;
}

.sticky-header-menu-wrapper {
    display: none;
    /* margin-top: 76px; */
    position: relative;
    z-index: 1100;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   /*  padding: 0 64px; */
	display: flex;
	flex-shrink: 0;
	height: 49px;
}
@media (min-width: 769px) {
	#desk-dp-menu .sticky-header-menu-wrapper {
		margin-top: 2px;
	}
	#open-header-menu .sticky-header-menu-wrapper {
		margin-top: 76px;
	}
}

@media (max-width: 768px) {
	.main-menu-wrap {
		/* margin-top: 18px; */
	}

    .single-product_accrodion-content .this-content h6 {
        color: black;
        font-weight: 700;
        font-size: 16px;
    }

    .single-product_accrodion-content .this-content p {
        line-height: 21px;
        font-size: 14px;
    }

    .single-product_accrodion-content .this-content ul.list li span {
        font-size: 14px;
        font-family: Montserrat;
        line-height: 130%;
    }

    .single-product_accrodion-content .this-content a {
        font-size: 14px;
    }

    .single-product_accrodion-content .this-content ul.list li img.icon {
        width: 24px;
        height: 24px;
    }

    .related-products .related-products-list .product,
    .related-products .product .thumbnail-product-wrapper img,
    .related-products .product .thumbnail-product-wrapper {
        width: 171px;
    }

    .related-products .product .thumbnail-product-wrapper img {
        height: 171px;
    }
    .related-products .loop-price-cart {
        gap: 20px;
        justify-content: center;
    }
    .related-products .yith-wcwl-add-to-wishlist a.add_to_wishlist > img {
        max-width: 17px !important;
    }

    .related-products .loop-price-cart > div {
        margin-left: unset;
        margin-right: unset;
    }
}


.sticky-header-menu-wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sticky-heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
}

#open-header-menu ul {
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#open-menu,
header.sticky.active #open-menu {
    display: none;
}

header.sticky #open-menu {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    cursor: pointer;
}

.lmp_button {
    font-weight: 500;
    font-family: Montserrat;
    text-transform: uppercase;
}

.scroll-container {
    cursor: -webkit-grab;
    cursor: grab;
}

.scroll-container.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.mobile-sub-menu {
    display: none;
}

#back-to-top {
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 777;
    border: none;
    outline: none;
    background-image: url('/wp-content/themes/grozio/icons/icon-to-top.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(2px);
    color: #000;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}

#back-to-top:hover {
    transform: scale(0.9);
}

#back-to-top:active {
    background-color: rgba(255, 255, 255, 0.60);
}

.scroll-wrapper {
    position: relative;
}

.scroll-controls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.scroll-controls.disabled{
	display: none;
}

.scroll-arrow {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.scroll-white {
    background-image: url('/wp-content/themes/grozio/icons/icon-for-slider-white.svg');
}

.scroll-black {
    background-image: url('/wp-content/themes/grozio/icons/icon-for-slider-black.svg');
}

.scroll-arrow.left {
    transform: rotate(180deg);
}

.scroll-arrow.disabled {
    opacity: 0.4;
}

/*about page start*/
.page-id-1377 h1 {
    margin-bottom: 48px;
}

.page-id-1377 h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 32px;
}

.our-mission-header {
    margin-top: 112px;
}

.page-id-1377 p {
    font-size: 18px;
    max-width: 1090px;
    margin: 0 auto 24px;
}

.about-page-logo {
    width: 136px;
    height: auto;
    margin: 0 auto 88px;
}


.page-id-1377 #homepage-brands {
    margin-bottom: 112px;
}

#our-team-homepage .assistant-cards-wrapper.scroll-wrapper {
    padding: 0 64px;
}

/*about page end*/

@media (max-width: 1460px) {
    header.sticky {
        max-width: 100%;
        min-width: unset;
    }
    .header-wrapper {
        aspect-ratio: 17 / 12;
    }
}
@media (max-width: 1100px) {
	.shop-page-header .first-screen-content{
		align-items: center;
		flex-direction: column;
	}
	.shop-page-header .first-screen-content h1{
		word-spacing: initial;
		text-align: center;
		width: 100%;
	}
	.shop-page-header .first-screen-description{
		text-align: center;
	}
}

@media (max-width: 1340px) {
    #homepage-brands {
        padding: 0;
        margin-bottom: 58px;
    }
    #homepage-brands div {
        overflow-x: auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 24px;
        width: 95%;
        margin: auto;
    }
    #homepage-brands div img:last-child {
        padding-right: 80px;
    }
    #homepage-brands div img:first-child {
        padding-left: 13px;
    }
/*     .first-screen-content h1,
    .first-screen-content .h1 {
        font-size: 70px;
    } */
    .assistant-page-tags {
        margin-bottom: 20px;
    }
    #sidebar.show {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999;
        max-width: 600px;
        min-width: 600px;
        height: 100%;
        background: #fff;
        padding: 20px;
		overflow-y: scroll;
    }
    .sidebar-header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .mobile-sidebar-header {
        display: block;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 auto;
    }
    .products.active .product {
        max-width: 100%;
        min-width: 100%;
    }
	.shop-page-header .assistant-header{
		text-align: center;
		margin-bottom: 32px;
	}
}

@media (max-width: 1200px) {
    .front-page-header .container,
    .our-team-page-header .container {
        padding-bottom: 50px;
    }
    #homepage-faq .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 60px;
    }
    .homepage-faq-right {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
    .homepage-faq-answer > div {
        width: 70%;
    }
    .homepage-faq-header {
        text-align: center;
    }
    .footer-logo {
        display: none;
    }
    .author .first-screen-content-wrapper {
        align-items: center;
    }
    .author .first-screen-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 70px;
    }
    .author .first-screen-content-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .author .first-screen-description {
        text-align: center;
    }
    .single_add_to_cart_button {
        width: 200px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
    .shop-page-wrapper {
        padding: 80px 30px 56px;
    }
    .logo {
        width: 236px;
		height: 48.3px;
    }
	.our-team-page-header .first-screen-content h1,
    .front-page-header .first-screen-content h1,
    .first-screen-content .h1 {
        font-size: 48px;
        max-width: 400px;
    }
	.front-page-header .first-screen-description,
    .our-team-page-header .first-screen-description {
        margin: 20px auto;
        font-size: 15px;
    }
    .front-page-header .container,
    .our-team-page-header .container {
        padding-bottom: 30px;
    }
    .our-team-page-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .author .first-screen-content-wrapper {
        justify-content: flex-end;
    }
    .author .first-screen-content {
        margin-top: 20px;
    }
    .our-team-breadcrumbs {
        display: none;
    }
    #assistant-profile .container {
        gap: 30px;
    }
    .products {
        grid-template-columns: 1fr 1fr;
    }
    .single-product-main-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media (max-width: 920px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 36px 20px 48px;
    }
    .footer-column-5 {
        margin-left: 0;
        margin-top: 90px;
    }
}
.island-dp-menu{
	display: none;
}
.island-dp-menu.show{
	display: flex;
    max-width: 700px;
}

#our-team-homepage .swiper-slide {
    width: 513px;
    height: 100%;
}

#our-team-homepage .swiper-pagination-progressbar {
    background: #292929;
}

#our-team-homepage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: white !important;
}

#our-team-homepage .ds-slider-controls .swiper-button-next,
#our-team-homepage .ds-slider-controls .swiper-button-prev {
    color: white;
}

#skin-care .ds-slider-controls svg,
#our-team-homepage .ds-slider-controls svg {
    display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 21px !important;
}

#our-team-homepage .home-our-team-slider {
    overflow: hidden;
    width: 100%;
}

#our-team-homepage .home-our-team-slider .swiper {
    overflow: visible;
}

#assistant-profile .disable-margin-top > div:first-child {
    margin-top: 0 !important;
}

.assistant-profile-info:has(> :only-child) {
    display: flex;
    align-items: center;
}

#hubspot-messages-iframe-container {
    z-index: 50000 !important;
}

.product-table__cell--btn-3-add-to-cart {
    max-width: 189px;
}

@media (max-width: 768px) {
    body:has(#sidebar.show) {
        overflow-y: hidden;
    }
    .assistant-profile-info:has(> :only-child) {
        display: unset;
    }
    #skin-care .loop-price-cart a {
        font-family: Urbanist;
        font-weight: 500;
    }
    .container {
        padding: 0 20px;
    }
    .grozio-button {
        max-width: 100%;
    }
    .front-page-header {
        background-position: 0px 0px;
    }
    .header-wrapper {
        aspect-ratio: unset;
        height: 778px;
        margin-top: -80px;
    }
    .front-page-header .container,
    .shop-page-header .container,
    .our-team-page-header .container {
        padding-bottom: 64px;
    }
    header .container {
        height: 80px;
    }
    #open-menu {
        width: 24px;
        height: 24px;
        position: absolute;
        cursor: pointer;
        display: block;
    }
    header nav {
        background-image: url('/wp-content/themes/grozio/icons/icon-burger-white.svg');
        background-repeat: no-repeat;
        background-position: center center;
        width: 24px;
        height: 24px;
        cursor: pointer;
		pointer-events: none;
        background-size: contain;
    }
	.woocommerce-shop header nav{
		background-image: url('/wp-content/themes/grozio/icons/icon-burger-black.svg');
    }
	.woocommerce-shop .header-cart-icon{
		background-image: url('/wp-content/themes/grozio/icons/icon-cart-black.svg');
	}
	.woocommerce-shop .header-account-icon{
		background-image: url('/wp-content/themes/grozio/icons/icon-account-black.svg');
	}
	.woocommerce-shop .shop-page-header{
		display: none;
	}
	.woocommerce-shop .logo-link{
		background-image: url('/wp-content/themes/grozio/images/logo-black.svg');
	}

    header.white-header nav {
        background-image: url('/wp-content/themes/grozio/icons/icon-burger-black.svg');
    }
    header.white-header.sticky nav {
        background-image: url('/wp-content/themes/grozio/icons/icon-burger-white.svg');
    }
    header.white-header.sticky.active .header-main-menu a {
        color: var(--black-color);
    }
/* 	header nav:hover{
		filter: brightness(0) saturate(100%) invert(65%) sepia(43%) saturate(312%) hue-rotate(3deg) brightness(94%) contrast(90%);
	} */
	#open-menu:hover + nav{
		filter: brightness(0) saturate(100%) invert(65%) sepia(43%) saturate(312%) hue-rotate(3deg) brightness(94%) contrast(90%);
	}
    header.sticky .logo,
    header.sticky .user-menu,
    header nav .header-main-menu,
    header.sticky .header-search-icon {
        display: none;
    }
    .desk-menu .sticky-header-menu-wrapper {
        margin-top: 18px;
    }
	.main-mobile-menu .sticky-header-menu-wrapper{
		height: 64px;
        padding-right: 16px;
	}
    .sticky-heading {
        margin-left: unset;
        font-size: 24px;
    }
	.search-modal-close-icon::after,
	.mobile-filters-close-icon::after,
	.modal-close-icon::after {
		width: 32px;
		height: 32px;
	}
    .search-modal-close-icon,
    .mobile-filters-close-icon,
    .modal-close-icon {
        position: absolute;
        right: 20px;
        width: 32px;
        height: 32px;
    }
	.main-mobile-menu  .modal-close-icon{
		right: 0;
	}
    .search-modal-close-icon::after,
    .mobile-filters-close-icon::after,
    .modal-close-icon::after {
        background-size: 32px;
    }
    #nav-wrapper {
        display: flex;
        gap: 16px;
        width: unset;
    }
    .main-menu-container {
        max-width: 100%;
        width: 100%;
		z-index: 2001;
    }
    header.sticky .main-menu-container {
        top: -20px;
        left: -20px;
    }
    header.sticky.active .main-menu-container {
        top: 0;
        left: 0;
    }
    header.active {
        -webkit-animation: unset;
                animation: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }
    header.sticky.active {
        padding: 0;
    }
    .user-menu {
        gap: 16px;
        width: unset;
    }
    .logo {
        width: 156px;
		height: 32px;
		flex-shrink: 0;
    }
	.logo-link{
		display: block;
		height: 100%;
		width: 100%;
	}
    .header-search-icon,
    .header-cart-icon,
    .header-account-icon,
    .white-header .header-search-icon,
    .white-header .header-cart-icon,
    .white-header .header-account-icon {
        width: 24px;
        height: 24px;
        background-position: center;
		flex-shrink: 0;
        background-size: contain;
    }

    #open-menu,
    .header-search-icon {
        transform: scale(0.9);
    }

    .header-cart-count {
        width: 17px;
        height: 17px;
        font-size: 11px;
    }

    header.sticky {
        height: 80px;
        padding: 20px 20px 0;
        -webkit-backdrop-filter: unset;
                backdrop-filter: unset;
        background-color: unset;
    }
    header.sticky .container {
        width: 100%;
        height: 64px;
        border-radius: 200px;
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        background-color: rgba(0, 0, 0, 0.50);
    }
    header.sticky nav {
        background-color: transparent;
        width: 24px;
        height: 24px;
        border-radius: 0;
        cursor: pointer;
    }
    header.sticky #open-menu {
        top: 5px;
        left: 5px;
    }
    header.sticky .mobile-header-assistant {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        text-transform: uppercase;
        color: var(--nero-color);
    }
    header.sticky .mobile-header-open-chat {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.08);
        background-image: url('/wp-content/themes/grozio/icons/icon-open-chat.svg');
        background-repeat: no-repeat;
        background-position: center 9px;
    }
    header.sticky .mobile-header-set-assistant {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 4px;
        height: 40px;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.08);
        padding: 0 8px;
        color: var(--nero-color);
        text-decoration: none;
        font-family: Urbanist;
        font-weight: 400;
    }
    header.sticky .mobile-header-set-assistant::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url('/wp-content/themes/grozio/icons/icon-set-assistant.svg') no-repeat;
    }
    header.sticky .mobile-header-my-assistant {
        display: flex;
        align-items: center;
        gap: 8px;
        height: 40px;
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.08);
        padding: 0 8px;
        font-size: 10px;
        text-transform: uppercase;
        color: var(--nero-color);
        text-decoration: none;
    }
    header.sticky .mobile-header-assistant-image {
        width: 24px;
        height: 24px;
        border-radius: 100px;
        object-fit: cover;
    }
    .mobile-sub-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: fixed;
        bottom: 50px;
        background: white;
        padding-top: 20px;
        left: 0;
        width: 100%;

    }
	.main-mobile-menu .mobile-sub-menu {
		margin-bottom: 0;
	}
    .mobile-sub-menu > * {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-family: Urbanist;
        font-weight: 500;
		color: #292929;
    }
    .main-menu-container .mobile-sub-menu  a.language {
        font-size: 16px;
        margin-top: 0;
        font-family: 'Montserrat';
    }
    .mobile-sub-menu .header-search-icon,
    .mobile-sub-menu .header-cart-icon,
    .mobile-sub-menu .header-account-icon,
    .white-header .mobile-sub-menu .header-search-icon,
    .white-header .mobile-sub-menu .header-cart-icon,
    .white-header .mobile-sub-menu .header-account-icon {
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .mobile-sub-menu .language::before {
        content: unset;
    }
	.mobile-sub-menu .va-lang-swith > a {
		font-size: 16px;
		font-weight: 500;
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #292929 !important;
		line-height: auto;
		gap: 0;
		margin-top: 0;
		font-family: Urbanist;

	}
    .first-screen-content h1 {
        font-size: 38px;
    }
    .first-screen-description {
        font-size: 14px;
    }
    #our-team-homepage {
        padding: 36px 0 48px;
    }
    #our-team-homepage .section-header {
        margin-bottom: 36px;
        font-size: 38px;
    }
    #our-team-homepage .assistant-card {
        min-width: 1px !important;
        max-width: 100% !important;
        height: 394px;
    }
    #our-team-homepage.assistant-cards-wrapper {
        padding-bottom: 0;
    }
    #our-team-homepage .assistant-card img {
        height: 394px;
    }
    #our-team-homepage .assistant-card-tags {
        font-size: 10px;
    }
    #our-team-homepage .assistant-card-tags > div {
        padding: 4px 8px;
    }
    #our-team-homepage .assistant-card-content {
        padding: 12px;
    }
    #our-team-homepage .assistant-card-name {
        font-size: 16px;
    }
    #our-team-homepage .assistant-card-description {
        font-size: 14px;
    }
    #our-team-homepage .assistant-card-button {
        width: 40px;
        height: 40px;
        background-position: center;
    }
	.assistant-card-description{
		padding-right: 0;
	}
    #our-team-homepage .assistant-card-button {
        display: none;
    }
    .assistant-cards-wrapper .scroll-container {
        margin-left: 0;
    }
    .assistant-social-profiles {
        margin-top: 24px;
    }
    #skin-care {
        padding: 36px 0 48px;
    }
    #skin-care .section-header {
        font-size: 38px;
        margin-bottom: 44px;
    }
    .skin-care-description,
    .skin-care-categories {
        display: none;
    }
    .homepage-skin-care-products,
    .related-products-list {
        margin-left: 20px;
    }
    #skin-care .product{
        min-width: 237px;
        max-width: 237px;
        padding: 12px;
    }
	.related-products-list .product {
        min-width: 300px;
        max-width: 300px;
        padding: 12px;
    }
    .open-filters,
	.reset-filters,
    .select-selected {
        font-size: 14px;
    }
    .thumbnail-product-wrapper {
        width: 237px;
        height: auto;
        margin-bottom: 20px;
    }
    .product .thumbnail-product-wrapper img {
        width: 237px;
        height: 237px;
        object-fit: contain;
    }
    .product:hover .thumbnail-product-wrapper img {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }
    .product-black-tag {
        top: 0;
        left: 0;
        font-size: 14px;
        margin-right: 4px;
    }
	.sidecart-product-title{
		font-size: 12px;
	}
    .loop-add-to-wishlist {
        width: 24px;
        height: 24px;
        top: 12px;
        right: 12px;
    }
/*     .product a {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    } */
    .loop-price-cart {
        width: 100%;
        overflow: visible;
        gap: 10px;
    }
    .loop-price-cart a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* width: max-content; */
        padding: 12px 8px;
    }
    .yith-wcwl-add-to-wishlist {
        margin-top: 0!important;
    }
    .woocommerce-loop-product__title {
        text-align: left;
        font-size: 16px;
    }
    .pa_quantity {
        text-align: left;
    }
    .price {
        font-size: 21px;
    }
    #homepage-faq .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 64px 20px;
        gap: 64px;
    }
    .homepage-faq-header {
        font-size: 38px;
        text-align: center;
        margin-bottom: 0;
    }
    .homepage-faq-description {
        display: none;
    }
    .homepage-open-accordion.h4 {
        font-size: 20px;
    }
    .homepage-faq-right {
        max-width: unset;
        min-width: unset;
    }
    .homepage-faq-question:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .footer-header.homepage-open-accordion::after {
        content: "";
        width: 24px;
        height: 24px;
        background-position: center;
    }
    #advantages {
        padding: 64px 20px 29px;
    }
    .advantages-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
        gap: 24px;
    }
    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px;
    }
    .footer-menu .footer-company-menu,
    .footer-menu > div {
        width: 100%;
    }
    footer ul {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height 0.6s ease-out;
		-o-transition: max-height 0.6s ease-out;
		transition: max-height 0.6s ease-out;
		display: flex;
		flex-direction: column;
		gap: 12px;
		line-height: 21px;
	}
	.footer-menu li a{
		color: var(--nero-color);
		opacity: 1;
	}
	.footer-menu li a:hover{
		color: var(--nero-color);
		opacity: 75%;
	}
	.footer-menu li a:active{
		color: var(--nero-color);
		opacity: 50%;
	}
    .homepage-faq-answer > div {
        width: 100%;
    }
    .uwpmc-sidebar {
        padding: 18px 20px 0!important;
    }
    .sidecart-heading {
        font-size: 24px;
    }
    .sidecart-heading-inner {
        margin-left: unset;
    }
    .sidecart-close {
        background-size: 32px;
        width: 32px;
        height: 32px;
    }
    #search-modal header {
        display: none;
    }
    .search-header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 18px;
    }
    .search-header {
        display: block;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 auto;
    }
    #searchform input[type=text] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        font-size: 20px;
        background: url('/wp-content/themes/grozio/icons/icon-search-black.svg') no-repeat;
        background-size: 20px;
        background-position: calc(50% + -45px) 3px;
    }
    #searchform input[type=text]:focus {
        background: none;
    }
    #searchform input[type=text]:focus::placeholder {
        color: transparent;
    }
    #searchform input[type=submit] {
        display: none;
    }
    #searchform {
        width: 100%;
    }
    .shop-page-header {
        background-position: center;
        height: 909px;
    }
    .h1 {
        font-size: 38px;
    }
    .products {
        gap: 8px;
        margin-bottom: 40px;
    }
    .shop-page-title {
        margin-top: 38px;
        font-size: 38px;
    }
/*     .products .product {
        max-width: 100%;
        min-width: 100%;
    } */
    .products .product a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .products .thumbnail-product-wrapper {
        max-width: 100%;
        min-width: 100%;
    }
    .products .product .thumbnail-product-wrapper img {
        width: 100%;
        height: auto;
    }
    .products .loop-price-cart {
        gap: unset;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 70px;
		margin-top: 13px;
    }
    .products .loop-price-cart a {
        content: url('/wp-content/themes/grozio/icons/icon-cart-black-small.svg');
        background-color: var(--nero-color);
        border-radius: 100px;
        border: 1px solid var(--silver-color);
        padding: 8px;
        width: 40px;
        height: 40px;
    }
    .products .price {
        font-size: 20px;
    }
    .products .woocommerce-loop-product__title {
        text-align: center;
    }
    .lmp_load_more_button {
        margin-bottom: 50px;
    }
    .woocommerce-breadcrumbs {
        display: none;
    }
    .single-product_add-to-cart-wrapper form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        /* margin-top: -75px; */
        gap: 36px;
    }
    .wishlist-button {
        display: none;
    }
    .wishlist-button-mobile {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .woocommerce-product-gallery {
        position: relative;
    }
    .product-single-brand {
        font-size: 16px;
    }
    .product_title.h2 {
        font-size: 24px;
    }
    .woocommerce-product-details__short-description {
        margin-top: 24px;
        font-size: 12px;
    }
    .single-product_attributes {
        margin-top: 40px;
    }
    .single-product_price {
        font-size: 40px;
    }
    .qib-container {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .qib-container .minus,
    .qib-container .plus {
        height: 40px;
        width: 40px;
    }
    .qib-container input[type='number']:not(#qib_id):not(#qib_id) {
        width: 40px;
        height: 40px;

    }
    .single_add_to_cart_button {
        width: 100%;
    }
    .single-product_add-to-cart-wrapper .stock {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        margin-top: -76px;
    }
    .single-product_assist-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 32px;
    }
    .single-product_accordion-header {
        font-size: 20px;
        text-transform: uppercase;
    }
    .single-product_accordion-item {
        padding: 24px 0;
    }
    .single-product_accordion-header::after {
        width: 24px;
        height: 24px;
        background-position: center;
    }
    .related-products .h2 {
        font-size: 38px;
        margin-bottom: 38px;
    }
    h1 {
        font-size: 38px;
    }
    .our-team-page-header {
        background-position: center;
    }
    .page main {
        padding-top: 62px;
    }
    .our-team-page-heading {
        margin-bottom: 56px;
    }
    .author .first-screen-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .assistant-page-tags {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .first-screen-buttons {
        margin-top: 32px;
    }
    .assistant-page-tags {
        margin-bottom: 12px;
    }
    .author .header-wrapper-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-bottom: 31px;
    }
/*     .header-wrapper.assistant-page-header {
        background-size: 145%!important;
    } */
    .assistant-page-header .container {
        width: 100%;
    }
    #assistant-profile .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 64px;
    }
    .assistant-profile-photo-inner img {
        width: 170px;
        height: 170px;
        border-radius: 300px;
    }
    .assistant-social-profiles img {
        width: 20px;
        height: 20px;
    }
    .assistant-profile-photo-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #assistant-profile {
        padding: 48px 0 72px;
    }
    .values,
    .education,
    .availability-offline,
    .availability-online {
        margin-top: 72px;
    }
    .author .assistant-page-button {
        width: 100%;
        max-width: 100%;
    }
    .first-screen-buttons {
        width: 100%;
    }
    .h4 {
        font-size: 24px;
    }
    .specialization-content,
    .values-content {
        font-size: 14px;
    }
    .specialization-content {
        margin-bottom: 16px;
    }
    .products-top-line {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 15px;
    }
    .payments-and-delivery h3 {
        font-size: 16px;
    }
    .first-screen-content h1,
    .first-screen-content .h1 {
        font-size: 38px;
    }
	.assistant-page-header .first-screen-description{
		width: 100%;
	}
	.assistant-page-header .first-screen-buttons{
		display: none;
	}
	.author .first-screen-content .h1 {
        text-align: center;
    }
	.author .first-screen-content-wrapper{
		height: calc(100%);
	}
    .scroll-arrow.left {
        left: 10px;
    }
    .scroll-arrow.right {
        right: 20px;
    }
    #back-to-top {
        width: 40px;
        height: 40px;
    }
    .scroll-controls {
        display: none;
    }
    .homepage-skin-care-products .scroll-container {
        margin-left: 0;
    }
    .page-id-1377 h1 {
        margin-bottom: 40px;
    }
    .about-page-center-text {
        text-align: left;
        margin: 0 auto 56px;
    }
    .page-id-1377 p {
        margin: 0 auto 16px;
        font-size: 14px;
    }
    .about-page-logo {
        width: 82px;
        margin: 0 auto 56px;
    }
    .our-mission-header {
        margin-top: 72px;
    }
    .page-id-1377 h3 {
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 700;
    }
    .about-page-our-mission,
    .about-page-our-vision,
    .page-id-1377 #homepage-brands {
        margin-bottom: 72px;
    }
    .about-page-our-values h3,
    .about-page-brands h3 {
        text-align: center;
    }
    .about-page-our-values-inner h6 {
        font-size: 12px;
        font-weight: 700;
    }
    .about-page-our-values-inner > div:not(:last-child) {
        margin-bottom: 16px;
    }
    .about-page-our-values-inner,
    .about-page-brands-inner {
        margin: 0 auto 72px;
    }
    .page-id-1377 #homepage-brands div img:first-child {
        padding-left: 0;
    }
    .about-page-brands-inner p {
        margin: 0 auto 8px;
    }
    .about-page-brands-inner > div:not(:last-child) {
        margin-bottom: 8px;
    }
    .about-page-team {
        margin-bottom: 34px;
    }
	.island-dp-menu.show{
		display: none;
	}
}

@media (max-width: 640px) {
    #open-header-menu .modal-close-icon {
        right: 10px;
    }
    #our-team-homepage .swiper-slide {
        width: 273px;
    }

    #our-team-page .assistant-card-name {
        font-size: 14px;
    }
    #our-team-page .assistant-card-description {
        font-size: 12px;
    }
    #our-team-page .our-team-page-list {
        gap: 20px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    #sidebar.show {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    #sidebar .filters-container {
        width: 100%;
    }
    .sidecart-product-content .product-black-tag,
    .sidecart-product-content .product-margin-percentage {
        display: inline-block;
    }
    .sidecart-product-image .product-black-tag,
    .sidecart-product-image .product-margin-percentage {
        display: none;
    }

    .sidecart-product-content .product-black-tag {
        margin-right: 4px;
    }

    #our-team-homepage .assistant-cards-wrapper.scroll-wrapper {
        padding: 0 20px;
    }
    #our-team-homepage .assistant-cards-wrapper .scroll-container {
        gap: 32px;
    }
}

@media (max-width: 480px) {
    header .container {
        padding: 0 20px;
    }
    #our-team-page .assistant-card {
        width: 100%;
        height: 257px;
    }
    #our-team-page .assistant-card img {
        height: 257px;
    }
    #our-team-page .assistant-card.selected-assistant img {
        height: 255px;
    }
    #our-team-page .assistant-card.selected-assistant .assistant-card-content {
        height: 255px;
    }
    #our-team-page .assistant-card-button {
        display: none;
    }
    #our-team-page .assistant-card-content {
        padding: 12px;
    }
    #our-team-page .assistant-card-name {
        font-size: 12px;
    }
    #our-team-page .assistant-card-description {
        font-size: 11px;
    }
    #our-team-page .assistant-card-tags {
        font-size: 11px;
    }
    .our-team-page-heading {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .homepage-faq-header,
    .front-page-header .first-screen-content h1 {
        font-size: 38px;
    }
    .front-page-header .first-screen-description {
        font-size: 14px;
        line-height: 21px;
    }
    .homepage-open-accordion.h4 .title {
        font-family: Urbanist;
        font-weight: 400;
    }
    .homepage-faq-answer div {
        font-size: 14px;
        font-family: Gravity;
        font-weight: 350;
        line-height: 21px;
    }
    #our-team-homepage .assistant-card-name {
        font-family: Urbanist;
        font-weight: 700;
    }
    #our-team-homepage .assistant-card-description {
        font-family: Gravity;
        font-weight: 350;
        font-size: 14px;
        line-height: 21px;
    }
    #skin-care .pa_quantity {
        font-size: 11px;
        font-family: Urbanist;
        font-weight: 300;
        color: #292929;
    }
    #our-team-homepage .assistant-card {
        height: 100%;
    }
}

@media (max-width: 425px) {
    .grozio-button {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .logo img {
        display: none;
    }
    .products {
        grid-template-columns: 1fr;
    }
    .sticky-heading {
        margin-left: 0;
    }
}

@media (max-width: 325px) {
    .sticky-header-menu-wrapper {
        padding: 0 10px;
    }
    header .container {
        padding: 0 15px;
    }
}

/*qTranslate hide icon*/
.va-lang-swith > a > img{
	display: none;
}
/* account */
.woocommerce-account main a, .woocommerce-wishlist main a{
    transition: .5s !important;
    /* color: #BFA671; */
	text-decoration: none;
}
.woocommerce-account a:hover
.woocommerce-wishlist a:hover {
    color: #000;
}
.woocommerce-account .form-row {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.woocommerce-account .password-input {
    width: 100%;
}
.woocommerce-account form .show-password-input {
    right: 12px !important;
}
@media (max-width: 788px) {
    .woocommerce-form-login {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .woocommerce form .form-row input.input-text {
        width: 100% !important;
    }
}


div.pp_pic_holder {
    z-index: 1000000;
}

div.pp_overlay {
    z-index: 999999;
}

/* ACCOUNT MENU*/
.woocommerce-account h2 {
    text-align: center;
    margin: 20px 0 !important;
}
.woocommerce-form-login {
    padding: 50px;
    width: 50%;
    margin: 0 auto 40px auto !important;
}
.woocommerce-account .woocommerce-Input, .woocommerce-address-fields .input-text, #reg_billing_first_name, #reg_billing_last_name {
    border: 1px solid #BFA671 !important;
    width: 50% !important;
    margin: 0 auto !important;
    height: 40px !important;
    padding: 5px;
	display: block;
}
.woocommerce-account label {
    width: 100%;
    text-align: left;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register__submit {
    width: 50% !important;
    height: 45px !important;
    background: #BFA671 !important;
    text-transform: uppercase;
    border: 0 !important;
    color: #fff !important;
    margin: 0 !important;
    font-weight: 300 !important;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
        width: 100% !important;
    }
}
.woocommerce-account .lost_password {
    text-align: center;
    margin-top: 15px !important;
}
.py-50 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.va-account-menu, .woocommerce-breadcrumb, .filters-container, .woocommerce-MyAccount-navigation, .va-nav2, .name_kosmetolog, .kosmetolog_item_in_education_title, .kosmetolog_item_in_ex_title, .kosmetolog_item_in_ex_title, .kosmetolog_true_title, .kosmetolog_item_in_procedures_title, .kosmetolog_item_title {
    font-family: "Montserrat", sans-serif;
}
.va-account-menu {
    overflow-x: auto;
    white-space: nowrap;
}
.va-account-menu a {
    font-size: 18px;
}
.menu-item>a {
    height: 100%;
    display: flex;
    align-items: center;
	text-decoration: none;
	position: relative;
}
.va-account-menu a, .woocommerce-MyAccount-navigation a {
    color: #000;
}
.va-account-menu .current-menu-item {
    font-weight: 600;
}
.va-account-menu .menu-item {
    display: inline-block;
    padding: 0 10px;
    height: 50px;
    text-transform: uppercase;
    /* font-size: 24px; */
    font-weight: 400;
}
ul {
    list-style-type: none;
    padding: 0;
}
.woocommerce-MyAccount-orders .woocommerce-button {
    margin-right: 7px !important;
}

.va-account-menu a, .woocommerce-MyAccount-navigation a{
	color: #000;
}
.va-account-menu a:hover, .woocommerce-MyAccount-navigation a:hover{
	color: #BFA671;
}
.va-account-menu .menu-item{
	display: inline-block;
	padding: 0 10px; /*0 40px */
	height: 50px;
	text-transform: uppercase;
	/*font-size: 24px;*/
	font-weight: 400;
}
.va-account-menu .current-menu-item{
    	font-weight: 600;
}
.va-account-menu{
    overflow-x: auto;
    white-space: nowrap;
}
.woocommerce-wishlist .wishlist-title {
    width: 100% !important;
    text-align: center !important;
}
.woocommerce-wishlist .wishlist-title {
    width: 100% !important;
    text-align: center !important;
}
.va-wl-box {
    display: flex;
    flex-wrap: wrap;
    color: #615E5B;
}
.va-wl-thumb {
    width: 15%;
    padding-right: 20px;
    /* background-color: yellow; */
}
.va-wl-thumb, .va-wl-desc, .va-wl-price, .va-wl-quant, .va-wl-available {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(191, 166, 113, 0.5);
}
.va-wl-head {
    font-size: 13px;
    /* border-bottom: 1px solid rgba(191, 166, 113, 0.5); */
}
/* wishlist */
.va-wl-box{
	display: flex;
	flex-wrap: wrap;
	color: #615E5B;
}
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
	margin-left: 10px;
}
.va-wl-available .wishlist-in-stock{
	color: #297e29;
}
.va-wl-del{
	width: 100%;
	text-align: center;
	/* background-color: gray; */
}
.va-wl-del .bi-trash{
	/* font-size: 2rem; color: #BFA671; */
}
.va-wl-del .remove.remove_from_wishlist{
	color: #BFA671 !important;
}
.va-wl-del .remove.remove_from_wishlist:hover{
	color: red !important;
}

.va-wl-head{
	font-size: 13px;
	/* border-bottom: 1px solid rgba(191, 166, 113, 0.5); */
}
.va-wl-price .strike{
	text-decoration: none;
	color: gray;
}
.va-wl-price .strike .woocommerce-Price-amount{
	position: relative;
}

.wishlist_link_input_dd_copy{
	height: 26px !important;
	background: #BFA671 !important;
	text-transform: uppercase;
	border: 0 !important;
	color: #ffa !important;
	margin: 0 !important;
	margin-right: 0px;
	font-weight: 300 !important;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0 !important;
	display: inline;
}
#wishlist_link_input_dd_copy.wishlist_link_input_dd_copy{
	color: #ffa !important;
}
@media (min-width: 600px) {
	.mobil-only{
		display: none;
	}
	.va-wl-mob-head{
		display: none;
	}
	.va-wl-thumb,
	.va-wl-desc,
	.va-wl-price,
	.va-wl-quant,
	.va-wl-available{
		padding: 10px 0 10px 0;
		border-bottom: 1px solid rgba(191, 166, 113, 0.5);
	}
	.va-wl-thumb{
		width: 15%;
		padding-right: 20px;
		/* background-color: yellow; */
	}
	.va-wl-desc{
		width: 50%;
		padding-right: 10px;
		/* background-color: gray; */
	}
	.va-wl-price{
		width: 10%;
		text-align: center;
		/* background-color: yellow; */
	}
	.va-wl-quant{
		width: 10%;
		text-align: center;
		/* background-color: gray; */
	}
	.va-wl-available{
		width: 15%;
		text-align: center;
		/* background-color: yellow; */
	}
	.va-wl-del .remove.remove_from_wishlist{
		margin: 20px auto 0 auto;
	}
}
@media (max-width: 599px) {
	.desk-only{
		display: none;
	}
	.va-wl-mob-head {
		display: flex;
		width: 33.33%;
		font-size: 13px;
/* 		background-color: #BFA671;
		color: white; */
		text-align: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.va-wl-head{
		display: none;
	}
	.va-wl-thumb{
		width: 50%;
		padding-right: 20px;
		/* background-color: yellow; */
	}
	.va-wl-desc{
		width: 50%;
		/* background-color: gray; */
	}
	.va-wl-price{
		width: 30%;
		text-align: center;
		/* background-color: yellow; */
	}
	.va-wl-quant{
		width: 20%;
		text-align: center;
		/* background-color: gray; */
	}
	.va-wl-available{
		width: 30%;
		text-align: center;
		/* background-color: yellow; */
	}
	.va-wl-del-head{
		width: 20%;
	}
	.va-wl-del{
		width: 20%;
	}
	.va-wl-del .remove.remove_from_wishlist{
		margin: 0 auto;
	}
	.va-wl-end{
		width: 100%;
		border-bottom: 1px solid rgba(191, 166, 113, 0.5);
	}

	.yith_wcwl_wishlist_footer {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-end;
	}
	.yith_wcwl_wishlist_update input{
		margin-right: 0 !important;
	}
	input.wishlist_link_input_dd{
		width: 100%
	}
	button.wishlist_link_input_dd_copy{
		margin-top: 10px !important;
		float: right;
	}
}
.woocommerce div.product div.images img.portrait {
	width: auto;
	height: 100%;
}
/* add to wishlist fixes */
.yith-wcwl-add-to-wishlist{
	padding-left: 20px;
}
.yith-wcwl-add-button{
	background-color: #BFA671;
}
.add_to_wishlist.single_add_to_wishlist{
	font-weight: 400 !important;
	display: flex !important;
	align-items: center;
	text-decoration: none;
}
/* add to wishlist popup fixes */
.pp_pic_holder>.ppt, .pp_pic_holder>.pp_top{
	display: none !important;
}
.yith_wcwl_wishlist_footer {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.update-cart, .wc-backward, .yith_wcwl_footer_additional_action a, .yith_wcwl_wishlist_update input, .wpcf7-submit, .contact-cosmetologist {
    height: 45px !important;
    background: #BFA671 !important;
    text-transform: uppercase;
    border: 0 !important;
    color: #ffa !important;
    margin: 0 !important;
    font-weight: 300 !important;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border: 0 !important;
}
/* end ACCOUNT MENU */
/* my info edit */
.woocommerce-address-fields {
    max-width: 600px;
    margin: 0 auto;
}
.form-footer {
    display: flex;
    justify-content: end;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-address-fields .input-text {
    width: 100% !important;
}
.woocommerce-address-fields .form-row {
    width: 100% !important;
}
.woocommerce-input-wrapper strong {
    display: block;
    width: 100%;
    text-align: left;
}
.grozio-btn {
    margin: 20px 3px;
    height: 45px;
    background: #BFA671;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-MyAccount-content button {
    margin: 20px 3px !important;
    height: 45px !important;
    background: #BFA671 !important;
    text-transform: uppercase;
    border: 0 !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.grozio-btn:hover {
    background-color: #9f8a5e !important;
}
.va-just-fe {
    justify-content: flex-end;
}
.va-flex-box {
    display: flex;
}
.va-just-sb {
    justify-content: space-between;
}
.va-form-title {
    margin: 20px 3px;
    height: 45px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    align-items: center;
    display: flex;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content2 .link {
    margin: 20px 3px !important;
    height: 45px !important;
    background: #BFA671;
    text-transform: uppercase;
    border: 0 !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0 !important;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.wc-product-table-wrapper .price-grozio{
	display: none;
}
.wc-product-table-wrapper .add-to-cart-button{
	display: flex !important;
	justify-content: right;
}
.wc-product-table-wrapper .single_add_to_cart_button {
	margin-left: 3px;
    font-family: Montserrat;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 14px !important;
	height: 46px !important;
    text-transform: uppercase;
    color: var(--nero-color) !important;
    width: 291px;
    border: 0;
    background: var(--black-color) !important;
    padding: 16px 8px !important;
    cursor: pointer;
}
.wc-product-table-wrapper .product .quantity input.qty{
	height: 46px !important;
}
.wc-product-table .loop-price-cart{
	width: 100%;
	justify-content: right;
}
.wc-product-table .loop-price-cart a{
	display: flex;
	width: 291px;
}
.wc-product-table .add-to-cart-wrapper{
	display: flex;
	justify-content: right;
}
.yith-wcwl-add-to-wishlist a.disabled_item>img {
    max-width: 32px;
    display: inline-block;
    margin-right: 10px;
}
.qtranxs-available-languages-message{
	display: none;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 0 auto !important;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist > img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist > img, .yith-wcwl-add-to-wishlist a.delete_item > img{
	margin-right: 7px !important;
}

.uwpmc-quantity-input.quantity{
	user-select: none;
    -webkit-user-select: none; /* Для Safari */
    caret-color: transparent;
    pointer-events: none;
}

.product-type-variable .loop-price-cart>a{
	white-space: wrap;
}
/* #homepage-brands .scroll-container{
	scrollbar-width: thin;
	scrollbar-color: darkgray lightgray;
} */
/* #homepage-brands .scroll-container::-webkit-scrollbar {
    width: 3px;
	height: 3px;
} */

.yith-wcwl-add-to-wishlist a.add_to_wishlist > img{
	max-width: 25px !important;
}
.qib-button{
	touch-action: manipulation;
}
.main-menu-elem{
	/* display: flex; */
	flex-direction: column;
	flex-grow: 1;
	overflow: hidden;
}
@media (max-width: 768px) {
	.main-menu-elem.desk-menu{
		display: none;
	}
	.main-menu-elem.sec.show{
		display: none;
	}
}
.main-menu-elem.first{
	width: 600px;
}
.main-menu-elem.sec{
	border-left: 1px solid #ccc;
}
.dp-menu-wrap, .dp-menu-wrap-narrow{
	display: flex;
	flex-direction: column;
	width: 208px;
	gap: 16px;
	margin-bottom: 15px;
}
.dp-menu-wrap{
	opacity: 80%;
}
.dp-menu-wrap.skin{
	width: auto;
}
.dp-menu-wrap-narrow .dp-menu-wrap{
	margin-bottom: 48px;
}
.dp-menu-wrap-wide{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px;
	/* width: 690px; */
}
.dp-menu-wrap-wide.mb88{
	margin-bottom: 56px;
}
.dp-menu-title{
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 400;
	width: 100%;
}
.dp-menu-title.inside{
	margin-bottom: 16px;
	color: black;
}
.dp-menu-link {
	display: flex;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	color: black;
	/* width: 189px; */
	line-height: 24px;
	font-family: Montserrat;
}
.mobile-top-menu .dp-menu-link {
	width: auto;
}
.dp-menu-link.bold{
	font-weight: 600;
}
.dp-menu-link.grey{
	text-transform: capitalize;
	margin-bottom: 8px;
}
.dp-menu-link:hover{
	opacity: 75%;
}
.dp-menu-link:active{
	opacity: 50%;
}
.main-menu-wrap{
	overflow: auto;
}
/* .main-menu-wrap.sec {
	width: 467px;
	padding: 0 32px 32px 32px;
	height: 100%;
	gap: 72px;
	display: flex;
	flex-direction: column;
} */
.main-menu-wrap.sec {
	padding: 0 32px 32px 64px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
@media (min-width: 1200px) {
	.main-menu-wrap.sec{
		width: 100%;
	}
}

/* .flex-wrap{
	flex-wrap: wrap;
} */
.main-menu-wrap {
	display: flex;
	max-height: calc(100vh - 67px);
	flex-direction: column;
}
@media (min-width: 783px) {
	.main-menu-wrap {
		max-height: calc(100vh - 49px - 76px);
	}
	.admin-bar .main-menu-wrap {
		max-height: calc(100vh - 32px - 49px - 76px);
	}
}
@media (max-width: 782px) {
	.main-menu-wrap {
		max-height: calc(100vh - 64px);
		flex-grow: 1;
	}
	.admin-bar .main-menu-wrap {
		max-height: calc(100vh - 64px - 46px - 140px);
		flex-grow: 1;
        padding-right: 20px;
	}
}
.main-menu-wrap.first{
	align-items: center;
	margin: auto 0;
    position: relative;
    top: 170px;
}
#island-dp-menu .dp-menu-title,
#open-header-menu .sticky-heading {
    font-family: Urbanist;
}

.modal-left-arrow {
    cursor: pointer;
    position: absolute;
    background-image: url(/wp-content/themes/grozio/icons/icon_black-arrow-left.svg);
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    right: 0;
    background-size: 17px;
    background-position: center;
}
.modal-left-arrow.s32{
	left: 0;
	right: auto;
	background-size: 11px;
	width: 32px;
    height: 32px
}
.modal-left-arrow:hover {
    animation: moveArrow 0.6s infinite alternate ease-in-out;
}

.single-product-page-wrapper .yith-wcwl-add-to-wishlist{
	margin-top: 0;
}
.main-mobile-menu{
    height: 100vh;
    padding: 0 4px 20px 20px;
}
@media (min-width: 783px) {
	.admin-bar .dp-mobile-menu {
		height: calc(100vh - 32px);
	}
}
@media (max-width: 782px) {
	.admin-bar .main-mobile-menu {
		height: calc(100vh - 46px);
	}
}
.mobile-top-menu {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px;
	margin-bottom: 40px;
	flex-direction: column;
}
.mobile-mid-menu{
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px;
	margin-bottom: 40px;
	flex-direction: column;
}
/* @media (min-width: 783px) {
	.admin-bar .dp-mobile-menu {
		top: 32px;
	}
}
@media (min-width: 783px) {
	.admin-bar .dp-mobile-menu {
		top: 32px;
	}
} */
.mobile-menu-link {
	display: flex;
	line-height: 40px;
	font-family: Urbanist;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500 !important;
}
.mobile-menu-link.thin{
	font-weight: 400;
    font-size: 18px;
    height: 34px;
}
.mobile-menu-link.mb-32{
	margin-bottom: 32px;
}
.mobile-menu-link.fs-24 {
    font-size: 24px;
}
.mobile-menu-link.mb-40 {
    margin-bottom: 40px;
}
.mobile-menu-link.mt-32{
	margin-top: 32px;
}
.mobile-menu-link.mt-35 {

}
.mobile-menu-link.mt-48 {
    margin-top: 48px;
}
.mobile-menu-link:hover{
	opacity: 75%;
}
.mobile-menu-link:active{
	opacity: 50%;
}
.mobile-menu-link.w100{
	width: 100%;
	position: relative;
	cursor: pointer;
}
.mobile-menu-link.w100::after {
	content: " ";
	background-image: url(/wp-content/themes/grozio/icons/icon_black-arrow-left.svg);
	background-position: center;
	background-size: 12px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.dp-mobile-menu {
	display: flex;
	/* visibility: hidden; */
	left: -800px;
	transition: left 0.9s ease;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 3000;
	background-color: white;
	width: 100%;
	max-width: 768px;
}
@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .dp-mobile-menu {
		top: 46px;
	}
}
@media (min-width: 783px) {
	.admin-bar .dp-mobile-menu {
		top: 32px;
	}
}
.dp-mobile-menu.show{
	visibility: visible;
	left: 0;

}
@media (min-width: 769px) {
	#mobile-menu-0.main-menu-elem {
		display: none;
	}
}
@media (max-width: 768px) {
	#mobile-menu-0.main-menu-elem {
		display: flex;
	}
}
#searchform-m{
	display: none;
}
#searchform-m.show{
	display: block;
}
.search-container {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}
.search-input.mobile {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.search-placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    color: #aaa;
	color: #6C757D;
    pointer-events: none; /* Чтобы не мешало вводу */
}

.search-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Скрываем кастомный placeholder при вводе текста */
.search-input:focus + .search-placeholder,
.search-input:not(:placeholder-shown) + .search-placeholder {
    display: none;
}


.desk-main-menu {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 20px 0;
	margin-top: 35px;
	/* padding-left: 63px; */
	margin-left: 63px;
	/* opacity: 50%; */
}

.desk-main-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	color: black;
	text-decoration: none;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	width: fit-content;

}
.desk-menu{
	width: 300px;
	flex-shrink: 0;
}
.dp-menu-wrap-wide.wide{
	flex-direction: column;
}
.dp-menu-wrap-wide.wide .dp-menu-link{
	width: auto;
}

#wpsp-slider-section-wrapper.wpsp-slider-section {
	margin-bottom: 40px;
}
.homepage-skin-care-products .scroll-container {
	margin-left: 0;
}
/* .wpsp-pagination-scrollbar.swiper-scrollbar-horizontal, .wpsp-slider-section .swiper-horizontal > .wpsp-pagination-scrollbar {
	width: calc(100% - 128px);
} */
@media (min-width: 769px) {
	.wpsp-pagination-scrollbar.swiper-scrollbar-horizontal, .wpsp-slider-section .swiper-horizontal > .wpsp-pagination-scrollbar {
		width: calc(100% - 128px);
	}
}
@media (max-width: 768px) {
	.wpsp-pagination-scrollbar.swiper-scrollbar-horizontal, .wpsp-slider-section .swiper-horizontal > .wpsp-pagination-scrollbar {
		width: calc(100% - 40px);
	}

}

.wpsp-nav.swiper-button-next{
	right: 30px !important;
}
.wpsp-nav.swiper-button-prev{
	left: 30px !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	height: 2px;
}
#wpadminbar{
	z-index: 2000;
}
.swiper-slide{
	height: unset;
}
.product{
	height: 100%;
}
.woocommerce-no-products-found{
	text-align: center;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: -1;
}
.container.in-video {
  z-index: 2;
}
@keyframes moveArrow {
    0% { background-position: center; }
    100% { background-position: -0.5px center;}
}
.page-id-1377 main .container{
	max-width: 1090px;
}
p.width-650 {
	max-width: 650px;
	text-align: center;
}
.mobile-sub-menu .va-lang-swith.account-menu > a {
    font-weight: 500;
}

.shop-page-wrapper.container .price-grozio {
    display: block;
}

.homepage-open-accordion .arrow {
    content: "";
    background: url('/wp-content/themes/grozio/icons/icon-dropdown-white.svg') no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-left: 15px;
    flex: 0 0 32px;
}

.homepage-open-accordion.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.homepage-open-accordion::after {
    content: unset;
}

.similar-product-brand {
    color: #292929;
    font-size: 12px;
    font-family: Urbanist;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 13px;
    margin-top: 4px;
    text-align: center;
}


@media screen and (max-width: 1340px) {
    #homepage-brands {
        position: relative;
        overflow: hidden;
        padding: 32px 0 0;
    }

    #homepage-brands .blocks-scroll {
        position: relative;
        padding-left: 25px;

        -webkit-mask-image: linear-gradient(
                to right,
                transparent 0,
                black 70px,
                black calc(100% - 40px),
                transparent 100%
        );
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;

        mask-image: linear-gradient(
                to right,
                transparent 0,
                black 70px,
                black calc(100% - 40px),
                transparent 100%
        );
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
    }
}

@media screen and (max-width: 600px) {
    #homepage-brands div {
        gap: 33px;
    }
}
.footer-logo a img,
.logo-link {
    transition: 0.2s transform;
    -moz-transition: 0.2s transform;
    -mz-transition: 0.2s transform;
    -webkit-transition: 0.2s transform;
    -o-transition: 0.2s transform;
}
.footer-logo a img:hover,
.logo-link:hover {
    opacity: 1;
    transform: scale(0.95);
}
.footer-logo a:hover {
    opacity: 1;
}
.nothing-found-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    justify-content: center;
}
.nothing-found-wrap h2 {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-top: 24px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .nothing-found-wrap h2 {
        font-size: 24px;
    }

    .nothing-found-wrap .icon-nf svg {
        width: 167px;
        height: 167px;
    }
}

a.woocommerce-LoopProduct-link:hover {
    opacity: 1;
}
/* Только основной скролл страницы */
:root > body::-webkit-scrollbar {
    width: 4px !important;
}

:root > body::-webkit-scrollbar-track {
    background: transparent !important;
}

:root > body::-webkit-scrollbar-thumb {
    background-color: black !important;
    border-radius: 100px !important;
    border: none !important;
}

:root > body::-webkit-scrollbar-button {
    display: none !important;
}

:root > body::-webkit-scrollbar-corner {
    background: transparent !important;
}

.container-404 {
    text-align: center;
    padding: 100px 140px 140px;
}
.container-404 .icon,
.container-404 h4 {
    margin-bottom: 40px;
}
.container-404 p {
    color: black;
    font-family: Gravity;
    font-weight: 350;
    font-size: 18px;
}
main {
    position: relative;
}
.container-404 p a {
    color: #BFA671;
}
@media screen and (max-width: 850px) {
    .container-404 {
        padding: 100px 0 140px;
    }
}

body:has(#desk-header-menu.show) {
    overflow-y: hidden;
}

.details-order .product-table__cell--name .product-black-tag,
.details-order .mobile-quantity-product,
.details-order .product-table__cell--name .product-margin-percentage,
.details-order .product-table__cell_price_mobile .price-for-client {
    display: none;
}


#products .product-attributes-tags .product-black-tag,
#products .product-attributes-tags .product-margin-percentage,
.cart-container-mobile .item-price-info .cart-attributes-tags .product-black-tag,
.cart-container-mobile .item-price-info .cart-attributes-tags .product-margin-percentage,
.bo-product-tags .product-black-tag,
.bo-product-tags .product-margin-percentage,
.details-order .product-black-tag,
.e-prescriptions-mobile-table .product-black-tag,
.e-prescriptions-mobile-table .product-margin-percentage,
.details-order .product-table__cell--name .product-margin-percentage {
    max-width: 73px;
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 8px;
}

.wc-product-table:has(.custom-checkbox-cell) tr.product {
    margin-bottom: 35px;
}

.bo-product-tags .product-black-tag,
.bo-product-tags .product-margin-percentage,
.e-prescriptions-mobile-table .product-black-tag,
.e-prescriptions-mobile-table .product-margin-percentage {
    display: inline-block;
}

.e-prescriptions-mobile-table .product-black-tag {
    margin-right: 4px;
}

.d-fx-row {
    display: flex;
    flex-direction: row;
    gap: 0 2px;
    align-items: baseline;
}

.loop-price-cart .d-fx-row.d-fx-row-variation {
    flex-direction: column;
    align-items: center;
}

.product-table:not(.e-prescriptions-mobile-table) .d-fx-row {
    flex-direction: column;
    align-items: center;
}

.d-fx-row.d-fx-row-variation .price-wrap {
    white-space: nowrap;
}

.d-fx-row .old-price-without-discount {
    font-size: 14px;
    font-family: Gravity;
    color: #808080;
    font-weight: 350;
}

.bo-sale-price {
    color: #808080;
    font-family: Urbanist;
    font-weight: 500;
    font-size: 10px;
    display: inline-block;
    margin-left: 4px;
}

.loop-price-cart .price-grozio:has(.d-fx-row) {
    flex-direction: column;
}

.e-prescriptions-mobile-table .product-table__cell--name-3,
.e-prescriptions-mobile-table .product-table__cell--name-3 a {
    display: block;
}

.e-prescriptions-mobile-table .price-for-client,
.details-order .product-table__cell_price_mobile .price-for-client {
    font-size: 10px;
    display: block;
    font-weight: 500;
    font-family: Urbanist;
    color: #808080;
    white-space: nowrap;
}

.e-prescriptions-mobile-table .price-for-client {
    font-size: 12px;
}

.details-order .product-table__cell_price_mobile {
    margin-bottom: 12px;
}

section.home-page {
    background: rgba(0, 0, 0, 0.35);
}

section.our-team-page-header {
    background: rgba(0, 0, 0, 0.3);
}

section.home-page-mobile,
section.our-team-page-header-mobile {
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1110px) {
    .details-order .product-table__cell-mobile-quantity {
        font-family: Gravity;
        font-weight: 350;
    }

    .details-order .product-table__cell-mobile-quantity {
        margin: 15px 0;
    }
    .details-order .product-table__row {
        padding-top: 0 !important;
    }
    .details-order .product-table__cell-margin-percent,
    .details-order .product-table__cell_price_desktop {
        display: none !important;
    }

    #wishlist-products-data .product-table__cell--name-3,
    .details-order .product-table__cell--col-2,
    .details-order .product-table__cell--col-3 {
        width: 100% !important;
        min-width: 100% !important;
    }

    .e-prescriptions-mobile-table .product-table__cell--name-3,
    .e-prescriptions-mobile-table .product-table__cell--price-3,
    .details-order .product-table__cell_price_mobile {
        flex-direction: column !important;
        align-items: baseline !important;
    }
    .details-order .product-black-tag,
    .details-order .mobile-quantity-product,
    .details-order .product-table__cell--name .product-margin-percentage,
    .details-order .product-table__cell_price_mobile .price-for-client {
        display: inline-block !important;
    }

    .details-order .product-table__cell--name a {
        display: block;
    }

    .details-order .product-black-tag {
        margin-right: 4px;
    }

    .product-attributes-tags {
        left: 0 !important;
    }
    .price-for-client__single-product {
        font-size: 14px;
    }
}

.add-to-wishlist-mobile {
    display: none;
}

@media (max-width: 768px) {
    #products .scroll-card {
        width: 171px;
    }
    #products .thumbnail-product-wrapper {
        min-width: unset;
        width: 171px;
    }
    #products .product-attributes-tags {
        position: unset;
    }
    #products .product-attributes-tags {
        width: 100%;
    }
    #products .loop-add-to-wishlist:not(.add-to-wishlist-mobile) {
        display: none;
    }
    #products .add-to-wishlist-mobile {
        display: inline-block;
    }
    #products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        position: unset;
    }
    #products .yith-wcwl-add-to-wishlist {
        padding-left: unset;
    }
    #products .yith-wcwl-add-to-wishlist a.add_to_wishlist > img {
        max-width: 15px !important;
    }
    #products .pa_quantity,
    #products .similar-product-brand {
        text-align: center;
    }
    #products .woocommerce-loop-product__title {
        font-size: 12px;
    }

    #products .loop-price-cart {
        margin-top: 0;
    }

    #products .pa_quantity {
        margin-bottom: 0;
        color: #808080;
        font-size: 11px;
        font-family: Urbanist;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0;
    }

    #products .price-grozio,
    #products .d-fx-row {
        color: #292929;
        font-weight: 400;
        font-size: 20px;
        font-family: Urbanist;
    }

    #products .scroll-card {
        margin-left: unset;
    }
}

.white-header.sticky .header-search-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-search-white.svg');
}
.white-header.sticky .header-account-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-account-white.svg');
}
.white-header.sticky .header-cart-icon {
    background-image: url('/wp-content/themes/grozio/icons/icon-cart-white.svg');
}

.header-account-icon-mobile {
    display: none;
}
#island-dp-menu .modal-left-arrow {
    right: 40px;
}

.details-order .exclude_tax {
    font-weight: 350;
    color: #808080;
    font-size: 18px;
    line-height: 1.3;
}

.details-order .ds-button-out-of-stock,
.details-order .add_to_cart_button {
    max-width: 300px;
}

.details-order .ds-total-price {
    max-width: 40.33%;
}

@media (max-width: 768px) {
    .details-order .ds-total-price {
        max-width: 100%;
    }
    .details-order .exclude_tax {
        font-size: 12px;
        line-height: 1.4;
    }

    .header-account-icon-mobile {
        display: block;
    }

    #mobile-menu-11 .modal-left-arrow,
    .header-account-icon:not(.header-account-icon-mobile) {
        display: none;
    }
}
.product-table__cell--col-3-resize {
    width: 10% !important;
    min-width: 10% !important;
}
.details-order .product-table__cell--col-3-resize {
    width: 7% !important;
    min-width: 7% !important;
}
.details_order_standard .product-table__cell--col-3-resize {
    width: 26% !important;
    min-width: 26% !important;
}
.details-order .product-table__cell--col-3 {
    width: 10%;
    min-width: 10%;
}
.details-order .product-table__cell--col-3-vot-resize {
    width: 9% !important;
    min-width: 9% !important;
    white-space: nowrap;
}
.details-order .product-table__cell--view-order-image {
    flex: unset;
    width: 80px;
}
.details-order .product-table__cell--col-3-vot-subtotal .ds-price-16 {
    color: #000000DE;
    font-weight: 700;
}
.details-order .product-table__cell--col-3-price--mobile {
    display: none;
}

#wishlist-products-data .product-table__row--header div {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
}


#wishlist-products-data .d-fx-row .old-price-without-discount {
    display: none;
}

.loop-price-cart .price-grozio:has(.woocommerce-Price-amount.amount:nth-of-type(2)) {
    flex-direction: column;
}

.loop-price-cart:has(.woocommerce-Price-amount.amount:nth-of-type(2)) .add_to_cart_button {
    white-space: nowrap;
}
.loop-price-cart:has(.woocommerce-Price-amount.amount:nth-of-type(2))  {
    height: 100px;
}
.woocommerce-view-order .icon-arrow-back {
    display: none;
}

.woocommerce-view-order .icon-arrow-back {
    display: none !important;
}
@media (max-width: 768px) {
    #wishlist-products-data .d-fx-row .old-price-without-discount {
        display: flex;
    }
    .details-order .product-table__cell_price_mobile,
    .details-order .product-table__cell--col-3-vot-subtotal {
        display: none;
    }
    .details-order .product-table__cell--col-3-price--mobile {
        display: block;
    }
    .details-order .product-table__cell--col-3-price--mobile  .d-fx-row {
        flex-direction: row;
    }

    .woocommerce-view-order .icon-arrow-back {
        margin-bottom: 0 !important;
        display: block !important;
    }
}

.prescription__mobile-link {
    transition: background 0.4s ease;
}
.prescription__mobile-link:active {
    background: #00000091 !important;
}
