/*
Theme Name: DevShirt
Theme URI: https://devshirt.com.br/
Author: DevShirt
Description: Tema WooCommerce leve e responsivo para a DevShirt.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: devshirt
*/

:root {
  --ds-black:#111111;
  --ds-text:#202124;
  --ds-muted:#70757a;
  --ds-border:#e7e7e7;
  --ds-bg:#ffffff;
  --ds-soft:#f7f7f5;
  --ds-accent:#111111;
  --ds-green:#b4f22e;
  --ds-header:#0b0b0b;
  --ds-header-line:#262626;
  --ds-field:#1c1c1c;
  --ds-cart-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9.5' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='20' r='1.6'/%3E%3Cpath d='M2.5 3.5h2.8l2.6 11.2h11l2.1-8.2H6.3'/%3E%3C/svg%3E");
  --ds-radius:14px;
  --ds-container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ds-bg);color:var(--ds-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}a:hover{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}.container-ds{width:min(calc(100% - 40px),var(--ds-container));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
button,input,select,textarea{font:inherit}
