:root {
  --vp-green: #2f8737;
  --vp-green-dark: #0b5d31;
  --vp-soft: #eef7e9;
  --vp-text: #172019;
  --vp-muted: #5d6961;
  --vp-line: #dfe9dc;
  --vp-border: rgba(53, 99, 56, .14);
}

.vp-page {
  font-family: "DM Sans", sans-serif;
  background: #fff;
  color: var(--vp-text);
  padding-bottom: 50px;
}

/* =========================================================
   NEW PREMIUM PRODUCT HERO
========================================================= */
.vp-hero {
  position: relative;
  min-height: 430px;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(248, 252, 246, .99) 0%, rgba(248, 252, 246, .98) 43%, rgb(248 252 246) 52%, rgb(248 252 246 / 40%) 66%, rgb(248 252 246 / 74%) 100%), url(../image/vp-lab-banner.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e4eee1;
}

.vp-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 44%;
  top: -100px;
  width: 245px;
  height: 620px;
  background: #f9fcf7;
  border-radius: 0 0 75% 0;
  transform: rotate(10deg);
  box-shadow:
    20px 0 0 rgba(255,255,255,.95),
    26px 0 0 rgba(47,135,55,.08);
  pointer-events: none;
}

.vp-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 39%;
  top: 65px;
  width: 95px;
  height: 90px;
  opacity: .45;
  background-image: radial-gradient(#8cc592 1.5px, transparent 1.5px);
  background-size: 13px 13px;
  pointer-events: none;
}

.vp-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 12% 22%, rgba(168, 215, 151, .22), transparent 30%);
  pointer-events: none;
}

.vp-hero__content {
  position: relative;
  z-index: 4;
  width: min(1420px, calc(100% - 44px));
  margin: auto;
  padding-top: 130px;
  color: var(--vp-text);
}

.vp-hero__content::before {
  content: "OUR PRODUCTS";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 23px;
  padding: 0 17px 0 39px;
  border: 1px solid #d6e8d2;
  border-radius: 999px;
  background:
    radial-gradient(circle at 19px 50%, #0b5d31 0 5px, transparent 6px),
    rgba(255,255,255,.94);
  color: #0b5d31;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 8px 22px rgba(28,79,38,.07);
}

.vp-hero__content h1 {
  max-width: 620px;
  margin: 0;
  color: #111813;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: -2px;
  font-weight: 700;
}

.vp-hero__content h1::after {
  content: "Better Healthcare.";
  display: block;
  margin-top: 6px;
  color: var(--vp-green-dark);
}

.vp-breadcrumb {
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  z-index: 10;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #07542d, #0d6b37);
  box-shadow: 0 12px 28px rgba(9,88,47,.18);
  font-size: 14px;
  white-space: nowrap;
}

.vp-breadcrumb a,
.vp-breadcrumb i {
  color: #fff;
  text-decoration: none;
}

.vp-breadcrumb span {
  color: #bfe693;
  font-weight: 700;
}

.vp-hero__trust {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 80px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #dce8d9;
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 50px rgba(35,82,39,.13);
}

.vp-hero__trust article {
  min-height: 126px;
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 22px 25px;
  border-right: 1px solid #e1e9df;
  text-align: left;
}

.vp-hero__trust article:last-child {
  border-right: 0;
}

.vp-hero__trust i {
  grid-row: 1 / 3;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef7e9;
  color: var(--vp-green-dark);
  font-size: 23px;
}

.vp-hero__trust strong {
  align-self: end;
  color: #18221b;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 800;
}

.vp-hero__trust article::after {
  align-self: start;
  margin-top: 6px;
  color: #6b756d;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
}

.vp-hero__trust article:nth-child(1)::after { content: "WHO-GMP approved facilities."; }
.vp-hero__trust article:nth-child(2)::after { content: "Strict quality at every step."; }
.vp-hero__trust article:nth-child(3)::after { content: "Accessible quality medicines."; }
.vp-hero__trust article:nth-child(4)::after { content: "Trusted healthcare worldwide."; }

.vp-categories {
  width: min(1420px, calc(100% - 44px));
  margin: 178px auto 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--vp-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(39, 75, 42, .04)
}

.vp-category-title {
  color: #23492b;
  font-size: 19px;
  font-weight: 700
}

.vp-category-tabs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px
}

.vp-tab {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  background: #37a526;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  cursor: pointer
}

