.logo-site img{
    height: 55px;
}

.infiniteSlide-brand .brand-logo img{
    height: 35px;
}

.tf-hero-banner-v3 .hero-content{
    background: rgba(0, 0, 0, 0.35);
}

.form-validation-error{
    font-weight: 500;
    font-size: 12px;
    color: rgba(var(--bs-danger-rgb), 1) !important;
    text-align: left;
}

.form-validation-error i{
    position: relative;
    top: 1px;
}

.cf-turnstile{
    height: 65px;
    width: 100%;
    border-radius: 0.5rem;
    outline: none !important;
    overflow: hidden;
    border: 1px solid #d5d7da;
}

.cf-turnstile div{
    scale: 1.003;
}

.iti{
    width: 100%;
}

.ph-icon{
    scale: 1.1;
    display: inline-block;
    position: relative;
    top: 1px;
}

.iti__search-input{
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    padding-right: 10px;
}

.iti__search-icon{
    display: none !important;
}

.iti__country-name{
    text-align: left;
}

.iti__country-selector{
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.btn-close{
    position: absolute;
    top: -10px;
    right: -10px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.my-account-nav .link-account:hover{
    color: var(--primary);
}

.toastify{
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    box-shadow: 0 1px 10px #0a0d120d;
    padding: 12px 38px 12px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toastify-icon{
    background: #000000;
    border: 1px solid #000000;
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 2px 0 #0a0d120d;
    border-radius: 9px;
    color: #ffffff;
    pointer-events: none;
    font-size: 19px;
    position: absolute;
    left: 8px;
}

.toastify-icon i{
    position: relative;
    top: 6px;
    left: 6px;
}

.toastify-icon-danger{
    background: #f44c52;
    color: #fff;
    border-color: #f44c52;
}

.toastify-title{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    color: #060609;
}

.toastify-description{
    margin: 0;
    color: #535862;
    font-size: 13px;
}

.toastify-close{
    position: absolute;
    color: #9da3ae;
    right: 8px;
    top: 9px;
    font-size: 20px;
}

.toast-close{
    position: absolute;
    right: 8px;
    top: 11px;
    color: #d6d6d6;
    opacity: 1;
}

.alert.alert-primary{
    text-align: left;
    border-color: #c42a7f;
    color: #c42a7f;
    background: #fdedf6;
    border-radius: 8px;
}

.alert.alert-primary i{
    display: inline-block;
    scale: 1.1;
    position: relative;
    top: 1px;
}

.cls-image.img-style{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.collection-v02 .cls-image::before{
    border-color: #ffffff;
    opacity: 1;
    visibility: visible;
}

.collection-v02 .cls-image::after{
    border: 1px solid var(--black);
    opacity: 1;
    visibility: visible;
}

.collection-v02:hover .cls-image::before{
    border-color: #f083bf;
}

.details-badge-container div{
    padding: 5px 12px;
    background: #ffffff8a;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #79797a;
    display: inline-block;
    margin: 0px;
    margin-right: 6px;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}

.details-badge-container div span{
    color: #000000;
}

.bg-danger-opaque{
    background: var(--error_50);
}

.home-page-hero-title{
    font-size: 74px;
    line-height: 85px;
}

.tf-hero-banner-v3 .hero-content{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tf-hero-banner-v3 .form-cta{
    width: 100%;
    max-width: 420px;
}

.wysiwyg-content p{
    color: var(--text-5) !important;
    font: inherit;
    font-weight: inherit;
    font-size: 16px;
}

.wysiwyg-content h3{
    font-family: "Instrument Serif", serif;
    font-weight: 400 !important;
    font-size: clamp(22px, 2.6vw, 32px);
    margin-bottom: 16px !important;
}

.wysiwyg-content ul, .wysiwyg-content ol{
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 15px;
}

.wysiwyg-content ul li{
    list-style: disc;
}

.wysiwyg-content ol li{
    list-style: decimal;
}

.product-listing-page .form-cta{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-cta-search-btn{
    position: absolute;
    right: 122px;
    font-size: 26px;
    top: 15px;
    opacity: 0.6;
    cursor: pointer;
}

.tf-btn-filter .number-order{
    width: max-content;
    height: 23px;
    border-radius: 1000px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    padding: 0px 5px;
    min-width: 23px;
}

.name-brand_list img{
    height: 40px;
    max-width: 120px;
}

.box-btn-open-menu i{
    font-size: 22px;
}

.account-info-card{
    width: 100%;
    border: 1px solid var(--main_400);
    padding: 10px;
    border-radius: 8px;
    position: relative;
}

.account-info-card img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.account-info-card h1{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
}

.account-info-card p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-5) !important;
}

.account-info-card .icon{
    position: absolute;
    top: 25px;
    right: 10px;
}

.product-desc_benefit i{
    font-size: 30px;
    position: relative;
    top: 10px;
    margin-right: -5px;
}

.popup-shopping-cart .popup-header .d-flex{
    margin-bottom: 24px;
}

.error-page .section-500{
    height: 100dvh;
}

.coupon-card{
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #c42a7f;
    color: #c42a7f;
    background: #fdedf6;
    margin-bottom: 10px;
}

.coupon-card:last-child{
    margin-bottom: 0px;
}

.coupon-card i{
    font-size: 18px;
    position: relative;
    top: 2px;
}

.container-narrow{
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wallet-card{
    border: 1px solid var(--main_400);
    border-radius: 8px;
}

.wallet-card h1{
    font-size: 35px;
    line-height: 54px;
}

.product-gift-card-details #gallery-swiper-started .tf-image-zoom{
    background: #fbe0ef;
}

.product-gift-card-details .tf-product-media-thumbs .item{
    background: #fbe0ef;
}

.product-gift-card .img-product{
    background: #fbe0ef;
}

.price-input{
    position: relative;
}

.price-input input{
    padding-left: 38px !important;
}

.price-input i{
    position: absolute;
    top: 10px;
    left: 16px;
    font-size: 22px;
}

@media (max-width: 1200px){
    .tf-header.no-boxShadow .logo-site img{
        height: 30px;
        scale: 1.3;
    }
}

@media (max-width: 767px){
    .logo-site img{
        height: 30px;
        scale: 1.3;
    }

    .infiniteSlide-brand .brand-logo img{
        height: 26px;
    }

    .form-cta-search-btn{
        right: 120px;
        font-size: 22px;
        top: 13px;
    }

    .form-cta-search input{
        padding-right: 145px !important;
    }

    .home-page-hero-title{
        font-size: 42px;
        line-height: 50px;
    }

    .tf-hero-banner-v3 .hero-content{
        height: 65vh;
    }

    .my-account-nav{
        max-width: 100%;
        border: 1px solid var(--main_400);
        border-radius: 8px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .popup-shopping-cart .popup-header .d-flex{
        margin-bottom: 14px;
    }

    #tfProductInfoWrap .tf-product-info-list{
        margin-bottom: 0px;
    }
}