/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/.rtable{display:inline-block;vertical-align:top;max-width:100%;overflow-x:auto;// optional - looks better for small cell values // white-space: nowrap;border-collapse:collapse;border-spacing:0}.rtable,.rtable--flip tbody{// optional - enable iOS momentum scrolling -webkit-overflow-scrolling: touch;// scrolling shadows background: radial-gradient(left,ellipse,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 75%) 0 center,radial-gradient(right,ellipse,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 75%) 100% center;background-size:10px 100%,10px 100%;background-attachment:scroll,scroll;background-repeat:no-repeat}// change these gradients from white to your background colour if it differs // gradient on the first cells to hide the left shadow .rtable td:first-child,.rtable--flip tbody tr:first-child{background-image:linear-gradient(to right,#fff 50%,#fff0);background-repeat:no-repeat;background-size:20px 100%}// gradient on the last cells to hide the right shadow .rtable td:last-child,.rtable--flip tbody tr:last-child{background-image:linear-gradient(to left,#fff 50%,#fff0);background-repeat:no-repeat;background-position:100% 0;background-size:20px 100%}.rtable th{text-align:left;font-weight:700}@media(max-width:480px){.rtable th{width:150px!important;min-width:auto!important;font-size:15px}.product-card__name{font-size:15px}.product-card__info{padding:15px 0}}.rtable th,.rtable td{padding:6px 12px;// border: 1px solid #d9d7ce;min-height:55px}.rtable--flip{display:flex;overflow:hidden;background:none}.rtable--flip thead{display:flex;flex-shrink:0;min-width:min-content}.rtable--flip tbody{display:flex;position:relative;overflow-x:auto;overflow-y:hidden}.rtable--flip tr{display:flex;flex-direction:column;min-width:min-content;flex-shrink:0}@media(max-width:1400px){.lg-table-root-header{display:none}}.lg-table-root-header th{min-width:200px;width:14.28571vw}.lg-table-root-header th:nth-child(2),.lg-table-root-header th:nth-child(3){min-width:600px;width:33.33333vw}.rtable--flip td,.rtable--flip th{display:block;min-width:200px;width:14.28571vw}.rtable--flip td{background-image:none!important;// border-collapse is no longer active border-left: 0;display:flex;align-items:center;justify-content:center}// border-collapse is no longer active .rtable--flip th:not(:last-child),.rtable--flip td:not(:last-child){border-bottom:0}.lg-table-root tbody tr:nth-child(odd) td:last-child{background-image:linear-gradient(to left,#fafaf8 50%,#fff0)}.lg-table-root tbody tr:nth-child(odd) td:first-child{background-image:linear-gradient(to right,#fafaf8 50%,#fff0)}.lg-table-root .product-card{width:100%;margin-bottom:0}.lg-table-root tr th:first-child,.lg-table-root tr td:first-child{padding:0;height:327px;//width: 202px}.lg-table-root .product-card__image-container{height:175px}.lg-table-root .product-card__image{max-width:150px!important}.tbd-product-card{display:flex!important;align-items:center}.tbd-product-card a{display:block;width:100%}.tbd-product-card img{margin-bottom:45px}.lg-table-root thead tr th:nth-child(2n),.lg-table-root tbody tr td:nth-child(2n){background-color:#0000000d}.tag-list{margin-top:10px}.tag-list__item{margin-right:10px}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
