:root{--ink: #111111;--muted: #686868;--line: #dddddd;--soft: #f4f4f4;--white: #ffffff;--danger: #b3261e;--header-height: 64px;--page-gutter: 24px;--content-width: 1440px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit;border-radius:0}button{cursor:pointer}.main-content{min-height:55vh}.skip-link{position:fixed;z-index:999;top:8px;left:8px;padding:10px 14px;transform:translateY(-150%);background:var(--ink);color:var(--white)}.skip-link:focus{transform:translateY(0)}.visually-hidden,.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.button{min-height:48px;padding:0 22px;display:inline-grid;place-items:center;border:1px solid var(--ink);background:var(--ink);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.02em}.button:hover{background:#343434}.button--secondary{background:var(--white);color:var(--ink)}.section-empty{margin:35px 0;color:var(--muted)}.egho-header-section{position:sticky;z-index:50;top:0}.is-home .egho-header-section{position:absolute;left:0;right:0}.site-header{height:var(--header-height);padding:0 var(--page-gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative;z-index:1;background:var(--white);border-bottom:1px solid var(--line)}.is-home .site-header{color:var(--white);background:transparent;border-bottom-color:#ffffff61}.header-primary{min-width:0;display:flex;align-items:center;gap:30px}.header-menu,.header-menu-button{width:24px;height:24px;padding:3px 1px;display:grid;align-content:center;gap:4px;border:0;background:transparent}.header-menu i,.header-menu-button i,.header-menu-button span{width:20px;height:1px;display:block;background:currentColor}.desktop-nav{min-width:0;display:flex;align-items:center;gap:clamp(15px,2vw,31px);font-size:12px}.desktop-nav a{padding:22px 0 20px;white-space:nowrap;border-bottom:1px solid transparent}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{border-color:currentColor}.site-logo,.drawer-logo,.footer-logo{display:block;position:relative;overflow:hidden}.site-logo,.drawer-logo{width:82px;height:56px}.site-logo{justify-self:center}.brand-logo-image{width:94px;height:94px;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-56.5%);object-fit:contain}body:not(.is-home) .site-logo .brand-logo-image,.drawer-logo .brand-logo-image,.footer-logo .brand-logo-image{filter:invert(1)}.header-actions{justify-self:end;display:flex;align-items:center;gap:19px}.header-actions button,.header-actions a{width:24px;height:24px;padding:1px;display:grid;place-items:center;position:relative;border:0;background:transparent}.header-actions svg,.drawer-head svg,.search-drawer svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.header-cart-count,[data-egho-cart-count]{min-width:15px;height:15px;padding:0 3px;position:absolute;top:-5px;right:-7px;display:grid;place-items:center;background:currentColor;color:var(--white);font-size:9px;font-weight:400}.is-home .header-cart-count,.is-home [data-egho-cart-count]{background:var(--white);color:var(--ink)}.drawer-overlay,.site-overlay{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#00000085;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.drawer-overlay.is-open,.site-overlay.is-open{opacity:1;visibility:visible}.menu-drawer,.search-drawer{position:fixed;z-index:90;top:0;bottom:0;width:min(440px,100vw);overflow-y:auto;background:var(--white);color:var(--ink);visibility:hidden;transition:transform .24s ease,visibility .24s ease}.menu-drawer{left:0;transform:translate(-100%)}.search-drawer{right:0;transform:translate(100%)}.menu-drawer.is-open,.search-drawer.is-open{transform:translate(0);visibility:visible}.drawer-head{height:66px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head button{width:28px;height:28px;padding:2px;display:grid;place-items:center;border:0;background:transparent}.drawer-nav{padding:22px 24px}.drawer-nav a{min-height:55px;display:flex;align-items:center;border-bottom:1px solid var(--line);font-size:16px}.drawer-nav a:hover{padding-left:6px}.drawer-meta{padding:10px 24px 44px;display:grid;gap:13px;color:var(--muted);font-size:13px}.search-drawer form{margin:34px 24px 26px;height:52px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;border-bottom:1px solid var(--ink)}.search-drawer input{min-width:0;height:50px;padding:0;border:0;outline:0;background:transparent;font-size:15px}.search-drawer form button{height:50px;padding:0 0 0 12px;border:0;background:transparent;font-size:11px;font-weight:700}.popular-search{padding:0 24px;display:flex;flex-wrap:wrap;gap:11px 18px;font-size:13px}.popular-search>span{width:100%;margin-bottom:4px;color:var(--muted);font-size:10px}.home-hero{height:min(100svh,900px);min-height:620px;overflow:hidden;background:#202020;color:var(--white)}.home-hero__link,.home-hero picture,.home-hero img{width:100%;height:100%;display:block;position:relative}.home-hero img{object-fit:cover;object-position:center}.home-hero__button{position:absolute;left:50%;bottom:28px;transform:translate(-50%);padding:7px 0 5px;border-bottom:1px solid currentColor;font-size:11px;font-weight:700;white-space:nowrap}.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home-category-card{aspect-ratio:2/3;min-width:0;position:relative;overflow:hidden;background:var(--soft)}.home-category-card img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .45s ease}.home-category-card:hover img{transform:scale(1.012)}.home-category-card>span,.home-campaign span{position:absolute;left:14px;bottom:14px;padding:7px 10px;border:1px solid #ececec;background:var(--white);color:var(--ink);font-size:12px;font-weight:700}.home-products{padding:68px 16px 82px}.section-bar{min-height:38px;margin-bottom:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-bar h2{margin:0;font-size:27px;line-height:1.1;font-weight:600}.section-bar>a{padding-bottom:3px;border-bottom:1px solid;font-size:12px}.home-product-grid,.related-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 8px}.home-product-viewport{overflow-x:auto;scrollbar-width:none}.home-product-viewport::-webkit-scrollbar{display:none}.home-product-viewport.is-rotating{overflow:hidden}.home-product-viewport .home-product-grid{display:flex;gap:8px}.home-product-viewport .egho-product-card{flex:0 0 calc((100% - 24px)/4)}.home-campaign{width:100%;overflow:hidden}.home-campaign a{display:block;aspect-ratio:2.08/1;position:relative;overflow:hidden;background:#171717}.home-campaign img{width:100%;height:100%;object-fit:cover;object-position:center}.home-campaign span{left:18px;bottom:18px}.product-card{min-width:0}.product-card__media{aspect-ratio:2/3;position:relative;overflow:hidden;background:var(--soft)}.product-card__image-link,.product-card__image{width:100%;height:100%;display:block}.product-card__image{object-fit:cover;object-position:center top;transition:opacity .2s ease}.product-card__image-link:hover .product-card__image{opacity:.94}.product-card__badge{position:absolute;top:9px;left:9px;padding:4px 6px;background:var(--white);font-size:9px;font-weight:700}.product-card__wishlist{width:28px;height:28px;padding:0;position:absolute;top:7px;right:7px;display:grid;place-items:center;border:0;background:transparent;font-size:24px;line-height:1}.product-card__details{padding:12px 2px 0}.product-card__meta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.product-card__name{min-width:0;margin:0;font-size:13px;line-height:1.35;font-weight:400}.product-card__price{font-size:13px;font-weight:700;white-space:nowrap}.product-card__compare-price{margin-left:6px;color:var(--muted);font-weight:400;text-decoration:line-through}.product-card__color{margin:5px 0 0;color:var(--muted);font-size:11px}.product-card__swatches{margin-top:9px;display:flex;flex-wrap:wrap;gap:4px}.product-card__swatch{width:17px;height:17px;padding:2px;display:grid;place-items:center;border:1px solid transparent;background:var(--white)}.product-card__swatch-dot{width:11px;height:11px;display:block;border:1px solid rgba(0,0,0,.18)}.product-card__swatch[aria-pressed=true],.product-card__swatch.is-active{border-color:var(--ink)}.catalog-listing,.search-page{min-height:70vh;padding:34px 16px 110px}.catalog-header{padding:0 0 22px}.catalog-breadcrumb,.simple-page-header nav,.breadcrumbs{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.catalog-title-row{margin-top:28px;display:flex;align-items:baseline;justify-content:space-between;gap:20px}.catalog-title{margin:0;font-size:32px;line-height:1.1;font-weight:700}.catalog-count{margin:0;color:var(--muted);font-size:12px}.catalog-categories{margin:0 -16px;padding:0 16px 18px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.catalog-categories::-webkit-scrollbar{display:none}.catalog-category-chip{height:32px;padding:0 13px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--ink);background:var(--white);font-size:11px}.catalog-category-chip.is-active,.catalog-category-chip[aria-current=page]{background:var(--ink);color:var(--white)}.catalog-toolbar{min-height:58px;margin:0 0 22px;padding:9px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.catalog-toolbar__controls{display:flex;align-items:center;gap:20px;margin-left:auto}.catalog-filter,.catalog-sort{display:flex;align-items:center;gap:8px;white-space:nowrap}.catalog-filter>span,.catalog-sort>span{color:var(--muted);font-size:10px}.catalog-filter select,.catalog-sort select{min-width:130px;height:34px;padding:0 26px 0 8px;border:0;border-left:1px solid var(--line);outline:0;background:var(--white);font-size:12px}.catalog-reset{padding:0 0 2px;border:0;border-bottom:1px solid;background:transparent;font-size:11px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 8px}.catalog-empty{padding:110px 20px;text-align:center}.pagination{margin-top:60px;display:flex;justify-content:center;gap:6px}.pagination a,.pagination span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);font-size:11px}.pagination .current{border-color:var(--ink);background:var(--ink);color:var(--white)}.collections-page{padding:34px 16px 100px}.simple-page-header{padding-bottom:40px}.simple-page-header h1{margin:28px 0 0;font-size:40px;line-height:1.08;font-weight:600}.simple-page-header>p{max-width:620px;margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.6}.all-collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 8px}.all-collections-grid>a>div{aspect-ratio:2/3;overflow:hidden;background:var(--soft)}.all-collections-grid img{width:100%;height:100%;object-fit:cover;object-position:center top}.all-collections-grid h2{margin:13px 0 3px;font-size:16px;font-weight:600}.all-collections-grid p{margin:0;color:var(--muted);font-size:12px}.product-purchase{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,31vw);align-items:start;border-bottom:1px solid var(--line)}.product-purchase__gallery{min-width:0;position:relative;background:var(--white)}.product-purchase__gallery-stage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-purchase__media{aspect-ratio:2/3;margin:0;overflow:hidden;background:var(--soft)}.product-purchase__media img{width:100%;height:100%;object-fit:cover;object-position:center top}.product-purchase__media--detail img{transform:scale(1.42);transform-origin:50% 32%}.product-purchase__thumbnails{display:none}.product-purchase__panel{min-width:0;padding:42px clamp(28px,3.1vw,54px) 60px}.product-purchase__panel-sticky{position:sticky;top:calc(var(--header-height) + 24px)}.product-purchase__breadcrumb{margin-bottom:36px;display:flex;flex-wrap:wrap;gap:7px;color:var(--muted);font-size:10px}.product-purchase__eyebrow{margin:0 0 10px;color:var(--muted);font-size:10px;text-transform:uppercase}.product-purchase__title{margin:0;font-size:18px;line-height:1.35;font-weight:400}.product-purchase__price{margin-top:14px;display:block;font-size:16px;font-weight:700}.product-purchase__compare-price{margin-left:8px;color:var(--muted);font-weight:400;text-decoration:line-through}.product-option{margin:26px 0 0;padding:19px 0 0;border:0;border-top:1px solid var(--line)}.product-option legend{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:11px}.product-option legend>span{font-weight:700;text-transform:uppercase}.product-option legend strong,.product-option legend a{color:var(--muted);font-size:11px;font-weight:400}.product-option legend a{border-bottom:1px solid}.product-option__color-list{margin-top:13px;display:flex;flex-wrap:wrap;gap:7px}.product-option--colors button,.product-option__value--color{min-width:50px;padding:6px;display:grid;justify-items:center;gap:5px;border:1px solid var(--line);background:var(--white)}.product-option__swatch{width:22px;height:22px;display:block;border:1px solid rgba(0,0,0,.18)}.product-option--colors button small{max-width:58px;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.product-option button[aria-pressed=true],.product-option button.is-active{border-color:var(--ink)}.product-option__size-grid{margin-top:13px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.product-option__size-grid button{height:40px;border:1px solid var(--line);background:var(--white);font-size:11px}.product-option__size-grid button[aria-pressed=true],.product-option__size-grid button.is-active{border-color:var(--ink);background:var(--ink);color:var(--white)}.product-purchase__add,.product-form__submit{width:100%;height:56px;margin-top:22px;border:1px solid var(--ink);background:var(--ink);color:var(--white);font-size:12px;font-weight:700}.product-purchase__add:hover,.product-form__submit:hover{background:#343434}.product-purchase__add[disabled],.product-form__submit[disabled]{cursor:not-allowed;opacity:.45}.product-purchase__feedback{min-height:18px;margin:9px 0 0;color:var(--danger);font-size:11px}.product-purchase__description{margin:17px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.product-purchase__service-notes{margin-top:20px;border-top:1px solid var(--line)}.product-purchase__service-notes p{margin:0;padding:13px 0;display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);font-size:11px}.product-details{width:min(700px,calc(100% - 32px));margin:70px auto 90px}.product-details details{border-bottom:1px solid var(--line)}.product-details summary{padding:18px 0;display:flex;justify-content:space-between;list-style:none;cursor:pointer;font-size:12px;font-weight:600}.product-details summary::-webkit-details-marker{display:none}.product-details__content{padding:0 0 20px;color:var(--muted);line-height:1.65}.cart-page{padding:34px 24px 100px}.cart-page>.simple-page-header{max-width:1320px;margin:0 auto}.cart-layout{max-width:1320px;margin:6px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:clamp(35px,5vw,80px);align-items:start}.cart-line{padding:18px 0;display:grid;grid-template-columns:112px minmax(0,1fr) 108px 100px;gap:20px;align-items:center;border-bottom:1px solid var(--line)}.cart-line:first-child{border-top:1px solid var(--line)}.cart-line__image,.cart-line__image img{width:112px;aspect-ratio:2/3;display:block}.cart-line__image img{object-fit:cover;object-position:center top}.cart-line__copy h2{margin:0;font-size:13px;line-height:1.4;font-weight:500}.cart-line__options{margin:13px 0 15px;display:flex;flex-wrap:wrap;gap:8px 24px;color:var(--muted);font-size:11px}.cart-line__remove{padding:0 0 2px;border-bottom:1px solid;color:var(--muted);font-size:10px}.cart-quantity{height:36px;display:grid;grid-template-columns:34px 1fr 34px;border:1px solid var(--line)}.cart-quantity button{border:0;background:var(--white)}.cart-quantity input{width:100%;padding:0;border:0;text-align:center;-webkit-appearance:textfield;appearance:textfield}.cart-line__total{text-align:right;font-size:12px;white-space:nowrap}.cart-summary{padding:26px;position:sticky;top:calc(var(--header-height) + 22px);border:1px solid var(--line);background:var(--white)}.cart-summary__eyebrow{color:var(--muted);font-size:10px}.cart-summary h2{margin:9px 0 28px;font-size:22px;font-weight:500}.cart-summary__rows{border-top:1px solid var(--line)}.cart-summary__rows>div{padding:13px 0;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);font-size:12px}.checkout-button{width:100%;height:50px;margin-top:23px;border:0;background:var(--ink);color:var(--white);font-size:11px;font-weight:700}.cart-empty{max-width:700px;margin:10px auto 50px;padding:85px 20px;text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cart-empty p{margin:12px 0 26px;color:var(--muted)}.info-page{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:40px 0 110px}.info-page>.simple-page-header{max-width:760px}.rte{max-width:760px;margin:18px 0 0 auto;color:var(--muted);font-size:14px;line-height:1.75}.rte h2,.rte h3{margin-top:34px;color:var(--ink);font-weight:600}.rte table{width:100%;border-collapse:collapse;color:var(--ink)}.rte th,.rte td{padding:14px 12px;border:1px solid var(--line);text-align:left}.contact-page{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:40px 0 110px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,130px)}.contact-details{max-width:450px;margin-top:18px;border-top:1px solid var(--line)}.contact-details p{margin:0;padding:15px 0;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:12px}.contact-form{padding-top:58px}.contact-form label{margin-bottom:18px;display:block;color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase}.contact-form input,.contact-form textarea{width:100%;margin-top:6px;padding:12px 0;display:block;border:0;border-bottom:1px solid var(--line);outline:0;resize:vertical;background:var(--white);color:var(--ink);font-size:14px;text-transform:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink)}.contact-form button{height:48px;padding:0 30px;border:0;background:var(--ink);color:var(--white);font-size:11px;font-weight:700}.form-status{padding:10px 0;color:var(--muted);font-size:12px}.not-found{min-height:65vh;padding:100px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>span{color:var(--muted);font-size:12px}.not-found h1{margin:15px 0 30px;font-size:clamp(30px,5vw,56px);line-height:1.1;font-weight:500}.site-footer{background:var(--white)}.footer-newsletter{padding:58px 24px;display:grid;grid-template-columns:1fr minmax(360px,520px);align-items:end;gap:60px;border-bottom:1px solid var(--line)}.footer-newsletter h2{margin:0 0 8px;font-size:28px;font-weight:500}.footer-newsletter p{margin:0;color:var(--muted);font-size:12px}.footer-newsletter form{height:48px;display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--ink)}.footer-newsletter input{min-width:0;border:0;outline:0;background:var(--white);font-size:12px}.footer-newsletter button{padding:0 0 0 28px;border:0;background:transparent;font-size:11px;font-weight:700}.footer-navigation{padding:55px 24px 70px;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px}.footer-logo{width:120px;height:120px}.footer-logo .brand-logo-image{width:220px;height:220px}.footer-navigation nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-navigation h3{margin:0 0 8px;font-size:10px;font-weight:700}.footer-navigation nav a{color:#3f3f3f;font-size:12px}.footer-navigation nav a:hover{text-decoration:underline}.footer-legal{min-height:50px;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.footer-payment-bar{height:76px;position:relative;overflow:hidden;border-top:1px solid var(--line);background:var(--white)}.footer-payment-bar img{width:min(570px,100%);height:auto;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:contain;background:transparent}@media(max-width:1024px){.desktop-nav{gap:14px}.desktop-nav a:nth-last-child(-n+1){display:none}.product-purchase{grid-template-columns:minmax(0,1fr) 390px}.product-purchase__panel{padding-inline:28px}.cart-layout{grid-template-columns:minmax(0,1fr) 330px;gap:32px}.cart-line{grid-template-columns:92px minmax(0,1fr) 94px}.cart-line__image,.cart-line__image img{width:92px}.cart-line__total{grid-column:3}.footer-navigation{grid-template-columns:1.4fr repeat(2,1fr);row-gap:50px}}@media(max-width:720px){:root{--header-height: 54px;--page-gutter: 14px}.site-header{height:var(--header-height);padding:0 var(--page-gutter)}.header-primary{gap:0}.desktop-nav{display:none}.site-logo,.drawer-logo{width:70px;height:48px}.site-logo .brand-logo-image,.drawer-logo .brand-logo-image{width:84px;height:84px}.header-actions{gap:12px}.header-actions button,.header-actions a{width:22px;height:22px}.header-actions svg{width:20px;height:20px}.menu-drawer,.search-drawer{width:100vw}.drawer-head{height:58px;padding:0 16px}.drawer-nav{padding:14px 16px}.drawer-nav a{min-height:52px}.drawer-meta,.popular-search{padding-inline:16px}.search-drawer form{margin-inline:16px}.home-hero{height:100svh;min-height:620px}.home-hero__button{bottom:22px;font-size:10px}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-category-card>span{left:9px;bottom:9px;padding:6px 8px;font-size:11px}.home-products{padding:46px 8px 60px}.section-bar{margin-bottom:20px}.section-bar h2{font-size:21px}.section-bar>a{font-size:11px}.home-product-grid,.related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 6px}.home-product-viewport .home-product-grid{gap:6px}.home-product-viewport .egho-product-card{flex-basis:calc((100% - 6px)/2)}.home-campaign a{aspect-ratio:4/5}.home-campaign img{object-position:62% center}.home-campaign span{left:9px;bottom:9px}.product-card__badge{top:6px;left:6px;font-size:8px}.product-card__wishlist{top:3px;right:3px}.product-card__details{padding:9px 1px 0}.product-card__meta{display:block}.product-card__name{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-card__price{margin-top:4px;display:block;font-size:13px}.product-card__color{font-size:10px}.product-card__swatches{max-height:38px;overflow:hidden}.catalog-listing,.search-page{padding:22px 8px 75px}.catalog-header{padding-bottom:16px}.catalog-title-row{margin-top:20px;align-items:flex-end}.catalog-title{font-size:24px}.catalog-count{font-size:10px}.catalog-categories{margin-inline:-8px;padding-inline:8px}.catalog-category-chip{height:29px;padding-inline:10px;font-size:10px}.catalog-toolbar{min-height:auto;padding:8px 0;display:grid;gap:8px}.catalog-toolbar__controls{width:100%;justify-content:space-between;gap:6px}.catalog-filter,.catalog-sort{flex:1}.catalog-filter>span,.catalog-sort>span{display:none}.catalog-filter select,.catalog-sort select{width:100%;min-width:0;height:36px;border:1px solid var(--line)}.catalog-reset{margin-left:6px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 6px}.collections-page{padding:24px 8px 75px}.simple-page-header{padding-bottom:28px}.simple-page-header h1{margin-top:22px;font-size:30px}.all-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 6px}.product-purchase,.product-purchase__gallery-stage{display:block}.product-purchase__media{display:none}.product-purchase__media.is-active,.product-purchase__media:first-child{display:block}.product-purchase__media--detail{display:none!important}.product-purchase__thumbnails{margin:8px 8px 0;display:flex;gap:6px;overflow-x:auto}.product-purchase__thumbnail{width:54px;padding:0;flex:0 0 auto;border:1px solid transparent;background:var(--white)}.product-purchase__thumbnail.is-active{border-color:var(--ink)}.product-purchase__thumbnail img{width:100%;aspect-ratio:2/3;object-fit:cover}.product-purchase__panel{padding:27px 16px 48px}.product-purchase__panel-sticky{position:static}.product-purchase__breadcrumb{margin-bottom:24px}.product-purchase__title{font-size:16px}.product-purchase__add,.product-form__submit{height:52px}.product-details{margin-block:45px 65px}.cart-page{padding:24px 12px 75px}.cart-layout{display:block}.cart-line{grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:start}.cart-line__image,.cart-line__image img{width:82px}.cart-quantity{width:100px;margin-top:12px}.cart-line__total{grid-column:2;text-align:left}.cart-summary{margin-top:36px;position:static}.info-page{width:calc(100% - 32px);padding:28px 0 75px}.rte{margin-left:0}.contact-page{width:calc(100% - 32px);padding:28px 0 75px;display:block}.contact-form{padding-top:35px}.footer-newsletter{padding:42px 16px;display:block}.footer-newsletter h2{font-size:23px}.footer-newsletter form{margin-top:26px}.footer-navigation{padding:42px 16px 55px;grid-template-columns:repeat(2,1fr);gap:38px 22px}.footer-identity{grid-column:1 / -1}.footer-logo{width:95px;height:95px}.footer-logo .brand-logo-image{width:175px;height:175px}.footer-legal{padding-inline:16px}.footer-payment-bar{height:64px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.egho-shell{width:100%;max-width:var(--content-width);margin-inline:auto}.egho-eyebrow{margin:0 0 9px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.egho-button{min-height:48px;padding:0 22px;display:inline-grid;place-items:center;border:1px solid var(--ink);background:var(--white);color:var(--ink);font-size:11px;font-weight:700;text-align:center}.egho-button--primary,.egho-button--dark{background:var(--ink);color:var(--white)}.egho-button:hover{background:#343434;color:var(--white)}.egho-field{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase}.egho-field input,.egho-field select,.egho-field textarea{width:100%;border:1px solid var(--line);outline:0;background:var(--white);color:var(--ink);font-size:12px;font-weight:400;text-transform:none}.egho-field input,.egho-field select{height:38px;padding:0 10px}.egho-field textarea{padding:12px 10px;resize:vertical}.egho-field input:focus,.egho-field select:focus,.egho-field textarea:focus{border-color:var(--ink)}.egho-field small{color:var(--danger);font-size:10px;text-transform:none}.egho-empty-state{padding:100px 24px;text-align:center}.egho-empty-state h2{margin:0;font-size:26px;font-weight:500}.egho-empty-state p{margin:12px 0 26px;color:var(--muted)}.egho-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 8px}.egho-product-card{min-width:0}.egho-product-card__media{aspect-ratio:2/3;position:relative;overflow:hidden;background:var(--soft)}.egho-product-card__media-link,.egho-product-card__image{width:100%;height:100%;display:block}.egho-product-card__image{object-fit:cover;object-position:center top;transition:opacity .2s ease}.egho-product-card__media-link:hover .egho-product-card__image{opacity:.94}.egho-product-card__badge{position:absolute;top:9px;left:9px;padding:4px 6px;background:var(--white);font-size:9px;font-weight:700}.egho-product-card__body{padding:12px 2px 0}.egho-product-card__heading{min-width:0}.egho-product-card__title{display:block;overflow:hidden;font-size:13px;line-height:1.35;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.egho-product-card__color{margin-top:5px;display:block;color:var(--muted);font-size:11px}.egho-product-card__price{margin-top:8px;font-size:13px;font-weight:700;white-space:nowrap}.egho-product-card__price s{margin-left:6px;color:var(--muted);font-weight:400;text-decoration:line-through}.egho-product-card__swatches{margin-top:9px;display:flex;flex-wrap:wrap;gap:4px}.egho-product-card__swatch{width:17px;height:17px;padding:2px;display:grid;place-items:center;border:1px solid transparent;background:var(--white)}.egho-product-card__swatch:after{width:11px;height:11px;display:block;border:1px solid rgba(0,0,0,.18);background:var(--egho-swatch,#b8b8b8);content:""}.egho-product-card__swatch.is-active{border-color:var(--ink)}.egho-product-card__swatch.is-unavailable{opacity:.35}.egho-collection{min-height:70vh;padding:34px 16px 110px}.egho-collection__header{padding-bottom:22px}.egho-collection__heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.egho-collection__title{margin:0;font-size:32px;line-height:1.1;font-weight:700}.egho-collection__count{margin:0;color:var(--muted);font-size:12px}.egho-collection__description{max-width:650px;margin:18px 0 0}.egho-category-chips{margin:30px 0 0;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.egho-category-chips::-webkit-scrollbar{display:none}.egho-category-chip{height:32px;padding:0 13px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--ink);font-size:11px}.egho-category-chip.is-active{background:var(--ink);color:var(--white)}.egho-collection__toolbar{min-height:58px;margin-bottom:22px;padding:9px 0;display:flex;align-items:center;justify-content:flex-end;gap:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.egho-field--compact{display:flex;align-items:center;gap:8px;white-space:nowrap}.egho-field--compact select{min-width:140px;height:34px;border:0;border-left:1px solid var(--line)}.egho-sort{display:flex;align-items:center;gap:9px}.egho-sort__submit{padding:0 0 2px;border:0;border-bottom:1px solid var(--ink);background:transparent;font-size:10px}.egho-collection__filter-empty{padding:90px 20px;text-align:center}.egho-pagination{margin-top:60px;display:flex;justify-content:center;gap:6px}.egho-pagination a,.egho-pagination span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);font-size:11px}.egho-pagination .is-current{border-color:var(--ink);background:var(--ink);color:var(--white)}.egho-search-page,.egho-list-collections{min-height:65vh;padding:42px 16px 110px}.egho-search-page__header,.egho-list-collections__header{padding-bottom:36px}.egho-search-page__header h1,.egho-list-collections__header h1{margin:0;font-size:36px;line-height:1.1;font-weight:600}.egho-search-page__header>p:last-child{margin:12px 0 0;color:var(--muted);font-size:12px}.egho-search-page__form{max-width:620px;height:48px;margin-bottom:48px;display:grid;grid-template-columns:minmax(0,1fr) 100px}.egho-search-page__form input{min-width:0;padding:0 14px;border:1px solid var(--line);border-right:0;outline:0}.egho-search-page__form input:focus{border-color:var(--ink)}.egho-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 8px}.egho-collection-tile__media{aspect-ratio:2/3;overflow:hidden;background:var(--soft)}.egho-collection-tile__image{width:100%;height:100%;object-fit:cover;object-position:center top}.egho-collection-tile__meta h2{margin:13px 0 3px;font-size:16px;font-weight:600}.egho-collection-tile__meta span{color:var(--muted);font-size:12px}.egho-product{padding-bottom:90px}.egho-product__breadcrumbs{min-height:44px;padding:0 24px;display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px}.egho-product__breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.egho-product__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,31vw);align-items:start;border-bottom:1px solid var(--line)}.egho-product__gallery{min-width:0;background:var(--white)}.egho-product__media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.egho-product__media{aspect-ratio:2/3;margin:0;position:relative;overflow:hidden;background:var(--soft)}.egho-product__media-image{width:100%;height:100%;object-fit:cover;object-position:center top}.egho-product__media--detail .egho-product__media-image{transform:scale(1.42);transform-origin:50% 32%}.egho-product__media-type{position:absolute;right:10px;bottom:10px;padding:5px 7px;background:var(--white);font-size:9px}.egho-product__thumbnails{display:none}.egho-product__purchase{min-width:0;padding:42px clamp(28px,3.1vw,54px) 60px}.egho-product__purchase-inner{position:sticky;top:calc(var(--header-height) + 24px)}.egho-product__vendor{margin:0 0 10px;color:var(--muted);font-size:10px;text-transform:uppercase}.egho-product__title{margin:0;font-size:18px;line-height:1.35;font-weight:400}.egho-product__price-row{margin-top:14px;display:flex;align-items:baseline;gap:8px}.egho-product__price{font-size:16px;font-weight:700}.egho-product__compare-price{color:var(--muted);font-size:13px}.egho-product__compare-price.is-hidden{display:none}.egho-product__option{margin:26px 0 0;padding:19px 0 0;border:0;border-top:1px solid var(--line)}.egho-product__option-legend{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:11px}.egho-product__option-legend>span{font-weight:700;text-transform:uppercase}.egho-product__option-legend strong{color:var(--muted);font-size:11px;font-weight:400}.egho-product__option-values{margin-top:13px;display:flex;flex-wrap:wrap;gap:6px}.egho-product__option-button{min-width:48px;height:40px;padding:0 10px;border:1px solid var(--line);background:var(--white);font-size:11px}.egho-product__option-button.is-selected{border-color:var(--ink);background:var(--ink);color:var(--white)}.egho-product__option-button--color{min-width:58px;height:auto;padding:6px;display:grid;justify-items:center;gap:5px;background:var(--white);color:var(--ink)}.egho-product__option-button--color.is-selected{background:var(--white);color:var(--ink)}.egho-product__color-dot{width:22px;height:22px;display:block;border:1px solid rgba(0,0,0,.18);background:#b8b8b8}.egho-product__option-button--color>span:last-child{max-width:70px;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.egho-product__availability{margin:15px 0 0;color:#356f42;font-size:10px}.egho-product__availability.is-unavailable{color:var(--danger)}.egho-product__quantity{display:none}.egho-product__add{width:100%;height:56px;margin-top:18px;border:0}.egho-product__services{margin:20px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.egho-product__services li{padding:12px 0;border-bottom:1px solid var(--line);font-size:11px}.egho-product__details{border-bottom:1px solid var(--line)}.egho-product__details summary{padding:17px 0;display:flex;justify-content:space-between;list-style:none;cursor:pointer;font-size:11px;font-weight:600}.egho-product__details summary:after{content:"+"}.egho-product__details[open] summary:after{content:"\2212"}.egho-product__details summary::-webkit-details-marker{display:none}.egho-product__description,.egho-product__details>.rte{margin:0;padding:0 0 18px;font-size:12px;line-height:1.6}.egho-cart{max-width:1320px;margin:0 auto;padding:42px 24px 110px}.egho-cart__header{padding-bottom:38px}.egho-cart__header h1{margin:0;font-size:38px;font-weight:600}.egho-cart__header>p:last-child{margin:8px 0 0;color:var(--muted);font-size:11px}.egho-cart__layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:clamp(35px,5vw,80px);align-items:start}.egho-cart-item{padding:18px 0;display:grid;grid-template-columns:130px minmax(0,1fr);gap:20px;border-top:1px solid var(--line)}.egho-cart-item:last-of-type{border-bottom:1px solid var(--line)}.egho-cart-item__media,.egho-cart-item__image{width:130px;aspect-ratio:1/1;display:block}.egho-cart-item__media{overflow:hidden;background:var(--soft)}.egho-cart-item__image{object-fit:contain;object-position:center}.egho-cart-item__topline{display:flex;justify-content:space-between;gap:18px}.egho-cart-item__topline h2{margin:0;font-size:13px;line-height:1.4;font-weight:500}.egho-cart-item__vendor{margin:0 0 5px;color:var(--muted);font-size:9px}.egho-cart-item__remove{align-self:flex-start;padding-bottom:2px;border-bottom:1px solid;color:var(--muted);font-size:10px}.egho-cart-item__options{margin:13px 0 0;display:flex;flex-wrap:wrap;gap:8px 22px;color:var(--muted);font-size:11px}.egho-cart-item__options div{display:flex;gap:5px}.egho-cart-item__options dt:after{content:":"}.egho-cart-item__options dd{margin:0;color:var(--ink)}.egho-cart-item__property,.egho-cart-item__discounts{color:var(--muted);font-size:10px}.egho-cart-item__bottomline{margin-top:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.egho-cart-item__quantity{display:grid;gap:5px;color:var(--muted);font-size:9px;text-transform:uppercase}.egho-cart-item__quantity-control{height:38px;display:grid;grid-template-columns:36px 46px 36px;border:1px solid var(--line);background:var(--white)}.egho-cart-item__quantity-control button{padding:0;border:0;background:transparent;font-size:18px;line-height:1}.egho-cart-item__quantity-control button:hover{background:var(--soft)}.egho-cart-item__quantity-control input{width:46px;height:36px;padding:0;border:0;border-inline:1px solid var(--line);outline:0;background:var(--white);text-align:center;-webkit-appearance:textfield;appearance:textfield}.egho-cart-item__quantity-control input::-webkit-inner-spin-button,.egho-cart-item__quantity-control input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.egho-cart-item__price{display:grid;justify-items:end;gap:4px;font-size:12px}.egho-cart-item__price s{color:var(--muted);font-size:10px}.egho-cart__update{margin-top:18px}.egho-cart__summary{padding:26px;position:sticky;top:calc(var(--header-height) + 22px);border:1px solid var(--line)}.egho-cart__summary h2{margin:0 0 25px;font-size:22px;font-weight:500}.egho-cart__discounts{margin:0;padding:0;list-style:none}.egho-cart__discounts li,.egho-cart__subtotal{padding:13px 0;display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);font-size:12px}.egho-cart__subtotal{border-bottom:1px solid var(--line);font-size:14px}.egho-cart__tax-note{color:var(--muted);font-size:10px;line-height:1.5}.egho-cart__note{margin-top:20px;display:grid;gap:7px;color:var(--muted);font-size:10px}.egho-cart__note textarea{width:100%;padding:10px;border:1px solid var(--line);resize:vertical}.egho-cart__checkout{width:100%;margin-top:20px;border:0}.egho-cart__continue{margin:14px auto 0;padding-bottom:2px;display:table;border-bottom:1px solid;color:var(--muted);font-size:10px}.egho-page{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:42px 0 110px}.egho-page__header{max-width:760px;padding-bottom:34px}.egho-page__header h1{margin:0;font-size:40px;line-height:1.08;font-weight:600}.egho-page__content{max-width:760px}.egho-contact{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:50px 0 110px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,130px)}.egho-contact__intro h2{max-width:430px;margin:0;font-size:40px;line-height:1.1;font-weight:500}.egho-contact__text{margin:22px 0 0}.egho-contact__form{display:grid;gap:18px}.egho-contact__field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}.egho-form-message{margin:0;padding:12px;border:1px solid var(--line);font-size:12px}.egho-form-message--error{border-color:var(--danger);color:var(--danger)}.egho-not-found{min-height:65vh;padding:100px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.egho-not-found h1{margin:0;font-size:clamp(30px,5vw,56px);font-weight:500}.egho-not-found>p:not(.egho-eyebrow){margin:15px 0 30px;color:var(--muted)}.egho-not-found__search{width:min(520px,100%);margin-bottom:20px;text-align:left}.egho-not-found__search>label{display:block;margin-bottom:6px;color:var(--muted);font-size:10px}.egho-not-found__search>div{display:grid;grid-template-columns:minmax(0,1fr) 90px}.egho-not-found__search input{min-width:0;padding:0 12px;border:1px solid var(--line);border-right:0;outline:0}.egho-not-found__actions{display:flex;gap:8px}@media(max-width:720px){.egho-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 6px}.egho-product-card__body{padding:9px 1px 0}.egho-product-card__title{font-size:11px}.egho-product-card__price{margin-top:4px;font-size:13px}.egho-product-card__color{font-size:10px}.egho-product-card__swatches{max-height:38px;overflow:hidden}.egho-collection{padding:22px 8px 75px}.egho-collection__title{font-size:24px}.egho-collection__count{font-size:10px}.egho-category-chips{margin-inline:-8px;padding-inline:8px}.egho-category-chip{height:29px;padding-inline:10px;font-size:10px}.egho-collection__toolbar{display:grid;grid-template-columns:1fr 1fr;gap:6px}.egho-field--compact{display:grid;gap:4px}.egho-field--compact>span{display:none}.egho-field--compact select{width:100%;min-width:0;height:36px;border:1px solid var(--line)}.egho-sort{display:grid;grid-template-columns:1fr auto}.egho-sort__submit{padding-inline:5px}.egho-search-page,.egho-list-collections{padding:26px 8px 75px}.egho-search-page__header h1,.egho-list-collections__header h1{font-size:29px}.egho-search-page__form{margin-bottom:34px;grid-template-columns:minmax(0,1fr) 78px}.egho-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 6px}.egho-product{padding-bottom:60px}.egho-product__breadcrumbs{padding-inline:14px}.egho-product__layout,.egho-product__media-grid{display:block}.egho-product__media{display:none}.egho-product__media.is-active,.egho-product__media:first-child{display:block}.egho-product__media--detail{display:none!important}.egho-product__thumbnails{margin:8px 8px 0;display:flex;gap:6px;overflow-x:auto}.egho-product__thumbnail{width:54px;padding:0;flex:0 0 auto;border:1px solid transparent;background:var(--white)}.egho-product__thumbnail.is-active{border-color:var(--ink)}.egho-product__thumbnail-image{width:100%;aspect-ratio:2/3;object-fit:cover}.egho-product__purchase{padding:27px 16px 48px}.egho-product__purchase-inner{position:static}.egho-product__title{font-size:16px}.egho-product__add{height:52px}.egho-cart{padding:28px 12px 75px}.egho-cart__header h1{font-size:30px}.egho-cart__layout{display:block}.egho-cart-item{grid-template-columns:92px minmax(0,1fr);gap:14px}.egho-cart-item__media,.egho-cart-item__image{width:92px}.egho-cart-item__bottomline{display:grid;justify-content:stretch}.egho-cart-item__price{justify-items:start}.egho-cart__summary{margin-top:36px;position:static}.egho-page{width:calc(100% - 32px);padding:28px 0 75px}.egho-page__header h1{font-size:30px}.egho-contact{width:calc(100% - 32px);padding:32px 0 75px;display:block}.egho-contact__intro h2{font-size:30px}.egho-contact__form-wrap{margin-top:42px}.egho-contact__field-grid{grid-template-columns:1fr}.egho-not-found{padding-inline:16px}.egho-not-found__actions{width:100%;display:grid}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/theme.css.map */
