.storeGuaranteeMarquee {
  background: radial-gradient(#0080C1, #004882);
  overflow: hidden; }
  .storeGuaranteeMarquee .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; }
  .storeGuaranteeMarquee h1 {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    margin: 0;
    position: relative;
    top: -8px;
    left: -6px; }
  .storeGuaranteeMarquee img.shipping {
    position: absolute;
    width: 140px; }
  .storeGuaranteeMarquee img.returns {
    position: absolute;
    width: 70px; }
  .storeGuaranteeMarquee img.technical-support {
    position: absolute;
    width: 100px; }
  @media (min-width: 1024px) {
    .storeGuaranteeMarquee .container {
      height: 300px; }
    .storeGuaranteeMarquee h1 {
      font-size: 64px; }
    .storeGuaranteeMarquee img.shipping {
      width: 330px; }
    .storeGuaranteeMarquee img.returns {
      width: 250px; }
    .storeGuaranteeMarquee img.technical-support {
      width: 240px; } }

.storeGuaranteeSection-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #008ACA;
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-bottom: 1.5rem;
  border-radius: 5px; }
  .storeGuaranteeSection-button strong {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: .5rem 0; }
  .storeGuaranteeSection-button:focus, .storeGuaranteeSection-button:hover {
    background-color: #192329;
    color: #FFF; }

.storeGuaranteeSection {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem; }
  @media (min-width: 1024px) {
    .storeGuaranteeSection {
      padding: 1.5rem 0 4.5rem 0;
      border-bottom: 1px solid #CCC; } }

.storeGuaranteeSection-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem; }
  .storeGuaranteeSection-left h2 {
    margin: 1.5rem 0;
    color: #008ACA;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
  .storeGuaranteeSection-left .icon-shipping {
    width: 100px; }
  .storeGuaranteeSection-left .icon-money-back {
    width: 80px; }
  .storeGuaranteeSection-left .icon-support {
    width: 80px; }
  @media (min-width: 1024px) {
    .storeGuaranteeSection-left {
      display: flex;
      flex-direction: row;
      margin-bottom: 2.5rem; }
      .storeGuaranteeSection-left h2 {
        font-size: 37px !important;
        font-weight: 600;
        line-height: 35px;
        margin-left: 1.5rem; }
      .storeGuaranteeSection-left .icon-shipping {
        width: 130px; }
      .storeGuaranteeSection-left .icon-money-back {
        width: 90px; }
      .storeGuaranteeSection-left .icon-support {
        width: 90px; } }

.storeGuaranteeSection-right p, .storeGuaranteeSection-right li {
  font-size: 16px; }

@media (min-width: 1024px) {
  .storeGuaranteeSection-right p, .storeGuaranteeSection-right li {
    font-size: 18px; } }

@media (min-width: 1024px) {
  .storeGuaranteeSection-buttons {
    display: flex;
    flex-direction: row;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-bottom: 1.5rem; }
    .storeGuaranteeSection-buttons .storeGuaranteeSection-button {
      width: 50%;
      margin: 0.5rem; }
      .storeGuaranteeSection-buttons .storeGuaranteeSection-button strong {
        font-size: 24px; } }

@media (min-width: 1024px) {
  .storeGuaranteeSection--money-back h2 {
    font-size: 26px; }
    .storeGuaranteeSection--money-back h2 strong {
      font-size: 26px; } }

@media (min-width: 1024px) {
  .storeGuaranteeSection--shipping h2,
  .storeGuaranteeSection--support h2 {
    font-size: 26px; } }
