/* Template #16 independent design */
:root {
    --pc: #98732a;
    --pd: #483714;
    --pl: #e5b657;
    --ac: #f8ecd3
}

body {
    font-family: Tahoma,Geneva,sans-serif!important;
    background: linear-gradient(180deg,#fff,#f0f0f0);
    color: #333
}

a {
    color: #98732a
}

a:hover {
    color: #483714;
    text-decoration: none
}

header .topbar {
    background: #98732a
}

header .nav-bar,header .nav-line {
    background: #98732a;
    box-shadow: 0 4px 20px rgba(0,0,0,.12)
}

header nav a {
    color: #333
}

header nav a:hover {
    color: #98732a
}

header .nav-main,header .nav-line,header .nav-top,header .nav-bar,header .nav-inline,header .nav-side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px
}

header .nav-main a,header .nav-line a,header .nav-top a,header .nav-bar a,header .nav-inline a,header .nav-side a {
    font-size: 15px!important;
    padding: 9px 15px!important;
    margin: 2px 4px!important;
    color: #333!important;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s;
    border-radius: 6px;
    display: inline-block
}

header .nav-main a:hover,header .nav-line a:hover,header .nav-top a:hover,header .nav-bar a:hover,header .nav-inline a:hover,header .nav-side a:hover {
    color: #f8ecd3!important;
    background: var(--pl)
}

header nav a:hover {
    background: rgba(255,255,255,.25)
}

header .topbar a,header .user-area a {
    font-size: 14px!important;
    text-decoration: none;
    transition: all .3s;
    white-space: nowrap;
    font-weight: 500
}

header .topbar {
    color: rgba(255,255,255,.85)
}

header .topbar a {
    color: rgba(255,255,255,.92)!important
}

header .user-area a {
    color: #333!important
}

header .topbar a:hover,header .user-area a:hover {
    color: #f8ecd3!important;
    text-decoration: underline
}

header .logo {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #483714
}

header .logo a {
    color: #483714
}

header .search-box {
    border: 2px solid #98732a;
    border-radius: 30px;
    overflow: hidden;
    background: #fff
}

header .search-box input {
    border: none;
    outline: none;
    padding: 10px 16px;
    width: 72%
}

header .search-box button {
    background: #98732a;
    color: #fff;
    border: none;
    padding: 10px 22px;
    cursor: pointer
}

.btn {
    border-radius: 0
}

.btn {
    background: linear-gradient(90deg,#98732a,#e5b657);
    color: #fff;
    border: none;
    padding: 11px 28px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transition: all .3s
}

.btn:hover {
    transform: translateY(-2px);
    opacity: .9;
    color: #fff
}

.price,.current__price {
    color: #98732a;
    font-weight: 800;
    font-size: 18px
}

.section-title {
    color: #483714;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 20px;
    padding-left: 14px;
    border-left: 5px solid #98732a
}

.product-item {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transition: all .3s
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(0,0,0,.14);
    border-color: #98732a
}

.product-item {
    box-shadow: 0 6px 24px rgba(0,0,0,.1)
}

.product-thumb {
    background: #fafafa;
    overflow: hidden
}

.product-thumb img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform .45s
}

.product-item:hover .product-thumb img {
    transform: scale(1.08)
}

.product-content {
    padding: 14px 16px
}

.product-content .title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px
}

.product-content .title a {
    color: #222
}

footer {
    background: #1a1a1a;
    color: rgba(255,255,255,.85);
    padding: 40px 0 0;
    margin-top: 40px
}

footer a {
    color: rgba(255,255,255,.75)
}

footer a:hover {
    color: #f8ecd3
}

footer .footer-bottom {
    background: rgba(0,0,0,.3);
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
    margin-top: 30px
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0 10px;
    flex-wrap: wrap;
    gap: 6px
}

.pagination li a,.pagination li span {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #98732a;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s;
    text-decoration: none;
    box-sizing: border-box
}

.pagination li a:hover {
    background: #98732a;
    border-color: #98732a;
    color: #fff;
    transform: translateY(-2px)
}

.pagination li.active span,.pagination li.active a {
    background: #98732a!important;
    border-color: #98732a!important;
    color: #fff!important
}

.pagination li.disabled span {
    color: #bbb;
    background: #f5f5f5;
    cursor: not-allowed
}

.pagination li a,.pagination li span {
    border-radius: 30px
}

/* FX: anim2-hov1-btn4 */
.product-item {
    transition: all .35s
}

.product-item:hover {
    transform: translateY(-10px) scale(1.03)
}

.product-item:hover {
    transform: scale(1.03)
}

.btn {
    position: relative;
    overflow: hidden
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
    transition: left .5s
}

.btn:hover::before {
    left: 100%
}

.product-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 36px solid var(--pc);
    border-left: 36px solid transparent;
    opacity: 0;
    transition: opacity .3s
}

.product-item:hover::after {
    opacity: 1
}
