.favorite-btn,
.product-favorite-btn {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}
.clear-favorites-btn,
.favorites-link {
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}
.hero-banner,
.page-content p,
.product-header {
    margin-bottom: 1rem;
}
.carousel-indicators button.active,
body {
    background-color: #fff;
}
.category-icon,
.favorites-link,
.navbar-brand,
.product-title a {
    text-decoration: none;
}
.btn-brown,
.btn-send,
.nav-link {
    text-transform: uppercase;
}
.category-slider,
.search-autocomplete {
    scrollbar-width: none;
    scrollbar-width: none;
}
.footer-seo .seo-content h2,
.footer-seo .seo-content h3,
.footer-seo .seo-content p,

.favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.favorite-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.favorite-btn i {
    font-size: 18px;
    color: #666;
    transition: 0.3s;
}
.favorite-btn i.fas,
.product-favorite-btn i.fas {
    color: #e74c3c !important;
    animation: 0.6s heartBeat;
}
@keyframes heartBeat {
    0%,
    100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.2);
    }
}
.product-favorite-btn {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}
.product-favorite-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.product-favorite-btn i {
    font-size: 22px;
    color: #666;
    transition: 0.3s;
}
.product-title-section {
    flex: 1;
}
.clear-favorites-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-purple)) !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(92, 27, 120, 0.3);
}

.top-bar {
    border-bottom: 1px solid #eee;
}
.clear-favorites-btn:hover {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-color)) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(92, 27, 120, 0.4);
}
.clear-favorites-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(92, 27, 120, 0.3);
}
.clear-favorites-btn i,
.nav-pills .nav-link.active i {
    color: #fff;
}
.favorites-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
}
.favorites-link:hover {
    background: var(--primary-purple);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(92, 27, 120, 0.3);
}
.favorites-link .favorite-count {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
    min-width: 18px;
    text-align: center;
}
.banner-content,
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.order-form .card-body i,
.purple-color,
.purple-text {
    color: var(--primary-purple);
}
#havaleForm .form-check-input:checked + .form-check-label,
.accordion-button:not(.collapsed),
.card-header h5 i,
.filter-title i,
.footer-contact .contact-item a:hover,
.footer-contact .contact-item i,
.header-icons .btn:hover,
.header-icons .btn:hover .icon-text,
.product-title a:hover,
.purple,
.same-day-info i,
.top-bar a:hover {
    color: var(--primary-color);
}
.purple-bg {
    background-color: var(--primary-purple);
}
body {
    font-size: 15px;
    font-weight: 500;
}
.top-bar {
    font-size: 0.75rem;
    font-weight: 100;
}
.breadcrumb-item.active,
.top-bar a {
    color: #666;
}
.carousel-caption h1,
.carousel-caption h2 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.notification-bar {
    font-size: 14px;
    background-color: var(--primary-color) !important;
}
.input-group .form-control {
    border-radius: 3px 0 0 3px;
    font-size: 13px;
    height: 40px;
}
.input-group .btn-warning {
    border-radius: 0 3px 3px 0;
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-success,
.btn-success:hover {
    background-color: var(--primary-color);
}
.btn-success,
.btn-success:hover,
.category-banner:hover,
.form-control:focus,
.product-card:hover {
    border-color: var(--primary-color);
}
.btn-success {
    font-size: 13px;
    padding: 8px 16px;
}
.btn-success:hover {
    opacity: 0.9;
}
.header-icons {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 1rem;
}
.header-icons .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    color: #666;
    transition: 0.2s;
}
.header-icons .btn i {
    font-size: 22px;
    margin-bottom: 4px;
}

.header-icons .badge {
    font-size: 10px;
    padding: 2px 6px;
    transform: translate(25%, -25%) !important;
}
.badge.bg-success,
.bg-success {
    background-color: var(--primary-color) !important;
}
.navbar {
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.nav-link {
    color: #333 !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 1rem 1.2rem;
}
.nav-link:hover,
.navbar-nav .nav-link:hover,
.text-success {
    color: var(--primary-color) !important;
}
.hero-banner {
    position: relative;
}
.carousel-item {
    height: 100%;
    width: 100%;
}
.carousel-item img,
.icon-wrapper img,
.info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .favorite-btn {
        width: 30px;
        height: 30px;
        top: 8px;
        right: 8px;
    }
    .favorite-btn i {
        font-size: 16px;
    }
    .favorites-header h1 {
        font-size: 1.5rem;
    }
    .favorites-link {
        font-size: 12px;
        padding: 6px 10px;
    }
    .carousel-item {
        height: 350px;
    }
}
.carousel-caption {
    bottom: auto;
}
.carousel-caption h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0;
}
.carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.butterfly-logo {
    width: 60px;
    height: auto;
    margin-bottom: 1rem;
    animation: 3s ease-in-out infinite float;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.discount-badge {
    background-color: #ffc107;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    margin-top: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    opacity: 0.8;
}
.category-icons {
    margin: 0;
}
.category-slider {
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
.category-slider .row {
    display: flex;
    flex-wrap: nowrap;
}
.category-slider .col {
    padding: 0;
    flex: 0 0 12.5%;
    min-width: 12.5%;
}
.category-icon {
    text-align: center;
    display: block;
    padding: 1px;
}
.icon-wrapper {
    width: 137px;
    height: 137px;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .icon-wrapper {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 768px) {
    .icon-wrapper {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 576px) {
    .carousel-item {
        height: 150px;
        margin-bottom: -100px;
    }
    .carousel-item img {
        height: 150px;
        width: 100%;
        object-fit: cover;
    }
    .carousel-indicators,
    .carousel-indicators button {
        display: none;
    }
    .icon-wrapper {
        width: 90px;
        height: 90px;
    }
    .category-icons {
        margin-bottom: -40px;
    }
}
@media (max-width: 415px) {
    .icon-wrapper {
        width: 80px;
        height: 80px;
    }
    .category-icons {
        margin-bottom: -40px;
    }
}
@media (max-width: 365px) {
    .icon-wrapper {
        width: 70px;
        height: 70px;
    }
    .category-icons {
        margin-bottom: -40px;
    }
}
.category-icon p {
    margin: 5px 0 0;
    color: #333;
    font-size: 11px;
    font-weight: 200;
}
.category-banners {
    padding: 0;
}
.category-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 300px;
    background: linear-gradient(90deg, #000, #fff);
    border: 1px solid #eee;
    transition: border-color 0.3s;
    text-decoration: solid;
}
.category-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transform: skewX(-25deg);
    animation: shine;
    z-index: 3;
}
.category-banner:hover::before,
.product-card:hover::before,
.product-image:hover::before {
    animation: 0.75s shine;
}
.category-banner.dark {
    background: linear-gradient(45deg, #1e2b2b, #2c3e3e);
}
.category-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.category-banner:hover img {
    transform: scale(1.02);
}
.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: left;
}
.banner-content .script-font {
    font-family: Nunito, Poppins, sans-serif;
    font-size: 3rem;
    color: #333;
    margin: 0;
    line-height: 1;
}
.banner-content .banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0.5rem 0;
}
.banner-content .banner-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.btn-brown {
    background-color: #8b6b57;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}
.btn-brown:hover {
    background-color: #75594a;
    color: #fff;
    transform: translateY(-2px);
}
.category-banner .leaf-1,
.category-banner .leaf-2,
.category-banner .leaf-3,
.category-banner .leaf-4 {
    position: absolute;
    width: 100px;
    height: auto;
    opacity: 0.2;
    z-index: 1;
}
.category-banner .leaf-1 {
    top: -20px;
    right: -20px;
    transform: rotate(45deg);
}
.category-banner .leaf-2 {
    bottom: -20px;
    left: -20px;
    transform: rotate(-135deg);
}
.category-banner .leaf-3 {
    top: -20px;
    left: -20px;
    transform: rotate(-45deg);
}
.category-banner .leaf-4 {
    bottom: -20px;
    right: -20px;
    transform: rotate(135deg);
}
.cart-item .card-title,
.section-title {
    color: #333;
}
.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    height: 100%;
    transition: border-color 0.3s;
}
.product-card::before {
    content: "";
    transform: skewX(-25deg);
    pointer-events: none;
}
.product-image {
    padding-top: 100%;
    background-color: #f8f9fa;
}
.product-image .hover-image,
.product-image .main-image,
.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    transition: transform 0.4s !important;
    transform-origin: center center;
}
.category-icon:hover .icon-wrapper,
.product-image .main-image {
    z-index: 2;
}
.product-image .hover-image {
    z-index: 1;
    transform: scale(1.05);
}
.product-card:hover .product-image.has-hover .main-image,
.product-card:hover .product-image.has-hover img {
    z-index: 1;
    transform: scale(1.05);
    opacity: 1 !important;
}
.product-card:hover .product-image.has-hover .hover-image {
    z-index: 2;
    transform: scale(1);
    opacity: 1 !important;
}
.product-image:not(.has-hover) .main-image,
.product-image:not(.has-hover) img {
    transition: none !important;
    transform: none !important;
}
.product-card:hover .product-image:not(.has-hover) .main-image,
.product-card:hover .product-image:not(.has-hover) img {
    transform: none !important;
    opacity: 1 !important;
}
.product-card:hover .product-image *,
.product-card:hover .product-image .hover-image,
.product-card:hover .product-image .main-image,
.product-card:hover .product-image img {
    opacity: 1 !important;
}
@media (hover: none) and (pointer: coarse) {
    .product-image .hover-image {
        display: none !important;
    }
    .product-card:hover .product-image.has-hover .main-image {
        z-index: 2 !important;
        transform: none !important;
    }
}
@media (max-width: 1024px) {
    .product-image .hover-image {
        display: none !important;
    }
    .product-card:hover .product-image.has-hover .main-image {
        z-index: 2 !important;
        transform: none !important;
    }
}
.card-body {
    padding: 1rem;
    text-align: center;
}
.product-category {
    font-size: 11px;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.product-category i {
    color: var(--primary-color);
    margin-right: 3px;
}
.product-title {
    margin: 0 0 8px;
    line-height: 1.4;
}
.product-title a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.product-code {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}
@media (max-width: 500px) {
    .product-code {
        font-size: 10px;
    }
}
.product-code span {
    color: #999;
    font-weight: 500;
}
.product-card .product-price,
.product-price {
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.current-price,
.product-card .current-price {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    gap: 1px;
}
.current-price .currency,
.current-price .decimal,
.product-card .currency,
.product-card .decimal {
    font-size: 11px;
    margin-top: 3px;
}
.old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    align-self: center;
    margin-top: 5px;
}
.accordion-header .nav-link,
.accordion-header a.accordion-button,
.clear-filter-btn,
.footer-links a {
    text-decoration: none;
}
.price-info {
    font-size: 11px;
    color: #666;
    position: absolute;
    right: 35%;
    bottom: -15px;
    line-height: 1;
}
.btn-send,
.btn-send:hover {
    color: #fff;
    background-color: var(--primary-color);
}
.btn-send {
    font-size: 12px;
    font-weight: 500;
    padding: 6px;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: 0.2s;
}
.btn-send:hover {
    opacity: 0.9;
}
.btn-send i {
    font-size: 11px;
    margin-right: 4px;
}
.footer-area {
    background-color: #f8f9fa;
    color: #6c757d;
}
.footer-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-logo img {
    max-height: 60px;
    margin-bottom: 1rem;
}
.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
}
.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}
.footer-contact .contact-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-title {
    color: #212529;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
.footer-links a,
.social-link {
    align-items: center;
    color: #6c757d;
    transition: 0.3s;
    display: flex;
}
.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}
.footer-links,
.special-notes {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    font-size: 0.9rem;
}
.footer-links a i {
    font-size: 12px;
    margin-right: 5px;
    transition: transform 0.3s;
}
.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}
.contact-item:hover,
.footer-links a:hover i {
    transform: translateX(3px);
}
.newsletter-form .form-control {
    border-radius: 4px 0 0 4px;
    border: 1px solid #ced4da;
}
.newsletter-form .btn {
    border-radius: 0 4px 4px 0;
}
.social-link {
    width: 35px;
    height: 35px;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.social-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.payment-methods img {
    max-height: 35px;
}
@media (max-width: 992px) {
    .carousel-item {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .category-banner {
        height: 210px;
    }
    .banner-content .script-font,
    .carousel-caption h1 {
        font-size: 2.5rem;
    }
    .banner-content .banner-title,
    .carousel-caption h2,
    .script-font {
        font-size: 2rem;
    }
    .banner-content .banner-text {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .category-banner .leaf-1,
    .category-banner .leaf-2,
    .category-banner .leaf-3,
    .category-banner .leaf-4 {
        width: 80px;
    }
    .product-title a {
        font-size: 13px;
    }
    .current-price {
        font-size: 20px;
    }
    .old-price {
        font-size: 14px;
    }
    .current-price .currency,
    .current-price .decimal {
        font-size: 10px;
        margin-top: 2px;
    }
    .price-info {
        font-size: 10px;
        bottom: -14px;
        right: 30%;
    }
    .card-body {
        padding: 0.75rem;
    }
    .btn-send {
        font-size: 12px;
        padding: 6px;
    }
    .footer-widget {
        margin-bottom: 2rem;
    }
    .footer-bottom .text-end {
        text-align: center !important;
        margin-top: 1rem;
    }
    .carousel-item {
        height: 350px;
    }
    .banner-content {
        padding: 1rem;
    }
    .header-icons {
        gap: 1.5rem;
        margin-left: 0.5rem;
    }
    .header-icons .btn i {
        font-size: 20px;
        margin-bottom: 3px;
    }
    .header-icons .btn .icon-text {
        font-size: 11px;
    }
}
.product-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    border-top-right-radius: 15px;
    z-index: 2;
}
.product-badge.bestseller {
    color: #fff;
    background: #912592;
}
.product-badge.free-shipping {
    color: #fff;
    background: #4dabf7;
}
.product-badge.new {
    color: #fff;
    background: #845ef7;
}
.product-badge.discount {
    background: #ff6b6b;
    color: #fff;
}
.product-badge span {
    display: block;
    white-space: nowrap;
}
.accordion-header a.accordion-button::after,
.delivery-badge,
.delivery-info,
.discount-badge,
.discount-info,
.product-labels {
    display: none;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: 0.2s fadeInDown;
}
.navbar-nav .dropdown-menu {
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 0.8rem 0;
    min-width: 230px;
    background: #fff;
}
.navbar-nav .dropdown-item {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    color: #555;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    transition: 0.2s;
}
.navbar-nav .dropdown-item:hover {
    background: rgba(146, 66, 90, 0.04);
    color: var(--primary-color);
    padding-left: 1.5rem;
}
.navbar-nav .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: 0.2s;
}
.navbar-nav .dropdown-item:hover::before {
    width: 3px;
}
.navbar-nav .nav-link {
    padding: 0.7rem 1rem !important;
    transition: 0.3s;
    font-weight: 500;
}
.offcanvas {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
.offcanvas-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.offcanvas-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
}
.offcanvas-body {
    padding: 0.8rem;
}
.accordion-button,
.accordion-header .nav-link {
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    color: #555;
}
.offcanvas-body .input-group {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}
.offcanvas-body .input-group .form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-right: none;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    background: 0 0;
}
.offcanvas-body .input-group .btn {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
    background: 0 0;
    color: var(--primary-color);
}
.accordion-header .nav-link {
    display: block;
    transition: 0.2s;
}
.accordion-button {
    background: 0 0;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.accordion-button:hover,
.accordion-header .nav-link:hover {
    color: var(--primary-color);
    background: rgba(146, 66, 90, 0.04);
}
.accordion-button::after {
    opacity: 0.5;
}
.accordion-body .nav-link {
    padding: 0.5rem 1rem;
    color: #666;
    font-size: 0.85rem;
    transition: 0.2s;
}
.accordion-body .nav-link:hover {
    color: var(--primary-color);
    background: rgba(146, 66, 90, 0.04);
    padding-left: 1.2rem;
}
.mobile-bottom-menu {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.mobile-bottom-menu .menu-items {
    display: flex;
    justify-content: space-around;
}
.mobile-bottom-menu .menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 991px) {
    body {
        padding-bottom: 65px;
    }
    .mobile-bottom-menu {
        display: block;
    }
    .info-content {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 992px) {
    .mobile-bottom-menu {
        display: none;
    }
}
.accordion-header a.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: rgba(146, 66, 90, 0.08);
    box-shadow: none;
}
.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-width: 180px;
    padding: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98));
    backdrop-filter: blur(8px);
    transform-origin: top center;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: inherit;
    border-left: 1px solid rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.btn-order:hover,
