/** Shopify CDN: Minification failed

Line 1066:3 Unexpected "/"

**/
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.drawer {
  position: fixed;
  z-index: 10101;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(var(--color-foreground), 0.5);
  transition: visibility var(--duration-default) ease;
}

.drawer.active {
  visibility: visible;
  opacity: 1;
}

/* Empty State */
.cart-drawer-v2__inner--empty {
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-drawer-v2__inner--empty .cart-drawer-v2__help__wrapper {
  background: #fff;
  flex-shrink: 0;
}

.cart-drawer-v2__empty {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cart-drawer-v2__empty-heading {
  color: #262b38;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 0 0;
  line-height: 30px;
}

.cart-drawer-v2__empty-copy {
  margin: 3px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #586280;
}

.cart-drawer-v2__empty-icon {
  color: #133ebf;
}

.cart-drawer-v2__empty-icon .svg-wrapper,
.cart-drawer-v2__empty-icon svg {
  width: 45px;
  height: 45px;
  display: inline-flex;
}

.cart-drawer-v2__empty-button {
  border-radius: 100px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  background: #133ebf;
  margin-top: 21px;
  min-width: 0;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-drawer-v2__empty-button {
  border-radius: 100px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  background: #133ebf;
  margin-top: 21px;
  min-width: 0;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-drawer-v2__empty-button:hover {
  background: #133ebf !important;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.drawer__footer {
  box-shadow: 0px -2.5px 15px 0px #0000000f;
  padding: 8px 18px;
}

.totals__total-compared-value {
  color: var(--radiant-sbap);
}

.totals__total-compared-value p,
.totals__total-value-saved p {
  margin: 0;
}

.totals__total-compared-value h2,
.totals__total-value-saved h2 {
  margin: 0;
  font-size: 14px;
  line-height: 25.2px;
  color: inherit;
  font-weight: 400;
}

.totals__total-compared-value,
.totals__total-value-saved,
.drawer__footer .totals__shipping,
.drawer__footer .totals {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.totals__total-value-saved h2,
.totals__total-value-saved p {
  font-weight: 600;
}

.totals__total-value-saved p {
  text-wrap: nowrap;
}

.totals__total-compared-value,
.totals__total-value-saved {
  padding: 0;
  font-size: 14px;
}

.totals__total-value-saved {
  color: var(--radiant-green);
  margin-bottom: 6px;
}

.drawer__footer .cart__checkout-button {
  background: #133ebf;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  grid-gap: 10px;
  position: relative;
  height: 55px;
}

.drawer__footer .cart__checkout-button svg {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.drawer__footer .cart__ctas {
  margin-top: 10px;
}

@media (min-width: 835px) {
  .drawer__footer .cart__checkout-button:hover {
    background: #133ebf;
    text-decoration: underline;
  }
}

.drawer__footer .cart__checkout-button > * {
  pointer-events: 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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 989px) {
  .cart-drawer {
    width: 100%;
  }
}

.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 .cart-item__details > * + *:not(.cart-item__error) {
  margin-top: 3px;
}

.cart-drawer .cart-item__details .discounts {
  margin-top: 7.5px;
}

.cart-drawer .cart-item__name {
  color: #262b38;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.4;
}

.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2, auto) / 100px 1fr 1fr auto;
  gap: 0 20px;
  margin-bottom: 0;
  border: none;
  background: none;
}

.cart-drawer .cart-item:not(:last-child) {
  margin-bottom: 15px;
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1rem;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
  max-height: 100px;
  width: 100px;
  border-radius: 0;
  height: 100%;
}

.cart-drawer .cart-item__media a {
  display: flex;
}

.cart-drawer .cart-item__media img {
  border-radius: 8px;
  border: 1px solid #d8dbe5;
  height: 100px;
}

.cart-drawer .quantity__button {
  width: 25px;
  height: 25px;
  border-color: #133ebf;
}

.cart-drawer .quantity__input {
  color: #262b38;
  opacity: 1;
  font-weight: 600;
  pointer-events: none;
  font-size: 15px;
}

.cart-drawer .quantity {
  width: 9rem;
  height: 25px;
}

.cart-drawer .quantity__button svg {
  width: 16px;
}

.cart-drawer .cart-item__quantity-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.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 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;
}

@media (min-width: 990px) {
  .cart-drawer .cart-item__details {
    padding: 0;
  }
}

/* .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;
}

.cart-drawer .unit-price {
  margin-top: 0.6rem;
}

.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 2 / 5;
  height: fit-content;
  margin-top: 4px;
  height: 100%;
  align-items: flex-end;
}

.cart-drawer .cart-item {
  min-height: 0;
  overflow: visible;
}

.cart-drawer .cart-item__details {
  justify-content: flex-start;
}

.cart-drawer .cart-item .cart-remove-button:focus-visible {
  box-shadow: none;
  outline: none;
}

.cart-drawer .cart-item .cart-remove-button {
  position: relative;
  bottom: auto;
  right: auto;
  padding: 0;
  margin: 0;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  height: auto;
}

.cart-drawer ajax-cart-quantity {
  width: 100%;
}

.cart-drawer .cart-item .cart-remove-button .icon-remove {
  width: 18px;
  height: 18px;
}

.cart-drawer .cart-item .price:not(.cart-item__old-price) {
  color: var(--radiant-price);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.cart-drawer .cart-item .price.cart-item__old-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #8b93a8;
  opacity: 1;
}

@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__total-value,
.cart-drawer .totals__total {
  font-size: 16px;
  line-height: 25.2px;
  font-weight: 600;
}

.cart-drawer .totals__total-value {
  color: var(--radiant-price);
}

.cart-drawer .totals__shipping {
  margin-bottom: 3px;
}

.cart-drawer .totals__shipping .totals__total {
  font-size: 14px;
  line-height: 22.4px;
  color: #586280;
  font-weight: 400;
  margin: 0;
}

.cart-drawer .totals__shipping .totals__total-value {
  font-size: 14px;
  line-height: 22.4px;
  color: #2e8462;
  font-weight: 400;
  margin: 0;
}

.cart-drawer .price {
  line-height: 1;
}

.cart-drawer .tax-note {
  margin: 0 0 4.5px 0;
  text-align: left;
  color: #586280;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
}

.cart-drawer .product-option dd {
  word-break: break-word;
}

.cart-drawer .discounts__discount,
.cart-drawer .product-option {
  font-size: 14px;
  line-height: 16.8px;
  color: #586280;
  text-transform: capitalize;
}

.cart-drawer .product-option--bundle {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-drawer .product-option--bundle svg {
  transform: translateY(-1px);
  min-width: 24px;
}

.cart-drawer [data-shopify-bundle] .product-option {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  margin-top: 0;
}

.cart-drawer [data-shopify-bundle] .product-option svg {
  min-width: 20px;
  height: 20px;
  width: 20px;
}

.cart-drawer .discounts__discount {
  color: #133ebf;
}

.cart-drawer .discounts {
  margin-top: 6.5px;
}

.cart-drawer .discounts__discount > .icon {
  width: 15px;
  height: 15px;
}

.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__discounts {
  padding: 0 0 6px 0;
  border-bottom: #d8dbe5 1px solid;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 13px;
}

.drawer__discounts-wrapper {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

.drawer__discounts-wrapper .discounts__discount > .icon {
  margin-right: 4px;
}
.drawer__discounts-wrapper .discounts__discount {
  background: #e8eeff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  height: 32px;
}

.drawer__discounts-total {
  color: var(--radiant-price);
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.drawer__discounts-wrapper .discounts__discount--clear {
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  margin-left: 20px;
  padding: 0;
}

.discounts__discount--title {
  display: flex;
  grid-gap: 4px;
}

.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 .quantity-popover-container {
  padding: 0;
  height: fit-content;
}

.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;
  }
}

/* .drawer__upsell {
  background: #F5F7FC;
  padding: 10px 0;
} */
.drawer__upsell-wrapper {
  opacity: 1;
}

.drawer__upsell-heading {
  color: #262b38;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 18px;
}

.drawer__upsell-product-card {
  width: 100%;
  background: #fff;
  border: 1px solid #d8dbe5;
  border-radius: 10px;
}

.drawer__upsell-product-card .price-flex {
  [data-total-value-price] {
    order: 2;
  }
}

.drawer__upsell .cart-drawer__upsell-container {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px 20px;
  grid-template: auto auto / 80px 1fr auto;
  padding: 10px;
  align-items: center;
}

.drawer__upsell .drawer-upsell__product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.drawer__upsell .cart-drawer__upsell-container h4 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #161825;
}

.drawer__upsell .drawer-upsell__product-image {
  display: flex;
  grid-row: 1 / 3;
  grid-column: 1;
}

.drawer__upsell .drawer-upsell__product-image img {
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.drawer__upsell-product-card {
  width: calc(100% - 36px);
}
.drawer__upsell .swiper-button-prev,
.drawer__upsell .swiper-button-next {
  background: none;
  width: fit-content;
}

.drawer__upsell .swiper-button-prev svg,
.drawer__upsell .swiper-button-next svg {
  display: block;
}

.drawer__upsell .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}

.drawer__upsell .swiper-button-next {
  transform: rotate(0deg);
  right: 0;
}

.cart-drawer__upsell-container .price {
  text-align: right;
}

.cart-drawer__upsell-container .price ins {
  color: #133ebf;
  font-weight: 600;
  font-size: 14px;
}

.cart-drawer__upsell-container .price del {
  font-weight: 400;
  color: #8b93a8;
  font-size: 14px;
}

.cart-drawer__upsell-container button {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #133ebf;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 20px;
  color: #133ebf;
  /* margin-top: 9px; */
  cursor: pointer;
  width: fit-content;
  transition: opacity 0.3s ease;
  grid-column: 3;
  grid-row: 2;
}

.cart-drawer__upsell-container button:disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}

.cart-drawer__upsell-container button:focus-visible {
  outline: none;
}

.drawer-upsell__variant-selector-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  grid-column: 2;
  grid-row: 2;
  /* max-width: 194px; */
  /* margin-top: 10px; */
}

