#dozeme > h3,
#docasne > h3,
#navo > h3{
margin-top: 5px !important;
}

.welcome-wrapper,
.footer-newsletter{
  display: none;
}

#footer{
background-color: #f0f0f0;
}
.footer h3{
margin-top: 0px;
}

:where(body.ums_page_element_headings--on) :where(.footer) .pageElement__heading:after{
border: 1px solid #2d2d2d;
}
:focus-visible, [tabindex="0"]:focus-visible, input:focus-visible, input[type=checkbox].focus-visible+label, input[type=checkbox]:focus-visible+label, input[type=radio].focus-visible+label, input[type=radio]:focus-visible+label, label:has(input[type=radio].focus-visible), label:has(input[type=radio]:focus-visible), select:focus-visible, textarea:focus-visible{
outline: 3px solid #cf181f;
}

.product-long-description { font-family: Roboto, sans-serif; line-height: 1.6; }
.tech-visual { margin: 20px 0; text-align: center; }
.tech-visual img { max-width: 300px; border: 1px solid #ddd; }

.mount-section { padding: 20px; border: 1px solid #dadada; margin-top: 20px; background-color: #f9f9f9; border-radius: 8px;}
.product-grid { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 15px;}

.product-grid { 
    display: flex; 
    gap: 20px; 
    flex-wrap: wrap; 
    margin-top: 15px; 
    align-items: stretch; 
}

.product-item { 
    width: 150px; 
    text-align: center; 
    border: 1px solid #dadada; 
    padding: 10px;
    padding-bottom: 40px; 
    border-radius: 8px;
    background-color: #ffffff;
    position: relative; 
}

.btn-small {
    display: inline-block;
    background-color: #f9f9f9; 
    color: #333;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.btn-small:hover {
    background-color: #CF181F;
    color: #ffffff;
    border-color: #CF181F;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(207, 24, 31, 0.2);
}

.btn-small:active {
    transform: translateY(0);
    box-shadow: none;
}

#mounting-guide h3{
margin-top: 5px !important;
}

.availability-label {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.avail-production, .avail-other {
    font-style: italic;
}

.availability-label::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: currentColor;
}

@keyframes pulse-animation {
    0% { transform: scale(0.95); opacity: 1; box-shadow: 0 0 0 0 rgba(245, 127, 23, 0.4); }
    70% { transform: scale(1.1); opacity: 0.7; box-shadow: 0 0 0 6px rgba(245, 127, 23, 0); }
    100% { transform: scale(0.95); opacity: 1; box-shadow: 0 0 0 0 rgba(245, 127, 23, 0); }
}

.avail-production::before, .avail-other::before {
    animation: pulse-animation 3s infinite ease-in-out;
}

.avail-stock {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.avail-production {
    background-color: #fff9c4;
    color: #f57f17;
    border: 1px solid #fff59d;
}

.avail-other {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

@media (max-width: 1024px) {
    .upper-section .upper-search {
        display: none !important;
    }
}

.searchWhisperer__products .availability-label{
    font-size: 12px;
}
.benefitBanner__data .searchWhisperer__additionalResults{
    display: none !important;
}

@media (max-width:768px){

    .product-grid{
        gap:12px;
    }

    .product-item{
        width:calc(50% - 6px);
        box-sizing:border-box;
    }
    
    .product-item img{
    width:100%;
    max-width:120px;
    height:auto;
}

}
.mounting-notice {
    background-color: #fff9e6;
    border: 1px solid #ffe58f;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-family: sans-serif;
}
.notice-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #856404;
}
.mounting-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;      
    margin-top: 15px;
}
.btn-mount {
    background-color: #f9f9f9;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}
.btn-mount:hover {
    background-color: #CF181F;
    color: #ffffff;
    border-color: #CF181F;
}
@media (max-width: 600px) {
    .mounting-buttons {
        flex-direction: column;
    }
    
    .btn-mount {
        display: block;
    }
}

