body {
    font-family: "Open Sans", sans-serif;
    background-color: #f5f7fb;
    color: #484848;
    overflow-x: hidden;
}

:root {
    --primary-orange: #ff6000;
    --dark-grey: #484848;
    --light-grey: #919191;
    --header-border: #e5e5e5;
    --purple-price: #7e2bf1;
}

a {
    text-decoration: none !important;
    color: inherit;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.bg-eleska {
    background: #f5f7fb !important;
    background-color: #f5f7fb !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn-black:hover {
    background-color: #141414;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #000;
    border-color: #e0dede !important;
}

.btn-white:hover {
    background-color: #ffffff;
    color: #000000;
}

.btn-success,
.badge-success {
    background-color: #00c9a7 !important;
    border-color: #00c9a7 !important;
    color: #fff !important;
}

.btn-outline-dark {
    margin: 0;
    border: solid 2px #211f1f;
    display: block;
}

.header {
    background: #fff;
    padding: 15px 0 0px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.header .logo-img {
    max-height: 48px;
    width: auto;
    display: block;
    border-radius: 5px;
}

/* Search Bar inside Header */
.header .search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.header .search-box {
    border: 2px solid #ffffff;
    height: 48px;
    padding-right: 45px;
    background: #f5f5f5;
    font-size: 15px;
    width: 100%;
    flex-grow: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 10px;
}

.header .search-box:focus {
    box-shadow: inset 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.header .search-icon {
    position: absolute;
    right: 18px;
    top: 14px;
    color: #999;
    font-size: 22px;
    z-index: 5;
}

/* Header Buttons (Mobile) */
.header .mobile-menu-btn,
.header .mobile-btn {
    color: #595757;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.1s ease, background-color 0.2s;
    border-radius: 30px;
    border: 1px solid rgb(229, 231, 235);
    background: rgb(255, 255, 255);
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin-left: 5px;
}

.header .mobile-menu-btn:focus,
.header .mobile-menu-btn:active,
.header .mobile-search-btn:focus,
.header .mobile-search-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc;
}

.header .mobile-menu-btn:active,
.header .mobile-search-btn:active {
    transform: scale(0.9);
    background-color: #f9f9f9;
}

.header .mobile-search-expanded {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 5px;
}

/* Header Navigation */
.header .main-nav {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-top: 0 !important;
}

.header .mobile-nav-menu {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 999;
}

.header .mobile-nav-menu ul li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.header .mobile-nav-menu a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #484848;
}

.header .mobile-nav-menu a:hover {
    background: #f9f9f9;
    color: var(--primary-orange);
}

/* Header Swiper Nav */
.header .nav-swiper .swiper-slide {
    width: auto;
}

.header .nav-swiper .swiper-slide>a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.header .nav-swiper .swiper-slide a:hover,
.header .nav-swiper .swiper-slide a.active {
    color: #000000;
    /* border-bottom: 2px solid #000000; */
}

/* Header User Actions */
.header .user-action-btn {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    height: 48px;
    cursor: pointer;
    transition: all 0.2s;
}

.header .user-action-btn::after {
    border: 0;
}

.header .user-action-btn:hover {
    background: #fafafa;
    border-color: #ccc;
}

.header .user-action-btn>i {
    font-size: 20px;
}

.header .btn-account-red {
    background: linear-gradient(90deg, #e72a76 0%, #ff7842 100%);
    color: white !important;
    border: none;
    position: relative;
    padding-right: 35px;
}

.header .btn-account-red:hover {
    opacity: 0.95;
    color: white !important;
    background: linear-gradient(90deg, #e72a76 0%, #ff7842 100%) !important;
}

.header .btn-account-red:not(:disabled):not(.disabled):active,
.header .btn-account-red:not(:disabled):not(.disabled).active,
.show>.btn-account-red.dropdown-toggle,
.header .btn-account-red:focus,
.header .btn-account-red:active {
    background: linear-gradient(90deg, #e72a76 0%, #ff7842 100%) !important;
    color: white !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.header .btn-account-red .fa-chevron-down {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.header .user-action-btn.btn-rounded:hover {
    background-color: #212121;
    color: white;
}

.header .user-action-btn.btn-rounded:hover span {
    background-color: #9d1b48;
}

.header .user-action-btn.btn-rounded:hover>i {
    color: white;
}

/* Account Dropdown */
.header .account-dropdown-menu {
    margin-top: 15px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    min-width: 220px;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-family: "Open Sans", sans-serif;
}

.header .account-dropdown-menu::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

.header .account-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 1001;
}

.header .dropdown-item {
    font-size: 14px;
    padding: 8px 10px;
    color: #484848;
    font-weight: 600;
}

.header .dropdown-item>i,
.header .mobile-nav-menu a>i {
    background: #484848;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 25px;
    margin-right: 5px;
}

.header .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #000000;
}

.header .dropdown-divider {
    border-top: 1px solid #eee;
    margin: 5px 0;
}

.header .btn-cart {
    background: #ededed;
    color: #373535 !important;
    border: none;
    position: relative;
    overflow: visible;
}

.header .btn-cart:hover {
    background: #ededed;
}

.header .cart-badge {
    background: #e93171;
    color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -10px;
    left: -10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}



.stories-section {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.stories-swiper .swiper-slide {
    width: auto;
    /* Allows content based width */
    text-align: center;
}

.story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
}

.story-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
    border: 2px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
}

.story-ring.active {
    border-color: var(--primary-orange);
}

.story-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.story-title {
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    font-weight: 600;
    max-width: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ===================================================
   HOMESLIDER & SLIDE-CONTENT PROFESSIONAL HERO SYSTEM
   =================================================== */
.homeslider {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

.homeslider .hero-swiper {
    width: 100%;
    position: relative;
}

.homeslider .hero-slide {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.homeslider .hero-content {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.homeslider .hero-content img.hero-img,
.homeslider .hero-content img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.homeslider .hero-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Slide Content Overlay */
.homeslider .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.homeslider .slide-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.homeslider .slide-content-card {
    pointer-events: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 520px;
    padding: 28px 32px;
    background: rgb(0 0 0 / 72%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    animation: heroCardFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes heroCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge / Special Tag */
.homeslider .slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35);
}

/* Slide Icon */
.homeslider .slide-icon-img {
    margin-bottom: 12px;
}

.homeslider .slide-icon-img img {
    max-height: 48px;
    width: auto !important;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Title */
.homeslider .hero-title {
    font-family: inherit;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff !important;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* Subtitle / Description */
.homeslider .hero-subtitle {
    font-size: 14.5px;
    line-height: 1.55;
    color: #e2e8f0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 18px 0;
    font-weight: 400;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Bottom Action Row (Price + Button) */
.homeslider .slide-action-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 4px;
}

.homeslider .slide-price-tag {
    display: inline-flex;
    flex-direction: column;
}

.homeslider .slide-price-tag .price-tit {
    font-size: 11px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.homeslider .slide-price-tag .price-val {
    font-size: 22px;
    font-weight: 800;
    color: #38bdf8;
    line-height: 1.1;
}

/* Button */
.homeslider .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 22px;
    background: #ffffff;
    color: #0f172a !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.22s ease;
    text-decoration: none !important;
}

.homeslider .hero-btn:hover {
    background: #f1f5f9;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.homeslider .hero-btn i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.homeslider .hero-btn:hover i {
    transform: translateX(3px);
}

/* Swiper Navigation Buttons */
.homeslider .hero-prev,
.homeslider .hero-next {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    color: #0f172a;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.homeslider .hero-prev:after,
.homeslider .hero-next:after {
    font-size: 16px;
    font-weight: 800;
}

.homeslider .hero-prev:hover,
.homeslider .hero-next:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}


/* Home Main Categories Swiper Section - Professional Category Showcase Cards */
.home_categories_slider {
    position: relative;
    background: transparent;
    padding: 14px 0 20px 0;
}

.home_categories_slider .home-cat-swiper {
    overflow: hidden;
    padding: 8px 4px 16px 4px;
}

.home_categories_slider .home-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    width: 170px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.home_categories_slider .home-cat-thumb {
    width: 100%;
    height: 130px;
    border-radius: 0;
    overflow: hidden;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: relative;
    transition: background-color 0.2s ease;
}

.home_categories_slider .home-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home_categories_slider .home-cat-name {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    padding: 10px 8px 12px 8px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    hyphens: auto;
    letter-spacing: -0.2px;
    transition: color 0.15s ease;
}

.home_categories_slider .home-cat-item:hover {
    transform: translateY(-5px);
    border-color: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.home_categories_slider .home-cat-item:hover .home-cat-thumb {
    background: #f1f5f9;
}

.home_categories_slider .home-cat-item:hover .home-cat-thumb img {
    transform: scale(1.06);
}

.home_categories_slider .home-cat-item:hover .home-cat-name {
    color: #000000;
}

.home-cat-nav-prev,
.home-cat-nav-next {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 14px;
    transition: all 0.2s ease;
    top: 48%;
    transform: translateY(-50%);
    z-index: 10;
}

.home-cat-nav-prev:after,
.home-cat-nav-next:after {
    display: none;
}

.home-cat-nav-prev:hover,
.home-cat-nav-next:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

.home-cat-nav-prev {
    left: 0px;
}

.home-cat-nav-next {
    right: 0px;
}

.home-cat-nav-prev.swiper-button-disabled,
.home-cat-nav-next.swiper-button-disabled,
.home-cat-nav-prev.swiper-button-lock,
.home-cat-nav-next.swiper-button-lock,
.home-cat-nav-prev.swiper-button-hidden,
.home-cat-nav-next.swiper-button-hidden {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

@media (max-width: 768px) {
    .home_categories_slider .home-cat-item {
        width: 130px;
        border-radius: 10px;
    }

    .home_categories_slider .home-cat-thumb {
        height: 100px;
        padding: 0;
    }

    .home_categories_slider .home-cat-name {
        font-size: 11.5px;
        min-height: 40px;
        padding: 8px 6px 10px 6px;
    }

    .home-cat-nav-prev,
    .home-cat-nav-next {
        display: none;
    }
}

.products_list {}

.products_list .product-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    position: relative;
    height: 100%;
    transition: box-shadow 0.3s;
    display: block;
    color: inherit;
}

.products_list .product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #fff;
    color: inherit;
}

.products_list .product-img-wrapper {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.products_list .product-img {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.4s ease;
}

.products_list .product-img:hover {
    transform: scale(1.4);
}

.products_list .badge-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
    cursor: pointer;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: color 0.2s;
}

.products_list .badge-fav.active {
    color: #e72a76;
}

.products_list .badge-quick-add {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #1e293b;
    cursor: pointer;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e2e8f0;
    font-size: 13px;
}

.products_list .badge-quick-add:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: scale(1.1);
}

.products_list .badge-quick-add.added {
    background: #10b981 !important;
    color: #ffffff !important;
    border-color: #10b981 !important;
}

.products_list .badge-quick-add.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f1f5f9;
    color: #94a3b8;
}

.products_list .product-title {
    font-size: 15px;
    line-height: 1.4;
    color: #484848;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    padding: 0px 10px;
}

.price_row {
    margin: 0px 10px 10px 10px;
}

.products_list .rating-stars {
    color: var(--primary-orange);
    font-size: 11px;
    margin-bottom: 5px;
}

.products_list .rating-count {
    color: #999;
    font-size: 11px;
    margin-left: 0px;
}

.products_list .price-original {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.products_list .price-current {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.footer {
    background: #fff;
    padding-top: 40px;
}

.value-props {
    background: #333e48;
    padding: 10px 0;
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}

.value-props .prop-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    height: 100%;
}

.value-props .prop-icon {
    font-size: 32px;
    color: #ffffff;
    margin-right: 15px;
    width: 40px;
    text-align: center;
    flex-shrink: 0;
}

.value-props .prop-text h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

.value-props .prop-text p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.footer .footer-color-bar {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #ff6000 25%, #2d9cdb 25%, #2d9cdb 50%, #8e44ad 50%, #8e44ad 75%, #27ae60 75%);
}

.footer .footer-links h6 {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer .footer-links ul li {
    margin-bottom: 8px;
}

.footer .footer-links ul li a {
    font-size: 13px;
    color: #666;
}

.footer .footer-links ul li a:hover {
    color: #333;
}

.footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-size: 20px;
}

.footer .contact-box {
    background: #fdfdfd;
    padding: 15px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
}

.footer .whatsapp-btn {
    color: #25d366;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.footer .language-flags a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer .language-flags a:hover {
    color: var(--primary-orange);
}

.footer .language-flags .flag-icon {
    margin-right: 5px;
    font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 40px;
    background-color: #ffffffdb;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 30px;
    outline: none;
    z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: FontAwesome;
    content: "\f105";
}

.swiper-button-prev:after {
    content: "\f104";
}

.hr_colorfulband {
    display: flex;
    height: 5px;
    overflow: hidden;
    border-radius: 4px;
}

.hr_colorfulband>div {
    flex: 1;
}

.hr_colorfulband>div:nth-child(1) {
    background: #FF6000;
}

.hr_colorfulband>div:nth-child(2) {
    background: #32c7f7;
}

.hr_colorfulband>div:nth-child(3) {
    background: #7d32ff;
}

.hr_colorfulband>div:nth-child(4) {
    background: #6bc042;
}

.hr_colorfulband>div:nth-child(5) {
    background: #fb2511;
}


.top-bar {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    display: block;
}

.top-bar a {
    color: #666;
    margin-right: 20px;
    font-weight: 600;
    transition: color 0.2s;
    font-size: 14px;
}

.top-bar a:hover {
    color: #000000;
}

.header .user-action-btn.btn-rounded {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header .user-action-btn.btn-rounded>i {
    font-size: 25px;
}

.filter-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.filter-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

/* Mobile Sidebar Close Button Header */
.mobile-sidebar-header {
    display: none;
    /* Desktop hidden */
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.mobile-sidebar-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.btn-close-sidebar {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

/* --- Modern Category Tree & Filter Card System --- */
.category-filter-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 16px 18px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    margin-bottom: 16px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-filter-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border-color: #dee2e6;
}

.category-tree-container {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 2px;
}

.category-tree-container::-webkit-scrollbar {
    width: 4px;
}

.category-tree-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.category-tree-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.category-tree,
.category-sub-tree {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-item {
    position: relative;
    margin-bottom: 2px;
}

.cat-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    transition: background 0.15s ease;
}

.cat-item-inner:hover {
    background: #f8fafc;
}

.cat-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 13.5px;
    color: #475569;
    font-weight: 500;
    flex-grow: 1;
    text-decoration: none !important;
    line-height: 1.35;
    border-radius: 8px;
    transition: all 0.15s ease;
    word-break: break-word;
}

.cat-link:hover {
    color: #0f172a;
    font-weight: 600;
}

.cat-link.active {
    color: #ffffff !important;
    background: #0f172a;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
}

.cat-toggle-btn {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none !important;
    color: #94a3b8;
    font-size: 11px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-right: 4px;
    flex-shrink: 0;
}

.cat-toggle-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.cat-toggle-btn i {
    transition: transform 0.2s ease;
}

.cat-toggle-btn.open i {
    transform: rotate(180deg);
}

.cat-sub-wrap {
    margin-left: 14px;
    padding-left: 10px;
    border-left: 2px solid #e2e8f0;
    margin-top: 2px;
    margin-bottom: 4px;
}

.cat-sub-tree .cat-link {
    font-size: 12.5px;
    padding: 5px 8px;
}

/* --- Modern Filter Brand & Checkbox System --- */
.filter-brand-list {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 4px;
}

.filter-brand-list::-webkit-scrollbar {
    width: 5px;
}

.filter-brand-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.filter-brand-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.filter-brand-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.filter-check-item {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 4px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: all 0.18s ease;
    position: relative;
    background: transparent;
    border: 1px solid transparent;
    width: 100%;
}

.filter-check-item:hover {
    background: #f8fafc;
    border-color: #f1f5f9;
}

.filter-check-item.active {
    background: #f1f5f9;
    border-color: #e2e8f0;
}

.filter-check-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    margin: 0;
}

.custom-checkbox-box {
    width: 19px;
    height: 19px;
    min-width: 19px;
    border: 1.5px solid #cbd5e1;
    border-radius: 5px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    color: #ffffff;
    font-size: 11px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

.custom-checkbox-box i {
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.15s ease;
}

.filter-check-input:checked+.custom-checkbox-box,
.filter-check-item.active .custom-checkbox-box {
    background: #0f172a;
    border-color: #0f172a;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
}

.filter-check-input:checked+.custom-checkbox-box i,
.filter-check-item.active .custom-checkbox-box i {
    opacity: 1;
    transform: scale(1);
}

.filter-check-item:hover .custom-checkbox-box {
    border-color: #94a3b8;
}

.filter-check-name {
    font-size: 13.5px;
    color: #475569;
    font-weight: 500;
    flex: 1;
    line-height: 1.3;
    transition: color 0.15s ease;
    text-align: left;
}

.filter-check-item:hover .filter-check-name {
    color: #0f172a;
}

.filter-check-item.active .filter-check-name {
    color: #0f172a;
    font-weight: 700;
}

.filter-count-badge {
    font-size: 11.5px;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: auto;
    transition: all 0.15s ease;
}

.filter-check-item:hover .filter-count-badge {
    background: #e2e8f0;
    color: #334155;
}

.filter-check-item.active .filter-count-badge {
    background: #e2e8f0;
    color: #0f172a;
    font-weight: 700;
}

/* --- Modern Active Filters Panel --- */
.active-filters-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
}

.active-filters-header {
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.active-filters-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.3px;
}

.active-filters-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #f1f5f9;
    border-radius: 6px;
    color: #475569;
    font-size: 11px;
}

.active-filters-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
}

.active-filters-clear-btn {
    font-size: 12px;
    font-weight: 600;
    color: #ef4444 !important;
    text-decoration: none !important;
    padding: 3px 8px;
    border-radius: 6px;
    transition: all 0.15s ease;
}

.active-filters-clear-btn:hover {
    background: #fee2e2;
    color: #dc2626 !important;
}

.active-filters-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 8px;
}

.active-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 4px 10px 4px 12px;
    font-size: 12px;
    color: #334155 !important;
    text-decoration: none !important;
    transition: all 0.18s ease;
    cursor: pointer;
    line-height: 1.3;
}

.active-filter-pill .pill-label {
    color: #64748b;
    font-weight: 500;
}

.active-filter-pill .pill-value {
    color: #0f172a;
    font-weight: 700;
}

.active-filter-pill .pill-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    font-size: 9px;
    transition: all 0.15s ease;
    margin-left: 2px;
}

.active-filter-pill:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.15);
}

.active-filter-pill:hover .pill-label {
    color: #b91c1c;
}

.active-filter-pill:hover .pill-value {
    color: #7f1d1d;
}

.active-filter-pill:hover .pill-close {
    background: #ef4444;
    color: #ffffff;
}

/* --- Modern Variant Filter Chips & Multi-select UI --- */
.variant-filter-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 16px 18px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    margin-bottom: 16px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.variant-filter-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border-color: #dee2e6;
}

