/* .selected-category {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid blue;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            scale: 1.5 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } */

.categorySwiper {
    height: 85vh;
    /* padding: 10px; */
    border-radius: 0px !important;
}

#info-container {
    min-height: 100vh;
    padding: 10px;
    /* background-image: url("{{ theme_asset(path: 'public/assets/front-end/img/bg-y.png') }}");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

#products-container {
    padding: 0px !important;
}

.categorySwiper .swiper-slide {
    cursor: pointer;
    /* transition: width 0.2s linear; */
    /* transition: height 0.2s linear; */
    transition: padding 0.2s linear;
    /* margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px; */
}

.categorySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.categorySwiper .swiper-slide .category-name {
    text-align: center;
    font-size: inherit;
}

.categorySwiper
    .swiper-slide:not(
        .swiper-slide-active,
        .swiper-slide-prev,
        .swiper-slide-next
    ) {
    width: 20% !important;
    font-size: 5px;
}

.categorySwiper .swiper-slide-prev {
    width: 40% !important;
    font-size: 8px;
}

.categorySwiper .swiper-slide-next {
    width: 40% !important;
    font-size: 8px;
}

.categorySwiper .swiper-slide-active {
    width: 80% !important;
    font-size: 10px;
}

.categorySwiper .category-image-container {
    position: relative;
}
.categorySwiper .swiper-slide-active .category-image-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 102, 255, 0.677);
    z-index: 1000000000;
    left: 0;
    top: 0;
}
.categorySwiper
    .swiper-slide:not(.swiper-slide-active)
    .category-image-container::after {
    content: "";
    position: absolute;
    width: 100%;
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000000000;
    left: 0;
    top: 0;
}

.productSwiper {
    width: 100%;
    height: 100vh;
}
body {
    overflow: hidden;
}
.productSwiper .swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor: pointer; */
    /* margin-left: 5px;                                                                     margin-right: 5px; */
    position: relative;
    z-index: -100000000 !important;
}

.productSwiper .swiper-slide .product-image-container {
    position: absolute;
    z-index: 100000000 !important;
    cursor: pointer;
}

.productSwiper .swiper-slide .product-image-container .product-name {
    text-align: center;
    font-size: inherit;
    font-weight: normal !important;
}

/* .productSwiper .swiper-slide img{
    max-height: 300px !important;
} */

.productSwiper .swiper-slide-active .product-image-container {
    width: 100% !important;
    height: auto !important;
    font-size: 12px !important;
}
.productSwiper .swiper-slide-active .product-image-container img {
    max-height: 400px !important;
}

.productSwiper
    .swiper-slide:not(
        .swiper-slide-active,
        .swiper-slide-prev,
        .swiper-slide-next
    )
    .product-image-container
    img {
    /* 25% */
    max-height: 133px !important;
}

.productSwiper .swiper-slide-prev .product-image-container img {
    /* 50% */
    max-height: 200px !important;
}

.productSwiper .swiper-slide-next .product-image-container img {
    /* 50% */
    max-height: 200px !important;
}
.productSwiper
    .swiper-slide:not(
        .swiper-slide-active,
        .swiper-slide-prev,
        .swiper-slide-next
    )
    .product-image-container {
    width: 25% !important;
    height: auto !important;
    font-size: 8px !important;
}

.productSwiper .swiper-slide-prev .product-image-container {
    width: 50% !important;
    height: auto !important;
    left: 0;
    font-size: 10px !important;
}

.productSwiper .swiper-slide-next .product-image-container {
    width: 50% !important;
    height: auto !important;
    right: 0;
    font-size: 10px !important;
}

.product-features {
    background-color: #c7f4ff;
    background: linear-gradient(to right, #c7f4ff, white);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 240px;
    /* border-radius: 10px; */
    /* border-top-left-radius: 30%; */
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    display: flex;
    /* align-items: flex-end; */
    height: fit-content;
}

.product-features > div {
    height: 80%;
    overflow-y: scroll;
    width: 100%;
    font-weight: normal !important;
}

.product-features * {
    word-break: break-all !important;
}

.product-features h5 {
    position: absolute;
    bottom: 0;
}

.product-widget {
    width: 80px;
    height: 80px;
}

.product-details,
.product-details * {
    font-weight: normal !important;
    font-size: 13px;
}

#product-details-row {
    height: 200px;
}

#products-first-background,
.products-first-background {
    background: linear-gradient(to right, silver, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

#products-second-background,
.products-second-background {
    background: linear-gradient(to left, silver, transparent);
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}

#categories-first-background,
.categories-first-background {
    background: linear-gradient(to bottom, silver, transparent) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
}

#categories-second-background,
.categories-second-background {
    background: linear-gradient(to top, silver, transparent) !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
}

.product-main-features {
    height: calc(80px * 4.7);
}

.product-installation {
    height: calc(80px * 4.3);
}

.product-techincal-data {
    height: calc(80px * 3.9);
}

.product-accessories {
    height: calc(80px * 3.5);
}

#category-swiper-button-next {
    position: absolute;
    bottom: 0%;
    transform: rotate(90deg) translateY(39%);
    left: 50%;
    margin-top: 70% !important;
}

#category-swiper-button-prev {
    position: absolute;
    top: 3%;
    transform: rotate(90deg) translateY(39%);
    left: 50%;
}

#category-swiper-button-prev::after,
#category-swiper-button-next::after {
    font-size: 16px;
}
.carousel-inner .carousel-item img {
    width: 100vw !important;
    height: 90vh !important;
    max-height: unset !important;
    object-fit: contain !important;
    /* object-position: center !important; */
    /* object-fit:fill; */
}

.category-image-container img {
    max-height: 180px;
}

/* .owl-carousel .owl-item a {
    height: 100vh !important;
}

.owl-carousel .owl-item {
    height: 100vh !important;
} */

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* .categorySwiper
        .swiper-slide:not(
            .swiper-slide-active,
            .swiper-slide-prev,
            .swiper-slide-next
        ) {
        width: 22.5% !important;
        height: auto !important;
    }

    .categorySwiper .swiper-slide-prev {
        width: 45% !important;
        height: auto !important;
    }

    .categorySwiper .swiper-slide-next {
        width: 45% !important;
        height: auto !important;
    }

    .categorySwiper .swiper-slide-active {
        width: 90% !important;
        height: auto !important;
    } */
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
