body.bpp-commerce-flow-page {
  --bpp-flow-bg: #050816;
  --bpp-flow-bg-soft: #0a111f;
  --bpp-flow-panel: linear-gradient(165deg, rgba(7, 12, 24, 0.92), rgba(15, 23, 42, 0.74));
  --bpp-flow-panel-strong: linear-gradient(160deg, rgba(8, 12, 24, 0.98), rgba(11, 17, 32, 0.94));
  --bpp-flow-border: rgba(255, 255, 255, 0.08);
  --bpp-flow-copy: #e5eefc;
  --bpp-flow-copy-soft: #9fb0cc;
  --bpp-flow-orange: #f97316;
  --bpp-flow-orange-strong: #fb923c;
  --bpp-flow-teal: #14b8a6;
  --bpp-flow-teal-strong: #2dd4bf;
  --bpp-flow-shadow: 0 28px 80px rgba(2, 6, 23, 0.55);
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.14), transparent 22%),
    linear-gradient(180deg, #03060f 0%, #060b18 35%, #050816 100%) !important;
  color: var(--bpp-flow-copy);
}

body.bpp-commerce-flow-page .site-content,
body.bpp-commerce-flow-page .ast-plain-container,
body.bpp-commerce-flow-page .ast-separate-container .ast-article-single:not(.ast-related-post),
body.bpp-commerce-flow-page .woocommerce.ast-separate-container .ast-woocommerce-container {
  background: transparent !important;
}

body.bpp-commerce-flow-page .entry-header,
body.bpp-commerce-flow-page .entry-title,
body.bpp-commerce-flow-page .ast-single-post .entry-header {
  display: none !important;
}

body.bpp-commerce-flow-page .site-main,
body.bpp-commerce-flow-page .content-area {
  width: 100%;
}

body.bpp-commerce-flow-page .ast-article-single,
body.bpp-commerce-flow-page .entry-content.clear {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.bpp-commerce-flow-page .ast-container {
  max-width: 95% !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.bpp-commerce-flow {
  position: relative;
  overflow: hidden;
  padding: 24px 0 72px;
  color: var(--bpp-flow-copy);
  max-width: 1600px;
  margin: 0 auto;
}

.bpp-commerce-flow__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid var(--bpp-flow-border);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(4, 8, 17, 0.96), rgba(7, 13, 31, 0.88));
  box-shadow: var(--bpp-flow-shadow);
  width: 100%;
}

.bpp-commerce-flow__hero-inner {
  position: relative;
  z-index: 1;
  padding: 24px 28px 28px;
}

.bpp-commerce-flow__glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.bpp-commerce-flow__glow--one {
  top: -18%;
  left: -6%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.26), transparent 70%);
  filter: blur(18px);
}

.bpp-commerce-flow__glow--two {
  top: -12%;
  right: -10%;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.2), transparent 72%);
  filter: blur(20px);
}

.bpp-commerce-flow__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 90%);
  opacity: 0.4;
}

.bpp-commerce-flow__backbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.bpp-commerce-flow__backlink,
.bpp-commerce-flow__backbar-tag,
.bpp-commerce-flow__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--bpp-flow-border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--bpp-flow-copy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.bpp-commerce-flow__backlink {
  gap: 10px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bpp-commerce-flow__backlink:hover {
  transform: translateX(-2px);
  background: rgba(249, 115, 22, 0.14);
  border-color: rgba(249, 115, 22, 0.35);
  color: #fff;
}

.bpp-commerce-flow__backbar-tag {
  color: #ffd6bf;
  border-color: rgba(249, 115, 22, 0.24);
  background: rgba(249, 115, 22, 0.12);
}

.bpp-commerce-flow__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #fbbf24;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.bpp-commerce-flow__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  background: linear-gradient(135deg, #ffffff 0%, #fed7aa 38%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bppCommerceGlow 6s ease-in-out infinite;
}

.bpp-commerce-flow__description {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--bpp-flow-copy-soft);
  font-size: 16px;
  line-height: 1.75;
}

