@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --COLOR-232323: #232323;
    --COLOR-FFFFFF: #FFFFFF;
    --COLOR-EE6E92: #ee6e92;
    --COLOR-616161: #616161;
    --COLOR-EAAA85: #eaaa85;
    --COLOR-f7f8fa: #f7f8fa;

    --SIZE-12: 12px;
    --SIZE-14: 14px;
    --SIZE-16: 16px;
    --SIZE-20: 20px;
    --SIZE-24: 24px;
    --SIZE-34: 34px;
    --SIZE-40: 40px;
}

*{
    transition: all 200ms ease-in-out;
}

.marck-script-regular {
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.nunito-sans-400 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--COLOR-616161);
}

.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.container {
    width: 90%;
    max-width: 1210px;
    margin: 0 auto;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mt-1 {
    margin-top: 10px;
}

#site-footer {
    background: var(--COLOR-232323);
    padding: 50px 0;
}

.social-link {
    display: flex;
    align-items: center;
}

.social-link > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    justify-items: center;
}

.social-link > div > div {
    display: flex;
    gap: 20px;
}

.social-link p {
    color: var(--COLOR-FFFFFF);
    margin: 0;
}

.social-link a {
    color: var(--COLOR-FFFFFF);
    width: fit-content;
}

.social-link a svg {
    width: 30px;
    height: 30px;
    transition: all 200ms linear;
    fill: var(--COLOR-FFFFFF);
}

.social-link a:hover svg {
    fill: var(--COLOR-EE6E92);
}

.post-more-button a, .cosmecos-button {
    font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 768px) {
    .social-link {
        flex-direction: column;
    }

    .social-link > div {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 0;
        gap: 20px;
    }

    .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-32f769e {
        margin-bottom: 40px;
    }
}


/* archive */
.archive-product-img-wrap {
    display: flex;
    border: 1px solid black;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.archive-product-img-wrap img {
    object-fit: contain;
    aspect-ratio: 1/1;
    transition: all 200ms linear;
}

.archive-product-img-wrap:hover img {
    transform: scale(1.1);
}

.single-archive-product-cart h4 {
    font-size: var(--SIZE-16);
    color: var(--COLOR-616161) !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    line-height: 1.875em;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    transition: all 200ms linear;
    min-height: 150px;
}

.single-archive-product-cart h4:hover {
    color: var(--COLOR-EE6E92) !important;
}

.single-archive-product-cart .product-status {
    position: absolute;
    top: 1px;
    left: 1px;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 1;
}

.single-archive-product-cart .product-status span {
    font-size: var(--SIZE-14);
    font-weight: 500;
    color: var(--COLOR-FFFFFF);
    padding: 5px 10px;
}

.single-product-short-description strong {
    color: var(--COLOR-EE6E92) !important;
}


/* location */
.location-section {
    display: flex;
    margin: 50px auto !important;
    max-height: 600px;
    min-height: 500px;
    position: relative;
}

.map-section {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.map-section > div {
    width: 100%;
    height: 100%;
}

.locations-list {
    width: 30dvw;
    padding: 20px;
    overflow-y: auto;
    background: var(--COLOR-f7f8fa);
    scrollbar-color: var(--COLOR-616161) var(--COLOR-f7f8fa);
}

.list-location-item {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #00000052;
    margin-bottom: 10px;
    padding-bottom: 20px;
    flex-direction: column;
}

.title-desk {
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.title-desk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    -webkit-mask-image: url("../../../cosmecos/img/title-line.svg");
    -webkit-mask-position: bottom center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--COLOR-EAAA85);
    -webkit-mask-position-x: left;
    transform: translateX(-100%);
    opacity: 0;
    transition: 1s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
}


.list-location-item.active .title-desk:before {
    transform: unset;
    opacity: 1;
	display:none;
}

.locations-list button {
    position: absolute !important;
    right: 5px;
    top: 5px;
    padding: 5px 10px !important;
    min-width: unset !important;
    display: none !important;
}

.locations-list h5 {
    margin-bottom: 0 !important;
    font-size: var(--SIZE-20) !important;
    font-weight: 500;
}

.location-item-working-days > div {
    font-size: var(--SIZE-14);
}

.title-desk {
    font-size: var(--SIZE-24);
    font-weight: 500;
}

.location-item-description {
    font-size: var(--SIZE-14);
}

.location-item-email a {
    color: var(--COLOR-EE6E92)
}

@media (max-width: 768px) {
    .list-location-item:first-child > div {
        display: none;
    }

    .list-location-item:first-child > div:first-child {
        display: block;
    }

    .locations-list button {
        display: block !important;
    }

    .locations-list {
        position: absolute;
        width: 100%;
        max-height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: var(--COLOR-f7f8fa);
        padding: unset;
        border-right: none;
        overflow-y: auto;
    }

    .list-location-item {
        display: none;
        padding: 5px;
        margin-bottom: unset;
    }

    .list-location-item:first-child {
        display: flex;
    }
}

.mini-cart {
    width: auto !important;
    height: auto !important;
}

.dropdown-content {
    position: absolute;
    background-color: var(--COLOR-FFFFFF);
    opacity: 0;
    pointer-events: none;
    transition: 300ms;
}

.dropdown-content.active {
    opacity: 1;
    pointer-events: painted;
}

.dropdown-content > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1364px) {
    .mobile-header-row .header-icons-container .header-icon.mini-cart {
        display: none !important;
    }
}

