/** Shopify CDN: Minification failed

Line 2062:26 Expected ")" to end URL token

**/
/* Cart items */
.cart__form-item-details {
  text-align: left;
}
.cart__form-item-details .qty-size-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1px;
  position: relative;
}
.qty-size-wrapper .custom-quantity-button {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.selected-items-wrapper {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-item-checkbox.last-item {
  opacity: 0.4;
  pointer-events: none;
}
.selected-items-wrapper .checkbox-icon {
  display: inline-block;
  background-color: rgb(222, 26, 19);
  border-radius: 5px;
  width: 15.1px;
  height: 15.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  border: 1px solid rgb(222, 26, 19);
  background: #fff;
}
.checkbox-icon.checked:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.6);
  opacity: 0;
  transition: opacity 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.88 11.988 6.21 6.103L22.467 3.83' stroke='%23fff' stroke-width='3.055'/%3E%3C/svg%3E");
  opacity: 1;
}
.cart-item--container {
  padding: 13.5px 24px;
  margin-bottom: 8px;
}
.cart__form-item {
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 8px 10px 10px 8px;
}
.cart__form-item-image {
  border-radius: 12px;
  overflow: hidden;
  background-color: rgb(233, 234, 238);
  /* height: 134px; */
}
.cart__form-item-image .image__img {
  max-height: 135px;
  border-radius: 5px;
  object-fit: cover;
}
.cart__form-item-link .image {
  display: flex;
  align-items: center;
}
.cart__selection-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0.5rem 8px;
  max-width: 543px;
  margin: 0 auto;
}
.selected-items-wrapper .cart__selection-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}
.selected-items-wrapper .checkbox-icon {
  width: 15.1px;
  height: 15.1px;
  display: inline-block;
  background-color: #de1a13;
  border: none;
  border-radius: 4px;
  position: relative;
}
.cart__form-item-selection input[type="checkbox"] {
  border-radius: 5px;
  border-color: rgb(222, 26, 19);
  background: rgb(255, 255, 255);
  width: 16px;
  height: 16px;
}

.cart__form-item-selection input[type="checkbox"]:checked {
  background-color: rgb(222, 26, 19);
}
.cart__form-item-selection input[type="checkbox"]::before {
  background: none;
  transform: scale(0.6);
}
.cart__form-item-selection input[type="checkbox"]:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.88 11.988 6.21 6.103L22.467 3.83' stroke='%23fff' stroke-width='3.055'/%3E%3C/svg%3E");
}
.selected-items-wrapper .checkbox-icon.checked {
  background-color: rgb(222, 26, 19);
}

/* .cart__form-item-selection input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #de1a13;
  cursor: pointer;
  position: relative;
  background-color: white;
  transition: background-color 0.2s ease-in-out;
}
.cart__form-item-selection input[type="checkbox"]:checked {
  background-color: #de1a13;
  border: none;
} */
/* .selected-items-wrapper .checkbox-icon.checked::after,
.cart__form-item-selection input[type="checkbox"]:checked::before {
  content: "✔";
  color: white !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  background-image: none;
  rotate: 20deg;
} */
/* .selected-items-wrapper .checkbox-icon.checked::after {
  top: 55%;
  left: 38%;
} */

.cart__selection-actions button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.cart__form-item-selection {
  position: absolute;
  top: 5px;
  left: 10px;
}
.cart__form-item {
  position: relative;
  max-width: 543px;
}
.cart__form-item-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.cart__form-item-info {
  width: calc(100% - 15px);
}
.cart__form-item-info .cart__form-item-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.cart__form-item-size-warning-wrapper {
  line-height: 17px;
}

/* h4.cart__form-item-title.fs-product-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 3em;
  max-width: 100%;
} */
h4.cart__form-item-title.fs-product-card-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  white-space: nowrap;
}
.cart__form-item-info .cart__form-item-title {
  line-height: 1;
}
.cart__form-item-remove-wrapper .open-confirm {
  display: flex;
  padding: 3px;
}
.cart-item-size {
  font-size: 10px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 16px;
  background: #faf8ff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0px 7.5px;
  display: flex;
  align-items: center;
  height: 17px;
  margin-right: 8px;
}
.cart-item-size .value {
  /* margin-left: 4px; */
  border-radius: 4px;
  color: #000;
  padding: 0 4px;
}
.cart__form-item-image .cart__form-item-link,
.cart__form-item-image .image,
.cart__form-item-image .image__img {
  height: 100%;
}
.cart-item-low-stock {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #0bc103;
  border: 1px solid #0bc103;
  border-radius: 4px;
  background-color: #e3f5e3;
  padding: 0 3px;
}
.cart-item-out-of-stock {
  font-size: 12px;
  font-weight: 400;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  background-color: #ffcfcf;
  padding: 0 3px;
}
.cart__form-item-price-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.cart__form-item-price-wrapper.price-main-wrapper {
  display: flex;
  flex-direction: column;
}
.cart__form-item-price-quantity-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.cart__form-item-price-wrapper .cart__form-item-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #ff4c4c;
  text-decoration-color: #ff4c4c;
  text-decoration: none;
}
.cart__form-item-price-wrapper .cart__form-item-price span {
  text-decoration: line-through;
}
.cart__form-item-price-wrapper .cart__form-item-price.sale-price {
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  margin-left: 7px;
}
.cart__form-item-savings {
  font-size: 10px;
  font-weight: 600;
  color: #1d9618;
  line-height: 14px;
}
.product-policy-info {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 8px;
  font-weight: 500;
  line-height: 11.2px;
  color: #5e5e5e;
  margin-top: 6px;
}
.policy-item {
  display: flex;
  align-items: center;
  gap: 3px;
}
.policy-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
}
.policy-text strong {
  font-weight: 600;
  color: #000;
}
/* Popup */
.cart-item-delete-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: var(--menu-max-width);
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-item-delete-popup.popup-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.cart-item-delete-popup:not(.popup-hidden) {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}

