/*
Theme Name: TrendFloria
Theme URI: https://trendfloria.com
Author: Kamal Prakash Verma
Author URI: https://trendfloria.com
Description: WooCommerce Affiliate Marketing Theme
Version: 2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: trendfloria
*/

/* BODY */

body{
font-family:'Poppins',sans-serif;
}


a {
    color: rgb(255 87 144);
    text-decoration: underline;
}


/* LOGO */

.logo,
.site-title{
font-family:'Playfair Display',serif;
font-weight:600;
letter-spacing:1px;
}


/* MENU */

.navbar-nav li a{
font-family:'Poppins',sans-serif;
font-weight:500;
}





/* PRODUCT TITLES */

.card-title,
.product-title{
font-family:'Montserrat',sans-serif;
font-weight:600;
}



/* HEADER */

.navbar{
padding:18px 0;
background:#fff!important;
}

body .custom-logo{
height:65px;
width:auto;
}

.navbar-nav li a{
font-size:16px;
font-weight:600;
color:#111!important;
transition:0.3s;
position:relative;
text-decoration: none;
}

.navbar-nav li a:hover{
color:#ff4081!important;
}

.navbar-nav li a::after{
content:'';
position:absolute;
width:0;
height:2px;
background:#ff4081;
left:0;
bottom:-5px;
transition:0.3s;
}

.navbar-nav li a:hover::after{
width:100%;
}



@media(max-width:1210px){
    .navbar-nav li a{
        font-size: 13px;
    }
    ul.gap-4 {
    gap: 0.7rem !important;
    }
}
@media(max-width:992px){
    a.navbar-brand.logo {
    display: none;
}
button.navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-nav.align-items-center {
    align-items: start !important;
    margin: 20px 0;
}
.search-box {
    width: 100%!important;
  }
  .navbar-nav li a{
    margin-left: 7px;
  }

}



/* SEARCH */

/* SEARCH */

.trendfloria-search{
    width:100%;
    max-width:500px;
}

.search-box{
border-radius:50px;
padding:10px 60px 10px 18px;
border:1px solid #ddd;
width:250px;
font-size:14px;
}

.search-box:focus{
box-shadow:none;
border-color:#ff4081;
}

.search-btn{
position:absolute;
right:10px;
top:50%;
transform:translateY(-50%);
border:none;
background:none;
color:#555;
}

/* LIVE RESULTS */

#search-results{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border-radius:20px;
    margin-top:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    z-index:999;
    display:none;
    overflow:hidden;
}

.search-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:12px 15px;
    text-decoration:none;
    color:#111;
    transition:.3s;
}

.search-item:hover{
    background:#fff5f8;
}

.search-item img{
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:12px;
}

.search-item h6{
    margin:0;
    font-size:15px;
}

.search-item span{
    color:#ff4081;
    font-weight:600;
    font-size:14px;
}




/* ICONS */

.header-icons{
margin-left:25px;
}

.header-icon{
font-size:22px;
color:#111;
transition:0.3s;
position:relative;
}

.header-icon:hover{
color:#ff4081;
transform:translateY(-2px);
}


/* CART */

