.hero-slide img {
    width: 100%;
}

section.cake-detail__hero {
    background: #000;
}

.product-by-category-list .product-item {
    display: block;
    padding: 30px 0;
}

.product-item {
    flex-direction: column;
}

.product-item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 50px;
    position: relative;
    transition: .5s ease;
}

.product-by-category-list .product-hot .product-item__img {
    width: 100%;
}

.product-hot .product-item__img {
    height: unset;
    position: relative;
    width: 47%;
    z-index: 9;
}

.product-by-category-list .product-item__img img {
    top: unset;
    transform: unset;
}

.product-by-category-list .item-title-desktop {
    flex: 1;
    position: relative;
    text-align: left;
    z-index: 9999;
}

.product-by-category-list .product-item__ttl a {
    font-size: 31px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0px;
}

.product-by-category-list .list-prices {
    display: block;
    font-size: 26px;
    font-weight: 700;
    padding: 14px 0;
    text-align: center;
}

.product-by-category-list .list-prices span {
    color: #fff;
}

.product-by-category-list .product-column .cart-widget {
    position: relative;
    z-index: 9;
}

.product-by-category-list .product-column .cart-widget {
    display: flex;
    justify-content: center;
    gap: 0px 20px;
    align-items: center;
}

.product-by-category-list .cart-widget__quantity {
    background: #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    min-width: 50px;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 40px;
}

.product-by-category-list .cart-widget__quantity input {
    background: transparent;
    border: 0;
    color: #333;
    text-align: center;
    width: 30px;
    font-size: 22px;
}

.product-by-category-list .btn-card-bycategory span {
    background: #000;
    border-radius: 25px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    height: 100%;
    padding: 7px 20px;
    color: #fff;
}

.product-by-category-list .product-item:after {
    bottom: 0;
    height: 80%;
    top: unset;
}

section.cake-detail__hero {
    background: #000;
}

.hero-slide img {
    width: 100%;
}

.desc-content-productbycategory h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.desc-content-productbycategory p,
.desc-content-productbycategory ul {
    font-size: 25px;
    padding-bottom: 10px;
}

.desc-content-productbycategory {
    color: #fcc650;
    font-size: 25px;
    padding: 30px 0;
}

.product-by-category-list .product-item figure {
    text-align: center;
}

.product-by-category-list .product-item__img img {
    width: 95%;
    max-width: 95%;
    height: 350px;
    object-fit: contain;
}

s.price-old {
    color: #cdcdcd;
    font-weight: 500;
    font-size: 21px;
    padding-right: 10px;
}

section.product-hot h2.related-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
}

section.product-hot h2.related-title:before {
    content: "";
    position: absolute;
    width: 53%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:990px) {
    section.product-hot h2.related-title {
    font-size: 30px;
}
    .product-by-category-list .product-column .cart-widget {
        gap: 0px 0px;
    }

    .desc-content-productbycategory img {
        width: 100%;
        height: 100%;
    }

    .product-by-category-list .product-item__img img {
        height: unset;
    }
}