.catalog-sheet{padding-block:54px 72px;color:#18202c}
.catalog-sheet-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:32px}
.catalog-sheet-heading .eyebrow{margin-bottom:12px;font-size:12px}
.catalog-sheet-heading h1{font-family:var(--body);font-size:clamp(32px,3.5vw,48px);font-weight:800;line-height:1.15;letter-spacing:-.045em;margin:0 0 16px}
.catalog-sheet-heading h1 em{font-style:normal;color:#b7232b}
.catalog-sheet-heading p{color:#5b6671;font-size:15px;line-height:1.6;margin:0}
.catalog-sheet-download{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}
.catalog-sheet-download .button{gap:20px}
.catalog-sheet-download>span{font-size:11px;color:#5b6671}
.catalog-sheet-terms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;background:#18202c;color:#fff;padding:24px 28px;border-radius:10px}
.catalog-sheet-terms>div{display:flex;flex-direction:column;gap:7px}
.catalog-sheet-terms strong{font-size:13px;text-transform:uppercase;letter-spacing:.02em}
.catalog-sheet-terms span{font-size:12px;color:#dce1e7;line-height:1.5}
.catalog-sheet-group{margin-top:38px}
.catalog-sheet-group-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.catalog-sheet-group-title h2{font-family:var(--body);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;color:#b7232b;line-height:1.5;margin:0}
.catalog-sheet-group-title>span{font-size:12px;color:#5b6671;white-space:nowrap}
.catalog-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.catalog-sheet-card{min-width:0;background:#fff;border:1px solid #dbe0e5;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.catalog-sheet-product{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:24px;padding:24px}
.catalog-sheet-photo{display:flex;align-items:center;justify-content:center;min-width:0;align-self:center;aspect-ratio:1}
.catalog-sheet-photo img{width:100%;height:100%;object-fit:contain;display:block}
.catalog-sheet-info{min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding-block:5px}
.catalog-sheet-info h3{font-family:var(--body);font-size:21px;line-height:1.25;letter-spacing:-.025em;margin:0 0 10px;font-weight:800}
.catalog-sheet-info h3 a:hover{color:#b7232b}
.catalog-sheet-sku{font-size:10px;font-weight:800;color:#5b6671;overflow-wrap:anywhere}
.catalog-sheet-info p{font-size:13px;line-height:1.5;color:#5b6671;margin:8px 0 22px}
.catalog-sheet-link{font-size:11px;text-transform:uppercase;font-weight:800;color:#b7232b;display:inline-flex;align-items:center;gap:10px;margin-top:auto;min-height:36px}
.catalog-sheet-link:hover{text-decoration:underline;text-underline-offset:4px}
.catalog-sheet-prices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 12px;margin-top:auto;border-radius:6px;overflow:hidden}
.catalog-sheet-wholesale,.catalog-sheet-retail{display:flex;flex-direction:column;align-items:flex-start;padding:18px 20px;min-width:0}
.catalog-sheet-wholesale{background:#f7f8f9}
.catalog-sheet-retail{background:#fbeeed;color:#b7232b}
.catalog-sheet-label{font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.025em;line-height:1.5;margin-bottom:6px}
.catalog-sheet-wholesale .catalog-sheet-label{color:#5b6671}
.catalog-sheet-prices strong{font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.2;letter-spacing:-.045em;font-variant-numeric:tabular-nums;white-space:nowrap}
.catalog-sheet-prices strong+span{font-size:12px;margin-top:4px;line-height:1.5}
.catalog-sheet-retail strong+span{font-weight:700}
.catalog-sheet-wholesale small,.catalog-sheet-margin{font-size:12px;line-height:1.5;margin-top:14px}
.catalog-sheet-wholesale small{color:#5b6671}
.catalog-sheet-margin{color:#286043;font-weight:800;text-underline-offset:3px}
.catalog-sheet-margin:hover{text-decoration:underline}
.catalog-sheet-note{font-size:11px;line-height:1.6;color:#5b6671;margin:0;padding:13px 24px 17px}
.catalog-sheet-conditions{margin-top:28px;color:#5b6671;font-size:12px;line-height:1.7}
.catalog-sheet-conditions p{margin:0 0 9px}
.catalog-sheet-conditions a{display:inline-block;margin-top:4px;font-weight:800;color:#b7232b;min-height:32px}
#catalog-margin{scroll-margin-top:120px}
.catalog-sheet-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#b7232b;color:#fff;border-radius:10px;padding:28px 32px;margin-top:24px}
.catalog-sheet-cta h2{font-family:var(--body);font-size:23px;font-weight:800;margin:0 0 8px;line-height:1.3;letter-spacing:-.02em}
.catalog-sheet-cta p{font-size:13px;line-height:1.5;margin:0;color:#fff}
.catalog-sheet-cta .button{background:#fff;color:#b7232b;flex-shrink:0}
.catalog-sheet-cta .button:hover{background:#fbeeed}
@media(max-width:1000px){.catalog-sheet-product{padding:18px;gap:16px}.catalog-sheet-info h3{font-size:18px}.catalog-sheet-wholesale,.catalog-sheet-retail{padding:16px 14px}.catalog-sheet-heading{align-items:flex-start}.catalog-sheet-download>span{max-width:220px;text-align:center}.catalog-sheet-terms{padding:22px;gap:16px}.catalog-sheet-terms strong{font-size:12px}}
@media(max-width:780px){.catalog-sheet-grid{grid-template-columns:1fr}.catalog-sheet-heading{flex-direction:column;gap:22px}.catalog-sheet-download{align-items:flex-start}.catalog-sheet-download>span{max-width:none;text-align:left}.catalog-sheet-product{grid-template-columns:minmax(0,.7fr) minmax(0,1fr);padding:24px;gap:24px}.catalog-sheet-info h3{font-size:24px}.catalog-sheet-prices strong{font-size:34px}.catalog-sheet-terms{grid-template-columns:1fr;gap:15px}.catalog-sheet-terms>div{gap:4px}.catalog-sheet-terms>div+div{border-top:1px solid #ffffff25;padding-top:15px}.catalog-sheet-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:480px){.catalog-sheet{padding-block:30px 44px}.catalog-sheet-heading h1{font-size:34px}.catalog-sheet-heading p{font-size:13px}.catalog-sheet-product{padding:16px;gap:16px;grid-template-columns:minmax(0,.85fr) minmax(0,1fr)}.catalog-sheet-info{padding-block:0}.catalog-sheet-info h3{font-size:18px}.catalog-sheet-info p{font-size:12px;margin-bottom:12px}.catalog-sheet-sku{font-size:9px}.catalog-sheet-group-title h2{font-size:12px}.catalog-sheet-group-title>span{font-size:10px}.catalog-sheet-prices{margin-inline:8px}.catalog-sheet-wholesale,.catalog-sheet-retail{padding:14px 12px}.catalog-sheet-prices strong{font-size:clamp(23px,7.5vw,32px)}.catalog-sheet-label{font-size:9px}.catalog-sheet-wholesale small,.catalog-sheet-margin{font-size:10px}.catalog-sheet-prices strong+span{font-size:11px}.catalog-sheet-note{padding:12px 20px;font-size:10px}.catalog-sheet-cta{padding:24px}.catalog-sheet-cta h2{font-size:21px}}
@media print{.catalog-sheet{padding:0}.catalog-sheet-heading h1{font-size:28px}.catalog-sheet-download{display:none}.catalog-sheet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-sheet-card{break-inside:avoid}.catalog-sheet-group{break-inside:avoid}.catalog-sheet-product{padding:12px;gap:12px}.catalog-sheet-info h3{font-size:15px}.catalog-sheet-prices strong{font-size:23px}.catalog-sheet-wholesale,.catalog-sheet-retail{padding:12px}.catalog-sheet-group-title h2{font-size:12px}.catalog-sheet-terms{grid-template-columns:repeat(3,1fr);padding:15px}.catalog-sheet-terms>div+div{border:0;padding:0}.catalog-sheet-margin{font-size:10px}.catalog-sheet-cta{padding:18px}}
