:root {
        --primary: #262517;
        --primary-button: #675d52;
        --primary-qty-button: #675d52;
        --primary-meta-button:#675d52;
        --sale: #ca002e;    
        --link: #997111;
        --review-score: #c2294f;
        --score-bg: #EAF1FA;
        --dark-text:#222;
        --accent: #997111;
        --accent-50: rgba(153, 113, 17 ,0.5);
        --neutral: #CCCCCC;
      } 
      .product.wrap{
        background: #f2f2f2;
      }