@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

body {
    position: relative;
    margin: 0;
}

.side-menu-icon-wrap {
    transition: width 0.3s,butt
                transform 0.3s;
}

.middle-section {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 40px;
    width: 100%;
}

.top-line {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
}

.breadcrumbs {
    position: absolute;
    bottom: 0px;
}

.breadcrumb-link {
    position: relative;
    left: 80px;
    color: rgb(60, 60, 60, 0.8);
    font-family: Montserrat;
    font-size: 14px;
    text-decoration: none;
}

.side-menu-product-list-section-wrap {
    display: flex;
    justify-content: center;
    column-gap: 4px;
    padding-top: 60px;
    background: linear-gradient(white, rgb(244, 244, 248) 5%);
}

.section-wrap-extended-height {
    height: calc(130px + 18vw + 20px + 136vw + 192px + 136vw + 192px);
}

.side-menu-section {
    position: sticky;
    top: 71px;
    height: 90vh;
    width: 220px;
    min-width: 220px;
    padding-right: 20px;
    padding-left: 30px;
    margin-bottom: 50px;
    box-shadow: -6px 10px 12px 2px rgb(220, 220, 220);
    border-left: 1px solid rgba(165, 165, 165, 0.3);
    overflow-y: overlay;
    overflow-x: hidden;
}

.side-menu-section::-webkit-scrollbar {
    position: absolute;
    background-color: transparent;
    width: 6px;
}

.side-menu-section::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 2px;
}

.scroll-visible::-webkit-scrollbar-thumb {
    background-color: rgb(172, 170, 170);
}

    .scroll-visible::-webkit-scrollbar-thumb:hover {
        background-color: rgb(120, 120, 120);
    }


.mobile-side-filter-menu-tint {
    position: fixed;
    top: 0px;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile-filter-button {
    display: none;
}

.mobile-button {
    width: 100%;
    display: flex;
    text-align: center;
    white-space: nowrap;
    color: white;
    font-family: Santral Medium;
    font-size: 12px;
}

.mobile-side-filter-menu-button {
    padding: 0px 10px 0px 16px;
    border-radius: 20px 0px 0px 20px;
}

.mobile-filter-divider {
    position: relative;
    bottom: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.mobile-sort-button {
    padding: 0px 26px 0px 20px;
    border-radius: 0px 20px 20px 0px;
}

.mobile-side-filter-menu-button img {
    width: 16px;
    margin-right: 2px;
}

.mobile-sort-button img {
    position: relative;
    width: 14px;
    margin-right: 2px;
}

.mobile-button-image {
    display: inline-block;
    filter: brightness(0) invert(1);
}

.mobile-button-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-sort-select-box {
    display: none;
}

.mobile-sort-option {
    display: flex;
    height: 40px;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(80, 80, 80);
    border-bottom: 1px solid rgba(240, 240, 240);
}

.mobile-sort-icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
}

.mobile-sort-icon {
    visibility: visible;
    width: 40px;
    height: 2px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(60, 60, 60);
    display: block;
}

.mobile-sort-radio {
    appearance: none;
    height: 20px;
    min-width: 20px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid rgba(165, 165, 165, 1);
    border-radius: 6px;
}

.mobile-sort-radio:checked {
    background-color: rgb(40, 40, 40);
    border: none;
}

.mobile-sort-option-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 8px;
    font-family: Santral Medium;
    font-size: 14px;
}

.side-filter-menu {
    position: relative;
    height: 800px;
    width: 100%;
    min-width: 220px;
}

.side-filter-menu-header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    text-align: center;
    color: rgb(40, 40, 40);
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
}

.side-filter-menu-x-wrap {
    position: absolute;
    top: 7px;
    left: 10px;
    display: none;
    height: 18px;
    width: 18px;
    padding: 5px;
    border-radius: 100%;
}

.side-filter-menu-x {
    height: 100%;
    width: 100%;
    filter: invert(20%) sepia(0%) saturate(7%) hue-rotate(147deg) brightness(100%) contrast(89%);
}