.cart-item-delete-popup .popup-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 100%;
  max-width: 625px;
  text-align: center;
  position: relative;
  max-height: 82vh;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.cart-item-delete-popup:not(.hidden) .popup-content {
  transform: scale(1);
}
.cart-item-delete-popup .popup-content .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
}
.cart-item-delete-popup .popup-content .info {
  font-size: 10px;
  font-weight: 500;
  color: #969696;
  margin: 0 auto;
  margin-bottom: 15px;
}
.cart-item-delete-popup .popup-content h2 {
  margin-bottom: 1rem;
}
.cart-item-delete-popup .popup-content ul {
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.cart-item-delete-popup .popup-content ul li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}
.cart-item-delete-popup .popup-content .cart__form-item-discounts {
  margin-bottom: 0;
  padding-left: 8px;
}
.cart-item-delete-popup .popup-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 11px;
}
.cart-item-delete-popup .popup-actions button {
  padding: 19px 16px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__form-item-discount {
  font-size: 10px !important;
}
#cart-item-list {
  max-height: 320px;
  overflow-y: auto;
  padding: 2px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
#cart-item-list::-webkit-scrollbar {
  width: 6px;
}
#cart-item-list::-webkit-scrollbar-track {
  background: transparent;
}
#cart-item-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.popup-actions .delete-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 109px;
  width: 100%;
}
.wishlist-btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
.close-popup {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}
#success-popup .popup-content .title {
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
}
#success-popup .popup-content .info {
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #a6a6a6;
  margin-top: 8px;
}
/* #success-popup .popup-content {
  max-width: 450px;
} */
/* Remove .hidden class as we're using visibility/opacity instead */
/* .hidden {
    display: none;
  } */

/* Scroll lock when popup is open */
body.modal-open {
  overflow: hidden;
}
.wishlist-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10002;
  width: 100%;
  max-width: var(--menu-max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wishlist-popup:not(.hidden) {
  opacity: 1;
  visibility: visible;
}
.wishlist-popup .popup-content {
  transform: scale(1);
}
.wishlist-popup .popup-content h3 {
  color: #257336;
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: 500;
}
.wishlist-popup .popup-content p {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.wishlist-popup .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}
.popup-actions button.swym-button {
  background-color: #000;
  border-radius: 3px;
  width: 100%;
  color: #fff;
}
/* Overlay for when popup is open */
.wishlist-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

body.wishlist-modal-open {
  overflow: hidden;
}

/* product sharing */
.product-sharing {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: auto;
}

.product-sharing.hidden {
  display: none;
}

.share-icons {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

.share-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.share-icons li a:hover {
  background: #f5f5f5;
}

.cart__selection-actions {
  position: relative;
}
.cart__selection-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}
.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

/* .tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 5px);
} */
.copy-tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  transition: opacity 0.2s ease;
}

.copy-tooltip.hidden {
  opacity: 0;
  pointer-events: none;
}