.bpp-commerce-flow__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bpp-commerce-flow__chip:nth-child(2) {
  color: #d9fffb;
  border-color: rgba(20, 184, 166, 0.3);
  background: rgba(20, 184, 166, 0.12);
}

.bpp-commerce-flow__body > .woocommerce {
  color: var(--bpp-flow-copy);
}

.bpp-commerce-flow__body .woocommerce-notices-wrapper,
.bpp-commerce-flow__body .woocommerce-error,
.bpp-commerce-flow__body .woocommerce-info,
.bpp-commerce-flow__body .woocommerce-message {
  border: 1px solid rgba(94, 234, 212, 0.14) !important;
  border-top: none !important;
  border-radius: 22px !important;
  background: rgba(15, 23, 42, 0.65) !important;
  color: var(--bpp-flow-copy) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.bpp-commerce-flow__body .woocommerce-info::before,
.bpp-commerce-flow__body .woocommerce-message::before {
  color: var(--bpp-flow-orange) !important;
}

.bpp-commerce-flow__body .woocommerce a,
.bpp-commerce-flow__body .woocommerce-page a {
  color: #8be9dd;
}

.bpp-commerce-flow__body .shop_table,
.bpp-commerce-flow__body .cart_totals,
.bpp-commerce-flow__body .checkout_coupon,
.bpp-commerce-flow__body .woocommerce-checkout-review-order,
.bpp-commerce-flow__body #customer_details .col-1,
.bpp-commerce-flow__body #customer_details .col-2,
.bpp-commerce-flow__body .woocommerce-billing-fields,
.bpp-commerce-flow__body .woocommerce-additional-fields,
.bpp-commerce-flow__body .wc-empty-cart-message,
.bpp-commerce-flow__body .return-to-shop,
.bpp-commerce-flow__body form.woocommerce-cart-form,
.bpp-commerce-flow__body form.checkout_coupon,
.bpp-commerce-flow__body form.checkout {
  border-radius: 28px;
}

.bpp-commerce-flow__body form.woocommerce-cart-form,
.bpp-commerce-flow__body .cart-collaterals,
.bpp-commerce-flow__body form.checkout,
.bpp-commerce-flow__body .checkout_coupon,
.bpp-commerce-flow__body .wc-empty-cart-message,
.bpp-commerce-flow__body .return-to-shop {
  border: 1px solid var(--bpp-flow-border);
  background: var(--bpp-flow-panel);
  box-shadow: var(--bpp-flow-shadow);
}

.bpp-commerce-flow__body .wc-empty-cart-message,
.bpp-commerce-flow__body .return-to-shop {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.bpp-commerce-flow__body .wc-empty-cart-message {
  padding: 24px;
}

.bpp-commerce-flow__body .cart-empty.woocommerce-info {
  margin: 0;
  border: none !important;
  background: linear-gradient(140deg, rgba(12, 18, 32, 0.98), rgba(15, 23, 42, 0.85)) !important;
  color: #f8fafc !important;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.bpp-commerce-flow__body .return-to-shop {
  margin-top: 18px;
  padding: 20px;
  text-align: center;
}

.bpp-commerce-flow__body .return-to-shop .button,
.bpp-commerce-flow__body .checkout-button,
.bpp-commerce-flow__body #place_order,
.bpp-commerce-flow__body button.button,
.bpp-commerce-flow__body input.button,
.bpp-commerce-flow__body .button.alt {
  min-height: 52px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--bpp-flow-orange), var(--bpp-flow-orange-strong)) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.bpp-commerce-flow__body .return-to-shop .button:hover,
.bpp-commerce-flow__body .checkout-button:hover,
.bpp-commerce-flow__body #place_order:hover,
.bpp-commerce-flow__body button.button:hover,
.bpp-commerce-flow__body input.button:hover,
.bpp-commerce-flow__body .button.alt:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 20px 42px rgba(249, 115, 22, 0.34);
}

