/** Shopify CDN: Minification failed

Line 74:0 Unexpected "}"

**/

@media (max-width: 700px) {

  div.landing-section-featured-products {
    width: 100vw;
    display: flex;
    margin-top: 0vh;
    padding-left: 0vw;
    padding-right: 0vw;
  }

  div.inner__featured__products {
    margin-top: 0vh;
    background-color: white;
    padding-bottom: 0vh;
    transition-delay: 0.25s;
    transition-property: opacity;
  }

  div.inner__featured__products.active {
    z-index: -10;
    opacity: 0;
    pointer-events: none;
  }

  div.product-grid-container {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-top: -7vh;
  }

  /* ul.collection__wrapper {
    height: auto;
    margin-bottom: 20vh;
    gap: 0 5vw;
    margin-top: 0vh;
  } */

  ul.collection__wrapper {
    height: auto;
    margin-bottom: 0vh;
    gap: 0 2vw;
    margin-top: 11.5vh;
  }

  /* ul.collection__wrapper .product-card-wrapper:nth-child(4) {
    display: flex;
  } */

  a.featured__title {
    width: 96vw;
    display: block;
    text-align: center;
    margin-top: -2vh;
    position: absolute;
  }

  header.initalpage__header {
    display: none;
  }

  div.view__more__button {
    display: flex;
    justify-content: center;
    margin-bottom: 0vh;
    margin-top: 5vh;
  }
}
}

/*
@media (max-width: 700px) {

  .header__logo__wrapper {
    display: none;
  }

  .menu__bag {
    display: none;
  }

  .title__container {
    position: fixed;
    width: 94vw;
    margin-left: 3vw;
    top: 0.75vh;
  }

  .title__container.scrolled {
    position: fixed;
    width: 94vw;
    margin-left: 3vw;
    top: 0.75vh;
  }

  div#cursorText {
   display: none;
 }

 div#mobileText {
   display: block;
 }

 a.featured__title {
   display: flex;
   justify-content: center;
   position: absolute;
   top: 1%;
   left: 50%;
   transform: translate(-50%,-50%);
   margin-top: 1vh;
   margin-bottom: 5vh;
    z-index: 50;
    width: 30vw;
 }

 div.product-grid-container {
   margin-top: 0vh;
 }

 ul.collection__wrapper {
   top: 0vh;
   left: 0;
   padding: 0vw;
   width: calc(92vw);
   height: auto;
   margin-left: 0vw;
   margin-bottom: 20vh;
   display: flex;
   flex-wrap: wrap;
   position: relative;
   gap: 0 4vw;
   flex-direction: row;
   z-index: 1;
   margin-top: -8vh;
 }

  div.inner__featured__products {
    margin-top: -2.5vh;
    background-color: white;;
    padding-bottom: 20vh;
    z-index: 100;
    position: relative;
  }

  div.landing-section-featured-products {
    width: 100vw;
    display: flex;
    margin-top: 60vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  div.individual__product__wrappers {
    width: 44vw;
    margin-top: 10vh;
    margin-bottom: 2.5vh;
    height: calc(27.5vh);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div.image__container {
    width: 44vw;
    height: calc(27.5vh);
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-background-origin:border;
    background-position: center center;
    -webkit-animation: 1s ease-in-out 0s normal forwards 1 fadein;
    animation: 1s ease-in-out 0s normal forwards 1 fadein;
  }

  div.individual__product__wrappers {
    width: 44vw;
    margin-top: 10vh;
    height: calc(27.5vh);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div.image__container {
    width: 44vw;
    height: calc(27.5vh);
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-background-origin:border;
    background-position: center center;
    -webkit-animation: 1s ease-in-out 0s normal forwards 1 fadein;
    animation: 1s ease-in-out 0s normal forwards 1 fadein;
  }

  div.individual__product__wrappers .product__price__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 2vw;
    margin-top: 5px;
    opacity: 1;
  }

  a.product__text__title {
    margin-top: 10px;
    color: #000000;
  }

  a.product__text__price {
    width: 50vw;
  }

  div.view__more__button {
    display: flex;
    justify-content: center;
    margin-bottom: 7.5vh;
  }
} */
