@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/snackbar.min.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/themify.css);
@import url(../css/plugins/line-icons.css);
@import url(../css/plugins/iconfont.css);
@import url(../css/plugins/flaticon.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
:root {
    --breakpoint-xs: 320px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;

    /* Modern UI/UX için açık tonlarda arka plan renkleri  #ecfaf4 */
    --main-bg-color: #f0f5ff;
    --featured-bg-color: #e0ebf5;
    --story-bg-color: #f5f0f7;
    --product-bg-color: #ecfaf4;
    --product-gridcard-bg-color: #f0f7f4;

    /* Kategori navigasyonu için renkler */
    --category-nav-color: #f27a1a;
    --category-nav-light-color: #f5f3ed;
    --category-nav-hover-color: #ff8c2a;

    /* Mobil tab bar için renkler */
    --mobile-tab-bg-color: #031424;
    --mobile-tab-active-color: #f27a1a;
    --mobile-tab-inactive-color: #ffffff;
    --mobile-tab-counter-bg: #f27a1a;
}

* {
    outline: none;
}

.modal-open {
    overflow: hidden !important;
}

body {
    background: var(--main-bg-color);
    color: #707070;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
    padding-top: 120px !important; /* header (60px) + category nav (50px) + extra margin */
}

.snackbar-container p,
.tooltip {
    font-family: "Jost", sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
}

a {
    color: #111111;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #324875;
}

a.link:hover,
a.link:focus,
a:hover,
a:focus {
    color: #111111;
}

a.text-success:focus,
a.text-success:hover {
    color: #5b1cee !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #006cff !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff9b20 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #f33066 !important;
}

a.white-link {
    color: #ffffff;
}

a.white-link:hover,
a.white-link:focus {
    color: #263238;
}

section {
    padding: 80px 0 80px;
    position: relative;
}

section.space {
    padding: 60px 0 60px;
}

section.middle {
    padding: 10px 0 10px;
    background-color: var(--main-bg-color);
    padding-top: 10px;
}

section.space.min {
    padding: 60px 0 30px;
}

.light-bg {
    background: #ecf7f3;
}

p {
    line-height: 1.8;
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.no-ul-list {
    padding: 0;
}

.no-ul-list li {
    list-style: none;
}

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content h1,
.explore-content h2 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

.dn {
    display: none;
}

/*------------ GLobal Settings: Heading-------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 400;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 30px;
}

h3 {
    line-height: 30px;
    font-size: 24px;
}

h4 {
    line-height: 26px;
    font-size: 21px;
}

h5 {
    line-height: 22px;
    font-size: 18px;
}

h6 {
    line-height: 20px;
    font-size: 16px;
}

.lead {
    font-size: 20px !important;
}

.lead-i {
    font-family: "Work Sans", sans-serif;
    font-size: 22px !important;
    font-style: italic;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.theme-bg {
    background: #5b1cee !important;
}

.trans-bg {
    background: rgba(255, 255, 255, 0.1) !important;
}

.theme-bg-light {
    background: rgba(238, 28, 71, 0.11) !important;
}

.theme-cl {
    color: #5b1cee !important;
}

.dark_bg {
    background: #202838;
}

.gray {
    background: #f4f5f7;
}

.border {
    border: 1px solid #eef2f5;
}

.border-bold {
    border: 2px solid #eef2f5;
}

.br-top {
    border-top: 1px solid #eef2f5;
}

.br-bottom {
    border-bottom: 1px solid #eef2f5;
}

.br-left {
    border-left: 1px solid #eef2f5;
}

.br-right {
    border-right: 1px solid #eef2f5;
}

.b-0 {
    border: none !important;
}

.br-0 {
    border-right: none;
}

.bb-0 {
    border-bottom: none;
}

.bt-0 {
    border-top: none;
}

.bl-0 {
    border-left: none;
}

.border-dark {
    border: 1px solid #000000;
}

/*------------ Global Settings: Ul List Style ----------------*/

ul.list-style {
    padding: 0;
    margin: 0;
}

ul.list-style li {
    margin-bottom: 1.2em;
    line-height: 1.5;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

ul.list-style li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 0;
    color: #525252;
    font-family: "themify", sans-serif;
}

ul.list-style.style-2 li:before {
    content: "\e628" !important;
    color: #525252;
}

/* -------------------------- Global Settings: Font Style & Position -----------------*/

.fs-sm {
    font-size: 14px !important;
}

.fs-md {
    font-size: 16px !important;
}

.fs-lg {
    font-size: 20px !important;
}

.fs-xl {
    font-size: 28px !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative;
}

.ft-light {
    font-weight: 300;
}

.ft-regular {
    font-weight: 400;
}

.ft-medium {
    font-weight: 500;
}

.ft-bold {
    font-weight: 600;
}

.ab-left {
    left: 0.7rem;
    right: auto;
    z-index: 1;
    top: 0.7rem;
}

.ab-right {
    right: 0.7rem;
    left: auto;
    top: 0.7rem;
    z-index: 1;
}

.line-through {
    text-decoration: line-through;
}

.lh-1 {
    line-height: 1;
}

.text-underline {
    text-decoration: underline;
}

.text-upper {
    text-transform: uppercase;
}

.badge {
    border-radius: 0.15rem;
    letter-spacing: 0.08rem;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    font-size: 0.8rem;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 20px !important;
}

/*------------ Global Settings: Cutom Height ----------------*/

.ht-10 {
    height: 10px;
}

.ht-20 {
    height: 20px;
}

.ht-30 {
    height: 30px;
}

.ht-40 {
    height: 40px;
}

.ht-50 {
    height: 50px;
}

.ht-60 {
    height: 60px;
}

.ht-70 {
    height: 70px;
}

.ht-80 {
    height: 80px;
}

.ht-100 {
    height: 100px;
    min-height: 580px;
}

.ht-110 {
    height: 110px;
}

.ht-120 {
    height: 120px;
}

.ht-130 {
    height: 130px;
}

.ht-140 {
    height: 140px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-170 {
    height: 170px;
}

.ht-180 {
    height: 180px;
}

.ht-190 {
    height: 190px;
}

.ht-200 {
    height: 200px;
}

.h-100 {
    height: 100vh;
    min-height: 580px;
}

.hts-100 {
    height: 100%;
}

/*------------ Global Settings: Background & Image ----------------*/

.bg-dark {
    background-color: #151515 !important;
}

.text-dark {
    color: #151515 !important;
}

.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #252525;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    opacity: 0;
}

.bg-img-holder:not([class*="col-"]) {
    width: 100%;
}

.bg-img-holder.background--bottom {
    background-position: 50% 100% !important;
}

.bg-img-holder.background--top {
    background-position: 50% 0% !important;
}

.image--light .bg-img-holder {
    background: none;
}

.bg-img-holder img {
    display: none;
}

.imagebg.border--round {
    overflow: hidden;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay] *:not(.container):not(.bg-img-holder) {
    z-index: 2;
}

[data-overlay].image--light:before {
    background: #fff;
}

[data-overlay].bg--primary:before {
    background: #4a90e2;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-scrim-bottom] {
    position: relative;
}

.imagebg {
    position: relative;
}

.imagebg .container {
    z-index: 2;
}

.imagebg .container:not(.pos-absolute) {
    position: relative;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
    color: #fff;
}

.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
    color: #252525;
}

.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
    color: #666666;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
    color: #fff;
}

div[data-overlay] p {
    color: #fff;
}

.parallax {
    overflow: hidden;
}

/**! 07. Icons **/

.icon {
    line-height: 1em;
    font-size: 3.14285714em;
}

.icon--xs {
    font-size: 1em;
}

.icon--sm {
    font-size: 2.35714286em;
}

.icon--lg {
    font-size: 5.57142857em;
}

.imagebg:not(.image--light) span {
    color: #fff;
}

.gr_bg {
    background: #006cff;
    background: -webkit-linear-gradient(to right, #12ca86, #006cff);
    background: linear-gradient(to right, #12ca86, #006cff);
}

/*-------------- GLobal Settings: Text Colors ----------------*/

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #f33066 !important;
}

.text-muted {
    color: #636872 !important;
}

.text-warning {
    color: #ff9b20 !important;
}

.text-success {
    color: #5b1cee !important;
}

.text-info {
    color: #2196f3 !important;
}

.text-inverse {
    color: #3e4555 !important;
}

html body .text-blue {
    color: #02bec9;
}

html body .text-purple {
    color: #7460ee;
}

html body .text-primary {
    color: #5b1cee !important;
}

html body .text-megna {
    color: #1dc8cd;
}

html body .text-dark {
    color: #111111;
}

html body .text-themecolor {
    color: #5b1cee;
}

/*------------------------ Global Settings: Lists ------------------*/

.lists-4,
.lists-3,
.lists-2,
.lists-1 {
    margin: 0;
    padding: 0;
}

.lists-4 li,
.lists-3 li,
.lists-2 li,
.lists-1 li {
    list-style: none;
    margin: 1px 0 10px;
    margin-left: 22px;
    position: relative;
}

.lists-4 li:before,
.lists-3 li:before,
.lists-2 li:before,
.lists-1 li:before {
    font-family: "themify", sans-serif;
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -22px;
    display: block;
}

.lists-4.color li:before,
.lists-3.color li:before,
.lists-2.color li:before,
.lists-1.color li:before {
    color: #5b1cee;
}

.lists-1 li:before {
    content: "\e71b";
    font-size: 13px;
}

.lists-2 li:before {
    content: "\e724";
    font-size: 13px;
}

.lists-3 li:before {
    content: "\e64c";
    font-size: 13px;
}

.lists-4 li:before {
    content: "\e65d";
    font-size: 13px;
}

/*-------------- Global Settings: Alerts & Notification --------------*/

.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}

.alert-success {
    color: #5b1cee;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}

.alert-warning {
    color: #ff9b20;
    background-color: #fff5e9;
    border-color: #fff5e9;
}

.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}

.alert-danger {
    color: #f33066;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}

.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}

.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}

.alert button.close {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    opacity: 0.7;
}

/*-------------- Global Settings: Avaters Design ------------------*/

.avatar {
    position: relative;
    display: inline-block;
    font-size: 0.625rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e9ecef;
}

.avatar-xxl {
    width: 4rem;
    height: 4rem;
    font-size: 1.33333rem;
}

.avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 1.33333rem;
}

.avatar-lg {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.75rem;
}

.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.5rem;
}

.avatar-xs {
    width: 1rem;
    height: 1rem;
    font-size: 0.33333rem;
}

/*-------------- GLobal Settings: Background Colors ----------------*/

.bg-primary {
    background-color: #5b1cee !important;
}

.bg-success {
    background-color: #5b1cee !important;
}

.bg-info {
    background-color: #1ac790 !important;
}

.bg-warning {
    background-color: #ff9b20 !important;
}

.bg-danger {
    background-color: #f33066 !important;
}

.bg-orange {
    background-color: #ec2828 !important;
}

.bg-yellow {
    background-color: #fed700;
}

.bg-facebook {
    background-color: #3b5a9a;
}

.bg-twitter {
    background-color: #56adf2;
}

html body .bg-megna {
    background-color: #1dc8cd;
}

html body .bg-theme {
    background-color: #5b1cee;
}

html body .bg-inverse {
    background-color: #374158;
}

html body .bg-purple {
    background-color: #7460ee;
}

html body .bg-light {
    background-color: #f4f8fa !important;
}

html body .bg-light-primary {
    background-color: #f1effd;
}

html body .bg-light-success {
    background-color: #e8fdeb;
}

html body .bg-light-info {
    background-color: #cfecfe;
}

html body .bg-light-extra {
    background-color: #ebf3f5;
}

html body .bg-light-warning {
    background-color: #fff8ec;
}

html body .bg-light-danger {
    background-color: #f9e7eb;
}

html body .bg-light-inverse {
    background-color: #f6f6f6;
}

html body .bg-white {
    background-color: #ffffff;
}

html body .bg-whites {
    background-color: #f4f5f7;
}

html body .bg-red {
    background-color: #5b1cee;
}

html body .bg-green {
    background-color: #4caf50;
}

html body .bg-sky {
    background-color: #20b2c1;
}

html body .bg-blue {
    background-color: #03a9f4;
}

html body .bg-dark-blue {
    background-color: #192c48;
}

/*----------- GLobal Settings: Simple List -----------*/

ul.simple-list {
    padding: 0;
    margin: 0;
}

ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative;
}

ul.simple-list li:before {
    content: "\e6af";
    font-family: "themify", sans-serif;
    position: absolute;
    left: 0;
}

/*------------ GLobal Settings: Table ------------*/

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #f0f4f7;
}

.table tr th,
.table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}

.table.tbl-big tr th,
.table.tbl-big tr td {
    padding: 20px 15px;
}

.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
    padding: 20px 15px;
    text-align: center;
}

table.table tr th {
    font-weight: 600;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/*------------- GLobal Settings: Buttons ----------------*/

.btn {
    padding: 12px 25px;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 0.1rem;
}

.btn.btn-sm {
    padding: 10px 15px;
}

.btn.btn-md {
    padding: 14px 30px;
}

.btn.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.15rem;
}

.btn-unstyled {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.text-light {
    color: #ffffff !important;
}

.btn-square {
    padding: 15px 15px;
}

.prd_btn_square {
    width: 48px;
    height: 45px;
    padding: 0;
    color: #000000;
    font-size: 17px;
    background: #ffffff;
    border-radius: 2px;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}

.prd_btn_square:hover,
.prd_btn_square:focus {
    color: #ffffff;
    background: #212121;
}

.btn.btn-default {
    background: #ebedf1;
}

.btn-dark {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark-light {
    color: #151515;
    background-color: #ffffff;
    border-color: #151515;
}

.btn-dark-light:hover,
.btn-dark-light:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.text-gray {
    color: #e3ecfc;
}

.btn-light:hover,
.btn-light:focus {
    background: #e4e9ef;
    border: 1px solid #e4e9ef;
    color: #6e81a0;
}

.theme-btn-light {
    color: #5b1cee;
    background: #ffffff;
    border: 1px solid #5b1cee;
    transition: all ease 0.4s;
}

.theme-btn-light:hover,
.btn-light:focus {
    background: #5b1cee;
    border: 1px solid #5b1cee;
    color: #ffffff;
}

.btn.bg-dark {
    color: #ffffff;
}

/*----------- Modal ---------------*/

button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 10px;
    color: #121212;
    opacity: 1;
    background: #f4f5f7;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

/*----------- GLobal Settings: Pagination ------------------*/

.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0 !important;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    font-weight: 500;
    margin: 0;
    float: left;
    color: #151515;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ecedf1;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
    z-index: 2;
    color: #5b1cee;
    cursor: pointer;
    background-color: transparent;
    border-color: #5b1cee;
}

.pagination li:first-child a {
    background: transparent;
    border: none;
    border-radius: 0% !important;
    color: #151515;
}

.pagination li:last-child a {
    background: transparent;
    border: none;
    border-radius: 0% !important;
    color: #151515;
}

.pagination > li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #5b1cee;
    background-color: transparent;
    border-color: #5b1cee;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    margin-left: 0;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    width: 100%;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

._adv_features_list label i {
    font-style: initial;
    font-weight: 600;
    float: right;
}

.radio-custom + .radio-custom-label:before {
    content: "";
    background: #fff;
    border: 2px solid #dae3ec;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rgba(5, 175, 120, 0.1);
    border-radius: 2px;
    border: none;
}

.checkbox-custom:checked + .checkbox-custom-label:after {
    content: "\f00c";
    font-family: Fontawesome, sans-serif;
    position: absolute;
    left: 5px;
    top: 3px;
    font-size: 10px;
    color: #5b1cee;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #5b1cee;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.company-brands label {
    font-weight: normal;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: none; /* focus style */
}

.company-brands input[type="checkbox"]:focus {
    outline: none;
}

.company-brands label:focus {
    outline: none;
}

/*--------------- GLobal Settings: On off switch ---------------*/

.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #5b1cee;
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 6px;
    background: #ffffff;
    height: 23px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 35px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*----------- GLobal Settings: Custom Radio Button ------------*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #5b1cee;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------- GLobal Settings: Bootstrap 4 hack --------------*/

.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

.hidden-xl-down {
    display: none !important;
}

/**************************************
	Header Navigation Styles
***************************************/

.nav-menu-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    top: 10px;
    gap: 5px;
    margin: 0px;
}

.nav-menu-login .nav-menu.nav-menu-social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-menu-login .nav-menu.nav-menu-social > li {
    margin-left: 10px;
}

.nav-menu-login .nav-menu.nav-menu-social > li > a {
    color: #fff;
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.nav-menu-login .nav-menu.nav-menu-social > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-menu-login .dn-counter {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #f27a1a;
    color: #ffffff;
    font-size: 8px;
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    font-weight: 600;
}

/* Auth Dropdown Styles */
.auth-dropdown {
    position: relative;
    background: #f27a1a;
    border-radius: 6px;
}

.auth-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 8px 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    box-shadow: none;
}

.auth-dropdown .dropdown-toggle:hover {
    color: #f27a1a;
    opacity: 0.9;
}

.auth-dropdown .dropdown-toggle i {
    font-size: 16px;
    margin-right: 6px;
}

.auth-dropdown .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.auth-dropdown .dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.auth-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1050; /* Increased z-index to be definitively above other elements */
    border: 1px solid #e5e5e5;
}

.auth-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.auth-dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.auth-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #333;
    font-size: 13px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
}

.auth-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.auth-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #f27a1a;
}

.auth-dropdown .dropdown-item i {
    margin-right: 10px;
    color: #f27a1a;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
    color: #000;
}

.light-menu .nav-brand,
.light-menu .nav-brand:focus,
.light-menu .nav-brand:hover,
.light-menu .nav-menu > li > a {
    color: #ffffff;
}

.light-menu .nav-menu > .active > a,
.light-menu .nav-menu > .focus > a,
.light-menu .nav-menu > li:hover > a {
    color: #ffffff !important;
}

.light-menu .nav-menu > li > a .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none;
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
    box-sizing: border-box;
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-size: 14px;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none;
}

.navigation-portrait {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
    letter-spacing: 0.5px;
}

.nav-header {
    display: flex;
    align-items: center;
    float: left;
}

.nav-brand {
    padding: 5px 30px;
    font-size: 24px;
    margin-right: 1rem;
    padding-left: 0;
    text-decoration: none !important;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
    text-decoration: none;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 2.2;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 18px;
    padding: 0px 0px 0;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #f7f1e6;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #f7f1e6, 0 1em 0 0 #f7f1e6;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.8s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #f33066;
    background: #f6dde4;
    font-size: 16px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: flex;
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.nav-menu > li {
    display: inline-block;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li > a {
    padding: 22px 18px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #2c2c2c;
}

.nav-menu.nav-menu-social > li > a {
    padding: 22px 12px;
}

.headd-sty-last .nav-menu.nav-menu-social > li > a {
    width: 100%;
    text-align: center;
}

.navigation-portrait .nav-menu > li > a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px;
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
    color: #5b1cee !important;
}

.nav-menu > li > a > [class*="ion-"],
.nav-menu > li > a > i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.1);
    top: 1px;
    position: relative;
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.nav-menu.nav-menu-social > li:last-child a {
    padding-right: 10px;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa,
.nav-menu.nav-menu-social > li > a > .fas {
    font-size: 15px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0;
    width: 100%;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #506377 #506377 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    right: 24px;
}

.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #5b1cee #5b1cee transparent;
}

.light-menu .nav-menu > .active > a .submenu-indicator-chevron,
.light-menu .nav-menu > .focus > a .submenu-indicator-chevron,
.light-menu .nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color 0.3s;
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #5b1cee;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="search"],
.nav-search-inner input[type="text"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="search"],
.navigation-portrait .nav-search-inner input[type="text"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #5b1cee;
    transition: opacity 0.3s;
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    color: #70798b;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li .nav-dropdown {
    border: none;
    padding: 15px;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

.nav-menu > li > .nav-dropdown:before {
    background-color: #ffffff;
    content: "";
    width: 22px;
    height: 22px;
    left: 27px;
    top: -12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid #e4e8ec;
    display: block;
    float: left;
    color: #333c56;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: "Jost", sans-serif;
}

.nav-dropdown > li:last-child > a {
    border-bottom: none;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    padding-left: 20px;
    color: #5b1cee;
}

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px;
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
    color: #5b1cee;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
}

.menu__list,
.navbar,
nav a {
    position: relative;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #006cff #006cff transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

nav a {
    display: inline-block;
}

.header {
    background: #031424;
    height: 60px;
    z-index: 1010; /* Z-index'i arttıralım */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}

.header-top {
    padding: 1em 0;
    background: #05222a;
}

.indicate {
    float: left;
}

.deatils {
    float: right;
}

.indicate a {
    font-size: 1.1em;
    color: #c6c7c7;
    vertical-align: middle;
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle;
}

.indicate i {
    margin-right: 0.5em;
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px;
}

.deatils ul li i {
    margin-right: 0.5em;
}

.deatils ul li a {
    font-size: 1.1em;
    color: #c6c7c7;
    vertical-align: middle;
}

.social-icons {
    float: right;
    margin-top: 0.7em;
}

.logo h1 a {
    color: #fff;
    font-size: 1.3em;
}

.logo span {
    display: block;
    font-size: 0.32em;
    letter-spacing: 4px;
}

.header-bottom {
    padding: 1em 0;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-default {
    background: #fff;
    border: none !important;
}

.navbar-default .navbar-nav > li > a {
    color: #05222a;
    font-size: 1.3em;
    font-weight: 900;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #02b875;
    background-color: #fff;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #05222a;
    background-color: #fff;
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
}

.menu__item {
    display: block;
    margin: 1em 0;
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.menu--francisco .menu__item {
    margin: 0 1.5em;
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292;
}

.menu--francisco .menu__item--current .menu__link {
    color: #02b875;
}

.menu--francisco .menu__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02b875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
    transition: transform 0s 0.3s, opacity 0.2s;
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none;
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco 0.3s forwards;
    animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu.nav-menu-social > li.add-listing {
    border-radius: 4px;
    top: 14px;
    position: relative;
    height: 50px;
    padding: 0px;
    margin-left: 10px;
    background: #252525;
}

.nav-menu.nav-menu-social > li.add-listing a {
    top: 0px;
    padding: 30px 20px;
    color: #ffffff !important;
}

.nav-menu.nav-menu-social > li.add-listing.bg-whit {
    background: #ffffff !important;
}

.nav-menu.nav-menu-social > li.add-listing.bg-whit a {
    color: #333d46 !important;
}

.nav-brand img {
    max-width: 120px;
    position: relative;
    top: 0px;
}

/*--------- Dashboard Dropdown ----------*/

.btn-group.account-drop {
    position: relative;
    padding: 22px 15px;
}

.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}

.account-drop .dropdown-menu {
    top: 70px !important;
    right: 0 !important;
    background: #fff;
    min-width: 250px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.drp_menu_headr {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    background: #006cff;
}

.drp_menu_headr h4 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.account-drop .dropdown-menu ul li {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}

.account-drop .dropdown-menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #495363;
    position: relative;
    font-family: "Jost", sans-serif;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf0f3;
}

.account-drop .dropdown-menu ul li:last-child a {
    border-right: none;
}

.account-drop .dropdown-menu ul li a i {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.notti_coun {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    font-family: "Jost", sans-serif;
    color: #ffffff;
}

span.notti_coun.style-1 {
    background: #2bb170;
}

span.notti_coun.style-2 {
    background: #9972e6;
}

span.notti_coun.style-3 {
    background: #03a9f4;
}

span.expiration {
    position: absolute;
    right: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f31f67;
    font-size: 12px;
    top: 13px;
    color: #ffffff;
}

.dn-counter {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 17px;
    min-width: 17px;
    min-height: 17px;
    border-radius: 50%;
    position: relative;
    margin-left: -5px;
    top: -4px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 2px;
}

.navigation.navigation-portrait .dn-counter {
    top: 0px;
}

/*DROPDOWN STYLE=========================== */

nav .menu > li.dropdown > a:before,
nav .menu > li.megamenu > a:before {
    margin-left: 10px;
    content: "\e61a";
    font-family: "themify", sans-serif;
    float: right;
    position: relative;
    font-size: 12px;
    top: 2px;
}

nav .menu > li.dropdown li.dropdown > a:before {
    margin-left: 10px;
    content: "\e649";
    font-family: "themify", sans-serif;
    float: right;
    position: relative;
    font-size: 14px;
    top: 1px;
}

nav .menu li.dropdown.open > a {
    color: #e74c3c;
}

.top-header {
    background: #232c3d;
    padding: 12px 0;
    color: #ffffff;
}

.cn-info ul {
    padding: 0;
    margin: 0;
}

.cn-info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.cn-info ul li i {
    margin-right: 5px;
}

.cn-info ul li:last-child {
    margin-right: 0;
}

.top-social {
    padding: 0;
    margin: 0;
    float: right;
}

.top-social li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.top-social li:last-child {
    margin-right: 0;
}

.top-social li a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
}

.mg-menu-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.mg-menu-items i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.mg-menu-items h5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
    font-size: 15px;
    color: #031b4e;
    margin-bottom: 0;
}

.mg-menu-items h5 > span {
    color: #72809d;
    display: block;
    font-weight: 500;
    font-family: "Muli", sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 3px;
    margin-top: 0;
    font-weight: 600;
    border-radius: 50% !important;
    box-shadow: 0px 0px 0px 3px rgb(237 240 245);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(237 240 245);
}

.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 30px;
    border-radius: 50%;
}

