/** Shopify CDN: Minification failed

Line 501:0 Expected "}" to go with "{"

**/

#drawer-cart{ 
  .drawer__content{z-index: 9999999999; }
  .referral-code-input{
    padding: 8px var(--gutter);
    label{margin-bottom: 5px;}
  }
  .drawer__body{
    flex: 1 1 auto; overflow-x: hidden;   
    .cart__items{margin-top: 15px;}
    .cart__items__column{max-width: 95%; padding-right: 12px;}
    .cart__items--recommended{ 
      .flickity-viewport{overflow: visible; height: auto;}
      .flickity-slider{display: flex; align-items: flex-end;}
    }
    .cart__items__grid--recommended.row{
      display: flex; max-width: unset; align-items: flex-end;
      .col-left{
        display: flex; flex: 0 0 105px; padding-right: 15px; align-items: flex-end; justify-content: center;
        a{display: flex;}
        img{ max-height: 112.5px;}
      }

      .col-right{flex: 1 1 auto; display: flex; flex-direction: column; justify-content: space-evenly;}
      .cart__items__title{flex: 1 0 auto; padding: 0;}
      .cart__items__price{padding-bottom: 5px;}
      .cart__items__add{justify-self: flex-end;}
    }  
  }

  
  .drawer__bottom{ 
    flex: 0 0 auto;        
  }  

  .exison-widget__Containe_Wrapper{ padding: var(--gutter); }
  .exm_subtotal_summary{display: block; visibility: visible;}
  
}


.rebuy-quick-view-dropdown__container.visible,
#rebuy-smart-search-results-dropdown{display: none !important;}


#gorgias-chat-container #chat-window{z-index: 999;}

.product-page .product__media__wrapper{position: relative;}
.product-page .exm_vip_info_wrapper{font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));}

.product__badge{font-size: calc( var(--font-2) ); }

.product-grid-item__content.is-mobile{ 
  .product-grid-item__actions{display: flex; opacity: 1;}
  product-add-button{opacity: 1;}
}

