{"product_id":"t6-swivel-tablet-stand-for-ipad-with-360-rotating-base-foldable-adjustable-holder-for-drawing-compatible-with-ipad-pro-air-mini-and-more-silver","title":"T6 Swivel Tablet Stand for iPad with 360 Rotating Base, Foldable Adjustable Holder for Drawing, Compatible with iPad Pro\/Air\/Mini and More, Silver","description":"\u003c!-- Google Fonts: Outfit (Alternativa similar a Konnect) --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;500;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cdiv id=\"gsmpro-product-container\"\u003e\n\n  \u003c!-- SEO: Schema.org Microdata --\u003e\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Soporte Premium T6 Swivel para Tablet e iPad - Rotación 360°\",\n    \"image\": \"https:\/\/gsmpro.cl\/cdn\/shop\/files\/soporte-t6-main.jpg\",\n    \"description\": \"Soporte de aluminio de alta resistencia con base giratoria 360 grados, compatible con todos los modelos de tablet e iPad.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"GSMPRO.CL\"\n    },\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"priceCurrency\": \"CLP\"\n    }\n  }\n  \u003c\/script\u003e\n\n  \u003cstyle\u003e\n    :root {\n      --gsm-blue: #0389FC;\n      --gsm-purple: #413AF4;\n      --gsm-navy: #00003A;\n      --gsm-yellow: #EDFF00;\n      --gsm-bg-light: #f4f7fa;\n    }\n\n    #gsmpro-product-container {\n      font-family: 'Outfit', sans-serif;\n      color: var(--gsm-navy);\n      max-width: 900px;\n      margin: 0 auto;\n      line-height: 1.6;\n      background: #fff;\n    }\n\n    \/* Hero Section *\/\n    .gsm-hero {\n      text-align: center;\n      padding: 40px 20px;\n      background: linear-gradient(135deg, #ffffff 0%, var(--gsm-bg-light) 100%);\n      border-radius: 20px;\n      margin-bottom: 30px;\n    }\n\n    .gsm-badge {\n      background: var(--gsm-yellow);\n      color: var(--gsm-navy);\n      padding: 5px 15px;\n      border-radius: 50px;\n      font-weight: 800;\n      font-size: 0.8rem;\n      text-transform: uppercase;\n      display: inline-block;\n      margin-bottom: 10px;\n      animation: pulse 2s infinite;\n    }\n\n    @keyframes pulse {\n      0% { transform: scale(1); }\n      50% { transform: scale(1.05); }\n      100% { transform: scale(1); }\n    }\n\n    .gsm-hero h1 {\n      font-weight: 800;\n      font-size: clamp(1.8rem, 5vw, 2.5rem);\n      margin: 10px 0;\n      color: var(--gsm-navy);\n      line-height: 1.1;\n    }\n\n    .gsm-hero p {\n      font-size: 1.1rem;\n      color: var(--gsm-blue);\n      font-weight: 500;\n    }\n\n    \/* Grid de Beneficios *\/\n    .gsm-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 20px;\n      padding: 20px;\n    }\n\n    .gsm-feature-card {\n      background: white;\n      padding: 25px;\n      border-radius: 15px;\n      border: 1px solid #eee;\n      transition: transform 0.3s ease;\n      text-align: center;\n    }\n\n    .gsm-feature-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 20px rgba(0,0,58,0.05);\n      border-color: var(--gsm-blue);\n    }\n\n    .gsm-icon-box {\n      width: 60px;\n      height: 60px;\n      background: var(--gsm-bg-light);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 15px;\n      color: var(--gsm-blue);\n      font-size: 1.5rem;\n    }\n\n    .gsm-feature-card h3 {\n      font-weight: 800;\n      margin-bottom: 10px;\n      font-size: 1.2rem;\n    }\n\n    \/* Sección de Compatibilidad *\/\n    .gsm-compatibility {\n      background: var(--gsm-navy);\n      color: white;\n      padding: 40px 20px;\n      border-radius: 20px;\n      margin: 40px 0;\n      text-align: center;\n    }\n\n    .gsm-compatibility h2 {\n      color: var(--gsm-yellow);\n      font-weight: 800;\n    }\n\n    .gsm-tablet-list {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin-top: 20px;\n    }\n\n    .gsm-tag {\n      background: rgba(255,255,255,0.1);\n      padding: 8px 16px;\n      border-radius: 8px;\n      font-size: 0.9rem;\n    }\n\n    \/* Accordion *\/\n    .gsm-accordion {\n      margin: 40px 0;\n    }\n\n    .gsm-acc-item {\n      border-bottom: 1px solid #eee;\n    }\n\n    .gsm-acc-header {\n      width: 100%;\n      padding: 20px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background: none;\n      border: none;\n      cursor: pointer;\n      font-weight: 800;\n      font-size: 1.1rem;\n      color: var(--gsm-navy);\n      text-align: left;\n    }\n\n    .gsm-acc-header:hover {\n      color: var(--gsm-blue);\n    }\n\n    .gsm-acc-content {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease-out;\n      background: var(--gsm-bg-light);\n      border-radius: 0 0 10px 10px;\n    }\n\n    .gsm-acc-body {\n      padding: 20px;\n      font-size: 0.95rem;\n    }\n\n    \/* Versatilidad Section *\/\n    .gsm-versatility {\n      padding: 40px 20px;\n    }\n\n    .gsm-versatility h2 {\n      font-weight: 800;\n      text-align: center;\n      margin-bottom: 30px;\n    }\n\n    .gsm-use-case {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      margin-bottom: 20px;\n      background: #fff;\n      padding: 15px;\n      border-radius: 12px;\n      box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n    }\n\n    .gsm-use-case span {\n      background: var(--gsm-blue);\n      color: white;\n      min-width: 35px;\n      height: 35px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      font-weight: 800;\n    }\n\n    @media (max-width: 600px) {\n      .gsm-hero { padding: 30px 15px; }\n      .gsm-features-grid { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Contenido Visible --\u003e\n  \u003cheader class=\"gsm-hero\"\u003e\n    \u003cdiv class=\"gsm-badge\"\u003eTechnology within your reach\u003c\/div\u003e\n\n    \u003ch1\u003eT6 Premium Stand: 360° Productivity\u003c\/h1\u003e\n\n    \u003cp\u003eThe evolution of the modern desk has arrived.\u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n  \u003csection class=\"gsm-features-grid\"\u003e\n    \u003cdiv class=\"gsm-feature-card\"\u003e\n\n      \u003cdiv class=\"gsm-icon-box\"\u003e🔄\u003c\/div\u003e\n\n      \u003ch3\u003eFull Rotation\u003c\/h3\u003e\n\n      \u003cp\u003eIntegrated 360° rotating base. Share your ideas or adjust your viewing angle with a single smooth movement.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gsm-feature-card\"\u003e\n\n      \u003cdiv class=\"gsm-icon-box\"\u003e🏗️\u003c\/div\u003e\n\n      \u003ch3\u003eDual Axis\u003c\/h3\u003e\n\n      \u003cp\u003eDual-axis structure allows for adjustment of both height and tilt angle for perfect ergonomics.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gsm-feature-card\"\u003e\n\n      \u003cdiv class=\"gsm-icon-box\"\u003e🎒\u003c\/div\u003e\n\n      \u003ch3\u003eUltra-Foldable\u003c\/h3\u003e\n\n      \u003cp\u003eCompact and fully foldable design. Carry it in your backpack, purse, or suitcase without taking up unnecessary space.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"gsm-compatibility\"\u003e\n    \u003ch2\u003eUniversal Compatibility\u003c\/h2\u003e\n\n    \u003cp\u003eDesigned to be the ultimate companion for any touch device on the market.\u003c\/p\u003e\n\n    \u003cdiv class=\"gsm-tablet-list\"\u003e\n\n      \u003cspan class=\"gsm-tag\"\u003eiPad Pro (All)\u003c\/span\u003e\n      \u003cspan class=\"gsm-tag\"\u003eiPad Air \/ Mini\u003c\/span\u003e\n      \u003cspan class=\"gsm-tag\"\u003eSamsung Galaxy Tab\u003c\/span\u003e\n      \u003cspan class=\"gsm-tag\"\u003eSurface Go\u003c\/span\u003e\n      \u003cspan class=\"gsm-tag\"\u003eAndroid Tablets\u003c\/span\u003e\n      \u003cspan class=\"gsm-tag\"\u003eSmartphones\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin-top: 20px; font-weight: 500; color: var(--gsm-yellow);\"\u003e✓ Compatible with 100% of current tablet models.\u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"gsm-versatility\"\u003e\n    \u003ch2\u003eWhere to use your T6 Stand?\u003c\/h2\u003e\n\n    \u003cdiv class=\"gsm-use-case\"\u003e\n\n      \u003cspan\u003e1\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eBusiness Meetings:\u003c\/strong\u003e Rotate the screen towards your client to show presentations without moving the base.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gsm-use-case\"\u003e\n\n      \u003cspan\u003e2\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eStudy and Online Classes:\u003c\/strong\u003e Adjust the height to eye level to prevent neck strain.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gsm-use-case\"\u003e\n\n      \u003cspan\u003e3\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eSecond Screen:\u003c\/strong\u003e The perfect ally if you use your iPad as an extended monitor for your laptop.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gsm-use-case\"\u003e\n\n      \u003cspan\u003e4\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eCooking and Leisure:\u003c\/strong\u003e Follow recipes or watch series with complete stability thanks to its non-slip silicone pads.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Dropdowns de Información --\u003e\n  \u003cdiv class=\"gsm-accordion\"\u003e\n\n    \u003cdiv class=\"gsm-acc-item\"\u003e\n\n      \u003cbutton class=\"gsm-acc-header\" onclick=\"toggleAcc(this)\"\u003e\n        Technical Specifications \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"gsm-acc-content\"\u003e\n\n        \u003cdiv class=\"gsm-acc-body\"\u003e\n\n          \u003cul\u003e\n\n            \u003cli\u003e\n\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium-grade aluminum alloy.\u003c\/li\u003e\n\n            \u003cli\u003e\n\n\u003cstrong\u003eProtection:\u003c\/strong\u003e Anti-scratch silicone pads.\u003c\/li\u003e\n\n            \u003cli\u003e\n\n\u003cstrong\u003eMechanics:\u003c\/strong\u003e Precision rotating structure (Swivel).\u003c\/li\u003e\n\n            \u003cli\u003e\n\n\u003cstrong\u003ePortability:\u003c\/strong\u003e 100% Foldable.\u003c\/li\u003e\n\n            \u003cli\u003e\n\n\u003cstrong\u003eApply Lazy loading\u003c\/strong\u003e to ensure high-resolution images load without affecting your browsing speed.\u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"gsm-acc-item\"\u003e\n\n      \u003cbutton class=\"gsm-acc-header\" onclick=\"toggleAcc(this)\"\u003e\n        Warranty and Shipping \u003cspan\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"gsm-acc-content\"\u003e\n\n        \u003cdiv class=\"gsm-acc-body\"\u003e\n\n          \u003cp\u003eAt \u003cstrong\u003eGSMPRO.CL\u003c\/strong\u003e, we ensure your product arrives in record time. We offer an official warranty against manufacturing defects.\u003c\/p\u003e\n\n          \u003cp\u003e\u003cstrong\u003eApply Lazy loading\u003c\/strong\u003e to all our visual resources for a smooth and fast shopping experience.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cfooter style=\"text-align: center; padding: 20px; border-top: 1px solid #eee;\"\u003e\n     \u003cp style=\"font-weight: 800; color: var(--gsm-navy);\"\u003eGSMPRO.CL - TECHNOLOGY WITHIN YOUR REACH\u003c\/p\u003e\n\n  \u003c\/footer\u003e\n\n  \u003cscript\u003e\n    function toggleAcc(button) {\n      const content = button.nextElementSibling;\n      const isOpen = content.style.maxHeight !== '0px' \u0026\u0026 content.style.maxHeight !== '';\n      \n      \/\/ Cerrar otros\n      document.querySelectorAll('.gsm-acc-content').forEach(el =\u003e el.style.maxHeight = '0px');\n      document.querySelectorAll('.gsm-acc-header span').forEach(el =\u003e el.innerText = '+');\n\n      if (!isOpen) {\n        content.style.maxHeight = content.scrollHeight + \"px\";\n        button.querySelector('span').innerText = '-';\n      }\n    }\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Silver","offer_id":58174689542492,"sku":"B0986ZLDCS","price":40.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/75db1f3aacc8aabaa3ca6c0cb2953f83_4ea16348-7efa-4fe3-accf-74cb8fa7ca9b.jpg?v=1782962600","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/t6-swivel-tablet-stand-for-ipad-with-360-rotating-base-foldable-adjustable-holder-for-drawing-compatible-with-ipad-pro-air-mini-and-more-silver","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}