.table-wrapper{position:relative;padding:var(--padding_desktop);border-radius:var(--borderRadius);--size: 1920;overflow-x:auto}.table-wrapper *{font-family:HelveticaNowDisplay-Regular}.table-wrapper table{width:auto;min-width:100%;border-collapse:collapse;border:none}.table-wrapper table thead{position:sticky;top:0;z-index:1;background-color:var(--background-color)}.table-wrapper td,.table-wrapper th{border:0;box-sizing:border-box}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.table-cell{vertical-align:middle}.cell-content{display:flex;height:100%;flex-direction:column}.thead{position:sticky;top:0;left:0;width:100%;z-index:10;transition:.3s ease-in-out;padding-top:1.40625vw;background-color:var(--background-color)}@media (min-width: 769px){.showpc{display:contents}.dropdown-button{display:none}.text-desktop-left td,.text-desktop-left th{text-align:left}.text-desktop-center td,.text-desktop-center th{text-align:center}.text-desktop-center .cell-content{align-items:center}.text-desktop-right td,.text-desktop-right th{text-align:right}.text-desktop-right .cell-content{align-items:flex-end}.first-column-desktop-left tr td:first-child,.first-column-desktop-left tr th:first-child{text-align:left}.first-column-desktop-left tr td:first-child .cell-content{align-items:flex-start}.first-column-desktop-center tr td:first-child,.first-column-desktop-center tr th:first-child{text-align:center}.first-column-desktop-right tr td:first-child,.first-column-desktop-right tr th:first-child{text-align:right}.first-column-desktop-right td:first-child .cell-content{align-items:flex-end}.column-switch{top:calc(32 / 1920 * 100vw);right:calc(121 / 1920 * 100vw)}.marginBottom{margin-bottom:calc(29 / 1920 * 100vw)}}@media (max-width: 768px){.thead{padding-top:calc(10 / 375 * 100vw)}.column-switch{top:calc(21 / 375 * 100vw);right:calc(21 / 375 * 100vw)}.table-wrapper{padding:var(--padding_mobile);--size: 375 }.marginBottom{margin-bottom:calc(11 / 375 * 100vw)}.text-mobile-left td,.text-mobile-left th{text-align:left}.text-mobile-center td,.text-mobile-center th{text-align:center}.text-mobile-center .cell-content{align-items:center}.text-mobile-right td,.text-mobile-right th{text-align:right}.text-mobile-right .cell-content{align-items:flex-end}.hide-first-column-mobile tr td:first-child,.hide-first-column-mobile tr th:first-child{display:none}.desktop-only,.hidden-row{display:none!important}}.column-switch{position:absolute}.switch-button,.dropdown-button{z-index:1000;cursor:pointer;position:absolute}.dropdown-content{position:absolute;margin-top:3.2vw;top:100%;right:calc(-10 / 375 * 100vw);background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:calc(10 / 375 * 100vw);z-index:1001;min-width:calc(146 / 375 * 100vw)}.dropdown-option{position:relative;display:block;width:100%;font-size:calc(14 / 375 * 100vw);padding:calc(13 / 375 * 100vw) 8vw;line-height:1;text-align:left;border:none;background:none;cursor:pointer;white-space:nowrap;border-bottom:1px solid #D9D9D9}.dropdown-option:first-child{border-top-left-radius:calc(10 / 375 * 100vw);border-top-right-radius:calc(10 / 375 * 100vw)}.dropdown-option:last-child{border-bottom-left-radius:calc(10 / 375 * 100vw);border-bottom-right-radius:calc(10 / 375 * 100vw);border:none}.table-wrapper .dropdown-option .checkmark{position:absolute;top:calc(14 / 375 * 100vw);left:calc(10 / 375 * 100vw);border:none;width:3.2vw}.table-fixed-header{position:sticky;top:0;z-index:2;background-color:inherit}.table-fixed-column{position:sticky;left:0;z-index:1;background-color:inherit}.table-wrapper th.sticky-col-1,.table-wrapper td.sticky-col-1{position:sticky;left:0;z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-2,.table-wrapper td.sticky-col-2{position:sticky;left:var(--first-col-width);z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-3,.table-wrapper td.sticky-col-3{position:sticky;left:calc(var(--first-col-width) + var(--col-width) * 1);z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-4,.table-wrapper td.sticky-col-4{position:sticky;left:calc(var(--first-col-width) + var(--col-width) * 2);z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-5,.table-wrapper td.sticky-col-5{position:sticky;left:calc(var(--first-col-width) + var(--col-width) * 3);z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-6,.table-wrapper td.sticky-col-6{position:sticky;left:calc(var(--first-col-width) + var(--col-width) * 4);z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-7,.table-wrapper td.sticky-col-7{position:sticky;left:calc(var(--first-col-width) + var(--col-width) * 5);z-index:3;background-color:var(--background-color)}.table-wrapper th.sticky-col-8,.table-wrapper td.sticky-col-8{position:sticky;left:calc(var(--first-col-width) + var(--col-width) * 6);z-index:3;background-color:var(--background-color)}.resizable-column{position:relative}.resizable-column:after{content:"";position:absolute;right:0;top:0;bottom:0;width:5px;cursor:col-resize}.table-cell-text,.table-header{word-break:break-word;font-size:calc(var(--fontSizeBlod) / var(--size) * 100vw);color:var(--text_color);box-sizing:border-box}.table-cell-rich-text{font-size:calc(var(--fontSizesmall) / var(--size) * 100vw);color:var(--rich_text_color);height:calc(var(--fontSizesmall) / var(--size) * 100vw)}.table-cell-image{max-width:100%;height:auto;display:block;margin:0 auto}.table-wrapper{border-color:#0000001a}.table-striped tbody tr:nth-child(2n){background-color:#00000005}.tr-hover:hover{background-color:#0000000d}.hidden-column{display:none!important}.switch-button,.dropdown-button{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;position:relative;width:calc(40 / var(--size) * 100vw);height:calc(40 / var(--size) * 100vw)}.switch-button{width:calc(32 / 1920 * 100vw);height:calc(32 / 1920 * 100vw);border-radius:50%}.dropdown-button{width:calc(17 / var(--size) * 100vw);height:calc(17 / var(--size) * 100vw);background:#7a7a7b;border-radius:50%}.switch-button:hover,.dropdown-button:hover{border-radius:50%}.switch-button svg,.dropdown-button svg{width:100%;height:100%;color:#fff;pointer-events:none}.table-wrapper thead th{position:relative;transition:transform .3s ease;background-color:var(--background-color)}.leaving{opacity:0;transform:translate(-100%);transition:transform .3s ease,opacity .3s ease}.entering{opacity:0;transform:translate(100%);transition:transform .3s ease,opacity .3s ease}.sliding{transform:translate(-100%);z-index:-1}.hidden-column{display:none}.table-wrapper tbody td{transition:none;position:relative}.PoAbsolute{position:absolute;left:0;top:0;width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/21/assets/new_table.css.map */
