/* TMP */ 

@media (max-width: 767px) {
  :root {
    --nx-tab-fs: 14px;
    --nx-title-fs: 16px;
  }

  /* qty width — řeší NX qty v custom.css (--nx-qty-input-w), ne 22px legacy */
  .product-quantity .qty {
    margin-right: 0;
  }
  #product .add_cart-icon {
     
    font-size: 14px;
}
}

 

@media (max-width: 767px) {
  
  
   /* LEGACY #wecmsbanner scroll — přepsáno NX .nx-topbar
   #wecmsbanner {
        display: block;
        overflow-x: auto; 
        white-space: nowrap;  
        padding-right: 0;
        -webkit-overflow-scrolling: touch;  
        padding-bottom: 10px;  
        margin-bottom: -10px; 
    }

    #wecmsbanner p {
        display: inline-block;  
        min-width: 100%;  
        font-size: 14px!important;
    }
    
     #wecmsbanner::-webkit-scrollbar {
        display: none; 
    }
  */
  
  
   #_mobile_currency_selector {
    background: #f3f3f3;
    text-align: right;
        padding-right: 17px;
  }
 #currency-selector-label {
    color: #737373;
    font-size: 16px;
}
.dropdown select {
    color:  #293047;
    border-radius: 4px;
    padding: 0 8px;
}
  
  
  .link-desktop-only {
        display: none !important;
    }
    
    .card-mobile-only {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-width: 140px;
        height: 100%;
        min-height: 220px;
        background: #fdfdfd;
        border: 1px solid #f1f1f1;
        border-radius: 4px;
        text-decoration: none !important;
        margin: 0 0px;
        padding: 16px;
    }

    .card-mobile-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #414141;
    }

    .card-mobile-svg {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .card-mobile-only span {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #232323;
    }
  
  
  
  
  
  #index #search_widget {
    display:none;
  }
  
  .main-block .contact {
    font-size: 15px!important;
    padding: 0!important;
    
}
  
 
  
  
  
  
   #category #js-product-list .resp-js-product {
     margin-bottom: 0;
     max-width: none;
     padding-left: 0;
     padding-right: 0;
   }
   
   #category #js-product-list .products {
    justify-content: flex-start !important;
}
   
 
  
  
  
  #subcategories.nx-subcats ul {
    margin-left: 0 !important;
    gap: var(--nx-space-xs);
  }
  
  
  .menu-icon-mobile:before {
    width: 23px !important;
    height: 23px !important;
    background-size: 23px 23px !important;
    top: 50% !important;
    left: 50% !important;
  }

  /* close: stejný UI jako nx-dcart__close — styly v custom.css */
  #header.is-open .menu-icon-mobile:before,
  .is-open .menu-icon-mobile:before {
    background-image: none !important;
    background-size: 0 !important;
    top: 50% !important;
    left: 50% !important;
  }

#header .top-logo {
    min-height: 0;
}
  
  

.product-miniature .product-title a {
     
    min-height: 26px;
}

.product-list-reviews {
     
    padding-bottom: 0!important;
}

.header-banner {
     
    /* padding-left: 15px!important; — NX .nx-topbar */
}

 

#header .header-nav {
    max-height: 100%!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding: 4px 0 4px 0!important;
    background: #ffffff;
    border-bottom: 2px solid #f3f3f3;
}

#search_widget form input {
    padding: 16px!important;
     
}



  
     #search_widget {
    min-width: 100%!important;
    position: relative;
    margin-left: 0;
    margin: 0 auto;
   
    
}

  #product .tab-content {
    padding: 0 15px;
  }
  
  
  /* barvy/váha — underline řeší ::after v custom.css (pod textem) */
  .tabs .nav-tabs .nav-link:hover {
    border: 0 !important;
    color: #070707;
  }

  .tabs .nav-tabs .nav-link.active,
  .tabs .nav-tabs .nav-link.active:hover {
    border: 0 !important;
    color: #070707;
    font-weight: 700;
  }
  
  /* legacy: skrývalo 1. kartu — přebito NX (.nx-featured-hp: mobil = jen 1.) */
  /*
  .blok-doporucene-hp .js-product.product.rjp-hp:first-child {
    display: none;
  }
  */

  
  
  
  .tabs-title-hp-2 {
    justify-content: flex-start!important;
    
}
  
  
  .products-gallery  .product-miniature .product-title a {
    font-size: 10px;
     
    
}

