Product

GOLD’S GYM YOUNGLA تيشيرت — AlphaFit Wear

:root{
–black:#111111;
–white:#ffffff;
–gray-50:#f7f7f7;
–gray-100:#eeeeee;
–gray-300:#d8d8d8;
–gray-400:#bdbdbd;
–gray-500:#9a9a9a;
–gray-700:#5a5a5a;
–star:#f0a500;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
font-family:’Cairo’, sans-serif;
background:var(–white);
color:var(–black);
direction:rtl;
-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit}
/* ===== HEADER (same as homepage) ===== */
.af-header{
width:100%;
background:var(–white);
border-bottom:1px solid var(–gray-100);
position:relative;
z-index:100;
}
.af-header-inner{
max-width:1280px;
margin:0 auto;
padding:16px 20px;
display:flex;
align-items:center;
justify-content:space-between;
}
.af-header-side{display:flex;align-items:center;gap:14px;flex:1}
.af-header-side.right{justify-content:flex-start}
.af-header-side.left{justify-content:flex-end}
.af-header-logo{
font-size:15px;font-weight:700;letter-spacing:2.5px;
color:var(–black);text-align:center;line-height:1.2;white-space:nowrap;
}
.af-header-logo span{
display:block;font-size:8px;font-weight:500;letter-spacing:3px;
color:var(–gray-500);margin-top:1px;
}
.af-icon-btn{
width:22px;height:22px;color:var(–black);cursor:pointer;position:relative;
display:inline-flex;align-items:center;justify-content:center;
}
.af-icon-btn svg{width:100%;height:100%}
.af-cart-count{
position:absolute;top:-6px;left:-6px;background:var(–black);color:var(–white);
font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;
display:flex;align-items:center;justify-content:center;line-height:1;
}
@media(min-width:768px){
.af-header-inner{padding:18px 60px}
.af-header-logo{font-size:17px}
.af-header-logo span{font-size:9px}
.af-icon-btn{width:24px;height:24px}
}
/* ===== BREADCRUMB ===== */
.af-breadcrumb{
max-width:1280px;
margin:0 auto;
padding:14px 20px 0;
font-size:11px;
color:var(–gray-500);
}
.af-breadcrumb a{color:var(–gray-500)}
.af-breadcrumb span{color:var(–black);font-weight:500}
@media(min-width:768px){.af-breadcrumb{padding:18px 60px 0}}
/* ===== PRODUCT LAYOUT ===== */
.af-product-wrap{
max-width:1280px;
margin:0 auto;
padding:14px 0 40px;
}
@media(min-width:900px){
.af-product-wrap{
display:grid;
grid-template-columns:1.1fr 1fr;
gap:50px;
padding:30px 60px 70px;
align-items:flex-start;
}
}
/* ===== GALLERY ===== */
.af-gallery{position:relative}
.af-main-img-wrap{
width:100%;
height:195px;
background:var(–gray-100);
position:relative;
overflow:hidden;
}
.af-main-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center}
.af-img-dots{display:flex;justify-content:center;gap:5px;padding:8px 0}
.af-dot{width:5px;height:5px;border-radius:50%;background:var(–gray-300);cursor:pointer}
.af-dot.active{background:var(–black);width:15px;border-radius:3px}
@media(min-width:900px){
.af-main-img-wrap{height:640px;border-radius:6px}
.af-img-dots{display:none}
}
/* ===== PRODUCT INFO ===== */
.af-pinfo{padding:14px 20px 0}
@media(min-width:900px){.af-pinfo{padding:0}}
.af-p-name{font-size:16px;font-weight:700;color:var(–black);margin-bottom:4px;line-height:1.4}
.af-p-stars{font-size:12px;color:var(–star);margin-bottom:6px}
.af-p-stars span{color:var(–gray-500);font-size:10px;margin-right:4px}
.af-p-price{font-size:21px;font-weight:700;color:var(–black);margin-bottom:14px}
.af-divider{border:none;border-top:1px solid var(–gray-100);margin:14px 0}
.af-opt-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.af-opt-label{font-size:12px;color:var(–gray-700)}
.af-opt-label strong{color:var(–black);font-weight:600}
.af-size-chart-link{font-size:11px;color:var(–black);text-decoration:underline;cursor:pointer;background:none;border:none}
.af-colors{display:flex;gap:8px;margin-bottom:18px}
.af-cswatch{
width:34px;height:34px;border-radius:5px;border:1px solid var(–gray-300);
cursor:pointer;position:relative;overflow:hidden;
}
.af-cswatch img{width:100%;height:100%;object-fit:cover}
.af-cswatch.active{border:2px solid var(–black)}
.af-sizes{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.af-szbtn{
padding:9px 16px;border:1px solid var(–gray-400);border-radius:5px;
font-size:12px;color:var(–black);cursor:pointer;background:var(–white);
min-width:52px;text-align:center;font-family:inherit;
}
.af-szbtn.active{background:var(–black);color:var(–white);border-color:var(–black)}
.af-atc-btn{
display:block;width:100%;background:var(–black);color:var(–white);
font-size:13px;font-weight:700;padding:15px;text-align:center;border-radius:5px;
letter-spacing:0.5px;border:none;cursor:pointer;margin-bottom:14px;
}
.af-atc-btn:active{opacity:.85}
.af-info-row{display:flex;align-items:center;gap:7px;font-size:11px;color:var(–gray-700);margin-bottom:8px}
.af-info-row svg{width:15px;height:15px;flex-shrink:0;color:var(–gray-700)}
.af-desc{font-size:12px;color:var(–gray-700);line-height:1.9;margin-top:16px}
.af-desc strong{color:var(–black)}
/* ===== SIZE GUIDE MODAL ===== */
.af-modal-overlay{
position:fixed;inset:0;background:rgba(0,0,0,0.5);
z-index:1001;opacity:0;visibility:hidden;transition:opacity .2s;
display:flex;align-items:center;justify-content:center;padding:20px;
}
.af-modal-overlay.active{opacity:1;visibility:visible}
.af-modal-box{
background:var(–white);border-radius:8px;max-width:380px;width:100%;
max-height:85vh;overflow-y:auto;transform:scale(.95);transition:transform .2s;
}
.af-modal-overlay.active .af-modal-box{transform:scale(1)}
.af-modal-top{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(–gray-100)}
.af-modal-title{font-size:13px;font-weight:700}
.af-modal-close{width:20px;height:20px;cursor:pointer;color:var(–black)}
.af-modal-close svg{width:100%;height:100%}
.af-modal-body{padding:16px 18px}
.af-size-table{width:100%;border-collapse:collapse;font-size:11px}
.af-size-table th{background:#7a0d12;color:var(–white);padding:8px 6px;font-weight:600}
.af-size-table td{padding:8px 6px;text-align:center;border-bottom:1px solid var(–gray-100);color:var(–gray-700)}
.af-size-table td:last-child{font-weight:700;color:var(–black)}
.af-size-note{
background:var(–black);color:var(–white);font-size:10.5px;
padding:10px 12px;border-radius:5px;margin-top:14px;text-align:center;line-height:1.7;
}
/* ===== RELATED PRODUCTS ===== */
.af-related-wrap{max-width:1280px;margin:0 auto;padding:30px 0 10px}
.af-related-hdr{padding:0 20px 14px;font-size:16px;font-weight:600}
.af-related-row{display:flex;gap:14px;overflow-x:auto;padding:0 20px 8px}
.af-related-row::-webkit-scrollbar{display:none}
.af-rel-card{flex:0 0 150px}
.af-rel-img{width:100%;height:170px;background:var(–gray-100);border-radius:5px;margin-bottom:8px;overflow:hidden}
.af-rel-img img{width:100%;height:100%;object-fit:cover}
.af-rel-name{font-size:11px;color:var(–black);font-weight:500;margin-bottom:2px}
.af-rel-price{font-size:12px;color:var(–black);font-weight:600}
@media(min-width:768px){
.af-related-hdr{padding:0 60px 16px;font-size:18px}
.af-related-row{padding:0 60px 8px;display:grid;grid-template-columns:repeat(4,1fr);overflow:visible}
.af-rel-card{flex:initial}
.af-rel-img{height:220px}
}
/* ===== FOOTER (same as homepage) ===== */
.af-footer{background:var(–black);padding:40px 20px 24px;margin-top:30px}
.af-footer-inner{max-width:1280px;margin:0 auto}
.af-footer-logo{font-size:13px;font-weight:700;letter-spacing:3px;color:var(–white);margin-bottom:20px}
.af-footer-cols{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:24px}
.af-footer-col h4{font-size:12px;font-weight:600;color:var(–white);margin-bottom:12px}
.af-footer-col a{display:block;font-size:12px;color:rgba(255,255,255,0.55);margin-bottom:9px}
.af-footer-social{display:flex;gap:14px;margin-bottom:22px}
.af-footer-social a{
width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);
display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.7);
}
.af-footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:18px;font-size:11px;color:rgba(255,255,255,0.35)}
.af-icon{width:18px;height:18px;display:inline-block;vertical-align:middle}
/* ===== CART DRAWER (same system as homepage) ===== */
.af-cart-overlay{
position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:998;
opacity:0;visibility:hidden;transition:opacity .25s ease;
}
.af-cart-overlay.active{opacity:1;visibility:visible}
.af-cart-drawer{
position:fixed;top:0;right:0;bottom:0;width:88%;max-width:380px;background:var(–white);
z-index:999;display:flex;flex-direction:column;transform:translateX(100%);
transition:transform .3s ease;box-shadow:-8px 0 24px rgba(0,0,0,0.12);
}
.af-cart-drawer.active{transform:translateX(0)}
.af-cart-top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(–gray-100);flex-shrink:0}
.af-cart-title{font-size:13px;font-weight:700;letter-spacing:1px;color:var(–black)}
.af-cart-close{width:22px;height:22px;cursor:pointer;color:var(–black);display:flex;align-items:center;justify-content:center}
.af-cart-close svg{width:100%;height:100%}
.af-cart-body{flex:1;overflow-y:auto}
.af-cart-empty{padding:60px 24px;text-align:center;color:var(–gray-500);font-size:13px;display:none}
.af-cart-item{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid var(–gray-100)}
.af-ci-img{width:72px;height:84px;background:var(–gray-100);border-radius:5px;overflow:hidden;flex-shrink:0}
.af-ci-img img{width:100%;height:100%;object-fit:cover}
.af-ci-info{flex:1;min-width:0}
.af-ci-name{font-size:12px;font-weight:600;color:var(–black);margin-bottom:3px}
.af-ci-price{font-size:13px;font-weight:600;color:var(–black);margin-bottom:3px}
.af-ci-var{font-size:10px;color:var(–gray-500);margin-bottom:10px}
.af-qty-row{display:flex;align-items:center}
.af-qty-btn{width:26px;height:26px;border:1px solid var(–gray-300);background:none;font-size:14px;color:var(–black);cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.af-qty-btn:first-child{border-radius:4px 0 0 4px}
.af-qty-btn:last-child{border-radius:0 4px 4px 0}
.af-qty-num{width:32px;height:26px;border-top:1px solid var(–gray-300);border-bottom:1px solid var(–gray-300);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(–black)}
.af-ci-remove{margin-right:auto;font-size:10px;color:var(–gray-500);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0 0 0 6px}
.af-cart-foot{border-top:1px solid var(–gray-100);padding:18px 20px;flex-shrink:0}
.af-cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.af-cart-total-label{font-size:12px;color:var(–gray-700)}
.af-cart-total-value{font-size:15px;font-weight:700;color:var(–black)}
.af-cart-ship-note{font-size:10px;color:var(–gray-500);margin-bottom:14px}
.af-cart-checkout-btn{display:block;width:100%;background:var(–black);color:var(–white);font-size:12px;font-weight:700;padding:14px;text-align:center;border-radius:4px;border:none;letter-spacing:0.5px;cursor:pointer;margin-bottom:10px}
.af-cart-continue{display:block;width:100%;text-align:center;font-size:11px;color:var(–gray-500);text-decoration:underline;background:none;border:none;cursor:pointer}
body.af-no-scroll{overflow:hidden}



0

ALPHAFITWEAR


الرئيسية / الأكثر مبيعاً / GOLD’S GYM YOUNGLA تيشيرت


GOLD'S GYM YOUNGLA تيشيرت

GOLD’S GYM YOUNGLA تيشيرت
★★★★★ (12 تقييم)
185 د.ل


اللون: أسود
القياس






طرابلس 15 د.ل — باقي ليبيا 25 د.ل

الدفع عند الاستلام أو تحويل بنكي

تيشيرت أوفرسايز بطبعة GOLD’S GYM YOUNGLA الأصلية، قماش ثقيل عالي الجودة مريح للتمرين واليوم اليومي.
إذا كنت بين مقاسين، ننصح باختيار المقاس الأكبر لإطلالة Oversized مثالية.


دليل المقاسات

المقاس الوزن (كغ) الطول (سم)
XL 75 – 95 165 – 180
XXL 95 – 115 170 – 190
XXXL 115 – 135 175 – 200

إذا كنت بين مقاسين، ننصح باختيار المقاس الأكبر لإطلالة Oversized مثالية.

منتجات مشابهة
هودي أسود
هودي أسود
120 د.ل
شورت ألفا
شورت ألفا
70 د.ل
بنطلون رياضي
بنطلون رياضي
95 د.ل
جاكيت شتوي
جاكيت شتوي
150 د.ل


السلة (0)

السلة فارغة حالياً
الإجمالي
0 د.ل
سعر التوصيل يحسب بعد اختيار المدينة

Showing all 8 results

السلة (0)
جاري التحميل...
الإجمالي 0 د.ل
سعر التوصيل يحسب بعد اختيار المدينة
إتمام الطلب