.sbar>li.actv {
    background-color: rgba(158, 16, 0, .1);
}
.mt-0, .sbar>li:first-child {
    margin-top: 0;
}
.sbar>li {
    padding: 1em;
    background-color: rgba(158, 16, 0, .1);;
    border-radius: 4px;
    margin-top: .5em;
}
.sbar li, ol li {
    list-style: none;
    border-bottom: 1px solid rgba(158, 16, 0, .1);
    padding: 5px 8px;
}
.sbar li:last-child, ol li {
   
    border-bottom: 0px solid rgba(158, 16, 0, .1);
   
}
.all-link-wrapper .ps-block__list:last-child li a.view-all span, .fw5 {
    font-weight: 500;
}
* {
    font-family: Inter, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    unicode-bidi: isolate;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.pdp_prc_cta>span.fw-price {
    font-size: 24px;
}
.fw-price {
    font-weight: 400;
}
.clr4 {
    color: #0f0f10;
}
a, h2 a, h3 a, h4 a, h5 a, h6 a, input, p span {
    color: inherit;
    margin: 0;
    padding: 0;
}
* {
    font-family: Inter, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
p {
    color: #181818;
    font-size: 14px;
}
.rcbckCTA {
    right: -33px;
    top: -48px;
}
.position-absolute {
    position: absolute !important;
}
.wrapper{margin-top: 130px !important;}
@media (max-width: 767px) {
    .wrapper {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .wrapper {
        margin-top: 50px;
    }
}


* {
    font-family: Inter, sans-serif;
}
.rcbckCTA .rcb_btn_pdp1 {
    background-color: #fff;
    height: auto;
    padding: 2px;
    border-radius: 30px;
    width: 165px;
    font-size: 14px;
}
.rcb_btn_pdp1 {
    border: 1px solid #9e1000 !important;
    color: #9e1000;
}
.arrow-down {
  transform: rotate(180deg);
}
.pdp-main-img {
  width: 100%;
  height: 420px;              /* CONTROL HEIGHT HERE */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.pdp-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;        /* no crop, full image */
}


.pdp-thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: hidden;
 
}

.pdp-thumbnails img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

.thumb-arrow {
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
}


.pdp-thumbnails img:hover {
  transform: scale(1.05);
  border-color: #007bff;
}
.pdp-right {
  padding: 20px;
  background: #fff;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-size: 26px;
  font-weight: 700;
}

.price span {
  font-size: 14px;
  color: #555;
}

.callback-btn {
  border: 1px solid #c00;
  background: transparent;
  color: #c00;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

.latest-price {
  display: inline-block;
  margin: 8px 0 16px;
  color: #c00;
  font-weight: 600;
  text-decoration: underline;
}

.specs {
  margin-bottom: 12px;
}

.spec {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.spec span:first-child {
  font-weight: 600;
  color: #333;
}

.moq {
  font-size: 14px;
  margin: 12px 0;
}

.desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.5;
}

.interest-btn {
  background: #b00000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}

.interest-btn:hover {
  background: #8f0000;
}
ol, ul {
    padding-left: 0rem !important;
}

.sbar-header{font-weight: 600;}



.reviews-wrap {
  background: #f7f7f7;
  padding: 24px;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews-summary {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 24px;
  background: #fff;
  padding: 20px;
  margin: 16px 0;
}

.rating-score .score {
  font-size: 36px;
  font-weight: 700;
}

.rating-score .stars {
  color: #f5b301;
  font-size: 20px;
}

.rating-bars .bar {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 14px;
}

.rating-bars .bar div {
  background: #eee;
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.rating-bars .bar i {
  display: block;
  height: 100%;
  background: #76b043;
}

.satisfaction h4 {
  margin-bottom: 12px;
}

.circles {
  display: flex;
  gap: 12px;
}

.circles div {
  text-align: center;
}

.circles span {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #76b043;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #fff;
  padding: 20px;
}

.review {
  display: flex;
  gap: 12px;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.view-more {
  text-align: center;
  margin-top: 16px;
}

.view-more button {
  background: #b00000;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
}


.callback-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.callback-modal.active {
  display: block;
}

.callback-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.callback-box {
  position: relative;
  background: #fff;
  max-width: 400px;
  width: 90%;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
}

.callback-box h3 {
  margin-bottom: 15px;
}

.callback-box label {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.callback-box input,
.callback-box textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
}

.submit-btn {
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  background: #c40000;
  color: #fff;
  border: none;
   font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}
.interest-btn {
    background: #b00000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}
.close-modal {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 22px;
  border: none;
  background: none;
  cursor: pointer;
}
textarea, textarea.form-control {
    height: 100px;}
    select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"]{height: 35px;}
    