@media only screen and (max-width: 480px) {
  .single-product-details table,
  .single-product-details thead,
  .single-product-details tbody,
  .single-product-details th,
  .single-product-details td,
  .single-product-details tr {
    display: block;
  }

  .single-product-details thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .single-product-details tbody tr {
    padding: 15px 0;
  }

  .single-product-details td {
    position: relative;
    margin: 0 0 15px 150px;
    padding: 0 !important;
  }

  .single-product-details td:before {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    margin-left: -150px;
  }

  .single-product-details td:nth-of-type(1):before {
    content: "Tuote";
  }

  .single-product-details td:nth-of-type(2):before {
    content: "Koko";
  }

  .single-product-details td:nth-of-type(3):before {
    content: "Pakkauskoko";
  }

  .single-product-details td:nth-of-type(4):before {
    content: "Hinta";
  }

  .single-product-details td:nth-of-type(5):before {
    content: "Kappalemäärä";
  }
}
.modal-content .buttons {
  display: flex;
  justify-content: space-between;
}
.modal-content .buttons .return-button {
  text-align: start;
}
.modal-content .buttons .cart-button {
  text-align: end;
}

@media only screen and (max-width: 350px) {
  .modal-content .buttons {
    flex-wrap: wrap;
  }
  .modal-content .buttons .return-button {
    text-align: center;
  }
  .modal-content .buttons .cart-button {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .single-product-details td.product_td:before {
      content: "Tuote";
  }
  .single-product-details td.size_td:before {
      content: "Koko";
  }
  .single-product-details td.color_td:before {
      content: "Väri";
  }
  .single-product-details td.dale_size_td:before {
      content: "Koko";
  }
  .single-product-details td.packing_size_td:before {
      content: "Pakkauskoko";
  }
  .single-product-details td.price_td:before {
      content: "Hinta";
  }
  .single-product-details td.variation_quantity_td:before {
      content: "Kappalemäärä";
  }
}

.cookie-consent__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.single-product-title,
.subcategory-title {
  font-size: 1.75rem;
}
