.template__products {
  row-gap: 104px;
  padding-bottom: 128px; }
  .template__products .page-title {
    grid-column: 1/-1;
    padding-top: var(--top);
    padding-bottom: 28px;
    margin-bottom: -104px; }
  .template__products .product:nth-of-type(1) {
    grid-column: span 8; }
  .template__products .product:nth-of-type(2) {
    grid-column: 15 / 19; }
  .template__products .product:nth-of-type(3) {
    grid-column: 19 / span 4; }
  .template__products .product:nth-of-type(4) {
    grid-column: 8 / span 5; }
  .template__products .product:nth-of-type(5) {
    grid-column: 15 / span 8; }
  .template__products .product:nth-of-type(6) {
    grid-column: span 6; }
  .template__products .product:nth-of-type(7) {
    grid-column: span 6; }
  .template__products .product:nth-of-type(8) {
    grid-column: span 6; }
  .template__products .product:nth-of-type(9) {
    grid-column: 4 / span 8; }
  .template__products .product:nth-of-type(10) {
    grid-column: 19 /-1; }
  .template__products .product .image-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4; }
    .template__products .product .image-holder .aspectholder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .template__products .product .image-holder .aspectholder img {
        height: 100%;
        width: 100%; }
    .template__products .product .image-holder :nth-child(2) {
      transition: all .1s ease-in-out; }
  .template__products .product h3 {
    padding-top: 16px; }
  .template__products .product .sub {
    opacity: 0;
    transition: all .1s ease-in-out; }
  .template__products .product:hover .sub {
    opacity: 1; }
  .template__products .product:hover .image-holder :nth-child(2) {
    opacity: 0; }
  @media (max-width: 960px) {
    .template__products {
      row-gap: 60px; }
      .template__products .page-title {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0; }
      .template__products .product {
        grid-column: span 6; }
      .template__products .product:nth-of-type(1) {
        grid-column: span 11; }
      .template__products .product:nth-of-type(2) {
        grid-column: 1 / span 6; }
      .template__products .product:nth-of-type(3) {
        grid-column: 7 / span 6; }
      .template__products .product:nth-of-type(4) {
        grid-column: 1 / span 7; }
      .template__products .product:nth-of-type(5) {
        grid-column: 8 / span 5; }
      .template__products .product:nth-of-type(6) {
        grid-column: span 6; }
      .template__products .product:nth-of-type(7) {
        grid-column: span 6; }
      .template__products .product:nth-of-type(8) {
        grid-column: span 6; }
      .template__products .product:nth-of-type(9) {
        grid-column: 4 / span 9; }
      .template__products .product:nth-of-type(10) {
        grid-column: span 12; } }
