/* ve vatičce — Háčkovací pomocníci */

body.vv-crochet-helpers-page,
body.vv-crochet-helpers-page #wrap,
body.vv-crochet-helpers-page #wrapper,
body.vv-crochet-helpers-page .overall-wrapper,
body.vv-crochet-helpers-page #content-wrapper,
body.vv-crochet-helpers-page .content-wrapper,
body.vv-crochet-helpers-page .content-wrapper-in,
body.vv-crochet-helpers-page .content-in,
body.vv-crochet-helpers-page #content,
body.vv-crochet-helpers-page .content,
body.vv-crochet-helpers-page .content-inner {
  background: #edc7bf !important;
}

body.vv-crochet-helpers-page {
  overflow-x: hidden !important;
}

body.vv-crochet-helpers-page .breadcrumbs,
body.vv-crochet-helpers-page .pageArticleDetail > header,
body.vv-crochet-helpers-page .pageArticleDetail > h1,
body.vv-crochet-helpers-page .pageArticleDetail > .h1 {
  display: none !important;
}

body.vv-crochet-helpers-page #content-wrapper,
body.vv-crochet-helpers-page .content-wrapper,
body.vv-crochet-helpers-page .content-wrapper-in,
body.vv-crochet-helpers-page .content-in,
body.vv-crochet-helpers-page #content,
body.vv-crochet-helpers-page .content,
body.vv-crochet-helpers-page .pageArticleDetail,
body.vv-crochet-helpers-page .content-inner,
body.vv-crochet-helpers-page .content-inner-in,
html body.vv-crochet-helpers-page main#content .content-inner > article.pageArticleDetail {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.vv-crochet-helpers-page main#content.content {
  padding-top: 0 !important;
}

.vv-crochet-helpers,
.vv-crochet-helpers * {
  box-sizing: border-box;
}

.vv-crochet-helpers {
  --vv-rose: #edc7bf;
  --vv-rose-strong: #d96d70;
  --vv-red: #b82029;
  --vv-cream: #fbf2eb;
  --vv-cream-deep: #f3e4da;
  --vv-paper: #f8ede5;
  --vv-text: #404041;
  --vv-muted: #6b6563;
  --vv-line: rgba(121, 76, 68, 0.16);
  width: 100%;
  padding: clamp(30px, 4vw, 58px) 0 clamp(68px, 8vw, 112px);
  color: var(--vv-text);
  font-family: var(--template-font, "Nunito"), "Nunito", sans-serif;
  overflow: clip;
}

.vv-crochet-helpers__loading {
  min-height: 240px;
  margin: 0;
  padding: 80px 24px;
  color: #5b5554;
  text-align: center;
}

.vv-crochet-helpers button,
.vv-crochet-helpers a {
  font-family: inherit;
}

.vv-crochet-helpers__hero,
.vv-crochet-helpers__worktable,
.vv-crochet-helpers__final {
  width: min(1142px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.vv-crochet-helpers__hero {
  min-height: 350px;
  padding: clamp(50px, 6.5vw, 82px) clamp(24px, 7vw, 92px) 48px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.82), transparent 35%),
    radial-gradient(circle at 86% 98%, rgba(237, 199, 191, 0.46), transparent 35%),
    var(--vv-cream);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 42px;
  box-shadow: 0 22px 52px rgba(98, 54, 46, 0.1);
  position: relative;
  isolation: isolate;
}

.vv-crochet-helpers__hero::before,
.vv-crochet-helpers__hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.vv-crochet-helpers__hero::before {
  width: 138px;
  height: 10px;
  top: 33px;
  left: 50%;
  background: rgba(184, 32, 41, 0.12);
  transform: translateX(-50%) rotate(-2deg);
}

.vv-crochet-helpers__hero::after {
  width: 160px;
  height: 160px;
  right: -58px;
  bottom: -72px;
  border: 1px solid rgba(184, 32, 41, 0.12);
}

