/** Shopify CDN: Minification failed

Line 110:1 Unexpected "}"

**/

.predpredaj-kosik {background: #ff651112;
    border-radius: 5px;
    border-left: 3px solid #ff8611;
    padding: 13px;
    margin-top:10px;
    padding: 12px 16px;
    color:black;
    font-size:13px;
  width:fit-content;}

/*Version 2.1. - 08122025 - Cart addons*/
.rdm-addon-info {
  font-size: 14px;
  cursor: pointer;
  color: #d4af37;
    margin-left: -3px;
    margin-top: -10px;
  transition: 0.2s;
}

.rdm-addon-modal-content p {font-size:15px;color:#3e3e3e;}
.rdm-addon-info-icon {
  width: 19px;     /* adjust size */
  height: 19px;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s;
}

.rdm-addon-info-icon:hover {
  opacity: 0.7;
}
.rdm-addon-info:hover {
  color: #b5902f;
}
.rdm-addon-popup-image {
    position: absolute;
    transform: rotate(-20deg);
    top: -13px;
    left: -13px;
    width: 70px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}
.rdm-addons-disabled {
  opacity: 0.45;
  pointer-events: none; /* prevent clicking checkboxes */
  filter: grayscale(1);
}
.rdm-addon-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
}

.rdm-addon-modal-content {
  background: white;
   position: relative;
  padding: 25px;
  border-radius: 8px;
  width: 90%;
  max-width: 380px;
  margin-top:15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.25s ease;
  text-align: center;
}

.rdm-addon-close {
  margin-top: -14px;
  font-size: 22px;
  float: right;
  cursor: pointer;
  color: #555;
}
.rdm-addon-close:hover {
  color: #000;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.94);}
  to   {opacity: 1; transform: scale(1);}
}
  @media (max-width: 768px) {
  .rdm-cart-addons{margin-bottom:20px;}
}
  @media (min-width: 768px) {
  .rdm-cart-addons{
    width: 60%;}
}
.rdm-addon-left {
  display: flex;
  align-items: center;
  gap: 8px;
}}

.rdm-addon-price {
  font-weight: bold;
  color: #111; /* optional */
}
.rdm-cart-addons {
  margin-top: 25px;
  padding: 22px;
  border: 1.5px solid #e5e5e5;
  border-radius: 12px;
  background: #fcfcfc;
}

.rdm-addon-modal-content h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #111;
}


.rdm-cart-addons h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #111;
}

