@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-Thin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("fonts/Estedad-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ocir-green: #75d34d;
  --ocir-green-hover: #63bd3e;
  --ocir-green-dark: #2f8a55;
  --ocir-navy: #273653;
  --ocir-text: #36415a;
  --ocir-muted: #7d8797;
  --ocir-border: #edf0f4;
  --ocir-soft: #f7f9fc;
}

/* Keep every colored action button aligned with the storefront's green theme. */
.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger {
  color: #fff !important;
  text-shadow: none !important;
  background-color: var(--ocir-green) !important;
  background-image: none !important;
  border-color: var(--ocir-green) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff !important;
  background-color: var(--ocir-green-hover) !important;
  background-image: none !important;
  border-color: var(--ocir-green-hover) !important;
}

html { scroll-behavior: smooth; }
body {
  direction: rtl;
  overflow-x: hidden;
  background: #fff;
  color: var(--ocir-text);
  font-family: "Estedad", Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
button,
input,
select,
textarea,
.btn,
.form-control,
.dropdown-menu {
  font-family: "Estedad", Tahoma, Arial, sans-serif;
}
a { color: var(--ocir-text); transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.container { max-width: 1280px; }

.ocir-site-header {
  position: relative;
  z-index: 1031;
  background: #fff;
  border-bottom: 1px solid #f3f4f7;
}
.ocir-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ocir-brand { display: flex; align-items: center; gap: 16px; min-width: 260px; }
.ocir-site-header #logo { margin: 0; line-height: 1; }
.ocir-site-header #logo img { display: block; width: auto; max-width: 195px; max-height: 58px; }
.ocir-brand-text { color: var(--ocir-navy); font-size: 24px; font-weight: 800; }
.ocir-brand-tagline { padding-right: 16px; border-right: 1px solid #e9edf2; color: #929baa; font-size: 12px; white-space: nowrap; }
.ocir-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.ocir-icon-action {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #fff;
  color: #6c7688;
  font-size: 17px;
}
.ocir-icon-action:hover { color: var(--ocir-green-dark); border-color: #cfecc2; background: #f6fff2; }
.ocir-auth-links {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  background: #fff;
  color: #687386;
}
.ocir-auth-links > i { font-size: 18px; }
.ocir-auth-links > div { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.ocir-auth-links > div span { width: 1px; height: 15px; background: #d9dee5; }
.ocir-auth-links a { font-size: 12px; color: #606b7d; }
.ocir-auth-links a:hover { color: var(--ocir-green-dark); }
.ocir-header-cart { margin: 0 !important; position: relative; }
.ocir-header-cart .dropdown { display: block !important; }
.ocir-header-cart .btn-lg {
  min-width: 148px;
  height: 44px !important;
  padding: 0 16px !important;
  border: 0;
  border-radius: 12px;
  background: var(--ocir-navy) !important;
  background-image: none !important;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  text-shadow: none;
}
.ocir-header-cart .btn-lg i { margin-left: 7px; color: var(--ocir-green); font-size: 16px; }
.ocir-header-cart .dropdown-menu { z-index: 1060; border: 0; border-radius: 16px; background: #fff; box-shadow: 0 18px 55px rgba(39, 54, 83, .16); }
.ocir-header-cart .dropdown-menu li { min-width: 390px; }

.ocir-navigation-wrap { position: relative; z-index: 1030; background: #fff; border-bottom: 1px solid #f0f2f5; box-shadow: 0 7px 18px rgba(39, 54, 83, .035); }
#menu.navbar { min-height: 58px; margin: 0; padding: 0; border: 0; border-radius: 0; background: #fff; background-image: none; }
#menu .ocir-main-menu { width: 100%; display: flex; align-items: stretch; gap: 2px; }
#menu .nav-item { display: flex; align-items: stretch; }
#menu .nav-link {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  color: #596477;
  font-size: 13px;
  font-weight: 600;
  text-shadow: none;
  white-space: nowrap;
}
#menu .navbar-nav > li > a { min-height: 58px; padding: 0 13px; color: #596477; text-shadow: none; }
#menu .nav-link:hover, #menu .nav-item.show > .nav-link { color: var(--ocir-green-dark); background: #f6fff2; }
#menu .dropdown-menu { min-width: 220px; margin-top: 0; padding: 10px; border: 0; border-radius: 0 0 14px 14px; box-shadow: 0 16px 35px rgba(39, 54, 83, .14); }
#menu .dropdown-inner { display: flex; }
#menu .dropdown-inner ul { display: block; margin: 0; min-width: 190px; }
#menu .dropdown-item, #menu .dropdown-inner a { min-width: 0; padding: 8px 12px; border-radius: 8px; color: #5d687a; font-size: 12px; }
#menu .dropdown-item:hover, #menu .dropdown-inner a:hover { color: var(--ocir-green-dark); background: #f4f9f2; }
#menu .see-all { margin: 5px 0 0; padding: 9px 12px; border-top: 1px solid #edf0f4; color: var(--ocir-green-dark); font-size: 12px; }
.ocir-mobile-home { display: none; color: var(--ocir-navy); font-weight: 700; }

.ocir-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 425px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 7% 60%, rgba(117, 211, 77, .09) 0 70px, transparent 71px),
    radial-gradient(circle at 92% 34%, rgba(39, 54, 83, .05) 0 95px, transparent 96px),
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}
.ocir-hero::before, .ocir-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  border: 22px solid rgba(39, 54, 83, .025);
  border-radius: 36px;
  transform: rotate(25deg);
}
.ocir-hero::before { right: 4%; top: 105px; }
.ocir-hero::after { left: 6%; bottom: -20px; }
.ocir-hero-inner { padding-top: 56px; padding-bottom: 50px; text-align: center; }
.ocir-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 5px 13px;
  border-radius: 999px;
  background: #f0faeb;
  color: var(--ocir-green-dark);
  font-size: 12px;
  font-weight: 700;
}
.ocir-hero h1 { margin: 0; color: var(--ocir-navy); font-size: clamp(28px, 3vw, 42px); font-weight: 800; line-height: 1.55; letter-spacing: -.8px; }
.ocir-hero h1::first-letter { color: var(--ocir-navy); }
.ocir-hero p { margin: 6px 0 30px; color: #768094; font-size: 17px; }
.ocir-hero-search { max-width: 790px; margin: 0 auto; }
.ocir-hero-search #search { display: flex; flex-direction: row; direction: rtl; margin: 0; border-radius: 13px; background: #fff; box-shadow: 0 16px 42px rgba(39, 54, 83, .1); }
.ocir-hero-search #search input {
  height: 58px;
  border: 1px solid #edf0f4;
  border-left: 0;
  border-radius: 0 13px 13px 0;
  background: #fff;
  color: var(--ocir-text);
  font-family: inherit;
  font-size: 14px;
  padding: 0 22px;
  box-shadow: none;
}
.ocir-hero-search #search input::placeholder { color: #a7aebb; }
.ocir-hero-search #search button {
  width: 66px;
  height: 58px;
  flex: 0 0 66px;
  border: 0;
  border-radius: 13px 0 0 13px;
  background: var(--ocir-green);
  background-image: none;
  color: #fff;
  font-size: 20px;
  text-shadow: none;
}
.ocir-hero-search #search button:hover { background: #62c73a; }
.ocir-popular-searches { margin-top: 18px; display: flex; justify-content: center; flex-wrap: wrap; gap: 7px 13px; color: #a0a7b2; font-size: 12px; }
.ocir-popular-searches a { color: #7c8696; }
.ocir-popular-searches a:hover { color: var(--ocir-green-dark); }

.ocir-promos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 42px;
  padding-bottom: 54px;
}
.ocir-promo {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 16px 35px rgba(39, 54, 83, .11);
}
.ocir-promo::after { content: ""; position: absolute; left: -28px; bottom: -48px; width: 130px; height: 130px; border: 22px solid rgba(255,255,255,.08); border-radius: 38px; transform: rotate(24deg); }
.ocir-promo:hover { color: #fff; transform: translateY(-5px); box-shadow: 0 22px 42px rgba(39, 54, 83, .18); }
.ocir-promo-green { background: linear-gradient(135deg, #3f9b57, #183f32); }
.ocir-promo-navy { background: linear-gradient(135deg, #243653, #142238); }
.ocir-promo-blue { background: linear-gradient(135deg, #1f89b9, #17536f); }
.ocir-promo-purple { background: linear-gradient(135deg, #7154c7, #423078); }
.ocir-promo-icon { width: 54px; height: 54px; flex: 0 0 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; background: rgba(255,255,255,.14); font-size: 25px; }
.ocir-promo-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; }
.ocir-promo-copy strong { font-size: 16px; font-weight: 800; }
.ocir-promo-copy small { margin-top: 4px; color: rgba(255,255,255,.74); font-size: 11px; line-height: 1.7; }
.ocir-promo-arrow { position: absolute; left: 17px; bottom: 17px; color: rgba(255,255,255,.55); }

.home-products { padding-bottom: 30px; }
.ocir-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; padding: 0 4px; }
.ocir-section-heading span { color: var(--ocir-green-dark); font-size: 12px; font-weight: 700; }
.ocir-section-heading h2 { margin: 1px 0 0; color: var(--ocir-navy); font-size: 25px; font-weight: 800; }
.ocir-section-heading > i { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: #f1faed; color: var(--ocir-green-dark); font-size: 20px; }
#common-home > .row { margin: 0; }
#common-home > .row > #content { padding: 0; }
#common-home #content > h3 { position: relative; margin: 36px 0 20px; padding-right: 18px; color: var(--ocir-navy); font-size: 19px; font-weight: 800; }
#common-home #content > h3:first-child { margin-top: 0; }
#common-home #content > h3::before { content: ""; position: absolute; right: 0; top: 5px; width: 5px; height: 22px; border-radius: 4px; background: var(--ocir-green); }
#common-home #content > .row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 0; }
#common-home #content > h3:first-child + .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#common-home #content > .row > .col { width: auto; max-width: none; margin: 0 !important; padding: 0; }
#common-home .product-thumb {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 1px solid var(--ocir-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(39, 54, 83, .065);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#common-home .product-thumb:hover { transform: translateY(-5px); border-color: #dce8d6; box-shadow: 0 20px 40px rgba(39, 54, 83, .13); }
#common-home .product-thumb .image { height: 220px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 14px; background: linear-gradient(180deg, #fbfcfd 0%, #fff 100%); border-bottom: 1px solid #f0f2f5; }
#common-home .product-thumb .image a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
#common-home .product-thumb .image img { width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
#common-home .product-thumb .content { flex: 1; display: flex; flex-direction: column; }
#common-home .product-thumb .description { flex: 1; padding: 18px 18px 14px; }
#common-home .product-thumb h4 { min-height: 53px; margin: 0 0 8px; font-size: 14px; font-weight: 800; line-height: 1.9; }
#common-home .product-thumb h4 a { color: var(--ocir-navy); }
#common-home .product-thumb h4 a:hover { color: var(--ocir-green-dark); }
#common-home .product-thumb .description p { height: 46px; overflow: hidden; margin: 0 0 12px; color: #8992a1; font-size: 11px; line-height: 2.05; }
#common-home .product-thumb .price { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: var(--ocir-green-dark); font-size: 15px; font-weight: 800; }
#common-home .product-thumb .price-tax { width: 100%; color: #a0a7b2; font-size: 10px; font-weight: 400; }
#common-home .product-thumb .button-group { display: grid; grid-template-columns: 2fr 1fr 1fr; border-top: 1px solid var(--ocir-border); background: #fafbfc; }
#common-home .product-thumb .button-group button { min-height: 46px; border: 0; border-left: 1px solid var(--ocir-border); background: transparent; color: #858e9c; line-height: 1; }
#common-home .product-thumb .button-group button:first-child { background: #f3faef; color: var(--ocir-green-dark); }
#common-home .product-thumb .button-group button:hover { background: var(--ocir-green); color: #fff; }

.ocir-store-promise {
  position: relative;
  overflow: hidden;
  margin-top: 78px;
  padding: 72px 0 66px;
  background: #fff;
  border-top: 1px solid #f0f2f5;
}
.ocir-store-promise::before {
  content: "";
  position: absolute;
  right: -70px;
  top: 45px;
  width: 190px;
  height: 190px;
  border: 26px solid rgba(117, 211, 77, .045);
  border-radius: 48px;
  transform: rotate(24deg);
}
.ocir-store-intro { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto 55px; text-align: center; }
.ocir-store-intro > span { color: var(--ocir-green-dark); font-size: 12px; font-weight: 800; }
.ocir-store-intro h2 { margin: 7px 0 14px; color: var(--ocir-navy); font-size: 25px; font-weight: 800; }
.ocir-store-intro p { margin: 0; color: #657085; font-size: 14px; line-height: 2.25; }
.ocir-store-intro a { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: var(--ocir-green-dark); font-size: 13px; font-weight: 800; }
.ocir-store-intro a:hover { color: #236d41; transform: translateX(-3px); }
.ocir-benefits { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.ocir-benefit { position: relative; min-width: 0; padding: 8px 12px; text-align: center; }
.ocir-benefit + .ocir-benefit::before { content: ""; position: absolute; right: -9px; top: 20px; bottom: 10px; width: 1px; background: #f0f2f5; }
.ocir-benefit-icon {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 2px solid #ffd788;
  border-radius: 26px 18px 24px 16px;
  background: #fff9eb;
  color: #e9a52a;
  font-size: 31px;
  transform: rotate(-3deg);
}
.ocir-benefit:nth-child(even) .ocir-benefit-icon { transform: rotate(3deg); }
.ocir-benefit strong { display: block; color: var(--ocir-navy); font-size: 15px; font-weight: 800; }
.ocir-benefit small { display: block; margin-top: 5px; color: #8992a1; font-size: 11px; line-height: 1.9; }

.ocir-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 66px 0 0;
  border: 0;
  background: #202d43;
  color: #c9d1dd;
}
.ocir-footer::before { content: ""; position: absolute; left: -80px; top: -120px; width: 300px; height: 300px; border: 38px solid rgba(117, 211, 77, .035); border-radius: 70px; transform: rotate(27deg); }
.ocir-footer a { color: #c9d1dd; font-size: 12px; }
.ocir-footer a:hover { color: var(--ocir-green); }
.ocir-footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr) 1.15fr; gap: 38px; padding-bottom: 50px; }
.ocir-footer-logo { width: 190px; min-height: 62px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 14px; background: #fff; }
.ocir-footer-logo img { display: block; max-width: 100%; max-height: 50px; }
.ocir-footer-brand p { max-width: 310px; margin: 18px 0 16px; color: #aeb8c7; font-size: 12px; line-height: 2.05; }
.ocir-footer-contact { display: flex; flex-direction: column; gap: 8px; }
.ocir-footer-contact a { display: flex; align-items: center; gap: 9px; direction: ltr; justify-content: flex-end; width: fit-content; }
.ocir-footer-contact i { width: 27px; height: 27px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(117, 211, 77, .1); color: var(--ocir-green); }
.ocir-footer h5 { position: relative; margin: 4px 0 19px; padding-right: 13px; color: #fff; font-family: inherit; font-size: 14px; font-weight: 800; }
.ocir-footer h5::before { content: ""; position: absolute; right: 0; top: 4px; width: 4px; height: 18px; border-radius: 4px; background: var(--ocir-green); }
.ocir-footer-column ul { margin: 0; padding: 0; list-style: none; }
.ocir-footer-column li { margin-bottom: 9px; }
.ocir-footer-column li a { position: relative; padding-right: 12px; }
.ocir-footer-column li a::before { content: ""; position: absolute; right: 0; top: 8px; width: 4px; height: 4px; border-radius: 50%; background: #6d788a; }
.ocir-footer-column li a:hover::before { background: var(--ocir-green); }
.ocir-footer-trust p { margin: -5px 0 13px; color: #98a4b5; font-size: 10px; line-height: 1.9; }
.ocir-trust-badges { min-height: 125px; display: flex; align-items: center; justify-content: center; padding: 10px; border-radius: 16px; background: #fff; }
.ocir-trust-badges a { display: flex; align-items: center; justify-content: center; }
.ocir-trust-badges img { display: block; width: auto; max-width: 100%; max-height: 105px; object-fit: contain; }
.ocir-footer-bottom { position: relative; z-index: 1; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #8e99aa; }
.ocir-footer-bottom p, .ocir-footer-bottom span { margin: 0; font-size: 11px; }

@media (min-width: 992px) {
  #menu .dropdown:hover > .dropdown-menu { display: block; }
}

@media (max-width: 1199px) {
  .ocir-brand-tagline { display: none; }
  #menu .nav-link, #menu .navbar-nav > li > a { padding: 0 9px; font-size: 12px; }
  .ocir-promos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #common-home #content > .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ocir-footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
  .ocir-footer-trust { grid-column: 1 / -1; }
  .ocir-trust-badges { width: 180px; }
}

@media (max-width: 991px) {
  .ocir-header-inner { min-height: 76px; }
  .ocir-brand { min-width: 0; }
  .ocir-site-header #logo img { max-width: 155px; max-height: 50px; }
  .ocir-wishlist-link { display: none; }
  #menu.navbar { min-height: 52px; justify-content: space-between; }
  .ocir-mobile-home { min-height: 52px; display: inline-flex; align-items: center; gap: 8px; }
  #menu .navbar-toggler { width: 42px; height: 38px; padding: 0; border: 1px solid #e2e6ec; border-radius: 10px; background: #fff; background-image: none; color: #687386; }
  #menu .navbar-toggler i { color: #687386; font-size: 17px; }
  #menu .navbar-collapse { position: absolute; top: 52px; right: 0; left: 0; padding: 10px 15px 16px; background: #fff; border-top: 1px solid #edf0f4; box-shadow: 0 18px 30px rgba(39, 54, 83, .12); }
  #menu .ocir-main-menu { display: block; }
  #menu .nav-item { display: block; }
  #menu .nav-link, #menu .navbar-nav > li > a { min-height: 44px; padding: 0 10px; border-radius: 9px; color: #596477; }
  #menu .dropdown-menu { position: static; padding: 4px 10px; border-radius: 10px; background: #f7f9fb; box-shadow: none; }
  #menu .dropdown-inner { display: block; }
  #menu .dropdown-inner ul { min-width: 0; }
  #menu .dropdown-item, #menu .dropdown-inner a { color: #596477; }
  #common-home #content > .row, #common-home #content > h3:first-child + .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocir-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 32px; }
  .ocir-benefit + .ocir-benefit::before { display: none; }
  .ocir-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocir-footer-brand, .ocir-footer-trust { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .container { padding-right: 15px; padding-left: 15px; }
  .ocir-header-inner { min-height: 68px; gap: 8px; }
  .ocir-site-header #logo img { max-width: 130px; max-height: 44px; }
  .ocir-header-actions { gap: 6px; }
  .ocir-search-link { display: none; }
  .ocir-icon-action { width: 40px; height: 40px; border-radius: 10px; }
  .ocir-auth-links { min-width: 40px; height: 40px; min-height: 40px; padding: 0 10px; border-radius: 10px; }
  .ocir-auth-links > div { display: none; }
  .ocir-auth-links.dropdown > a { display: none; }
  .ocir-header-cart .btn-lg { min-width: 42px; width: 42px; height: 40px !important; padding: 0 !important; font-size: 0; border-radius: 10px; }
  .ocir-header-cart .btn-lg i { margin: 0; color: #fff; font-size: 15px; }
  .ocir-header-cart .dropdown-menu { position: fixed !important; top: 66px !important; right: 12px !important; left: 12px !important; width: auto; transform: none !important; }
  .ocir-header-cart .dropdown-menu li { min-width: 100%; }
  .ocir-hero { min-height: 450px; }
  .ocir-hero-inner { padding-top: 50px; padding-bottom: 45px; }
  .ocir-kicker { font-size: 11px; }
  .ocir-hero h1 { font-size: 25px; line-height: 1.75; }
  .ocir-hero p { max-width: 330px; margin: 7px auto 25px; font-size: 13px; line-height: 2; }
  .ocir-hero-search #search input { height: 54px; padding: 0 14px; font-size: 12px; }
  .ocir-hero-search #search button { width: 56px; height: 54px; flex-basis: 56px; }
  .ocir-popular-searches { margin-top: 22px; line-height: 2; }
  .ocir-popular-searches span { width: 100%; }
  .ocir-promos { display: flex; overflow-x: auto; gap: 14px; padding-top: 30px; padding-bottom: 40px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .ocir-promos::-webkit-scrollbar { display: none; }
  .ocir-promo { min-width: 285px; min-height: 145px; scroll-snap-align: start; }
  .ocir-section-heading h2 { font-size: 21px; }
  .ocir-section-heading > i { width: 42px; height: 42px; }
  #common-home #content > .row, #common-home #content > h3:first-child + .row { grid-template-columns: 1fr; }
  #common-home .product-thumb .image { height: 250px; }
  .ocir-store-promise { margin-top: 55px; padding: 54px 0 45px; }
  .ocir-store-intro { margin-bottom: 40px; text-align: right; }
  .ocir-store-intro h2 { font-size: 21px; line-height: 1.75; }
  .ocir-store-intro p { font-size: 12px; line-height: 2.15; }
  .ocir-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 10px; }
  .ocir-benefit:last-child { grid-column: 1 / -1; }
  .ocir-benefit-icon { width: 66px; height: 66px; margin-bottom: 11px; border-radius: 21px 15px 20px 14px; font-size: 26px; }
  .ocir-benefit strong { font-size: 13px; }
  .ocir-benefit small { font-size: 10px; }
  .ocir-footer { padding-top: 48px; }
  .ocir-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 22px; }
  .ocir-footer-brand, .ocir-footer-trust { grid-column: 1 / -1; }
  .ocir-footer-logo { width: 170px; }
  .ocir-footer-bottom { min-height: 92px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; }
}

@media (max-width: 420px) {
  .ocir-brand { max-width: 132px; }
  .ocir-site-header #logo img { max-width: 118px; }
  .ocir-header-actions { flex-direction: row-reverse; }
  .ocir-auth-links { display: none; }
  .ocir-hero h1 { font-size: 23px; }
}

/* Premium product page */
.ocir-product-page { padding: 18px 0 70px; background: #f7f8fa; color: #3e4656; }
.ocir-product-page .container { max-width: 1280px; }
.ocir-product-breadcrumb { position: relative; overflow: hidden; margin: 0 0 24px; padding: 10px 14px; border: 1px solid #e8ebef; border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 8px 28px rgba(38,53,78,.05); }
.ocir-product-breadcrumb::after { position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, transparent, #7bd64c 35%, #5fc63b 65%, transparent); content: ""; }
.ocir-product-breadcrumb ol { display: flex; min-width: 0; align-items: center; gap: 9px; margin: 0; padding: 0; list-style: none; }
.ocir-breadcrumb-item { display: flex; min-width: 0; align-items: center; gap: 9px; color: #828b98; font-size: 12px; font-weight: 600; }
.ocir-breadcrumb-item + .ocir-breadcrumb-item::before { flex: 0 0 auto; width: 7px; height: 7px; border-top: 1.5px solid #c3c9d1; border-left: 1.5px solid #c3c9d1; content: ""; transform: rotate(-45deg); }
.ocir-breadcrumb-item a, .ocir-breadcrumb-item > span { display: flex; min-width: 0; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 9px; color: inherit; white-space: nowrap; transition: .2s ease; }
.ocir-breadcrumb-item a:hover { background: #f3f8ef; color: #55ad32; }
.ocir-breadcrumb-item.is-home a, .ocir-breadcrumb-item.is-home > span { background: #eef9e9; color: #4cae29; }
.ocir-breadcrumb-item.is-home i { font-size: 12px; }
.ocir-breadcrumb-item.is-home b { font-weight: 800; }
.ocir-breadcrumb-item.is-current { flex: 1 1 auto; color: #34415a; font-weight: 800; }
.ocir-breadcrumb-item.is-current > span { overflow: hidden; text-overflow: ellipsis; }
.ocir-product-heading { display: flex; align-items: center; justify-content: flex-start; gap: 14px; margin-bottom: 22px; }
.ocir-product-heading h1 { margin: 0; color: #414957; font-size: 25px; font-weight: 800; line-height: 1.7; }
.ocir-version-badge { flex: 0 0 auto; padding: 7px 11px; background: #eef0f3; color: #7a8290; font-size: 12px; }
.ocir-product-heading-mobile { display: none; }
.ocir-product-hero { display: grid; grid-template-columns: minmax(0, 1fr) 375px; gap: 28px; align-items: start; direction: ltr; }
.ocir-product-gallery, .ocir-purchase-card { direction: rtl; }
.ocir-product-main-image { overflow: hidden; min-height: 420px; border-radius: 8px; background: #fff; border: 1px solid #edf0f3; }
.ocir-product-main-image a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 420px; }
.ocir-product-main-image img { display: block; width: 100%; max-height: 610px; object-fit: contain; }
.ocir-product-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; scrollbar-width: thin; }
.ocir-product-thumbs a { flex: 0 0 74px; display: flex; align-items: center; justify-content: center; width: 74px; height: 64px; padding: 4px; border: 1px solid #e0e4ea; border-radius: 6px; background: #fff; }
.ocir-product-thumbs img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ocir-gallery-actions { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 16px; }
.ocir-demo-button { position: relative; overflow: hidden; display: inline-flex; min-width: 280px; min-height: 62px; align-items: center; gap: 12px; padding: 8px 15px; border: 0; border-radius: 10px; background: linear-gradient(135deg, #ffbd4a, #ff9f20); box-shadow: 0 10px 24px rgba(246,156,25,.26); color: #fff; }
.ocir-demo-button::before { position: absolute; inset: -40% auto -40% -20%; width: 90px; background: rgba(255,255,255,.14); content: ""; transform: rotate(18deg); }
.ocir-demo-button:hover { background: linear-gradient(135deg, #ffb32d, #f3910c); box-shadow: 0 13px 30px rgba(246,145,12,.34); color: #fff; transform: translateY(-2px); }
.ocir-demo-icon { position: relative; z-index: 1; display: inline-flex; flex: 0 0 42px; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(255,255,255,.2); font-size: 20px; }
.ocir-demo-copy { position: relative; z-index: 1; display: flex; min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; line-height: 1.5; }
.ocir-demo-copy strong { color: #fff; font-size: 14px; font-weight: 900; }
.ocir-demo-copy small { color: rgba(255,255,255,.82); font-size: 10px; }
.ocir-demo-arrow { position: relative; z-index: 1; flex: 0 0 auto; font-size: 12px; opacity: .85; }
.ocir-mini-actions { display: flex; gap: 8px; }
.ocir-mini-actions .btn { width: 48px; height: 48px; border: 1px solid #d8dde4; border-radius: 6px; background: #f1f3f5; color: #7a8290; }
.ocir-purchase-card { position: sticky; top: 18px; padding: 22px 20px 20px; border: 1px solid #e6e9ed; border-radius: 7px; background: #fff; box-shadow: 0 8px 24px rgba(39, 54, 83, .04); }
.ocir-product-stats { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 16px; }
.ocir-product-stats > div { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 5px; padding: 8px 4px; border-left: 1px solid #e9ebef; }
.ocir-product-stats > div:last-child { border-left: 0; }
.ocir-product-stats strong { color: #5b6472; font-size: 21px; font-weight: 500; direction: ltr; }
.ocir-product-stats span { color: #9299a5; font-size: 12px; white-space: nowrap; }
.ocir-guarantee-list { display: grid; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; }
.ocir-guarantee-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.ocir-guarantee-list i { color: #77d34f; }
.ocir-access-box { display: flex; align-items: center; gap: 9px; min-height: 52px; margin: 0 0 18px; padding: 10px 12px; border: 1px solid #9ddd7e; border-radius: 6px; color: #384454; font-size: 13px; }
.ocir-access-box i { color: #70ca47; font-size: 21px; }
.ocir-product-price { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 2px 0 14px; border-bottom: 1px solid #edf0f3; }
.ocir-product-price > span { color: #303744; font-weight: 700; }
.ocir-product-price > div { display: flex; align-items: center; gap: 8px; }
.ocir-product-price .price-new { color: #303744; font-size: 24px; font-weight: 800; white-space: nowrap; }
.ocir-product-price .price-old { color: #a4aab3; font-size: 12px; }
.ocir-tax { margin-top: 6px; color: #9aa1ac; font-size: 10px; text-align: left; }
.ocir-purchase-card #product { margin-top: 15px; }
.ocir-purchase-card #product h3 { font-size: 15px; font-weight: 800; }
.ocir-purchase-card #product hr { border-color: #edf0f3; opacity: 1; }
.ocir-purchase-card #input-quantity { height: 43px; }
.ocir-purchase-card #button-cart { width: 100%; min-height: 52px; border: 0; border-radius: 5px; background: #82d94d; box-shadow: 0 9px 22px rgba(117, 211, 77, .22); color: #fff; font-size: 15px; font-weight: 800; }
.ocir-purchase-card #button-cart:hover { background: #6fcb39; }
.ocir-purchase-action-row { display: grid; grid-template-columns: minmax(0, 1fr) 60px; gap: 10px; align-items: end; margin-top: 15px; }
.ocir-purchase-action-row #product { min-width: 0; margin-top: 0; }
.ocir-purchase-action-row #product .mb-3:last-child { margin-bottom: 0 !important; }
.ocir-free-download-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; border-radius: 6px; background: linear-gradient(135deg, #78d64a, #55bd2d); box-shadow: 0 9px 22px rgba(87,190,48,.24); color: #fff; font-size: 15px; font-weight: 900; }
.ocir-free-download-button:hover { background: linear-gradient(135deg, #6dca40, #48ae23); color: #fff; transform: translateY(-1px); }
.ocir-product-price .ocir-free-price { color: #58b832; }
.ocir-opencart-compatibility { margin: 14px 0; padding: 13px 14px; border: 1px solid #d9e8f8; border-radius: 13px; background: #f7fbff; }
.ocir-opencart-compatibility-title { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #173965; font-size: 13px; font-weight: 800; }
.ocir-opencart-compatibility-title i { color: #31aee6; }
.ocir-opencart-version-list { display: flex; flex-wrap: wrap; gap: 7px; }
.ocir-opencart-version-list span { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 10px; border: 1px solid #c8e1f5; border-radius: 999px; background: #fff; color: #155a88; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ocir-purchase-demo-button, .ocir-side-demo-button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d9dee6; border-radius: 7px; background: #fff; color: #626d7d; box-shadow: 0 5px 14px rgba(39,54,83,.05); transition: .2s ease; }
.ocir-purchase-demo-button { position: relative; width: 60px; min-height: 52px; font-size: 20px; }
.ocir-purchase-demo-button span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
.ocir-purchase-demo-button:hover, .ocir-side-demo-button:hover { border-color: #f2aa35; background: #fff8ec; color: #ed9917; transform: translateY(-1px); }
.ocir-purchase-card .rating { margin-top: 10px; text-align: center; }
.ocir-purchase-card .rating .fa-star { color: #f5b517; }
.ocir-license-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 12px; color: #66707d; font-size: 11px; }
.ocir-license-note i { color: #2d8d5b; }
.ocir-product-tabs { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; margin: 26px 0 22px; padding: 7px; border: 1px solid #e5e8ed; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(39,54,83,.06); backdrop-filter: blur(8px); }
.ocir-product-tabs a { flex: 1; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 6px; color: #818895; font-size: 13px; font-weight: 700; }
.ocir-product-tabs a.active, .ocir-product-tabs a:hover { background: #f1f2f4; color: #535c69; }
.ocir-product-tabs span { display: inline-flex; min-width: 21px; height: 21px; align-items: center; justify-content: center; border-radius: 6px; background: #adb3bc; color: #fff; font-size: 9px; }
.ocir-product-content-grid { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: start; direction: ltr; }
.ocir-product-content, .ocir-product-side-summary { direction: rtl; }
.ocir-product-content { grid-column: 2; min-width: 0; }
.ocir-product-side-summary { grid-column: 1; grid-row: 1; position: sticky; top: 82px; }
.ocir-product-section { margin-bottom: 22px; padding: 28px 30px; scroll-margin-top: 96px; border: 1px solid #eceff2; border-radius: 8px; background: #fff; }
.ocir-product-section h2 { margin: 0 0 22px; color: #424b59; font-size: 21px; font-weight: 800; }
.ocir-description-body { color: #4e5765; font-size: 14px; line-height: 2.25; }
.ocir-description-body img, .ocir-rich-text img { max-width: 100% !important; height: auto !important; }
.ocir-description-body iframe { max-width: 100%; }
.ocir-rich-text { color: #4e5765; font-size: 14px; line-height: 2.2; }
.ocir-installation-guide { overflow: hidden; padding: 0; }
.ocir-guide-heading { display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-bottom: 1px solid #edf0f3; background: linear-gradient(135deg, #f8fbf6, #fff); }
.ocir-guide-heading > span { display: inline-flex; flex: 0 0 48px; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 13px; background: #eaf8e4; color: #62bf3a; font-size: 20px; }
.ocir-guide-heading h2 { margin: 0 0 3px; color: #34415a; font-size: 19px; }
.ocir-guide-heading p { margin: 0; color: #929aa6; font-size: 11px; }
.ocir-guide-content { min-height: 160px; padding: 26px 28px; }
.ocir-guide-content h2, .ocir-guide-content h3, .ocir-guide-content h4 { margin: 24px 0 12px; color: #35415a; font-weight: 800; }
.ocir-guide-content h2:first-child, .ocir-guide-content h3:first-child { margin-top: 0; }
.ocir-guide-content img { max-width: 100%; height: auto; border-radius: 10px; }
.ocir-guide-content pre { overflow-x: auto; direction: ltr; padding: 16px; border-radius: 9px; background: #202a3b; color: #e9edf5; text-align: left; }
.ocir-guide-content blockquote { margin: 18px 0; padding: 13px 16px; border-right: 3px solid #72ce48; border-radius: 7px; background: #f3faef; color: #566071; }
.ocir-changelog-section { overflow: hidden; padding: 0; }
.ocir-changelog-heading { display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-bottom: 1px solid #edf0f3; background: linear-gradient(135deg, #f7f9fc, #fff); }
.ocir-changelog-heading > span { display: inline-flex; flex: 0 0 48px; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 13px; background: #eef2f8; color: #71829e; font-size: 19px; }
.ocir-changelog-heading h2 { margin: 0 0 3px; color: #34415a; font-size: 19px; }
.ocir-changelog-heading p { margin: 0; color: #929aa6; font-size: 11px; }
.ocir-changelog-timeline { position: relative; display: grid; gap: 18px; padding: 28px 32px; }
.ocir-changelog-timeline::before { position: absolute; top: 28px; right: 43px; bottom: 28px; width: 2px; background: #e5eaf1; content: ""; }
.ocir-changelog-entry { position: relative; margin-right: 32px; padding: 18px 20px; border: 1px solid #e8ecf1; border-radius: 11px; background: #fff; box-shadow: 0 7px 20px rgba(40,54,79,.04); }
.ocir-changelog-entry::before { position: absolute; top: 25px; right: -26px; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: #7ad34e; box-shadow: 0 0 0 2px #dcebd5; content: ""; }
.ocir-changelog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 11px; }
.ocir-changelog-meta strong, .ocir-changelog-meta time { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 5px 10px; border-radius: 7px; font-size: 11px; }
.ocir-changelog-meta strong { background: #7587a3; color: #fff; }
.ocir-changelog-meta time { background: #f2f4f7; color: #77808e; direction: ltr; }
.ocir-changelog-description { color: #525d6d; font-size: 13px; line-height: 2; }
.ocir-changelog-legacy { padding: 26px 28px; }
.ocir-specification-table { margin: 0; }
.ocir-specification-table th { padding: 13px; background: #f5f6f8; border: 0; }
.ocir-specification-table td { padding: 13px; border-color: #edf0f3; }
.ocir-tags > div { display: flex; flex-wrap: wrap; gap: 8px; }
.ocir-tags a { padding: 6px 12px; border-radius: 6px; background: #f2f4f6; color: #6d7581; font-size: 11px; }
.ocir-side-summary-card { padding: 20px; border: 1px solid #e6e9ed; border-radius: 8px; background: #fff; }
.ocir-side-summary-stats { display: flex; justify-content: space-around; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #edf0f3; }
.ocir-side-summary-stats span { display: flex; flex-direction: column; align-items: center; color: #8b939e; font-size: 11px; }
.ocir-side-summary-stats b { color: #4d5663; font-size: 18px; }
.ocir-side-summary-card > strong { display: block; margin: 12px 0; color: #303744; font-size: 22px; text-align: center; }
.ocir-side-summary-card p { display: flex; align-items: center; gap: 7px; padding: 11px; border: 1px solid #a6df89; border-radius: 5px; font-size: 11px; }
.ocir-side-summary-card p i { color: #72cd48; }
.ocir-side-summary-actions { display: grid; grid-template-columns: minmax(0, 1fr) 52px; gap: 9px; }
.ocir-side-buy-button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 5px; background: #82d94d; color: #fff; font-weight: 800; }
.ocir-side-buy-button:hover { background: #6fcb39; color: #fff; }
.ocir-side-free-download { background: linear-gradient(135deg, #78d64a, #55bd2d); }
.ocir-side-demo-button { width: 52px; min-height: 48px; font-size: 17px; }
.ocir-related-products { margin-top: 34px; }
.ocir-related-products .ocir-section-title { margin-bottom: 18px; }
.ocir-related-products .ocir-section-title span { color: #2e995d; font-size: 11px; font-weight: 700; }
.ocir-related-products .ocir-section-title h2 { margin: 3px 0 0; color: #273653; font-size: 24px; font-weight: 800; }
.ocir-related-products .product-thumb { height: 100%; border: 1px solid #eceff2; border-radius: 10px; background: #fff; }

@media (max-width: 991px) {
  .ocir-product-heading-desktop { display: none; }
  .ocir-product-heading-mobile { display: flex; margin: 3px 0 2px; padding: 4px 0 14px; border-bottom: 1px dashed #dfe3e8; }
  .ocir-product-heading-mobile h1 { font-size: 20px; text-align: center; }
  .ocir-product-heading-mobile .ocir-version-badge { position: absolute; top: 8px; right: 8px; }
  .ocir-product-hero { grid-template-columns: 1fr; gap: 17px; }
  .ocir-product-gallery { order: 1; }
  .ocir-product-heading-mobile { order: 2; position: relative; justify-content: center; }
  .ocir-purchase-card { order: 3; position: static; }
  .ocir-product-content-grid { grid-template-columns: 1fr; }
  .ocir-product-content, .ocir-product-side-summary { grid-column: 1; }
  .ocir-product-content { grid-row: 1; }
  .ocir-product-side-summary { display: none; }
}

@media (max-width: 767px) {
  .ocir-product-page { padding-top: 10px; }
  .ocir-product-breadcrumb { overflow-x: auto; padding: 8px 10px; scrollbar-width: thin; }
  .ocir-product-breadcrumb ol { width: max-content; min-width: 100%; gap: 6px; }
  .ocir-breadcrumb-item { gap: 6px; font-size: 11px; }
  .ocir-breadcrumb-item a, .ocir-breadcrumb-item > span { padding: 6px 8px; }
  .ocir-breadcrumb-item.is-current > span { max-width: 245px; }
  .ocir-product-main-image, .ocir-product-main-image a { min-height: 280px; }
  .ocir-product-main-image { border-radius: 7px; }
  .ocir-product-main-image img { max-height: 360px; }
  .ocir-gallery-actions { gap: 8px; }
  .ocir-demo-button { flex: 1; min-width: 0; min-height: 58px; }
  .ocir-product-heading-mobile { flex-direction: column; }
  .ocir-product-heading-mobile h1 { font-size: 19px; line-height: 1.9; }
  .ocir-purchase-card { padding: 18px 16px; border-radius: 8px; }
  .ocir-product-stats strong { font-size: 19px; }
  .ocir-product-price .price-new { font-size: 22px; }
  .ocir-product-tabs { overflow-x: auto; justify-content: flex-start; top: 0; margin: 18px 0; padding: 5px; }
  .ocir-product-tabs a { flex: 0 0 auto; min-width: 105px; padding: 0 12px; }
  .ocir-product-section { padding: 22px 17px; }
  .ocir-product-section h2 { font-size: 19px; }
  .ocir-description-body, .ocir-rich-text { font-size: 13px; line-height: 2.2; }
  .ocir-guide-heading { padding: 16px; }
  .ocir-guide-content { min-height: 120px; padding: 20px 17px; }
  .ocir-changelog-heading { padding: 16px; }
  .ocir-changelog-timeline { padding: 22px 17px; }
  .ocir-changelog-timeline::before { right: 27px; }
  .ocir-changelog-entry { margin-right: 24px; padding: 15px; }
  .ocir-changelog-entry::before { right: -22px; }
}

/* Unified RTL-Theme inspired product cards */
#common-home #content > .row,
#common-home #content > h3:first-child + .row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#common-home #content > h3 {
  display: flex;
  min-height: 54px;
  align-items: center;
  margin: 34px 0 18px;
  padding: 0 58px 0 0;
  border: 0;
  color: #414957;
  font-size: 21px;
  font-weight: 800;
}

#common-home #content > h3::before {
  top: 2px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #f7f8fa;
  box-shadow: inset 0 0 0 1px #f0f2f5;
}

.product-thumb.ocir-product-card,
#common-home .product-thumb.ocir-product-card,
.ocir-related-products .product-thumb.ocir-product-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 13px;
  border: 1px solid #edf0f3;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(39, 54, 83, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.product-thumb.ocir-product-card:hover,
#common-home .product-thumb.ocir-product-card:hover {
  transform: translateY(-5px);
  border-color: #dbe6d6;
  box-shadow: 0 22px 48px rgba(39, 54, 83, .14);
}

.ocir-card-media {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  aspect-ratio: 827 / 610;
  border-radius: 11px;
  background: linear-gradient(145deg, #f5f7fa, #fff);
}

.ocir-card-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ocir-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

.ocir-product-card:hover .ocir-card-image img { transform: scale(1.025); }

.ocir-card-special {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #fff4df;
  color: #e89a13;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(39, 54, 83, .08);
}

.ocir-card-quick-actions {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .2s ease, transform .2s ease;
}

.ocir-product-card:hover .ocir-card-quick-actions,
.ocir-card-quick-actions:focus-within { opacity: 1; transform: none; }

.ocir-card-quick-actions button,
.ocir-card-preview {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  color: #798392;
  box-shadow: 0 6px 16px rgba(39,54,83,.08);
}

.ocir-card-quick-actions button:hover,
.ocir-card-preview:hover { border-color: #79d64c; background: #79d64c; color: #fff; }

.ocir-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 15px 3px 2px;
}

.ocir-card-title {
  min-height: 59px;
  margin: 0 0 6px;
  overflow: hidden;
  color: #333d4f;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 2.05;
  text-align: right;
}

.ocir-card-title a { color: inherit; }
.ocir-card-title a:hover { color: #2d995d; }

.ocir-card-category {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 13px;
  overflow: hidden;
  color: #949ca8;
  font-size: 10px;
  white-space: nowrap;
}

.ocir-card-category i { flex: 0 0 auto; color: #aeb5bf; }
.ocir-card-category span { overflow: hidden; text-overflow: ellipsis; }

.ocir-card-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  padding: 12px 0;
  border-top: 1px solid #eef1f4;
  border-bottom: 1px solid #eef1f4;
}

.ocir-card-stats > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0 5px;
  border-left: 1px solid #edf0f3;
}

.ocir-card-stats > div:last-child { border-left: 0; }
.ocir-card-stats strong { color: #465165; font-size: 14px; font-weight: 800; direction: ltr; }
.ocir-card-stats small { overflow: hidden; color: #9aa2ad; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.ocir-card-footer {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(82px, 1fr) auto;
  gap: 9px;
  align-items: end;
  padding-top: 12px;
}

.ocir-card-price {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #313b4d;
  line-height: 1.7;
}

.ocir-card-price strong { max-width: 100%; overflow: hidden; font-size: 13px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.ocir-card-price small { display: none; color: #a0a7b1; font-size: 8px; }
.ocir-card-price-old { color: #a8afb8; font-size: 9px; text-decoration: line-through; }

.ocir-card-buy-form { display: flex; gap: 7px; align-items: center; }
.ocir-card-preview { box-shadow: none; }
.ocir-card-buy {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: #7bd447;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(123,212,71,.2);
}

.ocir-card-buy:hover { background: #67c733; color: #fff; }
.ocir-card-free-download { text-decoration: none; }
.ocir-product-card.is-free-product .ocir-card-price strong { color: #58b832; }
.ocir-product-card.is-hydrated .ocir-card-stats { background: linear-gradient(180deg, rgba(248,250,252,.55), rgba(255,255,255,0)); }

#product-list > .product-list .ocir-product-card {
  display: grid;
  grid-template-columns: minmax(250px, 34%) minmax(0, 1fr);
  gap: 18px;
}

#product-list > .product-list .ocir-card-media { aspect-ratio: 827 / 610; }
#product-list > .product-list .ocir-card-body { padding: 8px 3px 2px; }

@media (min-width: 1200px) {
  #product-list > .col,
  #product-list > .product-grid { flex: 0 0 auto; width: 33.333333%; }
  .ocir-related-products > .row > .col { flex: 0 0 auto; width: 33.333333%; }
}

@media (min-width: 768px) {
  #common-home.home-products > .row > #content > .blog-box {
    width: 133.333333%;
    max-width: none;
    transform: translateX(25%);
  }

  html[dir="ltr"] #common-home.home-products > .row > #content > .blog-box {
    transform: translateX(-25%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #product-list > .col,
  #product-list > .product-grid { flex: 0 0 auto; width: 50%; }
  .ocir-related-products > .row > .col { flex: 0 0 auto; width: 50%; }
}

@media (max-width: 1199px) {
  #common-home #content > .row,
  #common-home #content > h3:first-child + .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ocir-card-buy-label { display: inline; }
  .ocir-card-buy { width: auto; padding: 0 12px; }
}

@media (max-width: 991px) {
  #common-home #content > .row,
  #common-home #content > h3:first-child + .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ocir-card-buy-label { display: inline; }
  .ocir-card-buy { width: auto; padding: 0 12px; }
}

@media (max-width: 767px) {
  #common-home #content > h3 { min-height: 46px; padding-right: 51px; font-size: 18px; }
  #common-home #content > h3::before { width: 39px; height: 39px; }
  #product-list > .product-list .ocir-product-card { display: flex; }
  .ocir-card-quick-actions { opacity: 1; transform: none; }
}

@media (max-width: 575px) {
  #common-home #content > .row,
  #common-home #content > h3:first-child + .row { grid-template-columns: 1fr; }
  .ocir-product-card { max-width: 430px; margin-right: auto !important; margin-left: auto !important; }
  .ocir-card-title { min-height: auto; font-size: 15px; }
  .ocir-card-buy { min-width: 128px; }
}

/* OCIR_DEMO_NEWS_START */
.ocir-main-menu .ocir-demo-nav{margin-inline-start:6px}
.ocir-main-menu .ocir-demo-nav .nav-link{display:inline-flex;align-items:center;gap:5px;margin-block:4px;padding:7px 10px!important;border:1px solid rgba(66,177,90,.24);border-radius:12px;background:linear-gradient(135deg,#effbe9 0%,#e8f8f0 100%);color:#23864b!important;font-weight:800;white-space:nowrap;box-shadow:0 5px 16px rgba(53,151,80,.11);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.ocir-main-menu .ocir-demo-nav .nav-link:hover{transform:translateY(-1px);background:linear-gradient(135deg,#e5f9dc 0%,#dcf4e7 100%);box-shadow:0 8px 20px rgba(53,151,80,.16)}
.ocir-demo-live-dot{width:8px;height:8px;border-radius:50%;background:#54cc48;box-shadow:0 0 0 4px rgba(84,204,72,.15);animation:ocirDemoPulse 1.8s ease-in-out infinite}
@keyframes ocirDemoPulse{0%,100%{box-shadow:0 0 0 4px rgba(84,204,72,.15)}50%{box-shadow:0 0 0 7px rgba(84,204,72,.05)}}
.ocir-demo-news{margin:14px 0 34px;color:#203656;font-family:inherit}
.ocir-demo-hero{position:relative;overflow:hidden;padding:42px;border:1px solid #e3ebf4;border-radius:26px;background:radial-gradient(circle at 12% 15%,rgba(101,208,72,.14),transparent 25%),linear-gradient(135deg,#f7fbff 0%,#fff 52%,#f4fbf0 100%);box-shadow:0 18px 55px rgba(28,53,86,.09)}
.ocir-demo-hero:after{content:"";position:absolute;left:-60px;bottom:-90px;width:210px;height:210px;border:34px solid rgba(89,195,65,.07);border-radius:50%}
.ocir-demo-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:#eaf8e5;color:#218448;font-size:13px;font-weight:800}
.ocir-demo-hero h2{max-width:730px;margin:17px 0 10px;color:#193458;font-size:32px;line-height:1.55;font-weight:900}
.ocir-demo-hero>p{max-width:790px;margin:0;color:#64748b;font-size:16px;line-height:2}
.ocir-demo-actions{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.ocir-demo-button{display:grid;grid-template-columns:46px 1fr 20px;align-items:center;gap:12px;padding:16px 18px;border-radius:16px;color:#fff!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(23,52,88,.14);transition:transform .2s ease,box-shadow .2s ease}
.ocir-demo-button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(23,52,88,.2)}
.ocir-demo-button>i:first-child{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:rgba(255,255,255,.16);font-size:20px}
.ocir-demo-button span{display:flex;flex-direction:column;gap:3px}
.ocir-demo-button small{color:rgba(255,255,255,.78);font-size:11px}.ocir-demo-button strong{font-size:15px}
.ocir-demo-button-store{background:linear-gradient(135deg,#45b938,#2a9b55)}.ocir-demo-button-admin{background:linear-gradient(135deg,#294e7d,#183453)}
.ocir-demo-login-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:22px 0;padding:24px 28px;border:1px solid #dfe8f2;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(30,55,88,.07)}
.ocir-demo-login-heading{display:flex;align-items:center;gap:14px}.ocir-demo-login-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:#edf5ff;color:#285887;font-size:20px}
.ocir-demo-login-heading h3{margin:0 0 5px;font-size:18px;font-weight:900}.ocir-demo-login-heading p{margin:0;color:#718096;font-size:13px}
.ocir-demo-credentials{display:grid;grid-template-columns:repeat(2,minmax(135px,1fr));gap:10px}.ocir-demo-credentials>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 13px;border:1px dashed #cfdbe8;border-radius:12px;background:#f8fbff}.ocir-demo-credentials span{color:#64748b;font-size:12px}.ocir-demo-credentials code{padding:4px 10px;border-radius:8px;background:#203b60;color:#fff;font-size:15px;font-weight:800;letter-spacing:.6px}
.ocir-demo-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.ocir-demo-feature-grid article{padding:23px;border:1px solid #e4ebf3;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(30,55,88,.06)}.ocir-demo-feature-grid article>i{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:13px;background:#eef8eb;color:#329649;font-size:18px}.ocir-demo-feature-grid h3{margin:0 0 8px;font-size:16px;font-weight:900}.ocir-demo-feature-grid p{margin:0;color:#708097;font-size:13px;line-height:1.9}
.ocir-demo-links{padding:22px 26px;border-radius:18px;background:#f5f8fc}.ocir-demo-links h3{margin:0 0 12px;font-size:16px;font-weight:900}.ocir-demo-links a{display:block;width:max-content;max-width:100%;margin:7px 0;color:#287548;direction:ltr;overflow-wrap:anywhere}
@media(max-width:991.98px){.ocir-main-menu .ocir-demo-nav{margin:4px 0}.ocir-main-menu .ocir-demo-nav .nav-link{display:flex!important;justify-content:flex-start}.ocir-demo-login-card{align-items:stretch;flex-direction:column}.ocir-demo-feature-grid{grid-template-columns:1fr}.ocir-demo-hero{padding:30px}.ocir-demo-hero h2{font-size:27px}}
@media(max-width:575.98px){.ocir-demo-hero{padding:23px 18px;border-radius:20px}.ocir-demo-hero h2{font-size:23px}.ocir-demo-actions{grid-template-columns:1fr}.ocir-demo-button{grid-template-columns:42px 1fr 16px;padding:14px}.ocir-demo-button>i:first-child{width:42px;height:42px}.ocir-demo-login-card{padding:20px 16px}.ocir-demo-credentials{grid-template-columns:1fr}.ocir-demo-feature-grid article{padding:20px}.ocir-demo-links{padding:19px 16px}}
/* OCIR_DEMO_NEWS_END */
