/** Shopify CDN: Minification failed

Line 1330:99 Unexpected "{"

**/
/* -------------------------- cart-drawer.css ------------------------ */

.drawer.active {
  visibility: visible;
}

.drawer__inner {
  height: 100%;
  width: 40rem;
  max-width: calc(100vw - 3rem);
  padding: 0 1.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}

.drawer__inner-empty {
  height: 100%;
  padding: 0 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}

cart-drawer.is-empty .drawer__header {
  display: none;
}

cart-drawer:not(.is-empty) .cart-drawer__warnings,
cart-drawer:not(.is-empty) .cart-drawer__collection {
  display: none;
}

.cart-drawer__warnings--has-collection .cart__login-title {
  margin-top: 2.5rem;
}

.drawer.active .drawer__inner {
  transform: translateX(0);
}

.drawer__header {
  position: relative;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer__heading {
  margin: 0 0 1rem;
}

.drawer__close {
  display: inline-block;
  padding: 0;
  min-width: 4.4rem;
  min-height: 4.4rem;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
  position: absolute;
  top: 10px;
  right: -10px;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.cart-drawer__warnings .drawer__close {
  right: 5px;
}

.drawer__close .svg-wrapper {
  height: 2rem;
  width: 2rem;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.drawer__footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding: 1.5rem 0;
}

cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}

.drawer__footer > details {
  margin-top: -1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.drawer__footer > details[open] {
  padding-bottom: 1.5rem;
}

.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 2.8rem 1.5rem 0;
}

.drawer__footer > details + .cart-drawer__footer {
  padding-top: 1.5rem;
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cart-drawer__overlay:empty {
  display: block;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.cart-drawer__collection {
  margin: 0 2.5rem 1.5rem;
}

.cart-drawer .drawer__cart-items-wrapper {
  flex-grow: 1;
}

.cart-drawer .cart-items,
.cart-drawer tbody {
  display: block;
  width: 100%;
}

.cart-drawer thead {
  display: inline-table;
  width: 100%;
}

cart-drawer-items {
  overflow: auto;
  flex: 1;
}

@media screen and (max-height: 650px) {
  cart-drawer-items {
    overflow: visible;
  }

  .drawer__inner {
    overflow: scroll;
  }
}

.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2, auto) / repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 0;
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1rem;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
}

.cart-drawer .cart-item__image {
  max-width: 100%;
}

.cart-drawer .cart-item__nested-line .cart-item__image {
  max-width: 60%;
  float: right;
}

.cart-drawer .cart-items thead {
  margin-bottom: 0.5rem;
}

.cart-drawer .cart-items thead th:first-child,
.cart-drawer .cart-items thead th:last-child {
  width: 0;
  padding: 0;
}

.cart-drawer .cart-items thead th:nth-child(2) {
  width: 50%;
  padding-left: 0;
}

.cart-drawer .cart-items thead tr {
  display: table-row;
  margin-bottom: 0;
}

.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1.5rem;
}

.cart-drawer .cart-item .loading__spinner {
  right: 5px;
  padding-top: 2.5rem;
}

.cart-drawer .cart-items td {
  padding-top: 1.7rem;
}

.cart-drawer .cart-items .cart-item__nested-line td:not(.cart-item__quantity) {
  padding-top: 1rem;
}

.cart-drawer .cart-item > td + td {
  padding-left: 1rem;
}

.cart-drawer .cart-item__details {
  width: auto;
  grid-column: 2 / 4;
}

.cart-drawer .cart-item__totals {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.cart-drawer.cart-drawer .cart-item__price-wrapper > *:only-child {
  margin-top: 0;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cart-drawer .unit-price {
  margin-top: 0.6rem;
}

.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 2 / 5;
}

@media screen and (max-width: 749px) {
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 0;
  }
}

.cart-drawer__footer > * + * {
  margin-top: 1rem;
}

.cart-drawer .totals {
  justify-content: space-between;
}

.cart-drawer .price {
  line-height: 1;
}

.cart-drawer .tax-note {
  margin: 1.2rem 0 2rem auto;
  text-align: left;
}

