2023-02-05 15:57:44 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
|
|
|
/* Grid breakpoints */
|
2023-01-12 16:56:35 +00:00
|
|
|
.sliderLayoutContainer {
|
2023-02-05 15:57:44 +00:00
|
|
|
padding: 16px 40px 113px;
|
2023-02-10 18:55:38 +00:00
|
|
|
margin-bottom: -49px;
|
|
|
|
}
|
|
|
|
@media (min-width: 2560px) {
|
|
|
|
.sliderLayoutContainer {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-02-05 15:57:44 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer {
|
|
|
|
padding: 0 24px 36px;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack {
|
|
|
|
gap: 16px;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-02-10 18:55:38 +00:00
|
|
|
@media (min-width: 2560px) {
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) {
|
|
|
|
align-items: center;
|
|
|
|
max-width: 434.4px !important;
|
|
|
|
min-height: 543.4px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-02-05 15:57:44 +00:00
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageNormal) {
|
|
|
|
height: 314px;
|
2023-02-10 18:55:38 +00:00
|
|
|
background-color: #ededed;
|
|
|
|
}
|
|
|
|
@media (min-width: 2560px) {
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageNormal) {
|
|
|
|
min-width: 434.4px;
|
|
|
|
min-height: 434.4px;
|
|
|
|
}
|
2023-02-05 15:57:44 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) {
|
|
|
|
display: flex;
|
|
|
|
padding: 0;
|
2023-01-12 16:56:35 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
2023-02-05 15:57:44 +00:00
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productBrand) {
|
|
|
|
display: flex;
|
|
|
|
max-width: 282.4px;
|
2023-02-10 18:55:38 +00:00
|
|
|
height: auto;
|
2023-02-05 15:57:44 +00:00
|
|
|
align-items: center;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) {
|
|
|
|
display: flex;
|
|
|
|
order: 3;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-decoration-line: line-through;
|
|
|
|
gap: 1px;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceLabel) {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
color: #bababa;
|
|
|
|
text-transform: lowercase;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceValue) {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
color: #bababa;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-listPrice)::after {
|
|
|
|
content: "por";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
color: #bababa;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-product-summary-2-x-currencyContainer) {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 33px;
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
}
|
2023-02-10 18:55:38 +00:00
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-product-summary-2-x-currencyContainer) :nth-child(n) {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 33px;
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
}
|
2023-02-05 15:57:44 +00:00
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPriceLabel) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-priceContainer) :global(.vtex-store-components-3-x-installmentsPrice) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-buyButtonContainer) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-description) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .sliderTrackContainer .sliderTrack .slide .slideChildrenContainer :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-SKUSelectorContainer) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer .paginationDotsContainer {
|
|
|
|
bottom: 113px;
|
2023-02-10 18:55:38 +00:00
|
|
|
align-items: center;
|
2023-02-05 15:57:44 +00:00
|
|
|
}
|
|
|
|
.sliderLayoutContainer .paginationDotsContainer .paginationDot {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
background-color: #000;
|
|
|
|
border: 0.5px solid #000;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-05 15:57:44 +00:00
|
|
|
.sliderLayoutContainer .paginationDotsContainer .paginationDot--isActive {
|
|
|
|
background-color: #fff;
|
2023-02-10 18:55:38 +00:00
|
|
|
height: 17px !important;
|
|
|
|
width: 17px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slide .slideChildrenContainer :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-container) :global(.vtex-product-summary-2-x-element) .html--prateleira-flexcol {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-product-summary-2-x-productBrand) {
|
|
|
|
font-size: 14px !important;
|
|
|
|
line-height: 19px !important;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
:global(.vtex-product-summary-2-x-imageContainer) {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
.sliderTrackContainer {
|
|
|
|
padding: 0 24px 24px !important;
|
|
|
|
}
|
|
|
|
.sliderTrack {
|
|
|
|
gap: 12px !important;
|
|
|
|
}
|
|
|
|
.sliderLayoutContainer {
|
|
|
|
margin-bottom: -49px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 376px) {
|
|
|
|
.sliderLayoutContainer {
|
|
|
|
margin-bottom: -81px;
|
|
|
|
}
|
|
|
|
.sliderTrack {
|
|
|
|
gap: 8px !important;
|
|
|
|
}
|
|
|
|
:global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageNormal) {
|
|
|
|
height: 124.8px !important;
|
|
|
|
}
|
|
|
|
.sliderTrackContainer {
|
|
|
|
padding-bottom: 16px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-interestRate)::after {
|
|
|
|
content: "sem juros";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-product-price-1-x-installments) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-product-price-1-x-installmentValue) {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-installmentValue)::before {
|
|
|
|
content: " de ";
|
|
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-installmentValue)::after {
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-product-price-1-x-installmentsNumber) {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
:global(.vtex-product-price-1-x-installmentsNumber)::after {
|
|
|
|
content: " x ";
|
2023-02-05 15:57:44 +00:00
|
|
|
}
|