#sellerstore-new .sellerstore__details__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px}#sellerstore-new .sellerstore__details__buttons button.sellerstore__details__buttons__button{border-radius:20px;font-weight:600;transition:.3s}#sellerstore-new .sellerstore__details__buttons button.sellerstore__details__buttons__button--active{background-color:#2c3367;border:solid 1px #2c3367;color:#f9f9f9}#sellerstore-new .sellerstore__details__buttons button.sellerstore__details__buttons__button--active:hover{background-color:#ffff;border:solid 1px #2c3367;color:#2c3367}#sellerstore-new .sellerstore__details__buttons button.sellerstore__details__buttons__button--inactive{background-color:#ffff;border:solid 1px #2c3367;color:#2c3367}#sellerstore-new .sellerstore__details__buttons button.sellerstore__details__buttons__button--inactive.active{background-color:#2c3367;border:solid 1px #2c3367;color:#f9f9f9}#sellerstore-new .sellerstore__details__buttons button.sellerstore__details__buttons__button--inactive:hover{background-color:#2c3367;border:solid 1px #2c3367;color:#f9f9f9}#sellerstore-new .accordion{border:1px solid #d1d1d1;padding:40px;border-radius:10px;position:relative;margin-bottom:32px}#sellerstore-new .accordion .close{position:absolute;top:10px;right:10px;cursor:pointer}#sellerstore-new .accordion__wrapper{display:flex;gap:33px}@media only screen and (max-width:767px){#sellerstore-new .accordion__wrapper{flex-direction:column;gap:0}}#sellerstore-new .accordion__wrapper .accordion__section{flex:1}#sellerstore-new .accordion__wrapper .accordion__section .accordion__title{font-weight:700;line-height:150%;margin-bottom:10px}#sellerstore-new .accordion__wrapper .accordion__content .onbuy-protection-list{list-style:disc;margin:0 0 15px 15px}#sellerstore-new .accordion__wrapper .accordion__content .accordion__epr_statement:not(:first-of-type){margin-top:40px}