.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-page{max-width:1200px;margin:0 auto;padding:40px 24px 80px}.search-page__header{text-align:center;margin-bottom:48px}.premium-search-title{font-size:30px;font-weight:700;color:#1c1c1c;margin:0 0 8px;line-height:1.3}.premium-search-title span{color:#d4af37;font-style:italic}.premium-search-count{font-size:14px;color:#9aa5b1;font-weight:500;margin:0 0 28px;letter-spacing:.02em}.sp-search-wrap{position:relative;max-width:580px;margin:0 auto}.sp-search-form{display:flex;align-items:center;background:#f4f4f4;border-radius:50px;padding:8px 8px 8px 20px;gap:8px;border:1.5px solid #EAEAEA;transition:border-color .2s ease,box-shadow .2s ease}.sp-search-form:focus-within{border-color:#d4af37;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px);background:#fff}.premium-empty-state{display:none;flex-direction:column;align-items:center;padding:60px 20px;text-align:center;animation:slideUpFade .4s ease forwards}.premium-empty-state__icon{margin-bottom:20px;opacity:.8}.premium-empty-state__heading{font-size:22px;font-weight:700;color:#1c1c1c;margin:0 0 10px;line-height:1.3}.premium-empty-state__sub{font-size:15px;color:#9aa5b1;font-weight:400;margin:0;max-width:320px}.search-page.search-is-empty .search-results-dynamic-wrapper,.search-page.search-is-empty .premium-search-title,.search-page.search-is-empty .premium-search-count{display:none!important}.search-page.search-is-empty .premium-empty-state{display:flex!important}.sp-search-icon{flex-shrink:0;color:#9aa5b1}.sp-search-input{flex:1;background:transparent;border:none;outline:none;font-size:15px;color:#1c1c1c;font-family:inherit;min-width:0}.sp-search-input::placeholder{color:#9aa5b1}.sp-search-clear{background:none;border:none;padding:4px;cursor:pointer;color:#9aa5b1;display:flex;align-items:center;flex-shrink:0;transition:color .2s}.sp-search-clear:hover{color:#1c1c1c}.sp-search-submit{background:#d4af37;border:none;border-radius:50px;padding:9px 20px;font-size:14px;font-weight:600;cursor:pointer;color:#1c1c1c;font-family:inherit;transition:background .2s,transform .15s;flex-shrink:0}.sp-search-submit:hover{background:#c9a227;transform:scale(1.03)}.sp-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000001f;padding:20px;z-index:200;max-height:60vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#D4AF37 #f4f4f4}.sp-search-wrap.is-open .sp-dropdown{display:block}.sp-section-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#9aa5b1;margin-bottom:12px}.sp-trending{display:flex;flex-wrap:wrap;gap:8px}.sp-trending a{background:#f4f4f4;color:#333;padding:7px 14px;border-radius:50px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.sp-trending a:hover{background:#d4af37;color:#1c1c1c}.sp-live-list{list-style:none;padding:0;margin:0 0 12px}.sp-live-list li a{display:flex;align-items:center;gap:12px;padding:8px 0;text-decoration:none;color:#333;border-bottom:1px solid #f4f4f4;transition:background .15s}.sp-live-list li:last-child a{border-bottom:none}.sp-live-list li a:hover{opacity:.8}.sp-view-all{display:block;text-align:center;padding:10px;background:#f4f4f4;border-radius:8px;color:#333;text-decoration:none;font-size:13px;font-weight:600;transition:background .2s}.sp-view-all:hover{background:#d4af37}@keyframes slideUpFade{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}.search-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;overflow:hidden;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.04);opacity:0;animation:slideUpFade .55s ease-out forwards;animation-delay:calc((var(--card-index, 1) - 1) * .07s);transition:transform .25s ease,box-shadow .25s ease}.search-card:nth-child(n+13){animation-delay:.8s}.search-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.search-card__img-wrap{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#f8f8f8;flex-shrink:0}.search-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.search-results .search-card:hover .montavra-hover-img{opacity:1!important}.search-results .search-card:hover .montavra-primary-img{opacity:0!important}.search-card:hover .search-card__img:not(.montavra-hover-img):not(.montavra-primary-img){transform:scale(1.04)}.search-card__img--placeholder{width:100%;height:100%;display:block;color:#eaeaea}.search-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;gap:6px;text-align:center}.search-card__title{font-size:14px;font-weight:600;color:#1c1c1c;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-card__price{font-size:14px;font-weight:700;color:#d4af37;margin:0}.search-card__type{font-size:12px;font-weight:500;color:#9aa5b1;text-transform:uppercase;letter-spacing:.05em;margin:0}.search-pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:8px;padding:32px 0 0;flex-wrap:wrap}.search-pagination a,.search-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border-radius:50px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;text-decoration:none;color:#1c1c1c;background:#f4f4f4;transition:background .2s,color .2s}.search-pagination a:hover,.search-pagination .current{background:#d4af37;color:#1c1c1c}@media screen and (max-width:1024px)and (min-width:769px){.search-results{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (max-width:768px){.search-page{padding:24px 5vw 60px;width:100%;box-sizing:border-box;overflow-x:hidden}.premium-search-title{font-size:22px}.sp-search-submit{padding:9px 14px;font-size:13px}.search-results{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;box-sizing:border-box}.search-results-dynamic-wrapper{width:100%;box-sizing:border-box;overflow-x:hidden}.search-card__body{padding:10px 12px 14px}.search-card__title,.search-card__price{font-size:13px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
