.product-info-overview{position:relative;overflow:visible;width:100%;margin-left:0}@media screen and (min-width:1400px){.product-info-overview{width:100vw;margin-left:calc(-50vw + 50%)}}.product-info__tabs{width:100%;max-width:none;margin:0;background:transparent;border-radius:0;box-shadow:none;overflow:visible;border:none;padding-left:50px;padding-right:50px}.product-info__tab{border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible}.product-info__tab:last-child{border-bottom:none}.product-info__tab:hover{background:transparent}.product-info__tab-button{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:24px 0;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;color:rgb(var(--color-foreground));text-align:left;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;gap:20px;overflow:visible}.product-info__tab-button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--icon-gradient-color-1, #2c3e50),var(--icon-gradient-color-2, #34495e),var(--icon-gradient-color-3, #7f8c8d));transition:width .4s cubic-bezier(.25,.46,.45,.94)}.product-info__tab-button:hover{background:transparent;color:rgb(var(--color-foreground));transform:translate(5px)}.product-info__tab-button:hover:after{width:100%}.product-info__tab-button.active{background:transparent;color:rgb(var(--color-foreground));transform:translate(8px)}.product-info__tab-button.active:after{width:100%}@keyframes pulseEffect{0%{transform:translate(8px) scale(1)}25%{transform:translate(8px) scale(1.02)}50%{transform:translate(12px) scale(1.04)}75%{transform:translate(8px) scale(1.02)}to{transform:translate(8px) scale(1)}}.product-info__tab-button:focus{outline:none;box-shadow:none}.product-info__tab-button:focus-visible{outline:none;box-shadow:none}.product-info__tab-button>span{display:flex;align-items:center;flex:1}.product-info__tab-icon{width:6rem;height:6rem;background:linear-gradient(var(--gradient-direction, 135deg),var(--icon-gradient-color-1, #2c3e50) 0%,var(--icon-gradient-color-2, #34495e) 50%,var(--icon-gradient-color-3, #7f8c8d) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);flex-shrink:0;position:relative;z-index:1;box-shadow:0 4px 15px #2c3e5033;opacity:var(--gradient-opacity, 1)}.product-info__tab-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(var(--gradient-direction, 135deg),var(--icon-gradient-color-2, #34495e),var(--icon-gradient-color-3, #7f8c8d),var(--icon-gradient-color-1, #2c3e50));z-index:-1;opacity:0;transition:opacity .4s ease}.product-info__tab-icon svg{width:2.8rem;height:2.8rem;stroke:#fff;transition:all .3s ease}.product-info__tab-button:hover .product-info__tab-icon{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 25px #2c3e504d}.product-info__tab-button:hover .product-info__tab-icon:before{opacity:1}.product-info__tab-button:hover .product-info__tab-icon svg{transform:scale(1.1)}.product-info__tab-button.active .product-info__tab-icon{transform:scale(1.1) rotate(2deg);box-shadow:0 6px 20px #2c3e5040}.product-info__tab-button.active .product-info__tab-icon:before{opacity:.7}.product-info__tab-button.active .product-info__tab-icon svg{transform:scale(1.05)}@keyframes iconBounce{0%{transform:scale(1.1) rotate(2deg)}25%{transform:scale(1.25) rotate(-3deg)}50%{transform:scale(1.35) rotate(5deg)}75%{transform:scale(1.15) rotate(-1deg)}to{transform:scale(1.1) rotate(2deg)}}.product-info__tab-arrow{width:20px;height:20px;transition:all .4s cubic-bezier(.25,.46,.45,.94);opacity:.6;margin-left:auto;position:relative}.product-info__tab-arrow svg{width:100%;height:100%;stroke:currentColor;transition:all .3s ease}.product-info__tab-button.active .product-info__tab-arrow{transform:rotate(180deg) scale(1.1);opacity:1}.product-info__tab-button:hover .product-info__tab-arrow{opacity:.9;transform:scale(1.2)}.product-info__tab-button.active:hover .product-info__tab-arrow{transform:rotate(180deg) scale(1.2)}@keyframes arrowWiggle{0%{transform:rotate(180deg) scale(1.1)}15%{transform:rotate(165deg) scale(1.3)}30%{transform:rotate(195deg) scale(1.2)}45%{transform:rotate(175deg) scale(1.25)}60%{transform:rotate(185deg) scale(1.15)}75%{transform:rotate(178deg) scale(1.2)}90%{transform:rotate(182deg) scale(1.1)}to{transform:rotate(180deg) scale(1.1)}}.product-info__tab-content{max-height:0;overflow:hidden;transition:all .5s cubic-bezier(.25,.46,.45,.94);background:transparent;opacity:0}.product-info__tab-content.active{max-height:500px;border-top:1px solid rgba(0,0,0,.06);opacity:1}.product-info__content{padding:32px 0;background:transparent;position:relative}.product-info__content p{margin:0 0 16px;line-height:1.7;color:rgb(var(--color-foreground));font-size:15px}.product-info__content p:last-child{margin-bottom:0}.product-info__content h3{margin:0 0 12px;color:rgb(var(--color-foreground));font-size:18px;font-weight:600}.product-info__content h4{margin:0 0 8px;color:rgb(var(--color-foreground));font-size:16px;font-weight:600}.product-info__content ul,.product-info__content ol{margin:0 0 16px;padding-left:24px}.product-info__content li{margin-bottom:8px;line-height:1.6;color:rgb(var(--color-foreground))}.product-info__content strong{color:rgb(var(--color-foreground));font-weight:600}.product-info__bottom-links{margin-top:32px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:20px}.product-info__link-item{display:flex;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s ease}.product-info__link-item:last-child{border-bottom:none}.product-info__link-item:hover{transform:translate(5px)}.product-info__link-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));opacity:.7;transition:all .3s ease}.product-info__link-icon svg{width:100%;height:100%;stroke:currentColor}.product-info__link-item:hover .product-info__link-icon{opacity:1;transform:scale(1.1)}.product-info__link-text{color:rgb(var(--color-foreground));font-size:15px;line-height:1.5;flex:1}.product-info__link{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:all .3s ease;font-weight:500}.product-info__link:hover{color:rgb(var(--color-foreground));text-decoration-thickness:2px;text-underline-offset:4px}@media(max-width:768px){.product-info-overview{width:100%;margin-left:0}.product-info__tabs{margin:0;width:100%;padding-left:20px;padding-right:20px}.product-info__tab-button{padding:20px 0;font-size:15px;gap:16px;overflow:visible}.product-info__content{padding:24px 0}.product-info__tab-icon{width:5rem;height:5rem;flex-shrink:0}.product-info__tab-icon svg{width:2.4rem;height:2.4rem}.product-info__bottom-links{gap:16px}.product-info__link-item{padding-bottom:16px}.product-info__link-icon{width:22px;height:22px}.product-info__link-text{font-size:14px}}@media(max-width:480px){.product-info-overview{width:100%;margin-left:0}.product-info__tabs{margin:0;width:100%;padding-left:20px;padding-right:20px}.product-info__tab-button{padding:18px 0;font-size:14px;gap:14px;overflow:visible}.product-info__content{padding:20px 0}.product-info__tab-icon{width:4.5rem;height:4.5rem;flex-shrink:0}.product-info__tab-icon svg{width:2.2rem;height:2.2rem}.product-info__bottom-links{gap:14px}.product-info__link-item{padding-bottom:16px;gap:12px}.product-info__link-icon{width:20px;height:20px}.product-info__link-text{font-size:13px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-info__tab-content.active .product-info__content{animation:slideDown .4s cubic-bezier(.4,0,.2,1)}
/*# sourceMappingURL=/cdn/shop/t/24/assets/section-product-info-overview.css.map */
