{"product_id":"wrapjkt-famara","title":"WrapJKT - Famara®","description":"\u003cstyle\u003e\n    \/* VARIABLES DE MARCA *\/\n    :root {\n      --w-black: #0a0a0a;\n      --w-dark-gray: #333333;\n      --w-gray: #7a7a7a;\n      --w-light-gray: #f4f4f4;\n      --w-border: #e5e5e5;\n      --w-accent: #b91c1c; \/* Rojo elegante para urgencia *\/\n      --font-main: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    }\n\n    \/* CONTENEDOR PRINCIPAL *\/\n    .wrapjkt-premium-container {\n      max-width: 680px; \/* Más estrecho = lectura más cómoda y premium *\/\n      margin: 0 auto;\n      padding: 40px 20px;\n      font-family: var(--font-main);\n      color: var(--w-black);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* CABECERA Y COPY *\/\n    .w-badge {\n      display: inline-block;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      font-weight: 600;\n      color: var(--w-black);\n      border: 1px solid var(--w-black);\n      padding: 4px 10px;\n      margin-bottom: 20px;\n    }\n    .w-title {\n      font-size: clamp(32px, 5vw, 48px);\n      font-weight: 800;\n      letter-spacing: -0.03em;\n      line-height: 1;\n      margin: 0 0 12px;\n      text-transform: uppercase;\n    }\n    .w-subtitle {\n      font-size: clamp(16px, 2vw, 20px);\n      font-style: italic;\n      color: var(--w-gray);\n      margin: 0 0 32px;\n    }\n    .w-description {\n      font-size: 15px;\n      line-height: 1.6;\n      color: var(--w-dark-gray);\n      margin: 0 0 40px;\n    }\n    .w-description strong {\n      color: var(--w-black);\n      font-weight: 600;\n    }\n\n    \/* BANNER DE ESCASEZ (FOMO) *\/\n    .w-scarcity-box {\n      background-color: var(--w-light-gray);\n      border-left: 3px solid var(--w-accent);\n      padding: 20px;\n      margin-bottom: 40px;\n      display: flex;\n      gap: 16px;\n      align-items: flex-start;\n    }\n    .w-scarcity-icon {\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background: var(--w-accent);\n      margin-top: 4px;\n      animation: pulse 2s infinite;\n    }\n    @keyframes pulse {\n      0% { box-shadow: 0 0 0 0 rgba(185, 28, 28, 0.4); }\n      70% { box-shadow: 0 0 0 6px rgba(185, 28, 28, 0); }\n      100% { box-shadow: 0 0 0 0 rgba(185, 28, 28, 0); }\n    }\n    .w-scarcity-text h4 {\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      margin: 0 0 6px;\n      color: var(--w-accent);\n    }\n    .w-scarcity-text p {\n      font-size: 13px;\n      line-height: 1.5;\n      margin: 0;\n      color: var(--w-dark-gray);\n    }\n\n    \/* TRUST BADGES (Garantías) *\/\n    .w-trust-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      background: var(--w-border);\n      border: 1px solid var(--w-border);\n      margin-bottom: 48px;\n    }\n    .w-trust-item {\n      background: #fff;\n      padding: 24px 16px;\n      text-align: center;\n    }\n    .w-trust-item svg {\n      width: 24px;\n      height: 24px;\n      margin-bottom: 12px;\n    }\n    .w-trust-item h5 {\n      font-size: 10px;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      margin: 0 0 4px;\n    }\n    .w-trust-item p {\n      font-size: 11px;\n      color: var(--w-gray);\n      margin: 0;\n    }\n\n    \/* ACORDEONES TÉCNICOS *\/\n    .w-accordion {\n      border-top: 1px solid var(--w-border);\n    }\n    .w-accordion:last-of-type {\n      border-bottom: 1px solid var(--w-border);\n      margin-bottom: 40px;\n    }\n    .w-accordion summary {\n      font-size: 12px;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      font-weight: 600;\n      padding: 20px 0;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: color 0.2s ease;\n    }\n    .w-accordion summary:hover {\n      color: var(--w-gray);\n    }\n    .w-accordion summary::-webkit-details-marker {\n      display: none;\n    }\n    .w-accordion summary::after {\n      content: '+';\n      font-size: 18px;\n      font-weight: 300;\n    }\n    .w-accordion[open] summary::after {\n      content: '−';\n    }\n    .w-accordion-content {\n      padding-bottom: 24px;\n      font-size: 13px;\n      line-height: 1.6;\n      color: var(--w-dark-gray);\n    }\n    .w-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n    .w-table th, .w-table td {\n      padding: 12px 0;\n      border-bottom: 1px solid var(--w-light-gray);\n      text-align: left;\n    }\n    .w-table th {\n      font-size: 10px;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: var(--w-gray);\n    }\n\n    \/* MANIFIESTO FINAL *\/\n    .w-manifesto {\n      background: var(--w-black);\n      color: #fff;\n      padding: 48px 32px;\n      text-align: center;\n    }\n    .w-manifesto p {\n      font-size: clamp(16px, 3vw, 22px);\n      font-weight: 300;\n      line-height: 1.4;\n      margin: 0;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"wrapjkt-premium-container\"\u003e\n\n\u003c!-- CABECERA --\u003e\n\u003cdiv class=\"w-badge\"\u003eArchive: Drop 01\u003c\/div\u003e\n\n\u003ch1 class=\"w-title\"\u003eFamara® WrapJKT\u003c\/h1\u003e\n\n\u003cp class=\"w-subtitle\"\u003eFloral. Serene. Unique.\u003c\/p\u003e\n\n\u003cp class=\"w-description\"\u003eA declaration of intent that opens our first collection. Named after Lanzarote's most untamed coast, \u003cstrong\u003eFamara®\u003c\/strong\u003e doesn't ask for permission to stand out. Its floral print in mint and pink tones is a collision between volcanic energy and modern tailoring. \u003cstrong\u003eArt designed to be worn.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003c!-- BANNER DE ESCASEZ (ALTA CONVERSIÓN) --\u003e\n\u003cdiv class=\"w-scarcity-box\"\u003e\n\n\u003cdiv class=\"w-scarcity-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"w-scarcity-text\"\u003e\n\n\u003ch4\u003eStrict Edition · No Restocks\u003c\/h4\u003e\n\n\u003cp\u003eOur Drops are closed events. Once Famara® stock reaches zero, the design will move to our historical archive. There are no waiting lists.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- TRUST BADGES (REDUCCIÓN DE FRICCIÓN) --\u003e\n\u003cdiv class=\"w-trust-grid\"\u003e\n\n\u003cdiv class=\"w-trust-item\"\u003e\n\n\u003csvg fill=\"none\" stroke=\"#111\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eMade in Italy\u003c\/h5\u003e\n\n\u003cp\u003eArtisanal craftsmanship\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"w-trust-item\"\u003e\n\n\u003csvg fill=\"none\" stroke=\"#111\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eSecure Payment\u003c\/h5\u003e\n\n\u003cp\u003eTotal SSL Encryption\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"w-trust-item\"\u003e\n\n\u003csvg fill=\"none\" stroke=\"#111\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003e14 Days\u003c\/h5\u003e\n\n\u003cp\u003eEasy returns\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- DETALLES TÉCNICOS (ACORDEONES) --\u003e\n\u003cdetails class=\"w-accordion\" open=\"\"\u003e\n\u003csummary\u003eFit \u0026amp; One Size\u003c\/summary\u003e\n\u003cdiv class=\"w-accordion-content\"\u003e\n\n\u003cp\u003eDesigned with an intelligent architectural pattern that flows from size \u003cstrong\u003eS to XL\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eSizes S\/M:\u003c\/strong\u003e Intentionally oversized, with a loose drape for a purely editorial presence.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eSizes L\/XL:\u003c\/strong\u003e Natural, enveloping, and structured fit thanks to the double buttoning system.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe closure system:\u003c\/strong\u003e An inner layer crosses the body adjusting the volume from within; the outer layer defines the final silhouette with a visible button.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"w-accordion\" open=\"\"\u003e\n\u003csummary\u003eMaterials \u0026amp; Care\u003c\/summary\u003e\n\u003cdiv class=\"w-accordion-content\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eConstruction:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eOuter Body: 95% Premium Cotton · 5% Elastane (mobility without losing structure).\u003c\/li\u003e\n\n\u003cli\u003eInner Lining: 100% Silk-feel Polyester.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eMaintenance:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eHand or machine wash cold (max. 30°C). Iron at low temperature always inside out. Do not tumble dry. Your piece is art, treat it as such.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"w-accordion\" open=\"\"\u003e\n\u003csummary\u003eExact Measurements\u003c\/summary\u003e\n\u003cdiv class=\"w-accordion-content\"\u003e\n\n\u003cp\u003eTaken with the garment laid flat.\u003c\/p\u003e\n\n\u003ctable class=\"w-table\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSpecification\u003c\/th\u003e\n\n\u003cth\u003eCentimeters\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eTotal width (shoulder to shoulder + sleeves)\u003c\/td\u003e\n\n\u003ctd\u003e64 cm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eChest width — outer layer\u003c\/td\u003e\n\n\u003ctd\u003e56 cm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eChest width — inner layer\u003c\/td\u003e\n\n\u003ctd\u003e47 cm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFront length\u003c\/td\u003e\n\n\u003ctd\u003e30 cm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eSleeve length\u003c\/td\u003e\n\n\u003ctd\u003e41 cm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cp style=\"margin-top: 16px;\"\u003e\u003cem\u003eQuestions about the fit? Write to us at \u003ca href=\"mailto:hello@wrapjkt.com\" style=\"color: var(--w-black);\"\u003ehello@wrapjkt.com\u003c\/a\u003e\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"w-accordion\" open=\"\"\u003e\n\u003csummary\u003eShipping \u0026amp; Returns\u003c\/summary\u003e\u003c!--nl--\"\u003e\u003cdiv class=\"w-accordion-content\"\u003e\n\u003cp\u003eCreated in Lanzarote. Made in Italy. Shipped directly to you.\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eStandard Shipping (€4.99):\u003c\/strong\u003e 5–7 business days.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePremium Shipping (€9.99):\u003c\/strong\u003e 2–3 business days.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eFree Shipping:\u003c\/strong\u003e On orders over €100.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp\u003eYou have 14 calendar days from receipt to process your return.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003c!-- CIERRE DE MARCA --\u003e\n\u003cdiv class=\"w-manifesto\"\u003e\n\n\u003cp\u003e“When it sells out, it's gone.\u003cbr\u003eIt's not a marketing strategy.\u003cbr\u003eIt's our design philosophy.”\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"WrapJKT","offers":[{"title":"Default Title","offer_id":58346737631496,"sku":"WRAPJKT-D01-FAMARA","price":79.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1051\/7309\/0568\/files\/wrapjkt-famara_01_6b3285b8-a9d7-4535-9da7-ee7f501bc94d.jpg?v=1787261962","url":"https:\/\/wrapjkt.com\/en\/products\/wrapjkt-famara","provider":"WrapJKT","version":"1.0","type":"link"}