.sa-sp-page {
    --sp-ink: #10291d;
    --sp-green: #42904d;
    --sp-green-dark: #286b35;
    --sp-yellow: #fff001;
    --sp-cream: #f7f5ee;
    --sp-mint: #dfe9df;
    --sp-paper: #fffdf7;
    --sp-white: #fff;
    --sp-muted: #637168;
    --sp-line: rgba(16, 41, 29, .17);
    --sp-shadow: 0 22px 60px rgba(16, 41, 29, .11);
    color: var(--sp-ink);
    background: var(--sp-paper);
    font-family: AvenirNextLTPro, Avenir, Arial, sans-serif;
    overflow: clip;
}

.sa-sp-page *,
.sa-sp-page *::before,
.sa-sp-page *::after {
    box-sizing: border-box;
}

.sa-sp-page h1,
.sa-sp-page h2,
.sa-sp-page h3,
.sa-sp-page h4,
.sa-sp-page p,
.sa-sp-page ul,
.sa-sp-page ol,
.sa-sp-page dl,
.sa-sp-page figure {
    margin-top: 0;
}

.sa-sp-container {
    width: min(100% - 40px, 1240px);
    margin-inline: auto;
}

.sa-sp-eyebrow {
    margin-bottom: 10px;
    color: var(--sp-green-dark);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.sa-sp-hero {
    padding: 26px 0 74px;
    background:
        radial-gradient(circle at 7% 16%, rgba(255, 240, 1, .36), transparent 22%),
        linear-gradient(145deg, #f8f6ef 0%, #edf3e9 100%);
}

.sa-sp-notices:empty {
    display: none;
}

.sa-sp-notices .woocommerce-message,
.sa-sp-notices .woocommerce-error {
    margin: 0 0 22px !important;
    padding: 16px 20px 16px 48px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(16, 41, 29, .1) !important;
}

.sa-sp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--sp-muted);
    font-size: 13px;
    font-weight: 750;
}

.sa-sp-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.sa-sp-breadcrumbs a:hover {
    color: var(--sp-green-dark);
}

.sa-sp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    align-items: start;
    gap: clamp(42px, 6vw, 84px);
}

.sa-sp-gallery__stage {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(16, 41, 29, .1);
    border-radius: 28px 28px 100px 28px;
    background: #c8e4c3;
    box-shadow: var(--sp-shadow);
}

.sa-sp-gallery__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .28s ease, transform .36s ease;
}

.sa-sp-gallery__image.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.sa-sp-gallery__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.sa-sp-gallery__thumbs button {
    width: 72px;
    height: 72px;
    padding: 3px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, transform .18s ease;
}

.sa-sp-gallery__thumbs button:hover,
.sa-sp-gallery__thumbs button.is-active {
    border-color: var(--sp-ink);
    transform: translateY(-2px);
}

.sa-sp-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sa-sp-gallery__caption {
    margin: 10px 0 0;
    color: var(--sp-muted);
    font-size: 12px;
}

.sa-sp-intro h1 {
    max-width: 680px;
    margin-bottom: 20px;
    color: var(--sp-ink);
    font-size: clamp(43px, 5.2vw, 72px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.045em;
}

.sa-sp-lead {
    max-width: 640px;
    margin-bottom: 26px;
    color: #354a3f;
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.55;
}

.sa-sp-includes {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.sa-sp-includes li {
    position: relative;
    display: grid;
    gap: 2px;
    padding: 13px 16px 13px 48px;
    border: 1px solid var(--sp-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .72);
}

.sa-sp-includes li::before {
    content: "✓";
    position: absolute;
    top: 15px;
    left: 17px;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--sp-yellow);
    color: var(--sp-ink);
    font-size: 12px;
    font-weight: 950;
}

.sa-sp-includes strong {
    font-size: 16px;
    font-weight: 950;
}

.sa-sp-includes span {
    color: var(--sp-muted);
    font-size: 13px;
}

.sa-sp-proof-note {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    border-radius: 13px;
    background: var(--sp-ink);
    color: #fff;
}

.sa-sp-proof-note > span {
    display: grid;
    flex: 0 0 35px;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--sp-yellow);
    color: var(--sp-ink);
    font-weight: 950;
}

.sa-sp-proof-note p {
    display: grid;
    gap: 1px;
    margin: 0;
    font-size: 13px;
}

