Home

Elevated comfort, everyday indulgence.

CRAFTED FOR CONNECTION.

Find Your Perfect Match.

/* ── RESET & VARIABLES ── */
#pjm-wrap * { margin: 0; padding: 0; box-sizing: border-box; }
#pjm-wrap {
–cream: #FAF8F5;
–sand: #F2EDE8; –stone: #D8CEC8;
–taupe: #9E9082; –bark: #7A6A5F; –ink: #1E1A18;
–pink: #F5C8D0; –pink-deep: #E8A8B5;
–blue: #B8D8E8; –blue-deep: #90BDD4;
–yellow: #F5E8A0;
–yellow-deep: #EDD870;
–accent: #C0909A;
–font-display: ‘Blosta’, ‘Cormorant Garamond’, serif;
font-family: ‘Jost’, sans-serif;
font-weight: 300;
color: var(–ink);
background: var(–cream);
line-height: 1.7;
}
@import url(‘https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@300;400;500&display=swap’);
/* ── MODERN PREMIUM SHIPPING BAR ── */
#pjm-wrap .kz-shipping-bar-wrapper {
background-color: var(–cream) !important;
padding: 12px 0 !important;
width: 100% !important;
overflow: hidden !important;
position: relative !important;
display: flex !important;
border-top: 1px solid var(–sand);
border-bottom: 1px solid var(–sand);
}
#pjm-wrap .kz-shipping-item::after {
content: “✦”;
position: absolute;
right: -4px;
top: 50%;
transform: translateY(-50%);
font-size: 9px;
color: var(–accent);
opacity: .7;
}
#pjm-wrap .kz-shipping-item:hover {
color: var(–accent) !important;
-webkit-text-fill-color: var(–accent) !important;
opacity: 1;
}
@keyframes kzMarquee {
0% { transform: translate3d(0,0,0); }
100% { transform: translate3d(-50%,0,0); }
}
/* ── DIVIDER ── */
#pjm-wrap .divider { border:none; border-top:1px solid var(–sand); margin:0; }
/* ── PRODUCT SECTION ── */
#pjm-wrap .product-section {
display:grid; grid-template-columns:1fr 1fr; gap:0; max-width:1200px; margin:0 auto; padding:100px 40px;
}
#pjm-wrap .product-gallery { position:sticky; top:100px; height:fit-content; }
#pjm-wrap .product-main-image {
aspect-ratio:3/4; display:flex; align-items:center; justify-content:center;
font-family: var(–font-display);
font-size:.78rem; letter-spacing:.18em;
text-transform:uppercase; color:rgba(80,55,55,.5); position:relative; overflow:hidden;
transition:background .4s;
}
#pjm-wrap .product-main-image.pink { background:linear-gradient(145deg,#F5C8D0,#EAA8B8); }
#pjm-wrap .product-main-image.blue { background:linear-gradient(145deg,#B8D8E8,#88BAD2); }
#pjm-wrap .product-main-image.yellow{ background:linear-gradient(145deg,#F5E8A0,#EDD060); }
#pjm-wrap .product-main-image::before {
content:”; position:absolute; inset:0;
}
/* Line 133 ke paas */
#pjm-wrap .product-main-image {
aspect-ratio: auto; /* Ya 4 / 5 try karein agar auto kaam na karey */
/* …baki code… */
}
#pjm-wrap .product-thumbnails { display:flex; gap:8px; margin-top:10px;
}
/* ── PRODUCT INFO ── */
#pjm-wrap .product-info { padding:0 0 0 64px; }
#pjm-wrap .product-tag { font-size:.65rem; letter-spacing:.3em; text-transform:uppercase; color:var(–taupe); margin-bottom:12px; }
#pjm-wrap .product-name {
font-family: var(–font-display);
font-size: 2.50rem;
font-weight: 300;
text-transform: capitalize!important;
line-height: 1.2;
color: var(–ink);
margin-bottom: 4px;
}
#pjm-wrap .product-subtitle { font-family: var(–font-display); font-size:1rem; font-style:italic; color:var(–accent); margin-bottom:20px; font-weight:300; }
#pjm-wrap .product-price { font-size:1.1rem; font-weight:400; letter-spacing:.06em; color:var(–bark); margin-bottom:32px; }
#pjm-wrap .color-label { font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(–taupe); margin-bottom:12px; }
#pjm-wrap .color-swatches { display:flex; gap:12px; margin-bottom:32px; }
#pjm-wrap .swatch {
width:36px; height:36px; border-radius:50%; cursor:pointer;
border:2px solid transparent; outline:1px solid transparent; outline-offset:3px;
transition:outline-color .3s; position:relative;
}
#pjm-wrap .swatch.active { outline-color:var(–accent); }
#pjm-wrap .swatch.pink { background:#F0A8B8; }
#pjm-wrap .swatch.blue { background:#90BDD4; }
#pjm-wrap .swatch.yellow { background:#EDD060; }
#pjm-wrap .size-label {
font-size:.7rem; letter-spacing:.2em; text-transform:uppercase;
color:var(–taupe); margin-bottom:12px; display:flex; justify-content:space-between;
}
#pjm-wrap .size-guide-link {
font-size:.65rem; letter-spacing:.1em; color:var(–accent);
text-decoration:underline; text-underline-offset:3px; cursor:pointer;
background:none; border:none;
}
#pjm-wrap .size-options { display:flex; gap:8px; margin-bottom:32px; flex-wrap:wrap; }
#pjm-wrap .size-btn {
width:44px; height:44px; display:flex; align-items:center; justify-content:center;
font-size:.72rem; font-weight:400; letter-spacing:.08em;
border:1px solid var(–stone); background:transparent; color:var(–ink);
cursor:pointer; transition:all .3s;
}
#pjm-wrap .size-btn:hover,
#pjm-wrap .size-btn.active { border-color:var(–ink); background:var(–ink); color:var(–cream); }
#pjm-wrap .qty-row { display:flex; align-items:center; gap:24px; margin-bottom:20px; }
#pjm-wrap .qty-label { font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(–taupe); min-width:60px; }
#pjm-wrap .qty-control { display:flex; align-items:center; border:1px solid var(–stone); }
#pjm-wrap .qty-btn {
width:40px; height:40px; display:flex; align-items:center; justify-content:center;
background:none; border:none; font-size:1.1rem; color:var(–bark); cursor:pointer;
transition:background .3s;
}
#pjm-wrap .qty-btn:hover { background:var(–sand); }
#pjm-wrap .qty-display {
width:48px; height:40px; display:flex; align-items:center; justify-content:center;
font-size:.85rem; font-weight:400;
border-left:1px solid var(–stone); border-right:1px solid var(–stone);
}
#pjm-wrap .add-to-cart {
width:100%; padding:18px; background:var(–ink); color:var(–cream);
font-family:’Jost’,sans-serif; font-size:.72rem; font-weight:400;
letter-spacing:.26em; text-transform:uppercase;
border:1px solid var(–ink); cursor:pointer; margin-bottom:12px;
transition:background .3s,color .3s;
}
#pjm-wrap .add-to-cart:hover { background:transparent; color:var(–ink); }
#pjm-wrap .trust-row {
display:flex; justify-content:center; gap:24px;
font-size:.65rem; letter-spacing:.1em; color:var(–taupe); margin-bottom:36px;
}
/* ── PRODUCT TABS ── */
#pjm-wrap .product-tabs { border-top:1px solid var(–sand); margin-top:12px; }
#pjm-wrap .product-tab { border-bottom:1px solid var(–sand); }
#pjm-wrap .product-tab-header {
display:flex; justify-content:space-between; align-items:center;
padding:18px 0; font-size:.72rem; font-weight:400;
letter-spacing:.18em; text-transform:uppercase; color:var(–ink);
cursor:pointer; background:none; border:none; width:100%; text-align:left;
}
#pjm-wrap .tab-arrow { font-size:.8rem; color:var(–taupe); transition:transform .3s; }
#pjm-wrap .product-tab.open .tab-arrow { transform:rotate(90deg); }
#pjm-wrap .product-tab-content {
display:none; padding-bottom:20px;
font-size:.84rem; font-weight:300; color:var(–taupe); line-height:1.9;
}
#pjm-wrap .product-tab.open .product-tab-content { display:block; }
#pjm-wrap .product-tab-content p { margin-bottom:10px; }
/* ── FABRIC ── */
#pjm-wrap .fabric-section { background:var(–ink); padding:100px 40px; color:var(–cream); text-align:center; }
#pjm-wrap .fabric-section .section-label { color:var(–stone); }
#pjm-wrap .fabric-section .section-title { color:var(–cream); font-size:30px !important}
#pjm-wrap .fabric-section .section-title em { color:var(–pink); font-size:30px !important}
#pjm-wrap .fabric-section .section-body { color:var(–stone); max-width:520px; margin:0 auto; }
#pjm-wrap .fabric-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; max-width:900px; margin:64px auto 0; }
#pjm-wrap .fabric-pillar { text-align:center; }
#pjm-wrap .pillar-icon {
width:48px; height:48px; border:1px solid rgba(255,255,255,.15);
border-radius:50%; display:flex; align-items:center; justify-content:center;
margin:0 auto 20px; font-size:1.1rem;
}
#pjm-wrap .pillar-title { font-family: var(–font-display); font-size:1.1rem; font-weight:300; color:var(–cream); margin-bottom:8px; }
#pjm-wrap .pillar-text { font-size:.8rem; font-weight:300; color:var(–stone); line-height:1.8; }
/* ── SIZE GUIDE ── */
#pjm-wrap .size-section { max-width: 900px; margin: 0 auto; padding: 100px 40px; }
#pjm-wrap .creative-size-box {
margin-top: 48px;
background: #FFF;
border: 1px solid var(–sand);
padding: 40px;
}
#pjm-wrap .size-chart-nav {
display: flex;
justify-content: center;
gap: 12px;
border-bottom: 1px solid var(–sand);
padding-bottom: 24px;
margin-bottom: 32px;
}
#pjm-wrap .sc-nav-btn {
width: 52px;
height: 52px;
border-radius: 50%;
border: 1px solid var(–stone);
background: transparent;
font-size: 0.75rem;
font-weight: 400;
letter-spacing: 0.05em;
color: var(–ink);
cursor: pointer;
transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#pjm-wrap .sc-nav-btn:hover,
#pjm-wrap .sc-nav-btn.active {
background: var(–ink);
border-color: var(–ink);
color: var(–cream);
transform: scale(1.05);
}
#pjm-wrap .size-display-panel {
position: relative;
max-width: 560px;
margin: 0 auto;
}
#pjm-wrap .uk-ref-badge {
display: inline-block;
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(–taupe);
border: 1px solid var(–stone);
padding: 6px 14px;
margin-bottom: 32px;
}
#pjm-wrap .uk-ref-badge span {
font-weight: 500;
color: var(–ink);
}
#pjm-wrap .metric-row {
display: flex;
align-items: center;
margin-bottom: 24px;
}
#pjm-wrap .metric-name {
width: 80px;
font-size: 0.72rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(–ink);
font-weight: 400;
}
#pjm-wrap .metric-progress-wrap {
flex-grow: 1;
padding: 0 24px;
}
#pjm-wrap .metric-bar-bg {
height: 2px;
background: var(–sand);
position: relative;
width: 100%;
}
#pjm-wrap .metric-bar-fill {
height: 2px;
background: var(–accent);
width: 0%;
position: absolute;
left: 0;
top: 0;
transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#pjm-wrap .metric-value {
width: 100px;
text-align: right;
font-size: 0.85rem;
color: var(–bark);
font-weight: 400;
}
#pjm-wrap .fit-note { margin-top: 32px; font-size: 12px; letter-spacing: 0.08em; color: var(–taupe); text-align: center; }
@media(max-width: 768px){
#pjm-wrap .creative-size-box { padding: 24px 16px; }
#pjm-wrap .metric-name { width: 60px; font-size: 0.65rem; }
#pjm-wrap .metric-progress-wrap { padding: 0 12px; }
#pjm-wrap .metric-value { width: 80px; font-size: 0.78rem; }
}
/* ── HIGHLIGHTS ── */
/* ── HIGHLIGHTS ── */
#pjm-wrap .highlights-section {
background: white; /* Puray section ko clean cream background diya */
padding: 80px 40px;
}
#pjm-wrap .highlights-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 16px; /* Boxes ke beech me thoda gap badha diya taaki attractive lage */
max-width: 1250px;
margin: 48px auto 0;
}
#pjm-wrap .highlight-item {
background: #ffffff; /* Clean white boxes */
padding: 32px 16px;
text-align: center;
border: 1px solid rgba(216, 206, 200, 0.4); /* Minimalist soft border */
border-radius: 4px; /* Slight rounded corners for elegance */
box-shadow: 0 4px 15px rgba(30, 26, 24, 0.02); /* Very soft premium shadow */
transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
/* Hover Effect: Jo look ko interactive aur attractive banayega */
#pjm-wrap .highlight-item:hover {
transform: translateY(-5px); /* Hover karne par box softly ooper uthega */
border-color: var(–accent); /* Border ka colour change hoga */
box-shadow: 0 10px 25px rgba(192, 144, 154, 0.1); /* Soft pinkish/accent glow */
}
#pjm-wrap .highlight-icon {
font-size: 1.5rem;
margin-bottom: 16px;
color: var(–accent); /* Icons ko accent colour diya taaki pop-out hon */
}
#pjm-wrap .highlight-title {
font-family: var(–font-display);
font-size: 0.85rem;
font-weight: 800;
letter-spacing: 0.18em;
color: var(–ink);
margin-bottom: 12px;
text-transform: uppercase;
}
#pjm-wrap .highlight-text {
font-size: 0.75rem;
font-weight: 300;
color: var(–taupe);
line-height: 1.6;
}
/* ── SHARED LABELS ── */
#pjm-wrap .section-label { font-size:.68rem; letter-spacing:.3em; text-transform:uppercase; color:var(–taupe); margin-bottom:16px; }
#pjm-wrap .section-title { font-family: var(–font-display); font-size:clamp(1.8rem,3vw,2.8rem); font-weight:300; line-height:1.25; color:var(–ink); margin-bottom:20px; }
#pjm-wrap .section-title em { font-style:italic; color:var(–accent); }
#pjm-wrap .section-body { font-size:.88rem; font-weight:300; color:var(–taupe); line-height:1.9; }
/* ── FAQ ── */
#pjm-wrap .faq-section { max-width:720px; margin:0 auto; padding:100px 40px; }
#pjm-wrap .faq-item { border-bottom:1px solid var(–sand); }
#pjm-wrap .faq-question {
display:flex; justify-content:space-between; align-items:center;
padding:22px 0; font-size:.88rem; font-weight:400; color:var(–ink);
cursor:pointer; background:none; border:none; width:100%; text-align:left;
}
#pjm-wrap .faq-icon { font-size:1.2rem; color:var(–taupe); transition:transform .3s; flex-shrink:0; }
#pjm-wrap .faq-item.open .faq-icon { transform:rotate(45deg); }
#pjm-wrap .faq-answer { display:none; padding-bottom:22px; font-size:.84rem; font-weight:300; color:var(–taupe); line-height:1.9; }
#pjm-wrap .faq-item.open .faq-answer { display:block; }
/* ── TOAST ── */
#pjm-cart-toast {
position:fixed; bottom:30px; right:30px;
background:var(–ink,#1E1A18); color:#FAF8F5;
padding:18px 28px; font-size:.78rem; letter-spacing:.08em;
z-index:9999; transform:translateY(20px); opacity:0;
transition:all .4s ease; pointer-events:none;
font-family:’Jost’,sans-serif;
}
#pjm-cart-toast.show { transform:translateY(0); opacity:1; }
/* ── RESPONSIVE ── */
@media(max-width:768px){
#pjm-wrap .hero { grid-template-columns:1fr; }
#pjm-wrap .hero-image { min-height:55vw; }
#pjm-wrap .hero-content { padding:48px 24px 64px; }
#pjm-wrap .kz-shipping-bar-wrapper { padding: 9px 0 !important; }
#pjm-wrap .kz-shipping-item { font-size: 9px !important; letter-spacing: 1.5px !important; padding: 0 30px !important; }
#pjm-wrap .product-section { grid-template-columns:1fr; padding:60px 20px; }
#pjm-wrap .product-gallery { position:static; }
#pjm-wrap .product-info { padding:40px 0 0; }
#pjm-wrap .fabric-pillars { grid-template-columns:1fr; gap:32px; }
#pjm-wrap .highlights-grid { grid-template-columns:1fr 1fr; }
#pjm-wrap .fabric-section,
#pjm-wrap .size-section,
#pjm-wrap .highlights-section,
#pjm-wrap .faq-section { padding:64px 20px; }
#pjm-wrap .trust-row { gap:12px; flex-wrap:wrap; justify-content:center; }
}
@media(max-width:480px){
#pjm-wrap .highlights-grid { grid-template-columns:1fr; }
/* ── RESPONSIVE FIXES FOR HIGHLIGHTS ── */
@media (max-width: 1024px) {
/* Tablet & Small Laptops par 3 boxes ek line mei */
#pjm-wrap .highlights-grid {
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}
}
@media (max-width: 768px) {
#pjm-wrap .highlights-section {
padding: 60px 20px;
}
/* Mobile Screens par 2 boxes ek line mei (Sleek Grid Layout) */
#pjm-wrap .highlights-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-top: 32px;
}
#pjm-wrap .highlight-item {
padding: 24px 12px;
}
#pjm-wrap .highlight-title {
font-size: 0.78rem;
letter-spacing: 0.12em;
}
#pjm-wrap .highlight-text {
font-size: 0.7rem;
}
}
}


