.ecd-page-main--woo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  min-width: 0;
  background-color: #fafbfc;
  min-height: 70vh;
}

.ecd-page-main--woo .ecd-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.ecd-woo-page-breadcrumb {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: var(--color-text-muted, #71717a);
}

.ecd-woo-page-breadcrumb a {
  color: var(--color-text-muted, #71717a);
  text-decoration: none;
  transition: color 0.15s ease;
}

.ecd-woo-page-breadcrumb a:hover {
  color: var(--color-primary, #1E9FF2);
}

.ecd-woo-funnel-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  margin: 0 auto 2.25rem;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ecd-funnel-step {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #94a3b8;
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
}

.ecd-funnel-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.ecd-funnel-step__title {
  display: inline-block;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  letter-spacing: -0.01em;
}

.ecd-funnel-step__divider {
  flex: 1;
  height: 2px;
  background: #e2e8f0;
  margin: 0 1rem;
  min-width: 24px;
}

.ecd-funnel-step.is-active {
  color: #0b1329;
}

.ecd-funnel-step.is-active .ecd-funnel-step__num {
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(30, 159, 242, 0.35);
}

.ecd-funnel-step.is-completed {
  color: #0b1329;
}

.ecd-funnel-step.is-completed .ecd-funnel-step__num {
  background: #10b981;
  color: #ffffff;
}

@media (max-width: 640px) {
  .ecd-woo-funnel-steps {
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .ecd-funnel-step__title {
    font-size: 0.8125rem;
  }
  .ecd-funnel-step__divider {
    margin: 0 0.5rem;
    min-width: 12px;
  }
  .ecd-funnel-step__num {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .ecd-funnel-step:not(.is-active) .ecd-funnel-step__title {
    display: none;
  }
}

.ecd-page-header--woo {
  text-align: center;
  margin-bottom: 2rem;
}

.ecd-page-header--woo .ecd-page-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0b1329;
  letter-spacing: -0.02em;
  margin: 0;
}

.ecd-woo-content {
  max-width: 1200px;
  margin: 0 auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.5rem;
  margin: 0 0 1.75rem 0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.95rem;
  line-height: 1.5;
  border: none;
  list-style: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-notice::before {
  display: none !important;
  content: none !important;
}

.woocommerce-message {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%) !important;
  color: #065f46 !important;
  border: 1.5px solid #a7f3d0 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px -4px rgba(16, 185, 129, 0.12), 0 2px 6px -1px rgba(16, 185, 129, 0.05) !important;
  animation: ecdNoticePop 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  position: relative !important;
}

.woocommerce-message::before {
  display: inline-flex !important;
  content: '' !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  background-color: #10b981 !important;
  border-radius: 50% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 10.5L8.5 13L14 7.5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 13px 13px !important;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35) !important;
  flex-shrink: 0 !important;
  animation: ecdCheckBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards !important;
  margin-right: 0.5rem !important;
}

@keyframes ecdNoticePop {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ecdCheckBounce {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

.woocommerce-info {
  background: #eff6ff;
  color: #1e40af;
  border-left: 4px solid #1E9FF2;
}

.woocommerce-error {
  background: #fef2f2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  font-weight: 600;
  color: inherit;
  text-decoration: underline;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  color: #0b1329;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  float: none;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
  background: #1E9FF2;
  color: #ffffff;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.wp-block-woocommerce-cart .wc-block-cart,
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
.wp-block-woocommerce-checkout .wc-block-checkout,
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.75rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  align-items: start !important;
}

@media (min-width: 992px) {
  .wp-block-woocommerce-cart .wc-block-cart,
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
  .wp-block-woocommerce-checkout .wc-block-checkout,
  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr 380px !important;
    gap: 2.25rem !important;
  }
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-cart__main,
.wc-block-checkout__main,
.wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-checkout-fields-block {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar,
.wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-checkout-totals-block {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
}

@media (min-width: 992px) {
  .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar {
    position: sticky !important;
    top: 90px !important;
  }
}

.wc-block-cart-items,
.wc-block-cart__sidebar,
.wp-block-woocommerce-cart-totals-block,
.wc-block-components-panel {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 1.75rem !important;
  border: none !important;
  margin-bottom: 1.5rem !important;
  box-sizing: border-box !important;
  --wc-separator-color: transparent;
}

.wc-block-checkout,
.wp-block-woocommerce-checkout {
  --wc-separator-color: transparent;
  max-width: 1160px;
  margin: 0 auto !important;
}

.wc-block-checkout .wc-block-components-checkout-step,
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  padding: 1.5rem !important;
  margin-bottom: 1.25rem !important;
  box-sizing: border-box !important;
}

.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  position: sticky !important;
  top: 90px !important;
}

.wc-block-checkout .wc-block-components-checkout-step__title,
.wc-block-checkout .wc-block-components-checkout-step__heading,
.wc-block-checkout__sidebar .wc-block-components-title,
.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  border: none !important;
  letter-spacing: -0.01em !important;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-block-components-combobox input,
.wc-block-checkout .wc-block-components-textarea {
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  color: #0b1329 !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: none !important;
}

.wc-block-checkout .wc-block-components-text-input input:focus,
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-checkout .wc-block-components-combobox input:focus,
.wc-block-checkout .wc-block-components-textarea:focus {
  border-color: #1E9FF2 !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.12) !important;
  outline: none !important;
}

.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-blocks-components-select__label {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  color: #64748b !important;
}

.wc-block-checkout .wc-block-components-text-input:focus-within label {
  color: #1E9FF2 !important;
}

.wc-block-checkout .wc-block-components-checkbox {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.9rem !important;
  color: #334155 !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #0b1329 !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-metadata,
.wc-block-checkout__sidebar .wc-block-components-product-details__spec,
.wc-block-checkout__sidebar .wc-block-components-product-metadata__description {
  font-size: 0.8125rem !important;
  color: #64748b !important;
  line-height: 1.4 !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-price,
.wc-block-checkout__sidebar .wc-block-components-order-summary-item__price {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #0b1329 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-item__label {
  font-size: 0.9rem !important;
  color: #64748b !important;
  font-weight: 500 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-item__value {
  font-size: 0.95rem !important;
  color: #0b1329 !important;
  font-weight: 600 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  border: none !important;
  margin-top: 1rem !important;
  padding-top: 0 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #1E9FF2 !important;
}

.wc-block-checkout__sidebar .wc-block-components-panel {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0.75rem 0 !important;
}

.wc-block-checkout__sidebar .wc-block-components-panel__button {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.9rem !important;
  color: #475569 !important;
  padding: 0.5rem 0 !important;
}

.wc-block-components-notice-banner.is-error,
.woocommerce-error {
  background: #fef2f2 !important;
  border: 1px solid #fecaca !important;
  border-radius: 10px !important;
  color: #991b1b !important;
  padding: 0.9rem 1.15rem !important;
  font-size: 0.9rem !important;
  box-shadow: none !important;
}

.wc-block-components-notice-banner.is-error svg {
  fill: #dc2626 !important;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button,
.wc-block-checkout__submit-button,
#place_order {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 2rem !important;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%) !important;
  border: none !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.22) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  cursor: pointer !important;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout__submit-button:hover,
#place_order:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(0, 195, 255, 0.35) !important;
}

.wc-block-checkout .wc-block-checkout__terms,
.wc-block-checkout .woocommerce-privacy-policy-text,
.wc-block-checkout__actions p {
  font-size: 0.85rem !important;
  color: #64748b !important;
  margin: 1rem 0 !important;
  line-height: 1.5 !important;
}

.wc-block-checkout .wc-block-checkout__terms a,
.wc-block-checkout .woocommerce-privacy-policy-text a {
  color: #1E9FF2 !important;
  text-decoration: underline !important;
}

.wc-block-cart__totals-title,
.wp-block-woocommerce-cart-order-summary-heading-block,
.wp-block-woocommerce-cart-order-summary-heading-block h2 {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  letter-spacing: -0.01em !important;
  border: none !important;
}

.wc-block-cart__sidebar .wc-block-components-panel__button,
.wp-block-woocommerce-cart-totals-block .wc-block-components-panel__button,
.wc-block-checkout__sidebar .wc-block-components-panel__button {
  background: transparent !important;
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  padding: 0.6rem 0 !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #475569 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  outline: none !important;
  transition: color 0.15s ease !important;
}

.wc-block-cart__sidebar .wc-block-components-panel__button:hover,
.wp-block-woocommerce-cart-totals-block .wc-block-components-panel__button:hover,
.wc-block-checkout__sidebar .wc-block-components-panel__button:hover {
  color: #1E9FF2 !important;
}

.wc-block-cart__sidebar .wc-block-components-panel__button svg,
.wp-block-woocommerce-cart-totals-block .wc-block-components-panel__button svg,
.wc-block-checkout__sidebar .wc-block-components-panel__button svg {
  fill: currentColor !important;
  transition: transform 0.2s ease !important;
}

.wc-block-cart__sidebar .wc-block-components-panel__content,
.wp-block-woocommerce-cart-totals-block .wc-block-components-panel__content,
.wc-block-checkout__sidebar .wc-block-components-panel__content {
  padding: 0.5rem 0 1rem 0 !important;
  border: none !important;
}

.wc-block-components-totals-coupon__form {
  display: flex !important;
  gap: 8px !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex: 1 1 auto !important;
  margin: 0 !important;
}

.wc-block-components-totals-coupon__form input[type="text"],
.wc-block-components-totals-coupon__input input {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 0.65rem 0.85rem !important;
  font-size: 0.9rem !important;
  background: #f8fafc !important;
  color: #0b1329 !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}

.wc-block-components-totals-coupon__form input[type="text"]:focus,
.wc-block-components-totals-coupon__input input:focus {
  border-color: #1E9FF2 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15) !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  background: #0b1329 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  padding: 0 1.25rem !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  background: #1E9FF2 !important;
  transform: translateY(-1px) !important;
}

.wc-block-cart__submit,
.wp-block-woocommerce-proceed-to-checkout-block {
  margin: 1.5rem 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}

.wc-block-cart__submit-button {
  width: 100% !important;
}

.wc-block-cart-items__header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
}

.wc-block-cart-items__row {
  border-bottom: 1px solid #f1f5f9;
  padding: 1.25rem 0;
}

.wc-block-cart-items__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wc-block-components-product-name {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b1329;
  text-decoration: none;
  transition: color 0.15s ease;
}

.wc-block-components-product-name:hover {
  color: #1E9FF2;
}

.wc-block-components-product-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1E9FF2;
}

.wc-block-components-quantity-selector {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  overflow: hidden;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  background: transparent;
  border: none;
  font-weight: 700;
  color: #0b1329;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: transparent;
  border: none;
  color: #64748b;
  transition: background 0.15s ease, color 0.15s ease;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  background: #e2e8f0;
  color: #0b1329;
}

.wc-block-cart-item__remove-link {
  color: #ef4444;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.wc-block-cart-item__remove-link:hover {
  opacity: 0.75;
}

.wc-block-components-totals-wrapper {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.wc-block-components-totals-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0.5rem 0 !important;
  font-size: 0.95rem !important;
  color: #64748b !important;
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

.wc-block-components-totals-item__label {
  color: #475569 !important;
  font-weight: 500 !important;
}

.wc-block-components-totals-item__value {
  color: #0b1329 !important;
  font-weight: 600 !important;
}

.wc-block-components-totals-footer-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #0b1329 !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #1E9FF2 !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
}

.wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-footer-item-shipping {
  font-size: 0.8125rem !important;
  color: #94a3b8 !important;
  font-weight: 400 !important;
  margin-top: 0.25rem !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  display: block;
  width: 100%;
  padding: 1.1rem 1.75rem;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%);
  color: #ffffff;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(30, 159, 242, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 195, 255, 0.42);
  color: #ffffff;
}

.wp-block-woocommerce-empty-cart-block,
.woocommerce .cart-empty {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 3.5rem 2rem;
  max-width: 580px;
  margin: 1.5rem auto 3rem;
  border: none;
}

.wc-block-cart__empty-cart__title,
.woocommerce .cart-empty.woocommerce-info {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0b1329;
  margin-bottom: 1rem;
  border: none;
  background: transparent;
  box-shadow: none;
  display: block;
  text-align: center;
}

.return-to-shop {
  text-align: center;
  margin-top: 1.5rem;
}

.return-to-shop .button,
.wc-block-cart__empty-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%);
  color: #ffffff;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
}

.return-to-shop .button:hover,
.wc-block-cart__empty-cart__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 195, 255, 0.4);
  color: #ffffff;
}

