.sl {
    position: relative;
}

.sl .slide-counter {
    position: absolute;
    font-size: 11px;
    top: 9px;
    line-height: 16.5pt;
    letter-spacing: -0.22pt;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1px 6px;
    border-radius: 12px;
    height: 24px;
    background: rgba(0, 0, 0, 0.48);
    color: rgb(255, 255, 255);
    z-index: 1;
    right: 24px;
    margin: 5px 0px;
    animation-name: fadeOut;
    animation-duration: 200ms;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.sl .slide-counter span {
    margin: 0 2px;
    box-sizing: border-box;
}

.slick-track {
    margin-left: unset;
}

.slider-nav {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0px 54px 0px 65px;
}

.slider-nav .slick-slide {
    width: 60px !important;
    height: 44px !important;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 0;
    margin-right: 8px;
}

.slider-nav .slick-current {
    border: 2px solid white;
}

.paginator-center {
    position: absolute;
    top: 38%;
    right: 20px;
    left: 20px;
}

.slider-content {
    height: 374px;
    flex: 1 1;
}


.mobile-slider .slick-slide+.slick-slide div {
    padding-right: 5px;
    padding-left: 5px;
    display: block;

}

.arrow-new-prev,
.arrow-new-next,
.arrow-category-next,
.arrow-category-prev {
    opacity: .72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 36px;
    border-radius: 18px;
    border: solid 2px #dfdfdf !important;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.72;
}

.arrow-new-prev:hover,
.arrow-new-next:hover,
.arrow-category-next:hover,
.arrow-category-prev:hover {
    opacity: 1;
}

.arrow-new-prev:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 stroke=%27%23fff%27 fill=%27none%27%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27%3E %3Cpath d=%27M15.531 8H1.47M8.031 14.682L1.47 8 8.03 1.318%27/%3E %3C/g%3E %3C/svg%3E');
    width: 15px;
    height: 14px;
    position: absolute;
    top: 9px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.arrow-category-prev {
    position: absolute;
    top: -18px;
    left: -119px;
    width: 150px;
}

.arrow-category-next {
    position: absolute;
    top: -18px;
    right: -119px;
    width: 150px;
}

.arrow-new-next:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 stroke=%27%23fff%27 fill=%27none%27%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27%3E %3Cpath d=%27M1.469 8H15.53M8.969 14.682L15.53 8 8.97 1.318%27/%3E %3C/g%3E %3C/svg%3E');
    width: 15px;
    height: 14px;
    position: absolute;
    top: 9px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.arrow-category-text:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 stroke=%27%23fff%27 fill=%27none%27%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27%3E %3Cpath d=%27M1.469 8H15.53M8.969 14.682L15.53 8 8.97 1.318%27/%3E %3C/g%3E %3C/svg%3E');
    width: 15px;
    height: 14px;
    position: absolute;
    top: 9px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    right: 10px;
}

.arrow-category-text.prev:after {
    display: none;
}

.arrow-category-text.prev {
    margin-right: 0;
    margin-left: 20px;
    color: #fff;
}

.arrow-category-text.prev:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 viewBox=%270 0 17 16%27 stroke=%27%23fff%27 fill=%27none%27%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27%3E %3Cpath d=%27M15.531 8H1.47M8.031 14.682L1.47 8 8.03 1.318%27/%3E %3C/g%3E %3C/svg%3E');
    width: 15px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 9px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-right: 5px;
}

.arrow-category-text {
    line-height: 2.5;
    margin-right: 20px;
    color: #fff;
}

