.nikkah-bundle-container{display:flex;flex-wrap:wrap;gap:30px;max-width:1400px;margin:0 auto;padding:0 20px;font-family:inherit;box-sizing:border-box}.bundle-header-img{width:100%;max-height:350px;object-fit:cover;border-radius:var(--card-radius);margin-bottom:20px;display:block}.bundle-main-title{text-align:center;font-size:26px;font-weight:600;margin-top:20px;margin-bottom:10px;color:var(--bundle-primary)}.bundle-sub-title{text-align:center;font-size:16px;color:#666;margin-bottom:30px}.bundle-products-section{flex:1 1 calc(65% - 15px);position:relative;min-height:400px;box-sizing:border-box}.bundle-sidebar-section{flex:1 1 calc(35% - 15px);box-sizing:border-box}.bundle-tabs-wrapper{display:flex;gap:12px;overflow-x:auto;padding-bottom:15px;margin-bottom:25px;scrollbar-width:none;border-bottom:2px solid #eaeaea;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.bundle-tabs-wrapper::-webkit-scrollbar{display:none}.bundle-tab-btn{flex-shrink:0;padding:12px 25px;border:2px solid var(--bundle-primary);background:transparent;color:var(--bundle-primary);border-radius:var(--btn-radius);font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.bundle-tab-btn.active,.bundle-tab-btn:hover{background:var(--bundle-primary);color:#fff;box-shadow:0 4px 10px #0000001a}.tab-content{display:none;flex-direction:column}.tab-content.active{display:flex;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-grid{display:grid;gap:20px;margin-bottom:30px}.hidden-card{display:none!important}.product-card{display:flex;flex-direction:column;background:var(--card-bg);border-radius:var(--card-radius);overflow:hidden;transition:.3s ease;border:1px solid #eaeaea;position:relative;height:100%;box-sizing:border-box}.style-modern .product-card{box-shadow:0 2px 10px #00000008}.style-modern .product-card:hover{border-color:var(--bundle-primary);box-shadow:0 10px 20px #00000014;transform:translateY(-3px)}.style-minimal .product-card{border:none;border-bottom:1px solid #eaeaea;border-radius:0}.style-minimal .product-card:hover{border-bottom:1px solid var(--bundle-primary)}.style-bold .product-card{border:2px solid #111;box-shadow:5px 5px #0000000d}.style-bold .product-card:hover{border-color:var(--bundle-primary);box-shadow:5px 5px 0 var(--bundle-primary)}.product-img-wrapper{width:100%;aspect-ratio:var(--img-ratio);overflow:hidden;background:#f9f9f9;display:flex;align-items:center;justify-content:center}.product-img-wrapper img{width:100%;height:100%;object-fit:var(--img-fit);transition:transform .5s ease}.product-card:hover .product-img-wrapper img{transform:scale(1.05)}.product-info-wrap{padding:15px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-title{font-size:15px;font-weight:600;margin:0 0 8px;color:#222;line-height:1.3}.product-price{color:#555;font-weight:700;margin-bottom:15px;font-size:14px}.add-item-btn{width:100%;padding:12px;background:transparent;border:2px solid var(--bundle-primary);color:var(--bundle-primary);border-radius:var(--btn-radius);cursor:pointer;font-weight:700;transition:.3s;text-align:center}.add-item-btn:hover{background:var(--bundle-primary);color:#fff}.bundle-load-more-btn{align-self:center;padding:12px 40px;background:#fff;color:#222;border:2px solid #222;border-radius:var(--btn-radius);font-size:15px;font-weight:700;cursor:pointer;transition:.3s ease;margin-bottom:20px}.bundle-load-more-btn:hover{background:#222;color:#fff}.rb-sidebar-drawer{position:sticky;top:var(--sidebar-offset);background:#fff;padding:25px;border-radius:var(--card-radius);border:1px solid #eaeaea;box-shadow:0 10px 30px #00000014;z-index:9;max-height:calc(100vh - var(--sidebar-offset) - 20px);overflow-y:auto;box-sizing:border-box}.rb-sidebar-drawer::-webkit-scrollbar{width:5px}.rb-sidebar-drawer::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.sidebar-header{border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px}.sidebar-header h3{margin:0 0 5px;font-size:20px}.progress-bar{background:#f0f0f0;height:10px;border-radius:10px;margin:15px 0;overflow:hidden}.progress-fill{background:var(--bundle-primary);height:100%;width:0%;transition:width .5s ease}#selected-items-list{margin-bottom:15px;padding-right:5px}.sidebar-item{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px dashed #eee;font-size:14px;gap:8px;animation:fadeIn .3s}.remove-item{background:#fee2e2;color:#ef4444;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-size:12px;font-weight:700;transition:.2s}.total-section{display:flex;justify-content:space-between;font-size:18px;font-weight:800;margin:20px 0;padding-top:15px;border-top:2px solid #eaeaea}.checkout-btn{width:100%;padding:16px;background:var(--bundle-primary);color:#fff;border:none;border-radius:var(--btn-radius);font-size:16px;font-weight:700;cursor:pointer;transition:.3s;text-transform:uppercase;letter-spacing:1px}.checkout-btn:disabled{background:#d1d5db;cursor:not-allowed;color:#9ca3af}.rb-mobile-floater,.mobile-close-btn{display:none}@media(max-width:990px){.bundle-products-section,.bundle-sidebar-section{flex:1 1 100%}.nikkah-bundle-container{padding-bottom:90px!important}.rb-mobile-floater{position:fixed;bottom:0;left:0;width:100%;background:#fff;box-shadow:0 -2px 10px #0000001a;z-index:9999;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;box-sizing:border-box;transform:translateY(100%);opacity:0;visibility:hidden;transition:all .3s ease-in-out}.rb-mobile-floater.bar-visible{transform:translateY(0);opacity:1;visibility:visible}.rb-sidebar-drawer{position:fixed!important;bottom:0!important;left:0!important;width:100%!important;top:auto!important;background:#fff!important;z-index:2147483647!important;border-radius:24px 24px 0 0!important;padding:20px!important;max-height:85vh!important;overflow-y:auto!important;box-shadow:0 -10px 40px #0000004d!important;border:none!important;transform:translateY(150%)!important;transition:transform .4s cubic-bezier(.4,0,.2,1)!important;box-sizing:border-box}.rb-sidebar-drawer.cart-active{transform:translateY(0)!important}.mobile-close-btn{display:block!important;text-align:right;font-size:14px;font-weight:700;color:#ef4444;cursor:pointer;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}}@media(max-width:768px){.nikkah-bundle-container{padding:0 10px;padding-bottom:90px!important}.product-info-wrap{padding:10px}.product-title{font-size:13px}.add-item-btn{padding:8px;font-size:12px}.bundle-tab-btn{padding:8px 16px;font-size:13px}}.bundle-banner-wrapper{width:100%;overflow:hidden;position:relative}.bundle-banner-img{width:100%;height:100%;object-fit:var(--banner-fit, cover);display:block}.bundle-banner-wrapper.banner-small{height:200px}.bundle-banner-wrapper.banner-medium{height:350px}.bundle-banner-wrapper.banner-large{height:500px}.bundle-banner-wrapper.banner-original{height:auto}@media screen and (max-width:768px){.bundle-banner-wrapper.banner-small{height:150px}.bundle-banner-wrapper.banner-medium{height:250px}.bundle-banner-wrapper.banner-large{height:350px}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/refine-bundle.css.map */
