@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap";
@import "/public/assets/cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css";

/* =========================
   Root Variables
========================= */
:root {
    --green: #0d8420;
    --yellow: #ffe241;
    --orange: #64ACFF;
    --light: #8292B4;
    --light-black: #444444;
}



/* =========================
   Base Styles
========================= */
body {
    font-family: rubik, sans-serif;
    font-size: 12px;
    color: var(--light-black);
}

a {
    text-decoration: none;
}

p {
    font-size: 12px;
}

.h6,
h6 {
    font-size: 14px;
    line-height: 20px;
}

.h5,
h5 {
    font-size: 17px;
    line-height: 20px;
}

.small,
small {
    font-size: 10px;
}

.fw-bold {
    font-weight: 500 !important;
}

.text-muted {
    color: var(--light) !important;
}

.link-dark {
    color: var(--light-black) !important;
}

/* =========================
   Buttons
========================= */
.btn {
    font-size: 12px;
}

.btn-sm {
    padding: 6px 19px;
}

.btn-lg {
    font-size: 14px;
    padding: 15px;
}

.bg-primary {
    background-color: var(--orange) !important;
}

.text-primary {
    color: var(--orange) !important;
}

.btn-primary {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}

.btn-outline-success {
    border-color: var(--green) !important;
    color: var(--green) !important;
    background: #f1fff3 !important;
}

/* =========================
   Forms
========================= */
.form-control {
    font-size: 15px;
    box-shadow: none !important;
}

.form-check .form-check-input:focus {
    box-shadow: none !important;
}

.form-check .form-check-input:checked {
    background-color: #fc8019;
    border-color: #fc8019;
}

.offcanvas-footer {
    padding: 1rem;
}

/* =========================
   Shadows & Borders
========================= */
.shadow,
.shadow-sm {
    box-shadow: 0 4px 10px rgb(0 77 255 / 4%) !important;
}

.border {
    border: 1px solid #eaf1f5 !important;
}

.border-top {
    border-top: 1px solid #eaf1f5 !important;
}

.border-bottom {
    border-bottom: 1px solid #eaf1f5 !important;
}

.border-start {
    border-left: 1px solid #eaf1f5 !important;
}

.border-end {
    border-right: 1px solid #eaf1f5 !important;
}

.accordion-item {
    border-color: #eaf1f6;
}

/* =========================
   Icons
========================= */
.icon-sm {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-lg {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   Scrollbar
========================= */
html ::-webkit-scrollbar {
    width: 5px;
}

html ::-webkit-scrollbar-thumb {
    background-color: rgba(138, 138, 138, 0.4);
    border-radius: 7px;
}

html ::-webkit-scrollbar-track-piece,
html ::-webkit-scrollbar-corner {
    background-color: #fff;
}

html ::-webkit-scrollbar-button {
    display: none;
}

/* =========================
   Components
========================= */
.product-box {
    height: 110px;
    border: 1px solid #e5e5e5;
}

.btn-category {
    position: absolute;
    bottom: 6rem;
    right: 1rem;
}

.osahan-badge {
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 10px;
    padding: 5px 4px 4px;
    border-radius: 0 0 6px 6px;
}

.osahan-badge b {
    font-size: 12px;
    font-weight: 500;
}

/* =========================
   Slick Visibility
========================= */
.all-cate,
.top-picks,
.coupons,
.product-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}

.all-cate.slick-initialized,
.top-picks.slick-initialized,
.coupons.slick-initialized,
.product-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/* =========================
   Sidebar
========================= */
.osahan-item-sidebar .nav-link {
    padding: 0;
    margin: 7px 0;
    position: relative;
}

.osahan-item-sidebar .nav-link img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    padding: 3px;
}

.osahan-item-sidebar .nav-link p {
    color: #8292b4;
}

.osahan-item-sidebar .nav-link.active p {
    color: #ed6337;
}

.osahan-item-sidebar .nav-link.active::after {
    content: "";
    position: absolute;
    width: 6px;
    background: #ed6337;
    top: 0;
    bottom: 0;
    right: -10px;
    border-radius: 9px;
}

/* =========================
   Coupons
========================= */
.osahan-coupons-code .border-end {
    border-right-style: dashed !important;
    border-color: #fff !important;
}

.nav-content h2 {
    display: none !important;
}
