/* Configurateur pull sur mesure PELOT. Variables : custom-knitwear.css. */

.pelot-custom-knitwear,
.pelot-custom-knitwear * {
    box-sizing: border-box;
}

.pelot-custom-knitwear {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding: clamp(28px, 4vw, 64px) clamp(16px, 3vw, 40px) 0;
    color: var(--pelot-ink);
    font-family: inherit;
}

.pelot-custom-knitwear [hidden] {
    display: none !important;
}

.pelot-custom-knitwear button,
.pelot-custom-knitwear input {
    font: inherit;
}

.pelot-custom-knitwear__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(470px, .84fr);
    gap: clamp(24px, 3.5vw, 54px);
    align-items: start;
}

.pelot-custom-knitwear__presentation {
    min-width: 0;
}

.pelot-custom-knitwear__copy {
    max-width: 690px;
    margin-bottom: 24px;
}

.pelot-custom-knitwear__eyebrow {
    margin: 0 0 12px;
    color: var(--pelot-navy);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pelot-custom-knitwear__copy h1 {
    margin: 0 0 16px;
    color: var(--pelot-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4.2vw, 4.4rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
}

.pelot-custom-knitwear__copy > p:last-child {
    max-width: 560px;
    margin: 0;
    color: #35445a;
    font-size: clamp(.94rem, 1.25vw, 1.08rem);
    line-height: 1.65;
}

.pelot-custom-knitwear__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    min-height: 440px;
    border-radius: var(--pelot-radius);
    background: #e9edf1;
    box-shadow: 0 24px 70px rgba(7, 29, 56, .12);
}

.pelot-custom-knitwear__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pelot-custom-knitwear__media-caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: var(--pelot-radius-sm);
    background: rgba(3, 26, 53, .82);
    color: #fff;
    backdrop-filter: blur(8px);
}

.pelot-custom-knitwear__media-caption strong {
    font-size: 1rem;
}

.pelot-custom-knitwear__media-caption span {
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    line-height: 1.4;
}

.pelot-custom-knitwear__preview {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid var(--pelot-line);
    border-radius: var(--pelot-radius);
    background: #fff;
}

.pelot-custom-knitwear__preview-measures {
    display: flex;
    gap: 7px;
}

.pelot-custom-knitwear__preview-measures img {
    width: 58px;
    height: 48px;
    border-radius: var(--pelot-radius-sm);
    object-fit: cover;
}

.pelot-custom-knitwear__preview > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pelot-custom-knitwear__preview span {
    color: var(--pelot-muted);
    font-size: .72rem;
}

.pelot-custom-knitwear__preview strong {
    color: var(--pelot-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
}

.pelot-custom-knitwear__preview small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #46556a;
}

.pelot-custom-knitwear__preview small i {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--pelot-navy-dark);
}

.pelot-custom-knitwear__card {
    --pelot-step-divider-gap: 10px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    border: 1px solid var(--pelot-line);
    border-radius: var(--pelot-radius);
    background: var(--pelot-white);
    box-shadow: 0 20px 65px rgba(7, 29, 56, .09);
    flex-direction: column;
}

.pelot-custom-knitwear__steps {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    min-height: 0;
}

.pelot-custom-knitwear__stepper {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 8px 16px 6px;
    border-bottom: 1px solid #edf0f2;
    background: #fff;
    list-style: none;
}

.pelot-custom-knitwear__stepper li {
    position: relative;
    min-width: 0;
}

.pelot-custom-knitwear__stepper li:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 16px;
    left: calc(50% + 22px);
    width: calc(100% - 44px);
    height: 1px;
    background: #dfe3e7;
}

.pelot-custom-knitwear__stepper button {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    background-color: transparent;
    box-shadow: none;
    color: #9aa1aa;
    -webkit-text-fill-color: currentColor;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
    transition: color .18s ease;
}

.pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:hover,
.pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:focus,
.pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:active,
.pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:disabled,
.pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:disabled:hover,
.pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:disabled:focus {
    height: auto;
    padding: 0 2px;
    border: 0;
    border-color: transparent;
    background: transparent;
    background-color: transparent;
    box-shadow: none;
    color: inherit;
    -webkit-text-fill-color: currentColor;
    outline: none;
}

.pelot-custom-knitwear__stepper button:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.pelot-custom-knitwear__stepper button > span {
    position: relative;
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    color: inherit;
    place-items: center;
    font-size: 0;
    font-weight: 800;
    line-height: 1;
    transition: transform .18s ease;
}

.pelot-custom-knitwear__stepper button > span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: center / 32px 32px no-repeat url("../images/avancement-progress.png");
}

