<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop-carousel6-wrap {
    width: 100%;
    position: relative;
}

.shop-carousel6-wrap .swiper .swiper-wrapper {
    overflow: unset;
}

.swiper.shop-carousel6-swiper {
    position: initial;
}

.shop-carousel6-wrap .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
}

.shop-carousel6-wrap .item-cat {
    font-size: 11px;
    color: #999999;
}

.shop-carousel6-wrap .swiper-nav-button-group {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
}

.shop-carousel6-wrap .swiper-nav-button {
    cursor: pointer;
}

.shop-carousel6-wrap .swiper-nav-button-group {
    width: 10px;
    height: 10px;
}

.shop-carousel6-wrap .swiper-button-disabled {
    opacity: 0;
}

.shop-carousel6-wrap .swiper-slide .product-item-wrap:not(:first-child) {
    margin-top: 20px;
}

.shop-carousel6-wrap .product-item-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-carousel6-wrap .product-item {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.shop-carousel6-wrap .product-item-content {
    display: flex;
    justify-content: start;
    align-items: center;
}

.shop-carousel6-wrap .product-item-content .product-img-container {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-carousel6-wrap .product-item-content .product-img-container img {
    object-fit: cover;
    width: 100%;
}

.shop-carousel6-wrap .product-item-content .product-item-details {
    margin-right: 10px;
}

.shop-carousel6-wrap .product-cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-carousel6-wrap .box-head {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #E8EAEB;
}

.shop-carousel6-wrap .box-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #0063D1;
    padding-bottom: 25px;
    width: 300px;
}

.shop-carousel6-wrap .product-footer-meta svg {
    width: 10px;
    height: 10px;
}

.shop-carousel6-wrap .product-item-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}

.shop-carousel6-wrap .product-item-footer &gt; a {
    display: flex;
    justify-content: center;
}

.shop-carousel6-wrap .product-item-footer .product-footer-meta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-carousel6-wrap .product-item-footer .product-footer-meta a {
    display: flex;
    justify-content: center;
    align-items: center;
}</pre></body></html>