@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');

html, body {
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 400;
  color: #2f241c;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  background: #f7f2ea;
}

body,
p,
span,
div,
li,
a,
input,
select,
textarea,
button,
label {
  font-family: 'Tajawal', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #2f241c;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 700;
}

h1 { font-size: 28px; line-height: 1.35; }
h2 { font-size: 24px; line-height: 1.35; }
h3 { font-size: 20px; line-height: 1.4; }
h4 { font-size: 17px; line-height: 1.45; }
h5, footer h5 { font-size: 15px; line-height: 1.45; }
h6 { font-size: 14px; line-height: 1.45; }

a {
  color: #a27a43;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #b28a52;
}

button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 13px;
  font-weight: 500;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#alert {
  z-index: 9999;
  pointer-events: all;
}

#alert .alert {
  min-width: 320px;
  position: relative;
  margin-bottom: 15px;
}

/* top */
#top {
  display: none;
}

/* logo */
#logo {
  margin: 0;
}

#logo img {
  max-width: 200px;
}

/* search base */
#search {
  margin-bottom: 0;
}

#search .form-control-lg {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 24px;
}

/* cart */
#header-cart {
  margin-bottom: 0;
}

#header-cart .btn-lg {
  color: #FFF;
  height: 46px;
  padding: 0 1rem;
}

#header-cart .btn:hover {
  color: #FFF;
}

#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#header-cart.open > .btn:hover {
  color: #444;
}

#header-cart .dropdown-menu {
  background: #fffaf4;
  z-index: 1001;
  min-width: 100%;
  border: 1px solid #eadfce;
  border-radius: 4px;
}

#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}

#header-cart .dropdown-menu li {
  min-width: 320px;
  padding: 0 10px;
}

#header-cart .dropdown-menu li p {
  margin: 20px 0;
}

@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }

  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* menu fallback */
#menu {
  background: transparent;
  min-height: 40px;
  border-radius: 0;
}

#menu.navbar {
  padding: 0 1rem;
}

#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background: #b28a52;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu #category {
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

#menu .navbar-nav > li > a {
  color: #fff;
  padding: 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-right: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  min-height: 600px;
}

/* footer fallback */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: 'Tajawal', sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;

}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  transform: rotate(45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
}

/* buttons */
.btn-light {
  color: #5b4631;
  background: #f1e7d8;
  border-color: #e4d7c5;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #2f241c;
  background-color: #e6d8c4;
  border-color: #d9c9b4;
}

.btn-primary {
  color: #ffffff;
  background: #2f241c;
  border-color: #2f241c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #b28a52;
  border-color: #b28a52;
}

.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
  box-shadow: none;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #a27a43;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.product-thumb {
  border: 1px solid #ddd;
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
}

.product-buttons {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 15px;
}

.product-buttons .button-group {
  display: flex;
  background-color: #eee;
}

.product-buttons .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-buttons .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-buttons .button-group button + button {
  border-right: 1px solid #ddd;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-buttons .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-right: 1px solid #ddd;
  }
}

.rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  width: 20px;
}

.rating.fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.navbar-light .navbar-toggler {
  font-size: 15px;
  color: #FFF;
  padding: 6px 12px;
  background: #2f241c;
  border-color: #2f241c;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ===== Zend modern header ===== */
body.zend-store {
  background: #f7f2ea;
  color: #2f241c;
  font-family: 'Tajawal', sans-serif !important;
}

.site-topbar {
  background: #2f241c;
  color: #f7efe3;
  font-size: 13px;
  padding: 8px 0;
}

.site-topbar a {
  color: #f7efe3;
  text-decoration: none;
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.topbar-note,
.topbar-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar-item > * {
  margin: 0;
}

.site-header-main {
  background: #fffaf4;
  padding: 10px 0;
  border-bottom: 1px solid #eadfce;
}

.header-main-grid {
  display: grid;
  grid-template-columns: 220px 1fr 330px;
  gap: 20px;
  align-items: center;
}

.site-logo img {
  max-height: 70px;
}

.site-logo h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.site-logo h1 a {
  color: #2f241c;
  text-decoration: none;
}

.search-box-card {

}

.search-box-card #search {
  margin: 0;
}

.search-box-card .input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-box-card input,
.search-box-card .form-control {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 44px;
  font-size: 14px;
}

.search-box-card button,
.search-box-card .btn {
  border-radius: 4px !important;
  min-width: 48px;
  min-height: 40px;
  border: 0 !important;
  background: #b28a52 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.header-actions-wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
}

.header-action-card {
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.header-action-card:hover {
  transform: translateY(-2px);
  color: #b28a52;
  border-color: #d8bf95;
}

.header-action-card i {
  font-size: 18px;
}

.site-menu-bar {
  background: #fff;
  border-bottom: 1px solid #eadfce;
  box-shadow: 0 4px 16px rgba(58, 42, 28, 0.04);
}

.site-menu-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 50px;
}

.site-menu-links {
  flex: 1;
}

.site-menu-links .navbar,
.site-menu-links .nav,
.site-menu-links ul {
  margin-bottom: 0;
}

.site-menu-links a {
  font-weight: 600;
}

.site-menu-cart-mini {
  min-width: 180px;
  display: flex;
  justify-content: flex-end;
}

.site-menu-cart-mini #cart {
  width: 100%;
}

