    .t-zoomer__container {
        background-color: rgba (25, 25, 25, 0.75) ;
    }
    
  .js-store-prod-text a {
 display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 5px 5px 5px 5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
}

.js-store-prod-text a:nth-of-type(1) {
    padding: 10px 34px !important;
    background-color: #6b9034;
    color: #ffffff !important;
}
.js-store-prod-text a:nth-of-type(2) {
    padding: 10px 36px !important;
    color: #333333 !important;
    background-color: #ffffff;
    border-width: 1px; !important;
	border-color: #333333; !important;
    border-style: solid;
}

.js-store-price-wrapper {display: none;}
.js-store-prod-descr {display: none;}