/* Product category catalog: six columns on desktop and twelve products per batch. */
.catalog-intro{grid-template-columns:.8fr 1.2fr;gap:42px 10vw}
.catalog-intro .catalog-shell{grid-column:1/-1;margin-top:16px;width:100%}
.catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 0 18px;border-bottom:1px solid #cfd4d5}
.catalog-toolbar b{font:600 13px/1.4 "Inter","Noto Sans SC",sans-serif;color:#11171b}
.catalog-toolbar>span{max-width:480px;color:#7b878b;font-size:11px;line-height:1.6;text-align:right}
.catalog-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-left:1px solid #d5d9da}
.catalog-card{display:flex;min-width:0;min-height:390px;flex-direction:column;border-right:1px solid #d5d9da;border-bottom:1px solid #d5d9da;background:#fafaf8;transition:background .25s,transform .25s}
.catalog-card:hover{background:#fff;transform:translateY(-3px)}
.catalog-image{position:relative;width:100%;aspect-ratio:4/3;min-height:180px;max-height:260px;background:linear-gradient(145deg,#fff,#f0f3f3);overflow:hidden}
.catalog-image img{position:absolute;inset:18px;display:block;width:calc(100% - 36px);height:calc(100% - 36px);max-width:none;max-height:none;object-fit:contain;object-position:center;filter:drop-shadow(0 12px 15px #14242d20)}
.catalog-card-copy{display:flex;flex:1;flex-direction:column;padding:18px 16px 20px}
.catalog-card-copy small{font:600 8px/1.3 "Inter",sans-serif;letter-spacing:.1em;color:#96a0a4}
.catalog-card-copy h3{font-size:15px;line-height:1.45;margin:11px 0 8px;overflow-wrap:anywhere}
.catalog-card-copy p{color:#748085;font-size:10px;line-height:1.7;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.catalog-card-copy b{margin-top:auto;color:#0877bd;font:600 9px/1.2 "Inter","Noto Sans SC",sans-serif;letter-spacing:.03em}
.catalog-more{grid-column:1/-1;min-height:118px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:22px 28px;border:0;border-right:1px solid #d5d9da;border-bottom:1px solid #d5d9da;background:#0c79bd;color:#fff;text-align:left;cursor:pointer;transition:background .25s}
.catalog-more:hover{background:#075f98}
.catalog-more-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #ffffff66;border-radius:50%;font-size:25px;font-weight:300}
.catalog-more-copy{display:flex;flex-direction:column;gap:7px}
.catalog-more strong{font:600 16px/1.45 "Inter","Noto Sans SC",sans-serif}
.catalog-more small{color:#ffffffb8;font:400 9px/1.55 "Inter","Noto Sans SC",sans-serif}
.catalog-more-arrow{font-size:25px;font-weight:300}
.single-product-page .product-photo-card{min-height:460px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#f1f4f4)}
.single-product-page .product-photo-card img{max-height:560px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 24px 28px #06131b28)}
.product-whatsapp{background:#ef3028;color:#fff}
@media(max-width:1199px){.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.catalog-intro{grid-template-columns:1fr}.catalog-intro .catalog-shell{grid-column:1}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-toolbar>span{text-align:left}.catalog-grid{grid-template-columns:1fr}.catalog-card{min-height:0}.catalog-image{min-height:220px;max-height:none}.catalog-more{grid-template-columns:auto 1fr;padding:22px}.catalog-more-arrow{display:none}.single-product-page .product-photo-card{min-height:340px}}