.slider-tab-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 13px;
    position: absolute;
    width: 100%;
    z-index: 0;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slider-tab-nav {
    padding: 8px 16px;
    margin-left: 12px;
    margin-right: 12px;
    border: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.slider-tab-nav-span {
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.slider-tab-nav-active .slider-tab-nav-span {
    color: var(--var-dark-gray-color) !important;
}

.slider-tab-nav-active {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-webkit-radius: 20px;
    zoom: 1;
    background-color: var(--var-product-card-background);
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px #21252914;
}

.slider-tab-nav-active:after {
    content: "";
    position: absolute;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-top: solid 8px #fff;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    bottom: -5px;
}

.feature-banners,
.dynamic-banners {
    text-align: center;
    justify-content: space-between;
    /* padding: 10px; */
}

.dynamic-banner {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 20%;
}

.dynamic-banner .dheader {
    margin-bottom: 15px;
    font-size: 19px;
}

.feature-banner {
    transition: all .3s cubic-bezier(.18, .89, .45, 1.36);
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.feature-banner span {
    margin-top: 8px;
    display: block;
}

.feature-banner:first-of-type,
.feature-banner+.feature-banner {
    margin-right: 30px;
}

.feature-banner:last-of-type,
.dynamic-banner:last-of-type {
    margin-right: 0;
}

.dynamic-banner img {
    border-radius: 10px;
    width: 227px;
    height: 100%;
}

.feature-banner img {
    width: 170px;
    height: 250px;
    object-fit: cover;
}

.feature-banner:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.dynamic-banner img.desktop {
    border-radius: 10px;
    width: 128px;
}

.dynamic-banner img.desktop {
    width: 100%;
    border: unset;
    height: 408px;
    object-fit: cover;
}

.feature-banner img.mobile,
.dynamic-banner img.mobile {
    border-radius: 5px;
    width: 100%;
    display: none;
}

@media (min-width: 100px) and (max-width: 299px) {
    .dynamic-banner {
        margin-bottom: 8px;
        height: 150px;
        padding: 0;
        width: 100%;
    }

    .dynamic-banner img.desktop {
        display: none;
    }

    .dynamic-banner img.mobile {
        display: block;
    }
}

@media (min-width: 300px) and (max-width: 519px) {
    .dynamic-banner {
        margin-bottom: 8px;
        height: 150px;
        padding: 0;
        width: 100%;
    }

    .dynamic-banner img.desktop {
        display: none;
    }

    .dynamic-banner img.mobile {
        display: block;
    }
}


@media (min-width: 520px) and (max-width: 720px) {
    .dynamic-banner {
        margin-bottom: 8px;
        height: 150px;
        padding: 0;
        width: 100%;
    }

    .dynamic-banner img.desktop {
        display: none;
    }

    .dynamic-banner img.mobile {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .feature-banner {
        margin-bottom: 0;
    }

    .feature-banner img.desktop {
        display: none;
    }

    .feature-banner img.mobile {
        display: block;
    }

    .feature-banner span {
        display: none !important;
    }

    .container-l-fw {
        width: 100% !important;
        padding: 0 !important;
    }

    .container-fluid.for-story {
        margin: auto;
        width: 100%;
    }

    .container-fluid.with-mobile {
        margin: auto;
        width: 100%;
    }

    .header-menu ul li a {
        line-height: 18px;
    }
}

.storylist {
    overflow: hidden;
}

.storylist.slick-initialized {
    overflow: initial;
}

.stories ul {
    list-style: none;
}

.stories .story-item {
    display: inline-block;
    border-radius: 0;
    background: #f36f24;
    width: 100%;
    height: 60px;
    padding: 12px;
}

.stories .story-item:hover {}

.stories .story-item img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: 100%;
    display: inline !important;
    object-fit: contain;
}

@media only screen and (max-width: 922px) {
    .stories .story-container {
        margin-right: 5px;
        margin-left: 5px;
        flex-shrink: 0;
        width: 27%;
    }

    .stories {
        margin-top: 0 !important;
    }

    .stories .story-item {
        height: 50px !important;
    }
}

.story-container {
    margin-right: 0;
    padding: 0;
    overflow: hidden;
}

.story-container:hover .story-item {
    background-color: #d46129;
}

.story-container:hover img {
    filter: drop-shadow(2px 2px 8px white);
}

.story-container:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.story-container:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.container-fluid.storie {
    width: 75%;
}

section.stories .storylist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(4.75rem, 1fr));
    grid-auto-flow: column;
    grid-column-gap: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    flex: 1 1;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

@media only screen and (min-width: 1025px) {
    .product-top.shroom-style-0:not(.slick-initialized) {
        margin-top: 7px;
        padding-bottom: 8px;
        flex-wrap: nowrap !important;
    }

    .product-top.shroom-style-0:not(.slick-initialized) .product-base:nth-of-type(1n+8) {
        display: none;
    }

    .product-base {
        width: 14.2%;
    }
}

.slider-style .slick-slide {
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.product-top.slider-style .slick-track {
    gap: 0 !important;
}

.slider-style .product-item {
    display: flex;
    flex-wrap: nowrap;
}

.slider-style .product-item .product-image {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.slider-style .product-item .product-detail {
    width: 55%;
    padding: 16px 25px;
}

.slider-style .product-item .pimg-base {
    height: 100%;
    width: 100%;
}

.slider-style .product-item .pimg-link {
    height: 335px;
    width: 45%;
}

.slider-style .product-item .product-name {
    color: #fff;
    font-size: 23px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.slider-style .product-item .star-rating-container {
    zoom: 1.5;
}

.slider-style .product-item .p-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0 0;
}

.slider-style .product-item .p-tags .p-tag {
    background-color: #424242;
    border-radius: 5px;
    color: #eee;
    font-size: 12px;
    font-weight: 400;
    padding: 0.125rem 0.375rem;
    white-space: pre;
}

.slider-style .product-item .p-description {
    font-size: 15px;
    letter-spacing: 1.2px;
    margin: 10px 0;
}

.slider-style .product-item .list-price {
    font-size: 16px !important;
}

.slider-style .product-item .sales-price {
    font-size: 22px !important;
}

.slider-style .product-base.px-3 {
    padding: 0 !important;
}

.slider-style .product-base.px-3 .product-item {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .slider-style .product-base.px-3 .product-item {
        width: 100% !important;
        flex-direction: column;
    }

    .slider-style .product-item .pimg-link {
        height: 218px;
        width: 100%
    }

    .slider-style .product-item .product-detail {
        width: 100%;
        padding: 10px 15px;
    }

    .slider-style .product-item .p-description,
    .slider-style .product-item .p-tags {
        display: none;
    }

    .slider-style .product-item .sales-price {
        font-size: 17px !important;
    }

    .slider-style .product-item .list-price {
        font-size: 14px !important;
    }

    .slider-style .product-base.px-3 {
        margin: 0;
        padding: 0 1px !important;
    }

    .slider-style {
        overflow: hidden;
    }

    .slick-dotted.slick-slider {
        margin: 0;
    }

    .slider-style .product-item .product-name {
        font-size: 17px;
    }

    .slider-style .product-item .star-rating-container {
        zoom: 1.1;
    }

    .slider-style .product-item .product-card-bottom {
        height: 100%;
    }

    .slider-style .product-base.px-3 {
        padding: 0 !important;
        margin: 0 !important;
    }
}

.slider-detail video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-banner video {
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 4px;
}

.slider-price-area {
    justify-content: space-between;
    padding: 0 15px 0 0;
    align-items: center;
}

.full-width-wrapper {
    display: block;
    height: 792px;
}

.full-width-inner {
    background: linear-gradient(80deg, rgba(50, 50, 50, .4), #323232 35%);
    display: block;
    height: 792px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-width-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(80deg, rgb(255 255 255 / 0%), #ffffffe0 60%);
}

.full-width-wrapper .showroom-fw {
    padding: 18px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.full-width-wrapper .showroom-fw .showroom-right .showroom-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.full-width-wrapper .showroom-fw .showroom-right .showroom-title span {
    font-size: 27px;
}

.full-width-wrapper .showroom-fw .showroom-right .showroom-title a {
    height: 42px;
}

.full-width-wrapper .showroom-fw .showroom-left {
    flex: 0 0 360px;
    height: 590px;
    margin-right: 45px;
    position: relative;
}

.full-width-wrapper .showroom-fw .showroom-right {
    width: 100%;
    max-width: 795px;
}

.full-width-wrapper .showroom-fw .showroom-right .product-top {
    align-content: flex-start;
    margin-top: 15px;
    height: 707px;
    overflow: hidden;
    gap: 12px;
}

.full-width-wrapper .showroom-fw .showroom-right .product-top .product-base {
    width: calc(25% - 9px) !important;
}

.full-width-wrapper .showroom-fw .showroom-right .pimg-base {
    height: 220px !important;
}

@media only screen and (max-width: 768px) {
    .full-width-wrapper .showroom-fw .showroom-left {
        display: none;
    }

    .full-width-wrapper .showroom-fw .showroom-right {
        max-width: auto;
    }

    .full-width-wrapper .showroom-fw {
        padding: 8px;
    }

    .full-width-wrapper .showroom-fw .showroom-right .product-top {
        align-content: flex-start;
        overflow-y: auto;
        flex-direction: row;
        flex-wrap: wrap !important;
        padding: 0 10px 0 0;
        justify-content: flex-start;
        align-items: flex-start;
        height: 517px;
        margin-top: 15px;
    }

    .full-width-wrapper .showroom-fw .showroom-right .showroom-title span {
        font-size: 22px;
    }

    .full-width-wrapper .showroom-fw .showroom-right .showroom-title a {
        height: 36px;
    }

    .full-width-inner,
    .full-width-wrapper {
        height: 590px;
    }

    .full-width-wrapper .showroom-fw .showroom-right .product-top .product-base {
        width: calc(50% - 9px) !important;
    }

    .full-width-wrapper .row.product-top:not(.slider-style) .product-base {
        flex: 1 1;
    }
}

.showroom-categories {
    display: flex;
    flex-wrap: wrap !important;
    gap: 1.5rem;
    margin: 20px 0;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding-top: 1.3rem;
}

.showroom-categories.horizontal {
    gap: 0.5rem;
    padding: 0;
}

.showroom-categories a {
    display: block;
    width: calc((100% - 10.5rem) / 8);
}

.showroom-categories .category-box {
    width: 100%;
    position: relative;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.25));
    transition: all .5s;
}

.showroom-categories .category-box:hover,
.showroom-categories .category-box.active {
    filter: drop-shadow(0 35px 10px rgba(0, 0, 0, 0.8));
    transition: all .5s;
}

.showroom-categories .category-box .category-bg {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .5s;
    border-radius: 6px;
    overflow: hidden;
}

.showroom-categories .category-box:hover .category-bg,
.showroom-categories .category-box.active .category-bg {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    transition: all .5s;
}

.showroom-categories .category-box:hover .category-bg::before,
.showroom-categories .category-box:hover .category-bg::after,
.showroom-categories .category-box.active .category-bg::before,
.showroom-categories .category-box.active .category-bg::after {
    opacity: 1;
}

.showroom-categories .category-box:hover .category-bg::after,
.showroom-categories .category-box.active .category-bg::after {
    height: 120px;
}

.showroom-categories .category-box .category-logo {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 15px;
    left: 0;
    transition: all .4s;
    z-index: 3;
}

.showroom-categories .category-box:hover .category-logo,
.showroom-categories .category-box.active .category-logo {
    transform: translate3d(0%, -30px, 100px);
}

.showroom-categories .category-box .category-front {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.showroom-categories .category-box img {
    aspect-ratio: auto !important;
}

.showroom-categories .category-box:hover .category-front,
.showroom-categories .category-box.active .category-front {
    opacity: 1;
    transform: translate3d(0%, -35px, 100px);
}

.showroom-categories .category-box .category-bg::before,
.showroom-categories .category-box .category-bg::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all .5s;
    position: absolute;
    left: 0;
    z-index: 3;
}

.showroom-categories .category-box .category-bg::before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgb(12, 13, 19) 97%);
}

.showroom-categories .category-box .category-bg::after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgb(12, 13, 19) 97%);
}

.showroom-categories .category-box .category-bg img {
    width: 100%;
    position: relative;
    object-fit: cover;
    z-index: 2;
}

.showroom-categories .category-box .category-logo img {
    width: auto;
    max-width: 80%;
    max-height: 50px;
    display: inline-block;
}

.showroom-categories .category-box-horizontal {
    width: calc((100% - 1.5rem) / 4);
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 5px;
    color: #454545;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    height: 49px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-out;
    padding: 0 6px;
}

.showroom-categories .category-box-horizontal:hover {
    transition: all .2s ease-out;
    background-color: #f36f24;
    color: #fff;
}

.showroom-categories .category-box-horizontal img {
    height: 37px;
    width: 37px;
}

.showroom-categories .category-box-horizontal .category-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .showroom-categories a {
        width: calc((100% - 3rem) / 3);
    }

    .showroom-categories .category-box {
        filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.8));
        transition: all .5s;
    }

    .showroom-categories .category-box .category-bg {
        transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
        transition: all .5s;
    }

    .showroom-categories .category-box .category-bg::before,
    .showroom-categories .category-box .category-bg::after {
        opacity: 1;
    }

    .showroom-categories .category-box .category-bg::after {
        height: 120px;
    }

    .showroom-categories .category-box .category-logo {
        transform: translate3d(0%, -30px, 100px);
    }

    .showroom-categories .category-box .category-front {
        opacity: 1;
        transform: translate3d(0%, -35px, 100px);
    }

    .showroom-categories .category-box-horizontal {
        width: calc((100% - 0.5rem) / 2);
    }
}