.vv-crochet-helpers__eyebrow,
.vv-crochet-helpers__kicker,
.vv-helper-detail__eyebrow {
  margin: 0 0 14px;
  color: var(--vv-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.vv-crochet-helpers__hero h1 {
  max-width: 800px;
  margin: 0 auto;
  color: var(--vv-text);
  font-size: clamp(43px, 5.8vw, 72px);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.vv-crochet-helpers__lead {
  max-width: 700px;
  margin: 25px auto 0;
  color: #555051;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.vv-crochet-helpers__answer {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px auto 0;
}

.vv-crochet-helpers__answer span {
  max-width: 430px;
  padding: 10px 16px;
  color: #585253;
  font-size: 14px;
  line-height: 1.45;
  background: rgba(237, 199, 191, 0.38);
  border: 1px solid rgba(184, 32, 41, 0.09);
  border-radius: 999px;
}

.vv-crochet-helpers__answer b {
  color: var(--vv-text);
  font-weight: 750;
}

.vv-crochet-helpers__worktable {
  margin-top: 34px;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 50px) clamp(48px, 6vw, 76px);
  background:
    radial-gradient(circle at 13% 21%, rgba(224, 151, 141, 0.11) 0 2px, transparent 3px),
    radial-gradient(circle at 87% 66%, rgba(143, 104, 82, 0.08) 0 1px, transparent 2px),
    repeating-linear-gradient(8deg, rgba(122, 83, 69, 0.018) 0 1px, transparent 1px 8px),
    var(--vv-paper);
  background-size: 72px 72px, 54px 54px, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 42px;
  box-shadow: 0 24px 58px rgba(98, 54, 46, 0.1);
}

.vv-crochet-helpers__intro {
  max-width: 760px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}

.vv-crochet-helpers__intro p:last-child {
  margin: 0;
  color: var(--vv-muted);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 500;
  line-height: 1.55;
}

.vv-helper-world + .vv-helper-world {
  margin-top: 56px;
  padding-top: 58px;
  border-top: 1px solid var(--vv-line);
}

.vv-helper-world__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 10px 22px;
}

.vv-helper-world__number {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--vv-red);
  font-size: 18px;
  font-weight: 800;
  background: rgba(237, 199, 191, 0.44);
  border: 1px solid rgba(184, 32, 41, 0.12);
  border-radius: 50%;
}

