:root {
    --primary-color: #dd127b;
    --primary-color-light: #f892c7;
}

.bg-primary{
    background-color: var(--primary-color) !important;
}

.promotion{
    background-color: red;
    color:#fff;
    font-weight: bold;
}



h1, h2, h3, h4, h5, h6{
    font-family: "Effra VF Trial Regular", sans-serif !important;
}


.sld__title{
  margin: 30px 0;
}



.topbar-center{
    font-size: 0.9rem;
}

.tf-btn:hover{
    background-color: var(--primary-color) !important;
    color:#FFF !important;
} 



.tf-btn.btn-v2 .ic-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
}

 .number-order{
    background-color: var(--primary-color) !important;
}

tf-btn.btn-white:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}


.br-dot {
    background: var(--primary-color);
}

.tf-btn.btn-stroke-black {
    border: 1px solid var(--primary-color);
}

.tf-btn.btn-stroke-black:not(:hover) {
    color: var(--primary-color);
}

.icon-ShoppingCart,
.icon-UserCircle,
.btn-close-popup,
.icon-Search{
    color: var(--primary-color);
}

.modal-search .ctn-wrap {
    padding-top: 48px;
    padding-bottom: 0 !important;
}

.modal-search .ctn-wrap {
    height: auto;
    background-color: var(--white);
    /* padding-top: 30px; */
    padding-bottom: 0 !important;
}

.form-search-prd .btn-action_search {
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 20px;
    color: var(--black);
    box-shadow: none;
}

.modal-search .form-search-prd .btn-close-popup {
    position: absolute;
    right: 6px;
    top: 10px;
}


.form-search-prd{
    margin-bottom: 8px !important;
}

.form-search-prd fieldset input {
    padding: 10px;
    padding-left: 36px !important;
    border: 1px solid var(--primary-color);
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 48px;
}

.section-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;

    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.section-heading__eyebrow::before,
.section-heading__eyebrow::after {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--primary-color-light);
}

.section-heading__title {
    margin: 0;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.05;
    font-weight: 400;
    color: #252525;
}

.section-heading__line {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.section-heading__line span {
    display: block;
    width: 45px;
    height: 1px;
    background: var(--primary-color);
}

.section-heading__description {
    max-width: 580px;
    margin: 0 auto;

    font-size: 15px;
    line-height: 1.8;
    color: #777;
}

.text-has_dot{
    justify-content: center;
}


.testimonial-v01 {
    display: inherit;
}


.testimonial-content{
    padding: 30px 20px;
    width: 650px;
    margin: 0 auto;
}


.testimonial-content p{
    font-family: 'Effra Trial Regular';
    text-align: center;
    width: 90%;
    margin: 0 auto !important;
    font-size: 1.2rem;
    line-height: 40px;
}

.tes-avt{
    margin: 0 auto;
    margin-top: 10px;
}

.group-nav .link {
    background: #fff;
    padding: 20px 20px;
    border-radius: 100%;
    color: var(--primary-color);
}

.cl-text-12 {
    color: #fff !important;
}

.bg-line-2 {
    background: var(--primary-color);
}

.remove{
    border-radius: 99px;
    color:#000;
}

.remove:hover{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.btn-custom-border{
    border: 1px solid var(--line-5);
}

.woocommerce-js h2 {
    margin-bottom: 0 !important;
}


.footer-payment-social {
    width: 100%;
}


/* =========================
   SOCIAL MEDIA
========================= */

.footer-social-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.social-circle {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #fff;

    color: var(--primary-color);

    font-size: 17px;
    text-decoration: none;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);

    transition: all 0.3s ease;
}

.social-circle:hover {
    background: var(--primary-color);
    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}


/* =========================
   PAYMENT METHODS
========================= */

.footer-payment-section {
    margin-bottom: 18px;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    gap: 10px;
}

.payment-icons img {
    width: 52px;
    height: 32px;

    object-fit: contain;

    padding: 5px;

    background: #fff;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}


/* =========================
   SECURE PAYMENT
========================= */

.secure-payment {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    font-size: 12px;
    color: #777;
}

.secure-payment i {
    color: var(--primary-color, #bc9b3b);
    font-size: 14px;
}

.home-category-heading{
    font-family: 'Effra Trial Light' !important;
    text-transform: uppercase;
    font-size: 1.8rem !important;
}

.card-cat{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-cat .cls-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-product_wrapper .product-img {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    z-index: 0;
    width: 100%;
    aspect-ratio: 3 / 4;
    display: flex;
}

.card-product_wrapper .img-product {
    z-index: 1;
    position: relative;
}

.card-product_wrapper .img-hover {
    position: absolute;
    inset: 0;
    z-index: 2;
    clip-path: inset(0 100% 0 0);
}

.card-product_wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 700ms;
}

.hover-img .img-style {
    overflow: hidden;
    aspect-ratio: 1/1;

}

.category-btn{
     font-family: 'Effra Trial Medium';
}

.cls-image a{
    display: block;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.cls-image a img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.flat-spacing-7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-v01 .tes-tag, .testimonial-v01 .tes-text {
    margin-bottom: 2px;
}

.testimonial-v01 .tes-author {
    margin-bottom: 3px;
}

.testimonial-v01 .tes-avt {
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid var(--black);
    border-radius: 50%;
    max-width: 64px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.testimonial-v01 .tes-text{
    font-size: 2.6rem;
}

.collection-v04 {
    position: relative;
    overflow: hidden;
}

.collection-v04 .cls-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.collection-v04 .cls-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.collection-v04 .cls-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

/* Content above overlay */
.collection-v04 .cls-content {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 30px;
}

/* Optional hover effect */
.collection-v04:hover .cls-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.collection-v04:hover .cls-image img {
    transform: scale(1.05);
}

.collection-v04 .cls-image img {
    transition: transform 0.5s ease;
}

.collection-v04 .cls-overlay {
    transition: background 0.3s ease;
}

.tf-product-media-thumbs .swiper-slide .item {
    width: 100%;
    height: 100%;
    overflow:hidden;
    aspect-ratio:3/4;
}

.tf-product-media-thumbs .swiper-slide .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-thumbs-slider .tf-product-media-main .item {
    display: flex;
    justify-content: center;
    height: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.product-thumbs-slider .tf-product-media-main .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-left{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.image-left img{
     object-fit: cover;
     aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    display: block;
}

.font-anton{
    font-family: 'Effra Trial Bold' !important;
}

.footer-heading{
    font-family: 'Effra Trial Bold' !important;
    font-weight: bold;
    font-size: 1.3rem;
}


.footer-payment-logo {
    padding: 20px 0 28px;
}

.footer-payment-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-payment-label {
    font-family: var(--font-geist);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777;
}

.footer-payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-bg{
        background: var(--bg);
}

.payment-logo {
    width: 72px;
    height: 52px;
}

.payment-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}






@media (max-width: 575px) {

    .footer-payment-inner {
        flex-direction: column;
        gap: 14px;
    }

    .footer-payment-methods {
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }

}




.footer-wrap-3{
  width: 20%;
}


.wp-block-heading{
    font-family: "Instrument Serif", serif;
    font-weight: 300;
    letter-spacing: 0%;
    margin: 0 10px !important;
    padding: 10px 0 !important;
    font-size: 3rem;
}




@media (min-width: 1200px) {
    .footer-v4 .footer-inner_wrap {
        padding-top: 30px;
        padding-bottom: 80px;
        padding-left: 20px;
    }
}



