/** **/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0b0b0b;
    color: #fff;
}

.mt-Add1 {
    margin-top: -10px;
    color: #ffffffb3 !important;
}

.customize-size-finishes {
    padding: 40px;
    max-width: 1280px;
    margin: 0 auto;
}

.step-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 640px) {
    .step-bar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.configurator-1 {
    max-width: 1200px;
    padding: 30px 20px;
    border: 1px solid #ffffff3c;
    border-radius: 30px;
    margin-top: 20px;
}


/* Header Layout */

.configurator-1 .header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px;
}


/* Left Content */

.configurator-1 .header-left {
    max-width: 520px;
}

.configurator-1 .eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff99;
    margin-bottom: 6px;
}

.configurator-1 .header-left h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #c1a88b;
    font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
}

.configurator-1 .sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}


/* Right Side */

.configurator-1 .header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}


/* Badges */

.configurator-1 .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.configurator-1 .badge {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fffc;
}

.configurator-1 .badge svg {
    height: 12px;
    padding-right: 5px;
    margin: 0 auto;
}

.configurator-1 .badge.price {
    font-weight: 600;
}


/* Finish Buttons */

.configurator-1 .finishes {
    display: flex;
    gap: 8px;
}

.configurator-1 .finish {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.25s ease;
}

.configurator-1 .finish:hover {
    border-color: rgba(193, 168, 139, 0.4);
    color: #C1A88B;
}

.configurator-1 .finish.active {
    border-color: rgba(193, 168, 139, 0.7);
    background: rgba(193, 168, 139, 0.15);
    color: #C1A88B;
}

.configurator {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
}

.header-2 {
    max-width: 550px;
    margin-bottom: 20px;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .2em;
    color: #fff9;
}

.header-2 h1 {
    font-size: 30px;
    margin: 10px 0;
    font-weight: 500;
    color: #c1a88b;
    font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
}

.header-2 p {
    font-size: 14px;
    color: #ffffffb3;
}

.layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card {
    background: linear-gradient(180deg, #151515, #0b0b0b);
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.card-title {
    font-size: 12px;
    letter-spacing: .18em;
    color: #fff9;
    font-weight: 600;
}

.summary p {
    font-size: 14px;
    margin-bottom: 0;
}

.f17 {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffffb3;
}

.f16 {
    font-size: 14px;
    margin-bottom: 5px;
}

.ft-12xxxl {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.ft148 {
    color: #fff9;
    font-size: 14px;
}

.card-1p {
    font-size: 14px;
}

.card-title p {
    color: #ffffffb3;
    font-size: 14px;
}

.card-title.gold {
    color: #c1a88b;
}

.card h3 {
    margin: 6px 0 10px;
    font-size: 15px;
}

.pill svg {
    height: 15px;
    color: #c1a88b;
    margin: 0;
    padding: 0;
    margin-left: -11px;
}

.california {
    background: rgb(193, 168, 139);
}

.dark {
    font-size: 11px;
}

.muted {
    font-size: 14px;
    color: #c1a88b;
}

.option-list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

main {
    background: #030303;
}

.option-colo .pill {
    margin-top: 10px;
}

.option-colo .pill {
    background: #000000;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pill.active {
    background: rgba(193, 168, 139, 0.15);
    border-color: #c1a88b;
    color: #c1a88b;
    outline: 0px solid #C1A88B;
    font-size: 14px;
    font-weight: 600;
}

.dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #555;
}

.dot.light {
    background: #dcdcdc;
}

.dot.dark {
    background: #222;
}

.summary {
    background: linear-gradient(180deg, #1a1712, #0f0c08);
}

.breakdown {
    list-style: none;
    margin: 18px 0;
    font-size: 13px;
}

.breakdown li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.breakdown em {
    color: #c1a88b;
    margin-left: 6px;
    font-style: normal;
}

.cta {
    width: 100%;
    padding: 14px;
    border-radius: 999px;
    border: none;
    background: #c1a88b;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}


/* Back Button */

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    cursor: pointer;
    transition: all .25s ease;
}

.back-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.back-btn:hover {
    border-color: rgba(193, 168, 139, 0.5);
    color: #fff;
}


/* Steps */

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.step {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.step.active {
    background: rgba(193, 168, 139, 0.15);
    color: #c1a88b;
}


/* Color Dots */

.dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.titanium {
    background: rgb(192, 192, 194);
}

.platinum {
    background: rgb(217, 217, 222);
}

.anthracite {
    background: rgb(35, 36, 39);
}


/* Responsive */

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-right {
        align-items: flex-start;
    }
    .badges {
        justify-content: flex-start;
    }
}

.image-wrapper {
    position: relative;
    margin-top: 0px;
}


/* radial background glow */

.radial-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(193, 168, 139, 0.18), transparent 55%);
    z-index: -1;
}


/* main stage */

.image-stage {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(to bottom, #000, #0d0d0d, #000);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.4);
}

.image-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* color overlay */

.overlay {
    position: absolute;
    inset: 0;
    background: rgb(217, 217, 222);
    opacity: 0.26;
    mix-blend-mode: soft-light;
}


/* extra inner shadow */

.inner-shadow {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}


/* top badge */

.top-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.85);
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 999px;
}


