.top-navigation-menu {
    display: none !important;
}

ul.menu-level-1 {
    font-family: "Marcellus" !important;
    font-size: 13px;
}

div#categories {
    font-family: "Marcellus" !important;
}

/* cookies lišta */
.siteCookies__form {
    background-color: #383838 !important;
}

.subcategories.with-image {
    font-family: "Marcellus" !important;
}

/* drobečkova navigace */
.breadcrumbs.navigation-home-icon-wrapper {
    font-family: "Marcellus";
}

/* vypredajova akcia kruh */
.flag.flag-discount {
    background-color: #d60202 !important;
}

/* nazov produktu v detaile produktu */
.p-detail-inner-header h1 {
    font-family: "Marcellus" !important;
}

/* nazov kategorie v katalogu */
.category-title {
    font-family: "Marcellus" !important;
}

/* farba hladacika na home page */
button.btn.btn-default:hover {
    color: #EEBF49;
}

/* radius hladacik */
button.btn.btn-default {
    border-radius: 0px 10px 10px 0px;
}

/* radius hladacik */
input.query-input.form-control.search-input.js-search-input {
    border-radius: 0px 10px 10px 0px;
}

/* radius farby filter psotranny */
span.advanced-parameter-inner {
    border-radius: 10px !important;
}


/* tlačitko Add to cart v katalogu */
button.btn.btn-cart.add-to-cart-button {
    color: #EEBF49;
}

/* tlačitko Add to cart v katalogu */
button.btn.btn-cart.add-to-cart-button:hover {
    color: #383838;
    font-weight: 700;
}

/* tlačitko Add to cart v detaile produktu */
button.btn.btn-lg.btn-conversion.add-to-cart-button:hover {
    color: #383838 !important;
   /* font-weight: 700 !important;*/
}

/* tlačitko Pokračovať do košíka 1 krok */
a#continue-order-button:hover {
    color: #383838;
}

/* tlačitko Pokračovať do košíka 2 krok */
button#orderFormButton:hover {
    color: #383838;
}

/* tlačitko Odoslať objednávku */
button#submit-order:hover {
    color: #383838;
}

/* tlačitko Pokračovať do košíka */
.order-button-text:hover {
    font-weight: 600 !important;
}


/* základná farba menu */
.navigation-in ul.menu-level-1 > li > a{
  color: #EEBF49 !important;
}

/* hover / active */
.navigation-in ul.menu-level-1 > li > a:hover,
.navigation-in ul.menu-level-1 > li.active > a,
.navigation-in ul.menu-level-1 > li.open > a{
  color: #383838 !important;
}


