.popup__body {
    position: fixed;
    background-image: url("../media/fispal_convite.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    border: none;
    display: flex;
    width: 600px;
    height: 600px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    padding: 3vh 2vw;
    justify-content: space-between;
    z-index: 805;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.6);
}

.popup__go-button {
    background: linear-gradient(to left, #ffbd59, #ff914d);
    padding: 1rem 1.2rem;
    border: none;
    border-radius: 30px;
    margin-bottom: 0.438rem;
    appearance: button;
    text-decoration: none;
    color: #000;
    font-size: larger;
    font-weight: bold;
    font-variant: small-caps;
    transition: all 0.25s ease;
}

.popup__go-button:hover {
    background: linear-gradient(to left, #9e7538, #97552d);
}

.popup__close-button__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

#popup__close-button {
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    width: 2em; height: 2em;
    border-radius: 50%;
    background: transparent;
    font: inherit;
    color: #000000;
    text-indent: 100%;
    cursor: pointer;
}

#popup__close-button:focus {
    outline: solid 0 transparent;
    box-shadow: 0 0 0 2px #000000;
}

#popup__close-button:hover {
    background: rgba(78, 19, 19, 0.5);
}

#popup__close-button::before, #popup__close-button:after {
    position: absolute;
    top: 15%; left: calc(50% - 0.062em);
    width: 0.125em; height: 70%;
    border-radius: 0.125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: "";
}

#popup__close-button::after {
    transform: rotate(-45deg);
}

.popup__screen-overlay, .zoom__screen-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    z-index: 800;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backdrop-filter: blur(40px);
}

.see-also__content {
    display: flex;
    justify-content: center;
}

.nav-bar__link-news {
    color: #cc9600!important;
}

.nav-bar__link-news:hover {
    color: #a17600;
}

.__emphasis {
    color: #ff4c14 !important;
}

.form__wrapper {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    align-items: flex-start;
}

.form__wrapper > input, .form__wrapper > textarea {
    margin-top: 2vh;
    margin-bottom: 5vh;
    padding: 0.539rem;
    width: 50%;
}

.form__wrapper > textarea {
    height: 15vh;
}

.form__submit-button__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.form__cta-button, #form__submit-button {
    background-color: #b90000;
    color: white;
    font-family: var(--font-regular);
    font-weight: 600;
    border-radius: 4vh;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    font-variant: small-caps;
}

#form__submit-button {
    padding: 0.5% 4%;
    margin-top: 0;
}

#form__submit-button:hover {
    opacity: 0.7;
    color: white;
}

.form__cta-button {
    padding: 1.5% 10%;
    margin-top: 2.5%;
}

.form__cta-button:hover {
    opacity: 0.7;
}

.news__display__card__text-upper__download-button {
    background-color: var(--color-navigation);
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14.4px;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.news__display__card__text-upper__download-button:hover {
    opacity: 0.8;
}

.news__display__card__text-upper__download-button::before {
    content: '';
    width: 1.3rem;
    height: 1.3rem;
    background: url('../media/pdf.png');
    background-size: contain;
    display: inline-block;
    margin-right: 0.5rem;
}

#news__display__card__grid-7x3 {
    display: grid;
    grid-template-columns: 100px 2fr 1fr;
    grid-template-rows: repeat(7, 80px);
    gap: 0.2rem;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.news__display__card__grid-7x3-item {
    background-color: #d6dce0;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news__display__card__grid-7x3-item img {
    max-width: 100%;
}

.news__display__card__show-more-button {
    content: 'Ver modelos';
    background-color: var(--color-button-nohover);
    border: none;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    display: flex;
    border-radius: 18px;
    padding: 0.5rem 1rem 0.4rem 1rem;
    margin-bottom: 1rem;
}

.news__display__card__show-more-button:hover {
    opacity: 0.8;
}

.news__display__card__show-more-button::after {
    content: '';
    width: 1.3rem;
    height: 1.3rem;
    background: url('../media/arrowhead-down.png');
    background-size: contain;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: -0.4rem;
}

.news__display__card__show-more-button-active::after {
    content: '';
    width: 1.3rem;
    height: 1.3rem;
    background: url('../media/arrowhead-up.png');
    background-size: contain;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: -0.4rem;
}

.news__display__card__text-lower__list {
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.__zoomed-in-image {
    max-height: 90%;
    z-index: 850;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: zoom-out;
    border-radius: 2.5%;
    box-shadow: var(--shadow);
}

#simple-hashi__card__wrapper {
    display: grid;
    grid-template-columns: repeat(3, auto);
    margin-top: 0;
}

#special-hashi__card__wrapper {
    display: grid;
    grid-template-columns: repeat(3, auto);
    margin-top: 0;
}

