section.products .heading h1 {
    font-weight: 300;
    text-transform: none !important;
    /* font-family: 'Cinzel'; */
    font-size: 250% !important;
    text-align: center;
    padding: 5rem 0 1rem !important;
}

section.products .product-group-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 10vw;
}

section.products .product-sheet {
    margin: 3rem 0;
    position: relative;
}

section.products .product-sheet a {
  text-decoration: none;
  display: grid;
  min-height: 30rem;
  align-content: space-between;
}

section.products .product-sheet div.background {
    width: 16rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    opacity: 0.30;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
/*
section.products .product-sheet div.background::after {
    content: "";
    display: block;
    position: absolute;
    width: 16rem;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
*/
section.products .product-sheet h2 {
    /* font-family: 'Asterina'; */
    /* font-size: 12px; */
    /* font-weight: 100; */
    /* text-align: left; */
    line-height: 2rem;
    color: #000000;
    /* margin: 2rem 0; */
    font-weight: 100;
    font-size: 90%;
    display: block;
    padding: 0 0 15px 15px;
    white-space: nowrap;
    border-bottom: 4px solid #f2f2f2;
    /* border-left: 6px solid #f2f2f2; */
    /* z-index: 1; */
    position: relative;
    height: min-content;
    box-shadow: 0px 2px 0 0 #ffffff;
    background-color: #ffffffb0;
    left: calc(var(--bs-gutter-x) * -.5);
    width: calc(100% + var(--bs-gutter-x));
    transition: border-bottom 2s ease;
}

section.products .product-sheet h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  transition: width 1s ease;
}

section.products .product-sheet.smart-cabana h2::after {
  background: linear-gradient(to right, #d1a34e 50%, transparent 100%);
}

section.products .product-sheet.cabana h2::after {
  background: linear-gradient(to right, #708039 50%, transparent 100%);
}

section.products .product-sheet.smart-double-sun-lounger-exclusive h2::after {
  background: linear-gradient(to right, #59688c 50%, transparent 100%);
}

section.products .product-sheet.smart-double-sun-lounger-modern h2::after {
  background: linear-gradient(to right, #59688c 50%, transparent 100%);
}

section.products .product-sheet.double-sun-lounger h2::after {
  background: linear-gradient(to right, #fdce60 50%, transparent 100%);
}

section.products .product-sheet.single-sun-lounger h2::after {
  background: linear-gradient(to right, #637330 50%, transparent 100%);
}

section.products .product-sheet:hover h2::after {
  width: 70%;
}


section.products .product-sheet h2 strong {
    /* font-size: 2rem; */
    /* font-weight: 600; */
    color: inherit;
    /* white-space: nowrap; */
    display: block;
    /* margin: 0; */
    /* padding: 0; */
    line-height: 1rem;
    /* font-family: 'Asterina'; */
    font-weight: 400;
    font-size: 190%;
    text-transform: uppercase;
}

section.products .product-sheet h2 .style-type {
    font-family: 'StephenGillionRegular';
    font-size: 4em;
    position: absolute;
    right: 0;
    bottom: -1rem;
    text-shadow: 1px 1px #ffffff;
}

section.products .product-sheet picture img {
    display: block;
    width: 70%;
    height: auto;
    margin: auto 0 1rem auto;
    position: relative;
}

section.products .product-sheet.double-sun-lounger picture img {
    width: 75%;
}

@media (max-width: 991px) {

  section.products .heading h1 {
      padding: 3vh 10vw 1vh !important;
  }

  section.products .product-group-wrapper {
      grid-template-columns: 1fr;
      column-gap: 10vw;
  }

  section.products .product-sheet {
      margin: 1rem 0;
      position: relative;
  }

  section.products .product-sheet a {
    text-decoration: none;
    display: grid;
    min-height: 27rem;
    align-content: space-between;
  }

  section.products .product-sheet picture img {
      width: 90% !important;
  }

  section.products .product-sheet div.background {
      width: 12rem;
      opacity: 0.5;
  }


}
