.intro-img__btn-none {
    scrollbar-color: auto !important;
}

.modal_3gsmramvxq {
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 20px 0;
}

.modal_3gsmramvxq.show {
    display: flex !important;
}

.modal_3gsmramvxq .modal-dialog_3gsmramvxq {
    margin: auto;
}

#body_content.blurred {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 0.3s ease;
}

html {
    filter: hue-rotate(0deg);
}

@keyframes blinkSlow {
    0%, 90%, 100% { opacity: 1; }
    95% { opacity: 0.2; }
}

@keyframes pulseUrgency {
    0% { color: red; }
    50% { color: orange; }
    100% { color: red; }
}

#urgency-container {
    position: relative;
    right: 16px;
    text-align: right;
    font-family: Arial, sans-serif;
    z-index: 10;
}

@media screen and (max-width: 400px) {
    #urgency-container {
        position: static;
        max-width: 100%;
        margin-top: 12px;
        text-align: center;
    }
}

.urgency-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin: 6px 0 0;
}

.urgency-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

#items-left.blink {
    animation: blinkSlow 4s ease-in-out infinite;
    font-weight: 1000;
    font-size: 14px;
    color: #c40000;
    margin: 0;
    line-height: 1.2;
}

#people-viewing.pulse-urgency {
    animation: pulseUrgency 5s ease-in-out infinite;
    font-weight: 1000;
    font-size: 12px;
    color: #555;
    margin-top: 3px;
    line-height: 1.2;
}

.notifications {
    position: fixed;
    top: 1%;
    right: 1%;
    max-width: 320px;
    z-index: 10;
}

.notifications__items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.notifications__item {
    display: flex;
    justify-content: space-between;
    gap: 0 1rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #e1e1e1;
    padding: .5rem;
    margin-top: 5px;
}

.hiddenNoty {
    animation-name: hiddenNoty;
    animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-name: hiddenNoty;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease;
}

@-moz-keyframes hiddenNoty {
    0% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes hiddenNoty {
    0% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes hiddenNoty {
    0% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}

.showNoty {
    animation-name: showNoty;
    animation-duration: .5s;
    animation-timing-function: ease;
    -webkit-animation-name: showNoty;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
}

@-moz-keyframes showNoty {
    0% { opacity: 0; transform: translateX(100%); }
    50% { opacity: .5; }
    100% { opacity: 1; transform: translateX(0%); }
}

@-webkit-keyframes showNoty {
    0% { transform: translateX(100%); opacity: 0 }
    50% { opacity: .5 }
    100% { transform: translateX(0%); opacity: 1 }
}

@keyframes showNoty {
    0% { transform: translateX(100%); opacity: 0 }
    50% { opacity: .5 }
    100% { transform: translateX(0%); opacity: 1 }
}

.notifications__item__img {
    max-width: 60px;
}

.notifications__item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.notifications__item__content {
    width: 100%;
    padding: 0 5px;
}

.notifications__item__content__header {
    font-size: 14px;
    margin-bottom: 0.25rem;
}

.notifications__item-name {
    font-weight: bold;
}

.notifications__item-address {
    text-decoration: underline;
}

.notifications__item__content__desc {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 0.25rem;
}

.notifications__item__content__bottom {
    display: flex;
    align-items: center;
}

.notifications__item__time {
    font-size: 13px;
}

.notifications__item__icons {
    display: flex;
    margin-right: 0.25rem;
}

.notifications__item__icons img {
    width: 15px;
    height: 15px;
}

.notifications__item__btn {
    margin: 0 10px 0 5px;
}

.notifications__item__btn-close {
    vertical-align: inherit;
}

.notifications__item__content__product {
    display: block;
    margin-top: 0.25rem;
}

.slider_wrapper_start img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 578px) {
    .intro_img {
        width: 60%
    }
}

.main_content h2 {
    text-align: center
}

@media (max-width: 578px) {
    #content_one .intro-img__img {
        width: 70%;
        margin: 0 auto
    }
}
