:root,
[data-bs-theme=light] {
    --bs-primary: #18181d;
    --bs-secondary: #ad7d56;
    --bs-text-color: #333;
    /* Genel Metin Rengi */
    --bs-white-color: #fff;
    /* Beyaz */
    --bs-light-gray: #f3f3f3;
    /* Açık Gri (Arka Planlar) */
    --bs-medium-gray: #ddd;
    /* Orta Gri (Navigasyon) */
    --bs-border-color: #ccc;
    /* Kenar Çizgisi Rengi */
    --bs-error-color: #db4b68;
    /* Hata Mesajları Rengi */
    --bs-success-color: #12b878;
    /* Başarı Mesajları Rengi */
}

/* Font Boyutu Değişkenleri */
:root {
    --bs-base-font-size: 14px;
    /* Temel Font Boyutu */
    --bs-h1-font-size: 38px;
    /* H1 Başlık Boyutu */
    --bs-h2-font-size: 32px;
    /* H2 Başlık Boyutu */
    --bs-h3-font-size: 24px;
    /* H3 Başlık Boyutu */
    --bs-h4-font-size: 18px;
    /* H4 Başlık Boyutu */
    --bs-h5-font-size: 14px;
    /* H5 Başlık Boyutu */
    --bs-small-font-size: 12px;
    /* Küçük Metin Boyutu */
    --bs-large-font-size: 16px;
    /* Büyük Metin Boyutu */
}

html {
    font-size: 14px;
}

body {
    margin: 0;
    min-height: 100%;
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 14px;
}

.nav-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
}

.btn {
    border-radius: 0;
    padding: 16px 30px;
}

.btn:hover {
    border-color: var(--bs-primary);
    border-radius: 0;
    padding: 16px 30px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

a:hover {
    color: unset;
    text-decoration: unset;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white-color);
}

.btn-secondary {
    background-color: var(--bs-secondary);
    color: var(--bs-white-color);
    border-color: var(--bs-secondary);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:Hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white-color);
}

.btn-outline-secondary {
    color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    border-radius: 0;
}

.btn-outline-secondary:Hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white-color);
}

.btn-primary:Hover {
    background-color: #272731;
}

.btn-hover-secondary:Hover {
    background-color: var(--bs-secondary)
}

.btn-hover-primary:Hover {
    background-color: var(--bs-primary)
}

.text-primary,
.text-primary:focus,
a.text-primary:hover {
    color: var(--bs-primary) !important;
}

.text-secondary,
a.text-secondary:focus,
a.text-secondary:hover {
    color: var(--bs-secondary) !important;
}

/* Font Boyutu Sınıfları (em karşılıkları - body font size 14px) */

.fs-8 {
    font-size: 0.5714em !important;
    /* 8px / 14px = 0.5714em */
}

.fs-9 {
    font-size: 0.6429em !important;
    /* 9px / 14px = 0.6429em */
}

.fs-10 {
    font-size: 0.7143em !important;
    /* 10px / 14px = 0.7143em */
}

.fs-11 {
    font-size: 0.7857em !important;
    /* 11px / 14px = 0.7857em */
}

.fs-12 {
    font-size: 0.8571em !important;
    /* 12px / 14px = 0.8571em */
}

.fs-13 {
    font-size: 0.9286em !important;
    /* 13px / 14px = 0.9286em */
}

.fs-14 {
    font-size: 1em !important;
    /* 14px / 14px = 1em */
}

.fs-15 {
    font-size: 1.0714em !important;
    /* 15px / 14px = 1.0714em */
}

.fs-16 {
    font-size: 1.1429em !important;
    /* 16px / 14px = 1.1429em */
}

.fs-17 {
    font-size: 1.2143em !important;
    /* 17px / 14px = 1.2143em */
}

.fs-18 {
    font-size: 1.2857em !important;
    /* 18px / 14px = 1.2857em */
}

.fs-19 {
    font-size: 1.3571em !important;
    /* 19px / 14px = 1.3571em */
}

.fs-20 {
    font-size: 1.4286em !important;
    /* 20px / 14px = 1.4286em */
}

.fs-21 {
    font-size: 1.5em !important;
    /* 21px / 14px = 1.5em */
}

.fs-22 {
    font-size: 1.5714em !important;
    /* 22px / 14px = 1.5714em */
}

.fs-23 {
    font-size: 1.6429em !important;
    /* 23px / 14px = 1.6429em */
}

.fs-24 {
    font-size: 1.7143em !important;
    /* 24px / 14px = 1.7143em */
}

.fs-25 {
    font-size: 1.7857em !important;
    /* 25px / 14px = 1.7857em */
}

.fs-26 {
    font-size: 1.8571em !important;
    /* 26px / 14px = 1.8571em */
}

.fs-28 {
    font-size: 1.8571em !important;
    /* 26px / 14px = 1.8571em */
}

