.comparison-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#0006;visibility:hidden;opacity:0;transition:all .3s ease;z-index:9999;display:flex;align-items:flex-end;justify-content:center;font-family:Toyota Type,sans-serif}.comparison-drawer.active{visibility:visible;opacity:1}.comparison-drawer .drawer-content{background:#fff;width:100%;max-height:64vh;border-radius:20px 20px 0 0;padding:2rem;transform:translateY(100%);transition:transform .3s ease;overflow-y:auto}@supports (-webkit-touch-callout: none){.comparison-drawer .drawer-content{max-height:60dvh}}.comparison-drawer.active .drawer-content{transform:translateY(0)}.comparison-drawer .drawer-close{background:none;border:none;font-size:1.8rem;cursor:pointer;position:absolute;top:1rem;right:1rem}.comparison-drawer h4{font-weight:600;font-size:24px;margin-bottom:30px}.comparison-drawer .drawer-body .b-find__label{font-weight:600;font-size:16px}.comparison-drawer .drawer-body .custom-dropdown__item{font-weight:400;font-size:14px}.drawer-handle{width:40px;height:5px;background-color:#0003;border-radius:10px;position:absolute;top:8px;left:50%;transform:translate(-50%)}
