.breadcrumbs{
	background: #efefef;
	margin: 30px 0 0;
	
}

.category-filter-mobile{
	display: none;
}

.swal2-cancel.btn.btn-secondary{
    border: none;
    background: #f1f1f1;
    color: #222;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}

.product-one__item.disabled{
    filter: grayscale(1);
    opacity: .4;
}


.swal2-confirm.btn.btn-success{
    border: none;
    background: var(--main-blue);
    color: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
     cursor: pointer;
     margin: 0 5px;
}

.breadcrumbs ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	column-gap: 10px;
	height: 50px;
	padding:0;
	margin:0;
}

.breadcrumbs-mobile{
	display: none;
}

.breadcrumbs ul li{
	position: relative;
	padding-right: 26px;
}

.breadcrumbs ul li a{
	color:#2f2f2f;
	display: block;
	text-decoration: none;
}

.breadcrumbs ul li span{
	color: var(--main-blue);
}

.breadcrumbs ul li:after{
	content: "";
	width:12px;
	height: 12px;
	background: url('../img/arrow-down-bold.svg');
	background-size: 100%;
	display: block;
	position: absolute;
	right: 3px;
	transform: rotate(-90deg);
	top: 3px;
}


.breadcrumbs ul li:last-child:after{
	display: none;
}

.category-header{
	background:#f9f9f9;
}

.category-header h1{
	margin:0;
	padding: 20px 0;
	font-size: 28px;
	font-weight: 600;
}

.category-filter-top{
	position: relative;
	padding:10px 0;
	background:white;
	
	border-bottom: 1px solid #efefef;
}

.fake-filter-select{
	width: 300px;
}

.fake-filter-select a{
	height: 70px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}

.fake-filter-select a .ffs-label{
	color:#666;
	font-size: 16px;
	padding: 10px 20px 0;
}

.fake-filter-select a .ffs-current-value{
	color:#333;
	font-size: 22px;
	padding:0 20px;
}

.fake-filter-select a .ffs-arrow-down{
position: absolute;
    right: 20px;
    top: 24px;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-down-bold.svg);
    background-size: 100%;
    display: block;
}

.cft-label {
	    position: absolute;
    top: -23px;
    left: 0;
    background: var(--main-blue);
    color: white;
    padding: 2px 8px;
    border-radius: 6px;
}

.category-filter-top .container-inner{
	position: relative;
}

.ctf-left{
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 20px;
}

.ctfrb-content a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    padding: 14px 15px;
}

.ctfrb-content a img{
	width: 16px;
}

.ctfrb-title{
	    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ctf-right-block {
    width: 30%;
}


.ctf-content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.ctf-right{
	flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    column-gap: 40px;
}

.x3{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 2px;
    height: 20px;
}

.x1{
	width: 6px;
	height: 16px;
	border-radius: 4px;
	background: var(--main-blue);
}

.ctf-right-block-15{
	flex:0 0 15%;
}

.category-content{
    width: calc(100% - 460px);
}

.category-grid{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
	row-gap: 30px;
	flex-wrap: wrap;
	
}

.cg{
	margin: 50px 0;
}

.cg-inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.category-filter{
flex: 0 0 380px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}

.cf-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    padding: 25px;
    border-bottom: 2px solid #f1f1f1;
}

.cf-title img{
	width: 24px;
}

.cf-title  span{
	font-size: 20px;
	font-weight: 500;
}

.cf-block .cf-block-title a img{
	width: 18px;
	transform: rotate(-90deg);

}

.cf-block.open .cf-block-title a img{
	transform: rotate(0deg);
}

.cf-block-title{
	margin-bottom: 20px;
}

.cf-block-title a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
    line-height: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #3f3f3f;
}

.cf-checkbox{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 13px;
	margin-bottom: 15px;
	text-decoration: none;
	color:#3f3f3f;
}

.cf-checkbox input{
	display: none;
}

.checkbox__item {
    width: 24px;
    height: 22px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: white;
    margin-top: -2px;
    position: relative;
}

