.smart-product-tabs{width:100%;padding-top:var(--smart-tabs-padding-top, 24px);padding-bottom:var(--smart-tabs-padding-bottom, 24px);background:var(--smart-tabs-bg, #FFFFFF);font-family:var(--smart-tabs-font-family, inherit)}.smart-product-tabs__nav-wrapper{background:#f1f1f1;border-top:1px solid #D2D2D2;border-bottom:1px solid #E0E0E0}.smart-product-tabs__nav{display:flex;flex-wrap:wrap;gap:0;max-width:var(--smart-tabs-max-width, 1120px)}.smart-product-tabs__tab{position:relative;padding:.65rem 1.25rem;padding-bottom:calc(.65rem + var(--smart-tabs-indicator-gap, 8px));border:none;background:transparent;font-size:var(--smart-tabs-font-size, 14px);font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--smart-tabs-text-color, #333);cursor:pointer;transition:color .2s;white-space:nowrap}.smart-product-tabs__tab:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:transparent;transition:background-color .2s}.smart-product-tabs__tab--active{color:var(--smart-tabs-active-text-color, #1A1A1A)}.smart-product-tabs__tab--active:after{background:var(--smart-tabs-indicator-color, #C02127)}.smart-product-tabs__tab:hover{color:var(--smart-tabs-active-text-color, #1A1A1A)}.smart-product-tabs__content{margin-top:var(--smart-tabs-content-gap, 32px);background:var(--smart-tabs-content-bg, #fff);padding:var(--smart-tabs-panel-padding, 32px);max-width:var(--smart-tabs-max-width, 1120px)}.smart-product-tabs__panel{display:none;animation:smartTabFadeIn .3s ease}.smart-product-tabs__panel--active{display:block}@keyframes smartTabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.smart-tab-description{display:flex;flex-direction:column;gap:var(--smart-tabs-sections-gap, 40px)}@media screen and (min-width:750px){.smart-tab-description{flex-direction:row;gap:2rem}}.smart-tab-description__text-col{flex:1;display:flex;flex-direction:column;gap:var(--smart-tab-text-padding, 16px)}.smart-tab-description__heading{font-size:1.25rem;font-weight:700;color:var(--smart-tab-heading-color, #C02127);margin:0}.smart-tab-description__body{font-size:.9rem;line-height:1.6;color:#333}.smart-tab-description__body p{margin:0 0 .75rem}.smart-tab-description__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--smart-tab-feature-gap, 16px);margin-top:.5rem}@media screen and (min-width:750px){.smart-tab-description__features{grid-template-columns:repeat(var(--smart-tab-feature-columns-desktop, 2),minmax(0,1fr))}}.smart-tab-description__feature-item{display:flex;align-items:flex-start;gap:var(--smart-tab-feature-text-gap, 12px)}.smart-tab-description__feature-icon{display:flex;align-items:center;justify-content:center;width:var(--smart-tab-icon-size, 40px);height:var(--smart-tab-icon-size, 40px);flex-shrink:0;border:1.5px solid var(--smart-tab-icon-border, #9B9B9B);border-radius:4px;color:var(--smart-tab-icon-color, #333333)}.smart-tab-description__features--none .smart-tab-description__feature-item{gap:0}.smart-tab-description__feature-icon svg{width:60%;height:60%}.smart-tab-description__feature-text{display:flex;flex-direction:column;gap:.15rem}.smart-tab-description__feature-text strong{font-size:.8rem;font-weight:700;color:var(--smart-tab-heading-color, #C02127);text-transform:uppercase}.smart-tab-description__feature-text span{font-size:.8rem;color:#333}.smart-tab-description__image-col{width:100%}@media screen and (min-width:750px){.smart-tab-description__image-col{width:var(--smart-tab-image-width, 50%);flex-shrink:0}.smart-tab-description--image-left .smart-tab-description__image-col{order:-1}.smart-tab-description--text-only .smart-tab-description__image-col{display:none}.smart-tab-description--image-full{flex-direction:column}.smart-tab-description--image-full .smart-tab-description__image-col{width:100%}.smart-tab-description--template-hero_image{flex-direction:column}.smart-tab-description--template-hero_image .smart-tab-description__image-col{width:100%}}.smart-tab-description__image-col img{width:100%;max-height:380px;height:auto;object-fit:cover;border-radius:4px;display:block}.smart-tab-description--template-hero_image .smart-tab-description__image-col img,.smart-tab-description--image-full .smart-tab-description__image-col img{max-height:none;aspect-ratio:16 / 6;object-fit:cover}.smart-tab-card-grid{display:grid;gap:var(--smart-tabs-sections-gap, 32px)}@media screen and (min-width:750px){.smart-tab-card-grid--2-col{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-tab-card-grid--3-col{grid-template-columns:repeat(3,minmax(0,1fr))}}.smart-tab-card{display:flex;flex-direction:column;gap:var(--smart-tab-text-padding, 16px)}.smart-tab-card__heading{margin:0;color:var(--smart-tab-heading-color, #C02127);font-size:1.15rem;line-height:1.25}.smart-tab-card__body{color:#333;font-size:.9rem;line-height:1.55}.smart-tab-card__media img{width:100%;height:clamp(220px,22vw,280px);object-fit:cover;display:block}.smart-tab-specifications{display:flex;flex-direction:column;gap:var(--smart-tab-text-table-gap, 20px)}.smart-tab-specifications__layout{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:750px){.smart-tab-specifications__layout{flex-direction:row;gap:2rem}.smart-tab-specifications__table-col{flex:1}.smart-tab-specifications__image-col{width:var(--smart-tab-spec-image-width, 45%);flex-shrink:0}.smart-tab-specifications__layout--table-full .smart-tab-specifications__image-col,.smart-tab-specifications--template-table .smart-tab-specifications__image-col{display:none}.smart-tab-specifications__layout--image-table .smart-tab-specifications__image-col{order:-1}}@media screen and (max-width:989px){.smart-tab-specifications__layout{flex-direction:column}.smart-tab-specifications__image-col{width:100%}.smart-tab-specifications__content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.smart-tab-specifications__image-col img{width:100%;height:auto;border-radius:4px;display:block}.smart-tab-specifications__description{font-size:.9rem;line-height:1.6;color:#333;margin-bottom:var(--smart-tab-text-table-gap, 20px)}.smart-tab-specifications__content table,.smart-tab-specifications__content .rte table{width:100%;border-collapse:collapse;font-size:.85rem;border:1px solid #9D9D9D;table-layout:fixed}.smart-tab-specifications__content th{color:var(--smart-tab-table-header-color, #C02127);font-weight:700;text-transform:uppercase;padding:var(--smart-tab-table-padding, 12px);text-align:center;border:1px solid #8F8F8F}.smart-tab-specifications__content td{padding:var(--smart-tab-table-padding, 12px);color:var(--smart-tab-table-text-color, #333);border:1px solid #8F8F8F;text-align:center;font-weight:700}.smart-tab-specifications__content td:nth-child(odd){color:var(--smart-tab-table-header-color, #C02127)}.smart-tab-specifications__content tr:nth-child(2n) td{background:var(--smart-tab-table-alt-row-bg, #FFF5F5)}@media screen and (max-width:989px){.smart-tab-specifications__content table{font-size:.75rem}.smart-tab-specifications__content th,.smart-tab-specifications__content td{padding:8px}}.smart-tab-shipping__content{font-size:.9rem;line-height:1.6;color:#333}.smart-tab-shipping__image{margin-top:var(--smart-tabs-sections-gap, 40px)}.smart-tab-shipping__image img{width:100%;height:auto;display:block;border-radius:4px}.smart-tab-shipping--template-text_only .smart-tab-shipping__image{display:none}.smart-tab-shipping--template-image_focus .smart-tab-shipping__content{margin-bottom:1rem}.smart-tab-shipping--template-image_focus .smart-tab-shipping__image img{width:100%;aspect-ratio:16 / 7;object-fit:cover}.smart-tab-video__grid{display:grid;grid-template-columns:repeat(var(--smart-tab-video-columns-mobile, 1),1fr);gap:var(--smart-tab-video-section-gap, 24px)}.smart-tab-video__intro{margin-bottom:var(--smart-tab-video-text-image-gap, 16px);font-size:.9rem;line-height:1.55}@media screen and (min-width:750px){.smart-tab-video__grid{grid-template-columns:repeat(var(--smart-tab-video-columns-desktop, 3),1fr)}}.smart-tab-video__card{display:flex;flex-direction:column;gap:.75rem;overflow:hidden}.smart-tab-video__title{margin:0;color:var(--smart-tab-heading-color, #C02127);font-size:1rem;line-height:1.25}.smart-tab-video__thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#000}.smart-tab-video__thumbnail img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%)}.smart-tab-video--template-feature .smart-tab-video__thumbnail{aspect-ratio:1 / 1}.smart-tab-video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;padding:0;transition:transform .2s}.smart-tab-video__play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.smart-tab-video__play-btn svg{filter:drop-shadow(0 2px 5px rgba(0,0,0,.18))}.smart-tab-reviews{color:#333;font-size:.9rem;line-height:1.55}.smart-tab-reviews__empty{margin:0}.smart-tab-manuals__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.smart-tab-manuals__item a{display:inline-flex;align-items:center;gap:.5rem;color:#333;text-decoration:none;font-size:.9rem;transition:color .2s}.smart-tab-manuals__item a:hover{color:var(--smart-tabs-indicator-color, #C02127)}.smart-tab-manuals--template-cards .smart-tab-manuals__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.smart-tab-manuals--template-cards .smart-tab-manuals__item a{border:1px solid #D8D8D8;background:#fff;padding:1rem;min-height:72px}@media screen and (max-width:989px){.smart-product-tabs{padding-top:0;padding-bottom:0}.smart-product-tabs__nav-wrapper{background:#f3f6f6;border-top:1px solid #dce4e4;border-bottom:1px solid #e1e7e7}.smart-product-tabs__nav{flex-wrap:wrap;justify-content:center;gap:0 14px;padding:10px 28px 13px}.smart-product-tabs__tab{flex:0 1 calc(33.333% - 12px);min-width:0;padding:.5rem 0 .58rem;font-size:.56rem;font-weight:800;line-height:1.1;letter-spacing:0;text-align:center;white-space:normal}.smart-product-tabs__tab:after{left:0;right:0;height:2px;background:#dbe4e4}.smart-product-tabs__tab--active:after{height:3px}.smart-product-tabs__content{margin-top:0;padding:24px 28px 36px;overflow:hidden;max-width:100%}.smart-tab-description{gap:26px}.smart-tab-description__text-col{gap:14px}.smart-tab-description__heading,.smart-tab-card__heading{font-size:1.18rem;line-height:1.18}.smart-tab-description__body,.smart-tab-card__body,.smart-tab-specifications__description,.smart-tab-shipping__content,.smart-tab-video__intro{font-size:.95rem;line-height:1.55}.smart-tab-description__features{gap:18px 22px}.smart-tab-description__feature-item{gap:12px}.smart-tab-description__feature-icon{width:37px;height:37px}.smart-tab-description__feature-text strong{font-size:.76rem;line-height:1.1}.smart-tab-description__feature-text span{font-size:.74rem;line-height:1.1}.smart-tab-description__image-col img,.smart-tab-shipping__image img,.smart-tab-specifications__image-col img{border-radius:0}.smart-tab-card-grid,.smart-tab-video__grid{display:grid;grid-auto-flow:column;grid-auto-columns:84%;grid-template-columns:none;gap:18px;margin-left:-28px;margin-right:-28px;padding:0 28px 10px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.smart-tab-card-grid::-webkit-scrollbar,.smart-tab-video__grid::-webkit-scrollbar{display:none}.smart-tab-card,.smart-tab-video__card{scroll-snap-align:start}.smart-tab-card__media img{height:auto;aspect-ratio:1 / 1}.smart-tab-description--template-hero_image .smart-tab-description__image-col,.smart-tab-description--image-full .smart-tab-description__image-col{margin-left:-28px;margin-right:-28px;overflow:hidden}.smart-tab-description--template-hero_image .smart-tab-description__image-col img,.smart-tab-description--image-full .smart-tab-description__image-col img{width:calc(100% - 56px);margin-left:28px;aspect-ratio:16 / 8.5}.smart-tab-specifications{gap:18px}.smart-tab-specifications__layout{gap:22px}.smart-tab-specifications__content table{width:100%;font-size:.58rem;table-layout:fixed}.smart-tab-specifications__content th,.smart-tab-specifications__content td{padding:6px 4px;line-height:1.2}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/smart-product-tabs.css.map */