/* bottom status */

.status {
    position: absolute;
    bottom: 16px;
    right: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pill {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 999px;
    white-space: nowrap;
}

.pill.dark {
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.8);
}

.pill.gold {
    background: #C1A88B;
    color: #000;
    font-weight: 600;
    border: none;
}

.pill.accent {
    background: rgba(0, 0, 0, 0.6);
    color: #C1A88B;
    font-size: 11px;
}

.pill .dot {
    width: 22px;
    height: 22px;
}


/* hotspots */

.hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0009;
    border: 2px solid rgba(193, 168, 139, 0.6);
    color: #C1A88B;
    font-size: 18px;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: 0.25s ease;
}

.hotspot svg {
    text-align: center;
    height: 20px;
    margin-top: 5px;
}

.hotspot:hover {
    border-color: #C1A88B;
}


/* responsive */

@media (max-width: 768px) {
    .hotspot {
        display: none;
    }
    .image-stage {
        border-radius: 22px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, system-ui, sans-serif;
}

body {
    background: radial-gradient(circle at top, #1a1a1a, #000);
    color: #fff;
}


/*** ***/

#stepFinish {
    display: none;
}

.customize-size {
    padding: 50px 0px;
    margin: 0 auto;
    background: #050505;
}

.customize-size .container {
    max-width: 1400px !important;
}

.wrapper {
    display: flex;
    gap: 40px;
    padding: 0px 40px;
}


/* LEFT */

.preview-card {
    width: 60%;
    background: #0b0b0bcc;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #ffffff24;
}

.preview-header .tag {
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
}

.preview-header h2 {
    margin: 8px 0;
}

.preview-header p {
    color: #bbb;
}

.preview-image {
    position: relative;
    margin-top: 20px;
}

.preview-image img {
    width: 100%;
    border-radius: 20px;
}

.size-pill {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0009;
    color: #fffc;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.price-pill-1 {
    position: absolute;
    bottom: 16px;
    right: 115px;
    background: #0009;
    color: #fffc;
    padding: 2px 14px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 11px;
}

.price-pill {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #d6b48c;
    color: #000;
    padding: 2px 13px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
}

.preview-footer {
    margin-top: 14px;
    font-size: 14px;
    color: #ffffffbf;
}

.preview-footer svg {
    height: 15px;
    color: #c1a88b;
}


/* RIGHT */

.size-card {
    width: 40%;
}

.size-header {
    display: flex;
    gap: 10px;
}

.step {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #222;
    color: #aaa;
}

.step.active {
    background: #d6b48c;
    color: #000;
}

.subtitle {
    margin: 15px 0 30px;
    color: #bbb;
}

.size-slider {
    background: #111;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border: 1px solid #ffffff26;
}

.size-slider button {
    width: 0px;
    padding: 8px;
    height: 40px;
    border-radius: 35%;
    border: 1px solid #444;
    background: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.size-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #d6b48c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.size-circle span {
    font-size: 22px;
    font-weight: 600;
}

.customize-size .dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0;
    position: relative;
}

