.main-container {
    display: flex;
    background-color: rgb(0, 0, 0);
    height: 678px;
}

.explore-collections__header {
    position: relative;
    padding-left: var(--page-padding);
    width: 30%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.explore-collections__title-small {
    width: 100%;
    letter-spacing: 3px;
}

.explore-collections__divider {
    content: "";
    border-bottom: 2px solid #fff;
    width: 50%;
    margin-top: 25px;
}

.explore-collections__description {
    width: 60%;
}

.explore-collections__title-large {
    letter-spacing: 3px;
}

.explore-collections__title-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.explore-collections__title-link:hover {
    opacity: 0.8;
}

.explore-collections__slider {
    margin-block: 20px;
    width: 70%;

}

.explore-collections__card {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.explore-collections__card-container {
    max-width: 285px;
background-color: #fff;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.explore-collections__card-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 285px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%,
            /* Start with a light overlay at the top */
            rgb(0 0 0 / 0%) 0%,
            /* Transition to a medium overlay */
            rgb(0 0 0 / 0%) 20%,
            /* Darken more as it goes towards the bottom */
            rgba(0, 0, 0, 0.9) 100%
            /* Very dark at the bottom */
        );
    z-index: 1;
}

.explore-collections__card-content {
    color: #fff;
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: start;
    padding-inline: 20px;
}

.explore-collections__card-title {
    width: 70%;
    min-height: 93px;
    text-align: start;
    word-break: auto-phrase;}

.explore-collections__card-link {
    border-bottom: 1px solid;
    text-align: start;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow-x: clip !important;
    overflow-y: visible !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    height: 502px !important;
    justify-content: center;
    align-items: center;
}

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

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.explore-collections__navigation {
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: 6%;
    left: 0;
}

.explore-collections__nav-button {
    margin-inline: 50px;
    cursor: pointer;
}

@media (max-width: 959px) {
    .explore-collections__title-large {
        letter-spacing: 3px;
        font-size: 28px;
        line-height: 40px;
    }
    .button_arrow::after {
        height: 8px !important;
    }
    .explore-collections__header {
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 20px;

        height: 30% !important;
    }

    .explore-collections__description {
        width: 50% !important;
    }

    .explore-collections__slider {
        margin-block: 0px !important;
        width: 100% !important;

    }

    .Card-collection-title {
        min-height: 65px !important;
    }

    .main-container {
        display: flex;
        flex-direction: column;
        padding-left: var(--page-padding);
        padding-right: var(--page-padding);
        padding-block: 20px;
        padding-top: 40px;
        height: 700px;
    }

    .explore-collections__card--bottom {
        transform: translateY(10%) !important;

    }

    .explore-collections__card {
        max-height: 334px;
    }

    .explore-collections__navigation {
        top: 321%;
    }

    .explore-collections__nav-button {
        margin-inline: 20px !important;
    }

    .explore-collections__nav-button svg {
        width: 9px !important;
        height: 22px !important;
    }
}

@media (max-width: 460px) {
    .explore-collections__card-title {
        width: 100% !important;
        min-height: 75px;
        text-align: start;
    }
}

@media (min-width: 959px) {
    .explore-collections__card--bottom {
        transform: translateY(42%) !important;

    }
}