2023-01-12 16:56:35 +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 */
|
|
|
|
.newsletter {
|
|
|
|
background: red;
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productImageTag--main {
|
|
|
|
object-fit: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productImagesThumb {
|
|
|
|
width: 13.605% !important;
|
|
|
|
margin: 0 16px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productNameContainer--quickview {
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-product-identifier-0-x-product-identifier--productReference) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorContainer--inverseOrder {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__field--small) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
|
|
|
height: 49px;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
left: 150px;
|
|
|
|
align-items: center;
|
|
|
|
padding-top: 16.1px;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex__icon-external-link) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
display: flex;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
position: relative;
|
|
|
|
right: 129px;
|
|
|
|
margin-top: 24px;
|
|
|
|
background-color: black;
|
|
|
|
font-size: 0;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) ::before {
|
|
|
|
content: "Ok";
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: white;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|