{"product_id":"iluminacion-visico-stripbox-30x120cm-con-grilla-montura-bowens","title":"Visico StripBox 30x120cm with Grid","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@700;800\u0026display=swap');\n    \n    #gsm-product-content { font-family: 'Inter', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { --gsm-blue: #0389FC; --gsm-navy: #00003A; --gsm-indigo: #413AF4; --gsm-yellow: #EDFF00; }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 800; letter-spacing: -0.02em; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; text-align: center; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO *\/\n    .gsm-hero { text-align: center; padding: 4rem 1.5rem; background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); border-radius: 32px; margin-bottom: 3rem; border: 1px solid rgba(3, 137, 252, 0.1); }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.2rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; opacity: 0.9; }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 3.5rem; }\n    .gsm-card { background: #f8f9fa; padding: 2.5rem; border-radius: 28px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0,0,0,0.04); display: flex; flex-direction: column; }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); border-color: rgba(3, 137, 252, 0.2); }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { background: #00003A; grid-column: span 1; }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: #FFFFFF !important; } \n    .gsm-card.highlight .icon-box { background: rgba(255,255,255,0.1); color: #EDFF00; }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 0.8rem; color: #00003A; }\n    .icon-box { width: 56px; height: 56px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: white; color: #0389FC; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }\n    .icon-box svg { width: 28px; height: 28px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 4rem; }\n    .review-card { background: #FFFFFF; border: 1px solid #eee; border-radius: 20px; padding: 1.8rem; position: relative; }\n    .stars { color: #FFB800; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; display: block; margin-top: 1rem; color: #0389FC; font-size: 0.9rem; text-transform: uppercase; }\n\n    \/* SPECS *\/\n    .specs-container { background: #fcfcfc; border-radius: 28px; border: 1px solid #eee; padding: 2.5rem; margin-bottom: 4rem; }\n    .spec-header { display: flex; align-items: center; gap: 15px; margin-bottom: 2rem; }\n    .spec-line { flex-grow: 1; height: 2px; background: linear-gradient(to right, #0389FC, transparent); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }\n    .spec-row:hover { background: rgba(3, 137, 252, 0.02); }\n    .spec-label { font-weight: 600; color: #00003A; }\n    .spec-value { color: #555; text-align: right; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid transparent; transition: all 0.3s; }\n    details[open] { border-color: #0389FC; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.03); }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; font-size: 1.1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: 800; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #555; border-top: 1px solid #f0f0f0; padding-top: 1rem; }\n    \n    \/* FOOTER CARD *\/\n    .gsm-guarantee { text-align: center; padding: 3rem; background: #00003A; border-radius: 32px; color: white; position: relative; overflow: hidden; }\n    .gsm-guarantee h3 { color: #EDFF00 !important; margin-bottom: 1rem; font-size: 1.8rem; }\n    .gsm-guarantee p { color: #cbd5e0 !important; margin-bottom: 0; }\n    .bg-accent { position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: #0389FC; border-radius: 50%; opacity: 0.1; }\n\n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-column: span 1; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eSculpt Light with Precision\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eProfessional 30x120cm stripbox with included grid. Designed to create elegant reflections and defined contours in portraits and product photography.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: bold; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eVisico 30x120cm StripBox with Grid\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- BENTO GRID --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18M18 6v12M6 6v12M21 9v6M3 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eRim Lighting Specialist\u003c\/h3\u003e\n\n\u003cp\u003eIts narrow 30cm profile is ideal for illuminating the edges of the subject (rim light), separating it from the background with a soft and professional light line.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 3h18v18H3zM3 9h18M3 15h18M9 3v18M15 3v18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDirectional Control (Grid)\u003c\/h3\u003e\n\n\u003cp\u003eIncludes a honeycomb grid that limits the lateral light spill, allowing absolute control over where the beam is directed.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" 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\u003c\/div\u003e\n\n\u003ch3\u003eMetal Bowens Mount\u003c\/h3\u003e\n\n\u003cp\u003eHeavy-duty rotating speed ring. Compatible with the vast majority of studio strobes and professional LED lights on the market.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-14v14m0-14L4 7m0 0v10l8 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDouble Layer Diffusion\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with two independent diffuser cloths to soften the light evenly along its 120cm length, eliminating harsh shadows.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SOCIAL PROOF --\u003e\n\u003ch2\u003eWhat creators are saying\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-reviews\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Excellent for bottle and glass product photography. The elongated reflections it creates are perfect and very clean.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eCristian G. - Advertising Photographer\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I use it as hair and rim light. The grid is essential so the light doesn't 'spill' onto the lens.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eValentina S. - Pro Portrait Photographer\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Very robust. I've had other stripboxes that bend, but this one maintains perfect tension. Very easy to rotate on the ring.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eAndrés B. - Fashion Photographer\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003cdiv class=\"spec-header\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; margin-bottom: 0;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e30 x 120 cm\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMount Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eBowens S-Type (Rotatable)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eLight Control\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHoneycomb Grid (Detachable)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eDiffusion System\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDouble Diffuser (Inner and Outer)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eInterior Material\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePremium Reflective Silver Grains\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eIncludes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSoftbox, Grid, Diffusers, Ring, Bag\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used horizontally?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the Bowens mounting ring is rotatable. You can rotate the stripbox 360 degrees to position it vertically, horizontally, or diagonally as needed.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it come with the included ring for my light?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt includes a speed ring with a standard Bowens mount, which is compatible with most professional brands such as Visico, Godox, Aputure, and more.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long is it when disassembled?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eWhen disassembled, it stores in its included carrying bag, measuring approximately 80-90cm in length, making it very convenient for location shoots.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"gsm-guarantee\"\u003e\n\n\u003cdiv class=\"bg-accent\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003ch3\u003eProfessional Quality GSMPRO.CL\u003c\/h3\u003e\n\n\u003cp\u003eHigh-performance lighting accessories for demanding studios. \u003cbr\u003eSatisfaction guarantee with \u003cstrong\u003efast shipping throughout Chile.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174715101532,"sku":null,"price":90.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/g.png?v=1782962989","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/iluminacion-visico-stripbox-30x120cm-con-grilla-montura-bowens","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}