.module.order-table{--border-width:3px;--inner-radius:calc(var(--radius) - var(--border-width));background:linear-gradient(var(--brand-purple),var(--brand-pink));border-radius:var(--radius);padding:var(--border-width);position:relative}.module.order-table:before{content:" ";position:absolute;--adjust:calc(100% - var(--border-width)*2);background:#fff;border-radius:var(--inner-radius);height:var(--adjust);width:var(--adjust)}.module.order-table .crop-container{border-radius:var(--inner-radius);overflow:hidden;z-index:2}.module.order-table .crop-container table{--table-color:var(--brand-purple);margin-bottom:0!important;position:relative;width:100%}.module.order-table .crop-container table tbody:nth-child(4n - 1),.module.order-table .crop-container table tbody:nth-child(4n),.module.order-table .crop-container table thead:nth-child(4n - 1),.module.order-table .crop-container table thead:nth-child(4n){--table-color:var(--brand-pink)}.module.order-table .crop-container table td,.module.order-table .crop-container table th{padding:10px;text-align:left}.module.order-table .crop-container table thead th{background-color:var(--table-color);color:#fff}.module.order-table .crop-container table thead th:first-of-type{border-right:1px solid #fff}.module.order-table .crop-container table tbody tr td{border-width:0;border-bottom:1px solid var(--text-color);border-left:0 solid var(--text-color);border-right:1px solid var(--text-color);border-top:0 solid var(--text-color)}.module.order-table .crop-container table tbody tr td:last-of-type{border-right-width:0}.module.order-table .crop-container table tbody tr:last-of-type td{border-bottom-width:0}.module.order-table .crop-container table tbody tr:nth-child(odd) td,.module.order-table .crop-container table tbody tr:nth-child(odd) th{background:var(--background-pink)}.module.order-table .crop-container table tbody tr:nth-child(odd) td:first-of-type,.module.order-table .crop-container table tbody tr:nth-child(odd) th:first-of-type{color:var(--table-color);font-weight:700}