.site-content,
.content-area,
.site-main,
.entry-content,
.wp-block-group,
.wp-site-blocks,
main {
    max-width: 100% !important;
    width: 100% !important;
}

.gfh-hero {
    width: 92vw;
    max-width: 1600px;
    margin: 40px auto;
    border-radius: 24px;
    overflow: hidden;
    padding: 140px 80px;
    box-sizing: border-box;
    text-align: center;
    color: white;

    background:
    linear-gradient(rgba(25,20,15,.55), rgba(25,20,15,.55)),
    url(https://glebefarmhay.co.uk/wp-content/uploads/2025/01/e945b650-f379-4567-ae21-f4cf23cb2fe7.jpg);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gfh-hero h1 {
    font-size: 72px;
    line-height: 1.05;
    color: white;
    margin-bottom: 30px;
}

.gfh-hero p {
    font-size: 24px;
    color: white;
}

.gfh-trust,
.gfh-section,
.gfh-products,
.gfh-faq,
.gfh-cta {
    width: 92vw;
    max-width: 1600px;
    margin: auto;
}

.gfh-btn {
    display: inline-block;
    padding: 16px 34px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    margin: 8px;
    transition: all .3s ease;
}

.gfh-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .gfh-hero {
        padding: 90px 30px;
        width: 96vw;
    }

    .gfh-hero h1 {
        font-size: 42px;
    }

    .gfh-hero p {
        font-size: 20px;
    }
}.gfh-hero {
  width: 90vw !important;
  max-width: 1500px !important;
  margin: 35px auto !important;
  padding: 120px 70px !important;
}

.gfh-hero h1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gfh-buttons {
  margin-top: 30px !important;
}

.gfh-btn {
  background: #476b35 !important;
  color: #ffffff !important;
  padding: 16px 34px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.gfh-btn.secondary {
  background: #8a6230 !important;
}

.gfh-trust {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  text-align: center !important;
  background: #f3ead9 !important;
  padding: 28px !important;
  border-radius: 16px !important;
  width: 90vw !important;
  max-width: 1500px !important;
  margin: 0 auto 50px auto !important;
}

@media (max-width: 768px) {
  .gfh-hero {
    width: 94vw !important;
    padding: 80px 25px !important;
  }

  .gfh-hero h1 {
    font-size: 38px !important;
  }

  .gfh-trust {
    grid-template-columns: 1fr !important;
  }
}.gfh-section,
.gfh-products,
.gfh-faq,
.gfh-cta {
  width: 90vw !important;
  max-width: 1400px !important;
  margin: 60px auto !important;
}

.gfh-products {
  text-align: center !important;
}

.gfh-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

.gfh-card {
  background: #f8f2e8 !important;
  padding: 35px !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.08) !important;
  text-align: center !important;
}

.gfh-card h3 {
  font-size: 30px !important;
}

.gfh-card a {
  display: inline-block !important;
  margin-top: 15px !important;
  background: #476b35 !important;
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .gfh-grid {
    grid-template-columns: 1fr !important;
  }
}/* Fix WooCommerce admin product columns */
.wp-list-table th,
.wp-list-table td {
    white-space: normal !important;
    word-break: normal !important;
}

/* Fix narrow SEO/Brands columns */
.column-seo_details,
.column-brand,
.column-rank_math_seo {
    min-width: 120px !important;
    width: auto !important;
}

/* Prevent vertical text stacking */
.wp-list-table td {
    writing-mode: horizontal-tb !important;
}
/* ==============================
   GLEBE FARM HAY SHOP PAGE
   Professional product grid
================================ */

/* SHOP PAGE CONTAINER */
body.post-type-archive-product .site-main,
body.post-type-archive-product .woocommerce {
    width: 96vw !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 30px 24px 70px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

/* SHOP TITLE */
body.post-type-archive-product h1,
body.post-type-archive-product .woocommerce-products-header__title {
    font-size: 52px !important;
    color: #2d1b16 !important;
    margin-bottom: 14px !important;
}

/* RESULT COUNT */
body.post-type-archive-product .woocommerce-result-count {
    font-size: 18px !important;
    margin-bottom: 30px !important;
}

/* SORTING DROPDOWN */
body.post-type-archive-product .woocommerce-ordering select {
    padding: 10px 16px !important;
    border-radius: 10px !important;
    border: 1px solid #d8cbb8 !important;
    background: #fff !important;
    font-size: 16px !important;
}

/* PRODUCT GRID */
body.post-type-archive-product ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 320px) !important;
    justify-content: center !important;
    gap: 38px !important;
    width: 100% !important;
    margin: 45px auto 0 !important;
    padding: 0 !important;
    list-style: none !important;
    transform: none !important;
}

