:root{--ht-bg-dark: #0d1f26;--ht-bg-mid: #132a33;--ht-bg-card: #1a2f38;--ht-bg-darker: #0a181d;--ht-accent: #3ad0e6;--ht-accent-alt: #2c9ab8;--ht-text-light: #f8fafa;--ht-text-dim: #c5d2d6;--ht-border: rgba(255, 255, 255, .08);--ht-radius: 14px;--ht-radius-sm: 8px;--ht-shadow: 0 8px 32px rgba(0, 0, 0, .4);--ht-success: #2ecc71;--ht-error: #e74c3c}*{font-family:Quicksand,sans-serif!important;font-weight:700!important;box-sizing:border-box}html,body{background:var(--ht-bg-darker)!important;margin:0;padding:0}.ht-collection-page{position:relative;background:linear-gradient(90deg,rgba(58,208,230,.015) 1px,transparent 1px),linear-gradient(rgba(58,208,230,.015) 1px,transparent 1px),linear-gradient(135deg,#0a181d,#0d1f26,#1a2f38);background-size:60px 60px,60px 60px,100% 100%;background-position:0 0,0 0,0 0;background-attachment:fixed;min-height:100vh;color:var(--ht-text-light);overflow-x:hidden}.ht-collection-page:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(58,208,230,.05) 0%,transparent 50%);animation:htCollectionPulse 15s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes htCollectionPulse{0%,to{transform:scale(1) rotate(0);opacity:.3}50%{transform:scale(1.2) rotate(180deg);opacity:.6}}.ht-collection-page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(58,208,230,.06) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(44,154,184,.05) 0%,transparent 40%);pointer-events:none;z-index:0}.ht-collection-hero{position:relative;min-height:255px;max-height:455px;overflow:hidden;border:none;margin-bottom:-50px;z-index:1;display:flex;align-items:center;justify-content:center}.ht-hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.ht-hero-video-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a181d66,#0d1f26b3,#0a181df2);z-index:2}.ht-hero-video-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,rgba(58,208,230,.1) 50%,rgba(44,154,184,.2) 100%);z-index:3;mix-blend-mode:screen}.ht-hero-video{width:100%;height:100%;object-fit:cover;filter:brightness(.5) contrast(1.2) saturate(1.3)}.ht-collection-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4;overflow:hidden}.ht-collection-particles:before,.ht-collection-particles:after{display:none}.ht-container{position:relative;z-index:5;max-width:1800px;margin:0 auto;padding:0 40px}.ht-collection-title{font-size:clamp(3rem,6vw,4.8rem);font-weight:700;margin:0 0 16px;color:var(--ht-text-light);text-shadow:0 0 30px rgba(58,208,230,.4),0 0 60px rgba(58,208,230,.2),0 4px 20px rgba(0,0,0,.9);letter-spacing:.5px;text-align:center;animation:titleFadeIn 1s ease-out}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ht-collection-description{font-size:clamp(1.32rem,2.4vw,1.56rem);color:var(--ht-text-dim);text-shadow:0 2px 8px rgba(0,0,0,.6);text-align:center;max-width:700px;margin:0 auto 16px;animation:titleFadeIn 1s ease-out .2s both}.ht-collection-count{font-size:clamp(1.32rem,2.4vw,1.56rem);color:var(--ht-accent);text-shadow:0 0 20px rgba(58,208,230,.6),0 0 40px rgba(58,208,230,.3);text-align:center;animation:titleFadeIn 1s ease-out .4s both}.ht-collection-products{position:relative;padding:100px 0 80px;z-index:1}.ht-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;margin-bottom:60px}.ht-product-card{position:relative;background:linear-gradient(135deg,#1a2f38f2,#132a33fa);border-radius:var(--ht-radius);overflow:hidden;box-shadow:0 0 0 1px #3ad0e633,0 20px 60px #0009,0 0 100px #3ad0e61a;border:1px solid rgba(58,208,230,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1);display:grid;grid-template-rows:auto 1fr auto;animation:cardFadeIn .6s ease-out both;min-height:520px}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ht-product-card:nth-child(1){animation-delay:.1s}.ht-product-card:nth-child(2){animation-delay:.15s}.ht-product-card:nth-child(3){animation-delay:.2s}.ht-product-card:nth-child(4){animation-delay:.25s}.ht-product-card:nth-child(5){animation-delay:.3s}.ht-product-card:nth-child(6){animation-delay:.35s}.ht-product-card:nth-child(7){animation-delay:.4s}.ht-product-card:nth-child(8){animation-delay:.45s}.ht-product-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,transparent 0%,rgba(58,208,230,.4) 25%,transparent 50%,rgba(58,208,230,.4) 75%,transparent 100%);background-size:200% 200%;border-radius:var(--ht-radius);z-index:-1;opacity:0;animation:htCardBorderPulse 3s linear infinite}@keyframes htCardBorderPulse{0%{background-position:200% 0;opacity:0}50%{opacity:.6}to{background-position:-200% 0;opacity:0}}.ht-product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 0 0 1px #3ad0e666,0 28px 80px #000c,0 0 140px #3ad0e633;border-color:#3ad0e680}.ht-product-card:hover:before{opacity:1!important}.ht-product-link{display:block;text-decoration:none;color:inherit}.ht-product-image{position:relative;aspect-ratio:1;overflow:hidden;background:#0a181de6}.ht-product-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(10,24,29,.3) 100%);opacity:0;transition:opacity .4s ease}.ht-product-card:hover .ht-product-image:after{opacity:1}.ht-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.ht-product-card:hover .ht-product-image img{transform:scale(1.1)}.ht-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--ht-text-dim);background:linear-gradient(135deg,#0a181de6,#0d1f26e6)}.ht-no-image svg{filter:drop-shadow(0 0 10px rgba(58,208,230,.3))}.ht-badge{position:absolute;top:14px;right:14px;padding:10px 18px;border-radius:22px;font-size:clamp(1.14rem,1.8vw,1.26rem);font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2;box-shadow:0 4px 15px #0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ht-badge-sold-out{background:linear-gradient(135deg,#e74c3cf2,#c0392bf2);color:#fff;box-shadow:0 4px 15px #e74c3c80,0 0 30px #e74c3c4d;border:1px solid rgba(231,76,60,.3)}.ht-product-info{padding:20px;display:grid;grid-template-rows:auto auto;gap:12px;align-content:start}.ht-product-title{font-size:clamp(1.56rem,2.4vw,1.8rem);color:var(--ht-text-light);margin:0;line-height:1.4;text-shadow:0 2px 6px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;transition:color .3s ease}.ht-product-card:hover .ht-product-title{color:var(--ht-accent);text-shadow:0 0 20px rgba(58,208,230,.4),0 2px 6px rgba(0,0,0,.6)}.ht-product-price{display:flex;align-items:center;gap:12px;margin:0;min-height:2.2em}.ht-price,.ht-price-sale{font-size:clamp(1.68rem,2.64vw,1.98rem);color:var(--ht-accent);text-shadow:0 0 15px rgba(58,208,230,.4),0 0 30px rgba(58,208,230,.2)}.ht-price-original{font-size:clamp(1.38rem,2.16vw,1.56rem);color:var(--ht-text-dim);text-decoration:line-through;opacity:.6}.ht-add-form{margin:0;padding:0 20px 20px}.ht-add-btn{width:100%;padding:16px 20px;border-radius:var(--ht-radius-sm);font-size:clamp(1.26rem,2.16vw,1.44rem);font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--ht-accent),var(--ht-accent-alt));color:#fff;box-shadow:0 4px 15px #3ad0e680,0 0 30px #3ad0e64d;position:relative;overflow:hidden}.ht-add-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1)}.ht-add-btn:hover:before{width:400px;height:400px}.ht-add-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #3ad0e699,0 0 50px #3ad0e666}.ht-add-btn:active{transform:translateY(-1px)}.ht-add-btn svg{position:relative;z-index:1;transition:transform .3s ease}.ht-add-btn:hover svg{transform:scale(1.1)}.ht-pagination{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:40px}.ht-page-btn{padding:12px 20px;background:#1a2f38f2;color:var(--ht-text-light);text-decoration:none;border:1px solid rgba(58,208,230,.2);border-radius:var(--ht-radius-sm);font-weight:700;font-size:clamp(1.14rem,1.92vw,1.26rem);transition:all .3s ease;min-width:48px;text-align:center;box-shadow:0 4px 15px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ht-page-btn:hover{background:var(--ht-accent);color:var(--ht-bg-darker);border-color:var(--ht-accent);transform:translateY(-3px);box-shadow:0 6px 20px #3ad0e680,0 0 40px #3ad0e64d}.ht-page-btn--current{background:var(--ht-accent);color:var(--ht-bg-darker);border-color:var(--ht-accent);box-shadow:0 4px 20px #3ad0e680,0 0 40px #3ad0e64d}.ht-page-btn--current:hover{transform:translateY(0)}.ht-empty-collection{display:flex;align-items:center;justify-content:center;min-height:400px;padding:60px 20px}.ht-empty-content{text-align:center;max-width:500px;animation:titleFadeIn 1s ease-out}.ht-empty-content svg{color:var(--ht-accent);margin-bottom:24px;filter:drop-shadow(0 0 30px rgba(58,208,230,.6));animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ht-empty-content h2{font-size:clamp(2.4rem,4.2vw,3rem);color:var(--ht-text-light);margin:0 0 16px;text-shadow:0 0 20px rgba(58,208,230,.3),0 2px 10px rgba(0,0,0,.6)}.ht-empty-content p{font-size:clamp(1.32rem,2.16vw,1.56rem);color:var(--ht-text-dim);margin:0 0 32px}.ht-btn-primary{display:inline-block;padding:16px 32px;background:linear-gradient(135deg,var(--ht-accent),var(--ht-accent-alt));color:#fff;text-decoration:none;border-radius:var(--ht-radius-sm);font-weight:700;font-size:clamp(1.2rem,2.16vw,1.32rem);text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 15px #3ad0e680,0 0 30px #3ad0e64d;position:relative;overflow:hidden}.ht-btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.ht-btn-primary:hover:before{width:300px;height:300px}.ht-btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px #3ad0e699,0 0 50px #3ad0e666}.ht-no-results{display:none;align-items:center;justify-content:center;min-height:400px;padding:60px 20px}.ht-no-results .ht-empty-content{text-align:center;max-width:500px}.ht-no-results svg{color:var(--ht-text-dim);margin-bottom:24px;opacity:.5;filter:drop-shadow(0 0 20px rgba(58,208,230,.3))}.ht-no-results h2{font-size:clamp(2.4rem,4.2vw,3rem);color:var(--ht-text-light);margin-bottom:16px;text-shadow:0 0 20px rgba(58,208,230,.3)}.ht-no-results p{font-size:clamp(1.32rem,2.16vw,1.56rem);color:var(--ht-text-dim);margin-bottom:24px}.ht-filters-wrapper{margin-bottom:40px;animation:titleFadeIn .8s ease-out;position:relative;z-index:100}.ht-filters-container{background:linear-gradient(135deg,#1a2f38f2,#132a33fa);border-radius:var(--ht-radius);padding:24px 28px;border:1px solid rgba(58,208,230,.2);box-shadow:0 0 0 1px #3ad0e61a,0 8px 32px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ht-active-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(58,208,230,.15)}.ht-filter-tag{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#3ad0e61a;border:1px solid rgba(58,208,230,.3);border-radius:20px;color:var(--ht-accent);text-decoration:none;font-size:clamp(1.05rem,1.6vw,1.15rem);transition:all .3s ease}.ht-filter-tag:hover{background:#3ad0e633;border-color:var(--ht-accent);transform:translateY(-2px)}.ht-filter-tag svg{width:14px;height:14px;transition:transform .3s ease}.ht-filter-tag:hover svg{transform:rotate(90deg)}.ht-filters-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ht-filter-group{position:relative;z-index:101}.ht-filter-btn{display:flex;align-items:center;gap:10px;padding:14px 24px;background:#0d1f26cc;border:1px solid rgba(58,208,230,.25);border-radius:var(--ht-radius-sm);color:var(--ht-text-light);font-size:clamp(1.1rem,1.8vw,1.25rem);font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.ht-filter-btn:hover{background:#3ad0e626;border-color:var(--ht-accent);transform:translateY(-2px);box-shadow:0 4px 15px #3ad0e64d}.ht-filter-btn.active{background:linear-gradient(135deg,var(--ht-accent),var(--ht-accent-alt));border-color:var(--ht-accent);color:#fff}.ht-filter-btn svg{width:18px;height:18px;transition:transform .3s ease}.ht-filter-btn.active svg{transform:rotate(180deg)}.ht-filter-count{opacity:.8;font-size:.9em}.ht-filter-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;max-height:400px;overflow-y:auto;overflow-x:hidden;background:linear-gradient(135deg,#1a2f38fa,#132a33);border:1px solid rgba(58,208,230,.3);border-radius:var(--ht-radius-sm);padding:8px;box-shadow:0 8px 32px #0009,0 0 0 1px #3ad0e633;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none}.ht-filter-group:hover .ht-filter-dropdown,.ht-filter-dropdown.active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.ht-filter-dropdown::-webkit-scrollbar{width:8px}.ht-filter-dropdown::-webkit-scrollbar-track{background:#0a181d80;border-radius:4px}.ht-filter-dropdown::-webkit-scrollbar-thumb{background:#3ad0e680;border-radius:4px;transition:background .3s ease}.ht-filter-dropdown::-webkit-scrollbar-thumb:hover{background:var(--ht-accent)}.ht-filter-checkbox{display:flex;align-items:center;padding:10px 16px;cursor:pointer;transition:background .2s ease;-webkit-user-select:none;user-select:none;border-radius:6px}.ht-filter-checkbox:hover{background:#3ad0e61a}.ht-filter-checkbox input[type=checkbox]{width:18px;height:18px;margin-right:12px;cursor:pointer;accent-color:var(--ht-accent);flex-shrink:0}.ht-filter-checkbox span{font-size:clamp(1.05rem,1.6vw,1.15rem);color:var(--ht-text-light)}.ht-filter-option{display:block;padding:10px 16px;color:var(--ht-text-light);text-decoration:none;font-size:clamp(1.05rem,1.6vw,1.15rem);cursor:pointer;transition:background .2s ease;-webkit-user-select:none;user-select:none;border-radius:6px}.ht-filter-option:hover{background:#3ad0e61a}.ht-filter-option.active{background:#3ad0e633;color:var(--ht-accent)}.ht-filter-empty{padding:16px;text-align:center;color:var(--ht-text-dim);font-size:clamp(1rem,1.6vw,1.15rem);font-style:italic}.ht-filter-results{margin-left:auto;color:var(--ht-text-dim);font-size:clamp(1.1rem,1.8vw,1.25rem);padding:14px 0}.ht-clear-filters{background:transparent;border:2px solid var(--ht-accent);color:var(--ht-accent);padding:12px 24px;border-radius:var(--ht-radius-sm);font-size:clamp(1.1rem,1.8vw,1.25rem);font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.ht-clear-filters:hover{background:var(--ht-accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #3ad0e680}@media (max-width: 1600px){.ht-products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.ht-products-grid{grid-template-columns:repeat(3,1fr)}.ht-container{padding:0 30px}}@media (max-width: 968px){.ht-products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.ht-collection-products{padding:80px 0 60px}.ht-filters-container{padding:20px}.ht-filters-controls{flex-direction:column;align-items:stretch;gap:12px}.ht-filter-group{width:100%;z-index:auto}.ht-filter-group.active{z-index:1001}.ht-filter-btn{width:100%;justify-content:space-between;padding:16px 20px}.ht-filter-group:hover .ht-filter-dropdown{opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none}.ht-filter-group .ht-filter-dropdown.active{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.ht-filter-dropdown{left:0;right:0;min-width:100%;max-height:300px}.ht-filter-results{margin-left:0;text-align:center;width:100%}.ht-active-filters{justify-content:center}}@media (max-width: 768px){.ht-collection-hero{min-height:220px;max-height:350px}.ht-products-grid{gap:20px}.ht-collection-page{background-size:50px 50px,50px 50px,100% 100%}.ht-filter-dropdown{max-height:250px}.ht-clear-filters{width:100%;margin-top:12px}}@media (max-width: 480px){.ht-products-grid{grid-template-columns:1fr}.ht-container{padding:0 16px}.ht-collection-hero{min-height:200px;max-height:280px}.ht-collection-title{font-size:clamp(2.4rem,5.4vw,3.36rem)}.ht-collection-page{background-size:40px 40px,40px 40px,100% 100%}.ht-filters-container{padding:16px}.ht-filter-btn{font-size:clamp(1rem,4vw,1.15rem);padding:14px 16px}.ht-filter-option{font-size:clamp(.95rem,3.5vw,1.05rem);padding:10px 14px}.ht-filter-results{font-size:clamp(1rem,3.5vw,1.15rem);padding:12px 0}.ht-filter-tag{font-size:clamp(.95rem,3.5vw,1.05rem);padding:8px 12px}.ht-active-filters{gap:8px;margin-bottom:16px;padding-bottom:16px}.ht-filter-dropdown{max-height:200px;padding:6px}.ht-filter-checkbox{padding:8px 12px}.ht-filter-checkbox input[type=checkbox]{width:16px;height:16px;margin-right:10px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hightide-collection.css.map */
