/* SocialKings product form refresh — mobile first, WooCommerce-safe. */
body.single-product .summary form.cart.variations_form {
  display: block;
  width: 100%;
  margin-top: 20px;
}

body.single-product .summary form.cart table.variations,
body.single-product .summary form.cart table.variations tbody {
  display: block;
  width: 100%;
  margin: 0;
}

body.single-product .summary form.cart table.variations tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  width: 100%;
  margin: 0 0 13px;
}

body.single-product .summary form.cart table.variations th.label,
body.single-product .summary form.cart table.variations td.value {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}

body.single-product .summary form.cart table.variations th.label label,
body.single-product .summary form.cart .sk-smm-target-label {
  display: block;
  margin: 0;
  color: #343943;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

body.single-product .summary form.cart table.variations td.value select,
body.single-product .summary form.cart .sk-smm-target-input {
  width: 100% !important;
  min-width: 0;
  height: 48px;
  margin: 0;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background-color: #fff;
  color: #17191d;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 3px 12px rgba(23, 25, 29, .035);
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.single-product .summary form.cart table.variations td.value select {
  appearance: none;
  padding: 0 44px 0 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555e6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

body.single-product .summary form.cart .sk-smm-target-row {
  display: grid;
  gap: 7px;
  width: 100%;
  margin: 0 0 13px;
}

body.single-product .summary form.cart .sk-smm-target-input {
  padding: 0 14px;
}

body.single-product .summary form.cart table.variations td.value select:hover,
body.single-product .summary form.cart .sk-smm-target-input:hover {
  border-color: #cbd2d9;
}

body.single-product .summary form.cart table.variations td.value select:focus,
body.single-product .summary form.cart .sk-smm-target-input:focus {
  outline: 0;
  border-color: #09c178;
  box-shadow: 0 0 0 3px rgba(9, 193, 120, .13);
}

body.single-product .summary form.cart .wd-reset-var {
  position: absolute;
  right: 0;
  margin-top: 3px;
}

body.single-product .summary form.cart .reset_variations {
  color: #727986;
  font-size: 10px;
}

body.single-product .summary form.cart .single_variation_wrap,
body.single-product .summary form.cart .woocommerce-variation-add-to-cart {
  display: block;
  width: 100%;
}

body.single-product .summary form.cart .single_add_to_cart_button.button.alt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  border: 0;
  border-radius: 11px;
  background: #09c178;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  box-shadow: 0 7px 16px rgba(9, 193, 120, .18);
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}

body.single-product .summary form.cart .single_add_to_cart_button.button.alt:hover {
  background: #08ad6c;
  box-shadow: 0 9px 20px rgba(9, 193, 120, .23);
  transform: translateY(-1px);
}

/* Pastel social-proof block. */
.skmtb {
  --skmtb-ink: #17191d;
  --skmtb-muted: #6d7380;
  margin-top: 14px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #dfeae7;
  border-radius: 17px;
  background: #fff;
  color: var(--skmtb-ink);
  font-family: inherit;
  box-shadow: 0 7px 20px rgba(47, 98, 82, .06);
}

.skmtb__rating-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 47px;
  padding: 12px 14px;
  background: linear-gradient(105deg, #d6f5e8 0%, #dfecff 50%, #eddcff 100%);
  color: #26382f;
}

.skmtb__rating-bar strong {
  font-size: 12px;
  line-height: 1.2;
}

.skmtb__stars {
  flex: none;
  color: #e4a312;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}

.skmtb__body { padding: 15px 14px 14px; }

.skmtb__proof {
  display: flex;
  align-items: center;
  gap: 10px;
}

.skmtb__faces {
  display: flex;
  flex: none;
  padding-left: 7px;
}

.skmtb__face {
  width: 34px;
  height: 34px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url('../images/customer-faces.jpg');
  background-repeat: no-repeat;
  background-size: 500% 200%;
  background-position-y: 50%;
  box-shadow: 0 1px 4px rgba(26, 32, 42, .17);
}

.skmtb__face--1 { background-position-x: 0; }
.skmtb__face--2 { background-position-x: 25%; }
.skmtb__face--3 { background-position-x: 50%; }
.skmtb__face--4 { background-position-x: 75%; }
.skmtb__face--5 { background-position-x: 100%; }

.skmtb__proof-copy { min-width: 0; }
.skmtb__proof-copy strong,
.skmtb__proof-copy span { display: block; }
.skmtb__proof-copy strong {
  font-size: 12px;
  line-height: 1.25;
}
.skmtb__proof-copy span {
  margin-top: 2px;
  color: var(--skmtb-muted);
  font-size: 10px;
  line-height: 1.3;
}

.skmtb__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #eceef2;
}

.skmtb__benefit {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #424a58;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
}

.skmtb__icon {
  display: inline-grid;
  flex: none;
  place-items: center;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.skmtb__icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skmtb__icon--green { color: #09a967; }
.skmtb__icon--gold { color: #d99400; }
.skmtb__icon--blue { color: #536ee8; }
.skmtb__benefit:last-child .skmtb__icon { color: #d6578b; }

.skmtb__sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 640px) {
  .skmtb__benefits {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    gap: 8px;
  }

  .skmtb__benefit { white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product .summary form.cart *,
  .skmtb * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
