Size chart

Size chart

<!-- أزرار التبويبات المفعلة فقط -->
<button class="tab-btn active"undies-tab')">Underwear (UNDIES)</button> <button class="tab-btn"bras-tab')">Bras (BRAS)</button>
<!-- محتوى تبويب UNDIES -->
waist Hip (HIPS) equivalent size
🍎 2XS 24-25" 32-33.5" 00-0
🫐 XS 26-27 34-35.5" 2-4
🍑 S 28-29 36-38 6
🍇 M 30-32" 38.5-40.5" 8
🍐 L 34-36" 41-43" 10
🥭 XL 37-39 43.5-46" 12
🍍 2XL 40-43" 46.5-49.5" 14-16
🍓 3XL 44-47" 50-55" 18-20
<!-- قسم كيفية القياس الخاص بـ UNDIES -->

How to take a measurement

How to measure underwear

Waist: Measure around the thinnest part of your waist, usually near your navel.

Hip: Measure around the fullest part of the hips and buttocks.

Size fit notes:

High-rise designs: We recommend relying on your waist size.

Low-mid rise designs: We recommend relying on your hip measurement.

<!-- محتوى تبويب BRAS -->
Underband Overbust Cup size (CUP US)
🍎 2XS 23-25" 28-31" AAA-A
🫐 XS 25-28" 30-33" AA-B
🍑 S 28-30 32-35" AC
🍇 M 30-32" 34-37" BD
🍐 L 32-34" 36-39 C-DD/E
🥭 XL 34-37" 38-41" D-DDD/F
🍍 2XL 36-40" 40-45" DG
🍓 3XL 40-46" 44-49 DD-G
<!-- قسم كيفية القياس الخاص بـ BRAS -->

How to take a measurement

How to measure bras

Overbust circumference: Measure around the back and across the top of the chest.

Underband circumference: Measure around the back and just below the chest area where the bra strap rests.

<!-- التنسيقات المدمجة --><style> .custom-size-chart-container { max-width: 750px; margin: 0 auto; padding: 30px 20px; background-color: #f9f8f5 !important; font-family: inherit; color: #3b1e22; direction: rtl; text-align: right; } .chart-main-title { text-align: center; font-size: 28px; font-weight: 800; margin-bottom: 25px; color: #3b1e22; } .chart-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 35px; flex-wrap: wrap; } .tab-btn { background-color: #e5e1d5; border: none; padding: 10px 22px; border-radius: 6px; font-size: 13px; font-weight: 700; color: #3b1e22; cursor: pointer; transition: all 0.2s ease; } .tab-btn.active { background-color: #3b1e22; color: #ffffff; } .tab-content { display: none; } .tab-content.active { display: block; } .size-chart-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 40px; } .size-chart-table th { font-size: 13px; font-weight: 800; color: #3b1e22; padding-bottom: 15px; border-bottom: 1px solid #3b1e22; } .size-chart-table td { padding: 14px 8px; font-size: 13px; color: #3b1e22; font-weight: 600; border-bottom: 1px solid #3b1e22; } .size-col { display: flex; flex-direction: column; align-items: center; gap: 2px; } .fruit-icon { font-size: 18px; line-height: 1; } .size-code { font-weight: 800; font-size: 12px; } .measure-section { margin-top: 40px; padding-top: 10px; } .measure-title { text-align: center; font-size: 24px; font-weight: 800; color: #3b1e22; margin-bottom: 25px; } .measure-content { display: flex; gap: 25px; align-items: flex-start; } .measure-image { flex: 0 0 45%; max-width: 45%; } .measure-image img { width: 100%; border-radius: 12px; display: block; object-fit: cover; } .measure-text { flex: 1; font-size: 13px; line-height: 1.6; color: #3b1e22; } .measure-text p { margin: 0 0 15px 0; } .fit-notes-title { font-size: 13px; font-weight: 800; margin: 20px 0 10px 0; text-transform: uppercase; } @media (max-width: 600px) { .measure-content { flex-direction: column; } .measure-image { flex: 0 0 100%; max-width: 100%; } } </style><!-- كود التنقل البرمجي -->