@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);
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.gift-product-items{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 768px) {
	/* gift all */
	.gift-page h1{
		font-size:36px;
		line-height:40px;
		margin-bottom:24px;
	}
	.gift-page .heading-h2{
		font-size:24px;
		line-height:24px;
	}
	.gift-step-title{
		margin-top:16px;
		margin-bottom:24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
	}
	/* 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;
	}
	/* step 0 */
	/* step 1 */
	.gift-step-nav{
		height:40px;
		min-width:132px;
	}
	.gift-step-nav b{
		width:24px;
		min-width:24px;
		height:24px;
		font-size:12px;
	}
	.gift-step-nav{
		padding-left:24.5px;
	}
	/* step 1 */
	
	.gift-category-items{
		gap:8px;
	}
	.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: 767px) {
	/* 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;
		min-width:132px;
	}
	.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);
	}
}