.showroom-comment-head {
    height: 300px;
    display: block;
}

.showroom-comment-head .showroom-comment-head-width {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fafafa;
    height: 300px;
    z-index: -1;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}

.showroom-comment-head .showroom-comment-head-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
    height: 100%;
}

.showroom-comment-head .showroom-comment-head-wrap .showroom-img {
    width: 280px;
    height: 100%;
    object-fit: contain;
    padding-top: 15px;
}

.showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}

.showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details .star-rating-container {
    zoom: 1.5;
}

.showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details p {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    color: #383838;
    font-size: 19px;
}

.showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details .feedback-box {
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    background: linear-gradient(10deg, #ff8000, transparent) #ff4020;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    box-sizing: border-box;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    -webkit-appearance: none;
    transition: background-color .2s;
}

.showroom-comment-body {
    display: block;
    height: 220px;
}

.showroom-comments {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 240px;
}

.showroom-comments .item {
    height: 170px;
    background: #fafafa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 15px;
    width: calc(100% - 30px);
    box-shadow: 0 6px 11px #0000001c;
    border: 1px solid #ededed;
}

.showroom-comments .item .user {
    display: flex;
}

.showroom-comments .item .user .avatar {
    margin-right: 15px;
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    border-radius: 30%;
    background-size: 100%;
    background-color: #101010;
    display: flex;
    transition: .2s;
}

.showroom-comments .item .user img {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    transition: all .1s ease;
    object-fit: cover;
}

.showroom-comments .item .user .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.showroom-comments .item .user .info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.showroom-comments .item .text:not(.in).readmore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 43px;
    -webkit-box-orient: vertical;
}

