span.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background: url('/wp-content/uploads/2025/11/Group-1171275024.svg') no-repeat
    center/contain;
}

#pk_flex_content .flex_content:has(> .flex_layout.product_detail_hero) {
  background: url('./bg-pattern.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
#pk_flex_content .flex_layout.product_detail_hero .product_hero_container {
  display: flex;
  gap: 3.5rem;
  padding-block: 1.25rem 10rem;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col {
  max-width: 100%;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .sku {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.9;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .scroll_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  display: none;
}
#pk_flex_content .flex_layout.product_detail_hero .left_col .scroll_nav button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
  color: #072445;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  background-color: #fff;
  outline: none;
  border-radius: 100px;
  border: 1px solid rgba(7, 36, 69, 0.25);
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .actions {
  padding-block: 0.75rem;
  margin-bottom: 0.5rem;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .actions
  .related_product {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(7, 36, 69, 0.08);
  border-radius: 100px;
  color: var(--midnight);
  font-size: 16px;
  line-height: 1.2;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .product_gallery {
  display: flex;
  gap: 1rem;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .product_gallery
  .gallery {
  width: 180px;
  flex-shrink: 0;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .product_gallery
  .featured,
#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .product_gallery
  .gallery_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(60, 21, 24, 0.08);
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .product_gallery
  .featured
  img {
  aspect-ratio: 1/0.625;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .product_gallery
  img {
  width: 100%;
  border-radius: inherit;
  object-fit: contain;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .short_description {
  width: 700px;
  max-width: 100%;
  margin-top: 2rem;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .left_col
  .short_description:not(:last-child) {
  margin-bottom: 2rem;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .col_inner {
  background-color: #fff;
  padding: 3rem 2.5rem;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#pk_flex_content
  .flex_layout.product_detail_hero
  .right_col
  .col_inner
  > :not(:last-child) {
  margin-bottom: 1rem;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .col_inner > ul {
  padding-left: 0px;
  list-style: none;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .stock.price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  .right_col
  .stock.price
  .in_stock {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  background-color: #f6f6f7;
  border-radius: 4px;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  .right_col
  .stock.price
  .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .right_col
  .stock.price
  .price
  .amount {
  font-weight: 600;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .notice {
  max-width: 295px;
  margin-bottom: 1.5rem;
}
#pk_flex_content .flex_layout.product_detail_hero .right_col .notice > p {
  font-size: 14px;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .right_col
  .notice
  :not(strong) {
  font-weight: 300;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  .right_col
  .notice
  > :last-child {
  margin-bottom: 0;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .form_group {
  margin-bottom: 1.5rem;
}
#pk_flex_content .flex_layout.product_detail_hero #configurator .label_wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .repeater {
  display: flex;
  gap: 0.5rem;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater:not(:last-child) {
  margin-bottom: 0.5rem;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  .length_wrapper {
  position: relative;
  flex: 1;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  .length_wrapper::after {
  content: 'mm';
  position: absolute;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #f6f6f7;
  padding: 0.5rem 0.875rem;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  height: calc(100% - 1rem);
  top: 50%;
  translate: 0 -50%;
  right: 0.375rem;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  input.quantity {
  text-align: center;
  flex: 0;
  min-width: 66px;
  padding-inline: 0.5rem;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  input {
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 14px;
  line-height: 1.5;
  appearance: textfield;
  -moz-appearance: textfield;
  background-color: #fff;
  padding: 0.875rem 1.375rem;
  border-radius: 100px;
  border: 1px solid rgba(7, 36, 69, 0.08);
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  input::-webkit-outer-spin-button,
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  input:focus {
  border-color: rgba(7, 36, 69, 0.24);
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .repeater
  input::placeholder {
  transition: color 0.3s ease-in-out;
  color: rgba(7, 36, 69, 0.5);
  opacity: 1;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  button.add_to_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 0.375rem 0.625rem 0.375rem 2rem;
  background-color: #2e8ad4;
  border-radius: 100px;
  border: none;
  outline: none;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .price_wrapper {
  margin-bottom: 1.5rem;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .price_wrapper
  .price_wrap {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .price_wrapper
  .price_wrap
  .decimal {
  font-size: 22px;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .price_wrapper
  > span {
  display: block;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .reset_wrapper
  label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0;
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .reset_wrapper
  label
  svg {
  transform: rotate(0deg);
}
#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .reset_wrapper
  label:has(+ input.reset)
  svg {
  transition: transform 0.5s ease-in-out;
  transform: rotate(-360deg);
}

#pk_flex_content
  .flex_layout.product_detail_hero
  #configurator
  .reset_wrapper
  input {
  display: none;
}

@media screen and (min-width: 993px) {
  #pk_flex_content .flex_layout.product_detail_hero .left_col {
    width: calc(100% - 3.5rem - 412px);
  }
  #pk_flex_content .flex_layout.product_detail_hero .right_col {
    width: 412px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 992px) {
  #pk_flex_content .flex_layout.product_detail_hero .product_hero_container {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #pk_flex_content .flex_layout.product_detail_hero .left_col .product_gallery {
    flex-direction: column;
  }

  #pk_flex_content .flex_layout.product_detail_hero .right_col .col_inner {
    padding: 2rem 1.5rem;
  }
}