.checked .checkbox__item{
    background: var(--main-blue);
    border:1px solid var(--main-blue);
}

.cf-block-title {
    margin-bottom: 0;
    padding: 25px;
}


.cf-checkbox.checked{
    color: var(--main-blue);
}

.cf-block{
	border-bottom: 2px solid #f1f1f1;
}

.cf-block:last-child{
	border:none;
}

.cf-block-content{
	display: none;
}

.cf-block-content.open{
	display: block;
	padding: 5px 25px 20px;
}

.checkbox__title {
    font-size: 16px;
    width: 280px;
    font-weight: 400;
}


@media(max-width: 1700px){
	.fake-filter-select {
	    width: 250px;
	}

	.ctf-right {
    flex: 0 0 30%;
    display: flex
;
    justify-content: flex-end;
    column-gap: 40px;
}

.ctf-right-block {
    width: 48%;
}
.ctf-right-block-15 {
    flex: 0 0 20%;
}

}

@media(max-width: 1240px){
	    .fake-filter-select {
        width: 170px;
    }

    .ctf-right{
    	flex: 0 0 39%;
    }
}

@media(max-width: 1024px){
	.ctf-right{
		display: none;
	}

	.fake-filter-select {
        width: 32%;
    }

    .ctf-left {
    padding: 10px 0;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    width: 100%;
    flex: 0 0 100%;
}

.cg-inner{
	flex-direction: column;
}

.category-filter {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    width: 100%;
    display: none;
}

.category-filter-mobile{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;

}

    .category-filter-mobile a.open-filter {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        background: #3076d5;
        border-radius: 8px;
        padding: 14px 24px;
        width: calc(100% - 48px);
        color: white;
        text-decoration: none;
        font-size: 20px;
    }


.category-filter-mobile a img{
	width: 24px;
}

.sort-button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	text-decoration: none;
	color:#2f2f2f;
}

.view-button{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	text-decoration: none;
	color:#2f2f2f;
	font-size: 18px;
}

.sort-view{
	display: flex
;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    font-size: 18px;
}

.sort-button img{
	width: 28px;
}

.view-button img{
	width: 28px;
}

    .category-filter-mobile a.open-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #3076d5;
        border-radius: 8px;
        padding: 14px 16px;
        width: 280px;
        color: white;
        text-decoration: none;
        font-size: 20px;
    }

        .category-filter-mobile > a  > img {
        width: 24px;
        filter: contrast(100) invert(1) grayscale(1);
    }

}

.product-one__image img{
    width: 100%;
}

.cg .product-one__itemGrid4 {
    flex: 0 0 calc(31.4% - 60px);
}

@media(max-width: 1700px){
	.product-one__itemGrid4 {
	    flex: 0 0 calc(23.5% - 60px);
	    width: 24.6%;
	}

	.product-one__image img{
		width: 100%;
	}

	    .product-one__codeReview {
        flex-direction: column;
        align-items: flex-start;
    }

       .product-one__reviewsCount {
        margin-top: 8px;
        font-size: 16px;
        column-gap: 10px;
    }

    .product-one__priceBuy{
    	flex-direction: column;
        align-items: flex-start;
    }

    .product-one__addToCart{
    	margin-top: 15px;
    	width: 100%;
    }

        .product-one__itemGrid4 {
        flex: 0 0 calc(30.9% - 60px);
        width: 33.6%;
    }

    .product-one__cartButton{
    	width: calc( 100% - 40px );

    }
}

@media(max-width: 1480px){
	    .product-one__itemGrid4 {
        flex: 0 0 calc(47.7% - 60px);
        width: 36.6%;
    }
}

@media(max-width: 1240px){
	    .product-one__itemGrid4 {
        flex: 0 0 calc(46.7% - 60px);
        width: 36.6%;
    }
}

@media(max-width: 1024px){
	.category-grid{width: 100%;margin: 30px 0;}
	.product-one__itemGrid4 {
        flex: 0 0 calc(47.5% - 60px);
        width: 36.6%;
    }
    .category-filter-mobile a.open-filter{width: 304px;}
}