.showroom-comments .item .text.readmore {
    cursor: pointer;
}

.showroom-comments .item .text {
    margin: 15px 0;
    line-height: 20px;
    color: #565656;
    font-size: 15px;
}

.showroom-comments .item .time {
    font-size: 13px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showroom-comments .item .star-rating {
    zoom: 0.45;
}

@media only screen and (max-width: 768px) {
    .showroom-comments {
        flex-wrap: nowrap !important;
        overflow: scroll;
        justify-content: start !important;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px 0 10px !important;
    }

    .showroom-comments .item {
        margin: 5px;
        width: calc(100% - 10px);
        flex: 0 0 165px;
        justify-content: flex-start;
        height: auto;
    }

    .showroom-comments .item .user {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .showroom-comments .item .user .avatar {
        margin: 0 0 10px;
    }

    .showroom-comments .item .user .avatar {
        height: 45px;
        width: 45px;
        flex: 0 0 45px;
    }

    .showroom-comments .item .time {
        display: none;
    }

    .showroom-comments::-webkit-scrollbar {
        display: none;
    }

    .showroom-comment-body {
        height: 236px;
        margin-top: 10px;
    }

    .showroom-comments .star-rating-container {
        display: flex !important;
        justify-content: center !important;
    }

    .showroom-comments .item .text:not(.in).readmore {
        font-size: 12px;
    }

    .showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }

    .showroom-comment-head .showroom-comment-head-wrap .showroom-img {
        width: 164px;
    }

    .showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details .feedback-box {
        padding: 0 20px;
        height: 48px;
        font-size: 14px;
    }

    .showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details {
        padding: 12px;
    }
}

@media only screen and (max-width: 282px) {
    .showroom-comment-head .showroom-comment-head-wrap .showroom-img {
        display: none;
    }
}

.showroom-comment-body .slick-slider .slick-track,
.showroom-comment-body .slick-slider .slick-list {
    display: flex;
    gap: 12px;
}

.showroom-comment-body .slick-dots {
    bottom: 11px;
}

.streamer-live-cards {
    padding: 0;
    margin: auto auto 20px auto;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-top.shroom-style-0.streamer-list:not(.slick-initialized) {
    flex-wrap: wrap !important;
}

.streamer-list {
    display: flex;
    flex-wrap: wrap !important;
    margin-top: 20px;
    gap: 10px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.streamer {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(16.643% - 8px);
    aspect-ratio: 1/0.7;
    box-shadow: 0 7px 7px #0000002e;
    border: 1px solid #363646;
}

.streamer .stream-status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #eb0400;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.streamer .streamer-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    width: 100% !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    overflow: hidden !important;
}

.streamer .streamer-box img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-bottom: 5px;
}

.streamer .streamer-box span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff !important;
    font-weight: 600 !important;
}

