/** Shopify CDN: Minification failed

Line 208:0 Unexpected "}"
Line 311:9 Unexpected "$"
Line 311:21 Unexpected "{"
Line 350:2 "maring" is not a known CSS property

**/
:root{
  --section-vertical-spacing: 6.5rem;
  --b12uicolor1: #b0e9f5;
  --b12uicolor2: #209abc;
}
@media screen and (min-width: 1008px) {
  .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-card {
  background-color: var(--b12uicolor1);
  padding: 35px 20px;
  border-radius: 14px;
  height:100%;
}

.product-card .small-addToCart-container button {
  background-image: none;
  width: 80%;
  margin: 0 auto;
  display: flex;
  border-radius:3px;
  border:0!important;
  font-size:.95rem;
  text-wrap: nowrap;
}
.product-card .badge-list{
  left:auto;
  right:-4px;
  top: -22px;
}
.product-card .badge{
  background-color:var(--b12uicolor2);
  border-radius:5px;
}

.product-card .small-addToCart-container {
  display: none;
  position: absolute;
  bottom: 54px;
  width: 100%;
}

.product-card:hover .small-addToCart-container {
  display: block;
}
@media screen and (max-width:512px){
  body .featured-collections-carousel .product-list:not(.product-list--carousel) {
    max-width: 100%;
  }
  body .product-card .small-addToCart-container button{
    width:100%;
    border-radius:8px;
  }
  body .product-card{
    padding: 30px 8px 9px;
    gap:.75rem;
  }
  body .product-card .product-card__info{
    padding-bottom:0px;
    padding-top:15px;
  }
  body .b12-reviews-section .multi-column__item{
    display:block;
    padding:0.75rem;
  }
  body .b12-reviews-section {
        --multi-column-column-width: 99%!important;
        --multi-column-grid: auto / 99%!important;
  }
}
@media screen and (min-width:513px) and (max-width:1200px){
  body .b12-reviews-section .multi-column__item{
    display:block;
    padding:1.2rem;
  }
  body .b12-reviews-section {
        --multi-column-column-width: 95%!important;
        --multi-column-grid: auto / 95%!important;
  }
}
@media screen and (max-width:699px){
  .featured-collections-carousel .product-list:not(.product-list--carousel) {
    max-width: 85%;
    margin: 0 auto;
  }
  .product-card .small-addToCart-container{
    display: block;
    position: relative;
    bottom: auto;
  }
  body .product-card:hover .product-card__info{
    visibility:visible;
  }
  body .b12-reviews-section {
    --multi-column-column-width: 90%;
    --multi-column-grid: auto / 90%;
  }
}

.small-addToCart-container button:hover {
  color: #fff !important;
}

.product-card .product-card__info{
  padding-top:25px;
  padding-bottom:16px;
}
.product-card:hover .product-card__info{
  visibility:hidden;
}
.product-card .product-title{
  color:var(--b12uicolor2);
  padding:0 20px;
}


.slideshow__next-section-button{
  display:none!important;
}

.content-over-media--lg {
  --content-over-media-height: clamp(45rem, 145vw, 55rem);
}
.collection-banner{
  --content-over-media-height: clamp(15rem, 105vw, 25rem);
}
.shopify-section--newsletter{
  --section-vertical-spacing: 2rem;
}
.shopify-section--newsletter .content-over-media{
  --content-over-media-height: clamp(18rem, 75vw, 25rem);
}
.shopify-section--newsletter .form-control .input{
  background-color:#fff;
}

@media screen and (min-width: 700px) {
    .footer__block--text {
        flex-basis: 14rem;
        max-width: 35rem;
    }
}
.footer__block.footer__block--text{
  border:1px solid rgb(var(--text-color));
  border-radius:14px;
  padding:14px;
  font-size:.81rem;
}

.main-product--container{
   background-image: linear-gradient(180deg, var(--b12uicolor1) 40%, rgba(255,255,255,0) 70%);
}
.shopify-section--main-product .price-list {
  color:var(--b12uicolor2);
  text-align:right;
  justify-content: flex-end;
}
.shopify-section--main-product .price-list compare-at-price{
  text-decoration:line-through;
  color:rgba(0,0,0,0.5);
  font-size:.95rem;
}
.shopify-section--main-product .price-list .text-subdued,
.shopify-section--main-product .price-list .text-on-sale{
  color:var(--b12uicolor2);
}
.shopify-section--main-product .product-title{
  color:var(--b12uicolor2);
  font-size:1.8rem;
}
.shopify-section--main-product .product-info__block-item strong{
  color:var(--b12uicolor2);
}
.shopify-section--main-product .product-info__block-item[data-block-id="quantity_selector"]{
  text-align:right;
}
.shopify-section--main-product .button.w-full{
  --initial-gradient: linear-gradient(var(--b12uicolor2), var(--b12uicolor2));
  background-image: var(--initial-gradient), var(--hover-gradient);
  border: 1px solid var(--b12uicolor2);
}

.shopify-section--main-product .quantity-selector {
  border-color: var(--b12uicolor2);
  --text-color: var(--b12uicolor2) !important;
}
.shopify-section--main-product .quantity-selector input,
.shopify-section--main-product .quantity-selector button{
  color: var(--b12uicolor2)!important;
}

.shopify-section--main-product .button.w-full:hover {
        color: var(--b12uicolor2);
        border-color: var(--b12uicolor2);
    }
}