@media(max-width: 760px){
	.category-filter-mobile a.open-filter{
		width: 40%;
	}

	    .product-one__itemGrid4 {
        flex: 0 0 calc(47.4% - 60px);
        width: 36.6%;
    }

    .category-grid{
    	column-gap: 0px;
    	justify-content: space-between;
    }

	
}

@media(max-width: 500px){
	    .category-filter-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

        .category-filter-mobile a.open-filter {
        width: 90%;
    }

        .sort-view {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        font-size: 18px;
        width: 90%;
        margin: 15px 0;
    }

        .ctf-left {
        padding: 10px 0;
        display: flex
;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 20px;
        width: 100%;
        flex: 0 0 100%;
        flex-direction: column;
    }

        .fake-filter-select {
        width: 100%;
    }

    .fake-filter-select a{
    	height: 60px;
    }

    .fake-filter-select{
    	margin-bottom: 12px;
    }

    .fake-filter-select a .ffs-arrow-down{
    top:20px;
    }

    .category-header h1 {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
	}

	.breadcrumbs{
		display: none;
	}

	.breadcrumbs-mobile{
		display: block;
	}

	.breadcrumbs-mobile ul{
		padding: 0;
	}

	.breadcrumbs-mobile ul li {
		list-style: none;
	}

	    .breadcrumbs-mobile ul li a {
        display: flex;
        column-gap: 15px;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #2f2f2f;
        padding: 14px;
        border-radius: 8px;
        background: #f1f1f1;
    }

	.breadcrumbs-mobile ul li a img{
		width: 14px;
		transform: rotate(-270deg);
	}

	    .header-mid__search {
        position: relative;
        width: 100%;
        margin-left: 0;
    }
	.ctf-left .fake-filter-select{
		display: none;
	}

	.ctf-left .fake-filter-select.active{
		display: flex;
	}

	.cg{
		margin: 25px 0;
	}
	    .product-one__itemGrid4 {
        flex: 0 0 31%;
        width: 31%;
    }

    .product-one__code{
    	background: none;
    	padding:0;
    }
	
	.product-one__name {
    font-size: 16px;
    margin: 30px 0 10px;
    font-weight: 500;
    line-height: 16px;
}

.product-one__reviewsCount{
	display: none;
}

.product-one__priceValue {
    font-size: 24px;
}

.product-one__cartButton img{
	display: none;
}

    .product-one__cartButton {
        width: calc(100% - 40px);
        justify-content: center;
        height: 44px;
    }

    .category-grid{
    	row-gap: 15px;
    }
	   
}

@media(max-width: 380px){
	 .product-one__itemGrid4 {
        flex: 0 0 calc(100% - 66px);
        width: 100%;
    }


}

.categories-grid-inner{
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px 0;
    gap: 30px;
}

.category-grid-item{
    flex: 0 0 calc(25% - 30px * 3 / 4); /* 4 items per row with gap compensation */
    
}

.category-grid-item a{
    border-radius: 12px;
    border:1px solid #f1f1f1;
    padding: 15px;
    text-decoration: none;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    transition: all .3s ease-in-out;
}

.category-grid-item a img{
    width:100%;
}

.category-grid-item a span{
    font-size: 20px;
    font-weight: 500;
    color: #222;
    display: block;
    min-height: 50px;
    padding: 15px;
    display: flex
;
    align-items: flex-end;
}

.category-grid-item a figure{
    position: relative;
    overflow:hidden;
}

.category-grid-item a:hover span{
    color:var(--main-blue);
}

.category-grid-item a:hover{
    border: 1px solid var(--main-blue);
}

.category-grid-item a:hover img{
    transform: scale(1.05);
}

.product-one__image figure{
    position: relative;
    width:300px;
    height: 300px;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow:hidden;
    padding: 0;
    margin:0;
    border-radius: 12px;
}

