/** Shopify CDN: Minification failed

Line 177:2 Unexpected "{"
Line 177:3 Expected identifier but found "%"
Line 177:31 Unexpected "{"
Line 177:32 Expected identifier but found "%"

**/
html:has(body.overflow-hidden) {
  overflow: hidden;
}

@media (max-width: 989px) {
  .header__icon:not(.header__icon--summary),
  .header__icon span {
    justify-content: center !important;
  }

  .header--has-menu.header.navbar-wrapper {
    display: flex !important;
  }
  .header__heading-logo-wrapper img {
    transform: translateX(-6px);
  }
  #cart-icon-bubble .svg-wrapper.navbar-icon-image svg {
    transform: none !important;
  }
}

.cart-drawer .cart-item__totals {
    display: flex!important;
}

.header__menu-item.list-menu__item {
  color: #14141e;
  margin-right: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .header__icon--menu.header__icon--summary {
    margin-left: -0.5rem !important;
  }
}

@media screen and (max-width: 768px) {
    .nav-menu-footer {
        padding-bottom: 4.6rem !important;
    }
}

@media screen and (max-width: 479px) {
    div.hide-mobile {
        display: none !important;
    }
}

.cart-drawer {
    max-width: 599px !important;
    transform: none !important;
    background: transparent !important;
}

.cart-drawer__overlay {
    backdrop-filter: blur(4px)!important;
}

@media (min-width: 768px) {
  .cart_upsells-container.embla {
    transform: translateX(20px);
  }
}

.cart_upsells-container,
.cart_upsells-track,
.cart_upsell-card {
  -webkit-user-select: none;
  user-select: none;
}

.cart_upsell-card img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.header__icon--cart:focus-visible,
.header__icon--menu:focus-visible,
.header__icon--account:focus-visible,
.drawer__inner:focus-visible {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
    .drawer__inner {
        min-width: 600px !important;
        max-width: 600px !important;
        padding:0;
    }
}
@media screen and (max-width: 767px) {
    .drawer__inner {
        width: 100%;
        max-width: 100%;
        padding:0;
    }
}
.cart_header {color: black;}
.cart-header_custom {display:none !important;}

.cart-item__media {
    width: 100px;
    height: 100px;
}
.cart-item__media, .cart-item__media img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 479px) {
    .cart-item__media, .cart-item__media img {
        height: 75px;
        width: 75px;
    }
}

.cart-item__name:hover {
    text-decoration: unset;
    text-underline-offset: unset;
    text-decoration-thickness: unset;
}

.cart-item__name.cart_line-title {
    font-weight: 700;
    line-height: 1.5;
    font-family: filson-pro, sans-serif;
    font-size: 15px;
    color:black;
}
@media screen and (max-width: 479px) {
    .cart-item__name.cart_line-title {
        font-size: .8125rem;
    }
}

.cart-drawer .cart-item {
  display: grid;
  align-items: center;
  padding: 1rem 0;
}

.cart-drawer .cart-item div {
  grid-row: 1;
}

.cart-drawer .cart-item__media {
  grid-column: 1;
}

.cart-drawer .cart-item__details {
  grid-column: 2;
}

/* Override Dawn's grid-column: 2 / 5 */
.cart-drawer .cart-items .cart-item__quantity {
  grid-column: 3 !important;
  padding-top: 0 !important;
}

/* Hide the line total column — price is already shown in details */
.cart-drawer .cart-item__totals {
  {% comment %} display: none; {% endcomment %}
}

.cart-item__media {
padding:0 !important;
}

.cart-drawer .cart-item {
gap: 16px !important;
}

.quantity-popover-container .quantity__button {
    padding: .5rem;
    color: #2a2552;
    border: 2px solid #2a2552;
    border-radius: 8px;
    max-width: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 479px) {
    .quantity-popover-container .quantity__button {
        max-width: 24px;
        max-height: 24px;
    }
}

.quantity-popover-container .quantity__input {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-size: 1.125rem;
    font-weight: 700;
}
@media screen and (max-width: 479px) {
    .quantity-popover-container .quantity__input {
        font-size: .8125rem;
    }
}

.cart-item__quantity.cart_line-quantity {
padding: 0!important;
}

.cart-drawer .quantity__input {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.cart-drawer .quantity__input::-webkit-inner-spin-button,
.cart-drawer .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-drawer .quantity__input,
.cart-drawer .quantity__input:focus,
.cart-drawer .quantity__input:focus-visible,
.cart-drawer .quantity__input:active {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cart-drawer .quantity__input::-webkit-inner-spin-button,
.cart-drawer .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  display: none !important;
  margin: 0 !important;
}
.cart-drawer .quantity__input {
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
}

quantity-input {
  display: flex;
  align-items: center;
  gap: .625rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 479px) {
quantity-input {
  font-size: .8125rem;
}
}

small.tax-note {
display:none!important;
}

.cart-drawer .cart-item__totals {
justify-content:unset;
}

.quantity__display {color:black;}

#CartDrawer .drawer__inner {
  border-color: #e5e7eb;
  border-left-width: 1px;
}

