.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-navigationtoggle-icon1 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationtoggle-icon2 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  display: flex;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationcart-icon {
  color: var(--color-on-surface);
  display: flex;
  transition: color 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationcart-count {
  top: 4px;
  color: var(--color-on-primary);
  right: 4px;
  height: 18px;
  display: flex;
  opacity: 0;
  padding: 0 4px;
  position: absolute;
  font-size: 0.6875rem;
  min-width: 18px;
  transform: scale(0.5);
  background: var(--color-primary);
  transition: opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  align-items: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 9px;
  justify-content: center;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}

.shop-product-listing-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.shop-product-listing-toggle-input {
  width: 18px;
  cursor: pointer;
  height: 18px;
  accent-color: var(--color-primary);
}
 
.shop-product-listing-icon61 {
  transform: rotate(180deg);
}
 
.shop-product-listing-cart-indicator-count {
  top: -4px;
  color: var(--color-primary);
  right: -4px;
  height: 24px;
  display: flex;
  padding: 0 0.375rem;
  position: absolute;
  font-size: 0.75rem;
  min-width: 24px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  align-items: center;
  font-weight: 700;
  border-radius: 12px;
  justify-content: center;
}
 
.shop-product-listing-container2 {
  display: none;
}
 
.shop-product-listing-container3 {
  display: contents;
}
 
.shop-product-listing-container4 {
  display: none;
}
 
.shop-product-listing-container5 {
  display: contents;
}
