{ "@context": "https://schema.org/", "@type": "Product", "name": "Purificador de água gelada Soft Star", "url" : "https://www.softribeirao.com.br/soft/star", "image": [ "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp", "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp", "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp", "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp" ], "description": "Purificador de água Soft fornece muito mais água geladinha, baixa manutenção, baixo consumo de energia", "brand": { "@type": "Brand", "name": "Soft by Everest" }, "offers": { "@type": "AggregateOffer", "offerCount": "5", "lowPrice": "940.00", "highPrice": "1188.40", "priceCurrency": "R$", "priceValidUntil": "2021-12-31", "gtin": "7898077620022", "availability": "https://schema.org/InStock", "url" : "https://www.softribeirao.com.br/soft/star" } } { "@context": "https://schema.org", "@type": "Organization", "url": "https://www.softribeirao.com.br/", "logo": "https://www.softribeirao.com.br/assets/twig/img/logo_softribeirao_horizontal.svg", "sameAs": [ "https://www.facebook.com/softribeirao" ], "address": { "@type": "PostalAddress", "addressLocality": "Ribeirão Preto, São Paulo, Brasil", "postalCode": "14030-000", "streetAddress": "Avenida Caramuru nº 444 Jardim República" }, "email": "contato@softribeirao.com.br", "name": "Soft Ribeirão", "telephone": "+55 16 3913-4466", "contactPoint": [{ "@type": "ContactPoint", "telephone": "+55 16 3913-4466", "contactType": "customer service", "areaServed": "BR" }] } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; padding: 0; margin: 0; } body { margin: 0; font-family: Helvetica, sans-serif; background-color: white; } a { color: #008080; } .header { top: 0; background-color: white; position: absolute; width: 100%; z-index: 3; } .header ul { margin: 0px; list-style: none; overflow: hidden; background-color: white; } .header li a { display: block; padding: 20px 20px; text-decoration: none; } .header li a:hover, .header .menu-btn:hover { background-color: #d9d9d9; } .header .logo { display: block; float: left; font-size: 2em; padding: 15px 20px; text-decoration: none; } .header .menu { clear: both; max-height: 0; transition: max-height 0.2s ease-out; margin-top: 10px; } .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 20px 20px; position: relative; user-select: none; margin-top: 15px; } .header .menu-icon .navicon { background: #008080; display: block; height: 2px; position: relative; transition: background 0.2s ease-out; width: 18px; } .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: #008080; content: ""; display: block; height: 100%; position: absolute; transition: all 0.2s ease-out; width: 100%; } .header .menu-icon .navicon:before { top: 5px; } .header .menu-icon .navicon:after { top: -5px; } .header .menu-btn { display: none; } .header .menu-btn:checked ~ .menu { max-height: 240px; } .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; } .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); } .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); } .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; } .header-instalacao { display: flex; align-items: center; justify-content: center; min-height: 50px; border: 4px solid #000; background-color: #000; color: white; } .header-instalacao p { text-align: center; font-size: 0.8em; line-height: 1.5em; } main { margin-top: 130px; } .cards { margin-top: 0px; display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); grid-gap: 10px; } .cards { max-width: 960px; margin: 30px auto 30px; } .article-img { display: flex; justify-content: center; align-items: center; height: 310px; width: 100%; object-fit: cover; } article { margin: 0 10px; } article p { text-align: center; line-height: 1.5em; } article h2 { padding: 0 0 10px 0; } .description, .main-button { visibility: hidden; } button, circle { display: inline-block; border: 0; background-color: #008080; box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.25); transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); cursor: pointer; } button { padding: 0.6em 1em; max-width: 100%; width: auto; height: auto; line-height: 1em; margin-right: 0em; font-size: 0.9em; font-weight: 700; color: white; text-decoration: none; text-align: center; border-radius: 3px; } circle { display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; color: #25d366; border-radius: 50%; background-color: #25d366; } button:hover, circle:hover { transform: translateY(-0.125em); box-shadow: 0 25px 20px -15px rgba(0, 0, 0, 0.15); } .leading { display: flex; justify-content: center; align-items: center; } .leading-link { display: flex; justify-content: center; align-items: center; color: #ffffff; text-decoration: none; } .control { position: absolute; top: 55%; margin-top: -24px; z-index: 55; } .control label svg:hover { transition: all 0.2s ease; fill: #000; } .control label { z-index: 0; display: none; cursor: pointer; opacity: 0.5; } .control label svg { width: 24px; height: 24px; fill: #fff; stroke: currentColor; stroke-width: 0; } .control label:hover { opacity: 1; } .photo_slider { position: relative; display: flex; overflow: hidden; width: 100%; max-width: 100vw; min-height: 225px; max-height: 100%; margin: 0 auto; } .slider { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 0; transition: transform 1600ms; transform: scale(1); } .slide_img_01 { background: url("assets/twig/img/webp/mobile/banner/img16.webp") no-repeat center; background-size: cover; left: 0; } .slide_img_02 { background: url("assets/twig/img/webp/mobile/banner/img17.webp") no-repeat center; background-size: cover; left: 100%; } .next { right: 1%; } .previous { left: 1%; } .slider-pagination { position: absolute; bottom: 5px; width: 100%; left: 0; text-align: center; z-index: 1000; } .slider-pagination label { width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: rgba(255, 255, 255, 0.2); margin: 0 2px; border: solid 1px rgba(255, 255, 255, 0.4); cursor: pointer; } .slide-radio1:checked ~ .next .numb2, .slide-radio2:checked ~ .next .numb1, .slide-radio2:checked ~ .previous .numb1, .slide-radio1:checked ~ .previous .numb2 { display: block; z-index: 1; } .slide-radio1:checked ~ .slider-pagination .page1, .slide-radio2:checked ~ .slider-pagination .page2 { background: rgba(255, 255, 255, 1); } .slide-radio1:checked ~ .slider { transform: translateX(0%); } .slide-radio2:checked ~ .slider { transform: translateX(-100%); } @media (min-width: 768px) and (max-width: 1024px) { .photo_slider { min-height: 480px; } .slide_img_01 { background: url("assets/twig/img/webp/ipad/banner/img16.webp") no-repeat center; background-size: cover; left: 0; } .slide_img_02 { background: url("assets/twig/img/webp/ipad/banner/img17.webp") no-repeat center; background-size: cover; left: 100%; } .header { position: absolute; } } @media (min-width: 481px) and (max-width: 767px) { .header { position: absolute; } } .header { position: absolute; } @media (min-width: 58em) { .header { position: absolute; } .header li { float: left; } .header li a { padding: 20px 30px; } .header .menu { clear: none; float: right; max-height: none; } .header .menu-icon { display: none; margin-top: 15px; } article { margin: 0; } .photo_slider { min-height: 540px; } .slide_img_01 { background: url("assets/twig/img/webp/desktop/banner/img16.webp") no-repeat center; background-size: cover; left: 0; } .slide_img_02 { background: url("assets/twig/img/webp/desktop/banner/img17.webp") no-repeat center; background-size: cover; left: 100%; } .control { top: 50%; } .control label svg { width: 48px; height: 48px; fill: #fff; stroke: currentColor; stroke-width: 0; } .slider-pagination label { width: 10px; height: 10px; } .slider-pagination { bottom: 20px; } .products-title{ text-align: center; } .products-title p{ font-size: 2em; font-weight: bold; color: green; } .products-title h1{ font-size: 2em; font-weight: bold; } .products-title h2{ font-size: 1em; font-weight: bold; line-height: 3em; } } Instalação padrão grátis até 50 km da loja física - Avenida Caramuru 444 Centro Ribeirão Preto SP - Televendas: (16) 3913-4466 Soft Star Soft Slim Soft Fit Soft Plus ">

Colchão Magnético KENKO PATTO Terapeutico

Colchão Magnético KENKO PATTO Terapeutico

Sobre Colchão Magnético KENKO PATTO Terapeutico

- "> { "@context": "https://schema.org/", "@type": "Product", "name": "Purificador de água gelada Soft Star", "url" : "https://www.softribeirao.com.br/soft/star", "image": [ "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp", "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp", "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp", "https://www.softribeirao.com.br/assets/twig/images/produtos/everest/star/medio/branco/perspectiva.webp" ], "description": "Purificador de água Soft fornece muito mais água geladinha, baixa manutenção, baixo consumo de energia", "brand": { "@type": "Brand", "name": "Soft by Everest" }, "offers": { "@type": "AggregateOffer", "offerCount": "5", "lowPrice": "940.00", "highPrice": "1188.40", "priceCurrency": "R$", "priceValidUntil": "2021-12-31", "gtin": "7898077620022", "availability": "https://schema.org/InStock", "url" : "https://www.softribeirao.com.br/soft/star" } } { "@context": "https://schema.org", "@type": "Organization", "url": "https://www.softribeirao.com.br/", "logo": "https://www.softribeirao.com.br/assets/twig/img/logo_softribeirao_horizontal.svg", "sameAs": [ "https://www.facebook.com/softribeirao" ], "address": { "@type": "PostalAddress", "addressLocality": "Ribeirão Preto, São Paulo, Brasil", "postalCode": "14030-000", "streetAddress": "Avenida Caramuru nº 444 Jardim República" }, "email": "contato@softribeirao.com.br", "name": "Soft Ribeirão", "telephone": "+55 16 3913-4466", "contactPoint": [{ "@type": "ContactPoint", "telephone": "+55 16 3913-4466", "contactType": "customer service", "areaServed": "BR" }] } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; padding: 0; margin: 0; } body { margin: 0; font-family: Helvetica, sans-serif; background-color: white; } a { color: #008080; } .header { top: 0; background-color: white; position: absolute; width: 100%; z-index: 3; } .header ul { margin: 0px; list-style: none; overflow: hidden; background-color: white; } .header li a { display: block; padding: 20px 20px; text-decoration: none; } .header li a:hover, .header .menu-btn:hover { background-color: #d9d9d9; } .header .logo { display: block; float: left; font-size: 2em; padding: 15px 20px; text-decoration: none; } .header .menu { clear: both; max-height: 0; transition: max-height 0.2s ease-out; margin-top: 10px; } .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 20px 20px; position: relative; user-select: none; margin-top: 15px; } .header .menu-icon .navicon { background: #008080; display: block; height: 2px; position: relative; transition: background 0.2s ease-out; width: 18px; } .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: #008080; content: ""; display: block; height: 100%; position: absolute; transition: all 0.2s ease-out; width: 100%; } .header .menu-icon .navicon:before { top: 5px; } .header .menu-icon .navicon:after { top: -5px; } .header .menu-btn { display: none; } .header .menu-btn:checked ~ .menu { max-height: 240px; } .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; } .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); } .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); } .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; } .header-instalacao { display: flex; align-items: center; justify-content: center; min-height: 50px; border: 4px solid #000; background-color: #000; color: white; } .header-instalacao p { text-align: center; font-size: 0.8em; line-height: 1.5em; } main { margin-top: 130px; } .cards { margin-top: 0px; display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); grid-gap: 10px; } .cards { max-width: 960px; margin: 30px auto 30px; } .article-img { display: flex; justify-content: center; align-items: center; height: 310px; width: 100%; object-fit: cover; } article { margin: 0 10px; } article p { text-align: center; line-height: 1.5em; } article h2 { padding: 0 0 10px 0; } .description, .main-button { visibility: hidden; } button, circle { display: inline-block; border: 0; background-color: #008080; box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.25); transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); cursor: pointer; } button { padding: 0.6em 1em; max-width: 100%; width: auto; height: auto; line-height: 1em; margin-right: 0em; font-size: 0.9em; font-weight: 700; color: white; text-decoration: none; text-align: center; border-radius: 3px; } circle { display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; color: #25d366; border-radius: 50%; background-color: #25d366; } button:hover, circle:hover { transform: translateY(-0.125em); box-shadow: 0 25px 20px -15px rgba(0, 0, 0, 0.15); } .leading { display: flex; justify-content: center; align-items: center; } .leading-link { display: flex; justify-content: center; align-items: center; color: #ffffff; text-decoration: none; } .control { position: absolute; top: 55%; margin-top: -24px; z-index: 55; } .control label svg:hover { transition: all 0.2s ease; fill: #000; } .control label { z-index: 0; display: none; cursor: pointer; opacity: 0.5; } .control label svg { width: 24px; height: 24px; fill: #fff; stroke: currentColor; stroke-width: 0; } .control label:hover { opacity: 1; } .photo_slider { position: relative; display: flex; overflow: hidden; width: 100%; max-width: 100vw; min-height: 225px; max-height: 100%; margin: 0 auto; } .slider { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 0; transition: transform 1600ms; transform: scale(1); } .slide_img_01 { background: url("assets/twig/img/webp/mobile/banner/img16.webp") no-repeat center; background-size: cover; left: 0; } .slide_img_02 { background: url("assets/twig/img/webp/mobile/banner/img17.webp") no-repeat center; background-size: cover; left: 100%; } .next { right: 1%; } .previous { left: 1%; } .slider-pagination { position: absolute; bottom: 5px; width: 100%; left: 0; text-align: center; z-index: 1000; } .slider-pagination label { width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: rgba(255, 255, 255, 0.2); margin: 0 2px; border: solid 1px rgba(255, 255, 255, 0.4); cursor: pointer; } .slide-radio1:checked ~ .next .numb2, .slide-radio2:checked ~ .next .numb1, .slide-radio2:checked ~ .previous .numb1, .slide-radio1:checked ~ .previous .numb2 { display: block; z-index: 1; } .slide-radio1:checked ~ .slider-pagination .page1, .slide-radio2:checked ~ .slider-pagination .page2 { background: rgba(255, 255, 255, 1); } .slide-radio1:checked ~ .slider { transform: translateX(0%); } .slide-radio2:checked ~ .slider { transform: translateX(-100%); } @media (min-width: 768px) and (max-width: 1024px) { .photo_slider { min-height: 480px; } .slide_img_01 { background: url("assets/twig/img/webp/ipad/banner/img16.webp") no-repeat center; background-size: cover; left: 0; } .slide_img_02 { background: url("assets/twig/img/webp/ipad/banner/img17.webp") no-repeat center; background-size: cover; left: 100%; } .header { position: absolute; } } @media (min-width: 481px) and (max-width: 767px) { .header { position: absolute; } } .header { position: absolute; } @media (min-width: 58em) { .header { position: absolute; } .header li { float: left; } .header li a { padding: 20px 30px; } .header .menu { clear: none; float: right; max-height: none; } .header .menu-icon { display: none; margin-top: 15px; } article { margin: 0; } .photo_slider { min-height: 540px; } .slide_img_01 { background: url("assets/twig/img/webp/desktop/banner/img16.webp") no-repeat center; background-size: cover; left: 0; } .slide_img_02 { background: url("assets/twig/img/webp/desktop/banner/img17.webp") no-repeat center; background-size: cover; left: 100%; } .control { top: 50%; } .control label svg { width: 48px; height: 48px; fill: #fff; stroke: currentColor; stroke-width: 0; } .slider-pagination label { width: 10px; height: 10px; } .slider-pagination { bottom: 20px; } .products-title{ text-align: center; } .products-title p{ font-size: 2em; font-weight: bold; color: green; } .products-title h1{ font-size: 2em; font-weight: bold; } .products-title h2{ font-size: 1em; font-weight: bold; line-height: 3em; } } Instalação padrão grátis até 50 km da loja física - Avenida Caramuru 444 Centro Ribeirão Preto SP - Televendas: (16) 3913-4466 Soft Star Soft Slim Soft Fit Soft Plus

Informações de Contato

Av. Caramuru, 544 - Jardim República, Ribeirão Preto - SP, 14026-000, Brasil
Editar Empresa

Localização