.custom-checkbox{position:relative;display:inline-block;height:20px;max-width:20px;width:100%}.custom-checkbox input{opacity:0;width:0;height:0}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:2px solid #2c9adce6;border-radius:4px;cursor:pointer}.custom-checkbox input:checked+.checkmark{background:#2c9adce6}.checkmark::after{content:'';position:absolute;display:none}.custom-checkbox input:checked+.checkmark::after{display:block;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.purchase-together-wrapper{padding-top:50px;display:flex;flex-wrap:wrap;justify-content:space-between}.purchase-together{max-width:50%;width:100%}.purchase-together-grid{display:flex;align-items:center;padding:5px 0}.purchase-together-grid figure{margin:0;padding:0 10px;max-width:80px;width:100%}.purchase-together-grid h4,.purchase-together-grid p{margin:0;padding:0 10px}.purchase-together-grid h4 a{color:#2c9adce6;text-decoration:none}@media(max-width:749px){.purchase-together-wrapper{padding-top:0}}@media(max-width:575px){.purchase-together{max-width:100%;width:100%}}