 .vip-coupon-btn {
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: bold;
    color: #F80008;
    text-decoration: none;
    background: #FEF200;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  .vip-coupon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    background: #FEF200
  }
  @media screen and (min-width: 500px) and (max-width: 1282px) {
    .vip-coupon-btn {
      padding: 5px 10px;
      font-size: 9px;
    }
  }
  .image-container img {
    width: 260px;
    height: 256px;
  }


    .coffee-modal {
    background: url(/template/checkout/assets/coffee-popover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-width: 600px;
    min-height: 652px;
  }
  @media screen and (max-width: 767px) {
    .coffee-modal {
      max-width: 393px;
      min-height: 382px;
    }
  }

  .coffee-add-to-cart {
    padding: 4px 18px;
    font-size: 21px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: red;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  .proudct_single a {
    color: #333 !important;
    font-weight: 600 !important;
  }

  .product-selector-parent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  .product-image {
    max-width: 100%;
    transition: transform 0.3s;
    cursor: pointer;
    transition: opacity 0.5s ease;
  }
  .product-bg {
    max-width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s;
  }
  .product-bg:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .product-img-container {
    /* position: absolute; */
    bottom: 0;
    margin: 8px 0px;
    /* overflow: hidden; */
  }

  .product-selector-mobile {
    display: none;
  }

  @media only screen and (max-width: 767px) {
    .product-selector-desktop {
      display: none;
    }
    .product-selector-mobile {
      display: block;
    }
  }

  [product-detail] {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    text-align: center;
    font-weight: 800;
    position: relative;
  }
  [product-detail] p {
    margin-bottom: 5px !important;
  }
  [product-detail] [table-name] {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bolder;
  }
  [product-detail] [table-description] {
    font-size: 20px;
    width: 260px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 auto;
  }
  [table-description-standard] {
    height: 85px;
  }
  [product-detail] .learn-more-btn {
    display: inline-block;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: #00803F;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }

  .learn-more-btn a {
    color: white !important;
  }
  .learn-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    background: #02a754
  }
  [price-tag],
  [price-tag-1] {
    font-size: 23px;
  }
  [price-tag-1] span:first-child {
    font-weight: 700;
  }
  [price-tag] span:first-child {
    position: relative;
    font-size: 17px !important;
    color: black;
  }
  [price-tag] span:nth-child(2) {
    font-weight: 700;
  }

  [price-tag] span:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: red;
    transform: rotate(-10deg);
  }
  .product-image.first {
    z-index: 2;
    width: 100%;
  }

  .product-image.second {
    opacity: 0;
    z-index: 1;
  }
  .start-affir {
    font-size: 17px;
    color: red;
  }
  .price-affirm {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-top: 12px;
  }
  .original-price {
    font-size: 26px !important;
    margin-right: 5px;
    font-weight: 400;
    color: white !important;
  }
  .sale-price {
    font-size: 34px !important;
    color: white !important;
  }
  [arena-price-show] {
    display: flex;
    right: 8%;
    justify-content: flex-end;
    position: absolute;
    bottom: 12%;
  }
  [price-tag] span:nth-child(4) {
    color: red;
    font-size: 18px;
  }
  @media screen and (min-width: 500px) and (max-width: 1282px) {
    .product-img-container :first-child {
      gap: 20px !important;
    }
    [product-detail] .learn-more-btn {
      padding: 5px 10px;
      font-size: 9px;
    }
    [product-detail] [table-name] {
      font-size: 13px;
    }
    [price-tag] span:nth-child(4) {
      font-size: 11px;
    }
    [product-detail] [table-description] {
      font-size: 12px;
      line-height: 13px;
      max-width: 240px;
      margin: 0 auto;
      width: 100%;
    }
    .start-affir {
      font-size: 11px;
    }
    .price-affirm img {
      width: 30px !important;
    }
    [table-description-standard] {
      height: 30px;
    }
    .original-price {
      font-size: 16px !important;
    }
    .sale-price {
      font-size: 16px !important;
    }
    [arena-price-show] {
      display: flex;
      right: 8%;
      justify-content: flex-end;
      position: absolute;
      bottom: 11%;
    }
    [price-tag],
    [price-tag-1] {
      font-size: 13px;
    }
    [price-tag] span:first-child {
      font-size: 10px !important;
    }

    .price-affirm {
      margin-top: 14px;
    }
  }

  #ttrpg-tables, #board-game-tables, #card-game-tables, #closeout-tables,#war-game-tables{
     scroll-margin-top: 140px;
  }


