.premium-hero-grid{width:100%;overflow:hidden;position:relative}.premium-hero-grid__container{display:flex;width:100%;min-height:600px;position:relative}.premium-hero-grid__text-area{width:400px;flex-shrink:0;display:flex;justify-content:center;padding:48px 48px 64px;position:relative;z-index:2}.premium-hero-grid__text-content{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.premium-hero-grid__text-content-inner{display:flex;flex-direction:column;gap:16px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.premium-hero-grid__text-content-inner.move-right{position:relative;will-change:transform;gap:64px}.premium-hero-grid__text-content-inner.move-right.slide-out{transform:translate(100vw)}.premium-hero-grid__logo-img{width:30px!important;height:40px;object-fit:contain;max-width:none!important;max-height:none!important}.premium-hero-grid__heading{margin:0;font-weight:700}.premium-hero-grid__description p{font-family:var(--font-body);font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:0;color:#000}.premium-hero-grid__search{margin-top:8px}.premium-hero-grid__search-label{margin-bottom:12px;font-family:var(--font-body);font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.premium-hero-grid__search-form{position:relative;display:flex;align-items:center}.premium-hero-grid__search-caret{position:absolute;left:45px;top:50%;transform:translateY(-50%);color:#000;font-family:var(--font-body);font-size:14px;line-height:14px;pointer-events:none;animation:premium-hero-grid-caret-blink 1s step-end infinite}.premium-hero-grid__search-input:focus+.premium-hero-grid__search-caret,.premium-hero-grid__search-input:not(:placeholder-shown)+.premium-hero-grid__search-caret{opacity:0}.premium-hero-grid__search-input{width:317px;height:50px;padding:14px 16px 14px 50px;border:1px solid #000000;font-family:var(--font-body);font-size:14px;background-color:#f3f3f3;transition:border-color .3s ease;cursor:pointer}.premium-hero-grid__search-input::placeholder{font-family:var(--font-body);font-size:14px;font-weight:400;font-style:Regular;line-height:14px;letter-spacing:.1px;color:#000}@keyframes premium-hero-grid-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.premium-hero-grid__search-input:focus{outline:none;border-color:#00000080}.premium-hero-grid__search-input[readonly]{cursor:pointer;user-select:none;-webkit-user-select:none}.premium-hero-grid__search-button{position:absolute;left:8px;background:none;border:none;padding:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:currentColor;opacity:1;transition:opacity .3s ease}.premium-hero-grid__search-button:hover{opacity:1}.premium-hero-grid__search-header-mobile .premium-hero-grid__search-button--icon-only{position:static;left:auto}.premium-hero-grid__links{display:flex;flex-wrap:wrap;gap:12px;column-gap:24px;margin-top:8px}.premium-hero-grid__link-item{display:flex;flex-direction:row;gap:24px}.premium-hero-grid__link{font-family:var(--font-body);font-size:14px;text-decoration:none;color:#000;transition:opacity .3s ease;display:inline-block;letter-spacing:0}.premium-hero-grid__link:hover{opacity:1}.premium-hero-grid__image-grid{flex:1;display:flex;min-height:600px;max-height:none;gap:1px}.premium-hero-grid__image-item{flex:1;position:relative;overflow:hidden;height:100%}.premium-hero-grid__image-link{display:block;width:100%;height:100%;text-decoration:none}.premium-hero-grid__image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.premium-hero-grid__image,.premium-hero-grid__image-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.premium-hero-grid__image-placeholder{background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.premium-hero-grid__image-item .premium-hero-grid__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000;transition:background .6s cubic-bezier(.4,0,.2,1);pointer-events:none;display:block}.premium-hero-grid__image-label{position:absolute;top:0;right:0;bottom:0;left:0;width:fit-content;height:fit-content;margin:auto;color:#fff;font-family:var(--font-body);font-size:24px;font-weight:500;z-index:2;opacity:1;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.premium-hero-grid__image-item:hover .premium-hero-grid__image-overlay{background:#00000080}.search-chip{border:.5px solid #000000;border-radius:100px;padding:8px 14px;background-color:#fff;color:#000;font-family:var(--font-body);font-size:14px;font-weight:400;line-height:20px;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.premium-hero-grid__search-popup-trending-collections{display:flex;flex-direction:column;gap:24px}.premium-hero-grid__search-popup-trending-collections-title{font-family:var(--font-body);font-weight:700;font-size:16px;line-height:14px;margin:0;padding:0}.premium-hero-grid__search-suggestions-wrapper{display:flex;flex-direction:column;gap:24px}.premium-hero-grid__mobile{display:none}.premium-hero-grid__image-item{transition:all .3s ease}.premium-hero-grid__image-link:focus{outline:2px solid currentColor;outline-offset:2px}.premium-hero-grid__search-input:focus-visible{outline:none;box-shadow:none}.premium-hero-grid__image-wrapper{aspect-ratio:3/4}.premium-hero-grid__search-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}html:has(.premium-hero-grid__search-popup.show),body:has(.premium-hero-grid__search-popup.show),html.search-popup-open,body.search-popup-open{overflow:hidden;height:100%}div.premium-hero-grid__search-popup-overlay:empty{display:block!important}.premium-hero-grid__search-popup-overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.premium-hero-grid__search-popup.show .premium-hero-grid__search-popup-overlay{opacity:1;display:block;pointer-events:auto}.premium-hero-grid__search-popup.show .premium-hero-grid__search-popup-overlay:hover{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect x='0' y='0' width='24' height='24' rx='12' fill='rgba(255,255,255,0.3)'/%3E%3Cpath d='M9 9L15 15M15 9L9 15' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") 12 12,pointer}.premium-hero-grid__search-popup-inner{position:absolute;top:0;left:0;width:100%;max-width:401px;min-width:320px;height:100vh;z-index:2;transform:translate(-100%);transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.premium-hero-grid__search-popup.show .premium-hero-grid__search-popup-inner{transform:translate(0)}.premium-hero-grid__search-popup-content{background-color:#fff;border-radius:4px;padding:64px 42px;box-shadow:0 4px 20px #0000001a;width:100%;height:100%;display:flex;flex-direction:column;gap:32px}.premium-hero-grid__search-popup-content-inner{width:100%}.premium-hero-grid__search-form-popup{position:relative;display:flex;align-items:center}.premium-hero-grid__search-input-popup{width:100%;padding:14px 16px 14px 50px;border:1px solid #000000;font-family:var(--font-body);font-size:14px;background-color:#f3f3f3;transition:border-color .3s ease;line-height:14px;letter-spacing:0;caret-color:transparent}.premium-hero-grid__search-input-popup:focus{outline:none;border-color:#00000080;box-shadow:none}.premium-hero-grid__search-input-popup:focus-visible{outline:none;box-shadow:none}.premium-hero-grid__search-input-popup:focus+.premium-hero-grid__search-caret,.premium-hero-grid__search-input-popup:not(:placeholder-shown)+.premium-hero-grid__search-caret{opacity:0}.premium-hero-grid__search-input-popup::placeholder{font-family:var(--font-body);font-size:14px;font-weight:400;font-style:Regular;line-height:14px;letter-spacing:0;color:#000}#premium-hero-grid__search-results .font-1321,.premium-hero-grid__search-results .font-1321{font-family:var(--font-body);font-size:14px;font-weight:400;font-style:normal;line-height:14px;letter-spacing:0;color:#000;margin:0}.premium-hero-grid__search-button-popup{position:absolute;left:8px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:currentColor;opacity:1;transition:opacity .3s ease}.premium-hero-grid__search-button-popup:hover{opacity:1}.premium-hero-grid__search-popup-close{position:absolute;top:24px;right:24px;z-index:3;pointer-events:auto}.premium-hero-grid__search-popup-close-button{display:flex;background:#ffffff80;border:none;border-radius:50%;padding:8px;cursor:pointer;width:40px;height:40px;opacity:0;pointer-events:none;transition:opacity .2s ease;justify-content:center;align-items:center}.premium-hero-grid__search-popup.is-closing *{pointer-events:none}.premium-hero-grid__search-popup-close-button svg{width:18px;height:18px;color:#000;padding-left:2px}.premium-hero-grid__search-results{margin-top:0;max-height:70vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.premium-hero-grid__search-results::-webkit-scrollbar{display:none}.premium-hero-grid__search-results-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.premium-hero-grid__search-result-item{margin:0}.premium-hero-grid__search-result-item--hidden{display:none}.premium-hero-grid__search-result-link{display:flex;align-items:center;gap:12px;padding:12px;text-decoration:none;color:inherit;border-radius:4px;transition:background-color .2s ease}.premium-hero-grid__search-result-link:hover{background-color:#0000000d}.premium-hero-grid__search-result-image{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.premium-hero-grid__search-result-image--placeholder{background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.premium-hero-grid__search-result-content{flex:1;min-width:0}.premium-hero-grid__search-result-title{margin:0 0 4px;font-family:var(--font-body);font-size:14px;font-weight:700;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.premium-hero-grid__search-result-tags{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:120%;letter-spacing:0;color:#000}.premium-hero-grid__search-result-price{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:14px;color:#000}.premium-hero-grid__search-result-current-price{color:#000;font-weight:600}.premium-hero-grid__search-result-compare-price{color:#999;text-decoration:line-through;font-family:var(--font-body);font-size:12px}.premium-hero-grid__search-loading,.premium-hero-grid__search-error,.premium-hero-grid__search-no-results{padding:24px;text-align:center;color:#666;font-family:var(--font-body);font-size:14px}.search-suggestions__list{display:flex;flex-wrap:wrap;gap:8px;max-width:100%;min-width:0}.premium-hero-grid__get-your-on{padding:48px 48px 81px;background:transparent;height:100vh;display:flex;align-items:center}.premium-hero-grid__get-your-on-inner{max-width:none;width:100%;margin:0 auto}.premium-hero-grid__get-your-on-content{width:100%}.premium-hero-grid__get-your-on-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;gap:16px}.premium-hero-grid__get-your-on-header-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.premium-hero-grid__get-your-on-header-icon .svg-wrapper{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.premium-hero-grid__get-your-on-header-icon svg{width:24px;height:24px;color:#000}.premium-hero-grid__get-your-on-title{font-family:var(--font-body);font-weight:500;font-size:40px;line-height:150%;letter-spacing:0;color:#000;margin:0}.premium-hero-grid__get-your-on-back-button{flex:0 0 auto;background:transparent;border:none;font-family:var(--font-body);font-weight:500;font-size:14px;color:#000;cursor:pointer;transition:opacity .3s ease}.premium-hero-grid__get-your-on-back-button:hover{opacity:1}.premium-hero-grid__get-your-on-close-icon{display:none}.premium-hero-grid__get-your-on-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:77px;min-height:400px}.premium-hero-grid__get-your-on-card{position:relative;background:#e5e5e5;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end;padding:29px;gap:8px}.premium-hero-grid__get-your-on-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1;pointer-events:none}.premium-hero-grid__get-your-on-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.premium-hero-grid__get-your-on-card-number{position:absolute;top:29px;left:29px;width:40px;height:40px;background:#ffffff80;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;z-index:2;font-family:var(--font-body)}.premium-hero-grid__get-your-on-card-icon{width:54px;height:54px;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:flex-start;z-index:2}.premium-hero-grid__get-your-on-card-icon-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.premium-hero-grid__get-your-on-card-icon svg{width:24px;height:24px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.premium-hero-grid__get-your-on-card-content{position:relative;z-index:2;min-height:80px;display:flex;flex-direction:column;justify-content:flex-start}.premium-hero-grid__get-your-on-card-title{font-size:20px;font-weight:700;margin:0;color:#fff;font-family:var(--font-body);font-size:16px;line-height:150%}.premium-hero-grid__get-your-on-card-description{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:120%;letter-spacing:0;color:#fff;margin:0}.premium-hero-grid__get-your-on-cta{display:flex;justify-content:center;align-items:center}.premium-hero-grid__get-your-on-cta--mobile{display:none}.premium-hero-grid__get-your-on-cta--desktop{display:flex}.premium-hero-grid__get-your-on-button{background:#000;color:#fff;padding:19px 104px;border-radius:100px;font-family:var(--font-body);font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;border:.5px solid #000000;cursor:pointer;transition:background .3s ease,transform .2s ease;display:inline-block;text-decoration:none}.premium-hero-grid__get-your-on-button:hover{background:#333;transform:translateY(-2px)}.premium-hero-grid__get-your-on-button:active{transform:translateY(0)}.premium-hero-grid__get-your-on-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.premium-hero-grid__get-your-on-popup.show{opacity:1}.premium-hero-grid__get-your-on-popup-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10000}.premium-hero-grid__get-your-on-popup-content{position:relative;width:100%;height:100vh;overflow-y:auto;background:#ffffff80;backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);z-index:10001;transform:scale(.9);transition:transform .3s ease}.premium-hero-grid__get-your-on-popup.show .premium-hero-grid__get-your-on-popup-content{transform:scale(1)}.premium-hero-grid__get-your-on-popup-transparent{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.premium-hero-grid__link--get-your-on{cursor:pointer}.premium-hero-grid__information-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.premium-hero-grid__information-popup.show{opacity:1}.premium-hero-grid__information-popup-inner{position:absolute;left:50px;bottom:70px;z-index:10000}.premium-hero-grid__information-popup--from-header .premium-hero-grid__information-popup-inner{position:absolute;left:auto;right:auto;top:80px;bottom:auto;z-index:10000}.premium-hero-grid__information-popup-content{position:relative;width:auto;max-width:none;width:100%;max-height:240px;overflow-y:hidden;background:#fff;border-radius:30px;box-shadow:0 4px 24px #00000026;z-index:10001;transform:scale(.95);transition:transform .3s ease,opacity .3s ease;opacity:0}.premium-hero-grid__information-popup.show .premium-hero-grid__information-popup-content{transform:scale(1);opacity:1;width:225px;text-align:center}.premium-hero-grid__information-popup-transparent{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:9999}.premium-hero-grid__information-popup-content-wrapper{padding:35px 24px;display:flex;width:100%;justify-content:center;gap:32px;border:none;box-shadow:none}.premium-hero-grid__information-popup-content-wrapper .premium-hero-grid-information,.premium-hero-grid__information-popup-content-wrapper .premium-hero-grid-information__links{display:flex;flex-direction:column;align-items:center;width:100%;gap:32px}.premium-hero-grid__information-popup-content-wrapper .premium-hero-grid-information__link{text-align:center}.premium-hero-grid__information-popup-content-wrapper .premium-hero-grid-information__button{width:100%;max-width:400px}.premium-hero-grid__information-popup-body{display:flex;flex-direction:column;gap:32px;align-items:center;width:100%}.premium-hero-grid__link--popup{cursor:pointer}.premium-hero-grid__link-dropdown-wrapper,.premium-hero-grid__link-dropdown{position:relative;display:inline-flex;align-items:center}.premium-hero-grid__link-dropdown summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center}.premium-hero-grid__link-dropdown summary::-webkit-details-marker{display:none}.premium-hero-grid__link-dropdown summary .icon-caret{display:inline-block;margin-left:.5rem;transition:transform var(--duration-default) ease;flex-shrink:0;width:.6rem;height:.6rem}.premium-hero-grid__link-dropdown[open] summary{text-decoration:underline}.premium-hero-grid__link-dropdown[open] summary .icon-caret{transform:rotate(180deg)}.premium-hero-grid__link-dropdown-content{position:absolute;bottom:-15%;left:-15%;margin-bottom:.3rem;padding:0;border-radius:30px;max-width:225px;background-color:rgb(var(--color-background));box-shadow:0 4px 12px #00000059;z-index:10;opacity:0;transform:translateY(1.5rem);transition:opacity var(--duration-default) ease,transform var(--duration-default) ease;pointer-events:none}.premium-hero-grid__link-dropdown[open] .premium-hero-grid__link-dropdown-content{animation:animateMenuOpen var(--duration-default) ease;animation-fill-mode:forwards;opacity:1;transform:translateY(0);pointer-events:auto;max-width:none;width:195px}.premium-hero-grid__link-dropdown-content .premium-hero-grid-information{display:flex;flex-direction:column;gap:18px;width:100%;align-items:center;padding:0}.premium-hero-grid__link-dropdown-content .premium-hero-grid-information__links{display:flex;flex-direction:column;gap:32px}.premium-hero-grid .premium-hero-grid__link-dropdown-content .premium-hero-grid-information__links{gap:18px}.premium-hero-grid__link-dropdown-content .premium-hero-grid-information__link:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2rem}.premium-hero-grid__link-dropdown-content .premium-hero-grid-information__button{display:inline-block;padding:14px 18px;font-size:14px;line-height:20px;letter-spacing:0;font-weight:400;text-align:center;text-decoration:none;background-color:#000;color:#fff;border:1px solid #000000;border-radius:100px}.premium-hero-grid__link-dropdown-content .premium-hero-grid-information__button:hover{opacity:1}.premium-hero-grid-information{display:flex;flex-direction:column;gap:24px}.premium-hero-grid-information__links{display:flex;flex-direction:column;gap:32px}.premium-hero-grid-information__link{font-family:var(--font-body);font-weight:400;font-style:Regular;font-size:14px;line-height:20px;letter-spacing:.1px;color:#000;transition:opacity .2s ease;text-decoration:none}.premium-hero-grid-information__link:hover{opacity:1}.premium-hero-grid-information__button{display:inline-block;padding:19px 18px;background-color:#000;color:#fff;text-decoration:none;border-radius:100px;font-family:var(--font-body);font-size:18px;line-height:100%;letter-spacing:0;font-weight:400;text-align:center;transition:opacity .2s ease;width:100%;max-width:400px}.premium-hero-grid-information__button:hover{opacity:1}@media screen and (min-width:750px){.premium-hero-grid__search-popup-close--mobile{display:none!important}}@media screen and (min-width:990px){.premium-hero-grid__container{min-height:calc(100vh - 36px);max-height:none}#section-marquee{display:none}.premium-hero-grid__container{max-width:100vw;margin:0}.premium-hero-grid__image-wrapper{aspect-ratio:auto;height:100%}}@media screen and (min-width:1600px){.premium-hero-grid__text-area{width:500px}.premium-hero-grid__text-content{max-width:400px}}@media screen and (max-width:749px){.premium-hero-grid__search-popup-inner{position:absolute;top:0;left:0;width:100%;max-width:401px;min-width:320px;height:100vh;z-index:2;transform:translate(100%);transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.premium-hero-grid__search-popup.show .premium-hero-grid__search-popup-inner{transform:translate(0)}.premium-hero-grid__desktop{display:none!important}.premium-hero-grid__mobile{display:block;overflow:auto}.premium-hero-grid__mobile-inner{display:flex;flex-direction:column}.premium-hero-grid__mobile-bg{position:relative;width:100%;min-height:68dvh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.premium-hero-grid__mobile-bg--placeholder{background-color:#f5f5f5}.premium-hero-grid__mobile-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 40%,transparent 70%);z-index:1}.premium-hero-grid__mobile-logo--overlay{position:absolute;top:24px;left:20px;z-index:3}.premium-hero-grid__mobile-bg-content{position:relative;z-index:2;padding:24px 20px 48px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.premium-hero-grid__mobile-bg-content .premium-hero-grid__mobile-heading{font-family:var(--font-body);font-weight:600;font-size:24px;line-height:normal;letter-spacing:0;color:#fff;margin:0;width:90%}.premium-hero-grid__mobile-bg-content .premium-hero-grid__mobile-description{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:22px;letter-spacing:0;opacity:1;color:#fff;max-width:280px}.premium-hero-grid__mobile-bg-content .premium-hero-grid__mobile-link{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:18px;letter-spacing:0;color:#fff;text-decoration:underline;text-underline-offset:4px;margin:0;opacity:1}.premium-hero-grid__mobile-content{padding:24px 20px;color:inherit;background-color:inherit}.premium-hero-grid__mobile-content-image{margin-bottom:16px}.premium-hero-grid__mobile-content-img{width:100%;height:auto;display:block}.premium-hero-grid__mobile-heading{margin:0 0 8px;font-family:var(--font-body);font-size:28px;font-weight:700;line-height:1.2}.premium-hero-grid__mobile-description p{font-family:var(--font-body);font-size:14px;line-height:1.6;opacity:1}.premium-hero-grid__mobile-links{display:flex;flex-wrap:wrap;gap:16px 24px;margin-top:12px}.premium-hero-grid__mobile-link{font-family:var(--font-body);font-size:14px;text-decoration:none;color:inherit;opacity:1;transition:opacity .3s ease}.premium-hero-grid__mobile-link:hover{opacity:1}.premium-hero-grid__mobile-content .premium-hero-grid__search{margin-top:0}.premium-hero-grid__search-label{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000;opacity:1}.premium-hero-grid__mobile-content .premium-hero-grid__search-input{width:100%;max-width:100%;background-color:#f3f3f3;border:1px solid #000000;border-radius:none;padding:8px 15px 8px 50px;height:50px}.premium-hero-grid__mobile-content .premium-hero-grid__search-input::placeholder{color:#666}.premium-hero-grid__links{color:#000;opacity:1;margin-top:32px;column-gap:24px;justify-content:flex-start}.premium-hero-grid__image-wrapper{aspect-ratio:auto;min-height:100%;height:100%}.premium-hero-grid__image-link{min-height:100%}.premium-hero-grid__search-popup-overlay,.premium-hero-grid__search-popup.show .premium-hero-grid__search-popup-overlay{display:none!important;opacity:0;pointer-events:none}.premium-hero-grid__search-popup-inner{max-width:100%;min-width:100%}.premium-hero-grid__search-popup-content{width:100%;max-width:100%;padding:32px 29px;gap:24px;overflow-x:hidden;overflow-y:auto;border-radius:0}.premium-hero-grid__search-popup-content-inner{min-width:0}.premium-hero-grid__search-popup-trending-collections{min-width:0;overflow:hidden}.premium-hero-grid__search-suggestions-wrapper{min-width:0}.search-suggestions__list{gap:10px}.search-chip{padding:4px 16px;font-size:13px}.premium-hero-grid__search-input-popup{padding:12px 14px 12px 48px;font-size:16px}.premium-hero-grid__link-dropdown-content{left:0}.premium-hero-grid__search-form-row{display:flex;align-items:center;gap:32px;width:100%}.premium-hero-grid__search-form-row .premium-hero-grid__search-form-popup{flex:1;min-width:0}.premium-hero-grid__search-popup-close--mobile{display:flex;flex-shrink:0}.premium-hero-grid__search-popup-close--mobile .premium-hero-grid__search-popup-close-button{opacity:1;background:transparent;border:none;border-radius:0;padding:0 4px;width:auto;height:auto;font-family:var(--font-body);font-size:14px;font-weight:400;color:#000;pointer-events:auto}.premium-hero-grid__search-popup-close{position:static;margin-left:auto;padding:0}.premium-hero-grid__search-popup-close-button{opacity:1;background-color:#ededed;justify-content:center;align-items:center}}@media screen and (max-width:750px){.premium-hero-grid__get-your-on{padding:60px 16px}.premium-hero-grid__get-your-on-header{margin-bottom:40px}.premium-hero-grid__get-your-on-title{font-size:32px}.premium-hero-grid__get-your-on-cards{display:flex;flex-direction:row;gap:24px;margin-bottom:40px;min-height:0;overflow-x:auto;max-width:none}.premium-hero-grid__get-your-on-card{min-height:260px;border-radius:30px}.premium-hero-grid__get-your-on-card:hover{transform:none}.premium-hero-grid__get-your-on-card-icon{bottom:100px;left:12px}.premium-hero-grid__get-your-on-card-content{padding:0}.premium-hero-grid__get-your-on-button{padding:14px 32px;font-size:14px;width:100%;max-width:400px}.premium-hero-grid__get-your-on-card-title{font-family:var(--font-body);font-weight:600;font-size:16px;line-height:120%;letter-spacing:0;color:#fff}.premium-hero-grid__get-your-on-card-description{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:120%;letter-spacing:0;color:#fff}.premium-hero-grid__get-your-on-popup-content{width:100%;max-width:none;margin:0;max-height:100%;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 4px 24px #00000026}.premium-hero-grid__get-your-on{padding:24px 20px 32px;height:auto;min-height:auto}.premium-hero-grid__get-your-on-header{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;align-items:center;gap:12px 16px;margin-bottom:24px}.premium-hero-grid__get-your-on-header-icon{grid-column:1;grid-row:1}.premium-hero-grid__get-your-on-header-icon-image{width:30px;height:40px;object-fit:contain}.premium-hero-grid__get-your-on-title{grid-column:1 / -1;grid-row:2;text-align:center;max-width:100%}.premium-hero-grid__get-your-on-back-button,.premium-hero-grid__get-your-on-close-button{grid-column:3;grid-row:1}.premium-hero-grid__get-your-on-back-text{display:none}.premium-hero-grid__get-your-on-close-icon{display:flex;align-items:center;justify-content:center}.premium-hero-grid__get-your-on-logo-text{font-family:var(--font-body);font-size:24px;font-weight:700;color:#000}.premium-hero-grid__get-your-on-close-button{width:30px;height:30px;min-width:auto;padding:0;border:none;border-radius:50%;background:#e5e5e5;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.premium-hero-grid__get-your-on-close-button:hover{background:#d0d0d0}.premium-hero-grid__get-your-on-close-button svg{width:12px;height:12px}.premium-hero-grid__get-your-on-title{font-family:var(--font-body);font-weight:500;font-size:38px;line-height:40px;letter-spacing:0;margin:24px 0;text-align:left;max-width:80%}.premium-hero-grid__get-your-on-cards{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;margin-bottom:32px;min-height:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:6px}.premium-hero-grid__get-your-on-cards::-webkit-scrollbar{display:none}.premium-hero-grid__get-your-on-card{flex:0 0 260px;min-width:260px;min-height:260px;scroll-snap-align:start}.premium-hero-grid__get-your-on-card-number{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);width:32px;height:32px;font-size:14px;top:24px;left:24px}.premium-hero-grid__get-your-on-cta{width:100%}.premium-hero-grid__get-your-on-cta--desktop{display:none}.premium-hero-grid__get-your-on-cta--mobile{display:flex}.premium-hero-grid__get-your-on-button{width:100%;max-width:none;padding:16px 24px;font-size:16px;border-radius:100px;font-weight:500}#footer-marque{display:none}.premium-hero-grid__information-popup-content{max-width:calc(100% - 32px);margin:16px;max-height:85vh}.premium-hero-grid__information-popup-content-wrapper{padding:35px 24px}.premium-hero-grid-information,.premium-hero-grid-information__links{gap:32px}.premium-hero-grid__search-button-popup svg{width:18px;height:18px}}@media screen and (max-width:989px){.premium-hero-grid__container{flex-direction:column;min-height:auto}.premium-hero-grid__text-area{width:100%;padding:40px 20px;text-align:center}.premium-hero-grid__text-content{max-width:600px;margin:0 auto}.premium-hero-grid__image-grid{min-height:500px;height:auto;max-height:none;flex-wrap:wrap}.premium-hero-grid__image-item{flex:1 1 calc(50% - 1px);min-width:calc(50% - 1px)}.premium-hero-grid__image-item:nth-child(3){flex:1 1 100%;min-width:100%}.premium-hero-grid__search-input[readonly]{width:100%}.premium-hero-grid__get-your-on-card{min-height:320px}.premium-hero-grid__information-popup-inner{left:31%;bottom:auto}#shopify-section-marquee-text{display:none}}@media screen and (max-width:1200px){.premium-hero-grid__get-your-on-cards{grid-template-columns:repeat(2,1fr);gap:20px}.premium-hero-grid__image-grid{max-height:100%}.premium-hero-grid__search-button{padding:0}}@media(min-width:1360px){.premium-hero-grid__image-grid{max-height:calc(100vh - 36px)}}@media(min-width:749px)and (max-width:989px){.premium-hero-grid__get-your-on-header,.premium-hero-grid__get-your-on-cards{margin-bottom:24px}.premium-hero-grid__get-your-on{padding:32px}.premium-hero-grid__links{justify-content:center}}@media(min-width:990px)and (max-width:1199px){.premium-hero-grid__get-your-on-header,.premium-hero-grid__get-your-on-cards{margin-bottom:24px}.premium-hero-grid__get-your-on{padding:32px}.premium-hero-grid__get-your-on-card{min-height:320px}}.header-wrapper--border-bottom{border-bottom:none!important}.header__inline-menu a{font-family:var(--font-body);font-weight:400;font-style:Regular;font-size:14px;line-height:14px;letter-spacing:.1px;color:#000}.header__inline-menu a:hover{color:#000;text-decoration:none}a[data-trigger-popup=get-your-on] span{color:#000;text-decoration:none;font-weight:600}img.header__heading-logo.motion-reduce{max-width:22px;max-height:44px}.premium-hero-grid__search-header{display:flex;align-items:center;gap:16px}.header__inline-menu details:has(>.header__information-dropdown){position:relative}.header__submenu.header__information-dropdown{position:absolute;top:0;left:-40%;margin-top:.3rem;padding:0;border-radius:30px;max-width:195px;width:195px;background-color:rgb(var(--color-background));box-shadow:0 4px 12px #00000059;z-index:10;opacity:0;transform:translate(-50%,1.5rem);transition:opacity var(--duration-default) ease,transform var(--duration-default) ease;pointer-events:none;border:none}details[open] .header__submenu.header__information-dropdown{animation:animateMenuOpen var(--duration-default) ease;animation-fill-mode:forwards;opacity:1;transform:translate(-50%);pointer-events:auto}.header__information-dropdown{padding:0;min-width:auto;list-style:none}.list-menu summary.list-menu__item{padding:1.2rem}.header__information-dropdown .premium-hero-grid-information{display:flex;flex-direction:column;gap:18px;width:100%;align-items:center;padding:0}.header__information-dropdown .premium-hero-grid-information__links{display:flex;flex-direction:column;gap:18px}.header__information-dropdown .premium-hero-grid-information__link{display:block;padding:0;color:#000;font-family:var(--font-body);font-size:14px;line-height:20px;letter-spacing:0;font-weight:400;text-decoration:none}.header__information-dropdown .premium-hero-grid-information__link:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2rem}.header__information-dropdown .premium-hero-grid-information__button{display:inline-block;padding:14px 18px;font-size:14px;line-height:20px;letter-spacing:0;font-weight:400;text-align:center;text-decoration:none;background-color:#000;color:#fff;border:1px solid #000000;border-radius:100px}.header__information-dropdown .premium-hero-grid-information__button:hover{opacity:1;color:#fff;background-color:#000}#shopify-section-premium-hero-grid-links{display:none}.rte p,.rte b,.rte ul{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;color:#000}.rte p b,.rte b li{font-weight:600}h1.main-page-title{font-family:var(--font-body);font-weight:500;font-size:40px;line-height:100%;letter-spacing:0;color:#000}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-premium-hero-grid.css.map */
