/* Desktop catalogue refinement: exactly 5 products per row, 2 rows per page. */
body[data-catalog-mode="shop"] .catalog-page{max-width:1640px!important;padding-left:clamp(26px,4.8vw,82px)!important;padding-right:clamp(26px,4.8vw,82px)!important;padding-bottom:54px!important}
body[data-catalog-mode="shop"] .catalog-topline{min-height:62px;margin-bottom:18px}
body[data-catalog-mode="shop"] .catalog-grid,
body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;column-gap:24px!important;row-gap:20px!important;align-items:start!important}
/* Override the older 3-column balancing rules. Every visible card occupies exactly one grid cell. */
body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three>.catalog-card,
body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three>.catalog-card.tail-four,
body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three>.catalog-card.two-card,
body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three>.catalog-card.one-card{grid-column:span 1!important;width:100%!important;min-width:0!important;justify-self:stretch!important}
body[data-catalog-mode="shop"] .catalog-photo{aspect-ratio:4/5!important}
body[data-catalog-mode="shop"] .catalog-caption{height:38px;padding:0 10px}
.catalog-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin:30px auto 4px;min-height:38px}
.catalog-pagination[hidden]{display:none!important}
.catalog-page-btn{width:34px;height:34px;border:1px solid #e0d8cd;border-radius:50%;background:#fffefa;color:#2c2722;display:inline-flex;align-items:center;justify-content:center;font:400 11px/1 Georgia,'Times New Roman',serif;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.catalog-page-btn:hover{border-color:#948a80;transform:translateY(-1px)}
.catalog-page-btn.active{background:#2a2622;color:#fff;border-color:#2a2622}
.catalog-page-btn:disabled{opacity:.35;cursor:default;transform:none}
.catalog-page-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.35}
@media(max-width:1180px){body[data-catalog-mode="shop"] .catalog-grid,body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:820px){body[data-catalog-mode="shop"] .catalog-page{padding-left:14px!important;padding-right:14px!important}body[data-catalog-mode="shop"] .catalog-grid,body[data-catalog-mode="shop"] .catalog-grid.catalog-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 8px!important}.catalog-pagination{margin-top:24px;gap:9px}.catalog-page-btn{width:32px;height:32px}}
