/* CHILL-single-product-Control v1.0.7 */
/* 경량 버전: 이미지/외부 라이브러리 0개 */

body.chill-single-product-page {
  background: #050604;
  color: #f2f6e8;
}

body.chill-single-product-page .site-content,
body.chill-single-product-page .ast-container,
body.chill-single-product-page .content-area,
body.chill-single-product-page #primary {
  background: transparent !important;
}

body.chill-single-product-page .ast-container {
  max-width: 1320px;
}

body.chill-single-product-page .woocommerce-breadcrumb {
  max-width: 1240px;
  margin: 14px auto 18px !important;
  color: rgba(247, 251, 232, 0.54) !important;
  font-size: 12px;
  font-weight: 700;
}

body.chill-single-product-page .woocommerce-breadcrumb a {
  color: rgba(247, 251, 232, 0.58) !important;
  text-decoration: none !important;
}

body.chill-single-product-page div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto 34px !important;
  color: #f2f6e8;
}

body.chill-single-product-page div.product div.images,
body.chill-single-product-page div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.chill-single-product-page div.product div.images {
  min-width: 0;
}

body.chill-single-product-page div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

body.chill-single-product-page div.product div.images .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(172, 225, 55, 0.16);
  background:
    radial-gradient(circle at 50% 46%, rgba(168, 220, 50, 0.14), transparent 45%),
    linear-gradient(145deg, rgba(96, 30, 14, 0.52), rgba(9, 10, 6, 0.98));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.40);
}

body.chill-single-product-page div.product div.images img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

body.chill-single-product-page div.product .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 0 !important;
}

body.chill-single-product-page div.product .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(172, 225, 55, 0.14);
  background: #090b06;
}

body.chill-single-product-page div.product .flex-control-thumbs img {
  opacity: 0.68;
}

body.chill-single-product-page div.product .flex-control-thumbs img.flex-active,
body.chill-single-product-page div.product .flex-control-thumbs img:hover {
  opacity: 1;
}

body.chill-single-product-page div.product div.summary {
  min-width: 0;
  padding: 4px 0 0;
}

.chill-spc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 10px;
}

.chill-spc-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 5px;
  border: 1px solid rgba(168, 220, 50, 0.52);
  color: #a8dc32;
  background: rgba(168, 220, 50, 0.055);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

body.chill-single-product-page div.product .product_title {
  margin: 0 0 8px !important;
  color: #fff7dc !important;
  font-size: 34px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 10px 28px rgba(0,0,0,0.36);
}

body.chill-single-product-page div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px !important;
  color: rgba(247, 251, 232, 0.76);
  font-size: 12px;
  font-weight: 800;
}

body.chill-single-product-page .woocommerce .star-rating,
body.chill-single-product-page .star-rating {
  color: #ffd84f !important;
}

body.chill-single-product-page div.product p.price,
body.chill-single-product-page div.product span.price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 8px 12px 0 !important;
  color: #fff7dc !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

body.chill-single-product-page div.product p.price del {
  opacity: 0.5;
  font-size: 17px;
  font-weight: 700;
}

body.chill-single-product-page div.product p.price ins {
  text-decoration: none;
}


.chill-spc-catch,
body.chill-single-product-page div.product .woocommerce-product-details__short-description {
  max-width: 620px;
  margin: 0 0 14px !important;
  color: rgba(247, 251, 232, 0.82) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.7 !important;
}

.chill-spc-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 14px 0 16px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(172, 225, 55, 0.14);
  background: rgba(255,255,255,0.025);
}

.chill-spc-spec {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 60px;
  padding: 10px 12px;
  border-right: 1px solid rgba(255,255,255,0.055);
}

.chill-spc-spec:last-child {
  border-right: 0;
}

.chill-spc-spec__icon {
  flex: 0 0 24px;
  color: #a8dc32;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.chill-spc-spec__body {
  display: block;
  min-width: 0;
}

.chill-spc-spec__label {
  display: block;
  margin: 0 0 3px;
  color: rgba(247, 251, 232, 0.56);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
}

.chill-spc-spec__value {
  display: block;
  color: #f4f7e9;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
}