#header.is-open {
    top: 0;
    position: fixed;
    max-width: 100%;
    overflow: scroll;
}

.product-miniature .product-title {
   
 
    margin-bottom: 0!important;
}

  
  .products-gallery .wishlist-button-add {
    display:none;
}


.products-gallery .product-flag, .products-gallery #product-availability{
  /* rn */ 
  display: none;
  
  
}
  
.items-tabs-hp-2 .wishlist-button-add {
    top: 0;
    background: transparent;
}
  
  
  .title-accessories {
    
    font-size: 14px;
     
}

.products article  .wishlist-button-add {
    top: 0;
     
}


.product-miniature .product-description {
    padding: 16px;
    padding-bottom: 0!important;
}

  
 .no-mobile {
   display: none!important;
 }
 
 
 .hidden-md-up.filter-button {
   margin-top: 3px;
 }
 
 .js-search-toggler {
  background: #03c7be;
  border-radius: 4px;
  color: white;
  font-weight: 700;
   font-size: 14px;
   padding: 8px!important;
  
}
 
    
    .product-miniature .regular-price {
   
    min-width: 100%;
}
    
    
    
    /* MENU — jen header, ne .nx-facets / .nx-cat-tree accordion */
#header.is-open {
    top: 0;
    position: fixed;
    max-width: 100%;
    height: 100vh !important;
    overflow: visible;
    overflow-x: hidden;
}
 
.fix_menumobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s ease;
    width: 100%;
    min-width: 100%;
    background: white;
    padding: 0 12px !important;
    z-index: 999;
    border-bottom: 1px solid #f1f1f1;
}
    
    
    .nx-cat-tree {
      display: none !important;
    }
   
  
   
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a  {
    padding-left: 36px;
    background: #f3f3f3;
    border-bottom: 1px solid #ededed
}
  
  
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li a  {
    padding-left: 46px;
    background: #f3f3f3;
    border-bottom: 1px solid #ededed
}  
 
  #product .resp-js-product {
     max-width: 50%;
    padding-left: 2px;
    padding: 0 4px 0 0;
    margin-bottom: 4px;
}
#index .tabs-item,
#index .tabs-item-2,
#index .right-title {
    padding: 8px 0px 5px 0px;
    margin: 0 12px 0 0;
    font-size: var(--nx-tab-fs, 14px);
}

.tabs-title-hp {
    
    margin-left: 5px;
}




#category .product-miniature .product-price-and-shipping {
    
    min-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.product-miniature .thumbnail-container {
    
    margin-bottom: 0rem;
    
}
.products-cate-hp .left-title {
 font-size: 26px;
    text-align: center;
}

.icon-cate-hp:before {
    position: absolute;
    right: 0;
    left: 0;
 display: none;
    min-width: 100%;
    top: -32px;
   
}

.products-cate-hp {
   
    position: relative;
}


.hidden-mob {

display:none


}
    
    
  .cart-products-count {
    top: -1px;
    right: -1px;
  }
    
    .info-total {
     display: none!important;
      
    }
 
 .cart-icon {
    width: 35px;
    height: 35px;
    margin-right: 4px;
}
 .login-icon {
    width: 35px;
    height: 35px;
    margin-right: 4px;
}

#header .header-nav .blockcart .header {
  padding: 0;
}
#_mobile_user_info {
  padding: 0;
}
.is-open .header-nav {
  position: relative;
}
#mobile_top_menu_wrapper {
  padding: 0 16px;
}
#header .header-nav #menu-icon {
    margin: 0 !important;
    width: 35px !important;
    height: 35px !important;
    margin-left: 6px!important;
}
     

#subcategories.nx-subcats ul li,
#subcategories.nx-subcats .nx-subcats__item {
  margin: 0 !important;
  width: auto;
  min-width: 0;
}

#subcategories.nx-subcats .nx-subcats__name {
  font-size: 13px !important;
}

#subcategories.nx-subcats .nx-subcats__count {
  font-size: 12px;
}

#subcategories.nx-subcats .nx-subcats__link {
  min-height: 38px;
  padding: 0.4rem 0.7rem;
}


