.top-menu {
    background: var(--top-menu-bg);
    display: none;
}

@media (min-width: 767px) {
    body:not(.touch-support) .uni-slideshow_v2__image.text-over-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: max-content;
        object-fit: contain !important;
    }
}

.product-page__image-main {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    border: solid 1px rgb(0 0 0 / 28%);
    background-clip: padding-box;
    border-radius: 4px;
}

.uni-slideshow_v2__item {
 
   border: solid 1px rgb(0 0 0 / 28%);
}

ul.category-wall__ul.child-empty {
    display: none;
}

li.category-wall__title.child-empty a {
    color: #000000;
    text-transform: uppercase;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
border-radius: 4px;
}

button.compare, button.wishlist {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: .8em;
    border: none;
    border-radius: 50%;
    transition: all linear .15s;
}

.header-block__item.header-block__item-logo {
    display: flex;
    justify-content: center;
}


.uni-item {
    width: 100%;
    background: #fff;
   
    border: solid 1px rgb(0 0 0 / 28%);
    background-clip: padding-box;
    border-radius: 4px;
    transition: box-shadow linear .1s;
}

@media (max-width: 767px) {
    .header-block {
        margin: 0;
        padding: 22px 0;
        display: flex;
        justify-content: space-between;
    }
}

span.txtraz {
    display: none!important;
}


.checkout-customer__group {
    display: none;
}