.copy-tooltip.show {
  opacity: 1;
}
#select-warning {
  top: 35px;
  right: 0;
}
/* kidulan coins */
.cart-kidulan-coins .image-hero__inner .image-hero-image-container .image__img {
  mix-blend-mode: darken;
}
.cart-kidulan-coins.image-hero {
  background-color: #fff;
  padding: 7px 24px;
  padding-bottom: 9px;
  margin-bottom: 8px;
}
.cart-kidulan-coins .image-hero__text-container {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.cart-kidulan-coins .image-hero__text-container-wrapper {
  padding: 18px 16px;
}
.cart-kidulan-coins .section-blocks__image {
  margin: 0;
}
.image-hero-image-container {
  align-content: center;
}
.cart-kidulan-coins .image-hero-image-container {
  margin-left: -3px;
}
.cart-kidulan-coins .block-heading {
  font-size: 11px;
  letter-spacing: -0.02em;
  font-weight: var(--regular);
  line-height: 13.2px;
  text-align: left;
}
.cart-kidulan-coins .coins-text {
  margin: 0;
  font-size: 11px;
  letter-spacing: -0.02em;
  font-weight: var(--light);
  line-height: 13.2px;
  text-align: left;
  display: flex;
  align-items: end;
  gap: 2px;
  background: transparent;
  min-width: 30px;
}
.cart-kidulan-coins .coins-text .earned-points {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
.coins-content_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cart-kidulan-coins .coins-text .text {
  font-size: 8px;
  font-weight: 600;
  color: #ff6363;
  text-decoration: none;
  line-height: 1.4;
}
.cart-kidulan-coins .coins-text .selected-items-price {
  font-size: 16px;
  font-weight: var(--bold);
  letter-spacing: -0.02em;
  line-height: 19.2px;
  text-align: left;
}
.cart-kidulan-coins .block-info {
  margin: 0;
  margin-top: 2px;
  font-size: 7px;
  font-weight: var(--regular);
  letter-spacing: -0.02em;
  line-height: 8.4px;
  color: #707070;
  text-align: left;
}
.cart-kidulan-coins
  .image-hero__text-container-wrapper
  .image-hero__text-container {
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding: 0;
  border-radius: 45px 16px 16px 45px;
  background: var(--bg-gradient);
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.05), 2px 2px 4px rgba(0, 0, 0, 0.1),
    0px 2px 4px rgba(0, 0, 0, 0.3);
}
.cart .quantity-input__select {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.cart-kidulan-coins .image-hero__text-container-text p strong {
  font-weight: 500;
  color: #000;
}

.cart-kidulan-coins .hide.image-hero__inner .image-hero__image-container {
  display: none;
}

.cart-kidulan-coins
  .hide.image-hero__inner
  .image-hero__text-container-wrapper {
  position: relative;
  padding: 0;
}

.image-cart__text-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  padding: 9.6px;
  padding-left: 0;
}

/* coupons */
.cart-offer-coupons-slider {
  padding: 0;
  margin-bottom: 8px;
}

/* Buy More */
.buy-more-section {
  padding-left: 0;
  padding-top: 1px;
}
.buy-more-section .dots-enabled {
  padding-bottom: 1.75rem;
}
.buy-more-section .swiper-pagination-bullet {
  width: 15px;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.buy-more-section .swiper-pagination-bullet-active {
  background-color: #000;
}
.buy-more-section .hover:hover .image > * {
  transform: scale(1);
}
.buy-more-section .section-introduction {
  text-align: center;
}
.buy-more-section .section-introduction > :last-child {
  margin-bottom: 4px;
  margin-top: 6px;
  text-align: left;
  padding-left: 26px;
}
/* cart text block */
.cart-text-block {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  padding: 12px;
  padding-top: 2px;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-text-block .text-container {
  max-width: 262px;
  margin: 0 auto;
  width: 100%;
}
.cart-text-block a {
  color: #ff0000;
  font-weight: 600;
  text-decoration: underline;
}
/* total price */
.cart__price-details {
  padding: 20px 24px;
  margin-top: 8px;
  background-color: #fff;
  margin-bottom: 8px;
}
.cart__price-details-heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.cart__price-details-heading svg {
  margin-right: 3px;
}
#selected-items-count {
  font-size: 12px;
}
.cart__price-details-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discount-note {
  font-size: 8px;
  font-weight: 400;
  margin-top: 2px;
  line-height: 9.6px;
  color: #a6a4a4;
}
.cart__price-row--total {
  font-weight: 500;
  border-top: 1px solid #9f9f9f;
  padding-top: 12px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16.8px;
}
.delivery-info-btn {
  background: none;
  border: none;
  color: #ff6363;
  margin-left: 4px;
  cursor: pointer;
  padding: 0;
  font-size: 8px;
  font-weight: 600;
  line-height: 9.2px;
}
.delivery-info-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.delivery-info-content {
  background: white;
  padding: 30px;
  border-radius: 16px;
  max-width: 500px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.close-delivery-popup {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.cart__price-row span {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--color-text);
}
.cart__price-row .label {
  line-height: 16.8px;
}
#coupon_discount,
#total_discount,
.cart__price-row #cart-discount,
.cart__price-row #cart-delivery-fee {
  color: #1d9618;
}
.body-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.delivery-info-wrapper {
  margin-top: 26px;
  background-color: #ffeeee;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.05), 2px 2px 4px rgba(0, 0, 0, 0.06),
    0px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 14px 7px;
}
.delivery-info-wrapper h4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.delivery-info-wrapper span {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.delivery-info-wrapper span > *:not(:last-child) {
  margin-bottom: 8px;
}
/* Quantity popup */
/* Quantity Popup Styles */
/* .cart__form-item-quantity-wrapper .quantity-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
  padding: 8px 6px;
  font-size: 12px;
  font-weight: 400;
  height: 25px;
} */

/* checkout subtotal */
.cart__footer-inner {
  background-color: #ffffff;
  padding: 9px 25px;
  padding-top: 30px;
}
.cart__footer-subtotal h3 {
  font-size: 16px;
  font-weight: 600;
}
.cart__footer-subtotal span {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.cart__footer-tax-note .cart__footer-tax-note-details {
  font-size: 8px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #3a68ff;
  text-decoration: none;
}
.checkout-button-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}
.checkout-button-wrap .gokwik-checkout {
  order: 2;
  height: 52px;
}
.checkout-button-wrap .gokwik-checkout .btn {
  height: 48px;
}
.checkout-button-wrap .quick-cart__submit {
  order: 1;
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
  padding: 20px 8.5px;
  width: 100%;
  max-width: 94px;
  max-height: 52px;
  height: 100%;
}
.checkout-button-wrap .quick-cart__submit::before,
.checkout-button-wrap .quick-cart__submit::after {
  display: none;
}
.checkout-button-wrap .gokwik-select {
  display: none;
}
.gokwik-checkout button > span.btn-text {
  white-space: nowrap;
}
.gokwik-checkout button > span.btn-text > span:last-child {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-savings-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #525252;
  /* border: 1px solid transparent;
  border-image: linear-gradient(to right, #82FF55, #D4FF46);
  border-image-slice: 1;
  border-top: none; */
}
.cart-savings-container .savings-message {
  position: relative;
  padding: 6px;
  background: linear-gradient(
    to right,
    rgba(130, 255, 85, 0.39) 0%,
    rgba(212, 255, 70, 0.39) 100%
  );
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.cart-savings-container .savings-message:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border: 1px solid #00000059;
  border-radius: 4px;
  border-top: 0;
  box-sizing: border-box;
}
.cart-savings-container .saved-amount {
  color: #2faf00;
  font-weight: 600;
}
/* tax-info-popup */
.tax-info-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-info-content {
  background-color: white;
  padding: 30px;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.close-tax-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
}
.tax-info-wrapper {
  margin-top: 26px;
  background-color: #fee;
  box-shadow: -2px 2px 4px #0000000d, 2px 2px 4px #0000000f, 0 2px 4px #0000004d;
  padding: 14px 7px;
}
.tax-info-wrapper h4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.tax-info-wrapper span {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.tax-info-wrapper span > *:not(:last-child) {
  margin-bottom: 8px;
}
#cart-note-details {
  cursor: pointer;
}
/* Empty cart */
.cart__empty {
  background-color: #faf6f0;
  margin-bottom: 0;
  padding: 40px 20px 119px;
}
.cart__empty-message {
  max-width: 298px;
  margin: 0 auto;
}
.cart__empty-message-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #8d8989;
}
.cart__empty-message-text {
  margin-bottom: 15px;
  font-size: 11px;
  color: #4c4c4c;
  font-weight: 400;
}
.cart__empty .swym-wishlist {
  background-color: #000;
  border-radius: 4px;
  padding: 11px 22.5px !important;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  max-height: 34px;
  position: static;
  margin: 0;
}

/* Bundle Popup */
.bundle-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.bundle-popup__inner {
  position: relative;
  background-color: var(--color-background);
  max-width: 600px;
  margin: 0 auto;
  padding: 0 45px;
  padding-bottom: 29px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bundle-popup__gif {
  width: 100%;
  height: 100%;
  position: absolute;
}

.bundle-popup__gif img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.bundle-popup__content {
  text-align: center;
  width: 100%;
  margin-top: 17px;
}

.bundle-popup__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.bundle-popup__badge {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}

.bundle-popup__badge img {
  max-height: 44px;
  margin-bottom: 10px;
  width: auto;
}

.bundle-popup__text {
  font-size: 9px;
  color: #8e8e8e;
  font-weight: 400;
}

.bundle-popup__close {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  max-width: 175px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 3;
  margin-top: 5px;
}

/* Cart coins */
.image-hero__text-container-text {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10004;
}

.dialog.is-visible {
  display: block;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.coins-modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 2.4rem;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-header {
  display: flex;
  justify-content: flex-end;
}

.dialog-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.dialog-close svg {
  display: block;
}

.coins-modal-content {
  text-align: center;
}

.content-header {
  margin-bottom: 20px;
}

.content-header h4 {
  font-weight: 600;
}

.content-header span,
.coins-modal-content p {
  color: #6f6969;
  font-size: 15px;
}

.modal-button {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  cursor: pointer;
  position: static;
  padding: var(--button-padding-normal);
}

.modal-button:hover {
  background-color: #333;
}

.overflow-stop {
  overflow: hidden;
}

.modal-transition {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dialog.is-visible .modal-transition {
  opacity: 1;
}
.cart_coins.dialog.is-visible .coins-modal-wrapper.modal-transition {
  z-index: 10002;
}

/* Cart Gift */
.cart-gift {
  padding: 9px 24px;
  background-color: #fff;
  margin-bottom: 8px;
}
.image-hero__image-container {
  border-radius: var(--gift-image-radius) px;
  overflow: hidden;
}
.gift-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.gift-popup-overlay.active {
  display: flex;
}

.gift-popup-content {
  position: relative;
  background-color: var(--color-background);
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 0;
  padding-bottom: 40px;
  border-radius: 8px;
  max-height: 85vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.gift-popup-content::-webkit-scrollbar {
  width: 6px;
}

.gift-popup-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.gift-popup-contentr::-webkit-scrollbar-track {
  background: transparent;
}

.gift-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
  margin-bottom: 16px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
}

.back-button {
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-right: 15px;
  transform: translateY(-50%);
  display: flex;
}

.gift-heading {
  margin: 0;
  font-size: 1.5rem;
}

.gift-image-container {
  margin-bottom: 40px;
  text-align: center;
}

.gift-popup-image {
  width: auto;
  margin: 0 auto;
}

#giftTrigger {
  cursor: pointer;
}

.gift-form-wrapper {
  padding: 0 24px;
}

.gift-form-field {
  margin-bottom: 16px;
}

.gift-form-field input,
.gift-form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #c5c6cc;
  border-radius: 12px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gift-form-field input::placeholder,
.gift-form-field textarea::placeholder {
  color: #8f9098;
}

.gift-form-field textarea {
  min-height: 179px;
  resize: none;
}

#message-counter {
  font-size: 14px;
  color: #8f9098;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 4px;
}

.gift-note {
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-weight: 600;
}

.gift-note span {
  color: #fd0000;
}

.apply-gift-btn {
  width: 100%;
  padding: 12px;
  font-weight: bold;
}

.gift-form-head {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 24px;
}

.gift-confirmation-wrapper {
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  padding: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 24px;
}

.confirmation-heading {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.confirmation-text {
  font-size: 10px;
  font-weight: 600;
  max-width: 220px;
}

.btn.apply-gift-btn {
  max-width: fit-content;
  width: 100%;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin: 0 auto;
  padding: 16px;
  margin-top: 24px;
}

.how-it-works-wrapper {
  margin: 0 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d4d6dd;
}

.how-it-works-heading {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}

.how-it-works-content {
  display: flex;
  align-items: center;
  gap: 29px;
}

.how-it-works-content:not(:last-child) {
  margin-bottom: 32px;
}

.how-it-works-image {
  width: auto;
  height: auto;
  max-width: 32px;
}

.how-it-works-text {
  flex: 1;
}

.how-it-works-text h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.how-it-works-text p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
  color: #71727a;
}

.hidden {
  display: none !important;
}

.after-gift-applied {
  display: none;
  padding: 15px;
  background-color: var(--color-background-light);
  border-radius: 4px;
  margin-bottom: 20px;
}

.after-gift-applied.visible {
  display: block;
}

.after-applied-heading {
  margin: 0 0 5px 0;
}

.clear-gift {
  color: var(--color-accent);
  cursor: pointer;
  font-size: 0.9rem;
}

.body-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.field-error {
  color: #ff0000;
  font-size: 0.8rem;
  margin-top: 5px;
}

.gift-form-field input.error,
.gift-form-field textarea.error {
  border-color: #ff0000 !important;
}

/* Coupons List */
.section.cart-copy-coupons {
  z-index: 2;
  padding: 7px 24px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  background-color: #fff;
}
.cart-copy-coupons .image-hero__overlay {
  cursor: pointer;
}
.coupon-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  will-change: opacity, visibility;
}

.coupon-list-popup.coupon-popup-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.coupon-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.coupon-popup-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  max-width: 480px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.coupon-popup-content::-webkit-scrollbar {
  width: 6px;
}

.coupon-popup-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.coupon-popup-content::-webkit-scrollbar-track {
  background: transparent;
}

.coupons-heading {
  font-size: 24px;
  font-weight: 500;
}

.close-popup-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  background: none;
  border: none;
}

.back-to-coupons-btn {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 1.5rem;
  cursor: pointer;
  background: none;
  border: none;
}

.close-popup-btn {
  right: auto;
  left: 0px;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
}

.coupon-list-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}

