@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');
.tkps-container,.tkps-container *{box-sizing:border-box;font-family:'Tajawal',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.tkps-container{max-width:1280px;margin:0 auto;padding:28px 16px;direction:rtl}
.tkps-grid{display:grid;gap:24px}.tkps-cats-grid,.tkps-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.tkps-card{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid rgba(226,232,240,.95);border-radius:var(--tkps-radius);box-shadow:0 14px 40px rgba(15,23,42,.08);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}
.tkps-card:hover{transform:translateY(-7px);box-shadow:0 24px 52px rgba(15,23,42,.14)}
.tkps-page-head,.tkps-single-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}
.tkps-page-head-box,.tkps-single-head{padding:28px 30px;background:linear-gradient(135deg,#ffffff 0%,#eef6ff 55%,#f8fbff 100%);border:1px solid #dfebf7;border-radius:30px;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.tkps-page-head h1,.tkps-single-head h1{margin:0 0 10px;font-size:38px;line-height:1.2;color:#0f172a;font-weight:900}.tkps-page-head p{margin:0;color:#475569;font-size:17px;line-height:1.9;max-width:760px}
.tkps-thumb{display:block;position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafc 0%,#e2e8f0 100%)}
.tkps-thumb:after{content:'';position:absolute;inset:0;background:linear-gradient(130deg,rgba(255,255,255,0) 35%,rgba(255,255,255,.38) 50%,rgba(255,255,255,0) 65%);transform:translateX(-140%);transition:transform .9s ease;z-index:1}.tkps-card:hover .tkps-thumb:after{transform:translateX(140%)}
.tkps-thumb img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .55s ease,filter .55s ease;filter:brightness(1.08) contrast(1.04) saturate(1.12)}.tkps-card:hover .tkps-thumb img{transform:scale(1.07);filter:brightness(1.14) contrast(1.06) saturate(1.16)}
.tkps-cat-card,.tkps-cat-card *,.tkps-product-card,.tkps-product-card *,.tkps-page-head-box,.tkps-page-head-box *,.tkps-order-box,.tkps-order-box *{font-family:'Tajawal',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important}

/* Category cards */
.tkps-card-body{padding:22px}
.tkps-cat-card .tkps-card-body{display:flex;flex-direction:column;gap:14px;padding:22px 22px 24px}.tkps-cat-card .tkps-card-body h3{margin:0;font-size:27px;line-height:1.35;font-weight:900}.tkps-cat-card .tkps-card-body h3 a,.tkps-cat-card .tkps-card-body h3{color:#0f172a;text-decoration:none}.tkps-cat-card .tkps-card-body p{margin:0;font-size:15px;line-height:1.8;color:#526277;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0}.tkps-cat-card .tkps-badge{margin-top:2px;align-self:flex-start}

/* Product cards - refined balanced layout */
.tkps-product-card{display:flex;flex-direction:column;min-height:560px;border-radius:34px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.tkps-product-card .tkps-product-media{position:relative;padding:14px 14px 0;min-height:50%}
.tkps-product-card .tkps-thumb{border-radius:26px;overflow:hidden;background:#f1f5f9;box-shadow:0 14px 34px rgba(15,23,42,.09)}
.tkps-product-card .tkps-thumb img{height:280px}
.tkps-floating-icon{position:absolute;top:24px;right:24px;z-index:4;width:48px;height:48px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);box-shadow:0 12px 26px rgba(15,23,42,.14);font-size:20px;color:#0f172a;transition:transform .35s ease,box-shadow .35s ease}.tkps-card:hover .tkps-floating-icon{transform:translateY(-4px) rotate(12deg);box-shadow:0 16px 28px rgba(15,23,42,.16)}
.tkps-corner-badge{position:absolute;top:24px;left:24px;z-index:4;width:64px;height:64px;border-radius:18px;overflow:hidden;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);box-shadow:0 14px 30px rgba(15,23,42,.16);transition:transform .35s ease,box-shadow .35s ease}.tkps-corner-badge img{width:100%;height:100%;object-fit:cover;display:block}.tkps-card:hover .tkps-corner-badge{transform:translateY(-6px) scale(1.08) rotate(-4deg);box-shadow:0 20px 34px rgba(15,23,42,.22)}
.tkps-price-badge{position:absolute;left:28px;bottom:18px;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:999px;background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(51,65,85,.88));color:#fff;font-weight:900;font-size:18px;box-shadow:0 16px 30px rgba(15,23,42,.24);backdrop-filter:blur(6px)}
.tkps-product-card .tkps-card-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 22px 28px;flex:1;min-height:50%;text-align:center}
.tkps-brand-row{display:flex;align-items:center;justify-content:center;gap:10px;min-height:0}
.tkps-brand-chip{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #e4edf7;border-radius:999px;padding:8px 13px;box-shadow:0 8px 20px rgba(15,23,42,.05);font-weight:800;color:#0f172a;max-width:100%}.tkps-brand-chip img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0;flex-shrink:0}.tkps-brand-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tkps-product-card .tkps-card-body h3{margin:0;font-size:30px;line-height:1.25;font-weight:900;color:#0f172a}.tkps-product-card .tkps-card-body h3 a{text-decoration:none;color:inherit}
.tkps-product-card .tkps-card-body p{display:none}
.tkps-product-footer{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:0;padding-top:0;width:100%}
.tkps-details-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:210px;padding:16px 20px;border-radius:22px;background:#eef6ff;border:1px solid #dbe9f8;color:#0f172a;font-weight:900;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.tkps-details-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(15,23,42,.08);background:#f5f9ff}.tkps-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:var(--tkps-icon-bg);color:var(--tkps-icon-color);border-radius:16px;font-size:18px;box-shadow:0 12px 24px rgba(15,23,42,.12);transition:transform .3s ease}.tkps-card:hover .tkps-icon{transform:translateX(-4px) rotate(-8deg)}
.tkps-badge{display:inline-flex;align-items:center;gap:8px;background:#eef6ff;color:#0f172a;padding:9px 16px;border-radius:999px;font-size:14px;font-weight:800;border:1px solid #d8e8f8}
.tkps-section-space{height:28px}.tkps-subtitle{font-size:30px;margin:0 0 18px;color:#0f172a;font-weight:900}.tkps-single-price{font-size:28px;font-weight:900;white-space:nowrap;color:#0f172a}
.tkps-gallery-section,.tkps-tabs-wrapper,.tkps-rating-box,.tkps-product-content,.tkps-filters,.tkps-order-box{padding:24px;margin-bottom:24px}
.tkps-gallery-section{padding:18px}.tkps-main-gallery{position:relative}.tkps-main-gallery img,.tkps-gallery-section .tkps-single-main-image{width:100%;border-radius:28px;height:560px;object-fit:cover;display:block;box-shadow:0 18px 40px rgba(15,23,42,.1);filter:brightness(1.05) saturate(1.07)}.tkps-gallery-strip{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}.tkps-gallery-thumb{display:inline-flex;padding:4px;border-radius:18px;overflow:hidden;border:1px solid #dbe7f5;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.05);cursor:pointer;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;opacity:.9}.tkps-gallery-thumb img{border-radius:14px;width:92px;height:92px;object-fit:cover;display:block}.tkps-gallery-thumb:hover,.tkps-gallery-thumb.active{transform:translateY(-4px);box-shadow:0 14px 24px rgba(15,23,42,.12);border-color:#c7dbf2;opacity:1}
.tkps-tabs-nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.tkps-tabs-nav button{border:0;background:#eef2f7;padding:12px 18px;border-radius:999px;cursor:pointer;font-weight:800;color:#334155}.tkps-tabs-nav button.active{background:#0f172a;color:#fff}
.tkps-tab-panel{display:none;line-height:1.9;color:#334155}.tkps-tab-panel.active{display:block}.tkps-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tkps-feature-card{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e6edf5;border-radius:24px;padding:18px 14px;text-align:center;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 10px 28px rgba(15,23,42,.05)}.tkps-feature-icon{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e5edf6;overflow:hidden}.tkps-feature-icon img{width:100%;height:100%;object-fit:cover;display:block}.tkps-feature-fallback{font-size:28px;font-weight:900;color:#16a34a}.tkps-feature-card h4{margin:0;font-size:16px;line-height:1.8;color:#0f172a;font-weight:800}
.tkps-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.tkps-gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:18px;box-shadow:0 8px 22px rgba(15,23,42,.06)}.tkps-rating-box h3{margin-top:0;margin-bottom:8px;color:#0f172a}.tkps-rating-value{font-size:28px;font-weight:900;color:#0f172a}.tkps-product-content{line-height:2;color:#334155}
.tkps-tax-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.tkps-tax-chip{display:inline-flex;padding:8px 14px;border-radius:999px;background:#0f172a;color:#fff;font-weight:800;font-size:13px}.tkps-tax-chip-light{background:#eef6ff;color:#0f172a;border:1px solid #dce9f7}
.tkps-subcats-circles{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:26px}.tkps-subcat-circle{text-decoration:none;color:#0f172a;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:120px}.tkps-subcat-circle-media{width:108px;height:108px;border-radius:50%;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#eef6ff 100%);border:1px solid #dce8f7;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px rgba(15,23,42,.08);transition:transform .35s ease,box-shadow .35s ease}.tkps-subcat-circle img{width:100%;height:100%;object-fit:cover;display:block}.tkps-subcat-circle strong{font-size:15px;font-weight:800}.tkps-subcat-circle-fallback{font-size:26px}.tkps-subcat-circle:hover .tkps-subcat-circle-media{transform:translateY(-8px) scale(1.06) rotate(8deg);box-shadow:0 24px 44px rgba(15,23,42,.14)}
.tkps-filters-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.tkps-filters-head h3{margin:6px 0 0;font-size:28px;color:#0f172a}.tkps-clear-filters{text-decoration:none;color:#0f172a;font-weight:800;background:#fff;border:1px solid #e2e8f0;padding:10px 16px;border-radius:999px}.tkps-filter-grid,.tkps-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tkps-form-field{display:flex;flex-direction:column;gap:8px}.tkps-form-field-full{grid-column:1/-1}.tkps-form-field label{font-weight:800;color:#0f172a}.tkps-form-field input,.tkps-form-field textarea,.tkps-form-field select{width:100%;border:1px solid #dbe4ee;border-radius:16px;padding:14px 16px;background:#fff;box-shadow:inset 0 1px 2px rgba(15,23,42,.03)}.tkps-form-field input[readonly]{background:#f8fafc;color:#475569}
.tkps-order-head h3{margin:6px 0 8px;color:#0f172a;font-size:32px}.tkps-order-head p{margin:0 0 18px;color:#64748b;line-height:1.9}.tkps-order-kicker{display:inline-flex;align-items:center;gap:8px;background:#ecf5ff;color:#0f172a;border:1px solid #d9e9fb;border-radius:999px;padding:8px 14px;font-weight:800;font-size:13px}
.tkps-submit-order{margin-top:18px;border:0;border-radius:16px;padding:14px 22px;background:#0f172a;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(15,23,42,.16)}.tkps-form-alert{padding:14px 16px;border-radius:16px;margin-bottom:18px;font-weight:700}.tkps-form-alert.success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.tkps-form-alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
@media (max-width:1199px){.tkps-cats-grid,.tkps-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:991px){.tkps-cats-grid,.tkps-products-grid,.tkps-features-grid,.tkps-filter-grid,.tkps-order-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tkps-main-gallery img,.tkps-gallery-section .tkps-single-main-image{height:460px}}
@media (max-width:767px){.tkps-page-head,.tkps-single-head,.tkps-filters-head{flex-direction:column;align-items:flex-start}.tkps-page-head h1,.tkps-single-head h1{font-size:30px}.tkps-cats-grid,.tkps-products-grid,.tkps-features-grid,.tkps-filter-grid,.tkps-order-grid{grid-template-columns:1fr}.tkps-gallery-section,.tkps-tabs-wrapper,.tkps-rating-box,.tkps-product-content,.tkps-filters,.tkps-order-box,.tkps-single-head{padding:18px}.tkps-corner-badge{width:60px;height:60px}.tkps-floating-icon{width:40px;height:40px}.tkps-subcats-circles{gap:14px}.tkps-subcat-circle-media{width:92px;height:92px}.tkps-product-card .tkps-thumb img{height:240px}.tkps-main-gallery img,.tkps-gallery-section .tkps-single-main-image{height:320px}.tkps-gallery-thumb img{width:74px;height:74px}.tkps-price-badge{left:22px;bottom:16px;font-size:16px;padding:10px 16px}.tkps-product-card .tkps-card-body h3{font-size:24px}}

@media (max-width:1024px){.tkps-product-card{min-height:520px}.tkps-product-card .tkps-thumb img{height:250px}.tkps-product-card .tkps-card-body h3{font-size:26px}}
@media (max-width:767px){.tkps-product-card{min-height:auto}.tkps-product-card .tkps-thumb img{height:230px}.tkps-product-card .tkps-card-body{padding:20px 18px 24px}.tkps-details-btn{min-width:180px;width:auto}.tkps-product-card .tkps-card-body h3{font-size:24px}}


/* Premium product card redesign */
.tkps-product-card{
  padding:0;
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid #dfe7f1;
  box-shadow:0 18px 44px rgba(15,23,42,.07);
  transition:transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}
.tkps-product-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 56px rgba(15,23,42,.13);
  border-color:#cfdaea;
}
.tkps-product-card .tkps-product-media{
  position:relative;
  min-height:270px;
  padding:14px 14px 0;
  background:linear-gradient(180deg,#f7fafc 0%,#edf4fb 100%);
}
.tkps-product-card .tkps-thumb{
  display:block;
  border-radius:24px 24px 0 0;
  overflow:hidden;
}
.tkps-product-card .tkps-thumb img{
  width:100%;
  height:270px;
  object-fit:cover;
  display:block;
  border-radius:24px 24px 0 0;
  transition:transform .45s ease,filter .45s ease;
}
.tkps-product-card:hover .tkps-thumb img{
  transform:scale(1.05);
  filter:brightness(1.04) saturate(1.07);
}
.tkps-product-card .tkps-card-body{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:12px;
  padding:28px 22px 26px;
  flex:1;
  background:#fff;
}
.tkps-product-card .tkps-card-body h3{
  margin:0;
  font-size:30px;
  line-height:1.35;
  font-weight:900;
  color:#0f172a;
}
.tkps-product-card .tkps-card-body h3 a{text-decoration:none;color:inherit}
.tkps-brand-row{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:auto;
  margin:0 0 4px;
}
.tkps-brand-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border-radius:999px;
  background:#f8fbff;
  border:1px solid #dde8f5;
  font-weight:800;
  color:#334155;
}
.tkps-brand-chip img{width:24px;height:24px;border-radius:50%;object-fit:cover}
.tkps-product-excerpt{
  margin:0;
  display:block!important;
  color:#64748b;
  font-size:15px;
  line-height:1.85;
  max-width:88%;
}
.tkps-product-footer{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin-top:2px;
  padding-top:0;
}
.tkps-details-btn{
  min-width:210px;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:18px;
  background:linear-gradient(180deg,#eff6ff 0%,#e6f0fb 100%);
  border:1px solid #d6e4f4;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.tkps-details-btn .tkps-icon{order:-1;margin-inline-end:0}
.tkps-price-badge{
  left:24px;
  bottom:18px;
  padding:12px 18px;
  font-size:17px;
  border-radius:999px;
  background:linear-gradient(135deg,#243b63 0%,#0f172a 100%);
  box-shadow:0 16px 30px rgba(15,23,42,.2);
}
.tkps-corner-badge{
  top:18px;
  right:18px;
  width:64px;
  height:64px;
  border-radius:20px;
}
@media (max-width:1024px){
  .tkps-product-card .tkps-thumb img{height:250px}
  .tkps-product-card .tkps-product-media{min-height:250px}
  .tkps-product-card .tkps-card-body h3{font-size:27px}
}
@media (max-width:767px){
  .tkps-product-card{border-radius:24px}
  .tkps-product-card .tkps-product-media{min-height:225px;padding:12px 12px 0}
  .tkps-product-card .tkps-thumb,
  .tkps-product-card .tkps-thumb img{border-radius:20px 20px 0 0}
  .tkps-product-card .tkps-thumb img{height:225px}
  .tkps-product-card .tkps-card-body{padding:22px 16px 22px}
  .tkps-product-card .tkps-card-body h3{font-size:24px}
  .tkps-product-excerpt{font-size:14px;max-width:100%}
  .tkps-details-btn{min-width:185px;width:auto}
  .tkps-price-badge{left:18px;bottom:14px;font-size:16px;padding:10px 16px}
}
