.bundle-included__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.bundle-included__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.bundle-included__item{display:flex;align-items:center;gap:1.5rem;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000f;transition:box-shadow .25s ease,transform .25s ease}.bundle-included__item:hover{box-shadow:0 8px 24px #d52d5d1a;transform:translateY(-2px)}.bundle-included__image{flex-shrink:0;width:120px;height:120px;overflow:hidden}@media(min-width:768px){.bundle-included__image{width:140px;height:140px}}.bundle-included__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bundle-included__item:hover .bundle-included__image img{transform:scale(1.05)}.bundle-included__content{flex:1;padding:1rem 1rem 1rem 0}.bundle-included__title{font-size:var(--text-size-base, 1.5rem);font-weight:700;color:#2c2d2e;margin:0 0 .4rem}.bundle-included__text{font-size:var(--text-size-small, 1.3rem);color:#4b5563;line-height:1.6}.bundle-included__text p{margin:0}.bundle-included__badge{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:#d52d5d14;color:#d52d5d;font-size:1.2rem;font-weight:600;border-radius:999px}.bundle-included-block{margin:1.5rem 0}.bundle-included-block__heading{margin:0 0 1rem;font-size:1.4rem;font-weight:700;color:#2c2d2e;letter-spacing:-.01em}.bundle-included-block__items{display:flex;flex-direction:column;gap:.625rem}.bundle-included-block__item{display:flex;align-items:center;gap:1.25rem;padding:.875rem;background:#fff;border-radius:.875rem;border:1px solid #f0e6ea;box-shadow:0 1px 4px #d52d5d0a;transition:box-shadow .25s ease,border-color .25s ease}.bundle-included-block__item:hover{box-shadow:0 4px 16px #d52d5d14;border-color:#e8d0d8}.bundle-included-block__img-wrap{flex-shrink:0;width:76px;height:76px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.bundle-included-block__img{width:64px;height:64px;object-fit:contain;transition:transform .3s ease}.bundle-included-block__item:hover .bundle-included-block__img{transform:scale(1.05)}.bundle-included-block__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.bundle-included-block__name{font-size:1.35rem;font-weight:600;color:#2c2d2e;line-height:1.35}.bundle-included-block__link{display:inline-flex;align-items:center;gap:.3rem;font-size:1.15rem;color:#d52d5d;text-decoration:none;font-weight:500;transition:gap .2s ease,opacity .2s ease;width:fit-content;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.bundle-included-block__link:hover{gap:.5rem;opacity:.85}.bundle-included-block__link svg{width:12px;height:12px;flex-shrink:0}.bundle-included-block__price{margin-left:auto;flex-shrink:0;text-align:right}.bundle-included-block__value{display:block;font-size:1.5rem;font-weight:700;color:#2c2d2e;letter-spacing:-.02em}.bundle-included-block__label{display:block;font-size:1.05rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.05em}body.bundle-modal-open{overflow:hidden}.bundle-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.bundle-modal__overlay.is-active{opacity:1;visibility:visible}.bundle-modal{position:relative;background:#fff;border-radius:.75rem;max-width:440px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 16px 48px #0003;transform:translateY(8px);transition:transform .2s ease}.bundle-modal__overlay.is-active .bundle-modal{transform:translateY(0)}.bundle-modal__close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;z-index:10}.bundle-modal__close:hover{background:#fff}.bundle-modal__close svg{width:14px;height:14px;color:#2c2d2e}.bundle-modal__gallery{position:relative;background:#f9fafb;border-radius:.75rem .75rem 0 0}.bundle-modal__main{position:relative;width:100%;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;overflow:hidden}.bundle-modal__main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .2s ease}.bundle-modal__main img.is-hidden{opacity:0;pointer-events:none}.bundle-modal__thumbs{display:flex;gap:.375rem;padding:.5rem .75rem;overflow-x:auto;scrollbar-width:none}.bundle-modal__thumbs::-webkit-scrollbar{display:none}.bundle-modal__thumb{flex-shrink:0;width:48px;height:48px;border-radius:.375rem;border:2px solid transparent;cursor:pointer;background:#fff;padding:2px;transition:border-color .15s ease,opacity .15s ease;opacity:.5}.bundle-modal__thumb:hover{opacity:.8}.bundle-modal__thumb.is-active{border-color:#2c2d2e;opacity:1}.bundle-modal__thumb img{width:100%;height:100%;object-fit:cover;border-radius:.2rem}.bundle-modal__body{padding:1rem 1.25rem 1.25rem}.bundle-modal__title{font-size:1.5rem;font-weight:700;color:#2c2d2e;margin:0 0 .375rem;line-height:1.3}.bundle-modal__desc{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0 0 1rem}.bundle-modal__price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.bundle-modal__price{font-size:1.75rem;font-weight:700;color:#2c2d2e;letter-spacing:-.02em}.bundle-modal__price-label{font-size:1.1rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.bundle-modal__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:#2c2d2e;color:#fff;font-size:1.35rem;font-weight:600;text-decoration:none;border-radius:.5rem;transition:background .15s ease}.bundle-modal__cta:hover{background:#1a1b1c}.bundle-modal__cta svg{width:13px;height:13px}
/*# sourceMappingURL=/cdn/shop/t/33/assets/section-bundle-whats-included.css.map */
