/** Shopify CDN: Minification failed

Line 379:1 Unexpected "/"

**/
.drawer {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: var(--color-overlay);
  transition: visibility var(--duration-default) ease;
}

@media (prefers-reduced-motion: reduce) {
  .drawer {
    transition: none;
  }
}

.drawer.active {
  visibility: visible;
  z-index: 2147483002 !important;
}

.drawer__inner {
  height: calc(100% + 2px);
  /* padding: 0 1.5rem; */
  background-color: var(--color-bg);
  overflow: hidden;
  display: flex;
  /* flex-direction: column; */
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
  margin-top: -1px;
  margin-bottom: -2px;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .drawer__inner {
    transition: none;
  }
}

@media screen and (min-width: 1024px) {
  .drawer__inner {
    /* max-width: 45rem; */
    width: fit-content !important;
    flex-direction: row-reverse;
  }
}

.drawer__inner-empty {
  height: 100%;
  padding: 0 1.5rem;
  background-color: var(--color-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.drawer__inner__loading-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  inset: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .drawer__inner__loading-overlay {
    transition: none;
  }
}

.drawer__inner__loading-overlay--active {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
}

.drawer__inner__accordion-overlay[class] {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  inset: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  display: block;

  .cart-drawer:has(.vbb-cart-accordion.is-open) & {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .drawer__inner__accordion-overlay {
    transition: none;
  }
}

.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;
  background-color: var(--color-bg);
}

cart-drawer.is-empty .drawer__header {
  display: none;
}

/* Collection Card */
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;
}

.cart-drawer__collection .card__heading {
  min-height: unset !important;
}

.cart-drawer__collection .card__information {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}


.drawer.active .drawer__inner {
  transform: translateX(0);
  display: flex;
}

.drawer__header {
  position: relative;
  background-color: var(--color-bg);
  padding: var(--spacing-sm) 0 0;
}

.drawer__heading {
  margin: 0 0 0.5rem;
  font-family: var(--font-jha-times-now);
  display: flex;
  gap: var(--spacing-2xs);
}

.drawer__close {
  display: inline-block;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  right: -1.5rem;
  color: var(--color-fg);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.cart-drawer__warnings .drawer__close {
  right: 5px;
}

.drawer__close svg {
  height: 1rem;
  width: 1rem;
  display: inline-block;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.drawer__footer {
  background-color: var(--color-bg);
  color: var(--color-fg);

  .cart-drawer:has(.vbb-cart-samples.is-enabled) & {
    padding-top: 0;
  }
}

.drawer__footer:has(vbb-cart-sharpener-downsell) {
  padding-top: 1.5rem !important;
}
cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}

.drawer__footer > details {
  margin-top: -1.5rem;
  border-bottom: 0.1rem solid var(--color-fg);
}

.drawer__footer > details[open] {
  padding-bottom: 1.5rem;
}

.drawer__footer summary {
  display: flex;
  position: relative;
  padding: 1.5rem 0;
}

.drawer__footer > details + .cart-drawer__footer {
  padding-top: 1.5rem;
}

cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.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: nowrap;
  height: calc(100% - 25rem);
  overflow-y: scroll;
  overflow: -moz-scrollbars-none; /* Firefox (obsolete property) */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  flex-direction: column;

}

.cart-drawer:has(vbb-cart-extra-upsells) .cart-drawer__form {
  height: calc(100% - 35rem);
}
@media screen and (max-width: 768px) {
  .cart-drawer:not(:has(vbb-cart-sharpener-downsell)) .cart-drawer__form {
    height: calc(100% - 35rem) !important;
  }
    .cart-drawer:has(span[data-upsell]) .cart-drawer__form {
      height: calc(100% - 50rem) !important;
    }
}

.cart-drawer:not(:has(vbb-cart-sharpener-downsell)) .cart-drawer__form {
  height: calc(100% - 35rem);
}

.cart-drawer__form::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.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%;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--color-bg);
}

cart-drawer-items {
  overflow: auto;
  /* flex: 1; */
  padding-right: 1rem;
  margin-right: -0.5rem;
}

.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2, auto) / 9rem repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}
.cart-drawer .cart-item[data-is-gwp="true"] .price.price--end {
  display: none;
}
.cart-drawer .cart-item:last-child {
  margin-bottom: 0;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
  min-width: 90px;
}

.cart-drawer .cart-item__image {
  max-width: 100%;
}

.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 var(--color-fg);
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1.5rem;
}

.cart-drawer .cart-item .loading-overlay {
  right: 5px;
  padding-top: 2.5rem;
}

/* .cart-drawer .cart-items td {
  /* padding-top: 1.5rem;
} */
*/ .cart-drawer .cart-item > td + td {
  padding-left: 1rem;
}

.cart-drawer .cart-item__details {
  padding-left: var(--spacing-sm);
  width: auto;
  grid-column: 2 / 5;
}

.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 / 6;
}

@media screen and (max-width: 749px) {
  .cart-drawer .cart-item cart-remove-button {
    margin-left: auto;
  }
}

.cart-drawer__footer > * + * {
  margin-top: 1rem;
}

