2023-01-29 03:33:15 +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
|
|
|
.flexRowContent--menu-link,
|
|
|
|
.flexRowContent--main-header {
|
|
|
|
padding: 0 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-08 03:13:42 +00:00
|
|
|
.flexRowContent--title .stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--product-image {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
2023-02-08 01:06:13 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
.flexRowContent--product-image .stretchChildrenWidth {
|
|
|
|
max-width: max-content;
|
|
|
|
}
|
2023-02-02 06:40:09 +00:00
|
|
|
}
|
|
|
|
|
2023-02-06 15:15:14 +00:00
|
|
|
@media screen and (min-width: 1024px) {
|
2023-01-12 16:56:35 +00:00
|
|
|
.flexRowContent--menu-link,
|
|
|
|
.flexRowContent--main-header {
|
|
|
|
padding: 0 1rem;
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 15:15:14 +00:00
|
|
|
@media screen and (min-width: 1280px) {
|
2023-01-12 16:56:35 +00:00
|
|
|
.flexRowContent--menu-link,
|
|
|
|
.flexRowContent--main-header {
|
|
|
|
padding: 0 0.25rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexRowContent--menu-link {
|
|
|
|
background-color: #03044e;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--main-header {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--main-header-mobile {
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.625rem 0.5rem;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--menu-link :global(.vtex-menu-2-x-styledLink) {
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--main-header :global(.vtex-menu-2-x-styledLink) {
|
|
|
|
color: #727273;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--deals {
|
|
|
|
background-color: #0F3E99;
|
|
|
|
padding: 14px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--deals .stretchChildrenWidth {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--deals .flexCol {
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--filterCol {
|
|
|
|
max-width: 500px;
|
|
|
|
min-width: 230px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--productCountCol {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--orderByCol {
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--orderByMobileCol {
|
|
|
|
width: 42%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--filterMobileCol {
|
|
|
|
width: 38%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--quickviewMainRow {
|
|
|
|
display: flex;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexColChild--quickviewDetails:first-child {
|
|
|
|
overflow-y: auto;
|
|
|
|
height: 66% !important;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexColChild--quickviewDetails:last-child {
|
|
|
|
height: 34% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--addToCartRow {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
2023-01-29 03:33:15 +00:00
|
|
|
|
|
|
|
:global(.vtex-shelf-1-x-slide) :global(.vtex-store-components-3-x-discountInsideContainer) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
:global(.vtex-shelf-1-x-slide) :global(.vtex-product-price-1-x-savings) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
:global(.vtex-shelf-1-x-slide) :global(.vtex-button) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
:global(.vtex-shelf-1-x-slide) .flexCol--m3-shelf-badges {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
:global(.vtex-shelf-1-x-slide) .flexRowContent--m3-shelf-price-selling-savings {
|
|
|
|
justify-content: center;
|
2023-02-03 01:47:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--title {
|
|
|
|
align-items: end;
|
|
|
|
flex-direction: column-reverse;
|
2023-02-07 00:35:24 +00:00
|
|
|
}
|
2023-02-08 15:35:33 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--title {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
2023-02-07 00:35:24 +00:00
|
|
|
|
|
|
|
.flexRowContent--pdp-carrousel :global(.vtex-slider-layout-0-x-sliderArrows--pdp-carrousel) {
|
|
|
|
top: 33%;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--pdp-carrousel :global(.vtex-slider-layout-0-x-sliderArrows--pdp-carrousel) {
|
|
|
|
max-width: 11.2px;
|
|
|
|
max-height: 29.6px;
|
2023-02-07 06:41:33 +00:00
|
|
|
top: 37%;
|
2023-02-07 00:35:24 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-02-07 06:41:33 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--pdp-carrousel :global(.vtex-slider-layout-0-x-sliderLeftArrow--pdp-carrousel) {
|
|
|
|
left: 3%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--pdp-carrousel :global(.vtex-slider-layout-0-x-sliderRightArrow--pdp-carrousel) {
|
|
|
|
right: 3%;
|
|
|
|
}
|
|
|
|
}
|
2023-02-07 00:35:24 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--pdp-carrousel :global(.vtex-slider-layout-0-x-slide--pdp-carrousel) {
|
|
|
|
width: 4.9344% !important;
|
|
|
|
height: max-content;
|
|
|
|
min-height: max-content;
|
|
|
|
max-width: 274px;
|
2023-02-08 16:41:28 +00:00
|
|
|
max-height: 100%;
|
2023-02-07 00:35:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--pdp-carrousel :global(.vtex-slider-layout-0-x-sliderTrackContainer--pdp-carrousel) {
|
|
|
|
height: 100%;
|
|
|
|
max-height: 392px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--pdp-carrousel :global(.vtex-store-components-3-x-container) {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2023-02-08 16:29:57 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
.flexRow--pdp-carrousel :global(.vtex-store-components-3-x-container) {
|
|
|
|
max-width: 96rem;
|
|
|
|
}
|
|
|
|
}
|
2023-02-07 06:41:33 +00:00
|
|
|
|
2023-02-07 00:35:24 +00:00
|
|
|
.flexRow--pdp-price .flexRowContent--pdp-price {
|
|
|
|
justify-content: center;
|
2023-02-08 21:47:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--price-image :global(.vtex-product-price-1-x-sellingPrice--hasListPrice) {
|
|
|
|
color: #000000;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
2023-01-29 03:33:15 +00:00
|
|
|
}
|