{"id":5,"date":"2022-03-02T10:18:51","date_gmt":"2022-03-02T10:18:51","guid":{"rendered":"https:\/\/startersites.io\/blocksy\/home-decor\/?page_id=5"},"modified":"2026-06-07T22:40:57","modified_gmt":"2026-06-07T20:40:57","slug":"home","status":"publish","type":"page","link":"https:\/\/premieregardens.com\/es\/","title":{"rendered":"HOME"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5\" class=\"elementor elementor-5\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5077a75 e-con-full e-flex e-con e-parent\" data-id=\"5077a75\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff1c889 elementor-widget elementor-widget-shortcode\" data-id=\"ff1c889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">  <style>\n    :root {\n      --primary: #000;\n      --secondary: #fff;\n      --accent: #1a1a1a;\n      --text-muted: #666;\n      --border: #e0e0e0;\n      --spacing-xl: 80px;\n    }\n\n    \/* Banner Premiere *\/\n    .premiere-banner {\n      position: relative;\n      width: 100%;\n      height: 480px;\n      overflow: hidden;\n      display: flex !important;\n      align-items: center !important;\n      justify-content: center !important;\n      text-align: center;\n    }\n\n    \/* Video de fondo *\/\n    .premiere-banner-video {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      z-index: 0;\n    }\n\n    \/* Capa oscura para que el logo resalte sobre el fondo *\/\n    .premiere-banner::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: rgba(0, 0, 0, 0.25);\n      z-index: 1;\n    }\n\n    .premiere-banner-logo {\n      position: relative;\n      z-index: 2;\n      display: block;\n      margin: 0 auto;\n      max-width: 220px;\n      width: 30%;\n      height: auto;\n      object-fit: contain;\n      filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));\n      \/* Animacion de entrada + flotacion continua *\/\n      animation: bannerLogoIn 1s ease-out both,\n                 bannerLogoFloat 4s ease-in-out 1s infinite;\n    }\n\n    \/* Entrada: fade-in con zoom suave *\/\n    @keyframes bannerLogoIn {\n      from {\n        opacity: 0;\n        transform: scale(0.85) translateY(20px);\n      }\n      to {\n        opacity: 1;\n        transform: scale(1) translateY(0);\n      }\n    }\n\n    \/* Flotacion continua sutil *\/\n    @keyframes bannerLogoFloat {\n      0%, 100% {\n        transform: translateY(0);\n      }\n      50% {\n        transform: translateY(-10px);\n      }\n    }\n\n    \/* Respeta a quienes prefieren menos movimiento *\/\n    @media (prefers-reduced-motion: reduce) {\n      .premiere-banner-logo {\n        animation: bannerLogoIn 0.6s ease-out both;\n      }\n    }\n\n    .products-section {\n      padding: var(--spacing-xl) 60px;\n      background: #fafafa;\n    }\n\n    .products-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 24px;\n      margin-bottom: 60px;\n      max-width: 1400px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Tarjeta de producto - Diseno limpio *\/\n    .product-item {\n      display: flex;\n      flex-direction: column;\n      background: white;\n      border-radius: 8px;\n      overflow: hidden;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n    }\n\n    .product-item:hover {\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n      transform: translateY(-4px);\n    }\n\n    \/* Imagen - Mantiene proporcion consistente en todos los dispositivos *\/\n    .product-image-wrapper {\n      position: relative;\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background: #f0f0f0;\n      overflow: hidden;\n    }\n\n    .product-image {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      transition: opacity 0.5s ease, transform 0.4s ease;\n    }\n\n    \/* Imagen frontal (principal) *\/\n    .product-image-front {\n      opacity: 1;\n      z-index: 2;\n    }\n\n    \/* Imagen trasera (hover) *\/\n    .product-image-back {\n      opacity: 0;\n      z-index: 1;\n    }\n\n    \/* Al hacer hover: mostrar imagen trasera *\/\n    .product-item:hover .product-image-front {\n      opacity: 0;\n    }\n\n    .product-item:hover .product-image-back {\n      opacity: 1;\n      transform: scale(1.05);\n    }\n\n    \/* Si no hay imagen trasera, mantener el zoom en la frontal *\/\n    .product-item:hover .product-image-front.no-back {\n      opacity: 1;\n      transform: scale(1.08);\n    }\n\n    \/* Badge *\/\n    .product-overlay {\n      position: absolute;\n      top: 12px;\n      right: 12px;\n      z-index: 5;\n    }\n\n    .product-badge {\n      background: var(--primary);\n      color: var(--secondary);\n      font-size: 9px;\n      font-weight: 800;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      padding: 6px 12px;\n      border-radius: 2px;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);\n    }\n\n    \/* Informacion del producto *\/\n    .product-info {\n      padding: 16px;\n      display: flex;\n      flex-direction: column;\n      flex-grow: 1;\n    }\n\n    .product-name {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.8px;\n      text-transform: uppercase;\n      color: var(--primary);\n      margin: 0 0 8px 0;\n      line-height: 1.4;\n      overflow: hidden;\n      text-overflow: ellipsis;\n      display: -webkit-box;\n      -webkit-line-clamp: 2;\n      -webkit-box-orient: vertical;\n      min-height: 28px;\n    }\n\n    .product-price {\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 8px 0;\n    }\n\n    .product-stock {\n      font-size: 10px;\n      color: var(--text-muted);\n      font-weight: 500;\n      margin: 0 0 12px 0;\n    }\n\n    .product-stock.in-stock {\n      color: #27ae60;\n      font-weight: 600;\n    }\n\n    .product-stock.out-of-stock {\n      color: #e74c3c;\n      font-weight: 600;\n    }\n\n    .product-actions {\n      margin-top: auto;\n    }\n\n    .btn-buy-now {\n      width: 100%;\n      padding: 11px 0;\n      background: var(--primary);\n      color: var(--secondary);\n      border: none;\n      font-size: 10px;\n      font-weight: 800;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      display: block;\n      text-align: center;\n      border-radius: 0;\n    }\n\n    .btn-buy-now:hover:not(:disabled) {\n      background: #1a1a1a;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n    }\n\n    .btn-buy-now:active:not(:disabled) {\n      transform: scale(0.98);\n    }\n\n    .btn-buy-now:disabled {\n      opacity: 0.6;\n      cursor: not-allowed;\n      background: #ccc;\n    }\n\n    \/* Load More *\/\n    .load-more-container {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 40px;\n    }\n\n    .btn-load-more {\n      padding: 14px 48px;\n      background: transparent;\n      border: 2px solid var(--primary);\n      color: var(--primary);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      border-radius: 0;\n    }\n\n    .btn-load-more:hover {\n      background: var(--primary);\n      color: var(--secondary);\n      transform: translateY(-2px);\n      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Collections *\/\n    .collections-section {\n      padding: var(--spacing-xl) 60px;\n      background: white;\n      border-top: 1px solid var(--border);\n      border-bottom: 1px solid var(--border);\n    }\n\n    .section-heading {\n      text-align: center;\n      font-size: 42px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      margin-bottom: 50px;\n      color: var(--primary);\n    }\n\n    .collections-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      max-width: 1400px;\n      margin: 0 auto;\n    }\n\n    .collection-card {\n      position: relative;\n      overflow: hidden;\n      aspect-ratio: 1;\n      background: var(--accent);\n      background-size: cover;\n      background-position: center;\n      cursor: pointer;\n      transition: all 0.4s ease;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-decoration: none;\n      border-radius: 6px;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    .collection-card:hover {\n      transform: scale(0.98);\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    .collection-content {\n      text-align: center;\n      color: white;\n      z-index: 2;\n      position: relative;\n      transition: transform 0.4s ease;\n    }\n\n    .collection-card:hover .collection-content {\n      transform: scale(1.05);\n    }\n\n    .collection-title {\n      font-size: 28px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      margin-bottom: 8px;\n      color: white;\n      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n    }\n\n    .collection-count {\n      font-size: 12px;\n      letter-spacing: 0.8px;\n      text-transform: uppercase;\n      color: rgba(255, 255, 255, 0.9);\n      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\n    }\n\n    .collection-card::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: rgba(0, 0, 0, 0.35);\n      z-index: 1;\n      transition: background 0.4s ease;\n    }\n\n    .collection-card:hover::before {\n      background: rgba(0, 0, 0, 0.25);\n    }\n\n    \/* Features *\/\n    .features-section {\n      padding: var(--spacing-xl) 60px;\n      background: #fafafa;\n    }\n\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 40px;\n      max-width: 1400px;\n      margin: 0 auto;\n    }\n\n    .feature-card {\n      text-align: center;\n      transition: transform 0.3s ease;\n    }\n\n    .feature-card:hover {\n      transform: translateY(-6px);\n    }\n\n    .feature-icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 24px;\n      background: var(--accent);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 26px;\n      color: white;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    .feature-card:hover .feature-icon {\n      background: var(--primary);\n      transform: scale(1.15);\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    }\n\n    .feature-title {\n      font-size: 15px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      margin-bottom: 12px;\n      color: var(--primary);\n    }\n\n    .feature-description {\n      font-size: 13px;\n      color: var(--text-muted);\n      line-height: 1.6;\n    }\n\n    \/* Responsive *\/\n\n    \/* Ocultar banner de video por debajo de tablet (1024px en adelante lo muestra) *\/\n    @media (max-width: 1023px) {\n      .premiere-banner {\n        display: none !important;\n      }\n    }\n\n    @media (max-width: 1200px) {\n      .products-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 20px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .premiere-banner {\n        height: 340px;\n      }\n      .premiere-banner-logo {\n        width: 40%;\n        max-width: 180px;\n      }\n\n      .products-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n      }\n\n      .products-section,\n      .collections-section,\n      .features-section {\n        padding: 60px 24px;\n      }\n\n      .collections-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n      }\n\n      .features-grid {\n        grid-template-columns: 1fr;\n        gap: 30px;\n      }\n\n      .section-heading {\n        font-size: 32px;\n        margin-bottom: 40px;\n      }\n\n      .collection-title {\n        font-size: 22px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .premiere-banner {\n        height: 260px;\n      }\n      .premiere-banner-logo {\n        width: 50%;\n        max-width: 150px;\n      }\n\n      .products-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .collections-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .feature-icon {\n        width: 50px;\n        height: 50px;\n        font-size: 22px;\n      }\n    }\n  <\/style>\n\n  <main>\n    <section class=\"premiere-banner\">\n      <video id=\"premiereBannerVideo\" class=\"premiere-banner-video\"\n             autoplay muted loop playsinline preload=\"auto\"\n             webkit-playsinline disablepictureinpicture>\n        <source src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/06\/Video-PopOut.mp4\" type=\"video\/mp4\">\n      <\/video>\n      <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/angel-web.png\"\n           alt=\"Angel\"\n           class=\"premiere-banner-logo\">\n    <\/section>\n\n    <script>\n      (function () {\n        function startBannerVideo() {\n          var v = document.getElementById('premiereBannerVideo');\n          if (!v) return;\n\n          \/\/ No reproducir el video en m\u00f3viles (banner oculto por debajo de 1024px)\n          if (window.matchMedia('(max-width: 1023px)').matches) {\n            v.pause();\n            return;\n          }\n\n          v.muted = true;          \/\/ imprescindible para autoplay\n          v.defaultMuted = true;\n          v.loop = true;\n          v.setAttribute('muted', '');\n          v.setAttribute('playsinline', '');\n\n          \/\/ Reinicio manual por si el loop nativo falla\n          v.addEventListener('ended', function () {\n            v.currentTime = 0;\n            v.play().catch(function () {});\n          });\n\n          \/\/ Intentar reproducir varias veces (a veces el primer intento falla)\n          function tryPlay(attempts) {\n            v.play().catch(function () {\n              if (attempts > 0) {\n                setTimeout(function () { tryPlay(attempts - 1); }, 400);\n              }\n            });\n          }\n          tryPlay(5);\n\n          \/\/ Respaldo final: arrancar al primer gesto del usuario\n          function onFirstInteraction() {\n            v.play().catch(function () {});\n            window.removeEventListener('touchstart', onFirstInteraction);\n            window.removeEventListener('scroll', onFirstInteraction);\n            window.removeEventListener('click', onFirstInteraction);\n          }\n          window.addEventListener('touchstart', onFirstInteraction, { passive: true });\n          window.addEventListener('scroll', onFirstInteraction, { passive: true });\n          window.addEventListener('click', onFirstInteraction);\n        }\n\n        \/\/ Ejecutar ya, sin depender de DOMContentLoaded (puede haber pasado)\n        if (document.readyState === 'loading') {\n          document.addEventListener('DOMContentLoaded', startBannerVideo);\n        } else {\n          startBannerVideo();\n        }\n        \/\/ Reintento extra cuando la p\u00e1gina termina de cargar del todo\n        window.addEventListener('load', startBannerVideo);\n      })();\n    <\/script>\n\n    <section class=\"products-section\">\n      <div class=\"products-grid\">\n                \n        <div class=\"product-item\">\n          <div class=\"product-image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/69b7f5428ba747fca2255d8b6bd4d82d-1024x1024.jpg\" \n                 alt=\"Premiere Fleece Shorts\" \n                 class=\"product-image product-image-front\" \n                 loading=\"lazy\">\n            \n                          <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/IMG_5342-768x1024.jpeg\" \n                   alt=\"Premiere Fleece Shorts - vista alternativa\" \n                   class=\"product-image product-image-back\" \n                   loading=\"lazy\">\n                        \n            <div class=\"product-overlay\">\n              <span class=\"product-badge\">NEW<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"product-info\">\n            <h3 class=\"product-name\">Premiere Fleece Shorts<\/h3>\n            <p class=\"product-price\">\u20ac30.00<\/p>\n            <p class=\"product-stock in-stock\">In Stock<\/p>\n            <div class=\"product-actions\">\n              <a href=\"https:\/\/premieregardens.com\/es\/producto\/premiere-fleece-shorts\/\" class=\"btn-buy-now\">Buy Now<\/a>            <\/div>\n          <\/div>\n        <\/div>\n\n                \n        <div class=\"product-item\">\n          <div class=\"product-image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/98b1d8896b9a4f5b9fc521cf3221fbd2-1024x1024.jpg\" \n                 alt=\"Essential Cotton T-Shirt\" \n                 class=\"product-image product-image-front\" \n                 loading=\"lazy\">\n            \n                          <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/IMG_6347-1-768x1024.jpg\" \n                   alt=\"Essential Cotton T-Shirt - vista alternativa\" \n                   class=\"product-image product-image-back\" \n                   loading=\"lazy\">\n                        \n            <div class=\"product-overlay\">\n              <span class=\"product-badge\">NEW<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"product-info\">\n            <h3 class=\"product-name\">Essential Cotton T-Shirt<\/h3>\n            <p class=\"product-price\">\u20ac25.99<\/p>\n            <p class=\"product-stock in-stock\">In Stock<\/p>\n            <div class=\"product-actions\">\n              <a href=\"https:\/\/premieregardens.com\/es\/producto\/essential-cotton-t-shirt\/\" class=\"btn-buy-now\">Buy Now<\/a>            <\/div>\n          <\/div>\n        <\/div>\n\n                \n        <div class=\"product-item\">\n          <div class=\"product-image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/11aff1d92b4241e59d89967c93cdb8a1-1024x1024.jpg\" \n                 alt=\"Premiere Angel Face Full-Zip Boxy Hoodie\" \n                 class=\"product-image product-image-front\" \n                 loading=\"lazy\">\n            \n                          <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/IMG_5374-768x1024.jpeg\" \n                   alt=\"Premiere Angel Face Full-Zip Boxy Hoodie - vista alternativa\" \n                   class=\"product-image product-image-back\" \n                   loading=\"lazy\">\n                        \n            <div class=\"product-overlay\">\n              <span class=\"product-badge\">NEW<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"product-info\">\n            <h3 class=\"product-name\">Premiere Angel Face Full-Zip Boxy Hoodie<\/h3>\n            <p class=\"product-price\">\u20ac55.00<\/p>\n            <p class=\"product-stock in-stock\">In Stock<\/p>\n            <div class=\"product-actions\">\n              <a href=\"https:\/\/premieregardens.com\/es\/producto\/premiere-angel-face-full-zip-boxy-hoodie\/\" class=\"btn-buy-now\">Buy Now<\/a>            <\/div>\n          <\/div>\n        <\/div>\n\n                \n        <div class=\"product-item\">\n          <div class=\"product-image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/f157413ffa154772a35e87941003b3f0-1024x1024.jpg\" \n                 alt=\"New York Acid Day\" \n                 class=\"product-image product-image-front\" \n                 loading=\"lazy\">\n            \n                          <img decoding=\"async\" src=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/IMG_5410-768x1024.jpeg\" \n                   alt=\"New York Acid Day - vista alternativa\" \n                   class=\"product-image product-image-back\" \n                   loading=\"lazy\">\n                        \n            <div class=\"product-overlay\">\n              <span class=\"product-badge\">NEW<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"product-info\">\n            <h3 class=\"product-name\">New York Acid Day<\/h3>\n            <p class=\"product-price\">\u20ac25.00<\/p>\n            <p class=\"product-stock in-stock\">In Stock<\/p>\n            <div class=\"product-actions\">\n              <a href=\"https:\/\/premieregardens.com\/es\/producto\/new-york-acid-day\/\" class=\"btn-buy-now\">Buy Now<\/a>            <\/div>\n          <\/div>\n        <\/div>\n\n              <\/div>\n\n      <div class=\"load-more-container\">\n        <a href=\"https:\/\/premieregardens.com\/es\/shop\/\" class=\"btn-load-more\">View All Products<\/a>\n      <\/div>\n    <\/section>\n\n    <section class=\"collections-section\">\n      <h2 class=\"section-heading\">Collection<\/h2>\n      <div class=\"collections-grid\">\n                \n        <a href=\"https:\/\/premieregardens.com\/es\/categoria-producto\/wear\/\" class=\"collection-card\" style=\"background-image: url('https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-06-at-00.52.30.jpeg');\">\n          <div class=\"collection-content\">\n            <h3 class=\"collection-title\">Wear<\/h3>\n            <p class=\"collection-count\">4 Items<\/p>\n          <\/div>\n        <\/a>\n\n                \n        <a href=\"https:\/\/premieregardens.com\/es\/categoria-producto\/t-shirts\/\" class=\"collection-card\" style=\"background-image: url('https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-06-at-00.58.35-1.jpeg');\">\n          <div class=\"collection-content\">\n            <h3 class=\"collection-title\">T-Shirts<\/h3>\n            <p class=\"collection-count\">0 Items<\/p>\n          <\/div>\n        <\/a>\n\n                \n        <a href=\"https:\/\/premieregardens.com\/es\/categoria-producto\/accessories\/\" class=\"collection-card\" style=\"background-image: url('https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-06-at-00.58.34.jpeg');\">\n          <div class=\"collection-content\">\n            <h3 class=\"collection-title\">Accesorios<\/h3>\n            <p class=\"collection-count\">0 Items<\/p>\n          <\/div>\n        <\/a>\n\n              <\/div>\n    <\/section>\n\n    <section class=\"features-section\">\n      <div class=\"features-grid\">\n        <div class=\"feature-card\">\n          <div class=\"feature-icon\">\u2713<\/div>\n          <h3 class=\"feature-title\">Premium Quality<\/h3>\n          <p class=\"feature-description\">Handpicked garments crafted with the finest materials and attention to detail.<\/p>\n        <\/div>\n        <div class=\"feature-card\">\n          <div class=\"feature-icon\">\u26a1<\/div>\n          <h3 class=\"feature-title\">Fast Shipping<\/h3>\n          <p class=\"feature-description\">Express delivery to get your orders within 2-3 business days.<\/p>\n        <\/div>\n        <div class=\"feature-card\">\n          <div class=\"feature-icon\">\u2728<\/div>\n          <h3 class=\"feature-title\">Exclusive Designs<\/h3>\n          <p class=\"feature-description\">Limited collections and unique pieces for those who stand out.<\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6},"page_title_panel":"","has_hero_section":"disabled","d73190b18b0f826980de2ef92fb1cfd8":"","hero_section":"type-1","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"updated_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"categories","enabled":false,"label":"In","style":"simple"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"b8081e37254711fb7c465ad397fb5274":"","hero_alignment1":"CT_CSS_SKIP_RULE","hero_margin":40,"hero_alignment2":"center","hero_vertical_alignment":"center","352bdb732d2c767f6d4fd98e8d7bed3a":"","hero_structure":"narrow","d4fa858903b79f02c43fb365d394992e":"","page_title_bg_type":"featured_image","custom_hero_background":{"attachment_id":null},"parallax":{"desktop":false,"tablet":false,"mobile":false},"aa6306e3b10875ebe01ada430d550885":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":"30px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_font_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_background_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-6)"}}},"pageTitlePadding":{"top":"50px","bottom":"50px","left":"auto","right":"auto","linked":true},"b5850bb8a90e79c522fed770095d69b5":"","page_structure_type":"default","15727b402fb7fbeb62ed7b563d2337be":"","content_style_source":"inherit","content_style":"wide","vertical_spacing_source":"custom","content_area_spacing":"none","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-8)"}}},"content_boxed_shadow":{"inherit":false,"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"boxed_content_spacing":{"desktop":{"top":"40px","bottom":"40px","left":"40px","right":"40px","linked":true},"tablet":{"top":"35px","bottom":"35px","left":"35px","right":"35px","linked":true},"mobile":{"top":"20px","bottom":"20px","left":"20px","right":"20px","linked":true}},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"0cbebab50cd242ed640dda17f0e2e831":"","disable_featured_image":"no","disable_share_box":"no","disable_header":"no","disable_footer":"no"},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/premieregardens.com\/es\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Premiere\u00ae \u2013 Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\" \/>\n\t\t<meta property=\"og:type\" content=\"website\" \/>\n\t\t<meta property=\"og:title\" content=\"Premiere\u00ae\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/premieregardens.com\/es\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Premiere\u00ae\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/premieregardens.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#listItem\",\"name\":\"HOME\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#listItem\",\"position\":2,\"name\":\"HOME\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#organization\",\"name\":\"Premiere\\u00ae\",\"description\":\"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\",\"url\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/premieregardens.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/premiere-web.png\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#organizationLogo\",\"width\":1772,\"height\":381},\"image\":{\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/instagram.com\\\/ayow_official\",\"https:\\\/\\\/www.tiktok.com\\\/@ayoworld_official?is_from_webapp=1&sender_device=pc\",\"https:\\\/\\\/www.youtube.com\\\/@AYOWORLDCHANNEL\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/author\\\/carlos\\\/#author\",\"url\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/author\\\/carlos\\\/\",\"name\":\"Carlos Gris Llull\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d9e0fea78c9494e8367018842d40848263953b7b841bdd40efba6b4ca7ac78c8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Carlos Gris Llull\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#webpage\",\"url\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/\",\"name\":\"Premiere\\u00ae\",\"description\":\"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/author\\\/carlos\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/author\\\/carlos\\\/#author\"},\"datePublished\":\"2022-03-02T10:18:51+01:00\",\"dateModified\":\"2026-06-07T22:40:57+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/\",\"name\":\"Premiere\\u00ae\",\"description\":\"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/premieregardens.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Premiere\u00ae","description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","canonical_url":"https:\/\/premieregardens.com\/es\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/premieregardens.com\/es\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/premieregardens.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/premieregardens.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/premieregardens.com\/es\/#listItem","name":"HOME"}},{"@type":"ListItem","@id":"https:\/\/premieregardens.com\/es\/#listItem","position":2,"name":"HOME","previousItem":{"@type":"ListItem","@id":"https:\/\/premieregardens.com\/es#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/premieregardens.com\/es\/#organization","name":"Premiere\u00ae","description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","url":"https:\/\/premieregardens.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png","@id":"https:\/\/premieregardens.com\/es\/#organizationLogo","width":1772,"height":381},"image":{"@id":"https:\/\/premieregardens.com\/es\/#organizationLogo"},"sameAs":["https:\/\/instagram.com\/ayow_official","https:\/\/www.tiktok.com\/@ayoworld_official?is_from_webapp=1&sender_device=pc","https:\/\/www.youtube.com\/@AYOWORLDCHANNEL"]},{"@type":"Person","@id":"https:\/\/premieregardens.com\/es\/author\/carlos\/#author","url":"https:\/\/premieregardens.com\/es\/author\/carlos\/","name":"Carlos Gris Llull","image":{"@type":"ImageObject","@id":"https:\/\/premieregardens.com\/es\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d9e0fea78c9494e8367018842d40848263953b7b841bdd40efba6b4ca7ac78c8?s=96&d=mm&r=g","width":96,"height":96,"caption":"Carlos Gris Llull"}},{"@type":"WebPage","@id":"https:\/\/premieregardens.com\/es\/#webpage","url":"https:\/\/premieregardens.com\/es\/","name":"Premiere\u00ae","description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/premieregardens.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/premieregardens.com\/es\/#breadcrumblist"},"author":{"@id":"https:\/\/premieregardens.com\/es\/author\/carlos\/#author"},"creator":{"@id":"https:\/\/premieregardens.com\/es\/author\/carlos\/#author"},"datePublished":"2022-03-02T10:18:51+01:00","dateModified":"2026-06-07T22:40:57+02:00"},{"@type":"WebSite","@id":"https:\/\/premieregardens.com\/es\/#website","url":"https:\/\/premieregardens.com\/es\/","name":"Premiere\u00ae","description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","inLanguage":"es-ES","publisher":{"@id":"https:\/\/premieregardens.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"Premiere\u00ae \u2013 Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","og:type":"website","og:title":"Premiere\u00ae","og:description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","og:url":"https:\/\/premieregardens.com\/es\/","og:image":"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png","og:image:secure_url":"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png","twitter:card":"summary_large_image","twitter:title":"Premiere\u00ae","twitter:description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","twitter:image":"https:\/\/premieregardens.com\/wp-content\/uploads\/2026\/05\/premiere-web.png"},"aioseo_meta_data":{"post_id":"5","title":"#site_title","description":"Discover Premiere, the clothing brand that bridges the streets of Spain with the urban soul of New York. Fashion inspired by street culture, art, and music, designed for those who chase their dreams with style and determination. Join the Premiere movement and wear the spirit of the streets!","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"website","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-01-24 19:22:20","updated":"2026-06-07 22:26:32","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/premieregardens.com\/es\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHOME\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/premieregardens.com\/es"},{"label":"HOME","link":"https:\/\/premieregardens.com\/es\/"}],"_links":{"self":[{"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":77,"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":2081,"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/pages\/5\/revisions\/2081"}],"wp:attachment":[{"href":"https:\/\/premieregardens.com\/es\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}