84 lines
1.6 KiB
SCSS
84 lines
1.6 KiB
SCSS
|
|
.container {
|
|
padding:16px 360px;
|
|
margin: 0;
|
|
max-width: 100%;
|
|
|
|
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
|
|
padding: 16px 40px;
|
|
}
|
|
}
|
|
|
|
.swiperCaretNext, .swiperCaretPrev {
|
|
display: none;
|
|
}
|
|
.carouselGaleryCursor {
|
|
cursor: initial;
|
|
}
|
|
|
|
.productImageTag--main, .videoContainer {
|
|
object-fit: unset !important;
|
|
max-height: 904px !important;
|
|
cursor: url(https://agenciamagma.vtexassets.com/_v/public/assets/v1/published/vtex.store-components@3.164.0/public/react/91618bbaeb77d5f5b0173112a38a893e.svg) 8 8, default;
|
|
|
|
@media #{$mq-desktop} {
|
|
max-height: 664px !important;
|
|
}
|
|
|
|
@media #{$mq-tablet} {
|
|
max-height: 944px !important;
|
|
}
|
|
|
|
@media #{$mq-mobile} {
|
|
max-height: 296px !important;
|
|
}
|
|
|
|
}
|
|
.carouselGaleryThumbs {
|
|
margin-top: 0;
|
|
|
|
@media #{$mq-mobile}, #{$mq-tablet} {
|
|
display: block !important;
|
|
}
|
|
|
|
.productImagesThumb {
|
|
width: 10% !important;
|
|
height: 100% !important;
|
|
margin: 16px 16px 0 0;
|
|
border-radius: 8px;
|
|
max-width: calc(100% - 16px);
|
|
|
|
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
|
|
width: 90px !important;
|
|
height: 90px !important;
|
|
}
|
|
|
|
.figure, .thumbImg{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.productNameContainer--quickview {
|
|
display: flex;
|
|
justify-content: end;
|
|
align-items: center;
|
|
font-family: $font-family;
|
|
padding: 0;
|
|
margin: 0 0 8px 0;
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
color: $color-gray7;
|
|
|
|
@media #{$mq-tablet}, #{$mq-mobile} {
|
|
justify-content: flex-start;
|
|
margin-top: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
|