.products_cont {
  background:
    linear-gradient(to left, rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)),
    url(../images/products-images/bgnew.jpg);
  padding: 4px 0 60px;
  background-size: contain;
  background-position: center;
  position: relative;
}

.page_wrappers {
  max-width: 1200px;
  margin: auto;
}

.ldp-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}

.ldp-badge {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a32d2d;
  border: 1px solid #f09595;
  border-radius: 6px;
  padding: 3px 12px;
  margin-bottom: 10px;
  background: #fcebeb;
}

.ldp-title {
  font-size: 44px;
  font-weight: 700;
  color: #082792;
  margin-bottom: 6px;
  text-transform: uppercase;
  margin-top: 46px;
  margin-bottom: 25px;
}

.ldp-subtitle {
  font-size: 18px;
  color: #555555;
  max-width: 620px;
  margin: auto;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
}

/* Grid */

.ldp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}

/* Card */

.ldp-card {
  background: #0353a4;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  flex-basis: 360px;
  position: relative;
  z-index: 9;
  height: 100%;
}

.ldp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(192, 57, 43, 0.12);
}

.ldp-card::after {
  content: "";
  width: 200px;
  height: 200px;
  background: rgb(255 255 255 / 3%);
  position: absolute;
  border-radius: 50%;
  right: -74px;
  top: -80px;
  backdrop-filter: blur(1px);
  z-index: -1;
}

/* Image */

.ldp-card-img {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  min-height: 138px;
  position: relative;
}

.ldp-card-img img {
  width: 140px;
}

/* Badges */


.ldp-npc {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  background: #fac775;
  color: #633806;
}

.ldp-high-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fcebeb;
  color: #a32d2d;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
}

/* Body */

.ldp-card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  align-items: center;
}

.ldp-product-name {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat';
}

.ldp-pack-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #185fa5;
  background: #e6f1fb;
  border-radius: 6px;
  padding: 4px 10px;
  margin-top: auto;
  width: fit-content;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans';
}

.ldp-sensitivity-pill {
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 20px;
  margin-left: 6px;
  font-family: "Open Sans";
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

.ldp-card-body h5 {
  color: var(--accent);
}

.pill-high {
  background: #fcebeb;
  color: #a32d2d;
}

.pill-med {
  background: #faeeda;
  color: #854f0b;
}

.pill-low {
  background: #eaf3de;
  color: #3b6d11;
}

.red_page .content_body {
  background: #fff;
  border-radius: 8px;
  min-height: 322px;
}

/* Specs */
.ldp-spec-row {
  font-size: 15px;
  color: var(--accent);
  line-height: 1.55;
  border-top: 1px solid #ffffff26;
  padding-top: 8px;
  min-height: 70px;
  text-align: justify;
  padding: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.ldp-card-body h5 {
  color: var(--accent);
  font-size: 17px;
  text-align: center;
}

.ldp-spec-row span {
  color: var(--accent) !important;
  margin: 5px;
  display: block;
}

.ldp-spec-row strong {
  text-align: center;
  margin: auto;
  display: block;
}

span.ldp-sensitivity-pill.pill-med {
  display: block;
}

.ldp-spec-row span {
  color: var(--accent) !important;
  margin: 5px;
  display: block;
}

/* Pack tag */
.ldp-pack-tag {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  color: #0037ff;
  background: #ffffff;
  border-radius: 6px;
  padding: 4px 10px;
  margin-top: auto;
  width: fit-content;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.ldp-product-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  line-height: 30px;
  min-height: 60px;
}

/* Footer */

.ldp-footer {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 11px;
  color: #b4b2a9;
}

.product-box {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 15px;
  border-radius: 8px;
  background: #fff;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.specification {
  font-size: 13px;
  color: #333;
}

.specification p {
  color: var(--accent);
}

.specification p b {
  text-align: center;
  display: block;
}

.specification p br {
  display: none;
}

.ldp-spec-row>br {
  display: none;
}

.approve_text {
  background: antiquewhite;
  padding: 5px 12px;
  border-radius: 30px;
}

body.magnetic_page .ldp-card {
  min-height: 569px;
}

body.red_page .ldp-card {
  min-height: 430px;
}

.magnetic_page .content_body {
  background: #fff;
  border-radius: 20px;
  min-height: 456px;
  display: flex;
  flex-direction: column;
}

.special_page .content_body {
  background: #fff;
  border-radius: 20px;
  min-height: 322px;
  display: flex;
  flex-direction: column;
}

.special_page .ldp-card {
  height: 100%;
  min-height: 493px;
}

.accessories .ldp-card {
  min-height: 320px;
}

.accessories .content_body {
  background: #fff;
  border-radius: 20px;
  min-height: 214px;
  display: flex;
  flex-direction: column;
}

/* body.special_page .ldp-card {
  min-height: 330px;
} */

/* body.magnetic_page .content_body div {
  min-height: 165px;
} */

body.magnetic_page .content_body div:nth-child(2n) {
  min-height: 86px;
}

/* Responsive */

@media (max-width: 600px) {
  .ldp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 400px) {
  .ldp-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:575.98px) {
  .special_page .ldp-card {
    height: 100%;
    min-height: 320px !important;
  }


}