.btn-whatsapp:hover,
.info-box:hover {
    transform: translateY(-2px);
}
.dropdown-menu .p-3 {
    padding: 12px !important;
}
.dropdown-menu .btn {
    padding: 6px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 400;
}
.dropdown-menu .btn-outline-secondary {
    border-color: rgba(0, 0, 0, 0.05);
    color: #666;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
}
.dropdown-menu .btn-outline-secondary:hover {
    background: linear-gradient(145deg, rgba(248, 249, 250, 0.5), rgba(248, 249, 250, 0.8));
    border-color: rgba(0, 0, 0, 0.08);
    color: #333;
}
.dropdown-menu small {
    font-size: 11px;
    opacity: 0.7;
}
.dropdown-menu i {
    font-size: 14px;
    opacity: 0.7;
}
.dropdown-menu .text-center small {
    font-size: 10px;
    opacity: 0.5;
}
.animate {
    animation-duration: 0.15s;
    animation-fill-mode: both;
}
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        transform: translateX(-50%) translateY(0.3rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}
.slideIn {
    animation-name: slideIn;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-menu .btn-success {
    color: #fff !important;
    font-weight: 500;
}
.dropdown-menu .btn-success:hover {
    color: #fff !important;
    opacity: 0.95;
}
.btn.active,
.btn:active,
.btn:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.25) !important;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    opacity: 0.9;
}
.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.form-control:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.15) !important;
}
.dropdown-menu .btn:active,
.dropdown-menu .btn:focus {
    box-shadow: none !important;
    transform: scale(0.98);
}
.dropdown-menu .btn-outline-secondary:active,
.dropdown-menu .btn-outline-secondary:focus {
    background: linear-gradient(145deg, rgba(146, 66, 90, 0.1), rgba(146, 66, 90, 0.2)) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.uyelik-dropdown .dropdown-menu {
    margin-top: 60px !important;
}
.header-icons .btn.active,
.header-icons .btn:active,
.header-icons .btn:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: var(--primary-color) !important;
    transform: scale(0.98);
    outline: 0 !important;
}
.header-icons .btn,
.header-icons .btn:hover {
    background: 0 0 !important;
}
.header-icons .btn {
    border: none !important;
    outline: 0 !important;
}
.info-section {
    padding: 40px 0;
    background: linear-gradient(to bottom, #f8f9fa, #fff);
}
.info-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid rgba(146, 66, 90, 0.1);
}
.info-content h2 {
    font-size: 1.75rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}