.cart-drawer .totals {
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.cart-drawer .totals:has(+ .discounts) {
  margin-bottom: 0.5rem;
}

.cart-drawer .tax-note {
  margin: 1.2rem 0 1rem 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;
  text-transform: uppercase;
  font-family: var(--font-untitled-sans);
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-drawer .cart__checkout-button svg {
  height: 1rem;
  width: 1rem;
  margin: 0 var(--spacing-2xs);
}
.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: var(--color-fg);
  border-radius: 100px;
}

cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}

.shopify-cleanslate ul li[data-testid="grid-cell"]:nth-of-type(2) {
  margin-top: 0px !important;
}

cart-drawer-upsells {
  height: 100%;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 90%);
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  width: 100vw;
  display: flex;
  position: relative;
  overflow-y: scroll;
  padding-right: var(--spacing-sm);
  overflow: -moz-scrollbars-none; /* Firefox (obsolete property) */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

@media (prefers-reduced-motion: reduce) {
  cart-drawer-upsells {
    transition: none;
  }
}

cart-drawer-upsells::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

cart-drawer-upsells.active {
  transform: translateX(-88%);
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  cart-drawer-upsells.active {
    transition: none;
  }
}

cart-drawer-upsells #cart-upsell-toggle {
  color: black;
  border: none;
  width: 12vw;
  height: 100vh;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}

cart-drawer-upsells #cart-upsell-toggle svg {
  transition: transform 0.3s ease-in-out 350ms;
  margin-left: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
  cart-drawer-upsells #cart-upsell-toggle svg {
    transition: none;
  }
}

cart-drawer-upsells.active #cart-upsell-toggle {
  background: white;
}

cart-drawer-upsells.active #cart-upsell-toggle svg {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out 350ms;

}

@media (prefers-reduced-motion: reduce) {
  cart-drawer-upsells.active #cart-upsell-toggle svg {
    transition: none;
  }
}

cart-drawer-upsells #cart-upsell-toggle div:first-of-type {
  transform: rotate(-90deg);
  transform-origin: left;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 17rem;
  left: 50%;
  display: flex;
  align-items: center;
}
cart-drawer-upsells.active #cart-upsell-toggle div {
  top: 13.3rem;
}
cart-drawer-upsells #cart-upsell-toggle h3 {
  font-family: var(--font-jha-times-now);
  font-size: var(--font-size-quarternary-title);
  font-style: italic;
  font-weight: 350;
  margin: 0;
  display: flex;
}

cart-drawer-upsells #cart-upsell-toggle .upsell-heading-return {
  display: none;
}

cart-drawer-upsells.active #cart-upsell-toggle .upsell-heading {
  display: none;
}

cart-drawer-upsells.active #cart-upsell-toggle .upsell-heading-return {
  display: block;
}

.cart-upsell-container {
  width: 100%;
  height: 80dvh;
  padding-top: var(--spacing-sm);
  padding-left: var(--spacing-sm);
  max-width: calc(100% - 12vw);
  overflow-y: scroll;
  overflow-x: hidden;
}

cart-drawer-upsells .item_count {
  display: none;
  margin-right: 0.5rem;
  transform: rotate(90deg);
}

.item_count {
  display: flex;
  background-color: black;
  color: white;
  border-radius: 100%;
  overflow: hidden;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  font-family: var(--font-untitled-sans);
  font-style: normal;
}

cart-drawer-upsells.active #cart-upsell-toggle span {
  display: flex;
}

cart-drawer-upsells .drawer__close {
  right: 0;
  z-index: 999999;
}
@media screen and (min-width: 1024) {
  cart-drawer-upsells .drawer__close {
    display: none;
  }
}
#cart-drawer-items-container {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  width: 88vw;
}

@media screen and (min-width: 1024px) {
  #cart-drawer-items-container {
    width: fit-content;
    max-width: 45rem;
    min-width: 45rem;
  }
  .cart-upsell-container {
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    max-width: 100%;
  }
  cart-drawer-upsells {
    width: 35rem;
    padding: var(--spacing-sm);
  }
  cart-drawer-upsells #cart-upsell-toggle {
    display: none !important;
  }
}
#cart-drawer-items-container {
  padding: 0 var(--spacing-sm);
}

.drawer__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease-in-out;
}

.drawer__footer:has(vbb-cart-min-quantity-upsell) {
  padding: 1.5rem !important;
}
@media (prefers-reduced-motion: reduce) {
  .drawer__footer {
    transition: none;
  }
}

.drawer__footer.active {
  transform: translate(12vw);
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .drawer__footer.active {
    transition: none;
  }
}

.cart-upsell-dots {
  padding-top: 1.5rem;
}

.drawer__footer:not(.active)
  .cart-upsell-dots
  button:nth-of-type(1)
  .slider-counter--dot {
  background-color: var(--color-fg);
}

.drawer__footer.active
  .cart-upsell-dots
  button:nth-of-type(2)
  .slider-counter--dot {
  background-color: var(--color-fg);
}


.cart-drawer:has(.vbb-cart-samples:empty) .cart-drawer__form {
  height: calc(100% - 21rem) !important;
}

.cart-drawer__footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
