* {
    margin: 0;
    font-family: 'SuisseIntl Regular';
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}


html {
    scroll-behavior: smooth;
    overscroll-behavior-y: auto;

}

/* ::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(161, 161, 161); 

    border-radius: 100px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: rgb(80, 80, 80); 
    border-radius: 100px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(80, 80, 80); 
  } */

body {
    background: white;
}

body *::-webkit-scrollbar {
    width: 20px;
}

body *::-webkit-scrollbar-thumb {
    background: rgb(95, 95, 95);
    background-clip: content-box;
    border: 7px solid transparent;
    border-radius: 10px;
}


body *::-webkit-scrollbar-track {
    border-radius: 10px;
}


.warning {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.reward-type, .achivement-count {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 2.5px solid;
    width: 5%;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    color: #7a0985;
    opacity: 20%;
    font-family: 'SuisseIntl Medium';
    font-size: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 3px;
}

.reward-type-description, .achivement-count-description {
    position: absolute;
    top: 60px;
    background-color: #F7F7F7;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 101;
    right: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-type-description span {
    text-align: center;
}

input::placeholder,
textarea::placeholder {
    color: #cccccc;
}

/* .page-frame *::-webkit-scrollbar {
    display: none;
}
.form-field-section *::-webkit-scrollbar {
    display: none;
} */




.custom-file-input::-webkit-file-upload-button {
    display: none;
}

.disabled {
    background-color: #5d5d5d !important;
}

:disabled {
    background-color: #5d5d5d !important;
}

.text-red {
    color: #be0202;
}

#shipping {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    outline: none;
    color: #808080;

}

#open-mobile-menu {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-block {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.empty-block img {
    height: 100px;
    width: 100px;
}

.notification-popup {
    background-color: rebeccapurple;
    width: 20%;
    padding: 18px 30px 18px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10010;
    left: 50%;
    margin-top: 10px;
    border-radius: 30px;
    min-width: 200px;


    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
    ;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.notification-popup.show {
    transform: translateX(-50%) translateY(0);
    /* Keep centered and reset vertical offset */
    opacity: 1;
}

.notification-popup.hide {
    transform: translateX(-50%) translateY(-20px);
    /* Slide up while staying horizontally centered */
    opacity: 0;
}




.white-text {
    color: white;
}

.success {
    background-color: black;
}

.error {
    background-color: #be0202;
}

.centered-text {
    text-align: center;
}




.splitter,
.mobile-splitter {
    display: none;
}

.no-scroll {
    overflow: hidden;
    position: relative;
}

span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.text-grey {
    color: #808080;
}

.text-xl-header {
    font-size: 56px;
    line-height: 67.2px;
}

.text-l-header {
    font-size: 40px;
    line-height: 48px;
}

.text-l-header-static {
    font-size: 40px;
    line-height: 48px;
}

.text-m {
    font-size: 24px;
    line-height: 28.8px;
}

.text-s {
    font-size: 16px;
    line-height: 19.2px;
}

.text-normal {
    font-size: 20px;
    line-height: 24px;
}



.bold {
    font-family: SuisseIntl Medium;
}

.large-heading {
    font-size: 56px;
    line-height: 56px;
    font-family: SuisseIntl Medium;
    font-weight: 500;
}

.card-text {
    font-size: 18px;
    line-height: 22px;
}

.m-font-size {
    font-size: 18px;
    line-height: 22px;
}


@font-face {
    font-family: 'SuisseIntl Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'SuisseIntl Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
}

/* LOADING */


.animate {
    animation: fadeIn 500ms ease-out backwards;
}

@keyframes fadeIn {
    from {
        transform: translateX(250px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}


.animated-loading {
    background-color: rgb(233, 233, 233);
    cursor: default;
    animation: 2s cubic-bezier(.25, .50, .75, .50) infinite placeholder-shimmer;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%, rgb(228 228 228 / 25%) 25%, rgba(0, 0, 0, 0.00) 50%, rgb(144 144 144 / 25%) 75%, rgb(70 70 70 / 0%) 100%);
    background-size: 200%;
    border-radius: 15px;
}

@keyframes placeholder-shimmer {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -100%;
    }
}

/* HEADER */
.header {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 101;
    height: 73.63px;
}

.page-frame {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-top: 73.63px;
}

.header-container {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    /* width: 100%; */

}

.site-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 400px);
}

