/** Shopify CDN: Minification failed

Line 614:48 Expected ":"
Line 615:25 Expected ":"
Line 631:1 Expected "}" to go with "{"

**/
.collection-wrapper {
  position: relative;
}
@media screen and (min-width: 750px) {
  .collection-wrapper--vertical {
    display: grid;
    grid-template-rows: 4.8rem auto 1fr;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    column-gap: 2.4rem;
  }
}
.collection-wrapper--vertical.collection-wrapper--2 {
  grid-template-columns: minmax(auto, 25rem) 1fr;
}
.collection-product-list button[name="add"] span{
	text-transform: lowercase !important;
}
@media screen and (min-width: 990px) {
  .collection-wrapper--vertical.collection-wrapper--2 {
    grid-template-columns: minmax(auto, 39rem) 1fr;
  }
}
@media screen and (min-width: 750px) {
  .collection-wrapper--vertical.collection-wrapper--2 .collection-product-list--2-items {
    grid-template-columns: 1fr;
  }
  .collection-wrapper--vertical.collection-wrapper--2 .products-grid_no-filter .collection-product-list--2-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.collection-wrapper--vertical.collection-wrapper--2 .facets-container_no-filter {
  grid-column: span 2;
}
.collection-wrapper--vertical.collection-wrapper--2 .products-grid_no-filter {
  grid-column: span 2;
}
@media screen and (min-width: 1360px) {
  .collection-wrapper--vertical.collection-wrapper--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.collection-wrapper--vertical.collection-wrapper--3 .facets__top {
  grid-column: 2/span 2;
}
.collection-wrapper--vertical.collection-wrapper--3 .facets-container_no-filter {
  grid-column: span 3;
}
.collection-wrapper--vertical.collection-wrapper--3 .products-grid {
  grid-column: span 22;
}
.collection-wrapper--vertical.collection-wrapper--3 .products-grid.products-grid_no-filter {
  grid-column: span 3;
}
@media screen and (min-width: 1360px) {
  .collection-wrapper--vertical.collection-wrapper--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.collection-wrapper--vertical.collection-wrapper--4 .facets__top {
  grid-column: 2/span 3;
}
.collection-wrapper--vertical.collection-wrapper--4 .products-grid {
  grid-column: span 3;
}
.collection-wrapper--vertical.collection-wrapper--4 .products-grid.products-grid_no-filter {
  grid-column: span 4;
}
@media screen and (min-width: 1360px) {
  .collection-wrapper--vertical.collection-wrapper--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.collection-wrapper--vertical.collection-wrapper--5 .facets__top {
  grid-column: 2/span 4;
}
.collection-wrapper--vertical.collection-wrapper--5 .facets-container_no-filter {
  grid-column: span 5;
}
.collection-wrapper--vertical.collection-wrapper--5 .products-grid {
  grid-column: span 4;
}
.collection-wrapper--vertical.collection-wrapper--5 .products-grid.products-grid_no-filter {
  grid-column: span 5;
}
.collection-wrapper--vertical--empty {
  grid-template-columns: 1;
}
.collection-wrapper_no-facets {
  grid-template-rows: auto;
}
.collection-wrapper_no-facets .products-grid {
  margin-top: 0;
}
.collection-wrapper--horizontal, .collection-wrapper--horizontal_united {
  display: flex;
  flex-direction: column;
}
.collection-wrapper--horizontal .facets-container, .collection-wrapper--horizontal_united .facets-container {
  order: 1;
}
.collection-wrapper--horizontal .facets__top, .collection-wrapper--horizontal_united .facets__top {
  order: 2;
}
.collection-wrapper--horizontal .products-grid, .collection-wrapper--horizontal_united .products-grid {
  order: 3;
}
.collection-wrapper--empty {
  display: block;
}

.products-grid {
  /*@media screen and (min-width: $xxl) {
  	grid-column: span 3;
  }*/
}
.flowers .weight-option.active, .flowers .weight-option:hover {
  background-color: transparent !important;
  background: transparent !important;
  border-color: #1566E0 !important;
  box-shadow: none;
}
@media screen and (min-width: 750px) {
  .products-grid {
    grid-row: 3;
  }
}
.products-grid .collection-product-list {
  display: grid;
  gap: 2.4rem;
  /*@media screen and (min-width: $sm) {
  	grid-template-columns: repeat(2, 1fr);
  }

  @media screen and (min-width: $xxl) {
  	grid-template-columns: repeat(3, 1fr);
  }*/
}
@media screen and (min-width: 576px) {
  .products-grid .collection-product-list {
    gap: 4rem 2.4rem;
  }
}

@media(max-width: 767px){

.products-grid .collection-product-list {
    margin-top: 5px;
}
  
.price__img img
.price__img text {
    top: 14px!important;
    left: -20px!important;
    font-size: 19px!important;
}
  .collection-product-list button[name=add] span {
    font-size: 13px !important;
}
body .collection-product-list button[name=add] {
    width: 100% !important;
    margin-right: 0!important;
    margin-bottom: -4px!important;
}
}
@media screen and (min-width: 768px) {
.products-grid .collection-product-list--2-items, .products-grid .collection-product-list--3-items, .products-grid .collection-product-list--4-items, .products-grid .collection-product-list--5-items {
    grid-template-columns: repeat(3,1fr);
}
  
}
@media screen and (min-width: 1360px) {
  .products-grid .collection-product-list--4-items, .products-grid .collection-product-list--5-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1536px) {
  .products-grid .collection-product-list--5-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-grid .collection-product-list .collection-product-card--small .card-information {
  padding-top: 0;
}
.products-grid .collection-product-list .collection-product-card--small .card__title {
  font-size: calc(var(--font-heading-card-scale) * 1.3rem);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.collection-product-list .card-information__title-wrapper {
    display: flex!important;
    border-radius: 14px;
    padding: 12px;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    border: 1px solid #373737;
}
.products-grid .collection-product-list .collection-product-card--small .card__description {
  font-weight: 400;
  font-size: 14px;
}
.collection-product-list button[name="add"]{
  background-color: #1D2D46 !important;
  border-color: #1D2D46 !important;
  text-transform: capitalize !important;
}
@media only screen and (min-width: 750px) {
  .products-grid .collection-product-list .collection-product-card--small .price {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}
@media screen and (min-width: 576px) {
  .products-grid .collection-product-list .collection-product-card--small .card__description {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .products-grid .collection-product-list--2-mobile {
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .products-grid .collection-product-list--2-mobile .collection-product-card .card-information__group {
    flex-direction: column;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .card__more {
    display: none;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .card__title {
    font-size: calc(var(--font-heading-card-scale) * 0.9rem);
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .button--link {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 4.4rem;
    height: 4.4rem;
    min-height: auto;
    padding: 0;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .button--link .icon {
    width: 2rem;
    height: 2rem;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .card__description {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .card__badge {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    max-width: 100%;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .badge {
    font-size: 1.1rem;
    padding: 0.3rem 0.7rem;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .card-information {
    padding: 1rem 0 0 0;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .price {
    font-size: 1.2rem;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .price--on-sale .price__sale {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 0.4rem;
  }
  .products-grid .collection-product-list--2-mobile .collection-product-card .price--on-sale .price__sale dt {
    order: 1;
  }
}
.products-grid .collection-product-list img.img-scale {
  transition: transform var(--duration-default) ease;
}
.products-grid .collection-product-list .collections-grid__card:hover img.img-scale {
  transform: scale3d(1.05, 1.05, 1.05);
}
@media screen and (min-width: 750px) {
  .products-grid_no-filter, .products-grid.full-width, .products-grid:only-child {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1360px) {
  .products-grid_no-filter, .products-grid.full-width, .products-grid:only-child {
    grid-column: span 4;
  }
}
@media screen and (min-width: 576px) {
  .products-grid_no-filter .collection-product-list--2-items, .products-grid_no-filter .collection-product-list--3-items, .products-grid_no-filter .collection-product-list--4-items, .products-grid_no-filter .collection-product-list--5-items, .products-grid.full-width .collection-product-list--2-items, .products-grid.full-width .collection-product-list--3-items, .products-grid.full-width .collection-product-list--4-items, .products-grid.full-width .collection-product-list--5-items, .products-grid:only-child .collection-product-list--2-items, .products-grid:only-child .collection-product-list--3-items, .products-grid:only-child .collection-product-list--4-items, .products-grid:only-child .collection-product-list--5-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .products-grid_no-filter .collection-product-list--3-items, .products-grid_no-filter .collection-product-list--4-items, .products-grid_no-filter .collection-product-list--5-items, .products-grid.full-width .collection-product-list--3-items, .products-grid.full-width .collection-product-list--4-items, .products-grid.full-width .collection-product-list--5-items, .products-grid:only-child .collection-product-list--3-items, .products-grid:only-child .collection-product-list--4-items, .products-grid:only-child .collection-product-list--5-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1360px) {
  .products-grid_no-filter .collection-product-list--4-items, .products-grid_no-filter .collection-product-list--5-items, .products-grid.full-width .collection-product-list--4-items, .products-grid.full-width .collection-product-list--5-items, .products-grid:only-child .collection-product-list--4-items, .products-grid:only-child .collection-product-list--5-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1536px) {
  .products-grid_no-filter .collection-product-list--5-items, .products-grid.full-width .collection-product-list--5-items, .products-grid:only-child .collection-product-list--5-items {
    grid-template-columns: repeat(5, 1fr);
  }
}

.collection {
  position: relative;
}
.collection-filters {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 990px) {
  .collection-filters {
    display: block;
  }
}
.collection-product-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}
.collection--empty .title-wrapper .underlined-link {
  text-decoration-thickness: unset;
}

.collection-product {
  position: relative;
}
.collection-product .loading-overlay {
  inset: 0;
  z-index: 6;
  display: none;
  width: 100%;
  padding: 0 5rem;
  background-color: rgba(var(--color-background), 0.7);
}
.collection-product.loading > .loading-overlay {
  display: block;
}
.collection-product.loading > .loading-overlay .loading-overlay__spinner {
  top: 15rem;
}

.collection-product-image {
  position: relative;
  display: none;
  grid-column-start: 3;
  grid-row: 2/span 2;
  margin: -1px -1px 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 990px) {
  .collection-product-image {
    display: block;
  }
}
.collection-product-image--left {
  grid-column-start: 1;
}
.collection-product-image__wrapper {
  width: 100%;
  height: 100%;
}
.collection-product-image__media {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
}

.title-wrapper-empty .title .link {
  font-size: inherit;
}
.product-card-mobile-optimized .product-tag {
	font-size: 13px !important;
}
@media screen and (min-width: 990px) {
  .collection-product .pagination-wrapper {
    margin-top: 8.8rem;
  }
}
.collection-product-card .card-information__group-left{
  width: 100%;
}
.template-collection-apparel .collection-product-list button[name=add] span {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase !important;
}
.template-collection-apparel .card-information a {
    /* font-weight: 800;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize !important;
    padding-top: 13px; */
}
.template-collection-apparel .card-information .product-tags-wrapper {
    position: absolute;
    top: 3px;
    right: 5px;
}
.template-collection-apparel .products-grid .collection-product-list .collection-product-card--small .card-information .card__description {
    /* font-family: Roboto;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
      letter-spacing: 0px;
    text-transform: capitalize; */
}
.template-collection-apparel .price__img img {
    width: 100%;
    position: absolute;
    transform: scale(2.1);
    left: auto;
    right: 40px;
    top: 10px;
    display: flex;
    align-items: center;
}
.template-collection-apparel .price__img {
    position: relative;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
.template-collection-apparel .price__img text {
    position: relative;
    z-index: 999;
    line-height: 0px;
    top: 0px;
    left: -28px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.template-collection-apparel .collection-product-list button[name=add] img {
    width: 26px;
    margin-right: 10px;
}
.template-collection-apparel .collection-product-card {
    border: 2px solid #837a7a;
}

.template-collection-apparel .button--primary { min-height: 3.5rem;}

.template-collection-apparel .product-card-mobile-optimized .product-tags-wrapper { margin-top: 8px; 
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; /* allows wrapping if needed */
  gap: 8px; /* optional spacing between tags */                                                                              
}

 .template-collection-apparel .product-card-mobile-optimized .card-information__wrapper{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.template-collection-apparel .card-information__header{row-gap:0}
.template-collection-apparel .collection-product-card {
  position: relative;
    margin: 0;
    transition: var(--duration-default);
    background: #1f1f1f;
    box-shadow: 3px 0 7px 3px #00000040;
    padding: 25px 15px 9px;
    border-radius: 23px;
    border: 0;
}

 .template-collection-apparel .card-wrapper .card__inner { padding: 16px;}  
 .template-collection-apparel .collection-product-list .card-information__title-wrapper {border: 1px solid #373737;}
 .template-collection-apparel .product-card-mobile-optimized .moonwater-strength-selector { 
  border-bottom: 2px solid #373737;
    padding-bottom: 4px;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 10px;
 }

 .template-collection-apparel .price-container.card-price-display.show-upon-btn img { width: calc(100% - 8px);}
 /* .template-collection-apparel .price__img text {font-size: 16px; top:10px; left: -20px;} */
.template-collection-apparel .price__img text {
    font-size: 16px;
    /* top: 10px; */
    /* left: -20px; */
    text-align: center;
}
 .template-collection-apparel .facets__product-count {visibility: hidden;}

 .template-collection-apparel .collection-product-list button[name=add] { width: calc(100% - 2px) !important;}

 .template-collection-apparel .strength-options-container.custom_apparel_wrapper { justify-content: start; padding-left: 8px;}
 .template-collection-apparel span.facet-checkbox__label { min-width: 84px; text-align: center;}

 .template-collection-apparel .facet-checkbox{ margin-right: 10px;}

 .template-collection-apparel span.facet-checkbox__label{
  border: 1px solid #1566E0;
  padding: 2px 10px;
  border-radius: 12px;
  color: #1566E0;
}

.template-collection-apparel span.facet-checkbox__label.Hoodie {
    border: 1px solid #1566e0;
    color: #1566e0;
}

.template-collection-apparel span.facet-checkbox__label.T-Shirt {
    border: 1px solid #1566e0;
    color: #1566e0;
}

 .template-collection-apparel facet-remove { margin-right: 10px;}
.template-collection-apparel .facets__summary-title {
  border: 1px solid #fff;
  padding: 2px 10px;
  border-radius: 12px;
  color: #fff;
  opacity: 1;
  margin-right: -70px;
}

.template-collection-apparel facet-remove a{ color: #fff; opacity: 1;}

.template-collection-apparel .facet-checkbox:before { border: 1px solid #1566E0 !important; }
.template-collection-apparel .apparel_variant {padding-top: 0px !important; padding-bottom: 0 !important;  background:transparent !important;
  color: rgb(255, 255, 255); border-color:#373737}

  .template-collection-apparel .apparel_variant.active{ background:#1D2D46 !important; border-color:#1566E0}

  
.template-collection-apparel .card-information__title-wrapper .card__title {flex: unset;}

.template-collection-apparel .products-grid .collection-product-list .collection-product-card--small .card__title {min-height: 44px;}
.template-collection-apparel .products-grid .collection-product-list .collection-product-card--small .card-information .card__description {min-height: 52px;}

.template-collection-apparel .add-to-cart-button-wrapper.apparel_cart {
  width: 65%;
}
.template-collection-apparel .custom_price {
  display: flex;
  flex-direction: unset;
  justify-content: space-between;
  align-items: center;
}
/* .template-collection-apparel .product-card-mobile-optimized .price-container.show-upon-btn {
  position: relative;
  left: 0;
  top: 0;
  width: 18%;
  transform: unset;
  right: 0;
  margin: unset;
} */
.template-collection-apparel .product-card-mobile-optimized .price-container.show-upon-btn {
    position: relative;
    left: 0;
    top: 0;
    width: 35%;
    transform: unset;
    right: 0;
    margin: unset;
    background-color: #1D2D46 !important;
    border-color: #1D2D46 !important;
    text-transform: capitalize !important;
    padding: 10px 0px;
    margin-top: 10px;
    border-radius: 0px 10px 10px 0px;
}
 .template-collection-apparel .price__img {
  /* margin-left: 50px; */
  /* margin-top: -12px; */
}

.template-collection-apparel .price__img {   
 margin-left: 50px;    
   margin-top: -12px;
}

@media screen and (min-width: 750px) {
 .facets-container {
  position: sticky;
  top: 100px;
  z-index: 10;
}
}
.collection-product-list button[name="add"] {
    background-color: #1D2D46 !important;
    border-color: #1D2D46 !important;
    text-transform: capitalize !important;
    border-radius: 10px !important;
}