    .loader {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  gap: 20px;
}
.loader-logo {
  width: 100px;
  animation: pulse 2s infinite;
}


#svg:hover{
    cursor: pointer;
}

.share-btn:hover{
    cursor: pointer;
}

.action-bar .wishlist_btn:hover{
    cursor: pointer;
}

.loader p{
  font-size: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            padding: 0;
            /* background-color: #f4f4f4; */
            color: #333;
          overflow-x: hidden;
            /* margin: 0 auto; */
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */

               scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
        }

.container,
.merage,
.product-image-container,
.product-details,
.product-detail,
.price-row,
.prices,
.div,
.selector-section,
.size-header,
.offer-banner,
.banner,
.offer-text,
.content,
.row,
.text,
.collapsible,
.collapsible-content {
  min-width: 0;
  box-sizing: border-box;
}

.merage {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.product-image-container,
.product-details {
  width: 50%;
}

.product-details {
  flex: 1 1 0;
}

.product-title,
.seller-info,
.current-price,
.mrp,
.discount-badge,
.qty-box,
.selector-title,
.size-chart-link,
.offer_name,
.offer_desc,
.content h2,
.content p,
.text,
.text strong,
.text span,
.collapsible,
.collapsible-content,
#service-policy li {
  overflow-wrap: anywhere;
  word-break: break-word;
}
/* Desktop Layout */
.similar-products-list{
        width: 100%;
    display: flex;
    gap: 10px;
    padding-block: 11px;
    overflow-x: scroll;
    margin-inline: auto;
    padding-inline: 2%;
}
.similar-products-lists{
        width: 100%;
    display: flex;
    gap: 10px;
    padding-block: 11px;
    overflow-x: scroll;
    margin-inline: auto;
    padding-inline: 2%;
}

.similar-products-title, .similar-products-titles {
    margin-inline: auto;
    width: 100%;
    padding-inline: 2%;
}

.product-page-wrapper{
    display:flex;
    gap:40px;
    margin:auto;
    padding:30px 2%;
}

.image-section{
    width:55%;
}

.details-section{
    width:45%;
}

/* Slider image */
#main_banner_carousel img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}

/* Sticky buy box */
.details-section{
    position:sticky;
    top:100px;
}