/*Reviews*/

.b12-reviews-section{
  max-width:970px;
  margin:120px auto 60px;
  .SectionHeader__Heading {
    text-align:center; 
  }
}


    .b12-reviews-section {
      --multi-column-gap: 1.5rem;
      --multi-column-column-width: 53vw;
      --multi-column-grid: auto / auto-flow var(--multi-column-column-width);
      --multi-column-content-alignment: safe center;
    }

    @media screen and (min-width: 700px) {
      .b12-reviews-section {
        --multi-column-columns-per-row: 2;
        --multi-column-column-width: 38vw;
      }
    }

    @media screen and (min-width: 999px) {
      .b12-reviews-section {
        --multi-column-gap: 1.875rem;
        --multi-column-columns-per-row: 3;
        --multi-column-column-width: calc(100% / var(--multi-column-columns-per-row) - var(--multi-column-gap) * ((var(--multi-column-columns-per-row) - 1) / var(--multi-column-columns-per-row)));
        --multi-column-grid: auto / repeat(auto-fit, var(--multi-column-column-width));
      }
    }

    .b12-reviews-section .multi-column__item  {
      border:1px solid #ddd;
      box-shadow: 0px 0px 15px rgba(0,0,0,0.14);
      border-radius:10px;
      padding:2rem;
    }
  

.b12-review{
	display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin:10px auto 10px;
  span{
   display:block; 
  }
  
  .entry-header{
   width:270px;
    flex:0;
    font-size:14px;
    line-height:1.1;
    .author-box{
      display: block;
      margin-top: 10px;
    }
    
    .reviewer-title{
     color: #c45500; 
    }
    .review-value-box{
         margin-bottom: 10px 
    }
    
    .review-value{
      width: 80px;
      display: inline-block;
      overflow: hidden;
      text-indent: -1000px;
      background-image: url("//breatheb12.com/cdn/shop/t/14/assets/rating_all.png?v=64513849745875301431728363729");
      background-repeat: no-repeat;
      background-position: left bottom -2px; 
    }
    
    .review-value.rating_5 {
        background-position-x: -5px;
    }
    .reviews .review-value.rating_4 {
        background-position-x: -21px;
    }
    .review-separator{
     display:none; 
    }
  }
  
  .entry-title{
    color: #060e05;
    font-weight: 700;
    display: inline-block;
    text-transform: none; 
    margin-bottom:0.4em;
  }
  
}
@media #{$lap-and-up}{
  	.b12-reviews-section{
    	max-width:970px; 
    }
	.b12-review{
        flex-direction:row; 
        margin:10px auto 40px;
   
    	.entry-header{
         
        	flex:0 0 270px; 
    	}
    	.entry-title{
       
		  	margin-bottom:0.82em; 
    	}
    }
}

/*MISC*/

.home-deco-strip2{
  background-image:url(/cdn/shop/files/logo-v2.png?v=1614300572);
  height:15px;
  background-color: #eee;
  background-size: contain;
  background-repeat:space;
}

