/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 39:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
/* FINAL FIX — Equal height Hamburger + Ground Beef */
.side-area {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  gap: 0 !important;
}

.side-area .item1,
.side-area .item2 {
  flex: 1 1 50% !important;
  height: 50% !important;
  overflow: hidden !important;
  position: relative !important;
}

.side-area .item1 img,
.side-area .item2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.side-area .item3 {
  display: none !important;
}
</style>