.info-content .lead {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
}
.info-boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}
.info-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.875rem;
    padding: 0.875rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
}
.info-badge,
.info-box .icon-wrapper {
    background: var(--primary-color);
    display: flex;
}
.info-box:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.info-box .icon-wrapper {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}
.info-box .icon-wrapper i {
    color: #fff;
    font-size: 1.25rem;
}
.info-box .info-text {
    flex: 1;
    text-align: left;
}
.info-box .info-text h5 {
    margin: 0;
    font-size: 1rem;
    color: var(--dark);
}
.info-box .info-text p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--gray);
}
@media (min-width: 768px) {
    .info-boxes {
        grid-template-columns: repeat(2, 1fr);
        max-width: 90%;
        margin: 0 auto;
    }
}
.info-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 385px;
}
.info-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15px rgba(146, 66, 90, 0.3);
}
.empty-cart-alert,
.empty-category,
.filter-section,
.product-gallery,
.product-info,
.tab-content {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.info-badge .number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
.info-badge .text {
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .uyelik-dropdown .dropdown-menu {
        margin-left: -40px !important;
        margin-top: 38px !important;
    }
    .info-box .icon-wrapper {
        width: 38px;
        height: 38px;
        margin-bottom: 0.75rem;
    }
    .info-box .icon-wrapper i {
        font-size: 1.125rem;
    }
    .info-box .info-text h5 {
        font-size: 0.95rem;
    }
    .info-box .info-text p {
        font-size: 0.8rem;
    }
    .info-box,
    .info-box .info-text,
    .info-box .info-text h5,
    .info-box .info-text p,
    .info-content .lead,
    .info-content h2 {
        text-align: center;
    }
    .info-section {
        padding: 30px 0;
    }
    .info-content {
        padding: 20px;
    }
    .info-content h2 {
        font-size: 1.5rem;
        margin-top: 15px;
    }
    .info-boxes {
        grid-template-columns: 1fr;
    }
    .info-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.25rem;
    }
    .info-badge {
        width: 70px;
        height: 70px;
        padding: 0.875rem;
    }
    .info-badge .number {
        font-size: 1.25rem;
    }
    .info-badge .text {
        font-size: 0.65rem;
    }
}
.header-icon .badge,
.same-day-info {
    align-items: center;
    font-weight: 500;
}
.navbar-nav .nav-link i {
    font-size: 0.9rem;
    opacity: 0.8;
    transition: 0.2s;
}
.cart-item .btn-link:hover,
.navbar-nav .nav-link:hover i {
    opacity: 1;
    transform: scale(1.1);
}
.dropdown-item i {
    font-size: 0.85rem;
    opacity: 0.7;
    width: 20px;
    text-align: center;
}
.accordion-body .nav-link:hover i,
.accordion-button:hover i,
.accordion-header .nav-link:hover i,
.dropdown-item:hover i {
    opacity: 1;
    color: var(--primary-color);
}
.accordion-button i,
.accordion-header .nav-link i {
    font-size: 0.9rem;
    opacity: 0.7;
    width: 20px;
    text-align: center;
}
.accordion-body .nav-link i {
    font-size: 0.85rem;
    opacity: 0.6;
    width: 18px;
    text-align: center;
}
.header-icon {
    padding: 10px 2px;
    background: 0 0 !important;
    border: none !important;
    outline: 0 !important;
    gap: 12px;
}
@media (max-width: 568px) {
    .header-icon {
        padding: 5px 1px;
        margin-right: -10px;
    }
}
.header-icon:active,
.header-icon:focus,
.header-icon:hover {
    background-color: transparent !important;
}
.header-icon i {
    font-size: 19px;
    color: #333;
}
.header-icon span {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}
.header-icon span.d-none {
    width: 70px;
}
.header-icon .badge {
    position: absolute;
    top: -5px;
    right: -8px;
    font-size: 11px;
    padding: 3px 6px;
    min-width: 20px;
    height: 20px;
    line-height: 14px;
    border-radius: 10px;
    background: var(--primary-color) !important;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    color: #fff;
    margin-right: 17px;
}
#progressbar,
.special-notes li {
    position: relative;
}
.cart-section,
.order-section,
.product-detail,
.products-section {
    padding: 40px 0;
}
.product-gallery {
    border-radius: 12px;
    overflow: hidden;
}
.product-gallery .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-gallery-thumbs {
    margin-top: 15px;
}
.product-gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s;
}
.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--primary-purple);
}
.product-info {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}
.same-day-info,
.stock-badge {
    background-color: rgba(146, 66, 90, 0.1);
    font-size: 14px;
}
.same-day-info {
    display: inline-flex;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.product-info .product-title {
    font-size: 28px;
    font-weight: 600;
    margin: 5px 0;
    color: #333;
}
.stock-code {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
.quantity-btn,
.stock-badge,
.stock-badge i {
    color: var(--primary-color);
}
.product-info .product-price {
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}
.product-info .price-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.product-info .big-price {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
.product-info .price-details {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}
.product-info .decimal-part {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 500;
}
.product-info .kdv-text {
    font-size: 7px;
    color: #666;
    line-height: 1;
}
.product-info .original-price {
    position: relative;
    font-size: 22px;
    color: #999;
    text-decoration: line-through;
    align-self: center;
    font-weight: 500;
}
.stock-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.quantity-control,
.stock-badge {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
}
.stock-badge {
    gap: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 500;
}
.stock-badge i {
    font-size: 16px;
}
.quantity-control {
    gap: 12px;
    background: rgba(146, 66, 90, 0.1);
    border-radius: 50px;
    border: 1px solid var(--primary-color);
}
.feature-item,
.quantity-btn {
    display: flex;
    align-items: center;
}
.quantity-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    justify-content: center;
}
.modal-header,
.quantity-btn:hover {
    background: var(--primary-color);
    color: #fff;
}
.quantity-input {
    width: 32px;
    text-align: center;
    border: none;
    background: 0 0;
    padding: 0;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
}
#havaleForm .form-check:hover,
#progressbar li.active ~ li:before,
.feature-item,
.nav-tabs .nav-link {
    background: #f8f9fa;
}
.quantity-input:focus {
    outline: 0;
}
.delivery-date-selection,
.delivery-region {
    margin: 20px 0;
}
.delivery-region-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
}
.delivery-date-selection h5 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.quick-features {
    margin: 30px 0;
}
.feature-item {
    gap: 10px;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
}
.detail-box h5,
.filter-header,
.quantity-selector {
    display: flex;
    align-items: center;
}
.btn-order,
.btn-whatsapp {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 600;
}
.feature-item i {
    font-size: 20px;
    color: var(--primary-purple);
}
.product-tabs {
    margin-top: 40px;
}
.nav-tabs {
    gap: 10px;
}
.btn-order,
.btn-order:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}
.nav-tabs .nav-link.active {
    background: var(--primary-purple);
    color: #fff;
}
.tab-content {
    margin-top: 20px;
}
.detail-box {
    margin: 25px 0;
}
.order-buttons {
    margin-top: 30px;
}
.btn-order {
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
}
.btn-order:hover {
    opacity: 0.9;
}
.btn-whatsapp {
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 8px;
}
.btn-whatsapp:hover {
    background: #22c35e;
}
.delivery-options {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.delivery-options.active {
    display: block;
    opacity: 1;
}
.product-gallery .product-gallery-nav-next,
.product-gallery .product-gallery-nav-prev {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(101, 67, 33, 0.12);
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
#progressbar li.active:after,
#progressbar li.active:before,
.modal-header,
.nav-pills .nav-link.active,
.product-gallery .swiper-pagination-bullet-active {
    background: var(--primary-color);
}
.product-gallery .product-gallery-nav-next:hover,
.product-gallery .product-gallery-nav-prev:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-purple, var(--primary-color)));
    color: #fff;
    border-color: var(--primary-purple, var(--primary-color));
}
.product-gallery .product-gallery-nav-next i,
.product-gallery .product-gallery-nav-prev i {
    font-size: 1.05rem;
    line-height: 1;
}
.product-gallery .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(146, 66, 90, 0.5);
    opacity: 1;
}
.filter-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}
.filter-header {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.filter-group,
.filter-title {
    display: flex;
    align-items: center;
}
.filter-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.clear-filter-btn,
.filter-btn,
.price-filter input,
.sort-select {
    height: 40px;
    font-size: 14px;
}
.filter-group {
    gap: 15px;
    flex-wrap: wrap;
}
.filter-btn,
.price-filter {
    display: flex;
    align-items: center;
}
.price-filter {
    gap: 10px;
}
.price-filter input {
    width: 120px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #333;
}
.price-filter input:focus,
.sort-select:focus {
    outline: 0;
    border-color: var(--primary-color);
}
.filter-btn {
    padding: 0 20px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    gap: 8px;
    transition: 0.3s;
}
.clear-filter-btn,
.scroll-to-top {
    display: flex;
    align-items: center;
    transition: 0.3s;
}
#loginModal .login-btn:hover,
.filter-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.clear-filter-btn {
    width: 40px;
    justify-content: center;
    background: #f8f9fa;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.clear-filter-btn:hover {
    background: #e9ecef;
    color: #333;
}
.sort-select {
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #333;
    background: #fff;
    cursor: pointer;
    min-width: 200px;
}
.empty-cart-alert,
.empty-category {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
}
.scroll-to-top,
.scroll-to-top:hover {
    background-color: var(--primary-color);
}
.empty-cart-icon,
.empty-icon {
    font-size: 60px;
    color: #ddd;
    margin-bottom: 20px;
}
.empty-cart-alert h4,
.empty-category h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.empty-category p {
    color: #666;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.empty-category .btn {
    background: var(--primary-color);
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
}
.empty-category .btn:hover,
.mobile-search .btn:hover {
    opacity: 0.9;
}
@media (max-width: 768px) {
    .product-info {
        margin-top: 20px;
        padding: 15px;
    }
    .filter-title,
    .product-info .product-title {
        font-size: 20px;
    }
    .product-info .big-price {
        font-size: 38px;
    }
    .feature-item {
        padding: 10px;
        font-size: 13px;
    }
    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }
    .filter-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .filter-group {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .price-filter {
        flex-wrap: wrap;
    }
    .price-filter input {
        flex: 1;
        min-width: 100px;
    }
    .sort-select {
        width: 100%;
    }
    .filter-btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        height: 45px;
        font-size: 15px;
    }
}
.product-card .old-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    align-self: center;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .product-card .current-price {
        font-size: 24px;
    }
    .product-card .old-price {
        font-size: 11px;
    }
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.detail-box h5,
.detail-box h5 i {
    align-items: center;
    display: flex;
}
.scroll-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.product-details {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}
.detail-box {
    margin-bottom: 30px;
}
.accordion-item:last-child,
.detail-box:last-child,
.special-notes li:last-child {
    margin-bottom: 0;
}
.detail-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    gap: 10px;
}
.detail-box h5 i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    justify-content: center;
    background: rgba(146, 66, 90, 0.1);
    border-radius: 50%;
    color: var(--primary-color);
}
.special-notes li {
    padding-left: 25px;
    margin-bottom: 12px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}
.special-notes li:before {
    content: "•";
    color: var(--primary-purple);
    font-size: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
}
.additional-info {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}
.accordion {
    border-radius: 12px;
    overflow: hidden;
}
.accordion-item {
    border: none;
    background: 0 0;
    margin-bottom: 10px;
}
.accordion-header .accordion-button {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px !important;
    transition: 0.3s;
}
.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: #fff;
    box-shadow: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.accordion-body,
