/** Shopify CDN: Minification failed

Line 235:3 Expected "}" to go with "{"

**/
/* =========================================
   1. ZÁKLADNÉ ŠTÝLY (Všetky zariadenia)
   ========================================= */

/* FoxKit & Popups */
.foxkit-popup__thankyou p {
  color: white;
}
.foxkit-cartgoal__title {
  letter-spacing: -0.3px;
}

/* Produktové karty - Základ */
.m-collection-products .m-product-item {
  padding: 0 1px !important;
}
.m-product-option--content {
  align-items: center;
}
.m-product-card__content > div {
  margin-left: 0.1rem !important;
}
.m-product-card__content .block a {
  margin: 0 !important;
}

/* Typografia Produktov */
.m-product-card .m-product-card__content h3.m-product-card__title .m-product-card__name {
  /*font-weight: 500 !important;
font-size: 11px; 
text-transform: none;
letter-spacing: -0.2px;*/
  font-weight: 800 !important;
  font-size: 11px; 
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-shadow: 0 0 0.2px #000;
  -webkit-text-stroke: 0.1px #000;
}
.m-product-card .m-product-card__content h3 .m-product-card-name {
  font-weight: 700;
  font-size: 11px; /* Mobil základ */
  letter-spacing: 0px; 
  text-transform: uppercase;
}
.m-product-card .m-product-card__content .m-product-card-price span,
.m-product-card .m-product-card__content .m-product-card-price s {
  font-weight: 400;
  font-size: 14px !important; /* Mobil základ */
  letter-spacing: -0.2px;
}
h1.m-product-title {
  font-size: 11px; /* Mobil základ */
  text-transform: uppercase;
  letter-spacing: 0px;
}
.main-product__block .product-block-group--title h1 {
  font-weight: 600;
  font-size: 10px;
}

/* Štítky, Badges a Zľavy */
.m-product-card__tag-name.m-product-tag.m-product-tag--sale.m-gradient.m-color-dark {
  font-size: 8px;
  letter-spacing: -0.5px;
  color: #edeb20;
  font-weight: bold;
}
body .prod__tag-discounted span {
  margin-left: 0px;
}
.jdgm-prev-badge {
  font-weight: 400 !important;
  font-size: 10px !important;
}

/* Varianty a Swatche */
swatch-image {
  padding-left: 5px !important;
}
.m-product-option--node-button--image {
  width: 50px !important;
  height: 70px !important;
}
.m-product-card .m-product-option--node__label[data-option-type=image].has-bg-img,
.m-product-card .m-product-option--node__label[data-option-type=default].has-bg-img {
  padding: 2px !important;
  width: 20px !important;
  height: 25px !important;
  border-radius: 5%;
  min-width: unset !important;
  margin-top: 0px !important;
  margin-right: 2px !important;
}
.m-product-card .m-product-card-option__more-count.text-base {
  font-size: 5px !important;
  line-height: 1 !important;
}
.m-product-option--more-option.m-product-quickview-button {
  width: 0.5px !important;
  height: 0.5px !important;
  margin-top: -5px !important;
}
body .m-product-option {
  margin-top: 0.1rem !important;
}

/* Layout prvky */
.m-page-header {
  display: none;
}
[disabled="false"] {
  pointer-events: auto !important;
  opacity: 1;
}
body .main-product__block.main-product__block-price,
body .main-product__block.main-product__block-\@app {
  margin-top: 5px;
}
.added-to-wishlist svg g {
  fill: white !important;
}

/* Navigácia a Search */
.m-cart-count-bubble.m-cart-count {
  font-weight: bold;
}
.m-sidebar--open.m\:flex.m\:items-center {
  letter-spacing: -0.5px;
}
.m\:w-full.m-button.m-button--primary {
  font-weight: bold;
  letter-spacing: -0.5px;
}
.m-search-result__heading.h5 {
  font-weight: 900;
  letter-spacing: -0.3px;
  text-shadow: 0 0 0.3px currentColor;
  text-transform: uppercase;
}

/* Politika súkromia a Accordion */
.template-.-privacy-policy .shopify-policy__title {
  opacity: 0;
}
.template-.-privacy-policy .shopify-policy__title h1 {
  padding: 0;
}
.m-accordion--item .m-accordion--item-button:after {
  background-image: var(--arrow-down-white-url) !important;
}

/* Sale Status Module (Farebné guličky) */
#sale-status-module .radio-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#sale-status-module .stats-warp {
  padding-left: 0;
}
#sale-status-module .radio-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #999;
  margin-right: 10px;
  position: relative;
  background-color: green;
}

/* =========================================
   2. DESKTOP (min-width: 768px)
   ========================================= */
@media (min-width: 768px) {
  .m-collection-products .sf__col-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .m-product-card .m-product-card__content h3.m-product-card__title .m-product-card__name {
    font-size: 13px;
  }
  .m-product-card .m-product-card__content h3 .m-product-card-name {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .m-product-card .m-product-card__content .m-product-card-price span,
  .m-product-card .m-product-card__content .m-product-card-price s {
    font-size: 15px !important;
  }
  h1.m-product-title {
    font-size: 16px;
  }
}

/* =========================================
   3. MOBILE (max-width: 767px)
   ========================================= */
@media (max-width: 767px) {
  /* Layout produktov na mobile */
  .m-collection-products .m-product-item {
    padding: 1px !important;
  }
  .m-collection-products .sf__col-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .custom-content-homepage .sf-custom__grid {
    grid-template-columns: 1fr 1fr;
    display: grid !important;
  }
  
  /* Header a navigácia */
  .m-header__mobile .mobile_search_icon > div {
    justify-content: start;
  }
  .m-header__mobile .m-header__mobile-right > a {
    padding-inline: 0;
  }
  .m-header__mobile .m-header__mobile-right {
    margin-left: 0.5rem;
  }

  /* Varianty na mobile */
  .m-product-card .m-product-option--node__label[data-option-type=image].has-bg-img,
  .m-product-card .m-product-option--node__label[data-option-type=default].has- {
    width: 15px !important;
    height: calc(15px / var(--option-aspect-ratio, 1)) !important;
  }