﻿@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

:root {
    --main-color: #d4a6b6;
    --White-color: white;
    --backgroun-light: #f0f9ff;
    --light-main-color: #d4a6b654;
}

.person_icon {
    width: 30px;
    height: 30px;
}

.SubStringName {
    width: 30px;
    height: 30px;
    border-radius: 50%;
/*    border: 1px solid black;*/
    display: flex;
    background: #d4a6b6;
    color:white;
    align-items: center;
    justify-content: center;
}

.counter-container {
    position: relative;
    width: 20px;
}

/*.counter {
    position: absolute;
    z-index: 99;
    top: -11px;
    right: -09px;
    background: black;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}*/
.counter {
    position: absolute;
    z-index: 99;
    top: -10px;
    right: -10px;
    background: black;
    color: white;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
/*Navigation side_bar start here */
.side-bar {
    position: fixed; /* better than absolute */
    top: 0;
    right: -100%; /* hidden by default */
    height: 100vh;
    background: var(--White-color);
    width: 30%;
    z-index: 99999;
    transition: 0.4s ease;
}

    /* Active state */
    .side-bar.active {
        right: 0;
    }

.price {
    color: var(--main-color);
    font-family: "Roboto", sans-serif;
}

.shopping-title-container {
    background: var(--backgroun-light);
}

.shopping-title {
    font-family: "Roboto", sans-serif;
    word-spacing: 2px;
    text-align: center;
}

.Review_card {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
}


.full-line {
    height: 2px;
    background: var(--main-color);
}

.item-count {
    width: 30px;
    height: 30px;
    background: var(--main-color);
    color: var(--White-color);
    font-family: "Roboto", sans-serif;
}

.card_design {
    position: relative;
    width: 18%;
    overflow: hidden;
    border-radius: 15px;
}

.sale_btn {
    position: absolute;
    right: 5px;
    text-decoration: none;
    color: var(--White-color);
    background: var(--main-color);
    padding: 0px 4px;
    border-radius: 5px;
    font-size: 12px;
    top: 5px;
}

.product_inf > p span {
    font-family: "Roboto", sans-serif;
}

.discount_code:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
}

.apply_btn {
    border: none;
    background: var(--main-color);
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

    /* When accordion is open */
    .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: none !important;
        color: inherit;
    }

    /* Remove focus shadow */
    .accordion-button:focus {
        box-shadow: none !important;
        border: none !important;
    }

/* Optional: remove outer border */
.accordion-item {
    border: none;
}

.tt {
    font-family: "Roboto", sans-serif;
}

.bottom_container {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.Proceed {
    background: var(--main-color);
    color: var(--White-color);
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

/*Navigation sider_bar end here*/

.navigation-btn {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
}

.doller {
    font-family: "Roboto", sans-serif;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.menubar {
    color: var(--main-color);
    font-size: 25px;
}

/*Navigatin baar css end here */
/* hero*/
/*.hero-section {*/
/*    background: url('../img/hero-section.jpg');*/
    /*background:url('../Img/hero-section.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 8rem 0;
}*/

.hero-text {
    padding-left: 100px;
}

.hero-title {
    font-size: clamp(2rem, 6vw, 4rem);
    /* font-weight: 700; */
    line-height: 1.2;
    /* font-family: "Roboto", sans-serif; */
    color: #fff;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.4rem);
    margin-top: 1rem;
    /* font-family: "Roboto", sans-serif; */
    color: #fff;
}

.hero-btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    color: #000;
}


/*new collection*/
.promo-card {
    min-height: 420px;
    padding: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-left {
    background-image: url("../img/bg-0011.jpg");
}

.promo-right {
    background-image: url("../img/bg-022.jpg");
}

.promo-text h2 {
    font-size: 38px;
    font-weight: 500;
    /* font-family:"Roboto", sans-serif; */
}

.promo-text p {
    font-size: 23px;
    color: #fff;
    /* font-family:"Roboto", sans-serif; */
}


/*feature */
.feature-box {
    transition: 0.3s;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background: #d4a6b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
    flex-shrink: 0;
}


.feature-box:hover .icon-circle {
    background: #000;
}

.feature-box h4 {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.5rem;
}

.feature-box p {
    font-size: 0.95rem;
    color: #5D5B5B;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
}

    .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        background: #d4a6b6;
    }

/*beauty collection*/
.beauty-section {
    background: url('../img/banner12.jpg') center/cover no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding: 100px 0;
}

.beauty-title {
    font-size: 3rem;
    /* font-weight:700; */
    line-height: 1.2;
    /* font-family:"Roboto",sans-serif; */
/*    color: #C9A46C;*/
}

.beauty-subtitle {
    font-size: 1.2rem;
    font-family: "Roboto",sans-serif;
    margin-top: 15px;
/*    color: #C9A46C;*/
}
.beauty-tiny {
/*    color: #C9A46C;*/
}
.hero-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
/*    color: #C9A46C;*/
}

.why_choose_us {
    width: 50%;
}

.text-font-size {
    font-size: 17px !important;
}



.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    right: -99px !important;
}


