.type-product .product-details{display:flex;flex-direction:row;justify-content:space-between;gap:2rem}@media (max-width:1070px){.type-product .product-details{flex-direction:column}}.type-product .product-details>*{flex:1}.type-product .product-details .product-image{width:30rem;scale:3/4;background-color:#e5e4e6}@media (max-width:1070px){.type-product .product-details .product-image{width:100%}}.type-product .product-details .product-image img{width:100%;height:100%;object-fit:cover}.type-product .product-details .product-description{display:flex;flex-direction:column;justify-content:space-between}.type-product .product-details .product-description h2,.type-product .product-details .product-description h3,.type-product .product-details .product-description h4{margin:0}.type-product .product-details .product-description .product-sku{background-color:#111;padding:.3rem .8rem;color:#fff;max-width:6rem;text-align:center}.type-product .product-details .product-description .product-price{color:#d93;margin-bottom:2rem}.type-product .product-details .product-description .product-description-united{min-height:10rem}.type-product .product-details .product-description .cart{display:flex;flex-wrap:wrap;align-items:baseline;gap:2rem}.type-product .product-details .product-description .cart .quantity{padding:0}.type-product .product-details .product-description .cart .quantity .quantity-input{padding:0;margin:0;display:flex;align-items:center;border-radius:4px}.type-product .product-details .product-description .cart .quantity .quantity-input input{width:3rem;padding:.5rem;font-size:1rem;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;border:none;height:100%}.type-product .product-details .product-description .cart .quantity .quantity-input input::-webkit-inner-spin-button,.type-product .product-details .product-description .cart .quantity .quantity-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.type-product .product-details .product-description .cart .quantity .quantity-input input:focus{outline:none;box-shadow:0 0 0 2px #d93}.type-product .product-details .product-description .cart .quantity button{height:100%;min-width:2.8rem;background-color:#111;color:#fff;border-radius:4px;cursor:pointer;transition:background-color .3s;padding:.5rem;font-size:1rem}.type-product .product-details .product-description .cart .quantity button:hover{background-color:#000}.type-product .product-details .product-description .cart .quantity button.minus{order:-1}.type-product .product-details .product-description .cart button.single_add_to_cart_button{margin-top:1rem;background-color:#d93;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.type-product .product-details .product-description .cart button.single_add_to_cart_button:hover{background-color:#bd7e20}.type-product .product-details .product-description .product-fields{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.type-product .product-details .product-description .product-fields p{margin:0;padding:0 0 1.5rem}.type-product .product-details .product-description .product-fields p:not(:last-child){border-bottom:1px solid #ccc}