.streamer .streamer-box a:hover {
    text-decoration: underline;
    color: #772ce8;
}

.streamer .playing {
    color: #ccc;
}

@media only screen and (max-width: 992px) {
    .home-section-indicator {
        border-radius: 0 !important;
    }

    .steamers-list-index {
        margin: auto;
    }

    .streamer {
        width: calc(33% - 6px);
        aspect-ratio: 1/1.2;
    }

    .streamer-list {
        padding: 0 16px;
    }
}

.ilan-list .ilan-card-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: calc((100% - 3rem)/7) !important;
}

.ilan-list {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-bottom: 12px;
}

.top-product .ilan-list .slick-list .ilan-card-wrapper {
    width: 100% !important;
}

@media (max-width: 912px) {
    .ilan-list {
        padding: 0 10px;
    }

    .top-product .ilan-list .ilan-card-wrapper {
        width: calc(50% - 6px) !important;
    }
}

.seller-list {
    display: flex;
    flex-wrap: wrap !important;
    gap: 26px;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    width: calc(100% + var(--bs-gutter-x)) !important;
}

.seller-list .slick-track {
    display: flex;
    gap: 1rem;
}

.seller-card {
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: calc(25% - 20px);
    height: 390px;
    padding: 100px 20px 20px 20px;
    border-radius: 5px;
    background-color: #3a3a3a;
}

