/* ESBI.RO - external Header CSS - VERSION 12 */
/* Upload this file to Shoptet FTP:
   /user/documents/esbi-custom-header.css
*/

/* ESBI.RO - product parameters collapse fix */
/* Cielime iba spodnú Shoptet tabuľku Parametri suplimentari, nie vlastné ms2 bloky */

body.type-detail #description .extended-description {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  margin-top: 30px;
  scroll-margin-top: 130px;
}

body.type-detail #description .extended-description p {
  background: #fff;
}

body.type-detail #description .extended-description .esbi-param-collapsed {
  display: block;
  width: 100%;
  max-height: 360px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

body.type-detail #description .extended-description .esbi-param-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

body.type-detail #description .extended-description .esbi-param-collapsed.esbi-open {
  max-height: none;
  overflow: visible;
}

body.type-detail #description .extended-description .esbi-param-collapsed.esbi-open::after {
  display: none;
}

body.type-detail #description .extended-description table.detail-parameters {
  width: 100%;
  max-width: 100%;
  background: #fff;
  table-layout: fixed;
}

body.type-detail #description .extended-description table.detail-parameters th,
body.type-detail #description .extended-description table.detail-parameters td {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  background: #fff;
  vertical-align: top;
}

body.type-detail #description .extended-description table.detail-parameters th {
  width: 35%;
}

body.type-detail #description .extended-description table.detail-parameters td {
  width: 65%;
}

.esbi-param-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 18px;
  padding: 10px 20px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.esbi-param-toggle:hover,
.esbi-param-toggle:focus {
  background: #333;
  color: #fff;
}

/* Nová záložka Parametri tehnici */
body.type-detail #p-detail-tabs .esbi-technical-tab a {
  cursor: pointer;
}

body.type-detail #p-detail-tabs .esbi-technical-tab a:hover,
body.type-detail #p-detail-tabs .esbi-technical-tab a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  body.type-detail #description .extended-description {
    scroll-margin-top: 90px;
  }

  body.type-detail #description .extended-description .esbi-param-collapsed {
    max-height: 430px;
  }

  body.type-detail #description .extended-description table.detail-parameters,
  body.type-detail #description .extended-description table.detail-parameters tbody,
  body.type-detail #description .extended-description table.detail-parameters tr,
  body.type-detail #description .extended-description table.detail-parameters th,
  body.type-detail #description .extended-description table.detail-parameters td {
    display: block;
    width: 100% !important;
  }

  body.type-detail #description .extended-description table.detail-parameters th {
    padding-bottom: 2px;
  }

  body.type-detail #description .extended-description table.detail-parameters td {
    padding-top: 0;
  }
}

/* ESBI.RO - category bestsellers like topkolobezky/minisegwaye - V7 compact */
body.type-category .category-top .products-top-wrapper {
  margin: 18px 0 28px !important;
  padding: 0 !important;
  background: #fff !important;
}

/* Nadpis má byť menší ako názov kategórie a na stred */
body.type-category .category-top .products-top-header {
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 26px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  color: #20212b !important;
}

body.type-category .category-top #productsTop.products-top {
  counter-reset: esbi-top-products !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.type-category .category-top #productsTop .product {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e7e7e7 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.type-category .category-top #productsTop .product[aria-hidden="true"] {
  display: none !important;
}

body.type-category .category-top #productsTop .product[aria-hidden="false"],
body.type-category .category-top #productsTop .product.active {
  display: block !important;
}

body.type-category .category-top #productsTop .product .p {
  counter-increment: esbi-top-products !important;
  display: grid !important;
  grid-template-columns: 48px 86px minmax(0, 1fr) 135px !important;
  align-items: center !important;
  gap: 13px !important;
  width: 100% !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.type-category .category-top #productsTop .product .p::before {
  content: counter(esbi-top-products) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #20212b !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

body.type-category .category-top #productsTop .product .image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 86px !important;
  height: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important;
}

body.type-category .category-top #productsTop .product .image img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 82px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

body.type-category .category-top #productsTop .product .image .extra-flags,
body.type-category .category-top #productsTop .product .flags,
body.type-category .category-top #productsTop .product .flag,
body.type-category .category-top #productsTop .product .p-code {
  display: none !important;
}

body.type-category .category-top #productsTop .product .p-in {
  display: contents !important;
}

body.type-category .category-top #productsTop .product .p-in-in {
  display: block !important;
  grid-column: 3 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.type-category .category-top #productsTop .product .name {
  display: inline-block !important;
  max-width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #15151d !important;
  font-size: 15px !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
}

body.type-category .category-top #productsTop .product .name:hover,
body.type-category .category-top #productsTop .product .name:focus {
  color: #15151d !important;
  text-decoration: underline !important;
}

body.type-category .category-top #productsTop .product .ratings-wrapper {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.type-category .category-top #productsTop .product .availability {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}

body.type-category .category-top #productsTop .product .availability.esbi-in-stock {
  color: #078800 !important;
}

