.tabbed-finishes__title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:60px;width:100%}.tabbed-finishes__title h2{margin-bottom:0}.tabbed-finishes__tabs{background-color:#fff;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;gap:0}.tabbed-finishes__tabs__tab{align-items:center;background-color:#fff;display:flex;justify-content:center;min-width:150px;padding:16px 32px;transition:.3s ease-in-out;width:25%}.tabbed-finishes__tabs__tab.active,.tabbed-finishes__tabs__tab:hover{background-color:var(--gold)}.tabbed-finishes__tabs__tab h5{color:var(--black);font-size:16px;margin-bottom:0;min-width:max-content;transition:.3s ease-in-out}.tabbed-finishes__tabs__tab.active h5,.tabbed-finishes__tabs__tab:hover h5{color:var(--white)}.tabbed-finishes__tabbed-content{background-color:#fff;border-top:2px solid var(--gold);overflow:hidden;position:relative}.tabbed-finishes__tabbed-content__tab-body{height:auto;left:0;opacity:0;padding:80px 40px 40px;pointer-events:none;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.tabbed-finishes__tabbed-content__tab-body.active{opacity:1;pointer-events:all}.tab-body__swiper__finish{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center;text-align:center}.tab-body__swiper__finish p{font-size:14px;font-weight:700;margin-bottom:0}.tab-body__swiper__navigation{display:flex;flex-direction:row;justify-content:space-between;margin-top:40px}.tab-body__swiper__navigation-item{cursor:pointer}.tab-body__swiper__navigation-item.swiper-button-disabled{cursor:not-allowed;opacity:.5}.tab-body__swiper__navigation-item svg{stroke:var(--black)}@media screen and (max-width:900px){.tabbed-finishes__tabs__tab{min-width:unset;padding:16px 32px;width:33.33333%}}@media screen and (max-width:680px){.tabbed-finishes__tabs__tab{width:50%}.tabbed-finishes__title{flex-direction:column;gap:30px}}@media screen and (max-width:450px){.tabbed-finishes__tabs__tab{width:100%}}