/* REMOVE WOOCOMMERCE FLOAT CLEARING */
body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after {
    display: none !important;
}

/* PRODUCT CARD */
body.post-type-archive-product ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 320px !important;
    max-width: 320px !important;
    margin: 0 !important;
    background: #fbf6ec !important;
    border: 1px solid #efe3d2 !important;
    border-radius: 24px !important;
    padding: 22px !important;
    box-shadow: 0 12px 35px rgba(0,0,0,.07) !important;
    text-align: center !important;
    box-sizing: border-box !important;
    transition: all .25s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* CARD HOVER */
body.post-type-archive-product ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12) !important;
}

/* PRODUCT IMAGES */
body.post-type-archive-product ul.products li.product img,
body.post-type-archive-product ul.products li.product a img {
    width: 100% !important;
    height: 276px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 18px !important;
    margin: 0 auto 22px !important;
    display: block !important;
    transition: transform .3s ease !important;
}

/* IMAGE HOVER */
body.post-type-archive-product ul.products li.product:hover img {
    transform: scale(1.035);
}

/* PRODUCT TITLE */
body.post-type-archive-product ul.products li.product h2,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 23px !important;
    line-height: 1.25 !important;
    color: #123d2a !important;
    font-weight: 800 !important;
    margin: 12px 0 14px !important;
    min-height: 58px !important;
}

/* STAR RATING */
body.post-type-archive-product ul.products li.product .star-rating {
    margin: 0 auto 12px !important;
}

/* PRICE */
body.post-type-archive-product ul.products li.product .price {
    font-size: 22px !important;
    color: #2d1b16 !important;
    font-weight: 800 !important;
    margin-bottom: 22px !important;
}

/* BUTTON */
body.post-type-archive-product ul.products li.product .button {
    background: #246b3a !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all .25s ease !important;
}

/* BUTTON HOVER */
body.post-type-archive-product ul.products li.product .button:hover {
    background: #174c29 !important;
    transform: translateY(-2px);
}

/* TABLET */
@media (max-width: 1050px) {
    body.post-type-archive-product ul.products {
        grid-template-columns: repeat(2, 320px) !important;
    }
}

/* MOBILE */
@media (max-width: 700px) {
    body.post-type-archive-product .site-main,
    body.post-type-archive-product .woocommerce {
        width: 100% !important;
        padding: 20px !important;
    }

    body.post-type-archive-product ul.products {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    body.post-type-archive-product ul.products li.product {
        width: 100% !important;
        max-width: 420px !important;
        margin: 0 auto !important;
    }

    body.post-type-archive-product ul.products li.product img,
    body.post-type-archive-product ul.products li.product a img {
        height: 300px !important;
    }

    body.post-type-archive-product h1,
    body.post-type-archive-product .woocommerce-products-header__title {
        font-size: 40px !important;
    }
}
/* PROFESSIONAL HEADER */
.site-header,
header.site-header {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 24px 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* SITE TITLE */
.site-title,
.site-title a {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #123d2a !important;
    text-decoration: none !important;
}

/* TAGLINE */
.site-description {
    font-size: 15px !important;
    color: #5a4a3a !important;
    margin-top: 4px !important;
}

/* MENU */
.main-navigation ul,
.primary-navigation ul {
    display: flex !important;
    gap: 28px !important;
    align-items: center !important;
}

/* MENU LINKS */
.main-navigation a,
.primary-navigation a,
.site-header a {
    color: #2d1b16 !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

/* ACTIVE / HOVER */
.main-navigation a:hover,
.primary-navigation a:hover,
.site-header a:hover {
    color: #246b3a !important;
}

/* CART TEXT */
.site-header .cart-contents,
.site-header .wcmenucart-contents {
    background: #246b3a !important;
    color: #fff !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    font-weight: 800 !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .site-header,
    header.site-header {
        padding: 18px 20px !important;
        flex-direction: column !important;
        gap: 14px !important;
        text-align: center !important;
    }

    .main-navigation ul,
    .primary-navigation ul {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 16px !important;
    }

    .site-title,
    .site-title a {
        font-size: 28px !important;
    }
}
/* SHOP HEADER AREA */
.woocommerce-products-header {
    margin-bottom: 40px !important;
}

.woocommerce-products-header h1,
.page-title {
    font-size: 72px !important;
    font-weight: 900 !important;
    color: #241512 !important;
    margin-bottom: 10px !important;
    letter-spacing: -2px !important;
}

/* RESULTS TEXT */
.woocommerce-result-count {
    font-size: 18px !important;
    color: #6a5b4d !important;
}

/* SORT DROPDOWN */
.woocommerce-ordering select {
    border-radius: 14px !important;
    border: 2px solid #e7dccb !important;
    padding: 14px 18px !important;
    background: white !important;
    font-size: 16px !important;
}

/* PRODUCT CARD */
ul.products li.product {
    background: #f8f2e8 !important;
    border-radius: 26px !important;
    padding: 22px !important;
    border: 1px solid #eadfcf !important;
    transition: all .3s ease !important;
}

/* PRODUCT CARD HOVER */
ul.products li.product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,.10) !important;
}

/* PRODUCT IMAGES */
ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    background: #fff !important;
}

