.section-more-images .product-gallery-box {
    padding-bottom: initial;
}

.section-more-images .product-gallery-box .product-gallery-swiper {
    height: auto
}


@media screen and (max-width: 1023px) {
    .section-more-images .product-gallery-box {
        padding-bottom: initial
    }
    .section-more-images .product-gallery-box .product-gallery-swiper-button {
        display: block
    }
}

.specs-phone-imgs img {
    max-width: 600px
}
@media screen and (max-width: 1024px) {
    .specs-phone-imgs img {
        max-width:300px
    }
}
.specs-phone-color {
    padding-top: 0
}
.specs-color-name {
    padding-bottom: .75rem;
}
.specs-color-midnight-frost {
    border: 2px solid #b9b9b9;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: none;
    text-align: center;
}
.specs-color-midnight-frost:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 1px;
    background-color: #283349;
}
.specs-item .tips {
    flex: 6;
}

.product-in-the-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
}
.product-in-the-box .swiper-container .item-in-the-box .figure-placeholder {
    padding-bottom: 50%;
}