body.home-body .pattern-group .p-g-t-nav .nav .nav-item .nav-link,
body.categories-body .pattern-group .p-g-t-nav .nav .nav-item .nav-link {
  border: 1px solid #000;
  padding-inline: 1rem;
  color: #000;
}
body.home-body .pattern-group .p-g-t-nav .nav .nav-item .nav-link.active,
body.categories-body .pattern-group .p-g-t-nav .nav .nav-item .nav-link.active {
  background: #000;
  color: white;
  font-weight: 500;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
body.categories-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 22px;
  font-weight: 600;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-body .col-list-p-v-1,
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .col-list-p-v-1 {
  padding: 0;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-body .col-list-p-v-1 .card-product .image-wrapper,
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .col-list-p-v-1 .card-product .image-wrapper {
  border-right: 0 !important;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-body .col-list-p-v-1:last-child .card-product .image-wrapper,
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .col-list-p-v-1:last-child .card-product .image-wrapper {
  border-right: 1px solid #000 !important;
}

.container-body {
  max-width: 1220px;
  margin: auto;
}

.footer-top-newsletter {
  max-width: 640px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top-newsletter .title {
  font-size: 24px;
}
.footer-top-newsletter .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  text-align: center;
  font-size: 15px;
}
.footer-top-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 75%;
}
.footer-top-newsletter form .input-type {
  border-bottom: 1px solid #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-top-newsletter form .input-type input {
  border: none;
  font-size: 14px;
}
.footer-top-newsletter form button {
  border: 1px solid #000;
  border-radius: 32px;
}

.widget-area {
  /*display: -ms-grid;*/
  /*display: grid;*/
  display: flex;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin: 2rem 2rem 4rem 2rem;
  gap: 20px;
  justify-content: center;
}
.widget-area .widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.widget-area .widget-item .title {
  font-size: 16px;
  font-weight: 300;
}

.corparate-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.corparate-link li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  text-align: center;
}
.corparate-link li a {
  font-weight: 300;
  font-size: 14px;
}

.footer-social-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.footer-social-area .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.footer-social-area a {
  font-size: 24px !important;
  color: #000 !important;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
.footer-logos img {
  max-width: 240px;
}

.draw-filter {
  border: 1px solid #000;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 5px 15px;
  margin-right: 15px;
  background: transparent;
}

.carousel-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.carousel-grid .xzoom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-info {
  padding: 0rem 3rem;
}

.product-header .code {
  color: #c3c3c3;
  font-size: 14px;
  margin-top: 0.5rem;
}

.product-buttons-one {
  width: 100%;
  gap: 10px;
}
.product-buttons-one .btn-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-buttons-one .product-favourite a {
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
}
.product-buttons-one .product-favourite a i {
  margin: 0;
}

/* Kategori kartı genel stili */
.card-category {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 250px;
    margin: 10px;
}

/* Hover efekti */
.card-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Resim container */
.card-category .image {
    width: 100%;
    overflow: hidden;
    display: block;
}

.card-category .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
}

.card-category .image:hover img {
    transform: scale(1.05);
}

/* Kategori kartı genel stili */
.card-category {
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    max-width: 250px !important;
    margin: 10px !important;
}

/* Hover efekti */
.card-category:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
}

/* Resim container */
.card-category .image {
    width: 100% !important;
    overflow: hidden !important;
    display: block !important;
}

.card-category .image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.card-category .image:hover img {
    transform: scale(1.05) !important;
}

/* Kategori başlığı */
.card-category .title {
    display: block !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 12px 8px !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.card-category .title:hover {
    color: #007bff !important;
}

/* Ürün kartlarını kategori altına yerleştirme */
.card-category .products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 10px !important;
}

.card-category .products .product-card {
    flex: 1 1 calc(50% - 10px) !important; /* 2 ürün yan yana */
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card-category .products .product-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1) !important;
}

.card-category .products .product-card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.card-category .products .product-card .product-title {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    padding: 6px 8px !important;
    color: #333 !important;
}

.card-category .products .product-card .product-price {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #007bff !important;
    padding: 0 8px 8px 8px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .card-category .products .product-card {
        flex: 1 1 100% !important;
    }
}

.card-product .card-product-inner .image-wrapper .image {
    height: 320px !important;
}