.site-menu-cart-mini .btn,
.site-menu-cart-mini button {
  width: 100%;
  border-radius: 4px !important;
  background: #2f241c !important;
  color: #fff !important;
  border: 0 !important;
  min-height: 40px;
}

/* ===== Home page layout ===== */
.zend-homepage {
  padding: 26px 0 40px;
  background: #f7f2ea;
}

.zend-home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.zend-home-sidebar > *,
.zend-home-top > *,
.zend-home-bottom > * {
  margin-bottom: 24px;
}

.zend-home-sidebar .card,
.zend-home-top .card,
.zend-home-bottom .card,
.zend-home-sidebar .module,
.zend-home-top .module,
.zend-home-bottom .module {
  border: 1px solid #eadfce;
  border-radius: 5px;
  background: #fffaf4;
  box-shadow: 0 10px 24px rgba(58, 42, 28, 0.05);
  overflow: hidden;
}

.zend-home-top,
.zend-home-bottom {
  display: block;
}

.zend-home-main .swiper,
.zend-home-main .banner,
.zend-home-main .slideshow {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(58, 42, 28, 0.08);
}

.zend-homepage h2,
.zend-homepage h3,
.zend-homepage .title {
  color: #2f241c;
}

/* ===== Product card redesign ===== */
.zend-product-form {
  height: 100%;
}

.zend-product-card {
  position: relative;
  background: #fffaf4;
  border: 1px solid #eadfce;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(58, 42, 28, 0.05);
  transition: all 0.25s ease;
  padding: 14px 14px 0;
}

.zend-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(58, 42, 28, 0.10);
  border-color: #d9c2a2;
}

.zend-product-badge-wrap {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
}

.zend-badge-sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d94b5a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 10px;
  line-height: 1;
}

.zend-product-image {
  background: #ffffff;
  border-radius: 4px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}

.zend-product-image img {
  max-height: 190px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.zend-product-card:hover .zend-product-image img {
  transform: scale(1.04);
}

.zend-product-content {
  padding: 0 4px 8px;
}

.zend-product-category-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #9c7e56;
  margin-bottom: 8px;
  font-weight: 700;
}

.zend-product-title {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 48px;
}

.zend-product-title a {
  color: #2f241c;
  text-decoration: none;
  font-weight: 700;
}

.zend-product-title a:hover {
  color: #b28a52;
}

.zend-product-text {
  font-size: 13px;
  line-height: 1.7;
  color: #7b6b5c;
  margin-bottom: 12px;
  min-height: 44px;
}

.zend-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.zend-product-price .price-new {
  font-size: 18px;
  font-weight: 800;
  color: #2f241c;
}

.zend-product-price .price-old {
  font-size: 13px;
  color: #a89a8c;
  text-decoration: line-through;
}

.zend-product-price .price-tax {
  width: 100%;
  font-size: 12px;
  color: #8d7f72;
}

.zend-rating {
  color: #c89d4c;
  margin-bottom: 8px;
}

.zend-product-buttons {
  padding: 0 14px 14px;
}

.zend-button-group {
  display: grid;
  grid-template-columns: 1fr 48px 48px;
  gap: 10px;
}

.zend-button-group button {
  border: 0;
  border-radius: 4px;
  min-height: 48px;
  transition: all 0.2s ease;
}

.zend-btn-cart {
  background: #2f241c;
  color: #fff;
  font-weight: 700;
}

.zend-btn-cart:hover {
  background: #b28a52;
  color: #fff;
}

.zend-btn-icon {
  background: #f1e7d8;
  color: #5b4631;
}

.zend-btn-icon:hover {
  background: #dcc3a0;
  color: #2f241c;
}

/* ===== Search ===== */
.zend-search-box {
  background: transparent;
}

