{"product_id":"visico-softbox-60x90cm-con-grilla-montura-bowens","title":"Visico SoftBox 60x90cm with Grid - Bowens Mount","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\u003eMaster the Softness of Your Light\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eProfessional 60x90cm softbox with honeycomb grid. The perfect balance between cinematic diffusion and precise directional control.\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 Softbox 60x90 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=\"M3 3h18v18H3zM3 9h18M3 15h18M9 3v18M15 3v18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eTotal Control with Grid\u003c\/h3\u003e\n\n\u003cp\u003eThe included honeycomb grid allows you to narrow the light beam, preventing it from scattering into the background and concentrating it exactly where you need it.\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\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath opacity=\".3\" d=\"M12 2a10 10 0 0 1 10 10c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDouble Internal Diffusion\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with two high-quality diffuser cloths that eliminate hot spots, delivering homogeneous light ideal for portraits and fashion photography.\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\u003eRobust construction with standard Bowens speed ring. Compatible with studio flashes, LED lights, and any professional equipment with this system.\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=\"M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eIntuitive Assembly\u003c\/h3\u003e\n\n\u003cp\u003eHigh-strength flexible rods that keep the structure taut and professional. Includes a carrying bag for on-location shoots.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SOCIAL PROOF --\u003e\n\u003ch2\u003eWhat the experts say\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\"The grid is of excellent quality, it doesn't deform. It allows me to create dark portraits with very controlled light without buying expensive equipment.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eAndrés L. - 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\"Perfect size for a small studio. The light is very soft and the assembly is quite solid for daily use.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eMaría P. - E-commerce 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\"Unbeatable price-quality ratio. The Bowens ring fits perfectly on my LED lights without any play.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003eIgnacio R. - Content Creator\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\"\u003e60 x 90 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 (Metal)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eAccessories Included\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHoneycomb Grid, 2 Diffusers, Bag\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eShape\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eRectangular\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\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eUsage\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePhotography and Video\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 without the grid?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the grid is detachable via a high-adhesion Velcro system. You can use the softbox with just the diffusers for wider light coverage.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with lights from other brands?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt is compatible with any light or flash that uses the standard Bowens mount (Godox, Visico, Aputure, etc.).\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow difficult is it to assemble?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe system uses traditional tension rods. Once assembled, it offers a very stable and professional structure. Includes a bag for compact storage when disassembled.\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\u003eGSMPRO.CL Quality Guarantee\u003c\/h3\u003e\n\n\u003cp\u003eOriginal accessories designed to last. \u003cbr\u003eLighting experts at your service with \u003cstrong\u003efast delivery 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":58174715068764,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/s_374c8271-95a3-495b-b983-1bf81898991a.png?v=1782962988","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/visico-softbox-60x90cm-con-grilla-montura-bowens","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}