.variant-filter-card .filter-card-header {
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.variant-filter-card .filter-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #1e293b;
    text-transform: uppercase;
}

.filter-active-badge {
    background: #0f172a !important;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    letter-spacing: 0.2px;
}

.filter-chips-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 6px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 9px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
    transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 36px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.filter-chip:hover {
    background: #ffffff;
    border-color: #0f172a;
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.filter-chip.active {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.22);
}

.filter-chip.active:hover {
    background: #1e293b;
    border-color: #1e293b;
    color: #ffffff;
}

.filter-chip .chip-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    font-size: 9px;
    opacity: 0;
    max-width: 0;
    margin-right: -6px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.filter-chip.active .chip-indicator {
    opacity: 1;
    max-width: 15px;
    margin-right: 0;
}

.filter-chip .chip-label {
    line-height: 1.2;
    white-space: nowrap;
}

.sidebar-col {
    position: relative !important;
    z-index: 0 !important;
}

/* --- Sticky Sidebar Logic --- */
@media (min-width: 769px) {
    .sidebar-col {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        z-index: 100;
        align-self: flex-start;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }

    .sidebar-col::-webkit-scrollbar {
        width: 4px;
    }

    .sidebar-col::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-col::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }
}

/* --- Top Sort Bar --- */
.sort-bar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort-text {
    font-size: 13px;
    color: #666;
}

