.home-category-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-category-card{display:flex;min-width:0;flex-direction:column;background:var(--paper);border:1px solid var(--line);color:var(--ink);text-decoration:none;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.home-category-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(12,35,48,.12)}.home-category-image{position:relative;height:210px;overflow:hidden;background:#e7e9e5}.home-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.home-category-card:hover img{transform:scale(1.055)}.home-category-image>span{position:absolute;left:14px;top:14px;display:grid;place-items:center;min-width:38px;height:38px;padding:0 9px;background:var(--deep);color:#fff;font-size:.68rem;font-weight:800}.home-category-copy{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:105px;padding:20px}.home-category-copy h3{font-size:1.08rem;line-height:1.25;margin:0 0 7px}.home-category-copy p,.home-product-summary{margin:0;color:var(--muted);font-size:.78rem}.home-category-copy b{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border:1px solid var(--line);font-size:1.1rem;transition:.2s}.home-category-card:hover .home-category-copy b{background:var(--deep);border-color:var(--deep);color:#fff}.home-product-summary{margin-top:12px}.home-product-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;margin-top:55px;padding-top:28px;border-top:1px solid var(--line)}.home-product-pagination>div{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.home-product-pagination a{display:grid;place-items:center;min-width:42px;height:42px;padding:0 13px;border:1px solid var(--line);color:var(--ink);font-size:.78rem;font-weight:800;text-decoration:none;transition:.2s}.home-product-pagination a:hover,.home-product-pagination a.active{background:var(--deep);border-color:var(--deep);color:#fff}.home-product-pagination .pagination-direction{display:flex;width:max-content}.home-product-pagination .pagination-direction:last-child{justify-self:end}
html[data-theme="monogram"] .home-category-card{border-color:#d9c9a8;border-radius:28px 3px 28px 3px;background:#fffaf0}html[data-theme="monogram"] .home-category-image{height:230px}html[data-theme="monogram"] .home-category-image>span{border-radius:50%;background:#c5a052;color:#24152e}html[data-theme="monogram"] .home-category-copy b,html[data-theme="monogram"] .home-product-pagination a{border-radius:50%}html[data-theme="monogram"] .home-product-pagination .pagination-direction{border-radius:999px}
html[data-mode="dark"] .home-category-card{background:#172128;border-color:#34434c;color:#edf3f5}html[data-mode="dark"] .home-category-copy h3,html[data-mode="dark"] .home-product-pagination a{color:#edf3f5}html[data-mode="dark"] .home-category-copy p,html[data-mode="dark"] .home-product-summary{color:#aebcc4}html[data-mode="dark"] .home-category-copy b,html[data-mode="dark"] .home-product-pagination,html[data-mode="dark"] .home-product-pagination a{border-color:#40515b}
@media(max-width:1100px){.home-category-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.home-category-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-pagination{grid-template-columns:1fr 1fr}.home-product-pagination>div{grid-column:1/-1;grid-row:1}.home-category-image{height:190px}}@media(max-width:520px){.home-category-gallery{grid-template-columns:1fr}.home-category-card{display:grid;grid-template-columns:120px 1fr}.home-category-image,html[data-theme="monogram"] .home-category-image{height:145px}.home-category-copy{min-height:145px;padding:16px}.home-product-pagination{gap:12px}.home-product-pagination .pagination-direction{font-size:.68rem}}
.slider-enquiry-email{position:relative;z-index:2;background:var(--paper);border-bottom:1px solid var(--line)}
.slider-enquiry-email .container{min-height:72px;display:flex;align-items:center;justify-content:center;gap:12px}
.slider-enquiry-email span{color:var(--muted);font-size:.82rem}
.slider-enquiry-email a{color:var(--ink);font-size:1rem;font-weight:800;text-decoration:none;border-bottom:2px solid var(--orange);padding-bottom:3px}
.slider-enquiry-email b{color:var(--orange);font-size:1.15rem}
html[data-theme="monogram"] .slider-enquiry-email{background:#fffaf0}
html[data-theme="monogram"] .slider-enquiry-email a{color:#5b355f;border-color:#c5a052}
html[data-mode="dark"] .slider-enquiry-email{background:#172128;border-color:#34434c}
html[data-mode="dark"] .slider-enquiry-email span{color:#aebcc4}
html[data-mode="dark"] .slider-enquiry-email a{color:#fff}
@media(max-width:520px){.slider-enquiry-email .container{min-height:76px;flex-wrap:wrap;gap:5px 9px;padding:14px 0}.slider-enquiry-email span{width:100%;text-align:center}.slider-enquiry-email a{font-size:.92rem}}
#home-products .product-grid,#home-products .home-product-pagination,#home-products .home-product-summary{transition:opacity .2s ease}
#home-products.products-loading .product-grid,#home-products.products-loading .home-product-pagination,#home-products.products-loading .home-product-summary{opacity:.35;pointer-events:none}
#home-products.products-loading .container{position:relative}
#home-products.products-loading .container:after{content:"Loading products…";position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);background:var(--deep);color:#fff;padding:13px 18px;border-radius:999px;font-size:.72rem;font-weight:800;box-shadow:0 12px 35px rgba(0,0,0,.2)}
