MI PURE HEALTH

🔒 𝟭𝟬𝟬% 𝗦𝗲𝗰𝘂𝗿𝗲 𝗖𝗵𝗲𝗰𝗸𝗼𝘂𝘁 | 𝗔𝗹𝗹 𝗣𝗮𝘆𝗺𝗲𝗻𝘁 𝗠𝗲𝘁𝗵𝗼𝗱
𝟭𝟬𝟬% 𝗔𝘂𝘁𝗵𝗲𝗻𝘁𝗶𝗰 𝗣𝗿𝗼𝗱𝘂𝗰𝘁𝘀 – 𝗦𝗵𝗼𝗽 𝘄𝗶𝘁𝗵 𝗖𝗼𝗻𝗳𝗶𝗱𝗲𝗻𝗰𝗲
𝟭𝟬𝟬% 𝗦𝗮𝘁𝗶𝘀𝗳𝗮𝗰𝘁𝗶𝗼𝗻 𝗚𝘂𝗮𝗿𝗮𝗻𝘁𝗲𝗲𝗱 𝗼𝗿 𝗬𝗼𝘂𝗿 𝗠𝗼𝗻𝗲𝘆 𝗕𝗮𝗰𝗸
🎉 𝗟𝗶𝗺𝗶𝘁𝗲𝗱 𝗧𝗶𝗺𝗲 𝗢𝗳𝗳𝗲𝗿 – 𝗦𝗮𝘃𝗲 𝗨𝗽 𝘁𝗼 𝟲𝟬% 𝗧𝗼𝗱𝗮𝘆

Since 2003

Pakistan’s trusted supplements store

Money Back Guarantee

on Authentic Supplements

Free Cash on Delivery

Across Pakistan for Gym Supplements

100% Original

Whey Protein & Gym Supplements

No Hidden Charges

Best Supplement Prices in Pakistan

No Tax

Affordable Proteins and Creatine Deals

Pioneer

in Food Supplements Industry

Halal certificates

for leading supplement brands

Top Supplement Store in Pakistan – Protein, Weight Gainers, Vitamins etc

Train harder, recover faster, and stay stronger with trusted supplements that deliver real results.From muscle growth to performance and energy, find exactly what your body needs.Shop the best whey protein, gainers, creatine, multivitamins, and more.

STRENGTH & RECOVERY
STRENGTH & RECOVERY
HEALTH & WELLNESS
HEALTH & WELLNESS
PROTEIN
PROTEIN
FAT BURNERS
FAT BURNERS
WEIGHT GAINERS
WEIGHT GAINERS
ACCESSORIES
ACCESSORIES

Shop From Authentic Supplements Store in Pakistan

Find premium and original supplements in Pakistan for every fitness goal. Choose from top brands in whey protein, gainers, creatine, test boosters, and more. Shop confidently with fast delivery and trusted quality across Pakistan.


Loading products…


