@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

div.promotion-wrapper, .category .divider, .home .divider, .cart-summary-block, .cart-list-container .total, .product-instance-wizard .quantity {
  display: none !important;
}

.layout.home, .layout.category:has(.categories-wrapper) {
  .main-content {
    padding-top: calc(var(--header-height-desktop) * 3);
  }
}

.home .header-below, .category .header-below {
    background-color: #EC1300;
    height: calc(var(--header-height-desktop) * 2);
    width: 100%;
    /*background-image: url("https://customadbuilder.thainternal.com/uStoreThemeCustomizations/410d0fa8-0853-48b6-a0d7-773fde933fc2/Draft/Assets/logo_aarp_white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;*/

    h1 {
      font-family: "Lato", serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
      line-height: 1.2;
      color: white;
      margin-top: calc(var(--header-height-desktop)* 0.6);
    }
}

.layout.category:has(.featured-products-wrapper) .header-below, .layout:not(.category, .home) .header-below {
    display: none;
}

.basic_html_main {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row no-wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.home .category-item .image-wrapper {
  width: 120px;
  height: 120px;
}

.home .slider-wrapper-multi .slider>* {
  padding: 0 42.5px;
}

.category-item .image-wrapper {
  width: 80px;
  height: 80px;
}

.slider-wrapper-multi .slider>* {
  padding: 0 0px;
}

.home .category-item .category-name {
  font-size: 1.5em;
}

.category-item .category-name {
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

.category .title {
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.footer {
  position: relative;
  background-color: var(--footer-background-color);
  height: var(--footer-height);
  font-size: var(--text-size-regular);
  width: 100%;
  color: var(--footer-text-color);
  padding: 40px 145px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  .footer-column {
    text-align: center;
    margin: auto;
  }

  .footer-text {
    color:#5c5c5c !important;
  }

  .footer-links a {
    color:#EC1300 !important;
  }

  .title {
    margin-bottom: 10px;
  }

  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  span.fullstop {
    color: #FFF;
  }

  @media (max-width: $lg) {
    display: none;
  }
}

.category .categories-wrapper {
  position: relative;
}

.slider-wrapper-multi .right-btn, .slider-wrapper-multi .left-btn {
  position: absolute;
  top: 10px;
}

.product-properties .duc-wrapper textarea {
  min-height: 75px;
}