/*
 * Theme Name: Laike Me Theme
 * Description: Maded By Tailor 
 * Author: Tailor
*/
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
body{
    background-color:#fff;
    margin: 0px auto;
    min-height: 100vh;
    position: relative;
}

img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: black;
}
html{
    background-color:#111;
}
body,html{
    overflow-x: hidden;
}
.wrapper-header{
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}
.ovrcl-ttl,h1{
    font-size: 36px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
    font-style: normal;
}
.hbspt-form .submitted-message{
    font-family: "Funnel Display", serif !important;
}
.txt-center,.txt-center *{
    text-align: center;
}
ul.foot-links {
    padding-left: 0px;
}
footer#footer{
    text-align: center;
    padding: 30px 10px;
    font-size: 12px;
    min-height: 110px;
    background-color: #3c2e5c29;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}
.foot-txt > p{
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.foot-logo:not(.no-filter) > a > img{
    height: 12px;
}
body.home .foot-logo > a > img,body.page-template-default .foot-logo > a > img{
       filter: invert(1);
    -webkit-filter: invert(1); /* For compatibility with older versions of WebKit browsers */

}
.foot-txt
{
    margin-top: 5px;
}
p,a{
    font-family: "Funnel Display", sans-serif;
}
.p-nnt-trsp{
    font-family: "Nunito", serif;
    color: #000;
    opacity: 0.5;
}
.logo-row, .lkm-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 9999999;
}
.input_subscribe{
    height: 58px;
    width: 65%;
    max-width: 347px;
    border-radius: 15px;
    border: white;
    text-align: left;
    padding-left: 5%;
    margin-top: 30px;
}
a{
    cursor: pointer;
}
.block-subscribe{
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.side-menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 85%;
    background-color: #000000f4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 3;
    box-sizing: border-box;
    animation: linear;
    animation-name: runmenu;
    animation-duration: 0.5s;
    
}

@keyframes runmenu {
0% {
    left: -100%;
}
100% {
    left: 0;   
}

}

.side-menu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.side-menu a:hover {
    color: #f1f1f1;
}

.side-menu .close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
}
header.header{
    padding-top: 10px;
}
.header .menu-row,.header .cart-row{
    display: none;
}
.placeholder-image{
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    height: 80%;
    display: flex;
    align-items: self-end;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15%;
}
.article-body > :not(.placeholder-image){
position: relative;
z-index: 2;
}
.article-body > .placeholder-image{
    z-index: 1;
}
@keyframes chaoticMove {
    0% { transform: translate(0, 0); }
    25% { transform: translate(4px, -4px); }
    50% { transform: translate(-4px, 4px); }
    75% { transform: translate(4px, -4px); }
    100% { transform: translate(0, 0); }
}
@keyframes chaoticMove2 {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-4px, 4px); }
    50% { transform: translate(4px, -4px); }
    75% { transform: translate(-4px, 4px); }
    100% { transform: translate(0, 0); }
}
img.plchld-1{
    margin-right: -120px;
    animation: chaoticMove 10s infinite alternate ease-in-out;
}
img.plchld-2{
    margin-right: -50px;
    animation: chaoticMove2 11s infinite alternate ease-in-out;
}
img.plchld-3{
    margin-right: -70px;
    animation: chaoticMove 10s infinite alternate ease-in-out;
}

img.plchld-4{
    margin-right: -10px;
    animation: chaoticMove2 10s infinite alternate ease-in-out;
}

img.plchld-5{
    animation: chaoticMove 10s infinite alternate ease-in-out;
}
section#content{
    min-height: calc(100vh - 280px);
    background-image: url('/app/themes/laike_me/assets/img/back_rect_lkm.svg');
    background-size: cover;
    box-sizing: border-box;
}
.overlay_shop_top{
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 360px;
    left: 0px;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
     background-position: center;
}
.overlay_shop_top::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

