@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

/* Overwrite conflicting styles */
section {
    margin: 0 !important;
    padding: 0 !important;
}

.section-wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 64px 32px;
}

.section-wrapper-no-padding {
    padding: 0 32px !important;
}

@media screen and (max-width: 768px) {
    .section-wrapper {
        margin: 0 auto;
        padding: 32px 16px;
    }

    .section-wrapper-no-padding {
        padding: 0 16px !important;
    }
}


/* 
    default traits
*/
[data-bg-color="light-gray"] {
    background-color: #f8f7f5;
}

[data-bg-color="pink"] {
    background-color: #f0c2c2;
}

/* buttons */
.global-button {
    height: 55px;
    border-radius: 0;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .global-button {
        height: 45px;
        font-size: 14px;
    }
}


.global-button:hover {
    background-color: #353333;
    color: #fff;
}


.global-button--secondary {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.global-button--secondary:hover {
    background-color: #f8f7f5;
    color: #000;
}

/* sections */
.builder-section {
    padding: 32px 16px;
    max-width: 1200px;
    margin: 0 auto;
}





/*
    Skeleton loading
*/
.skeleton {
    display: flex;
    flex-direction: column;
    width: var(--f-carousel-slide-width);
    padding: 20px 0;
    max-height: 444.6px;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: var(--f-carousel-dots-height);
    flex: 0 0 auto;
}

.f-carousel__track .skeleton:not(:last-child) {
    margin-right: var(--f-carousel-spacing);
}

.skeletonAnimate {
    background: linear-gradient(90deg, #efefef 15%, #f8f7f5 50%, #efefef 85%);
    background-size: 150% 100%;
    animation: shimmer 2s infinite ease-in-out
}

.skeleton-header-wrapper {
    min-height: 140px;
    width: 100%;
    max-height: 300px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    position: relative;
}

.skeleton-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    max-height: 300px;
    margin: 0 20px;
}

.skeleton-brand,
.skeleton-name,
.skeleton-salePrice,
.skeleton-variants,
.skeleton-stock {
    margin: 0 0 0 20px;
}

.skeleton-variants {
    width: 55%;
    height: 16px;
    border-radius: 4px;
    margin-top: 12px
}

.skeleton-brand {
    width: 40%;
    height: 16px;
    border-radius: 4px;
    margin-top: 12px
}

.skeleton-name {
    width: calc(100% - 40px);
    height: 56px;
    border-radius: 4px;
    margin-top: 12px
}

.skeletonPriceWrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 12px
}

.skeleton-salePrice {
    width: 30%;
    height: 26px;
    margin-right: 6px;
    border-radius: 4px
}

.skeleton-ogPrice {
    width: 30%;
    height: 20px;
    border-radius: 4px
}

.skeleton-stock {
    margin-top: 12px;
    width: 40%;
    height: 20px;
    border-radius: 4px
}

@keyframes shimmer {
    0% {
        background-position: 150% 0
    }

    100% {
        background-position: -150% 0
    }
}


@media only screen and (max-width: 768px) {
    .skeleton {
        padding: 15px 0;
    }

    .skeleton-header-wrapper {
        padding-top: 20px;
        max-height: unset;
        aspect-ratio: 1/1;
    }

    .skeleton-header {
        max-height: unset;
        margin: 0 10px;
    }

    .skeleton-name {
        width: calc(100% - 20px);
    }

    .skeleton-variants {
        margin: 6px 0 0 10px;
    }

    .skeleton-brand {
        margin: 4px 0 0 10px;
    }

    .skeleton-name {
        margin: 8px 0 0 10px;
        height: 50px
    }

    .skeletonPriceWrapper {
        margin: 6px 0 0 10px;
    }

    .skeleton-salePrice {
        margin: 0 4px 0 0;
    }

    .skeleton-stock {
        margin: 6px 0 0 10px;
    }
}

@media only screen and (max-width: 576px) {
    .skeleton {
        padding: 15px 0;
    }

    .skeleton-header-wrapper {
        max-height: unset;
        aspect-ratio: 1/1;
    }

    .skeleton-header {
        max-height: unset;
    }

    .skeleton-name {
        width: calc(100% - 20px);
    }

    .skeleton-variants {
        height: 12px;
        margin: 9px 0 0 10px;
    }

    .skeleton-brand {
        margin: 8px 0 0 10px;
        height: 12px;
    }

    .skeleton-name {
        margin: 8px 0 0 10px;
        height: 26px
    }

    .skeletonPriceWrapper {
        margin: 10px 0 0 10px;
    }

    .skeleton-salePrice {
        height: 20px;
    }

    .skeleton-ogPrice {
        height: 15px;
    }

    .skeleton-stock {
        height: 12px;
        margin: 8px 0 0 10px;
    }
}

