/** Shopify CDN: Minification failed

Line 374:0 Unexpected "{"
Line 374:1 Expected identifier but found "%"
Line 376:2 Unexpected "{"
Line 376:3 Expected identifier but found "%"
Line 379:4 Unexpected "{"
Line 379:5 Expected identifier but found "%"
Line 379:37 Unexpected "{"
Line 379:38 Expected identifier but found "%"
Line 575:1 Expected "}" to go with "{"

**/
.awtomatic-progress-item.awtomatic-progress-item {
  background-color: var(--progress-bar-bg-color);
}
.awtomatic-progress-item.awtomatic-progress-item--completed {
  background-color: var(--progress-bar-completed-bg-color);
}
.bundle-stepper-item--complete:after {
  border-bottom-color: var(--progress-bar-completed-bg-color);
}
.bundle-stepper-item:after {
  border-bottom-color: var(--progress-bar-bg-color);
}

.bundle-stepper-counter--complete {
  color: var(--progress-bar-completed-color);
  background-color: var(--progress-bar-completed-bg-color);
}

.bundle-stepper-counter--incomplete {
  background-color: var(--progress-bar-bg-color);
  color: var(--progress-bar-color);
}

/* CUSTOM PROGRESS BAR */
@media only screen and (min-width: 750px) {
  .awtomatic-progress-item--completed button.awtomatic-progress-remove-button {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    width: 20px;
    min-height: 0;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 1px #000000d6;
    background-image: url(https://bundle-public-assets.s3.amazonaws.com/closeIcons/close-svgrepo-com.svg);
    background-size: 16px;
    transition: box-shadow 0.2s;
    background-position: center;
  }
  .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:hover {
    box-shadow: 0px 0px 1px 1px #0000006e;
  }
  .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:after {
    content: none;
  }
  .awtomatic-progress-count-label {
    display: none;
  }

  .bundle-container .awtomatic-progress-container {
    margin-left: auto;
    padding-bottom: 20px;
  }

  .bundleapp-modal__container--complete-screen footer {
    /* BaB Footer */
    height: 80px;
  }

  .bundleapp-modal__container--complete-screen .bundle-container {
    /* BaB content */
    padding-top: 10px;
  }

  .bundle-container .awtomatic-bab-options-container {
    order: 0;
  }
  .bundle-container .bundle-scrollable-section {
    order: 2;
    row-gap: 1rem;
  }
  .bundle-container .awtomatic-progress-container {
    order: 1;
  }
  .bundle-container footer {
    order: 3;
  }

  .awtomatic-progress-item--completed .awtomatic-progress-product-count-container .bundle-text--subheading {
    margin-right: 10px;
  }

  .awtomatic-progress-item.awtomatic-progress-item--pending .bundle-text--subheading {
    color: #000;
  }

  .awtomatic-progress-item.awtomatic-progress-item--completed {
    background-color: #fff;
  }

  .awtomatic-progress-item .bundle-text--subheading {
    min-width: 50px;
    display: block;
    color: #fff;
  }

  .awtomatic-progress-container {
    display: block;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  div.awtomatic-progress-item {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    margin: 0 5px;
    border-radius: 5px;
    border: 2px solid #ddd;
  }

  /* CUSTOM PROGRESS IMAGES */
  div.awtomatic-progress-item.awtomatic-progress-item--completed {
    background-color: #eee;
    background-image: var(--awt-pb-img);
  }
}
/* END CUSTOM PROGRESS BAR */

/* buttons */
.bundle-button.button--primary {
  background-color: var(--primary-btn-disabled-bg-color);
  color: var(--primary-btn-disabled-color);
  border: var(--primary-btn-disabled-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}
.awtomatic-bab-options-container .bundle-button {
  background-color: var(--unselected-btn-bg-color);
  color: var(--unselected-btn-color);
  border: var(--unselected-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}
.awtomatic-bab-options-container .bundle-button span {
  background-color: transparent;
  color: var(--primary-btn-disabled-color);
  transition: color 0.3s;
}
.bundle-button.button--primary:hover,
.awtomatic-bab-options-container .bundle-button:hover {
  background-color: var(--primary-btn-disabled-bg-color-hover);
  color: var(--primary-btn-disabled-color-hover);
  border: var(--primary-btn-disabled-border-hover);
}
.awtomatic-bab-options-container .bundle-button:hover span {
  color: var(--primary-btn-disabled-color-hover);
}
.bundle-button.button--primary:enabled,
.awtomatic-bab-options-container .bundle-button.selected {
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: var(--primary-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}
.bundle-product-card__quantity-button-container--button svg {
  fill: var(--primary-btn-color) !important;
}
.bundle-product-card__quantity-button-container--button:hover svg {
  fill: var(--primary-btn-color-hover);
}
.awtomatic-bab-options-container .bundle-button.selected span {
  color: var(--primary-btn-color);
}
.bundle-button.button--primary:enabled:hover,
.awtomatic-bab-options-container .bundle-button:hover {
  cursor: pointer;
  background-color: var(--primary-btn-bg-color-hover);
  color: var(--primary-btn-color-hover);
  border: var(--primary-btn-border-hover);
}
.awtomatic-bab-options-container .bundle-button:hover span {
  color: var(--primary-btn-color-hover);
}
/* end buttons*/

/* Customer quantity button */
.bundle-product-card__quantity-button-container--unavailable button.bundle-product-card__quantity-button-container--button {
  padding: 0;
  width: 0;
}

div.bundle-product-card__quantity-button-container {
  /*border-color: #000586;*/
  border-width: 0;
  border-radius: var(--btn-border-radius);
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  font-weight: bold;
  line-height: 15px;
  padding: 0;
}

.bundle-product-card__quantity-button-container span {
  padding: 14px 10px;
}

.bundle-product-card__quantity-button-container--button {
  padding: 14px 10px;
  border-radius: 0;
  transition: background-color 0.3s;
}

.bundle-product-card__quantity-button-container--button:first-child {
  border-top-left-radius: var(--btn-border-radius);
  border-bottom-left-radius: var(--btn-border-radius);
}
.bundle-product-card__quantity-button-container--button:last-child {
  border-top-right-radius: var(--btn-border-radius);
  border-bottom-right-radius: var(--btn-border-radius);
}

button.bundle-product-card__quantity-button-container--button:hover {
  background-color: var(--primary-btn-bg-color-hover);
}

.bundle-product-card__quantity-button-container--button svg {
  fill: var(--primary-btn-color);
}
/* End Customer quantity button */

/* 2 items per row in BaB */
@media only screen and (max-width: 750px) {
  main.bundle-scrollable-section,
  main .bundle-section {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    row-gap: 0;
  }

  .bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 100%;
  }

  .bundle-lazy-image-container {
    width: 100%;
  }

  .bundle-product-card__quantity-button-container {
    width: 100%;
  }
}
/* end 2 items per row in BaB */

/* square images */
.bundleapp-modal__container--complete-screen .bundle-product-card {
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 300px;
  }
}
@media screen and (max-width: 758px) {
  .bundleapp-modal__container--complete-screen .bundle-product-card {
    width: 100%;
  }
}

.bundle-lazy-image-container {
  padding-bottom: 100%;
  border-radius: 0;
}
/* end square images */

body.awt-bab-open .bundleapp-modal__logo {
  background-image: var(--logo-image-url);
}

body.awt-bab-open #dummy-chat-button-iframe,
body.awt-bab-open #gtx-trans {
  display: none !important;
}

/* optional extra bab styles */
body.awt-bab-open .bundleapp-modal__container--complete-screen {
  top: 0;
  outline: none;
  box-shadow: none;
}

body.awt-bab-open .bundleapp-modal__container--complete-screen:focus-visited,
body.awt-bab-open #bundleapp-subscriptions-portal *:focus-visible {
  outline: none;
}

body.awt-bab-open .bundleapp-modal {
  background: none;
  top: 0px;
  z-index: 1111;
  outline: none;
  box-shadow: none;
}

body.awt-bab-open .bundle-product-card.selected {
  position: relative;
}

body.awt-bab-open .bundle-product-card.selected:before {
  content: "IN BOX";
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  z-index: 9;
  padding: 3px 9px;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: var(--primary-btn-border);
  border-radius: var(--btn-border-radius);
  transition: background-color 0.3s, color 0.3s;
}

body.awt-bab-open.subscription-overlay-open .shopify-section-group-group-header {
  z-index: 1;
}
body.awt-bab-open:not(.subscription-overlay-open) .slide-panel-backdrop,
body.awt-bab-open:not(.subscription-overlay-open) .slide-panel-container {
  display: none;
}



.bundleapp-modal{
    z-index:100010
}
.bundle-container main{
overscroll-behavior:auto;
}
.bundleapp-price-adjustment {
    display: none;
}
 .awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group label span:first-of-type {
    font-family: "Gliker";
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.1px;
}
.colortheme-secondaryproductbg  .awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group label span:first-of-type { 
    color: var(--color-product-text);
}
.colortheme-cookiesandcream-productbg.colortheme-secondaryproductbg  .awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group label span:first-of-type { 
    color: var(--color-product-secondary-text);
}

 @media only screen and (max-width: 749px){
    .awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group label span:first-of-type {
        font-size: 14px;
        letter-spacing: .9px;
    }
{% comment %} .awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group {
    border-width: 3px;
} {% endcomment %}
.awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group select.bundleapp-plan-selector-select {
    border-radius: 12px;
    {% comment %} border-width: 2px; {% endcomment %}
    width: auto;
    padding: 7px 45px 9px 11px;
}

/** COLLECTION **/
#Collection .bundleapp-legend { display: none; }
#Collection .awt-style-1 .bundleapp-wrapper {
    display: block;
    margin: 0 25px;
    width: auto;
    text-align: center;
    font-size: 13px;
}
#Collection .awt-style-1 .bundleapp-wrapper label input { display: none; }
#Collection .awt-style-1 .bundleapp-wrapper span:first-of-type {
    font-size: 11px;
}
#Collection .bundleapp-plan-selector-group {
    padding: 0;
}
#Collection .bundleapp-plan-selector-group label {
    padding: 10px 15px;
    justify-content: center;
}
#Collection .bundleapp-plan-selector-plan {
    margin-left: 0;
}
#Collection .bundleapp-wrapper .bundleapp-plan-selector-group-pricing {
    margin-left: 10px;
    font-family: "Gliker";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.1px;
    color: var(--color-orange);

}
#Collection .bundleapp-plan-selector-group:first-of-type .bundleapp-plan-selector-group-pricing {
    display: none;
    text-align: center;
}
#Collection .bundleapp-plan-selector-group .bundleapp-plan-selector-plan label {
    padding: 0;
    text-align: center;
}
#Collection .awt-style-1 .bundleapp-wrapper .bundleapp-plan-selector-group select.bundleapp-plan-selector-select {
    display: block;
    font-size: small;
    padding: 10px 40px;
    min-height: 0px;
    margin: 0px 10% 10px;
    width: 80%;
    text-align: center;
}