.bpp-commerce-flow__body .shop_table {
  border: 0 !important;
  background: transparent !important;
}

.bpp-commerce-flow__body .shop_table thead th,
.bpp-commerce-flow__body .woocommerce-checkout-review-order-table thead th,
.bpp-commerce-flow__body .cart_totals h2,
.bpp-commerce-flow__body #order_review_heading,
.bpp-commerce-flow__body .woocommerce-billing-fields > h3,
.bpp-commerce-flow__body .woocommerce-additional-fields > h3 {
  color: #fff !important;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.bpp-commerce-flow__body .shop_table th,
.bpp-commerce-flow__body .shop_table td,
.bpp-commerce-flow__body .cart_totals th,
.bpp-commerce-flow__body .cart_totals td,
.bpp-commerce-flow__body .woocommerce-checkout-review-order-table td,
.bpp-commerce-flow__body .woocommerce-checkout-review-order-table th {
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--bpp-flow-copy) !important;
  background: transparent !important;
}

.bpp-commerce-flow__body .shop_table td.product-name a,
.bpp-commerce-flow__body .woocommerce-checkout-review-order-table .product-name {
  color: #fff !important;
  font-weight: 700;
}

.bpp-commerce-flow__body .quantity .qty,
.bpp-commerce-flow__body input[type="text"],
.bpp-commerce-flow__body input[type="email"],
.bpp-commerce-flow__body input[type="tel"],
.bpp-commerce-flow__body input[type="number"],
.bpp-commerce-flow__body select,
.bpp-commerce-flow__body textarea {
  min-height: 52px;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.bpp-commerce-flow__body textarea {
  min-height: 128px;
  padding-top: 16px;
}

.bpp-commerce-flow__body input::placeholder,
.bpp-commerce-flow__body textarea::placeholder {
  color: #8292ab;
}

.bpp-commerce-flow__body .quantity .qty:focus,
.bpp-commerce-flow__body input:focus,
.bpp-commerce-flow__body select:focus,
.bpp-commerce-flow__body textarea:focus {
  border-color: rgba(20, 184, 166, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12) !important;
}

.bpp-commerce-flow__body .cart-collaterals .cart_totals,
.bpp-commerce-flow__body .woocommerce-checkout-review-order {
  position: sticky;
  top: 110px;
  padding: 26px !important;
  border: 1px solid var(--bpp-flow-border) !important;
  background: var(--bpp-flow-panel-strong) !important;
  box-shadow: var(--bpp-flow-shadow);
}

.bpp-commerce-flow__body .cart-collaterals .cart_totals::before,
.bpp-commerce-flow__body .woocommerce-checkout-review-order::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.08), rgba(20, 184, 166, 0.03) 44%, transparent 100%);
  pointer-events: none;
}

.bpp-commerce-flow__body .cart-collaterals .cart_totals > *,
.bpp-commerce-flow__body .woocommerce-checkout-review-order > * {
  position: relative;
  z-index: 1;
}

.bpp-commerce-flow__body form.checkout {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-template-areas: 
    "details heading"
    "details review";
  gap: 32px;
  padding: 32px;
  align-items: start;
}

.bpp-commerce-flow__body #customer_details {
  grid-area: details;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.bpp-commerce-flow__body #order_review_heading {
  grid-area: heading;
  margin: 0 !important;
  padding: 0 0 10px !important;
}

.bpp-commerce-flow__body #order_review {
  grid-area: review;
  width: 100% !important;
}

.bpp-commerce-flow__body .woocommerce form .form-row label {
  margin-bottom: 8px;
  color: #d7e2f4 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bpp-commerce-flow__body #customer_details .col-1,
.bpp-commerce-flow__body #customer_details .col-2 {
  width: 100% !important;
  float: none !important;
  margin: 0 0 24px !important;
  padding: 28px !important;
  border: 1px solid var(--bpp-flow-border);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
}

