.feature-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.feature-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: left;
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.feature-box .feature-icon {
    height: 48px;
}

.feature-box h3 {
    margin: 0;
    color: var(--Greyscale-Grey-900, #181A1B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.feature-box p {
    color: var(--Greyscale-Grey-800, #555);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.feature-box .feauture-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1440px) {
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-box h3,
    .feature-box p {
        max-width: 353px;
    }

    #feauture-box {
        width: 100%;
    }
}

@media (max-width: 834px) {

    .feature-box h3 {
        color: var(--Greyscale-Grey-900, #181A1B);
        font-feature-settings: 'liga' off, 'clig' off;
        max-width: unset;
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .feature-box p {
        max-width: unset;
    }
}

@media(max-width: 768px) {
    .feature-box {
        gap: 12px;
        padding: 24px;
    }

    .feature-boxes {
        grid-template-columns: 1fr;
    }

    .feature-box .feauture-row {
        gap: 12px;
        flex-direction: row;
    }

    .feature-box h3 {
        color: var(--Greyscale-Grey-900, #181A1B);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Sora;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
    }

    .feature-box p {
        color: var(--Greyscale-Grey-800, #555);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Sora;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .feature-box .feature-icon,
    .feature-box .feature-icon svg {
        width: 28px;
        height: 28px;
    }
}


.product-category-slider h3{
	color: var(--Greyscale-Grey-900, #181A1B);
    font-family: Sora;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    margin: 0 0 32px 0;
    text-transform: none;
}

.product-category-slider .row.text-center{
		display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product-category-slider .next-prev{
	  display: inline-flex;
    align-items: center;
    gap: 6px;
}
.product-category-slider .next-prev .home-swiper-button-next, 
.product-category-slider .next-prev .home-swiper-button-prev{
	width: 61.783px;
    height: 58px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 100px;
    justify-content: center;
    cursor: pointer;
}

.product-category-slider .swiper-wrapper a{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 35px;
    background: var(--Greyscale-50, #FAF9F7);
}

.product-category-slider .swiper-wrapper a .product-footer{
	color: var(--Greyscale-Grey-800, #555);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    height: 62px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

@media(max-width:900px){
	.swiper.productvatSwiperhome .swiper-wrapper{
		display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 16px;
	}
	.product-category-slider .next-prev{
		display: none;
	}
}
@media(min-width:1440px){
	.product-category-slider .next-prev{
		display: none;
	}
}

@media(max-width: 768px){
	.swiper.productvatSwiperhome .swiper-wrapper{
		display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
	}
	.product-category-slider .swiper-wrapper a img,
	.product-category-slider .swiper-wrapper a .cat-img{
		width:100%;
	}
	
	.product-category-slider h3{
		font-size: 32px;
	}
}

.product-category-slider .swiper-wrapper a img,
.product-category-slider .swiper-wrapper a .cat-img{
	width:100%;
}