/** Shopify CDN: Minification failed

Line 7:35 Unterminated string token

**/
h1,h2 {
font-family:""'Athena',sans-serif";
}

h3,h4 {
font-family: var(--FONT-STACK-ACCENT);
}

h5,h6 {
font-family: var(--FONT-STACK-ACCENT);
}

/* CSS - change Add to Cart button color */
.product-clip__btn,
.product__submit__buttons .btn--add-to-cart {
  background-color: var(--COLOR-PRIMARY);
  border: 1px solid var(--COLOR-PRIMARY);
  color: var(--COLOR-PRIMARY-OPPOSITE);
}
.product-clip__btn:hover, .product-clip__btn:focus,
.product__submit__buttons .btn--add-to-cart:hover, .product__submit__buttons .btn--add-to-cart:focus {
  background-color: #009639;
  border: #009639;
  color: var(--COLOR-PRIMARY-OPPOSITE);
}
/* Change loading and complete state colors */
.btn-state-loading .svg-loader circle,
.btn-state-loading .svg-loader circle~circle{
  stroke: var(--COLOR-PRIMARY-OPPOSITE);
}
.btn-state-complete{
    border-left: 2px solid var(--COLOR-PRIMARY-OPPOSITE);
    border-bottom: 2px solid var(--COLOR-PRIMARY-OPPOSITE);  
}
/* - end - */




/* Add max-width for homepage hero wrapper */
@media only screen and (min-width: 1180px){
    .section-slideshow .hero__content__wrapper{
        max-width: 1180px;
        left: calc( (100% - (1180px + var(--outer)) ) / 2 );
    }    
}
@media only screen and (min-width: 1180px){
  .section-slideshow .align--top-right .hero__content {
      margin-right: 0;
      padding-right: 0;
  }
}
@media (max-width: 479px) {
    .section-featured-panel-blocks .panel-blocks-grid{
        margin: 0;
    }
    .section-featured-panel-blocks .panel-blocks-grid .col {
        padding: 0;
    }
}
/* end */



/* Add Athena Font */

@font-face{
  font-family:"Athena";
  src:url('/cdn/shop/files/Athena-Regular.woff2?v=1683783454') format("woff2"),
  url('/cdn/shop/files/Athena-Regular.woff?v=1683783454')format("woff");
}

:root {
  --FONT-STACK-HEADING: 'Athena', sans-serif;
}

/* - end - */


/* change HP slideshow hover buttons color */
.slideshow__slide a.btn {
  --btn-bg: #F3904D;
  --btn-text: #ffffff;
     --btn-bg-hover: #ffffff;
      --btn-text-hover: #6E6259;
}
/* - end - */


/* change quick add and quick view buttons color */
.product-grid-item__actions{
  --text-light: var(--COLOR-PRIMARY-OPPOSITE);
  --COLOR-BADGE: var(--COLOR-PRIMARY);
  --COLOR-BADGE-TEXT: var(--COLOR-PRIMARY-OPPOSITE);
}
.product-grid-item__actions:hover, .product-grid-item__actions:focus{
  --COLOR-BADGE: #009639;
}
.product-grid-item__btn:hover, .product-grid-item__btn:focus{
  --COLOR-BADGE-TEXT-HOVER: var(--COLOR-PRIMARY-OPPOSITE);
}
.inline-add-product__options-menu-list-item-button{
  --COLOR-BADGE-TEXT: var(--COLOR-PRIMARY-OPPOSITE);
}
.inline-add-product__options-menu-list-item-button:hover, .inline-add-product__options-menu-list-item-button:focus{
  --COLOR-BADGE-TEXT-HOVER: var(--COLOR-PRIMARY-HOVER);
}
product-grid-item .stain-button-canvas {
  background: var(--COLOR-PRIMARY);
  border-radius: 8px;
  color: white;
}
product-grid-item .stain-button-canvas .text-button-contrast {
  color: white;
}
product-grid-item .stain-button-canvas:hover {
  background: #009639;
}

product-grid-item .stain-button-canvas button:hover .btn-state-ready {
  color: var(--text-dark);
  border-radius: 4px;
  background-color: var(--COLOR-BADGE-HAIRLINE);
}
product-grid-item  .group\/quick-action-button:hover .group-hover\/quick-action-button\:text-button-contrast\/50 {
  color: white;
}
/* - end - */

