/* Regole isolate del chiosco, senza impatto su cassa e amministrazione. */
.kiosk-page{min-height:100dvh;overflow:hidden!important;display:flex;flex-direction:column}
.kiosk-page>.topbar{flex:0 0 auto}
.kiosk-page>.kiosk-container{flex:1 1 auto;min-height:0;height:auto!important;max-width:none;width:100%;padding:14px}
.kiosk-page .kiosk-layout{height:100%;min-height:0;grid-template-columns:minmax(0,1fr) minmax(320px,390px)}
.kiosk-page .kiosk-catalog{height:100%;min-height:0;display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden}
.kiosk-page .kiosk-categories{min-height:0;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain}
.kiosk-page .kiosk-products{min-height:0;height:100%;overflow-y:auto!important;overflow-x:hidden!important;align-content:start;padding:0 8px 24px 0;overscroll-behavior:contain;grid-auto-rows:minmax(280px,auto)}
.kiosk-page .product{display:flex!important;flex-direction:column!important;height:100%;min-height:280px;overflow:hidden}
.kiosk-page .product>img{width:100%;height:145px!important;min-height:145px!important;max-height:145px!important;object-fit:cover;flex:0 0 145px}
.kiosk-page .product .pad{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;padding:14px}
.kiosk-page .product h3{margin:0 0 7px;line-height:1.2}
.kiosk-page .product p{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:0!important}
.kiosk-page .product .price{margin-top:auto;padding-top:12px;display:block;position:static!important;font-size:1.25rem}
.kiosk-page .cart{position:static!important;top:auto!important;height:100%;min-height:0;max-height:none!important;overflow-y:auto!important;overscroll-behavior:contain}
.kiosk-page>.sponsor-strip{flex:0 0 auto;position:static!important;width:calc(100% - 28px);margin:0 14px 8px;z-index:auto!important}
.kiosk-page .sponsor-strip img{object-fit:contain}
.kiosk-page #doneBody>img,.kiosk-page #doneBody img[src*="/qr"]{display:block;width:min(260px,70vw)!important;height:min(260px,70vw)!important;max-width:260px!important;max-height:260px!important;aspect-ratio:1/1;object-fit:contain;margin:12px auto;background:#fff;padding:8px;border-radius:12px}
@media(max-height:800px) and (min-width:901px){.kiosk-page .kiosk-products{grid-auto-rows:minmax(245px,auto)}.kiosk-page .product{min-height:245px}.kiosk-page .product>img{height:118px!important;min-height:118px!important;max-height:118px!important;flex-basis:118px}}
@media(max-width:900px){.kiosk-page{overflow-y:auto!important;display:block}.kiosk-page>.kiosk-container{height:auto!important;min-height:0}.kiosk-page .kiosk-layout{height:auto;grid-template-columns:1fr}.kiosk-page .kiosk-catalog{height:auto;min-height:65vh;grid-template-columns:150px minmax(0,1fr)}.kiosk-page .kiosk-products{height:auto;overflow:visible!important}.kiosk-page .cart{height:auto;overflow:visible!important}.kiosk-page>.sponsor-strip{width:auto;margin:10px}}
