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

/* Top Offer Bar */
.top-bar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
}

.logo {
    max-width: 150px;
}
.powered-by-text {
    color: #000;
    justify-content: end;
}
.subscribe-box span#notification{
    text-align: left;
    width: 100%;
    display: block;
}
.relate-prod-new-swiper{z-index:0 !important;}
.trust-item-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
}
.collection-name-add{position:relative;}
.collection-name-add .moko-colname {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 10px;
    background: rgb(0 0 0 / 50%);
    /* width: auto; */
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    left: 0;
    right: 0;
}
.new-style-price .total_price{text-decoration: line-through;}
.trust-item-icon img{width:100%;height:100%;object-fit:cover;}
.waeve-sticky{height:100%;top:140px;position:sticky;z-index:1;}
.desktop-hero-image{height:600px;}
.subscribe-box input {
    color: inherit;
}
.size-chart-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.trust-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 30px 10px;
    
    padding: 30px 20px; 
    margin-bottom: 20px;
}

.trust-item {
  text-align: center;
  flex: 1;
}

.trust-item svg {
  width: 50px;
  height: 50px;
  fill: #5b0d0d; /* maroon color */
  margin-bottom: 12px;
}

.trust-item p {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
     .trust-strip {
       
        overflow: hidden;
        overflow-x: auto;
        padding:15px 20px;
    }

  .trust-item {
    flex: 0 0 33%;
    margin-bottom: 20px;
  }
}

.size-chart-popup.active {
  display: block;
}

