/** Shopify CDN: Minification failed

Line 351:21 Expected identifier but found whitespace
Line 351:23 Unexpected "{"
Line 351:33 Expected ":"

**/


/* CSS from section stylesheet tags */
.statera-mini-collection {
  max-height: 800px;
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}

.statera-background__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.statera-mini-collection__inner {
  display: block;           /* works as a link */
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  transition: transform 0.3s ease;
  text-decoration: none;    /* remove underline */
  color: inherit;           /* keep text color */
}

.statera-mini-collection__inner:hover {
  transform: scale(1.03);
}

.statera-mini-collection__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.statera-mini-collection__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  mix-blend-mode: difference;
}

.statera-mini-collection__title {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}
.statera-new-arrivals {
  padding: 4rem 0; /* remove side padding here */
}

.statera-new-arrivals__container {
  max-width: 800px;   /* set your desired width */
  margin: 0 auto;      /* center it */
  padding: 0 1rem;     /* optional small side padding */
}



.collection-display-row__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--row-gap) var(--product-gap-desktop);
}

.collection-display-row__image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.statera-new-arrivals__media {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.statera-new-arrivals__media img {
  width: 100%;
  height: auto;
  object-fit: contain; /* or cover if you want */
}


.statera-new-arrivals__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}

.statera-new-arrivals__title {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.statera-new-arrivals__view-more {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-left: 19px;
  margin-bottom: 0.7rem;
  transition: all 0.2s ease;
  text-decoration: none;
  
}

.statera-new-arrivals__view-more:hover {
  font-size: 3rem;
  color: #fff;
}

.statera-new-arrivals__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.statera-new-arrivals__card {
  height: auto !important; /* remove any fixed height */
  display: flex;
  border: 2px solid #ffffff;
  flex-direction: column;
}


.statera-new-arrivals__card:hover {
  transform: translateY(-5px);
}

.statera-new-arrivals__image {
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
}

.statera-new-arrivals__link {
  text-decoration: none;
}

.statera-new-arrivals__info {
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

.statera-new-arrivals__product-title {
  font-family: "logic-monospace", mono;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.statera-new-arrivals__price {
  font-family: "logic-monospace", mono;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
 
}

@media screen and (max-width: 749px) {
  .statera-new-arrivals__grid {
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 1rem; /* adjust spacing for mobile */
  }

  .statera-new-arrivals__title {
    font-size: 3rem;
  }

  .statera-new-arrivals__view-more {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .statera-new-arrivals__view-more:hover {
    font-size: 1.75rem;
  }

  .statera-new-arrivals__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.statera-our-story {
  padding: 4rem 1rem;
}

.statera-our-story__inner {
  display: flex;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: wrap; /* stack on small screens */
}

.statera-our-story__image-wrapper {
  flex: 1 1 300px;
  text-align: center;
}

.statera-our-story__image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.statera-our-story__content {
  flex: 1 1 400px;
}

.statera-our-story-right__title {
  font-family: "bebas-neue", sans-serif;
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #000;
  text-align: center;
}

.statera-our-story-right__blurb {
  font-family: "logic-monospace", mono;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
  text-align: center;
}

.statera-our-story__view-more {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 0.7rem;
  transition: all 0.2s ease;
  text-decoration: none;
  
}

.statera-our-story__view-more:hover {
  font-size: 3rem;
  color: #fff;
}
.statera-our-story {
  padding: 4rem 1rem;
}

.statera-our-story__inner {
  display: flex;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: wrap; /* stack on small screens */
}

.statera-our-story__image-wrapper {
  flex: 1 1 300px;
  text-align: center;
}

.statera-our-story__image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.statera-our-story__content {
  flex: 1 1 400px;
}

.statera-our-story__title {
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 2px;
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.statera-our-story__blurb {
  font-family: "logic-monospace", mono;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
}

.statera-our-story__view-more {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 0.7rem;
  transition: all 0.2s ease;
  text-decoration: none;
  
}

.statera-our-story__view-more:hover {
  font-size: 3rem;
  color: #fff;
}
footer {
    background-color: {{ settings.footer_background_color }};
  }