/* size and color grid */
.color_container{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.size-options{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

/* action buttons */
.action-bar{
    display:flex;
    gap:10px;
}

.add-to-cart-btn,
#wish-now{
    flex:1;
}

  .swal-custom-icon {
  border: 1px solid #000 !important;
  color: #000 !important;
}

 .icon-stroke{ stroke:#111; }
  .icon-blue{ fill:#1aa6b7; }
.swal-custom-text {
  color: #000 !important;
  font-size: 23px;
  font-weight: 800;
  font-family: var(--main-font-family);
  text-transform: capitalize;
}
.my-swal-warning-container {
  z-index: 19999 !important;
}



  #cartcount{
        position: absolute;
    bottom: 100px;
    left: 17px;
    background: red;
margin-left: unset;
    border-radius: 50%;
    color: white;
    font-size: 9px;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn{
            background: white;
        /* padding: 20px; */
        height: 35px;
        display: flex;
        width: 35px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: white;
}

.bars {
  background: #eee;
  height: 4px;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.fills {
  background: #333;
  height: 4px;
  width: 0%;
  transition: width .4s ease;
}

.rating_view p{
           display: flex;
        align-items: end;
        margin: 0;
        justify-content: end;
}
        .rate_user_d .commit{
            font-size: 13px;
            font-weight: 400;
            color: rgba(39, 39, 39, 1);
        }
        .rating-wrapper{
            display: flex;
        border-bottom: 1px solid rgba(227, 227, 227, 1);
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-block: 1%;
        margin-bottom: 13px;
        }

        .rating_count{
            display: flex;
    width: 100%;
    justify-content: space-between;
            align-items: flex-start;
        }

        /*  Header  */
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 15px;
            position: sticky;
            top: 0;
            z-index: 10;
            /* background-color: #fff; */
        }

        .back-btn {
            background: transparent;
            border: 0;
            padding: 0;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .bd-currency-picker select {
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            padding: 6px 10px;
            border-radius: 10px;
            border: 1px solid rgba(227, 227, 227, 1);
            background: #fff;
            outline: none;
        }

        .header-icon {
            font-size: 24px;
            color: #333;
        }

        /*  Product con  */
        .product-image-container {
            position: relative;
            background-size: cover;
            background-position: center;
            width: 50%;
        }


        
#slider-img {
  width: 100%;
  padding: 0px 0;
  /* background: #f8f8f8; */
  position: relative;
}

.card {
  position: relative;
  /* border-radius: 10px;
  overflow: hidden; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff; */
}
.slider-container{
    /* margin-top: 20px; */
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
}

.card h2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
  font-family: var(--lato-font);
}
.owl-carousel .owl-item img {
    height: 467px;
}
.owl-theme .owl-dots button.active span {
    width: 30px !important;
   background-color: rgb(192, 187, 187) !important;
}
        .product-image-container img{
             height: -webkit-fill-available;
                width:-webkit-fill-available;
                object-fit: cover;
                object-position: top;
        }

        /*  Product Details  */
        .product-detail {
            /* padding: 2%; */
        }

        .product-title {
          font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
                padding-inline: 2%;
        }
.wishlist_btn.active svg path{
 stroke: red !important;
  fill: red !important;
  color: white;
  
}
        .seller-info {
            font-size: 12px;
            color: #777;
            margin-bottom: 10px;
                    padding-inline: 2%;
        }

        /*  Price and Offer  */
        .price-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
                    padding-inline: 2%;
            flex-wrap: wrap;
        }

        .prices {
            flex: 1 1 280px;
            min-width: 0;
        }

        .current-price {
            font-size: 22px;
            font-weight: 700;
            color: #333;
            display: block;
        }

        .mrp {
            font-size: 14px;
            color: #999;
            width: auto;
            flex: 1 1 120px;
            
        }
.div{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
        .discount-badge {
              font-size: 12px;
        font-weight: 600;
        background-color: #031658;
        color: white;
        padding: 4px 1%;
        display: flex;
        width: auto;
        max-width: 100%;
        border-radius: 5px;
        justify-content: center;

        }

        .qty-box {
                  background-color: #E2EBFF;
        color: #186D34;
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 500;
        margin-left: auto;
        max-width: 100%;
        }

     .offer-banner {
  position: relative;
  width: -webkit-fill-available;
        margin-bottom: 37px;     
}

.offer-banner svg {
        position: absolute;
        top: 0;
        left: 0;
        width: -webkit-fill-available;
        height: fit-content;
}

.banner {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
        height: -webkit-fill-available;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 9% 0%;
        font-family: var(--lato-font);
        gap: 12px;
        flex-wrap: wrap;
}

.offer_name {
  font-size: 19px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}

.off-banner{
           padding-inline: 2%;
        height: 19vw;
        background: #f0f0f0;
        width: 90%;
}

.off-banner::before{
            content: "";
        position: absolute;
        top: 0;
        right: 5%;
        bottom: 0;
        width: 16px;
        background-image: radial-gradient(circle, #ffff 8px, transparent 1px);
        background-size: 16px 274px;
}

.off-banner::after{
       content: "";
        position: absolute;
        top: 0;
        left: 5%;
        bottom: 0;
        width: 16px;
        background-image: radial-gradient(circle, #ffff 8px, transparent 1px);
        background-size: 16px 274px;
}

.offer-button {
 background: #031658;
        border: none;
        border-radius: 8px;
        color: white;
           padding: calc(100% - 98%);
        font-size: 13px;
        font-weight: 600;
        padding-block: 4%;
        cursor: pointer;
        max-width: 100%;
        white-space: normal;
    }

.coupon-container{
    display: flex;
        overflow: scroll;
        padding-left: 8px;
        gap: 9px;
        padding-block: 13px;
        padding-inline: 13px;
                scrollbar-width: thin;
                scrollbar-color: black #ffff;
}
    .coupon-card {
           position: relative;
        background-color: #ededed;
        box-shadow: inset 0 0 0 1.5px #999;
        border-radius: 15px;
padding: 8px 19px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: -webkit-fill-available;
        overflow: hidden;
        }

       .coupon-card::before,
.coupon-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 15px;
    background-color: #fff; /* page background */
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

/* No border on notch */
.coupon-card::before { left: -14px;  border: 1.9px solid #999;}
.coupon-card::after  { right: -14px;  border: 1.9px solid #999;}

       

/* Text Content Styling */
        .content h2 {
            margin: 0;
            font-size: 13px;
            color: #222;
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .content p {
            margin: 8px 0 0 0;
            font-size: 11px;
            color: #444;
            font-weight: 500;
        }

        /* Right Side Button/Badge */
        .margin-badge {
                   background-color: #051650;
        color: white;
        padding: 9px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
        }



        


.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
 scrollbar-width: none;
          overflow-y: scroll;
          padding-inline: 3%;
}

.tab {
  padding: 8px 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 6px;
  background: #f2f2f2;
  font-weight: 600;
  font-size: 12px;
}

.tab.active {
  background: #000;
  color: #fff;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.image-container img {
          width: 100%;
        height: 25vw;
        object-fit: cover;
        /* border: 1px solid #ddd; */
        /* padding-inline: 10px; */
        border-radius: 6px;
}

.showsize{
     height: 100%;
        background: white;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 123;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: none;
        align-items: center;
}


#close{
        position: fixed;
       top: 20%;
    left: 65%;
    padding: 12px;
    background: transparent;
    border: none;
    color: black;
    font-size: 27px;
    font-weight: 700;
}

#close:hover{
    cursor: pointer;
}

.showsize.active{
    display: flex;
}

.wrapper-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 33;
  cursor: url(../images/light-close.png) 16 16, pointer;
}



        /*  Color/Size Selectors  */
        .selector-section {
            margin-bottom: 20px;
                    padding-inline: 2%;
                
        }

        .selector-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .color-options, .size-options {
               display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 5px;
        height: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
        width: 100%;
        scrollbar-width: none;
                padding-top: 10px;
        }

        .color-item{
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            /* padding: 5px; */
            border-radius: 5px;
            transition: all 0.2s;
       height: 72px;
                border: 1px solid gray;
        }

       
        .size-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            /* padding: 5px; */
            border-radius: 5px;
            transition: all 0.2s;
        }
        .color-item.selected {
            border: 2px solid #1F88E2;
        }

        .color-box {
                 width: 50px;
        height: 50px;
        border-radius: 5px;
        background-size: cover;
        background-position: center;
        /* border: 1px solid #ccc; */
        position: relative;
        padding: 2px;
        }
      
        #service-policy{
                display: flex;
    flex-direction: column;
    padding: 0px 4%;
        }
        
      .color-box img{
            object-fit: cover;
    height: 49px;
    width: 49px;
    object-position: top;
            border-radius: 4px;
                    border: 0.2px solid white;
                   
      }

      .color_main{
                  width: 58px;
        display: flex;
        /* height: 100px; */
        flex-direction: column;
        justify-content: flex-start;
        /* align-items: flex-start; */
        align-self: flex-start;
      }

        .color-name {
                   font-size: 12px;
        margin-top: 5px;
        position: relative;
      text-align: center;
          text-wrap-mode: wrap;
        }
.color_container{
         overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        height: auto;
        gap: 18px;
        flex-wrap: wrap;
        column-gap: 6px;
        row-gap: 25px;
}
        .selected .check-icon {
               position: absolute;
        top: -7px;
        z-index: 2;
        right: -3px;
        color: #fff;
        background-color: #1F88E2;
        border-radius: 50%;
        font-size: 12px;
        padding: 0.9px;
        }

        .size-item {
            padding: 8px 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
                    text-align: center;
        line-height: 16px;
        }

        .size-item.selected {
                border-color: black;
        background-color: #5f6162;
        color: black;
        }

        .size-chart-link {
            font-size: 12px;
            color: #00bcd4;
            font-weight: 500;
            cursor: pointer;
        }

        .size-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            gap: 10px;
            flex-wrap: wrap;
        }

        .headers{
            display: none;
        }

        /* success box code */

        .success_box{
                 height: 35px;
    width: fit-content;
    background-color: #18ae18;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
    position: fixed;
    bottom: 4%;
    color: white;
    border-radius: 5px;
    z-index: 56;
    left: 50%;
        }

        .success_box p{
            font-size: 15px;
        }

        .success{
                display: flex;
    justify-content: center;
        }

        /*  Collapsible Sections  */
        .collapsible {
            padding: 15px;
            border-top: 1px solid #eee;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }

        .collapsible-content {
            padding: 0 15px;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            font-size: 14px;
            color: #555;
            display: none;
        }

        .offer-text {
            flex: 1 1 180px;
        }

        .text {
            flex: 1 1 0;
        }

@media (max-width: 768px) {
  .merage {
    flex-direction: column;
    gap: 16px;
  }

  .product-image-container,
  .product-details {
    width: 100%;
  }

  .price-row {
    align-items: flex-start;
  }

  .qty-box {
    margin-left: 0;
  }
}

        .collapsible.active .arrow {
            transform: rotate(180deg);
        }

        .arrow {
            transition: transform 0.3s;
        }

        /*  Similar Products  */
        .similar-products-title , .similar-products-titles {
            font-size: 16px;
            font-weight: 600;
            padding: 15px;
            margin-top: 10px;
            border-top: 5px solid #f4f4f4;
        }

        .similar-products-list , .similar-products-lists{
            display: flex;
            overflow-x: auto;
            padding: 0 15px 15px 15px;
            gap: 15px;
                    scrollbar-width: none;
        }

       #rd{
        margin-bottom: 77px;
       }
   
        .action-bar {
              display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        position: relative;
        /* position: fixed; */
        bottom: 0px;
        background: white;
        width: 100%;
        z-index: 51;
        height: 4vw;
                flex-direction: row-reverse;
        border-top: 0.8px solid #dbd7d7;
        }

            .action-bar.active {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        /* padding-inline: 2%; */
        /* position: fixed; */
        bottom: -1px;
        height: 80px;
        background: white;
        z-index: 45;
    }

        .action-bar .wishlist_btn{
                border-radius: 8px;
        display: flex;
        width: 45%;
        padding: 12px 0;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        border: 2px solid #E3E5E5;
                gap: 12px;
        }

        /* */

        .add-to-cart-btn {
              background-color: black;
        color: white;
        padding: 12px 0;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        transition: background-color 0.2s;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 47%;
        }

        /* .add-to-cart-btn:hover {
            background-color: #333;
        } */


    .icon_container{
            position: absolute;
    /* top: px; */
    left: 47%;
    margin-top: 12px;
    z-index: 89;
    }

       .icon-container {
        height: unset !important;
       }



