.dolli-blocks a{
    -webkit-tap-highlight-color: transparent;
}

.shop-section-header > .wrapper{
    /*max-width: 880px;*/
}

.shop-section-header{
    text-align: center;
    margin-bottom: clamp(50px, 10vw, 90px);
}

.shop-section-header .section-header,
.logo .section-header,
.section-header{
    margin-top: 90px;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 17px;
}

.shop-section-header .logo{
    margin: 30px auto 30px;
    max-width: 380px;
}

.shop-section-header .hero-lead{
    font-size: 14px;
    line-height: 1;
    max-width: 836px;
    margin-inline: auto;
    margin-bottom: clamp(40px, 8vw, 90px);
}

.shop-section-header .hero-lead:has(+ .shop-section--image-grid){
    margin-bottom: clamp(40px, 8vw, 90px);
}

.shop-section{
    text-align: center;
    --whiteSpace : 40px;
    margin-bottom: clamp(50px, 10vw, 90px);
}

.shop-section--lead{
    margin-block: 30px;
    margin-bottom: 90px;
    font-size: 14px;
}

@media (max-width: 720px){
    .shop-section--lead{ padding-inline: 0rem; }

    .shop-section--lead,
    .shop-section,
    .shop-section-header,
    .image-block--triple,
    .image-block--double,
    .shop-section-header .hero-lead{
        margin-bottom: 40px!important;
    }
    .shop-section-header .section-header, .logo .section-header, .section-header{
        margin-top: 40px;
    }

    .shop-section--image-grid .image-block{
        margin-bottom: 40px!important;
    }
}

.shop-section .shop-section--image,
.shop-section .image-block.image-block--wide {
    max-width: 1680px;
    margin-inline: auto;
    max-width: var(--wrapperWidthSm);
    padding-inline: 2rem;
    margin-inline: auto;
}

.image-block{
    --gap: 3rem;
}

.image-block--triple,
.image-block--double{
    display: flex;
    gap: var(--gap);
}

.image-block--triple > *,
.image-block--double > *{
    flex: 1;
    aspect-ratio: 0.81;
}

.image-block--triple{
    --gap: 1rem;
    --extraSpace : 2rem;
    width: calc(100% + 2 * var(--extraSpace));
    margin-left: calc(-1 * var(--extraSpace));
    margin-bottom: clamp(50px, 10vw, 90px);
}

.image-block--double{
    padding-inline: var(--gap);
    margin-bottom: 90px;
}

.image-block--column{
    display: grid;
    grid-template-columns: 27% 73%;
    grid-template-rows: repeat(2, 50%);
    margin: 0 auto clamp(50px, 10vw, 90px);
}

.shop-section--image-grid .image-block--triple {
    --gap: 30px;
    --extraSpace: 0;
    max-width: 1680px;
    margin-inline: auto;
}

.image-block--column.left{
    grid-template-columns: 73% 27%;
}

.image-block--column > div:first-child{
    height: inherit;
}

.image-block--column.left > div:first-child{
    grid-row:  1 / -1;
    grid-column: 1 / 2;
    padding-right: var(--gap);
}

.image-block--column.right > div:first-child{
    grid-row:  1 / -1;
    grid-column: 2 / 3;
    padding-left: var(--gap);
    aspect-ratio: 1;
}

.image-block--column > div:nth-of-type(3){
    padding-top: var(--gap);
}

.image-block > .item{
    position: relative;
}

.image-block--wide .item{
    aspect-ratio: 7/4;
}

.item {
    position: relative;
}

.add-pop-up{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    width: min(280px, calc(100% - 2rem));
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-out;
    z-index: 10;
}

.item:hover .add-pop-up{
    opacity: 1;
    transform: translate(-50%, -50%);
}

@media (max-width: 590px){
    .item:hover .add-pop-up{
        transform: unset;
    }
}

.add-pop-up .top-row{
    display: flex;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    padding: 11px 14px;
    border: 1px solid #93918f;
    gap: 18px;
    align-items: flex-end;
    justify-content: center;
}

.add-pop-up .top-row > *{
    font-size: 12px;
    line-height: 1;
}

.add-pop-up .add{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 28px;
    font-size: 12px;
    border: 1px solid #000;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    .image-block{
        --gap : 2rem;
    }
    .image-block--triple {
        --extraSpace : 1rem;
        --gap: 1rem;
    }
    .shop-section-header .logo{
        width: 280px;
    }
    .shop-section-header .section-header{
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 880px) {
    .image-block{
        --gap : 1rem;
    }
}

@media screen and (max-width: 620px) {
    .image-block{
        --gap : .5rem;
    }

    .image-block--column{
        display: flex;
        flex-direction: row;
        height: auto;
        gap: var(--gap);
        justify-content: space-between;
    }
    .image-block--column > *{
        padding: 0!important;
    }

    .image-block--column.left,
    .image-block--column.right{
        flex-wrap: wrap;
    }

    .image-block--column.left .item:first-child,
    .image-block--column.right .item:first-child{
        flex:0 0 100%;
    }

    .image-block--column.left .item,
    .image-block--column.right .item{
        flex:0 0 48%;
    }
}

@media (max-width: 560px) {
    .image-block--triple .item img {
        max-height: 170px!important;
        min-height: 170px;
    }
    .image-block--double .item img {
        max-height: 300px!important;
        height: 300px!important;
    }
    .image-block--column.left .item img,
    .image-block--column.right .item img {
        max-height: 300px!important;
        height: 300px!important;
    }

    .image-block--column.left .item:first-child img,
    .image-block--column.right .item:first-child img {
        max-height: unset!important;
    }

    .image-block--column.right .item:first-child img {
        height: 100% !important;
    }
}

.image-block--column.left > div:first-child,
.image-block--column.right > div:first-child{
    aspect-ratio: 3/4!important;
}

.item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 590px){
    .image-block.image-block--double{
        padding: 0!important;
    }
    .shop-section--image-grid .image-block--triple{
        flex-direction: row!important;
    }

    .add-pop-up{
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }

    .add-pop-up .top-row,
    .add-pop-up .add{
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        color: #000;
        background: none;
        border: none;
        padding: 0;
        text-align: left;
        display: block;
    }

    .add-pop-up .add{
        margin-top: 6px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 26px;
        font-family: "GothamGreek-Medium" !important;
        display: inline-block;
        padding-bottom: 1px;
        position: relative;
        text-transform: capitalize;
    }

    .add-pop-up .top-row h2{
        font-size: 12px;
        line-height: 16px;
        font-family: 'GothamGreek-Book';
        letter-spacing: 1.5px;
        margin-top: .5rem;
    }

    .layout-type-three_in_a_row .wrapper:nth-of-type(2){
        padding: 0 .32rem;
    }
}

.hero-lead p,
.dolli-blocks .shop-section--header p{
    font-size: 16px!important;
}

/*.dolli-blocks .shop-section--header h2,
.dolli-blocks h2.section-header{
    font-size: 22px!important;
}*/

.hero-lead.after {
    margin-top: -5px!important;
}

.hero-lead.after p{
    font-size: 16px!important;
}

.more-layout h2.section-header{
    margin-top: -10px!important;
}

.shop-section--image-grid .image-block{
    padding: 0!important;
}

/*.layout-2 .item:nth-of-type(2) img,
.layout-2 .item:nth-of-type(3) img{
    object-fit: fill;
}*/
