.te-wrap{display:flex;flex-direction:column;gap:24px}.te-header{display:flex;align-items:center;gap:16px}.te-slider{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;padding-top:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.te-slider::-webkit-scrollbar{display:none}.te-slide{flex:0 0 280px;height:200px;scroll-snap-align:start}@media (max-width:640px){.te-slider{gap:12px}.te-header{justify-content:center}}.shim-card{position:relative;display:flex;flex-direction:column;background:rgba(28,26,24,.52);-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%);border-radius:26px;overflow:hidden;border:1px solid rgba(253,199,0,.18);padding:14px 14px 79px;height:100%;box-sizing:border-box}.shim-card-img{position:relative;width:100%;aspect-ratio:1.45;border-radius:14px;flex-shrink:0}.shim-card-price-pill{position:absolute;top:12px;right:12px;width:56px;height:30px;border-radius:999px;background:rgba(255,255,255,.18)}.shim-card-body{display:flex;flex-direction:column;flex:1 1;padding:14px 6px 4px;gap:10px}.shim-card-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.shim-card-name{height:16px;width:68%;border-radius:6px}.shim-card-price{display:none}.shim-card-heart{width:28px;height:28px;border-radius:50%;flex-shrink:0}.shim-card-desc{height:11px;width:90%;border-radius:6px}.shim-card-desc--short{width:58%}.shim-card-action{position:absolute;right:14px;bottom:14px;width:116px;height:54px;border-radius:17px;border-bottom-right-radius:26px}.shim-card-tools{position:absolute;left:16px;bottom:14px;display:flex;gap:10px}.shim-card-icon-btn{width:46px;height:46px;border-radius:14px}@media (max-width:1100px) and (min-width:601px){.shim-card{padding:10px 10px 60px;border-radius:22px}.shim-card-action{right:10px;bottom:10px;width:88px;height:42px;border-radius:12px;border-bottom-right-radius:22px}.shim-card-tools{left:10px;bottom:10px;gap:6px}.shim-card-icon-btn{width:34px;height:34px;border-radius:10px}.shim-card-name{height:14px}}@media (max-width:600px){.shim-card{flex-direction:row;align-items:stretch;padding:10px 10px calc(44px + 8px) 12px;min-height:120px;border-radius:20px}.shim-card-img{order:2;flex-shrink:0;width:96px;aspect-ratio:1/1;border-radius:12px;margin-left:10px;align-self:flex-start}.shim-card-price-pill{top:7px;right:7px;width:44px;height:22px}.shim-card-body{order:1;flex:1 1;min-width:0;padding:0;gap:6px;justify-content:flex-start}.shim-card-name{height:13px;width:80%}.shim-card-heart{width:24px;height:24px}.shim-card-desc{height:10px}.shim-card-tools{left:12px;bottom:10px;gap:7px}.shim-card-icon-btn{width:36px;height:36px;border-radius:10px}.shim-card-action{right:10px;bottom:10px;width:100px;height:44px;border-radius:13px;border-bottom-right-radius:20px}}.mn-main{padding:72px 0 100px;background-color:var(--primary-color);overflow:hidden}.mn-container,.mn-main{position:relative;z-index:1}.mn-container{max-width:1280px;margin:0 auto;padding:0 48px;gap:56px}.mn-container,.mn-group{display:flex;flex-direction:column}.mn-group{gap:40px}.mn-sub-section{display:flex;flex-direction:column;gap:24px}.mn-group-header{display:flex;align-items:flex-end;gap:16px}.mn-item-count{font-family:var(--font-body);font-size:.8rem;color:rgba(255,255,255,.4);white-space:nowrap;letter-spacing:.04em;margin-bottom:22px}.mn-group-line{display:none}.mn-card-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;align-items:stretch}.mn-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:80px 0;color:var(--secondary-color);font-family:var(--font-body);font-size:1rem;letter-spacing:.04em}.mn-state--error{color:var(--red-dark)}.mn-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--red-dark);border-radius:50%;animation:mn-spin .75s linear infinite}@keyframes mn-spin{to{transform:rotate(1turn)}}@media (max-width:1100px) and (min-width:641px){.mn-card-grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media (max-width:900px){.mn-container{padding:0 24px;gap:44px}.mn-main{padding:56px 0 80px}}@media (max-width:640px){.mn-container{padding:0 11px;gap:36px}.mn-main{padding:44px 0 72px}.mn-card-grid{grid-template-columns:repeat(2,1fr);gap:10px;row-gap:12px}.mn-card-grid--list{grid-template-columns:1fr}.mn-group{gap:28px}.mn-group-header{flex-direction:column;align-items:center;text-align:center;gap:6px;justify-content:center}.mn-item-count{margin-bottom:0;padding:3px 12px;border:1px solid rgba(184,115,51,.4);border-radius:999px;background:rgba(184,115,51,.08)}}@media (max-width:480px){.mn-card-grid{grid-template-columns:repeat(2,1fr);gap:8px}.mn-card-grid--list{grid-template-columns:1fr}}@media (max-width:360px){.mn-card-grid{row-gap:10px}}