html {
    scroll-behavior: smooth;
}

.feed-container h2 {
    font-size: 26px;
    font-weight: 700;
    color: black;
    text-align: center;
}

.price-clip-path {
    clip-path: polygon(19% 0, 0 100%, 100% 100%, 100% 0);
}

.flex-3-cols {
    flex: 1 1 calc((100% - 32px) / 3);
    box-sizing: border-box;
}

.primary-bg-color {
    background-color: #E6F1EC;
}

.primary-hover-bg-color:hover {
    background-color: #E6F1EC;
}

.secondary-bg-color {
    background-color: #006F3B;
}

.secondary-hover-bg-color:hover {
    background-color: #005A2E;
}

.secondary-hover-text-color:hover {
    color: #005A2E !important;
    fill: #005A2E;
}

.text-primary {
    color: #006F3B;
    fill: #006F3B;
}

.border-primary {
    border: 2px solid #006F3B;
}

.border-secondary {
    border: 2px solid #6C757D;
}

.text-secondary {
    color: #6C757D;
}

.tertairy-bg-color {
    background-color: #25D366;
}

.tertairy-text-color {
    color: #25D366;
    fill: #25D366;
}

.tertairy-hover-bg-color:hover,
.tertairy-hover-bg-color:hover svg,
.tertairy-hover-bg-color:hover svg path {
    background-color: #25D366;
    fill: #FFFFFF;
}

.custom-shadow {
    box-shadow: 0 1px 5px 4px #00000029;
}

.selected-filter-btn,
.selected-rangeFilter-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
    background-color: #E6F1EC;
    border: none;
    border-radius: 0.375rem;
    border: 1px solid #006F3B;
    color: #006F3B;
    font-size: 0.875rem;
    cursor: pointer;
    font-weight: 600;
}

.gallery-item {
    cursor: pointer;
}

/** SWIPER **/

.mox-gallery-swiper {
    width: 100%;
    height: 100%;
}

.mox-gallery-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mox-gallery-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mox-gallery-swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mox-gallery-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.thumbnail-swiper {
    height: 80%;
    width: 100%;
}

.thumbnail-swiper .swiper-slide img {
    object-fit: contain;
}

.main-gallery-swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.main-gallery-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.main-gallery-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mox-gallery-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .archive-nav-container {
        display: flex;
        flex-direction: column;
    }

    .custom-align .info {
        font-size: 14px;
        padding: 5px !important;
    }

    .custom-align .price {
        font-size: 18px;
    }
}

.mox-preview-swiper .swiper-slide {
	width: fit-content !important;
}