.hrx-collection-hero{position:relative;padding:160px 0 80px;overflow:hidden;background:var(--color-primary, #142626)}.hrx-collection-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hrx-collection-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.25;transform:scale(1.05)}.hrx-collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#142626d9,#142626f2);z-index:1}.hrx-collection-hero__content{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:0 24px;text-align:center}.hrx-collection-hero__badge{display:inline-flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#d4b96a;background:#d4b96a26;border:1px solid rgba(212,185,106,.2);padding:8px 20px;border-radius:9999px;margin-bottom:20px;animation:hrxFadeInUp .6s cubic-bezier(.16,1,.3,1) .1s both}.hrx-collection-hero__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#fff;margin-bottom:16px;animation:hrxFadeInUp .6s cubic-bezier(.16,1,.3,1) .2s both}.hrx-collection-hero__title em{font-family:Playfair Display,Georgia,serif;font-style:italic;color:#d4b96a;font-weight:400}.hrx-collection-hero__desc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.15rem;color:#ffffffb3;line-height:1.7;max-width:600px;margin:0 auto 32px;animation:hrxFadeInUp .6s cubic-bezier(.16,1,.3,1) .3s both}.hrx-collection-hero__count{font-family:Inter,sans-serif;font-size:.85rem;color:#fff6;letter-spacing:.05em;animation:hrxFadeInUp .6s cubic-bezier(.16,1,.3,1) .4s both}.hrx-collection-body{background:#fff;padding:60px 0 120px}.hrx-collection-container{max-width:1240px;margin:0 auto;padding:0 24px}.hrx-collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:16px}.hrx-collection-toolbar__left{display:flex;align-items:center;gap:12px}.hrx-collection-toolbar__count{font-family:Inter,sans-serif;font-size:.9rem;color:#4a5568;font-weight:500}.hrx-collection-toolbar__right{display:flex;align-items:center;gap:16px}.hrx-collection-toolbar__sort-label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#718096}.hrx-collection-toolbar__sort-select{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#1a202c;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;padding:10px 36px 10px 14px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23718096' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer;transition:border-color .2s,box-shadow .2s;outline:none}.hrx-collection-toolbar__sort-select:focus{border-color:#d4b96a;box-shadow:0 0 0 3px #d4b96a33}.hrx-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.hrx-product-card{position:relative;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;transition:all .4s cubic-bezier(.16,1,.3,1);text-decoration:none;color:inherit;display:flex;flex-direction:column}.hrx-product-card:hover{transform:translateY(-6px);border-color:#d4b96a4d;box-shadow:0 20px 60px #00000014,0 8px 24px #0000000a}.hrx-product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#f8f9fa}.hrx-product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.hrx-product-card:hover .hrx-product-card__img{transform:scale(1.06)}.hrx-product-card__secondary-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.hrx-product-card:hover .hrx-product-card__secondary-img{opacity:1}.hrx-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:9999px}.hrx-product-card__badge--sale{background:#d4b96a;color:#142626}.hrx-product-card__badge--sold-out,.hrx-product-card__badge--starting{background:linear-gradient(135deg,#d4b96a,#c5a855);color:#142626}.hrx-product-card__badge--new{background:#142626;color:#fff}.hrx-product-card__quick-view{position:absolute;bottom:16px;left:50%;transform:translate(-50%) translateY(10px);opacity:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;padding:10px 24px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:9999px;color:#142626;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);white-space:nowrap;text-decoration:none;z-index:3}.hrx-product-card:hover .hrx-product-card__quick-view{opacity:1;transform:translate(-50%) translateY(0)}.hrx-product-card__quick-view:hover{background:#142626;color:#fff}.hrx-product-card__info{padding:20px 20px 24px;display:flex;flex-direction:column;gap:8px;flex:1}.hrx-product-card__vendor{font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#d4b96a}.hrx-product-card__title{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#1a202c;line-height:1.4;margin:0}.hrx-product-card__title a{text-decoration:none;color:inherit;transition:color .2s}.hrx-product-card__title a:hover{color:#d4b96a}.hrx-product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.hrx-product-card__current-price{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;color:#1a202c}.hrx-product-card__compare-price{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#a0aec0;text-decoration:line-through}.hrx-product-card__subtitle{font-family:Inter,sans-serif;font-size:.82rem;color:#718096;line-height:1.5}.hrx-pagination{margin-top:64px;display:flex;justify-content:center;align-items:center;gap:8px}.hrx-pagination__link,.hrx-pagination__current{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;text-decoration:none}.hrx-pagination__link{color:#4a5568;background:transparent;border:1px solid #e2e8f0}.hrx-pagination__link:hover{border-color:#d4b96a;color:#d4b96a;background:#d4b96a14}.hrx-pagination__current{background:#142626;color:#fff;border:1px solid #142626}.hrx-pagination__ellipsis{font-family:Inter,sans-serif;font-size:.9rem;color:#a0aec0;padding:0 4px}.hrx-pagination__arrow{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#4a5568;padding:10px 18px;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;transition:all .2s;display:flex;align-items:center;gap:6px}.hrx-pagination__arrow:hover{border-color:#d4b96a;color:#d4b96a}.hrx-pagination__arrow--disabled{opacity:.35;pointer-events:none}.hrx-collection-empty{text-align:center;padding:80px 20px}.hrx-collection-empty__icon{font-size:3rem;margin-bottom:20px;opacity:.4}.hrx-collection-empty__title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:8px}.hrx-collection-empty__text{font-family:Inter,sans-serif;font-size:1rem;color:#718096;margin-bottom:24px}.hrx-collection-empty__btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;padding:14px 28px;border-radius:9999px;background:#d4b96a;color:#142626;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.hrx-collection-empty__btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #d4b96a66}.hrx-collection-cats{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.hrx-collection-cats__inner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.hrx-collection-cats__inner::-webkit-scrollbar{display:none}.hrx-collection-cats__link{font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;padding:16px 20px;white-space:nowrap;color:#718096;text-decoration:none;border-bottom:2px solid transparent;transition:all .2s}.hrx-collection-cats__link:hover{color:#1a202c}.hrx-collection-cats__link--active{color:#142626;border-bottom-color:#d4b96a}.hrx-collection-trust{background:#f8f9fa;border-top:1px solid #e2e8f0;padding:32px 0}.hrx-collection-trust__inner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.hrx-collection-trust__item{display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;color:#4a5568}.hrx-collection-trust__item svg{width:18px;height:18px;color:#d4b96a;flex-shrink:0}@keyframes hrxFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hrx-product-card{animation:hrxCardReveal .5s cubic-bezier(.16,1,.3,1) both}.hrx-product-card:nth-child(1){animation-delay:.05s}.hrx-product-card:nth-child(2){animation-delay:.1s}.hrx-product-card:nth-child(3){animation-delay:.15s}.hrx-product-card:nth-child(4){animation-delay:.2s}.hrx-product-card:nth-child(5){animation-delay:.25s}.hrx-product-card:nth-child(6){animation-delay:.3s}.hrx-product-card:nth-child(7){animation-delay:.35s}.hrx-product-card:nth-child(8){animation-delay:.4s}.hrx-product-card:nth-child(9){animation-delay:.45s}@keyframes hrxCardReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hrx-product-grid{grid-template-columns:repeat(2,1fr);gap:24px}.hrx-collection-hero{padding:140px 0 60px}}@media(max-width:768px){.hrx-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hrx-collection-hero{padding:120px 0 48px}.hrx-collection-hero__title{font-size:clamp(2rem,5vw,3rem)}.hrx-collection-toolbar{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;padding-bottom:16px}.hrx-product-card{border-radius:12px}.hrx-product-card__info{padding:12px 12px 16px;gap:4px}.hrx-product-card__title{font-size:.85rem;line-height:1.3}.hrx-product-card__subtitle{display:none}.hrx-product-card__current-price{font-size:.85rem}.hrx-product-card__badge{font-size:.6rem;padding:4px 9px;top:8px;left:8px}.hrx-product-card__quick-view{opacity:1;transform:translate(-50%) translateY(0);font-size:.72rem;padding:8px 16px;bottom:10px}.hrx-product-card__vendor{font-size:.65rem}.hrx-collection-trust__inner{gap:24px}.hrx-collection-cats__inner{padding:0 16px;gap:4px}.hrx-collection-cats__link{font-size:.75rem;padding:14px}}@media(max-width:480px){.hrx-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hrx-product-card__media{aspect-ratio:3 / 4}.hrx-product-card__info{padding:10px 10px 14px;gap:3px}.hrx-product-card__title{font-size:.8rem}.hrx-product-card__current-price{font-size:.78rem;font-weight:600}.hrx-product-card__badge{font-size:.55rem;padding:3px 7px;top:6px;left:6px}.hrx-product-card__quick-view{font-size:.65rem;padding:6px 12px;bottom:8px}.hrx-collection-body{padding:40px 0 80px}.hrx-collection-toolbar__count{font-size:.8rem}.hrx-collection-toolbar__sort-select{font-size:.8rem;padding:8px 30px 8px 12px;width:100%}.hrx-collection-toolbar__right{width:100%}.hrx-pagination{margin-top:40px;gap:4px}.hrx-pagination__link,.hrx-pagination__current{min-width:36px;height:36px;font-size:.8rem}.hrx-pagination__arrow{font-size:.78rem;padding:8px 12px}}@media(max-width:360px){.hrx-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hrx-product-card{border-radius:10px}.hrx-product-card__info{padding:8px 8px 12px}.hrx-product-card__title{font-size:.75rem}.hrx-product-card__current-price{font-size:.72rem}.hrx-product-card__badge{font-size:.5rem;padding:2px 6px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hrx-collection.css.map */