Product Main Image

ENDLESS SUMMER

AED 365

Colour — Marshmallow Pink

Size






Qty

1


🔒 Secure Checkout
✦ Free UAE Shipping
↩ Easy Returns

The Set Includes: Relaxed-fit sleeveless top + matching wide-leg lounge trousers.

The Top: A clean, effortless sleeveless silhouette with a V-neckline and a relaxed, breezy fit — designed to move with you.

The Trousers: Wide-leg, fluid cut with an elasticated waist for all-day ease.

Fabric: 95% Modal, 5% Elastane — Ultra-soft, breathable, and lightweight with a silky-smooth hand feel.

Fit: Relaxed and true to size. The sleeveless cut makes this set ideal for warm climates and year-round wear.

Machine wash cold (30°C) on a delicate cycle. Do not tumble dry — lay flat or hang to dry. Do not bleach. Cool iron if needed.

UAE: 2–4 business days. Free standard shipping on all orders.

GCC: 4–7 business days. Flat rate AED 35.

International: 7–14 business days. Rates calculated at checkout.


Our Material

Crafted in Modal

A fabric that feels like a second skin. Modal is one of the world’s softest textiles — breathable, fluid, and remarkably gentle. Chosen for its exceptional comfort in every climate.


Exceptionally Soft

50% softer than cotton, modal delivers a silky-smooth touch that only improves with every wash.