cart-drawer-items dl:empty, cart-drawer-items ul:empty {
display:none !important;
}

#CartDrawer .drawer__footer {
padding:0;
}

button.cart_button {
    color: #000;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    background-color: #ffd162;
    background-image: none;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s, background-color .2s cubic-bezier(.25, 1, .5, 1);
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px #e9be56;
    position: relative;
}
@media screen and (max-width: 479px) {
    button.cart_button {
        font-size: 1rem;
    }
}
button.cart_button.pricing_split {
    display: flex;
    justify-content: space-between;
    padding-right: 5rem;
    padding-left: 2rem;
    font-size: 18px;
    text-wrap: nowrap;
    width: 100%;
}
button.cart_button.full {
    width: 100%;
}
@media screen and (max-width: 479px) {
    button.cart_button.pricing_split {
        display: flex;
        justify-content: space-between;
        padding-right: 2.5rem;
        padding-left: 1.25rem;
        font-size: 16px;
    }
}

.cart_line-items-static .cart-item {
  margin-bottom: 0!important;
}

.cart_footer-summary_details {
margin-top:0;
}
.drawer__footer {border-top: 1px #dbdbdb50 solid;}

.cart_line-items-static {
  overflow-x: hidden;
}

cart-drawer-items {
  overflow-y: auto;

  scrollbar-width: thin;
  scrollbar-color: #2d235a transparent;

  -webkit-overflow-scrolling: touch;
}

/* Chrome / Safari desktop */
cart-drawer-items::-webkit-scrollbar {
  width: 4px;
}

cart-drawer-items::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

cart-drawer-items::-webkit-scrollbar-thumb {
  background: #2d235a;
  border-radius: 999px;
}
.cart-footer_cta-banner {
  width: max-content;
  margin: auto;
  position:unset;
  bottom:unset;
}

@media screen and (min-width: 767px) {
  .cart_upsells {
  padding-bottom: 0rem;
  }
}

.product-option {
font-size:12px;
line-height:1;
margin-bottom:4px;
}
@media screen and (max-width: 767px) {
  .product-option {
    font-size: 11px;
  }
}

.cart_line-frequency {
    font-size: 12px;
    line-height: 1;
}
@media screen and (max-width: 479px) {
    .cart_line-frequency {
        font-size: .625rem;
        line-height: 1;
    }
}

.cart-drawer .cart-item.cart_line-container {
  align-items: flex-start !important;
}

.cart-drawer .cart-item.cart_line-container .cart_line-details_container {
  align-self: start !important;
}

.cart-drawer .cart-item.cart_line-container .cart_line-quantity {
  align-self: center !important;
}

.header__icon.header__icon--account,
.header__icon.header__icon--cart {
width:3rem;
}

.div-block-999 {
    color: var(--black);
}

div-block-999 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    border: 2px solid #e3e2f1;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 240px;
    padding: 10px 10px 10px 0;
    display: flex;
}

@media screen and (max-width: 1400px) {
    .div-block-999 {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        width: 33%;
        line-height: 1.2;
    }
}

@media screen and (max-width: 400px) {
    .div-block-999 {
        min-height: 110px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .div-block-999 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .div-block-999 {
        flex-flow: column;
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    .div-block-999 {
        min-height: 110px;
        text-align: center;
    }
}

section {overflow:hidden !important}

.cart_green-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2cb74c;
  position: relative;
  flex-shrink: 0;
}

.cart_green-circle::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(44, 183, 76, 0.4);
  animation: liveGlow 1.8s infinite;
}

@keyframes liveGlow {
  0% {
    transform: scale(.8);
    opacity: .8;
  }

  70% {
    transform: scale(2.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.cart_green-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2cb74c;
  position: relative;
  animation: livePulse 1.8s infinite;
}

.cart_green-circle::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(44, 183, 76, 0.4);
  animation: liveGlow 1.8s infinite;
}

@keyframes livePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

@keyframes liveGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  70% {
    transform: scale(2.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 479px) {
    .cart_footer-reviews {
      padding-bottom: 10px;
    }
  }

.cart-drawer {
  width: 80%;
  min-width: auto
}

.kit-price {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    justify-content: end;
}

.savings {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    border-radius: var(--border-radius-xsmall);
    background-color: var(--nyanza);
    color: var(--primary-purple);
    letter-spacing: -.02rem;
    justify-content: space-between;
    align-items: center;
    padding: .15rem .5rem;
    font-family: filson-pro, sans-serif;
    font-size: 11px;
    display: flex;
}

.icon-embed-xxsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: .75rem;
    height: .75rem;
    display: flex;
}

cart-drawer cart-drawer-items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

/* Force ≥1px of overflow so iOS always has room to rubber-band,
   even when the cart only has a couple items */
cart-drawer cart-drawer-items > form {
  min-height: calc(100% + 1px);
}

@media (hover: none) {
  button,
  [role="button"],
  [class*="cta-button"],
  a.btn {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}

@media (hover: hover) {
  .cart_upsell-card_add:hover{background-color:#1a1539}
}
@media (hover: none) {
  .cart_upsell-card_add:active{background-color:#1a1539}
}