@media (max-width: 1199px) {
    .fs-1 {
        font-size: calc(1.375em + 1.5vw) !important;
    }

    .fs-2 {
        font-size: calc(1.325em + .9vw) !important;
    }

    .fs-3 {
        font-size: calc(1.3em + .6vw) !important;
    }

    .fs-4 {
        font-size: calc(1.275em + .3vw) !important;
    }

    .fs-5 {
        font-size: 1.25em !important;
    }

    .fs-6 {
        font-size: 1em !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5em !important;
    }

    .fs-2 {
        font-size: 2em !important;
    }

    .fs-3 {
        font-size: 1.75em !important;
    }

    .fs-4 {
        font-size: 1.5em !important;
    }

    .fs-5 {
        font-size: 1.25em !important;
    }

    .fs-6 {
        font-size: 1em !important;
    }
}

/* Font Weight 100 */
.fw-100 {
    font-weight: 100;
}

/* Font Weight 200 */
.fw-200 {
    font-weight: 200;
}

/* Font Weight 300 */
.fw-300 {
    font-weight: 300;
}

/* Font Weight 400 (Normal) */
.fw-400 {
    font-weight: 400;
}

/* Font Weight 500 */
.fw-500 {
    font-weight: 500;
}

/* Font Weight 600 */
.fw-600 {
    font-weight: 600;
}

/* Font Weight 700 (Bold) */
.fw-700 {
    font-weight: 700;
}

/* Font Weight 800 */
.fw-800 {
    font-weight: 800;
}

/* Font Weight 900 (Bolder) */
.fw-900 {
    font-weight: 900;
}

.py-10 {
    padding: 10px 0
}

.py-20 {
    padding: 20px 0
}

.py-30 {
    padding: 30px 0
}

.py-40 {
    padding: 40px 0
}

.py-50 {
    padding: 50px 0
}

.py-60 {
    padding: 60px 0
}

.px-10 {
    padding: 0 10px
}

.px-20 {
    padding: 0 20px
}

.px-30 {
    padding: 0 30px
}

.px-40 {
    padding: 0 40px
}

.px-50 {
    padding: 0 50px
}

.px-60 {
    padding: 0 60px
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.p-40 {
    padding: 40px
}

.p-50 {
    padding: 50px
}

.p-60 {
    padding: 60px
}

.fs-100 {
    font-size: 100%
}

.fs-75 {
    font-size: 75%
}

.fs-50 {
    font-size: 50%
}

.fs-25 {
    font-size: 25%
}

.max-w-137 {
    max-width: 137px
}

.hover-opacity-100:hover {
    opacity: 100 !important;
}

.hover-opacity-75:hover {
    opacity: 75 !important;
}

.hover-opacity-50:hover {
    opacity: 50 !important;
}

.hover-opacity-25:hover {
    opacity: 25 !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

.border-bottom {
    border-bottom: solid #000000 !important;
}

.form-control {
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #18181d;
    background-color: #fff;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
    border-color: unset;
}

.form-control::placeholder {
    color: #999999;
    font-size: 14px
}

.form-group {
    margin-bottom: 0;
}

.form-control-lg {
    padding: 14px 20px;
}

.form-control-bg-gray {
    background-color: #f5f5f5;
}

.form-control-bg-gray:Hover {
    background-color: #f0f0f0
}

.form-control-hover-border {
    background-color: var(--bs-white-color) !important;
    border-radius: 4px;
    border: 1px solid transparent;
}

.form-control-hover-border:active {
    background-color: var(--bs-white-color) !important;
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 41.3%, .5);
}

.form-control-hover-border:Hover {
    border: 1px solid hsla(0, 0%, 41.3%, .5);
}

.form-control-hover-border:focus {
    border: 1px solid hsla(0, 0%, 41.3%, .5);
}

.form-check-input {
    width: 20px;
    height: 20px;
    background-color: #e0e0e0;
    border: 1px solid #6e6e6e;
    border-radius: 2px !important;
    position: relative
}

.form-check-input:checked {
    background-color: #e0e0e0;
    border-color: #6e6e6e;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #6e6e6e;
}

.form-check-input:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #686868;
    border-radius: 2px;
}

.eye-relative {
    position: relative;
    display: flex;
    align-items: center
}

.fa-eye {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
}

.fa-eye-slash {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--bs-white-color);
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: flex;
    align-items: center;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 45%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--bs-white-color);
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    display: flex;
    margin-top: 4px;
    flex-direction: column;
    align-items: center;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    width: 100%;
    outline: none;
    font-size: 12px;
    padding: 3px 29px 3px 18px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .current {
    font-size: 12px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f7f9;
    border: none !important;
    font-size: 12px;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


.breadcrumbs {
    color: #333;
    padding: 10px 0;
    background-color: #f3f3f3;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none
}


.about-us-image {
    margin: 80px 0;
    display: flex;
    height: 700px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 0;
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .about-us-image {
        height: 640px;
        max-width: 738px;
    }
}

@media screen and (max-width: 767px) {
    .about-us-image {
        height: 460px;
    }
}

@media screen and (max-width: 479px) {
    .about-us-image {
        height: 360px;
    }
}

.about-us-image-logo {
    width: 80%;
    height: 80%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    background-image: url(../images/salezoo_yuvarlak.svg);
    background-size: auto;
}

.about-us-label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    width: 40%;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}

.about-us-title {
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 40px;
    white-space: normal;
    font-size: 30px;
    font-weight: 300;
}

.about-us-text {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 1;
    font-weight: 400;
    line-height: 20px;
}

