.tr-batch{--batch-fade-color: var(--tr-cream);--batch-fade-top: 0%;--batch-fade-clear: 53%;--batch-fade-bottom: 100%;position:relative;isolation:isolate;background-color:var(--tr-cream);background-image:var(--tr-batch-bg-desktop);background-size:cover;background-position:center top;background-repeat:no-repeat;color:var(--tr-dark-brown)}.tr-batch .ctm_container{max-width:calc(var(--tr-content-max) + var(--tr-section-margin) * 2 + var(--tr-section-margin-full) * 2);padding-left:var(--tr-section-margin-full);padding-right:var(--tr-section-margin-full)}.tr-batch__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,var(--batch-fade-color) var(--batch-fade-top),transparent var(--batch-fade-clear),var(--batch-fade-color) var(--batch-fade-bottom))}.tr-batch__intro{display:flex;align-items:flex-end;gap:88px;margin-bottom:88px}.tr-batch__intro-text{flex:1 1 0;min-width:0}.tr-batch__subheading{font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-lg);text-transform:uppercase;color:var(--tr-dark-brown);margin:0 0 24px}.tr-batch__desc{margin-top:24px}.tr-batch__desc>*{margin:0}.tr-batch__mob-desc{display:none}.tr-batch__actions{display:flex;flex-direction:row;gap:24px;flex:0 0 auto;align-items:center}.tr-batch__actions .primary_btn,.tr-batch__actions .outline_dark_btn{width:100%;min-width:244px}.tr-batch__table-wrap{position:relative;border-radius:8px}.tr-batch__table-scroll{width:100%}.tr-batch__table{background-color:var(--tr-dark-brown);color:#fff;border-radius:8px;padding:24px}.tr-batch__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.16)}.tr-batch__cell{font-family:var(--tr-font);font-size:var(--tr-fs-xl);line-height:var(--tr-lh-xl);color:#fff;font-weight:400}.tr-batch__cell.tr-batch__cell--means{font-family:var(--tr-font);font-size:var(--tr-fs-xs);line-height:var(--tr-lh-xl);color:#fff;font-weight:400}.tr-batch__row--head .tr-batch__cell{font-size:var(--tr-fs-xs);font-weight:400;color:#fff9}.tr-batch__badge{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border:1px solid #ffffff;border-radius:999px;font-size:var(--tr-fs-xs);line-height:var(--tr-lh-xl);color:#fff;white-space:nowrap}.tr-batch__dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.tr-batch__badge--pass .tr-batch__dot{background-color:#0a9b0a}.tr-batch__badge--fail .tr-batch__dot{background-color:var(--tr-main)}.tr-batch__swipe{display:none}@keyframes tr-batch-swipe-pulse{0%,to{transform:translateY(-50%) scale(1);box-shadow:0 0 #f8f9e847}50%{transform:translateY(-50%) scale(1.06);box-shadow:0 0 0 10px #f8f9e800}}@keyframes tr-batch-swipe-nudge{0%,to{transform:translate(0);opacity:.7}50%{transform:translate(3px);opacity:1}}.tr-batch__swipe-icon{flex:0 0 auto}.tr-batch__swipe.is-swiped,.tr-batch__swipe.is-idle{opacity:0;visibility:hidden;animation:none}@media(prefers-reduced-motion:reduce){.tr-batch__swipe,.tr-batch__swipe-icon{animation:none!important}}.tr-batch__mobile{display:none}@media(max-width:1199px){.tr-batch.section_spacing{padding-top:88px;padding-bottom:88px}.tr-batch__intro{flex-direction:column;align-items:flex-start}}@media(max-width:999px){.tr-batch__intro{flex-direction:column;align-items:flex-start;gap:48px;margin-bottom:88px}.tr-batch__actions{flex-direction:column;align-items:flex-start;width:244px;gap:24px}.tr-batch__actions .primary_btn,.tr-batch__actions .outline_dark_btn{width:100%;min-width:244px}.tr-batch__table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.tr-batch__table{min-width:740px}.tr-batch__swipe{display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%);animation:tr-batch-swipe-pulse 1.8s ease-in-out infinite;transition:opacity .25s ease,visibility .25s ease;align-items:center;padding:16px 8px 16px 16px;gap:4px;background:#00000014;border:1px solid rgba(248,249,232,.28);backdrop-filter:blur(19px);-webkit-backdrop-filter:blur(19px);border-radius:100px;color:var(--tr-cream);font-family:var(--tr-font);font-size:var(--tr-fs-xs);line-height:var(--tr-lh-lg);text-transform:capitalize;pointer-events:none;white-space:nowrap;z-index:2}.tr-batch__swipe .tr-batch__swipe-icon{animation:tr-batch-swipe-nudge 1.8s ease-in-out infinite}}@media(max-width:767px){.tr-batch{background-image:var(--tr-batch-bg-mobile, var(--tr-batch-bg-desktop))}.tr-batch__desc p br{display:none}.tr-batch{overflow:hidden}.tr-batch__table-wrap,.tr-batch__actions,.tr-batch__intro .tr-batch__desc{display:none}.tr-batch__mobile{display:block;margin-top:40px}.tr-batch__intro{gap:0;margin-bottom:0}.tr-batch__mob-desc{display:block;font-family:var(--tr-font);font-size:var(--tr-fs-sm);font-weight:400;line-height:var(--tr-lh-xl);color:#290707bf;margin:24px 0 0;max-width:32ch}.tr-batch__deck{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-left:calc(-1 * var(--tr-section-margin-full));margin-right:calc(-1 * var(--tr-section-margin-full));padding-left:var(--tr-section-margin-full);padding-right:var(--tr-section-margin-full);scrollbar-width:none}.tr-batch__deck::-webkit-scrollbar{display:none}.tr-batch__card{flex:0 0 292px;scroll-snap-align:center;background-color:var(--tr-dark-brown);color:var(--tr-white);border-radius:8px;padding:24px 20px 20px;min-height:316px;display:flex;flex-direction:column}.tr-batch__card-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.16)}.tr-batch__card-measure{font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;line-height:var(--tr-lh-lg);text-transform:uppercase;color:#fff9}.tr-batch__card-index{font-family:var(--tr-font);font-size:var(--tr-fs-xs);font-weight:400;color:#ffffff59;font-variant-numeric:tabular-nums}.tr-batch__card-value{font-family:var(--tr-font);font-size:var(--tr-fs-3xl);font-weight:500;line-height:var(--tr-lh-sm);color:var(--tr-white);margin-bottom:12px}.tr-batch__card-meaning{font-family:var(--tr-font);font-size:var(--tr-fs-3xs);font-weight:400;line-height:1.45;color:#fff9;flex:1;margin:0}.tr-batch__card .tr-batch__card-badge{align-self:flex-start;margin-top:24px;gap:8px;font-size:var(--tr-fs-3xs);line-height:var(--tr-lh-lg);border-color:#ffffffe6}.tr-batch__progress{display:flex;align-items:center;gap:16px;margin:24px 0 0}.tr-batch__progress-count{font-family:var(--tr-font);font-size:var(--tr-fs-3xs);color:#2907078c;font-variant-numeric:tabular-nums;min-width:44px}.tr-batch__progress-track{flex:1;height:2px;background:#29070726;border-radius:1px;position:relative;overflow:hidden}.tr-batch__progress-thumb{position:absolute;top:0;left:0;height:100%;width:25%;background:var(--tr-dark-brown);border-radius:1px;transition:transform .25s ease}.tr-batch__mob-cta{width:100%;margin-top:40px}}@media(max-width:699px){.template-product .tr-batch.section_spacing{padding-top:88px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/batch-report.css.map */