body.type-category .category-top #productsTop .product .availability.esbi-in-stock::before {
  content: "✓" !important;
  display: inline-block !important;
  color: #078800 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body.type-category .category-top #productsTop .product .availability.esbi-in-stock span {
  color: #078800 !important;
  border-bottom: 1px dashed #078800 !important;
}

body.type-category .category-top #productsTop .product .availability.esbi-other-availability {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.type-category .category-top #productsTop .product .availability.esbi-other-availability span {
  color: #666 !important;
}

body.type-category .category-top #productsTop .product .availability-amount {
  display: none !important;
}

body.type-category .category-top #productsTop .product .p-bottom {
  display: block !important;
  grid-column: 4 !important;
  grid-row: 1 !important;
  align-self: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  background: transparent !important;
}

body.type-category .category-top #productsTop .product .offers,
body.type-category .category-top #productsTop .product .prices {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
}

body.type-category .category-top #productsTop .product .price-standard-wrapper,
body.type-category .category-top #productsTop .product .price-save,
body.type-category .category-top #productsTop .product .price-additional {
  display: none !important;
}

body.type-category .category-top #productsTop .product .price-final {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  color: #20212b !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.type-category .category-top #productsTop .product .price-final strong {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #20212b !important;
}

body.type-category .category-top #productsTop .product .esbi-price-without-vat {
  display: block !important;
  margin-top: 5px !important;
  color: #777 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.type-category .category-top .products-top-wrapper .button-wrapper {
  margin: 14px 0 0 !important;
  text-align: center !important;
}

body.type-category .category-top .products-top-wrapper .toggle-top-products {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  border: 0 !important;
  background: transparent !important;
  color: #0073c8 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  cursor: pointer !important;
}

body.type-category .category-top .products-top-wrapper .toggle-top-products:hover,
body.type-category .category-top .products-top-wrapper .toggle-top-products:focus {
  color: #005c9f !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.type-category .category-top .products-top-wrapper {
    margin: 16px 0 24px !important;
  }

  body.type-category .category-top .products-top-header {
    margin-bottom: 12px !important;
    font-size: 22px !important;
    text-align: center !important;
  }

  body.type-category .category-top #productsTop .product .p {
    grid-template-columns: 34px 58px minmax(0, 1fr) !important;
    gap: 8px !important;
    min-height: 76px !important;
    padding: 10px 0 !important;
  }

  body.type-category .category-top #productsTop .product .p::before {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }

  body.type-category .category-top #productsTop .product .image {
    width: 58px !important;
    height: 50px !important;
  }

  body.type-category .category-top #productsTop .product .image img {
    max-width: 56px !important;
    max-height: 48px !important;
  }

  body.type-category .category-top #productsTop .product .name {
    margin-bottom: 3px !important;
    font-size: 13px !important;
    line-height: 1.22 !important;
  }

  body.type-category .category-top #productsTop .product .availability {
    font-size: 12px !important;
    gap: 4px !important;
  }

  body.type-category .category-top #productsTop .product .availability.esbi-in-stock::before {
    font-size: 17px !important;
  }

  body.type-category .category-top #productsTop .product .p-bottom {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
    margin-top: -1px !important;
    text-align: left !important;
  }

  body.type-category .category-top #productsTop .product .offers,
  body.type-category .category-top #productsTop .product .prices,
  body.type-category .category-top #productsTop .product .price-final {
    text-align: left !important;
  }

  body.type-category .category-top #productsTop .product .price-final {
    font-size: 13px !important;
  }

  body.type-category .category-top #productsTop .product .esbi-price-without-vat {
    margin-top: 2px !important;
    font-size: 11px !important;
  }

  body.type-category .category-top .products-top-wrapper .toggle-top-products {
    font-size: 13px !important;
  }
}


/* ESBI.RO - Hodnocení obchodu+ custom colors from Dominik Martini generator */
#hodnoceniobchodu .vote-wrap:not(.admin-response .vote-wrap),
.id--51 main .vote-wrap:not(.admin-response .vote-wrap),
.template-14.id--51 .rate-wrapper:not(.admin-response .vote-wrap) {
  background-color: #dadada !important;
  border: 0px solid #dadada !important;
  border-radius: 8px !important;
}

#hodnoceniobchodu .shop-stat-all a {
  background-color: #cb2d3e !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}

#hodnoceniobchodu .shop-stat-all a:hover {
  background-color: #666666 !important;
  color: #ffffff !important;
}

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before,
.icon-starHalf-before,
.icon-starOn-before,
.product-ratings .icon-starOff-before:hover,
.product-ratings .star-off:hover,
.star.star-half,
.star.star-on,
.rate-average,
.tursky-apollo .rate-wrapper.unveil-wrapper .rate-list .stars span.star-off::before {
  color: #ECB911 !important;
}

/* ESBI.RO - shop reviews really inside/footer top */
#footer #hodnoceniobchodu,
.esbi-footer-rating-wrap #hodnoceniobchodu {
  margin: 0 auto 28px !important;
  padding: 28px 20px !important;
  background: #f7f7f7 !important;
  border-radius: 14px !important;
  text-align: center !important;
}

