:root {
  --am-red: #e60014;
  --am-red-hover: #cc0012;
  --am-gray-light: #f4f4f4;
  --am-gray-medium: #666;
  --am-text: #333;
}

*{
	padding: 0px;
	margin: 0px;
	font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

body {
    background-color: var(--am-gray-light);
    color: var(--am-text);
}

.headerAmercianSuL{
	width: 100%;
	height: auto;
	background: var(--am-red);
}

.top-banner-aula {
    background-color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
}

.top-banner-aula strong {
    color: var(--am-red);
}

.Amerisskskprodutos{
	width: 100%;height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sadksajdfooter{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f4f4f4;
    border-top: 1px solid #ddd;
}

.subprodutos{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 25px;
	background: #fff;
}

/* Americanas Buttons */
.btn-am-primary {
    background-color: var(--am-red);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    transition: background 0.3s;
}

.btn-am-primary:hover {
    background-color: var(--am-red-hover);
    color: #fff;
}

/* Reviews Section */
.ms-rating-bar {
    height: 8px;
    background: #e9e9e9;
    border-radius: 4px;
    overflow: hidden;
}

.ms-fill {
    background: #f2c200;
}