.pelot-custom-knitwear__stepper button > span::after {
    content: attr(data-pelot-step-number);
    position: absolute;
    z-index: 1;
    inset: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    font-size: .82rem;
    line-height: 1;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.pelot-custom-knitwear__stepper button small {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding-inline: 5px;
    background: #fff;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.pelot-custom-knitwear__stepper button.is-current,
.pelot-custom-knitwear__stepper button.is-complete {
    color: var(--pelot-ink);
}

.pelot-custom-knitwear__stepper button.is-current > span {
    color: #fff;
}

.pelot-custom-knitwear__stepper button.is-current > span::before {
    background-image: url("../images/avancement-ink.png");
}

.pelot-custom-knitwear__stepper button.is-complete > span::before {
    background-image: url("../images/avancement-ok-ink.png");
}

.pelot-custom-knitwear__stepper button.is-complete > span::after {
    content: none;
}

.pelot-custom-knitwear__step {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: var(--pelot-step-divider-gap) 22px 10px;
    box-sizing: border-box;
}

.pelot-custom-knitwear__step header {
    margin-bottom: 6px;
}

.pelot-custom-knitwear__step h2,
.pelot-custom-knitwear__step h3,
.pelot-custom-knitwear__step-title {
    margin: 0 0 7px;
    color: var(--pelot-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.2;
}

.pelot-custom-knitwear__step h2,
.pelot-custom-knitwear__step-title {
    font-size: 1.05rem;
}

.pelot-custom-knitwear__step h3 {
    margin-top: 24px;
    font-size: 1.2rem;
}

.pelot-custom-knitwear__step header p:not(.pelot-custom-knitwear__step-title) {
    margin: 0;
    color: var(--pelot-muted);
    font-size: .84rem;
    line-height: 1.45;
}

.pelot-custom-knitwear__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.pelot-custom-knitwear__choice-field {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 4px;
    padding: 0;
    border: 0;
}

.pelot-custom-knitwear__choice-field legend {
    margin-bottom: 8px;
    color: #35445a;
    font-size: .8rem;
    font-weight: 800;
}

.pelot-custom-knitwear__step-subheader {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.pelot-custom-knitwear__step-subheader h2,
.pelot-custom-knitwear__step-subheader .pelot-custom-knitwear__step-title {
    margin: 0;
}

.pelot-custom-knitwear__step-subheader p {
    margin: 0;
    text-align: right;
}

.pelot-custom-knitwear__gender-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--pelot-line);
    border-radius: var(--pelot-radius-sm);
    background: #fff;
}

.pelot-custom-knitwear__choice:first-child > span {
    border-right: 1px solid var(--pelot-line);
}

.pelot-custom-knitwear__choice,
.pelot-custom-knitwear__style-card,
.pelot-custom-knitwear__material-card,
.pelot-custom-knitwear__color {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.pelot-custom-knitwear__choice input,
.pelot-custom-knitwear__style-card input,
.pelot-custom-knitwear__material-card input,
.pelot-custom-knitwear__color input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pelot-custom-knitwear__choice > span {
    display: flex;
    min-width: 0;
    min-height: 36px;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #35445a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.pelot-custom-knitwear__gender-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: currentColor;
    -webkit-mask: center / contain no-repeat;
    mask: center / contain no-repeat;
}

.pelot-custom-knitwear__gender-icon--homme {
    -webkit-mask-image: url("../images/gender-homme.png");
    mask-image: url("../images/gender-homme.png");
}

.pelot-custom-knitwear__gender-icon--femme {
    -webkit-mask-image: url("../images/gender-femme.png");
    mask-image: url("../images/gender-femme.png");
}

.pelot-custom-knitwear__choice input:checked + span,
.pelot-custom-knitwear__choice input:focus-visible + span {
    border-color: transparent;
    box-shadow: inset 0 0 0 1px var(--pelot-navy);
    background: #f4f7fb;
    color: var(--pelot-navy);
}

.pelot-custom-knitwear__measure-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
    gap: 12px;
}

.pelot-custom-knitwear__measure-field {
    display: block;
    min-width: 0;
    padding: 10px 12px 9px;
    border: 1px solid #e7eaed;
    border-radius: var(--pelot-radius-sm);
    background: #fbfcfc;
    cursor: text;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.pelot-custom-knitwear__measure-field:focus-within {
    border-color: var(--pelot-navy);
    box-shadow: 0 0 0 2px rgba(6, 37, 74, .08);
}

.pelot-custom-knitwear__measure-field > span {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    min-width: 0;
    margin-bottom: 6px;
    color: #46556a;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    font-weight: 700;
}

.pelot-custom-knitwear__measure-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.pelot-custom-knitwear__measure-icon--bust-height {
    -webkit-mask-image: url("../images/measure-icon-bust-height.png");
    mask-image: url("../images/measure-icon-bust-height.png");
}

.pelot-custom-knitwear__measure-icon--arm {
    -webkit-mask-image: url("../images/measure-icon-arm.png");
    mask-image: url("../images/measure-icon-arm.png");
}

.pelot-custom-knitwear__measure-icon--chest {
    -webkit-mask-image: url("../images/measure-icon-chest.png");
    mask-image: url("../images/measure-icon-chest.png");
}

.pelot-custom-knitwear__measure-icon--height {
    -webkit-mask-image: url("../images/measure-icon-height.png");
    mask-image: url("../images/measure-icon-height.png");
}

.pelot-custom-knitwear__measure-icon--weight {
    -webkit-mask-image: url("../images/measure-icon-weight.png");
    mask-image: url("../images/measure-icon-weight.png");
}

.pelot-custom-knitwear__measure-field input {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #edf0f2;
    border-radius: var(--pelot-radius-sm);
    outline: 0;
    background: #fff;
    color: var(--pelot-ink);
    font-size: .9rem;
}

.pelot-custom-knitwear__measure-field input::placeholder {
    color: #a0a7af;
}

.pelot-custom-knitwear__style-options,
.pelot-custom-knitwear__material-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pelot-custom-knitwear__style-card {
    display: flex;
    min-height: 0;
    padding: 10px 12px 12px;
    border: 1px solid var(--pelot-line);
    border-radius: var(--pelot-radius);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.pelot-custom-knitwear__style-card:has(input:checked) {
    border-color: var(--pelot-navy);
    box-shadow: inset 0 0 0 1px var(--pelot-navy);
}

.pelot-custom-knitwear__style-card:has(input:checked)::after,
.pelot-custom-knitwear__material-card:has(input:checked)::after {
    content: "✓";
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--pelot-navy);
    color: #fff;
    place-items: center;
    font-size: .75rem;
}

.pelot-custom-knitwear__sweater-shape {
    display: block;
    width: 100%;
    height: 108px;
    margin-bottom: 2px;
}

.pelot-custom-knitwear__style-model-viewer {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    --poster-color: transparent;
    --progress-bar-color: transparent;
    --progress-bar-height: 0;
}

.pelot-custom-knitwear__sweater-shape svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 10px rgba(3, 26, 53, .15));
}

.pelot-custom-knitwear__sweater-shape path {
    fill: #071d3a;
}

.pelot-custom-knitwear__style-card strong,
.pelot-custom-knitwear__material-card strong {
    color: var(--pelot-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .98rem;
    font-weight: 500;
}

.pelot-custom-knitwear__style-card small,
.pelot-custom-knitwear__material-card small {
    margin-top: 5px;
    color: var(--pelot-muted);
    font-size: .75rem;
}

.pelot-custom-knitwear .is-disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
}

.pelot-custom-knitwear__style-card.is-disabled::before {
    content: "Prochainement";
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 6px;
    border-radius: var(--pelot-radius-sm);
    background: #eef0f2;
    color: #576273;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pelot-custom-knitwear__material-card {
    display: grid;
    min-height: 0;
    padding: 14px 14px;
    border: 1px solid var(--pelot-line);
    border-radius: var(--pelot-radius);
    grid-template-columns: 40px 1fr;
    align-content: center;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.pelot-custom-knitwear__material-card:has(input:checked) {
    border-color: var(--pelot-navy);
    box-shadow: inset 0 0 0 1px var(--pelot-navy);
}

.pelot-custom-knitwear__yarn-icon {
    grid-row: span 2;
    display: block;
    width: 50px;
    height: 50px;
    color: var(--pelot-ink);
}

.pelot-custom-knitwear__yarn-icon::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: center / contain no-repeat;
}

.pelot-custom-knitwear__material-card input[value="2_fils"] + .pelot-custom-knitwear__material-heading .pelot-custom-knitwear__yarn-icon::before {
    background-image: url("../images/yarn-2-fils.svg");
}

.pelot-custom-knitwear__material-card input[value="3_fils"] + .pelot-custom-knitwear__material-heading .pelot-custom-knitwear__yarn-icon::before {
    background-image: url("../images/yarn-3-fils.svg");
}

.pelot-custom-knitwear__material-meter {
    grid-column: 1 / -1;
    display: flex;
    gap: 7px;
    margin-top: 22px;
    padding-top: 15px;
    border-top: 1px solid #edf0f2;
}

.pelot-custom-knitwear__material-meter i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pelot-navy);
}

.pelot-custom-knitwear__material-card:first-child .pelot-custom-knitwear__material-meter i:nth-child(n + 3) {
    background: #dfe3e7;
}

.pelot-custom-knitwear__color-scroller {
    position: relative;
    overflow: hidden;
}

.pelot-custom-knitwear__color-scroller::before,
.pelot-custom-knitwear__color-scroller::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 9px;
    z-index: 1;
    width: 36px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
}

.pelot-custom-knitwear__color-scroller::before {
    left: 0;
    background: linear-gradient(to right, var(--pelot-white) 18%, transparent);
}

.pelot-custom-knitwear__color-scroller::after {
    right: 0;
    background: linear-gradient(to left, var(--pelot-white) 18%, transparent);
}

.pelot-custom-knitwear__color-scroller.can-scroll-start::before,
.pelot-custom-knitwear__color-scroller.can-scroll-end::after {
    opacity: 1;
}

.pelot-custom-knitwear__color-scroller-btn {
    position: absolute;
    top: 14px;
    z-index: 2;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pelot-line);
    border-radius: 50%;
    background: var(--pelot-white);
    color: var(--pelot-navy);
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(16, 35, 61, .08);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease, background-color .18s ease, border-color .18s ease;
}

.pelot-custom-knitwear__color-scroller-btn b {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
}

.pelot-custom-knitwear__color-scroller-btn.is-prev {
    left: 4px;
}

.pelot-custom-knitwear__color-scroller-btn.is-next {
    right: 4px;
}

.pelot-custom-knitwear__color-scroller.can-scroll-start .pelot-custom-knitwear__color-scroller-btn.is-prev,
.pelot-custom-knitwear__color-scroller.can-scroll-end .pelot-custom-knitwear__color-scroller-btn.is-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pelot-custom-knitwear__color-scroller-btn:hover:not(:disabled) {
    border-color: var(--pelot-navy);
    background: var(--pelot-soft);
}

.pelot-custom-knitwear__color-scroller-btn:disabled {
    cursor: default;
}

.pelot-custom-knitwear__color-options {
    display: grid;
    grid-template-columns: none;
    grid-auto-columns: 64px;
    grid-auto-flow: column;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 3px;
    padding-bottom: 9px;
    overscroll-behavior: contain;
    scroll-snap-type: inline proximity;
    scrollbar-color: #aeb7c1 #edf0f2;
    scrollbar-width: thin;
}

.pelot-custom-knitwear__color-options::-webkit-scrollbar {
    height: 6px;
}

.pelot-custom-knitwear__color-options::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #edf0f2;
}

.pelot-custom-knitwear__color-options::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #aeb7c1;
}

.pelot-custom-knitwear__color {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    scroll-snap-align: start;
    text-align: center;
}

.pelot-custom-knitwear__color > span {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--pelot-swatch);
    background-image: url("../images/color-yarn-ball.png");
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, .08),
        0 0 0 1px #d7dce1;
    transition: box-shadow .18s ease, transform .18s ease;
}

.pelot-custom-knitwear__color input:checked + span {
    box-shadow: 0 0 0 2px var(--pelot-navy);
}