.coupon-block {
  background-color: #ffeeee;
  border: none;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 11px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.01), 2px 2px 4px rgba(0, 0, 0, 0.1),
    0px 4px 5px rgba(0, 0, 0, 0.1);
}

.cart-copy-coupons .image-hero__inner {
  /* box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.01), 2px 2px 4px rgba(0, 0, 0, 0.1),
    0px 2px 4px rgba(0, 0, 0, 0.3); */
  border-radius: var(--copy-coupon-radius);
  overflow: hidden;
}

.coupon-icon {
  display: flex;
  margin-bottom: 1rem;
}

.manual-coupon-input {
  display: flex;
  margin-bottom: 16px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 16px 0;
}

.manual-coupon-input input {
  padding: 10px;
  border: 1px solid #00;
  border-radius: 8px;
  background-color: #f6f6f6;
  width: 100%;
}

.manual-coupon-input input::placeholder {
  color: #c9c9c9;
}

.manual-coupon-input #copy-manual-coupon {
  padding: 10px 15px;
  background: #000;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.coupon-block-head {
  font-size: 16px;
  font-weight: 600;
  color: #001325;
  line-height: 24px;
  margin-bottom: 4px;
}

.coupon-block-short-info {
  font-size: 14px;
  font-weight: 400;
  color: #001325;
  line-height: 20px;
  margin-bottom: 4px;
}