.size-chart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.size-chart-modal {
  position: relative;
  max-width:600px;
  height:600px;
  width:100%;
  margin: auto;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.fetaca-overlay{display:none !important;}
.size-chart-modal img {
  width: 100%;
  height:100%;
  display: block;
  object-fit:cover;
}

.size-chart-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.short-desc-wave-outer{
    display: flex;
    justify-content: space-between;
}
.size-chart-click{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    gap: 3px;
    margin-left:auto;
}
.size-chart-click svg{width:20px;}
.size-chart-click label{text-decoration:underline;cursor:pointer;font-size:12px;}
.main-card-image:hover .img-hover{display:block} 
.main-card-image .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.category-header h3{font-size:28px;color:#000;}
.pr-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.short-desc-wave{font-size:16px;}
.breadcrumblisting li::after {
    content: "\\";
    padding: 0 6px;
}
.breadcrumblisting li:last-child::after {
    content: "";
}

.main-card-image{height:295px;border-radius:8px;overflow:hidden;position: relative;}
.listing-con.listing-grid .main-card-image{height:335px;}

.main-card-image img{width:100%;height:100%;object-fit:cover;}
.tabs li{list-style:none;white-space: nowrap;}
.category-img-link {
    height:auto;
    width:auto;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    margin:auto;
    aspect-ratio:1;
}
.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;
    background-color:#f5f2eb;

}

/* 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 #b68b40;
    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,.informative-text-head-box h2 {
    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: 600px;
    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:transparent;
    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: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    width:98%;
    
}

.product-card img {
    width: 100%;
    border-radius: 8px;
}
.buy-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f4e1c9;
    padding: 1px 4px;
    font-size: 12px;
    color: #000;
    z-index: 1;
    font-weight:bold;
}

.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: 18px;
    color: #000;
    text-align:left;
}

.video-sec {
    width: 100%;
    height: 500px;
    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 {
    
    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:100%;
    margin: 0;
   
}

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

.subscribe-box button {
    display:flex;
    align-items:center;
    gap:5px;
    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;
    background-color:transparent;
}

/*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;
}
.address-add li{font-size:18px;}
.address-add li a{color:inherit;}
.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;
}

.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;
   

}

.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;
}
.delivery-box {
 
  padding:20px 0px;
  border-radius: 12px;
  
}

.delivery-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.delivery-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.icon {
  font-size: 22px;
}

.delivery-head p {
  margin: 6px 0;
  font-size: 15px;
}

.ship-time {
  font-weight: 600;
}

.delivery-features {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  text-align: center;
}

.feature {
  flex: 1;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 22px;
}

.feature span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.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;
}
.subscribe-box input:focus {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: inherit;
}
.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;
    color:#000;
}

.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;
}
.customer-service-drop ul {
    flex-direction: column;
    gap: 10px;
    padding:0;
}
.customer-service-tab:hover .customer-service-drop{display:block;}
.customer-service-drop {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
}
.navbar ul li {
    list-style: none;
    font-size:15px;
    color:#000;
}

.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 0 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 {
       
       
    }

    .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,.sticky-content.fixeds .product-form{
    width: fit-content;
    display: flex;
    gap: 10px;
    margin:0;
    padding:10px;
}
.sticky-content.fixed,.sticky-content.fixeds{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-content.fixed .add-to-bag,.sticky-content.fixeds .add-to-bag{gap: 5px;
    width: fit-content;}
    .product-sticky-content.fixed .btn-cart{margin:0;}
    .main-card-image .size-box,.product-media-rel .size-box{
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0px;
    right: 0px;
    pointer-events: none;
    transition: 0.3s ease-out 0s;
    background: rgba(146, 146, 146, 0.7098039216);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px;
    margin-bottom:0;
}
  .main-card-image .size-box li,.product-media-rel .size-box li{list-style:none;color:#fff;position:relative;}

    .mobile-n{display:none !important;} 
  
  @media(max-width:767px){
    .cart-fxed-footer{bottom:100px;}
    a.col-text {
    font-size: 16px;
    color: #121212;
    font-family: "Lato";
    display: block;
    text-align: center;
    margin-top: 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .search-bar input{display:none;}
    .size-chart-click {margin-left: inherit;margin-bottom: 10px;}
    .size-chart-modal{max-width:80%;height:auto;}
    .main-card-image .size-box li, .product-media-rel .size-box li{font-size:10px;}
    .mobile-hero-image{height:504px;}
    .mobile-hero-image img{height:100%;width:100%;object-fit:cover;}
    .search-click-al{width:fit-content;}
    .logo{max-width:100px;}
    .d-none-mobile{display:none !important;}
    .category-header h3,.shop-by-recipient h2, .tab-sec h3, .multiple-collection-new h3,.lux-sec h2, .gifting-sec h1, .testimonial-sec h1, .blog-sec h1{font-size:20px;}
    .search-bar button {
position: static;
transform: inherit;

} 
.pr-listing-grid {
    display:flex;
    overflow: hidden;
    overflow-x: auto;
}

.main-card-image {
    height:215px;
  }
  .cards-container {
     gap:10px;
    flex-wrap: nowrap;
    padding: 0px;
    justify-content: start;
    overflow: hidden;
    overflow-x: auto;
}
.card-inner{min-width:80%;}
.pr-listing-grid .listing-grid-item{min-width:70%;}
.header{padding:15px 20px;}
.lux-img{height:200px;}
.navbar{display:none;}
.d-flex > .padd-mobile:nth-of-type(2) {
   
    padding-right: 5px;
    margin-top:10px;
}


.d-flex > .padd-mobile:nth-of-type(3) {
   padding-left: 5px;
   margin-top:10px;
}
.testi-inner {
    gap: 15px;
    flex-wrap: wrap;
}
.testi-image {
    height: 300px;
    width: 100%;
}
.lux-sec-inner {
    gap: 0;
    flex-wrap: wrap;
}
.multiple-collection-new.swiper{padding:0;}
    .confidence-grid {
        display: flex;
        overflow: hidden;
        overflow-x: auto;
    }
.confidence-item {
    background: transparent;
    padding: 10px;
    min-width: 65%;
}

.confidence-section{padding: 20px 20px;
}
.blog-img-wrap {
    height: 250px;
}
    .product-single .product-title {
        
        flex-wrap: wrap;
    }
    .product-media{height:300px;}
        .listing-con.listing-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        padding:0;
    }


.tiitle-main-aurline{width:100%;}
.listing-con.listing-grid .product-wrap {
  min-width:48%;
    padding: 5px;
}
.buy-tag {
   font-size: 10px;
    z-index: 1;
}

.product-sticky-content.fixed .wishBtn{display:none;}
.product-sticky-content.fixed,.product-sticky-content.fixeds{bottom:62px; z-index:9999999999999 !important;}
.btn.add-to-bag, .btn.add-to-bag:active{width:100%;} 

span.discount, .price span.text-success{display:none;}
.swiper-button-next svg, .swiper-button-prev svg{width:25px !important;}

.shop-content .main-content{padding:0;}
main {
    padding: 15px 20px !important;
}

  }
  
  @media(min-width:767px){
    .form-al-search,.footer-sh-custom{display:none;}
    
  }
  
  .waeve-sticky{z-index:1;}
  /*header css start*/
.dropdown.cart-dropdown.cart-offcanvas{position:fixed;z-index:9;}
    .header-global-div {
        position: sticky;
        top: 0;
        z-index: 9;
        background:#f5f2eb;
    }

   

    .cart-dropdown .cart-header a {
        padding: 0;
        font-size: 0;
        font-weight: 400;
        color: #666;
        text-transform: capitalize;
        position: absolute;
        right: 36px;
    }

    #navbarNav {
        display: flex;
    }

    .img-wrapper-sh {
        display: block;
        width: 150px;
        height: 150px;
        margin-bottom: 10px;

    }



    .cross-search-al {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .wishlist-label {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .cross-search-al svg {
        width: 20px;
    }

    .cart_count_display {
        width: 15px;
        height: 15px;
        background: #b68b40 !important;
        display: flex;
        font-size: 12px;
        color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        position: absolute;
        top: -6px;
        right: -6px;
    }

    .form-al-search input {
        background: transparent;
        border: 0;
    }

    .form-al-search {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 300px;
        right: -300px;
        background: #f7f4ef;
        z-index: 999999;
        padding-top: 20px;


        transition: right 0.4s ease-in-out;
    }

    .navbar-brand {
        font-size: 40px;
        font-family: "Arsenal", sans-serif;
        font-weight: 600;
    }

  
    .opened {
        display: block;
    }

    .modal-content {
        border-radius: 16px;
        border: none;
        padding: 30px 24px;
        max-width: 420px;
        margin: auto;
    }

    .modal-header {
        border: none;
        padding-bottom: 10px;
        text-align: center;
    }

    .account-modal-header h1,
    .account-otp-header h1 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .account-modal-header p,
    .account-otp-header p {
        font-size: 14px;
        color: #6b7280;
        margin: 0;
    }

    .btn-close {
        position: absolute;
        right: 18px;
        top: 18px;
        opacity: 0.6;
    }

    .modal-body {
        padding-top: 10px;
    }

    .otp-login-input-container {
        width: 100%;
    }

    .otp-label {
        font-size: 13px;
        font-weight: 500;
        color: #111827;
        margin-bottom: 6px;
        display: block;
    }

    .mobile-container input,
    .login_detail_form input {
        width: 100%;
        height: 52px;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        padding: 0 14px;
        font-size: 15px;
        outline: none;
    }

    .mobile-container input:focus,
    .login_detail_form input:focus {
        border-color: #000;
    }

    .otp-input-group input {
        height: 52px;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        font-size: 20px;
    }

    .otp-input-group input:focus {
        border-color: #000;
    }

    .otp-login-btn,
    .otp-login-confirm-btn {
        width: 100%;
        height: 52px;
        border-radius: 999px;
        background: #000;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        border: none;
        margin-top: 20px;
    }

    .otp-login-btn:disabled {
        background: #111;
        opacity: 0.5;
    }

    .verify_otp {
        font-size: 12px;
        color: #6b7280;
    }

    .resendbtn {
        font-size: 13px;
        font-weight: 500;
    }

    .login-error,
    .resend_msg {
        font-size: 12px;
        margin-top: 6px;
    }

    .otp-privacy-policy {
        font-size: 12px;
        color: #6b7280;
        text-align: center;
        margin-top: 14px;
    }

/*header css end*/
/*index page css start*/

        .swiper-button-next::after,
        .swiper-button-prev::after {
            display: none;
        }

        .header-video video {
            aspect-ratio: 2.7/1;
        }

       

        .swiper-button-prev {
            font-size: 20px;
            color: #fff;
            background: rgba(128, 128, 128, 0.5);
            border-radius: 9999px;
            width: 40px;
            height: 40px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

            right: -200px;
        }

        .desc_badge {
            border-radius: 9999px;
            background-color: #f1f1f1;
            color: #222;
            padding: 4px 10px;
            font-size: 13px;
            font-weight: 600;
        }

        .swiper-button-prev::after {
            font-size: 20px;
            font-weight: 700;
        }

        .swiper-button-next {
            font-size: 20px;
            color: #fff;
            background: rgba(128, 128, 128, 0.5);
            border-radius: 9999px;
            width: 40px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            height: 40px;
            z-index: 3;
        }

        .swiper-button-next::after {
            font-size: 20px;
            font-weight: 700;
        }

        .add-t-cart-btn-main {
            background: <?= $hbg ?>;
            color: <?= $clr ?>
        }

        .grid-item-three {
            width: 80%;
        }

     

        /*Begin shimmer code*/
        @keyframes bg {
            0% {
                background-size: 0 3px,
                    3px 0,
                    0 3px,
                    3px 0;
            }

            25% {
                background-size: 100% 3px,
                    3px 0,
                    0 3px,
                    3px 0;
            }

            50% {
                background-size: 100% 3px,
                    3px 100%,
                    0 3px,
                    3px 0;
            }

            75% {
                background-size: 100% 3px,
                    3px 100%,
                    100% 3px,
                    3px 0;
            }

            100% {
                background-size: 100% 3px,
                    3px 100%,
                    100% 3px,
                    3px 100%;
            }
        }

        .colection_h {
            /*width: 25%;
    margin: 2rem auto;
    padding: 2em;*/

            background-repeat: no-repeat;
            background-image: linear-gradient(to right, <?= $BG_COLOR ?> 100%, <?= $BG_COLOR ?> 100%),
                linear-gradient(to bottom, <?= $BG_COLOR ?> 100%, <?= $BG_COLOR ?> 100%),
                linear-gradient(to right, <?= $BG_COLOR ?> 100%, <?= $BG_COLOR ?> 100%),
                linear-gradient(to bottom, <?= $BG_COLOR ?> 100%, <?= $BG_COLOR ?> 100%);
            background-size: 100% 3px,
                3px 100%,
                100% 3px,
                3px 100%;
            background-position: 0 0,
                100% 0,
                100% 100%,
                0 100%;
            animation: bg 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
            animation-play-state: paused;
        }

        .colection_h:hover {
            animation-play-state: running;
        }
/*index page css end*/
/*footer start*/
.contact-action {
        position: fixed;
        bottom: 4%;
        left: 0;
        /* width: 40px;
    height: 60px;*/
        z-index: 99999 !important;
    }

    .contact-action button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        /* background: green;*/
        cursor: pointer;
        border: none;
        /*border-radius: 50%;*/
        background: transparent;

    }
    .master-cards svg{width:50px;height:auto;}
.master-card-footer {
    background: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .logo-footer,
    .logo-footer:hover {
        font-size: 40px;
        display: block;
        width: 100%;
        color: #fff;
        font-family: "Arsenal", sans-serif;
        text-decoration: none;
    }

    .new-modal {
        display: none;
        max-width: 800px;
        width: 100%;
        position: fixed;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 999999;
        background: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    }

    .footer-top .widget-body {
        padding-top: 15px;
    }

    .footer-top .widget-body li a {
        font-size: 16px;
        text-decoration: none;
    }

    .product-view {
        padding: 25px;
    }

    .cross-new-sh {
        position: absolute;
        right: 5px;
        top: 6px;
        cursor: pointer;
    }

    .overlay-modal {
        background: #00000080;
        /* height: 100vh; */
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 2;
        display: none;
    }

    .footer-newsletter .btn {
        padding: .93em 1.85em;
        background-color: #521f1f !important;
        border: 0;
        color: inherit !important;
    }

    .footer-newsletter {
        background-color: #b28c43;
    }
/*footer end*/
    /*media query start*/
    @media(min-width:767px) {
        .mobile-header {
            display: none
        }

        .cart-mobile-sh-new {
            display: none;
        }

        .search-mobile-sh {
            display: none;
        }

        #suggestion-mobile {
            display: none
        }
    }

    @media(min-width:767px) {
        .suggestions {
            max-height: 70vh;
            overflow: hidden;
            overflow-y: auto;
        }
    }

    @media(max-width:767px) {
    .listing-con.listing-grid .main-card-image{height:172px;}
     .contact-action {
            bottom: 8%;
        }
       
        .copyright a {
            color: #666;
        }

        .copyright {
            position: absolute;
            bottom: 0;
        }
        .footer-sh-custom {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #fff;
        z-index: 999;
        padding: 0 15px;
    }
        .nav-item a.active {
            color: red !important;
        }
          .header-video video {
                aspect-ratio: auto;
            }
             .grid-item-three {
                width: fit-content;
            }
        .desk-header {
            display: none
        }
 .header h1 {
            font-size: 18px;
        }

       #suggestion-mobile .suggestions {
            left: 0px;
            top: 194px;
            max-height: 70vh;
            overflow: hidden;
            overflow-y: auto;

        }

        .dropdown {
            position: static;
        }

        .fetaca-overlay {
            display: none !important;
        }
    }
    /*media query end*/
    .cart-right .product-media{height:auto !important;}
    @media(max-width:767px){
      .contact-action button svg{width:40px;}
    }
    