.nav-menu,
.kitrum-logo {
    width: 200px;
}

.nav-menu a {
    position: relative;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
}

.site-menu ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 20px;
    padding-inline-start: 0px;
    height: 100%;
    align-items: center;
}

.site-menu ul li {
    height: 60%;
    display: flex;
    align-items: center;
}

.site-menu ul li.page-active {
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
}




.kitrum-logo {
    display: flex;
    margin-top: 22px;
    margin-bottom: 20.63px;
    line-height: 0;
}

.kitrum-logo a {
    height: 100%;
}

.kitrum-logo img {
    height: 29px;
    line-height: 0;
}

li a {
    color: black;
    text-decoration: none;
    line-height: 16px;
    height: 100%;

}

.site-menu ul {
    gap: 0px;
}

.site-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-menu {
    display: none;
    display: flex;
    /* margin-left: auto; */
    align-items: center;
    text-decoration: underline;
}

.mobile-menu div {
    margin-left: auto;
}

.mobile-menu {
    cursor: pointer;
    display: none;
}

.mobile-footer {
    display: none;
    margin-top: 120px;
    margin-bottom: 30px;
}



/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}

.footer-top-row {
    padding-bottom: 20px;
    line-height: 0;
    border-bottom: 1px solid #cccccc;
}

.footer-bot-row {

    padding-top: 34px;
    padding-bottom: 30px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: fit-content;
}

.footer-row-item.logo img {
    max-height: 40px;
}

.long-item {
    width: 50.50%;
}

.short-item {
    width: 24.75%;
    min-width: 260px;
}

.footer-row-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 28px;
    line-height: 0;
    align-items: center;
}

#scroll-to-top {
    cursor: pointer;
}

#rights img {
    display: none;
}

#stand-with-ukraine img,
#rights img {
    border-radius: 100%;
}

.footer-text {
    margin-bottom: 120px;
}

/* PAGE CONTENT */
.page-content {
    width: 100%;
}

.page-title {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FILTER SECTION */

.filter-section {
    padding-top: 20px;
}

.filter-search-line {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-bottom: 60px;
}

.filter-line {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-line::-webkit-scrollbar {
    display: none;

}

.search-line {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 25%;
    min-width: 340px;
}

.filter-box {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #E6E6E6;
    color: rgb(0, 0, 0);
    border-radius: 30px;
    cursor: pointer;
    white-space: nowrap
}

.filter-box span {
    padding: 17px 20px 17px 20px;
}

.filter-box.selected {
    color: white;
    background-color: black;
}

.filter-box.selected span {
    color: white;
}

#searchitem {
    height: calc(100% - 2px);
    width: 100%;
    border-radius: 30px;
    background-color: white;
    border: 1px solid;
    border-color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-items: center;
    min-height: 48px;
}

#searchitem svg {
    padding-left: 20px;
    cursor: pointer;
}

#searchitem span {
    padding-left: 10px;
    color: #808080;
}

#searchitem input {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    outline: none;
    border: none;
    background-color: #7f7f7f00;
    color: #808080;
    width: 100%;
}

/* PRODUCTS */
.cards {
    margin: 0 auto;
    /* padding-top: 60px; */
    width: 100%;
    display: grid;
    grid-gap: 20px;
    column-gap: 20px;
}

.full-width-grid {
    grid-template-columns: repeat(4, 1fr);
}

.three-quarters-width-grid {
    grid-template-columns: repeat(3, 1fr);
}

.half-width-grid {
    grid-template-columns: repeat(2, 1fr);
}

.card-img,
.small-card-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    aspect-ratio: 325 / 348;
}

.card-img img,
.small-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.card-info {
    width: 100%;
    display: flex;
    margin-top: 20px;
    min-height: 24px;
}

.card-description {
    margin-top: 10px;
}

.clickable {
    cursor: pointer;
}

.card-item-name {
    width: 60%;
    display: flex;
    align-items: center;
    float: left;
}


.card-item-price {
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}


.category-name {
    margin-bottom: 20px;
}