Breathable

Naturally moisture-wicking and temperature-regulating — designed for year-round comfort, especially warm climates.


Premium Drape

Modal falls beautifully on the body with a fluid, weightless quality that feels effortlessly elegant.


Sizing

Find Your Perfect Fit

Designed with a relaxed, comfortable silhouette. If you are between sizes, we recommend sizing up for a more fluid drape.






Standard UK 8–10
Bust
84–88 cm
Waist
66–70 cm
Hip
90–94 cm

The model is wearing size S. She is 170cm tall, with an 84cm bust, 65cm waist, and 91cm hips.


Why PJM Studio

The PJM Promise

✦Premium Modal Fabric

Ultra-soft, breathable, and gentle on skin — chosen for exceptional everyday comfort.

◎Comfortable Fit

Relaxed, fluid silhouettes designed to move beautifully with the body.

⌁Elegant Silhouette

Minimal, timeless design that transitions effortlessly from morning to evening.

○Breathable Year-Round

Naturally moisture-wicking — ideal for warm climates and all-year comfort.

↺Easy Care

Machine washable and built to last — soft and beautiful wash after wash.

✈UAE Shipping Available

Free delivery across the UAE. GCC and international shipping available.


Questions

We’re here to help


UAE orders are delivered within 2–4 business days from the date of dispatch. Orders are processed within 1–2 business days. You’ll receive a tracking email once dispatched.

Yes. GCC shipping takes 4–7 business days at a flat rate of AED 35. International orders typically arrive within 7–14 business days. Customs duties may apply for international orders.

We accept returns within 14 days of delivery, provided the item is unworn and unwashed with all original tags attached. Contact us at hello@pjmstudio.com to initiate a return.

Yes, exchanges are available within 14 days of delivery, subject to stock availability. Reach out via email or WhatsApp with your order number.

Machine wash cold (30°C) on a delicate cycle. Lay flat or hang to dry — do not tumble dry. Do not bleach. Cool iron if needed.

Refer to the size guide above, or reach out via WhatsApp or email. If between sizes, we recommend sizing up for a more relaxed, fluid drape.
Added to bag ✓

Showing all 4 results