/* Desktop: button hide */
.read-more-btn-nandu {
    display: none;
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
    .test-content-wrapper {
        position: relative;
        max-width: 100%;
    }

    .test-content {
       
    }

    .test-content.expanded {
        max-height: 2000px; /* large enough for full content */
    }

    .read-more-btn-nandu {
        display: block;
        color: blue;
        font-weight: bold;
        cursor: pointer;
        margin-top: 5px;
    }
}
.new-marque-nand {
    width: 100%;
    overflow: hidden;
   
    white-space: nowrap;
    box-sizing: border-box;
}

.new-marque-nand .welcome-msg {
    display: inline-block;
    padding-left: 100%; /* start from right */
    animation: marqueeAnim 15s linear infinite;
}

/* marquee animation */
@keyframes marqueeAnim {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Optional: mobile speed adjustment */
@media only screen and (max-width: 768px) {
    .new-marque-nand .welcome-msg {
        animation-duration: 10s; /* faster on mobile */
    }
}

.comma-sepredted-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.comma-sepredted-marquee-content {
    display: flex;
    width: max-content;
    animation: commaMarqueeMove 20s linear infinite;
}

.comma-sepredted-marquee-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
    white-space: nowrap;
    font-size: 14px;
}

.comma-sepredted-marquee .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
}

