.wcps-gallery-nav-item:not(.wcps-frame-no-frame) .wcps-item-wrap img,.wcps-gallery-item:not(.wcps-frame-no-frame) .wcps-item-wrap img,.wcps-preview-background:not(.wcps-frame-no-frame) .wcps-item-wrap img {
    transform: scale(var(--poster-scale-width), var(--poster-scale-height));
    transition: all .3s ease
}

.wcps-preview-background:before {
    background: var(--model-image) no-repeat
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 -10px 15px -5px rgba(0,0,0,.08);
    display: inline-flex;
    flex-direction: column;
    margin: 0 -15px -20px !important;
    padding: 15px 15px 0;
    position: relative;
    text-align: left;
    top: -20px;
    width: calc(100% + 30px) !important
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary .summary-container {
    margin-top: 0
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary .post-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 5px
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary .product-border {
    display: none
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary form.cart {
    margin: 0 auto
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary .wcps-original-options,#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary [type=radio] {
    display: none !important
}

#wrapper .product .wcps-gallery-wrapper~.summary.entry-summary th label {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    padding: 0
}

@keyframes wcps-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.wcps-gallery-wrapper,.wcps-gallery-wrapper * {
    box-sizing: border-box
}

.wcps-gallery-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--posterlaab-10);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: var(--posterlaab-30);
    position: sticky;
    top: 0
}
@media (max-width: 767px) {
    .wcps-gallery-wrapper {
        width: 100vw; /* Full viewport width */
        margin-left: calc(-50vw + 50%); /* Center the container */
    }
}

