/* Minimal replacement CSS (app-bundle) for offline preview.
   This is NOT the original app bundle; it only styles the HTML you have. */

.styles_contentContainer__3RxyV{
  max-width: 1120px;
  margin: 0 auto;
  background: var(--surface);
  box-shadow: var(--shadow);
  min-height: 100%;
}

.styles_skipNavigationLink__3qkjo{
  position:absolute;
  left:0.75rem;
  top:0.75rem;
  padding:0.5rem 0.75rem;
  background: var(--surface);
  border:1px solid var(--border);
  border-radius:0.5rem;
  transform: translateY(-150%);
  transition: transform .15s ease;
  z-index: 9999;
}
.styles_skipNavigationLink__3qkjo:focus{
  transform: translateY(0);
}

.styles_banner__16aLC{
  display:flex;
  align-items:center;
  gap:0.5rem;
  padding:0.5rem 1rem;
  background:#111;
  color:#fff;
}
.styles_banner__16aLC .styles_icon__2_P7E{
  flex:0 0 auto;
}
.styles_primaryText__D1zI8{
  font-weight:700;
  letter-spacing:.02em;
}
.styles_secondaryText__1kcAK{
  opacity:.8;
  font-weight:500;
}

.styles_navigation__1xT0F{
  background:#111;
  color:#fff;
}

.styles_navigationContainer__3w7GM{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 1rem;
  padding: 1rem;
}

.styles_navigationItemContainer__3eP3H{
  display:flex;
  align-items:center;
  gap: 0.75rem;
  margin:0;
  padding:0;
  list-style:none;
}

.styles_shopName__1h4-u{
  font-size: 1.25rem;
  margin: 0;
}

.styles_link__3rlUa,
.styles_navigationLink__Tdjec,
.styles_mobileNavigationLink__1O-5M,
.styles_workingBadgeButton__1GUQx,
.styles_mobileWorkingHoursButton__3HjSl{
  color:#fff;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.styles_navigationLink__Tdjec:hover,
.styles_mobileNavigationLink__1O-5M:hover{
  text-decoration: underline;
}

.styles_verticalDivider__2k9R6{
  width:1px;
  height: 20px;
  background: rgba(255,255,255,.25);
}

.styles_workingBadge__1T9Ot{
  display:inline-flex;
  align-items:center;
  gap: 0.5rem;
}
.styles_workingBadgeButton__1GUQx{
  font-weight:700;
  text-transform: uppercase;
  letter-spacing:.04em;
  padding:0.25rem 0.5rem;
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
}

.styles_toggleMenuButton__2KwrR{
  display:none; /* no JS in this offline preview */
}

.styles_navigationMenu__1juDh{
  display:none; /* hide mobile menu in preview */
}

/* Header / hero */
.styles_header__3rRJf{
  border-bottom: 1px solid var(--border);
}
.styles_headerContent__3Hpy7{
  position: relative;
}
.styles_imageContainer__1js11 img{
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-bottom: 1px solid var(--border);
}

.styles_headerShopInformation__1rbt2{
  padding: 1rem;
}

.styles_title__1zTdJ{
  margin: 0.75rem 0 0.5rem;
  font-size: 1.6rem;
}

.styles_buttonContainer__3AvEm{
  display:flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.styles_button__2fhAl{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 0;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  letter-spacing:.01em;
}
.styles_button__2fhAl:hover{
  filter: brightness(.95);
}

/* Main */
.styles_mainContent__3LB-3{
  padding: 1rem;
}

.styles_categoryContent__2BJDA{
  margin: 1rem 0 1.5rem;
}

.styles_categoryHeader__3sp9d{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.styles_categoryTitle__1jE-C{
  margin: 0.5rem 0 0.75rem;
  font-size: 1.25rem;
}

.styles_categoryProducts__1XmOk{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}

.styles_productContent___KJkC{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  cursor: pointer;
}
.styles_productContent___KJkC:hover{
  border-color: rgba(0,0,0,.2);
}

.styles_productInfo__PTbPC{
  min-width: 0;
}
.styles_productName__1_pCm{
  margin: 0;
  font-weight: 700;
}
.styles_productDescription__2ZEaV{
  margin: 0.25rem 0 0.5rem;
  color: #444;
  font-size: .95rem;
}
.styles_productPrice__3Naac{
  margin: 0;
  font-weight: 700;
}

.styles_photo__2mhIO{
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid var(--border);
  flex: 0 0 auto;
}

/* Footer (very basic) */
footer{
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  background:#111;
  color:#fff;
}

.styles_greyText__MGm7h{
  color: rgba(255,255,255,.75);
}

.styles_cardIcons__1QYAJ img{
  display:inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

/* Responsiveness */
@media (min-width: 768px){
  .styles_tabletAndDesktopOnly__3JwOM{
    display: block;
  }
}
@media (max-width: 767.98px){
  .styles_tabletAndDesktopOnly__3JwOM{
    display: none;
  }
}