/*=================Card css start here==================*/
/* Home-product start */
.product-img {
    position: relative;
/*    width: 100% !important;*/
}
.img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.home-product-main-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.product-box {
    border-radius: 6px;
    width: 280px;
}

.product-card {
    background-color: #F6EDF0;
}
.product-cards {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.product-names {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
/*
.product-box-swiper {
    background-color: rgb(225 204 211 / 50%);
    border-radius: 3px;
}*/

.product-name1 {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

        min-height: 24px;
   
}

.product-name {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.cart-box {
    position: absolute;
    top: 18px;
    right: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-cart-icon {
    position: absolute;
    top: auto;
    right: 10px;
    background: rgb(255, 255, 255);
    color: rgb(58, 58, 58);
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 19px;
    box-shadow: 0 3px 0 rgb(204, 204, 204);
    opacity: 0;
    transition: 0.3s;
}

.product-cart {
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px;
    opacity: 0;
    transition: 0.3s;
    white-space: nowrap;
}

.product-img:hover .product-cart-icon {
    opacity: 1;
}

.cart-box:hover .product-cart {
    opacity: 1;
    transform: translateX(-45px);
}
/* Home-product end */
/*=================Card css start here==================*/

/*For shopping icon start here*/
.shopping-icon-bottom {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 18px !important;
    border-radius: 50%;
    background: var(--main-color);
    color: var(--backgroun-light);
}

.bottom_couter {
    position: relative;
    top: -12px;
    left: -10px;
    font-family: "Roboto", sans-serif;
    background: green;
    padding: 0px 5px;
    border-radius: 50%;
}
/*End here*/


/*==============================================================*/

/*Footer css start here */
.footer {
    background: #F6EDF0;
}

    .footer .logo {
        font-weight: bold;
        font-size: 2rem;
    }

.list-unstyled {
    font-size: 1.05rem;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer input {
    border-radius: 0;
}

.footer button {
    border-radius: 0;
}

.footer-copy {
    font-size: 17px;
}

.footer-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .footer-icon:hover {
        background-color: #d4a6b6;
        color: #fff;
    }

.list-unstyled li a {
    color: #000;
    transition: all 0.3s ease;
}

    .list-unstyled li a:hover {
        color: #6c757d;
    }
/*Footer css end here*/

/*===============================================================*/

/*Gallery Section start here*/

.gallery img {
    width: 100%;
    /* height:100%; */
    object-fit: cover;
}

.big-card {
    position: relative;
}

    .big-card img {
        height: 520px;
        object-fit: cover;
    }

.bg_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.card-img {
    height: 250px;
}

.small-card {
    position: relative;
}

    .small-card img {
        height: 250px;
    }

.overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

    .overlay h4 {
        font-size: 22px;
        font-weight: 500;
    }

    .overlay p {
        font-size: 14px;
    }

.hover_effect:hover .hover_effect > img {
    transform: scale(1.4);
}

/*Gallery Section end here*/

/*Contact Us start here*/
.ContactUs {
    background: linear-gradient(#d4a6b663, #d4a6b654), linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url('../Img/contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 2rem;
}
.message {
    font-size: 5rem;
    color:var(--White-color);
}
.multiple-class {
    font-family: "Roboto", sans-serif;
/*    font-size:18px;*/
}

.form-holder{
    background:var(--light-main-color);
}
.form-control:focus{
    box-shadow:none;
    border:1px solid var(--main-color);
   
}

/*End Here*/


/*============================================================================*/


/*About Page css start here*/
.about-section {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.2)), url('../Img/final-about-banner.jpg') center/cover no-repeat;
    padding: 7rem;
    background-position: center;
    background-size: cover;
}

.about-title {
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.2;
}

.left-about {
    padding: 4rem 1rem;
}

/*.bg-about {
    background: #F6EDF0;
    padding: 3rem 2rem;
    width: 100%;
}*/

.abouttext {
    color: #5D5B5B;
    font-size: 16px;
    line-height: 1.6;
}
.about-border {
    background-color: #d4a6b6;
    width: 100px;
    height: 2px;
}
/*
.aboutbanner-section {
    background: url('../img/aboutcontain.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 1rem;
}*/
.aboutbanner-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    color: #fff;
    padding-top: 350px;
}

.aboutbanner-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.6;
    color: #fff;
}

.divider {
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.bg-left-image {
/*    background-image: url('../img/about-1.jpg') center/cover no-repeat;*/
    background-size: cover;
    background-position: center;
    /*    min-height: 100%;*/
}

@media(min-width: 576px) {
    .bg-left-image {
        min-height: 100%;
    }
}
/* Mobile */
@media (min-width: 992px) {
    .left-about {
        padding: 6rem 0;
    }

    .bg-about {
        padding: 2rem 2rem;
    }
}

@media (min-width: 768px) {
    .mt-md-n4 {
        margin-top: -1.2rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-n5 {
        margin-top: -1rem !important;
    }
}
/*End here*/
/*==================================================*/

/*Product Details css start here*/
/*.product-main-img {
    width: 100%;
    object-fit: contain;
}*/

.product-img {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.product-main-img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.wish-box {
    position: absolute;
    top: 30px;
    right: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-wish-icon {
    position: absolute;
    top: auto;
    right: 10px;
    background: rgb(255, 255, 255);
    color: rgb(58, 58, 58);
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 19px;
}

.wish-btn:focus {
    outline: none !important;
    border: 0 !important;

}

.product-description {
    font-size: large;
    max-height: 50vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    font-size: 1rem;
    line-height: 1.7;
}


/* product description and review button */
#descBtn:focus,
#descBtn:active,
#reviewBtn:focus,
#reviewBtn:active {
    border-radius: 0% !important;
    outline: none !important;
    box-shadow: none !important;
    border-top: 2px solid black !important;
}
#descBtn.active,
#reviewBtn.active {
    border-radius: 0% !important;
    outline: none !important;
    box-shadow: none !important;
    border-top: 2px solid black !important;
}
/* description start */
/*
.description-banner {
    background: url('../Img/bg-04.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 1rem;
}

.product-banner-title {
    padding-top: 300px;
}*/
/* review start */
/*.product-review {
    border: 1px solid gray;*/
.review-progress {
    height: 7px;
}
/*.review-progress-bar-a{
    width: 53%;
}
.review-progress-bar-b{
    width: 20%;
}
.review-progress-bar-c{
    width: 8%;
}
.review-progress-bar-d{
    width: 4%;
}
.review-progress-bar-e{
    width: 15%;
}*/
/*End Here */
/*=============================================================*/
/*Login page css start here*/
.top-section {
    height: 250px;
    background: url('../Img/bg_1.jpg') center/cover no-repeat;
}

.login-card {
    max-width: 500px;
    margin: auto;
    margin-top: -80px;
    padding: 40px;
    background: white;
    border-radius: 0;
}

.login-btn {
    background: #cf846d;
    color: white;
    font-size: 18px;
}

    .login-btn:hover {
        background: #bb7f68;
    }

.login-input {
    border-radius: 0;
    border: 0;
    background-color: #ebebebc7;
}

    .login-input:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        background-color: #f7eae5 !important;
    }

.login-check-input {
    accent-color: #cf846d !important;
}
/*Login page css end here*/

/*ShopAll Page ui start here*/
.product-img {
    position: relative;
}

.sale {
    position: absolute;
    top: 18px;
    left: 15px;
    background: rgb(255, 255, 255);
    color: rgb(58, 58, 58);
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 19px;
    box-shadow: 0 3px 0 rgb(204, 204, 204);
}

.cart-box {
    position: absolute;
    top: 18px;
    right: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-cart-icon {
    position: absolute;
    top: auto;
    right: 10px;
    background: rgb(255, 255, 255);
    color: rgb(58, 58, 58);
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 19px;
    box-shadow: 0 3px 0 rgb(204, 204, 204);
    opacity: 0;
    transition: 0.3s;
}

.product-cart {
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px;
    opacity: 0;
    transition: 0.3s;
    white-space: nowrap;
}

.product-img:hover .product-cart-icon {
    opacity: 1;
}

.cart-box:hover .product-cart {
    opacity: 1;
    transform: translateX(-45px);
}
/* ShopAll-product end */


.shopall-select {
    padding: 8px 35px 8px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}



.pagination-box {
    margin-top: 30px;
}

.page-btn {
    padding: 8px 14px;
    border: 1px solid #000000;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

    .page-btn.active {
        background: black;
        color: white;
    }

    .page-btn.disabled {
        opacity: 0.4;
        pointer-events: none;
    }
/*ShopAll Page ui end here */


.address-type-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    width: 120px;
    text-align: center;
    transition: 0.3s;
}

.address-type-box input {
    display: none;
}

.address-type-box .box-content i {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.address-type-box:hover {
    border-color: #28a745;
}

.address-type-box input:checked + .box-content {
    color: #28a745;
    font-weight: bold;
}


/*============ User Detail start =============*/

.userdetail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(246, 237, 240, 0.5);
}

.userdetail-hero {
    background-image: url("../../User_Assets/Img/userdetail.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem;
    position: relative;
}

    .userdetail-hero h2 {
        font-weight: 500;
        margin: 0;
        z-index: 1;
        position:relative;
    }

 
.menu-btn {
    background-color: #fff;
    border: 1px solid #e5d9de;
    text-align: center;
    transition: all 0.3s ease;
}

    .menu-btn:hover {
        background-color: #F6EDF0;
        border-color: #d6c7cd;
    }

    .menu-btn.active-btn {
        background-color: #F6EDF0;
        border-color: #cdbcc3;
        font-weight: 600;
    }
    /*=============*/

.ud-order-card {
    background: #fff;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #eee;
}

.ud-status {
    color: #9b89bd;
}

/*=============*/
.order-detail-card {
    border-radius: 0;
}
.orderdetail-track {
    background: #fff;
    border-radius: 8px
}

.orderdetail-track-badge {
    background: #caaab6;
    color: #fff;
}

.orderdetail-track-progress {
    height: 4.5px;
}

    .orderdetail-track-progress .progress-bar {
        background: #caaab6;
    }

.orderdetail-track-step .badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
}

.orderdetail-track-step.active .badge {
    background: #caaab6;
    color: #fff;
}

.orderdetail-track-step.done .badge {
    background: #caaab6;
    color: #fff;
}




.ud-btn {
    background: linear-gradient(45deg, #d4a6b6, #9b89bd);
    color: #fff;
    border: none;
    border-radius:0;
}

.ud-btn:hover {
    opacity: 0.9;
}
.ud-track-badge {
    border-radius: 0;
    font-size: 15px;
}
.ud-info-box {
    background: #fff;
    padding: 14px 16px;
    border-radius: 0;
    border: 1.5px solid #d5acd2;
    transition: 0.3s;
}

    .ud-info-box strong {
        display: block;
        color: #d5acd2;
        font-size: 15px;
        margin-bottom: 4px;
    }

    .ud-info-box p {
        margin: 0;
        font-weight: 600;
        color: #333;
    }

.ud-input {
    border: 1px solid #d5acd2;
    border-radius:0;
}

.ud-address-box {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.ud-address-box:hover {
    border-color: #d4a6b6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.ud-badge {
    background: #F6EDF0;
    color: #9b89bd;
    font-size: 11px;
}

.ud-btn-outline {
    border: 1px solid #d4a6b6;
    color: #9b89bd;
    background: transparent;
}

    .ud-btn-outline:hover {
        background: #F6EDF0;
    }

.ud-btn {
    background: linear-gradient(45deg, #d4a6b6, #9b89bd);
    color: #fff;
    border: none;
}

    .ud-btn:hover {
        opacity: 0.9;
    }

/*============ User Detail end =============*/
 

.quantity{
    width:50px !important;
}

.quantity>p{
    width:100%;
}


.recent-product-img img {
    width: 100%;
    height: 300px !important;
    object-fit: contain; /* no crop, but may leave space */
    background-color: #f8f8f8; /* optional */
}


.success-wrapper {
    min-height: 100vh;
}

.icon-box {
    width: 65px;
    height: 65px;
    background: #28a745;
    border-radius: 50%;
    margin: -35px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box img {
        width: 30px;
    }

.confetti {
    position: fixed;
    width: 6px;
    height: 6px;
    top: -10px;
    animation: fall linear infinite;
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}

/*.product-main-img {
    width: 100%;
    height: 400px;*/ /* fixed height */
    /*object-fit: cover;*/ /* crop nicely */
    /*border-radius: 10px;
}*/

 
/*--------------------------------------*/
/*
 
.product-card {
    transition: 0.3s;
    border-radius: 10px;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.product-img-slide {
    height: 250px;
    object-fit: cover;
}

.swiper {
    padding: 20px 10px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
*/

/*.product-card-recent {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    background: #fff;
}*/

/*    .product-card-recent:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

 
 Image */


/*.product-img-wrapper {
    position: relative;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height:100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card-recent:hover .product-img {
    transform: scale(1.08);
}
 

 Wishlist Icon 
.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

    .wishlist-icon:hover {
        color: red;
    }

 Add to Cart Overlay 
.cart-overlay {
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
}

.product-card-recent:hover .cart-overlay {
    bottom: 20px;
}

 Title 
.product-title {
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
}

 Price 
.product-price {
    font-weight: 600;
    color: #0d6efd;
}*/


.wish-section {
    background: linear-gradient(rgba(217, 146, 171, 0.4), rgba(217, 146, 171, 0.4)), url('../Img/wish.png') center/cover no-repeat;
    padding: 6rem;
    background-position: center;
    background-size: cover;
}

.wish-title {
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.2;
}

.header-logo {
    width:175px; 
    height: 74px;
}