#footer #hodnoceniobchodu h2,
.esbi-footer-rating-wrap #hodnoceniobchodu h2 {
  margin: 0 0 12px !important;
  font-size: 26px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

#footer #hodnoceniobchodu .shop-eval,
.esbi-footer-rating-wrap #hodnoceniobchodu .shop-eval {
  margin-top: 16px !important;
}

/* ESBI.RO - product reviews carousel before product tabs */
body.type-detail .esbi-product-reviews-before-tabs {
  clear: both;
  display: block;
  width: 100%;
  margin: 32px 0 28px;
  padding: 0;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 800;
  color: #20212b;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-btn:hover,
body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-btn:focus {
  background: #111;
  color: #fff;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 14px;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-slide {
  flex: 0 0 290px;
  max-width: 290px;
  scroll-snap-align: start;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  height: 100%;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  color: #20212b;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  flex: 0 0 auto;
  overflow: hidden;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-name {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-date {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #777;
  font-weight: 500;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-stars {
  margin: 0 0 10px;
  color: #ECB911;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  overflow-wrap: anywhere;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-photo {
  display: block;
  width: 100%;
  height: 145px;
  margin: 0 0 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Satisflow cards inside our carousel */
body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card {
  padding: 0;
  overflow: hidden;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card .sf-review,
body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card td,
body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card .satisflow-review {
  width: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

body.type-detail .esbi-product-reviews-before-tabs .esbi-hidden-review-source {
  display: none !important;
}

/* Product stars/ratings on category/product cards */
body.type-category .products .product .ratings-wrapper .stars,
body.type-category .products .product .ratings-wrapper .star-list,
body.type-category .products .product .ratings-wrapper .product-ratings,
body.type-category .products .product .ratings-wrapper .p-rating,
body.type-category .products .product .ratings-wrapper .stars-placeholder:not(:empty) {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 5px !important;
  color: #ECB911 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body.type-category .products .product .ratings-wrapper .stars .star,
body.type-category .products .product .ratings-wrapper .star {
  color: #ECB911 !important;
}

body.type-category .products .product .ratings-wrapper .stars-label,
body.type-category .products .product .ratings-wrapper .rating-count,
body.type-category .products .product .ratings-wrapper .votes-count {
  margin-left: 5px;
  color: #666 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

body.type-category .products .product .ratings-wrapper .availability {
  clear: both;
}

@media (max-width: 767px) {
  body.type-detail .esbi-product-reviews-before-tabs {
    margin: 24px 0 22px;
  }

  body.type-detail .esbi-product-reviews-before-tabs .esbi-reviews-title {
    font-size: 22px;
  }

  body.type-detail .esbi-product-reviews-before-tabs .esbi-review-slide {
    flex-basis: 245px;
    max-width: 245px;
  }

  body.type-detail .esbi-product-reviews-before-tabs .esbi-review-card {
    min-height: 176px;
    padding: 14px;
  }

  body.type-detail .esbi-product-reviews-before-tabs .esbi-review-photo {
    height: 120px;
  }
}


/* ESBI.RO - V9 compact footer shop rating */
#footer .esbi-footer-rating-wrap {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto 20px !important;
  padding: 0 15px !important;
}

#footer #hodnoceniobchodu,
.esbi-footer-rating-wrap #hodnoceniobchodu {
  max-width: 760px !important;
  min-height: 0 !important;
  margin: 0 auto 20px !important;
  padding: 18px 14px !important;
  background: #fff !important;
  border-radius: 12px !important;
  text-align: center !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.04) !important;
}

#footer #hodnoceniobchodu h2,
.esbi-footer-rating-wrap #hodnoceniobchodu h2,
#footer #hodnoceniobchodu .shop-rating-title,
.esbi-footer-rating-wrap #hodnoceniobchodu .shop-rating-title {
  margin: 0 0 8px !important;
  font-size: 22px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
}

#footer #hodnoceniobchodu .shop-stat,
#footer #hodnoceniobchodu .shop-stat-all,
#footer #hodnoceniobchodu .shop-eval,
.esbi-footer-rating-wrap #hodnoceniobchodu .shop-stat,
.esbi-footer-rating-wrap #hodnoceniobchodu .shop-stat-all,
.esbi-footer-rating-wrap #hodnoceniobchodu .shop-eval {
  margin-top: 10px !important;
}

#footer #hodnoceniobchodu .vote-wrap,
.esbi-footer-rating-wrap #hodnoceniobchodu .vote-wrap {
  width: 100% !important;
  max-width: 360px !important;
  min-height: 0 !important;
  margin: 16px auto !important;
  padding: 16px 18px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

#footer #hodnoceniobchodu .vote-name,
.esbi-footer-rating-wrap #hodnoceniobchodu .vote-name {
  font-size: 16px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

#footer #hodnoceniobchodu .vote-content,
.esbi-footer-rating-wrap #hodnoceniobchodu .vote-content {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

#footer #hodnoceniobchodu .stars,
.esbi-footer-rating-wrap #hodnoceniobchodu .stars {
  font-size: 15px !important;
  line-height: 1 !important;
}

#footer #hodnoceniobchodu .shop-stat-all a,
.esbi-footer-rating-wrap #hodnoceniobchodu .shop-stat-all a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 22px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

/* ESBI.RO - V9 universal product reviews carousel for detail + category */
.esbi-product-reviews-before-tabs {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  margin: 26px 0 26px !important;
  padding: 0 !important;
}

body.type-category .category-top .esbi-product-reviews-before-tabs {
  margin: 24px 0 28px !important;
}

.esbi-product-reviews-before-tabs .esbi-reviews-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 0 14px !important;
}

body.type-category .esbi-product-reviews-before-tabs .esbi-reviews-head {
  justify-content: center !important;
  position: relative !important;
}

.esbi-product-reviews-before-tabs .esbi-reviews-title {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  color: #20212b !important;
}

body.type-category .esbi-product-reviews-before-tabs .esbi-reviews-title {
  text-align: center !important;
  font-size: 24px !important;
}

.esbi-product-reviews-before-tabs .esbi-reviews-nav {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
}

body.type-category .esbi-product-reviews-before-tabs .esbi-reviews-nav {
  position: absolute !important;
  right: 0 !important;
}

.esbi-product-reviews-before-tabs .esbi-reviews-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 19px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
}

.esbi-product-reviews-before-tabs .esbi-reviews-btn:hover,
.esbi-product-reviews-before-tabs .esbi-reviews-btn:focus {
  background: #111 !important;
  color: #fff !important;
}

.esbi-product-reviews-before-tabs .esbi-reviews-track {
  display: flex !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 2px 2px 14px !important;
}

.esbi-product-reviews-before-tabs .esbi-review-slide {
  flex: 0 0 270px !important;
  max-width: 270px !important;
  scroll-snap-align: start !important;
}

.esbi-product-reviews-before-tabs .esbi-review-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 170px !important;
  height: 100% !important;
  padding: 14px !important;
  border: 1px solid #ececec !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.06) !important;
  color: #20212b !important;
}

