.template-collection,
.template-product {
  .countdown-timer-wrapper {
    position: relative;

    .delivery-countdown-wrapper {
      position: absolute;
      left: 0;
      right: 0;
    }
    .delivery-countdown-wrapper.show {
      height: 44px;
    }
  }
}
.template-collection {
  #MainContent {
    padding-top: 10px;
  }
}
.template-product {
  #MainContent {
    padding-top: 40px;
    @media (max-width: 767px) {
      padding-top: 20px;
    }
  }
}
