.contentrow{
    padding: 3em 3em 3em 3em;
}

.headerrow{
    padding: 6em 3em 3em 3em;
}

.footerrow{
    padding: .5em 6em;
}

.dropdown{
    margin-bottom: 1em;
}

.navbar{
    padding: 1em 4em;
    display: flex;
    justify-content: space-between;
}

.configurator button{
    margin-right: .75em;
}

.colorconfigurator button:hover{
    opacity: .8;
}

.configurator{
    margin-bottom: 2em;
}

.configurator h5{
    margin-bottom: .5em;
}

.configurator-body{
    background: #f5f5f7;
}

.configurator-page{
    background: #f5f5f7;
    min-height: 100vh;
}

.configurator-content{
    padding-bottom: 5rem;
}

.configurator-accessories{
    padding-bottom: 14rem;
}

.configurator-card{
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    padding: 24px;
    margin-bottom: 24px;
}

.configurator-title{
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #111827;
    margin-bottom: 1.5rem;
}

.configurator-card h2,
.configurator-card h3,
.configurator-card h5{
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #111827;
}

.configurator-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.configurator-table th{
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    font-weight: 600;
    padding-right: 1rem;
}

.configurator-table td{
    font-size: 1rem;
    color: #111827;
    font-weight: 500;
}

.configurator-option-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.configurator-multi-option-list{
    display: grid;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.configurator-multi-option{
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.configurator-multi-checkbox{
    width: 1.1rem;
    height: 1.1rem;
}

.configurator-color-option{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.configurator-color-swatch{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.configurator-pill{
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid transparent;
    color: #111827;
    font-weight: 600;
    transition: all 0.2s ease;
    padding: 0.45rem 1.1rem;
}

.configurator-pill:hover,
.configurator-pill:focus{
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.configurator-cta{
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-weight: 600;
    padding: 0.6rem 1.6rem;
    border: none;
}

.configurator-cta:hover,
.configurator-cta:focus{
    background: #0f172a;
    color: #ffffff;
}

.configurator-cta--light{
    background: #ffffff;
    color: #111827;
    border: 1px solid rgba(15, 23, 42, 0.16);
}

.configurator-cta--light:hover,
.configurator-cta--light:focus{
    background: #f9fafb;
    color: #111827;
}

.configurator-block{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}

.configurator-option-image{
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f9fafb;
}

.configurator-carousel .carousel-item img{
    border-radius: 20px;
}

.configurator-bottom-bar{
    background: rgba(17, 24, 39, 0.92);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.configurator-bottom-bar .footerrow{
    color: #ffffff;
}

.configurator-bottom-title{
    font-weight: 600;
    font-size: 1.05rem;
}

.configurator-page .configuratorpriceheading{
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    display: flex;
    gap: 0.35rem;
    align-items: center;
}

.configurator-form input:not([type="submit"]),
.configurator-form select{
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.configurator-sidepanel{
    margin-top: 6rem;
}

.footerrow{
    color: white;
    display: flex;
    justify-content: space-between;
}

.footerrow button{
    text-transform: uppercase;
    font-weight: bold;
}

.configurator-summary-modal .modal-dialog{
    max-width: 720px;
}

.configurator-summary-content{
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.configurator-summary-content .modal-header{
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1.5rem 1.5rem 1rem;
}

.configurator-summary-content .modal-body{
    padding: 1.5rem;
}

.configurator-summary-list{
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.35rem;
}
@media screen and (max-width: 800px) {
    .configuratorbottom{
        visibility: hidden;
    }
}

@media screen and (max-width: 991px) {
    .configurator-sidepanel{
        margin-top: 2rem;
    }
}

.appointment-modal-content{
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.15);
}

.appointment-modal .modal-header{
    border-bottom: 1px solid #eef0f3;
    padding: 1.5rem 1.5rem 1rem;
}

.appointment-modal .modal-body{
    padding: 1.5rem;
}

.appointment-modal-subtitle{
    margin: 0.25rem 0 0;
    color: #6b7280;
    font-size: 0.9rem;
}

.appointment-form{
    display: flex;
    flex-direction: column;
}

.appointment-form-group{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.appointment-field{
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    padding: 0.6rem 0.8rem;
    background: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.appointment-textarea{
    min-height: 110px;
    resize: vertical;
}

.appointment-inline{
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
}

.appointment-checkbox{
    width: 18px;
    height: 18px;
}

.appointment-checkbox-label{
    margin: 0;
}

.appointment-form-actions{
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}
