body .masterstudy-button-affiliate{display:inline-block;vertical-align:top;white-space:nowrap;min-width:100%;outline:0;border:none;text-transform:uppercase;background:var(--accent-100);position:relative;border-radius:8px;transition:.2s;color:#fff;cursor:pointer}body .masterstudy-button-affiliate:hover{background:var(--accent-hover)}body .masterstudy-button-affiliate>a.masterstudy-button-affiliate__link{display:flex;height:60px;padding:14px 20px;justify-content:space-between;align-items:center;text-decoration:none;color:#fff}body .masterstudy-button-affiliate>a.masterstudy-button-affiliate__link:hover{color:#fff}body .masterstudy-button-affiliate__title{font-size:16px;line-height:18px;font-weight:700;white-space:normal;max-width:70%;letter-spacing:.8px;text-transform:uppercase;transition:.2s;position:relative}body .masterstudy-button-affiliate__title.masterstudy-buy-button__loading:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:2px solid rgba(0,0,0,.25);border-radius:50%;animation:pulsate 1.5s ease-out;animation-iteration-count:infinite;z-index:1}body .masterstudy-button-affiliate__price{display:inline-block;vertical-align:top;text-align:right;position:relative;line-height:28px;font-weight:700;font-size:16px}body .masterstudy-button-affiliate__price_sale{display:block;line-height:16px}body .masterstudy-button-affiliate__price.has_sale{line-height:16px}body .masterstudy-button-affiliate__price.has_sale .masterstudy-button-affiliate__price_regular{text-decoration:line-through;line-height:14px;font-weight:500;font-size:14px;color:rgba(255,255,255,.7)}