body {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
}

/* Top Offer Bar */
.top-bar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
}
.desktop-hero-image{height:600px;}
.subscribe-box input {
    color: inherit;
}
.category-header h3{font-size:28px;color:#000;}
.pr-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.breadcrumblisting li::after {
    content: "\\";
    padding: 0 6px;
}
.breadcrumblisting li:last-child::after {
    content: "";
}
.category-list .swiper-wrapper{justify-content: center;} 
.main-card-image{height:400px;border-radius:8px;overflow:hidden;}
.main-card-image img{width:100%;height:100%;object-fit:cover;}
.tabs li{list-style:none;}
.category-img-link {
    height: 150px;
    width: 150px;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    margin:auto;
}
.search-click-al{max-width:500px;width:100%;}
.header .logo {
   
    font-size: 40px;
    font-weight: bold;
}
.subscribe-box input::placeholder {
    color: inherit;
    opacity: 1;
}
.subscribe-box input::-webkit-input-placeholder {
    color: inherit;
}
.product-pa-wrapper .price{font-size:14px;}
.blog-img-wrap{height:430px;}
.blog-img-wrap img{width:100%;height:100%;object-fit:cover;}
.testi-image{height: 600px;}
.testi-image img{width: 100%;height: 100%;object-fit: cover;}
.testi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-bar span {
    background: red;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 8px;
    font-size: 13px;
}

/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;

}

/* Logo */
.logo {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}

/* Search Bar */
.search-bar {
    flex: 1;
    
    position: relative;
    width:100%;
}
#category-list{margin-top:30px;}
.search-bar input {
    width: 100%;
    padding: 16px 45px 16px 20px;
    border-radius: 25px;
    border: 1px solid #f0f0f0;
    background: #f5f2eb;
    font-size: 14px;
    outline: none;
}

.search-bar button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* Icons */
.icons {
    display: flex;
    gap: 20px;
    font-size: 20px;
    cursor: pointer;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 12px 0;
    font-size: 15px;

}

.navbar a {
    text-decoration: none;
    color: #000 !important;
    font-size: 15px;
    position: relative;
    
}
.tiitle-main-aurline{display:flex;width:80%;align-items:center;width:65%;}
/* Small tags (badges) */
.badge {
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 8px;
    margin-left: 4px;
    position: relative;
    top: -5px;
}

.yellow {
    background: #e3c631;
    color: #fff;
}

.blue {
    background: #3b82f6;
    color: #fff;
}

.hero-banner .swiper-button-next,
.hero-banner .swiper-button-prev {

    color: #fff;
    background: #222;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.desktop-image {
    height: 600px;
    width: 100%;
}

.desktop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-swiper .swiper-button-next,
.collection-swiper .swiper-button-prev {
    background: #f0f0f0;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    color: #000;
}

a.col-text {
    font-size:16px;
    color: #121212;
    font-family: "Lato";
    display: block;
    text-align: center;
    margin-top: 5px;
}

.collection-swiper .swiper-button-prev:after,
.collection-swiper .swiper-button-next:after {
    font-size: 10px;

}

.hero-banner .swiper-button-prev:after,
.hero-banner .swiper-button-next:after {
    font-size: 10px;

}

.shop-by-recipient {
    text-align: center;
}

.shop-by-recipient h2,
.tab-sec h3,
.multiple-collection-new h3 {
    font-size: 28px;
    font-family: "Lato";
    margin-bottom: 30px;
    text-align: center;
    color:#000;
}

.cards-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.card-inner {
    max-width: 435px;
    width: 100%;
}

.recipient-img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 15px;
}

.card h3 {
    margin: 10px 0;
    font-size: 1.5rem;
    color: #711c91;
}

.view-button {
    background-color: #711c91;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 10px;
}

.view-button span {
    margin-left: 8px;
    font-weight: bold;
}

.view-button:hover {
    background-color: #5a1572;
}

/*tab section start*/
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.tab {
    padding: 10px 20px;
    border: none;
    background-color: #eee;
    cursor: pointer;
    border-radius: 4px;
}

.tab.active {
    background-color: black;
    color: white;
}



.products.active {
    display: grid;
}

.product-card {


    border-radius: 8px;
    text-align: center;
    position: relative;
}

span.total-price,
span.original-price,.price span {
    color: #000 !important;
    font-size: 14px !important;
}

