/* WooCommerce single product page polish. Loaded after the main theme CSS. */

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery {
  --zoo-product-gallery-main-height: clamp(430px, 42vw, 560px);
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport {
  position: relative !important;
  height: var(--zoo-product-gallery-main-height) !important;
  min-height: var(--zoo-product-gallery-main-height) !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  height: 100% !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  height: 100% !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  pointer-events: none !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav a {
  position: absolute !important;
  top: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #efefef !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #2f2f2f !important;
  box-shadow: 0 6px 18px rgba(47, 47, 47, 0.16) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: translateY(-50%) !important;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease !important;
  pointer-events: auto !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav a::before {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 3px solid currentColor !important;
  border-left: 3px solid currentColor !important;
  content: "" !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev {
  left: 14px !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
  transform: translateX(2px) rotate(-45deg) !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next {
  right: 14px !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  transform: translateX(-2px) rotate(135deg) !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav a:hover,
body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav a:focus-visible {
  border-color: #fcc000 !important;
  background: #fff !important;
  color: #145860 !important;
  box-shadow: 0 8px 20px rgba(252, 192, 0, 0.22) !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  margin: 16px 0 0 !important;
  padding: 2px 2px 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: thin !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 96px !important;
  width: 96px !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: center !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs img {
  display: block !important;
  width: 100% !important;
  height: 96px !important;
  padding: 6px !important;
  border: 1px solid #efefef !important;
  border-radius: 10px !important;
  background: #fff !important;
  cursor: pointer !important;
  object-fit: contain !important;
  opacity: 0.72 !important;
  transition: border-color 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease !important;
}

body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:hover,
body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:focus-visible {
  border-color: #fcc000 !important;
  box-shadow: 0 0 0 2px rgba(252, 192, 0, 0.22) !important;
  opacity: 1 !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product div.summary .product_title {
  margin-bottom: 8px !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-summary-meta-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin: 0 0 18px !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-summary-meta-row p.price,
body.single-product.woocommerce-page #content div.product div.summary .zoo-product-summary-meta-row span.price {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  margin: 0 !important;
  color: #2c8f59 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-summary-meta-row p.price .woocommerce-Price-amount,
body.single-product.woocommerce-page #content div.product div.summary .zoo-product-summary-meta-row span.price .woocommerce-Price-amount {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-sku {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 1px solid #efefef !important;
  border-radius: 10px !important;
  background: #fafafa !important;
  color: #60676b !important;
  font: 700 13px/1.3 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-sku__label {
  color: #8a8f93 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-sku__value {
  color: #145860 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 1px solid #f1e5aa !important;
  border-radius: 10px !important;
  background: #fffdf5 !important;
  color: #60676b !important;
  line-height: 1.2 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating .star-rating {
  float: none !important;
  width: 5.45em !important;
  height: 1.2em !important;
  margin: 0 !important;
  color: #fcc000 !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating .star-rating::before {
  color: #d7dde0 !important;
  opacity: 1 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating .star-rating span::before {
  color: #fcc000 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating .woocommerce-review-link {
  color: #145860 !important;
  font: 800 14px/1.3 "Open Sans", "Arial", sans-serif !important;
  text-decoration: none !important;
}

body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating .woocommerce-review-link:hover,
body.single-product.woocommerce-page #content div.product div.summary .woocommerce-product-rating .woocommerce-review-link:focus-visible {
  color: #b08a00 !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin: 0 0 22px !important;
  padding: 0 0 22px !important;
  border-bottom: 1px solid #efefef !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-panel {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: -6px 0 20px !important;
  padding: 14px !important;
  border: 1px solid #e7ece8 !important;
  border-radius: 12px !important;
  background: #f8fbf9 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
  min-width: 0 !important;
  padding: 10px !important;
  border: 1px solid #edf1ee !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #fff6cc !important;
  color: #145860 !important;
  font: 800 12px/1 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__body {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__body strong {
  color: #2f2f2f !important;
  font: 800 13px/1.3 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__body span {
  color: #60676b !important;
  font: 600 12px/1.45 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__body a {
  justify-self: start !important;
  color: #145860 !important;
  font: 800 12px/1.35 "Open Sans", "Arial", sans-serif !important;
  text-decoration: none !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__body a:hover,
body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__body a:focus-visible {
  color: #b08a00 !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product form.cart div.quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.single-product.woocommerce-page #content div.product form.cart div.quantity input.qty,
body.single-product.woocommerce-page #content div.product form.cart div.quantity input.input-text.qty {
  display: block !important;
  width: 76px !important;
  min-width: 76px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #2f2f2f !important;
  box-shadow: none !important;
  font: 700 16px/1.3 "Open Sans", "Arial", sans-serif !important;
  text-align: center !important;
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
}

body.single-product.woocommerce-page #content div.product form.cart div.quantity input.qty:focus,
body.single-product.woocommerce-page #content div.product form.cart div.quantity input.input-text.qty:focus {
  border-color: #fcc000 !important;
  box-shadow: 0 0 0 3px rgba(252, 192, 0, 0.18) !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button,
body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button.button,
body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button.button.alt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 230px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 28px !important;
  border: 1px solid #fcc000 !important;
  border-radius: 10px !important;
  background: linear-gradient(90deg, #ffeb01, #fcc000) !important;
  color: #2f2f2f !important;
  box-shadow: none !important;
  font: 800 16px/1.3 "Open Sans", "Arial", sans-serif !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button:hover,
body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button:focus,
body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button:focus-visible {
  border-color: #fcc000 !important;
  background: linear-gradient(90deg, #fcc000, #ffeb01) !important;
  color: #1e2426 !important;
  box-shadow: 0 8px 18px rgba(252, 192, 0, 0.24) !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-taxonomy-meta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
  color: #60676b !important;
  font: 700 14px/1.4 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-taxonomy-meta > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  padding: 8px 12px !important;
  border: 1px solid #efefef !important;
  border-radius: 10px !important;
  background: #fafafa !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-meta__label {
  color: #8a8f93 !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-taxonomy-meta a {
  color: #145860 !important;
  text-decoration: none !important;
}

body.single-product.woocommerce-page #content div.product div.summary .zoo-product-taxonomy-meta a:hover,
body.single-product.woocommerce-page #content div.product div.summary .zoo-product-taxonomy-meta a:focus-visible {
  color: #b08a00 !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both !important;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #efefef !important;
  border-radius: 12px !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #efefef !important;
  background: #fafafa !important;
  overflow-x: auto !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs::before,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs::after {
  display: none !important;
  content: none !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  background: #e9e8e8 !important;
  box-shadow: none !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::after,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li::before,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li a {
  display: block !important;
  padding: 12px 22px !important;
  color: #4b4b4b !important;
  font: 800 16px/1.25 "Open Sans", "Arial", sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li.active {
  border-color: #fcc000 !important;
  background: linear-gradient(90deg, #ffeb01, #fcc000) !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:focus-visible,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li.active a,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li a:hover,
body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li a:focus-visible {
  color: #1e2426 !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 28px 30px 32px !important;
  border: 0 !important;
  background: #fff !important;
  color: #34383a !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body.single-product.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
body.single-product.woocommerce-page #content div.product #reviews #comments h2 {
  margin: 0 0 18px !important;
  color: #4b4b4b !important;
  font: 800 30px/1.2 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #reviews {
  color: #34383a !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments {
  margin: 0 0 24px !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments .woocommerce-noreviews {
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid #efefef !important;
  border-radius: 10px !important;
  background: #fafafa !important;
  color: #60676b !important;
  font: 600 15px/1.5 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment_container,
body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li div[id^="comment-"] {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li img.avatar {
  position: static !important;
  float: none !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 3px !important;
  border: 1px solid #efefef !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 3px 10px rgba(47, 47, 47, 0.08) !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text {
  position: relative !important;
  min-height: 96px !important;
  margin: 0 !important;
  padding: 18px 160px 18px 20px !important;
  border: 1px solid #efefef !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(47, 47, 47, 0.04) !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .meta {
  margin: 0 0 12px !important;
  color: #8a8f93 !important;
  font: 600 14px/1.4 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  color: #2f2f2f !important;
  font-weight: 800 !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .description,
body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .description p {
  margin: 0 !important;
  color: #34383a !important;
  font: 500 15px/1.55 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .star-rating {
  position: absolute !important;
  top: 18px !important;
  right: 20px !important;
  float: none !important;
  width: 5.45em !important;
  height: 1.2em !important;
  margin: 0 !important;
  color: #fcc000 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .star-rating::before {
  color: #d7dde0 !important;
  opacity: 1 !important;
}

body.single-product.woocommerce-page #content div.product #reviews #comments ol.commentlist li .comment-text .star-rating span::before {
  color: #fcc000 !important;
}

body.single-product.woocommerce-page #content div.product #review_form_wrapper {
  max-width: 860px !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond {
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid #efefef !important;
  border-radius: 12px !important;
  background: #fafafa !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .comment-reply-title {
  display: block !important;
  margin: 0 0 18px !important;
  color: #2f2f2f !important;
  font: 800 20px/1.35 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond form {
  display: grid !important;
  gap: 16px !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p,
body.single-product.woocommerce-page #content div.product #review_form #respond .comment-form-rating {
  margin: 0 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #2f2f2f !important;
  font: 700 14px/1.35 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .required {
  color: #d83a2e !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond textarea,
body.single-product.woocommerce-page #content div.product #review_form #respond input[type="text"],
body.single-product.woocommerce-page #content div.product #review_form #respond input[type="email"] {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #2f2f2f !important;
  box-shadow: none !important;
  font: 400 14px/1.45 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond textarea:focus,
body.single-product.woocommerce-page #content div.product #review_form #respond input[type="text"]:focus,
body.single-product.woocommerce-page #content div.product #review_form #respond input[type="email"]:focus {
  border-color: #fcc000 !important;
  box-shadow: 0 0 0 3px rgba(252, 192, 0, 0.18) !important;
  outline: none !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .comment-form-rating {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  padding: 14px 16px !important;
  border: 1px solid #f1e5aa !important;
  border-radius: 10px !important;
  background: #fffdf5 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .comment-form-rating label {
  margin: 0 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars span {
  display: inline-flex !important;
  gap: 4px !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars a {
  width: 26px !important;
  height: 26px !important;
  margin: 0 !important;
  color: #c9ced2 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars a::before {
  content: "☆" !important;
  position: static !important;
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  color: #c9ced2 !important;
  font-family: "Open Sans", "Arial", sans-serif !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 26px !important;
  text-indent: 0 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars:hover a::before,
body.single-product.woocommerce-page #content div.product #review_form #respond p.stars.selected a:not(.active)::before,
body.single-product.woocommerce-page #content div.product #review_form #respond p.stars.selected a.active::before {
  content: "★" !important;
  color: #fcc000 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars a:hover ~ a::before,
body.single-product.woocommerce-page #content div.product #review_form #respond p.stars.selected a.active ~ a::before {
  content: "☆" !important;
  color: #c9ced2 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars.selected a.active::before {
  color: #145860 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond p.stars.selected::after {
  content: "Оцінку вибрано" !important;
  margin-left: 10px !important;
  color: #60676b !important;
  font: 700 13px/1.3 "Open Sans", "Arial", sans-serif !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit {
  margin: 2px 0 0 !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit input#submit,
body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 11px 28px !important;
  border: 1px solid #fcc000 !important;
  border-radius: 10px !important;
  background: linear-gradient(90deg, #ffeb01, #fcc000) !important;
  color: #2f2f2f !important;
  box-shadow: none !important;
  font: 800 15px/1.3 "Open Sans", "Arial", sans-serif !important;
  cursor: pointer !important;
}

body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit input#submit:hover,
body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit input#submit:focus-visible,
body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit input[type="submit"]:hover,
body.single-product.woocommerce-page #content div.product #review_form #respond .form-submit input[type="submit"]:focus-visible {
  background: linear-gradient(90deg, #fcc000, #ffeb01) !important;
  color: #1e2426 !important;
  box-shadow: 0 8px 18px rgba(252, 192, 0, 0.24) !important;
  outline: none !important;
}

@media (max-width: 650px) {
  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery {
    --zoo-product-gallery-main-height: 350px;
  }

  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav a {
    width: 38px !important;
    height: 38px !important;
  }

  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 8px !important;
  }

  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 8px !important;
  }

  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
    gap: 9px !important;
  }

  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
    flex-basis: 74px !important;
    width: 74px !important;
  }

  body.single-product.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-control-thumbs img {
    height: 74px !important;
    padding: 5px !important;
  }

  body.single-product.woocommerce-page #content div.product form.cart {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
  }

  body.single-product.woocommerce-page #content div.product form.cart div.quantity {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 76px !important;
  }

  body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button,
  body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button.button,
  body.single-product.woocommerce-page #content div.product form.cart button.single_add_to_cart_button.button.alt {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    white-space: nowrap !important;
    font-size: 14px !important;
  }

  body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-panel {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: -8px !important;
    padding: 10px !important;
  }

  body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 9px !important;
  }

  body.single-product.woocommerce-page #content div.product div.summary .zoo-single-trust-card__icon {
    width: 34px !important;
    height: 34px !important;
  }

  body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
  body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
  body.single-product.woocommerce-page #content div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 12px 16px !important;
    font-size: 15px !important;
  }

  body.single-product.woocommerce-page #content div.product .woocommerce-tabs .panel {
    padding: 22px 16px 24px !important;
  }
}