.header{
    position: absolute;
    top: 28px;
    left: 2px;
}


#svg{
        background: white;
    /* padding: 20px; */
    height: 35px;
    display: flex;
    width: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
}

.svg-box{
       display: flex;
    flex-direction: column;
    gap: calc(100px - 94px);
}

.offer-text .offer_desc{
    font-size: 12px;
    /* width: 256px; */
    line-height: 2px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}

.color-items{
        background: #1a1818;
    height: 22px;
    transform: translateY(-6px);
            border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
}


/* owl theme */

.owl-theme .owl-dots .owl-dot span {
    height: 2px;
    width: 15px;
    background-color: rgba(151, 156, 158, 1);
    margin: 0px 5px;
}


.owl-theme .owl-nav.disabled+.owl-dots {
              margin: 0;
        position: absolute;
        top: 490px;
        z-index: 81;
        /* left: 33%; */
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        height: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    height: 2px !important;
    width: 15px !important;
    background: rgba(0, 0, 0, 1) !important;
}
 
 
 @media screen and (max-width: 501px) {
   .swal-custom-icon {
  border: 1px solid #000 !important;
  color: #000 !important;
}

 .icon-stroke{ stroke:#111; }
  .icon-blue{ fill:#1aa6b7; }
.swal-custom-text {
  color: #000 !important;
  font-size: 19px;
  font-weight: 600;
  font-family: var(--main-font-family);
  text-transform: capitalize;
}
.my-swal-warning-container {
  z-index: 19999 !important;
}
   
   
    .loader {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  gap: 20px;
}
.loader-logo {
  width: 100px;
  animation: pulse 2s infinite;
}

.image-container img {
          width: 99%;
        height: 125vw;
        object-fit: cover;
        /* border: 1px solid #ddd; */
        /* padding-inline: 10px; */
        border-radius: 6px;
}


#close{
        position: fixed;
    top: 3%;
    left: 90%;
    padding: 12px;
    background: transparent;
    border: none;
    color: black;
    font-size: 27px;
    font-weight: 700;
}

.loader p{
  font-size: 22px;
}
        body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            padding: 0;
            /* background-color: #f4f4f4; */
            color: #333;
          
            margin: 0 auto;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

               scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
        }

        .container {
            background-color: #fff;
        }

        #rate_wraper{
                border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 16px;
    /* height: 368px; */
    padding-inline: 19px;
        }

        .rate_user_d{
            display: flex;
            flex-direction: column;
 
        }

        .rate_user_d h2{
            font-size: 15px;
            font-weight: 600;
            color: rgba(39, 39, 39, 1);
            margin: 0;
            line-height: 30px;
        }