li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding: 10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}

/*===================================================
 Homes Banner
==================================================*/

.image-cover {
    display: flex;
    height: auto;
    padding: 5rem 0;
    align-items: center;
    position: relative;
    justify-content: center;
    background-position: center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center !important;
    background-size: cover !important;
}

.image-cover.image_bottom {
    background-position: bottom !important;
}

.home-slider .item {
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    min-height: 520px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.trending {
    font-size: 20px;
    font-style: italic;
    font-family: initial;
    color: #333c56;
}

.home-slider.hide-dot .slick-dots {
    display: none !important;
}

.home-slider.hide-navigation .slick-arrow {
    display: none !important;
}

/*------------ New homes -----------------*/

.killore--block-link-content ul {
    padding: 0;
    margin: 0;
}

.killore--block-link-content ul li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.killore--block-link-content ul li a {
    display: block;
    padding: 1rem;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ebecef;
}

.killore--block-link-content ul li:last-child a {
    border-bottom: none;
}

.killore--block-link-content ul li a i {
    margin-right: 10px;
}

.home-slider.auto-slider .item {
    height: auto !important;
    min-height: auto;
    padding: 6.1rem 2rem;
}

.single-brnads img {
    text-align: center;
    margin: 0 auto;
}

/*===================================================
	GEYIN Elements
==================================================*/

.product-content .product-desc .woocommerce-loop-product__title .product-name {
    color: #707070;
}

.off_title {
    font-weight: 600;
    color: #657382;
    opacity: 0.11;
    position: absolute;
    top: 0;
    left: 50%;
    font-family: initial;
    font-style: italic;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.sec_title {
    margin-bottom: 30px;
}

.overlio {
    margin-top: -80px;
}

.shop_categories_list li {
    padding: 0 10px;
    display: inline-flex;
}

.shop_categories_list li:first-child {
    padding-left: 0;
}

.shop_categories_list li a {
    position: relative;
    font-size: 14px;
}

.shop_categories_list li a:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
}

.shop_categories_list li a:hover:before,
.shop_categories_list li a:focus:before {
    width: 100%;
}

/*---------------- Submit Reviews -----------------*/

.submit-rating {
    direction: rtl;
    display: inline-block;
    padding: 0px;
}

.submit-rating input[type="radio"] {
    display: none;
}

.submit-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submit-rating label:hover,
.submit-rating label:hover ~ label,
.submit-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
}

.submit-rating [type="radio"]:checked + label:before,
.submit-rating [type="radio"]:not(:checked) + label:before {
    display: none;
}

.submit-rating [type="radio"]:checked + label:after,
.submit-rating [type="radio"]:not(:checked) + label:after {
    display: none;
}

.submit-rating [type="radio"]:checked + label,
.submit-rating [type="radio"]:not(:checked) + label {
    padding-left: 5px;
    line-height: 1;
    font-size: 12px;
}

/*----------------- Modal Quick View Design -------------------*/

.quick_view_wrap {
    width: 100%;
    display: flex;
    height: auto;
    align-items: flex-start;
}

.quick_view_thmb {
    float: initial;
    width: 45%;
    flex: 0 0 45%;
}

.quick_view_capt {
    display: block;
    float: left;
    width: 55%;
    flex: 0 0 55%;
    padding: 0 1rem;
}

.slick-dots {
    bottom: 20px;
}

/*----------------- Sopping Cart ----------------------*/

.list-group-flush-x .list-group-item {
    border-left: none;
    background: transparent;
    border-right: none;
    padding: 16px 0;
    border-color: #e1e4eb;
}

.list-group-flush-y .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.list-group-flush-y .list-group-item:first-child {
    padding-top: 0;
    border-top: none;
}

.pay_opy980 {
    width: 100%;
    position: relative;
    display: block;
}

#payaccordion .panel.panel-default {
    background: #ffffff;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

#payaccordion .panel-default > .panel-heading {
    color: #0047ab;
    padding: 14px 15px;
    background-color: #ffffff;
    border-color: #eaeff5;
}

#payaccordion .panel-default > .panel-heading h4 {
    margin: 0;
    font-size: 17px;
}

#payaccordion .panel-default .panel-body {
    padding: 1.5rem 2rem;
}

#payaccordion .panel-default > .panel-heading h4 a {
    color: #202738;
    position: relative;
    padding-left: 25px;
}

#payaccordion .panel-default > .panel-heading h4 a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #edeef3;
    border-radius: 50%;
    left: 0;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #ffffff;
    transition: all ease 0.4s;
}

#payaccordion .panel-default > .panel-heading h4 a[aria-expanded="true"]:before {
    content: "\e64c";
    font-family: "themify", sans-serif;
    background: #11af6d;
}

/*----------------- Price Range --------------------*/

.irs-min,
.irs-max {
    display: none;
}

.irs--flat .irs-line {
    top: 25px;
    height: 5px;
    background-color: #eaecef;
    border-radius: 50px;
}

.irs--flat .irs-bar {
    top: 25px;
    border-radius: 50px;
    height: 5px;
    background-color: #151515;
}

.irs--flat .irs-handle {
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: transparent;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #151515;
    font-family: "Jost", sans-serif;
    border-radius: 2px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #151515;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -4px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #ffffff;
    cursor: pointer;
}

/*------------- Slick Slider Arrow -----------------*/

.slick-prev::before {
    content: "\e629";
}

.slick-next::before {
    content: "\e628";
}

.home-slider .slick-next {
    right: 40px;
}

.home-slider .slick-prev {
    left: initial;
    right: 100px;
    z-index: 1;
}

.home-slider .slick-next,
.home-slider .slick-prev {
    top: 90%;
    -webkit-transform: translate(0, -90%);
    -ms-transform: translate(0, -90%);
    transform: translate(0, -90%);
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
    width: 50px;
    height: 50px;
    font-family: "themify", sans-serif;
    display: inline-flex;
    align-items: center;
    background: transparent;
    justify-content: center;
    color: #151515;
    border-radius: 50%;
    border: 1px solid #121212;
    transition: all ease 0.4s;
    opacity: 0;
}

.home-slider:hover .slick-next:before,
.home-slider:hover .slick-prev:before,
.home-slider:focus .slick-next:before,
.home-slider:focus .slick-prev:before {
    opacity: 0.7 !important;
}

.home-slider .slick-next:hover:before,
.home-slider .slick-prev:hover:before {
    background: #151515;
    border-color: #151515;
    color: #ffffff;
    opacity: 1 !important;
}

.home-slider .slick-dots {
    bottom: 20px;
}

.home-slider .slick-dots li button {
    width: auto;
    height: auto;
}

.home-slider .slick-dots li {
    margin: 0 25px;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-slider .slick-dots li button::before {
    font-family: slick, sans-serif;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    background: #000000;
    height: 1px;
    content: "";
    text-align: center;
    opacity: 0.5;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.home-slider .slick-dots li.slick-active button::before {
    background: #000000;
    height: 3px;
    opacity: 9;
}

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

/*-------------- Dashboard Navigation ------------*/

ul.dahs_navbar {
    margin: 0;
    padding: 0;
}

ul.dahs_navbar li {
    display: flex;
    align-items: center;
    list-style: none;
}

ul.dahs_navbar li a {
    display: flex;
    font-size: 15px;
    align-items: center;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #e7e9eb;
    width: 100%;
    color: #151515;
    font-weight: 500;
}

ul.dahs_navbar li:last-child a {
    border-bottom: none;
}

ul.dahs_navbar li a.active {
    color: #5b1cee;
}

/*------------ Instagram Gallery -----------------*/

._insta_thumb {
    position: relative;
    display: block;
    width: 100%;
}

._insta_thumb a,
._insta_thumb:hover a {
    position: relative;
    transition: all ease 0.4s;
}

._insta_thumb:hover a:before {
    content: "";
    position: absolute;
    background: #000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 0.3;
}

._insta_thumb:hover a:after {
    content: "\e73d";
    font-family: "Themify", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

/*------------ Product Grid Styles -----------------*/

.product_grid {
    margin-bottom: 30px;
    background: transparent;
    transition: all 0.3s ease;
}

.carousel-container.products-container {
    background-color: var(--product-bg-color);
}

.product_grid.card {
    width: 200px; /* Kart genişliği */
    height: 420px; /* Kart yüksekliği */
    padding: 3px;
    border-radius: 10px; /* Köşelerin yuvarlanması */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}

.product_grid .shop_thumb img {
    width: 100%; /* Genişlik alanı tamamen kapsar */
    height: 100%; /* Yükseklik alanı tamamen kapsar */
    object-fit: cover; /* Görseli alanın içine kırpar */
    object-position: center; /* Görselin ortasını odaklar */
}

.shop_thumb {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.product_grid .card-body {
    flex-grow: 1; /* Resim ve içerik arasındaki alanı dengeler */
    border-radius: 5px;
}

.product_grid .card-footer {
    background: rgb(255, 255, 255);
}

._blog_wrap {
    margin-bottom: 30px;
}

.star-rating {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.star-rating i {
    margin-right: 2.5px;
    font-size: 10px;
    color: #d6dde6;
}

.star-rating i.filled {
    color: #ff9800;
}

.star-rating .small,
.medium {
    font-size: 95%;
}

.elis_rty .ft-bold {
    color: #27ae60 !important; /* Nephritis yeşili */
    font-weight: 600;
}

.small,
small {
    font-size: 82%;
    letter-spacing: 0.2px;
}

.form-option.form-check-inline {
    margin-right: 0.5rem; /* Sağdan boşluk */
    margin-left: 0; /* Soldan boşluğu kaldır */
    padding-left: 0; /* Sol padding'i kaldır */
}

.form-option .form-check-input {
    border: 0;
    background: none;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-inline + .form-check-inline {
    margin-left: 0rem;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-option-label {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.1rem;
    margin-left: 0; /* Sol margin'i kaldır */
    padding-left: 0 !important; /* Sol padding'i kaldır */
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.size-option.small .form-option-label {
    position: relative !important;
    min-width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 0;
    padding-top: 0.0725rem;
    padding-right: 0.475rem;
    padding-left: 0.475rem !important;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.75rem !important;
    cursor: pointer;
}

.size-option .form-option-label {
    position: relative !important;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 2px;
    padding: 0; /* Padding sıfırlandı */
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    display: flex; /* Flexbox aktif edildi */
    align-items: center; /* Dikey hizalama */
    justify-content: center; /* Yatay hizalama */
    cursor: pointer;
}

.form-check-input:checked ~ .form-option-label {
    border-color: #121212;
    color: #121212;
}

.form-option-label:before,
.form-option-label:after {
    display: none;
}

.btn.btn_love {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #121212;
    font-size: 16px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.btn_love.auto {
    width: auto;
    height: auto;
}

.btn.btn_love.active {
    color: #5b1cee;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-md {
    border-radius: 6px !important;
    overflow: hidden;
}

.form-option-label.small {
    min-width: 1.2rem;
    height: 1.2rem;
    line-height: 1.1rem !important;
}

.form-option-color {
    display: block;
    border-radius: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    background-position: center;
    background-size: cover; /* background-size değiştirildi */
    background-repeat: no-repeat;
}

.small .form-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
    background-position: top left;
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
}

.product-hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    padding: 0.8rem 1rem;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.92);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 20;
}

.product-hover-overlay.btn {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    padding: 0.8rem 1rem;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    transition: all 0.3s;
    background: transparent;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 20;
}

.product_grid:hover .product-hover-overlay {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.product_grid .shop_thumb .ovr-hide,
.product_grid .shop_thumb .ovr-show {
    transition: all ease 0.4s;
}

.product_grid .shop_thumb .ovr-show {
    opacity: 0;
    display: none !important;
}

.product_grid:hover .shop_thumb .ovr-hide,
.product_grid:focus .shop_thumb .ovr-hide {
    opacity: 0;
    display: none !important;
}

.product_grid:hover .shop_thumb .ovr-show,
.product_grid:focus .shop_thumb .ovr-show {
    opacity: 1;
    display: block !important;
}

.blc1 {
    background: #eaeaeb;
}

.blc2 {
    background: #d1dceb;
}

.blc8 {
    background: #becc36;
}

.blc3 {
    background: #f4e6a2;
}

.blc4 {
    background: #f3dcff;
}

.blc5 {
    background: #e36947;
}

.blc6 {
    background: #6185c4;
}

.blc7 {
    background: #379788;
}

.blc9 {
    background: #03a9f4;
}

.language-selector-wrapper ul li a img {
    margin-right: 5px;
}

/*---------------- Grocery Product Design -------------------*/

.product_grid.grocery {
    border: 1px solid #b2e1a3 !important;
}

.left-over-buttons {
    padding: 0;
    margin: 0;
}

.left-over-buttons li {
    display: block;
    list-style: none;
    padding: 5px 0;
}

/* Product Card Buttons Styling - Start */

.product_grid .product-left-hover-overlay {
    position: absolute;
    bottom: 45px;
    right: 5px;
    opacity: 1;
    visibility: visible;
    transform: none;
    background-color: transparent;
    z-index: 10;
    padding: 0; /* Remove any padding that might affect positioning */
}

.product_grid .left-over-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.product_grid .left-over-buttons li {
    list-style-type: none; /* Remove bullet points if any */
    margin: 0;
    padding: 0;
}

.product_grid .left-over-buttons li a {
    background-color: transparent !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex; /* Make sure it's flex for align/justify */
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.product_grid .left-over-buttons li a:hover {
    background-color: rgba(240, 240, 240, 0.95);
}

.product_grid .left-over-buttons li a i {
    font-size: 0.8rem;
    position: static; /* Remove absolute positioning if it causes issues */
    /* If icons are not centered, add: */
}

.product_grid .left-over-buttons span[class*="wishlist-count-"] {
    font-size: 0.75em;
    margin-left: 4px;
    color: #333;
    font-weight: 500;
    line-height: 1; /* ensure it aligns well with the icon */
}

/*------------ Product Categories Styles Styles -----------------*/

.lg_height {
    height: 500px;
}

.mid_height {
    height: 320px;
}

.md_height {
    height: 240px;
}

.card-overflow {
    overflow: hidden;
    position: relative;
    display: block;
    border: 0;
    border-radius: 2px;
}

.no-radius {
    border-radius: 0 !important;
}

.card-overflow:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background-position: center !important;
}

.bg-image.right {
    background-position: right !important;
}

.bg-image.left {
    background-position: left !important;
}

.card-overflow[class*="-scale"] .bg-image {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.card-overflow[class*="-scale"]:hover .bg-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.ct_body_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ct_body_caption.left {
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 1;
    transform: initial;
    -webkit-transform: initial;
}

.ct_body_caption.left.lis-top {
    left: 10%;
    top: 20%;
}

.ct_body_caption.right.lis-bottom {
    left: initial !important;
    bottom: 20%;
    right: 10%;
    top: initial !important;
    transform: translate(-10%, -20%);
    -webkit-transform: translate(-10%, -20%);
}

.ct_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    text-align: center;
    bottom: 1rem;
    width: 100%;
}

.ct_footer.left {
    justify-content: start;
    padding: 1rem 1rem 1rem 2rem;
    bottom: 1rem;
}

.btn.btn-white.stretched-link {
    position: relative;
    padding: 15px 30px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #111111;
    cursor: pointer;
    transition: all ease-out 0.4s;
}

.btn.btn-white.stretched-link.hover-black {
    background: #111111;
    border: 1px solid #111111;
    color: #ffffff;
    border-radius: 2px;
    transition: all ease-out 0.4s;
}

.btn.btn-white.stretched-link.hover-black:hover,
.btn.btn-white.stretched-link.hover-black:focus {
    background: #000000;
    color: #ffffff;
}

.btn.stretched-link.borders {
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
    border-radius: 2px;
    transition: all ease-out 0.4s;
}

.btn.stretched-link.borders:hover,
.btn.stretched-link.borders:focus {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn.stretched-link.light-borders {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 2px;
    transition: all ease-out 0.4s;
}

.btn.stretched-link.light-borders:hover,
.btn.stretched-link.light-borders:focus {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #121212;
}

.btn.btn-white.stretched-link i {
    transition: all ease 0.4s;
    position: relative;
    margin-left: 10px;
}

.card-overflow[class*="-scale"]:hover .btn.btn-white.stretched-link i {
    position: relative;
    margin-left: 18px;
}

.cot-bot {
    margin-bottom: 15px;
}

.cot-top {
    margin-top: 15px;
}

.single_cats {
    display: block;
    width: 100%;
    padding: 10px;
}

.no-gutters.exlio_gutters {
    margin-left: -10px;
    margin-right: -10px;
}

/*---------------- Geyin Detail Design --------------------*/

.short_products_info_body {
    border: 1px solid #eef0f5;
    border-radius: 0.2rem;
}

.single_search_boxed {
    padding: 0;
    border-top: 1px solid #eef0f5;
    display: inline-block;
    width: 100%;
}

.single_search_boxed:first-child {
    border-top: none;
}

.widget-boxed-header {
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
}

.widget-boxed-header h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.widget-boxed-header h4 a {
    height: 100%;
    display: block;
    position: relative;
    padding: 1rem 1rem;
}

.widget-boxed-header h4 a.collapsed:before {
    content: "\e61a";
    background: #f4f5f7;
    color: #445977;
}

.widget-boxed-header h4 a:before {
    content: "\e622";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    font-family: themify, sans-serif;
    font-size: 10px;
    color: #445977;
}

.widget-boxed-body .side-list {
    padding: 0 1rem;
}

.single_filter_card {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.single_filter_card .card-body {
    padding: 7px 0px;
}

.single_filter_card h5 {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}

.widget-boxed-body .inner_widget_link ul {
    margin: 0;
    padding: 0 6px;
}

.single_filter_card .card-body .inner_widget_link ul li {
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
}

.single_filter_card .card-body .inner_widget_link ul li a {
    color: #51555a;
    width: 100%;
    display: block;
}

.single_filter_card .card-body .inner_widget_link ul li a span {
    float: right;
}

.single_filter_card h5 a .accordion-indicator {
    float: right;
    font-size: 9px;
    width: 22px;
    height: 21px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgba(208, 20, 24, 0.11);
    color: #e5002b;
}

.single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #595c60;
}

.single_filter_card h5 a {
    color: #e5002b;
}

.single_filter_card h5 a.collapsed {
    color: #252525;
}

.inner_widget_link label span {
    float: right;
}

/*------------------------------------------------------------
	General Features
-------------------------------------------------------------*/

/*-------------- Form Elements ----------------*/

textarea.form-control {
    height: 100px !important;
}

select.form-control:hover,
.form-control:focus,
select.form-control:focus {
    border-color: #151515;
}

.simple-button.active {
    opacity: 1;
}

.custom-select.simple {
    height: calc(1em + 1.2rem + 2px);
    padding: 0.575rem 1.5rem 0.575rem 0.5rem;
    line-height: 1;
    border: none;
}

.form-control,
select.form-control {
    height: 52px !important;
    padding: 10px 15px;
    border-radius: 1px;
    border-color: #e5e5e5;
}

.form-control.form-control.lg {
    height: 60px !important;
    padding: 10px 15px;
}

.form-control.form-control.sm {
    height: 40px !important;
    padding: 10px 15px;
}

.form-control:hover,
select.form-control:hover,
.form-control:focus,
select.form-control:focus {
    border-color: #252525;
}

.btn.custom-height {
    border: none;
    height: 52px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.custom-height.sm {
    height: 40px;
    padding: 5px 8px;
}

.btn.custom-height-lg {
    border: none;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 52px;
    padding: 0.875rem 1.5rem 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #868e96;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e")
        no-repeat right 1.5rem center/1rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 80px;
}

.custom-select.sm {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0.45rem 1rem 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #868e96;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e")
        no-repeat right 1.5rem center/1rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 80px;
}

.custom-select.lg {
    height: 60px;
    padding: 0.875rem 1.5rem 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #868e96;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e")
        no-repeat right 1.5rem center/1rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 80px;
}

.custom-select.w-auto {
    min-width: 100px;
    width: 100px;
}

.simple-button {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    padding: 6px 6px;
    background: transparent;
    border: none;
    opacity: 0.7;
}

/*------------ Product Thumb Zoom ------------------*/

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

/* Element wrapper */

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    width: 100%;
}

/* Thumbnails */

.sp-thumbs {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 90px;
    height: 90px;
    overflow: hidden;
    opacity: 0.3;
    display: inline-flex;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #eceef5;
    margin: 2px;
    border-radius: 4px;
}

.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

/* Image currently being viewed */

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
}

.sp-large a {
    display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: 0.2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: "";
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: "";
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/*------------- Slide Design of Cart & Wishlist -------------*/

.w3-ch-sideBar {
    height: 100%;
    max-width: 360px;
    min-width: 300px;
    background-color: #fff;
    position: fixed !important;
    top: 0;
    z-index: +2000;
    overflow: auto;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    animation: animateright 0.4s;
    right: 0;
    bottom: 0;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

.slide-head {
    background: #f4f5f7;
}

.close_slide {
    background: #ffffff;
    border: none;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    cursor: pointer;
}

.close_slide.gray {
    background: #f4f5f7 !important;
}

/* Animasyon için eklenen stiller */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.slide-down {
    animation: slideDown 0.3s ease forwards;
}

.slide-up {
    animation: slideUp 0.3s ease forwards;
}

/*------------- Testimonials ----------*/

.sng_rev_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0 auto 0.5rem;
}

.rev_desc {
    position: relative;
}

.rev_desc:before {
    content: "\f10d";
    font-family: "FontAwesome", sans-serif;
    left: 0px;
    top: -50px;
    font-size: 49px;
    position: absolute;
    z-index: 1;
    color: #d9e0e4;
    display: block;
}

.d_ico i {
    color: #000000;
    font-size: 30px;
    margin-right: 0.6rem;
}

.d_capt h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

/*------------ Breadcrumbs ---------------*/

.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
}

/*--------------- Counter -----------------*/

#countdown ul {
    margin: 0;
    padding: 0;
}

#countdown ul li {
    margin: 0 1rem;
    display: inline-flex;
    padding: 1.2rem 2rem;
    background: #efe7e1;
    border-radius: 0.2rem;
    color: #50535d;
    font-size: 15px;
    flex-direction: column;
}

#countdown ul li span {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #d2976b;
    line-height: 1;
}

/*------------ pricing Box ----------------*/

.pricing_wrap {
    padding: 2.4rem;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    border-radius: 0.5rem;
}

.prt_head {
    text-align: center;
    margin-bottom: 1.55rem;
}

.prt_price {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prt_price h2 {
    font-size: 60px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.prt_price h2 span {
    font-size: 25px;
}

.prt_body ul {
    padding: 0;
    margin: 0 0 1rem;
}

.prt_body ul li {
    position: relative;
    padding: 10px 10px 10px 40px;
    color: #2c3038;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prt_body ul li.none {
    opacity: 0.5;
}

.prt_body ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free", sans-serif;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background: rgba(39, 174, 96, 0.12);
    border-radius: 50%;
    color: #006cff;
    left: 0;
    position: absolute;
    top: 5px;
    font-size: 13px;
}

.prt_body ul li.none:before {
    content: "\f00d";
    background: rgba(220, 53, 69, 0.12) !important;
    color: rgb(220 53 69) !important;
}

.btn.choose_package {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 4px solid rgba(3, 185, 124, 0.15);
    border-radius: 50px;
    color: #006cff;
    font-weight: 600;
    font-size: 18px;
    transition: all ease 0.4s;
}

.btn.choose_package:hover,
.btn.choose_package:focus {
    background: rgba(3, 185, 124, 0.15);
    border: 4px solid rgba(3, 185, 124, 0.15);
    color: #006cff;
}

.recommended {
    margin-bottom: 1rem;
    padding: 6px 20px;
    background: #ff9800;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.btn.choose_package.active {
    background: #006cff;
    border-color: #006cff;
    color: #ffffff;
}

.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
}

.pertner_flexio img {
    max-width: 35px;
    margin-right: 10px;
}

.pertner_flexio h5 {
    margin: 0;
}

.slick-next:before,
.slick-prev:before {
    font-family: "themify", sans-serif;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    justify-content: center;
    color: #151515;
    border-radius: 50%;
    font-size: 14px;
}

.single_itesm {
    padding: 0 10px;
}

/*--------------- tab Design ----------------*/

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    color: #fff;
    background-color: #5b1cee;
}

.nav-link {
    display: block;
    padding: 0.8rem 1.4rem;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    margin-right: 0.8rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: #f4f5f7;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: #edeff3;
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #0d6efd;
    border-color: #000000;
}

button:focus {
    outline: none;
}

.nav-tabs.simple_tab_links .nav-link {
    margin: 0 5px;
    padding: 0.5rem 0.8rem;
    border-radius: 0;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.6;
    text-transform: uppercase;
}

.nav-tabs.simple_tab_links .nav-link:hover,
.nav-tabs.simple_tab_links .nav-link:focus {
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.nav-tabs.simple_tab_links .nav-link.active {
    color: #000000;
    background: transparent;
    border-bottom: 2px dashed black;
    opacity: 1;
}

.style-2 {
    overflow: hidden;
}

.style-2#v-pills-tab .nav-link {
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
}

.style-2#v-pills-tab .nav-link:last-child {
    border: none;
}

/*-------------- Accordion Design --------------*/

.accordion .card-header {
    padding: 1rem 1rem;
    background: transparent;
    margin: 0;
    display: block;
    border: none;
}

.accordion .card-header button {
    color: #121212;
    font-weight: 500;
    padding: 0;
    display: block;
    display: inline-block;
    width: 100%;
    text-align: left;
    text-decoration: initial;
    word-wrap: break-word;
    white-space: normal;
}

.accordion .card-body {
    padding-top: 0px;
}

.collapsible-link:before,
.accordion .btn-link:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */

.collapsible-link:after,
.accordion .btn-link:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]:after,
.accordion .btn-link[aria-expanded="true"]:after {
    transform: rotate(90deg) translateX(1px);
}

.collapsible-link[aria-expanded="true"]:before,
.accordion .btn-link[aria-expanded="true"]:before {
    transform: rotate(180deg);
}

.card-header {
    position: relative;
}

.accordion .card {
    border-color: #e8edf7;
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
}

.accordion_title,
.accordion .card-header h5 {
    text-transform: capitalize;
    font-size: 16px;
}

/*===================================================
 Blog Designs
==================================================*/

/*------------------- Blog Grid Design --------------*/

.blg_grid_box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}

