:root {
    --primary: var(--c-btn);
    --radius: 8px;
    --sidebar-w: 240px;
    --container-w: 1200px;
    --c-btn: var(--c-btn);
}
/* be-vietnam-pro-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 100;
  src: url('/css/be-vietnam-pro-v11-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/css/be-vietnam-pro-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 400;
  src: url('/css/be-vietnam-pro-v11-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  src: url('/css/be-vietnam-pro-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Be Vietnam Pro", sans-serif;
}

#logo {
    width: 40px;
    color: var(--c-btn);
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    background: #f5f7fa;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
table,
.uk-logo,
.uk-card-title {
    font-family: "Be Vietnam Pro", sans-serif;
}

h1 {
    font-size: 2rem
}

/* custom */

.uk-nav-default>li>a {
    color: #555555;
}

.uk-logo {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.uk-subnav>li>a {
    font-weight: 500;
    color: #333;
}

.uk-subnav>li>a:hover {
    color: var(--c-btn);
}
.product-title {
    text-align: left;
    font-weight: normal;
    font-size: 0.8rem;
    padding-left: 0;
}
.uk-card-default {
    border-radius: 0.5rem;
}
    .product-image {
        width: 100%;
        height: auto;
        aspect-ratio: 480 / 620;
        object-fit: cover;
        object-position: top;
        display: block;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .product-card-wrap {padding:0.5rem}
h5.uk-margin-small-bottom.uk-text-small.uk-text-bold {
    height: 45px;
    overflow: hidden;
    padding: 4px;
    text-align: center;
}

p.uk-text-meta.uk-margin-small {
    font-style: italic;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 0.8rem;
}

.category .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.uk-card-title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.purchase-option-button {
    background-color: var(--c-btn);
    /* UIkit primary blue */
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0.5rem 0 0;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.isAdded {
    background: #5cb85c;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0.5rem 0 0;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.uk-search-icon-flip svg {
    height:32px;
}
.purchase-option-button:hover {
    background-color: var(--c-btn);
}

#main .uk-badge {
    width:2rem;
    height: 2rem;   
}
h3 {
    font-size:1rem;
}
@media (min-width: 640px) {


    h1 {
        font-size: 2.65rem
    }
    h3 {
    font-size:1.5rem;
}
}


/* header look & feel */
:root {
    --c-bg: #ffffffc4;
    /* pastel blue */
    --c-btn: #007DC6;
    /* primary accent */
}

.navbar-custom {
    background: var(--c-bg);
    backdrop-filter: blur(6px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
    padding: .25rem .75rem;
}

@media (min-width: 640px) {
    .navbar-custom {
        padding: .5rem 1.25rem;
    }
}

/* nav links */
.uk-navbar-nav>li>a {
    font-weight: 500;
    letter-spacing: .02em;
    color: #1d1d1f;
    transition: color .15s ease;
}

.uk-navbar-nav>li>a:hover {
    color: var(--c-btn);
}

/* cart badge */
.cart-badge {
    display: inline-block;
    min-width: 1.35rem;
    padding: 0.1rem 0.6rem;
    background: var(--c-btn);
    color: #fff;
    font-size: .625rem;
    border-radius: 1rem;
    line-height: 1.35rem;
    vertical-align: top;
}