#Collection .price__regular {
    color: var(--color-sale-text) !important;
    font-weight: var(--font-weight-body--bolder);
}



#Collection .bundleapp-compareAtPrice {
    color: var(--color-body-text) !important;
    -webkit-text-fill-color:  var(--color-body-text) !important;
    font-weight: var(--font-weight-body--bolder);
}

#Collection .price--widget{
    margin-top: 10px !important;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    display: inline-flex;
    margin-bottom: 20px;
}
#Collection .product-form__controls-group ~ .product-form__controls-group--submit {
    margin-top: 10px;
}

/** END COLLECTION **/


/** PORTAL **/
.bundle-button.button--primary {
    border-radius: 30px;
}
.template-customers-account .btn--small {
    font-size: calc(((10) / (var(--font-size-base))) * 1em)
}
.chakra-ui-light .site-nav__label {
    border-width: 0;
}
.chakra-ui-light .page-container {
    background-color: var(--color-blue-light);
}
.bundleapp-subscription-list-item__r2c2 {
    font-size: medium;
}
.bundle-card {
    font-size: medium;
}
h3.bundle-product-name, .bundle-details-table-title {
    font-family: var(--chakra-fonts-body);
}
.bundle-details-table td,
.bundle-details-table th {
    font-size: medium;
    font-family: var(--chakra-fonts-body);
}
.bundle-details-table th:first-child {
    padding: 0;
}

