.fullScreenContainer {
    display: none;
    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;
}

.btn-2.tr-3.lineEffectCenter::before {
    margin-top: 30px;
}

.twoImageGroup .btn-2.tr-3.lineEffectCenter::before {
    bottom: 7px;
}

.fullScreenContainer figure {
    width: 100%;
}

.twoImageGroup:hover figure {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.4);
}

.fullScreenPromo {
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 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: 0.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: 33%;
    overflow: hidden;
    opacity: 0;
}

.imageGroup:nth-of-type(1) {
}

.imageGroup:nth-of-type(3) {
}

.twoImageGroup {
    width: calc(92% / 2 - 10px);
    position: relative;
    overflow: hidden;
    float: left;
    /* opacity: 1; */
    border-radius: 16px;
}

.twoImageGroup:nth-of-type(3n + 0) {
    margin: 0px 0px 0 11px;
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.twoImageGroup:nth-of-type(odd) {
    margin-left: 4%;
    margin-right: 20px;
}

.twoImageGroup:nth-of-type(4n-0) {
    margin: 20px 0px 5rem;
    width: calc(100% / 3);
    background: black;
}

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

.groupItemTitle {
    font-size: 32px;
    position: absolute;
    opacity: 0;
    text-transform: uppercase;
}

.imageGroup .textGroupContainer {
    position: relative;
}

.textGroupContainer {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* display: none; */
}

.textGroupContainer p:last-child:hover {
    background-color: var(--fourth);
    color: white;
}

.seeMoreFullScreen figure img {
    width: 100px;
}

.textGroupContainer .groupItemTitle {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

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

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

.twoImageGroup:hover figure,
.imageGroup:hover figure {
    /* -webkit-filter: brightness(.9); */
    /* filter: brightness(.6); */
}

.textGroupContainer p:not(.groupItemTitle) {
    /* opacity: 0; */
    /* padding: 0 15px; */
    /* margin-top: 60px; */
    /* position: absolute; */
}

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

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

.twoImageGroup:nth-of-type(1).onViewport {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.twoImageGroup:nth-of-type(even).onViewport {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

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

.imageGroup:nth-of-type(2).onViewport {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.imageGroup:nth-of-type(3).onViewport {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

figure.imageGroup a {
    overflow: hidden;
}

figure.imageGroup .btn-2.tr-3 {
    opacity: 0;
    position: relative;
    bottom: unset;
    margin-top: 10px;
}

.btn-2.tr-3 {
    aspect-ratio: unset;
    opacity: 0;
    height: 35px;
    line-height: 35px;
    margin: 0 15px;
    font-weight: 600;
    position: absolute;
    font-size: 14px;
    bottom: 37%;
    width: fit-content;
    background: white;
    color: var(--fourth);
    /* border: 1px solid var(--fourth); */
    padding: 0px 30px;
    border-radius: 100px;
}

figure.imageGroup:hover .btn-2.tr-3:hover {
    background-color: var(--fourth);
    color: white;
}

figure.imageGroup:hover .btn-2 {
    opacity: 1;
}

.twoImageGroup:hover .groupItemTitle {
    -webkit-animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.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;
    }
    figure.imageGroup .btn-2.tr-3 {
        color: white;
        opacity: 1;
        display: flex;
        bottom: unset;
        background: var(--fourth);
        align-items: center;
    }

    .twoImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
        animation: unset;
    }

    .imageGroup .textGroupContainer {
        position: absolute;
        top: unset;
        height: auto;
        bottom: 20px;
    }

    figure.imageGroup {
        padding-bottom: 30px;
    }
    a.btn-2.tr-3 {
        opacity: 1;
        font-size: 13px;
        line-height: normal;
        margin-top: 48px;
    }

    .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: 10px;
    }

    .fullImgTitle {
        right: unset;
    }

    .fullScreenContainer {
        display: block;
    }

    .twoImageGroup {
        width: 100%;
        margin: 4% auto;
        float: unset;
        margin-top: 0px;
    }

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

    .twoImageGroup figure {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
    }

    .textGroupContainer p:not(.groupItemTitle) {
        margin-top: 0;
        opacity: 1;
        top: unset;
        position: absolute;
        padding: 2px 18px;
        font-size: 14px;
        text-underline-offset: 4px;
        height: 33px;
        line-height: 33px;
    }
    .textGroupContainer p:last-child:hover {
        color: var(--fourth);
        background-color: white;
    }
    a .twoImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
        animation: none;
    }

    .imageGroup,
    .imageGroup:nth-of-type(odd) {
        width: 100%;
        margin-bottom: 4vw;
        margin-top: 0;
        /* display: none; */
    }

    .textGroupContainer .groupItemTitle {
        opacity: 1;
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 9px;
        /* display: none; */
    }

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

    .btn-2.tr-3 {
        bottom: 240px;
    }
}

@media screen and (max-width: 768px) {
    .twoImageGroup {
        width: 88%;
        aspect-ratio: 339 / 410;
        border-radius: unset
    }

    .twoImageGroup:nth-of-type(3n-2) {
       margin-bottom: 25px;     
    }

    .btn-2.tr-3 {
        bottom: 30px;
    }
}