.pelot-custom-knitwear__color-tag {
    display: inline-flex;
    min-height: 20px;
    max-width: 100%;
    margin-top: -1px;
    padding: 3px 5px;
    border: 1px solid #aeb7c1;
    border-radius: 999px;
    color: var(--pelot-navy);
    align-items: center;
    justify-content: center;
    font-size: .55rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

.pelot-custom-knitwear__color-tag.is-best-seller {
    border-color: var(--pelot-navy);
    background: var(--pelot-navy);
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
}

.pelot-custom-knitwear__color-tag.is-out-of-stock {
    border-color: #8a3a3a;
    color: #8a3a3a;
}

.pelot-custom-knitwear__color-tag-selected {
    display: none;
}

.pelot-custom-knitwear__color input:checked ~ .pelot-custom-knitwear__color-tag .pelot-custom-knitwear__color-tag-default {
    display: none;
}

.pelot-custom-knitwear__color input:checked ~ .pelot-custom-knitwear__color-tag .pelot-custom-knitwear__color-tag-selected {
    display: inline;
}

.pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller {
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e7eaed;
}

.pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller::before,
.pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller::after {
    bottom: 12px;
}

.pelot-custom-knitwear__step[data-pelot-step="3"] header {
    margin-bottom: 8px;
}

.pelot-custom-knitwear__step[data-pelot-step="3"] {
    padding-top: 14px;
}

.pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-options {
    gap: 12px;
}

.pelot-custom-knitwear__step[data-pelot-step="3"] h3 {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.pelot-custom-knitwear__certification {
    display: flex;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #e7eaed;
    border-radius: var(--pelot-radius-sm);
    background: #fbfcfc;
    flex-direction: column;
    gap: 2px;
    color: var(--pelot-ink);
    font-size: .78rem;
}

.pelot-custom-knitwear__certification span {
    font-style: italic;
}

.pelot-custom-knitwear__certification-icon {
    display: block;
    width: 34px;
    height: 34px;
    background: #b99743;
    -webkit-mask: center / contain no-repeat url("../images/wool-certification-icon.png");
    mask: center / contain no-repeat url("../images/wool-certification-icon.png");
}

.pelot-custom-knitwear__step-error {
    min-height: 0;
    margin: 8px 0 0;
    color: var(--pelot-error);
    font-size: .78rem;
    font-weight: 700;
}

.pelot-custom-knitwear__step-error:empty {
    display: none;
}

.pelot-custom-knitwear__actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    justify-content: space-between;
}

.pelot-custom-knitwear__actions--end {
    justify-content: flex-end;
}

.pelot-custom-knitwear__primary,
.pelot-custom-knitwear__secondary {
    min-height: 48px;
    padding: 0 18px;
    border-radius: var(--pelot-radius-sm);
    cursor: pointer;
    font-size: .82rem;
    font-weight: 750;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, filter .18s ease, transform .18s ease;
}

.pelot-custom-knitwear__primary {
    flex: 1;
    border: 1px solid var(--pelot-navy);
    background: linear-gradient(135deg, var(--pelot-navy), var(--pelot-navy-dark));
    color: #fff;
}

.pelot-custom-knitwear__primary span {
    margin-left: 10px;
    font-size: 1.1rem;
}

.pelot-custom-knitwear__secondary {
    border: 1px solid #dce1e6;
    background: #fff;
    color: var(--pelot-navy);
}

@media (hover: hover) {
    .pelot-custom-knitwear__choice:hover > span {
        border-color: var(--pelot-navy);
        background: #f5f8fb;
        box-shadow: 0 0 0 2px rgba(6, 37, 74, .08);
        transform: translateY(-1px);
    }

    .pelot-custom-knitwear__gender-options .pelot-custom-knitwear__choice:hover > span {
        border-color: transparent;
        box-shadow: inset 0 0 0 1px var(--pelot-navy);
        transform: none;
    }

    .pelot-custom-knitwear__measure-grid:not(:has(input:focus)) .pelot-custom-knitwear__measure-field:not(.is-disabled):hover {
        border-color: var(--pelot-navy);
        background: #f5f8fb;
        box-shadow: 0 0 0 2px rgba(6, 37, 74, .08);
        transform: translateY(-1px);
    }

    .pelot-custom-knitwear__style-card:not(.is-disabled):hover,
    .pelot-custom-knitwear__material-card:hover {
        border-color: var(--pelot-navy);
        background: #f8fafc;
        box-shadow: 0 8px 22px rgba(6, 37, 74, .1);
        transform: translateY(-2px);
    }

    .pelot-custom-knitwear__color:not(.is-disabled):hover > span {
        box-shadow:
            inset 0 0 12px rgba(255, 255, 255, .08),
            0 0 0 2px var(--pelot-navy);
        transform: scale(1.07);
    }

    .pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:not(:disabled):hover,
    .pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:not(:disabled):focus,
    .pelot-custom-knitwear form .pelot-custom-knitwear__stepper button:not(:disabled):active {
        border: 0;
        background: transparent;
        background-color: transparent;
        box-shadow: none;
        color: var(--pelot-navy);
        -webkit-text-fill-color: currentColor;
    }

    .pelot-custom-knitwear__stepper button:not(:disabled):hover > span {
        transform: translateY(-2px);
    }

    .pelot-custom-knitwear__primary:not(:disabled):hover {
        box-shadow: 0 8px 20px rgba(6, 37, 74, .2);
        filter: brightness(1.08);
        transform: translateY(-1px);
    }

    .pelot-custom-knitwear__secondary:not(:disabled):hover {
        border-color: var(--pelot-navy);
        background: #f5f8fb;
        box-shadow: 0 6px 16px rgba(6, 37, 74, .1);
        transform: translateY(-1px);
    }

    .pelot-custom-knitwear form .pelot-custom-knitwear__footer-nav:not(:disabled):hover {
        border-color: #b99743;
        background: #f7f8fa;
        color: var(--pelot-navy);
        -webkit-text-fill-color: currentColor;
        box-shadow: 0 6px 16px rgba(6, 37, 74, .1);
    }

    .pelot-custom-knitwear form .pelot-custom-knitwear__footer-nav--next:not(:disabled):hover {
        background: var(--pelot-navy-dark);
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .pelot-custom-knitwear form .pelot-custom-knitwear__footer-nav--next:not(:disabled):hover strong,
    .pelot-custom-knitwear form .pelot-custom-knitwear__footer-nav--next:not(:disabled):hover b {
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .pelot-custom-knitwear form .pelot-custom-knitwear__footer-nav--next:not(:disabled):hover small {
        color: rgba(255, 255, 255, .72);
        -webkit-text-fill-color: rgba(255, 255, 255, .72);
    }
}

.pelot-custom-knitwear__primary:focus-visible,
.pelot-custom-knitwear__secondary:focus-visible,
.pelot-custom-knitwear__footer-nav:focus-visible,
.pelot-custom-knitwear__stepper button:focus-visible {
    outline: 3px solid rgba(6, 37, 74, .22);
    outline-offset: 2px;
}

.pelot-custom-knitwear__configurator-footer {
    display: grid;
    flex: 0 0 auto;
    margin-top: auto;
    padding: 6px 12px;
    border-top: 1px solid #edf0f2;
    background: #fcfcfb;
    grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
    align-items: center;
    gap: 10px;
}

.pelot-custom-knitwear__price {
    display: flex;
    min-width: 150px;
    padding-inline: 18px;
    border-right: 1px solid #e1e4e7;
    border-left: 1px solid #e1e4e7;
    align-items: center;
    flex-direction: column;
}

.pelot-custom-knitwear__price strong {
    color: var(--pelot-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.pelot-custom-knitwear__price span {
    color: #46556a;
    font-size: .73rem;
}

.pelot-custom-knitwear__footer-nav {
    display: flex;
    min-height: 42px;
    padding: 6px 12px;
    border: 1px solid #cfd5db;
    border-radius: var(--pelot-radius-sm);
    background: #fff;
    color: var(--pelot-navy);
    -webkit-text-fill-color: currentColor;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.pelot-custom-knitwear__footer-nav > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pelot-custom-knitwear__footer-nav strong {
    color: inherit;
    -webkit-text-fill-color: currentColor;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .95rem;
    font-weight: 500;
}

.pelot-custom-knitwear__footer-nav small {
    color: #7b8490;
    -webkit-text-fill-color: currentColor;
    font-size: .66rem;
}

.pelot-custom-knitwear__footer-nav b {
    color: inherit;
    -webkit-text-fill-color: currentColor;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

.pelot-custom-knitwear__footer-nav--next {
    border-color: #b99743;
    background: var(--pelot-navy);
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.pelot-custom-knitwear__footer-nav--next strong,
.pelot-custom-knitwear__footer-nav--next b {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.pelot-custom-knitwear__footer-nav--next small {
    color: rgba(255, 255, 255, .72);
    -webkit-text-fill-color: rgba(255, 255, 255, .72);
}

.pelot-custom-knitwear__footer-nav:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.pelot-custom-knitwear__footer-aside {
    display: flex;
    min-height: 42px;
    margin: 0;
    padding: 6px 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--pelot-navy);
    text-align: center;
}

.pelot-custom-knitwear__footer-aside strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: .95rem;
    font-weight: 500;
}

.pelot-custom-knitwear__footer-aside span {
    color: #7b8490;
    font-size: .66rem;
}

.pelot-custom-knitwear__footer-nav.is-invisible {
    display: none;
}

.pelot-custom-knitwear__notice {
    margin: 16px 28px 0;
    padding: 12px 14px;
    border-radius: var(--pelot-radius-sm);
    font-size: .78rem;
    line-height: 1.45;
}

.pelot-custom-knitwear__notice--error {
    border: 1px solid #f0c9c9;
    background: #fff3f3;
    color: var(--pelot-error);
}

.pelot-custom-knitwear__card[data-current-step="4"] .pelot-custom-knitwear__configurator-footer {
    display: none;
}

@media (min-width: 901px) {
    .pelot-custom-knitwear__steps {
        display: grid;
        flex: 0 0 auto;
    }

    .pelot-custom-knitwear__step {
        grid-area: 1 / 1;
        align-self: start;
        height: max-content;
        min-height: max-content;
        overflow: visible;
    }

    .pelot-custom-knitwear__steps .pelot-custom-knitwear__step[hidden] {
        display: block !important;
        visibility: visible;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
    }

    .pelot-custom-knitwear__steps .pelot-custom-knitwear__step:not([hidden]) {
        z-index: 1;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] {
        align-self: stretch;
        height: auto;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__certification {
        margin-top: auto;
        margin-bottom: auto;
    }

    .pelot-custom-knitwear__card[data-current-step="4"] .pelot-custom-knitwear__configurator-footer {
        display: grid;
        visibility: hidden;
        pointer-events: none;
    }
}

.pelot-custom-knitwear__step[data-pelot-step="4"] {
    padding: 14px 20px 12px;
}

.pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__summary-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__summary-header h2,
.pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__summary-header .pelot-custom-knitwear__step-title,
.pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__summary-header p {
    margin: 0;
}

.pelot-custom-knitwear__summary-layout {
    display: grid;
    grid-template-columns: minmax(145px, .8fr) minmax(180px, 1.2fr);
    gap: 14px;
    align-items: start;
}

.pelot-custom-knitwear__summary {
    display: grid;
    gap: 2px;
    margin: 0;
}

.pelot-custom-knitwear__summary > div {
    display: grid;
    min-height: 24px;
    padding: 1px 0;
    grid-template-columns: 25px minmax(74px, 1fr) auto;
    gap: 7px;
    align-items: center;
}

.pelot-custom-knitwear__summary dt {
    color: var(--pelot-muted);
    font-size: .69rem;
    line-height: 1.15;
}

.pelot-custom-knitwear__summary dd {
    margin: 0;
    color: var(--pelot-navy);
    font-size: .73rem;
    font-weight: 750;
    line-height: 1.15;
    text-align: right;
}

.pelot-custom-knitwear__summary-icon {
    display: grid;
    width: 21px;
    height: 21px;
    color: var(--pelot-navy);
    place-items: center;
}

.pelot-custom-knitwear__summary-icon.pelot-custom-knitwear__gender-icon {
    width: 21px;
    height: 21px;
    background-color: var(--pelot-navy);
}

.pelot-custom-knitwear__summary-icon .pelot-custom-knitwear__measure-icon {
    width: 21px;
    height: 21px;
}

.pelot-custom-knitwear__summary-icon--cut svg {
    width: 19px;
    height: 21px;
    fill: currentColor;
}

.pelot-custom-knitwear__summary-icon--material img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.pelot-custom-knitwear__summary-icon--color {
    position: relative;
}

.pelot-custom-knitwear__summary-icon--color::before {
    content: "";
    width: 15px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
    transform: rotate(-42deg);
}

.pelot-custom-knitwear__summary-icon--color::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 8px;
    height: 1.5px;
    background: currentColor;
    box-shadow: 5px 4px 0 -0.2px currentColor;
    transform: rotate(-42deg);
}

.pelot-custom-knitwear__summary-price {
    margin-top: 4px;
    padding-top: 6px;
    border-top: 1px solid var(--pelot-line);
}

.pelot-custom-knitwear__summary-icon--price::before {
    content: "€";
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
}

.pelot-custom-knitwear__summary-price dd {
    font-size: .8rem;
}

.pelot-custom-knitwear__summary-product {
    min-width: 0;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="bleu_marine"] {
    --pelot-summary-sweater-color: #071d3a;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="beige"] {
    --pelot-summary-sweater-color: #c7aa86;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="bleu_gris"] {
    --pelot-summary-sweater-color: #71869a;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="ecru"] {
    --pelot-summary-sweater-color: #eee8dd;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="gris"] {
    --pelot-summary-sweater-color: #909397;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="mandarine"] {
    --pelot-summary-sweater-color: #d66b32;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="noir"] {
    --pelot-summary-sweater-color: #17191c;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="noisette"] {
    --pelot-summary-sweater-color: #8d654b;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="rose"] {
    --pelot-summary-sweater-color: #d7a2ae;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="rose_vif"] {
    --pelot-summary-sweater-color: #d93678;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="rouge_grenat"] {
    --pelot-summary-sweater-color: #741f38;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="safran"] {
    --pelot-summary-sweater-color: #d39a22;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="vert_lagon"] {
    --pelot-summary-sweater-color: #3b9898;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="vert_pomme"] {
    --pelot-summary-sweater-color: #78a947;
}

.pelot-custom-knitwear__summary-product[data-pelot-selected-color="zinc"] {
    --pelot-summary-sweater-color: #707b84;
}

.pelot-custom-knitwear__summary-product.is-stale {
    opacity: .55;
}

.pelot-custom-knitwear__summary-product.is-stale::before {
    content: "Configuration modifiée : recalculez votre taille avant l’ajout au panier.";
    display: block;
    margin-bottom: 6px;
    color: #755817;
    font-size: .66rem;
    font-weight: 800;
}

.pelot-custom-knitwear__summary-product > div {
    display: flex;
    gap: 6px;
    margin-top: 3px;
    align-items: center;
    justify-content: center;
}

.pelot-custom-knitwear__summary-product > div span {
    color: #46556a;
    font-size: .68rem;
}

.pelot-custom-knitwear__summary-product > div strong {
    color: var(--pelot-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
}

.pelot-custom-knitwear__schema {
    margin: 0;
}

.pelot-custom-knitwear__schema-image {
    position: relative;
    width: 100%;
    max-height: 210px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
}

.pelot-custom-knitwear__schema-viewer {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    --poster-color: transparent;
    --progress-bar-color: transparent;
    --progress-bar-height: 0;
    --pelot-model-offset-x: 24px;
}

.pelot-custom-knitwear__schema-anchor {
    display: none;
}

.pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__step-error {
    min-height: 0;
    margin-top: 5px;
}

.pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__actions {
    width: 100%;
    margin-top: 7px;
    flex-direction: row;
    align-items: stretch;
}

.pelot-custom-knitwear__summary-back {
    flex: 0 0 auto;
    min-width: 108px;
    padding-inline: 16px;
}

.pelot-custom-knitwear__order-button {
    display: flex;
    min-height: 62px;
    padding: 10px 14px 10px 12px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
}

.pelot-custom-knitwear__order-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    place-items: center;
}

.pelot-custom-knitwear__order-icon svg {
    width: 20px;
    height: 20px;
}

.pelot-custom-knitwear__order-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
}

.pelot-custom-knitwear__order-button strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.02rem;
    font-weight: 500;
}

.pelot-custom-knitwear__order-button small {
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
    font-weight: 600;
}

.pelot-custom-knitwear__order-arrow {
    flex: 0 0 auto;
    color: #d4b36a;
    font-size: 1.15rem;
    line-height: 1;
}

.pelot-custom-knitwear__order-button.is-unavailable,
.pelot-custom-knitwear__order-button:disabled {
    border-color: #d5d9de;
    background: #e8eaed;
    color: #6b7380;
    cursor: not-allowed;
    box-shadow: none;
    filter: none;
    transform: none;
}

.pelot-custom-knitwear__order-button.is-unavailable .pelot-custom-knitwear__order-icon,
.pelot-custom-knitwear__order-button:disabled .pelot-custom-knitwear__order-icon {
    background: rgba(16, 33, 58, .08);
    color: #7b8490;
}

.pelot-custom-knitwear__order-button.is-unavailable small,
.pelot-custom-knitwear__order-button:disabled small {
    color: #8a929c;
}

@media (min-width: 901px) {
    .pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__actions {
        position: absolute;
        z-index: 2;
        right: 16px;
        bottom: 12px;
        left: 16px;
        width: auto;
        margin: 0;
    }

    .pelot-custom-knitwear__card[data-current-step="4"] .pelot-custom-knitwear__order-button {
        min-height: 58px;
    }

}

.pelot-custom-knitwear__story {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    padding: 22px max(24px, calc((100% - 1440px) / 2)) 26px;
    background: #fff;
    border-top: 1px solid #e8ebee;
    box-sizing: border-box;
}

.pelot-custom-knitwear__story-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: 28px 40px;
    align-items: stretch;
}

.pelot-custom-knitwear__story h2,
.pelot-custom-knitwear__story h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: var(--pelot-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.15rem, 1.7vw, 1.42rem);
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.2;
}

.pelot-custom-knitwear__story h2::after,
.pelot-custom-knitwear__story h3::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #e6e8eb;
}

.pelot-custom-knitwear__story-finishes ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pelot-custom-knitwear__story-finishes figure {
    margin: 0;
}

.pelot-custom-knitwear__story-finishes img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    background: #eef0f2;
}

.pelot-custom-knitwear__story-finishes figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
}

