.size-guide{display:grid;grid-template-rows:auto 1fr;width:min(100vw,500px);height:100vh;position:fixed;top:0;right:0;padding:0 var(--global-padding-x);z-index:10;background-color:var(--colour-cream);border-left:1px solid var(--colour-buttermilk);transition:transform .25s ease 0ms}.size-guide:not(.size-guide--active){transform:translate(100%)}.banner-active:not(.banner-active.header-unpinned) .size-guide{height:calc(100vh - var(--global-notification-height));top:var(--global-notification-height)}.size-guide-header{display:flex;justify-content:space-between;align-items:center;height:var(--global-header-height);border-bottom:var(--global-border)}.size-guide__body{overflow:hidden}.size-guide-body{height:100%;padding:clamp(15px,4vw,25px) 0;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.size-guide-body::-webkit-scrollbar{display:none}table,.table,.table-size{width:100%}table thead,.table thead,.table-size thead{background-color:var(--colour-buttermilk);font-weight:700}table thead td,.table thead td,.table tbody td,.table-size thead td,.table-size tbody td{padding:1em}table tbody td,.table tbody td,.table-size tbody td{border-bottom:var(--global-border)}.table-container{margin:3em 0 0}.table-container:not(.table-container.active){display:none}
