.hot-tub-product{display:grid;grid-template-columns:repeat(3,1fr);column-gap:50px!important;row-gap:150px!important}.hot-tub-product.pre-owned.cpt-list{padding-top:150px}@media only screen and (max-width:992px){.hot-tub-product{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:560px){.hot-tub-product{grid-template-columns:repeat(1,1fr)}}.hot-tub-product .hot-tub-product__item{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 20px;padding-top:40%;border:6px solid rgb(183,228,255);border-radius:7px}.hot-tub-product .hot-tub-product__item__image{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:80%;text-align:center}.hot-tub-product .hot-tub-product__item__category{font-size:18px;color:rgb(6,139,221);text-transform:uppercase;font-weight:300}.hot-tub-product .hot-tub-product__item__name{font-size:28px!important;color:rgb(31,74,136);font-weight:700}.hot-tub-product .hot-tub-product__item__cost{color:rgb(100,100,100);font-weight:300}.hot-tub-product .hot-tub-product__item__image{opacity:0;top:50%;transition:0.2s}.hot-tub-product .hot-tub-product__item__image_2{position:absolute;top:0;left:50%;transform:translate(-50%,-40%);width:80%;text-align:center;transition:0.2s}.hot-tub-product .hot-tub-product__item{position:relative;padding-top:40%}.hot-tub-product__item:hover .hot-tub-product__item__image{top:0;opacity:1}.hot-tub-product__item:hover .hot-tub-product__item__image_2{top:0;opacity:0}.hot-tub-product__item::before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;background-image:linear-gradient(#214A86,rgba(0,0,0,0) 50%);opacity:0}.hot-tub-product__item::after{position:absolute;content:'';left:0;top:0;width:100%;height:100%;background-image:url(../png/wave.png);background-repeat:no-repeat;background-size:contain;transition:0.3s;opacity:0}.hot-tub-product__item:hover::before{background-image:linear-gradient(#214A86,rgba(54,127,162,.2) 70%);z-index:-1;opacity:1}.hot-tub-product__item:hover::after{top:20%;z-index:-1;opacity:1}.hot-tub-product__item__seats{padding-bottom:0!important}.hot-tub-product__item__name{margin-bottom:0!important}.hot-tub-product h1,h2,h3,h4,h5,h6{padding-bottom:0!important;font-family:"Poppins"!important}.hot-tub-product__seemore{margin:auto;margin-top:80px!important;padding:25px 100px!important;font-size:25px!important;color:white!important;cursor:pointer}.hot-tub-filters{position:relative;padding:20px 0 200px}.hot-tub-filters .filters{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.clear-filter{margin-top:35px;margin-inline:auto;width:fit-content;text-align:center;color:rgb(6,139,221);font-family:"Poppins"!important}.clear-filter:hover{text-decoration:underline;cursor:pointer}.hot-tub-filters:before{position:absolute;content:'';width:2500px;height:170px;background:rgb(231,246,255);left:-500px;top:-25px;z-index:-1}.filter{position:relative;flex-shrink:0;padding:10px 10px;width:calc((100% - 90px) / 4);background:rgb(31,74,136);border-radius:6px;font-size:16px;font-weight:700;font-family:"Poppins"!important;cursor:pointer}.swim-spas-filters .filter{width:calc((100% - 90px) / 3)}@media only screen and (max-width:992px){.hot-tub-filters .filter{width:calc((100% - 30px) / 2)}.hot-tub-filters:before{height:250px}.swim-spas-filters:before{height:170px}}@media only screen and (max-width:560px){.hot-tub-filters .filter{width:100%}.hot-tub-filters:before{height:400px}.swim-spas-filters:before{height:250px}}.filter.active{border-radius:6px 6px 0 0;z-index:5}.filter::after{position:absolute;content:"";right:20px;top:40%;width:16px;height:16px;transform:translateY(-50%) rotate(135deg);transition:0.3s;border:3px solid;border-color:rgb(92,188,248) rgb(92,188,248) transparent transparent}.filter:last-child{margin-right:0}.filter .filter-btn{margin-top:2px;padding-left:7px;text-align:left;color:#fff;text-transform:uppercase}.filter .filter-dropdown{left:0;position:absolute;top:calc(100% - 1px);min-width:100%;transform-origin:0 0;transform:scaleY(0);border-top:none;transition:0.3s}.filter .filter-dropdown .initial{display:none}.filter .filter-dropdown .option{padding:10px 12px;text-align:left;font-size:17px;font-family:"Poppins"!important;color:#fff;background-color:rgb(31,74,136);white-space:nowrap;cursor:pointer;transition:0.3s}.filter .filter-dropdown .option:last-child{border-radius:0 0 6px 6px}.filter .filter-dropdown.active{transform:scaleY(1)}.filter.active::after{top:60%;transform:translateY(-50%) rotate(-45deg)}.spinner-cont{width:100%;display:flex;flex-direction:row;justify-content:center}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}