/* PRODUCT TITLES */
ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    color: #173d2a !important;
    min-height: 60px !important;
}

/* PRICE */
ul.products li.product .price {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #241512 !important;
    margin-bottom: 18px !important;
}

/* BUTTONS */
ul.products li.product .button {
    width: 100% !important;
    border-radius: 14px !important;
    padding: 15px !important;
    background: #2c6b39 !important;
    color: white !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    transition: all .3s ease !important;
}

ul.products li.product .button:hover {
    background: #1f4d29 !important;
    transform: scale(1.03) !important;
}

/* TRUST BAR */
.gfh-shop-trust {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #174c29;
    color: white;
    padding: 18px;
    border-radius: 20px;
    margin-bottom: 40px;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {

    .woocommerce-products-header h1,
    .page-title {
        font-size: 48px !important;
    }

    .gfh-shop-trust {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}
/* PREMIUM HEADER FIX */
.site-header,
header.site-header,
.wp-block-template-part,
.wp-site-blocks > header {
    width: 96vw !important;
    max-width: 1400px !important;
    margin: 22px auto 35px !important;
    padding: 22px 34px !important;
    background: #fbf6ec !important;
    border: 1px solid #eadfcf !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.06) !important;
}

/* FLOATING PREMIUM HEADER */
.site-header,
header.site-header,
.wp-block-template-part,
.wp-site-blocks > header {

    position: sticky !important;
    top: 14px !important;
    z-index: 999 !important;

    width: 94vw !important;
    max-width: 1380px !important;

    margin: 18px auto 40px !important;
    padding: 20px 34px !important;

    background: #f8f2e8 !important;
    border: 1px solid #eadfcf !important;

    border-radius: 24px !important;

    box-shadow:
        0 12px 35px rgba(0,0,0,.08),
        0 2px 8px rgba(0,0,0,.04) !important;

    backdrop-filter: blur(12px);
}

/* HEADER INNER */
.site-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* LOGO */
.site-title,
.site-title a {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #173d2a !important;
    text-decoration: none !important;
    letter-spacing: -1px !important;
}

/* TAGLINE */
.site-description {
    color: #7d6545 !important;
    font-size: 14px !important;
    margin-top: 3px !important;
}

/* NAVIGATION */
.main-navigation ul,
.primary-navigation ul,
.site-header nav ul {
    display: flex !important;
    align-items: center !important;
    gap: 32px !important;
}

.main-navigation a,
.primary-navigation a,
.site-header nav a {

    font-size: 17px !important;
    font-weight: 800 !important;
    color: #2b1d16 !important;
    text-decoration: none !important;
    transition: all .25s ease !important;
}

.main-navigation a:hover,
.primary-navigation a:hover,
.site-header nav a:hover {
    color: #2c6b39 !important;
}

/* CART */
.cart-contents,
.site-header a[href*="cart"] {

    background: #2c6b39 !important;
    color: white !important;

    padding: 11px 18px !important;

    border-radius: 14px !important;

    font-weight: 800 !important;

    box-shadow: 0 6px 18px rgba(44,107,57,.25);
}

/* MOBILE */
@media (max-width: 768px) {

    .site-header,
    header.site-header,
    .wp-block-template-part,
    .wp-site-blocks > header {

        width: 94vw !important;
        padding: 18px !important;
    }

    .site-header {
        flex-direction: column !important;
        gap: 18px !important;
    }

    .main-navigation ul,
    .primary-navigation ul,
    .site-header nav ul {

        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 18px !important;
    }
}
/* REMOVE SHOP PAGE TITLE BLOCK */
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-products-header,
body.post-type-archive-product h1.page-title {
    display: none !important;
}
/* HEADER TRUST BADGES */
.site-header::after,
header.site-header::after {
    content: "🌿 100% Natural   •   🚚 Fast UK Delivery   •   🐇 Rabbit & Guinea Pig Friendly";
    
    display: block;
    width: 100%;
    
    margin-top: 18px;
    padding-top: 18px;

    border-top: 1px solid #eadfcf;

    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #2c6b39;

    letter-spacing: .3px;
}

/* PREMIUM FLOATING HEADER */
.site-header,
header.site-header {

    position: sticky !important;
    top: 14px !important;
    z-index: 999 !important;

    width: 94vw !important;
    max-width: 1380px !important;

    margin: 18px auto 34px !important;

    background: #f8f2e8 !important;
    border: 1px solid #eadfcf !important;

    border-radius: 24px !important;

    box-shadow:
        0 10px 30px rgba(0,0,0,.07),
        0 2px 8px rgba(0,0,0,.03) !important;

    padding: 20px 34px !important;
}

/* CLEAN FLOATING HEADER */
.site-header,
header.site-header {
    position: sticky !important;
    top: 14px !important;
    z-index: 999 !important;

    width: 94vw !important;
    max-width: 1380px !important;
    margin: 18px auto 34px !important;
    padding: 18px 30px !important;

    background: #f8f2e8 !important;
    border: 1px solid #eadfcf !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.07) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
}

/* BRAND */
.site-title,
.site-title a {
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #173d2a !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.site-description {
    font-size: 14px !important;
    color: #7d6545 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* NAV */
.site-header nav ul,
.main-navigation ul,
.primary-navigation ul {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header nav a,
.main-navigation a,
.primary-navigation a {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #2b1d16 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* CART */
.site-header a[href*="cart"],
.cart-contents {
    background: #2c6b39 !important;
    color: #fff !important;
    padding: 11px 18px !important;
    border-radius: 14px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

/* REMOVE TRUST BAR FROM HEADER */
.site-header::after,
header.site-header::after {
    content: none !important;
}

/* MOBILE */
@media (max-width: 900px) {
    .site-header,
    header.site-header {
        flex-direction: column !important;
        text-align: center !important;
    }

    .site-header nav ul,
    .main-navigation ul,
    .primary-navigation ul {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}
/* HEADER TRUST BAR */
.site-header::after {
    content: "🌿 100% Natural • 🚚 Fast UK Delivery • 🐰 Rabbit & Guinea Pig Friendly";
    display: block;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.08);
    
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #2f6d3a;
    letter-spacing: 0.3px;
}
/* FIXED TRUST BAR */
body::before {
    content: "🌿 100% Natural Hay  •  🚚 Fast UK Delivery  •  🐇 Rabbit & Guinea Pig Friendly";
    position: fixed;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;

    width: 94vw;
    max-width: 1380px;

    background: #174c29;
    color: #fff;

    padding: 9px 20px;
    border-radius: 14px;

    text-align: center;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}

/* PUSH HEADER DOWN */
.site-header,
header.site-header {
    margin-top: 58px !important;
}

@media (max-width: 768px) /* TRUST BAR BELOW HEADER */
/* REMOVE OLD FLOATING TRUST BAR */
body::before {
    content: none !important;
    display: none !important;
}

/* MAKE HEADER ALLOW TRUST ROW */
.site-header,
header.site-header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
}

/* TRUST BAR INSIDE HEADER */
.site-header::after,
header.site-header::after {
    content: "🌿 100% Natural Hay  •  🚚 Fast UK Delivery  •  🐇 Rabbit & Guinea Pig Friendly";
    display: block !important;

    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    margin-top: 16px !important;
    padding-top: 14px !important;

    border-top: 1px solid #eadfcf !important;

    text-align: center !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #2c6b39 !important;
}
/* MOBILE HEADER FIX */
@media (max-width: 768px) {

    .site-header,
    header.site-header {
        position: relative !important;
        top: auto !important;

        width: 94vw !important;
        margin: 12px auto 22px !important;
        padding: 18px !important;

        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;

        text-align: center !important;
        border-radius: 18px !important;
    }

    .site-title,
    .site-title a {
        font-size: 28px !important;
        line-height: 1.1 !important;
        white-space: normal !important;
    }

    .site-description {
        font-size: 13px !important;
        white-space: normal !important;
    }

    .site-header nav ul,
    .main-navigation ul,
    .primary-navigation ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
    }

    .site-header nav a,
    .main-navigation a,
    .primary-navigation a {
        font-size: 15px !important;
    }

    .site-header a[href*="cart"],
    .cart-contents {
        width: auto !important;
        padding: 10px 16px !important;
        font-size: 14px !important;
    }

    .site-header::after,
    header.site-header::after {
        content: "🌿 100% Natural Hay\A🚚 Fast UK Delivery\A🐇 Rabbit & Guinea Pig Friendly" !important;
        white-space: pre-line !important;

        font-size: 13px !important;
        line-height: 1.7 !important;

        margin-top: 10px !important;
        padding-top: 12px !important;
    }
}