.available-chopsticks-banner {
    max-width: 500px;
    align-self: auto;
    cursor: zoom-in;
}

.news__display__card__image-and-list-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.personalizado-span {
    font-weight: bold; color:#b90000
}

.news__display__card__text-lower__grid-container {
    margin-top: 1rem;
}

.scroll-to-top__button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #cc1000;
    color: #fff;
    padding: 0.938rem 1.563rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0,0,0,0.2) 0 6px 10px 0;
    user-select: none;
    z-index: 10;
}

.scroll-to-top__button:hover {
    box-shadow: rgba(0,0,0,0.4) 0 6px 10px 0;
}

.form__wrapper-alt {
    display: flex;
    flex-flow: column nowrap;
    width: 30rem;
    align-self: center;
    margin-top: 1rem;
}

.form__wrapper-alt > input, .form__wrapper-alt > textarea {
    padding: 0.7rem;
    margin: 0.25rem 0 0.5rem 0;
}

#form-alt__send {
    width: 50%;
}

.notification__icon {
    height: 26px;
    width: 26px;
    margin-right: 0.25rem;
}

.notification__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 28.8px;
    padding: 1rem 0.5rem;
}

.notification__progress {
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: calc(100% - 8px);
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(to right, #313e2c, #aaec8a);
    border-radius: inherit;
    animation: progress 2.5s 0.3s linear;
}

.notification {
    position: fixed;
    width: max-content;
    left: 0;
    right: 0;
    bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    animation: fade-in 3s linear;
}

.notification-success {
    background-color: #ecf0f1;
    color: #313e2c;
}

.notification-error {
    background-color: #ecf0f1;
    color: #3e2c2c;
}

.notification__icon {
    height: 26px;
    width: 26px;
    margin-right: 0.25rem;
}

.notification__progress {
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: calc(100% - 8px);
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: inherit;
    animation: progress 2.5s 0.3s linear;
}

.notification__progress-success {
    background: linear-gradient(to right, #313e2c, #aaec8a);
}

.notification__progress-error {
    background: linear-gradient(to right, #3e2c2c, #ec8a8a);
}

.banner__hashi {
        background-position-y: -8rem;
}

#filter-btn {
         background-color: var(--color-navigation);
         color: #fff;
         padding: 0.5rem 1rem;
         border: none;
         border-radius: 1rem;
         cursor: pointer;
         font-size: 16px;
         margin-top: 0.8rem;
         display: none;
         }
         #filter-btn:hover {
         opacity: 0.7;
         }
         .filter-popup {
         display: none;
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.5);
         justify-content: center;
         align-items: center;
         z-index: 1;
         overflow: scroll;
         transition: opacity 0.3s ease-in-out;
         }
         .filter-content {
         background-color: #fff;
         padding: 1.25rem;
         border-radius: 10px;
         width: 80%;
         text-align: center;
         font-size: 12.8px;
         width: 85%;
         display: flex;
         flex-flow: column nowrap;
         }
         #close-btn {
         background-color: #b90000;
         color: #fff;
         padding: 0.625rem 0.938rem;
         border: none;
         border-radius: 5px;
         cursor: pointer;
         margin-top: 0.625rem;
         align-self: center;
         }
         #close-btn:hover {
         opacity: 0.7;
         }
         #return-btn, #return-sub-btn {
         background-color: orangered;
         color: #fff;
         padding: 0.625rem 0.938rem;
         border: none;
         border-radius: 5px;
         cursor: pointer;
         margin-top: 0.625rem;
         display: none;
         align-self: center;
         }
         #return-btn:hover, #return-sub-btn:hover {
         opacity: 0.7;
         }
         .filter-subcategory {
         display: none;
         width: auto;
         grid-template-columns: auto auto auto;
         }
         .filter-subsubcategory-menu {
         display: none;
         width: auto;
         grid-template-columns: auto;
         }
         #filter-content-button-list {
         display: flex;
         flex-flow: column nowrap;
         align-items: center;
         }
         button.filter-content-button {
         background: none;
         border: none;
         border-bottom: 1px solid var(--color-navigation);
         cursor: pointer;
         width: 100%;
         padding: 0.6rem;
         padding-top: 1rem;
         color: var(--color-navigation);
         font: var(--font-regular);
         justify-content: center;
         }
         button.filter-content-button:hover {
         background-color: var(--color-navigation);
         color: #fff;
         }

@keyframes fade-in {
    5% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes progress {
    to {
        transform: scaleX(1);
    }
}