.page-id-1381 p,
.page-id-1381 h2,
.page-id-1381 h3 {
  width: calc(100% - 40px) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
.fct-products-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

 .fct-products-container > * {
    width: 100% !important;
    min-width: 0 !important;
  }
	.payment-mobile {
  display: none;
}

@media (max-width: 767px) {
  .payment-mobile {
    display: block !important;
  }
}
	/* Payment footer strip */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .wp-block-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
	.payment-mobile {
  display: block !important;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .payment-mobile {
    max-width: 320px;
  }
}
	@media (max-width: 767px) {
  .payment-mobile {
    width: 280px !important;
    max-width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* Move native FluentCart cart to header */
.fct-cart-drawer-container {
  position: fixed !important;
  top: 18px !important;
  right: 255px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 99999 !important;
}

.fct-cart-drawer-open-btn {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.fcart-cart-toggle-button {
  display: none !important;
}
@media (max-width: 767px) {
  .fct-cart-drawer-container {
    top: auto !important;
    right: 16px !important;
    bottom: 90px !important;
    left: auto !important;
  }
}@media (max-width: 767px) {
  .fct-cart-drawer-open-btn {
    background: #000000 !important;
    border-radius: 14px !important;
  }

  .fct-cart-drawer-open-btn img {
    filter: brightness(0) invert(1) !important;
  }

  .fct-cart-badge-count {
    background: #ff1493 !important;
    color: #ffffff !important;
  }
}
	