.side-filter-menu-back-wrap {
    position: absolute;
    top: 7px;
    left: 10px;
    display: none;
    height: 18px;
    width: 18px;
    padding: 5px;
    background-color: rgb(240, 240, 240);
    border-radius: 100%;
}

.side-menu-list {
    list-style-type: none;
    padding: 0px 0px 100px 0px;
    margin: 0px 0px 0px 0px;
}

.menu-item {
    padding: 10px 0px 10px 0px;
}

.menu-item-title {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    color: rgb(40, 40, 40);
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.menu-item-title span {
    white-space: nowrap;
}

.checked-checkboxes {
    display: none;
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    color: rgb(160, 160, 160);
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-filter-menu-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: 0px;
    height: 12px;
    width: 12px;
    background-image: url("https://aurummarketplace.com/Images/Down Arrow.svg");
    background-size: cover;
}

.menu-item-list {
    max-height: 2000px;
    padding: 10px 0px 0px 20px;
    overflow: hidden;
    transition: max-height 0.7s;
}

.mobile-menu-item-title {
    display: none;
}

.menu-item-list-item {
    position: relative;
    list-style-type: none;
    color: rgb(80, 80, 80);
    font-family: Nunito;
    font-size: 14px;
    padding: 4px 0px 4px 0px;
    vertical-align: middle;
}

.menu-item-list-item label {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    border-radius: 10px;
}

.number-of-results {
    position: relative;
    bottom: 1px;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.side-menu-form {
    margin: 0;
}

.checkbox-category-link {
    position: relative;
    padding-right: 2px;
    text-decoration: none;
    color: rgb(80, 80, 80);
    z-index: 1;
}

    .checkbox-category-link:hover {
        cursor: pointer;
    }

    .checkbox-category-link:hover > label {
        background-color: rgb(220, 220, 220);
    }

.checkbox {
    position: relative;
    left: 0px;
    margin: auto;
    appearance: none;
    height: 13px;
    width: 13px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    border: 1px solid rgba(165, 165, 165, 1);
    border-radius: 4px;
}

.checkbox:active {
    background-color: rgb(121, 121, 121);
}

.checkbox:checked + label {
    color: black;
}

.checkbox:checked {
    background-color: rgb(40, 40, 40);
    border: none;
}

.checkbox + label {
    cursor: pointer;
}

    .checkbox:hover + label {
        background-color: rgb(220, 220, 220);
    }

.checkbox-category {
    z-index: -1;
}

.checkbox-category + label {
    z-index: -1;
}

.price-list {
    display: flex;
    justify-content: space-around;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: rgb(80, 80, 80);
    padding: 0px 0px 0px 0px;
}

.price-text-box-wrap {
    display: flex;
}

.text-box {
    height: 70%;
    width: 35%;
    margin: auto;
    padding-left: 10px;
    border: none;
    border-radius: 10px;
}

.to {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Nunito;
    font-size: 12px;
}

.price-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 22px
}

.price-button {
    position: relative;
    height: 22px;
    width: 22px;
    margin: auto;
    color: transparent;
    background-color: white;
    background-image: url("https://aurummarketplace.com/Images/right-arrow.svg");
    background-size: 150%;
    background-position: 40% 52%;
    border: none;
    border-radius: 100%;
    transition: background-color 0.3s,
                background-image 0.3s;
}

    .price-button:hover {
        cursor: pointer;
        background-color: rgb(40, 40, 40);
        background-image: url("https://aurummarketplace.com/Images/right-arrow-white.svg");
    }

.height-zero {
    max-height: 0px;
    height: 0px;
}

.product-list-section {
    position: relative;
    width: 100%;
    max-width: 70vw;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 80px;
    overflow: hidden;
    border: 1px solid rgba(165, 165, 165, 0.3);
}

.top-product-list-section-wrap {
    position: relative;
    height: 40px;
    display: flex;
    column-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 16px;
    transition: transform 0.3s;
}

.form {
    position: relative;
    width: 100%;
    display: flex;
    margin: 0px 0px 0px 0px;
}

    .form:focus-within .recent-searches-dropdown {
        display: block;
    }

.main-search-bar {
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    font-family: Nunito;
    font-size: 14px;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    border-right: 1px solid rgba(0, 0, 0, 0.22);
    border-left: none;
}

    .main-search-bar:focus {
        outline: none;
    }

.main-search-bar::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 30px;
    background-image: url("https://aurummarketplace.com/Images/x.svg");
    background-size: cover;
}

    .main-search-bar::-webkit-search-cancel-button:hover {
        cursor: pointer;
        filter: invert(50%);
    }

