.m-product-bundle+.m-product-bundle{border-top:1px solid rgba(var(--color-text),.1);margin-block-start:2.4rem;padding-block-start:2.4rem;position:relative}.m-product-bundle__heading{margin-block-end:2.4rem}.m-product-bundle__grid{display:grid;gap:2.4rem;grid-template-columns:repeat(var(--bundles-grid-columns,1),1fr)}@media screen and (min-width:768px){.m-product-bundle__grid{--bundles-grid-columns:10;--bundles-grid-heading-column:span 4;--bundles-grid-content-column:6/span 5}}@media screen and (min-width:1250px){.m-product-bundle__grid{--bundles-grid-heading-column:span 4;--bundles-grid-content-column:6/span 5}}.m-product-bundle__heading{grid-column:var(--bundles-grid-heading-column,1/-1)}.m-product-bundle__content{grid-column:var(--bundles-grid-content-column,1/-1)}.m-product-bundle__images{display:grid;gap:2.4rem;grid-template-columns:repeat(2,1fr)}.m-product-bundle__images .m-bundled-product-image-wrap{position:relative}.m-product-bundle__images .m-bundled-product-image-wrap .a-count-bubble{left:.5rem;right:auto;top:50%;transform:translateY(-50%)}.m-product-bundle__images img{aspect-ratio:1;background-color:rgb(var(--color-white));border-radius:1rem;object-fit:contain;object-position:center;padding:1.6rem;width:100%}.m-product-bundle__title{margin-block-end:2.4rem}.m-product-bundle__content{display:grid;gap:2.4rem}.m-product-bundle__content-list{list-style:none;margin-block:0;padding-left:0}.m-product-bundle__content-list li{display:flex;justify-content:space-between;padding-block:1.6rem}.m-product-bundle__content-list li+li{border-top:1px solid rgba(var(--color-text),.1)}.m-product-bundle__total-item{display:flex;gap:2.4rem;justify-content:space-between;padding-block:.6rem;width:100%}.m-product-bundle__total-item--savings{--color-value:rgb(var(--color-accent))}.m-product-bundle__total-item-label{font-weight:500}.m-product-bundle__total-item-value{color:var(--color-value,inherit)}.m-product-bundle__form{justify-self:end}