.header-icon.mini-cart > a {
    display: none;
}

.archive-listing-wrapper.grid-listing .grid-item .post-title {
    min-height: 90px;
}


/*Modal*/
.become_a_partner_form, .get_the_catalog_form {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    background: #ffffffd6;
    z-index: 4;
    top: 0;
    left: 0;
    overflow: scroll;
    pointer-events: none;
    opacity: 0;
    transition: 200ms;
}

.become_a_partner_form.active, .get_the_catalog_form.active {
    pointer-events: painted;
    opacity: 1;
}


.wrapper-partner, .wrapper-catalog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 500ms;
    width: 85%;
    max-width: 500px;
    margin: 20px 0;
    background-color: var(--COLOR-EE6E92);
    padding: 10px;
    border-radius: 10px;
}

.wrapper-partner label, .wrapper-catalog label {
    color: var(--COLOR-FFFFFF) !important;
}

.wrapper-partner input, .wrapper-catalog input {
    border: none !important;
}

.wrapper-partner button[type="submit"], .wrapper-catalog button[type="submit"] {
    background: var(--COLOR-FFFFFF);
    border: none !important;
}

.wrapper-partner button[type="submit"]:hover, .wrapper-catalog button[type="submit"]:hover {
    background: transparent;
}


.wrapper-catalog {
    margin: 0;
}

.wrapper-partner .wpcf7 form > p:nth-child(9) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-catalog .wpcf7 form > p:nth-child(7) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.become_a_partner_form.active .wrapper-partner, .get_the_catalog_form.active .wrapper-catalog {
    transform: translate(-50%, -50%) scale(1);
}

.location-btn-group.container {
    display: flex;
    justify-content: right;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}

body.active {
    overflow: hidden;
}

.close-button {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    transition: 200ms;
}

.close-button:hover {
    opacity: .8;
}

.single-page-custom-banner h1 {
    margin-top: 0 !important;
    color: var(--COLOR-FFFFFF);
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
}

.single-page-custom-banner h6 {
    font-size: var(--SIZE-34);
    margin-bottom: 10px !important;
    background: linear-gradient(90deg, #926F28 0%, #BEA06F 50%, #D8C29E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.single-page-custom-banner .page-title-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
    opacity: .6;
}

.repiter-img-wrapper {
    transition: all 2s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
    transform: translateY(20%);
}

.repiter-img-wrapper.up {
    transform: translateY(-20%);
}

.link-to:hover {
    cursor: pointer;
}

.logo-link {
    max-width: 200px;
}

.header.header-type-1, .mobile-header.mobile-header-type-1 {
    position: fixed;
    width: 100%;
}

.single.single-post figure {
    pointer-events: none;
}

.wpcf7 label {
    width: 100%;
}

.wpcf7 h6 {
    text-align: center;
    margin: 0;
    color: var(--COLOR-FFFFFF);
    font-size: var(--SIZE-20);
    margin-bottom: 16px !important;
}

header a {
    font-family: "Montserrat", sans-serif !important;
}

@media (min-width: 768px) {
    .page-title-container, .edit-post-visual-editor__post-title-wrapper {
        min-height: 500px !important;
    }
}

.page-title-bg {
    top: 65% !important;
}

.distributors-section .elementor-widget-wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 768px) {
    .distributors-section .elementor-widget-wrap {
        flex-direction: column;
        align-items: center;
    }
}

.shop-mode-buttons {
    display: none;
}

.woocommerce .catalog-top-info-wrapper .woocommerce-ordering select, .woocommerce .catalog-top-info-wrapper .woocommerce-result-count{
    font-weight: 400 !important;
}

.woocommerce .catalog-top-info-wrapper .woocommerce-ordering option {
    font-weight: 400 !important;
}

.woocommerce-pagination .page-numbers:not(.dots):before, .woocommerce-pagination .post-page-numbers:not(.dots):before {
    background-color: var(--COLOR-EE6E92) !important;
}