.view-details-btn {
  color: #0048ff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-bottom: 16px;
}

.details-content {
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.01em;
  margin-bottom: 1.37rem;
}

.copy-coupon-btn,
.Copy-from-details-btn {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.coupon-copied-icon {
  max-width: 100px;
  margin: 0 auto 15px;
  display: block;
}

.coupon-code-wrapper {
  display: grid;
  grid-template-columns: 3.5fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.details-coupon-heading {
  text-align: center;
}

#copied-popup.coupon-popup-overlay .coupon-popup-content {
  background-color: #fffac4;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}

.after-coupon-copied {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 8px;
  display: none;
}

.after-coupon-copied.visible {
  display: flex;
}

.after-copied-heading {
  font-size: 16px;
  font-weight: 600;
}

.clear-coupons {
  background: #000;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 400;
}

.coupon-saved-success {
  background-color: #fff;
  border-radius: 4px;
  font-weight: var(--bold);
  font-size: 21px;
  line-height: 16px;
  padding: 0.69rem;
  margin-top: 4px;
}

.coupon-saved-success #saved-amount {
  color: #07a600;
}

.copied-coupon {
  color: #07a600;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.copied-status-head {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.coupon-savings-info {
  font-size: 10px;
  font-weight: 700;
  color: #1d9618;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
}

.coupon-code-display {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
}

.copied-status-container {
  width: 175px;
  display: flex;
  flex-wrap: wrap;
}

.details-coupon-header-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.fullscreen-gif-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10002;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  mix-blend-mode: darken;
}

.fullscreen-gif-overlay.hidden {
  display: none;
}

.fullscreen-gif-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#copied-popup {
  z-index: 10001;
  background: transparent;
}

#copied-popup .popup-content {
  background: white;
  position: relative;
}

.image-hero__coupon-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url({{"coupon-copied-bg.png"|asset_url}});
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.image-hero__coupon-status.visible {
  display: flex;
}

#coupons-popup {
  z-index: 10001;
}

#details-popup {
  z-index: 10002;
}

#copied-popup {
  z-index: 10003;
}

.fullscreen-gif-overlay {
  z-index: 10004;
}

body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Icon with text */
.cart-icon-with-text.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding: 10px 8.5px;
  flex-direction: row;
  background-color: #fff;
  margin: 0;
}
.cart-icon-with-text.icon-with-text--horizontal img {
  width: 80px;
  margin-bottom: 10px;
}

.cart-icon-with-text.icon-with-text--horizontal .icon-with-text__item {
  display: flex;
  align-items: center;
  width: calc(25% - 10px);
  flex-direction: column;
  justify-content: flex-start;
}
.cart-icon-with-text.icon-with-text--horizontal
  .icon-with-text__item
  .inline-richtext {
  color: #000;
  text-align: center;
  font-size: 10px;
}