.pelot-custom-knitwear__story-finishes strong {
    color: var(--pelot-navy);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
}

.pelot-custom-knitwear__story-finishes span {
    color: #6a7380;
    font-size: .72rem;
    line-height: 1.35;
}

.pelot-custom-knitwear__story-reasons {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.pelot-custom-knitwear__story-reasons-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.pelot-custom-knitwear__story-reasons ul {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pelot-custom-knitwear__story-reasons li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 6px;
    align-content: center;
    align-items: start;
    min-height: 0;
    padding: 12px 12px 12px 10px;
    border-radius: 10px;
    background: #f6f7f8;
}

.pelot-custom-knitwear__story-reasons p {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
}

.pelot-custom-knitwear__story-reasons strong {
    color: var(--pelot-navy);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
}

.pelot-custom-knitwear__story-reasons p span {
    color: #6a7380;
    font-size: .7rem;
    line-height: 1.35;
}

.pelot-custom-knitwear__story-icon {
    display: grid;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: var(--pelot-navy);
    place-items: center;
}

.pelot-custom-knitwear__story-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    background: currentColor;
    mask: center / contain no-repeat;
    -webkit-mask: center / contain no-repeat;
}

.pelot-custom-knitwear__story-icon--leaf::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c8-1 13-8 14-16-8 1-15 6-16 14 3-1 6-1 9 0'/%3E%3Cpath d='M5 19c2-6 7-10 14-12'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c8-1 13-8 14-16-8 1-15 6-16 14 3-1 6-1 9 0'/%3E%3Cpath d='M5 19c2-6 7-10 14-12'/%3E%3C/svg%3E");
}

