@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-dark: #2f8a55;
  --ocir-navy: #273653;
  --ocir-text: #36415a;
  --ocir-muted: #7d8797;
  --ocir-border: #edf0f4;
  --ocir-soft: #f7f9fc;
}

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(4, 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 { margin: 0 0 22px; padding: 0; background: transparent; font-size: 12px; }
.ocir-product-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #aeb5c1; }
.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; margin-top: 14px; }
.ocir-demo-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 180px; height: 48px; padding: 0 24px; border: 1px solid #f4ad35; border-radius: 6px; color: #ef9d17; background: #fff; font-weight: 700; }
.ocir-demo-button:hover { background: #fff8eb; color: #df8d08; }
.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(3, 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-installment { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid #edf0f3; }
.ocir-installment > i { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; background: #eaf5ff; color: #1688dd; font-size: 18px; }
.ocir-installment div { display: flex; flex-direction: column; gap: 2px; }
.ocir-installment strong { color: #424b59; font-size: 13px; }
.ocir-installment span { color: #8a929e; font-size: 10px; }
.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-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; 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-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-card > a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 5px; background: #82d94d; color: #fff; font-weight: 800; }
.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 { white-space: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .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; }
  .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; }
}

/* Unified RTL-Theme inspired product cards */
#common-home #content > .row,
#common-home #content > h3:first-child + .row {
  grid-template-columns: repeat(4, 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: 16 / 9;
  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(3, 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-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: 16 / 10; }
#product-list > .product-list .ocir-card-body { padding: 8px 3px 2px; }

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

@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: none; }
  .ocir-card-buy { width: 38px; padding: 0; }
}

@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; }
}
