/* Products catalogue */
.products-hero{min-height:620px;display:flex;align-items:center;position:relative;background:linear-gradient(90deg,rgba(6,23,27,.92),rgba(6,23,27,.54)),url("../images/products/ornamental-fishes.webp") center/cover no-repeat;color:#fff}.products-hero-content{position:relative;z-index:1;padding:150px 0}
.breadcrumbs{display:flex;gap:10px;margin-bottom:30px;color:rgba(255,255,255,.65);font-size:.9rem}
.breadcrumbs a{color:var(--color-aqua-light)}
/*.breadcrumbs{font-size:13px;margin-bottom:24px;color:var(--color-aqua-light)}*/
.products-hero .section-eyebrow{color:var(--color-aqua-light)}.products-hero h1{font-size:clamp(48px,7vw,82px);margin-bottom:22px;max-width:850px}.products-hero h1 span,.products-intro h2 span,.section-heading h2 span{color:var(--color-aqua-dark)}.products-hero p:not(.section-eyebrow){color:#d8e7e6;font-size:18px;max-width:680px;margin-bottom:30px}.products-intro h2{font-family:var(--font-display);font-size:clamp(36px,5vw,58px);margin-bottom:16px}.intro-copy{max-width:760px;margin:auto}.collections-section{background:var(--color-light)}.collections-list{display:grid;gap:70px}.collection-block{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-soft)}.collection-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;padding:38px 38px 24px}.collection-heading h3{font-family:var(--font-display);font-size:30px;color:var(--color-deep);margin-bottom:6px}.collection-heading p{font-size:14px}.view-all{color:var(--color-aqua-dark);font-weight:700;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--color-border)}.product-card{padding:18px;border-right:1px solid var(--color-border);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s;background:#fff}.product-card:last-child{border-right:0}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-soft);position:relative;z-index:2}.product-image{aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:var(--color-light-2);margin-bottom:16px}.product-image img{height:100%;object-fit:cover}.product-card h4{font-size:15px;color:var(--color-deep);margin-bottom:14px;min-height:48px}.buy-now{width:100%;min-height:42px;border-radius:100px;background:var(--color-deep);color:#fff;font-size:12px;font-weight:700;transition:.25s}.buy-now:hover{background:var(--color-whatsapp)}.products-help{background:var(--color-deep);padding:90px 0;color:#fff}.help-grid{display:flex;justify-content:space-between;align-items:center;gap:50px}.help-grid h2{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);max-width:760px;margin-bottom:15px}.help-grid p{color:#b7cecc;max-width:720px}.products-help .section-eyebrow{color:var(--color-aqua-light)}.category-page-hero{padding:180px 0 90px;background:var(--color-deep);color:#fff}.category-page-hero h1{font-size:clamp(44px,6vw,70px);margin-bottom:14px}.category-page-hero p{color:#c3d7d5;max-width:680px}
.catalogue-section{padding:80px 0 120px;background:var(--color-light)}.catalogue-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap}.filter-btn{padding:10px 18px;border:1px solid var(--color-border);background:#fff;border-radius:100px;font-size:12px;font-weight:700}.filter-btn.active,.filter-btn:hover{background:var(--color-aqua-dark);color:#fff;border-color:var(--color-aqua-dark)}.catalogue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.catalogue-grid .product-card{border:1px solid var(--color-border);border-radius:16px;padding:16px}.catalogue-grid .product-card.hidden{display:none}.empty-state{display:none;text-align:center;padding:50px;color:var(--color-text-light)}.empty-state.visible{display:block}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{border-bottom:1px solid var(--color-border)}.catalogue-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.products-hero{min-height:540px}.collection-heading{padding:28px 22px 20px;align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card{border-right:1px solid var(--color-border)}.help-grid{flex-direction:column;align-items:flex-start}.catalogue-toolbar{align-items:flex-start;flex-direction:column}.catalogue-grid{grid-template-columns:repeat(2,1fr)}.products-hero-content{padding-top:150px}}@media(max-width:430px){.product-grid,.catalogue-grid{grid-template-columns:1fr}.product-card h4{min-height:auto}.catalogue-section{padding-top:55px}}