#ratingBreakdown
 { width: 100%; 
    max-width: 350px; 

}
.rate-row {
  display: flex;
  align-items: center;
  margin: 6px 0;
  gap: 10px;
}

.rate-row span {
   width: 40px;
        font-size: 17px;
        color: rgba(39, 39, 39, 1);
}

.review_images h5{
        padding-block: 3px;
    font-size: 16px;
    color: rgba(39, 39, 39, 1);
    margin: 0px;
    font-weight: 600;
}

.all_review_img{
            display: flex;
        align-items: center;
        gap: 17px;
        padding-block: 11px;
        overflow: scroll;
        justify-content: flex-start;
}
.all_review_img img{
    height: 72px;
    width: 76px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
      z-index: 33;
}

.all_review_img img:hover{
 transform: scale(1);
        height: 62%;
        object-fit: cover;
        position: absolute;
        width: 92%;
      background-color: #0000009a;
}

.rating-left{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

  #cartcount{
        position: absolute;
    bottom: 100px;
    left: 17px;
    background: red !important;

    border-radius: 50%;
    color: white;
    font-size: 9px;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-btn{
            background: white;
        /* padding: 20px; */
        height: 35px;
        display: flex;
        width: 35px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: white;
}

.bars {
  background: #eee;
  height: 4px;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.fills {
  background: #333;
  height: 4px;
  width: 0%;
  transition: width .4s ease;
}

.rating_view p{
           display: flex;
        align-items: end;
        margin: 0;
        justify-content: end;
}
        .rate_user_d .commit{
            font-size: 13px;
            font-weight: 400;
            color: rgba(39, 39, 39, 1);
        }
        .rating-wrapper{
            display: flex;
        border-bottom: 1px solid rgba(227, 227, 227, 1);
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-block: 1%;
        margin-bottom: 13px;
        }

        .rating_count{
            display: flex;
    width: 100%;
    justify-content: space-between;
            align-items: flex-start;
        }

        /*  Header  */
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 15px;
            position: sticky;
            top: 0;
            z-index: 10;
            /* background-color: #fff; */
        }

        .back-btn {
            background: transparent;
            border: 0;
            padding: 0;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .bd-currency-picker select {
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            padding: 6px 10px;
            border-radius: 10px;
            border: 1px solid rgba(227, 227, 227, 1);
            background: #fff;
            outline: none;
        }

        .header-icon {
            font-size: 24px;
            color: #333;
        }

        /*  Product con  */
        .product-image-container {
            position: relative;
            background-size: cover;
            background-position: center;
            width: 100%;
        }
#slider-img {
  width: 100%;
  padding: 0px 0;
  /* background: #f8f8f8; */
  position: relative;
}

.card {
  position: relative;
  /* border-radius: 10px;
  overflow: hidden; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.slider-container{
    /* margin-top: 20px; */
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
}

.card h2 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
  font-family: var(--lato-font);
}
.owl-carousel .owl-item img {
    height: 467px !important;
}
.owl-theme .owl-dots button.active span {
    width: 30px !important;
   background-color: rgb(192, 187, 187) !important;
}
        .product-image-container img{
             height: -webkit-fill-available;
                width:-webkit-fill-available;
                object-fit: cover;
                object-position: top;
        }

        /*  Product Details  */
        .product-detail {
            /* padding: 2%; */
        }

        .product-title {
          font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
                padding-inline: 2%;
        }
