forked from M3-Academy/vtex-cms-template-atualizado
feat(home): Cria a prateleira de produtos
This commit is contained in:
parent
72ff517f74
commit
1c363f7580
@ -126,120 +126,19 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
|
||||
// ====================
|
||||
// MOSAICO
|
||||
// ====================
|
||||
{
|
||||
id: "banner-01",
|
||||
id: "prateleira-01",
|
||||
objects: [
|
||||
{
|
||||
type: "banner",
|
||||
name: "banner 01",
|
||||
contents: [
|
||||
{
|
||||
name: "banner 01 content",
|
||||
active: true,
|
||||
type: "image",
|
||||
file: "banner-01.png",
|
||||
width: 500,
|
||||
height: 500,
|
||||
type: "Produtos Relacionados",
|
||||
name: "CONFIRA NOSSAS NOVIDADES",
|
||||
|
||||
properties: {
|
||||
layout: "manuelaluana-prateleira-padrao",
|
||||
type: "QuemViuViuTambem",
|
||||
"number-of-columns": 12,
|
||||
"number-of-items": 12,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "banner-02",
|
||||
objects: [
|
||||
{
|
||||
type: "banner",
|
||||
name: "banner 02",
|
||||
contents: [
|
||||
{
|
||||
name: "banner 02 content",
|
||||
active: true,
|
||||
type: "image",
|
||||
file: "banner-02.png",
|
||||
width: 500,
|
||||
height: 500,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "banner-03",
|
||||
objects: [
|
||||
{
|
||||
type: "banner",
|
||||
name: "banner 03",
|
||||
contents: [
|
||||
{
|
||||
name: "banner 03 content",
|
||||
active: true,
|
||||
type: "image",
|
||||
file: "banner-03.png",
|
||||
width: 500,
|
||||
height: 500,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "banner-04",
|
||||
objects: [
|
||||
{
|
||||
type: "banner",
|
||||
name: "banner 04",
|
||||
contents: [
|
||||
{
|
||||
name: "banner 04 content",
|
||||
active: true,
|
||||
type: "image",
|
||||
file: "banner-04.png",
|
||||
width: 500,
|
||||
height: 500,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "banner-05",
|
||||
objects: [
|
||||
{
|
||||
type: "banner",
|
||||
name: "banner 05",
|
||||
contents: [
|
||||
{
|
||||
name: "banner 05 content",
|
||||
active: true,
|
||||
type: "image",
|
||||
file: "banner-05.png",
|
||||
width: 500,
|
||||
height: 500,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "mobile-banner-05",
|
||||
objects: [
|
||||
{
|
||||
type: "banner",
|
||||
name: "banner 05 mobile",
|
||||
contents: [
|
||||
{
|
||||
name: "banner 05 mobile content",
|
||||
active: true,
|
||||
type: "image",
|
||||
file: "banner-05.png",
|
||||
width: 500,
|
||||
height: 500,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -20,6 +20,7 @@ import Promocao from "./partials/Promocao";
|
||||
import MenuContents from "./partials/MenuContents";
|
||||
import Login from "./partials/Login";
|
||||
import Prateleira from "./components/Prateleira/Prateleira";
|
||||
import Shelf from "./partials/Shelf";
|
||||
|
||||
import PrateleiraService from "./components/Prateleira/PrateleiraService";
|
||||
|
||||
@ -38,6 +39,7 @@ const app = new Container({
|
||||
ScrollToTop,
|
||||
AutoComplete,
|
||||
Prateleira,
|
||||
Shelf,
|
||||
],
|
||||
services: [PrateleiraService],
|
||||
pages: [
|
||||
|
@ -96,8 +96,8 @@ export default class Prateleira {
|
||||
//ex atualziar
|
||||
atualizar() {
|
||||
this.flagDeDesconto();
|
||||
this.precoParcelado();
|
||||
this.precoBoleto();
|
||||
// this.precoParcelado();
|
||||
// this.precoBoleto();
|
||||
}
|
||||
|
||||
criarHtmlPrecoBoleto(valor) {
|
||||
@ -123,7 +123,7 @@ export default class Prateleira {
|
||||
createFlagDesconto($elemento, percentualDeDesconto) {
|
||||
var $flag = $("<p />")
|
||||
.addClass("flag produto-off")
|
||||
.text(percentualDeDesconto + "%");
|
||||
.text(percentualDeDesconto + "%OFF");
|
||||
$elemento.find(".flags-product .DiscountHightLight").append($flag);
|
||||
}
|
||||
|
||||
|
16
src/arquivos/js/app/partials/Shelf.js
Normal file
16
src/arquivos/js/app/partials/Shelf.js
Normal file
@ -0,0 +1,16 @@
|
||||
import slickConfig from "Config/slick";
|
||||
|
||||
export default class Shelf {
|
||||
constructor() {
|
||||
this.selectors();
|
||||
this.createSlider();
|
||||
}
|
||||
|
||||
selectors() {
|
||||
this.shelf = $(".shelf ul");
|
||||
}
|
||||
|
||||
createSlider() {
|
||||
this.shelf.slick(slickConfig.productShelf.defaultShelf);
|
||||
}
|
||||
}
|
@ -59,7 +59,7 @@ export default {
|
||||
productShelf: {
|
||||
defaultShelf: {
|
||||
lazyLoad: "ondemand",
|
||||
dots: true,
|
||||
dots: false,
|
||||
arrows: true,
|
||||
infinite: true,
|
||||
slidesToShow: 4,
|
||||
@ -69,17 +69,13 @@ export default {
|
||||
{
|
||||
breakpoint: 1200,
|
||||
settings: {
|
||||
lazyLoad: "ondemand",
|
||||
slidesToShow: 3,
|
||||
slidesToScroll: 3,
|
||||
infinite: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
breakpoint: 800,
|
||||
settings: {
|
||||
arrows: true,
|
||||
lazyLoad: "ondemand",
|
||||
slidesToShow: 2,
|
||||
slidesToScroll: 2,
|
||||
},
|
||||
@ -87,9 +83,8 @@ export default {
|
||||
{
|
||||
breakpoint: 576,
|
||||
settings: {
|
||||
arrows: false,
|
||||
slidesToShow: 2,
|
||||
slidesToScroll: 2,
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
@ -5,17 +5,7 @@
|
||||
|
||||
@import "./utils/all";
|
||||
|
||||
@import "./pages/home";
|
||||
@import "./pages/categoria";
|
||||
@import "./pages/produto";
|
||||
@import "./pages/institucional";
|
||||
@import "./pages/erro";
|
||||
@import "./pages/login";
|
||||
|
||||
@import "./components/mini-cart";
|
||||
@import "./components/newsletter";
|
||||
@import "./components/instagram-gallery";
|
||||
|
||||
@import "./partials/slider";
|
||||
@import "./partials/header";
|
||||
@import "./partials/menu";
|
||||
@import "./partials/search";
|
||||
@ -25,3 +15,14 @@
|
||||
@import "./partials/prateleira";
|
||||
@import "./partials/ajustes";
|
||||
@import "./partials/flags";
|
||||
|
||||
@import "./components/mini-cart";
|
||||
@import "./components/newsletter";
|
||||
@import "./components/instagram-gallery";
|
||||
|
||||
@import "./pages/home";
|
||||
@import "./pages/categoria";
|
||||
@import "./pages/produto";
|
||||
@import "./pages/institucional";
|
||||
@import "./pages/erro";
|
||||
@import "./pages/login";
|
||||
|
@ -2,6 +2,10 @@
|
||||
.main-banners {
|
||||
margin-bottom: 38px;
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
@ -19,17 +23,6 @@
|
||||
}
|
||||
|
||||
.slick-arrow {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: map-get($z-index, Level-1);
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 0;
|
||||
background-color: transparent;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
|
||||
@extend .sprite;
|
||||
|
||||
@include mq(md, max) {
|
||||
@ -60,24 +53,17 @@
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 14px;
|
||||
z-index: map-get($z-index, Level-1);
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
@include mq(md, max) {
|
||||
bottom: 9px;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
margin: 0 4px;
|
||||
|
||||
&.slick-active {
|
||||
button {
|
||||
width: 16px;
|
||||
@ -87,20 +73,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
background: $color-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.advantages {
|
||||
margin-bottom: 117px;
|
||||
@include mq(md, max) {
|
||||
margin-bottom: 89px;
|
||||
}
|
||||
|
||||
&__list {
|
||||
display: flex;
|
||||
@ -143,4 +123,12 @@
|
||||
line-height: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.shelf {
|
||||
margin-bottom: 172px;
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,43 +1,37 @@
|
||||
.flags-product {
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 5;
|
||||
padding: 8px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: map-get($z-index, Level-2);
|
||||
|
||||
p {
|
||||
background-repeat: no-repeat;
|
||||
color: $color-white;
|
||||
.flag {
|
||||
display: none;
|
||||
font-size: 11px;
|
||||
float: right;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
margin: 0 0 8px;
|
||||
min-width: 54px;
|
||||
margin: 7px 100% 0 7px;
|
||||
overflow: hidden;
|
||||
padding: 2.5px 4px;
|
||||
text-indent: -9999px;
|
||||
max-width: max-content;
|
||||
height: 20px;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
|
||||
&.novo,
|
||||
&.produto-off {
|
||||
background: #142032;
|
||||
display: table;
|
||||
float: left;
|
||||
text-indent: 0;
|
||||
width: 50px;
|
||||
|
||||
&:after {
|
||||
content: "OFF";
|
||||
display: inline-block;
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&.novo {
|
||||
background-color: #f71963;
|
||||
border-radius: 5px;
|
||||
display: table;
|
||||
float: left;
|
||||
text-indent: 0;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
color: $color-white;
|
||||
background: $color-blue;
|
||||
}
|
||||
|
||||
&.produto-off {
|
||||
font-weight: 900;
|
||||
color: $color-white;
|
||||
background: $color-black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,263 +1,194 @@
|
||||
/***************************************************************/
|
||||
/**-- Prateleiras --------------------------********************/
|
||||
/*-------------------------------------------------------------*/
|
||||
|
||||
.prateleira-de-produtos {
|
||||
position: relative;
|
||||
|
||||
.slick-next,
|
||||
.slick-prev {
|
||||
@extend .sprite;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: 0;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
z-index: 1;
|
||||
|
||||
@include mq(md, max) {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.slick-next {
|
||||
@extend .sprite;
|
||||
@extend .sprite-circled-arrow-right;
|
||||
left: auto;
|
||||
right: -60px;
|
||||
|
||||
@include mq(md, max) {
|
||||
right: -35px;
|
||||
}
|
||||
|
||||
@include mq_range(md, xl) {
|
||||
right: -45px;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
@extend .sprite;
|
||||
@extend .sprite-circled-arrow-left;
|
||||
right: auto;
|
||||
left: -60px;
|
||||
|
||||
@include mq(md, max) {
|
||||
left: -35px;
|
||||
}
|
||||
|
||||
@include mq_range(md, xl) {
|
||||
left: -45px;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
bottom: 20px;
|
||||
height: 17px;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-top: 16px;
|
||||
position: initial;
|
||||
}
|
||||
|
||||
&,
|
||||
li {
|
||||
align-items: center;
|
||||
display: flex !important;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #142032;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: 10px;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
pointer-events: all;
|
||||
transition: all 0.15s ease-in-out;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.slick-active {
|
||||
button {
|
||||
background-color: #f71963;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.shelf {
|
||||
h2 {
|
||||
color: #f71963;
|
||||
font-size: 24px;
|
||||
margin: 0 0 24px;
|
||||
margin: 0 0 16px;
|
||||
text-align: center;
|
||||
text-transform: lowercase;
|
||||
font-size: 16px;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
ul {
|
||||
max-width: 95%;
|
||||
margin: auto;
|
||||
margin: 0;
|
||||
|
||||
@include mq(md, max) {
|
||||
max-width: 300px;
|
||||
@include mq(lg, max) {
|
||||
padding: 0 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-track {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.slick-slide {
|
||||
height: auto;
|
||||
|
||||
& > div,
|
||||
li {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
padding: 0 2.5px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-arrow {
|
||||
@extend .sprite;
|
||||
|
||||
@include mq(lg, max) {
|
||||
transform: translateY(-50%) scale(0.7);
|
||||
}
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
right: 100%;
|
||||
|
||||
@include mq(lg, max) {
|
||||
left: 0;
|
||||
right: auto;
|
||||
transform-origin: left;
|
||||
}
|
||||
|
||||
@extend .sprite-left-gray-arrow-icon;
|
||||
}
|
||||
|
||||
.slick-next {
|
||||
left: 100%;
|
||||
|
||||
@include mq(lg, max) {
|
||||
right: 0;
|
||||
left: auto;
|
||||
transform-origin: right;
|
||||
}
|
||||
|
||||
@extend .sprite-right-gray-arrow-icon;
|
||||
}
|
||||
|
||||
.produto-na-prateleira {
|
||||
padding: 0 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
margin: 0 15px;
|
||||
|
||||
.product-image {
|
||||
position: relative;
|
||||
padding-top: 100%;
|
||||
margin-bottom: 16px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
.lazyload__sibling {
|
||||
padding-bottom: 100%;
|
||||
|
||||
+ div {
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
.foto-secundaria {
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
.lazyload__sibling img {
|
||||
left: 50%;
|
||||
max-width: initial;
|
||||
position: relative;
|
||||
transform: translateX(-50%);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.foto-principal,
|
||||
.foto-secundaria {
|
||||
transition: all 0.25s linear;
|
||||
}
|
||||
|
||||
&:hover .foto-secundaria,
|
||||
.foto-principal {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: map-get($z-index, Level-1);
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.foto-secundaria {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
z-index: -1;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.informacoes .nome {
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
margin-top: 16px;
|
||||
min-height: 34px;
|
||||
text-transform: capitalize;
|
||||
.indisponivel,
|
||||
.disponivel {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.nome {
|
||||
margin-bottom: 17px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
.price {
|
||||
margin: 8px 0 17px;
|
||||
margin-bottom: 17px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
||||
> div {
|
||||
line-height: 1.3;
|
||||
}
|
||||
.antigo {
|
||||
color: hsla(220, 1%, 43%, 1);
|
||||
font-size: 14px;
|
||||
min-height: 18px;
|
||||
margin-bottom: 4px;
|
||||
text-decoration: line-through;
|
||||
color: $color-grey3;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
.principal {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 4px;
|
||||
font-weight: 900;
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.parcelado {
|
||||
color: hsla(220, 1%, 43%, 1);
|
||||
font-size: 12px;
|
||||
|
||||
strong {
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
color: $color-grey4;
|
||||
}
|
||||
}
|
||||
|
||||
.boleto {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.compra {
|
||||
.btn-compra {
|
||||
margin: 0;
|
||||
display: block;
|
||||
transition: all 0.25s linear 0.25s;
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 50px;
|
||||
background: $color-black;
|
||||
font-weight: 700;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
color: $color-white;
|
||||
|
||||
@include mq(md, min) {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
@include mq(lg, max) {
|
||||
&:active {
|
||||
background: lighten($color-black, 10);
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: #2fab61;
|
||||
color: $color-white;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
letter-spacing: 1px;
|
||||
padding: 15px 0;
|
||||
text-transform: uppercase;
|
||||
transition: all 0.15s linear;
|
||||
|
||||
@include mq(lg) {
|
||||
@include mq(lg, min) {
|
||||
&:hover {
|
||||
background-color: hsla(138, 66%, 41%, 1);
|
||||
background: lighten($color-black, 10);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: hsla(138, 50%, 41%, 1);
|
||||
background: $color-black;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include mq(lg) {
|
||||
&:hover .compra .btn-compra {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.indisponivel {
|
||||
color: #f71963;
|
||||
font-weight: bold;
|
||||
margin: 5px 0;
|
||||
// text-align: center;
|
||||
|
||||
.erro {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 50px;
|
||||
font-weight: 700;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
color: $color-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
33
src/arquivos/sass/partials/_slider.scss
Normal file
33
src/arquivos/sass/partials/_slider.scss
Normal file
@ -0,0 +1,33 @@
|
||||
.slick-arrow {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: map-get($z-index, Level-1);
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 0;
|
||||
background-color: transparent;
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
background: $color-white;
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
// fonts
|
||||
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");
|
||||
|
||||
$font-family: "Inter", sans-serif;
|
||||
$font-weight-light: 300;
|
||||
@ -22,6 +22,7 @@ $color-grey: #333333;
|
||||
$color-grey1: #e0e0e0;
|
||||
$color-grey2: #bdbdbd;
|
||||
$color-grey3: #828282;
|
||||
$color-grey4: #6d6e70;
|
||||
|
||||
// Grid breakpoints
|
||||
|
||||
@ -47,5 +48,5 @@ $z-index: (
|
||||
// avise-me: 5,
|
||||
// scroll-top: 7,
|
||||
// header-fixo: 10,
|
||||
// popup-user: 15,,,,,,,,,,,,,,,,
|
||||
// popup-user: 15,,,,,,,,,,,,,,,,,,,
|
||||
) !default;
|
||||
|
BIN
src/arquivos/sprite/left-gray-arrow-icon.png
Normal file
BIN
src/arquivos/sprite/left-gray-arrow-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
src/arquivos/sprite/right-gray-arrow-icon.png
Normal file
BIN
src/arquivos/sprite/right-gray-arrow-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -62,6 +62,12 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="shelf">
|
||||
<div class="container">
|
||||
<vtex:contentPlaceHolder id="prateleira-01" />
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<div class="informacoes">
|
||||
<div class="avaliacao"></div>
|
||||
<div class="nome">
|
||||
Titulo do produto
|
||||
Lorem ipsum dolor
|
||||
<!-- $product.EscapedName -->
|
||||
</div>
|
||||
</div>
|
||||
@ -59,40 +59,30 @@
|
||||
</div>
|
||||
<div class="principal">
|
||||
<span class="value">
|
||||
R$ 1000000,00
|
||||
R$3.799,05
|
||||
<!-- $product.BestPrice -->
|
||||
</span>
|
||||
</div>
|
||||
<div class="parcelado">
|
||||
<span class="desconto-parcelado">
|
||||
ou
|
||||
<strong>
|
||||
<span class="numero-de-parcelas">1</span>X de
|
||||
<span class="numero-de-parcelas">10</span>X de
|
||||
<span class="value">
|
||||
R$ 2,50
|
||||
R$ 399,90
|
||||
<!-- $product.BestPrice -->
|
||||
</span>
|
||||
</strong>
|
||||
no cartão
|
||||
sem juros
|
||||
</span>
|
||||
</div>
|
||||
<div class="boleto">
|
||||
<span class="value">
|
||||
R$ 9,50
|
||||
<!-- $product.BestPrice -->
|
||||
</span>
|
||||
à vista no boleto bancário
|
||||
</div>
|
||||
</div>
|
||||
<div class="compra">
|
||||
<span class="btn-compra">
|
||||
<a title="Compre agora" href="produto.html">Compre agora</a>
|
||||
<a title="Compre agora" href="produto.html">COMPRE AGORA</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #else -->
|
||||
<div class="indisponivel">
|
||||
<span class="erro">Produto indisponível</span>
|
||||
</div>
|
||||
<!-- <div class="indisponivel">
|
||||
<span class="erro">INDISPONÍVEL</span>
|
||||
</div> -->
|
||||
<!-- #end -->
|
||||
</div>
|
@ -58,27 +58,24 @@
|
||||
#if($product.NumbersOfInstallment > 1)
|
||||
<div class="parcelado">
|
||||
<span class="desconto-parcelado">
|
||||
ou
|
||||
<strong>
|
||||
<span class="numero-de-parcelas">$product.NumbersOfInstallment</span>X de
|
||||
<span class="value">
|
||||
$product.InstallmentValue
|
||||
</span>
|
||||
</strong>
|
||||
no cartão
|
||||
sem juros
|
||||
</span>
|
||||
</div>
|
||||
#end
|
||||
</div>
|
||||
<div class="compra">
|
||||
<span class="btn-compra">
|
||||
<a title="Compre agora" href="$uri">Compre agora</a>
|
||||
<a title="Compre agora" href="$uri">COMPRE AGORA</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
#else
|
||||
<div class="indisponivel">
|
||||
<span class="erro">Produto indisponível</span>
|
||||
<span class="erro">INDISPONÍVEL</span>
|
||||
</div>
|
||||
#end
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user