body {
    transition: .2s ease-in-out;
}

.header-container-logo {
    display: flex;
    width: 150px;
}

.header-container-logo>a {
    display: flex;
    width: 100%;
}

.header-container-logo>a>img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container-menu {
    display: flex;
}

.header-container::before,
.header-container::after {
    display: none;
}

.header-container-social>ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-container-social>ul>li>a>i {
    font-size: 23px;
    color: #fff;
}

.header-contain {
    padding: 0.5rem 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.2s ease-in-out;
    background-image: linear-gradient(to bottom, #222222, #282828, #2e2e2e, #353535, #3b3b3b, #4a4a4a, #5a5a5a, #6b6b6b, #8a8a8a, #aaaaaa, #cccccc, #eeeeee);
}

.megamenu-wrapper {
    background-color: transparent !important;
}

ul.megamenu>li>a {
    color: #fff !important;
}

ul.megamenu>li>a strong {
    font-size: 0.95rem;
}

ul.megamenu>li,
ul.megamenu>li>a {
    background-color: transparent !important;
}

ul.megamenu>li:last-child>a {
    display: flex;
}

.home-banner-content-img {
    display: flex;
    width: 100%;
}

.home-banner-content-img>img {
    width: 100%;
    display: flex;
    height: 100%;
}

.home-banner-content-title>span {
    font-weight: bold;
    font-size: 50px !important;
    color: #000;
}

.home-banner-content-title>p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.home-banner-content-title {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top: 100px;
}

.home-banner-content {
    position: relative;
}

.home-banner-content-btn {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 50px;
    gap: 1rem;
}

.home-banner-content-btn>a {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    padding: 0.5rem 2.5rem;
    font-weight: bold;
    transition: .2s ease-in-out;
}

.home-banner-content-btn>a:hover {
    background-color: #fff;
    color: #000;
}

.home-form-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-form-top-title>span {
    font-size: 20px;
    font-weight: 600;
}

.home-form-top-text>p:first-child {
    font-size: 17px;
}

.home-form-top-text>p:last-child {
    font-size: 12px;
}

.home-form-wrapper {
    padding: 2rem 0;
}

.home-form-group {
    margin-top: 2rem;
}

.home-form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.home-form-group-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - (2rem) / 2);
}

.home-form-group-content>input {
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 1rem;
    margin-top: .5rem;
}

.home-form-group-content>input:focus {
    border-color: #000;
}

.home-form-group-content>label {
    color: #6f6d6f;
    font-size: 12px;
    font-weight: 600;
}

.home-form-top-text {
    margin-top: 1rem;
}

.home-form-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5rem;
}

.home-form-btn>button {
    border: none;
    background-color: #212529;
    padding: 1rem 2.5rem;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: .2s ease-in-out;
}

.home-form-checked input[type="checkbox"] {
    position: relative;
    border: 1px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    min-width: 18px;
    -webkit-appearance: none;
    color: transparent;
    border-radius: 50%;
    margin-right: .5rem;
}

.home-form-checked input[type="checkbox"]:hover {
    opacity: 1;
}

.home-form-checked input[type="checkbox"]:checked {
    border: 1px solid #000;
    opacity: 1;
    border-radius: 50%;
}

.home-form-checked input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.home-form-checked>span {
    font-size: 14px;
    font-weight: 100;
    color: #444 !important;
}

.home-form-checked {
    display: flex;
}

.home-form-checked-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.home-form-btn>button:hover {
    background-color: #000;
}