.chill-spc-notice {
  margin: -6px 0 14px !important;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 216, 79, 0.18);
  background: rgba(255, 216, 79, 0.045);
  color: rgba(255, 244, 188, 0.86) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
}

.chill-spc-buy-area {
  margin: 16px 0 0;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(172, 225, 55, 0.13);
  background:
    radial-gradient(circle at 18% 0%, rgba(168, 220, 50, 0.07), transparent 38%),
    linear-gradient(180deg, #10120c 0%, #080906 100%);
}

body.chill-single-product-page div.product form.cart {
  margin: 0 !important;
}

body.chill-single-product-page div.product form.cart .quantity {
  margin-right: 10px !important;
}

body.chill-single-product-page div.product form.cart input.qty {
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(168, 220, 50, 0.18);
  background: rgba(0,0,0,0.28);
  color: #f2f6e8;
  font-weight: 900;
}

body.chill-single-product-page div.product .single_add_to_cart_button,
body.chill-single-product-page div.product form.cart .button {
  min-height: 44px;
  padding: 0 28px !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: linear-gradient(180deg, #b7eb35 0%, #93c70f 100%) !important;
  color: #101707 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 24px rgba(168, 220, 50, 0.18) !important;
}

body.chill-single-product-page div.product .single_add_to_cart_button:hover,
body.chill-single-product-page div.product form.cart .button:hover {
  filter: brightness(1.04);
}

body.chill-single-product-page div.product form.variations_form table.variations,
body.chill-single-product-page div.product form.variations_form table.variations tbody,
body.chill-single-product-page div.product form.variations_form table.variations tr,
body.chill-single-product-page div.product form.variations_form table.variations td,
body.chill-single-product-page div.product form.variations_form table.variations th {
  display: block;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

body.chill-single-product-page div.product form.variations_form table.variations label {
  display: block;
  margin: 0 0 7px;
  color: rgba(247, 251, 232, 0.74);
  font-size: 12px;
  font-weight: 900;
}

body.chill-single-product-page div.product form.variations_form table.variations select {
  width: 100%;
  min-height: 42px;
  margin: 0 0 12px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(168, 220, 50, 0.18);
  background: #080906;
  color: #f2f6e8;
  font-size: 13px;
  font-weight: 850;
}

.chill-spc-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
}

.chill-spc-benefit {
  display: grid;
  grid-template-columns: 26px minmax(0,1fr);
  gap: 7px;
  align-items: center;
  min-height: 56px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(168, 220, 50, 0.10);
  background: rgba(255,255,255,0.025);
}

.chill-spc-benefit span {
  grid-row: span 2;
  color: #a8dc32;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.chill-spc-benefit strong {
  color: #f2f6e8;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.chill-spc-benefit em {
  color: rgba(247, 251, 232, 0.58);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

body.chill-single-product-page div.product .product_meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(247, 251, 232, 0.48);
  font-size: 11px;
  font-weight: 800;
}

body.chill-single-product-page div.product .product_meta a {
  color: rgba(168, 220, 50, 0.82) !important;
  text-decoration: none !important;
}

body.chill-single-product-page div.product .woocommerce-tabs,
body.chill-single-product-page div.product .related,
body.chill-single-product-page div.product .upsells {
  grid-column: 1 / -1;
  width: 100%;
  clear: both;
}

body.chill-single-product-page div.product .woocommerce-tabs {
  margin-top: 22px;
  border-radius: 16px;
  border: 1px solid rgba(164, 220, 62, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(168, 220, 50, 0.05), transparent 34%),
    linear-gradient(180deg, #10120c 0%, #080906 100%);
  overflow: hidden;
}

body.chill-single-product-page div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  padding: 0 14px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}

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

body.chill-single-product-page div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.chill-single-product-page div.product .woocommerce-tabs ul.tabs li a {
  display: flex !important;
  align-items: center;
  min-height: 45px;
  padding: 0 18px !important;
  color: rgba(247, 251, 232, 0.72) !important;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none !important;
}

body.chill-single-product-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: #a8dc32 !important;
  box-shadow: inset 0 -2px 0 #a8dc32;
}

body.chill-single-product-page div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 20px 22px 24px !important;
  color: rgba(247, 251, 232, 0.80);
  font-size: 14px;
  line-height: 1.8;
}

