/* WOOCOMMERCE
---------------------------------------- */
/*.woocommerce-cart .section:first-child,
.woocommerce-checkout .section:first-child { padding-top: 30px; }*/
/*.woocommerce-cart .section:last-child,
.woocommerce-checkout .section:last-child { padding-bottom: 0; }*/
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
.wp-block-woocommerce-cart-order-summary-block { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); margin-bottom: 1rem; }

html .wp-block-woocommerce-checkout { padding-top: 0; }
html .is-large .wc-block-checkout__sidebar { position: relative !important; top: auto !important; min-height: 100%; align-self: inherit !important; }
html .is-large .wc-block-checkout__sidebar .wc-block-components-product-metadata__description { display: none; }
html .wc-block-components-order-summary .wc-block-components-product-name { font-weight: 700; padding: 12px 0 0; margin: 0; color: #522868; font-style: normal; }
html .wc-block-components-order-summary .wc-block-components-order-summary-item { border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
html .wc-block-components-order-summary .wc-block-components-order-summary-item__image { margin-top: 0; }
html .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img { border-radius: 50%; }
html .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price { padding-top: 12px; }
html .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices { display: none !important; }
html .wc-block-components-order-summary .wc-block-components-product-metadata { font-size: 0.8rem !important; }
html .is-large:not(.wc-block-checkout) .wc-block-components-product-details__name { font-weight: 400; font-style: italic; }
html .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text { font-size: 20px; color: #522868; }
.admin-bar .is-large .wc-block-checkout__sidebar { top: 120px; }
html .wp-block-woocommerce-checkout-order-summary-block { border: 0; }

html .wp-block-woocommerce-cart-cross-sells-block h2.has-large-font-size { font-size: 22px !important; font-weight: 600; }

html .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity { font-size: 12px; border: 0; background: #B72221; color: #fff; }
html .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity:after { content: 'x'; }

.custom-cart-wrapper { position: sticky; top: 90px; }
.admin-bar .custom-cart-wrapper { top: 120px; }

.has-text-align-center { text-align: center; }

html .wc-block-components-quantity-selector { background-color: #fff; }

.product-content-head { width: 100%; display: flex; flex-wrap: wrap; }
html .product-content-head .product-content-head-left { width: 55%; margin: 0; padding-bottom: 0; }
html .product-content-head .entry-summary { width: 45% !important; padding-left: 3rem; }
.woocommerce div.product div.summary { margin-bottom: 0 !important; }
.woocommerce div.product div.summary,
.product-content-head .product-content-head-right { position: sticky; top: 80px; }
.admin-bar .product-content-head .product-content-head-right { position: sticky; top: 110px; }

/*.wishlist_table.wishlist_view thead { display: none; }
.woocommerce table.wishlist_table tr:first-child td { border-top: 0; }
.woocommerce table.wishlist_table .product-thumbnail { width: 100px; }
.woocommerce table.wishlist_table .product-add-to-cart { text-align: right; }
.woocommerce table.wishlist_table .product-add-to-cart a { display: inline-block !important; margin: 0 10px !important; }*/

html body .main .section .products { display: flex !important; flex-wrap: wrap; margin: 0 -10px 20px; list-style: none; padding-left: 0; min-width: 100% !important; }
html body .main .section .products .product { padding: 0 10px 20px !important; text-align: center; margin: 0 !important; position: relative; min-height: 100%; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
html body .main .section .products.slick-initialized .product { height: 100%; }
html body .main .section .products.columns-3 .product { width: 33.3333%; }
html body .main .section .products.columns-4 .product { width: 25%; }
html body .main .section .products .product:before { display: none; }
html body .main .section .products .product .woocommerce-loop-product__link { display: block; color: #72645A; text-decoration: none; background: #fff; border-radius: 10px; padding-bottom: 50px; position: relative; min-height: 100%; border: 1px solid #eee; }
/*html body .main .section .products .product:hover { transform: translateY(-2px); }*/
html body .main .section .products .product .woocommerce-loop-product__link:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
html body .main .section .products .product .woocommerce-loop-product__link img { margin-bottom: 1rem; border-top-left-radius: 8px; border-top-right-radius: 8px; }
html body .main .section .products .product .woocommerce-loop-product__title { font-size: 16px; font-weight: 700; color: #222; padding: 0 20px 10px 20px !important; }
html body .main .section .products .product .product-short-description { opacity: 0.8; line-height: 1.4em; font-size: 13px; padding: 0 20px; margin-bottom: 10px; }
html body .main .section .products .product .price { font-size: 16px; color: #3C2B20; font-weight: 700; padding: 0 20px; position: absolute; bottom: 20px; left: 0; right: 0; margin: 0; }
html body .main .section .products .product .price small { font-weight: 400; }
html body .main .section .products .product .price ins { text-decoration: none; color: #B72221; }
html body .main .section .products .product .price del { color: #888; font-weight: 400; }
html body .main .section .products .product .button { position: absolute; bottom: 60px; left: 20px; margin: 0 !important; height: 40px; padding-top: 5px; padding-bottom: 5px; line-height: 20px; }
html body .main .section .products .product a img { width: 100%; height: auto; display: block; margin: 0 0 1em; box-shadow: none; }

html body .main .section .products .product-sku { font-size: 13px; font-weight: 400; display: block; color: #666; padding-top: 5px; }

html body .main .section .products.slick-initialized .slick-list { padding-top: 10px; margin-top: -10px; }
html body .main .section .products .slick-slide > div { height: 100%; }

/*html body .products .product img { transition: opacity .3s ease; }
html body .products .product .product-hover-image { position: absolute; inset: 0; opacity: 0; pointer-events: none; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
html body .products .product:hover .product-hover-image { opacity: 1 !important; }
html body .products .product:hover img.wp-post-image { opacity: 0 !important; }*/

.product-image{
  position:relative;
  overflow:hidden;
}

/* hlavná fotka (wp-post-image alebo prvý img) */
.product-image img{
  display:block;
  transition: opacity .25s ease;
}

/* sekundárna fotka bude overlay */
.product-image img.secondary-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  pointer-events:none;
}

/* hover – zobraz sekundárnu, skry hlavnú */
.woocommerce .products .product:hover .product-image img.secondary-image{
  opacity:1;
}
.woocommerce .products .product:hover .product-image img:not(.secondary-image){
  /*opacity:0;*/
}

/* badge nech je stále navrchu */
.product-image .onsale{
  position:absolute;
  z-index:5;
}
.product-tag-badges{
  position:absolute; /* ak chceš aby boli nad fotkou */
  z-index:6;
}

html body .main span.onsale { display:none !important; }

.woocommerce .product-content-head span.onsale,
html body .main .section .product .onsale { border-radius: 5px; min-height: 1px; line-height: 1.2em; padding: 5px 15px; top: 10px; right: -10px; left: auto; margin: 0; }
.woocommerce .product-content-head span.onsale { }

.woocommerce-product-rating,
.woocommerce .products .product .star-rating { margin: 0 auto 10px; height: 15px; color: #FFBC00; }
.product-loop-meta-under-title { padding: 0 20px; }

.product-loop-meta-under-title .product-loop-sku { font-size: 13px;}
.product-loop-meta-under-title .product-loop-stock { display: block; font-size: 14px; line-height: 1.3em; padding-bottom: 5px; }
.single-product-doba-dorucenia,
.woocommerce div.product p.stock.available-on-backorder,
.product-loop-meta-under-title .product-loop-stock.available-on-backorder { color: #007a99; }
.single-product-na-sklade,
.woocommerce div.product p.stock.in-stock,
.product-loop-meta-under-title .product-loop-stock.in-stock { color: #269200; }
.woocommerce div.product p.stock.out-of-stock,
.product-loop-meta-under-title .product-loop-stock.out-of-stock { color: #c40505; }

html body .main .section .woocommerce-pagination { padding-top: 1rem; }
html body .main .section .woocommerce-pagination ul { border: 0; } 
html body .main .section .woocommerce-pagination ul li { border: 0; }
html body .main .section .woocommerce-pagination ul li .current { padding-top: 0; padding-bottom: 0; }

html body .main .section .article-detail .products { margin-left: -110px; margin-right: -110px; }
html body .main .section .article-detail .products .slick-dots { text-align: center; bottom: -2rem; }

.product-categories { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0 -5px 30px; }
.product-categories li { width: 33.3333%; padding: 5px 5px; }
.product-categories li a { font-weight: 600; display: block; text-decoration: none; color: #2b2a29; background: #fff; border: 1px solid #ddd; min-height: 100%; border-radius: 10px; padding: 11px 15px 11px 55px; position: relative; }
.product-categories li a:hover { color: #B72221; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); transform: translateY(-1px); }
.product-categories li.active a { background: #E2D4BB; color: #2b2a29; }
.product-categories li .cat-img { width: 40px; height: 40px; background: #fff; border-radius: 5px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: absolute; top: 4px; left: 4px; }
.product-categories li .cat-img img { width: auto; max-height: 100%; }

.product-detail-content { padding-right: 45%; }
html body .product-content-gallery.slick-initialized { margin-bottom: 0 !important; }
.product-content-gallery { padding-bottom: 0; position: relative; z-index: 5; width: 100% !important; border: 1px solid #DDD; border-radius: 10px; }
.product-content-gallery:not(.slick-initialized) .product-gallery-item:not(:first-child) { display: none !important; }
.product-content-gallery .slick-arrow { opacity: 0; }
.product-content-gallery:hover .slick-arrow { opacity: 1; }
.product-content-gallery .product-gallery-item { border-radius: 10px; overflow: hidden; aspect-ratio: 1 / 1; display: flex !important; align-items: center; }
.product-content-gallery .product-gallery-item img { width: 100%; height: auto; }
.product-content-gallery .product-gallery-item a { width: 100%; display: block; }
.product-content-gallery .slick-dots  { bottom: 1.5rem; text-align: center; }
html .woocommerce div.product div.images .woocommerce-product-gallery__image a { width: 100%; }
html.touch .product-content-gallery .slick-arrow { display: none !important; }

/*.product-type-variable .product-right-item > .price:first-child { display: none !important; }*/
.product-type-variable .woocommerce-variation-price .price { padding-bottom: 1rem; display: block; }

html .woocommerce div.product .product_title { font-size: 40px; margin-bottom: 1rem; }
html .woocommerce div.product .woocommerce-product-rating .star-rating { margin-top: 0; }

.single-product .main .section:first-child { padding-top: 30px; }

html .select2-container { z-index: 49 !important; }

.woocommerce-variation-add-to-cart { width: 100%; }

html .woocommerce div.product form.cart .variations:not(.cfvsw-variation-disable-logic) { table-layout: fixed; }
html .woocommerce div.product form.cart .variations:not(.cfvsw-variation-disable-logic) tr th { width: 50%; }
html .woocommerce div.product form.cart .variations:not(.cfvsw-variation-disable-logic) tr th label { font-size: 12px; display: block; line-height: 1.3em; }
html .woocommerce div.product form.cart .variations:not(.cfvsw-variation-disable-logic) tr td { width: 50%; }
html .woocommerce div.product form.cart .variations:not(.cfvsw-variation-disable-logic) select { min-width: 100%; }

/*html .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; justify-content: center; position: sticky; top: 50px; padding: 10px 20px; margin: 0 -30px 20px; z-index: 50; background: rgba(255, 255, 255, 0.6); -webkit-backdrop-filter: blur(10px); -moz-backdrop-filter: blur(10px); -ms-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
html .woocommerce.admin-bar div.product .woocommerce-tabs ul.tabs { top: 80px; }
html .woocommerce div.product .woocommerce-tabs ul.tabs:before,
html .woocommerce div.product .woocommerce-tabs ul.tabs:after,
html .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
html .woocommerce div.product .woocommerce-tabs ul.tabs li:after { display: none; }
html .woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent !important; border: 0; padding: 0 10px; }
html .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-weight: 500; padding: 10px 18px; line-height: 1em; display: block; border-radius: 10px; color: #2b2a29; background: transparent; border: 2px solid #B72221; }
html .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: #FFF; border-color: #2b2a29; background: #2b2a29; }
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background: #2b2a29; border-color: #2b2a29; color: #fff; }
html .woocommerce div.product .woocommerce-tabs h2 { font-size: 28px; }*/

html .berocket_single_filter_widget .bapf-clean-rounded li label { border-radius: 20px; }
html .berocket_single_filter_widget .bapf-clean-rounded li.checked label { border-color: #B72221; color: #B72221; }
html .berocket_single_filter_widget .bapf-clean-rounded li.checked label:before { border-color: #B72221; }

/* STICKY BAR */
html .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  overflow:  visible;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
html .woocommerce div.product .woocommerce-tabs .tabs-wrap {  position: sticky;
  top: 50px;
  z-index: 50;

  padding: 0 30px;
  margin: 0 -30px 24px;

  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); }

html .woocommerce.admin-bar div.product .woocommerce-tabs .tabs-wrap { top: 80px; }

/* odstránenie pseudo-elementov WC */
html .woocommerce div.product .woocommerce-tabs ul.tabs:before,
html .woocommerce div.product .woocommerce-tabs ul.tabs:after,
html .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
html .woocommerce div.product .woocommerce-tabs ul.tabs li:after { display: none !important; }

/* LI */
html .woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  padding: 0 5px !important;
  margin: 0 0 -1px !important;
}

/* LINK – už nie button */
html .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;

  padding: 15px 0;        /* vertikálne pohodlie v sticky bare */
  line-height: 1;
  border-radius: 0;         /* zrušíme pill look */

  background: transparent !important;

  font-weight: 600;
  color: #666;
  text-decoration: none;

  border-bottom: 2px solid transparent; /* underline */
  transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}

/* hover */
html .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #000;
  border-color: rgba(0,0,0,0.25);
}

/* active */
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
  border-color: #B72221 !important;
}

/* headings v obsahu tabov */
html .woocommerce div.product .woocommerce-tabs h2 { font-size: 28px; }

/* MOBILE – nech sa to nezlomí do dvoch riadkov divne */
@media (max-width: 768px) {
  html .woocommerce div.product .woocommerce-tabs ul.tabs {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 18px;
  }

  html .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    white-space: nowrap;
    padding: 12px 2px;
  }

  /* voliteľne skryť scrollbar */
  html .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar { display: none; }
}

.product-content-head-right .button { font-weight: 500 !important; height: 60px; border-radius: 30px !important; padding: 15px 40px !important; }
.product-content-head-right .quantity { background: #fff; overflow: hidden; width: 80px; height: 60px; margin-right: 1rem !important; position: relative; border: 1px solid #ddd; border-radius: 6px; }
.product-content-head-right .custom-quantity-wrapper { display: flex; align-items: center; }
.product-content-head-right .quantity .qty-btn { width: 29px; height: 30px; line-height: 24px; text-align: center; background-color: #fff; border: 0; cursor: pointer; font-size: 16px; line-height: 1em; user-select: none; position: absolute; right: 0; border-left: 1px solid #ddd; }
.product-content-head-right .quantity .qty-btn.plus { top: 0; border-bottom: 1px solid #ddd;  }
.product-content-head-right .quantity .qty-btn.minus { bottom: 0; }
.product-content-head-right .quantity input.qty { width: 100%; text-align: center; font-size: 20px; height: 58px; border: 0; box-shadow: none; outline: none; }
.product-content-head-right .quantity input.qty::-webkit-outer-spin-button,
.product-content-head-right .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.product-content-head-right .quantity input.qty[type=number] { -moz-appearance: textfield; }
.product-content-head-right .price { font-size: 24px !important; color: #2b2a29 !important; font-weight: 600; margin-bottom: 1rem; }
.product-content-head-right .price ins { text-decoration: none; color: #B72221; }
.product-content-head-right .price del { font-weight: 400; color: #888; }
.product-content-head-right .price small { font-size: 0.7em; font-weight: 400; }

.product-content-head-right .jd-documents { margin-top: 1rem; }
.product-content-head-right .jd-documents ul { list-style: none; padding-left: 0; }
.product-content-head-right .jd-documents ul a { font-size: 0.9rem; }
.product-content-head-right .jd-documents .ui-accordion-content { padding: 10px 15px; }

.product-content-head-right .product_meta { font-size: 14px; border-top: 1px dashed #ddd; padding-top: 10px; }
.product-content-head-right .product_meta span { font-weight: 600; }
.product-content-head-right .product_meta span span { font-weight: 400; }
.product-content-head-right .product_meta .posted_in,
.product-content-head-right .product_meta .tagged_as { display: none; }

.product-content-head-right .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor { font-size: 14px; }
.product-content-head-right .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon { color: #B72221 !important; }
.product-content-head-right .yith-add-to-wishlist-button-block { margin: 0 0 1.5rem; }

.product-content-head-right .variations .label label,
.product-content-head-right .variations .label span { display: inline !important; font-size: 13px; }
.product-content-head-right .variations .cfvsw-label-option {  border-radius: 15px !important; }
.product-content-head-right .variations .cfvsw-selected-swatch { border-color: #B72221 !important; background-color: #fae4e4 !important; color: #000 !important; }

.product-content-head-right .reset_variations { display: none !important; }

.product-composition { display: flex; flex-wrap: wrap; padding-bottom: 1.5rem; }
.product-composition .composition-item { padding: 0 6px 6px 0; }
.product-composition .composition-item span { font-size: 13px; color: #43342b; background: #fbf6f1; border-radius: 20px; padding: 5px 12px; display: inline-block; }

.product-allergens { display: flex; flex-wrap: wrap; padding-bottom: 1.5rem; }
.product-allergens .allergens-item { padding: 0 6px 6px 0; }
.product-allergens .allergens-item span { font-size: 13px; color: #43342b; background: #fce1d5; border-radius: 20px; padding: 5px 12px; display: inline-block; }
.product-allergens-note { font-size: 13px; }

.products-others-information { font-size: 13px; }

.products-delivery { font-size: 13px; padding: 20px 20px 20px 50px; margin-bottom: 1.5rem; border-radius: 12px; background: #fff; position: relative; }
.products-delivery .h4 { margin-bottom: 5px; }
.products-delivery .h4 i { font-size: 16px; position: absolute; top: 23px; left: 20px; }

.product-tag-badges { display: flex; flex-direction: column; }
.product-tag-badge { width: fit-content; display: inline-block; padding: 1px 10px; margin-bottom: 8px; font-size: 12px; color: #fff; border-radius: 5px; font-weight: 700; }
.product-tag-badge i { display: inline-block; vertical-align: middle; margin: -6px 3px -4px -4px; }

html body .main .section .products .product .product-tag-badges { position: absolute; top: 10px; left: 10px; }
.product-content-head-left { position: relative; }
.product-content-head-left .product-tag-badges { position: absolute; top: 10px; left: 10px; z-index: 40; }
.product-content-head-left .product-tag-badges .product-tag-badge { padding: 5px 15px; font-size: .857em; line-height: 1.2em; }
.product-content-head-left .product-tag-badges .product-tag-badge i { font-size: 16px; }

.tinvwl-table-manage-list thead tr th { display: none; }
.tinvwl-table-manage-list tbody tr { border-top: 1px solid #ddd; background: #fff; }
.tinvwl-table-manage-list tbody tr:last-child { border-bottom: 1px solid #ddd; }

/*html .woocommerce .woocommerce-ordering,
html .woocommerce-page .woocommerce-ordering { display: none; }*/

html .woocommerce-variation-price,
html .wapf-product-totals { display: none !important; }

.entry-summary .yith-wapo-container { clear: both; border-radius: 12px; margin-bottom: 10px; }
.entry-summary .yith-wapo-container #wapo-total-price-table { display: none !important; }
.entry-summary .yith-wapo-container #yith-wapo-addon-1 { margin-top: 0; }

.entry-summary .wapf-wrapper { background: #f4f4f4; border-radius: 10px; padding: 0 15px 5px; }
.entry-summary .wapf-wrapper .wapf-field-group { padding-top: 1rem; }
.entry-summary .wapf-wrapper .wapf-field-group abbr { color: #ff0000; }

html .woocommerce .entry-summary .bundle_sells_form .bundled_product_title { font-size: 15px !important; font-weight: 700; margin-bottom: 5px; }
html .woocommerce .entry-summary .bundle_sells_form .bundled_product_excerpt { display: none; }
html .woocommerce .entry-summary .bundle_sells_form .bundled_product_images { width: 50px !important; }
html .woocommerce .entry-summary .bundle_sells_form .bundled_product_images img { border-radius: 10px; }
html .woocommerce .entry-summary .bundle_sells_form .details { width: calc(100% - 50px) !important; padding-left: 1rem !important; }
html .woocommerce .entry-summary .bundle_sells_form .details .price { font-size: 16px !important; }
html .woocommerce .entry-summary .bundle_sells_form div.product.bundled_product_summary { padding: 15px 0; margin: 0; }
html .woocommerce .entry-summary .bundle_sells_form div.product.bundled_product_summary.is-selected { background: #F6EFE5; }

.single-product div.product .summary.entry-summary form .single_variation_wrap,
.single-product div.product .summary.entry-summary form { display: flex; flex-wrap: wrap; }

.single-product div.product .summary.entry-summary .bundle_sells_title { clear: both; width: 100%; order: 39; padding-top: 1rem !important; }
.single-product div.product .summary.entry-summary .bundle_sells_title h3 { font-size: 14px !important;  margin-bottom: 5px; padding-top: 1rem; }
/* a bundle_form až pod ním */
.single-product div.product .summary.entry-summary .bundle_form { order: 40; width: 100%; }
.single-product div.product .summary.entry-summary .bundle-atc-duplicate { order: 41; display: none; }
.bundle-atc-duplicate { width:100%; margin-top:12px; }

.product-detail-benefits { padding: 20px 20px 1px; border-radius: 10px; background: #E2D4BB; }
.product-detail-benefits p { font-size: 0.9rem; line-height: 1.3em; }
.product-detail-benefits .benefit-item { padding-left: 45px; position: relative; }
.product-detail-benefits .benefit-item strong { display: block; line-height: 1.5em; }
.product-detail-benefits .benefit-item i { font-size: 30px; color: #B72221; position: absolute; left: 0; top: 4px; }

.woocommerce-NoticeGroup { width: 100%; }

.woocommerce .woocommerce-MyAccount-navigation { background: #F6EFE5; border-radius: 10px; padding: 5px 15px; margin-bottom: 2rem; }
.woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; }
.woocommerce .woocommerce-MyAccount-navigation li { border-top: 1px dashed rgba(0, 0, 0, 0.1); padding: 10px 0; }
.woocommerce .woocommerce-MyAccount-navigation li:first-child { border-top: 0; }
.woocommerce .woocommerce-MyAccount-navigation li a { color: #2b2a29; text-decoration: none; }
.woocommerce .woocommerce-MyAccount-navigation li a:hover { text-decoration: underline; }
.woocommerce .woocommerce-MyAccount-navigation li.is-active a { font-weight: 600; }

.woocommerce-checkout .section:not(.benefits),
.woocommerce-cart .section:not(.benefits) { padding-top: 0; }
/*.woocommerce-checkout .section.benefits,
.woocommerce-cart .section.benefits { background: #fff; }*/
.woocommerce-checkout .headline-subpage,
.woocommerce-cart .headline-subpage { padding-bottom: 1px; }
.woocommerce .woocommerce-checkout { display: flex; flex-wrap: wrap;  }
.woocommerce .woocommerce-checkout .order-review-wrapper { width: 30%; padding-left: 2rem; }
.woocommerce .woocommerce-checkout .order-review-box { position: sticky; top: 90px; padding-top: 1.4rem; }
.woocommerce .woocommerce-checkout .col2-set { width: 70% !important; display: flex; flex-wrap: wrap; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
.woocommerce .woocommerce-checkout .col2-set > div { width: 100% !important; padding-top: 0; }

.woocommerce form .form-row label, .woocommerce-page form .form-row label { color: #000 !important; display: inline-block !important; line-height: 1.3em !important; }

html .wc-block-components-button:not(.is-link) .wc-block-components-button__text { font-size: 17px; padding: 5px 0 !important; }

html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block > div { display: flex; flex-wrap: wrap; width: 100%; gap: 20px; }
html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product { width: calc((100% - 40px) / 3); background: #fff; border-radius: 10px; padding: 0 0 4rem; overflow: hidden; position: relative; }
html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product a { text-decoration: none; }
html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-title { padding: 0 10px; font-size: 15px; }
html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-title ..wc-block-components-product-name { font-weight: 500; }
html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button.wc-block-components-product-button { gap: 0; position: absolute; bottom: 1rem; left: 10px; right: 10px; }
html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button.wc-block-components-product-button .wp-block-button__link { font-size: 15px; padding: 10px 20px; border-radius: 10px; }
html .wc-block-components-product-rating-stars__stars span { color: #FFBC00; }

.woocommerce .woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order { font-size: 15px; }
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table { border: 0; }
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table thead { display: none; }
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table th:first-child,
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table td:first-child { padding-left: 0; vertical-align: top; }
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table th:last-child,
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table td:last-child { padding-right: 0; text-align: right; vertical-align: top; font-weight: 700; white-space: nowrap; }
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table tbody tr:first-child td { border-top: 0; }
.woocommerce .woocommerce-checkout .order-review-wrapper table.shop_table .includes_tax { display: block; white-space: nowrap; position: absolute; bottom: -5px; right: 0; }
.woocommerce .woocommerce-checkout .order-review-wrapper .variation { display: block; font-style: italic; font-size: 12px; }
.woocommerce .woocommerce-checkout .order-review-wrapper .variation dt,
.woocommerce .woocommerce-checkout .order-review-wrapper .variation dd { display: inline; float: none; clear: none; }
.woocommerce .woocommerce-checkout .order-review-wrapper .variation dt { font-weight: 500; }
.woocommerce .woocommerce-checkout .order-review-wrapper .variation dd:after { content: ''; display: block; clear: both; }
.woocommerce .woocommerce-checkout .order-review-wrapper .variation p { display: inline; }

html .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified { color: #198754; }
html .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,
html .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified { display: none; }
html .cr-reviews-grid .cr-review-card .middle-row .review-content,
html .cr-reviews-slider .cr-review-card .middle-row .review-content { font-size: 0.95rem; }

html .cr-reviews-grid *,
html .cr-reviews-slider * { font-family:'Raleway', Helvetica, Arial, sans-serif; }

html table.wc-block-cart-items { background: #fff !important; border-radius: 10px; }
html table.wc-block-cart-items thead tr th:first-child { padding-left: 1rem; }
html .wc-block-components-sidebar-layout .wc-block-components-main { padding-right: 0; }
html table.wc-block-cart-items .wc-block-components-product-metadata__description,
html table.wc-block-cart-items .wc-block-components-product-badge { display: none; }

.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment { margin-top: 0rem; background-color: transparent; padding: 0; }
html #add_payment_method #payment ul.payment_methods,
html .woocommerce-cart #payment ul.payment_methods,
html .woocommerce-checkout #payment ul.payment_methods { padding-left: 0; padding-right: 0; padding-top: 0; }

html .woocommerce-checkout #payment div.form-row.place-order { padding-left: 0; padding-right: 0; margin-bottom: 0; }

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping { display: none !important; }

.woocommerce table.my_account_orders .button { margin: 2px 5px 2px 0 !important; }

.woocommerce form.checkout_coupon { border: 0 !important; background: #fff; min-height: 100%; }
.woocommerce form.login,
.woocommerce form.register { border: 0 !important; background: #F6EFE5; border-radius: 10px; min-height: 100%; }

.berocket_single_filter_widget { border-top: 1px solid #ddd; padding-top: 1rem; }
.berocket_single_filter_widget:first-child { border-top: 0; }
.bapf_sfilter h3 { font-size: 18px; cursor: pointer; }
.bapf_sfilter h3 .fa { font-size: 20px; font-weight: 300; }
.bapf_sfilter h3:hover { color: #B72221; }
.bapf_sfilter h3 .fa-chevron-up:before { content: '\f106'; } 
.bapf_sfilter h3 .fa-chevron-down:before { content: '\f107'; } 

html .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a { background: #f4f4f4; border: 0; text-decoration: none; font-weight: 400; }
html .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before { font-weight: 300; top: 7px; right: 19px; }
html .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:hover:before { color: #B72221; }
html .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a.braapf_unselect_all { background: transparent; color: #B72221; text-decoration: underline; }
html .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a.braapf_unselect_all:hover { text-decoration: none; }

.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review { border-radius: 8px; background: #000 !important; margin-left: 10px !important; }
.cr-add-review-wrap { width: 100%; text-align: center; }
.cr-reviews-grid { padding: 0 !important; overflow: hidden; }
.ivole-meter { overflow: hidden; border-radius: 20px !important; }
.ivole-meter .ivole-meter-bar { border-radius: 18px !important; }

html .woocommerce div.product form.cart .variations label { font-size: 14px !important; }

.variants-colors { margin-bottom: 1rem; width: 100%; clear: both; padding-top: 1.2rem; }
.variants-colors-head {font-size: 14px; font-weight: 600; padding-bottom: 10px; }
.variants-colors-items { display: flex; flex-wrap: wrap; gap: .5rem .75rem; }

.variants-colors-item { display: inline-flex; align-items: center; }
.variants-colors-swatch { width: 40px; height: 40px; border-radius: 5px; background-color: #eee; border: 1px solid rgba(0,0,0,.15); box-shadow: inset 0 0 0 1px #fff; }
.variants-colors-item:hover .variants-colors-swatch { border-color: #222; }
.variants-colors-item.current .variants-colors-swatch { box-shadow: inset 0 0 0 2px #B72221; border-color: #B72221; }

.product-downloads ul li a { padding-left: 5px; }
.product-downloads ul li i { position: absolute; left: 0; top: 8px; }
.product-downloads ul li:before { display: none !important; }

html #add_payment_method #payment div.payment_box,
html .woocommerce-cart #payment div.payment_box,
html .woocommerce-checkout #payment div.payment_box { background: #DDD; }

html .woocommerce form .form-row p.input-checkbox { display: block; text-align: left; margin-bottom: 1rem }

/* Card */
.dubu-free-ship-box{
  /*background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  border: 1px solid rgba(0,0,0,.06);*/
  border: 2px solid #000;
  background: #fff;
  border-radius: 10px;
  /*box-shadow: 0 10px 26px rgba(0,0,0,.08);*/
  overflow: hidden;
  margin-bottom: 1rem;
}

/* Bar: nech nie je nalepený úplne hore, a nech je “pill” */
.dubu-free-ship-bar{
  height: 12px;
  margin: 12px 14px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  overflow: hidden;
  position: relative;
}
.dubu-free-ship-bar span{
  display:block;
  height:100%;
  border-radius: 999px;
  transition: width .5s ease;
  position: relative;
}

/* malá “bodka” na konci progresu */
.dubu-free-ship-bar span::before{
  content:"";
  position:absolute;
  right:-6px;
  top:50%;
  width:14px;
  height:14px;
  transform: translateY(-50%);
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}

/* Farby podľa stavu */
.dubu-free-ship-box.is-low  .dubu-free-ship-bar span{ background: linear-gradient(90deg,#bfead1,#9ed9bf); background: #B72221; }
.dubu-free-ship-box.is-mid  .dubu-free-ship-bar span{ background: linear-gradient(90deg,#9ed9bf,#74c39a); background: #B72221; }
.dubu-free-ship-box.is-near .dubu-free-ship-bar span{ background: linear-gradient(90deg,#74c39a,#3f8b60); background: #B72221; }

/* Title */
.dubu-free-ship-box .dubu-free-ship-title{
  padding: 5px 14px 18px;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

/* Dôležité: nastavíme layout na ten vnútorný wrapper */
.dubu-free-ship-box .dubu-free-ship-title > .text-center{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 5px;
  text-align:left;     /* text nech je prirodzenejší */
}

/* Ikona ako badge (a zrušíme marginy z pôvodného CSS) */
.dubu-free-ship-box .dubu-free-ship-title i{
  margin:0 !important;
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: #f9e9e8;
  color:#B72221;
  font-size:16px;
  flex: 0 0 auto;
}

/* nech strong pekne vynikne */
.dubu-free-ship-box .dubu-free-ship-title strong{
  font-weight: 700;
}

/* Done stav – jemný success, nie celá karta zelená */
.dubu-free-ship-box.is-done{
  background: linear-gradient(180deg, rgba(85,151,115,.10) 0%, #fff 70%);
  border-color: rgba(85,151,115,.25);
  color: inherit !important;
}
.dubu-free-ship-box.is-done .dubu-free-ship-bar span{
  width: 100% !important;
  background: linear-gradient(90deg,#74c39a,#2f7a52);
}
.dubu-free-ship-box.is-done .dubu-free-ship-bar span:before { display: none; }

/* Mobile – nech sa to nezalomí divne */
@media (max-width: 480px){

  /* progress nech je kompaktnejší */
  .dubu-free-ship-bar{
    margin: 12px 14px 10px;
  }

  /* na mobile nech je ikonka hore a text pod ňou */
  .dubu-free-ship-box .dubu-free-ship-title > .text-center{
    display: block !important;
    text-align: center;
  }

  /* nech sa veta láme prirodzene (nie na 3 “stĺpce”) */
  .dubu-free-ship-box .dubu-free-ship-title{
    padding: 0px 5px 10px;
    font-size: 13px;
  }

  /* strong nech je v jednej línii s číslom a € */
  .dubu-free-ship-box .dubu-free-ship-title strong{
    white-space: nowrap;
  }

  /* bonus: ak ti € aj tak padá, drž celú frázu spolu */
  .dubu-free-ship-box .dubu-free-ship-title{
    word-break: normal;
    overflow-wrap: anywhere;
  }
}


.bundled_product_title { position: relative; }
.bundled_product_title:hover { text-decoration: underline; }
.bundled_product_title .bundled_product_title_link a.bundled_product_permalink { position: absolute !important; inset: 0; z-index: 2; }
.bundled_product_title .bundled_product_title_link a.bundled_product_permalink:before { display: none; }

html .wc-block-cart-item__product * { font-size: 14px !important; }
html .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
html table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total { font-size: 15px; }

@media (max-width:1199px) {
  .bapf_sngl_hd_desktop { display:none !important; }
  .bapf_sngl_hd_tablet { display:block !important; }
}
@media all and (max-width:1199px) {
  .show-filter { overflow: hidden; }
  .show-filter .filter-products { display: block !important; }
  .show-filter .overlay { display: block; z-index: 9996; }
  .filter-products { position: fixed; background: #fff; z-index: 9997; top: 0; right: 0; width: 400px; max-width: 90%; bottom: 0; overflow: auto; padding: 20px 30px 1px; box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1); }

  .filter-products-close { font-size: 25px; position: absolute; top: 18px; right: 25px; }
  
  .bapf_sngl_hd_tablet { display: none !important; }
  .bapf_sngl_hd_desktop { display: block !important; }
}

@media all and (max-width:992px) {
  html .product-content-head .product-content-head-left { width: 50% !important; }
   .woocommerce div.product div.summary { width: 50% !important; }

   html .wc-block-components-sidebar-layout .wc-block-components-main { width: 100%; padding-right: 0; }
   html .wc-block-cart .wc-block-components-sidebar { width: 100%; padding: 1rem 0 0; }

   .woocommerce .woocommerce-checkout .col2-set { width: 60% !important; }
   .woocommerce .woocommerce-checkout .order-review-wrapper { width: 40% !important; }
}

@media all and (max-width:767px) {
  html body .main .section .products.columns-3 .product { width: 50%; }

  html .product-content-head .product-content-head-left { width: 100% !important; order: 2; }
   .woocommerce div.product div.summary { width: 100% !important; padding-left: 0; order: 1; }

   .woocommerce div.product div.summary, .product-content-head .product-content-head-right,
   .admin-bar .product-content-head .product-content-head-right { position: relative; top: auto; }

   .product-detail-benefits { margin-bottom: 1.5rem; }

   .woocommerce .woocommerce-checkout .col2-set { width: 100% !important; order: 2; }
   .woocommerce .woocommerce-checkout .order-review-wrapper { width: 100% !important; order: 1; padding-left: 0; padding-bottom: 1.5rem; }
   .woocommerce .woocommerce-checkout .order-review-box { position: relative; top: auto; padding-top: 0; }
   .woocommerce .woocommerce-checkout .order-review-wrapper .woocommerce-checkout-review-order { font-size: 14px; }
   .woocommerce .woocommerce-checkout .woocommerce-shipping-fields { padding-top: 1rem; }
}
@media all and (max-width:740px) {
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row { padding: 10px 15px !important; }

  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total { padding-left: 10px !important; }
}
@media all and (max-width:675px) {
  html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product { width: calc(50% - 10px); }
  html .wc-block-cart table.wc-block-cart-items,
  html .wc-block-cart table.wc-block-cart-items td,
  html .wc-block-cart table.wc-block-cart-items th { margin-bottom: 1rem; }
}
@media all and (max-width:575px) {
  html body .main .section .products { margin-left: -20px; margin-right: -20px; border-bottom: 1px solid #ddd; }
  html body .main .section .products.slick-initialized { margin-bottom: 40px; }
  html body .main .section .products .slick-dots { bottom: -55px; }
  html body .main .section .products .product { padding: 0 !important; transform: none !important; }
  html body .main .section .products .product .woocommerce-loop-product__link { padding-bottom: 20px; border-radius: 0; border-bottom: 0; border-right: 0; box-shadow: none !important; }
  html body .main .section .products .product .woocommerce-loop-product__link:nth-child(even) { border-left: 0; }
  html body .main .section .products .product .woocommerce-loop-product__link img { border-radius: 0; }
  html body .main .section .products .product .woocommerce-loop-product__title { font-size: 14px; line-height: 1.3em; font-weight: 600; padding-left: 10px !important; padding-right: 10px !important; }
  html body .main .section .products .product .product-loop-meta-under-title { padding: 0 10px !important; position: relative; z-index: 10; }
  html body .main .section .products .product .product-loop-meta-under-title .product-loop-stock { padding: 5px 0 15px; font-size: 13px; line-height: 1.2em; }
  html body .main .section .products .product .product-loop-meta-under-title button { font-size: 13px; position: relative; z-index: 10; padding: 5px 10px; }
  html body .main .section .products .product .price { font-size: 13px; line-height: 1.2em; padding-left: 10px !important; padding-right: 10px !important; position: static; bottom: auto; left: auto; right: auto; }

  html body .main .section .products .product .onsale { font-size: 12px; padding: 4px 8px; left: 5px; top: 5px; font-weight: 500; }

  .woocommerce-ordering {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    .woocommerce-ordering select {
        position: absolute;
        inset: 0;
        padding: 0;
        height: inherit;
        border: none;
        background: none;
        color: transparent !important;
        font-weight: 400;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .woocommerce-ordering:after {
        position: absolute;
        display: block;
        color: #000;
        font-size: 1rem;
        z-index: 2;
        pointer-events: none;
        content: "\f883";
        font-family: "Font Awesome 7 Pro";
        top: 40%; left: 50%; transform: translateX(-50%) translateY(-50%);
    }

    html .woocommerce div.product .woocommerce-tabs .tabs-wrap { top: 38px; }
    html .woocommerce.admin-bar div.product .woocommerce-tabs .tabs-wrap { top: 70px; }
    html .woocommerce div.product .woocommerce-tabs ul.tabs { overflow: auto; white-space: nowrap; margin: 0 -20px 20px; padding: 10px 20px 1px 10px; text-align: left; display: block; }
    html .woocommerce div.product .woocommerce-tabs ul.tabs li { display: inline-block; padding: 0 0 0 15px }
    html .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 14px; padding: 8px 12px; border-width: 1px; }

    html body .product-content-gallery.slick-initialized { margin-bottom: 30px !important; padding-bottom: 0 !important; }
    .product-content-gallery .slick-prev { left: -15px; opacity: 1; }
    .product-content-gallery .slick-next { right: -15px; opacity: 1; }
    /*.product-content-gallery .slick-dots { position: static; bottom: auto; }*/
}
@media all and (max-width:475px) {
  html .woocommerce div.product .woocommerce-tabs .tabs-wrap { top: 28px; }
    html .woocommerce.admin-bar div.product .woocommerce-tabs .tabs-wrap { top: 60px; }

    html .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product { width: 100%; }
}
