.mt-50 {
  margin-top: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.slick-track {
  display: flex;
  justify-content: center;
}

/* Sepete ekle butonu */
.cart-btn.add-to-cart {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #48d700ff;
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  transform: translateY(-2px);
}

.cart-btn.add-to-cart:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.cart-btn.add-to-cart i {
  font-size: 18px;
}

.cart-btn .product-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  background: #ffc107;
  /* Sarı – senin görsele uygun */
  color: #000;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.cart-btn .product-cart-count:empty,
.cart-btn .product-cart-count[data-count='0'] {
  display: none;
}

@media (max-width: 768px) {
  .cart-btn.add-to-cart {
    width: 40px;
    height: 40px;
  }

  .cart-btn.add-to-cart i {
    font-size: 16px;
  }
}

.remove-from-cart {
  position: relative;
  z-index: 9999;
}

/* Mini cart item genel */
.mini_cart_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mini_cart_item img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.mini_cart_item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini_cart_item .quantity {
  display: block;
  font-size: 13px;
  margin-top: 4px;
  color: #555;
}

.mini_cart_item .remove {
  margin-left: auto;
  color: #000;
  font-size: 14px;
}

.breadcumb-wrapper-2 {
  background-color: #f2f4e1;
  padding: 40px 0 40px 0;
}

@media (max-width: 767px) {
  .form-style {
    padding: 35px 10px;
    border-radius: 10px;
  }

  .breadcumb-wrapper {
    padding: 40px 0;
  }
  .breadcumb-title {
    font-size: 30px;
  }
}
.user-name {
  font-size: 15px !important;
}
.cart-color {
  background-color: #177500;
}
