.wcpay-express-checkout-wrapper {
  max-width: 322.5px;
  margin-left: 0 !important;
  margin-right: auto !important;
}


.ct-container-full {
  padding-bottom: 0 !important;
}
#nav_menu-16 {
    margin-top: 20px !important;
}

/* Remove top gap on homepage caused by Jetpack */
.home #main.site-main {
    padding-top: 0px !important;
}

/* --- WooCommerce product cards (Blocksy) — force override --- */

/* Card shell: desktop */
.shop .woocommerce ul.products li.product,
.archive .woocommerce ul.products li.product {
  border: 1px solid #f8f8f8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* Hover lift */
.shop .woocommerce ul.products li.product:hover,
.archive .woocommerce ul.products li.product:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
  transform: translateY(-2px) !important;
}

/* Remove inner wrapper spacing/borders */
.shop .woocommerce ul.products li.product .ct-product-card,
.archive .woocommerce ul.products li.product .ct-product-card,
.shop .woocommerce ul.products li.product .product-card,
.archive .woocommerce ul.products li.product .product-card {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Image rounding */
.shop .woocommerce ul.products li.product img.wp-post-image,
.archive .woocommerce ul.products li.product img.wp-post-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .shop .woocommerce ul.products li.product,
  .archive .woocommerce ul.products li.product {
    padding: 10px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06) !important;
  }
}

#merchantwidgetiframe{
  position: fixed !important;
  left: 16px !important;
  bottom: 16px !important;
  z-index: 2147483647 !important;

  /* IMPORTANT: your iframe is collapsing to 0 width */
  width: 360px !important;
  max-width: 360px !important;

  /* keep it reasonable */
  height: 360px !important;
  max-height: 360px !important;

  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

Date Stamp fix

/* Hide review dates (WooCommerce Blocks) */
.wc-block-review-list-item__published-date,
.wc-block-components-review-list-item__published-date {
  display: none !important;
}