.bm {
  position: fixed;
  bottom: 0;
   
  background: white;
  right: 0;
  left: 0;
  padding: 0 15px;
  z-index: 500;
  padding-bottom: 5px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19);
     padding-top: 15px;
  
}

.js-product-actions.bm {
  display: none;  
}


.bm .container-detail {
    display: flex!important;
    min-width: 100%;
    padding: 0;
    padding-top: 0;
    justify-content: space-between;
    align-items: baseline;
}
  
.bm .add {
  width: 100%;
  
}  

.bm .add_cart-icon:before {
  display: none;
}
  
    .bm .btn-primary{
    background-color: #03c7c2;
    border-radius: 4px;
    text-transform: none;
    min-width: 100%;
    margin: 0;
}
  
 
  .bm .wishlist-button-product {
    display: none;
  }
  
  
 
  
  
  .product-miniature .regular-price {
    display: block;
     
}
  
  /* top kontakt — LEGACY (přepsáno NX .nx-topbar)
    .info-banner-top {
    display: block;
   
}

#wecmsbanner {
    display: block;
    min-width: 100%;
    padding-right: 0;
}

#wecmsbanner p {
    font-size: 7px;
    text-align: left;
}
*/



/* list img */ 
/* posuvník */ 

.product-images {
    display: flex;
     
    text-align: center;
    justify-content: center;
    padding: 12px 0px;
}


.js-qv-product-images picture {
    border: 0px solid red;
    height: 6px;
    width: 6px;
    display: block;
    overflow: hidden;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
}


.js-qv-product-images .js-thumb-container {
    background: #000000;
    margin-left: 6px;
    margin-right: 6px;
    
    max-width: 6px;
    max-height: 6px;
    border-radius: 50%;
    position: relative;
}


 
.js-qv-product-images .js-thumb-container img  {
    
   opacity: 0;
   
   
      
    
}




.js-qv-product-images img {
    
    max-width: 6px;
    max-height: 6px;
    position: absolute;
    border-radius: 0;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}




.product-navigation {
    display: block;
}

.product-cover {
  position: relative;
}

.product-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  pointer-events: none; /* tečky / cover dostanou klik; šipky níž */
}

.product-navigation .nav-btn {
  pointer-events: auto;
}

.nav-btn {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.nav-btn-2 {
    color: #000000 ;
}




.js-thumb.selected {
    
    display: block;
    opacity: 1!important;
    position: absolute;
    max-width: 6px;
    max-height: 6px;
    border-radius: 50%;
    
    top: 0px;
    
}

 
.thumb-container {
  transition: all 0.3s ease;
}



 


 /* ujistení top */ 
 
 .main-block-row {
    display: flex;
    width: 100%;
    overflow-x: unset;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: wrap;
}

 
  .main-block-row  {
  display: flex!important;
}
  .block-item {
    min-width: 40%!important;
    display: block!important;
}
.media-box {
    display: block!important;
     
 
}
    .posuvnik-mobile {
    padding: 0;
}
.main-block .contact {
    font-size: 14px;
     
}

.media-body .bold {
    margin-bottom: 4px;
    line-height: 19px;
    margin-top: 12px;
}
    .img-uj img {
      max-height: 30px;
    }
    
    
    
    #main .images-container .js-qv-mask.scroll {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    
}

.product-comments-additional-info .comments-note {
    
    margin-bottom: 0;
}
    
    .product-comments-additional-info {
    
    margin-bottom: 14px!important;
}

.accessories-js {
    width: 100%!important;
   
}

/* legacy — PDP we-title underline na mobilu → NX PDP section titles
#product .we-title {
    font-size: var(--nx-title-fs, 16px);
    border-bottom: var(--nx-title-underline, 2px solid #070707);
}
*/
    
    #product-comments-list-header {
    
    align-items: flex-start!important;
    flex-direction: column;
}
    #blockcart-modal .modal-title {
    font-size: 0.75rem;
    font-weight: 400;
    color: #353943;
    font-weight: 600;
}
#blockcart-modal .close-we {
     
    border-radius: 50%;
    
}

/* legacy full-bleed — NX .nx-hp-cta drží radius + padding v containeru */
.banner-center-hp:not(.nx-hp-cta) {
    padding: 12px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0!important;
    padding-bottom: 23px;
}

div#block_myaccount_infos li {
   
    padding: 0.625rem;
}


