.cok-satanlar {


    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 9;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 15px;
    z-index: 9;

}

.product-card {
    position: relative;
}

.filter-group ul li a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f8f9fa;
    color: #666;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.order-btn-1.active,
.sidebar button.active,
.offcanvas-body button.active {
    background-color: orange !important;
    color: white !important;
}

ul {
    margin-bottom: 0 !important;
}

ol,
ul {
    padding-left: 0 !important;
}

.border-none {
    border: none;
    background-color: #fff;
}


.filter-group h3 {
    font-size: 1.2rem;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-control:focus {
    outline: none;
    border-color: #f18518 !important;

    box-shadow: none !important;
}

/* Hamburger menu için stil düzenlemeleri */
.mobile-header {
    display: flex !important;
}

.desktop-header {
    position: relative;
}

#mobile-menu-toggle {
    display: block !important;
    cursor: pointer;
    z-index: 1000;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding-top: 20px;
    overflow-y: auto;
}

#mobile-menu.active {
    display: block;
}

/* Overlay for when menu is open */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.menu-overlay.active {
    display: block;
}

@media (min-width: 601px) {

    /* Desktop'ta mobil header ve menü düzenlemeleri */
    .mobile-header .mobile-header-spacer {
        display: none;
    }

    .mobile-header {
        position: absolute;
        right: 15px;
        top: 15px;
        width: auto;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .mobile-header .logo {
        display: none;
    }
}

/* İletişim sayfası stilleri */
.iletisim-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}

.iletisim-banner img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    object-fit: contain;
}

.iletisim-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 60px;
}

.iletisim-form-container {
    margin-bottom: 60px;
}

.iletisim-form-title {
    color: #f18518;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.iletisim-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-control:focus {
    outline: none;
    border-color: #f18518;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.checkbox-group {
    grid-column: 1 / -1;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.checkbox-item input {
    margin-top: 5px;
    margin-right: 10px;
}

.checkbox-item label {
    font-size: 14px;
    color: #666;
}

.form-button {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 10px;
}

.submit-button {
    background: #22c55e;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background: #1cae52;
}

.iletisim-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.info-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.info-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.info-content {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .iletisim-banner {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .iletisim-banner img {
        width: 100%;
    }

    .iletisim-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .info-item {
        flex: 100%;
        margin-bottom: 30px;
    }


    .bg-img {
        display: block;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        animation-duration: 10000ms;
        z-index: 1;
    }
    .cok-satanlar{
        font-size: 9px;
    }
}

@media (max-width: 576px) {
    .iletisim-banner {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .iletisim-banner img {
        width: 100%;
    }
}

/* Blog sayfası stilleri */
.blog-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}

.blog-banner img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    object-fit: contain;
}

.blog-title {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    width: auto;
    max-width: 90%;
    text-align: left;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.blog-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-image {
    width: 100%;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content {
    padding: 15px;
}

.blog-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px;
}

.blog-card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-card-link {
    display: flex;
    align-items: center;
    color: #f18518;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.blog-card-link i {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.blog-card-link:hover i {
    transform: translateX(3px);
}

@media (min-width: 1400px) {
    .blog-banner {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .blog-banner img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .blog-banner {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .blog-banner img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .blog-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-title {
        font-size: 24px;
    }
}

/* Hamburger menu için stil düzenlemeleri */
.mobile-header {
    display: flex !important;
}

.desktop-header {
    position: relative;
}

#mobile-menu-toggle {
    display: block !important;
    cursor: pointer;
    z-index: 1000;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow-y: auto;
}

#mobile-menu.active {
    display: block;
}

/* Overlay for when menu is open */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.menu-overlay.active {
    display: block;
}

@media (min-width: 601px) {

    /* Desktop'ta mobil header ve menü düzenlemeleri */
    .mobile-header .mobile-header-spacer {
        display: none;
    }

    .mobile-header {
        position: absolute;
        right: 15px;
        top: 15px;
        width: auto;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .mobile-header .logo {
        display: none;
    }
}

/* Blog detay sayfası stilleri */
.blog-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.blog-banner img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1800px;
}

.blogdetay-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 40px;
    display: flex;
}

.blogdetay-content {
    width: 65%;
    padding-right: 30px;
}

.blogdetay-sidebar {
    width: 30%;
}

.blogdetay-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
}