/* change quick add buttons corner radius */
.product-grid-item__actions,
.product-grid-item__actions button,
.inline-add-product__button-facade-wrapper,
.inline-add-product__options-menu{
    border-radius: var(--BUTTON-RADIUS);
}
/* - end - */
 .discount_price {
   display: none;
}
body .top_msg_main .top_msg_wrpr {
    background-color: #e7e2dd;
}
.cart__items__price {
    align-items: baseline !important;
}
.cart__items__price {
    justify-content: center !important;
}
.cart__template .cart__items__total{
   justify-content: center !important;
}
.cart__template .cart__items__row .cart__items__total{
      align-items: end !important;
}
.drawer__body .cart__items__grid {
    width: 100%;
}
.drawer__content .btn--full {
    margin: 15px auto !important;
}
.drawer__content .btn--full {
    width: 66%;
    margin: 0 auto;
    display: block;
}
.drawer__content {
   max-width: 600px;
}
.csapp_discount_total_wrapper {
    padding: 0 20px;
}
[data-csapp_discount_summery] .discount-label-conatiner{
  align-items: flex-start !important;
}
.drawer__body .cart__items__grid{
grid-template-areas:
        "image title title"
        "image price quantity"
        "below below below";
}
.cart__items__title{
  grid-area: title;
 
}
.cart__items__price {
    display: inline-block;
    line-height: 40px;
    text-align: left !important;
}
.cart__items__quantity {
    grid-area: quantity;
}
.cart__items__price {
    line-height: 25px;
}
.is_grid_thumb{
  max-width: 25% !important;
}

@media only screen and (max-width: 767px){
.is_grid_thumb {
  max-width: 50% !important;
}
}

/* product description width */
@media (min-width: 769px){
.product-single .product__inner {
    max-width: 95%;
}
}
/* end */


.jdgm-carousel-item__product-title {
    transform: translate(0px, -3px);
}
button.btn.button.cs_bogo_aiodp_opener,
body .cs_bogo_aiodp_opener, body .cs_freeg_aiodp_opener{
    width: 66%;
    padding: var(--space-5) var(--space-3);
    /* align-items: center; */
    display: block;
    margin: 0 auto 10px;
    background-color: var(--COLOR-PRIMARY);
}
body .cs_bogo_aiodp_opener, body .cs_freeg_aiodp_opener {
  background-color: #F3904D;
  padding: var(--space-4) var(--space-1);
}
.cs_bogo_aiodp_opener{
      margin-left: 17% !important;
}
.shippingInfo {
  text-align: center;
  padding-bottom: 0;
}
.csapps-volume-discount-tiers, .cs_bogo_get_pro_wrpr {
    margin-top: -11px !important;
    margin-bottom: 20px;
    border-radius: 9px;
    overflow: hidden;
    padding-top: 0px;
}

.offer-wrpper h4.heading_table {
      font-size: font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
    font-family: 'Neue Haas Unica'!important;
    padding-top: 13px !important;
    font-weight: 500 !important;
  padding-bottom: 10px;
  margin-top: 0px !important;
}

/* CSS - Hide the product add popdown */
.product-add-popdown{
  display: none !important;
}
/* end */
h4.heading_table {
    font-family: var(--FONT-STACK-BODY) !important;
    font-size: 22px;
    margin-top: 30px;
}
/* end */

/* bullet points in template */
.product__block__text ul {
    list-style: disc;
  padding-left: 25px;
}
/* end */

.media__buttons__holder {
    display: none;
}l
.media__thumb img{
    object-fit: contain;
}

.item__total__savings {
    display: none;
}

.cscode_msg.csapp_coupan_success {
    display: none;
}


/*! ============================================================================
  CRS Customizations
============================================================================== */

/* .product__inner .jdgm-widget.jdgm-preview-badge {
  position: absolute;
  top: 118px;
  right: 4px;
} */

.product__inner .product__block__price square-placement {
  display: none;
}

.product__inner .product__block__text {
  padding: 10px 0 2px;
}

.product__inner .product__block__text p br+br {
  display: block;
  content: " ";
  padding: 3px 0;
}

.product__inner .product__block__text.reasons-to-buy p {
  padding-bottom: 8px;
}
.product__inner .product__block__text.reasons-to-buy ul {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}
.product__inner .product__block__text.reasons-to-buy li {
  padding-bottom: 3px;
}

