.Product_Info_Card_Section {
  width: 100%;
  height: 100%;
}

.Product_Info_Card_Section .Add_to_card_btn {
  width: 100%;
}

.Product_Info_Card_Section .Product_Info_Card {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.Product_Info_Card_Section .Product_Info_Card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.Product_Info_Card_Section .upper_image_section {
  width: 100%;
  position: relative;
  background: #fafafa;
  border-bottom: 1px solid #eeeeee;
}

.Product_Info_Card_Section .upper_image_section .card_img_holder {
  width: 100%;
  height: 240px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Product_Info_Card_Section .upper_image_section .card_img_holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.Product_Info_Card_Section .Product_Info_Card:hover .card_img_holder img {
  transform: scale(1.04);
}

.Product_Info_Card_Section .upper_image_section .text_div {
  position: absolute;
  top: 12px;
  left: 12px;
  height: auto;
  display: block;
  z-index: 5;
}

.Product_Info_Card_Section .upper_image_section .text_div .discont_div {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  display: block;
}

.Product_Info_Card_Section
  .upper_image_section
  .text_div
  .discont_div
  .discount_text {
  position: static;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  margin: 0;
  background: #82c458 !important;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transform: none;
  text-align: center;
}

.Product_Info_Card_Section .upper_image_section .text_div .company_div {
  display: none;
}

.Product_Info_Card_Section .lower_text_section {
  padding: 12px !important;
  background: #ffffff;
}

.Product_Info_Card_Section
  .Product_Info_Card
  .lower_text_section
  .product_name {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 3px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

.Product_Info_Card_Section .Product_Info_Card:hover .product_name {
  color: #06a52e;
}

.Product_Info_Card_Section .rating_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.Product_Info_Card_Section .rating_div .sub_text {
  color: #777777;
  font-size: 13px;
  margin: 0;
}

.Product_Info_Card_Section .rating_div .rating_sub_div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Product_Info_Card_Section .rating_div .rating_sub_div .star_icon {
  color: #f5b400;
  font-size: 13px;
  padding: 0;
}

.Product_Info_Card_Section .rating_div .rating_sub_div .rating {
  color: #333333;
  font-size: 13px;
  margin: 0;
}

.Product_Info_Card_Section .pricing_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.Product_Info_Card_Section .pricing_div .left_side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.Product_Info_Card_Section .pricing_div .selling_price {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.Product_Info_Card_Section .pricing_div .mrp {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  margin: 0;
}

.Product_Info_Card_Section .pricing_div .gst-inc {
  /* width: 100%; */
  color: #777777;
  font-size: 12px;
  margin: 0;
}

.Product_Info_Card_Section .pricing_div .discount_div {
  width: auto;
  padding: 4px 7px;
  background: #effff3;
  border: 1px solid #bcefc8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Product_Info_Card_Section .pricing_div .discount_div .discount {
  color: #078c29;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.Product_Info_Card_Section .pricing_div .kilo_main_div {
  width: 100%;
  padding: 6px 9px;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.Product_Info_Card_Section .pricing_div .kilo_main_div:hover {
  border-color: #06d338;
}

.Product_Info_Card_Section .pricing_div .kilo_main_div .kilo_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Product_Info_Card_Section .pricing_div .kilo_main_div .kilo_div .kilo_text {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.Product_Info_Card_Section .pricing_div .kilo_main_div .kilo_div .icon_p {
  margin: 0;
}

.Product_Info_Card_Section .pricing_div .kilo_main_div .kilo_div .down_icon {
  color: #06a52e;
  font-size: 15px;
}

.Product_Info_Card_Section .unit_dropdown {
  width: 100%;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  z-index: 999;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.Product_Info_Card_Section .unit_item {
  padding: 8px 10px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  transition: all 0.2s ease;
}

.Product_Info_Card_Section .unit_item:hover {
  color: #078c29;
  background: #f1fff4;
}

.Product_Info_Card_Section .unit_item:last-child {
  border-bottom: none;
}

.Product_Info_Card_Section .btn_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.Product_Info_Card_Section .btn_holder .basket_icon {
  color: #06a52e;
  font-size: 14px;
  padding-right: 5px;
}

.Product_Info_Card_Section .favourite_div .heart_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  color: #555555;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.Product_Info_Card_Section .Increment_decrement_btn_holder {
  width: 100%;
}

.Product_Info_Card_Section .out-stock-wrapper {
  width: 100%;
  padding: 8px;
  margin: 0 !important;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #fafafa;
}

.Product_Info_Card_Section .out-stock-wrapper .out-stock-statusss {
  color: #dc3545;
  font-size: 13px;
  font-weight: 600;
  margin: 0 !important;
}

.Product_Info_Card_Section .swiper-pagination {
  position: unset !important;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.stock-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 99999;
  padding: 11px 18px;
  color: #ffffff;
  background: #202020;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transform: translateX(-50%);
  animation: fadeInUp 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 15px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.cart-toast-modal {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 390px;
  max-width: calc(100% - 30px);
  margin: 0;
  animation: slideCart 0.35s ease;
}

.cart-toast-modal .modal-content {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.cart-toast-modal .cart-toast-content {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-toast-modal .toast-product-image {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.cart-toast-modal .toast-details {
  flex: 1;
  min-width: 0;
}

.cart-toast-modal .toast-details h5 {
  margin: 0 0 4px;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-toast-modal .toast-details p {
  margin: 0 0 4px;
  color: #666666;
  font-size: 13px;
}

.cart-toast-modal .toast-btns {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.cart-toast-modal .continue-btn,
.cart-toast-modal .view-cart-btn {
  flex: 1;
  height: 38px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.cart-toast-modal .continue-btn {
  color: #333333;
  background: #f3f3f3;
}

.cart-toast-modal .view-cart-btn {
  color: #ffffff;
  background: #06d338;
}

.cart-toast-modal .view-cart-btn:hover {
  background: #048f27;
}

.cart-popup-modal {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.stock-error-popup .modal-dialog {
  max-width: 340px;
}

.stock-error-popup .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.stock-error-popup .modal-body {
  padding: 0;
}

.stock-error-popup .stock-error-content {
  padding: 26px 24px 22px;
  text-align: center;
}

.stock-error-popup .stock-error-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stock-error-popup .stock-error-icon span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dc3545;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stock-error-popup .stock-error-text h5 {
  margin: 0 0 6px;
  color: #202020;
  font-size: 17px;
  font-weight: 700;
}

.stock-error-popup .stock-error-text p {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.5;
}

.stock-error-popup .stock-error-close-btn {
  margin-top: 18px;
  padding: 8px 24px;
  border: none;
  border-radius: 5px;
  background: #06d338;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.stock-error-popup .stock-error-close-btn:hover {
  background: #048f27;
}

@keyframes slideCart {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Product_Info_Card_Section .upper_image_section .card_img_holder {
    height: 220px;
  }

  .Product_Info_Card_Section .lower_text_section {
    padding: 10px !important;
  }

  .Product_Info_Card_Section .product_name {
    font-size: 15px !important;
  }

  .Product_Info_Card_Section .pricing_div .selling_price {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .Product_Info_Card_Section .upper_image_section .card_img_holder {
    height: 190px;
  }

  .Product_Info_Card_Section .pricing_div .selling_price {
    font-size: 16px;
  }

  .Product_Info_Card_Section .pricing_div .mrp {
    font-size: 13px;
  }

  .Product_Info_Card_Section .rating_div .sub_text {
    font-size: 11px;
  }

  .Product_Info_Card_Section .rating_div .rating_sub_div .rating {
    font-size: 11px;
  }

  .Product_Info_Card_Section .rating_div .rating_sub_div .star_icon {
    font-size: 10px;
  }

  .Product_Info_Card_Section .pricing_div .kilo_main_div {
    padding: 5px 7px;
  }

  .Product_Info_Card_Section .pricing_div .kilo_main_div .kilo_div .kilo_text {
    font-size: 11px;
  }

  .Product_Info_Card_Section .pricing_div .kilo_main_div .kilo_div .down_icon {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .Product_Info_Card_Section .upper_image_section .card_img_holder {
    height: 170px;
    padding: 8px;
  }

  .Product_Info_Card_Section .lower_text_section {
    padding: 9px !important;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .product_name {
    font-size: 14px;
  }

  .Product_Info_Card_Section .pricing_div {
    gap: 5px;
  }

  .Product_Info_Card_Section .pricing_div .selling_price {
    font-size: 15px;
  }

  .Product_Info_Card_Section .pricing_div .mrp {
    font-size: 12px;
  }

  .Product_Info_Card_Section .pricing_div .discount_div {
    padding: 3px 5px;
  }

  .Product_Info_Card_Section .pricing_div .discount_div .discount {
    font-size: 10px;
  }

  .Product_Info_Card_Section .favourite_div .heart_icon {
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 13px;
  }

  .Product_Info_Card_Section
    .upper_image_section
    .text_div
    .discont_div
    .discount_text {
    font-size: 10px;
    padding: 4px 7px;
  }

  .cart-toast-modal {
    right: 10px;
    bottom: 15px;
    width: 320px;
  }

  .cart-toast-modal .toast-product-image {
    width: 70px;
    height: 75px;
  }

  .cart-toast-modal .toast-details h5 {
    font-size: 14px;
  }

  .cart-toast-modal .toast-details p {
    font-size: 12px;
  }

  .cart-toast-modal .continue-btn,
  .cart-toast-modal .view-cart-btn {
    height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .Product_Info_Card_Section .upper_image_section .card_img_holder {
    height: 145px;
  }
  .Product_Info_Card_Section .upper_image_section .text_div {
    top: 3px;
  }
  .Product_Info_Card_Section .Product_Info_Card {
    border-radius: 6px;
  }

  .Product_Info_Card_Section .lower_text_section {
    padding: 7px !important;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .product_name {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .Product_Info_Card_Section .rating_div {
    margin-bottom: 5px;
  }

  .Product_Info_Card_Section .rating_div .sub_text {
    font-size: 10px;
  }

  .Product_Info_Card_Section .rating_div .rating_sub_div .rating {
    font-size: 10px;
  }

  .Product_Info_Card_Section .pricing_div .left_side {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .Product_Info_Card_Section .pricing_div .selling_price {
    font-size: 14px;
  }

  .Product_Info_Card_Section .pricing_div .mrp {
    font-size: 11px;
  }

  .Product_Info_Card_Section .pricing_div .gst-inc {
    font-size: 9px;
  }

  .Product_Info_Card_Section .pricing_div .discount_div {
    padding: 3px 5px;
  }

  .Product_Info_Card_Section .pricing_div .discount_div .discount {
    font-size: 9px;
  }

  .Product_Info_Card_Section .btn_holder {
    gap: 4px;
  }

  .Product_Info_Card_Section .Increment_decrement_btn_holder {
    padding: 2px 0 !important;
  }

  .Product_Info_Card_Section .Green_Btn_With_Icon {
    padding: 5px 7px;
    border-radius: 5px;
  }

  .Product_Info_Card_Section .out-stock-wrapper {
    padding: 6px;
  }

  .Product_Info_Card_Section .out-stock-wrapper .out-stock-statusss {
    font-size: 12px;
  }

  .stock-toast {
    width: calc(100% - 30px);
    text-align: center;
    font-size: 13px;
  }

  .cart-toast-modal {
    width: calc(100% - 20px);
    right: 10px;
  }
}

@media (max-width: 350.98px) {
  .Product_Info_Card_Section .upper_image_section .card_img_holder {
    height: 130px;
  }

  .Product_Info_Card_Section .lower_text_section {
    padding: 6px !important;
  }

  .Product_Info_Card_Section
    .Product_Info_Card
    .lower_text_section
    .product_name {
    font-size: 12px;
  }

  .Product_Info_Card_Section .pricing_div .selling_price {
    font-size: 13px;
  }

  .Product_Info_Card_Section .Green_Btn_With_Icon {
    padding: 4px;
    font-size: 12px;
  }
}
