tabs-component{display:block}.tabs-wrapper{overflow:hidden;position:relative}.tabs__head{position:relative;z-index:2;overflow:hidden}.tabs__head .tabs__arrow:before{display:block}.tabs__arrow{--bg: var(--COLOR-BG);--icon-size: 14px;position:absolute;top:50%;display:flex;align-items:center;width:calc(var(--icon-size) + 8px);height:var(--icon-size);max-height:none;margin-top:calc(var(--icon-size) / -2);border-radius:0;padding:0 4px;box-shadow:none;transition:opacity .3s ease}.tabs__arrow:before{content:"";position:absolute;top:50%;left:0;display:none;width:100%;height:200%;transform:translateY(-50%);background:linear-gradient(to right,var(--bg) 78%,transparent 100%)}.tabs__arrow .icon{position:relative;z-index:5}.tabs__arrow[disabled]{opacity:0}.tabs__arrow--prev{left:0;margin-left:calc(var(--icon-size) / 2 * -1)}.tabs__arrow--next{right:0;margin-right:calc(var(--icon-size) / 2 * -1)}.tabs__arrow--next:before{transform:translateY(-50%) rotateY(180deg)}.tabs{display:block;overflow-x:auto;white-space:nowrap;margin:0;padding:5px 0 0;list-style:none;position:relative;scrollbar-width:none;-ms-overflow-style:none}.tabs::-webkit-scrollbar{display:none}.tabs>li{--text: var(--text-light);font-size:var(--font-subheading);font-family:var(--FONT-STACK-SUBHEADING);font-style:var(--FONT-STYLE-SUBHEADING);font-weight:var(--FONT-WEIGHT-SUBHEADING);letter-spacing:var(--LETTER-SPACING-SUBHEADING);text-transform:var(--FONT-UPPERCASE-SUBHEADING);display:inline-block;padding:10px 0;margin:0 12px 0 0;cursor:pointer;vertical-align:bottom;letter-spacing:normal}.tabs>li span{padding:0 0 5px;background:linear-gradient(to right,currentcolor,currentcolor);background-size:0% 1px;background-position:50% 86%;background-repeat:no-repeat;transition:color .25s ease-in,background-size .25s ease-in}@media (hover: hover){.tabs>li span:hover{background-size:100% 1px}}.tabs>li.current{--text: var(--text-dark);background:#fff}.tabs>li.current span{background-size:100% 0px}.tabs>li.current:only-child{cursor:default}.tabs>li.current:only-child span{background:none}.tabs>li>*:not(span){margin:0;font-family:inherit;font-style:inherit;font-weight:inherit;line-height:initial;letter-spacing:inherit;text-transform:inherit}.tabs.text-center>li{margin:0 15px}.tab-content{position:absolute;top:0;width:100%;padding:15px 15px 15px 0;min-height:6rem;pointer-events:none;opacity:0;visibility:hidden;content-visibility:hidden}.tab-content product-card.product-card{padding:16px;background:#fff;border-radius:10px}@media screen and (max-width: 749px){.tab-content product-card.product-card{padding:12px 12px 16px}}.tab-content product-card.product-card native-scrollbar{background:#fff}.tab-content.current{position:static;display:inherit;pointer-events:auto;opacity:1;visibility:visible;content-visibility:visible}.tab-content:not(.current) figure{display:none}.tab__title{padding:0 var(--outer)}.tab__title:not(:last-child){margin-bottom:var(--gap)}.product-tabs{max-width:100%}.product-tabs ul.tabs{scrollbar-width:none;-ms-overflow-style:none}.product-tabs ul.tabs::-webkit-scrollbar{display:none}.product-tabs ul.tabs::-webkit-scrollbar{-webkit-appearance:none;appearance:none;width:0;height:0}.product-tabs ul.tabs>li{border-bottom-width:1px;white-space:normal}.product-tabs ul.tabs>li:last-child{margin-right:0}.product-accordion{--icon-size: 16px;--link: var(--text);padding-top:1px}.product-accordion .accordion__title{padding-top:20px;padding-bottom:20px;font-weight:600}.product__block--accordion-clear+.product__block--accordion .product-accordion{padding-top:0}@media screen and (max-width: 749px){.tab-content .grid{gap:25px var(--grid-gap)}}.grid-custom-card{position:relative}.grid-custom-card:has(.frame) .grid-custom-card__image-inner{border-top-left-radius:10px;border-top-right-radius:10px;padding:16px;background:#fff}.grid-custom-card:has(.frame) .grid-custom-card__inner{border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:0 16px 16px;background:#fff;margin-top:0}.grid-custom-card:has(.frame) .grid-custom-card__inner .grid-custom-card__heading{margin-bottom:0;font-family:var(--FONT-STACK-BODY);font-weight:600;font-size:16px;line-height:120%}.grid-custom-card:has(.frame) .grid-custom-card__inner:has(.grid-custom-card__description) .grid-custom-card__heading{margin-bottom:16px}.grid-custom-card:has(.frame) .grid-custom-card__image-wrapper{padding-top:62.5%!important}.grid-custom-card .grid-custom-card__image-wrapper{display:block;padding-top:110%;height:0;position:relative;overflow:hidden;border-radius:10px}.grid-custom-card .grid-custom-card__image-wrapper img{border-radius:10px}.grid-custom-card .grid-custom-card__inner{position:relative;margin-top:20px}.grid-custom-card .grid-custom-card__inner .grid-custom-card__overlay-link{position:absolute;left:0;top:0;width:100%;height:100%}.grid-custom-card .grid-custom-card__inner .grid-custom-card__overlay-link:hover+.grid-custom-card__heading{text-decoration-color:currentColor}.grid-custom-card .grid-custom-card__heading{margin-top:0;margin-bottom:16px;font-size:24px;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:transparent;transition:text-decoration-color .3s}@media screen and (max-width: 749px){.grid-custom-card .grid-custom-card__heading{font-size:20px;padding-right:10px}}.grid-custom-card .grid-custom-card__btn.btn--text{display:flex;justify-content:flex-start;align-items:center;gap:4px;text-align:left}.grid-custom-card .grid-custom-card__btn.btn--text svg{width:14px;height:14px}.grid-custom-card p.grid-custom-card__description{font-weight:500;font-family:var(--FONT-STACK-BODY);font-size:15px;line-height:140%;margin:0}@media screen and (max-width: 749px){.grid-custom-card p.grid-custom-card__description{padding-right:10px}}.grid-custom-card .grid-custom-card__preheading{display:inline-block;margin-bottom:2px;margin-top:10px;font-size:15px;font-weight:var(--FONT-WEIGHT-BODY-BOLD);letter-spacing:.75px;color:var(--text)}.grid-custom-card:has(.grid-custom-card__overlay-link) .grid-custom-card__image-wrapper{padding-top:120%}.grid-custom-card:has(.grid-custom-card__overlay-link) .grid-custom-card__heading{margin-bottom:12px}.grid-custom-card .frame{position:absolute;width:100%;height:100%;bottom:0;left:0;z-index:4}.grid-custom-card .frame .hero__content__wrapper{width:100%;height:100%}.grid-custom-card .frame .hero__content{background:transparent;padding:0;width:100%;height:100%}.grid-custom-card .frame .hero__content .hero__button-group{width:100%;height:100%;margin:0}.grid-custom-card .frame .hero__content .hero__button{margin:0;width:100%;height:100%;position:absolute;left:0;top:0}.grid-custom-card .frame .hero__content .hero__button .image__video__play{width:100%;height:100%;position:absolute;left:0;top:0;border-radius:0}.grid-custom-card .frame .hero__content .hero__button .image__video__play:after{background-color:transparent}.grid-custom-card .frame .hero__content .hero__button .image__video__play svg{position:absolute;left:6%;bottom:calc(40px + 8%);opacity:0}.grid-custom-card .frame .hero__content .image__video__play{padding:0;min-width:40px;min-height:40px;background:transparent;border:none;border-radius:50%}.grid-custom-card .frame .hero__content .image__video__play svg{width:40px;height:40px}.grid-custom-card .frame .hero__content .image__video__play svg path{fill:#fff;stroke-width:0}.grid-custom-card .frame .hero__content .image__video__play svg rect{fill:#fb1010;stroke-width:0}.grid__heading-holder.small-up-hide{margin-top:24px;margin-bottom:0}.grid__heading-holder.small-up-hide p{margin:0}
/*# sourceMappingURL=/cdn/shop/t/59/assets/tabs.css.map */