.zend-search-box .form-control {
  border-radius: 4px !important;
  border: 1px solid #e4d7c5 !important;
  background: #fff !important;
  min-height: 40px;
  padding: 12px 18px;
  box-shadow: none !important;
  font-size: 14px;
}

.zend-search-btn {
  border-radius: 4px !important;
  margin-inline-start: 10px;
  min-width: 58px;
  border: 0 !important;
  background: #b28a52 !important;
  color: #fff !important;
}

.zend-search-btn:hover {
  background: #9b7440 !important;
  color: #fff !important;
}

/* ===== Menu ===== */
.zend-main-menu {
  background: transparent !important;
  padding: 0;
}

.zend-mobile-category-title {
  font-weight: 700;
  color: #2f241c;
  padding: 12px 0;
}

.zend-mobile-category-title i {
  margin-inline-end: 8px;
}

.zend-menu-toggler {
  border: 1px solid #e0d2bf;
  border-radius: 4px;
  background: #fffaf4;
  color: #2f241c;
}

.zend-nav-list {
  gap: 6px;
}

.zend-nav-item > .nav-link {
  color: #2f241c !important;
  font-weight: 400;
  padding: 8px 12px !important;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.zend-nav-item > .nav-link:hover,
.zend-nav-item.show > .nav-link {
  background: #f1e7d8;
  color: #9b7440 !important;
}

.zend-dropdown-menu {
  border: 1px solid #eadfce;
  border-radius: 5px;
  padding: 18px;
  background: #fffaf4;
  box-shadow: 0 18px 38px rgba(58, 42, 28, 0.08);
  min-width: 280px;
  margin-top: 10px;
}

.zend-dropdown-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.zend-dropdown-column {
  min-width: 160px;
  margin: 0;
}

.zend-dropdown-column li a {
  color: #5d4b3b !important;
  padding: 8px 0 !important;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.zend-dropdown-column li a:hover {
  color: #b28a52 !important;
}

.zend-see-all {
  display: inline-block;
  margin-top: 14px;
  text-decoration: none;
  color: #2f241c;
  font-weight: 700;
}

.zend-see-all:hover {
  color: #b28a52;
}

/* ===== Footer ===== */
.zend-footer {
  background: #2c221b;
  color: #f2e7d8;
  margin-top: 50px;
  padding-top: 46px;
}

.zend-footer-top {
  padding-bottom: 28px;
}

.zend-footer-box h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 700;
}

.zend-footer-box ul {
  margin: 0;
  padding: 0;
}

.zend-footer-box ul li {
  margin-bottom: 10px;
}

.zend-footer-box ul li a {
  color: #ddcdb9;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 14px;
}

.zend-footer-box ul li a:hover {
  color: #d9b06d;
}

.zend-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 22px;
}

.zend-footer-copy p {
  margin: 0;
  color: #d7c7b4;
  font-size: 14px;
}

/* ===== Product page ===== */
.zend-product-page {
  padding-top: 18px;
  padding-bottom: 30px;
}

.zend-breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 22px;
}

.zend-breadcrumb .breadcrumb-item a {
  color: #8c7456;
  text-decoration: none;
}

.zend-product-hero {
  background: transparent;
  margin-bottom: 30px;
}

.zend-product-gallery,
.zend-product-summary-inner,
.zend-product-tabs-wrap,
.zend-related-products,
.zend-tags-box {
  background: #fffaf4;
  border: 1px solid #eadfce;
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(58, 42, 28, 0.06);
}

.zend-product-gallery {
  padding: 18px;
}

.zend-product-main-image {
  background: #fff;
  border-radius: 5px;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}

.zend-product-main-image img {
  max-height: 420px;
  object-fit: contain;
}

.zend-product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zend-thumb-item {
  width: 88px;
  height: 88px;
  background: #fff;
  border: 1px solid #eee1cf;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.zend-thumb-item:hover {
  border-color: #cfaf7d;
  transform: translateY(-2px);
}

.zend-thumb-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.zend-product-summary-inner {
  padding: 28px;
  height: 100%;
}

.zend-product-mini-label {
  display: inline-block;
  background: #f2e6d5;
  color: #8b6a3e;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.zend-product-page-title {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.35;
  color: #2f241c;
  font-weight: 800;
}

.zend-product-meta {
  margin: 0 0 20px;
  padding: 0;
}

.zend-product-meta li {
  padding: 7px 0;
  color: #5c4b3c;
  border-bottom: 1px dashed #eee1cf;
  font-size: 14px;
}

.zend-product-meta li:last-child {
  border-bottom: 0;
}

