/** Shopify CDN: Minification failed

Line 509:19 Expected ")" to end URL token

**/
cart-items .title-wrapper-with-link {
  margin-top: 0;
}

.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}

.cart-items th {
  text-align: left;
  padding-bottom: 1.8rem;
  opacity: 0.85;
  font-weight: normal;
}

.cart-item__quantity-wrapper {
  display: flex;
}

.cart-item__totals {
  position: relative;
}

.cart-items *.right {
  text-align: right;
}

.cart-item__image-container {
  display: inline-flex;
  align-items: flex-start;
}

.cart-item__image-container:after {
  content: none;
}

.cart-item__image {
  height: auto;
  max-width: calc(10rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .cart-item__image {
    max-width: 100%;
  }
}

.cart-item__details {
  font-size: 1.6rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.cart-item__details > * {
  margin: 0;
  max-width: 30rem;
}

.cart-item__details > * + * {
  margin-top: 0.6rem;
}

.cart-item__media {
  position: relative;
}

.cart-item__link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__name {
  text-decoration: none;
  display: block;
}

.cart-item__name:hover {
  text-decoration: none;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
}

.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}

.cart-item__discounted-prices dd {
  margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: 1.4rem;
}

.cart-item__old-price {
  opacity: 0.5;
}

.cart-item__final-price {
  font-weight: 400;
}

.product-option {
  font-size: 14px;
  color: #000;

  word-break: break-word;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.cart-item cart-remove-button {
  display: flex;
  margin-left: 1rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .cart-item cart-remove-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}

cart-remove-button .button {
  min-width: calc(4.5rem / var(--font-body-scale));
  min-height: 4.5rem;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
}

cart-remove-button .button:before,
cart-remove-button .button:after {
  content: none;
}

cart-remove-button .button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  cart-remove-button .button {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
}

cart-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
}

.cart-item .loading__spinner {
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .cart-item .loading__spinner {
    right: 0;
    padding-top: 4.5rem;
    bottom: auto;
  }
}

.cart-item .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

.cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
  width: min-content;
  min-width: 100%;
}

.cart-item__error-text {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  order: 1;
}

.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

.cart-item__error-text:empty + svg {
  display: none;
}

.product-option + .product-option {
  margin-top: 0.4rem;
}

.product-option * {
  display: inline;
  margin: 0;
}

.cart-items thead th {
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .cart-items,
  .cart-items thead,
  .cart-items tbody {
    display: block;
    width: 100%;
  }

  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
    margin-bottom: 4rem;
  }

  /* .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  } */

  .cart-item:last-child {
    margin-bottom: 0;
  }

  .cart-item__media {
    grid-row: 1 / 3;
  }

  .cart-item__details {
    grid-column: 2 / 4;
  }

  .cart-item__quantity {
    grid-column: 2 / 5;
  }

  .cart-item__quantity-wrapper {
    flex-wrap: wrap;
  }

  /* .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  } */
}

@media screen and (min-width: 750px) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }

  .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .cart-items thead th:first-child {
    width: 50%;
  }

  .cart-items th + th {
    padding-left: 4rem;
  }

  .cart-items td {
    vertical-align: top;
    /* padding-top: 4rem; */
  }

  .cart-item {
    display: table-row;
  }

  .cart-item > td + td {
    padding-left: 4rem;
  }

  .cart-item__details {
    width: 35rem;
  }

  .cart-item__media {
    width: 10rem;
  }

  .cart-item cart-remove-button {
    margin: 0;
  }

  .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
  }

  .cart-item__error {
    margin-left: 0.3rem;
  }
}

@media screen and (min-width: 990px) {
  .cart-item .cart-item__quantity,
  .cart-items .cart-items__heading--wide {
    padding-left: 6rem;
  }

  .cart-item__details {
    width: 50rem;
  }

  .cart-items thead th:first-child {
    width: 60%;
  }
}

@media screen and (min-width: 750px) {
  .cart-items .cart-items__heading--quantity,
  .cart-item .cart-item__quantity,
  .cart-item__quantity--info quantity-popover > * {
    padding-left: 5rem;
  }

  .cart-item .cart-item__quantity--info,
  .cart-item__quantity--info .cart-item__quantity-wrapper,
  .cart-item__quantity--info .cart-items__info {
    padding-left: 0;
  }
}

@media screen and (max-width: 989px) {
  .cart-items .quantity-popover__info-button {
    padding-left: 0;
  }
}

/* custom code */

.cart__subtotal--block {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid #999;
  padding: 2rem;
}

.cart-items--parent {
  display: flex;
}

.cart__subtotal--block .totals {
  justify-content: space-between;
}

table.cart-items {
  /* width: 64%; */
  width: 60%;
  height: 100%;
  margin-right: 4rem;
  /* height: 350px; */
}
.cart__subtotal--blocks {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 30px;
}
.cart__subtotal--block {
  display: flex;
  align-items: baseline;
  flex-direction: column;

  /* width: 36%; */
  /* width: 43%;
  height: 100%;
  max-width: 54.8rem; */
  width: 100%;
}

.cart__subtotal--blocks--parent {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 990px) {
  .cart__subtotal--blocks {
    /* width: 43%;
    max-width: 54.8rem; */
  }
  .cart__subtotal--block {
    padding: 4rem;
  }
}

.cart-item__media {
  min-width: 104px;
  /* display: flex; */
}

#cart-parent .cart-item .cart-item__details {
  padding-left: 3.2rem;
  /* width: 38rem; 
  width: 34rem;*/
}

