/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Apply Roboto everywhere */
body,
input,
textarea,
select,
button {
    font-family: 'Roboto', sans-serif;
}
:root {
  --aes-red: #d51c20;
  --aes-dark: #141414;
  --aes-muted: #777;
  --aes-line: #ddd;
}

.aes-site-wide {
  width: min(1318px, calc(100% - 48px));
  margin-inline: auto;
}

.aes-site-header,
.aes-shop-page,
.aes-site-footer {
   color: var(--aes-dark);
}

.aes-site-header a,
.aes-shop-page a,
.aes-site-footer a {
  text-decoration: none;
}
.utility-item{
    display:flex;
    align-items:center;
    gap:6px;       /* space between icon and text */
}

.aes-site-utility i{
    margin:0 8px;
}
.aes-site-utility {
  min-height: 50px;
  background: var(--aes-red);
  color: #fff;
  font-size: 14px;
}

.aes-site-utility a {
  color: #fff;
}

.aes-site-utility-inner {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.aes-site-utility-inner > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.aes-site-utility i {
  height: 16px;
  border-left: 1px solid rgba(255, 255, 255, .65);
}

.aes-site-main {
  min-height: 127px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.aes-site-brand {
  width: 300px;
  flex: 0 0 300px;
}

.aes-site-brand img {
  width: 230px;
  height: 58px;
  object-fit: contain;
}

.aes-site-search {
  flex: 1;
}

.aes-site-search .aws-container,
.aes-site-search form {
  width: 100% !important;
  float: none;
}

.aes-site-search .aws-container .aws-search-form,
.aes-site-search form[role="search"],
.aes-site-search .search-form {
  height: 64px;
  display: flex;
  margin: 0;
}

.aes-shop-benefits article {
    position: relative;
}

.aes-shop-benefits article::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 20px;
    background: #fff; /* Match your section background */
    z-index: 2;
}

.aes-shop-benefits article::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #fff; /* Match your section background */
    z-index: 2;
}

.aes-site-search .aws-container .aws-search-field,
.aes-site-search input[type="search"],
.aes-site-search input#s {
  width: 85%;
  height: 64px;
  border: 1px solid #ccc !important;
  border-radius: 10px 0px 0px 10px !important;
  padding: 0 24px !important;
  color: #333;
  font: 15px "HelveticaLTStdLight", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.aes-site-search .aws-container .aws-search-btn,
.aes-site-search input[type="submit"],
.aes-site-search button {
  min-width: 65px;
  height: 64px;
  border: 0;
  border-radius: 0 10px 10px 0;
  background: var(--aes-red);
  color: #fff;
  cursor: pointer;
}

.aes-site-action {
  position: relative;
  min-width: 112px;
  padding-left: 48px;
  color: var(--aes-dark);
}

.aes-site-action img {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.aes-site-action strong,
.aes-site-action small {
  display: block;
  white-space: nowrap;
}

.aes-site-action strong {
 
  font-size: 15px;
}

.aes-site-action small {
  color: var(--aes-muted);
  margin-top: 3px;
}

.aes-site-menu-toggle {
  display: none;
}

.aes-site-nav {
  min-height: 63px;
  box-shadow: 0 2px 8px #bbb;
  background: #fff;
  position: relative;
  z-index: 3;
}
#site-navigation ul li a {
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    font-family: 'Roboto';
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
} 
.aes-site-nav .aes-site-wide > ul,
.aes-site-nav .menu {
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0px 45px 0px 45px;
  padding: 0;
  list-style: none;
}

.aes-site-nav li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.aes-site-nav a {
  display: block;
  color: #151515;
  font: 700 13px/1.25 "HelveticaInseratLTStdRoman", "HelveticaLTStdLight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 24px 0;
}

.aes-site-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  border: 1px solid var(--aes-red);
  z-index: 20;
  padding: 6px 0;
  list-style: none;
}

.aes-site-nav li:hover > .sub-menu {
  display: block;
}

.aes-site-nav .sub-menu a {
  padding: 10px 14px;
  font-size: 12px;
} 

