body{
    background: #ffeec4;
    background: linear-gradient(243deg, rgba(255, 238, 196, 1) 0%, rgba(255, 247, 227, 1) 10%, rgba(255, 255, 255, 1) 40%);
}
nav {
    background: #fcf9f3;
    box-shadow: 0 1px 3px 0#bfbbbb;
    border-bottom: 0
}

.tcat li a {
    color: #fff;
    background: linear-gradient(217deg,#e11d48 0,#f59e0b 100%);
    border-radius: 25px;
    transition: .2s
}

.tcat li a:hover {
    box-shadow: 0 3px 10px 5px #ddd;
    background: linear-gradient(217deg,#e11d48 0,#f59e0b 100%);
    padding: 13px;
    transition: .2s
}

.lnav {
    border: solid 1px #ccc;
    border-radius: 22px;
    padding: 10px 15px;
    background: #fff;
    transition: .2s;
    font-weight: 700
}

.lnav:hover {
    color: #e42c42;
    border-color: #e42c42;
    padding: 11px 17px;
    transition: .2s
}

#search input {
    border-bottom-right-radius: 22px
}

#search button {
    border-top-left-radius: 22px
}

#cart .cart {
    background: #e7bb81;
    border: 0;
    border-radius: 30px!important;
    margin-top: 10px
}

.cart:focus,.cart:hover {
    color: #000
}

.list.row {
    display: flex;
    overflow: auto;
    padding: 20px 0 0;
    background: #ffd39e
}

.list a {
    min-width: fit-content;
    transition: .3s;
    margin-left: 5px
}

.list a:hover {
    scale: 1.05;
    transition: .2s
}

.list .thumbnail {
    max-width: 190px;
    background: #fff
}

.list .thumbnail:hover {
    background: #fff;
    border-color: #ffffff00
}

hr {
    display: none
}

.label-ui {
    background: linear-gradient(217deg,#ccc 0,rgb(255 255 255) 100%);
    border-radius: 25px;
    transition: .2s;
    padding: 10px 40px;
    font-size: 15px
}

.label-ui:hover {
    color: #000!important;
    background: linear-gradient(217deg,rgb(255 141 0)0,rgb(255 255 255) 100%);
    transition: .2s;
    box-shadow: 0 3px 10px 5px #ddd
}

footer {
    background: linear-gradient(9deg,#795548 0,rgb(254 236 197) 100%)
}

.label-ui,footer h2,h1 {
    color: #000
}

footer img {
    filter: grayscale(1)
}

h1 {
    margin-bottom: 20px!important;
    text-shadow: 0 0 0#f32121
}

.cr {
    background: #000;
    color: #fff
}

.quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 14px 0 22px;
}
.quick strong{
    color:#000;
}
.quick .q {
    border: 1px solid rgba(26,26,31,.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 10px 28px rgba(17,24,39,.10);
    padding: 14px;
    transition: .18s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 980px) {
    .quick {
        grid-template-columns: 1fr;
    }
}

.quick .q .icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(185, 28, 28, .18), rgba(6, 78, 59, .14));
    border: 1px solid rgba(26,26,31,.12);
}
.quick .q small {
    display: block;
    margin-top: 4px;
    color: rgba(26,26,31,.65);
    line-height: 1.7;
}


.hero {
    margin: 12px 0 18px;
    border: 1px solid rgba(26, 26, 31, .12);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, .12);
    overflow: hidden;
    position: relative;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    padding: 22px;
    align-items: stretch;
}
@media (max-width: 980px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }
}
.hero h1 {
    margin: 0 0 10px;
    font-size: 34px;
    letter-spacing: -.3px;
}
.hero p {
    margin: 0 0 14px;
    color: rgba(26, 26, 31, .65);
    line-height: 1.9;
}
.hero-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.hero-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(26, 26, 31, .12);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    transition: .18s ease;
    font-size: 14px;
    white-space: nowrap;
}
.hero-cta .btn-primary {
    border-color: rgba(185, 28, 28, .35);
    background: linear-gradient(135deg, #b91c1c, #b45309);
    color: #fff;
}
.countdown {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(26, 26, 31, .12);
    background: rgba(255, 255, 255, .65);
    width: 100%;
    justify-content: center;
}
.countdown .cd {
    min-width: 72px;
    padding: 9px 10px;
    border-radius: 14px;
    border: 1px solid rgba(26, 26, 31, .12);
    background: rgba(255, 255, 255, .9);
    text-align: center;
}

.countdown .cd b {
    display: block;
    font-size: 18px;
}
.countdown .cd span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--muted2);
}

.chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.chip {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(26, 26, 31, .12);
    background: rgba(255, 255, 255, .78);
    color: rgba(26, 26, 31, .65);
    font-size: 13px;
}
.hero-visual {
    border-radius: 20px;
    border: 1px solid rgba(26, 26, 31, .12);
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(6, 78, 59, .25), rgba(185, 28, 28, .18)), url(/image/catalog/baner/yalda-20.jpg) center / cover no-repeat;
    box-shadow: 0 10px 28px rgba(17, 24, 39, .10);
}
.hero-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 35%, rgba(255, 255, 255, .30), transparent 55%), radial-gradient(circle at 70% 60%, rgba(255, 255, 255, .20), transparent 60%);
    pointer-events: none;
}


