.main-search-button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    padding: 0px 0px 0px 0px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-right: none;
    box-sizing: border-box;
    z-index: 1;
}

    .main-search-button:hover {
        cursor: pointer;
    }

.magnifying-glass-search-wrap {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-left: 3px;
    background-color: rgb(200, 200, 200);
    border-radius: 20px 20px 20px 20px;
    transition: 0.2s;
}

    .magnifying-glass-search-wrap:hover {
        min-height: 39px;
        width: 35px;
        margin-left: 0px;
        background-color: rgb(68, 68, 68);
        border-radius: 0px 0px 0px 0px;
    }

.magnifying-glass-search {
    position: absolute;
    top: calc(50% - 11px);
    right: 5px;
    height: 22px;
    width: 22px;
}

    .magnifying-glass-search:hover {
        cursor: pointer;
    }

.recent-searches-dropdown {
    position: absolute;
    top: 40px;
    display: none;
    width: 100%;
    padding: 20px;
    font-family: Nunito;
    font-size: 14px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-top: none;
    box-sizing: border-box;
    box-shadow: 0px 6px 10px -4px rgb(100, 100, 100);
    z-index: 2;
}

.recent-searches-header {
    padding: 10px 0px 5px 0px;
    color: rgb(100, 100, 100);
}

.recent-search-wrap {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}

    .recent-search-wrap:hover {
        cursor: pointer;
        background-color: rgb(240, 240, 240);
    }

.recent-search-wrap[value=""] {
    display: none;
}

.recent-search {
    position: relative;
    top: 1px;
    vertical-align: middle;
}

.recent-search-x-button {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url("https://aurummarketplace.com/Images/x.svg");
    background-size: 115%;
    background-position: center;
}

    .recent-search-x-button:hover {
        filter: brightness(0%) invert(75%);
    }

.grid-filters {
    position: relative;
    height: 100%;
    width: 20%;
}

