/* Container Basics */
.Product_info {
}

/* Typography elements */
.Product_info .wrapper {
  display: flex;
  align-items: start;
  gap: 10px;
}
.Product_info h2 {
  font-size: 23px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 4px;

  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.Product_info .sub_heading {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  margin: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Badges & Micro-copy */
.Product_info .stock_badge {
  font-size: 11px;
  background-color: #d3e5cf;
  color: #115100;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
  height: fit-content;
  text-wrap-mode: nowrap;
  /* margin-top: 5px; */
}

.Product_info .starting_label {
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  margin: 0;
}

.Product_info .top_price_amt {
  font-size: 20px;
  font-weight: 700;
  color: #ee4823;
}

.Product_info .unit_label {
  font-size: 11px;
  color: #7e7b7b;
  font-weight: 500;
}

/* Ratings */
.Product_info .stars {
  color: #f9d106;
  font-size: 35px;
}

.Product_info .rating_text {
  font-size: 12px;
  color: #222222;
  font-weight: 500;
  margin: 0;
}

/* Separation lines */
.Product_info .divider_line_dashed {
  border: 0;
  border-top: 1px dashed #cccccc;
  margin: 16px 0;
  opacity: 1;
}

/* Specifications block with pink boundary hints mimicking layout cuts */
.Product_info .specifications_box {
  background-color: #f5f5f5;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.Product_info .spec_header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0;
}

.Product_info .view_details_link {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  text-decoration: underline !important;
}

.Product_info .spec_body {
  margin-top: 10px;
}

.Product_info .spec_body ul {
  padding-left: 0px;
  margin-bottom: 10px;
  list-style: none;
}

.Product_info .spec_body li,
.Product_info .spec_body p {
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Selection Items */
.Product_info .preferences_section h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
}

.Product_info .preference_item {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 24px;
  padding: 8px 18px;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #707070;
  cursor: pointer;
}

.Product_info .dropdown_arrow {
  color: #222222;
  display: flex;
  align-items: center;
  background: #bcbcbc;
  padding: 3px;
  border-radius: 50px;
}
/* Postal Code Verification Block */
.Product_info .pin_icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
}
.Product_info .pin_title {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}
.Product_info .pin_hint {
  font-size: 13px;
  color: #747474;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-align: right;

  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.Product_info .otp-wrapper {
  flex-direction: unset;
}

.Product_info .otp-wrapper input {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: #f9f9f9;
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 2px;
  font-weight: 500;
}
.Product_info .otp-wrapper .input:focus {
  outline: none;
  border-color: #222222;
}

.Product_info .btn_check_pin {
  background: none;
  border: none;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.Product_info .Delivered_text_holder h3 {
  background: #717171 0% 0% no-repeat padding-box;
  border: 0.5px solid #2d2d2d;
  border-radius: 3px;
  text-align: right;
  font-size: 13px;
  padding: 2px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  width: fit-content;
  margin-left: auto;
}

.Product_info .Delivered_text_holder h2 {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2d2d2d;
  text-transform: capitalize;
  opacity: 1;
}

.Product_info .Delivered_text_holder p {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

/* Bottom Price & Call To Action Buttons */
.Product_info .main_price_amt {
  font-size: 30px;
  font-weight: 500;
  color: #ee4823;
  margin: 0;
}

.Product_info .tax_tag {
  font-size: 10px;
  color: #747474;
  font-weight: 600;
}

.Product_info .qty_breakdown {
  font-size: 12px;
  color: #222222;
  font-weight: 600;
  margin: 2px 0 0 0;
}

/* Timeline/Delivery Metrics */
.Product_info .timeline_disclaimer {
  font-size: 15px;
  color: #717171;
  font-weight: 400;
  margin-bottom: 12px;

  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.Product_info .timeline_card {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 5px;
  /* min-height: 54px; */
  padding-left: 0px;
}

.Product_info .icon_wrapper {
  background-color: #717171;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-left: -14px;
}
.Product_info .icon_wrapper img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.Product_info .timeline_details {
  display: flex;
  flex-direction: column;
}
.Product_info .timeline_step_title {
  font-size: 15px;
  font-weight: 700;
  color: #343434;
}
.Product_info .timeline_step_date {
  font-size: 12px;
  color: #707070;
  font-weight: 500;
  white-space: nowrap;
}

/* Custom Accordion Base Overrides for Preferences */
.Product_info .preference_accordion_wrapper {
  margin-bottom: 10px;
}

.Product_info .preference_accordion_wrapper .accordion-item {
  border: none;
  background: transparent;
}

/* Accordion Header / Trigger Container */
.Product_info .preference_accordion_wrapper .accordion-button {
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 24px !important; /* Forces rounded pill style when closed */
  padding: 8px 18px;
  font-size: 13px;
  color: #707070;
  font-weight: 500;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}

/* Fixes bottom corners expanding layout when active */
.Product_info .preference_accordion_wrapper .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  color: #222222 !important;
  border-radius: 50px !important;
}

/* Custom design for the built-in bootstrap arrow icon */
.Product_info .preference_accordion_wrapper .accordion-button::after {
  background-color: #bcbcbc;
  background-size: 10px;
  border-radius: 50%;
  padding: 10px;
  width: 12px;
  height: 12px;
  background-position: center;
  transition: transform 0.2s ease-in-out;
  filter: unset;
}

/* Options dropdown display container */
.Product_info .preference_dropdown_body {
  border-top: none;
  background-color: #f5f5f5;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* Dropdown individual content rows */
.Product_info .option_row {
  padding: 8px !important;
  font-size: 13px;
  color: #555555;
  border-bottom: 1px dashed #e3e3e3;
  border-radius: 50px;
}

.Product_info .option_row:hover {
  background: #cfcfcf 0% 0% no-repeat padding-box;
  color: #000;
}

.Product_info .option_row:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}

/* Recommended mini text badge */
.Product_info .recommended_badge {
  font-size: 11px;
  color: #b23b88;
  font-weight: 600;
  letter-spacing: 0.2px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .Product_info .pin_inputs_container {
    margin-bottom: 20px;
  }
  .Product_info h2 {
    font-size: 16px;
  }

  .price_summary_col {
    margin-bottom: 20px;
  }

  .Product_info .main_price_amt {
    font-size: 27px;
  }
  .Product_info .otp-wrapper {
    flex-direction: unset;
    margin-bottom: 16px;
  }
  .Product_info .sub_heading {
    font-size: 14px;

    line-height: 1.3;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Product_info .Delivered_text_holder h2 {
    font-size: 14px;
  }
  .Product_info .Delivered_text_holder p {
    font-size: 11px;
  }
  .Product_info .pin_title {
    font-size: 14px;
  }
  .Product_info .pin_icon {
    width: 28px;
    height: 28px;
  }
  .Product_info .timeline_disclaimer {
    font-size: 13px;
  }
}
