.product_listing-inner{display:flex;flex-wrap:wrap;gap:30px}.product_listing-card{border:3px solid var(--black-color);border-radius:10px;display:flex;flex-direction:column;height:fit-content;overflow:hidden}.product_listing.row3 .product_listing-card{flex:1 0 calc(33.33% - 30px);max-width:calc(33.33% - 30px)}.product_listing.row2 .product_listing-card{flex:1 0 calc(50% - 30px);max-width:calc(50% - 30px)}.product_listing.row1 .product_listing-card{flex:1 0 100%;max-width:100%}.product_listing-title{background-color:var(--tertiary-color);color:var(--black-color);font-size:32px;margin-bottom:24px;padding:20px 24px;text-align:center}.product_listing-price_box{display:flex;flex-direction:column;margin-bottom:24px;min-height:134px;padding:0 24px;text-align:center}.product_listing-divider{border-bottom:1px solid #707070;margin:auto 0 0;padding-top:16px}.product_listing-price_box .product_listing-price_intro{margin-bottom:16px}.product_listing-price_box .bold-price{font-family:var(--primary-font);font-size:50px;font-weight:700}.product_listing-highlights{padding:0 24px}.product_listing-highlights h4{font-size:20px;font-weight:500}.product_listing-highlights ul li{font-size:18px;line-height:1.3em}.product_listing-ul{list-style-type:none;padding-left:30px}.product_listing-ul li{position:relative}.product_listing-ul-check:before{color:#4cbb17;content:"\f00c";left:-1.5em}.product_listing-ul-check:before,.product_listing-ul-x:before{display:inline-block;font-family:FontAwesome;position:absolute;width:1em}.product_listing-ul-x:before{color:#d30000;content:"\f00d";font-size:1.3em;left:-1.2em}.product_listing-ul-bullet:before{color:#000;content:"\f111";display:inline-block;font-family:FontAwesome;font-size:.5em;left:-2.5em;position:absolute;width:1em}.product_listing-toggle_btn{color:var(--secondary-color);display:block;font-size:18px;font-weight:700;line-height:30px;padding:12px 24px 0;text-align:right;text-decoration:none}.product_listing-toggle_btn:hover{color:var(--primary-color);text-decoration:none}.product_listing-toggle_btn:focus{outline:none}.product_listing-details{display:none;padding:24px 24px 12px}.product_listing-details .product_listing-detail_item{display:flex;font-size:18px;line-height:1.3em;padding:12px}.product_listing-details .product_listing-detail_item:nth-child(odd){background-color:#f3f3f3}.product_listing-details .product_listing-detail_item.twocol{justify-content:space-between}.product_listing-details .product_listing-detail_item.onecol{flex-direction:column}.product_listing-detail_item .product_listing-detail_label{font-size:20px;font-weight:500}.product_listing-detail_item.onecol .product_listing-detail_label{margin-bottom:6px}.product_listing-buttons{background-color:#fcf6eb;display:flex;gap:12px;justify-content:center;margin-top:16px;padding:10px 20px}.product_listing-buttons .button{padding:16px 10px!important}.product_listing-buttons .cta .interactive-button{padding-bottom:18px!important;padding-top:18px!important}@media (max-width:1440px){.product_listing.row3 .product_listing-card{flex:1 0 calc(50% - 30px);max-width:calc(50% - 30px)}.product_listing-inner{gap:20px}.product_listing-title{margin-bottom:10px}.product_listing-intro-arrow{display:none}}@media (max-width:991px){.product_listing.row2 .product_listing-card,.product_listing.row3 .product_listing-card{flex:1 0 100%;max-width:100%}}