body {
    font-family: "Montserrat", sans-serif;
}

.leo-baner-main, .menu {
    font-family: 'Montserrat',Arial,sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
}
.leo-baner-main {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio:16/9;
    color: white;
    text-align: center;
    margin: 0;
    overflow: hidden;
    display: flex;
    gap:5px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-items: center;
    background-image: url("https://optim.tildacdn.one/tild3062-6437-4133-a135-316239386534/-/format/webp/IMG_1633.PNG.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.leo-baner-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0,0,0, 0.1);
}

.leo-baner-main-title {
    font-size: 10px;
    font-weight: 400;   
    letter-spacing: 2px;
    margin: 0;
    z-index:2;
    text-transform: uppercase;
}
.leo-baner-main-description {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    z-index: 2;
    padding: 5px 25px;
    border: 1px solid white;
    border-radius: 0px;
    color: white !important;
    text-transform: uppercase;
}
a[href="#addtofavorites"].t1002__addBtn {
    background: transparent;
    top: 0;
    right:0;
}
.menu {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    overflow: auto hidden;
    padding: 10px;
}
.menu a .item-title {
    background: black;
}

.item-container {
    padding: 3px;
    border: 1px solid gray;
    border-radius: 50%;
    text-align: center;
}
.item-container:hover {
    border-color: black;
}

.item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.item-title h2 {
    font-size: 12px;
    font-weight: 400;
    color: white;
}
@media (max-height: 420px) {
    .leo-baner-main-title{
        font-size: 5rem;
    }
    .leo-baner-main-description{
        font-size: 2.5rem;
    }
    
}
@media (min-width: 960px) {
    .leo-baner-main {
        background-image: url("https://optim.tildacdn.one/tild3062-6437-4133-a135-316239386534/-/format/webp/IMG_1633.PNG.webp");
        width: 100%;
        aspect-ratio:16/9;
    }
    .leo-baner-main-title {
        font-size: min(10vw, 3.8rem);
      
    }
    .leo-baner-main-description {
        font-size: 1.9rem;
        width:60%;
        border: none;
        background: transparent;
        text-decoration: underline !important;
        text-underline-offset: 6px;
    }
    .leo-baner-main::after {
        content:none;
    }
}


.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
    min-height: 70vh;
}