.rdm-addon-option {
  display: flex;
  justify-content: space-between; /* push price to right */
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.rdm-addon-checkbox {
  appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #5b5b5b;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.25s ease;
  position: relative;
}

.rdm-addon-checkbox:hover {
  border-color: #b5902f;
}

.rdm-addon-checkbox:checked {
  background-color: #d4af37;
  border-color: #d4af37;
}

.rdm-addon-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  background-image: url('/cdn/shop/files/yes.png?v=1765224314');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.rdm-addon-price {font-weight:bold;}








/*Version 2.0. - 30112025*/
.m-page-header--template-cart {margin-top:20px;}
.template-cart .oblubene-znacky {display:none;}
.m-cart__footer--wrapper {height:fit-content;}

.m-cart-item__title:hover {color:black !important;}
.m-cart-item__title {font-size:14px;
line-height:16px;
font-weight:bold;}
.discount-grid-wrapper {
  display: grid;
  position: relative;
}
.m-cart-drawer-item__quantity .m-quantity__input {padding:4px 0px !important;}
.m-cart-item__image {
  grid-area: 1 / 1;
  z-index: 1;
}
.discount-drawer-item {z-index:1;margin: 4px 0 0 4px;  grid-area: 1 / 1;   /* overlap */
  z-index: 2;
  align-self: start;  /* Top area */
  pointer-events: none; /* optional */
}
.m-cart__discount--item {background-color: #e4162e;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    width: fit-content;
    font-size: 10px;}
 .kosik-layout .final-price {border-top: 1px solid #d6d6d6;}
  .m-cart-drawer__footer .m-cart__product-prices-discount {border-bottom: 1px solid #d6d6d6;}
.final-price {font-size:14px;
    padding-top: 10px;}

.vianocna-sutaz-promo {background: #15ff110d;
    border-radius: 5px;
    border-left: 3px solid rgb(0, 121, 71);
    padding: 12px 16px;
    font-size: 13px;
    width:fit-content;
    margin-top: 11px;}
.vianocna-sutaz-promo p::before {
       content: "";
    background-image: url(https://cdn-icons-png.flaticon.com/512/4059/4059069.png);
    background-size: 100%;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    vertical-align: -4px;
    display: inline-block;
 }
.vianocna-sutaz-promo a {color:rgb(0, 121, 71);font-weight:bold;}
.vianoce .m-flashsale-countdown {color:white;
border-color:white;}
.black-friday-homepage .m-slider-controls {
  margin-bottom: 12px;
}
.black-friday-homepage .m-section__heading {
  color: white;
  font-weight: 700;
  margin-right:10px;
}
.vianoce .m-section__heading::before {
  content:'';
  background-image:url('https://cdn-icons-png.flaticon.com/512/3831/3831706.png');

}
.black-friday-homepage .m-section__heading::before {
  height:26px;
  width:26px;
  background-size: 100% 100%;
  vertical-align: -5px;
  display:inline-block;
  margin-right:5px;

}
.black-friday .m-section__heading::before {
  content:'';
  background-image:url('/cdn/shop/files/rdm-ikona-black-friday.svg?v=1761673916');
}
.black-friday .m-section__header {
  padding: 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: black;
}
.vianoce .m-section__header {
  padding: 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #084708;
}
.black-friday-homepage .m-mixed-layout__wrapper {
  width: 96%;
}
.black-friday-homepage .m-section__wrapper {
  border: 1px solid black;
  border-radius: 5px;
}
.black-friday-homepage .m-section__button a {
  color: white;
}
.black-friday-banner img {
  height: auto !important;
}
.m-flashsale-countdown__text {
  display: none;
}
.m-flashsale-countdown__wrapper::before {
  content: "Už len";
}
@media (max-width: 768px) {
  .black-friday-banner .m-hero-section__image {
    aspect-ratio: auto;
  }
  .black-friday-homepage .m-section__header {
    align-items: center;
  }
}

 @media (min-width: 768px) {
  .kosik-layout {
    display:flex;
    margin-bottom: 50px;
    align-items: flex-start;
  }
   .kosik-layout .m-cart__footer {
    top:50px;
    position:sticky;
  }
}
 .vyhody-rdm .m-featured-promotions__item::before {
    content: "";
    background-image: url(https://cdn-icons-png.flaticon.com/512/9036/9036379.png);
    background-size: 100%;
    height: 35px;
    width: 35px;
    top: -10px;
    right: -4px;
    position: absolute;
 }
 
 
 
 @media (max-width: 768px) {.image-vyrobca {width:50% !important;}
.tipy-na-darcek-banner-mobil {height:auto !important;}
.tipy-na-darcek-banner-mobil .m-image-card__content-cta {display:none !important;}}
 
 
 .image-vyrobca .m-custom-content__block-inner{border-radius: 8px;
    border: 1px solid #c6c6c6;
    padding: 10px;}
     .image-vyrobca div img {border-radius: 8px;}
  .image-vyrobca {padding:5px;width:12.5%;}
 .m-cart__footer--wrapper .m-cart__discount {display:none !important;}
.m-cart-addon__header {margin-top:22px;}
 .m-cart__checkout .m-button { background: #D4AF37;
    font-weight: bold;
  margin-bottom:8px;
text-transform:none !important;}
    
    
    .foxkit-cartgoal {background: #ffbc1112;
    border-radius: 5px;
    border-left: 3px solid #ffbc11;
    padding: 13px;
  margin-bottom:0 !important;}

.foxkit-cartgoal__title {font-size:13px !important;}
.foxkit-cartgoal__icon {top:-7px!important;height:20px!important;width:20px!important;}
.m-page-header--template-cart {text-align:left;}
.m-page-header--template-cart .m-breadcrumb {display:none;}
.kosik-layout {
gap: 6em;
margin-top:15px;
    border-radius: 7px;}

.m-cart__footer--wrapper {box-shadow: 0 3px 8px 0 rgba(66, 66, 65, 0.13);
  border-radius:7px;
    padding: 1.5rem;}


.m-cart-drawer__footer .additional-checkout-buttons {display:NONE !important}
.m-cart-drawer__link-to-cart {
  border-radius: 5px;
    padding: 10px 26px;
    color: white;
    width: 100%;
    text-align: center;
    background: #393939;
      margin-bottom:40px;
      margin-top:0px !important;
}

  .m-cart-drawer_checkout{ margin-bottom: 40px !important;
    background: white !important;
    color: #393939!important;
    border: 1px solid #393939!important;
}
.m-cart-drawer__footer .m-button.m-button--primary:hover {box-shadow:none!important;}
.m-cart-drawer__link-to-cart:hover, .m-cart__checkout .m-button:hover {box-shadow:none!important;}

#shop-hcaptcha-badge-container {display:NONE !important}


@media (max-width: 768px) {
  .vyhody-rdm .m-featured-promotions__item:nth-child(n + 6) {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .vyhody-rdm {
    margin-top: 45px;
  }
}
.vyhody-rdm .m-promotion-card {
  border: 1px solid #d4af37;
  border-radius: 8px;
  padding: 10px 15px;
}
.vyhody-rdm .m-promotion-card__content-description {
  margin-top: -3px;
}
.vyhody-rdm .m-promotion-card h2 {
  font-weight: 700;
}

.subcollections {  margin-top:14px;
  margin-bottom:40px;
}

.subcollections h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

/* Left-aligned grid with fixed card width */
.subcollections-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, 260px); /* 👈 fixed card width */
  justify-content: start; /* 👈 left-aligned, not centered */
}

/* Card styles */
.subcollection-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.subcollection-card:hover {
  border-color: rgba(0,0,0,0.25);
  transform: translateY(-2px);
}

.subcollection-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.subcollection-card span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

/* 📱 Mobile adjustments */
@media (max-width: 768px) {
  .subcollections-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
.subcollections {
  margin-bottom:30px;
}
  .subcollection-card {
    padding: 14px;
  }

  .subcollection-card img {
    width: 25px;
    height: 25px;
  }

  .subcollection-card span {
    font-size: 16px;
  }
}

#ShopifyChat {transform: scale(0.85);
position: fixed !important;
    z-index: 99 !important;}
header-drawer {
  visibility: hidden;
}

.js header-drawer {
  visibility: visible;
}
#menu {
  transform: translateX(-100%);
  left:0;
}
#main-nav-check:checked ~ #menu {
  transform: translateX(0);
}
.druhe-menu li a, .show-all-products {display:flex !important;align-items: center;}
  #menu label {
     padding:0px;
     font-size:30px;
     margin-top:10px;
}
 #menu .sub-nav .toggle {
     padding:0 30px;
     font-size:1em;
     top:0;
}

 #main-nav-check, #menu .sub-nav-check {
     position:absolute;
     top:-9999px;
     left:-9999px 
}
 .toggle-overlay2 {
     position:relative;
     color:#fff ;
	 font-size:40px;
	z-index:1000;
}
 .toggle {
     position:absolute;
     cursor:pointer;
     color:#fff 
}
 #menu, #menu .sub-nav {
     position:fixed;
     top:0;
     bottom:0;
     width:344px;
     background:#222;
     z-index:9999;
     left:-344px;
    overflow-y: scroll ;
    overflow-x:hidden;
}
#menu, #menu .sub-nav {
     -webkit-transform:translate(0,0);
     -ms-transform:translate(0,0);
     transform:translate(0,0);
     -webkit-transition:-webkit-transform .25s ease;
     transition:transform .25s ease 
}
 #menu ul {
 	font-family:'DM Sans';
     background:#222;
     line-height:2.2em;
     text-decoration:none;
     padding:0;
     list-style:none;
     margin-top:80px;
}
 #menu li a {
     background:#222;
     display:block;
     font-size:16px;
     font-weight: 700;
     padding-left:30px;
     color:#fff;
     text-decoration:none 
}

 #menu .sub-nav {
     margin-top:-1px;
     left:100%;
     background:white;
	 width:100%;
	 pointer-events:none;
}
 #menu .sub-nav li a {
     color:#696969;
     padding-left: 30px;
     background:white !important;
     font-weight: 400;
     font-size:15px;
}
 #menu .sub-heading {
     margin-top:20px;
     padding-left:60px;
     color:black;
     font-weight: 700;
     margin-bottom:15px;
}
 #menu .toggle-sub {
font-size: 16px;
    font-weight: 700;
    color: #fff;
    display:block;
    background: #222;
    cursor: pointer;
    padding-left: 30px;
    text-align: left;
    line-height: 1.8em;
}
.prava-sipka{width:18px;
vertical-align: middle;
	box-sizing:unset;
padding-right: 9%;
    float: right;}
    .lava-sipka{width:22px;
			max-width:unset;
vertical-align: middle;box-sizing:unset;
}

