/** Shopify CDN: Minification failed

Line 199:22 Unexpected "/"

**/

.product-info__buy-buttons .buy-buttons div {
    opacity: 1 !important;
    transform: unset !important;
}
.product-info__buy-buttons  .button__loader{
  display: none;
}
.product-card__quick-buy button div{
    opacity: 1 !important;
    transform: unset !important;
}
.product-card__quick-buy button .button__loader{
  display: none;
}

.shopify-section--custom-html {
    overflow: hidden;
}
span.badge.cust_badge {
    background-color: var(--background-color);
    color: var(--color);
}
.traditional {
    display: flex;
    align-items: center;
    gap: 20px;
}
.traditional .newsletter_message {
    max-width: 300px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
}

div[data-shopify="shop-promise-pdp"] {
    display: none;
}

@media(min-width: 1000px){
  .popover {
    top: calc(100% + var(--popover-anchor-block-spacing)) !important;
    bottom: unset !important;
  }
}
.rc-template__legacy-radio .rc-radio {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 4px;
    padding: 12px;
}
label.rc-radio__label {
    font-weight: 700;
}
.rc-selling-plans__dropdown {
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;
}
.rc_widget__option__selector {
    padding: 6px 10px;
}
.rc-template__legacy-radio .rc-option__subsave .rc-radio__label::after {
    content: "Free delivery on orders over $99";
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    margin-left: 25px;
    margin-bottom: 4px;
}

.rc_popup__hover {
    width: 100%;
}
body div.rc_popup__block {
    top: unset;
    bottom: 100%;
    max-height: 200px;
    overflow: auto;
    padding: 20px !important;
    right: 0;
    width: 100%;
}
.rc-widget .rc-tooltip {
    top: unset!important;
    bottom: 100%;
    max-width: unset !important;
}

@media(max-width: 767px){
  .quick-buy-drawer {
      --drawer-body-padding: 15px;
  }
  .rc-template__legacy-radio .rc-radio__input, .rc-template__legacy-radio .rc-radio__label{
        font-size: 14px;
  }
  html.lock div#gorgias-chat-container {
    display: none;
  }
}




em.R-TextBody.R-TextBody--xxxs.u-textLeft--all::before {
    display: none;
}

/*mobile navigation */
  .coll-links a {
      font-weight: bold;
      width: 100%;
      display: inline-flex;
      height: 100px;
      align-content: flex-end;
      flex-direction: row;
      align-items: flex-end;
      border-radius: 10px;
      background-size: cover;
      background-repeat:no-repeat;
      padding: 12px 16px;
    font-size:1.1em;
    line-height:1em;
    position: relative;
  }
  .coll-links p {
    position: absolute;
  }
  .panel__scroller .coll-links a {
    background-image: var(--background-image);
    background-position: center;
  }

/*mobile navigation end */

/* product page */
span.smaller.rrp-price small {
    color: #9b9ca0;
    font-size: 0.85em;
    text-decoration: line-through;
}
.rc-selling-plans-dropdown__select option {
    background-color: #fff;
    color: #000;
}
.quantity-selector__button {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
}
.quantity-selector__button[aria-label="Increase quantity"] {
    padding-inline-start: 0.5rem;
}
.quantity-selector__button[aria-label="Decrease quantity"] {
    padding-inline-end: 0.5rem;
}
.rc-selling-plans-dropdown__select {
    background-color: #fff;
}
body .shopify-payment-button__button {
    height: unset;
}


/* collections page */
small.custom-col-orig_price {
    color: #9b9ca0;
    font-size: .85em;
    text-decoration: line-through;
}
.product-list>*{
    grid-template-rows: auto;
}
/* collections page end */


/* hides thumbnails on PDPs on mobile */
@media (max-width: 700px) {
  .product-gallery__thumbnail-list-wrapper {
    display: none; }
  }
/* hides thumbnails on mob end */

.rio-withoutBranding .item__inner .u-marginBottom--md .R-TextHeading {
display: none;
}

.rio-withoutBranding .item__inner .RepliesContainer .R-TextHeading {
display: inline;
}

* Gorgias chat start */
#gorgias-chat-container #chat-button {
  right: 24px !important;
  bottom: 24px !important;
  z-index: 2147483000 !important; /* keep above other UI */
}

/* Desktop: if sticky ATC exists, move to the left*/
body:has(.product-quick-add__variant) #gorgias-chat-container #chat-button,
body:has(.product-quick-add__variant) #gorgias-chat-container #chat-window {
  right: auto !important;
  left: 20px !important;
}

/* Mobile tweak */
@media (max-width: 768px) {
  body:has(.product-quick-add__variant) #gorgias-chat-container #chat-button {
    right: 10px !important;
    bottom: 70px !important; /* adjust for mobile sticky bar height */
  }
}
/* Gorgias chat end */

