{"product_id":"baggy-stone-washed","title":"Baggy stone washed","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eBaggy Stone Washed – No Basic\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=Barlow:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --stone:        #8A8A7A;\n      --stone-dark:   #4A4A3C;\n      --stone-light:  #F4F3EF;\n      --stone-border: #D0CEC4;\n      --nevada:       #C8C8BE;\n      --gris:         #6A6A60;\n      --ink:          #0a0a0a;\n      --soft:         #f5f5f5;\n      --border:       #e0e0e0;\n      --muted:        #555;\n      --gold:         #E8C840;\n    }\n\n    body {\n      background: #fff;\n      color: var(--ink);\n      font-family: 'Barlow', sans-serif;\n    }\n\n    .nb-desc {\n      max-width: 620px;\n      margin: 0 auto;\n      padding: 0 4px;\n    }\n\n    \/* ── STOCK ALERT ── *\/\n    .nb-alert {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      background: var(--ink);\n      border-radius: 4px;\n      padding: 10px 16px;\n      margin-bottom: 16px;\n      gap: 10px;\n    }\n    .nb-alert-left { display: flex; align-items: center; gap: 10px; }\n    .nb-alert-dot {\n      width: 8px; height: 8px; border-radius: 50%;\n      background: var(--gold); flex-shrink: 0;\n      animation: pulse 1.8s ease-in-out infinite;\n    }\n    @keyframes pulse {\n      0%, 100% { opacity: 1; transform: scale(1); }\n      50%       { opacity: 0.4; transform: scale(1.4); }\n    }\n    .nb-alert-left span {\n      font-size: 0.72rem; font-weight: 700;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--gold);\n    }\n    .nb-alert-count {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 1.05rem; letter-spacing: 0.08em;\n      color: var(--ink); background: var(--gold);\n      padding: 2px 10px; border-radius: 3px;\n      white-space: nowrap; flex-shrink: 0;\n    }\n\n    \/* ── DOUBLE PROCESS HERO ── *\/\n    .nb-hero {\n      background: var(--ink);\n      border-radius: 8px;\n      overflow: hidden;\n      margin-bottom: 20px;\n    }\n    \/* stone wash texture bar *\/\n    .nb-hero-bar {\n      height: 10px;\n      background: linear-gradient(\n        90deg,\n        #E8E6E0 0%, #D0CEC4 20%,\n        #9A9A8A 40%, #6A6A60 60%,\n        #3A3A30 80%, #0a0a0a 100%\n      );\n    }\n    \/* dual process badges row *\/\n    .nb-hero-processes {\n      display: flex;\n      align-items: stretch;\n      border-bottom: 1px solid #2a2a2a;\n    }\n    .nb-process-item {\n      flex: 1;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      padding: 12px 16px;\n      border-right: 1px solid #2a2a2a;\n    }\n    .nb-process-item:last-child { border-right: none; }\n    .nb-process-icon {\n      width: 30px; height: 30px; flex-shrink: 0;\n      display: flex; align-items: center; justify-content: center;\n      border: 1.5px solid #444; border-radius: 50%;\n    }\n    .nb-process-icon svg {\n      width: 14px; height: 14px; fill: none;\n      stroke: #ccc; stroke-width: 1.8;\n      stroke-linecap: round; stroke-linejoin: round;\n    }\n    .nb-process-text strong {\n      display: block; font-size: 0.68rem; font-weight: 700;\n      letter-spacing: 0.12em; text-transform: uppercase; color: #fff;\n      margin-bottom: 1px;\n    }\n    .nb-process-text span { font-size: 0.67rem; color: #666; line-height: 1.2; }\n    \/* info bottom *\/\n    .nb-hero-info {\n      padding: 12px 18px;\n    }\n    .nb-hero-info strong {\n      display: block;\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: 0.9rem; letter-spacing: 0.16em;\n      color: #fff; margin-bottom: 2px;\n    }\n    .nb-hero-info span { font-size: 0.77rem; color: #888; line-height: 1.4; }\n\n    \/* ── PALETTE ── *\/\n    .nb-palette {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      background: var(--stone-light);\n      border: 1.5px solid var(--stone-border);\n      border-radius: 6px;\n      padding: 12px 16px;\n      margin-bottom: 22px;\n    }\n    .nb-palette-swatches { display: flex; gap: 6px; flex-shrink: 0; }\n    .nb-swatch {\n      width: 28px; height: 28px; border-radius: 50%;\n      box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--stone-border);\n    }\n    .nb-swatch.nevada { background: linear-gradient(135deg, #E0E0D8 0%, #AEAE9E 100%); }\n    .nb-swatch.negro  { background: #0a0a0a; }\n    .nb-swatch.gris   { background: #6A6A60; }\n    .nb-palette-text strong {\n      display: block; font-size: 0.75rem; font-weight: 700;\n      letter-spacing: 0.09em; text-transform: uppercase;\n      color: var(--ink); margin-bottom: 2px;\n    }\n    .nb-palette-text span { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }\n\n    \/* ── TAGLINE ── *\/\n    .nb-tagline {\n      font-family: 'Bebas Neue', sans-serif;\n      font-size: clamp(1.9rem, 5.5vw, 2.6rem);\n      letter-spacing: 0.06em; line-height: 1.05;\n      text-transform: uppercase; color: var(--ink);\n      border-left: 5px solid var(--stone);\n      padding-left: 16px; margin-bottom: 18px;\n    }\n\n    \/* ── BODY ── *\/\n    .nb-body {\n      font-size: 0.95rem; line-height: 1.72;\n      color: #2a2a2a; margin-bottom: 22px;\n    }\n    .nb-body strong { color: var(--ink); font-weight: 700; }\n\n    \/* ── STONE WASH BLOCK ── *\/\n    .nb-wash {\n      display: flex; align-items: stretch;\n      border: 1.5px solid var(--stone-border);\n      border-radius: 6px; overflow: hidden; margin-bottom: 22px;\n    }\n    .nb-wash-left {\n      background: linear-gradient(160deg, var(--stone) 0%, var(--stone-dark) 100%);\n      padding: 14px 16px;\n      display: flex; flex-direction: column;\n      align-items: center; justify-content: center; gap: 4px;\n      flex-shrink: 0; min-width: 82px;\n    }\n    .nb-wash-left svg {\n      width: 22px; height: 22px; fill: none; stroke: #fff;\n      stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;\n    }\n    .nb-wash-left span {\n      font-family: 'Bebas Neue', sans-serif; font-size: 0.65rem;\n      letter-spacing: 0.14em; color: rgba(255,255,255,0.8);\n      text-transform: uppercase; text-align: center; line-height: 1.2;\n    }\n    .nb-wash-right { padding: 13px 16px; background: var(--stone-light); }\n    .nb-wash-right strong {\n      display: block; font-size: 0.76rem; font-weight: 700;\n      letter-spacing: 0.1em; text-transform: uppercase;\n      color: var(--ink); margin-bottom: 3px;\n    }\n    .nb-wash-right span { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }\n\n    \/* ── HIGHLIGHT ── *\/\n    .nb-highlight {\n      display: flex; align-items: center; gap: 12px;\n      background: var(--ink); border-radius: 4px;\n      padding: 12px 18px; margin-bottom: 22px;\n    }\n    .nb-highlight svg {\n      width: 20px; height: 20px; flex-shrink: 0;\n      fill: none; stroke: #fff; stroke-width: 1.8;\n      stroke-linecap: round; stroke-linejoin: round;\n    }\n    .nb-highlight p { font-size: 0.82rem; line-height: 1.5; color: #ccc; }\n    .nb-highlight p strong {\n      color: #fff; font-size: 0.78rem;\n      letter-spacing: 0.08em; text-transform: uppercase;\n    }\n\n    \/* ── DIVIDER ── *\/\n    .nb-divider { width: 100%; height: 1px; background: var(--border); margin: 22px 0; }\n\n    \/* ── SPECS PILLS ── *\/\n    .nb-specs-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }\n    .nb-spec-pill {\n      display: flex; align-items: center; gap: 8px;\n      background: var(--soft); border: 1px solid var(--border);\n      border-radius: 40px; padding: 8px 16px 8px 10px;\n      transition: border-color 0.2s;\n    }\n    .nb-spec-pill:hover { border-color: var(--stone-dark); }\n    .nb-spec-pill-icon {\n      width: 28px; height: 28px; display: flex;\n      align-items: center; justify-content: center;\n      background: var(--ink); border-radius: 50%; flex-shrink: 0;\n    }\n    .nb-spec-pill-icon svg {\n      width: 14px; height: 14px; fill: none; stroke: #fff;\n      stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;\n    }\n    .nb-spec-pill span {\n      font-size: 0.75rem; font-weight: 700;\n      letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink);\n    }\n\n    \/* ── FIT BLOCK ── *\/\n    .nb-fit {\n      background: var(--ink); border-radius: 6px;\n      padding: 14px 18px; display: flex;\n      align-items: center; gap: 14px; margin-bottom: 22px;\n    }\n    .nb-fit svg {\n      width: 22px; height: 22px; flex-shrink: 0;\n      fill: none; stroke: #fff; stroke-width: 1.8;\n      stroke-linecap: round; stroke-linejoin: round;\n    }\n    .nb-fit p { font-size: 0.83rem; line-height: 1.55; color: #d0d0d0; }\n    .nb-fit p strong {\n      color: #fff; font-weight: 700;\n      text-transform: uppercase; letter-spacing: 0.04em;\n    }\n\n    \/* ── COMBOS ── *\/\n    .nb-versatility { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }\n    .nb-vers-tag {\n      font-size: 0.72rem; font-weight: 700;\n      letter-spacing: 0.1em; text-transform: uppercase;\n      padding: 5px 12px; border: 1.5px solid var(--ink);\n      border-radius: 2px; color: var(--ink);\n    }\n\n    \/* ── BADGES ── *\/\n    .nb-badges { display: flex; flex-wrap: wrap; gap: 8px; }\n    .nb-badge {\n      display: flex; align-items: center; gap: 6px;\n      background: var(--ink); color: #fff; font-size: 0.7rem;\n      font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;\n      padding: 6px 13px; border-radius: 2px;\n    }\n    .nb-badge svg {\n      width: 12px; height: 12px; fill: none; stroke: #fff;\n      stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;\n    }\n  \u003c\/style\u003e\n\n\n\u003cdiv class=\"nb-desc\"\u003e\n\n  \u003c!-- STOCK ALERT --\u003e\n  \u003cdiv class=\"nb-alert\"\u003e\n    \u003cdiv class=\"nb-alert-left\"\u003e\n      \u003cdiv class=\"nb-alert-dot\"\u003e\u003c\/div\u003e\n      \u003cspan\u003eBajas existencias — sin restock\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-alert-count\"\u003eQuedan 10\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DOUBLE PROCESS HERO --\u003e\n  \u003cdiv class=\"nb-hero\"\u003e\n    \u003cdiv class=\"nb-hero-bar\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"nb-hero-processes\"\u003e\n      \u003cdiv class=\"nb-process-item\"\u003e\n        \u003cdiv class=\"nb-process-icon\"\u003e\n          \u003c!-- needle\/embroidery --\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nb-process-text\"\u003e\n          \u003cstrong\u003eBordado\u003c\/strong\u003e\n          \u003cspan\u003eArtesanal — hilo a hilo\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"nb-process-item\"\u003e\n        \u003cdiv class=\"nb-process-icon\"\u003e\n          \u003c!-- droplet \/ wash --\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"nb-process-text\"\u003e\n          \u003cstrong\u003eStone Washed\u003c\/strong\u003e\n          \u003cspan\u003eLavado piedra — tono único\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-hero-info\"\u003e\n      \u003cstrong\u003eDoble proceso artesanal — el baggy más premium de la colección\u003c\/strong\u003e\n      \u003cspan\u003eBordado + Stone Wash: dos tratamientos en una sola pieza. Nevada · Negro · Gris.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PALETTE --\u003e\n  \u003cdiv class=\"nb-palette\"\u003e\n    \u003cdiv class=\"nb-palette-swatches\"\u003e\n      \u003cdiv class=\"nb-swatch nevada\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"nb-swatch negro\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"nb-swatch gris\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-palette-text\"\u003e\n      \u003cstrong\u003eTricolor nevada · negro · gris\u003c\/strong\u003e\n      \u003cspan\u003eEl stone wash intensifica los tonos y genera variaciones únicas — no hay dos baggy iguales.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TAGLINE --\u003e\n  \u003ch2 class=\"nb-tagline\"\u003eBordado. Lavado Piedra.\u003cbr\u003eEl más premium.\u003c\/h2\u003e\n\n  \u003c!-- DESCRIPTION --\u003e\n  \u003cp class=\"nb-body\"\u003e\n    El \u003cstrong\u003eBaggy Stone Washed\u003c\/strong\u003e es el pico de la colección de baggies de No Basic.\n    Una sola pieza con \u003cstrong\u003edos procesos artesanales\u003c\/strong\u003e: el \u003cstrong\u003ebordado a mano\u003c\/strong\u003e\n    que define el detalle, y el \u003cstrong\u003elavado piedra\u003c\/strong\u003e que transforma los tonos nevada,\n    negro y gris en una textura única e irrepetible. Fabricado en \u003cstrong\u003eTela Stratus premium\u003c\/strong\u003e\n    — suelta, liviana y con la caída perfecta. \u003cstrong\u003eConfección y fabricación 100% propia\n    y uruguaya.\u003c\/strong\u003e Cada unidad es diferente. Cada una es única.\n  \u003c\/p\u003e\n\n  \u003c!-- STONE WASH BLOCK --\u003e\n  \u003cdiv class=\"nb-wash\"\u003e\n    \u003cdiv class=\"nb-wash-left\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003eStone Wash\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-wash-right\"\u003e\n      \u003cstrong\u003eLavado piedra artesanal\u003c\/strong\u003e\n      \u003cspan\u003eEl stone wash genera un efecto de envejecimiento natural en la tela — \u003cstrong\u003ecada unidad sale diferente\u003c\/strong\u003e. No hay dos Stone Washed iguales.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HIGHLIGHT --\u003e\n  \u003cdiv class=\"nb-highlight\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n    \u003cp\u003e\u003cstrong\u003ePrimer baggy bordado de No Basic\u003c\/strong\u003e — Stratus premium, stone wash y tricolor nevada\/negro\/gris en una sola pieza.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS PILLS --\u003e\n  \u003cdiv class=\"nb-specs-row\"\u003e\n\n    \u003cdiv class=\"nb-spec-pill\"\u003e\n      \u003cdiv class=\"nb-spec-pill-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 19l7-7 3 3-7 7-3-3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003eBordado Artesanal\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nb-spec-pill\"\u003e\n      \u003cdiv class=\"nb-spec-pill-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003eStone Washed\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nb-spec-pill\"\u003e\n      \u003cdiv class=\"nb-spec-pill-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003eTela Stratus Premium\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nb-spec-pill\"\u003e\n      \u003cdiv class=\"nb-spec-pill-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003eFabricación Propia\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- FIT BLOCK --\u003e\n  \u003cdiv class=\"nb-fit\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.3 15.3a1 1 0 0 1 0 1.4l-2.6 2.6a1 1 0 0 1-1.4 0L2.7 5.7a1 1 0 0 1 0-1.4l2.6-2.6a1 1 0 0 1 1.4 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"7.5\" y1=\"10.5\" x2=\"10\" y2=\"8\"\u003e\u003c\/line\u003e\u003cline x1=\"10.5\" y1=\"13.5\" x2=\"13\" y2=\"11\"\u003e\u003c\/line\u003e\u003cline x1=\"13.5\" y1=\"16.5\" x2=\"16\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n    \u003cp\u003e\u003cstrong\u003eGuía de talle:\u003c\/strong\u003e Calce \u003cstrong\u003ebaggy amplio y holgado\u003c\/strong\u003e — elegí tu talle habitual. Si lo querés extra suelto, subí un talle.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- COMBOS --\u003e\n  \u003cdiv class=\"nb-versatility\"\u003e\n    \u003cdiv class=\"nb-vers-tag\"\u003eRemera Boxy\u003c\/div\u003e\n    \u003cdiv class=\"nb-vers-tag\"\u003eHoodie NB\u003c\/div\u003e\n    \u003cdiv class=\"nb-vers-tag\"\u003eMusculosa NB\u003c\/div\u003e\n    \u003cdiv class=\"nb-vers-tag\"\u003eGorros NB\u003c\/div\u003e\n    \u003cdiv class=\"nb-vers-tag\"\u003eMedias NB\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- BADGES --\u003e\n  \u003cdiv class=\"nb-badges\"\u003e\n    \u003cdiv class=\"nb-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      Calidad Premium\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Hecho en Uruguay\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 5v3h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      Envío gratis +$2500\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M23 4v6h-6\"\u003e\u003c\/path\u003e\u003cpath d=\"M1 20v-6h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Cambio y devolución\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"No Basic","offers":[{"title":"36","offer_id":45186256470085,"sku":null,"price":2290.0,"currency_code":"UYU","in_stock":true},{"title":"38","offer_id":45186256502853,"sku":null,"price":2290.0,"currency_code":"UYU","in_stock":true},{"title":"40","offer_id":45186256535621,"sku":null,"price":2290.0,"currency_code":"UYU","in_stock":true},{"title":"42","offer_id":45186256568389,"sku":null,"price":2290.0,"currency_code":"UYU","in_stock":true},{"title":"44","offer_id":45186256601157,"sku":null,"price":2290.0,"currency_code":"UYU","in_stock":true},{"title":"48","offer_id":45186256633925,"sku":null,"price":2290.0,"currency_code":"UYU","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0648\/7330\/0037\/files\/42747232-641C-45D1-A6C3-AA9B65C59A43.png?v=1781993714","url":"https:\/\/nobasicuy.com\/products\/baggy-stone-washed","provider":"No Basic","version":"1.0","type":"link"}