.pelot-custom-knitwear__story-icon--shield::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v6c0 4.2 2.9 7.9 7 9 4.1-1.1 7-4.8 7-9V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v6c0 4.2 2.9 7.9 7 9 4.1-1.1 7-4.8 7-9V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.pelot-custom-knitwear__story-icon--yarn::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M7 8c3 2 7 2 10 0M6 12c3.5 2.2 8.5 2.2 12 0M7 16c3 2 7 2 10 0'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M7 8c3 2 7 2 10 0M6 12c3.5 2.2 8.5 2.2 12 0M7 16c3 2 7 2 10 0'/%3E%3C/svg%3E");
}

.pelot-custom-knitwear__story-icon--measure::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='10' rx='1.5'/%3E%3Cpath d='M7 7v3.2M11 7v2.2M15 7v3.2M19 7v2.2'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='10' rx='1.5'/%3E%3Cpath d='M7 7v3.2M11 7v2.2M15 7v3.2M19 7v2.2'/%3E%3C/svg%3E");
}

.pelot-custom-knitwear__story-icon--france::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.2 4.2 12 3l3.4 2.4 3.1.4-.4 3.2 1.6 2.4-1.3 2.8-2.8.6-1.2 3.2-2.6 1.8-2.4-1.2-2.2.2-1.8-3.4.2-3.2-1.6-2.6L6 6.8l2.2-2.6Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.2 4.2 12 3l3.4 2.4 3.1.4-.4 3.2 1.6 2.4-1.3 2.8-2.8.6-1.2 3.2-2.6 1.8-2.4-1.2-2.2.2-1.8-3.4.2-3.2-1.6-2.6L6 6.8l2.2-2.6Z'/%3E%3C/svg%3E");
}

.pelot-custom-knitwear__story-swatches {
    display: flex;
    grid-column: 2;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    margin-top: 0;
}

.pelot-custom-knitwear__story-swatches i {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(16, 35, 61, .12);
    border-radius: 50%;
    background: var(--pelot-swatch);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
}

.pelot-custom-knitwear__story-swatches em {
    color: var(--pelot-navy);
    font-size: .68rem;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .pelot-custom-knitwear__story-inner {
        gap: 22px 28px;
    }
}

@media (max-width: 900px) {
    .pelot-custom-knitwear__story {
        margin-top: 18px;
        padding: 22px 20px 24px;
        border-bottom: 1px solid #e8ebee;
    }

    .pelot-custom-knitwear__story-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .pelot-custom-knitwear__story-reasons li {
        padding: 16px 14px;
    }
}

@media (max-width: 390px) {
    .pelot-custom-knitwear__story-finishes ul {
        gap: 8px;
    }

    .pelot-custom-knitwear__story-finishes strong {
        font-size: .72rem;
    }

    .pelot-custom-knitwear__story-reasons ul {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
    }
}

.pelot-custom-knitwear__guide {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(40px, 5vw, 72px) max(24px, calc((100% - 1440px) / 2)) clamp(56px, 7vw, 96px);
    background: #fff;
    border-top: 1px solid #e8ebee;
}

.pelot-custom-knitwear__guide-inner {
    width: min(100%, 72ch);
    margin: 0 auto;
}

.pelot-custom-knitwear__guide-inner > h2,
.pelot-custom-knitwear__guide-inner > h3 {
    margin: 0 0 20px;
    color: #0c1a2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.pelot-custom-knitwear__guide-inner > p {
    margin: 0 0 16px;
    color: #4b5869;
    font-size: var(--pelot-body-size, .9375rem);
    line-height: var(--pelot-body-leading, 1.65);
}

.pelot-custom-knitwear__guide-inner > p:last-of-type {
    margin-bottom: 0;
}

.pelot-custom-knitwear__guide a {
    color: #10213a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pelot-custom-knitwear__guide a:focus-visible {
    outline: 2px solid #06254a;
    outline-offset: 3px;
}

.pelot-custom-knitwear__faq {
    margin-top: clamp(36px, 5vw, 56px);
}

.pelot-custom-knitwear__faq > h2 {
    margin: 0 0 clamp(20px, 3vw, 28px);
    color: #0c1a2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.pelot-custom-knitwear__faq-items {
    border-top: 1px solid var(--pelot-line);
}

.pelot-custom-knitwear__faq-item {
    border-bottom: 1px solid var(--pelot-line);
}

.pelot-custom-knitwear__faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 64px;
    padding: 18px 4px;
    color: #10213a;
    cursor: pointer;
    font-family: "Outfit", "Outfit-Regular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    list-style: none;
}

.pelot-custom-knitwear__faq-item summary::-webkit-details-marker {
    display: none;
}

.pelot-custom-knitwear__faq-question {
    flex: 1 1 auto;
    text-align: left;
}

.pelot-custom-knitwear__faq-icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    color: #10213a;
}

.pelot-custom-knitwear__faq-icon::before,
.pelot-custom-knitwear__faq-icon::after {
    position: absolute;
    background: currentColor;
    content: "";
}

.pelot-custom-knitwear__faq-icon::before {
    top: 50%;
    right: 2px;
    left: 2px;
    height: 2px;
    transform: translateY(-50%);
}

.pelot-custom-knitwear__faq-icon::after {
    top: 2px;
    bottom: 2px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    transition: transform .2s ease, opacity .2s ease;
}

.pelot-custom-knitwear__faq-item[open] .pelot-custom-knitwear__faq-icon::after {
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
}

.pelot-custom-knitwear__faq-item summary:hover {
    background: #f7f8fa;
}

.pelot-custom-knitwear__faq-item summary:focus-visible {
    outline: 2px solid #06254a;
    outline-offset: 3px;
}

.pelot-custom-knitwear__faq-item p {
    margin: 0;
    padding: 0 42px 22px 4px;
    color: #4b5869;
    font-family: "Outfit", "Outfit-Regular", Arial, sans-serif;
    font-size: var(--pelot-body-size, .9375rem);
    line-height: var(--pelot-body-leading, 1.65);
}

.pelot-custom-knitwear__faq-item a {
    color: #10213a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pelot-custom-knitwear__th4-status {
    margin: 18px 0 0;
    color: #46556a;
    font-size: .8rem;
}

.pelot-custom-knitwear__th4-status:empty {
    display: none;
}

.pelot-custom-knitwear__th4-status.is-error {
    color: var(--pelot-error);
}

.pelot-custom-knitwear__modal[hidden] {
    display: none;
}

.pelot-custom-knitwear__modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: grid;
    padding: 20px;
    background: rgba(3, 20, 39, .66);
    place-items: center;
}