.cart-drawer .product-option dd {
  word-break: break-word;
}

.cart-drawer details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.cart-drawer .cart__checkout-button {
  max-width: none;
}

.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}

.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.5rem -0.5rem 0 0 !important;
  gap: 0.5rem;
}

.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}

.drawer__footer #dynamic-checkout-cart ul > li {
  flex-basis: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}

.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.5rem !important;
}

@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(100% / 3 - 0.5rem) !important;
    margin: 0 !important;
  }

  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li,
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li {
    flex-basis: calc(50% - 0.5rem) !important;
  }
}

cart-drawer-items::-webkit-scrollbar {
  width: 3px;
}

cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}

cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}

.cart-drawer .quantity-popover-container {
  padding: 0;
}

.cart-drawer .quantity-popover__info.global-settings-popup {
  transform: translateY(0);
  top: 100%;
}

.cart-drawer .cart-item__error {
  margin-top: 0.8rem;
}

.cart-drawer .quantity-popover__info + .cart-item__error {
  margin-top: 0.2rem;
}

@media screen and (min-width: 750px) {
  .cart-drawer .cart-item__quantity--info quantity-popover > * {
    padding-left: 0;
  }

  .cart-drawer .cart-item__error {
    margin-left: 0;
  }
}


/* -------------------------------------- component-cart.css -------------------  */

.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 6.5rem;
}

.cart__footer .discounts {
  margin-bottom: 1rem;
}

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__ctas > * + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}

/* ---------------------- component-volume-pricing.css -------------------------- */

volume-pricing {
  display: block;
  margin-top: 2rem;
}

volume-pricing li:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.04);
}

volume-pricing ul {
  margin-top: 1.2rem;
}

volume-pricing li {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}

div.volume-pricing-note {
  margin-top: -2.6rem;
}

.product--no-media .volume-pricing-note {
  text-align: center;
}

.product--no-media volume-pricing {
  width: 30rem;
}

.volume-pricing-note span,
volume-pricing .label-show-more {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}

volume-pricing show-more-button {
  margin-top: 0.8rem;
}

.product-form__input price-per-item,
.price-per-item__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-form__input .price-per-item {
  color: rgba(var(--color-foreground));
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}

.price-per-item dl {
  margin: 0;
}

.price-per-item dd {
  margin-left: 0;
}

.price-per-item__container .variant-item__old-price,
.price__regular .variant-item__old-price {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}


/* --------------- component-discounts.css-------------- */

.discounts {
  font-size: 1.2rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.discounts__discount svg {
  color: rgba(var(--color-button), var(--alpha-button-background));
}

.discounts__discount--position {
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
}

.discounts__discount > .icon {
  color: rgb(var(--color-foreground));
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

/* -------------------- component-totals.css -----------------------  */

.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 2rem;
}

.totals__total {
  margin-top: .5rem;
}

.totals__total-value {
  font-size: 1.8rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}

/* ------------------------------ component-list-social.css --------------------  */

.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}

.list-social__item .icon {
  height: 2.2rem;
  width: 2.2rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.1rem;
  color: rgb(var(--color-foreground));
}

.utility-bar .list-social__link {
  padding: 0 0.8rem;
  height: 3.8rem;
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}


/* ----------------------- component-rating.css   ------------------------------ */

.product--no-media .rating-wrapper {
  text-align: center;
}

.rating {
  display: inline-block;
  margin: 0;
}

.product .rating-star {
  --letter-spacing: 0.8;
  --font-size: 1.7;
}

.card-wrapper .rating-star {
  --letter-spacing: 0.7;
  --font-size: 1.4;
}

.rating-star {
  --color-rating-star: rgb(var(--color-foreground));
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}

.rating-star::before {
  content: '★★★★★';
  background: linear-gradient(
    90deg,
    var(--color-rating-star) var(--percent),
    rgba(var(--color-foreground), 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-text {
  display: none;
}

.rating-count {
  display: inline-block;
  margin: 0;
}

@media (forced-colors: active) {
  .rating {
    display: none;
  }

  .rating-text {
    display: block;
  }
}

/* ------------- component-list-payment.css ---------------------  */

.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem 0;
  padding-top: 1rem;
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}


/* ---------------- component-list-menu.css -----------------  */
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

/* ------------------------ component-newsletter.css ------------------------- */

.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 750px) {
  .newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 36rem;
  }
}

