/** Shopify CDN: Minification failed

Line 81:13 Expected identifier but found whitespace
Line 81:15 Unexpected "{"
Line 81:24 Expected ":"
Line 81:45 Expected ":"
Line 90:19 Expected identifier but found whitespace
Line 90:21 Unexpected "{"
Line 90:30 Expected ":"

**/
p, .p, body, li, span {
    font-family: 'Union' !important;
  font-weight: 400 !important;
}

ul {
  list-style: disc !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  padding-left: 1.5rem !important; 
}
li {
  display: list-item !important;
  margin-bottom: 0.5rem;
  list-style-type: disc !important;
}
footer ul,.blog-filter li, .pagination-wrapper li {
  list-style: none !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  padding-left: 0rem !important; 
}
footer li,.blog-filter li, .pagination-wrapper li {
  display: list-item !important;
  margin-bottom: 0.5rem;
  list-style-type: none !important;
}

.menu-item-static {
    position: static;
  }

  .header {
    position: relative;
  }

  .mega-menu-container {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  }

  .header__menu-item .link-text {
    transition: color 0.3s ease;
  }

  .menu-item-static:hover > .header__menu-item span:last-child {
    width: 100%;
  }

  .blog-filter li::marker, .pagination-wrapper li::marker {
    content: "" !important; 
  }

  .nav-link-final{
        font-family: Union Bold,Arial,Helvetica,sans-serif !important;
  }
  .sub-link-final{
        font-size: 0.875rem !important;
        font-family: Union Bold,Arial,Helvetica,sans-serif !important;
  }
  .site-header .mobile-nav-row{
    font-family: Union Bold,Arial,Helvetica,sans-serif !important;
  }
  .select-wrapper{
    min-width:100px;
  }

.hero-img, 
.hero-img figure {
  height: auto !important;
  min-height: {{ section.settings.height }}vh;
}

.hero-img img, 
.hero-img video {
  height: auto !important;
  max-height: none !important;
  width: 100% !important;
  object-fit: contain !important;
  background-color: {{ section.settings.bgcolor }};
}


.collection-grid .ad-banner {
  grid-column: span 2;
  grid-row: span 2;
}

.ad-collection-grid2 .ad-banner.ad-banner-index-9 {
  grid-column: span 3;
  grid-row: span 1;
}

.ad-image-grid h2 {
  font-weight: bold;
  margin-top: 1rem;
}
.ad-image-grid p {
  margin-top: 1rem;
  font-style: italic;
}

@media (max-width: 768px) {
  .hero-img img {
    object-fit: scale-down !important;
  }
  .mobile-scroll-logo{
    width:160% !important;
  }
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ad-collection-grid2 .ad-banner.ad-banner-index-9 {
    grid-column: span 2;
  }
}

.select-wrapper {
  position: relative;
  display: inline-block;
  appearance: auto;
  padding-right: 1rem;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* space for arrow */
}

/* caret */
.select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}

#search {
  position: relative;
  z-index: 10000;
}