/* ============================================================
   MOBILE: 2-column product grid
   #7836614-zen
   ============================================================ */
@media screen and (max-width: 768px) {
  ul.products li.product {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }

  .wc-block-grid__products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  ul.products .wc-block-grid__product,
  ul.products li.product,
  .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    width: 48%;
    display: inline-block;
  }
}

/* ============================================================
   GLOBAL LAYOUT
   ============================================================ */
.site-header,
.site-content,
.site-footer {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .site-header,
  .site-content,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.main-navigation,
.site-branding,
.site-header-cart {
  box-sizing: border-box;
}

/* ============================================================
   HOMEPAGE: full-width content
   ============================================================ */
.home.page .site-main,
.home.page .entry-content,
.home.page .content-area,
.home.page .site-content,
.home.page .col-full {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}

/* ============================================================
   HERO BLOCK
   ============================================================ */
.home .wp-block-cover:first-of-type {
  width: 100%;
  min-height: 42vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home .wp-block-cover:first-of-type img,
.home .wp-block-cover:first-of-type .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home .wp-block-cover:first-of-type .wp-block-cover__inner-container {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .home .wp-block-cover:first-of-type {
    min-height: 88vh !important;
    max-height: 1100px;
  }

  .home .wp-block-cover:first-of-type .wp-block-cover__inner-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* ============================================================
   UTILITY
   ============================================================ */
.underline-on-hover:hover {
  text-decoration: underline;
}

/* ============================================================
   NUCLEAR: hide orphaned "Shop by Brand" storefront section
   ============================================================ */
section.storefront-woocommerce-brands {
  display: none !important;
}