.pelot-custom-knitwear__modal-dialog {
    position: relative;
    width: min(100%, 520px);
    padding: 30px;
    border-radius: var(--pelot-radius);
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.pelot-custom-knitwear__modal-dialog h2,
.pelot-custom-knitwear__modal-dialog h3 {
    margin: 0 36px 12px 0;
    color: var(--pelot-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.pelot-custom-knitwear__modal-dialog p {
    margin: 0 0 22px;
    color: #46556a;
    line-height: 1.55;
}

.pelot-custom-knitwear__modal-dialog .pelot-custom-knitwear__custom-order-notice {
    display: flex;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-left: 3px solid var(--pelot-navy);
    background: var(--pelot-soft);
    flex-direction: column;
    gap: 6px;
    color: var(--pelot-ink);
    font-size: .82rem;
    line-height: 1.45;
}

.pelot-custom-knitwear__modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--pelot-navy);
    color: #fff;
    cursor: pointer;
    place-items: center;
}

.pelot-custom-knitwear__modal-actions {
    display: flex;
    gap: 10px;
}

.pelot-custom-knitwear__th4-button,
.pelot-custom-knitwear__modal-secondary {
    min-height: 46px;
    padding: 0 18px;
    border-radius: var(--pelot-radius-sm);
    cursor: pointer;
    font-weight: 700;
}

.pelot-custom-knitwear__th4-button {
    border: 1px solid var(--pelot-navy);
    background: var(--pelot-navy);
    color: #fff;
}

.pelot-custom-knitwear__modal-secondary {
    border: 1px solid #dce1e6;
    background: #fff;
    color: var(--pelot-navy);
}

/* Composition fidèle aux maquettes de l’atelier sur mesure.
   Fonds pleine largeur via le flux (width: 100 %), jamais 100vw :
   100vw inclut la barre de défilement et provoque un débordement horizontal. */
.pelot-custom-knitwear {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 18px 0 0;
    background: #f7f7f7;
}

.pelot-custom-knitwear__layout,
.pelot-custom-knitwear__th4-status,
.pelot-custom-knitwear > .pelot-page-breadcrumb {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 48px), 1440px);
    margin-inline: auto;
}

.pelot-custom-knitwear__layout {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr);
    gap: clamp(26px, 3vw, 46px);
    align-items: stretch;
}

