.desktop-product-preference{margin-top:22px;padding:18px 20px;border:1px solid #dfe7f1;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgb(29 37 53 / 5%)}
.desktop-product-preference .preference-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.desktop-product-preference h2{font-size:16px;margin:0 0 4px}
.desktop-product-preference p{font-size:12px;color:#667085;margin:0;max-width:480px}
.product-preference-actions{display:flex;gap:10px;flex:none}
.preference-button{min-width:105px;min-height:42px;border:1px solid #d7e0eb;border-radius:999px;background:#fff;color:#354157;font-weight:700;padding:8px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.15s ease}
.preference-button:hover{border-color:#9fc0ea;background:#f1f7ff;color:#005ebd}
.preference-button.is-active[data-action="like"]{background:#e8f8ef;border-color:#a9dfbf;color:#17663b}
.preference-button.is-active[data-action="dislike"]{background:#fff0f1;border-color:#efbec5;color:#9b2d40}
.preference-button:disabled{opacity:.6}
.preference-status{display:block;margin-top:10px;font-size:11px;color:#667085;min-height:18px}
.related-products-section{margin:12px 0 64px}
.related-products-section .section-heading{align-items:flex-end}
.related-products-section .section-heading>div p{font-size:13px;color:#667085;margin:5px 0 0;max-width:700px}
.related-products-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1150px){.related-products-section .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.desktop-product-preference .preference-head{flex-direction:column}.product-preference-actions{width:100%}.preference-button{flex:1}.related-products-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.desktop-product-preference{display:none}.related-products-section{margin-bottom:38px}.related-products-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
