.shubh-filters-section{background:#faf6f0;border-radius:12px;padding:1.2rem 1.6rem;margin:1.5rem 0 2rem;box-shadow:0 4px 15px #3a240808}.shubh-desktop-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.shubh-filter-dropdown-wrapper{position:relative}.shubh-filter-select-btn{background:#fffdf9;border:1.5px solid #e5dbcc;border-radius:8px;padding:.8rem 1.4rem;font-family:Manrope,sans-serif;font-size:1.3rem;font-weight:400;color:#3a2408;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .2s ease}.shubh-filter-select-btn:hover,.shubh-filter-select-btn.active{border-color:#8c7960;background:#fffdf9;color:#8c7960}.shubh-filter-select-btn svg{width:1rem;height:1rem;fill:currentColor;transition:transform .2s ease}.shubh-filter-select-btn.active svg{transform:rotate(180deg)}.shubh-filter-content-card{position:absolute;top:100%;left:0;margin-top:.6rem;background:#faf6f0;border:1px solid #eadfd2;border-radius:10px;box-shadow:0 8px 30px #3a240814;min-width:220px;max-height:280px;overflow-y:auto;z-index:100;display:none;padding:.8rem}.shubh-filter-content-card.open{display:block;animation:filterFadeIn .2s ease}@keyframes filterFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.shubh-filter-option{display:flex;align-items:center;padding:.6rem .8rem;border-radius:6px;cursor:pointer;transition:background .15s;font-size:1.3rem;color:#5c4a3d;-webkit-user-select:none;user-select:none;gap:.8rem}.shubh-filter-option:hover{background:#fffbff;color:#8c7960}.shubh-filter-option input[type=checkbox]{accent-color:#8c7960;width:1.4rem;height:1.4rem;cursor:pointer}.shubh-sort-option{padding:.8rem 1rem;border-radius:6px;cursor:pointer;font-size:1.3rem;color:#5c4a3d;transition:all .15s}.shubh-sort-option:hover,.shubh-sort-option.active{background:#fff7ed;color:#8c7960;font-weight:400}.shubh-price-slider-container{padding:1.5rem 1rem .8rem;width:280px}.shubh-slider-track-wrapper{position:relative;height:6px;background:#e5dbcc;border-radius:3px;margin-bottom:2rem}div.shubh-slider-highlight{display:block;position:absolute;height:100%;background:#8c7960;border-radius:3px}.shubh-range-inputs-wrapper{position:relative}.shubh-range-inputs-wrapper input[type=range]{position:absolute;width:100%;height:6px;top:-24px;background:0 0;pointer-events:none;-webkit-appearance:none;appearance:none;margin:0}.shubh-range-inputs-wrapper input[type=range]::-webkit-slider-thumb{height:18px;width:18px;border-radius:50%;background:#fffdf9;border:2px solid #8c7960;cursor:pointer;pointer-events:auto;-webkit-appearance:none;box-shadow:0 1px 3px #00000026;transition:transform .1s}.shubh-range-inputs-wrapper input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.shubh-range-inputs-wrapper input[type=range]::-moz-range-thumb{height:18px;width:18px;border-radius:50%;background:#fffdf9;border:2px solid #8c7960;cursor:pointer;pointer-events:auto;box-shadow:0 1px 3px #00000026}.shubh-slider-values{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:400;color:#8a6f45;margin-top:.4rem}.shubh-centered-badges-container{display:flex;justify-content:center;width:100%;margin:-.5rem 0 1.5rem}.shubh-active-badges-list{display:flex;flex-wrap:wrap;gap:.6rem;padding:.8rem 1.6rem;background:#fffdf9;border:1px solid #eadfd2;border-radius:30px;box-shadow:0 2px 8px #3a240805;justify-content:center;align-items:center}.shubh-active-badge{background:#fff7ed;border:1px solid #fdba74;color:#8c7960;font-size:1.15rem;font-weight:400;padding:.4rem .8rem;border-radius:100px;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .15s}.shubh-active-badge:hover{background:#fff1e2}.shubh-active-badge span.remove-badge{font-weight:400;color:#ea580c}.shubh-clear-all-link{font-size:1.2rem;color:#8a6f45;cursor:pointer;text-decoration:underline;align-self:center;margin-left:.8rem;font-weight:400}.shubh-gemstone-card{border-radius:5px;padding:0;display:flex;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.shubh-gemstone-card:hover{border-color:#8c7960;box-shadow:0 15px 35px #8c796014}.shubh-card-padded-section{padding:0 1.5rem;box-sizing:border-box}.shubh-card-padded-section.top-section{padding-top:1rem}.shubh-card-padded-section.bottom-section{padding-bottom:1rem;margin-top:.1rem}.shubh-card-media-wrapper{width:100%;position:relative;overflow:hidden;background:#fcfbfa}.shubh-card-video-lightbox-trigger{position:absolute;top:10px;left:10px;z-index:2;background:0 0;border:0;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;box-shadow:none;cursor:pointer;transition:transform .2s cubic-bezier(.25,.8,.25,1);padding:0;outline:0}.shubh-card-video-lightbox-trigger svg{width:18px;height:18px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .2s;margin-left:2px}.shubh-card-video-lightbox-trigger:hover{transform:scale(1.12)}.shubh-card-media-link{display:block;width:100%;height:100%}.shubh-card-media-inner{position:relative;width:100%;height:100%}.shubh-card-featured-img{width:100%;height:auto;max-height:280px;object-fit:cover;display:block;transition:opacity .3s ease}.shubh-card-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease;pointer-events:none;background:#000}.shubh-card-video-overlay video{width:100%;height:100%;object-fit:cover}.shubh-gemstone-card:hover .shubh-card-video-overlay{opacity:1}.shubh-card-info-wrapper{display:flex;flex-direction:column;flex-grow:1;padding-top:0;align-items:center}.shubh-card-title{margin:0 0 .2rem;font-weight:500;font-size:1.6rem;line-height:1.3;text-align:center}.shubh-card-title a{color:#3a2408;text-decoration:none;transition:color .15s}.shubh-card-title a:hover{color:#8c7960}.shubh-card-price-container{margin-bottom:0rem;text-align:center}.shubh-card-sku-origin-row{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.1rem;width:100%}.shubh-card-sku{font-family:Manrope,sans-serif;font-size:1.25rem;color:#3a2408;font-weight:400;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.shubh-card-price{font-family:Manrope,sans-serif;font-size:1.7rem;font-weight:400;color:#c89449}.shubh-card-marquee-container{width:100%;overflow:hidden;background:#faf6f0;border-top:1px dashed #eadfd2;border-bottom:1px dashed #eadfd2;border-left:none;border-right:none;border-radius:0;padding:.55rem 0;white-space:nowrap;box-sizing:border-box}.shubh-card-marquee-scroll{display:inline-flex;width:max-content;animation:shubhMarqueeScroll 14s linear infinite}.shubh-card-marquee-scroll span{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:400;color:#8a6f45;text-transform:uppercase;padding-right:2.2rem;display:inline-block}@keyframes shubhMarqueeScroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.shubh-card-origin-line{font-size:1.25rem;color:#3a2408;font-weight:400;margin-bottom:0;white-space:nowrap}.shubh-card-origin-line span{color:#3a2408;font-weight:400}.shubh-card-badges-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.4rem}.shubh-card-spec-badge{font-family:Manrope,sans-serif;font-size:1.15rem;padding:.35rem .8rem;border-radius:6px;font-weight:400;display:inline-block;line-height:1.2}.shubh-card-spec-badge.rating-badge{background:#fff7ed;color:#8c7960;border:1.5px solid #fdba74}.shubh-card-spec-badge.ratti-badge{background:#eff6ff;color:#1e40af;border:1.5px solid #bfdbfe}.shubh-card-spec-badge.carat-badge,.shubh-card-spec-badge.shape-badge{background:#f0fdf4;color:#166534;border:1.5px solid #bbf7d0}.shubh-video-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999999!important;display:none;align-items:center;justify-content:center;background:#00000012;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.shubh-lightbox-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:0 0!important;z-index:1000001;cursor:pointer}.shubh-lightbox-content-card{position:relative;width:90%;max-width:720px;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;border:2px solid #e6d5c3;z-index:1000002;display:flex;align-items:center;justify-content:center;animation:lightboxScaleUp .3s cubic-bezier(.25,.8,.25,1)}@keyframes lightboxScaleUp{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.shubh-lightbox-close-btn{position:absolute;top:15px;right:15px;background:#ffffff40;border:0;border-radius:50%;color:#fff;width:34px;height:34px;font-size:1.5rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1000003}.shubh-lightbox-close-btn:hover{background:#8c7960;transform:rotate(90deg)}.shubh-lightbox-video-frame{width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000002}.shubh-lightbox-video-frame video{width:100%;height:100%;object-fit:contain;background:#000}.shubh-mobile-floating-bar{display:none}.shubh-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1999;display:none;opacity:0;transition:opacity .28s ease}.shubh-drawer-backdrop.active{display:block;opacity:1}.shubh-mobile-drawer{position:fixed;bottom:0;left:0;right:0;background:#faf6f0;border-top-left-radius:20px;border-top-right-radius:20px;z-index:2000;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 -8px 30px #3a240826;transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.8,.25,1)}.shubh-mobile-drawer.active{transform:translateY(0)}.shubh-drawer-header{padding:1.4rem 1.6rem;border-bottom:1px solid #eadfd2;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.shubh-drawer-header h3{margin:0;font-size:1.6rem;font-weight:400;color:#3a2408}.shubh-drawer-close-btn{background:0 0;border:0;font-size:1.8rem;color:#8a6f45;cursor:pointer;padding:.2rem}.shubh-drawer-body{padding:0 1.6rem;overflow-y:auto;flex-grow:1}.shubh-drawer-accordion{border-bottom:1.5px solid #eadfd2}.shubh-drawer-accordion-btn{width:100%;background:0 0;border:0;padding:1.4rem .2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#3a2408;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;outline:0}.shubh-drawer-accordion-btn svg{width:1.1rem;height:1.1rem;fill:#8a6f45;transition:transform .25s ease}.shubh-drawer-accordion.active .shubh-drawer-accordion-btn svg{transform:rotate(180deg);fill:#8c7960}.shubh-drawer-accordion.active .shubh-drawer-accordion-btn{color:#8c7960}.shubh-drawer-accordion-content{padding:.2rem .2rem 1.6rem;display:none}.shubh-drawer-accordion.active .shubh-drawer-accordion-content{display:block;animation:slideDownIn .25s ease-out}@keyframes slideDownIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.shubh-drawer-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.shubh-drawer-option-pill{background:#fffdf9;border:1px solid #e5dbcc;border-radius:8px;padding:.8rem 1rem;font-size:1.25rem;text-align:center;color:#5c4a3d;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none;font-weight:400}.shubh-drawer-option-pill.active{background:#fff7ed;border-color:#8c7960;color:#8c7960;font-weight:400}.shubh-mobile-price-slider{padding:1.2rem .6rem .6rem;width:100%}.shubh-drawer-footer{padding:1.2rem 1.6rem;border-top:1px solid #eadfd2;background:#faf6f0;display:flex;gap:1rem;flex-shrink:0}.shubh-drawer-clear-btn{background:#faf6f0;border:1px solid #e5dbcc;color:#5c4a3d;padding:1.2rem;font-weight:400;font-size:1.35rem;border-radius:8px;cursor:pointer;flex:1;text-align:center}.shubh-drawer-apply-btn{background:#8c7960;color:#faf6f0;border:0;padding:1.2rem;font-weight:400;font-size:1.35rem;border-radius:8px;cursor:pointer;flex:2;text-align:center;box-shadow:0 4px 12px #8c796026}@media screen and (max-width:749px){.shubh-card-price-container{margin-bottom:0rem}.shubh-card-sku-origin-row{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.1rem;width:100%}.shubh-filters-section{display:none}.shubh-centered-badges-container{margin:1rem 0}.shubh-mobile-floating-bar{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:1000;background:#8c7960;border:1.5px solid #8c7960;border-left:0;border-right:0;border-bottom:0;border-radius:0;box-shadow:0 -4px 20px #3a240840;padding:.4rem 1rem calc(.4rem + env(safe-area-inset-bottom));align-items:center;justify-content:center;gap:.2rem;animation:barSlideUp .4s cubic-bezier(.25,.8,.25,1)}@keyframes barSlideUp{0%{transform:translateY(100px);opacity:0}to{transform:translate(0);opacity:1}}.shubh-mobile-action-btn{background:0 0;border:0;color:#faf6f0;font-family:inherit;font-size:1.25rem;font-weight:400;padding:.8rem 1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem;border-radius:20px;transition:background .2s;flex:1}.shubh-mobile-action-btn:active{background:#faf6f01a}.shubh-mobile-action-btn svg{width:1.2rem;height:1.2rem;fill:currentColor}.shubh-mobile-bar-divider{width:1px;height:1.6rem;background:#faf6f033}.shubh-gemstone-card{padding:0}.shubh-card-padded-section{padding:0 1rem}.shubh-card-padded-section.top-section{padding-top:1rem}.shubh-card-padded-section.bottom-section{padding-bottom:.2rem}.shubh-card-title,.shubh-card-price{font-size:1.45rem}}.shubh-filters-empty-results{text-align:center;padding:4rem 2rem;background:#faf6f0;border:1px dashed #e5dbcc;border-radius:12px;margin:2rem 0}.shubh-filters-empty-results h3{font-size:1.8rem;color:#3a2408;margin-bottom:.8rem}.shubh-filters-empty-results p{font-size:1.35rem;color:#8a6f45;margin-bottom:1.5rem}.shubh-card-sku-row{margin-top:.4rem}.shubh-card-sku-row .shubh-card-sku{font-size:1.25rem;color:#3a2408;text-transform:uppercase;letter-spacing:.05em}.shubh-card-video-lightbox-trigger,.shubh-gemstone-card,.shubh-gemstone-card-wrapper,.shubh-collection-slab-btn,.shubh-collection-active-filter-btn{border-radius:0}.shubh-card-title a{font-size:1.4rem;letter-spacing:.02em;text-transform:uppercase}.shubh-card-price{font-size:1.35rem;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/2/assets/shubh-collection-filters.css.map */