/* Judgement reviews*/
.jdgm-widget{
  text-align:left;
  width:70%;
  margin:0 auto;
  --jdgm-write-review-bg-color: var(--b12uicolor2);
  --jdgm-star-color: var(--b12uicolor2);
    --jdgm-primary-color: var(--b12uicolor2);
}
.product-info .jdgm-widget{
  maring:0 0;
  width:auto;
}
.product-info .jdgm-preview-badge .jdgm-star{
  color: var(--b12uicolor2);
}
.jdgm-rev__icon{
  display:none!important;
}
.jdgm-write-rev-link,
.jdgm-write-rev-link.jdgm-write-rev-link{
  xborder-color:green!important;
  xbackground-color:red!important;
}
body .jdgm-histogram .jdgm-star{
  color:var(--b12uicolor2);
}
body .jdgm-histogram__bar{
  background-color:var(--b12uicolor1);
}
body .jdgm-histogram__bar-content{
  background-color:var(--b12uicolor2);
}
@media screen and (max-width:699px){
  body .jdgm-widget{
    width:99%;
  }
}
@media screen and (max-width:500px){
  .jdgm-review-widget--medium .jdgm-write-rev-link, .jdgm-review-widget--medium .jdgm-ask-question-btn{
    max-width:90%;
  }
}
@media screen and (max-width:320px){
  .jdgm-histogram {
    display:none!important;
  }
}

/*Product page*/

.b12-product-info-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0; 
    padding: 0;
}
.b12-product-info-grid > div{
  
}

.product-info__block-item[data-block-type="quantity-selector"]{

  background:white;
  border-radius:6px 0 0 6px;
  padding:10px; 
  text-align:center;
}
.product-info__block-item[data-block-type="quantity-selector"] .quantity-selector{
  margin:0 auto;
  border:0;
}
.product-info__block-item[data-block-type="price"]{
  min-height:2.7rem;
  padding:10px;
  margin-block-end:0;
  margin-block-start:0!important;
  display:grid;
  align-items:center;
  text-align:center;
  border:1px solid;
  border-color: var( --b12uicolor2 );
  border-radius:0 6px 6px 0;
}
.product-info__block-item[data-block-type="price"] .v-stack{
  grid-auto-rows:2.7rem;
  min-height:2.7rem;
}
.product-info__block-item[data-block-type="quantity-selector"] *,
.product-info__block-item[data-block-type="price"] *{
  font-size:1.2rem;
  line-height:1.4rem;
}
.product-info__block-item[data-block-type="payment-terms"]{
  font-size:0.75rem;
  background-color: var(--b12uicolor1);
  padding-top:5px;
  padding-bottom:5px;
  border-radius:3px;
  text-align: center;
  margin-block-start:0!important;
  margin-block-end:0;
}
.product-gallery__image-list{
  width:75%;
  margin:0 auto;
}
.product-gallery__thumbnail-list{
  margin:0 auto;
}
.product-gallery__thumbnail{
  border-radius:6px;
  padding:2px;
}
.product-gallery__thumbnail[aria-current=true]{
  border-color: var(--b12uicolor2);
}
.product-gallery__thumbnail img{
  opacity:.4;
}
.product-gallery__thumbnail[aria-current=true] img{
  opacity:1;
}

.appstle_widget_title{
  color: var(--b12uicolor2);
  font-weight:bold;
}
.appstle_subscription_wrapper_option,
.appstle_subscription_wrapper_option.appstle_include_dropdown{
  border:0!important;
}
.appstle_subscription_wrapper{
  border:0!important;
}

body .appstle-save-badge{
  color:var(--b12uicolor2);
  background-color:var(--b12uicolor1);
  border:1px solid var(--b12uicolor2);
  transform:rotate(0) translate(0, -4px);
}
body .appstle-save-badge::before{
  background:none!important;
}
body .tooltip_subscription_svg{
  width:15px!important;
  height:15px!important;
  fill:var(--b12uicolor2)!important;
}
body .appstle-tootltip-parent{
  font-size:.8rem;
  margin:0;
  text-align:left;
  display:none;
}


.prose-expand{
  font-weight:bold;
  font-size:.81rem;
  text-transform:uppercase;
  display:block;
  text-align:right;
  cursor: pointer;
}
.prose-more{
  overflow:hidden;
  height:0;
  transition:all 1s;
}
.prose-more.active{
  height:auto;
}



/*FAQ*/

.Faq__Section {
  margin-bottom: 20px;
}

.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}

.Faq__Item {
  position: relative;
  margin: 22px 0;
  display:block;
}

