{"product_id":"wtop","title":"Doorschijnend bloemenkant-meshtopje voor dames","description":"\u003cstyle\u003e  .slt-page,  .slt-page * {    box-sizing: border-box;  }  .slt-page {    --charcoal: #34302f;    --charcoal-soft: #625a57;    --champagne: #d9c0a2;    --champagne-dark: #98775d;    --champagne-light: #f9f1e8;    --nude: #ead4c4;    --nude-light: #fbf2ec;    --ivory: #fffaf6;    --stone: #f5f3f0;    --white: #ffffff;    --text: #554d49;    --muted: #776d68;    --border: rgba(92, 72, 62, 0.1);    width: 100%;    max-width: 900px;    margin: 0 auto;    color: var(--text);    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;    font-size: 16px;    line-height: 1.65;  }  .slt-page h1,  .slt-page h2,  .slt-page p {    margin-top: 0;  }  .slt-page img {    display: block;    max-width: 100%;    height: auto;  }  \/* HERO *\/  .slt-hero {    position: relative;    overflow: hidden;    padding: 36px 24px 30px;    margin-bottom: 20px;    text-align: center;    background: linear-gradient(      90deg,      #fffaf6 0%,      #faf0e8 50%,      #f5f3f0 100%    );    border: 1px solid var(--border);    border-radius: 22px;    box-shadow: 0 12px 34px rgba(58, 46, 41, 0.07);  }  .slt-hero::before {    content: \"\";    position: absolute;    top: -95px;    right: -80px;    width: 220px;    height: 220px;    background: rgba(217, 192, 162, 0.14);    border-radius: 50%;  }  .slt-hero::after {    content: \"\";    position: absolute;    bottom: -110px;    left: -80px;    width: 230px;    height: 230px;    background: rgba(52, 48, 47, 0.035);    border-radius: 50%;  }  .slt-hero-inner {    position: relative;    z-index: 1;  }  .slt-kicker {    display: inline-flex;    align-items: center;    gap: 7px;    padding: 6px 12px;    margin-bottom: 12px;    color: var(--charcoal);    font-size: 10px;    font-weight: 800;    letter-spacing: 0.14em;    text-transform: uppercase;    background: rgba(255, 255, 255, 0.9);    border: 1px solid var(--border);    border-radius: 30px;  }  .slt-hero h1 {    max-width: 760px;    margin: 0 auto 10px;    color: var(--charcoal);    font-size: clamp(28px, 5vw, 41px);    font-weight: 800;    line-height: 1.16;    letter-spacing: -0.035em;  }  .slt-hero-opening {    max-width: 680px;    margin: 0 auto 20px;    color: var(--champagne-dark);    font-size: 17px;    font-weight: 700;  }  \/* GIF保持原尺寸，不强制放大 *\/  .slt-gif {    display: flex;    justify-content: center;    margin: 0 auto 21px;  }  .slt-gif img {    width: auto !important;    max-width: 100% !important;    height: auto !important;    border-radius: 15px;    box-shadow: 0 10px 28px rgba(52, 48, 47, 0.12);  }  .slt-hero-description {    max-width: 735px;    margin: 0 auto;    color: var(--muted);    font-size: 15px;  }  .slt-hero-description strong {    color: var(--charcoal);  }  \/* TAGS *\/  .slt-tags {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 7px;    padding: 0;    margin: 20px 0 0;    list-style: none;  }  .slt-tags li {    padding: 6px 10px;    color: var(--charcoal-soft);    font-size: 12px;    font-weight: 700;    line-height: 1.3;    background: rgba(255, 255, 255, 0.92);    border: 1px solid var(--border);    border-radius: 8px;  }  .slt-tags li:nth-child(even) {    color: var(--champagne-dark);    background: rgba(249, 241, 232, 0.96);    border-color: rgba(217, 192, 162, 0.26);  }  \/* SECTION TITLE *\/  .slt-section-title {    margin: 38px 0 20px;    color: var(--charcoal);    font-size: clamp(24px, 4vw, 31px);    font-weight: 800;    line-height: 1.25;    text-align: center;  }  .slt-section-title::after {    content: \"\";    display: block;    width: 52px;    height: 3px;    margin: 10px auto 0;    background: linear-gradient(      90deg,      var(--charcoal-soft),      var(--champagne)    );    border-radius: 10px;  }  \/* FEATURE CARDS *\/  .slt-feature {    overflow: hidden;    margin-bottom: 19px;    background: var(--white);    border: 1px solid var(--border);    border-radius: 18px;    box-shadow: 0 9px 27px rgba(58, 46, 41, 0.055);  }  .slt-feature:nth-of-type(odd) {    border-top: 3px solid var(--champagne);  }  .slt-feature:nth-of-type(even) {    border-top: 3px solid var(--charcoal-soft);  }  .slt-feature-image {    overflow: hidden;    background: var(--ivory);  }  .slt-feature-image img {    width: 100%;    height: auto;  }  .slt-content {    padding: 20px 23px 22px;    background: linear-gradient(      90deg,      #ffffff 0%,      rgba(255, 250, 246, 0.94) 100%    );  }  .slt-content h2 {    margin: 0 0 7px;    color: var(--charcoal);    font-size: 21px;    font-weight: 800;    line-height: 1.35;  }  .slt-feature:nth-of-type(odd) .slt-content h2 {    color: var(--champagne-dark);  }  .slt-content p {    margin: 0;    color: var(--muted);    font-size: 14px;  }  .slt-content strong {    color: var(--charcoal);  }  \/* OCCASION CARDS *\/  .slt-occasion-list {    display: flex;    flex-wrap: wrap;    gap: 6px;    padding: 0;    margin: 14px 0 0;    list-style: none;  }  .slt-occasion-list li {    padding: 6px 9px;    color: var(--charcoal-soft);    font-size: 12px;    font-weight: 700;    line-height: 1.3;    background: var(--stone);    border: 1px solid var(--border);    border-radius: 8px;  }  .slt-occasion-list li:nth-child(even) {    color: var(--champagne-dark);    background: var(--champagne-light);    border-color: rgba(217, 192, 162, 0.25);  }  \/* SIZE CHART *\/  .slt-size-chart {    width: 100%;    margin: 25px 0 12px;    padding: 8px;    overflow: hidden;    background: var(--white);    border: 1px solid var(--border);    border-radius: 15px;    box-shadow: 0 7px 20px rgba(58, 46, 41, 0.045);  }  .slt-size-chart img {    width: 100%;    max-width: 100%;    height: auto;    margin: 0 auto;    object-fit: contain;  }  \/* PRODUCT DETAILS *\/  .slt-details {    padding: 15px 20px;    margin-top: 0;    background: linear-gradient(      90deg,      var(--champagne-light) 0%,      var(--ivory) 52%,      var(--stone) 100%    );    border: 1px solid var(--border);    border-left: 4px solid var(--champagne);    border-radius: 15px;  }  .slt-details h2 {    margin: 0 0 7px;    color: var(--charcoal);    font-size: 21px;    font-weight: 800;    line-height: 1.25;  }  .slt-detail-row {    display: grid;    grid-template-columns: 125px minmax(0, 1fr);    gap: 8px;    padding: 5px 0;    color: var(--muted);    font-size: 13px;    line-height: 1.35;    border-bottom: 1px solid rgba(92, 72, 62, 0.09);  }  .slt-detail-row:last-child {    border-bottom: 0;  }  .slt-detail-name {    color: var(--charcoal);    font-weight: 800;  }  .slt-detail-value {    min-width: 0;  }  \/* TRUST *\/  .slt-trust {    margin-top: 20px;    overflow: hidden;    background: linear-gradient(      90deg,      var(--ivory) 0%,      var(--champagne-light) 50%,      var(--stone) 100%    );    border: 1px solid var(--border);    border-radius: 18px;  }  .slt-trust-grid {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));  }  .slt-trust-item {    padding: 19px 13px;    text-align: center;  }  .slt-trust-item + .slt-trust-item {    border-left: 1px solid var(--border);  }  .slt-trust-icon {    display: flex;    align-items: center;    justify-content: center;    width: 43px;    height: 43px;    margin: 0 auto 8px;    color: var(--white);    font-size: 19px;    background: var(--charcoal-soft);    border-radius: 50%;  }  .slt-trust-item:nth-child(2) .slt-trust-icon {    color: var(--charcoal);    background: var(--champagne);  }  .slt-trust-item:nth-child(3) .slt-trust-icon {    color: var(--charcoal);    background: var(--nude);  }  .slt-trust-title {    margin-bottom: 3px;    color: var(--charcoal);    font-size: 13px;    font-weight: 800;  }  .slt-trust-text {    color: var(--muted);    font-size: 11px;    line-height: 1.4;  }  \/* BUY *\/  .slt-buy {    padding: 21px 18px 18px;    text-align: center;    border-top: 1px solid var(--border);  }  .slt-buy-button {    display: inline-flex;    align-items: center;    justify-content: center;    width: 100%;    max-width: 500px;    min-height: 54px;    padding: 13px 26px;    color: var(--white) !important;    font-size: 16px;    font-weight: 800;    letter-spacing: 0.04em;    text-decoration: none;    text-transform: uppercase;    background: linear-gradient(      90deg,      var(--charcoal-soft) 0%,      var(--charcoal) 100%    );    border: 2px solid var(--charcoal);    border-radius: 50px;    box-shadow: 0 8px 21px rgba(52, 48, 47, 0.2);    cursor: pointer;    transition:      transform 0.25s ease,      box-shadow 0.25s ease;  }  .slt-buy-button:hover {    color: var(--white) !important;    transform: translateY(-2px);    box-shadow: 0 11px 25px rgba(52, 48, 47, 0.26);  }  .slt-buy-note {    margin: 8px 0 0;    color: var(--muted);    font-size: 11px;  }  \/* MOBILE *\/  @media (max-width: 600px) {    .slt-page {      font-size: 15px;    }    .slt-hero {      padding: 27px 14px 23px;      border-radius: 16px;    }    .slt-kicker {      font-size: 9px;    }    .slt-hero h1 {      font-size: 28px;    }    .slt-hero-opening {      margin-bottom: 17px;      font-size: 15px;    }    .slt-hero-description {      font-size: 13px;    }    .slt-tags {      gap: 5px;      margin-top: 16px;    }    .slt-tags li {      padding: 5px 8px;      font-size: 11px;    }    .slt-feature {      margin-bottom: 16px;      border-radius: 14px;    }    .slt-content {      padding: 16px 14px 18px;    }    .slt-content h2 {      font-size: 18px;    }    .slt-content p {      font-size: 13px;    }    .slt-occasion-list {      gap: 5px;      margin-top: 12px;    }    .slt-occasion-list li {      padding: 5px 8px;      font-size: 11px;    }    .slt-size-chart {      margin: 20px 0 10px;      padding: 4px;      border-radius: 11px;    }    .slt-details {      padding: 13px 14px;      border-radius: 13px;    }    .slt-details h2 {      margin-bottom: 5px;      font-size: 19px;    }    .slt-detail-row {      grid-template-columns: 100px minmax(0, 1fr);      gap: 6px;      padding: 4px 0;      font-size: 12px;      line-height: 1.3;    }    .slt-trust-grid {      grid-template-columns: 1fr;    }    .slt-trust-item {      display: grid;      grid-template-columns: 43px 1fr;      column-gap: 12px;      padding: 13px;      text-align: left;    }    .slt-trust-item + .slt-trust-item {      border-top: 1px solid var(--border);      border-left: 0;    }    .slt-trust-icon {      grid-row: 1 \/ 3;      margin: 0;    }    .slt-trust-title,    .slt-trust-text {      align-self: center;    }    .slt-buy {      padding: 16px 13px;    }    .slt-buy-button {      min-height: 52px;      font-size: 15px;    }  }\u003c\/style\u003e\n\n\u003cdiv class=\"slt-page\" id=\"soft-lace-top-page\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"slt-hero\"\u003e\n\u003cdiv class=\"slt-hero-inner\"\u003e\n\u003cdiv class=\"slt-kicker\"\u003e🌸 Zachte Stretch-Kanten Collectie\u003c\/div\u003e\n\u003ch1\u003e✨ Transparant, Zacht \u0026amp; Verrassend Makkelijk te Dragen\u003c\/h1\u003e\n\u003cp class=\"slt-hero-opening\"\u003eDol op de uitstraling van kant, maar heb je een hekel aan stoffen die stug of kriebelig aanvoelen?\u003c\/p\u003e\n\n\u003cdiv class=\"slt-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_24_1_bba4739c-bcfd-4bf6-9891-0a02635cd7b7.gif?v=1787711789\" alt=\"Dames top met zachte transparante bloemenkant en lange mouwen\"\u003e\u003c\/div\u003e\n\n\u003cp class=\"slt-hero-description\"\u003eDeze \u003cstrong\u003etransparante top met bloemenkant en lange mouwen\u003c\/strong\u003e combineert een verfijnde textuur met een zachte, elastische pasvorm. Draag hem op zichzelf voor een opvallende look of combineer hem met je favoriete jasjes en gebreide kleding.\u003c\/p\u003e\n\n\u003cul class=\"slt-tags\"\u003e\n\u003cli\u003e🌸 Huidvriendelijk Kant\u003c\/li\u003e\n\u003cli\u003e💕 Flexibele Stretch\u003c\/li\u003e\n\u003cli\u003e🔥 Flatterende Pasvorm\u003c\/li\u003e\n\u003cli\u003e👚 Makkelijk te Layeren\u003c\/li\u003e\n\u003cli\u003e✨ Transparant Bloemenmesh\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003ch2 class=\"slt-section-title\"\u003eWaarom Je Er Dol Op Zult Zijn\u003c\/h2\u003e\n\n\u003c!-- FEATURE 1 --\u003e\n\n\u003carticle class=\"slt-feature\"\u003e\n\u003cdiv class=\"slt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/24484fea-18d1-4695-8946-2cdfb3c055be.webp?v=1787709831\" alt=\"Zachte huidvriendelijke bloemenkant\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"slt-content\"\u003e\n\u003ch2\u003e🌸 Zacht \u0026amp; Huidvriendelijk Kant\u003c\/h2\u003e\n\u003cp\u003eOntworpen met een lichtgewicht elastische kantstof die soepel en comfortabel aanvoelt op de huid. Zo geniet je van de elegante uitstraling van kant zonder dat stugge of prikkende gevoel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003c!-- FEATURE 2 --\u003e\n\n\u003carticle class=\"slt-feature\"\u003e\n\u003cdiv class=\"slt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/1d91f4a7-70c4-43e3-b9fa-324d2df29186.webp?v=1787709831\" alt=\"Comfortabele elastische kant die met je meebeweegt\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"slt-content\"\u003e\n\u003ch2\u003e💕 Comfortabele Stretch Die Met Je Meebeweegt\u003c\/h2\u003e\n\u003cp\u003eGemaakt van \u003cstrong\u003epolyester en elastaan\u003c\/strong\u003e. De stof biedt een flexibele stretch die zich naar je lichaam vormt en tegelijkertijd comfortabel blijft tijdens diners, feestjes en lange avonden uit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003c!-- FEATURE 3 --\u003e\n\n\u003carticle class=\"slt-feature\"\u003e\n\u003cdiv class=\"slt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/197b74b6-9c0b-4afc-a931-84cb5301bd44.webp?v=1787709830\" alt=\"Flatterende slim-fit top met kant\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"slt-content\"\u003e\n\u003ch2\u003e🔥 Flatterende Slim-Fit Pasvorm\u003c\/h2\u003e\n\u003cp\u003eDe aansluitende pasvorm creëert een elegante, vrouwelijke vorm en zorgt tegelijkertijd voor voldoende bewegingsvrijheid en draagcomfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003c!-- FEATURE 4 --\u003e\n\n\u003carticle class=\"slt-feature\"\u003e\n\u003cdiv class=\"slt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/3ef4c7be-cb25-49e6-86c5-8bf052bcfaed.webp?v=1787709831\" alt=\"Transparante kanten top om alleen of in laagjes te dragen\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"slt-content\"\u003e\n\u003ch2\u003e👚 Draag Hem In Laagjes Of Op Zichzelf\u003c\/h2\u003e\n\u003cp\u003eDraag hem onder \u003cstrong\u003eblazers, truien, vesten of jasjes\u003c\/strong\u003e voor een stijlvolle laagjeslook, of draag hem op zichzelf met een camisole, bandeau of bralette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003c!-- FEATURE 5 --\u003e\n\n\u003carticle class=\"slt-feature\"\u003e\n\u003cdiv class=\"slt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/933b4664-4f7f-4fa6-9f6c-c14d2c6b0886.webp?v=1787709831\" alt=\"Volledig transparante bloemenkant voor een opvallende look\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"slt-content\"\u003e\n\u003ch2\u003e✨ Opvallende Transparante Bloemenkant\u003c\/h2\u003e\n\u003cp\u003eDe bloemenmesh over de hele top voegt een elegante textuur en een subtiel transparant effect toe, waardoor zelfs eenvoudige outfits direct een verfijndere uitstraling krijgen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003c!-- FEATURE 6 --\u003e\n\n\u003carticle class=\"slt-feature\"\u003e\n\u003cdiv class=\"slt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/1_02867b4c-bb29-40d4-8077-b8775a8cd20f.webp?v=1787711116\" alt=\"Makkelijk te stylen transparante kanten top voor overdag en 's avonds\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"slt-content\"\u003e\n\u003ch2\u003e👖 Makkelijk Te Stylen Van Dag Tot Avond\u003c\/h2\u003e\n\u003cp\u003eCombineer hem met \u003cstrong\u003ejeans, zwarte leren broeken, rokken of nette pantalons\u003c\/strong\u003e voor date nights, diners, feestjes, concerten en stijlvolle dagelijkse outfits.\u003c\/p\u003e\n\n\u003cul class=\"slt-occasion-list\"\u003e\n\u003cli\u003e💕 Date Nights\u003c\/li\u003e\n\u003cli\u003e🍽️ Diners\u003c\/li\u003e\n\u003cli\u003e🎉 Feestjes\u003c\/li\u003e\n\u003cli\u003e🎵 Concerten\u003c\/li\u003e\n\u003cli\u003e🥂 Avondjes Uit\u003c\/li\u003e\n\u003cli\u003e✨ Feestelijke Gelegenheden\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\n\u003c!-- SIZE CHART --\u003e\n\n\u003csection class=\"slt-size-chart\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/11_24f041b9-033b-43dd-9bfe-cf5c6af9d10d.webp?v=1787711587\" alt=\"Maattabel voor dames transparante top met bloemenkant\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\n\u003c!-- PRODUCT DETAIL --\u003e\n\n\u003csection class=\"slt-details\"\u003e\n\u003ch2\u003eProductdetails\u003c\/h2\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eProducttype\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eTransparante Kanten Top voor Dames\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eStijl\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eSexy \/ Elegant \/ Chic \/ Uitgaan\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eStof\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eTransparant Mesh-Kant\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eSamenstelling\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003ePolyester \/ Elastaan\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003ePasvorm\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eSlim \/ Nauwsluitend\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eTransparantie\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eTransparant\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eSeizoenen\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eLente \/ Zomer \/ Herfst\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eGelegenheden\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eDate Night, Feest, Club, Diner, Concert, Feestelijke Gelegenheden \u0026amp; Avondjes Uit\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-detail-row\"\u003e\n\u003cdiv class=\"slt-detail-name\"\u003eStyling\u003c\/div\u003e\n\u003cdiv class=\"slt-detail-value\"\u003eJeans, Leren Broeken, Rokken, Nette Pantalons \u0026amp; Blazers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- TRUST + BUY --\u003e\n\n\u003csection class=\"slt-trust\"\u003e\n\u003cdiv class=\"slt-trust-grid\"\u003e\n\n\u003cdiv class=\"slt-trust-item\"\u003e\n\u003cdiv class=\"slt-trust-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"slt-trust-title\"\u003eVeilig Verzonden\u003c\/div\u003e\n\u003cdiv class=\"slt-trust-text\"\u003eBezorging met tracking beschikbaar\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-trust-item\"\u003e\n\u003cdiv class=\"slt-trust-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"slt-trust-title\"\u003eGecontroleerde Kwaliteit\u003c\/div\u003e\n\u003cdiv class=\"slt-trust-text\"\u003eZorgvuldig gecontroleerd vóór verzending\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-trust-item\"\u003e\n\u003cdiv class=\"slt-trust-icon\"\u003e🤝\u003c\/div\u003e\n\u003cdiv class=\"slt-trust-title\"\u003eKlantenservice\u003c\/div\u003e\n\u003cdiv class=\"slt-trust-text\"\u003eVriendelijke hulp wanneer je die nodig hebt\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"slt-buy\"\u003e\n\n\u003cp class=\"slt-buy-note\"\u003eKies hierboven je favoriete kleur en maat.\u003c\/p\u003e\n\n\u003ch3 style=\"text-align: left;\"\u003e🎁 Inhoud van de verpakking\u003c\/h3\u003e\n\n\u003cul class=\"default\" style=\"text-align: left;\"\u003e\n\u003cli\u003e1 x Dames Transparante Bloemenkant Mesh Top\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2 style=\"text-align: left;\"\u003e\n\u003cstrong\u003e❗\u003c\/strong\u003e\u003cstrong\u003eOpmerkingen\u003c\/strong\u003e\n\u003c\/h2\u003e\n\n\u003cul style=\"text-align: left;\"\u003e\n\u003cli\u003eVanwege handmatige metingen kunnen kleine afwijkingen in de afmetingen voorkomen.\u003c\/li\u003e\n\u003cli\u003eDoor verschillen in beeldscherminstellingen en lichteffecten kan de werkelijke kleur van het artikel enigszins afwijken van de kleur op de afbeelding.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp style=\"text-align: left;\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0566\/7461\/5457\/files\/2_d6eb7690-fa08-44a1-a77d-5389a387d08a_480x480.png?v=1659411405\" alt=\"\"\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eONZE GARANTIE:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul style=\"text-align: left;\"\u003e\n\u003cli\u003eWij geloven dat we enkele van de meest innovatieve producten ter wereld aanbieden en willen daar volledig achter staan met een risicovrije garantie van 30 dagen.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cul style=\"text-align: left;\"\u003e\n\u003cli\u003eAls je om welke reden dan ook geen positieve ervaring hebt, zullen we ons uiterste best doen om ervoor te zorgen dat je tevreden bent met je aankoop.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cul style=\"text-align: left;\"\u003e\n\u003cli\u003eJe kunt met een gerust hart bestellen en het product uitproberen. Als het product niet aan je verwachtingen voldoet, staan we klaar om samen naar een passende oplossing te zoeken.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cul\u003e\n\u003cli style=\"text-align: left;\"\u003eHeb je hulp nodig? Neem dan gerust contact op met onze klantenservice.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"lovelifeC","offers":[{"title":"Zwart \/ S","offer_id":45700260528263,"sku":"FS260828047-hS-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Zwart \/ M","offer_id":45700260561031,"sku":"FS260828047-hM-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Zwart \/ L","offer_id":45700260593799,"sku":"FS260828047-hL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Zwart \/ XL","offer_id":45700260626567,"sku":"FS260828047-hXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Zwart \/ XXL","offer_id":45700260659335,"sku":"FS260828047-hXXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bourgondië \/ S","offer_id":45700260692103,"sku":"FS260828047-jhS-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bourgondië \/ M","offer_id":45700260724871,"sku":"FS260828047-jhM-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bourgondië \/ L","offer_id":45700260757639,"sku":"FS260828047-jhL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bourgondië \/ XL","offer_id":45700260790407,"sku":"FS260828047-jhXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bourgondië \/ XXL","offer_id":45700260823175,"sku":"FS260828047-jhXXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Abrikoos \/ S","offer_id":45700260855943,"sku":"FS260828047-xS-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Abrikoos \/ M","offer_id":45700260888711,"sku":"FS260828047-xM-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Abrikoos \/ L","offer_id":45700260921479,"sku":"FS260828047-xL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Abrikoos \/ XL","offer_id":45700260954247,"sku":"FS260828047-xXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Abrikoos \/ XXL","offer_id":45700260987015,"sku":"FS260828047-xXXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bruin \/ S","offer_id":45700261019783,"sku":"FS260828047-zS-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bruin \/ M","offer_id":45700261052551,"sku":"FS260828047-zM-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bruin \/ L","offer_id":45700261085319,"sku":"FS260828047-zL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bruin \/ XL","offer_id":45700261118087,"sku":"FS260828047-zXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Bruin \/ XXL","offer_id":45700261150855,"sku":"FS260828047-zXXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Donkerblauw \/ S","offer_id":45700261183623,"sku":"FS260828047-slS-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Donkerblauw \/ M","offer_id":45700261216391,"sku":"FS260828047-slM-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Donkerblauw \/ L","offer_id":45700261249159,"sku":"FS260828047-slL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Donkerblauw \/ XL","offer_id":45700261281927,"sku":"FS260828047-slXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Donkerblauw \/ XXL","offer_id":45700261314695,"sku":"FS260828047-slXXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Wit \/ S","offer_id":45700261347463,"sku":"FS260828047-bS-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Wit \/ M","offer_id":45700261380231,"sku":"FS260828047-bM-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Wit \/ L","offer_id":45700261412999,"sku":"FS260828047-bL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Wit \/ XL","offer_id":45700261445767,"sku":"FS260828047-bXL-1","price":26.99,"currency_code":"EUR","in_stock":true},{"title":"Wit \/ XXL","offer_id":45700261478535,"sku":"FS260828047-bXXL-1","price":26.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/0754\/9575\/files\/279aff80-9cdf-4417-a524-f2a24f2a1fcc_68f44506-b480-4a5e-8cde-c5c180162d7d.webp?v=1787916624","url":"https:\/\/www.passagestreet.com\/products\/wtop","provider":"passagestreet","version":"1.0","type":"link"}