.gift-category-links .gift-category-link{
  font-size:12px;
  line-height:32px;
  margin-right:12px;
}

.gift-category-container{
  margin:24px 0 0 0;
}
.gift-category-container:not(:first-child){
  margin-top:75px;
}
.gift-category-container .gift-subcategory-title{
  text-decoration:none;
}
.gift-category-container .gift-subcategory-title h2{
  font-size:18px;
  line-height:29px;
  color:#0B4947;
}
.gift-category-container .products-items{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  display:grid;
  gap:8px;
}
.gift-category-container .products-items li .product-item-info{
  padding:0;
  background:transparent;
}
.gift-category-container .products-items li .product-item-info .product-item-image-container{
  width:100%;
  overflow:hidden;
  position:relative;
}
.gift-category-container .products-items li .product-item-info .product-item-image-container .product-item-image{
  display:block;
  width:auto;
  height:auto;
  min-width:100%;
  max-width:100%;
}
.gift-category-container .products-items li .product-item-info .product-item-details{
  padding:5px 10px;
  text-align:center;
}
.gift-category-container .products-items li .product-item-info .product-item-details .product-short-desc{
  font-weight:normal;
  font-size:14px;
  line-height:20px;
  opacity:1;
  height:-moz-min-content;
  height:min-content;
}
.gift-category-container .products-items li .product-item-info .product-item-details .product-short-desc > *{
  font-size:14px;
  line-height:20px;
  display:inline;
}

@media only screen and (min-width: 768px){
  .gift-category-container .products-items{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1024px){
  .gift-category-container .products-items{
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
}