html .easytabs-container .easytabs-tab-item:focus, 
html .easytabs-container .easytabs-accordion-item:focus, 
html .easytabs-container .easytabs-tab-item.easytabs-active, 
html .easytabs-container .easytabs-active .easytabs-accordion-item,
html .easytabs-container .easytabs-contents .easytabs-content-holder,
html .easytabs-container .easytabs-tab-item, 
html .easytabs-container .easytabs-accordion-item {
  background: transparent;
}
html .easytabs-container .easytabs-accordion .easytabs-content-item {
  border-top: 1px solid var(--border);
}
html .easytabs-container .easytabs-accordion .easytabs-content-item:last-child {
  border-top: 1px solid var(--border);
}

html .product__inner .product__payment-options {
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  font-size: 0.85em;
}

html .product__inner .shopify-product-form {
  max-width: 100%;
}

html .product__inner .product__reviews {
  position: relative;
}

html .product__inner .product__price--off {
  margin-left: 0;
}

html .product__inner .product__price__main {
  flex-wrap: wrap;
  gap: 8px;
}

html .product__inner .product__price {
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  html .product__inner .product__submit__buttons {
    position: relative;
    left: -12px;
    width: calc(100% + 24px);
  }
}


/* PDP - Variant Set */

.variant-sets-container {
  line-height: 1;
  padding: 24px 20px 14px;
  background: #f2f0ed;
  border-radius: 13px;
  row-gap: 9px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.variant-sets-container .buy-more-save-more {
  line-height: 1.6;
  text-align: center;
  position: relative;
  top: -10px;
  font-weight: bold;
  font-size: 0.9em;
  color: #503e30;
}
.variant-sets-container .radio__inputs {
  display: grid;
  grid-template-areas: 'set4 set2 set1';
  grid-auto-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  padding: 4px 0;
}
.variant-sets-container .set--Set-of-4 {
  grid-area: set4;
}
.variant-sets-container .set--Set-of-2 {
  grid-area: set2;
}
.variant-sets-container .set--Set-of-1 {
  grid-area: set1;
}
.variant-sets-container .radio__button {
  position: relative;
}
.variant-sets-container .radio__button .set-feature {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: -9px;
  background: #503e30;
  color: white;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.75em;
  font-weight: bold;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
.variant-sets-container .radio__button label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  max-height: 190px;
  background: #f6f4f2;
  border-radius: 13px;
}
.variant-sets-container .radio__button input:checked ~ label {
  color: #222222dd;
  background-color: #A1D0AB;
  border: 1px solid #A1D0AB;
}
.variant-sets-container .radio__button label span {
  line-height: 2;
  text-transform: none;
  letter-spacing: 0;
}
.variant-sets-container .radio__button label:hover {
  background-color: #fff;
  border: 1px solid var(--border);
  color: #7d6f64;
}
.variant-sets-container img {
  border-radius: 6px;
}
html .product__inner .variant-sets-container .set-pricing {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 24px;
}
html .product__inner .variant-sets-container .original-price {
  font-size: 1em;
  letter-spacing: 0;
  text-decoration: line-through;
  opacity: 0.9;
  padding: 0;
  position: relative;
  right: -3px;
}
html .product__inner .variant-sets-container .per-unit {
  letter-spacing: -0.2px;
  font-weight: 700;
  position: relative;
  font-size: 1.15em;
  padding: 0;
  color: #503e30;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 3px;
}
html .product__inner .variant-sets-container .per-unit span {
  font-size: 0.85em;
  position: relative;
  left: -0.5px;
  top: 0.5px;
}
html .product__inner .variant-sets-container .savings {
  background: hsl(140 55% 49% / 1);
  padding: 5px 10px;
  border-radius: 16px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .variant-sets-container {
    padding: 16px 8px 10px;
    position: relative;
    left: -10px;
    min-width: calc(100% + 20px);
  }
}

/* PDP */

.product__inner .combine_pre_atc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}

.product__inner .combine_pre_atc .product__info__link {
  background-color: transparent;
  margin: 0;
}

