.product-image-showcase { background: #f2faf5; }
.product-showcase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.product-showcase-grid figure { position: relative; height: 330px; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: 0 16px 38px rgba(3,84,40,.13); }
.product-showcase-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-showcase-grid figure:hover img { transform: scale(1.05); }
.product-showcase-grid figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 12px 16px; border-radius: 12px; background: rgba(3,65,31,.82); color: #fff; font-weight: 800; text-align: center; backdrop-filter: blur(3px); }
@media(max-width:991px){.product-showcase-grid{grid-template-columns:repeat(2,1fr)}.product-showcase-grid figure:last-child{grid-column:1/-1}}
@media(max-width:575px){.product-showcase-grid{grid-template-columns:1fr}.product-showcase-grid figure,.product-showcase-grid figure:last-child{grid-column:auto;height:280px}}

.surgical-categories { background: #f2faf5; }
.surgical-category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px; }
.surgical-category-card { grid-column: span 2; overflow: hidden; border: 1px solid #dce9e0; border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(3,84,40,.1); transition: transform .35s ease,box-shadow .35s ease; }
.surgical-category-card:nth-last-child(2) { grid-column: 2 / span 2; }
.surgical-category-card:last-child { grid-column: 4 / span 2; }
.surgical-category-card:hover { transform: translateY(-7px); box-shadow: 0 20px 44px rgba(3,84,40,.16); }
.surgical-category-images { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; height: 250px; overflow: hidden; background: #e8f3ec; }
.surgical-category-images img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.surgical-category-card:hover img { transform: scale(1.04); }
.surgical-category-card h3 { min-height: 78px; margin: 0; padding: 22px 18px 18px; color: #163326; font-size: 1.35rem; text-align: center; }
@media(max-width:991px){.surgical-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surgical-category-card,.surgical-category-card:nth-last-child(2),.surgical-category-card:last-child{grid-column:auto}.surgical-category-card:last-child{grid-column:1/-1;max-width:540px;width:100%;justify-self:center}}
@media(max-width:767px){.surgical-category-grid{grid-template-columns:1fr}.surgical-category-card:last-child{grid-column:auto;max-width:none}.surgical-category-images{height:240px}}
@media(max-width:575px){.surgical-category-grid{grid-template-columns:1fr}.surgical-category-card:last-child{grid-column:auto;max-width:none}.surgical-category-images{height:220px}.surgical-category-card h3{min-height:0;font-size:1.2rem}}

.cosmetic-categories { background: #f2faf5; }
.cosmetic-category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px; }
.cosmetic-category-card { grid-column: span 2; overflow: hidden; border: 1px solid #dce9e0; border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(3,84,40,.1); transition: transform .35s ease,box-shadow .35s ease; }
.cosmetic-category-card:nth-last-child(2) { grid-column: 2 / span 2; }
.cosmetic-category-card:last-child { grid-column: 4 / span 2; }
.cosmetic-category-card:hover { transform: translateY(-7px); box-shadow: 0 20px 44px rgba(3,84,40,.16); }
.cosmetic-category-images { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; height: 250px; overflow: hidden; background: #f5eef3; }
.cosmetic-category-images img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cosmetic-category-card:hover img { transform: scale(1.04); }
.cosmetic-category-card h3 { min-height: 78px; margin: 0; padding: 22px 18px 18px; color: #163326; font-size: 1.35rem; text-align: center; }
@media(max-width:991px){.cosmetic-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cosmetic-category-card,.cosmetic-category-card:nth-last-child(2),.cosmetic-category-card:last-child{grid-column:auto}.cosmetic-category-card:last-child{grid-column:1/-1;max-width:540px;width:100%;justify-self:center}}
@media(max-width:767px){.cosmetic-category-grid{grid-template-columns:1fr}.cosmetic-category-card:last-child{grid-column:auto;max-width:none}.cosmetic-category-images{height:240px}}
@media(max-width:575px){.cosmetic-category-grid{grid-template-columns:1fr}.cosmetic-category-card:last-child{grid-column:auto;max-width:none}.cosmetic-category-images{height:220px}.cosmetic-category-card h3{min-height:0;font-size:1.2rem}}

/* ==========================================================================
   DIGITAL CATALOG PRODUCT GRID SHOWCASE (MEDICINES & SURGICAL)
   ========================================================================== */
.catalog-section {
    background: #f4faf6;
    padding: 70px 0;
}
.catalog-category-block {
    margin-bottom: 50px;
}
.catalog-category-block:last-child {
    margin-bottom: 0;
}
.catalog-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 24px;
    border-bottom: 2px solid #dcece1;
}
.catalog-category-header h3 {
    margin: 0;
    font-size: 1.45rem;
    color: #163326;
    display: flex;
    align-items: center;
    gap: 12px;
}
.catalog-category-header h3 i {
    color: #087638;
    font-size: 1.25rem;
}
.catalog-category-header span {
    font-size: 0.85rem;
    font-weight: 700;
    color: #087638;
    background: #edf8f1;
    padding: 5px 14px;
    border-radius: 50px;
    border: 1px solid #c9e8d3;
}
.catalog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcece1;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(3, 84, 40, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.catalog-card:hover {
    transform: translateY(-8px);
    border-color: #82e2a5;
    box-shadow: 0 18px 45px rgba(3, 84, 40, 0.14);
}
.catalog-img-wrap {
    position: relative;
    height: 220px;
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf4f0;
    overflow: hidden;
}
.catalog-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.45s ease;
}
.catalog-card:hover .catalog-img-wrap img {
    transform: scale(1.08);
}
.catalog-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #087638;
    background: rgba(237, 248, 241, 0.95);
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #bce5c9;
}
.catalog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px 22px;
}
.catalog-body h4 {
    margin: 0 0 6px;
    font-size: 1.18rem;
    font-weight: 700;
    color: #163326;
    line-height: 1.3;
}
.catalog-spec {
    margin: 0 0 10px;
    font-size: 0.86rem;
    color: #087638;
    font-weight: 600;
    line-height: 1.4;
}
.catalog-pack {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 16px;
    font-size: 0.8rem;
    color: #607269;
    font-weight: 500;
}
.catalog-pack i {
    color: #087638;
    font-size: 0.85rem;
}
.catalog-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    border-radius: 10px;
    background: #f1faf4;
    color: #087638;
    font-size: 0.84rem;
    font-weight: 700;
    transition: background 0.25s, color 0.25s;
    text-decoration: none;
}
.catalog-card:hover .catalog-cta {
    background: #087638;
    color: #fff;
}
.catalog-cta i {
    font-size: 0.78rem;
    transition: transform 0.25s;
}
.catalog-card:hover .catalog-cta i {
    transform: translateX(4px);
}