/* Related product tab */
/* .cart-recommendations .product-item {
  box-shadow: none;
  padding: 0;
  height: 100%;
} */
.cart-recommendations .title-wrapper {
  padding: 0 18px;
  padding-top: 18px;
}
.cart-recommendations .block-title-with-link {
  padding-left: 18px;
}
.cart-recommendations .tab-content.wp-tab-wrap {
  padding: 10px 18px;
  margin-top: 0;
}
.cart-recommendations .title-wrapper {
  margin-bottom: 9px;
}
.cart-recommendations.product-tab-section .nav li {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  background-color: #fff8f8;
  border-color: #d5d5d5;
  white-space: nowrap;
}
.cart-recommendations.product-tab-section .nav ul {
  margin-left: 0;
}
.cart-recommendations
  .product-item
  .product-item__text
  .product-item__price
  .sale-price-item {
  order: 1;
}
.cart-recommendations
  .product-item__inner:hover
  .product-item__hover-container {
  opacity: 0;
}
.cart-recommendations .product-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 4px 7.2px 4px;
}
.cart-recommendations .product-item__hover-action-wrap {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: 100%;
}
.cart-recommendations .card-product-addto-cart {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  justify-content: center;
}
.price-atc-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2px;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-item .product-item__text .product-item__price,
.cart-recommendations .sale {
  font-size: 16px;
  font-weight: 700;
}
.cart-recommendations .sale-price-item .t-subdued {
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  color: #ff4c4c;
}
.cart-recommendations .product-item__text {
  margin-bottom: 0;
}
.sc-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
}
.related-product-price-wrapper {
  display: flex;
  flex-direction: column;
}
.cart-recommendations .fs-product-card-title {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0 !important;
}
.cart-recommendations .product-item__inner {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.cart-recommendations .product-item__meta {
  padding: 0 3px;
}
.cart-recommendations .swiper-slide {
  height: auto;
}
/* .cart-recommendations .product-item__text {
  margin-top: 4px;
  margin-bottom: 9px;
} */
.quantity-input.custom-quantity-wrapper {
  border: 1px solid #e6e6e6;
  background-color: #faf8ff;
  border-radius: 4px;
  height: 17px;
  padding: 3px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 59px;
}
.related-product-price-wrapper .displayed-discount {
  font-size: 11px;
  font-weight: 500;
  color: #1d9618;
}

.quantity-input.custom-quantity-wrapper .quantity-input__button .icon {
  width: 8px;
  height: 8px;
}

.custom-quantity-wrapper {
  position: relative;
  display: inline-block;
}

.custom-quantity-wrapper .quantity-input__button {
  padding: 0;
  display: flex;
  position: static;
}
.custom-quantity-wrapper .quantity-input__input {
  font-size: 8px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 16px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-quantity-button {
  padding: 0 4px 0 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  text-align: center;
  box-shadow: none;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  background: rgb(239, 239, 239);
  font-weight: 600;
}

.custom-quantity-value {
  display: inline-block;
  padding: 0 7px;
}

.custom-quantity-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 10px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.custom-quantity-option {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.custom-quantity-option.selected {
  background: #ff5a5f;
  color: #fff;
  border-color: #ff5a5f;
}

.custom-quantity-done {
  background: #ff5a5f;
  color: #fff;
  border: none;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}
.cart__form-item-quantity-wrapper .quantity-input {
  overflow: unset;
}
.custom-quantity-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30000;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  align-items: center;
  display: none;
}
.custom-quantity-popup.is-open {
  display: flex;
}
.custom-quantity-popup-inner {
  border: 1px solid rgb(212, 213, 217);
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 4px;
  padding: 20px;
  max-width: 250px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  animation: modal-base-slideUp 0.3s ease-out forwards;
  width: 100%;
}
.dialogs-base-header {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.close-qty-popup {
  cursor: pointer;
}
.freegift {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  background: rgb(63, 142, 24);
  padding: 0 3px;
  border-radius: 4px;
  margin-top: 6px;
}

.custom-cart-popup {
  top: 20px;
  right: 20px;
  background: rgb(229, 33, 54) !important;
  border: 1px solid rgb(229, 33, 54) !important;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 300px;
  text-align: center;
}

.error-message-display {
  font-size: 12px;
  color: red;
  display: none;
}
#custom_selected_checkout {
  order: 1;
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgb(0, 0, 0);
  padding: 13px 8.5px;
  width: 100%;
  max-width: 80px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
#custom_selected_checkout:hover {
  background-color: #000;
  color: #fff;
}
.cart__empty .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cart__empty .button-group .btn {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
}
.cart__empty .button-group .btn + .btn {
  color: #fff;
  background-color: #000;
  margin-left: 7px;
}
@media (min-width: 768px) {
  .cart__empty .button-group .btn.mobile-login {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart__empty .button-group .btn {
    font-size: 11px;
    min-height: 35px;
  }
  .cart__empty .button-group .btn.desktop-btn {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1420px) {
  .cart__form-items {
    width: 60%;
  }
  .cart__footer-wrapper {
    width: 40%;
  }
}

@media (min-width: 960px) and (max-width: 1150px) {
  .cart__footer-inner {
    padding-left: 9px;
    padding-right: 9px;
    gap: 5px;
  }
  .gokwik-checkout button > span.btn-text > span:first-child {
    font-size: 9px !important;
  }
  #custom_selected_checkout {
    padding: 13px 6px;
    max-width: 52px;
  }
  .cart-icon-with-text.icon-with-text--horizontal img {
    width: 65px;
  }
}

@media (max-width: 959px) {
  .cart.page {
    background-color: #f1f1f1;
  }
  .cart__container.page__inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cart__footer-inner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .popup-overlay {
    align-items: flex-end;
  }
  .popup-content {
    border-radius: 12px 12px 0 0;
  }
  .wishlist-popup {
    align-items: flex-end;
  }
  .delivery-info-popup {
    align-items: end;
  }
  .delivery-info-content {
    border-radius: 16px 16px 0 0;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .desktop-only .swiper {
    display: none;
  }
  .progress-step .label,
  .progress-step.completed .label {
    font-size: 9px;
  }
  .progress-step.completed .progress-line::after {
    right: -1px;
    width: 4px;
    height: 4px;
  }
  .bundle-popup-overlay {
    align-items: end;
  }
  .gift-popup-content {
    max-height: 100vh;
    max-width: 100%;
    border-radius: 0;
  }
  #cart-item-list {
    max-height: 230px;
  }
  .cart__footer {
    margin-bottom: 7rem;
  }
  .buy-more-section {
    margin-bottom: 8px;
  }
  .cart-item--container {
    background-color: #faf6f0;
  }
  .coins-modal-wrapper {
    border-radius: 12px 12px 0 0;
  }
}
@media (min-width: 960px) {
  /* .mobile-only {
    display: none;
  } */
  .desktop-only {
    display: block;
  }
  .desktop-only .cart-recommendations {
    margin-top: 27px;
  }
  .cart__footer-wrapper::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .cart-recommendations .tab-content.wp-tab-wrap {
    padding-top: 25px;
  }
  .cart-gift {
    background-color: rgba(234, 234, 234, 0.36);
    border-radius: 4px;
  }
  .cart-kidulan-coins.image-hero {
    background-color: rgba(234, 234, 234, 0.36);
    border-radius: 4px;
  }
  .section.cart-copy-coupons {
    background-color: rgba(234, 234, 234, 0.36);
    border-radius: 4px;
  }
}
.cart__form-item-discounts {
  border: 1px solid #ff8a8a;
  border-radius: 4px;
  font-size: 9px;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cart__form-item-info .cart__form-item-title {
    max-width: 170px;
  }
  .cart__form-item-discount {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    font-size: 10px !important;
  }
  .policy-icon {
    width: 15px;
  }

  .coupon-list-popup .coupon-popup-content {
    max-height: 100vh;
    height: 100%;
    border-radius: 0;
  }

  .coupon-popup-overlay {
    align-items: end;
  }

  #copied-popup.coupon-popup-overlay {
    align-items: center;
  }

  #copied-popup.coupon-popup-overlay .coupon-popup-content {
    max-width: 90%;
  }

  #details-popup.coupon-popup-overlay .coupon-popup-content {
    border-radius: 16px 16px 0 0;
  }

  .image-hero__coupon-status {
    padding: 8px 15px;
    font-size: 14px;
  }

  .coupon-block {
    padding: 15px;
  }

  .coupon-popup-content {
    padding: 1.5rem;
  }
}
@media (max-width: 385px) {
  /* .cart__form-item-image {
    height: max-content;
  } */
  .cart__footer-inner {
    padding-left: 9px;
    padding-right: 9px;
    gap: 5px;
  }
  .gokwik-checkout button > span.btn-text > span:first-child {
    font-size: 9px !important;
  }
  #custom_selected_checkout {
    padding: 13px 6px;
    max-width: 52px;
  }
  .cart-icon-with-text.icon-with-text--horizontal img {
    width: 65px;
  }
  .cart-recommendations .sale-price-item .t-subdued {
    font-size: 9px;
  }
  .cart-recommendations .sale {
    font-size: 13px;
  }
  .cart-recommendations .card-product-addto-cart {
    padding: 10px 5px;
  }
  .cart__form-item-savings {
    font-size: 8px;
  }
  .cart-recommendations .card-product-addto-cart {
    font-size: 7px;
  }
}
@media (max-width: 360px) {
  .policy-icon {
    width: 12px;
  }
}
.custom-quantity-option.disabled {
  opacity: 0.4;
}
.cart-recommendations.product-tab-section .nav li.active {
  background: #000;
  color: #fff;
}