.zend-product-meta li span {
  font-weight: 700;
  color: #2f241c;
  margin-inline-end: 8px;
}

.zend-product-meta li a {
  color: #a27a43;
  text-decoration: none;
}

.zend-product-price-box {
  background: #fff;
  border: 1px solid #eee1cf;
  border-radius: 5px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.zend-price-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.zend-price-line .price-new {
  font-size: 30px;
  font-weight: 800;
  color: #2f241c;
}

.zend-price-line .price-old {
  font-size: 16px;
  color: #b1a294;
  text-decoration: line-through;
}

.zend-price-sub {
  margin-top: 8px;
  color: #7d6b5b;
  font-size: 14px;
}

.zend-discount-list {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.zend-discount-item {
  background: #f8f1e8;
  border-radius: 4px;
  padding: 10px 12px;
  color: #684f33;
  font-size: 14px;
}

.zend-product-rating-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 18px;
}

.zend-rating-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zend-rating-links a {
  color: #8f6d3e;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.zend-top-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.zend-icon-action {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 4px;
  background: #f3e8d9;
  color: #5a4631;
  transition: all 0.2s ease;
}

.zend-icon-action:hover {
  background: #dcc3a0;
  color: #2f241c;
}

.zend-purchase-box {
  margin-top: 10px;
}

.zend-section-divider {
  height: 1px;
  background: #eee1cf;
  margin: 18px 0;
}

.zend-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #2f241c;
  margin-bottom: 14px;
}

.zend-options-wrap .form-control,
.zend-options-wrap .form-select,
.zend-purchase-box .form-control,
.zend-purchase-box .form-select {
  border-radius: 4px;
  border: 1px solid #e4d7c5;
  min-height: 50px;
  box-shadow: none;
  font-size: 14px;
}

.zend-options-wrap textarea.form-control {
  min-height: 120px;
}

.zend-buy-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  align-items: end;
  margin-top: 16px;
}

.zend-main-buy-btn {
  min-height: 52px;
  border: 0;
  border-radius: 4px;
  background: #2f241c;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.zend-main-buy-btn:hover {
  background: #b28a52;
  color: #fff;
}

.zend-product-tabs-wrap {
  padding: 22px;
  margin-bottom: 30px;
}

.zend-product-tabs {
  border-bottom: 0;
  gap: 10px;
  margin-bottom: 18px;
}

.zend-product-tabs .nav-link {
  border: 0;
  border-radius: 4px;
  background: #f3e8d9;
  color: #5b4631;
  font-weight: 700;
  padding: 12px 18px;
  font-size: 14px;
}

.zend-product-tabs .nav-link.active {
  background: #2f241c;
  color: #fff;
}

.zend-product-tab-content {
  background: #fff;
  border: 1px solid #eee1cf;
  border-radius: 5px;
  padding: 22px;
  min-height: 120px;
}

.zend-spec-table {
  margin-bottom: 0;
}

.zend-spec-table thead td {
  background: #f8f1e8;
}

.zend-related-products {
  padding: 22px;
  margin-bottom: 24px;
}

.zend-related-title {
  font-size: 24px;
  margin-bottom: 18px;
  color: #2f241c;
  font-weight: 800;
}

.zend-tags-box {
  padding: 18px 22px;
}

.zend-tags-box p {
  margin: 0;
}

.zend-tags-box a {
  color: #a27a43;
  text-decoration: none;
  font-weight: 600;
}

/* ===== Category page ===== */
.zend-category-page {
  padding-top: 18px;
  padding-bottom: 30px;
}

.zend-category-hero,
.zend-subcategories-box,
.zend-category-toolbar,
.zend-category-pagination,
.zend-empty-box {
  background: #fffaf4;
  border: 1px solid #eadfce;
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(58, 42, 28, 0.06);
}

.zend-category-hero {
  padding: 28px;
  margin-bottom: 24px;
}

.zend-category-title {
  font-size: 24px;
  font-weight: 800;
  color: #2f241c;
  margin: 0 0 12px;
  line-height: 1.35;
}

.zend-category-description {
  color: #6b5848;
  line-height: 1.9;
  font-size: 14px;
}

.zend-category-hero-image {
  background: #fff;
  border: 1px solid #eee1cf;
  border-radius: 5px;
  padding: 18px;
  text-align: center;
}

.zend-category-hero-image img {
  max-height: 220px;
  object-fit: contain;
}

.zend-subcategories-box {
  padding: 22px;
  margin-bottom: 24px;
}