.wishlist_btn.active svg path{
 stroke: red !important;
  fill: red !important;
  color: white;
  
}
        .seller-info {
            font-size: 12px;
            color: #777;
            margin-bottom: 10px;
                    padding-inline: 2%;
        }

        /*  Price and Offer  */
        .price-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
                    padding-inline: 2%;
        }

        .current-price {
            font-size: 22px;
            font-weight: 700;
            color: #333;
        }

        .mrp {
            font-size: 14px;
            color: #999;
            width: 116px;
            
        }
.div{
    display: flex;
    align-items: center;
    gap: 5px;
}
        .discount-badge {
              font-size: 12px;
        font-weight: 600;
        background-color: #031658;
        color: white;
        padding: 4px 1%;
        display: flex;
        width: 46%;
        border-radius: 5px;
        justify-content: center;

        }

        .qty-box {
                  background-color: #E2EBFF;
        color: #186D34;
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 500;
        margin-left: auto;
        margin-top: 27px;
        }

     .offer-banner {
  position: relative;
  width: -webkit-fill-available;
        margin-bottom: 37px;     
}

.offer-banner svg {
        position: absolute;
        top: 0;
        left: 0;
        width: -webkit-fill-available;
        height: fit-content;
}

.banner {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
        height: -webkit-fill-available;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 9% 0%;
        font-family: var(--lato-font);
}

