:root{--primary:#f36;--primary-dark:#e02a5a;--text:#1a1a2e;--text-light:#6b7280;--border:#e5e7eb;--bg:#fafbfc;--white:#fff;--shadow-sm:0 1px 3px #0000000f;--shadow:0 4px 12px #00000014;--shadow-lg:0 12px 32px #0000001f;--ease:cubic-bezier(.4,0,.2,1)}.Beauty-module__wI7FpW__page{background:var(--bg);max-width:1400px;min-height:100vh;margin:0 auto;padding:40px 24px}.Beauty-module__wI7FpW__header{text-align:center;animation:Beauty-module__wI7FpW__fadeDown .6s var(--ease);margin-bottom:48px}.Beauty-module__wI7FpW__header h1{color:var(--text);letter-spacing:-.02em;background:linear-gradient(135deg,var(--text)0%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:clamp(32px,5vw,48px);font-weight:800}.Beauty-module__wI7FpW__header p{color:var(--text-light);margin:0;font-size:16px}.Beauty-module__wI7FpW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:48px;display:grid}.Beauty-module__wI7FpW__card{background:var(--white);cursor:pointer;transition:all .4s var(--ease);box-shadow:var(--shadow-sm);animation:Beauty-module__wI7FpW__fadeUp .5s var(--ease)backwards;border-radius:16px;position:relative;overflow:hidden}.Beauty-module__wI7FpW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Beauty-module__wI7FpW__card:first-child{animation-delay:50ms}.Beauty-module__wI7FpW__card:nth-child(2){animation-delay:.1s}.Beauty-module__wI7FpW__card:nth-child(3){animation-delay:.15s}.Beauty-module__wI7FpW__card:nth-child(4){animation-delay:.2s}.Beauty-module__wI7FpW__card:nth-child(5){animation-delay:.25s}.Beauty-module__wI7FpW__card:nth-child(6){animation-delay:.3s}.Beauty-module__wI7FpW__img{aspect-ratio:1;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);position:relative;overflow:hidden}.Beauty-module__wI7FpW__img img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.Beauty-module__wI7FpW__card:hover .Beauty-module__wI7FpW__img img{transform:scale(1.08)}.Beauty-module__wI7FpW__noImg{height:100%;color:var(--text-light);justify-content:center;align-items:center;font-size:14px;display:flex}.Beauty-module__wI7FpW__badge{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);border-radius:20px;padding:6px 12px;font-size:13px;font-weight:700;animation:2s infinite Beauty-module__wI7FpW__pulse;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #ff33664d}.Beauty-module__wI7FpW__body{padding:20px}.Beauty-module__wI7FpW__title{color:var(--text);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.Beauty-module__wI7FpW__brand{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;font-size:13px}.Beauty-module__wI7FpW__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.Beauty-module__wI7FpW__prices{align-items:center;gap:8px;display:flex}.Beauty-module__wI7FpW__price{color:var(--primary);font-size:20px;font-weight:700}.Beauty-module__wI7FpW__old{color:var(--text-light);font-size:14px;text-decoration:line-through}.Beauty-module__wI7FpW__btns{opacity:0;transition:all .3s var(--ease);gap:8px;display:flex;transform:translateY(4px)}.Beauty-module__wI7FpW__card:hover .Beauty-module__wI7FpW__btns{opacity:1;transform:translateY(0)}.Beauty-module__wI7FpW__cart,.Beauty-module__wI7FpW__wish,.Beauty-module__wI7FpW__view{background:var(--bg);color:var(--text);cursor:pointer;transition:all .25s var(--ease);white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:600;display:flex}.Beauty-module__wI7FpW__cart:hover{background:var(--primary);color:var(--white);transform:scale(1.05)}.Beauty-module__wI7FpW__wish:hover{color:var(--primary);background:#ffe5ec;transform:scale(1.05)}.Beauty-module__wI7FpW__view{padding:10px 14px}.Beauty-module__wI7FpW__view:hover{background:var(--text);color:var(--white);transform:scale(1.05)}.Beauty-module__wI7FpW__all{background:var(--text);color:var(--white);transition:all .3s var(--ease);box-shadow:var(--shadow);border-radius:12px;align-items:center;gap:10px;width:fit-content;margin:0 auto;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.Beauty-module__wI7FpW__all:hover{background:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Beauty-module__wI7FpW__empty{text-align:center;color:var(--text-light);padding:80px 20px;font-size:18px}@keyframes Beauty-module__wI7FpW__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Beauty-module__wI7FpW__fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Beauty-module__wI7FpW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.Beauty-module__wI7FpW__page{padding:24px 16px}.Beauty-module__wI7FpW__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.Beauty-module__wI7FpW__body{padding:16px}.Beauty-module__wI7FpW__title{font-size:14px}.Beauty-module__wI7FpW__price{font-size:18px}.Beauty-module__wI7FpW__btns{opacity:1;flex-wrap:wrap;transform:translateY(0)}.Beauty-module__wI7FpW__cart,.Beauty-module__wI7FpW__wish,.Beauty-module__wI7FpW__view{padding:8px;font-size:12px}}@media (max-width:480px){.Beauty-module__wI7FpW__header h1{font-size:28px}.Beauty-module__wI7FpW__grid{grid-template-columns:1fr 1fr}}