.zend-subcategory-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid #eee1cf;
  border-radius: 4px;
  padding: 16px 18px;
  text-decoration: none;
  color: #2f241c;
  font-weight: 700;
  transition: all 0.2s ease;
  min-height: 68px;
  font-size: 14px;
}

.zend-subcategory-card:hover {
  transform: translateY(-2px);
  border-color: #d4b384;
  box-shadow: 0 12px 24px rgba(58, 42, 28, 0.08);
  color: #b28a52;
}

.zend-subcategory-card i {
  font-size: 15px;
  transform: scaleX(-1);
}

.zend-category-toolbar {
  padding: 18px;
  margin-bottom: 24px;
}

.zend-compare-btn {
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  background: #2f241c;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.zend-compare-btn:hover {
  background: #b28a52;
  color: #fff;
}

.zend-view-switch .btn {

}

.zend-view-switch .btn:hover {
  background: #f3e8d9 !important;
}

.zend-toolbar-select label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #6b5848;
  margin-bottom: 8px;
}

.zend-toolbar-select .form-select {
  min-height: 52px;
  border-radius: 4px;
  border: 1px solid #e4d7c5;
  box-shadow: none;
  font-size: 14px;
}

.zend-category-products {
  margin-bottom: 24px;
}

.zend-category-pagination {
  padding: 18px 22px;
  margin-bottom: 24px;
}

.zend-empty-box {
  padding: 24px;
  margin-bottom: 24px;
}

.zend-empty-box p {
  margin-bottom: 16px;
  color: #6b5848;
}

/* ===== Unified small sizing ===== */
.site-topbar,
.site-topbar a,
.header-action-card,
.zend-nav-item > .nav-link,
.zend-dropdown-column li a,
a,
.nav-link,
.dropdown-item,
.list-group-item {
  font-size: 14px !important;
}

input,
select,
textarea,
.form-control,
.form-select,
.search-box-card input,
.search-box-card .form-control,
.zend-search-box .form-control {
  font-size: 14px !important;
}

button,
.btn,
.zend-main-buy-btn,
.zend-btn-cart,
.zend-btn-icon,
.zend-compare-btn {
  font-family: 'Tajawal', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
}

.breadcrumb,
.breadcrumb-item,
.breadcrumb-item a {
  font-size: 13px !important;
}

@media (max-width: 991.98px) {
  .header-main-grid {
    grid-template-columns: 1fr;
  }

  .header-actions-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-menu-bar-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 0;
  }

  .site-menu-cart-mini {
    min-width: auto;
    width: 100%;
  }

  .zend-home-grid {
    grid-template-columns: 1fr;
  }

  .zend-home-sidebar {
    order: 2;
  }

  .zend-home-main {
    order: 1;
  }

  .zend-nav-list {
    padding-top: 10px;
    gap: 0;
  }

  .zend-nav-item > .nav-link {
    padding: 12px 8px !important;
  }

  .zend-dropdown-menu {
    border-radius: 4px;
    padding: 14px;
  }

  .zend-search-btn {
    min-width: 52px;
  }

  .zend-product-main-image {
    min-height: 340px;
  }

  .zend-product-main-image img {
    max-height: 300px;
  }

  .zend-product-page-title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 13px;
  }

  h1 { font-size: 24px; }
  h2 { font-size: 21px; }
  h3 { font-size: 18px; }

  .site-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-action-card {
    min-width: 84px;
    padding: 10px 8px;
  }

  .site-header-main {
    padding: 16px 0;
  }

  .zend-product-summary-inner,
  .zend-product-tabs-wrap,
  .zend-related-products,
  .zend-tags-box,
  .zend-product-gallery,
  .zend-category-hero,
  .zend-subcategories-box,
  .zend-category-toolbar,
  .zend-category-pagination,
  .zend-empty-box {
    padding: 16px;
  }

  .zend-product-main-image {
    min-height: 260px;
    padding: 16px;
  }

  .zend-product-main-image img {
    max-height: 220px;
  }

  .zend-buy-row {
    grid-template-columns: 1fr;
  }

  .zend-thumb-item {
    width: 72px;
    height: 72px;
  }

  .zend-product-page-title,
  .zend-category-title {
    font-size: 24px;
  }

  .zend-price-line .price-new {
    font-size: 24px;
  }

  .zend-subcategory-card {
    min-height: 60px;
    padding: 14px 16px;
  }

  .zend-product-image {
    min-height: 180px;
  }

  .zend-product-image img {
    max-height: 150px;
  }

  .zend-product-title {
    min-height: auto;
  }

  .zend-product-text {
    min-height: auto;
  }
}