.popup-header{display:flex;justify-content:space-between;color:var(--color-black)}.popup-header .popup-close-button{height:24px;width:24px;cursor:pointer}.popup-content-items-wrapper{grid-template-columns:repeat(1,1fr);grid-row-gap:20px;grid-column-gap:20px;flex-flow:row wrap;display:grid}.popup-content-items-wrapper .table-content-popup-item{background:#fff;box-shadow:0 32px 24px -32px #0000000d;border-radius:6px;text-align:center;padding:20px;align-items:center;justify-content:space-between;flex-direction:column;display:-webkit-flex;display:-ms-flexbox;display:flex;border:2px dashed #eee}.popup-content-items-wrapper .table-content-popup-item .popup-item-title{color:#000;line-height:normal;text-align:center;margin-bottom:30px;font-size:14px}.table-content-popup-wrapper{position:fixed;left:0;top:0;width:100%;display:flex;justify-content:center;z-index:999999;height:100%;opacity:0;transform:translateY(-100%);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.table-content-popup-wrapper.active{opacity:1;transform:translateY(0);pointer-events:auto;background-color:#99999980}.table-content-popup-container{background:#fbfbfb;width:90%;max-width:1200px}.popup-content-items-wrapper::-webkit-scrollbar{width:3px}.table-content-popup-item a{letter-spacing:normal;text-transform:capitalize}@media screen and (min-width: 768px){.popup-content-items-wrapper{grid-template-columns:repeat(2,1fr);padding:30px}.popup-content-items-wrapper .table-content-popup-item .popup-item-title{font-size:16px}}@media screen and (min-width: 990px){.popup-content-items-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1024px){.popup-content-items-wrapper{grid-template-columns:repeat(5,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/87/assets/table-popup.css.map */