.sort-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    color: #333;
    background: #fff;
    cursor: pointer;
}

/* --- Product Card --- */
.product-card {
    /* background: #fff; */
    /* border: 1px solid #eee; */
    /* border-radius: 8px; */
    /* padding: 15px; */
    /* margin-bottom: 30px; */
    /* transition: all 0.3s ease; */
    /* position: relative; */
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* cursor: pointer; */
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: #ddd;
}

/* Image Area */
.p-img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.p-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.5s;
}

.product-card:hover .p-img-container img {
    transform: scale(1.05);
}

/* Rating Overlay */
.rating-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #eee;
    font-size: 11px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.rating-overlay i {
    color: #f39c12;
    margin-right: 4px;
}

.rating-overlay span {
    color: #555;
    font-weight: 600;
}

/* Favorite Button */
.card-fav-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s;
}

.card-fav-btn:hover {
    color: #e72a2a;
    border-color: #e72a2a;
}

.card-fav-btn.active {
    background: #e72a2a;
    color: #fff;
    border-color: #e72a2a;
}

/* Content */
.p-title {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
    margin-bottom: 0;
    /* No bottom margin */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-price-row {
    margin-top: 5px;
    /* Çok az boşluk */
    padding-top: 0;
    display: flex;
    align-items: baseline;
    /* Taban hizalaması daha iyi durur */
    justify-content: flex-start;
    /* Sola yasla */
    gap: 8px;
    /* Fiyatlar arası boşluk */
}

.p-new-price {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    line-height: 1;
}

.p-old-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    display: inline-block;
    margin: 0;
    line-height: 1;
}

