@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.size-chart{background-color:red;position:fixed;z-index:5;left:0;top:0;width:100vw;height:100vh;height:100dvh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(25,30,50,.9);margin:0}.size-chart__close{display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:20px;right:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;padding:0;width:32px;height:32px;background:var(--neutrals--800)}.size-chart__close img{width:20px;height:20px;filter:invert(1)}.size-chart__title{font-weight:400;font-size:var(--header---h5);line-height:160%;color:var(--neutrals--900);margin-bottom:24px}.size-chart__content{padding:60px;margin:120px auto;height:calc(100vh - 240px);height:calc(100dvh - 240px);max-width:768px;overflow:auto;background-color:var(--neutrals--100);border-radius:12px}.size-chart table{white-space:nowrap;border-collapse:collapse;width:100%}.size-chart tr{padding-inline:8px}.size-chart tbody tr{background-color:var(--neutrals--300);border-radius:12px;border-top:4px solid var(--neutrals--100)}.size-chart th{font-weight:600;line-height:140%;font-size:var(--very-small-text-10-pt---strike);padding:8px;text-align:left}.size-chart td{font-weight:400;font-size:var(--body-14-pt---body-2);line-height:160%;padding:8px}.size-chart td:nth-child(1){border-top-left-radius:6px;border-bottom-left-radius:6px}.size-chart td:nth-last-child(1){border-top-right-radius:6px;border-bottom-right-radius:6px}@media screen and (max-width: 1023px){.size-chart__close{position:absolute;top:1rem;right:1rem;z-index:6}}@media screen and (max-width: 768px){.size-chart__title{margin-bottom:16px}.size-chart__content{margin:70px 16px;padding:16px;height:calc(100dvh - 120px)}}
