{"id":10,"date":"2026-03-12T13:16:18","date_gmt":"2026-03-12T12:16:18","guid":{"rendered":"https:\/\/elclosetpy.com.py\/?page_id=10"},"modified":"2026-03-20T15:12:07","modified_gmt":"2026-03-20T14:12:07","slug":"elcloset","status":"publish","type":"page","link":"https:\/\/elclosetpy.com.py\/index.php\/elcloset\/","title":{"rendered":"elcloset"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Video Banner<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    #elcloset-video * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    #elcloset-video {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      height: 680px;\n      overflow: hidden;\n    }\n\n    #elcloset-video video {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n      display: block;\n    }\n\n    #elcloset-video .overlay {\n      position: absolute;\n      inset: 0;\n      background: rgba(0,0,0,0.15);\n      pointer-events: none;\n    }\n\n    #elcloset-video .title {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: 80px;\n      color: #111;\n      white-space: nowrap;\n      text-align: center;\n      letter-spacing: 0.04em;\n      pointer-events: none;\n      line-height: 1;\n      background: #fff;\n      padding: 50px 80px;\n      width: 60%;\n    }\n\n    @media (max-width: 768px) {\n      #elcloset-video {\n        height: 420px;\n      }\n      #elcloset-video .title {\n        font-size: 36px;\n        padding: 24px 36px;\n        width: 80%;\n        white-space: normal;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"elcloset-video\">\n  <video autoplay muted loop playsinline>\n    <source src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/030926-Index-InBloom.webm\" type=\"video\/webm\" \/>\n  <\/video>\n  <div class=\"overlay\"><\/div>\n  <div class=\"title\">EL CLOSET<\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Banner<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:wght@300;400&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    #elcloset-banner * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: 'Jost', sans-serif !important;\n    }\n\n    #elcloset-banner {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      height: 580px;\n      overflow: hidden;\n    }\n\n    #elcloset-banner .panel {\n      position: relative;\n      overflow: hidden;\n      cursor: pointer;\n    }\n\n    #elcloset-banner .panel img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      display: block;\n      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n\n    #elcloset-banner .panel:hover img {\n      transform: scale(1.04);\n    }\n\n    #elcloset-banner .overlay {\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 55%);\n      transition: background 0.4s ease;\n      pointer-events: none;\n    }\n\n    #elcloset-banner .panel:hover .overlay {\n      background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.05) 55%);\n    }\n\n    #elcloset-banner .divider {\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 1px;\n      height: 100%;\n      background: rgba(255,255,255,0.25);\n      pointer-events: none;\n    }\n\n\n    @media (max-width: 768px) {\n      #elcloset-banner {\n        grid-template-columns: repeat(2, 1fr);\n        height: auto;\n      }\n      #elcloset-banner .panel {\n        height: 280px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"elcloset-banner\">\n\n  <div class=\"panel\">\n    <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index02.webp\" alt=\"Shop Dresses\" \/>\n    <div class=\"overlay\"><\/div>\n    <div class=\"divider\"><\/div>\n  <\/div>\n\n  <div class=\"panel\">\n    <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index03.webp\" alt=\"Wedding Guest\" \/>\n    <div class=\"overlay\"><\/div>\n    <div class=\"divider\"><\/div>\n  <\/div>\n\n  <div class=\"panel\">\n    <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index04.webp\" alt=\"Formal Dresses\" \/>\n    <div class=\"overlay\"><\/div>\n    <div class=\"divider\"><\/div>\n  <\/div>\n\n  <div class=\"panel\">\n    <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index05.webp\" alt=\"Graduation Dresses\" \/>\n    <div class=\"overlay\"><\/div>\n  <\/div>\n\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Banner 2 columnas<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@1,400&family=Jost:wght@300;400&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    #elcloset-split * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    #elcloset-split {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      height: 680px;\n      background: #fff;\n    }\n\n    #elcloset-split .panel {\n      position: relative;\n      overflow: hidden;\n      cursor: pointer;\n    }\n\n    #elcloset-split .panel video,\n    #elcloset-split .panel img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      display: block;\n    }\n\n    #elcloset-split .overlay {\n      position: absolute;\n      inset: 0;\n      background: rgba(0,0,0,0.15);\n      pointer-events: none;\n    }\n\n    #elcloset-split .title {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      font-family: 'Cormorant Garamond', serif;\n      font-style: italic;\n      font-weight: 400;\n      font-size: 58px;\n      color: #fff;\n      white-space: nowrap;\n      text-align: center;\n      pointer-events: none;\n      line-height: 1;\n    }\n\n    #elcloset-split .title.serif-bold {\n      font-family: 'Cormorant Garamond', serif;\n      font-style: normal;\n      font-size: 54px;\n      letter-spacing: -0.01em;\n    }\n\n    #elcloset-split .label {\n      position: absolute;\n      bottom: 28px;\n      left: 36px;\n      pointer-events: none;\n    }\n\n    #elcloset-split .label span {\n      font-family: 'Jost', sans-serif;\n      font-weight: 300;\n      font-size: 13px;\n      letter-spacing: 0.08em;\n      color: #fff;\n      padding-bottom: 3px;\n      border-bottom: 1px solid rgba(255,255,255,0.8);\n    }\n    @media (max-width: 768px) {\n      #elcloset-split {\n        grid-template-columns: 1fr;\n        height: auto;\n      }\n      #elcloset-split .panel {\n        height: 400px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"elcloset-split\">\n\n  <div class=\"panel\">\n    <video autoplay muted loop playsinline>\n      <source src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/021626-Index-Prom.webm\" type=\"video\/webm\" \/>\n    <\/video>\n    <div class=\"overlay\"><\/div>\n    <div class=\"label\"><span>Shop Prom Dresses<\/span><\/div>\n  <\/div>\n\n  <div class=\"panel\">\n    <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index08.webp\" alt=\"Cocktail Dresses\" \/>\n    <div class=\"overlay\"><\/div>\n    <div class=\"label\"><span>Shop Cocktail Dresses<\/span><\/div>\n  <\/div>\n\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Productos Destacados<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_shop_0 et_pb_shop et_pb_shop_grid et_pb_module\" data-shortcode_index=\"0\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"product type-product post-975 status-publish first outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-beige-polar-detalle-dorado\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/TAPADO-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA BEIGE POLAR DETALLE DORADO\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA BEIGE POLAR DETALLE DORADO<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-873 status-publish outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-marron-claro-con-cuello\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175853_Gallery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA MARRON CLARO CON CUELLO\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA MARRON CLARO CON CUELLO<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-869 status-publish outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-negra-con-cuello\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175834_Gallery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA NEGRA CON CUELLO\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA NEGRA CON CUELLO<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-863 status-publish last outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-pelusa-negra-con-cuello\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175522_Gallery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA PELUSA NEGRA CON CUELLO\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA PELUSA NEGRA CON CUELLO<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-865 status-publish first outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-pelusa-negra-n1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175802_Gallery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA PELUSA NEGRA N\u00b01\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA PELUSA NEGRA N\u00b01<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-961 status-publish outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-pelusa-negra-n2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175802_Gallery-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA PELUSA NEGRA N\u00b02\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA PELUSA NEGRA N\u00b02<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-867 status-publish outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-pelusa-rosita\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175831_Gallery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA PELUSA ROSITA\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA PELUSA ROSITA<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-875 status-publish last outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-polar-beige-n1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175904_Gallery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA POLAR BEIGE N\u00b01\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA POLAR BEIGE N\u00b01<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-877 status-publish first outofstock product_cat-alquiler has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/estola-polar-beige-n2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250606_175904_Gallery-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ESTOLA POLAR BEIGE N\u00b02\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">ESTOLA POLAR BEIGE N\u00b02<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;150.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-1154 status-publish instock product_cat-sin-categorizar shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/falda-viki\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Marcador\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">FALDA VIKI<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;240.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-383 status-publish outofstock product_cat-alquiler product_cat-midi has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/lavanda-flores-randas-y-capas-en-falda-tipo-midi-talle-m\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/sc_imagen_a974d3bb801631dd3fecefc09fa89130-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"LAVANDA FLORES RANDAS Y CAPAS EN FALDA TIPO MIDI TALLE M\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">LAVANDA FLORES RANDAS Y CAPAS EN FALDA TIPO MIDI TALLE M<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;400.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<li class=\"product type-product post-649 status-publish last outofstock product_cat-alquiler product_cat-largos has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/elclosetpy.com.py\/index.php\/producto\/liquidado\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/Screenshot_20250205_161240_WhatsAppBusiness-1-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Liquidado\" \/><span class=\"et_overlay\"><\/span><\/span><h2 class=\"woocommerce-loop-product__title\">Liquidado<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8370;<\/span>&nbsp;300.000<\/bdi><\/span><\/span>\n<\/a><\/li>\n<\/ul>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___011226index12.webp\" title=\"content___011226index12\" width=\"1920\" height=\"224\" srcset=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___011226index12.webp 1920w, https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___011226index12-1280x149.webp 1280w, https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___011226index12-980x114.webp 980w, https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___011226index12-480x56.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1920px, 100vw\" class=\"wp-image-40\" \/><\/span><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Grid Banner<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:wght@300;400&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    #elcloset-grid * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    #elcloset-grid {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      background: #fff;\n      padding: 40px 40px 48px;\n    }\n\n    #elcloset-grid .grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 0;\n    }\n\n    #elcloset-grid .item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      cursor: pointer;\n    }\n\n    #elcloset-grid .item .img-wrap {\n      width: 100%;\n      aspect-ratio: 2 \/ 3;\n      overflow: hidden;\n      border-radius: 2px;\n    }\n\n    #elcloset-grid .item .img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      display: block;\n      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n\n    #elcloset-grid .item:hover .img-wrap img {\n      transform: scale(1.04);\n    }\n\n    #elcloset-grid .item .label {\n      margin-top: 16px;\n      font-family: 'Jost', sans-serif;\n      font-weight: 400;\n      font-size: 14px;\n      color: #111;\n      text-decoration: underline;\n      text-underline-offset: 3px;\n      letter-spacing: 0.01em;\n    }\n\n    #elcloset-grid .item:hover .label {\n      color: #555;\n    }\n    @media (max-width: 768px) {\n      #elcloset-grid .grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"elcloset-grid\">\n  <div class=\"grid\">\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index09.webp\" alt=\"Vestidos Blancos\" \/>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index10.webp\" alt=\"Invitada Black Tie\" \/>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index11.webp\" alt=\"Vestidos Florales\" \/>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index12.webp\" alt=\"Easter\" \/>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Grid con t\u00edtulo<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:wght@300;400;600&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    #elcloset-grid2 * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    #elcloset-grid2 {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      background: #fff;\n      padding: 48px 0 56px;\n    }\n\n    #elcloset-grid2 .header {\n      text-align: center;\n      margin-bottom: 36px;\n      padding: 0 40px;\n    }\n\n    #elcloset-grid2 .header h2 {\n      font-family: 'Jost', sans-serif;\n      font-weight: 600;\n      font-size: 28px;\n      color: #111;\n      margin-bottom: 10px;\n    }\n\n    #elcloset-grid2 .header p {\n      font-family: 'Jost', sans-serif;\n      font-weight: 300;\n      font-size: 15px;\n      color: #555;\n    }\n\n    #elcloset-grid2 .grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 0;\n      padding: 0 40px;\n    }\n\n    #elcloset-grid2 .item {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      cursor: pointer;\n    }\n\n    #elcloset-grid2 .item .img-wrap {\n      width: 100%;\n      aspect-ratio: 2 \/ 3;\n      overflow: hidden;\n      border-radius: 2px;\n    }\n\n    #elcloset-grid2 .item .img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      display: block;\n      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n\n    #elcloset-grid2 .item:hover .img-wrap img {\n      transform: scale(1.04);\n    }\n\n    #elcloset-grid2 .item .label {\n      margin-top: 16px;\n      font-family: 'Jost', sans-serif;\n      font-weight: 600;\n      font-size: 14px;\n      color: #111;\n      text-decoration: underline;\n      text-underline-offset: 4px;\n      letter-spacing: 0.01em;\n    }\n\n    #elcloset-grid2 .item:hover .label {\n      color: #555;\n    }\n    @media (max-width: 768px) {\n      #elcloset-grid2 .grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"elcloset-grid2\">\n\n  <div class=\"header\">\n    <h2>\u00bfA D\u00f3nde Vas?<\/h2>\n    <p>Ten\u00e9s lugares a los que ir, y queremos acompa\u00f1arte<\/p>\n  <\/div>\n\n  <div class=\"grid\">\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index13.webp\" alt=\"Vacaciones en la Playa\" \/>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index14.webp\" alt=\"Spring Break\" \/>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index15.webp\" alt=\"Festival\" \/>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <div class=\"img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/elclosetpy.com.py\/wp-content\/uploads\/2026\/03\/content___030926index16.webp\" alt=\"Trajes de Ba\u00f1o\" \/>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_5 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Perks<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:wght@300;400;600&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    #elcloset-perks * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    #elcloset-perks {\n      width: 100vw;\n      position: relative;\n      left: 50%;\n      right: 50%;\n      margin-left: -50vw;\n      margin-right: -50vw;\n      background: #fff;\n      border-top: 1px solid #e8e8e8;\n      border-bottom: 1px solid #e8e8e8;\n      padding: 32px 40px;\n    }\n\n    #elcloset-perks .grid {\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 16px;\n    }\n\n    #elcloset-perks .item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      gap: 12px;\n    }\n\n    #elcloset-perks .item svg {\n      width: 32px;\n      height: 32px;\n      color: #222;\n    }\n\n    #elcloset-perks .item .title {\n      font-family: 'Jost', sans-serif;\n      font-weight: 600;\n      font-size: 13px;\n      color: #111;\n      line-height: 1.4;\n    }\n\n    #elcloset-perks .item .title b {\n      font-style: italic;\n    }\n\n    #elcloset-perks .item .sub {\n      font-family: 'Jost', sans-serif;\n      font-weight: 300;\n      font-size: 12px;\n      color: #666;\n    }\n\n    @media (max-width: 768px) {\n      #elcloset-perks .grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 24px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"elcloset-perks\">\n  <div class=\"grid\">\n\n    <div class=\"item\">\n      <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\">\n        <rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"18.5\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n      <\/svg>\n      <div>\n        <div class=\"title\">Env\u00edo Gratis en la App<\/div>\n        <div class=\"sub\">Descarg\u00e1 Nuestra App<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\">\n        <path d=\"M22 3H2l8 9.46V19l4 2v-8.54L22 3z\"\/>\n      <\/svg>\n      <div>\n        <div class=\"title\">D\u00e1 $20, Gan\u00e1 $20<\/div>\n        <div class=\"sub\">Refer\u00ed un Amigo<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\">\n        <polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/>\n      <\/svg>\n      <div>\n        <div class=\"title\">Un\u00ed a <b>LOVE<\/b> REWARDS<\/div>\n        <div class=\"sub\">Registrate Hoy<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\">\n        <circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 8v4l2 2\"\/>\n      <\/svg>\n      <div>\n        <div class=\"title\">20% Off para Estudiantes<\/div>\n        <div class=\"sub\">Canje\u00e1 Ahora<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\">\n        <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.5\" stroke-width=\"2\" stroke-linecap=\"round\"\/><line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"15\"\/>\n      <\/svg>\n      <div>\n        <div class=\"title\">10% Off para Trabajadores de Salud<\/div>\n        <div class=\"sub\">Canje\u00e1 Ahora<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"item\">\n      <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" viewBox=\"0 0 24 24\">\n        <polygon points=\"12 2 15 8.5 22 9.5 17 14 18.5 21 12 17.5 5.5 21 7 14 2 9.5 9 8.5 12 2\"\/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"10\"\/><line x1=\"12\" y1=\"6\" x2=\"15\" y2=\"9\"\/>\n      <\/svg>\n      <div>\n        <div class=\"title\">10% Off para Militares<\/div>\n        <div class=\"sub\">Canje\u00e1 Ahora<\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_8 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p id=\"index-content-seo\" class=\"u-text-center u-text-regular u-margin-bottom-sm\" style=\"text-wrap: balance;\">One destination for every dress code. Find your forever plus one for every RSVP.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4 class=\"c-heading-h4 u-margin-top-xl\"><a href=\"https:\/\/www.lulus.com\/categories\/2042_2106\/wedding-guest-dresses.html\">Wedding Guest Dresses<\/a><\/h4>\n<p>If your inbox is flooded with save-the-dates and you're wondering what to wear, we've got it covered. From casual beach weddings to full-blown black tie affairs, our collection of wedding guest dresses suits every dress code, every venue, and every price range. Our curated collection of RSVP-ready dresses features silhouettes, colors, and hemlines that make getting dressed feel effortless, so you can focus on celebrating the moment.<\/p>\n<h4 class=\"c-heading-h4 u-margin-top-xl\"><a href=\"https:\/\/www.lulus.com\/categories\/701_693\/prom-dresses.html\">Prom Dresses<\/a><\/h4>\n<p ge-data-original-price=\"100\" ge-data-converted-price=\"743000\" ge-data-converted-full-price=\"\u20b2\u200c743,000\">Looking for prom dresses under \u20b2\u200c743,000? Our curated collection of prom dresses is made to stun at the pre-dinner, in the group photos, and especially on the dance floor. With tons of options across styles, colors, silhouettes, and sizes from XXS to 3X, you can find a dress that perfectly suits your style and stays in your budget. We can't promise the prom queen status and crown, but we'll make sure you feel confident look your best on prom night.<a href=\"https:\/\/www.lulus.com\/categories\/26081_2226\/formal-dresses.html\"><\/a><\/p>\n<p>Have a formal dress code on the calendar? Our lineup of floor-length gowns and formal dresses will ensure you look and feel your best. With luxe fabrications, flattering silhouettes, and perfect price points, this collection of black tie-ready dresses has exactly what you need for every charity gala, formal dance, or any celebration that calls for doing the most (in the best way!)<a href=\"https:\/\/www.lulus.com\/categories\/2042_433\/bridesmaid-dresses.html\"><\/a><\/p>\n<p ge-data-original-price=\"100\" ge-data-converted-price=\"743000\" ge-data-converted-full-price=\"\u20b2\u200c743,000\">It's your big day, but your besties still deserve to look and feel their absolute best. Our curated collection of bridesmaid dresses offers flattering silhouettes, comfortable fits, and colors to complement your whole party, whether you're going mix-and-match or perfectly coordinated. With tons of styles under \u20b2\u200c743,000 and sizes ranging from XXS-3X, we'll make sure your bridesmaids feel their most confident while they celebrate you.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":20,"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":453,"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/453"}],"wp:attachment":[{"href":"https:\/\/elclosetpy.com.py\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}