p, h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
.sr7-rightarrow,
.sr7-leftarrow {
    display:none!important;
}
.acceptance-url{
    text-decoration: underline!important;
}
@media (min-width: 1025px) {
    .sub-menu li a {
        color: var(--global-palette1) !important;
        background: var(--global-palette3) !important;;
    }
}

#assortment .product-details.content-bg.entry-content-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
    font-family: Inter, sans-serif;
    margin: 0 !important;
    padding: 24px !important;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 127%) !important;
    width: 100%;
    text-align: left;
    border-radius: 12px !important;
}
#assortment .woocommerce-loop-category__title {
    color: #fff !important;
    font-family: Inter, sans-serif !important;
    font-size: clamp(1.375rem, 1.25rem + 0.5556vw, 1.75rem);
    font-weight: 500;
    padding: 0;
    text-transform: none;
}
#assortment .product-category {
    height: 300px;
    border-radius: 12px !important;
}
#advantages > div > div {
    flex: 1 1 48%;
}
@media (max-width: 767px) {
    #assortment ul.products {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 576px) {
    #assortment .product-category {
        height: 150px;
    }
    #assortment ul.products {
        grid-row-gap: 8px;
        grid-template-columns: repeat(1,1fr);
    }
}
#assortment img {
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
#assortment img:hover {
    transform: scale(1.1);
    transition: all .3s ease;
}

.main-navigation #primary-menu a {
    color: var(--global-palette1);
}
#masthead {
    background: var(--global-palette3)!important;
}
#masthead .thewebs-sticky-header .header-menu-container > ul > li > a {
    color: var(--global-palette1)!important;
}
#masthead .custom-logo.thewebs-sticky-logo,
.site-branding a.brand .custom-logo.svg-logo-image {
    width: 170px;
    max-width: 100% !important;
    display: block !important;
}

@media (max-width: 1024px) {
    #masthead .custom-logo.thewebs-sticky-logo,
    .site-branding a.brand .custom-logo.svg-logo-image {
        width: clamp(6.875rem, 4.8419rem + 9.0361vw, 10.625rem);;
    }
}

#mobile-toggle svg {
    color: #181818;
}

.thewebs-scroll-to-top{
    right: unset!important;
    left: 30px;
    border-radius: 12px!important;
    padding: 8px!important;
}

.thewebs-scroll-to-top svg{
    width: 40px;
    height: 40px;
}

#floatingContactWrapper {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    padding: 8px;
}
#floatingToggleBtn{
    border-radius: 12px;
    background-color: white;
    padding: unset;
}
#floatingToggleBtn img{
    width: 40px;
    height: 40px;
}
#floatingToggleBtn.hidden{
    display: none;
}

.floating-contact-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.floating-contact-menu a,
.floating-contact-menu button {
    padding: unset;
    border-radius: 12px;
}
.floating-contact-menu img{
    width: 40px;
    height: 40px;
}
.floating-contact-menu a:hover{
    background-color: rgba(192, 192, 192, 0.09);
}
.floating-contact-menu button {
    background-color: rgba(192, 192, 192, 0.09);
}

.floating-contact-menu.hidden {
    display: none;
}

.map-contacts{
    background-color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.map-contacts__title{
    font-weight: 500;
    font-size: 24px;
    margin:0;
}

.map-contacts__block-title{
    color:rgba(142, 142, 142, 1);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.map-contacts__block-text{
    line-height: 120%;
    font-size:17px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (max-width: 769px) {
    .floating-contact-menu {
        gap: 12px;
    }
    .map-contacts__title{
        text-align: center;
    }

    .map-contacts__block-title{
        text-align: center;
    }

    .map-contacts__block-text{
        text-align: center;
    }
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
    padding: 10px;
}

li.product-category:has(a[href*="uncategorized"]) {
    display: none !important;
}


.gallery-item > div > a {
    overflow: hidden;
    border-radius: 12px;
    height: 250px;
    width: 100%;
}

.gallery-item > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}