.ftb-product-specifications{padding:0 20px}.ftb-product-specifications__wrapper{margin:0 auto;max-width:1200px}.ftb-product-specifications .ftb-product-tabs{background-color:var(--ftb-secondary-section-bg-color);font-family:"Inter",sans-serif;border-radius:12px;padding:48px 80px}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs{padding:20px}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper{position:relative;overflow:hidden;display:flex;align-items:center;padding:0;border-bottom:1px solid #ddd}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper{padding:0 32px}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-prev,.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-next{position:absolute;top:0;border:none;width:28px;height:28px;justify-content:center;align-items:center;cursor:pointer;z-index:1;display:none}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-prev:hover,.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-next:hover{background:#eee}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-prev{left:0}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-next{right:0}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-disabled{opacity:.2;pointer-events:none}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-prev,.ftb-product-specifications .ftb-product-tabs .ftb-tab-header-wrapper .ftb-tab-next{display:flex}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header{display:flex;position:relative}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header{width:100%;justify-content:center}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab{font-family:"Inria Serif",serif !important;background:none;border:none;padding-bottom:8px;margin:0 15px;font-size:18px;color:var(--ftb-secondary-text-color);opacity:.8;cursor:pointer;transition:color .3s;line-height:28px}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab:first-child{margin-left:0}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab{display:none;margin:0}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab.ftb-tab-active{font-weight:600}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab.ftb-tab-active{display:flex}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab-indicator{display:block !important;position:absolute;bottom:0;height:3px;width:0;background-color:var(--ftb-primary-accent-one-color);transition:all .3s ease;will-change:transform,width}@media screen and (max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header .ftb-tab-indicator{display:none !important}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content{padding-top:40px}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-tab-panel{display:none}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-tab-panel.ftb-panel-active{display:block;animation:fadeIn .3s ease}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:48px;gap:48px;align-items:flex-start}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper{grid-template-columns:1fr;gap:20px}}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-image{width:100%;height:100%}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-image img{width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;border-radius:4px}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-image img.ftb-fill{-o-object-fit:cover;object-fit:cover}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-image img.ftb-fit{-o-object-fit:contain;object-fit:contain}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-specs{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-specs .ftb-spec-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.12)}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-specs .ftb-spec-row:last-child{border:none}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-specs .ftb-spec-row .ftb-spec-label{font-weight:600;font-size:14px;min-width:140px;line-height:36px;color:var(--ftb-secondary-text-color)}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-specs .ftb-spec-row .ftb-spec-value{font-size:16px;font-weight:normal;text-align:right;line-height:36px;color:var(--ftb-secondary-text-color)}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-image{width:100%}.ftb-product-specifications .ftb-product-tabs .ftb-tab-content .ftb-product-specs-wrapper .ftb-product-specs .ftb-spec-row .ftb-spec-value{text-align:left}}@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.ftb-product-specifications .ftb-product-tabs .ftb-tab-header{flex-wrap:wrap}}
