@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap");.ring-builder-scope *{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}.ring-builder-scope{
    font-family: Arial,Helvetica,sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.5;
    padding: 0px!important
}.ring-builder-scope img{
    display: block;
    max-width: 100%
}.ring-builder-scope .container{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto
}.ring-builder-scope .wizard-container{
    width: 100%;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin: 20px auto;
    overflow: hidden;
    padding: 5px 0
}.ring-builder-scope .wizard-steps{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}.ring-builder-scope .wizard-step{
    position: relative;
    flex: 1;
    text-align: center;
    background-color: #f9f9f9;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin: 0 5px;
    padding: 10px 5px;
    transition: background-color 0.3s;
    overflow: hidden
}.ring-builder-scope .wizard-step::before, .ring-builder-scope .wizard-step::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1
}.ring-builder-scope .wizard-step::before{
    left: -10px
}.ring-builder-scope .wizard-step::after{
    right: -10px
}.ring-builder-scope .wizard-step.active{
    background-color: #fff;
    border-color: #0a0a0a
}.ring-builder-scope .wizard-step.done{
    background-color: #eee;
    color: #666
}.ring-builder-scope .wizard-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}.ring-builder-scope .step-icon{
    margin: 5px 0
}.ring-builder-scope .step-number{
    display: inline-block;
    background-color: #0a0a0a;
    color: #fff;
    font-size: .85rem;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    margin-bottom: 4px;
    font-weight: 600
}.ring-builder-scope .step-label{
    font-size: .9rem;
    font-weight: 600;
    color: #333;
    line-height: 1.2
}.ring-builder-scope .step-label small{
    display: block;
    font-weight: 400;
    font-size: .75rem;
    color: #666
}.ring-builder-scope .main-content{
    display: flex;
    margin-top: 20px
}.ring-builder-scope .filter-section{
    flex: 0 0 370px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px
}.ring-builder-scope .filter-block{
    padding: 16px 0;
    border-bottom: 1px solid #eee
}.ring-builder-scope .filter-block:last-child{
    border-bottom: none
}.ring-builder-scope .filter-block h3{
    font-size: 1rem;
    margin-bottom: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}.ring-builder-scope .filter-heading{
    cursor: pointer;
    position: relative
}.ring-builder-scope .button-group{
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}.ring-builder-scope .btn{
    flex: 0 0 auto;
    padding: 8px 16px;
    border: 1px solid #0a0a0a;
    background-color: #fff;
    color: #0a0a0a;
    border-radius: 24px;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.25s ease,color 0.25s ease
}.ring-builder-scope .btn.active{
    background-color: #0a0a0a;
    color: #fff
}.ring-builder-scope .btn:hover{
    background-color: #6b53cb
}.ring-builder-scope .arrow-icon{
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    background: url("data:image/svg+xml,%3Csvg fill='%23333' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3l6 6-6 6' /%3E%3C/svg%3E") center/contain no-repeat;
    transform: rotate(0deg);
    transition: transform 0.3s ease
}.ring-builder-scope .shapes-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(60px,1fr));
    /* gap:12px; */
    margin-top: 10px;
}.ring-builder-scope .shape-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.25s ease;
    padding: 5px;
    border-radius: 8px
}.ring-builder-scope .shape-item:hover{
    background-color: #f9f9f9
}.ring-builder-scope .shape-icon{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px
}.ring-builder-scope .shape-icon img{
    max-width: 32px;
    max-height: 32px;
}.ring-builder-scope .shape-item span{
    font-size: .85rem;
    color: #333
}.ring-builder-scope .carat-filter, .ring-builder-scope .price-filter{
    margin-top: 8px
}.ring-builder-scope .range-inputs{
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px
}.ring-builder-scope .range-inputs input[type="text"]{
    width: 45%;
    padding: 6px;
    font-size: .9rem;
    border: 1px solid #ccc;
    border-radius: 4px
}.ring-builder-scope .filter-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}.ring-builder-scope .tag-btn{
    background-color: #fff;
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    padding: 6px 12px;
    border-radius: 24px;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease,color 0.25s ease
}.ring-builder-scope .tag-btn.active{
    background-color: #0a0a0a;
    color: #fff
}.ring-builder-scope .tag-btn:hover{
    background-color: #6b53cb
}.ring-builder-scope .multi-step-scale{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}.ring-builder-scope .multi-step-scale button{
    background-color: #fff;
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    padding: 6px 12px;
    border-radius: 24px;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease,color 0.25s ease
}.ring-builder-scope .multi-step-scale button:hover{
    background-color: #6b53cb
}.ring-builder-scope .multi-step-scale button.active{
    background-color: #0a0a0a;
    color: #fff
}.ring-builder-scope .diamond-list-section{
    flex: 1;
    padding-bottom: 20px
}.ring-builder-scope .diamond-list-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}.ring-builder-scope .left-header{
    display: flex;
    align-items: center;
    gap: 10px
}.ring-builder-scope .view-toggle{
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.2s ease
}.ring-builder-scope .view-toggle.active, .ring-builder-scope .view-toggle:hover{
    background-color: #f0f0f0
}.ring-builder-scope .sort-by{
    display: flex;
    align-items: center
}.ring-builder-scope .sort-by label{
    margin-right: 8px;
    font-size: .9rem
}.ring-builder-scope .sort-by select{
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none
}.ring-builder-scope .diamond-grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 24px
}.ring-builder-scope .diamond-card{
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
    transition: transform 0.22s ease,box-shadow 0.25s ease,border-color 0.2s ease
}.ring-builder-scope .diamond-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(0,0,0,.14);
    border-color: #d3d3d3
}.ring-builder-scope .diamond-media{
    width: 100%;
    height: 190px;
    background: radial-gradient(circle at 30% 20%, #f7f7f7 0%, #efefef 55%, #e9e9e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}.ring-builder-scope .diamond-photo, .ring-builder-scope .diamond-video-iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease
}.ring-builder-scope .diamond-card.is-placeholder .diamond-photo{
    object-fit: contain;
    padding: 18px;
    max-width: 70%;
    max-height: 70%;
    margin: 0 auto
}.ring-builder-scope .diamond-video-iframe{
    border: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0
}.ring-builder-scope .diamond-card.is-iframe-hover .diamond-photo{
    opacity: 0
}.ring-builder-scope .diamond-card.is-iframe-hover .diamond-video-iframe{
    opacity: 1
}.ring-builder-scope .diamond-info{
    padding: 16px 18px;
    flex: 1
}.ring-builder-scope .diamond-info h3{
    font-size: .95rem;
    margin-bottom: 8px;
    color: #111;
    font-weight: 600;
    letter-spacing: .02em
}.ring-builder-scope .diamond-price{
    font-weight: 700;
    color: #0a0a0a;
    font-size: 1.05rem;
    letter-spacing: .01em
}.ring-builder-scope .diamond-actions{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background-color: #f6f6f6;
    border-top: 1px solid #ededed
}.ring-builder-scope .select-btn{
    background-color: #0a0a0a;
    border: 1px solid #0a0a0a;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 999px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
    transition: transform 0.15s ease,box-shadow 0.2s ease,background-color 0.2s ease,color 0.2s ease
}.ring-builder-scope .select-btn:hover{
    background-color: transparent;
    color: #0a0a0a;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0,0,0,.18)
}@media (max-width: 992px) {.ring-builder-scope .main-content{
        flex-direction:column
    }.ring-builder-scope .filter-section{
        flex: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-right: 0
    }.ring-builder-scope .diamond-list-section{
        flex: 100%
    }}@media (max-width: 600px) {.ring-builder-scope .site-header h1{
        font-size:1.5rem
    }.ring-builder-scope .diamond-grid{
        grid-template-columns: 1fr 1fr
    }}.ring-builder-scope .wizard2-steps-heading, .ring-builder-scope .wizard2-steps-heading h1, .ring-builder-scope .wizard2-steps-heading h2{
    font-family: inherit;
    margin: 0;
    color: inherit;
    font-size: 16px;
    text-align: center
}.ring-builder-scope .wizard2-steps-heading-full{
    font-family: 'ZapfHumanist601BT-Roman';
    color: inherit;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #f7f7f7;
    padding: 10px 10px 10px
}.ring-builder-scope .wizard2-steps{
    font-family: 'Avenir Medium';
    color: var(--dark-grey);
    ;margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    clear: both;
    display: table;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    border-collapse: separate;
    table-layout: fixed;
    line-height: 1.3;
    position: relative;
    background-color: #e2e2e2
}.ring-builder-scope .wizard2-steps a{
    color: inherit
}.ring-builder-scope .wizard2-steps a:hover{
    color: var(--light-green)
}.ring-builder-scope .wizard2-steps .step{
    position: relative;
    width: 33.3%;
    display: table-cell;
    vertical-align: top
}.ring-builder-scope .wizard2-steps .node{
    position: relative;
    display: block;
    width: auto;
    height: 80px;
    margin-right: 16px;
    background: #fff;
    text-decoration: none
}.ring-builder-scope .wizard2-steps .node:before{
    width: 0;
    height: 0;
    border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;
    border-left: 15px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transform: translate(-100%,0)
}.ring-builder-scope .wizard2-steps .node:after{
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    transform: translate(100%,0)
}.ring-builder-scope .wizard2-steps .node-skin{
    position: relative;
    z-index: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: inherit;
    vertical-align: middle
}.ring-builder-scope .wizard2-steps .node-skin>div{
    display: table-cell;
    vertical-align: middle
}@media (max-width: 1289px) {.ring-builder-scope .wizard2-steps .step-item.step1 .node:before{
        display:none
    }}.ring-builder-scope .wizard2-steps .num{
    font-size: 30px;
    font-family: 'EB Garamond';
    text-align: center;
    width: 70px;
    line-height: 80px
}.ring-builder-scope .wizard2-steps .heading{
    font-size: 14px;
    text-transform: capitalize
}.ring-builder-scope .wizard2-steps .data{
    text-transform: capitalize
}.ring-builder-scope .wizard2-steps .data, .ring-builder-scope .wizard2-steps .action{
    font-family: 'Avenir Book';
    font-size: 12px
}.ring-builder-scope .wizard2-steps .action a{
    margin-right: 10px
}.ring-builder-scope .wizard2-steps .action a:last-child{
    margin-right: 0
}.ring-builder-scope .wizard2-steps .pho{
    width: 70px;
    text-align: center
}.ring-builder-scope .wizard2-steps .pho>img, .ring-builder-scope .wizard2-steps .pho .modal-product-superposition{
    width: 70px;
    height: auto
}.ring-builder-scope .wizard2-steps .step:last-child .pho{
    width: 100px
}.ring-builder-scope .wizard2-steps .node-skin{
    background-color: inherit
}.ring-builder-scope .wizard2-steps .nostyle-heading{
    text-transform: none;
}.ring-builder-scope .wizard2-steps .step:first-child{
    width: 220px
}.ring-builder-scope .wizard2-steps .step:first-child .node{
    padding-left: 0;
    font-size: 14px
}.ring-builder-scope .wizard2-steps .step:last-child .node{
    margin-right: 0
}.ring-builder-scope .wizard2-steps .step:first-child .node:before, .ring-builder-scope .wizard2-steps .step:last-child .node:after{
    display: none
}.ring-builder-scope .wizard2-steps .active-step .node{
    background: #f7f7f7
}.ring-builder-scope .wizard2-steps .active-step .node:before{
    border-top-color: #f7f7f7;
    border-bottom-color: #f7f7f7
}.ring-builder-scope .wizard2-steps .active-step .node:after{
    border-left-color: #f7f7f7
}.ring-builder-scope /invariant-color/ .wizard2-steps .step:not(.invariant-color):hover .node, .ring-builder-scope .wizard2-steps .active-step:not(.invariant-color):hover .node{
    background: #f9f8f8
}.ring-builder-scope .wizard2-steps .step:not(.invariant-color):hover .node:before{
    border-top-color: #f9f8f8;
    border-bottom-color: #f9f8f8
}.ring-builder-scope .wizard2-steps .step:not(.invariant-color):hover .node:after{
    border-left-color: #f9f8f8
}@media (max-width: 1289px) {.ring-builder-scope .wizard2-steps .data .set{
        display:none
    }.ring-builder-scope .wizard2-steps .step:first-child{
        display: none
    }.ring-builder-scope .wizard2-steps .step:nth-child(2) .node:before{
        display: none
    }}.ring-builder-scope .wizard2-steps-heading-full{
    display: none
}@media (max-width: 1289px) {.ring-builder-scope .wizard2-steps-heading{
        display:none!important
    }}@media (max-width: 1023px) {.ring-builder-scope .wizard2-steps-heading-full{
        display:block
    }.ring-builder-scope .wizard2-steps, .ring-builder-scope .wizard2-steps .node{
        height: 72px;
        line-height: 1.2
    }.ring-builder-scope .wizard2-steps, .ring-builder-scope .wizard2-steps .heading{
        font-size: 13px
    }.ring-builder-scope .wizard2-steps-heading-full{
        font-size: 13px;
        text-transform: capitalize
    }.ring-builder-scope .wizard2-steps .num{
        width: 23px;
        line-height: 68px
    }.ring-builder-scope .wizard2-steps .cont{
        padding-right: 5px
    }.ring-builder-scope .wizard2-steps .action{
        font-size: 12px;
        white-space: nowrap
    }.ring-builder-scope .wizard2-steps .action a{
        margin-right: 3px
    }.ring-builder-scope .wizard2-steps .node:after, .ring-builder-scope .wizard2-steps .node:before{
        border-top-width: 36px;
        border-bottom-width: 36px
    }}@media (max-width: 767px) {.ring-builder-scope .wizard2-steps-heading-full, .ring-builder-scope .wizard2-steps .heading{
        font-size:12px
    }.ring-builder-scope .wizard2-steps .node-skin .pho, .ring-builder-scope .wizard2-steps .data, .ring-builder-scope .wizard2-steps .help-tips{
        display: none
    }.ring-builder-scope .wizard2-steps .action{
        padding-top: 3px
    }.ring-builder-scope .wizard2-steps, .ring-builder-scope .wizard2-steps .node{
        height: 64px
    }.ring-builder-scope .wizard2-steps .num{
        font-size: 24px;
        height: 64px;
        line-height: 64px
    }.ring-builder-scope .wizard2-steps .step:last-child{
        width: 27%
    }.ring-builder-scope .wizard2-steps .node-skin{
        width: auto;
        background: transparent
    }.ring-builder-scope .wizard2-steps .step:nth-child(2) .node-skin .heading{
        min-width: 50px
    }.ring-builder-scope /.wizard2-steps .step:nth-child(3) .cont{
        padding-left: 3px
    }.ring-builder-scope / .wizard2-steps .node:after, .ring-builder-scope .wizard2-steps .node:before{
        border-top-width: 32px;
        border-bottom-width: 32px
    }.ring-builder-scope .wizard2-steps-heading-full{
        padding: 12px 10px 10px
    }}@media (max-width: 374px) {.ring-builder-scope .wizard2-steps .action{
        font-size: 11px;
            }}@keyframes pulse {0%,100%{
        transform: scale(1);
        opacity: 1
    }50%{
        transform: scale(1.2);
        opacity: .7
    }}.ring-builder-scope #loading-spinner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}.ring-builder-scope #loading-spinner img{
    width: 80px!important;
    animation: pulse 1.5s ease-in-out infinite!important;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform
}.ring-builder-scope .diamond-grid.list-view{
    display: block
}.ring-builder-scope .diamond-grid.list-view .diamond-card{
    display: flex;
    align-items: center;
    margin-bottom: 15px
}.ring-builder-scope .diamond-grid.list-view .diamond-image{
    width: 120px;
    height: 120px;
    flex: 0 0 120px
}.ring-builder-scope .diamond-grid.list-view .diamond-info{
    flex: 1;
    padding: 0 15px
}.ring-builder-scope .diamond-grid.list-view .diamond-actions{
    width: 160px;
    border-top: none;
    border-left: 1px solid #eee
}.ring-builder-scope .diamond-table{
    width: 100%;
    border-collapse: collapse
}.ring-builder-scope .diamond-table th, .ring-builder-scope .diamond-table td{
    padding: 8px 10px;
    text-align: left
}.ring-builder-scope .diamond-table tbody tr:nth-child(odd){
    background: #fafafa
}.ring-builder-scope .diamond-table th{
    cursor: pointer;
    user-select: none;
    position: relative
}.ring-builder-scope .diamond-table th.sort-asc::after{
    content: "▴";
    position: absolute;
    right: 6px
}.ring-builder-scope .diamond-table th.sort-desc::after{
    content: "▾";
    position: absolute;
    right: 6px
}.ring-builder-scope .diamond-table th::after{
    content: "▾";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 15px;
    color: #000
}.ring-builder-scope .diamond-table th.sort-asc::after{
    color: #333;
    transform: translateY(-50%) rotate(180deg)
}.ring-builder-scope .diamond-table th.sort-desc::after{
    color: #333;
    transform: translateY(-50%) rotate(0deg)
}.ring-builder-scope .view-toggle{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #0a0a0a;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.25s ease
}.ring-builder-scope .view-toggle:hover{
    border-color: #0a0a0a;
    background-color: #f0f0f0
}.ring-builder-scope .view-toggle.active{
    border-color: #0a0a0a;
    background-color: #0a0a0a;
    color: #fff
}.ring-builder-scope .view-toggle.active .view-icon{
    filter: brightness(0) invert(1)
}.ring-builder-scope .view-icon{
    width: 18px;
    height: 18px;
    display: inline-block;
    object-fit: contain
}.ring-builder-scope .view-toggle svg rect{
    fill: #0a0a0a
}.ring-builder-scope .view-toggle:hover svg rect{
    fill: #0a0a0a
}.ring-builder-scope .view-toggle.active svg rect{
    fill: #fff
}.ring-builder-scope .view-toggle:focus{
    outline: none;
    box-shadow: none
}.ring-builder-scope .view-toggle:focus-visible{
    outline: 2px solid #0a0a0a;
    outline-offset: 2px
}.ring-builder-scope .shape-item.active{
    background-color: #f9f9f9;
    box-shadow: inset 0 0 0 1px #0a0a0a
}.ring-builder-scope #carat-slider{
    margin-top: 10px;
    width: 100%
}.ring-builder-scope .filter-block .arrow-icon{
    display: inline-block;
    transition: transform 0.3s ease
}.ring-builder-scope .filter-block.open .arrow-icon{
    transform: rotate(90deg)
}.ring-builder-scope .filter-content{
    display: none
}.ring-builder-scope .filter-block.open .filter-content{
    display: block
}.ring-builder-scope .more-shapes-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}.ring-builder-scope .shape-btn{
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.2s ease-in-out
}.ring-builder-scope .shape-btn:hover{
    background: #f4f4f4
}.ring-builder-scope .step-content{
    display: none;
    padding: 20px 0
}.ring-builder-scope .step-content.active{
    display: block
}.ring-builder-scope .ring-products-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 32px
}.ring-builder-scope .ring-products-wrapper{
    padding: 10px 0 30px
}.ring-builder-scope .ring-products-wrapper .step-heading{
    font-family: "Playfair Display", "Georgia", serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .01em;
    margin: 10px 0 8px
}.ring-builder-scope .ring-card{
    border: 1px solid #ececec;
    padding: 16px;
    text-align: center;
    background: linear-gradient(180deg,#fff 0%,#fafafa 100%);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}.ring-builder-scope .ring-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,.12);
    border-color: #d9d9d9
}.ring-builder-scope .ring-card img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #f6f6f6
}.ring-builder-scope .ring-card h4{
    margin: 14px 0 6px;
    font-family: "Playfair Display", "Georgia", serif;
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b
}.ring-builder-scope .ring-card p{
    margin: 0 0 14px;
    font-size: 14px;
    color: #5c5c5c
}.ring-builder-scope .ring-card .select-setting{
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s ease
}.ring-builder-scope .ring-card .select-setting:hover{
    background: transparent;
    color: #000
}@media (max-width: 768px) {.ring-builder-scope .ring-products-wrapper .step-heading{
        font-size: 24px
    }.ring-builder-scope .ring-products-grid{
        gap: 16px
    }.ring-builder-scope .ring-card{
        padding: 14px
    }}.ring-builder-scope .ring-select-modal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999
}.ring-builder-scope .ring-select-modal.is-open{
    display: block
}.ring-builder-scope .ring-select-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45)
}.ring-builder-scope .ring-select-panel{
    position: relative;
    max-width: 820px;
    width: calc(100% - 32px);
    margin: 6vh auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
    padding: 24px
}.ring-builder-scope .ring-select-close{
    position: absolute;
    top: 14px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer
}.ring-builder-scope .ring-select-body{
    display: flex;
    gap: 24px;
    align-items: flex-start
}.ring-builder-scope .ring-select-media{
    flex: 1
}.ring-builder-scope .ring-select-media img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #eee
}.ring-builder-scope .ring-select-details{
    flex: 1
}.ring-builder-scope .ring-select-details h3{
    margin: 0 0 16px;
    font-size: 20px
}.ring-builder-scope .ring-select-field{
    margin-bottom: 16px
}.ring-builder-scope .ring-select-field label{
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #555
}.ring-builder-scope .ring-select-field select{
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px
}.ring-builder-scope .ring-select-confirm{
    width: 100%;
    padding: 12px 16px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .2s ease-in-out
}.ring-builder-scope .ring-select-confirm:hover{
    background: transparent;
    color: #000
}.ring-builder-scope.ring-modal-open{
    overflow: hidden
}@media (max-width: 768px) {.ring-builder-scope .ring-select-panel{
        margin: 4vh auto;
        padding: 18px
    }.ring-builder-scope .ring-select-body{
        flex-direction: column
    }}.ring-builder-scope .diamond-details{
    margin: 2px 0;
    font-size: 13px;
    color: #5a5a5a;
    letter-spacing: .01em
}.ring-builder-scope .step-check{
    display: inline-block;
    vertical-align: middle;
    width: 35px!important
}.ring-builder-scope .step-3-summary{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
    border-top: 1px solid #ddd;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}.ring-builder-scope .ring-summary-wrapper{
    display: flex;
    gap: 40px;
    max-width: 1200px;
    width: 100%
}.ring-builder-scope .ring-image-preview img{
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1)
}.ring-builder-scope .ring-summary-info{
    flex: 1
}.ring-builder-scope .ring-summary-info h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}.ring-builder-scope .summary-block{
    margin-bottom: 30px
}.ring-builder-scope .summary-block strong{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600
}.ring-builder-scope .summary-block p{
    margin: 2px 0;
    color: #333;
    font-size: 15px
}.ring-builder-scope .summary-block .price{
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #111
}.ring-builder-scope .summary-total{
    border-top: 1px solid #eee;
    padding-top: 20px
}.ring-builder-scope .summary-total p{
    margin: 4px 0;
    font-size: 15px
}.ring-builder-scope .summary-total h3{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #111
}.ring-builder-scope a.change-step{
    font-size: 13px;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer
}.ring-builder-scope{
    font-family: 'Segoe UI',sans-serif;
    background-color: #f9f9f9;
    padding: 20px;
    color: #333
}.ring-builder-scope .filter-container{
    max-width: 360px;
    margin: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px
}.ring-builder-scope .filter-item{
    border-top: 1px solid #eee
}.ring-builder-scope .filter-header{
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    cursor: pointer;
    position: relative
}.ring-builder-scope .filter-header span{
    font-weight: 500
}.ring-builder-scope .filter-header::after{
    content: "⌵";
    font-size: 12px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 15px
}.ring-builder-scope .filter-item.active .filter-header::after{
    transform: rotate(180deg)
}.ring-builder-scope .filter-content{
    display: none;
    padding: 0 15px 15px;
    transition: all 0.3s ease
}.ring-builder-scope .filter-item.active .filter-content{
    display: block
}.ring-builder-scope .header-icons{
    display: flex;
    gap: 6px;
    align-items: center
}.ring-builder-scope .info-icon{
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    border: 1px solid #ccc;
    cursor: pointer
}.ring-builder-scope .info-popup{
    display: none;
    position: absolute;
    bottom: 28px;
    right: 10px;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 13px;
    z-index: 10;
    border-radius: 5px
}.ring-builder-scope .info-popup.show{
    display: block
}.ring-builder-scope .shapes-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 10px;
}.ring-builder-scope .shape-item{
    width: 33%;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.15s ease,box-shadow 0.2s ease,background-color 0.2s ease
}.ring-builder-scope .shape-item:hover{
    background-color: #f7f7f7;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.08)
}.ring-builder-scope .shape-item.active{
    background-color: #111;
    color: #fff;
    box-shadow: inset 0 0 0 1px #111,0 6px 14px rgba(0,0,0,.16)
}.ring-builder-scope .shape-item.active span{
    color: #fff
}.ring-builder-scope .shape-icon img{
    width: 100%;
    /* max-width: 100%; */
    object-fit: contain;
    height: 100%;
}.ring-builder-scope .slider-container{
    margin-top: 10px
}.ring-builder-scope .range{
    position: relative;
    height: 40px
}.ring-builder-scope .range input[type="range"]{
    position: absolute;
    width: 100%;
    height: 8px;
    margin: 0;
    appearance: none;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 5
}.ring-builder-scope .range input[type="range"]::-webkit-slider-runnable-track, .ring-builder-scope .range input[type="range"]::-moz-range-track, .ring-builder-scope .range input[type="range"]::-ms-track{
    background: transparent;
    border: none;
    color: transparent
}.ring-builder-scope .range input[type="range"]::-webkit-slider-thumb{
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    border: none;
    margin-top: -3px;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 4
}.ring-builder-scope .range input[type="range"]::-moz-range-thumb{
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    border: none;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    top: -3px;
    z-index: 4
}.ring-builder-scope .range input[type="range"]::-webkit-slider-thumb:hover, .ring-builder-scope .range input[type="range"]::-moz-range-thumb:hover{
    box-shadow: 0 0 0 6px rgba(0,0,0,.08)
}.ring-builder-scope .range-track{
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #d7d7d7;
    border-radius: 999px;
    z-index: 1
}.ring-builder-scope .range-fill{
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 999px;
    z-index: 2
}.ring-builder-scope .slider-container.stepped .range-track{
    background: #e1e1e1;
}.ring-builder-scope .range-ticks{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 4
}.ring-builder-scope .range-ticks span{
    display: none
}.ring-builder-scope .slider-container.stepped .range-ticks{
    background-image:
        linear-gradient(
            to right,
            #ffffff 0 2px,
            transparent 2px
        ),
        repeating-linear-gradient(
            to right,
            transparent 0,
            transparent calc(100% / var(--step-count) - 2px),
            #ffffff calc(100% / var(--step-count) - 2px),
            #ffffff calc(100% / var(--step-count))
        );
}.ring-builder-scope .labels{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .2px
}.ring-builder-scope .labels span{
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    color: #111;
    padding: 0;
    line-height: 1.1;
    white-space: normal
}.ring-builder-scope .labels span.active{
    color: #000!important;
    font-weight: bold!important
}.ring-builder-scope .filter-header{
    position: relative;
    cursor: pointer
}.ring-builder-scope .filter-header::after{
    content: "\25BC";
    position: absolute;
    right: 15px;
    font-size: 12px;
    transition: transform 0.3s ease
}.ring-builder-scope .filter-item.active .filter-header::after{
    transform: rotate(180deg)
}.ring-builder-scope .origin-buttons{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 10px
}.ring-builder-scope .origin-button{
    padding: 8px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s ease,border-color 0.2s ease,transform 0.15s ease,box-shadow 0.2s ease
}.ring-builder-scope .origin-button:hover{
    background-color: #e8e8e8;
    border-color: #111;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,.08)
}.ring-builder-scope .origin-button.active{
    background-color: #000;
    color: #fff;
    border-color: #000
}.ring-builder-scope .origin-button.active:hover{
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,.18)
}.ring-builder-scope .certification-options{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px
}.ring-builder-scope .certification-item{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    position: relative
}.ring-builder-scope .certification-item input[type="checkbox"]{
    width: 16px;
    height: 16px;
    cursor: pointer
}.ring-builder-scope .info-icon{
    width: 16px;
    height: 16px;
    background: #ddd;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}.ring-builder-scope .info-icon:hover::after{
    content: attr(data-info);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    padding: 6px 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}.ring-builder-scope .range-values{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px
}.ring-builder-scope .range-values input[type="number"]{
    width: 80px;
    padding: 6px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right
}.ring-builder-scope .range-values .info-icon{
    width: 16px;
    height: 16px;
    background: #ddd;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: auto
}.ring-builder-scope .range-values .info-icon:hover::after{
    content: attr(data-info);
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}.ring-builder-scope .input-wrapper.currency input[type="number"]{
    padding-left: 28px;
    text-align: right
}.ring-builder-scope .input-wrapper.currency::before{
    content: "$";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 14px;
    pointer-events: none
}.ring-builder-scope .input-wrapper input[type="number"]{
    padding-left: 26px;
    width: 110px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-align: right
}.ring-builder-scope .input-wrapper .unit{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 13px;
    pointer-events: none
}.ring-builder-scope .currency-symbol{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 14px;
    pointer-events: none
}.ring-builder-scope .input-wrapper.currency-right input[type="number"]{
    padding-left: 8px;
    padding-right: 26px;
    text-align: right
}.ring-builder-scope .input-wrapper.currency-right .currency-symbol{
    left: auto;
    right: 10px
}.ring-builder-scope .input-wrapper{
    position: relative;
    display: inline-block
}