.seller-card .seller-avatar {
    height: 130px;
    width: 130px;
    object-fit: contain;
}

.seller-card .glass-btn {
    background: #000000b3;
    padding: 18px 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    transition: all 0.2s;
}

.seller-card .glass-btn:hover {
    transition: all 0.2s;
    background: #00000078;
}

.seller-card .glass-btn:after {
    content: '>';
    font-family: CURSIVE, Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-left: 16px;
}

@media (max-width: 912px) {
    .seller-card {
        width: 100%;
    }

    .seller-list,
    .showroom-categories,
    .streamer-live-cards {
        margin-left: 0;
        margin-right: 0;
    }

    .seller-list.shroom-style-0 {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 1rem;
        max-width: 100%;
    }

    .seller-list.shroom-style-0 .seller-card {
        width: 80% !important;
        flex-shrink: 0;
    }
}

.product-top {
    transition: opacity 0.1s;
}

.slider-content .slick-dots {
    position: absolute;
    bottom: 6px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.slider-content .slick-dots li {
    position: relative;
    display: flex;
    width: 39px;
    height: 22px;
    padding: 0;
    margin: 0;
    opacity: 0.7;
    cursor: pointer;
    background: #100d0d;
    align-items: center;
}

.slider-content .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 3px;
    padding: 0;
    margin: 0 5px 0 5px;
    border: 0;
    outline: none;
    background: #828282;
}

.slider-content .slick-dots li button:before {
    content: unset;
}

.slider-content .slick-dots li.slick-active button {
    background: white;
    opacity: 1;
}

.slider-content .slick-dots li:hover button,
.slick-dots li:focus button {
    outline: none;
    opacity: 1;
    background: white;
}

.top-product .slick-next:not(.slider-nav .slick-next),
.slick-prev:not(.slider-nav .slick-prev) {
    top: calc(48% - 16px);
}

.top-product .slick-next:not(.slider-nav .slick-next) {
    right: 6px !important;
}