.aes-shop-hero {
  height: 620px;
  background: #fff url("images/aes-fitness-page/hero-photo.jpg") 66% 47% / 1580px auto no-repeat;
  position: relative;
  overflow: hidden;
}

.aes-shop-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 34%, rgb(255 255 255) 42%, transparent 64%);
}

.aes-shop-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 165px;
  padding-left: 100px;
}


.aes-shop-hero h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.aes-shop-hero p,
.aes-shop-hero-description {
  max-width: 610px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--aes-muted);
  margin: 0 0 18px;
}

.aes-red-button {
  display: inline-block;
  background: var(--aes-red);
  color: #fff;
  padding: 18px 31px;
  border-radius: 8px;
  font-size: 14px;
}

.aes-shop-benefits {
  min-height: 160px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 24px #d8d8d8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin-top: -55px;
  z-index: 2;
}

.aes-shop-benefits article,
.aes-shop-trust article {
  display: flex;
  align-items: center;
  gap: 18px;
}

.aes-shop-benefits article {
  padding: 0 24px;
  border-right: 1px solid var(--aes-line);
}

.aes-shop-benefits article:last-child,
.aes-shop-trust article:last-child {
  border: 0;
}

.aes-shop-benefits img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.aes-shop-benefits h3,
.aes-shop-trust h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.aes-shop-help-action {
    width: inherit;
}

.aes-shop-benefits p,
.aes-shop-trust p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin: 0;
  padding: 0 !important;
}

.aes-shop-catalog {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  margin-top: 47px;
  margin-bottom: 64px;
}

.aes-shop-categories {
  background: var(--aes-red);
  color: #fff;
  border-radius: 8px;
  height: max-content;
  box-shadow: 0 4px 14px #ccc;
  padding: 27px 34px 22px;
}

.aes-shop-catalog-product {
  grid-template-columns: 390px 1fr;
}

.aes-shop-catalog-product .aes-shop-categories {
  background: #f4f4f4;
  color: var(--aes-dark);
  box-shadow: none;
  border-radius: 0;
  padding: 24px 28px;
}

.aes-shop-catalog-product .aes-shop-cat-title {
  border-bottom: 0;
}

.aes-shop-catalog-product .aes-shop-cat-title h2 {
  color: var(--aes-dark) !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.aes-product-list-search {
  margin-bottom: 34px;
}

.aes-product-list-search .ysm-search-widget,
.aes-product-list-search .search-form,
.aes-product-list-search form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.aes-product-list-search input[type="search"],
.aes-product-list-search input[type="text"] {
  width: 100%;
  min-height: 58px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #777;
  font-size: 18px;
  padding: 0 18px;
}

.aes-product-side-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.aes-product-side-list li {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 14px 0 14px 38px;
}

.aes-product-side-list li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 19px;
  width: 17px;
  height: 17px;
  background: var(--aes-red);
  border-radius: 50%;
  box-shadow: 7px 0 0 var(--aes-red);
  transform: rotate(-45deg) scale(.75);
}

.aes-product-side-list a {
  color: #333;
  font-size: 20px;
  line-height: 1.25;
}

.aes-product-side-list .is-current a {
  color: var(--aes-red);
  font-weight: 800;
}