.nav-tabs .nav-link.active {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(146, 66, 90, 0.2);
}
.accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    transition: 0.3s;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.accordion-body {
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.nav-tabs {
    border: none;
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    margin: 0;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    transition: 0.3s;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: var(--primary-color);
}
.nav-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom-color: #fff;
}
.tab-content {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0 8px 8px;
}
@media (max-width: 768px) {
    .product-details {
        padding: 20px;
    }
    .detail-box h5 {
        font-size: 16px;
    }
    .detail-box h5 i {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .special-notes li {
        font-size: 14px;
        padding-left: 20px;
    }
    .special-notes li:before {
        width: 6px;
        height: 6px;
        top: 7px;
    }
    .additional-info {
        font-size: 14px;
    }
    .accordion-header .accordion-button {
        padding: 15px;
        font-size: 15px;
    }
    .accordion-body {
        padding: 15px;
        font-size: 14px;
    }
    .nav-tabs .nav-link {
        padding: 12px 20px;
        font-size: 15px;
    }
}
.whatsapp-support .whatsapp-btn {
    display: flex;
    align-items: center;
    background-color: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}
.cart-items h2,
.cart-summary .card-title,
.modal-body h6,
.modal-title {
    font-weight: 600;
}
.whatsapp-support .whatsapp-btn:hover {
    background-color: #128c7e;
    transform: translateY(-2px);
}
.whatsapp-support .whatsapp-btn i {
    font-size: 24px;
    margin-right: 10px;
}
.support-hours {
    color: #6c757d;
    font-size: 14px;
}
.support-hours i {
    margin-right: 5px;
}
.cart-summary {
    background: #fff;
    border-radius: 12px;
    position: sticky;
}
.promo-code .form-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}
.promo-code .form-control {
    height: 40px;
    font-size: 14px;
}
.promo-code .btn {
    padding: 8px 16px;
    font-size: 14px;
}
.cart-items h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}
.cart-item {
    margin-bottom: 20px;
}
.cart-item .card {
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.quantity-selector .btn,
.quantity-selector .form-control {
    height: 28px;
    padding: 0;
    border: 1px solid #ddd;
    font-size: 14px;
}
.about-content,
.bank-account-item .account-details,
.cart-item .card-text,
.content-box,
.order-form .d-flex,
.order-form .d-flex .flex-grow-1,
.order-form .product-list {
    text-align: left;
}
.auth-icon,
.nav-pills .nav-link i,
.security-item {
    text-align: center;
}
.quantity-selector .btn {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #666;
}
.input-group .btn-outline-secondary:hover,
.quantity-selector .btn:hover {
    background: #f8f9fa;
    color: #333;
}
.quantity-selector .form-control {
    width: 45px;
    text-align: center;
    font-weight: 500;
    color: #333;
}
.cart-item .btn-link:hover {
    color: #dc3545 !important;
    opacity: 0.8;
}
.empty-cart-alert p {
    color: #666;
    margin-bottom: 20px;
}
#loginModal .modal-dialog {
    max-width: 320px;
}
#loginModal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}
#loginModal .modal-header {
    border: none;
    padding: 0.75rem;
    background: 0 0;
}
#loginModal .btn-close {
    font-size: 0.8rem;
    opacity: 0.5;
    filter: none;
    color: #333;
    background: 0 0;
    padding: 0.5rem;
}
#loginModal .modal-body {
    padding: 1.5rem;
}
#loginModal .modal-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
#loginModal .modal-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.25rem;
}
#loginModal .guest-btn,
#loginModal .login-btn {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 8px;
    transition: 0.2s;
}
#loginModal .login-btn {
    background: var(--primary-color);
    border: none;
}
#loginModal .guest-btn {
    background: #f8f9fa;
    border: 1px solid #eee;
    color: #666;
}
#loginModal .guest-btn:hover {
    background: #f1f3f5;
    border-color: #e9ecef;
    color: #333;
}
#loginModal .position-relative {
    margin: 0.75rem 0;
}
#loginModal hr {
    margin: 0;
    opacity: 0.1;
}
#loginModal .position-absolute {
    font-size: 0.75rem;
    color: #999;
    background: #fff;
    padding: 0 0.5rem;
}
#progressbar:before,
.btn-outline-primary:hover,
.input-group-text {
    background: #f8f9fa;
}
#loginModal .mt-3 small {
    font-size: 0.75rem;
    color: #999;
}
#loginModal .mt-3 i {
    font-size: 0.8rem;
}
.auth-icon {
    margin: 0 auto 1.5rem;
}
.auth-icon i {
    font-size: 3.5rem;
    color: var(--primary-color);
}
@media (max-width: 768px) {
    .auth-icon i {
        font-size: 3rem;
    }
    #sifremiUnuttumModal .fa-key {
        font-size: 2.5rem;
    }
}
.input-group-text {
    border-color: #ddd;
    color: #666;
}
.btn-outline-dark,
.input-group .form-control {
    border-color: #ddd;
}
.input-group .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}
.input-group .btn-outline-secondary {
    border-color: #ddd;
    color: #666;
}
.form-check-label {
    padding-left: 5px;
}
.social-login .btn,
.social-register .btn {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
}
.social-login .btn i,
.social-register .btn i {
    width: 20px;
}
.btn-outline-dark:hover {
    background: #f8f9fa;
    border-color: #ddd;
    color: #333;
}
.btn-outline-primary,
.btn-outline-primary:hover {
    border-color: #ddd;
    color: #3b5998;
}
.achievement-icon i,
.security-item i {
    font-size: 24px;
    color: var(--primary-color);
}
.security-item small {
    color: #666;
    font-size: 12px;
}
.advantages-section i {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content {
    border: none;
    border-radius: 12px;
}
.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.cart-item .card-body,
.modal-body {
    padding: 20px;
}
.alert,
.table > :not(caption) > * > * {
    padding: 15px;
}
.modal-title {
    font-size: 18px;
    color: #333;
}
.modal-body h6 {
    font-size: 16px;
    color: #333;
    margin: 20px 0 10px;
}
.modal-body p,
.modal-body ul li {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
#sifremiUnuttumModal .fa-key,
a,
a:hover {
    color: var(--primary-color);
}
.g-recaptcha {
    display: flex;
    justify-content: center;
}
#sifremiUnuttumModal .modal-body {
    padding: 30px;
}
#sifremiUnuttumModal .fa-key {
    font-size: 40px;
    margin-bottom: 15px;
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}
.shake-animation {
    animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both shake;
}
.alert {
    border: none;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}
