.bundle-product-list{padding-top:var(--bundle-list-pt, 48px);padding-bottom:var(--bundle-list-pb, 48px);background:var(--bundle-list-bg, #f7f8fa)}.bundle-product-list__header{text-align:center;margin-bottom:3.6rem}.bundle-product-list__heading{font-size:clamp(2.4rem,3vw,3.6rem);margin:0 0 .8rem;letter-spacing:-.02em}.bundle-product-list__subheading{font-size:1.6rem;color:rgba(var(--color-foreground),.55);margin:0;max-width:56rem;margin-inline:auto}.bundle-product-list__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:2rem}@media screen and (max-width:1199px){.bundle-product-list__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}}@media screen and (max-width:899px){.bundle-product-list__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1.6rem}}@media screen and (max-width:480px){.bundle-product-list__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:1.4rem}}.bundle-grid-card{background:#fff;border-radius:1.6rem;overflow:hidden;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;transition:box-shadow .22s ease,transform .22s ease}.bundle-grid-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-3px)}.bundle-grid-card__img-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f0f2f5;flex-shrink:0}.bundle-grid-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.bundle-grid-card:hover .bundle-grid-card__img{transform:scale(1.05)}.bundle-grid-card__wishlist{position:absolute;top:1.2rem;left:1.2rem;z-index:2;width:3.4rem;height:3.4rem;border-radius:50%;background:#ffffffe0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#00000073;transition:background .15s,color .15s,transform .15s;box-shadow:0 1px 4px #0000001a}.bundle-grid-card__wishlist:hover,.bundle-grid-card__wishlist.is-wishlisted{background:#fff4f2;color:#e53935;transform:scale(1.08)}.bundle-grid-card__wishlist.is-wishlisted svg{fill:#e53935}.bundle-grid-card__wishlist svg{width:1.6rem;height:1.6rem;transition:fill .15s}.bundle-grid-card__quickview{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:3.4rem;height:3.4rem;border-radius:50%;background:#ffffffe0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#0000008c;text-decoration:none;transition:background .15s,color .15s,transform .15s;box-shadow:0 1px 4px #0000001a}.bundle-grid-card__quickview:hover{background:#fff;color:var(--bundle-grid-accent, #ff6b35);transform:scale(1.08)}.bundle-grid-card__quickview svg{width:1.7rem;height:1.7rem}.bundle-grid-card__serves-badge{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);background:#0009;color:#fff;font-size:1.15rem;font-weight:700;white-space:nowrap;padding:.35rem 1.1rem;border-radius:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.03em;pointer-events:none;display:flex;align-items:center;gap:.5rem}.bundle-grid-card__serves-badge svg{width:1.3rem;height:1.3rem;flex-shrink:0}.bundle-grid-card__body{padding:1.8rem 1.6rem 2rem;display:flex;flex-direction:column;gap:1.2rem;flex:1;text-align:center}.bundle-grid-card__title{font-size:var(--bundle-card-title-size, 17px);font-weight:700;margin:0;line-height:1.3;letter-spacing:-.01em}.bundle-grid-card__title a{color:inherit;text-decoration:none}.bundle-grid-card__title a:hover{color:var(--bundle-grid-accent, #ff6b35)}.bundle-grid-card__price{display:flex;align-items:center;justify-content:center;gap:.6rem}.bundle-grid-card__price .price{font-size:1.9rem;font-weight:800}.bundle-grid-card__price .price__container{display:flex;flex-direction:column;align-items:center;gap:.45rem}.bundle-grid-card__price #variant-name-below-price{font-size:var(--bundle-card-variant-size, 14px)!important;line-height:1.3}.bundle-grid-card__more-info{border:none;background:transparent;color:var(--bundle-grid-accent, #ff6b35);cursor:pointer;font-size:1.25rem;font-weight:800;line-height:1.2;padding:.1rem 0;text-decoration:underline;text-underline-offset:.22em}.bundle-grid-card__more-info:hover{color:var(--bundle-grid-atc-hover, #1f5f99)}.bundle-grid-card__more-info:focus-visible{outline:2px solid var(--bundle-grid-accent, #ff6b35);outline-offset:3px;border-radius:.3rem}.bundle-grid-card__price .price-item{margin-right:0}.bundle-grid-card__purchase-toggle{display:flex;border:1.5px solid rgba(0,0,0,.12);border-radius:.8rem;overflow:hidden;font-size:1.25rem}.bundle-grid-card__purchase-btn{flex:1;background:transparent;border:none;padding:.7rem .4rem;cursor:pointer;font-size:inherit;font-weight:600;color:#00000080;line-height:1.25;transition:background .15s,color .15s;position:relative}.bundle-grid-card__purchase-btn+.bundle-grid-card__purchase-btn{border-left:1.5px solid rgba(0,0,0,.12)}.bundle-grid-card__purchase-btn.is-active{background:var(--bundle-grid-accent, #ff6b35);color:#fff}.bundle-grid-card__purchase-btn .save-tag{display:block;font-size:1rem;font-weight:700;letter-spacing:.04em;opacity:.85;margin-top:.15rem}.bundle-grid-card__freq-wrap{display:flex;flex-direction:column;gap:.4rem;text-align:left}.bundle-grid-card__freq-label{font-size:1.15rem;font-weight:600;color:#00000080}.bundle-grid-card__freq-select{width:100%;padding:.7rem 1rem;font-size:1.3rem;border:1.5px solid rgba(0,0,0,.14);border-radius:.6rem;background:#fafafa;color:#111;cursor:pointer;-webkit-appearance:auto;appearance:auto}.bundle-grid-card__freq-select:focus{outline:2px solid var(--bundle-grid-accent, #ff6b35);outline-offset:2px}.bundle-grid-card__freq-select[data-bundle-grid-pills-ready="1"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-grid-card__freq-pills{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.8rem,1fr));gap:.6rem}.bundle-grid-card__freq-pill{display:inline-flex;align-items:center;justify-content:center;min-height:3.6rem;width:100%;padding:.7rem .8rem;border:1.5px solid rgba(0,0,0,.14);border-radius:.8rem;background:#fafafa;color:#374151;cursor:pointer;font-size:1.2rem;font-weight:700;line-height:1;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.bundle-grid-card__freq-pill:hover:not(.is-active){border-color:#00000047;background:#f3f4f6;color:#111827}.bundle-grid-card__freq-pill.is-active{border-color:var(--bundle-grid-accent, #ff6b35);background:var(--bundle-grid-accent, #ff6b35);color:#fff;transform:translateY(-1px)}@media screen and (max-width:749px){.bundle-grid-card__freq-select[data-bundle-grid-pills-ready="1"]{position:static;width:100%;height:auto;min-height:4.4rem;padding:.9rem 3.6rem .9rem 1.2rem;margin:0;overflow:visible;clip:auto;white-space:normal;border:1.5px solid rgba(0,0,0,.14);border-radius:.8rem;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#111827 50%),linear-gradient(135deg,#111827 50%,transparent 50%);background-position:calc(100% - 1.8rem) 50%,calc(100% - 1.3rem) 50%;background-size:.5rem .5rem,.5rem .5rem;background-repeat:no-repeat;box-shadow:0 1px 6px #00000014;color:#111827;font-size:1.45rem;font-weight:800;line-height:1.2;appearance:none;-webkit-appearance:none}.bundle-grid-card__freq-select option{background:#fff;color:#111827;font-size:1.45rem;font-weight:700}.bundle-grid-card__freq-select:focus{border-color:var(--bundle-grid-accent, #ff6b35);box-shadow:0 0 0 3px color-mix(in srgb,var(--bundle-grid-accent, #ff6b35) 22%,transparent)}.bundle-grid-card__freq-pills{display:none}}.bundle-grid-card__qty{display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(0,0,0,.14);border-radius:.8rem;overflow:hidden;height:4.2rem;width:100%}.bundle-grid-card__qty-btn{flex:0 0 4rem;height:100%;border:none;background:#f5f5f5;cursor:pointer;font-size:2rem;font-weight:300;line-height:1;color:#333;display:flex;align-items:center;justify-content:center;transition:background .15s;-webkit-user-select:none;user-select:none}.bundle-grid-card__qty-btn:hover{background:#ebebeb}.bundle-grid-card__qty-input{flex:1;height:100%;border:none;border-left:1.5px solid rgba(0,0,0,.12);border-right:1.5px solid rgba(0,0,0,.12);text-align:center;font-size:1.55rem;font-weight:700;background:transparent;color:#111;-moz-appearance:textfield;min-width:0}.bundle-grid-card__qty-input::-webkit-inner-spin-button,.bundle-grid-card__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bundle-grid-card__atc{width:100%;height:4.8rem;border:none;border-radius:1rem;background:var(--bundle-grid-accent, #ff6b35);color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,transform .14s ease,box-shadow .18s ease;display:flex;align-items:center;justify-content:center;gap:.7rem;position:relative;overflow:hidden;box-shadow:0 4px 14px color-mix(in srgb,var(--bundle-grid-accent, #ff6b35) 35%,transparent)}.bundle-grid-card__atc:not([disabled]):hover{background:var(--bundle-grid-atc-hover, #1f5f99);transform:translateY(-1px);box-shadow:0 6px 20px color-mix(in srgb,var(--bundle-grid-atc-hover, #1f5f99) 45%,transparent)}.bundle-grid-card__atc:not([disabled]):active{transform:translateY(0)}.bundle-grid-card__atc[disabled]{background:#ccc;color:#888;cursor:not-allowed;box-shadow:none}.bundle-grid-card__atc svg{width:1.7rem;height:1.7rem;flex-shrink:0}.bundle-grid-card__atc .loading-overlay__spinner{position:absolute}.bundle-grid-card__form .product-form__error-message-wrapper{font-size:1.2rem;margin-bottom:.8rem;text-align:left}.bundle-grid-info-modal{--bundle-grid-info-header-offset: 0px;position:fixed;inset:var(--bundle-grid-info-header-offset) 0 0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:2rem;isolation:isolate}.bundle-grid-info-modal[hidden]{display:none}body.bundle-grid-info-open{overflow:hidden}.bundle-grid-info-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;cursor:pointer;animation:bundle-grid-info-fade-in .2s ease}@keyframes bundle-grid-info-fade-in{0%{opacity:0}to{opacity:1}}.bundle-grid-info-modal__dialog{position:relative;z-index:1;width:min(92vw,860px);max-height:min(calc(100vh - var(--bundle-grid-info-header-offset) - 4rem),760px);max-height:min(calc(100dvh - var(--bundle-grid-info-header-offset) - 4rem),760px);overflow:hidden;background:rgb(var(--color-background));border-radius:1.2rem;box-shadow:0 20px 60px #00000040;animation:bundle-grid-info-slide-up .24s ease}@keyframes bundle-grid-info-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bundle-grid-info-modal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:3.8rem;height:3.8rem;border:1px solid rgba(var(--color-foreground),.14);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center}.bundle-grid-info-modal__close:hover{background:rgba(var(--color-foreground),.06)}.bundle-grid-info-modal__close svg{width:1.8rem;height:1.8rem}.bundle-grid-info-modal__body{max-height:min(calc(100vh - var(--bundle-grid-info-header-offset) - 4rem),760px);max-height:min(calc(100dvh - var(--bundle-grid-info-header-offset) - 4rem),760px);overflow-y:auto;outline:none}.bundle-grid-info{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.bundle-grid-info__media{background:rgba(var(--color-foreground),.04);min-height:100%;padding:2rem;display:flex;flex-direction:column;gap:1rem}.bundle-grid-info__main-image-wrap{aspect-ratio:1 / 1;background:rgba(var(--color-foreground),.04);border-radius:.8rem;overflow:hidden}.bundle-grid-info__image{width:100%;height:100%;object-fit:cover;display:block}.bundle-grid-info__thumbs{display:flex;flex-wrap:wrap;gap:.7rem}.bundle-grid-info__thumb{width:6.2rem;height:6.2rem;border:2px solid rgba(var(--color-foreground),.14);border-radius:.6rem;overflow:hidden;padding:0;background:rgb(var(--color-background));cursor:pointer;flex:0 0 auto;transition:border-color .15s ease,transform .15s ease}.bundle-grid-info__thumb:hover{border-color:rgba(var(--color-foreground),.34)}.bundle-grid-info__thumb.is-active{border-color:var(--bundle-grid-accent, #ff6b35);transform:translateY(-1px)}.bundle-grid-info__thumb:focus-visible{outline:2px solid var(--bundle-grid-accent, #ff6b35);outline-offset:2px}.bundle-grid-info__thumb img{width:100%;height:100%;object-fit:cover;display:block}.bundle-grid-info__content{padding:3.2rem 3rem;display:flex;flex-direction:column;gap:1.1rem;text-align:left}.bundle-grid-info__content:only-child{grid-column:1 / -1}.bundle-grid-info__eyebrow{margin:0;color:var(--bundle-grid-accent, #ff6b35);font-size:1.15rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bundle-grid-info__title{margin:0;padding-right:3.6rem;font-size:clamp(2.2rem,3vw,3rem);line-height:1.16}.bundle-grid-info__variant{margin:0;color:rgba(var(--color-foreground),.62);font-size:1.45rem;font-weight:700}.bundle-grid-info__description{color:rgba(var(--color-foreground),.82);font-size:1.5rem;line-height:1.7}.bundle-grid-info__description p:first-child{margin-top:0}.bundle-grid-info__description p:last-child{margin-bottom:0}.bundle-grid-info__link{align-self:flex-start;color:var(--bundle-grid-accent, #ff6b35);font-size:1.35rem;font-weight:800;text-underline-offset:.22em}@media screen and (max-width:749px){.bundle-grid-info-modal{padding:1rem}.bundle-grid-info-modal__dialog,.bundle-grid-info-modal__body{max-height:calc(100vh - var(--bundle-grid-info-header-offset) - 2rem);max-height:calc(100dvh - var(--bundle-grid-info-header-offset) - 2rem)}.bundle-grid-info{grid-template-columns:1fr}.bundle-grid-info__media{padding:1.4rem 1.4rem 0}.bundle-grid-info__main-image-wrap{max-height:32rem}.bundle-grid-info__thumbs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.4rem;scrollbar-width:thin}.bundle-grid-info__thumb{width:5.6rem;height:5.6rem}.bundle-grid-info__content{padding:2.2rem 1.8rem}}.bundle-product-list__empty{grid-column:1 / -1;text-align:center;padding:5rem 2rem;border:2px dashed rgba(0,0,0,.1);border-radius:1.2rem;color:#0006}
/*# sourceMappingURL=/cdn/shop/t/151/assets/section-bundle-product-list.css.map */
