.fullScreenContainer {
  display: block;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  color: var(--base)
}

.fullImgTitle {
  position: absolute;
  right: 7%;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--base);
  font-size: 20px
}

.fullScreenContainer figure {
  width: 100%
}

.square:hover figure {
  -webkit-filter: brightness(.8);
  filter: brightness(.8)
}

.fullScreenPromo {
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 30px
}

.fullScrenTextContainer {
  position: absolute;
  width: 400px;
  height: 250px;
  background: #fff;
  margin-top: 20vh;
  margin-left: 61%
}

.fullScrenTextTitle {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 45px 30px 15px
}

.seeMoreFullScreen {
  display: flex;
  font-size: 14px
}

.seeMoreFullScreen figure {
  margin-left: 11px
}

.fullScrenText {
  font-weight: 400;
  font-size: 13px;
  padding: 0 30px 25px 30px
}

.seeMoreFullScreen {
  color: #bb9447;
  font-weight: 700;
  font-size: 16px;
  padding: 0 30px;
  padding-left: 19px
}

.imageGroup {
  float: left;
  position: relative;
  width: calc(calc(95% / 4) - 18px);
  overflow: hidden;
  margin: 4.5vw 12px 2.5vw;
  opacity: 0
}

.imageGroup:nth-of-type(1) {
  margin-left: 2.5%
}

.imageGroup:nth-of-type(4) {
  margin-right: 2.5%
}

.square {
  margin-top: 2.5vw;
  width: calc(100% / 2 - 2.5% - 10px);
  position: relative;
  overflow: hidden;
  float: left;
  opacity: 0
}

.square:nth-of-type(3n+0) {
  margin: 10px 2.5% 0 10px
}

.square:nth-of-type(odd) {
  margin: 2.5vw 20px 4vw 2.5%
}

.imageGroup img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s
}

.textGroupContainer {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column
}

.square .textGroupContainer {
  position: absolute;
  top: 0;
  padding: 35px;
  justify-content: end;
  box-sizing: border-box
}

.imageGroup .textGroupContainer {
  display: flex;
  d
}

.square .textGroupContainer: hover .groupItemTitle,
.square .textGroupContainer:hover :not(.groupItemTitle) {
  opacity: 1
}

p.btn-2.tr-3:hover {
  text-decoration: unset;
  /* text-underline-offset: 5px; */
}

.seeMoreFullScreen figure img {
  width: 100px
}

.textGroupContainer .groupItemTitle {
  color: var(--base);
  font-size: 15px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 500
}

.square a,
.square img,
.square figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1
}

.square .groupItemTitle {
  color: var(--secondary);
  opacity: 0;
  font-size: 28px;
  letter-spacing: 1px;
}

.imageGroup a,
.imageGroup img,
.imageGroup figure {
  display: block;
  width: 100%;
  overflow: hidden;
}

.imageGroup .textGroupContainer .btn-2.tr-3 {
  display: none
}

.imageGroup:hover .groupItemTitle {}

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  color: var(--add-to-cart-btn-font);
  text-transform: uppercase;
  font-size: 13px;
  /* text-decoration: underline; */
  /* text-underline-offset: 7px; */
}

.textGroupContainer p:not(.groupItemTitle)::before {
  bottom: -3px;
  background: white;
}

.square:hover .textGroupContainer p:not(.groupItemTitle) {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(.23, 1, .32, 1) 0.3s both;
  animation: fade-in-bottom 0.8s cubic-bezier(.23, 1, .32, 1) 0.3s both;
}

.square:nth-of-type(odd).onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.square:nth-of-type(even).onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.imageGroup:nth-of-type(1).onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.imageGroup:nth-of-type(2).onViewport,
.imageGroup:nth-of-type(3).onViewport {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-top 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.imageGroup:nth-of-type(4).onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

figure.imageGroup a {
  overflow: hidden
}

.imageGroup:hover img {
  transform: scale(1.1)
}

figure.imageGroup:hover .groupItemTitle,
figure.imageGroup:hover .btn-2.tr-3 {
  opacity: 1;
}

.imageGroup .groupItemTitle {
  letter-spacing: 2px;
  font-weight: 100;
  cursor: pointer;
  position: relative;
}

.imageGroup .groupItemTitle::before {
  margin-top: 17px;
}

.imageGroup:hover .groupItemTitle {
  font-weight: 600;
}

.square:hover .groupItemTitle {
  -webkit-animation: fade-in-top 0.3s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-top 0.3s cubic-bezier(.39, .575, .565, 1) both
}

.textSquareGroupContainer {
  position: relative;
  color: var(--base);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  height: 6rem
}

.textSquareGroupContainer .groupItemTitle {
  opacity: 1;
  font-size: var(--add-to-cart-btn-font-size);
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0
}

.textSquareGroupContainer .btn-2 {
  opacity: 1;
  color: var(--base);
  font-size: var(--menu-font-size);
  line-height: 14px;
  position: relative;
  width: auto;
  text-align: center;
  aspect-ratio: unset;
  padding: 10px 15px
}

@media screen and (max-width: 1100px) {
  .promoColumnImage {
    width: 100%;
    height: 114vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 30px
  }

  .imageGroup:nth-of-type(4).onViewport {
    margin-bottom: 15px;
  }

  .square .textGroupContainer {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
  }

  .textGroupContainer {
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .imageGroup:last-of-type {
    margin-bottom: 55px
  }

  .textGroupContainer .groupItemTitle {
    color: #fff;
    opacity: 1;
    margin: 0px;
    text-align: left;
    font-size: 21px;
  }

  .imageGroup .textGroupContainer {
    position: relative;
    top: unset;
    align-items: baseline;
    margin: 20px 0px;
  }

  .imageGroup .groupItemTitle.lineEffectCenter {
    color: black;
    font-size: 15px;
    font-weight: 600;
  }

  .fullScrenTextContainer {
    width: 90%;
    margin-left: 5%;
    margin-top: 25vh
  }

  .fullScrenTextTitle {
    font-size: 23px
  }

  .promoWideImage {
    width: 100%;
    margin-bottom: 30px
  }

  .imageGroupContainer {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px
  }

  .fullScreenPromo {
    margin-left: 0%;
    width: 100%;
    margin-top: 0
  }

  .fullImgTitle {
    right: unset
  }

  .square {
    width: 92%;
    margin: 4% auto;
    float: unset
  }

  .square:nth-of-type(3n-2),
  .square:nth-of-type(3n+0) {
    margin: 4% auto 0
  }

  .square figure {
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
  }

  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    font-size: 13px;
    margin-top: 13px;
  }

  .square:hover .textGroupContainer p:not(.groupItemTitle) {
    animation: none
  }

  .imageGroup,
  .imageGroup:nth-of-type(odd) {
    width: 92%;
    margin-left: 4%;
    margin-bottom: 0
  }

  .groupItemTitle {
    opacity: 1;
  }

  .square:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none
  }
}