.wcps-gallery-wrapper img {
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.wcps-gallery {
    display: inline-flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 7px;
    aspect-ratio: 1/1; /* Default for tablet */
}

/* Desktop (aspect ratio 1920/1080) */
@media (min-width: 1024px) {
    .wcps-gallery {
        aspect-ratio: 1/1;
        border-radius: 0px;
    }
}

/* Mobile (aspect ratio 3/4) */
@media (max-width: 768px) {
    .wcps-gallery {
        aspect-ratio: 3/4;
        border-radius: 0px;
    }
}

.wcps-gallery-item {
    height: auto;
    margin: 0;
    perspective: 630px;
    position: relative;
    width: 100%;
    border-radius: 5px
}

.wcps-gallery-item:not(.active) {
    display: none
}

.wcps-gallery-item:not(.wcps-frame-no-frame) .wcps-item-wrap::after {
    transform: scale(var(--poster-scale-width), var(--poster-scale-height));
    transition: all .3s ease
}

.wcps-gallery-item.active ::after {
    content: "";
    display: block
}

.wcps-gallery-item .wcps-item-frame {
    left: 50%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: transform 0s ease,all .4s ease;
    width: 48%
}

.wcps-gallery-item .wcps-item-frame::after {
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000
}

.wcps-gallery-item.wcps-is-horizontal .wcps-item-wrap {
    overflow: hidden
}

.wcps-gallery-item.wcps-front .wcps-item-frame {
    box-shadow: -7px 6px 20px 1px rgba(0,0,0,.15);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%
}

/*.wcps-gallery-nav-wrap {
    width: 100%;
    overflow: auto
}

.wcps-gallery-nav {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    height: 80px;
    gap: 10px
}*/

.wcps-gallery-nav-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-size: cover;
    max-width: 52px;
    min-width: 52px;
    height: 52px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.wcps-gallery-nav-item.active {
    border: 2px solid var(--posterlaab-color-primary)
}

.wcps-gallery-nav-item::after {
    border-radius: 1px;
    box-shadow: inset 0 0 .3px .8px rgba(255,255,255,.3);
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.wcps-gallery-nav-item .wcps-item-frame {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    transition: .4s
}

.wcps-gallery-nav-item.wcps-front .wcps-item-frame {
    border-radius: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    box-shadow: -7px 6px 20px 1px rgba(0,0,0,.15)
}

.wcps-gallery-nav-item.wcps-front.wcps-is-horizontal .wcps-item-frame {
    width: 70%;
}
/**interior background image**/
.wcps-gallery-nav-item.wcps-interior,
.wcps-gallery-item.wcps-interior {
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; /* Default for tablet */
}
/**interior poster image**/
/* Default for tablet */
.wcps-gallery-nav-item.wcps-interior .wcps-item-frame, 
.wcps-gallery-item.wcps-interior .wcps-item-frame {
    box-shadow: -3px 1px 8px 0 rgba(44, 55, 61, .53);
    width: 50%;
    top: 15%;
    left: 25%;
}

.wcps-gallery-nav-item.wcps-interior.wcps-is-horizontal .wcps-item-frame, 
.wcps-gallery-item.wcps-interior.wcps-is-horizontal .wcps-item-frame {
    box-shadow: -3px 1px 8px 0 rgba(44, 55, 61, .53);
    width: 55%;
    top: 35%;
    left: 23%;
}

/* Styles for desktop */
@media (min-width: 1025px) {
    .wcps-gallery-nav-item.wcps-interior .wcps-item-frame, 
    .wcps-gallery-item.wcps-interior .wcps-item-frame {
        width: 50%;
        top: 15%;
        left: 25%;
    }

    .wcps-gallery-nav-item.wcps-interior.wcps-is-horizontal .wcps-item-frame, 
    .wcps-gallery-item.wcps-interior.wcps-is-horizontal .wcps-item-frame {
        width: 60%;
        top: 32%;
        left: 20%;
    }
}

/* Styles for mobile */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-interior .wcps-item-frame, 
    .wcps-gallery-item.wcps-interior .wcps-item-frame {
        width: 60%;
        top: 18%;
        left: 20%;
    }

    .wcps-gallery-nav-item.wcps-interior.wcps-is-horizontal .wcps-item-frame, 
    .wcps-gallery-item.wcps-interior.wcps-is-horizontal .wcps-item-frame {
        width: 70%;
        top: 30%;
        left: 15%;
    }
}
.wcps-gallery-item.wcps-interior::after {
    content: "Discover More ▼";
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

/**bedroom background image**/
/* Default for tablet */
.wcps-gallery-nav-item.wcps-bedroom,
.wcps-gallery-item.wcps-bedroom {
    background-image: url(../images/bedroom.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

/* Styles for desktop */
@media (min-width: 1025px) {
    .wcps-gallery-nav-item.wcps-bedroom,
    .wcps-gallery-item.wcps-bedroom {
        background-position: center center;
    }
}

/* Styles for mobile */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-bedroom,
    .wcps-gallery-item.wcps-bedroom {
        background-position: center bottom;
    }
}

/**bedroom poster css**/
/* Default for tablet */
.wcps-gallery-nav-item.wcps-bedroom .wcps-item-frame, 
.wcps-gallery-item.wcps-bedroom .wcps-item-frame {
    box-shadow: -3px 1px 5px -2px rgba(44, 55, 61, .53);
    width: 30%;
    left: 35%;
    top: 14%;
}

.wcps-gallery-nav-item.wcps-bedroom.wcps-is-horizontal .wcps-item-frame, 
.wcps-gallery-item.wcps-bedroom.wcps-is-horizontal .wcps-item-frame {
    box-shadow: -3px 1px 5px -2px rgba(44, 55, 61, .53);
    width: 45%;
    left: 30%;
    top: 25%;
}

/* Styles for desktop */
@media (min-width: 1025px) {
    .wcps-gallery-nav-item.wcps-bedroom .wcps-item-frame, 
    .wcps-gallery-item.wcps-bedroom .wcps-item-frame {
        width: 35%;
        left: 32%;
        top: 15%;
    }

    .wcps-gallery-nav-item.wcps-bedroom.wcps-is-horizontal .wcps-item-frame, 
    .wcps-gallery-item.wcps-bedroom.wcps-is-horizontal .wcps-item-frame {
        width: 65%;
        left: 24%;
        top: 15%;
    }
}

/* Styles for mobile */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-bedroom .wcps-item-frame, 
    .wcps-gallery-item.wcps-bedroom .wcps-item-frame {
        width: 50%;
        left: 50%;
        top: 14%;
        transform: translateX(-50%);
    }

    .wcps-gallery-nav-item.wcps-bedroom.wcps-is-horizontal .wcps-item-frame, 
    .wcps-gallery-item.wcps-bedroom.wcps-is-horizontal .wcps-item-frame {
        width: 80%;
        left: 50%;
        top: 20%;
        transform: translateX(-50%);
    }
}


/**front background image css**/
.wcps-gallery-nav-item.wcps-front,
.wcps-gallery-item.wcps-front {
    background-image: url(../images/front.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; /* Default for tablet */
}

/* Desktop (aspect ratio 1920/1080) */
@media (min-width: 1024px) {
    .wcps-gallery-nav-item.wcps-front,
    .wcps-gallery-item.wcps-front {
        background-position: center top; /* Adjust if needed */
    }
}

/* Tablet (aspect ratio 1/1) */
@media (min-width: 768px) and (max-width: 1023px) {
    .wcps-gallery-nav-item.wcps-front,
    .wcps-gallery-item.wcps-front {
        background-position: 10% center; /* Adjust if needed */
    }
}

/* Mobile (aspect ratio 3/4) */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-front,
    .wcps-gallery-item.wcps-front {
        background-position: 35% top; /* Adjust to move image to the left */
    }
}


.wcps-gallery-nav-item,.wcps-gallery-item {
    background-size: cover;
}
/**front poster css settings**/
.wcps-gallery-nav-item.wcps-is-vertical.wcps-front .wcps-item-frame,
.wcps-gallery-item.wcps-is-vertical.wcps-front .wcps-item-frame {
    box-shadow: -3px 1px 5px -2px rgba(44, 55, 61, .53);
}

/* Default (Tablet) */
@media (min-width: 768px) and (max-width: 1023px) {
    .wcps-gallery-nav-item.wcps-is-vertical.wcps-front .wcps-item-frame,
    .wcps-gallery-item.wcps-is-vertical.wcps-front .wcps-item-frame {
        width: 25%;
        top: 30%;
        left: 70%;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .wcps-gallery-nav-item.wcps-is-vertical.wcps-front .wcps-item-frame,
    .wcps-gallery-item.wcps-is-vertical.wcps-front .wcps-item-frame {
        width: 30%; /* Adjust as needed */
        top: 40%; /* Adjust as needed */
        left: 65%; /* Adjust as needed */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-is-vertical.wcps-front .wcps-item-frame,
    .wcps-gallery-item.wcps-is-vertical.wcps-front .wcps-item-frame {
        width: 34%; /* Adjust as needed */
        top: 37%; /* Adjust as needed */
        left: 63%; /* Adjust as needed */
    }
}
/**front horizontal settings poster**/
/* Base styles for desktop */
.wcps-gallery-nav-item.wcps-is-horizontal.wcps-front .wcps-item-frame,
.wcps-gallery-item.wcps-is-horizontal.wcps-front .wcps-item-frame {
    width: 50%;
    top: 40%;
    left: 60%;
    box-shadow: -3px 1px 5px -2px rgba(44, 55, 61, .53);
}

/* Styles for tablet (adjust the width and positioning) */
@media (max-width: 1024px) {
    .wcps-gallery-nav-item.wcps-is-horizontal.wcps-front .wcps-item-frame,
    .wcps-gallery-item.wcps-is-horizontal.wcps-front .wcps-item-frame {
        width: 40%;
        top: 45%;
        left: 52%;
    }
}

/* Styles for mobile (adjust the width and positioning) */
@media (max-width: 768px) {
    .wcps-gallery-nav-item.wcps-is-horizontal.wcps-front .wcps-item-frame,
    .wcps-gallery-item.wcps-is-horizontal.wcps-front .wcps-item-frame {
        width: 60%;
        top: 40%;
        left: 60%;
    }
}


/**drawing background image css**/
.wcps-gallery-nav-item.wcps-drawing,
.wcps-gallery-item.wcps-drawing {
    background-image: url(../images/drawing.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; /* Default for tablet */
}

/* Desktop */
@media (min-width: 1024px) {
    .wcps-gallery-nav-item.wcps-drawing,
    .wcps-gallery-item.wcps-drawing {
        background-position: center top; /* Adjust if needed */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-drawing,
    .wcps-gallery-item.wcps-drawing {
        background-position: 40% top; /* Move image slightly to the left */
    }
}
/**drawing poster size mobile tablet desktop**/
.wcps-gallery-nav-item.wcps-drawing .wcps-item-frame,
.wcps-gallery-item.wcps-drawing .wcps-item-frame {
    box-shadow: -3px 1px 5px -2px rgba(44, 55, 61, .53);
}

/* Default (Tablet) */
@media (min-width: 768px) and (max-width: 1023px) {
    .wcps-gallery-nav-item.wcps-drawing .wcps-item-frame,
    .wcps-gallery-item.wcps-drawing .wcps-item-frame {
        width: 34%;
        top: 15%;
        left: 40%;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .wcps-gallery-nav-item.wcps-drawing .wcps-item-frame,
    .wcps-gallery-item.wcps-drawing .wcps-item-frame {
        width: 25%; /* Adjust as needed */
        top: 14%; /* Adjust as needed */
        left: 40%; /* Adjust as needed */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wcps-gallery-nav-item.wcps-drawing .wcps-item-frame,
    .wcps-gallery-item.wcps-drawing .wcps-item-frame {
        width: 40%; /* Adjust as needed */
        top: 15%; /* Adjust as needed */
        left: 41%; /* Adjust as needed */
    }
}
/**drawing horizontal poster settings**/
/* Default styles (desktop) */
.wcps-gallery-nav-item.wcps-drawing.wcps-is-horizontal .wcps-item-frame, 
.wcps-gallery-item.wcps-drawing.wcps-is-horizontal .wcps-item-frame {
    width: 50%;
    top: 15%;
    left: 25%;
    box-shadow: -3px 1px 5px -2px rgba(44, 55, 61, .53);
}

/* Tablet styles */
@media (max-width: 1024px) {
    .wcps-gallery-nav-item.wcps-drawing.wcps-is-horizontal .wcps-item-frame, 
    .wcps-gallery-item.wcps-drawing.wcps-is-horizontal .wcps-item-frame {
        width: 42%;
        left: 30%;
        top: 25%;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .wcps-gallery-nav-item.wcps-drawing.wcps-is-horizontal .wcps-item-frame, 
    .wcps-gallery-item.wcps-drawing.wcps-is-horizontal .wcps-item-frame {
        width: 65%;
        top: 25%;
        left: 20%;
    }
}

.wcps-options div {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.wcps-options .wcps-original-options,.wcps-options [type=radio] {
    display: none !important
}

.wcps-options .input-label {
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    padding: 0
}

.wcps-options .input-checkmark {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    height: 20px;
    margin: 2px 10px 2px 0;
    position: relative;
    transition: box-shadow .3s ease;
    width: 20px
}

.wcps-options input:checked~.input-checkmark {
    border: 6px solid #1185ed
}

.wcps-options .wcps-size {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 48px
}

.wcps-options .wcps-size .wcps-item {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1
}

.wcps-options .wcps-size .wcps-item>label {
    cursor: pointer;
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    height: 100%
}

.wcps-item-wrap {
    position: relative;
    display: flex
}

tr.poster_size {
    display: block;
    margin-bottom: 40px
}

tr.poster_size th label {
    margin-bottom: 10px
}

tr.poster_size th,tr.poster_size td {
    display: block
}

tr.poster_finish,tr.poster_frame {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

tr.poster_finish th,tr.poster_frame th {
    align-items: center;
    display: flex;
    flex-basis: 17%;
    justify-content: flex-start;
    margin-bottom: 10px
}

tr.poster_finish td {
    display: flex;
    flex-basis: 67%;
    justify-content: flex-start
}

tr.poster_frame {
    margin-bottom: 15px
}

tr.pa_artist {
    display: flex;
    align-items: center;
    gap: 12px
}

.wcps-finish.finish-disabled label:not(.finish--matte),.wcps-frame.frames-disabled label:not(.frame--no-frame) {
    cursor: default;
    opacity: .3;
    pointer-events: none
}

.size-button {
    height: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px
}

.size-button.active:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 7.00028L5.97487 9.47516L10.9244 4.52539' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: var(--posterlaab-color-primary);
    border-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-position: center
}

.size-button:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    border: 1px solid #cfd0d8
}

.size-label {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
    color: #6e6e6e;
    position: absolute;
    bottom: -16px;
    background-color: #fff;
    border: 1px solid #e1e2ef;
    border-radius: 5px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    z-index: 1
}

.size-label .size-heading {
    color: var(--posterlaab-color-global);
    font-size: var(--posterlaab-large-font-size);
    line-height: 24px;
    font-weight: 400
}

.size-label .size-text {
    color: var(--posterlaab-color-global);
    font-size: var(--posterlaab-small-font-size);
    margin-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wcps-size-preview {
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 1
}

.wcps-size-preview .wcps-item-wrap {
    position: absolute;
    -webkit-clip-path: inset(0 0 0.6px 0);
    clip-path: inset(0 0 0.6px 0)
}

.wcps-size-preview img {
    margin: 0;
    max-width: 100%;
    padding: 0;
    vertical-align: middle
}

.wcps-preview-background {
    bottom: -1px;
    height: calc(100% - 32px);
    position: absolute;
    z-index: 999
}

.wcps-preview-background::before {
    background-size: 100% !important;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999999;
    width: 100%
}

.woocommerce div.product form.cart .variations tr.poster_attr td select {
    margin: 0;
    min-width: 100%
}

.wcps-print-on {
    height: 40px;
    position: absolute;
    right: 10px;
    transition: .4s;
    width: 40px;
    top: 10px;
    display: none
}

.wcps-gallery-item.wcps-front .wcps-print-on {
    display: block
}

.svg-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.wcps-xl-tip {
    bottom: 5px;
    font-size: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    visibility: hidden;
    opacity: 0
}

.wcps-gallery-item.wcps-front:hover .wcps-print-on,.wcps-gallery-item.wcps-front:hover .wcps-xl-tip {
    visibility: hidden;
    opacity: 0 !important
}

.wcps-close {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2'%3E%3Cpath d='M8 8.001c0-.046 6 5.938 6 5.938'/%3E%3Cpath d='M8 14l6-6'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M11.025 22a10.832 10.832 0 01-5.638-1.562.51.51 0 01.554-.856A9.979 9.979 0 0018.124 3.967a9.993 9.993 0 00-17.067 7.052 9.95 9.95 0 002.92 7.052.5.5 0 01-.7.705A10.786 10.786 0 010 11.019a11.149 11.149 0 013.222-7.808A11 11 0 0122 11.019 10.918 10.918 0 0111.025 22z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.zoomContainer {
    display: none
}

.wcps-zoom {
    position: relative;
    display: none;
    z-index: 1;
    overflow: hidden;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 690px;
    height: 690px;
    max-width: 100%;
    max-height: 100%
}

.wcps-gallery-item:not(.wcps-front) .wcps-zoom {
    display: none !important
}

.wcps-zoom img {
    visibility: hidden;
    opacity: 0;
    width: auto;
    margin: auto;
    height: 100%;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px)
}

.wcps-is-horizontal .wcps-zoom img {
    width: 100%;
    height: auto
}

@media(min-width: 410px) {
    .wcps-gallery-item .wcps-tooltips .wcps-tooltips-item {
        padding:3px 12px
    }

    .wcps-gallery-item .wcps-tooltips .wcps-tooltips-item:nth-child(3) {
        right: 48%;
        top: 55%
    }

    .wcps-options .wcps-size {
        gap: 38px 10px
    }
}

@media(min-width: 576px) {
    .wcps-options .wcps-size {
        grid-template-columns:repeat(3, 1fr)
    }

    .wcps-gallery-item {
        width: 100%
    }

    .wcps-preview-background {
        bottom: 0
    }
}
@media(max-width: 768px) {
    .wcps-gallery-nav {
        display: flex !important;
        gap: 20px !important;
        align-items: center;
        justify-content: center;
    }
    .wcps-gallery-nav-wrap {
        position: absolute;
        margin-top: 10px;
        margin-left: 0px !important;
        bottom: 0px !important;
        top: unset !important;
        left: 0;
        right: 0;
        text-align: center;
    }
}
@media(min-width: 768px) {
   
    .wcps-gallery-wrapper {
        gap:20px;
        margin-bottom: var(--posterlaab-60)
    }

    tr.poster_finish,tr.poster_frame {
        margin-bottom: 20px
    }

    tr.poster_finish th,tr.poster_frame th {
        margin-bottom: 5px
    }

    #wrapper .product .wcps-gallery-wrapper~.summary.entry-summary,.wcps-gallery-wrapper~.summary.entry-summary {
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
        top: unset;
        width: calc(100% - 40px) !important
    }

    .wcps-print-on {
        height: 70px;
        right: 20px;
        width: 70px;
        top: 20px
    }

    tr.poster_finish th .wcps-tooltip__icon,tr.poster_frame th .wcps-tooltip__icon {
        margin-left: 0
    }

    .wcps-tooltip:hover .wcps-tooltip__text {
        display: unset !important
    }

    .wcps-popup.sm-only {
        display: none !important
    }
}

@media(max-width: 768px) {
    [data-sm-only=true]~.wcps-tooltip__text {
        display:none !important
    }
}

@media(min-width: 992px) {
    .wcps-finish label {
        padding:0
    }

    tr.poster_size th label {
        margin-bottom: 15px
    }

    .mb--30 {
        margin-bottom: 30px
    }

    .py--5 {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .px--10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .wcps-zoom {
        display: flex
    }
}

@media(min-width: 1025px) {
    #wrapper .product .wcps-gallery-wrapper~.summary.entry-summary,.wcps-gallery-wrapper~.summary.entry-summary {
        width:49% !important
    }

    .wcps-gallery-nav-item {
        height: 52px;
        width: 52px;
        border-radius: 5px
    }

    .wcps-gallery-item {
        max-height: 690px;
        min-width: 435px
    }

    .wcps-xl-tip {
        font-size: 16px
    }
}

@media screen and (min-width: 1270px) {
    tr.poster_finish,tr.poster_frame {
        align-items:center;
        flex-direction: row
    }

    tr.poster_finish th,tr.poster_frame th {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1210px) {
    .zoomContainer {
        cursor:none;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        display: block;
        z-index: 9999999999 !important
    }

    .zoomLens {
        border-radius: 20px;
        z-index: 201201920901291
    }
}
.wcps-gallery-wrapper::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}
.wcps-gallery-nav-wrap {
    position: absolute;
    top: 20px;
    margin-left: 20px;
}
.wcps-gallery-nav {
    display: inline-block;
}
.wcps-gallery-nav-item {
    margin-bottom: 20px;
    border: 2px solid #ffffff;
    box-shadow: -3px 1px 8px 0 rgba(44, 55, 61, .53);
}
.wcps-gallery-nav-item.active {
    border: 3px solid #1185ED;
    box-shadow: -3px 1px 8px 0 rgba(44, 55, 61, .53);
}
