.cm-card-price-date{display:block;margin-top:5px;color:#817786;font-size:11px;line-height:1.35}
.cm-model-carousel{position:relative;display:flex;align-items:center;gap:12px}
.cm-model-carousel .cm-model-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 1px 10px;width:100%}
.cm-model-carousel .cm-model-grid::-webkit-scrollbar{display:none}
.cm-model-carousel .cm-model-grid>a{flex:0 0 calc((100% - 70px)/6);min-width:0;scroll-snap-align:start}
.cm-carousel-button{flex:0 0 42px;width:42px;height:42px;border:1px solid #dfd2e8;border-radius:50%;background:#fff;color:var(--cm-purple);font-size:30px;line-height:1;display:grid;place-items:center;box-shadow:0 5px 16px #32113e12}
.cm-carousel-button:disabled{opacity:.3;cursor:default}
.cm-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.cm-testimonial{min-width:0}
.cm-testimonial blockquote{position:relative;min-height:138px;margin:0 0 22px;padding:25px;border:1px solid var(--cm-line);border-radius:10px;background:#fff;color:#4d4452;font-style:normal}
.cm-testimonial blockquote:after{content:"";position:absolute;bottom:-11px;left:24px;width:20px;height:20px;background:#fff;border-right:1px solid var(--cm-line);border-bottom:1px solid var(--cm-line);transform:rotate(45deg)}
.cm-testimonial-stars{color:#f5ad00;letter-spacing:2px;font-size:21px}
.cm-testimonial strong,.cm-testimonial small{display:block}
.cm-testimonial small{color:var(--cm-muted)}
.cm-home-about{max-width:980px;margin-inline:auto}
.cm-home-about h2{text-align:center}
.cm-home-about p{color:#554d59}
.cm-related{border-top:1px solid var(--cm-line);margin-top:18px}
.cm-related h2{text-align:center;margin-bottom:28px}
.cm-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.cm-coupon-votes-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid #eadff0}
.cm-coupon-votes-inline>span{font-weight:700;margin-right:auto}
.cm-coupon-votes-inline button{border:1px solid #d9c9e4;border-radius:20px;background:#fff;color:#3a2c40;padding:7px 12px}
.cm-coupon-votes-inline small{width:100%;color:var(--cm-muted)}
@media(max-width:1000px){
  .cm-model-carousel .cm-model-grid>a{flex-basis:calc((100% - 42px)/4)}
  .cm-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cm-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .cm-model-carousel{margin-inline:-5px;gap:5px}
  .cm-carousel-button{flex-basis:34px;width:34px;height:34px;font-size:25px}
  .cm-model-carousel .cm-model-grid>a{flex-basis:calc((100% - 18px)/2.35)}
  .cm-testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}
  .cm-testimonial{flex:0 0 82%;scroll-snap-align:start}
  .cm-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cm-coupon-votes-inline>span{width:100%;margin-right:0}
}
/* Catmania 2.5: native catalog navigation and unique model drawings. */
.cm-category-icons{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:12px;margin:20px 0 30px;padding:8px 0 18px;border-bottom:1px solid var(--cm-line)}
.cm-category-icons a{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;text-decoration:none;color:var(--cm-purple);padding:10px 5px;border-radius:8px;font-size:13px;line-height:1.4}
.cm-category-icons a:hover,.cm-category-icons a[aria-current=page]{background:var(--cm-soft)}
.cm-category-icon{display:block;flex-shrink:0;width:48px;height:48px}
.cm-model-illustration{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;background:var(--cm-soft);border-radius:14px;color:var(--cm-purple)}
.cm-model-illustration .cm-category-icon{width:65%;height:65%;stroke-width:1.5}
.cm-model-grid>a>img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:14px}
.cm-category-hero p{max-width:760px}.cm-prose h2{font-size:clamp(23px,3vw,30px);margin-top:28px}
@media(max-width:900px){.cm-category-icons{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.cm-category-icons a{flex:0 0 105px;scroll-snap-align:start}}