span.original-price {
    text-decoration: line-through;
}

span.discount,.price span.text-success {
    color: #489d7d !important;
    font-size: 14px;
    font-weight: bold;
}
.product-card-p{text-align:center;}
.product-card-p a {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    width:98%;
    min-height:40px;
}

.product-card img {
    width: 100%;
    border-radius: 8px;
}

.buy-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f4e1c9;
    padding: 3px 6px;
    font-size: 16px;
    color: #000;
}

.tab-sec {
    margin-top: 30px;
}

.price {
    margin-top: 5px;
    gap: 10px;
    display: flex;
    justify-content: center;
    width:100%;
}

/*tab section end*/
/*every for you start*/
.section-for-every-you {
    padding: 50px 20px;
    text-align: center;
}

.section-for-every-you h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.slider-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.slider-item {
    flex: 0 0 auto;
    width: 200px;
    text-align: center;
}

.slider-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.slider-item p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.lux-sec h2,
.gifting-sec h1,
.testimonial-sec h1,
.blog-sec h1 {
    font-size: 28px;
    font-family: "Lato";
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    color:#000;
}

.lux-img {
    height: 270px;
}

.blog-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;

}

.blog-cont-text {
    margin-top: 15px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.lux-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius:20px;
}

.blog-cont-text a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
     display: -webkit-box;
  -webkit-line-clamp: 1;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  
}

.blog-cont-text p {
  font-size: 13px;
  color: #868686;
  display: -webkit-box;
  -webkit-line-clamp: 3;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height:73px;
}

.testi-inner {
    gap: 30px;
}