/* Main cart Delete */
.confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10065;
  max-width: 100% !important;
  background: rgba(49, 49, 49, 0.7);
}
.cart__form-item.is-removed {
  opacity: 1 !important;
}
.confirm-overlay.active {
  display: flex;
}
.confirm-box {
  background: rgb(255, 255, 255);
  padding: 17px 14px;
  border-radius: 8px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.confirm-box .thumb {
  max-width: 45px;
}
.confirm-box .thumb img {
  border-radius: 4px;
}
.confirm-box .content {
  max-width: calc(100% - 45px);
  padding-left: 9px;
}
.confirm-box h4 {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}
.confirm-box p {
  font-size: 13px;
  text-align: left;
  color: rgb(62, 61, 61);
}
.confirm-actions {
  border-top: 1px solid rgb(234, 234, 236);
  display: flex;
  justify-content: center;
  padding-top: 5px;
  margin-top: 7px;
  width: 100%;
}
.confirm-box .confirm-actions .btn--text-link,
.confirm-box .confirm-actions .item-remove-and-wishlist {
  color: rgb(0, 0, 0);
  padding: 3px 10px 0;
  text-decoration: none;
  font-size: 12px;
  width: 47%;
  display: flex;
  max-width: 47%;
  font-family: var(--font-body);
  font-weight: 600;
  align-items: center;
}
.confirm-box
  .confirm-actions
  button.swym-button.swym-add-to-wishlist-view-product.swym-icontext.swym-heart.swym-loaded.btn--text-link {
  position: static !important;
  border-radius: 0 !important;
}
.confirm-box
  .confirm-actions
  .btn--text-link.swym-button.swym-add-to-wishlist-view-product.swym-heart::after {
  display: none;
}
.confirm-box .move-to-wishlist {
  border-left: 1px solid rgb(219, 219, 219);
}
.confirm-box .move-to-wishlist.disabled {
  display: none;
}
.confirm-overlay .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(217, 0, 0);
  width: 25px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 25px;
  font-size: 0;
}

