/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2026 | 06:00:14 */
/* ========================================
   BLKFOG Cart Authority System
   Industrial • Minimal • Controlled
======================================== */
.site-content table {
    border: none;
}

/* ========================================
   BLKFOG Checkout + Cart Authority System
   Industrial • Minimal • Controlled
======================================== */

/* Kill newsletter checkbox (Blocks checkout) */
.wc-block-components-checkbox.wc-block-components-newsletter,
.wc-block-components-address-form__email + .wc-block-components-checkbox,
.wc-block-components-checkout__newsletter {
  display: none !important;
}
/* =========================
   SECTION SPACING
========================= */

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout #payment {
  margin-bottom: 28px !important;
}


/* =========================
   SECTION HEADINGS
========================= */

.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}

/* ========================================
   BLKFOG Checkout Input Text Size
======================================== */

/* All checkout inputs + selects + textarea */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input input {
  font-size: 13px !important;
}

/* =========================
   SHIPPING OPTIONS
========================= */

.woocommerce-checkout .shipping_method {
  accent-color: var(--bf-black);
}

.woocommerce-checkout ul#shipping_method li {
  padding: 16px 18px;
  border: 1px solid var(--bf-muted);
  transition: border-color .2s ease;
}

.woocommerce-checkout ul#shipping_method li:hover {
  border-color: var(--bf-black);
}

/* Remove gradient / radial glow */
.wc-block-components-checkout-place-order-button {
  background-image: none !important;
  background: var(--bf-black) !important;
}
.wc-block-components-checkout-place-order-button::before,
.wc-block-components-checkout-place-order-button::after {
  display: none !important;
  content: none !important;
}
.wc-block-components-checkout-place-order-button {
  box-shadow: none !important;
  filter: none !important;
}
/* =========================
   STRIPE / PAYMENT BOX
========================= */

#payment {
  background: #fff !important;
  padding: 20px !important;
  border: 1px solid var(--bf-muted) !important;
}

#payment .wc-payment-form {
  background: #fff !important;
  border-radius: 0 !important;
}

#payment .wc-payment-form input {
  border-radius: 0 !important;
  padding: 12px 14px !important;
}

#payment .wc-payment-form .form-row {
  margin-bottom: 14px !important;
}

.wc-block-components-checkbox {
    padding: 25px 0;
}
/* ========================================
   BLKFOG Order Summary – Blocks Authority
======================================== */
.wc-block-components-sidebar {
  border: 1px solid var(--bf-black);
  padding: 24px 28px;
  background: #fff !important;
}

.wc-block-components-checkout-order-summary {
  padding: 28px 30px;
  background: #fff;
}

.wc-block-components-totals-item {
  border: none;
  padding: 12px 0;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	color: var(--bf-black);
    text-transform: uppercase;
	border-top:none;
}
.wc-block-components-order-summary-item {
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 14px;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block,
.wp-block-woocommerce-checkout-order-summary-shipping-block {
 border-top: 2px solid var(--bf-black);
  padding-top: 14px;
  margin-top: 14px;
}

.wc-block-components-totals-footer-item {
  margin-top: 22px;
  padding-top: 18px;
}

.wc-block-components-totals-footer-item 
.wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item 
.wc-block-components-formatted-money-amount {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--bf-black);
}



/* =========================
   CART QUANTITY CONTROLS
========================= */

.woocommerce-cart .quantity input {
  border: 1px solid var(--bf-black) !important;
  border-radius: 0 !important;
}

.woocommerce-cart .quantity .plus,
.woocommerce-cart .quantity .minus {
  border-radius: 0 !important;
}
/* =========================
  BUTTON FIX
========================= */

.wc-block-components-checkout-place-order-button {
  flex: 1;
   max-width: 260px;
  width: 100%;
}

/* Custom controlled focus state */
.wc-block-components-checkout-place-order-button:focus-visible {
  outline: 1px solid var(--bf-black);
  outline-offset: 2px;
}
.wc-block-components-checkout-place-order-button {
  -webkit-tap-highlight-color: transparent;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row {
    margin-top: 15px;
}
/* ========================================
   BLKFOG – Remove Default Blue Focus (Cart + Checkout)
======================================== */

.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:active,
.wc-block-cart__submit-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Optional: Controlled black focus instead */
.wc-block-cart__submit-button:focus-visible {
  outline: 1px solid var(--bf-black);
  outline-offset: 2px;
}

/* ========================================
   BLKFOG NOTICE SYSTEM (Replaces Woo Green)
======================================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: var(--bf-black) !important;
  color: #fff !important;
  border: none !important;
  border-left: 2px solid #fff !important;
  padding: 18px 22px !important;
  font-size: 0.95rem;
  letter-spacing: .04em;
  border-radius: 0 !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  display: none !important;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: #fff !important;
  text-decoration: underline;
}

/* =========================
   BLKFOG FLOATING MSG
========================= */
.bf-floating-cart-confirm {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  line-height: 1.2;
  background: #111;
  color: #fff;
  padding: 22px 40px;
  min-width: 200px;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align:center;
  border: 1px solid rgba(255,255,255,0.08);

  opacity: 0;
  pointer-events: none;

  transition:
  opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
  transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);

  z-index: 9999;
}