/* =====================================================
MAIN CAROUSEL
===================================================== */
.miph-product-carousel {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 0 65px;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
.miph-product-carousel *,
.miph-product-carousel *::before,
.miph-product-carousel *::after {
box-sizing: border-box;
}
/* =====================================================
TRACK WRAPPER
===================================================== */
.miph-carousel-track-wrap {
width: 100%;
overflow: hidden;
}
/* =====================================================
TRACK
===================================================== */
.miph-carousel-track {
display: flex;
width: 100%;
transition: transform 0.55s ease;
will-change: transform;
}
/* =====================================================
PRODUCT CARD
===================================================== */
.miph-product-card {
position: relative;
flex: 0 0 25%;
width: 25%;
padding: 0 10px;
}
/* =====================================================
IMAGE AREA
===================================================== */
.miph-product-image-wrap {
position: relative;
width: 100%;
height: 335px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
overflow: hidden;
}
/* =====================================================
PRODUCT IMAGE
===================================================== */
.miph-product-image {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
transition: transform 0.35s ease;
}
/* IMAGE HOVER */
.miph-product-card:hover .miph-product-image {
transform: scale(1.03);
}
/* =====================================================
SALE BADGE
===================================================== */
.miph-sale-badge {
position: absolute;
top: 10px;
left: 16px;
z-index: 5;
background: #e72f32;
color: #fff;
padding: 6px 9px;
font-size: 11px;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
}
/* =====================================================
HEART
===================================================== */
.miph-heart {
position: absolute;
right: 15px;
top: 145px;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
color: #777;
font-size: 21px;
opacity: 0;
transition: all 0.25s ease;
z-index: 6;
text-decoration: none !important;
outline: none !important;
}
.miph-product-card:hover .miph-heart {
opacity: 1;
}
.miph-heart:hover {
color: #3B6446;
}
/* =====================================================
PRODUCT INFO
===================================================== */
.miph-product-info {
text-align: center;
padding: 17px 3px 0;
}
/* =====================================================
PRODUCT NAME
===================================================== */
.miph-product-name {
display: -webkit-box;
max-width: 100%;
min-height: 42px;
overflow: hidden;
color: #111 !important;
text-decoration: none !important;
font-size: 15px;
line-height: 1.45;
font-weight: 400;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
outline: none !important;
}
.miph-product-name:hover {
color: #3B6446 !important;
}
/* =====================================================
PRICE
===================================================== */
.miph-product-price {
margin-top: 8px;
font-size: 14px;
line-height: 1.4;
color: #111;
}
/* REGULAR */
.miph-regular-price {
color: #222;
text-decoration: line-through;
margin-right: 5px;
}
/* SALE */
.miph-sale-price {
color: #f19a00;
}
/* =====================================================
NAVIGATION WRAPPER
===================================================== */
.miph-carousel-navigation {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
z-index: 20;
}
/* =====================================================
NAV BUTTON
===================================================== */
.miph-carousel-btn {
position: relative;
width: 52px;
height: 52px;
padding: 0;
margin: 0;
border: 0 !important;
outline: none !important;
border-radius: 50%;
background: #fff !important;
color: #999 !important;
box-shadow:
0 3px 18px rgba(0,0,0,0.08);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
appearance: none;
-webkit-appearance: none;
transition:
background 0.25s ease,
color 0.25s ease,
transform 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
/* REMOVE BLUE ACTIVE / FOCUS */
.miph-carousel-btn:focus,
.miph-carousel-btn:focus-visible,
.miph-carousel-btn:active {
outline: none !important;
border: 0 !important;
box-shadow:
0 3px 18px rgba(0,0,0,0.08) !important;
}
/* HOVER */
.miph-carousel-btn:hover {
background: #3B6446 !important;
color: #fff !important;
transform: translateY(-2px);
}
/* ARROW */
.miph-carousel-btn span {
display: block;
font-size: 35px;
font-weight: 300;
line-height: 1;
margin-top: -4px;
}
/* =====================================================
LOADING
===================================================== */
.miph-product-loading {
width: 100%;
padding: 50px 20px;
text-align: center;
color: #999;
font-size: 14px;
}
/* =====================================================
TABLET
===================================================== */
@media (max-width: 1024px) {
.miph-product-card {
flex: 0 0 50%;
width: 50%;
}
.miph-product-image-wrap {
height: 300px;
}
}
/* =====================================================
MOBILE
===================================================== */
@media (max-width: 767px) {
.miph-product-carousel {
padding-bottom: 58px;
}
.miph-product-card {
flex: 0 0 100%;
width: 100%;
padding: 0 15px;
}
.miph-product-image-wrap {
height: 330px;
}
.miph-product-name {
font-size: 14px;
}
.miph-product-price {
font-size: 13px;
}
.miph-carousel-navigation {
gap: 14px;
}
.miph-carousel-btn {
width: 45px;
height: 45px;
}
}
/* =====================================================
SMALL MOBILE
===================================================== */
@media (max-width: 480px) {
.miph-product-image-wrap {
height: 300px;
}
.miph-product-card {
padding: 0 8px;
}
}

Loading products…


/* =====================================================
MAIN CAROUSEL
===================================================== */
.miph-product-carousel {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 0 65px;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
.miph-product-carousel *,
.miph-product-carousel *::before,
.miph-product-carousel *::after {
box-sizing: border-box;
}
/* =====================================================
TRACK WRAPPER
===================================================== */
.miph-carousel-track-wrap {
width: 100%;
overflow: hidden;
}
/* =====================================================
TRACK
===================================================== */
.miph-carousel-track {
display: flex;
width: 100%;
transition: transform 0.55s ease;
will-change: transform;
}
/* =====================================================
PRODUCT CARD
===================================================== */
.miph-product-card {
position: relative;
flex: 0 0 25%;
width: 25%;
padding: 0 10px;
}
/* =====================================================
IMAGE AREA
===================================================== */
.miph-product-image-wrap {
position: relative;
width: 100%;
height: 335px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
overflow: hidden;
}
/* =====================================================
PRODUCT IMAGE
===================================================== */
.miph-product-image {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
transition: transform 0.35s ease;
}
/* IMAGE HOVER */
.miph-product-card:hover .miph-product-image {
transform: scale(1.03);
}
/* =====================================================
SALE BADGE
===================================================== */
.miph-sale-badge {
position: absolute;
top: 10px;
left: 16px;
z-index: 5;
background: #e72f32;
color: #fff;
padding: 6px 9px;
font-size: 11px;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
}
/* =====================================================
HEART
===================================================== */
.miph-heart {
position: absolute;
right: 15px;
top: 145px;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
color: #777;
font-size: 21px;
opacity: 0;
transition: all 0.25s ease;
z-index: 6;
text-decoration: none !important;
outline: none !important;
}
.miph-product-card:hover .miph-heart {
opacity: 1;
}
.miph-heart:hover {
color: #3B6446;
}
/* =====================================================
PRODUCT INFO
===================================================== */
.miph-product-info {
text-align: center;
padding: 17px 3px 0;
}
/* =====================================================
PRODUCT NAME
===================================================== */
.miph-product-name {
display: -webkit-box;
max-width: 100%;
min-height: 42px;
overflow: hidden;
color: #111 !important;
text-decoration: none !important;
font-size: 15px;
line-height: 1.45;
font-weight: 400;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
outline: none !important;
}
.miph-product-name:hover {
color: #3B6446 !important;
}
/* =====================================================
PRICE
===================================================== */
.miph-product-price {
margin-top: 8px;
font-size: 14px;
line-height: 1.4;
color: #111;
}
/* REGULAR */
.miph-regular-price {
color: #222;
text-decoration: line-through;
margin-right: 5px;
}
/* SALE */
.miph-sale-price {
color: #f19a00;
}
/* =====================================================
NAVIGATION WRAPPER
===================================================== */
.miph-carousel-navigation {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
z-index: 20;
}
/* =====================================================
NAV BUTTON
===================================================== */
.miph-carousel-btn {
position: relative;
width: 52px;
height: 52px;
padding: 0;
margin: 0;
border: 0 !important;
outline: none !important;
border-radius: 50%;
background: #fff !important;
color: #999 !important;
box-shadow:
0 3px 18px rgba(0,0,0,0.08);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
appearance: none;
-webkit-appearance: none;
transition:
background 0.25s ease,
color 0.25s ease,
transform 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
/* REMOVE BLUE ACTIVE / FOCUS */
.miph-carousel-btn:focus,
.miph-carousel-btn:focus-visible,
.miph-carousel-btn:active {
outline: none !important;
border: 0 !important;
box-shadow:
0 3px 18px rgba(0,0,0,0.08) !important;
}
/* HOVER */
.miph-carousel-btn:hover {
background: #3B6446 !important;
color: #fff !important;
transform: translateY(-2px);
}
/* ARROW */
.miph-carousel-btn span {
display: block;
font-size: 35px;
font-weight: 300;
line-height: 1;
margin-top: -4px;
}
/* =====================================================
LOADING
===================================================== */
.miph-product-loading {
width: 100%;
padding: 50px 20px;
text-align: center;
color: #999;
font-size: 14px;
}
/* =====================================================
TABLET
===================================================== */
@media (max-width: 1024px) {
.miph-product-card {
flex: 0 0 50%;
width: 50%;
}
.miph-product-image-wrap {
height: 300px;
}
}
/* =====================================================
MOBILE
===================================================== */
@media (max-width: 767px) {
.miph-product-carousel {
padding-bottom: 58px;
}
.miph-product-card {
flex: 0 0 100%;
width: 100%;
padding: 0 15px;
}
.miph-product-image-wrap {
height: 330px;
}
.miph-product-name {
font-size: 14px;
}
.miph-product-price {
font-size: 13px;
}
.miph-carousel-navigation {
gap: 14px;
}
.miph-carousel-btn {
width: 45px;
height: 45px;
}
}
/* =====================================================
SMALL MOBILE
===================================================== */
@media (max-width: 480px) {
.miph-product-image-wrap {
height: 300px;
}
.miph-product-card {
padding: 0 8px;
}
}

Pakistan’s Best Bodybuilding Food Supplements Store

SportsOne International is a company established in 2003 with a mission to bring the highest quality American and European-made food supplements, protein supplements, and fitness products to Pakistan. As a pioneer in the industry, Sports One has grown to become the largest chain of supplement retail outlets in the country, supported by an extensive wholesale network that reaches every corner of Pakistan.

Our dedication to quality is reflected in every product we offer. You can shop with confidence, knowing that all our supplements are 100% original, guaranteed, and Halal certified. We are committed to providing our customers with the best in fitness and nutrition, offering a wide range of products – from whey protein in Pakistan, creatine, and protein powder to vitamins and minerals in Pakistan and pre-workout supplements.

We believe that achieving a healthy lifestyle should be accessible to everyone, which is why we offer top-quality products at competitive prices. Athletes, bodybuilders, and individuals looking to improve their fitness with goals like weight gain, weight loss, or natural testosterone booster support  can trust Sports One International as their reliable partner in reaching their goals.

More About Sports One

WHEY PROTEINS


WEIGHT GAINERS


CREATINES



NEW ARRIVALS
NEW ARRIVALS
Loading products…


/* =====================================================
MAIN CAROUSEL
===================================================== */
.miph-product-carousel {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 0 65px;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
.miph-product-carousel *,
.miph-product-carousel *::before,
.miph-product-carousel *::after {
box-sizing: border-box;
}
/* =====================================================
TRACK WRAPPER
===================================================== */
.miph-carousel-track-wrap {
width: 100%;
overflow: hidden;
}
/* =====================================================
TRACK
===================================================== */
.miph-carousel-track {
display: flex;
width: 100%;
transition: transform 0.55s ease;
will-change: transform;
}
/* =====================================================
PRODUCT CARD
===================================================== */
.miph-product-card {
position: relative;
flex: 0 0 25%;
width: 25%;
padding: 0 10px;
}
/* =====================================================
IMAGE AREA
===================================================== */
.miph-product-image-wrap {
position: relative;
width: 100%;
height: 335px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
overflow: hidden;
}
/* =====================================================
PRODUCT IMAGE
===================================================== */
.miph-product-image {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
transition: transform 0.35s ease;
}
/* IMAGE HOVER */
.miph-product-card:hover .miph-product-image {
transform: scale(1.03);
}
/* =====================================================
SALE BADGE
===================================================== */
.miph-sale-badge {
position: absolute;
top: 10px;
left: 16px;
z-index: 5;
background: #e72f32;
color: #fff;
padding: 6px 9px;
font-size: 11px;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
}
/* =====================================================
HEART
===================================================== */
.miph-heart {
position: absolute;
right: 15px;
top: 145px;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
color: #777;
font-size: 21px;
opacity: 0;
transition: all 0.25s ease;
z-index: 6;
text-decoration: none !important;
outline: none !important;
}
.miph-product-card:hover .miph-heart {
opacity: 1;
}
.miph-heart:hover {
color: #3B6446;
}
/* =====================================================
PRODUCT INFO
===================================================== */
.miph-product-info {
text-align: center;
padding: 17px 3px 0;
}
/* =====================================================
PRODUCT NAME
===================================================== */
.miph-product-name {
display: -webkit-box;
max-width: 100%;
min-height: 42px;
overflow: hidden;
color: #111 !important;
text-decoration: none !important;
font-size: 15px;
line-height: 1.45;
font-weight: 400;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
outline: none !important;
}
.miph-product-name:hover {
color: #3B6446 !important;
}
/* =====================================================
PRICE
===================================================== */
.miph-product-price {
margin-top: 8px;
font-size: 16px;
line-height: 1.4;
font-weight: 600;
color: #111;
}
/* REGULAR */
.miph-regular-price {
color: #222;
text-decoration: line-through;
margin-right: 5px;
}
/* SALE */
.miph-sale-price {
color: #000;
}
/* =====================================================
NAVIGATION WRAPPER
===================================================== */
.miph-carousel-navigation {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
z-index: 20;
}
/* =====================================================
NAV BUTTON
===================================================== */
.miph-carousel-btn {
position: relative;
width: 52px;
height: 52px;
padding: 0;
margin: 0;
border: 0 !important;
outline: none !important;
border-radius: 50%;
background: #fff !important;
color: #999 !important;
box-shadow:
0 3px 18px rgba(0,0,0,0.08);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
appearance: none;
-webkit-appearance: none;
transition:
background 0.25s ease,
color 0.25s ease,
transform 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
/* REMOVE BLUE ACTIVE / FOCUS */
.miph-carousel-btn:focus,
.miph-carousel-btn:focus-visible,
.miph-carousel-btn:active {
outline: none !important;
border: 0 !important;
box-shadow:
0 3px 18px rgba(0,0,0,0.08) !important;
}
/* HOVER */
.miph-carousel-btn:hover {
background: #3B6446 !important;
color: #fff !important;
transform: translateY(-2px);
}
/* ARROW */
.miph-carousel-btn span {
display: block;
font-size: 35px;
font-weight: 300;
line-height: 1;
margin-top: -4px;
}
/* =====================================================
LOADING
===================================================== */
.miph-product-loading {
width: 100%;
padding: 50px 20px;
text-align: center;
color: #999;
font-size: 14px;
}
/* =====================================================
TABLET
===================================================== */
@media (max-width: 1024px) {
.miph-product-card {
flex: 0 0 50%;
width: 50%;
}
.miph-product-image-wrap {
height: 300px;
}
}
/* =====================================================
MOBILE
===================================================== */
@media (max-width: 767px) {
.miph-product-carousel {
padding-bottom: 58px;
}
.miph-product-card {
flex: 0 0 100%;
width: 100%;
padding: 0 15px;
}
.miph-product-image-wrap {
height: 330px;
}
.miph-product-name {
font-size: 14px;
}
.miph-product-price {
font-size: 13px;
}
.miph-carousel-navigation {
gap: 14px;
}
.miph-carousel-btn {
width: 45px;
height: 45px;
}
}
/* =====================================================
SMALL MOBILE
===================================================== */
@media (max-width: 480px) {
.miph-product-image-wrap {
height: 300px;
}
.miph-product-card {
padding: 0 8px;
}
}

Why Should You Choose Sports One International?

Lorem ipsum dolor sit amet, consectetur adipisc

Choose Sports One International , the best supplement store in Pakistan, trusted for authenticity, quality, and performance.

We bring you original imported supplements from globally recognized brands to help you achieve your fitness goals.

Why Choose Sports One:

  • 100% authentic supplements in Pakistan

     

  • Official importer of top international brands

     

  • Competitive prices and exclusive online offers

     

  • Fast, reliable nationwide delivery

     

  • Wide rangewhey protein, gainers, creatine, and multivitamins

ing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

100% Imported Original Supplements in Pakistan

Discover the largest supplement store in Pakistan, offering a wide range of 100% imported American and European bodybuilding food supplements, vitamins and minerals in Pakistan, and premium fitness products. As the top supplement store in Lahore, Karachi, Islamabad, Gujranwala, and Faisalabad, we provide the most extensive selection of sports nutrition supplements, including whey protein, creatine in Pakistan, and weight gainers.

Recognized as the best online supplement store in Pakistan, we deliver fitness essentials nationwide with a free cash-on-delivery (COD) option. Rest assured, all our products are 100% original, guaranteed, and Halal certified – offering only halal supplements in Pakistan that meet international standards.

Shop the world’s top whey protein in Pakistan, available at unbeatable prices. Our selection includes Europe’s most effective whey protein supplements, designed for intense muscle growth, making it easier for you to achieve your fitness goals.

As the exclusive and authorized distributor of MuscletechApplied Nutrition, and Sanaxium in Pakistan, we ensure the best protein prices, creatine supplements, testosterone boosters, and pre-workout supplements are accessible to you. Whether you’re looking for whey protein, protein powder, creatine, weight gainers, vitamins and minerals in Pakistan, or halal supplements, find everything you need at Sports One International, the best supplement store in Pakistan.

Explore our offerings and experience why we’re the leading supplement store in LahoreKarachi , Islamabad, and beyond.

 

CUSTOMER REVIEWS
CUSTOMER REVIEWS

Authentic. Halal. Trusted by Thousands

Authorized Distributors in Pakistan Of Leading Brands

0003732_cobra-labs_165
0003731_insane-labz_165
0000147_bsn_165
0004068_kagedmuscle_165
PROSUPS.jpg
0003494_muscletech_165
NutrakeyLogo.jpg
GalvanizeLogo.jpg
0000148_dymatize-nutrition_165
0000142_optimum-nutrition_165
ElevGlobalLogo.jpg
0003536_applied-nutrition_165.png
0003494_muscletech_165 (1)
RULE-1.jpg

The Knowledge Corner

Loading posts…

/* =====================================================
BLOG GRID
===================================================== */
.miph-blog-post-grid {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 40px;
box-sizing: border-box;
}
/* =====================================================
CARD
===================================================== */
.miph-blog-card {
width: 100%;
min-width: 0;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
/* =====================================================
IMAGE
===================================================== */
.miph-blog-image {
position: relative;
width: 100%;
height: 157px;
overflow: hidden;
background: #eeeeee;
}
.miph-blog-image a {
display: block;
width: 100%;
height: 100%;
}
.miph-blog-image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition:
transform 0.35s ease;
}
.miph-blog-card:hover
.miph-blog-image img {
transform: scale(1.04);
}
/* =====================================================
CATEGORY
===================================================== */
.miph-blog-category {
position: absolute;
left: 0;
bottom: 0;
background: #3B6446;
color: #ffffff;
padding: 7px 20px;
font-size: 15px;
line-height: 1;
font-weight: 500;
}
/* =====================================================
TITLE
===================================================== */
.miph-blog-title {
margin: 22px 0 10px;
padding: 0;
font-size: 17px;
line-height: 1.45;
font-weight: 400;
color: #444444;
}
.miph-blog-title a {
color: inherit;
text-decoration: none;
transition:
color 0.2s ease;
}
.miph-blog-title a:hover {
color: #3B6446;
}
/* =====================================================
META
===================================================== */
.miph-blog-meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 7px;
color: #888888;
font-size: 13px;
margin-bottom: 22px;
}
.miph-blog-meta-icon {
font-size: 13px;
}
.miph-blog-separator {
margin: 0 1px;
color: #aaa;
}
/* =====================================================
EXCERPT
===================================================== */
.miph-blog-excerpt {
color: #333333;
font-size: 15px;
line-height: 1.7;
margin: 0;
}
.miph-blog-excerpt p {
margin: 0;
}
/* =====================================================
LOADING
===================================================== */
.miph-blog-loading {
grid-column: 1 / -1;
text-align: center;
padding: 40px 20px;
color: #777777;
font-size: 14px;
}
/* =====================================================
ERROR
===================================================== */
.miph-blog-error {
grid-column: 1 / -1;
text-align: center;
padding: 30px 20px;
color: #777777;
font-size: 14px;
}
/* =====================================================
TABLET
===================================================== */
@media (max-width: 1024px) {
.miph-blog-post-grid {
grid-template-columns:
repeat(2, minmax(0, 1fr));
gap: 35px 25px;
padding: 0 20px;
}
.miph-blog-image {
height: 200px;
}
.miph-blog-title {
font-size: 18px;
}
}
/* =====================================================
MOBILE
===================================================== */
@media (max-width: 767px) {
.miph-blog-post-grid {
grid-template-columns:
minmax(0, 1fr);
gap: 40px;
padding: 0 15px;
}
.miph-blog-image {
height: auto;
aspect-ratio: 16 / 9;
}
.miph-blog-category {
font-size: 14px;
padding: 7px 16px;
}
.miph-blog-title {
font-size: 18px;
line-height: 1.45;
margin-top: 16px;
}
.miph-blog-excerpt {
font-size: 15px;
}
}
/* =====================================================
SMALL MOBILE
===================================================== */
@media (max-width: 480px) {
.miph-blog-post-grid {
padding-left: 10px;
padding-right: 10px;
}
.miph-blog-title {
font-size: 17px;
}
.miph-blog-meta {
font-size: 12px;
}
}

Visit Our Lahore, Karachi, Islamabad & Gujranwala Stores.

LAHORE

KARACHI

ISLAMABAD

GUJRANWALA

FAQ’s

Showing 1–9 of 33 results

Scroll to Top