.theme-header-topbar {
  display: none !important;
}

/* Make header container full width without side padding */
.zpheader-style-01 .theme-header {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.zpcontainer {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
   .zpheader-style-01 .theme-header .zpcontainer {
        padding-block-start: 20px;
        padding-block-end: 20px;
    }
}

/* 🔒 Hide Price on Product Detail Page */
.theme-prod-detail-entry-row.theme-prod-total-price-container {
  display: none !important;
}

/* 🛒 Hide Prices in Cart Page */
.theme-cart-table-data.theme-cart-price-label,
.theme-cart-summary-details,
.item-price {
  display: none !important;
}

/* 💳 Hide Prices in Checkout Page */
.theme-cart-details-inner,
.theme-cart-view-product-subtotal-wrap,
.theme-cart-view-head-subtotal,
.theme-cart-view-product-subtotal,
.theme-cart-view-product-price,
.theme-cart-details-summary-wrap {
  display: none !important;
}


.theme-product-price span {
    display: none !important;
}

.my-custom-block {
    color: #92400e;              /* dark amber text */
    padding: 10px 15px;
    margin-top: 10px;
    margin-right: 20px;          /* ✅ space on the right */
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}