.test-content p {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.video-sec {
    width: 100%;
    height: 600px;
    margin-top: 30px;
}

.video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gifting-sec-inner {
    padding: 0 30px;
    gap: 20px;
}

.lux-sec-inner {
    gap: 15px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
}

.slider-btn.left {
    left: -20px;
}

.slider-btn.right {
    right: -20px;
}

.testimonial-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.testimonial-text,
.testimonial-img {
    flex: 1;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
}

.testimonial-img img {
    width: 100%;
    border-radius: 12px;
}

.testimonial-text h2 {
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.testimonial-text p {
    font-size: 16px;
    color: #000;
}

.testimonial-slider {
    margin-top: 30px;
}

.testimonial-img {
    height: 600px;
}

.testimonial-img img {
    height: 100%;
    object-fit: cover;
}

.confidence-section {
    background: #f8f8f8;
    padding: 60px 20px;
    text-align: center;
    margin-top: 30px;
}

.confidence-section .section-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.confidence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.confidence-item {
    background: transparent;
    padding: 20px;
}

.confidence-item .icon {
    margin-bottom: 15px;
}

.confidence-item .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.confidence-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.confidence-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

.footer {
    background: #f9f9f9;
    padding: 50px 20px;
    font-family: "Lato";
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

    margin: 0 auto 40px;
}

.footer-col h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    color:inherit;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 20px;
}

.footer-col p a {
    font-size: 18px;
    color: #121212;
}

.footer-col ul li a {
    color:inherit;
    text-decoration: none;
    font-size: 18px;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.footer-col p {
    font-size: 18px;
    color: #121212;
    margin: 6px 0;
}

/* Subscribe box */
.subscribe-box {
    text-align: center;
    margin-bottom: 30px;
}

.subscribe-box p {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px;
    color:inherit;
}

.subscribe-box form {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
   
}

.subscribe-box input {
    flex: 1;
    padding: 12px 15px;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: none;
    background: transparent;
}

.subscribe-box button {

    color:inherit;
    border: none;
    padding: 12px 20px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
    background-color: transparent;
}




.social-links {
    text-align: center;
}

.social-links a {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

.footer-col {
    text-align: left;
}

.social-links a:hover {
    color: #555;
}

.qpe-testimonial-slider {

    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;

}

.testimonial-heading {

    font-size: 28px;
    margin-bottom: 40px;
    color: #212529;
}

.stars svg {
    fill: #3c3c42;
    width: 18px;
}

.testimonial-card {

    border-radius: 10px;
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;

}

.listing-con {
    margin: 30px 0 50px 0;
}

.stars {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.name {
    font-weight: 600;
    margin-bottom: 10px;
    color: #3c3c42;
    font-size: 18px;
}

.text {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

/* Swiper pagination style */
.swiper-pagination-bullet {
    background: #333 !important;
}

/*listing page start*/
.containerlisting {

    margin: 0 auto;
    padding: 20px 50px;
}

.listing-con {
    padding: 0 50px;
}

.titlelisting {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 5px;
    color: #191818;
}

.breadcrumblisting {
    font-size: 14px;
    color: #7b7b7b;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    list-style: none;
    justify-content: center;

}

.breadcrumblisting a {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumblisting span {
    color: #b8b8b8;
}

.dividerlisting {
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.controlslisting {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filterlisting {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.filterlisting svg {
    margin-right: 7px;
    width: 15px;
    height: 15px;
    stroke: #000;
}

.sortlisting {
    font-size: 14px;
    font-weight: 400;
}

.sortlisting select {
    border: none;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}

/*listing page end*/

/*product detail page start*/
.product-slider-swiper {

    margin: auto;
}

.product-page {
    padding: 0 50px;
}

.product-slider-swiper .swiper-slide {
    cursor: pointer;

    overflow: hidden;
}

.product-slider-swiper img {
    width: 100%;
    height: auto;
    display: block;

}

.thubnail-wrap {
    width: 70px;
    height: 70px;
}

.star-review-top svg {
    width: 15px;
    fill: #121212;
}

.prod-cont-right-part {
    padding-left: 50px;
}

.top-head {
    display: flex;
    justify-content: space-between;
}

.star-review-top {
    display: flex;
    gap: 0px;
    height:fit-content;
    align-items:center;
}

.star-review-top {
    gap: 3px;
    font-size:16px;
}

.prod-cont-right-part h1 {
    font-size: 26px;
    color: #000;
}

.review-count {
    font-size: 16px;
    color: #868686;
}

.product-page {
    margin-top: 20px;
}

.thubnail-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slider-swiper .swiper-button-next:after,
.product-slider-swiper .swiper-button-prev:after,
.product-slider-swiper .swiper-button-next:after,
.product-slider-swiper .swiper-button-prev:after {
    font-size: 18px;
    color: #222;
}

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.lightbox-modal.active {
    display: flex;
}

.gallery-main {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
}

.gallery-thumbs {
    width: 100%;
    max-width: 700px;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.price-section .mrp {
    text-decoration: line-through;
    color: #000;
    font-size: 13px;
}

.price-section .price {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 0;
}

.price-section .discount-badge {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
}

.tax-info {
    font-size: 14px;
    color: #868686;
}

.sku {
    font-size: 11px;
    color: #868686;
    margin: 10px 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.sku span {
    color: #000;
}

.offers {
    margin: 20px 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.offer-item {
    color: #0c8804;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.availability svg {
    width: 20px;
}

.note {
    font-size: 15px;
    margin-top: 10px;
    color: #000;
}

.see-offers {
    color: #888;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}

.availability {
    margin-top: 20px;
    
    display: flex;
    align-items: center;
    gap: 5px;
}
.availability a{font-size: 14px;
    color: #000;}
.btn-section {
    margin-top: 20px;
}

.btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.product-form{justify-content: space-between;}
.btn.add-to-bag,
.btn.add-to-bag:active {
    background: #000;
    color: #fff;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width:91%;

}

.product-page-wish {
    border: solid 1px #000;
    width: 52px;
    height:52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.add-to-bag svg {
    width: 20px;
}

.btn.buy-now {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
}

.wishlist {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 48px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}

.wishlist:hover {
    background: #eee;
}

.add-to-bag-wrapper {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    gap: 10px;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake-effect {
    animation: shake 0.4s ease-in-out;
}

.product-page-accordion {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.product-page-accordion-item {
    margin-bottom: 15px;
}

.product-page-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px;
    cursor: pointer;
    background: #f9f9f9;
}

.product-page-accordion-header h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.product-page-accordion-header .product-page-icon {
    background: #000;
    color: #fff;
    width: 52px;
    height: 52px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page-accordion-content {
    padding: 16px;
    display: none;
    background: #fff;
    font-size: 14px;
    color: #444;
}

.product-page-accordion-item.active .product-page-accordion-content {
    display: block;
}

/* Features Icons */
.product-page-features {
    background: #f5f1e9;
    display: flex;
    justify-content: space-around;
    padding: 20px 10px;
    margin: 30px 0;
    text-align: center;
}

.product-page-feature-item {
    flex: 1;
}

.product-page-feature-item img {
    height: 30px;
    margin-bottom: 10px;
}

.product-page-feature-item p {
    font-size: 13px;
    margin: 0;
}

/* Delivery Info */
.product-page-delivery-info {
    font-size: 16px;
    margin-bottom: 15px;
    color: #262238;
}

.product-page-delivery-info span {
    background: #c69a7f;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 5px;
}

.related-prod {
    margin-top: 40px;
}

.related-prod h3 {
    color: #000;
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.product-page-check-pincode {
    float: right;
    color: #c69a7f !important;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent !important;
}

.product-page-tabs {
    margin-top: 40px;
}

.product-page-tab-buttons {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.product-page-tab-btn {
    padding: 12px 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: 500;
    color: #888;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.product-page-tab-btn.active {
    color: #000;
    border-color: #000;
}

.product-page-tab-content {
    display: none;
}

.product-page-tab-content.active {
    display: block;
}

/* Card styles already assumed present (if not, can provide) */


.product-page-policy-icons {
    display: flex;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-top: 20px;
}

.product-page-policy-item {
    flex: 1;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-page-policy-item img {
    height: 28px;
    margin-bottom: 10px;
}

.product-page-policy-item p {
    margin: 0;
    font-size: 14px;
}

.product-page-review-section {
   
    margin-bottom: 50px;
}

.stars-product-review svg {
    width: 15px;
    fill: #000;
}

.product-page-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.product-page-review-summary {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
}

.product-page-review-summary .stars {
    color: #000;
    font-size: 22px;
}

.review-count {
    color: #282828;
    font-weight: 500;
    font-size: 16px;
}

.review-left h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.dropdown-icon {
    font-size: 16px;
    color: #888;
}

.product-page-review-actions button {
    margin-left: 10px;
    padding: 8px 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.write-review {
    font-weight: 500;
}

.filter-icon {
    font-size: 16px;
}

.product-page-review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.product-page-review-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.review-left {
    flex: 1;
}

.review-right img {
    width: 150px;
    height: 270px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #b8a8a8;
}

.verified {
    color: #3c9cf5;
    font-size: 16px;
    margin-left: 5px;
}

.verified svg {
    color: #345480;
    fill: #345480;
    stroke: #fff;
}

.review-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}

.stars {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.item-type {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

/*product detail page end*/
.login-qpe-pal-overlay-oat-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.login-qpe-pal-overlay-oat-page.active {
    visibility: visible;
    opacity: 1;
}

.login-qpe-pal-otp-container {
    background: #fff;
    border: 3px solid #f7dce7;
    border-radius: 15px;
    width: 340px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.login-qpe-pal-otp-container h2 {
    font-size: 20px;
    margin-bottom: 8px;
}

.login-qpe-pal-otp-container p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.login-qpe-pal-otp-container p span {
    font-weight: 600;
    color: #000;
}

.login-qpe-pal-edit-btn {
    border: 1px solid #0b8a34;
    color: #0b8a34;
    background: #eafaf0;
    border-radius: 15px;
    font-size: 12px;
    padding: 2px 8px;
    margin-left: 5px;
    cursor: pointer;
}

.login-qpe-pal-otp-inputs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.login-qpe-pal-otp-inputs input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #e3e6eb;
    border-radius: 8px;
    outline: none;
    transition: 0.2s;
}

.login-qpe-pal-otp-inputs input:focus {
    border-color: #000;
}

.login-qpe-pal-timer {
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.login-qpe-pal-timer i {
    font-size: 14px;
}

.login-qpe-pal-verify-btn {
    background: #f2f4f7;
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    transition: 0.3s;
}

.login-qpe-pal-verify-btn:hover {
    background: #e3e6eb;
}

.login-qpe-pal-success-wrapper {

    background-color: #f8e8f0;

}

.drop-down {
    display: flex;
    background: #fff;
    box-shadow: 0 0 26px #0000000f;
    padding: 30px 50px;
    flex-direction: column;
    z-index: 99;

    gap: 20px !important;

}

.sticky-sec {
    position: sticky;
    top: 0;
}

.navbar ul {
    display: flex;
    gap: 20px;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li:hover .drop-down-outer {
    display: block;
}

.drop-down-outer {
    position: absolute;
    top: 35px;
    z-index: 2;
    display: none;
}

.drop-down ul li {
    list-style: none;
    line-height: 35px;
}

.drop-down ul {
    margin: 0;
    padding: 0;
    display: block;
}

.drop-down ul li strong {
    font-size: 13px;
    color: #000;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0;
    margin-bottom: 10px;
    display: block;
}

.drop-down ul li a {
    font-size: 12px;
    color: #868686;
}

/* Card */
.login-qpe-pal-success-card {
    background: #fff;
    text-align: center;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    max-width: 360px;
    width: 100%;
    animation: login-qpe-pal-fadeIn 0.8s ease;
}

/* Heading */
.login-qpe-pal-success-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.4;
}

.navbar a:hover .drop-down-outer {
    display: block;
}

/* Spinner */
.login-qpe-pal-spinner {
    border: 3px solid #ddd;
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin: 0 auto 10px;
    animation: login-qpe-pal-spin 1s linear infinite;
}

/* Text */
.login-qpe-pal-success-card p {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    margin-bottom: 12px;
}

/* Progress bar */
.login-qpe-pal-progress {
    width: 100%;
    height: 6px;
    background: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.login-qpe-pal-progress-bar {
    height: 100%;
    width: 0%;
    background: #ec528c;
    border-radius: 5px;
    animation: login-qpe-pal-progressFill 3s ease-in-out forwards;
}

/* Animations */
@keyframes login-qpe-pal-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes login-qpe-pal-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes login-qpe-pal-progressFill {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.login-qpe-pal-popup-oat-page {
    background: #fdebf1;
    width: 100%;
    max-width: 90%;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    animation: login-qpe-pal-popupfade 0.4s ease;
    max-width: 920px;
}

@keyframes login-qpe-pal-popupfade {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.login-qpe-pal-left-oat-page {
    width: 55%;
    padding: 40px 30px;
    text-align: center;
}

.login-qpe-pal-left-oat-page h2 {
    margin: 10px 0 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.powered-by-login-image {
    width: 28px;
    height: 28px;
    margin: auto;
    margin-bottom: 10px;
}

.login-qpe-pal-terms-oat-page a {
    color: #444;
}

.powered-by-login-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-qpe-pal-left-oat-page h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 30px;

}

.login-qpe-pal-features-oat-page {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.login-qpe-pal-feature-box-oat-page {
    flex: 1;
    background: #ffe8ef;
    border-radius: 15px;
    padding: 15px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.login-qpe-pal-feature-box-oat-page p {
    margin: 0;
    font-size: 13px;
}

.login-qpe-pal-feature-box-oat-page h4 {
    margin: 5px 0;
    font-size: 14px;
}

.login-qpe-pal-right-oat-page {
    width: 45%;
    background: #fff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-qpe-pal-right-oat-page h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #111;
}

.login-qpe-pal-right-oat-page p {
    font-size: 13px;
    margin-bottom: 15px;
    color: #444;
}

.login-qpe-pal-phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.login-qpe-pal-phone-input select,
.login-qpe-pal-phone-input input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
}

.login-qpe-pal-phone-input select {
    background: #f9f9f9;
    border-right: 1px solid #ddd;
}

.login-qpe-pal-checkbox-oat-page {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 8px 0 12px;
}

.login-qpe-pal-submit-btn-oat-page {
    background: #fdebf1;
    color: #111;
    border: 1px solid #f2cdd8;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.login-qpe-pal-submit-btn-oat-page:hover {
    background: #f8dce8;
}

.logo-login-d-logo {
    max-width: 64px;
}

.logo-login-d-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-login {
    max-width: 245px;
    margin: auto;
}

.logo-login img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-qpe-pal-terms-oat-page {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.login-qpe-pal-close-btn-oat-page {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}

/*cart start*/


.cart-container {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: fixed;
    right: -400px;
    max-width: 400px;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
}

.payment_icons {
    background: #fff5f5;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    gap: 10px;
}

.cart-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.cart-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.item-details {
    flex: 1;
}

.item-name {
    font-size: 16px;
    font-weight: bold;
}

.item-price {
    margin: 5px 0;
}

.item-price .old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.item-meta {
    font-size: 14px;
    color: #555;
}

.quantity {
    display: flex;
    align-items: center;
    margin-top: 8px;
    border: solid 1px #ccc;
    width: fit-content;
}

.quantity button {
    width: 25px;
    height: 25px;
    border: 0;
    background: #fff;
    cursor: pointer;
}

.empty-cart h3 {
    font-size: 13px;
    color: #868686;
}

.return-cart-shop {
    height: 32px;
    color: #fff;
    font-size: 12px;
    display: flex;
    text-transform: uppercase;
    background: #000;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    font-weight: bold;

    width: 100%;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    justify-content: center;
    height: 69%;
}

.main-close-cart {
    width: 37px;
    height: 37px;
    background-color: #86868624;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.cart-cross svg {
    stroke: #ccc;
}

.edit-cont svg {
    color: #000;
    width: 13px;
}

.quantity input {
    width: 30px;
    text-align: center;
    border: 0;
    outline: 0;
    margin: 0 5px;
}

.cart-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.subtotal {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.checkout-btn {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;

    font-weight: bold;
}

.payment-icons {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

/*cart end*/
/*multiple colection start*/
.multiple-collection-new.swiper {
    width: 100%;
    padding: 50px 0;
}

.multiple-collection-new .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    /* fixed width for all slides */

    transition: transform 0.3s ease;
}

.multiple-collection-new .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Scale up the active (center) slide */
.multiple-collection-new .swiper-slide-active {
    transform: scale(1.11);
    /* ~500px illusion */
    z-index: 10;
    /* bring on top */
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

/* Navigation arrows style */
.multiple-collection-new .swiper-button-prev,
.multiple-collection-new .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    color: #000;
}

.multiple-collection-new .swiper-button-prev:hover,
.multiple-collection-new .swiper-button-next:hover {
    background: #000;
    color: #fff;
}

.multiple-collection-new .swiper-button-next:after,
.multiple-collection-new .swiper-button-prev:after {
    font-size: 20px;
}

/*multiple colection end*/
@media (max-width: 768px) {
    .testimonial-slide {
        flex-direction: column;
        text-align: center;
    }

    .listing-con {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
    }
}

@media (max-width: 600px) {
    .slider-item {
        width: 150px;
    }

    .confidence-grid {
        grid-template-columns: 1fr;
    }

    .slider-item img {
        height: 150px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}


/* Responsive */
@media (max-width: 992px) {
    .header {
        flex-direction: column;
        gap: 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .search-bar {
        margin: 15px 0;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .confidence-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.color-variant-group {
    display: flex;
    gap: 14px;
    margin-top:10px;
    flex-wrap: wrap;
}

.color-variant {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
     border-radius: 8px;
     transition: 0.3s;
}

.color-variant:hover {
    border-color: #000;
}

.color-variant input {
    display: none;
}

.color-name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.color-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #ccc;
}


.color-variant input:checked + .color-name + .color-dot {
    border-color: #000;
}
.product-sticky-content{margin-top:15px;}
.product-page-wish svg{color:#000;}

.common-desc-sec-laforte-accordion {
    border-top: 1px solid #ddd;
    padding-top:15px;
}

.common-desc-sec-laforte-accordion-item {
    margin-bottom:15px;
}

.common-desc-sec-laforte-accordion-header {
    position: relative;
    padding: 14px 40px 14px 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    background: #f9f9f9;
    transition: 0.3s;
    
}

.common-desc-sec-laforte-accordion-header:hover {
    background: #f1f1f1;
}

.common-desc-sec-laforte-accordion-header::after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    right:0;
}


.common-desc-sec-laforte-accordion-header.active::after {
    content: "−";
}

.common-desc-sec-laforte-accordion-body {
    display: none;
    padding: 12px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #86868614;
}

.common-desc-sec-laforte-accordion-body h3{font-size:14px;font-weight:normal;color:#868686}
.common-desc-sec-laforte-accordion-header.active + .common-desc-sec-laforte-accordion-body {
    display: block;
}

.sticky-content.fixed .product-form{
    width: fit-content;
    display: flex;
    gap: 10px;
    margin:0;
    padding:10px;
}
.sticky-content.fixed{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-content.fixed .add-to-bag{gap: 5px;
    width: fit-content;}
    .product-sticky-content.fixed .btn-cart{margin:0;}