.content16-left-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bg-full {
    background-image: url("/images/noise.gif");
    background-position: 0 0;
    background-repeat: repeat;
    opacity: .08;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1234px;
}

.footer-top {
    max-width: 940px;
    margin: 20px auto;
}

.social-title {
    margin-right: 15px;
    color: #686868;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.paragraph-small {
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    text-align: left;
}

.footer2-bottom-link {
    display: block;
    opacity: .7;
    color: #18181d;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.header-marquee-section {
    position: relative;
    z-index: 99;
}

.main-nav-panel {
    top: 0;
    z-index: 12;
    display: flex;
    max-height: 70px;
    min-height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0 #000;
    background-color: var(--bs-white-color);
    -o-object-fit: fill;
    object-fit: fill;
    position: relative;
    width: 100%;
}

.nav-menu {
    width: 100%;
    height: 70px;
    max-width: 1234px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;

}

.main-menu-text {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
}

.block-header {
    padding-bottom: 10px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.menu-subitems__images-list {
    width: 200px;
    float: left;
}

.img-fluid,
.menu-subitems__images-list img {
    width: 100%;
    height: auto;
}

.nav-menu__items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-grow: 1;
}

@media (min-width: 770px) and (max-width: 1087px) {
    .nav-menu__items {
        order: 3 !important;
    }

    .nav-menu__home-link {
        order: 1 !important;
    }

    .nav-menu .actions {
        order: 2 !important;
    }
}

.nav-menu__item {
    margin: 0 5px;
    padding: 0 10px;
    display: flex;
    transition: .3s;
    align-items: center;
}

@keyframes search-top-to-bottom {
    from {
        top: 0;
    }

    to {
        top: 100px
    }
}

.search-wrap {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 11;
    display: none;
    background-color: #ebebeb;
    padding: 20px 0 30px;
}

.search-wrap-active {
    display: block !important;
    animation-name: search-top-to-bottom;
    animation-duration: 1s;
}

.close-icon {
    background: url(../images/close.svg) center / 80% no-repeat !important;
}

.search-input:focus {
    border: none;
    border-bottom: 1px solid;
    outline: none;
}

.search-input {
    border: none !important;
    background-color: transparent !important;
    border-bottom: 1px solid #000000 !important;
    width: 100%;
    min-height: 50px;
    margin-bottom: 0;
    color: #000;
    font-size: 26px;
    line-height: 45px;
    font-weight: 300;
    padding-right: 25px;
    padding-left: 25px;
}

@media screen and (max-width: 768px) {
    .search-wrap {
        height: 100vh;
    }

    .search-input {
        background-color: #fff !important;
        border-bottom: none !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        padding: 10px 30px 10px 10px !important;
        min-height: 50px !important;
    }

    .search-button {
        width: 45px !important;
        height: 45px !important;
        bottom: 0 !important;
        right: 0 !important;
        background-color: transparent;
    }

    .search-results {
        width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        top: 60px !important;
        padding: 20px !important;
    }
}

