/* =========================================================
   SCROLL TLAČÍTKO – SJEDNOCENO S .hib-btn
========================================================= */

.btn-scroll-down {
    background-color: transparent !important;
    color: #1195FE !important;
    border: 2px solid #1195FE !important;

    padding: 12px 32px !important;     /* desktop proporce */
    border-radius: 999px !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .8px !important;
    line-height: 1 !important;

    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all .25s ease-out !important;
}

/* hover */
.btn-scroll-down:hover {
    background-color: #1195FE !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .btn-scroll-down {
        padding: 10px 20px !important;
        font-size: 13px !important;
        letter-spacing: .6px !important;
    }
}
/* =========================================================
   KATEGORIE – NADPIS MAGNETWORLD (VLEVO)
========================================================= */

.type-category h1 {
    text-transform: uppercase !important;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: "Futura PT", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;      /* váže podtržení na text */
    padding-bottom: 18px;       /* prostor pro čáru */
}

/* zarovnání nadpisu vlevo */
.type-category .category-title,
.type-category h1 {
    text-align: left;
}

/* podtržení – VLEVO POD TEXTEM */
.type-category h1::after {
    content: "";
    position: absolute;
    left: 0;                    /* KLÍČOVÉ */
    bottom: 0;
    height: 6px;
    width: 70px;
    border-radius: 5px;
    background-color: #1195FE;
}
.category-content {
    display: flex;
    flex-direction: column;
}

.products-bestsellers {
    order: 5;
}

.category-description {
    order: 4;
}
.filters-wrapper {
  display: none !important;
}

/* =========================================================
   SIDEBAR – KONTAKTNÍ BANNER
========================================================= */

.sidebar-contact{
    background:#fff;
    border-radius:10px;
    padding:22px 20px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    margin-bottom:30px;
}

/* Nadpis */
.sidebar-contact h3{
    font-size:18px;
    margin:0 0 10px;
    font-weight:600;
}

/* Text */
.sidebar-contact p{
    font-size:14px;
    line-height:1.5;
    margin:0 0 18px;
    color:#555;
}

/* Společné řádky */
.sidebar-contact .phone,
.sidebar-contact .email{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
}

/* Ikona */
.sidebar-contact .icon{
    width:36px;
    height:36px;
    border-radius:50%;
    background:#f3f8ff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* Telefon */
.sidebar-contact .tel a{
    font-size:18px;
    font-weight:600;
    color:#1195FE;
    text-decoration:none;
}

.sidebar-contact .tel small{
    display:block;
    font-size:12px;
    color:#777;
}

/* Email */
.sidebar-contact .mail a{
    font-size:14px;
    color:#1195FE;
    text-decoration:none;
}

/* Hover jemně jako na bannerech */
.sidebar-contact a:hover{
    text-decoration:underline;
}
.sidebar-contact{
    background:#fff;
    border-radius:8px;
    padding:16px 14px;
    box-shadow:0 6px 20px rgba(0,0,0,.07);

    /* více prostoru pro stín */
    margin:0 16px 28px;
}
.type-category .sidebar{
    padding-top:16px;
}

/* =========================================================
   SIDEBAR – DOPRAVA A PLATBY (stejný look jako sidebar-contact)
========================================================= */

.sidebar-shipping{
    background:#fff;
    border-radius:8px;
    padding:16px 14px;
    box-shadow:0 6px 20px rgba(0,0,0,.07);

    /* stejné odsazení jako máš u contact boxu */
    margin:0 16px 28px;
}

/* Nadpis */
.sidebar-shipping h3{
    font-size:18px;
    margin:0 0 10px;
    font-weight:600;
}

/* Text */
.sidebar-shipping p{
    font-size:14px;
    line-height:1.5;
    margin:0 0 18px;
    color:#555;
}

/* Řádky */
.sidebar-shipping .row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
}

/* Ikona */
.sidebar-shipping .icon{
    width:36px;
    height:36px;
    border-radius:50%;
    background:#f3f8ff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* Odkazy / text */
.sidebar-shipping a{
    font-size:14px;
    color:#1195FE;
    text-decoration:none;
    font-weight:600;
}

.sidebar-shipping strong{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#111;
}

.sidebar-shipping small{
    display:block;
    font-size:12px;
    color:#777;
    margin-top:2px;
}

/* Hover stejně jemně */
.sidebar-shipping a:hover{
    text-decoration:underline;
}

/* =========================================================
   MOBIL – PRODUKTY
   Kategorie = 1 produkt
   Homepage = slider VYPNUTÝ
========================================================= */

/* =========================
   KATEGORIE – 1 PRODUKT
========================= */
@media (max-width: 767px){

    .type-category .products .product{
        width:100% !important;
        flex:0 0 100% !important;
    }

    .type-category .product .name,
    .type-category .product .name span{
        display:block !important;
        -webkit-line-clamp: unset !important;
        max-height:none !important;
        overflow:visible !important;
        white-space:normal !important;
    }
}

/* =========================
   HOMEPAGE – VYPNOUT SLIDER
   (mobil PORTRAIT + LANDSCAPE)
========================= */
@media (max-width: 1024px){

    body.type-homepage .products-wrapper.product-slider-holder{
        display:none !important;
    }
}
/* =====================================
   KATEGORIE – obrázek + obtékající text
===================================== */

.category-description {
    overflow: hidden; /* jistota proti rozbití layoutu */
}

/* Obrázek vlevo */
.category-description .category-image {
    float: left;
    max-width: 150px;      /* sjednocená šířka */
    width: 100%;
    height: auto;
    margin: 0 30px 20px 0;
    border-radius: 8px;
}

/* Text */
.category-description .category-intro {
    font-size: 16px;
    line-height: 1.6;
}
/* =====================================
   KATEGORIE – MOBIL – menší obrázek + obtékání
===================================== */

@media (max-width: 767px) {

    .category-description .category-image {
        float: left;
        width: 32%;              /* klíčové – menší obrázek */
        max-width: 140px;        /* pojistka pro velké displeje */
        margin: 0 15px 10px 0;
        border-radius: 6px;
    }

    .category-description .category-intro {
        font-size: 15px;
        line-height: 1.55;
    }

}
.category-description .category-image {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.category-description .btn-scroll-down {
    display: inline-block;
    margin-top: 15px;
}v
