
.shopB7 .box {
    width: 420px;
    flex-shrink: 0;
}

.shopB7 .box__main img {
    width: 100%;
    height: auto;
    aspect-ratio: 420 / 645;
    object-fit: cover;
}

.images-container {
    display: flex;
}

.image-box {
    flex: 1;
    transition: flex 0.5s cubic-bezier(.4,0,.2,1);
    position: relative;
}

.image-box .overlay {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #8080804f;
}

.image-box .item-info{
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 40px;
    color: white;
    opacity: 0;
}

.images-container .image-box img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}

.images-container:has(.image-box:hover) .image-box {
    flex: 0.7;
}

.images-container:has(.image-box:hover) .image-box:hover {
    flex: 7;
}
.images-container:has(.image-box:hover) .image-box:hover .overlay{
    display: none;
}
.images-container .image-box .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.images-container:has(.image-box:hover) .image-box:hover .item-info {
    opacity: 1;
}
.images-container .image-box .item-info .item-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.images-container .image-box .item-info .item-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 110%;
    color: white;
    font-family: NeueMachina, sans-serif;
    text-transform: uppercase;
}
.images-container .image-box .item-info .item-button button {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 27px;
    text-transform: uppercase;
    background: white;
    border-radius: 4px;
}
.images-accordion h2 {
    text-align: center;
    font-weight: 800;
    font-family: NeueMachina, sans-serif;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.images-accordion h2 + p{
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: #111111;
    margin-bottom: 40px;
}

.cta-new .container {
    background: url(/wp-content/uploads/2026/03/wall-cta-scaled.png);
    overflow: hidden;
    padding: 60px 0 0 0;
    border-radius: 28px;
    background-size: 100% 100%;
}
.cta-new .cta-big-line {
    font-weight: 800;
    font-size: 90px;
    font-family: 'NeueMachina', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 90px;
}
.cta-new .row {
    display: flex;
    padding: 0 40px;
    justify-content: space-between;
}
.cta-new .row .column-1,
.cta-new .row .timer {
    width: 20%;
    margin-bottom: 40px;
}
.cta-new .row .timer {
    background: #EEEFF1;
    padding: 24px;
    border-radius: 12px;
}
.cta-new .row .column-1 p.content {
    color: #111111;
    opacity: .6;
}
.cta-new .row .column-1 button {
    background: #FF771D;
    color: white;
    font-family: 'NeueMachina', sans-serif;
    text-transform: uppercase;
    display: block;
    margin-top: 24px;
    border-radius: 4px;
    padding: 16px 28px;
    border: 0;
    font-size: 12px;
}
.cta-new .row .column-2 {
    width: 50%;
    position: relative;
}
.cta-new .row .column-2 img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.custom-timer {
    display: flex;
    gap: 15px;
    font-family: 'NeueMachina', sans-serif;
    color: #111111;
    text-align: center;
    font-size: 32px;
}
.timer-box {
    min-width: 50px;
    position: relative;
}
.timer-box:first-child:before {
    content: ':';
    position: absolute;
    right: -10px;
    bottom: 0;
}
.timer-box:last-child:before {
    content: ':';
    position: absolute;
    left: -10px;
    bottom: 0;
}
.timer-value {
    font-size: 32px;
    font-weight: bold;
    display: block;
    line-height: 1;
    font-family: 'NeueMachina', sans-serif;
}
.timer-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #111111;
    margin-top: 16px;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 1px;
    opacity: .6;
    font-family: 'NeueMachina', sans-serif;
}
.ended-message {
    font-family: 'NeueMachina', sans-serif;
    color: #111111;
}
.timer-title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    font-family: 'NeueMachina', sans-serif;
}
.show-sm {
    display: none;
}
.hide-sm {
    display: block;
}

.shopB1__title span:first-child:before {
    display: none;
}
.shopB1__title span:first-child:after {
    display: none;
}
.shopB1__title span:last-child:before {
    content: attr(data-before);
    font-family: InterTight, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 120%;
    opacity: .6;
    position: absolute;
    right: calc(100% + 40px);
    text-transform: none;
    top: 50%;
    transform: translateY(-50%);
    width: -moz-max-content;
    width: max-content;
}
.shopB1__title span:last-child:after {
    content: attr(data-after);
    font-family: InterTight, sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: calc(100% + 40px);
    letter-spacing: 0;
    line-height: 120%;
    opacity: .6;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%);
    width: -moz-max-content;
    width: max-content;
}
.shopB3 .itemBox__about {
    max-width: 441px;
}
.shopB7__spacer {
    display: none;
}
.single_own .shopB7__spacer {
    display: block;
}
*, body, html {
    cursor: initial;
}

@media screen and (max-width: 1440px) {
    .shopB7 .box {
        width: 350px;
    }
}
@media screen and (max-width: 1200px) {
    .shopB7 .box {
        width: 300px;
    }
}

@media screen and (max-width: 1300px) {
    .cta-new .row .column-2 {
        width: 40%;
    }
    .cta-new .row .timer {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .cta-new .container {
        width: calc(100% - 16px * 2);
        max-width: calc(100% - 16px * 2);
    }
    .show-sm {
        display: block;
    }
    .hide-sm {
        display: none;
    }

    .cta-new .container {
        position: relative;
    }
    .cta-new .cta-big-line {
        text-align: center;
        font-size: 60px;
        margin-bottom: 40px;
    }
    .cta-new .row {
        flex-direction: column;
        gap: 453px;
    }
    .cta-new .row .column-1 {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cta-new .row .column-2 {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .cta-new .row .timer {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .images-container {
        flex-direction: column;
    }
    .images-container .image-box {
        overflow: hidden;
        /* transition: height 0.5s cubic-bezier(.4, 0, .2, 1); */
        margin-bottom: -5px;
    }
    .images-container .image-box img {
        height: 100px;
    }
    .images-container:has(.image-box:hover) .image-box:hover,
    .images-container:has(.image-box:hover) .image-box:hover img {
        height: 400px;
    }
    .image-box .item-info {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
    .images-container .image-box .item-info .item-button button {
        position: absolute;
        top: -242px;
        left: 0;
    }
    .cta-new .row {
        gap: 300px;
    }
    .cta-new .cta-big-line {
        font-size: 32px;
    }
    .cta-new .row .column-1 p.content {
        font-size: 16px;
    }
    .cta-new .row .column-1 button {
        padding: 20px 28px;
    }
    .cta-new .row .column-2 img {
        width: 100%;
        left: -5vw;
    }
    .images-container .image-box .item-info .item-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 650px) {
    .cta-new .row .column-2 img {
        width: 115%;
        left: -11vw;
    }
}

@media screen and (max-width: 550px) {
    .cta-new .row .column-2 img {
        width: 145%;
        left: -25vw;
    }
}
@media screen and (max-width: 450px) {
    .cta-new .row .column-2 img {
        width: 175%;
        left: -40vw;
    }
}
@media screen and (max-width: 400px) {
    .cta-new .row .column-2 img {
        width: 225%;
        left: -64vw;
    }
}