body.chill-single-product-page div.product .woocommerce-tabs .panel h2 {
  color: #f7fbe8 !important;
  font-size: 19px !important;
  font-weight: 950 !important;
  margin: 0 0 12px !important;
}

body.chill-single-product-page .related.products,
body.chill-single-product-page .upsells.products {
  margin-top: 24px;
}

body.chill-single-product-page .related.products > h2,
body.chill-single-product-page .upsells.products > h2 {
  color: #f7fbe8 !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  margin: 0 0 14px !important;
}

body.chill-single-product-page ul.products li.product {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #171a12 0%, #0b0d08 100%);
  border: 1px solid rgba(172, 225, 55, 0.14);
  padding-bottom: 12px !important;
}

body.chill-single-product-page ul.products li.product .woocommerce-loop-product__title,
body.chill-single-product-page ul.products li.product .price {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.chill-spc-tab-box {
  color: rgba(247, 251, 232, 0.80);
}

.chill-spc-tab-box p {
  margin: 0 0 14px !important;
}

.chill-spc-tab-main-content {
  margin: 0 0 16px;
  color: rgba(247, 251, 232, 0.82);
}

.chill-spc-tab-main-content > *:first-child {
  margin-top: 0 !important;
}

.chill-spc-tab-main-content > *:last-child {
  margin-bottom: 0 !important;
}

.chill-spc-tab-main-content p {
  margin: 0 0 14px !important;
  color: rgba(247, 251, 232, 0.82);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.8;
}

.chill-spc-tab-main-content h2,
.chill-spc-tab-main-content h3,
.chill-spc-tab-main-content h4 {
  color: #f7fbe8 !important;
  font-weight: 950 !important;
}

.chill-spc-tab-main-content ul,
.chill-spc-tab-main-content ol {
  margin: 0 0 14px 1.25em !important;
  color: rgba(247, 251, 232, 0.82);
}

.chill-spc-tab-list--compact {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.chill-spc-tab-note {
  margin: 12px 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(168, 220, 50, 0.12);
  background: rgba(168, 220, 50, 0.035);
}

.chill-spc-tab-note p:last-child {
  margin-bottom: 0 !important;
}

.chill-spc-tab-list {
  display: grid;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.chill-spc-tab-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(247, 251, 232, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.chill-spc-tab-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #a8dc32;
  box-shadow: 0 0 0 4px rgba(168, 220, 50, 0.08);
}

.chill-spc-steps {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.chill-spc-steps div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(168, 220, 50, 0.12);
  background: rgba(255,255,255,0.025);
}

.chill-spc-steps strong {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  border-radius: 999px;
  background: rgba(168, 220, 50, 0.12);
  color: #a8dc32;
  font-size: 11px;
  font-weight: 950;
}

.chill-spc-steps span {
  color: rgba(247, 251, 232, 0.82);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}

.chill-spc-sticky {
  display: none;
}

@media (max-width: 920px) {
  body.chill-single-product-page div.product {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100% - 24px, 720px);
  }

  .chill-spc-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chill-spc-spec:nth-child(2n) {
    border-right: 0;
  }

  .chill-spc-spec:nth-child(n + 3) {
    border-top: 1px solid rgba(255,255,255,0.055);
  }

  .chill-spc-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  @supports (overflow-x: clip) {
    html,
    body {
      overflow-x: clip !important;
    }
  }

  body.chill-single-product-page .woocommerce-breadcrumb {
    width: auto;
    margin: 10px max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left)) !important;
    font-size: 11px;
  }

  body.chill-single-product-page div.product {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 24px !important;
    padding: 0 max(12px, env(safe-area-inset-right)) 78px max(12px, env(safe-area-inset-left));
    transform: translateX(-50%);
    background:
      radial-gradient(circle at 18% 0%, rgba(168, 220, 50, 0.08), transparent 42%),
      linear-gradient(180deg, #080906 0%, #050604 100%);
  }

  @supports (width: 100dvw) {
    body.chill-single-product-page div.product {
      width: 100dvw;
      max-width: 100dvw;
    }
  }

  body.chill-single-product-page div.product div.images .woocommerce-product-gallery__image {
    border-radius: 15px;
  }

  body.chill-single-product-page div.product .flex-control-thumbs {
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
  }

  body.chill-single-product-page div.product .product_title {
    font-size: 29px !important;
  }

  body.chill-single-product-page div.product p.price,
  body.chill-single-product-page div.product span.price {
    font-size: 25px !important;
  }

  .chill-spc-catch,
  body.chill-single-product-page div.product .woocommerce-product-details__short-description {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .chill-spc-specs {
    border-radius: 13px;
  }

  .chill-spc-spec {
    min-height: 56px;
    padding: 9px 10px;
  }

  .chill-spc-spec__icon {
    flex-basis: 22px;
    font-size: 20px;
  }

  .chill-spc-spec__value {
    font-size: 11.5px;
  }

  .chill-spc-buy-area {
    padding: 12px;
  }

  body.chill-single-product-page div.product form.cart {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  body.chill-single-product-page div.product form.cart .quantity {
    margin-right: 0 !important;
  }

  body.chill-single-product-page div.product form.cart input.qty {
    width: 74px;
  }

  body.chill-single-product-page div.product .single_add_to_cart_button,
  body.chill-single-product-page div.product form.cart .button {
    width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.chill-single-product-page div.product .woocommerce-tabs {
    border-radius: 15px;
  }

  body.chill-single-product-page div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    padding: 0 6px !important;
    scrollbar-width: none;
  }

  body.chill-single-product-page div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  body.chill-single-product-page div.product .woocommerce-tabs ul.tabs li a {
    min-height: 42px;
    padding: 0 13px !important;
    font-size: 12px;
    white-space: nowrap;
  }

  body.chill-single-product-page div.product .woocommerce-tabs .panel {
    padding: 16px 14px 18px !important;
    font-size: 13px;
    line-height: 1.75;
  }

  .chill-spc-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44%;
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    background: rgba(5, 6, 4, 0.92);
    border-top: 1px solid rgba(168, 220, 50, 0.16);
    backdrop-filter: blur(10px);
  }

  .chill-spc-sticky__price {
    color: #fff7dc;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.15;
    overflow: hidden;
  }

  .chill-spc-sticky__price del,
  .chill-spc-sticky__price small {
    display: none;
  }

  .chill-spc-sticky__price ins {
    text-decoration: none;
  }

  .chill-spc-sticky__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    border-radius: 10px;
    background: linear-gradient(180deg, #b7eb35 0%, #93c70f 100%);
    color: #101707 !important;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none !important;
  }
}

@media (max-width: 380px) {
  body.chill-single-product-page div.product {
    padding-left: max(10px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
  }

  body.chill-single-product-page div.product .product_title {
    font-size: 27px !important;
  }

  .chill-spc-spec {
    gap: 7px;
  }

  .chill-spc-spec__icon {
    flex-basis: 20px;
  }
}

/* v1.0.6: Replace default WooCommerce related products with CHILL cards */
body.chill-single-product-page .related.products:not(.chill-spc-related),
body.chill-single-product-page .upsells.products:not(.chill-spc-related) {
  display: none !important;
}

body.chill-single-product-page .chill-spc-related {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 30px;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 24px;
  border: 1px solid rgba(168, 220, 50, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(168, 220, 50, 0.10), transparent 35%),
    radial-gradient(circle at 90% 24%, rgba(135, 78, 255, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(18, 23, 12, 0.96), rgba(5, 6, 4, 0.98));
  box-shadow: 0 26px 60px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
  clear: both;
}

body.chill-single-product-page .chill-spc-related__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 16px;
}

body.chill-single-product-page .chill-spc-related__head span {
  display: block;
  margin-bottom: 6px;
  color: #a8dc32;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}

body.chill-single-product-page .chill-spc-related__head h2 {
  margin: 0 !important;
  color: #f7fbe8 !important;
  font-size: clamp(22px, 3vw, 34px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.04em;
}

body.chill-single-product-page .chill-spc-related__head p {
  max-width: 34em;
  margin: 0;
  color: rgba(247,251,232,.64);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-align: right;
}

body.chill-single-product-page .chill-spc-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.chill-single-product-page .chill-spc-related-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(168, 220, 50, 0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
    #090b07;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 34px rgba(0,0,0,.32);
}

body.chill-single-product-page .chill-spc-related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(168,220,50,.11), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(135,78,255,.12), transparent 34%);
  opacity: .85;
}

body.chill-single-product-page .chill-spc-related-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 12px;
  background:
    radial-gradient(circle at 50% 38%, rgba(168,220,50,.12), transparent 45%),
    #f6f6ef;
  text-decoration: none !important;
}

body.chill-single-product-page .chill-spc-related-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 16px 16px rgba(0,0,0,.28));
  transition: transform .24s ease, filter .24s ease;
}