@keyframes commaMarqueeMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.test-content h1{text-align:left;margin-top:0;margin-bottom:15px;}
.about-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s ease;
    font-size:16px;
}

.about-btn:hover {
    background: #333;
    color:#fff;
}
.s-banner-colection .banner-content {position:relative;}
.s-banner-colection .box-content {
    position: absolute;
    bottom: 70px;
    background: rgb(0 0 0 / 25%);
    padding: 30px;
    border-radius: 10px;
    left: 70px;
}
.box-title-banner p.title{font-size:36px;}
.testimonial-sec{margin-top:40px;}
.video-btn{
    width: fit-content;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius:3px;
    margin-top: 10px;
}
.video-btn:hover{color:#000;}
@media(max-width:767px){
.box-title-banner p.title{font-size:20px;}
.s-banner-colection .box-content{left:15px;bottom:20px;right:15px;padding:15px;}
.another-product-new-arrival-swiper .main-card-image{aspect-ratio:1;}
}
.confetti-image,.confetti-image-mobile{display:none;}

.confeticross-pop {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
}
.confetti-image {
    position: absolute;
    display: none;
    pointer-events: none;
    z-index: 999999;
}

.confetti-image-mobile {
    position: absolute;
    display: none;
    pointer-events: none;
    z-index: 999999;
}

.cart-announcement-bar {
    display: none;
}

.confetti-image, .confetti-image-mobile, .cart-announcement-bar-text, .offer-progress-wrap {
    display: none;
}

.load_cart_info .cart-product-item {
    max-height: 50vh;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    overflow-y: auto;
    padding: 0 15px;
    margin-top: 20px;
    height: 50vh;
}

.load_cart_info .item-content-wrapper {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    padding: 15px;
    margin-bottom: 15px;
    background: #f9f4f4;
    position: relative;
    margin-top: 8.5px;
}

.dropdown-box a {
    padding: .6rem 1rem;
    font-size: inherit;
    line-height: 1.1;
    padding-left: 0;
}

.item-img-wrapper img {
    object-fit: cover;
    width: 90%;
    height: 90%;
    margin: auto;
    display: block;
}

.cart-item-info {
    position: relative;
    width: 100%;
}

.cart-remove-icon {
    cursor: pointer;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #888;
    display: flex;
    gap: 5px;
    position: absolute;
    right: 0;
}

.product-item-meta a {
    color: #000;
    font-size: 14px;
    word-wrap: break-word;
    display: -webkit-box !important;
    width: 90%;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0;
}

#popupProductPrice span, .product-item-pricelist span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-right: 5px;
}

