.wk-product-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
  border-block: 1px solid var(--line);
}

.wk-product-highlights > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 18px 8px;
  text-align: center;
}

.wk-product-highlights > div + div,
.wk-card-highlights > span + span {
  border-left: 1px solid var(--line);
}

.wk-product-highlights i {
  height: 44px;
  color: var(--khaki);
  font-size: 41px;
  line-height: 44px;
}

.wk-product-highlights span,
.wk-card-highlights > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.wk-product-highlights small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wk-product-highlights strong {
  margin-top: 3px;
  font: 800 21px/1 var(--display);
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.wk-card-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 9px;
  padding: 10px 0;
  border-block: 1px solid var(--line);
}

.wk-card-highlights > span {
  text-align: center;
}

.wk-card-highlights i {
  height: 27px;
  color: var(--khaki);
  font-size: 24px;
  line-height: 27px;
}

.wk-card-highlights small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wk-card-highlights strong {
  max-width: 100%;
  font: 800 12px/1.1 var(--display);
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.products .product .price { margin-top: 4px !important; }
.single-product .quick-specs,
.wk-card-specs { display: none !important; }

.single-product .woocommerce-product-details__short-description {
  max-width: 590px;
  color: #4c5149;
  font-size: 15px;
  line-height: 1.72;
}

.wk-product-copy {
  color: #474c45;
  font-size: 15px;
  line-height: 1.78;
}

.wk-product-copy .wk-product-lede {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.55;
}

.wk-product-copy h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 29px;
}

.wk-product-copy p { margin: 0; }

.wk-product-copy-grid {
  display: grid;
  gap: 1px;
  margin: 28px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.wk-product-copy-grid article {
  min-width: 0;
  padding: 24px;
  background: #fff;
}

.wk-product-copy-grid article > span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font: 800 11px/1 var(--display);
  letter-spacing: .12em;
}

.wk-product-copy .wk-product-reality-check {
  margin-top: 32px;
  padding: 22px 24px;
  border-left: 4px solid var(--orange);
  background: #e7e4da;
}

.wk-product-copy .wk-product-reality-check strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font: 800 20px/1 var(--display);
  text-transform: uppercase;
}

.wk-product-information {
  grid-column: 1 / -1;
  width: min(calc(100% - 32px), 1080px);
  max-width: 1080px;
  margin-inline: auto;
  padding: 64px 0 32px;
}

.wk-product-information .section-heading { margin-bottom: 24px; }
.wk-product-information .section-heading h2 { font-size: clamp(38px, 6vw, 66px); }
.wk-product-accordion-list { border-top: 2px solid var(--ink); }

.wk-product-accordion {
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.wk-product-accordion summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px 4px;
  cursor: pointer;
  list-style: none;
}

.wk-product-accordion summary::-webkit-details-marker { display: none; }

.wk-product-accordion summary > i:first-child {
  color: var(--khaki);
  font-size: 31px;
  line-height: 1;
}