.bpp-commerce-flow__body .cart-collaterals {
  margin-top: 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bpp-commerce-flow__body .woocommerce-cart-form {
  padding: 24px;
}

/* Ocultar campos de checkout que ya tienen datos */
.bpp-field-auto-hidden {
  display: none !important;
}

/* Métodos de Pago Modernos */
.bpp-commerce-flow__body .woocommerce-checkout-payment {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 30px;
}

.bpp-commerce-flow__body ul.payment_methods {
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  border: none !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.bpp-commerce-flow__body li.wc_payment_method {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid var(--bpp-flow-border) !important;
  border-radius: 16px !important;
  padding: 16px 20px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.bpp-commerce-flow__body li.wc_payment_method:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(249, 115, 22, 0.3) !important;
}

.bpp-commerce-flow__body li.wc_payment_method input[type="radio"] {
  accent-color: var(--bpp-flow-orange) !important;
  margin-right: 10px !important;
}

.bpp-commerce-flow__body li.wc_payment_method label {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-block !important;
}

.bpp-commerce-flow__body li.wc_payment_method img {
  filter: brightness(0) invert(1);
  max-height: 24px;
  margin-left: 10px;
  vertical-align: middle;
}

.bpp-commerce-flow__body .payment_box {
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 12px !important;
  padding: 15px !important;
  margin: 15px 0 5px 0 !important;
  color: #9fb0cc !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.bpp-commerce-flow__body .payment_box p {
  margin: 0 !important;
}

/* Efecto para el método seleccionado */
.bpp-commerce-flow__body li.wc_payment_method input[type="radio"]:checked + label {
  color: var(--bpp-flow-orange) !important;
}

/* Estilos para el aviso de perfil en checkout */
.bpp-checkout-notice {
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 20px;
  color: #5eead4;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bpp-checkout-notice i {
  font-size: 18px;
}

.bpp-checkout-notice small {
  opacity: 0.7;
  color: #fff;
}

@media (min-width: 922px) {
  .bpp-commerce-flow__body .woocommerce-cart-form,
  .bpp-commerce-flow__body .cart-collaterals {
    width: auto !important;
    float: none !important;
  }

  /* Solo aplicar Grid a la página de Carrito */
  .bpp-commerce-flow--cart .bpp-commerce-flow__body .woocommerce {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    align-items: start;
  }

  /* En Checkout, el contenedor .woocommerce NO debe ser grid para que el form ocupe el 100% */
  .bpp-commerce-flow--checkout .bpp-commerce-flow__body .woocommerce {
    display: block;
    width: 100%;
  }

  .bpp-commerce-flow__body .woocommerce-notices-wrapper,
  .bpp-commerce-flow__body .wc-empty-cart-message,
  .bpp-commerce-flow__body .return-to-shop {
    width: 100%;
  }

  .bpp-commerce-flow__body .woocommerce-checkout #customer_details,
  .bpp-commerce-flow__body .woocommerce-checkout #order_review_heading,
  .bpp-commerce-flow__body .woocommerce-checkout #order_review {
    max-width: 100% !important;
  }

  .bpp-commerce-flow__body .woocommerce-checkout #customer_details {
    font-size: 15px;
  }

  .bpp-commerce-flow__body .woocommerce-checkout #customer_details .col-1,
  .bpp-commerce-flow__body .woocommerce-checkout #customer_details .col-2 {
    max-width: 100%;
  }

  .bpp-commerce-flow__body .woocommerce-checkout #order_review_heading {
    padding: 0 0 14px !important;
    margin: 0 0 14px !important;
    border: 0 !important;
    font-size: 20px;
    line-height: 1.2;
  }

  /* Margen negativo para alinear el pedido en PC sin afectar al móvil */
  .bpp-commerce-flow__body form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    margin-top: -20rem;
  }

  .bpp-commerce-flow__body .woocommerce-checkout .woocommerce-checkout-review-order-table,
  .bpp-commerce-flow__body .woocommerce-checkout #order_review {
    font-size: 15px;
    line-height: 1.55;
  }

  .bpp-commerce-flow__body .woocommerce-checkout .woocommerce-checkout-review-order-table th,
  .bpp-commerce-flow__body .woocommerce-checkout .woocommerce-checkout-review-order-table td,
  .bpp-commerce-flow__body .woocommerce-checkout .shop_table th,
  .bpp-commerce-flow__body .woocommerce-checkout .shop_table td {
    padding: 14px 0 !important;
    font-size: 14px;
  }

  .bpp-commerce-flow__body .woocommerce-checkout .product-name,
  .bpp-commerce-flow__body .woocommerce-checkout .product-total,
  .bpp-commerce-flow__body .woocommerce-checkout .order-total .amount,
  .bpp-commerce-flow__body .woocommerce-checkout .cart-subtotal .amount {
    font-size: 15px;
  }
}