.product__inner .combine_pre_atc .inner_product_text,
.product__inner .fast_shipping .inner_product_text {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--radius-sm);
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-2)* var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-relaxed);
  color: var(--text);
  padding: 6px 10px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .product__inner .combine_pre_atc {
    flex-wrap: wrap;
    left: -12px;
    width: calc(100% + 24px);
    position: relative;
  }
  .product__inner .combine_pre_atc .inner_product_text,
  .product__inner .fast_shipping .inner_product_text,
  .product__inner .combine_pre_atc .product__info__link {
    padding: 6px 0;
  }
}
@media only screen and (max-width: 360px) {
  .product__inner .combine_pre_atc .product__info__link,
  .product__block__text p {
    letter-spacing: 0;
  }
}

/* MONK */

.mr-embedded-widget--cvb .mr-embedded-widget__offer-header-con {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0 10px;
}

html .mr-embedded-widget--cvb,
html .mr-embedded-widget--cross-sell {
  background: #f2f0ed;
}
.mr-embedded-widget--cvb .mr-offer-header__text {
  font-size: 0.9em;
  font-weight: bold;
}

.mr-embedded-widget--cvb .mr-progress-bar-con__bar {
  width: calc(100% - 8px);
  position: absolute;
  left: 6px;
  background: #ddddd5;
}
.mr-embedded-widget--cvb .mr-progress-bar-con__bar::after {
  background-color: hsl(140 55% 49% / 1);
}

.mr-embedded-widget--cvb .mr-progress-bar-item__reward {
  font-size: 0.9em;
}

.mr-embedded-widget--cvb .mr-embedded-widget__progress-bar-con {
  margin-bottom: 6px;
}


html .mr-embedded-widget--cross-sell {
  margin: 18px 8px 0;
  padding: 10px 4px 4px;
  border-radius: 12px;
}

.mr-embedded-widget--cross-sell div[class^="CarouselWithScrollbar__ButtonGroup"] {
  right: 15px;
  bottom: 4px;
  top: unset;
}
.mr-embedded-widget--cross-sell div[class^="CarouselWithScrollbar__ButtonGroup"] button {
  padding: 0 2px;
}
.mr-embedded-widget--cross-sell div[class^="CarouselWithScrollbar__ButtonGroup"] .mr-svg-icon-con {
  width: 14px;
}

.mr-embedded-widget--cross-sell .mr-embedded-widget__offer-header.mr-text {
  color: rgb(110, 98, 89);
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;

  height: 100%;
  margin: 0;
  padding: 4px 0 10px;
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-3)* var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-normal);
}

.mr-embedded-widget--cross-sell .mr-actions__atc-button.mr-button {
  background: white !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 7px !important;
  line-height: 1;
  font-size: calc(var(--font-3)* var(--TYPE-ADJUST-BUTTON));
  text-transform: uppercase;
  letter-spacing: var(--FONT-BUTTON-LETTER-SPACING);
  font-weight: 700;
  font-size: 0.75em;
  color: rgb(0, 111, 98) !important;
}

.mr-embedded-widget--cross-sell .mr-product-item__body-wrapper {
  background: #fbf9f7;
  border-radius: 13px;
  border: 1px solid var(--COLOR-A20);
  padding: 10px;
}

.mr-embedded-widget--cross-sell .mr-product-details__product-title.mr-text {
  font-size: 0.8em;
  color: rgb(110, 98, 89);
}

.mr-embedded-widget--cross-sell .mr-product-item__price-con.mr-price-con {
  font-size: 0.9em !important;
    padding-top: 3px;
}

.mr-embedded-widget--cross-sell .react-multi-carousel-item {
  padding: 0 4px;
}

.mr-embedded-widget--cross-sell .mr-price-con__price.mr-text,
.mr-embedded-widget--cross-sell .mr-price-con__off.mr-text {
  font-size: 13px;
}

html .mr-embedded-widget--cross-sell input.custom-slider__input {
  background: #f2f0ed;
}

#drawer-cart.drawer--visible .drawer__content > *:not(.drawer__inner) {
  overflow-x: hidden;
}

html .mr-embedded-widget--cross-sell input[type='range']::-webkit-slider-thumb,
html .mr-embedded-widget--cross-sell input[type='range']::-moz-range-thumb {
  background: #13bba4 !important;
}

html .drawer__body div[id^="mr-div-embedded-cp-freegift_manual-drawer"] .mr-embedded-widget--cross-sell {
  background: #a1d0ab;
}

html .drawer__body div[id^="mr-div-embedded-cp-freegift_manual-drawer"] .mr-embedded-widget__offer-header.mr-text {
  color: #222d;
}

html .drawer__body div[id^="mr-div-embedded-cp-freegift_manual-drawer"] input.custom-slider__input {
  background: #a1d0ab;
}