body.chill-single-product-page .chill-spc-related-card:hover .chill-spc-related-card__image img {
  transform: translateY(-4px) scale(1.025);
  filter: drop-shadow(0 20px 20px rgba(0,0,0,.34));
}

body.chill-single-product-page .chill-spc-related-card__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  max-width: calc(100% - 24px);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(8,10,7,.86);
  border: 1px solid rgba(168,220,50,.5);
  color: #a8dc32;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.chill-single-product-page .chill-spc-related-card__body {
  position: relative;
  z-index: 1;
  padding: 14px 14px 16px;
}

body.chill-single-product-page .chill-spc-related-card__body h3 {
  min-height: 2.7em;
  margin: 0 0 10px !important;
  color: #f7fbe8 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

body.chill-single-product-page .chill-spc-related-card__body h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body.chill-single-product-page .chill-spc-related-card__price {
  margin-bottom: 12px;
  color: #fff3c1;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -.04em;
}

body.chill-single-product-page .chill-spc-related-card__price del {
  color: rgba(247,251,232,.42);
  font-size: .78em;
}

body.chill-single-product-page .chill-spc-related-card__price ins {
  color: #fff3c1;
  text-decoration: none;
}

body.chill-single-product-page .chill-spc-related-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #b6ff2a, #7cd800);
  color: #070806 !important;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.48), 0 12px 20px rgba(122,216,0,.18);
}

