{"product_id":"women-s-tennis-skort-romper-court","title":"Women’s Tennis Skort Romper – Court","description":"\u003cstyle\u003e\n  .mn-court,\n  .mn-court * { box-sizing: border-box; }\n\n  .mn-court {\n    --mn-brown: #40312c;\n    --mn-accent: #795549;\n    --mn-cream: #f5eee8;\n    --mn-soft: #fbf8f5;\n    --mn-line: #e6dad3;\n    --mn-text: #302722;\n    --mn-muted: #71655f;\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--mn-text);\n    font-family: \"Newsreader\", Georgia, serif;\n  }\n\n  .mn-court h2,\n  .mn-court h3,\n  .mn-court h4,\n  .mn-court p { margin: 0; }\n\n  .mn-court h2,\n  .mn-court h3,\n  .mn-court h4 {\n    font-weight: 500;\n    letter-spacing: -0.03em;\n    line-height: 1.05;\n  }\n\n  .mn-court p {\n    color: var(--mn-muted);\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .mn-court__tag {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--mn-accent);\n    font-family: Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: .16em;\n    text-transform: uppercase;\n  }\n\n  .mn-court__section {\n    padding: 48px 22px;\n    text-align: center;\n  }\n\n  .mn-court__section--soft {\n    background: var(--mn-soft);\n  }\n\n  .mn-court__section--cream {\n    background: var(--mn-cream);\n  }\n\n  .mn-court__headline {\n    max-width: 720px;\n    margin: 0 auto 16px !important;\n    color: var(--mn-brown);\n    font-size: clamp(30px, 6vw, 47px);\n    text-transform: uppercase;\n  }\n\n  .mn-court__copy {\n    max-width: 640px;\n    margin: 0 auto !important;\n  }\n\n  .mn-court__image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin-top: 28px;\n  }\n\n  .mn-court__image--editorial {\n    aspect-ratio: 4 \/ 4.6;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  \/* HERO *\/\n\n  .mn-court__hero {\n    padding: 58px 22px 0;\n    text-align: center;\n    background: linear-gradient(180deg, var(--mn-cream), #fff 75%);\n  }\n\n  .mn-court__hero h2 {\n    max-width: 760px;\n    margin: 0 auto 18px;\n    color: var(--mn-brown);\n    font-size: clamp(37px, 8vw, 60px);\n    text-transform: uppercase;\n  }\n\n  .mn-court__hero h2 em {\n    display: block;\n    color: var(--mn-accent);\n    font-weight: 400;\n    text-transform: none;\n  }\n\n  .mn-court__pills {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n\n  .mn-court__pill {\n    padding: 8px 12px;\n    border: 1px solid var(--mn-line);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mn-brown);\n    font-family: Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  \/* BULLETS *\/\n\n  .mn-court__bullets {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px 18px;\n    max-width: 660px;\n    padding: 0;\n    margin: 24px auto 0;\n    text-align: left;\n    list-style: none;\n  }\n\n  .mn-court__bullets li {\n    position: relative;\n    padding-left: 26px;\n    color: var(--mn-text);\n    font-family: Arial, sans-serif;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .mn-court__bullets li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    width: 18px;\n    height: 18px;\n    place-items: center;\n    border-radius: 50%;\n    color: #fff;\n    background: var(--mn-accent);\n    font-size: 10px;\n    font-weight: 800;\n  }\n\n  \/* DETAILS *\/\n\n  .mn-court__details {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .mn-court__detail {\n    padding: 22px 16px;\n    border: 1px solid var(--mn-line);\n    border-radius: 14px;\n    background: #fff;\n  }\n\n  .mn-court__detail h4 {\n    margin-bottom: 8px;\n    color: var(--mn-brown);\n    font-size: 20px;\n  }\n\n  .mn-court__detail p {\n    font-size: 13px;\n  }\n\n  \/* LOOX REVIEWS *\/\n\n  .mn-court__reviews {\n    padding: 48px 20px;\n    background: var(--mn-soft);\n    text-align: center;\n  }\n\n  .mn-court__reviews h3 {\n    margin-bottom: 22px;\n    color: var(--mn-brown);\n    font-size: clamp(28px, 5vw, 40px);\n  }\n\n  .mn-court__reviews-link {\n    display: inline-block;\n    margin-top: 24px;\n    padding-bottom: 3px;\n    border-bottom: 1px solid var(--mn-accent);\n    color: var(--mn-accent);\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .12em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  \/* FAQ *\/\n\n  .mn-court__faq {\n    max-width: 700px;\n    margin: 24px auto 0;\n    text-align: left;\n  }\n\n  .mn-court__faq details {\n    padding: 16px 0;\n    border-bottom: 1px solid var(--mn-line);\n  }\n\n  .mn-court__faq summary {\n    color: var(--mn-brown);\n    font-family: Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    cursor: pointer;\n  }\n\n  .mn-court__faq details p {\n    padding-top: 10px;\n    font-size: 14px;\n  }\n\n  \/* FINAL CTA *\/\n\n  .mn-court__final {\n    padding: 52px 22px;\n    color: #fff;\n    background: var(--mn-brown);\n    text-align: center;\n  }\n\n  .mn-court__final h3 {\n    max-width: 680px;\n    margin: 0 auto 15px;\n    color: #fff;\n    font-size: clamp(31px, 6vw, 46px);\n  }\n\n  .mn-court__final p {\n    max-width: 620px;\n    margin: 0 auto 24px;\n    color: rgba(255,255,255,.86);\n  }\n\n  .mn-court__cta {\n    display: inline-block;\n    padding: 15px 28px;\n    border-radius: 2px;\n    color: var(--mn-brown);\n    background: #fff;\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .12em;\n    text-decoration: none;\n    text-transform: uppercase;\n  }\n\n  .mn-court__assurance {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px 18px;\n    margin-top: 20px;\n    color: rgba(255,255,255,.8);\n    font-family: Arial, sans-serif;\n    font-size: 11px;\n  }\n\n  @media (max-width: 700px) {\n    .mn-court__section {\n      padding: 40px 18px;\n    }\n\n    .mn-court__hero {\n      padding: 48px 18px 0;\n    }\n\n    .mn-court__bullets,\n    .mn-court__details {\n      grid-template-columns: 1fr;\n    }\n\n    .mn-court__image--editorial {\n      aspect-ratio: auto;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mn-court\"\u003e\n\n  \u003c!-- HERO: STRONGEST CONVERSION ANGLE --\u003e\n\n  \u003csection class=\"mn-court__hero\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      MONNELE · COURT SERIES\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Looks like a skirt.\n      \u003cem\u003eMoves with the confidence of shorts.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"mn-court__pills\"\u003e\n      \u003cspan class=\"mn-court__pill\"\u003eBuilt-in shorts\u003c\/span\u003e\n      \u003cspan class=\"mn-court__pill\"\u003eCrossover skirt layer\u003c\/span\u003e\n      \u003cspan class=\"mn-court__pill\"\u003eConfident movement\u003c\/span\u003e\n      \u003cspan class=\"mn-court__pill\"\u003eOne-piece ease\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cimg class=\"mn-court__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_03_25_51.png?v=1785569428\" alt=\"Woman wearing the Monnele Court Tennis Skort Romper\" loading=\"eager\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 1: SKIRT LOOK WITH BUILT-IN SHORTS --\u003e\n\n  \u003csection class=\"mn-court__section mn-court__section--soft\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      THE SKORT DIFFERENCE\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"mn-court__headline\"\u003e\n      The freedom to move without thinking about your skirt.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"mn-court__copy\"\u003e\n      The crossover outer layer gives you the feminine movement of a\n      skirt, while the built-in shorts provide the coverage you need\n      to walk, bend and play with greater confidence.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"mn-court__image mn-court__image--editorial\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_04_45_29.png?v=1785570604\" alt=\"Comparison between a traditional skirt and the Court Skort Romper\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 2: CROSSOVER WAIST DETAIL --\u003e\n\n  \u003csection class=\"mn-court__section\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      THE DETAIL THAT SHAPES THE LOOK\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"mn-court__headline\"\u003e\n      A crossover layer that makes the waist look more defined.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"mn-court__copy\"\u003e\n      The asymmetrical front breaks up the straight line of traditional\n      shorts, draws attention toward the waist and gives the entire\n      silhouette a softer, more feminine finish.\n    \u003c\/p\u003e\n\n    \u003cul class=\"mn-court__bullets\"\u003e\n      \u003cli\u003eBuilt-in shorts for added coverage\u003c\/li\u003e\n      \u003cli\u003eFeminine skirt-like appearance\u003c\/li\u003e\n      \u003cli\u003eAsymmetrical crossover waist detail\u003c\/li\u003e\n      \u003cli\u003eSleeveless freedom of movement\u003c\/li\u003e\n      \u003cli\u003eFlexible nylon-and-spandex fabric\u003c\/li\u003e\n      \u003cli\u003eMade for sports and everyday wear\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cimg class=\"mn-court__image mn-court__image--editorial\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_03_30_03.png?v=1785569427\" alt=\"Crossover skirt and waist detail of the Monnele Court Romper\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 3: MOVEMENT --\u003e\n\n  \u003csection class=\"mn-court__section mn-court__section--cream\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      MADE TO MOVE\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"mn-court__headline\"\u003e\n      Run. Bend. Serve. Move without holding back.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"mn-court__copy\"\u003e\n      Stretchy, breathable and quick-drying fabric moves naturally\n      with your body, while the integrated shorts let you focus on\n      the game instead of constantly adjusting your outfit.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"mn-court__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_03_28_38.png?v=1785569427\" alt=\"Woman moving confidently in the Monnele Court Skort Romper\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFIT 4: VERSATILITY --\u003e\n\n  \u003csection class=\"mn-court__section\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      BEYOND THE COURT\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"mn-court__headline\"\u003e\n      One piece that already looks completely styled.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"mn-court__copy\"\u003e\n      The fitted top, defined waist and flowing skort effect create a\n      complete outfit for tennis, padel, walking, travel and casual\n      plans—without matching separate pieces.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"mn-court__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_04_29_35.png?v=1785569468\" alt=\"Back view of the Monnele Court Tennis Skort Romper\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"mn-court__section mn-court__section--soft\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      THE DETAILS\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"mn-court__headline\"\u003e\n      Feminine in the mirror. Functional while you move.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"mn-court__details\"\u003e\n\n      \u003cdiv class=\"mn-court__detail\"\u003e\n        \u003ch4\u003eFlexible stretch\u003c\/h4\u003e\n        \u003cp\u003e\n          Nylon and spandex designed to move with your body and\n          recover its shape after wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mn-court__detail\"\u003e\n        \u003ch4\u003eQuick-drying comfort\u003c\/h4\u003e\n        \u003cp\u003e\n          Helps maintain a fresher, more comfortable feel during\n          sports and active days.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mn-court__detail\"\u003e\n        \u003ch4\u003ePractical finish\u003c\/h4\u003e\n        \u003cp\u003e\n          Anti-pilling, shrink-resistant and wrinkle-resistant\n          properties for easier everyday wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- REAL CUSTOMER REVIEWS --\u003e\n\n  \u003csection class=\"mn-court__reviews\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      REAL WOMEN · REAL EXPERIENCES\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      See how Monnele women are wearing it.\n    \u003c\/h3\u003e\n\n    \u003cp class=\"mn-court__copy\"\u003e\n      Read real customer experiences, explore review photos and find\n      the fit that feels right for you.\n    \u003c\/p\u003e\n\n    \u003ca class=\"mn-court__reviews-link\" href=\"#looxReviews\"\u003e\n      Read all verified customer reviews\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"mn-court__section mn-court__section--cream\"\u003e\n\n    \u003cspan class=\"mn-court__tag\"\u003e\n      BEFORE YOU CHOOSE\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"mn-court__headline\"\u003e\n      The questions women ask most.\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"mn-court__faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it a skirt, or does it have built-in shorts?\u003c\/summary\u003e\n        \u003cp\u003e\n          It has a skort design: a skirt-like crossover layer on the\n          outside with built-in shorts underneath for additional\n          coverage and freedom of movement.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the front layer move while walking?\u003c\/summary\u003e\n        \u003cp\u003e\n          The outer layer is designed to move naturally. If it shifts,\n          the built-in shorts remain underneath to provide coverage.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable for tennis and padel?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Its flexible fabric, sleeveless construction and\n          integrated shorts are designed for activities involving\n          quick changes of direction and a wide range of movement.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it have pockets?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. The design leaves out pockets to maintain a cleaner,\n          lighter and more streamlined silhouette.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I choose my size?\u003c\/summary\u003e\n        \u003cp\u003e\n          Compare your measurements with the Size Guide before\n          ordering. If you are between sizes, choose according to\n          whether you prefer a closer or slightly more relaxed fit.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat if I need a different size?\u003c\/summary\u003e\n        \u003cp\u003e\n          Monnele offers a 30-day return window. The item must meet\n          the conditions described in our Returns Policy.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003csection class=\"mn-court__final\"\u003e\n\n    \u003cspan class=\"mn-court__tag\" style=\"color:#dec7bc;\"\u003e\n      MONNELE COURT\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      Feel feminine without having to move carefully.\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Choose your color and size and discover the freedom of built-in\n      shorts with the polished movement of a skirt.\n    \u003c\/p\u003e\n\n    \u003ca class=\"mn-court__cta\" href=\"#MainContent\"\u003e\n      Choose my color and size\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"mn-court__assurance\"\u003e\n      \u003cspan\u003eFree U.S. shipping\u003c\/span\u003e\n      \u003cspan\u003e30-day returns\u003c\/span\u003e\n      \u003cspan\u003eSecure checkout\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Monnele","offers":[{"title":"Cream \/ S","offer_id":54677715714390,"sku":"14:100016652#Oat apricot;200007763:201336100;5:100014064","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ M","offer_id":54677715812694,"sku":"14:100016652#Oat apricot;200007763:201336100;5:361386","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ L","offer_id":54677715779926,"sku":"14:100016652#Oat apricot;200007763:201336100;5:361385","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Cream \/ XL","offer_id":54677715681622,"sku":"14:100016652#Oat apricot;200007763:201336100;5:100014065","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":54677715583318,"sku":"14:771#Advanced Black;200007763:201336100;5:100014064","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":54677715648854,"sku":"14:771#Advanced Black;200007763:201336100;5:361386","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":54677715616086,"sku":"14:771#Advanced Black;200007763:201336100;5:361385","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":54677715485014,"sku":"14:771#Advanced Black;200007763:201336100;5:100014065","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ S","offer_id":54677715321174,"sku":"14:4873#Mocha Brown;200007763:201336100;5:100014064","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ M","offer_id":54677715419478,"sku":"14:4873#Mocha Brown;200007763:201336100;5:361386","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ L","offer_id":54677715386710,"sku":"14:4873#Mocha Brown;200007763:201336100;5:361385","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate \/ XL","offer_id":54677715222870,"sku":"14:4873#Mocha Brown;200007763:201336100;5:100014065","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":54677715452246,"sku":"14:1254#Emblem Blue;200007763:201336100;5:100014064","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":54677715550550,"sku":"14:1254#Emblem Blue;200007763:201336100;5:361386","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":54677715517782,"sku":"14:1254#Emblem Blue;200007763:201336100;5:361385","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":54677715353942,"sku":"14:1254#Emblem Blue;200007763:201336100;5:100014065","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ S","offer_id":54677715190102,"sku":"14:72885937#Rhinoceros gray;200007763:201336100;5:100014064","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ M","offer_id":54677715288406,"sku":"14:72885937#Rhinoceros gray;200007763:201336100;5:361386","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ L","offer_id":54677715255638,"sku":"14:72885937#Rhinoceros gray;200007763:201336100;5:361385","price":79.99,"currency_code":"USD","in_stock":true},{"title":"Pearl Gray \/ XL","offer_id":54677715747158,"sku":"14:72885937#Rhinoceros gray;200007763:201336100;5:100014065","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1044\/2499\/7206\/files\/ChatGPT_Image_1_de_ago._de_2026_03_26_51.png?v=1785569427","url":"https:\/\/monnele.com\/products\/women-s-tennis-skort-romper-court","provider":"Monnele","version":"1.0","type":"link"}