@keyframes bcs-deferred-loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bcs-cart-drawer__close {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  cursor: pointer;
}
.bcs-cart-drawer__summary-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
}
.bcs-cart-drawer__divider {
  display: block;
  grid-column: 1/-1;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #000000;
  background: none;
}
.bcs-cart-drawer__footer {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
.bcs-cart-drawer__footer > .bcs-cart-drawer__summary-title,
.bcs-cart-drawer__footer > .bcs-cart-subtotal,
.bcs-cart-drawer__footer > .bcs-cart-drawer__divider,
.bcs-cart-drawer__footer > .bcs-cart-drawer__totals,
.bcs-cart-drawer__footer > .bcs-cart-drawer__footer-actions {
  grid-column: 1/-1;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__footer-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .bcs-cart-drawer__footer .bcs-cart-drawer__footer-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.bcs-cart-drawer__footer .btn {
  width: 100%;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bcs-cart-drawer__footer .btn--secondary {
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}
.bcs-cart-drawer__footer .btn--primary {
  background: #FF9000;
  border: 1px solid #FF9000;
  color: #000000;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bcs-cart-drawer__footer .btn--primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals {
  margin-bottom: 0;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table {
  width: 100%;
  border: 0;
  margin: 0;
  border-collapse: collapse;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table th,
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table td {
  padding: 6px 0;
  vertical-align: top;
  border: 0;
  color: #000000;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table th {
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding-right: 12px;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table td {
  text-align: right;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table td .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table td .woocommerce-Price-amount.amount > bdi {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table tr.shipping td {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table tr.shipping td .woocommerce-Price-amount.amount,
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table tr.shipping td .woocommerce-Price-amount.amount > bdi {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .order-total th {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .order-total td {
  padding-top: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .order-total td .woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .order-total td .woocommerce-Price-amount.amount > bdi {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .woocommerce-shipping-methods li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 6px;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .woocommerce-shipping-methods label {
  margin: 0;
}
.bcs-cart-drawer__footer .bcs-cart-drawer__totals .shop_table .woocommerce-shipping-destination {
  margin: 8px 0 0;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.widget_shopping_cart_content[data-bcs-deferred-mini-cart] {
  min-height: 120px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 16px 0;
  font-size: 16px;
}
.widget_shopping_cart_content .bcs-mini-cart-drawer__loading {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 28px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.widget_shopping_cart_content .bcs-mini-cart-drawer__loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: #000000;
  animation: bcs-deferred-loading-spin 0.8s linear infinite;
}

.bcs-mini-cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bcs-mini-cart-list ~ .bcs-mini-cart-related {
  margin-top: 40px;
}

.bcs-mini-cart-list ~ .bcs-mini-cart-coupon {
  margin-top: 40px;
}

.bcs-mini-cart-related + .bcs-mini-cart-coupon {
  margin-top: 24px;
}

.bcs-mini-cart-related {
  margin-top: 0;
}
.bcs-mini-cart-related__title {
  margin: 0 0 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.bcs-mini-cart-related .products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}
.bcs-mini-cart-related .products li.product {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  float: none;
}
.bcs-mini-cart-related .bcs-product-card {
  width: 100% !important;
  max-width: none !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__image {
  aspect-ratio: 5/3;
  overflow: hidden;
  margin: 0;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__image .bcs-product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center calc(50% - 40px);
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__image:hover img {
  transform: none;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin: 0;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__title a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__rating {
  margin-top: 12px;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price {
  margin-top: 16px;
  align-items: center;
  width: 100%;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #000000 !important;
  text-align: center;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .price > .woocommerce-Price-amount,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .price > .woocommerce-Price-amount bdi {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price del,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price ins {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-list-price-wrap {
  text-align: center;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-list-price-primary {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount bdi {
  display: inline !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-list-price-secondary {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-tax-note,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-price-suffix,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__price .bcs-list-unit {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content a.button,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content button.button,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content .bcs-mini-cart-related__cta,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content .add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-top: 16px;
  padding: 12px 24px !important;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  color: #000000 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content a.button:hover,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content button.button:hover,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content .bcs-mini-cart-related__cta:hover,
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content .add_to_cart_button:hover {
  box-shadow: none !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
.bcs-mini-cart-related .bcs-product-card .bcs-product-card__content .added_to_cart {
  display: none !important;
}
@media (max-width: 767px) {
  .bcs-mini-cart-related .products {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(154px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .bcs-mini-cart-related .products li.product {
    scroll-snap-align: start;
  }
}

.bcs-mini-cart-coupon {
  margin-top: 0;
  padding: 16px;
  border-radius: 5px;
  background: #FFFFFF;
}
.bcs-mini-cart-coupon__title {
  margin: 0 0 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.bcs-mini-cart-coupon__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
}
.bcs-mini-cart-coupon__field {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
  background: #FFFFFF;
}
.bcs-mini-cart-coupon__apply {
  min-width: 110px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #000000;
  border-radius: 4px;
  background: #000000;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bcs-mini-cart-coupon__apply:hover, .bcs-mini-cart-coupon__apply:focus-visible {
  background: #FFFFFF;
  color: #000000;
}
.bcs-mini-cart-coupon__apply:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bcs-mini-cart-coupon__note {
  margin: 10px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}
.bcs-mini-cart-coupon__msg {
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
.bcs-mini-cart-coupon__msg p {
  margin: 0;
}
.bcs-mini-cart-coupon__msg .woocommerce-error,
.bcs-mini-cart-coupon__msg .woocommerce-message,
.bcs-mini-cart-coupon__msg .woocommerce-info {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.bcs-mini-cart-coupon__msg .woocommerce-error::before,
.bcs-mini-cart-coupon__msg .woocommerce-message::before,
.bcs-mini-cart-coupon__msg .woocommerce-info::before {
  display: none;
}
.bcs-mini-cart-coupon__msg.is-error {
  color: #D40000;
}
.bcs-mini-cart-coupon__msg.is-success {
  color: #000000;
}
@media (max-width: 767px) {
  .bcs-mini-cart-coupon__row {
    grid-template-columns: 1fr;
  }
  .bcs-mini-cart-coupon__apply {
    width: 100%;
  }
}

.bcs-mini-cart-item {
  position: relative;
  margin: 0;
  padding: 16px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  background: #ECECEC;
}
.bcs-mini-cart-item__remove {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}
.bcs-mini-cart-item__remove .remove {
  display: inline-block;
  width: 21px !important;
  height: 22px !important;
  background: url("../images/icon-remove-product.svg") center center no-repeat;
  background-size: contain;
  border: none !important;
  border-radius: 0 !important;
  font-size: 0;
  text-indent: 99999px;
  overflow: hidden;
  opacity: 1;
  color: transparent !important;
}
.bcs-mini-cart-item__remove .remove:hover {
  background: url("../images/icon-remove-product_hover.svg") center center no-repeat;
  background-size: contain;
}
.bcs-mini-cart-item__main {
  display: grid;
  grid-template-columns: 184px 1fr;
  column-gap: 16px;
  align-items: stretch;
  min-height: 130px;
  padding-right: 44px;
}
.bcs-mini-cart-item__thumb {
  width: 184px;
  height: 100%;
  min-height: 177px;
  border-radius: 4px;
  overflow: hidden;
}
.bcs-mini-cart-item__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.bcs-mini-cart-item__thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  float: none !important;
  margin: 0 !important;
}
.bcs-mini-cart-item__seller {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #000000;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.bcs-mini-cart-item__title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
}
.bcs-mini-cart-item__title a {
  color: inherit;
  text-decoration: none;
}
.bcs-mini-cart-item__subtitle {
  margin-bottom: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  opacity: 0.85;
}
.bcs-mini-cart-item .bcs-product-qty-price {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 0;
}
.bcs-mini-cart-item .bcs-product-qty-price__qty {
  flex: 0 0 auto;
}
.bcs-mini-cart-item .bcs-product-qty-price__price {
  flex: 0 1 auto;
  min-width: 0;
}
.bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty {
  border-color: #9F9F9F;
  border-radius: 3px;
  background: #FFFFFF;
  width: 57px;
  height: 48px;
}
.bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty .bcs-qty__button {
  width: 16px;
  height: 48px;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  border: 0;
  color: #000000;
  padding: 0;
}
.bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty input.qty {
  width: 25px;
  height: 48px;
  padding: 0;
  background: transparent;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__amount {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000000;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__amount .woocommerce-Price-amount,
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__amount .woocommerce-Price-amount > bdi {
  font-family: inherit;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__suffix {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__suffix--plain {
  text-transform: lowercase;
}
.bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__vat {
  margin: 2px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .bcs-mini-cart-item__main {
    grid-template-columns: 78px 1fr;
    column-gap: 12px;
    min-height: 0;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 8px;
  }
  .bcs-mini-cart-item__thumb {
    width: 78px;
    height: 78px;
    min-height: 78px;
  }
  .bcs-mini-cart-item__seller {
    min-height: 30px;
    padding: 4px 10px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .bcs-mini-cart-item__title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .bcs-mini-cart-item__subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .bcs-mini-cart-item .bcs-product-qty-price {
    gap: 16px;
  }
  .bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty {
    width: 52px;
    height: 42px;
  }
  .bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty .bcs-qty__button,
  .bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty input.qty {
    height: 42px;
  }
  .bcs-mini-cart-item .bcs-product-qty-price .quantity.bcs-qty input.qty {
    width: 20px;
    font-size: 16px;
  }
  .bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__amount {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__suffix {
    display: block;
    font-size: 14px;
  }
  .bcs-mini-cart-item .bcs-product-qty-price .bcs-cart-item-price__vat {
    font-size: 14px;
  }
  .bcs-mini-cart-item__remove {
    display: none;
  }
}
