/* Shop, categories, product — breadcrumbs & layout */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.store-card-main-link{text-decoration:none;color:inherit;display:block}
.store-card-main-link:focus-visible{outline:2px solid #e91e63;outline-offset:2px;border-radius:8px}

.page-breadcrumb,.product-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;font-size:12px;font-weight:600;color:#7a6b72;padding:10px 14px 0;max-width:1240px;margin:0 auto}
.page-breadcrumb a,.product-breadcrumb a{color:#c2185b;text-decoration:none}
.page-breadcrumb a:hover,.product-breadcrumb a:hover{text-decoration:underline}
.page-breadcrumb span.sep,.product-breadcrumb span.sep{opacity:.45;font-weight:400}

.page-shop .shop-page-hero{background:linear-gradient(180deg,#fff5f8 0%,#fff 100%);padding:16px 14px 12px;border-bottom:1px solid rgba(233,30,99,.1)}
.page-shop .shop-page-hero h1{font-size:22px;font-weight:800;margin:0 0 4px;color:#1a1218;letter-spacing:-.02em}
.page-shop .shop-page-hero .shop-sub{color:#6d5f66;font-size:13px;margin:0 0 12px}
.page-shop .shop-filters-wrap{display:flex;gap:8px;overflow-x:auto;padding:4px 0 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.page-shop .shop-filters-wrap::-webkit-scrollbar{display:none}
.page-shop .filter-pill{flex:0 0 auto;padding:9px 14px;border-radius:999px;font-size:12px;font-weight:700;text-decoration:none;border:1px solid rgba(233,30,99,.2);color:#5c4a52;background:#fff}
.page-shop .filter-pill.active{background:linear-gradient(135deg,#e91e63,#ff4081);color:#fff;border-color:transparent}
.page-shop .shop-products-wrap{padding:14px 12px 24px;max-width:1280px;margin:0 auto}
.page-shop .shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:640px){.page-shop .shop-grid{grid-template-columns:repeat(3,1fr);gap:14px}}
@media(min-width:1024px){.page-shop .shop-grid{grid-template-columns:repeat(4,1fr);gap:16px}}

/* Categories listing — contain grid, override home.css horizontal card rules */
.page-categories .categories-page{
  max-width:100%;
  box-sizing:border-box;
  padding:12px max(12px, env(safe-area-inset-left)) 24px max(12px, env(safe-area-inset-right));
  overflow-x:clip;
}
.page-categories .categories-page-head{margin-bottom:16px}
.page-categories .categories-page-head h1{font-size:24px;font-weight:800;margin:0 0 6px;color:#1a1218}
.page-categories .categories-page-head p{margin:0;color:#6d5f66;font-size:14px}
.page-categories .category-grid-shop{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
@media(min-width:640px){.page-categories .category-grid-shop{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media(min-width:1024px){.page-categories .category-grid-shop{grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px}}

.page-categories .cat-shop-card{
  position:relative;
  border-radius:16px;
  min-height:148px;
  overflow:hidden;
  display:flex !important;
  flex-direction:column;
  justify-content:flex-end;
  align-items:stretch;
  padding:0;
  width:100% !important;
  max-width:100%;
  flex:unset !important;
  aspect-ratio:auto;
  text-decoration:none;
  box-shadow:0 6px 20px rgba(26,18,24,.08);
  border:1px solid rgba(233,30,99,.08);
  transition:transform .2s,box-shadow .2s;
}
.page-categories .cat-shop-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(233,30,99,.15)}
.page-categories .cat-shop-card .cat-shop-cover{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.page-categories .cat-shop-card .cat-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  opacity:.45;
  mix-blend-mode:multiply;
}
.page-categories .cat-shop-card .cat-emoji{
  position:absolute;
  right:10px;
  top:10px;
  font-size:28px;
  z-index:2;
  opacity:.92;
  pointer-events:none;
}
/* Reset home.css pill (top/white) — readable label on photo */
.page-categories .cat-shop-card .cat-label{
  position:relative;
  z-index:3;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  margin:12px 12px 14px;
  align-self:flex-start;
  max-width:calc(100% - 24px);
  background:rgba(255,255,255,.94);
  color:#1a1218 !important;
  padding:8px 12px;
  border-radius:10px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.25;
  white-space:normal;
  text-align:left;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
  text-shadow:none;
}
.page-categories .cat-shop-card > span[style*="bottom:10px"]{z-index:3 !important}

.product-detail-page .product-breadcrumb{padding-top:8px}
.product-desc-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}
@media(min-width:640px){.product-desc-gallery{grid-template-columns:repeat(3,1fr);gap:12px}}
.product-desc-gallery img{width:100%;height:auto;border-radius:12px;object-fit:cover;aspect-ratio:4/3;border:1px solid rgba(233,30,99,.1)}
.product-detail-body{font-size:15px;line-height:1.65;color:#4a3d44}

.page-shop .shop-grid .store-product-card {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  scroll-snap-align: none;
}
/* page-shop-card-no-clip */
.page-shop .shop-grid .store-product-card {
  overflow: visible !important;
  min-width: 0 !important;
}
.page-shop .store-card-info {
  overflow: visible !important;
  padding-bottom: 8px !important;
}
.page-shop .store-card-title {
  -webkit-line-clamp: 3 !important;
  min-height: 0 !important;
}
.page-shop .store-card-actions-bar {
  flex-wrap: nowrap;
}

/* shop-page-v2 — category / listing polish */
.page-shop .app-main {
  background: linear-gradient(180deg, #fffafc 0%, #faf8f9 120px, #fff 100%);
}
.page-shop .page-breadcrumb {
  padding-top: 8px;
  padding-bottom: 4px;
}
.page-shop .shop-page-hero {
  border-radius: 0 0 18px 18px;
  margin: 0 10px 12px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(233, 30, 99, 0.08);
  box-shadow: 0 8px 28px rgba(26, 18, 24, 0.06);
  background: linear-gradient(135deg, #ffffff 0%, #fff5f9 55%, #fff 100%);
}
.page-shop .shop-page-hero h1 {
  font-size: clamp(20px, 5vw, 26px);
}
.page-shop .shop-sub {
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 10px !important;
}
.page-shop .shop-filters-wrap {
  gap: 6px;
  padding: 2px 0 4px;
  mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}
.page-shop .filter-pill {
  padding: 8px 12px;
  font-size: 11px;
  border-radius: 999px;
}
.page-shop .shop-products-wrap {
  padding: 10px 12px 28px;
}
.page-shop .shop-grid {
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .page-shop .shop-page-hero {
    margin: 0 16px 14px;
    padding: 18px 18px 14px;
  }
  .page-shop .shop-grid {
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .page-shop .shop-page-hero {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* shop-page-v3 — simple flat product grid, no card radius */
.page-shop .app-main {
  background: #fafafa !important;
}
.page-shop .shop-page-hero {
  border-radius: 0;
  margin: 0;
  padding: 12px 12px 10px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #f0ecef;
  background: #fff;
}
.page-shop .shop-page-hero h1 {
  font-size: 18px;
  margin-bottom: 2px;
}
.page-shop .shop-sub {
  font-size: 11px;
  margin-bottom: 8px !important;
}
.page-shop .filter-pill {
  padding: 6px 10px;
  font-size: 10px;
  border-radius: 4px;
  border-color: #e8e0e4;
}
.page-shop .shop-products-wrap {
  padding: 8px 8px 20px;
}
.page-shop .shop-grid {
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-shop .shop-grid .store-product-card,
.page-shop .shop-grid .product-card-premium {
  border-radius: 0 !important;
  border: 1px solid #eee !important;
  box-shadow: none !important;
  overflow: hidden;
}
.page-shop .shop-grid .store-product-card:hover {
  transform: none;
  box-shadow: none !important;
  border-color: #e0d5da !important;
}
.page-shop .shop-grid .store-card-media {
  border-radius: 0 !important;
  aspect-ratio: 1;
}
.page-shop .shop-grid .store-card-media img {
  border-radius: 0 !important;
}
.page-shop .shop-grid .store-card-info {
  padding: 5px 6px 6px !important;
}
.page-shop .shop-grid .store-card-title {
  font-size: 10px !important;
  font-weight: 600 !important;
  min-height: 0 !important;
  margin-bottom: 3px !important;
  -webkit-line-clamp: 2 !important;
}
.page-shop .shop-grid .store-price {
  font-size: 12px !important;
}
.page-shop .shop-grid .store-mrp,
.page-shop .shop-grid .store-off {
  font-size: 9px !important;
}
.page-shop .shop-grid .store-card-actions-bar {
  gap: 3px !important;
  margin-top: 4px !important;
  padding: 0 4px 4px !important;
}
.page-shop .shop-grid .store-card-actions-bar button {
  font-size: 8px !important;
  padding: 5px 3px !important;
  border-radius: 0 !important;
}
.page-shop .shop-grid .store-badge-new {
  border-radius: 0 !important;
  font-size: 7px !important;
}
.page-shop .page-breadcrumb {
  font-size: 11px;
  padding: 6px 10px 0;
}
@media (min-width: 640px) {
  .page-shop .shop-page-hero {
    margin: 0;
    padding: 14px 16px 10px;
  }
  .page-shop .shop-grid {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-shop .shop-grid .store-card-title {
    font-size: 11px !important;
  }
}
@media (min-width: 1024px) {
  .page-shop .shop-page-hero h1 {
    font-size: 22px;
  }
  .page-shop .shop-products-wrap {
    padding: 12px 16px 28px;
  }
  .page-shop .shop-grid {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-shop .shop-grid .store-card-title {
    font-size: 12px !important;
  }
  .page-shop .shop-grid .store-price {
    font-size: 14px !important;
  }
}