.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;
}

//Date Stamp fix

/* Hide ONLY the review date (Blocksy + WooCommerce) */

/* WooCommerce default review date */
.woocommerce-review__published-date {
    display: none !important;
}

/* Remove the dash before the date */
.woocommerce-review__author + .woocommerce-review__dash {
    display: none !important;
}

/* Blocksy theme sometimes prints date inside the time tag */
.commentlist time {
    display: none !important;
}

/* IMPORTANT: Keep reviewer NAME visible */
.woocommerce-review__author {
    display: inline !important;
}


/* PGP: Accesibility fix keep it : Mobile touch target fix for footer categories block */
@media (max-width: 768px) {

  .pgp-footer-categories .wc-block-product-categories__dropdown select,
  .pgp-footer-categories .wc-block-product-categories__button {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding: 0 14px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }

  .pgp-footer-categories .wc-block-product-categories__button {
    min-width: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* spacing between select + button (if container supports it) */
  .pgp-footer-categories .wc-block-product-categories__dropdown {
    gap: 8px;
  }
}


google reveiws

.pgp-reviews-badge{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid #e7efe7;
  background:#f7fbf7;
  border-radius:10px;
  font-weight:600;
  font-size:14px;
  line-height:1.2;
}

.pgp-reviews-badge .stars{
  letter-spacing:1px;
}

.pgp-reviews-badge .link{
  color:#2e9f45;
  text-decoration:none;
  font-weight:700;
}

.pgp-reviews-badge .link:hover{
  text-decoration:underline;
}

@media (max-width: 767px){
  .pgp-reviews-badge{
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
  }
}

/*Free Shipping Autoplay Carousel*/

.pgp-mobile-marquee {
  display: none !important;
}

@media (max-width: 768px) {
  .pgp-mobile-marquee {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    background: #0b2a24 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    padding: 6px 0 !important;
    position: relative !important;
  }

  .pgp-mobile-marquee-track {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    animation: pgpMobileMarquee 18s linear infinite !important;
  }

  .pgp-mobile-marquee-track span {
    display: inline-block !important;
    padding-right: 50px !important;
  }

  @keyframes pgpMobileMarquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-33.333%);
    }
  }
}

/* Hide WooCommerce product card wishlist + quick view icons on mobile only */
@media (max-width: 768px) {
  .woocommerce ul.products li.product figure .ct-woo-card-extra,
  .ct-products-container .product figure .ct-woo-card-extra {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .woocommerce ul.products li.product button.ct-wishlist-button-archive,
  .woocommerce ul.products li.product button.ct-open-quick-view {
    display: none !important;
  }
}

/* Remove extra bottom space under WooCommerce card action row */
.woocommerce ul.products li.product .ct-woo-card-actions {
  margin-bottom: 0 !important;
}

/* Extra safe for Blocksy product cards */
.ct-products-container .product .ct-woo-card-actions {
  margin-block-end: 0 !important;
}

/* Remove remaining bottom padding from the product card */
.woocommerce ul.products li.product {
  padding-bottom: 0 !important;
}