/* Catalina.sk – vlastné štýly (header: logo, vyhľadávanie, košík, menu) */
#header .search-input{background:#f5f5f5!important;border:1px solid #ececec!important;border-radius:0;height:48px;font-size:15px;transition:background .15s,border-color .15s,box-shadow .15s}
#header .search-input:hover{border-color:#d6d6d6!important}
#header .search-input:focus{background:#fff!important;border-color:#1f1f1f!important;box-shadow:0 0 0 3px rgba(255,197,0,.35);outline:none}
#header .search-input::placeholder{color:#8a8a8a}
#header .cart-count{display:inline-flex!important;align-items:center;gap:8px;height:48px;padding:0 18px!important;border:1px solid #1f1f1f!important;border-radius:0;transition:background .15s,border-color .15s,color .15s}
#header .cart-count:hover{background:#ffc500!important;border-color:#ffc500!important;color:#1f1f1f!important}
#header .cart-count .cart-price{font-size:15px;font-weight:700;line-height:1}
#header .cart-count:not(.empty) .cart-price,#header .cart-count.full .cart-price{color:#1f1f1f}
#header .cart-count .cart-count-number,#header .cart-count>i{background:#ffc500;color:#1f1f1f;font-weight:800}
#header .site-name img{transition:opacity .15s}
#header .site-name a:hover img{opacity:.8}
@media (min-width:992px){
#header .header-top{border-bottom:1px solid #eee}
#header .menu-level-1>li>a{position:relative}
#header .menu-level-1>li>a::after{content:"";position:absolute;left:20px;right:20px;bottom:16px;height:3px;background:#ffc500;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
#header .menu-level-1>li>a:hover::after,#header .menu-level-1>li>a.active::after,#header .menu-level-1>li.exp>a::after{transform:scaleX(1)}
}

/* Kategória – blok Najpredávanejšie */
.products-top-wrapper .products-top-header{margin-bottom:16px}
.products-top-wrapper #productsTop{counter-reset:bs;margin:0 -6px}
.products-top-wrapper #productsTop>.product{padding:6px!important;counter-increment:bs}
.products-top-wrapper #productsTop>.product>.p{position:relative;width:100%;height:100%;align-items:center;gap:12px;padding:12px!important;margin:0!important;background:#fff;border:1px solid #eee;transition:box-shadow .2s,border-color .2s}
.products-top-wrapper #productsTop>.product>.p:hover{border-color:#fff;box-shadow:0 6px 22px rgba(0,0,0,.09)}
.products-top-wrapper #productsTop>.product>.p::before{content:counter(bs);position:absolute;top:6px;left:6px;z-index:2;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background:#1f1f1f;color:#fff;font-size:11px;font-weight:700}
.products-top-wrapper #productsTop>.product:nth-child(-n+3)>.p::before{background:#ffc500;color:#1f1f1f}
.products-top-wrapper .p>a.image{flex:0 0 84px;width:84px!important;height:84px!important;overflow:hidden;background:#f6f6f6;margin:0!important}
.products-top-wrapper .p>a.image img{width:100%!important;height:100%!important;object-fit:cover;transition:transform .3s}
.products-top-wrapper .p:hover>a.image img{transform:scale(1.06)}
.products-top-wrapper .p-in,.products-top-wrapper .p-in-in,.products-top-wrapper .p-in a.name{flex:1;min-width:0;width:auto!important;padding:0!important;margin:0!important}
.products-top-wrapper .p-in a.name{display:block!important;font-size:14px;line-height:1.35;font-weight:600;color:#1f1f1f;text-decoration:none}
.products-top-wrapper .p-in a.name span{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.products-top-wrapper .p:hover a.name{text-decoration:underline;text-decoration-color:#ffc500;text-decoration-thickness:2px;text-underline-offset:3px}
.products-top-wrapper .p-bottom{width:auto!important;padding:0!important;margin-top:6px}
.products-top-wrapper .price-final{font-size:17px!important;font-weight:800}
.products-top-wrapper .button-wrapper{margin-top:14px;text-align:center}
.products-top-wrapper .toggle-top-products{background:#fff;border:1px solid #1f1f1f;border-radius:0;padding:10px 22px;font-size:14px;font-weight:700;color:#1f1f1f;transition:background .15s,border-color .15s}
.products-top-wrapper .toggle-top-products:hover{background:#ffc500;border-color:#ffc500}
