.ksp-native-select {
  display: none !important;
}

/* Flatsome's decorative dash adds noise between the title and product data. */
.single-product h1.product-title + .is-divider {
  display: none !important;
}

.single-product.ksp-no-reviews .product-info .is-divider,
.single-product.ksp-no-reviews .summary .is-divider {
  display: none !important;
}

/* Consistent summary rhythm with or without a review block. */
.single-product .product-info h1.product-title,
.single-product .summary h1.product-title {
  margin-bottom: 0 !important;
}

.single-product .product-info .woocommerce-product-rating,
.single-product .summary .woocommerce-product-rating {
  margin: 8px 0 4px !important;
}

/* Inside the opened reviews drawer: make Google feel like a second review
 * source, with its own small identity and rating, without competing with the
 * product review score above it. */
.ksp-info-drawer-body .ksp-google-reviews-drawer {
  margin: 0 0 22px !important;
  padding: 17px 0 19px !important;
  border-top: 1px solid rgba(23, 23, 23, .13);
  border-bottom: 1px dashed rgba(23, 23, 23, .16);
}

.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-reviews-link {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  width: 100%;
  color: #171717 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.ksp-google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 50%;
  background: #fff;
  line-height: 0;
}

.ksp-google-mark svg {
  display: block;
  width: 21px;
  height: 21px;
}

.ksp-google-reviews-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.ksp-google-reviews-eyebrow {
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
}

.ksp-google-reviews-stars {
  color: #f2b900;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-reviews-text {
  color: #6b6b6b;
  font-size: 14px;
}

.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-arrow {
  margin-left: auto;
  color: #777;
  font-size: 16px;
}

.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-reviews-link:hover .ksp-google-reviews-eyebrow,
.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-reviews-link:focus-visible .ksp-google-reviews-eyebrow {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-reviews-link:hover .ksp-google-arrow,
.ksp-info-drawer-body .ksp-google-reviews-drawer .ksp-google-reviews-link:focus-visible .ksp-google-arrow {
  color: #4d9b68;
  transform: translateX(2px);
}

@media (max-width: 549px) {
  .ksp-google-reviews-summary {
    margin-bottom: 9px !important;
  }

  .ksp-google-reviews-summary .ksp-google-reviews-link {
    font-size: 13px !important;
  }
}

.single-product .product-info .price-wrapper,
.single-product .summary .price-wrapper {
  margin: 10px 0 14px !important;
}

.single-product .product-info .woocommerce-product-rating ~ .price-wrapper,
.single-product .summary .woocommerce-product-rating ~ .price-wrapper {
  margin-top: 0 !important;
}

.single-product .product-info .price-wrapper .price,
.single-product .summary .price-wrapper .price {
  margin-bottom: 0 !important;
}

.ksp-from-label {
  color: #555;
  font-size: .82em;
  font-weight: 600;
  vertical-align: .04em;
}

.single-product .product-info .product-short-description,
.single-product .product-info .woocommerce-product-details__short-description,
.single-product .summary .product-short-description,
.single-product .summary .woocommerce-product-details__short-description {
  color: #555 !important;
  margin-top: 8px;
}

.ksp-variable-price-note {
  margin: 0 0 7px;
  color: #666;
  font-family: "pragmatica-extended", sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.4;
}

.ksp-variable-price-note[hidden] {
  display: none !important;
}

.single-product .stock.in-stock.ksp-last-pair {
  color: #b33a32 !important;
}

/* =========================================================
   LEGACY SIZE GUIDE — KICKS POPUP SKIN
   The CT Size Guide plugin still owns the data and behaviour.
   These selectors only replace its visual skin.
   ========================================================= */

#ct_size_guide.sg:not(.ct_sg_tabbed) {
  box-sizing: border-box !important;
  width: calc(100% - 40px) !important;
  max-width: 720px !important;
  max-height: calc(100vh - 40px) !important;
  max-height: calc(100dvh - 40px) !important;
  margin: 20px auto !important;
  padding: 30px 32px 28px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .18) !important;
  color: #171717 !important;
  font-family: "pragmatica-extended", sans-serif !important;
  -webkit-overflow-scrolling: touch;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) > .sg_title {
  margin: 0 44px 22px 0 !important;
  padding: 0 !important;
  color: #171717 !important;
  font-family: "pragmatica-extended", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  line-height: 1.3 !important;
  text-align: left !important;
  text-transform: none !important;
}