/* --- MOBILE FILTER & SORT BUTTONS --- */
.mobile-filter-row {
    display: none;
    gap: 10px;
    margin-bottom: 15px;
}

.mobile-action-btn {
    flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.mobile-action-btn:active {
    background-color: #f0f0f0;
    transform: scale(0.98);
}

.mobile-action-btn i {
    font-size: 16px;
    color: #555;
}

/* --- BOTTOM SHEET MODAL --- */
.bottom-sheet-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    align-items: flex-end;
}

.bottom-sheet-content {
    background: #fff;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.sheet-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.sheet-close {
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.sheet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sheet-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.sheet-list li.active {
    font-weight: 700;
    color: #000;
}

.sheet-list li.active::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #000;
}

@media (max-width: 768px) {
    .mobile-filter-row {
        display: flex;
    }

    .sort-bar {
        display: none;
    }

    .sidebar-col {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f8fafc;
        z-index: 1100;
        overflow-y: auto;
        padding: 0 0 90px 0;
        margin: 0;
    }

    .sidebar-col.active {
        display: block;
        animation: fadeInDrawer 0.22s ease-out;
    }

    @keyframes fadeInDrawer {
        from {
            opacity: 0;
            transform: translateY(15px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .mobile-sidebar-header {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 10;
        background: #ffffff;
        padding: 16px 20px;
        border-bottom: 1px solid #e2e8f0;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    }

    .mobile-sidebar-body {
        padding: 16px;
    }

    .mobile-sidebar-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 12px 16px;
        border-top: 1px solid #e2e8f0;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
        display: flex;
        gap: 10px;
        z-index: 100;
    }

    .mobile-sidebar-footer .btn-reset-filters {
        flex: 1;
        font-weight: 600;
        font-size: 13px;
        border-radius: 8px;
        padding: 12px;
        border: 1.5px solid #cbd5e1;
        color: #475569;
    }

    .mobile-sidebar-footer .btn-apply-filters {
        flex: 2;
        background: #0f172a;
        border-color: #0f172a;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        border-radius: 8px;
        padding: 12px;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
    }

    .row.no-gutters-mobile {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col-6.no-pad-mobile {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-card {
        margin-bottom: 10px;
        border-radius: 4px;
        box-shadow: none;
        border: 1px solid #eee;
    }
}


a.page-link {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 22px;
    color: #121521;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 35px;
    text-align: center;
}

a.page-link.current,
a.page-link:hover,
a.page-link:focus {
    background: #121521;
    color: #fff !important;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px
}

.page-item:last-child .page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}


.breadcrumb-nav {
    position: relative;
    background: #ffffff;
    padding: 12px 0;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    z-index: 0;
}

.breadcrumb-swiper {
    width: 100%;
    padding-bottom: 2px;
}

.breadcrumb-swiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
}


.card {
    background: #fff;
    border: 0px solid #eee;
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
}

.card-icon {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 15px;
}

.no-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.no-card-decs {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.card_success .card-icon .fa {
    color: #33ae52;
    font-size: 40px;
    border: 3px solid #33ae52;
    border-radius: 50%;
    padding: 15px;
    background-color: white;
}

.card_success .no-card-title {
    color: #33ae52;
}

ul.detay_li {
    display: block;
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
}

ul.detay_li li {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
}

ul.detay_li li b {
    display: block;
    font-size: 15px;
    margin-bottom: -5px;
}

ul.detay_li li span {
    margin: 0;
    font-size: 12px;
    margin-top: -10px;
}


.products_list .product-card .rating {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 1;
}

.products_list .product-card .rating span {
    font-size: 15px;
    margin-right: 0px;
}

.products_list .product-card span.pbadge_top_left {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #3b393a;
    color: white;
    font-size: 12px;
    padding: 2px 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
}

.products_list .product-card .pbadge_top_left.danger {
    background: #e93171;
}

.products_list .product-card .pbadge_top_left.dark {
    background: #3b393a;
}

.products_list .product-card .pbadge_top_left.success {
    background: #42c161;
}

.products_list .product-card span.price-discount i {
    display: block;
    font-style: normal;
    line-height: normal;
    font-size: 10px;
    margin-top: -5px;
}


.sepetpop_modal {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 360px;
    width: 100%;
    min-width: 345px;
    padding: 10px;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1080 !important;
    border-top-color: #343a40 !important;
    border-top-style: outset;
    display: none;
}

.sepetpop_close-btn {
    cursor: pointer;
    color: #666;
    font-size: 1.2rem;
    transition: color 0.2s;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.sepetpop_close-btn:hover {
    color: #000;
}

.sepetpop_product-img {
    width: 55px;
    height: auto;
    border-radius: 4px;
}

.sepetpop_success-text {
    color: #28a745;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    gap: 8px;
    text-align: left;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.sepetpop_success-text>i {
    font-size: 20px;
    margin-top: 20px;
    margin-right: 5px;
}

.sepetpop_product-title {
    font-size: 14px;
    color: #333;
    margin-top: 0px;
    font-weight: 400;
    text-align: left;
}

.sepetpop_btn-dark {
    background-color: #2c2c2c;
    color: white;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    border: none;
    transition: background-color 0.2s;
}

.sepetpop_btn-dark:hover {
    background-color: #000;
    color: white;
}

.sepetpop_divider {
    border-top: 1px solid #e9ecef;
    margin: 10px 0;
}

.product_right {
    position: relative;
}

/* Extra card */
body.modal-open {
    overflow: hidden;
}

.modal.fade.show {
    z-index: 9999999999999;
}

.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal-header {
    padding: 0px;
    display: flex;
    position: relative;
    border: 0;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 12px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.modal-title {
    font-size: 17px;
    font-weight: 600;
    margin-right: 50px;
    word-break: break-word;
    margin-top: 15px;
    padding: 0 15px;
    color: #212529;
}

.modal-header .close {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 20px;
    font-size: 35px;
    margin: 0px 15px 0px 10px;
}

.modal-header .close>svg {
    background-color: white;
    opacity: 1;
    border-radius: 30px;
    padding: 4px;
}

.modal-header .btn-ikon {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 35px;
    text-align: center;
    font-size: 15px;
    padding: 0px 0px 0px 2px;
    margin-right: 10px;
}

.modal-header .ops {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: -14px;
}

.modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    pointer-events: none;
    max-width: 100%;
}

.modal-content {
    width: 100%;
    border-radius: 10px 10px;
    animation: slideUp 0.4s ease-out;
    margin-bottom: env(safe-area-inset-bottom);
    pointer-events: auto;
    transform-origin: bottom center;
}

.modal .modal-content {
    max-height: 95vh;
    overflow-y: auto;
    height: auto;
    max-width: 550px;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.modal.fade:not(.show) .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.3s ease-in;
}


.full-Modal {
    position: fixed;
    top: 30px;
    left: 100%;
    right: 100%;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.5s ease;
}

.full-Modal.show {
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
}

.full-Modal.hide {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.6s ease;
    width: auto;
}

.ikonlu_input {
    position: relative;
}

.ikonlu_input i {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 20px;
    color: #31373d;
}

.ikonlu_input select,
.ikonlu_input input,
.ikonlu_input textarea {
    padding-left: 40px;
}


.max-w600 {
    max-width: 600px;
    width: 100%;
}

.form-label {
    display: block;
    text-transform: initial;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.67rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.btn-sm.btn-circle {
    border: 0;
    border-radius: 68px;
    width: 30px;
    height: 30px;
    line-height: 2px;
    padding: 8px;
    text-align: center;
}

.btn-radius {
    border-radius: 50px;
}

.rounded {
    border-radius: 40px !important;
}

.alert i {
    font-size: 20px;
    padding-right: 10px;
}

.cookie_alert {
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 2;
    padding: 15px 15px;
    border-top: solid 1px #dadada;
    text-align: center;
    width: 100%;
}

a.hrefterms {
    color: #007bff;
}

a.btn.btn-white.btn-block.cookiebtn {
    border: solid 1px gray;
    margin-top: 10px;
    cursor: pointer;
    max-width: 300px;
}


/* Mobile Tabbar */
ul.mobile_tabbar {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    list-style: none;
    left: 5px;
    right: 5px;
    border-radius: 70px;
    margin: 0;
    padding: 6px 0px 6px 0px;
    text-align: center;
    margin-block: 0;
    padding-inline-start: 0;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border-top: solid 1px #eaeaea;
    background: rgb(255 255 255 / 62%);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-wrap: nowrap;
    display: none;
}

ul.mobile_tabbar li {
    display: inline-block;
    margin: 0px;
}

ul.mobile_tabbar li div {
    display: block;
    color: #4b4949;
    text-transform: capitalize;
}

ul.mobile_tabbar li div span {
    display: block;
    font-size: 0.8rem;
    text-align: center;
    word-break: keep-all;
}

ul.mobile_tabbar li div i {
    display: block;
    font-size: 27px;
    text-align: center;
}

ul.mobile_tabbar li div:hover {
    color: #000000;
}

ul.mobile_tabbar li.active div {
    color: #000000;
}

ul.mobile_tabbar>li>div b {
    position: absolute;
    top: -12px;
    min-width: 27px;
    height: 27px;
    background-color: #d4004f;
    border-radius: 27px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 5px;
    line-height: 27px;
}



.btn.rounded i {
    width: 27px;
    height: 27px;
    border-radius: 25px;
    background-color: #00000047;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.select_flag ul {
    display: none;
}

.select_flag ul.open {
    display: block;
    width: 200px;
    z-index: 555;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 5px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 250px;
    -webkit-overflow-scrolling: touch;
}

.flag_input {
    position: relative;
    display: flex;
}

.select_flag {
    width: 40px;
    position: absolute;
    color: gray;
    z-index: 9999;
}

.select_flag .fi {
    background-size: 36px 56px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    margin-right: 5px;
}

.select_flag ul.open li:hover,
.select_flag .selected:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.select_flag ul.open li {
    color: #787474;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 5px 5px 3px;
}

.select_flag .selected {
    padding: 7px 0px 5px 7px;
    height: 40px;
    width: 45px;
    overflow: hidden;
    margin: 0px 2px 2px 2px;
    font-size: 14px;
}

.flag_input input {
    padding-left: 45px;
}

.flag_input .input-group-append a i {
    font-size: 20px;
    margin-top: 2px;
}

.form-check .form-check-input {
    float: inherit;
    margin-left: 2px;
    margin: 0;
    margin-right: 8px;
}

.form-check .form-check-input:not(:checked) {
    background-color: #f4f4f4;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-check {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer;
    float: none;
    flex-shrink: 0;
    height: 1.55rem;
    width: 1.55rem;
    border: 0;
    background-size: 60% 60%;
    background-color: #2196F3;
}

label.form-check-label a {
    color: #0d6efd;
}

/* ===================================================
   MODERN PREMIUM SECTION TITLE SYSTEM
   =================================================== */
.section-title {
    position: relative;
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
    line-height: 1.35;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #ff6000 0%, #ff8533 100%);
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(255, 96, 0, 0.35);
}

.section-title a,
a .section-title {
    color: #0f172a;
    transition: color 0.18s ease;
}

a:hover .section-title,
.section-title a:hover {
    color: #ff6000;
}

/* Specific Context Adaptations */
h2.section-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
}

h3.section-title {
    font-size: 18px;
    font-weight: 800;
}

.products_list .section-title {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #0f172a;
    padding-left: 2px;
}

/* Sidebar Hesabım section title */
.hesabimleft .section-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.hesabimleft .section-title::before {
    background: linear-gradient(180deg, #0f172a 0%, #475569 100%);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
}

/* Action button inside section title */
.section-title .title_btn {
    margin-left: auto;
    float: none;
    margin-top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 201, 167, 0.3);
    transition: all 0.18s ease;
}

.section-title .title_btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 201, 167, 0.4);
}

/* Home SSS Group Card & Accordion */
.home_sss_section .sss-group-card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    transition: all 0.2s ease;
}

.home_sss_section .sss-group-card:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.home_sss_section .sss-row {
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s ease;
}

.home_sss_section .sss-row:last-child {
    border-bottom: none !important;
}

.home_sss_section .sss-header {
    transition: background 0.15s ease, color 0.15s ease;
    user-select: none;
}

.home_sss_section .sss-header:hover {
    background: #f8fafc;
}

.home_sss_section .sss-header.active {
    background: #f8fafc;
}

.home_sss_section .sss-header.active .sss-icon {
    transform: rotate(180deg);
    color: #6366f1 !important;
}

.home_sss_section .sss-icon {
    transition: transform 0.25s ease, color 0.25s ease;
    font-size: 13px;
    flex-shrink: 0;
}

.home_sss_section .sss-q-badge {
    background: #eef2ff !important;
    color: #4f46e5 !important;
    font-weight: 700;
    border: 1px solid #e0e7ff;
}

.verification-input {
    text-align: center;
    letter-spacing: 0.5em;
}


ul.varyant_list {
    margin-top: 5px;
}

ul.varyant_list li {
    color: #212529;
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
}

.btn-sm {
    padding: 5px 15px !important;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px !important;
}

.badge {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
    font-size: 11.5px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    letter-spacing: 0.2px;
    background-color: #f1f5f9;
    color: #334155;
}

/* Professional Modern Badge System */
.badge.bg-warning,
.badge-warning,
.badge.badge-warning {
    background-color: #fef3c7 !important;
    color: #92400e !important;
    border-color: #fde68a !important;
    font-weight: 600 !important;
}

.badge.bg-success,
.badge-success,
.badge.badge-success {
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
    border-color: #a7f3d0 !important;
    font-weight: 600 !important;
}

.badge.bg-danger,
.badge-danger,
.badge.badge-danger {
    background-color: #fef2f2 !important;
    color: #991b1b !important;
    border-color: #fecaca !important;
    font-weight: 600 !important;
}

.badge.bg-info,
.badge-info,
.badge.badge-info {
    background-color: #f0f9ff !important;
    color: #075985 !important;
    border-color: #bae6fd !important;
    font-weight: 600 !important;
}

.badge.bg-dark,
.badge-dark,
.badge.badge-dark,
.badge.bg-black {
    background-color: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    font-weight: 600 !important;
}

.badge.bg-secondary,
.badge-secondary,
.badge.badge-secondary {
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    border-color: #e2e8f0 !important;
    font-weight: 600 !important;
}

.hesabimleft ul {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 20px;
}

.hesabimleft ul li {
    list-style: none;
    color: black;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px 1px;
}

.hesabimleft ul li a {
    width: 90%;
    text-align: left;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    padding-left: 10px;
    line-height: 15px;
    color: inherit;
}

.hesabimleft ul li i.left-icon {
    width: 5%;
    font-size: 18px;
    color: inherit;
}

i.right-icon.fa.fa-angle-right {
    width: 5%;
    font-size: 17px;
    color: inherit;
}


.hesabimleft ul li:hover,
.hesabimleft ul li.active {
    background-color: black;
    color: white;
    padding-left: 15px;
    border-radius: 5px;
}

.hesabimleft ul li:hover i,
.hesabimleft ul li.active i {
    padding-right: 15px;
}

a.btn.fright {
    width: 100px;
    padding: 7px 5px;
    border-radius: 2px;
}

a.btn.fright i {
    padding-right: 5px;
}

.fright {
    float: right;
}

ul.islem_li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

ul.islem_li li {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #eeeeee;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

ul.islem_li li:hover {
    background-color: #f5f7fb;
}

ul.islem_li li>a {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
}

ul.islem_li li>a>i {
    font-size: 30px;
}

ul.islem_li li>a>b {
    width: 100%;
}

.islem_li li a.url {
    display: block;
    margin-right: 30px;
    word-wrap: break-word;
    width: 100%;
}

ul.islem_li li>.ibtn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 6px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background-color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
}

.islem_li .ibtn>i {
    padding-top: 0px !important;
    font-size: 20px;
}

.select_iconlu.select_btn_add {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.select_iconlu.select_btn_add select.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

a.title_btn {
    position: relative;
    float: right;
    margin-top: -7px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 35px;
    text-align: center;
    font-size: 20px;
    margin-right: 0px;
}

.no-border {
    border: 0;
    box-shadow: none;
}

ul.order_details li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 8px;
}

.siparis_li {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    border-bottom: solid 1px #d9d9d9;
    min-height: 95px;
}

a.siparis_li:hover {
    background-color: #f5f7fb;
}

.siparis_li>img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border: solid #cbcbcb 1px;
    padding: 2px;
    position: absolute;
    top: 14px;
}

.siparis_li_right {
    display: block;
    padding-left: 85px;
    padding-top: 5px;
}

.siparis_li_right>h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    position: relative;
    padding-right: 110px;
}

.siparis_li_right>h3>span {
    position: absolute;
    top: 0px;
    right: 0;
}

.siparis_li_right>h4>i {
    font-size: 13px;
    font-style: normal;
}

.siparis_li_right h5 {
    font-size: 14px;
    margin-bottom: 0px;
}

.siparis_li_right p {}

.siparis_li_right>h4>span {
    font-size: 12px;
    text-align: right;
    line-height: 13px;
    height: 24px;
}

.siparis_li_right>h4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 12px;
}