#cart-parent .cart-item td {
  padding: 40px 0px;
  border-bottom: 1px solid var(--light-gray2);
}

#cart-parent .cart-item {
  border-bottom: 1px solid var(--light-gray2);
}
.cart-item.last-item td {
  border-bottom: none;
}

#cart-parent .cart-item__quantity {
  vertical-align: middle;
}

#cart-parent .cart-item__totals {
  vertical-align: middle;
}

#cart-parent .cart-item__image {
  height: 104px;
  object-fit: cover;
}

#cart-parent .original-price {
  display: none;
}

.template-cart #cart-parent .original-price{
  display: inline-flex !important;
}

#cart-parent .original-price.free-class {
  display: block;
}

/*#cart-parent .cart-item__discounted-prices .cart-item__old-price,*/
#cart-parent .cart-item__discounted-prices .cart-item__final-price {
  /* display: none; */
  color: #000;
  font-size: 14px;
}

#cart-parent .cart-items {
  border-radius: 1rem;
  border: 1px solid #999;
  padding: 0 4rem;
}

#cart-parent .cart-item__name {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  max-width: unset;
  text-decoration: none;
}

#cart-parent .cart-item__image-container {
  position: relative;
}

.image-remove-button {
  position: absolute;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  right: -4px;
  top: -4px;
  border-radius: 50%;
  background-color: #f3f6f8;
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 158.63 158.63"%3E%3Cpathd="M156.29 130.13l-50.82-50.82 50.82-50.82c3.12-3.12 3.12-8.19 0-11.31L141.45 2.34c-3.12-3.12-8.19-3.12-11.31 0L79.31 53.16 28.5 2.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 17.18c-3.12 3.12-3.12 8.19 0 11.31l50.82 50.82-50.82 50.82c-3.12 3.12-3.12 8.19 0 11.31l14.84 14.84c3.12 3.12 8.19 3.12 11.31 0l50.82-50.82 50.82 50.82c3.12 3.12 8.19 3.12 11.31 0l14.84-14.84c3.13-3.12 3.13-8.18.01-11.31z"/%3E%3C/svg%3E
  );
  background-size: 40%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

.image-remove-button svg {
  width: 14px;
  height: 14px;
}

.o-payment-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding-top: 1.6rem;
}
.o-payment-row__payment {
  display: block;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
}

.o-payment-row__payment svg {
  height: 2.4rem;
  width: 4rem;
}
@media (min-width: 1100px) {
  .o-payment-row__payment {
    margin: 0 0.4rem;
  }
  .o-payment-row__payment svg {
    height: 3.2rem;
    width: 5.4rem;
  }
}

.c-cart-template__shipping-btn svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
}

.c-cart-template__shipping-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.c-cart-template__shipping-text {
  font-size: 1.6rem;
  text-decoration: none;
  color: black;
}

.c-cart-template__shipping-title {
  /* font-size: clamp(1.25rem, 1.66667vw, 2rem); */
  font-size: 2rem;
  text-align: center;
  margin-top: unset;
}

.c-cart-template__shipping-content a {
  text-decoration: none;
  color: black;
}

/* shipping modal css */

/* Container styles */
.c-cart-template__shipping-container {
  position: relative;
  width: 100%;
}

/* Button styles */
.c-cart-template__shipping-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

/* Hidden modal content by default */
.c-cart-template__shipping-content-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* max-width: 500px; */
  max-width: 500px;
  background-color: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  /* padding: 20px; */
  padding: 24px;
  border-radius: 8px;
  font-family: var(--font-heading-family);
}
.c-cart-template__shipping-content-container p {
  font-weight: 500;
  color: var(--black);
}
/* Close button styles */
.c-modal__close {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
}

.c-modal__close svg {
  width: 1.6rem;
  height: 1.6rem;
}

/* Dark overlay behind the modal */
.c-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Show modal and overlay when active */
.c-cart-template__shipping-content-container.active,
.c-modal-overlay.active {
  display: block;
}

@media (max-width: 1023px) {
  .cart__subtotal--block {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    width: 36%;
    height: 100%;
    max-width: unset;
  }

  .cart-items--parent {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }

  .main-cart--items {
    width: 100% !important;
    height: 100%;
  }

  .cart__subtotal--block {
    width: 100%;
    height: 100%;
  }

  .image-remove-button {
    width: 15px !important;
    height: 15px !important;
  }

  #cart-parent .cart-item td {
    padding: 20px 0px;
    border-bottom: 1px solid #d9d9d9;
  }

  .cart-item cart-remove-button {
    margin: 0;
  }

  #cart-parent .cart-items {
    padding: 0 2rem;
  }

  .cart__title--link {
    justify-content: center;
    margin-bottom: 7rem;
  }

  #cart free-shipping {
    position: absolute;
    top: -75px;
    right: 50% !important;
    width: 400px;
    transform: translateX(50%);
  }
  .cart-item__discounted-prices {
    flex-direction: column;
  }
  #cart-parent .product-option {
    font-size: 14px;
    line-height: 20px;
  }
  #cart-parent .cart-item__discounted-prices .cart-item__final-price {
    font-size: 14px;
  }
  .product-option span.original-price {
    display: block;
    padding-left: 0;
  }
}
.product-option span.original-price {
  padding-left: 8px;
}
#cart-parent:has(> #cart-parent) { 
  padding: 0;
}

#cart-parent:has(> #cart-parent) .cart__title--link {
  display: none;
}