.ikona-v-menu{
	margin-right: 9px;
    width: 18px;
    vertical-align: middle;
}
.all-sipka{width: 14px;
    vertical-align: middle;
    margin-right: 3%;
    margin-bottom: 3px;}
.close-sub, .close-all {color:black !important;
padding: 0px !important;
margin-top:22px !important;
}
.show-all-products {color:black !important;
font-weight: 500 !important;
}

.headline-subcategory {color:black !important;
font-weight: 600 !important;
font-size:16px !important;
}

.headline-subcategory::before { 
	content: "";
     border-top: 1px solid #e6e6e6;
     display: block;
     margin-top:10px;
     margin-bottom: 10px;
     width: 90%;
}



 .druhe-menu {
    margin-top:1px !important;
}
.druhe-menu a {font-weight: 400 !important;}
.submenu-back {
	left:0;
	margin-top:26px !important;
	color:black;
}
 .druhe-menu:before {
     content: "";
     border-top: 1px solid #383838;
     display: block;
     margin-top:10px;
     margin-left:10%;
     margin-bottom: 10px;
     width: 344px;
}

 .sub-nav li:last-child a {
    margin-bottom:40px !important ;
}
 .druhe-menu li:first-child a {
    padding-top:15px ;
}
 .tretie-menu li a {
    font-weight:300!important;
    font-size:13px !important;
    padding-left:30px !important;

}
 .close-x {
   right: 25px;
	 margin-top: 10px !important;
	 font-size:30px !important;
}
 .tretie-menu li {
    line-height:1.95em !important;
}
 #main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ [id$="-sub"] 
 {
     -webkit-transform:translate(100%,0);
     -ms-transform:translate(100%,0);
     transform:translate(100%,0);
     pointer-events:auto;
}
#menu .sub-nav-check:checked ~ [id$="-sub"] 
 {
     -webkit-transform:translate(-100%,0);
     -ms-transform:translate(-100%,0);
     transform:translate(-100%,0);
     pointer-events:auto; }

#menu .close-all { display:none }
.js #menu .close-all { display:inline }
.js #menu .toggle { top:0; z-index:9999 }
.js #menu .toggle-overlay2 { top:0; z-index:9999 }
.closing-overlay {top: 0;
    margin-top: 0 !important;
    width: 100vw;
    height: 100vh;
    background-color: #0009;
    position: fixed;
}



#m-predictive-search-results .product-badge-wrapper {display:none;}

.m-facet:last-child {margin-bottom:10px;}
.nazov-filtra-remove {margin-right: 5px;
    font-weight: 800;}
    .m-active-facets--remove-icon {margin-left:10px;}
.m-sidebar .m-accordion--item {margin-top: 5px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
  }
.m-sidebar .m-accordion--item .m-facet{font-size:13px;}
.m-sidebar .m-accordion--item .m-accordion--item-button {font-weight:800;}

