@import url("../components/arm-style-collection.css?t=20241202112800");

@import url("../components/arm-category.css?t=20241029113028");

@import url("../components/arm-awoo-tag.css?t=20240802151173");

#fs-page-error-container {
    padding: 0;
}

.features-slider {
    margin-bottom: 30px !important;
    height: 72vh;
    max-width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.features-slider-img {
    width: 100%;
    object-fit: cover;
    height: 72vh;
}

.features-slider.slick-dotted.slick-slider {
    margin-bottom: 30px !important;
}

.custom-slick-dots {
    display: flex;
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    left: 0;
    justify-content: flex-start;
    width: 100%;
}

.custom-slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 1px;
    background-color: #DDDDDDCC;
}

.custom-slick-dots li {
    width: calc((100vw - 40px) / 5);
    max-width: 90px;
    min-width: 10px;
    height: 3px;
    padding: 5px;
}

.custom-slick-dots li.slick-active button {
    background-color: #B0976ECC;
}

.feature-main-container {
    position: relative;
    left: 21.5px;
    bottom: calc(59px + 168px);
    margin-bottom: -168px;
}

.feature-title {
    color: var(--color__white);
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-family__bayon);
}

.feature-info {
    color: var(--color__white);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family__roboto);
}

.features-slider.slick-slider a.slick-slide {
    text-decoration: none;
}

.features-slider div.slick-slide:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient( transparent 50%, rgba(0, 0, 0, 0.4));
    top: 0;
    left: 0;
}

.feature-slide-container.slick-slide {
    position: relative;
}

button.feature-btn {
    margin: 0;
    padding: 16px;
    background-color: transparent;
    border-width: 1px;
    border-color: var(--color__grey);
    border-radius: 40px;
    border-style: solid;
    width: 240px;
    font-size: 13px;
}

.feature-btn-area {
    margin-top: 30px;
}

.category-main-panel-row .category-main-panel-row-item:nth-last-of-type(2),
.category-main-panel-row .category-main-panel-row-item:nth-last-of-type(1){
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .features-slider div.slick-slide:before {
        content: none;
    }

    .features-slider {
        margin-bottom: 60px !important;
        position: relative;
        max-height: 100vh;
        width: 100%;
        height: 60vh;
    }

    .custom-slick-dots {
        justify-content: flex-end;
        bottom: 50px;
        right: 80px;
        z-index: 99;
    }

    .custom-slick-dots li {
        width: calc((100vw - 160px) / 10);
    }

    .feature-main-container {
        bottom: calc(209px + 193px);
        max-width: 1400px;
        margin: 0 auto;
        margin-bottom: -209px;
    }

    .feature-title {
        font-size: 56px;
    }

    .feature-info {
        font-size: 20px;
    }

    button.feature-btn {
        width: 280px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1440px) {
    .features-slider.slick-dotted.slick-slider {
        margin-bottom: 60px !important;
    }

    .features-slider {
        height: 90vh;
    }

    .feature-main-container {
        left: 0;
    }

    .features-slider-img {
        height: 90vh;
        width: 100%;
    }
}