/* START_SECTION:star-product (INDEX:53) */
.star-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}
.star-product-image{width:100%;border-radius:20px;background:#f7f7f7}
.star-product-title{font-size:clamp(30px,5vw,48px);line-height:1.08;margin:10px 0}
.star-product-price{margin:14px 0 18px}
.star-product-trust{display:grid;gap:10px;margin:18px 0}
.star-product-label{display:block;font-weight:800;margin-bottom:8px}
.star-product-select{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;margin-bottom:16px}
.star-quantity-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:4px 0 16px}
.star-quantity-row .star-product-label{margin:0}
.star-quantity-control{display:grid;grid-template-columns:52px 76px 52px;align-items:stretch;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.star-qty-btn{border:0;background:#f7f8fa;font-size:28px;line-height:1;cursor:pointer;color:var(--navy);min-height:52px}
.star-qty-btn:hover{background:#eef3f7}
.star-qty-input{width:100%;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-size:18px;font-weight:800;appearance:textfield;-moz-appearance:textfield}
.star-qty-input::-webkit-outer-spin-button,.star-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.star-add-cart{width:100%;border:0;font-size:17px;justify-content:center}
.star-product-description{margin-top:24px;color:#4b5563}
@media(max-width:780px){.star-product-grid{grid-template-columns:1fr;gap:20px}.star-quantity-row{align-items:flex-start;flex-direction:column}.star-quantity-control{grid-template-columns:56px 88px 56px;width:max-content}.star-qty-btn{min-height:56px}}
/* END_SECTION:star-product */