/* The legacy renderer prints two rules even when its intro is empty. */
#ct_size_guide.sg:not(.ct_sg_tabbed) > hr {
  display: none !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) > .sg_content:empty {
  display: none !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) > .sg_content {
  max-width: none !important;
  margin: 0 0 18px !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) > button.mfp-close {
  top: 12px !important;
  right: 12px !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #555 !important;
  font-family: Arial, sans-serif !important;
  font-size: 27px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 40px !important;
  opacity: 1 !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) > button.mfp-close:hover,
#ct_size_guide.sg:not(.ct_sg_tabbed) > button.mfp-close:focus {
  color: #111 !important;
  background: #f3f3f1 !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) .ct_table_title {
  margin: 22px 0 10px !important;
  color: #171717 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-transform: none !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table th,
#ct_size_guide.sg:not(.ct_sg_tabbed) table td {
  box-sizing: border-box !important;
  height: auto !important;
  padding: 11px 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #d9d9d6 !important;
  background: transparent !important;
  color: #555 !important;
  font-family: "pragmatica-extended", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table tr:first-child th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #bdbdb9 !important;
  background: #f3f3f1 !important;
  color: #171717 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table tr:not(:first-child) th {
  color: #171717 !important;
  font-weight: 600 !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table tr:last-child th,
#ct_size_guide.sg:not(.ct_sg_tabbed) table tr:last-child td {
  border-bottom: 0 !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table th:nth-child(1),
#ct_size_guide.sg:not(.ct_sg_tabbed) table td:nth-child(1) {
  width: 15% !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table th:nth-child(2),
#ct_size_guide.sg:not(.ct_sg_tabbed) table td:nth-child(2),
#ct_size_guide.sg:not(.ct_sg_tabbed) table th:nth-child(3),
#ct_size_guide.sg:not(.ct_sg_tabbed) table td:nth-child(3) {
  width: 17% !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table th:nth-child(4),
#ct_size_guide.sg:not(.ct_sg_tabbed) table td:nth-child(4) {
  width: 20% !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) table th:nth-child(5),
#ct_size_guide.sg:not(.ct_sg_tabbed) table td:nth-child(5) {
  width: 31% !important;
}

#ct_size_guide.sg:not(.ct_sg_tabbed) .ct_table_caption {
  margin: 18px 0 0 !important;
  color: #666 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

/* Keep the initial WooCommerce control close to the enhanced layout.
   This prevents a visible layout jump before JavaScript initializes. */
.variations tr:has(select[name*="rozmir"], select[id*="rozmir"], select[name*="size"], select[id*="size"]) > th.label {
  display: none !important;
}

.variations tr:has(select[name*="rozmir"], select[id*="rozmir"], select[name*="size"], select[id*="size"]) > td.value {
  display: block !important;
  width: 100% !important;
  padding-left: 0 !important;
}

