/* === WTuffRugs Shop Layout Polish === */

/* Space out product grid */
.woocommerce ul.products li.product {
    margin-bottom: 35px;
    padding: 15px;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease;
}

/* Subtle hover effect */
.woocommerce ul.products li.product:hover {
    transform: scale(1.03);
    z-index: 10;
}

/* Product title styling */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #111;
}

/* Center and size image */
.woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 8px;
}

/* Tighter grid on wider screens */
@media (min-width: 992px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 22%;
        margin-right: 4%;
    }

    .woocommerce ul.products.columns-4 li.product:nth-child(4n) {
        margin-right: 0;
    }
}

/* Highlight "No products found" box */
.woocommerce-info {
    background-color: #fff3cd;
    color: #856404;
    border-left: 5px solid #ffeeba;
    font-weight: bold;
    text-align: center;
}
/* Light gray background for the whole menu bar */
.site-header {
  background-color: #f2f2f2;
  padding: 10px 0;
}

/* Gray nav text with subtle shadow behind it */
.main-navigation a {
  color: #555555 !important; /* Medium gray */
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.site-info a[href*="woocommerce.com"] {
  display: none !important;
}
/* Outline (bubble effect) for menu text */
.main-navigation a {
  color: red; /* Change to match your menu color */
  text-shadow:
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
  font-weight: bold;
}
.woocommerce-products-header {
    display: none;
}
.gl-star-rating-review-author-name {
    display: none !important;
}
/* WTuffRugs – Luxury x Bold banner */
.wtuffrugs-drop-banner{
  background:#000; color:#fff;
  padding:22px 18px; margin:16px auto 22px;
}
.wtuffrugs-drop-banner .wtb-inner{
  max-width:1100px; margin:0 auto; text-align:center; line-height:1.4;
}
.wtb-title{ font-weight:700; font-size:clamp(18px,2.4vw,22px); margin:0 0 6px; }
.wtb-sub, .wtb-social{ font-size:clamp(14px,1.6vw,16px); margin:0; }
.wtuffrugs-drop-banner strong{ font-weight:700; }
/* Mobile fix for the custom rug request bar */
@media (max-width: 768px) {
  .custom-rug-request-banner {
    width: 100%;
    max-width: 100%;
    white-space: normal;      /* allow wrapping */
    overflow: hidden;         /* no horizontal scroll */
    text-align: center;
    padding: 10px 14px;       /* smaller padding on mobile */
    font-size: 14px;          /* slightly smaller text */
    line-height: 1.4;
  }
/* WTuffRugs Scrolling Banner */