.sa-sp-proof-note strong {
    color: #fff;
    font-size: 15px;
}

.sa-sp-builder {
    padding: 80px 0 92px;
    background: #fff;
}

.sa-sp-builder__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    align-items: start;
    gap: 34px;
}

.sa-sp-form {
    display: grid;
    gap: 20px;
    margin: 0 !important;
}

.sa-sp-builder__heading {
    padding: 0 6px 10px;
}

.sa-sp-builder__heading h2,
.sa-sp-section-heading h2,
.sa-sp-tech h2,
.sa-sp-faq h2 {
    margin-bottom: 12px;
    color: var(--sp-ink);
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 950;
    line-height: 1.06;
    letter-spacing: -.035em;
}

.sa-sp-builder__heading > p:last-child,
.sa-sp-section-heading > p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--sp-muted);
    font-size: 17px;
    line-height: 1.55;
}

.sa-sp-step {
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--sp-line);
    border-radius: 22px;
    background: var(--sp-paper);
    box-shadow: 0 10px 34px rgba(16, 41, 29, .055);
}

.sa-sp-step__title {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.sa-sp-step__title > span {
    display: grid;
    flex: 0 0 36px;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid var(--sp-ink);
    border-radius: 10px;
    background: var(--sp-yellow);
    font-size: 15px;
    font-weight: 950;
}

.sa-sp-step__title h3 {
    margin: 0 0 3px;
    color: var(--sp-ink);
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.sa-sp-step__title p {
    margin: 0;
    color: var(--sp-muted);
    font-size: 14px;
    line-height: 1.45;
}

.sa-sp-quantity-presets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 14px;
}

.sa-sp-quantity-presets button {
    min-height: 48px;
    padding: 9px;
    border: 2px solid var(--sp-ink);
    border-radius: 11px;
    background: #fff;
    color: var(--sp-ink);
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}

.sa-sp-quantity-presets button:hover,
.sa-sp-quantity-presets button.is-active {
    background: var(--sp-yellow);
}

.sa-sp-number-field {
    display: grid;
    gap: 7px;
    color: var(--sp-ink);
    font-size: 14px;
    font-weight: 850;
}

.sa-sp-number-field input,
.sa-sp-artwork input,
.sa-sp-upload input[type="file"] {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px;
    border: 2px solid rgba(16, 41, 29, .25);
    border-radius: 10px;
    background: #fff;
    color: var(--sp-ink);
    font: inherit;
}

.sa-sp-number-field input {
    font-size: 22px;
    font-weight: 950;
    text-align: center;
}

.sa-sp-number-field input:focus,
.sa-sp-artwork input:focus,
.sa-sp-upload input:focus {
    outline: 0;
    border-color: var(--sp-green);
    box-shadow: 0 0 0 3px rgba(66, 144, 77, .16);
}

.sa-sp-number-field small,
.sa-sp-upload small {
    color: var(--sp-muted);
    font-size: 12px;
    font-weight: 650;
}

.sa-sp-materials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.sa-sp-material {
    position: relative;
    display: grid;
    align-content: start;
    min-width: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(16, 41, 29, .07);
    cursor: pointer;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.sa-sp-material:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(16, 41, 29, .12);
}

.sa-sp-material.is-selected {
    border-color: var(--sp-ink);
}

.sa-sp-material > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.sa-sp-material__visual {
    position: relative;
    display: block;
    height: 128px;
    overflow: hidden;
    background: #e7e9e7;
}

.sa-sp-material__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.sa-sp-material__visual--broken-glass {
    background:
        conic-gradient(from 15deg at 66% 30%, transparent 0 12%, rgba(72, 255, 188, .72) 13% 19%, transparent 20% 38%, rgba(178, 118, 255, .85) 39% 46%, transparent 47%),
        conic-gradient(from -42deg at 31% 72%, #bbf9ec, #efb8ff, #9af7cd, #fff1a7, #b5bdff, #bbf9ec);
}

.sa-sp-material__visual--broken-glass::after {
    content: "";
    position: absolute;
    inset: 15% 22%;
    border: 8px solid rgba(255, 255, 255, .75);
    clip-path: polygon(50% 0, 95% 23%, 78% 100%, 14% 88%, 0 27%);
    transform: rotate(11deg);
}

.sa-sp-material__visual--reflective {
    background:
        radial-gradient(circle at 64% 26%, rgba(255, 255, 255, .98) 0 5%, transparent 24%),
        linear-gradient(135deg, #111 0 30%, #dfe4e4 31% 42%, #151515 43% 61%, #f7f7f1 62% 72%, #1a1a1a 73%);
}

.sa-sp-material__visual--reflective::after {
    content: "REFLECTIVE";
    position: absolute;
    right: 9px;
    bottom: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .1em;
}

.sa-sp-material__copy {
    display: grid;
    gap: 4px;
    min-height: 108px;
    padding: 13px;
}

.sa-sp-material__copy strong {
    color: var(--sp-ink);
    font-size: 15px;
    font-weight: 950;
}

.sa-sp-material__copy small {
    color: var(--sp-muted);
    font-size: 11px;
    line-height: 1.35;
}

.sa-sp-material__check {
    position: absolute;
    top: 9px;
    right: 9px;
    display: none;
    place-items: center;
    width: 27px;
    height: 27px;
    border: 2px solid var(--sp-ink);
    border-radius: 50%;
    background: var(--sp-yellow);
    font-size: 13px;
    font-weight: 950;
}

.sa-sp-material.is-selected .sa-sp-material__check {
    display: grid;
}

.sa-sp-size-note {
    margin: -2px 0 16px;
    padding: 12px 14px;
    border: 1px solid #e6d500;
    border-radius: 11px;
    background: #fffbd1;
    font-size: 13px;
    line-height: 1.45;
}

.sa-sp-artwork-groups {
    display: grid;
    gap: 14px;
}

.sa-sp-artwork-group {
    padding: 17px;
    border: 1px solid var(--sp-line);
    border-radius: 14px;
    background: #fff;
}

.sa-sp-artwork-group > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px;
}

.sa-sp-artwork-group > header > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.sa-sp-artwork-group h4 {
    margin: 0;
    color: var(--sp-ink);
    font-size: 17px;
    font-weight: 950;
}

.sa-sp-artwork-group header small {
    color: var(--sp-muted);
    font-size: 11px;
    font-weight: 800;
}

.sa-sp-artwork-group__dot {
    width: 18px;
    height: 18px;
    border: 2px solid var(--sp-ink);
    border-radius: 50%;
    background: #fff;
}

.sa-sp-artwork-group__dot--standard { background: #efb4d1; }
.sa-sp-artwork-group__dot--trasparente { background: linear-gradient(135deg, #fff 50%, #bde6dc 50%); }
.sa-sp-artwork-group__dot--olografico { background: linear-gradient(135deg, #91e7f0, #f0b8ea, #f9e09a); }
.sa-sp-artwork-group__dot--glitter { background: #e8a4ef; box-shadow: inset 0 0 0 3px rgba(255,255,255,.65); }
.sa-sp-artwork-group__dot--broken-glass { background: conic-gradient(#a8fff0, #eaa8ff, #fff4a5, #a8fff0); }
.sa-sp-artwork-group__dot--reflective { background: linear-gradient(135deg, #111 50%, #f5f5f5 50%); }
.sa-sp-artwork-group__dot--argento { background: linear-gradient(135deg, #777, #f5f5f5, #aaa); }
.sa-sp-artwork-group__dot--oro { background: linear-gradient(135deg, #8a5b00, #ffdf55, #a36b00); }

.sa-sp-artwork-group__rows {
    display: grid;
    gap: 9px;
}

.sa-sp-artwork {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr) 132px 32px;
    align-items: end;
    gap: 9px;
}

.sa-sp-artwork__number {
    display: grid;
    place-items: center;
    width: 30px;
    height: 50px;
    border-radius: 9px;
    background: var(--sp-mint);
    font-size: 12px;
    font-weight: 950;
}

.sa-sp-artwork label {
    display: grid;
    gap: 5px;
}

.sa-sp-artwork label > span {
    color: var(--sp-muted);
    font-size: 11px;
    font-weight: 800;
}

.sa-sp-artwork input {
    min-height: 50px;
    font-size: 14px;
}

.sa-sp-artwork input[type="number"] {
    font-size: 17px;
    font-weight: 950;
    text-align: center;
}

.sa-sp-artwork__remove {
    width: 32px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #f6e4e1;
    color: #8a2e1e;
    font-size: 24px;
    cursor: pointer;
}

.sa-sp-artwork__remove:disabled {
    opacity: .25;
    cursor: not-allowed;
}

.sa-sp-add-artwork {
    margin-top: 12px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: var(--sp-green-dark);
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.sa-sp-composition-status {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 850;
}

.sa-sp-composition-status.is-valid {
    background: #e4f4e6;
    color: #1f642b;
}

.sa-sp-composition-status.is-error {
    background: #fff1cc;
    color: #735500;
}

.sa-sp-header-options,
.sa-sp-delivery-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.sa-sp-header-options label,
.sa-sp-delivery-options label {
    position: relative;
    display: grid;
    gap: 4px;
    min-height: 118px;
    padding: 16px;
    border: 2px solid var(--sp-line);
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
}

.sa-sp-header-options label.is-selected,
.sa-sp-delivery-options label:has(input:checked) {
    border-color: var(--sp-ink);
    background: #fffde8;
}

.sa-sp-header-options input,
.sa-sp-delivery-options input {
    position: absolute;
    top: 13px;
    right: 13px;
    accent-color: var(--sp-green);
}

.sa-sp-header-options strong,
.sa-sp-delivery-options strong {
    color: var(--sp-ink);
    font-size: 15px;
    font-weight: 950;
}

.sa-sp-header-options small,
.sa-sp-delivery-options small {
    color: var(--sp-muted);
    font-size: 12px;
}

.sa-sp-header-icon {
    position: relative;
    display: block;
    width: 76px;
    height: 31px;
    margin-bottom: 7px;
    border: 2px solid var(--sp-ink);
    border-radius: 3px;
    background: var(--sp-mint);
}

.sa-sp-header-icon::before,
.sa-sp-header-icon::after {
    content: "";
    position: absolute;
    top: 17px;
    width: 13px;
    height: 1px;
    background: var(--sp-ink);
}

.sa-sp-header-icon::before { left: 10px; }
.sa-sp-header-icon::after { right: 10px; }

.sa-sp-header-icon--hole span,
.sa-sp-header-icon--hole::before {
    content: "";
}

.sa-sp-header-icon--hole::after {
    top: 5px;
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border: 2px solid var(--sp-ink);
    border-radius: 50%;
    background: var(--sp-paper);
}

.sa-sp-template {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 13px;
    padding: 14px 15px;
    border-radius: 11px;
    background: var(--sp-mint);
}

.sa-sp-template > div {
    display: grid;
    gap: 3px;
}

.sa-sp-template strong {
    color: var(--sp-ink);
    font-size: 14px;
    font-weight: 950;
}

.sa-sp-template span {
    color: var(--sp-muted);
    font-size: 11px;
}

.sa-sp-template a {
    flex: 0 0 auto;
    padding: 9px 13px;
    border-radius: 9px;
    background: var(--sp-ink);
    color: var(--sp-yellow);
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.sa-sp-delivery-options label {
    min-height: 92px;
    grid-template-columns: 20px 1fr;
}

.sa-sp-delivery-options input {
    position: static;
    margin-top: 3px;
}

.sa-sp-delivery-options span {
    display: grid;
    gap: 4px;
}

.sa-sp-upload {
    display: grid;
    gap: 7px;
    margin-top: 13px;
    padding: 15px;
    border: 1px dashed rgba(16, 41, 29, .4);
    border-radius: 12px;
    background: var(--sp-mint);
    font-size: 13px;
    font-weight: 850;
}

.sa-sp-upload[hidden] {
    display: none;
}

.sa-sp-file-note {
    display: grid;
    gap: 5px;
    padding: 16px;
    border: 1px solid rgba(16, 41, 29, .18);
    border-radius: 12px;
    background: var(--sp-mint);
    color: var(--sp-muted);
    font-size: 13px;
    line-height: 1.5;
}

.sa-sp-file-note strong {
    color: var(--sp-ink);
    font-size: 14px;
    font-weight: 950;
}

.sa-sp-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 64px;
    padding: 15px 20px;
    border: 2px solid var(--sp-ink);
    border-radius: 14px;
    background: var(--sp-yellow);
    color: var(--sp-ink);
    font: inherit;
    font-size: 17px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 9px 0 var(--sp-ink);
    transition: transform .16s ease, box-shadow .16s ease;
}

.sa-sp-submit:hover:not(:disabled) {
    transform: translateY(3px);
    box-shadow: 0 6px 0 var(--sp-ink);
}

.sa-sp-submit:disabled {
    opacity: .45;
    cursor: not-allowed;
    box-shadow: none;
}

.sa-sp-submit strong {
    font-size: 20px;
}

.sa-sp-submit-note {
    margin: -4px 4px 0;
    color: var(--sp-muted);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.sa-sp-price-card {
    position: sticky;
    top: 112px;
    padding: 25px;
    border: 2px solid var(--sp-ink);
    border-radius: 22px;
    background: var(--sp-ink);
    color: #fff;
    box-shadow: var(--sp-shadow);
}

.sa-sp-price-card__eyebrow {
    margin-bottom: 8px;
    color: var(--sp-yellow);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.sa-sp-price-card__total {
    margin-bottom: 2px;
    color: #fff;
    font-size: clamp(39px, 5vw, 54px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.04em;
}

.sa-sp-price-card__total .woocommerce-Price-currencySymbol,
.sa-sp-price-card__total bdi {
    color: inherit;
}

.sa-sp-price-card__per {
    margin: 0 0 23px;
    color: #c7d3ca;
    font-size: 13px;
}

.sa-sp-price-card__per strong {
    color: #fff;
}

.sa-sp-price-card__included {
    display: grid;
    gap: 4px;
    margin: 0 0 18px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 240, 1, .45);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
}

.sa-sp-price-card__included strong {
    color: var(--sp-yellow);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sa-sp-price-card__included span {
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
}

.sa-sp-price-card dl {
    display: grid;
    gap: 0;
    margin: 0 0 18px;
}

.sa-sp-price-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    font-size: 13px;
}

.sa-sp-price-card dt {
    color: #c7d3ca;
}

.sa-sp-price-card dt small {
    display: block;
    color: var(--sp-yellow);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.sa-sp-price-card dd {
    margin: 0;
    color: #fff;
    font-weight: 900;
}

.sa-sp-price-card__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 17px;
}

.sa-sp-price-card__stats span {
    display: grid;
    gap: 2px;
    padding: 9px 5px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .09);
    color: #c7d3ca;
    font-size: 9px;
    text-align: center;
}

.sa-sp-price-card__stats strong {
    color: #fff;
    font-size: 15px;
}

.sa-sp-price-card > small {
    display: block;
    color: #aebfb4;
    font-size: 10px;
    line-height: 1.5;
}

.sa-sp-price-card__warning {
    margin: 0 0 14px;
    padding: 10px;
    border-radius: 9px;
    background: var(--sp-yellow);
    color: var(--sp-ink);
    font-size: 12px;
    font-weight: 900;
}

.sa-sp-details,
.sa-sp-process,
.sa-sp-faq {
    padding: 86px 0;
}

.sa-sp-details {
    background: var(--sp-cream);
}

.sa-sp-section-heading {
    max-width: 770px;
    margin-bottom: 38px;
}

.sa-sp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.sa-sp-feature-grid article {
    min-height: 240px;
    padding: 27px;
    border: 1px solid var(--sp-line);
    border-radius: 21px;
    background: #fff;
}

.sa-sp-feature-grid article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 29px;
    border-radius: 50%;
    background: var(--sp-yellow);
    font-size: 12px;
    font-weight: 950;
}

.sa-sp-feature-grid h3,
.sa-sp-process h3 {
    margin-bottom: 9px;
    color: var(--sp-ink);
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.025em;
}

.sa-sp-feature-grid p,
.sa-sp-process p,
.sa-sp-faq p,
.sa-sp-tech p {
    margin-bottom: 0;
    color: var(--sp-muted);
    font-size: 15px;
    line-height: 1.65;
}

.sa-sp-tech {
    padding: 86px 0;
    background: var(--sp-ink);
    color: #fff;
}

.sa-sp-tech__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    align-items: center;
    gap: clamp(40px, 6vw, 80px);
}

.sa-sp-tech .sa-sp-eyebrow {
    color: var(--sp-yellow);
}

.sa-sp-tech h2,
.sa-sp-tech p {
    color: #fff;
}

.sa-sp-tech dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 27px 0 19px;
}

.sa-sp-tech dl > div {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 11px;
    background: rgba(255, 255, 255, .06);
}

.sa-sp-tech dt {
    margin-bottom: 4px;
    color: #aebfb4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sa-sp-tech dd {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.sa-sp-tech .sa-sp-tech__note {
    color: #c7d3ca;
    font-size: 12px;
}

.sa-sp-tech figure {
    margin: 0;
}

.sa-sp-tech figure img {
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.sa-sp-tech figcaption {
    margin-top: 9px;
    color: #aebfb4;
    font-size: 11px;
}

.sa-sp-process {
    background: #fff;
}

.sa-sp-process ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sa-sp-process li {
    padding: 23px;
    border-radius: 17px;
    background: var(--sp-mint);
}

.sa-sp-process li > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 34px;
    border-radius: 50%;
    background: var(--sp-ink);
    color: var(--sp-yellow);
    font-weight: 950;
}

.sa-sp-process h3 {
    font-size: 18px;
}

.sa-sp-process p {
    font-size: 13px;
}

.sa-sp-faq {
    background: var(--sp-cream);
}

.sa-sp-faq__grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(35px, 6vw, 80px);
}

.sa-sp-faq__grid > div:first-child {
    position: sticky;
    top: 110px;
}

.sa-sp-faq details {
    border-bottom: 1px solid var(--sp-line);
}

.sa-sp-faq summary {
    position: relative;
    padding: 22px 48px 22px 0;
    color: var(--sp-ink);
    font-size: 17px;
    font-weight: 950;
    cursor: pointer;
    list-style: none;
}

.sa-sp-faq summary::-webkit-details-marker {
    display: none;
}

.sa-sp-faq summary::after {
    content: "+";
    position: absolute;
    top: 17px;
    right: 0;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--sp-yellow);
    font-size: 21px;
}

.sa-sp-faq details[open] summary::after {
    content: "−";
}

.sa-sp-faq details p {
    padding: 0 50px 22px 0;
}

@media (max-width: 1060px) {
    .sa-sp-hero__grid {
        grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
        gap: 38px;
    }

    .sa-sp-builder__layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 24px;
    }

    .sa-sp-materials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sa-sp-process ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .sa-sp-container {
        width: min(100% - 28px, 720px);
    }

    .sa-sp-hero {
        padding-bottom: 54px;
    }

    .sa-sp-hero__grid,
    .sa-sp-builder__layout,
    .sa-sp-tech__grid,
    .sa-sp-faq__grid {
        grid-template-columns: 1fr;
    }

    .sa-sp-gallery {
        max-width: 620px;
        margin-inline: auto;
    }

    .sa-sp-intro h1 {
        font-size: clamp(42px, 11vw, 64px);
    }

    .sa-sp-price-card {
        position: static;
        grid-row: auto;
        order: 2;
    }

    .sa-sp-feature-grid {
        grid-template-columns: 1fr;
    }

    .sa-sp-feature-grid article {
        min-height: 0;
    }

    .sa-sp-faq__grid > div:first-child {
        position: static;
    }
}

@media (max-width: 560px) {
    .sa-sp-hero,
    .sa-sp-builder,
    .sa-sp-details,
    .sa-sp-tech,
    .sa-sp-process,
    .sa-sp-faq {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .sa-sp-breadcrumbs {
        margin-bottom: 20px;
    }

    .sa-sp-gallery__stage {
        border-radius: 20px 20px 58px 20px;
    }

    .sa-sp-intro h1 {
        margin-top: 8px;
        font-size: 43px;
    }

    .sa-sp-lead {
        font-size: 17px;
    }

    .sa-sp-step {
        padding: 18px 15px;
        border-radius: 17px;
    }

    .sa-sp-quantity-presets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sa-sp-materials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sa-sp-material {
        grid-template-columns: 52px minmax(0, 1fr);
        align-content: stretch;
        min-height: 68px;
        border-radius: 12px;
    }

    .sa-sp-material__visual {
        width: 52px;
        height: 100%;
        min-height: 64px;
    }

    .sa-sp-material__copy {
        align-content: center;
        min-width: 0;
        min-height: 0;
        padding: 8px 7px;
    }

    .sa-sp-material__copy strong {
        font-size: 13px;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .sa-sp-material__copy small {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        border: 0;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .sa-sp-material__check {
        top: 4px;
        right: auto;
        left: 30px;
        width: 20px;
        height: 20px;
        border-width: 1px;
        font-size: 10px;
    }

    .sa-sp-material__visual--broken-glass::after {
        border-width: 4px;
    }

    .sa-sp-material__visual--reflective::after {
        display: none;
    }

    .sa-sp-artwork-group {
        padding: 12px;
    }

    .sa-sp-artwork-group > header {
        margin-bottom: 10px;
    }

    .sa-sp-artwork-group__rows {
        gap: 7px;
    }

    .sa-sp-artwork {
        grid-template-columns: 27px minmax(0, 1fr) 70px 36px;
        gap: 6px;
    }

    .sa-sp-artwork__number {
        width: 27px;
    }

    .sa-sp-artwork__remove {
        grid-column: auto;
        width: 36px;
        height: 50px;
        font-size: 22px;
    }

    .sa-sp-header-options,
    .sa-sp-delivery-options,
    .sa-sp-tech dl,
    .sa-sp-process ol {
        grid-template-columns: 1fr;
    }

    .sa-sp-template {
        align-items: stretch;
        flex-direction: column;
    }

    .sa-sp-template a {
        text-align: center;
    }

    .sa-sp-submit {
        align-items: flex-start;
        flex-direction: column;
    }

    .sa-sp-price-card__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sa-sp-price-card {
        padding: 20px;
        border-radius: 18px;
    }

    .sa-sp-includes {
        gap: 7px;
        margin-bottom: 18px;
    }

    .sa-sp-includes li {
        padding: 10px 12px 10px 40px;
    }

    .sa-sp-includes li::before {
        top: 11px;
        left: 12px;
    }

    .sa-sp-includes strong {
        font-size: 14px;
    }

    .sa-sp-includes span {
        font-size: 12px;
        line-height: 1.3;
    }
}

/* Product-template parity for the custom Sticker Pack landing. */
.sa-sp-page .sa-product-live__summary-breadcrumbs {
    margin: 0 0 12px !important;
    color: #129447 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

.sa-sp-page .sa-product-live__summary-breadcrumbs .woocommerce-breadcrumb {
    margin: 0 !important;
    color: #129447 !important;
}

.sa-sp-page .sa-product-live__summary-breadcrumbs a {
    color: #129447 !important;
    text-decoration: none !important;
}

.sa-sp-page .sa-product-live__faq.sa-hd-faq {
    padding: 76px 0 !important;
    background: #faf6ec !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-narrow {
    width: min(880px, calc(100% - 40px)) !important;
    margin-inline: auto !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-title {
    margin: 0 0 28px !important;
    color: #10291e !important;
    font-size: clamp(36px, 4.4vw, 58px) !important;
    font-weight: 950 !important;
    line-height: 1.06 !important;
    text-align: center !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-eyebrow {
    display: block !important;
    margin-bottom: 16px !important;
    color: #42904d !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__list {
    display: grid !important;
    gap: 12px !important;
    margin-top: 44px !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__item {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(16, 41, 30, .16) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(16, 41, 29, .05) !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__item summary {
    position: relative !important;
    padding: 20px 58px 20px 22px !important;
    border: 0 !important;
    background: transparent !important;
    color: #10291e !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
    list-style: none !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__item summary::-webkit-details-marker {
    display: none !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__item summary::after {
    content: "\2304" !important;
    position: absolute !important;
    top: 50% !important;
    right: 22px !important;
    color: #42904d !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    transform: translateY(-58%) !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__item[open] summary::after {
    transform: translateY(-42%) rotate(180deg) !important;
}

.sa-sp-page .sa-product-live__faq .sa-hd-faq__item p {
    margin: 0 !important;
    padding: 0 22px 22px !important;
    color: #43554a !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

@media (max-width: 800px) {
    .sa-sp-page .sa-product-live__faq .sa-hd-faq__item summary {
        padding: 18px 50px 18px 18px !important;
        font-size: 16px !important;
    }

    .sa-sp-page .sa-product-live__faq .sa-hd-faq__item p {
        padding: 0 18px 18px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 640px) {
    .sa-sp-page .sa-product-live__faq .sa-hd-narrow {
        width: calc(100% - 32px) !important;
    }
}