.section-list-collections.text-below-image .grid__item{
  .collection-grid-item{padding-bottom: 85px;}
  .link-over-image .hero__content__wrapper{justify-content: flex-start; top: auto; bottom: 0; height: 85px; padding: 10px 10px 0; color: #000;}
  .collection-grid-item__subtitle{display: none;}
  .collection-grid-item__title{line-height: 1.2; margin-bottom: 5px;}
  .btn-link{ opacity: 1; transform: translateY(0); text-decoration: underline;}
  .btn-link:after{display: none;}
  .image-overlay{display: none;}
}

.card-box {
  margin: 0;
  display: flex;
  gap: 20px;
}
.card {
  flex: 1 1 0px;
  width: 100%;
  padding: 30px 30px;
}
.rte,
.card-text {
  line-height: 25px;
  letter-spacing: 0.5px;
}
.icon--extra--large {
  width: 50%;
}

.card-link {
  font-weight: bold;
}

/* STYLES FOR PROFILES SECTION */

.profiles-grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.profile-name {
  font-weight: bold;
}

.profile {
  text-align: center;
  cursor: pointer;
  margin: 30px 0;
}
.profile-image {
  width: 200px;
  margin-bottom: 20px;
}
.profile-rounded {
  border-radius: 50%;
}
.profile-info {
  line-height: 10px;
}
.info-label,
.behind-pop-video-btn {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 50001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  backdrop-filter: blur(4px);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.show-modal {
  display: flex;
}

.modal-content {
  position: relative;
  align-self: center;
  line-height: 25px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  overflow: auto;
  max-height: 550px;
}
.modal-title {
  margin: 0;
}
.modal-subtitle {
  font-weight: bold;
  padding-left: 2px;
}

.close,
#AAI-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 4;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* STYLES FOR NEWS SECTION */
.news-section-rows {
  padding: 25px 0;
}
.news-grid {
  display: flex;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}
.news-block {
  flex: 1 1 0px;
  /* width: 307px; */
  height: 350px;
  padding: 20px;
  margin: auto;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.news--logo--small {
  width: 35%;
}
.news--logo--medium {
  width: 40%;
}
.news--logo--large {
  width: 50%;
}
.news--logo--extra--large {
  width: 60%;
}
.news--logo--extra--large2 {
  width: 70%;
}
.quote {
  font-size: 0.85rem;
}
.bg--pink--accent {
  background-color: #fbf2f6;
}

.banner-logo {
  margin-top: 20px;
}

.banner-quote {
  line-height: 2rem;
  letter-spacing: 4px;
}
.table-label-group {
  display: flex;
  gap: 10px;
}
.info-pre-label {
  font-size: 1rem;
  font-weight: bold;
}
.custom--table {
  font-weight: normal;
  text-align: left;
  font-size: 1rem;
}
.custom--table--popup {
  text-align: center;
}

/* STYLES FOR EMBED VIDEO BLOCK */
.embed-video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

video::-webkit-media-controls-panel {
  background-image: none !important;
}

/* STYLES FOR CAROUSEL BLOCK */

.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px;
}
.bg--accent--blue {
  background-color: #edf9f9;
}

.carousel-blocks-grid {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
  white-space: nowrap;
  padding: 40px 10px;
}
.carousel-blocks-grid::-webkit-scrollbar {
  height: 10px;
}

.carousel-blocks-grid::-webkit-scrollbar-thumb {
  background: #00afab;
}

.carousel-blocks-grid::-webkit-scrollbar-track {
  background: #fff;
}

.carousel-block {
  display: inline-block;
  width: 420px;
  background-color: white;
  vertical-align: top;
  margin-right: 40px;
  text-align: left;
  padding-bottom: 20px;
}

.carousel-block-image {
  width: 100%;
}

.carousel-block-title {
  margin: 0;
}

.carousel-block-title::after {
  content: "";
  position: relative;
  display: block;
  left: 110px;
  top: -23px;
  height: 1px;
  width: 63%;
  background-color: #d4e050;
  z-index: 1;
}

.carousel-title-image {
  margin: 10px 0;
}
.carousel-title-image img {
  width: 100px;
}
.carousel-title-image::after {
  content: "";
  position: relative;
  display: block;
  left: 110px;
  top: -35px;
  height: 1px;
  width: 63%;
  background-color: #d4e050;
  z-index: 1;
}

.carousel-block-info {
  position: relative;
  white-space: normal;
  padding: 10px 20px;
  height: 350px;
}

/* STYLES FOR LOGO GRID */

.logo-bar__item {
  min-width: 120px;
  max-width: 120px;
}

.homepage-logos {
  margin: auto;
  width: 65vw;
}
.shipping-table td {
  border: 1px solid #c0c0c0;
}
.shipping-table tr:first-child {
  background-color: #333333;
}

/* BEHIND THE DESIGN */

.behind-image-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
}

.behind-image {
  margin: 0 !important;
  flex: 1;
}
.center-image-grid {
  align-items: center;
}

.behind-image-grid:nth-child(4) {
  margin-top: -20px;
}
.behind-quote {
  text-align: center;
  background: #f3e8e8;
  padding: 25px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.behind-quote::before {
  background-image: url("/cdn/shop/files/quote.png?v=1654814507");
  background-repeat: no-repeat;
  background-size: 25px 22px;
  display: inline-block;
  width: 25px;
  height: 22px;
  content: "";
  padding: 20px 0;
}
.behind-quote > h4 {
  width: 60vw;
  padding-bottom: 0;
}

.behind-quote span {
  font-weight: bold;
}
.behind-video-modal > video {
  width: 100%;
}
.look-book-cover {
  background-color: #333333;
}
.look-book-kicker {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.look-book-kicker::after {
  content: "ᐅ";
  position: relative;
  font-size: 80%;
  margin-left: 5px;
}
/* OUR STORY */
.story-green-title {
  padding: 90px 0;
  text-align: center;
  margin: auto;
  width: 55vw;
  color: #01a498;
}
.story-custom-designed {
  z-index: 11;
  margin-top: -20px;
  width: 250px;
  position: relative;
}
.story-caption {
  font-size: 1rem;
  position: relative;
  bottom: -80px;
}
.story-logo {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.story-logo img {
  /* flex: 1 1 100px; */
  width: 30vw;
  padding: 0;
}

@media only screen and (min-width: 768px){
    .product-single .product__inner {
        max-width: 500px;
    }    
}
.product-page .wrapper {
    max-width: 980px;
}

.product-page .metafield-rich_text_field {
  color: red;
}
.product-page .product__block__title {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* PIPELINE HERO: force-tight H1 spacing */
.hero__content h1,
.hero__content .hero__title,
.hero__content .h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
@media (max-width: 767px) {
  .section--image[data-section-type="hero"] .text__standard h1,
  .section--image[data-section-type="hero"] .text__standard .hero__title,
  .section--image[data-section-type="hero"] .text__standard .h1 {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }
}
