.progress-bar {
  background: none!important;
}
.gbfw-tax-notice { display: block; font-size: 0.8em; color: #666; margin-top: 2px; }


/* Highlight selected products */
.gbfw-product-item.selected {
    border: 2px solid #0073aa;
    opacity: 0.8;
}

/* Make entire product items clickable */
.gbfw-product-item { cursor: pointer; }

/* Tutorial Overlay Styles */
#gbfw-tutorial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
#gbfw-tutorial-content {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 300px;
}
#gbfw-tutorial-content .buttons {
    margin-top: 10px;
    text-align: right;
}
#gbfw-tutorial-content button {
    margin-left: 5px;
}


/* Mobile responsiveness for Step 2 product list */
@media (max-width: 768px) {
    /* Ensure the product list wraps on small screens */
    #giftbox-product-list, .gbfw-product-list {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: hidden !important;
    }
    /* Make each product item take full width on mobile */
    .gbfw-product-item, .giftbox-product, .gbfw-product-list li, #giftbox-product-list li {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
  .bottom-nav {
    max-width: 60%!important;
    border-radius: 10px!important;
    margin-bottom: 50px!important;
  }
}