.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background-color: #f8fafc;
  color: #0b1329;
  font-family: inherit;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wc-block-components-text-input input:focus,
.wc-block-components-text-input textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-input-wrapper input:focus,
.woocommerce-input-wrapper select:focus {
  outline: none;
  border-color: #1E9FF2;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.12);
}

.woocommerce form .form-row label,
.wc-block-components-text-input label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.35rem;
}

.wc-block-components-radio-control,
.wc-block-components-radio-control-accordion-content {
  border-radius: 10px;
  transition: all 0.2s ease;
}

.wc-block-components-radio-control__option {
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  margin-bottom: 0.65rem;
  background: #f8fafc;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.wc-block-components-radio-control__option.is-selected,
.wc-block-components-radio-control__option:has(input:checked) {
  border-color: #1E9FF2;
  background: rgba(30, 159, 242, 0.04);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-info:has(.showcoupon),
.woocommerce-checkout .ecd-woo-page-breadcrumb,
.woocommerce-checkout .ecd-breadcrumb {
  display: none !important;
}

.ecd-shopify-checkout-wrap,
.rg-shopify-checkout-wrap {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  color: #0f172a;
}

.ecd-mobile-top-summary-wrap,
.rg-mobile-top-summary-wrap,
.ecd-mobile-bottom-summary-wrap,
.rg-mobile-bottom-summary-wrap {
  display: none;
}

@media (max-width: 991px) {
  .ecd-mobile-top-summary-wrap,
  .rg-mobile-top-summary-wrap {
    display: block;
    margin-bottom: 24px;
  }
  .ecd-mobile-order-summary-bar,
  .rg-mobile-order-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    transition: border-radius 0.2s ease;
  }
  .ecd-mobile-top-summary-wrap.is-open .ecd-mobile-order-summary-bar,
  .rg-mobile-top-summary-wrap.is-open .rg-mobile-order-summary-bar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
  }
  .ecd-mobile-summary-left,
  .rg-mobile-summary-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1E9FF2;
  }
  .ecd-summary-chevron,
  .rg-summary-chevron {
    transition: transform 0.2s ease;
    color: #1E9FF2;
  }
  .ecd-mobile-top-summary-wrap.is-open .ecd-summary-chevron,
  .rg-mobile-top-summary-wrap.is-open .rg-summary-chevron {
    transform: rotate(180deg);
  }
  .ecd-mobile-summary-total,
  .rg-mobile-summary-total {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
  }
  .ecd-mobile-top-summary-dropdown,
  .rg-mobile-top-summary-dropdown {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px 18px 12px;
  }

  .ecd-mobile-bottom-summary-wrap,
  .rg-mobile-bottom-summary-wrap {
    display: block;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .ecd-bottom-discount-trigger-wrap,
  .rg-bottom-discount-trigger-wrap {
    margin-bottom: 12px;
  }
  .ecd-btn-add-discount,
  .rg-btn-add-discount {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0f172a;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
  }
  .ecd-btn-add-discount:hover,
  .rg-btn-add-discount:hover {
    background: #f8fafc;
    border-color: #94a3b8;
  }
  .ecd-mobile-bottom-summary-card,
  .rg-mobile-bottom-summary-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s ease, border-color 0.15s ease;
  }
  .ecd-mobile-bottom-summary-card:hover,
  .rg-mobile-bottom-summary-card:hover {
    background: #f8fafc;
  }
  .ecd-bottom-card-left,
  .rg-bottom-card-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .ecd-bottom-thumb-wrap,
  .rg-bottom-thumb-wrap {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .ecd-bottom-thumb-img,
  .rg-bottom-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    display: block;
  }
  .ecd-bottom-thumb-badge,
  .rg-bottom-thumb-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #475569;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .ecd-bottom-total-info,
  .rg-bottom-total-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .ecd-bottom-total-title,
  .rg-bottom-total-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
  }
  .ecd-bottom-total-count,
  .rg-bottom-total-count {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
  }
  .ecd-bottom-card-right,
  .rg-bottom-card-right {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .ecd-bottom-currency,
  .rg-bottom-currency {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ecd-bottom-amount,
  .rg-bottom-amount {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
  }
  .ecd-bottom-chevron,
  .rg-bottom-chevron {
    color: #64748b;
    transition: transform 0.2s ease;
    margin-left: 2px;
  }
  .ecd-mobile-bottom-summary-wrap.is-open .ecd-bottom-chevron,
  .rg-mobile-bottom-summary-wrap.is-open .rg-bottom-chevron {
    transform: rotate(180deg);
  }
  .ecd-mobile-bottom-summary-dropdown,
  .rg-mobile-bottom-summary-dropdown {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 18px 12px;
    margin-top: 12px;
  }
  .ecd-bottom-expanded-header,
  .rg-bottom-expanded-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
    cursor: pointer;
  }
  .ecd-bottom-expanded-chevron,
  .rg-bottom-expanded-chevron {
    color: #64748b;
  }

  .ecd-checkout-col-sidebar,
  .rg-checkout-col-sidebar {
    display: none !important;
  }
}