.aes-shop-cat-title {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.aes-shop-cat-title h2 {
  color: #fff !important;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 6px;
 }

.aes-shop-cat-title a {
  color: #fff;
  margin-top: 12px;
  font-size: 13px;
}

.aes-shop-category-tree details {
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.aes-shop-category-tree summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.aes-shop-category-tree summary::-webkit-details-marker {
  display: none;
}

.aes-shop-category-tree summary:after {
  content: "+";
  margin-left: auto;
  font-size: 20px;
  font-weight: 400;
}

.aes-shop-category-tree details[open] > summary:after {
  content: "-";
}

.aes-shop-category-tree a {
  display: block;
  color: #f7d6d6;
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 0;
}

.aes-shop-category-tree summary > a {
    color: #fff;
    /* font-weight: 700 !important; */
    font-size: 20px;
    padding-right: 8px;
     font-weight: 400;
    /* text-transform: uppercase; */
    /* color: #111; */
}

.aes-shop-category-tree details details,
.aes-shop-category-tree details > a {
  margin-left: 16px;
}

.aes-shop-category-tree .is-current {
  color: #fff;
  font-weight: 800;
}

.aes-shop-results-top {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  color: #999;
  padding-top: 20px;
}

.aes-shop-results-top .woocommerce-result-count {
  display: block;
  margin: 0;
  color: #999;
  font-size: 14px;
}

.aes-shop-results-top .woocommerce-ordering {
  margin: 0;
}

.aes-shop-results-top select {
  width: 200px;
  height: 43px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 15px;
  background: #fff;
}

.aes-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.aes-shop-product {
  min-height: auto;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  padding: 15px 24px 18px !important;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  width: auto !important;
  text-align: left !important;
}

.aes-shop-product-image {
  height: 195px;
  display: grid;
  place-items: center;
}

.aes-shop-product-image img {
  max-width: 100%;
  max-height: 195px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
}

.aes-shop-product h3 {
  min-height: 42px;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: var(--aes-dark) !important;
  text-transform: none !important;
}

.aes-shop-product h3 a {
  color: var(--aes-dark);
     font-size: 17px;
     font-weight: 600 !important;
}

.aes-shop-price {
  display: block;
  color: var(--aes-red);
   margin-bottom: 12px;
   font-size: 19px;
}

.aes-shop-price del {
  color: #999;
  font-size: 14px;
}

.aes-shop-price ins {
  color: var(--aes-red);
  text-decoration: none;
}

.aes-shop-product-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.aes-shop-product-actions a {
  min-height: 34px;
  border-radius: 5px;
  font-size: 11px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 10px;
}

.aes-shop-details {
  background: var(--aes-red);
  color: #fff;
}

.aes-shop-quote {
  border: 1px solid #ccc;
  color: var(--aes-dark);
  background: #fff;
}

.aes-shop-results .woocommerce-pagination {
  margin-top: 44px;
  text-align: center;
}

.aes-shop-results .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 12px;
  border: 0 !important;
  margin: 0;
  padding: 0;
}

.aes-shop-results .woocommerce-pagination ul.page-numbers li {
  border: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.aes-shop-results .woocommerce-pagination .page-numbers a,
.aes-shop-results .woocommerce-pagination .page-numbers span {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: #555 !important;
  background: #fff;
}

.aes-shop-results .woocommerce-pagination .page-numbers .current {
  background: var(--aes-red) !important;
  color: #fff !important;
  border-color: var(--aes-red);
}

.aes-product-detail {
  background: #fff;
}

.aes-product-back {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 24px;
  color: var(--aes-red);
  font-weight: 700;
}

.aes-product-layout {
  display: grid;
  grid-template-columns: minmax(320px, 54%) minmax(280px, 1fr);
  gap: 38px;
  align-items: start;
}

.aes-product-media {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  padding: 18px;
}

.aes-product-media > img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.aes-product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.aes-product-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px;
}

.aes-product-summary h1 {
  color: var(--aes-dark);
  font: 800 34px/1.45 "HelveticaLTStdLight", Helvetica, Arial, sans-serif;
  margin: 0 0 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}

.aes-product-price {
  color: var(--aes-red);
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 4px;
}

.aes-product-price del {
  color: #777;
  font-size: 17px;
}

.aes-product-price ins {
  color: var(--aes-red);
  text-decoration: none;
}

.aes-product-specs {
  color: #333;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 0 48px !important;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.aes-product-description-toggle {
  border-bottom: 1px solid #ddd;
  margin-bottom: 34px;
}

.aes-product-description-toggle summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--aes-dark);
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.aes-product-description-toggle summary::-webkit-details-marker {
  display: none;
}

.aes-product-description-toggle summary:after {
  content: "\25B8";
  font-size: 18px;
}

.aes-product-description-toggle[open] summary:after {
  content: "\25BE";
}

.aes-product-description-toggle div {
  font-size: 17px;
  line-height: 1.55;
  color: #333;
  padding-bottom: 20px;
}

.aes-product-description-toggle p {
  padding-bottom: 18px !important;
}