.siparis_li_right h5 span.badge {
    font-size: 12px;
    letter-spacing: 1px;
    /* padding: 5px; */
}


.siparis_li_right>p {
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
}


/* STAR RATING */

.rating-group {
    display: inline-flex;
}

.rating__icon {
    pointer-events: none;
}

.rating {
    position: absolute !important;
    left: -9999px !important;
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 27px;
}

.rating__icon--star {
    color: orange;
}

.rating__icon--none {
    color: #eee;
}

.rating--none:checked+.rating__label .rating__icon--none {
    color: red;
}

.rating:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

.rating--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.basketbtn {
    position: relative;
}

.card-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.card-tab>a {
    position: relative;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.1s ease;
}

.card-tab>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #0f0e0e;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.card-tab>a:hover::after {
    width: 100%;
}

.card-tab>a.active::after {
    width: 70%;
}

.card-tab:hover>a.active::after {
    width: 0;
}

.card-tab>a.active:hover::after {
    width: 100%;
}

.card-tab>a:hover {
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-tab>a.active {
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-tab:hover>a.active {
    background-color: transparent;
}

.card-tab>a.active:hover {
    background-color: #f9f9f9;
}

.sidebar_container {
    padding-bottom: 50px;
}

body.menu-open {
    overflow: hidden;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.7);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    backdrop-filter: blur(3px);
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 380px;
    height: 100vh;
    background-color: #fff;
    z-index: 2000000001 !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-100%);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.sidebar.active {
    transform: translateX(0);
}



@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        max-width: 100%;
    }
}

