@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* Basic Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Geist", sans-serif; padding-top: 80px; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container {
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width:768px) {

}

/* Utility */
.desktop-only { display: block; }
.mobile-only { display: none; }

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.main-nav { display: flex; justify-content: space-between; align-items: center; padding: 15px 0px 15px 0px; border-bottom: 1px solid #eee;}
.nav-left, .nav-right { display: flex; align-items: center; gap: 30px; flex: 1; }
.nav-right { justify-content: flex-end; }
.logo { text-align: center; }
.logo img { height: 40px; display: inline-block; }

.nav-link { font-weight: bold; font-size: 12px; }
.back-to-school-link { color: #8c8c8c; }
.back-to-school-link img { width: 120px; }
.search-container { border-radius: 20px; padding: 5px 10px; background-color: #f4f4f4;}
.search-container form { display: flex; align-items: center; gap: 5px; }
.search-container input { border: none; outline: none;}
.search-container button { background: none; border: none; cursor: pointer; font-size: 16px; }
.user-actions { display: flex; gap: 15px; }
.icon-link { font-size: 20px; }
.logo img { height: 30px; }

@media (max-width:768px) {
    main {margin-top: -27px;}
    .logo img { height: 18px; position: relative; top:4px}

    .hamburgerIconMobile {
        display: inline-block;
        width: 20px;
        height: auto;
        position: relative;
        top:3px;
    }

    .zoomIconMobile {
        display: inline-block;
        width: 20px;
        height: auto;
        position: relative;
        top: 2px;
        margin-left: 10px;
    }
}

/*Section general*/
.section { padding: 40px 0px 40px 0px; text-align: center; }
.section-title { display: inline-block; border: 2px solid black; padding: 10px 20px; margin-bottom: 20px; font-weight: bold; }
.section-title-as-image { display: flex; margin-bottom: 30px; justify-content: center;}
.section-title-as-bgimage {
    background: url(../images/header-icon.webp) no-repeat top center;
    background-size: 100%;
    text-align: center;
    width: 300px;
    height: 60px;
    padding-top: 10px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

@media (max-width:768px) {
    .promoHariIniSection {
        width: 140px !important;
        font-size: 15px !important;
        position: relative;
        top: 15px;
        line-height: 0.7 !important;
    
       

    }
}



.pageHeader { font-weight: normal; font-size:1.6rem; }
.error-message { font-size: 13px; }

@media (max-width:768px) {

    .pageHeader { font-weight: normal; font-size:1.1rem; padding-top: 10px;}

    .section { padding: 20px 10px 20px 10px; }

    .section-title-as-image { width:50%; margin-left: auto; margin-right: auto;}

    .section-title-as-bgimage {
        width: 250px;
        line-height: 1.5;
        padding-top: 6px;
        font-size: 17px;
        margin-bottom: 12px;
    }
}

/*HOME PAGE*/
/* Home hero section */
.hero a { display: block; }
.splide__slide img {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .splide__slide img {
        border-radius: 0;
        width: 100%;
    }
}

.repeatPromoBg {
    width: 100%;
    background: url('../images/promo-promo2.png') no-repeat center;
}

@media (max-width: 768px) {
    .repeatPromoBg {
        width: 100%;
        background: url('../images/promo-mobile2.png') no-repeat center;
    }
}


/* Home banners section */
.static-banners { display: flex; justify-content: center; padding-top: 10px; padding-bottom:10px; gap: 10px; }
.static-banners img { border-radius: 10px; }
.banner-item a { display: block; }

@media (max-width: 768px) {
    .static-banners { gap:0px; padding-top: 0; }
    .static-banners img { border-radius: 0px; width:100% }

}

/* Home promo hari ini section*/
.promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-listing .product-grid.grid-view { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width:768px) {
    .product-listing .product-grid.grid-view { grid-template-columns: 1fr 1fr;}
}

.product-listing .product-grid.grid-view.category { gap: 40px; }

.product-listing .product-grid.grid-view.category img {border-radius: 10px;}

.product-grid.list-view { display: grid; grid-template-columns: 1fr; gap: 20px; }
.promo-slider { display: none; }

/*Product card*/
.product-info { padding: 15px; text-align: left; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: left; padding-left: 0; padding-right: 0;}
.product-info h3 { margin-bottom: 5px; }
.product-card-row { display: flex; justify-content: space-between; flex-direction: column;}




.color-swatches { display: flex; gap: 5px; margin-bottom: 10px; }
.color-swatch { width: 20px; height: 20px; border: 1px solid #ccc; }
.price-info { text-align: right; }
.promo-price {margin-bottom: 10px;}
.promo-price .promoText { font-size: 16px; color: #cddc1e; font-weight: bold; }
.product-info h3 { font-size: 16px; margin-bottom: 10px; }
.promo-price .strikeText { text-decoration: line-through; color: #999; background-color: #cddb21; border-radius: 5px; color: black; padding: 2px 8px; font-weight: normal; font-size: 14px;}
.final-price { font-size: 18px; font-weight: bold; }
.view-more-btn { display: inline-block; margin-top: 30px; padding: 10px 20px; font-weight: bold; text-decoration: underline; }

@media (max-width:768px) {
    .promo-price .promoText {display: none;}
    .view-more-btn { display: none; }
    .product-card-row { flex: 1; justify-content: flex-start;}
    .final-price { font-size: 14px; }
}

/*Home shop by category*/
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.category-grid img {border-radius:10px}

/*Home Feed Section*/
.feed-section {
    background: url(../images/background.webp) no-repeat top center;
    background-size: contain;
    padding-left: 160px;
    padding-right: 160px;
}

@media (max-width: 768px) {
    .feed-section {
        padding-left: 0px;
        padding-right: 0px;
    }


}


.feed-section .feed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feed-section .feed-grid img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .feed-section .feed-grid {
        gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*Home category banner section*/
.banner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; padding-bottom: 3rem;}
.banner-grid a { display: block; }
.category-banners-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; }
.category-banners img {border-radius: 10px;}
.category-products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; }
.slide-grid-two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; }

/*Home product showcase with carousel section*/
.productShowcaseSection .banner-grid {
    margin-bottom: 6rem;
}

.productShowcaseSection .banner-grid:last-child {
    margin-bottom: 0;
}
.productShowcaseSection .category-banners-items { grid-template-columns: 1fr; display: none; }
.productShowcaseSection .category-products-grid { display: grid; }

/*Home Reels section*/
.video-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Home pre footer text */
.scrolling-text-section { padding-top:0 }
.scrolling-text { display: flex; justify-content: space-between; font-size: 1.3rem; }
.scrolling-text span, .scrolling-text-mobile span { font-weight: bold; color: #ccdd21; }

.scrolling-text-mobile {display: none;}

@media (max-width: 768px) {

    .category-banners-items {
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .category-products-grid {
        display: none;
    }

    .productShowcaseSection .category-banners-items {
        display: block;
    }

    .slide-grid-two {
        gap: 15px;
    }

    .productShowcaseSection .banner-grid {
        margin-bottom: 0rem;
        display: flex;
        flex-direction: column;
    }

    .scrolling-text {display: none;}

    .scrolling-text-mobile {display: flex; justify-content: space-between; margin-top: 20px;}

    .video-showcase-slider .splide__slide {
        padding: 0 5px;
    }

    .video-showcase-slider .video-item {
        width: 100%;
        height: auto;
    }

    .video-showcase-slider .video-item img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .video-showcase-slider .splide__pagination {
        margin-top: 15px;
        position: relative;
        bottom: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-showcase-slider .splide__pagination__page {
        background: #e0e0e0;
        width: 150px;
        height: 4px;
        margin: 0 2px;
        border-radius: 2px;
        border: none;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

    .video-showcase-slider .splide__pagination__page.is-active {
        background: #ccdd21;
        opacity: 1;
        width: 40px;
    }
}

/* Footer */
footer { background-color: #f9f9f9; color: #333; margin-top:30px}

@media (max-width: 768px) {
    footer { background-color: #fff; margin-top: 0px;}

}


.footer-main { display: flex; justify-content: space-between; padding: 40px 60px; padding-left: 0; padding-right: 0;}
.footer-links-desktop { display: flex; gap: 60px; }
.footer-column h3 { margin-bottom: 25px; font-size: 16px; }
.footer-column ul { list-style: none; }
.footer-column ul li { margin-bottom: 10px; }
.footer-column ul li a { font-size: 14px; color: #555; }
.footer-column p { font-size: 14px; color: #555; line-height: 1.6; }
.footer-column p i { margin-right: 8px; }
.footer-newsletter h3 { margin-bottom: 25px; font-size: 16px; }
.footer-newsletter p { font-size: 14px; margin-bottom: 25px; }
.footer-newsletter form { display: flex; margin-bottom: 20px; gap:8px }
.footer-newsletter input { flex-grow: 1; border: 1px solid #ccc; padding: 10px; border-radius: 5px; }
.footer-newsletter button { background-color: #cddc21; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; }
.footer-social h4 { margin-bottom: 10px; font-size: 14px; }
.social-icons { display: flex; gap: 10px; }
.social-icons img { height: 30px; }
.footer-bottom { display: flex; justify-content: space-between; align-items:end; padding: 0 0 20px;}
.payment-methods { display: flex; gap: 10px; }
.payment-methods img { height: 40px; }

@media (max-width: 768px) {
    .payment-methods {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #f9f9f9;
        width: 100%;
    }

    .payment-methods img {
        margin-left: auto;
        margin-right: auto;
        width: 330px;
        max-width: 90%;
        height: auto;
    }
}

.brand-mascots-desktop { display: flex; width: 400px; }
.brand-mascots-desktop .mascotImage {
    flex: 1;
}
.brand-mascots-desktop .sosmedIcons {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.brand-mascots-desktop .sosmedIcons p {
    margin-bottom: 10px;
}

.sosmedIconsItems {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    gap: 20px;
}

.brand-mascots-mobile { display: none; }
.footer-accordion-mobile { display: none; }

.sosmedIconsMobile {display: none;}

@media (max-width: 768px) {
    .sosmedIconsMobile {
        display: flex;
        justify-content: space-around;
        width: 310px;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        padding-bottom: 20px;
    }

}



/* Voucher Popup Styles */
.voucher-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.voucher-popup-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.voucher-popup {
    background: white;
    border-radius: 10px;
    max-width: 550px;
    width: 90%;
    /* max-height: 80vh; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(100px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 80vh;
}

.voucher-popup-overlay.show .voucher-popup {
    transform: translateY(0);
}

.voucher-popup-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.voucherHeaderButtons {
    display: flex;
    gap: 5px;
    justify-content: space-around;
    margin-left: 60px;
}

.gIconImage {
    width: 40px;
    height: auto;
}

.voucherSayaBtn {
    border:1px solid #000;
    cursor: pointer;
    border-radius:5px;
    text-align: center;
    width:190px;
    font-size: 0.9rem;
    color: #000;
    opacity: 0.5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.voucherSayaBtn.selected {
    opacity: 1;
    font-weight: bold;
}

.voucherSayaBtn:hover {
    opacity: 1;
    font-weight: bold;
}

.voucher-popup-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 35%;
}

.voucher-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.voucher-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.voucher-popup-outer {
    padding: 10px;
    text-align: center;
    /* height: 80vh;  */
    padding-top: 0;
}

.voucher-popup-content {
    padding: 20px;
    height: 50vh;
    overflow-y: auto;
    padding-bottom: 0;
}

.voucher-popup-button {

}

.inputVoucherForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inputVoucherForm img {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.inputVoucherFormResult {
    color: white;
    background-color: #016650;
    text-align: center;
    padding:8px 10px;
    max-width: 90%;
    width:450px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.inputVoucherFormInput {
    margin-top: 30px;
    max-width: 800px;
}

.inputVoucherFormInput input {
    border: 1px solid #c8e600;
    border-radius: 5px;
    width: 350px;
    padding: 8px 10px;
}

.inputVoucherFormInput button {
    background-color: #c8e600;
    color:black;
    border-radius: 5px;
    border:none;
    padding: 8px 10px;
    width: 100px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.inputVoucherFormInput button:disabled {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    opacity: 0.6;
}

.inputVoucherFormInput button.loading {
    background-color: #a8b300;
    cursor: not-allowed;
    opacity: 0.8;
}

.inputVoucherFormInput button .loading-text {
    display: inline-block;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.errorNote {
    color: #d94747;
    font-size: 0.8rem;
    margin-top: 15px;
}

.voucherInputNote {
    margin-top:45px;
}

.voucherInputNote .title {
    font-weight: bold;
}

.voucherInputNote .description {
    font-size:0.8rem;
    margin-top: 10px;
}

.voucherInputNote .expired {
    font-size:0.8rem;
    margin-top: 45px;
    margin-bottom: 20px;
}

.voucher-item {
    display: flex;
    align-items: center;
    border: 1px solid #cddc21;
    margin-bottom: 15px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.homeVoucherPopup .voucher-item {
    opacity: 1;
    border-radius: 0;
}

.homeVoucherPopup .voucher-popup-header h2 {
    font-weight: normal;
    border: 1px solid black;
    font-size: 15px;
    padding: 5px 25px;
    border-radius: 5px;
}

.voucherFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cancelChooseVoucher {
    text-decoration: underline;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 20px;
}

.voucher-item:hover {
    opacity: 0.8;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(205, 220, 33, 0.2);
}

.voucher-item.selected {
    opacity: 1 !important;
    border-color: #cddc21;
    border-width: 1px;
    background-color: #fff;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* .voucher-item.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(205, 220, 33, 0.1) 0%, rgba(255,255,255, 0.05) 100%);
    pointer-events: none;
} */

@keyframes checkmarkPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes buttonActivate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(205, 220, 33, 0.5);
    }
    100% {
        transform: scale(1);
    }
}

.voucher-item.deselecting {
    opacity: 0.3;
    transform: scale(0.98);
    transition: all 0.15s ease-out;
}

.voucher-continue-btn.updating {
    transform: scale(0.98);
    transition: all 0.1s ease;
}

/* Tab switching animations */
.voucherHeaderButtons button {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.voucherHeaderButtons button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #cddc21;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.voucherHeaderButtons button.active::before {
    width: 100%;
}

/* Loading state animations */
.voucher-loading {
    position: relative;
    overflow: hidden;
}

.voucher-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading-shimmer 1.5s infinite;
}

@keyframes loading-shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Fade in/out animations for content sections */
.myVoucherOptions, .inputVoucherForm {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.myVoucherOptions.fade-out, .inputVoucherForm.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

/* Button state animations */
.voucher-continue-btn {
    transition: all 0.3s ease;
}

.voucher-continue-btn:disabled {
    transform: scale(0.98);
}

.voucher-continue-btn:not(:disabled):hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(205, 220, 33, 0.3);
}

.voucher-info {
    border-right: 1px dashed #cddc21;
    padding: 10px;
    text-align: left;
    width: 230px;
}

.voucher-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.voucher-info p {
    margin: 2px 0;
    font-size: 11px;
}

.voucher-code {
    border-right: 1px dashed #cddc21;
    padding: 15px;
    text-align: left;
    width: 170px;
}

.voucher-code p {
    margin: 2px 0;
    font-size: 11px;
}

.voucher-code strong {
    font-weight: bold;
}

.voucher-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.voucher-date {
    color: #333;
    font-weight: 500;
}

.voucher-use-btn {
    background: #cddc21;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
    margin-left: 10px;
    margin-right: 10px;
}

.voucher-use-btn:hover {
    background: #b8c91e;
}

.voucher-continue-btn {
    width: 400px;
    background: #cddc21;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 60px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    opacity: 0.6;
    position: relative;
    overflow: hidden;
}

.voucher-continue-btn:not(:disabled) {
    opacity: 1;
    background: #cddc21;
    cursor: pointer;
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(205, 220, 33, 0.3);
}

.voucher-continue-btn:not(:disabled):hover {
    background: #b8c91e;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(205, 220, 33, 0.4);
}

.voucher-continue-btn:disabled {
    opacity: 0.6;
    background: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    transform: scale(0.98);
    box-shadow: none;
}

.voucher-continue-btn:not(:disabled)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.voucher-continue-btn:not(:disabled):hover::before {
    left: 100%;
}

/* Voucher Reward Section Styles */
.voucher-reward-section {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.voucher-reward-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.voucher-reward-logo {
    display: flex;
    flex-direction: column;
}

.gabino-logo {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}

.reward-text {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.voucher-reward-points {
    display: flex;
    align-items: center;
    gap: 8px;
}

.points-icon {
    font-size: 20px;
}

.points-amount {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.voucher-reward-content {
    margin-bottom: 15px;
}

.voucher-reward-content p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.reward-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.reward-input:focus {
    outline: none;
    border-color: #cddc21;
    box-shadow: 0 0 0 2px rgba(205, 220, 33, 0.2);
}

.reward-exchange-btn {
    background: #28a745;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    transition: background-color 0.2s ease;
}

.reward-exchange-btn:hover {
    background: #218838;
}

.voucher-reward-footer {
    display: flex;
    gap: 10px;
}

.reward-apply-btn, .reward-terms-btn {
    flex: 1;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reward-apply-btn {
    background: #cddc21;
    border: none;
    color: #333;
}

.reward-apply-btn:hover {
    background: #b8c91e;
}

.reward-terms-btn {
    background: white;
    border: 1px solid #ddd;
    color: #666;
}

.reward-terms-btn:hover {
    background: #f8f9fa;
    border-color: #cddc21;
}

/* Store Pickup Popup Styles */
#searchingStoresNotif {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    margin-bottom: 30px;
    text-align: center;
}

#emptyStoresNotif {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    text-align: center;
    margin-bottom: 30px;
}

#searchingStoresNotif p, #emptyStoresNotif p {
    margin-bottom: 10px;
}

#searchingStoresNotif img, #emptyStoresNotif img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
}


#searchingStoresNotif img {
    margin-bottom: 15px;
}


.pickup-popup-container {
    position: relative;
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    margin: 5vh auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    padding-bottom: 20px;
}

.voucher-popup-overlay.show .pickup-popup-container {
    transform: translateY(0);
}

.pickup-popup-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 25px;
}

.pickup-popup-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.pickup-close-btn {
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: #333;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.pickup-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.pickup-popup-content {
    padding: 0;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

.pickup-search-section {
    padding-top: 0;
    padding-bottom: 10px;
}

.pickup-search-input-container {
    position: relative;
    margin-bottom: 10px;
}

.pickup-search-input {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    border: none;
}

.pickup-search-input:focus {
    outline: none;
    border-color: #cddc21;
    box-shadow: 0 0 0 2px rgba(205, 220, 33, 0.2);
}

.pickup-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pickup-results-text {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.pickup-main-content {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 15px;
    min-height: 400px;
    overflow-x: hidden;
    max-width: 100%;
}

.pickup-left-section {
    padding-left: 20px;
}

@media (max-width:768px) {
    .pickup-left-section {
        padding-right: 20px;
    }

    .pickup-map-section {
    padding-left: 20px;
    padding-right: 20px !important;
    }
    
    .pickup-footer {
        width:unset !important;
    }

    .pickup-schedule-details {
        width: 100% !important;
        gap: 10px !important;
    }

    .pickup-date-input {
        width: unset !important;
    }

    .pickup-time-select {
         width: unset !important;
    }
}

   

.pickup-stores-section {
    overflow-y: auto;
    height: 400px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.pickup-store-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 0px;
    background: #f4f4f4;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pickup-store-item:hover {
    background: #f0f8ff;
    border-color: #cddc21;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(205, 220, 33, 0.1);
}

.pickup-store-item.selected {
    background: #cddc21;
    border-color: #cddc21;
    box-shadow: 0 4px 12px rgba(205, 220, 33, 0.2);
    transform: translateY(-1px);
    border-top-right-radius: 10px;
}

.pickup-store-item.selected .pickup-select-btn {
    background: #00664F;
    color: white;
}

.pickup-store-info {
    flex: 1;
    padding-right: 20px;
}

.pickup-store-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.pickup-store-info p {
    margin: 2px 0;
    font-size: 12px;
    color: #666;
}

.pickup-store-action {
    min-width: 120px;
    text-align: right;
}

.pickup-select-btn {
    background: #cddc21;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    min-width: 60px;
    width:100%;
}

.pickup-select-btn:hover {
    background: #b8c91e;
    transform: translateY(-1px);
}

.pickup-map-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    max-width: 100%;
    padding-right: 35px;
}

.pickup-google-map {
    flex: 1;
    min-height: 250px;
    background: #e9ecef;
    position: relative;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow-x: hidden;
    max-width: 100%;
}

.pickup-location-details {
    padding: 20px;
    text-align: center;

}

.pickup-selected-store {
   padding-bottom: 10px;
}

.pickup-selected-store h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.pickup-selected-store p {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.pickup-schedule {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.pickup-schedule-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    gap: 50px;
}

.pickup-schedule-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 13px;
    color: #666;
    gap: 30px;
}

.pickup-schedule-option {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pickup-schedule-option span {
    padding-bottom: 5px;
}

.pickup-date-input {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #f4f4f4;
    cursor: pointer;
    width: 180px;
}

.pickup-date-input:focus {
    outline: none;
    border-color: #cddc21;
    box-shadow: 0 0 0 2px rgba(205, 220, 33, 0.2);
}

.pickup-time-select {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #f4f4f4;
    cursor: pointer;
    width: 180px;
}

.pickup-time-select:focus {
    outline: none;
    border-color: #cddc21;
    box-shadow: 0 0 0 2px rgba(205, 220, 33, 0.2);
}

.pickup-footer {
    padding: 20px 0px;
    width: 390px;
}

.pickup-continue-btn {
    width: 100%;
    background: #cddc21;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
}

.pickup-continue-btn:hover {
    background: #b8c91e;
}

/* Size Guide Popup Styles */
.size-guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.size-guide-overlay.show {
    opacity: 1;
    visibility: visible;
}

.size-guide-container {
    background: white;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    border-radius: 12px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.size-guide-overlay.show .size-guide-container {
    transform: scale(1);
}

.size-guide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
}

.size-guide-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.size-guide-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.size-guide-close-btn:hover {
    background: #f8f9fa;
}

.size-guide-content {
    padding: 25px;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
    padding-top: 0;
}

.size-guide-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.size-charts-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.size-tips-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.size-chart-section {
    margin-bottom: 0;
}

.size-chart-section h3 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.size-chart-table {
    border-collapse: collapse;
    margin-bottom: 0;
    font-size: 12px;
}

.size-chart-table th {
    padding: 8px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

.size-chart-table td {
    padding: 8px 4px;
    text-align: center;
    font-size: 11px;
}

.size-chart-table .size-label {
    background: #cddc21;
    font-weight: normal;
    border-radius:0;
    border: 0;
}

.size-chart-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.tips-section {
    margin-bottom: 20px;
}

.tips-section h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.tips-section ul {
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
}

.tips-section li {
    margin-bottom: 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.size-guide-logo {
    text-align: center;
    margin-top: auto;
}

.gabino-logo {
    height: 35px;
    opacity: 0.8;
}

/* Responsive adjustments for size guide */
@media (max-width: 768px) {
    .size-guide-container {
        width: 95%;
        max-width: 100%;
        border-radius: 8px;
    }

    .size-guide-content {
        padding: 20px;
    }

    .size-guide-main {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .size-chart-table {
        font-size: 10px;
    }

    .size-chart-table th,
    .size-chart-table td {
        padding: 6px 2px;
        font-size: 10px;
    }

    .tips-section li {
        font-size: 11px;
    }

    .size-chart-section h3 {
        font-size: 13px;
    }
}

/* Product Description Drawer Styles */
.product-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-drawer-overlay.active {
    display: block;
    opacity: 1;
}

.product-drawer-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
}

.product-drawer-overlay.active .product-drawer-container {
    right: 0;
}

.product-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.product-drawer-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.product-drawer-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-drawer-close-btn:hover {
    color: #333;
}

.product-drawer-content {
    padding: 24px;
}

.product-description-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-description-section > p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.product-specs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-specs h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.size-info h4,
.care-instructions h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.size-info p,
.care-instructions p {
    margin: 0 0 16px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.product-drawer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gabino-mascot {
    max-width: 100%;
    height: auto;
}

/* Product Reviews Drawer Styles */
.reviews-slideshow-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reviews-slideshow {
    position: relative;
    min-height: 200px;
}

.review-slide {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
}

.review-slide.active {
    display: flex;
}

.review-author {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 10px;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.slideshow-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.nav-arrow {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.nav-arrow:hover {
    background-color: #f5f5f5;
    color: #333;
}

.slideshow-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.dot.active {
    background-color: #333;
}

.dot:hover {
    background-color: #666;
}

.reviews-mascot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.reviews-mascot .gabino-mascot {
    height: auto;
}

/* Shipping Drawer Styles */
.shipping-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.shipping-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.shipping-section h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.shipping-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.shipping-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.shipping-description,
.return-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.return-list {
    margin: 16px 0 0 0;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.return-list li {
    margin-bottom: 8px;
}

.shipping-mascot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.shipping-mascot .gabino-mascot-shipping {
    height: auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .pickup-popup-container {
        width: 95%;
        max-width: none;
        margin: 2vh auto;
    }

    .pickup-main-content {
        grid-template-columns: 1fr;
    }

    .pickup-stores-section {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        max-height: 300px;
    }

    .pickup-google-map {
        min-height: 200px;
    }

    .product-drawer-container {
        max-width: 100%;
        width: 100%;
    }

    .product-drawer-header {
        padding: 16px 20px;
    }

    .product-drawer-content {
        padding: 20px;
    }
}

/* Account Drawer Styles */
.account-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.account-drawer.open {
    visibility: visible;
    opacity: 1;
}

.drawer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
}

.account-drawer.open .drawer-content {
    transform: translateX(0);
}

.drawer-header {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.drawer-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.drawer-close {
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.drawer-close:hover {
    background-color: #f5f5f5;
}

.drawer-body {
    padding: 30px 20px;
}

.login-form {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    /* border: 1px solid #ddd; */
    border: none;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f8f8f8;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #cddc21;
    background-color: white;
}

.password-input-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.forgot-password {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
}

.login-btn {
    width: 100%;
    background: #cddc21;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
}

.login-btn:hover {
    background: #b8c91e;
}

.divider {
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

.register-section {
    text-align: left;
}

.register-section h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.register-section p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.register-btn {
    width: 100%;
    background: white;
    border: 2px solid #cddc21;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
    display: block;
}

.register-btn:hover {
    background: #cddc21;
    color: #333;
}

/* Navigation Drawer */
.nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    visibility:hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-drawer.open {
    visibility: visible;
    opacity: 1;
}

.nav-drawer-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-drawer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transform: translateX(-700px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y:hidden;
}

.nav-drawer.open .nav-drawer-content {
    transform: translateX(0%);
}

.nav-drawer-header {
    display: flex;
    justify-content:space-between;
    padding: 10px;
    margin-bottom: 0;
}

.nav-drawer-mainmenus {
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    gap: 30px;

}

@media (max-width:768px) {
    .nav-drawer-mainmenus {
        gap: 18px;
    }
}

.nav-drawer-close {
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    padding: 5px;
    line-height: 1;
    z-index: 1000;
}

.nav-drawer-body {
    display: flex;
    height: calc(100% - 50px);
    margin-top: 30px;
}

.nav-drawer-left {
    width: 70%;
    padding: 20px;
}

.nav-drawer-main-menu .main-menu-item {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    /* font-weight: 500; */
    border-radius: 5px;
    margin-bottom: 0px;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    padding-bottom: 0;
}

.nav-drawer-main-menu .main-menu-item.active,
.nav-drawer-main-menu .main-menu-item:hover {
    color: #016650;
    font-weight: bold;
}

.nav-drawer-utility-menu {
    margin-top: 90px;
    padding-top: 20px;
}

.nav-drawer-utility-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #555;
    padding: 10px 0;
    font-size: 0.9rem;
}

.nav-drawer-utility-menu .utility-icon {
    margin-right: 10px;
}

.drawer-divider {
    border: 0;
    border-top: 1px solid #cddc21;
    margin: 15px 0;
}

.nav-drawer-account-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    font-size: 0.9rem;
}

.nav-drawer-account-menu img {
    margin-right: 10px;
}

.nav-drawer-account-menu a:last-child {
    margin-bottom: 0;
}

.nav-drawer-right {
    width: 65%;
    padding: 20px;
    padding-top: 35px;
}

.submenu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.submenu.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.3s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submenu h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #c7c7c7;
    padding-bottom: 0px;
}

.submenu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
    margin-bottom: 2px;
}

.submenu a:hover {
    font-weight: 500;
}

/* Category Additional Image Styling */
.category-additional-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.category-additional-image:hover {
    transform: scale(1.02);
}

/* Navigation Drawer Logo */
.nav-drawer-logo {
    padding: 20px;
}

.nav-drawer-logo h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;
    letter-spacing: 2px;
}

/* Navigation Drawer Top Categories */
.nav-drawer-top-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.nav-top-category {
    text-decoration: none;
    color: #016650;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #016650;
    border-radius: 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-top-category:hover,
.nav-top-category.active {
    background-color: #016650;
    color: white;
}

.nav-top-category img {
    height: 20px;
    width: auto;
}

/* Search Drawer Styles */
.search-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-drawer.open {
    visibility: visible;
    opacity: 1;
}

.search-drawer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.search-drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.search-drawer.open .search-drawer-content {
    transform: translateX(0);
}

.search-drawer-header {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.search-drawer-input-container {
    flex: 1;
}

.search-drawer-input-container form {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 25px;
    padding: 8px 15px;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.search-drawer-input-container form:focus-within {
    border-color: #cddc21;
}

.search-drawer-input-container button {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-drawer-input-container input {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    padding: 0px 0;
}

.search-drawer-input-container input::placeholder {
    color: #999;
}

.search-drawer-close {
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.search-drawer-close:hover {
    background-color: #f5f5f5;
}

.search-drawer-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.search-categories {
    margin-bottom: 30px;
}

.search-categories h4 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #333;
}

.category-links {
    display: flex;
    flex-direction: column;
}

.category-links a {
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    font-size: 14px;
    transition: color 0.2s ease;
}

.category-links a:hover {
    color: #000;
}

.category-links a:last-child {
    border-bottom: none;
}

.category-links strong {
    font-weight: 600;
}

.search-recommendations h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.recommendation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.recommendation-grid .product-card {
    overflow: hidden;
}

.recommendation-grid .product-info {
    padding: 15px;
}

.recommendation-grid .promo-price {
    text-align: right;
    font-size: 12px;
}

.recommendation-grid .product-card img {
    margin-bottom: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .drawer-content {
        width: 100%;
        max-width: 400px;
    }

    .search-drawer-content {
        width: 80%;
    }

    .recommendation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .search-drawer-header {
        padding: 15px;
    }

    .search-drawer-body {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .recommendation-grid {
        grid-template-columns: 1fr 1fr;
    }

    .search-drawer-input-container input {
        font-size: 15px; /* Prevent zoom on iOS */
    }

    .search-drawer-content {
        width: 100%;
    }
}

/*CATEGORY PAGE*/

/* Category Page */
.category-page { padding-top: 20px; }

/*Category page navigation*/
.breadcrumb {
    font-size: 14px; color:#333; font-weight: normal;
    background: #cddb21;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:-18px;
}

@media (max-width:768px) {
    .breadcrumb {
        margin-top:-28px;
    }
}

.breadcrumb a {
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}
.breadcrumb span {
    padding-left: 20px;
    padding-right: 20px;
}

/*Category page sort section*/
.filters-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0px; padding: 10px 0px;}
.filter-left, .filter-right { display: flex; align-items: center; gap: 50px; }
.filter-btn-mobile { display: none; }
.filter-right { font-size: 12px; }
.filter-right .sort-by {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media (max-width:768px) {
    .filter-right .sort-by label {
        display: none;
    }

    .category-banners img {
        border-radius: 0px;
    }
}




.sort-by select { border: 1px solid #cddb21; font-size: 12px; font-weight: bold; padding: 3px 5px; border-radius: 20px; width: 160px;}
.filter-right .view-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.view-options button { background: none; border: none; padding: 8px 10px; cursor: pointer; }
.view-options button.active { background-color: #eee; }

.load-more-btn { display: block; margin: 30px auto 0; padding: 10px 20px; border: none; background-color: white; cursor: pointer; text-decoration: underline; font-weight:bold; margin-bottom: 30px;}

/*PRODUCT PAGE*/
.product-page {
    padding: 30px 0;
}

@media (max-width:768px) {
    .product-page {
        margin-top:-56px;
    }
    
    .product-detail {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .main-image {
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.product-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-image {
    transition: opacity 0.3s ease;
    position: relative;
    width: 100%;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.thumbnail-images {
    display: flex;
    gap: 10px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail.active {
    border-color: #000;
}

.product-info {
    padding: 0px 0;
}

@media (max-width:768px) {
    .product-info {
        padding: 0px 0;
    }
}

.product-category {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-price {
    margin-bottom: 10px;
}

.current-price {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.original-price {
    font-size: 20px;
    color: #000;
    text-decoration: line-through;
    margin-left: 10px;
    background-color: #c8e600;
    padding: 5px;
    border-radius: 5px;
}
.price-note {
    font-size: 13px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 30px;
}
.price-note span {
    font-weight: bold;
}
.product-options {
    margin-bottom: 0px;
}
.color-selection,
.size-selection {
    margin-bottom: 25px;
}
.color-selection label,
.size-selection label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.color-swatches {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.color-option {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    width: 140px;
}

.color-option.pengiriman {
    width: 180px;
}

@media (max-width: 768px) {
    .color-option.pengiriman {
        width: 160px;
    }

    .color-option.pengiriman {
        padding: 15px 10px;
    }
}

.color-option.active {
    border-color: #000;
    font-weight: bold;
}

.color-swatch {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border:1px solid black;
    display: block;
}

.color-name {
    font-size: 18px;
    text-align: center;
}
.color-name.active {
    font-weight: bold;
}

.size-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-option {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    font-size: 18px;
}

.size-option.active {
    background: white;
    border: 1px solid #000;
    font-weight: bold;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 18px;
}

.quantity-selector input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
}

.product-detail-info .productShipLabel {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}

.add-to-cart-btn {
    background: #c8e600;
    color: black;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    flex: 1;
    min-width: 200px;
    font-size:16px;
}

.wishlist-btn,
.share-btn {
    width: 60px;
    height: 40px;
    border: 3px solid #c8e600;
    background: white;
    cursor: pointer;
    border-radius: 8px;
    font-size: 18px;
}

.shipping-info {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.shipping-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.product-description,
.size-guide {
    margin-bottom: 20px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .size-guide {
       text-align: center;
    }

    .wishlist-btn {
        position: absolute;
        top: 25px;
        right: 15px;
        border: none;
    }
}

.product-description h3,
.size-guide h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.size-guide-link {
    color: #666;
    text-decoration: underline;
}

.related-products {
    margin-top: 60px;
}

.related-product-grid {
    gap: 35px;
}

.related-products h2 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    text-align: center;
    /* border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px; */
}

.product-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .product-card img {
        margin-bottom: 5px;
    }

}

.wishlist-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0) !important;
    border: none;
    /* border-radius: 50%; */
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    z-index: 10;
}

.wishlist-icon:hover {
    /* background: rgba(255, 255, 255, 1); */
    transform: scale(1.1);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}

.wishlist-icon img {
    width: 22px;
    height: 19px;
    margin: 0;
    border-radius: 0;
}

/* Filter Drawer Styles */
.filter-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 30px;
}

.filter-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.filter-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    background: white;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease;
    overflow-y: auto;
    z-index: 1001;
}

.filter-drawer-overlay.active .filter-drawer {
    right: 0;
}

.filter-drawer-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.filter-drawer-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.filter-drawer-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 5px;
    line-height: 1;
    transition: color 0.2s ease;
}

.filter-drawer-close:hover {
    color: #333;
}

.filter-drawer-body {
    padding: 24px;
}

.filter-section {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #9ACD32;
}

.filter-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.filter-section h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

/* Color Filter Styles */
.color-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.color-filter-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 0px 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.color-filter-option:hover {
    background-color: #f5f5f5;
}

.color-filter-option input[type="checkbox"] {
    display: none;
}

.color-swatch {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.color-filter-option input[type="checkbox"]:checked + .color-swatch {
    border-color: #333;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.color-name {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

/* Size Filter Styles */
.size-filter-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.size-filter-option {
    position: relative;
    cursor: pointer;
}

.size-filter-option input[type="checkbox"] {
    display: none;
}

.size-label {
    display: block;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    transition: all 0.2s ease;
    background: white;
}

.size-filter-option:hover .size-label {
    border-color: #333;
    background-color: #f8f8f8;
}

.size-filter-option input[type="checkbox"]:checked + .size-label {
    border-color: #333;
    background-color: #333;
    color: white;
}

/* Filter Actions */
.filter-actions {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-apply-btn {
    background: #9ACD32;
    color: #333;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: none;
}

.filter-apply-btn:hover {
    background: #8FBC8F;
}

.filter-reset-btn {
    background: transparent;
    color: #666;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-reset-btn:hover {
    background: #f5f5f5;
    border-color: #999;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter-drawer {
        width: 85%;
    }

    .color-filter-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }

    .size-filter-grid {
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    }

    .filter-drawer-header {
        padding: 15px;
    }

    .filter-drawer-body {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .filter-drawer {
        width: 95%;
    }

    .color-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .size-filter-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .filter-drawer-header h3 {
        font-size: 16px;
    }
}

.product-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.product-card .color-swatches {
    justify-content: left;
    margin-bottom: 10px;
}

.product-card .color-swatch {
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .product-card .color-swatches {
        margin-bottom: 0px;
    }

    .product-card h3 {
        font-size: 14px;
    }

    .product-detail {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .add-to-cart-btn {
        min-width: auto;
        width: 100%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .thumbnail-images {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .shipping-info {
        flex-direction: column;
        gap: 10px;
    }
}

/*CART PAGE*/
.cart-top-container {
    border-bottom:1px solid black;
}

@media (max-width: 768px) {
    .cart-top-container {
        border-bottom:none;
    }

}


.cart-toolbar { padding-top:0 }
.cart-right { font-size: 11px; display: flex; gap: 15px; align-items: center; }
.cart-right .infoIcon { background-color: #c8e600; width: 15px; height: 15px; border-radius: 50%; text-align:center}
.cart-right .infoMessage { width:320px; background-color: #f4f4f4; padding:5px 10px; border-radius: 10px; }

.cart-page {
    padding: 20px 0;
    /* min-height: 80vh;  */
}
.cart-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.cart-table-header {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 2px solid #c8e600;
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .shipping-page .cart-table-header {
        gap: 0px;
    }

     .shipping-page .pesanan-col {
        visibility: hidden;
     }

     .shipping-page .cart-items.cart-items-shipping {
        height: 250px;
     }

}

.summary-table-header {
    grid-template-columns: 1fr 1fr 1fr;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid black;
}

@media (max-width: 768px) {
    .summary-table-header {
        border-bottom: 0;
    }
}

.summary-table-header .col-summary-qty {
    text-align: center !important;
}

.cart-table-header .col-price { text-align: right; }
.cart-table-header .col-quantity { text-align: center; }
.cart-table-header .col-summary-qty { text-align: left; }

@media (max-width: 768px) {
    .order-summary-outer .cart-table-header {
        font-weight: bold;
    }

}


.col-quantity-mobile {
    display: none;
}

.cart-item {
    display: grid;
    grid-template-columns: 0.3fr 2fr 2fr 2fr;
    gap: 20px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 2px solid #c8e600;
}

.item-checkbox {
    position: relative;
}

.item-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #c8e600;
    border-radius: 10px;
}

.item-details {
    display: flex;
    gap: 20px;
    align-items: center;
}

.item-details img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
}

.item-info {
    width: 220px;
}

.item-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.item-variant {
    font-size: 13px;
    color: #666;
    margin-bottom: 3px;
}

.item-variant span {
    display: inline-block;
    width: 45px;
}

.item-price-mobile {
    display: none;
}

.cart-original-price {
    font-size: 12px;
    display: inline-block;
    text-decoration: line-through;
    margin-top: 8px;
}
.cart-current-price {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.qty-btn {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 5px;
    background: #c8e600;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background-color: #f5f5f5;
}

.quantity-controls input {
    background-color: #f4f4f4;
    width: 40px;
    height: 50px;
    font-size: 14px;
    border-radius: 15px;
    border: none;
    padding-left: 15px;
}

.remove-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
}

.item-price {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.item-price .shipping-type {
    display: inline-block;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .item-price .shipping-type {
        margin-top: 5px;
        font-size: 15px;
        font-weight: normal;
    }
}

.item-quantity {
    text-align: center;
}

.cart-item .current-price {
    font-weight: normal;
    font-size: 18px;
}

.show-word {display: none;}

@media (max-width: 768px) {
    .show-word {display: inline-block;}

    .cart-item .current-price {
        margin-top: 5px;
        font-size: 15px;
        font-weight: normal;
    }


}

.item-shipping {
    font-size: 14px;
    color: #666;
}

.cart-summary {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    height: fit-content;
    padding-top: 0;
}

@media (max-width: 768px) {
    .cart-summary {
        padding-top: 20px;
        padding-bottom: 15px;

    }
}

.summary-section {
    margin-bottom: 20px;
}

.total-section .total-quantity {
    margin-left:50px;
}

@media (max-width: 768px) {
    .total-section .total-quantity {
        margin-left:0px;
        font-size: 1rem;
        font-weight: normal;
    }

    #cart-total-items {
        display: none;
    }

}



.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .summary-row {
        font-size: 1rem;
    }

}

.total-section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 80px;
}

@media (max-width: 768px) {
    .total-section {
        margin-top: 0px;
    }
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.total-label {
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .total-label {
        font-size: 1rem;
        font-weight: normal;
        text-transform: none;
    }

}

.total-price {
    font-size: 20px;
    color: #000;
}

@media (max-width: 768px) {
    .total-price {
        font-size: 1rem;
        color: #000;
        font-weight: normal;
    }
}

.checkout-btn {
    width: 100%;
    background-color: #c8e600;
    color: black;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
}

.checkoutButtonDiv {
    margin-top: 20px;
}

.checkout-btn:hover {
    background-color: #b8d600;
}

.reward-info {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.4;
}

.cart-page .recommended-products {
    margin-top: 60px;
}

.cart-page .recommended-products h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.cart-page .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ORDER TRACKING */
.order-tracking-page {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 50px 20px;
}

.order-tracking-page .tracking-content {
    margin-top:60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 768px) {
    .order-tracking-page .tracking-content {
        margin-top:30px;
    }
}



 .order-tracking-page .tracking-form {
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-left:40px;
    padding-right:40px;
}

.order-tracking-page .tracking-form label {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .order-tracking-page .tracking-content {
        flex-direction: column;
    }

     .order-tracking-page .tracking-form {
        width: 100%;
     }

     .order-tracking-page {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
     }

     .order-tracking-page .tracking-form {
        padding-left: 0;
        padding-right: 0;
     }


}

.order-tracking-page .tracking-form input {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.order-tracking-page .tracking-form button {
    padding: 10px;
    background-color: #c8d736;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.order-tracking-page .tracking-image {
    width: 55%;
}

@media (max-width: 768px) {
    .order-tracking-page .tracking-image {
        width: 100%;
        margin-top: 60px;
    }
}

.order-tracking-page .tracking-image img {
    max-width: 100%;
    height: auto;
}

/*SHOP LOCATION PAGE*/
.shop-location-page {
    padding: 50px 20px;
}

.shop-location-page .location-container {
    display: flex;
    margin-top: 60px;
}

.shop-location-page .location-sidebar {
    width: 30%;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
}

.shop-location-page .store-count {
    margin-bottom: 10px;
    margin-top: 35px;
    font-size: 0.9rem;
}

.shop-location-page .store-list {
    height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
}

.shop-location-page .store-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.shop-location-page .store-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width:768px) {
    .shop-location-page .location-container {
        flex-direction: column;
    }

    .shop-location-page .location-sidebar {
          width: 100%;

    }

    .shop-location-page .location-map {
        width: 100% !important;

    }



}

.shop-location-page .store-info p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.shop-location-page .choose-btn {
    padding: 10px 30px;
    background-color: #c8d736;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.shop-location-page .location-map {
    width: 70%;
    padding: 20px;
    padding-top: 0;
}

.shop-location-page .map-info h2 {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.shop-location-page .map-info p {
    margin: 0;
    color: #555;
}

.shop-location-page .map-placeholder {
    width: 100%;
    height: 500px;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cart-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-table-header {
        font-weight: normal;
    }

    .cart-item {
        grid-template-columns: 15px 190px 90px 100%;
        grid-template-rows: auto auto;
        grid-template-areas:
        "a b c"
        "d d d";
        gap: 15px;
        padding: 15px 0;
    }

    .cart-item .item1 { grid-area: a; }
    .cart-item .item2 { grid-area: b; }
    .cart-item .item3 { grid-area: c; }
    .cart-item .item4 {
        grid-area: d;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .item-details {
        align-items: flex-start;
        gap: 15px;
    }

    .item-details img {
        width: 90px;
        height: auto;
    }

    .item-price-mobile {
        display: block;
        margin-top: 10px;
    }

    .item-price-mobile .original-price {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
        margin-right: 8px;
    }

    .item-price-mobile .current-price {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

    .item-quantity,
    .item-price,
    .item-shipping {

    }

    .quantity-controls {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .cart-notice {
        font-size: 12px;
        padding: 10px;
    }
}

.nav-drawer-header-mobile {
    display: none;
}





/* Responsive */
@media (min-width: 769px) {
    .category-content { display: flex; flex-direction: column; gap: 20px; }
    .category-header { width: 100%; }
    .product-listing { width: 100%; }
}
@media (max-width: 768px) {
    .desktop-only { display: none; } 
    .mobile-only { display: block; }

    .main-nav { padding: 15px; }

    .nav-left, .nav-right { gap: 15px; }

    .mobile-nav-left { display: flex; gap: 15px; }

    .static-banners { flex-direction: column; }

    .categories-main { gap: 20px; }
    .category-item { font-size: 16px; }

    .promo-grid { display: none; }
    .promo-slider { display: block; }
    .promo-slider .splide__list { display: flex; }
    .promo-slider .splide__slide { flex: 0 0 50%; }

    /* .promo-slider .splide__slide img {border-radius: 10px !important;} */

    .promo-slider .splide__pagination {
        position: relative;
        bottom: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

     .nav-drawer-content {
        width: 100%;  
    }

    .nav-drawer-header-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

   

    .logo-mobile img {
        width: 150px; height: auto;
        position: relative;
        top:10px;
        left:10px;
    }

    #nav-drawer-close {
        display: none;
    }

    .promo-slider .splide__pagination__page {
        background: #e0e0e0;
        width: 150px;
        height: 4px;
        margin: 0 2px;
        border-radius: 2px;
        border: none;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

    .promo-slider .splide__pagination__page.is-active {
        background: #ccdd21;
        opacity: 1;
        width: 40px;
    }

    .products-featured { grid-template-columns: repeat(2, 1fr); }

    .category-grid { grid-template-columns: repeat(2, 1fr); }

    .banner-grid { grid-template-columns: 1fr; gap: 15px;}

    .category-showcase { grid-template-columns: repeat(2, 1fr); }

    .footer-main { flex-direction: column; padding: 20px; }
    .footer-links-desktop { display: none; }

    .footer-accordion-mobile { display: flex; flex-direction:column; margin-bottom: 30px; }
    .footer-accordion-mobile .footer-mascot {margin-bottom: 20px; max-width: 350px; margin-left: auto; margin-right: auto;}

    .footer-accordion-mobile ul {
        list-style: none;
    }

    .accordion-item { border-bottom: 1px solid #eee; }
    .accordion-header { background: none; border: none; width: 100%; text-align: left; padding: 15px 0; font-size: 16px; font-weight: bold; cursor: pointer; position: relative; }

    .accordion-header::after {
        content: ''; position: absolute; right: 0; transition: transform 0.3s;
        width: 16px; /* adjust to your icon size */
        height: 16px;
        background-image: url('../images/chevron-down.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .accordion-header.active::after { transform: rotate(180deg); }
    .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
    .accordion-content ul { padding: 10px 0;}
    .accordion-content ul li { margin-bottom: 8px; }
    .accordion-content p { padding: 10px 0; }

    .footer-newsletter { text-align: center; flex: 1 !important;}
    .footer-social { margin-top: 20px; }
    .social-icons { justify-content: center; }

    .footer-bottom { flex-direction: column; gap: 20px; padding-bottom:0; }
    .brand-mascots-desktop { display: none; }

    .category-content { flex-direction: column; }
    .filters-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
     }

     .cart-toolbar {
        margin-top:-10px;
     }

    .filter-left { justify-content: center; }
    .filter-right { justify-content: space-between; }
    .filter-btn-mobile { display: inline-block; padding: 8px 15px; border: 1px solid #ccc; background-color: white; }

    .product-grid.grid-view { grid-template-columns: repeat(2, 1fr); padding-left: 15px; padding-right: 15px;}
    .product-grid.list-view { grid-template-columns: 1fr; }
}


/* FAQ Pages */
.faq-landing, .faq-page {
    text-align: center;
    padding: 50px 20px;
}

.faq-page {
    max-width: 1000px;
    margin: auto;
}

.faq-header {
    border: 2px solid #000;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 10px 0 #cddc39;
}

.faq-header h1 {
    margin: 0;
    font-size: 24px;
    min-width: 300px
}

.faq-subheading {
    margin-top: 5px;
    margin-bottom: 60px;
    color: #555;
}

.faq-categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.category-card {
    background: url(../images/faq-bg.png) no-repeat top center;
    padding: 40px 20px;
    width: 207px;
    height: 311px;
    text-decoration: none;
    color: #000;
    transition: transform 0.2s;
    font-size: 14px;
    padding-top: 90px;
}

@media (max-width:768px) {
    .faq-categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    .faq-payment {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .category-card {
        background-size: 100%;
        width: unset;
        height:245px;
    }
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.category-card span {
    font-weight: bold;
}

/*--FAQ payment--*/
.payment-card {
    width: 207px;
    height: 280px;
    border: 2px solid black;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    transition: transform 0.2s;
    font-size: 14px;
    margin-bottom: 50px;
}

@media (max-width:768px){
    .payment-card {
        width: unset;
        height: unset;
        padding: 20px 20px;

    }
    .paymentCardContent span {
        display: none;
    }

    .paymentCardContent img {
        padding-top: 0px;
        margin-top: 0px !important;
    }

    
}

.payment-card:hover {
    transform: translateY(-5px);
}

.paymentCardContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.paymentCardContent img {
    margin-top:40px;
}

.paymentCardContent span {
    padding: 20px 20px;
    border-top:1px solid #e5e5e5;
    width: 100%;
    font-size: 1rem;
}

/*--FAQ Accordion--*/
.accordion {
    text-align: left;
}

.accordion-button {
    background-color: #cddc39;
    color: black;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: 2px solid #000;
    border-radius: 15px;
    text-align: left;
    font-size: 16px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.accordion-content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-out;
    border-top: 0;
    padding-left: 0;
}

.accordion-content p {
    padding: 5px 15px;
    font-size: 0.9rem;
    padding-left: 0;
}

.accordion-button .icon {
    width: 15px;
    height: 15px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    transition: transform 0.1s;
}

.accordion-button.active .icon {
    transform: rotate(135deg);
}

.accordion-button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-content.active {
    border: 2px solid #000;
    border-radius: 0 0 15px 15px;
    padding: 18px 18px;
}

.product-detail-info {
    height: fit-content;
    position: sticky;
    top: 100px;
}

@media (max-width: 768px) {
    .product-detail-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*--ORDER DETAIL PAGE--*/
.order-detail-page {
    background: #e8e8e8;
    margin-top:-10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.order-detail-page .order-container {
    background: white;
    border-radius: 15px;
    max-width:1000px;
    margin: 00px auto;
    border: 2px solid #000;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

@media (max-width: 768px) {
    .order-detail-page {
        background: white;
        padding-top: 0;
        margin-top: 0;
    }

    .order-detail-page .order-container {
    background: white;
    border-radius: 0;
    max-width:1000px;
    margin: 00px auto;
    border: none;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

}

.order-detail-page .bottom-border {
    border: none;
    border-top: 2px solid #eee;
}

.order-detail-page .order-inner {
    padding: 30px;
    max-width:830px;
    margin:0 auto;
}

@media (max-width: 768px) {
    .order-detail-page .order-inner {
       padding-left: 15px;
       padding-right: 15px;
    }
}

.order-detail-page .order-detail-content {
     max-width: 800px;
     margin: 0 auto;
}

.order-detail-page .order-header {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .order-detail-page .order-header {
        margin-bottom: 0;

    }
}

.order-detail-page .order-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

.order-detail-page .order-header p {
    margin: 5px 0 0 0;
    color: #555;
    font-size: 16px;
}

.order-detail-page .order-info-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .order-detail-page .order-info-container {
    flex-direction: column;
    }


}

.order-detail-page .order-info-left p, .order-info-right .status-details p {
    margin: 5px 0;
    font-size: 0.9rem;
}

.order-detail-page .order-info-left p span {
    display: inline-block;
    width: 130px;
}

.order-detail-page .order-info-right p span {
    display: inline-block;
    width: 80px;
}



@media (max-width: 768px) {
    .order-detail-page .order-info-right {
        border: 1px solid black;
        border-radius: 10px;
        padding: 15px;
        display: flex;
        flex-direction: row-reverse;
        margin-top: 20px;
    }

    .order-info-right .status-details {
        width: 350px;
    }

    .order-detail-page .status-icon {
        height: auto;
    }
}



.order-detail-page .status-icon {
    width: 90px;
    /* height: 90px; */
    margin-right: 15px;
}

.order-detail-page .status-highlight {
    color: #d9534f;
    font-weight: bold;
    width: 100% !important;
    display: inline !important;
}

.order-detail-page .order-items {
    max-width: 680px;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .order-detail-page .order-items {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.order-detail-page .order-items h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.order-detail-page .order-items p {
    font-size: 0.9rem;
}

.order-detail-page .items-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.order-detail-page .items-header div:first-child { flex-basis: 50%; }
.order-detail-page .items-header div:nth-child(2) { flex-basis: 25%; text-align: center; }
.order-detail-page .items-header div:last-child { flex-basis: 25%; text-align: right; }

.order-detail-page .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

.order-detail-page .item > div:first-child { flex-basis: 50%; }
.order-detail-page .item > div:nth-child(2) { flex-basis: 25%; text-align: center; }
.order-detail-page .item > div:last-child { flex-basis: 25%; text-align: right; }

.order-detail-page .item-details {
    display: flex;
    align-items: center;
}

.order-detail-page .item-details img {
    width: 80px;
    height: 80px;
    /* margin-right: 15px; */
    border-radius: 5px;
}

.order-detail-page .item-price-original { text-decoration: line-through; color: #999; }
.order-detail-page .item-price-discounted { font-weight: bold; }

.order-detail-page .total-items {
    text-align: right;
    margin-top: 10px;
}

.order-detail-page .order-summary {
    max-width: 680px;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .order-detail-page .order-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.order-detail-page .order-summary p {
    font-size: 0.9rem;
}

.order-detail-page .summary-item {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
}

.summary-item p:first-child {
  width: 180px;
  flex-shrink: 0;
  display: inline-block;
}

.order-detail-page .grand-total {
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .order-detail-page .shipping-info {
    margin-bottom: 30px;
} */

.order-detail-page .shipping-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    margin-bottom: 10px;
}

.order-detail-page .shipping-item p {
    margin: 0;
}

.order-detail-page .print-button-container {
    text-align: center;
}

.order-detail-page .print-btn {
    background-color: #006837;
    color: white;
    padding: 8px 60px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
    display: inline-block;
}

.order-detail-page .print-btn i {
    margin-left: 10px;
}

.order-detail-page .order-container-wrapper {
    background-color: #006837;
    padding: 20px;
    border-radius: 20px;
    max-width: 940px;
    margin: 20px auto;
}

/*--ORDER FINISH PAGE--*/
.order-finish-page {
    padding: 2rem 0 4rem 0;
}

.order-finish-page .thank-you-header {
    text-align: center;
    margin-bottom: 3rem;
}

.order-finish-page .thank-you-header h1 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.order-finish-page .order-id-section {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .order-finish-page .thank-you-header {
        margin-bottom: 0;
    }
}



.order-finish-page .order-id-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #f4f4f4;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.order-finish-page .order-id {
    font-weight: bold;
}

.order-finish-page .copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
}

.order-finish-page .copy-btn:hover {
    color: #333;
}

.order-finish-page .main-content-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 100px;
    align-items: start;
}

.order-finish-page .customer-details {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c8d633;
}

.order-finish-page .detail-row {
    display: grid;
    grid-template-columns: 150px 40px 1fr;
    gap: 10px;
    padding: 0.2rem 0;
    align-items: center;
}

.order-finish-page .detail-row .colon {
    text-align: center;
    width: 10px;
}

.order-finish-page .detail-row .value {
    text-align: left;
}

.order-finish-page .order-info-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c8d633;
}

.order-finish-page .order-info-section h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.order-finish-page .order-info-section p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.order-finish-page .email-subscription {
    display: flex;
    gap: 0.5rem;
}

.order-finish-page .email-subscription input {
    padding: 0.75rem;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 0.9rem;
    width: 210px;
}

.order-finish-page .subscribe-btn {
    background: #c8d633;
    color: black;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

.order-finish-page .subscribe-btn:hover {
    background: #b5c42a;
}

.order-finish-page .payment-summary {
    margin-top: 1rem;
}

.order-finish-page .summary-row {
    display: flex;
    justify-content: flex-start;
    padding: 0.5rem 0;
}

.order-finish-page .summary-row .label {
    width: 220px;
}

.order-finish-page .summary-row.total-row {
    border-top: 1px solid #c8d633;
    border-bottom: 1px solid #c8d633;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.order-finish-page .total-row .label,
.order-finish-page .total-row .value {
    font-weight: bold;
}

.order-finish-page .tracking-card {
    text-align: center;
    height: fit-content;
}

.order-finish-page .tracking-card h2 {
    font-weight: normal;
    margin-bottom: 2rem;
}

.order-finish-page .tracking-input-section {
    margin-bottom: 2rem;
}

.order-finish-page .tracking-input-section label {
    display: block;
    margin-bottom: 0.5rem;
    text-align: center;
}

.order-finish-page .tracking-input-section input {
    width: 100%;
    padding: 1rem;
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
}

.order-finish-page .track-btn {
    width: 100%;
    background: #c8d633;
    color: black;
    border: none;
    padding: 1rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}

.order-finish-page .track-btn:hover {
    background: #b5c42a;
}

.order-finish-page .mascot-illustration {
    position: relative;
    margin-top: 2rem;
}

.order-finish-page .mascot-img {
    height: auto;
}

@media (max-width: 1024px) {
    .order-finish-page .main-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .order-finish-page .order-finish-main {
        padding: 1rem 0;
    }

    .order-finish-page .thank-you-header h1 {
        font-size: 1.4rem;
    }

    .order-finish-page .order-info-card,
    .order-finish-page .tracking-card {
        margin: 0 1rem;
        padding: 1.5rem;
    }

    .order-finish-page .email-subscription {
        flex-direction: column;
    }

    .order-finish-page .detail-row {
        grid-template-columns: 1fr 1fr;
        gap: 0.25rem;
    }

    .order-finish-page .detail-row .colon {
        display: none;
    }

    .order-finish-page .summary-row {
        flex-direction: row;
        gap: 0.25rem;
    }
}

/* Custom Splide Navigation Arrows */
.splide__arrow {
    background: none !important;
    border: none !important;
    width: 40px !important;
    height: 35px !important;
    opacity: 1 !important;
}

.splide__arrow svg {
    display: none !important;
}

.splide__arrow--prev {
    background-image: url('../images/chev-left.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.splide__arrow--next {
    background-image: url('../images/chev-right.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.splide__arrow:hover {
    opacity: 0.8 !important;
}

/* Store Pickup Info Styles */
.shipping-page .store-pickup-info {
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
    width: 500px;
    background-color: #f4f4f4;
}

.shipping-page .store-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.shipping-page .store-header h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.shipping-page .change-store-btn {
    background: #cddc21;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.shipping-page .change-store-btn:hover {
    background: #b8c91e;
}

.shipping-page .store-address {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

.shipping-page .pickup-schedule {
    margin-bottom: 20px;
}

.shipping-page .schedule-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 10px;
}

.shipping-page .schedule-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.shipping-page .schedule-text {
    font-size: 14px;
    color: #333;
    flex: 1;
}

.shipping-page .schedule-status {
    background: #c8e600;
    border: none;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 170px;
    text-align: center;
}

.shipping-page .schedule-status:hover {
    background: #b8c91e;
}

.shipping-page .pickup-instructions {
    padding-top: 15px;
}

.shipping-page .pickup-instructions p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 8px 0;
    color: #333;
}

.shipping-page .pickup-instructions p:last-child {
    margin-bottom: 0;
    color: #666;
}

.shipping-page #chosenStores {
    border-bottom: 2px solid #c8e600;
}

.shipping-page #chosenStores .form-section {
    width: 500px;
}

.shipping-page .pickup-schedule {
    width: 400px;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

/* Shipping Page Styles */
.shipping-page {
    padding: 20px 0;
    min-height: 80vh;
}

@media (max-width: 768px) {
    .shipping-page {
        padding-left: 15px;
        padding-right: 15px;
    }

}

/* Hide pickup section by default */
.shipping-page #pickupChosen {
    display: none;
}

.shipping-page .shipping-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.shipping-page .shipping-form h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .shipping-page .shipping-form h1 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }


}

.shipping-page .delivery-options {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.shipping-page .delivery-option {
    flex: 1;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shipping-page .delivery-option.active {
    border-color: #c8e600;
    background-color: #f8fce8;
}

.shipping-page .delivery-option input[type="radio"] {
    display: none;
}

.shipping-page .delivery-option label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
}

.shipping-page .delivery-icon {
    font-size: 20px;
}

.shipping-page .form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #c8e600;
}

@media (max-width: 768px) {
    .shipping-page .form-section {
        margin-bottom: 0px;
    }
}

.shipping-page .form-section h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
    margin-top: 30px;
}

.shipping-page .form-group {
    margin-bottom: 20px;
}

.shipping-page input, textarea, select {
  outline: none;
}

.shipping-page input::placeholder {
  color: #cdcdcd; /* your desired color */
  opacity: 1;  /* ensure it's fully visible */
  font-size: 12px;
}

.shipping-page input:focus {
  border: 2px solid #c8e600;
}

.shipping-page .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.85rem;
}

.shipping-page .form-group input,
.shipping-page .form-group select,
.shipping-page .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    font-size: 14px;
    background-color: #f0f0f0;
}

.shipping-page .form-group textarea {
    height: 110px;
    resize: none;
}

.shipping-page .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.shipping-page .address-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.shipping-page .form-note {
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    line-height: 1.4;
}

.shipping-page .shipping-method {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.shipping-page .shipping-logo {
    width: 80px;
    object-fit: contain;
}

.shipping-page .shipping-info {
    flex: 1;
}

.shipping-page .cart-content-shipping {
    gap:20px;
    margin-bottom: 0;
}

.shipping-page .cart-items.cart-items-shipping {
    background-color: white;
    padding:20px;
    height: 310px;
    overflow-y: scroll;
}

.shipping-page .cart-item.cart-item-shipping {
    grid-template-columns: 2fr 2fr 1fr;
    padding-top:0px;
    padding-bottom: 30px;
    border-bottom: none;
}

.shipping-page .cart-item-shipping .item-qty {
    background-color: #f4f4f4;
    width: 60px;
    height: 50px;
    font-size: 14px;
    border-radius: 20px;
    border: none;
    text-align: center;
    line-height: 50px;
}

.shipping-page .item-info-shipping {

}

.shipping-page .item-details.item-details-shipping {
    gap:10px;
}

.shipping-page .item-details.item-details-shipping img {
    width: 110px;
    height: 110px;
}

.shipping-page .item-variant.item-variant-shipping {
    font-size: 13px;
}

.shipping-page .shipping-name {
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}

.shipping-page .shipping-time {
    font-size: 12px;
    color: #666;
}

.shipping-page .shipping-price {
    font-weight: bold;
    color: #28a745;
}

.shipping-page .order-summary-outer {
    height: fit-content;
    position: sticky;
    top: 100px;
}

.shipping-page .order-summary {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .shipping-page .order-summary {
        padding: 0;
        padding-top: 15px;
    }
}


.shipping-page .summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.shipping-page .summary-header h2 {
    font-size: 18px;
    font-weight: bold;
}

.shipping-page .voucherButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #c8e600;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.shipping-page .voucher-row {
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.shipping-page .voucher-row-item {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap: 10px;
}

.shipping-page .voucher-info {
    align-self: flex-start;
}

.shipping-page .edit-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
}

.shipping-page .product-summary {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.shipping-page .product-summary img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.shipping-page .product-details p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.shipping-page .product-details .original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
}

.shipping-page .product-details .current-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.shipping-page .quantity-section {
    margin-bottom: 25px;
}

.shipping-page .quantity-section label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.shipping-page .quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: fit-content;
}

.shipping-page .qty-btn {
    width: 35px;
    height: 35px;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 16px;
}

.shipping-page .quantity-controls input {
    width: 50px;
    height: 35px;
    border: none;
    text-align: center;
    font-size: 14px;
    background: white;
}

.shipping-page .summary-totals {
    margin-bottom: 20px;
}

.shipping-page .cart-summary-shipping {
    padding: 0;
}

.shipping-page .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.shipping-page .voucher-section {
    margin: 15px 0;
}

.shipping-page .voucher-btn {
    width: 100%;
    background: none;
    border: 1px solid #c8e600;
    color: #333;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

.shipping-page .total-section-shipping {
  margin-top: 40px;
}

.shipping-page .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.shipping-page .total-price {
    font-size: 20px;
    color: #000;
}

.shipping-page .checkout-btn {
    width: 100%;
    background-color: #c8e600;
    color: black;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
}

.shipping-page .checkout-btn:hover {
    background-color: #b8d600;
}

.shipping-page .reward-info {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.4;
}

.shipping-page .recommended-products {
    margin-top: 60px;
}

.shipping-page .recommended-products h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.shipping-page .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .shipping-page .shipping-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .shipping-page .delivery-options {
        flex-direction: column;
        gap: 10px;
    }

    .shipping-page .form-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .shipping-page .address-header {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .shipping-page .order-summary {
        position: static;
    }

    .shipping-page .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .shipping-page .product-grid {
        grid-template-columns: 1fr;
    }

    .shipping-page .shipping-method {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* Shipping Cost Display Styles */
.shipping-page .shipping-cost-info {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px 15px;
    margin-top: 8px;
}

.shipping-page #shipping-cost-amount {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.shipping-page #shipping-cost-details {
    font-size: 12px;
    color: #6c757d;
    display: block;
}

/* Disabled select styling */
.shipping-page select:disabled {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
}

/* Loading state for selects */
.shipping-page .loading-select {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><circle cx="8" cy="8" r="7" fill="none" stroke="%23999" stroke-width="2" stroke-dasharray="10 3" stroke-linecap="round"><animateTransform attributeName="transform" type="rotate" values="0 8 8;360 8 8" dur="1s" repeatCount="indefinite"/></circle></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* ===== USER DASHBOARD STYLES ===== */
.user-dashboard {
    padding: 40px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

.user-dashboard .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.user-dashboard-header {
    text-align: center;
    margin-bottom: 40px;
}

.user-dashboard-banner {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.user-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: 40px;
}

.user-dashboard-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 3px solid #00664F;
}

.user-dashboard-card-header {
    background: white;
    padding: 20px 25px;
    border-bottom: 2px solid #f0f0f0;
}

.user-dashboard-card-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.user-dashboard-card-content {
    padding: 25px;
}

/* Reward Points Section */
.user-dashboard-reward {
    grid-column: 1;
    grid-row: 1;
}

.user-dashboard-user-info {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.user-dashboard-avatar {
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.user-dashboard-avatar i {
    font-size: 24px;
    color: #666;
}

.user-dashboard-user-details h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.user-dashboard-user-details p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.user-dashboard-points-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.user-dashboard-points-icon {
    margin-right: 20px;
}

.user-dashboard-g-icon {
    width: 60px;
    height: 60px;
    background: #00664F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.user-dashboard-points-info p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #666;
}

.user-dashboard-points-amount {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #00664F;
}

.user-dashboard-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Order History Section */
.user-dashboard-orders {
    grid-column: 2;
    grid-row: 1 / 3;
}

.user-dashboard-table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

.user-dashboard-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.user-dashboard-table th {
    background: #f8f9fa;
    padding: 12px 8px;
    text-align: left;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e9ecef;
    font-size: 12px;
}

.user-dashboard-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.user-dashboard-order-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.user-dashboard-order-link:hover {
    text-decoration: underline;
}

.user-dashboard-status {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.user-dashboard-status-diproses {
    background: #fff3cd;
    color: #856404;
}

.user-dashboard-status-diterima {
    background: #d4edda;
    color: #155724;
}

.user-dashboard-table-footer {
    text-align: center;
}

/* Profile Section */
.user-dashboard-profile {
    grid-column: 1;
    grid-row: 2;
}

.user-dashboard-profile-info {
    margin-bottom: 25px;
}

.user-dashboard-profile-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.user-dashboard-profile-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.user-dashboard-profile-icon {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.user-dashboard-profile-icon i {
    font-size: 18px;
    color: #666;
}

.user-dashboard-profile-details h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.user-dashboard-profile-details p {
    margin: 0 0 3px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.user-dashboard-profile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Button Styles */
.user-dashboard-btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user-dashboard-btn-primary {
    background: #00664F;
    color: white;
    border-color: #00664F;
}

.user-dashboard-btn-primary:hover {
    background: #004d3b;
    border-color: #004d3b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 79, 0.3);
}

.user-dashboard-btn-outline {
    background: white;
    color: #00664F;
    border-color: #00664F;
}

.user-dashboard-btn-outline:hover {
    background: #00664F;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 79, 0.3);
}

.user-dashboard-btn-full {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .user-dashboard {
        padding: 20px 0;
    }

    .user-dashboard .container {
        padding: 0 15px;
    }

    .user-dashboard-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 15px;
    }

    .user-dashboard-orders {
        grid-column: 1;
        grid-row: 2;
    }

    .user-dashboard-profile {
        grid-column: 1;
        grid-row: 3;
    }

    .user-dashboard-card-content {
        padding: 20px;
    }

    .user-dashboard-table {
        font-size: 12px;
    }

    .user-dashboard-table th,
    .user-dashboard-table td {
        padding: 8px 6px;
    }

    .user-dashboard-points-amount {
        font-size: 28px;
    }

    .user-dashboard-user-info {
        flex-direction: column;
        text-align: center;
    }

    .user-dashboard-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .user-dashboard-points-section {
        flex-direction: column;
        text-align: center;
    }

    .user-dashboard-points-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .user-dashboard-card-header h2 {
        font-size: 16px;
    }

    .user-dashboard-table-container {
        overflow-x: scroll;
    }

    .user-dashboard-table {
        min-width: 500px;
        font-size: 11px;
    }

    .user-dashboard-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* Dashboard Menu Section */
.dashboard-menu-section {
    background: linear-gradient(135deg, #2c5530 0%, #4a7c59 100%);
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(44, 85, 48, 0.15);
}

.dashboard-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dashboard-menu-logo {
    display: flex;
    flex-direction: column;
    color: white;
}

.dashboard-logo-text {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 2px;
}

.dashboard-logo-subtitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.9;
    text-transform: uppercase;
}

.dashboard-menu-nav {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dashboard-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.dashboard-menu-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
}

.dashboard-menu-item.active {
    background: rgba(205, 220, 33, 0.2);
    border-color: rgba(205, 220, 33, 0.4);
    color: #cddc21;
}

.dashboard-menu-icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.dashboard-menu-text {
    font-weight: 500;
    white-space: nowrap;
}

/* Responsive Design for Dashboard Menu */
@media (max-width: 768px) {
    .dashboard-menu-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .dashboard-menu-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .dashboard-menu-item {
        padding: 10px 16px;
        font-size: 13px;
    }

    .dashboard-logo-text {
        font-size: 24px;
    }

    .dashboard-logo-subtitle {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .dashboard-menu-section {
        margin: 0 -15px 20px -15px;
        border-radius: 0;
    }

    .dashboard-menu-nav {
        gap: 4px;
    }

    .dashboard-menu-item {
        padding: 8px 12px;
        font-size: 12px;
        flex-direction: column;
        gap: 4px;
        min-width: 70px;
    }

    .dashboard-menu-text {
        font-size: 11px;
    }

    .dashboard-menu-icon {
        font-size: 14px;
    }
}

/* Gabino Profile Drawer Styles */
.gabino-profile-drawer {
    width: 400px;
    max-width: 90vw;
}

.gabino-profile-header {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    border-bottom: none;
}

.gabino-profile-close {
    background: none;
    border: none;
    font-size: 35px;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.gabino-profile-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.gabino-profile-body {
    padding: 20px;
    text-align: center;
    background: white;
}

.gabino-profile-greeting {
    margin-bottom: 30px;
}

.gabino-profile-greeting h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.gabino-profile-avatar {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.gabino-avatar-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gabino-profile-info {
    margin-bottom: 30px;
}

.gabino-profile-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.gabino-profile-id {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

.gabino-profile-rewards {
    display: flex;
    gap: 5px;
}

.gabino-rewards-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 8px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.gabino-rewards-icon {


}

.gabino-g-logo {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.gabino-rewards-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-left: 15px;
}

.gabino-rewards-label {
    font-size: 12px;
    margin-bottom: 2px;
}

.gabino-rewards-points {
    font-size: 12px;
    font-weight: 600;
    color: #016650;
}

.gabino-dashboard-btn {
    flex: 1;
    background: #016650;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 15px;
}

.gabino-dashboard-btn:hover {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.gabino-profile-divider {
    height: 1px;
    background: #cddc21;
    margin-top: 15px;
    margin-bottom: 35px;

}

.gabino-profile-logout {
    margin-top: 20px;
}

.gabino-logout-btn {
    background: #cddc21;
    color: #333;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease;
}

.gabino-logout-btn:hover {
    background: #b8c91e;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(205, 220, 33, 0.3);
}

/* Mobile responsiveness for gabino profile drawer */
@media (max-width: 768px) {
    .gabino-profile-drawer {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0;
    }

    .gabino-profile-body {
        padding: 15px;
    }

    .gabino-profile-greeting h2 {
        font-size: 16px;
    }

    .gabino-avatar-circle {
        width: 100px;
        height: 100px;
    }

    .gabino-avatar-circle svg {
        width: 100px;
        height: 100px;
    }

    .gabino-profile-name {
        font-size: 18px;
    }

    .gabino-profile-id {
        font-size: 14px;
    }

    .gabino-rewards-container {
        padding: 6px 15px;
    }

    .gabino-rewards-icon {
        width: 35px;
        height: 35px;
    }

    .gabino-g-logo {
        font-size: 18px;
    }

    .gabino-rewards-points {
        font-size: 16px;
    }
}

#load-more-container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

/* Fixed Position Icons */
.fixed-icons {
    position: relative;
    z-index: 1000;
}

.fixed-voucher-icon {
    position: fixed;
    left: 20px;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 1001;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.fixed-voucher-icon:hover {
    transform: translateY(-50%) scale(1.1);
}

.fixed-voucher-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

.fixed-voucher-icon:hover img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.fixed-chat-icon {
    position: fixed;
    right: 20px;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 1001;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.fixed-chat-icon:hover {
    transform: translateY(-50%) scale(1.1);
}

.fixed-chat-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

.fixed-chat-icon:hover img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Mobile responsiveness for fixed icons */
@media (max-width: 768px) {
    .fixed-voucher-icon {
        right: 10px;
        left: auto;
        bottom: 30%;
    }

    .fixed-chat-icon {
        right: 10px;
        bottom: 20%;
    }

    .fixed-voucher-icon img,
    .fixed-chat-icon img {
        width: 50px;
        height: 50px;
    }
}

