/* START_SNIPPET:lmb-range-products (INDEX:301) */
.lmb-range-products{margin:24px 0;padding:20px;border:1px solid #e5dfd5;border-radius:14px;background:#faf8f4;color:#001b44;min-width:0}
.lmb-range-products__heading h2{margin:0;font-size:22px;font-weight:600;line-height:1.25;color:#001b44;letter-spacing:-.3px}
.lmb-range-products__heading p{margin:6px 0 16px;font-size:13px;line-height:1.4;color:#5c6064}
.lmb-range-products__grid{display:grid;grid-template-columns:1fr;gap:10px}
.lmb-range-card{display:grid;grid-template-columns:96px minmax(0,1fr) 16px;align-items:center;gap:14px;padding:10px;background:#fff;border:1px solid #e5dfd5;border-radius:10px;text-decoration:none;color:#001b44;transition:border-color .15s,box-shadow .15s}
.lmb-range-card:hover{border-color:#001b44;box-shadow:0 3px 12px #001b4410}
.lmb-range-card:focus-visible,.lmb-range-products__more summary:focus-visible{outline:2px solid #001b44;outline-offset:3px}
.lmb-range-card__image{display:block;aspect-ratio:1;background:#f7f5f1;border-radius:6px;overflow:hidden}
.lmb-range-card__image img{display:block;width:100%;height:100%;object-fit:contain}
.lmb-range-card__info{display:flex;flex-direction:column;gap:8px;min-width:0}
.lmb-range-card__name{font-size:14px;font-weight:500;line-height:1.4;overflow-wrap:anywhere}
.lmb-range-card__price{font-size:16px;line-height:1.2;font-weight:700;color:#001b44}
.lmb-range-card__stock{font-size:12px;color:#626262}
.lmb-range-card__arrow{font-size:19px}
.lmb-range-products__more{margin-top:12px;border:0}
.lmb-range-products__more>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:6px 2px;cursor:pointer;font-size:14px;font-weight:600;list-style:none;color:#001b44}
.lmb-range-products__more>summary::-webkit-details-marker{display:none}
.lmb-range-products__more[open]>summary{margin-bottom:8px}
.lmb-range-products__more>summary{justify-content:center}
.lmb-range-products__more:not([open])>.lmb-range-products__grid{display:none}
.lmb-range-products__more .lmb-range-products__hide,.lmb-range-products__more[open] .lmb-range-products__show{display:none}
.lmb-range-products__more[open] .lmb-range-products__hide{display:inline}
.lmb-range-products__more[open] .lmb-range-products__toggle{transform:rotate(45deg)}
@media(max-width:749px){.lmb-range-products{padding:14px;margin:20px 0}.lmb-range-products__heading h2{font-size:20px}.lmb-range-card{grid-template-columns:80px minmax(0,1fr) 14px;gap:10px;padding:8px}.lmb-range-card__name{font-size:13px}}
/* END_SNIPPET:lmb-range-products */