.esbi-product-reviews-before-tabs .esbi-review-photo {
  display: block !important;
  width: 100% !important;
  height: 132px !important;
  margin: 0 0 11px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f4f4f4 !important;
}

.esbi-product-reviews-before-tabs .esbi-review-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.esbi-product-reviews-before-tabs .esbi-review-card-header {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}

.esbi-product-reviews-before-tabs .esbi-review-avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  flex: 0 0 auto !important;
  overflow: hidden !important;
}

.esbi-product-reviews-before-tabs .esbi-review-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.esbi-product-reviews-before-tabs .esbi-review-name {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #111 !important;
}

.esbi-product-reviews-before-tabs .esbi-review-product {
  display: block !important;
  margin-top: 2px !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  color: #666 !important;
  font-weight: 700 !important;
}

.esbi-product-reviews-before-tabs .esbi-review-date {
  display: block !important;
  margin-top: 2px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  color: #777 !important;
  font-weight: 500 !important;
}

.esbi-product-reviews-before-tabs .esbi-review-stars {
  margin: 0 0 9px !important;
  color: #ECB911 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  white-space: nowrap !important;
}

.esbi-product-reviews-before-tabs .esbi-review-text {
  margin: 0 !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
  font-weight: 500 !important;
  overflow-wrap: anywhere !important;
}

.esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card {
  padding: 0 !important;
  overflow: hidden !important;
}

.esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card .sf-review,
.esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card td,
.esbi-product-reviews-before-tabs .esbi-review-card.esbi-satisflow-card .satisflow-review {
  width: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.esbi-hidden-review-source {
  display: none !important;
}

@media (max-width: 767px) {
  #footer .esbi-footer-rating-wrap {
    max-width: 100% !important;
    margin-bottom: 16px !important;
  }

  #footer #hodnoceniobchodu,
  .esbi-footer-rating-wrap #hodnoceniobchodu {
    padding: 16px 10px !important;
  }

  #footer #hodnoceniobchodu h2,
  .esbi-footer-rating-wrap #hodnoceniobchodu h2,
  #footer #hodnoceniobchodu .shop-rating-title,
  .esbi-footer-rating-wrap #hodnoceniobchodu .shop-rating-title {
    font-size: 19px !important;
  }

  #footer #hodnoceniobchodu .vote-wrap,
  .esbi-footer-rating-wrap #hodnoceniobchodu .vote-wrap {
    max-width: 310px !important;
    padding: 14px !important;
  }

  .esbi-product-reviews-before-tabs {
    margin: 22px 0 22px !important;
  }

  .esbi-product-reviews-before-tabs .esbi-reviews-title,
  body.type-category .esbi-product-reviews-before-tabs .esbi-reviews-title {
    font-size: 21px !important;
  }

  body.type-category .esbi-product-reviews-before-tabs .esbi-reviews-nav {
    position: static !important;
  }

  .esbi-product-reviews-before-tabs .esbi-review-slide {
    flex-basis: 238px !important;
    max-width: 238px !important;
  }

  .esbi-product-reviews-before-tabs .esbi-review-card {
    min-height: 160px !important;
    padding: 13px !important;
  }

  .esbi-product-reviews-before-tabs .esbi-review-photo {
    height: 112px !important;
  }
}


