@media (max-width: 768px) {
  .t-store__prod__btn {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #3f3f3f !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 16px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    border: none !important;
  }
  .t-store__prod__btn::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('https://static.tildacdn.com/tild6439-3163-4265-b935-336265653233/export75-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}