body:has(.shop-section-header){
    padding-top: 60px;
}

a{
    -webkit-tap-highlight-color: transparent;
}

.shop-section > .wrapper,
.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;
}

.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 .logo{
    width: 180px;
    margin: 90px auto 30px;
    position: relative;
}
.shop-section .logo::after{
    content: "X";
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
}


.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;
    }
}


/* image blocks */
.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-columns: 35% 65%;*/
    grid-template-rows: repeat(2, 50%);
    /* height: max(550px, calc(100dvh - 200px)); */
    margin: 0 auto clamp(50px, 10vw, 90px);
    /*max-width: 880px;*/
}
.shop-section--image-grid .image-block--triple {
    --gap: 30px;
    --extraSpace: 0;
    max-width: 1680px;
    margin-inline: auto;
}
.image-block--column.left{
    /*grid-template-columns: 65% 35%;*/
    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(2){
    /* padding-bottom: calc(var(--gap) / 2); */
    /*aspect-ratio: 0.81;*/
    
}
.image-block--column > div:nth-of-type(3){
    padding-top: var(--gap);
    /*aspect-ratio: 0.81;*/
   
}

.image-block > .item{
    position: relative;
}

.image-block--wide .item{
    aspect-ratio: 7/4;
}

/* add to basket  pop  up*/
.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: space-between;
}

.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;;
}

@media screen and (max-width: 1000px) { 
    .shop-section{
        --whiteSpace : 2rem;
    }
    .image-block{
        --gap : 2rem;
    }
    .image-block--triple {
        --extraSpace : 1rem;
        --gap: 1rem;
    }
    .image-block--column{
        /*grid-template-columns: 40% 60%;*/
    }
    .image-block--column.left{
        /*grid-template-columns: 60% 40%;*/
    }
    .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;
    }
    
}

@media screen and (max-width: 620px) { 
    .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%;
    }
}


/* product */

.product{
    padding-top: clamp(80px, 10vw, 160px);
    overflow: hidden;
}

.product .wrapper{
    max-width: 1000px;
}

.product-more{
    margin-bottom: 50px;
}
.product-more h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}
.product-more .list{
    gap: 1rem;
    justify-content: center;
}

.product-more .more-item{
    flex: 1;
    aspect-ratio: 1;
    position: relative;
    max-width: 320px;
}

.product-grid{
    display: flex;
    margin-bottom: clamp(80px, 14vw, 250px);
    justify-content: space-between;
}

.product-gallery{
    max-width: 600px;
    width: 100%;
    flex-shrink: 0;
}
.product-gallery > div::after,
.product-gallery > div::before{
    content: "";
    width: 2rem;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
}

.product-gallery > div::after{
    right: 0;
}
.product-gallery > div::before{
    left: 0;
}

.product-gallery > div{
    padding-inline: 2rem;
    position: relative;
}

.product-gallery .main-image{
    margin-bottom: 16px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    color: #000;
}

.product .swiper-button-next:after, 
.product .swiper-rtl .swiper-button-prev:after{
    content: ">";
    z-index: 10;
}
.product .swiper-button-prev:after, 
.product .swiper-rtl .swiper-button-next:after{
    content: "<";
    z-index: 10;
}
.product .swiper-button-prev:after, .product .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 60%;
    width: 10px;
    border-top: 1px solid #000;
    transition: all .3s;
    transform-origin: center;
    z-index: 10;
    transform: rotate(45deg);
}
.product .swiper-button-next:before, .product .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 76%;
    width: 10px;
    border-top: 1px solid #000;
    transition: all .3s;
    transform-origin: center;
    transform: rotate(-45deg);
}
.productThumbs .swiper-button-next:before {
   content: "";
   top: 55%;
}
.productThumbs .swiper-button-next:after {
   content: "";
   top: 40%;
}
.productThumbs .swiper-button-prev:before {
   content: "";
   top: 55%;
}
.productThumbs .swiper-button-prev:after {
   content: "";
   top: 40%;
}
.product .swiper-button-next:before {
    /*transform: rotate(45deg);*/
}
.product .swiper-button-prev:before {
    transform: rotate(45deg);
}
.product .swiper-button-prev:after {
    transform: rotate(-45deg);
}
.product .swiper-button-next, 
.product .swiper-rtl .swiper-button-prev{
    right: .5rem;
}
.product .swiper-button-prev, 
.product .swiper-rtl .swiper-button-next{
    left: .5rem;
}