.m-cart__product-prices-points-nocustomer{margin-top:11px;}
.m-cart__product-prices-points-nocustomer span{font-size:14px;}
.basic-bar {background:#525252}
.bronze-bar {background:#AD732E;}
.silver-bar {background:#e4e4e4}
.gold-bar {background:#e8d9a8;}
.product-points-message a{text-decoration:underline;}
.product-points-message p::before, .m-cart__product-prices-points-nocustomer::before, .m-cart__product-prices-points .m-cart__subtotal--label::before  {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/8754/8754417.png); 
    background-size: 100%;
        height: 22px;
    width: 22px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: -22%;
}
.product-points-message p {font-size:16px;}
.m-main-product__info .product-block-group--price .product-badge-wrapper {display:none;}
.m-cart__product-prices-item-discounts .m-cart__subtotal--price span, .m-cart__product-prices-item-discounts .m-cart__subtotal--price{color:#c74230;}
.m-cart__subtotal--label-discount img {width:22px;height:22px !important;}
.m-cart__subtotal--label-discount {display: flex;
  align-items: center;
  gap: 4px;}
.m-cart__subtotal--label-discount div {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.m-cart__product-prices-discount{    margin-bottom: 10px;
    padding-bottom: 10px;}
.m-cart-drawer__footer .m-cart-addon {display:none;}
.m-cart__summary .m-cart__discount--item {display:inline-flex;}
.m-cart__summary .m-cart__discount  {justify-content: flex-end;display: flex;}
.m-product-card--complementary .jdgm-prev-badge__text {display:none;}
.rank-link {margin-top:30px;}
    .rank { justify-content: space-between;
                            display:flex;
            padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;}
    .rank-body-vysvetlenie .rank {border-bottom: none;}
   .rank-wrapper {
    border-radius: 6px;
    padding: 10px 15px;
    margin-top: 20px;}
    .rdm-basic-tier-wrapper {
    border: 2px solid #e4e4e4;}
  .bronze-tier-wrapper {
    background: #fff5e9;
    border: 2px solid #AD732E;}
  .silver-tier-wrapper {
    background: #f2f2f2;
    border: 2px solid #e4e4e4;}
  .gold-tier-wrapper {
    background: #fffdf7;
    border: 2px solid #e8d9a8;}
  .platinum-tier-wrapper {
        background: #f3fffa;
    border: 2px solid #9FB5A0;}
  .rank-name {    font-size: 22px;
    font-weight: 700;
    margin: -5px 0;}
  .rank-sub {color: #a2a2a2;
    font-size: 14px;}
  .rank-benefit {font-size: 14px;}
.vase-body{margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;}
          .progress-bar-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 460px;
      gap: 8px;
    }

    .progress-start,
    .progress-end {
      font-size: 12px;
      color: #333;
      flex-shrink: 0;
    }

    .progress-wrapper {
      position: relative;
      flex-grow: 1;
    }

    .progress-track {
      width: 100%;
      background: #e0e0e0;
      border-radius: 9999px;
      height: 10px;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      border-top-left-radius: 9999px;
      border-bottom-left-radius: 9999px;
      transition: width 0.4s ease-in-out;
    }

  .progress-marker {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    transform: translateX(-50%);
    font-size: 12px;
    color: #a4a4a4;
    text-align: center;
    white-space: nowrap;
  }

  .progress-marker::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    width: 10px;
    height: 10px;
    background-color: #a4a4a4;
    clip-path: polygon(0% 100%, 100% 100%, 50% 50%);
  }
            .bronze-bar {
              background: linear-gradient(to right, #cd7f32, #a8712d);
            }
            .silver-bar {
              background: linear-gradient(to right, #c0c0c0, #a9a9a9);
            }
            .gold-bar {
              background: linear-gradient(to right, #ffd700, #e6ac00);
            }
            .platinum-bar {
              background: linear-gradient(to right, #e5f4f4, #b2ebf2);
            }
            .progress-wrapper {
            position: relative;
            max-width: 400px;
            margin: 0 auto;
          }

.pokladna-button {margin-bottom:7px;}

/**CENY A BADGE**/
.soldout-badge {
  background: #bfbfbf;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
}
	.main-product__block-price .bronze-label,
.main-product__block-price .silver-label,
.main-product__block-price .gold-label {
	display: none;
}

.sale-price-product-page {
	font-size: 22px !important;
}

.original-price-product-page {
	font-size: 18px !important;
}

.sale-price-zlava {
	color: #e4162e;
	font-size: 17px;
	font-weight: 900;
}

.original-price-zlava {
	font-weight: 400 !important;
	color: #666;
	font-size: 14px;
	text-decoration: line-through;
}

.m-product-card__info .club-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin-bottom: -5px;
}
.m-product-card__info .product-badge-wrapper {font-size:11px!important;}
.m-main-product__wrapper .product-badge-wrapper {font-size:13px;position:relative;top:0;left:0;}
.bronze-label{
	color: #fff;
	background: #cb891e;
	font-weight: 700;
	padding: 6px;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1;
}

.silver-label{
	background: #b2b2b2;
	color: #fff;
	font-weight: 700;
	padding: 6px;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1;
}

.gold-label{
	color: #fff;
	background: #D4AF37;
	font-weight: 700;
	padding: 6px;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1;
}

.m-product-card__info .silver-pricing {
	display: flex;
	gap: 8px;
	align-items: baseline;
}

.m-product-card__price .custom-badge {
	position: absolute;
	top: 10px;
	z-index: 10;
}

.club-price {
	font-weight: bold;
}

.original-price {
	color: #aaa;
	font-size: 0.85em;
	font-weight: 600 !important;
}

/** DOPRAVA ZADARMO - NAKUP ESTE ZA **/
.m-free-shipping__text {margin-bottom:15px;}

.progress-wrapper-goal {
  position: relative;
  width: 100%;
  height: 7px;
  background: #e0e0e0;
  border-radius: 5px;
  margin: 8px 0;
}

.progress-fill {
  height: 100%;
  max-width:100%;
  border-radius: 5px;
  width: var(--progress, 0%);
  transition: width 0.3s ease;
}

/* dot positioned OUTSIDE */
.progress-dot {
  position: absolute;
  top: 50%;
  left: clamp(0%, var(--progress, 0%), 99%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f4ac28;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  z-index: 1;
}

.cart-goal-rdm {
      padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

/* success */
.progress-wrapper-goal.success .progress-fill {
  background: #28a73e;
}
.progress-wrapper-goal.success .progress-dot {
  background: #28a73e;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}



/* OSTATNE*/



.m-price {
    gap: 4px 8px !important;}

/** MEGA SUMMER SALE **/
.mega-summer-sale .m-section__heading::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/688/688487.png);
  background-size: 100%;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -17%;
}

.mega-summer-sale .m-flashsale-countdown {margin-left: 15px;
    background: #00f7d914;
    color: #00f7d9;
    border: 2px solid #00f7d9;}
.mega-summer-sale .m-page-width{
  background-image: url(/cdn/shop/files/mega_bg.png?v=1754588768);
    background-position: center center;
    background-size: contain;
    padding: 20px 30px 30px 30px;
  border-radius: 10px;}
.mega-summer-sale h2, .mega-summer-sale .m-button.m-button--blank{color:white !important;
font-weight:900;}
.mega-summer-sale .m-product-card__info{padding:3px 10px;}
.mega-summer-sale .product-badge-wrapper {
    top: 7px;
    left: 7px;}
@media screen and (max-width: 768px) {
  .mega-summer-sale .m-section__header{
  flex-wrap: wrap;
    align-content: center;
  padding-bottom: 13px;
}
.mega-summer-sale .m-page-width{
  border-radius: 0px;}
.mega-summer-sale .m-section__button {margin:auto;}
  } 

.product-badge-wrapper {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  gap: 4px;
  z-index: 1;
}

.rdm-badge {
  color: white;
  font-weight: bold;
  padding: 6px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
}

/* Optional: Different color for "New" */
.new-badge {
  background-color: #0065ff;
}
.discount-badge {
    background-color: #e4162e;
}
.triplusjedna-badge {
    background-color: #d4af37;
}
.predpredaj-badge {
    background-color: #ffb127;
}

.order-actions-acc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
body.menu-open {
  overflow: hidden;
}

.slide-menu-button {
  border: 2px solid #a0a0a0c4;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: none !important;
  border-radius: 6px;
  margin-top: 25px;
}
.slide-menu-button a {
  font-weight: 600 !important;
  color: #000 !important;
  text-decoration: none !important;
}
.custom-login-box span {
  font-size: 14px;
}
.rdm-registracia-vyhody {
  margin-top: 10px;
}
.m-register-form__description a {
  text-decoration: underline;
}
.rdm-registracia-vyhody li {
  padding: 5px 0;
}
.vyhody-menu li {
  padding: 2px 0 !important;
  font-size: 14px;
}

.rdm-registracia-vyhody li::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/4315/4315445.png);
  background-size: 100%;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -17%;
}
.m-register-form__wrapper {
  padding: 0;
}

.rdm-registracia-list {
  padding: 40px;
  background-color: #d8d8d81f;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}
.rdm-registracia-list h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.rdm-registracia-list h2 span {
  font-size: 30px;
  font-weight: 600;
}

.rdm-registracia-page {
  margin: 0 auto;
  padding: 0 15px;
  max-width: var(--page-width);
}

.rdm-registracia-form label {
  font-weight: 600;
  font-size: 16px;
}

.rdm-registracia-form input {
  margin: 7px 0;
}

.rdm-registracia .m-page-width {
  text-align: left;
}
.rdm-registracia h1 {
  font-weight: 600 !important;
}
.rdm-registracia nav {
  display: none;
}

body
  #shopify-section-sections--19608275616012__729ed7ff-cd70-41ab-97b7-db284c5764d5
  .m-header__top {
  --m-column-gap: 20px !important;
}

.m-account__navigation a {
  padding: 0;
}
.menu-content h3 {
  color: #d4af37;
  font-weight: 800;
  font-size: 28px;
}
#accountMenu .m-account__navigation-wrap {
  border-top: 1px solid #a0a0a061;
  margin-top: 20px;
  padding: 20px 0px;
}

#accountMenu .m-account__navigation-wrap a {
  font-weight: 600;
}

.m-header__icon-group {
  column-gap: 9px;
}

.m-header__icon-group::after {
  content: "";
  background-image: url(/cdn/shop/files/down-arrow.png?v=1751355308);
  background-size: 100%;
  height: 15px;
  width: 15px;
}

@media screen and (min-width: 768px) {
  .rdm-registracia-list {
    width: 40%;
    height: fit-content;
  }

  .m-register-form__wrapper {
    width: 52%;
    margin-right: 8%;
  }
  .rdm-registracia-page {
    display: flex;
  }
  .adresa-header-acc {
    grid-template-columns: 1fr auto;
  }
  .m-customer-address__info {
    display: flex;
    justify-content: space-between;
  }
  .m-account__navigation {
    width: 300px;
  }
  .order-meta {
    width: 30% !important;
  }
  .order-actions {
    margin-bottom: 7px;
  }
  .m-account__title {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
  .order-products {
    width: 65%;
  }
  .my-acc-wrapper {
    border-left: 1px solid #a0a0a061;
    padding-left: 40px;
  }
  .m-customer-order-detail .m-row {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .order-acc-button {
    width: 100%;
  }
  .rdm-registracia-list {
    margin-top: 30px;
  }
  .slide-menu {
    width: 85%;
    max-width: none;
    padding: 20px;
  }
  .m-header__icon--account {
    padding: 4px 9px 4px 8px;
  }
  .m-header__icon-group {
    column-gap: 4px !important;
  }
  .m-header__icon-group::after {
    height: 12px;
    width: 12px;
  }
  .mobile-acc-icon {
    display: none;
  }
  .order-detail-acc {
    padding: 0px 20px 20px 20px;
  }
  .customer-acc-infos {
    margin-bottom: 15px;
  }
  .nadpis-skolenie-acc {
    padding-top: 20px;
  }
  .order-actions {
    width: 100%;
    justify-content: start;
    display: flex;
  }
  .order-detail-products {
    width: 90%;
    margin: auto;
  }
  .my-acc-wrapper,
  .my-acc-product-detail {
    background: #f5f5f563;
  }
  .order-card {
    width: 90%;
    margin: auto;
  }
  .order-products {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .order-products::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}

.reorder-button-acc::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/12230/12230210.png);
  background-size: 100%;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -17%;
}
.faktura-button-acc::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/3185/3185874.png);
  background-size: 100%;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -17%;
}
.view-button-acc::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/2767/2767194.png);
  background-size: 100%;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -17%;
}
.btn--yes {
  margin-bottom: 10px;
}
.btn--cancel-active,
.btn--yes {
  color: #fff !important;
  border: 2px solid #e4162f;
  padding: 0.4rem 1rem;
  background-color: #e4162f !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.cancel-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cancel-modal-content {
  max-width: 700px;
  background: white;
  padding: 20px;
  margin-top: 50px !important;
  width: 88%;
  top: 200px;
  margin: auto;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn--no {
  background-color: #aaa;
  color: white;
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.m-account .m-customer__edit-btn {
  margin-right: 0px;
}
.adresa-header-acc {
  display: grid;
  align-items: center;
}
.new-button-acc::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/748/748113.png);
  background-size: 100%;
  height: 14px;
  width: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -12%;
}
.delete-button-acc::before {
  content: "";
  background-image: url(/cdn/shop/files/trash.png?v=1751178869);
  background-size: 100%;
  height: 17px;
  width: 17px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: -12%;
}

.edit-button-acc::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/2985/2985043.png);
  background-size: 100%;
  height: 15px;
  width: 15px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: -12%;
}

.m-account .m-customer-info__field {
  border: none;
  padding: 5px 0px;
}
.m-account .m-customer-address {
  margin-top: 30px;
}
.m-customer-address {
  padding: 1.5rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: #63636333 0 2px 8px;
}

.m-account__wrapper {
  --m-sidebar-width: 300px;
}

.nadpis-skolenie-acc {
  font-weight: 700;
  font-size: 24px;
}

.m-account__greeting span {
  font-weight: 600;
}
.m-account__navigation-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-dashboard {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dashboard-card {
  width: 47%;
  border: 1px solid #e5e5e5;
  padding: 8px 5px;
  border-radius: 6px;
  text-align: center;
}

.dashboard-card h3 {
  font-size: 12px;
  color: #333;
}

.dashboard-value {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.m-customer-order-detail__address {
  padding: 20px !important;
  margin-top: 20px !important;
}
.my-acc-title {
  font-size: 22px;
  font-weight: 600;
}
.acc-back a::before {
  content: "";
  background-image: url(https://cdn-icons-png.flaticon.com/512/2985/2985161.png);
  background-size: 100%;
  height: 14px;
  width: 14px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: -20%;
}

.skolenia-wrapper-acc {
  padding: 0px 20px 20px 20px;
}

.order-detail-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.order-detail-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.m-customer-order-detail .m-row > div {
  padding: 0;
}
.order-detail-products {
  display: flex;
  flex-direction: column;
  box-shadow: #63636333 0 2px 8px;
  border-radius: 6px;
}
.order-item-info p {
  font-size: 12px;
}
.order-detail-item {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 0.9rem 1rem 0;
  gap: 1rem;
  background-color: #fff;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.order-item-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.order-item-info {
  flex: 1;
}

.order-item-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.order-item-properties {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
  color: #555;
}

.order-item-properties li {
  margin-bottom: 0.25rem;
}

.product-qty-badge {
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #707070;
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 6px;
  border-radius: 12px;
  font-weight: 700;
  pointer-events: none;
  z-index: 1;
}

.m-account__wrapper {
  gap: 30px !important;
}
.m-account__title {
  margin-bottom: 0px;
  padding: 25px 20px;
  font-weight: 600;
}

#shopify-section-customer-account .m-page-width {
  padding: 0 !important;
}

.m-account__navigation a.active {
  font-weight: 600;
}

.order-history {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.order-card {
  padding: 1.5rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.order-header {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.order-body {
  display: flex;
  gap: 1.3rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.order-meta {
  width: 100%;
  flex-shrink: 0;
}

.order-products {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.order-product-thumbnail {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.order-product-thumbnail img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.order-actions {
  align-self: flex-end;
}

.view-order-button {
  color: #000 !important;
  border: 2px solid #a0a0a0c4;
  padding: 0.5rem 1rem;
  background-color: white !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.reorder-button-acc {
  padding: 0.4rem 1rem !important;
}
.rank-silver-acc span::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/17155/17155284.png");
  background-size: 100%;
  height: 25px;
  width: 25px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: -30%;
}
.rank-silver-acc {
  margin-top: 10px;
}
.rank-silver-acc span {
  margin-left: 3px;
  padding: 2px 8px 2px 1px;
  border-radius: 6px;
  border: 1px solid #a0a0a0c4;
}

.acc-nav::before {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: -15%;
}
.acc-nav-club::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/9044/9044827.png");
  background-size: 100%;
}
.acc-nav-obj::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/15494/15494722.png");
  background-size: 100%;
}
.acc-nav-sko::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/3731/3731690.png");
  background-size: 100%;
}
.acc-nav-adr::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/3443/3443427.png");
  background-size: 100%;
}
.acc-nav-whl::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/1216/1216575.png");
  background-size: 100%;
}
.acc-nav-logout::before {
  content: "";
  background-image: url("https://cdn-icons-png.flaticon.com/512/1629/1629082.png");
  background-size: 100%;
}

@media screen and (min-width: 1280px) {
  .m-account__wrapper {
    margin-top: 30px;
  }
}
.m-account__navigation-wrap {
  padding: 20px;
}
.m-account__greeting {
  border-bottom: 1px solid #a0a0a061;
  margin-bottom: 10px;
  padding: 0px 20px 20px 20px;
}

@media screen and (max-width: 767px) {
  .m-account__navigation {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .m-account__navigation-wrap {
    flex-direction: column;
  }
}

.m-product-card .jdgm-star,
.m-product-card .jdgm-prev-badge__text {
  font-size: 11px;
}
.m-product-card .jdgm-prev-badge {
  margin-top: -8px;
}

#shopify-section-template--23915339383052__f0623cb4-d61c-477b-9340-88388719a38f,
#shopify-section-template--23915339383052__main {
  display: none;
}
@media screen and (max-width: 767px) {
  .kamenna-predajna-box {
    width: 95%;
    margin: auto;
    padding: 23px 30px !important;
  }
}
.kamenna-predajna-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 36px;
}
.kamenna-predajna-text h3 {
  font-weight: 700;
  font-size: 34px;
}
@media screen and (min-width: 767px) {
  .kamenna-predajna-img-left {
    padding-right: 60px;
  }
  .kamenna-predajna-img-right {
    padding-left: 60px;
  }
}
.kamenna-predajna-box {
  height: fit-content;
  border-radius: 11px;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.cena-cz-img {
  display: inline;
  margin-right: 5px;
}
.cz-cca {
  font-size: 11px;
  margin-right: 3px;
}
.cena-cz .tooltiptext-kosik {
  bottom: 28px;
  right: 1px;
  width: 200%;
}
.cena-cz .tooltiptext-produkt {
  bottom: 30px;
  width: 200%;
}
.tooltiptext-kosik,
.tooltiptext-produkt {
  visibility: hidden;
  background-color: black;
  color: #fff;
  margin-left: -4px;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}

.cena-cz .tooltiptext-produkt::after {
  top: 100%; /* At the bottom of the tooltip */
  left: 30%;
}
.cena-cz .tooltiptext-kosik::after {
  top: 100%; /* At the bottom of the tooltip */
  left: 80%;
}
.tooltiptext-kosik::after,
.tooltiptext-produkt::after {
  content: " ";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.cena-cz:hover .tooltiptext {
  visibility: visible;
}
.cena-cz {
  display: flex;
  position: relative;
  align-items: center;
  color: #919191 !important;
  margin-top: 2px;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: #ebfeff;
  width: fit-content;
  padding: 0px 10px 0px 4px;
  border-radius: 5px;
}

/*.cena-cz {
  margin-top: -4px;
  color: #919191 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}*/

/* VALENTIN 
#f-1739102606Y4xu6 .f-menu__link {
  color: white !important;
}
#f-1739102606Y4xu6:hover {
  background: none !important;
}
#f-1739102606Y4xu6 {
  background: #d64343 !important;
}
@media (max-width: 768px) {
  #f-1739102606Y4xu6 {
    padding-left: 10px;
  }
}

.valentin-slider .m-section__wrapper:after {
  border: 1px solid #d64343 !important;
  border-radius: 5px;
}
.valentin-slider .m-section__wrapper {
  margin-top: -1px;
}
.valentin-slider .m-section__heading::before {
  content: "";
  height: 25px;
  width: 25px;
  margin-right: 5px;
  display: inline-block;
  background-image: url("/cdn/shop/files/heart_1.png?v=1739102509");
  background-size: 100%;
  vertical-align: -15%;
}
.valentin-slider .m-section__heading {
  color: white;
  font-weight: 700;
}
.valentin-slider .m-section__header {
  padding: 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #d64343;
}
*/

@media (min-width: 768px) {
  #f-1712993885HNIQx .f-menu__submenu--level-1 {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  #f-1712993885HNIQx .f-menu__submenu {
    width: 570px !important;
  }
}

.page-banner-custom-image img {
  height: auto !important;
}
.tipy-na-darceky .h4 {
  font-weight: 800 !important;
  font-size: 22px !important;
}
@media (max-width: 768px) {
  .page-banner-custom-image .m-hero-section__image {
    aspect-ratio: auto;
  }
  .page-banner-custom-image .m-page-width {
    padding: 0;
  }
}
.m-footer-widget__info a[href="tel:+421 947 902 712"]::after {
  content: "po-pia - 08:00-17:30";
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}
.template-product .m-product-details-tabs .m-page-width {
  max-width: var(--page-width) !important;
}
.skolenie-komplet-margin {
  margin-top: 100px !important;
}
.skolenie-unlocked {
  width: 100%;
  margin-top: 40px;
  font-family: "DM Sans";
}
.certifikat-button a {
  border: 1px solid black;
  color: black !important;
  background: none !important;
}
.moje-skolenie-button,
.certifikat-button {
  height: 50px;
}
.skolenie-unlocked-intro-text {
  background: #e8e8e8;
  margin: 35px 0px 35px 0px;
  padding: 40px;
  border-radius: 6px;
}
.skolenie-unlocked-intro-text h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.skolenie-unlocked-title h1 {
  font-size: 28px;
  font-weight: 700;
}

.skolenie-login-message a {
  color: #d4af37;
}

.skolenie-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 5px;
}

.skolenie-header {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.skolenie-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.skolenie-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.skolenie-owned {
  border-left: 5px solid #4caf50;
}

.skolenie-not-owned {
  border-left: 5px solid #f44336;
}

.skolenie-image {
  width: 170px;
}

.skolenie-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.skolenie-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.skolenie-title {
  font-weight: bold;
  font-size: 1.2em;
}

.skolenie-date,
.skolenie-price {
  color: #555;
}

.skolenie-action {
  margin-top: 10px;
}

.skolenie-button:hover {
  background-color: #b59324;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .skolenie-row {
    flex-direction: column;
    align-items: stretch;
  }

  .skolenie-image {
    margin-bottom: 10px;
  }
}

.skolenie-lock {
  width: 92%;
  margin-left: 4%;
  margin-top: 40px;
  text-align: center;
  background: #e8e8e8;
  font-family: "DM Sans";
  padding: 50px;
  display: flex;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
}
.skolenie-lock-img img {
  width: 100px;
}
.skolenie-lock-link {
  font-size: 20px;
}
.skolenie-lock-text {
  font-size: 36px;
  margin: 30px 0px 30px 0px;
}
.skolenie-lock-text h2 {
  font-weight: 700;
}
.skolenie-lock-link a {
  color: #d4af37;
}
.skolenie-lock-link p {
  margin-top: 15px;
}

/* COLAPSIBLE HOMPAGE MENU PRE MOBILY*/
@media screen and (min-width: 1024px) {
  [id*="9mfzHa"]{
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  [id*="p4TCzy"]{
    display: none;
  }
}
.rdm-cosmetics-colaps::before {
  content: "";
  display: inline-block;
  height: 11px;
  border-radius: 11px;
  margin-right: 6px;
  width: 11px;
}
.rdm-imroff-bg:before {
  background: rgba(42, 161, 3, 1);
}
.rdm-pure-bg:before {
  background: #15c8c8;
}
.rdm-deicer-bg:before {
  background: rgba(240, 240, 240, 1);
}
.rdm-demon-bg:before {
  background: rgba(105, 15, 126, 1);
}
.rdm-flare-bg:before {
  background: rgba(208, 98, 4, 1);
}
.rdm-spinner-bg:before {
  background: rgba(251, 194, 0, 1);
}
.rdm-refresh-bg:before {
  background: rgba(228, 224, 0, 1);
}
.rdm-wiper-bg:before {
  background: #b1c881;
}
.rdm-tergeo-bg:before {
  background: #d4bb74;
}
.rdm-blizzard-bg:before {
  background: #00a0e0;
}
.rdm-duster-bg:before {
  background: #55a6eb;
}
.rdm-velvet-bg:before {
  background: #df764c;
}
.rdm-slick-bg:before {
  background: #959696;
}
.rdm-flipper-bg:before {
  background: #9e0049;
}
.m-collapsible-section .m-collapsible--button {
  font-weight: 700;
  padding-bottom: 7px;
  padding-top: 7px;
}
.m-collapsible--icon {
  margin-right: 15px;
}
.m-collapsible--icon svg path {
  stroke: #000000;
  stroke-width: 1px;
}
.m-collapsible h3 span:first-child::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
[data-block-id="collapsible-tab-liquid_764qcK"] h3 span:first-child::before {
  background: url(/cdn/shop/files/rdm_zima_skuska.png?v=1730804672);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_zDKDbM"] h3 span:first-child::before {
  background: url(/cdn/shop/files/rdm_leto_ikona.png?v=1749190835);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_hcRXTQ"] h3 span:first-child::before {
  background: url(/cdn/shop/files/exterier_colaps.jpg?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_fYbEqA"] h3 span:first-child::before {
  background: url(/cdn/shop/files/interier_colaps.jpg?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_NQrpGJ"] h3 span:first-child::before {
  background: url(/cdn/shop/files/prislusenstvo_colaps.jpg?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_DAMN34"] h3 span:first-child::before {
  background: url(/cdn/shop/files/lestenie_colaps.jpg?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_qgDwTJ"] h3 span:first-child::before {
  background: url(/cdn/shop/files/doplnky_colaps.jpg?v=1730823758);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_CpjgNY"] h3 span:first-child::before {
  background: url(/cdn/shop/files/drziaky_spz_colaps.jpg?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_83TzYe"] h3 span:first-child::before {
  background: url(/cdn/shop/files/merch_colaps.png?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
[data-block-id="collapsible-tab-liquid_iCthwM"] h3 span:first-child::before {
  background: url(/cdn/shop/files/rdmcarcosmetics_colaps.jpg?v=1730823759);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.m-collapsible--button span:first-child {
  display: flex;
  align-items: center;
}
.hp-colaps-submenu a {
  padding: 0px 0px 5px 15px;
  font-size: 15px;
  display: inline-block;
}
.hp-colaps-show-all {
  padding: 7px 0px 0px 15px;
  font-weight: 700;
  color: #d4af37;
}
.m-collapsible-section .m-collapsible--content__inner {
  padding-bottom: 5px;
}
.colaps-best {
  color: white;
  padding: 3px 8px;
  margin-left: 3px;
  border-radius: 9px;
  font-size: 12px;
  background: #e4162f;
}
/*KONIEC COLAPSIBLE HOMPAGE MENU PRE MOBILY*/

/* Recenzie produktov*/
.jdgm-rev-widg__summary-stars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average {
  order: -1;
  flex-basis: 100%;
  font-size: 30px;
  font-weight: 600;
}
.jdgm-rev-widg__summary-inner {
  text-align: center !important;
}
.jdgm-rev-widg__title {
  display: none;
}
.jdgm-form__reviewer-name-format-container,
.jdgm-form__fieldset p {
  display: none;
}

@media (max-width: 1024px) {
  .jdgm-form {
    padding: 0 !important;
  }
  .m-tab-content--reviews .m-page-width {
    padding: 0;
  }
}
.jdgm-write-rev-link {
  border-radius: 5px !important;
}

/*Dalsie*/
.grecaptcha-badge {
  display: none;
}
.section__flush-top .m-section-my {
  margin-top: 0;
}
.section__flush-bottom .m-section-my {
  margin-bottom: 0;
}
.sf__text-stroke {
  -webkit-text-stroke: 0.5px #dfdfdf;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 110px;
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
.sf__text-stroke.text-stroke-1 {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  -webkit-text-stroke: 1px dimgray;
  letter-spacing: 0;
}
.sf__text-scroll {
  font-size: 48px;
  line-height: 56px;
}
.m-scroll {
  display: flex;
  width: 100%;
  height: 165px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.m-scroll__title {
  white-space: nowrap;
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  animation: scrollText var(--speed, 22s) infinite linear;
  position: absolute;
}
.sf__scrolling-text .sf__scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline;
}
.sf__scrolling-text .sf__scrolling-text-inner:hover > * {
  animation-play-state: paused;
}
.sf__scrolling-text .sf__scrolling-text-inner > * {
  margin: 0;
  animation-duration: var(--speed, 15s);
}
.sf__scrolling-text .sf__scrolling-text-inner a {
  color: inherit;
  text-decoration: none;
}
.sf__scrolling-text .sf__scrolling-text-inner a em {
  font-style: normal;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom {
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="medium"] {
  padding: 0 1em;
  transform: scale(0.5);
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="large"] {
  padding: 0 2em;
}
.sf__scrolling-text[data-s-dir="ltr"] .sf__scrolling-text-inner > * {
  transform: translateX(-20%) translateZ(0);
  animation: sf-scrolling-text-animation linear infinite 15s;
}
.sf__scrolling-text[data-s-dir="rtl"] {
  direction: rtl;
}
.sf__scrolling-text[data-s-dir="rtl"] .sf__scrolling-text-inner > * {
  transform: translateX(20%) translateZ(0);
  animation: sf-scrolling-text-animation-reverse linear infinite 15s;
}
.sf__scrolling-text[data-s-speed="lowest"] .sf__scrolling-text-inner > * {
  animation-duration: 15s;
}
.sf__scrolling-text[data-s-speed="medium"] .sf__scrolling-text-inner > * {
  animation-duration: 7s;
}
.sf__scrolling-text[data-s-speed="fast"] .sf__scrolling-text-inner > * {
  animation-duration: 4s;
}
.sf__scrolling-text[data-style="text-outline"] em {
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thin"]
  em {
  -webkit-text-stroke-width: 0.015em;
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thick"]
  em {
  -webkit-text-stroke-width: 0.03em;
}
.sf__scrolling-text[data-style="text-outline"] a:hover em {
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0;
}
.sf__scrolling-text.font_size_11vh * {
  font-size: 11vh;
  line-height: 1.2em;
}
.sf__tab-item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.sf__tab-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.sf__tab-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.sf__tab-item-label::after,
.sf__tab-item-label::before {
  position: absolute;
  content: "";
  text-align: center;
  transition: all var(--m-duration-default, 0.25s);
  transform: translateY(-50%);
  top: 50%;
  background: #000;
}
.sf__tab-item-label::after {
  width: 11px;
  height: 1px;
  right: 0;
}
.sf__tab-item-label::before {
  width: 1px;
  height: 11px;
  right: 4.5px;
}
.sf__tab-item-content {
  max-height: 0;
  padding: 0;
  color: #000;
  transition: all var(--m-duration-default, 0.25s);
}
.sf__tab-item input:checked + .sf__tab-item-label {
  border-bottom-color: #000;
}
.sf__tab-item input:checked + .sf__tab-item-label::before {
  display: none;
}
.sf__tab-item input:checked ~ .sf__tab-item-content {
  max-height: 100vh;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #shopify-chat > iframe:not([style*="width: 100vw"]),
  #shopify-chat-dummy {
    bottom: 70px !important;
  }
}
.template-product #shopify-chat > iframe:not([style*="width: 100vw"]),
.template-product #shopify-chat-dummy {
  bottom: 70px !important;
}
.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center;
}
.ssw-faveiticon:hover i {
  color: rgb(var(--color-primary));
}
.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ssw-social-login-widget .ssw-socialconnect > div > a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important;
}
.ssw-social-login-widget .ssw-socialconnect > div > a i[class*="ssw-icon"] {
  transform: none !important;
}
.ssw-stars > i {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .hide-on-desk {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hidden-br-mobile br {
    display: none;
  }
}
.shopify-policy__container {
  max-width: 740px !important;
  margin: 0 auto 4rem !important;
}
.shopify-policy__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 32px 16px;
}
@media screen and (min-width: 1024px) {
  .shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.m-menu-badge {
  position: relative;
  height: 100%;
}
.m-menu-badge::before {
  content: var(--badge);
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 12px;
  text-transform: uppercase;
  width: 42px;
  height: 20px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-menu-badge--hot::before {
  background-color: #ffe7e7;
  color: #da3f3f;
}
.m-menu-badge--new::before {
  background-color: #d5fbef;
  color: #3a9076;
}
.foxkit-product-bundles .foxkit-quantity-selector {
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--btn-border-radius);
}
.foxkit-product-bundles .foxkit-button--primary {
  border: none;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-radius: var(--btn-border-radius);
}
.foxkit-product-bundles .foxkit-button--primary:hover {
  border: none;
  box-shadow: 0 0 0 2px rgb(var(--color-button));
}

.m-link--content:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}


.m-list-menu li:nth-child(1) .m-link--content:before {
  background: url(https://cdn-icons-png.flaticon.com/512/9044/9044827.png)
    no-repeat;
  background-size: contain;
  content: "";
}
.m-list-menu li:nth-child(2) .m-link--content:before {
  background: url(/cdn/shop/files/ikona_zlava.png?v=1714588660)
    no-repeat;
  background-size: contain;
  content: "";
}

.m-list-menu li:nth-child(3) .m-link--content:before {
  background: url(/cdn/shop/files/ikona_cosmetics.png?v=1714590741)
    no-repeat;
  background-size: contain;
  content: "";
}
/*
.m-list-menu li:nth-child(3) .m-link--content:before {
  background: url(/cdn/shop/files/ikona_poukazkyy.png?v=1714590740)
    no-repeat;
  background-size: contain;
  content: "";
}
*/
.m-list-menu li:nth-child(5) .m-link--content:before {
  background: url(/cdn/shop/files/ikona_oblubene.png?v=1714590740)
    no-repeat;
  background-size: contain;
  content: "";
}

/*.m-list-menu li:nth-child(6) .m-link--content:before {
  background: url(/cdn/shop/files/ikona_porovnat.png?v=1714590740)
    no-repeat;
  background-size: contain;
  content: "";
}
*/
@media (max-width: 41.6875em) {
  .m-image-cards--layout-3
    .m-mixed-layout__inner
    .m-image-card__content-subheading {
    display: none;
  }
  #shopify-section-template--19608275452172__f0722c03-84c1-46fb-abff-a2af3e63e470
    .m-image-card__content-heading {
    font-size: 22px;
  }
}
.m-menu-drawer__localization {
  display: none !important;
}

.video-container-rdm {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container-rdm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tlacidlo-vratenie {
  background: black;
  width: fit-content;
  color: white;
  padding: 11px 22px;
  border-radius: 5px;
}
.tlacidlo-vratenie:hover {
  opacity: 0.8;
}

.rte a {
  color: #d4af37;
  font-weight: 700;
}

.template-login .stary-ucet {
  display: block;
}
.stary-ucet {
  display: none;
}
@media (max-width: 1024px) {
  #ShopifyChat[is-open="false"] {
    bottom: 5px !important;
    right: 5px !important;
  }
}

@media (min-width: 1024px) {
  .stary-ucet {
    padding: 20px 40px;
    margin: 0 auto !important;
    border: 2px solid #ffb570;
    border-radius: 5px;
    width: 1260px;
  }
  .img-stary-ucet {
    display: block !important;
    width: 10%;
  }
}
.stary-ucet {
  margin-top: 20px !important;
}
.m-collection-card .m-hover-box__wrapper {
  overflow: visible !important;
}