/* ESBI.RO - V10 short product description collapse */
body.type-detail .esbi-short-desc-box {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 14px 0 14px !important;
  padding: 0 !important;
  color: #333 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.type-detail .esbi-short-desc-box.esbi-short-desc-collapsed {
  max-height: 86px !important;
  overflow: hidden !important;
}

body.type-detail .esbi-short-desc-box.esbi-short-desc-collapsed::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 42px !important;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff) !important;
  pointer-events: none !important;
}

body.type-detail .esbi-short-desc-box.esbi-short-desc-open {
  max-height: none !important;
  overflow: visible !important;
}

body.type-detail .esbi-short-desc-box.esbi-short-desc-open::after {
  display: none !important;
}

body.type-detail .esbi-short-desc-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  padding: 8px 16px !important;
  border: 1px solid #111 !important;
  border-radius: 6px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

body.type-detail .esbi-short-desc-toggle:hover,
body.type-detail .esbi-short-desc-toggle:focus {
  background: #333 !important;
  color: #fff !important;
}

/* ESBI.RO - V11 product delivery/stock/code info block */
body.type-detail .esbi-product-delivery-panel {
  width: 100% !important;
  max-width: 560px !important;
  margin: 14px 0 20px !important;
  padding: 16px !important;
  border: 1px solid #e9edf3 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
  box-shadow: 0 12px 30px rgba(20, 28, 45, .07) !important;
  overflow: hidden !important;
}

body.type-detail .esbi-product-delivery-panel,
body.type-detail .esbi-product-delivery-panel * {
  transition: none !important;
}

body.type-detail table.esbi-product-delivery-info {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
  table-layout: auto !important;
}

body.type-detail table.esbi-product-delivery-info caption.esbi-delivery-caption-v11 {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 0 13px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid #eef1f5 !important;
  caption-side: top !important;
  text-align: left !important;
}

body.type-detail .esbi-delivery-caption-title-v11 {
  display: block !important;
  color: #171923 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
}

body.type-detail .esbi-delivery-caption-note-v11 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  max-width: 48% !important;
  min-height: 28px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #f4f6f8 !important;
  color: #4c5564 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-align: right !important;
}

body.type-detail .esbi-delivery-caption-note-v11::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: currentColor !important;
  flex: 0 0 auto !important;
}

body.type-detail table.esbi-product-delivery-info tbody {
  display: grid !important;
  gap: 9px !important;
  width: 100% !important;
}