.vv-helper-world__heading h2 {
  margin: 0;
  color: var(--vv-text);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.vv-helper-world__heading p {
  max-width: 640px;
  margin: 7px 0 0;
  color: var(--vv-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.vv-helper-world__canvas {
  height: 650px;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 94%, rgba(139, 88, 73, 0.08), transparent 52%),
    rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
}

.vv-helper-world--nice .vv-helper-world__canvas {
  height: 900px;
}

.vv-helper-world__canvas::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(121, 76, 68, 0.09);
  border-radius: 25px;
  pointer-events: none;
}

.vv-helper-item {
  width: var(--vv-item-width);
  margin: 0;
  position: absolute;
  top: var(--vv-item-y);
  left: var(--vv-item-x);
  z-index: 1;
  transform: rotate(var(--vv-item-rotate));
  transform-origin: center;
  transition: transform 220ms ease, z-index 0s linear 220ms;
  animation: vv-helper-arrive 520ms both;
  animation-delay: var(--vv-item-delay);
}

.vv-helper-item:hover,
.vv-helper-item:focus-within,
.vv-helper-item.is-active {
  z-index: 4;
  transform: translateY(-5px) rotate(var(--vv-item-rotate)) scale(1.025);
  transition-delay: 0s;
}

@keyframes vv-helper-arrive {
  from { opacity: 0; transform: translateY(12px) rotate(var(--vv-item-rotate)); }
  to { opacity: 1; transform: translateY(0) rotate(var(--vv-item-rotate)); }
}

.vv-helper-item__trigger {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
}

.vv-helper-item__trigger:focus-visible {
  outline: 3px solid rgba(184, 32, 41, 0.44);
  outline-offset: 6px;
  border-radius: 26px;
}

.vv-helper-item__media {
  display: grid;
  width: 100%;
  aspect-ratio: 1.28;
  place-items: center;
  padding: 8px;
  position: relative;
}

.vv-helper-item__media::after {
  content: "";
  width: 67%;
  height: 13%;
  position: absolute;
  right: 15%;
  bottom: 3%;
  z-index: -1;
  background: rgba(79, 47, 39, 0.2);
  border-radius: 50%;
  filter: blur(13px);
  transform: rotate(-2deg);
}

.vv-helper-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.94) contrast(0.98) drop-shadow(0 13px 10px rgba(72, 43, 35, 0.2));
  -webkit-mask-image: radial-gradient(ellipse 66% 58% at 50% 50%, #000 55%, rgba(0, 0, 0, 0.92) 67%, transparent 88%);
  mask-image: radial-gradient(ellipse 66% 58% at 50% 50%, #000 55%, rgba(0, 0, 0, 0.92) 67%, transparent 88%);
  transition: filter 220ms ease;
}

.vv-helper-item:hover .vv-helper-item__image,
.vv-helper-item.is-active .vv-helper-item__image {
  filter: saturate(0.98) contrast(1) drop-shadow(0 17px 13px rgba(72, 43, 35, 0.25));
}

.vv-helper-item__label {
  display: grid;
  min-height: 84px;
  padding: 14px 48px 13px 18px;
  position: relative;
  align-content: center;
  background: rgba(255, 250, 245, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 21px;
  box-shadow: 0 14px 25px rgba(98, 54, 46, 0.11);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vv-helper-item.is-active .vv-helper-item__label {
  background: rgba(255, 248, 241, 0.96);
  border-color: rgba(184, 32, 41, 0.28);
  box-shadow: 0 17px 31px rgba(98, 54, 46, 0.16);
}

.vv-helper-item__name {
  color: var(--vv-text);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.vv-helper-item__short {
  margin-top: 5px;
  color: var(--vv-muted);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.3;
}

.vv-helper-item__plus {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 12px;
  background: var(--vv-rose);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 220ms ease;
}

.vv-helper-item__plus::before,
.vv-helper-item__plus::after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 9px;
  background: var(--vv-text);
  border-radius: 2px;
}

.vv-helper-item__plus::after {
  transform: rotate(90deg);
}

.vv-helper-item.is-active .vv-helper-item__plus {
  background: var(--vv-red);
  transform: translateY(-50%) rotate(45deg);
}

.vv-helper-item.is-active .vv-helper-item__plus::before,
.vv-helper-item.is-active .vv-helper-item__plus::after {
  background: #fff;
}

.vv-helper-world__detail-slot {
  width: min(620px, calc(100% - 52px));
  min-height: 0;
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 7;
  pointer-events: none;
  transform: translateX(-50%);
}

.vv-helper-detail {
  width: 100%;
  min-height: 0;
  padding: 24px 27px 23px;
  position: relative;
  color: var(--vv-text);
  background: rgba(255, 250, 245, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(87, 49, 42, 0.2);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(10px) scale(0.985);
  transition: opacity 180ms ease, transform 220ms ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vv-helper-detail.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.vv-helper-detail[hidden] {
  display: none !important;
}

.vv-helper-detail__close {
  width: 38px;
  height: 38px;
  padding: 0;
  position: absolute;
  top: 17px;
  right: 17px;
  background: rgba(237, 199, 191, 0.6);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.vv-helper-detail__close span::before,
.vv-helper-detail__close span::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 18px;
  left: 12px;
  background: var(--vv-text);
  border-radius: 2px;
  transform: rotate(45deg);
}

.vv-helper-detail__close span::after {
  transform: rotate(-45deg);
}

.vv-helper-detail__close:hover {
  background: var(--vv-rose);
}

.vv-helper-detail__close:focus-visible,
.vv-helper-detail__cta:focus-visible,
.vv-crochet-helpers__final-links a:focus-visible {
  outline: 3px solid rgba(184, 32, 41, 0.4);
  outline-offset: 3px;
}

.vv-crochet-helpers .vv-helper-detail__eyebrow {
  margin-right: 48px;
  margin-bottom: 5px !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.vv-crochet-helpers .vv-helper-detail h3 {
  margin: 0 45px 9px 0 !important;
  color: var(--vv-text);
  font-size: clamp(24px, 2.2vw, 30px) !important;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1 !important;
}

.vv-crochet-helpers .vv-helper-detail__description {
  margin: 0 !important;
  color: #565151;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.48 !important;
}

.vv-crochet-helpers .vv-helper-detail ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

.vv-crochet-helpers .vv-helper-detail li {
  padding: 10px 11px 10px 27px;
  position: relative;
  color: #5c5655;
  font-size: 12px !important;
  font-weight: 550;
  line-height: 1.35 !important;
  background: rgba(237, 199, 191, 0.25);
  border-radius: 13px;
}

.vv-helper-detail li::before {
  content: "✓";
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--vv-red);
  font-weight: 800;
}

.vv-crochet-helpers .vv-helper-detail__note {
  margin: 12px 0 0 !important;
  padding: 12px 15px;
  color: #5b5150;
  font-size: 12.5px !important;
  font-style: italic;
  font-weight: 550;
  line-height: 1.4 !important;
  background: rgba(255, 255, 255, 0.58);
  border-left: 3px solid var(--vv-rose-strong);
  border-radius: 0 12px 12px 0;
}

.vv-crochet-helpers .vv-helper-detail__cta {
  display: inline-flex;
  min-height: 44px;
  margin-top: 14px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  background: var(--vv-red);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(184, 32, 41, 0.16);
  transition: transform 180ms ease, background 180ms ease;
}

.vv-helper-detail__cta:hover {
  color: #fff !important;
  background: #9f1821;
  transform: translateY(-2px);
}

/* Clearly isolated slots that can be replaced by transparent product assets later. */
.vv-helper-item__asset-slot {
  display: block;
  width: 72%;
  aspect-ratio: 1.25;
  position: relative;
  filter: drop-shadow(0 16px 11px rgba(72, 43, 35, 0.22));
}

.vv-helper-item__asset-slot--yarn-holder::before {
  content: "";
  position: absolute;
  inset: 5% 15% 4%;
  background: linear-gradient(145deg, #d78688, #b64e56);
  border: 8px solid #f3d3c8;
  border-radius: 48% 48% 42% 42%;
  box-shadow: inset 0 -13px 18px rgba(116, 37, 44, 0.16), inset 0 9px 15px rgba(255, 255, 255, 0.34);
}

.vv-helper-item__asset-slot--yarn-holder::after {
  content: "";
  width: 22%;
  aspect-ratio: 1;
  position: absolute;
  top: 34%;
  left: 39%;
  background: #f8e7df;
  border: 5px solid #874b4e;
  border-radius: 50%;
}

.vv-helper-item__asset-slot--yarn-holder span {
  width: 44%;
  height: 10%;
  position: absolute;
  top: 23%;
  left: 28%;
  z-index: 2;
  border-top: 3px solid rgba(255, 240, 230, 0.65);
  border-bottom: 3px solid rgba(107, 43, 48, 0.38);
  border-radius: 50%;
}

.vv-helper-item__asset-slot--tape-measure::before {
  content: "";
  width: 67%;
  aspect-ratio: 1;
  position: absolute;
  top: 5%;
  left: 7%;
  background: radial-gradient(circle at 50% 50%, #f6e8dc 0 17%, #d96d70 18% 22%, #f4c8af 23% 57%, #c85d62 58% 64%, #f5d8c6 65% 100%);
  border: 2px solid rgba(120, 64, 59, 0.19);
  border-radius: 50%;
}

.vv-helper-item__asset-slot--tape-measure::after {
  content: "";
  width: 58%;
  height: 24%;
  position: absolute;
  right: 0;
  bottom: 13%;
  background:
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(99, 61, 55, 0.46) 14px 16px),
    #f4c8af;
  border: 1px solid rgba(120, 64, 59, 0.22);
  border-radius: 4px 14px 14px 4px;
  transform: rotate(13deg);
}

.vv-helper-item__asset-slot--noses::before,
.vv-helper-item__asset-slot--noses::after,
.vv-helper-item__asset-slot--noses span {
  content: "";
  position: absolute;
  background: linear-gradient(145deg, #6a5351, #342b2b);
  box-shadow: inset 5px 6px 8px rgba(255, 255, 255, 0.15), 0 8px 12px rgba(62, 39, 36, 0.2);
}

.vv-helper-item__asset-slot--noses::before {
  width: 38%;
  aspect-ratio: 1.35;
  top: 13%;
  left: 8%;
  border-radius: 50% 50% 60% 60%;
  transform: rotate(-11deg);
}

.vv-helper-item__asset-slot--noses::after {
  width: 34%;
  aspect-ratio: 1.08;
  right: 6%;
  bottom: 9%;
  border-radius: 55% 55% 66% 66%;
  transform: rotate(9deg);
}

.vv-helper-item__asset-slot--noses span {
  width: 30%;
  aspect-ratio: 1.25;
  top: 42%;
  left: 36%;
  border-radius: 54% 54% 64% 64%;
}

.vv-crochet-helpers__final {
  margin-top: 34px;
  padding: clamp(45px, 6vw, 72px) clamp(24px, 6vw, 76px);
  text-align: center;
  background:
    radial-gradient(circle at 12% 105%, rgba(184, 32, 41, 0.13), transparent 32%),
    radial-gradient(circle at 92% -5%, rgba(255, 255, 255, 0.52), transparent 30%),
    var(--vv-cream-deep);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 42px;
  box-shadow: 0 22px 52px rgba(98, 54, 46, 0.1);
}

.vv-crochet-helpers__final-mark {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  background: var(--vv-red);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(184, 32, 41, 0.18);
}

.vv-crochet-helpers__final h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--vv-text);
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.vv-crochet-helpers__final > p:not(.vv-crochet-helpers__final-mark) {
  margin: 16px auto 0;
  color: var(--vv-muted);
  font-size: 17px;
  font-weight: 500;
}

.vv-crochet-helpers__final-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 27px;
}

.vv-crochet-helpers__final-links a {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 19px;
  align-items: center;
  gap: 9px;
  color: var(--vv-text) !important;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 10px 19px rgba(98, 54, 46, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.vv-crochet-helpers__final-links a:hover {
  color: var(--vv-red) !important;
  background: #fff;
  transform: translateY(-2px);
}

/* The global article skin uses !important typography. Keep this guide's type scale local. */
html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__loading {
  margin: 0 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__eyebrow,
html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__kicker {
  margin: 0 0 14px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__lead {
  margin: 25px auto 0 !important;
  font-family: inherit !important;
  font-size: clamp(17px, 1.7vw, 21px) !important;
  line-height: 1.55 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__intro p:last-child {
  margin: 0 !important;
  font-family: inherit !important;
  font-size: clamp(16px, 1.6vw, 19px) !important;
  line-height: 1.55 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-world__heading p {
  margin: 7px 0 0 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-detail__eyebrow {
  margin: 0 48px 5px 0 !important;
  font-family: inherit !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-detail__description {
  margin: 0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-detail li {
  margin: 0 !important;
  padding: 10px 11px 10px 27px !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-detail__note {
  margin: 12px 0 0 !important;
  font-family: inherit !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] a.vv-helper-detail__cta,
html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__final-links a {
  font-family: inherit !important;
  text-decoration: none !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__final-mark {
  margin: 0 auto 18px !important;
  font-family: inherit !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__final > p:not(.vv-crochet-helpers__final-mark) {
  margin: 16px auto 0 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1040px) {
  .vv-helper-world__canvas {
    height: 610px;
  }

.vv-helper-world--nice .vv-helper-world__canvas {
    height: 840px;
  }

  .vv-helper-item__label {
    min-height: 76px;
    padding-left: 14px;
  }

  .vv-helper-item__short {
    font-size: 12px;
  }

  .vv-helper-world__detail-slot {
    width: min(600px, calc(100% - 34px));
  }
}

@media (max-width: 767px) {
  .vv-crochet-helpers {
    padding: 22px 0 62px;
    overflow: hidden;
  }

  .vv-crochet-helpers__hero,
  .vv-crochet-helpers__worktable,
  .vv-crochet-helpers__final {
    border-radius: 29px;
  }

  .vv-crochet-helpers__hero {
    min-height: 0;
    padding: 50px 19px 30px;
  }

  .vv-crochet-helpers__hero::before {
    top: 24px;
    width: 105px;
  }

  .vv-crochet-helpers__hero::after {
    display: none;
  }

  .vv-crochet-helpers__eyebrow,
  .vv-crochet-helpers__kicker {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .vv-crochet-helpers__hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .vv-crochet-helpers__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .vv-crochet-helpers__answer {
    display: grid;
    gap: 7px;
    margin-top: 22px;
  }

  .vv-crochet-helpers__answer span {
    max-width: none;
    padding: 10px 12px;
    font-size: 12.5px;
    border-radius: 16px;
  }

  .vv-crochet-helpers__worktable {
    margin-top: 18px;
    padding: 34px 13px 42px;
  }

  .vv-crochet-helpers__intro {
    margin-bottom: 34px;
    padding: 0 7px;
  }

  .vv-crochet-helpers__intro p:last-child {
    font-size: 15px;
  }

  .vv-helper-world + .vv-helper-world {
    margin-top: 39px;
    padding-top: 42px;
  }

  .vv-helper-world__heading {
    align-items: flex-start;
    gap: 12px;
    margin: 0 5px 24px;
  }

  .vv-helper-world__number {
    flex-basis: 45px;
    width: 45px;
    height: 45px;
    font-size: 15px;
  }

  .vv-helper-world__heading h2 {
    padding-top: 3px;
    font-size: 24px;
  }

  .vv-helper-world__heading p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
  }

  .vv-helper-world__canvas,
  .vv-helper-world--nice .vv-helper-world__canvas {
    display: flex;
    width: 100%;
    height: auto;
    padding: 26px 9px 32px;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
    border-radius: 25px;
  }

  .vv-helper-world__canvas::before {
    inset: 10px;
    border-radius: 19px;
  }

  .vv-helper-item {
    width: min(82%, 300px);
    position: relative;
    top: auto;
    left: auto;
    align-self: flex-start;
    transform: translateX(var(--vv-mobile-shift)) rotate(var(--vv-item-rotate));
    animation-name: vv-helper-arrive-mobile;
  }

  .vv-helper-item:nth-of-type(even) {
    align-self: flex-end;
  }

  .vv-helper-item:hover,
  .vv-helper-item:focus-within,
  .vv-helper-item.is-active {
    transform: translateX(var(--vv-mobile-shift)) translateY(-3px) rotate(var(--vv-item-rotate)) scale(1.015);
  }

  @keyframes vv-helper-arrive-mobile {
    from { opacity: 0; transform: translateX(var(--vv-mobile-shift)) translateY(10px) rotate(var(--vv-item-rotate)); }
    to { opacity: 1; transform: translateX(var(--vv-mobile-shift)) translateY(0) rotate(var(--vv-item-rotate)); }
  }

  .vv-helper-item__media {
    aspect-ratio: 1.35;
  }

  .vv-helper-item__label {
    min-height: 76px;
    padding: 13px 46px 12px 15px;
    border-radius: 19px;
  }

  .vv-helper-item__name {
    font-size: 18px;
  }

  .vv-helper-item__short {
    font-size: 12.5px;
  }

  .vv-helper-world__detail-slot {
    display: none;
  }

  .vv-helper-detail {
    width: calc(100% - 8px);
    min-height: 0;
    margin: -8px auto 2px;
    padding: 25px 18px 21px;
    order: 0;
    border-radius: 23px;
  }

  .vv-helper-detail__close {
    top: 12px;
    right: 12px;
  }

  .vv-crochet-helpers .vv-helper-detail h3 {
    margin-right: 38px;
    font-size: 27px;
  }

  .vv-crochet-helpers .vv-helper-detail__description {
    font-size: 14px;
  }

  .vv-crochet-helpers .vv-helper-detail ul {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 15px;
  }

  .vv-crochet-helpers .vv-helper-detail li {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12.5px;
  }

  .vv-helper-detail__cta {
    width: 100%;
    margin-top: 15px;
  }

  .vv-crochet-helpers__final {
    margin-top: 18px;
    padding: 43px 18px;
  }

  .vv-crochet-helpers__final h2 {
    font-size: clamp(30px, 9.5vw, 40px);
  }

  .vv-crochet-helpers__final > p:not(.vv-crochet-helpers__final-mark) {
    font-size: 15px;
  }

  .vv-crochet-helpers__final-links {
    display: grid;
    gap: 8px;
  }

  .vv-crochet-helpers__final-links a {
    justify-content: center;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__eyebrow,
  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__kicker {
    font-size: 11px !important;
    letter-spacing: 0.13em !important;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__lead {
    margin-top: 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__intro p:last-child {
    font-size: 15px !important;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-world__heading p {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-detail__description {
    font-size: 14px !important;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-helper-detail li {
    padding: 9px 11px 9px 27px !important;
    font-size: 12.5px !important;
  }

  html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__final > p:not(.vv-crochet-helpers__final-mark) {
    font-size: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vv-crochet-helpers *,
  .vv-crochet-helpers *::before,
  .vv-crochet-helpers *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* One continuous photographed worktable for both helper groups. */
.vv-crochet-helpers__hero::before {
  content: none;
}

.vv-crochet-helpers__eyebrow {
  color: #a03830;
}

html body.vv-crochet-helpers-page .pageArticleDetail > div[itemprop="about"] .vv-crochet-helpers__eyebrow {
  color: #a03830 !important;
}

.vv-crochet-helpers__hero h1 {
  font-size: clamp(38px, 3.96vw, 58px);
}

.vv-crochet-helpers__hero {
  min-height: 0;
  padding-top: clamp(48px, 5.4vw, 72px);
  padding-bottom: clamp(46px, 5vw, 68px);
}

.vv-crochet-helpers__worktable {
  padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 50px) clamp(28px, 4vw, 50px);
}

.vv-helper-scene {
  width: 100%;
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
  background: #f4e7da url("/user/documents/upload/kody/vv-crochet-helpers-bg.png") center center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  box-shadow: 0 20px 48px rgba(91, 66, 60, 0.12);
  isolation: isolate;
}

.vv-helper-scene .vv-helper-world {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
}

.vv-helper-scene .vv-helper-world--basic {
  top: 0;
}

.vv-helper-scene .vv-helper-world--nice {
  top: 50%;
}

.vv-helper-scene .vv-helper-world + .vv-helper-world {
  margin: 0;
  padding: 0;
  border: 0;
}

.vv-helper-scene .vv-helper-world__heading {
  width: 41%;
  margin: 0;
  padding: 18px 21px;
  position: absolute;
  z-index: 5;
  align-items: center;
  gap: 13px;
  background: rgba(255, 250, 240, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(75, 55, 49, 0.11);
  -webkit-backdrop-filter: blur(9px) saturate(0.9);
  backdrop-filter: blur(9px) saturate(0.9);
}

.vv-helper-scene .vv-helper-world--basic .vv-helper-world__heading {
  top: 5%;
  left: 4%;
}

.vv-helper-scene .vv-helper-world--nice .vv-helper-world__heading {
  top: 5%;
  right: 4%;
}

.vv-helper-scene .vv-helper-world__number {
  flex-basis: 46px;
  width: 46px;
  height: 46px;
  font-size: 15px;
  background: rgba(237, 199, 191, 0.64);
}

.vv-helper-scene .vv-helper-world__heading h2 {
  font-size: clamp(22px, 2.4vw, 31px);
}

.vv-helper-scene .vv-helper-world__heading p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.38;
}

.vv-helper-scene .vv-helper-world__canvas,
.vv-helper-scene .vv-helper-world--nice .vv-helper-world__canvas {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.vv-helper-scene .vv-helper-world__canvas::before {
  content: none;
}

.vv-helper-scene .vv-helper-item {
  width: 27%;
  transform: none;
  animation: none;
}

.vv-helper-scene .vv-helper-item:hover,
.vv-helper-scene .vv-helper-item:focus-within,
.vv-helper-scene .vv-helper-item.is-active {
  transform: translateY(-4px) scale(1.018);
}

.vv-helper-scene .vv-helper-item__media {
  display: none;
}

.vv-helper-scene .vv-helper-item__label {
  min-height: 78px;
  padding: 13px 44px 12px 16px;
  background: rgba(255, 250, 240, 0.79);
  border-color: rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  box-shadow: 0 15px 34px rgba(75, 55, 49, 0.12);
  -webkit-backdrop-filter: blur(9px) saturate(0.9);
  backdrop-filter: blur(9px) saturate(0.9);
}

.vv-helper-scene [data-vv-helper-item="scissors"] { top: 24%; left: 68%; width: 28%; }
.vv-helper-scene [data-vv-helper-item="markers"] { top: 8%; left: 48%; width: 25%; }
.vv-helper-scene [data-vv-helper-item="needle"] { top: 55%; left: 7%; width: 28%; }
.vv-helper-scene [data-vv-helper-item="filling"] { top: 63%; left: 67%; width: 29%; }

.vv-helper-scene [data-vv-helper-item="counter"] { top: 23%; left: 3%; width: 25%; }
.vv-helper-scene [data-vv-helper-item="yarn-holder"] { top: 23%; left: 71%; width: 26%; }
.vv-helper-scene [data-vv-helper-item="tape-measure"] { top: 35%; left: 35%; width: 28%; }
.vv-helper-scene [data-vv-helper-item="eyes"] { top: 56%; left: 12%; width: 27%; }
.vv-helper-scene [data-vv-helper-item="noses"] { top: 60%; left: 60%; width: 25%; }
.vv-helper-scene [data-vv-helper-item="project-accessories"] { top: 78%; left: 34%; width: 31%; }

.vv-helper-scene .vv-helper-world__detail-slot {
  bottom: 3%;
}

@media (max-width: 767px) {
  .vv-crochet-helpers__hero {
    padding: 42px 19px 38px;
  }

  .vv-crochet-helpers__hero h1 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .vv-crochet-helpers__worktable {
    padding: 32px 10px 12px;
  }

  .vv-helper-scene {
    aspect-ratio: 2 / 3;
    border-radius: 24px;
  }

  .vv-helper-scene .vv-helper-world__heading {
    width: 55%;
    padding: 9px 10px;
    gap: 7px;
    border-radius: 14px;
  }

  .vv-helper-scene .vv-helper-world--basic .vv-helper-world__heading {
    top: 2.5%;
    left: 3%;
  }

  .vv-helper-scene .vv-helper-world--nice .vv-helper-world__heading {
    top: 2.5%;
    right: 3%;
  }

  .vv-helper-scene .vv-helper-world__number {
    display: none;
  }

  .vv-helper-scene .vv-helper-world__heading h2 {
    padding: 0;
    font-size: 15px;
  }

  .vv-helper-scene .vv-helper-world__heading p {
    display: none;
  }

  .vv-helper-scene .vv-helper-item,
  .vv-helper-scene .vv-helper-item:nth-of-type(even) {
    width: 39%;
    position: absolute;
    align-self: auto;
    transform: none;
    animation: none;
  }

  .vv-helper-scene .vv-helper-item:hover,
  .vv-helper-scene .vv-helper-item:focus-within,
  .vv-helper-scene .vv-helper-item.is-active {
    transform: translateY(-2px) scale(1.01);
  }

  .vv-helper-scene .vv-helper-item__label {
    min-height: 42px;
    padding: 7px 28px 7px 9px;
    border-radius: 11px;
    box-shadow: 0 8px 18px rgba(75, 55, 49, 0.12);
  }

  .vv-helper-scene .vv-helper-item__name {
    font-size: 11px;
    line-height: 1.12;
  }

  .vv-helper-scene .vv-helper-item__short {
    display: none;
  }

  .vv-helper-scene .vv-helper-item__plus {
    width: 20px;
    height: 20px;
    right: 5px;
  }

  .vv-helper-scene .vv-helper-item__plus::before,
  .vv-helper-scene .vv-helper-item__plus::after {
    width: 8px;
    height: 1.5px;
    top: 9px;
    left: 6px;
  }

  .vv-helper-scene [data-vv-helper-item="scissors"] { top: 25%; left: 59%; width: 38%; }
  .vv-helper-scene [data-vv-helper-item="markers"] { top: 11%; left: 48%; width: 38%; }
  .vv-helper-scene [data-vv-helper-item="needle"] { top: 60%; left: 3%; width: 38%; }
  .vv-helper-scene [data-vv-helper-item="filling"] { top: 69%; left: 60%; width: 37%; }

  .vv-helper-scene [data-vv-helper-item="counter"] { top: 24%; left: 3%; width: 37%; }
  .vv-helper-scene [data-vv-helper-item="yarn-holder"] { top: 22%; left: 60%; width: 37%; }
  .vv-helper-scene [data-vv-helper-item="tape-measure"] { top: 38%; left: 34%; width: 39%; }
  .vv-helper-scene [data-vv-helper-item="eyes"] { top: 57%; left: 3%; width: 38%; }
  .vv-helper-scene [data-vv-helper-item="noses"] { top: 61%; left: 59%; width: 38%; }
  .vv-helper-scene [data-vv-helper-item="project-accessories"] { top: 79%; left: 30%; width: 44%; }

  .vv-helper-scene .vv-helper-detail {
    width: 94%;
    max-height: 88%;
    margin: 0;
    padding: 19px 15px 17px;
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 9;
    overflow: auto;
    border-radius: 19px;
  }
}
