:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

.banner-content {
  font-family: var(--font-primary);
}
.banner-content::before {
  background-color: var(--background-secondary);
}

.banner-content-subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-size: var(--text-xs);
  line-height: 24px;
}
@media (min-width: 769px) {
  .banner-content-subtitle {
    font-size: var(--text-lg);
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .banner-content-subtitle {
    color: var(--text-primary);
    font-size: var(--text-xs);
    line-height: 16px;
  }
}
.alt-colors .banner-content-subtitle {
  color: var(--text-secondary);
}

.banner-content-title {
  color: var(--text-secondary);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
@media (min-width: 992px) {
  .banner-content-title {
    color: var(--text-primary);
    line-height: 40px;
  }
}
.alt-colors .banner-content-title {
  color: var(--text-secondary);
}
.banner-content-title.desktop {
  display: none;
}
@media (min-width: 769px) {
  .banner-content-title.desktop {
    display: block;
  }
}
.banner-content-title.mobile {
  display: block;
}
@media (min-width: 769px) {
  .banner-content-title.mobile {
    display: none;
  }
}

.banner-content-description {
  color: var(--text-secondary);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .banner-content-description {
    color: var(--text-primary);
    font-size: var(--text-base);
    line-height: 24px;
  }
}
.alt-colors .banner-content-description {
  color: var(--text-secondary);
}
.banner-content-description.desktop {
  display: none;
}
@media (min-width: 769px) {
  .banner-content-description.desktop {
    display: block;
  }
}
.banner-content-description.mobile {
  display: block;
}
@media (min-width: 769px) {
  .banner-content-description.mobile {
    display: none;
  }
}

.banner-buttons .btn {
  background-color: var(--background-secondary);
  color: #fff;
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  line-height: 20px;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.banner-buttons .btn:hover {
  background-color: var(--background-primary);
}
.banner-buttons .btn:focus {
  color: var(--text-primary);
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.banner-outer-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .banner-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 80px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .banner-content {
    height: 50%;
    width: 50%;
  }
}
.banner-content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .banner-content::before {
    display: none;
  }
}
.banner-content.logo-position-top {
  top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.banner-content.logo-position-top .banner-content-title.desktop {
  padding-top: 50px;
  display: block;
}
@media (max-width: 1199.98px) {
  .banner-content.logo-position-top .banner-content-title.desktop {
    padding-top: 20px;
    font-size: 32px;
  }
}
.banner-content.logo-position-top .banner-content-title.mobile {
  display: none;
}
.banner-content.logo-position-top .banner-content-container {
  margin-top: -25px;
}
@media (max-width: 1199.98px) {
  .banner-content.logo-position-top .banner-content-container {
    position: relative;
    width: 100%;
    padding: 0 24px;
    margin: -40px auto;
  }
}
@media (max-width: 1199.98px) {
  .banner-content.logo-position-top .banner-logo-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-content-container {
  margin-top: 24px;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .banner-content-container {
    /* stylelint-disable-next-line */
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-content-container {
    padding: 24px;
    margin-top: 0;
  }
}

.banner-content-title {
  margin-bottom: 16px;
  width: 100%;
}

.banner-content-brand-logo {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .banner-content-brand-logo {
    margin-bottom: 32px;
  }
}
.banner-content-brand-logo.desktop {
  display: none;
}
@media (min-width: 769px) {
  .banner-content-brand-logo.desktop {
    display: block;
  }
}
.banner-content-brand-logo.mobile {
  display: block;
}
@media (min-width: 769px) {
  .banner-content-brand-logo.mobile {
    display: none;
  }
}

.banner-content-description {
  margin: 0;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 1200px) {
  .banner-content-description {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .banner-content-description {
    margin-bottom: 32px;
    width: 80%;
  }
}

.banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.banner-buttons .btn {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 2px 2px 0 var(--border-secondary), inset -2px -2px 0 var(--border-secondary);
          box-shadow: inset 2px 2px 0 var(--border-secondary), inset -2px -2px 0 var(--border-secondary);
  overflow: hidden;
  padding: 14px 24px;
  text-overflow: ellipsis;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  white-space: nowrap;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 992px) {
  .banner-buttons .btn {
    padding: 18px 32px;
  }
}
.banner-buttons .btn:hover {
  -webkit-box-shadow: inset 2px 2px 0 var(--border-primary), inset -2px -2px 0 var(--border-primary);
          box-shadow: inset 2px 2px 0 var(--border-primary), inset -2px -2px 0 var(--border-primary);
}
.banner-buttons .btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.banner-buttons .btn:focus {
  text-decoration: none;
}
.banner-buttons .btn:first-of-type {
  margin-right: 20px;
}

.experience-assets-banner .margins-enabled {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .experience-assets-banner .margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .experience-assets-banner .margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1200px) {
  .experience-assets-banner .margins-enabled {
    margin-top: 31px;
  }
}

/* stylelint-disable-next-line */
.experience-layouts-up1ItemCarousel .margins-enabled {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1200px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 31px;
  }
}

@media (max-width: 768.98px) {
  .logo-display-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

.banner-buttons .c-button--primary {
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  border: 1px solid transparent;
}

.banner-content .text-shadow {
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  #homepage-Purina_AU .banner-content {
    width: 60%;
    max-width: 970px;
  }
}

.banner-buttons .banner-btn {
  border-radius: 99px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: rem-calc(1);
  line-height: 16px;
  margin-right: 20px;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: capitalize;
}
.banner-buttons .banner-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*# sourceMappingURL=default\css\experience\components\assets\banner.css.map*/