.newsletter-form__field-wrapper {
  width: 100%;
}

.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
}

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}

.newsletter-form__message--success {
  margin-top: 2rem;
}

@media screen and (min-width: 750px) {
  .newsletter-form__message {
    justify-content: flex-start;
  }
}

.newsletter-form__button {
  width: 4.4rem;
  margin: 0;
  right: var(--inputs-border-width);
  top: 0;
  height: 100%;
  z-index: 2;
}

.newsletter-form__button:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:focus {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.newsletter-form__button .icon {
  width: 1.5rem;
}


/* ----------------------------- component-price.css -----------------------------  */
.price {
  font-size: 14px;
  letter-spacing: 0;
  line-height: .9;
  color: var(--primary-color);
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  text-align: right;
}

.price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: var(--primary-color);
  font-size: 80%;
  opacity: 0.2;
}

@media screen and (min-width: 750px) {
  .price {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cs-product-card-wrapper .price {
    font-size: 24px;
  }
}

.price--large {
  font-size: 18px;
  line-height: .9;
  letter-spacing: 0;
}

@media screen and (min-width: 750px) {
  .price--large {
    font-size: 24px;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}

.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}

.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}

.price--center {
  display: initial;
  justify-content: center;
}

.product__info-container .price--on-sale .price-item--regular {
  font-size: 16px;
}

.unit-price {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  color: rgba(var(--color-foreground), 0.7);
}


/* /-------------------- rebuy ------------------------  */

body .rebuy-input,
body .rebuy-widget .rebuy-input, 
body input.rebuy-input, 
body .rebuy-widget input.rebuy-input {
  background: transparent;
  border-radius: 1000px;
  border-color: var(--primary-color);
  border-width: 1px;
}
body .rebuy-smart-search-results-page-dropdown__result-title, 
body .rebuy-smart-search-results-page-sidebar-flyout__result-title, 
body .rebuy-smart-search-results-page-sidebar__result-title {
  line-height: 1.3;
  font-size: 14px;
  font-family: var(--font-body-family);
  margin: 0;
}
body .rebuy-smart-search-results-page-dropdown__context-section, 
body .rebuy-smart-search-results-page-sidebar-flyout__context-section, 
body .rebuy-smart-search-results-page-sidebar__context-section {
  margin-top: 10px;
}

body .rebuy-smart-search-results-page-dropdown__filter-list-header, 
body .rebuy-smart-search-results-page-sidebar-flyout__filter-list-header, 
body .rebuy-smart-search-results-page-sidebar__filter-list-header {
  padding: 0;
}

body .rebuy-smart-search-results-page-sidebar__filter-list-title {
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 1.3;
  text-transform: capitalize;
}

body .rebuy-smart-search-results-page-dropdown__filter-section, 
body .rebuy-smart-search-results-page-sidebar-flyout__filter-section, 
body .rebuy-smart-search-results-page-sidebar__filter-section {
  overflow: visible;
}

body .rebuy-smart-search-results-page__product-media {
  background: transparent;
}
body .rebuy-smart-search-results-page__product,
body .rebuy-quick-view__product-section .rebuy-quick-view__product-horizontal, 
body .rebuy-smart-search-results-page__product {
  background-color: var(--product-card-background);
  padding: 0 16px 16px;
}
body .rebuy-quick-view-dropdown__container {
  height: fit-content;
}

body .rebuy-quick-view-dropdown__container,
body #rebuy-quick-view-flyout-search .rebuy-quick-view__overlay, 
body #rebuy-quick-view-dropdown-search .rebuy-quick-view__overlay {
  background: var(--gradient-background, rgb(var(--color-background)));
}
body .rebuy-product-info .rebuy-product-title, 
body .rebuy-widget .rebuy-product-title-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--font-body-family);
    text-transform: lowercase;
    &::first-letter {
      text-transform: uppercase
    }
}

