.hdt-slc-row{display:flex;flex-direction:column}.hdt-slc-heading-col,.hdt-slc-list-col{min-width:0}.hdt-slc-heading-col{padding:var(--slc-heading-pad-mb, 0px);margin-bottom:var(--slc-heading-divider-gap-mb, 2.5rem)}.hdt-slc-list-col{padding:var(--slc-list-pad-mb, 0px)}.hdt-slc-list-heading{margin:0 0 var(--slc-list-heading-gap, 24px);font-size:var(--slc-list-heading-size-mb, 22px);font-weight:var(--slc-list-heading-weight-mb, 400);line-height:1.3}@media(min-width:750px){.hdt-slc-list-heading{font-size:var(--slc-list-heading-size, 28px);font-weight:var(--slc-list-heading-weight, 400)}}.hdt-slc-divider{flex:0 0 auto;width:100%;height:var(--slc-divider-thickness-mb, 2px);background-color:var(--slc-divider-color, #e5e5e5);margin-bottom:2.5rem}.hdt-slc-divider--rounded{border-radius:999px}.hdt-slc-list{display:flex;flex-direction:column;gap:1.5rem}.hdt-slc-item{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:.25rem}.hdt-slc-item-heading{grid-column:2;grid-row:1;font-size:var(--slc-item-heading-size, 18px);font-weight:var(--slc-item-heading-weight, 700);line-height:1.4;margin:0;min-width:0}.hdt-slc-item-text{grid-column:2;margin:0;min-width:0;font-size:var(--slc-item-text-size-mb, 14px);font-weight:var(--slc-item-text-weight-mb, 400);line-height:1.4}.hdt-slc-item-text p{margin:0}.hdt-slc-item-text a{text-decoration:underline}.hdt-slc-bullet-wrap{grid-column:1;grid-row:1;align-self:start;display:flex;align-items:center;justify-content:center}.hdt-slc-bullet{display:block;flex:0 0 auto}.hdt-slc-level-1 .hdt-slc-bullet{width:var(--slc-bullet-size-1, 24px);height:var(--slc-bullet-size-1, 24px)}.hdt-slc-level-2 .hdt-slc-bullet{width:var(--slc-bullet-size-2, 16px);height:var(--slc-bullet-size-2, 16px)}.hdt-slc-level-3 .hdt-slc-bullet{width:var(--slc-bullet-size-3, 10px);height:var(--slc-bullet-size-3, 10px)}.hdt-slc-level-1 .hdt-slc-bullet-dot{background-color:var(--slc-bullet-color-1, #933c06);border-radius:50%}.hdt-slc-level-2 .hdt-slc-bullet-dot{background-color:var(--slc-bullet-color-2, #933c06);border-radius:50%}.hdt-slc-level-3 .hdt-slc-bullet-dot{background-color:var(--slc-bullet-color-3, #933c06);border-radius:50%}.hdt-slc-level-1 .hdt-slc-bullet-dash{height:calc(var(--slc-bullet-size-1, 24px) * .35);background-color:var(--slc-bullet-color-1, #933c06);border-radius:2px}.hdt-slc-level-2 .hdt-slc-bullet-dash{height:calc(var(--slc-bullet-size-2, 16px) * .35);background-color:var(--slc-bullet-color-2, #933c06);border-radius:2px}.hdt-slc-level-3 .hdt-slc-bullet-dash{height:calc(var(--slc-bullet-size-3, 10px) * .35);background-color:var(--slc-bullet-color-3, #933c06);border-radius:2px}.hdt-slc-bullet-plus{position:relative}.hdt-slc-bullet-plus:before,.hdt-slc-bullet-plus:after{content:"";position:absolute;border-radius:2px}.hdt-slc-bullet-plus:before{top:50%;left:0;width:100%;height:22%;transform:translateY(-50%)}.hdt-slc-bullet-plus:after{left:50%;top:0;height:100%;width:22%;transform:translate(-50%)}.hdt-slc-level-1 .hdt-slc-bullet-plus:before,.hdt-slc-level-1 .hdt-slc-bullet-plus:after{background-color:var(--slc-bullet-color-1, #933c06)}.hdt-slc-level-2 .hdt-slc-bullet-plus:before,.hdt-slc-level-2 .hdt-slc-bullet-plus:after{background-color:var(--slc-bullet-color-2, #933c06)}.hdt-slc-level-3 .hdt-slc-bullet-plus:before,.hdt-slc-level-3 .hdt-slc-bullet-plus:after{background-color:var(--slc-bullet-color-3, #933c06)}.hdt-slc-level-1 .hdt-slc-bullet-icon{background-image:var(--slc-bullet-icon-1);background-size:contain;background-repeat:no-repeat;background-position:center}.hdt-slc-level-2 .hdt-slc-bullet-icon{background-image:var(--slc-bullet-icon-2);background-size:contain;background-repeat:no-repeat;background-position:center}.hdt-slc-level-3 .hdt-slc-bullet-icon{background-image:var(--slc-bullet-icon-3);background-size:contain;background-repeat:no-repeat;background-position:center}.hdt-slc-level-2{margin-inline-start:2rem}.hdt-slc-level-3{margin-inline-start:4rem}@media(min-width:750px){.hdt-slc-row{flex-direction:row;align-items:flex-start;gap:4rem}.hdt-slc-heading-col,.hdt-slc-list-col{flex:1 1 0}.hdt-slc-heading-col{padding:var(--slc-heading-pad, 0px);margin-bottom:0}.hdt-slc-list-col{padding:var(--slc-list-pad, 0px)}.hdt-slc-item-text{font-size:var(--slc-item-text-size, 16px);font-weight:var(--slc-item-text-weight, 400)}.hdt-slc-divider{width:var(--slc-divider-thickness, 2px);height:auto;align-self:stretch;margin-bottom:0}.hdt-slc-sticky{position:sticky;top:var(--slc-sticky-offset, 2rem)}.hdt-slc-position-left .hdt-slc-heading-col{order:2}.hdt-slc-position-left .hdt-slc-divider{order:1}.hdt-slc-position-left .hdt-slc-list-col{order:0}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hdt-sticky-list-columns.css.map */
