.hf-cs-section,.hf-cs-section *{box-sizing:border-box}.hf-cs-section{--accent:#f5c518;--accent-glow:rgba(245,197,24,.1);--bg:#0a0a0a;--card-bg:#151515;--card-border:#222;--tab-bg:#1a1a1a;--white:#fff;--muted:#888;--radius:8px;--font-head:'Bebas Neue','Arial Narrow',Arial,sans-serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--card-gap:12px}.hf-cs-section.hf-cs-accent-red{--accent:#e31e24;--accent-glow:rgba(227,30,36,.1)}.hf-cs-section{background:var(--bg);padding:60px 0;overflow:hidden}.hf-cs-inner{display:flex;flex-direction:row;align-items:flex-start;gap:40px;max-width:1320px;margin:0 auto;padding:0 40px}.hf-cs-left{flex:0 0 220px;width:220px}.hf-cs-heading{display:flex;flex-direction:column;line-height:1;margin-bottom:14px}.hf-cs-title-accent{font-family:var(--font-head);font-size:46px;color:var(--accent);text-transform:uppercase;display:block}.hf-cs-title-plain{font-family:var(--font-head);font-size:40px;color:var(--white);text-transform:uppercase;display:block}.hf-cs-description{margin-bottom:20px}.hf-cs-description p{font-family:var(--font-body);font-size:12px;color:var(--muted);line-height:1.7;margin:0}.hf-cs-view-all{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);padding:9px 18px;border-radius:3px;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s}.hf-cs-view-all:hover{background:var(--accent);color:#000;text-decoration:none}.hf-cs-right{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:14px}.hf-cs-tabs{display:flex;flex-direction:row;gap:8px;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px;box-sizing:border-box}.hf-cs-tabs::-webkit-scrollbar{display:none}.hf-cs-tab{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--tab-bg);border:1px solid #2a2a2a;border-radius:var(--radius);padding:10px 12px 8px;min-width:78px;cursor:pointer;user-select:none;-webkit-user-select:none;transition:border-color .2s,background .2s}.hf-cs-tab:hover,.hf-cs-tab.is-active{border-color:var(--accent);background:var(--accent-glow)}.hf-cs-tab img,.hf-cs-tab-placeholder{width:46px;height:46px;border-radius:50%;object-fit:cover;display:block;background:#222}.hf-cs-tab-label{font-family:var(--font-body);font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--muted);white-space:nowrap}.hf-cs-tab:hover .hf-cs-tab-label,.hf-cs-tab.is-active .hf-cs-tab-label{color:var(--accent)}.hf-cs-carousel-wrap{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;min-width:0}.hf-cs-arrow{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:50%;cursor:pointer;color:var(--white);transition:background .2s,border-color .2s,color .2s;padding:0}.hf-cs-arrow:hover{background:var(--accent);border-color:var(--accent);color:#000}.hf-cs-arrow:disabled{opacity:.3;cursor:not-allowed}.hf-cs-arrow svg{display:block;width:18px;height:18px;flex-shrink:0}.hf-cs-carousel{flex:1;min-width:0;overflow:hidden;position:relative}.hf-cs-products-track{display:flex;flex-direction:row;gap:var(--card-gap);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform;cursor:grab}.hf-cs-products-track:active{cursor:grabbing}.hf-cs-product-card{flex:0 0 150px;width:150px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s}.hf-cs-product-card:hover{border-color:var(--accent);transform:translateY(-2px)}.hf-cs-product-image-wrap{display:block;width:100%;aspect-ratio:1/1.1;overflow:hidden;background:#111}.hf-cs-product-image-wrap img{width:100%;height:100%;object-fit:contain;padding:10px;display:block;pointer-events:none;-webkit-user-drag:none;transition:transform .3s}.hf-cs-product-card:hover .hf-cs-product-image-wrap img{transform:scale(1.05)}.hf-cs-product-info{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px}.hf-cs-product-name{font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--white);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf-cs-product-name:hover{color:var(--accent)}.hf-cs-product-price{font-family:var(--font-body);font-size:12px;font-weight:700;color:var(--accent)}.hf-cs-product-price del{color:#555;font-weight:400;font-size:10px}.hf-cs-product-price ins{text-decoration:none}.hf-cs-add-to-cart{display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#000;background:var(--accent);padding:6px 4px;border-radius:3px;text-decoration:none;min-height:28px;margin-top:2px;transition:opacity .2s}.hf-cs-add-to-cart:hover{opacity:.85;color:#000;text-decoration:none}.hf-cs-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;border:3px solid #2a2a2a;border-top-color:var(--accent);border-radius:50%;animation:hfcsSpin .7s linear infinite;z-index:10}@keyframes hfcsSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.hf-cs-carousel.is-loading .hf-cs-products-track{opacity:0;pointer-events:none}.hf-cs-no-products{font-family:var(--font-body);font-size:13px;color:var(--muted);padding:40px 20px;text-align:center}@media (max-width:1024px){.hf-cs-inner{gap:28px;padding:0 24px}.hf-cs-left{flex:0 0 190px;width:190px}.hf-cs-title-accent,.hf-cs-title-plain{font-size:38px}.hf-cs-product-card{flex:0 0 142px;width:142px}.hf-cs-right{overflow:hidden}}@media (max-width:767px){.hf-cs-section{padding:36px 0}.hf-cs-inner{flex-direction:column;padding:0 16px;gap:18px}.hf-cs-left{flex:none;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hf-cs-heading{flex:1;margin-bottom:0}.hf-cs-title-accent,.hf-cs-title-plain{font-size:30px}.hf-cs-description{flex-basis:100%;order:3;margin-bottom:0}.hf-cs-view-all{order:2;padding:7px 13px;font-size:10px;letter-spacing:1.5px}.hf-cs-right{width:100%;overflow:hidden}.hf-cs-tabs{width:100%;max-width:100%}.hf-cs-arrow{width:30px;height:30px}.hf-cs-arrow svg{width:14px;height:14px}.hf-cs-carousel-wrap{gap:6px}.hf-cs-product-card{flex:0 0 132px;width:132px}.hf-cs-tab{min-width:68px;padding:8px 8px 6px}.hf-cs-tab img,.hf-cs-tab-placeholder{width:38px;height:38px}}@media (max-width:480px){.hf-cs-inner{padding:0 12px}.hf-cs-title-accent,.hf-cs-title-plain{font-size:26px}.hf-cs-product-card{flex:0 0 120px;width:120px}.hf-cs-arrow{width:26px;height:26px}.hf-cs-arrow svg{width:12px;height:12px}.hf-cs-tab{min-width:60px;padding:6px 6px 5px}.hf-cs-tab img,.hf-cs-tab-placeholder{width:32px;height:32px}.hf-cs-tab-label{font-size:8px}}@media (prefers-reduced-motion:reduce){.hf-cs-products-track{transition:none}.hf-cs-spinner{animation:none}}