html .mr-embedded-widget--cross-sell .mr-price-con__off.mr-text {
  display: none;
}

/* CART WITH MONK */

html .cart__items_header {
  margin-top: 18px;
  margin-bottom: 10px;
}

html .cart__items__row {
  border-bottom: 0;
  padding: 8px var(--gutter);
}
html .cart__items__remove {
  top: 8px;
}

html .drawer__body .upsell__holder {
  margin: 45px 15px 15px;
}

html .csapp_discount_total_wrapper {
  display: none
}

html .drawer__bottom {
  border-top: 1px solid var(--COLOR-A20);
}

.cart__drawer .drawer__content {
  z-index: 2147483001;
}

.cart__drawer .drawer__bottom {
  background: hsl(36 16% 92% / 1);
}

.cart__drawer .drawer__bottom__meta {
  padding: 0 0 var(--space-3);
}

.cart__drawer .drawer__bottom__meta.shippingInfo {
  font-weight: 700;
}

.drawer__content .btn--full {
  width: 95%;
  margin: 0 auto;
  display: block;
  max-width: 510px;
  border-radius: 20px;
}

html .drawer__footer__subtotal .cart__drawer__title {
  padding-left: 0;
}
html .drawer__footer__subtotal .totals {
  max-width: 510px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 6px 30px 0;
}
html .drawer__content .btn--full {
  margin-top: 8px !important;
}

html .drawer__footer__subtotal .totals .totals__total-value {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  html .mr-embedded-widget__products-container {
    width: 94vw;
  }

  html .mr-embedded-widget--cross-sell .react-multi-carousel-item {
    width: 47vw !important;
  }

  html .mr-embedded-widget--cross-sell .custom-slider {
    display: none;
  }

  html .mr-embedded-widget--cross-sell .mr-product-body__details {
    display: flex;
  }

  html .mr-embedded-widget--cross-sell .mr-product-item__body-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html .mr-embedded-widget--cross-sell .mr-product-item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html .mr-embedded-widget--cross-sell [class^="CarouselWithScrollbar__ButtonGroup"] {
    display: none;
  }
}

/* Hide Buy Now button */
.shopify-payment-button .shopify-cleanslate,
.shopify-payment-button .shopify-payment-button__button--branded {
  display: none !important;
}

.shopify-payment-button .shopify-payment-button__more-options {
  padding-bottom: 6px;
  text-align: center !important;
  margin-top: 4px !important;
  text-decoration: underline !important;
  font-size: 0.8em !important;
}

.product__block__variants .variant-set--2 .variant-sets-container .radio__inputs {
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 30px;
  display: flex;
  justify-content: center;
}

.product__block__variants .variant-set--2 .variant-sets-container .radio__button {
  position: relative;
  width: 33%;
}

@media only screen and (min-width: 768px) {
  .crs_hide {
    display: none !important;
  }
}

/* Branded LP Template */

