.body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

.secondary {
    background-color: #FAA400;
    border-color: #FAA400;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: #FAA400;
    border-color: #FAA400;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #00649F;
    background-color: #eee;
    border-color: #ddd;
}

@media (max-width: 576px) {
    .modal-dialog.modal-dialog-slideout {
        width: 80%
    }
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto 0 0;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-flow: column;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}



.text-outline-white {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: white;
}

.nav-link {
    color: #333 !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #007bff !important;
}

.product-scroll-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
    max-width: 100%;
}

.product-scroll-card {
    min-width: 220px;
    scroll-snap-align: center;
    flex: 0 0 auto;
}

/* Thumbnail utility classes */
.thumbnail-60 {
    width: 60px;
    height: 60px;
}

.thumbnail-60-min {
    min-width: 60px;
}

/* Background utility classes */
.bg-banner-capture {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
        url('/images/banners/capture.jpg');
    background-size: cover;
    background-position: center 90%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-primary-custom {
    background-color: #0E4055 !important;
}

.border-primary-custom {
    border-color: #0E4055 !important;
}

.bg-gradient-shop {
    background: #A7D5E7;
    background: linear-gradient(90deg, rgba(167, 213, 231, 1) 0%, rgba(212, 242, 254, 1) 24%, rgba(235, 251, 255, 1) 37%, rgba(212, 242, 254, 1) 53%, rgba(167, 213, 231, 1) 100%);
}

.bg-feature-highlights {
    background: #D6F1FD;
}

.bg-toast-success {
    background: #95E58B;
}

/* Text utilities */
.text-primary-custom {
    color: #0E4055;
}

.min-height-140 {
    min-height: 140px;
}

/* Icon and spinner utilities */
.icon-margin-fix {
    margin-top: -4px;
}

.spinner-overlay {
    position: relative;
    display: inline-block;
}

.spinner-centered {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
}

.product-scroll-row::-webkit-scrollbar {
    height: 8px;
    background: #eee;
}

.product-scroll-row::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

@media (min-width: 1280px) {
    .product-scroll-row {
        justify-content: center;
        overflow-x: hidden;
    }
}

.product-img-homepage {
    width: 271px;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

/* Product thumbnail utility classes for cart items */
.product-thumbnail-img {
    max-height: 200px;
    width: auto;
}

.spinner-sm {
    width: 2rem;
    height: 2rem;
}

.bg-light-blue {
    background-color: #e1e9ec;
}

.bg-orange {
    background-color: #f8a84d;
}

.bg-orange:hover {
    background-color: #f3b874;
}

.card-hover {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.btn-primary-custom {
    background-color: #0E4055;
    color: #fff;
    border: 1px solid #0E4055;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn-primary-custom:hover,
.btn-primary-custom:focus {
    background-color: #196f94;
    color: #fff;
    border-color: #196f94;
}
.btn-primary-custom:active {
    background-color: #18647e !important;
    color: #fff !important;
    border-color: #18647e !important;
}
.btn-primary-custom.disabled,
.btn-primary-custom:disabled {
    background-color: #b3c2cc;
    color: #fff;
    border-color: #b3c2cc;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-outline-primary-custom {
    color: #0E4055;
    background-color: transparent;
    border: 1.5px solid #0E4055;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn-outline-primary-custom:hover,
.btn-outline-primary-custom:focus {
    background-color: #0E4055;
    color: #fff;
    border-color: #0E4055;
}
.btn-outline-primary-custom:active {
    background-color: #18647e !important;
    color: #fff !important;
    border-color: #18647e !important;
}
.btn-outline-primary-custom.disabled,
.btn-outline-primary-custom:disabled {
    background-color: #fff;
    color: #b3c2cc;
    border-color: #b3c2cc;
    cursor: not-allowed;
    opacity: 0.65;
}

.bg-md-center {
    background-position: center !important;
}
@media (min-width: 992px) { /* lg and up */
    .bg-md-center {
        background-position: initial !important;
    }
}

/* Green Button Styles */
.btn-green {
    background-color: #3AAD6E;
    color: #fff;
    border: 1px solid #3AAD6E;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn-green:hover,
.btn-green:focus {
    background-color: #31975c;
    color: #fff;
    border-color: #31975c;
}
.btn-green:active {
    background-color: #277a4a !important;
    color: #fff !important;
    border-color: #277a4a !important;
}
.btn-green.disabled,
.btn-green:disabled {
    background-color: #b3e2c7;
    color: #fff;
    border-color: #b3e2c7;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-outline-green {
    color: #3AAD6E;
    background-color: transparent;
    border: 1.5px solid #3AAD6E;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn-outline-green:hover,
.btn-outline-green:focus {
    background-color: #3AAD6E;
    color: #fff;
    border-color: #3AAD6E;
}
.btn-outline-green:active {
    background-color: #277a4a !important;
    color: #fff !important;
    border-color: #277a4a !important;
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
    background-color: #fff;
    color: #b3e2c7;
    border-color: #b3e2c7;
    cursor: not-allowed;
    opacity: 0.65;
}

/* Yellow Button Styles */
.btn-yellow {
    background-color: #FFC443;
    color: #333;
    border: 1px solid #FFC443;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #e6b03c;
    color: #333;
    border-color: #e6b03c;
}
.btn-yellow:active {
    background-color: #c99a32 !important;
    color: #333 !important;
    border-color: #c99a32 !important;
}
.btn-yellow.disabled,
.btn-yellow:disabled {
    background-color: #ffe6a8;
    color: #fff;
    border-color: #ffe6a8;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-outline-yellow {
    color: #FFC443;
    background-color: transparent;
    border: 1.5px solid #FFC443;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
}
.btn-outline-yellow:hover,
.btn-outline-yellow:focus {
    background-color: #FFC443;
    color: #333;
    border-color: #FFC443;
}
.btn-outline-yellow:active {
    background-color: #c99a32 !important;
    color: #333 !important;
    border-color: #c99a32 !important;
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    background-color: #fff;
    color: #ffe6a8;
    border-color: #ffe6a8;
    cursor: not-allowed;
    opacity: 0.65;
}