/* Public vendor storefront */
.ak-shop { width: 100%; background: #F7FAF9; color: #1F2937; font-family: "Hind Siliguri","Noto Sans Bengali",system-ui,sans-serif; padding-bottom: 48px; }
.ak-shop *, .ak-shop *::before, .ak-shop *::after { box-sizing: border-box; }
.ak-shop-cover {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #00B795, #0d9488 50%, #14b8a6);
  background-size: cover;
  background-position: center;
}
.ak-shop-cover.is-fallback { background: linear-gradient(135deg, #00B795, #009F82); }
.ak-shop-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.ak-shop-header {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin-top: -36px;
  margin-bottom: 16px;
}
.ak-shop-logo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 800;
  font-size: 1.5rem;
  color: #00B795;
  flex-shrink: 0;
}
.ak-shop-logo img { width: 100%; height: 100%; object-fit: cover; }
.ak-shop-meta { flex: 1; min-width: 0; padding-bottom: 4px; }
.ak-shop-name { margin: 0 0 2px; font-size: 1.35rem; font-weight: 800; color: #1F2937; }
.ak-shop-type { margin: 0 0 4px; font-size: 0.9rem; color: #64748b; }
.ak-shop-status { margin: 0; font-size: 0.85rem; display: flex; flex-wrap: wrap; gap: 10px; }
.ak-shop-status .is-open { color: #065f46; font-weight: 600; }
.ak-shop-status .is-closed { color: #991b1b; font-weight: 600; }
.ak-shop-addr { color: #64748b; }
.ak-shop-search {
  display: flex;
  max-width: 480px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  margin-bottom: 14px;
}
.ak-shop-search input { flex: 1; border: 0; padding: 12px 16px; font-size: 0.95rem; outline: none; min-width: 0; font-family: inherit; }
.ak-shop-search button { border: 0; background: #00B795; color: #fff; padding: 12px 16px; font-weight: 700; cursor: pointer; font-family: inherit; }
.ak-shop-cats {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ak-shop-cats::-webkit-scrollbar { display: none; }
.ak-shop-cat {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none !important;
  color: #1F2937 !important;
  font-size: 0.85rem;
  font-weight: 600;
}
.ak-shop-cat.is-active {
  background: #00B795;
  border-color: #00B795;
  color: #fff !important;
}
.ak-shop-products-title { margin: 0 0 12px; font-size: 1.1rem; font-weight: 700; }
.ak-shop-empty {
  background: #fff;
  border: 1px dashed #e2e8f0;
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
  color: #64748b;
}
.ak-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ak-shop-product {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eef2f7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ak-shop-product-media { aspect-ratio: 1/1; background: #e8f8f4; overflow: hidden; }
.ak-shop-product-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ak-shop-product-ph { display: block; width: 100%; height: 100%; background: linear-gradient(160deg,#e6f9f5,#f0fdfa); }
.ak-shop-product-body { padding: 10px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.ak-shop-product-name { font-size: 0.9rem; line-height: 1.3; }
.ak-shop-product-desc { margin: 0; font-size: 0.75rem; color: #64748b; }
.ak-shop-product-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 6px; }
.ak-shop-product-price { font-weight: 800; color: #00B795; font-size: 1rem; }
.ak-shop-product-price s { font-weight: 500; color: #94a3b8; font-size: 0.75rem; margin-left: 4px; }
.ak-shop-add {
  width: 36px; height: 36px; border-radius: 10px; border: 0;
  background: #00B795; color: #fff; font-size: 1.25rem; font-weight: 700;
  cursor: pointer; line-height: 1;
}
@media (min-width: 640px) {
  .ak-shop-cover { height: 200px; }
  .ak-shop-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
}
@media (min-width: 900px) {
  .ak-shop-cover { height: 240px; }
  .ak-shop-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .ak-shop-name { font-size: 1.6rem; }
}
@media (max-width: 639px) {
  .ak-shop-container { padding: 0 14px; }
}
/* Hide theme title/archive chrome on shop route */
body.akf-vendor-shop-page .entry-header,
body.akf-vendor-shop-page .page-header,
body.akf-vendor-shop-page h1.entry-title,
body.akf-vendor-shop-page .ast-archive-description,
body.akf-vendor-shop-page .ast-breadcrumbs-wrapper {
  display: none !important;
}
