/* Template #11 independent design */
:root {
    --pc: #a8c436;
    --pd: #637420;
    --pl: #d8ec88;
    --ac: #f1f8d3
}

body {
    font-family: Times New Roman,serif!important;
    background: #f2f7fa;
    color: #333
}

a {
    color: #a8c436
}

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

header .topbar {
    background: #a8c436
}

header .nav-bar,header .nav-line,header .nav-top {
    background: #a8c436
}

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: #fff!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: #f1f8d3!important;
    background: rgba(255,255,255,.18)
}

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: #fff!important
}

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

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

header .logo a {
    color: #637420
}

header .search-box {
    border: 2px solid #a8c436;
    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: #a8c436;
    color: #fff;
    border: none;
    padding: 0px 15px;
    cursor: pointer;
}

.btn {
    border-radius: 0
}

.btn {
    background: linear-gradient(90deg,#a8c436,#d8ec88);
    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: #a8c436;
    font-weight: 800;
    font-size: 18px
}

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

.product-item {
    background: #fff;
    border-radius: 8px;
    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: #a8c436
}

.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: #f1f8d3
}

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: #a8c436;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s;
    text-decoration: none;
    box-sizing: border-box
}

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

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

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

.pagination li a,.pagination li span {
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg,#d8ec88,#fff)
}

.pagination li a:hover {
    background: linear-gradient(135deg,#637420,#a8c436);
    color: #fff
}

/* FX: anim4-hov1-btn5 */
.btn {
    position: relative;
    overflow: hidden
}

.btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,.35);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: width .5s,height .5s
}

.btn:active::after {
    width: 220px;
    height: 220px
}

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

.btn {
    border-radius: 4px;
    border-bottom: 4px solid var(--pd)
}

.btn:active {
    border-bottom-width: 1px
}

.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
}
