#featured-categories .container {
    width:1073px;
}
#featured-categories .blocktitle {
    width:100%;
    max-width:625px;
    padding: 15px 23px 12px 23px;
}
#featured-categories .blocktitle .p {
    font-size: 41px;
    top: -25px;
}
#featured-categories .blocktitle .h3 {
    font-size:42px;
}
#featured-categories .button {
    font-size: 24px;
    width: 175px;
    height: 50px;
    line-height: 54px;
    margin:30px auto;
}
#featured-categories .swiper-button-prev,
#featured-categories .swiper-button-next {
    background: #fff url("../../images/redesign/icon-arrow.png") no-repeat center;
    background-size:7px 11px;
    width:35px;
    height:35px;
    border:1px solid #e4e4e4;
    border-radius:50%;
    top:42%;
}
#featured-categories .swiper-button-next {
    transform:scale(-1);
    right:-25px;
}
#featured-categories .swiper-button-prev {
    left:-25px;
}
#featured-categories a p {
    font-size:25px;
    padding:6px 10px 4px 10px;
}

#featured-categories a:hover p {
    background-color:var(--brand-pink);
    color:var(--white) !important;
}

#featured-categories .image {
    width:193px;
    height:193px;
    background-color:#f1f1f1;
    border:4px solid #f1f1f1;
    transition: all 0.2s ease-in-out;
}

#featured-categories a:hover .image {
    border-color:var(--brand-pink);
}

#featured-categories .image img {
    max-width:82%;
    max-height: 65%;
    transition: all 0.2s ease-in-out;
}

#featured-categories a:hover .image img {
    transform:scale(1.2);
}

#featured-categories a {
	margin:35px 20px;
}

@media screen and (max-width: 1120px) {
	#shop-all .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1120px) {
    #featured-categories .swiper-button-next {
        right:5px;
    }
    #featured-categories .swiper-button-prev {
        left:5px;
    }
}

@media screen and (max-width: 567px) {
	#shop-all #breadcrumb {
		margin-bottom:10px;
	}
    #featured-categories .blocktitle {
		padding: 2px 20px 4px 20px;
    }
	#featured-categories a {
		width:calc(50% - 16px);
		margin:20px 8px;
	}
	#featured-categories .image {
		width: 150px;
    	height: 150px;
	}
    #featured-categories .blocktitle .p {
        font-size: 24px;
        top: -13px;
    }
    #featured-categories .blocktitle .h3 {
        font-size: 25px;
    }
    #featured-categories .button {
        margin:20px auto;
    }
	#featured-categories a p {
		font-size: 22px;
		padding: 6px 10px 4px 10px;
		margin-top:7px;
	}
}

@media screen and (max-width: 370px) {
    #featured-categories .blocktitle .h3 {
        font-size: 23px;
    }
	#featured-categories .image {
		width: 130px;
    	height: 130px;
	}
}
