

#wall-panel-modal .modal-wall-panels-content {
    width: 750px;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.apto-wall-panel-modal-open {
    margin-bottom: 1rem;
    text-decoration: underline;
    color: black;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .3rem;
    width: fit-content;
    transition: color 0.3s;
}

.apto-wall-panel-modal-open svg {
    fill: currentColor;
}

.apto-wall-panel-modal-open:hover {
    color: rgb(255, 0, 102)
}

.modal-content-inner {
    height: 100%;
    padding: unset!important;
    display: flex;
    flex-direction: column;
}

.wall-panel-inner {
    display: flex;
    padding: 1rem 4rem;
    flex-direction: column;
}

.wall-panel-title {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e5e5e5;
    height: 8rem;
    font-size: 2.5rem;
    align-items: center;
}

.wall-panel-right-inner > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.wall-panel-right-inner > div input {
    background-color: #fff;
}

.modal-content-wrap {
    width: 100%;
    height: 100%;
}

.wall-panel-left-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.wall-panel-right-inner {
    width: 100%;
    display: flex;
    padding-top: 1rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    gap: .5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.wall-panel-bg-img-container {
    z-index: 1;
    position: relative;
}

.wall-panel-bg-img {
    width: 549px;
    height: 550px;
    position: relative;
    z-index: 2;
}

.wall-panel-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 561.5px;
    display: none;
}

#user-wall-size {
    width: 12rem;
}

.wall-panel-line {
    position: absolute;
    top: 0;
    border-left: 1px dashed #fff;
    width: 1px;
    height: 100%;
}

.wall-panel-arrow-container {
    display: none;
    position: relative;
    top: 0;
}

.wall-panel-vertical-arrow-container {
    position: absolute;
    height: 550px;
    bottom: 12%;
    display: none;
}

.w-price {
    display: inline;
    font-weight: 900;
    font-size: 2em;
    color: #000;
    margin-right: 1em;
}

.wall-panel-vertical-arrow {
    position: absolute;
    height: 530px;
    width: 4px;
    background-color: #000;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.wall-panel-vertical-arrow::before,
.wall-panel-vertical-arrow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.wall-panel-vertical-text {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: rotate(270deg) translateY(-50%);
    white-space: nowrap;
}

.wall-panel-vertical-arrow::before {
    left: 50%;
    top: -10px;
    transform: translateX(-50%) rotate(90deg);
    border-width: 5px 10px 5px 0; /* Adjust arrowhead size */
    border-color: transparent #000 transparent transparent;
    
}

.wall-panel-vertical-arrow::after {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%) rotate(90deg);
    border-width: 5px 0 5px 10px; /* Adjust arrowhead size */
    border-color: transparent transparent transparent #000;
}



.wall-panel-arrow {
    left: 10px;
    margin-bottom: 10px;
    height: 4px;
    width: 10px;
    background-color: #000;
    position: relative;
}

.wall-panel-arrow::before,
.wall-panel-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}

.wall-panel-arrow::before {
    left: -10px; /* Adjust position */
    border-width: 5px 10px 5px 0; /* Adjust arrowhead size */
    border-color: transparent #333 transparent transparent;
}

.wall-panel-arrow::after {
    right: -10px; /* Adjust position */
    border-width: 5px 0 5px 10px; /* Adjust arrowhead size */
    border-color: transparent transparent transparent #333;
}

.wall-panel-text {
    text-align: center;
    white-space: nowrap;
}

.wall-panel-add-to-cart {
    display: none;
    position: relative;
    width: fit-content;
    text-align: center;
    margin-bottom: 1rem;
}

.wall-panel-add-to-cart span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.wall-panel-right-inner p {
    margin: 0;
}

.wall-panel-add-to-cart svg {
    stroke: #fff;
    
}

.wall-panel-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    flex-grow: 1;
    width: 100%;
    height: fit-content;
    position: absolute;
    bottom: 0;
    z-index: 100;
    padding: 1rem 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.panel-modal-svg {
    width: 24px;
    height: 24px;
}

.wall-panel-disclaimer-container {
    display: flex;
    flex-direction: column;
}

.wall-panel-disclaimer {
    flex: 1;
    font-size: 14px;
    line-height: 1.2;
    padding: .5rem;
}

.wall-panel-klarna-container {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0 1rem;
}

.wall-panel-klarna-container span {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    flex: 1;
}

.wall-panel-klarna-container > div {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    align-items: flex-start;
}

.klarna-text {
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.klarna-notification {
    font-size: 10px;
    line-height: 1.1;
    color: #000;
}

.klarna-button-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

@media screen and (max-width: 426px) {

    #wall-panel-modal .modal-wall-panels-content {
        width: 400px;
        height: 85vh;
    }

    .wall-panel-bg-img-container {
        margin-left: 3rem;
    }

    .wall-panel-inner {
        flex-direction: column;
        padding: 1rem 0;
    }

    .wall-panel-left-inner {
        padding: 1rem 0;
        width: 100%;
        border-right: none;
    }

    .wall-panel-right-inner {
        width: 100%;
        padding: 1rem;
    }

    .wall-panel-bg-img {
        width: 330px;
        height: 265px;
    }

    .wall-panel-img {
        height: 265px;
    }

    .wall-panel-title {
        font-size: 2rem;
    }

    .w-price {
        margin-right: .5em;
    }

    .wall-panel-add-to-cart {
        margin-bottom: 0;
    }

    .wall-panel-disclaimer {
        font-size: 12px;
        line-height: 1.1;
    }
}