.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;width:100%;height:100%;z-index:1001;background-color:var(--drawer-background-color);color:var(--drawer-text-color);border-left:1px solid var(--drawer-text-color);border-right:1px solid var(--drawer-text-color);text-align:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease-out,visibility .25s ease-out}.popup[data-type=size-chart],.popup[data-type=filters]{width:95%;height:auto}.popup.show{opacity:1;visibility:visible;pointer-events:auto}.popup__header,.popup__footer{position:relative;display:flex;justify-content:center;gap:1px;padding:12px;border-top:1px solid var(--drawer-text-color);border-bottom:1px solid var(--drawer-text-color)}.popup__footer{border-top:none}.close-popup{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:18px;height:14px}.close-popup:before,.close-popup:after{content:"";display:block;width:100%;height:2px;background-color:var(--text-color);position:absolute;top:50%;left:50%;transition:width .15s ease-out,top .15s ease-out,transform .15s ease-out}.close-popup:before{transform:translate(-50%,-50%) rotate(45deg)}.close-popup:after{transform:translate(-50%,-50%) rotate(-45deg)}.popup__content{height:100%;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--drawer-text-color)}.popup__content p{padding:12px}.popup table{display:flex;flex-direction:column;width:100%}.popup tr{display:flex;width:100%}.popup td{flex-grow:1;padding:8px;font-weight:inherit;text-transform:inherit}.popup td{border-right:1px solid var(--drawer-text-color)}.popup td:nth-last-of-type(1){border:none}.popup tr:nth-child(1){text-transform:capitalize}.popup tr:nth-child(1) td{border:none;border-right:1px solid var(--drawer-text-color);border-bottom:1px solid var(--drawer-text-color)}.popup tr:nth-child(1) td:nth-last-of-type(1){border-right:none}.filters-container{padding:24px 12px;border-bottom:1px solid var(--drawer-text-color)}.filters-container:nth-last-of-type(1){border-bottom:none}.filters-header{margin-bottom:16px}.filters-options{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.filters-option{padding:12px;border:1px solid var(--drawer-text-color)}.filters-option:hover{box-shadow:0 0 10px -6px var(--text-color)}.filters-option.active{border:2px solid var(--drawer-text-color)}#clear-filters{transition:opacity .25s ease-out}#clear-filters[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}@media (min-width: 768px){.popup{width:50%;max-width:420px;height:auto}.popup__content p{padding:32px 12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/popup.css.map */