.blg_grid_caption {
    position: relative;
    display: block;
    padding: 1.2rem 1.2rem;
}

.blg_grid_caption .blg_tag {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    border-radius: 4px;
    color: #006cff;
    font-size: 13px;
    font-weight: 600;
    padding: 0.2rem 0.8rem;
    background: rgba(3, 185, 124, 0.1);
    margin-bottom: 4px;
}

.blg_grid_caption .blg_tag.dark {
    color: #ffffff;
    background: #006cff;
}

.blg_title h4 {
    font-size: 16px;
    line-height: 1.4;
}

.blg_title h4 a {
    color: #30384e;
}

.blg_desc p {
    font-size: 14px;
    line-height: 1.8;
    color: #4e6579;
    margin: 0;
}

.blg_more {
    display: inline-flex;
    margin-top: 10px;
}

.blg_more a {
    position: relative;
    color: #006cff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.blg_more a:before {
    content: "\e661";
    font-family: "themify", sans-serif;
    position: absolute;
    right: -15px;
    top: 0;
    color: #006cff;
}

/*--------- Blog Detail Page -----------*/

.single_article_wrap {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #e5e8f3;
}

.article_featured_image {
    display: block;
    margin-bottom: 1.5rem;
}

.article_featured_image img {
    border-radius: 6px;
}

.single_article_wrap .article_body_wrap .article_middle_info {
    padding: 0;
    list-style: none;
}

.single_article_wrap .article_body_wrap .article_middle_info li {
    display: inline-block;
    margin-right: 19px;
}

.single_article_wrap .article_body_wrap .article_middle_info li a {
    color: #6e7c90;
    display: block;
    letter-spacing: 0;
    line-height: 18px;
}

.single_article_wrap .article_body_wrap .article_middle_info li a .icons {
    margin-right: 10px;
}

.single_article_wrap .article_body_wrap .post-title {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    margin: 5px 0 0;
}

.single_article_wrap .article_body_wrap p,
.single_article_wrap .article_body_wrap .text {
    color: #6e7c90;
    font-size: 15px;
    margin: 25px 0 0;
}

.blog-page .article_detail_wrapss blockquote {
    background: #f7f9fc;
    padding: 28px 28px 28px 100px;
    margin: 50px 0;
    position: relative;
}

.blog-page .article_detail_wrapss blockquote .icon {
    color: #5b1cee;
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    left: 35px;
    top: 42%;
}

.blog-page .article_detail_wrapss blockquote .name {
    color: #000c35;
    margin: 12px 0 0;
}