.search-button {
    background: url('../images/magnifiying-glass.svg') center / 60% no-repeat;
    ;
    background-repeat: no-repeat;
    margin-right: 0;
    padding: 10px;
    border: none;
    width: 23px;
    height: 23px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.search-results {
    display: block;
    position: absolute;
    max-width: 100%;
    background: #fff;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    width: calc(90% - 72px);
    max-height: 60vh;
    overflow: auto;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.search-results__images {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 50px;
}

.search-results__images li {
    width: calc(100% / 4 - 20px);
    max-width: 155px;
}

.search-results__images li a {
    color: #18181d;
}

.search-results__images img {
    height: 143px;
    display: block;
    width: 100%;
    object-fit: cover;
    margin-bottom: 5px;
}

.search-results__image .brand {
    font-size: 14px;
    font-weight: 600;
}

.search-results__links {
    list-style-type: none;
    padding: 0;
}

.search-results__links li {
    border-bottom: 1px solid #707070;
    padding: 10px 0;
}

.search-results__links a {
    display: inline-block;
    justify-content: space-between;
    text-decoration: none;
    color: #707070;
}

.search-results__links a:after,
.search-results__links li:after {
    content: attr(data-subtitle);
    color: var(--bs-secondary);
}

.nav-menu__item:hover {
    background-color: #f3f3f3;
}

@keyframes top-to-bottom {
    from {
        height: 0;
    }

    to {
        height: 100vh;
        max-height: 100vh;
    }
}

.nav-menu__item-subitems {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    min-height: 99vh;
    max-height: 100vh;
    background-color: #f3f3f3;
    overflow-y: auto;
    padding: 30px 60px;
}

.menu-subitems {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: calc(100% - 200px);
    float: left;
    min-height: 90vh;
}

.menu-block-items {
    break-inside: avoid;
    width: 100%;
    margin-bottom: 0;
    height: 100%;
    float: left;
}

.menu-subitems .block-header,
.menu-subitems__list a,
.text-decoration-none {
    text-decoration: none;
}

.menu-subitems__list {
    margin-bottom: 40px;
    margin-top: 5px;
    text-transform: uppercase;
}

.menu-subitems__list li {
    margin-bottom: 10px;
}

.block-header:hover {
    text-decoration: underline;
    color: #000;
}

.block-header {
    padding-bottom: 10px;
    color: #000;
    font-size: 16px;

    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.menu-subitems__list li a:Hover {
    text-decoration: underline;
}

.nav-menu .menu-language {
    width: 35px;
}

.brands-item a {
    font-size: 14px;
    font-weight: 400;
}

.menu-subitems__list li a {
    background-color: transparent;
    color: #18181d;
    text-decoration: none;
}

.brands-group ul,
.menu-subitems__list,
.orders-list,
.search-results__links {
    list-style-type: none;
    padding: 0;
}

.menu-subitems .block-header {
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .nav-menu__item:hover>.nav-menu__item-subitems {
        display: block !important;
    }
}


.nav-menu__home-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
}

.div-block-162 .brands .brands-group,
.menu-block-items {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    list-style-type: none;
    box-sizing: border-box;
}

.menu-block-items {
    break-inside: avoid;
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

.main-menu-text>a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
}

.nav-menu .search-btn {
    background-color: var(--bs-white-color);
    margin-right: 10px;
    padding: 10px;
    border: none;
    width: 23px;
    height: 23px;
}

.nav-menu .minicart {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--bs-white-color);
}

.nav-menu .minicart:after {
    content: attr(data-cart-count);
    display: inline-block;
    font-weight: 500;
    margin-left: 8px;
}

.login-button,
.menu-language {
    padding-right: 10px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}

.coin {
    display: flex;
    color: #333333;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.coin-icon {
    width: 30px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-menu .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.product-card {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    /* Taşmayı gizle */
}

.product-slider .owl-nav span {
    font-size: 70px;
}

.product-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
    position: absolute;
    width: 100%;
    top: 30%;
}

.product-slider .owl-nav .owl-prev {
    margin-left: -10px;
}

.product-slider .owl-nav [class*=owl-]:hover {
    color: #000;
    background: transparent;
}

.product-card img {
    width: 100%;
    min-height: 440px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
    /* Yumuşak geçiş */
}

.quick-view {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* Başlangıçta gizli */
    transition: opacity 0.3s ease;
    /* Yumuşak geçiş */
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.main-page-product .product-card:Hover .quick-view {
    display: none;
    opacity: 0;
}

.main-page-product .product-card:Hover {
    transform: translate(0, -4px);
    transition: .4s;

}

.main-page-product .product-card img {
    width: 100%;
    max-height: 460px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
    /* Yumuşak geçiş */
}

.product-card:hover .quick-view {
    opacity: 1;
    /* Hover olduğunda görünür */
    background-color: rgba(173, 125, 86, .47);
    height: 40px;
    border: 0;
    position: absolute;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;

    @media screen and (max-width: 769px) {
        opacity: 0;
    }
}

.discount-badge {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #ad7d56;
}

.favorite-product-image {
    width: 100% !important;
    min-height: 366px !important;
    max-height: 365px !important;
    display: block !important;
}

.product-close {
    width: 15px;
    height: 15px;
    background-image: url(../images/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 10px;
    top: 15px;
}

.discount-text {
    position: absolute;
    overflow: visible;
    color: var(--bs-white-color);
    font-size: 15px;
    font-weight: 600;
}

.head-brand {
    color: #18181d;
    text-decoration: none;
}

.quick-view a {
    text-decoration: none;
    padding: 10px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 10px;
    color: var(--bs-white-color);
    font-weight: 700;
    font-size: 14px;
}

.quick-view-icon {
    width: 30px;
    height: 30px;
    margin: 5px;
    background-image: url(../images/quick-view.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.quick-view a svg {
    margin-right: 5px;
}

.product-details {
    text-align: center;
    display: flex;
    background-color: var(--bs-white-color);
    justify-content: space-between;
}

.product-brand {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}

.product-name {
    color: #000;
    font-size: 12px;
}

.product-price-container {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-price {
    white-space: nowrap;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    border-radius: 2px;
    background-color: #000;
    color: var(--bs-white-color);
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    padding: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

/* Ürün Etiket Gösterici Döndürücü Başladı */
.product-tags {
    position: relative;
    height: 1px;
    z-index: 1;
}

.product-tags span {
    position: absolute;
    opacity: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    animation: rotateText calc(var(--count) * var(--seconds)) infinite;
    animation-delay: calc(var(--i) * var(--seconds));
    /* transition: opacity .3s ease; */
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: end;
    align-items: start;
    text-align: right;
    right: 5px;
    top: 5px;
    padding: 5px 5px 10px 20px;
    font-size: 0.7rem;
    font-weight: bold;
    /* içeriği de köşeye doğru rotate ile hizala */
}

@keyframes rotateText {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Ürün Etiket Gösterici Döndürücü Bitti */

.new-collection {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    width: 85px;
    height: 85px;
    background-image: url(../images/new-collection.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.editor-select {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    width: 85px;
    height: 85px;
    background-image: url(../images/editor-select.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.last-change {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    width: 85px;
    height: 85px;
    background-image: url(../images/last-chance.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.div-block-78 {
    width: 15px;
    margin-left: 10px;
    padding-left: 0;
    background-image: url(../images/down_arrow.svg);
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sorting-link:Hover {
    color: #ad7d56;
}

.column-4 {
    width: 30px;
    margin-right: 8px;
    background-image: url(../images/4column.svg);
    opacity: .5;
    -webkit-transition: .4s;
    transition: .4s;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.column-3 {
    width: 30px;
    margin-right: 8px;
    background-image: url(../images/3column.svg);
    opacity: .5;
    -webkit-transition: .4s;
    transition: .4s;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.column-2 {
    width: 30px;
    margin-right: 8px;
    background-image: url(../images/2column.svg);
    opacity: .5;
    -webkit-transition: .4s;
    transition: .4s;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.column-4:Hover,
.column-3:Hover,
.column-2:Hover,
.column-4.active,
.column-3.active,
.column-2.active,
.columns-view-switcher.active {
    opacity: 1;
}

.filter-container.hide-filter {
    display: none !important;
}

.div-block-77 {
    display: flex;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-79 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.filter-header {
    padding: 10px;
    background-color: #e4dfdb;
    display: flex;
    justify-content: space-between;
}

.filter-header a {
    font-size: 12px;
    text-decoration: underline;
    color: #18181d;
}

.accordion-button {
    display: flex;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #ad7d56;
    margin-right: 0;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 700;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.div-block-50 {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-checkbox-label {
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 10px;
}

.div-block-49 {
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 2px;
    background-color: #e0e0e0;
}

.text-block-8 {
    padding-left: 10px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;

}

.nav-menu__item_mobile {
    display: none;
}

.main-nav {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
}

.gray-box {
    padding: 10px;
    border-radius: 2px;
    background-color: #eee;
}

.gray-box-text {
    opacity: .6;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
}

.block-header-switch {
    display: none;
}

.login-header {
    color: #000;
    font-size: 20px !important;
    font-weight: 600;
    margin: 10px auto;
    line-height: 36px;
}

.text-link {
    color: #686868;
}

@media screen and (max-width: 768px) {
    .nav-menu__home-link {
        order: 2;
    }

    .actions {
        order: 3;
        position: absolute;
        right: 10px;
    }

    .nav-menu {
        gap: 5px;
        display: flex;
        flex-wrap: nowrap;
        padding: 0 10px;
        justify-content: flex-start;
        height: auto;
        align-items: center;
    }

    .nav-menu .hamburger {
        display: block;
        order: 1;
        padding: 10px 0;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }

    .hamburger-box {
        width: 40px;
        display: inline-block;
        position: relative;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    .hamburger--slider .hamburger-inner {
        top: -17px;
        left: 0;
    }

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease;
    }

    .hamburger--slider .hamburger-inner::before,
    .hamburger--slider-r .hamburger-inner::before {
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: .15s;
    }

    .hamburger-inner::after,
    .hamburger-inner::before {
        content: "";
        display: block;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg);
        top: -17px;
        left: 5px;
    }

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(65deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);

    }

    .color-button.renk2,
    .grey-menu.secili,
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::after,
    .hamburger.is-active .hamburger-inner::before,
    .product-button-01 {
        background-color: #000;
    }

    .nav-menu__item_mobile {
        display: flex;
    }

    .mobile-menu {
        flex-wrap: wrap !important;
        margin: 30px 20px 0 !important;
    }

    .info-part,
    .mobile-menu__search,
    .search-form-wrap {
        width: 100%;
    }

    .nav-menu .hamburger.is-active~.nav-menu__items {
        display: block !important;
    }

    .nav-menu__items {
        display: none;
        position: absolute;
        z-index: 2;
        top: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #f3f3f3;
        height: calc(100vh - 108px);
        padding: 0;
        overflow-y: auto;
    }

    .nav-menu__item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 20px 0;
    }

    .nav-menu__item .main-menu-text {
        font-weight: 600;
        font-size: 16px;
        order: 1;
        margin: 0 20px;
        line-height: 1;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-grow: 1;
    }

    .nav-menu__item .main-menu-text:after {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        background: url(../images/arrow-point-to-right.svg) center / 80% no-repeat;
        order: 2;
    }

    .nav-menu__item .main-menu-text {
        font-weight: 600;
        font-size: 16px;
    }

    .main-menu-text>a {
        font-weight: 600;
        font-size: 16px;
    }

    .nav-menu__home-link img {
        max-width: 120px;
    }

    .mobile-menu__search input {
        width: 100%;
        border: none;
        padding: 13px 20px;
        border-radius: 15px;
    }

    .mobile-menu__language-switcher {
        width: 100%;
        margin: 20px 0 0;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
    }

    .mobile-menu__language-switcher a {
        text-decoration: none;
        color: #18181d;
    }

    .mobile-menu__language-switcher a:last-child {
        color: #ad7d56;
    }

    .nav-menu .actions .login-button,
    .nav-menu .actions .menu-language,
    .nav-menu .hamburger.is-active~.actions .minicart,
    .nav-menu .hamburger.is-active~.actions .search-btn,
    .nav-menu .menu-subitems__images-list,
    .nav-menu .menu-subitems__list,
    .search-results__images {
        display: none;
    }

    .nav-menu .hamburger.is-active~.actions .login-button {
        display: flex !important;
        justify-content: center;
        align-items: flex-end;
        line-height: 1;
    }

    .nav-menu .hamburger.is-active~.actions .login-button:after {
        content: "";
        display: inline-block;
        width: 23px;
        height: 23px;
        background: url(../images/account.svg) center no-repeat;
        margin-left: 10px;
    }

    .nav-menu__item-subitems {
        position: relative;
        width: 100%;
        order: 3;
        padding: 0 30px 0 0;
        margin: 0 0 30px;
        background-color: #fff;
        max-height: unset;
        transform: translateY(20px);
    }

    .nav-menu .menu-subitems .block-header-switch {
        position: absolute;
        right: 26px;
        height: 24px;
        width: 14px;
        text-align: center;
    }

    .nav-menu .menu-subitems {
        -moz-column-count: unset;
        column-count: unset;
        width: 100%;
        padding: 20px;
        padding-right: 0px;
        max-width: 100%;
        background-color: var(--bs-white-color);
    }

    .menu-subitems__images-list {
        display: none;
    }

    .menu-block-items {
        max-width: 100%;
    }

    .block-header {
        margin-bottom: 0 !important;
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        text-decoration: none !important;
    }

    .nav-menu .menu-subitems__list li:first-child {
        border-top: 1px solid #000;
    }

    .nav-menu .menu-subitems__list li {
        padding: 5px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #000;
    }

    .block-header-switch {
        display: block;
    }

    .nav-menu .menu-subitems .block-header.is-active .block-header-switch {
        transform: rotate(45deg);
    }

    .nav-menu .menu-subitems__list li a {
        text-transform: uppercase;
        font-size: 16px;
        display: block;
    }

    .main-nav {
        overflow: hidden;
    }

    .footer2-disclaimer-wrap {
        padding: 10px 0;
    }

    .container {
        padding: 15px 30px;
    }
}

.product-detail-modal-container {
    max-width: 700px;
}

.product-detail-modal-container .modal-content {
    flex-direction: row;
    position: relative;
    z-index: 10;
    display: flex;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 2px;
    background-color: #fff;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    box-shadow: 0 3px 75px -5px rgba(0, 0, 0, .22);
}

.quickview__image {
    width: 50%;
    min-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    max-width: 285px;
    min-width: 283px;
}

.quickview__image img {
    height: 100%;
    object-fit: cover;
}

.quickview__details {
    display: flex;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.product-sub-title {
    font-size: 12px;
}

.product-title {
    padding-top: 10px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
}

.product-old-price {
    position: static;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    line-height: 20px;
    padding-bottom: 10px;
}

.quickview .product-price {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 10px 0;
    color: #000000;
    background-color: #ffffff;
    justify-content: stretch;
    line-height: 20px;
}

.product-discount {
    color: #ad7d56;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 20px;
}

.size-selection {
    margin-top: 12px;
    margin-bottom: 20px;
}

.selected {
    background-color: inherit !important;
    border: 1px double #6e6e6e !important;
    border-radius: 2px;
}

.size-button {
    margin-bottom: 5px;
    width: auto !important;
}

.size-button {
    min-width: 52px;
    margin-right: 8px;
    padding: 15px 16px;
    border: 1px solid #bfc5c9;
    border-radius: 2px;
    background-color: transparent;
    color: #000;
    font-size: 12px;
}

.size-text {
    margin-right: 0;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
}

.selected-color {
    display: inline-block;
    margin-right: 0;
    padding-left: 10px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
}

.color-selection .active {
    border: 2px solid #000 !important;
}

.color-selection input[type=image] {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    border: 1px solid #bfc5c9;
    margin-right: 8px;
    outline: 0;
}

.add-to-bag-text {
    display: inline-block;
    margin-right: 35px;
    font-size: 12px;
}

.select_number {
    height: 49px;
    line-height: 15px;
    padding-left: 15px;
    width: 70px;
    margin-bottom: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    background-image: url(../images/down_arrow.svg);
    background-position: 95% center;
    background-size: 10px;
    background-repeat: no-repeat;
    text-align: center;
    box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, .2);
}

.add-to-bag {
    padding: 12px 22px;
    border-radius: 2px;
    background-color: #ad7d56;
    box-shadow: 0 2px 12px -2px rgba(93, 103, 116, .2);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 12px;
    height: 49px;
    text-decoration: none;
}

.add-to-bag:Hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    background-color: #ad7d56;
    color: #ffffff;
    border: none;
}

.size-chart {
    color: #bfc5c9;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 10px;
}

.size-chart a {
    background-color: transparent;
    color: #18181d;
    text-decoration: underline;
}

.installment-price {
    color: #7e7e7e;
    font-size: 12px;
    padding-bottom: 10px;
}

.brand-detail-owl {
    opacity: 1 !important;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.brand-logo {
    width: 100%;
}

.follow_button {
    background: var(--bs-secondary);
    padding: 7.5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: -.4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    transition: all ease .3s;
    max-height: 35px;
}

.follow_button:hover {
    background-color: #000;
}

.user-nav {}

.user-nav-item {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}

.white-arrow {
    min-height: 8px;
    min-width: 16px;
    background-image: url(../images/arrow-point-to-right_beyaz.svg);
    background-repeat: no-repeat;
}

.user-nav-item.active {
    background-color: #000;
}

.user-nav-item a {
    color: #000;
    text-decoration: none
}

.user-nav-item.active a {
    color: #f1f1f1;
    text-decoration: none
}

.user-detail-label {
    padding: 10px 150px 10px 0;
    border-style: solid solid none;
    border-width: 0;
    border-color: rgba(170, 170, 170, .2) rgba(170, 170, 170, .2) rgba(0, 0, 0, .2);
    background-color: hsla(0, 0%, 100%, 0);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 2px solid #000;
}

.logout-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px;
    color: #000;
}

.btn-2 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 11px 25px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #000;
    -webkit-transition: color .2s, box-shadow .2s, background-color .2s, -webkit-transform .4s;
    transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, -webkit-transform .4s;
    color: #fff;
    line-height: 24px;
}

.btn-2:hover {
    border-color: transparent;
    background-color: #ad7d56;
    transform: translate(0, -2px);
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.color-selection input {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    font: inherit;
    border: 1px solid #bfc5c9;
    margin-right: 8px;
    outline: 0;
    font-size: 0px;
}

.wishlist {
    margin-left: 8px;
    padding: 12px 32px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #000;
    font-size: 12px;
    box-shadow: 0 2px 12px -2px rgba(93, 103, 116, .2);
    font-family: Oswald, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.wishlist:hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.fav-passive {
    position: static;
    background-image: url(../images/fav.svg);
    background-size: contain;
    width: 25px;
    height: 25px;
}

.fav-active {
    position: static;
    background-image: url(../images/fav-online.svg);
    background-size: contain;
    width: 25px;
    height: 25px;
}

.add-basket {

    position: fixed;
    margin-bottom: 0;
    width: 100% !important;
    padding: 0 10px;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, .16);
}

.add-basket-container {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    align-items: center;

}

@media screen and (max-width: 768px) {
    .add-basket-container {
        width: 100%;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        align-content: flex-start;
        padding: 10px 0;
    }
}

.hero1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1000px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.hero1-image.promo-page-image {
    width: 50%;
    background-position: 50% 0;
    background-size: cover;
}

.hero1-content {
    z-index: 10;
    display: block;
    overflow: visible;
    width: 25%;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 36px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero1-text {
    padding-left: 0;
    background-color: hsla(0, 0%, 100%, 0);
    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
    color: #000;
}

.hero1-title {
    margin-right: -40px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 300;
    white-space: normal;

}

.hero1-label {
    padding: 10px 22px 10px 0;
    border-style: solid solid none;
    border-width: 0;
    border-color: rgba(170, 170, 170, .2) rgba(170, 170, 170, .2) rgba(0, 0, 0, .2);
    background-color: hsla(0, 0%, 100%, 0);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .hero1-image.promo-page-image {
        width: 80%;
        min-height: 330px;
    }

    .div-block-14,
    .heading2.disable-selection,
    .heading_small.left_side.disable-selection,
    .nav-menu-1,
    .previous,
    .product-tabs,
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none;
    }

    .hero1-content,
    .order-details__item-description>div:nth-of-type(2) .image {
        margin-bottom: 10px;
        width: 80%;
        margin-top: 0;
        padding-right: 0;
    }

    .hero1 {
        grid-row-gap: 0;
        height: unset;
        grid-column-gap: 12px;
    }

    .product-slider__item {
        width: 100% !important;
    }

    .main-product-slider .owl-nav .owl-prev {
        position: absolute;
        left: 0 !important;
        visibility: visible;
        opacity: 1;
    }

    .button-arrow {
        flex: 0 0 0 !important;
    }

    .main-product-slider .owl-nav {
        position: absolute;
        top: 50%;
        width: 110% !important;
    }

    .slider-5.w-slider .owl-nav.disabled {
        display: flex !important;
    }

    .slider-5 .label {
        padding: 10px 22px 10px 0 !important;
        font-size: 15px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
    }

    .w80-50-start {
        justify-content: center !important;
    }

    .index-cuzdan .feature2-wrap {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }

    .index-cuzdan .div-block-19 {
        background-size: 400px;
    }

    .index-cuzdan .div-block-20 {
        background-image: url(/images/zoo_wallet-02.png);
        width: 375px;
        height: 160px;
        transition: all ease 1s;
        bottom: auto;
        top: -400px;
        visibility: hidden;
        position: absolute;
        left: 10%;
        right: 20%;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .index-cuzdan .div-block-20.affix {
        top: 10px !important;
        visibility: visible !important;
    }

    .home-salezoo-cuzdan-content .size1-text {
        font-size: 34px !important;
        line-height: 42px;
        font-weight: 300 !important;
        text-align: center !important;
        margin-right: 0 !important;
    }

    .home-salezoo-cuzdan-content .size1-text::after {
        content: '';
        width: 150px;
        display: block;
        margin: 10px auto;
        border-bottom: 2px solid #000;
    }

    .home-salezoo-cuzdan-content .text-16 {
        text-align: center !important;
    }

}

@media screen and (max-width: 991px) {
    .hero1 {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .font-size-26 {
        font-size: 26px !important;
    }

    .text-16 {
        padding-left: 0;
        background-color: hsla(0, 0%, 100%, 0);
        font-size: 16px !important;
        line-height: 26px;
    }
}


.div-block-14 {
    left: auto;
    top: 307px;
    right: 0;
    bottom: auto;
    width: 25%;
    height: 100%;
    max-height: 400px;
    margin-right: 0;
    margin-bottom: auto;
    padding-left: 0;
    border: 12px solid #fff;
    background-position: 45% 25%;
    background-size: auto;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.salezoo-circle {
    left: 2px;
    top: 0;
    right: auto;
    bottom: 0;
    min-height: 600px;
    min-width: 600px;
    padding-left: 0;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    background-repeat: no-repeat;
}

.w-slide {
    vertical-align: top;
    width: 100%;
    white-space: normal;
    text-align: left;
    position: relative;
    height: 100%;
}

.main-product-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-product-slider .owl-nav .owl-prev {
    position: absolute;
    left: 80px;
    visibility: visible;
    opacity: 1;
}

.main-product-slider .owl-nav .owl-next:Hover,
.main-product-slider .owl-nav .owl-prev:Hover {
    background-color: transparent !important;
}

.main-product-slider .owl-nav .owl-next {
    right: 30px;
    position: absolute;
    visibility: visible;
    opacity: 1;
}

.rating-stars ul>li.starr>i.fa {
    font-size: 26px;
    color: #ccc;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-size: 0;
    margin: 0px;
}

.rating-stars ul>li.starr {
    display: inline-block;
}

.rating-stars ul>li.starr.selectedd>i.fa {
    color: #ad7d56;
}

.rating-stars ul>li.starr.hover>i.fa {
    color: #e4b289;
}

/* Salezoo Wallet Custom Styles */
.main-page-salezoo-wallet {
    position: relative;
    z-index: auto;
    background-color: #fff8ee;
    overflow: hidden;
}

.div-block-19 {
    background-image: url('https://www.salezoo.com/templates/salezoo/2021/images/zoo_wallet-03.png');
    min-height: 350px;
    margin-top: 46px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 460px;
}

.div-block-20 {
    background-image: url('/images/zoo_wallet-02.png');
    width: 375px;
    height: 200px;
    transition: all ease 1s;
    bottom: auto;
    top: -400px;
    visibility: hidden;
    position: absolute;
    left: 20%;
    right: 20%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.feature2-content.home-salezoo-cuzdan-content .size1-text {
    border: 0 solid #000;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

.feature2-content.home-salezoo-cuzdan-content .text-16 {
    padding-left: 0;
    background-color: hsla(0, 0%, 100%, 0);
    font-size: 16px;
    line-height: 26px;
}


/* Filte seçim yaptıkca sıralıyor Start */
/* UL'yi sıralanabilir hale getir */
.accordion.filter-nav .accordion-body ul.list-unstyled {
    display: flex;
    flex-direction: column;
}

/* Varsayılan: tüm LI'lar altta */
.accordion.filter-nav .accordion-body ul.list-unstyled>li {
    order: 2;
    transition: all 0.25s ease;
}

/* Checked olan checkbox'ın bulunduğu LI üste alınır */
.accordion.filter-nav .accordion-body ul.list-unstyled>li:has(input[type="checkbox"]:checked) {
    order: 1;
}

/* Seçili olanları görsel olarak ayırt edelim */
.accordion.filter-nav .accordion-body ul.list-unstyled>li:has(input[type="checkbox"]:checked) .div-block-50 {
    background-color: #f8f9fa;
    border-radius: 6px;
}

/* Checkbox + label hizalaması */
.accordion.filter-nav .accordion-body .form-check {
    align-items: center;
}

/* Label biraz daha belirgin olsun */
.accordion.filter-nav .accordion-body ul.list-unstyled>li:has(input[type="checkbox"]:checked) label {
    font-weight: 600;
}

/* Hover efekti (opsiyonel ama hoş) */
.accordion.filter-nav .accordion-body ul.list-unstyled>li:hover .div-block-50 {
    background-color: #f1f3f5;
    border-radius: 6px;
}

.required-secondary:after {
    content: "*";
    display: inline-block;
    color: #ad7d56;
    font-size: 1.2em;
    line-height: 0;
    transform: translateY(5px);
}

.cart-total__request .input-group {
    border: 1px solid #000;
    display: flex;
}

.cart-total__request .input-group input[type=text] {
    border: none;
    width: calc(100% - 80px);
    padding: 5px;
    outline: 0;
}

.cart-total__request .input-group button {
    background-color: #fff;
    font-weight: 600;
    width: 80px;
}

.accordion-button:not(.collapsed) {
    color: #3b3b3b !important;
}

.lazy {
    filter: blur(2px);
    transform: scale(1.03);
    transition: 0.4s;
}

.lazy.loaded {
    filter: blur(0);
    transform: scale(1);
}

/* Site genelinde butonların outline ve shadow sıfırlaması */
button,
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    outline: none !important;
    box-shadow: none !important;
}

button:focus,
button:active,
button:focus-visible,
.btn:focus,
.btn:active,
.btn:focus-visible,
.btn-check:focus+.btn,
.btn-check:checked+.btn,
.btn-check:checked+.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none !important;
    box-shadow: none !important;
}