.select-box {
    position: relative;
    bottom: 0px;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    color: grey;
    font-family: Santral Medium;
    font-size: 12px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.22);
}

    .select-box option {
        height: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.search-result-display-button-wrap {
    display: flex;
    justify-content: space-between;
}

.search-result-query {
    position: relative;
    display: -webkit-box;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: grey;
    font-family: Nunito;
    font-size: 14px;
    margin-top: 8px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.change-product-display-wrap {
    display: flex;
    column-gap: 10px;
    padding-right: 10px;
    margin-top: 8px;
}

.display-button {
    display: flex;
    column-gap: 4px;
    height: 30px;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

    .display-button:hover {
        cursor: pointer;
        background-color: rgb(230, 230, 230);
    }

.display-button-active {
    background-color: rgb(230, 230, 230);
}

.display-list-image {
    position: relative;
    top: 2px;
    width: 26px;
    height: 26px;
    background-image: url("https://aurummarketplace.com/Images/display-list.svg");
    background-size: cover;
}

.display-gallery-image {
    position: relative;
    top: 2px;
    width: 26px;
    height: 26px;
    background-image: url("https://aurummarketplace.com/Images/display-gallery.svg");
    background-size: cover;
}

.display-button-text {
    max-width: 46px;
    line-height: 15px;
    color: rgb(120, 120, 120);
    font-family: Santral Medium;
    font-size: 12px;
}

.grid-main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0px;
    padding: 0px;
    margin-top: 0px;
    list-style-type: none;
    z-index: 1;
}

.product-wrap {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
}

.product {
    display: none;
}

.product-title-price-wrap {
    display: none;
}

.product-overlay-wrap {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    margin: 0px;
    z-index: 2;
}

.product-overlay {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    direction: ltr;
    font-size: 1vw;
    transition: width 0.5s;
}

.carousel-overlay {
    position: relative;
    display: flex;
    height: 100%;
    width: calc(50% - 10px);
    max-width: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}

    .carousel-overlay:hover {
        cursor: pointer;
    }

.button-overlay-wrap {
    position: absolute;
    height: 100%;
    width: calc(50% - 10px);
    max-width: 256px;
    overflow: hidden;
    pointer-events: none;
}

.dot-wrap {
    display: none
}

.product-button-overlay {
    position: absolute;
    height: 100%;
    width: 10%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    pointer-events: auto;
    border: none;
}

.product-button-left-overlay {
    left: 0px;
}

.triangle-left-product {
    position: relative;
    height: 14px;
    width: 14px;
}

.product-button-right-overlay {
    right: 0px;
}

.triangle-right-product {
    position: relative;
    height: 14px;
    width: 14px;
}

    .product-button-overlay:hover {
        cursor: pointer;
        filter: brightness(0%);
    }

.information-overlay {
    position: relative;
    width: 100%;
    padding: 0px;
}

.product-heart-icon-wrap {
    position: absolute;
    top: 6px;
    left: -40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
}

.product-heart-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    height: 100%;
    z-index: 1;
}

    .product-heart-icon:hover {
        filter: invert(35%) sepia(73%) saturate(7131%) hue-rotate(338deg) brightness(95%) contrast(95%);
    }

.product-heart-icon-filled {
    background-image: url("https://aurummarketplace.com/Images/heart-filled-white.svg");
}

    .product-heart-icon-filled:hover {
        background-image: url("https://aurummarketplace.com/Images/heart-filled-white.svg");
    }

.heart-animation + label {
    height: 50%;
    width: 50%;
    margin: auto;
    z-index: 1;
}

.information-interior {
    position: relative;
    height: 100%;
    width: 100%;
}

.new-arrival-overlay {
    display: none;
    padding: 2px 10px 2px 10px;
    margin-right: 10px;
    vertical-align: middle;
    color: white;
    font-family: Santral Bold;
    font-size: 12px;
    white-space: nowrap;
    background-color: rgb(40, 40, 40);
    border-radius: 10px;
}

.information-title {
    margin: 0px;
    margin-left: 10px;
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    color:rgb(60, 60, 60);
}

.title-text {
    text-decoration: none;
    color: rgb(60, 60, 60);
}

    .title-text:hover {
        color: rgb(160, 160, 160);
    }

.information-condition {
    margin-left: 10px;
    font-family: Nunito;
    font-size: 14px;
    color:rgb(120, 120, 120);
}

.information-stone {
    max-height: 50px;
    overflow-y: scroll;
}

.information-stone::-webkit-scrollbar {
    position: relative;
    background-color: transparent;
    width: 4px;
}

.information-stone::-webkit-scrollbar-thumb {
    background-color: rgb(172, 170, 170);
    border-radius: 2px;
}

.information h4 {
    margin: 0px 0px 0px 10px;
    margin-top: 4px;
    font-family: Nunito;
    font-size: 14px;
    color:rgb(60, 60, 60);
}

.information p {
    margin: 0px 0px 0px 10px;
    font-family: Nunito;
    font-size: 14px;
    color:rgb(60, 60, 60);
}

.information-grid-wrap {
    position: relative;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0px 10px 10px;
    font-family: Nunito;
}

.information-price {
    width: 100%;
    top: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color:rgb(60, 60, 60);
}

.shipping-price {
    position: relative;
    bottom: 4px;
    color:rgb(120, 120, 120);
    font-size: 12px;   
}

.product-page-link {
    display: none;
}

.image-product-page-link {
    position: absolute;
    height: 100%;
    width: 100%;
}

.mySlides {
    display: none;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.display-image {
    display: block;
}

.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}

.page-details-container {
    margin-top: 100px;
    height: 36px;
    padding: 20px 10px 20px 10px;
    border-top: 1px solid rgba(165, 165, 165, 0.3);
}

.page-number-navigation-container {
    display: flex;
    justify-content: center;
    column-gap: 4px;
    width: 100%;
    overflow-x: overlay;
}

.page-number-select {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 36px;
    width: 36px;
    text-align: center;
    text-decoration: none;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 14px;
    transition: 0.2s;
}

    .page-number-select:hover {
        cursor: pointer;
        background-color: rgb(220, 220, 220);
    }

.page-selected {
    background-color: rgb(220, 220, 220);
}

.items-per-page-container {
    display: flex;
    justify-content: right;
    column-gap: 4px;
    margin-top: 10px;
}

.items-per-page-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 14px;
    white-space: nowrap;
}

