@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../../fonts/Gilroy-Medium.ttf');
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../../fonts/Gilroy-Bold.ttf');
}

.fixed_box {
    position: fixed;
    z-index: 20;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%); 
}

.z-index-items {
    margin-top: 10px;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 150px;
}

.button-container-fvgym-drinks {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 15px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.button-container-fvgym-drinks::-webkit-scrollbar {
    display: none;
}
.button-container-fvgym-drinks a {
    text-decoration: none !important;
    color: white !important;
    display: block;
}

.food-button-fvgym-drinks {
    background: linear-gradient(257deg, #D9D9D9 -25.7%, rgba(188, 188, 188, 0.52) 109.55%);
    border-radius: 40px;
    padding: 6px 20px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 16px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.food-button-fvgym-drinks:hover,
.food-button-fvgym-drinks-active {
    background: var(--Coffee-gradient-2, linear-gradient(180deg, #BF832A 0%, #BF942A 100%));
    color: white;
    border: 1px solid #BF942A;
    transform: translateY(-1px);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}
.food-button-fvgym-drinks img {
    height: 18px !important;
    width: auto;
    position: relative;
    top: -1px;
}

.gy-5-cc {
    --bs-gutter-y: 80px;
    --bs-gutter-x: 16px;
}

.fvgym-items-cards {
    position: relative;
    background: var(--brown-to-0, linear-gradient(180deg, rgba(191, 131, 42, 0.9) 0%, #BF942A 100%));
    border-radius: 35px;
    width: 100%;
    margin-top: 0; 
    padding: 0 15px 18px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.item-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -70px;
    margin-bottom: 12px;
    z-index: 10;
}

.item-image-cs {
    width: 145px;
    height: 145px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.fvgym-items-cards:hover .item-image-cs {
    transform: translateY(-5px) scale(1.02);
}

.shadow-img-fvgym {
    position: absolute;
    bottom: -15px;
    width: 90px;
    height: 20px;
    background: rgb(69, 69, 69);
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.4;
    z-index: -1;
}

.fvgym-items-cards h2 {
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fvgym-drinks-text-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.2); 
    padding: 5px 12px;
    border-radius: 20px;
}
.fvgym-drinks-text-img img {
    height: 14px;
    width: auto;
    opacity: 0.9;
}
.fvgym-drinks-text-img p {
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 14px;
    color: #e0e0e0;
    margin: 0;
    white-space: nowrap;
}

.fvgym-drinks-p {
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #e0e0e0;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.8;
}

.fvgym-drinks-add-to-list-button {
    margin-top: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    border: none;
    color: white;
    font-family: 'Gilroy-Medium', sans-serif !important;
    padding: 4px 4px 4px 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    transition: background 0.2s;
}
.fvgym-drinks-add-to-list-button:active {
    background-color: rgba(255, 255, 255, 0.30);
    transform: scale(0.98);
}
.fvgym-drinks-plus-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #BF942A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
}
.fvgym-drinks-plus-icon::before {
    content: "+";
    display: block;
    line-height: 1;
}

.circle-button-fvgym {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(249deg, #BF832A 45.28%, rgba(191, 131, 42, 0.9) 90.93%);
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 100;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-fvgym {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.notification-badge-fvgym {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .gy-5-cc {
        --bs-gutter-y: 70px;
        --bs-gutter-x: 12px;
    }
    .fvgym-items-cards {
        border-radius: 26px;
        padding: 0 10px 14px 10px;
    }
    .item-image-wrapper {
        margin-top: -65px;
        margin-bottom: 8px;
    }
    .item-image-cs {
        width: 125px;
        height: 125px;
        border-width: 3px;
    }
    .fvgym-items-cards h2 {
        font-size: 14px;
        min-height: 38px;
        margin-bottom: 6px;
    }
    .fvgym-drinks-text-img {
        padding: 3px 10px;
        gap: 6px;
    }
    .fvgym-drinks-text-img p {
        font-size: 11px;
    }
    .fvgym-drinks-p {
        font-size: 10px !important;
        margin-bottom: 12px;
    }
    .fvgym-drinks-add-to-list-button {
        font-size: 11px;
        padding: 4px 4px 4px 12px;
    }
    .fvgym-drinks-plus-icon {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .circle-button-fvgym {
        width: 65px;
        height: 65px;
        right: 15px;
        bottom: 25px;
    }
}

/* --- Bucket Container --- */
.fvgym-bucket-container {
    width: 100% !important;
    height: 100vh !important;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(240, 240, 240, 0.9) 100%);
    backdrop-filter: blur(10px);
    z-index: 11;
    overflow-y: auto;
    padding-bottom: 120px;
}

.fvgym-bucket-container h2 {
    color: #333;
    font-family: 'Gilroy-Bold', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 5px;
}

/* --- The Bucket Card --- */
.card-fvgym-bucket {
    width: 100%;
    min-height: 90px;
    border-radius: 20px;
    background: white;
    border: 1px solid rgba(191, 131, 42, 0.9); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    gap: 12px;
    transition: transform 0.2s;
}

.card-fvgym-bucket:active {
    transform: scale(0.98);
}

/* --- Image Styling --- */
.image-fvgym-bucket {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #eee;
    flex-shrink: 0;
}

/* --- Text Details --- */
.details-fvgym-bucket {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-fvgym-bucket p:first-child {
    color: #000;
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.details-fvgym-bucket p:nth-child(2) {
    color: #BF832A;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 13px;
    margin-bottom: 6px;
}

/* --- Quantity Controls --- */
.quantity-fvgym-bucket {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    width: fit-content;
    border-radius: 50px;
    padding: 2px;
}

.quantity-button-fvgym-bucket {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: white;
    height: 24px;
    width: 24px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #333 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.quantity-value-fvgym-bucket {
    margin: 0 12px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    color: black;
}

/* --- Close Button (Direction Aware) --- */
.close-button-fvgym-bucket {
    position: absolute;
    top: 10px;
    right: 10px; 
    border: none;
    background: none;
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 16px;
    color: #999 !important;
    cursor: pointer;
    padding: 5px;
    line-height: 0.5;
}

[dir="rtl"] .close-button-fvgym-bucket {
    right: auto;
    left: 10px;
}

/* --- Footer --- */
.fvgym-bucket-container-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 30px 30px 0 0;
    background: var(--fvgym, linear-gradient(180deg, #BF832A 0%, #BF942A 100%));
    z-index: 12;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 -5px 20px rgba(191, 131, 42, 0.9);
}

.fvgym-bucket-container-footer h2,
.fvgym-bucket-container-footer p {
    color: white;
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 22px;
    margin: 0;
}

/* --- Modal Backdrop --- */
.fv-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-out;
}

.fv-modal-card {
    position: relative;
    width: 85%;
    max-width: 350px;
    background: linear-gradient(145deg, #BF832A 0%, #BF942A 100%);
    border-radius: 35px;
    padding: 0 0 30px 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fv-modal-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

.fv-modal-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #BF832A;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    background-color: #BF832A;
}

.fv-modal-title {
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding: 0 15px;
    line-height: 1.3;
}

.fv-modal-price {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Gilroy-Bold', sans-serif !important;
    font-size: 18px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fv-modal-desc {
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    text-align: center;
    padding: 10px 25px;
    line-height: 1.5;
}

.fv-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

[dir="rtl"] .fv-modal-close {
    right: auto;
    left: 15px;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(50px) scale(0.9); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }