@font-face {
    font-family: 'Glitter';
    src: url('../fonts/Glitter.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url("../fonts/Anton.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
li{
    list-style: none;
    margin: 0;
}
ul{
    margin: 5px 0 !important;
}
p{
    margin-bottom: 5px !important;
}
.lc__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.lc__product-img{
    width:800px;
    height:800px;
    position: relative;
    overflow: hidden;
}
.lc__product-img .lc__deep-level{
    /*height: 100%;*/
    position: relative;
    margin: auto;
    display: block;
    z-index: 2;
}
.lc__product-img .lc__base-level{
    position: absolute;
    /*height: calc(80% - 50px);*/
    vertical-align: unset;
    top: calc(50% + 0px);
    left: calc(50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.lc__product-img.lc__has-background .lc__base-level{
    z-index: 0;
}
.lc__product-img.lc__has-background .lc__deep-level {
    background-color: unset;
    z-index: 1;
}
img.lc__deep-background {position: absolute;z-index: 3;}
img.lc__deep-background.sheffaf {z-index: unset;}
.lc__product-img .lc__skin-level{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.lc__product-img .lc__cover-letter{
    overflow: hidden;
    position: absolute;
}
.lc__product-details{
    width: 50%;
}
.lc__product-title h1{
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 1.8em;
    font-weight: 600;
    color: #333;
}
.lc__product-model p{
    color: #333;
}
.lc__product-price .lc__product-price{
    color: #a54252;
    text-decoration: line-through;
    margin-right: 5px;
    font-weight: 600;
    font-size: 14px;
}
.lc__product-price .lc__product-discount{
    font-size: 22px;
    color: #377827;
    font-weight: 600;
}
.lc__advertise-product p{
    color: red;
}
.lc__select-products{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.lc__select-products select{
    border-radius: 15px;
    cursor: pointer;
    height: 50px;
    outline: 0;
    border: 2px solid #000;
    padding: 0 13px;
    line-height: 44px;
    box-sizing: border-box;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}
.lc__product-covers{
    border: 1px solid #ced3d7;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}
.lc__product-covers p{
    text-align: center;
    font-size: 16px;
}
.lc__product-covers p span{
    font-weight: 600;
    color: #000;
}
.lc__products-mockup{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    align-items: end;
    grid-column-gap: 8px;
    grid-row-gap: 18px;
    margin-top: 5px;
}
.lc__products-mockup li a{
    display: block;
    box-shadow: 0 0 1px 0 #fff;
    position: relative;
    height: 100px;
    width: 100px;
    transition: border-color .15s ease-in-out;
    border-radius: 8px;
}
.lc__products-mockup li a.active{
    border-color: #377827 !important;
}
.lc__products-mockup li a img{
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 8px;
    padding-top: 0px;
    border: 1px solid transparent;
}
.lc__products-mockup li a img.lc__deep-background-img{
    z-index: -2;
}
.lc__products-mockup li.has-layer a img.lc__deep-background-img{
    z-index: 3;
}
.lc__products-mockup li a img.lc__base-mockup-img{
    position: absolute;
    margin-top: 5px;
    left: 25px;
    z-index: -1;
    top: unset;
    width: 42px;
    height: 79px;
    object-fit: cover;
}
.lc__products-mockup li a.active img.lc__deep-mockup-img{
    border: 1px solid #377827;
}
.lc__products-mockup li a img.lc__deep-mockup-img{
    z-index: 1;
}
.lc__products-mockup li:not(.has-layer) a img.lc__base-mockup-img{
    z-index: 0 !important;
}
.lc__products-mockup .mockup__price{
    position: absolute;
    bottom: -20px;
    left: 11px;
    right: 11px;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    background-color: #377827;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    transition: all .15s ease-in-out;
    z-index: 1;
}
.lc__products-mockup .mockup__type{
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}
.lc__cover-color ul li{
    width: 25px;
    height: 25px;
    margin: 5px 4px 4px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100%;
    box-sizing: border-box;
    align-self: center;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out;
    cursor: pointer;
}
.lc__cover-color ul li.active{
    outline: 3px solid rgba(0, 0, 0, .5);
    border: 2px solid #ffffff;
    position: relative;
}
.lc__cover-color ul li.active::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 2px #000, 0 0 4px #000;
}
.lc__cover-label{
    border: 1px solid #ced3d7;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.lc__cover-label p{
    text-align: center;
    margin-bottom: 3px;
}
.lc__cover-label p span{
    font-weight: 600;
    color: #000;
}
.lc__product-details .lc__cover-label input{
    width: 100%;
    color: #000;
    font-size: 16px;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #000;
    padding: 0 13px;
    line-height: 44px;
    height: 50px;
    border-radius: 15px;
}
:is(.label__colors .label__fonts .label__position) p{
    font-size: 16px;
}
:is(.label__colors .label__fonts .label__position) p span{
    font-weight: 600;
    color: #000;
}
.lc__cover-label :is(.label__colors, .label__fonts, .label__position) ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.lc__cover-label .label__colors ul li{
    width: 30px;
    height: 30px;
    margin: 5px 4px 4px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100%;
    box-sizing: border-box;
    align-self: center;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out;
    cursor: pointer;
    float: left;
}
.lc__cover-label .label__colors ul li.active{
    outline: 4px solid rgba(0, 0, 0, .5);
    border: 2px solid #ffffff;
    position:relative;
}
.lc__cover-label .label__colors ul li.active::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 2px #000, 0 0 4px #000;
}
.lc__cover-label .label__fonts ul li{
    width: 40px;
    height: 40px;
    margin: 5px 4px 4px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    box-sizing: border-box;
    align-self: center;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out;
    cursor: pointer;
    background: #f1f0f0;
    text-align: center;
    font-size: 25px;
    overflow: hidden;
}
.lc__cover-label .label__fonts ul li.active{
    border: 2px solid #333;
    background: #333;
    color: #fff;
}
.lc__cover-label .label__position ul li{
    width: 30px;
    height: 30px;
    margin: 5px 4px 4px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    box-sizing: border-box;
    align-self: center;
    transition: box-shadow .2s ease-in-out, border .2s ease-in-out;
    cursor: pointer;
    background: #f1f0f0;
    text-align: center;
    font-size: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lc__cover-label .label__position ul li.active{
    border: 2px solid #333;
    color: #fff;
}
.lc__cover-label .label__position ul li img{
    width: 20px;
}
.lc__confirm-btn .lc__shop-btn{
    background-color: #377827;
    border: 1px solid #377827;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 15px;
    height: 50px;
    width: 100%;
    float: right;
    margin-top: 30px;
    line-height: 30px;
    outline: unset;
}
.lc__confirm-btn .lc__shop-btn:hover{
    box-shadow: unset;
}
@media screen and (max-width: 768px){
    .lc__content{
        flex-direction: column;
    }
    .lc__product-img-container {
        width: 100%;
        border-radius: 15px;
        border: 1px solid #ced3d7;
    }
    .lc__product-img , .lc__product-details{
        width: 100%;
        height: auto;
    }
    .lc__product-img {
        min-height: unset;
        width: 300px;
        margin: auto;
        border: 0;
    }
    .lc__products-mockup{
        grid-template-columns: 1fr 1fr 1fr;
        overflow-x:scroll;
    }
}

/*Case Model*/
.lenocase-collection {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.lenocase-collection h1 {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.woocommerce ul.products li.product {
    width: 33.33%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.woocommerce ul.products li.product img {
    max-width: 100%;
    height: auto;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 10px;
}



/* start archive */
.lc__intro-archive {
    margin: 20px 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.lc__intro-archive.has-image {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.lc__intro-archive-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9; /* Semi-transparent overlay for text readability */
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc__intro-archive-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
}

.lc__intro-archive-text p {
    font-size: 17px;
}

.lc__intro-archive.has-image .lc__intro-archive-overlay{background-color: #999999e3;}
.lc__intro-archive.has-image .lc__intro-archive-text{color: #ffffff;}

.lenocase-collection .products{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.lenocase-collection .products .lc__product-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 23%;
    box-shadow: 1px 2px 6px #00000033;
    padding: 5px;
    border-radius: 5px;
}
.lc__product-item .lc__product-image{
    width: 100%;
    height: 400px;
    display:flex;
    align-items:center;
    position:relative;
    justify-content: center;
    overflow: hidden;
}
.lc__product-item .lc__product-image img{
    width: 100%;
    position:absolute;
}
.lc__product-item  .lc__product-image img.mockup{
    height: calc(100% - 40px);
    width: auto;
    z-index: 2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.lc__product-item .lc__product-image img.colored-overlay{
    z-index:1;
    height: 100%;
    object-fit: cover;
}

.lc__product-item .lc__product-image img.overlay{
    z-index:3;
    height: 100%;
    object-fit: cover;
}
nav.woocommerce-pagination {
    margin-top: 30px;
}
.lc__product-item .lc__color-item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid white;
    outline: 1px solid gray;
    margin: 0;
    cursor: pointer;
    transition: 0.5s all ease-out ;
    flex-shrink: 0;
    display: inline-block;
}
.lc__product-item .lc__color-item:hover{
    outline: 2px solid gray;
}
.lc__product-item .lc__product-cases{
    width: 100%;
    display: flex;
    justify-content: center;
}
.lc__product-item .lc__product-cases .lc__colors {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 0 3px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #8888886b transparent;
}
.lc__product-item .lc__product-title{
    text-align: center;
    height: 90px;
}
.lc__product-price{
    color: red;
}
.lc__case-type-item:hover{
    cursor: pointer;
}
.lc__base-level {
    background: none !important;
}
.lc__toggle-view {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #569347;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
    outline: unset;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
}
.lc__toggle-view:hover {
    background-color: #3b8f1a;
    border: none;
    outline: unset;
    box-shadow: none;
}
.lc__3d-model{
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1024px){
    .lc__intro-archive{
        height: auto;
        flex-direction: column;
        width: 100%;
    }
    .lc__intro-archive-img img{
        height: 250px;
        object-fit: cover;
    }
    .lc__intro-archive-img, .lc__intro-archive-text{
        width: 100%;
    }
    .lc__intro-archive-text h2{
        font-size: 22px;
    }
    .lc__intro-archive-text p{
        font-size: 14px;
    }
    .lenocase-collection .products .lc__product-item{
        width: 31%;
    }
}
@media screen and (max-width: 768px){
    .lenocase-collection .products .lc__product-item{
        width: calc(50% - 10px);
    }
    .lc__product-item .lc__product-image{
        width:150px;
        height:200px;
    }
    .lc__product-item .lc__product-title {
        font-size: 12px;
    }
    .lc__product-item .lc__color-item {
        width: 15px;
        height: 15px;
    }
    .lc__filter-column label {
        width: 75px;
    }

    .lc__product-title h1 {
        font-size: 1.2em
    }
    .lc__popup-content{
        margin: 50% auto !important;
    }
}
/* Pop-up styles */
.lc__popup {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lc__popup.show {
    opacity: 1;
    display:block;
}

.lc__popup-content {
    background-color: #ffffff;
    margin: 10% auto;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 400px;
    text-align: center;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.lc__popup.show .lc__popup-content {
    transform: scale(1);
    opacity: 1;
}

.lc__popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #555;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
}

.lc__popup-close:hover,
.lc__popup-close:focus {
    color: #000;
}

.lc__popup-message {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.return-to-shop{display: none;}
.taking-screenshot{
    border: none !important;
}
.lc__product-img.taking-screenshot {
    background: transparent !important;
    background-color: transparent !important;
}
.lc__product-img.taking-screenshot * {
    background: transparent !important;
    background-color: transparent !important;
}
.taking-screenshot :is(.lc__deep-background,.lc__deep-level){
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}