/*
    LOADING SPINNER
*/
.loadingSpinnerSVG__tick {
    stroke: #fff;
    stroke-width: 6;
    transition: all 1s;
}

.loadingSpinnerSVG__circle {
    stroke: #fff;
    stroke-width: 6;
    transform-origin: 50px 50px 0;
    transition: all 1s;
}

.loadingSpinnerSVG--progress .loadingSpinnerSVG__tick {
    opacity: 0;
}

.loadingSpinnerSVG--ready .loadingSpinnerSVG__tick {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: loadingSpinnerSVGDrawAnimation 8s ease-out forwards;
}

.loadingSpinnerSVG--progress .loadingSpinnerSVG__circle {
    stroke: #fff;
    stroke-dasharray: 314;
    stroke-dashoffset: 1000;
    animation: loadingSpinnerSVGSpinAnimation 3s linear infinite;
}

.loadingSpinnerSVG--ready .loadingSpinnerSVG__circle {
    stroke-dashoffset: 66;
    stroke: #fff;
}

.loadingSpinnerSVG__circle {
    stroke-dasharray: 500;
}

@keyframes loadingSpinnerSVGSpinAnimation {
    0% {
        transform: rotate(0deg);
        stroke-dashoffset: 66;
    }

    50% {
        transform: rotate(540deg);
        stroke-dashoffset: 314;
    }

    100% {
        transform: rotate(1080deg);
        stroke-dashoffset: 66;
    }
}

@keyframes loadingSpinnerSVGDrawAnimation {
    to {
        stroke-dashoffset: 0;
    }
}

.loadingSpinnerSVG {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 47.9375em) {
    .loadingSpinnerSVG {
        width: 26px;
        height: 26px;
    }
}

/*
    Dual image card
*/
.dualImageInner {
    display: flex;
    flex-direction: column;
}

.dualImage__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}


.dualImage__description {
    font-size: 1rem;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .dualImage__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 500px) {
    .dualImage__description {
        font-size: 0.875rem;
    }
}

/* Cards container */
.dualImage__container {
    margin: 2rem 0 0 0;
    display: flex;
    gap: 1rem;
}

.dualImage__item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dualImage__itemLink {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    width: 100%;
    color: inherit !important;
}

.dualImage__image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 16px;
}

.dualImage__contentTitle {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: inherit;
}

.dualImage__contentText {
    font-size: 1rem;
    margin: 0;
    color: inherit;
}

@media screen and (max-width: 500px) {
    .dualImage__contentText {
        font-size: 0.875rem;
    }

}

.dualImage__readMore {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: underline;
    font-size: 1rem;
}

@media screen and (max-width: 500px) {
    .dualImage__readMore {
        font-size: 0.875rem;
    }
}

.dualImage__readMoreSvg {
    margin-left: 0.5rem;
    width: 20px;
    transition: transform 0.15s ease-in-out;
}

.dualImage__item:hover .dualImage__readMoreSvg {
    transform: translateX(5px)
}

