*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ivory: #FAF7F2;--charcoal: #1C1917;--rose: #C9A99A;--tan: #8B7355;--warm-gray: #4A4540;--border: rgba(28,25,23,.12);--border-light: rgba(250,247,242,.15);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", system-ui, sans-serif;--font-mono: "DM Mono", monospace;--radius-sm: 0px;--transition: .28s ease;--container: 1280px}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;background:var(--ivory);color:var(--charcoal);line-height:1.6;-webkit-font-smoothing:antialiased}#main-content{display:block;padding:0;margin:0}.hero-section,#shopify-section-hero,#main-content>:first-child,#main-content>.shopify-section:first-child{margin-top:0!important;padding-top:0!important}.shopify-section{margin:0;padding:0}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.avelon-container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1rem}@media(min-width:640px){.avelon-container{padding:0 1.5rem}}@media(min-width:1024px){.avelon-container{padding:0 2rem}}.avelon-display{font-family:var(--font-display);font-weight:600;line-height:1.05}.avelon-display-italic{font-family:var(--font-display);font-style:italic;font-weight:300;line-height:1.1}.avelon-label{font-family:var(--font-body);font-weight:500;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase}.avelon-price{font-family:var(--font-mono);font-weight:400}.avelon-body-text{font-family:var(--font-body);font-weight:300;line-height:1.75}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--font-body);font-weight:500;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;background:var(--charcoal);color:var(--ivory);border:1px solid var(--charcoal);transition:background var(--transition),color var(--transition);cursor:pointer}.btn-primary:hover{background:var(--warm-gray);border-color:var(--warm-gray)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--font-body);font-weight:500;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;background:transparent;color:var(--charcoal);border:1px solid var(--charcoal);transition:background var(--transition),color var(--transition);cursor:pointer}.btn-outline:hover{background:var(--charcoal);color:var(--ivory)}.btn-rose{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--font-body);font-weight:500;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;background:var(--rose);color:var(--charcoal);border:1px solid var(--rose);transition:opacity var(--transition);cursor:pointer}.btn-rose:hover{opacity:.88}.btn-outline-light{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--font-body);font-weight:500;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;background:transparent;color:var(--ivory);border:1px solid rgba(250,247,242,.45);transition:background var(--transition);cursor:pointer}.btn-outline-light:hover{background:#faf7f21a}.rule-divider{height:1px;background:var(--border)}.rule-divider-light{height:1px;background:var(--border-light)}.section-pad{padding:5rem 0}.section-pad-lg{padding:7rem 0}@media(max-width:768px){.section-pad{padding:3rem 0}.section-pad-lg{padding:4rem 0}}.section-header{margin-bottom:3rem}.section-header .avelon-label{color:var(--tan);margin-bottom:.5rem}.section-header h2{font-family:var(--font-display);font-weight:600;font-size:clamp(2rem,4vw,3rem);color:var(--charcoal);line-height:1.1}.announcement-bar{background:var(--charcoal);color:var(--ivory);text-align:center;padding:.6rem 1rem;font-family:var(--font-body);font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;position:relative;overflow:hidden}.announcement-bar__messages{display:flex;flex-direction:column}.announcement-bar__message{padding:0}.site-header{position:sticky;top:0;z-index:100;background:var(--ivory);border-bottom:1px solid var(--border);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 2px 20px #1c191714}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 1.5rem}@media(min-width:1024px){.site-header__inner{padding:0 2.5rem}}.site-header__left{display:flex;align-items:center;gap:1.5rem;justify-content:flex-start}.site-header__right{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.site-header__nav-right{display:flex;align-items:center}.mobile-menu-btn{display:flex!important;flex-shrink:0}.site-header__nav-left,.site-header__nav-right{display:none}@media(min-width:900px){.site-header__nav-left,.site-header__nav-right{display:flex}}.site-header__logo{font-family:var(--font-display);font-weight:600;font-size:1.4rem;letter-spacing:.08em;color:var(--charcoal);line-height:1;text-decoration:none;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.site-header__logo-text{display:block;font-family:var(--font-display);font-weight:600;font-size:1.4rem;letter-spacing:.08em;color:var(--charcoal)}.site-header__logo-sub{display:block;font-family:var(--font-body);font-weight:300;font-size:.52rem;letter-spacing:.24em;text-transform:uppercase;color:var(--tan);margin-top:3px}.site-nav{display:flex;align-items:center;gap:2.25rem;list-style:none}.site-nav a{font-family:var(--font-body);font-weight:400;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--charcoal);position:relative;padding-bottom:2px;transition:color var(--transition)}.site-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--rose);transition:width var(--transition)}.site-nav a:hover{color:var(--tan)}.site-nav a:hover:after{width:100%}.site-header__icons{display:flex;align-items:center;gap:1.1rem}.site-header__icon-btn{background:none;border:none;cursor:pointer;color:var(--charcoal);display:flex;align-items:center;justify-content:center;padding:4px;transition:color var(--transition);position:relative}.site-header__icon-btn:hover{color:var(--tan)}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--rose);color:var(--charcoal);font-size:.55rem;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--charcoal);flex-direction:column;padding:2rem}.mobile-menu.open{display:flex}.mobile-menu__close{align-self:flex-end;color:var(--ivory);font-size:1.5rem;background:none;border:none;cursor:pointer;margin-bottom:2rem}.mobile-menu__nav{list-style:none}.mobile-menu__nav li{border-bottom:1px solid rgba(250,247,242,.1)}.mobile-menu__nav a{display:block;padding:.85rem 0;font-family:var(--font-body);font-size:1.1rem;font-weight:300;color:var(--ivory);letter-spacing:.12em;text-transform:uppercase}.hero-section{position:relative;min-height:92vh;display:flex;align-items:flex-end;overflow:hidden}.hero-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#1c1917b8,#1c191759 55%,#1c19171a)}.hero-section__content{position:relative;z-index:2;padding:5rem 0;max-width:560px}.hero-section__label{font-family:var(--font-body);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem;font-style:italic}.hero-section__heading{font-family:var(--font-display);font-weight:600;font-size:clamp(3rem,7vw,5.5rem);color:var(--ivory);line-height:1;margin-bottom:1.25rem}.hero-section__heading em{font-style:italic;font-weight:300}.hero-section__subtext{font-family:var(--font-body);font-weight:300;font-size:1rem;color:#faf7f2cc;line-height:1.7;max-width:400px;margin-bottom:2rem}.hero-section__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-section__social-proof{display:flex;align-items:center;gap:.75rem}.hero-stars{display:flex;gap:2px}.hero-stars svg{width:12px;height:12px;fill:var(--rose)}.hero-rating-text{font-family:var(--font-body);font-size:.65rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#faf7f299}.hero-scroll-indicator{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.hero-scroll-indicator span{font-family:var(--font-body);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:#faf7f273;writing-mode:vertical-rl}.hero-scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,rgba(250,247,242,.4),transparent)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{gap:1.75rem}}.product-card{display:block}.product-card__image-wrap{position:relative;overflow:hidden;background:#f0eae0;aspect-ratio:3/4}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;font-family:var(--font-body);font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .6rem;color:var(--ivory)}.product-card__badge--new{background:var(--charcoal)}.product-card__badge--sale,.product-card__badge--bestseller{background:var(--rose);color:var(--charcoal)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:#1c1917e0;transform:translateY(100%);transition:transform .3s ease}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__quick-add button{width:100%;font-family:var(--font-body);font-size:.62rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory);background:none;border:none;padding:.5rem;cursor:pointer;transition:color var(--transition)}.product-card__quick-add button:hover{color:var(--rose)}.product-card__info{margin-top:.85rem;padding:0 .1rem}.product-card__category{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--tan);margin-bottom:.3rem}.product-card__title{font-family:var(--font-display);font-weight:500;font-size:1.05rem;color:var(--charcoal);line-height:1.25;margin-bottom:.35rem}.product-card__price{font-family:var(--font-mono);font-size:.88rem;color:var(--charcoal)}.product-card__price s{color:var(--tan);margin-right:.4rem}.the-edit-section{padding:5rem 0;background:#f5f0e8}.the-edit-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.the-edit-section__grid{grid-template-columns:1fr 1fr;gap:5rem}}.the-edit-section__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden}.the-edit-section__image-wrap img{width:100%;height:100%;object-fit:cover}.the-edit-section__stat-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--charcoal);color:var(--ivory);padding:1.25rem 1.5rem}.the-edit-section__stat-badge .stat-num{font-family:var(--font-display);font-size:1.8rem;font-weight:600;line-height:1}.the-edit-section__stat-badge .stat-label{font-family:var(--font-body);font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#faf7f299;margin-top:.25rem}.the-edit-section__content{padding:1.5rem 0}.the-edit-section__content .avelon-label{color:var(--tan);margin-bottom:1rem}.the-edit-section__content h2{font-family:var(--font-display);font-weight:600;font-size:clamp(2.2rem,4vw,3.2rem);color:var(--charcoal);line-height:1.05;margin-bottom:1.5rem}.the-edit-section__content h2 em{font-style:italic;font-weight:300}.the-edit-section__divider{width:3rem;height:1px;background:var(--rose);margin-bottom:1.5rem}.the-edit-section__content p{font-family:var(--font-body);font-weight:300;font-size:.95rem;line-height:1.8;color:var(--warm-gray);margin-bottom:2rem}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(4,1fr)}}.category-card{position:relative;overflow:hidden;aspect-ratio:3/4;display:block}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.category-card:hover img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,25,23,.65) 0%,transparent 55%);transition:background var(--transition)}.category-card:hover .category-card__overlay{background:linear-gradient(to top,#1c1917bf,#1c19171a 60%)}.category-card__label{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.category-card__name{font-family:var(--font-display);font-weight:500;font-size:1.3rem;color:var(--ivory);line-height:1.1;margin-bottom:.4rem}.category-card__cta{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#faf7f2b3;display:flex;align-items:center;gap:.4rem;transition:color var(--transition),gap var(--transition)}.category-card:hover .category-card__cta{color:var(--rose);gap:.6rem}.streetwear-section{background:var(--charcoal);padding:5rem 0}.streetwear-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.streetwear-section__grid{grid-template-columns:1fr 1fr;gap:5rem}}.streetwear-section__image-wrap{aspect-ratio:3/4;overflow:hidden}.streetwear-section__image-wrap img{width:100%;height:100%;object-fit:cover}.streetwear-section__content .avelon-label{color:var(--rose);margin-bottom:1rem}.streetwear-section__content h2{font-family:var(--font-display);font-weight:600;font-size:clamp(2.5rem,5vw,4rem);color:var(--ivory);line-height:1;margin-bottom:1.5rem}.streetwear-section__content h2 em{font-style:italic;font-weight:300}.streetwear-section__divider{width:3rem;height:1px;background:var(--rose);margin-bottom:1.5rem}.streetwear-section__content p{font-family:var(--font-body);font-weight:300;font-size:.95rem;line-height:1.8;color:#faf7f2a6;margin-bottom:2rem}.collection-banner{position:relative;min-height:55vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.collection-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c19178c}.collection-banner__content{position:relative;z-index:2;padding:4rem 1rem}.collection-banner__content .avelon-label{color:var(--rose);margin-bottom:1rem}.collection-banner__content h2{font-family:var(--font-display);font-weight:600;font-size:clamp(2.5rem,6vw,5rem);color:var(--ivory);line-height:1;margin-bottom:1rem}.collection-banner__content h2 em{font-style:italic;font-weight:300}.collection-banner__content p{font-family:var(--font-body);font-weight:300;font-size:1rem;color:#faf7f2bf;margin-bottom:2rem}.founder-section{background:var(--charcoal);padding:6rem 0;overflow:hidden}.founder-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.founder-section__grid{grid-template-columns:1fr 1fr;gap:5rem}}.founder-section__image-col{position:relative}.founder-section__frame{position:absolute;top:-1rem;left:-1rem;right:1rem;bottom:1rem;border:1px solid rgba(201,169,154,.25);pointer-events:none}.founder-section__image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden}.founder-section__image-wrap img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.02)}.founder-section__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,25,23,.35) 0%,transparent 50%)}.founder-section__badge{position:absolute;bottom:-1.25rem;right:-1.25rem;background:var(--rose);padding:1rem 1.5rem;z-index:2}.founder-section__badge-name{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:1.4rem;color:var(--charcoal);line-height:1.1}.founder-section__badge-title{font-family:var(--font-body);font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#1c1917a6;margin-top:.25rem}.founder-section__content .avelon-label{color:var(--rose);margin-bottom:1rem}.founder-section__content h2{font-family:var(--font-display);font-weight:600;font-size:clamp(2.2rem,4.5vw,3.4rem);color:var(--ivory);line-height:1.1;margin-bottom:1.5rem}.founder-section__content h2 em{font-style:italic;font-weight:300}.founder-section__divider{width:3rem;height:1px;background:var(--rose);margin-bottom:2rem}.founder-section__body{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:2rem}.founder-section__body p{font-family:var(--font-body);font-weight:300;font-size:.93rem;line-height:1.85;color:#faf7f2b8}.founder-section__pullquote{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:1.2rem;color:var(--ivory);border-left:2px solid var(--rose);padding-left:1.25rem;line-height:1.55;margin:.5rem 0}.founder-section__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.founder-section__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(250,247,242,.1)}.founder-stat__num{font-family:var(--font-display);font-weight:600;font-size:1.8rem;color:var(--ivory);line-height:1}.founder-stat__label{font-family:var(--font-body);font-size:.58rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#faf7f266;margin-top:.3rem}.testimonials-section{padding:5rem 0;background:var(--ivory)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(4,1fr)}}.testimonial-card{padding:1.75rem;border:1px solid var(--border)}.testimonial-card__stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-card__stars svg{width:12px;height:12px;fill:var(--rose)}.testimonial-card__text{font-family:var(--font-body);font-weight:300;font-size:.88rem;line-height:1.8;color:var(--warm-gray);margin-bottom:1.25rem}.testimonial-card__divider{height:1px;background:var(--border);margin-bottom:1rem}.testimonial-card__name{font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--charcoal)}.testimonial-card__role{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--tan);margin-top:.2rem}.trust-badges{padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--ivory)}.trust-badges__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media(min-width:768px){.trust-badges__grid{grid-template-columns:repeat(4,1fr)}}.trust-badge__icon{font-size:1.5rem;margin-bottom:.5rem}.trust-badge__title{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--charcoal);margin-bottom:.25rem}.trust-badge__desc{font-family:var(--font-body);font-size:.78rem;font-weight:300;color:var(--tan)}.site-footer{background:var(--charcoal);color:var(--ivory);padding:5rem 0 2rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}.footer-brand__logo{font-family:var(--font-display);font-weight:600;font-size:1.5rem;letter-spacing:.06em;color:var(--ivory);margin-bottom:.3rem}.footer-brand__sub{font-family:var(--font-body);font-size:.55rem;font-weight:300;letter-spacing:.22em;text-transform:uppercase;color:var(--tan);margin-bottom:1.25rem}.footer-brand__desc{font-family:var(--font-body);font-weight:300;font-size:.85rem;line-height:1.75;color:#faf7f28c;margin-bottom:1.5rem;max-width:280px}.footer-social{display:flex;gap:1rem}.footer-social a{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#faf7f280;transition:color var(--transition)}.footer-social a:hover{color:var(--rose)}.footer-col__heading{font-family:var(--font-body);font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ivory);margin-bottom:1.25rem}.footer-col__links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col__links a{font-family:var(--font-body);font-weight:300;font-size:.85rem;color:#faf7f280;transition:color var(--transition)}.footer-col__links a:hover{color:var(--rose)}.footer-newsletter{margin-bottom:3rem}.footer-newsletter h3{font-family:var(--font-display);font-weight:500;font-size:1.3rem;color:var(--ivory);margin-bottom:.5rem}.footer-newsletter p{font-family:var(--font-body);font-weight:300;font-size:.85rem;color:#faf7f280;margin-bottom:1rem}.footer-newsletter__form{display:flex}.footer-newsletter__input{flex:1;padding:.85rem 1rem;background:#faf7f212;border:1px solid rgba(250,247,242,.15);border-right:none;color:var(--ivory);font-family:var(--font-body);font-weight:300;font-size:.85rem;outline:none}.footer-newsletter__input::placeholder{color:#faf7f24d}.footer-newsletter__btn{padding:.85rem 1.5rem;background:var(--rose);color:var(--charcoal);font-family:var(--font-body);font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;transition:opacity var(--transition);white-space:nowrap}.footer-newsletter__btn:hover{opacity:.88}.footer-bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:2rem;border-top:1px solid rgba(250,247,242,.08)}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom p{font-family:var(--font-body);font-size:.72rem;font-weight:300;color:#faf7f24d}.product-page{padding:3rem 0 5rem}.product-page__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.product-page__grid{grid-template-columns:1.1fr 1fr;gap:4rem}}.product-page__gallery{position:relative}.product-page__main-image{aspect-ratio:3/4;overflow:hidden;background:#f0eae0}.product-page__main-image img{width:100%;height:100%;object-fit:cover}.product-page__thumbnails{display:flex;gap:.5rem;margin-top:.75rem}.product-page__thumb{width:72px;height:90px;overflow:hidden;cursor:pointer;border:1px solid transparent;transition:border-color var(--transition)}.product-page__thumb.active{border-color:var(--charcoal)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{padding:.5rem 0}.product-page__category{font-family:var(--font-body);font-size:.6rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--tan);margin-bottom:.75rem}.product-page__title{font-family:var(--font-display);font-weight:600;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--charcoal);line-height:1.1;margin-bottom:1rem}.product-page__price{font-family:var(--font-mono);font-size:1.25rem;color:var(--charcoal);margin-bottom:1.5rem}.product-page__price s{color:var(--tan);margin-right:.5rem;font-size:1rem}.product-page__divider{height:1px;background:var(--border);margin:1.5rem 0}.variant-label{font-family:var(--font-body);font-size:.65rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--charcoal);margin-bottom:.75rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.variant-btn{padding:.5rem 1rem;border:1px solid var(--border);background:transparent;font-family:var(--font-body);font-size:.78rem;font-weight:400;color:var(--charcoal);cursor:pointer;transition:all var(--transition)}.variant-btn:hover,.variant-btn.active{background:var(--charcoal);color:var(--ivory);border-color:var(--charcoal)}.variant-btn.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.add-to-cart-btn{width:100%;padding:1rem;background:var(--charcoal);color:var(--ivory);font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;transition:background var(--transition);margin-bottom:1rem}.add-to-cart-btn:hover{background:var(--warm-gray)}.product-page__description{font-family:var(--font-body);font-weight:300;font-size:.9rem;line-height:1.8;color:var(--warm-gray)}.collection-page{padding:3rem 0 5rem}.collection-page__header{margin-bottom:2.5rem}.collection-page__title{font-family:var(--font-display);font-weight:600;font-size:clamp(2rem,4vw,3rem);color:var(--charcoal)}.collection-filters{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:2rem}.filter-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.4rem 1rem;border:1px solid var(--border);background:transparent;font-family:var(--font-body);font-size:.68rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--charcoal);cursor:pointer;transition:all var(--transition)}.filter-btn:hover,.filter-btn.active{background:var(--charcoal);color:var(--ivory);border-color:var(--charcoal)}.breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1rem 0;font-family:var(--font-body);font-size:.7rem;font-weight:400;color:var(--tan);letter-spacing:.08em}.breadcrumb a{color:var(--tan);transition:color var(--transition)}.breadcrumb a:hover,.breadcrumb span{color:var(--charcoal)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.related-products .product-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-bottom:0!important;flex-wrap:unset!important}@media screen and (min-width:750px){.related-products .product-grid{grid-template-columns:repeat(4,1fr)!important;gap:16px!important}}.related-products .grid__item{width:100%!important;max-width:100%!important;flex-grow:unset!important;flex-shrink:unset!important}.related-products .card--card{border:none!important;box-shadow:none!important;background:transparent!important;height:auto!important}.related-products .card--card:after{display:none!important}.related-products .card__inner{width:100%!important;aspect-ratio:3 / 4!important;overflow:hidden!important;border-radius:6px!important;position:relative!important;padding-top:0!important}.related-products .card__inner .card__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.related-products .card__inner .card__media .media{width:100%!important;height:100%!important;padding-top:0!important}.related-products .card__inner .card__media img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.related-products .card__content{padding:.5rem 0 .25rem!important}.related-products.page-width{padding-left:1rem!important;padding-right:1rem!important}@media screen and (min-width:750px){.related-products.page-width{padding-left:2rem!important;padding-right:2rem!important}}variant-selects{--pills-scale: 1}variant-selects .product-form__input--pills input[type=radio]+label{font-size:calc(1.4rem * var(--pills-scale))!important;padding:calc(1rem * var(--pills-scale)) calc(2rem * var(--pills-scale))!important;margin:calc(.7rem * var(--pills-scale)) calc(.5rem * var(--pills-scale)) calc(.2rem * var(--pills-scale))!important;min-height:0!important}variant-selects .product-form__input--swatches .swatch-input__input+.swatch-input__label{width:calc(3.6rem * var(--pills-scale))!important;height:calc(3.6rem * var(--pills-scale))!important;min-width:0!important;min-height:0!important}@media screen and (min-width:750px){variant-selects .product-form__input--swatches .swatch-input__input+.swatch-input__label{width:calc(2.8rem * var(--pills-scale))!important;height:calc(2.8rem * var(--pills-scale))!important}}variant-selects .form__label{font-size:calc(1.3rem * var(--pills-scale))!important}.product-form__quantity{--quantity-scale: 1}.product-form__quantity quantity-input .quantity__button,.product-form__quantity quantity-input .quantity__input{min-width:calc(4.5rem * var(--quantity-scale))!important;min-height:calc(4.5rem * var(--quantity-scale))!important;height:calc(4.5rem * var(--quantity-scale))!important;width:calc(4.5rem * var(--quantity-scale))!important;font-size:calc(1.6rem * var(--quantity-scale))!important}.product-form__quantity quantity-input .quantity__input{width:calc(5rem * var(--quantity-scale))!important}.product-form__quantity .quantity__label,.product-form__quantity .form__label{font-size:calc(1.4rem * var(--quantity-scale))!important}.product-form__quantity quantity-input svg{width:calc(1rem * var(--quantity-scale))!important;height:calc(1rem * var(--quantity-scale))!important}@media(max-width:767px){.hero-section{min-height:85vh;align-items:center}.hero-section__content{padding:3rem 0 4rem;max-width:100%}.hero-section__heading{font-size:clamp(2.4rem,9vw,3.5rem)}.hero-section__subtext{font-size:.9rem;max-width:100%}.hero-section__ctas{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-section__ctas .btn-primary,.hero-section__ctas .btn-outline-light{width:100%;justify-content:center;text-align:center}.hero-scroll-indicator{display:none}}@media(max-width:479px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__title{font-size:.95rem}.product-card__price{font-size:.8rem}}@media(max-width:899px){.the-edit-section__image-wrap{padding-bottom:2.5rem;padding-right:0;overflow:visible}.the-edit-section__stat-badge{bottom:0;right:0}.the-edit-section__content{padding:.5rem 0}}@media(max-width:899px){.founder-section__image-col{padding:1rem 1.5rem 2rem}.founder-section__frame{top:0;left:0;right:0;bottom:0}.founder-section__badge{bottom:0;right:0}.founder-section__stats{grid-template-columns:repeat(3,1fr);gap:1rem}.founder-stat__num{font-size:1.4rem}}@media(max-width:479px){.founder-section{padding:4rem 0}.founder-section__stats{grid-template-columns:repeat(3,1fr);gap:.5rem}.founder-stat__num{font-size:1.2rem}.founder-stat__label{font-size:.5rem}}@media(max-width:479px){.footer-newsletter__form{flex-direction:column;gap:.5rem}.footer-newsletter__input{border-right:1px solid rgba(250,247,242,.15);border-bottom:none;width:100%}.footer-newsletter__btn{width:100%;text-align:center;padding:.85rem 1rem}}@media(max-width:479px){.site-footer{padding:3rem 0 1.5rem}.site-footer__grid{gap:2rem;margin-bottom:2.5rem}}@media(max-width:639px){.section-header{margin-bottom:2rem}.section-header h2{font-size:clamp(1.8rem,6vw,2.5rem)}.section-header[style*="justify-content:space-between"]{flex-direction:column;align-items:flex-start}}@media(max-width:479px){.category-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.category-card__name{font-size:1.1rem}}@media(min-width:640px)and (max-width:1023px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.trust-badge__title{font-size:.65rem}.trust-badge__desc{font-size:.72rem}}@media(max-width:639px){.collection-banner{min-height:45vh}.collection-banner__content{padding:3rem 1rem}.collection-banner__content h2{font-size:clamp(2rem,8vw,3rem)}}@media(max-width:899px){.streetwear-section{padding:3.5rem 0}.streetwear-section__content h2{font-size:clamp(2rem,7vw,3rem)}}@media(max-width:479px){.announcement-bar__message{font-size:.6rem;padding:0 .5rem}}@media(max-width:899px){.site-header__inner{grid-template-columns:44px 1fr 44px}.site-header__left{justify-content:flex-start}.site-header__right{justify-content:flex-end}.site-header__logo{justify-self:center}}@media(max-width:479px){.breadcrumb{font-size:.62rem;flex-wrap:wrap;gap:.3rem}}@media(max-width:899px){.product-page{padding:1.5rem 0 3rem}.product-page__grid{gap:1.5rem}.product-page__thumbnails{flex-wrap:wrap}.product-page__thumb{width:60px;height:75px}}@media(max-width:359px){.avelon-container{padding:0 .75rem}}@media(max-width:479px){.btn-primary,.btn-outline,.btn-rose,.btn-outline-light{padding:.8rem 1.5rem;font-size:.65rem}}@media(min-width:640px)and (max-width:899px){.the-edit-section__grid{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.the-edit-section__image-wrap{padding-bottom:2.5rem;padding-right:0;overflow:visible}.the-edit-section__stat-badge{bottom:0;right:0}}@media(min-width:640px)and (max-width:899px){.founder-section__grid{grid-template-columns:1fr 1fr;gap:3rem}.founder-section__image-col{padding:1rem 1.5rem 2rem}}@media(max-width:359px){.mobile-menu{padding:1.5rem}.mobile-menu__nav a{font-size:1rem;padding:.75rem 0}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/avelon.css.map */
