.product-bundle__heading{font-family:var(--font-heading-family, serif);color:var(--color-heading, #333);margin-bottom:.5rem;font-size:var(--product-bundle-heading-size, clamp(1.5rem, 4vw, 2.5rem))}.product-bundle__subheading{font-size:var(--product-bundle-subheading-size, clamp(.875rem, 2vw, 1rem));color:var(--color-text, #666);margin-bottom:0}.product-bundle__container{max-width:100%}.product-bundle__container.flex-col{flex-direction:row}.product-bundle__summary{flex:0 0 auto;width:100%;max-width:100%}@media(min-width:1024px){.product-bundle__summary{width:320px;max-width:320px;flex-shrink:0}}@media(min-width:1280px){.product-bundle__summary{width:360px;max-width:360px}}.product-bundle__summary-panel{position:sticky;top:2rem;box-shadow:0 1px 3px #0000001a}.product-bundle__products{flex:1 1 auto;min-width:0;width:100%}.product-bundle__summary-title{font-family:var(--font-heading-family, serif);color:var(--color-heading, #333);font-weight:600;font-size:var(--product-bundle-summary-title-size, clamp(1.25rem, 3vw, 1.75rem))}.product-bundle__discount-info{color:var(--color-text, #666);font-size:var(--product-bundle-discount-info-size, clamp(.75rem, 1.5vw, .875rem))}.product-bundle__items{min-height:100px}.product-bundle__item{transition:opacity .2s ease}.product-bundle__item-image img{display:block;transition:transform .2s ease}.product-bundle__item-image a:hover img{transform:scale(1.05)}.product-bundle__item-title{color:var(--color-heading, #333);font-size:var(--product-bundle-item-title-size, clamp(.8125rem, 1.5vw, .875rem))}.product-bundle__item-link{text-decoration:none;color:inherit;display:block;cursor:pointer;transition:opacity .2s ease,color .2s ease}.product-bundle__item-link:hover{opacity:.7;color:var(--color-link, #163A3A)}.product-bundle__item-price{color:var(--color-text, #666);font-size:var(--product-bundle-item-price-size, clamp(.75rem, 1.5vw, .875rem))}.product-bundle__remove-btn{cursor:pointer;border:none;background:transparent}.product-bundle__remove-btn:hover{background-color:#0000000d}.product-bundle__total{border-top:1px solid rgba(0,0,0,.1)}.product-bundle__total-amount{color:var(--color-heading, #333);font-size:var(--product-bundle-total-amount-size, clamp(1.25rem, 3vw, 1.5rem))}.product-bundle__total{font-size:var(--product-bundle-total-label-size, clamp(.75rem, 1.5vw, .875rem))}.product-bundle__savings{font-weight:500;font-size:var(--product-bundle-savings-size, clamp(.75rem, 1.5vw, .875rem))}.product-bundle__add-all-btn{background-color:#163a3a;color:#fff;border:none;padding:.875rem 1.5rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:background-color .2s ease,opacity .2s ease;font-size:var(--product-bundle-button-size, clamp(.75rem, 1.5vw, .875rem));width:70%;margin:auto;display:block}.product-bundle__add-all-btn:hover:not(:disabled){background-color:#163a3a}.product-bundle__add-all-btn:disabled{opacity:.5;cursor:not-allowed}.product-bundle__add-all-btn.is-loading{position:relative;color:transparent}.product-bundle__add-all-btn.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:1rem;height:1rem;margin:-.5rem 0 0 -.5rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-bundle__products-grid{width:100%;display:flex;flex-wrap:nowrap;gap:1.5rem;padding-bottom:.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.product-bundle__products-grid::-webkit-scrollbar{height:8px}.product-bundle__products-grid::-webkit-scrollbar-track{background:transparent}.product-bundle__products-grid::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.product-bundle__products-grid::-webkit-scrollbar-thumb:hover{background-color:#00000080}@media(min-width:1024px){.product-bundle__products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));flex-wrap:wrap;overflow-x:visible;overflow-y:visible;padding-bottom:0}.product-bundle__products-grid::-webkit-scrollbar{display:none}}.product-bundle__product-card{display:flex;flex-direction:column;min-width:200px;max-width:100%;flex-shrink:0}.product-bundle__product-image{position:relative;overflow:hidden;background:#fff}.product-bundle__product-image .media{background:#fff}.product-bundle__product-title{font-size:var(--product-bundle-product-title-size, clamp(.875rem, 2vw, 1rem))}.product-bundle__product-title a{text-decoration:none;transition:color .2s ease;font-size:12px}.product-bundle__product-price{font-size:var(--product-bundle-product-price-size, clamp(.875rem, 2vw, 1rem))}.product-bundle__product-title a:hover{color:var(--color-link, #163A3A)}.product-bundle__add-btn{background-color:#163a3a;color:#fff;border:none;padding:.75rem 1.25rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:background-color .2s ease,transform .1s ease;cursor:pointer;font-size:var(--product-bundle-button-size, clamp(.75rem, 1.5vw, .875rem))}.product-bundle__add-btn:hover{background-color:#163a3a;transform:translateY(-1px)}.product-bundle__add-btn:active{transform:translateY(0)}.product-bundle__add-btn.is-active{background-color:#163a3a}.product-bundle__add-btn.is-added,.product-bundle__add-btn:disabled{opacity:.6;cursor:not-allowed;background-color:#163a3a}.product-bundle__add-btn.is-added:hover{background-color:#163a3a}.product-info__block--complementary .product-bundle__add-btn{margin-top:.75rem;font-size:var(--product-bundle-button-size, clamp(.75rem, 1.5vw, .875rem));padding:.625rem 1rem}.product-info__block--complementary .card__content .product-bundle__add-btn,.product-info__block--complementary .card__info .product-bundle__add-btn{margin-top:.5rem}.product-bundle__empty-state{color:var(--color-text-muted, #999);font-size:var(--product-bundle-empty-state-size, clamp(.875rem, 2vw, 1rem))}.product-info__block--complementary+.product-info__block--bundle,.product-info__block--bundle+.product-info__block--complementary{margin-top:0}@media(min-width:1024px){.product-info__block--complementary,.product-info__block--bundle{display:inline-block;vertical-align:top}.product-info__block--complementary{width:calc(100% - 320px - 1rem);margin-inline-end:1rem}.product-info__block--bundle{width:320px;max-width:320px;flex-shrink:0}@media(min-width:1280px){.product-info__block--complementary{width:calc(100% - 360px - 1rem)}.product-info__block--bundle{width:360px;max-width:360px}}.product-info__block--bundle .product-bundle__summary-panel{position:sticky;top:2rem}}@media(max-width:1023px){.product-bundle__container{flex-direction:column}.product-bundle__summary{width:100%;max-width:100%;margin-bottom:2rem}.product-bundle__summary-panel{position:static}.product-bundle__products{width:100%}.product-bundle__products-grid{display:flex;flex-wrap:nowrap;gap:1rem}.product-bundle__product-card{min-width:180px}.product-info__block--complementary,.product-info__block--bundle{width:100%;margin-inline-end:0}.product-info__block--bundle{margin-top:1.5rem}}@media(max-width:767px){.product-bundle__container.flex-col{flex-direction:column-reverse!important}.product-bundle__products-grid{display:flex;flex-wrap:nowrap;gap:1rem}.product-bundle__product-card{min-width:150px}.product-bundle__summary-panel{padding:1rem}}@media(max-width:639px){.product-bundle__products-grid{display:flex;flex-wrap:nowrap}.product-bundle__product-card{min-width:160px}.product-bundle__summary-panel{padding:1rem}}[dir=rtl] .product-bundle__item{flex-direction:row-reverse}[dir=rtl] .product-bundle__total{text-align:right}.product-bundle__item{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/product-bundle.css.map */