.offer_name {
  font-size: 19px;
  color: #333;
  font-weight: 600;
  line-height: 0.9;
}

.off-banner{
           padding-inline: 2%;
        height: 19vw;
        background: #f0f0f0;
        width: 90%;
}

.off-banner::before{
            content: "";
        position: absolute;
        top: 0;
        right: 5%;
        bottom: 0;
        width: 16px;
        background-image: radial-gradient(circle, #ffff 8px, transparent 1px);
        background-size: 16px 274px;
}

.off-banner::after{
       content: "";
        position: absolute;
        top: 0;
        left: 5%;
        bottom: 0;
        width: 16px;
        background-image: radial-gradient(circle, #ffff 8px, transparent 1px);
        background-size: 16px 274px;
}

.offer-button {
 background: #031658;
        border: none;
        border-radius: 8px;
        color: white;
           padding: calc(100% - 98%);
        font-size: 13px;
        font-weight: 600;
        padding-block: 4%;
        cursor: pointer;
    }

.coupon-container{
    display: flex;
        overflow: scroll;
        padding-left: 8px;
        gap: 9px;
        padding-block: 13px;
        padding-inline: 13px;
                scrollbar-width: none;
}
    .coupon-card {
           position: relative;
        background-color: #ededed;
        box-shadow: inset 0 0 0 1.5px #999;
        border-radius: 15px;
padding: 8px 19px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: -webkit-fill-available;
        overflow: hidden;
        }

       .coupon-card::before,
.coupon-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 15px;
    background-color: #fff; /* page background */
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

/* No border on notch */
.coupon-card::before { left: -14px;  border: 1.9px solid #999;}
.coupon-card::after  { right: -14px;  border: 1.9px solid #999;}

       

/* Text Content Styling */
        .content h2 {
            margin: 0;
            font-size: 13px;
            color: #222;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .content p {
            margin: 8px 0 0 0;
            font-size: 11px;
            color: #444;
            font-weight: 500;
        }

        /* Right Side Button/Badge */
        .margin-badge {
                   background-color: #051650;
        color: white;
        padding: 9px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
        }



        


.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
 scrollbar-width: none;
          overflow-y: scroll;
          padding-inline: 3%;
}

.tab {
  padding: 8px 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 6px;
  background: #f2f2f2;
  font-weight: 600;
  font-size: 12px;
}

.tab.active {
  background: #000;
  color: #fff;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.image-container img {
          width: 99%;
        height: 125vw;
        object-fit: cover;
        /* border: 1px solid #ddd; */
        /* padding-inline: 10px; */
        border-radius: 6px;
}

.showsize{
     height: 100%;
        background: white;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 123;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: none;
}

.showsize.active{
    display: flex;
}

#close{
        position: fixed;
    top: 3%;
    left: 90%;
    padding: 12px;
    background: transparent;
    border: none;
    color: black;
    font-size: 27px;
    font-weight: 700;
}
.wrapper-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 33;
  cursor: url(../images/light-close.png) 16 16, pointer;
}



        /*  Color/Size Selectors  */
        .selector-section {
            margin-bottom: 20px;
                    padding-inline: 2%;
                
        }

        .selector-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .color-options, .size-options {
               display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 5px;
        height: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
        width: 100%;
        scrollbar-width: none;
                padding-top: 10px;
        }

        .color-item{
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            /* padding: 5px; */
            border-radius: 5px;
            transition: all 0.2s;
       height: 72px;
                border: 1px solid gray;
        }

       
        .size-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            /* padding: 5px; */
            border-radius: 5px;
            transition: all 0.2s;
        }
        .color-item.selected {
            border: 2px solid #1F88E2;
        }

        .color-box {
                 width: 50px;
        height: 50px;
        border-radius: 5px;
        background-size: cover;
        background-position: center;
        /* border: 1px solid #ccc; */
        position: relative;
        padding: 2px;
        }
      
        #service-policy{
                display: flex;
    flex-direction: column;
    padding: 0px 4%;
        }
        
      .color-box img{
            object-fit: cover;
    height: 49px;
    width: 49px;
    object-position: top;
            border-radius: 4px;
                    border: 0.2px solid white;
                   
      }

      .color_main{
                  width: 58px;
        display: flex;
        /* height: 100px; */
        flex-direction: column;
        justify-content: flex-start;
        /* align-items: flex-start; */
        align-self: flex-start;
      }

        .color-name {
                   font-size: 12px;
        margin-top: 5px;
        position: relative;
      text-align: center;
          text-wrap-mode: wrap;
        }