@media (max-width: 921px) {
  .bpp-commerce-flow {
    padding-top: 12px;
    padding-bottom: 42px;
  }

  .bpp-commerce-flow__hero {
    border-radius: 28px;
    margin-bottom: 18px;
  }

  .bpp-commerce-flow__hero-inner {
    padding: 0 18px 20px;
  }

  .bpp-commerce-flow__backbar {
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    z-index: 5;
    margin: 0 -18px 18px;
    padding: calc(env(safe-area-inset-top, 0px) + 10px) 18px 14px;
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.96), rgba(10, 10, 15, 0.78));
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .bpp-commerce-flow__backbar-tag {
    display: none;
  }

  .bpp-commerce-flow__title {
    font-size: 34px;
    line-height: 0.98;
  }

  .bpp-commerce-flow__description {
    font-size: 14px;
    line-height: 1.65;
  }

  .bpp-commerce-flow__chips {
    gap: 8px;
  }

  .bpp-commerce-flow__chip {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }

  .bpp-commerce-flow__body form.checkout,
  .bpp-commerce-flow__body .woocommerce {
    display: block;
  }

  .bpp-commerce-flow__body .woocommerce-cart-form,
  .bpp-commerce-flow__body .cart-collaterals,
  .bpp-commerce-flow__body form.checkout,
  .bpp-commerce-flow__body .wc-empty-cart-message,
  .bpp-commerce-flow__body .return-to-shop {
    border-radius: 24px;
  }

  .bpp-commerce-flow__body .woocommerce-cart-form,
  .bpp-commerce-flow__body form.checkout {
    padding: 18px;
  }

  .bpp-commerce-flow__body .cart-collaterals .cart_totals,
  .bpp-commerce-flow__body .woocommerce-checkout-review-order {
    position: static;
    margin-top: 18px;
    padding: 20px !important;
  }

  .bpp-commerce-flow__body #customer_details .col-1,
  .bpp-commerce-flow__body #customer_details .col-2 {
    padding: 18px !important;
    border-radius: 22px;
  }

  .bpp-commerce-flow__body .shop_table_responsive tr td::before {
    color: #d7e2f4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .bpp-commerce-flow__body .shop_table_responsive tr td {
    border-color: rgba(255, 255, 255, 0.08) !important;
  }

  .bpp-commerce-flow__body .return-to-shop .button,
  .bpp-commerce-flow__body .checkout-button,
  .bpp-commerce-flow__body #place_order {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .bpp-commerce-flow__title {
    font-size: 29px;
  }

  .bpp-commerce-flow__hero {
    border-radius: 24px;
  }

  .bpp-commerce-flow__hero-inner {
    padding-bottom: 18px;
  }

  .bpp-commerce-flow__backlink {
    min-height: 42px;
    padding: 0 14px;
    font-size: 11px;
  }

  .bpp-commerce-flow__body .cart-empty.woocommerce-info {
    font-size: 18px;
  }
}

@keyframes bppCommerceGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(249, 115, 22, 0));
  }
  50% {
    filter: drop-shadow(0 10px 20px rgba(20, 184, 166, 0.12));
  }
}
