.shopAboutSec .swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .shopAboutSec .swiper-container {
        min-height: 320px;
    }
}

.shopAboutSec .swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
    height: 407px;
}

@media (min-width: 480px) {
    .shopAboutSec .swiper-container-wrapper {
        flex-flow: row nowrap;
    }
}

.shopAboutSec .swiper-button-next,
.shopAboutSec .swiper-button-prev {
    color: #000;
}

.shopAboutSec .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #FFF;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.shopAboutSec .swiper-slide .description,
.shopAboutSec .swiper-slide .title {
    display: block;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.shopAboutSec .swiper-slide-active .description,
.shopAboutSec .swiper-slide-active .title {
    opacity: 1;
}

.shopAboutSec .swiper-slide-active .title {
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: #000;
    transition: opacity 0.5s ease 0.5s;
}

.shopAboutSec .swiper-slide-active .description {
    font-size: 16px;
    color: #777;
    transition: opacity 0.5s ease 0.75s;
}

.shopAboutSec .gallery-top {
    position: relative;
    width: 100%;
    height: auto;
}

@media (min-width: 480px) {
    .shopAboutSec .gallery-top {
        width: 80%;
        height: 100%;
        margin-right: 10px;
    }
}

.shopAboutSec .gallery-thumbs {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

@media (min-width: 480px) {
    .shopAboutSec .gallery-thumbs {
        width: 20%;
        height: 100%;
        padding: 0;
    }
}

.shopAboutSec .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
}

@media (min-width: 480px) {
    .shopAboutSec .gallery-thumbs .swiper-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

.shopAboutSec .gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
}

@media (min-width: 480px) {
    .shopAboutSec .gallery-thumbs .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
    }
}

.shopAboutSec .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.shopAboutSec .swiper-button-next,
.shopAboutSec .swiper-button-prev {
    display: none;
}

@media (max-width:1399px) {
    .shopAboutSec .swiper-container-wrapper {
        height: 400px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}