.custom-categories-outer {
    margin-top: 45px;
}

.custom-categories-inner-container {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 50px;
    min-height: 350px;
    overflow-x: auto;
    margin-bottom: 53px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    scrollbar-width: none;
}

.custom-categories-inner-container-overlay:hover {
    cursor: pointer;
}

.custom-categories-title {
    padding-left: 30px;
    margin-bottom: 41px;
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
    font-size: 24px;
}

.custom-categories-inner {
    display: inline-block;
    height: 100%;
    flex-shrink: 0;
}

.custom-categories-inner:hover {
    cursor: pointer;
}

.custom-categories-inner > div:first-child {
    height: calc(100% - 42px) !important;
}

.custom-categories-inner > div:first-child > img {
    width: 253px;
    height: 308px;
    user-select: none;
}

.custom-categories-inner > div:nth-child(2) {
    width: 253px;
    min-height: 40px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    white-space: normal;
    word-break: break-word;
}

.custom-cart-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 15px 23px 15px 23px;
    border-radius: 100px;
    border: 1px solid #939393;
    font-family: 'SuisseIntl-Light';
    text-transform: uppercase;
    color: #939393;
}

.custom-cart-filter:hover {
    cursor: pointer;
}

.custom-cart-category-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-cart-filter-sort {
    height: 46px !important;
    border: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SuisseIntl-Light' !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 15.56px !important;
    color: #939393 !important;
}

.et_pb_section {
    padding-bottom: 0px !important;
}

#main-content .container-fluid.cart-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}