body.chill-single-product-page .chill-spc-related-card__button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  body.chill-single-product-page .chill-spc-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.chill-single-product-page .chill-spc-related {
    margin-top: 22px;
    padding: 16px 12px;
    border-radius: 18px;
  }

  body.chill-single-product-page .chill-spc-related__head {
    display: block;
  }

  body.chill-single-product-page .chill-spc-related__head p {
    margin-top: 8px;
    text-align: left;
  }

  body.chill-single-product-page .chill-spc-related__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.chill-single-product-page .chill-spc-related-card {
    display: grid;
    grid-template-columns: 128px 1fr;
    min-height: 150px;
  }

  body.chill-single-product-page .chill-spc-related-card__image {
    aspect-ratio: auto;
    height: 100%;
    min-height: 150px;
  }

  body.chill-single-product-page .chill-spc-related-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 12px;
  }

  body.chill-single-product-page .chill-spc-related-card__body h3 {
    min-height: 0;
    font-size: 13px !important;
  }

  body.chill-single-product-page .chill-spc-related-card__price {
    font-size: 16px;
  }

  body.chill-single-product-page .chill-spc-related-card__button {
    min-height: 38px;
  }
}


/* ========================================================================== 
   v1.0.7 MOBILE PRODUCT FORM FIX
   - Variable product form must be one-column on mobile.
   - Prevents option select from being pushed to the right column.
   - Prevents huge empty gap before quantity/add-to-cart.
   - Adds enough bottom space for the fixed purchase bar.
   ========================================================================== */