.cart-drawer__upsell-container .price {
  grid-column: 3;
  grid-row: 1;
}

.drawer-upsell__variant-selector {
  border: 1px solid #d8dbe5;
  border-radius: 10px;
  padding: 15px 8px 5px;
  font-size: 14px;
  line-height: 19.6px;
  min-height: 20px;
  width: 100%;
  color: #262b38;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  /* max-width: 176px; */
}
.drawer-upsell__variant-selector-wrapper::after {
  content: 'Select Size';
  font-size: 10px;
  color: #586280;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 4.5px;
  left: 8px;
}

.drawer-upsell__variant-selector-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 12.5px;
  height: 12.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M2.27929 4.23242L5.67512 7.62824C6.07616 8.02928 6.73241 8.02928 7.13345 7.62824L10.5293 4.23242' stroke='%23586280' stroke-width='0.78125' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  /* background-size: contain; */
}

.drawer-upsell__last-column {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-around;
}

.drawer .cart-summary__active-coupon {
  line-height: 1;
}

.drawer .cart-summary__show-coupon-field {
  display: flex;
}

.drawer .cart-summary__show-coupon-field svg {
  height: 20px;
  width: 20px;
  margin-left: 16px;
}

.drawer .cart-summary__coupon-container {
  display: flex;
  grid-gap: 3px 10px;
  align-items: center;
  flex-wrap: wrap;
}

