.features-table-header{margin-bottom:4rem}.features-table-header__title{max-width:114rem;width:100%;white-space:pre-line}.features-table-header__description{max-width:67.6rem;width:100%}.features-table .tag-label{font-size:14px;background:#f3f3f3;padding:5px 10px;border-radius:20px;font-weight:500}.features-table-cell__header--current-product .tag-label{background:rgba(var(--color-foreground));color:#fff}.features-table-header__description a{color:rgba(var(--row-text-color, var(--color-foreground)));display:inline;transition:background-size var(--duration-default) ease-in-out,opacity var(--duration-default) ease-in-out;background-position:left 90%;background-size:100% 5%;background-image:linear-gradient(to right,rgba(var(--row-text-color, var(--color-foreground))) 0% 100%);background-repeat:no-repeat;text-decoration:none}@media screen and (pointer:fine){.features-table-header__description a:hover{background-size:0% 5%;background-position:right 90%;opacity:.8}}.features-table-header--border-top{border-top:1px solid rgba(var(--color-border))}.features-table-header--border-bottom{border-bottom:1px solid rgba(var(--color-border))}.features-table-header{display:flex;flex-direction:column;gap:2.4rem}.features-table-header--alignment-left{align-items:flex-start}.features-table-header--alignment-left .features-table-header__title,.features-table-header--alignment-left .features-table-header__description{text-align:left}.features-table-header--alignment-right{align-items:flex-end}.features-table-header--alignment-right .features-table-header__title,.features-table-header--alignment-right .features-table-header__description{text-align:right}.features-table-header--alignment-center{align-items:center}.features-table-header--alignment-center .features-table-header__title,.features-table-header--alignment-center .features-table-header__description{text-align:center}[dir=rtl] .features-table-header--alignment-left .features-table-header__title,[dir=rtl] .features-table-header--alignment-left .features-table-header__description{text-align:right}[dir=rtl] .features-table-header--alignment-right .features-table-header__title,[dir=rtl] .features-table-header--alignment-right .features-table-header__description{text-align:left}.features-table-wrapper{background-color:rgba(var(--color-background))}.features-table-wrapper--border-top{border-top:1px solid rgba(var(--color-border))}.features-table-wrapper--border-bottom{border-bottom:1px solid rgba(var(--color-border))}.features-table{width:100%;border-collapse:collapse}@media screen and (min-width:990px){.features-table{table-layout:fixed}}.features-table--border-bottom .features-table-row{border-bottom:1px solid rgba(var(--color-border))}.features-table-row{background-color:rgba(var(--row-bg-color, var(--color-background)))}.features-table-row .features-table-cell:nth-child(1) .features-table-cell__text--alignment-left,.features-table-row .features-table-cell:nth-child(1) .features-table-cell__icon--alignment-left{padding-left:0}.features-table-row .features-table-cell:last-child .features-table-cell__text--alignment-right,.features-table-row .features-table-cell:last-child .features-table-cell__icon--alignment-right{padding-right:0}.features-table-cell{height:8.2rem;min-width:20rem;max-width:20rem;position:relative}.features-table-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:background-color .2s ease-in-out}.features-table-cell__text{color:rgba(var(--row-text-color, var(--color-foreground)))}.features-table-cell__text,.features-table-cell__icon{display:inline-flex;position:relative;width:100%;margin:0 auto;transition:transform .35s cubic-bezier(.68,-.55,.27,1.55),-webkit-transform .35s cubic-bezier(.68,-.55,.27,1.55),color .2s ease-in-out;padding-left:.8rem;padding-right:.8rem}.features-table-cell__text--alignment-center,.features-table-cell__icon--alignment-center{justify-content:center;text-align:center}.features-table-cell__text--alignment-right,.features-table-cell__icon--alignment-right{justify-content:flex-end;text-align:right}.features-table-cell__text--alignment-left,.features-table-cell__icon--alignment-left{justify-content:flex-start;text-align:left}.features-table-cell__icon svg{transition:fill .2s ease-in-out}.features-table-cell__icon svg path,.features-table-cell__icon svg rect{stroke:rgba(var(--row-text-color, var(--color-foreground)));transition:stroke .2s ease-in-out}.features-table-cell__inner{display:flex;align-items:center;height:100%;padding-top:1.6rem;padding-bottom:1.6rem;position:relative;z-index:1}@media screen and (min-width:990px){.features-table-cell{min-width:30rem;max-width:30rem}}@media screen and (min-width:750px){.features-table-cell{min-width:25rem;max-width:25rem}}[dir=rtl] .features-table-row .features-table-cell:nth-child(1) .features-table-cell__text--alignment-left,[dir=rtl] .features-table-row .features-table-cell:nth-child(1) .features-table-cell__icon--alignment-left{padding-right:0;padding-left:.8rem}[dir=rtl] .features-table-row .features-table-cell:last-child .features-table-cell__text--alignment-right,[dir=rtl] .features-table-row .features-table-cell:last-child .features-table-cell__icon--alignment-right{padding-left:0;padding-right:.8rem}[dir=rtl] .features-table-cell__text--alignment-right,[dir=rtl] .features-table-cell__icon--alignment-right{justify-content:flex-start;text-align:left}[dir=rtl] .features-table-cell__text--alignment-left,[dir=rtl] .features-table-cell__icon--alignment-left{justify-content:flex-end;text-align:right}@media screen and (hover:hover)and (pointer:fine){.features-table-row--with-hover:hover{background-color:#f3f3f3}.features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__text--alignment-left,.features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__icon--alignment-left{transform:translate3d(1rem,0,0)}.features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__text--alignment-right,.features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__icon--alignment-right{transform:translate3d(-1rem,0,0)}}@media screen and (hover:hover)and (pointer:fine){[dir=rtl] .features-table-row--with-hover:hover{background-color:#f3f3f3}[dir=rtl] .features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__text--alignment-left,[dir=rtl] .features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__icon--alignment-left{transform:translate3d(-1rem,0,0)}[dir=rtl] .features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__text--alignment-right,[dir=rtl] .features-table-row--with-hover:hover .features-table-cell:first-child .features-table-cell__icon--alignment-right{transform:translate3d(1rem,0,0)}}.features-table-container{width:100%;overflow-x:auto;overflow-y:visible;padding-bottom:.8rem;margin-bottom:-.8rem}.features-table-container::-webkit-scrollbar{width:.6rem;height:.6rem}.features-table-container::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:10rem}.features-table-container::-webkit-scrollbar-track{background-color:transparent;transition:background-color var(--duration-default) ease}.features-table-container::-webkit-scrollbar-button{display:none}.features-table-container::-webkit-scrollbar-button:hover{background-color:#999}@media screen and (min-width:990px){.features-table-container{padding-bottom:0;margin-bottom:0}}.features-table-header__eyebrow{color:rgba(var(--color-foreground));opacity:.7;text-transform:uppercase;letter-spacing:.08em;font-size:1.2rem;font-weight:600;margin:0}.features-table-cell:has(.features-table-cell__header),.features-table-cell:has(.features-table-cell__button){height:auto}.features-table-cell__header{display:flex;flex-direction:column;align-items:center;gap:1.6rem;width:100%}.features-table-cell__header--alignment-left{align-items:flex-start;text-align:left}.features-table-cell__header--alignment-right{align-items:flex-end;text-align:right}.features-table-cell__header-image{width:100%;border-radius:var(--border-radius-block, 1.6rem);overflow:hidden;background-color:rgba(var(--color-background-secondary, var(--color-background)))}.features-table-cell__header-image img{display:block;width:100%;height:auto;object-fit:cover;border-radius:inherit}.features-table-cell__header-title{display:flex;width:100%;color:rgba(var(--color-foreground));text-align:center;justify-content:center;flex-direction:column;align-items:center;gap:12px}.features-table-cell__header--alignment-left .features-table-cell__header-title{text-align:left}.features-table-cell__header--alignment-right .features-table-cell__header-title{text-align:right}.features-table-cell__button{display:flex;width:100%}.features-table-cell__button--alignment-center{justify-content:center}.features-table-cell__button--alignment-right{justify-content:flex-end}.features-table-cell__button--alignment-left{justify-content:flex-start}.features-table-cell__button .button{width:100%}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-features-table.css.map */
