.tab-content-list-v2__section{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background:var(--background-color, transparent)}.tab-content-list-v2__section img{display:block;width:100%;height:auto}.tab-content-list-v2__header{margin-bottom:4rem;text-align:center}.tab-content-list-v2__heading{font-weight:600;font-size:4rem;line-height:1.3em;color:var(--heading-color)}.tab-content-list-v2__subheading{font-size:1.8rem;line-height:1.3em;margin:2rem auto 0;max-width:80%;color:var(--subheading-color)}.tab-content-list-v2__cont-texts *{color:#fff;line-height:1.4em}.tab-content-list-v2__cont-texts *:first-child{margin-top:0;padding-top:0}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-1 p,.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-2 p{margin:1.2rem 0}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-1 a,.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-2 a{color:inherit;font-style:italic}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-1 p{text-indent:1em}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-2{padding-top:1.5rem;border-top:1px solid #595959;margin-top:1.5rem;margin-bottom:1.5rem}.tab-content-list-v2__cont-texts-2-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:1rem}.tab-content-list-v2__cont-texts-2-icon{transition:transform .3s ease;color:#fff}.tab-content-list-v2__cont-texts-2-cont{transition:max-height .3s ease;overflow:hidden}@media screen and (min-width: 769px){.tab-content-list-v2__container{max-width:var(--max-width);width:90%}.tab-content-list-v2__mobile-cont{display:none}.tab-content-list-v2__content-wrapper{display:flex}.tab-content-list-v2__label-list{display:flex;flex-direction:column;gap:2rem;position:relative;width:30%}.tab-content-list-v2__label-item{font-size:2.4rem;line-height:1.3em;font-weight:700;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.5;transition:opacity .4s}.tab-content-list-v2__label-item:hover{opacity:1;color:var(--active-tab-color)}.tab-content-list-v2__label-item.active{opacity:1;transition:none;color:var(--active-tab-color)}.tab-content-list-v2__cont-list{padding:0 8%;position:relative;width:70%;order:var(--order)}.tab-content-list-v2__cont-item{position:absolute;top:0;width:100%;opacity:0;pointer-events:none;z-index:-1}.tab-content-list-v2__cont-item.active{opacity:1;position:relative;transition:opacity .6s;pointer-events:auto;z-index:1}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-title{font-size:2.8rem;font-weight:700;margin-bottom:2rem;line-height:1.2em}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-1 *{font-size:1.6rem}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-2 *{font-size:1.4rem}.tab-content-list-v2__cont-texts-2-title{font-size:2.4rem!important;font-weight:700}.tab-content-list-v2__cont-texts b,.tab-content-list-v2__cont-texts strong{font-size:2rem}}@media screen and (max-width: 768px){.tab-content-list-v2__header{margin-bottom:8vw}.tab-content-list-v2__heading{font-size:6vw}.tab-content-list-v2__subheading{font-size:1.4rem}.tab-content-list-v2__desktop-cont{display:none}.tab-content-list-v2__cont-list{display:flex;flex-direction:column}.tab-content-list-v2__cont-tab-title{-webkit-user-select:none;user-select:none;color:#fff;font-size:1.6rem;line-height:1.2em;font-weight:700;border-top:1px solid #fff;padding:1rem;display:flex;align-items:center;gap:1rem;justify-content:space-between}.tab-content-list-v2__cont-tab-title svg{transform:rotate(180deg)}.tab-content-list-v2__cont-texts-box{display:grid;grid-template-rows:0fr;transition:grid-template-rows .6s}.tab-content-list-v2__cont-item.active .tab-content-list-v2__cont-texts-box{grid-template-rows:1fr}.tab-content-list-v2__cont-item.active .tab-content-list-v2__cont-tab-title{color:var(--active-tab-color);border-top:1px solid var(--active-tab-color)}.tab-content-list-v2__cont-item.active .tab-content-list-v2__cont-tab-title svg{transform:rotate(0)}.tab-content-list-v2__cont-texts{overflow:hidden;padding:0 1rem}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-title{display:none}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-1 *{font-size:1.4rem}.tab-content-list-v2__cont-texts .tab-content-list-v2__cont-texts-2 *{font-size:1.2rem}.tab-content-list-v2__cont-texts b,.tab-content-list-v2__cont-texts strong{font-size:1.6rem;line-height:1.3em}.tab-content-list-v2__cont-texts-2-title{font-size:1.8rem!important;font-weight:700}.tab-content-list-v2__cont-texts-2-header{margin-bottom:1rem}.tab-content-list-v2__cont-texts-2-icon{width:18px;height:18px}}.tab-content-list-v2__categories{--selected-category-bg-color: linear-gradient(to right, #ff8f54, #ff5800);--category-text-color: #ffffff;display:flex;flex-direction:column;align-items:center}.tab-content-list-v2__categories-labels{display:flex;justify-content:center;border-radius:5rem;background:#333;overflow:hidden;margin-bottom:5rem}.tab-content-list-v2__categories-label{border-radius:5rem;font-size:1.6rem;line-height:1.4;padding:.6em 2em;color:var(--category-text-color);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center}.tab-content-list-v2__categories-label.selected{background:var(--selected-category-bg-color)}.tab-content-list-v2__categories .tab-content-list-v2__category-content{display:none}.tab-content-list-v2__categories .tab-content-list-v2__category-content.selected{display:flex}@media screen and (max-width: 768px){.tab-content-list-v2__categories-labels{border-radius:5rem;overflow:hidden;margin-bottom:6vw;width:100%}.tab-content-list-v2__categories-label{font-size:1.4rem;padding:.6em 0;width:50%}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/tab-content-list-v2.css.map */