/* Nahradenie ikonky domčeka logom v breadcrumb */
a.navigation-home-icon {
  display: inline-block;
  background-image: url("/user/documents/upload/grafika/favicon%20krasna%20moda%2030x30%202025.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px; /* schová pôvodný text/ikonu */
  overflow: hidden;
}

.breadcrumbs > span > a {
    min-height: 30px !important;
}

/* Skrytie kvačky pri variantach */
.advanced-parameter-inner.yes-before:before {
    background-image: none !important;
}

/* Skrytie Tlač pri produkte */
a.link-icon.print {
    display: none;
}

/* Skrytie Položka sa vypredala */
tr.sold-out {
    display: none !important;
}

/* názov produktu v katalogu */
.p-in-in .name span {
    font-family: "Marcellus" !important;
    font-weight: 600 !important;
}


/* Vypredaná veľkosť – zmeniť vizuál kruhu */
label.advanced-parameter.is-soldout .advanced-parameter-inner{
  opacity: .35 !important;
  filter: grayscale(100%) !important;
  position: relative !important;
}

/* Šikmé prečiarknutie cez kruh (zľava dole -> doprava hore) */
label.advanced-parameter.is-soldout .advanced-parameter-inner::after{
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 2px;
  background: rgba(0,0,0,.65);
  transform: translateY(-50%) rotate(-20deg);
  pointer-events: none;
  z-index: 10;
}

/* UX: nech sa to nedá kliknúť */
label.advanced-parameter.is-soldout{
  cursor: not-allowed !important;
}
label.advanced-parameter.is-soldout *{
  pointer-events: none !important;
}

/* schovanie ceny ak je produkt vypredany */
body.all-variants-soldout .p-final-price-wrapper,
body.all-variants-soldout .p-detail-price,
body.all-variants-soldout .price-final,
body.all-variants-soldout .prices,
body.all-variants-soldout .p-price-wrapper{
  display: none !important;
}

/* schovanie ceny ak je produkt vypredany */
html.variants-evaluating .p-final-price-wrapper,
html.variants-evaluating .p-detail-price,
html.variants-evaluating .price-final,
html.variants-evaluating .prices,
html.variants-evaluating .p-price-wrapper{
  visibility: hidden !important;
}


/* možnosti doručenia pri produkte */
span.delivery-time-label {
    background: #E6FFE6;
    color: #20693b;
    font-size: 0.90em;
    font-weight: 600;
    border-radius: 9px 0px 0px 9px;
    padding: 7px 13px 7px 10px;
    border-left: 3px solid #43B36B;
}

.delivery-time span {
    gap: 10px;
    background: #E6FFE6;
    color: #20693b;
    font-size: 0.90em;
    font-weight: 600;
    border-radius: 0px 9px 9px 0px;
    padding: 6px 13px 8px 15px;
    margin-left: -5px !important;
    letter-spacing: 0.1px;
}

/* MOBILNÉ MENU – text na čierno */
@media (max-width: 992px){
  .navigation-in ul.menu-level-1 > li > a,
  .navigation-in ul.menu-level-2 > li > a,
  .navigation-in ul.menu-level-3 > li > a{
    color: #1a1a1a !important;
  }

  /* aj stavy hover/active/open */
  .navigation-in ul.menu-level-1 > li > a:hover,
  .navigation-in ul.menu-level-1 > li.active > a,
  .navigation-in ul.menu-level-1 > li.open > a,
  .navigation-in ul.menu-level-2 > li > a:hover,
  .navigation-in ul.menu-level-2 > li.active > a,
  .navigation-in ul.menu-level-2 > li.open > a{
    color: #1a1a1a !important;
  }

  /* ak je text v <b> alebo <strong> (niekedy Shoptet používa) */
  .navigation-in ul.menu-level-1 > li > a b,
  .navigation-in ul.menu-level-1 > li > a strong,
  .navigation-in ul.menu-level-2 > li > a b,
  .navigation-in ul.menu-level-2 > li > a strong{
    color: #1a1a1a !important;
  }

  /* šípky/ikonky pri položkách (ak sú farebné) */
  .navigation-in .submenu-arrow{
    color: #1a1a1a !important;
  }
}


/* Kvietkový badge - symetrický */
.flags.flags-extra .flag.flag-discount{
  background: #d62022 !important;
  border-radius: 0 !important;

  width: 75px;
  height: 75px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  line-height: 1.1;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='white' d='M50 10 C60 10 63 20 70 24 C77 28 86 26 90 34 C94 42 86 48 86 56 C86 64 94 70 90 78 C86 86 77 84 70 88 C63 92 60 100 50 100 C40 100 37 92 30 88 C23 84 14 86 10 78 C6 70 14 64 14 56 C14 48 6 42 10 34 C14 26 23 28 30 24 C37 20 40 10 50 10 Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;

  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='white' d='M50 10 C60 10 63 20 70 24 C77 28 86 26 90 34 C94 42 86 48 86 56 C86 64 94 70 90 78 C86 86 77 84 70 88 C63 92 60 100 50 100 C40 100 37 92 30 88 C23 84 14 86 10 78 C6 70 14 64 14 56 C14 48 6 42 10 34 C14 26 23 28 30 24 C37 20 40 10 50 10 Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;

  /* jemný sticker efekt */
  box-shadow: 0 6px 12px rgba(0,0,0,0.18);
}


/* ========================================
   Propojení produktů - Obrázky
   Generováno: 17. 1. 2026
   ======================================== */

/* Tvar a velikost obrázků */
.c-product-interconnection-detail-params__products.is-type--photos span.item-type-img {
    width: 50px !important;
    height: 70px !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    transition: all 0.2s ease !important;
}

/* Mezera mezi položkami */
.c-product-interconnection-detail-params__products.is-type--photos {
    gap: 10px !important;
}

/* Aktivní volba - rámeček */
.c-product-interconnection-detail-params__products.is-type--photos a.is-current span.item-type-img {
    border: 1px solid #383838 !important;
}

/* Odstranění výchozí ikony fajfky */
.c-product-interconnection-detail-params__products a.is-current .item-type-img:before {
    display: none !important;
}

/* Skrytí popisku */
.c-product-interconnection-detail-params__products.is-type--photos .item-label {
    display: none !important;
}

/* Hover efekt - posun */
.c-product-interconnection-detail-params__products.is-type--photos a:hover span.item-type-img {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

/* vyplnenie obrazkov v rámčeko do plneho ramu */
.c-product-interconnection-detail-params__products span[class^="item-type"]{
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto 122% !important;
}


/* skrytie v Sidebar kategorie Novinky */
#cat-1439 {
  display: none;
}

/* skrytie v Sidebar kategorie Výpredaj */
#cat-1442 {
  display: none;
}

