html,
body {
    height: 100%;
    min-height: 100%;
    outline: none;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.header-menu {
    width: 100%
}

.search-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #030508;
    opacity: 0.569;
    display: none;
}

a.disabled {
    pointer-events: none;
    color: black;
    text-decoration: none;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .width-limit-card {
        width: 220px;
    }
}

.card-content {
}

.card-content-price {
    margin-top: auto;
    margin-bottom: 5px !important;
}

.card-footer {
    margin-top: auto
}

#searchBlock {
    z-index: 15;
    position: relative;
}

#searchOverlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vmax;
    background-color: #0a0a0a;
    opacity: 0;
    display: none;
}

#searchContainer {
    display: none;
    min-height: 70vh;
    max-height: 80vh;
    background-color: white;
    position: absolute;
    top: 45px;
    width: 100%;
    left: 0;
    z-index: 1;
    border-radius: 21px;
    overflow-y: scroll;
}

.product-detail__img-box {
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.product-detail__info-box {
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    height: 100%;
}

.product-card__name {
    word-wrap: break-word;
}