.cg .product-one__like {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 25px;
    color: #222;
    background: #ffffffd9;
    z-index: 100;
    border-radius: 12px;
    padding: 5px 10px;
}

/* Pagination - custom */
.pagination {
  display: flex;
  gap: 8px;
  justify-content: center; /* or flex-start / flex-end */
  margin: 1.2rem 0;
  padding-left: 0;
  list-style: none;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
}

/* page item spacing / shape */
.pagination .page-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

/* link base */
.pagination .page-link {
  display: inline-block;
  padding: 8px 12px;
  min-width: 24px;
  text-align: center;
  color: #374151;              /* text color */
  background: none;         /* bg */
  border: 1px solid #ccc;   /* light border */
  transition: all 0.12s ease;
  text-decoration: none;
  border-radius: 10px;
}

/* hover / focus */
.pagination .page-link:hover,
.pagination .page-link:focus {
  transform: scale(1.1);
  text-decoration: none;
  border:1px solid #c1c1c1;
  background: var(--light-blue);
}

/* active page */
.pagination .active .page-link {
  background: var(--main-blue);
  color: #fff;
  border-color: var(--main-blue);
  font-weight: 600;
  
  transform: none;
}

/* disabled */
.pagination .disabled .page-link {
  color: #9aa3b2;
  background: #f8fafc;
  pointer-events: none;
  border-color: #f1f5f9;
}

/* smaller / compact variant */
.pagination.pagination-sm .page-link {
  padding: 6px 9px;
  font-size: 13px;
  min-width: 34px;
}

/* larger variant */
.pagination.pagination-lg .page-link {
  padding: 10px 14px;
  font-size: 15px;
  min-width: 46px;
}

/* responsive wrap */
@media (max-width: 480px) {
  .pagination {
    gap: 6px;
    font-size: 13px;
  }
  .pagination .page-link { padding: 6px 8px; min-width: 30px; }
}


.search-by-auto .category-inner {
        flex: 0 0 calc(100% - 420px);
}

.no-products-message{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 20px;
    background: #f2f2f2;
}

.no-products-message .npm-image > img{
    width: 200px;
    opacity: .9;
    margin-bottom: 50px;
}

.no-products-message .npm-image span{
    font-size: 20px;
    width:  60%;
    margin: 0 auto;
    text-align: center;
}

.no-products-message .npm-image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.no-products-message .npm-image .htm__content{
    margin: 30px 0;
}

.no-products-message .npm-image .htm__content img{
    width: 50px;
}

.checkout-success .no-products-message{
    margin: 50px 0;
}

.ntt .order-id{
    font-size: 26px;
    color: var(--main-blue);
    font-weight: 500;
}

.ntt p{
    font-size: 18px;
    line-height: 20px;
}

.ntt .order-text{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.more-order-text{
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
}

.no-products-message.ntt .npm-image > img {
    width: 170px;
    opacity: .9;
    margin-bottom: 50px;
}

.category-grid{
    align-items: flex-start;
}

.product-one__name {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: 500;
    min-height: 110px;
}

.cf-block-content.open {
    display: block;
    padding: 5px 25px 20px;
    max-height: 240px;
    overflow-y: auto;
    width: calc(93% - 50px);
}

.cf-block-content.open {
  scrollbar-width: thin;
  scrollbar-color: var(--main-blue) transparent;
}

/* For WebKit browsers */
.cf-block-content.open::-webkit-scrollbar {
  width: 8px;
}

.cf-block-content.open::-webkit-scrollbar-track {
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 4px,
    var(--main-blue) 4px,
    var(--main-blue) 6px
  );
  border-radius: 10px;
}

.cf-block-content.open::-webkit-scrollbar-thumb {
  background-color: var(--main-blue);
  border-radius: 10px;
}


.cf-checkbox.checked .checkbox__item::after {
    content: "";
    position: absolute;
   left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#similar_products .product-one__image figure{
    width: 100%;
    height: 240px;
}

#similar_products .product-one__image figure img{
    width: auto;
    height: auto;
}