.top-product .slick-prev:not(.slider-nav .slick-prev) {
    left: 6px !important;
}

.top-product .slick-next:not(.slider-nav .slick-next):before,
.slick-prev:not(.slider-nav .slick-prev):before {
    width: 28px;
    height: 28px;
}

.feature-banner-header {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
}

.feature-banner-header h3 {
    margin: 0;
    text-transform: uppercase;
    flex-shrink: 0;
}

.feature-banner-header .feature-path {
    width: 100%;
    background: #f66d00;
    height: 2px;
    margin: auto 10px;
}

.feature-banner-header a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f66d00;
    color: #fff;
    padding: 5px 16px;
}

#feature-banner-container {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media only screen and (max-width: 922px) {
    .feature-banners {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px;
    }

    .feature-banner:first-of-type,
    .feature-banner+.feature-banner {
        margin-right: 0;
    }

    .feature-banner {
        width: calc(33.333% - 6px);
    }

    .feature-banner-header {
        display: none;
    }
}

.ilan-item .ilan-price span {
    font-size: 13px !important;
}

.new-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.new-items .new-item-row {
    width: calc((100% - 1.5rem) / 4);
}

/* Slick slider başlatıldığında genişlik ayarları */
.new-items.slick-initialized .slick-slide {
    width: calc((100% - 1.5rem) / 4) !important;
    padding: 0;
}

.new-items.slick-initialized .slick-track {
    display: flex !important;
    gap: 0.5rem;
    width: unset !important;
}

.new-items.slick-initialized .slick-list {
    margin: 0;
    width: 100%;
}

@media (max-width: 912px) {
    .new-items {
        overflow-x: auto;
        margin: 0;
    }

    .new-items .new-item-row {
        width: 90%;
        flex-shrink: 0;
    }
}

.slick-slide {
    padding: 7px 0px;
}

.full-slider .sf-HerouselBaseTemplate-A {
    display: none;
}

.full-slider .sf-HerouselBaseTemplate-A:first-of-type {
    display: block;
}

.s-navs {
    display: flex;
    gap: 23px;
    margin-right: 19px;
    padding: 2px;
}

.s-navs.slick-initialized {
    margin: 0;
    padding: 0;
}

.home-section-tabs,
.home-section-indicator {
    margin-right: calc(-.5* var(--bs-gutter-x)) !important;
    margin-left: calc(-.5* var(--bs-gutter-x)) !important;
}

.shroom-style-0:not(.showroom-comments) {
    margin-right: calc(-.5* var(--bs-gutter-x)) !important;
    margin-left: calc(-.5* var(--bs-gutter-x)) !important;
}

@media only screen and (max-width: 992px) {
    .shroom-style-0:not(.showroom-comments) {
        padding: 0 0.5rem;
    }
}

/** DARK THEME **/
body.dark-theme .stories .story-item {
    background: #212630;
    transition: all .3s ease;
}

body.dark-theme .story-container:hover .story-item {
    background-color: #f36f24 !important;
}

body.dark-theme .showroom-comment-head .showroom-comment-head-width {
    background-color: rgb(25 25 30);
}

body.dark-theme .showroom-categories .category-box {
    background: transparent;
}

body.dark-theme .home-section-indicator p,
body.dark-theme .home-section-indicator h2,
body.dark-theme .feature-banner-header h3,
body.dark-theme .showroom-comment-head .showroom-comment-head-wrap .showroom-comment-head-details p,
body.dark-theme .showroom-comments .item .text,
body.dark-theme .showroom-comments .item .time,
body.dark-theme .showroom-categories .category-box {
    color: #fff;
}

body.dark-theme .showroom-comment-head .showroom-comment-head-width {
    border-color: #323948;
}

body.dark-theme .showroom-comments .item {
    background: #26262d;
    border-color: #323948;
}

body.dark-theme .showroom-categories .category-box-horizontal {
    background-color: #303949;
    color: #dcdcdc;
}


body.dark-theme .showroom-categories .category-box-horizontal:hover {
    background-color: #435066;
    color: #fff !important;
}

body.dark-theme .showroom-comment-body .slick-slider .slick-track,
body.dark-theme .showroom-comment-body .slick-slider .slick-list {
    background: #19191e;
}