.blog-page .article_detail_wrapss .article_bottom_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 43px 0 0;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .pbm-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list {
    padding: 0;
    list-style: none;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li a {
    border: 1px solid #e4e4e6;
    letter-spacing: 0;
    display: block;
    padding: 9px 20px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li a:hover {
    color: #ffffff;
    background: #5b1cee;
    border-color: #5b1cee;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .pbm-title {
    font-size: 18px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list {
    padding: 0;
    list-style: none;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li {
    display: inline-block;
    margin-right: 22px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li:last-child {
    margin-right: 0;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li a {
    color: #8c96b5;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li a:hover {
    color: #ef4060;
}

.single_article_pagination .next-post .title,
.single_article_pagination .prev-post .title {
    font-size: 20px;
}

.single_article_pagination .article_pagination_center_grid {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single_article_pagination .article_pagination_center_grid a {
    font-size: 2.5rem;
    color: #5b1cee;
}

.single_article_pagination .prev-post a,
.single_article_pagination .next-post a {
    display: inline-block;
    overflow: hidden;
    padding: 14px 25px;
    height: 50px;
    border: 4px !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
}

.single_article_pagination .prev-post a span,
.single_article_pagination .next-post a span {
    margin: 0;
}

.single_article_pagination .prev-post a .title-with-link .title {
    color: #000c35;
    line-height: 28px;
}

/*-------- Comment ---------*/

.blog-page .article_detail_wrapss .comment-area .all-comments .comments-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 35px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul {
    padding: 0;
    list-style: none;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article {
    overflow: hidden;
    margin: 0 0 50px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb {
    float: left;
    width: 70px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb img {
    max-width: 70px;
    border-radius: 50%;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details {
    overflow: hidden;
    padding-left: 20px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
    font-size: 12px;
    color: #cacfef;
    margin-left: 4px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
    color: #5b1cee;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 7px 0 0;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    text-align: right;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
    color: #6e7c90;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
    margin-right: 8px;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-text {
    margin: 19px 0 0;
}

.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-text p {
    margin: 0;
}

.blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul li ul {
    padding-left: 40px;
    list-style: none;
}

.article_posts_thumb {
    text-align: center;
}

.article_posts_thumb span.img {
    width: 120px;
    overflow: hidden;
    border-radius: 50%;
    height: 120px;
    border: 4px solid #e4eaf3;
    display: table;
    margin: 0 auto 1rem auto;
}

span.img img {
    border-radius: 50%;
    max-width: 120px;
}

h3.pa-name {
    font-size: 18px;
    margin-bottom: 5px;
}

/*-------------- Category Bar Sidebar Index -----------*/

.filter-sidebar {
    position: sticky; /* Ekranda sabitlenir */
    top: 80px; /* Header'dan sonra sabitlenir */
    left: 20px; /* Sayfa sol kenarından uzaklık */
    width: 250px; /* Sabit genişlik */
    background: #fff; /* Arka plan rengi */
    border: 1px solid #ddd; /* Kenar çizgisi */
    border-radius: 8px;
    padding: 20px;
    height: calc(80vh - 100px); /* Görünen ekran yüksekliğine uyum */
    overflow-y: auto; /* İçerik taşarsa kaydırma */
    z-index: 10; /* Üstte durması için */
}

.rows-products {
    margin-left: 0;
    margin-right: 0;
}

.product_grid:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/*-------------- Sidebar -----------*/
.single_widgets {
    border: 1px solid #e5e8f3;
    background: #ffffff;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
    border-radius: 0.4rem;
}

.single_widgets.widget_search form {
    position: relative;
}

.single_widgets.widget_search form input[type="search"] {
    border-radius: 4px;
    border: 1px solid #ebedf5;
    background: #f9fafc;
    font-size: 12px;
    padding: 10px 70px 10px 30px;
    height: 60px;
    width: 100%;
}

.single_widgets.widget_search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #5b1cee;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
    outline: none;
}

a.test-link {
    color: #ff0000;
}
.single_widgets.widget_category ul {
    padding: 0;
    list-style: none;
}

.single_widgets.widget_category ul li {
    display: block;
    border-bottom: 1px dashed #eceff3;
    padding: 11px 0;
}

.single_widgets.widget_category ul li:first-child {
    border-top: none;
}

.single_widgets.widget_category ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #144273;
}

.single_widgets.widget_category ul li a span {
    float: right;
    background: #ffe6eb;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 10px;
    color: #5b1cee;
    font-weight: 600;
}

.single_widgets.widget_thumb_post ul {
    padding: 0;
    list-style: none;
}

.single_widgets.widget_thumb_post ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}

.single_widgets.widget_thumb_post ul li .left {
    display: block;
    float: left;
    width: 80px;
}

.single_widgets.widget_thumb_post ul li .right {
    display: block;
    overflow: hidden;
}

.single_widgets.widget_thumb_post ul li .right .feed-title {
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 7px;
    padding-left: 20px;
}

.single_widgets.widget_thumb_post ul li .right .post-date {
    color: #144273;
    display: block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
}

.single_widgets.widget_thumb_post ul li .right .post-date i {
    margin-right: 5px;
}

.single_widgets.widget_thumb_post ul li .left img {
    width: 100%;
    border-radius: 3px;
}

.single_widgets.widget_tags ul {
    padding: 0;
    list-style: none;
}

.single_widgets.widget_tags ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.single_widgets.widget_tags ul li a {
    background: #f3f5f8;
    letter-spacing: 0;
    display: block;
    padding: 9px 25px;
    border-radius: 0.2rem;
    color: #144273;
    font-size: 13px;
    font-weight: 600;
}

.single_widgets.widget_tags ul li a:hover,
.single_widgets.widget_tags ul li a:focus {
    color: #ffffff;
    background: #03b97c;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/

/*---------- Call To Action -------------------*/

.call_action_wrap-wrap {
    padding: 50px 0;
}

.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    align-items: center;
}

.call_action_wrap-head {
    flex: 1;
}

.call_action_wrap h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.btn.btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

a.btn_aps {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.aps_wrapb {
    background: #21242b;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    border-radius: 0.3rem;
}

.aps_ico {
    position: relative;
    margin-right: 7px;
    display: inline-block;
}

.aps_ico img {
    max-width: 35px;
}

.aps_capt span {
    line-height: 1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.aps_capt h4 {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.btn_aps.light .aps_wrapb {
    background: #ffffff;
}

.btn_aps.light .aps_capt span {
    color: #006cff;
}

.btn_aps.light .aps_capt h4 {
    color: #21242b;
}

/*---------- Small footer -------------------*/

footer {
    z-index: 99;
    color: #565656;
    position: relative;
}

footer.light-footer {
    background: #f4f5f7;
}

footer.dark-footer {
    background: #252525;
}

footer.blue-footer {
    background: #1c283c;
}

footer.grocery-footer {
    background: #217100;
}

.grocery-bg {
    background: #1ca301;
}

.grocery-footer .footer-bottom {
    background: #1a5202;
    border-color: #1a5202;
}

footer.footer-small {
    padding: 50px 0 0 0;
}

img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}

img.img-footer.small {
    margin: 0;
    max-width: 150px;
    position: relative;
    top: 2px;
}

.ft-copyright {
    padding: 0px 0 12px 0;
}

.ft-copyright p {
    margin-bottom: 0;
}

.footer_widget {
    padding: 60px 0 60px;
}

h4.widget_title {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer_widget ul {
    padding: 0;
    margin: 0;
}

.footer_widget ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
}

.footer_widget ul.list-inline li,
ul.list-inline li {
    display: inline-block;
    margin-right: 15px;
}

.footer_widget ul li a {
    color: #565656;
}

.light-footer .footer-bottom {
    background: #edeff1;
    border: none;
}

footer.skin-dark-footer .extream,
footer.skin-light-footer .extream {
    letter-spacing: 1px;
    line-height: 1.4;
}

footer.skin-dark-footer h4,
footer.skin-blue-footer h4 {
    color: #ffffff;
}

footer.skin-dark-footer .footer_widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
    color: #a7a7a7;
    transition: all ease 0.4s;
    font-size: 15px;
}

footer.skin-blue-footer .footer_widget ul li a,
footer.skin-blue-footer,
footer.skin-blue-footer a {
    color: #828ba2;
}

footer.skin-dark-footer .footer_widget ul li a:hover,
footer.skin-dark-footer .footer_widget ul li a:focus {
    color: #ffffff;
}

footer.skin-grocery-footer .footer_widget ul li a,
footer.skin-grocery-footer,
footer.skin-grocery-footer a {
    color: #b5d084;
}

.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #273246;
}

.blue-footer .footer-bottom {
    background: #192538;
    border-color: #192538;
}

.skin-dark-footer .footer-bottom {
    border-top: 1px solid #2b2b2b;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
    color: #ffffff;
    opacity: 1;
}

.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}

.foot-news-last .form-control {
    height: 50px;
    border: none;
}

.foot-news-last .form-control.brd {
    height: 50px;
    border: 1px solid #eef1f5;
}

.foot-news-last button {
    box-shadow: none;
    outline: none;
    border: none;
    height: 52px;
    padding: 0 20px;
    cursor: pointer;
}

.skin-dark-footer .foot-news-last .form-control {
    border-color: #424141;
    background: #424141;
    color: #ffffff;
}

.skin-dark-footer .foot-news-last .input-group-text {
    border-color: #424141;
    background: #424141;
    color: #ffffff;
}

.skin-blue-footer .foot-news-last .form-control {
    border-color: #233148;
    background: #233148;
    color: #828ba2;
}

.skin-blue-footer .foot-news-last .input-group-text {
    border-color: #233148;
    background: #233148;
    color: #828ba2;
}

.skin-grocery-footer .foot-news-last .form-control {
    border-color: #267b03;
    background: #267b03;
    color: #b5d084;
}

.skin-grocery-footer .foot-news-last .input-group-text {
    border-color: #267b03;
    background: #267b03;
    color: #ffffff;
}

.skin-grocery-footer .form-control::-webkit-input-placeholder {
    color: #b5d084;
}

.skin-grocery-footer .form-control:-ms-input-placeholder {
    color: #b5d084;
}

.skin-grocery-footer .form-control::placeholder {
    color: #b5d084;
}

.grocery-cl {
    color: #74a911 !important;
}

/*====================================
 Bottom To top Scroll
=====================================*/

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #333c56;
    color: #ffffff;
}

#back2Top:hover {
    background-color: #ffffff;
    color: #333c56;
}

.tag-box {
    background-color: #f9f9f9; /* Kutunun arka plan rengi */
    border: 1px solid #ddd; /* Kutunun kenar çizgisi */
    border-radius: 8px; /* Köşeleri yuvarlama */
    padding: 15px; /* İç boşluk */
    max-height: 100px; /* Sabit yükseklik */
    min-height: 100px; /* Minimum yükseklik (aynı boyut için) */
    height: 100px; /* Sabit yükseklik */
    display: flex; /* İçerikleri hizalamak için */
    flex-direction: column; /* İçerikleri dikey olarak hizala */
    justify-content: space-between; /* İçerikler arasında boşluk */
    overflow-y: auto; /* Dikey kaydırma */
    margin-bottom: 15px; /* Kutular arasında boşluk */
}

.tag-container {
    display: flex; /* Taglerin yatay hizalanmasını sağlar */
    flex-wrap: wrap; /* Taglerin taşarsa bir alt satıra geçmesini sağlar */
    gap: 10px; /* Tagler arasındaki boşluk */
}

.tag-item {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px; /* İç boşluk */
    font-size: 14px; /* Yazı boyutu */
    border-radius: 20px; /* Köşeleri yuvarlama */
    background-color: #007bff; /* Mavi arka plan rengi */
    color: white; /* Yazı rengi */
}

.btn-close {
    margin-left: 8px; /* X butonunu tag yazısından biraz ayırır */
    font-size: 12px; /* Daha küçük boyut */
    color: white; /* Beyaz renk */
}

/* Üst menü sosyal ikonları için */
.nav-menu.nav-menu-social.align-to-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;
    margin: 0px;
    padding: 0 0px; /* İkonlar arası minimal boşluk */
}

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

.carousel-items {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease-in-out;
}

.carousel-item {
    min-width: 200px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.carousel-item:hover {
    transform: scale(1.05);
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    color: #333;

    font-size: 24px;
}

/* FEATURED PRODUCTS Carousel Container Styles */
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--featured-bg-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.carousel-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.carousel-header .view-all {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
}

.arrow:hover {
    background-color: #ffa500; /* Turuncu arka plan */
    color: #fff; /* Beyaz ok rengi */
    box-shadow: 0 0 10px 5px rgba(255, 165, 0, 0.5); /* Turuncu parlama efekti */
    border-color: #ffa500; /* Turuncu kenar */
}

.arrow.left {
    left: 1px; /* Sol kenara sabitler */
}

.arrow.right {
    right: 1px; /* Sağ kenara sabitler */
}

.product-card:hover {
    transform: scale(1.05);
    transform: translateY(-5px);
}

.product-image {
    object-position: top;
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.product-image img {
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-carousel .product-info {
    padding: 5px;
    position: relative;
    height: 60px;
}

.featured-carousel .product-name {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    text-align: left;
}

.featured-carousel .product-price {
    font-size: 1em;
    color: #e74c3c;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: right;
}

.product-info {
    padding: 5px;
    position: relative;
    height: 80px;
}

.product-name {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    text-align: left;
}

.product-price {
    font-size: 1em;
    color: #e74c3c;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: right;
}

.featured-carousel {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 40px !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
}
.featured-carousel-track {
    display: flex;
    width: fit-content;
    will-change: transform;
    gap: 5px;
}
.featured-carousel-item {
    display: inline-block;
    margin: 5px; /* 10px'den 5px'e düşürüldü */
    width: 200px; /* Sabit genişlik */
    flex-shrink: 0;
}

.featured-product {
    display: inline-block;
    margin: 0px; /* 10px'den 0px'e düşürüldü */
    width: 100%;
    height: 100%;
}

.featured-carousel .product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    width: 200px;
}

.featured-carousel .product-card:hover {
    transform: translateY(-5px);
}

.featured-carousel .product-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.featured-carousel .product-image img {
    object-position: top;
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 2/3;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0d6efd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 3 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.featured-carousel .shop-info {
    font-size: 0.9em;
    font-weight: bold;
    color: #031b4e;
    margin-bottom: 5px;
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.featured-carousel .shop-info a {
    color: #031b4e;
    text-decoration: none;
}

.featured-carousel .shop-info a:hover {
    color: #007bff;
}

.product-badges {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 2;
}

.featured-carousel .product-badges {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 2;
}

.stock-type-badge {
    background: rgba(25, 103, 210, 0.85);
    color: #fff;
    letter-spacing: 0.5px;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
}

.featured-carousel .stock-type-badge {
    background: rgba(25, 103, 210, 0.85);
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Shop Detail */
/* Shop Banner Styles */
.shop-banner-container {
    border-radius: 1rem;
    overflow: visible; /* overflow'u visible yaparak logo'nun dışarı taşmasına izin veriyoruz */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 0.5rem; /* Logo için yeterli alan */
}

.shop-banner-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/5; /* Banner için ideal oran */
}

.shop-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shop-logo-wrapper {
    position: absolute; /* Relative yerine absolute kullanıyoruz */
    bottom: -20%; /* Yüzde bazlı konumlandırma */
    left: 2%; /* Yüzde bazlı konumlandırma */
    width: 15%; /* Genişlik yüzde bazlı */
    min-width: 60px; /* Minimum genişlik */
    max-width: 150px; /* Maksimum genişlik */
    aspect-ratio: 1/1; /* Kare oran koruma */
    z-index: 2; /* Logo'nun diğer elementlerin üzerinde görünmesini sağlıyoruz */
}

.shop-logo-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
}

/* Sosyal Medya Stilleri */
.shop-title-container {
    position: relative;
    background-color: transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    z-index: 1;
    padding-left: calc(15% + 1rem); /* Logo genişliği + ekstra boşluk */
    min-height: 80px; /* Minimum yükseklik */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Dikey ortalama yerine yukarıdan başlat */
}

.shop-title-container-inner {
    padding: 0.5rem 0;
    background: rgba(255, 255, 255, 0.2);
    display: flex; /* Yatay düzen için */
    align-items: flex-start; /* Dikey ortalama yerine yukarıdan başlat */
    flex-wrap: wrap; /* Küçük ekranlarda alt alta düşmesi için */
    gap: 1rem; /* Elemanlar arası boşluk */
    width: 100%; /* Tam genişlik */
    justify-content: flex-start; /* Elemanları soldan başlat */
}

.shop-title-container .inner-shop-title {
    display: flex;
    align-items: flex-start; /* Dikey ortalama yerine yukarıdan başlat */
    justify-content: center; /* Yazıyı ortala */
    padding: 0.3rem 0.3rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(2px);
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0; /* Margin'i sıfırla */
    flex-shrink: 0; /* Sıkıştırılmasın */
    width: 200px; /* Sabit genişlik */
    white-space: nowrap; /* Tek satırda göster */
    overflow: hidden; /* Taşan kısmı gizle */
    text-overflow: ellipsis !important; /* Taşan kısım için üç nokta göster */
}

.shop-title-container .inner-shop-description {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Yazıyı soldan başlat */
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(2px);
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0; /* Margin'i sıfırla */
    white-space: normal; /* Tek satırda göster yerine normal akış */
    overflow: hidden; /* Taşan kısmı gizle */
    text-overflow: ellipsis !important; /* Taşan kısım için üç nokta göster */
    flex-grow: 1; /* Mevcut alanı doldur */
    width: calc(100% - 220px); /* Title genişliği + boşluk çıkarılmış genişlik */
}

.social-links {
    margin-top: 1rem; /* Sosyal medya ikonlarının üstüne boşluk ekleyelim */
}

.social-links ul {
    display: flex;
    justify-content: flex-start; /* Soldan başlat */
    gap: 0.5rem;
    flex-wrap: nowrap; /* Tek sırada kalmasını sağla */
    margin: 0;
    overflow-x: auto; /* Gerekirse yatay kaydırma ekle */
    padding-bottom: 0.5rem; /* Kaydırma çubuğu için alan */
}

.social-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(2px);
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.social-link i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.social-username {
    color: black;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    font-family: "Bariol", sans-serif;
    font-weight: bold;
    font-style: italic;
}

/* shop story */

.story-item {
    min-width: 100px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.story-item-store {
    min-width: 80px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100px;
    border-radius: 12px;
}

.modal-content {
    border: none;
    width: auto; /* Otomatik genişlik */
    height: auto; /* Otomatik yükseklik */
    padding: 5px; /* Fotoğraf etrafında 10px boşluk */
    position: relative;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;    
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

.modal-dialog {
    width: 500px;
}

/* Taşınan inline stiller */
.shop-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.shop-banner {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.story-slide {
    margin-top: 10px;
    display: none;
    height: 60vh;
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}

/* Story Modal Styles */
.story-progress-container {
    display: flex;
    gap: 4px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.story-progress-bar {
    height: 3px;
    flex: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
}

.story-progress {
    width: 0;
    height: 100%;
    background: white;
    transition: width 5s linear;
    border-radius: 2px;
}

/* Video progress bar - different duration */
.story-progress-bar.video-progress .story-progress {
    transition: width 10s linear; /* Longer duration for video */
}

.story-slide.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.story-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Story Modal Styles */
.story-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.story-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 40; /* Video overlay'den yüksek */
    pointer-events: auto; /* Footer'daki butonlar tıklanabilir olsun */
}

.btn-light {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 8px 20px;
    transition: all ease 0.4s;
    color: #6e81a0;
}

.btn-light:hover {
    background: #fff;
}

/* Story Styles */

.store-story-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--story-bg-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.store-story-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.store-story-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.stories-section {
    padding: 20px 0;
    background: #fff;
}

.stories-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    border-radius: 8px;
    background-color: var(--story-bg-color);
}

.stories-wrapper {
    scrollbar-width: none; /* Firefox için */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    display: flex; /* Bunu eklemeliyiz */
    gap: 10px; /* Story'ler arası boşluk */
    overflow-x: auto; /* Yatay scroll */
    overflow-y: hidden; /* Dikey scroll'u engelle */
    height: 134px; /* story-item-wrapper height + padding */
    padding: 2px 0; /* Üst ve alt boşluk */
}

.stories-wrapper::-webkit-scrollbar {
    display: none; /* Webkit tarayıcılar için */
}

.story-item-wrapper {
    position: relative;
    width: 100px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 12px;
    padding-bottom: 25px;
}

/* Story item wrapper için gradient border ekleyelim */
.story-item-wrapper-shop {
    position: relative;
    width: 100px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

/* Görüntülenmiş story için gri gradient */
.story-item-wrapper-store.viewed {
    background: #dbdbdb;
}
.story-item-wrapper-shop.viewed {
    background: #dbdbdb;
}

/* İç container için */
.story-background-store {
    position: absolute;
    top: 2px; /* Padding kadar içeri */
    left: 2px; /* Padding kadar içeri */
    width: calc(100% - 4px); /* Padding'i çıkar */
    height: calc(100% - 4px); /* Padding'i çıkar */
    border-radius: 10px; /* Dış border'dan biraz daha az */
    background-size: cover;
    background-position: top;
    background-color: #fff; /* Arka plan rengi */
}

.story-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background-size: cover;
    background-position: top;
    margin-bottom: 8px;
}

.story-avatar {
    position: absolute;
    top: 55px;
    left: 27px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid transparent; /* Transparent border */
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) border-box; /* Gradient arka plan */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* Story görüntülendikten sonra beyaz border */
.story-avatar.viewed {
    border: 4px solid #fff;
    background: none;
}

.story-username {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #f8f9fa; /* Çok hafif gri ton */
    padding: 2px 4px;
    font-size: 13px;
    font-weight: 600;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.2px;
    border-radius: 4px;
}

.story-avatar-ring {
    position: relative;
}

.story-avatar-ring::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-radius: 50%;
    z-index: -1;
}

.story-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-avatar {
    width: 100%;
    height: 100%;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.story-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
}

.story-nav-button::after {
    font-family: swiper-icons, sans-serif;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.story-prev::after {
    content: "prev";
}

.story-next::after {
    content: "next";
}

.story-prev {
    left: 10px;
    right: auto;
}

.story-next {
    right: 10px;
    left: auto;
}

/* Arama Çubuğu Stilleri */
.search-box {
    flex: 1;
    width: 550px;
    margin: 0 20px;
    padding-left: 150px;
    padding-top: 8px;
    position: relative;
    z-index: 100;
}

.search-form {
    width: 350px;
    position: relative;
}

.search-input-wrapper {
    width: 550px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.search-input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

.search-button {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.search-button:hover {
    color: #007bff;
}

/* Arama Önerileri Dropdown */
.search-suggestions {
    position: absolute;
    width: 550px; /* Search box ile aynı genişlik */
    left: 0;
    right: 0;
    background: #fff;
    border: 3px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    isolation: isolate;
    transform: translateZ(0);
    margin-top: 10px;
}

.search-suggestions:not(:empty) {
    display: block;
}

/* Scrollbar stilini özelleştirme */
.search-suggestions::-webkit-scrollbar {
    width: 8px;
}

.search-suggestions::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 0 8px 0;
}

.search-suggestions::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.search-suggestions::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Packages card styles */

.activePackagesSwiper {
    padding: 20px 40px !important; /* Navigasyon butonları için alan */
}

.activePackagesSwiper .card-body {
    overflow-y: auto; /* İçerik fazlaysa scroll */
}

.category-circle-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 1px;
    width: 100px;
}

.circle-icon {
    width: 60px; /* Biraz daha büyük yuvarlak */
    height: 60px; /* Biraz daha büyük yuvarlak */
    background: white;
    border: 2px solid #e9ecef; /* Belirgin kenarlık */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.category-circle-btn.active {
    color: #007bff !important; /* Spesifikliği artırmak için !important ekledik */
}

.category-circle-btn.active .circle-icon {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.category-circle-btn.active .circle-icon i {
    color: white !important;
}

.circle-icon i {
    font-size: 28px; /* Biraz daha büyük ikonlar */
    color: #333;
    transition: all 0.3s ease;
}

.category-circle-btn:hover .circle-icon {
    border-color: #007bff;
    transform: scale(1.1); /* Hover'da büyüme efekti */
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.category-circle-btn:hover .circle-icon i {
    color: #007bff;
}

.category-circle-btn span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

/* Vendor Management Cards */
.vendor-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.vendor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.vendor-card .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Üst Bölüm */
.vendor-card .card-top {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Orta Bölüm */
.vendor-card .card-middle {
    flex-grow: 1;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Alt Bölüm */
.vendor-card .card-bottom {
    padding-top: 1rem;
    text-align: center;
}

/* Diğer stiller aynı kalacak... */

.vendor-card .shop-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.vendor-card .shop-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vendor-card .shop-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.vendor-card .shop-owner {
    font-size: 0.85rem;
    color: #666;
}

.vendor-card .shop-description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.vendor-card .badge-container {
    margin-bottom: 1rem;
}

.vendor-badge {
    font-weight: 500;
    margin-right: 0.5rem;
    background-color: #28a745;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
}

.vendor-badge.pending {
    background-color: #ffeeba;
    color: #856404;
}

.vendor-badge.active {
    background-color: #d4edda;
    color: #155724;
}

.vendor-badge.inactive {
    background-color: #f8d7da;
    color: #721c24;
}

.vendor-card .action-button {
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vendor-card .action-button:hover {
    transform: translateY(-2px);
}

.vendor-card .shop-dates {
    font-size: 0.8rem;
    padding: 0.5rem 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
}

.vendor-card .shop-dates small {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.vendor-card .shop-dates small:last-child {
    margin-bottom: 0;
}

.vendor-card .shop-dates i {
    width: 16px;
    opacity: 0.6;
}

.vendor-card .shop-dates .text-success {
    font-weight: 500;
}

.table-product-specs {
    width: 100%;
    table-layout: fixed; /* Sabit sütun genişlikleri için */
    border-collapse: collapse;
}

.table-product-specs td:first-child {
    width: 70px; /* İlk sütun (Brand, Model vs.) */
    padding: 8px 16px 8px 0;
    white-space: nowrap; /* Yazıların alt satıra geçmemesi için */
}

.table-product-specs td:last-child {
    width: calc(100% - 100px); /* Kalan alan */
    padding: 8px 0;
}

/* Seçeneklerin olduğu div için */
.table-product-specs .d-flex.flex-wrap {
    max-width: 220px; /* Seçeneklerin maksimum genişliği */
}

.gender-category {
    border-bottom: 1px solid #eee;
}

.gender-category:last-child {
    border-bottom: none;
}

.category-toggle,
.subcategory-toggle {
    padding: 0.25rem 0.5rem;
    color: #666;
    background: none;
    border: none;
}

.category-toggle:hover,
.subcategory-toggle:hover {
    color: #333;
}

.category-toggle:focus,
.subcategory-toggle:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #333;
}

.category-item,
.subcategory-item {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.subcategory-toggle {
    padding: 0.25rem 0.5rem;
    color: #666;
}

.subcategory-toggle:focus {
    box-shadow: none;
}

.filter-checkbox {
    cursor: pointer;
}

/* Categories Sidebar Styles */

.gender-link {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.gender-link:hover,
.gender-link.active {
    background-color: #f8f9fa;
    color: #007bff;
}

.categories-section .category-item {
    position: relative;
    margin: 4px 0;
}

.category-wrapper {
    position: relative;
}

.category-link {
    display: block;
    padding: 6px 12px 6px 24px;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.category-link:hover,
.category-link.active {
    background-color: #f8f9fa;
    color: #007bff;
}

.subcategories {
    padding-left: 24px;
    margin-top: 4px;
    border-left: 1px solid #eee;
    font-size: 0.85rem;
}

.subcategory-link {
    display: block;
    padding: 4px 12px;
    color: #777;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.subcategory-link:hover,
.subcategory-link.active {
    background-color: #f8f9fa;
    color: #007bff;
}

.category-count {
    float: right;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    color: #666;
}

.categories-section {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.categories-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.child-gender-item {
    margin-bottom: 8px;
}

.child-gender-link {
    display: block;
    padding: 6px 12px;
    color: #555;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.child-gender-link:hover,
.child-gender-link.active {
    background-color: #f8f9fa;
    color: #007bff;
}

#children-boy-categories,
#children-girl-categories {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #eee;
}

/* Active Filter Badges */
.active-filters {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
}

.active-filters .badge {
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    padding: 8px 12px;
    margin: 4px;
    background-color: #fff !important;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
}

.active-filters .badge:hover {
    background-color: #e9ecef !important;
    border-color: #ced4da;
}

.active-filters .btn-close {
    opacity: 0.5;
    transition: all 0.2s ease;
    margin-left: 8px;
    font-size: 0.7rem;
}

.active-filters .btn-close:hover {
    opacity: 1;
}

.active-filters:empty {
    display: none;
}

/* Price Range Styles */
.price-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper input {
    width: 100%;
    padding-right: 25px;
}

.currency-symbol {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.separator {
    color: #666;
    font-weight: bold;
}

#applyPriceFilter {
    background-color: #5b1cee;
    border-color: #5b1cee;
    transition: all 0.3s;
}

#applyPriceFilter:hover {
    background-color: #4a16c4;
    border-color: #4a16c4;
}

.shop-info {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 10px;
}

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

.shop-info a:hover {
    color: #007bff;
}

.vendor-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 8px;
    color: #333;
    padding-left: 1px;
    margin-left: 4px;
}

.vendor-rating i {
    font-size: 8px;
    border-left: 1px solid #ddd;
    padding-left: 1px;
    margin-left: 2px;
}

.vendor-rating span {
    font-weight: 500;
}

.vendor-rating .review-count {
    font-size: 8px;
}

/* Variant Accordion İçerik Stilleri */
.accordion-item .accordion-body {
    max-height: 200px !important; /* Maksimum yükseklik */
    overflow-y: auto !important;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 5px 0;
}

/* Scrollbar stilini özelleştirme */
.accordion-item .accordion-body::-webkit-scrollbar {
    width: 6px;
}

.accordion-item .accordion-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.accordion-item .accordion-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.accordion-item .accordion-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Filter item stilleri */
.filter-item {
    padding: 6px 0;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    margin: 6px 0;
    margin-left: 10px;
}

.filter-item:last-child {
    border-bottom: none;
}

.filter-item label {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    margin: 0;
    cursor: pointer;
    font-size: 0.9rem;
    color: #666;
    padding: 4px 0;
}

.filter-item input[type="checkbox"] {
    margin: 0;
    cursor: pointer;
    flex-shrink: 0; /* Checkbox'ın küçülmesini engeller */
}

.filter-item .item-title {
    flex: 1; /* Başlığın mevcut alanı doldurmasını sağlar */
    white-space: nowrap; /* Başlığın tek satırda kalmasını sağlar */
    overflow: hidden; /* Taşan metni gizler */
    text-overflow: ellipsis; /* Taşan metin için ... gösterir */
}

.variant-count {
    margin-left: auto;
    font-size: 0.8rem;
    color: #999;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 10px;
    flex-shrink: 0; /* Sayacın küçülmesini engeller */
}

.filter-item:hover {
    background-color: #f8f9fa;
}

.filter-item:hover label {
    color: #333;
}

/* Brand Search Box Styles */
.brand-search-wrapper {
    position: sticky !important;
    top: 0;
    z-index: 1;
    background: #fff;
    padding: 5px 2px;
    margin-bottom: 12px;
}

.brand-search {
    padding-right: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.9rem;
}

.brand-search:focus {
    border-color: #5b1cee;
    box-shadow: 0 0 0 0.2rem rgba(91, 28, 238, 0.15);
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.9rem;
}

/* Highlight matching text */
.highlight {
    background-color: rgba(91, 28, 238, 0.1);
    padding: 0 2px;
    border-radius: 2px;
}

/* Product Slider Styles */
.product-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.product-slider .product-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.product-slider .main-image,
.product-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-slider .main-image.active,
.product-slider .slide-image.active {
    opacity: 1;
}

.product-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

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

.slider-nav.next {
    right: 10px;
}

.product-slider:hover .slider-nav {
    opacity: 1;
}

.slider-nav i {
    font-size: 12px;
    color: #333;
}

.shop_thumb:hover img {
    transform: scale(1.05);
}

.shop_thumb img {
    transition: transform 0.3s ease;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
    opacity: 1; /* Değişti: 0'dan 1'e */
    padding: 2px 5px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
}

.slider-dots .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.slider-dots .dot.active {
    background: #fff;
    border-color: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.product-slider .mouse-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.product-slider .mouse-area.left {
    right: 50%;
}

.product-slider .mouse-area.right {
    left: 50%;
}

.variant-item {
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
    background-color: #f27a1a; /* Açık mavi arka plan */
    padding: 2px 6px;
    border-radius: 10px;
    border: 1px solid rgba(91, 192, 222, 0.2); /* Hafif bir kenarlık */
}

.variant-item .btn-close-sm {
    font-size: 0.6rem;
    padding: 2px;
    margin-left: 4px;
}

.badge strong {
    color: #666;
    margin-right: 4px;
}

/* Virgül stilini kaldıralım çünkü artık item'lar arasında boşluk var */
.badge .variant-item:not(:last-child) {
    margin-right: 2px;
}

/* Eski virgül stilini kaldıralım */
.badge .variant-item:not(:last-child):after {
    content: none;
}

/* Header Kategori Navigasyonu */
.header-category-nav {
    background-color: var(--category-nav-light-color, #fff); /* Fallback renk de ekleyelim */
    border-bottom: 1px solid #e9edf3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky !important;
    top: 60px !important; /* Header'ın hemen altına sabitliyoruz */
    z-index: 1009; /* Header'ın hemen altında */
    width: 100%;
    padding-top: 5px;
    margin-top: 0;
    height: 50px;
    left: 0;
    right: 0;
}

/* Header'ın fixed olduğu durumda kategori navigasyonunun pozisyonunu ayarlayalım */
.header.header-fixed + .header-category-nav {
    top: 60px !important;
    position: fixed !important;
    width: 100%;
    left: 0;
    right: 0;
}

/* Header'ın fixed olmadığı durumda kategori navigasyonunun pozisyonunu ayarlayalım */
.header:not(.header-fixed) + .header-category-nav {
    position: fixed !important;
    top: 60px !important;
}

.category-nav-inner {
    display: flex;
    justify-content: flex-start; /* Butonları soldan başlat */
    align-items: center;
    height: 100%; /* Tam yükseklik */
    padding: 0 5px; /* Padding değerini artırdım */
    margin: 0; /* Negatif margin'i kaldırdım */
    overflow-x: auto; /* Yatay kaydırmayı etkinleştir */
    -webkit-overflow-scrolling: touch; /* iOS için smooth scroll */
    scrollbar-width: none; /* Firefox için scrollbar'ı gizle */
    -ms-overflow-style: none; /* IE ve Edge için scrollbar'ı gizle */
}

.category-nav-inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari ve Opera için scrollbar'ı gizle */
}

/* Mobil görünüm için kategori navigasyonu ayarları */

.category-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6194dc;
    font-size: 12px; /* Daha küçük font */
    padding: 0 10px; /* Yatay padding azalt */
    transition: all 0.3s ease;
    text-decoration: none;
    height: 100%; /* Tam yükseklik */
    flex: 1; /* Eşit genişlik */
    border-radius: 0; /* Köşeleri düzleştir */
    border-bottom: 2px solid transparent; /* Alt çizgi için yer ayır */
    text-align: center; /* Metni ortala */
    overflow: hidden; /* Taşan metni gizle */
    text-overflow: ellipsis; /* Taşan metni ... ile göster */
}

.category-nav-item span {
    white-space: nowrap; /* Metni tek satırda tut */
    overflow: hidden; /* Taşan metni gizle */
    text-overflow: ellipsis; /* Taşan metni ... ile göster */
    max-width: 100%; /* Maksimum genişlik */
    display: block; /* Blok element olarak göster */
    font-size: 10px; /* Mobilde daha küçük font */
}

.category-nav-item i {
    font-size: 16px; /* Daha küçük ikon */
    margin-bottom: 3px; /* Daha az boşluk */
}

.category-nav-item:hover {
    color: var(--category-nav-color);
    background-color: rgba(25, 103, 210, 0.05);
    text-decoration: none;
    border-bottom: 2px solid #1967d2; /* Alt çizgi ekle */
}

.category-nav-item.active {
    color: #1967d2;
    background-color: transparent; /* Arka plan rengini kaldır */
    border-bottom: 2px solid var(--category-nav-color); /* Alt çizgi ekle */
}

/* reCAPTCHA Badge Styles */
.grecaptcha-badge {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999 !important;
}

.recaptcha-info {
    font-size: 12px;
    color: #6c757d;
    margin-top: 10px;
}

/* Mobil Tab Bar Stilleri */
.mobile-tab-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw; /* Ekran genişliğini aşmaması için */
    background-color: var(--mobile-tab-bg-color); /* Değişkenden al */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 8px 0;
    height: 60px;
    overflow-x: hidden; /* Yatay taşmayı engelle */
}

.mobile-tab-bar-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    max-width: 100%;
    padding: 0 5px;
}

.mobile-tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--mobile-tab-inactive-color);
    font-size: 10px;
    text-decoration: none;
    padding: 3px 0;
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 20%; /* 5 öğe için %20 */
    overflow: hidden;
    position: relative;
}

.mobile-tab-item:hover,
.mobile-tab-item.active {
    color: var(--mobile-tab-active-color);
}

/* Aktif tab için alt çizgi */
.mobile-tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    background-color: var(--mobile-tab-active-color);
    border-radius: 3px 3px 0 0;
}

.mobile-tab-item i {
    font-size: 16px;
    margin-bottom: 2px;
}

.mobile-tab-item .dn-counter {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--mobile-tab-counter-bg);
    color: #ffffff;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 600;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    transform: translate(50%, -50%);
}

.mobile-tab-item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.category-product-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.category-product-header .dropdown .btn-light {
    position: relative;
    right: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
}
.category-product-header .dropdown {
    position: absolute;
    right: 15px; /* veya istediğiniz başka bir değer */
}

.category-product-header .dropdown .dropdown-menu {
    min-width: 180px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.category-product-header .dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    color: #212529;
}

.category-product-header .dropdown .dropdown-item.active,
.category-product-header .dropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.shop-product-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--product-bg-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.category-product-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--product-bg-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.shop-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-product-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.shop-product-header .dropdown .btn-light {
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
}

.shop-product-header .dropdown .dropdown-menu {
    min-width: 180px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.shop-product-header .dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    color: #212529;
}

.shop-product-header .dropdown .dropdown-item.active,
.shop-product-header .dropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

/* Dropdown menü için scroll stili */
.shop-filter-dropdown .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Mağaza Kartları Stilleri */
.shop-list-container {
    margin-bottom: 30px;
}

.shop-card {
    background-color: rgb(242, 247, 254);
    position: relative;
    width: 100%;
    height: 260px;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.shop-card-banner {
    position: relative;
    width: 100%;
    height: 120px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: visible;
}

.shop-card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.no-banner {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f5ff 0%, #e0ebf5 100%);
}

.shop-card-content {
    position: relative;
    min-height: 200px;
    padding: 15px;
}

.shop-list-cards {
    padding: 10px;
}

.shop-list-cards .shop-logo {
    position: absolute;
    top: -30px;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.shop-list-cards .shop-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--category-nav-color);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.shop-list-info {
    width: 120px;
    position: relative;
    left: -20px;
    z-index: 2;
    padding: 10px;
    border-radius: 4px;
    font-size: 10px;
    margin-top: 10px;
}

.shop-products-content-container {
    position: absolute;
    top: 0;
    margin-left: 250px;
    width: 100px;
    height: 100%;
}

.shop-name {
    width: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.shop-description {
    width: 100px;
    height: 63px;
    max-height: 63px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    font-size: 9px;
    font-weight: 500;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    text-align: left;
    display: block;
    line-height: 1.1;
    padding: 2px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
}

.shop-products-count {
    position: absolute;
    top: 120px;
    right: 0;
    width: 80px;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #181717;
    border-radius: 6px;
    text-align: center;
}

.shop-list-product-images {
    position: relative;
    display: flex;
    bottom: 0;
    left: -10px;
    gap: 5px;
    height: auto;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    padding-bottom: 10px;
}

.shop-list-product-image {
    width: 56px; /* 9/16 oranı için genişlik */
    height: 100px; /* 9/16 oranı için yükseklik */
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.shop-list-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.shop-list-product-image:hover img {
    transform: scale(1.1);
}

.shop-list-no-products {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 100px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px dashed #ccc;
    color: #999;
    font-size: 12px;
}

.shop-search-container {
    max-width: 600px;
    margin: 0 auto;
}

.shop-search-container .search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: text;
}

.shop-search-container .search-input-wrapper:focus-within {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.shop-search-container .search-icon {
    position: absolute;
    left: 20px;
    color: #666;
    font-size: 16px;
}

.shop-search-container .search-input {
    width: 100%;
    height: 100%;
    padding: 14px 20px 14px 50px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    background: transparent;
    cursor: text;
    z-index: 2;
}

.shop-search-container .search-input::placeholder {
    color: #999;
}

.shop-search-container .search-loading {
    position: absolute;
    right: 20px;
    color: #666;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shop-search-container .htmx-request .search-loading {
    opacity: 1;
}

/* HTMX gösterge stili */
.shop-search-container .htmx-indicator {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shop-search-container .htmx-request .htmx-indicator {
    opacity: 1;
}
.shop-search-container .htmx-request.htmx-indicator {
    opacity: 1;
}

/* Scrollbar stilini özelleştirme */
.shop-filter-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.shop-filter-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.shop-filter-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.shop-filter-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.shop-product-header .dropdown .btn-light:active,
.shop-product-header .dropdown .btn-light.active,
.shop-product-header .dropdown .btn-light[aria-expanded="true"] {
    background-color: #f27a1a;
    border-color: #f27a1a;
    color: #fff;
}

.gender-filter-btn,
.category-filter-btn,
.subcategory-filter-btn,
.variant-filter-btn {
    font-weight: 500;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    padding: 2px 12px !important;
    margin: 4px;
    border: 1px solid rgb(149, 151, 154) !important;
    border-radius: 20px !important;
    color: #333 !important;
}
.shop-badges .gender-badge,
.shop-badges .category-badge,
.shop-badges .subcategory-badge,
.shop-badges .variant-badge {
    font-weight: 600;
    font-size: 0.7rem;
    transition: all 0.2s ease;
    padding: 2px 12px !important;
    margin: 4px;
    border: 1px solid rgb(149, 151, 154) !important;
    border-radius: 20px !important;
    color: #333 !important;
}

.gender-filter-btn:hover,
.category-filter-btn:hover,
.subcategory-filter-btn:hover,
.variant-filter-btn:hover {
    background-color: rgba(242, 123, 26, 0.66);
    border-color: #f27a1a;
    color: #fff;
}

.shop-badges .gender-badge:hover,
.shop-badges .category-badge:hover,
.shop-badges .subcategory-badge:hover,
.shop-badges .variant-badge:hover {
    background-color: rgba(242, 123, 26, 0.66) !important    ;
    border-color: #f27a1a !important;
    color: #fff !important;
}

/* Alt Kategori Navigasyonu */
.sub-category-nav {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: fixed !important;
    top: 110px !important; /* Header 60px + CategoryNav 50px */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1008;
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
    opacity: 1;
    transform: translateY(0);
    display: none; /* Varsayılan olarak gizli */
}

/* Sub kategori görünür olduğunda body padding'ini ayarla */
body.has-sub-category-nav {
    padding-top: 150px !important; /* header + category nav + sub categories */
}

.sub-category-nav.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.sub-category-nav.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Kategoriler sayfasında her zaman görünür olsun */
body.categories-page .sub-category-nav {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.sub-category-nav-inner {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.sub-category-items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 7px;
    padding: 5px 0;
    margin: 0 -10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sub-category-item {
    flex: 0 0 auto;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #666;
    border: 1px solid #ff8d2adc;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    margin: 0 5px;
}

.sub-category-item:hover {
    background-color: #ff8d2adc;
    color: rgb(255, 255, 255);
}

.sub-category-item.active {
    background-color: rgba(242, 123, 26, 0.94);
    color: rgb(255, 255, 255);
}

.sub-category-items::-webkit-scrollbar {
    display: none;
}

/* Dropdown Category List Styles */
.sub-category-dropdown .category-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 5px;
    margin: 0 -10px;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sub-category-dropdown .category-list::-webkit-scrollbar {
    display: none;
}

.sub-category-dropdown .category-item-home {
    flex: 0 0 auto;
    border: 1px solid rgb(67, 68, 69);
    min-width: 180px;
    max-width: 220px;
    margin-right: 0;
    margin-bottom: 5px;
}

.sub-category-dropdown .subcategory-container-home {
    overflow-y: auto;
    max-height: 150px;
    scrollbar-width: thin;
    padding-right: 5px;
}

.sub-category-dropdown .subcategory-container-home::-webkit-scrollbar {
    width: 4px;
}

.sub-category-dropdown .subcategory-container-home::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sub-category-dropdown .subcategory-container-home::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.sub-category-dropdown .subcategory-container-home::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* Children Categories Styles */
.sub-category-dropdown .children-gender-options {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 5px 0;
    margin: 0 0 15px 0;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.sub-category-dropdown .children-gender-options::-webkit-scrollbar {
    display: none;
}

.sub-category-dropdown .child-gender-item {
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0 5px !important;
}

.sub-category-dropdown .child-categories-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 5px;
    margin: 0 -10px;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sub-category-dropdown .child-categories-container::-webkit-scrollbar {
    display: none;
}

/* Alt Kategori Dropdown */
.sub-category-dropdown {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
    padding: 20px 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
}

.dropdown-content {
    padding: 15px 0;
}

.category-header {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.category-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    display: inline-block;
}

.all-products-link {
    font-size: 14px;
    color: #1967d2;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.all-products-link:hover {
    color: #f27a1a;
    transform: translateX(3px);
}

.all-products-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.all-products-link:hover i {
    transform: translateX(3px);
}

/* Kategori listesi */
.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
}

/* Kategori öğesi */
.category-item-home {
    display: flex;
    background-color: rgba(214, 234, 254, 0.65);
    padding: 1rem 1rem;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 15px;
}

/* Kategori başlığı */
.category-item-title-home {
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.category-item-title-home a {
    font-weight: 600;
    background-color: rgb(255, 231, 203);
    border: 1px solid #ff8d2adc;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    margin-bottom: 3px;
}

.category-item-title-home a:hover {
    color: #f27a1a;
}

/* Alt kategori konteyneri */
.subcategory-container-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

/* Alt kategori öğesi */
.subcategory-item-home {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.subcategory-item-home a {
    font-size: 14px;
    border-radius: 20px;
    background-color: rgb(247, 233, 217);
    border: 1px solid #ff8d2adc;
    padding: 0.2rem 0.8rem;
    color: #2a2a2a;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    text-align: center;
}

.subcategory-item-home a:hover {
    color: #f27a1a;
}

/* Çocuk kategorileri için stil */
.children-gender-options {
    margin-left: 12px;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.dropdown-content .child-gender-item {
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #ff8d2adc;
    color: #060606;
    text-decoration: none;
    padding: 3px 15px;
    border-radius: 20px;
    transition: all 0.3s;
    margin-bottom: 0 !important;
    margin-left: 0.5rem !important;
}

.dropdown-content .child-gender-item:hover {
    color: #f27a1a;
}

.dropdown-content .child-gender-item.active {
    color: rgb(255, 255, 255);
    background-color: #f27a1a;
}

.child-categories-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
}

.vendor-header-mobile-menu {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
}
/* Ürün kartı içindeki resimleri düzenle */
.rows-products .product_grid .shop_thumb img {
    height: auto;
    object-fit: cover;
}

/* Vendor Products Card Styles */

.vendor-product-grid {
    display: grid;
    grid-template-areas:
        "thumb info status"
        "thumb buttons buttons";
    background: #fff;
    padding: 0.1rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 250px;
}

.vendor-product-grid:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.vendor-thumb {
    grid-area: thumb;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.vendor-thumb img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 10px;
}

.vendor-product-info {
    grid-area: info;
    padding: 0.5rem;
}

.vendor-product-info h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.vendor-product-info .mb-1 {
    margin-bottom: 0.5rem;
    color: #666;
}

.vendor-product-status {
    grid-area: status;
    padding: 0.5rem;
    min-width: 150px;
}

.vendor-product-status .mb-1 {
    margin-bottom: 0.75rem;
}

.vendor-product-buttons {
    grid-area: buttons;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem;
}

.vendor-product-buttons .btn {
    padding: 0.5rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-product-buttons .btn i {
    font-size: 1rem;
}

.small.text-muted {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Button Styles */
.borders {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-sm {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}

/* Modern Rounded Button Styles */
.rounded-pill {
    border-radius: 50rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Filter button group styles */
.d-flex.gap-2 {
    display: flex;
    gap: 8px !important;
    align-items: center;
}

.btn-group .btn-sm {
    font-weight: 500;
    padding: 0.35rem 0.65rem;
    font-size: 0.85rem;
    margin-right: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 38px;
}

.btn-group .badge {
    font-size: 0.75rem;
    padding: 0.2rem 0.45rem;
    font-weight: 600;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Sort dropdown styles */
.dropdown .btn-outline-secondary.dropdown-toggle {
    background-color: #fff;
    color: #6c757d;
    border-color: #6c757d;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: none;
    min-width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
}

.dropdown .btn-outline-secondary.dropdown-toggle:hover,
.dropdown .btn-outline-secondary.dropdown-toggle:focus {
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(108, 117, 125, 0.2);
}

.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
}

.dropdown-item {
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #6c757d;
    color: #fff;
}

.dropdown-item i {
    width: 1.2rem;
    text-align: center;
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    color: #212529;
    box-shadow: 0 2px 5px rgba(255, 193, 7, 0.3);
}

.btn-success {
    background-color: #28a745;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(40, 167, 69, 0.3);
}

.btn-danger {
    background-color: #dc3545;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(220, 53, 69, 0.3);
}

.btn-secondary {
    background-color: #6c757d;
    border: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(108, 117, 125, 0.3);
}

.btn-group .btn-warning:hover,
.btn-group .btn-success:hover,
.btn-group .btn-danger:hover,
.btn-group .btn-secondary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Text in filter badge */
.btn-group .badge.bg-white.text-warning {
    color: #ffc107 !important;
}

.btn-group .badge.bg-white.text-success {
    color: #28a745 !important;
}

.btn-group .badge.bg-white.text-danger {
    color: #dc3545 !important;
}

.btn-group .badge.bg-white.text-secondary {
    color: #6c757d !important;
}
/* Sıralama ve filtreleme buton grubu tutarlılığı */
.d-flex.gap-2 .dropdown,
.d-flex.gap-2 .btn-group {
    display: flex;
    align-items: center;
}

/* Butonları aynı boyuta getir */
.dropdown .btn-outline-secondary.dropdown-toggle,
.dropdown .btn-outline-primary.dropdown-toggle,
.dropdown .btn-outline-warning.dropdown-toggle {
    min-width: 150px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    box-shadow: none;
    transition: all 0.3s ease;
}

.dropdown .btn-outline-secondary.dropdown-toggle:active,
.dropdown .btn-outline-secondary.dropdown-toggle.active {
    background-color: #6c757d;
    color: #fff;
    border-color: #6c757d;
}

.dropdown .btn-outline-primary.dropdown-toggle:hover,
.dropdown .btn-outline-primary.dropdown-toggle:focus {
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(13, 110, 253, 0.2);
}

.dropdown .btn-outline-warning.dropdown-toggle:hover,
.dropdown .btn-outline-warning.dropdown-toggle:focus {
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(255, 193, 7, 0.2);
}

/* Sağ taraftaki buton grubunu düzenle */
.d-flex.justify-content-between .btn-group {
    display: flex;
    align-items: center;
}

/* Sağ taraftaki durumlu butonları düzenle */
.btn-group .btn-sm.rounded-pill {
    min-width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    padding-right: 40px; /* Badge için daha fazla yer */
}

.btn-group .btn-sm.rounded-pill .badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 6px;
    margin-left: 8px;
}

/* Tüm butonlar için tutarlı dikey hizalama */
.d-flex.justify-content-between .dropdown,
.d-flex.justify-content-between .btn-group,
.d-flex.justify-content-between .btn-group .btn {
    display: flex;
    align-items: center;
}

/* Dropdown butonları için tutarlı görünüm */
.dropdown .btn {
    text-align: left;
    padding-left: 15px;
}

.dropdown .btn i {
    width: 16px;
    text-align: center;
    margin-right: 8px;
}

/* Durum filtre butonlarının hover etkileri */
.btn-group .btn-sm.rounded-pill:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Varyant önerileri için stiller */
.autocomplete-suggestions {
    position: absolute;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 2px;
}

.suggestion-item {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.suggestion-item:hover,
.suggestion-item.active {
    background-color: #f5f5f5;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.password-wrapper {
    position: relative;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    color: #666;
}
.password-toggle:hover {
    color: #333;
}

.input-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    background-color: #ff4444;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.input-tooltip::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff4444;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-error {
    border-color: #ff4444 !important;
    background-color: #fff5f5 !important;
}
.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.category-visual {
    max-height: 350px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    font-size: 1.8rem;
    line-height: normal;
    text-align: center;
    display: block;
    margin-left: auto;
    vertical-align: middle;
}

.subcategory-visual {
    max-height: 35px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    display: block;
    margin-left: auto;
    vertical-align: middle;
}

.category-title-main {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
    color: #0e65c9;
}

.image-select-label {
    padding: 0.5rem 0.5rem !important;
}

.modal_multi_image_selection .modal-dialog {
    max-width: 1140px !important;
    width: 90% !important;
}

.modal_multi_image_body {
    max-height: 60vh;
    overflow-y: auto;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
}

.modal_multi_image_preview_item .modal_multi_image_card {
    overflow: hidden;
    border: 1px solid #dee2e6;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal_multi_image_preview_item .modal_multi_image_card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal_multi_image_img_wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dee2e6;
}

.modal_multi_image_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal_multi_image_filename {
    font-size: 0.75rem;
    margin-bottom: 0.25rem !important;
    text-align: center;
    line-height: 1.2;
    flex-shrink: 0;
}

.modal_multi_image_btngroup {
    flex-shrink: 0;
}

.modal_multi_image_btngroup .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_multi_image_btngroup .btn i {
    margin-right: 0.25rem !important;
}

.modal_multi_image_card_main {
    border-color: #0d6efd;
    border-width: 3px;
    box-shadow: 0 0 0.5rem rgba(13, 110, 253, 0.5);
}

.category-selector-body {
    padding: 1rem;
    max-height: 75vh;
    overflow-y: auto;
}

.category-box {
    transition: box-shadow 0.2s ease-in-out;
}

.category-box:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.category-header-clickable {
    cursor: pointer;
    padding: 0.5rem 0;
}

.category-icon-large {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 40px;
    text-align: center;
    background-color: #f1f1f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chevron-icon {
    color: #6c757d;
    transition: transform 0.2s ease-in-out;
}

.category-box[x-data*="openCategory"] .chevron-icon {
    transform: rotate(90deg);
}

/* Hide category image when category is open/selected */
.category-box .category-image-container {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Alpine.js conditional class - will be applied when category is open */
.category-box .category-image-container.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Desktop Subcategory Grid Adjustments */
.subcategory-panel .row.g-2 .col-6.col-md-3 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

.subcategory-grid-item {
    min-height: 480px !important;
    padding: 20px !important;
    border: 2px solid #e9ecef !important;
    border-radius: 12px !important;
    background: #f8f9fa;
    transition: all 0.3s ease;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.subcategory-grid-item:hover {
    border-color: #007bff !important;
    background: #e3f2fd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,123,255,0.15);
}

/* Text content wrapper - fixed height area */
.subcategory-grid-item > div:first-child {
    flex-shrink: 0 !important;
    min-height: 100px !important;
    max-height: 100px !important;
    overflow: hidden;
}

.subcategory-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    line-height: 1.3;
    color: #333;
    min-height: 24px !important;
    max-height: 48px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subcategory-grid-item .text-muted.small {
    font-size: 13px !important;
    line-height: 1.4;
    margin-bottom: 0 !important;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px !important;
    max-height: 40px !important;
}

.subcategory-image-wrapper {
    height: 300px !important;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dee2e6;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
}

.subcategory-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 7px;
    padding: 8px;
}

.subcategory-image-wrapper .text-muted {
    color: #adb5bd !important;
}

.subcategory-image-wrapper .text-muted i {
    font-size: 32px !important;
}

.subcategory-panel {
    border-top: 1px solid #dee2e6;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    overflow: hidden;
}

.subcategory-item {
    padding: 0.5rem 0.75rem !important;
    border: none !important;
    transition: background-color 0.15s ease-in-out;
    display: flex;
    align-items: center;
}

.subcategory-item:hover {
    background-color: #f8f9fa;
}

.subcategory-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    font-size: 0.9rem;
    line-height: 20px;
    text-align: center;
    background-color: #e9ecef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.coupon-modal-content {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.coupon-modal-content .modal-body {
    padding: 1.5rem;
}

.coupon-modal-content .modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
}

.coupon-modal-content .form-label {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.coupon-modal-content .form-control,
.coupon-modal-content .form-select,
.coupon-modal-content .input-group-text {
    font-size: 0.85rem;
}

.coupon-modal-content .select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px) !important;
    height: auto !important;
    padding-bottom: 0.1rem !important;
}

.coupon-modal-content .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    margin-top: 0.3rem;
}

.coupon-modal-content .form-control,
.coupon-modal-content .form-select,
.coupon-modal-content input[type="datetime-local"],
.coupon-modal-content .input-group-text {
    height: auto !important;
    padding: 0.375rem 0.75rem !important;
}

.coupon-modal-content .select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.coupon-modal-content .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem);
}

.coupon-modal-content .col-md-1.d-flex.align-items-end {
    padding-bottom: 0.6rem !important;
}

.coupon-card-design {
    border-radius: 0.5rem;
    font-size: 0.85rem;
}

.coupon-card-design .card-header {
    border-bottom: 1px solid #eee;
}

.coupon-card-design .coupon-code {
    color: #333;
}

.coupon-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ddd;
    min-height: 30px;
}

.coupon-detail-row:last-child {
    border-bottom: none;
}

.coupon-detail-row .detail-label {
    font-weight: 600;
    color: #000000;
    margin-right: 10px;
    flex-shrink: 0;
}

.coupon-detail-row .detail-value {
    text-align: right;
    color: rgb(13, 13, 13);
    word-break: break-word;
}

.coupon-detail-row .detail-value .badge {
    font-size: 0.8em;
    padding: 0.3em 0.5em;
}

.coupon-card-design .card-footer {
    border-top: 1px solid #eee;
}

.coupon-card-design .form-switch .form-check-input {
    cursor: pointer;
}

.coupon-card-design .form-switch .form-check-label {
    font-weight: 500;
}

.coupon-card-design .coupon-actions .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 0.25rem;
}

.vendor-item-card .card-body {
    max-height: 280px;
    display: flex;
    flex-direction: column;
}

.vendor-item-card .vendor-item-content-col {
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 10px;
    margin-bottom: 0;
}

.vendor-item-card .vendor-item-content-col form {
    margin-top: auto;
    padding-top: 10px;
}

.vendor-item-card .vendor-item-content-col::-webkit-scrollbar {
    width: 6px;
}

.vendor-item-card .vendor-item-content-col::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.vendor-item-card .vendor-item-content-col::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.vendor-item-card .vendor-item-content-col::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.category-nav-item .nav-badge {
    position: relative;
    font-size: 0.6em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    top: 5px !important;
    left: calc(100% - 12px) !important;
}

.nav-badge .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Vendor Package Cards - packages_and_limits.html */

.vendor-section-card {
    background-color: var(--featured-bg-color) !important;
}

.vendor-section-card .card-header {
    background-color: var(--featured-bg-color) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.stat-box {
    background-color: var(--product-bg-color) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Individual package cards */
.package-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-color: var(--product-bg-color) !important;
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 420px;
    flex-shrink: 0;
    overflow: hidden;
}

.package-card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: var(--product-bg-color) !important;
    height: 80px;
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-card .card-header h5 {
    font-size: 0.8rem;
    margin-top: 0.25rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.package-card .card-header .badge {
    width: 100%;
    font-size: 0.95rem;
    padding: 0.4em 0.6em;
    height: auto !important;
    min-width: unset;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.package-card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.package-card .card-body h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem !important;
}

.package-card .card-body ul {
    margin-bottom: 0 !important;
}

.package-card .card-body li {
    font-size: 0.9rem;
    color: rgb(1, 1, 1);
}

.package-card .card-body li i {
    color: rgb(6, 6, 6);
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
}

.package-card .card-body li .badge {
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    height: auto !important;
    min-width: 60px;
    text-align: center;
    justify-content: center !important;
}

.package-card .card-body li .badge.bg-success,
.package-card .card-body li .badge.bg-info,
.package-card .card-body li .badge.bg-secondary {
    font-size: 0.75rem;
    padding: 0.2em 0.4em;
    min-width: 60px;
}

.package-card .card-body li .badge.bg-secondary {
    background-color: #cfe2ff !important;
    color: rgb(20, 20, 20) !important;
}

.package-card .card-body li .badge.bg-info {
    background-color: #e2f3f5 !important;
    color: #0c7e9b !important;
}

.package-card .card-body li .badge.bg-light {
    background-color: #cfe2ff !important;
    color: #212529 !important;
}

.package-card .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background-color: var(--product-bg-color) !important;
}

.package-card .btn-primary {
    font-weight: 600;
}

.package-card .badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.package-card .card-header .badge.bg-success {
    background-color: #198754 !important;
    color: #ffffff !important;
    justify-content: center;
}

/* Vendor Sidebar White Background */
.vendor-sidebar-container .header-dark {
    background-color: #ffffff !important; /* White background */
    border-color: #e0e0e0 !important; /* Lighter border */
}

.vendor-sidebar-container .header-dark ul.dahs_navbar li a {
    color: rgb(11, 11, 11) !important; /* Dark text color for links */
}

.vendor-sidebar-container .header-dark ul.dahs_navbar li a:hover,
.vendor-sidebar-container .header-dark ul.dahs_navbar li a.active {
    background-color: #f0f0f0 !important; /* Light gray background for hover/active */
    color: #0d6efd !important; /* Keep theme color for active/hover text */
}

/* Ensure icons also get the dark color */
.vendor-sidebar-container .header-dark ul.dahs_navbar li a i {
    color: #555555 !important; /* Slightly lighter dark for icons */
}

/* Adjust hover/active icon color */
.vendor-sidebar-container .header-dark ul.dahs_navbar li a:hover i,
.vendor-sidebar-container .header-dark ul.dahs_navbar li a.active i {
    color: #0d6efd !important; /* Keep theme color for icons on hover/active */
}

.rows-products .product_grid .card-footer {
    justify-content: flex-start !important;
}

/* Index sayfasındaki ürün kartları için */
/* Sadece index sayfasında bulunan ürün kartları için */
.rows-products .product_grid .card-footer .text-left {
    display: flex;
    flex-direction: column;
}

/* Ürün adını en üste taşı */
.rows-products .product_grid .card-footer .text-left > span {
    order: -1;
    margin-bottom: 8px;
}

/* Ürün adının linkini kalın ve siyah yap */
.rows-products .product_grid .card-footer .text-left > span a {
    font-weight: 700 !important;
    color: #000000 !important;
    font-size: 14px !important;
}

/* Hover durumunda da siyah kalsın */
.rows-products .product_grid .card-footer .text-left > span a:hover {
    color: #000000 !important;
}

/* Like işaretini sepet işaretine doğru sağa yanaştır */
.rows-products .product_grid .left-over-buttons li:first-child {
    margin-right: 4px;
}

/* Sepet butonunun soldan margin'ini azalt */
.rows-products .product_grid .left-over-buttons li:last-child {
    margin-left: -10px;
}

/* Description'ı düzenle */
.rows-products .product_grid .elso_titl {
    margin-top: -10px;
    margin-bottom: 5px;
}

/* Image Modal Wrapper */
.image-modal-wrapper {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalSlideIn 0.3s ease;
    pointer-events: none;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

/* Video Badge for Products with Video */
.video-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(25, 103, 210, 0.85);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 3;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.video-badge i {
    font-size: 8px;
    color: #ff4757;
}

.video-badge:hover {
    background: rgba(111, 151, 151, 0.92);
    transform: scale(1.05);
}

/* Featured Products Video Badge */
.featured-product .video-badge {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 14px;
}

.featured-product .video-badge i {
    font-size: 9px;
}

/* Product Grid Video Badge */
.product_grid .video-badge {
    top: 6px;
    left: 8px;
    padding: 2px 6px;
    font-size: 8px;
    border-radius: 12px;
}

.product_grid .video-badge i {
    font-size: 8px;
}

/* Review Thumbnail Badge (for multiple images) */
.review-thumbnail-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

/* ==================== HTMX Loading Indicators ==================== */

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: inline-block;
}

.htmx-request.htmx-indicator {
    display: inline-block;
}

/* Button loading state */
.htmx-request button[type="submit"] {
    opacity: 0.7;
    pointer-events: none;
}

/* ==================== Product Video Thumbnail CSS ==================== */
.sp-thumbs .video-thumbnail-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.sp-thumbs a.video-thumbnail-link::after {
    content: '\\f144' !important; /* Font Awesome play icon */
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 24px !important;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    pointer-events: none !important; /* Allows click to go through to the link */
    z-index: 10;
}

.sp-thumbs a.video-thumbnail-link:hover::after {
    background-color: rgba(255, 107, 53, 0.9) !important; /* Theme color on hover */
    transform: translate(-50%, -50%) scale(1.1) !important;
}

/* Video Modal Styling */
#product-video-modal .modal-body {
    padding: 0;
    background-color: #000;
    line-height: 0;
}

#product-video-modal .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#product-video-modal .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ==================== Modern Product Gallery with Video Support ==================== */

/* Gallery Container */
.product-gallery-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

/* Main Gallery */
.product-gallery-main {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.product-gallery-main .swiper-slide {
    position: relative;
    aspect-ratio: 9/16;
    overflow: hidden;
}

.product-gallery-main .gallery-image,
.product-gallery-main .video-poster {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f8f9fa;
    transition: transform 0.3s ease;
}

.product-gallery-main .swiper-slide:hover .gallery-image,
.product-gallery-main .swiper-slide:hover .video-poster {
    transform: scale(1.05);
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-play-button:hover {
    background: rgba(255, 107, 53, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Navigation Buttons */
.product-gallery-main .swiper-button-next,
.product-gallery-main .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    font-size: 16px;
    margin-top: -20px;
    transition: all 0.3s ease;
    opacity: 0;
}

.product-gallery-main:hover .swiper-button-next,
.product-gallery-main:hover .swiper-button-prev {
    opacity: 1;
}

.product-gallery-main .swiper-button-next:hover,
.product-gallery-main .swiper-button-prev:hover {
    background: rgba(255, 107, 53, 0.9);
    color: white;
}

.product-gallery-main .swiper-button-next::after,
.product-gallery-main .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}

/* Thumbnails Gallery */
.product-gallery-thumbs {
    width: 100%;
    margin-top: 15px;
    height: auto !important;
    overflow: visible !important;
    min-height: 90px !important;
}

.product-gallery-thumbs .swiper-wrapper {
    height: auto !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    transform: none !important;
    position: static !important;
    display: flex !important;
    gap: 10px !important;
}

.product-gallery-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    flex-shrink: 0;
}

.product-gallery-thumbs .swiper-slide:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border-color: #ff6b35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.product-gallery-thumbs .thumb-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

/* Video Thumbnail Hover Effects */
.video-thumb img:hover {
    transform: scale(1.05);
}

.video-thumb-static {
    transition: opacity 0.3s ease;
}

/* Video Thumbnail */
.video-thumb {
    position: relative;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1;
}

.thumb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    pointer-events: none;
}

.video-thumb.swiper-slide-thumb-active .thumb-play-icon {
    background: rgba(255, 107, 53, 0.9);
}

/* Video Modal */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.video-modal.active {
    display: flex;
    opacity: 1;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease;
    cursor: default;
    pointer-events: auto;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    transition: all 0.3s ease;
}

.video-modal-close:hover {
    background: #ff6b35;
    color: white;
    transform: rotate(90deg);
}

@keyframes modalSlideIn {
    from {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Modern Question & Review Forms - Trendyol/Hepsiburada Style */
.modern-form-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #e3e6f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.modern-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #f7931e, #7b68ee);
    border-radius: 16px 16px 0 0;
}

.modern-form-container:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.modern-form-header {
    background: transparent;
    border: none;
    padding: 24px 32px 16px;
    border-radius: 16px 16px 0 0;
}

.modern-form-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modern-form-header .header-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.modern-form-body {
    padding: 0 32px 32px;
}

.modern-form-group {
    margin-bottom: 24px;
}

.modern-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    display: block;
}

.modern-textarea {
    width: 100%;
    min-height: 120px;
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #2d3748;
    background: #ffffff;
    transition: all 0.3s ease;
    resize: vertical;
    font-family: inherit;
}

.modern-textarea:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
    background: #fefefe;
}

.modern-textarea::placeholder {
    color: #a0aec0;
    font-size: 14px;
}

.modern-btn-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.modern-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #e55a2b 0%, #e8841a 100%);
}

.modern-btn-success {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.modern-btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
}

/* Modern Star Rating */
.modern-star-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #f7fafc;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.modern-star-rating:hover {
    border-color: #ffd700;
    background: #fffbf0;
}

.star-rating-input {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2px;
    margin: 10px 0;
}

.star-label {
    cursor: pointer;
    font-size: 24px;
    color: #e2e8f0;
    transition: all 0.2s ease;
    margin: 0;
}

.star-label:hover {
    color: #ffd700;
    transform: scale(1.1);
}

.star-label.active {
    color: #ffd700;
}

.rating-text {
    font-size: 14px;
    color: #718096;
    font-weight: 500;
}

/* Modern Alert Styles */
.modern-alert {
    background: linear-gradient(135deg, #e6fffa 0%, #f0fff4 100%);
    border: 1px solid #81e6d9;
    border-radius: 12px;
    padding: 20px 24px;
    color: #234e52;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modern-alert.alert-info {
    background: linear-gradient(135deg, #ebf8ff 0%, #f7fafc 100%);
    border-color: #90cdf4;
    color: #2a4365;
}

.modern-alert .alert-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(129, 230, 217, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #319795;
    font-size: 12px;
}

.modern-alert.alert-info .alert-icon {
    background: rgba(144, 205, 244, 0.2);
    color: #3182ce;
}

.modern-alert a {
    color: #319795;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.modern-alert a:hover {
    border-bottom-color: #319795;
}

.modern-alert.alert-info a {
    color: #3182ce;
}

.modern-alert.alert-info a:hover {
    border-bottom-color: #3182ce;
}

/* Response Animations */
#question-response, #review-response {
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* Modern Empty State */
.modern-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border: 2px dashed #e2e8f0;
}

.modern-empty-state .empty-icon {
    font-size: 48px;
    color: #cbd5e0;
    margin-bottom: 20px;
    opacity: 0.8;
}

.modern-empty-state h5 {
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 8px;
}

.modern-empty-state p {
    color: #718096;
    font-size: 15px;
}



/* Loading State */
.modern-form-container.loading {
    opacity: 0.7;
    pointer-events: none;
}

.modern-form-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #ff6b35;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Trendyol Style Review Image Upload & Gallery System */

/* Review Image Upload Area */
.review-image-upload-area {
    margin-top: 10px;
}

.upload-zone {
    border: 2px dashed #e0e6ed;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transition: all 0.3s ease;
    position: relative;
}

.upload-zone:hover {
    border-color: #ff6b35;
    background: linear-gradient(135deg, #fff5f2 0%, #ffffff 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15);
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.upload-icon {
    font-size: 48px;
    color: #ff6b35;
    margin-bottom: 10px;
}

.upload-zone h6 {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.upload-zone p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

/* Image Preview */
.image-preview-container {
    margin-top: 15px;
}

.preview-image-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.preview-image-wrapper img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
}

.remove-image-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dc3545;
    font-size: 14px;
    transition: all 0.3s ease;
}

.remove-image-btn:hover {
    background: #dc3545;
    color: white;
    transform: scale(1.1);
}

/* Review Images Gallery - Trendyol Style */
.review-images-gallery {
    margin-top: 15px;
}

.review-thumbnail-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.review-thumbnail {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
}

.review-thumbnail:hover {
    transform: scale(1.05);
    border-color: #ff6b35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.review-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.review-thumbnail:hover .review-thumb-img {
    transform: scale(1.1);
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 18px;
}

.review-thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

/* Review Image Modal/Lightbox - Trendyol Style */
.review-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.review-modal.show {
    display: flex;
    opacity: 1;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}


@keyframes modalSlideIn {
    from {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 15px;
}

.modal-close {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #ff6b35;
    color: white;
    transform: rotate(90deg);
}

.modal-body {
    position: relative;
    text-align: center;
}

.modal-body img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.modal-info {
    padding: 20px;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #e9ecef;
}


/* ==================== Product Reviews & Questions CSS ==================== */

/* Form Styling */
.question-form, .review-form {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
}

.question-form h5, .review-form h5 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.question-form .form-control, .review-form .form-control {
    border-radius: 6px;
    border: 1px solid #d1d9e6;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.question-form .form-control:focus, .review-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.star-rating-input input[type="radio"] {
    display: none;
}

.star-rating-input .star-label {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star-rating-input input[type="radio"]:checked ~ .star-label {
    color: #ffc107;
}

.star-rating-input .star-label:hover {
    color: #ffc107;
}

/* For proper left-to-right star highlighting */
.star-rating-input input[type="radio"]:checked + .star-label,
.star-rating-input input[type="radio"]:checked ~ .star-label {
    color: #ffc107;
}

/* Question Items */
.question-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.question-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.question-content {
    margin-bottom: 15px;
}

.question-content h6 {
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.question-content p {
    color: #495057;
    margin-bottom: 10px;
    line-height: 1.6;
}

.question-meta {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 15px;
}

.question-meta i {
    margin-right: 5px;
}

/* Answer Section */
.answers-section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.answer-item {
    background: #f8f9fa;
    border-left: 3px solid #007bff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0 6px 6px 0;
}

.answer-content h6 {
    color: #007bff;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.answer-content p {
    color: #495057;
    margin-bottom: 8px;
    line-height: 1.5;
}

.answer-meta {
    font-size: 11px;
    color: #6c757d;
}



/* Review Items */
.review-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.review-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.review-user-info h6 {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
}

.review-user-info small {
    color: #6c757d;
    font-size: 12px;
}

.review-rating {
    margin-left: auto;
}

.review-rating .star-rating {
    display: flex;
    gap: 2px;
}

.review-rating .star-rating i {
    color: #ffc107;
    font-size: 14px;
}

.review-content {
    margin-bottom: 15px;
}

.review-content p {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 10px;
}

.review-image {
    max-width: 150px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Vendor Reply */
.vendor-reply {
    background: #e8f4f8;
    border-left: 3px solid #17a2b8;
    padding: 15px;
    margin-top: 15px;
    border-radius: 0 6px 6px 0;
}

.vendor-reply h6 {
    color: #17a2b8;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.vendor-reply p {
    color: #495057;
    margin-bottom: 5px;
    line-height: 1.5;
}

/* Empty States */
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.empty-state i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #dee2e6;
}

.empty-state h5 {
    margin-bottom: 8px;
    color: #495057;
}

/* HTMX Loading States */
.htmx-request .btn {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.htmx-request .btn::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Response Messages */
#question-response .alert,
#review-response .alert {
    margin-top: 15px;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
}

/* Tab Styling */
.nav-tabs .nav-link .badge {
    background-color: #6c757d;
    color: white;
    font-size: 11px;
    margin-left: 5px;
}
.story-item .video-indicator {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 6px;
    z-index: 10;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.story-item:hover .video-indicator {
    transform: scale(1.1);
    background: rgba(255, 107, 107, 0.9);
}

/* Enhanced video indicator with pulse effect */
.story-item .video-indicator::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: rgba(255, 107, 107, 0.4);
    border-radius: 50%;
    animation: videoPulse 2s infinite;
}

@keyframes videoPulse {
    0%, 100% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}

/* Video slide styling in story modal */
.story-slide.video-slide {
    position: relative;
    width: auto;
    height: 80vh;
    margin-top: 10px;    
    background: transparent; 
    
    align-items: center;
    justify-content: center;
}

/* Video slide active olduğunda */
.story-slide.video-slide.active {
    display: flex; 
}

.story-slide.video-slide .video-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.story-slide.video-slide .video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

/* Story footer positioning for video slides */
.story-slide.video-slide .story-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    z-index: 10;
}


.story-progress-bar:hover {
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
}

/* Enhanced story modal for video support */
.modal-content .story-content {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* Video loading spinner */
.story-slide.video-slide .video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    z-index: 5;
}

.story-slide.video-slide .video-loading::after {
    content: '';
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.create-product-modal-content {
    background: #f8faff !important;
}

/* Story navigation enhancements */
.story-content::before,
.story-content::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 5; /* Butonlardan daha düşük z-index */
    cursor: pointer;
    pointer-events: none; /* Pseudo-elementlerin tıklanmasını devre dışı bırak */
}

.story-content::before {
    left: 0;
}

.story-content::after {
    right: 0;
}

/* Video loading improvement */
.video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.video-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Video error handling */
.video-container iframe {
    transition: opacity 0.3s ease;
}

.video-container iframe:not([src*="iframe.mediadelivery.net"]) {
    display: none;
}

/* Video placeholder for failed loads */
.video-error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.video-error i {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.video-error p {
    font-size: 14px;
    opacity: 0.8;
}
/* Adjust badge colors for contrast on white background */
/*.vendor-sidebar-container .header-dark ul.dahs_navbar li a .badge {
    background-color: #dc3545 !important; /* Keep Bootstrap danger for count */
/*    color: #ffffff !important;
} */

/* 
 * MEDIA QUERIES
 * Tüm media query'ler burada gruplandırılmıştır
 * ---------------------------------------------- 
 */

/* ######################### MIN-WIDTH LA AYARLANMIS KISIMLAR #########################*/

/* Small devices - Mobil telefonlar (576px ve üzeri) */
@media (min-width: 576px) {
    .nav-brand img {
        max-width: 85px;
        position: relative;
        top: -2px;
    }
    .order-selector {
        display: none;
    }
    .navigation-portrait .nav-brand {
        margin-left: 19px;
    }
    .lg-heading {
        font-size: 30px;
        line-height: 1.1;
    }
    .home-slider .item {
        min-height: 350px;
        padding: 2rem 0;
    }
    .overlio {
        margin-top: -50px;
    }
    .home-slider .btn {
        padding: 12px 18px;
        font-size: 14px;
    }
    .accordion .card-header button {
        font-size: 15px;
    }
    .prd_details.pl-3 {
        padding-left: 0 !important;
    }
    .single_rev_thumb {
        min-width: 45px;
    }
    .filter_wraps {
        margin-top: 0.5rem;
    }
    .hide_mob {
        display: none;
    }
    .simple-button {
        padding: 6px 3px;
    }
    .m-start {
        justify-content: flex-start !important;
    }
    .mfliud {
        margin-top: 1rem;
    }
    .mfliud-bot {
        margin-bottom: 1rem;
    }
    .footer_widget {
        padding: 25px 0 25px;
    }
    .footer-middle {
        padding: 25px 0;
    }
    .rows-products {
        margin-right: -7px;
        margin-left: -7px;
    }
    .rows-products .col-6 {
        padding-right: 7px;
        padding-left: 7px;
    }

    .product-left-hover-overlay {
        -webkit-transform: translatex(0rem);
        transform: translatex(0rem);
    }
    .rows-products .col-6 .product_grid h5.fs-md {
        font-size: 13px !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
    .nav-menus-wrapper .nav-menu {
        display: block;
    }

    /* Ana menü */
    .nav-menus-wrapper {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 70px);
        background: #fff;
        transition: all 0.3s ease;
        overflow-y: auto;
        z-index: 1000;
        padding: 15px;
    }

    .nav-menus-wrapper.active {
        left: 0;
    }

    .stories-wrapper {
        -webkit-overflow-scrolling: touch; /* iOS için smooth scroll */
        scroll-behavior: smooth; /* Smooth scroll efekti */
    }
    .circle-icon {
        width: 60px;
        height: 60px;
    }

    .circle-icon i {
        font-size: 24px;
    }

    .category-nav-inner {
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0 5px; /* Padding değerini artırdım */
        margin: 0; /* Negatif margin'i kaldırdım */
    }

    .category-nav-inner::-webkit-scrollbar {
        display: none;
    }

    .category-nav-item {
        flex: 0 0 auto; /* Mobilde eşit genişlik olmasın */
        padding: 0 12px; /* Mobilde biraz daha fazla padding */
        white-space: nowrap;
    }

    /* Mobil görünümde header yüksekliği değişebilir, buna göre ayarlayalım */
    .header.header-fixed + .header-category-nav {
        top: 60px;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0; /* Sağdan taşmayı engelle */
    }

    .search-box {
        max-width: 200px;
    }

    .search-input {
        font-size: 13px;
        padding: 6px 25px 6px 8px;
    }
}

/* Medium devices - Tabletler (768px ve üzeri) */
@media (min-width: 768px) {
    #countdown ul li {
        margin: 0 0.2rem;
        padding: 0.5rem 0.6rem;
        color: #50535d;
        font-size: 12px;
    }
    #countdown ul li span {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #d2976b;
        line-height: 1;
    }
    .nav-menu > li > .nav-dropdown:before {
        display: none;
    }
    .nav-menu > li .nav-dropdown {
        border: none;
        padding: 0px;
        background: #ffffff;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .nav-dropdown > li > a {
        font-size: 15px;
    }
    .headd-sty-last,
    .headd-sty-02 form {
        display: none;
    }
    .head-style-2 .navigation-portrait {
        height: 0;
        top: -32px;
    }
    .headd-sty-01 .nav-brand {
        padding-left: 32px;
    }

    .tri-border {
        border-bottom: 1px solid #fd4a6f;
    }
    .nav-toggle.text-light:before {
        background-color: #ffffff;
        box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
    }
    .auth-dropdown .dropdown-menu {
        position: absolute;
        right: 0;
        width: 180px;
    }
    .auth-dropdown .dropdown-toggle {
        padding: 6px 10px !important;
        font-size: 13px;
    }
    .navigation-portrait .nav-brand {
        margin-left: 25px;
        flex: 1;
    }
    .nav-brand img {
        max-width: 110px;
        position: relative;
        top: 0px;
    }
    .nav-brand {
        padding: 0px 15px;
        padding-right: 0;
    }
    .nav-header {
        width: 100%;
    }

    .navigation-portrait .nav-menu.nav-menu-social {
        display: none;
    }
    .headd-sty-02 form {
        max-width: 315px;
    }

    .nav-menu-social li a {
        color: #fff;
        padding: 8px;
    }

    /* Normal menüyü gizle */
    .nav-menus-wrapper .nav-menu:not(.nav-menu-social) {
        display: none;
    }
    /* Vendor Sayfası Stilleri */
    .nav-menus-wrapper .nav-menu {
        display: none; /* Normal menüyü gizle */
    }

    .nav-menu-social li {
        margin: 0 5px;
    }

    /* Sosyal menü */
    .nav-menu-social {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        gap: 5px; /* İkonlar arası boşluğu azalttık */
    }

    .search-box {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding-left: 0;
        display: block;
        visibility: visible !important;
    }

    .search-input-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .search-form {
        width: 100%;
    }

    .search-input {
        width: 100%;
        font-size: 14px;
        padding: 8px 30px 8px 10px;
    }

    .search-button {
        right: 5px;
    }
}

@media (min-width: 850px) {
    .search-box {
        width: auto;
        max-width: 300px;
        margin-left: 60px;
        padding-left: 0;
        display: block;
        visibility: visible !important;
    }
}

/* Large devices - Küçük laptoplar/masaüstü (992px ve üzeri) */
@media (min-width: 990px) {
    .image-cover {
        min-height: 500px;
        height: 100vh;
    }
    .home-slider.auto-slider .item {
        padding: 7.62rem 2rem;
    }
    .banner_title {
        font-size: 50px;
        line-height: 1.2;
    }
    .side_block.extream_img img.img-fluid {
        max-width: 470px;
    }
    .min_large {
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .aps_crs_caption.pl {
        padding-left: 10%;
    }
    .w3-ch-sideBar {
        max-width: 370px;
        min-width: 370px;
    }
    .nav-menu.nav-menu-social > li.add-listing.bg-white {
        background: #ffffff !important;
    }
    .nav-menu.nav-menu-social > li.add-listing.bg-white a {
        color: #333333 !important;
    }
    .header.header-fixed {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        background: #ffffff;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .header.head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    }
    .header.head-border {
        border-bottom: 1px solid #e9ecef;
    }
    .nav-menu.nav-menu-social > li.add-listing a {
        top: -14px;
    }
    .nav-menu.nav-menu-social > li.add-listing.style-2 a {
        top: -16px;
    }
    .header.header-dark,
    .headerd.header-dark {
        background-color: #031424;
    }
    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu > li > a {
        color: #ffffff;
    }
    .headerd.header-dark .nav-brand,
    .headerd.header-dark .nav-brand:focus,
    .headerd.header-dark .nav-brand:hover,
    .headerd.header-dark .nav-menu > li > a {
        color: #ffffff;
    }
    .header.header-dark .nav-menu > li > .nav-dropdown:before,
    .headerd.header-dark .nav-menu > li > .nav-dropdown:before {
        display: none;
    }
    .tri-border {
        border-bottom: 1px solid #fd4a6f;
    }
    /*------ transparent --------*/
    .header.header-transparent {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        z-index: 6;
    }
    .header.header-transparent.header-fixed {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        background: #ffffff;
        position: fixed;
        z-index: 1050;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
    .header.header-transparent .nav-brand,
    .header.header-transparent .nav-brand:focus,
    .header.header-transparent .nav-brand:hover,
    .header.header-transparent .nav-menu > li > a {
        color: #ffffff;
    }
    .header.header-transparent.header-fixed .nav-brand,
    .header.header-transparent.header-fixed .nav-brand:focus,
    .header.header-transparent.header-fixed .nav-brand:hover,
    .header.header-transparent.header-fixed .nav-menu > li > a {
        color: #333d46;
    }
    .change-logo .nav-brand.fixed-logo {
        display: none;
    }
    .change-logo.header-fixed .nav-brand.fixed-logo {
        display: block;
    }
    .change-logo.header-fixed .nav-brand.static-logo {
        display: none;
    }
    .dark-text .nav-brand,
    .header-transparent.dark-text .nav-brand:focus,
    .header-transparent.dark-text .nav-brand:hover,
    .header-transparent.dark-text .nav-menu > li > a {
        color: #404656;
    }
    .header-transparent.dark-text .nav-menu > li > a:hover,
    .header-transparent.dark-text .nav-menu > li > a:focus {
        color: #5b1cee;
    }
    .header-transparent .submenu-indicator-chevron {
        border-color: transparent #ffffff #ffffff transparent;
    }
    .header-transparent.header-fixed .submenu-indicator-chevron {
        border-color: transparent #506377 #506377 transparent;
    }
    .header.header-fixed a.alio_green {
        color: #07ad7f !important;
    }
    li._my_prt_list a {
        display: inline-flex;
        font-size: 14px;
        font-weight: 600;
        color: #293544;
        font-family: "Jost", sans-serif;
    }
    li._my_prt_list a span {
        width: auto;
        padding: 0px 6px;
        background: #006cff;
        border-radius: 50px;
        color: #ffffff;
        margin-right: 4px;
    }
    .off_title {
        font-size: 55px;
    }
    .tags_explore h2 {
        font-size: 50px;
        margin-bottom: 1rem !important;
    }
    .home-slider .item {
        transition: all 0.6s;
        border-radius: 0;
        position: relative;
        height: 600px;
    }
    .miliods {
        padding-right: 2.5rem;
    }
    .submenu-indicator {
        display: none;
    }
    .headd-sty-02 form {
        min-width: 500px;
    }
    .lg-heading {
        font-size: 45px;
        line-height: 1.1;
    }
    .hide-ipad {
        display: none;
    }
    .quick_view_thmb {
        width: 100%;
    }
    .quick_view_capt {
        display: block;
        float: left;
        width: 100%;
        flex: 0 0 100%;
        padding: 1rem 0.5rem;
    }
    .quick_view_wrap {
        flex-direction: column;
    }
    .hd-small {
        display: none;
    }

    .search-box {
        width: auto;
        max-width: 400px;
        margin-left: 60px;
        padding-left: 0;
        display: block;
        visibility: visible !important;
    }
    .category-selector-modal-wide {
        max-width: 80%;
        width: 80%;
    }

    .modal-dialog.modal-lg:has(.coupon-modal-content) {
        max-width: 900px;
        width: 90%;
    }
}

/* Extra large devices - Büyük laptoplar ve masaüstü (1200px ve üzeri) */
@media (min-width: 1200px) {
    .wrk_caption {
        padding: 0 2rem;
    }
    .home-slider .item {
        height: 100vh;
    }
    .lg-heading {
        font-size: 65px;
        line-height: 1.1;
    }
}

/* XXL devices - Çok büyük ekranlar (1400px ve üzeri) */
@media (min-width: 1400px) {
    /* Çok büyük ekranlar için stiller */
}

/* ######################### MAX-WIDTH LA AYARLANMIS KISIMLAR #########################*/

@media (max-width: 320px) {
    .featured-carousel-item {
        width: 100px;
        margin: 1px;
    }

    .featured-carousel .product-card {
        width: 100px;
    }
}

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }
    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/* Çok Küçük Ekranlar (max-width: 392px) */
@media (max-width: 392px) {
    .vendor-product-grid .vendor-product-info h5 {
        font-size: 0.8rem !important;
        font-weight: 600 !important;
        margin-bottom: 0.4rem !important;
    }

    .vendor-product-grid .vendor-product-info .mb-1 {
        font-size: 0.6rem;
        margin-bottom: 0.25rem;
    }

    .vendor-product-grid .vendor-product-info .mb-1 .ft-bold {
        font-size: 0.6rem !important;
    }

    .vendor-product-status {
        min-width: 120px;
    }

    .vendor-product-grid .vendor-product-status .mb-1 {
        font-size: 0.7rem;
        margin-bottom: 0.25rem;
    }

    .vendor-product-grid .vendor-product-status .badge {
        padding: 0.25rem 0.4rem;
        font-size: 0.65rem;
    }

    .vendor-product-grid .vendor-product-status .small.text-muted {
        font-size: 0.6rem;
    }

    .vendor-thumb img {
        height: 180px;
    }

    .vendor-product-buttons .btn {
        width: 30px;
        height: 30px;
        padding: 0.4rem;
    }

    .vendor-product-buttons .btn i {
        font-size: 0.9rem;
    }

    /* Filtreleme butonları ve dropdown için daha küçük boyutlar */
    .d-flex.gap-2 {
        flex-wrap: wrap;
        gap: 0.25rem !important;
    }

    .btn-group {
        flex-wrap: wrap;
    }

    .btn-group .btn-sm {
        min-width: 75px;
        height: 34px;
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
        margin-bottom: 0.25rem;
    }
    .btn-group .badge {
        font-size: 0.65rem;
        padding: 0.15rem 0.35rem;
    }

    .dropdown {
        margin-bottom: 0.25rem;
    }

    .dropdown .btn-outline-secondary.dropdown-toggle,
    .dropdown .btn-outline-primary.dropdown-toggle,
    .dropdown .btn-outline-warning.dropdown-toggle {
        min-width: 100px;
        height: 34px;
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }

    .btn-group .btn-sm.rounded-pill {
        min-width: 80px;
        padding-right: 30px;
        padding-left: 10px;
        font-size: 0.65rem;
        justify-content: flex-start;
    }

    .btn-group .btn-sm.rounded-pill .badge {
        min-width: 20px;
        font-size: 0.6rem;
        right: 6px;
    }
    .hidden-xs-down {
        display: none !important;
    }

    /* Mobil arama butonu */
    .mobile-search-trigger {
        display: block;
        margin-right: 15px;
    }

    /* Mobil arama modal */
    .mobile-search-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 1100;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .mobile-search-modal.active {
        display: block;
    }

    .mobile-search-modal .search-input-wrapper {
        margin: 0;
    }
    .search-box {
        max-width: 10px;
    }

    .search-input {
        font-size: 12px;
        padding: 5px 25px 5px 8px;
    }

    .search-input::placeholder {
        font-size: 11px;
    }
    .header.header-fixed {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        background: #ffffff;
        position: fixed;
        z-index: 1050;
        width: 100%;
        top: 0;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    .header.head-shadow {
        box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
        -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    }
    .header.head-border {
        border-bottom: 1px solid #e9ecef;
    }
    .header.header-dark,
    .headerd.header-dark {
        background-color: #031424;
    }
    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu > li > a {
        color: #ffffff;
    }
    .headerd.header-dark .nav-brand,
    .headerd.header-dark .nav-brand:focus,
    .headerd.header-dark .nav-brand:hover,
    .headerd.header-dark .nav-menu > li > a {
        color: #ffffff;
    }
    .header.header-dark .nav-menu > li > .nav-dropdown:before,
    .headerd.header-dark .nav-menu > li > .nav-dropdown:before {
        display: none;
    }
    .tri-border {
        border-bottom: 1px solid #fd4a6f;
    }

    .category-nav-item {
        flex: 0 0 auto; /* Mobilde eşit genişlik olmasın */
        padding: 0 10px; /* Mobilde padding azalt */
        white-space: nowrap;
        min-width: 60px; /* Minimum genişlik belirle */
        max-width: 80px; /* Maksimum genişlik belirle */
    }

    .category-nav-item span {
        font-size: 10px; /* Mobilde daha küçük font */
        max-width: 100%; /* Maksimum genişlik */
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .featured-carousel-track {
        gap: 1px; /* Daha küçük mobilde daha da az gap */
    }

    .featured-carousel-item {
        width: 110px;
        padding: 0;
        margin: 1px;
    }

    .featured-carousel .product-card {
        width: 110px;
    }

    .featured-carousel {
        padding: 5px 0px !important; /* Yandaki boşluk butonlar olmadığı için sıfıra indirildi */
    }

    .featured-carousel .product-name {
        font-size: 0.9em;
        bottom: 25px;
        left: 5px;
    }

    .featured-carousel .product-price {
        font-size: 0.8em;
    }

    .featured-carousel .shop-info {
        font-size: 0.7em;
    }

    .product-gallery-thumbs .swiper-slide {
        width: 50px;
        height: 50px;
    }
    
    .video-play-button {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .modern-form-header,
    .modern-form-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .modern-star-rating {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .star-label {
        font-size: 20px;
    }

    /* Mobile Subcategory Grid Adjustments */
    .subcategory-panel .row.g-2 .col-6.col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .subcategory-grid-item {
        min-height: 350px !important;
        border: 2px solid #e9ecef !important;
        border-radius: 12px !important;
        background: #f8f9fa;
        transition: all 0.3s ease;
    }

    .subcategory-grid-item:hover {
        border-color: #007bff !important;
        background: #e3f2fd;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,123,255,0.15);
    }

    .subcategory-title {
        font-size: 14px !important;
        font-weight: 600 !important;
        margin-bottom: 5px !important;
        line-height: 1.2;
        color: #333;
    }

    .subcategory-grid-item .text-muted.small {
        font-size: 11px !important;
        line-height: 1.3;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .subcategory-image-wrapper {
        height: 280px !important;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #dee2e6;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 1;
    }

    .subcategory-image-wrapper img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        border-radius: 7px;
    }

    .subcategory-image-wrapper .text-muted {
        color: #adb5bd !important;
    }

    .subcategory-image-wrapper .text-muted i {
        font-size: 24px !important;
    }

    .header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1010;
    }

    .header-category-nav {
        position: fixed !important;
        top: 60px !important;
        z-index: 1009;
        width: 100%;
        left: 0;
        right: 0;
    }

    body {
        padding-top: 120px !important; /* header + category nav yüksekliği + extra space */
    }

    section.middle {
        padding-top: 0;
    }

    .vendor-header-mobile-menu {
        display: flex;
        position: relative;
        bottom: 0;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 0;
    }
    .vendor-header-mobile-menu li a {
        color: #ffffff;
    }

    .mobile-tab-bar {
        display: block;
        width: 100%;
        left: 0;
        right: 0;
    }

    .nav-menu-login {
        display: none;
    }

    .footer-bottom {
        margin-bottom: 60px;
    }

    footer.dark-footer {
        display: none;
    }

    .nav-header {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding-right: 15px;
        position: relative;
    }

    .nav-brand {
        padding: 5px 10px 5px 0;
        margin-right: 0;
        flex: 0 0 auto;
    }

    .search-box {
        width: auto;
        max-width: 60%;
        margin: 0;
        padding: 0;
        position: relative;
        flex: 1;
    }

    .search-form {
        width: 100%;
    }

    .search-input-wrapper {
        width: 100%;
        height: 35px;
        border-radius: 5px;
    }

    .search-input {
        padding: 5px 10px;
        font-size: 12px;
        height: 35px;
    }

    .search-button {
        padding: 5px 10px;
        height: 35px;
    }

    .search-suggestions {
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
    }

    .rows-products .col-4 {
        width: 33.33%;
        padding: 0.15rem;
        margin-bottom: 0.4rem;
    }

    .rows-products .product_grid {
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 1px;
    }


    .rows-products .product_grid .elso_titl .small {
        min-height: 32px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 10px !important;
        color: rgb(25, 25, 25) !important;
        line-height: 1.2;
        text-overflow: ellipsis;
        max-height: 24px;
    }

    .subcategory-grid-item > div:first-child {
        min-height: 0px !important;
    }

    .rows-products .product_grid .elis_rty .ft-bold {
        font-size: 10px !important;
    }

    /* Yıldız ikonlarını küçült */
    .rows-products .product_grid .star-rating i {
        margin-right: 1.5px;
        font-size: 6px;
        color: #d6dde6;
    }

    /* Ürün kartı içindeki resimleri düzenle */
    .rows-products .product_grid .shop_thumb {
        height: auto;
        aspect-ratio: 9/16;
        overflow: hidden;
        border-radius: 5px;
    }

    .rows-products .product_grid .product-slider .main-image,
    .rows-products .product_grid .product-slider .slide-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rows-products .product_grid .shop_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(0.95);
    }

    .rows-products .product_grid .left-over-buttons li a {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: transparent;
        transition: background-color 0.2s ease;
    }

    .rows-products .product_grid .left-over-buttons li a i {
        font-size: 8px;
        position: static;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    /* Ürün kartı içindeki badge'leri küçült */
    .rows-products .product_grid .product-badges span {
        font-size: 7px;
        padding: 1px 3px;
    }

    /* Satır aralığını düzenle */
    .rows-products.g-3 {
        --bs-gutter-y: 0.3rem;
    }

    .rows-products .product_grid .product-slider {
        height: 100%;
        width: 100%;
        position: relative;
        border-radius: 15px;
    }

    .rows-products .product_grid .product-slider img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .carousel-container {
        padding: 5px;
        overflow: visible;
    }

    .carousel-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        padding: 0 3px;
    }

    .carousel-header .title {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .carousel-header .view-all {
        background: none;
        border: none;
        color: #666;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
    }

    .carousel-header .view-all:hover {
        color: #1967d2;
    }

    .store-story-container {
        padding: 5px;
        margin-bottom: 10px;
    }

    .store-story-header {
        margin-bottom: 5px;
    }

    .store-story-header .title {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .stories-container {
        padding: 5px;
    }

    .featured-carousel .product-image {
        height: auto;
        aspect-ratio: 9/16;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .featured-carousel .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .featured-carousel .product-card {
        transform: none;
        height: auto;
        width: 100%;
        margin: 0;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
    }

    .featured-carousel-item {
        width: 120px;
        padding: 0;
        margin: 2px;
    }

    .stories-wrapper {
        height: 100px;
        gap: 5px;
    }

    .story-item {
        min-width: 70px;
    }

    .story-item-wrapper {
        width: 70px;
        height: 90px;
        padding-bottom: 18px;
    }

    .story-background {
        width: 70px;
        height: 70px;
    }

    .story-avatar {
        top: 38px;
        left: 19px;
        width: 35px;
        height: 35px;
        border: 3px solid transparent;
    }

    .story-avatar-ring::before {
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px;
    }

    .story-username {
        font-size: 8px;
        padding: 1px 1px;
        margin-bottom: 2px;
    }

    /* Featured ürünler için düzenlemeler */
    .featured-carousel {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        transition: none !important;
    }

    .featured-carousel-track {
        gap: 5px;
    }

    .featured-carousel .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    .featured-carousel .swiper-slide {
        width: 25% !important;
        padding: 0 2px;
        transform: none !important;
    }

    .featured-carousel .product-info {
        padding: 3px;
        height: auto;
        min-height: 40px;
        position: relative;
    }

    .featured-carousel .product-name {
        font-size: 8px;
        bottom: 9px;
        left: 5px;
        right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .featured-carousel .product-price {
        font-size: 8px;
        bottom: 3px;
        right: 5px;
    }

    .featured-carousel .shop-info {
        font-size: 8px !important;
        margin-bottom: 0px;
        bottom: 6px;
        left: 1px;
    }

    .featured-carousel .product-badges {
        top: -7px;
        right: 2px;
    }

    .featured-carousel .stock-type-badge {
        background: rgba(25, 103, 210, 0.8);
        position: relative;
        top: 5px;
        padding: 2px 3px;
        border-radius: 3px;
        font-size: 6px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    /* Swiper navigasyon butonlarını mobilde gizle */
    .featured-carousel .swiper-button-next,
    .featured-carousel .swiper-button-prev {
        display: none !important;
    }

    .rows-products .product_grid .card-footer {
        height: 50px;
    }
    .rows-products .product_grid .star-rating {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

    .rows-products .product_grid .elis_rty {
        position: absolute;
        bottom: 0px;
        left: 5px;
    }

    .star-rating .small,
    .medium {
        font-size: 95%;
    }

    .small,
    small {
        font-size: 82%;
        letter-spacing: 0.2px;
    }

    /* Shop title container mobil düzeni */
    .shop-title-container-inner {
        padding: 0.2rem 0;
        gap: 0.5rem;
        flex-direction: column;
        align-items: stretch;
    }

    .shop-title-container .inner-shop-title {
        line-height: 20px;
        font-size: 15px;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        margin-bottom: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .shop-title-container .inner-shop-description {
        width: 100%;
        max-height: 6.5em;
        background: rgba(255, 255, 255, 0.5);
        font-size: 9px;
        font-weight: 500;
        line-height: 1.5em;
        padding: 0.3rem 0.8rem;
        padding-left: 1.2rem;
        white-space: normal;
        margin-bottom: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .social-links {
        width: 100%;
        margin-top: 0;
        order: 3;
    }

    /* Mobil görünümde sosyal medya ikonlarını orantısal olarak düzenle */
    .social-links ul {
        gap: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .social-link {
        padding: 0.25rem 0.5rem;
        border-radius: 1.5rem;
    }

    .social-link i {
        font-size: 0.7rem !important;
    }

    .social-username {
        font-size: 0.6rem;
        margin-left: 0.3rem;
    }

    .container.shop-story {
        background-color: var(--story-bg-color);
    }

    .story-item-wrapper-shop {
        width: 70px;
        height: 90px;
        padding-bottom: 18px;
    }

    /* Mağaza ürünleri bölümü mobil görünüm düzenlemeleri */
    .shop-product-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .shop-product-header .title {
        font-size: 12px;
        line-height: 1.2;
    }

    .shop-product-header .dropdown .btn-light {
        font-size: 14px;
        padding: 0.25rem 0.5rem;
    }

    .shop-product-header .dropdown .dropdown-menu {
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        max-height: 40vh !important;
        overflow-y: auto !important;
        margin: 0 !important;
        padding: 15px !important;
        border-radius: 0 0 10px 10px !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
        z-index: 5 !important;
        transform: translateY(0) !important;
        transition: transform 0.3s ease !important;
    }

    .shop-product-header .dropdown .dropdown-menu:not(.show) {
        transform: translateY(-100%) !important;
    }

    .shop-product-header .dropdown .dropdown-item {
        padding: 0.4rem 0.8rem !important;
    }
    .shop-card {
        min-height: 0;
    }

    /* Mevcut mobil stiller */

    /* Mobil görünümde filtreleri varsayılan olarak gizle */
    #filtersMobile.collapse:not(.show) {
        display: none !important;
    }

    /* Filtrelerin görünürlüğünü kontrol eden d-md-block sınıfını geçersiz kıl */
    #filtersMobile.collapse.d-md-block {
        display: none !important;
    }

    /* Sadece açıldığında göster */
    #filtersMobile.collapse.show {
        display: block !important;
    }

    /* Mobil görünümde filtre bölümü */
    .categories-main-section .col-3 {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1050;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        display: none;
    }

    /* Filtre açıldığında görünür olsun */
    .categories-main-section .col-3.show {
        display: block;
    }

    /* Filtre içeriği */
    #filtersMobile {
        width: 85%;
        max-width: 320px;
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    #filtersMobile.show {
        transform: translateX(0);
    }

    /* Ürün container'ı tam genişlikte olsun */
    .category-product-container {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-nav-inner {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 5px;
        margin: 0;
    }

    /* Filtre butonu */
    .filter-button-mobile {
        color: #636872;
        margin-right: 10px;
        border-radius: 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 5px;
        background-color: #fff;
        border: 1px solid #dee2e6;
        font-size: 14px;
        padding: 0.375rem 0.75rem;
        white-space: nowrap;
    }

    .filter-button-mobile:hover {
        background-color: #e06c10;
        color: #fff;
    }

    /* Filtre başlığı */
    .categories-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e9ecef;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Filtre kapatma butonu */
    .filter-close-btn {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #333;
    }

    /* Aktif filtreler bölümü */
    .active-filters {
        flex-wrap: wrap;
    }

    #activeFilterBadges {
        margin-top: 5px;
    }

    /* Sıralama dropdown'u */
    .dropdown {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    #sort-label {
        display: none;
    }

    /* Mobil görünümde sıralama butonunun içindeki metni kısaltma */
    #sortDropdown {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Ürün grid düzeni */
    .category-product-container .row {
        justify-content: center;
    }

    .category-product-header {
        flex-wrap: wrap !important;
        gap: 5px !important;
        margin-bottom: 10px !important;
    }
    .category-product-header .title {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    .category-product-header .dropdown {
        position: relative !important;
    }

    /* Ürün kartlarını 3'lü grid sistemi ile düzenle */
    .rows-products .col-auto,
    .rows-products .col-6,
    .rows-products .col-4,
    #productsGrid .col-auto,
    #productsGrid .col-6,
    #productsGrid .col-4 {
        width: 33.33% !important; /* Her satırda 3 ürün kartı göster */
        padding: 0.15rem !important; /* Kartlar arası boşluğu azalt */
        margin-bottom: 0.4rem !important;
        flex: 0 0 auto !important;
        max-width: 33.33% !important;
    }

    /* Ürün kartlarını küçült */
    .product_grid,
    .shop-card {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
    }

    /* Ürün kartı içindeki yazıları küçült */
    .product_grid .card-footer span a,
    .shop-card .card-title {
        font-size: 8px !important;
        line-height: 1.1 !important;
        display: block !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .product_grid .elso_titl .small,
    .shop-card .card-text {
        font-size: 8px !important;
    }

    .product_grid .elis_rty .ft-bold,
    .shop-card .card-text {
        font-size: 9px !important;
    }

    /* Ürün kartı içindeki resimleri düzenle */
    .product_grid .shop_thumb,
    .shop-card .card-img-top {
        height: auto !important;
        aspect-ratio: 9/16 !important; /* Kare görünüm */
        overflow: hidden !important;
        border-radius: 5px !important;
    }

    .product_grid .shop_thumb img,
    .shop-card .card-img-top {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; /* Resmi kırparak göster */
    }

    /* Butonları küçült */
    .shop-card .btn {
        font-size: 10px !important;
        padding: 2px 5px !important;
    }

    /* Ürün grid düzeni */
    .category-product-container .row,
    #productsGrid {
        justify-content: flex-start !important;
        margin-left: -0.15rem !important;
        margin-right: -0.15rem !important;
    }

    /* Alt kategori navigasyonu için mobil düzenlemeler */
    .sub-category-items {
        padding: 3px 0;
    }

    .sub-category-item {
        padding: 4px 12px;
        font-size: 11px;
        margin: 0 3px;
    }

    /* Dropdown kategori listesi için mobil düzenlemeler */
    .sub-category-dropdown .category-list {
        padding: 5px 0;
    }

    .sub-category-dropdown .category-item-home {
        min-width: 140px;
        max-width: 160px;
        padding: 0.5rem;
    }

    .sub-category-dropdown .category-item-title-home a {
        font-size: 12px;
        padding: 0.1rem 0.5rem;
    }

    .sub-category-dropdown .subcategory-item-home a {
        font-size: 11px;
        padding: 0.1rem 0.4rem;
    }

    .sub-category-dropdown .subcategory-container-home {
        max-height: 120px;
    }

    /* Çocuk kategorileri için mobil düzenlemeler */
    .sub-category-dropdown .children-gender-options {
        padding: 3px 0;
        margin-bottom: 5px;
    }

    .sub-category-dropdown .child-gender-item {
        font-size: 11px;
        padding: 3px 10px;
    }

    .sub-category-dropdown .child-categories-container {
        padding: 5px 0;
    }

    /* Vendor sidebar'ı mobil görünümde gizle */
    .vendor-sidebar-container {
        display: none !important;
    }

    /* Vendor sayfasında sidebar gizlendiğinde içerik genişliğini ayarla */
    .vendor-content-container {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Ürün listesi düzenlemeleri */
    .vendor-content-container .col-lg-6 {
        padding: 0 0;
        margin-bottom: 5px;
    }

    .vendor-content-container .product_grid.row {
        margin: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .vendor-content-container .shop_thumb position-relative {
        height: 150px;
    }

    .vendor-content-container .shop_thumb img.card-img-top {
        height: 150px !important;
    }

    .vendor-content-container .position-relative.text-left.mt-4 {
        display: flex;
        justify-content: center;
        margin-top: 10px !important;
    }

    .vendor-content-container .position-relative.text-left.mt-4 .btn {
        padding: 4px 8px;
        margin: 0 3px;
    }

    .vendor-content-container .table th {
        white-space: nowrap;
        padding: 0.5rem;
    }

    .vendor-content-container .table td {
        padding: 0.5rem;
    }

    /* Tüm ürünleri görüntüle butonu */
    .vendor-content-container .mt-5 {
        margin-top: 20px !important;
        text-align: center;
    }

    /* Dashboard kartları için 3'lü düzen */
    .vendor-content-container .col-3.col-lg-4.mb-3 {
        width: 33.33% !important; /* 3'lü görünüm için */
        padding: 0 5px;
        margin-bottom: 10px !important;
    }

    /* Kartların içeriğini dikey düzenleme ve boyutlarını ayarlama */
    .vendor-content-container .d-flex.justify-content-center.align-items-center.p-4.shadow-sm.rounded {
        padding: 10px 8px !important;
        flex-direction: column;
        text-align: center;
        height: 100%;
    }

    /* İkon boyutlarını küçültme */
    .vendor-content-container .d-flex.justify-content-center.align-items-center.p-4.shadow-sm.rounded .display-6 {
        font-size: 1.25rem;
        margin-bottom: 8px;
    }

    /* Metin bölümünün boşluklarını ayarlama */
    .vendor-content-container .d-flex.justify-content-center.align-items-center.p-4.shadow-sm.rounded .ms-4,
    .vendor-content-container .d-flex.justify-content-center.align-items-center.p-4.shadow-sm.rounded .ms-3 {
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    /* Başlık fontunu küçültme */
    .vendor-content-container h5.mb-0.fw-bold {
        font-size: 0.95rem;
    }

    /* Alt metin fontunu küçültme */
    .vendor-content-container .mb-0.h6.fw-semibold {
        font-size: 0.75rem;
    }

    /* Small text için font boyutu */
    .vendor-content-container small.text-muted {
        font-size: 0.65rem;
        display: block;
        word-break: break-word;
    }

    /* Dashboard başlığını mobil için düzenleme */
    .vendor-content-container h4.mb-0.mb-4.fw-bold {
        font-size: 1.1rem;
        margin-bottom: 10px !important;
    }

    /* Grafik alanını mobil için optimize etme */
    .vendor-content-container canvas {
        height: 180px !important;
    }

    /* Son işlemler tablosu için yazı boyutlarını küçültme */
    .vendor-content-container .table {
        font-size: 0.7rem;
    }

    .vendor-product-grid {
        grid-template-areas:
            "thumb info status"
            "thumb buttons buttons";
        min-height: auto;
        padding: 0.75rem;
    }

    .vendor-thumb {
        margin-bottom: 0;
        height: auto;
    }

    .vendor-thumb img {
        height: 200px;
        width: 90%;
        object-fit: contain;
    }

    .vendor-product-info {
        padding: 0 0;
    }

    /* Vendor Product sayfasına özel mobil yazı boyutu ayarları */
    .vendor-product-grid .vendor-product-info h5 {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }

    .vendor-product-grid .vendor-product-info .mb-1 {
        font-size: 0.7rem;
        font-weight: 500;
        margin-bottom: 0.3rem;
    }

    .vendor-product-grid .vendor-product-info .mb-1 .ft-bold {
        font-size: 0.7rem;
    }

    .vendor-product-status {
        padding: 0 0;
        text-align: left;
    }

    .vendor-product-grid .vendor-product-status .mb-1 {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }

    /* Vendor Product sayfasındaki badge'leri küçültme */
    .vendor-product-grid .vendor-product-status .badge {
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
    }

    .vendor-product-grid .vendor-product-status .small.text-muted {
        font-size: 0.65rem;
    }

    .vendor-product-buttons {
        margin-top: 0;
        justify-content: flex-start;
        padding: 0 0;
    }

    /* Filtre butonları mobil ayarları */
    .btn-group .btn-sm {
        min-width: 65px !important;
        height: 30px !important;
        font-size: 0.65rem !important;
        padding: 0.15rem 0.3rem !important;
        margin-bottom: 0.25rem;
        margin-right: 0.1rem !important;
    }

    .dropdown .btn-outline-secondary.dropdown-toggle,
    .dropdown .btn-outline-primary.dropdown-toggle,
    .dropdown .btn-outline-warning.dropdown-toggle {
        min-width: 85px !important;
        height: 30px !important;
        font-size: 0.7rem !important;
        padding: 0.15rem 0.4rem !important;
    }

    .dropdown-item {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 0.5rem;
    }

    .d-flex.justify-content-between .btn-group {
        width: 100%;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-bottom: 5px;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }

    .d-flex.justify-content-between .btn-group::-webkit-scrollbar {
        display: none !important;
    }

    .btn-group .btn-sm.rounded-pill {
        min-width: 70px !important;
        padding-right: 25px !important;
        padding-left: 8px !important;
        font-size: 0.65rem !important;
    }

    .btn-group .btn-sm.rounded-pill .badge {
        right: 5px !important;
        min-width: 18px !important;
        height: 18px !important;
        font-size: 0.6rem !important;
        padding: 0.1rem 0.25rem !important;
    }

    .d-flex.gap-2 {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0.2rem !important;
    }

    /* Ortak form alanı stilleri */
    .mobile-form-row .form-label {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
        font-weight: 500;
    }

    .mobile-form-row small {
        font-size: 0.65rem;
        display: block;
        margin-top: 0.125rem;
    }

    .mobile-form-row .form-control,
    .mobile-form-row .form-select {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        height: 2rem !important;
        min-height: 2rem;
    }

    .mobile-form-row {
        padding: 0.5rem 0.25rem !important;
    }

    /* Dropdown düzeltmeleri */
    .mobile-form-row select option {
        font-size: 0.75rem;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Dropdown menüler için genel ayar */
    select.form-select,
    select.form-control {
        width: 100%;
        max-width: 100%;
    }

    /* Select ve Option elementleri */
    select {
        width: 100% !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='currentColor' class='bi bi-caret-down' viewBox='0 0 16 16'><path d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 8px) center !important;
        background-size: 12px !important;
        padding-right: 24px !important;
    }

    select::-ms-expand {
        display: none !important;
    }

    select optgroup,
    select option {
        max-width: 100% !important;
        width: 100% !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    /* Select elementinin dropdown listesi */
    select.form-select option,
    select.form-control option {
        white-space: normal;
        word-wrap: break-word;
        font-size: 0.75rem;
        padding: 0.25rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    /* Açılır menülerin pozisyon düzeltmesi */
    .form-select,
    .custom-select {
        position: relative !important;
    }

    /* Dropdown listesi pozisyonu */
    .category-row .dropdown-menu,
    .category-row .dropdown-menu.show,
    .gender-row .dropdown-menu,
    .gender-row .dropdown-menu.show {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        right: auto !important;
    }

    /* Bootstrap select dropdown için ek düzeltmeler */
    .bootstrap-select > .dropdown-toggle {
        width: 100% !important;
    }

    .bootstrap-select > .dropdown-menu {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    /* Native selects için */
    select[multiple],
    select[size] {
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Select2 uyumluluğu */
    .select2-container {
        width: 100% !important;
    }

    .select2-results {
        max-width: 100% !important;
    }

    /* Ürün adı ve açıklama alanı */
    .product-info-row .col-md-4,
    .product-info-row .col-md-8 {
        width: 100%;
        padding: 0.25rem 0.5rem;
    }

    .product-info-row textarea {
        height: 60px !important;
        min-height: unset;
        resize: none;
        padding: 0.35rem;
    }

    /* Cinsiyet alanı */
    .gender-row .col-md-4,
    .gender-row .col-md-2,
    .gender-row #childrenGenderDiv {
        width: 33.33%;
        padding: 0.25rem;
        float: left;
    }

    .gender-row .form-check-label {
        font-size: 0.75rem;
    }

    .gender-row small {
        display: none; /* Mobile'da açıklama gizle */
    }

    /* Kategori alanı */
    .category-row .col-md-6 {
        width: 50%;
        padding: 0.25rem;
        float: left;
    }

    .category-row small {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    /* Fiyat, stok, stok türü alanı */
    .price-stock-row .col-md-4 {
        width: 33.33%;
        padding: 0.25rem;
        float: left;
    }

    .price-stock-row input,
    .price-stock-row select {
        padding: 0.25rem;
        height: 2rem;
    }

    /* Çatdırılma bölümü */
    .shipping-row .col-md-1 {
        width: 100%;
        padding: 0.25rem;
        margin-bottom: 0.5rem;
    }

    .shipping-row .col-md-1 select {
        height: 2rem !important;
        font-size: 0.75rem;
        padding: 0.25rem;
    }

    .shipping-row .shipping-field {
        width: 100%;
        padding: 0.25rem;
        clear: both;
    }

    /* Çatdırılma seçenekleri - yan yana düzen */
    .shipping-row .shipping-option .col-md-3 {
        width: 40%;
        padding: 0.25rem;
        float: left;
    }

    .shipping-row .shipping-option .col-md-5 {
        width: 60%;
        padding: 0.25rem;
        float: left;
    }

    .shipping-row .shipping-option .col-md-1 {
        width: 10%;
        padding: 0.25rem;
        float: left;
        text-align: right;
    }

    .shipping-row .shipping-option .form-label {
        margin-bottom: 0.25rem !important;
    }

    .shipping-row .btn-sm {
        padding: 0.15rem 0.4rem;
        font-size: 0.7rem;
    }

    /* Uyarı mesajı */
    .alert {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    /* Başlıklar */
    h4.mb-0.mb-4.fw-bold {
        font-size: 1rem;
        margin-bottom: 0.5rem !important;
    }

    /* Butonlar */
    .btn.btn-lg {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    /* Form ve layout iyileştirmeleri */
    .card {
        margin-bottom: 0.5rem !important;
    }

    /* Dropdown kaydırma çubuklarını gizle */
    select::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }

    .product-image-container,
    .product-video-container {
        width: 33.333%;
        padding: 5px;
    }

    /* Resim kartı stilini düzenle */
    .product-image-container .card-body,
    .product-video-container .card-body {
        padding: 10px;
    }

    /* Resim konteynerinin boyutlarını ve aspect ratio'yu ayarla (9/16) */
    .product-image-wrapper,
    .product-video-wrapper {
        height: 160px !important;
        position: relative;
        padding-bottom: 177.78%; /* 16:9 aspect ratio */
        width: 100% !important;
        overflow: hidden;
    }

    /* Resmi container'a göre ölçekle */
    .product-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Video iframe'i container'a göre ölçekle */
    .product-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Buton ve input grubu stillerini ayarla */
    .product-image-container .mt-3,
    .product-video-container .mt-3 {
        margin-top: 10px !important;
    }

    .product-image-container .form-label,
    .product-video-container .form-label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .product-image-container .btn,
    .product-video-container .btn {
        padding: 4px 6px;
        font-size: 12px;
    }

    /* Resimler yan yana düzgün görünsün */
    #images-container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    /* Silme butonu boyutu ve konumu */
    .delete-image-btn,
    #delete-video-btn {
        top: 5px !important;
        right: 5px !important;
        padding: 2px 5px !important;
        font-size: 10px !important;
    }

    /* Overlay arkaplan */
    .mobile-cropper-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9998;
        display: block;
    }

    /* Mobil cropper container stilleri */
    .mobile-cropper-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90% !important;
        height: auto !important;
        max-height: 80vh !important;
        background-color: #fff;
        border-radius: 10px !important;
        overflow: hidden !important;
        z-index: 9999;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        padding-bottom: 70px; /* Buton alanı için daha fazla boşluk */
    }

    /* Buton alanı stilleri */
    .mobile-cropper-button-area {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f8f9fa;
        padding: 15px;
        border-top: 1px solid #dee2e6;
        text-align: center;
    }

    /* Crop butonu stili */
    .mobile-crop-button {
        width: 80%;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 500;
        margin: 0 auto;
        display: block;
    }

    /* Kapatma butonu */
    .mobile-cropper-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #ff5252;
        color: white;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
        cursor: pointer;
    }

    /* Mobil cropper içindeki canvas */
    .mobile-cropper-container .cropper-container {
        border-radius: 0 !important;
        overflow: hidden !important;
        margin: 0 auto;
    }

    /* Cropper'ın içindeki araçlar */
    .mobile-cropper-container .cropper-view-box,
    .mobile-cropper-container .cropper-face {
        border-radius: 0 !important;
    }

    /* Mobil Varyant Stilleri */
    .mobile-variant-container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .mobile-variant-item {
        width: 33.333% !important;
        padding: 5px;
    }

    .mobile-variant-item .card {
        margin-bottom: 5px;
    }

    .mobile-variant-item .card-header {
        padding: 8px 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-variant-item .card-header .form-control {
        font-size: 12px;
        height: auto;
        padding: 4px 6px;
    }

    .mobile-variant-item .card-header .btn {
        padding: 4px 8px;
        font-size: 10px;
        margin-left: auto;
    }

    .mobile-variant-item .card-body {
        padding: 8px;
    }

    .mobile-variant-item .form-control {
        font-size: 12px;
        padding: 4px 6px;
        height: auto;
    }

    .mobile-variant-item .btn {
        padding: 4px 8px;
        font-size: 11px;
    }

    .mobile-variant-item .tag-box {
        padding: 5px !important;
    }

    .mobile-variant-item .tag-container .badge {
        font-size: 10px;
        padding: 3px 5px;
    }

    .mobile-variant-item .tag-container .btn-close {
        font-size: 8px;
        padding: 0;
        margin-left: 3px !important;
    }

    .mobile-variant-item .input-group {
        margin-top: 5px !important;
    }

    /* Video Modal Mobil Stilleri */
    .modal-dialog {
        margin: 0.5rem auto;
        max-width: 95%;
        padding: 0;
    }

    .modal-content {
        border-radius: 10px;
        margin: 20px;
        max-width: calc(100% - 40px);
        max-height: calc(100% - 40px);
    }

    .modal-header {
        padding: 10px 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .modal-header .modal-title {
        font-size: 16px;
        font-weight: 600;
    }

    .modal-header .btn-close {
        font-size: 12px;
        padding: 5px;
    }

    .modal-body {
        padding: 10px;
    }

    .modal-body .card-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .modal-body .alert {
        padding: 8px 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .modal-body .alert i {
        font-size: 14px;
    }

    .modal-body .form-label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .modal-body .form-control {
        font-size: 12px;
        padding: 6px 8px;
    }

    .modal-body .btn {
        font-size: 12px;
        padding: 6px 10px;
    }

    .modal-body small {
        font-size: 10px;
    }

    /* Upload Yükleme Bar Mobil Stili */
    .upload-progress-container {
        margin: 10px 0;
    }

    .upload-progress-container label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .upload-progress-container .progress {
        height: 20px;
    }

    /* Alert'ler için mobil stiller */
    .swal2-popup {
        width: 90% !important;
        max-width: 400px !important;
        padding: 15px !important;
    }

    .swal2-title {
        font-size: 18px !important;
        padding: 10px 0 !important;
    }

    .swal2-content {
        font-size: 14px !important;
    }

    .swal2-actions button {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }

    .swal2-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 10px auto !important;
    }

    /* Video card özel stilleri */
    .video-item {
        display: flex;
        flex-direction: column;
    }

    /* Butonlar için özel mobil stiller */
    #add-gallery-btn,
    #open-video-modal-btn {
        font-size: 12px;
        padding: 6px 10px;
        margin-top: 8px;
    }

    .package-card .card-body li {
        flex-direction: row !important;
        gap: 0.5rem;
    }

    .package-card .card-footer .d-flex {
        flex-direction: row !important;
    }

    .package-card .card-header h5 {
        font-size: 1rem;
    }

    .row.g-3 > .col-4 .stat-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .row.g-3 > .col-4 .stat-box > i {
        margin-bottom: 0.5rem;
        font-size: 1.75rem;
    }
    .row.g-3 > .col-4 .stat-box > h6 {
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
        line-height: 1.2;
        min-height: 3.6em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .row.g-3 > .col-4 .stat-box > h3 {
        margin-bottom: 0.25rem;
        font-size: 1.1rem;
        min-height: 1.5em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .row.g-3 > .col-4 .stat-box > h3 .badge {
        font-size: 0.9rem;
        padding: 0.3em 0.6em;
    }
    .row.g-3 > .col-4 .stat-box > small {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        line-height: 1.1;
    }

    .preview-mockup .shop-preview-container {
        background-color: rgb(242, 247, 254);
        height: auto;
        padding: 10px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border: none;
        max-width: 100%;
        margin: 0 !important;
        padding-bottom: 20px;
        position: relative;
    }

    .preview-mockup .shop-banner-container {
        height: 120px !important;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        background-color: transparent !important;
        overflow: visible !important;
        width: 100%;
    }

    .preview-mockup .shop-banner-container img {
        border-radius: 8px;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .preview-mockup .shop-banner-container .position-absolute.bottom-0 {
        background: none !important;
        position: static !important;
        padding: 0 !important;
        width: auto !important;
        margin-top: 15px;
        min-height: 70px;
    }

    .preview-mockup .d-flex.align-items-end.gap-3 {
        align-items: flex-start !important;
        position: static;
    }

    .preview-mockup .d-flex > div:first-child {
        position: absolute !important;
        top: 90px !important;
        left: 15px !important;
        width: 60px !important;
        height: 60px !important;
        border: 3px solid #fff !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
        flex-shrink: 0;
        z-index: 2;
        border-radius: 50% !important;
        overflow: hidden;
        background-color: #fff;
    }

    .preview-mockup .d-flex > div:first-child img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .preview-mockup .d-flex .text-white {
        color: #333 !important;
        text-shadow: none !important;
        padding-left: 85px;
        padding-top: 5px;
        width: 100%;
        margin-left: 0 !important;
    }

    .preview-mockup .d-flex .text-white h5 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 5px !important;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .preview-mockup .d-flex .text-white small {
        font-size: 0.8rem;
        font-weight: 500;
        color: #555 !important;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.3;
    }

    .star-rating-input .star-label {
        font-size: 20px;
    }
    
    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .review-rating {
        margin-left: 0;
    }
    
    .question-item, .review-item {
        padding: 15px;
    }
    
    .answer-item, .vendor-reply {
        padding: 12px;
    }
    
    .avatar, .review-avatar {
        width: 30px;
        height: 30px;
    }

    .review-thumbnail {
        width: 60px;
        height: 60px;
    }
    
    .upload-zone {
        padding: 30px 15px;
    }
    
    .upload-icon {
        font-size: 36px;
    }    
    
    .preview-image-wrapper img {
        width: 120px;
        height: 120px;
    }

    .product-gallery-container {
        max-width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .product-gallery-main {
        order: 2;
        flex-grow: 1;
        min-width: 0;
    }

    .product-gallery-thumbs {
        order: 1;
        width: 80px;
        height: 450px;
        margin-top: 0;
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    .product-gallery-thumbs .swiper-slide {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1;
        margin-bottom: 10px;
    }
    
    .video-play-button {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .thumb-play-icon {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }
    
    .video-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .video-modal-close {
        top: -40px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .video-badge {
        top: 6px;
        left: 6px;
        padding: 3px 6px;
        font-size: 9px;
        border-radius: 10px;
    }
    
    .video-badge i {
        font-size: 4px;
    }
    
    .featured-product .video-badge {
        top: 8px;
        left: 8px;
        padding: 4px 8px;
        font-size: 10px;
        border-radius: 12px;
    }
    
    .featured-product .video-badge i {
        font-size: 8px;
    }

    .rows-products .product_grid .left-over-buttons {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }
    
    .rows-products .product_grid .left-over-buttons li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    

    
    /* Ensure product-left-hover-overlay maintains proper positioning */
    .rows-products .product_grid .product-left-hover-overlay {
        position: absolute;
        bottom: 35px;
        right: 5px;
        opacity: 1;
        visibility: visible;
        transform: none;
        background-color: transparent;
        z-index: 10;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .rows-products .product_grid .card-footer .text-left > span a {
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        display: block;
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .rows-products .product_grid .card-footer .text-left > span {
        margin-bottom: 4px;
        margin-top: -10px;
    }
    
    /* Mobile görünümde description'ı düzenle */
    .rows-products .product_grid .elso_titl {
        margin-top: -2px;
    }
    


    .product_grid .video-badge {
        top: 10px;
        left: 5px;
        padding: 0px 5px;
        font-size: 6px;
        border-radius: 8px;
    }
    
    .shop-info {
        font-size: 8px !important;
    }

    .story-item .video-indicator {
        width: 12px;
        height: 12px;
        font-size: 5px;
    }
    
    .story-slide.video-slide .story-footer {
        padding: 15px;
    }
    
    .story-progress-container {
        padding: 8px 12px;
    }
    
    /* Story Modal Mobile Fixes */
    .modal.fade[id*="storyModal"] .modal-dialog.modal-dialog-centered.modal-lg {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        height: 100vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .modal.fade[id*="storyModal"] .modal-content {
        width: 95% !important;
        max-width: 95% !important;
        max-height: 85vh !important;
        margin: auto !important;
        border-radius: 12px !important;
        background: #1a1a1a !important;
    }
    
    /* Story slide mobile adjustments */
    .story-slide {
        height: 70vh !important;
    }
    
    .story-slide.video-slide {
        height: 70vh !important;
    }
}


@media (max-width: 1024px) {
    .featured-carousel-item {
        width: 180px; /* Daha küçük genişlik */
        padding: 0 3px;
        margin: 3px;
    }

    .featured-carousel .product-card {
        width: 180px;
    }
}

/* Story Play Button - Sadece iPhone için */
.story-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: none; /* Başlangıçta gizli, sadece iPhone'da gösterilecek */
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 60; /* Video overlay'den yüksek */
    transition: all 0.3s ease;
    pointer-events: auto;
}

.story-play-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.story-play-btn i {
    margin-left: 3px; /* Play ikonunu biraz sağa kaydır */
}

.story-play-btn.show {
    display: flex !important;
}

/* Video click overlay */
.video-click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}

/* iPhone'da play butonu göründüğünde overlay'i devre dışı bırak */
.story-slide:has(.story-play-btn.show) .video-click-overlay {
    pointer-events: none;
    z-index: 5;
}

/* Fallback for browsers that don't support :has() */
.story-play-btn.show + .video-click-overlay,
.story-play-btn.show ~ .video-click-overlay {
    pointer-events: none;
    z-index: 5;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    .story-unmute-btn {
        top: 60px;
        right: 10px;
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .story-unmute-btn i {
        font-size: 14px;
    }
}

