.mg-browse-hero{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;color:#fff}.mg-browse-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mg-browse-hero__video{width:100%;height:100%;object-fit:cover;display:block}.mg-browse-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1}.mg-browse-hero__header{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:24px 32px}.mg-browse-hero__logo{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400;letter-spacing:.05em;text-transform:lowercase;color:#fff;text-decoration:none}.mg-browse-hero__account a{color:#fff}.mg-browse-hero__account{color:#fff;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background .2s}.mg-browse-hero__account:hover{background:#ffffff26}.mg-browse-hero__account svg{width:24px;height:24px}.mg-browse-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 24px;color:#fff}.mg-browse-hero__heading{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;margin:0 0 16px;line-height:1.1;color:#fff}.mg-browse-hero__subtitle{font-size:1.125rem;opacity:.9;margin:0 0 32px;color:#fff}.mg-browse-hero__search{display:flex;gap:0;max-width:560px;margin:0 auto 16px;background:#fff;border-radius:100px;overflow:hidden;box-shadow:0 4px 20px #00000026}.mg-browse-hero__search input{flex:1;border:none;padding:14px 24px;font-size:1rem;outline:none}.mg-browse-hero__input{flex:1;border:none;background:transparent;font-size:1rem;padding:10px 0;outline:none;color:var(--mg-text, #1A1A1A);font-family:inherit;min-width:0}.mg-browse-hero__input::placeholder{color:#888}.mg-browse-hero__search button{background:#d4a373;color:#fff;border:none;padding:14px 28px;font-size:1rem;font-weight:600;cursor:pointer}.mg-browse-hero__search-btn{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:none;background:var(--mg-amber, #D4A373);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.mg-browse-hero__search-btn:hover{background:#c28e5e;transform:scale(1.05)}.mg-browse-hero__scroll{color:#fff;font-size:.875rem;text-decoration:none;opacity:.8}.mg-browse-hero__scroll:hover{opacity:1}.mg-browse-hero__scroll-link{display:inline-block;color:#fff;font-size:.9375rem;text-decoration:none;opacity:.9;transition:opacity .2s}.mg-browse-hero__scroll-link:hover{opacity:1;text-decoration:underline}body.template--page-browse-v2 .header-wrapper,body.template--page-browse .header-wrapper,body:has(.mg-browse-hero) .header-wrapper{display:none!important}@media screen and (max-width:749px){.mg-browse-hero__header{padding:16px 20px}.mg-browse-hero__heading{font-size:2.5rem}.mg-browse-hero__search{border-radius:12px;flex-direction:column}.mg-browse-hero__search button{border-radius:0}.mg-browse-hero__search-btn{border-radius:50%}}.mg-category-hero{position:relative;height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.mg-category-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.mg-category-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.mg-category-hero__content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 24px}.mg-category-hero__heading{margin:0 0 12px;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;font-family:Georgia,Times New Roman,serif;text-shadow:0 2px 8px rgba(0,0,0,.4);color:#fff}.mg-category-hero__subtitle{margin:0;font-size:clamp(.875rem,2vw,1.125rem);opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.4);color:#fff}.mg-category-hero__breadcrumb{position:absolute;top:24px;left:24px;color:#fffc;font-size:.875rem;z-index:2}.mg-category-hero__breadcrumb a:hover{text-decoration:underline}.mg-place-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;padding:48px 24px;max-width:1400px;margin:0 auto}.mg-place-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.mg-place-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.mg-place-card__link{display:block;text-decoration:none;color:inherit}.mg-place-card__image{aspect-ratio:3/2;overflow:hidden;background:#f0f0f0}.mg-place-card__image img{width:100%;height:100%;object-fit:cover;display:block}.mg-place-card__content{padding:16px}.mg-place-card__content h3{margin:0 0 8px;font-size:1.125rem;font-weight:600;color:var(--mg-text, #1A1A1A)}.mg-place-card__meta{display:flex;gap:12px;font-size:.875rem;color:#666;flex-wrap:wrap}.mg-rating{color:var(--mg-amber, #D4A373);font-weight:600}.mg-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:mg-skeleton-pulse 1.5s infinite;border-radius:8px}@keyframes mg-skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.mg-category-grid{padding:48px 24px;max-width:1400px;margin:0 auto}.mg-category-grid__heading{font-size:1.5rem;font-weight:600;margin:0 0 24px;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em}.mg-category-grid__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media screen and (max-width:990px){.mg-category-grid__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.mg-category-grid__cards{grid-template-columns:1fr}}.mg-category-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/2;display:block;text-decoration:none;transition:transform .3s,box-shadow .3s}.mg-category-card:hover{transform:scale(1.03);box-shadow:0 12px 32px #0003}.mg-category-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.mg-category-card__img{width:100%;height:100%;object-fit:cover;display:block}.mg-category-card__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%)}.mg-category-card__title{position:absolute;bottom:16px;left:16px;color:#fff;font-size:1.125rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.4);z-index:2}@media(max-width:640px){.mg-place-grid{grid-template-columns:1fr;padding:24px 16px}.mg-category-hero__breadcrumb{top:16px;left:16px;font-size:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/murmurgo-browse.css.map */
