.goods {
    margin-top: 6.21rem;
}

.goods__title {
    font-family: Circe;
    font-size: 32px;
    font-weight: 700;
}

.goods__swiper {
    margin-top: 2.86rem;
}

.goods__item {
    padding: 1rem 1.15rem 2.5rem;
    border-radius: 20px;
    background: #FAF8F9;
    height: auto !important;
}

.goods__item:hover .goods__item-title{
    color: #D68853;
}

.goods__item-title {
    margin-bottom: 1.15rem;
    font-family: Circe;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%; /* 28px */
    transition: 0.4s;
}

.goods__item-desc {
    font-size: 1.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.goods__item-image img {
    width: 100%;
    height: 14.273rem;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 2.287rem;
}

.goods__nav-next.swiper-button-disabled, .goods__nav-prev.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}
.goods__nav-next, .goods__nav-prev {
    cursor: pointer;
}

.goods__nav {
    display: flex;
    gap: 2.9rem;
}

.goods__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.2rem;
}