body.casm-open { overflow: hidden; }
.casm-search-modal { display:none; position:fixed; inset:0; z-index:999999; background:#fff; overflow:auto; }
.casm-search-modal.active { display:block; }
.casm-search-panel { max-width:900px; margin:52px auto; padding:0 20px 60px; position:relative; }
.casm-close { position:absolute; right:15px; top:-20px; width:34px; height:34px; border:0; background:transparent; font-size:34px; line-height:1; cursor:pointer; }
.casm-title { text-align:center; font-size:34px; line-height:1.2; margin:0 0 30px; font-weight:700; }
.casm-search-field { display:flex; align-items:center; border:1px solid #111; height:56px; padding:0 14px; margin-bottom:40px; }
.casm-icon { display:flex; color:#000; }
#casm-search-input { flex:1; border:0; outline:0; height:100%; padding:0 14px; font-size:16px; background:transparent; }
#casm-clear { width:32px; height:32px; border:1px solid #eee; background:#fff; font-size:20px; line-height:1; cursor:pointer; }
.casm-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:34px; }
.casm-products { border-right:1px solid #e5e5e5; padding-right:28px; }
.casm-heading-row { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:10px; }
.casm-heading-row h3, .casm-side h3 { margin:0 0 18px; font-size:24px; line-height:1.2; font-weight:700; }
.casm-heading-row a { color:#000; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.casm-product-item { display:grid; grid-template-columns:78px 1fr; gap:18px; align-items:center; padding:16px 0; border-bottom:1px solid #eee; color:#000; text-decoration:none; }
.casm-product-image img { width:78px; height:78px; object-fit:contain; display:block; }
.casm-placeholder { display:block; width:78px; height:20px; background:#f1f1f1; }
.casm-product-title { display:block; font-size:16px; line-height:1.45; margin-bottom:6px; }
.casm-product-price { display:block; font-size:16px; font-weight:700; }
.casm-product-price del { color:#999; margin-right:8px; font-weight:400; }
.casm-side h3:not(:first-child) { margin-top:34px; }
.casm-tags a, .casm-pages a { display:block; color:#000; text-decoration:none; margin-bottom:16px; line-height:1.45; }
.casm-tags a:hover, .casm-pages a:hover, .casm-product-item:hover .casm-product-title { text-decoration:underline; }
.casm-empty, .casm-loading { color:#555; margin:0 0 14px; }
@media (max-width:767px) { .casm-search-panel{margin:35px auto;} .casm-title{font-size:26px;} .casm-grid{grid-template-columns:1fr;} .casm-products{border-right:0;padding-right:0;} .casm-product-item{grid-template-columns:65px 1fr;} .casm-product-image img,.casm-placeholder{width:65px;height:65px;} }