.items-per-page-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 36px;
    width: 36px;
    text-align: center;
    text-decoration: none;
    color: rgb(60, 60, 60);
    font-family: Santral Medium;
    font-size: 14px;
    transition: 0.2s;
}

    .items-per-page-button:hover {
        cursor: pointer;
        background-color: rgb(220, 220, 220);
    }

.items-per-page-selected {
    background-color: rgb(220, 220, 220);
}

@media only screen and (max-width: 768px) {
    .top-section {
        height: 52px;
    }

    .top-bar {
        transition: background-color 0.3s,
                    transform 0.3s,
                    opacity 1s;
    }

    .top-bar-disappear {
        transform: translateY(-50px);
    }

    .side-menu-icon-wrap-disappear {
        opacity: 0;
        transform: translateY(-100%);
    }
    
    .mobile-nav-icon-search-bar-wrap {
        background-color: rgb(244, 244, 248);
    }
    
    .navigation-bar-swipe-scroll {
        top: 52px;
    }

    .navigation-bar-swipe-scroll + .tint {
        top: 52px;
        height: calc(100% + var(--safe-area-bottom) - 52px);
    }
    
    .middle-section {
        display: none;
    }

    .side-menu-product-list-section-wrap {
        margin-top: 60px;
        padding-top: 0px;
    }

    .side-menu-section {
        position: fixed;
        top: 0px;
        right: 0px;
        height: calc(100% + var(--safe-area-bottom));
        width: 80%;
        min-width: 0px;
        padding-top: 40px;
        background-color: white;
        box-sizing: border-box;
        box-shadow: none;
        opacity: 0;
        overflow: hidden;
        transform: translateX(100%);
        z-index: 3;
    }

    .side-menu-section-show {
        opacity: 1;
        transform: translateX(0px);
    }

    .side-filter-menu-x-wrap {
        top: 20px;
        left: auto;
        right: 20px;
        height: 16px;
        width: 16px;
        display: block;
    }

    .side-filter-menu-x {
        filter: invert(22%) sepia(99%) saturate(0%) hue-rotate(159deg) brightness(97%) contrast(78%);
        transform: scale(0.9);
    }

    .side-filter-menu-back-wrap {
        top: 20px;
        left: 20px;
        height: 24px;
        width: 24px;
    }

    .side-filter-menu-back {
        position: relative;
        right: 1px;
        height: 100%;
        width: 100%;
        filter: brightness(0%) invert(40%);
        transform: scale(0.8);
    }

    .mobile-side-filter-menu-tint {
        display: block;
        height: calc(100% + var(--safe-area-bottom));
        pointer-events: auto;
        z-index: 3;
    }

    .mobile-filter-button {
        position: fixed;
        bottom: 20px;
        display: flex;
        height: 30px;
        background-color: rgba(238, 36, 69);
        border-radius: 10px;
        z-index: 2;
    }

    .mobile-button {
        font-family: Nunito;
    }

    .mobile-button-text {
        position: relative;
        top: 1px;
    }

    .mobile-sort-select-box {
        position: fixed;
        bottom: calc(-1 * var(--safe-area-bottom));
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: calc(40px + var(--safe-area-bottom));
        background-color: white;
        border-radius: 20px 20px 0px 0px;
        transform: translateY(100%);
        z-index: 3;
    }

    .mobile-sort-select-box-active {
        transform: translateY(0%);
        z-index: 3;
    }

    .side-filter-menu {
        height: 100%;
    }

    .side-menu-list-mobile-bottom-padding {
        height: 250px;
    }

    .side-menu-list {
        height: 100%;
        padding: 0px 4px 0px 0px;
        overflow-y: scroll;
    }

    .side-menu-list::before {
        content: "";
        position: absolute;
        width: 100%;
    }

    .menu-item {
        padding: 0px;
        border-bottom: 1px solid rgb(240, 240, 240);
    }

    .new-arrivals {
        position: relative;
        visibility: hidden;
    }
    
    .menu-item-title {
        display: flex;
        padding: 20px 0px 20px 0px;
        justify-content: space-between;
        font-size: 14px;
    }

    .checked-checkboxes {
        display: block;
    }

    .side-filter-menu-arrow {
        background-image: url("https://aurummarketplace.com/Images/arrow-right.svg");
    }

    .menu-item-list {
        position: absolute;
        top: 42px;
        right: 0px;
        height: 100%;
        width: 0px;
        padding: 0px;
        padding-bottom: 250px;
        background-color: white;
        box-sizing: border-box;
        transition-duration: 0.2s;
        z-index: 1;
    }
    
    .mobile-menu-item-title {
        display: block;
        margin: 0px;
        margin-top: 20px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 16px;
        font-weight: 500;
    }

    .new-arrivals-list {
        top: 0px;
        height: 44px;
        width: 100%;
        background-color: transparent;
        visibility: visible;
        z-index: 0;
    }

    .display-mobile-menu-item-list {
        width: 100%;
        padding-right: 12px;
        overflow: auto;
    }

    .height-zero {
        max-height: 2000px;
    }

    .menu-item-list-item {
        padding: 12px 0px 12px 0px;
        border-bottom: 1px solid rgb(240, 240, 240);
    }

    .menu-item-list-item-new-arrivals {
        padding: 20px 0px 20px 0px;
    }

    .checkbox {
        height: 20px;
        width: 20px;
        vertical-align: middle;
        border-radius: 6px;
    }

        .checkbox:hover + label {
            background-color: transparent;
        }

    .checkbox + label {
        top: 1px;
        vertical-align: middle;
        color: rgb(40, 40, 40);
    }

    .checkbox-category + label {
        pointer-events: none;
    }

    .checkbox-new-arrivals {
        position: absolute;
        right: -90%;
        z-index: 1;
    }

    .checkbox-new-arrivals:hover + label{
        background-color: transparent;
    }

    .checkbox-new-arrivals + label {
        top: 0px;
        left: -8px;
        z-index: 1;
    }

    .price-list {
        display: block;
        height: calc(100vh - 42px);
        padding: 0px;
    }

    .choose-your-price-header {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        margin-top: 40px;
        font-family: Santral Medium;
    }

    .price-reset-button {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-right: 5%;
        padding: 6px 10px 4px 10px;
        float: right;
        color: white;
        font-family: Nunito;
        font-size: 12px;
        background-color: rgb(20, 20, 20);
        border-radius: 10px;
        z-index: 1;
        transition: 0.3s;
    }

        .price-reset-button:hover {
            background-color: rgb(100, 100, 100);
        }

    .price-text-box-wrap {
        position: relative;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        margin-top: 10px;
        z-index: 1;
    }

    .text-box {
        height: 50px;
        width: 44%;
        margin: 0px;
        font-size: 14px;
        border: 1px solid rgb(200, 200, 200);
    }

    .to {
        font-family: Santral Medium;
        font-size: 14px;
    }

    .price-button-container {
        position: absolute;
        top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: calc(100dvh - 42px);
        width: 100%;
    }

    .price-button {
        top: 0px;
        height: 50px;
        width: 80%;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        color: white;
        font-family: Santral;
        font-size: 16px;
        background-image: none;
        background-color: rgb(20, 20, 20);
        border-radius: 10px;
    }

    .price-button:hover {
        background-image: none;
        background-color: rgb(20, 20, 20);
    }

    .product-list-section {
        max-width: none;
        padding: 0px 10px 0px 10px;
        border: none;
    }

    .top-product-list-section-wrap {
        position: fixed;
        top: 51px;
        left: 0px;
        display: none;
        /* Old search bar
        height: 53px;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 40px;
        padding-right: 0px;
        margin-top: 0px;
        border-bottom: 1px solid rgb(200, 200, 200);
        background-color: rgb(244, 244, 248);
        box-sizing: border-box;
        z-index: 2;
        */
    }
    
    .top-product-list-section-wrap-scroll {
        transform: translateY(-50px);
    }

    .form {
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-search-button {
        position: absolute;
        top: 0px;
        height: 36px;
        min-width: 36px;
        margin-top: auto;
        margin-bottom: auto;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
        border-right: none;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-right: none;
        border-radius: 25px 0px 0px 25px;
        z-index: 1;
    }

    .magnifying-glass-search-wrap {
        position: relative;
        right: 1px;
        display: inline-block;
        height: 30px;
        width: 30px;
        margin-left: 3px;
        background-color: rgb(200, 200, 200);
        border-radius: 20px 20px 20px 20px;
        transition: 0.2s;
    }
    
        .magnifying-glass-search-wrap:hover {
            bottom: 0px;
            right: 3px;
            height: 34px;
            width: 32px;
            margin-left: 3px;
            background-color: rgb(68, 68, 68);
            border-radius: 25px 0px 0px 25px;
        }

    .magnifying-glass-search {
        position: absolute;
        top: calc(50% - 11px);
        right: 5px;
        height: 22px;
        width: 22px;
        filter: none;
    }
    
        .magnifying-glass-search:hover {
            cursor: pointer;
            filter: none;
        }
    
    .main-search-bar {
        position: relative;
        height: 36px;
        max-width: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        box-sizing: border-box;
        padding-top: 7px;
        padding-left: 41px;
        padding-right: 6px;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.22);
        border-radius: 25px;
    }
    
    .main-search-bar::-webkit-search-cancel-button {
        position: relative;
        bottom: 1px;
        height: 20px;
        width: 20px;
        margin-right: 5px;
        background-image: url("https://aurummarketplace.com/Images/x-mobile.svg");
        filter: invert(50%);
    }
    
    .search-result-query {
        margin-top: 0px;
        height: auto;
        font-size: 12px;
    }

    .change-product-display-wrap {
        display: none;
    }

    .grid-filters {
        display: none;
    }

    .grid-main {
        row-gap: 0px;
        margin-top: 0px;
    }

    .product-wrap {
        aspect-ratio: auto;
        padding: 0px;
        padding-top: 50%;
        border-bottom: 1px solid rgb(200, 200, 200);
    }

    .product {
        display: none;
    }

    .product-overlay-wrap {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        height: 100%;
        width: 100%;
        margin: 0px;
        box-shadow: none;
        z-index: 3;
    }

    .product-overlay {
        column-gap: 10px;
        width: 100%;
        margin: 0px;
        font-size: 2.4vw;
    }

    .carousel-overlay {
        display: flex;
        flex-direction: row;
        justify-content: left;
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        max-width: none;
        scroll-snap-type: x mandatory;
        overflow: scroll;
    }

    .carousel-overlay::-webkit-scrollbar {
        display: none;
    }

    .mySlides {
        flex: 0 0 100%;
        height: calc(100% - 20px);
        width: 100%;
        margin: auto;
        margin-right: 4px;
        margin-left: 4px;
        display: block;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        object-position: center;
        -webkit-user-drag: none;
        border-radius: 4px;
    }

    .button-overlay-wrap {
        display: none;
    }

    .dot-wrap {
        position: absolute;
        bottom: 16px;
        display: flex;
        justify-content: center;
        column-gap: 4px;
        width: calc(50% - 20px);
    }

    .dot {
        display: inline-block;
        height: 6px;
        width: 6px;
        border-radius: 100%;
        background-color: rgb(220, 220, 220, 0.8);
        transition: background-color 0.3s;
    }

    .dot-filled {
        background-color: rgb(120, 120, 120, 0.5);
    }

    .information-overlay {
        display: flex;
        width: calc(50% + 20px);
        padding: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-heart-icon-wrap {
        position: absolute;
        top: 14px;
        left: calc(-11vw - 11px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 9vw;
        width: 9vw;
        padding: 1vw;
        background-color: rgba(0, 0, 0, 0.35);
        background-clip: content-box;
        border-radius: 100%;
        z-index: 1;
    }

    .product-heart-icon {
        position: relative;
        top: 1px;
        left: 0px;
        display: inline-block;
        margin: auto;
    }

    .product-heart-icon:hover {
        filter: none;
    }

    .information-interior {
        padding: 10px;
    }

    .new-arrival-overlay {
        display: inline-block;
        height: auto;
        margin-bottom: 4px;
        padding: 2px 10px 2px 10px;
    }

    .information-title {
        display: -webkit-box;
        margin-top: 0px;
        margin-left: 0px;
        line-height: 1.2em;
        font-size: 1.1em;
        font-weight: 500;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .information-condition {
        position: relative;
        bottom: 1px;
        margin-left: 0px;
        font-size: 0.9em;
    }

    .information h4 {
        display: none;
    }

    .information p {
        margin-left: 0px;
        font-family: Santral Medium;
        font-size: 1em;
    }

    .information-grid-wrap {
        position: relative;
        bottom: 0px;
        margin: 0px;
    }

    .information-price {
        position: relative;
        top: 2px;
        margin-top: 2px;
        margin-left: 0px;
        text-align: left;
        font-family: Nunito;
        font-size: 1.2em;
        font-weight: 500;
    }

    .shipping-price {
        position: relative;
        bottom: 2px;
        display: block;
        font-size: 0.9em;
        color: rgb(120, 120, 120);
    }

    .product-page-link {
        min-height: 50px;
        margin-top: 30%;
    }

    .to-product-page-button {
        border-radius: 100px;
    }

    .display-mobile {
        display: block;
    }

    .display-none-mobile {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .product-overlay {
        font-size: 3vw;
    }

    .image-product-page-link {
        width: calc(200% + 40px);
        z-index: 1;
    }

    .product-button-overlay {
        z-index: 1;
    }

    .information-interior {
        padding: 0px;
    }

    .information h4 {
        margin-top: 10px;
        font-size: 1em;
    }

    .information p {
        font-size: 1em;
    }

    .information-price {
        font-size: 1.4em;
    }

    .product-page-link {
        display: none;
    }

    .page-details-container {
        display: block;
        height: auto;
        text-align: center;
    }

    .page-number-navigation-container {
        display: inline-flex;
        justify-content: left;
        min-height: 36px;
        max-width: 100%;
        width: auto;
        padding-bottom: 10px;
        overflow-x: scroll;
    }

    .page-number-select {
        min-width: 36px;
        background-color: rgb(240, 240, 240);
    }
    
    .page-selected {
        background-color: rgb(220, 220, 220);
    }

    .items-per-page-container {
        justify-content: right;
    }
}

@media only screen and (max-width: 350px) {
    .information p {
        display: none;
    }
}