.mod-megamenu>.mod-megamenu--item:last-child {
    margin-left: auto;
}

.mod-megamenu>.mod-megamenu--item:last-child>.mod-megamenu--item-anchor {
    padding-right: 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --gutter-x: 2em;
    --gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gutter-x) * 1.0);
    padding-left: calc(var(--gutter-x) * 1.0);
    margin-right: auto;
    margin-left: auto;
}
/* Zarovnání vyhledávacího pole doprava */
.mod-vpprime-ajax-search {
  display: flex;
  justify-content: flex-end;
}

/* Zkrácení pole na 20 % šířky */
.mod-vpprime-ajax-search .input-group .form-control.search-query {
  width: 50% !important;
  max-width: 90% !important;
}
.category-image img {
  display: none !important;
}
.product-manufacturers > .product-manufacturer {
max-width: 14rem;
margin-bottom: 1rem;
}
.product-page-title {
  text-transform: uppercase;
}
.category-name, .manufacturer-name, .product-name {
font-size: 1.1rem;
text-transform: uppercase;
font-weight: 500;
}
/* ===== Custom Filters PRO – horizontální zobrazení ===== */
#cf_wrapper,
.cf_wrapper {
  display: flex;
  flex-wrap: wrap;          /* umožní zalomení na menších displejích */
  align-items: flex-end;    /* zarovnání ovládacích prvků */
  gap: 1rem;                /* mezery mezi filtry */
}

/* Každý filtr (blok) */
.cf_flt_wrapper {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

/* Název filtru */
.cf_flt_title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* Selectboxy a inputy */
.cf_inputbox,
.cf_select,
.cf_text {
  min-width: 140px;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Checkboxy a radio tlačítka – srovnání do řádku */
.cf_checkbox label,
.cf_radio label {
  display: inline-block;
  margin-right: 10px;
}

/* Tlačítka – filtruj / resetuj */
#cf_submit,
#cf_reset {
  margin-left: 10px;
  height: 36px;
  padding: 0 16px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#cf_reset {
  background-color: #777;
}

#cf_submit:hover,
#cf_reset:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  #cf_wrapper,
  .cf_wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
/* === Custom Filters PRO – styl tlačítek filtrů === */

/* Základní tlačítka */
.cf_option.cf_button {
    display: inline-block;
    background-color: #f4f4f4;
    color: #333;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 3px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Hover efekt */
.cf_option.cf_button:hover {
    background-color: #ddd;
    color: #000;
}

/* Vybraný filtr */
.cf_option.cf_button.cf_sel_opt {
    background-color: #333 !important;  /* stejné jako border */
    border-color: #333 !important;
    color: #fff !important;
}

/* Hover na vybraném filtru – drobný kontrast */
.cf_option.cf_button.cf_sel_opt:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

/* Reset tlačítko "Vyčistit" */
.cf_option.cf_clear {
    background-color: #b92d2d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 6px 12px;
}

.cf_option.cf_clear:hover {
    background-color: #8b1f1f !important;
}
/* === Custom Filters PRO – Vzhled levého filtračního modulu === */

/* Obecné pozadí modulu */
#left-aside .mod-block-body {
    background-color: #d4dae3 !important;  /* tmavší šedá */
    border-radius: 8px;
    padding: 15px 18px;
}

/* Celkový prostor mezi jednotlivými filtry */
#left-aside .cf_flt_wrapper {
    margin-top: 20px !important; /* horní okraj nad názvem filtru */
    padding-bottom: 10px;
    border-bottom: 0px solid #444;
}

/* Název filtru */
#left-aside .cf_flt_header_text {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff !important;
}

/* Pozadí a písmo uvnitř filtrů */
#left-aside .cf_wrapper_inner {
    background-color: #e7eaf0;
    border-radius: 6px;
    padding: 10px 12px;
}

/* Tlačítka variant */
#left-aside .cf_option.cf_button {
    background-color: #ffffff;
    border: 0px solid #555;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 4px;
    transition: all 0.2s ease-in-out;
}
#left-aside .cf_option.cf_button:hover {
    background-color: #4a5056;
    color: #fff;
}

/* Vybraný filtr (aktivní) */
#left-aside .cf_option.cf_button.cf_sel_opt {
    background-color: #1d1f21 !important;
    border-color: #1d1f21 !important;
    color: #ffffff !important;
}
#left-aside .cf_option.cf_button.cf_sel_opt:hover {
    background-color: #000 !important;
}

/* Reset tlačítko "Vyčistit" */
#left-aside .cf_option.cf_clear {
    background-color: #b92d2d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 6px 12px;
}
#left-aside .cf_option.cf_clear:hover {
    background-color: #8b1f1f !important;
}
/* Zhuštěný seznam podkategorií - 3 sloupce */
.virtuemart-categories .row {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 5px 30px;
    justify-content: start;
    margin: 0;
}