/*
#footer #author-blog-comment-link {
    padding: 0.625rem;
    padding-left: 20px;
    margin-bottom: 24px;
    float: left;
    min-width: 100%;
}
*/

.cart_block .products .remove_link {
    
    bottom: 8px;
    top: auto;
}

.close-we-cart {
  padding-top: 1px;
}

/* nx-dcart close — vpravo ve flex head (ne right: 83px) */
.nx-dcart .close-we-cart,
.nx-dcart__close.close-we-cart {
  right: auto !important;
  left: auto !important;
  margin-left: auto;
}
.col-md-6.col-xs-6.qty {
  margin: 0;
  padding: 0;
}

body#checkout span.custom-checkbox > label,
body#checkout .condition-label {
    padding-left: 1.5rem;
}

#checkout-personal-information-step .nav-link {
    font-size: 12px;
}


#checkout-personal-information-step .nav-link.active {
    font-size: 12px;
}
#checkout #js-checkout-summary {
    padding: 20px;
}

#checkout .header-nav .cart-icon {
    
    margin-right: 20px;
}

#cart .product-line-grid-right .price  {
    
    margin-left: 0;
    padding-left: 0;
}

#cart .cart-summary-line.cart-total {
   
    padding-bottom: 0;
    margin: 0;
}

#cart .checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
  margin-top: 48px;
}

/* NX reassurance je v container-full-top — neskrývat na mobilu */
/*
.container-full-top {
   display: none;
}
*/


#checkout .custom-radio input[type=radio]:checked + span {
   
    background-color:#03c7c2;
    
    
    top: 2px;
    left: 2px;
}


#checkout .payment-options {
    border-bottom: 1px solid #adabae;
    height: auto;
    margin-top: 18px;
    
}


#search .resp-js-product {
  
  width: 50%;
  margin-bottom: 20px;
  
}


/* HP TABS */ 

/* HP TABS — šířky karet: nx-product-miniature.css (≤991 scroll) */

 

.caption-id-2 .ybc_button_slider a {
    background: #070707a3!important;
}


/* legacy mobile CTA — ne NX miniatura */
#ets_addToCart:not(.nx-miniature__cta) {
    position: relative;
     
    width: 55px;
    
    background: none;
    border: none;
    background: #f3f3f3;
    padding: 6px;
    margin-bottom: 12px;
    min-width: 100%;
    
}

#ets_addToCart::before {
  /* content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/obrazky/icon/add-to-cart.svg')!important; 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */ 
}


.left-title {
    text-align: left;
}

.products-top-hp  .product-miniature .product-price-and-shipping, .prod-hp-box  .product-miniature .product-price-and-shipping {
    
    min-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-checkbox input[type=checkbox] {
    margin-top: 7px;
    opacity: 0.5;
}

 


.prod-vyber, .prod-hp-box {
    
    padding-left: 18px;
}


.a-link-cate.tlacitko {
    right: 0;
    
    font-weight: 600!important;
  
    padding: 0!important;
    margin: 0!important;
    top: 190px!important;
    position: relative!important;
   
    font-size: 0!important;
    height: 34px!important;
    width: 47px;
    right: 12px;
    background: transparent;
}

.a-link-cate.tlacitko::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/obrazky/icon/next.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



/* END */ 


.products article  .wishlist-button-add {
    background-color: transparent!important;
    position: absolute;
    top: 0!important;
}
}



    
    
   

 
 
    
    
    
 




/* přesunuto z 375–991: jen mobil */
@media (max-width: 767px) {
  .right-prod .container-detail {
      display: none;
  }
  
  
  .product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage, .product-flag .new {
    border-radius: 0!important;
}
  
  



 .product-cover .product-flags li.product-flag {
   
    border-radius: 0px!important;
}

  .product-cover .product-flags li.product-flag {
    border-radius: 0px!important;
}

  
  .container-detail.mobile-add-fix  .product-discount {
   
   display: none;
    
  }
  
  
.right-prod   .product-actions .add-to-cart {
    
    padding-top: 0rem;
    line-height: inherit;
    padding: 12px;
    font-size: 14px;
    
    min-width: 150px;
}
  .price-theme {
    margin-top: 0px!important;
   padding-top: 0!important;
}

.flag-price {
    background: #f0653a;
    color: white;
    font-weight: bold;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 8px;
}

 


}
