@font-face {
    font-family: "KurdishFont";
    src: url("../global/fonts/ku-regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "KurdishFont";
    src: url("../global/fonts/ku-light.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "KurdishFont";
    src: url("../global/fonts/ku-bold.ttf") format("truetype");
    font-weight: bold;
}
body {
    font-family: "Poppins", sans-serif;
}
body.lang-ar,
body.lang-ar p,
body.lang-ar h6,
body.lang-ar h5,
body.lang-ar h4,
body.lang-ar h3,
body.lang-ar h2,
body.lang-ar h1,
body.lang-ar .swal2-title,
body.lang-ar .sidebar__item > h4,
body.lang-ar .checkout__form > h4,
body.lang-ar .shoping__checkout > h5,
body.lang-ar .contact__widget > h4,
body.lang-ar .footer__copyright__text > p,
body.lang-ar .hero__text > span,
body.lang-ar .hero__text > h2,
body.lang-ar .hero__text > p,
body.lang-ar .hero__text > a,
body.lang-ar .breadcrumb__text > h2,
body.lang-ar .breadcrumb__option > .breadcrumb__option > a {
    font-family: "KurdishFont", sans-serif;
}
body.lang-ku,
body.lang-ku p,
body.lang-ku h6,
body.lang-ku h5,
body.lang-ku h4,
body.lang-ku h3,
body.lang-ku h2,
body.lang-ku h1,
body.lang-ku .swal2-title,
body.lang-ku .sidebar__item > h4,
body.lang-ku .checkout__form > h4,
body.lang-ku .shoping__checkout > h5,
body.lang-ku .contact__widget > h4,
body.lang-ku .footer__copyright__text > p,
body.lang-ku .hero__text > span,
body.lang-ku .hero__text > h2,
body.lang-ku .hero__text > p,
body.lang-ku .hero__text > a,
body.lang-ku .breadcrumb__text > h2,
body.lang-ku .breadcrumb__option > .breadcrumb__option > a {
    font-family: "KurdishFont", sans-serif;
}
.swal2-popup.swal2-toast.swal2-rtl {
    direction: rtl;
}
.sticky-top-shop {
    position: sticky;
    top: 0;
    z-index: 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.shop-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0 18px;
}
.search-wrap {
    flex: 1 1 440px;
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    padding: 0 52px 0 16px;
    font-size: 16px;
}
.search-wrap button {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    background: #4c6e32;
    color: #fff;
    border: 0;
    font-weight: 800;
    text-transform: uppercase;
}
.shop-sidebar {
    position: sticky;
    top: 90px;
}
.cat-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
}
.cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f8faf9;
    font-weight: 700;
    color: #1c1c1c;
    cursor: pointer;
}
.cat-head .badge {
    background: #4c6e32;
    color: #fff;
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    font-size: 0.72rem;
}
.cat-body {
    padding: 10px;
}
.subcat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 992px) {
    .subcat-grid {
        grid-template-columns: 1fr;
    }
}
.subcat-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f4f6f2;
    color: #1c1c1c;
    font-weight: 600;
    border: 1px solid #e5e9e2;
    transition: all 0.18s ease;
    text-decoration: none;
}
.subcat-chip i {
    color: #4c6e32;
}
.subcat-chip:hover {
    transform: translateY(-1px);
    background: #eef3ea;
    border-color: #dbe3d5;
}
.product__item {
    border: 1px solid #eef0ec;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.18s, transform 0.18s;
}
.product__item:hover {
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.product__item__pic {
    position: relative;
    background: #fafafa;
}
.product__item__pic a img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.product__item__text {
    padding: 14px;
    text-align: center;
}
.product__item__text h6 {
    margin-bottom: 6px;
    font-weight: 700;
}
.price {
    font-weight: 800;
    color: #1c1c1c;
    letter-spacing: 0.2px;
}
.btn-add {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: #4c6e32;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 12px;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    transition: transform 0.08s, box-shadow 0.18s, background 0.18s;
}
.btn-add:active {
    transform: translateY(1px) scale(0.995);
}
.btn-add:hover {
    box-shadow: 0 8px 18px rgba(76, 110, 50, 0.25);
    background: #3f5b2a;
    color: #fff;
}
.btn-add i {
    font-size: 16px;
}
.product__details__pic {
    background: #fafafa;
    border: 1px solid #eef0ec;
    border-radius: 14px;
    padding: 16px;
}
.product__details__pic img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product__details__text h3 {
    font-weight: 800;
}
.detail-price {
    font-size: 28px;
    font-weight: 800;
    color: #1c1c1c;
    margin: 6px 0 14px;
}
.variant-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.variant-btn {
    appearance: none;
    border: 1px solid #e5e7eb;
    background: #f8f9fb;
    color: #111827;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
}
.variant-btn:hover {
    background: #eef2ff;
    border-color: #c7d2fe;
}
.variant-btn.active {
    background: #4c6e32;
    color: #fff;
    border-color: #4c6e32;
    box-shadow: 0 2px 8px rgba(76, 110, 50, 0.35);
}
.qty-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 6px;
}
.qty-wrap input {
    width: 90px;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: center;
}
.btn-add {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: #4c6e32;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 12px;
    transition: transform 0.08s, box-shadow 0.18s, background 0.18s;
    margin-top: 14px;
}
.btn-add:hover {
    box-shadow: 0 8px 18px rgba(76, 110, 50, 0.25);
    background: #3f5b2a;
    color: #fff;
}