.alert-success {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}
.alert-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}
a {
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    opacity: 0.8;
}
.was-validated .form-control:valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.was-validated .form-control:invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.form-check {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
}
.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.2em;
    flex-shrink: 0;
}
.form-check-label {
    font-size: 14px;
    color: #666;
    margin-left: 8px;
    line-height: 1.4;
}
.breadcrumb-item a,
.form-check-label a {
    color: var(--primary-color);
    text-decoration: none;
}
.form-check-label a:hover {
    text-decoration: underline;
}
.bank-account-item .form-check-input:checked,
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.25);
}
.bank-account-item .d-flex {
    justify-content: flex-start;
}
.bank-account-item img {
    width: 120px;
    height: 35px;
    object-fit: contain;
    margin-right: 15px;
}
.about-image img,
.cart-item img {
    object-fit: cover;
}
.bank-account-item h5 {
    margin: 0;
    font-size: 16px;
    color: #333;
}
.account-details {
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: 0.3s;
    margin-top: 10px;
    font-size: 14px;
}
.account-details .row,
.bank-account-item .account-details .row {
    margin: 0;
    padding: 8px 0;
}
.account-details .col-sm-4 {
    text-align: left;
    font-weight: 500;
    color: #666;
}
.account-details .col-sm-8 {
    text-align: left;
    color: #333;
}
.detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.detail-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.detail-label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.detail-value {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.detail-item.total {
    margin-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    border-bottom: none;
}
.detail-item.total .detail-label,
.detail-item.total .detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.heading-line {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
}
#progressbar:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 1;
}
#orderDetails {
    animation: 0.3s ease-out slideDown;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.user-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(146, 66, 90, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-avatar i {
    font-size: 40px;
    color: var(--primary-color);
}
.table tbody td {
    vertical-align: middle;
    color: #666;
    font-size: 14px;
}
.table tbody tr:hover {
    background: rgba(146, 66, 90, 0.05);
}
.modal-title i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 8px;
}
.badge {
    padding: 6px 12px;
    font-weight: 500;
    font-size: 12px;
}
.badge.bg-warning {
    background-color: #ffc107 !important;
    color: #000;
}
.address-card .card-title,
.detail-table tfoot td {
    color: #333;
    font-weight: 600;
}
.badge.bg-info {
    background-color: #17a2b8 !important;
}
.badge.bg-primary {
    background-color: #007bff !important;
}
.badge.bg-success {
    background-color: #28a745 !important;
}
.badge.bg-danger {
    background-color: #dc3545 !important;
}
.address-card {
    height: 100%;
    transition: 0.3s;
}
.address-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.address-card .card-title {
    font-size: 16px;
    margin-bottom: 15px;
}
.address-card .card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.form-control {
    height: 45px;
    font-size: 14px;
    border-color: #ddd;
    box-shadow: none;
}
.order-form textarea.form-control,
textarea.form-control {
    height: auto;
    resize: none;
}
@media (max-width: 768px) {
    .auth-icon,
    .user-avatar {
        width: 60px;
        height: 60px;
    }
    .auth-icon i,
    .user-avatar i {
        font-size: 30px;
    }
    .card-title,
    .security-item i {
        font-size: 20px;
    }
    .security-item small {
        font-size: 11px;
    }
    .advantages-section i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .advantages-section h6,
    .detail-item.total .detail-label,
    .detail-item.total .detail-value {
        font-size: 15px;
    }
    .advantages-section p,
    .detail-label,
    .detail-value,
    .table thead th {
        font-size: 13px;
    }
    .bank-account-item .d-flex {
        flex-direction: row;
        align-items: center;
    }
    .bank-account-item img {
        margin-bottom: 0;
        margin-right: 15px !important;
    }
    .account-details .row {
        padding: 5px 0;
    }
    .account-details .col-sm-4,
    .account-details .col-sm-8 {
        text-align: left;
    }
    .product-info .row {
        flex-direction: column;
    }
    .product-info .col-md-3 {
        margin-bottom: 20px;
    }
    .product-info img {
        max-height: 150px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .nav-pills .nav-link {
        font-size: 13px;
        padding: 8px 12px;
    }
    .table tbody td {
        font-size: 13px;
        padding: 12px;
    }
    .modal-dialog {
        margin: 10px;
    }
}
@media print {
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }
    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    .modal-content {
        border: none;
        box-shadow: none;
    }
    .btn-close,
    .btn-print {
        display: none;
    }
}
.cart-summary,
.order-form .card {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.detail-table td {
    padding: 12px;
    color: #666;
}
.order-summary {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}
.order-summary .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.order-summary .total {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 600;
    color: #333;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fade-in {
    animation: 0.3s ease-out fadeIn;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
    color: var(--primary-color);
}
.card-header h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}
.nav-pills .nav-link {
    color: #666;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-pills .nav-link:hover {
    background: rgba(146, 66, 90, 0.1);
    color: var(--primary-color);
}
.contact-info .section-title:after,
.detail-table th,
.nav-pills .nav-link.active,
.table thead th {
    background: var(--primary-color);
}
.detail-table th,
.modal-header .modal-title,
.nav-pills .nav-link.active,
.table thead th {
    color: #fff !important;
}
.nav-pills .nav-link i {
    width: 20px;
    color: var(--primary-color);
    transition: 0.3s;
}
.table thead th {
    font-weight: 500;
    border: none;
    white-space: nowrap;
}
.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}
.modal-header .btn-close:hover {
    opacity: 1;
}
.detail-table th {
    font-weight: 500;
    padding: 12px;
    white-space: nowrap;
}
.order-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
}
.order-form .card {
    border: none;
    margin-bottom: 25px;
}
.order-form .card-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}
.order-form .form-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    text-align: left;
    display: block;
    font-weight: 500;
}
.order-form .form-control {
    height: 45px;
    font-size: 14px;
    border-color: #ddd;
    border-radius: 8px;
}
.form-control:focus,
.form-select:focus,
.order-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(146, 66, 90, 0.15);
}
.cart-summary {
    position: sticky;
    top: 20px;
    border: none;
}
.cart-summary .card-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
}
.summary-item {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    text-align: left;
}
.summary-item strong {
    font-size: 16px;
    color: #333;
}
.payment-options .form-check {
    margin-bottom: 15px;
    text-align: left;
}
.payment-options .form-check-label {
    font-size: 14px;
    color: #333;
    padding-left: 8px;
}
#havaleForm .form-check {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.order-form .product-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.order-form .product-item:last-child,
.search-autocomplete-item:last-child {
    border-bottom: none;
}
.order-form .product-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.order-form .product-details {
    flex-grow: 1;
    text-align: left;
}
.order-form .product-name {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.order-form .d-flex .text-end small,
.order-form .product-meta {
    font-size: 12px;
    color: #666;
}
.contact-item h5,
.order-form .d-flex .text-end .fw-bold {
    margin-bottom: 4px;
}
.order-form .d-flex .text-end {
    text-align: right;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bank-account-item .copy-btn {
    margin-left: 0;
    display: block;
    width: fit-content;
}
.bank-account-item .account-details .col-sm-4,
.bank-account-item .account-details .col-sm-8 {
    text-align: left;
    padding: 0;
}
.bank-account-item .account-details .col-sm-4 strong {
    color: #666;
    font-size: 14px;
}
.bank-account-item .account-details .col-sm-8 {
    color: #333;
    font-size: 14px;
}
.card-title {
    text-align: left !important;
}
.sayfa-baslik {
    text-align: center !important;
}
.form-label {
    text-align: left !important;
    display: block;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.about-section,
.contact-section,
.page-section,
.search-autocomplete-item:hover {
    background-color: #f8f9fa;
}
.contact-form,
.contact-info {
    height: 100%;
}
.contact-info .section-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
}
.contact-info .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
}
.contact-item {
    transition: 0.3s;
    margin-bottom: 1.25rem;
}
.contact-icon {
    width: 32px;
    height: 32px;
    background: rgba(146, 66, 90, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary,
.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.contact-icon i {
    font-size: 14px;
    color: var(--primary-color);
}
.contact-item h5 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}
.contact-item p {
    font-size: 0.92rem;
    color: #333;
    margin: 0;
    line-height: 2.8;
}
.contact-form .section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.about-content .section-title:after,
.contact-form .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea.form-control {
    height: calc(8rem + 2px);
}
.btn-primary {
    padding: 12px 30px;
    font-weight: 500;
    transition: 0.3s;
}
.btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}
.map-container {
    height: 450px;
    width: 100%;
}
.map-container iframe {
    border: none;
    width: 100%;
    height: 100%;
}
.g-recaptcha {
    margin: 15px 0;
}
@media (max-width: 768px) {
    .contact-form .section-title,
    .contact-info .section-title,
    .order-section h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact-icon i,
    .order-form .card-title {
        font-size: 16px;
    }
    .cart-summary {
        position: static;
        margin-bottom: 25px;
    }
    .cart-summary .card-title {
        font-size: 18px;
    }
    .order-form .product-item img {
        width: 60px;
        height: 60px;
    }
    .contact-item h5 {
        font-size: 1rem;
    }
    .contact-item p {
        font-size: 0.875rem;
    }
    .contact-form,
    .contact-info,
    .contact-item {
        margin-bottom: 20px;
    }
    .contact-icon {
        width: 35px;
        height: 35px;
    }
    .map-container {
        height: 350px;
    }
    .btn-primary {
        width: 100%;
        padding: 10px 20px;
    }
}
.swal2-popup {
    border-radius: 12px;
}
.swal2-title {
    font-size: 20px !important;
    color: #333 !important;
}
.swal2-html-container {
    font-size: 15px !important;
    color: #666 !important;
}
.advantage-item .advantage-icon i,
.card-title {
    font-size: 2rem;
}
.swal2-confirm {
    background-color: var(--primary-color) !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
}
.swal2-confirm:focus {
    box-shadow: 0 0 0 2px rgba(146, 66, 90, 0.2) !important;
}
.card .advantages-section {
    padding: 1rem;
}
.advantages-section .d-flex {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.advantage-icon,
.advantages-section i {
    border-radius: 50%;
    background: rgba(146, 66, 90, 0.1);
    display: flex;
}
.advantages-section .d-flex:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.advantages-section i {
    font-size: 1.5rem;
    color: var(--primary-color);
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.advantages-section h6 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}
.advantages-section p {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .advantages-section .col-md-6 {
        margin-bottom: 1rem;
    }
    .advantages-section .col-md-6:last-child {
        margin-bottom: 0;
    }
    .advantages-section .d-flex {
        padding: 0.875rem;
    }
    .advantages-section i {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
        margin-right: 0.875rem;
    }
    .advantages-section h6 {
        font-size: 0.9375rem;
    }
    .advantages-section p {
        font-size: 0.8125rem;
    }
}
.advantage-icon {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
}
.advantage-icon i {
    font-size: 2.5rem;
    color: var(--primary-color);
}
.card-title {
    font-weight: 600;
    color: #333;
}
.advantage-item:hover {
    box-shadow: 0 10px 30px rgba(146, 66, 90, 0.1);
    border-color: var(--primary-color);
    background: rgba(146, 66, 90, 0.03);
    transform: translateY(-2px);
}
.advantage-item .advantage-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
}
.advantage-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}
.advantage-content p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .advantage-item .advantage-icon i,
    .card-title {
        font-size: 1.75rem;
    }
    .advantage-item {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .advantage-item .advantage-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1.25rem;
    }
    .advantage-content h5 {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }
    .advantage-content p {
        font-size: 0.9375rem;
    }
}
@media (max-width: 576px) {
    .carousel-item {
        height: 250px;
    }
    .carousel-caption h1 {
        font-size: 2rem;
    }
    .advantage-item .advantage-icon i,
    .card-title,
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .category-icons {
        padding: 1rem 0;
    }
    .info-section,
    .products-section {
        padding: 20px 0;
    }
    .info-content {
        padding: 15px;
        margin-bottom: revert-layer;
    }
    .info-content h2 {
        font-size: 1.35rem;
    }
    .info-box {
        padding: 1rem;
    }
    .clear-filter-btn,
    .filter-btn,
    .sort-select {
        height: 38px;
    }
    .filter-section {
        padding: 15px;
        margin-bottom: 20px;
    }
    .filter-title,
    .product-card .current-price {
        font-size: 18px;
    }
    .order-form .d-flex h6,
    .price-filter input,
    .sort-select {
        font-size: 13px;
    }
    .product-card .old-price {
        font-size: 11px;
    }
    .product-details {
        padding: 15px;
    }
    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }
    #loginModal .modal-dialog {
        margin: 0.5rem;
    }
    #loginModal .modal-body,
    .advantage-item {
        padding: 1.25rem;
    }
    #loginModal .modal-icon {
        font-size: 1.75rem;
    }
    #loginModal .modal-title {
        font-size: 1rem;
    }
    #loginModal .guest-btn,
    #loginModal .login-btn {
        padding: 0.5rem 0.875rem;
        font-size: 0.875rem;
    }
    .bank-account-item img {
        width: 100px;
        height: 30px;
    }
    .bank-account-item h5,
    .order-form .d-flex .fw-bold {
        font-size: 15px;
    }
    .account-details {
        padding: 10px;
    }
    .account-details .col-sm-4,
    .account-details .col-sm-8 {
        padding: 3px 15px;
    }
    .detail-list {
        gap: 10px;
    }
    .detail-item {
        padding-bottom: 8px;
    }
    .heading-line {
        width: 40px;
    }
    .contact-form,
    .contact-info,
    .delivery-info,
    .product-info {
        padding: 15px !important;
    }
    .order-form .d-flex {
        flex-direction: column;
        gap: 10px;
    }
    .order-form .d-flex .text-end {
        text-align: left;
        width: 100%;
    }
    .order-form .d-flex img {
        width: 60px;
        height: 60px;
    }
    .order-form .d-flex .text-muted {
        font-size: 12px;
    }
    .bank-account-item .account-details .row {
        margin-bottom: 5px;
    }
    .bank-account-item .account-details .col-sm-4,
    .bank-account-item .account-details .col-sm-8 {
        padding: 3px 0;
    }
    .contact-section {
        padding: 30px 0;
    }
    .map-container {
        height: 300px;
    }
    .g-recaptcha {
        transform: scale(0.9);
        transform-origin: left center;
    }
    .advantages-section .d-flex {
        padding: 0.75rem;
    }
    .advantages-section i {
        width: 35px;
        height: 35px;
        font-size: 1.125rem;
        margin-right: 0.75rem;
    }
    .advantage-content p,
    .advantages-section h6 {
        font-size: 0.875rem;
    }
    .advantages-section p {
        font-size: 0.75rem;
    }
    .advantage-item .advantage-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }
    .advantage-content h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}
