/* SocialKings product experience — intentionally scoped to product 2658. */
.skpx-pilot {
  --skpx-ink: #17191d;
  --skpx-copy: #59616d;
  --skpx-line: #e2e6eb;
  --skpx-soft: #f7f9f8;
  --skpx-green: #087c4d;
  --skpx-purple: #6c48ed;
  --skpx-pink: #ed4f91;
  --skpx-star: #f6ae00;
}

.skpx-pilot .single-product-page > .container {
  max-width: 1240px;
}

.skpx-pilot .product-image-summary-inner {
  align-items: start;
  --wd-gap-lg: 46px !important;
}

.skpx-pilot .product-images.wd-grid-col {
  --wd-col-lg: 5 !important;
}

.skpx-pilot .summary.wd-grid-col {
  --wd-col-lg: 7 !important;
}

.skpx-pilot .woocommerce-product-gallery,
.skpx-pilot .woocommerce-product-gallery__wrapper,
.skpx-pilot .woocommerce-product-gallery .wd-carousel-wrap,
.skpx-pilot .woocommerce-product-gallery .wd-carousel-item {
  overflow: visible;
}

.skpx-pilot .skpx-desktop-artwork,
.skpx-pilot .skpx-desktop-artwork picture,
.skpx-pilot .skpx-desktop-artwork img {
  display: block;
  width: 100%;
}

.skpx-pilot .skpx-desktop-artwork img {
  height: auto;
  border-radius: 0;
  object-fit: cover;
}

.skpx-pilot .skpx-mobile-artwork {
  display: none;
}

.skpx-pilot .summary-inner {
  max-width: 690px;
}

.skpx-pilot .wd-breadcrumbs {
  margin-bottom: 17px;
  color: #858b94;
  font-size: 12px;
  font-weight: 650;
}

.skpx-pilot .wd-breadcrumbs a {
  color: #6e7580;
}

.skpx-pilot .product_title {
  margin: 0 0 9px;
  color: var(--skpx-ink);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 820;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.skpx-pilot .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
}

.skpx-pilot .woocommerce-product-rating .star-rating {
  margin: 0;
  color: var(--skpx-star);
  font-size: 16px;
}

.skpx-pilot .woocommerce-product-rating .woocommerce-review-link {
  color: #6d7480;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c8ccd2;
  text-underline-offset: 3px;
}

.skpx-pilot .woocommerce-product-details__short-description {
  margin: 0 0 22px;
}

.skpx-pilot .woocommerce-product-details__short-description > p {
  max-width: 650px;
  margin: 0 0 14px;
  color: var(--skpx-copy);
  font-size: 15px;
  line-height: 1.55;
}

.skpx-pilot .skpx-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skpx-pilot .skpx-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #3f4650;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.skpx-pilot .skpx-benefits li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #09a965;
  font-weight: 900;
}

.skpx-pilot form.cart.variations_form {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--skpx-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(23, 25, 29, .045);
}

.skpx-pilot .skpx-step {
  display: flex;
  align-items: stretch;
  gap: 11px;
}

.skpx-pilot .skpx-step--one {
  margin-bottom: 15px;
}

.skpx-pilot .skpx-step__mark {
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--skpx-purple), var(--skpx-pink));
}

.skpx-pilot .skpx-step span:last-child,
.skpx-pilot .skpx-step strong,
.skpx-pilot .skpx-step small {
  display: block;
}

.skpx-pilot .skpx-step strong {
  color: var(--skpx-ink);
  font-size: 17px;
  line-height: 1.2;
}

.skpx-pilot .skpx-step--one small {
  margin-top: 4px;
  color: #737b86;
  font-size: 11px;
  line-height: 1.35;
}

.skpx-pilot form.cart table.variations {
  display: grid;
  margin: 0;
}

.skpx-pilot form.cart table.variations tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.skpx-pilot form.cart table.variations tr,
.skpx-pilot form.cart table.variations th,
.skpx-pilot form.cart table.variations td {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
}

.skpx-pilot form.cart table.variations tr {
  position: relative;
}

.skpx-pilot form.cart table.variations .label {
  margin-bottom: 6px;
}

