:root{--background: #09090b;--foreground: #ffffff;--card: #18181b;--card-foreground: #ffffff;--primary: #ef4444;--primary-foreground: #ffffff;--muted: #27272a;--muted-foreground: #a1a1aa;--border: #27272a;--font-sans: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{background:none;border:none;color:inherit;font:inherit;cursor:pointer}.mx-auto{margin-left:auto;margin-right:auto}.max-w-7xl{max-width:1320px}.px-4{padding-left:1rem;padding-right:1rem}.text-primary{color:var(--primary)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.bg-primary{background-color:var(--primary);color:var(--primary-foreground)}.navbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#09090bcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:0}.navbar-logo{display:flex;align-items:center;gap:.5rem}.navbar-logo-icon{width:24px;height:24px;background-color:#fff;border-radius:4px}.hero{position:relative;display:flex;min-height:34vh;align-items:center;padding-top:5rem;padding-bottom:3rem}.hero-grid{display:grid;width:100%;max-width:1320px;margin:0 auto;grid-template-columns:1fr;align-items:center;gap:2rem;padding:0}.hero-left{display:flex;flex-direction:column;gap:1rem;text-align:left}.hero-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start;border-radius:9999px;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary)}@keyframes wheel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wheel-spin{animation:wheel-spin 30s linear infinite}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-floaty{animation:floaty 4s ease-in-out infinite}.hero-callout{position:absolute;background-color:#18181b66;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:var(--foreground);box-shadow:0 10px 15px -3px #00000080;z-index:10}.hero-title{font-size:var(--title-size-mobile, 2.5rem);font-weight:900;text-transform:uppercase;line-height:1}.hero-desc{max-width:32rem;font-size:.875rem;color:var(--muted-foreground)}.hero-read-more{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--primary)}.hero-right{position:relative;display:none;aspect-ratio:16/9;width:100%;align-items:center;justify-content:center}.hero-image-wrap{position:relative;width:80%;height:80%}.hero-image{width:100%;height:100%;object-fit:contain}.hero-callout{position:absolute;display:flex;align-items:center;gap:.5rem;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;background:#18181b;border:1px solid var(--border);color:var(--foreground)}.hero-callout-dot{width:.375rem;height:.375rem;border-radius:50%;background-color:var(--primary)}.catalog-body{padding-bottom:5rem}.catalog-grid{display:grid;gap:2rem}.sidebar{display:none}.sidebar-inner{position:sticky;top:6rem;max-height:calc(100vh - 7rem);overflow-y:auto;padding-right:.5rem}.sidebar-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.18em}.sidebar-accordion-group{border-radius:1rem;border:1px solid rgba(255,255,255,.1);background-color:#18181b66;padding:0 1rem}.filter-accordion{border-bottom:1px solid rgba(255,255,255,.1)}.filter-accordion:last-child{border-bottom:none}.filter-accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground)}.filter-accordion-content{display:none;flex-direction:column;gap:.25rem;padding-bottom:.75rem}.filter-accordion.open .filter-accordion-content{display:flex}.filter-accordion-header i{color:var(--muted-foreground);width:16px;height:16px;transition:transform .2s}.filter-accordion.open .filter-accordion-header i{transform:rotate(180deg)}.filter-checkbox-label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.375rem;padding:.375rem .5rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.filter-checkbox-label:hover{background-color:#ffffff0d}.filter-checkbox-left{display:flex;align-items:center;gap:.625rem}.filter-checkbox{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;background-color:transparent;outline:none;cursor:pointer;display:grid;place-items:center}.filter-checkbox:before{content:"";width:.65rem;height:.65rem;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #fff;transform-origin:center;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.filter-checkbox:checked{background-color:var(--primary);border-color:var(--primary)}.filter-checkbox:checked:before{transform:scale(1)}.filter-checkbox-text{color:#ffffffe6}.filter-checkbox:checked+.filter-checkbox-text{font-weight:500;color:var(--foreground)}.filter-checkbox-count{font-size:.75rem;color:var(--muted-foreground);font-variant-numeric:tabular-nums}.main-column{display:flex;flex-direction:column;gap:1.25rem}.toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);background-color:#18181b66;padding:.75rem}.toolbar-count{font-size:.875rem;color:var(--muted-foreground)}.toolbar-count span{font-weight:700;color:var(--foreground)}.toolbar-actions{display:flex;align-items:center;gap:.5rem}.custom-select-wrapper{position:relative;width:190px}.custom-select-trigger{display:flex;height:2.25rem;width:100%;align-items:center;justify-content:space-between;border-radius:.375rem;border:1px solid rgba(255,255,255,.1);background-color:transparent;padding:0 .75rem;font-size:.875rem;color:var(--foreground);cursor:pointer}.custom-select-trigger:focus{outline:none;border-color:#fff3}.custom-select-trigger i{width:1rem;height:1rem;opacity:.5}.custom-select-menu{position:absolute;top:calc(100% + .25rem);right:0;width:100%;background-color:#09090b;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;padding:.25rem;box-shadow:0 10px 15px -3px #00000080;z-index:50;display:none;flex-direction:column}.custom-select-menu.open{display:flex}.custom-select-option{position:relative;display:flex;cursor:default;align-items:center;border-radius:.125rem;padding:.375rem 2rem .375rem .5rem;font-size:.875rem;color:var(--foreground);-webkit-user-select:none;user-select:none}.custom-select-option:hover{background-color:#ffffff14}.custom-select-option svg,.custom-select-option i{position:absolute;right:.5rem;width:1rem;height:1rem;display:none}.custom-select-option.selected svg,.custom-select-option.selected i{display:block}.product-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.about-section{margin-top:3rem;border-radius:1rem;border:1px solid var(--border-color, rgba(255, 255, 255, .1));background-color:var(--card-bg, rgba(24, 24, 27, .4));padding:1.5rem}@media(min-width:640px){.about-section{padding:2rem}}@media(min-width:1024px){.about-section{padding:2.5rem}}.about-eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--primary)}.about-title{font-size:1.5rem;font-weight:900;text-transform:uppercase;letter-spacing:-.025em;line-height:1.1}@media(min-width:640px){.about-title{font-size:1.875rem}}.about-body{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.about-body p{max-width:48rem;font-size:.875rem;line-height:1.625;color:var(--muted-foreground)}@media(min-width:640px){.about-body p{font-size:1rem}}.about-footer{margin-top:1.75rem;display:flex;align-items:center;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.btn-show-less{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--primary);transition:color .2s}.btn-show-less:hover{color:#ef4444cc}.btn-show-less i{width:1rem;height:1rem}.about-wrapper{max-width:1320px;margin:0 auto;padding:0 0 4rem;width:100%;display:none;opacity:0;transition:opacity .4s ease}.about-wrapper.open{display:block;opacity:1}.pagination{display:flex;justify-content:center;margin-top:3rem}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;height:2.25rem;min-width:2.25rem;padding:0 .5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--foreground);background-color:transparent;border:1px solid transparent;transition:background-color .2s,color .2s}.pagination-btn.active{border-color:#ffffff1a}.pagination{display:flex;justify-content:center;margin-top:3rem;width:100%;grid-column:1 / -1}.pagination-list{display:flex;flex-direction:row;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;height:2.25rem;min-width:2.25rem;padding:0 .5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--foreground);background-color:transparent;border:1px solid transparent;transition:background-color .2s,color .2s,border-color .2s}.pagination-btn:hover:not(:disabled){background-color:#ffffff1a}.pagination-btn.active{border-color:var(--primary)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn i{width:1rem;height:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hero-title{font-size:var(--title-size-mobile, 2.5rem);font-weight:900;text-transform:uppercase;line-height:1}.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-right{display:flex}.catalog-grid{grid-template-columns:240px 1fr}.sidebar{display:block}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/collection-styles.css.map */
