/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
h1 {
  font-size: clamp(1.5rem, calc( 24px + (36 - 24) * ((100vw - 320px) / (1920 - 320))), 2.25rem); }

.wp-block-woocommerce-cart-items-block table tr {
  font-size: 16px !important;
  color: #464646 !important; }
  .wp-block-woocommerce-cart-items-block table tr th {
    font-size: 16px !important;
    color: #464646 !important; }
  .wp-block-woocommerce-cart-items-block table tr td {
    font-size: 16px !important;
    color: #464646 !important; }
  .wp-block-woocommerce-cart-items-block table tr .wc-block-components-product-name {
    font-size: 16px !important;
    color: #464646 !important; }
  .wp-block-woocommerce-cart-items-block table tr .wc-block-cart-item__total {
    font-weight: 700 !important;
    color: #464646 !important; }

.wp-block-woocommerce-cart-order-summary-block {
  font-size: 16px !important;
  color: #464646 !important; }
  .wp-block-woocommerce-cart-order-summary-block h2 {
    font-size: 16px !important;
    color: #464646 !important; }

.wc-block-components-totals-coupon__form input {
  border-radius: 0; }

.wc-block-cart__submit-button {
  background-color: #0E5ECC;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px; }
  .wc-block-cart__submit-button:hover {
    background-color: #464646;
    color: white; }

.wp-block-woocommerce-empty-cart-block {
  text-align: center; }
  .wp-block-woocommerce-empty-cart-block .store-btn a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins";
    background-color: transparent;
    border: solid 1px #bababa;
    color: #bababa;
    letter-spacing: 0.4px;
    border-radius: 0px;
    transition: all 0.3s;
    padding: 18px 36px;
    font-weight: 500;
    text-transform: uppercase; }
    .wp-block-woocommerce-empty-cart-block .store-btn a:hover {
      color: #ffffff !important;
      border: solid 1px #ffffff;
      background-color: #0E5ECC; }