.ecd-checkout-cols-wrap,
.rg-checkout-cols-wrap {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 0;
  min-height: 80vh;
  align-items: start;
}

.ecd-checkout-col-main,
.rg-checkout-col-main {
  padding: 10px 48px 60px 0;
  background: transparent;
}

.ecd-checkout-col-sidebar,
.rg-checkout-col-sidebar {
  padding: 10px 0 60px 44px;
  border-left: 1px solid #e2e8f0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--ecd-header-height, 170px) + 24px);
  align-self: start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
}

body.admin-bar .ecd-checkout-col-sidebar,
body.admin-bar .rg-checkout-col-sidebar {
  top: calc(var(--ecd-header-height, 170px) + 56px);
}

@media (max-width: 991px) {
  .ecd-checkout-cols-wrap,
  .rg-checkout-cols-wrap {
    display: flex;
    flex-direction: column;
  }
  .ecd-checkout-col-main,
  .rg-checkout-col-main {
    padding: 0;
    border-right: none;
  }
  .ecd-checkout-col-sidebar,
  .rg-checkout-col-sidebar {
    padding: 20px;
    border-left: none;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    position: static;
    top: auto;
  }
}

.ecd-express-checkout-box,
.rg-express-checkout-box {
  text-align: center;
  margin-bottom: 24px;
}

.ecd-express-title,
.rg-express-title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 10px;
}

.ecd-express-buttons,
.rg-express-buttons {
  display: flex;
  justify-content: center;
}

.ecd-express-btn.ecd-express-paypal,
.rg-express-btn.rg-express-paypal,
.rg-express-paypal,
.ecd-express-paypal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 48px !important;
  background: #ffc439 !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  transition: background 0.15s ease, transform 0.15s ease !important;
}

.ecd-express-btn.ecd-express-paypal:hover,
.rg-express-btn.rg-express-paypal:hover,
.rg-express-paypal:hover,
.ecd-express-paypal:hover {
  background: #f4bb34 !important;
  transform: translateY(-1px) !important;
}

.ecd-paypal-express-logo,
.rg-paypal-express-logo,
img.rg-paypal-express-logo,
img.ecd-paypal-express-logo {
  height: 22px !important;
  max-height: 22px !important;
  width: auto !important;
  max-width: 86px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  pointer-events: none !important;
}

.ecd-checkout-or-divider,
.rg-checkout-or-divider {
  position: relative;
  text-align: center;
  margin: 22px 0;
}

.ecd-checkout-or-divider::before,
.rg-checkout-or-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e2e8f0;
}

.ecd-checkout-or-divider span,
.rg-checkout-or-divider span {
  position: relative;
  background: #ffffff;
  padding: 0 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.ecd-checkout-section,
.rg-checkout-section {
  margin-bottom: 28px;
}

.ecd-section-header,
.rg-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ecd-section-title,
.rg-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.ecd-login-link,
.rg-login-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1E9FF2;
  text-decoration: none;
}

.ecd-login-link:hover,
.rg-login-link:hover {
  text-decoration: underline;
}

.ecd-payment-secure-text,
.rg-payment-secure-text {
  font-size: 0.8125rem;
  color: #64748b;
}

.ecd-fields-group,
.rg-fields-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ecd-delivery-grid,
.rg-delivery-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ecd-field-row,
.rg-field-row {
  display: flex;
  gap: 12px;
  width: 100%;
}

.ecd-field-row--wide,
.rg-field-row--wide {
  width: 100%;
}

.ecd-field-row--half .ecd-half-col,
.rg-field-row--half .rg-half-col {
  flex: 1;
  min-width: 0;
}

.ecd-field-row--triplet,
.rg-field-row--triplet {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 12px;
  width: 100%;
}

@media (max-width: 640px) {
  .ecd-field-row--half,
  .rg-field-row--half {
    flex-direction: column;
    gap: 12px;
  }
  .ecd-field-row--triplet,
  .rg-field-row--triplet {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.ecd-shopify-checkout-wrap .form-row,
.rg-shopify-checkout-wrap .form-row {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.ecd-shopify-checkout-wrap .woocommerce-input-wrapper,
.rg-shopify-checkout-wrap .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.ecd-shopify-checkout-wrap input[type="text"],
.ecd-shopify-checkout-wrap input[type="email"],
.ecd-shopify-checkout-wrap input[type="tel"],
.ecd-shopify-checkout-wrap input[type="password"],
.ecd-shopify-checkout-wrap select,
.rg-shopify-checkout-wrap input[type="text"],
.rg-shopify-checkout-wrap input[type="email"],
.rg-shopify-checkout-wrap input[type="tel"],
.rg-shopify-checkout-wrap input[type="password"],
.rg-shopify-checkout-wrap select {
  width: 100% !important;
  height: 48px !important;
  line-height: normal !important;
  border: 1px solid #d1d5db !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-family: inherit !important;
  font-size: 0.9375rem !important;
  color: #0f172a !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.ecd-shopify-checkout-wrap input:focus,
.ecd-shopify-checkout-wrap select:focus,
.ecd-shopify-checkout-wrap .select2-container--focus .select2-selection--single,
.rg-shopify-checkout-wrap input:focus,
.rg-shopify-checkout-wrap select:focus,
.rg-shopify-checkout-wrap .select2-container--focus .select2-selection--single {
  outline: none !important;
  border-color: #1E9FF2 !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15) !important;
}

.ecd-shopify-checkout-wrap select,
.rg-shopify-checkout-wrap select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
  padding-right: 38px !important;
  cursor: pointer !important;
}

.ecd-shopify-checkout-wrap .select2-container,
.rg-shopify-checkout-wrap .select2-container {
  vertical-align: middle !important;
  margin: 0 !important;
  width: 100% !important;
}

.ecd-shopify-checkout-wrap .select2-container .select2-selection--single,
.rg-shopify-checkout-wrap .select2-container .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 10px !important;
  padding: 0 38px 0 14px !important;
  font-family: inherit !important;
  font-size: 0.9375rem !important;
  color: #0f172a !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
  position: relative !important;
  margin: 0 !important;
  outline: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.ecd-shopify-checkout-wrap .select2-container .select2-selection--single .select2-selection__rendered,
.rg-shopify-checkout-wrap .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  line-height: normal !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #0f172a !important;
  font-family: inherit !important;
  font-size: 0.9375rem !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.ecd-shopify-checkout-wrap .select2-container .select2-selection--single .select2-selection__placeholder,
.rg-shopify-checkout-wrap .select2-container .select2-selection--single .select2-selection__placeholder,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #64748b !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
}

.ecd-shopify-checkout-wrap .select2-container .select2-selection--single .select2-selection__arrow,
.rg-shopify-checkout-wrap .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 14px !important;
  height: 100% !important;
  width: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.ecd-shopify-checkout-wrap input::placeholder,
.rg-shopify-checkout-wrap input::placeholder {
  color: #64748b;
  font-size: 0.9375rem;
}

.ecd-checkout-checkbox,
.rg-checkout-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: #334155;
  cursor: pointer;
  user-select: none;
  margin-top: 4px;
}

.ecd-checkout-checkbox input[type="checkbox"],
.rg-checkout-checkbox input[type="checkbox"],
.woocommerce-checkout input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  display: inline-grid !important;
  place-content: center !important;
  position: relative !important;
  transition: background-color 0.15s ease, border-color 0.15s ease !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-sizing: border-box !important;
}

.ecd-checkout-checkbox input[type="checkbox"]:hover,
.rg-checkout-checkbox input[type="checkbox"]:hover,
.woocommerce-checkout input[type="checkbox"]:hover {
  border-color: #94a3b8 !important;
}

.ecd-checkout-checkbox input[type="checkbox"]:checked,
.rg-checkout-checkbox input[type="checkbox"]:checked,
.woocommerce-checkout input[type="checkbox"]:checked {
  background-color: #1E9FF2 !important;
  border-color: #1E9FF2 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 11px 11px !important;
}

.ecd-shipping-methods-container,
.rg-shipping-methods-container {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.ecd-shipping-methods-list,
.rg-shipping-methods-list {
  display: flex;
  flex-direction: column;
}

.ecd-shipping-method-row,
.rg-shipping-method-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.15s ease;
  margin: 0;
}

.ecd-shipping-method-row:last-child,
.rg-shipping-method-row:last-child {
  border-bottom: none;
}

