.product-calculator{display:flex;flex-wrap:wrap;align-items:center;gap:56px}.product-calculator .product-calculator-left{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;width:calc(31% - 28px)}.product-calculator .product-calculator-left h3{margin-bottom:32px;color:var(--brand-teal-600)}.product-calculator .calculator-counter{display:flex;flex-wrap:wrap}.product-calculator .calculator-counter .calculator-form{display:flex;flex-wrap:wrap;gap:32px}.product-calculator .calculator-counter .form-group-counter{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.product-calculator .calculator-counter .form-label{display:flex;justify-content:center;text-align:center}.product-calculator .calculator-counter .form-label p{font-size:18px;line-height:22px;color:var(--brand-gray-1100);max-width:80%}.product-calculator .calculator-counter .counter-input{border:1px solid var(--brand-teal-200);display:flex;flex-wrap:wrap;justify-content:space-between;background:var(--brand-teal-100);border-radius:90px;gap:12px;padding:8px;max-width:100%;width:300px}.product-calculator .calculator-counter button{background:var(--brand-teal-600);width:64px;height:64px;border-radius:50%;padding:8px;border:0;box-shadow:none;display:flex;align-items:center;justify-content:center}.product-calculator .calculator-counter button svg{color:var(--brand-white-black-white);font-size:20px}.product-calculator .calculator-counter input{color:var(--brand-red-600);font-size:36px;line-height:44px;border:0;width:64px;background:transparent;text-align:center;font-weight:800;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.product-calculator .calculator-counter input::-webkit-inner-spin-button,.product-calculator .calculator-counter input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}.product-calculator-left .primary-btn{width:100%;margin-top:32px}.product-calculator .product-calculator-right{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;width:calc(69% - 28px)}.product-calculator .product-calculator-right .calculator-result-cards{display:flex;flex-wrap:wrap;align-items:center;width:100%;gap:32px}.product-calculator .product-calculator-right .calculator-result-cards.reverse-result-cards{flex-direction:row-reverse}.product-calculator .calculator-result-cards .calculator-card{padding:16px 32px;border-radius:16px;border:1px solid var(--brand-peach-300);flex:0 0 calc(45% - 16px);max-width:calc(45% - 16px);transition:.5s;-webkit-transition:.5s;-moz-transition:.5s}.product-calculator .calculator-result-cards .calculator-card.card-selected{background-color:var(--brand-white-black-white);box-shadow:0 12px 36px #2f1e0d26;padding:32px;border-color:transparent;flex:0 0 calc(55% - 16px);max-width:calc(55% - 16px)}.product-calculator .calculator-card .calculator-badge{font-size:18px;line-height:22px;font-weight:500;color:var(--brand-teal-400);margin-bottom:8px;display:flex;justify-content:center;text-transform:uppercase}.product-calculator .calculator-card h4{font-family:var(--font-family-gazpacho);margin:0 0 8px}.product-calculator .calculator-card .home-price{font-weight:600;font-size:26px;line-height:26px;color:var(--brand-teal-600);margin-bottom:4px;display:flex;justify-content:center}.product-calculator .calculator-card .sub-price{font-size:16px;line-height:20px;color:var(--brand-gray-1100);margin-bottom:16px}.product-calculator .calculator-card img.home-main-image{width:100%;min-height:344px;height:344px;border-radius:8px;object-fit:cover}.product-calculator .calculator-card .calculator-card-feature{display:flex;align-items:center;padding:0;margin:0 0 24px}.product-calculator .calculator-card .calculator-card-feature li{display:flex;flex-direction:column;gap:4px;align-items:center;flex:0 0 33.33%;max-width:33.33%}.product-calculator .calculator-card .calculator-card-feature li .feature-icon{background-color:var(--brand-peach-150);border:1px solid var(--brand-peach-200);padding:14px;border-radius:50%;width:60px;height:60px}.product-calculator .calculator-card .calculator-card-feature li .feature-icon img{width:32px;height:32px;object-fit:contain}.product-calculator .calculator-card .calculator-card-feature li .feature-text{font-size:16px;line-height:20px;color:var(--brand-gray-1100)}.product-calculator .calculator-card .card-product-img{position:relative;display:flex;flex-wrap:wrap;margin-bottom:24px}.product-calculator .calculator-card .card-product-img .promo_msg{position:absolute;left:20px;bottom:20px;background-color:var(--brand-lime-600);color:var(--brand-gray-1100);padding:4px 8px;border-radius:8px;display:flex;font-weight:700;line-height:normal;font-size:16px}.product-calculator .calculator-card .product-switcher{display:flex;flex-wrap:wrap;gap:8px;border:2px solid var(--brand-teal-200);background:var(--brand-teal-200);border-radius:8px;padding:0;margin:0 0 16px;list-style:none}.product-calculator .calculator-card .product-switcher li{font-size:16px;line-height:20px;font-weight:600;text-transform:uppercase;color:var(--brand-teal-400);padding:8px;text-align:center;flex:0 0 calc(30% - 8px);max-width:calc(30% - 8px)}.product-calculator .calculator-card .product-switcher li.active{background:var(--brand-white-black-white);color:var(--brand-gray-1100)}.product-calculator .calculator-card .product-switcher li:first-child.active{border-radius:8px 0 0 8px;flex:0 0 70%;max-width:70%}.product-calculator .calculator-card .product-switcher li:last-child.active{border-radius:0 8px 8px 0;flex:0 0 70%;max-width:70%}@media screen and (max-width:1024px){.product-calculator .product-calculator-left{width:100%}.product-calculator .calculator-counter .form-group-counter{flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}.product-calculator .product-calculator-right{width:100%}}@media screen and (min-width:992px){.product-calculator-left .primary-btn,.product-calculator .calculator-card .product-switcher{display:none}}@media screen and (max-width:991px){.product-calculator{gap:32px}.product-calculator .product-calculator-left{background:var(--brand-white-black-white);padding:24px 12px;border-radius:16px}.product-calculator .product-calculator-left h3{display:none;padding:16px}.product-calculator .calculator-counter button{width:48px;height:48px}.product-calculator .calculator-result-cards .calculator-card,.product-calculator .calculator-result-cards .calculator-card.card-selected{flex:0 0 100%;max-width:100%;box-shadow:none;background:var(--brand-white-black-white);padding:16px}.product-calculator .calculator-result-cards .calculator-card{display:none}.product-calculator .calculator-result-cards .calculator-card.card-selected{display:block}.product-calculator .calculator-card .calculator-badge{font-size:16px;line-height:20px}.product-calculator .calculator-card .home-price{font-size:22px;line-height:26px}.product-calculator .calculator-card .sub-price{font-size:14px;line-height:18px}.product-calculator .calculator-card .card-product-img{margin-bottom:16px}.product-calculator .calculator-card .calculator-card-feature{margin:0 0 16px}.product-calculator .calculator-card .card-product-img .promo_msg{font-size:12px}.product-calculator .calculator-card img.home-main-image{height:100%;min-height:auto}}@media screen and (max-width:767px){.product-calculator .calculator-counter .form-group-counter{flex:0 0 100%;max-width:100%}.product-calculator .calculator-card img.home-main-image{min-height:auto;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/calculator.css.map */