.virtuemart-categories .category {
    width: auto;
    padding: 0;
    margin: 0;
}

.virtuemart-categories .item-container {
    margin: 0 !important;
    padding: 0;
    text-align: left;
    transform: none !important;
}

/* Skrytí obrázků */
.virtuemart-categories .category-image {
    display: none !important;
}

/* Úprava názvu kategorie */
.virtuemart-categories .category-name {
    margin: 0 !important;
    padding: 4px 0;
    text-align: left !important;
    font-size: 16px;
    line-height: 1.2;
}

.virtuemart-categories .category-name a {
    font-weight: 400;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    transition: color 0.2s ease;
}

.virtuemart-categories .category-name a:hover {
    color: #c22500;
    text-decoration: none;
}

/* Odstranění všech hover efektů a backdropu */
.virtuemart-categories .item-backdrop {
    display: none !important;
}

.virtuemart-categories .add-hover-effect {
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
}

.virtuemart-categories .add-hover-effect:hover {
    box-shadow: none !important;
    transform: none !important;
}

/* Responzivita */
@media (max-width: 991px) {
    .virtuemart-categories .row {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 767px) {
    .virtuemart-categories .row {
        grid-template-columns: auto;
    }
}
/* === Úprava vzhledu stránkování === */
.pagination-wrapper {
    text-align: center;          /* vycentrování na střed */
    margin-top: 15px;            /* horní okraj */
}

/* Základní vzhled odkazů */
.pagination .page-link {
    background-color: #d4dae3 !important;
    color: #ffffff !important;
    border-color: #d4dae3 !important;
    display: inline-block;
    margin: 0 3px;               /* mezery mezi čísly */
    border-radius: 4px;          /* volitelné zaoblení rohů */
}

/* Hover efekt */
.pagination .page-link:hover {
    background-color: #d4dae3 !important;
    border-color: #d4dae3 !important;
    color: #fff !important;
}

/* Aktivní stránka */
.pagination .page-item.active .page-link {
    background-color: #011726 !important;
    border-color: #011726 !important;
    color: #ffffff !important;
}

/* Neaktivní (disabled) položky */
.pagination .page-item.disabled .page-link {
    background-color: #e7eaf0 !important;
    border-color: #e7eaf0 !important;
    color: #ffffff !important;
    opacity: 0.6;
}
/* ===============================
   ONTOP FIELDS – SLUPCE VEDLE SEBE
   =============================== */

.ontop-fields-container .product-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px; /* vertikální / horizontální mezera */
}

/* Každé pole bude sloupec */
.ontop-fields-container .product-field {
    flex: 1 19%;    /* 2 sloupce */
    max-width: 19%;  /* zabrání roztahování */
}

