.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@400;600;700&display=swap");
#permutatore .permutatore-form {
--accent: #0071e3;
--accent-600: #0a84ff;
--text: #1d1d1f;
--muted: #6e6e73;
--bg: #fff;
--surface: #f5f5f7;
--border: #d2d2d7;
--radius: 14px;
--shadow: 0 24px 60px rgba(0,0,0,.08);
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", Segoe UI, Roboto, Helvetica, Arial, sans-serif;
color: var(--text);
max-width: 960px;
margin: 32px auto;
padding: 28px;
background: var(--bg);
border-radius: var(--radius);
box-shadow: var(--shadow)
}
#permutatore .perm-title {
font-size: 1.6rem;
line-height: 1.25;
font-weight: 700;
margin: 0 0 .75rem
}
#permutatore .perm-hint {
display: none !important
}
#permutatore .perm-wizard-progress {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin: 2px 0 18px;
padding: 12px 14px;
border: 1px solid #dfe7f4;
border-radius: 18px;
background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
box-shadow: 0 14px 28px rgba(15, 23, 42, .06)
}
#permutatore .perm-wizard-progress__meta {
display: grid;
gap: 4px;
min-width: 0
}
#permutatore .perm-wizard-progress__eyebrow {
display: inline-flex;
align-items: center;
min-height: 26px;
width: fit-content;
padding: 0 10px;
border-radius: 999px;
background: rgba(17, 76, 176, .08);
color: #114cb0;
font-size: 11px;
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase
}
#permutatore .perm-wizard-progress__step {
color: #132238;
font-size: 15px;
font-weight: 700;
line-height: 1.15
}
#permutatore .perm-wizard-progress__status {
display: flex;
align-items: center;
gap: 10px;
flex: 0 0 min(260px, 42%);
min-width: 180px
}
#permutatore .perm-wizard-progress__count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 48px;
height: 30px;
padding: 0 10px;
border-radius: 999px;
background: #114cb0;
color: #fff;
font-size: 12px;
font-weight: 800;
letter-spacing: .04em
}
#permutatore .perm-wizard-progress__track {
position: relative;
display: block;
flex: 1 1 auto;
height: 8px;
border-radius: 999px;
background: rgba(17, 76, 176, .12);
overflow: hidden
}
#permutatore .perm-wizard-progress__bar {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 10%;
border-radius: inherit;
background: linear-gradient(90deg, #0071e3 0%, #0a84ff 100%);
transition: width .28s ease
}
#permutatore .perm-reservation-note {
display: grid;
grid-template-columns: 36px minmax(0, 1fr) auto;
gap: 10px;
align-items: start;
margin: 0 0 18px;
padding: 12px 14px;
border: 1px solid rgba(185, 28, 28, .18);
border-radius: 16px;
background:
radial-gradient(circle at top right, rgba(185, 28, 28, .10), rgba(185, 28, 28, 0) 34%),
linear-gradient(180deg, #fff7f7 0%, #fff2eb 100%);
box-shadow: 0 14px 26px rgba(185, 28, 28, .08)
}
#permutatore .perm-reservation-note__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 999px;
background: linear-gradient(135deg, #b91c1c, #ef4444);
color: #fff;
font-size: .9rem;
font-weight: 800;
box-shadow: 0 10px 20px rgba(185, 28, 28, .16)
}
#permutatore .perm-reservation-note__content {
display: grid;
gap: 4px
}
#permutatore .perm-reservation-note__content strong {
display: block;
color: #7f1d1d;
font-size: .92rem;
line-height: 1.35
}
#permutatore .perm-reservation-note__content span {
color: #9a3412;
font-size: .84rem;
line-height: 1.46
}
#permutatore .perm-reservation-note__close {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
padding: 0;
border: 0;
border-radius: 999px;
background: rgba(127, 29, 29, .08);
color: #7f1d1d;
font-size: 18px;
line-height: 1;
cursor: pointer;
transition: transform .18s cubic-bezier(.22,1,.36,1), background .22s ease, color .22s ease, box-shadow .22s ease
}
#permutatore .perm-reservation-note__close:hover {
transform: translateY(-1px);
background: rgba(127, 29, 29, .14);
box-shadow: 0 10px 18px rgba(127, 29, 29, .12)
}
#permutatore .perm-reservation-note__close:focus {
outline: 0
}
#permutatore .perm-reservation-note__close:focus-visible {
box-shadow: 0 0 0 3px rgba(185, 28, 28, .14)
}
#permutatore .perm-submit-note {
margin: 0 0 14px;
padding: 11px 13px;
border: 1px solid rgba(185, 28, 28, .14);
border-left: 4px solid #b91c1c;
border-radius: 14px;
background: linear-gradient(180deg, rgba(185, 28, 28, .06), rgba(249, 115, 22, .04));
color: #7c2d12;
font-size: .86rem;
line-height: 1.5
}
@keyframes permFadeUp {
0% {
opacity: 0;
transform: translateY(8px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
#permutatore .perm-step {
animation: permFadeUp .28s ease both;
margin-bottom: 2.5rem
}
#permutatore .perm-step[hidden] {
display: none
}
#permutatore .perm-fieldset {
border: 1px solid var(--border);
background: #fff;
border-radius: 18px;
padding: 24px 26px;
margin: 28px 0;
box-shadow: 0 16px 40px rgba(0,0,0,.06);
transition: box-shadow .25s ease, transform .1s ease
}
#permutatore .perm-fieldset:hover {
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(16, 24, 40, .08)
}
#permutatore .perm-fieldset>legend {
padding: 0 .7rem;
font-weight: 700;
color: #101828;
font-size: 1.05rem;
margin-bottom: .6rem
}
#permutatore .perm-fieldset>legend small,
#permutatore .perm-fieldset>legend br {
display: none !important
}
#permutatore .perm-choice {
display: flex;
align-items: center;
gap: .9rem;
margin: .85rem 0;
padding: .8rem 1rem;
border: 1px solid #e3e8ef;
border-radius: 12px;
background: #f9fafb;
cursor: pointer;
transition: all .25s ease;
position: relative
}
#permutatore .perm-choice:hover {
background: #f2f2f7;
border-color: #e5e5ea;
box-shadow: 0 6px 20px rgba(0,0,0,.06)
}
#permutatore .perm-choice:has(input:checked) {
background: #f5f5f7;
border-color: var(--accent);
box-shadow: 0 0 0 3px rgba(0, 113, 227, .20);
transform: translateY(-1px)
}
#permutatore .perm-choice span {
font-size: 1rem;
color: #1d2327;
line-height: 1.4;
font-weight: 500;
flex: 1
}
#permutatore .perm-choice input[type="radio"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 22px;
height: 22px;
border: 2px solid #cbd5e1;
border-radius: 50%;
background: #fff;
display: inline-block;
position: relative;
transition: all .25s ease;
flex-shrink: 0
}
#permutatore .perm-choice input[type="radio"]:hover {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(30, 115, 190, .12)
}
#permutatore .perm-choice input[type="radio"]:checked {
border-color: var(--accent);
background: radial-gradient(circle at center, var(--accent) 55%, transparent 56%);
box-shadow: 0 0 0 4px rgba(30, 115, 190, .15);
animation: permRadioPop .25s ease
}
#permutatore .perm-choice input[type="checkbox"] {
appearance: none;
width: 22px;
height: 22px;
border: 2px solid #cbd5e1;
border-radius: 6px;
background: #fff;
position: relative;
transition: all .25s ease;
flex-shrink: 0
}
#permutatore .perm-choice input[type="checkbox"]:hover {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(30, 115, 190, .12)
}
#permutatore .perm-choice input[type="checkbox"]:checked {
border-color: var(--accent);
background: var(--accent);
box-shadow: 0 0 0 4px rgba(30, 115, 190, .15);
animation: permRadioPop .25s ease
}
#permutatore .perm-choice input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 6px;
top: 2px;
width: 7px;
height: 13px;
border: 2px solid #fff;
border-left: none;
border-top: none;
transform: rotate(45deg)
}
@keyframes permRadioPop {
0% {
transform: scale(.8);
opacity: .6
}
100% {
transform: scale(1);
opacity: 1
}
}
#permutatore .perm-upload {
margin-top: 1.4rem;
padding-top: 1rem;
border-top: 1px dashed #e3e8ef
}
#permutatore .perm-label {
display: block;
margin-bottom: 6px;
font-weight: 600
}
#permutatore .custom-select-wrapper {
position: relative;
max-width: 700px;
margin: 8px 0 16px
}
#permutatore .custom-select-toggle {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
border: 1.5px solid var(--border);
background: #fff;
padding: 14px 16px;
border-radius: 16px;
cursor: pointer;
box-shadow: 0 16px 40px rgba(0,0,0,.05);
font-size: 1rem;
transition: border-color .2s ease, transform .06s ease
}
#permutatore .custom-select-toggle:hover {
border-color: #d0e5ff;
transform: translateY(-1px)
}
#permutatore .custom-select-arrow {
opacity: .75
}
#permutatore .custom-select-panel {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 8px);
background: #fff;
border: 1px solid var(--border);
border-radius: 16px;
z-index: 1000;
max-height: 360px;
overflow: auto;
box-shadow: 0 24px 60px rgba(0, 0, 0, .12);
opacity: 0;
transform: translateY(6px);
transition: opacity .18s ease, transform .18s ease
}
#permutatore .custom-select-toggle[aria-expanded="true"]+.custom-select-panel,
#permutatore .custom-select-panel:not([hidden]) {
opacity: 1;
transform: translateY(0)
}
#permutatore .custom-select-search {
padding: 10px 12px;
border-bottom: 1px solid var(--border)
}
#permutatore .custom-select-search-input {
width: 100%;
padding: 10px 12px;
border: 1px solid var(--border);
border-radius: 10px;
transition: border-color .2s ease, box-shadow .2s ease
}
#permutatore .custom-select-search-input:focus {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(30, 115, 190, .15);
outline: 0
}
#permutatore .custom-select-options {
padding: 6px
}
#permutatore .custom-select-option {
padding: 10px 12px;
border-radius: 12px;
cursor: pointer;
transition: background .15s ease
}
#permutatore .custom-select-option:hover {
background: #f6f9ff
}
#permutatore .custom-select-option.selected {
background: #eef6ff;
border: 1px solid #d0e5ff
}
#permutatore .opt-inner {
display: flex;
align-items: center;
gap: 12px
}
#permutatore .opt-thumb {
width: 50px;
height: 50px;
border-radius: 12px;
object-fit: cover;
background: #f3f4f6;
border: 1px solid var(--border)
}
#permutatore .opt-title {
font-weight: 600
}
#permutatore .opt-sub {
font-size: .86rem;
color: var(--muted)
}
#permutatore .permutatore-form input[type="text"],
#permutatore .permutatore-form input[type="email"],
#permutatore .permutatore-form input[type="tel"],
#permutatore .permutatore-form input[type="file"] {
display: block;
width: 100%;
max-width: 560px;
padding: 12px 14px;
border: 1px solid var(--border);
border-radius: 12px;
background: #fff;
transition: border-color .2s ease, box-shadow .2s ease, transform .06s ease;
margin: .45rem 0
}
#permutatore .permutatore-form input[type="text"]:focus,
#permutatore .permutatore-form input[type="email"]:focus,
#permutatore .permutatore-form input[type="tel"]:focus,
#permutatore .permutatore-form input[type="file"]:focus {
border-color: var(--accent);
box-shadow: 0 0 0 4px rgba(30, 115, 190, .15);
outline: 0
}
#permutatore .perm-invalid {
outline: 2px solid #d63638;
outline-offset: 2px;
border-radius: 10px
}
#permutatore .perm-fieldset-error {
border-color: #f87171 !important;
background: #fef2f2 !important;
box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15) !important;
animation: permutatore-shake 0.5s ease-in-out
}
@keyframes permutatore-shake {
0%,
100% {
transform: translateX(0)
}
25% {
transform: translateX(-2px)
}
75% {
transform: translateX(2px)
}
}
#permutatore .perm-nav {
display: flex;
gap: 12px;
margin-top: 22px
}
#permutatore .perm-nav .perm-next,
#permutatore .perm-nav .perm-back,
#permutatore .perm-submit {
background: var(--accent);
color: #fff;
border: 0;
padding: 13px 20px;
border-radius: 12px;
cursor: pointer;
box-shadow: var(--shadow);
font-weight: 700;
letter-spacing: .01em;
transition: transform .2s cubic-bezier(.22,1,.36,1), box-shadow .24s ease, background .24s ease, filter .24s ease
}
#permutatore .perm-nav .perm-back {
background: #8e8e93
}
#permutatore .perm-nav .perm-next:hover,
#permutatore .perm-submit:hover {
transform: translateY(-2px);
background: var(--accent-600);
box-shadow: 0 18px 36px rgba(0, 113, 227, .20);
filter: saturate(1.03)
}
#permutatore .perm-nav .perm-next:focus,
#permutatore .perm-nav .perm-back:focus,
#permutatore .perm-submit:focus {
outline: 0;
box-shadow: 0 0 0 4px rgba(0, 113, 227, .18), var(--shadow);
}
#permutatore .perm-nav .perm-back:hover {
transform: translateY(-2px);
background: #6e6e73;
box-shadow: 0 16px 30px rgba(110, 110, 115, .20)
}
#permutatore .perm-loading {
margin-left: 8px;
color: var(--muted)
}
#permutatore .permutatore-message {
position: fixed;
top: 22px;
left: 50%;
z-index: 999999;
width: min(560px, calc(100vw - 32px));
padding: 14px 16px;
border-radius: 16px;
border: 1px solid var(--border);
box-shadow: 0 24px 54px rgba(15, 23, 42, .16);
backdrop-filter: blur(12px);
opacity: 0;
transform: translateX(-50%) translateY(-12px) scale(.98);
transition: opacity .22s ease, transform .26s cubic-bezier(.22,1,.36,1), box-shadow .24s ease;
pointer-events: none
}
#permutatore .permutatore-message.is-visible {
opacity: 1;
transform: translateX(-50%) translateY(0) scale(1)
}
#permutatore .permutatore-message.is-leaving {
opacity: 0;
transform: translateX(-50%) translateY(-10px) scale(.98)
}
#permutatore .perm-success {
background: rgba(236, 253, 243, .96);
border-color: #a7f3d0;
color: #14532d
}
#permutatore .perm-error {
background: rgba(254, 242, 242, .97);
border-color: #fecaca;
color: #991b1b
}
@media (max-width:640px) {
#permutatore .permutatore-form {
padding: 18px
}
#permutatore .perm-reservation-note {
grid-template-columns: 1fr auto;
gap: 10px;
padding: 12px
}
#permutatore .perm-reservation-note__content {
grid-column: 1 / -1
}
#permutatore .perm-reservation-note__icon {
width: 34px;
height: 34px
}
#permutatore .permutatore-message {
top: 12px;
width: calc(100vw - 20px);
padding: 12px 14px;
border-radius: 14px
}
#permutatore .perm-title {
font-size: 1.35rem
}
#permutatore .perm-nav {
flex-direction: column
}
#permutatore .perm-nav button {
width: 100%
}
} #permutatore .perm-step[data-step="10"] {
background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 32px 28px;
box-shadow: var(--shadow);
}
#permutatore .perm-step[data-step="10"] .perm-title {
text-align: center;
margin-bottom: 28px;
color: var(--accent);
position: relative;
}
.perm-quote-thumb{
margin-bottom: 32px;
}
.perm-quote-price-container {
display: flex;
justify-content: space-between;
align-items: center;
border: 2px solid #1e73be;
border-radius: 12px;
padding: 2px 10px;
background-color: #1e73be;
}
#permutatore .perm-step[data-step="10"] .perm-title::after {
content: "";
display: block;
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--accent) 0%, #6aa8ff 100%);
margin: 8px auto 0;
border-radius: 2px;
}
#permutatore .perm-step[data-step="10"] label {
display: block;
font-weight: 600;
color: var(--text);
}
#permutatore .perm-step[data-step="10"] label:has(input[type="checkbox"]) {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 16px 20px;
background: #f0f7ff;
border: 1px solid #d0e5ff;
border-radius: 12px;
margin-top: 24px;
font-weight: 500;
line-height: 1.5;
}
#permutatore .perm-step[data-step="10"] input[type="checkbox"] {
appearance: none;
width: 20px;
height: 20px;
border: 2px solid var(--accent);
border-radius: 4px;
background: #fff;
position: relative;
transition: all .25s ease;
flex-shrink: 0;
margin-top: 2px;
}
#permutatore .perm-step[data-step="10"] input[type="checkbox"]:checked {
background: var(--accent);
border-color: var(--accent);
}
#permutatore .perm-step[data-step="10"] input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 5px;
top: 1px;
width: 6px;
height: 12px;
border: 2px solid #fff;
border-left: none;
border-top: none;
transform: rotate(45deg);
}
#permutatore .perm-step[data-step="10"] input[type="text"],
#permutatore .perm-step[data-step="10"] input[type="email"],
#permutatore .perm-step[data-step="10"] input[type="tel"] {
margin-top: 8px;
font-size: 1rem;
box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
} #permutatore .permutatore-wrap {
display: grid;
grid-template-columns: 1.3fr .7fr;
gap: 24px;
align-items: start
} #permutatore.perm-results-shown .permutatore-wrap {
grid-template-columns: .7fr 1.3fr;
}
#permutatore .perm-sidebar {
position: sticky;
top: 90px
}
#permutatore .perm-quote-card {
background: var(--bg);
border-radius: var(--radius);
box-shadow: var(--shadow);
border: 1px solid var(--border);
padding: 20px
}
#permutatore .perm-quote-title {
font-weight: 700;
font-size: 1.1rem;
color: #fff;
}
#permutatore .perm-quote-value {
font-size: 2rem;
font-weight: 800;
letter-spacing: .01em;
color: #fff; 
}
#permutatore .perm-quote-sub {
color: var(--muted);
font-size: .92rem
}
@media (max-width:980px) {
#permutatore .permutatore-wrap {
grid-template-columns: 1fr;
gap: 16px
}
#permutatore .perm-sidebar {
position: static
}
} #permutatore #perm-products-preview {
margin-top: 20px;
}
#permutatore #perm-products-preview .perm-results-title {
margin-top: 18px;
}
#permutatore #perm-products-preview .perm-results-actions {
margin-top: 16px;
display: flex;
justify-content: center;
align-items: center;
}
#permutatore #perm-products-preview .perm-results-actions .btn,
#permutatore #perm-products-preview .perm-results-actions .button,
#permutatore #perm-products-preview .perm-results-actions a {
transition: transform .2s cubic-bezier(.22,1,.36,1), box-shadow .24s ease, background .24s ease, border-color .24s ease, color .24s ease
}
#permutatore #perm-products-preview .perm-results-actions .btn:hover,
#permutatore #perm-products-preview .perm-results-actions .button:hover,
#permutatore #perm-products-preview .perm-results-actions a:hover {
transform: translateY(-2px);
box-shadow: 0 18px 34px rgba(16, 24, 40, .12)
} #permutatore #perm-products-preview ul.products {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
padding-left: 0;
list-style: none;
}
#permutatore #perm-products-preview ul.products li.product {
margin: 0 !important;
} #permutatore #perm-products-preview .price {
display: inline-flex;
flex-direction: row;
align-items: baseline;
gap: 6px;
}
#permutatore #perm-products-preview .price .perm-from-label {
white-space: nowrap;
}
.wcaa-modal #permutatore .perm-step{
margin-bottom: 0;
} 
#permutatore #perm-products-preview img.wp-post-image {
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
object-fit: cover;
} #permutatore .perm-step:first-of-type {
--radius: 18px;
--card-bg: #ffffff;
--grad-1: #e9f1ff;
--grad-2: #f7f9ff;
--border: #e6e9ef;
--shadow: 0 12px 30px rgba(16, 24, 40, .08), 0 2px 6px rgba(16, 24, 40, .06);
background: linear-gradient(165deg, var(--grad-1) 0%, var(--grad-2) 100%);
border-radius: var(--radius);
padding: 28px 26px 24px;
border: 1px solid var(--border);
box-shadow: var(--shadow);
position: relative;
isolation: isolate;
}
#permutatore .perm-step:first-of-type::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 6px;
border-radius: var(--radius) var(--radius) 0 0;
background: linear-gradient(90deg, #0071e3 0%, #0a84ff 100%);
opacity: .9;
}
#permutatore .perm-step:first-of-type .perm-title {
display: flex;
align-items: center;
gap: 12px;
font-size: 1.9rem;
margin: 10px 0 16px;
}
#permutatore .perm-step:first-of-type .perm-title::before {
content: "1";
width: 36px;
height: 36px;
display: inline-grid;
place-items: center;
border-radius: 50%;
font-weight: 800;
color: #fff;
background: linear-gradient(135deg, #0071e3, #0a84ff);
box-shadow: 0 6px 16px rgba(30, 115, 190, .25);
}
#permutatore .perm-step:first-of-type .custom-select-toggle {
border-radius: 14px;
background: #fff;
border: 1.5px solid #dfe4ec;
box-shadow: 0 10px 22px rgba(16, 24, 40, .06);
padding: 16px 18px;
font-size: 1.05rem;
transition: box-shadow .25s ease, transform .06s ease, border-color .2s ease;
}
#permutatore .perm-step:first-of-type .custom-select-toggle:hover {
border-color: #cfe0ff;
transform: translateY(-1px);
box-shadow: 0 14px 28px rgba(16, 24, 40, .10);
}
#permutatore .perm-step:first-of-type .custom-select-panel {
border: 1px solid #e3e9f3;
border-radius: 14px;
box-shadow: 0 20px 40px rgba(16, 24, 40, .12);
}
#permutatore .perm-step:first-of-type .perm-nav {
margin-top: 24px;
justify-content: center;
}
#permutatore .perm-step:first-of-type .perm-nav .perm-back {
background: #8b93a3;
}
#permutatore .perm-step:first-of-type .perm-nav .perm-next {
min-width: 170px;
font-size: 1.05rem;
padding: 14px 22px;
box-shadow: 0 10px 24px rgba(30, 115, 190, .25);
}
#permutatore .perm-step:first-of-type .perm-nav .perm-next:hover {
transform: translateY(-1px);
}
#permutatore .perm-wizard-progress {
margin: 4px 0 20px;
border-color: #e3e9f3;
box-shadow: 0 12px 24px rgba(16, 24, 40, .06)
} #permutatore .perm-quote-card {
border: 1px solid #ddd !important;
box-shadow: 0 8px 22px rgba(16, 24, 40, .08) !important;
border-radius: 16px !important;
background: #fff !important;
}
#permutatore .perm-quote-value[data-value] {
transition: transform .15s ease, filter .15s ease;
}
#permutatore .perm-quote-value.flash {
transform: scale(1.02);
filter: saturate(115%);
}
@media (max-width: 980px) {
#permutatore .perm-step:first-of-type {
padding: 22px 18px;
}
#permutatore .perm-wizard-progress {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
padding: 12px;
border-radius: 16px
}
#permutatore .perm-wizard-progress__eyebrow {
display: none
}
#permutatore .perm-wizard-progress__step {
font-size: 14px
}
#permutatore .perm-wizard-progress__status {
min-width: 0;
flex: 1 1 auto
}
#permutatore .perm-wizard-progress__count {
min-width: 44px;
height: 28px;
padding: 0 8px;
font-size: 11px
}
#permutatore .perm-step:first-of-type .perm-title {
font-size: 1.6rem;
}
} #permutatore .perm-step {
--radius: 18px;
--grad-1: #e9f1ff;
--grad-2: #f7f9ff;
--border: #e6e9ef;
--shadow: 0 12px 30px rgba(16, 24, 40, .08), 0 2px 6px rgba(16, 24, 40, .06);
background: linear-gradient(165deg, var(--grad-1) 0%, var(--grad-2) 100%);
border-radius: var(--radius);
padding: 28px 26px 24px;
border: 1px solid var(--border);
box-shadow: var(--shadow);
position: relative;
isolation: isolate;
}
#permutatore .perm-step::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 6px;
border-radius: var(--radius) var(--radius) 0 0;
background: linear-gradient(90deg, #1e73be 0%, #6aa8ff 100%);
opacity: .9;
} #permutatore .perm-step .perm-title {
display: flex;
align-items: center;
gap: 12px;
font-size: 1.75rem;
margin: 10px 0 16px;
}
#permutatore .perm-step .perm-title::before {
content: "";
width: 36px;
height: 36px;
display: inline-grid;
place-items: center;
border-radius: 50%;
font-weight: 800;
color: #fff;
background: linear-gradient(135deg, #1e73be, #4b88d9);
box-shadow: 0 6px 16px rgba(30, 115, 190, .25);
} #permutatore .perm-step[data-step="1"] .perm-title::before {
content: "1";
}
#permutatore .perm-step[data-step="2"] .perm-title::before {
content: "2";
}
#permutatore .perm-step[data-step="3"] .perm-title::before {
content: "3";
}
#permutatore .perm-step[data-step="4"] .perm-title::before {
content: "4";
}
#permutatore .perm-step[data-step="5"] .perm-title::before {
content: "5";
}
#permutatore .perm-step[data-step="6"] .perm-title::before {
content: "6";
}
#permutatore .perm-step[data-step="7"] .perm-title::before {
content: "7";
}
#permutatore .perm-step[data-step="8"] .perm-title::before {
content: "8";
}
#permutatore .perm-step[data-step="9"] .perm-title::before {
content: "9";
}
#permutatore .perm-step[data-step="10"] .perm-title::before {
content: "10";
} #permutatore .perm-step .perm-nav {
margin-top: 24px;
justify-content: center;
}
@media (max-width: 980px) {
#permutatore .perm-step {
padding: 22px 18px;
}
#permutatore .perm-step .perm-title {
font-size: 1.55rem;
}
} #permutatore .perm-step .perm-title {
counter-reset: none !important;
}
#permutatore .perm-step .perm-title::before {
margin-right: 10px;
}
#permutatore .perm-step .perm-title strong {
display: inline;
} #permutatore .perm-step .perm-title {
font-weight: 700;
}
#permutatore .perm-step .perm-title {
counter-increment: none;
}
#permutatore .perm-step .perm-title::first-letter {
text-transform: none;
}
#permutatore .perm-step .perm-title {
text-indent: 0;
}
#permutatore .perm-step .perm-title span.step-number,
#permutatore .perm-step .perm-title b.step-number,
#permutatore .perm-step .perm-title .step-number {
display: none !important;
}
#permutatore .perm-quote-media {
text-align: center;
}
#permutatore .perm-quote-thumb {
width: 100%;
height: auto;
object-fit: contain;
border-radius: 14px;
border: 1px solid #e5e7eb;
box-shadow: 0 8px 22px rgba(16, 24, 40, .08);
display: block;
margin: 0 auto;
margin-bottom: 14px;
}
@media (max-width:640px) {
#permutatore .perm-quote-thumb {
width: 96px;
height: 96px;
} #permutatore .permutatore-wrap { gap: 14px }
#permutatore .perm-sidebar { position: static; top: auto; width: 100%; margin-top: 8px }
#permutatore .perm-quote-card { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; box-shadow: 0 6px 16px rgba(16,24,40,.08) }
#permutatore .perm-quote-media { flex: 0 0 auto; text-align: left }
#permutatore .perm-quote-thumb { width: 52px; height: 52px; margin-bottom: 0; border-radius: 12px }
#permutatore .perm-quote-price-container { flex: 1 1 auto; gap: 8px; padding: 6px 10px; border-radius: 10px }
#permutatore .perm-quote-title { font-size: .82rem; line-height: 1.1 }
#permutatore .perm-quote-value { font-size: 1.15rem; line-height: 1.05; white-space: nowrap }
#permutatore .perm-quote-sub { font-size: .88rem }
}