.product-modal{width:900px;max-width:calc(100vw - 40px);padding:0;border:0;border-radius:8px;background:transparent;color:var(--ink);overflow:visible}.product-modal::backdrop{background:#000000a8}.product-modal__shell{position:relative;width:860px;max-width:100%;height:600px;display:grid;grid-template-columns:320px 580px;border-radius:8px;background:#e9e5df;box-shadow:0 32px 90px #0000006b;overflow:hidden}.product-modal__close{position:absolute;top:10px;right:12px;z-index:8;width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(17,24,32,.18);border-radius:50%;background:#ffffffc7;color:var(--ink);font-size:20px;line-height:1;cursor:pointer}.product-modal__visual{position:relative;z-index:2;overflow:visible;color:#fff;background:#252729}.product-modal__visual-bg,.product-modal__visual-shade{position:absolute;inset:0}.product-modal__visual-bg{width:100%;height:100%;object-fit:cover;filter:grayscale(.2);opacity:.48}.product-modal__visual-shade{background:linear-gradient(180deg,#1012146b,#101214c7)}.product-modal__image{position:absolute;z-index:4;left:96px;top:172px;width:355px;height:275px;object-fit:contain;filter:drop-shadow(0 26px 34px rgba(0,0,0,.34))}.product-modal__note{position:absolute;z-index:5;width:230px;color:#fff}.product-modal__note strong{display:block;font-family:Archive,Poppins,sans-serif;font-size:13px;line-height:1.15;text-transform:uppercase}.product-modal__note span{display:block;margin-top:4px;font-size:12px;line-height:1.35}.product-modal__note--top{left:24px;top:110px}.product-modal__note--bottom{left:24px;bottom:16px}.product-modal__arrow{position:absolute;z-index:5;object-fit:contain}.product-modal__arrow--visual-top{left:94px;top:150px;width:110px;height:auto}.product-modal__arrow--visual-bottom{left:34px;bottom:140px;width:116px;height:auto}.product-modal__content{position:relative;z-index:1;padding:24px 34px 20px 44px;background:#e9e5df}.product-modal__content-arrow{position:absolute;z-index:1;pointer-events:none;object-fit:contain}.product-modal__content-arrow--top{left:60px;top:130px;width:180px}.product-modal__content-arrow--bottom{bottom:140px;width:126px}.product-modal__title{position:relative;z-index:2;margin:0;font-family:Archive,Poppins,sans-serif;font-size:38px;line-height:1;letter-spacing:.02em;text-transform:uppercase}.product-modal__title span{display:inline;padding:0 9px;background:linear-gradient(to top,var(--accent) 0 48%,transparent 48% 100%);box-decoration-break:clone;-webkit-box-decoration-break:clone}.product-modal__subhead{position:relative;z-index:2;margin-top:10px;display:flex;align-items:baseline;justify-content:center;gap:14px;font-family:Archive,Poppins,sans-serif;text-transform:uppercase}.product-modal__subhead strong{font-size:15px}.product-modal__subhead span{font-size:22px}.product-modal__pricing{position:relative;z-index:2;width:300px;margin:40px 0 0;display:grid;left:25%}.product-modal__price-row{width:100%;margin:0;display:flex;align-items:baseline;justify-content:flex-end;gap:8px;font-family:Archive,Poppins,sans-serif;text-transform:uppercase}.product-modal__price-row strong,.product-modal__price-row span{font-size:20px;line-height:1}.product-modal__price-row span{padding-inline:6px;background:linear-gradient(to top,var(--accent) 0 42%,transparent 42% 100%)}.product-modal__rent{width:100%;margin:22px 0 0 20px}.product-modal__rent h3{width:fit-content;margin:0 0 12px;padding-inline:6px;background:linear-gradient(to top,var(--accent) 0 44%,transparent 44% 100%);font-family:Archive,Poppins,sans-serif;font-size:20px;line-height:1;text-transform:uppercase}.product-modal__rent table{width:100%;border-collapse:collapse;font-size:10px;text-align:center}.product-modal__rent th{height:26px;background:#686868;color:#fff;font-size:12px;font-weight:700}.product-modal__rent td{height:23px;border-bottom:2px solid #9d9d9d;font-weight:700}.product-modal__discounts{width:100%;margin:22px 0 0 20px;display:flex;justify-content:center;align-items:center;gap:16px}.product-modal__discounts[hidden]{display:none!important}.product-modal__discounts img{width:80px;height:80px}.product-modal__loads{position:absolute;z-index:2;left:44px;right:34px;bottom:10px;display:grid;gap:10px}.product-modal__loads h3{margin:0;font-family:Archive,Poppins,sans-serif;font-size:13px;line-height:1.15;text-transform:uppercase}.product-modal__loads small{display:block;margin-top:2px;font-size:9px;font-weight:700}.product-modal__loads p{margin:4px 0 0;font-size:12px;line-height:1.3;white-space:pre-line}.product-modal__note-small{font-size:9px!important;font-weight:700}@media(max-width:920px){.product-modal{width:min(600px,calc(100vw - 28px));max-height:calc(100vh - 28px)}.product-modal__shell{width:100%;height:auto;max-height:calc(100vh - 28px);grid-template-columns:1fr;overflow-y:auto}.product-modal__visual{min-height:270px;overflow:hidden}.product-modal__image{left:50%;top:64px;width:min(74%,360px);height:160px;transform:translate(-50%)}.product-modal__note{position:relative;left:auto;top:auto;bottom:auto;width:auto;padding:16px 20px 0}.product-modal__note--bottom{padding-top:178px;padding-bottom:18px}.product-modal__arrow,.product-modal__content-arrow{display:none}.product-modal__content{padding:26px 24px 24px}.product-modal__title{font-size:clamp(30px,5vw,36px)}.product-modal__subhead{align-items:flex-start;flex-direction:column;gap:2px;margin-top:8px}.product-modal__pricing{left:0;width:100%;margin-top:22px}.product-modal__price-row{justify-content:flex-start;flex-wrap:wrap}.product-modal__loads{position:static;margin-top:22px}}@media(max-width:720px){.product-modal{width:min(520px,calc(100vw - 20px));max-height:calc(100vh - 20px)}.product-modal__shell{height:auto;max-height:calc(100vh - 20px);grid-template-columns:1fr;overflow-y:auto}.product-modal__visual{min-height:250px;overflow:hidden}.product-modal__image{left:50%;top:58px;width:min(74%,340px);height:150px;transform:translate(-50%)}.product-modal__note{position:relative;left:auto;top:auto;bottom:auto;width:auto;padding:16px 18px 0}.product-modal__note--bottom{padding-top:170px;padding-bottom:18px}.product-modal__arrow,.product-modal__content-arrow{display:none}.product-modal__content{padding:24px 20px 22px}.product-modal__title{font-size:clamp(28px,8vw,34px)}.product-modal__subhead{align-items:flex-start;flex-direction:column;gap:2px;margin-top:8px}.product-modal__pricing{width:100%;margin-top:22px}.product-modal__price-row{justify-content:flex-start;flex-wrap:wrap}.product-modal__rent{margin-top:18px}.product-modal__discounts{justify-content:flex-start;gap:18px}.product-modal__discounts img{width:62px;height:62px}.product-modal__loads{position:static;margin-top:20px}}@media(max-width:480px){.product-modal{width:calc(100vw - 14px);max-height:calc(100vh - 14px)}.product-modal__shell{max-height:calc(100vh - 14px)}.product-modal__close{top:7px;right:8px;width:26px;height:26px;font-size:18px}.product-modal__visual{min-height:168px}.product-modal__image{top:28px;width:min(82%,320px);height:128px}.product-modal__note{padding:10px 14px 0}.product-modal__note strong{font-size:11px}.product-modal__note span{margin-top:2px;font-size:10px;line-height:1.25}.product-modal__note--bottom{padding-top:116px;padding-bottom:10px}.product-modal__content{padding:12px 14px 14px}.product-modal__title{font-size:23px;line-height:.95}.product-modal__subhead{margin-top:5px;gap:0}.product-modal__subhead strong{font-size:12px}.product-modal__subhead span{font-size:16px}.product-modal__pricing{margin-top:12px}.product-modal__price-row{gap:6px}.product-modal__price-row strong,.product-modal__price-row span{font-size:16px}.product-modal__rent{margin:12px 0 0}.product-modal__rent h3{margin-bottom:7px;font-size:16px}.product-modal__rent th{height:22px;font-size:10px}.product-modal__rent td{height:19px;border-bottom-width:1px}.product-modal__discounts{margin:12px 0 0;justify-content:flex-start;gap:10px}.product-modal__discounts img{width:80px;height:80px}.product-modal__loads{gap:6px;margin-top:12px}.product-modal__loads h3{font-size:11px;line-height:1.1}.product-modal__loads small{margin-top:1px;font-size:8px}.product-modal__loads p{margin-top:2px;font-size:10px;line-height:1.2}.product-modal__note-small{font-size:8px!important}}