.pelot-custom-knitwear__presentation {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.pelot-custom-knitwear__hero {
    position: relative;
    flex: 1 1 auto;
    min-height: 360px;
    background: #f7f7f7;
}

.pelot-custom-knitwear__copy {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 58%;
    max-width: 440px;
    margin: 0;
    padding: 0 0 28px;
    flex-direction: column;
}

.pelot-custom-knitwear__copy h1 {
    margin: 0 0 16px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.02;
    letter-spacing: normal;
    text-box: trim-start cap alphabetic;
}

.pelot-custom-knitwear__copy > p:last-of-type {
    max-width: 420px;
    font-size: .9rem;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.pelot-custom-knitwear__hero-features {
    display: flex;
    flex-wrap: wrap;
    margin: auto 0 0;
    padding: 0;
    gap: 14px 28px;
    list-style: none;
}

.pelot-custom-knitwear__hero-features li {
    display: flex;
    flex: 0 0 auto;
    max-width: 196px;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.pelot-custom-knitwear__hero-features img {
    display: block;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.pelot-custom-knitwear__hero-features span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.pelot-custom-knitwear__hero-features strong {
    color: var(--pelot-navy);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.25;
}

.pelot-custom-knitwear__hero-features small {
    display: block;
    color: var(--pelot-muted);
    font-size: .6875rem;
    line-height: 1.35;
}

.pelot-custom-knitwear__media {
    position: absolute;
    top: 0;
    right: -5%;
    width: 66.1%;
    height: 100%;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pelot-custom-knitwear__media video {
    object-fit: contain;
    object-position: calc(50% + 16px) bottom;
}

.pelot-custom-knitwear__media video.is-intro {
    height: calc(100% - 60px);
    margin-top: 60px;
    object-position: calc(50% + 16px) bottom;
}

.pelot-custom-knitwear__gender-dim {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    pointer-events: none;
}

.pelot-custom-knitwear__gender-dim[hidden] {
    display: none !important;
}

.pelot-custom-knitwear__gender-dim span {
    background: transparent;
    transition: background-color .2s ease;
}

.pelot-custom-knitwear__gender-dim span.is-dimmed {
    background: rgba(247, 247, 247, .72);
}

.pelot-custom-knitwear__media-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.pelot-custom-knitwear__media-caption strong {
    font-size: .8rem;
}

.pelot-custom-knitwear__media-caption span {
    font-size: .67rem;
}

.pelot-custom-knitwear__preview {
    position: relative;
    display: block;
    min-height: 94px;
    margin-top: -1px;
    padding: 9px 12px;
    border-color: #dde2e7;
    border-radius: var(--pelot-radius);
}

.pelot-custom-knitwear__preview-label {
    position: absolute;
    top: 10px;
    left: 16px;
    color: var(--pelot-muted);
    font-size: .62rem;
    font-weight: 700;
}

.pelot-custom-knitwear__preview-content {
    display: grid;
    grid-template-columns: minmax(205px, 1.65fr) minmax(120px, 1fr) 76px;
    gap: 18px;
    min-height: 74px;
    align-items: center;
}

.pelot-custom-knitwear__preview-content[hidden] {
    display: none;
}

.pelot-custom-knitwear__preview-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.pelot-custom-knitwear__preview-gallery img {
    display: block;
    width: 100%;
    height: 62px;
    border: 1px solid transparent;
    border-radius: var(--pelot-radius-sm);
    object-fit: cover;
}

.pelot-custom-knitwear__preview-gallery img.is-selected {
    border-color: var(--pelot-navy);
}

.pelot-custom-knitwear__preview-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pelot-custom-knitwear__preview-description strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.35;
}

.pelot-custom-knitwear__preview-description small {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--pelot-muted);
    font-size: .62rem;
}

.pelot-custom-knitwear__preview-description i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pelot-navy-dark);
}

.pelot-custom-knitwear__fabric-swatch {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:
        repeating-linear-gradient(88deg, transparent 0 2px, rgba(255,255,255,.06) 2px 3px),
        radial-gradient(circle at 35% 30%, #12375d, #04182e 72%);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .4);
}

.pelot-custom-knitwear__preview-content[data-pelot-preview-step="2"] {
    grid-template-columns: minmax(205px, 1.6fr) 96px 96px;
    gap: 12px;
}

.pelot-custom-knitwear__preview-style {
    display: flex;
    height: 72px;
    padding: 4px;
    border: 1px solid var(--pelot-line);
    border-radius: var(--pelot-radius-sm);
    flex-direction: column;
    align-items: center;
}

.pelot-custom-knitwear__preview-style.is-selected {
    border-color: var(--pelot-navy);
    box-shadow: inset 0 0 0 1px var(--pelot-navy);
}

.pelot-custom-knitwear__preview-style img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.pelot-custom-knitwear__preview-style small {
    font-size: .55rem;
}

.pelot-custom-knitwear__card {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    border-radius: var(--pelot-radius);
}

.pelot-custom-knitwear__stepper {
    padding: 8px 16px 6px;
}

.pelot-custom-knitwear__step {
    padding: var(--pelot-step-divider-gap) 20px 10px;
}

.pelot-custom-knitwear__step header {
    margin-bottom: 6px;
}

.pelot-custom-knitwear__step h2,
.pelot-custom-knitwear__step-title {
    font-size: 1.05rem;
}

.pelot-custom-knitwear__measure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
    gap: 12px;
}

.pelot-custom-knitwear__measure-field {
    padding: 10px 12px 9px;
}

.pelot-custom-knitwear__measure-field > span {
    font-size: .75rem;
}

.pelot-custom-knitwear__measure-field input {
    min-height: 34px;
    font-size: .9rem;
}

@media (min-width: 901px) {
    .pelot-custom-knitwear__measure-grid {
        gap: 8px;
    }

    .pelot-custom-knitwear__measure-field {
        padding: 6px 10px 5px;
    }

    .pelot-custom-knitwear__measure-field > span {
        margin-bottom: 2px;
        font-size: .7rem;
    }

    .pelot-custom-knitwear__measure-field input {
        min-height: 26px;
        padding: 3px 8px;
        font-size: .85rem;
    }
}

.pelot-custom-knitwear__style-card {
    min-height: 0;
    padding: 8px 10px 10px;
}

.pelot-custom-knitwear__sweater-shape {
    width: 100%;
    height: 108px;
    margin-bottom: 2px;
}

.pelot-custom-knitwear__sweater-shape img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pelot-custom-knitwear__material-card {
    display: block;
    min-height: 0;
    padding: 10px 12px;
}

.pelot-custom-knitwear__material-heading {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: center;
}

.pelot-custom-knitwear__material-heading > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pelot-custom-knitwear__material-heading small {
    margin-top: 0;
    line-height: 1.4;
    white-space: normal;
}

.pelot-custom-knitwear__material-warmth {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #edf0f2;
}

.pelot-custom-knitwear__warmth-meter,
.pelot-custom-knitwear__warmth-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.pelot-custom-knitwear__warmth-meter {
    gap: 7px;
    padding-right: 8px;
}

.pelot-custom-knitwear__warmth-meter > span:first-child,
.pelot-custom-knitwear__warmth-copy > strong {
    color: var(--pelot-ink);
    font-family: inherit;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pelot-custom-knitwear__warmth-copy {
    gap: 5px;
    padding-left: 8px;
    border-left: 1px solid #edf0f2;
}

.pelot-custom-knitwear__warmth-copy > small {
    margin: 0;
    color: var(--pelot-muted);
    font-size: .7rem;
    line-height: 1.4;
    text-transform: none;
}

.pelot-custom-knitwear__heat-icons {
    display: flex;
    gap: 2px;
    align-items: center;
}

.pelot-custom-knitwear__heat-icons i {
    display: block;
    width: 12px;
    height: 13px;
    flex: 0 0 12px;
    background: #d8dde2;
    -webkit-mask: center / contain no-repeat url("../images/heat-knit-icon.png");
    mask: center / contain no-repeat url("../images/heat-knit-icon.png");
}

.pelot-custom-knitwear__heat-icons--2 i:nth-child(-n + 2),
.pelot-custom-knitwear__heat-icons--4 i:nth-child(-n + 4) {
    background: var(--pelot-navy);
}

.pelot-custom-knitwear__material-data {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #edf0f2;
    flex-direction: column;
}

.pelot-custom-knitwear__material-data > span {
    display: grid;
    grid-template-columns: 58px 64px 1fr;
    align-items: center;
    color: var(--pelot-muted);
    font-size: .66rem;
}

.pelot-custom-knitwear__material-data b {
    color: var(--pelot-ink);
}

.pelot-custom-knitwear__material-data em {
    font-style: normal;
}

.pelot-custom-knitwear__dots {
    display: flex;
    gap: 6px;
}

.pelot-custom-knitwear__dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dfe3e7;
}

.pelot-custom-knitwear__dots[style*="2"] i:nth-child(-n+2),
.pelot-custom-knitwear__dots[style*="5"] i {
    background: var(--pelot-navy);
}

.pelot-custom-knitwear__warmth {
    grid-column: 2 / 4;
    color: var(--pelot-navy);
    font-size: .74rem;
}

.pelot-custom-knitwear__color > span {
    width: 40px;
    height: 40px;
}

.pelot-custom-knitwear__certification {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
}

.pelot-custom-knitwear__certification > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.pelot-custom-knitwear__certification em {
    font-style: italic;
}

.pelot-custom-knitwear__certification img {
    object-fit: contain;
}

.pelot-custom-knitwear__step:not([hidden]) {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.pelot-custom-knitwear__step[data-pelot-step="3"]:not([hidden]) {
    gap: 16px;
}

.pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__certification {
    margin-top: auto;
    margin-bottom: auto;
}


.pelot-custom-knitwear__wool-mark {
    display: grid;
    width: 36px;
    height: 36px;
    border: 1px solid var(--pelot-navy);
    border-radius: 50%;
    place-items: center;
}

.pelot-custom-knitwear__actions {
    margin-top: 6px;
}

.pelot-custom-knitwear__price {
    padding-block: 0;
}

@media (max-width: 1120px) {
    .pelot-custom-knitwear__layout {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
        gap: 24px;
    }

    .pelot-custom-knitwear__media {
        min-height: 390px;
    }

    .pelot-custom-knitwear__step {
        padding-inline: 22px;
    }

    .pelot-custom-knitwear__measure-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .pelot-custom-knitwear__layout {
        grid-template-columns: 1fr;
    }

    .pelot-custom-knitwear__presentation,
    .pelot-custom-knitwear__hero {
        display: contents;
    }

    .pelot-custom-knitwear__copy {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        grid-row: 1;
        width: 100%;
        max-width: 760px;
        margin: 0;
        padding: 0 0 8px;
    }

    .pelot-custom-knitwear__media {
        position: relative;
        top: auto;
        right: auto;
        grid-row: 3;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 0;
        overflow: hidden;
        border-radius: var(--pelot-radius);
    }

    .pelot-custom-knitwear__card {
        grid-row: 2;
        height: auto;
        min-height: 0;
    }

    .pelot-custom-knitwear__media video.is-intro {
        height: 100%;
        margin-top: 0;
        object-position: center bottom;
    }

    .pelot-custom-knitwear__step {
        overflow-y: visible;
    }

    .pelot-custom-knitwear.is-mobile-flow {
        --pelot-mobile-info-height: calc(3 * 5.4rem + 11rem);
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
        width: 100%;
        padding: 0;
    }

    .pelot-custom-knitwear.is-mobile-flow > .pelot-page-breadcrumb {
        flex: 0 0 auto;
        width: auto;
        margin: 0;
        padding: 10px 20px 8px;
        background: #f7f7f7;
    }

    .pelot-custom-knitwear.is-mobile-flow::before {
        display: none;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__layout {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
        gap: 0;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__copy,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__hero-features,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__stepper,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__step header,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__step-subheader,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__story,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__guide {
        display: none;
    }

    .pelot-custom-knitwear.is-mobile-measure .pelot-custom-knitwear__choice-field {
        display: none;
    }

    /*
     * Hauteur de vidéo plafonnée, carte en flex:1. Sur iOS Safari, un item
     * flex:1 autour d’une <video> reprend la taille intrinsèque (ou le surplus
     * de min-height:100vh du body) et pousse Continuer derrière la barre.
     */
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__media {
        order: -1;
        flex: 0 0 auto;
        grid-row: auto;
        width: 100%;
        height: min(22svh, 160px);
        max-height: 160px;
        min-height: 0;
        overflow: hidden;
        aspect-ratio: unset;
        border-radius: 0;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__media video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: contain;
        object-position: center;
        background: #f4f5f6;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__card {
        grid-row: auto;
        display: flex;
        align-self: stretch;
        flex: 1 1 auto;
        flex-direction: column;
        height: auto;
        min-height: 0;
        max-height: none;
        border-radius: 0;
        overflow: hidden;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__steps {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
        overflow: hidden;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__step:not([hidden]) {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 12px 16px 8px;
        -webkit-overflow-scrolling: touch;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__measure-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__measure-field input {
        font-size: 16px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__card[data-current-step="2"] .pelot-custom-knitwear__step:not([hidden]),
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__card[data-current-step="3"] .pelot-custom-knitwear__step:not([hidden]) {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__color-scroller,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__certification {
        flex: 0 0 auto;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__style-options,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-options {
        display: grid;
        flex: 1 1 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        min-height: 0;
        align-items: stretch;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__style-card {
        display: flex;
        min-height: 0;
        height: 100%;
        padding: 8px 6px 10px;
        flex-direction: column;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__sweater-shape {
        flex: 1 1 auto;
        width: 100%;
        height: auto;
        min-height: 118px;
        margin-bottom: 2px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__style-card strong,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-card strong {
        font-size: .82rem;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__style-card small,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-card small {
        margin-top: 2px;
        font-size: .62rem;
        line-height: 1.25;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__style-card.is-disabled::before {
        top: 6px;
        left: 6px;
        padding: 2px 4px;
        font-size: .52rem;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__style-card:has(input:checked)::after,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-card:has(input:checked)::after {
        top: 6px;
        right: 6px;
        width: 18px;
        height: 18px;
        font-size: .58rem;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-card {
        display: flex;
        min-height: 0;
        height: 100%;
        padding: 8px;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-heading {
        display: flex;
        grid-template-columns: none;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        text-align: center;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__yarn-icon,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__yarn-icon::before {
        width: 34px;
        height: 34px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__material-warmth {
        display: flex;
        grid-template-columns: none;
        margin-top: 0;
        padding-top: 6px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__warmth-meter,
    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__warmth-copy {
        padding: 0;
        border: 0;
        align-items: center;
        text-align: center;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__configurator-footer {
        flex: 0 0 auto;
        margin-top: 0;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__summary-layout {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__summary {
        order: 0;
        width: 100%;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__summary-product {
        order: 1;
        width: 100%;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__schema-image {
        max-height: 38dvh;
        aspect-ratio: 1 / 1;
    }

    .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__schema-viewer {
        --pelot-model-offset-x: 0;
        transform: none !important;
    }

    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__media video,
    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__media-caption,
    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-video-load,
    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__gender-dim {
        display: none;
    }

    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__summary-product {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        order: 0;
    }

    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__media {
        flex: 1 1 auto;
        height: auto;
        max-height: none;
        min-height: 0;
    }

    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__schema,
    .pelot-custom-knitwear.is-mobile-summary-3d .pelot-custom-knitwear__schema-image {
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
    }
}

@media (max-width: 900px) {
    html.pelot-mobile-measure {
        height: 100%;
        overflow: hidden;
        overscroll-behavior: none;
    }

    body.pelot-unified-layout.pelot-mobile-measure {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        min-height: 0;
        overflow: hidden;
        overscroll-behavior: none;
    }

    body.pelot-mobile-measure .pelot-showcase-header {
        flex: 0 0 auto;
    }

    body.pelot-mobile-measure .pelot-shell {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
    }

    body.pelot-mobile-measure .pelot-showcase-footer {
        display: none;
    }

    body.pelot-mobile-measure .pelot-page-wrapper {
        padding: 0;
    }

    body.pelot-mobile-keyboard .pelot-showcase-header__notice,
    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow > .pelot-page-breadcrumb {
        display: none;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__media {
        flex: 0 0 auto;
        height: clamp(72px, 13dvh, 132px);
        min-height: 0;
        overflow: hidden;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__media video {
        height: 100%;
        object-fit: contain;
        object-position: center;
        background: #f4f5f6;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__card {
        flex: 1 1 auto;
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: hidden;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__step:not([hidden]) {
        flex: 1 1 0;
        min-height: 0;
        overflow-y: auto;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__measure-field {
        padding: 7px 11px 8px;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__measure-field > span {
        margin-bottom: 3px;
    }

    body.pelot-mobile-keyboard .pelot-custom-knitwear.is-mobile-flow .pelot-custom-knitwear__configurator-footer {
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        background: #fcfcfb;
    }
}

@media (max-width: 620px) {
    .pelot-custom-knitwear {
        width: 100%;
        padding-inline: 10px;
    }

    .pelot-custom-knitwear__layout,
    .pelot-custom-knitwear__th4-status,
    .pelot-custom-knitwear > .pelot-page-breadcrumb {
        width: 100%;
    }

    .pelot-custom-knitwear__story {
        margin-top: 16px;
        padding: 20px 16px 22px;
    }

    .pelot-custom-knitwear__story-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .pelot-custom-knitwear__guide {
        padding: 36px 18px 56px;
    }

    .pelot-custom-knitwear__hero {
        min-height: 0;
    }

    .pelot-custom-knitwear__copy {
        position: relative;
        top: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        margin-bottom: 18px;
        padding: 0 0 8px;
    }

    .pelot-custom-knitwear__copy h1 {
        font-size: clamp(2.2rem, 12vw, 3.25rem);
    }

    .pelot-custom-knitwear__media {
        position: relative;
        right: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: var(--pelot-radius);
    }

    .pelot-custom-knitwear__media video.is-intro {
        height: 100%;
        margin-top: 0;
        object-position: center bottom;
    }

    .pelot-custom-knitwear__media-caption {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .pelot-custom-knitwear__preview {
        min-height: 0;
    }

    .pelot-custom-knitwear__preview-content,
    .pelot-custom-knitwear__preview-content[data-pelot-preview-step="2"] {
        grid-template-columns: 1fr;
    }

    .pelot-custom-knitwear__fabric-swatch {
        width: 56px;
        height: 56px;
    }

    .pelot-custom-knitwear__card {
        --pelot-step-divider-gap: 24px;
        border-radius: var(--pelot-radius);
    }

    .pelot-custom-knitwear__stepper {
        padding-inline: 8px;
    }

    .pelot-custom-knitwear__stepper button small {
        font-size: .65rem;
    }

    .pelot-custom-knitwear__step {
        padding: var(--pelot-step-divider-gap) 14px 22px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] {
        padding-top: 18px;
    }

    .pelot-custom-knitwear__measure-grid {
        grid-template-columns: 1fr;
    }

    .pelot-custom-knitwear__style-options,
    .pelot-custom-knitwear__material-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pelot-custom-knitwear__style-card {
        min-height: 230px;
    }

    .pelot-custom-knitwear__sweater-shape {
        height: 130px;
    }

    .pelot-custom-knitwear__color-options {
        grid-template-columns: none;
        grid-auto-columns: 78px;
        row-gap: 0;
    }

    .pelot-custom-knitwear__configurator-footer {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 6px;
        padding: 8px;
    }

    .pelot-custom-knitwear__footer-aside {
        min-height: 50px;
        padding: 6px 8px;
    }

    .pelot-custom-knitwear__footer-aside strong {
        font-size: .78rem;
    }

    .pelot-custom-knitwear__footer-nav {
        min-height: 50px;
        padding: 6px 8px;
        gap: 5px;
    }

    .pelot-custom-knitwear__footer-nav small {
        display: none;
    }

    .pelot-custom-knitwear__footer-nav strong {
        font-size: .78rem;
    }

    .pelot-custom-knitwear__price {
        min-width: 104px;
        padding-inline: 8px;
    }

    .pelot-custom-knitwear__price strong {
        font-size: 1.2rem;
    }

    .pelot-custom-knitwear__price span {
        font-size: .62rem;
        text-align: center;
    }

    .pelot-custom-knitwear__actions {
        flex-direction: column-reverse;
    }

    .pelot-custom-knitwear__primary,
    .pelot-custom-knitwear__secondary {
        width: 100%;
    }

    .pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__summary-back {
        width: auto;
    }

    .pelot-custom-knitwear__summary {
        grid-template-columns: 1fr;
    }

    .pelot-custom-knitwear__summary-layout {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
    }

    .pelot-custom-knitwear__step[data-pelot-step="4"] .pelot-custom-knitwear__actions {
        width: 100%;
    }

    .pelot-custom-knitwear__story-reasons ul {
        grid-template-columns: 1fr 1fr;
    }

    .pelot-custom-knitwear__modal-actions {
        flex-direction: column;
    }
}

@media (min-width: 901px) and (max-height: 1000px) {
    .pelot-custom-knitwear {
        padding-top: 8px;
    }

    .pelot-custom-knitwear__hero {
        min-height: 360px;
    }

    .pelot-custom-knitwear__media {
        height: 100%;
    }

    .pelot-custom-knitwear__preview {
        min-height: 84px;
        padding-block: 7px;
    }

    .pelot-custom-knitwear__preview-content {
        min-height: 68px;
    }

    .pelot-custom-knitwear__preview-gallery img {
        height: 56px;
    }

    .pelot-custom-knitwear__card {
        --pelot-step-divider-gap: 10px;
        align-self: stretch;
        height: auto;
        min-height: 0;
        margin-top: 0;
    }

    .pelot-custom-knitwear__stepper {
        padding-top: 8px;
        padding-bottom: 6px;
    }

    .pelot-custom-knitwear__step {
        padding-top: var(--pelot-step-divider-gap);
        padding-bottom: 10px;
    }

    .pelot-custom-knitwear__style-card {
        min-height: 0;
    }

    .pelot-custom-knitwear__sweater-shape {
        height: 108px;
    }

    .pelot-custom-knitwear__material-card {
        min-height: 88px;
        padding-block: 10px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] header {
        margin-bottom: 12px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__certification {
        margin-top: auto;
        margin-bottom: auto;
        padding: 8px 10px;
    }

    .pelot-custom-knitwear__color > span {
        width: 40px;
        height: 40px;
    }

    .pelot-custom-knitwear__price {
        padding-block: 8px 10px;
    }

    .pelot-custom-knitwear__story {
        margin-top: 14px;
        padding-block: 16px 18px;
    }
}

@media (min-width: 901px) {
    .pelot-custom-knitwear__footer-aside {
        display: none;
    }

    .pelot-custom-knitwear__configurator-footer {
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .pelot-custom-knitwear__footer-nav small {
        display: none;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] {
        padding: 14px 20px 10px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] header {
        margin-bottom: 8px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-options {
        gap: 12px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-card {
        min-height: 0;
        padding: 14px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-heading {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__yarn-icon,
    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__yarn-icon::before {
        width: 40px;
        height: 40px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-heading strong {
        font-size: 1.02rem;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-heading small {
        font-size: .74rem;
        line-height: 1.4;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__material-warmth {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 10px;
        padding-top: 8px;
        align-items: center;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__warmth-meter {
        display: flex;
        gap: 5px;
        padding-right: 10px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__warmth-copy {
        padding-left: 10px;
        justify-content: center;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__warmth-meter > span:first-child,
    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__warmth-copy > strong {
        font-size: .65rem;
        line-height: 1.35;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__heat-icons i {
        width: 11px;
        height: 12px;
        flex-basis: 11px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller {
        margin-bottom: 8px;
        padding-bottom: 6px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-options {
        padding-bottom: 7px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller::before,
    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller::after {
        top: 0;
        bottom: 17px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-scroller-btn {
        top: 9px;
        width: 28px;
        height: 28px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color {
        gap: 6px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color > span {
        width: 40px;
        height: 40px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="2"] .pelot-custom-knitwear__color-tag {
        min-height: 19px;
        padding: 2px 5px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__certification {
        margin-top: auto;
        margin-bottom: auto;
        padding: 8px 10px;
        grid-template-columns: 32px minmax(0, 1fr) auto;
        gap: 10px;
        font-size: .73rem;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__certification-icon {
        width: 32px;
        height: 32px;
    }

    .pelot-custom-knitwear__step[data-pelot-step="3"] .pelot-custom-knitwear__step-error {
        min-height: 14px;
        margin-top: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pelot-custom-knitwear *,
    .pelot-custom-knitwear *::before,
    .pelot-custom-knitwear *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