.vp-tab i { font-size: 25px }
.vp-tab span { font-size: 14px; font-weight: 700 }
.vp-tab.orange { background: #ef9608 }
.vp-tab.blue { background: #2b80be }
.vp-tab.green { background: #36a52c }
.vp-tab.red { background: #d94450 }
.vp-tab.purple { background: #8742a8 }
.vp-tab.navy { background: #323c7d }
.vp-tab.gold { background: #e1aa03 }
.vp-tab.active { outline: 3px solid rgba(38, 128, 48, .15) }

.vp-products-layout {
  width: min(1420px, calc(100% - 44px));
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px
}

.vp-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
  overflow: hidden;
  border: 1px solid #dce6da;
  border-radius: 10px;
  background: #fff
}

.vp-sidebar__title {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #23492b;
  font-size: 19px;
  font-weight: 700
}

.vp-side-item {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 0;
  border-top: 1px solid #edf1eb;
  background: #fff;
  color: #343e37;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  cursor: pointer
}

.vp-side-item i { color: #8da18f; font-size: 12px }

.vp-side-item:hover,
.vp-side-item.active {
  background: #73d300;
  color: #fff
}

.vp-side-item.active i,
.vp-side-item:hover i { color: #fff }

.vp-help-card {
  margin: 16px 12px 12px;
  padding: 18px 12px;
  border-radius: 10px;
  background: #f2f8ef;
  text-align: center
}

.vp-help-card>i { color: var(--vp-green-dark); font-size: 29px }
.vp-help-card h3 { margin: 10px 0 0; color: #23552d; font-size: 18px }
.vp-help-card p { margin: 7px 0 13px; color: #657068; font-size: 13px; line-height: 1.45 }

.vp-help-card a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 5px;
  background: #0b5d31;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none
}

.vp-product-content { min-width: 0 }
.vp-product-section { margin-bottom: 18px }
.vp-product-section.is-hidden { display: none }

.vp-product-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 7px;
  color: #165c2d
}

.vp-product-heading i { font-size: 18px }
.vp-product-heading h2 { margin: 0; font-size: 17px; font-weight: 800 }
.blue-text { color: #2376ad }
.red-text { color: #d53b45 }
.purple-text { color: #8a3fa8 }
.navy-text { color: #303c76 }
.gold-text { color: #d59b00 }

.vp-table-wrap {
  overflow: auto;
  border: 1px solid #dfe8dc;
  border-radius: 6px
}

.vp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 850px;
  background: #fff
}

.vp-table thead { background: #f1f6ee }

.vp-table th {
  padding: 10px 12px;
  color: #26502e;
  font-size: 14px;
  font-weight: 800;
  border-right: 1px solid #e1e9df
}

.vp-table td {
  padding: 9px 12px;
  color: #333d36;
  font-size: 14px;
  line-height: 1.45;
  border-top: 1px solid #edf1eb;
  border-right: 1px solid #edf1eb
}

.vp-product-link {
  color: #0b5d31;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease
}

.vp-product-link:hover {
  color: #2f8737;
  text-decoration: underline
}

.vp-table tr.is-hidden { display: none }

.vp-no-results {
  display: none;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #bed4b9;
  border-radius: 10px;
  background: #f7fbf5;
  color: #5a675f;
  font-size: 16px
}

.vp-no-results.is-visible { display: flex }

.vp-quality-banner {
  width: min(1420px, calc(100% - 44px));
  min-height: 190px;
  margin: 24px auto 0;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(7,88,47,.96) 0%, rgba(7,88,47,.90) 38%, rgba(7,88,47,.48) 64%, rgba(7,88,47,.05) 100%),
    url("../image/vp-quality-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.vp-quality-content {
  max-width: 680px;
  padding: 24px 28px;
  color: #fff
}

.vp-quality-content h2 { margin: 0; font-size: 27px; line-height: 1.15; font-weight: 700 }
.vp-quality-content p { margin: 10px 0 0; color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.55 }

.vp-quality-points {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px
}

.vp-quality-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600
}

@media(max-width:1100px) {
  .vp-hero { min-height: 390px }
  .vp-hero::before { left: 47% }
  .vp-hero__content h1 { font-size: 48px }
  .vp-hero__trust { width: calc(100% - 50px) }
  .vp-hero__trust article { grid-template-columns: 48px 1fr; padding: 18px }
  .vp-hero__trust i { width: 46px; height: 46px; font-size: 20px }
  .vp-category-tabs { grid-template-columns: repeat(4, 1fr) }
  .vp-products-layout { grid-template-columns: 170px 1fr }
}

@media(max-width:800px) {
  .vp-hero {
    min-height: 520px;
    background-position: 65% center;
  }

  .vp-hero::before,
  .vp-hero::after { display: none }

  .vp-hero__overlay {
    background: linear-gradient(180deg, rgba(248,252,246,.98) 0%, rgba(248,252,246,.95) 53%, rgba(248,252,246,.35) 100%);
  }

  .vp-hero__content {
    width: calc(100% - 34px);
    padding-top: 55px;
  }

  .vp-hero__content h1 {
    max-width: 500px;
    font-size: 45px;
  }

  .vp-hero__trust {
    bottom: -280px;
    width: calc(100% - 24px);
    grid-template-columns: repeat(2,1fr);
  }

  .vp-hero__trust article:nth-child(2) { border-right: 0 }
  .vp-hero__trust article:nth-child(-n+2) { border-bottom: 1px solid #e2e9df }

  .vp-categories {
    margin-top: 315px;
    grid-template-columns: 1fr
  }

  .vp-products-layout { grid-template-columns: 1fr }
  .vp-sidebar { position: relative; top: auto }
  .vp-category-tabs { grid-template-columns: repeat(2, 1fr) }
}

@media(max-width:560px) {
  .vp-hero {
    min-height: 490px;
    background-position: 72% center;
  }

  .vp-hero__content { padding-top: 42px }

  .vp-hero__content::before {
    min-height: 30px;
    padding: 0 12px 0 34px;
    font-size: 11px;
  }

  .vp-hero__content h1 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .vp-breadcrumb {
    min-height: 42px;
    padding: 0 17px;
    font-size: 12px;
  }

  .vp-hero__trust {
    bottom: -338px;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .vp-hero__trust article {
    min-height: 92px;
    grid-template-columns: 48px 1fr;
    border-right: 0;
    border-bottom: 1px solid #e2e9df;
  }

  .vp-hero__trust article:last-child { border-bottom: 0 }
  .vp-categories { margin-top: 370px }

  .vp-categories,
  .vp-products-layout,
  .vp-quality-banner {
    width: calc(100% - 16px)
  }

  .vp-category-tabs { grid-template-columns: 1fr 1fr }
  .vp-side-item { font-size: 14px }
  .vp-quality-content h2 { font-size: 23px }

  .vp-quality-points {
    gap: 12px;
    flex-direction: column
  }
}

/* =========================================================
   RESPONSIVE HERO FIX — 15 AUG 2026
   Keeps desktop design, fixes tablet/mobile overlap issues
========================================================= */
@media (max-width: 800px) {
  .vp-hero {
    min-height: auto;
    overflow: hidden;
    padding-bottom: 26px;
    background-position: 72% center;
  }

  .vp-hero::before,
  .vp-hero::after {
    display: none;
  }

  .vp-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(248,252,246,.99) 0%,
        rgba(248,252,246,.98) 42%,
        rgba(248,252,246,.88) 64%,
        rgba(248,252,246,.48) 100%
      );
  }

  /* header is overlay/absolute on mobile, so give hero safe top space */
  .vp-hero__content {
    width: calc(100% - 32px);
    padding-top: 145px;
  }

  .vp-hero__content::before {
    margin-bottom: 18px;
  }

  .vp-hero__content h1 {
    max-width: 100%;
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.06;
    letter-spacing: -1.2px;
  }

  .vp-breadcrumb {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: max-content;
    max-width: 100%;
    min-height: 42px;
    margin: 20px 0 0;
    padding: 0 18px;
    font-size: 12px;
  }

  /* trust card becomes normal-flow content — no more overlap */
  .vp-hero__trust {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: calc(100% - 24px);
    margin: 30px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(35,82,39,.10);
  }

  .vp-hero__trust article {
    min-height: 112px;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 11px;
    padding: 16px;
  }

  .vp-hero__trust i {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .vp-hero__trust strong {
    font-size: 14px;
  }

  .vp-hero__trust article::after {
    font-size: 10px;
  }

  .vp-hero__trust article:nth-child(2n) {
    border-right: 0;
  }

  .vp-hero__trust article:nth-child(-n+2) {
    border-bottom: 1px solid #e2e9df;
  }

  .vp-categories {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .vp-products-layout {
    grid-template-columns: 1fr;
  }

  .vp-sidebar {
    position: relative;
    top: auto;
  }

  .vp-category-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .vp-hero {
    min-height: auto;
    padding-bottom: 20px;
    background-position: 78% center;
  }

  .vp-hero__content {
    width: calc(100% - 28px);
    padding-top: 138px;
  }

  .vp-hero__content::before {
    min-height: 30px;
    margin-bottom: 16px;
    padding: 0 12px 0 34px;
    font-size: 11px;
  }

  .vp-hero__content h1 {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.08;
    letter-spacing: -.8px;
  }

  .vp-hero__content h1::after {
    margin-top: 5px;
  }

  .vp-breadcrumb {
    min-height: 40px;
    margin-top: 18px;
    padding: 0 15px;
    font-size: 11px;
  }

  .vp-hero__trust {
    width: calc(100% - 20px);
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-hero__trust article {
    min-height: 108px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px 12px;
    column-gap: 9px;
  }

  .vp-hero__trust i {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .vp-hero__trust strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .vp-hero__trust article::after {
    margin-top: 4px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .vp-categories,
  .vp-products-layout,
  .vp-quality-banner {
    width: calc(100% - 16px);
  }

  .vp-categories {
    margin-top: 18px;
  }

  .vp-category-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .vp-side-item {
    font-size: 14px;
  }

  .vp-quality-content h2 {
    font-size: 23px;
  }

  .vp-quality-points {
    gap: 12px;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .vp-hero__content {
    padding-top: 128px;
  }

  .vp-hero__content h1 {
    font-size: 29px;
  }

  .vp-hero__trust article {
    min-height: 102px;
    padding: 12px 10px;
  }

  .vp-hero__trust strong {
    font-size: 12px;
  }

  .vp-hero__trust article::after {
    font-size: 9px;
  }
}


/* =========================================================
   PRODUCT IMAGE CARD GRID
========================================================= */
.vp-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-bottom:32px;
}

.vp-medicine-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid #dce6da;
  border-radius:14px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 4px 12px rgba(26,69,35,.05);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.vp-medicine-card:hover{
  transform:translateY(-5px);
  border-color:#b8d5b3;
  box-shadow:0 15px 32px rgba(27,73,37,.12);
}

.vp-medicine-image{
  position:relative;
  height:205px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:17px;
  background:radial-gradient(circle at center,rgba(224,239,218,.55) 0%,rgba(246,249,245,.96) 68%);
}

.vp-medicine-image::before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(47,135,55,.035);
  transform:scale(.8);
  transition:.35s ease;
}

.vp-medicine-card:hover .vp-medicine-image::before{
  transform:scale(1.25);
  background:rgba(47,135,55,.065);
}

.vp-medicine-image::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:#e7eee5;
}

.vp-medicine-image img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .35s ease;
}

.vp-medicine-card:hover .vp-medicine-image img{
  transform:scale(1.06);
}

.vp-medicine-info{
  position:relative;
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:18px 16px 17px;
  background:#fff;
}

.vp-medicine-info::before{
  content:"";
  position:absolute;
  left:16px;
  top:0;
  width:38px;
  height:3px;
  border-radius:0 0 5px 5px;
  background:linear-gradient(90deg,#0b5d31,#62ae45);
}

.vp-medicine-info h3{
  margin:0;
  color:#1e2c22;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
  text-transform:none;
}

.vp-product-details{
  width:100%;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-top:10px;
}

.vp-product-details span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 9px;
  border:1px solid #e1eae0;
  border-radius:5px;
  background:#fafcf9;
  color:#6a756d;
  font-size:10px;
  font-weight:600;
}

.vp-card-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  margin-top:12px;
  padding:0 10px;
  border-radius:999px;
  background:#edf7e9;
  color:#17662f;
  font-family:"DM Sans",sans-serif;
  font-size:10px;
  line-height:1;
  font-weight:700;
}

.vp-medicine-card.is-hidden{display:none!important}
.vp-product-section.is-hidden{display:none!important}

.vp-product-heading{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
}

.vp-product-heading i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#edf7e9;
  font-size:16px;
}

.vp-product-heading h2{
  margin:0;
  font-size:18px;
  font-weight:800;
  letter-spacing:.2px;
}

.vp-product-heading.blue-text i{background:#eaf4fb}
.vp-product-heading.red-text i{background:#fcebed}
.vp-product-heading.purple-text i{background:#f4ebf8}
.vp-product-heading.navy-text i{background:#eceef7}
.vp-product-heading.gold-text i{background:#fff7dc}

@media(max-width:1250px){
  .vp-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:950px){
  .vp-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
  }
  .vp-medicine-image{height:195px}
}

@media(max-width:560px){
  .vp-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-bottom:24px;
  }
  .vp-medicine-card{border-radius:10px}
  .vp-medicine-image{height:145px;padding:10px}
  .vp-medicine-image::before{width:90px;height:90px}
  .vp-medicine-info{padding:14px 11px 13px}
  .vp-medicine-info::before{left:11px;width:28px;height:2px}
  .vp-medicine-info h3{font-size:11px;line-height:1.4}
  .vp-product-details{gap:4px;margin-top:8px}
  .vp-product-details span{min-height:21px;padding:0 6px;font-size:8px}
  .vp-card-badge{min-height:21px;margin-top:8px;padding:0 7px;font-size:8px}
  .vp-product-heading{margin-bottom:10px}
  .vp-product-heading i{width:30px;height:30px;font-size:14px}
  .vp-product-heading h2{font-size:15px}
}

@media(max-width:390px){
  .vp-card-grid{grid-template-columns:1fr}
  .vp-medicine-image{height:210px}
  .vp-medicine-info{padding:16px 14px}
  .vp-medicine-info h3{font-size:13px}
  .vp-product-details span{font-size:9px}
  .vp-card-badge{font-size:9px}
}