body select.rebuy-select,
body .rebuy-select, 
body .rebuy-widget .rebuy-select, 
body .rebuy-widget select.rebuy-select {
    padding: 6px 12px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg class="icon icon-tr-caret" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.55747 14.1925L3.30747 7.94254C3.2494 7.88447 3.20333 7.81553 3.17191 7.73966C3.14048 7.66379 3.1243 7.58247 3.1243 7.50035C3.1243 7.41823 3.14048 7.33691 3.17191 7.26104C3.20333 7.18517 3.2494 7.11623 3.30747 7.05816C3.36553 7.00009 3.43447 6.95403 3.51034 6.9226C3.58621 6.89118 3.66753 6.875 3.74965 6.875C3.83177 6.875 3.91309 6.89118 3.98896 6.9226C4.06483 6.95403 4.13377 7.00009 4.19184 7.05816L9.99965 12.8668L15.8075 7.05816C15.9247 6.94089 16.0838 6.875 16.2497 6.875C16.4155 6.875 16.5746 6.94089 16.6918 7.05816C16.8091 7.17544 16.875 7.3345 16.875 7.50035C16.875 7.6662 16.8091 7.82526 16.6918 7.94254L10.4418 14.1925C10.3838 14.2506 10.3149 14.2967 10.239 14.3282C10.1631 14.3597 10.0818 14.3758 9.99965 14.3758C9.91752 14.3758 9.83619 14.3597 9.76032 14.3282C9.68444 14.2967 9.61551 14.2506 9.55747 14.1925Z" fill="%23232323"></path></svg>');
    background-size: 12px;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1.2;
    background-position: right 12px center;
}

