/*========================================
        PRODUCT DETAILS PAGE STYLE
=========================================*/
.details-gallery {
  position: relative;
}

.details-gallery .product-wish {
    top: 15px;
    right: 15px;
    z-index: 2;
    font-size: 22px;
}


.details-label-group {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.details-label {
  font-size: 14px;
  padding: 6px 10px;
  margin-bottom: 6px;
  line-height: 13px;
  border-radius: 3px;
  text-transform: none;
  text-align: center;
  color: var(--white);
}

.details-label:last-child {
  margin-bottom: 0px;
}

.details-label.off {
  background: var(--red);
}

.details-label.new {
  background: var(--green);
}

.details-label.sale {
  background: var(--orange);
}

.details-label.feat {
  background: var(--purple);
}

.details-label.rate {
  background: var(--yellow);
}

.details-preview {
  margin-bottom: 15px;
}

.details-preview li  {
    background: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}  
.details-preview li img {
    max-width: 100%;
    border-radius: 8px;
    max-height: 450px;
    text-align: center;
    margin: 0 auto;
  
}

.details-thumb li {
  margin: 0px 8px;
  cursor: pointer;
    border-radius: 8px;
    border: 1px solid var(--white);
    background: var(--white);
      width: 100px;
  height: 100px;
  padding: 10px;
}

.details-thumb li img {

 
  width: 80px;
  max-width: 100%;
  max-height: 80px;
  border-radius: 8px;
  margin: 0 auto;

  
}

.slick-vertical .slick-slide
 {
    border: 1px solid var(--light-grey);
    margin-bottom: 10px;	
}

/******************/




/******************/

.product-navigation {
  margin-bottom: 25px;
  padding: 20px 25px;
  border-radius: 8px;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-navigation li a {
  color: var(--text);
  text-transform: none;
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-navigation li a:hover {
  color: var(--primary);
}

.product-navigation li a:hover .product-nav-popup {
  visibility: visible;
  opacity: 1;
}

.product-nav-popup {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 3;
  width: 100px;
  height: auto;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--border);
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-nav-popup::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -3px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  background: var(--white);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.product-nav-popup img {
  width: 100%;
}

.product-nav-popup small {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.details-content {
    padding: 25px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--white);
}

.details-name {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 500;
}

.details-name .sub-name {
    display: block;
    font-size: 0.7em;
    color: #666;
    font-weight: normal;
    margin-top: 0.3em;
    line-height: 1.1em;
}

.section-product h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 500;
    text-align: center;
}

.details-name a {
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.details-name a:hover {
  color: var(--primary);
}
.details-available {
	margin-bottom: 12px;
	
}
.details-available span {
	text-transform: uppercase;
	color: var(--primary);
}
	
.details-meta {
	padding-left: 5px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.details-meta p {
  font-size: 13px;
  margin-right: 20px;
  white-space: nowrap;
  text-transform: none;
  color: var(--placeholder);
}

.details-meta span,
.details-meta a {
  margin-left: 5px;
  color: var(--placeholder);
}

.details-meta a:hover {
  text-decoration: underline;
  color: var(--primary);
}

.inner-section-product {
	margin-top: 0;
	margin-bottom: 0;
}
.details-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.details-rating i,
.details-rating a {
  font-size: 15px;
  margin-right: 3px;
  color: var(--gray);
}

.details-rating a {
  margin-left: 8px;
  white-space: nowrap;
  text-transform: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.details-rating a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.details-rating .active {
  color: var(--yellow);
}

.details-price {
      margin-bottom: 10px;
    margin-top: 10px;
}

.details-price del {
    color: var(--gray);
    margin-right: 5px;
    font-size: 0.8em;
    display: block;
}

.details-price>small {
  color: var(--primary);
  white-space: nowrap;
    font-size: 0.7em;
  font-weight: 400;
}
.details-price span {
  color: var(--primary);
  white-space: nowrap;
}

.details-price span small {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.details-desc {
  margin-bottom: 25px;
}

.details-desc-truncate {
	   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.details-list-group {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;*/
  margin-bottom: 25px;
  margin-top: 25px;
}

.details-list-group:last-child {
  margin-bottom: 0px;
}

.details-list-title {
  font-weight: 500;
  margin-right: 15px;
  color: var(--heading);
  text-transform: none;
}

.details-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.details-tag-list li {
  margin-right: 8px;
}

.details-tag-list li a, .btn-pill {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  border-radius: 5px;
  letter-spacing: 0.3px;
  text-transform: none;
  /*white-space: nowrap;*/
  margin: 5px;
  color: var(--text);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.details-tag-list li a:hover, .btn-pill:hover {
  color: var(--white);
  background: var(--primary);
}

.details-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.details-share-list li {
  margin-right: 8px;
}

.details-share-list li a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: var(--text);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.details-share-list li a:hover {
  color: var(--white);
  background: var(--primary);
}

.details-add-group {
  margin: 0 ;
}

.details-add-group .product-add {

    text-transform: uppercase;
    border: 2px solid var(--primary);
      background: var(--primary);
    color: white;
}
.details-add-group .product-add:hover {
	
    text-transform: uppercase;
      background: white;
    color: var(--primary);
}

.details-add-group .action-input {

    text-transform: uppercase;
      background: var(--chalk);
    color: var(--primary);
}


.details-add-group .action-minus i,
.details-add-group .action-plus i {
/*  background: var(--chalk);*/
}

.details-action-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  position: relative;
  align-items: self-end;
}

.details-action-group a {
  padding: 10px 0px;
  border-radius: 8px;
  color: var(--text);
  background: var(--chalk);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  background: white;
}

.details-action-group a:hover {
  color: var(--primary);
}

.details-action-group a i {
  font-size: 16px;
  margin-right: 8px;
}

.details-action-group a span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.details-wish.active {
  color: var(--white);
  background: var(--primary);
}

.details-wish.active:hover {
  color: var(--white);
  background: var(--primary);
}

.product-details-frame {
  padding: 50px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: var(--white);
  overflow-y: auto;
}

.product-details-frame:last-child {
  margin-bottom: 0px;
}

.frame-title {
  margin-bottom: 30px;
  
}

.tab-descrip {
  position: relative;
}

.tab-descrip ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 25px;
}

.tab-descrip ul li {
  margin-bottom: 8px;
}

.tab-descrip ul li:last-child {
  margin-bottom: 0px;
}

.tab-descrip img

 {
    max-width: 100% !important;
    border-radius: 8px;
    background: #ccc;
    height: auto !important;
    width: auto !important;
}

.tab-descrip a {
/*  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 80px;
  height: 80px;
  font-size: 22px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  background: rgba(15, 199, 86, 0.8);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: var(--primary-bshadow);
          box-shadow: var(--primary-bshadow);
  text-shadow: var(--primary-tshadow);*/
}

.table-bordered {
  margin-bottom: 0px;
}

.table-bordered th,
.table-bordered td {
  padding: 12px 25px;
  text-align: left;
}

.table-bordered th {
  font-weight: 500;
}

.table-bordered td:last-child {
  border-right: 1px solid var(--border);
}

.review-item {
  padding: 45px 45px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: var(--chalk);
  border: 1px solid var(--border);
}

.review-item:last-child {
  margin-bottom: 0px;
}

.review-media {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.review-avatar {
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

.review-avatar img {
  width: 65px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.review-meta {
  text-transform: none;
}

.review-meta a {
  color: var(--heading);
  text-transform: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.review-meta a:hover {
  color: var(--primary);
}

.review-meta span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
}

.review-meta span b {
  font-weight: 500;
  color: var(--primary);
}

.review-rating {
  margin-bottom: 10px;
}

.review-rating li {
  font-size: 16px;
  margin-right: 5px;
  color: var(--yellow);
  display: inline-block;
}

.review-desc {
  margin-bottom: 20px;
}

.review-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.review-reply input {
  width: 100%;
  padding: 7px 18px;
  border-radius: 6px !important;
  margin-right: 20px;
  background: var(--white);
}

.review-reply button {
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 6px;
  color: var(--white);
  background: var(--primary);
  text-transform: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.review-reply button:hover {
  background: var(--heading);
}

.review-reply button i {
  margin-right: 5px;
}

.review-reply-list {
  margin-left: 80px;
  margin-top: 35px;
  border-top: 1px solid var(--border);
}

.review-reply-item {
  padding: 30px 0px;
  border-bottom: 1px solid var(--border);
}

.review-reply-item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.review-form .btn {
  width: 100%;
  padding: 12px 30px;
}

@media (max-width: 991px) {
  .product-navigation {
    margin: 25px 0px;
  }
}
@media (max-width: 767px) {
	.details-preview li img {
	    max-height: 220px;
	}
}

@media (max-width: 575px) {
  .details-content {
    padding: 20px;
  }
  .details-name {
    font-size: 22px;
    line-height: 30px;
  }
  .product-details-frame {
    padding: 20px;
  }
  .review-item {
    padding: 20px 15px;
  }
  .review-reply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-reply input {
    margin: 0px 0px 15px;
  }
  .review-reply-list {
    margin-left: 25px;
  }
  .star-rating label {
    margin: 0px 6px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .review-reply-list {
    margin-left: 30px;
  }
}


/* ===================================
   PRODUCT DETAIL - NOVÉ STYLY
   =================================== */

/* Dostupnost a doprava */
.product-detail-availability-shipping {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.product-detail-availability-shipping-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.product-detail-availability-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-weight: 600;
}

.availability-icon {
    font-size: 22px;
}

.product-detail-shipping-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}

.shipping-icon .lucide {
    width: 19px;
    height: 19px;
}

.shipping-info-link {
    color: #7cb342;
    font-size: 18px;
    margin-left: 5px;
    transition: color 0.2s ease;
}

.shipping-info-link:hover {
    color: #689f38;
}

/* Cena */
.product-detail-price-block .product-detail-price-row {
 /*   display: flex;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 10px;*/
}

.product-detail-price-block .details-price {
    margin-bottom: 0;
}

.product-detail-price-block .product-detail-current-price {
    font-size: 32px;
    font-weight: 700;
    color: #8bc34a;
    color: #333;
}

.product-detail-price-block del {
    font-size: 20px;
    margin-right: 10px;
}

.product-detail-price-block .register-price {
    font-size: 14px;
    color: #666;
}

/* Varianty - Chips */
.product-detail-variant-selector {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.variant-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-detail-variant-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-variant-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid #ddd;
    border-radius: 25px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
}

.product-detail-variant-chip:hover {
    border-color: #7cb342;
    background: #f1f8e9;
}

.product-detail-variant-chip.active {
    border-color: #7cb342;
    background: #7cb342;
    color: white;
}

.product-detail-variant-chip.active .variant-price-diff {
    color: white;
    opacity: 0.9;
}

.variant-price-diff {
    font-size: 12px;
    color: #666;
}

/* Varianty - Dropdown */
.product-detail-variant-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.product-detail-variant-dropdown:focus {
    border-color: #7cb342;
    outline: none;
    box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.1);
}

/* Přidání do košíku block */
.product-detail-add-to-cart-block {
    padding-top: 0;
}

.product-detail-quantity-and-cta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.product-detail-cart-info-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px !important;
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    font-size: 14px !important;
    opacity: 0;
    
}
.product-detail-cart-info-notice.visible {
	opacity: 1;
}

.product-detail-cart-info-notice i {
    color: #4caf50;
}

/* Množství selector */
.product-detail-quantity-selector {
    flex-shrink: 0;
}

.product-detail-quantity-label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-detail-quantity-controls {
    display: flex;
    align-items: center;
    gap: 0;
  /*  width: 150px;*/
}

.product-detail-quantity-btn {
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    color: #333;
}

.product-detail-quantity-btn:hover {
    background: #f5f5f5;
    border-color: #7cb342;
    color: #7cb342;
}

.product-detail-quantity-btn:active {
    background: #e0e0e0;
}

.product-detail-quantity-minus {
    border-radius: 8px 0 0 8px;
}

.product-detail-quantity-plus {
    border-radius: 0 8px 8px 0;
}

.product-detail-quantity-input {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 600;
}

.product-detail-quantity-input:focus {
    outline: none;
    border-color: #7cb342;
}

/* Remove spinner z number inputu */
.product-detail-quantity-input::-webkit-outer-spin-button,
.product-detail-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-quantity-input[type=number] {
    -moz-appearance: textfield;
}

/* Hlavní CTA tlačítko */
.product-detail-btn-add-to-cart {
    flex: 1;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 50px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.product-detail-btn-add-to-cart:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.product-detail-btn-add-to-cart i {
    font-size: 18px;
}

/* Krátký popis */
.details-short-desc {
    font-size: 14px;
    color: #666;
}

.details-short-desc ul li {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #666;
}

.details-short-desc ul li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 2px;
    color: #8bc34a;
    font-weight: 600;
    font-size: 22px;
}

.details-short-desc .text-link {
    display: inline-block;
    margin-top: 5px;
    text-align: right;
    display: block;
}

/* Responsive úpravy */
@media (max-width: 1400px) {
    .product-detail-price-block .product-detail-current-price {
        font-size: 28px;
    }
    
 /*   .product-detail-quantity-and-cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    } */
    
    .product-detail-quantity-and-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.product-detail-quantity-and-cta > *:nth-child(3) {
    grid-column: 1 / -1; /* třetí položka přes celou šířku */
}
    
    
    .product-detail-quantity-selector {
        width: 100%;
    }
    
    .product-detail-btn-add-to-cart {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .product-detail-availability-shipping-row {
   /*     flex-direction: column;
        align-items: flex-start;
        gap: 10px;*/
    }
    
    .product-detail-price-row {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 5px !important;
    }
    
    .product-detail-variant-chips {
        flex-direction: column;
    }
    
    .product-detail-variant-chip {
        width: 100%;
        justify-content: center;
    }
    
    .product-detail-quantity-controls {
        width: 100%;
    }
    
    .product-detail-quantity-input {
        flex: 1;
    }
}

#koupit {
	scroll-margin-top: 140px; 
}


/* ===== BUNDLE WRAPPER ===== */

.vf-bundle {
    max-width: 1000px;
}

/* ===== NADPISY ===== */

.vf-bundle-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2937;
}

.vf-bundle-intro {
    color: #4b5563;
    margin-bottom: 20px;
}

/* ===== KARTY PRODUKTŮ ===== */

.vf-bundle-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    transition: 0.2s;
}

.vf-bundle-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-color: #d1d5db;
}

/* ===== NÁZEV PRODUKTU ===== */

.vf-bundle-product {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111827;
}

/* ===== ZNAČKA ===== */

.vf-bundle-brand {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

/* ===== LIST ===== */

.vf-bundle ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.vf-bundle li {
    margin-bottom: 6px;
    line-height: 1.45;
}

/* ===== UŽÍVÁNÍ BOX ===== */

.vf-bundle-usage {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px;
}

.vf-bundle-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
}

/* ===== WARNING ===== */

.vf-bundle-warning {
    font-size: 13px;
    color: #6b7280;
}


/* Zelené fajfky v kartách */
.vf-bundle-card ul{
  list-style: none;
  padding-left: 0;
  margin: 14px 0 0 0;
}

.vf-bundle-card li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 1.45;
  color: #374151;
}

.vf-bundle-card li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7aa33c;          /* vaše zelená */
  font-weight: 800;
}

/* Premium karta balíčku */
.vf-bundle-card{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf8 100%);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.vf-bundle-card:hover{
  transform: translateY(-2px);
  border-color: #cfe3b2;
  box-shadow: 0 14px 30px rgba(17,24,39,0.10);
}

/* Zelený „accent“ proužek nahoře v kartě */
.vf-bundle-card{
  position: relative;
  overflow: hidden;
}

.vf-bundle-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #7aa33c;
  opacity: .9;
}
.vf-bundle-product{
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #111827;
}

.vf-bundle-brand{
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

/* zvýrazni klíčové benefity v textu */
.vf-bundle-card strong{
  color: #111827;
  font-weight: 700;
}
.vf-bundle-pill{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1f7e8;
  border: 1px solid #d8e8c0;
  color: #3a4a2a;
}


/* Box užívání */
.vf-bundle-usage{
    background: linear-gradient(180deg, #f8faf5 0%, #f1f7e8 100%);
    border: 1px solid #dfead2;
    border-radius: 14px;
}

/* Seznam */
.vf-bundle-usage ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.vf-bundle-usage li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 15px;
    color: #1f2937;
}

/* zelená ikonka */
.vf-bundle-usage li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #7aa33c;
    color: white;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* zvýraznění času */
.vf-bundle-usage strong{
    color: #111827;
    font-weight: 700;
}

/* poznámka dole */
.vf-bundle-note{
    color: #6b7280;
    padding-left: 30px;
}
.vf-bundle-usage-title{
    font-weight: 700;
    margin-bottom: 10px;
    color: #2f3e1f;
}



.btn-badge {
    display: inline-block;
    border: 2px solid #7aa33c;
    color: #2f3a2f;
    background: #f7fbf2;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
   
}
.btn-badge.btn-badge-small {
display: inline-block;
    border: 2px solid #7aa33c;
    color: #2f3a2f;
    background: #f7fbf2;
    padding: 2px 12px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 16px;
   
}

/* ===== PRETITLE ===== */

.product-pretitle {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 5px;
}

/* ===== HLAVNÍ NADPIS ===== */

.details-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 10px;
}

/* ===== PODTITULEK ===== */

.product-posttitle {
font-size: 16px;
    color: #4b5563;
    color: #777;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 0px;
   
    font-style: aitalic;
}

/* ===== SHORT DESC ===== */

.details-short-desc ul {
    padding-left: 0;
    list-style: none;
}

.details-short-desc li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.5;

}


/* zvýraznění strong */
.details-short-desc strong {
    color: #1f2937;
    font-weight: 600;
}

/* odkaz zobrazit celý popis */
.details-short-desc .text-link {
    font-size: 15px;
    color: #7aa33c;
    font-weight: 500;
}

.details-short-desc .text-link:hover {
    text-decoration: underline;
}

.details-content .btn-badge {
    display: inline-block;
    margin-left: auto;
}

.details-content {
    display: flex;
    flex-direction: column;
}

.details-content .btn-badge {
    align-self: flex-end;
}