.branded-lp-richtext .btn,
.sets--buy-now-btn {
  background: rgb(174,224,188);
  color: #6B6158;
  font-weight: 700;
  font-size: 1.4rem;
  filter: drop-shadow(0px 3px 1px #ccc);
}

@media screen and (max-width: 768px) {
  .branded-lp-richtext .btn {
    width: 86vw;
  }
}

.main-content section.bg--light-blue {
  background: rgb(233,241,244);
}

.collection-description {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.collection-description .show-more-btn {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 0.8rem;
}
.collection-description .show-more-btn:hover {
  color: var(--text-dark);
  text-decoration: underline;
}

.collection-description .description-preview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Bundler Bundle Builder widget */
html #bndlr-discount-message {
  z-index: 88888 !important;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-bundle-description {
  font-size: calc(var(--font-5)* var(--FONT-ADJUST-BODY));
  line-height: var(--leading-snug);
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container {
  /* position: fixed;
  position: -webkit-sticky;
  position: sticky; */
  display: block;
  vertical-align: middle;
  position: fixed;
  -webkit-user-select: none;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  visibility: visible;
  box-sizing: border-box;

  background: white;
  border: 1px solid var(--INVERSE-BG-ACCENT);
  box-shadow: 1px 11px 22px 0px #a5a5a5;
  border-radius: 12px;
  width: 23vw;
  height: 33vw;
  max-width: 340px;
  max-height: 490px;
  overflow-y: auto;

  min-height: 440px;
  min-width: 270px;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container {
    bottom: 10px;
    right: 10px;
    overflow-x: clip;
  }
}

@media screen and (max-width: 767px) {
  html .bndlr-container.bndlr-mixnmatch .bndlr-products-container {
    padding: 0;
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
  }
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container {
    max-width: 270px;
    height: 440px;
    max-height: 440px;
    width: 100%;
  }
}

html .bndlr-container.bndlr-mixnmatch .bndlr-tiered-mnm-instructions-text-inner {
  font-size: 12.5px;
  padding: 0.4em 0.6em;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-product.bndlr-mix-and-match {
  border: none;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-product.bndlr-mix-and-match {
    max-width: 47% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-product.bndlr-mix-and-match {
    max-width: 31% !important;
  }
}

@media screen and (min-width: 1025px) {
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-product.bndlr-mix-and-match {
    max-width: 24% !important;
  }
}

.bndlr-inner-products-container > div:first-child {
  row-gap: 30px;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-product.bndlr-mix-and-match:after {
  content: 'AWARD WINNER';
  display: block;
  font-family: var(--FONT-STACK-ACCENT);
  font-style: var(--FONT-STYLE-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT);
  font-weight: var(--FONT-WEIGHT-ACCENT-BOLD);
  text-transform: var(--FONT-ACCENT-TRANSFORM);
  letter-spacing: var(--FONT-ACCENT-LETTER-SPACING);
  font-size: calc(var(--font-2)* var(--FONT-ADJUST-ACCENT));
  line-height: var(--leading-relaxed);
  position: absolute;
  right: calc(var(--inner) / 2 + 5px);
  top: 30px;
  max-width: calc(100% - var(--inner));
  padding: 5px 10px;
  background: var(--COLOR-BADGE);
  color: var(--COLOR-BADGE-TEXT);
  z-index: 400;
  transition: opacity .5s cubic-bezier(.215,.61,.355,1);
  width: auto;
  height: 29px;
  border-radius: 0;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-product.bndlr-mix-and-match[data-product-id="43274403414156"]:after {
  display: none;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-product-image-url {
  background: #F5F4F2;
  padding: 4px !important;
  border-radius: 4px;
  margin: 0 !important;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-product-image-url .bndlr-product-image {
  background: #F5F4F2;
  border-radius: 4px;
  margin-bottom: 0;
  aspect-ratio: 1;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-product-title {
  font-family: var(--FONT-STACK-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  letter-spacing: var(--FONT-BODY-LETTER-SPACING);
  text-transform: var(--FONT-BODY-TRANSFORM);
  font-size: calc(var(--font-4)* var(--FONT-ADJUST-BODY));
  line-height: var(--leading-normal);
  margin: 8px 0 2px;
  word-break: break-word;
  text-transform: none;
  letter-spacing: 0;
  color: rgb(80, 62, 48) !important;
  display: block;
  min-height: 42px;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-new-price {
  color: rgb(0, 111, 98) !important;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .quantity-input {
  margin: 0 4px 0 0;
  border-radius: 10px;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-height: 100%;
  overflow-y: scroll;
  flex-wrap: nowrap;

  padding-bottom: 220px;
  position: absolute;
  top: 26px;
  width: 100%;
  left: 0;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product {
  max-width: 94% !important;
  width: 100%;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex: unset;
  border: none;
  box-shadow: none;
  padding: 5px 0;
  margin: 0;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product .bndlr-close {
  width: 10px;
  height: 10px;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product .bndlr-close::before {
  left: 4px;
}
html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product .bndlr-close::after {
  top: 4px;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-total-price .bndlr-new-price {
  color: rgb(0, 111, 98) !important;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product .bndlr-product-image-url {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container:has(.bndlr-mnm-selected-products:empty) {
  display: none;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product .bndlr-product-qn-container {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-selected-products .bndlr-product:not(:last-of-type)::after {
  display: none;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-add-to-cart-wrapper {
  flex: unset;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-product-title {
  font-size: 0.8rem;
  color: rgb(80, 62, 48) !important;
}


html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-add-to-cart-wrapper .bndlr-add-bundle-to-cart,
html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-add-to-bundle {
  font-family: var(--TYPE-STACK-BUTTON);
  font-style: var(--TYPE-STYLE-BUTTON);
  font-weight: var(--TYPE-WEIGHT-BUTTON);
  text-transform: var(--FONT-BUTTON-TRANSFORM);
  letter-spacing: var(--FONT-BUTTON-LETTER-SPACING);
  display: inline-block;
  padding: var(--space-3) var(--space-5);
  margin: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--BUTTON-RADIUS);
  --btn-bg: rgb(255 255 255 / 0%);
  font-size: calc(var(--font-3)* var(--TYPE-ADJUST-BUTTON));
  transition: background-color .5s cubic-bezier(.215,.61,.355,1);
  background: var(--COLOR-PRIMARY) !important;
  border: 1px solid var(--COLOR-PRIMARY);
  color: var(--COLOR-PRIMARY-OPPOSITE) !important;
  min-height: 54px;
  white-space: normal;
  line-height: 2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-add-to-cart-wrapper .bndlr-add-bundle-to-cart {
    min-height: 47px;
  }
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-add-to-bundle {
  padding: var(--space-1) var(--space-5);
  min-height: 36px;
}


html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container .bndlr-mnm-add-to-cart-wrapper .bndlr-add-bundle-to-cart:hover,
html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-available-products .bndlr-mix-and-match .bndlr-add-to-bundle:hover {
  background-color: #009639 !important;
  border: #009639;
  color: var(--COLOR-PRIMARY-OPPOSITE);
}

html #black-friday-bundler #gorgias-chat-container,
html #your-shopping-cart #gorgias-chat-container {
  display: none !important;
}

html .bndlr-container.bndlr-mixnmatch .jdgm-preview-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-bottom: 4px;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-instructions-text:empty {
  display: none;
}

html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-instructions-text:not(:empty) {
  color: rgb(0, 0, 0);
  border-radius: 4px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.32) inset;
  margin: 0.5em auto;
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(51, 51, 51) 50%, transparent 0) repeat-x, linear-gradient(90deg, rgb(51, 51, 51) 50%, transparent 0) repeat-x, linear-gradient(0deg, rgb(51, 51, 51) 50%, transparent 0) repeat-y, linear-gradient(0deg, rgb(51, 51, 51) 50%, transparent 0) repeat-y;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, transparent 0) repeat-x, linear-gradient(90deg, rgb(0, 0, 0) 50%, transparent 0) repeat-x, linear-gradient(0deg, rgb(0, 0, 0) 50%, transparent 0) repeat-y, linear-gradient(0deg, rgb(0, 0, 0) 50%, transparent 0) repeat-y;
  background-size: 4px 1px, 4px 1px, 1px 4px, 1px 4px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  animation: bndlr-linear-gradient-move .3s infinite linear;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  padding: 1px;
  font-size: 12.5px;
  padding: 0.4em 0.6em;
  background: rgb(254, 216, 63);
}

@media screen and (max-width: 767px) {
  html .bndlr-close {
    top: 8px;
  }
  
  html .bndlr-mnm-selected-products-title {
    padding-top: 6px;
    cursor: pointer;
  }
  
  .bndlr-mnm-selected-products-title.bndlr-toggle:after {
    content: '✕';
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
  }

  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container.minimized .bndlr-mnm-selected-products {
    top: 56px;
  }

  .minimized .bndlr-mnm-selected-products-title.bndlr-toggle {
    padding-top: 8px;
  }
  
  .minimized .bndlr-mnm-selected-products-title.bndlr-toggle:after {
    content: ' ';
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3600 3600'%3E%3Cpath d='M919 2881.4l-200.39-200.39 2003.9-2003.9 200.39 200.39z' fill='%23fff'/%3E%3Cpath d='M2650.2 2791.9V666.5h283.39v2125.4z' fill='%23fff'/%3E%3Cpath d='M808.12 949.82V666.43h2125.4v283.39z' fill='%23fff'/%3E%3C/svg%3E");
    color: white;
    font-family: Arial;
    width: 20px;
    height: 20px;
    top: 11px;
  }
  
  html .bndlr-container.bndlr-mixnmatch .bndlr-mnm-second-container.minimized { 
    background: var(--COLOR-PRIMARY) !important;
    color: white;
    border: none;
    border-radius: 0;
    padding-top: 3px;
    overflow: hidden;
    aspect-ratio: auto;
    width: 100vw;
    display: block;
    max-width: 100vw;
    left: 0;
    bottom: -395px;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    left: 0;
  }
}