.tp-product-category-thumb a img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.tp-product-category-thumb a {
    border-radius: 12px;
}
.breadcrumb__title {
    color: white;
}
.breadcrumb__style-2 .breadcrumb__list span:last-child {
    color: white;
}

.tp-slider-active .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-2 .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-3 .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-4 .owl-item .tp-slider-item.tp-slider-height, .tp-slider-active-5 .owl-item .tp-slider-item.tp-slider-height {
 
    background-image: url(https://dgnbaski.com/storage/banner.png);
}

.tp-subscribe-input button {
    background: #0040e1;
}

.tp-product-item { 
    border: 1px solid #c7c7c7; 
}

.tp-product-categories-slider .swiper-slide {
    border: 1px solid #84828269;
    padding-top: 26px;
    border-radius: 16px;
background: #f1f1f1cf;
}


.tp-product-categories-slider {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .tp-slider-thumb,
  .owl-stage-outer {
    text-align: center !important;
  }
}

.tp-brand-area{
  display:none;
}

.tp-product-category-thumb a { 
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #fff 0, #ffffff 100%);
 
}


.tp-product-category-item{
  
  border: 2px solid #8080802e;
    border-radius: 10px;
}


.tp-product-sm-item:not(:last-child) { 
    border: 2px solid #8080802e !important;
    border-radius: 10px !important;    padding: 10px !important;
}


   
     .whatsapp-float {
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 1000;

    animation: whatsappPulse 1.8s infinite;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    animation: none; /* hover'da titremeyi durdurur */
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1); 
    }
    70% {
        transform: scale(1.25); 
    }
    100% {
        transform: scale(1); 
    }
}

    .whatsapp-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease-in-out;
    }

    .whatsapp-icon:hover {
        transform: scale(1.1);
    }

    @media (max-width: 768px) {
        .whatsapp-icon {
            width: 40px;
            height: 40px;
        }
      .whatsapp-float {
        position: fixed;
        bottom: 120px;
        left: 20px;
        z-index: 1000;
    }
    }

.tp-cta-area{
  padding-top:104px;}

.tp-cta-inner {
    background-color: rgb(0 91 53);
}

.tp-cta-thumb {
    background-color: var(--tp-grey-2);
    border: 6px solid var(--tp-common-black);
    border-radius: 30px;
    display: inline-block;
    height: 550px;
    overflow: hidden;
    position: absolute;
    right: 26%;
    top: -20%;
    width: 312px;
    z-index: 2;
}

.tp-cta-thumb-gradient {
    background-color: rgb(1 80 47); 
}
.app-content > span {
    display: none !important;
}
.offcanvas__btn {
    display: none !important;
}
@media (max-width: 991px) {
    .tp-cta-thumb {
        display: none;
    }
}