body.creators  > header
{
    position: relative;
    z-index: 9;
}
.row-logo{
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.row-logo .share-icon{
filter: invert(1);
width: 20px;
margin-bottom: 4px;
margin-left: 4px;
margin-right: -4px;
}
body.creators:not(.single-item) .row-logo{
    height: 100px;
}
.row-title{
    position: relative;
    z-index: 3;
    min-height: 80px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.row-title .description{
    font-size: 12px;
    color: white;
    margin-top: 5px;
    max-width: 650px;
    padding: 0px 15px;
}
.creators.single-item .row-title
{
height: 64px;
}
.row-logo .logo{
    max-width: 250px;
    max-height: 100px;
    
}
.row-title > h1{
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
    color: white;
    margin-bottom: 0px;
}
.dsc-prdtxt{
    font-size: 16px;
    font-weight: bold;
    font-family: "Funnel Display", serif;
    text-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cntr-products{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 360px;
}
.cntr-products img
{
    max-width: 100%;
}
.cntr-products .more_details,.cntr-products a {
    color: black;
    text-decoration: none;
}
.cntr-products *
{
    font-family: "Funnel Display", serif;
}
.cntr-products > *{
    display: flex;
    width: 50%;
    padding: 25px 15px;
    box-sizing: border-box;
}
.cntr-products .hdr-txt {
    margin-top: 40px;
    flex-direction: column;
}
.cntr-products .pmore-desc{
    font-size: 14px;
    padding-right: 20px;
}
.more_details h3.title{
font-size: 12px;
line-height: 12px;
font-weight: bold;
}
.more_details div.description{
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}
.cntr-products .start_from, .cntr-products .price,
.product-result .start_from, .product-result .price {
    font-size: 12px;
    font-weight: bold;
}
.cntr-products .details,.product-result .details {
    margin-top: 10px;
}
.logo-sng-item {
    max-height: 45px;
}
body.creators.single-item .overlay_shop_top{
    height: 180px;
}
body.creators.single-item  .row-logo,body.creators.single-item .row-title > h1{
    margin-top: 10px;
}
body.creators{
    background-color: white;
}
.single-item .single-product {
    margin-top: 40px;
}
body.creators .product-image
{
    text-align: center;
    box-sizing: border-box;
    
}
body.creators .product-image img{
    max-width: 100%;
}
body.creators .prd-title{
    font-size: 12px;
    line-height: 26px;
}
body.creators p.desc,body.creators .prd-price{
    font-size: 12px;
    font-family: "Funnel Display", serif;
    line-height: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
body.creators .prd-price{
    font-weight: bold;
}

body.creators .single-product {
    padding-left: 10px;
    padding-right: 10px;
}

body.creators .product-cta a{
    font-weight: bold;
    border: 2px solid black;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 20px;
    margin-top: 22px;
    margin-bottom: 35px;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #000 !important;
}
.hbspt-form .legal-consent-container{
    font-size: 10px;
    max-width: 78%;
    margin: 0px auto;
    color: black;
    opacity: 0.6;
}
.hbspt-form .hs_recaptcha.hs-recaptcha{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    zoom: 0.7;
}
.hbspt-form .hs_email >label{
display: none;
} 
.hbspt-form .hs_email >div.input input
{
    height: 54px;
    border: none !important;
    width: 80%;
    border-radius: 15px;
    margin-bottom: 10px;
    font-family: "Funnel Display", sans-serif;
}
.hbspt-form .hs_submit.hs-submit{
    margin-top: 20px;
}
.hbspt-form .hs_submit.hs-submit .actions > input[type="submit"]
{
    background-color: black;
    border: 0px;
    padding: 10px;
    width: 80%;
    color: white;
    height: 50px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Funnel Display", sans-serif;
}
.table_integration > table{
    font-size: 12px;
    margin-top: 10%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.related-products > .item{
    width: 48%;
    margin-bottom: 60px;
}
.related-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.related-products > .item img{
    max-height: 220px;
}
.related-title{
    font-size: 16px;
    line-height: 28px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
}
body.creators.single-item .related-title{
    margin-top: 38px;
    margin-bottom: 20px;
}
.dsc-hmtext{
    font-size: 18px;
    font-family: "Funnel Display", sans-serif;
    line-height: 20px;
    max-width: 500px;
    margin: 35px auto;
}
.dsc-hmtext-2{
       font-size: 18px;
    font-family: "Funnel Display", sans-serif;
    line-height: 20px;
    max-width: 500px;
    margin: 35px auto;
    font-weight: 800;
}
.hs-error-msg.hs-main-font-element,.hbspt-form .no-list.inputs-list.hs-error-msgs
{
    font-size: 12px;
    color: rgb(216, 8, 112);
    margin-top: 10px;
    text-align: left;
    font-family: 'nunito', sans-serif;
}
.foot-txt .txt-1{
    font-size: 9px;
    font-weight: 300;
    margin-bottom: 0px;
}
.foot-txt .txt-2{
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0px;
}
.foot-txt .txt-3{
    font-size: 9px;
    font-weight: 300;
    color: #888490;
    margin-top: 5px;
    margin-bottom: 0px;
}
.hbspt-form .no-list.inputs-list
{
list-style: none !important;
padding: 10px !important; 
}
.hbspt-form  .submitted-message {
    font-size: 24px;
    font-family: "Nunito", serif;
    color: black;
    margin-top: 10px;
    font-weight: bold;

}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    margin-bottom: 0px !important;
}

.hs-error-msg.hs-main-font-element, .hbspt-form .no-list.inputs-list.hs-error-msgs{
    font-family: "Funnel Display", serif;
}

.fav-icon {
    background-image: url('assets/img/fav-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px; 
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fav-icon.active{
    background-image: url('assets/img/fav-icon-active.svg');
}
.details-sharing{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.count-likes
{
    font-size: 12px;
    margin-left: 10px;
}
.share-func {
    background-image: url('assets/img/share-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px; 
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-left: 0px;
}
.share-func.white {
    background-image: url('assets/img/share-icon-white.svg');
}
.share-func,.cntr-products img,.product-result img {
    cursor: pointer;
}
.cntr-products .item{
    display: flex;
    flex-direction: column;
}
.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .modal-overlay.active {
    display: flex;
  }
  .modal-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 80%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
  }
  .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  .open-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 40px;
  }
  .modal-box  h3{
    font-size: 12px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
    margin-bottom: 20px;
  }
  body.home .lkm-link > img,body.home .lkm-link-more > img,body.page-template-default .lkm-link > img,body.page-template-default .lkm-link-more > img{
    filter: invert(1);
    -webkit-filter: invert(1); /* For compatibility with older versions of WebKit browsers */
    max-width: 100%;
    max-height: 100%;
}
body.dark,body.dark a,body.dark p{
    color: white;
}
body .social-links a{
    color: black !important;
}
.error404 section#content{
    min-height: calc(100vh - 200px);
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: calc(100vh - 183px);
}
.creators .logo-row{
    display: none !important;
}
.css-1ohuz5g {
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color:white;
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: white;
    margin: 0px 10px;
}
.css-tjkxb8{
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: white;
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: white;
    margin: 0px 10px;
}
.css-1549enn > div{
    cursor: pointer;
    position: relative;
    z-index: 9999;
}
.chakra-stack.css-cart{
    margin-right: 2%;
}
.chakra-stack.css-profile{
    margin-right: 10px;
}
.css-1549enn{
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0px;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    height: 80px;

}
.txt-pwrdb {
    margin-bottom: 5px;
    font-size: 8px;
}
.cntr-products .dsc-prdtxt:first-letter{
  text-transform: capitalize;
}
.overlay_shop_top_text{
width: 100%;
height: 100%;
position: absolute;
z-index: 3;
background-color: black;
opacity: 30%;
}
body .pre-footer{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #e0dde5;
    box-sizing: border-box;
}
nav.pre-footer-menu *{
    font-family: "Funnel Display", serif;
    color: black;
    text-decoration: none;
    list-style-type: none;
}
nav.pre-footer-menu ul
{    padding: 0px 10px;
    display: flex;
    /* gap: 20px; */
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

nav.pre-footer-menu h3{
    font-size: 16px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}
nav.pre-footer-menu {
    font-size: 14px;
    padding: 0px;
    box-sizing: border-box;
}
nav.pre-footer-menu{
    display: flex;
    max-width: 1305px;
    margin: 0px auto;
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
nav.pre-footer-menu a {
    line-height: 24px;
    display: flex;
}

.creators #content > .wrapper > .container{
    padding-bottom: 20px;
}
@media (max-width: 1024px) {
.cntr-products .hdr-txt{
    margin-top: 0px ;
}
.hdr-txt > *{
    text-align: center;
}
.cntr-products .pmore-desc{
    padding-right: 0px;
}
.cntr-products .hdr-txt{
width: 100%;}
.dsc-prdtxt br{
    display: none;
}
}

@media (min-width: 1025px) {
#content > .wrapper > .container{
    max-width: 1400px;
    margin: 0px auto;
}
.cntr-products .dsc-prdtxt{
font-size: 36px;
line-height: 36px;
}
.cntr-products .hdr-txt{
    width: 30%;
}
.cntr-products > *{
    width: 20%;
}
.cntr-products .item:nth-child(3n + 5)
{
    margin-left: 30%;
}
.cntr-products .item:nth-child(3n + 2), .cntr-products .item:nth-child(3n + 4)
{
margin-top: 80px;
}
.cntr-products{
    margin-top: 360px;
}
.logo-row{
    flex-direction: column;
}
.lkm-link-more{
    margin-top: 5px;
}
.related-products > .item img{
    max-height: 320px;
}
.related-products > .item{
    width: 33%;
}
}

body .oneprmtsht img{
width: 700px;
max-width: 100%;
}
.klaviyo-form .needsclick > form > .needsclick{
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 210px !important;
}
.ewd-ufaq-faq-list{
max-width: 700px;
margin: 0px auto !important; 
display: flex;
min-height: calc(100vh - 300px);
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{
    font-size: 16px !important;
}
body div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
        margin-right: 5px;
    padding: 12px 0px 0px 0px;
    animation-duration: 1s;
}
body .ewd-ufaq-faq-title h4{
    font-size: 20px !important;
    font-family: "Funnel Display", serif;
}
.ttl-faq {
        font-size: 36px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.foot-links{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}
.popup-profile{
    position: absolute;
    z-index: 9999;
    top: 25px;
    right: 20px;
}

.popup-profile svg path {
    fill:black;
}

/* The Modal (background) */
.modal {
    transition-duration: 1s;
    overflow: hidden;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 35px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 480px;
  border-radius: 20px;
}
.modal span.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal span.close:hover,
.modal span.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal h3{
    font-size: 24px;
    font-family: "Funnel Display", serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: -0.02em;
}
.modal p{
    text-align: left;
    font-size: 23px;
    font-family: "Funnel Display", serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 80%;
    letter-spacing: -0.02em;
}
.modal-content .btn {
    margin: auto;
    width: 100%;
    margin-bottom: 50px;
    height: 45px;
    background-color: #261C3B;
    display: flex;
}
.modal-content .btn.bordered {
    border: 3px solid #261C3B;
    background-color: transparent;
    color: #261C3B;
}
.modal-content .btn.bordered:hover {
    background-color: black;
    color: white;
}
.modal .btn {
    background-color: #000;
    color: white;
    min-width: 292px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    font-family: "Funnel Display", serif;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    width: 240px;
    transition-duration: 1s;
}
.country-form {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
        top: 20px;
    left: 10px;
    font-family: 'Funnel Display';
    font-size: 16px;
    background-color: transparent !important;
}
.filter-category{
font-size: 16px;
font-size: 16px;
padding: 5px;
border: 2px solid #7a7676;
border-radius: 5px;
max-width: 310px;
}
.country-form option{
    background-color: #333 !important;
}
.selettore-country{
    display: flex;
    height: 80px;
    justify-content: flex-start;
    align-items: center;
    max-width: 33%;
    padding-left: 20px;
}
.language-selector-bar{
    position: relative;
    z-index: 999;
    background-color: transparent;
    margin-right: 15px;
}
select.language-selector-bar{
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    font-family: 'Funnel Display', serif;
    cursor: pointer;
}
select.language-selector-bar option{
    background-color: #333 !important;
}
.cntr-products .no-products{
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-links i{
    font-size: 18px;
}
.social-links a{
    margin-left: 5px;
    margin-right: 5px;
}
.social-links{
    margin-bottom: 10px;
}

body .foot-logo:not(.no-filter) > a > img,body.light .lkm-link-more >img{
    filter: invert(1);
    -webkit-filter: invert(1); /* For compatibility with older versions of WebKit browsers */
}
.disabled{
pointer-events: none;
opacity: 0.9;
}
h1.intestazione{
    font-size: 36px;
    font-family: "Funnel Display", serif;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 20px;
}