.blogdetay-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    display: block;
}

.blogdetay-image {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.blogdetay-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blogdetay-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.blogdetay-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.blogdetay-text p {
    margin-bottom: 15px;
}

.blogdetay-text ul,
.blogdetay-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.blogdetay-text li {
    margin-bottom: 8px;
}

.sidebar-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.sidebar-card-header {
    padding: 15px;

    color: #f18518;
}

.sidebar-card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.sidebar-card-content {
    padding: 15px;
}

.sidebar-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.sidebar-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-card-text {
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.similar-posts {
    margin-top: 50px;
}

.similar-posts h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.similar-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.similar-post-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.similar-post-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.similar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similar-post-content {
    padding: 15px;
}

.similar-post-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px;
}

.similar-post-link {
    display: inline-flex;
    align-items: center;
    color: #f18518;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.similar-post-link i {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.similar-post-link:hover i {
    transform: translateX(3px);
}

@media (max-width: 992px) {
    .blogdetay-container {
        flex-direction: column;
    }

    .blogdetay-content {
        width: 100%;
        padding-right: 0;
    }

    .blogdetay-sidebar {
        width: 100%;
        margin-top: 30px;
    }

    .similar-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .similar-posts-grid {
        grid-template-columns: 1fr;
    }

    .blogdetay-title {
        font-size: 24px;
    }
}

.sidebar-card.dual-cards {
    display: flex;
    gap: 15px;
    background: none;
    box-shadow: none;
    padding: 0;
}

.mini-card {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.mini-card-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.mini-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-card-content {
    padding: 12px;
}

.mini-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
}

.mini-card-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}

.mini-card-link {
    display: inline-flex;
    align-items: center;
    color: #f18518;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.mini-card-link i {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.mini-card-link:hover i {
    transform: translateX(3px);
}

