.atlas-tiles-modal{--atm-text: #111;--atm-muted: #111;--atm-border: #d8d8d8;--atm-black: #000;--atm-white: #fff;--atm-card-header-bg: var(--atm-black);--atm-card-content-bg: var(--atm-white);--atm-card-text: var(--atm-text);--atm-modal-header-bg: var(--atm-black);--atm-modal-content-bg: var(--atm-white);--atm-modal-text: var(--atm-text);background:var(--atm-white);color:var(--atm-text)}.atlas-tiles-modal__inner{padding-top:var(--atm-pt, 64px);padding-bottom:var(--atm-pb, 64px)}.atlas-tiles-modal__title{margin:0 0 40px;color:var(--atm-text);font-family:Trade Gothic LT Std,sans-serif;font-size:48px;font-weight:700;line-height:1;letter-spacing:0;text-align:center;text-transform:uppercase}.atlas-tiles-modal__grid{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width:750px){.atlas-tiles-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.atlas-tiles-modal__grid{grid-template-columns:repeat(var(--atm-cols, 3),minmax(0,1fr))}}.atlas-tiles-modal__tile{display:flex;flex-direction:column;width:100%;margin:0;padding:0;border-radius:0;border:1px solid var(--atm-border);background:var(--atm-card-content-bg);color:var(--atm-card-text);text-align:left;cursor:pointer;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease}.atlas-tiles-modal__tile:hover,.atlas-tiles-modal__tile:focus-visible{border-color:#000;box-shadow:0 0 5px #00000080;transform:translateY(-2px);outline:none}.atlas-tiles-modal__media{display:flex;align-items:center;justify-content:center;padding:38px;background:var(--atm-card-header-bg);overflow:hidden}.atlas-tiles-modal__media img,.atlas-tiles-modal__media .placeholder-svg{width:auto;height:var(--atm-image-h, 95px);max-width:100%;object-fit:contain;display:block}.atlas-tiles-modal__media .placeholder-svg{width:var(--atm-image-h, 95px);fill:#fff;opacity:.85}.atlas-tiles-modal__content{display:flex;flex-direction:column;flex:1 1 auto;gap:20px;padding:20px;background:var(--atm-card-content-bg);color:var(--atm-card-text)}.atlas-tiles-modal__tile-title{margin:0;color:var(--atm-card-text);font-family:Trade Gothic LT Std,sans-serif;font-size:26px;font-weight:700;line-height:1;letter-spacing:0;text-transform:uppercase}.atlas-tiles-modal__tile-body{margin:0;color:var(--atm-card-text);font-family:var(--FONT-STACK-BODY);font-size:18px;font-weight:400;line-height:110%}.atlas-tiles-modal__tile-body p{margin:0}.atlas-tiles-modal__tile-body p+p{margin-top:.5rem}.atlas-tiles-modal__read-more{margin-top:auto;padding-top:10px;color:var(--atm-card-text);font-family:var(--FONT-STACK-BODY);font-size:16px;line-height:1;text-decoration:underline;text-underline-offset:.18em;display:none}.atlas-tiles-modal__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:1.25rem;border:0;background:transparent;max-width:none;max-height:none;width:100%;height:100%}.atlas-tiles-modal__dialog[open],.atlas-tiles-modal__dialog.is-open{display:flex}.atlas-tiles-modal__dialog::backdrop{background:#0000008c}.atlas-tiles-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.atlas-tiles-modal__panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,860px);max-height:min(90vh,860px);overflow:hidden;background:var(--atm-modal-content-bg);color:var(--atm-modal-text);box-shadow:0 24px 64px #00000059}.atlas-tiles-modal__header{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:111px;padding:30px 40px;background:var(--atm-modal-header-bg);color:#fff}.atlas-tiles-modal__header-media{display:flex;align-items:center;justify-content:center;width:100%}.atlas-tiles-modal__header-media img,.atlas-tiles-modal__header-media .placeholder-svg{width:auto;height:100%;max-height:51px;object-fit:contain;display:block}.atlas-tiles-modal__header-media .placeholder-svg{fill:#fff;opacity:.85}.atlas-tiles-modal__header-media.is-empty{display:none}.atlas-tiles-modal__close{position:absolute;top:50%;transform:translateY(-50%);right:.65rem;z-index:2;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:var(--atm-white);cursor:pointer}.atlas-tiles-modal__close:hover{opacity:.75}.atlas-tiles-modal__close:focus-visible{outline:2px solid #fff;outline-offset:2px}.atlas-tiles-modal__close svg{width:18px;height:18px;display:block}.atlas-tiles-modal__body{flex:1 1 auto;overflow:auto;padding:40px;background:var(--atm-modal-content-bg);color:var(--atm-modal-text)}.atlas-tiles-modal__modal-title{margin:0 0 1rem;color:var(--atm-modal-text);font-family:Trade Gothic LT Std,sans-serif;font-size:36px;font-weight:700;line-height:1.15;letter-spacing:0;text-transform:uppercase}.atlas-tiles-modal__modal-copy{margin:0;color:var(--atm-modal-text);font-family:var(--FONT-STACK-BODY);font-size:.875rem;font-weight:400;line-height:1.6}.atlas-tiles-modal__modal-copy p{margin:0}.atlas-tiles-modal__modal-copy p+p{margin-top:.85rem}@media screen and (max-width:1280px){.atlas-tiles-modal__title{font-size:40px}}@media screen and (max-width:768px){.atlas-tiles-modal__inner{padding-top:var(--atm-pt-mobile, 40px);padding-bottom:var(--atm-pb-mobile, 40px)}.atlas-tiles-modal__read-more{display:block}.atlas-tiles-modal__tile-title{font-size:24px}.atlas-tiles-modal__title{font-size:36px}.atlas-tiles-modal__tile-body{font-size:16px}.atlas-tiles-modal__header{min-height:90px;padding:27px 20px}.atlas-tiles-modal__body{padding:20px}.atlas-tiles-modal__content{gap:15px}.atlas-tiles-modal__modal-title{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/470/assets/atlas-tiles-with-modal.css.map */