.ecd-shipping-method-row:hover,
.ecd-shipping-method-row.is-selected,
.rg-shipping-method-row:hover,
.rg-shipping-method-row.is-selected {
  background: #f8fafc;
}

.ecd-shipping-method-radio,
.rg-shipping-method-radio {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ecd-shipping-method-radio input[type="radio"],
.rg-shipping-method-radio input[type="radio"],
.ecd-payment-method-title-wrap input[type="radio"],
.rg-payment-method-title-wrap input[type="radio"],
.woocommerce-checkout input[type="radio"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  border: 1.5px solid #cbd5e1 !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease, background-color 0.15s ease, border-width 0.15s ease !important;
}

.ecd-shipping-method-radio input[type="radio"]:hover,
.rg-shipping-method-radio input[type="radio"]:hover,
.ecd-payment-method-title-wrap input[type="radio"]:hover,
.rg-payment-method-title-wrap input[type="radio"]:hover,
.woocommerce-checkout input[type="radio"]:hover {
  border-color: #94a3b8 !important;
}

.ecd-shipping-method-radio input[type="radio"]:checked,
.rg-shipping-method-radio input[type="radio"]:checked,
.ecd-payment-method-title-wrap input[type="radio"]:checked,
.rg-payment-method-title-wrap input[type="radio"]:checked,
.woocommerce-checkout input[type="radio"]:checked {
  border: 5px solid #1E9FF2 !important;
  background-color: #ffffff !important;
}

.ecd-shipping-method-title,
.rg-shipping-method-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0f172a;
}

.ecd-shipping-method-cost,
.rg-shipping-method-cost {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
}

#payment.woocommerce-checkout-payment {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.wc_payment_methods.ecd-payment-methods-box,
ul.wc_payment_methods.rg-payment-methods-box {
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  list-style: none !important;
  padding: 0 !important;
}

ul.wc_payment_methods.ecd-payment-methods-box li.wc_payment_method,
ul.wc_payment_methods.rg-payment-methods-box li.wc_payment_method {
  padding: 0 !important;
  border-bottom: 1px solid #e5e5ea !important;
  margin: 0 !important;
  background: #ffffff !important;
}

ul.wc_payment_methods.ecd-payment-methods-box li.wc_payment_method:last-child,
ul.wc_payment_methods.rg-payment-methods-box li.wc_payment_method:last-child {
  border-bottom: none !important;
}

.ecd-payment-method-header,
.rg-payment-method-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 18px !important;
  cursor: pointer !important;
  margin: 0 !important;
  background: #ffffff;
  transition: background 0.15s ease;
}

li.wc_payment_method.is-chosen .ecd-payment-method-header,
li.wc_payment_method.is-chosen .rg-payment-method-header,
li.wc_payment_method:has(input:checked) .ecd-payment-method-header,
li.wc_payment_method:has(input:checked) .rg-payment-method-header {
  background: #f8fafc;
}

.ecd-payment-method-title-wrap,
.rg-payment-method-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ecd-payment-method-name,
.rg-payment-method-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
}

.ecd-payment-method-icon,
.rg-payment-method-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #475569;
}

.ecd-payment-method-icon img,
.rg-payment-method-icon img {
  height: 20px;
  width: auto;
  max-width: 86px;
  object-fit: contain;
}

.ecd-payment-methods-box .payment_box,
.rg-payment-methods-box .payment_box {
  padding: 16px 18px !important;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  margin: 0 !important;
}

.ecd-payment-methods-box .payment_box::before,
.rg-payment-methods-box .payment_box::before {
  display: none !important;
}

.ecd-billing-same-wrap,
.rg-billing-same-wrap {
  margin: 16px 0 14px 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

#payment.woocommerce-checkout-payment div.form-row.place-order,
.ecd-checkout-submit-wrap,
.rg-checkout-submit-wrap {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 14px 0 0 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
}

.woocommerce-privacy-policy-text {
  background: transparent !important;
  border: none !important;
  padding: 4px 0 12px 0 !important;
  margin: 0 !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 0.8125rem !important;
  color: #64748b !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.woocommerce-privacy-policy-text a,
.woocommerce-privacy-policy-link,
.ecd-checkout-submit-wrap a,
.rg-checkout-submit-wrap a {
  color: #1E9FF2 !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
  transition: color 0.15s ease !important;
}

.woocommerce-privacy-policy-text a:hover,
.woocommerce-privacy-policy-link:hover,
.ecd-checkout-submit-wrap a:hover,
.rg-checkout-submit-wrap a:hover {
  color: #00C3FF !important;
}

.ecd-pay-now-btn,
.rg-pay-now-btn,
button#place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 52px !important;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: inherit !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.35) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
  box-sizing: border-box !important;
}

.ecd-pay-now-btn:hover,
.rg-pay-now-btn:hover,
button#place_order:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(30, 159, 242, 0.45) !important;
  color: #ffffff !important;
}

.ecd-checkout-policy-links,
.rg-checkout-policy-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin-top: 14px !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
}

.ecd-checkout-policy-links a,
.rg-checkout-policy-links a {
  display: inline-flex !important;
  align-items: center !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: #1E9FF2 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(30, 159, 242, 0.4) !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  letter-spacing: -0.01em !important;
  transition: color 0.15s ease, text-decoration-color 0.15s ease !important;
  white-space: nowrap !important;
}

.ecd-checkout-policy-links a:hover,
.ecd-checkout-policy-links a:focus,
.rg-checkout-policy-links a:hover,
.rg-checkout-policy-links a:focus {
  color: #00C3FF !important;
  text-decoration-color: #00C3FF !important;
}

.ecd-checkout-review-order-inner,
.rg-checkout-review-order-inner {
  display: flex;
  flex-direction: column;
}

.ecd-checkout-order-items,
.rg-checkout-order-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -12px;
  margin-bottom: 24px;
  max-height: min(460px, calc(100vh - 200px));
  min-height: 80px;
  overflow-y: auto;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.ecd-checkout-order-items::-webkit-scrollbar,
.rg-checkout-order-items::-webkit-scrollbar {
  width: 5px;
}

.ecd-checkout-order-items::-webkit-scrollbar-track,
.rg-checkout-order-items::-webkit-scrollbar-track {
  background: transparent;
}

.ecd-checkout-order-items::-webkit-scrollbar-thumb,
.rg-checkout-order-items::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .ecd-checkout-order-items,
  .rg-checkout-order-items {
    max-height: none;
    overflow-y: visible;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.ecd-checkout-item-row,
.rg-checkout-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ecd-checkout-item-thumb-wrap,
.rg-checkout-item-thumb-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecd-checkout-item-img,
.rg-checkout-item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

.ecd-checkout-item-qty-badge,
.rg-checkout-item-qty-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #475569;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ecd-checkout-item-info,
.rg-checkout-item-info {
  flex: 1;
  min-width: 0;
}

.ecd-checkout-item-title,
.rg-checkout-item-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
  display: block;
}

.ecd-checkout-item-meta,
.rg-checkout-item-meta {
  font-size: 0.8125rem;
  color: #64748b;
  margin-top: 3px;
  line-height: 1.4;
}

.ecd-checkout-item-price,
.rg-checkout-item-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
  text-align: right;
  flex-shrink: 0;
}

.ecd-checkout-discount-box,
.rg-checkout-discount-box {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 18px 0;
  margin-bottom: 22px;
}

.ecd-checkout-discount-form,
.rg-checkout-discount-form {
  display: flex;
  gap: 10px;
}

.ecd-discount-input,
.rg-discount-input {
  flex: 1;
  height: 44px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-size: 0.9375rem !important;
  font-family: inherit !important;
  background: #ffffff !important;
  color: #0f172a !important;
  outline: none;
  box-sizing: border-box;
}

.ecd-discount-input:focus,
.rg-discount-input:focus {
  border-color: #1E9FF2 !important;
}

.ecd-discount-btn,
.rg-discount-btn {
  height: 44px;
  padding: 0 20px;
  background: #0f172a;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
  flex-shrink: 0;
}

.ecd-discount-btn:hover,
.rg-discount-btn:hover {
  background: #1e293b;
}

.ecd-checkout-coupon-msg,
.rg-checkout-coupon-msg {
  font-size: 0.8125rem;
  margin-top: 6px;
}

.ecd-checkout-coupon-msg.is-success,
.rg-checkout-coupon-msg.is-success {
  color: #10b981;
}

.ecd-checkout-coupon-msg.is-error,
.rg-checkout-coupon-msg.is-error {
  color: #ef4444;
}

.ecd-checkout-applied-coupons,
.rg-checkout-applied-coupons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ecd-applied-coupon-pill,
.rg-applied-coupon-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