/* Mobil – jeden sloupec */
@media (max-width: 768px) {
    .ontop-fields-container .product-field {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Jednotný styl aby nadpis a hodnota byly pěkně u sebe */
.ontop-fields-container .product-fields-title {
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
/* Kontejner jednotlivých polí */
.product-fields .product-field {
    margin-bottom: 10px;            /* stejná spodní mezera */
    line-height: 1.3;               /* konzistentní řádkování */
}

/* Nadpis pole (Gramáž, Určení…) */
.product-fields .product-fields-title {
    display: block;
    font-weight: 600;
    margin: 0 0 3px 0;              /* mezera mezi názvem a hodnotou */
    line-height: 1.2;
}

/* Hodnota pole (150 g/m², Ženy...) */
.product-fields .product-field-display {
    margin: 0;
    line-height: 1.3;
}

/* Aby VM nezasahoval do spacingů */
.product-fields .product-fields-title-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}
/* ===== VM SIZE CHART – odkaz + modal ===== */

/* Kontejner odkazu pod Add to Cart */
.vm-sizechart-wrapper {
    margin-top: 8px;
}

/* Textový odkaz – čistý, vlevo zarovnaný */
.vm-sizechart-link {
    display: inline-block;
    padding: 0;
    margin: 0 0 10px;
    background: none;
    border: none;
    color: #1b1f29;             /* základní textová barva */
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.vm-sizechart-link:hover,
.vm-sizechart-link:focus {
    text-decoration: underline;
    opacity: 0.8;
}

/* ===== MODAL ===== */

/* Pozadí celého modal-body */
.vm-sizechart-modal .modal-body {
    background: #e7eaf0;
}

/* Vnitřní box s tabulkou */
.vm-sizechart-modal-inner {
    background: #e7eaf0;
    padding: 12px 12px 4px;
    border-radius: 8px;
}

/* Tabulka */
.vm-sizechart-modal-inner table {
    width: 100%;
    border-collapse: collapse;
}

.vm-sizechart-modal-inner th,
.vm-sizechart-modal-inner td {
    border: 1px solid #e5e5e5;
    padding: 6px 8px;
    text-align: left;
}

/* Titulek modalu */
.vm-sizechart-modal .modal-title {
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
}

/* X zavírání */
.vm-sizechart-modal .btn-close {
    filter: invert(0);
    opacity: .5;
}
.vm-sizechart-modal .btn-close:hover {
    opacity: .8;
}
/* Kontejner kolem bloku dopravy */
.shipping-block-wrapper {
    background-color: #d4dae3;
    border-radius: 8px;
    padding: 15px 18px;
    margin-top: 14px;
}

/* Samotný blok dopravy uvnitř wrapperu */
.shipping-block {
    background-color: #e7eaf0;
    border-radius: 6px;
    padding: 10px 12px;
}
/* Blok Dotaz na produkt + Zpět na */
.add-to-cart-container .product-links-container {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
}

/* Položky uvnitř – sjednocení spacingu */
.add-to-cart-container .product-links-container .ask-a-question-wrapper,
.add-to-cart-container .product-links-container .product-back-link-wrapper {
    margin-bottom: 0.1rem !important;
}

/* Samotné odkazy, pokud by se zobrazily bez wrapperu */
.add-to-cart-container .product-links-container a.ask-a-question,
.add-to-cart-container .product-links-container a.back-page {
    display: inline-block;
    margin-bottom: 0.5rem !important;
}
/* 
 * CSS pro rozložení popis produktu / související produkty vedle sebe (50/50)
 * Responzivní design - na mobilech pod sebou
 */
/* Hlavní wrapper */
.product-layout-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Levá část */
.product-details-section {
    flex: 1;
    min-width: 0;
}

/* Pravá část */
.related-products-section {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

/* Související produkty - flex roztažení */
.related_products-fields-container {
    flex: 3;
}

/* Přepsat šířku carouselu */
.related_products-fields-container .related-products__wrapper {
    width: 100% !important;
}

/* Produkty 33% */
.related_products-fields-container .product-container {
    width: 33.333% !important;
}

/* Modul */
.custom-module-container {
    flex: 1;
    min-width: 200px;
}

@media (max-width: 768px) {
    .product-layout-wrapper {
        flex-direction: column;
    }
    
    .related-products-section {
        flex-direction: column;
    }
    
    .related_products-fields-container .product-container {
        width: 100% !important;
    }
}
.header-group, .mod-header-group {
margin-bottom: 0.5rem;
}
.product-sales-price, .product-sales-price div {
font-weight: bold;
font-size: 20px;
}
.utility-horizontal-section .container-inner {
padding: 1rem 0;
}
.product-carousel-tns-outer .tns-ovh {
padding-top: 4rem;
}
/* ====== UNIVERSAL SIZE-CHART STYLING (sport-store.cz) ====== */

.sizechart-wrapper {
    margin: 25px 0;
}

.sizechart-wrapper h3,
.sizechart-wrapper h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.sizechart-wrapper p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.sizechart-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 25px;

    /* decentní obvodové orámování JEDNOTLIVÝCH tabulek */
    border: 2px solid #d4dae3;
    border-radius: 4px;
}

.sizechart-wrapper table thead th {
    background: #f5f5f5;
    font-weight: 700;
    padding: 12px;
    border-bottom: 2px solid #e0e0e0;
    text-transform: uppercase;
}

.sizechart-wrapper table td {
    padding: 5px 12px;
    border-bottom: 1px solid #e8e8e8;
}

.sizechart-wrapper table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sizechart-wrapper table,
    .sizechart-wrapper thead,
    .sizechart-wrapper tbody,
    .sizechart-wrapper th,
    .sizechart-wrapper td,
    .sizechart-wrapper tr {
        display: block;
    }

    .sizechart-wrapper thead {
        display: none;
    }

    .sizechart-wrapper tbody tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 10px;
        background: #fff;
    }

    .sizechart-wrapper td {
        border: none;
        padding: 6px 0;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .sizechart-wrapper td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
    }
}
/* O nás page - VP Neoteric style */
.about-us-page {
    padding: 20px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.about-logo {
    margin-bottom: 15px;
}

.about-logo img {
    max-width: 180px;
    height: auto;
}

.about-us-page .page-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.about-us-page h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.about-us-page .text-highlight {
    color: #c22500;
}

.about-us-page .brand-name {
    color: #c22500;
    font-weight: 500;
}

.about-us-page p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.about-us-page a {
    color: #c22500;
}

.about-intro {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.about-contact {
    padding-top: 10px;
}

/* Responzivita */
@media (max-width: 767px) {
    .about-us-page {
        padding: 15px;
    }
    
    .about-us-page .col-md-6 {
        margin-bottom: 20px;
    }
    
    .about-us-page h2 {
        font-size: 1.15rem;
    }
    
    .about-us-page .page-title {
        font-size: 1.5rem;
    }
    
    .about-logo img {
        max-width: 140px;
    }
}