@media (max-width: 992px) {
    .sidebar-card.dual-cards {
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .sidebar-card.dual-cards {
        flex-direction: column;
    }
}


.accordion button strong {
    color: green;
}

/* Konum Seçici Stilleri - Güncel */
.location-selector-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.location-button {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.location-button:hover {
    background-color: #f0f0f0;
}

.location-button i {
    color: #aaa;
    margin-right: 15px;
    font-size: 16px;
}

.use-location-button {
    background-color: #e6f7e9;
    color: #00b050;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 176, 80, 0.1);
}

.use-location-button:hover {
    background-color: #d0f0d9;
}

.use-location-button i {
    margin-right: 15px;
    font-size: 14px;
}

@media (max-width: 600px) {
    .location-selector-container {
        flex-direction: column;
        align-items: center;
        padding: 15px;
        gap: 10px;
    }

    .use-location-button {
        margin-top: 5px;
        width: 100%;
        justify-content: center;
    }

    .location-button {
        width: 100%;
        justify-content: center;
    }
}

/* Shopping Cart Styles */
.cart-container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-family: 'Poppins', sans-serif;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.cart-header h2 {
    font-size: 22px;
    font-weight: unset;
    color: #333;
    margin: 0;
}

.discount-badge {
    display: flex;
    align-items: center;

    padding: 8px 15px;
    border-radius: 20px;

    font-weight: 500;
    font-size: 14px;
}

.discount-badge img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.cart-item {
    display: flex;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.item-image {
    width: 120px;
    flex-shrink: 0;
    margin-right: 20px;
}

.item-image img {
    width: 100%;
    border-radius: 6px;
}

.item-details-left {
    flex: 2;
    padding-right: 20px;
}

.item-details-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.item-header h3 {
    font-size: 18px;
    font-weight: unset;
    color: #f18518;
    margin: 0;
}

.item-rating {
    display: flex;
    align-items: center;
}

.stars {
    color: #ffc107;
    margin-right: 5px;
}

.rating-count {
    color: #777;
    font-size: 14px;
}

.item-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.item-delivery {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #00b050;
    margin-bottom: 15px;
}

.item-delivery i {
    margin-right: 5px;
}

.item-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.quantity-btn {
    background: #fff;
    border: none;
    color: #333;
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.quantity-btn.minus {
    border-right: 1px solid #eee;
}

.quantity-btn.plus {
    border-left: 1px solid #eee;
}

.quantity-input {
    width: 60px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
}

.item-price {
    text-align: right;
    margin-top: 0;
}

.old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    display: block;
}

.current-price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.cart-summary {
    margin-top: 20px;
    background-color: transparent;
    padding: 0;
    width: 300px;
    margin-left: auto;
    margin-right: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.summary-row .amount {
    text-align: right;
}

.summary-row.total {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.summary-row.total .amount {
    color: #ff6600;
}

.checkout-button {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    background: linear-gradient(to right, #00b050, #00c85a);
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border: none;
    border-radius: 25px;
    margin-top: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 176, 80, 0.2);
}

.checkout-button:hover {
    background: linear-gradient(to right, #009a45, #00b552);
    box-shadow: 0 3px 6px rgba(0, 176, 80, 0.3);
}

@media (max-width: 768px) {
    .cart-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .discount-badge {
        margin-top: 10px;
    }

    .cart-item {
        flex-direction: column;
    }

    .item-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .item-details-left,
    .item-details-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }

    .item-details-right {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .item-header {
        flex-direction: column;
    }

    .item-rating {
        margin-top: 5px;
    }

    .item-actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .quantity-control {
        margin-bottom: 0;
    }

    .item-price {
        text-align: right;
        margin-top: 0;
    }

    .cart-summary {
        width: 100%;
        margin-top: 15px;
    }
}

.dropdown:not(.ara):hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* İstenmeyen boşluğu kaldırmak için */
}

.dropdown-menu {
    display: none;
}

#mobile-menu {
    overflow-y: auto;
    height: 100%;
}

header {
    font-family: "Nunito", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif
}

.dropdown-item:focus,
.dropdown-item:active {
    background-color: transparent !important;
    color: inherit !important;
    outline: none;
    box-shadow: none;
}

.ara .dropdown-menu {
    border: none;
    padding: 0;
    margin-top: 20px !important;
}

header.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-custom {
    color: black;
    outline: none;
    border: none;
    text-decoration: none !important;
}

.orange {
    color: orange !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: none !important;
    background-color: #b2b0b0 !important;
    color: white !important;
}

.accordion-button:not(.collapsed) {
    background-color: #b2b0b0 !important;
    box-shadow: none !important;
    color: white !important;
}

.accordion .accordion-button {
    background-color: #b2b0b0 !important;
    color: white !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.ssstabs {
    display: none !important;
}

.btn-sss-active {
    background: #F18518 !important;
    color: white !important;
    box-shadow: none !important;
}

.btn-sss-none {
    background: #f5f5f5 !important;
    color: black !important;
    box-shadow: none !important;
}

.accordion-button {
    padding: 12x !important;
}

.hero,
.hero .slick-slide {
    padding: 0 !important;
}

.sss {
    padding: 10px;
}

.desktop-header,
.mobile-header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.order-btn {
    cursor: pointer;
}

.gizle {
    opacity: 0;
}

.mobil-ara-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: width 0.4s ease, height 0.4s ease;
    background: white;
    /* İçeriğin görünmesi için */
    opacity: 1;
    /* isteğe bağlı */
}

/* Göster (örneğin mobilde üstten açılan form kutusu) */
.mobil-ara-form.goster {
    width: 100%;
    /* veya sabit bir değer */
    height: 50px;
    /* gerçek yüksekliğe göre ayarla */
}

/* Gizle */
.gizle-d {
    width: 0;
    height: 0;
    visibility: hidden;
}

.form-i {
    font-size: 20px !important;
}

.slick-arrow {
    padding: 10px;
}

.filter-btn {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 9;
    padding: 10px;
    background-color: orange;
    color: white;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px!important;
}
.slick-dots{
    margin-top: 10px;
}
.btn-white{background-color: white;}