.sidebar .sidebar_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.sidebar .sidebar_header img {
    max-height: 45px;
    width: auto;
    filter: contrast(1.1);
}

.sidebar .sidebar_close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    transition: all 0.2s;
    border: 1px solid #eee;
}

.sidebar .sidebar_close:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    transform: rotate(90deg);
}

.sidebar .mega-col {
    border-top: 1px solid #f5f5f5;
    width: 100%;
    position: relative;
}

.sidebar .mega-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.sidebar .mega-title:hover {
    background-color: #fbfbfb;
    color: #000000;
    padding-left: 30px;
}

.sidebar .mega-title:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #000000;
}

.sidebar .mega-title::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #7b7b7b;
    transition: transform 0.3s;
    position: absolute;
    right: 15px;
    top: 7px;
}

.sidebar .mega-title:hover::after {
    color: #000000;
    transform: translateX(3px);
}

.sidebar .mega-sub-cols {
    background-color: #fff;
}

.sidebar .mega-sub-col {
    padding: 0;
}

.sidebar .mega-sub-title {
    display: block;
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    border-top: 1px solid #f8f8f8;
    transition: all 0.2s;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .mega-sub-title:hover {
    color: #000000;
    background-color: #fafafa;
}

.sidebar .mega-sub-sub-cols {
    background-color: #ffffff;
}

.sidebar .mega-sub-sub-title {
    display: flex;
    align-items: center;
    padding: 10px 25px 10px 55px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    transition: all 0.2s;
    position: relative;
}

.sidebar .mega-sub-sub-title::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.2s;
}