body.type-detail table.esbi-product-delivery-info tr {
  display: grid !important;
  grid-template-columns: 34px minmax(116px, .54fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid #edf0f4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .035) !important;
}

body.type-detail table.esbi-product-delivery-info tr::before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #f4f6f8 !important;
  color: #4c5564 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-stock::before { content: "✓" !important; }
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-delivery::before { content: "↗" !important; }
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping::before { content: "▣" !important; }
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code::before { content: "#" !important; }

body.type-detail table.esbi-product-delivery-info th,
body.type-detail table.esbi-product-delivery-info td {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  vertical-align: middle !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

body.type-detail table.esbi-product-delivery-info th {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.type-detail table.esbi-product-delivery-info td {
  color: #171923 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  text-align: right !important;
}

body.type-detail table.esbi-product-delivery-info td a {
  color: inherit !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

body.type-detail table.esbi-product-delivery-info .availability-amount,
body.type-detail table.esbi-product-delivery-info [data-testid="numberAvailabilityAmount"] {
  display: inline !important;
  margin-left: 4px !important;
  color: inherit !important;
  font-weight: 850 !important;
}

/* Status farby: zelená iba reálne skladom, modrá na objednávku, červená/šedá vypredané */
body.type-detail table.esbi-product-delivery-info.esbi-stock-in .esbi-delivery-caption-note-v11,
body.type-detail .esbi-product-delivery-panel.esbi-stock-in .esbi-delivery-caption-note-v11 {
  background: #effaf2 !important;
  color: #078800 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-in tr.esbi-info-row-stock::before {
  background: #effaf2 !important;
  color: #078800 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-in tr.esbi-info-row-stock td {
  color: #078800 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-order .esbi-delivery-caption-note-v11,
body.type-detail .esbi-product-delivery-panel.esbi-stock-order .esbi-delivery-caption-note-v11 {
  background: #edf5ff !important;
  color: #0b66c3 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-order tr.esbi-info-row-stock::before {
  content: "⌁" !important;
  background: #edf5ff !important;
  color: #0b66c3 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-order tr.esbi-info-row-stock td {
  color: #0b66c3 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-out .esbi-delivery-caption-note-v11,
body.type-detail .esbi-product-delivery-panel.esbi-stock-out .esbi-delivery-caption-note-v11 {
  background: #fff1f2 !important;
  color: #b4232a !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-out tr.esbi-info-row-stock::before {
  content: "!" !important;
  background: #fff1f2 !important;
  color: #b4232a !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-out tr.esbi-info-row-stock td {
  color: #b4232a !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-delivery::before {
  background: #f3f6ff !important;
  color: #31415f !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-delivery td {
  color: #25324a !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping::before {
  background: #fff6e8 !important;
  color: #b45f00 !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping td,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping a {
  color: #9a5100 !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code::before {
  background: #f4f4f4 !important;
  color: #171923 !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code td {
  color: #171923 !important;
  font-family: inherit !important;
  letter-spacing: .01em !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code td span,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code td [data-micro="sku"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: #171923 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

body.type-detail .esbi-product-delivery-panel table.esbi-product-delivery-info {
  margin: 0 !important;
}

@media (max-width: 767px) {
  body.type-detail .esbi-short-desc-box.esbi-short-desc-collapsed {
    max-height: 96px !important;
  }

  body.type-detail .esbi-product-delivery-panel {
    max-width: 100% !important;
    margin: 12px 0 18px !important;
    padding: 13px !important;
    border-radius: 16px !important;
  }

  body.type-detail table.esbi-product-delivery-info caption.esbi-delivery-caption-v11 {
    display: block !important;
    margin-bottom: 11px !important;
    padding-bottom: 11px !important;
  }

  body.type-detail .esbi-delivery-caption-title-v11 {
    font-size: 15px !important;
  }

  body.type-detail .esbi-delivery-caption-note-v11 {
    max-width: 100% !important;
    margin-top: 8px !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 11px !important;
  }

  body.type-detail table.esbi-product-delivery-info tbody {
    gap: 8px !important;
  }

  body.type-detail table.esbi-product-delivery-info tr {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px 10px !important;
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 13px !important;
  }

  body.type-detail table.esbi-product-delivery-info tr::before {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
    grid-row: 1 / 3 !important;
  }

  body.type-detail table.esbi-product-delivery-info th,
  body.type-detail table.esbi-product-delivery-info td {
    grid-column: 2 !important;
    text-align: left !important;
  }

  body.type-detail table.esbi-product-delivery-info th {
    font-size: 11px !important;
  }

  body.type-detail table.esbi-product-delivery-info td {
    margin-top: 2px !important;
    font-size: 15px !important;
  }
}


/* ESBI.RO - V12 emergency delivery block overrides
   Works also on the original Shoptet table.shipping-options-layout before JS adds classes. */
html[data-esbi-custom-footer-version="v12-20260605"] body.type-detail .p-detail-inner,
body.type-detail .p-detail-inner {
  --esbi-delivery-green: #168a3a;
  --esbi-delivery-blue: #0b73c9;
  --esbi-delivery-red: #c92a2a;
  --esbi-delivery-text: #20212b;
  --esbi-delivery-muted: #687182;
  --esbi-delivery-border: #e8edf3;
  --esbi-delivery-bg: #ffffff;
  --esbi-delivery-soft: #f8fafc;
}

body.type-detail .esbi-product-delivery-panel,
body.type-detail table.shipping-options-layout,
body.type-detail table.esbi-product-delivery-info {
  max-width: 560px !important;
}

body.type-detail .esbi-product-delivery-panel {
  clear: both !important;
  margin: 16px 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
}

body.type-detail table.shipping-options-layout,
body.type-detail table.esbi-product-delivery-info {
  display: block !important;
  width: 100% !important;
  margin: 16px 0 18px !important;
  padding: 15px !important;
  border: 1px solid var(--esbi-delivery-border) !important;
  border-radius: 18px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: var(--esbi-delivery-bg) !important;
  box-shadow: 0 10px 26px rgba(18, 38, 63, .08) !important;
  overflow: hidden !important;
}

body.type-detail .esbi-product-delivery-panel table.shipping-options-layout,
body.type-detail .esbi-product-delivery-panel table.esbi-product-delivery-info {
  margin: 0 !important;
}

body.type-detail table.shipping-options-layout caption,
body.type-detail table.esbi-product-delivery-info caption.esbi-delivery-caption-v11,
body.type-detail table.esbi-product-delivery-info caption.esbi-delivery-caption-v12 {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #eef2f6 !important;
  text-align: left !important;
  caption-side: top !important;
  background: transparent !important;
}

body.type-detail .esbi-delivery-caption-title-v11,
body.type-detail .esbi-delivery-caption-title-v12 {
  display: block !important;
  color: var(--esbi-delivery-text) !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
}

body.type-detail .esbi-delivery-caption-note-v11,
body.type-detail .esbi-delivery-caption-note-v12 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 1px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #eef8f1 !important;
  color: var(--esbi-delivery-green) !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.type-detail table.shipping-options-layout tbody,
body.type-detail table.esbi-product-delivery-info tbody {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  background: transparent !important;
}

body.type-detail table.shipping-options-layout tr,
body.type-detail table.esbi-product-delivery-info tr {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 10px !important;
  align-items: center !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid #edf1f5 !important;
  border-radius: 14px !important;
  background: var(--esbi-delivery-soft) !important;
  box-shadow: none !important;
}

body.type-detail table.shipping-options-layout tr::before,
body.type-detail table.esbi-product-delivery-info tr::before {
  grid-row: 1 / 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #7b8794 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  box-shadow: inset 0 0 0 1px #e5eaf0 !important;
}

body.type-detail table.shipping-options-layout tr:nth-child(1)::before,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-stock::before { content: "✓" !important; }
body.type-detail table.shipping-options-layout tr:nth-child(2)::before,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-delivery::before { content: "↗" !important; }
body.type-detail table.shipping-options-layout tr:nth-child(3)::before,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping::before { content: "▣" !important; }
body.type-detail table.shipping-options-layout tr:nth-child(4)::before,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code::before { content: "#" !important; }

body.type-detail table.shipping-options-layout th,
body.type-detail table.shipping-options-layout td,
body.type-detail table.esbi-product-delivery-info th,
body.type-detail table.esbi-product-delivery-info td {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  white-space: normal !important;
}

body.type-detail table.shipping-options-layout th,
body.type-detail table.esbi-product-delivery-info th {
  grid-column: 2 !important;
  grid-row: 1 !important;
  color: var(--esbi-delivery-muted) !important;
  font-size: 12px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

body.type-detail table.shipping-options-layout th .row-header-label,
body.type-detail table.esbi-product-delivery-info th .row-header-label {
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

body.type-detail table.shipping-options-layout td,
body.type-detail table.esbi-product-delivery-info td {
  grid-column: 2 !important;
  grid-row: 2 !important;
  color: var(--esbi-delivery-text) !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

body.type-detail table.shipping-options-layout td a,
body.type-detail table.esbi-product-delivery-info td a {
  color: var(--esbi-delivery-blue) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(11,115,201,.25) !important;
}

body.type-detail table.shipping-options-layout .availability-amount,
body.type-detail table.esbi-product-delivery-info .availability-amount,
body.type-detail table.shipping-options-layout [data-testid="numberAvailabilityAmount"],
body.type-detail table.esbi-product-delivery-info [data-testid="numberAvailabilityAmount"] {
  display: inline !important;
  margin-left: 4px !important;
  color: inherit !important;
  font-size: .9em !important;
  font-weight: 900 !important;
  opacity: .88 !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-in tr.esbi-info-row-stock::before,
body.type-detail .esbi-product-delivery-panel.esbi-stock-in table.esbi-product-delivery-info tr.esbi-info-row-stock::before {
  color: var(--esbi-delivery-green) !important;
  box-shadow: inset 0 0 0 1px rgba(22,138,58,.22) !important;
}
body.type-detail table.esbi-product-delivery-info.esbi-stock-in tr.esbi-info-row-stock td,
body.type-detail .esbi-product-delivery-panel.esbi-stock-in .esbi-delivery-caption-note-v11,
body.type-detail .esbi-product-delivery-panel.esbi-stock-in .esbi-delivery-caption-note-v12 {
  color: var(--esbi-delivery-green) !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-order .esbi-delivery-caption-note-v11,
body.type-detail table.esbi-product-delivery-info.esbi-stock-order .esbi-delivery-caption-note-v12,
body.type-detail .esbi-product-delivery-panel.esbi-stock-order .esbi-delivery-caption-note-v11,
body.type-detail .esbi-product-delivery-panel.esbi-stock-order .esbi-delivery-caption-note-v12 {
  background: #edf6ff !important;
  color: var(--esbi-delivery-blue) !important;
}
body.type-detail table.esbi-product-delivery-info.esbi-stock-order tr.esbi-info-row-stock::before,
body.type-detail .esbi-product-delivery-panel.esbi-stock-order table.esbi-product-delivery-info tr.esbi-info-row-stock::before {
  content: "↻" !important;
  color: var(--esbi-delivery-blue) !important;
  box-shadow: inset 0 0 0 1px rgba(11,115,201,.22) !important;
}
body.type-detail table.esbi-product-delivery-info.esbi-stock-order tr.esbi-info-row-stock td {
  color: var(--esbi-delivery-blue) !important;
}

body.type-detail table.esbi-product-delivery-info.esbi-stock-out .esbi-delivery-caption-note-v11,
body.type-detail table.esbi-product-delivery-info.esbi-stock-out .esbi-delivery-caption-note-v12,
body.type-detail .esbi-product-delivery-panel.esbi-stock-out .esbi-delivery-caption-note-v11,
body.type-detail .esbi-product-delivery-panel.esbi-stock-out .esbi-delivery-caption-note-v12 {
  background: #fff0f0 !important;
  color: var(--esbi-delivery-red) !important;
}
body.type-detail table.esbi-product-delivery-info.esbi-stock-out tr.esbi-info-row-stock::before,
body.type-detail .esbi-product-delivery-panel.esbi-stock-out table.esbi-product-delivery-info tr.esbi-info-row-stock::before {
  content: "!" !important;
  color: var(--esbi-delivery-red) !important;
  box-shadow: inset 0 0 0 1px rgba(201,42,42,.22) !important;
}
body.type-detail table.esbi-product-delivery-info.esbi-stock-out tr.esbi-info-row-stock td {
  color: var(--esbi-delivery-red) !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-delivery td,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping td,
body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-shipping a {
  color: var(--esbi-delivery-blue) !important;
}

body.type-detail table.esbi-product-delivery-info tr.esbi-info-row-code td,
body.type-detail table.shipping-options-layout tr:nth-child(4) td {
  color: #3b4554 !important;
  font-size: 15px !important;
  letter-spacing: .01em !important;
}

@media (max-width: 767px) {
  body.type-detail table.shipping-options-layout,
  body.type-detail table.esbi-product-delivery-info {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  body.type-detail table.shipping-options-layout caption,
  body.type-detail table.esbi-product-delivery-info caption.esbi-delivery-caption-v11,
  body.type-detail table.esbi-product-delivery-info caption.esbi-delivery-caption-v12 {
    display: block !important;
  }

  body.type-detail .esbi-delivery-caption-note-v11,
  body.type-detail .esbi-delivery-caption-note-v12 {
    margin-top: 8px !important;
    white-space: normal !important;
  }

  body.type-detail table.shipping-options-layout tbody,
  body.type-detail table.esbi-product-delivery-info tbody {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.type-detail table.shipping-options-layout tr,
  body.type-detail table.esbi-product-delivery-info tr {
    min-height: 64px !important;
    padding: 10px !important;
  }

  body.type-detail table.shipping-options-layout td,
  body.type-detail table.esbi-product-delivery-info td {
    font-size: 15px !important;
  }
}

/* ESBI.RO - V14 category sorting tabs like Topkolobezky/Najkolobezky - compact inline */
body.type-category #category-header.esbi-category-header-with-tabs,
body.type-category .category-header.esbi-category-header-with-tabs {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  margin: 14px 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.type-category #category-header.esbi-category-header-with-tabs .category-header-pagination,
body.type-category .category-header.esbi-category-header-with-tabs .category-header-pagination {
  order: 2 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #6d7280 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

body.type-category .listSorting.esbi-sorting-tabs {
  order: 1 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.type-category .listSorting.esbi-sorting-tabs .sortingToggle {
  display: none !important;
}

body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tabs-title {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
  color: #20212b !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tabs-title::before {
  content: none !important;
  display: none !important;
}

body.type-category .listSorting.esbi-sorting-tabs .listSorting__controls,
body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tabs-controls {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  z-index: auto !important;
}

body.type-category .listSorting.esbi-sorting-tabs .listSorting__control,
body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tab {
  position: relative !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 32px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
  color: #2b3038 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: color .16s ease, border-color .16s ease !important;
}

body.type-category .listSorting.esbi-sorting-tabs .listSorting__control:hover,
body.type-category .listSorting.esbi-sorting-tabs .listSorting__control:focus,
body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tab:hover,
body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tab:focus {
  background: transparent !important;
  border-color: #cb2d3e !important;
  color: #cb2d3e !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}

body.type-category .listSorting.esbi-sorting-tabs .listSorting__control--current,
body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tab-current,
body.type-category .listSorting.esbi-sorting-tabs .listSorting__control[aria-disabled="true"],
body.type-category .listSorting.esbi-sorting-tabs .listSorting__control[aria-selected="true"] {
  background: transparent !important;
  border-color: #cb2d3e !important;
  color: #cb2d3e !important;
  box-shadow: none !important;
  cursor: default !important;
}

body.type-category .listSorting.esbi-sorting-tabs .listSorting__control--current:hover,
body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tab-current:hover,
body.type-category .listSorting.esbi-sorting-tabs .listSorting__control[aria-disabled="true"]:hover,
body.type-category .listSorting.esbi-sorting-tabs .listSorting__control[aria-selected="true"]:hover {
  transform: none !important;
  background: transparent !important;
  color: #cb2d3e !important;
}

body.type-category .listSorting.esbi-sorting-tabs .listSorting__control::before,
body.type-category .listSorting.esbi-sorting-tabs .listSorting__control::after {
  display: none !important;
  content: none !important;
}

/* Shoptet footer signature has inline !important styles, therefore JS removes it too. */
#signature.esbi-signature-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  body.type-category #category-header.esbi-category-header-with-tabs,
  body.type-category .category-header.esbi-category-header-with-tabs {
    display: block !important;
    margin: 12px 0 15px !important;
    padding: 0 !important;
  }

  body.type-category #category-header.esbi-category-header-with-tabs .category-header-pagination,
  body.type-category .category-header.esbi-category-header-with-tabs .category-header-pagination {
    margin: 8px 0 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  body.type-category .listSorting.esbi-sorting-tabs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tabs-title {
    flex: 0 0 auto !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  body.type-category .listSorting.esbi-sorting-tabs .listSorting__controls,
  body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tabs-controls {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: auto !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body.type-category .listSorting.esbi-sorting-tabs .listSorting__controls::-webkit-scrollbar,
  body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tabs-controls::-webkit-scrollbar {
    display: none !important;
  }

  body.type-category .listSorting.esbi-sorting-tabs .listSorting__control,
  body.type-category .listSorting.esbi-sorting-tabs .esbi-sorting-tab {
    width: auto !important;
    min-height: 31px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
    text-align: center !important;
  }
}

