.home-category-1 {
        background: var(--white-color);
        padding: 15px 0;
    }
    .home_category_1 {
    display: flex;
    flex-grow: 1;
    position: relative;
    }

    .home_category_1--item {
    padding: 42px 0 30px;
    display: flex;
    flex-grow: 1;
    position: relative;
    }

    .main-header {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 600;
    transition-delay: 0.2s;
    }

    .main-content__title {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 14px;
    transition-delay: 0.2s;
    }

    .main-content__subtitle {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
    transition-delay: 0.3s;
    text-align: justify;
    }

    .main-content .more-menu {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition-delay: 0.4s;
    justify-content: flex-end;
    }

    .main-content .more-menu svg {
    width: 28px;
    height: 18px;
    margin-left: 10px;
    }

    .home_category_1--content {
    width: 60%;
    display: flex;
    align-items: center;
    }

    .home_category_1--thumb {
    display: flex;
    position: relative;
    flex: 1;
    justify-content: flex-end;
    }

    .home_category_1--thumb .bottle-bg {
    width: 450px;
    height: 300px;
    object-fit: cover;
    border-radius: 100px 30px;
    }

    .swiper-pagination {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 0;
    width: auto;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    }

    .button-wrapper {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    }

    .button-wrapper svg {
    width: 28px;
    }

    .button-wrapper .swiper-button {
    border: 1px solid var(--subheading-color);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, var(--subheading-color) 40%, transparent 0%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    cursor: pointer;
    }

    .button-wrapper .swiper-button+.swiper-button {
    margin-left: 16px;
    }

    @media screen and (max-width: 930px) {
    .button-wrapper .swiper-button+.swiper-button {
        margin-left: 0;
    }
    }

    .button-wrapper .swiper-button:hover {
    background-color: var(--subheading-color);
    background-position: left bottom;
    }

    .button-wrapper .swiper-button:hover svg {
    stroke: var(--white-color);
    }

    .button-wrapper .swiper-prev-button {
    background: linear-gradient(to left, var(--subheading-color) 40%, transparent 0%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.3s ease-out;
    }

    .button-wrapper .swiper-prev-button svg {
    transform: rotate(-180deg);
    }

    .button-wrapper .swiper-prev-button:hover {
    background-position: right bottom;
    }

    .home_category_1 .swiper-slide {
    opacity: 0 !important;
    transition: 0.4s;
    position: relative;
    }

    .home_category_1 .swiper-slide .read-more {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    }

    .home_category_1 .swiper-slide-active {
    opacity: 1 !important;
    justify-content: center;
    }
    .home_category_1 .swiper-slide .bottle-bg {
    transition-duration: 0.6s;
    opacity: 0;
    object-position: 60%;
    }
    .home_category_1 .swiper-slide-active .bottle-bg {
    opacity: 1;
    transform: none;
    object-position: 50%;
    }
    .container-home {
    position: relative;
    }
    .section-title {
        font-size: 20px;
        line-height: 30px;
        color: var(--title-color);
        font-weight: bold;
        text-decoration: none;
        position: relative;
        z-index: 0;
        letter-spacing: 2px;
    }

@media screen and (max-width: 575px) {
    .home-category-1 {
		padding: 10px;
	}
	.home-category-1 .section-title {
		margin-bottom: 0px;
	}
    .container-home,
	.home_category_1--content {
		width: 100%;
	}
	.home_category_1--thumb .bottle-bg {
		width: 100%;
		height: 240px;
	}
	.home_category_1--thumb {
		margin-bottom: 15px;
	}
	.home_category_1--item {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}
	.main-content .more-menu {
		opacity: 0;

	}
	.main-content .main-content__title {
		font-size: 20px;
	}
	.button-wrapper {
		bottom: 0;
		left: 0;
		width: 100%;
		justify-content: space-between;
		padding: 0 20px;
	}
	.swiper-pagination {
		right: 0%;
		bottom: 10px;
	}
}