.product-overview-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:3rem;display:flex}.product-overview-wrapper .product-overview{flex-direction:row;justify-content:center;align-items:start;gap:3rem;width:100%;padding-bottom:5rem;display:flex}@media (max-width:1024px){.product-overview-wrapper .product-overview{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.product-overview-wrapper .product-overview .product-image{box-sizing:border-box;border:1px solid #ededed;border-radius:.5rem;flex:1;justify-content:center;align-items:center;width:100%;display:flex}.product-overview-wrapper .product-overview .product-image img{object-fit:cover;width:100%;height:60dvh}.product-overview-wrapper .product-overview .add-product-to-cart{box-sizing:border-box;flex:1;width:100%}.product-overview-wrapper .product-overview .add-product-to-cart .product-info{flex-direction:column;justify-content:space-between;align-items:start;gap:1rem;width:100%;padding-bottom:1rem;display:flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-input{border:1px solid var(--shade);background:var(--background-color);border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;width:fit-content;display:flex;overflow:hidden}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-input button{border-radius:0!important}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-input p{padding:0 1rem}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .product{flex-direction:column;justify-content:center;align-items:start;gap:.3rem;width:100%;display:flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .product .product-category-name{text-transform:capitalize}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .product h1{font-size:1.728rem}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .info-paragraph{flex-direction:column;justify-content:center;align-items:start;gap:.3rem;width:100%;display:flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .info-paragraph .phone-contact{background:var(--primary-color);color:#fff;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:inline-flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;width:100%;display:flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-wrapper .length-input-wrapper{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-wrapper .length-input-wrapper .length-input{width:6rem}@media (max-width:1024px){.product-overview-wrapper .product-overview .add-product-to-cart .product-info .quantity-wrapper .rt-Grid{width:100%}}.product-overview-wrapper .product-overview .add-product-to-cart .product-actions{justify-content:center;align-items:self-end;width:100%;height:20%;display:flex}.product-overview-wrapper .product-overview .add-product-to-cart .product-actions button{width:100%}.product-overview-wrapper .product-overview .add-product-to-cart .track-services{border:1px solid var(--primary-color);width:100%;color:var(--primary-color);background:#fff3f3;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:.5rem;display:inline-flex}.product-overview-wrapper .same-products-wrapper{flex-direction:column;justify-content:center;align-items:start;gap:1rem;width:100%;margin:3rem 0;display:flex}.product-overview-wrapper .same-products-wrapper .same-products{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}