.advantage-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    transition: 0.3s;
    border: 1px solid rgba(146, 66, 90, 0.1);
    text-align: center;
}
.advantage-item i {
    font-size: 1.25rem;
    color: var(--primary-color);
    background: rgba(146, 66, 90, 0.1);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}
.advantage-item > div {
    flex: 1;
    text-align: center;
}
.advantage-item h6 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    text-align: center;
}
.advantage-item p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 768px) {
    .advantage-item {
        padding: 0.875rem;
        gap: 0.875rem;
    }
    .advantage-item i {
        width: 32px;
        height: 32px;
        font-size: 1.125rem;
    }
    .advantage-item h6 {
        font-size: 0.875rem;
    }
    .advantage-item p {
        font-size: 0.8125rem;
    }
    .category-nav-next,
    .category-nav-prev {
        width: 25px;
        height: 25px;
    }
    .category-nav-prev {
        left: 0;
    }
    .category-nav-next {
        right: 0;
    }
}
.bank-account-item {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 1rem;
    transition: 0.3s;
}
.bank-account-item:hover {
    border-color: var(--primary-color);
    background-color: rgba(75, 0, 130, 0.05);
}
.category-icons {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.category-slider {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 5px 0 15px;
}
.icon-wrapper {
    position: relative;
    z-index: 1;
}
.category-slider::-webkit-scrollbar {
    display: none;
}
.category-nav-next,
.category-nav-prev {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: var(--primary-color);
}
.category-nav-next:hover,
.category-nav-prev:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}
.category-slider .row {
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
}
.category-slider .col {
    flex: 0 0 12.5%;
    width: 12.5%;
    padding-right: 5px;
    padding-left: 5px;
}
@media (max-width: 1200px) {
    .category-slider .col {
        flex: 0 0 16.666%;
        width: 16.666%;
    }
}
@media (max-width: 992px) {
    .category-slider .col {
        flex: 0 0 20%;
        width: 20%;
    }
}
@media (max-width: 768px) {
    .category-slider .col {
        flex: 0 0 25%;
        width: 25%;
    }
    .cart-item .col-md-2,
    .cart-item img {
        margin-bottom: 0;
    }
    .cart-item img {
        width: 80px;
        height: 80px;
    }
    .cart-item .card-body {
        padding: 15px;
    }
    .cart-item .row {
        align-items: center;
    }
}
.product-card,
.product-image {
    position: relative;
    overflow: hidden;
}
.product-card::before,
.product-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
    animation: 3s infinite shine;
    z-index: 3;
    pointer-events: none;
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100%,
    20% {
        left: 100%;
    }
}
@media (max-width: 576px) {
    .advantage-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }
    .advantage-item i {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    .advantage-item h6 {
        font-size: 0.8125rem;
    }
    .advantage-item p {
        font-size: 0.75rem;
    }
    .category-slider .col {
        flex: 0 0 25%;
        width: 25%;
    }
    #loginModal .modal-dialog {
        min-height: calc(100% - 1rem);
        display: flex;
        align-items: center;
        margin: 0.5rem auto;
    }
    #loginModal .modal-content {
        width: calc(100% - 2rem);
        margin: 0 auto;
        max-width: 320px;
    }
    .cart-item img {
        width: 70px;
        height: 70px;
    }
}
.cart-item .col-md-2 {
    flex: 0 0 auto;
}
@media (max-width: 768px) {
    .auth-icon {
        margin-bottom: 1.25rem;
    }
    .auth-icon i {
        font-size: 2.75rem !important;
        color: var(--primary-color);
        margin-top: 20px;
    }
    .sayfa-baslik {
        font-size: 1.5rem;
    }
    #kvkkModal .modal-dialog,
    #uyelikSozlesmesiModal .modal-dialog {
        margin: 0.75rem;
        max-height: calc(100vh - 1.5rem);
    }
    #kvkkModal .modal-content,
    #uyelikSozlesmesiModal .modal-content {
        border-radius: 12px;
    }
    #kvkkModal .modal-header,
    #uyelikSozlesmesiModal .modal-header {
        padding: 0.75rem 1rem;
    }
    #kvkkModal .modal-title,
    #uyelikSozlesmesiModal .modal-title {
        font-size: 1.1rem;
    }
    #kvkkModal .modal-body,
    #uyelikSozlesmesiModal .modal-body {
        padding: 1rem;
    }
    #kvkkModal .modal-body h6,
    #uyelikSozlesmesiModal .modal-body h6 {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    #kvkkModal .modal-body p,
    #kvkkModal .modal-body ul li,
    #uyelikSozlesmesiModal .modal-body p,
    #uyelikSozlesmesiModal .modal-body ul li {
        font-size: 0.875rem;
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }
    #kvkkModal .modal-footer,
    #uyelikSozlesmesiModal .modal-footer {
        padding: 0.75rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    #kvkkModal .btn,
    #uyelikSozlesmesiModal .btn {
        font-size: 0.875rem;
        padding: 0.375rem 0.75rem;
    }
}
.mobile-search {
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.mobile-search .search-form {
    max-width: 600px;
    margin: 0 auto;
}
.mobile-search .input-group {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.mobile-search .form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-right: none;
    font-size: 14px;
    height: 45px;
    padding: 0.5rem 1rem;
    background: 0 0;
}
.mobile-search .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.mobile-search .btn {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
    padding: 0 1.25rem;
}
.haftanin-firsati-panel .decimal,
.mobile-search .btn i {
    font-size: 16px;
}
.category-nav-next,
.category-nav-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(146, 66, 90, 0.3);
    padding: 0;
}
@media (max-width: 991px) {
    .header-icon .badge,
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-brand img {
        max-height: 60px;
    }
    .search-form {
        width: 100%;
        margin: 10px 0;
        order: 3;
    }
    .header-icons {
        margin-left: auto !important;
        gap: 1rem;
    }
    .navbar > .container {
        flex-wrap: wrap;
    }
    .header-icons,
    .navbar-brand {
        flex: 0 0 auto;
    }
    .search-form {
        flex: 0 0 100%;
    }
    .footer-links,
    .footer-title {
        padding: 15px 0;
    }
    .footer-title,
    .footer-widget {
        margin-bottom: 0;
    }
    .footer-title,
    .footer-widget:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .footer-title {
        cursor: pointer;
    }
    .footer-links:not(.show),
    .footer-title::after {
        display: none;
    }
    .footer-title i {
        font-size: 14px;
        transition: transform 0.3s;
    }
    .footer-title[aria-expanded="true"] i {
        transform: rotate(180deg);
    }
}
.whatsapp-box {
    background: rgba(37, 211, 102, 0.05);
    border: 1px solid rgba(37, 211, 102, 0.2);
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s;
}
.whatsapp-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.1);
}
.cart-item .card,
.quick-features .feature-item {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.whatsapp-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.support-hours,
.whatsapp-btn {
    gap: 10px;
    border-radius: 8px;
    display: flex;
}
.whatsapp-header i {
    font-size: 28px;
    color: #25d366;
}
.whatsapp-header .footer-title {
    color: #333;
    margin: 0;
    padding: 0;
}
.whatsapp-header .footer-title::after {
    display: none;
}
.whatsapp-content {
    padding: 0 5px;
}
.whatsapp-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.whatsapp-btn {
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    margin-bottom: 15px;
}
.whatsapp-btn:hover {
    background: #22c35e;
    color: #fff;
    transform: translateY(-2px);
}
.whatsapp-btn i {
    font-size: 20px;
}
.support-hours {
    align-items: flex-start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}
.support-hours i {
    font-size: 18px;
    color: #666;
    margin-top: 3px;
}
.support-hours div {
    display: flex;
    flex-direction: column;
}
.hours-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}
.hours-time {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.social-links {
    display: flex;
    gap: 15px;
}
.quick-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    height: 100%;
}
.quick-features .feature-item i {
    font-size: 24px;
    color: var(--primary-purple);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary-purple-rgb), 0.1);
    border-radius: 50%;
}
.quick-features .feature-item span {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
@media (max-width: 768px) {
    .category-nav-next i,
    .category-nav-prev i,
    .header-icons .btn i,
    .whatsapp-btn i {
        font-size: 18px;
    }
    .navbar-brand img {
        max-height: 60px;
    }
    .header-icons {
        gap: 0.75rem;
    }
    .header-icons .btn .icon-text,
    .hours-label {
        font-size: 11px;
    }
    .footer-links,
    .footer-title {
        padding: 12px 0;
    }
    .footer-title {
        font-size: 15px;
    }
    .footer-links li {
        margin-bottom: 8px;
    }
    .footer-links li:last-child {
        margin-bottom: 0;
    }
    .footer-links a {
        font-size: 14px;
    }
    .whatsapp-box {
        padding: 15px;
    }
    .whatsapp-header i {
        font-size: 24px;
    }
    .whatsapp-header .footer-title {
        font-size: 16px;
    }
    .whatsapp-text {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .whatsapp-btn {
        padding: 10px 16px;
        font-size: 14px;
    }
    .support-hours {
        padding: 10px;
    }
    .footer-bottom p,
    .hours-time {
        font-size: 13px;
    }
    .footer-bottom .col-md-6,
    .footer-bottom .text-end {
        text-align: center !important;
    }
    .footer-bottom {
        padding-bottom: 20px;
    }
    .footer-bottom .text-end {
        margin-top: 15px;
    }
    .social-links {
        justify-content: center;
        margin-top: 20px;
        justify-content: center;
    }
    .payment-methods {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .payment-methods img {
        max-height: 35px;
        width: auto;
    }
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .product-title {
        min-height: 40px;
        margin-bottom: 10px;
    }
    .product-title a {
        font-size: 13px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-body {
        padding: 0.75rem;
        min-height: 160px;
        display: flex;
        flex-direction: column;
    }
    .product-price {
        margin-top: auto;
    }
}
.about-content .section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
}
.about-content .lead {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1.5rem;
}
.about-content p,
.page-content {
    color: #666;
    line-height: 1.8;
}
.achievements {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 2rem;
}
.achievement-item {
    flex: 1;
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.achievement-item:hover,
.value-card:hover {
    transform: translateY(-5px);
}
.achievement-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: rgba(146, 66, 90, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.achievement-item h4 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.achievement-item p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}
.about-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 500px;
}
.experience-badge,
.value-icon {
    border-radius: 50%;
    display: flex;
}
.about-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.experience-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 1rem;
    width: 100px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15px rgba(146, 66, 90, 0.3);
}
.experience-badge .years {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.experience-badge .text {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2;
}
.value-card {
    text-align: left;
    transition: 0.3s;
}
.value-icon {
    width: 50px;
    height: 50px;
    background: rgba(146, 66, 90, 0.1);
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.value-icon i {
    font-size: 20px;
    color: var(--primary-color);
}
.value-card h4 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0.75rem;
    font-weight: 600;
}
.value-card p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}
.section-title {
    color: var(--primary-color);
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}
.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0;
}
.sidebar-box {
    position: sticky;
    top: 20px;
}
.bg-gradient-purple {
    background: linear-gradient(45deg, var(--primary-color), #b05c7f);
}
.sidebar-title {
    font-size: 1.1rem;
    font-weight: 500;
}
.hover-bg-light:hover {
    background-color: #f8f9fa !important;
    color: var(--primary-color) !important;
}
.btn-back:hover,
.btn-close-panel:hover,
.mobile-phone-link:hover {
    background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
    .about-image {
        margin-top: 2rem;
    }
    .achievements {
        flex-wrap: wrap;
    }
    .achievement-item {
        flex: 0 0 calc(50% - 1rem);
    }
    .header-icons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .header-icons .btn {
        padding: 0 !important;
        min-width: auto;
    }
    .header-icons .btn i {
        font-size: 14px;
    }
    .header-icons .icon-text {
        display: none !important;
    }
    .header-icons .badge {
        top: -5px !important;
        right: -8px !important;
        transform: none !important;
    }
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 12px 20px;
    display: none;
    z-index: 9999;
}
.cookie-consent.active {
    display: block;
    animation: 0.5s ease-out slideUp;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.cookie-consent span {
    font-size: 0.85rem;
    opacity: 0.9;
    line-height: 1.4;
}
.cookie-consent button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.8rem;
    min-width: 100px;
}
.cookie-consent button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .about-content .section-title {
        font-size: 1.75rem;
    }
    .achievement-item {
        flex: 0 0 100%;
    }
    .experience-badge {
        width: 80px;
        height: 80px;
    }
    .experience-badge .years {
        font-size: 1.5rem;
    }
    .experience-badge .text {
        font-size: 0.7rem;
    }
    .sidebar-box {
        position: static;
        margin-top: 2rem;
    }
    .cookie-content {
        flex-direction: row;
        text-align: left;
        gap: 15px;
        padding: 5px;
    }
    .cookie-consent {
        padding: 12px 15px;
    }
    .cookie-consent span {
        flex: 1;
        font-size: 0.7rem;
        font-weight: 300;
    }
    .cookie-consent button {
        padding: 6px 12px;
        font-size: 0.7rem;
        min-width: auto;
    }
}
@media (max-width: 375px) {
    .cookie-content {
        gap: 10px;
    }
    .cookie-consent span {
        font-size: 0.65rem;
        font-weight: 300;
    }
    .cookie-consent button {
        padding: 5px 10px;
    }
}
.category-banners {
    padding-top: 0;
    padding-bottom: 30px;
}
.category-nav-next,
.category-nav-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid rgba(146, 66, 90, 0.15);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}
.category-nav-prev {
    left: 8px;
}
.category-nav-next {
    right: 8px;
}
.category-nav-next i,
.category-nav-prev i {
    font-size: 14px;
}
@media (max-width: 768px) {
    .category-nav-next,
    .category-nav-prev {
        width: 25px;
        height: 25px;
        top: 39%;
    }
    .category-nav-next i,
    .category-nav-prev i {
        font-size: 10px;
    }
}
@media (max-width: 411px) {
    .category-nav-next,
    .category-nav-prev {
        width: 25px;
        height: 25px;
        top: 35%;
    }
    .category-nav-next i,
    .category-nav-prev i {
        font-size: 10px;
    }
}
@media (max-width: 400px) {
    .header-icons .btn i {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .scroll-to-top {
        bottom: 80px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
    .scroll-to-top i {
        font-size: 18px;
    }
    .quick-features .col-6 {
        width: 100% !important;
    }
    .quick-features .feature-item {
        margin-bottom: 10px;
        padding: 12px;
    }
    .quick-features .feature-item i {
        font-size: 20px;
        width: 36px;
        height: 36px;
    }
    .quick-features .feature-item span {
        font-size: 14px;
    }
    .cart-item .card-body {
        padding: 12px;
    }
    .cart-item .row {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        margin: 0;
    }
    .cart-item .col-md-2:first-child {
        flex: 0 0 80px;
        width: 80px;
        padding-right: 12px;
    }
    .cart-item .col-md-4 {
        flex: 1;
        padding-right: 25px;
    }
    .cart-item .col-md-2:not(:first-child) {
        display: flex;
        align-items: center;
        padding: 0;
    }
    .cart-item img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
    }
    .cart-item .card-title {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
        padding-right: 20px;
    }
    .cart-item .card-text {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }
    .cart-item .quantity-price-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
    }
    .cart-item .quantity-selector {
        margin: 0;
    }
    .cart-item .quantity-selector .form-control {
        width: 40px !important;
        padding: 2px !important;
        font-size: 0.9rem;
    }
    .cart-item .quantity-selector .btn {
        padding: 2px 8px;
    }
    .cart-item .price {
        font-size: 0.95rem;
        font-weight: 500;
        margin: 0;
        color: var(--primary-purple);
    }
    .cart-item .btn-link {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 5px;
        color: #dc3545;
        opacity: 0.7;
    }
    .cart-item .btn-link:hover {
        opacity: 1;
    }
    .cart-item .col-md-2:last-child,
    .cart-item .col-md-2:nth-child(4) {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart-item img {
        width: 100px;
        height: 100px;
    }
    .cart-item .card-title {
        font-size: 1rem;
    }
    .cart-item .card-text {
        font-size: 0.85rem;
    }
}
.cart-item .card {
    border: none;
    margin-bottom: 15px;
}
.cart-item .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cart-item .col-md-2:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 5px;
}
.cart-item .card-body .img-fluid,
.haftanin-firsati-panel .product-image img,
.order-section .card .d-flex img,
.search-autocomplete-item img {
    object-fit: cover;
    object-fit: cover;
}
.cart-item .card-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    line-height: 1.4;
}
.cart-item .card-text {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 6px;
    display: flex;
}
.cart-item .card-text i {
    color: var(--primary-purple);
    font-size: 0.9rem;
}
.cart-item .quantity-selector {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart-item .quantity-selector .btn {
    padding: 4px 12px;
    font-size: 0.9rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
}
.cart-item .quantity-selector .form-control {
    width: 45px !important;
    height: 32px;
    text-align: center;
    font-size: 0.9rem;
    padding: 2px;
    border: 1px solid #dee2e6;
}
.cart-item .price {
    color: var(--primary-purple);
    white-space: nowrap;
}
.cart-item .btn-link {
    color: #dc3545;
    padding: 5px;
    font-size: 0.9rem;
    opacity: 0.7;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .cart-item .card-body {
        padding: 10px;
    }
    .cart-item img {
        height: 90px;
        width: 90px;
    }
    .cart-item .card-title {
        font-size: 0.85rem;
        padding-right: 25px;
    }
    .cart-item .card-text {
        font-size: 0.65rem;
        font-weight: 400;
    }
    .cart-item .quantity-price-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #eee;
    }
    .cart-item .quantity-selector .btn {
        padding: 2px 8px;
    }
    .cart-item .quantity-selector .form-control {
        width: 35px !important;
        height: 28px;
        font-size: 0.85rem;
    }
    .cart-item .price {
        font-size: 1rem;
        margin-left: 7px;
    }
    .cart-item .btn-link {
        position: absolute;
        top: 1px;
        right: 1px;
        padding: 4px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart-item img {
        width: 100px;
        height: 100px;
    }
    .cart-item .card-title {
        font-size: 1rem;
    }
    .cart-item .card-text {
        font-size: 0.75rem;
    }
}
.cart-item .card-body {
    position: relative;
    min-height: 120px;
    padding-bottom: 20px;
}
.cart-item .price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}
@media (max-width: 767.98px) {
    .cart-item .price {
        position: static;
        margin-top: 10px;
    }
}
.order-section .card .d-flex {
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
}
.order-section .card .d-flex img {
    margin-right: 15px;
    flex-shrink: 0;
}
@media (max-width: 576px) {
    .auth-icon {
        margin-bottom: 1rem;
    }
    .auth-icon i {
        font-size: 2.5rem !important;
    }
    .sayfa-baslik {
        font-size: 1.35rem;
    }
    #kvkkModal .modal-dialog,
    #uyelikSozlesmesiModal .modal-dialog {
        margin: 0.5rem;
    }
    #kvkkModal .modal-title,
    #uyelikSozlesmesiModal .modal-title {
        font-size: 1rem;
    }
    #kvkkModal .modal-body h6,
    #uyelikSozlesmesiModal .modal-body h6 {
        font-size: 0.9375rem;
    }
    #kvkkModal .modal-body p,
    #kvkkModal .modal-body ul li,
    #uyelikSozlesmesiModal .modal-body p,
    #uyelikSozlesmesiModal .modal-body ul li {
        font-size: 0.8125rem;
    }
    .mobile-search {
        padding: 10px;
    }
    .mobile-search .form-control {
        height: 40px;
        font-size: 13px;
    }
    .mobile-search .btn {
        padding: 0 1rem;
    }
    .mobile-search .btn i {
        font-size: 14px;
    }
    .payment-methods img {
        max-height: 35px;
        margin-bottom: 10px;
    }
    .product-title {
        min-height: 45px;
    }
    .card-body {
        min-height: 170px;
    }
    .product-image {
        height: 200px;
    }
    .order-section .card .d-flex {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .order-section .card .d-flex .flex-grow-1 h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .order-section .card .d-flex .flex-grow-1 p {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .order-section .card .d-flex .text-end {
        min-width: 70px;
    }
}
.order-section .card .d-flex {
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 15px;
    width: 100%;
}
.order-section .card .d-flex img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
}
.order-section .card .d-flex .flex-grow-1 {
    padding-right: 10px;
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.order-section .card .d-flex .text-end {
    flex-shrink: 0;
    min-width: 80px;
    text-align: right;
}
@media (max-width: 576px) {
    .order-section .card .d-flex {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px;
        align-items: flex-start !important;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .order-section .card .d-flex img {
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-right: 0;
    }
    .order-section .card .d-flex .flex-grow-1 {
        flex: 1;
        min-width: 0;
        padding-right: 5px;
    }
    .order-section .card .d-flex .text-end {
        min-width: auto;
        width: auto;
        white-space: nowrap;
        margin-left: auto;
    }
    .order-section .card .d-flex .flex-grow-1 h6 {
        font-size: 13px;
        margin-bottom: 4px;
        line-height: 1.3;
    }
    .order-section .card .d-flex .flex-grow-1 p {
        font-size: 11px;
        margin-bottom: 2px;
        line-height: 1.3;
    }
    .mobile-phone-link span {
        font-size: 0.8rem;
    }
}
@media (max-width: 360px) {
    #loginModal .modal-dialog {
        margin: 0.25rem auto;
    }
    #loginModal .modal-content {
        width: calc(100% - 1rem);
    }
    #loginModal .modal-body {
        padding: 1rem;
    }
    .order-section .card .d-flex img {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .order-section .card .d-flex .flex-grow-1 h6 {
        font-size: 12px;
    }
    .order-section .card .d-flex .flex-grow-1 p {
        font-size: 10px;
    }
    .order-section .card .d-flex .text-end {
        font-size: 13px;
    }
}
.cart-item .card-body .img-fluid {
    width: 100%;
    height: 120px;
    max-width: 100%;
    border-radius: 8px;
}
.cart-item .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
    min-width: 120px;
}
.g-recaptcha {
    display: flex;
    justify-content: left;
}
.mobile-bottom-menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 8px 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}
.mobile-bottom-menu .menu-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-bottom-menu .menu-item {
    text-align: center;
    flex: 1;
}
.mobile-bottom-menu .menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 10px;
    padding: 3px;
    transition: 0.3s;
}
.mobile-bottom-menu .menu-link:active {
    transform: scale(0.95);
}
.mobile-bottom-menu .menu-icon {
    font-size: 18px;
    margin-bottom: 2px;
}
.navbar-toggler {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 0;
    margin-right: 15px;
}
.mobile-phone-link {
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.mobile-phone-link:hover {
    color: #fff;
}
.mobile-phone-link i {
    font-size: 1rem;
}
.mobile-phone-link span {
    margin-left: 5px;
}
.text-green {
    color: green;
}
.mobile-cart-badge {
    position: absolute;
    top: -4px;
    right: 50%;
    transform: translateX(10px);
    background: rgba(255, 152, 0, 0.14);
    color: #a55b00;
    font-size: 9px;
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 152, 0, 0.28);
    min-width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
    .mobile-cart-icon {
        font-size: 24px !important;
    }
    .header-icon .badge {
        top: -10px;
        right: -10px;
        font-size: 12px;
        min-width: 20px;
        height: 20px;
        padding: 2px 6px;
    }
}
.haftanin-firsati-toggle {
    position: fixed;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    background: var(--primary-color);
    color: #fff;
    padding: 25px 8px 25px 10px;
    cursor: pointer;
    z-index: 1050;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 1;
    visibility: visible;
}
.haftanin-firsati-toggle.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.haftanin-firsati-toggle:hover {
    padding-right: 11px;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}
