.search-bar{
    margin: 18px 8px;
}

.search-bar input{
    width: 100%;
    height: 40px;
    border-radius: 7px;
    padding-left: 15px;
}

.item-cart-popup{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    z-index: 999;
    max-width: 428px;
    height: 90%;
    overflow: auto;
    border: 1px solid #fff;
    border-radius: 12px;
}

.product.item{
    cursor: pointer;
}

.item-cart-popup-content{
    background: #762c71;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
    padding: 32px 20px;
    border: 1px solid #fff;
     box-shadow: 0px -8px 20px #00000045;
}

.item-cart-graphics{
    text-align: center;
    margin-bottom: 12px;
}

.item-cart-graphics img{
    width: 160px;
    Height: 160px;
    object-fit: contain;
}

.item-cart-info{
    color: #fff;
}

.item-cart-name{
    font-size: 35px;
    float: left;
    text-transform: capitalize;
}

.item-cart-price{
    text-align: right;
    font-size: 29px;
    float: right;
}

.item-cart-description{
    font-size: 24px;
    margin: 15px 2px 20px;
    clear: both;
    text-transform: capitalize;
}

.item-cart-qty{
    text-align: center;
    font-size: 26px;
    margin-top: 24px;
}

.item-cart-qty button{
    color: #000;
    background: #fff;
    border: unset;
    width: 38px;
    height: 42px;
}

.item-cart-qty span{
    width: 24px;
    background: #fff;
    color: #000;
    height: 42px;
    display: inline-block;
    line-height: 42px;
}
.add-to-cart{
    text-align: center;
    margin-top: 40px;
}

.add-to-cart-btn{
    width: 86%;
    padding: 12px 0px;
    border: unset;
    background: #3a1837;
    color: #fff;
    border-radius: 12px;
}

.item-cart-qty .minus-qty{
    border-radius: 5px 0px 0px 5px;
}

.item-cart-qty .add-qty{
    border-radius: 0px 5px 5px 0px;
}

.item-cart-popup-close{
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 26px;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.checkout-btn{
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0px;
    text-align: center;
    background: #3A1837;
    border: unset;
    color: #fff;
    max-width: 428px;
    padding: 18px 22px;
}
.checkout-div{
    padding: 10px;
    border: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    background: #B948B1;
}

.btn-inverted{
    border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 14px 0px;
}
.btn-inverted:hover{
    color: #fff;
}
.spearit-btn:hover{
    color: #fff;
}
.popup-message{
    position: absolute;
    top: 18%;
    left: 0px;
    z-index: 9999999;
    background: rgb(241, 237, 241);
    width: 96%;
    transform: translate(2%, 0%);
    color: rgb(0, 0, 0);
    padding: 18px 14px 20px;
    border-radius: 12px;
}
.popup-message-close{
    text-align: right;
    font-size: 22px;
    position: absolute;
    right: 16px;
    top: 0px;
}
.popup-text{
    text-align: center;
    font-size: 18px;
}
.active-campaigns div.item{
    height: unset;
    min-height: 150px;
    padding: 15px 5px 15px 10px;
}
div.user-campaign-name{
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
}
div.item .u-c-q-number{
    font-size: 18px;
    line-height: 26px;
}

div.item .u-c-q-text{
    font-size: 14px;
    line-height: 15px;
}

div.item .user-campaign-price{
    font-size: 20px;
    line-height: 30px;
}
.ordered-page .ordered-total-section div.offer-drink-section{padding: 0px 1rem;}
.ordered-page .ordered-total-section div.offer-drink-section .save-drink{
    padding-left: 8px;
    text-align: left;
    padding-right: 4px;
}
.ordered-page .ordered-total-section div.offer-drink-section .save-drink-price{
    text-align: right;
    line-height: 35px !important;
    padding-left: 4px;
}
.close-out-page p.tip{
    color: #fff;
}
.code-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 2px solid white;
    border-radius: 8px;
    background-color: white;
}
.item-cart-price{
    font-size: ;
}
.ordered-page .product-box div.prod-quantity,.ordered-page .ordered-total-section div.total-price, .ordered-page .ordered-total-section div.regular-text{
    font-size: 18px;
    line-height: 18px;
}
.item-cart-subdrinks {
    margin: 10px 0;
    padding: 8px 10px;
    border-radius: 6px;
    background: #3a1837;
}
.subdrink-option {
    display: block;
    margin: 4px 0;
}
.subdrink-option input {
    margin: 0;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.subdrink-option .sdo-name{
    font-size: 22px;
}
.subdrink-option .price {
    color: #fff;
    font-size: 28px;
}
.subdrinks-title{
    font-size: 20px;
}
.sdo-checkbox span{
    position: relative;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: all 0.18s ease;
    background: transparent;
    display: block;
}
.sdo-checkbox span.selected::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #de63d6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(22%, 22%);
}
.subdrink-option{
    padding: 10px 17px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.regular-price{
    text-decoration: line-through;
    font-size: 20px;
    color: #B948B1;
}
.user-campaign-price .price-special{
    font-size: 28px;
}
.ordered-page .product-box p.prod-title {
    line-height: 21px !important;
    text-transform: capitalize !important;
}
.ordered-page .product-box p.prod-quantity,.ordered-page .product-box p.prod-quantity{
    font-size: 21px;
    line-height: 16px;
}
div.ordered-page .product-box img.product-img{
object-fit: contain;
background: unset;
}
.filter-category{
    display: none;
}

.ordered-page #main-content{
    position: relative;
}
.custom-cancel-btn{
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 999999;
}
.custom-cancel-btn a.btn-inverted{
    padding: 1px 6px;
}
.subdrink-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}
.subdrink-option:hover {
  background-color: #f9fafb;
}
.subdrink-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #16a34a; /* green */
  cursor: pointer;
}
.subdrink-option.default-selected {
  background-color: #ecfdf5; /* green-50 */
  border-color: #34d399;
}
.subdrink-option .sdo-name {
  font-weight: 500;
  color: #1f2937;
}
.default-badge {
  font-size: 0.75rem;
  color: #059669;
}
/* 1️⃣ Default-selected style — keep it first and stronger */
.subdrink-option.default-selected .sdo-name {
  color: #3A1837 !important; /* Force priority over non-hover white */
}

/* 2️⃣ Normal (non-hover) state */
.subdrink-option:not(:hover):not(.default-selected) .sdo-name {
  color: #fff;
}

/* 3️⃣ Optional: on hover (for better feedback) */
.subdrink-option:hover .sdo-name {
  color: #1f2937; /* gray/black when hovering over non-selected */
}
.price-card {
  padding: 20px;
  border-radius: 12px;
  color: #fff;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3a1837;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.price-row .price-icon {
  font-size: 1.2rem;
}

.price-row .price-label {
  flex: 1;
  margin-left: 10px;
  font-size: 1rem;
}

.price-row .price-value {
  font-weight: 600;
  font-size: 1.1rem;
}

.price-row.regular .price-value {
  color: #ff675c; /* red price */
}

.price-row.club .price-value {
  color: #fff;
}

.price-info {
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  padding: 10px;
  font-size: 0.85rem;
  line-height: 1.3;
  opacity: 0.9;
}

.price-info .info-icon {
  margin-right: 8px;
  font-size: 1rem;
}
.item-cart-popup .subdrinks-list{
    max-height: 208px;
    overflow: scroll;
}
.add-to-cart-btn.view-cart-active {
  background-color: #28a745; /* green */
  color: #fff;
  transition: all 0.3s ease;
}
.server-code-box p{padding: 0px 10px;}