.custom-button {
    background: transparent;
    border: 1px solid var(--COLOR-232323) !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700;
    padding: 19px 38px !important;
    min-width: 80px !important;
    position: relative !important;
    text-align: center !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: all 500ms cubic-bezier(0.55, 0.09, 0.68, 0.53) !important;
}

.custom-button.active {
    color: var(--COLOR-FFFFFF);
    background: var(--COLOR-EE6E92);
}

.custom-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--COLOR-EE6E92);
    transition: all 500ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transform: rotate(14deg) translate(6%, 167%) scaleX(1.2);
    pointer-events: none;
    z-index: -1;
}

.custom-button:before {
    content: none !important;
}

.custom-button.active:after {
    content: none;
}

.custom-button:hover:after {
    transform: none;
}

.custom-button:hover {
    color: var(--COLOR-FFFFFF);
    border: 1px solid var(--COLOR-EE6E92) !important;
}

.home-product-section .custom-button {
    text-transform: none !important;
}

.content-wrapper .cosmecos-button:before {
    background-color: var(--COLOR-EE6E92) !important;
}

.pinc-theme-btn .cosmecos-button {
    background-color: var(--COLOR-EE6E92) !important;
}

.pinc-theme-btn .cosmecos-button:hover {
    color: black !important;
}

.pinc-theme-btn .cosmecos-button:hover::before {
    background-color: var(--COLOR-FFFFFF) !important;
}

.pink-btn {
    color: var(--COLOR-FFFFFF);
    background-color: var(--COLOR-EE6E92);
}

.pink-btn:hover::after {
    background-color: var(--COLOR-FFFFFF) !important;
}

.turquoise-btn:hover::after {
    background-color: #0ABAB5;
}

.turquoise-btn:hover {
    border: 1px solid #0ABAB5 !important;
}

.dropbtn {
    min-width: unset !important;
    padding: 4px 10px !important;
    width: 100%;
    background-color: transparent;
}

.btn-partner .button-widget {
    display: flex;
    padding: 0 10px;
    justify-content: flex-start;
}

.btn-partner-first .button-widget {
    display: flex;
    justify-content: flex-end;
}

.home-catalog-btn {
    padding: 0 10px 0 0;
}

@media (max-width: 768px) {
    .custom-button {
        padding: 9px 20px !important;
    }

    .btn-partner-first {
        margin-bottom: 20px !important;
    }

    .btn-partner .button-widget {
        justify-content: center;
    }

    .home-catalog-btn {
        padding: 10px;
        width: 100% !important;
        display: flex;
        justify-content: center !important;
    }
}

.page-template-location .page-title-additional {
    bottom: -0.27em;
}

.footer-grid {
    display: grid;
    grid-template-columns: 270px 1fr;
    color: var(--COLOR-FFFFFF);
    gap: 30px;
}
.footer_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: var(--COLOR-FFFFFF);
    gap: 15px;
}

.footer_grid > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer_grid .custom-button {
    width: 100%;
}

.footer-grid .footer-instagram-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
	margin-top:25px;
}

.footer-grid .footer-instagram-section a {
    height: 30px;
}

.footer-text{
    opacity: .6;
    font-size: var(--SIZE-14);
    line-height: 20px;
}

footer h5 {
    margin-bottom: 0 !important;
    font-size: var(--SIZE-20);
    font-weight: 500;
}

.footer-logo-wrap{
    margin-bottom: 32px;
}

footer .custom-button {
    border: 1px solid var(--COLOR-FFFFFF) !important;
    color: var(--COLOR-FFFFFF);
}

footer a{
    color: var(--COLOR-FFFFFF) !important;
}

footer a:hover, footer a:hover svg path{
    color: var(--COLOR-EE6E92) !important;
    fill: var(--COLOR-EE6E92);
    opacity: .8;
}

.footer_nav_main #menu-main-menu-2 {
    display: flex;
    text-transform: uppercase;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer_nav_main {
    width: 100%;
    margin-left: -12px;
}

.footer_nav_main ul > li:before, 
.footer_nav_main .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) > li:before {
    display: none;
}

@media(max-width: 1160px) {
    .footer_inline_grid #menu-main-menu-2 a {
        font-size: 12px;
    }
}
@media(max-width: 1000px) {
    .footer-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .footer-grid > div {
        text-align: center;
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    .footer-grid .footer-instagram-section {
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .footer_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_grid > div {
        align-items: center;
    }

    .footer_grid > div:last-child > div {
        justify-content: center;
        gap: 20px;
    }
}
@media(max-width: 600px) {
    .footer_inline_grid #menu-main-menu-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}