.wk-product-accordion summary strong {
  font: 800 clamp(22px, 4vw, 30px)/1 var(--display);
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.wk-product-accordion .wk-accordion-arrow {
  font-size: 19px;
  transition: transform .22s ease;
}

.wk-product-accordion[open] .wk-accordion-arrow { transform: rotate(180deg); }

.wk-product-accordion-content {
  width: 100%;
  padding: 4px 4px 32px;
  color: #474c45;
  line-height: 1.75;
}

.wk-product-accordion-content > :first-child { margin-top: 0; }
.wk-product-accordion-content a { color: var(--khaki-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.wk-product-accordion-content .wk-product-copy { font-size: inherit; }
.wk-product-accordion-content .wk-product-copy .wk-product-lede { font-size: clamp(17px, 2vw, 21px); }
.wk-product-faq h3,
.wk-shipping-returns h3 { margin: 28px 0 7px; font-size: 25px; }
.wk-product-faq h3:first-child,
.wk-shipping-returns h3:first-child { margin-top: 0; }
.wk-product-faq p,
.wk-shipping-returns p { margin: 0; }
.wk-product-accordion .spec-table { margin: 0; }

.single-product .wk-product-shell {
  width: 100%;
  max-width: none;
  padding: 0 0 82px;
}

.single-product .wk-product-shell > .woocommerce-notices-wrapper {
  width: min(calc(100% - 32px), var(--site));
  margin-inline: auto;
}

.single-product .wk-product-shell > .product {
  gap: 0;
  width: 100%;
}

.single-product .woocommerce-product-gallery {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #e5e2d9;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a { width: 100%; }

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  margin: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-product .summary.entry-summary {
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: clamp(28px, 5vw, 74px);
}

.single-product .woocommerce-product-gallery__trigger { display: none !important; }
.single-product .woocommerce-product-gallery__image a { cursor: zoom-in; }

.single-product .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(4px, .65vw, 8px);
  width: calc(100% - 16px);
  margin: 8px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.single-product .flex-control-thumbs li {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}
.single-product .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid transparent;
  opacity: .62;
  cursor: pointer;
  transition: opacity .2s, border-color .2s;
}
.single-product .flex-control-thumbs img.flex-active,
.single-product .flex-control-thumbs img:hover { border-color: var(--orange); opacity: 1; }

.single-product form.variations_form.cart { display: block; margin: 24px 0; }
.single-product table.variations { width: 100%; margin: 0 0 12px; border-collapse: separate; border-spacing: 0 10px; }
.single-product table.variations tr { display: grid; grid-template-columns: minmax(105px, .38fr) 1fr; align-items: center; gap: 12px; }
.single-product table.variations th,
.single-product table.variations td { padding: 0; text-align: left; }
.single-product table.variations label { font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.single-product table.variations select {
  min-height: 54px;
  border: 1px solid #c9cdc2;
  border-radius: 0;
  background-color: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}
.single-product .reset_variations { display: inline-block; margin-top: 7px; color: var(--khaki); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: underline; text-transform: uppercase; }
.single-product .single_variation_wrap { margin-top: 14px; }
.single-product .woocommerce-variation-price { margin-bottom: 12px; }
.single-product .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 8px; }
.single-product .woocommerce-variation-add-to-cart .quantity { margin: 0; }
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button { flex: 1; min-width: 210px; }

.single-product .related.products {
  grid-column: 1 / -1;
  width: min(calc(100% - 32px), var(--site));
  margin: 72px auto 0;
}

.wk-related-carousel {
  display: block !important;
  width: min(calc(100% - 32px), var(--site));
  min-width: 0;
  max-width: var(--site);
  overflow: hidden;
  padding-top: 34px !important;
  border-top: 2px solid var(--ink) !important;
}

.wk-related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.wk-related-heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
}

.wk-related-controls { display: flex; flex: 0 0 auto; gap: 7px; }

.wk-related-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, opacity .18s ease;
}

.wk-related-controls button:hover:not(:disabled) { border-color: var(--orange); color: var(--orange); }
.wk-related-controls button:disabled { opacity: .28; cursor: default; }
.wk-related-controls i { font-size: 22px; }
.wk-related-carousel.is-static .wk-related-controls { display: none; }
.wk-related-viewport { display: block; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }

.wk-related-carousel ul.products {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 0 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}

.wk-related-carousel ul.products::-webkit-scrollbar { display: none; }

.wk-related-carousel ul.products > li.product {
  display: flex;
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  flex-direction: column;
  scroll-snap-align: start;
}

.wk-related-carousel .woocommerce-LoopProduct-link {
  display: flex !important;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.wk-related-carousel img { -webkit-user-drag: none; user-select: none; }

.wk-related-carousel .woocommerce-loop-product__title { min-height: 2em; margin-top: 2px; }
.wk-related-carousel .price { margin-top: auto !important; padding-top: 8px; }
.wk-related-carousel .button { width: 100%; min-height: 44px; margin-top: 12px; }

@media (min-width: 760px) {
  .wk-product-highlights > div { padding: 22px 12px; }
  .wk-product-highlights i { height: 52px; font-size: 48px; line-height: 52px; }
  .wk-product-highlights strong { font-size: 25px; }
  .wk-card-highlights i { height: 31px; font-size: 28px; line-height: 31px; }
  .wk-card-highlights strong { font-size: 13px; }
  .wk-product-copy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-product-copy-grid article { padding: 30px; }
  .single-product .wk-product-shell > .product { grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr); }
}

@media (max-width: 759px) {
  .single-product .wk-product-shell { padding-bottom: 58px; }
  .single-product .summary.entry-summary { max-width: none; padding: 28px 16px 40px; }
  .single-product .wk-product-information { width: calc(100% - 28px); padding-top: 48px; }
  .single-product .related.products { width: calc(100% - 28px); margin-top: 54px; }
  .wk-related-carousel { width: calc(100% - 28px); max-width: calc(100% - 28px); overflow: hidden; padding-top: 25px !important; }
  .wk-related-heading { align-items: center; margin-bottom: 18px; }
  .wk-related-heading h2 { font-size: 38px; }
  .wk-related-controls button { width: 42px; height: 42px; }
  .wk-related-viewport { width: 100%; max-width: 100%; overflow: hidden; }
  .wk-related-carousel ul.products { gap: 12px !important; padding-right: 15%; }
  .wk-related-carousel ul.products > li.product { flex-basis: min(82%, 310px); }
  .wk-related-carousel .woocommerce-loop-product__title { min-height: 0; font-size: 22px; }
  .single-product .flex-control-thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; width: calc(100% - 12px); margin: 6px; }
  .single-product table.variations tr { grid-template-columns: 1fr; gap: 5px; }
  .single-product table.variations select { min-height: 52px; font-size: 16px; }
}

@media (max-width: 420px) {
  .wk-product-highlights > div { padding-inline: 5px; }
  .wk-product-highlights i { height: 39px; font-size: 36px; line-height: 39px; }
  .wk-product-highlights strong { font-size: 18px; }
  .wk-card-highlights { margin-inline: -3px; }
  .wk-card-highlights i { height: 24px; font-size: 21px; line-height: 24px; }
  .wk-card-highlights strong { font-size: 11px; }
  .wk-product-accordion summary { grid-template-columns: 36px minmax(0, 1fr) 20px; gap: 8px; }
  .wk-product-accordion summary > i:first-child { font-size: 27px; }
}