.bf-floating-cart-confirm.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Exit state */
.bf-floating-cart-confirm.exit {
  opacity: 0;
  transform: translateX(-50%) translateY(-16px);
}
.bf-added strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.bf-added span {
  display: block;
  font-size: 12.5px;
  opacity: 0.65;
  margin-top: 2px;
}

/* Desktop */
@media (min-width: 1024px) {
  .bf-floating-cart-confirm {
    top: 120px;
    right: 60px;
    bottom: auto;
    left: auto;
    transform: translateY(-4px);
  }

  .bf-floating-cart-confirm.show {
    transform: translateY(0);
  }

  .bf-floating-cart-confirm.exit {
    transform: translateY(-16px);
  }
}
/* =========================
   Tablet
========================= */

@media (max-width: 1024px) {
  .woocommerce-message {
    right: 40px;
    max-width: 380px;
  }
}


/* =========================
   Mobile
========================= */

@media (max-width: 768px) {

  .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-message,
  .sober-message-box.success {

    top: auto !important;
    bottom: 24px !important;

    left: 50% !important;
    right: auto !important;

    transform: translateX(-50%) !important;

    width: 90% !important;
    max-width: 90% !important;

    padding: 16px 18px !important;

    text-align: center;
  }
}
/* ========================================
   BLKFOG – Remove Duplicate Checkout Summary (Bottom)
======================================== */

.wc-block-checkout__actions 
.wp-block-woocommerce-checkout-order-summary-block {
  display: none !important;
}
/* ========================================
   BLKFOG – Checkout Summary Final Authority
======================================== */

@media (max-width: 768px) {

  /* OUTER FRAME */
  .wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
    padding: 0;
  }

  /* HEADER ROW */
  .wc-block-components-checkout-order-summary__title {
    padding: 12px 16px !important;
    border-bottom: 1px solid #e6e6e6;
  }

  /* HEADER TEXT */
  .wc-block-components-checkout-order-summary__title-text {
    font-size: 11.5px;
    letter-spacing: 0.2em;
    font-weight: 600;
  }

  /* HEADER PRICE */
  .wc-block-components-checkout-order-summary__title-price {
    font-size: 12px;
    font-weight: 600;
  }

  /* REMOVE INNER WRAPPER BORDERS */
  .wc-block-components-totals-wrapper,
  .wp-block-woocommerce-checkout-order-summary-totals-block {
    border: none !important;
  }

  /* CONTENT PADDING */
  .wc-block-components-checkout-order-summary__content {
    padding: 14px 16px;
  }

  /* PRODUCT ROW */
  .wc-block-components-order-summary-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }

  /* SUBTOTAL + SHIPPING SECTIONS */
  .wp-block-woocommerce-checkout-order-summary-subtotal-block,
  .wp-block-woocommerce-checkout-order-summary-shipping-block {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
    margin-top: 10px;
  }

  /* TOTAL LINE */
  .wc-block-components-totals-footer-item {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--bf-muted);
  }

  .wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label,
  .wc-block-components-totals-footer-item
  .wc-block-components-formatted-money-amount {
    font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-top: 10px;
  }
/* ========================================
   BLKFOG – Cart Sidebar Padding
======================================== */

.woocommerce-cart .wc-block-components-sidebar {
  padding: 24px 28px;
}

/* ========================================
   BLKFOG – Checkout Sidebar Control
======================================== */

.woocommerce-checkout .wc-block-components-sidebar {
  padding: 0;
}
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {

    margin-top: 0;
}
	
	
}

/* ========================================
   BLKFOG – Mobile Checkout Typography
======================================== */

/* Section Headings */
.woocommerce-checkout h2,
.woocommerce-checkout h3, 
.woocommerce-checkout p {
  font-size: 12px !important;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}

/* Contact + Shipping + Payment labels */
.wc-block-components-title,
.wc-block-components-checkout-step__title {
  font-size: 12px !important;
  letter-spacing: 0.18em;
}

/* Body text tighten */
.wc-block-components-order-summary-item__description,
.wc-block-components-totals-item__label {
  font-size: 12px;
}

/* Reduce line-height slightly for density */
.wc-block-components-order-summary,
.wc-block-components-checkout-order-summary__content {
  line-height: 1.4;
}

/* =========================
   BLKFOG PAYMENT NEW MSG
========================= */

/* Base style */
.woocommerce-error,
.wc-block-components-notice-banner.is-error {
  background: #F5F5F3 !important;
  border: 1px solid #e6e6e6 !important;
  color: #1A1A1A !important;
  font-size: 13px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}

/* NOTICE label (works for both systems) */
.woocommerce-error::before,
.wc-block-components-notice-banner.is-error::before {
  content: "NOTICE";
  display: inline-block;
  background: #1A1A1A;
  color: #F2F2F2;
  font-size: 10px;
  letter-spacing: 0.12em;
 padding: 6px 8px;
    margin-bottom: 8px;
    margin-top: 6px;
}


/* Remove default icon */
.wc-block-components-notice-banner.is-error > svg {
  display: none !important;
}

/* Smooth container feel */
.wc-block-components-notice-banner {
  transition: border-color 0.3s ease, background 0.3s ease;
}

/* Animation (ONLY ONE SYSTEM) */
.wc-block-components-notice-banner.is-error {
  opacity: 0;
  transform: translateY(-6px);
  animation: bfNoticeWrap 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes bfNoticeWrap {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