.variations select[name*="rozmir"],
.variations select[id*="rozmir"],
.variations select[name*="size"],
.variations select[id*="size"] {
  width: 100% !important;
  min-height: 48px;
  border: 1px solid #171717;
  border-radius: 0;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.variations tr.ksp-size-row > th.label {
  display: none !important;
}

.variations tr.ksp-size-row > td.value {
  display: block !important;
  width: 100% !important;
  padding-left: 0 !important;
}

.ksp-picker {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  font-family: "pragmatica-extended", sans-serif;
}

.ksp-trigger {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 13px;
  border: 1px solid #171717;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}

.ksp-trigger-copy {
  display: grid;
  gap: 2px;
}

.ksp-trigger-size {
  font-size: 13px;
  font-family: "pragmatica-extended", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.ksp-trigger-meta {
  color: #777;
  font-size: 12px;
  font-weight: 400;
}

.ksp-chevron {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}

.ksp-trigger[aria-expanded="true"] .ksp-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.ksp-menu {
  position: absolute;
  z-index: 30;
  box-sizing: border-box;
  top: auto;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #171717;
  background: #fff;
  box-shadow: 0 -12px 28px rgba(0, 0, 0, .12);
  font-family: "pragmatica-extended", sans-serif;
}

.ksp-menu.ksp-menu-fixed {
  position: fixed;
  z-index: 99999;
  top: auto;
  right: auto;
}

.ksp-menu.ksp-menu-fixed.ksp-menu-down {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.ksp-menu[hidden] {
  display: none;
}

.ksp-option {
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(90px, 1fr) minmax(105px, 44%);
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 0;
  border-bottom: 1px solid #e4e4df;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font: inherit;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}

.ksp-option:last-child {
  border-bottom: 0;
}

.ksp-option:hover,
.ksp-option:focus-visible {
  background: #f4f4ef;
}

.ksp-option:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.ksp-option-size {
  font-size: 13px;
  font-weight: 500;
}

.ksp-option-delivery {
  display: grid;
  justify-items: end;
  gap: 2px;
  color: #777;
  width: 100%;
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

.ksp-option-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #171717;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
  white-space: nowrap;
}

.ksp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2b900;
}

.ksp-resale {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 9px 12px;
  border-left: 3px solid #f2b900;
  background: #fff8d7;
  font-family: "pragmatica-extended", sans-serif;
}

.ksp-resale[hidden] {
  display: none;
}

.ksp-resale-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}

.ksp-resale-kicker {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ksp-resale-price {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.ksp-resale-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
  min-width: 0;
  max-width: 100%;
}

.ksp-resale-meta {
  min-width: 0;
  margin: 0;
  overflow: visible;
  color: #777;
  font-size: 10.5px;
  line-height: 1.2;
  text-overflow: clip;
  white-space: normal;
}

.ksp-resale-link {
  flex: 0 0 auto;
  color: #171717;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

/* Compact purchase area. The original WooCommerce elements stay in place;
   only their presentation changes, keeping Flatsome hooks intact. */
.single-product form.variations_form.ksp-enhanced-cart {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 12px !important;
}

.single-product form.variations_form.ksp-enhanced-cart table.variations {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
  margin-bottom: 0 !important;
}

.single-product form.variations_form.ksp-enhanced-cart table.variations td.value {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.single-product form.variations_form.ksp-enhanced-cart .single_variation_wrap,
.single-product form.variations_form.ksp-enhanced-cart .woocommerce-variation-add-to-cart {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.single-product form.variations_form.ksp-enhanced-cart .woocommerce-variation-add-to-cart {
  display: block !important;
}

.single-product form.variations_form.ksp-enhanced-cart .quantity {
  display: none !important;
}

.single-product form.variations_form.ksp-enhanced-cart .reset_variations {
  display: none !important;
}

.single-product form.variations_form.ksp-enhanced-cart .ksp-size-guide {
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center;
  float: none !important;
  margin: 11px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #171717 !important;
  font-family: "pragmatica-extended", sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
  text-decoration: underline !important;
  text-transform: none !important;
  text-underline-offset: 3px;
}

.single-product form.variations_form.ksp-enhanced-cart .ksp-size-guide + .clearfix,
.single-product form.variations_form.ksp-enhanced-cart .ksp-size-guide + .clearfix + br {
  display: none !important;
}

.single-product form.variations_form.ksp-enhanced-cart .single_add_to_cart_button {
  width: 100% !important;
  min-height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  margin: 0 !important;
  padding: 11px 16px !important;
  border: 1px solid #171717 !important;
  border-radius: 0 !important;
  background: #171717 !important;
  color: #fff !important;
  font-family: "pragmatica-extended", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.single-product form.variations_form.ksp-enhanced-cart .single_add_to_cart_button.disabled,
.single-product form.variations_form.ksp-enhanced-cart .single_add_to_cart_button:disabled {
  border-color: #deded9 !important;
  background: #ededE9 !important;
  color: #777 !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

.ksp-product-accordions {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 32px;
  border-top: 1px solid rgba(23, 23, 23, .48);
  border-bottom: 1px solid rgba(23, 23, 23, .48);
  font-family: "pragmatica-extended", sans-serif;
}

.ksp-characteristics {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(23, 23, 23, .24);
}

.ksp-characteristics:last-child {
  border-bottom: 0;
}

.ksp-characteristics summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  box-sizing: border-box;
  padding: 14px 31px 14px 0;
  color: #171717;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .018em;
  line-height: 1.35;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .16s ease;
}

.ksp-characteristics summary:hover,
.ksp-characteristics summary:focus-visible {
  background: rgba(23, 23, 23, .035);
  outline: none;
}

.ksp-characteristics summary::-webkit-details-marker {
  display: none;
}

.ksp-characteristics summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}

.ksp-characteristics[open] summary::after {
  transform: translateY(-25%) rotate(225deg);
}

.ksp-drawer-ready .ksp-characteristics summary::after {
  transform: translateY(-50%) rotate(-45deg);
}

.ksp-characteristics-content {
  padding: 0 0 13px;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
}

.ksp-characteristics-content ul,
.ksp-characteristics-content ol {
  margin: 0;
  padding-left: 18px;
}

.ksp-characteristics-content li + li {
  margin-top: 4px;
}

.ksp-characteristics-content > :first-child {
  margin-top: 0;
}

.ksp-characteristics-content > :last-child {
  margin-bottom: 0;
}

html.ksp-info-open,
body.ksp-info-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.ksp-info-overlay {
  position: fixed;
  z-index: 2147482000;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, .28);
  opacity: 0;
  transition: opacity .22s ease;
}

.ksp-info-overlay[hidden] {
  display: none !important;
}

.ksp-info-overlay.is-open {
  opacity: 1;
}

.ksp-info-drawer {
  width: min(420px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-left: 1px solid rgba(23, 23, 23, .2);
  background: #fff;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .16);
  font-family: "pragmatica-extended", sans-serif;
  transform: translateX(100%);
  transition: transform .22s ease;
}

.ksp-info-overlay.is-open .ksp-info-drawer {
  transform: translateX(0);
}

.ksp-info-drawer-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  padding: 18px 20px;
  border-top: 3px solid #f2b900;
  border-bottom: 1px solid rgba(23, 23, 23, .16);
}

.ksp-info-drawer-header h2 {
  margin: 0;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.ksp-info-drawer-close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0 0 3px;
  border: 1px solid rgba(23, 23, 23, .35);
  border-radius: 0;
  background: #fff;
  color: #171717;
  font: 400 25px/1 Arial, sans-serif;
  cursor: pointer;
}

.ksp-info-drawer-close:hover,
.ksp-info-drawer-close:focus-visible {
  border-color: #171717;
  background: #f4f4ef;
}

.ksp-info-drawer-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 22px 20px calc(28px + env(safe-area-inset-bottom));
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.ksp-info-drawer-body p,
.ksp-info-drawer-body ul,
.ksp-info-drawer-body ol {
  margin-top: 0;
  margin-bottom: 16px;
}

.ksp-info-drawer-body ul,
.ksp-info-drawer-body ol {
  padding-left: 19px;
}

.ksp-info-drawer-body strong {
  color: #171717;
  font-weight: 600;
}

.ksp-info-drawer-body > :last-child {
  margin-bottom: 0;
}

.ksp-info-section + .ksp-info-section {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed rgba(23, 23, 23, .2);
}

.ksp-info-section h3 {
  margin: 0 0 10px;
  color: #171717;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .01em;
  text-transform: none;
}

.ksp-info-section-content > :first-child {
  margin-top: 0;
}

.ksp-info-section-content > :last-child {
  margin-bottom: 0;
}

.ksp-reviews-overview {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(23, 23, 23, .2);
}

.ksp-reviews-score {
  color: #171717;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.ksp-reviews-overview-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #777;
  font-size: 13px;
  line-height: 1.4;
}

.ksp-leave-review-note {
  margin: -6px 0 22px !important;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(23, 23, 23, .16);
  color: #666;
  font-size: 14.5px;
  line-height: 1.6;
}

.ksp-leave-review-link {
  color: #171717;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ksp-leave-review-link:hover,
.ksp-leave-review-link:focus-visible {
  color: #9a7500;
}

.ksp-no-reviews-message {
  color: #555;
}

.ksp-info-drawer-body .star-rating {
  float: none;
  margin: 0;
  color: #f2b900;
}

.ksp-info-drawer-body .woocommerce-Reviews-title {
  display: none;
}

.ksp-info-drawer-body #reviews,
.ksp-info-drawer-body #reviews.row {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.ksp-info-drawer-body #reviews > .col,
.ksp-info-drawer-body #comments,
.ksp-info-drawer-body #review_form_wrapper {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  padding: 0 !important;
}

.ksp-info-drawer-body .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ksp-info-drawer-body .commentlist > li {
  margin: 0;
  padding: 0;
}

.ksp-info-drawer-body .commentlist > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(23, 23, 23, .16);
}

.ksp-info-drawer-body .comment_container {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
}

.ksp-info-drawer-body .comment_container img.avatar {
  position: static;
  float: none;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 0;
  border-radius: 50%;
}

.ksp-info-drawer-body .comment-text {
  grid-column: 2;
  margin: 0;
  padding: 0;
  border: 0;
}

.ksp-info-drawer-body .comment-text .meta {
  margin: 5px 0 10px;
  color: #777;
  font-size: 13.5px;
  line-height: 1.5;
}

.ksp-info-drawer-body .comment-text .description p {
  margin-bottom: 0;
}

.ksp-info-drawer-body .comment-text .description {
  color: #444;
  font-size: 14.5px;
  line-height: 1.6;
  font-style: normal;
}

.ksp-info-drawer-body .commentlist,
.ksp-info-drawer-body .commentlist li,
.ksp-info-drawer-body .comment_container,
.ksp-info-drawer-body .comment-text,
.ksp-info-drawer-body .comment-text .description,
.ksp-info-drawer-body .comment-text .description p {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.ksp-info-drawer-body .ksp-review-photo,
.ksp-info-drawer-body .commentlist img:not(.avatar):not(.emoji):not(.wp-smiley),
.ksp-info-drawer-body .comment_container img:not(.avatar):not(.emoji):not(.wp-smiley) {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 12px 0;
  object-fit: contain !important;
  cursor: zoom-in;
}

.ksp-info-drawer-body .ksp-review-photo-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.ksp-info-drawer-body .commentlist .children {
  margin: 16px 0 0 44px;
  padding: 0;
  list-style: none;
}

.ksp-info-drawer-body #review_form_wrapper {
  margin-top: 26px;
  padding: 22px 0 0 !important;
  border-top: 1px solid rgba(23, 23, 23, .2);
}

.ksp-info-drawer-body #review_form,
.ksp-info-drawer-body #respond,
.ksp-info-drawer-body .comment-respond {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ksp-info-drawer-body .comment-reply-title {
  display: block;
  margin-bottom: 14px;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}

.ksp-info-drawer-body .comment-form label {
  color: #333;
  font-size: 12px;
  font-weight: 500;
}

.ksp-info-drawer-body .comment-form textarea,
.ksp-info-drawer-body .comment-form input[type="text"],
.ksp-info-drawer-body .comment-form input[type="email"] {
  border: 1px solid rgba(23, 23, 23, .3);
  border-radius: 0;
  box-shadow: none;
}

.ksp-info-drawer-body .comment-form textarea {
  min-height: 110px;
  resize: vertical;
}

.ksp-info-drawer-body .comment-form > p {
  width: 100%;
  margin-bottom: 14px;
}

.ksp-info-drawer-body .comment-form .submit {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 0;
  background: #171717;
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

.ksp-info-drawer-body .comment-form-rating .stars,
.ksp-info-drawer-body .comment-form-rating .stars a {
  color: #f2b900;
}

/* The drawer contains published reviews only. The native tab below the
 * product remains the dedicated place for submitting a new review. */
.single-product #tab-reviews #comments {
  display: none !important;
}

.single-product #tab-reviews #reviews,
.single-product #tab-reviews #review_form_wrapper,
.single-product #tab-reviews #review_form,
.single-product #tab-reviews #respond {
  float: none !important;
  width: 100% !important;
  max-width: 680px !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

.single-product #tab-reviews #reviews.row,
.single-product #tab-reviews #reviews > .row {
  display: block !important;
}

.single-product #tab-reviews #reviews > .col,
.single-product #tab-reviews .large-5,
.single-product #tab-reviews .large-7 {
  float: none !important;
  width: 100% !important;
  max-width: 680px !important;
  flex-basis: 100% !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

.single-product #tab-reviews #review_form_wrapper,
.single-product #tab-reviews #review_form_wrapper * {
  box-sizing: border-box;
}

.ksp-mobile-review-section[hidden] {
  display: none !important;
}

.ksp-mobile-review-section {
  width: calc(100% - 30px);
  max-width: 680px;
  box-sizing: border-box;
  margin: 34px auto 42px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(23, 23, 23, .28);
  font-family: "pragmatica-extended", sans-serif;
}

.ksp-mobile-review-section > h2 {
  margin: 0 0 8px;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.ksp-mobile-review-section > p {
  margin: 0 0 20px;
  color: #555;
  font-size: 12px;
  line-height: 1.55;
}

.ksp-mobile-review-section #review_form_wrapper,
.ksp-mobile-review-section #review_form,
.ksp-mobile-review-section #respond,
.ksp-mobile-review-section .comment-respond,
.ksp-mobile-review-section .comment-form {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0 !important;
}

.ksp-mobile-review-section .comment-reply-title {
  display: none !important;
}

.ksp-mobile-review-section textarea,
.ksp-mobile-review-section input[type="text"],
.ksp-mobile-review-section input[type="email"] {
  width: 100% !important;
  box-sizing: border-box;
}

.ksp-review-lightbox {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, .9);
  opacity: 0;
  transition: opacity .18s ease;
}

.ksp-review-lightbox[hidden] {
  display: none !important;
}

.ksp-review-lightbox.is-open {
  opacity: 1;
}

.ksp-review-lightbox-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ksp-review-lightbox-image {
  display: block;
  width: auto !important;
  max-width: min(1100px, calc(100vw - 80px)) !important;
  height: auto !important;
  max-height: calc(100vh - 100px) !important;
  max-height: calc(100dvh - 100px) !important;
  object-fit: contain !important;
  touch-action: pinch-zoom;
}

.ksp-review-lightbox-close {
  position: fixed;
  z-index: 1;
  top: max(14px, env(safe-area-inset-top));
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 0;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font: 400 27px/1 Arial, sans-serif;
  cursor: pointer;
}

@media (max-width: 549px) {
  .ksp-picker,
  .ksp-resale {
    max-width: none;
  }

  .ksp-trigger {
    min-height: 50px;
  }

  .ksp-menu {
    width: 100%;
    max-height: 330px;
  }

  .ksp-option {
    min-height: 52px;
  }
}

@media (max-width: 767px) {
  #ct_size_guide.sg:not(.ct_sg_tabbed) {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    max-height: calc(100vh - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    margin: 12px auto !important;
    padding: 22px 16px 20px !important;
  }

  #ct_size_guide.sg:not(.ct_sg_tabbed) > .sg_title {
    margin: 0 40px 18px 0 !important;
    font-size: 16px !important;
  }

  #ct_size_guide.sg:not(.ct_sg_tabbed) > button.mfp-close {
    top: 7px !important;
    right: 7px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 25px !important;
    line-height: 38px !important;
  }

  #ct_size_guide.sg:not(.ct_sg_tabbed) table th,
  #ct_size_guide.sg:not(.ct_sg_tabbed) table td {
    padding: 10px 3px !important;
    font-size: 12px !important;
  }

  #ct_size_guide.sg:not(.ct_sg_tabbed) table tr:first-child th {
    padding: 9px 2px !important;
    font-size: 11px !important;
  }

  #ct_size_guide.sg:not(.ct_sg_tabbed) .ct_table_caption {
    margin-top: 16px !important;
    font-size: 11.5px !important;
  }

  body.ksp-mobile-review-form-ready .woocommerce-tabs .reviews_tab,
  body.ksp-mobile-review-form-ready #tab-reviews,
  body.ksp-mobile-review-form-ready a.accordion-title[href="#tab-reviews"] {
    display: none !important;
  }

  .ksp-info-overlay {
    align-items: flex-end;
  }

  .ksp-info-drawer {
    width: 100%;
    height: auto;
    max-height: 86vh;
    max-height: 86dvh;
    border-top: 1px solid rgba(23, 23, 23, .2);
    border-left: 0;
    box-shadow: 0 -18px 40px rgba(0, 0, 0, .18);
    transform: translateY(100%);
  }

  .ksp-info-overlay.is-open .ksp-info-drawer {
    transform: translateY(0);
  }

  .ksp-info-drawer-header {
    min-height: 62px;
    padding: 12px 15px;
  }

  .ksp-info-drawer-header::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 34px;
    height: 3px;
    border-radius: 3px;
    background: rgba(23, 23, 23, .22);
    transform: translateX(-50%);
  }

  .ksp-info-drawer-header {
    position: relative;
    padding-top: 17px;
  }

  .ksp-info-drawer-header h2 {
    font-size: 14px;
  }

  .ksp-info-drawer-close {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 23px;
  }

  .ksp-info-drawer-body {
    padding: 18px 15px calc(22px + env(safe-area-inset-bottom));
    font-size: 12.5px;
    line-height: 1.55;
  }

  .ksp-review-lightbox {
    padding: 12px;
  }

  .ksp-review-lightbox-image {
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 80px) !important;
    max-height: calc(100dvh - 80px) !important;
  }

  .ksp-info-section + .ksp-info-section {
    margin-top: 22px;
    padding-top: 18px;
  }

  .ksp-info-drawer-body .commentlist .children {
    margin-left: 28px;
  }

  .single-product .product-info .product-short-description,
  .single-product .product-info .woocommerce-product-details__short-description,
  .single-product .summary .product-short-description,
  .single-product .summary .woocommerce-product-details__short-description {
    margin-top: 10px;
    margin-bottom: 16px;
    color: #343434;
    font-size: 13px;
    line-height: 1.45;
  }

  .single-product form.variations_form.ksp-enhanced-cart {
    margin-bottom: 10px !important;
    padding-top: 8px;
    padding-bottom: 12px !important;
    border-top: 0;
  }

  .variations select[name*="rozmir"],
  .variations select[id*="rozmir"],
  .variations select[name*="size"],
  .variations select[id*="size"],
  .ksp-trigger {
    min-height: 46px;
    border-width: 1px;
  }

  .ksp-trigger {
    padding: 6px 12px;
    font-size: 12px;
  }

  .ksp-trigger-size {
    font-size: 12px;
  }

  .single-product form.variations_form.ksp-enhanced-cart .ksp-size-guide {
    margin: 9px 0 11px !important;
    font-size: 11px !important;
  }

  .single-product form.variations_form.ksp-enhanced-cart .single_add_to_cart_button {
    min-height: 46px;
    padding: 9px 14px !important;
    font-size: 12px !important;
  }

  .ksp-product-accordions {
    margin-top: 4px;
    margin-bottom: 32px;
  }

  .ksp-characteristics summary {
    min-height: 54px;
    padding: 14px 30px 14px 0;
    font-size: 11.1px;
    font-weight: 500;
  }

  .ksp-characteristics-content {
    padding-bottom: 12px;
    font-size: 11.5px;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ksp-info-overlay,
  .ksp-info-drawer,
  .ksp-review-lightbox {
    transition: none;
  }
}