.color_container{
         overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        height: auto;
        gap: 18px;
        flex-wrap: wrap;
        column-gap: 6px;
        row-gap: 25px;
}
        .selected .check-icon {
               position: absolute;
        top: -7px;
        z-index: 2;
        right: -3px;
        color: #fff;
        background-color: #1F88E2;
        border-radius: 50%;
        font-size: 12px;
        padding: 0.9px;
        }

        .size-item {
            padding: 8px 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
                    text-align: center;
        line-height: 16px;
        }

        .size-item.selected {
                border-color: black;
        background-color: #5f6162;
        color: black;
        }

        .size-chart-link {
            font-size: 12px;
            color: #00bcd4;
            font-weight: 500;
            cursor: pointer;
        }

        .size-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        /* success box code */

        .success_box{
                height: 35px;
    width: 95%;
    background-color: #18ae18;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 2px;
    position: fixed;
    bottom: 4%;
    color: white;
    border-radius: 5px;
    z-index: 56;
            left: 1%;
        }

        .success_box p{
            font-size: 15px;
        }

        .success{
                display: flex;
    justify-content: center;
        }

        /*  Collapsible Sections  */
        .collapsible {
            padding: 15px;
            border-top: 1px solid #eee;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }

        .collapsible-content {
            padding: 0 15px;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            font-size: 14px;
            color: #555;
            display: none;
        }

        .collapsible.active .arrow {
            transform: rotate(180deg);
        }

        .arrow {
            transition: transform 0.3s;
        }

        /*  Similar Products  */
        .similar-products-title , .similar-products-titles {
            font-size: 16px;
            font-weight: 600;
          padding: 15px 15px;
          /*margin-left: 15px;*/
            margin-top: 10px;
            border-top: 5px solid #f4f4f4;
        }

        .similar-products-list , .similar-products-lists{
            display: flex;
            overflow-x: auto;
            padding:0 0px 15px 15px;
            gap: 0px;
                    scrollbar-width: none;
        }

       #rd{
        margin-bottom: 77px;
                padding-left: 10px;
       }
   
        .action-bar {
           display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        position: relative;
        /*position: fixed;*/
        bottom: 0px;
        background: white;
        width: 100%;
        padding-inline: 7px;
        z-index: 51;
        height: 19vw;
        flex-direction: row-reverse;
        border-top: 0.8px solid #dbd7d7;
        }

            .action-bar.active {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        /* padding-inline: 2%; */
        position: fixed;
        bottom: -1px;
        height: 80px;
        background: white;
        z-index: 45;
    }

        .action-bar .wishlist_btn{
                border-radius: 8px;
        display: flex;
        width: 45%;
        padding: 12px 0;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        border: 2px solid #E3E5E5;
                gap: 12px;
        }

        /* */

        .add-to-cart-btn {
              background-color: black;
        color: white;
        padding: 12px 0;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        transition: background-color 0.2s;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 47%;
        }

        /* .add-to-cart-btn:hover {
            background-color: #333;
        } */


    .icon_container{
            position: absolute;
    top: 31px;
    left: 87%;
    z-index: 89;
    margin-top: unset;
    }

       .icon-container {
        height: unset !important;
       }



.header{
    position: absolute;
    top: 28px;
    left: 2px;
}


#svg{
        background: white;
    /* padding: 20px; */
    height: 35px;
    display: flex;
    width: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
}

.svg-box{
       display: flex;
    flex-direction: column;
    gap: calc(100px - 94px);
}

.offer-text .offer_desc{
    font-size: 12px;
    /* width: 256px; */
    line-height: 2px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}

.color-items{
        background: #1a1818;
    height: 22px;
    transform: translateY(-6px);
            border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
}


/* owl theme */

.owl-theme .owl-dots .owl-dot span {
    height: 2px;
    width: 15px;
    background-color: rgba(151, 156, 158, 1);
    margin: 0px 5px;
}