div.product-att {
    justify-content: normal !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: normal !important;
}

.quantity-selector {
    border: 1px solid #dfdfdf;
    width: 100px;
    display: flex;
    border-radius: 4px;
    padding: 0 10px;
    align-items: center;
    justify-content: flex-start;
    vertical-align: middle;
}

.quantity-selector-button {
    background: #eff3f5;
    color: #1a2024;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    font-weight: 500;
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 12px;
    background-color: transparent;
}

.quantity-selector button {
    border: 0;
    font-size: 12px;
    background-color: transparent;
}

.quantity-selector input {
    width: 100%;
    height: 40px;
    border: 0;
    background: 0 0;
    text-align: center;
    font-weight: 500;
    padding: 0;
    appearance: none;
    font-size: 14px;
}

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

.cart-footer-content {
    padding: 1rem 0;
    margin-top: 10px;
    z-index: 1;
}

.cart-footer-content .original-price {
    text-decoration: line-through;
    font-size: 12px !important;
    color: #b2b9bf !important;
    font-weight: 500 !important;
    line-height: 1.3;
    margin-bottom: 0;
}

.cart-footer-content .discounted-price {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color: #000;
}

.cart-footer-content .cart-footer-text {
    font-size: 12px !important;
    color: #000;
    font-weight: 500;
}

.checkout-btn-group {
    margin: 0;
}

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

.dropdown-box a {
    padding-left: 0;
}

.checkout-btn > a {
    font-size: 16px !important;
    color: #fff !important;
}

.checkout-btn > a {
    background: var(--primary);
    width: 270px;
    max-width: 100%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    height: auto;
}
.item-img-wrapper{width:113px;height:113px;}
@media(max-width:767px){
.cart-footer {
    position: absolute;
    width: 94%;
    bottom: 60px;
    padding: 0 15px;
    border-top: 1px solid #eee;
}
.load_cart_info .cart-product-item{height:70vh;max-height:70vh;}
.checkout-btn > a{padding:0 10px;width:fit-content;}
}