<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabbed-layout{display:flex;flex-wrap:wrap;justify-content:space-between}.tabbed-layout .tab-item{flex-basis:calc(100% / 3 - 20px);margin-bottom:20px}.tabbed-layout .tab-item.is-active{background-color:#f9f9f9}.tabbed-layout .tab-item-title{cursor:pointer;padding:10px;background-color:#f1f1f1;border:1px solid #ccc}.tabbed-layout .tab-item-content{padding:10px;border:1px solid #ccc}@media screen and (max-width: 767px){.tabbed-layout{flex-direction:column}.tabbed-layout .tab-item{flex-basis:100%;margin-bottom:0}.tabbed-layout .tab-item-title{display:flex;justify-content:space-between;align-items:center}.tabbed-layout .tab-item-title:after{content:"\f107";font-family:FontAwesome;font-size:14px;color:#333;transition:transform .2s ease-in-out;transform:rotate(0)}.tabbed-layout .tab-item.is-active .tab-item-title:after{transform:rotate(180deg)}.tabbed-layout .tab-item-content{overflow:hidden;max-height:0;transition:max-height .2s ease-in-out}.tabbed-layout .tab-item.is-active .tab-item-content{max-height:1000px}}
/*# sourceMappingURL=/cdn/shop/t/24/compiled_assets/styles.css.map */
</pre></body></html>