@font-face {
  font-family: 'Garage Gothic';
  src: url('https://soss.local/wp-content/uploads/2025/06/fonnts.com-GarageGothic_Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.add-to-bundle {
    font-family: 'Garage Gothic', sans-serif;
    font-size: 34px;
    padding: 10px 100px;
    background: #FF7200;
    color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
.add-to-bundle:hover{
  color:#ffffff
}
.custom-bundle-builder {
  background-color: #000;
  color: white;
  font-family: 'Garage Gothic', sans-serif;
}

.custom-bundle-builder .scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}

.custom-bundle-builder .cards-container {
  display: flex;
  align-items: flex-start;
  width: max-content;
  gap: 0;
  padding-bottom: 20px;
}

.custom-bundle-builder .card-wrapper {
  display: flex;
  flex-direction: column;

  flex-shrink: 0;
}

.custom-bundle-builder .card-connector-group {
  display: flex;
  align-items: center;
}

.custom-bundle-builder .card {
  width: 200px;
  height: 300px;
  background-color: transparent;
  border: 2px solid #B8B7B7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.custom-bundle-builder .card-number,
.custom-bundle-builder .card-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.custom-bundle-builder .card-number {
  font-size: 48px;
  font-weight: bold;
  color:#B8B7B7;
}

.custom-bundle-builder .card-text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #B8B7B7;
}

.custom-bundle-builder .card-divider {
  width: 100%;
  height: 2px;
  background-color: #3A3A3A;
}

.custom-bundle-builder .connector {
  width: 40px;
  height: 2px;
  background-color: #B8B7B7;
  flex-shrink: 0;
}

.custom-bundle-builder .pricing {
  margin-left: -35px;
  /* display: flex; */
  visibility: hidden;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  justify-content: center;
}


.custom-bundle-builder .original-price {
  text-decoration: line-through;
  color: #666;
  font-size: 24px;
}

.custom-bundle-builder .scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.custom-bundle-builder .scroll-wrapper::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

.custom-bundle-builder .scroll-wrapper::-webkit-scrollbar-track {
  background: #666;
}
.bundle-error-message {
  color: #ff4d4f;
  background-color: transparent;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-family: 'Garage Gothic', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .custom-bundle-builder .scroll-wrapper {
    max-height: 550px; /* adjust height as needed */
    overflow-y: auto;
    overflow-x: hidden;
  }
  #bundle-cart-button {
    padding: 10px 20px !important ;
  }
.add-to-bundle {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 14px 20px;
    text-align: center;
    font-size: 24px;
  }
  .custom-bundle-builder .cards-container {
    display: flex;
    margin-left: 50px;
    flex-direction: column;
   
     padding-right: 16px;
  }

  .custom-bundle-builder .card-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .custom-bundle-builder .card-connector-group {
    flex-direction: column;
    align-items: center;
  }

  .custom-bundle-builder .connector {
    width: 2px;
    height: 20px;
    margin: 10px 0;
  }

  .custom-bundle-builder .card {
    width: 100%;
  }

  .custom-bundle-builder .pricing {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    font-size: 24px;
    font-weight: bold;
    margin: 10px auto;
    position: relative;
    visibility: hidden;
  }

  .custom-bundle-builder .pricing::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 45px;
    background-color: white;
    transform: translate(-50%, -50%);
  }

  .custom-bundle-builder .card-connector-group .connector {
    display: none;
  }
  .custom-bundle-builder .scroll-wrapper {
  overflow-y: scroll; /* Always show vertical scrollbar */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; /* Firefox */
  padding-right: 10px; /* space from cards */
}

.custom-bundle-builder .scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}

.custom-bundle-builder .scroll-wrapper::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 10px;
}

.custom-bundle-builder .scroll-wrapper::-webkit-scrollbar-track {
  background: #3A3A3A;
}

}

#bundle-saving-line{
    margin-top: 22px;
    color: #B8B7B7;
    font-size: 24px;
    text-transform: uppercase;
}
#bundle-cart-button{
  background-color: rgb(255 114 0);
  color: rgb(255 255 255);
  padding: 10px 80px;
  font-size: 40px;
  font-weight: 800;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 769px) {
  .custom-bundle-builder .card-wrapper {
    align-items: center;
  }
    
}
