@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--nn-accent: #c9a96e;--nn-accent-hover: #b8966a;--nn-surface-dark: #171717;--nn-surface-warm: #f7f5f2;--nn-font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nn-max-w: 1280px;--nn-px: 1.25rem;--nn-radius-sm: .5rem;--nn-radius: 1rem;--nn-radius-lg: 1.5rem;--nn-radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--nn-font-sans);font-size:16px;line-height:1.6;color:#171717;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}ul{list-style:none}.nn-eyebrow{display:block;color:var(--nn-accent);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.nn-heading-xl{font-size:clamp(2rem,5vw,4.25rem);font-weight:700;line-height:1.08;letter-spacing:-.02em}.nn-heading-lg{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.nn-text-gold{color:var(--nn-accent)}.nn-container{max-width:var(--nn-max-w);margin:0 auto;padding:0 var(--nn-px)}@media(min-width:768px){.nn-container{padding:0 2.5rem}}@media(min-width:1024px){.nn-container{padding:0 4rem}}.nn-section{padding:5rem 0}@media(min-width:768px){.nn-section{padding:7rem 0}}.nn-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3.25rem;padding:0 2rem;border-radius:var(--nn-radius-full);font-size:.9375rem;font-weight:600;transition:all .2s ease;white-space:nowrap;border:2px solid transparent}.nn-btn-gold{background:var(--nn-accent);color:#fff;box-shadow:0 4px 24px #c9a96e73}.nn-btn-gold:hover{background:var(--nn-accent-hover);box-shadow:0 6px 32px #c9a96e8c;transform:translateY(-1px)}.nn-btn-dark{background:#0a0a0a;color:#fff;box-shadow:0 4px 20px #00000026}.nn-btn-dark:hover{background:#1a1a1a;transform:translateY(-1px)}.nn-btn-ghost-white{background:#ffffff1f;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nn-btn-ghost-white:hover{background:#ffffff38;border-color:#ffffff80;transform:translateY(-1px)}.nn-btn-outline-dark{background:transparent;color:#0a0a0a;border-color:#0a0a0a}.nn-btn-outline-dark:hover{background:#0a0a0a;color:#fff}.announcement-bar{background:#1a1a1a;color:#fff;overflow:hidden;padding:.625rem 0;white-space:nowrap}.announcement-bar__track{display:inline-flex;align-items:center;animation:nn-ticker 28s linear infinite}.announcement-bar__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.announcement-bar__icon{color:var(--nn-accent);font-size:.625rem}.announcement-bar__sep{margin:0 2.5rem;color:#fff3}@keyframes nn-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;width:100%;background:#fff;border-bottom:1px solid #f5f5f5;transition:box-shadow .3s ease}.site-header.is-scrolled{box-shadow:0 2px 20px #00000014;border-bottom-color:transparent}.header-main{max-width:var(--nn-max-w);margin:0 auto;padding:0 1rem;height:68px;display:flex;align-items:center;gap:1rem}@media(min-width:768px){.header-main{padding:0 2rem;gap:1.5rem}}.header-logo{font-size:1.375rem;font-weight:700;letter-spacing:-.02em;line-height:1;color:#0a0a0a;flex-shrink:0;margin-right:1rem}.header-logo span{color:var(--nn-accent)}.header-search{display:none;flex:1;max-width:36rem;position:relative}@media(min-width:768px){.header-search{display:flex}}.header-search__input{width:100%;height:2.625rem;padding:0 1rem 0 2.75rem;border-radius:var(--nn-radius-full);border:1px solid #e5e5e5;background:#f9f9f9;font-size:.875rem;color:#0a0a0a;outline:none;transition:all .2s ease}.header-search__input::placeholder{color:#a3a3a3}.header-search__input:focus{border-color:#a3a3a3;background:#fff;box-shadow:0 0 0 3px #c9a96e1a}.header-search__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a3a3a3;pointer-events:none;width:16px;height:16px}.header-icons{display:flex;align-items:center;gap:.25rem;margin-left:auto}@media(min-width:768px){.header-icons{margin-left:0}}.header-icon-btn{position:relative;padding:.5rem;border-radius:.5rem;color:#0a0a0a;transition:background .15s ease}.header-icon-btn:hover{background:#f5f5f5}.header-icon-btn svg{width:20px;height:20px}.header-badge{position:absolute;top:4px;right:4px;width:16px;height:16px;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff}.header-badge--gold{background:var(--nn-accent)}.header-badge--rose{background:#f43f5e}.header-nav{display:none;border-top:1px solid #f5f5f5}@media(min-width:768px){.header-nav{display:block}}.header-nav__inner{max-width:var(--nn-max-w);margin:0 auto;padding:0 2rem}.header-nav__list{display:flex;align-items:center}.header-nav__item{position:relative}.header-nav__link{display:flex;align-items:center;gap:.25rem;padding:.875rem 1rem;font-size:.8125rem;font-weight:500;color:#262626;letter-spacing:.02em;transition:color .15s ease}.header-nav__link:hover{color:#0a0a0a}.header-nav__link--accent{color:var(--nn-accent);font-weight:600}.header-nav__link--accent:hover{color:var(--nn-accent-hover)}.header-nav__link svg{width:14px;height:14px;color:#737373;transition:transform .2s ease}.header-nav__item:hover .header-nav__link svg{transform:rotate(180deg)}.header-dropdown{position:absolute;top:100%;left:0;width:13rem;background:#fff;border-radius:var(--nn-radius);box-shadow:0 8px 30px #0000001f;border:1px solid #f5f5f5;padding:.5rem 0;z-index:200;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .15s ease,transform .15s ease}.header-nav__item:hover .header-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.header-dropdown__link{display:block;padding:.625rem 1rem;font-size:.8125rem;color:#404040;transition:color .1s ease,background .1s ease}.header-dropdown__link:hover{color:#0a0a0a;background:#f9f9f9}.header-mobile-search{display:none;border-top:1px solid #f5f5f5;padding:.75rem 1rem}.header-mobile-search.is-open{display:block}.header-mobile-search .header-search__input{display:flex;width:100%}.mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;z-index:300;width:300px;background:#fff;box-shadow:2px 0 40px #00000026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f5f5f5}.mobile-drawer__logo{font-size:1.125rem;font-weight:700;color:#0a0a0a;letter-spacing:-.01em}.mobile-drawer__logo span{color:var(--nn-accent)}.mobile-drawer__close{padding:.375rem;border-radius:.375rem;color:#525252}.mobile-drawer__close:hover{background:#f5f5f5}.mobile-drawer__close svg{width:20px;height:20px}.mobile-drawer__nav{flex:1;overflow-y:auto;padding:.75rem 0}.mobile-drawer__link{display:flex;align-items:center;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;color:#0a0a0a;border-bottom:1px solid #fafafa;transition:background .1s ease}.mobile-drawer__link:hover{background:#fafafa}.mobile-drawer__sub-link{display:block;padding:.625rem 1.25rem .625rem 2.25rem;font-size:.8125rem;color:#525252;transition:background .1s ease,color .1s ease}.mobile-drawer__sub-link:hover{color:#0a0a0a;background:#0000000a}.mobile-drawer__sub-group{background:#00000005}.mobile-drawer__footer{padding:1.25rem;border-top:1px solid #f5f5f5}.mobile-drawer__cart-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;font-size:.8125rem;font-weight:500;color:#0a0a0a}.mobile-drawer__trust{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem;color:#525252}.mobile-drawer__trust-icon{color:var(--nn-accent);font-size:.625rem}.hero{position:relative;width:100%;min-height:92vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b8,#0006,#0000001a)}.hero__overlay-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%)}@media(min-width:768px){.hero__overlay-mobile{display:none}}.hero__content{position:relative;z-index:10;width:100%;max-width:var(--nn-max-w);margin:0 auto;padding:5rem var(--nn-px)}@media(min-width:768px){.hero__content{padding:7rem 3rem}}@media(min-width:1024px){.hero__content{padding:7rem 4rem}}.hero__inner{max-width:36rem}@media(min-width:1024px){.hero__inner{max-width:42rem}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:var(--nn-radius-full);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}@media(min-width:768px){.hero__badge{margin-bottom:2rem}}.hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--nn-accent);flex-shrink:0;animation:nn-pulse 2s ease-in-out infinite}@keyframes nn-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero__headline{font-size:clamp(2.4rem,6vw,4.25rem);font-weight:700;line-height:1.06;letter-spacing:-.025em;color:#fff;margin-bottom:1.25rem}@media(min-width:768px){.hero__headline{margin-bottom:1.5rem}}.hero__subheading{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd1;line-height:1.65;margin-bottom:2.25rem;max-width:32rem}@media(min-width:768px){.hero__subheading{margin-bottom:2.5rem}}.hero__ctas{display:flex;flex-direction:column;gap:.875rem;margin-bottom:3rem}@media(min-width:480px){.hero__ctas{flex-direction:row}}@media(min-width:768px){.hero__ctas{margin-bottom:3.5rem}}.hero__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:480px){.hero__trust{display:flex;flex-direction:row;gap:2rem}}.hero__trust-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center}@media(min-width:480px){.hero__trust-item{flex-direction:row;text-align:left;gap:.625rem}}.hero__trust-icon{width:2rem;height:2rem;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:480px){.hero__trust-icon{width:2.25rem;height:2.25rem}}.hero__trust-icon svg{width:14px;height:14px;color:var(--nn-accent)}.hero__trust-label{font-size:.6875rem;font-weight:600;color:#fff;line-height:1.2}@media(min-width:480px){.hero__trust-label{font-size:.8125rem}}.hero__trust-sub{font-size:.625rem;color:#fff9;line-height:1.2;display:none}@media(min-width:480px){.hero__trust-sub{display:block;font-size:.6875rem}}.hero__scroll{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:10;display:none;flex-direction:column;align-items:center;gap:.375rem}@media(min-width:768px){.hero__scroll{display:flex}}.hero__scroll-label{font-size:.625rem;color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-weight:500}.hero__scroll-line{width:1px;height:1.75rem;background:linear-gradient(to bottom,rgba(255,255,255,.4),transparent);animation:nn-scroll 1.6s ease-in-out infinite}@keyframes nn-scroll{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.section-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.section-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media(min-width:768px){.section-header{margin-bottom:3.5rem}}.section-header--center{flex-direction:column;align-items:center;text-align:center}.section-header__eyebrow{display:flex;align-items:center;gap:.375rem;color:var(--nn-accent);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.625rem}.section-header__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#0a0a0a}.section-header__description{margin-top:.75rem;font-size:.9375rem;color:#737373;max-width:28rem;line-height:1.65}.section-header--center .section-header__description{margin-left:auto;margin-right:auto}.section-header__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:#525252;white-space:nowrap;transition:color .15s ease}.section-header__link:hover{color:#0a0a0a}.section-header__link svg{width:14px;height:14px;transition:transform .2s ease}.section-header__link:hover svg{transform:translate(2px)}.section-header__heading--white{color:#fff}.section-header__description--gray{color:#a3a3a3}.product-card{display:block;background:#fff;border-radius:1rem;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 4px #0000000a;transition:box-shadow .35s ease,transform .35s ease;text-decoration:none;color:inherit}.product-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.product-card__badge-discount{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:.375rem;background:#0a0a0a;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.05em;line-height:1}.product-card__badge-custom{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:.375rem;background:var(--nn-accent);color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;z-index:2;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000001a;transition:transform .2s ease;opacity:1}@media(min-width:640px){.product-card__wishlist{opacity:0;transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__wishlist{opacity:1}}.product-card__wishlist:hover{transform:scale(1.1)}.product-card__wishlist svg{width:16px;height:16px;color:#737373}.product-card__wishlist.is-wishlisted svg{color:#f43f5e;fill:#f43f5e}.product-card__quick-view{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:#0a0a0aeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.8125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transform:translateY(100%);transition:transform .3s ease}.product-card__quick-view svg{width:14px;height:14px}.product-card:hover .product-card__quick-view{transform:translateY(0)}.product-card__body{padding:1rem}.product-card__category{font-size:.625rem;font-weight:600;color:var(--nn-accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.375rem}.product-card__stars{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.product-card__star-row{display:flex}.product-card__star-row svg{width:12px;height:12px}.product-card__star--filled{color:#f59e0b;fill:#f59e0b}.product-card__star--half{color:#fbbf24;fill:#fbbf2466}.product-card__star--empty{color:#e5e7eb;fill:#e5e7eb}.product-card__review-count{font-size:.6875rem;color:#a3a3a3;font-weight:500}.product-card__title{font-size:.8125rem;font-weight:600;color:#0a0a0a;line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}@media(min-width:640px){.product-card__title{font-size:.9375rem}}.product-card:hover .product-card__title{color:#404040}.product-card__prices{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .5rem;margin-bottom:1rem}.product-card__price{font-size:1rem;font-weight:700;color:#0a0a0a}@media(min-width:640px){.product-card__price{font-size:1.125rem}}.product-card__compare-price{font-size:.75rem;color:#a3a3a3;text-decoration:line-through;font-weight:500}@media(min-width:640px){.product-card__compare-price{font-size:.8125rem}}.product-card__save-pill{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:.625rem;font-weight:700;white-space:nowrap}.product-card__atc{width:100%;height:2.75rem;border-radius:.75rem;font-size:.8125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0a0a0a;color:#fff;transition:background .2s ease;border:none;cursor:pointer}.product-card__atc:hover{background:var(--nn-accent)}.product-card__atc svg{width:16px;height:16px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.featured-products{background:#fff}.featured-products .bottom-cta{margin-top:3rem;text-align:center}.categories-section{background:var(--nn-surface-warm)}.categories-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.category-card{position:relative;overflow:hidden;border-radius:1.25rem;background:#f5f5f5;cursor:pointer;box-shadow:0 1px 4px #0000000f;transition:box-shadow .4s ease;display:block;text-decoration:none;color:inherit}@media(min-width:768px){.category-card{border-radius:1.5rem}}.category-card:hover{box-shadow:0 16px 48px #0000002e}.category-card__image-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.82}.category-card__overlay--amber{background:linear-gradient(to top,#92400e,#d97706,transparent)}.category-card__overlay--emerald{background:linear-gradient(to top,#064e3b,#059669,transparent)}.category-card__overlay--sky{background:linear-gradient(to top,#0c4a6e,#0284c7,transparent)}.category-card__overlay--rose{background:linear-gradient(to top,#881337,#e11d48,transparent)}.category-card__overlay--violet{background:linear-gradient(to top,#3b0764,#7c3aed,transparent)}.category-card__tag{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.6875rem;font-weight:600;letter-spacing:.05em;z-index:2}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem;z-index:2}.category-card__title{color:#fff;font-weight:700;font-size:1.25rem;line-height:1.2;margin-bottom:.375rem}@media(min-width:768px){.category-card__title{font-size:1.5rem}}.category-card__desc{color:#ffffffbf;font-size:.8125rem;line-height:1.4;margin-bottom:1rem}.category-card__cta{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--nn-accent);transition:gap .2s ease}.category-card:hover .category-card__cta{gap:.625rem}.category-card__cta svg{width:14px;height:14px}.trust-badges-section{background:var(--nn-surface-dark);overflow:hidden}.trust-badges-grid{display:grid;grid-template-columns:1fr;border-radius:1rem;overflow:hidden;border:1px solid #262626;background:#262626;gap:1px}@media(min-width:640px){.trust-badges-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trust-badges-grid{grid-template-columns:repeat(4,1fr)}}.trust-badge-cell{background:var(--nn-surface-dark);padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:background .3s ease}.trust-badge-cell:hover{background:#1f1f1f}.trust-badge-cell__icon-wrap{position:relative;margin-bottom:1.5rem}.trust-badge-cell__icon-box{width:3.5rem;height:3.5rem;border-radius:1rem;background:#1f1f1f;border:1px solid #262626;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.trust-badge-cell:hover .trust-badge-cell__icon-box{background:#262626;border-color:#c9a96e66}.trust-badge-cell__icon-box svg{width:24px;height:24px;color:var(--nn-accent)}.trust-badge-cell__glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;background:#c9a96e00;filter:blur(24px);transition:background .5s ease}.trust-badge-cell:hover .trust-badge-cell__glow{background:#c9a96e14}.trust-badge-cell__title{color:#fff;font-weight:600;font-size:1rem;margin-bottom:.625rem;letter-spacing:-.01em}.trust-badge-cell__desc{color:#a3a3a3;font-size:.8125rem;line-height:1.6;max-width:11.25rem}.testimonials-section{background:var(--nn-surface-warm);overflow:hidden}.testimonials-grid{display:none;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(min-width:768px){.testimonials-grid{display:grid;gap:1.5rem}}.testimonials-carousel{display:block;overflow:hidden}@media(min-width:768px){.testimonials-carousel{display:none}}.testimonials-carousel__track{display:flex;transition:transform .4s cubic-bezier(.32,0,.2,1)}.testimonials-carousel__slide{flex-shrink:0;width:100%;padding:0 4px}.testimonials-dots{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.75rem}.testimonials-dots__btn{width:2rem;height:2rem;border-radius:50%;border:1px solid #d4d4d4;display:flex;align-items:center;justify-content:center;color:#525252;transition:border-color .15s ease;background:#fff}.testimonials-dots__btn:hover{border-color:#737373}.testimonials-dots__btn svg{width:16px;height:16px}.testimonials-dots__pip-list{display:flex;gap:.5rem}.testimonials-dots__pip{border-radius:9999px;height:8px;width:8px;background:#d4d4d4;border:none;transition:all .3s ease;cursor:pointer}.testimonials-dots__pip.is-active{width:24px;background:var(--nn-accent)}.review-card{position:relative;background:#fff;border-radius:1rem;padding:1.75rem;border:1px solid #f5f5f5;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;height:100%;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.review-card:hover{box-shadow:0 4px 16px #00000014}.review-card__quote{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;color:#f5f5f5;transform:rotate(180deg)}.review-card__stars{display:flex;gap:2px;margin-bottom:1rem}.review-card__stars svg{width:16px;height:16px}.review-star--filled{color:var(--nn-accent);fill:var(--nn-accent)}.review-star--empty{color:#e5e7eb;fill:#e5e7eb}.review-card__text{flex:1;font-size:.9375rem;color:#404040;line-height:1.7;margin-bottom:1.5rem}.review-card__footer{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #f5f5f5}.review-card__avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.review-card__avatar--amber{background:#fef3c7;color:#b45309}.review-card__avatar--rose{background:#fff1f2;color:#be123c}.review-card__avatar--green{background:#f0fdf4;color:#15803d}.review-card__avatar--sky{background:#f0f9ff;color:#0369a1}.review-card__avatar--violet{background:#faf5ff;color:#7e22ce}.review-card__avatar--orange{background:#fff7ed;color:#c2410c}.review-card__name{font-weight:600;font-size:.875rem;color:#0a0a0a;line-height:1.2}.review-card__meta{font-size:.75rem;color:#a3a3a3;margin-top:2px}.review-card__verified{margin-left:auto;display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:.625rem;font-weight:600}.about-section{background:var(--nn-surface-warm)}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr);gap:5rem}}.about-image-col{position:relative}.about-image-wrap{position:relative;aspect-ratio:4 / 5;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 60px #0003}.about-image-wrap img{width:100%;height:100%;object-fit:cover}.about-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.4),transparent 60%)}.about-float-badge{position:absolute;bottom:-1.25rem;right:1rem;background:#fff;border-radius:1rem;box-shadow:0 8px 32px #00000026;border:1px solid #f5f5f5;padding:.875rem 1rem;display:flex;align-items:center;gap:.75rem}@media(min-width:768px){.about-float-badge{right:-1.5rem}}.about-float-badge__icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#c9a96e1a;border:1px solid rgba(201,169,110,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-float-badge__icon svg{width:20px;height:20px;color:var(--nn-accent)}.about-float-badge__number{font-size:1.125rem;font-weight:700;color:#0a0a0a;line-height:1}.about-float-badge__label{font-size:.6875rem;color:#737373;margin-top:2px;white-space:nowrap}.about-copy{padding-top:1.5rem}.about-copy__eyebrow{color:var(--nn-accent);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.75rem;display:block}.about-copy__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:#0a0a0a;line-height:1.15;margin-bottom:1.5rem}.about-copy__para{font-size:1rem;color:#737373;line-height:1.75;margin-bottom:1rem}.about-copy__para:last-of-type{margin-bottom:2.5rem}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2.5rem}.about-stat-card{padding:1rem;border-radius:.75rem;background:#fff;border:1px solid #f5f5f5;box-shadow:0 1px 4px #0000000a}.about-stat-card__value{font-size:1.25rem;font-weight:700;color:#0a0a0a;line-height:1;margin-bottom:.25rem}.about-stat-card__label{font-size:.75rem;color:#737373}.newsletter-section{position:relative;overflow:hidden;background:#0a0a0a}.newsletter-section__glow{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:0}.newsletter-section__glow:before{content:"";display:block;width:700px;height:500px;border-radius:50%;background:#c9a96e0f;filter:blur(120px)}.newsletter-section__inner{position:relative;z-index:1;max-width:40rem;margin:0 auto;text-align:center}.newsletter-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:#c9a96e1f;border:1px solid rgba(201,169,110,.25);margin-bottom:1.75rem}.newsletter-icon svg{width:24px;height:24px;color:var(--nn-accent)}.newsletter-heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:1rem}.newsletter-desc{font-size:.9375rem;color:#a3a3a3;line-height:1.65;margin-bottom:2.25rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form__input{flex:1;height:3.25rem;border-radius:9999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.875rem;padding:0 1.25rem;outline:none;transition:border-color .2s ease,background .2s ease}.newsletter-form__input::placeholder{color:#737373}.newsletter-form__input:focus{border-color:#c9a96e80;background:#ffffff1f}.newsletter-form__btn{height:3.25rem;padding:0 1.75rem;border-radius:9999px;background:var(--nn-accent);color:#fff;font-size:.875rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background .2s ease;box-shadow:0 4px 20px #c9a96e59;white-space:nowrap}.newsletter-form__btn:hover{background:var(--nn-accent-hover)}.newsletter-form__btn svg{width:16px;height:16px}.newsletter-disclaimer{margin-top:1rem;font-size:.75rem;color:#525252}.newsletter-success{display:none;align-items:center;gap:.75rem;padding:1rem 1.75rem;border-radius:1rem;background:#00ff000d;border:1px solid rgba(0,150,0,.3);color:#4ade80;font-weight:600;font-size:.9375rem;max-width:28rem;margin:0 auto}.newsletter-success.is-visible{display:inline-flex}.newsletter-success__icon{width:1.75rem;height:1.75rem;border-radius:50%;background:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.newsletter-success__icon svg{width:16px;height:16px;color:#fff}.faq-section{background:#fff}.faq-list{max-width:48rem;margin:0 auto}.faq-divider{border:none;border-top:1px solid #f5f5f5}.faq-item{border-left:2px solid transparent;padding-left:0;transition:border-color .2s ease,padding .2s ease}.faq-item.is-open{border-left-color:var(--nn-accent);padding-left:1rem}.faq-item__btn{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 0;text-align:left;background:none;border:none;cursor:pointer}.faq-item__question{font-size:1rem;font-weight:600;line-height:1.4;color:#0a0a0a;transition:color .2s ease}.faq-item.is-open .faq-item__question{color:var(--nn-accent)}.faq-item__toggle{flex-shrink:0;margin-top:2px;width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid #d4d4d4;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.faq-item:hover .faq-item__toggle{border-color:#737373}.faq-item.is-open .faq-item__toggle{background:var(--nn-accent);border-color:var(--nn-accent);transform:rotate(45deg)}.faq-item__toggle svg{width:14px;height:14px;color:#737373}.faq-item.is-open .faq-item__toggle svg{color:#fff}.faq-item__answer{overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.faq-item.is-open .faq-item__answer{max-height:500px}.faq-item__answer-inner{padding-bottom:1.25rem;padding-right:2.5rem;font-size:.9375rem;color:#525252;line-height:1.7}.faq-item__answer-inner a{color:var(--nn-accent)}.faq-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f5f5f5;text-align:center;font-size:.875rem;color:#737373}.faq-footer a{color:#0a0a0a;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.faq-footer a:hover{color:var(--nn-accent)}.site-footer{background:#0a0a0a;border-top:1px solid #262626}.footer-main{padding:4rem 0 2.5rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(12,1fr);gap:2.5rem 2rem}}.footer-brand{grid-column:span 2}@media(min-width:768px){.footer-brand{grid-column:span 4}}.footer-brand__logo{display:inline-block;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:1rem}.footer-brand__logo span{color:var(--nn-accent)}.footer-brand__desc{color:#a3a3a3;font-size:.8125rem;line-height:1.65;max-width:13.75rem;margin-bottom:1.5rem}.footer-social{display:flex;gap:.5rem}.footer-social__link{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid #262626;display:flex;align-items:center;justify-content:center;color:#a3a3a3;transition:color .15s ease,border-color .15s ease}.footer-social__link:hover{color:#fff;border-color:#525252}.footer-social__link svg{width:14px;height:14px}.footer-col{grid-column:span 1}@media(min-width:768px){.footer-col{grid-column:span 2}}@media(min-width:768px){.footer-col:first-of-type{grid-column-start:6}}.footer-col__heading{color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.25rem}.footer-col__list{display:flex;flex-direction:column;gap:.75rem}.footer-col__link{color:#a3a3a3;font-size:.8125rem;transition:color .15s ease}.footer-col__link:hover{color:#fff}.footer-bottom{border-top:1px solid #1a1a1a;padding:1.25rem 0}.footer-bottom__inner{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:640px){.footer-bottom__inner{flex-direction:row;justify-content:space-between}}.footer-bottom__copy{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;font-size:.75rem;color:#525252}.footer-bottom__copy a{transition:color .15s ease}.footer-bottom__copy a:hover{color:#a3a3a3}.footer-payments{display:flex;align-items:center;gap:.5rem}.footer-payment-badge{height:1.75rem;padding:0 .5rem;border-radius:.25rem;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.footer-payment-badge svg{height:16px;width:auto;color:#a3a3a3}.footer-payment-badge--text{font-size:.625rem;font-weight:700;color:#a3a3a3;letter-spacing:.05em}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s ease}.cart-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:500;width:100%;max-width:420px;background:#fff;box-shadow:-4px 0 40px #0000001f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f5f5f5}.cart-drawer__title{font-size:1rem;font-weight:700;color:#0a0a0a}.cart-drawer__count{margin-left:.5rem;font-size:.75rem;color:#a3a3a3;font-weight:400}.cart-drawer__close{padding:.375rem;border-radius:.375rem;color:#737373;transition:background .15s ease}.cart-drawer__close:hover{background:#f5f5f5}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f9f9f9}.cart-item__image{width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;background:#f5f5f5;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__body{flex:1;min-width:0}.cart-item__title{font-size:.875rem;font-weight:600;color:#0a0a0a;line-height:1.3;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__price{font-size:.875rem;font-weight:700;color:#0a0a0a}.cart-item__controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item__qty-btn{width:1.5rem;height:1.5rem;border-radius:.25rem;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#525252;transition:background .1s ease;background:#fff;cursor:pointer}.cart-item__qty-btn:hover{background:#f5f5f5}.cart-item__qty{font-size:.875rem;font-weight:600;min-width:1.5rem;text-align:center}.cart-item__remove{margin-left:auto;font-size:.75rem;color:#a3a3a3;background:none;border:none;cursor:pointer;transition:color .15s ease}.cart-item__remove:hover{color:#ef4444}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.cart-drawer__empty svg{width:48px;height:48px;color:#d4d4d4;margin-bottom:1rem}.cart-drawer__empty-title{font-size:1rem;font-weight:600;color:#0a0a0a;margin-bottom:.5rem}.cart-drawer__empty-desc{font-size:.875rem;color:#a3a3a3}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid #f5f5f5}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:600;color:#0a0a0a;margin-bottom:1rem}.cart-drawer__subtotal-label{color:#525252;font-weight:400}.cart-drawer__checkout{display:block;width:100%;text-align:center;padding:.875rem;border-radius:var(--nn-radius-full);background:var(--nn-accent);color:#fff;font-weight:600;font-size:.9375rem;text-decoration:none;transition:background .2s ease}.cart-drawer__checkout:hover{background:var(--nn-accent-hover)}.cart-drawer__continue{display:block;text-align:center;margin-top:.75rem;font-size:.8125rem;color:#737373;cursor:pointer;background:none;border:none;width:100%}.cart-drawer__continue:hover{color:#0a0a0a}.collection-hero{background:var(--nn-surface-warm);padding:3rem 0}.collection-hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#0a0a0a;margin-bottom:.5rem}.collection-hero__desc{font-size:1rem;color:#737373}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.collection-sort{padding:.5rem 1rem;border-radius:var(--nn-radius-full);border:1px solid #e5e5e5;background:#fff;font-size:.875rem;color:#0a0a0a;outline:none;cursor:pointer}.collection-count{font-size:.875rem;color:#737373}.product-main{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 0}@media(min-width:768px){.product-main{grid-template-columns:1fr 1fr;gap:3.5rem;padding:3.5rem 0}}.product-gallery__main{aspect-ratio:1 / 1;border-radius:1.5rem;overflow:hidden;background:#f5f5f5;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem}.product-gallery__thumb{width:4.5rem;height:4.5rem;border-radius:.75rem;overflow:hidden;background:#f5f5f5;border:2px solid transparent;cursor:pointer;transition:border-color .15s ease;flex-shrink:0}.product-gallery__thumb.is-active{border-color:var(--nn-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#a3a3a3}.product-breadcrumb a{transition:color .15s ease}.product-breadcrumb a:hover{color:#0a0a0a}.product-breadcrumb__sep{color:#d4d4d4}.product-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:.375rem;background:var(--nn-accent);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;width:fit-content}.product-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0a0a0a;letter-spacing:-.01em;line-height:1.2}.product-price-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-price{font-size:1.75rem;font-weight:700;color:#0a0a0a}.product-compare-price{font-size:1.125rem;color:#a3a3a3;text-decoration:line-through}.product-stars{display:flex;align-items:center;gap:.375rem}.product-stars__row{display:flex}.product-stars__row svg{width:18px;height:18px}.product-star--filled{color:#f59e0b;fill:#f59e0b}.product-star--empty{color:#e5e7eb;fill:#e5e7eb}.product-star-count{font-size:.875rem;color:#737373}.product-atc-form{display:flex;flex-direction:column;gap:1rem}.product-qty-row{display:flex;align-items:center;gap:.75rem}.product-qty-label{font-size:.875rem;font-weight:500;color:#525252}.product-qty-control{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden}.product-qty-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#525252;transition:background .1s ease;background:#fff;border:none;cursor:pointer}.product-qty-btn:hover{background:#f5f5f5}.product-qty-input{width:3rem;text-align:center;font-size:.9375rem;font-weight:600;border:none;outline:none;background:#fff}.product-atc-btn{width:100%;height:3.5rem;border-radius:var(--nn-radius-full);background:var(--nn-accent);color:#fff;font-size:1rem;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;transition:background .2s ease,transform .15s ease}.product-atc-btn:hover{background:var(--nn-accent-hover);transform:translateY(-1px)}.product-atc-btn svg{width:20px;height:20px}.product-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem;border-radius:.75rem;background:#fafafa;border:1px solid #f5f5f5}.product-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem}.product-trust-item svg{width:20px;height:20px;color:var(--nn-accent)}.product-trust-item__label{font-size:.6875rem;font-weight:600;color:#0a0a0a;line-height:1.2}.product-description{font-size:.9375rem;color:#525252;line-height:1.75}.product-description h2,.product-description h3{font-weight:600;color:#0a0a0a;margin:1rem 0 .5rem}.product-description p{margin-bottom:.75rem}.product-description ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#0a0a0a;border:1px solid #e5e5e5;background:#fff;transition:all .15s ease;text-decoration:none}.pagination__btn:hover{border-color:var(--nn-accent);color:var(--nn-accent)}.pagination__btn.is-active{background:var(--nn-accent);border-color:var(--nn-accent);color:#fff}.pagination__btn--prev-next svg{width:16px;height:16px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:nn-spin .7s linear infinite}@keyframes nn-spin{to{transform:rotate(360deg)}}[data-fade]{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}[data-fade].is-visible{opacity:1;transform:translateY(0)}[data-fade-delay="1"]{transition-delay:.1s}[data-fade-delay="2"]{transition-delay:.2s}[data-fade-delay="3"]{transition-delay:.3s}[data-fade-delay="4"]{transition-delay:.4s}.menu-badge{background:#d4af37;color:#000;font-size:10px;padding:2px 6px;margin-left:6px;border-radius:4px;font-weight:600}.header-mobile-search+nav a[href*=best-selling]:after,.header-nav a[href*=best-selling]:after{content:" \1f525";margin-left:5px}.collection-card{transition:transform .25s ease,box-shadow .25s ease}.collection-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001f}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
