.bundle-builder{max-width:1400px;margin:0 auto;padding:0 20px 120px}.bundle-hero{text-align:center;padding:56px 32px;margin-bottom:36px;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:linear-gradient(135deg,#f4f1eb,#ede8de);border-radius:4px;color:#2a2a2d;position:relative;overflow:hidden;border:1px solid rgba(168,143,90,.12)}.bundle-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 100%,rgba(168,143,90,.06) 0%,transparent 60%);pointer-events:none}.bundle-hero__content{position:relative;z-index:1}.bundle-hero__title{font-family:Gelasio,serif;font-size:40px;font-weight:300;margin:0 0 12px;letter-spacing:-.4px;line-height:48px}.bundle-hero__subtitle{font-family:Questrial,sans-serif;font-size:clamp(13px,2vw,16px);font-weight:400;opacity:.75;margin:0 0 32px;letter-spacing:.03em}.bundle-hero__tiers{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.bundle-tier-badge{display:flex;flex-direction:column;align-items:center;padding:16px 32px;border:1px solid #2A2A2D;border-radius:4px;background:#ffffff80;transition:all .3s ease}.bundle-tier-badge:hover{background:#fffc}.bundle-tier-badge--highlight{border-color:#a88f5a;background:#ffffffb3}.bundle-tier-badge__qty{font-family:Questrial,sans-serif;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:#2a2a2d;opacity:.7;margin-bottom:6px}.bundle-tier-badge__discount{font-family:Gelasio,serif;font-size:26px;font-weight:500;letter-spacing:.02em;color:#a88f5a}.bundle-filters{display:flex;gap:8px;padding:0 0 28px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bundle-filters::-webkit-scrollbar{display:none}.bundle-filter-btn{padding:10px 22px;border:1px solid #d4d0c8;border-radius:4px;background:transparent;font-family:Questrial,sans-serif;font-size:13px;font-weight:400;letter-spacing:.03em;cursor:pointer;white-space:nowrap;transition:all .2s ease;color:#2a2a2d}.bundle-filter-btn:hover{border-color:#0f0f10;color:#0f0f10}.bundle-filter-btn--active{background:#0f0f10;color:#fff;border-color:#0f0f10}.bundle-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:24px}@media(min-width:768px){.bundle-products{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}}.bundle-product-card{position:relative;border-radius:4px;overflow:hidden;transition:all .3s ease;border:2px solid transparent;background:#fff}.bundle-product-card:hover{box-shadow:0 4px 20px #0f0f100f}.bundle-product-card--selected{border-color:#a88f5a;box-shadow:0 4px 24px #a88f5a26}.bundle-product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f4f1eb}.bundle-product-card__link{display:block;width:100%;height:100%}.bundle-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bundle-product-card:hover .bundle-product-card__image{transform:scale(1.03)}.bundle-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f4f1eb}.bundle-product-card__placeholder svg{width:60%;opacity:.2}.bundle-product-card__select-btn{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1.5px solid rgba(42,42,45,.15);border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#2a2a2d;transition:all .25s ease;box-shadow:0 2px 8px #0000000f}.bundle-product-card__select-btn:hover{background:#fff;border-color:#2a2a2d;box-shadow:0 4px 12px #0000001a;transform:scale(1.05)}.bundle-product-card__select-plus{font-family:Questrial,sans-serif;font-size:22px;font-weight:400;line-height:1;transition:all .2s ease}.bundle-check-icon{width:16px;height:16px;position:absolute;opacity:0;transform:scale(.5);transition:all .2s ease}.bundle-product-card--selected .bundle-product-card__select-btn{background:#a88f5a;border-color:#a88f5a;color:#fff}.bundle-product-card--selected .bundle-product-card__select-plus{opacity:0;transform:scale(.5)}.bundle-product-card--selected .bundle-check-icon{opacity:1;transform:scale(1)}.bundle-product-card__info{padding:14px 16px 18px}.bundle-product-card__title{display:block;font-family:Questrial,sans-serif;font-size:13px;font-weight:400;color:#2a2a2d;text-decoration:none;margin-bottom:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-card__title:hover{color:#0f0f10}.bundle-product-card__price{font-family:Questrial,sans-serif;font-size:15px;font-weight:400;color:#0f0f10;display:flex;align-items:center;gap:8px}.bundle-product-card__compare-price{font-size:13px;font-weight:400;color:#2a2a2d;opacity:.5;text-decoration:line-through}.bundle-product-card__sale-price{color:#a88f5a;font-weight:400}.bundle-product-card__variants{margin-top:8px}.bundle-variant-select{width:100%;padding:8px 12px;border:1px solid #d4d0c8;border-radius:4px;font-family:Questrial,sans-serif;font-size:12px;background:#fff;cursor:pointer;color:#2a2a2d}.bundle-summary{position:fixed;bottom:0;left:0;right:0;background:#0f0f10;border-top:1px solid rgba(168,143,90,.2);box-shadow:0 -4px 30px #0003;z-index:999;transform:translateY(100%);transition:transform .3s ease;color:#fff}.bundle-summary--visible{transform:translateY(0)}.bundle-summary__inner{max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.bundle-summary__items{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.bundle-summary__thumbs{display:flex;flex-shrink:0}.bundle-summary__thumb{width:48px;height:48px;border-radius:4px;overflow:hidden;border:2px solid #0F0F10;box-shadow:0 1px 4px #0003;margin-left:-8px}.bundle-summary__thumb:first-child{margin-left:0}.bundle-summary__thumb img{width:100%;height:100%;object-fit:cover}.bundle-summary__info{display:flex;flex-direction:column;gap:2px}.bundle-summary__count{font-family:Questrial,sans-serif;font-size:14px;font-weight:400;color:#fff}.bundle-summary__discount{font-family:Questrial,sans-serif;font-size:13px;color:#a88f5a;font-weight:400;transition:opacity .2s ease}.bundle-summary__discount--active{opacity:1}.bundle-summary__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bundle-summary__prices{display:flex;align-items:center;gap:10px}.bundle-summary__original-price{font-family:Questrial,sans-serif;font-size:16px;font-weight:400;color:#fff}.bundle-summary__original-price--struck{text-decoration:line-through;opacity:.4;font-size:14px;font-weight:400}.bundle-summary__final-price{font-family:Questrial,sans-serif;font-size:18px;font-weight:400;color:#fff}.bundle-summary__savings{font-family:Questrial,sans-serif;font-size:13px;color:#a88f5a;font-weight:400;display:none}.bundle-summary__add-btn{display:flex;align-items:center;gap:8px;padding:14px 32px;border:none;border-radius:4px;background:#a88f5a;color:#fff;font-family:Questrial,sans-serif;font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.bundle-summary__add-btn:hover:not(:disabled){background:#9a8150}.bundle-summary__add-btn:disabled{opacity:.4;cursor:default}.bundle-summary__add-btn--success{background:#6b8f5a!important;opacity:1!important}.bundle-cart-icon{flex-shrink:0}.bundle-progress{height:2px;background:#ffffff14}.bundle-progress__bar{height:100%;background:#a88f5a66;transition:width .4s ease,background-color .3s ease}.bundle-progress__bar--tier1,.bundle-progress__bar--max{background:#a88f5a}@media(max-width:767px){.bundle-builder{padding:0 16px 160px}.bundle-hero{padding:36px 20px}.bundle-hero__title{font-size:28px;font-weight:300}.bundle-hero__tiers{gap:12px}.bundle-tier-badge{padding:12px 24px}.bundle-tier-badge__discount{font-size:22px}.bundle-products{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-product-card__select-btn{width:36px;height:36px}.bundle-product-card__select-plus{font-size:20px}.bundle-product-card__info{padding:10px 12px 14px}.bundle-product-card__title{font-size:12px}.bundle-summary__inner{padding:12px 16px;gap:12px}.bundle-summary__thumbs{display:none}.bundle-summary__add-btn{width:100%;justify-content:center;padding:14px 20px}.bundle-summary__items{flex:unset}.bundle-summary__pricing{align-items:flex-start}}.bundle-cta{margin:20px 0;padding:24px;border:1px solid #d4d0c8;border-radius:4px;text-align:center;background:#f4f1eb;transition:all .2s ease}.bundle-cta:hover{border-color:#a88f5a}.bundle-cta__icon{margin-bottom:10px;color:#a88f5a}.bundle-cta__title{font-family:Gelasio,serif;font-size:18px;font-weight:500;color:#0f0f10;margin:0 0 6px}.bundle-cta__text{font-family:Questrial,sans-serif;font-size:13px;color:#2a2a2d;opacity:.7;margin:0 0 16px}.bundle-cta__link{display:inline-block;padding:12px 28px;background:#0f0f10;color:#fff;border-radius:4px;text-decoration:none;font-family:Questrial,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:.08em;transition:background .2s ease}.bundle-cta__link:hover{background:#2a2a2d;color:#fff}.bundle-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;font-family:Questrial,sans-serif;color:#2a2a2d;opacity:.5;font-size:15px}
/*# sourceMappingURL=/cdn/shop/t/37/assets/bundle-builder.css.map */