.cart-count{
position:absolute;
top:-8px;
right:-10px;
background:#ff4081;
color:#fff;
font-size:11px;
width:18px;
height:18px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.header-icon .wishlist_products_counter_number{
    position:absolute;
    top:-8px;
    right:-8px;
    background:#ff4081;
    color:#fff;
    width:18px;
    height:18px;
    border-radius:50%;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* ==========================
   TrendFloria Account Page
========================== */

.woocommerce-account .woocommerce{
    max-width: 1200px;
    margin: 60px 0;
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.woocommerce-form-login,
.woocommerce-form-register{
    background:#fff;
    border:none !important;
    border-radius:20px;
    padding:40px !important;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.woocommerce h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:25px;
}

.woocommerce-account .woocommerce form input{
    border-radius:12px;
    border:1px solid #ddd;
    padding:12px 18px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    border-color: #dddddd;
    outline: none;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus{
    border-color: #cccccc;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    cursor: pointer;
}
.woocommerce button.button{
    background:#ff4081 !important;
    color:#fff !important;
    border:none !important;
    border-radius:12px !important;
    padding:14px 30px !important;
    font-weight:600;
    
}

.woocommerce-form-login button.button{
    width:100%;
}

.woocommerce button.button:hover{
    background:#e73370 !important;
}

.woocommerce-account .woocommerce::before{
    content:'';
    flex:1;
    min-height:550px;
    border-radius:25px;
    background:
    linear-gradient(
    rgba(0,0,0,.2),
    rgba(0,0,0,.2)
    ),
    url('https://images.unsplash.com/photo-1441986300917-64674bd600d8');
    background-size:cover;
    background-position:center;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2{
    flex:1;
}


.trendfloria-benefits{
    background:linear-gradient(135deg,#111,#ff4081);
    color:#fff;
    padding:40px;
    border-radius:20px;
    margin-bottom:30px;
}

.trendfloria-benefits h2{
    color:#fff;
    margin-bottom:20px;
}

.trendfloria-benefits ul{
    list-style:none;
    padding:0;
}

.trendfloria-benefits li{
    margin-bottom:15px;
    font-size:16px;
}

.woocommerce-account:not(.logged-in)
nav.woocommerce-MyAccount-navigation{
    display:none;
}


.woocommerce-account .u-column2{
    display:none;
}

/* Style Register Link */
.show-register{
    color:#ff4081;
    font-weight:600;
    cursor:pointer;
}



.woocommerce-MyAccount-navigation{
    background:#fff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.woocommerce-MyAccount-navigation ul{
    list-style:none;
    padding:0;
    margin:0;
}

.woocommerce-MyAccount-navigation li{
    margin-bottom:12px;
}

.woocommerce-MyAccount-navigation a{
    text-decoration:none;
    font-weight:600;
    color:#111;
}

.woocommerce-MyAccount-navigation a:hover{
    color:#ff4081;
}

.woocommerce-MyAccount-content{
    background:#fff;
    padding:30px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.tf-dashboard{
    padding:10px;
}

.tf-dashboard h3{
    font-size:28px;
    margin-bottom:15px;
}

.tf-dashboard p{
    color:#666;
}


/* Wishlist Page */

.tinv-wishlist{
    max-width: 1200px;
    margin: 0 auto;
}

.tinv-wishlist .tinv-header{
    display:none;
}

.tinv-wishlist table{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.tinv-wishlist table th{
    background:#111;
    color:#fff;
    border:none;
}

.tinv-wishlist table td{
    vertical-align:middle;
}

.tinv-wishlist .product-name a{
    color:#111;
    font-weight:600;
    text-decoration:none;
}

.tinvwl-to-right button,
.tinvwl-to-right a,
.tinv-wishlist .button{
    background:#ff4081 !important;
    border:none !important;
    color:#fff !important;
    border-radius:10px;
    padding:10px 20px;
}

.tinv-wishlist .button:hover{
    opacity:.9;
}

.page-id .entry-title{
    text-align:center;
    margin-bottom:40px;
}


.wishlist-box{
    margin-top:15px;
}

.wishlist-box .tinvwl_add_to_wishlist_button{
    width:100%;
    padding:12px 20px !important;
    border-radius:12px !important;
    text-align:center;
    font-weight:600;
}

.wishlist-box .tinvwl_add_to_wishlist_button:hover{
    transform:translateY(-2px);
}
.header-icon a.wishlist_products_counter.top_wishlist-heart:before,
.header-icon a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{
    display: none;
}

/*account page css added here */
.trendfloria-dashboard{
    background:#fff;
    padding:40px;
    border-radius:20px;
}

.welcome-card{
    margin-bottom:30px;
}

.welcome-card h2{
    font-size:34px;
    font-weight:700;
}

.welcome-card p{
    color:#777;
}

.dashboard-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.dashboard-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    text-decoration:none;
    color:#222;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.dashboard-card:hover{
    transform:translateY(-5px);
    color:#ff4f8b;
}

.dashboard-card span{
    font-size:40px;
    display:block;
    margin-bottom:15px;
}

.dashboard-card h4{
    font-weight:700;
    margin-bottom:10px;
}


.tinv-wishlist .tinv-modal .tinv-modal-inner {
    border-radius: 12px!important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: 28px;
}


.recently-viewed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.rv-item {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.rv-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.rv-item h4 {
    font-size: 14px;
    margin-top: 8px;
}



.bg-pink{
background:#ff4081!important;
}

.text-pink{
color:#ff4081!important;
}

.btn-pink{
background:#ff4081;
color:#fff;
padding:14px 32px;
border-radius:50px;
font-weight:600;
}

.btn-pink:hover{
background:#e91e63;
color:#fff;
}






/* ======================================
   HERO SLIDER
====================================== */

.hero-slider{
    background:#fff5f8;
    overflow:hidden;
    position:relative;
}

/* Carousel Item */

.hero-slider .carousel-item{
    min-height:500px;
    transition:opacity .8s ease-in-out;
}

/* Prevent Text Overlap on Fade */

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end{
    transition:opacity 0s .8s;
}

.hero-slider .carousel-inner{
    position:relative;
}

.hero-slider .carousel-item{
    opacity:0;
    visibility:hidden;
    transition:opacity .8s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.hero-slider .carousel-item.active{
    opacity:1;
    visibility:visible;
    position:relative;
    z-index:2;
}

/* KEEP ARROWS WORKING */

.carousel-control-prev,
.carousel-control-next{
    z-index:10;
}





/* Hero Badge */

.hero-badge{
    display:inline-block;
    background:#ff4081;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
    letter-spacing:1px;
}

/* Hero Title */

.hero-title{
    font-size:52px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:25px;
    font-family:'Playfair Display', serif;
    color:#111;
}

/* Hero Description */

.hero-desc{
    font-size:20px;
    color:#555;
    margin-bottom:35px;
    max-width:550px;
}

/* Hero Image */

.hero-img{
    max-height:500px;
    object-fit:contain;
    animation:float 4s ease-in-out infinite;
}

/* Floating Animation */

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* Text Animation */

.hero-slider .carousel-item.active .hero-title,
.hero-slider .carousel-item.active .hero-desc,
.hero-slider .carousel-item.active .hero-badge,
.hero-slider .carousel-item.active .btn{
    animation:slideUp .7s ease;
}

/* Slide Up Animation */

@keyframes slideUp{

    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Indicators */

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff4081;
}

/* Controls */

.carousel-control-prev,
.carousel-control-next{
    width:5%;
}

/* Arrow Icons */

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#111;
    padding:20px;
    border-radius:50%;
    background-size:60%;
}

/* Hover Effect */

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon{
    background-color:#ff4081;
}

/* Responsive */

@media(max-width:991px){

    .hero-slider .carousel-item{
        min-height:auto;
        padding:80px 0;
    }

    .hero-title{
        font-size:40px;
    }

    .hero-desc{
        font-size:18px;
    }

    .hero-img{
        margin-top:40px;
        max-height:450px;
    }

}

@media(max-width:767px){

    .hero-title{
        font-size:32px;
    }

    .hero-desc{
        font-size:16px;
    }

    .hero-badge{
        font-size:12px;
        padding:8px 18px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon{
        padding:15px;
    }
    .p-5 {
        padding: 1rem !important;
    }

}



/* BUTTON */

.btn-pink{
background:#ff4081;
color:#fff;
padding:15px 35px;
border-radius:50px;
font-weight:600;
border:none;
transition:0.3s;
}

.btn-pink:hover{
background:#e91e63;
color:#fff;
transform:translateY(-3px);
}


/* MOBILE */

@media(max-width:991px){

.hero-title{
font-size:42px;
}

.hero-desc{
font-size:16px;
}

.hero-img{
margin-top:40px;
max-height:400px;
}

}


.category-card{
position:relative;
overflow:hidden;
border-radius:20px;
}

.category-card img{
height:350px;
object-fit:cover;
width:100%;
transition:0.5s;
}

.category-card:hover img{
transform:scale(1.05);
}

.category-overlay{
position:absolute;
bottom:20px;
left:20px;
color:#fff;
font-size:28px;
font-weight:bold;
}

.card img{
height:320px;
object-fit:cover;
width: 100%;
}


/* =========================
   DEAL TABS
========================= */

.deal-tabs{
    gap:15px;
}

.deal-tabs .nav-link{
    border:none;
    background:#fff;
    color:#111;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.deal-tabs .nav-link.active,
.deal-tabs .nav-link:hover{
    background:#ff4081;
    color:#fff;
}

/* Product Card */

.deal-card{
    transition:.4s;
}

.deal-card:hover{
    transform:translateY(-8px);
}

.deal-card img{
    height:320px;
    object-fit:cover;
}



/* compare .deal-card section  */
/* ======================================
   SINGLE PRODUCT PAGE
====================================== */

.single-product-page{
    background:#fff;
}

.product-title{
    font-size:32px;
    font-weight:600;
    margin-bottom:20px;
}

.product-price{
    font-size: 20px;
    font-weight: 500;
    color: #ff4081;
}

.product-description{
    font-size:16px;
    color:#666;
    line-height:1.8;
}

.affiliate-btn{
    display:inline-block;
    background:#111;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.affiliate-btn:hover{
    background:#ff4081;
    color:#fff;
}

/* Compare Table */

.compare-table{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.compare-table th{
    background:#111;
    color:#fff;
    padding:20px;
}

.compare-table td{
    vertical-align:middle;
    padding:10px;
}

.compare-thumb{
    width:70px;
    border-radius:10px;
    margin-right:10px;
}

.compare-product{
    display:flex;
    align-items:center;
}

.compare-price{
    font-size:24px;
    font-weight:500;
    color:#ff4081;
}

.compare-btn{
    background:#ff4081;
    color:#fff;
    padding:10px 24px;
    border-radius:40px;
    text-decoration:none;
}

/* Related Products */

.related-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.related-card:hover{
    transform:translateY(-8px);
}

.related-content{
    padding:20px;
}

.related-content h5 a{
    color:#111;
    text-decoration:none;
}

.related-price{
    color:#ff4081;
    font-size:24px;
    font-weight:700;
    margin:15px 0;
}

.related-btn{
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 6px 24px;
    border-radius: 6px;
    text-decoration: none;
}

 .woocommerce .related-card img, .woocommerce-page .related-card img {
    width: 100%;
} 







/* =========================
Product CSS
========================= */

.new-arrivals{
    background: #fff;
}

/* Product Title */
.arrival-content h4 a{
    color: #111;
    text-decoration: none;
}

.arrival-content h4 a:hover{
    color: #ff3d81;
}

/* Price */
.price{
    font-size: 22px;
    font-weight: 500;
    color: #ff3d81;
}

.price del{
    color: #999;
    font-size: 15px;
    margin-right: 6px;
}

.price ins{
    text-decoration: none;
}

/* Sale Badge */
.arrival-img {
    position: relative;
}
.sale-tag{
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 60px;
    padding-left: 5px;
    color: #ffffff;
}

/* Product Image */
.arrival-img img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}






/* =========================
       Flash Sale CSS
========================= */

.flash-sale-section{
    background: linear-gradient(135deg,#111111,#1b1b1b);
    position: relative;
    overflow: hidden;
}

/* Glow Effect */
.flash-sale-section::before{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,61,129,0.08);
    border-radius: 50%;
    top: -150px;
    right: -120px;
    filter: blur(50px);
}

/* Heading */
.flash-badge{
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.flash-title{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
}

.flash-subtitle{
    color: rgba(255,255,255,0.7);
    font-size: 16px;
}

/* Card */
.flash-card{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

.flash-card:hover{
    transform: translateY(-8px);
    border-color: rgba(255,61,129,0.4);
}

/* Image */
.flash-img{
    position: relative;
    overflow: hidden;
}

.flash-img img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s ease;
}

.flash-card:hover .flash-img img{
    transform: scale(1.08);
}

/* Discount Badge */
.discount-badge{
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
}

/* Content */
.flash-content{
    padding: 24px;
}

.flash-content h4{
    margin-bottom: 10px;
}

.flash-content h4 a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.flash-content h4 a:hover{
    color: #ff4e8c;
}

.flash-content p{
    color: rgba(255,255,255,0.68);
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Price */
.flash-price{
    font-size: 24px;
    font-weight: 700;
    color: #ff4e8c;
    margin-bottom: 20px;
}

.flash-price del{
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    margin-right: 8px;
}

.flash-price ins{
    text-decoration: none;
}

/* Countdown */
.countdown{
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.time-box{
    background: rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 10px 14px;
    text-align: center;
    min-width: 70px;
}

.time-box span{
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.time-box small{
    color: rgba(255,255,255,0.6);
    font-size: 12px;
}

/* Button */
.flash-btn{
    display: inline-block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    color: #fff;
    padding: 14px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.flash-btn:hover{
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive */
@media(max-width:991px){

    .flash-title{
        font-size: 38px;
    }

}

@media(max-width:767px){

    .flash-title{
        font-size: 30px;
    }

    .flash-img img{
        height: 280px;
    }

}





/* =========================
    TrendFloria Product Page
========================= */

.single-product{
    background: #faf7f8;
}

/* Main Container */
.single-product .product{
    padding: 60px 0;
}

/* Breadcrumb */
.woocommerce-breadcrumb{
    font-size: 14px;
    margin-bottom: 25px;
    color: #888;
}

.woocommerce-breadcrumb a{
    color: #666;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover{
    color: #ff3d81;
}

/* Product Gallery */
.woocommerce-product-gallery{
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.woocommerce-product-gallery img{
    border-radius: 20px;
}

/* Product Summary */
.single-product div.product .summary{
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Product Title */
.product_title{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
}

/* Price */
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.single-product .price{
    font-size: 24px !important;
    font-weight: 500 !important;
    /* color: #ff3d81 !important; */
    margin-bottom: 25px !important;
}

.single-product .price del{
    color: #999 !important;
    font-size: 18px;
    margin-right: 10px;
}

.single-product .price ins{
    text-decoration: none;
}

/* Short Description */
.single-product .woocommerce-product-details__short-description{
    color: #666;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 30px;
}

/* Quantity */
.quantity .qty{
    height: 52px;
    width: 90px;
    border-radius: 12px;
    border: 1px solid #eee;
}

/* Add To Cart Button */
.single_add_to_cart_button{
    background: linear-gradient(135deg,#ff3d81,#ff6ca8) !important;
    border: none !important;
    height: 54px;
    padding: 0 35px !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: 0.3s ease;
}

.single_add_to_cart_button:hover{
    transform: translateY(-2px);
    opacity: 0.95;
}

/* Meta */
.product_meta{
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    color: #666;
}

.product_meta a{
    color: #ff3d81;
    text-decoration: none;
}

/* Sale Badge */
.woocommerce span.onsale{
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    border-radius: 50px;
    min-width: auto;
    min-height: auto;
    padding: 10px 18px;
    line-height: normal;
    font-size: 13px;
    font-weight: 700;
    left: 20px;
    top: 20px;
}

/* Product Tabs */
.woocommerce-tabs{
    margin-top: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.woocommerce-tabs ul.tabs{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px !important;
}

.woocommerce-tabs ul.tabs li{
    border: none !important;
    background: transparent !important;
}

.woocommerce-tabs ul.tabs li a{
    color: #666 !important;
    font-weight: 500!important;
}

.woocommerce-tabs ul.tabs li.active a{
    color: #ff3d81 !important;
}

/* Related Products */
.related.products{
    margin-top: 70px;
}

.related.products h2{
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: 700;
}

/* Product Cards */
.related.products ul.products li.product{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 18px;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.related.products ul.products li.product:hover{
    transform: translateY(-8px);
}

/* Product Image */
.related.products ul.products li.product img{
    border-radius: 18px;
}

/* Product Name */
.related.products ul.products li.product h2{
    font-size: 20px !important;
    color: #111;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 7px !important;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 500;
}



/* Responsive */
@media(max-width:991px){

    .product_title{
        font-size: 38px;
    }

    .single-product div.product .summary{
        margin-top: 30px;
    }

}

@media(max-width:767px){

    .product_title{
        font-size: 30px;
    }

    .single-product div.product .summary{
        padding: 25px;
    }

    .woocommerce-tabs{
        padding: 25px;
    }

}


body.archive .content-area,
body.archive #sidebar {
    max-width: 1320px;
    margin: 0 auto;
}

h1.woocommerce-products-header__title.page-title {
    font-size: 22px;
}

.flash-sale-section h2 {
    color: #fff;
}


/* hide bootom  links for now */

div#sidebar  {
    display: none;
}





/* ======================================
   WOOCOMMERCE SEARCH / ARCHIVE DESIGN
====================================== */


.woocommerce .products{
    width:100%;
}

.woocommerce-page .site-main{
    width:100%;
    max-width:100%;
}

.woocommerce-page .content-area{
    width:100%;
    max-width:100%;
}

.woocommerce ul.products{
    display:grid !important;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:40px;
    padding:0;
}

.woocommerce ul.products li.product{
    width:100% !important;
    margin:0 !important;
    float:none !important;
}



.woocommerce ul.products li.product{
    width:100% !important;
    margin:0 !important;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
    padding-bottom:20px;
    position:relative;
     float:none !important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, 
.woocommerce ul.products::after, .woocommerce ul.products::before,
.woocommerce ul.products li.product::after,
.woocommerce ul.products li.product::before{
    display: none;
}


.woocommerce ul.products li.product:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

/* Product Image */

.woocommerce ul.products li.product img{
    height:350px;
    object-fit:cover;
    transition:.5s;
    margin-bottom:20px !important;
}

.woocommerce ul.products li.product:hover img{
    transform:scale(1.05);
}

/* Product Title */

.woocommerce ul.products li.product h2{
    font-size:18px !important;
    font-weight:600;
    color:#111;
    padding:0 20px!important;
    line-height:1.5;
}

/* Price */

.woocommerce ul.products li.product .price{
    color:#ff4081 !important;
    font-size:22px !important;
    font-weight:500 !important;
    padding:0 20px;
    margin-top:10px !important;
}

/* Old Price */

.woocommerce ul.products li.product .price del{
    color:#999 !important;
    font-size:15px;
    margin-right:8px;
}

/* Button */

.woocommerce ul.products li.product .button{
    margin: 1px 15px !important;
    width: calc(100% - 40px);
    text-align: center;
    background: #212529 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    border: none !important;
    transition: .3s;
}

.woocommerce ul.products li.product .button:hover{
    background:#111 !important;
}

/* Sale Badge */

.woocommerce span.onsale{
    background:#ff4081 !important;
    border-radius:50px;
    padding:8px 14px;
    font-size:12px;
    font-weight:600;
    min-width:auto;
    min-height:auto;
    line-height:1;
    top: 15px !important;
    left: 15px !important;
    width: 60px;
}

/* Page Header */

.woocommerce-products-header{
    padding: 20px 0px 20px;
}

.woocommerce-products-header h1{
    font-size:52px;
    font-weight:700;
    color:#111;
    font-family:'Playfair Display', serif;
}

/* Result Count + Sorting */

.woocommerce-result-count,
.woocommerce-ordering{
    margin-bottom:30px !important;
}

/* Pagination */

.woocommerce nav.woocommerce-pagination ul{
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li{
    border:none;
    margin:0 5px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#ff4081;
    color:#fff;
}

/* Mobile */

@media(max-width:991px){

    .woocommerce ul.products{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .woocommerce-products-header h1{
        font-size:34px;
    }

    .woocommerce ul.products{
        gap:20px;
    }

    .woocommerce ul.products li.product img{
        height:220px;
    }

    .woocommerce ul.products li.product h2{
        font-size:15px !important;
    }

    .woocommerce ul.products li.product .price{
        font-size:18px !important;
    }

}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    padding: 8px 12px;
}

.woocommerce #review_form #respond textarea :focus{
    border-color:#ff4081;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
}


/* ======================================
   CONTACT FORM 7 DESIGN
====================================== */

.wpcf7{
    max-width:700px;
    margin:auto;
}

/* Form Box */

.contact-form-box{
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* Labels */

.wpcf7 label{
    width:100%;
    font-weight:600;
    color:#111;
    margin-bottom:10px;
    display:block;
}

/* Inputs */

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea{

    width:100%;
    border:none;
    background:#f8f8f8;
    border-radius:16px;
    padding:16px 20px;
    font-size:15px;
    margin-top:10px;
    transition:.3s;
    box-shadow:none;
}

/* Focus */

.wpcf7-form-control:focus{
    outline:none;
    background:#fff;
    box-shadow:0 0 0 3px rgba(255,64,129,.15);
}

/* Textarea */

.wpcf7-form-control.wpcf7-textarea{
    height:160px;
    resize:none;
}

/* Submit Button */

.wpcf7-submit{
    background: #000000 !important;
    color: #fff !important;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    cursor: pointer;
}

.wpcf7-submit:hover{
    background:#111 !important;
    transform:translateY(-2px);
}

/* Response Message */

.wpcf7-response-output{
    border:none !important;
    background:#f5fff7;
    color:#198754;
    padding:15px 20px;
    border-radius:14px;
    margin-top:20px !important;
}

/* Validation Error */

.wpcf7-not-valid-tip{
    color:#dc3545;
    font-size:13px;
    margin-top:6px;
}

/* Spinner */

.wpcf7-spinner{
    display:block;
    margin:20px auto 0;
}

/* Responsive */

@media(max-width:767px){

    .contact-form-box{
        padding:30px 20px;
    }

}







/* =========================
        TrendFloria Footer
========================= */

.trendfloria-footer{
    background: #111111;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* Soft Pink Glow */
.trendfloria-footer::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 78, 140, 0.08);
    border-radius: 50%;
    top: -120px;
    right: -100px;
    filter: blur(40px);
}

/* Footer Logo */
.logo-text{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    color: #fff;
}

.logo-text span{
    color: #ff3d81;
}

/* Description */
.footer-desc{
    color: rgba(255,255,255,0.72);
    line-height: 1.9;
    font-size: 15px;
    max-width: 360px;
}

/* Footer Title */
.footer-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 28px;
    position: relative;
    color: #fff;
}

.footer-title::after{
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg,#ff3d81,#ff7eb3);
    left: 0;
    bottom: -10px;
    border-radius: 20px;
}

/* Footer Links */
.footer-links{
    padding: 0;
    margin: 0;
}
.footer-links ul{
    margin: 0;
    padding-left: 8px;
}
.footer-links li{
    list-style: none;
    margin-bottom: 1px;
}

.footer-links li a{
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
}

.footer-links li a:hover{
    color: #ff4e8c;
    padding-left: 6px;
}

/* Social Icons */
.social-icons{
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.social-icons a{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.35s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.social-icons a:hover{
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    transform: translateY(-4px);
    color: #fff;
}

/* Newsletter */
.newsletter-form .form-control{
    height: 52px;
    border-radius: 14px 0 0 14px;
    border: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    padding-left: 18px;
}

.newsletter-form .form-control::placeholder{
    color: rgba(255,255,255,0.55);
}

.newsletter-form .form-control:focus{
    box-shadow: none;
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.newsletter-form .btn{
    border: none;
    border-radius: 0 14px 14px 0;
    background: linear-gradient(135deg,#ff3d81,#ff6ca8);
    color: #fff;
    font-weight: 600;
    padding: 0 24px;
    transition: 0.3s ease;
}

.newsletter-form .btn:hover{
    opacity: 0.9;
}

/* Divider */
.footer-divider{
    border-color: rgba(255,255,255,0.08);
    margin-top: 50px;
    margin-bottom: 25px;
}

/* Bottom Links */
.footer-bottom-links{
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom-links a{
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-bottom-links a:hover{
    color: #ff4e8c;
}

/* Copyright */
.footer-copy{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

/* Responsive */
@media(max-width:991px){

    .footer-bottom-links{
        justify-content: center;
        margin-top: 15px;
    }

    .footer-copy{
        text-align: center;
    }

}

@media(max-width:767px){

    .logo-text{
        font-size: 28px;
    }

    .footer-title{
        margin-top: 10px;
    }

}