.product .swiper-button-next:after, 
.product .swiper-button-prev:after{
    font-size: 12px;
}

.productThumbs .swiper-slide{
    padding-bottom: 4px;
}
.productThumbs .swiper-slide-thumb-active{
    border-bottom: 1px solid #c1c1c1;
}

.product .add-btn{
    background-color: #000;
    color: #fff;
    display: grid;
    place-content: center;
    padding: 0.5rem .925rem;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.product-info{
    max-width: 300px;
    width: 100%;
}

.product-info .title{
    font-size: 24px;
    margin-bottom:.5rem;
}
.product .description{
    font-size: 16px;
    opacity: .5;
    margin-bottom: 1rem;
    font-family: "GothamGreek-Book";
}

.product-info .price{
    font-size: 20px;
    margin-bottom:1rem;
}
.product .price span{
    display: block;
    font-size: 14px;
    opacity: .5;
    font-family: "GothamGreek-Book";
    margin-top: .5rem;
}
.product .price::before{
    content: "€";
}

.product .line-text{
    font-size: 12px;
    margin-bottom: .5rem;
    font-family: "GothamGreek-Book";
}
.product .line-text span{
    font-family: "GothamGreek-Medium";
}

.product .colors{
    gap: .5rem;
    margin-bottom: 20px;
}

.product .colors li{
    width: 1.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.product .colors li.on{
    border:1px solid #000;
}

.product .colors li::before{
    content: "";
    width: calc(100% - 4px);
    aspect-ratio: 1;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background-color: var(--hex);
}

.product .sizes{
    margin-bottom: 1rem;
}

.product .details-size-options{
    margin-top: .5rem;
}

.product .size-option{
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: .5rem;
    cursor: pointer;
}
.product .size-option.on{
    border:1px solid #000;
}
.product .size-name{
    font-size: 12px;
}
.product .size-price{
    font-size: 14px;
}

.product .info{
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin-top: 2rem;
}
.product .info details{
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding-block: .5rem;
    cursor: pointer;
}
.product .info .details-text{
    margin-top: .5rem;
    font-size: 12px;
    padding-right: 4rem;
    text-wrap: pretty;
    font-family: "GothamGreek-Book";
}

.product summary {
    list-style: none; 
    position: relative; 
    padding-right: 25px;
    --arrow: 5px;
    font-size: 12px;
}

.product summary::after,
.product summary::before {
    content: "";
    position: absolute;
    top: 60%;
    width: var(--arrow);
    border-top: 1px solid #000;
    transition: all .3s;
    transform-origin: center;
}
.product summary::after{
    right: 2px;
    transform: rotate(-45deg);
}
.product  summary::before {
    right: var(--arrow);
    transform: rotate(45deg);
}
.product  details[open] summary::after{
    transform: rotate(45deg);
}
.product  details[open] summary::before {
    transform: rotate(-45deg);
}

.product  summary::-webkit-details-marker {
    display: none; /* For Chrome, Safari, etc. */
}

.product  summary::marker {
    display: none; 
}

@media screen and (max-width: 780px) { 
    .product-grid{
        flex-direction: column;
        align-items: center;
        gap: clamp(2rem, 10vw, 80px);
    }
}
@media screen and (max-width: 520px) {
    .product-info .title{
        font-size: 20px;
    }
    .product .description{
        font-size: 14px;
    }
    .product-info .price{
        font-size: 18px;
    }
    .product .price span{
        font-size: 12px;
    }
    .product-more .list{
        gap: .5rem;
    }
} 
@media screen and (max-width: 420px) { 
    .product-info{
        max-width: unset;
    }
}

.hero-lead h3 {
    margin-bottom: 2rem;
    font-size: 22px;
    font-family: "GothamGreek-Medium", serif ;
}


.theme-LuxeLodgeShop .wrapper h2.shop-header{
    font-size: 30px!important;
    font-family: 'GothamGreek-Book'!important;
}

/*.hero-lead p{
    margin-bottom: 1.2rem;
    line-height: 1;
}*/

.add-pop-up{
    /*display: none!important;*/
} 


.form-checkbox-element span{
    width: auto!important;

}

.form-checkbox-element .form-field-label{
    margin-top: 0!important;

}


.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label{
    font-size: 16px!important;
    color: #333!important;
    font-family: 'GothamGreek-Medium'!important;
    font-weight: 400!important;
}

.btn-submit {
    background-color: #000;
    color: white;
}

.btn-submit:hover {
    background-color: #333;
}

.btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-width: 95%;
        margin: 0;
        max-height: 90vh;
    }
    
    .modal-header,
    .modal-body {
        padding: 1rem;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .btn-cancel,
    .btn-submit {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .modal-content {
        width: 98%;
        max-width: 98%;
        border-radius: 8px;
    }
    
    .modal-header h3 {
        font-size: 16px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.5rem;
        font-size: 13px;
    }

    .image-block--triple .item img {
        /*max-height: 120px!important;*/
        max-height: 170px!important;
        min-height: 170px;
    }
    .image-block--double .item img {
        /*max-height: 180px!important;
        height: 100%!important;*/
        max-height: 300px!important;
        height: 300px!important;
    }
    .image-block--column.left .item img, .image-block--column.right .item img {
        /*max-height: 190px!important;
        height: 100%!important;*/
        max-height: 300px!important;
        height: 300px!important;
    }
    
    .image-block--column.left .item:first-child img {
        max-height: unset!important;
        
    }

    .image-block--column.right .item:first-child img {
        max-height: unset!important;
        height: 100% !important;
        
    }
}


/* Hide product data fields in WP Form */
.wpforms-field.product-data-field {
    display: none !important;
}

.wpforms-field{
    padding: 0!important;
}

.wpforms-submit{
    border-radius: none!important;
    background-color: #333!important;
}

.shop-section-header .hero-lead{
    margin-bottom: clamp(40px, 8vw, 90px);
}

.homepage-interest-modal .product-summary{
    text-align: center;
    display: flex;
    justify-content: center;
}

.homepage-interest-modal .product-summary .dolli-logo{
    max-width: 200px;
}


.image-block--column.left > div:first-child,
.image-block--column.right > div:first-child{
    /*aspect-ratio: 0.92!important;*/
    aspect-ratio: 3/4!important;
}

.image-block--column > div:nth-of-type(2),
.image-block--column > div:nth-of-type(3){

    /*aspect-ratio: 0.6828!important;*/
}


.item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-pop-up .add{
    text-transform: uppercase;
}

@media (max-width: 590px){
    .image-block--column.left > div:first-child,
    .image-block--column.right > div:first-child{
        /*aspect-ratio: 0.86!important;*/
    }
    .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,
.theme-LuxeLodgeShop .shop-section--header p{
    font-size: 16px!important;
}

.theme-LuxeLodgeShop .shop-section--header h2,
.theme-LuxeLodgeShop h2.section-header{
    font-size: 22px!important;
}

.homepage-interest-modal .product-summary{
    background: none!important;
}

/*.image-block.image-block--column .item{
    height: 100%!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;
}

.footer-inline-social{
    margin-bottom: 1.5rem;
}

.wpforms-submit{
    background: #000!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;
}


@media (max-width: 820px){
    .shop-section .shop-section--image{
        padding-inline: var(--mobilePadding);
    }
}
#wpforms-106-field_16-container .wpforms-required-label {
    display: none;
}