/** Shopify CDN: Minification failed

Line 81:2 Expected identifier but found "*"
Line 274:27 Expected ")" to end URL token
Line 422:29 Expected ")" to end URL token

**/
@import url("https://use.typekit.net/fwe0www.css");

.promo_tags {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  justify-content: left;
  flex-wrap: wrap;
}

.promo_tags span {
  padding: 4px 10px 5px 10px;
  font-size: 13px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: auto !important;
}

.out_of_stock {
  color: #7e2222;
  margin-top: 10px;
}
  
.coll_item {
  position: relative;
}
a.coll_prod_title, a.coll_prod_title:hover {
color: #101010 !important;
}
#collection_header {
  padding: 26px 0;
  text-align: left;
  position: relative;
}

#collection_header h1 {
  font-size: 28px;
  font-family: "ivymode", serif;
  font-weight: 600;
}

#collection_header h4 {
  line-height: 1.5em;
  font-weight: 800;
  padding: 6px 0 0 0;
}

#collection_header h4 p {
  text-align:left !important;
}
#collection_header p,
#collection_header span {
  font-family: 'sofia-pro', sans-serif !important;
  font-weight: 400 !important;
}

.filter_options {
  margin: 30px 0 0 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  width: 100%;
  border-bottom: 3px solid #101010;
  height: 74px;
  display: flex;
}

.filter_options .custom-select {
  width: 23%;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-radius: 25px !important;
  text-align: left;
  margin: 0 0.8%;
  border: none;
  background: #f4ddeb;
  flex: 1;
  height: 40px;
}

.custom-select {
  position: relative;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #101010 transparent transparent transparent;
}

.select-selected.select-arrow-active {
  background: #fff;
  border: 3px solid #101010;
  border-radius: 25px;
  padding: 12px 23px 12px 23px;
  margin-top:-3px;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #101010 transparent;
  top: 9px;
}

.select-items div,.select-selected {
  color: #101010;
  padding: 12px 26px;
  cursor: pointer;
}

.select-items div {
  padding: 12px 16px;
  text-transform: capitalize;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 25px !important;
  background-color: #fff;
  margin-top: 10px;
  border: 3px solid #101010;
  padding: 10px 0 10px 0;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.collection_products {
  position:relative;
}

.collection_products ul {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  list-style: none;
  box-sizing: border-box;
  align-items: stretch;
  row-gap: 62px;
  position:relative;
}

.collection_products ul li {
  flex: 1 1 calc(33.333% - 23.333px);
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  display:flex;
  flex-direction: column;
  max-width: calc(33.333% - 23.333px);
}

.collection_products ul li h3 {
  font-family: "sofia-pro", serif;
  font-size: 18px;
  padding-top: 14px;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 8px;
}

.collection_products .collection_price {
  margin-top: auto;
}

.collection_products .collection_price .collection_price_wrapper {
  font-size: 28px;
  font-weight: 500;
  padding: 2px 0 17px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
  
.collection_products .collection_price .collection_price_wrapper s {
  font-size: 20px;
  padding-left: 3px;
  height: 18px;
  color: #c9c9c9;
}

.collection_products .collection_price .collection_price_wrapper discount-bubble {
  background: #c1224b;
  padding: 4px 7px 5px 7px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 6px;
}

.collection_products ul li img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.collection_products ul li span {
    display: inline-block;
}
  
.coll_junip_stars {
  margin-bottom: 4px;
}

img.colleciton_stars {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}

span.collection_tagline {
  padding: 4px 0 10px 0;
  font-size: 12px;
}

a.collection_shop_link {
  background: #101010;
  display: block;
  border-radius: 0;
  font-size: 17px;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  padding: 10px 0;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

a.collection_shop_link:hover {
  transition: 0.3s;
}
  
.collection_banner {
  background-image: url({{ section.settings.collection_banner | img_url: "1920x" }});
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}

.collection_banner_mobile {
  display: none;
}

.mobile_filter_buttons {
  display: none;
}

.sale_banner_coll {
  max-width: 1300px;
  background: #e2659b;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  padding: 7px 14px;
  line-height: 1em;
  text-align: center;
  box-sizing: border-box;
  top: 7px;
  right: 7px;
  color:#fff;
  text-transform: uppercase;
  color:#fff;
  font-size: 12.5px;
  font-weight: 600;
}
.sale_banner_coll p {
    color: #fff;
    font-weight: 600;
    font-family: "sofia-pro", sans-serif;
    font-size: 12.5px !important;
}
.sale_banner_coll.oos_price {
}
.discounted_price {
    text-align: center !important;
}
.discounted_price.oos_price {
    font-size: 12.5px !important;
}
.discounted_price_long {
    margin-left: -3px !important;
}

@media only screen and (max-width: 991px) {
  .collection_products ul li {
      flex: 1 1 calc(50% - 23px);
      max-width: calc(50% - 23px);
  }
}

@media only screen and (max-width: 767px) {
  .collection_products ul {
      column-gap: 10px;
      row-gap: 52px;
  }
  .collection_products ul li {
      flex: 1 1 calc(50% - 5px);
      max-width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 810px) {
.filter_options {
  display: block;
}
  .filter_options {
    height: 74px;
  }

  .toggle_height {
    height: 220px !important;
  }
  .toggle_height_2 {
    height: 110px !important;
  }

  .filter_options .custom-select {
    width: 99%;
    margin-bottom: 12px;
  }
  .mobile_filter_buttons {
    display: block;
    margin-bottom: 12px;
  }
  .mobile_filter_buttons button {
    display: inline-block;
    border-radius: 25px;
    background: #f4ddeb;
    border: none;
    width: 49%;
    margin: 0 0.5%;
    font-size: 18px;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Avenir Next Medium", sans-serif;
    position: relative;
  }
  .mobile_filter_buttons button:after {
      position: absolute;
      content: "";
      top: 17px;
      right: 20px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #101010 transparent transparent transparent;
  }

}

@media only screen and (max-width: 767px) {
  #collection_header {
    padding: 28px 120px 28px 0;
  }
  #collection_header .breadcrumbs {
    display: none !important;
  }
  #collection_header h1 {
    font-size: 22px;
  }
  #collection_header h4 {
    padding: 10px 0 0 0;
  }
  .promo_tags span.promo_tag_3,
  .promo_tags span.promo_tag_4,
  .promo_tags span.promo_tag_5,
  .promo_tags span.promo_tag_6  {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {

  .collection_banner_desktop {
    display: none;
  }
  .collection_banner_mobile {
    display: block;
  }
  .collection_banner {
    background-image: url({{ section.settings.collection_banner_mobile | img_url: "1920x" }});
    background-position: center center;
    overflow: hidden;
    background-size: cover;
  }
  .collection_banner img {
    width: 100%;
  }
  .sale_banner_coll {
      top: 7px;
      right: 7px;
      padding: 7px 14px;
      font-size: 12.5px;
  }

  .collection_products .collection_price .collection_price_wrapper {
    font-size: 20px;
  }

  .collection_products .collection_price .collection_price_wrapper s {
    font-size: 17px;
    margin-top: 5px;
  }

  .collection_products .collection_price .collection_price_wrapper discount-bubble {
      margin-top: 4px;
      font-size: 10px;
  }

}

@media only screen and (max-width: 430px) {
  .collection_products ul li {
      width:100%;
      box-sizing: border-box;
  }
}
span.selected_currency, span.discounted_price {
  display: inline !important;
  width: auto !important;
}