@media (max-width: 760px) {
  body.chill-single-product-page {
    padding-bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }

  body.chill-single-product-page div.product {
    padding-bottom: calc(112px + env(safe-area-inset-bottom)) !important;
  }

  body.chill-single-product-page div.product div.summary,
  body.chill-single-product-page .chill-spc-buy-area {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.chill-single-product-page div.product .chill-spc-buy-area {
    margin: 16px 0 0 !important;
    padding: 12px !important;
  }

  body.chill-single-product-page div.product form.cart,
  body.chill-single-product-page div.product form.variations_form.cart,
  body.chill-single-product-page div.product .summary form.cart,
  body.chill-single-product-page div.product .summary form.variations_form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
  }

  body.chill-single-product-page div.product form.variations_form table.variations,
  body.chill-single-product-page div.product form.variations_form table.variations tbody,
  body.chill-single-product-page div.product form.variations_form table.variations tr,
  body.chill-single-product-page div.product form.variations_form table.variations th,
  body.chill-single-product-page div.product form.variations_form table.variations td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
    float: none !important;
    clear: both !important;
  }

  body.chill-single-product-page div.product form.variations_form table.variations {
    margin: 0 0 16px !important;
  }

  body.chill-single-product-page div.product form.variations_form table.variations th.label,
  body.chill-single-product-page div.product form.variations_form table.variations td.label {
    margin: 0 0 8px !important;
  }

  body.chill-single-product-page div.product form.variations_form table.variations label {
    display: block !important;
    margin: 0 !important;
    color: rgba(247, 251, 232, 0.82) !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  body.chill-single-product-page div.product form.variations_form table.variations td.value {
    margin: 0 0 18px !important;
  }

  body.chill-single-product-page div.product form.variations_form table.variations select,
  body.chill-single-product-page div.product form.variations_form .value select {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(168, 220, 50, 0.22) !important;
    background-color: #080906 !important;
    color: #f7fbe8 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
  }

  body.chill-single-product-page div.product form.variations_form a.reset_variations {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    min-height: 32px !important;
    margin: 8px 0 0 !important;
    color: #a8dc32 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  body.chill-single-product-page div.product form.variations_form .single_variation_wrap,
  body.chill-single-product-page div.product form.variations_form .woocommerce-variation,
  body.chill-single-product-page div.product form.variations_form .woocommerce-variation-add-to-cart,
  body.chill-single-product-page div.product form.variations_form .woocommerce-variation-add-to-cart-enabled,
  body.chill-single-product-page div.product form.variations_form .woocommerce-variation-add-to-cart-disabled {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
  }

  body.chill-single-product-page div.product form.variations_form .woocommerce-variation {
    gap: 8px !important;
    margin: 0 0 4px !important;
  }

  body.chill-single-product-page div.product form.variations_form .woocommerce-variation-price,
  body.chill-single-product-page div.product form.variations_form .woocommerce-variation-availability,
  body.chill-single-product-page div.product form.variations_form .woocommerce-variation-description {
    width: 100% !important;
    margin: 0 !important;
  }

  body.chill-single-product-page div.product form.cart .quantity,
  body.chill-single-product-page div.product form.variations_form .quantity {
    display: block !important;
    width: 124px !important;
    max-width: 124px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    float: none !important;
  }

  body.chill-single-product-page div.product form.cart input.qty,
  body.chill-single-product-page div.product form.variations_form input.qty {
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 18px !important;
  }

  body.chill-single-product-page div.product .single_add_to_cart_button,
  body.chill-single-product-page div.product form.cart .single_add_to_cart_button,
  body.chill-single-product-page div.product form.cart .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 60px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    clear: both !important;
    float: none !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }

  body.chill-single-product-page div.product form.cart:not(.variations_form) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .chill-spc-sticky {
    min-height: 76px !important;
    padding-top: 10px !important;
    padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }

  .chill-spc-sticky__button {
    min-height: 52px !important;
    border-radius: 13px !important;
    font-size: 15px !important;
  }

  .chill-spc-sticky__price {
    font-size: 17px !important;
  }
}


/* v1.0.7-anchor: dedicated scroll anchor for the option/cart area. */
.chill-spc-buy-anchor {
  display: block;
  position: relative;
  top: -670px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

/* Hide only the emoji/SVG icon inside WooCommerce gallery zoom trigger */
body.chill-single-product-page div.product .woocommerce-product-gallery__trigger img.emoji,
body.chill-single-product-page div.product .woocommerce-product-gallery__trigger .emoji {
  display: none !important;
}