@media screen and (max-width: 768px) {
  .ribbon {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  #qab_container {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .shopify-section-group-header-group {
    position: sticky;
    top: 24px;
    z-index: 999;
  }
  .shopify-section-group-header-group .site-header--stuck {
    top: 24px !important;
  }
  .collection-filter {
    top: 88px !important;
  }
}
@media screen and (min-width: 769px) {
  #qab_container {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .shopify-section-group-header-group {
    position: sticky;
    top: 27px;
    z-index: 999;
  }
  .shopify-section-group-header-group .site-header--stuck {
    top: 27px !important;
  }
  .tc-capture-kit svelte-deweka {
    display: none !important;
  }
  #tc-capture-kit {
    display: none !important;
  }
  .announcement-bar {
    display: none !important;
  }
}
#fsb_container {
  display: none !important;
}
.sezzle-shopify-info-button {
  display: none !important;
}
.rebuy-cart__flyout-footer .rebuy-cart__flyout-actions .rebuy-button.rebuy-cart__shop-pay-button {
  display: none !important;
}
.rebuy-cart__flyout-footer .rebuy-cart__flyout-subtotal {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}
.rebuy-cart__flyout-footer .rebuy-cart__flyout-discount-container {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .product-block .shop-now-to-cart {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    min-width: 100%;
    padding: 20px 16px 18px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.1s linear !important;
  }
  .product-block .shop-now-to-cart:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .shopify-app-block .rebuy-product-actions .rebuy-button {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    display: inline-block !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 3.2px;
    line-height: 16px;
    min-width: 100%;
    padding: 20px 16px 18px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.5s linear;
  }
  .shopify-app-block .rebuy-product-actions .rebuy-button:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .rebuy-cart__flyout-empty-cart .ql-align-center a,
  .rebuy-cart__flyout-actions .rebuy-cart__checkout-button {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    display: inline-block !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 3.2px;
    line-height: 16px;
    min-width: 100%;
    padding: 20px 16px 18px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.5s linear;
  }
  .rebuy-cart__flyout-empty-cart .ql-align-center a:hover,
  .rebuy-cart__flyout-actions .rebuy-cart__checkout-button:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .rebuy-cart__flyout-actions .rebuy-cart__checkout-button {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .rebuy-cart__flyout-recommendations .rebuy-product-actions .rebuy-button {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 2.4px;
    line-height: 12px;
    transition: all 0.5s linear;
  }
  .rebuy-cart__flyout-recommendations .rebuy-product-actions .rebuy-button:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .rebuy-cart__flyout-announcement-bar-message {
    background-color: #000;
    color: #fece20;
  }
  .rebuy-cart__flyout-footer .rebuy-cart__flyout-discount-form .rebuy-button {
    background-color: #000;
    border: solid 1px #fece20 !important;
    color: #fece20;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 2.4px;
    line-height: 12px;
    transition: all 0.5s linear;
  }
  .rebuy-cart__flyout-footer .rebuy-cart__flyout-discount-form .rebuy-button:hover {
    background-color: #fece20;
    color: #000;
  }
  .grid-product__content .quick-product__btn,
  .grid-product__content .shop-now__btn {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 2.8px;
    line-height: 14px;
    padding: 14px 12px 13px;
    text-transform: uppercase;
    transition: all 0.1s linear;
  }
  .grid-product__content .quick-product__btn:hover,
  .grid-product__content .shop-now__btn:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  div[data-context='featured-collection'] .btn {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    letter-spacing: 2.8px !important;
    transition: all 0s linear !important;
  }
  div[data-context='featured-collection'] .btn:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .bloggle--blog-item-button {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 2.8px;
    line-height: 14px;
    padding: 14px 12px 13px;
    text-transform: uppercase;
    transition: all 0s linear !important;
  }
  .bloggle--blog-item-button:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .bloggle--blog-items.trois .bloggle--blog-item-link .responsive-div {
    height: 100% !important;
  }
  .article + .text-center > .btn.return-link {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 2.8px;
    line-height: 14px;
    padding: 14px 12px 13px;
    text-transform: uppercase;
    transition: all 0s linear !important;
  }
  .article + .text-center > .btn.return-link:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
  .comment-form button[type='submit'],
  .section-header__title + .section-header__link,
  .wonderment-ab-container form .tp-track-button,
  .rte-setting + a {
    background-color: #fece20 !important;
    border: solid 1px #fece20 !important;
    color: #000 !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 2.8px;
    line-height: 14px;
    padding: 14px 12px 13px;
    text-transform: uppercase;
    transition: all 0s linear !important;
  }
  .comment-form button[type='submit']:hover,
  .section-header__title + .section-header__link:hover,
  .wonderment-ab-container form .tp-track-button:hover,
  .rte-setting + a:hover {
    background-color: #000 !important;
    color: #fece20 !important;
  }
}
.drawer__v2 .drawer__header div:empty {
  display: none;
}
.drawer__v2 .drawer__header .drawer__close {
  text-align: left;
}
.drawer__v2 .drawer__header .drawer__close-button {
  left: 0;
  padding-left: 0;
}
.drawer__v2 .mobile-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.drawer__v2 .mobile-nav__item {
  border-bottom: solid 1px #e6e6e6;
}
.drawer__v2 .mobile-nav__item--secondary {
  border-bottom: none;
  display: none;
}
.drawer__v2 .mobile-nav__item .mobile-nav__link {
  padding-left: 0;
  padding-right: 0;
}
.drawer__v2 .mobile-nav__item .mobile-nav__link--top-level {
  color: #1a1a1a;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.drawer__v2 .mobile-nav__item .mobile-nav__sublist.collapsible-content.is-open {
  margin-bottom: 18px;
}
.drawer__v2 .mobile-nav__item .mobile-nav__sublist.collapsible-content .collapsible-content__inner {
  border-left: solid 2px #d8d8d8;
  padding-left: 20px;
}
.drawer__v2 .mobile-nav__item .mobile-nav__sublist.collapsible-content .collapsible-content__inner .mobile-nav__item {
  border-bottom: none;
}
.drawer__v2
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content
  .collapsible-content__inner
  .mobile-nav__item:last-of-type {
  padding-bottom: 0;
}
.drawer__v2
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content
  .collapsible-content__inner
  .mobile-nav__item
  .mobile-nav__link {
  color: #737373;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.drawer__v2
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content
  .collapsible-content__inner
  .mobile-nav__item
  .mobile-nav__link
  + .collapsible-trigger
  .collapsible-trigger__icon {
  border: none !important;
}
.drawer__v2
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content
  .collapsible-content__inner
  .mobile-nav__item
  .mobile-nav__link
  + .collapsible-trigger
  .collapsible-trigger__icon
  svg
  path {
  stroke: #3e3e3e;
}
.drawer__v2
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content
  .collapsible-content__inner
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content.is-open {
  margin-bottom: 8px;
}
.drawer__v2
  .mobile-nav__item
  .mobile-nav__sublist.collapsible-content
  .collapsible-content__inner
  .mobile-nav__item
  .mobile-nav__sublist
  .collapsible-content__inner
  .mobile-nav__grandchildlist::before {
  content: none;
}
.drawer__v2 .mobile-nav__social {
  display: none;
}
.drawer__v2 .mobile-nav__extra-features {
  padding-top: 26px;
}
.drawer__v2 .mobile-nav__extra-features.hide {
  display: block !important;
}
.drawer__v2 .mobile-nav__extra-features--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer__v2 .mobile-nav__extra-features--item {
  margin-bottom: 20px;
}
.drawer__v2 .mobile-nav__extra-features--item:first-of-type a > svg {
  margin-top: -2px;
}
.drawer__v2 .mobile-nav__extra-features--item:last-of-type {
  margin-bottom: 0;
}
.drawer__v2 .mobile-nav__extra-features--item-link {
  align-items: center;
  color: #3e3e3e !important;
  display: flex;
  flex-direction: row;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.drawer__v2 .mobile-nav__extra-features--item-link svg {
  margin-right: 17px;
}
.drawer__v2 .mobile-nav__extra-features--buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 28px;
}
.drawer__v2 .mobile-nav__extra-features--button {
  background-color: #1b1b1b;
  border-radius: 3px;
  color: #fff !important;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 100%;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.drawer__v2 .mobile-nav__extra-features--link {
  color: #1b1b1b !important;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 100%;
  text-transform: uppercase;
}
.drawer__v2 .mobile-nav__extra-features--link-wrapper {
  margin-top: 19px;
}

.shopify-section-group-header-group {
  top: 0px;
}
