#sopf {
    border-top: 1px solid #1C1C1C;
}
.sopf-filters {
    display: flex;
    justify-content: space-between;
    padding: 9px 0 0;
}
.sopf-filter {
    display: block;
    width: auto;
    flex: 0 0 auto;
}
.sopf-filter h6 {
    margin-bottom: 8px;
    font-family: "allumi-std-extended";
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.9px;
    line-height: 16px;
    text-transform: uppercase;
}
.sopf-filter select {
    min-width: 116px;
    padding: 4px 35px 4px 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid #1C1C1C;
    border-radius: 50px;
    appearance: none;
    color: #1C1C1C !important;
}
.sopf-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 34px;
}
.sopf-current, .sopf-current-filters {
    color: #1C1C1C;
    font-family: "allumi-std-extended";
    font-size: 9px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.sopf-current-filters {
    display: none;
}
#sopf .sopf-reset {
    padding: 0;
    background: none;
    border: 0;
    color: #435FC2;
    font-family: "allumi-std-extended";
    font-size: 9px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.sopf-reset:hover {
    text-decoration: none;
}
.sopf-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* space-between; */
    column-gap: 32px;
    row-gap: 40px;
}
.sopf-product {
    width: 282px;
    padding: 30px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-align: center;
}
.sopf-product:hover {
    border-color: rgba(184, 184, 184, 0.85);
}
.sopf-product .img {
    height: auto;
    width: 100%;
    aspect-ratio: 200 / 150;
    margin-bottom: 24px;
    /* background-color: #efefef; */
    border-radius: 10px;
}
.sopf-product .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}
.sopf-product h3 {
    margin: 0 !important;
    color: #1C1C1C;
    /* font-family: Allumi Std;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; */
}
.sopf-product p {
    margin: 0 !important;
    color: #1C1C1C;
    font-family: "allumi-std";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.sopf-no-products {
    display: none;
    width: 100% !important;
    padding-top: 6px;
    padding-bottom: 6px;
    border-color: rgba(184, 184, 184, 0.85) !important;
}
.sopf-no-products img {
    display: block;
    margin: 0 auto 24px;
}
.sopf-products .sopf-no-products > * {
    max-width: 636px;
    margin: 24px auto !important;
    text-align: center;
}
.sopf-no-products p {
    color: #4F4F4F;
    font-size: 18px;
    line-height: 24px;
}
.sopf-no-products a {
    color: #4F4F4F;
    text-decoration: underline;
}
.sopf-no-products a:hover {
    text-decoration: none;
}
.sopf-filters-toggle {
    display: none;
}
.sopf-filters-toggle h6 {
    margin: 0 0 6px;
    color: #000;
    font-family: "allumi-std-extended";
    font-size: 8px;
    font-weight: 800;
    line-height: 16.5px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.sopf-filters-toggle button {
    width: 100%;
    border: 1px solid #1C1C1C;
    border-radius: 999px;
    color: #1C1C1C;
    font-family: "allumi-std";
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}
.sopf-filters .sopf-apply-filters {
    display: none;
    margin: 70px auto 0;
    padding: 5px 27px;
    background-color: #1C1C1C;
    border: 1px solid #1C1C1C !important;
    border-radius: 999px;
    color: #FFF;
    font-family: "allumi-std";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    transition: 300ms;
}
.sopf-filters .sopf-apply-filters:hover {
    background-color: #ffffff !important;
    color: #1c1c1c !important;
}
.sopf-filters-close {
    display: none;
    position: absolute;
    right: 22px;
    top: 2px;
    padding: 1rem !important;
    border: none !important;
    color: #1C1C1C;
    font-family: "allumi-std-extended" !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 16.5px !important;
    letter-spacing: 0.8px !important;
    text-decoration: underline !important;
    text-transform: uppercase;
}
.sopf-filters-close:active, .sopf-filters-close:focus {
    border: none !important;
    outline: none !important;
    color: #1C1C1C !important;
}
.sopf-filters-close:hover {
    color: #1C1C1C !important;
    text-decoration: none !important;
}
@media (min-width: 1025px) {
	.sopf-filters {
		display: flex !important;
	}
}
@media (max-width: 1024px) {
    #sopf {
        border: none;
    }
    .sopf-filter-section {
        padding: 17px;
        border-bottom: 2px solid #EDEDED;
    }
    .sopf-filters {
        display: none;
        position: fixed;
        height: auto;
        width: 100vw;
        left: 0;
        top: 0;
        padding: 40px 38px;
        background-color: #ffffff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        flex-direction: column;
    }
    .sopf-filters .sopf-filter {
        margin-top: 20px;
    }
    .sopf-filters .sopf-filter:first-of-type {
        margin-top: 0;
    }
    .sopf-filter h6 {
        margin-top: 0;
    }
    .sopf-filter select {
        height: 42px;
    }
    .sopf-actions {
        margin: 8px 0 0;
    }
    .sopf-filters-toggle {
        display: block;
    }
    .sopf-filters .sopf-apply-filters {
        display: block;
    }
    .sopf-filters-close {
        display: block;
    }
    .sopf-current {
        display: none;
    }
    .sopf-current-filters {
        display: block;
    }
    .sopf-products {
        padding: 26px 38px;
        row-gap: 15px;
    }
    .sopf-product {
        width: 100%;
        border-color: rgba(184, 184, 184, 0.85);
    }
}