#snackbar{visibility:hidden;background-color:#fff;color:#333;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;right:6.8%;left:6.8%;bottom:40px;font-size:17px;-webkit-box-shadow:2px 1px 15px 1px rgba(0,0,0,.3);box-shadow:2px 1px 15px 1px rgba(0,0,0,.3)}#snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .17s 8s;animation:fadein .5s,fadeout .17s 8s}@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}.btnCloseBox{background:bisque;position:fixed;right:11.7%;font-size:large;font-weight:600;color:brown;vertical-align:middle;padding:5px 5px 1px 5px}.c-boxHeader{display:block;font-size:20px;font-weight:600}.c-boxBody{margin-top:20px;margin-bottom:15px}.c-btnDownloadApp{background:#d8043f;padding:7px;color:#fff;border-radius:5px;display:block}        
.whatsapp-flyout {
            z-index: 9999;
            position: fixed;
            right: 20px;
            top: 65%;
            transform: translateY(-50%);
            background-color: #25D366;
            color: #fff!important;
            font-size: 16px;
            font-weight: bold;
            padding: 7px 7px;
            border-radius: 50px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: right 0.5s ease, opacity 0.5s ease;
            opacity: 1;
        }

        .whatsapp-flyout:hover {
            background-color: #1ebe57;
            transform: translateY(-50%) scale(1.1);
        }
        .whatsapp-flyout.scrolled {
                right: -50px;
                opacity: 0.5;
            }

        /* WhatsApp İkonu */
        .whatsapp-icon {
            width: 55px;
            height: 55px;
        }
        /*****************/
        .order-flyout {
            z-index: 9999;
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: bold;
            border-radius: 50px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: right 0.5s ease, opacity 0.5s ease;
            opacity: 1;
        }
        .order-flyout.scrolled {
                right: -50px;
                opacity: 0.5;
            }

        .order-flyout:hover {
            background-color: #fff;
            transform: translateY(-50%) scale(1.1);
        }

        /* order İkonu */
        .order-icon {
            width: 76px;
            height: 76px;
        }
        
        
.download-flyout {
    z-index: 9999;
    position: fixed;
    right: 20px;
    top: 80%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease, opacity 0.5s ease;
    opacity: 1;
}

.download-flyout.scrolled {
    right: -50px;
    opacity: 0.5;
}

.download-icon {
    width: 76px;
    height: 76px;
}
        
  /* Sadece #campaignModal için stil tanımı */
  #campaignModal.modal {
    text-align: center;
    padding: 0 !important;
  }

  #campaignModal.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  #campaignModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
    max-width: 90%;
    max-height: 70vh;
  }

  #campaignModal .modal-content {
    height: auto;
    max-height: 70vh;
    overflow: hidden;
  }

  #campaignModal .modal-content img {
    width: auto;
    height: 70vh;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }

  @media (max-width: 767px) {
    #campaignModal .modal-dialog {
      width: 95%;
    }

    #campaignModal .modal-content img {
      height: auto;
      width: 100%;
    }
  }
          .d-edit-font{
                font-weight: 400!important;
            }
            .c-edit-font{
                font-weight: 400!important;
                font-size: 28px!important;
            }
          .footer {
            max-width: 1170px;
            margin-left: auto;
            margin-right: auto;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #f2f2f2;
            /*padding: 25px 20px;*/
            border-top: 3px solid #4d4d4d;
            z-index: 1000;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        .footer-menu {
            height:75px;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1170px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            padding: 0 40px; /* Yan taraflara padding ekledim */
        }
        
        .footer-category {
            position: absolute;
            left: 50%;
            top: -40px; /* Daha yukarı taşıdım - yarısı dışarıda */
            transform: translateX(-50%);
            z-index: 10;
        }

        .footer-category-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-category-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #F80058;
            border: 3px solid #ffffff;
            box-shadow: 0 4px 12px rgba(128, 128, 128, 0.2);
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .footer-category-button:hover {
            transform: scale(1.0) rotate(90deg);
            box-shadow: 0 6px 16px rgba(128, 128, 128, 0.3);
            background-color: #e6004f;
        }

        .category-dots {
            display: flex;
            flex-wrap: wrap;
            width: 30px;
            height: 30px;
            justify-content: space-between;
            align-content: space-between;
            padding: 2px;
        }

        .category-dot {
            width: 12px;
            height: 12px;
            background-color: white;
            border-radius: 3px;
            flex: 0 0 12px;
        }

        .footer-category-label {
            color: #F80058;
            font-size: 13px;
            font-weight: 600;
            margin-top: 8px;
            transition: all 0.3s ease;
        }
        
        .footer-category-link:hover .footer-category-label {
            color: #e6004f;
            transform: scale(1.05);
        }

        .footer-item {
            text-align: center;
        }

        .footer-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 10px;
            border-radius: 8px;
        }

        .footer-link:hover {
            transform: translateY(-2px);
            background-color: rgba(77, 77, 77, 0.1);
        }

        .footer-button {
            font-family: web-fontreqular !important;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: white;
            font-weight: 600;
            font-size: 24px;
            background-color: #4d4d4d;
            border: 2px solid #4d4d4d;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(77, 77, 77, 0.15);
        }

        .footer-link:hover .footer-button {
            background-color: #666666;
            border-color: #666666;
            box-shadow: 0 4px 12px rgba(77, 77, 77, 0.3);
        }

        .footer-label {
            color: #666666;
            font-size: 14px;
            font-weight: 500;
            margin-top: 8px;
            transition: color 0.3s ease;
        }

        .footer-link:hover .footer-label {
            color: #4d4d4d;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .footer-menu {
                padding: 0 20px;
            }
        }

        @media (max-width: 768px) {
            .footer-menu {
                padding: 0 10px;
                /*justify-content: space-around;*/
                gap: 20px;
            }
            
             .footer-category {
                top: -35px; /* Mobilede biraz daha az yukarı */
            }
        .footer-category-button {
                width: 70px;
                height: 70px;
            }

            .category-dot {
                width: 10px;
                height: 10px;
            }
            .footer-button {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .footer-label {
                font-size: 12px;
            }
        }

        @media (max-width: 480px) {
            .c-margin-l{
               /* margin-left:30px!important;*/
            }
            .c-margin-r{
                margin-left:30px!important;
            }
            .footer {
              /*  padding: 20px 15px;*/
            }
          .d-edit-font{
                font-weight: 400!important;
                font-size: 24px!important;
            }
            .footer-menu {
                gap: 20px;
            }
            
            .footer-button {
                width: 45px;
                height: 45px;
                font-size: 18px;
            }

            .footer-label {
                font-size: 12px;
                margin-top: 6px;
            }
        }

        @media (max-width: 360px) {
            
            .c-margin-l{
               /* margin-left:30px!important;*/
            }
            .c-margin-r{
                margin-right:30px!important;
            }
            .footer-menu {
                gap: 15px;
            }
            
            .footer-item {
                flex: 1;
                min-width: calc(50% - 10px);
            }
        }

        /* Subtle professional animation */
        .footer-button {
            position: relative;
            overflow: hidden;
        }

        .footer-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transition: left 0.5s ease;
        }

        .footer-link:hover .footer-button::after {
            left: 100%;
        }