.bundle-button {
    font-size: medium;
    border-radius: 35px !important;
    border-width: 3px;
    border-color: var(--color-darkblue);
    color: var(--color-darkblue);
}
/** End PORTAL **/

/** BAB **/
#bundleapp-subscriptions-portal header.bundleapp-modal__container--complete-screen--header-container {
    
}

#bundleapp-subscriptions-portal .bundleapp-modal__logo {
    background-image: url(https://oathauswebassets.s3.amazonaws.com/oh_logo_awt.jpg);
}
@media only screen and (max-width: 750px){
   #bundleapp-subscriptions-portal .bundleapp-modal__logo {
    width:150px;
}
}

.bundleapp-modal__container--complete-screen--header-container button.bundle-button.button--secondary {
    margin-top: -14px;
    background: transparent;
}

body.subscription-overlay-open .uwy.userway_p3 {
    display: none;
}

h4.bundle-product-card__title {
    font-family: inherit;
}

.bundle-stepper-counter--complete svg {
    fill: #072a47;
}
#bundleapp-subscriptions-portal .bundle-container {
    padding: 0 2rem 0;
}
#bundleapp-subscriptions-portal header {
  font-family: var(--font-stack-header);
}
/** END BAB **/


/** HIDE RC **/
.rc-widget-injection-parent,
.rc_container_wrapper { display: none; }
/** END HIDE RC **/
/** HIDE BAB on Collections All Page  **/
#shopify-section-collection-template-all .awt-style-1 {display:none;}
/** END HIDE SUB TOGGLE **/

/** FORMAT PRODUCT SLIDE OUT IN BUNDLE BUILDER**/
.slide-panel-container .blurb-title{
    display: none;
}
.slide-panel-container .product-single__description{
    text-align: left !important;
}
.slide-panel-container .haus-rules-title{
    font-size: 32px;
    line-height: unset;
    letter-spacing: 2px;
}
.slide-panel-container .haus-rules-list ::before{
    display: none;
}
.slide-panel-container .haus-rules-list{
    padding-left: 0px;
}
.slide-panel-container .haus-rules-list li{
    line-height: 24px;
    margin: unset;
}
.slide-panel-container .item{
    display: none;
}