/* 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}

/* Kategória – dlaždice podkategórií */
.subcategories.with-image{margin:0 -6px!important;row-gap:0}
.subcategories.with-image>li{padding:6px!important;margin:0!important}
.subcategories.with-image>li>a{position:relative;height:100%;min-height:76px;align-items:center;gap:12px;padding:8px 34px 8px 8px!important;background:#fff;border:1px solid #eee;color:#1f1f1f;text-decoration:none!important;transition:box-shadow .2s,border-color .2s}
.subcategories.with-image>li>a:hover{border-color:#fff;box-shadow:0 6px 22px rgba(0,0,0,.09)}
.subcategories.with-image>li>a::after{content:"→";position:absolute;right:12px;top:50%;transform:translate(-4px,-50%);opacity:0;font-weight:700;color:#1f1f1f;transition:opacity .2s,transform .2s}
.subcategories.with-image>li>a:hover::after{opacity:1;transform:translate(0,-50%)}
.subcategories.with-image .image{flex:0 0 60px;width:60px!important;height:58px;padding:0!important;display:flex!important;align-items:center;justify-content:center;overflow:hidden}
.subcategories.with-image .image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s}
.subcategories.with-image>li>a:hover .image img{transform:scale(1.08)}
.subcategories.with-image .text{font-size:15px;font-weight:700;line-height:1.3}
.subcategories.with-image>li>a:hover .text{text-decoration:underline;text-decoration-color:#ffc500;text-decoration-thickness:2px;text-underline-offset:4px}


/* Detail produktu – horná časť */
.p-detail-inner h1{font-size:32px;line-height:1.2;font-weight:800;letter-spacing:-.3px;margin-bottom:8px}
.p-detail-inner .p-short-description{color:#555;font-size:15px;line-height:1.65;margin:14px 0 18px}
.p-detail-inner .detail-parameters{margin-bottom:18px}
.p-detail-inner .detail-parameters th{font-weight:600;color:#767676}
.p-detail-inner .detail-parameters td{font-weight:700;color:#1f1f1f}
.p-detail-inner .availability-label{display:inline-flex;align-items:center;gap:7px;padding:4px 12px 4px 10px;border-radius:20px;background:rgba(0,153,1,.08);font-weight:700;font-size:14px}
.p-detail-inner .availability-label::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px rgba(0,153,1,.18)}
.p-detail-inner .p-to-cart-block{background:#fff!important;border:1px solid #eee;box-shadow:0 6px 24px rgba(0,0,0,.07);padding:20px!important;align-items:center;gap:16px;flex-wrap:wrap}
.p-detail-inner .p-final-price-wrapper{flex:1 0 auto;min-width:130px}
.p-detail-inner .p-final-price-wrapper .price-standard{color:#9a9a9a;font-size:15px;vertical-align:middle}
.p-detail-inner .p-final-price-wrapper .price-save{display:inline-block;margin:0 0 4px 6px;padding:1px 6px;background:#e53935;color:#fff!important;font-size:12px;line-height:18px;font-weight:800;vertical-align:middle}
.p-detail-inner .price-final-holder{font-size:38px!important;font-weight:800;letter-spacing:-.5px;color:#1f1f1f}
.p-detail-inner .add-to-cart .quantity{border-color:#dadada}
.p-detail-inner .add-to-cart-button{min-height:54px;padding:0 34px!important;font-size:16px!important;font-weight:800!important;border-radius:0;transition:background .15s,color .15s,transform .1s}
.p-detail-inner .add-to-cart-button:hover{background:#1f1f1f!important;border-color:#1f1f1f!important;color:#fff!important}
.p-detail-inner .add-to-cart-button:active{transform:translateY(1px)}
.p-detail-inner .quatro-addon__calc-button__wrapper{margin-top:12px}
.p-detail-inner .link-icons{gap:6px;margin-top:6px}
.p-detail-inner .link-icons .link-icon{padding:6px 10px;color:#555;text-decoration:none!important;transition:background .15s,color .15s}
.p-detail-inner .link-icons .link-icon:hover{background:#f6f6f6;color:#1f1f1f}
.p-thumbnails .p-thumbnail{border:2px solid transparent;opacity:.75;transition:opacity .15s,border-color .15s}
.p-thumbnails .p-thumbnail:hover{opacity:1}
.p-thumbnails .p-thumbnail.highlighted{opacity:1;border-color:#ffc500}
