.sec-head{margin:32px 0 14px;border-bottom:1px solid var(--border-soft);padding-bottom:8px}.sec-head:first-child{margin-top:0}.sec-head-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.sec-title{margin:0;padding:0;border:none;font-size:1.25em;font-weight:700;color:var(--front-dark);line-height:1.4}.sec-title-link{color:var(--front-dark);text-decoration:none}.sec-title-link:hover{color:var(--brand-gold);text-decoration:none}.sec-count{font-weight:400;color:var(--text-muted);font-size:.85em;margin-left:8px}.sec-more{flex-shrink:0;font-size:.88em;color:var(--brand-gold);white-space:nowrap}.sec-more:hover{color:var(--brand-gold-hover);text-decoration:none}.sec-desc{margin:6px 0 0;color:var(--text-muted);font-size:.9em}@media(max-width:480px){.sec-head-row{gap:8px}.sec-title{font-size:1.1em}.sec-more{font-size:.82em}}.shelf{position:relative;margin:4px -4px 0}.shelf-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 8px;scrollbar-width:thin;scrollbar-color:var(--border-soft) transparent}.shelf-track::-webkit-scrollbar{height:6px}.shelf-track::-webkit-scrollbar-track{background:transparent}.shelf-track::-webkit-scrollbar-thumb{background:var(--border-soft);border-radius:3px}.shelf-track::-webkit-scrollbar-thumb:hover{background:var(--brand-gold)}.shelf-item{flex:0 0 200px;scroll-snap-align:start;min-width:0;max-width:200px}@media(max-width:767px){.shelf-item{flex-basis:170px;max-width:170px}}@media(max-width:480px){.shelf-item{flex-basis:150px;max-width:150px}.shelf-track{gap:10px}}.shelf-track.is-wiggling{animation:shelf-wiggle .7s cubic-bezier(.4,0,.2,1)}@keyframes shelf-wiggle{0%{transform:translate(0)}35%{transform:translate(-28px)}70%{transform:translate(8px)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.shelf-track.is-wiggling{animation:none}.shelf-track{scroll-behavior:auto}}.shelf-arrow{position:absolute;top:calc(50% - 4px);transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid var(--border-soft);background:#fffffff5;color:var(--front-dark);cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .18s,background .15s,color .15s;box-shadow:0 2px 8px #0000001f}.shelf-arrow[hidden]{display:none}.shelf-arrow-left{left:-8px}.shelf-arrow-right{right:-8px}.shelf-arrow svg{color:var(--brand-gold)}.shelf:hover .shelf-arrow:not([hidden]),.shelf:focus-within .shelf-arrow:not([hidden]){opacity:1}.shelf-arrow:hover{background:var(--brand-gold);border-color:var(--brand-gold)}.shelf-arrow:hover svg{color:#fff}@media(max-width:767px){.shelf-arrow{display:none}}.shelf-fade-right{position:absolute;top:0;right:0;bottom:8px;width:40px;pointer-events:none;background:linear-gradient(to right,#f5f5f500,#f5f5f5d9);opacity:0;transition:opacity .2s}.shelf.has-overflow-right .shelf-fade-right{opacity:1}.cart-card{background:#fff;border:1px solid #e0e0e0;border-radius:3px;overflow:hidden;transition:border-color .15s,box-shadow .15s;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.cart-card:hover{border-color:var(--brand-gold);box-shadow:0 2px 6px #d895222e}.cart-card-img-wrap{position:relative;width:100%;height:0;padding-bottom:100%;background:#f7f7f7;overflow:hidden;flex-shrink:0}.cart-card-img-wrap>a{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.cart-card-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.product-overlay{position:absolute;inset:0;background:#0000008c;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;opacity:0;visibility:hidden;transition:opacity .18s,visibility .18s;padding:0 8%}.cart-card-img-wrap:hover .product-overlay{opacity:1;visibility:visible}.product-overlay .btn{width:90%;padding:6px 8px;font-size:11px;border-radius:3px;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:4px;line-height:1.2}.product-overlay .btn-warning{background:#f0ad4e;color:#fff;border:1px solid #eea236}.product-overlay .btn-warning:hover{background:#ec971f;text-decoration:none}.product-overlay .btn-default{background:#fff;color:#333;border:1px solid #ccc}.product-overlay .btn-default:hover{background:#f5f5f5;text-decoration:none}.product-overlay .icon{font-size:.95em}.cart-svg{width:1.15em;height:1.15em;display:inline-block;vertical-align:middle;flex-shrink:0}@media(max-width:767px){.product-overlay{position:absolute;inset:auto 4px 4px auto;background:transparent;opacity:1;visibility:visible;padding:0;flex-direction:row;gap:4px;justify-content:flex-end;align-items:flex-end;width:auto}.product-overlay>.btn{width:32px;height:32px;padding:0;border-radius:50%;background:#fffffff2;box-shadow:0 1px 3px #00000040;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.product-overlay .btn-warning{background:#f0ad4e;color:#fff;border:none}.product-overlay .btn-default{border:1px solid #ddd}.product-overlay .btn-label{display:none}.product-overlay .icon{font-size:1em}}.cart-card-body{padding:6px 8px;height:56px;box-sizing:border-box;flex-shrink:0}.cart-card-title{font-size:12px;font-weight:700;height:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-card-title a{color:inherit;text-decoration:none}.cart-card-title a:hover{color:var(--brand-gold);text-decoration:none}.cart-card-subtitle{font-size:11px;color:#555;height:14px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.cart-card-description{font-size:10px;color:#888;height:13px;line-height:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-loading,.catalog-empty{text-align:center;color:var(--text-muted);padding:40px 0}
