*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img,video{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}:root{--background: hsl(0, 0%, 12%);--foreground: hsl(40, 20%, 95%);--card: hsl(0, 0%, 15%);--card-foreground: hsl(40, 20%, 95%);--popover: hsl(0, 0%, 13%);--popover-foreground: hsl(40, 20%, 95%);--primary: hsl(74, 30%, 54%);--primary-foreground: hsl(0, 0%, 10%);--secondary: hsl(0, 0%, 18%);--secondary-foreground: hsl(40, 20%, 90%);--muted: hsl(0, 0%, 20%);--muted-foreground: hsl(40, 10%, 60%);--accent: hsl(43, 35%, 74%);--accent-foreground: hsl(0, 0%, 10%);--destructive: hsl(0, 72%, 51%);--destructive-foreground: hsl(0, 0%, 98%);--border: hsl(0, 0%, 22%);--input: hsl(0, 0%, 20%);--ring: hsl(74, 30%, 54%);--radius: .75rem;--gradient-primary: linear-gradient(135deg, hsl(74, 30%, 54%), hsl(43, 35%, 74%));--container-max: 1280px;--container-px: clamp(1rem, 4vw, 2rem);--section-y: clamp(3.5rem, 6vw, 6rem);--font-sans: "Lato", system-ui, -apple-system, sans-serif;--font-heading: "Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.15;letter-spacing:-.015em;color:var(--foreground)}h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}h4{font-size:1.1rem}p{line-height:1.7}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-px)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.glass{background-color:#26262699;border:1px solid rgba(56,56,56,.5)}@supports (backdrop-filter: blur(12px)){.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.glass-strong{background-color:#1f1f1fcc;border:1px solid rgba(56,56,56,.3)}@supports (backdrop-filter: blur(16px)){.glass-strong{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-weight:600;font-size:1rem;border-radius:var(--radius);padding:1rem 2rem;min-height:52px;transition:background-color .2s,box-shadow .2s,color .2s;cursor:pointer;white-space:nowrap;text-decoration:none;border:none}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#889852;box-shadow:0 0 20px #9cad674d}.btn-outline{background-color:#26262666;color:var(--foreground);border:1px solid rgba(56,56,56,.5)}.btn-outline:hover{background-color:#2e2e2e80}.btn-ghost{background:transparent;color:#f5f0e8cc;border:none}.btn-ghost:hover{background-color:var(--secondary);color:var(--foreground)}.btn-icon{padding:0;width:44px;height:44px;min-height:44px;border-radius:var(--radius)}.btn-sm{font-size:.875rem;padding:.5rem 1rem;min-height:36px}.btn-lg{font-size:1rem;padding:1rem 2rem;min-height:56px}.btn-full{width:100%}.badge{display:inline-flex;align-items:center;padding:.2rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;font-family:var(--font-heading)}.badge-primary{background-color:var(--primary);color:var(--primary-foreground)}.badge-destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.badge-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}input,textarea,select{background-color:var(--input);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-family:var(--font-sans);font-size:.875rem;padding:.625rem 1rem;width:100%;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #9cad674d}input::placeholder,textarea::placeholder{color:var(--muted-foreground)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInL{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInR{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .4s ease-out both}.animate-fade-in-up{animation:fadeInUp .5s ease-out both}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animate-spin{animation:spin 1s linear infinite}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0003}.link-underline{position:relative}.link-underline:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.link-underline:hover:after{transform:scaleX(1);transform-origin:left}.skeleton{background:linear-gradient(90deg,var(--card) 25%,var(--secondary) 50%,var(--card) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:480px){.product-grid{gap:1rem}}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.divider{border:none;border-top:1px solid var(--border)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.product-card{display:block;background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;color:var(--foreground);text-decoration:none;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d;border-color:#9cad674d}.product-card:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background-color:#2e2e2e33}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(31,31,31,.8),transparent);opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__overlay{opacity:1}.product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem}.product-card__actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.5rem;opacity:1;transition:opacity .3s ease,transform .3s ease}@media(min-width:768px){.product-card__actions{opacity:0;transform:translate(1rem)}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}}.product-card__action-btn{width:40px;height:40px;border-radius:9999px;background-color:#26262699;border:1px solid rgba(56,56,56,.5);display:flex;align-items:center;justify-content:center;color:var(--foreground);transition:color .2s,background-color .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__action-btn:hover{color:var(--primary)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;transition:opacity .3s ease}@media(min-width:768px){.product-card__quick-add{opacity:0}.product-card:hover .product-card__quick-add{opacity:1}}.product-card__info{padding:.875rem 1rem 1rem}.product-card__title{font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.product-card:hover .product-card__title{color:var(--primary)}.product-card__description{font-size:.75rem;color:var(--muted-foreground);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price-current{font-size:1rem;font-family:var(--font-heading);font-weight:700;color:var(--foreground)}.product-card__price-compare{font-size:.875rem;color:var(--muted-foreground);text-decoration:line-through}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease;background-color:#1f1f1fcc;border-bottom:1px solid rgba(56,56,56,.3)}@supports (backdrop-filter: blur(16px)){.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}.site-header__top-bar{display:none;align-items:center;justify-content:center;padding-block:.375rem;border-bottom:1px solid rgba(56,56,56,.3);font-size:.75rem;color:var(--muted-foreground)}@media(min-width:640px){.site-header__top-bar{display:flex}}.site-header__main{display:flex;align-items:center;justify-content:space-between;padding-block:.75rem;gap:.5rem}.site-header__logo img{height:clamp(4.5rem,8vw,7.25rem);width:auto}.site-header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--foreground)}.site-header__nav{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.site-header__nav{display:flex}}.site-header__nav-link{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#f5f0e8cc;transition:color .2s;border-radius:var(--radius);position:relative}.site-header__nav-link:hover{color:var(--primary)}.nav-dropdown{position:relative}.nav-dropdown__trigger{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#f5f0e8cc;transition:color .2s,background-color .2s;border-radius:var(--radius);cursor:pointer}.nav-dropdown__trigger:hover,.nav-dropdown:hover .nav-dropdown__trigger{color:var(--foreground);background-color:#2e2e2e80}.nav-dropdown__trigger svg{transition:transform .2s}.nav-dropdown:hover .nav-dropdown__trigger svg{transform:rotate(180deg)}.nav-dropdown__menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);min-width:560px;padding:1rem;border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;gap:.25rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;background-color:#262626e6;border:1px solid rgba(56,56,56,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:60}.nav-dropdown:hover .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:calc(var(--radius) - 2px);transition:background-color .2s;text-decoration:none}.nav-dropdown__item:hover{background-color:#2e2e2e80}.nav-dropdown__item-icon{width:2.5rem;height:2.5rem;border-radius:calc(var(--radius) - 2px);background-color:#9cad671a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s}.nav-dropdown__item:hover .nav-dropdown__item-icon{background-color:#9cad6733}.nav-dropdown__item-icon svg{color:var(--primary)}.nav-dropdown__item-name{font-size:.875rem;font-weight:500;color:var(--foreground);transition:color .2s}.nav-dropdown__item:hover .nav-dropdown__item-name{color:var(--primary)}.nav-dropdown__item-desc{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.site-header__actions{display:flex;align-items:center;gap:.125rem}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:60}.mobile-menu-overlay.is-open{display:block}.mobile-menu{position:fixed;inset-y:0;left:0;width:85vw;max-width:320px;background-color:var(--background);z-index:70;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 25px 50px -12px #00000080;transform:translate(-100%);transition:transform .3s ease;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(56,56,56,.3)}.mobile-menu__header img{height:3.5rem;width:auto}.mobile-menu__header-logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.mobile-menu__nav{padding:1rem .75rem}.mobile-menu__link{display:flex;align-items:center;width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:500;border-radius:calc(var(--radius) + 2px);transition:background-color .2s;min-height:52px;color:var(--foreground)}.mobile-menu__link:hover,.mobile-menu__link:active{background-color:#2e2e2e80}.mobile-menu__toggle{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-menu__toggle svg{transition:transform .2s}.mobile-menu__toggle.is-open svg{transform:rotate(90deg)}.mobile-menu__collections{padding-left:.5rem;overflow:hidden;max-height:0;transition:max-height .3s ease}.mobile-menu__collections.is-open{max-height:600px}.mobile-menu__collection-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;border-radius:calc(var(--radius) + 2px);min-height:48px;transition:background-color .2s;color:var(--foreground)}.mobile-menu__collection-link:hover{background-color:#2e2e2e80}.mobile-menu__collection-icon{width:2.25rem;height:2.25rem;border-radius:calc(var(--radius) - 2px);background-color:#9cad671a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu__collection-icon svg{color:var(--primary)}.mobile-menu__divider{border:none;border-top:1px solid rgba(56,56,56,.2);margin:.5rem 1rem}@media(min-width:1024px){#mobile-menu-open{display:none!important}}@media(min-width:640px){.site-header__actions a[aria-label=Account]{display:flex!important}}.search-input-wrap.is-open{display:block!important}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:80;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:480px;background-color:#1f1f1ff2;border-left:1px solid rgba(56,56,56,.5);z-index:90;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}@supports (backdrop-filter: blur(12px)){.cart-drawer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{padding:1.5rem;border-bottom:1px solid rgba(56,56,56,.3);flex-shrink:0;display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-size:1.25rem;font-weight:700;font-family:var(--font-heading)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__footer{padding:1.5rem;border-top:1px solid rgba(56,56,56,.3);flex-shrink:0}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:var(--muted-foreground)}.cart-drawer__empty-icon{width:5rem;height:5rem;border-radius:9999px;background-color:#2e2e2e80;display:flex;align-items:center;justify-content:center}.cart-item{display:flex;gap:1rem;padding:1rem;background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);margin-bottom:1rem}.cart-item__image{width:5rem;height:5rem;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background-color:#2e2e2e33}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.cart-item__variant{font-size:.75rem;color:var(--muted-foreground)}.cart-item__price{font-family:var(--font-heading);font-weight:700;margin-top:.5rem}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.cart-item__remove{width:1.5rem;height:1.5rem;border-radius:9999px;background-color:#2e2e2e80;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);transition:color .2s,background-color .2s}.cart-item__remove:hover{color:var(--destructive);background-color:#dc28281a}.cart-item__qty{display:flex;align-items:center;gap:.25rem;background-color:#2e2e2e4d;border-radius:var(--radius);padding:.25rem}.cart-item__qty-btn{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 4px);transition:background-color .2s;font-size:1rem}.cart-item__qty-btn:hover{background-color:var(--secondary)}.cart-item__qty-count{width:2rem;text-align:center;font-size:.875rem;font-weight:600}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.cart-summary__label{color:var(--muted-foreground);font-size:.875rem}.cart-summary__total{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;border-radius:9999px;background-color:var(--primary);color:var(--primary-foreground);font-size:.6875rem;font-weight:700;font-family:var(--font-heading);display:flex;align-items:center;justify-content:center}.hero{position:relative;min-height:85svh;display:flex;align-items:center;overflow:hidden}@media(min-width:640px){.hero{min-height:90svh}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay-r{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(31,31,31,.9),rgba(31,31,31,.7) 50%,transparent)}.hero__overlay-t{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsl(0,0%,12%),transparent 50%,rgba(31,31,31,.3))}.hero__content{position:relative;z-index:10;max-width:40rem;width:100%}.hero__eyebrow{font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:1rem}@media(min-width:640px){.hero__eyebrow{font-size:.875rem;margin-bottom:1.5rem}}.hero__title{font-size:clamp(2rem,5vw,3.75rem);line-height:1.12;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;color:var(--foreground)}@media(min-width:640px){.hero__title{margin-bottom:1.5rem}}.hero__body{font-size:1rem;color:var(--muted-foreground);max-width:36rem;margin-bottom:2rem;line-height:1.7}@media(min-width:640px){.hero__body{font-size:1.125rem;margin-bottom:2.5rem}}@media(min-width:768px){.hero__body{font-size:1.25rem}}.hero__actions{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.hero__actions{flex-direction:row;gap:1rem}}.hero__actions .btn{width:100%}@media(min-width:640px){.hero__actions .btn{width:auto}}.collection-pills-nav{display:flex;flex-wrap:wrap;gap:.5rem;padding-block:1.5rem 0}@media(min-width:640px){.collection-pills-nav{gap:.75rem}}.collection-pill{display:inline-flex;align-items:center;padding:.5rem .875rem;border-radius:9999px;border:1px solid rgba(56,56,56,.5);background-color:#262626b3;color:var(--foreground);font-size:.875rem;font-weight:400;transition:color .2s,border-color .2s,background-color .2s;text-decoration:none}.collection-pill:hover{color:var(--primary);border-color:#9cad6766}.intro-block{border-radius:1rem;border:1px solid rgba(56,56,56,.4);background-color:#26262680;padding:1.25rem;margin-block:2rem}@media(min-width:640px){.intro-block{padding:1.5rem}}.intro-block__heading{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:600;margin-bottom:.5rem}.intro-block__body{font-size:.875rem;color:var(--muted-foreground);max-width:64rem;line-height:1.6}@media(min-width:640px){.intro-block__body{font-size:1rem}}.usp-bar{padding-block:2.5rem 3.5rem;border-block:1px solid rgba(56,56,56,.3);background-color:#2626264d}.usp-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.usp-bar__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1024px){.usp-bar__grid{grid-template-columns:repeat(5,1fr)}}.usp-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .75rem;border-radius:calc(var(--radius) + 2px);border:1px solid rgba(56,56,56,.3);background-color:#26262666;transition:border-color .3s}.usp-card:hover{border-color:#9cad674d}.usp-card__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius);background-color:#9cad671a;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;flex-shrink:0}@media(min-width:640px){.usp-card__icon{width:3rem;height:3rem}}.usp-card__icon svg{color:var(--primary)}.usp-card__title{font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem}@media(min-width:640px){.usp-card__title{font-size:.875rem}}.usp-card__desc{font-size:.6875rem;color:var(--muted-foreground);line-height:1.4}@media(min-width:640px){.usp-card__desc{font-size:.75rem}}.section-header{text-align:center;margin-bottom:2.5rem}@media(min-width:640px){.section-header{margin-bottom:4rem}}.section-header__row{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.section-header__row{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}}.section-header__eyebrow{font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);margin-bottom:.75rem}.section-header__title{margin-bottom:.5rem}.section-header__subtitle{color:var(--muted-foreground);font-size:.9375rem;max-width:36rem;margin-inline:auto;line-height:1.6}@media(min-width:640px){.section-header__subtitle{font-size:1.0625rem}}.product-row-section{padding-block:var(--section-y);position:relative;overflow:hidden}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.category-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.category-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1.5rem;min-height:7.5rem;border-radius:calc(var(--radius) + 2px);background-color:var(--card);border:1px solid var(--border);text-decoration:none;color:var(--foreground);transition:border-color .3s,transform .2s}.category-card:hover{border-color:#9cad6780;transform:scale(.98)}.category-card__icon{position:relative;z-index:1;width:3rem;height:3rem;border-radius:calc(var(--radius) - 2px);background-color:#2e2e2e80;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;transition:background-color .3s}@media(min-width:640px){.category-card__icon{width:3.5rem;height:3.5rem}}.category-card:hover .category-card__icon{background-color:#9cad6733}.category-card__icon svg{color:var(--primary)}.category-card__name{position:relative;z-index:1;font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-align:center}.category-card__desc{position:relative;z-index:1;font-size:.6875rem;color:var(--muted-foreground);text-align:center;margin-top:.25rem;opacity:0;transition:opacity .3s}@media(min-width:640px){.category-card:hover .category-card__desc{opacity:1}}.featured-collections-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.featured-collections-grid{grid-template-columns:repeat(3,1fr)}}.featured-collection-card{position:relative;overflow:hidden;border-radius:calc(var(--radius) + 4px);min-height:14rem;display:flex;align-items:flex-end;text-decoration:none}@media(min-width:640px){.featured-collection-card{min-height:18rem}}.featured-collection-card__bg{position:absolute;top:0;right:0;bottom:0;left:0}.featured-collection-card__bg img{width:100%;height:100%;object-fit:cover}.featured-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.3) 60%,transparent)}.featured-collection-card__content{position:relative;z-index:1;padding:1.25rem}.featured-collection-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem}.featured-collection-card__desc{font-size:.75rem;color:#ffffffb3}.lifestyle-banner{padding-block:3.5rem 5rem}@media(min-width:640px){.lifestyle-banner{padding-block:5rem 6rem}}@media(min-width:768px){.lifestyle-banner{padding-block:6rem}}.lifestyle-banner__inner{position:relative;border-radius:1rem;overflow:hidden;min-height:22.5rem;display:flex;align-items:center}@media(min-width:640px){.lifestyle-banner__inner{border-radius:1.5rem;min-height:26.25rem}}@media(min-width:768px){.lifestyle-banner__inner{min-height:30rem}}.lifestyle-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0}.lifestyle-banner__bg img{width:100%;height:100%;object-fit:cover}.lifestyle-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#1f1f1fe6,#1f1f1fb3 60%,#1f1f1f4d)}.lifestyle-banner__content{position:relative;z-index:1;padding:3rem 1.5rem;max-width:40rem}@media(min-width:640px){.lifestyle-banner__content{padding:4rem 3rem}}@media(min-width:768px){.lifestyle-banner__content{padding:4rem}}.lifestyle-banner__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);font-weight:600;margin-bottom:.75rem}.lifestyle-banner__title{font-size:clamp(1.5rem,4vw,3.125rem);line-height:1.12;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.lifestyle-banner__body{font-size:.875rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:2rem;max-width:32rem}@media(min-width:640px){.lifestyle-banner__body{font-size:1rem}}@media(min-width:768px){.lifestyle-banner__body{font-size:1.125rem}}.category-story{padding-block:var(--section-y);background-color:#26262633}.category-story__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.category-story__grid{grid-template-columns:1fr 1fr;gap:4rem}}.category-story__image-wrap{position:relative;aspect-ratio:4/3;border-radius:1rem;overflow:hidden;border:1px solid rgba(56,56,56,.3)}@media(min-width:640px){.category-story__image-wrap{aspect-ratio:1}}.category-story__image-wrap img{width:100%;height:100%;object-fit:cover}.category-story__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);font-weight:600;margin-bottom:.75rem}.category-story__title{margin-bottom:1rem}@media(min-width:640px){.category-story__title{margin-bottom:1.5rem}}.category-story__body{font-size:.875rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:1.5rem}@media(min-width:640px){.category-story__body{font-size:1rem;margin-bottom:2rem}}.reels-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.reels-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.reel-card{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:calc(var(--radius) + 4px);background-color:var(--card)}.reel-card img{width:100%;height:100%;object-fit:cover}.reel-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%)}.reel-card__label{position:absolute;bottom:1rem;left:1rem;right:1rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:#fff}.use-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:480px){.use-case-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.use-case-grid{grid-template-columns:repeat(6,1fr)}}.use-case-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;gap:.75rem;border-radius:calc(var(--radius) + 2px);border:1px solid rgba(56,56,56,.4);background-color:#26262680;text-decoration:none;color:var(--foreground);transition:border-color .2s,background-color .2s;text-align:center;min-height:6rem}.use-case-card:hover{border-color:#9cad6766;background-color:#262626cc}.use-case-card__icon{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#9cad671a;display:flex;align-items:center;justify-content:center}.use-case-card__icon svg{color:var(--primary)}.use-case-card__label{font-size:.75rem;font-weight:500;font-family:var(--font-heading);line-height:1.3}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:75rem;margin-inline:auto}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.testimonial-card{position:relative;padding:1.25rem 1.5rem;border-radius:calc(var(--radius) + 4px);background-color:var(--card);border:1px solid var(--border);transition:border-color .3s;height:100%}.testimonial-card:hover{border-color:#9cad674d}.testimonial-card__quote-icon{position:absolute;top:1rem;right:1rem;color:var(--primary);opacity:.1;transition:opacity .3s}.testimonial-card:hover .testimonial-card__quote-icon{opacity:.2}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:.875rem}.testimonial-card__stars svg{color:var(--primary);fill:var(--primary)}.testimonial-card__text{font-size:.875rem;color:var(--foreground);line-height:1.7;margin-bottom:1.25rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:2.25rem;height:2.25rem;border-radius:9999px;background-color:#9cad6733;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.875rem;color:var(--primary);font-weight:600}.testimonial-card__name{font-family:var(--font-heading);font-size:.875rem;font-weight:600}.testimonial-card__product{font-size:.75rem;color:var(--muted-foreground)}.faq-item{border-bottom:1px solid rgba(56,56,56,.5);overflow:hidden}.faq-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;font-family:var(--font-heading);font-size:1rem;font-weight:600;text-align:left;cursor:pointer;gap:1rem;color:var(--foreground);transition:color .2s;background:transparent}.faq-trigger:hover{color:var(--primary)}.faq-trigger svg{flex-shrink:0;transition:transform .3s;color:var(--primary)}.faq-trigger.is-open svg{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-content.is-open{max-height:500px;padding-bottom:1.25rem}.faq-content p{color:var(--muted-foreground);line-height:1.75;font-size:.9375rem}.site-footer{background-color:#26262680;border-top:1px solid rgba(56,56,56,.5)}.site-footer__features{padding-block:2rem;border-bottom:1px solid rgba(56,56,56,.3)}.site-footer__features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.site-footer__features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.site-footer__feature{display:flex;align-items:center;gap:.75rem}.site-footer__feature-icon{width:2rem;height:2rem;border-radius:var(--radius);background-color:#9cad671a;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:768px){.site-footer__feature-icon{width:2.5rem;height:2.5rem}}.site-footer__feature-icon svg{color:var(--primary)}.site-footer__feature-text{font-size:.875rem;font-weight:500}.site-footer__main{padding-block:3rem 4rem}.site-footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:1fr 2fr 1fr 1fr;gap:3rem}}.site-footer__brand{grid-column:span 2}@media(min-width:1024px){.site-footer__brand{grid-column:span 1}}.site-footer__brand img,.tekvyn-logo--tagline{height:auto;max-height:5.5rem;width:auto;margin-bottom:1.25rem}.tekvyn-logo--wordmark{height:clamp(4.5rem,8vw,7.25rem);width:auto}.site-footer__logo-link{display:inline-block}.site-footer__brand-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.site-footer__tagline{color:var(--primary);font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.site-footer__desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.site-footer__heading{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:1.5rem}.site-footer__links{display:flex;flex-direction:column;gap:.75rem}.site-footer__link{font-size:.875rem;color:var(--muted-foreground);transition:color .2s}.site-footer__link:hover{color:var(--primary)}.site-footer__collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.site-footer__social{display:flex;gap:1rem;margin-bottom:1.5rem}.site-footer__social-link{color:var(--muted-foreground);transition:color .2s}.site-footer__social-link:hover{color:var(--primary)}.site-footer__contact{padding:1rem;border-radius:calc(var(--radius) + 2px);background-color:#26262699;border:1px solid rgba(56,56,56,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-footer__contact-label{font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.25rem}.site-footer__contact-email{font-size:.875rem;color:var(--primary)}.site-footer__bottom{border-top:1px solid rgba(56,56,56,.3);padding-block:1.5rem}.site-footer__bottom-inner{display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}@media(min-width:640px){.site-footer__bottom-inner{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap}.site-footer__legal a:hover{color:var(--primary)}.product-page{padding-top:2rem;padding-bottom:4rem}.product-page__grid{display:grid;gap:2rem}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.product-page__grid{grid-template-columns:55% 1fr}}.product-gallery__main{aspect-ratio:1;border-radius:calc(var(--radius) + 4px);overflow:hidden;background-color:#2e2e2e33;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:4rem;height:4rem;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;background-color:#2e2e2e33}.product-gallery__thumb.is-active{border-color:var(--primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:1rem}.product-info__breadcrumb a:hover{color:var(--primary)}.product-info__title{font-size:clamp(1.25rem,3vw,1.875rem);margin-bottom:.75rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-info__stars{display:flex;gap:.125rem}.product-info__stars svg{color:var(--primary);fill:var(--primary)}.product-info__review-count{font-size:.875rem;color:var(--muted-foreground)}.product-info__price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-info__price-current{font-size:2rem;font-family:var(--font-heading);font-weight:700}.product-info__price-compare{font-size:1.125rem;color:var(--muted-foreground);text-decoration:line-through}.product-info__price-save{background-color:#dc282826;color:var(--destructive);border-radius:var(--radius);padding:.25rem .625rem;font-size:.875rem;font-weight:600}.product-info__headline{font-size:.9375rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:1.5rem;border-left:2px solid var(--primary);padding-left:.875rem}.product-info__variants{margin-bottom:1.5rem}.product-info__variant-label{font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.product-info__variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;min-height:44px;border-radius:var(--radius);border:1px solid var(--border);font-size:.875rem;font-family:var(--font-heading);font-weight:500;transition:border-color .2s,background-color .2s;cursor:pointer;color:var(--foreground);background:transparent}.variant-btn:hover{border-color:var(--primary)}.variant-btn.is-selected{border-color:var(--primary);background-color:#9cad671a;color:var(--primary)}.variant-btn:disabled{opacity:.4;cursor:not-allowed}.product-info__cta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}@media(min-width:640px){.product-info__cta{flex-direction:row}}.product-info__trust{display:flex;flex-direction:column;gap:.5rem}.product-info__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.product-info__trust-item svg{color:var(--primary);flex-shrink:0}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}.benefit-card{padding:1rem 1.25rem;background-color:#262626cc;border:1px solid rgba(56,56,56,.5);border-radius:var(--radius)}.benefit-card__title{font-family:var(--font-heading);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.benefit-card__detail{font-size:.8125rem;color:var(--muted-foreground)}.perfect-for-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.perfect-for-grid{grid-template-columns:repeat(4,1fr)}}.perfect-for-card{display:flex;flex-direction:column;align-items:center;padding:1rem;gap:.5rem;background-color:#26262680;border:1px solid rgba(56,56,56,.4);border-radius:var(--radius);text-align:center}.perfect-for-card svg{color:var(--primary)}.perfect-for-card__text{font-size:.75rem;font-weight:500}.product-tabs{margin-top:3rem}.product-tabs__nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:2rem;gap:.25rem;overflow-x:auto;scrollbar-width:none}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__btn{padding:.75rem 1.25rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;border-bottom:2px solid transparent;color:var(--muted-foreground);white-space:nowrap;transition:color .2s,border-color .2s;cursor:pointer;background:transparent;margin-bottom:-1px}.product-tabs__btn:hover{color:var(--foreground)}.product-tabs__btn.is-active{color:var(--primary);border-color:var(--primary)}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}.aplus-hero-split{display:grid;gap:2rem;align-items:center;margin-bottom:2.5rem}@media(min-width:768px){.aplus-hero-split{grid-template-columns:1fr 1fr}}@media(min-width:768px){.aplus-hero-split.flip-layout .aplus-hero-split__image{order:2}}.aplus-hero-split__image{border-radius:calc(var(--radius) + 4px);overflow:hidden;aspect-ratio:4/3}.aplus-hero-split__image img{width:100%;height:100%;object-fit:cover}.aplus-hero-split__badge{display:inline-flex;align-items:center;background-color:var(--primary);color:var(--primary-foreground);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1rem}.aplus-hero-split__heading{font-size:clamp(1.25rem,2.5vw,1.75rem);margin-bottom:.5rem}.aplus-hero-split__sub{color:var(--primary);font-size:.9375rem;font-weight:500;margin-bottom:.75rem}.aplus-hero-split__body{color:var(--muted-foreground);font-size:.9375rem;line-height:1.75}.mobile-sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:40;padding:.75rem 1rem;background-color:#1f1f1ff2;border-top:1px solid rgba(56,56,56,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;gap:.75rem;transform:translateY(0);transition:transform .3s;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}@media(min-width:768px){.mobile-sticky-cart{display:none}}.collection-banner{position:relative;overflow:hidden;padding-block:4rem 5rem;display:flex;align-items:center}.collection-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0}.collection-banner__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000c,#0006)}.collection-banner__content{position:relative;z-index:1}.collection-banner__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);font-weight:600;margin-bottom:.75rem}.collection-banner__title{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:.75rem}.collection-banner__subtitle{color:var(--muted-foreground);font-size:1rem;max-width:36rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.collection-count{font-size:.875rem;color:var(--muted-foreground)}.collection-sort{display:flex;align-items:center;gap:.5rem}.collection-sort select{width:auto;padding:.5rem .875rem;font-size:.875rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:var(--radius);border:1px solid var(--border);font-size:.875rem;font-family:var(--font-heading);transition:all .2s}.pagination a:hover{border-color:var(--primary);color:var(--primary)}.pagination .is-current{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.newsletter-section{padding-block:var(--section-y);background:linear-gradient(135deg,#9cad670d,#d4c7a50d);border-radius:calc(var(--radius) + 8px);text-align:center;padding-inline:1.5rem}@media(min-width:640px){.newsletter-section{padding-inline:2rem}}.newsletter-form{display:flex;gap:.75rem;max-width:28rem;margin-inline:auto;margin-top:1.5rem}@media(max-width:480px){.newsletter-form{flex-direction:column}}.newsletter-form input{flex:1}.page-hero{padding-block:4rem 3rem;text-align:center}.page-hero__subtitle{color:var(--muted-foreground);max-width:36rem;margin-inline:auto;margin-top:1rem;font-size:1.0625rem}.prose{max-width:65ch}.prose h2{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}.prose p{color:var(--muted-foreground);margin-bottom:1rem}.prose ul{list-style:disc;padding-left:1.5rem;color:var(--muted-foreground);margin-bottom:1rem}.prose li{margin-bottom:.375rem}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:2.5rem;height:2.5rem;border-radius:9999px;background-color:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;box-shadow:0 4px 12px #0000004d;border:none}#back-to-top.is-visible{opacity:1;pointer-events:auto}#back-to-top:hover{background-color:#889852}.toast-container{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:100;display:flex;flex-direction:column;gap:.5rem;align-items:center;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-radius:calc(var(--radius) + 2px);background-color:var(--card);border:1px solid hsla(74,30%,54%,.3);box-shadow:0 8px 24px #0006;font-size:.875rem;font-family:var(--font-heading);font-weight:500;min-width:200px;max-width:360px;animation:fadeInUp .3s ease both;pointer-events:auto}.toast-icon{color:var(--primary);flex-shrink:0}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(26,26,26,.3);border-top-color:var(--primary-foreground);border-radius:9999px;animation:spin .6s linear infinite;flex-shrink:0}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.search-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.search-results-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.search-results-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