.owl-theme .owl-nav.disabled+.owl-dots {
              margin: 0;
        position: absolute;
        top: 490px;
        z-index: 81;
        /* left: 33%; */
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        height: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    height: 2px !important;
    width: 15px !important;
    background: rgba(0, 0, 0, 1) !important;
}
}


@media screen and (max-width: 413px) {

    .offer_name{
        font-size: 14px;
    }

    .offer-button{
        font-size: 11px;
    }
    
}

@media screen and (max-width: 382px) {

    .offer_name{
        font-size: 15px;
        /* padding-left: 1%;
        padding-right: 1%; */
    }

    .offer-button{
        font-size: 11px;
    }

    .offer-banner{
        margin-bottom: 18px;
    }
        .selector-section {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    /* .banner{
        justify-content: center;
        gap: 5px;
    } */


    .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-inline: 5px;
  overflow-x: scroll;
}

.tab {
  padding: 10px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 6px;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 12px;
}

.tab.active {
  background: #000;
  color: #fff;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.image-container img {
         width: 100%;
        height: 120vw;
        object-fit: contain;
        /* border: 1px solid #ddd; */
        /* padding: 10px; */
        border-radius: 6px;
}

.showsize{
        position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 98;
    bottom: 50%;
    height: 100%;
    padding-top: 12px;
    display: none;
}

#close{
    margin-bottom: 5px;
    padding: 8px 12px;
    position: relative;
    left: 88%;
    background: white;
    border-radius: 21px;
    border: 2px solid black;
    font-size: 16px;
    font-weight: 700;
}
.showsize.active{
    display: block;
}

}


@media screen and (max-width: 360px) {
        .content p {
        margin: 0px 0 0 0;
        font-size: 13px;
        color: #444;
        font-weight: 500;
    }

        .margin-badge {
        background-color: #051650;
        color: white;
        padding: 8px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
        }

        .coupon-card{
                    padding: 8px 14px;
        }
    
}


.info-card{
  background:#fff;
  padding:6px;
}

.delivery-box .row{
  display:flex;
  gap:10px;
  margin-bottom:14px;
  align-items: center;
}

.svg-icon svg{
  width:50px;
  height:50px;
  /* fill:#000; */
}

.text{
  font-size:14px;
}

.link{
  color:#0077cc;
  font-size:13px;
}

.trust-box{
  display:flex;
  justify-content:space-between;
  margin-top:20px;
  padding-top:15px;
  border-top:1px solid #e5e5e5;
}

.trust-item{
  flex:1;
  text-align:center;
}

.trust-item svg{
  width:130px;
  height:130px;
  /* fill:#0077cc; */
  margin-bottom:6px;
}

.trust-item p{
  font-size:13px;
  margin:0;
}

.trust-item span{
  font-size:12px;
  color:#555;
}

.fake-counter {
      background: #fff5f5;
    padding: 12px;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}

.fake-counter p {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 0;
}

.fake-counter p.active {
    opacity: 1;
}

.fake-counter-anchor {
  display: none;
}

.fake-counter-desktop-slot {
  width: 100%;
}

/* Translation-safe layout overrides for single product page */
.merage {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.product-image-container,
.product-details {
  width: 50%;
  min-width: 0;
}

.product-details,
.product-detail,
.price-row,
.prices,
.div,
.selector-section,
.size-header,
.offer-banner,
.banner,
.offer-text,
.content,
.delivery-box .row,
.text,
.collapsible,
.collapsible-content {
  min-width: 0;
  box-sizing: border-box;
}

.product-title,
.seller-info,
.current-price,
.mrp,
.discount-badge,
.qty-box,
.selector-title,
.size-chart-link,
.offer_name,
.offer_desc,
.content h2,
.content p,
.text,
.text strong,
.text span,
.collapsible,
.collapsible-content,
#service-policy li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.price-row,
.div,
.banner,
.size-header,
.content h2 {
  flex-wrap: wrap;
}

.prices,
.offer-text,
.text {
  flex: 1 1 0;
}

.mrp,
.discount-badge,
.qty-box,
.offer-button {
  max-width: 100%;
}

.mrp,
.discount-badge {
  width: auto;
}

.offer_name {
  line-height: 1.2;
}

.offer-button {
  white-space: normal;
}

@media (max-width: 768px) {
  .merage {
    flex-direction: column;
    gap: 16px;
  }

  .product-image-container,
  .product-details {
    width: 100%;
  }

  .qty-box {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .product-image-container .fake-counter {
    margin: 16px 0 0;
  }
}
