|
|
|
@ -40,11 +40,14 @@
|
|
|
|
|
line-height: 19px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer {
|
|
|
|
|
.containerNormal .clearLink .element .listPrice {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer {
|
|
|
|
|
.containerNormal .clearLink .element .listPrice .installmentContainer {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) {
|
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
@ -57,24 +60,21 @@
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .listPriceLabel {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .currencyContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) :global(.vtex-product-price-1-x-currencyContainer) {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .currencyContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) :global(.vtex-product-price-1-x-currencyContainer) {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .currencyContainer::before {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) :global(.vtex-product-price-1-x-currencyContainer)::before {
|
|
|
|
|
content: "de ";
|
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
|
font-style: normal;
|
|
|
|
@ -84,12 +84,12 @@
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .currencyContainer::before {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) :global(.vtex-product-price-1-x-currencyContainer)::before {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .currencyContainer::after {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) :global(.vtex-product-price-1-x-currencyContainer)::after {
|
|
|
|
|
content: " por";
|
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
|
font-style: normal;
|
|
|
|
@ -99,12 +99,12 @@
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .listPriceContainer .currencyContainer::after {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-listPriceValue) :global(.vtex-product-price-1-x-currencyContainer)::after {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .sellingPriceContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-sellingPrice) {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 33px;
|
|
|
|
@ -117,28 +117,22 @@
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .sellingPriceContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-sellingPrice) {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .sellingPriceContainer .currencyContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-sellingPrice) :global(.vtex-product-price-1-x-currencyContainer) {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
line-height: 33px;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .sellingPriceContainer .currencyContainer {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-sellingPrice) :global(.vtex-product-price-1-x-currencyContainer) {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .sellingPriceContainer .sellingPriceLabel {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .sellingPriceContainer .sellingPriceValue {
|
|
|
|
|
.containerNormal :global(.vtex-product-price-1-x-sellingPrice) .sellingPriceValue {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
.containerNormal .clearLink .element .priceContainer .installmentContainer {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|