body{line-height:1.5}h1{font-size:2rem;font-weight:700;line-height:1.25}h2{font-size:1.5rem;font-weight:700;line-height:1.25}h3{font-size:1.25rem;font-weight:600;line-height:1.25}.product__list{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.ordering-form__block{margin-bottom:2rem;padding:2rem 2rem 0;width:100%;border:2px solid var(--bs-border-color)}.product__single{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:2rem 0;width:100%;border-top:1px solid var(--bs-border-color)}@media (min-width:992px){.product__single{flex-direction:row;gap:3rem}}.product__thumb{width:100%;max-width:10rem;aspect-ratio:1/1;background-position:50%;background-size:cover;background-repeat:no-repeat}.product__meta{display:flex;flex:1;flex-direction:column;justify-content:center}.product__meta-options{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;gap:1rem}@media (min-width:992px){.product__meta-options{padding-left:2rem;width:16rem;border-left:1px solid var(--bs-border-color)}}.order__details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;padding-top:2rem;padding-bottom:2rem;background-color:var(--bs-light)}.order__details .form-group{width:100%}