.shop-carousel10-element .box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.shop-carousel10-element .swiper .swiper-wrapper {
    overflow: visible;
}

.shop-carousel10-element .box-head a {
    font-size: 23px;
    height: 45px;
}

.shop-carousel10-element .box-head a svg {
    width: 45px;
    height: 45px;
}

.shop-carousel10-element .box-head .box-title {
    font-size: 35px;
    font-weight: 700;
    color: rgba(251, 193, 81, 1);
}

.shop-carousel10-element .box-head .box-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    justify-content: space-between;
}

.shop-carousel10-element .slider-wrap {
    position: relative;
}

.shop-carousel10-element .slider-pagination {
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 5;
    height: 100%;
    width: 13px;
    background-color: #e7e7e7;
    border-radius: 50px;
    display: none;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    gap: 10px;
    transform: scale(.98);
}

.shop-carousel10-element .slider-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(251, 193, 81, 1);
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 17px;
    border-radius: 50px;
    transition: ease .15s;
    cursor: pointer;
}

.shop-carousel10-element .slider-pagination span.active {
    background-color: rgba(139, 138, 52, 1);
    transform: scale(1.1);
}

.shop-carousel10-element .product-item .item-title {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d1321;
}

.shop-carousel10-element .item-cats {
    margin-bottom: 10px;
}

.shop-carousel10-element .item-cats a {
    display: inline-block;
    font-size: 15px;
    padding: 12px 20px;
    border: 1px solid;
    border-radius: 50px;
    color: rgba(55, 55, 66, 1);
    font-weight: 400;
    margin: 0 0 4px 15px;
}

.shop-carousel10-element .item-excerpt p {
    font-weight: 400;
    font-size: 15px;
    color: rgba(139, 139, 139, 1);
}

.shop-carousel10-element .item-btns {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.shop-carousel10-element .item-btns svg {
    width: 24px;
    height: 24px;
}

.shop-carousel10-element .item-btns .item-main-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(139, 138, 52, 1);
    color: #fff;
    font-size: 17px;
    border-radius: 50px;
}

.shop-carousel10-element .item-btns .icon-btns {
    display: flex;
    align-items: center;
    gap: 50px;
}

.shop-carousel10-element .item-btns .icon-btns a {
    height: 24px;
}

@media screen and (min-width: 1024px) {
    .shop-carousel10-element.has-paginate .swiper-slide,
    .shop-carousel10-element.has-paginate .box-head {
        padding-left: 8rem;
    }

    .shop-carousel10-element .slider-pagination {
        display: flex;
    }
}