.ecd-remove-checkout-coupon,
.rg-remove-checkout-coupon {
  background: none;
  border: none;
  color: #047857;
  cursor: pointer;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1;
}

.ecd-checkout-totals-summary,
.rg-checkout-totals-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ecd-totals-row,
.rg-totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375rem;
  color: #64748b;
}

.ecd-totals-value,
.rg-totals-value {
  color: #0f172a;
  font-weight: 600;
}

.ecd-totals-row--discount,
.rg-totals-row--discount {
  color: #059669;
}

.ecd-discount-label,
.rg-discount-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ecd-discount-title,
.rg-discount-title {
  font-weight: 500;
  color: #475569;
}

.ecd-discount-tag,
.rg-discount-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ecd-discount-tag svg,
.rg-discount-tag svg {
  color: #059669;
  flex-shrink: 0;
}

.ecd-discount-rate,
.rg-discount-rate {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #059669;
}

.ecd-discount-value,
.rg-discount-value {
  color: #059669 !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
}

.ecd-discount-value .woocommerce-Price-amount,
.rg-discount-value .woocommerce-Price-amount {
  color: #059669 !important;
}

.ecd-totals-row--final,
.rg-totals-row--final {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.ecd-total-final-label,
.rg-total-final-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}

.ecd-total-final-val,
.rg-total-final-val {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.ecd-currency-code,
.rg-currency-code {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}

.ecd-amount-val,
.rg-amount-val {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}

.woocommerce-checkout .blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(2px) !important;
  border-radius: 10px !important;
}

@media (min-width: 992px) {
  .woocommerce-cart .ecd-woo-content {
    max-width: 1200px;
  }
  .woocommerce-cart .woocommerce {
    display: grid !important;
    grid-template-columns: 1fr 360px !important;
    gap: 2rem !important;
    align-items: start !important;
  }
  .woocommerce-cart .woocommerce::before,
  .woocommerce-cart .woocommerce::after {
    display: none !important;
  }
  .woocommerce-cart .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
  }
  .woocommerce-cart form.woocommerce-cart-form {
    min-width: 0 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .woocommerce-cart .cart-collaterals,
  .woocommerce-page.woocommerce-cart .cart-collaterals {
    min-width: 0 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    position: sticky !important;
    top: 90px !important;
  }
}

form.woocommerce-cart-form {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: none !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.woocommerce-cart table.shop_table,
.woocommerce-cart table.shop_table.cart,
.woocommerce-page.woocommerce-cart table.shop_table.cart {
  width: 100% !important;
  border-collapse: collapse !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  table-layout: auto !important;
}

.woocommerce-cart table.cart th,
.woocommerce-page.woocommerce-cart table.cart th {
  background: #f8fafc !important;
  padding: 0.85rem 0.5rem !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #64748b !important;
  border: none !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.woocommerce-cart table.cart td,
.woocommerce-page.woocommerce-cart table.cart td {
  padding: 0.85rem 0.5rem !important;
  border: none !important;
  border-bottom: 1px solid #f1f5f9 !important;
  vertical-align: middle !important;
}

.woocommerce-cart table.cart tr:last-child td,
.woocommerce-page.woocommerce-cart table.cart tr:last-child td {
  border-bottom: none !important;
}

.woocommerce-cart table.cart th.product-name,
.woocommerce-cart table.cart td.product-name {
  text-align: left !important;
  padding-left: 1.25rem !important;
  padding-right: 1.5rem !important;
  width: auto !important;
}

.ecd-cart-product {
  display: flex !important;
  align-items: center !important;
  gap: 1.15rem !important;
}

.ecd-cart-product__thumbnail {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  background: #f8fafc !important;
}

.ecd-cart-product__thumbnail a {
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.ecd-cart-product__thumbnail img {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
  margin: 0 !important;
  border: 1px solid #f1f5f9 !important;
}

.ecd-cart-product__details {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
  text-align: left !important;
}

.ecd-cart-product__title {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  display: inline-block !important;
  transition: color 0.15s ease !important;
}

.ecd-cart-product__title:hover {
  color: #1E9FF2 !important;
}

.ecd-cart-product__price {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #64748b !important;
  line-height: 1.2 !important;
}

.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
  text-align: center !important;
  white-space: nowrap !important;
  width: 130px !important;
}

.woocommerce-cart table.cart th.product-subtotal {
  text-align: right !important;
  white-space: nowrap !important;
  padding-right: 0.75rem !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  color: #64748b !important;
  width: 110px !important;
}

.woocommerce-cart table.cart td.product-subtotal {
  text-align: right !important;
  white-space: nowrap !important;
  padding-right: 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #1E9FF2 !important;
  width: 110px !important;
}

.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 52px !important;
  text-align: center !important;
  padding-left: 0.25rem !important;
  padding-right: 1.25rem !important;
}

.woocommerce table.shop_table a.remove,
.woocommerce-page table.shop_table a.remove,
table.shop_table .product-remove a.remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #94a3b8 !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.2s ease !important;
  margin: 0 auto !important;
}

.woocommerce table.shop_table a.remove:hover,
.woocommerce-page table.shop_table a.remove:hover,
table.shop_table .product-remove a.remove:hover {
  background: #fee2e2 !important;
  color: #ef4444 !important;
  transform: scale(1.1) !important;
}

.woocommerce .quantity,
.woocommerce-page .quantity {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}

.woocommerce .quantity.ecd-qty-control,
.woocommerce-page .quantity.ecd-qty-control,
.woocommerce-cart-form .quantity.ecd-qty-control {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.woocommerce .quantity.ecd-qty-control .ecd-qty-btn,
.woocommerce-page .quantity.ecd-qty-control .ecd-qty-btn {
  width: 30px !important;
  height: 36px !important;
  min-width: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #64748b !important;
  cursor: pointer !important;
  padding: 0 !important;
  line-height: 1 !important;
  user-select: none !important;
  transition: all 0.15s ease !important;
  box-shadow: none !important;
}

.woocommerce .quantity.ecd-qty-control .ecd-qty-btn:hover,
.woocommerce-page .quantity.ecd-qty-control .ecd-qty-btn:hover {
  background: #e2e8f0 !important;
  color: #0b1329 !important;
}

.woocommerce .quantity.ecd-qty-control input.qty,
.woocommerce-page .quantity.ecd-qty-control input.qty,
.woocommerce-cart-form .quantity.ecd-qty-control input {
  width: 38px !important;
  height: 36px !important;
  padding: 0 !important;
  text-align: center !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  color: #0b1329 !important;
  background: transparent !important;
  box-shadow: none !important;
  -moz-appearance: textfield !important;
  outline: none !important;
}

.woocommerce .quantity.ecd-qty-control input.qty::-webkit-outer-spin-button,
.woocommerce .quantity.ecd-qty-control input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding: 1.25rem 1.25rem !important;
  background: #fafbfc !important;
  border: none !important;
  text-align: left !important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

.woocommerce table.cart td.actions .coupon input.input-text,
.woocommerce-page table.cart td.actions .coupon input.input-text,
.woocommerce-cart-form .actions .input-text {
  height: 42px !important;
  width: 150px !important;
  max-width: 180px !important;
  border-radius: 10px !important;
  border: 1.5px solid #e2e8f0 !important;
  background: #ffffff !important;
  padding: 0 0.85rem !important;
  font-size: 0.9rem !important;
  color: #0b1329 !important;
  box-sizing: border-box !important;
  float: none !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
}

.woocommerce table.cart td.actions .coupon input.input-text:focus {
  outline: none !important;
  border-color: #1E9FF2 !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.12) !important;
}

.woocommerce table.cart td.actions .coupon input.input-text.has-shake {
  animation: ecdShake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
  border-color: #ef4444 !important;
}

.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button {
  height: 42px !important;
  padding: 0 1.35rem !important;
  border-radius: 10px !important;
  background: #0b1329 !important;
  color: #ffffff !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: auto !important;
  min-width: 130px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  position: relative !important;
  box-shadow: 0 2px 6px rgba(11, 19, 41, 0.12) !important;
}

.woocommerce table.cart td.actions .coupon .button:hover {
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.35) !important;
  transform: translateY(-1px);
}

.woocommerce table.cart td.actions .coupon .button:active {
  transform: translateY(0) scale(0.97);
}

.woocommerce table.cart td.actions .coupon .button.is-applying {
  pointer-events: none !important;
  color: transparent !important;
  opacity: 0.9 !important;
}