.Faq__Icon {
  position: absolute;
  top: 4px;
  left: 0;
  color: #ddd;
  transition: all 0.3s ease-in-out;

  svg {
    width: 1rem;
    height: 1rem;
    vertical-align: baseline;
  }
}

.Faq__Item.active .Faq__Icon {
  transform: rotateZ(90deg);
  color: $heading-color;
}

.Faq__ItemWrapper {
  padding-left: 26px;
}

.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size:1.2rem;
  color:rgb(0 192 244);
  padding-left:3px;
}

.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
  text-align:left;
  padding-left:3px;
  font-size:1.1rem;
  opacity:0.99;
}

.Faq__Item.active .Faq__AnswerWrapper {
  visibility: visible;
  height:auto;
  transition: height 0.25s ease-in-out;
}

.Faq__Answer {
  padding: 16px 0 22px 0;
}

.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0;
}

.FaqSummary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.FaqSummary__Item {
  margin-bottom: 12px;
}

.FaqSummary__Item.is-active::after {
  width: 100%;
}

.FaqSummary__Link {
  display: block;
}

.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;

  &::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background: currentColor;
    transition: transform 0.2s linear;
  }
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1, 1);
}

.Faq__Item {
	margin:22px 0; 
}
.Faq__ItemWrapper .Faq__Question{
	color:$link-color;
    font-weight:bold;
}

.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}


@include av-mq('tablet-and-up') {
  .Faq__Section {
    margin-bottom: 34px;
  }

  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
}


/*Page text improvements*/
.shopify-policy__body h1,
.shopify-section--main-page .prose h1{
  font-size:1.7rem;
  margin-bottom:40px;
}
.shopify-section--main-page  img.wp-image-11659{
  padding:20px;
  max-width:720px;
}
@media screen and (max-width: 720px){
  .shopify-section--main-page  img.wp-image-11659{
    padding:30px 0px;
    max-width:95%;
    margin:0 auto;
  }

  body .shopify-policy__body h1,
  body .shopify-section--main-page .prose h1{
    font-size:1.25rem;
    margin-bottom:30px;
  }
}


/* ignore products in "all" collection */
.product-card[handle='routeins']{
  display:none!important;
}

/*cart*/
.route-div{
  width:100%;
}
.route-div-extra{
    margin-bottom:5px !important;
}
body .cart-drawer .pw-route-protection.desktop-align-right {
    justify-content: flex-start;
}
body .pw-route-protection{
  padding:0 0;
}
.Cart__Taxes{
  margin-bottom:10px;
}
.Cart__Taxes a{
  color:rgb(var(--button-background));
}
@media screen and (max-width: 512px) {
  body .shopify-section.shopify-section--featured-collections .justify-self-center{
    width: 100%;
  }
}

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

  body .pw-route-protection.desktop-align-right,
  body .cart-drawer .pw-route-protection.desktop-align-right{
    justify-content: center!important;
  }
  .route-div-extra{
   text-align:center;
    margin-bottom:0px !important;
  }
  body .Cart__Taxes {
    margin-bottom: 8px;
    font-size: .9rem;
  }
  .shopify-section.shopify-section--featured-collections .justify-self-center{
    width: 75%;
    padding-top: 5em;
  }
  .shopify-section.shopify-section--featured-collections .justify-self-center a.button{
    min-width:100%;
  }
}

.rebuy-cart__flyout{
  --b12uicolor2: #00C0F4;
  --b12uicolor1: #EEF8FA;
}
.b12-floating-container{
  
  bottom:0;
  left:0;
  right:0;
  width:100%;
  opacity:0;
  visibility:hidden;
  transform:translateY(100px);
  transition:opacity 0.66s, transform 0.4s;
  position:fixed;
  margin-bottom:4px;
  z-index:9;
}

 .b12-floating-container .button{
	background:#00c0f4;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
	min-width:95vw;
	max-width:98vw;
}
 .b12-floating-container .button:hover{
   opacity:0.93;
   color:#fff!important;
 }
 b12-floating.active .b12-floating-container{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}


@media screen and (min-width: 641px) {

   .b12-floating-container{
	margin-bottom:30px;
  }

   .b12-floating-container .button{
    max-width:50vw;
	min-width:25vw;
  }
}

@media screen and (min-width: 1025px) {

   .b12-floating-container{
	margin-bottom:40px;
  }

   .b12-floating-container .button{
    max-width:40vw;
	min-width:20vw;
  }
}