.skpx-pilot form.cart table.variations label,
.skpx-pilot .sk-smm-target-label {
  color: #525a66;
  font-size: 11px;
  font-weight: 800;
}

.skpx-pilot form.cart table.variations select,
.skpx-pilot .sk-smm-target-input,
.skpx-pilot .skpu-offer--dropdown > select,
.skpx-pilot .skpu-url-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  color: #20242a;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 3px 12px rgba(23, 25, 29, .025);
}

.skpx-pilot form.cart table.variations select:focus,
.skpx-pilot .sk-smm-target-input:focus,
.skpx-pilot .skpu-offer--dropdown > select:focus,
.skpx-pilot .skpu-url-field input:focus {
  border-color: #12a76b;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(9, 185, 111, .12);
}

.skpx-pilot .skpx-picker {
  display: none;
}

.skpx-pilot form.cart .wd-reset-var,
.skpx-pilot form.cart .reset_variations_alert {
  display: none !important;
}

.skpx-pilot .single_variation_wrap {
  margin-top: 11px;
}

.skpx-pilot .woocommerce-variation.single_variation {
  min-height: 0 !important;
  margin: 0 !important;
}

.skpx-pilot .woocommerce-variation-price {
  display: none !important;
}

.skpx-pilot .sk-smm-target-row {
  display: grid;
  gap: 6px;
  margin: 0;
}

.skpx-pilot .skpu-upsells {
  margin-top: 13px;
  padding: 14px;
  border: 1px solid #dfe9e5;
  border-radius: 15px;
  background: var(--skpx-soft);
}

.skpx-pilot .skpx-step--two {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.skpx-pilot .skpx-step--two strong {
  font-size: 14px;
}

.skpx-pilot .skpx-step--two small {
  color: #747c86;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.skpx-pilot .skpu-offer {
  margin: 0;
  border: 1px solid #e1e7e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.skpx-pilot .skpu-offer + .skpu-offer {
  margin-top: 8px;
}

.skpx-pilot .skpu-offer--dropdown {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .85fr);
  align-items: center;
  gap: 12px;
  padding: 10px 11px;
}

.skpx-pilot .skpu-offer--dropdown > label {
  margin: 0;
  color: #252a31;
  font-size: 12px;
  font-weight: 800;
}

.skpx-pilot .skpu-offer--checkbox > label {
  min-height: 55px;
  padding: 10px 11px;
}

.skpx-pilot .skpu-check {
  border-color: #aabfb4;
  border-radius: 7px;
}

.skpx-pilot .skpu-copy {
  color: #252a31;
  font-size: 12px;
  font-weight: 800;
}

.skpx-pilot .skpu-price {
  font-size: 11px;
}

.skpx-pilot .skpu-discount {
  border-radius: 999px;
  color: #087b4b;
  background: #ddf5e9;
  font-size: 9px;
  font-weight: 850;
}

.skpx-pilot .skpu-mobile-picker {
  margin: 0;
}

.skpx-pilot .skpu-total {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  margin: 15px 0 0;
  color: #636b76;
  font-size: 11px;
  font-weight: 800;
}

.skpx-pilot .skpu-total strong {
  color: var(--skpx-ink);
  font-size: 27px;
  letter-spacing: -.035em;
}

