2023-01-22 23:28:21 +00:00
|
|
|
.flexRow--container-product-main{
|
|
|
|
padding: 0 40px;
|
|
|
|
.flexRowContent--container-product-main {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48.824% 1fr;
|
|
|
|
grid-column-gap: 32px;
|
2023-01-25 00:23:44 +00:00
|
|
|
|
|
|
|
padding-bottom: 16px;
|
2023-01-22 23:28:21 +00:00
|
|
|
.stretchChildrenWidth{
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-wrapper{
|
|
|
|
.swiper-slide-active{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-slide{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-23 01:53:11 +00:00
|
|
|
|
|
|
|
.flexRowContent{
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-24 14:33:36 +00:00
|
|
|
|
|
|
|
.flexRowContent--container-quantity-and-buy-button{
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 128px 1fr;
|
|
|
|
gap: 10px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
:global(.vtex-button){
|
|
|
|
background-color: #000000;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-quantity-and-buy-button :global(.vtex-flex-layout-0-x-stretchChildrenWidth){
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-01-25 00:23:44 +00:00
|
|
|
|
|
|
|
.flexRowContent--container-related-products-pdp{
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 0 61px;
|
|
|
|
|
|
|
|
.stretchChildrenWidth{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|