.search-results__content{width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:18rem 0}.search-results__title{margin-bottom:5.5rem}.search-results__categories-list{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3.5rem;max-width:124rem;margin:0 auto}@media only screen and (min-width: 911px){.search-results__categories-list{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));gap:2rem;align-items:flex-start;justify-content:center}}.search-results__categories-list-items{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.search-results__categories-list-item{display:flex;flex-direction:column;gap:1.5rem}.search-results__category-btn{font-size:1.2rem;line-height:130%;letter-spacing:.012rem;min-height:2.7rem}.search-results__category-btn.active{background-color:rgba(162,162,162,.75)}.search-results__results{display:flex;flex-direction:column;gap:2.5rem}@media only screen and (min-width: 911px){.search-results__results{margin-top:10rem}}.search-results__group{display:flex;flex-direction:column;gap:2.5rem}.search-results__group:not(:last-child){padding-bottom:7rem;border-bottom:1px solid var(--progress-bar-bg)}@media only screen and (min-width: 911px){.search-results__group:not(:last-child){padding-bottom:2.5rem}}@media only screen and (min-width: 911px){.search-results__group{display:grid;grid-template-columns:repeat(18, minmax(0, 1fr));gap:0 2rem}.search-results__group>*:first-child{grid-column:1/3}.search-results__group>*:last-child{grid-column:span 16/-1}}.search-results__group-items{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:4.5rem .5rem}@media only screen and (min-width: 911px){.search-results__group-items{grid-template-columns:repeat(16, minmax(0, 1fr));gap:3rem 2rem}.search-results__group-items .product-tile{grid-column:span 2}.search-results__group-items .ar-tile{grid-column:span 2}.search-results__group-items .viewing-room-tile{grid-column:span 5}.search-results__group-items .journal-tile{grid-column:span 5}}@media only screen and (min-width: 911px){.search-results__group-heading{align-self:flex-start;text-align:right}}.search-results__header{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:var(--white);overflow:hidden;transition:transform .3s ease-in-out;transform:translateY(-100%)}.search-results__header.is-visible{transform:translateY(0)}@media only screen and (min-width: 911px){.search-results__header{transform:translateY(0);position:static;padding:0;overflow:visible;background-color:rgba(0,0,0,0)}}.search-results__header-inner{height:100%;padding:10rem 2rem;overflow-y:auto}@media only screen and (min-width: 911px){.search-results__header-inner{padding:0;overflow:visible;height:auto}}.search-results__cat-toggle{position:fixed;top:1.5rem;left:50%;transform:translateX(-50%);z-index:100000;background-color:var(--white);color:var(--color-text-quinary);font-size:1.3rem;line-height:130%;letter-spacing:.013rem;border-radius:.5rem;border:1px solid var(--border-buttonzo-hover);background:rgba(255,255,255,.85);backdrop-filter:blur(20px);padding:.8rem 1.2rem;text-transform:uppercase;transition:opacity .3s ease-in-out}.menu-is-visible .search-results__cat-toggle{opacity:0;pointer-events:none}@media only screen and (min-width: 911px){.search-results__cat-toggle{display:none}}
