.bundle-tile.bundle-tile{--bt-bg: #fff7e5;--bt-title: #2a1f15;--bt-sub: #e04e2b;--bt-cell: #faf6ee;--bt-cell-ring: #e8dfd0;--bt-cell-text: #2a1f15;--bt-cell-active: #2a1f15;--bt-cell-active-text: #fff7e5}.card__inner--bundle:before{padding-bottom:0}.card__inner--bundle{display:block;height:auto}.bundle-tile{position:relative;display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:12px;background:var(--bt-bg);overflow:hidden}.bundle-tile__header{margin-bottom:0;text-align:center}.bundle-tile__title{margin:0;font-family:"Noto Sans",var(--font-heading-family),sans-serif;font-size:19px;font-weight:700;text-transform:uppercase;line-height:1.2;color:var(--bt-title);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-tile__sub{margin:4px 0 0;font-size:12px;font-weight:500;line-height:1.2;color:var(--bt-sub)}.bundle-tile__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;align-content:start;gap:8px;min-height:0}.bundle-tile__cover{width:100%;height:auto;aspect-ratio:3 / 4;border-radius:6px;object-fit:cover}.bundle-tile__more{position:relative;display:block;width:100%;height:auto;aspect-ratio:3 / 4;margin:0;padding:0;border:0;border-radius:6px;background:var(--bt-cell);color:var(--bt-cell-text);cursor:pointer;z-index:2;transition:background-color .2s ease,color .2s ease}.bundle-tile__more-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:1.2rem;font-weight:600;line-height:1.25;text-align:center;transition:opacity .2s ease}.bundle-tile__more-rest{opacity:1}.bundle-tile__more-count{font-family:var(--font-heading-family);font-size:22px;font-weight:700;line-height:1}.bundle-tile__more-label,.bundle-tile__more-text{font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:11px;font-weight:600}.bundle-tile__more-label{color:#616161}.bundle-tile__more-label,.bundle-tile__more-text{text-transform:capitalize}.bundle-tile__more-active{opacity:0;color:var(--bt-cell-active-text)}.bundle-tile__icon{width:20px;height:20px}.bundle-tile__more,.bundle-tile__more:focus,.bundle-tile__more:focus-visible{box-shadow:inset 0 0 0 1px var(--bt-cell-ring)}@media(hover:hover){.bundle-tile__more:hover,.bundle-tile__more:focus-visible{background:var(--bt-cell-active)}.bundle-tile__more:hover .bundle-tile__more-rest,.bundle-tile__more:focus-visible .bundle-tile__more-rest{opacity:0}.bundle-tile__more:hover .bundle-tile__more-active,.bundle-tile__more:focus-visible .bundle-tile__more-active{opacity:1}}@media(hover:none){.bundle-tile__more{outline:2px dashed var(--bt-title);outline-offset:-4px}.bundle-tile__more-rest{opacity:0}.bundle-tile__more-active{opacity:1;color:#212121}}@media screen and (max-width:749px){.bundle-tile{gap:8px;padding:8px}.bundle-tile__title{font-size:15px;white-space:nowrap}.bundle-tile__sub{font-size:11px}.bundle-tile__grid{gap:4px}.bundle-tile__more-count{font-size:17px}.bundle-tile__more-text{display:none}.bundle-tile__icon{width:16px;height:16px}}.bundle-modal{width:min(95vw,1000px);max-width:none;height:min(88vh,600px);max-height:none;padding:0;border:0;border-radius:12px;background:#fff;color:rgb(var(--color-foreground));box-shadow:0 24px 60px #2a1f1559;overflow:hidden}.bundle-modal::backdrop{background:#2a1f158c}.bundle-modal[open]{animation:bundle-modal-in .3s ease-out}.bundle-modal[open]::backdrop{animation:bundle-modal-backdrop-in .3s ease-out}@keyframes bundle-modal-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes bundle-modal-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bundle-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.bundle-modal[open],.bundle-modal[open]::backdrop{animation:none}}.bundle-modal__grabber{display:none}.bundle-modal__layout{display:flex;height:100%;min-height:0}.bundle-modal__media{position:relative;flex:0 0 620px;display:flex;flex-direction:column;gap:12px;padding:18px 20px;background:#faf6ee;border-right:1px solid #e8dfd0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.28) transparent}.bundle-modal__media::-webkit-scrollbar{width:8px}.bundle-modal__media::-webkit-scrollbar-thumb{border-radius:4px;background:#00000047}.bundle-modal__media-heading{display:flex;align-items:baseline;gap:8px;margin:0;font-family:var(--font-heading-family);font-size:14px;font-weight:600;color:#2a1f15}.bundle-modal__media-count{font-family:var(--font-body-family);font-size:11px;font-weight:700;color:#e04e2b}.bundle-modal__media-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px 8px}.bundle-modal__cover{margin:0}.bundle-modal__cover img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:5px;background:#fff;box-shadow:0 1px 3px #2a1f152e}.bundle-modal__cover figcaption{margin-top:4px;font-size:9px;line-height:11px;text-align:center;color:#616161}.bundle-modal__panel{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;gap:14px;padding:22px 24px;overflow-y:auto}.bundle-modal__close{position:absolute;top:16px;right:16px;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#faf6ee;color:#212121;cursor:pointer;box-shadow:inset 0 0 0 1px #212121}.bundle-modal__close svg{width:14px;height:14px}.bundle-modal__eyebrow{margin:0 40px 0 0;font-family:var(--font-body-family);font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#e04e2b}.bundle-modal__title{margin:-8px 40px 0 0;font-family:var(--font-heading-family);font-size:21px;font-weight:600;line-height:26px;letter-spacing:-.3px;color:#2a1f15}.bundle-modal__price{display:flex;flex-direction:column;gap:4px;margin:0;padding:12px 14px;border-radius:12px;background:#fff7e5}.bundle-modal__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.bundle-modal__price-current{font-family:var(--font-heading-family);font-size:22px;font-weight:600;color:#212121}.bundle-modal__price-compare{font-size:14px;font-weight:400;color:#616161;opacity:1}.bundle-modal__price-save{margin-left:auto;font-family:var(--font-body-family);font-size:11px;font-weight:700;color:#76b517}.bundle-modal__price-unit{font-size:12px;letter-spacing:.4px;color:#616161;opacity:1}.bundle-modal__description{margin:0;font-size:14px;line-height:21px;color:#616161}.bundle-modal__form{position:sticky;bottom:0;z-index:2;display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:14px;background:rgb(var(--color-background))}.bundle-modal__form>*{flex:1 1 0;min-width:0;width:auto}.bundle-modal__form .shiprocket-headless:empty{display:none}.bundle-modal__form:has(.shiprocket-headless:not(:empty)) .shopify-payment-button{display:none}.bundle-modal__form:has(.shiprocket-headless:empty) .shopify-payment-button__button.shopify-payment-button__button--unbranded{display:block!important}.bundle-modal .shopify-payment-button__button,.bundle-modal .shopify-payment-button__button--unbranded{min-height:48px;padding:12px 24px;border:1px solid #212121;border-radius:12px;background:#e04e2b;color:#fff;box-shadow:2px 2px #212121;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:1.5rem;font-weight:700;line-height:20px}.bundle-modal .shopify-payment-button,.bundle-modal shopify-accelerated-checkout,.bundle-modal shopify-buy-it-now-button{display:block;width:100%}.bundle-modal .shopify-payment-button__button,.bundle-modal .shopify-payment-button__button--unbranded{width:100%}.bundle-modal .shopify-payment-button__button:before,.bundle-modal .shopify-payment-button__button:after,.bundle-modal .shopify-payment-button__button--unbranded:before,.bundle-modal .shopify-payment-button__button--unbranded:after{box-shadow:none!important;background:none!important;border:0}.bundle-modal .shopify-payment-button__button:hover,.bundle-modal .shopify-payment-button__button--unbranded:hover{background:#e04e2b;opacity:.9}.bundle-modal .shiprocket-headless{width:100%}.bundle-modal .sr-headless-checkout{width:100%;margin:0;height:48px!important;border:1px solid #212121;border-radius:12px!important;background:#e04e2b!important;color:#fff;box-shadow:2px 2px #212121;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:15px!important;font-weight:700}.bundle-modal .sr-headless-checkout .sr-powered-by{display:none}.bundle-modal .sr-headless-checkout .sr-checkout-visible2{font-size:15px!important;line-height:1.2}.bundle-modal__add{flex:0 0 112px;height:44px;padding:0;border-radius:10px;background:#faf6ee;border:1px solid #212121;box-shadow:2px 2px #212121;font-family:var(--font-body-family);font-size:13px;font-weight:700;text-transform:none;color:#e04e2b;cursor:pointer}.bundle-modal__add[aria-disabled=true]{opacity:.6;pointer-events:none}.bundle-modal__form .shopify-payment-button__button,.bundle-modal__form .shopify-payment-button__button--unbranded,.bundle-modal__form .sr-headless-checkout{width:100%;height:44px!important;min-height:44px!important;padding:0 1.2rem;border-radius:10px!important}@media screen and (max-width:749px){.bundle-modal{width:100vw;height:auto;max-height:75vh;margin:auto auto 0;border-radius:20px 20px 0 0}.bundle-modal__grabber{display:block;width:44px;height:4px;margin:8px auto 4px;border-radius:2px;background:#dbdbdb}.bundle-modal[open]{animation:bundle-modal-sheet-in .3s ease-out}@media(prefers-reduced-motion:reduce){.bundle-modal[open]{animation:none}}.bundle-modal__layout{flex-direction:column;height:auto;overflow-y:auto}.bundle-modal__media,.bundle-modal__panel{overflow-y:visible}.bundle-modal__panel{order:1;gap:16px;padding:8px 16px 0}.bundle-modal__close{top:20px;width:24px;height:24px}.bundle-modal__media{order:2;flex:1 1 auto;gap:10px;padding:10px 16px 88px;background:transparent;border-right:0}.bundle-modal__media-heading{display:none}.bundle-modal__media-grid{gap:12px 8px}.bundle-modal__cover img{border-radius:4px}.bundle-modal__eyebrow{font-size:12px}.bundle-modal__description{font-size:16px;line-height:24px}.bundle-modal__cover figcaption{font-size:11px;line-height:13px;margin-top:4px}.bundle-modal__price{padding:8px 12px;border-radius:10px}.bundle-modal__price-current{font-size:17px}.bundle-modal__price-compare{font-size:12px}.bundle-modal__form{position:fixed;left:0;right:0;bottom:0;gap:8px;padding:12px 16px 16px;border-top:1px solid #eeeeee;background:#faf6ee}.bundle-modal__form .shopify-payment-button__button,.bundle-modal__form .shopify-payment-button__button--unbranded,.bundle-modal__form .sr-headless-checkout{height:40px!important;min-height:40px!important;border-radius:8px!important}.bundle-modal__add{flex:0 0 96px;height:40px;border-radius:8px;background:#fff;font-size:12px}.bundle-modal__title{font-size:18px;line-height:23px;letter-spacing:-.08px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/wl-bundle-tile.css.map */
