.featured-container {
  width: 100%;
  max-width: 1120px;
  z-index: 9;
}
.featured-container-gif {
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  opacity: 0.8;
  filter: blur(3px);
}

h3.product-name {
  display:none;
  font-family: 'Foundry Tiento';
  border-bottom: 1px solid black;
  position: sticky;
  background: white;
  padding: 3px 23px;
  border-radius: 24px;
  z-index: 115;
}
h4.product-price {
  font-family: 'Foundry Tiento';
  line-height: 17px;
  font-size: 17px;
  padding: 10px 0 0 0;
}
.collection-name-holder {
  font-size: 27px;
  line-height: 31px;
  width: 100%;
  z-index: 100;
}


.home-container {
  background: white;
  z-index: 10;
  position: relative;
  box-shadow: 0px -20px 20px 20px white;
}
@media (max-width:868px){
  .home-container {
    margin-top: 0;
}
}
@media (min-width:868px) and (max-width:1200px){
  .home-container {
    margin-top: 430px;
}
.featured-container{
  height: 430px;
}
}
@media (min-width:1200px){
  .home-container {
    margin-top:400px;
}
.featured-container{
  height: 400px;
}
}
@media (min-width: 868px){
  .featured-container {
    position: fixed;
  }
}


.home-grid {
  border-top: 1px solid black;
  border-right: 4px solid black;
  border-left: 4px solid black;
  border-bottom: 1px solid black;
  display: grid;
  list-style: none;
  grid-gap:10px;
  line-height: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense;
  padding: 0;
}

.home-grid li.variation-item {
  text-align: center;
  position: relative;
}


.collection-name-holder h4 {
  display:none;
  font-family: 'Foundry Tiento';
  padding: 0 10px;
}

.home-collection-addition {
  margin: 0;
  text-align: center;
  border-right: 4px solid black;
  border-bottom: 1px solid black;
  border-left: 4px solid black;
}
.home-collection-addition ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
  line-height: 0;
  background: black;
}
.home-collection-addition ul li.child.research-block{
  background: url(/assets/temp_imgs/nathalie-du-pasquier.jpg);
}
.home-collection-addition ul li.child.process-block{
  background: url(/assets/temp_imgs/sanding.jpg);
}
.home-collection-addition ul li.child.process-block, .home-collection-addition ul li.child.research-block {
  height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
li.child h3 {
  font-family: 'Bordeaux Script';
  font-size: 88px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  background: white;
  width: fit-content;
  margin: auto;
  padding: 66px 20px 26px 10px;
}

.home-grid figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-align: center;
  background: rgba(0, 0, 0, .5);
}

@media screen and (min-width: 45em) {

  .home-grid li {
    grid-column-start: span var(--cols);
    grid-row-start: span var(--rows);
  }

}

@media (min-width:900px){

  }
}