.roma-product-grid{display:flex;flex-direction:column;width:100%}.roma-product-grid__filters{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #d5d0c6;padding-bottom:.75rem;margin-bottom:3rem;font-size:11px;text-transform:uppercase;letter-spacing:.2em;font-family:var(--font-body),sans-serif;gap:1rem}@media(min-width:768px){.roma-product-grid__filters{flex-direction:row;align-items:center;gap:0}}.roma-product-grid__categories{display:flex;flex-wrap:wrap;gap:0 1.5rem}.roma-product-grid__category-btn{position:relative;padding:.25rem 0;font-weight:500;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#8a8374;background:none;border:none;cursor:pointer;transition:color .3s ease}.roma-product-grid__category-btn:hover{color:#0a0f14}.roma-product-grid__category-btn--active{color:#0a0f14;font-weight:600}.roma-product-grid__active-underline{position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#0a0f14}.roma-product-grid__controls{display:flex;align-items:center;gap:1.5rem;width:100%;justify-content:space-between}@media(min-width:768px){.roma-product-grid__controls{width:auto;justify-content:flex-end}}.roma-product-grid__search{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid transparent;padding-bottom:.25rem;transition:border-color .3s ease}.roma-product-grid__search:hover{border-bottom-color:#d5d0c6}.roma-product-grid__search:focus-within{border-bottom-color:#0a0f14}.roma-product-grid__search svg{color:#8a8374}.roma-product-grid__search-input{background:transparent;border:none;outline:none;font-size:11px;color:#0a0f14;letter-spacing:.2em;text-transform:uppercase;width:6rem;transition:width .3s ease}.roma-product-grid__search-input:focus{width:9rem}.roma-product-grid__search-input::placeholder{color:#8a8374}.roma-product-grid__sort-wrapper{position:relative;z-index:var(--z-dropdown)}.roma-product-grid__sort-btn{background:transparent;border:none;outline:none;font-size:11px;color:#0a0f14;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;padding:.25rem 0;display:flex;align-items:center;gap:.5rem;font-family:inherit;border-bottom:1px solid transparent;transition:border-color .3s ease}.roma-product-grid__sort-btn:hover{border-bottom-color:#d5d0c6}.roma-product-grid__sort-btn svg{color:#0a0f14}.roma-product-grid__sort-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#f4f1eb;border:1px solid #d5d0c6;padding:.5rem 0;z-index:100;min-width:220px;box-shadow:0 10px 30px #0000000d;list-style:none}.roma-product-grid__sort-item{padding:.5rem 1.5rem;font-size:11px;letter-spacing:.15em;color:#8a8374;cursor:pointer;transition:all .2s ease;text-align:right;text-transform:uppercase}.roma-product-grid__sort-item:hover{color:#0a0f14;background-color:#eae6df}.roma-product-grid__sort-item--active{color:#754437;font-weight:600}.roma-product-grid__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 0}.roma-product-grid__empty-title{font-family:var(--font-display);font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:#0a0f14;margin-bottom:.5rem}.roma-product-grid__empty-desc{font-family:var(--font-body);font-size:11px;letter-spacing:.1em;color:#8a8374;text-transform:uppercase}.roma-product-grid__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 1.5rem;padding-bottom:4rem}@media(min-width:1024px){.roma-product-grid__grid{grid-template-columns:repeat(4,1fr);gap:7rem 1.5rem;padding-bottom:6rem}}@media(min-width:768px){.roma-product-grid__item:nth-child(2n){transform:translateY(3rem)}}@media(max-width:767px){.roma-product-grid__item:nth-child(2n){transform:translateY(1.5rem)}}.roma-product-grid__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:5rem 0;min-height:300px}.roma-product-grid__spinner{width:24px;height:24px;border:1px solid #d5d0c6;border-top-color:#754437;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