.footerwebsite {
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.footerwebsite-wrapper {
    background-color: #000000;
    padding: 1rem 2rem;
}

.footer-contain {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.footer-contain-left {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.footer-contain-right {
    display: flex;
    flex-direction: column;
    width: 25%;
    gap: 1rem;
}

.footer-contain-list>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-contain-list>ul>li>a {
    display: flex;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: .5rem 1rem;
}

.footer-contain-list>ul>li:not(:last-child)>a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 1px;
    height: 13px;
    background-color: #4c4c4c;
}

.footer-contain-right-title>span {
    font-size: 16px;
    color: #fff;
    padding-bottom: .5rem;
    border-bottom: 1px solid;
    display: flex;
}

.footer-contain-social>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: .5rem 0;
    gap: .6rem;
}

.footer-contain-social>ul>li>a {
    display: flex;
    width: 35px;
    height: 35px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-contain-contact>ul>li>i {
    display: flex;
    width: 35px;
    height: 35px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-contain-contact>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.footer-contain-contact>ul>li {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.footer-contain-contact>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .6rem;
    margin: .5rem 0;
}

.footer-wrapper-bottom-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-wrapper-bottom-text>span {
    font-size: 14px;
    color: #999;
    padding: 1rem 0;
    border-top: 1px solid #999;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 0;
}

.category-banner-wrapper>div:nth-child(1) {
    display: flex;
    width: 100%;
    position: relative;
}

.category-banner-wrapper>div:nth-child(1) {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.category-banner-white-image>img,
.category-banner-black-image>img {
    width: 100%;
    display: flex;
    height: 100%;
}

.category-banner-wrapper>div:nth-child(1)>.category-banner-black-text,
.category-banner-wrapper>div:nth-child(1)>.category-banner-white-text {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top: 60px;

}

.category-banner-wrapper>div:nth-child(1)>.category-banner-white-text>span,
.category-banner-wrapper>div:nth-child(1)>.category-banner-white-text>p {
    color: #ffff;
}

.category-banner-white-text>span {
    font-weight: bold;
    font-size: 35px !important;
    /* color: #fff; */
}

.category-banner-white-text>p {
    /* color: #fff; */
    font-size: 15px;
    line-height: 1.8;
    margin-top: 1rem;
}

.category-banner-black-text>span {
    font-weight: bold;
    font-size: 35px !important;
    color: #000;
}

.category-banner-black-text>p {
    color: #000;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 1rem;
}

.category-banner-list-wrapper {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    gap: 5rem;
}

.category-banner-list {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem 4rem;
}

.category-banner-list>div {
    width: calc(50% - (2rem) / 2);
}

.category-banner-list-image>img {
    width: 100%;
}

.category-banner-list-text>span {
    font-size: 25px;
    font-weight: 600;
    display: flex;
    margin-bottom: 2rem;
}

.category-banner-list-text>p {
    font-size: 15px;
    color: #444;
}

.category-banner-table-wrapper {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 4rem;
}

.category-banner-table-title {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(39, 39, 39, 0.9);
}

.category-banner-table-tr {
    display: flex;
    padding: 2rem;
    width: 50%;
    background-color: #111214;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.category-banner-table-tr:first-child {
    border-right: 3px solid rgba(39, 39, 39, 0.9);
}

.category-banner-table-content {
    display: flex;
    align-items: center;
    width: 50%;
    flex-direction: column;
}

.category-banner-table-td {
    padding: 1.2rem;
    width: 100%;
    background-color: #16181ce6;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(39, 39, 39, 0.9);
}

.category-banner-table-content:first-child .category-banner-table-td {
    background-color: #16181C;
    box-shadow: 20px 7px 20px 0 rgba(0, 0, 0, 0.35);
}

.category-banner-table-tr:last-child {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.category-banner-table-contain {
    display: flex;
}

.category-banner-table-content:last-child .category-banner-table-td {
    text-align: center;
}

.product-grid-contain {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr 0.5fr;
    grid-gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.product-grid-contain:nth-child(2n + 1) .product-grid-content:nth-child(1) {
    grid-column-end: unset;
    grid-row: 1/span 2;
}

.product-grid-contain:nth-child(2n + 1) .product-grid-content {
    grid-row-end: span 1;
}

.product-grid-contain:nth-child(2n + 1) .product-grid-content:nth-child(4) {
    grid-column-end: unset;
    grid-row-end: span 2;
}

.product-grid-contain:nth-child(2n + 1) .product-grid-content:nth-child(5) {
    grid-row: 3/span 1;
}

.product-grid-contain:nth-child(2n + 1) .product-grid-content:nth-child(6) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.product-grid-content img {
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.product-grid-contain:nth-child(2n) .product-grid-content:nth-child(1) {
    grid-column-end: span 2;
    grid-row: 1/span 2;
}

.product-grid-contain:nth-child(2n) .product-grid-content {
    grid-row-end: span 1;
}

.product-grid-contain:nth-child(2n) .product-grid-content:nth-child(3),
.product-grid-contain:nth-child(2n) .product-grid-content:nth-child(6) {
    grid-column-end: unset;
    grid-row-end: span 2;
}

.product-grid-contain:nth-child(2n) .product-grid-content:nth-child(4),
.product-grid-contain:nth-child(2n) .product-grid-content:nth-child(5) {
    grid-row: 3;
}

.product-grid-template {
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-template-text {
    position: absolute;
    z-index: 99;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: .5rem 0.7rem;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.product-grid-content>a {
    display: flex;
    width: 100%;
    height: 100%;
}

.product-grid-template-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.product-template-name>span {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.product-template-price {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.product-template-price>span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.product-template-price .product-price-old {
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    text-decoration: line-through;
}

.product-grid-content:hover .product-grid-template-image>img {
    transform: scale(1.1);
}

.product-grid-wrapper {
    padding: 1rem;
}

.product-page-swiper {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.product-page-swiper img {
    width: 100%;
}

.product-page-swiper .swiper-button-next,
.product-page-swiper .swiper-button-prev {
    width: 35px;
    height: 40px;
    background-color: #fff;
}

.product-page-swiper .swiper-button-next::after,
.product-page-swiper .swiper-button-prev::after {
    font-size: 14px;
}

.product-page-swiper .swiper-button-next {
    right: 0;
    border-radius: 25px 0 0 25px;
}

.product-page-swiper .swiper-button-prev {
    left: 0;
    border-radius: 0 25px 25px 0;
}

.product-page-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 33px;
    height: 3px;
    border-radius: 10px;
}

.product-page-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

ul.product-price {
    position: unset;
}

.product-page-description>ul {
    list-style: circle;
    padding-left: 1rem;
    line-height: 2.5;
}

.product-page-description>p {
    line-height: 2;
}

.prod-colors .colors-img {
    width: 13%;
    margin-left: 0;
    margin-right: 8px;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option>li {
    width: 70px;
    border-radius: 25px !important;
    background-color: #f0f0f0;
    padding: 0 !important;
    border: 2px solid transparent;
    height: 40px !important;
    transition: .2s ease-in-out;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option>li:hover,
.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option>li.selected:hover {
    background-color: #f0f0f0 !important;
    border: 2px solid #999;
    border-radius: 25px !important;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .list-option>li.selected {
    background-color: #fff !important;
    border: 2px solid #000;
    border-radius: 25px !important;
}

.sogo-product-container .product-left {
    position: sticky;
    top: 20px;
}

.item.product-card .product-caption,
.product-card .product-caption {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
}

ul.megamenu {
    gap: 1rem;
}

.home-swiper-wrapper {
    position: relative;
    overflow: hidden;
}

.header-contain.sticked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.select-country-title {
    display: flex;
}

.select-country-tr {
    display: flex;
    width: 15%;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
}

.select-country-content {
    display: flex;
}

.select-country-td {
    display: flex;
    width: 15%;
    text-align: start;
}

.select-country-td span,
.select-country-td strong {
    font-size: 14px;
}

.select-country-tr:nth-child(2),
.select-country-tr:nth-child(3) {
    width: 20%;
}

.select-country-td:nth-child(2),
.select-country-td:nth-child(3) {
    width: 20%;
}

.select-country.active {
    display: flex !important;
    gap: 1rem;
    flex-direction: column;
}

.select-country-content:not(:last-child) .select-country-td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem 0;
}

.form-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.form-select-wrapper>select {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 180px;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.language-div .btn-group>button img {
    display: none;
}

.language-div .btn-group>button span,
.language-div .btn-group>button i {
    font-size: 18px;
    color: #fff;
}

.language-div .btn-group>button {
    padding: 0;
}

.language-div .btn-group>ul {
    padding: 0;
}

.language-div .btn-group>ul>li>a>img {
    display: none;
}

.language-div .btn-group>ul>li>a {
    font-size: 15px;
    display: flex;
    padding: 0.5rem;
}

.language-div .btn-group>ul>li:not(:last-child)>a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header-container-social {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.footer-whatsapp {
    position: fixed;
    bottom: 25px;
    left: 15px;
    z-index: 9;
}

.footer-whatsapp>a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25d366;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer-whatsapp>a>i {
    color: #fff;
    font-size: 35px;
}

.section {
    height: 100vh;
}

.section img {
    height: 100%;
    object-fit: cover;
}

.section .home-banner-content-img {
    height: 100%;
}

.dealership-area {
    height: auto;
}

.home-banner-content-img>img.mobil-image {
    display: none;
}

.home-banner-content-img>img.web-image {
    display: flex;
}

.video-content.web-video {
    display: block;
}

.video-content.mobil-video {
    display: none;
}

.slider-video-wrapper,
.video-content {
    height: 100%;
}

.video-content>video {
    width: 100%;
}

.home-swiper-wrapper .home-banner-content-btn {
    bottom: 170px;
}

.category-banner-white-text,
.category-banner-black-text {
    text-align: center;
}

@media screen and (max-width:993px) {
    .header-container-menu {
        width: calc(100% - 150px);
        margin: 0;
        justify-content: flex-end;
    }

    .show-menu>i {
        font-size: 30px;
        color: #fff;
    }

    .header-contain {
        position: relative;
    }

    .megamenu-wrapper {
        background-color: #fff !important;
    }

    ul.megamenu>li>a {
        color: #000 !important;
    }

    .category-banner-white-text>p {
        font-size: 15px;
        line-height: normal;
        text-align: center;
        padding: 0 1rem 1rem;
    }

    .category-banner-white-text>span {
        font-size: 25px !important;
    }

    .category-banner-white-text,
    .category-banner-black-text {
        width: 100%;
        top: 10px;
        text-align: center;
    }

    .category-banner-black-text>p {
        font-size: 15px;
        line-height: normal;
        text-align: center;
        padding: 0 1rem 1rem;
    }

    .category-banner-black-text>span {
        font-size: 25px !important;
    }

    .category-banner-table-wrapper {
        padding: 1rem;
    }

    .category-banner-table-td {
        /* padding: 1rem; */
        font-size: 11px;
    }

    .category-banner-table-tr {
        padding: 1rem;
        font-size: 14px;
    }

    .category-banner-list {
        padding: 1rem;
    }


}

@media screen and (max-width:991px) {
    .header-contain {
        background-color: #222;
    }

    .header-container-logo>a>img {
        filter: brightness(0) invert(1);
    }

    .language-div {
        display: none;
    }

    .header-container-social>ul>li>a>i {
        color: #fff;
    }

    .category-banner-wrapper>div:nth-child(1)>.category-banner-black-text>p {
        color: #fff;
    }
}

@media screen and (max-width:769px) {
    .home-banner-content-btn>a {
        padding: .5rem;
        width: 50%;
    }

    .home-banner-content-btn {
        width: 100%;
        padding: 0 1rem;
        bottom: 10px;
    }

    .home-banner-content-title {
        width: 100%;
        top: 10px;
    }

    .footer-contain {
        flex-direction: column;
    }

    .footer-contain-left {
        width: 100%;
    }

    .footer-contain-right {
        width: 100%;
    }

    .footer-contain-list>ul>li>a {
        font-size: 14px;
    }

    .footer-contain-list>ul {
        flex-wrap: wrap;
    }

    .footer-contain-list>ul>li {
        width: 33.33%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-contain-list>ul>li:not(:last-child)>a::before {
        display: none;
    }

    .product-template-name {
        display: flex;
    }

    .product-template-text {
        padding: 0.5rem .2rem;
    }

    .content-wrapper .sogo-content .filter-sort {
        z-index: 999;
    }

    .product-template-name>span,
    .product-template-price>span {
        font-size: 10px;
    }

    .product-template-price {
        flex-direction: column;
        gap: 0;
    }

    .product-template-price .product-price-old {
        font-size: 11px;
    }

    .select-country-contain {
        overflow: hidden;
        overflow-x: auto;
    }

    .select-country-tr,
    .select-country-td {
        width: 45% !important;
        flex-shrink: 0;
    }
}

@media screen and (max-width:767px) {
    .product-page-swiper {
        display: none;
    }

    .sogo-product-container .product-left {
        position: unset;
        top: unset;
    }

    .sogo-container {
        background-color: #fff !important;
    }

    .product-page-description {
        padding: 0 1.5rem;
    }

    .mobile-product-slider img {
        width: 100%;
    }

    .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked {
        position: relative;
    }
}


@media screen and (max-width:553px) {
    .home-banner-content-title>span {
        font-size: 20px !important;
    }

    .home-banner-content-title>p {
        font-size: 12px;
    }

    .home-banner-content-btn>a {
        font-size: 12px;
    }

    .home-banner-content-btn {
        width: 100%;
        padding: 0 1rem;
        bottom: 10px;
    }

    .home-banner-content-title {
        top: 10px;
    }

    .home-form-group-content {
        width: 100%;
    }

    .home-form-checked>span {
        font-size: 11px;
    }

    .footer-contain {
        flex-direction: column;
    }

    .footer-contain-left {
        width: 100%;
    }

    .footer-contain-right {
        width: 100%;
    }

    .footer-contain-list>ul>li>a {
        font-size: 14px;
        padding: .5rem 0;
    }

    .footer-contain-list>ul {
        flex-wrap: wrap;
    }

    .footer-contain-list>ul>li {
        width: 33.33%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-contain-list>ul>li:not(:last-child)>a::before {
        display: none;
    }

    .footer-contain-contact>ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-contain-list>ul>li {
        width: 100%;
        justify-content: flex-start;
    }

    .footerwebsite-wrapper {
        padding: 1rem;
    }

    .category-banner-list {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .category-banner-list-image {
        width: 100%;
    }

    .category-banner-list>div {
        width: 100%;
        text-align: center;
    }

    .category-banner-list-text>span {
        margin-bottom: 0.5rem;
        justify-content: center;
    }

    .product-grid-contain {
        display: flex;
        flex-direction: column;
    }

    .content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper .select-styled,
    .content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
        font-size: 14px;
    }

    .prod-colors .colors-img {
        width: 22%;
    }

    .select-country-tr,
    .select-country-td {
        width: 70% !important;
        flex-shrink: 0;
    }

    /* .swiper-button-next, .swiper-button-prev {
        top: 50%;
    } */
    /*sonra sil*/
    .home-form-wrapper.section {
        height: auto;
    }

    /*-----------*/

    .home-banner-content-img>img.web-image {
        display: none;
    }

    .home-banner-content-img>img.mobil-image {
        display: flex;
    }

    .video-content.web-video {
        display: none;
    }

    .video-content.mobil-video {
        display: flex;
        background-image: linear-gradient(to top, #222222, #282828, #2e2e2e, #353535, #3b3b3b, #4a4a4a, #5a5a5a, #6b6b6b, #8a8a8a, #aaaaaa, #cccccc, #eeeeee);
    }

    .category-banner-wrapper>div:nth-child(1)>.category-banner-black-text>span,
    .category-banner-wrapper>div:nth-child(1)>.category-banner-black-text>p {
        color: #fff;
    }
    .category-banner-list-text {
        padding: 0 1rem 1rem;
    }
}

@media screen and (max-width:321px) {
    .product-page-description {
        padding: 0 0.4rem;
    }
}