.aes-product-actions {
  margin: 0 0 20px;
}

.aes-finance-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 6px;
  background: var(--aes-red);
  color: #fff;
  font: 800 19px/1 "HelveticaInseratLTStdRoman", "HelveticaLTStdLight", Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.aes-product-meta {
  color: #777;
  font-size: 14px;
  padding: 0 !important;
}

.aes-product-description {
  margin-top: 42px;
  border-top: 1px solid #ddd;
  padding-top: 28px;
  font-size: 18px;
  line-height: 1.55;
}

.aes-product-description h2 {
  color: var(--aes-red) !important;
  font: 800 24px/1.25 "HelveticaLTStdLight", Helvetica, Arial, sans-serif !important;
  margin: 0 0 18px !important;
}

.aes-shop-help {
  min-height: 180px;
  display: grid;
  grid-template-columns: 260px 1fr 250px;
  align-items: center;
  gap: 28px;
  margin-bottom: 32px;
  padding: 24px 54px;
  border-radius: 8px;
  background: var(--aes-red);
  color: #fff;
}
 
.aes-shop-help-photo {
  width: 235px;
  height: 235px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff url("images/aes-fitness-page/ellipse_1.png") center / cover no-repeat;
  margin-top: -70px;
  margin-bottom: -70px;
}

.aes-shop-help h2 {
  color: #fff !important;
font-size: 30px;
  margin: 0 0 8px !important;
  text-transform: none !important;
}

.aes-shop-help p {
  color: rgba(255,255,255,.82);
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 0 !important;
}
.aes-shop-help-action b {
    font-size: 20px;
    padding: 0 0 0 6px;
    margin: 0 0 1px 0px;
}
.aes-shop-help-action a {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
}

.aes-shop-help-action span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-weight: 700;
}

.aes-shop-help-action img {
  width: 20px;
  height: 20px;
}

.aes-shop-trust {
  min-height: 188px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.aes-shop-trust article {
  min-height: 68px;
  padding: 0 20px;
  border-right: 1px solid #bbb;
}

.aes-shop-trust img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.aes-shop-trust h3 {
  font-size: 17px;
  white-space: nowrap;
}

.aes-shop-trust p {
  color: #999;
  white-space: nowrap;
}

.aes-site-footer {
  background: var(--aes-red);
  color: #fff;
  padding: 55px 0 45px;
  clear: both;
}

.aes-site-franchise {
  text-align: center;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 12px;
}

.aes-site-franchise a,
.aes-site-footer a {
  color: #fff;
}

.aes-site-footer-cols {
  display: grid;
  grid-template-columns: 240px repeat(4, 1fr);
  gap: 30px;
}

.aes-site-footer-cols > div {
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 18px;
}

.aes-site-footer-logo img {
  width: 165px;
}

.aes-site-footer-section button {
  width: 100%;
  border: 0;
  background: none;
  color: #fff;
  padding: 0;
  text-align: left;
font-size: 17px;
  cursor: pointer;
}

.aes-site-footer-section button span {
  display: none;
  float: right;
}

.aes-site-footer-section ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aes-site-footer-section li a {
  display: block;
  font-style: italic;
  color: #f6d3d3;
  font-size: 14px;
  margin-bottom: 10px;
}

.aes-site-social {
  text-align: center;
  margin-top: 70px;
  font-size: 15px;
  font-style: italic;
}

.aes-site-social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
}

.aes-site-social-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.aes-site-copyright {
  text-align: center;
  font-style: italic;
  color: #f1b4b4;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 50px;
}

.aes-site-copyright p {
  margin: 0;
  padding: 0;
}