.woocommerce table.cart td.actions .coupon .button.is-applying::after {
  content: '' !important;
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  top: 50% !important;
  left: 50% !important;
  margin: -8px 0 0 -8px !important;
  border: 2.5px solid rgba(255, 255, 255, 0.3) !important;
  border-top-color: #ffffff !important;
  border-radius: 50% !important;
  animation: ecdSpinner 0.6s linear infinite !important;
}

@keyframes ecdSpinner {
  to { transform: rotate(360deg); }
}

@keyframes ecdShake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-3px, 0, 0); }
  40%, 60% { transform: translate3d(3px, 0, 0); }
}

.woocommerce table.cart td.actions button[name="update_cart"],
.woocommerce-page table.cart td.actions button[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-page.woocommerce-cart .cart-collaterals {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 1.5rem !important;
  border: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  text-align: left !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
  margin: 0 0 1.25rem 0 !important;
  padding: 0 !important;
  border: none !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table {
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 0 1rem 0 !important;
  width: 100% !important;
  border-collapse: collapse !important;
  background: transparent !important;
  border: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr {
  border: none !important;
  background: transparent !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table th {
  background: transparent !important;
  padding: 0.6rem 0 !important;
  width: 40% !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  color: #64748b !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border: none !important;
  text-align: left !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right !important;
  padding: 0.6rem 0 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #0b1329 !important;
  border: none !important;
  background: transparent !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount th {
  color: #059669 !important;
  font-weight: 600 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-discount td,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount td {
  color: #059669 !important;
  font-weight: 700 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 0.5rem !important;
  padding: 2px 8px !important;
  background: #fee2e2 !important;
  color: #ef4444 !important;
  border-radius: 6px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon:hover {
  background: #fecaca !important;
  transform: scale(1.04);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total {
  border: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #0b1329 !important;
  padding: 1rem 0 0.5rem 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  color: #1E9FF2 !important;
  padding: 1rem 0 0.5rem 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 1rem 1.25rem !important;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%) !important;
  color: #ffffff !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(30, 159, 242, 0.3) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  margin-top: 1rem !important;
  float: none !important;
  white-space: nowrap !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(0, 195, 255, 0.45) !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .woocommerce-cart .cart-collaterals {
    margin-top: 2rem !important;
    position: static !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .woocommerce-cart form.woocommerce-cart-form {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .woocommerce-cart table.shop_table.cart {
    min-width: 540px !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart form.woocommerce-cart-form {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    background: #ffffff !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .woocommerce-cart table.shop_table_responsive,
  .woocommerce-page.woocommerce-cart table.shop_table_responsive {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border: none !important;
  }

  .woocommerce-cart table.shop_table_responsive thead,
  .woocommerce-page.woocommerce-cart table.shop_table_responsive thead {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tbody,
  .woocommerce-page.woocommerce-cart table.shop_table_responsive tbody {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item,
  .woocommerce-page.woocommerce-cart table.shop_table_responsive tr.cart_item {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto !important;
    gap: 0.85rem !important;
    padding: 1.1rem 1rem !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    position: relative !important;
    align-items: center !important;
    background: #ffffff !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item:last-of-type {
    border-bottom: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before,
  .woocommerce-page.woocommerce-cart table.shop_table_responsive tr td::before {
    display: none !important;
    content: "" !important;
  }

  .woocommerce-cart table.cart td.product-name,
  .woocommerce-page.woocommerce-cart table.cart td.product-name {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    width: auto !important;
  }

  .woocommerce-cart table.cart td.product-remove,
  .woocommerce-page.woocommerce-cart table.cart td.product-remove {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-align: right !important;
    display: flex !important;
    justify-content: flex-end !important;
  }

  .woocommerce-cart table.shop_table a.remove,
  .woocommerce-page table.shop_table a.remove,
  .woocommerce-cart table.shop_table .product-remove a.remove {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    font-size: 1.15rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    margin: 0 !important;
  }

  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-page.woocommerce-cart table.cart td.product-quantity {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
  }

  .woocommerce-cart table.cart td.product-subtotal,
  .woocommerce-page.woocommerce-cart table.cart td.product-subtotal {
    grid-column: 2 !important;
    grid-row: 2 !important;
    padding: 0 !important;
    border: none !important;
    text-align: right !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
  }

  .woocommerce-cart .quantity,
  .woocommerce-page.woocommerce-cart .quantity {
    margin: 0 !important;
    display: inline-flex !important;
  }

  .woocommerce-cart .quantity input.qty,
  .woocommerce-page.woocommerce-cart .quantity input.qty {
    width: 44px !important;
    height: 32px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #f8fafc !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .woocommerce-cart table.cart td.product-subtotal,
  .woocommerce-page.woocommerce-cart table.cart td.product-subtotal {
    grid-column: 3 !important;
    grid-row: 3 !important;
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    text-align: right !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #1E9FF2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    clear: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr:has(td.actions),
  .woocommerce-page.woocommerce-cart table.shop_table_responsive tr:has(td.actions) {
    display: block !important;
    border: none !important;
    padding: 0 !important;
  }

  .woocommerce table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    padding: 1.25rem 1rem !important;
    background: #fafbfc !important;
    border: none !important;
    border-top: 1px solid #f1f5f9 !important;
    border-radius: 0 0 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important;
  }

  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: flex !important;
    width: 100% !important;
    gap: 0.5rem !important;
    float: none !important;
    margin: 0 !important;
  }

  .woocommerce table.cart td.actions .coupon input.input-text,
  .woocommerce-page table.cart td.actions .coupon input.input-text {
    flex: 1 !important;
    max-width: none !important;
    width: 100% !important;
    height: 42px !important;
    font-size: 0.875rem !important;
  }

  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .button {
    height: 42px !important;
    padding: 0 1.15rem !important;
    white-space: nowrap !important;
    font-size: 0.875rem !important;
  }

  .woocommerce table.cart td.actions button[name="update_cart"],
  .woocommerce-page table.cart td.actions button[name="update_cart"] {
    width: 100% !important;
    height: 42px !important;
    justify-content: center !important;
    float: none !important;
    font-size: 0.875rem !important;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce-page.woocommerce-cart .cart-collaterals {
    margin-top: 1.5rem !important;
  }

  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 1.25rem !important;
    border-radius: 10px !important;
  }
}

.woocommerce-order {
  max-width: 800px;
  margin: 0 auto;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #10b981;
  border: none;
}

ul.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: none;
}

@media (min-width: 640px) {
  ul.woocommerce-order-overview {
    grid-template-columns: repeat(4, 1fr);
  }
}

ul.woocommerce-order-overview li {
  font-size: 0.8125rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

ul.woocommerce-order-overview li strong {
  display: block;
  font-size: 1.05rem;
  color: #0b1329;
  text-transform: none;
  margin-top: 0.35rem;
  font-weight: 700;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
  border: none;
}

.woocommerce-order-details__title,
.woocommerce-customer-details h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b1329;
  margin-bottom: 1.25rem;
}

.woocommerce-account .ecd-woo-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-account .woocommerce {
  display: block;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 480px;
  margin: 0 auto;
}

.woocommerce-account:not(.logged-in) h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b1329;
  margin-bottom: 1.5rem;
}

.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2.25rem;
  border: none;
}

.woocommerce form.woocommerce-form-login .form-row,
.woocommerce form.woocommerce-form-register .form-row {
  margin-bottom: 1.25rem;
}

.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #475569;
  cursor: pointer;
}

.woocommerce form.woocommerce-form-login button.woocommerce-form-login__submit,
.woocommerce form.woocommerce-form-register button.woocommerce-form-register__submit {
  width: 100%;
  padding: 0.95rem 1.5rem;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%);
  color: #ffffff;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 0.5rem;
}

.woocommerce form.woocommerce-form-login button.woocommerce-form-login__submit:hover,
.woocommerce form.woocommerce-form-register button.woocommerce-form-register__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 195, 255, 0.4);
}

.woocommerce-LostPassword {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.woocommerce-LostPassword a {
  color: #1E9FF2;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.15s ease;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

.woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.woocommerce-message {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.woocommerce-info {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0369a1;
}

.woocommerce-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  list-style: none;
}

.woocommerce-message .button,
.woocommerce-info .button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
  background: #166534;
  color: #ffffff;
}

.woocommerce-account .ed-myaccount-layout {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 2.25rem !important;
  align-items: start !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .woocommerce-account .ed-myaccount-layout {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .ed-myaccount-nav {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 1.5rem 1.25rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  position: sticky !important;
  top: 2rem !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.woocommerce-account .ed-myaccount-nav__user-card {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  padding-bottom: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  border-bottom: 1px solid #f1f5f9 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-account .ed-myaccount-nav__avatar {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 2px solid rgba(30, 159, 242, 0.25) !important;
  flex-shrink: 0 !important;
  background: #f1f5f9 !important;
}

.woocommerce-account .ed-myaccount-nav__avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.woocommerce-account .ed-myaccount-nav__user-info {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
}

.woocommerce-account .ed-myaccount-nav__user-name {
  display: block !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.3 !important;
}

.woocommerce-account .ed-myaccount-nav__user-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.3rem !important;
  font-size: 0.725rem !important;
  font-weight: 600 !important;
  color: #059669 !important;
  background: rgba(16, 185, 129, 0.1) !important;
  padding: 0.15rem 0.5rem !important;
  border-radius: 10px !important;
  margin-top: 0.25rem !important;
  white-space: nowrap !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .ed-myaccount-nav__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.4rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-account .ed-myaccount-nav__item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: block !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .ed-myaccount-nav__link {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  border-radius: 10px !important;
  color: #475569 !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-account .ed-myaccount-nav__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #94a3b8 !important;
  flex-shrink: 0 !important;
  width: 20px !important;
  height: 20px !important;
  transition: color 0.2s ease !important;
}

.woocommerce-account .ed-myaccount-nav__icon svg {
  display: block !important;
  stroke: currentColor !important;
}

.woocommerce-account .ed-myaccount-nav__label {
  flex-grow: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.woocommerce-account .ed-myaccount-nav__arrow {
  flex-shrink: 0 !important;
  color: #cbd5e1 !important;
  transition: transform 0.2s ease, color 0.2s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .ed-myaccount-nav__link:hover {
  background: #f8fafc !important;
  color: #1E9FF2 !important;
  text-decoration: none !important;
}

.woocommerce-account .ed-myaccount-nav__link:hover .ed-myaccount-nav__icon {
  color: #1E9FF2 !important;
}

.woocommerce-account .ed-myaccount-nav__link:hover .ed-myaccount-nav__arrow {
  transform: translateX(3px) !important;
  color: #1E9FF2 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .ed-myaccount-nav__link.is-active {
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.3) !important;
  text-decoration: none !important;
}

.woocommerce-account .ed-myaccount-nav__link.is-active .ed-myaccount-nav__label,
.woocommerce-account .ed-myaccount-nav__link.is-active .ed-myaccount-nav__icon,
.woocommerce-account .ed-myaccount-nav__link.is-active .ed-myaccount-nav__arrow {
  color: #ffffff !important;
}

.woocommerce-account .ed-myaccount-nav__link.is-active .ed-myaccount-nav__icon svg,
.woocommerce-account .ed-myaccount-nav__link.is-active .ed-myaccount-nav__arrow {
  stroke: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-account .ed-myaccount-nav__item.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fef2f2 !important;
  color: #ef4444 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover .ed-myaccount-nav__icon {
  color: #ef4444 !important;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .ed-myaccount-content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 2.25rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

@media (max-width: 640px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .ed-myaccount-content {
    padding: 1.5rem 1.25rem !important;
  }
}

.ed-dashboard-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f1f5f9;
}

.ed-dashboard-hero__profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.ed-dashboard-hero__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(30, 159, 242, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  background: #f1f5f9;
}

.ed-dashboard-hero__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ed-dashboard-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #059669;
  background: rgba(16, 185, 129, 0.1);
  padding: 0.25rem 0.65rem;
  border-radius: 10px;
  margin-bottom: 0.4rem;
}

.ed-dashboard-hero__name {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.2rem 0;
  letter-spacing: -0.02em;
}

.ed-dashboard-hero__email {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0;
}

.ed-dashboard-logout-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ef4444;
  background: #fef2f2;
  border: 1px solid rgba(239, 68, 68, 0.2);
  text-decoration: none;
  transition: all 0.2s ease;
}

.ed-dashboard-logout-link:hover {
  background: #ef4444;
  color: #ffffff;
}

.ed-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (max-width: 640px) {
  .ed-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.ed-dashboard-card {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ed-dashboard-card:hover {
  background: #ffffff;
  border-color: rgba(30, 159, 242, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(30, 159, 242, 0.1);
}

.ed-dashboard-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ed-dashboard-card__icon--blue {
  background: rgba(30, 159, 242, 0.12);
  color: #1E9FF2;
}

.ed-dashboard-card__icon--cyan {
  background: rgba(0, 195, 255, 0.12);
  color: #00C3FF;
}

.ed-dashboard-card__icon--indigo {
  background: rgba(99, 102, 241, 0.12);
  color: #6366f1;
}

.ed-dashboard-card__icon--emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

.ed-dashboard-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.4rem 0;
}

.ed-dashboard-card__desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
  margin: 0 0 1rem 0;
  flex-grow: 1;
}

.ed-dashboard-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1E9FF2;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.ed-dashboard-card:hover .ed-dashboard-card__link {
  transform: translateX(4px);
}

.woocommerce-MyAccount-orders table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}

.woocommerce-MyAccount-orders table.shop_table th {
  background: #f8fafc;
  padding: 1rem 1.25rem;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.875rem;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-MyAccount-orders table.shop_table td {
  padding: 1.1rem 1.25rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.9375rem;
  color: #334155;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button:hover {
  background: #1E9FF2;
  color: #ffffff;
}

.woocommerce-account .ed-addresses-wrap {
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-account .ed-addresses-intro__desc,
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  font-size: 0.95rem !important;
  color: #64748b !important;
  margin: 0 0 1.5rem 0 !important;
  line-height: 1.6 !important;
}

.woocommerce-account .ed-addresses-grid,
.woocommerce-account .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
}

@media (max-width: 768px) {
  .woocommerce-account .ed-addresses-grid,
  .woocommerce-account .u-columns.woocommerce-Addresses,
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
}

.woocommerce-account .ed-addresses-grid::before,
.woocommerce-account .ed-addresses-grid::after,
.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
  display: none !important;
  content: none !important;
}

.woocommerce-account .ed-addresses-grid .woocommerce-Address,
.woocommerce-account .ed-addresses-grid .ed-address-card,
.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2,
.woocommerce-account .woocommerce-Addresses .u-column1,
.woocommerce-account .woocommerce-Addresses .u-column2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 1.65rem !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.woocommerce-account .ed-addresses-grid .ed-address-card:hover,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address:hover {
  background: #ffffff !important;
  border-color: rgba(30, 159, 242, 0.4) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(30, 159, 242, 0.08) !important;
}

.woocommerce-account .ed-address-card__header,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1.1rem !important;
  border-bottom: 1px solid #f1f5f9 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-account .ed-address-card__header::before,
.woocommerce-account .ed-address-card__header::after,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title::before,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title::after {
  display: none !important;
  content: none !important;
}

.woocommerce-account .ed-address-card__title-group {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.woocommerce-account .ed-address-card__icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 10px !important;
  background: rgba(30, 159, 242, 0.1) !important;
  color: #1E9FF2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.woocommerce-account .ed-address-card__title,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title h3 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.woocommerce-account .ed-address-card__btn,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title a.edit {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #1E9FF2 !important;
  background: rgba(30, 159, 242, 0.08) !important;
  border: 1px solid rgba(30, 159, 242, 0.2) !important;
  padding: 0.35rem 0.85rem !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  float: none !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

.woocommerce-account .ed-address-card__btn:hover,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title a.edit:hover {
  background: #1E9FF2 !important;
  color: #ffffff !important;
  border-color: #1E9FF2 !important;
  box-shadow: 0 2px 8px rgba(30, 159, 242, 0.3) !important;
}

.woocommerce-account .ed-address-card__btn svg,
.woocommerce-account .woocommerce-Address header.woocommerce-Address-title a.edit svg {
  display: block !important;
  stroke: currentColor !important;
}

.woocommerce-account .ed-address-card__btn:hover svg {
  stroke: #ffffff !important;
}

.woocommerce-account .ed-address-card__body,
.woocommerce-account .woocommerce-Address address {
  font-style: normal !important;
  font-size: 0.9375rem !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin: 0 !important;
  flex-grow: 1 !important;
}

.woocommerce-account .ed-address-card__empty {
  color: #94a3b8 !important;
  font-size: 0.9rem !important;
}

.woocommerce-account form[action*="edit-address"],
.woocommerce-account .woocommerce-address-fields {
  margin-top: 0.5rem;
}

.woocommerce-account .woocommerce-address-fields h2 {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 1.5rem 0 !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.25rem 1.5rem !important;
  margin-bottom: 2rem !important;
}

@media (max-width: 640px) {
  .woocommerce-account .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1 !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper label {
  display: block !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #334155 !important;
  margin-bottom: 0.4rem !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper input.input-text,
.woocommerce-account .woocommerce-address-fields__field-wrapper select,
.woocommerce-account .woocommerce-address-fields__field-wrapper .select2-container .select2-selection {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0.8rem 1rem !important;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  font-family: inherit !important;
  font-size: 0.9375rem !important;
  color: #0f172a !important;
  background: #f8fafc !important;
  transition: all 0.2s ease !important;
  height: auto !important;
  line-height: normal !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper input.input-text:focus,
.woocommerce-account .woocommerce-address-fields__field-wrapper select:focus,
.woocommerce-account .woocommerce-address-fields__field-wrapper .select2-container--focus .select2-selection {
  background: #ffffff !important;
  border-color: #1E9FF2 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15) !important;
}

.woocommerce-account .woocommerce-address-fields button[name="save_address"],
.woocommerce-account form .woocommerce-address-fields button.button {
  padding: 0.85rem 2rem !important;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%) !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.25) !important;
  transition: all 0.2s ease !important;
}

.woocommerce-account .woocommerce-address-fields button[name="save_address"]:hover,
.woocommerce-account form .woocommerce-address-fields button.button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 195, 255, 0.4) !important;
}

.woocommerce form.woocommerce-EditAccountForm {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.woocommerce form.woocommerce-EditAccountForm .form-row {
  margin-bottom: 0;
}

.woocommerce form.woocommerce-EditAccountForm label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
}

.woocommerce form.woocommerce-EditAccountForm input.input-text {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #0f172a;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.woocommerce form.woocommerce-EditAccountForm input.input-text:focus {
  background: #ffffff;
  border-color: #1E9FF2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15);
}

.woocommerce form.woocommerce-EditAccountForm fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1rem 0;
  background: #f8fafc;
}

.woocommerce form.woocommerce-EditAccountForm fieldset legend {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  padding: 0 0.5rem;
}

.woocommerce form.woocommerce-EditAccountForm button[type="submit"] {
  align-self: flex-start;
  padding: 0.85rem 1.85rem;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.25);
  transition: all 0.2s ease;
}

.woocommerce form.woocommerce-EditAccountForm button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 195, 255, 0.35);
}

.woocommerce form.woocommerce-form-login {
  max-width: 480px;
  margin: 2rem auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
}

.woocommerce form.woocommerce-form-login .form-row {
  margin-bottom: 1.25rem;
}

.woocommerce form.woocommerce-form-login label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
}

.woocommerce form.woocommerce-form-login input.input-text {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #0f172a;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.woocommerce form.woocommerce-form-login input.input-text:focus {
  background: #ffffff;
  border-color: #1E9FF2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15);
}

.woocommerce form.woocommerce-form-login button.woocommerce-form-login__submit {
  width: 100%;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(135deg, #1E9FF2 0%, #00C3FF 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.25);
  transition: all 0.2s ease;
}

.woocommerce form.woocommerce-form-login button.woocommerce-form-login__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 195, 255, 0.35);
}

.woocommerce-cart .shipping-calculator-button,
.woocommerce-page.woocommerce-cart .shipping-calculator-button,
.cart_totals .shipping-calculator-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 14px !important;
  background: #f0f9ff !important;
  color: #0284c7 !important;
  border: 1px solid #bae6fd !important;
  border-radius: 10px !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin: 6px 0 8px 0 !important;
  transition: all 0.2s ease !important;
  outline: none !important;
  cursor: pointer !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

.woocommerce-cart .shipping-calculator-button:hover,
.woocommerce-page.woocommerce-cart .shipping-calculator-button:hover,
.cart_totals .shipping-calculator-button:hover {
  background: #1E9FF2 !important;
  color: #ffffff !important;
  border-color: #1E9FF2 !important;
  box-shadow: 0 2px 8px rgba(30, 159, 242, 0.25) !important;
}

.shipping-calculator-button__icon {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

.woocommerce-cart .shipping-calculator-form,
.woocommerce-page.woocommerce-cart .shipping-calculator-form,
.cart_totals .shipping-calculator-form {
  margin-top: 12px !important;
  padding: 18px 20px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  text-align: left !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.cart_totals .shipping-calculator-form p.form-row {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  text-align: left !important;
  clear: both !important;
}

.cart_totals .shipping-calculator-form p.form-row:last-child {
  margin-bottom: 0 !important;
}

.cart_totals .shipping-calculator-form label {
  display: block !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #334155 !important;
  margin-bottom: 5px !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.4 !important;
}

.cart_totals .shipping-calculator-form label .required {
  color: #ef4444 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  margin-left: 2px !important;
}

.cart_totals .shipping-calculator-form input.input-text,
.cart_totals .shipping-calculator-form select {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 42px !important;
  padding: 0 14px !important;
  background-color: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 10px !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.875rem !important;
  color: #0f172a !important;
  box-sizing: border-box !important;
  outline: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.cart_totals .shipping-calculator-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px 16px !important;
  padding-right: 38px !important;
  cursor: pointer !important;
}

.cart_totals .shipping-calculator-form input.input-text:focus,
.cart_totals .shipping-calculator-form select:focus {
  border-color: #1E9FF2 !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15) !important;
  background-color: #ffffff !important;
}

.cart_totals .shipping-calculator-form input.input-text::placeholder {
  color: #94a3b8 !important;
  font-size: 0.8125rem !important;
}

.cart_totals .shipping-calculator-form .select2-container {
  width: 100% !important;
  text-align: left !important;
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 10px !important;
  padding: 0 38px 0 14px !important;
  box-sizing: border-box !important;
  position: relative !important;
  outline: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  line-height: normal !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  text-align: left !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #94a3b8 !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 14px !important;
  height: 100% !important;
  width: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: -2px 0 0 0 !important;
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
  border-right: 2px solid #64748b !important;
  border-bottom: 2px solid #64748b !important;
  width: 7px !important;
  height: 7px !important;
  transform: rotate(45deg) !important;
  transition: transform 0.2s ease, border-color 0.2s ease !important;
}

.cart_totals .shipping-calculator-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg) !important;
  border-right-color: #1E9FF2 !important;
  border-bottom-color: #1E9FF2 !important;
  margin: 2px 0 0 0 !important;
}

.cart_totals .shipping-calculator-form .select2-container--default.select2-container--focus .select2-selection--single,
.cart_totals .shipping-calculator-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #1E9FF2 !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15) !important;
}

.select2-dropdown {
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12), 0 4px 10px rgba(15, 23, 42, 0.06) !important;
  background-color: #ffffff !important;
  overflow: hidden !important;
  padding: 6px !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
  animation: ecdSelectDropdownIn 0.15s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes ecdSelectDropdownIn {
  from {
    opacity: 0;
    transform: translateY(-4px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.select2-dropdown--below {
  margin-top: 4px !important;
  border-radius: 10px !important;
}

.select2-dropdown--above {
  margin-top: -4px !important;
  border-radius: 10px !important;
}

.select2-container--default .select2-search--dropdown {
  padding: 4px 4px 8px 4px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100% !important;
  height: 38px !important;
  line-height: 36px !important;
  border-radius: 10px !important;
  border: 1.5px solid #cbd5e1 !important;
  background-color: #f8fafc !important;
  padding: 0 12px 0 34px !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.875rem !important;
  color: #0f172a !important;
  outline: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 11px center !important;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease !important;
  box-sizing: border-box !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  background-color: #ffffff !important;
  border-color: #1E9FF2 !important;
  box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.15) !important;
}

.select2-container--default .select2-results__options {
  max-height: 240px !important;
  padding: 2px 0 !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: #cbd5e1 transparent !important;
}

.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 6px !important;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background: transparent !important;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #cbd5e1 !important;
  border-radius: 4px !important;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #94a3b8 !important;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.select2-container--default .select2-results__option {
  padding: 8px 12px !important;
  margin: 2px 4px !important;
  border-radius: 8px !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #1e293b !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: background-color 0.12s ease, color 0.12s ease !important;
}

.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1E9FF2 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f0f9ff !important;
  color: #0284c7 !important;
  font-weight: 600 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-color: #1E9FF2 !important;
  color: #ffffff !important;
}

.cart_totals .shipping-calculator-form button[name="calc_shipping"],
.cart_totals .shipping-calculator-form .button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 44px !important;
  padding: 0 16px !important;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  background: #0f172a !important;
  color: #ffffff !important;
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  border-radius: 10px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15) !important;
  float: none !important;
}

.cart_totals .shipping-calculator-form button[name="calc_shipping"]:hover,
.cart_totals .shipping-calculator-form .button:hover {
  background: #1E9FF2 !important;
  box-shadow: 0 4px 14px rgba(30, 159, 242, 0.3) !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important;
}

.woocommerce-cart .woocommerce-shipping-destination:empty,
.woocommerce-page.woocommerce-cart .woocommerce-shipping-destination:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}