.drawer .cart-summary__apply-coupon-input {
  background: #e8eeff;
  outline: none;
  border: none;
  padding: 6px 16px;
  border-radius: 8px;
  height: 32px;
  line-height: 1;
  color: #133ebf;
  /* text-decoration: underline; */
  max-width: 159px;
  text-overflow: ellipsis;
  font-size: 14px;
}

.drawer .cart-summary__apply-coupon-button {
  background: #133ebf;
  border: none;
  height: 32px;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.drawer .cart-summary__apply-coupon {
  display: none;
  grid-gap: 4px;
  align-items: center;
  color: #133ebf;
  /* text-decoration: underline; */
}

.cart-summary__active-coupon-wrapper.discounts__discount.hidden + .cart-summary__apply-coupon {
  display: flex;
}

.drawer .cart-summary__apply-coupon-input::placeholder {
  color: #133ebf;
  font-size: 14px;
}

.drawer .cart-summary__apply-coupon-error {
  flex-basis: 100%;
  text-align: center;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.drawer .cart-summary__coupon-container .loading-overlay {
  margin: 0;
  height: 32px;
  align-items: center;
}

.drawer .cart-summary__apply-coupon-input--error {
  border: 1px solid #ff00009c;
}

.cart-drawer-v2__empty-links {
  display: flex;
  grid-gap: 8px;
  margin-top: 40px;
  justify-content: center;
}

.cart-drawer-v2__empty-link {
  display: flex;
  flex-flow: column;
  align-items: center;
  grid-gap: 12px;
  padding: 16px 12px;
  border: 1px solid #133ebf;
  border-radius: 8px;
  text-decoration: none;
  color: #262b38;
  font-weight: 500;
  font-size: 12px;
  width: 120px;
  transition: 0.2s ease all;
}

.cart-drawer-v2__empty-link:hover {
  background: #e8eeff73;
}

.cart-drawer .product-option .icon-discount {
  width: 16px;
  min-width: 16px;
}

@media (max-width: 1023px) {
  .cart-drawer .cart-item__totals {
    grid-column: 4;
    grid-row: 1 / 2;
    padding: 0;
  }
}

@media (max-width: 989px) {
  .cart-drawer .cart-item {
    grid-template: repeat(2, auto) / 80px 1fr 1fr auto;
    gap: 0 16px;
  }

  .cart-drawer .cart-item__media img {
    height: 80px;
  }

  .cart-drawer .cart-item__media {
    max-height: 80px;
    width: 80px;
  }

  .cart-drawer .cart-item__details {
    grid-column: 2 / 4;
    padding: 0;
  }

  .cart-drawer .cart-items .cart-item__quantity {
    grid-row: 2;
  }

  .cart-drawer .cart-item__quantity {
    padding-bottom: 0;
  }

  .drawer__discounts-wrapper > span {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .drawer .cart-summary__apply-coupon-input {
    max-width: 140px;
  }
}
@media (max-width: 389px) {
  .drawer .cart-summary__apply-coupon-input {
    max-width: 129px;
  }
}

@media (max-width: 374px) {
  .cart-drawer__upsell-container button {
    padding: 10px;
  }
  .drawer .cart-summary__apply-coupon-input {
    max-width: 80px;
    padding: 6px 6px;
  }
} */

/* Cart Drawer V2 */
.cart-drawer-v2 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

/* Active State */
cart-drawer-v2.active .cart-drawer-v2__inner,
cart-drawer.active .cart-drawer-v2__inner {
  transform: translateX(0);
}

@media screen and (min-width: 520px) {
  .cart-drawer-v2 {
    width: 510px;
  }
}

/* Overlay */
.cart-drawer-v2__overlay {
  position: fixed;
  inset: 0;
  display: block !important;
}

/* Inner */
.cart-drawer-v2__inner {
  position: relative;
  height: 100dvh;
  background-color: #fff;
  width: 100%;
  max-width: 100vw;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}

@media screen and (min-width: 990px) {
  .cart-drawer-v2__inner {
    width: 510px;
    max-width: calc(100vw - 3rem);
  }
}

@media screen and (min-height: 651px) {
  .cart-drawer-v2__inner {
    overflow: hidden;
  }
}

.cart-drawer-v2__empty-button:hover {
  background: #133ebf;
  text-decoration: underline;
}

.cart-drawer-v2__empty-button:focus:not(:focus-visible) {
  box-shadow: none;
}

/* Loading Overlay */
.cart-drawer-v2__loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10101;
}

.cart-drawer-v2.cart-drawer-v2--booting .cart-drawer-v2__loading-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-drawer-v2.cart-drawer-v2--booting .cart-drawer-v2__body,
.cart-drawer-v2.cart-drawer-v2--booting .cart-drawer-v2__footer,
.cart-drawer-v2.cart-drawer-v2--booting .cart-drawer-v2__help {
  visibility: hidden;
}

.cart-drawer-v2.cart-drawer-v2--booting .cart-drawer-v2__inner {
  pointer-events: none;
}

.cart-drawer-v2__loading-overlay__spinner {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f45b8;
  animation: spin 1s linear infinite;
}

.cart-drawer-v2__loading-overlay__spinner svg {
  width: 68px;
  height: 68px;
}

html.js-ajax-cart-processing .cart-drawer-v2__loading-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html.js-ajax-cart-processing .cart-drawer-v2__inner {
  pointer-events: none;
}

/* Heading */
.cart-drawer-v2__heading {
  color: #262b38;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 16px;
  border-bottom: 1px solid #d8dbe5;
  gap: 10px;
}

.cart-drawer-v2__heading__cart-count {
  position: relative;
  width: 20px;
  height: 20px;
  color: #586280;
}

.cart-drawer-v2__heading__cart-count svg {
  width: 20px;
  height: 20px;
}

.cart-drawer-v2__heading__cart-count__number {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #133ebf;
  border-radius: 100%;
  width: 15px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-drawer-v2__heading__cart-count__number span {
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  font-weight: 600;
  display: inline-block;
}

.cart-drawer-v2__heading__title {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #262b38;
  flex: 1;
}

.cart-drawer-v2__heading__close {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #586280;
}

.cart-drawer-v2__heading__close svg {
  width: 20px;
  height: 20px;
}

/* Body */
.cart-drawer-v2__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
  justify-content: start;
}

.cart-drawer-v2__inner--empty .cart-drawer-v2__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: start;
  overflow: hidden;
}

.cart-drawer-v2__items {
  width: 100%;
}

.cart-drawer-v2__inner--empty .cart-drawer-v2__items {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

/* Cart Items */
.cart-drawer-v2__lines form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-drawer-v2__line__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-drawer-v2__line {
  background-color: #f5f7fc;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 16px;
  grid-template-areas:
    'image details'
    'quantity-selector details';
  grid-template-columns: 94px 1fr;
  position: relative;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__line {
    grid-template-areas:
      'image details'
      'image details'; /* quantity selector not rendered here as we position it absolutely */
  }
}

.cart-drawer-v2__line__image {
  grid-area: image;
  width: 94px;
  height: 94px;
  border-radius: 8px;
  position: relative;
}

.cart-drawer-v2__line__image img {
  border-radius: 8px;
  display: block;
  height: 94px;
  border: 1px solid #d8dbe5;
}

.cart-drawer-v2__line__details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-drawer-v2__line__details__options {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-drawer-v2__line__details__option {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: #586280;
  text-transform: capitalize;
}

.cart-drawer-v2__line__details__option__name {
  display: flex;
  align-items: center;
}

.cart-drawer-v2__line__details__option__name:has(.svg-wrapper) {
  color: #2e8462;
}

.cart-drawer-v2__line__details__option__name .svg-wrapper,
.cart-drawer-v2__line__details__option__name svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.cart-drawer-v2__line__details__product-title {
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  color: #262b38;
  text-decoration: none;
  text-transform: capitalize;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__line__details__product-title {
    font-size: 16px;
  }
}

/* Line Price */
.cart-drawer-v2__line__price {
  display: flex;
  gap: 4px;
  align-items: start;
}

.cart-drawer-v2__line__price__compare-at {
  color: #586280;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.cart-drawer-v2__line__price__current {
  color: #fa8c16;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

/* SBAP */
.cart-drawer-v2__line__sbap {
  color: #161825;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}

.cart-drawer-v2__line__sbap .svg-wrapper,
.cart-drawer-v2__line__sbap svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

/* Discounts */
.cart-drawer-v2__line__discounts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-drawer-v2__line__discounts li {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: start;
}

.cart-drawer-v2__line__discounts .svg-wrapper {
  color: #133ebf;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

/* Quantity Selector */
.cart-drawer-v2__line__quantity-selector {
  grid-area: quantity-selector;
  width: 94px;
  justify-self: end;
  display: grid;
  grid-template-columns: 32px 30px 32px;
  align-items: stretch;
  border: 1px solid #d8dbe5;
  border-radius: 4px;
  height: 32px;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__line__quantity-selector {
    width: 80px;
    grid-template-columns: 26px 28px 26px;
    height: 26px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}

.cart-drawer-v2__line__quantity-selector__button {
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #586280;
  width: 31px;
  height: 30px;
}

.cart-drawer-v2__line__quantity-selector.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.cart-drawer-v2__line__quantity-selector.is-loading .cart-drawer-v2__line__quantity-selector__quantity {
  opacity: 0.7;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__line__quantity-selector__button {
    width: 25px;
    height: 24px;
  }
}

.cart-drawer-v2__line__quantity-selector__button .svg-wrapper,
.cart-drawer-v2__line__quantity-selector__button svg {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__line__quantity-selector__button .svg-wrapper,
  .cart-drawer-v2__line__quantity-selector__button svg {
    width: 20px;
    height: 20px;
  }
}

.cart-drawer-v2__line__quantity-selector__quantity {
  border-left: 1px solid #d8dbe5;
  border-right: 1px solid #d8dbe5;
  color: #262b38;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__line__quantity-selector__quantity {
    height: 24px;
    width: 28px;
  }
}

/* Size Mismatch */
.cart-drawer-v2__size-mismatch {
  margin-top: 8px;
  background-color: #fff8f0;
  color: #2b2638;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  padding: 8px;
  gap: 8px;
  border-radius: 4px;
  align-items: center;
}

.cart-drawer-v2__size-mismatch .svg-wrapper,
.cart-drawer-v2__size-mismatch svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #ffb400;
}

.cart-drawer-v2__size-mismatch p {
  margin: 0;
}

.cart-drawer-v2__size-mismatch p:first-child {
  font-size: 12px;
}

/* USPs */
.cart-drawer-v2__usps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f5f7fc;
  padding: 6px;
  height: 40px;
  border-radius: 4px;
  margin-top: 8px;
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__usps {
    height: 30px;
    gap: 16px;

    &:has(> :last-child:nth-child(1)) {
      justify-content: center;
    }

    &:has(> :nth-child(n+2)) {
      justify-content: space-between;
    }
  }
}

.cart-drawer-v2__usps__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  width: 80px;
}

@media screen and (min-width: 350px) {
  .cart-drawer-v2__usps__item {
    font-size: 12px;
    width: 95px;
  }
}

@media screen and (min-width: 500px) {
  .cart-drawer-v2__usps__item {
    width: auto;
    font-size: 11px;
  }
}

/* Footer */
.cart-drawer-v2__footer {
  background-color: #f5f7fc;
  border-top: 1px solid #d8dbe5;
  padding: 12px 16px 6px 16px;
  margin-top: auto;
}

/* Totals */
.cart-drawer-v2__totals__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-drawer-v2__totals__details__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}


.cart-drawer-v2__totals__details__row .savings {
  font-weight: 600;
  color: #2e8462;
}

.cart-drawer-v2__totals__total {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.cart-drawer-v2__totals__total__label {
  color: #133ebf;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.cart-drawer-v2__totals__total__label__wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}

.cart-drawer-v2__totals__total__toggle {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #586280;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.cart-drawer-v2__totals__total__price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cart-drawer-v2__totals__total__price__current {
  color: #fa8c16;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
}

.cart-drawer-v2__totals__finance {
  display: flex;
  justify-content: end;
  margin-top: 6px;
}

.cart-drawer-v2__totals__finance__cta {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
}

.cart-drawer-v2__totals__finance__cta .finance-price {
  color: #133ebf;
  text-decoration: underline;
}

.cart-drawer-v2__totals__finance__cta .divide-buy-logo,
.cart-drawer-v2__totals__finance__cta .divide-buy-logo svg {
  width: 55px;
  height: 14px;
}

.cart-drawer-v2__totals__finance__cta .info-icon,
.cart-drawer-v2__totals__finance__cta .info-icon svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.modal.modal--cart-drawer-v2-dividebuy {
  max-width: 520px;
  text-align: center;
}

.modal.modal--cart-drawer-v2-dividebuy.modal--open {
  z-index: 1010103;
}

/* CTAs */
.cart-drawer-v2__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin-top: 12px;
}

.cart-drawer-v2__ctas__checkout {
  display: block;
  min-height: 56px;
  background-color: #133ebf;
  color: #fff;
  padding: 8px 32px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}

.cart-drawer-v2__ctas__checkout:hover {
  text-decoration: underline;
}

/* Help */
.cart-drawer-v2__help {
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #262b38;
  background-color: #e8eeff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  gap: 8px;
  white-space: nowrap;
}

.cart-drawer-v2__help__wrapper {
  background-color: #f5f7fc;
  padding: 0 16px 16px 16px;
  flex-shrink: 0;
}

.cart-drawer-v2__help a {
  color: #133ebf;
  font-weight: 600;
}

.cart-drawer-v2__help__need-help {
  display: flex;
  gap: 8px;
  line-height: 24px;
  color: #133ebf;
  font-weight: 600;
}

.cart-drawer-v2__help__chat-or-call-us__desktop-text {
  display: none;
}

@media screen and (min-width: 520px) {
  .cart-drawer-v2__help__chat-or-call-us__desktop-text {
    display: inline;
  }
}