.chosen-box {
    margin-top: 20px;
    background: #111;
    padding: 22px;
    border-radius: 20px;
}

.chosen-box p {
    font-size: 14px;
    color: #c1a88b;
}

.chosen-box .chosen-desc {
    color: #bbb;
    font-size: 14px;
}

.cta {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: none;
    background: #d6b48c;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.preview-title .tag {
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #fff9;
    text-transform: uppercase;
}

.preview-title h2 {
    font-size: 22px;
    font-weight: 600;
    color: #c1a88b;
    font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
}

.preview-title .subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 0;
}

.preview-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 14px;
    font-size: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.meta-pill svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.size-heading {
    margin-bottom: 24px;
}

.size-heading .label {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.size-heading h2 {
    font-size: 30px;
    font-weight: 400;
    color: #C1A88B;
    font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
}

.size-heading .description {
    margin-top: 8px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.size-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.size-box-header span {
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #C1A88B;
    font-weight: 700;
}

.progress {
    width: 110px;
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.progress-fill {
    width: 100%;
    height: 100%;
    background: #C1A88B;
    border-radius: 10px;
}

.size-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: white;
    padding: 4px 10px;
    cursor: pointer;
}

.slider-track {
    display: flex;
    transition: transform .45s ease;
}

.size-slide {
    flex: 0 0 100%;
}

.size-item {
    width: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.size-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.size-btn svg {
    width: 26px;
    stroke: #C1A88B;
    fill: none;
}

.size-item p {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

.size-item.active .size-btn {
    border-color: #C1A88B;
    box-shadow: 0 0 0 6px rgba(193, 168, 139, 0.12);
    background: rgba(255, 255, 255, 0.18);
}

.size-item.active p {
    color: #C1A88B;
}

.special {
    font-size: 13px;
}

.customize-size .dots {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.customize-size .dots span {
    width: 22px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.customize-size .dots span.active {
    background: #C1A88B;
}

.chosen-box {
    background: rgba(193, 168, 139, 0.1);
    border: 1px solid rgba(193, 168, 139, 0.3);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.chosen-label {
    font-size: 13px;
    color: #C1A88B;
}

#chosenSize {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: sans-serif;
}

.chosen-desc {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.cta {
    width: 100%;
    padding: 12px;
    border-radius: 999px;
    border: none;
    background: #C1A88B;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.cta:hover {
    filter: brightness(0.95);
}

.size-box {
    background: rgba(10, 10, 10, .85);
    border-radius: 26px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.prev-icon {
    font-size: 18px;
    font-weight: 600;
    margin-top: -2px;
    margin-left: -4px;
}

.size-slider {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.slider-window {
    overflow: hidden;
    flex: 1;
    border-radius: 22px;
}

.slider-track {
    display: flex;
    transition: transform .45s ease;
}

.size-slide {
    width: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgba(193, 168, 139, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
}

.circle svg {
    width: 30px;
    stroke: #C1A88B;
    fill: none;
}

.circle.active {
    background: #444;
    box-shadow: 0 0 0 8px rgba(193, 168, 139, .15);
}

.size-slide p {
    color: #C1A88B;
    font-weight: 600;
}

.special {
    font-size: 14px;
}

.nav {
    background: #000;
    border: 1px solid rgba(193, 168, 139, .6);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

.customize-size .dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 38px;
}

.customize-size .dots span {
    width: 26px;
    height: 6px;
    border-radius: 6px;
    background: #333;
}

.customize-size .dots span.active {
    background: #C1A88B;
}

.size-slide {
    cursor: pointer;
}

.size-slide .circle {
    opacity: 0.25;
    transform: scale(0.85);
    transition: 0.3s ease;
}

.size-slide.active .circle {
    opacity: 1;
    transform: scale(1);
    border: 2px solid #C1A88B;
}

.top-bar {
    display: flex;
    gap: 16px;
    padding: 40px;
}

.card.summary {
    border: 1px solid rgb(161 141 116 / 44%);
}

.card.summary span.card-title.gold {
    letter-spacing: 0.2px;
    font-size: 14px;
    margin-bottom: 0;
}

.card.summary h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: Roboto;
}

.card.summary p.muted {
    color: #c6c6c6;
}

.card.summary .upgrade {
    margin: 10px 0 0;
    font-size: 11px;
    color: #c1a88b !important;
}

.card.summary ul.breakdown {
    background: #0000006b;
    border: 1px solid #373737;
    border-radius: 10px;
    padding: 14px 15px;
}

.card.summary ul.breakdown h4 {
    font-size: 11px;
    font-family: Roboto;
    text-transform: uppercase;
    color: #eeeeee9e;
    letter-spacing: 1.5px;
}

.card.summary ul.breakdown li {
    border: none;
    padding: 2px 0;
}

.card.summary ul.breakdown li span:nth-child(1) {
    color: #ffffffb3;
}

.card.summary ul.breakdown li span {
    font-size: 12px;
    /* color: #ffffffb3; */
}

.card.summary ul.breakdown li span strong {
    font-weight: 400;
    color: #fff;
}

.card.summary ul.breakdown li span.lastWord,
.card.summary ul.breakdown li em {
    opacity: 0.7;
    font-size: 12px;
}

@media(min-width:640px) {
    .top-bar {
        justify-content: space-between;
    }
}


/* BACK BUTTON */

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    cursor: pointer;
    transition: .25s ease;
}

.back-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.back-btn:hover {
    border-color: rgba(193, 168, 139, .5);
    color: #fff;
}


/* STEPS */

.steps {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
}

.step {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
}

.step.active {
    background: rgba(193, 168, 139, .15);
    color: #C1A88B;
}


/* ===============================
   RESPONSIVE FIXES
================================ */

.newhotspot svg {
    color: #c1a88b;
    max-width: 20px;
}

.newhotspot {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    border: 2px solid #C1A88B;
    cursor: pointer;
    z-index: 10;
    backdrop-filter: blur(8px);
}

.hotspot-popup {
    position: absolute;
    background: #0f0f0fd1;
    border-radius: 16px;
    padding: 16px;
    color: #fff;
    display: none;
    z-index: 20;
    --tw-shadow: 0 20px 60px #0000008c;
    box-shadow: 0 0 0px #0000, 0 0 0px #0000, 0 0 0px #0000, 0 0 2px #0000, 0 20px 60px 0px #0000008c;
    backdrop-filter: blur(8px);
    max-width: 350px;
    border: 1px solid #7b7b7b42;
}

.hotspot-popup.popup-open {
    display: block;
}

.popup-option {
    width: 100%;
    margin-top: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #222;
    border: 1px solid #444;
    color: #fff;
    cursor: pointer;
}

.popup-option.active {
    background: rgba(193, 168, 139, .15);
    border-color: #C1A88B;
    color: #C1A88B;
}

.hotspot-popup h4 {
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #bbbbbb;
    text-transform: uppercase;
    margin: 0;
}

.hotspot-popup button {
    font-size: 11px;
}

.hotspot-popup button small {
    font-size: 9px;
}

.hotspot-popup h3 {
    font-size: 16px;
    font-family: Roboto;
    color: #fff;
    margin: 4px 0 9px;
}

.hotspot-popup p {
    font-size: 12px;
}


/* TABLET */

@media (max-width: 1024px) {
    .wrapper {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }
    .preview-card,
    .size-card {
        width: 100%;
        height: auto;
    }
    .preview-card {
        padding: 40px;
    }
    .preview-image img {
        border-radius: 16px;
    }
    .price-pill {
        font-size: 12px;
        padding: 6px 12px;
    }
    .price-pill-1 {
        right: 90px;
        font-size: 11px;
    }
}


/* MOBILE */

@media (max-width: 640px) {
    .customize-size {
        padding: 20px 0;
    }
    .top-bar {
        padding: 20px;
        gap: 12px;
    }
    .wrapper {
        padding: 16px;
        gap: 20px;
    }
    .preview-header {
        flex-direction: column;
        gap: 10px;
    }
    .preview-meta {
        gap: 6px;
    }
    .preview-title h2 {
        font-size: 18px;
    }
    .preview-title .subtitle {
        font-size: 13px;
        line-height: 1.3;
    }
    .preview-card {
        padding: 16px;
        border-radius: 18px;
    }
    .preview-image img {
        border-radius: 14px;
    }
    .size-pill {
        font-size: 11px;
        padding: 5px 10px;
    }
    .price-pill {
        font-size: 12px;
        padding: 5px 10px;
        right: 12px;
        bottom: 12px;
    }
    .price-pill-1 {
        display: none;
        /* mobile pe clutter hata diya */
    }
    /* RIGHT SIDE */
    .size-card {
        padding: 20px;
        border-radius: 20px;
    }
    .size-heading h2 {
        font-size: 24px;
    }
    .size-heading .description {
        font-size: 12px;
    }
    .circle {
        width: 90px;
        height: 90px;
    }
    .circle svg {
        width: 24px;
    }
    .size-slide p {
        font-size: 14px;
    }
    .chosen-box {
        padding: 16px;
    }
    #chosenSize {
        font-size: 18px;
    }
    .cta {
        font-size: 14px;
        padding: 12px;
    }
    .nav {
        width: 32px;
        height: 32px;
    }
    .dots span {
        width: 18px;
        height: 4px;
    }
}


/* Header */

.finishes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.finishes-header .label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #8b8b8b;
    margin: 0;
}

.finishes-header h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 6px 0 0;
    color: #c1a88b;
}

.palette-icon svg {
    width: 22px;
    height: 22px;
    color: #c1a88b;
}

@media (max-width: 640px) {
    .top-bar {
        padding: 20px;
        gap: 12px;
        display: block;
    }
    .top-bar .back-btn {
        margin-bottom: 20px;
    }
    .preview-title {
        text-align: center;
        padding: 0 20px;
    }
    .preview-title h2 {
        font-size: 19px;
        color: #c1a88b;
    }
    .preview-title .subtitle {
        font-size: 14px;
        line-height: 1.3;
    }
    .preview-meta {
        margin: 0 auto;
    }
    .meta-pill {
        padding: 6px 18px;
    }
    .preview-footer {
        display: flex;
    }
    .preview-imgeastep {
        font-size: 14px;
        color: #ffffffbf;
    }
    .size-card {
        padding: 0;
    }
    .size-heading h2 {
        font-size: 28px;
    }
    .size-box {
        max-width: 100%;
    }
    .chosen-box .chosen-desc {
        color: #bbb;
        font-size: 14px;
    }
    .configurator-1 .header-right {
        display: none;
    }
    .customize-size-finishes {
        padding: 15px;
    }
    .configurator-1 .header {
        text-align: center;
    }
    .configurator-1 .header-left h1 {
        font-size: 17px;
    }
    .newhotspot {
        display: none;
    }
    .layout {
        display: block;
        ;
    }
    .status {
        position: absolute;
        bottom: 9px;
        left: 8px;
        flex-direction: column;
        display: flex;
        gap: 8px;
        flex-wrap: initial;
        align-items: flex-start;
    }
    .pill {
        padding: 1px 12px;
        font-size: 13px;
        border-radius: 999px;
        white-space: nowrap;
    }
    .muted {
        font-size: 11px;
        color: #c1a88b;
    }
    .f17 {
        font-size: 13px;
        margin-bottom: 0;
        color: #ffffffb3;
    }
    .card .pill {
        padding: 7px 15px;
    }
    .card-1p {
        font-size: 13px;
        color: #ffffffb3;
    }
    .card-title {
        font-size: 12px;
        letter-spacing: .18em;
        color: #fff9;
    }
    .preview-image img {
        height: auto !important;
        object-fit: cover;
    }
    .back-btn {
        justify-content: center;
    }
    .pill.dark {
        background: rgba(0, 0, 0, 0.6);
        color: rgba(255, 255, 255, 0.8);
        white-space: normal;
        text-align: left;
        line-height: 1.3;
        padding: 6px 10px;
        font-size: 12px;
        max-width: 100%;
    }
}

.preview-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.preview-footer {
    display: flex;
}

.preview-card {
    margin-bottom: 90px;
}