/* Medisa V5: kategori, alt kategori ve maksi takım kapakları */
.catalog-category-card .category-card-cover {
  width: 100%;
  height: 160px;
  margin: 3px 0 13px;
  border-radius: 6px;
  background: #e7dfd4;
}

.catalog-category-card .category-card-cover > img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.medisa-card-cover {
  aspect-ratio: 1.42 / 1;
  background: #eee9e2;
}

.medisa-card-cover > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.maxi-composite {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: stretch;
  gap: 1px;
  background: #d9d0c4;
}

.catalog-category-card .maxi-composite > img,
.medisa-product-card .maxi-composite > img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 7px;
  object-fit: contain;
  background: #f7f3ed;
}

.medisa-subcategory-grid {
  margin-top: 18px;
}

.medisa-subcategory {
  background: #f2ece4;
}

.medisa-subcategory strong {
  font-size: 17px;
}

@media (max-width: 650px) {
  .catalog-category-card .category-card-cover {
    height: 115px;
  }

  .medisa-subcategory-grid {
    margin-top: 12px;
  }
}

@media (max-width: 390px) {
  .catalog-category-card .category-card-cover {
    height: 140px;
  }
}

/* V6 marka ve iletişim düzeni */
.brand-logo-link {
  letter-spacing: 0;
  flex-shrink: 0;
}

.senay-logo {
  display: block;
  width: 210px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.medisa-wordmark {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 5px;
  background: #fff;
}

.medisa-wordmark img {
  width: 150px;
  height: auto;
}

.medisa-panel-logo {
  width: min(290px, 90%);
  height: auto;
  margin: 4px 0 18px;
}

.explorer-medisa-logo {
  display: block;
  width: 145px;
  height: auto;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 5px;
  background: #fff;
}

.whatsapp-btn {
  background: #168a49;
  color: #fff;
}

.whatsapp-btn:hover {
  background: #10723b;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
}

.social-links a:hover {
  border-color: var(--red);
  color: var(--red);
}

.footer-brand-logo {
  padding: 8px 11px;
  border-radius: 5px;
  background: #fff;
}

footer .senay-logo {
  width: 175px;
  max-height: 38px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: #fff;
  font-weight: 700;
}

.mobile-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 52;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 99px;
  background: #168a49;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .24);
}

@media (max-width: 900px) {
  .senay-logo {
    width: 175px;
    max-height: 42px;
  }

  footer .senay-logo {
    width: 165px;
  }

  .footer-links {
    justify-content: center;
  }

  .mobile-call {
    right: auto;
    left: 18px;
  }
}

@media (max-width: 650px) {
  .senay-logo {
    width: 150px;
    max-height: 36px;
  }

  .medisa-wordmark img {
    width: 125px;
  }

  .explorer-medisa-logo {
    width: 125px;
  }

  .contact-actions {
    gap: 9px;
  }

  .mobile-whatsapp {
    padding: 14px 16px;
  }
}