.skpx-pilot form.cart .single_add_to_cart_button {
  width: 100%;
  min-height: 52px;
  margin-top: 11px;
  border-radius: 12px;
  color: #fff;
  background: #08c878;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.skpx-pilot form.cart .single_add_to_cart_button:hover,
.skpx-pilot form.cart .single_add_to_cart_button:focus-visible {
  color: #fff;
  background: #07b96e;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .skpx-pilot .product-image-summary-inner {
    --wd-gap-md: 28px !important;
  }

  .skpx-pilot .product_title {
    font-size: 34px;
  }

  .skpx-pilot form.cart table.variations tbody,
  .skpx-pilot .skpx-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .skpx-pilot .single-product-page > .container {
    padding-inline: 14px;
  }

  .skpx-pilot .product-image-summary-wrap {
    padding-top: 13px;
  }

  .skpx-pilot .product-images {
    display: none !important;
  }

  .skpx-pilot .summary-inner {
    max-width: none;
  }

  .skpx-pilot .wd-breadcrumbs {
    margin-bottom: 11px;
    font-size: 10px;
  }

  .skpx-pilot .product_title {
    margin-bottom: 7px;
    font-size: 30px;
  }

  .skpx-pilot .woocommerce-product-rating {
    margin-bottom: 13px;
  }

  .skpx-pilot .skpx-mobile-artwork,
  .skpx-pilot .skpx-mobile-artwork picture,
  .skpx-pilot .skpx-mobile-artwork img {
    display: block;
    width: 100%;
  }

  .skpx-pilot .skpx-mobile-artwork {
    margin: 0 0 15px;
  }

  .skpx-pilot .skpx-mobile-artwork img {
    height: auto;
    border-radius: 0;
  }

  .skpx-pilot .woocommerce-product-details__short-description {
    margin-bottom: 17px;
  }

  .skpx-pilot .woocommerce-product-details__short-description > p {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .skpx-pilot .skpx-benefits {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .skpx-pilot .skpx-benefits li {
    font-size: 11px;
  }

  .skpx-pilot form.cart.variations_form {
    padding: 14px;
    border-radius: 15px;
  }

  .skpx-pilot .skpx-step strong {
    font-size: 16px;
  }

  .skpx-pilot form.cart table.variations tbody {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .skpx-pilot form.cart table.variations,
  .skpx-pilot form.cart table.variations tbody,
  .skpx-pilot form.cart table.variations tr.skpx-picker-row,
  .skpx-pilot form.cart table.variations tr.skpx-picker-row > td.value {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  .skpx-pilot form.cart table.variations tr.skpx-picker-row > td.value > .skpx-picker {
    display: block !important;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .skpx-pilot form.cart table.variations tr.skpx-picker-row {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 0 !important;
    padding-inline: 0 !important;
    padding-block: 0 !important;
  }

  .skpx-pilot form.cart table.variations tr.skpx-picker-row > td.value {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
  }

  .skpx-pilot form.cart table.variations select,
  .skpx-pilot .sk-smm-target-input {
    height: 46px;
  }

  .skpx-pilot form.cart table.variations .skpx-picker-row > th.label,
  .skpx-pilot form.cart table.variations select.skpx-native-picker {
    display: none !important;
  }

  .skpx-pilot .skpx-picker {
    position: relative;
    display: block;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .skpx-pilot .skpx-picker__toggle {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 18px;
    align-items: center;
    gap: 6px;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0;
    max-width: none;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #dfe3e8;
    border-radius: 11px;
    color: #20242a;
    background: #fff !important;
    font-size: 13px;
    text-align: left;
    box-shadow: 0 3px 12px rgba(23, 25, 29, .025);
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }

  .skpx-pilot form.cart table.variations tr.skpx-picker-row .skpx-picker__toggle,
  .skpx-pilot form.cart table.variations tr.skpx-picker-row .skpx-picker__toggle:hover,
  .skpx-pilot form.cart table.variations tr.skpx-picker-row .skpx-picker__toggle:focus,
  .skpx-pilot form.cart table.variations tr.skpx-picker-row .skpx-picker__toggle:active,
  .skpx-pilot form.cart table.variations tr.skpx-picker-row .skpx-picker.is-open .skpx-picker__toggle {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .skpx-pilot form.cart table.variations tr.skpx-picker-row:has(.skpx-picker.is-open) {
    border-color: #09b66e !important;
    box-shadow: 0 0 0 3px rgba(9, 182, 110, .12) !important;
  }

  .skpx-pilot .skpx-picker__toggle:hover,
  .skpx-pilot .skpx-picker__toggle:focus,
  .skpx-pilot .skpx-picker__toggle:active,
  .skpx-pilot .skpx-picker.is-open .skpx-picker__toggle {
    color: #20242a !important;
    background: #fff !important;
  }

  .skpx-pilot .skpx-picker__prefix {
    color: #69717d;
    font-weight: 750;
  }

  .skpx-pilot .skpx-picker__selected {
    overflow: hidden;
    color: #20242a;
    font-weight: 820;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .skpx-pilot .skpx-picker__chevron {
    width: 9px;
    height: 9px;
    border-right: 2px solid #626b77;
    border-bottom: 2px solid #626b77;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .16s ease;
  }

  .skpx-pilot .skpx-picker.is-open .skpx-picker__toggle {
    border-color: #09b66e;
    box-shadow: 0 0 0 3px rgba(9, 182, 110, .12);
  }

  .skpx-pilot .skpx-picker.is-open .skpx-picker__chevron {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .skpx-pilot .skpx-picker__menu {
    position: absolute;
    z-index: 80;
    top: calc(100% + 7px);
    right: 0;
    left: 0;
    display: grid;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    max-height: 300px;
    padding: 7px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid #dfe3e8;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(23, 25, 29, .18);
    box-sizing: border-box;
  }

  .skpx-pilot .skpx-picker__menu[hidden] {
    display: none;
  }

  .skpx-pilot .skpx-picker__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 43px;
    padding: 8px 10px;
    border: 0;
    border-radius: 9px;
    color: #2b3037;
    background: transparent;
    font-size: 12px;
    font-weight: 750;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
  }

  .skpx-pilot .skpx-picker__option:hover,
  .skpx-pilot .skpx-picker__option:focus,
  .skpx-pilot .skpx-picker__option:active {
    color: #2b3037;
    background: #f8f7fb !important;
  }

  .skpx-pilot .skpx-picker__option + .skpx-picker__option {
    margin-top: 2px;
  }

  .skpx-pilot .skpx-picker__option[aria-selected="true"] {
    color: #20242a;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px #09b66e;
  }

  .skpx-pilot .skpx-picker__option[aria-selected="true"]::before {
    content: "✓";
    flex: 0 0 auto;
    color: #09a965;
    font-weight: 900;
  }

  .skpx-pilot .skpx-picker__option[aria-selected="true"] .skpx-picker__option-text {
    margin-right: auto;
  }

  .skpx-pilot .skpx-picker__popular {
    flex: none;
    padding: 3px 6px;
    border-radius: 999px;
    color: #087b4b;
    background: #ddf5e9;
    font-size: 8px;
    font-weight: 850;
    white-space: nowrap;
  }

  .skpx-pilot .skpu-upsells {
    padding: 11px;
  }

  .skpx-pilot .skpx-step--two {
    gap: 8px;
  }

  .skpx-pilot .skpx-step--two strong {
    font-size: 13px;
  }

  .skpx-pilot .skpu-offer--dropdown {
    display: block;
    padding: 0;
  }

  .skpx-pilot .skpu-offer--dropdown > label {
    display: block;
    padding: 11px 12px 0;
    color: #252a31;
    font-size: 11px;
    font-weight: 850;
  }

  .skpx-pilot .skpu-offer--checkbox > label {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 3px 9px;
    min-height: 0;
    padding: 12px;
  }

  .skpx-pilot .skpu-offer--checkbox .skpu-check {
    grid-row: 1 / span 2;
    align-self: center;
  }

  .skpx-pilot .skpu-offer--checkbox .skpu-copy {
    grid-column: 2;
    font-size: 11px;
    line-height: 1.25;
  }

  .skpx-pilot .skpu-offer--checkbox .skpu-price {
    grid-column: 2;
    justify-self: start;
    justify-content: flex-start;
    gap: 5px;
    font-size: 10px;
    text-align: left;
  }

  .skpx-pilot .skpu-offer--checkbox .skpu-price del {
    font-size: 10px;
  }

  .skpx-pilot .skpu-offer--checkbox .skpu-discount {
    padding: 2px 5px;
    font-size: 8px;
  }

  .skpx-pilot .skpu-offer--dropdown > select {
    display: none;
  }

  .skpx-pilot .skpu-mobile-picker__toggle {
    min-height: 52px;
    padding: 10px 11px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    text-align: left;
  }

  .skpx-pilot .skpu-total {
    margin-top: 13px;
  }

  .skpx-pilot .skpu-total strong {
    font-size: 25px;
  }

  .skpx-pilot form.cart .single_add_to_cart_button {
    min-height: 52px;
  }
}