.sidebar .mega-sub-sub-title:hover {
    color: #222;
    background-color: #f9f9f9;
}

.sidebar .mega-sub-sub-title:hover::before {
    background-color: #000000;
}


.sidebar-user-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 0px 10px 0px 10px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f5f5f5;
}

.sidebar-user-area>a {
    display: block;
    width: 100%;
    margin: 10px;
}

.sidebar-user-area>a:hover {
    /* color: #000; */
}

.sidebar .title {
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar .title:after {
    content: " ";
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #33302e;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.sidebar .menus .mega-col {
    /* background-color: #f7f7f7; */
    border-bottom: 1px solid #e9e9e9;
}


.sidebar .menus {}

/* Nav */
section.homeslider {
    z-index: 0;
    position: relative;
    background-color: white;
}

.nav-swiper,
.nav-swiper .swiper-wrapper {
    overflow: visible !important;
}

#nav-menu .swiper-slide {
    position: relative;
    width: auto !important;
    padding: 0;
}


#nav-menu .swiper-slide>a:hover {
    color: #000;
    background-color: #f9f9f9;
}


#nav-menu .swiper-slide>a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#nav-menu .swiper-slide>a:hover::after {
    width: 80%;
}


#nav-menu .menus {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    z-index: 99999;
    padding-top: 0px;
    display: none;
}

#nav-menu .swiper-slide:hover .menus {
    display: block;
}

#nav-menu .mega-sub-cols {
    background: #ffffff;
    min-width: 260px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    max-height: 490px;
    overflow: auto;
}


#nav-menu .swiper-slide:hover .mega-sub-cols {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



#nav-menu .mega-sub-cols>.mega-sub-col>a.mega-sub-title {
    display: block;
    padding: 10px 25px;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5;
}

#nav-menu .mega-sub-cols>.mega-sub-col>a.mega-sub-title:hover {
    background-color: #555;
}

#nav-menu .mega-sub-cols>.mega-sub-col>a.mega-sub-title:hover {
    color: #ffffff;
}

.sidebar .mega-sub-col .mega-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.mega-list li {
    position: relative;
}

.mega-list>li>a {
    display: block;
    padding: 10px 25px 10px 30px !important;
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 400 !important;
    text-decoration: none;
    transition: all 0.2s;
}

.mega-list>li>a:hover {
    color: #000 !important;
    background-color: #f7f7f7;
    padding-left: 35px !important;
}

.mega-list ul {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background-color: #fff;
}

.mega-list ul li a {
    display: block;
    padding: 5px 25px 5px 50px !important;
    font-size: 12px !important;
    color: #888 !important;
    text-decoration: none;
    position: relative;
}

.mega-list ul li a::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 1px;
    background-color: #ddd;
}

.mega-list ul li a:hover {
    color: #000 !important;
}

.mega-list ul li a:hover::before {
    background-color: #333;
    width: 8px;
}

.loadingdiv img {
    width: 100%;
    max-height: 97px;
    display: block;
    text-align: center;
    object-fit: contain;
}

.loadingdiv h3 {
    text-align: center;
}

ul.hesabim_li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.hesabim_li li a {
    padding: 8px 10px;
    display: block;
    position: relative;
    border-top: solid #d7d7d7 1px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

ul.hesabim_li li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #2d2d31;
    color: white;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 17px;
}

ul.hesabim_li li a:hover {
    background-color: #2d2d31;
    color: white;
}

.hesabimleft {
    margin-bottom: 25px;
}


.account-card {
    width: 100%;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #eaeaea;
}

.detail-item:last-child {
    border-bottom: none;
}

.text-content {
    flex-grow: 1;
    padding-right: 16px;
    word-break: break-word;
}

.text-content label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.text-content .value {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}

.text-content .description {
    font-size: 13px;
    color: #777;
    margin: 6px 0 0 0;
    line-height: 1.4;
}

.text-content .description a {
    color: #0070e0;
    text-decoration: none;
    font-weight: 500;
}

.text-content .description a:hover {
    text-decoration: underline;
}

.copy-btn {
    background-color: transparent;
    border: none;
    padding: 8px;
    margin-top: 4px;
    cursor: pointer;
    border-radius: 8px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    color: black;
}

.copy-btn:hover {
    background-color: #f0f0f0;
}

.copy-btn svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    display: block;
}

#copy-feedback {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    pointer-events: none;
}

#copy-feedback.show {
    opacity: 1;
    bottom: 80px;
}

address.iletisimli a {
    width: 100%;
    display: block;
    border-bottom: solid 1px #dddddd;
    padding: 10px 5px;
    color: black;
    cursor: pointer;
}


address.iletisimli a i {
    font-size: 18px;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
}

div address.iletisimli a:hover,
address.iletisimli a i {
    background-color: black;
    color: white;
}

address.iletisimli a:hover {
    padding-left: 10px;
}

.arti18_icon {
    background: #fa3f3f;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    height: 100px;
    line-height: 100px;
    margin: auto auto 24px;
    text-align: center;
    width: 100px;
}

.categories-swiper .swiper-wrapper {
    display: flex;
}

.categories-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

a.blogli {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
}

a.blogli img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.blogli span {
    position: absolute;
    top: 5px;
    z-index: 2;
    left: 3px;
    background-color: #fffffff7;
    border-radius: 5px;
    padding: 3px 7px;
    max-width: 100%;
    font-size: 10px;
}

a.blogli h4 {
    position: absolute;
    bottom: 0;
    background-color: #333e48;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 8px 5px;
    font-size: 17px;
}