body .rebuy-quick-view__container .rebuy-quick-view__title {
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-heading-family);
  font-weight: 400;
  text-align: center;
  color: var(--primary-color);
}
body .rebuy-quick-view__search-term-section-list-term,
body .rebuy-quick-view__suggestions .rebuy-quick-view__list-item,
body .rebuy-quick-view__collection, 
body .rebuy-quick-view__content {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 1.2;
}
body .rebuy-quick-view__search-term-section-list-container {
  display: flex; 
  flex-direction: column;
  gap: 6px;
}
body .rebuy-quick-view__product-section .rebuy-quick-view__product-horizontal .rebuy-product-title {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  color: var(--primary-color);
}
body .rebuy-quick-view__product-section .rebuy-quick-view__product-horizontal .price {
  justify-content: start;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.1;
  color: var(--primary-color);
}
body #rebuy-quick-view-flyout-search .rebuy-money.compare-at, 
body #rebuy-quick-view-dropdown-search .rebuy-money.compare-at,
body .rebuy-money.compare-at,
body .rebuy-cart__flyout-subtotal-compare-amount {
  opacity: .5;
}
body #rebuy-quick-view-flyout-search .rebuy-money.sale,
body #rebuy-quick-view-flyout-search .rebuy-money.compare-at, 
body #rebuy-quick-view-dropdown-search .rebuy-money.compare-at,
body #rebuy-quick-view-dropdown-search .rebuy-money.sale,
body.rebuy-cart__flyout-item-price .rebuy-money.sale, 
body [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-price .rebuy-money.sale,
body [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-price .rebuy-money.compare-at,
body .rebuy-money.sale, 
body .rebuy-widget .rebuy-money.sale, 
body .rebuy-cart__flyout-subtotal-final-amount, 
body .rebuy-reorder-cart-total-price-final-amount, 
body [data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal-final-amount, 
body [data-rebuy-component="cart-subtotal"] .rebuy-reorder-cart-total-price-final-amount {
  color: var(--primary-color) !important;
} 
body .rebuy-quick-view__product-section .rebuy-quick-view__product-horizontal .rebuy-product-options {
  margin-bottom: 0;
}
body [data-rebuy-component=cart-subtotal].rebuy-cart__flyout-subtotal-compare-amount, 
body [data-rebuy-component=cart-subtotal] .rebuy-cart__flyout-subtotal .rebuy-cart__flyout-subtotal-compare-amount {
  font-size: 14px !important;
   color: var(--primary-color) !important;
}
body [data-rebuy-cart-anchor=header],
body [data-rebuy-cart-anchor=body],
body [data-rebuy-cart-anchor=footer] {
  background: var(--gradient-background, rgb(var(--color-background)));
}

body .rebuy-cart__flyout-title, 
body .rebuy-cart__title,
body [data-rebuy-component=title-bar] {
  color: var(--primary-color);
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}
body [data-rebuy-component=progress-bar] {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--primary-color);
}
body .rebuy-cart__flyout-item-info .rebuy-cart__flyout-item-product-title {
  color: var(--primary-color) !important;
font-size: 14px;
line-height: 1.1;
font-weight: 400;
    text-decoration: none;
}
body [data-rebuy-component=cart-items] .rebuy-cart__flyout-item-media img,
body [data-rebuy-component=cart-items] .rebuy-cart__flyout-item-media video {
  width: 83px;
  height: 100px;
  mix-blend-mode: multiply
}
body [data-rebuy-component=cross-sell-widget] .rebuy-widget .super-title, 
body [data-rebuy-component=cross-sell-widget] .rebuy-widget .primary-title, 
body [data-rebuy-component=cross-sell-widget] .rebuy-widget .description {
    margin: 0;
    padding: 16px 0 0;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
}
body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block{
    background-color: #E0DDD2;
      padding: 16px;
    display: grid !important;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto auto;
  align-items: start;
  column-gap: 12px;
}
body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-info,
body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-options,
body .rebuy-widget .rebuy-product-grid.large-style-list .rebuy-product-block .rebuy-product-actions{
    width: 100%;
}
body .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-info,  {
  margin: 0;
}
body .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title, 
body .rebuy-recommended-products .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    margin: 0;
}
body .rebuy-widget .rebuy-product-price, 
body .rebuy-recommended-products .rebuy-product-price,
body .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price .rebuy-money,
body .rebuy-money.sale, 
body .rebuy-widget .rebuy-money.sale {
  color: var(--primary-color)
}
body .rebuy-widget .rebuy-product-block .rebuy-product-media img,
body .rebuy-recommended-products .rebuy-product-block .rebuy-product-media img {
  mix-blend-mode: multiply;
}
body .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price, 
body .rebuy-recommended-products .rebuy-product-block .rebuy-product-info .rebuy-product-price {
padding: 0;
}
body .rebuy-cart__flyout .rebuy-product-grid .rebuy-button{
    border-radius: 0;
    background:transparent; 
    text-decoration: underline;
    width: 100%;
    color: var(--primary-color); 
    text-align: left;
    border: 0;
        font-size: 16px;
    text-underline-offset: 3px;
    padding: 0;
}
body .rebuy-widget .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-actions, 
body .rebuy-recommended-products .rebuy-product-grid.small-style-list .rebuy-product-block .rebuy-product-actions {
  padding: 0;
}
body .rebuy-cart__flyout-subtotal-label,
body .rebuy-cart__flyout-subtotal, [data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal {
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    color: var(--primary-color);
    font-size: 14px;
}
body .rebuy-cart__flyout [data-rebuy-component="checkout-area"] .rebuy-button {
    background-color: var(--primary-button-background);
    color: var(--primary-button-color);
    padding: 10px 12px;
    font-size: 18px;
    line-height: .9;
    border-color: var(--primary-button-background);
    border-radius: 100px;

}
#rebuy-cart .gs-orderImpacts-wrapper .gs-orderImpacts-inner {
    background-color: #d6d2c480 !important;
    border: 0 !important;
    padding: 16px !important;
    min-height: unset !important;
    box-sizing: border-box !important;
    max-width: 100%;
    width: 100% !important;
    border-radius: 12px !important;
}
body .rebuy-smart-search-results-page__cta.rebuy-button,
body .rebuy-smart-search-results-page__continuous-scroll-button.rebuy-button {
  font-size: 16px;
  line-height: 0.9;
  padding: 10px 16px;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button),var(--alpha-button-background));
  text-transform: capitalize;
  display: block;
  width: fit-content;
  border-radius: var(--buttons-radius);
  width: 100%;
  border: none;
  font-family: var(--font-body-family);
  span {
    text-transform: lowercase;
    display: block;
    ::first-letter {
      text-transform: uppercase;
    }
  }
  span::first-letter {
    text-transform: uppercase;
  }
  ::first-letter {
    text-transform: uppercase;
  }
}
body .rebuy-smart-search-results-page__product .rebuy-product-info {
  text-align: left;
}
body .rebuy-smart-search-results-page-sidebar-flyout__context-section {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
body .rebuy-smart-search-results-page-sidebar-flyout__filter-mobile-facets {
    font-size: 16px;
    line-height: 1.1;
    color: var(--primary-color);
    width: 100%;
}
body .rebuy-smart-search-results-page-sidebar-flyout__context-right {
  width: 100%;
}
body .rebuy-smart-search-results-page-sidebar-flyout__filter-mobile-facets-icon {
  width: 22px;
  height: 22px;
}
h3.rebuy-smart-search-results-page-sidebar-flyout__result-section-title {
    margin: 16px 0 24px;
}
body.rebuy-cart-visible .rebuy-cart__flyout {
  background: var(--gradient-background, rgb(var(--color-background)));
}
body [data-rebuy-component=cross-sell-widget] {
  padding-bottom: 16px;
}
body [data-rebuy-cart-anchor]:has([data-rebuy-component="cart-items"]) {
    justify-content: space-between;
    height: 100%;
}
body [data-rebuy-component=progress-bar] .rebuy-cart__progress-bar-meter {
 background: #E0DDD2; 
}
body .rebuy-cart__flyout-item-remove,
body [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-remove {
  color: var(--primary-color);
}
@media (min-width: 750px) {
  body [data-rebuy-component=cross-sell-widget] .rebuy-widget .super-title, 
  body [data-rebuy-component=cross-sell-widget] .rebuy-widget .primary-title {
    font-size: 20px;
  }
  h3.rebuy-smart-search-results-page-sidebar-flyout__result-section-title {
    margin: 22px 0 32px;
  }
  body .rebuy-smart-search-results-page__cta.rebuy-button,
  body .rebuy-smart-search-results-page__continuous-scroll-button.rebuy-button {
    font-size: 18px;
  }
  body .rebuy-cart__flyout-subtotal-label,
  body .rebuy-cart__flyout-subtotal, [data-rebuy-component="cart-subtotal"] .rebuy-cart__flyout-subtotal {
      font-size: 16px;
  }
  body .rebuy-cart__flyout-item-info .rebuy-cart__flyout-item-product-title {
    font-size: 16px;
  }
  body .rebuy-cart__flyout-title, 
  body .rebuy-cart__title,
  body [data-rebuy-component=title-bar] {
    font-size: 20px;
  }
  body select.rebuy-select,
  body .rebuy-select, 
  body .rebuy-widget .rebuy-select, 
  body .rebuy-widget select.rebuy-select {
    padding: 10px 16px;
    background-size: 16px;
    background-position: right 16px center;
  }
  body .rebuy-quick-view__product-section .rebuy-quick-view__product-horizontal .rebuy-product-title {
  font-size: 16px;
}
  body .rebuy-product-info .rebuy-product-title, 
  body .rebuy-widget .rebuy-product-title-link {
      font-size:20px;
  }
  
  body .rebuy-smart-search-results-page-dropdown__result-title, 
  body .rebuy-smart-search-results-page-sidebar-flyout__result-title, 
  body .rebuy-smart-search-results-page-sidebar__result-title {
    font-size: 16px;
  }
  body .rebuy-smart-search-results-page-dropdown__context-section, 
  body .rebuy-smart-search-results-page-sidebar-flyout__context-section, 
  body .rebuy-smart-search-results-page-sidebar__context-section {
    margin-top: 16px;
  }
  
  body .rebuy-smart-search-results-page-sidebar__filter-list-title {
    font-size: 16px;
  }
}