.pdp-bundle-products__heading{display:flex;gap:1.5rem;width:100%}.pdp-bundle-products__heading>span{flex:1;color:var(--primary_text)}.pdp-bundle-products__heading>a{color:var(--primary_gray);text-decoration:underline}.pdp-bundle-products{display:flex;flex-direction:column;gap:.75rem}.pdp-bundle-products__trigger,.pdp-bundle-products__sheet-backdrop,.pdp-bundle-products__sheet{display:none}.pdp-bundle-products--tablet-swiper{display:none;overflow:hidden}.pdp-bundle-products--tablet-swiper .swiper-wrapper{gap:12px}.pdp-bundle-products--tablet-swiper:not(.swiper-initialized) .swiper-slide{min-width:calc(100% / 1.15);max-width:calc(100% / 1.15)}.pdp-bundle-products--desktop{display:none}.pdp-bundle-swiper-scrollbar-wrapper{margin-top:.75rem;padding:0 .25rem}.pdp-bundle-swiper-scrollbar-wrapper .swiper-scrollbar{position:static;height:2px;background-color:var(--secondary_gray);border-radius:2px}.pdp-bundle-swiper-scrollbar-wrapper .swiper-scrollbar-drag{background-color:var(--primary_text);border-radius:2px}@media screen and (max-width:767px){.pdp-bundle-products__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;border:1px solid var(--secondary_gray);border-radius:.5rem;background:var(--background_color_2);cursor:pointer;color:var(--primary_text);text-align:left}.pdp-bundle-products__trigger-icon{display:flex;align-items:center;width:1rem;height:1rem;flex-shrink:0;transform:rotate(90deg);color:var(--primary_text)}.pdp-bundle-products__trigger-icon svg{width:100%;height:100%}.pdp-bundle-products--tablet-swiper,.pdp-bundle-products--desktop{display:none!important}.pdp-bundle-products__sheet-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease}.pdp-bundle-products__sheet-backdrop.is-open{opacity:1;pointer-events:auto}.pdp-bundle-products__sheet{display:flex;flex-direction:column;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--background_color_1, #fff);border-radius:1rem 1rem 0 0;max-height:85vh;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)}.pdp-bundle-products__sheet.is-open{transform:translateY(0)}.pdp-bundle-products__sheet-handle{width:2.5rem;height:4px;background:var(--secondary_gray);border-radius:2px;margin:.75rem auto 0;flex-shrink:0}.pdp-bundle-products__sheet-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;border-bottom:1px solid var(--secondary_gray);flex-shrink:0}.pdp-bundle-products__sheet-header span{color:var(--primary_text)}.pdp-bundle-products__sheet-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:0;color:var(--primary_text)}.pdp-bundle-products__sheet-close svg{width:1.25rem;height:1.25rem}.pdp-bundle-products__sheet-body{overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}body.pdp-bundle-sheet-open{overflow:hidden}}@media screen and (min-width:768px){.pdp-bundle-products__trigger,.pdp-bundle-products__sheet-backdrop,.pdp-bundle-products__sheet{display:none!important}.pdp-bundle-products--tablet-swiper{display:block}}@media screen and (min-width:1024px){.pdp-bundle-products--desktop{display:flex;gap:1rem}.pdp-bundle-products--tablet-swiper{display:none!important}}.pdp-bundle-product-card{border:1px solid var(--secondary_gray);background-color:var(--background_color_2);border-radius:.5rem;padding:.5rem;display:flex;gap:.5rem;align-items:center;cursor:pointer;position:relative;transition:all .15s ease-in;text-decoration:none}.pdp-bundle-product-card--soldout{opacity:.5;pointer-events:none;cursor:not-allowed}.pdp-bundle-product-card__link{display:flex;align-items:center;width:100%}.pdp-bundle-product-card__image{width:85px;height:85px;flex-shrink:0}.pdp-bundle-product-card__image img{width:100%;height:100%;object-fit:cover;border-radius:.375rem}.pdp-bundle-product-card__info{flex:1;padding:0 .75rem;display:flex;flex-direction:column;gap:.5rem}.pdp-bundle-product-card__price-container{display:flex;gap:.5rem}.pdp-bundle-product-card__compare{color:var(--primary_gray);text-decoration:line-through}.pdp-bundle-product-card__price,.pdp-bundle-product-card__title{color:var(--primary_text)}.pdp-bundle-product-card__desc{color:var(--primary_gray)}.pdp-bundle-product-card--selected{border-color:var(--primary_text);cursor:default;pointer-events:none}.pdp-bundle-product-card__radio{width:12px;height:12px;border:1px solid var(--secondary_gray);border-radius:50%;position:absolute;top:.75rem;left:.75rem;pointer-events:none;transition:all .15s ease-in}.pdp-bundle-product-card--selected .pdp-bundle-product-card__radio{border-color:var(--primary_text)}.pdp-bundle-product-card--selected .pdp-bundle-product-card__radio:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;background-color:var(--primary_text);border-radius:50%;transform:translate(-50%,-50%);transition:all .15s ease-in}.pdp-bundle-product-card--soldout .pdp-bundle-product-card__radio:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;background-color:var(--secondary_gray);transform:translate(-50%,-50%) rotate(-45deg)}.pdp-bundle-product-card__icon{display:inline-block;width:1.5rem;height:1.5rem;padding:.25rem;position:absolute;top:.5rem;left:.5rem}.pdp-bundle-product-card__icon svg path{fill:var(--primary_text)}.pdp-bundle-product-card__icon--checked,.pdp-bundle-product-card--selected .pdp-bundle-product-card__icon--unchecked{display:none}.pdp-bundle-product-card--selected .pdp-bundle-product-card__icon--checked{display:inline-block}@media screen and (max-width:1024px){.pdp-bundle-product-card{padding:.5rem .75rem .5rem .25rem}}@media screen and (min-width:1024px){.pdp-bundle-product-card:hover,.pdp-bundle-product-card:hover .pdp-bundle-product-card__radio{border-color:var(--primary_accent)}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/pdp-bundle_products.css.map */
