.ecst{--ecst-radius:16px;--ecst-radius-sm:10px;--ecst-ease:cubic-bezier(.22,.61,.36,1);--ecst-ease-out:cubic-bezier(.16,1,.3,1);--ecst-spring:cubic-bezier(.34,1.56,.64,1);--ecst-ink:#16181d;--ecst-muted:#8a9099;--ecst-line:#ecedf1;--ecst-accent:#16181d;--ecst-accent-ink:#fff;--ecst-card-bg:#fff;--ecst-surface:#f7f8fa;--ecst-shadow-sm:0 1px 2px rgba(20,22,26,.04),0 2px 8px rgba(20,22,26,.05);--ecst-shadow:0 2px 4px rgba(20,22,26,.04),0 10px 24px -6px rgba(20,22,26,.10);-webkit-font-smoothing:antialiased;color:var(--ecst-ink)}.ecst *,.ecst *::before,.ecst *::after{box-sizing:border-box}.ecst-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%}@media (max-width:1024px){.ecst-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.ecst-grid{grid-template-columns:1fr}}.ecst-card{position:relative;display:flex;flex-direction:column;min-width:0;background:var(--ecst-card-bg);border-radius:var(--ecst-radius);transition:transform .4s var(--ecst-ease),box-shadow .4s var(--ecst-ease),border-color .3s var(--ecst-ease)}.ecst-card__media-link{display:block;text-decoration:none;color:inherit}.ecst-card__media{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:inherit;background:#f1f2f4}.ecst-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ecst-ease),opacity .5s var(--ecst-ease),filter .5s var(--ecst-ease)}.ecst-card__img--alt{opacity:0}.ecst-card__overlay{position:absolute;inset:0;pointer-events:none}.ecst-card__overlay>*{pointer-events:auto}.ecst-card__badge{position:absolute;top:12px;left:12px;z-index:3;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 11px;border-radius:999px;background:var(--ecst-ink);color:#fff}.ecst-card__quick{position:absolute;left:50%;bottom:16px;transform:translate(-50%,12px);z-index:3;opacity:0;pointer-events:none;border:0;cursor:pointer;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:11px 22px;border-radius:999px;background:rgba(255,255,255,.96);color:#16181d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .45s var(--ecst-ease-out),transform .45s var(--ecst-ease-out);box-shadow:0 4px 18px rgba(0,0,0,.18)}.ecst-card:hover .ecst-card__quick{opacity:1;transform:translate(-50%,0);pointer-events:auto}.ecst-card__body{padding-top:18px;display:flex;flex-direction:column;gap:8px;flex:1}.ecst-card__cat{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ecst-muted);font-weight:600;align-self:flex-start}.ecst-card__brand{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ecst-muted);font-weight:600}.ecst-card__title{margin:0;font-size:16px;line-height:1.35;font-weight:600;letter-spacing:-.01em;color:var(--ecst-ink)}.ecst-card__title a{color:inherit;text-decoration:none;transition:color .25s var(--ecst-ease)}.ecst-card__excerpt{margin:0;font-size:13px;line-height:1.6;color:var(--ecst-muted)}.ecst-card__rating{font-size:13px}.ecst-card__rating .star-rating{margin:0}.ecst-card__sku{font-size:12px;color:var(--ecst-muted);font-weight:600}.ecst-card__meta{font-size:12px;color:var(--ecst-muted)}.ecst-card__foot{margin-top:auto;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ecst-card__price{font-weight:700;font-size:16px;color:var(--ecst-ink);letter-spacing:-.01em}.ecst-card__price del{color:var(--ecst-muted);font-weight:400;margin-right:7px;opacity:.65}.ecst-card__price ins{text-decoration:none}.ecst-card__btn{position:relative;overflow:hidden;isolation:isolate;appearance:none;border:0;cursor:pointer;padding:12px 20px;border-radius:12px;font-weight:600;font-size:13.5px;line-height:1;letter-spacing:.01em;white-space:nowrap;text-align:center;text-decoration:none;background:var(--ecst-accent);color:var(--ecst-accent-ink);transition:color .3s var(--ecst-ease),transform .35s var(--ecst-spring),box-shadow .3s var(--ecst-ease)}.ecst-card__btn:hover{transform:translateY(-2px);box-shadow:var(--ecst-shadow)}.ecst-card__btn:active{transform:translateY(0)}.ecst-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 auto;border:0;cursor:pointer;border-radius:12px;background:var(--ecst-accent);color:var(--ecst-accent-ink);transition:transform .15s var(--ecst-ease),background-color .25s}.ecst-card__icon:hover{transform:translateY(-2px)}.ecst-card__wish{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;color:var(--ecst-muted);padding:4px;line-height:0;transition:color .2s var(--ecst-ease),transform .2s var(--ecst-ease)}.ecst-card__wish:hover{color:#e11d48;transform:scale(1.1)}.ecst-card__wish.is-active{color:#e11d48}.ecst-card__sizes{display:none;flex-direction:column;gap:8px;margin:6px 0}.ecst-card__sizes-label{font-size:12.5px;color:var(--ecst-muted)}.ecst-card__swatches{display:none;align-items:center;gap:7px;margin:2px 0}.ecst-swatch__more{font-size:12px;color:var(--ecst-muted);margin-left:2px}.ecst-card__sizes-row{display:flex;gap:8px;flex-wrap:wrap}.ecst-size{width:40px;height:40px;border:1px solid var(--ecst-line);background:#fff;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;color:var(--ecst-ink);transition:all .18s var(--ecst-ease)}.ecst-size:hover{border-color:var(--ecst-ink)}.ecst-size.is-active{background:var(--ecst-ink);color:#fff;border-color:var(--ecst-ink)}.ecst-swatch{width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.15);box-shadow:inset 0 0 0 2px #fff}.ecst-empty{color:var(--ecst-muted);padding:28px 0;text-align:center;grid-column:1/-1}.ecst-vis{display:contents}.ecst-cardhover--lift .ecst-card:hover{transform:translateY(-6px)}.ecst-imghover--zoom .ecst-card:hover .ecst-card__img{transform:scale(1.07)}@media (prefers-reduced-motion:reduce){.ecst-card,.ecst-card__img,.ecst-card__btn{transition:none!important}}.ecst-skin--retail .ecst-card{background:#fff;text-align:center}.ecst-skin--retail .ecst-card__media{background:#fff;border-radius:6px}.ecst-skin--retail .ecst-card__body{padding-top:14px;gap:7px;align-items:center}.ecst-skin--retail .ecst-card__cat{display:none}.ecst-skin--retail .ecst-card__rating{order:-1;color:#f5a623;display:flex;gap:6px;align-items:center;justify-content:center}.ecst-skin--retail .ecst-card__title{font-size:14px;font-weight:700;text-transform:uppercase;color:#222}.ecst-skin--retail .ecst-card__price{font-weight:700;font-size:15px}.ecst-skin--retail .ecst-card__price::before{content:"From ";color:#9aa0a6;font-weight:400;font-size:12px}.ecst-skin--retail .ecst-card__foot{margin-top:12px;padding-top:0}.ecst-skin--retail .ecst-card__btn{width:100%;background:#fff;color:#16181d;border:1.5px solid #16181d;border-radius:2px;padding:13px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.ecst-skin--retail .ecst-card__btn:hover{background:#16181d;color:#fff;transform:none}.ecst-skin--retail .ecst-card__badge{background:#e02b2b;border-radius:3px;top:10px;left:10px}.ecst-skin--bazaar .ecst-card__media{border-radius:4px;background:#f5f5f5}.ecst-skin--bazaar .ecst-card__badge{background:#e02b2b;border-radius:0;top:0;left:0;font-size:12px;padding:4px 9px}.ecst-skin--bazaar .ecst-card__wish{position:absolute;top:8px;right:8px;z-index:4;width:30px;height:30px;background:rgba(255,255,255,.92);border-radius:50%;color:#9aa0a6;box-shadow:0 1px 4px rgba(0,0,0,.12)}.ecst-skin--bazaar .ecst-card__body{padding-top:10px;gap:5px}.ecst-skin--bazaar .ecst-card__cat{display:none}.ecst-skin--bazaar .ecst-card__price{order:-1;color:#e02b2b;font-size:17px;font-weight:700}.ecst-skin--bazaar .ecst-card__price del{color:#b0b6bd;font-size:12px;font-weight:400}.ecst-skin--bazaar .ecst-card__title{font-size:13px;font-weight:400;color:#5a6068;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ecst-skin--bazaar .ecst-card__rating{display:none}.ecst-skin--bazaar .ecst-card__foot{margin-top:6px;padding-top:0}.ecst-skin--bazaar .ecst-card__btn{margin-left:auto;padding:8px 16px;border-radius:6px;font-size:12px}.ecst-skin--installment .ecst-card{padding:6px}.ecst-skin--installment .ecst-card__media{background:#fafafa;border-radius:8px}.ecst-skin--installment .ecst-card__cat{display:none}.ecst-skin--installment .ecst-card__body{padding-top:14px;gap:6px}.ecst-skin--installment .ecst-card__brand{font-size:12px;color:#9aa0a6}.ecst-skin--installment .ecst-card__rating{font-size:12px;color:#f5a623}.ecst-skin--installment .ecst-card__title{font-size:14px;font-weight:600;color:#21252b;line-height:1.4}.ecst-skin--installment .ecst-card__price{font-size:15px;font-weight:700}.ecst-skin--installment .ecst-card__price::before{content:"from ";color:#9aa0a6;font-weight:400;font-size:12px}.ecst-skin--installment .ecst-card__foot{padding:0;margin:0;background:none}.ecst-skin--installment .ecst-card__btn{display:none}.ecst-skin--deal .ecst-card{border:1px solid #eef0f2;border-radius:6px;overflow:hidden}.ecst-skin--deal .ecst-card:hover{box-shadow:var(--ecst-shadow)}.ecst-skin--deal .ecst-card__media{background:linear-gradient(180deg,#f3f4f6,#fff);border-radius:0}.ecst-skin--deal .ecst-card__badge{background:#16181d;color:#fff;border-radius:3px;top:10px;right:10px;left:auto;font-size:11px}.ecst-skin--deal .ecst-card__badge::before{content:"Save "}.ecst-skin--deal .ecst-card__body{padding:14px;gap:5px}.ecst-skin--deal .ecst-card__cat{display:none}.ecst-skin--deal .ecst-card__title{font-size:14px;font-weight:700;color:#21252b}.ecst-skin--deal .ecst-card__rating{display:none}.ecst-skin--deal .ecst-card__meta{font-style:italic}.ecst-skin--deal .ecst-card__price{font-size:15px;font-weight:700}.ecst-skin--boutique .ecst-card{border:1px solid #ededed;border-radius:4px;padding:18px;text-align:center}.ecst-skin--boutique .ecst-card__media{border-radius:0}.ecst-skin--boutique .ecst-card__cat{color:#9aa0a6;letter-spacing:.14em;font-size:10.5px}.ecst-skin--boutique .ecst-card__body{padding-top:14px;gap:8px;align-items:center}.ecst-skin--boutique .ecst-card__title{font-size:13.5px;font-weight:500;color:#3a3a3a;line-height:1.5}.ecst-skin--boutique .ecst-card__price{font-size:14px;font-weight:600}.ecst-skin--boutique .ecst-card__price del{color:#c3c3c3;font-weight:400}.ecst-skin--boutique .ecst-card__rating{color:#d8b96a;font-size:12px}.ecst-skin--boutique .ecst-card__foot{display:none}.ecst-skin--boutique .ecst-card__badge{background:#9a9a9a;border-radius:0;font-size:10px}.ecst-skin--reveal .ecst-card{border:1px solid #eef0f2;border-radius:8px;overflow:hidden}.ecst-skin--reveal .ecst-card__media{border-radius:0;background:#f6f6f4}.ecst-skin--reveal .ecst-card__badge{background:#fff;color:#16181d;border:1px solid #e3e5e8;border-radius:4px;top:10px;left:10px;font-size:11px;font-weight:600}.ecst-skin--reveal .ecst-card__wish{position:absolute;top:10px;right:10px;z-index:5;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.95);color:#16181d;box-shadow:0 2px 8px rgba(0,0,0,.12);opacity:0;transform:translateY(-6px);transition:opacity .3s var(--ecst-ease),transform .3s var(--ecst-ease)}.ecst-skin--reveal .ecst-card:hover .ecst-card__wish{opacity:1;transform:translateY(0)}.ecst-skin--reveal .ecst-card__quick{left:auto;right:10px;bottom:auto;top:52px;transform:translateY(-6px);width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:0;background:rgba(255,255,255,.95);box-shadow:0 2px 8px rgba(0,0,0,.12);opacity:0}.ecst-skin--reveal .ecst-card:hover .ecst-card__quick{opacity:1;transform:translateY(0)}.ecst-skin--reveal .ecst-card__quick::before{content:"\1F50D";font-size:14px}.ecst-skin--reveal .ecst-card__body{padding:14px;gap:6px}.ecst-skin--reveal .ecst-card__cat{display:none}.ecst-skin--reveal .ecst-card__title{font-size:13.5px;font-weight:500;color:#21252b;line-height:1.45}.ecst-skin--reveal .ecst-card__price{font-size:14px;font-weight:700}.ecst-skin--reveal .ecst-card__rating{display:none}.ecst-skin--reveal .ecst-card__foot{margin-top:10px;padding:0 14px 14px;overflow:hidden;max-height:0;opacity:0;transition:max-height .35s var(--ecst-ease-out),opacity .3s var(--ecst-ease)}.ecst-skin--reveal .ecst-card:hover .ecst-card__foot{max-height:70px;opacity:1}.ecst-skin--reveal .ecst-card__btn{width:100%;border-radius:6px;background:#16181d;color:#fff;border:0;padding:13px;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:600}.ecst-skin--reveal .ecst-card__btn:hover{transform:none;filter:brightness(1.1)}.ecst-skin--feature .ecst-card{border:1px solid #f0f0f0;border-radius:14px;padding:12px;box-shadow:var(--ecst-shadow-sm)}.ecst-skin--feature .ecst-card:hover{box-shadow:var(--ecst-shadow);transform:translateY(-3px)}.ecst-skin--feature .ecst-card__media{background:#fbfbfb;border-radius:12px}.ecst-skin--feature .ecst-card__badge{background:#16181d;color:#fff;border-radius:999px;top:12px;right:12px;left:auto;font-size:11px;padding:5px 12px}.ecst-skin--feature .ecst-card__body{padding-top:14px;gap:8px}.ecst-skin--feature .ecst-card__cat{display:inline-flex;align-self:flex-start;background:#16181d;color:#fff;padding:5px 12px;border-radius:999px;font-size:11px;text-transform:none;letter-spacing:0;font-weight:600}.ecst-skin--feature .ecst-card__title{font-size:15px;font-weight:600;color:#21252b}.ecst-skin--feature .ecst-card__rating{color:#f5a623}.ecst-skin--feature .ecst-card__price{color:#e35728;font-size:18px;font-weight:700}.ecst-skin--feature .ecst-card__price del{color:#c3c3c3;font-size:13px;font-weight:400}.ecst-skin--feature .ecst-card__meta{color:#e35728;font-weight:500}.ecst-skin--feature .ecst-card__sizes{display:flex;flex-direction:row;flex-wrap:wrap}.ecst-skin--feature .ecst-card__sizes-label{display:none}.ecst-skin--feature .ecst-card__sizes .ecst-size{width:auto;height:auto;border-radius:8px;padding:5px 12px}.ecst-skin--feature .ecst-card__foot{margin-top:4px;padding-top:8px}.ecst-skin--feature .ecst-card__btn{background:#fff;color:#e35728;border:1.5px solid #e35728;border-radius:12px;width:100%}.ecst-skin--feature .ecst-card__btn:hover{background:#e35728;color:#fff;transform:none}.ecst-skin--collection .ecst-card{background:transparent}.ecst-skin--collection .ecst-card__media{aspect-ratio:4/5;border-radius:10px;background:#f1efe9}.ecst-skin--collection .ecst-card__badge{background:#fde4ec;color:#c2185b;border-radius:999px;bottom:12px;left:12px;top:auto;font-size:12px;font-weight:600;padding:6px 14px}.ecst-skin--collection .ecst-card__body{padding-top:10px;gap:4px}.ecst-skin--collection .ecst-card__cat{display:none}.ecst-skin--collection .ecst-card__title{font-size:15px;font-weight:600}.ecst-skin--collection .ecst-card__rating{font-size:12.5px;color:#6b7280}.ecst-skin--collection .ecst-card__price{display:none}.ecst-skin--collection .ecst-card__foot{display:none}.ecst-skin--collection .ecst-card__meta{color:#6b7280}.ecst-skin--catalog .ecst-card{border:1px solid #eef0f2;border-radius:16px;padding:16px;box-shadow:var(--ecst-shadow-sm)}.ecst-skin--catalog .ecst-card:hover{border-color:#dfe2e6;box-shadow:var(--ecst-shadow);transform:translateY(-3px)}.ecst-skin--catalog .ecst-card__media{background:#fafbfc;border-radius:12px}.ecst-skin--catalog .ecst-card__body{padding-top:14px;gap:7px}.ecst-skin--catalog .ecst-card__sku{order:-3;color:#aeb4bc}.ecst-skin--catalog .ecst-card__cat{display:none}.ecst-skin--catalog .ecst-card__title{font-size:14.5px;font-weight:600;color:#21252b;order:-2;line-height:1.35}.ecst-skin--catalog .ecst-card__rating{display:none}.ecst-skin--catalog .ecst-card__meta{color:#9aa0a6}.ecst-skin--catalog .ecst-card__swatches{display:flex}.ecst-skin--catalog .ecst-card__foot{margin-top:6px;padding-top:6px}.ecst-skin--catalog .ecst-card__price{font-size:14px;font-weight:700}.ecst-skin--catalog .ecst-card__price::before{content:"From ";color:#aeb4bc;font-weight:400;font-size:12px}.ecst-skin--catalog .ecst-card__btn,.ecst-skin--catalog .ecst-card__icon{display:none}.ecst-skin--sneaker .ecst-card{border:1px solid #efe9e1;border-radius:24px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.ecst-skin--sneaker .ecst-card:hover{box-shadow:0 18px 46px rgba(0,0,0,.1);transform:translateY(-4px)}.ecst-skin--sneaker .ecst-card__media{background:#f6f4f0;border-radius:18px}.ecst-skin--sneaker .ecst-card__img{object-fit:contain;padding:8%}.ecst-skin--sneaker .ecst-card__body{padding-top:16px;gap:9px}.ecst-skin--sneaker .ecst-card__cat{display:inline-flex;align-self:flex-start;background:#16181d;color:#fff;padding:6px 13px;border-radius:999px;font-size:11px;text-transform:none;font-weight:600}.ecst-skin--sneaker .ecst-card__rating{font-size:13px;color:#f5a623;font-weight:600}.ecst-skin--sneaker .ecst-card__title{font-size:18px;font-weight:700;letter-spacing:-.01em}.ecst-skin--sneaker .ecst-card__price{font-size:24px;font-weight:800;letter-spacing:-.02em}.ecst-skin--sneaker .ecst-card__sizes{display:flex}.ecst-skin--sneaker .ecst-card__foot{margin-top:14px;gap:10px}.ecst-skin--sneaker .ecst-card__btn{flex:1;background:#16181d;border-radius:16px;padding:16px 20px;font-size:15px}.ecst-skin--sneaker .ecst-card__btn:hover{background:#000}.ecst-skin--sneaker .ecst-card__quick{display:none}