Built To Last, Rain or Shine
Built To Last, Rain or Shine
.shop-the-look-drawer .close,
.shop-the-look-drawer .close svg {
width: 12px!important;
height: 12px!important;
}
.shop-the-look-drawer .close svg path {
stroke: var(--grey);
}
.shop-the-look-drawer .shop-the-look-content {
max-height: calc(100% - 53.6px);
overflow: auto;
}
.shop-the-look-drawer .shop-the-look-content::-webkit-scrollbar {
display: none;
}
.shop-the-look-drawer .shop-the-look-content .image-content {
height: 200px;
}
.shop-the-look-drawer .shop-the-look-content img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.shop-the-look-drawer .shop-the-look-content .product-list {
padding: 20px 16px;
}
@media only screen and (min-width: 600px) {
.shop-the-look-drawer .shop-the-look-content {
max-height: calc(100% - 54.8px);
}
}
@media only screen and (min-width: 1024px) {
.shop-the-look-drawer .shop-the-look-content {
max-height: calc(100% - 56px);
}
.shop-the-look-drawer .shop-the-look-content .product-list {
padding: 20px;
}
}
@media only screen and (min-width: 1440px) {
.shop-the-look-drawer .close,
.shop-the-look-drawer .close svg {
width: 16px!important;
height: 16px!important;
}
.shop-the-look-drawer .shop-the-look-content {
max-height: calc(100% - 58.4px);
}
}
@media only screen and (min-width: 1920px) {
.shop-the-look-drawer .shop-the-look-content {
max-height: calc(100% - 60.8px);
}
}