img.logo-footer {
    width: 100%;
    max-height: 45px;
    object-fit: contain;
    object-position: left;
}

.footer ul.footer_contact {
    margin-top: 5px;
    background-color: #f5f7fb;
    padding: 15px 10px;
    border-radius: 15px;
}

.footer ul.footer_contact>li>a {
    display: block;
    border-bottom: solid 1px #e3e3e3;
    padding: 5px 0px;
}

.footer ul.footer_contact>li {
    margin-bottom: 5px;
}

.footer ul.footer_contact>li>a>i {
    background-color: #333e48;
    width: 25px;
    height: 25px;
    line-height: 27px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
}

.footer ul.footer_contact>li>a>span {
    font-size: 15px;
    font-weight: 400;
    word-break: break-all;
}

.footer ul.footer_contact>li:last-child>a {
    border-bottom: none;
    padding-bottom: 0;
}

p.about {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}

p.about.open {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.app_links {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.app_links img {
    width: 100%;
    margin-right: 20px;
    display: block;
    max-height: 45px;
    object-fit: contain;
}

.copyright_footer {
    background-color: #f5f7fb;
    border-top: solid 1px #efefef;
    padding-bottom: 85px;
}

/* Footer Contact Bar - shown when legal links ≤ 5 */
.footer-contact-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 24px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 16px;
    padding: 16px 24px;
    margin: 0 0 24px 0;
}

.footer-contact-bar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.footer-contact-bar a:hover {
    color: #fff;
    transform: translateY(-1px);
}

.footer-contact-bar a i {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.footer-contact-bar a:hover i {
    background: rgba(255, 255, 255, 0.22);
}

.footer-contact-bar a i.fa-whatsapp {
    color: #25d366;
}

.footer-contact-bar a i.fa-phone {
    color: #4fc3f7;
}

.footer-contact-bar a i.fa-envelope-o {
    color: #ef9a9a;
}

.footer-contact-bar a i.fa-map-marker {
    color: #ffcc80;
}

.swiper-container.stories-swiper {
    z-index: 0;
}

.info-tabs .tab-content iframe {
    max-width: 100% !important;
    display: block;
    margin-bottom: 10px;
}

.pbody iframe {
    width: 100%;
    height: 470px;
}

img.marklimg {
    height: 40px;
    width: 100%;
    object-fit: contain;
}

img.marklimg[src=""],
img.marklimg:not([src]) {
    display: none !important;
}

.page-header-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: #ffffff;
    padding: 44px 0 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-header-banner.has-bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-header-banner.has-bg-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.86) 0%, rgba(30, 41, 59, 0.76) 50%, rgba(15, 23, 42, 0.90) 100%);
    pointer-events: none;
    z-index: 1;
}

.page-header-banner .container {
    position: relative;
    z-index: 2;
}

.page-header-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.page-header-banner h1 {
    font-family: inherit;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
}

.page-header-banner .breadcrumb-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 6px 18px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    position: relative;
    z-index: 2;
}

.page-header-banner .breadcrumb-custom a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.15s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.page-header-banner .breadcrumb-custom a:hover {
    color: #ffffff;
}

.page-header-banner .breadcrumb-custom span {
    color: #64748b;
    margin: 0 8px;
    font-size: 11px;
}

.page-header-banner .breadcrumb-custom strong {
    color: #ffffff;
    font-weight: 600;
}

/* Floating Success Toast Alert Notification (Pixel-perfect match to user image) */
.cart-toast-card {
    position: fixed;
    top: 28px;
    right: 28px;
    z-index: 9999999;
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #f0fdf4;
    /* Soft pastel green background */
    border-left: 5px solid #22c55e;
    /* Vibrant green accent stripe */
    border-radius: 12px;
    padding: 14px 20px 14px 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    min-width: 300px;
    max-width: 420px;
    animation: cartToastSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-family: inherit;
}

@keyframes cartToastSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.cart-toast-icon {
    width: 34px;
    height: 34px;
    background-color: #22c55e;
    /* Vibrant green solid circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
}

.cart-toast-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-toast-title {
    font-weight: 700;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 2px;
}

.cart-toast-link {
    color: #16a34a;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s ease;
}

.cart-toast-link:hover {
    color: #15803d;
    text-decoration: underline;
}

.cart-toast-close {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
    transition: color 0.15s ease;
}

.cart-toast-close:hover {
    color: #4b5563;
}

/* --- MODERN BASKET ITEM & CART LAYOUT STYLES --- */
.basket-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease-in-out;
}

.basket-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.btn-remove {
    color: #999;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: color 0.2s;
    z-index: 9999;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.btn-remove i {
    pointer-events: none;
}

.btn-remove:hover {
    color: #d32f2f;
}

.basket-item .item-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
    flex-shrink: 0;
    background: #f8fafc;
}

.basket-item .item-details {
    flex: 1;
    min-width: 0;
    padding-right: 45px;
}

.basket-item .item-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    display: block;
    line-height: 1.3;
    margin-bottom: 4px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.basket-item .item-title:hover {
    color: #2563eb;
}

.basket-item .badge-gray {
    background-color: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 6px;
    text-decoration: none;
}

ul.varyant_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.varyant_list li {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

ul.varyant_list li b {
    color: #0f172a;
    font-weight: 600;
}

.qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 2px 10px;
    background: #fff;
}

.qty-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #555;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.qty-input {
    width: 30px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    outline: none;
}

.item-price {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.item-price-old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}

/* Global Blog Cards */
.blog-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.blog-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 14px 30px -6px rgba(0, 0, 0, 0.09);
}

.blog-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f1f5f9;
}

.blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-img-box img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-meta-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12.5px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.blog-meta-bar span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.15s ease;
}

.blog-card:hover .blog-card-title {
    color: #2563eb;
}

.blog-card-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Compact Blog Card Variant (Slider) */
.blog-card.blog-card-compact {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    background: #ffffff;
}

.news-swiper .blog-img-box,
.blog-card-compact .blog-img-box {
    height: 300px;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    background: #f1f5f9;
}

.news-swiper .blog-img-box img,
.blog-card-compact .blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card-compact .blog-card-body {
    padding: 16px 18px 18px 18px;
}

.blog-card-compact .blog-card-title {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 6px 0;
    -webkit-line-clamp: 2;
    color: #0f172a;
}

.blog-card-compact .blog-card-desc {
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    color: #64748b;
}

.news-swiper .swiper-slide {
    height: auto;
    min-width: 220px;
}

@media (max-width: 576px) {

    .news-swiper .blog-img-box,
    .blog-card-compact .blog-img-box {
        height: 200px;
        min-height: 200px;
    }

    .blog-card-compact .blog-card-body {
        padding: 12px 14px;
    }

    .blog-card-compact .blog-card-title {
        font-size: 14px;
    }

    .news-swiper .swiper-slide {
        min-width: 150px;
    }
}