.shop-page{

}
.shop-item-title{
  padding: 5px 0 5px 0;
}

.shopify-buy-frame {
  display: inline-block !important;
}


.shopify-container p{
  font-size: 18px;
  line-height: 24px;
}

.shop-item-image{
  /* padding? */
}

/* optional for letting shop be a big bastard */
.menu-push{
  /* max-width: 90vw !important; */
}

/* Main flex stuff */
.shopify-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.margin-top-bottom{
  margin: 2em 0;
}

.shopify-buy__btn  {
  width: 100% !important;
}

.shopify-container .shopify-container-grid-item{

  display: flex;
  flex-direction: column;
  flex: 0 48%;

  margin-bottom: 2em; 
  
  padding: 1em;
  border: 1px solid #b5b5b5;
  /* background: #ebebeb; */

}
.shopify-flex-image{
  margin-right: 2em;
}
/* HERO SLOT */
.shopify-container .shopify-container-grid-item:nth-of-type(1){
  /* border: 2px solid red; */

  flex: 0 100%;
  display: flex;
  flex-direction: row;
  align-items: center;

}
.shopify-container .shopify-container-grid-item:nth-of-type(1) .shopify-flex-image{
  /* flex: 0 50%; */
  /* max-width: 46%; */
  height: auto;
  flex: 1;
}
.shopify-container .shopify-container-grid-item:nth-of-type(1) .shopify-container-text-area{
  margin: 1vh 0 0 4vw;
  flex: 1;
}

@media screen and (max-width: 600px) {
  .flex-row{
    display: block;
  }
}

.shopify-container-grid-item img{
  max-width: 100%;
} 

.shop-item-description{
  flex-grow: 1;
}

.shopify-buy-frame--product{
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
  /* position:absolute;
    bottom:15px;
    margin-top: 2em */
}
.main-carousel .flickity-page-dots{
  display: none;
}

@media screen and (max-width: 570px) {
  .shopify-flex-image {
    margin-right: 0;
  }
  .shopify-container {
    display: block !important;
  }

  .carousel-nav{
    display: none;
  }
  .main-carousel{
    margin-bottom: 2em;
  }
  .main-carousel .flickity-page-dots{
    display: block;
    bottom: -20px;
  }
  .gt-medium p{
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

.dropdowns details summary {
  font-weight: bold;
  cursor: pointer;
  margin: 1em 0;
}
.dropdowns details {
  margin: 1.3rem 0;
  border-top: 1px solid #dadada;
}

.dropdowns details:last-of-type {
  border-bottom: 1px solid #dadada;

}


/* @media screen and (min-width: 1600px) {
  .shop-page{
    max-width: 1800px;
  }
  .shopify-container .shopify-container-grid-item{
    flex: 0 24%;
  }
} */



.carousel-cell {
  width: 100%;
  height: auto;
  /* margin-right: 10px;
  
  border-radius: 5px;
    */
  counter-increment: gallery-cell; 
}

/* cell number */
.carousel-cell:before {
  /* display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white; */
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: white;
}