@media screen and (max-width: 768px) {
    .dualImage__contentTitle {
        font-size: 1.1rem;
    }

    .dualImage__container {
        flex-direction: column;
    }

    .dualImage__item {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .dualImage__image {
        height: 250px;
    }
}

/*
    Hero banner
*/
.heroBanner {
    display: grid;
    grid-template-columns: 1fr;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #ffffff;
}

.heroBanner[data-text-transform="uppercase"] {
    text-transform: uppercase;
}

.heroBanner[data-text-placement="inside"] {
    grid-template-columns: 1fr;
}

.heroBanner__imageWrapper {
    grid-area: 1/1;
    width: 100%;
    height: 100%;
    position: relative;
    height: 500px;
}

.heroBanner__imageWrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.heroBanner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroBanner__content {
    grid-area: 1/1;
    justify-self: center;
    align-self: center;
    text-align: center;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 16px;
}

.heroBanner__headliner {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: inherit;
}

.heroBanner__text {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    color: inherit;
}

@media screen and (max-width: 768px) {
    .heroBanner__headliner {
        font-size: 2rem;
    }

    .heroBanner__text {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 500px) {
    .heroBanner__headliner {
        font-size: 1.5rem;
        margin: 0 0 0.25rem 0;
    }

    .heroBanner__text {
        font-size: 1rem;
    }

    .heroBanner {
        height: 400px;
    }

    .heroBanner__imageWrapper {
        height: 400px;
    }
}

/* Traits */
.heroBanner[data-text-placement="left"] .heroBanner__content {
    text-align: left;
    margin-left: 5%;
}

@media screen and (max-width: 500px) {
    .heroBanner[data-text-placement="left"] .heroBanner__content {
        margin-left: unset;
    }
}

/*
    Product showcase
*/
.productShowcase {
    color: #000000;
    background-color: #ffffff;
}

.productShowcaseInner {
    display: flex;
    flex-direction: row;
    min-height: 500px;
}

@media screen and (min-width: 768px) {
    .productShowcase[data-layout="reverse"] .productShowcaseInner {
        flex-direction: row-reverse;
    }

    .productShowcase[data-layout="reverse"] .productShowcaseInner>div:first-of-type {
        margin-right: 0;
        margin-left: 1rem;
    }
}


.productShowcase__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productShowcase__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: inherit;
}

.productShowcase__description {
    font-size: 1rem;
    margin: 0 0 3rem 0;
    color: inherit;
}

.productShowcase__actions {
    display: flex;
}

.productShowcase__actions .productShowcase__button:first-of-type {
    margin-right: 1rem;
}

.productShowcase__button {
    width: 100%;
}

.productShowcase__button[disabled] {
    opacity: 1;
}

.productShowcase__product {
    flex: 1;
}

.productShowcase__productInner {
    display: inline-block;
    max-width: 400px;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.productShowcase__productImage {
    width: 100%;
    height: 100%;
    background-color: #fff;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .productShowcaseInner {
        display: flex;
        flex-direction: column-reverse;
    }

    .productShowcase__product {
        margin-bottom: 1rem;
    }

    .productShowcase__content {
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .productShowcase__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 500px) {
    .productShowcase__productImage {
        padding-bottom: 1rem;
    }

    .productShowcase__description {
        margin: 0 0 2rem 0;
        font-size: 0.875rem;
    }

    .productShowcase__actions {
        display: flex;
        flex-direction: column;
    }

    .productShowcase__actions .productShowcase__button:first-of-type {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/*
    Image columns
*/


@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {}

/*
    Product Carousel
*/
.productCarousel {
    position: relative;
    color: #000;
    padding: 64px 0;
}

.productCarousel__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.productCarousel__description {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
}

@media screen and (max-width: 1500px) {
    .productCarousel__description {
        padding: 0 32px;
    }

    .productCarousel__title {
        padding: 0 32px;
    }
}

@media screen and (max-width: 768px) {

    .productCarousel__title,
    .productCarousel__description {
        padding: 0 16px;
    }

    .productCarousel__title {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 500px) {
    .productCarousel__description {
        font-size: 0.875rem;
    }
}



.productCarousel__carousel {
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0 0 0;
}

.productCarousel__carousel .glider-track .productCard:not(:last-child) {
    margin-right: 1rem;
}

@media (max-width: 768px) {
    .productCarousel {
        padding: 0 30px;
    }
}

article.productCard {
    min-width: 304px;
    max-width: 304px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    transition: z-index .15s cubic-bezier(.645, .045, .355, 1);
    border: 1px solid #DBDBDB;
    overflow: hidden;
}

.wishlistHeart {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 40px;
    position: relative;
    min-width: 40px;
    padding-right: 10px;
    border: none;
    background: none;
}

/* Wishlist Icon */
.wishlistHeart.wishlistHeartAnimate svg {
    animation: wishlist-heart-wiggle 400ms 50ms forwards ease-in-out;
}

.wishlistHeart.wishlistHeartAnimate svg #heart-path {
    animation: wishlist-heart-add 300ms forwards;
}

.wishlistHeart.wishlistHeartActive:not(.wishlistHeart.wishlistHeartAnimate) svg #heart-path {
    stroke: black;
    fill: #000;
    stroke-width: 5;
}

@keyframes wishlist-heart-wiggle {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes wishlist-heart-add {
    0% {
        stroke-width: 5;
    }

    50% {
        stroke-width: 20;
    }

    100% {
        fill: #000;
        stroke-width: 5;
    }
}

.sale-label {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    cursor: default;
}

.product-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 1rem;
}

article.productCard {
    min-width: unset !important;
    max-width: unset !important;
}

@media screen and (max-width:768px) {
    article.productCard {
        padding: 15px 0;
    }
}

.productCard .productImage {
    position: relative;
    margin-top: auto;
}

.productCard .productImage img {
    max-width: 100%;
    max-height: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.productCard .productVariantsLink {
    padding: 5px 20px;
    text-align: start;
    text-decoration: underline;
    cursor: pointer;
    height: 32.4px;
}

.productCard .productVariantsLink[data-hasvariants="False"] {
    cursor: default;
}

.productCard .productVariantsLink:hover {
    color: #b79a51;
    transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .productCard .productVariantsLink {
        padding: 0px 10px;
        height: 20px;
    }
}

.productCard .productInfo {
    text-align: start;
    padding: 5px 20px;
}

@media screen and (max-width:768px) {
    .productCard .productInfo {
        padding: 0px 10px;
    }
}

.productCard .productName a {
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    min-height: 56px;
    display: -webkit-box;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}

.productCard .productBrand {
    text-align: start;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #7D7D7D;
    line-height: 27px;
}

.productCard .productBrand a {
    color: #7D7D7D;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .productCard .productBrand {
        padding: 0px 10px;
        line-height: 22px;
    }
}

.productCard .price {
    justify-content: start;
    padding: 5px 20px;
}

.productCard .price-block {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.productCard .price .price-value {
    font-weight: 600;
    font-size: 1.375rem;
    color: #000;
    display: block;
    line-height: 1;
    margin-right: 0.5rem;
    white-space: nowrap;
}

.productCard .price .price-before {
    font-weight: 300;
    font-size: 1rem;
    text-decoration: line-through;
    color: inherit;
}

.productCard .price .price-before-clean {
    font-weight: 300;
    font-size: 0.6875rem;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .productCard .price {
        padding: 5px 10px;
    }

    .productCard .price .price-value {
        font-weight: 600;
        font-size: 1rem;
        color: #000;
        display: block;
        line-height: 24px;
    }

    .productCard .price .price-before {
        font-weight: 300;
        font-size: 0.6875rem;
        text-decoration: line-through;
        line-height: 15px;
    }
}

article.productCard .stock-message {
    font-size: 1rem;
    line-height: 24px;
    display: flex;
}

article.productCard .stock-message:before {
    content: "•";
    margin-right: 0.5rem;
    font-size: 2rem;
    color: transparent;
    margin-left: -2px;
    margin-top: -1px;
}

article.productCard .stock-message[outOfStock]:before {
    color: #f1bc01;
}

article.productCard .stock-message[inStock]:before {
    color: #309C1D;
}

/* Font Sizes for screen less than 576px */
@media screen and (max-width:576px) {
    .sale-label {
        font-size: 12px;
    }

    .productCard .productVariantsLink {
        font-size: 12px;
    }

    .productCard .productBrand {
        font-size: 12px;
    }

    .productCard .productName a {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
    }

    article.productCard .stock-message {
        font-size: 12px;
        line-height: 15px;
    }
}

/* Fancy Carousel */
/* DD everything is in a table, that fucks with layout */
.CmsPageStyle_Table {
    width: 100%;
    table-layout: fixed;
}



/*
    SplitView
*/
.splitViewInner {
    display: flex;
    column-gap: 1rem;
    width: 100%;
}

.splitView[data-layout="reverse"] .splitViewInner {
    flex-direction: row-reverse;
}

.splitView__image {
    width: 50%;
    margin-right: 1rem;
}

.splitView__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.splitView__contentTitle {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.splitView__contentText {
    font-size: 1rem;
    margin: 0 0 2rem 0;
}

@media screen and (max-width: 500px) {
    .splitView__contentText {
        font-size: 0.875rem;
    }
}


.splitView__contentLink {
    margin: 0;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .splitViewInner {
        flex-direction: column;
        row-gap: 2rem;
    }

    .splitView[data-layout="reverse"] .splitViewInner {
        flex-direction: column;
    }

    .splitView__content {
        text-align: left;
        width: 100%;
    }

    .splitView__image {
        width: 100%;
        height: 450px;
        object-fit: cover;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .splitView__image {
        width: 100%;
        height: 300px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .splitView__contentTitle {
        font-size: 1.25rem;
    }
}

/*
    Text
*/
.textInner {
    display: flex !important;
    flex-direction: column;
    padding: 64px 32px;
}

@media screen and (max-width: 768px) {
    .textInner {
        display: flex;
        flex-direction: column;
        max-width: 1280px;
        margin: 0 auto;
        padding: 32px 16px;
    }
}

.text[data-margin-top="off"] .textInner {
    padding-top: 0 !important;
}

.text[data-margin-bottom="off"] .textInner {
    padding-bottom: 0 !important;
}

.text[data-text-placement="center"] .textInner {
    text-align: center;
    align-items: center;
}

.text__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.text__description {
    font-size: 1rem;
    margin: 0;
}

@media screen and (max-width: 500px) {
    .text__description {
        font-size: 0.875rem;
    }
}

.text__button {
    margin-top: 2rem;
    max-width: fit-content;
}

@media screen and (max-width: 768px) {
    .text__title {
        font-size: 1.25rem;
    }
}

@media(max-width:36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, .25);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25)
    }
}

/*
    Image columns
*/
.imageColumnsInner {
    display: grid;
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.imageColumnsInner>* {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/*
    Cevoid Gallery
*/
.cevoid-gallery-placeholder {
    width: 100%;
    object-fit: cover;
}