.product-info-tabs{--pit-accent: 183, 35, 35;display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.6rem 0}.product-info-tabs__btn{display:inline-flex;align-items:center;gap:.9rem;padding:1.15rem 1.4rem;font-family:var(--font-body-family);font-size:1.35rem;font-weight:600;line-height:1.2;text-align:left;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.16);border-radius:var(--buttons-radius, .8rem);cursor:pointer;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.product-info-tabs__btn:hover{border-color:rgba(var(--pit-accent),.55);box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.1);transform:translateY(-.1rem)}.product-info-tabs__btn:focus-visible{outline:none;border-color:rgb(var(--pit-accent));box-shadow:0 0 0 .2rem rgba(var(--pit-accent),.18)}.product-info-tabs__ico{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:3rem;border-radius:50%;color:rgb(var(--pit-accent));background:rgba(var(--pit-accent),.1);transition:background .2s ease}.product-info-tabs__btn:hover .product-info-tabs__ico{background:rgba(var(--pit-accent),.16)}.product-info-tabs__ico svg{width:1.6rem;height:1.6rem}.product-info-tabs__label{flex:1 1 auto}.product-info-modal{--pit-accent: 183, 35, 35;box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:2rem;opacity:0;visibility:hidden;z-index:-1;background:#1212128c;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);transition:opacity .25s ease,visibility .25s ease}.product-info-modal[open]{display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;z-index:101}.product-info-modal__content{position:relative;display:flex;flex-direction:column;width:100%;max-width:62rem;max-height:86vh;background:rgb(var(--color-background));border-radius:var(--popup-corner-radius, 1.2rem);box-shadow:0 2.4rem 6rem #12121252;overflow:hidden;transform:translateY(1.6rem) scale(.98);opacity:0;transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .28s ease}.product-info-modal[open] .product-info-modal__content{transform:none;opacity:1}.product-info-modal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);border:0;border-radius:50%;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-info-modal__close:hover{background:rgba(var(--color-foreground),.13);transform:rotate(90deg)}.product-info-modal__close svg{width:1.4rem;height:1.4rem}.product-info-modal__tabs{position:sticky;top:0;z-index:2;display:flex;gap:.2rem;flex-shrink:0;padding:0 5.6rem 0 1.2rem;background:rgb(var(--color-background));border-bottom:.1rem solid rgba(var(--color-foreground),.1);overflow-x:auto;scrollbar-width:none}.product-info-modal__tabs::-webkit-scrollbar{display:none}.product-info-modal__tab{position:relative;padding:1.8rem 1.4rem;font-family:var(--font-heading-family);font-size:1.45rem;font-weight:600;white-space:nowrap;color:rgba(var(--color-foreground),.5);background:none;border:0;cursor:pointer;transition:color .2s ease}.product-info-modal__tab:hover{color:rgb(var(--color-foreground))}.product-info-modal__tab.is-active{color:rgb(var(--pit-accent))}.product-info-modal__tab:after{content:"";position:absolute;left:.8rem;right:.8rem;bottom:-.1rem;height:.25rem;background:rgb(var(--pit-accent));border-radius:.2rem .2rem 0 0;transform:scaleX(0);transition:transform .2s ease}.product-info-modal__tab.is-active:after{transform:scaleX(1)}.product-info-modal__panels{padding:2.4rem 2.2rem 2.8rem;overflow-y:auto}.product-info-modal__panel{font-size:1.45rem;line-height:1.7;color:rgba(var(--color-foreground),.92)}.product-info-modal__panel[hidden]{display:none}.product-info-modal__panel>:first-child{margin-top:0}.product-info-modal__empty{margin:0;padding:1.2rem 0;color:rgba(var(--color-foreground),.5);font-style:italic}.product-info-modal__panel .td-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.product-info-modal__panel .td-list li{display:grid;grid-template-columns:minmax(0,38%) 1fr;gap:.3rem 1.6rem;align-items:baseline;padding:1.05rem 1.2rem;border-radius:.6rem}.product-info-modal__panel .td-list li:nth-child(2n){background:rgba(var(--color-foreground),.04)}.product-info-modal__panel .td-label{font-weight:600;color:rgba(var(--color-foreground),.6)}.product-info-modal__panel .td-value{color:rgb(var(--color-foreground));overflow-wrap:anywhere}@media screen and (max-width:600px){.product-info-modal__panel .td-list li{grid-template-columns:1fr;gap:.1rem;padding:.9rem 1rem}.product-info-modal__panel .td-label{font-size:1.25rem}}.product-info-downloads{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.product-info-download{display:flex;align-items:center;gap:1.3rem;padding:1.3rem 1.5rem;text-decoration:none;color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.14);border-radius:var(--inputs-radius, .8rem);transition:border-color .2s ease,background .2s ease,transform .2s ease}.product-info-download:hover{border-color:rgba(var(--pit-accent),.6);background:rgba(var(--pit-accent),.04);transform:translateY(-.1rem)}.product-info-download__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.4rem;height:3.4rem;border-radius:50%;color:rgb(var(--pit-accent));background:rgba(var(--pit-accent),.1)}.product-info-download__icon svg{width:1.6rem;height:1.6rem}.product-info-download__text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.product-info-download__title{font-weight:600}.product-info-download__meta{font-size:1.2rem;color:rgba(var(--color-foreground),.55)}@media screen and (max-width:749px){.product-info-tabs{grid-template-columns:1fr}.product-info-modal{padding:0}.product-info-modal__content{max-width:100%;height:100%;max-height:100%;border-radius:0}}
/*# sourceMappingURL=/cdn/shop/t/100/assets/component-product-info-tabs.css.map */
