2023-01-25 21:01:47 +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 */
|
2023-01-29 18:04:57 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
|
2023-01-25 21:01:47 +00:00
|
|
|
/* Grid breakpoints */
|
2023-01-26 19:53:58 +00:00
|
|
|
.flexRowContent {
|
|
|
|
padding: 0;
|
2023-01-27 20:19:50 +00:00
|
|
|
margin: 0;
|
2023-01-26 19:53:58 +00:00
|
|
|
}
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
.flexRowContent--menu-link,
|
|
|
|
.flexRowContent--main-header {
|
|
|
|
padding: 0 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 40em) {
|
|
|
|
.flexRowContent--menu-link,
|
|
|
|
.flexRowContent--main-header {
|
|
|
|
padding: 0 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 80rem) {
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2023-01-24 20:01:15 +00:00
|
|
|
.flexRowContent--buy-button {
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
.flexRow--deals {
|
2023-01-23 19:35:52 +00:00
|
|
|
background-color: #0f3e99;
|
2023-01-12 16:56:35 +00:00
|
|
|
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-26 00:57:57 +00:00
|
|
|
}
|
|
|
|
|
2023-02-02 18:43:33 +00:00
|
|
|
.flexRowContent {
|
|
|
|
gap: 32px;
|
|
|
|
}
|
|
|
|
|
2023-01-26 19:53:58 +00:00
|
|
|
.flexRowContent--product-container {
|
2023-02-02 18:43:33 +00:00
|
|
|
width: 94.445%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--product-container :global(.vtex-store-components-3-x-container) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.flexRow--product-container :global(.vtex-store-components-3-x-container) .stretchChildrenWidth {
|
|
|
|
padding: 0;
|
2023-02-01 20:12:55 +00:00
|
|
|
}
|
|
|
|
|
2023-02-03 11:21:49 +00:00
|
|
|
@media (min-width: 1921px) {
|
|
|
|
.flexRowContent--product-container {
|
|
|
|
max-width: 1840px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-01 20:12:55 +00:00
|
|
|
@media (max-width: 1024px) {
|
2023-02-02 18:43:33 +00:00
|
|
|
.flexRow--product-container :global(.vtex-store-components-3-x-container) {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
2023-02-02 13:43:54 +00:00
|
|
|
.flexRowContent--product-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-02-01 20:12:55 +00:00
|
|
|
.flexRowContent--product-container .flexRowContent {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.flexRowContent--product-container .stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-01-25 21:01:47 +00:00
|
|
|
}
|