.rb-container{max-width:1340px;margin:0 auto;padding:0 20px 60px;font-family:"Noto Serif",serif;color:#0c0c0f;-webkit-font-smoothing:antialiased}.rb-container *,.rb-container *:before,.rb-container *:after{box-sizing:border-box}.rb-loading{text-align:center;padding:80px 20px;font-size:16px;color:#666}.rb-loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.08);border-top-color:#bdc3c7;border-radius:50%;margin:0 auto 16px;animation:rb-spin .8s linear infinite}@keyframes rb-spin{to{transform:rotate(360deg)}}.rb-step-bar{display:flex;gap:0;margin-bottom:32px;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.rb-step{flex:1;display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;position:relative;transition:background .2s;border-right:1px solid rgba(0,0,0,.08);min-height:72px}.rb-step:last-child{border-right:none}.rb-step:hover{background:#00000005}.rb-step.is-active{background:#bdc3c71a}.rb-step.is-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#bdc3c7}.rb-step-number{width:48px;height:48px;min-width:48px;border-radius:8px;background:#0000000f;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.rb-step-number img{width:40px;height:40px;object-fit:cover;border-radius:4px}.rb-step-check{color:#27ae60;font-size:20px}.rb-step-info{flex:1;min-width:0}.rb-step-label-sub{font-size:12px;color:#666;line-height:1.4}.rb-step-label{font-size:14px;font-weight:600;line-height:1.4;text-transform:uppercase}.rb-step-selected{font-size:12px;color:#333;line-height:1.3}.rb-step-selected-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rb-step-selected-price{font-weight:700;color:#0c0c0f}.rb-step-remove{font-size:11px;color:#999;cursor:pointer;text-decoration:underline}.rb-step-remove:hover{color:#e74c3c}.rb-filters{margin-bottom:24px}.rb-filter-toggle{font-size:13px;color:#666;cursor:pointer;padding:6px 12px;border:1px solid rgba(0,0,0,.1);border-radius:4px;background:none;margin-bottom:16px;font-family:inherit}.rb-filter-toggle:hover{background:#00000008}.rb-filter-panel{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:20px}.rb-filter-col{display:flex;flex-direction:column;gap:24px}.rb-filter-heading{font-size:18px;font-weight:700;margin-bottom:12px;color:#0c0c0f}.rb-filter-group{display:flex;flex-direction:column}.rb-filter-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rb-filter-tiles.rb-metal-grid{grid-template-columns:repeat(3,1fr)}.rb-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 8px;border:1px solid #e0e0e0;border-radius:10px;background:#fafafa;cursor:pointer;font-size:12px;font-family:inherit;transition:all .15s;text-align:center;min-height:80px}.rb-tile:hover{border-color:#bbb;background:#f0f0f0}.rb-tile.is-active{border-color:#0c0c0f;background:#f5f5f5;box-shadow:0 0 0 1px #0c0c0f}.rb-tile-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.rb-tile-icon svg{width:36px;height:36px;color:#444}.rb-tile-label{font-size:11px;font-weight:500;color:#333;line-height:1.2}.rb-metal-swatch{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid rgba(0,0,0,.08);position:relative}.rb-metal-karat{font-size:9px;font-weight:700;color:#fff;text-shadow:0 0 3px rgba(0,0,0,.4)}.rb-filter-more{display:flex;align-items:center;gap:4px;padding:8px 0;background:none;border:none;font-size:13px;font-weight:500;color:#555;cursor:pointer;font-family:inherit;margin-top:6px}.rb-filter-more:hover{color:#0c0c0f}.rb-card-swatch.is-active-swatch{box-shadow:0 0 0 2px #0c0c0f}.rb-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.rb-filter-chip{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;border:1px solid rgba(0,0,0,.09);border-radius:8px;background:#00000003;cursor:pointer;font-size:12px;font-family:inherit;transition:all .15s;min-width:70px;text-align:center}.rb-filter-chip:hover{border-color:#0003;background:#00000008}.rb-filter-chip.is-active{border-color:#0c0c0f;background:#0000000d;box-shadow:0 0 0 1px #0c0c0f}.rb-filter-chip svg{width:28px;height:28px}.rb-filter-chip .rb-swatch{width:16px;height:16px;border-radius:50%;border:2px solid rgba(0,0,0,.12)}@media(max-width:768px){.rb-filter-panel{grid-template-columns:1fr;gap:20px}.rb-filter-tiles{grid-template-columns:repeat(4,1fr)}}.rb-type-tabs{display:flex;gap:8px;margin-bottom:20px}.rb-type-tab{padding:10px 20px;border:1px solid #bdc3c7;border-radius:8px;background:#fff;color:#0c0c0f;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;text-transform:uppercase;transition:all .15s}.rb-type-tab.is-active{background:#bdc3c7;color:#fff}.rb-type-tab:hover:not(.is-active){background:#bdc3c71a}.rb-filter-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;align-items:flex-end}.rb-filter-group{display:flex;flex-direction:column;gap:6px}.rb-filter-group label{font-size:13px;font-weight:700;text-transform:uppercase}.rb-filter-group select{padding:6px 10px;border:1px solid #d3d3d3;border-radius:4px;font-size:14px;font-family:inherit;background:#fff;min-width:120px}.rb-results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.rb-results-count{font-size:14px;color:#666}.rb-results-count strong{color:#0c0c0f}.rb-sort-wrap{display:flex;align-items:center;gap:8px}.rb-sort-wrap label{font-size:13px;font-weight:600}.rb-sort-wrap select{padding:5px 8px;border:1px solid #bdc3c7;border-radius:4px;font-size:13px;font-family:inherit}.rb-view-toggle{display:flex;gap:4px}.rb-view-btn{padding:6px 12px;border:1px solid #bdc3c7;background:#fff;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;text-transform:uppercase}.rb-view-btn:first-child{border-radius:4px 0 0 4px}.rb-view-btn:last-child{border-radius:0 4px 4px 0}.rb-view-btn.is-active{background:#bdc3c7;color:#fff}.rb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.rb-card{cursor:pointer;transition:transform .15s}.rb-card:hover{transform:translateY(-2px)}.rb-card-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5;margin-bottom:10px;position:relative}.rb-card-image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.rb-card-image .rb-card-img-hover{position:absolute;top:0;left:0;opacity:0}.rb-card:hover .rb-card-img-hover{opacity:1}.rb-card:hover .rb-card-img-default{opacity:0}.rb-diamond-hover .rb-card-vid-hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;z-index:2}.rb-diamond-hover:hover .rb-card-vid-hover{opacity:1}.rb-diamond-hover:hover .rb-card-img-default{opacity:0}.rb-back-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;margin-bottom:16px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;font-family:inherit;color:#333;cursor:pointer;transition:all .15s}.rb-back-btn:hover{background:#eee;border-color:#ccc}.rb-back-arrow{font-size:18px;line-height:1}.rb-thumb-label{position:absolute;bottom:2px;left:0;right:0;text-align:center;font-size:8px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);text-transform:uppercase}.rb-card-title{font-size:13px;font-weight:500;text-transform:uppercase;margin-bottom:6px;line-height:1.3}.rb-card-swatches{display:flex;gap:4px;margin-bottom:6px;flex-wrap:wrap}.rb-card-swatch{width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,0,0,.12)}.rb-card-price{font-size:15px;font-weight:700}.rb-card-specs{font-size:12px;color:#555;margin-bottom:4px;line-height:1.4}.rb-card-specs strong{color:#0c0c0f}.rb-card-cert{font-size:11px;color:#888;margin-top:2px}.rb-card-btn{display:block;width:100%;padding:8px;margin-top:8px;border:1px solid #bdc3c7;border-radius:8px;background:#fff;color:#0c0c0f;font-size:13px;font-weight:600;font-family:inherit;text-transform:uppercase;cursor:pointer;transition:all .15s}.rb-card-btn:hover{background:#bdc3c7;color:#fff}.rb-table{width:100%;border-collapse:collapse}.rb-table th{text-align:left;font-size:12px;font-weight:700;text-transform:uppercase;padding:10px 12px;border-bottom:2px solid #eee;color:#666}.rb-table td{padding:10px 12px;font-size:13px;border-bottom:1px solid #f0f0f0}.rb-table tr{cursor:pointer;transition:background .1s}.rb-table tbody tr:hover{background:#00000005}.rb-table .rb-price-cell{font-weight:700}.rb-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px}.rb-detail-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#0c0c0f;cursor:pointer;padding:8px 0;margin-bottom:12px;background:none;border:none;font-family:inherit}.rb-detail-back:hover{text-decoration:underline}.rb-detail-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5}.rb-detail-image img{width:100%;height:100%;object-fit:cover}.rb-detail-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.rb-detail-thumb{aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:#f5f5f5}.rb-detail-thumb.is-active{border-color:#bdc3c7}.rb-detail-thumb img{width:100%;height:100%;object-fit:cover}.rb-detail-title{font-size:22px;font-weight:700;text-transform:uppercase;margin-bottom:8px}.rb-detail-style{font-size:15px;color:#555;margin-bottom:20px}.rb-detail-option-label{font-size:14px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.rb-detail-option-group{margin-bottom:20px}.rb-detail-chips{display:flex;flex-wrap:wrap;gap:8px}.rb-detail-price-label{font-size:13px;color:#666;margin-bottom:2px}.rb-detail-price-sub{font-size:12px;color:#999;margin-bottom:4px}.rb-detail-price{font-size:24px;font-weight:700;margin-bottom:16px}.rb-btn-primary{display:block;width:100%;padding:14px 20px;border:1px solid #bdc3c7;border-radius:8px;background:#bdc3c7;color:#000;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;transition:all .15s}.rb-btn-primary:hover{background:#a8b0b4;border-color:#a8b0b4}.rb-btn-primary:disabled{opacity:.5;cursor:not-allowed}.rb-accordion{margin-top:20px;border-top:1px solid #eee}.rb-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer;font-size:15px;font-weight:600}.rb-accordion-header:hover{color:#666}.rb-accordion-body{padding:0 0 16px;font-size:14px;line-height:1.6;color:#444}.rb-accordion-body.is-hidden{display:none}.rb-summary{display:grid;grid-template-columns:1fr 1fr;gap:40px}.rb-summary-title{font-size:22px;font-weight:700;margin-bottom:24px}.rb-summary-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #eee;align-items:flex-start}.rb-summary-item-icon{font-size:20px;min-width:28px;text-align:center}.rb-summary-item-info{flex:1}.rb-summary-item-name{font-size:14px;font-weight:700;margin-bottom:2px}.rb-summary-item-meta{font-size:12px;color:#666}.rb-summary-item-actions{font-size:12px;margin-top:4px}.rb-summary-item-actions a{color:#999;cursor:pointer;text-decoration:underline;margin-right:10px}.rb-summary-item-actions a:hover{color:#e74c3c}.rb-summary-item-price{font-size:15px;font-weight:700;white-space:nowrap}.rb-ringsize{padding:16px 0;border-bottom:1px solid #eee}.rb-ringsize-label{font-size:14px;font-weight:700;margin-bottom:8px}.rb-ringsize-input{padding:8px 12px;border:1px solid #d3d3d3;border-radius:4px;font-size:14px;font-family:inherit;width:120px}.rb-total{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-bottom:16px}.rb-total-label{font-size:18px;font-weight:700}.rb-total-price{font-size:22px;font-weight:700}.rb-btn-cart{display:block;width:100%;padding:16px 20px;border:none;border-radius:8px;background:#0c0c0f;color:#fff;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;text-transform:uppercase;transition:all .15s}.rb-btn-cart:hover{background:#333}.rb-btn-cart:disabled{opacity:.5;cursor:not-allowed}.rb-filter-chip.rb-filter-chip-sm{min-width:42px;padding:6px 12px;font-size:12px;font-weight:600;justify-content:center}.rb-filter-group-full{width:100%}.rb-carat-controls{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.rb-carat-inputs{display:flex;gap:10px;flex-shrink:0}.rb-carat-input-wrap{display:flex;align-items:center;gap:4px;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;padding:6px 10px;transition:border-color .15s}.rb-carat-input-wrap:focus-within{border-color:#0c0c0f}.rb-carat-label{font-size:11px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-right:4px}.rb-carat-input{width:50px;border:none;outline:none;font-size:14px;font-weight:600;font-family:inherit;background:transparent;text-align:center;-moz-appearance:textfield}.rb-carat-input::-webkit-outer-spin-button,.rb-carat-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rb-carat-unit{font-size:12px;color:#999;font-weight:500}.rb-carat-chips{flex:1;min-width:0}.rb-carat-clear{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;color:#999;cursor:pointer;border-radius:6px;transition:all .15s;white-space:nowrap}.rb-carat-clear:hover{color:#c0392b;background:#fdf2f2}.rb-filter-row-carat{flex-direction:column}.rb-step2-top{display:flex;gap:24px;align-items:flex-start}.rb-step2-top>.rb-filters{flex:1;min-width:0}.rb-hand-viewer{flex-shrink:0;width:320px;position:sticky;top:20px}.rb-hand-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;color:#555;text-align:center}.rb-hand-viewer-inner{display:flex;align-items:stretch}.rb-hand-container{position:relative;width:100%;background:#f9f9f9;border-radius:12px;overflow:hidden;border:1px solid #eee;padding:0;line-height:0}.rb-hand-img{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.rb-hand-diamond{position:absolute;pointer-events:none;transition:width .3s ease,height .3s ease,margin .3s ease;z-index:2}.rb-hand-diamond svg{width:100%;height:100%;filter:drop-shadow(0 0 4px rgba(255,255,255,.9)) drop-shadow(0 0 10px rgba(180,200,240,.6))}.rb-hand-diamond:after{content:"";position:absolute;top:20%;left:20%;width:30%;height:30%;background:radial-gradient(ellipse,rgba(255,255,255,.7),transparent 70%);border-radius:50%;pointer-events:none}.rb-hand-carat-label{position:absolute;bottom:12px;left:0;right:0;text-align:center;font-size:12px;color:#666;font-style:italic;background:#ffffffd9;padding:6px 0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rb-hand-slider{display:flex;flex-direction:column;align-items:center;gap:6px;position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:3}.rb-hand-slider-label{font-size:11px;font-weight:600;color:#888;white-space:nowrap}.rb-hand-slider-input{writing-mode:vertical-lr;direction:rtl;-webkit-appearance:none;appearance:none;width:5px;height:160px;background:linear-gradient(to top,#e0d5c0,#0c0c0f);border-radius:3px;outline:none;cursor:pointer}.rb-hand-slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#0c0c0f;border:3px solid #D4A017;box-shadow:0 2px 8px #00000040;cursor:grab}.rb-hand-slider-input::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#0c0c0f;border:3px solid #D4A017;box-shadow:0 2px 8px #00000040;cursor:grab;border:none}.rb-hand-slider-input:active::-webkit-slider-thumb{cursor:grabbing;background:#d4a017;border-color:#0c0c0f}@media(max-width:900px){.rb-step2-top{flex-direction:column}.rb-hand-viewer{width:100%;position:static;order:-1;margin-bottom:16px}.rb-hand-container{max-width:280px;margin:0 auto}.rb-hand-slider-input{height:120px}}.rb-quote-actions{display:flex;gap:10px;margin-top:12px}.rb-btn-quote,.rb-btn-hint{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1.5px solid #d0d0d0;border-radius:8px;background:#fff;color:#333;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;text-align:center}.rb-btn-quote:hover{border-color:#0c0c0f;background:#f9f9f9}.rb-btn-hint{border-color:#e8c4c4;color:#c0392b}.rb-btn-hint:hover{border-color:#c0392b;background:#fdf2f2}.rb-btn-icon{font-size:16px}.rb-filter-chip.rb-chip-unavailable{opacity:.35;pointer-events:auto}.rb-filter-chip.rb-chip-unavailable:hover{opacity:.6}.rb-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);padding:14px 28px;background:#0c0c0f;color:#fff;border-radius:10px;font-size:14px;font-weight:500;z-index:9999;animation:rbToastIn .3s ease,rbToastOut .3s ease 3.5s forwards;box-shadow:0 8px 30px #0003}@keyframes rbToastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes rbToastOut{0%{opacity:1}to{opacity:0}}.rb-summary-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5}.rb-summary-image img{width:100%;height:100%;object-fit:cover}.rb-summary-media{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#e8e8e8;position:relative}.rb-summary-video{width:100%;height:100%;object-fit:cover;display:block}.rb-summary-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:4px}.rb-summary-thumb{flex:0 0 80px;width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;position:relative;background:#f0f0f0}.rb-summary-thumb.is-active{border-color:#0c0c0f}.rb-summary-thumb img,.rb-summary-thumb video{width:100%;height:100%;object-fit:cover;pointer-events:none}.rb-thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#0009;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;pointer-events:none}.rb-thumb-video{width:100%;height:100%;object-fit:cover}.rb-empty{text-align:center;padding:60px 20px;color:#888;font-size:15px}@media(max-width:1024px){.rb-grid{grid-template-columns:repeat(3,1fr)}.rb-filter-sections{grid-template-columns:1fr 1fr}}@media(max-width:768px){.rb-step-bar{flex-direction:column}.rb-step{border-right:none;border-bottom:1px solid rgba(0,0,0,.08)}.rb-step:last-child{border-bottom:none}.rb-step.is-active:after{top:0;bottom:0;left:0;right:auto;width:3px;height:auto}.rb-grid{grid-template-columns:repeat(2,1fr);gap:14px}.rb-detail,.rb-summary{grid-template-columns:1fr;gap:24px}.rb-filter-sections{grid-template-columns:1fr}.rb-filter-row{flex-direction:column;gap:12px}}@media(max-width:480px){.rb-grid{grid-template-columns:1fr 1fr;gap:8px}.rb-card{border-radius:8px}.rb-card-title{font-size:11px;padding:6px 8px 0}.rb-card-specs{font-size:10px;padding:2px 8px}.rb-card-price{font-size:12px;padding:0 8px}.rb-card-btn{font-size:10px;padding:6px 8px;margin:6px 8px 8px}.rb-detail-title{font-size:18px}.rb-detail-price{font-size:20px}.rb-step-bar{gap:0}.rb-step{padding:10px 12px;gap:8px}.rb-step-number{width:28px;height:28px;font-size:12px}.rb-step-text-sub{font-size:9px}.rb-step-text-label{font-size:12px}.rb-filter-chips{gap:6px}.rb-filter-chip{padding:6px 8px;font-size:10px;gap:3px}.rb-filter-chip svg{width:16px;height:16px}.rb-filter-chip.rb-filter-chip-sm{min-width:34px;padding:5px 8px;font-size:11px}.rb-type-tabs{gap:8px}.rb-type-tab{padding:10px 20px;font-size:12px}.rb-filter-toggle{font-size:12px;padding:6px 14px}.rb-filter-group label{font-size:11px}.rb-carat-controls{gap:10px}.rb-carat-inputs{gap:6px}.rb-carat-input-wrap{padding:4px 8px}.rb-carat-input{width:40px;font-size:13px}.rb-carat-label{font-size:10px}.rb-results-bar{flex-direction:column;gap:8px;align-items:stretch}.rb-results-count{font-size:13px}.rb-view-btn{padding:6px 12px;font-size:11px}.rb-sort-wrap,.rb-sort-wrap select{font-size:12px}.rb-back-btn{font-size:13px;padding:8px 14px}.rb-table th,.rb-table td{padding:8px 6px;font-size:11px}.rb-detail-option-label{font-size:12px}.rb-detail-chips{gap:6px}.rb-btn-primary{font-size:14px;padding:12px}.rb-summary-title{font-size:16px}.rb-summary-item{padding:10px 0}.rb-summary-item-name{font-size:13px}.rb-summary-item-meta{font-size:11px}.rb-summary-item-price{font-size:14px}.rb-total-label,.rb-total-price{font-size:16px}.rb-btn-cart{font-size:14px;padding:14px}.rb-quote-actions{flex-direction:column;gap:8px}.rb-btn-quote,.rb-btn-hint{font-size:12px;padding:10px}.rb-hand-container{max-width:240px}.rb-hand-slider-input{height:100px}.rb-hand-title{font-size:11px}.rb-hand-carat-label,.rb-hand-slider-label{font-size:10px}}@media(max-width:360px){.rb-grid{grid-template-columns:1fr;gap:12px}.rb-filter-chips{flex-wrap:wrap}.rb-carat-controls{flex-direction:column}.rb-step{padding:8px 10px}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/ring-builder.css.map */
