
/* Product_information */
.brand_badge{
  background: linear-gradient(90deg, #c01b1b 0%, #5a0d0d 100%);
}

.review-stars i {
  color: #f5a623;
  margin-right: 2px;
}
.product_title_font{
    font-size: clamp(24px, 2vw, 32px);
}

.product_mrp_font{
    font-size: clamp(16px, 1.5vw, 20px);
}

.product_emi_font{
    font-size: clamp(12px, 1.1vw, 18px);
}

.add_to_cart{
  border: 1px solid #2e2e2ea5;
  color: #2E2E2E;
  padding: clamp(10px, 1vw, 17px) clamp(10px, 1vw, 15px);   /* top bottom left right */
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.add_to_cart:hover{
      color: #fff;
      transition: all 0.5s ease;
}
.buy_now{
    background: linear-gradient(90deg, #c01b1b 0%, #5a0d0d 100%);
     color: #fff;
  padding: clamp(10px, 1vw, 17px) clamp(10px, 1vw, 15px);  /* top bottom left right */
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
        transition: all 0.5s ease;
          border: 1px solid #2e2e2ea5;
}

.Product_wishlist{
      border-radius: 50%;
      height: 50px;
      width: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #881313;
}



.product_purchase{
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_purchase a:nth-child(1) {
  flex-grow: 3;
}

.product_purchase a:nth-child(2) {
  flex-grow: 4;
}

.free_gifts .free_gift_p span{
  cursor: pointer;
}



.gift-info-box {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  width: 200px;
}
.gift-info-box.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}



.gift-info-box .gift-img{
  width: 150px;
  object-fit: contain;
}
.gift-info-box .gift-name{
  width: 150px;
}

.free_gifts{
      font-size: clamp(12px, 1.5vw, 16px);
}

.view_all_freegifts span{
    border-bottom: 1px solid #2E2E2E;
    font-size: clamp(12px, 1vw, 16px);
}
.view_all_freegifts{
    cursor: pointer;
    position: absolute;
    right: 0;
}

.free_gift_p{
      font-size: clamp(12px, 1.5vw, 16px);
}


.free_gift_info p:nth-child(1) {
font-size: clamp(16px, 2vw, 18px);
}

.free_gift_info p:nth-child(2) {
font-size: clamp(14px, 2vw, 16px);
}

.modal_free_gift_image{
    width: 90px;
    border: 1px dashed #c01b1b;
}

.free_gift_boxes{
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    padding-top: 10px;
}

.delivery_box{
    background-color: #2E2E2E;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    right: 0;
    top: 0;
}


.product_line{
    height: 1px;
    background-color: #cecece;
    flex-grow: 1;
}


.accordion-collapse {
  transition: all 0.4s ease;
  transform-origin: top;
}

.accordion-collapse.collapsing {
  opacity: 0;
  transform: scaleY(0.9);
}

.accordion-collapse.show {
  opacity: 1;
  transform: scaleY(1);
}

.accordian-heading{
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-item {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}
.accordion-item .accordion-button{
    padding-left: 0 !important;
}
.accordion-body {
    padding-left: 0 !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.accordion-button::after {
    transition: all 0.5s ease;
}

.accordion-button::after {
    background-image: url('../../images/icons/Plus.svg');
}
.accordion-button:not(.collapsed)::after {

    background-image: url('../../images/icons/minus.svg');
}

.product_download_pdf{
        border-bottom: 1px solid #cecece;
        padding-bottom: 16px;
        padding-right: 16px;
}

.highlight-points{
    font-weight: 500;
}




.specs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.spec-item {
  flex: 1 1 45%;
  border-radius: 8px;
  font-size: 1rem;
  color: #000;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .spec-item {
    flex: 1 1 100%;
  }
}

/* Similar product */
 .product_image .featured{
width: 100%;
object-fit: contain;
opacity: 1;
  transition: all 1s ease;
    border-radius: 20px;
}
 .product_image .hover_featured{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: contain;
  opacity: 0;
    transition: all 1s ease;
      border-radius: 20px;
}

 .item .product_image .featured{
  height: 300px !important;
}
 .item .hover_featured{

  height: 300px !important;
    border-radius: 20px;

}

.product_box:hover .product_image .featured{
  opacity: 0;
  transition: all 1s ease;
  border-radius: 20px;
}
.product_box:hover .product_image .hover_featured{
  opacity: 1;
  transition: all 1s ease;
    /* border-radius: 20px; */
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new_arrivals .item {
    border: 1px solid #bebebe;
    border-radius: 20px;
    background: #fff;
}
.similar_wishlist{
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 1;
  /* background-color: #c01b1b; */
  border: 1px solid #c01b1b;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: clamp(6px, 1vw, 10px);
}
.similar_wishlist svg{
  height: 25px;
  width: 25px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #666565;
    width: 13px;
    height: 13px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #666565;
      transition: all 0.5s ease;
}

.item .productnamediv h5{
  font-size: clamp(14px, 2vw, 18px);
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;

}

.commercial_trancate{
    font-size: clamp(14px, 2vw, 18px);
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
.sku-font{
  font-size: clamp(14px, 1vw, 16px);
}

.item .price-bracket .offer_price{
   font-size: clamp(16px, 2vw, 22px);
}

.item .price-bracket .mrp{
   font-size: clamp(11px, 2vw, 14px);
}
.item{
  cursor: pointer;
}


/* Swiper js carousel */
section.product_details .swiper {
  width: 100%;
}

section.product_details .swiper-slide {
  background-position: center;
  background-size: cover;
  height: auto;
  border: 0.5px solid #CDCACA;
}

section.product_details .swiper-slide img {
  display: block;
  width: 100%;
}

section.product_details .swiper-slide .slider {
  position: relative;
  overflow: hidden;
}


    

     section.product_details .mySwiper .swiper-slide {
      width: 25%;
      /* height: 100%; */
      opacity: 0.5;
    }
    section.product_details .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.product_sticky{
  position: sticky;
  top: 0px;
}


.fa-star{
    color: #f5a623;
}
.border{
  border: 1px solid #F0F0F0;;
}


.rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  height: 46px;
}

.rate input {
  position: absolute;
  top: -9999px;
}

.rate label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.rate label::before {
  content: '★';
}

.rate input:checked ~ label {
  color: #f5a623;
}

.rate label:hover,
.rate label:hover ~ label {
  color: #f5a623;
}

.rate input:checked + label:hover,
.rate input:checked + label:hover ~ label,
.rate input:checked ~ label:hover,
.rate input:checked ~ label:hover ~ label,
.rate label:hover ~ input:checked ~ label {
  color: #f5a623;
}

.progress_bar_5{
  height: 3px;
  background-color: #00d82f;
  width: 100%;
  text-align: left;
}
.progress_bar_4{
  height: 3px;
  background-color: #00d82f;
  width: 80%;
    text-align: left;
}
.progress_bar_3{
  height: 3px;
  background-color: #5dd677;
  width: 90%;
}
.progress_bar_2{
  height: 3px;
  background-color: #ffd000;
  width: 40%;
    text-align: left;
}
.progress_bar_1{
  height: 3px;
  background-color: #ff0000;
  width: 20%;
    text-align: left;
}

.total_star_3rating{
  flex-grow: 0;
}
.grow{
  flex-grow: 1;
}
/* .total_star_rating{
  position: absolute;
  right: 0;
} */

.sortbyreview {
      border: 1px solid #9e9e9e;
    padding: 10px;
    border-radius: 10px;
    width: 150px;
}


.reviewer_date{
  font-size: 12px;
}

.review_filter .dropdown-toggle {
  border: none;
  background: none;
}




#previewGallery img {
    max-width: 70px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    object-fit: contain;
}

#reviewModal .form-control{
  padding: 3px 10px !important;
}

.product_varients p{
padding: 5px;
border: 1px solid #666565;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.product_varients p:hover{
  background-color: #c01b1b;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #fff;
}

.all_details .sku1{
  width: 70%;

}

.all_details .avail{
  width: 30%;
  justify-content: end;
  
}

.custom-width-sku{
  width: 60px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

.button_1{
  opacity: 1 !important;
}