/* .cart__form-top-header a.cart-page-wishlist-icon {
  position: absolute;
} */
@media (max-width: 768px) {
  .confirm-box {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: transform var(--duration-fast) var(--easing);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .confirm-overlay.active .confirm-box {
    transform: translate(-50%, 0);
  }
}
/* Checkbox poup */

/* bundle-consent-popup */
.bundle-consent-popup-wrapper {
  --menu-max-width: var(--flyout-width);
  z-index: 1;
  z-index: var(--z-index-modal);
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-left: 0;
  transition: visibility 0s 500ms;
  transition: visibility 0s var(--duration-normal);
}
.bundle-consent-popup-wrapper.active {
  z-index: 10001;
  visibility: visible;
  transition: visibility 0s 0s;
}

body[data-fluorescent-overlay-open="true"] .bundle-consent-popup-wrapper {
  z-index: 10001;
}

.bundle-consent-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-overlay);
  opacity: 1;
  cursor: pointer;
  transition: opacity 500ms cubic-bezier(0.33, 0, 0, 1);
  transition: opacity var(--duration-normal) ease-in-out;
}

.bundle-consent-popup-wrapper.active .bundle-consent-popup-overlay {
  opacity: 1;
}
.bundle-consent-popup {
  background-color: #fffac4;
  padding: 2rem;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  max-height: 82vh;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  position: absolute;
  left: 50%;

  transition: transform var(--duration-fast) var(--easing);
  z-index: 10000;
}
.popup-content img {
  max-height: 77px;
}
.bundle-consent-popup h3 {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.bundle-consent-popup p {
  font-size: 14px;
}
.bundle-consent-popup .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}
.bundle-consent-popup .btn {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  min-height: 40px;
  padding: 8px;
  font-size: 15px;
  min-width: 100px;
}
.bundle-consent-popup .button-group .btn.continue {
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .bundle-consent-popup {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .bundle-consent-popup {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    transform: translate(-50%, 100%);
  }

  .bundle-consent-popup-wrapper.active .bundle-consent-popup {
    transform: translate(-50%, 0%);
  }
}
.cart__form-item-price-wrapper .cart__form-item-price {
  margin-right: 4px;
}
.cart__form-item-price-wrapper .cart__form-item-price.sale-price {
  margin-left: 0;
}
@media (max-width: 580px) {
  .product-policy-info {
    margin-top: 4px;
  }
  .cart__form-item-price-wrapper .cart__form-item-price.sale-price {
    font-size: 16px;
  }
  .cart__form-item-price-wrapper .cart__form-item-price {
    font-size: 12px;
  }
  .bundle-consent-popup h3 {
    font-size: 12px;
  }
  .bundle-consent-popup p {
    font-size: 9px;
  }
  .cart-recommendations.product-tab-section .nav li {
    padding: 0.35rem 0.8rem;
  }
}
.template-cart .quick-cart-message .quick-cart-popup .btn.view-cart-btn {
  display: none;
}
.displayed-discount {
  color: #0d7709;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
#item-remove-and-wishlist-btn {
  border-left: 1px solid rgb(221, 221, 221);
  color: rgb(217, 0, 0) !important;
}

/* The Modal (background) */
.ebcf_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.ebcf_modal.active {
  display: block;
  z-index: 100000;
}
/* Modal Content */
.ebcf_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 14px;
  border: 1px solid #888;
  width: 340px;
  text-align: center;
  border-radius: 9px;
  font-size: 15px;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ebcf_modal-content svg {
  max-width: 45px;
}
.ebcf_modal-content p {
  font-weight: 600;
  margin-top: 10px;
}
/* The Close Button */
.ebcf_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .custom-quantity-popup-inner {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.cart__form-item .loading-spinner {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.69);
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.cart__form-item .loading-spinner svg {
  width: 35px;
  height: 35px;
}
.cart__form-item.is-removed .loading-spinner {
  display: flex;
}
.gift-wrap-product.cart__form-item
  .confirm-overlay
  .confirm-actions
  .item-remove-and-wishlist {
  display: none;
}

#cart-item-list .cart__form-item-size-warning-wrapper {
  display: flex;
}
.cart-item-delete-popup .popup-content ul li.cart__form-item-discount {
  padding: 1px 0;
}
.cart-item-delete-popup .popup-content ul li.cart__form-item-discount {
  border-bottom: 0;
}
.cart-item-delete-popup .popup-content .cart__form-item-discounts {
  margin-bottom: 6px;
}
.cart-item-delete-popup .swym-button svg {
  margin-right: 3px;
}
.cart__form-item-price-wrapper .cart__total-savings {
  display: flex;
}
.cart__form-item-error {
  font-size: 8px;
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  max-width: 290px;
}
.swym-wishlist.cart-page-wishlist-icon {
  padding: 0;
}
@media (max-width: 576px) {
  .bundle-bubbles-container .buddle-bubble-wrapper:nth-last-child(1) {
    margin-right: 13px;
  }
}


html.do-anim .cart-offer-coupons-slider.animation.animation--slideshow .slideshow-slide:not(.swiper-slide-active):not(.slideshow-slide--single) .slideshow-slide__inner {
	opacity: 1;
}