.card-custom-bg {
    width: 100%;
    height: auto;
    border-radius: 20px;
    aspect-ratio: 325 / 348;
    background-image: linear-gradient(221.24deg, #F8C9FD 0%, #FDF9F8 30.5%, #ACF5FB 63.07%, #C1D4FF 83.01%, #BDFAFD 98.8%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

.card-custom-bg-inside {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-image: url("https://i.ibb.co/6nLyVsV/963e8b26406a8f13c86b6157fbed8340.jpg");
    background-size: 160%;
    /* background-position: center;
    background-repeat: no-repeat; */
    position: relative;
}

.expiration {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: white;
    border-radius: 40px;
    border: 1px solid #7c7c7c;
    padding: 5px 12px 5px 12px;
}

.card-custom-bg-elements {
    height: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.535);
    display: flex;
    flex-direction: column;
}

.card-custom-bg-elements img {
    width: 100%;
    height: 100%;
}


.card-fold {
    width: 10.1%;
    height: 10.1%;
    background-color: rebeccapurple;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border-radius: 60% 0 0 0;
    background-color: #F7F7F7;
}

/* PAGE MENU */
.page-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding-top: 100px;
}

.nav-splitter {
    background-color: #00000033;
    height: 6px;
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

.page-menu a {
    color: #00000033;
}

.page-menu a,
.page-menu span {
    line-height: 19.2px;
}

/* MOBILE MENU */

.mobile-menu-section {
    height: 200px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 68.63px;
    left: 0;
    height: calc(100vh - 68.63px);
    z-index: 100;
    display: none;

}

.mobile-menu-social-links {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    padding: 10px 0 30px 0;
}

.mobile-menu-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.mobile-menu-content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.mobile-menu-content ul li:first-child {
    border-top: 1px solid #cccccc;
    margin-top: 40px;
}

.mobile-menu-content ul li {
    border-bottom: 1px solid #cccccc;
    padding: 12px 0;
}

.mobile-menu-content ul li a {
    font-size: 26px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

.visible {
    display: flex;
}

.dropdown-button span {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}


/* POPUP WINDOW */

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;

    /* visibility: hidden; */
    /* opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear; */
}

.popup-box {
    background-image: linear-gradient(221.24deg, #F8C9FD 0%, #FDF9F8 30.5%, #ACF5FB 63.07%, #C1D4FF 83.01%, #BDFAFD 98.8%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    position: relative;
    padding: 5px;
    width: 35%;
    aspect-ratio: 1/1;
    min-width: 560px;
    /* margin-top: calc((100vh - 604px) / 2); */
    margin-bottom: 40px;
    margin-top: 40px;
}

.popup-box-inside {
    border-radius: 20px;
    background-image: url("https://i.ibb.co/6nLyVsV/963e8b26406a8f13c86b6157fbed8340.jpg");
    background-size: 150%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* Prevent the image from repeating */
}

.popup-fold {
    width: 10.1%;
    height: 10.1%;
    background-color: rebeccapurple;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 60% 0 0 0;
    background-color: #F7F7F7;
}

.popup-top-bar {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

.popup-top-bar svg {
    margin-left: 19px;
    cursor: pointer;
}

.popup-elements {
    height: 100%;
    background-color: rebeccapurple;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.535);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.popup-logo-box {
    margin-top: 24px;
    height: 28.37px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cart-count {
    height: 14px;
    width: 14px;
    border-radius: 100px;
    position: absolute;
    background-color: black;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-count span {
    color: white;
    font-size: 10px;
}


.popup-confirm-button {
    height: 100%;
    min-width: 121px;
    border-radius: 30px;
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.popup-cancel-button {
    height: 100%;
    min-width: 121px;
    border-radius: 30px;
    border: 1px solid #cccccc;
    background-color: white;
    color: rgb(0, 0, 0);
    cursor: pointer;
    text-align: center;
    outline: none;
}


.popup-content-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 49px;
    padding-bottom: 49px;
    width: 90%;
    height: 100%;
    box-sizing: border-box;
}


.popup-content-image-box {
    width: 200px;
    height: 200px;
}

.popup-content-name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.popup-content-name span {
    font-size: 24px;
    font-family: SuisseIntl Medium;
    line-height: 28.8px;
}



.popup-content-reward {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content-reward span {
    font-size: 24px;
    margin-right: 5px;
    line-height: 28.8px;

}


.popup-content-description {
    display: flex;
    justify-content: center;
    /* max-height: 54px; */
    overflow-y: auto
}




.popup-content-description span {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #808080;
    line-height: 24px;
}

.popup-content-description a {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    line-height: 24px;
}

.popup-content-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.popup-content-buttons button {
    padding: 21px 36px 21px 36px;

}


.popup-content-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content-image img {
    width: 100%;
    height: 100%;
    transform: scale(1.5, 1.5);
}


/* dropdown field */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.field button,
.field textarea,
.field input {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    outline: none;
    border: 1px solid #cdcccc;
    color: #7c7c7c;
    resize: none;
    padding: 15px;
    box-sizing: border-box;
    /* min-height: 50px; */
}

.field * {
    scrollbar-width: none;
}

.field button {
    cursor: pointer;
}

textarea {
    min-height: 100px;
    line-height: 22px;
}

.dropdown-button .icon {
    margin-left: 10px;
}

#dropdownSearch {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 5px;
    border: none;
    outline: none;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}

#dropdownItems {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 10px;
}

.dropdown-item {
    color: black;
    padding: 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #ddd;
}

.popup-input-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrong-data {
    border: 1px solid rgb(150, 3, 3) !important;
}


@media screen and (max-height: 694px) {
    .popup-container {
        align-items: start;
    }

    /* .popup-box {
        margin-top: 40px;
    } */
}




@media screen and (max-width: 1368px) {
    .card-text {
        font-size: 16px;
        line-height: 20px;
    }

    .promo-achievements-section .card-item:last-child {
        display: none;
    }

    .full-width-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width: 968px) {

    .promo-achievements-section .card-item:last-child {
        display: block;
    }

    .header {
        height: 68.63px;
    }

    .page-menu {
        padding-top: 20px;
    }

    .full-width-grid,
    .three-quarters-width-grid,
    .half-width-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-title {
        padding-top: 20px;
    }

    .card-text {
        font-size: 18px;
        line-height: 24px;
    }

    .nav-menu {
        width: auto;
        margin-left: auto;
    }

    .site-menu,
    .desktop-footer,
    #stand-with-ukraine {
        display: none;
    }

    .mobile-menu,
    .mobile-footer {
        display: flex;
    }

    .page-frame,
    .header-container {
        width: calc(100% - 32px);
    }

    .page-frame {
        padding-top: 68.63px;
    }

    .header-container {
        gap: 28px;
    }

    .footer-row {
        flex-direction: column;
        align-items: start;
        gap: 0px;
    }

    #scroll-to-top {
        margin-left: auto;
        padding-top: 20px;
    }

    .footer-row-item {
        width: 100%;
    }

    .footer-row-item:last-child {
        border-top: 1px solid #cccccc;
    }

    .social-links {
        justify-content: space-between;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 71px;
    }

    .footer-bot-row,
    .footer-top-row {
        margin-top: 0px;
        margin-bottom: 0px;
        border: none;
    }

    .footer-row-item.logo {
        padding-bottom: 16px;
        border-bottom: 1px solid #cccccc;
    }

    #privacy {
        margin-bottom: 8px;
    }

    #rights {
        margin-bottom: 20px;
    }

    #rights img {
        margin-left: auto;
        display: block;
    }

    .footer-text {
        display: none;
    }

    .footer {
        margin-top: 60px;
    }

    .text-xl-header {
        font-size: 36px;
        line-height: 43.2px;
    }

    .text-l-header {
        font-size: 32px;
        line-height: 38.4px;
    }

    .kitrum-logo img {
        height: 24px;
    }

    /* FILTER SECTION */
    .search-line {
        width: 100%;
    }

    .filter-search-line {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .filter-line {
        width: calc(100% + 16px);
    }

    .filter-box:last-child {
        margin-right: 10px;
    }

    .nav-menu {
        width: auto;
        gap: 20px;
    }

    .popup-box {
        min-width: auto;
        width: calc(100% - 32px);
        aspect-ratio: initial;
        height: 80%;
        min-height: 606px;
    }


    .cards {
        grid-gap: 50px;
    }

    .popup-content-name {
        flex-direction: column;
    }

    .popup-box-inside {
        background-size: 250%;
    }

}


@media screen and (max-width: 342px) {

    .popup-box-inside {
        background-size: 500%;
    }
}