2023-01-26 13:51:30 +00:00
|
|
|
@charset "UTF-8";
|
2023-01-24 19:33: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-01-30 23:29:08 +00:00
|
|
|
.flexRow--main-header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.flexRow--main-header .flexRowContent--main-header {
|
|
|
|
height: 97px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.flexRow--main-header .flexRowContent--main-header {
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-left: 360px;
|
|
|
|
padding-right: 360px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexRow--main-header .flexRowContent--main-header :global(.vtex-minicart-2-x-minicartWrapperContainer) :global(.vtex-minicart-2-x-minicartContainer) :global(.vtex-minicart-2-x-openIconContainer) {
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
.flexRow--main-header .flexRowContent--main-header :global(.vtex-minicart-2-x-minicartWrapperContainer) :global(.vtex-minicart-2-x-minicartContainer) :global(.vtex-minicart-2-x-openIconContainer) {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexColChild :global(.vtex-menu-2-x-menuContainerNav) :global(.vtex-menu-2-x-menuContainer) :global(.vtex-menu-2-x-menuItem) :global(.vtex-menu-2-x-styledLink) :global(.vtex-menu-2-x-styledLinkContent) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
letter-spacing: -0.1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
2023-01-24 19:33:02 +00:00
|
|
|
.flexRowContent {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
column-gap: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol--stack-layout-content {
|
|
|
|
width: 100% !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-01-26 13:51:30 +00:00
|
|
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child {
|
|
|
|
background: #000000;
|
|
|
|
padding: 12px 64px;
|
|
|
|
height: 49px;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child {
|
|
|
|
height: 74px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 17:01:46 +00:00
|
|
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child :global(.vtex-button__label) :global(.vtex-add-to-cart-button-0-x-buttonDataContainer) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child :global(.vtex-button__label) :global(.vtex-add-to-cart-button-0-x-buttonDataContainer)::after {
|
2023-01-26 13:51:30 +00:00
|
|
|
content: "ADICIONAR À SACOLA";
|
2023-01-28 13:49:06 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
2023-01-26 13:51:30 +00:00
|
|
|
color: #ffffff;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
2023-01-24 19:33:02 +00:00
|
|
|
}
|