@media (max-width: 1100px) {
  .aes-site-utility {
    display: none;
  }

  .aes-site-main {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .aes-site-brand {
    width: 190px;
    flex-basis: 190px;
  }

  .aes-site-brand img {
    width: 170px;
  }

  .aes-site-search {
    order: 3;
    flex-basis: 100%;
  }

  .aes-site-action {
    display: none;
  }

  .aes-site-menu-toggle {
    width: 44px;
    height: 38px;
    display: grid;
    gap: 5px;
    align-content: center;
    margin: 0 24px 14px auto;
    border: 1px solid var(--aes-red);
    background: #fff;
  }

  .aes-site-menu-toggle span {
    width: 22px;
    height: 2px;
    background: var(--aes-red);
    margin-inline: auto;
  }

  .aes-site-nav {
    display: none;
    min-height: auto;
  }

  .aes-site-nav.active {
    display: block;
  }

  .aes-site-nav .aes-site-wide > ul,
  .aes-site-nav .menu {
    display: block;
    min-height: auto;
    padding: 6px 0 18px;
  }

  .aes-site-nav a {
    padding: 12px 0;
  }

  .aes-site-nav .sub-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 16px;
    max-height: 0;
    overflow: hidden;
  }

  .aes-site-nav li.open > .sub-menu {
    display: block;
  }

  .aes-shop-hero {
    height: 380px;
    background-position: 60% center;
  }

  .aes-shop-hero:after {
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.93) 48%, rgba(255,255,255,.15) 100%);
  }

  .aes-shop-hero-copy {
    padding-top: 90px;
  }

  .aes-shop-benefits {
    grid-template-columns: 1fr 1fr;
    margin-top: -35px;
  }

  .aes-shop-benefits article {
    padding: 20px;
    border-bottom: 1px solid var(--aes-line);
  }

  .aes-shop-catalog {
    grid-template-columns: 1fr;
  }

  .aes-shop-categories {
    display: none;
  }

  .aes-shop-catalog-product .aes-shop-categories {
    display: block;
  }

  .aes-shop-catalog-product {
    grid-template-columns: 1fr;
  }

  .aes-shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aes-product-layout {
    grid-template-columns: 1fr;
  }

  .aes-shop-help {
    grid-template-columns: 180px 1fr;
  }

  .aes-shop-help-action {
    grid-column: 2;
  }

  .aes-shop-trust {
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
  }

  .aes-shop-trust article {
    margin: 10px 0;
  }

  .aes-site-footer-cols {
    grid-template-columns: repeat(4, 1fr);
  }

  .aes-site-footer-logo {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .aes-site-wide {
    width: min(100% - 28px, 1318px);
  }

  .aes-shop-hero {
    height: 340px;
    background-position: 62% center;
    background-size: auto 100%;
  }

  .aes-shop-hero-copy {
    padding-top: 70px;
  }

  .aes-shop-hero h1 {
    font-size: 36px;
  }

  .aes-shop-benefits {
    display: block;
    padding: 12px;
  }

  .aes-shop-benefits article {
    border-right: 0;
  }

  .aes-shop-product-grid {
    grid-template-columns: 1fr;
  }

  .aes-shop-product {
    max-width: 340px;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .aes-product-summary h1 {
    font-size: 24px;
  }

  .aes-product-actions {
    display: block;
  }

  .aes-product-actions a {
    width: 100%;
    margin-bottom: 10px;
  }

  .aes-shop-results-top {
    display: block;
  }

  .aes-shop-results-top .woocommerce-ordering {
    margin-top: 12px;
  }

  .aes-shop-help {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .aes-shop-help-photo {
    width: 175px;
    height: 175px;
    margin: -95px 0 10px;
  }

  .aes-shop-help h2 {
    font-size: 23px !important;
  }

  .aes-shop-trust {
    display: block;
  }

  .aes-shop-trust article {
    border-right: 0;
    border-bottom: 1px solid var(--aes-line);
  }

  .aes-site-footer-cols {
    grid-template-columns: 1fr 1fr;
  }

  .aes-site-footer-section button span {
    display: inline;
  }

  .aes-site-footer-section ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .2s ease, opacity .2s ease;
  }

  .aes-site-social {
    margin-top: 35px;
  }

  .aes-site-copyright {
    margin-top: 30px;
  }
}


.aws-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background-color: #e31b23;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10.5 3a7.5 7.5 0 105.3 12.8l4.2 4.2 1.4-1.4-4.2-4.2A7.5 7.5 0 0010.5 3zm0 2a5.5 5.5 0 110 11 5.5 5.5 0 010-11z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
 }
