2023-01-25 00:21:02 +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-02-11 01:34:00 +00:00
|
|
|
.flexRow--product-main-container :global(.vtex-store-components-3-x-container),
|
|
|
|
.flexRow--product-description-container :global(.vtex-store-components-3-x-container),
|
|
|
|
.flexRow--breadcrumb-container :global(.vtex-store-components-3-x-container),
|
|
|
|
.flexRow--shelf-pdp :global(.vtex-store-components-3-x-container),
|
|
|
|
.flexRow--menu-row-wrapper :global(.vtex-store-components-3-x-container),
|
|
|
|
.flexRow--menu-row-newsletter :global(.vtex-store-components-3-x-container),
|
|
|
|
.flexRow--footer-credits :global(.vtex-store-components-3-x-container) {
|
2023-01-25 00:21:02 +00:00
|
|
|
max-width: 1920px;
|
2023-02-11 01:34:00 +00:00
|
|
|
padding: 0 40px;
|
2023-01-27 22:52:32 +00:00
|
|
|
}
|
|
|
|
.flexRowContent--button-card-add .stretchChildrenWidth:first-child {
|
|
|
|
max-width: 128px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.flexRowContent--button-card-add .stretchChildrenWidth:last-child {
|
|
|
|
width: 100% !important;
|
2023-02-04 19:35:40 +00:00
|
|
|
}
|
|
|
|
|
2023-02-11 01:34:00 +00:00
|
|
|
.flexRowContent--button-card-add :global(.vtex-button) {
|
|
|
|
background-color: #000000;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--shelf-pdp {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.flexRowContent--shelf-pdp .stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
2023-02-04 19:35:40 +00:00
|
|
|
.flexRow--menu-row-newsletter {
|
2023-02-11 01:34:00 +00:00
|
|
|
margin-top: 64px;
|
2023-02-04 19:35:40 +00:00
|
|
|
background: #000000;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
}
|
2023-02-11 01:34:00 +00:00
|
|
|
.flexRow--menu-row-newsletter .flexRowContent--menu-row-newsletter {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 775px;
|
|
|
|
margin: 0 auto;
|
2023-02-06 23:59:15 +00:00
|
|
|
}
|
2023-02-04 19:35:40 +00:00
|
|
|
|
|
|
|
.flexRowContent--menu-row-newsletter {
|
2023-02-11 01:34:00 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-02-06 23:59:15 +00:00
|
|
|
padding: 32px 0 16px;
|
|
|
|
}
|
|
|
|
.flexRowContent--menu-row-newsletter .stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
2023-02-07 19:27:37 +00:00
|
|
|
}
|
|
|
|
|
2023-02-08 00:11:38 +00:00
|
|
|
.flexRow--menu-row-wrapper {
|
|
|
|
background-color: #000000;
|
|
|
|
padding-top: 32px;
|
|
|
|
padding-bottom: 128px;
|
|
|
|
}
|
|
|
|
|
2023-02-07 19:27:37 +00:00
|
|
|
.flexRow--footer-credits {
|
|
|
|
background-color: #000000 !important;
|
|
|
|
border-top: 1px solid #ffffff;
|
|
|
|
padding: 31px 0 15px;
|
2023-02-11 02:43:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--menu-row-social-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-01-25 00:21:02 +00:00
|
|
|
}
|