@media (min-width: 1200px) {
	.gift-category-items{
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.gift-category-items {
		grid-template-columns: repeat(4, 1fr);
	 }
}
@media (min-width: 992px) {
	.gift-product-items{
		grid-template-columns: repeat(4, 1fr);
	}
	.gift-page{
		margin-top:48px;
		margin-bottom:64px;
	}
	.gift-product-items{
		gap:24px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.gift-category-items {
		grid-template-columns: repeat(4, 1fr);
	 }
	.gift-product-items{
		grid-template-columns: repeat(3, 1fr);
	}
	 .gift-home-body {
        padding-left: 32px!important;
		padding-right: 32px!important;
	}
	.gift-product-items{
		gap:16px;
	}
}
@media (min-width:580px) and (max-width: 768px){
	.gift-category-items {
		grid-template-columns: repeat(3, 1fr);
	 }
	.gift-product-items{
		grid-template-columns: repeat(3, 1fr);
	}
	 .gift-home-body {
        padding-left: 32px!important;
		padding-right: 32px!important;
	}
	.gift-product-items{
		gap:16px;
	}
	
}
@media (min-width: 768px) {
	.gift-page h1{
		font-size:36px;
		line-height:40px;
		margin-bottom:24px;
	}
	.gift-page .heading-h2{
		font-size:24px;
		line-height:24px;
	}
	
}
@media (max-width: 768px) {

	.gift-cart-right{
		gap:8px;
	}
	.gift-cart-body .gift-more-add,
	.gift-cart-body .gift-more{
		font-size:14px!important;
	}
	.gift-home-step.has-arrow{
		max-width: 20px;
        min-width: 20px;
        position: relative;
        overflow: hidden;
        height: 28px;
	}
	.gift-home-steps{
		gap:8px;
	}
	.gift-home-step.has-arrow img{
		position: absolute;
        height: 28px;
        right: 0;
        top: 0;
	}
	.gift-cart-top {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
	.gift-cart-top>div{
		width:100%;
		padding-top:8px;
		padding-bottom:8px;
		justify-content: space-between;
	}
	.gift-cart-top-right .black-btn40,
	.gift-cart-top-right .purple-btn40 {
		min-width: 50%;
	}
	.gift-cart-btn .purple-border-btn40{
		min-width:100%;
	}
	.gift-page h1 {
        font-size: 28px!important;
        line-height: 120%!important;
    }
	.gift-page .heading-h2 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 580px) {
	/* gift all */
	.gift-step-line{
		min-width:12px;
	}
	.gift-step-title{
		margin-top: 16px;
        margin-bottom: 24px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
	}
	/* gift all */
	/* step 0 */
	.gift-home-top{
		font-size:24px;
	}
	.gift-home-body{
		padding:32px 56px;
		gap:32px;
	}
	.gift-home-step{
		flex:1;
		max-width:96px;
	}
	
	.gift-home-more{
		margin-top:56px;
	}
	.gift-home-bottom{
		gap:32px;
	}
	.gift-home-bottom-more{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap: 20px;
	}
	/* step 0 */
	/* step 1 */
	.gift-step-nav{
		height:40px;
	}
	.gift-step-nav b{
		width:24px;
		min-width:24px;
		height:24px;
		font-size:12px;
	}
	
	/* step 1 */
	
	.gift-category-items{
		gap:8px; 
		margin-bottom: 56px;
	}
	.gift-cart-clear{
		width:32px;
		height:32px;
		min-width:32px;
	}
	.item-price,
	.gift-cart-name{
		font-size:16px;
	}
	.gift-cart-top{
		padding-top:14px;
		padding-bottom:14px;
	}
	.gift-cart-body{
		margin-top:64px;
	}
}
@media (max-width: 580px) {
	.gift-category-items {
        grid-template-columns: repeat(2, 1fr);
		gap:4px;
    }
	.gift-step-title{
		flex-direction: column;
        gap: 16px;
        display: flex;
	}
	.select-category ul{
		min-width:100%!important;
	}
	/* gift all */
	.gift-page h1{
		font-size:28px;
		line-height:120%;
		margin-bottom:16px;
	}
	.gift-page .heading-h2{
		font-size:20px;
		line-height:20px;
	}
	.gift-step-title{
		margin-top:8px;
		margin-bottom:15px;
	}
	/* gift all */
	
	
	.gift-home-top{
		font-size:20px;
	}
	.gift-home-body{
		padding:24px 20px;
		gap:32px;
	}
	.gift-home-more{
		margin-top:48px;
	}
	.gift-home-bottom{
		gap:20px;
		
	}
	.gift-step-nav{
		height:40px;
		padding: 0 12px 0 6px;
		min-width: 100px;
		font-size: 11px;
	}
	.gift-step-nav b{
		width:20px;
		min-width:20px;
		height:20px;
		font-size:10px;
	}
	.gift-category-items{
		gap:4px;
	}
	.gift-cart-clear{
		width:24px;
		height:24px;
		min-width:24px;
	}
	.item-price,
	.gift-cart-name{
		font-size:14px;
	}
	.gift-cart-body{
		margin-top:48px;
	}
	
	.gift-product-items{
		grid-template-columns: repeat(2, 1fr);
        row-gap: 8px;
        column-gap: 3px;
	}
	.gift-final-cart{
		padding:16px!important;
	}
	.gift-home-bottom-more{
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.gift-home-bottom-more-left {
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}
	.gift-final-total,
	.gift-final-cols{
		font-size: 14px!important;
	}
	.gift-final-cols .gift-final-descr{
		font-size: 16px!important;
	}
	.gift-final__quantity button {
		width: 28px!important;
		height: 28px!important;
		min-width: 28px!important;
		border-radius:8px!important;
	}
	.gift-final__quantity input {
		min-width:36px!important;
	}
	.gift-step-line{
		max-width:8px;
	}
	.gift-home-step-name{
		white-space: normal;
	}
}