.bundle-builder{padding:40px 20px;max-width:1300px;margin:0 auto}.bundle-builder__layout{display:flex;flex-direction:column;gap:40px}.bundle-builder__top{display:grid;grid-template-columns:1fr 2fr;gap:30px;align-items:start;background:var(--color-white);padding:30px}.bundle-builder__boks-info{text-align:center}.bundle-builder__boks-image{width:100%;max-width:100%;margin:0 auto 15px;border-radius:4px}.bundle-builder__boks-name{font-family:var(--font-heading);font-size:2.6rem;font-weight:800;margin-bottom:8px}.bundle-builder__boks-price{font-family:var(--font-heading);font-size:3.2rem;color:var(--color-gold);font-weight:800;margin-bottom:15px}.bundle-builder__slots{border:2px dashed var(--color-gold);padding:20px;background:var(--color-white)}.bundle-builder__slots-grid{display:flex;flex-wrap:wrap;gap:10px;margin:0 auto 15px;max-width:580px;justify-content:center;align-items:center}.bundle-slot{position:relative;width:130px;height:170px;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;background:#fafafa;transition:border-color .3s ease}.bundle-slot--jock{width:270px;height:170px}.bundle-slot.is-filled{border-style:solid;border-color:var(--color-gold);background:var(--color-white)}.bundle-slot__remove{position:absolute;top:2px;right:4px;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#999;z-index:2;line-height:1;padding:2px}.bundle-slot__remove:hover{color:#f33}.bundle-slot__placeholder{text-align:center}.bundle-slot__add-btn{font-family:var(--font-body);font-size:.75rem;font-weight:600;padding:6px 14px;border:1px solid var(--color-gold);cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.bundle-slot__add-btn--sock{background:var(--color-gold);color:var(--color-white)}.bundle-slot__add-btn--sock:hover{background:var(--color-white);color:var(--color-gold)}.bundle-slot__add-btn--jock{background:var(--color-gold);color:var(--color-white)}.bundle-slot__add-btn--jock:hover{background:var(--color-white);color:var(--color-gold)}.bundle-slot__filled{width:100%;height:100%;padding:4px}.bundle-slot__item-image{width:100%;height:100%;object-fit:contain}.bundle-builder__instruction{text-align:center;font-size:.9rem;color:#666;margin-bottom:15px;font-style:italic}.bundle-builder__actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.bundle-builder__or{font-size:.85rem;color:#999}.bundle-builder__tab-btn{min-width:110px}.bundle-builder__tab-btn.active{background-color:var(--color-gold);color:var(--color-white);border-color:var(--color-gold)}.bundle-builder__tab-btn:not(.active){background-color:transparent;color:var(--color-gold);border:2px solid var(--color-gold)}.bundle-builder__cart-btn{min-width:130px}.bundle-builder__products{display:flex;flex-direction:column;gap:40px}.bundle-builder__products-heading{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;margin-bottom:20px;text-align:center}.bundle-builder__product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-pick{position:relative;border:1px solid #eee;background:var(--color-white);padding:15px;text-align:center;transition:box-shadow .3s ease}.product-pick:hover{box-shadow:0 4px 15px #00000014}.product-pick__image-link{display:block;text-decoration:none}.product-pick__image{margin-bottom:10px}.product-pick__image img{width:100%;aspect-ratio:1;object-fit:contain}.product-pick__title{font-family:var(--font-body);font-size:.85rem;font-weight:600;margin-bottom:4px}.product-pick__title a,.product-pick__title-btn{color:inherit;text-decoration:none;background:none;border:none;font:inherit;cursor:pointer;padding:0}.product-pick__title a:hover,.product-pick__title-btn:hover{color:var(--color-gold)}.product-pick__image-link{display:block;width:100%;background:none;border:none;padding:0;cursor:pointer}.product-modal[hidden]{display:none}.product-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.product-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}.product-modal__content{position:relative;background:var(--color-white);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;border-radius:4px;box-shadow:0 20px 60px #0000004d;z-index:1}.product-modal__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#666;z-index:2;padding:4px 10px}.product-modal__close:hover{color:#000}.product-modal__body{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:40px}.product-modal__gallery{display:flex;flex-direction:column;gap:12px}.product-modal__main-image{width:100%;aspect-ratio:1;object-fit:contain;background:#f9f9f9;border-radius:3px}.product-modal__thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product-modal__thumb{width:60px;height:60px;background:none;border:1px solid #ddd;padding:0;cursor:pointer;border-radius:3px;overflow:hidden}.product-modal__thumb:hover{border-color:var(--color-gold)}.product-modal__thumb img{width:100%;height:100%;object-fit:contain}.product-modal__title{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;margin-bottom:18px}.product-modal__description{font-size:.95rem;line-height:1.6;color:#444}.product-modal__description p{margin-bottom:12px}@media(max-width:700px){.product-modal__body{grid-template-columns:1fr;padding:30px 20px}}.product-pick__size{font-size:.75rem;color:#999;margin-bottom:10px}.product-pick__size-select{margin-bottom:10px}.product-pick__size-dropdown{width:100%;padding:6px 10px;border:1px solid #ccc;font-size:.8rem;font-family:var(--font-body);background:var(--color-white);cursor:pointer}.product-pick__add{width:100%;font-size:.75rem;padding:8px 12px}.product-pick__add:disabled{opacity:.5;cursor:not-allowed}.product-pick__sizes-popup{position:absolute;background:var(--color-white);border:1px solid #ddd;box-shadow:0 4px 20px #00000026;padding:10px;z-index:100;min-width:160px}.product-pick__sizes-popup button{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;font-size:.85rem;transition:background .2s}.product-pick__sizes-popup button:hover{background:var(--color-cream);color:var(--color-gold)}.bundle-builder__complete{text-align:center;padding:15px;background:#e8f5e9;border:1px solid #4caf50;margin-top:15px;display:none}.bundle-builder__complete p{color:#2e7d32;font-weight:600;font-size:.9rem}@media(max-width:1024px){.bundle-builder__product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.bundle-builder{padding:30px 12px}.bundle-builder__top{grid-template-columns:1fr;padding:20px;gap:20px}.bundle-builder__boks-name{font-size:1.8rem}.bundle-builder__boks-price{font-size:2.2rem}.bundle-builder__products-heading{font-size:1.3rem}.bundle-slot{width:100px;height:130px}.bundle-slot--jock{width:210px;height:130px}.product-modal{padding:10px}}@media(max-width:600px){.bundle-builder__product-grid{grid-template-columns:repeat(2,1fr)}.bundle-slot{width:85px;height:110px}.bundle-slot--jock{width:180px;height:110px}.bundle-builder__boks-price{font-size:2rem}}@media(max-width:400px){.bundle-slot{width:70px;height:92px}.bundle-slot--jock{width:150px;height:92px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/bundle-builder.css.map */