.haftanin-firsati-toggle span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.1px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
.haftanin-firsati-panel .product-title a,
.haftanin-firsati-toggle i {
    font-size: 13px;
}
.haftanin-firsati-panel {
    position: fixed;
    left: -320px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 280px;
    max-height: 70vh;
    background: #fff;
    z-index: 1045;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    border-radius: 0 10px 10px 0;
}
.haftanin-firsati-panel.active {
    left: 0;
    transform: translateY(-50%);
}
.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: var(--primary-color);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-radius: 0 10px 0 0;
}
.panel-header h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
    text-align: center;
}
.btn-back,
.btn-close-panel {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}
.panel-content {
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 0 0 10px;
}
.haftanin-firsati-panel .product-card {
    border: none;
    box-shadow: none;
    max-width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.haftanin-firsati-panel .product-image img {
    max-height: 220px;
}
.haftanin-firsati-panel .product-title {
    font-size: 13px;
    line-height: 1.3;
}
.haftanin-firsati-panel .product-category,
.haftanin-firsati-panel .product-code {
    font-size: 11px;
}
.haftanin-firsati-panel .current-price {
    font-size: 28px;
}
.haftanin-firsati-panel .btn-send {
    padding: 10px;
    font-size: 13px;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.haftanin-firsati-panel .discount-info {
    display: inline-block;
    background: #fff;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    margin: 6px 0;
    text-align: center;
    width: 100%;
}
.haftanin-firsati-panel .old-price {
    font-size: 12px;
}
.haftanin-firsati-panel .card-body {
    padding: 8px;
}
.haftanin-firsati-panel .product-badge {
    font-size: 9px;
    padding: 3px 6px;
}
.haftanin-firsati-panel .out-of-stock {
    background-color: #f8d7da;
    color: #721c24;
}
.haftanin-firsati-panel .bestseller {
    background-color: #d4edda;
    color: #155724;
}
.haftanin-firsati-panel .discount {
    background-color: #fff3cd;
    color: #856404;
}
.haftanin-firsati-panel .opportunity {
    background-color: #d1ecf1;
    color: #0c5460;
}
.haftanin-firsati-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.haftanin-firsati-overlay.active {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    .mobile-bottom-menu {
        display: block;
    }
    body {
        padding-bottom: 50px;
    }
    .haftanin-firsati-panel {
        max-width: 260px;
        max-height: 65vh;
        left: -100%;
    }
    .haftanin-firsati-panel.active {
        left: 0;
        transform: translateY(-50%);
    }
    .haftanin-firsati-toggle {
        padding: 20px 6px 20px 8px;
    }
    .haftanin-firsati-toggle span {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .haftanin-firsati-toggle i {
        font-size: 11px;
    }
    .panel-content {
        padding: 8px;
    }
    .haftanin-firsati-panel .product-image img {
        max-height: 220px;
    }
    .haftanin-firsati-panel .current-price {
        font-size: 24px;
    }
    .haftanin-firsati-panel .product-title {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .haftanin-firsati-panel {
        max-width: 240px;
        max-height: 60vh;
    }
    .haftanin-firsati-panel.active {
        left: 0;
        transform: translateY(-50%);
    }
    .haftanin-firsati-toggle {
        padding: 18px 5px 18px 7px;
        gap: 4px;
    }
    .haftanin-firsati-toggle span {
        font-size: 11px;
        letter-spacing: 0.8px;
    }
    .haftanin-firsati-panel .product-category,
    .haftanin-firsati-panel .product-code,
    .haftanin-firsati-toggle i {
        font-size: 10px;
    }
    .panel-header {
        padding: 8px 10px;
    }
    .panel-header h2 {
        font-size: 13px;
    }
    .haftanin-firsati-panel .card-body,
    .panel-content {
        padding: 6px;
    }
    .haftanin-firsati-panel .current-price {
        font-size: 22px;
    }
    .haftanin-firsati-panel .decimal {
        font-size: 14px;
    }
    .haftanin-firsati-panel .discount-info {
        font-size: 9px;
        padding: 5px 10px;
    }
    .haftanin-firsati-panel .btn-send {
        padding: 8px;
        font-size: 12px;
    }
}
.popular-searches {
    font-size: 12px;
    line-height: 1;
}
.popular-search-term,
.popular-search-term-mobile {
    display: inline-block;
    color: #6c757d;
    font-size: 11px;
    transition: 0.2s;
    text-decoration: none;
}
.popular-search-term {
    margin-right: 8px;
}
.popular-search-term:hover {
    color: var(--primary-purple);
    text-decoration: underline;
}
.popular-search-term-mobile {
    margin: 3px;
    padding: 4px 8px;
    background-color: #f8f9fa;
    border-radius: 12px;
}
.popular-search-term-mobile:hover {
    background-color: var(--primary-purple);
    color: #fff;
}
.search-form-wrapper,
.search-wrapper {
    position: relative;
    width: 100%;
}
.search-autocomplete {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1050;
    display: none;
    margin-top: 0;
    padding: 8px 0;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}
.search-autocomplete.show {
    display: block;
}
.search-autocomplete-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #f8f9fa;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    color: #333;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    left: 0;
    right: 0;
}
.search-autocomplete-item:active {
    background-color: #e9ecef;
    transform: none;
}
.search-autocomplete-item img {
    width: 55px;
    height: 55px;
    border-radius: 6px;
    margin-right: 12px;
    border: 1px solid #e9ecef;
    flex-shrink: 0;
}
.search-autocomplete-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.search-autocomplete-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.search-autocomplete-item-code {
    font-size: 11px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}
.search-autocomplete-item-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 2px;
}
.search-autocomplete-empty,
.search-autocomplete-loading {
    padding: 30px 20px;
    text-align: center;
    color: #6c757d;
    font-size: 14px;
}
.search-autocomplete-loading i {
    margin-right: 8px;
}
.search-autocomplete::-webkit-scrollbar {
    display: none;
}
.search-autocomplete {
    -ms-overflow-style: none;
}
.offcanvas-body .search-autocomplete {
    z-index: 1055;
}