:root {
  --codzan-primary: #00446a;
  --codzan-primary-dark: #06364f;
  --codzan-accent: #ffde38;
  --codzan-text: #182633;
  --codzan-muted: #647482;
  --codzan-border: #e5ebef;
  --codzan-surface: #fff;
  --codzan-soft: #f6f8fa;
  --codzan-radius: 12px;
  --codzan-shadow: 0 10px 30px rgba(0, 42, 66, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.codzan-theme { margin: 0; background: #fff; color: var(--codzan-text); direction: rtl; line-height: 1.75; }
body.codzan-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--codzan-primary); text-decoration: none; }
a:hover { color: #0074a9; }
.container { width: min(1222px, calc(100% - 48px)); margin-inline: auto; }
.container-fluid { width: 100%; padding-inline: 24px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 999999; top: 8px; right: 8px; width: auto; height: auto; clip: auto; padding: 10px 16px; background: #fff; }

.codzan-header { position: relative; z-index: 1000; color: #fff; background: var(--codzan-primary) !important; box-shadow: 0 8px 24px rgba(0, 35, 55, .16); }
.codzan-header .container { width: min(1222px, calc(100% - 32px)); max-width: 1222px; }
.codzan-topbar { background: transparent !important; border-bottom: 1px solid rgba(255,255,255,.1); }
.codzan-topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.codzan-contact { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 15px; font-weight: 600; }
.codzan-contact > span:first-child { color: rgba(255,255,255,.55); }
.codzan-contact a { color: #fff; }
.codzan-divider { width: 1px; height: 18px; background: rgba(255,255,255,.3); }
.codzan-request-button { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; color: var(--codzan-primary) !important; background: var(--codzan-accent); font-size: 12px; font-weight: 900; box-shadow: 0 4px 12px rgba(0,0,0,.12); transition: transform .2s ease, background .2s ease; }
.codzan-request-button:hover { transform: translateY(-1px); color: var(--codzan-primary) !important; background: #ffe866; }

.codzan-mainbar { background: transparent !important; }
.codzan-mainbar-inner { min-height: 88px; display: grid; grid-template-columns: 250px minmax(260px, 1fr); align-items: center; gap: 42px; }
.codzan-logo { display: flex; align-items: center; width: fit-content; padding: 8px 0; }
.codzan-logo img { display: block; width: 215px; height: auto; }
.codzan-search-wrap { position: relative; min-width: 0; }
.codzan-search { display: flex; height: 48px; border: 2px solid rgba(255,255,255,.16); border-radius: 8px; overflow: hidden; background: rgba(255,255,255,.1); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.codzan-search:focus-within { border-color: var(--codzan-accent); background: #fff; box-shadow: 0 0 0 4px rgba(255,222,56,.14); }
.codzan-search input[type=search] { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 17px; color: #fff; background: transparent; font: inherit; }
.codzan-search:focus-within input[type=search] { color: var(--codzan-text); }
.codzan-search input::placeholder { color: rgba(255,255,255,.78); }
.codzan-search:focus-within input::placeholder { color: var(--codzan-muted); }
.codzan-search button { display: grid; place-items: center; width: 58px; flex: 0 0 58px; border: 0; background: var(--codzan-accent); color: var(--codzan-primary); cursor: pointer; transition: background .2s ease, box-shadow .2s ease; }
.codzan-search button:hover { background: #ffe866; box-shadow: inset 0 0 0 2px rgba(0,68,106,.1); }
.codzan-search button:focus-visible { outline: 3px solid rgba(255,255,255,.9); outline-offset: -6px; }
.codzan-search-icon { width: 24px; height: 24px; display: block; fill: currentColor; }
.codzan-search-results { position: absolute; z-index: 120; top: calc(100% + 8px); right: 0; left: 0; overflow: hidden; border: 1px solid #dce5eb; border-radius: 8px; background: #fff; box-shadow: 0 14px 32px rgba(0,35,55,.2); }
.codzan-search-result { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: start; gap: 11px; min-height: 66px; padding: 9px 12px; border-bottom: 1px solid #edf1f4; color: var(--codzan-text); text-align: right; transition: background .16s ease; }
.codzan-search-result:last-child { border-bottom: 0; }
.codzan-search-result:hover, .codzan-search-result:focus { outline: 0; background: #f5f9fb; }
.codzan-search-result-image { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border: 1px solid #e4ebef; border-radius: 6px; background: #fff; }
.codzan-search-result-image img { width: 100%; height: 100%; object-fit: contain; }
.codzan-search-result-name { min-width: 0; overflow-wrap: anywhere; font-family: 'Vazirmatn', 'IRANSans', Tahoma, sans-serif; font-size: 13px; font-weight: 700; line-height: 1.7; white-space: normal; }
.codzan-search-result-price { max-width: 112px; color: var(--codzan-primary); font-family: 'Vazirmatn', 'IRANSans', Tahoma, sans-serif; font-size: 12px; font-weight: 900; line-height: 1.6; text-align: center; white-space: normal; }
.codzan-search-state { padding: 16px; color: var(--codzan-muted); font-size: 13px; text-align: center; }

/* Consistent corporate-blue image frames across home, category, and brand cards. */
.codzan-category-card,
.codzan-brand-grid a,
.codzan-card,
.codzan-legacy-category,
.codzan-legacy-brands a,
.woocommerce ul.products li.product { border-color: var(--codzan-primary) !important; }
.codzan-category-image,
.codzan-brand-grid a,
.codzan-card-image,
.codzan-legacy-category img,
.codzan-legacy-brands img,
.woocommerce ul.products li.product a img { border: 1px solid var(--codzan-primary); }
.codzan-category-card h3 { border-top-color: var(--codzan-primary) !important; }
.codzan-category-card,
.codzan-brand-grid a,
.codzan-card,
.codzan-legacy-category,
.codzan-legacy-brands a,
.woocommerce ul.products li.product {
  border: 2px solid var(--codzan-primary) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.codzan-article-card {
  border: 2px solid var(--codzan-primary) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.codzan-category-card:hover,
.codzan-brand-grid a:hover,
.codzan-card:hover,
.codzan-legacy-category:hover,
.codzan-legacy-brands a:hover,
.woocommerce ul.products li.product:hover {
  border: 3px solid var(--codzan-accent) !important;
  box-shadow: 0 0 0 3px rgba(255, 222, 56, .18), var(--codzan-shadow);
}
.codzan-article-card:hover {
  border: 3px solid var(--codzan-accent) !important;
  box-shadow: 0 0 0 3px rgba(255, 222, 56, .18), var(--codzan-shadow);
  transform: translateY(-3px);
}
.codzan-category-card .codzan-category-image,
.codzan-brand-grid a img,
.codzan-card-image,
.codzan-legacy-category img,
.codzan-legacy-brands img,
.woocommerce ul.products li.product a img { border: 0; }
.codzan-navrow { overflow: visible; background: transparent !important; color: #fff; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 3px solid var(--codzan-accent); }
.codzan-navrow-inner { position: relative; min-height: 50px; display: flex; align-items: stretch; justify-content: center; gap: 18px; }
.codzan-primary-nav { min-width: 0; flex: 1; }
.codzan-menu, .codzan-menu ul, .codzan-mobile-list, .codzan-footer ul { margin: 0; padding: 0; list-style: none; }
.codzan-menu { display: flex; align-items: stretch; height: 100%; }
.codzan-menu > li { position: relative; display: flex; align-items: stretch; }
.codzan-menu > li > a { position: relative; display: flex; align-items: center; padding: 0 17px; color: rgba(255,255,255,.9); font-size: 15px; font-weight: 800; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.codzan-menu > li > a::after { position: absolute; right: 16px; bottom: -3px; left: 16px; height: 3px; background: var(--codzan-accent); content: ''; opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.codzan-menu > li:hover > a, .codzan-menu > li.current-menu-item > a, .codzan-menu > li.current-menu-ancestor > a { color: #fff; background: rgba(255,255,255,.06); }
.codzan-menu > li:hover > a::after, .codzan-menu > li.current-menu-item > a::after, .codzan-menu > li.current-menu-ancestor > a::after { opacity: 1; transform: scaleX(1); }
.codzan-menu .sub-menu { position: absolute; z-index: 30; top: 100%; right: 0; min-width: 230px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(8px); border: 1px solid var(--codzan-border); border-radius: 0 0 10px 10px; background: #fff; box-shadow: var(--codzan-shadow); transition: .18s ease; }
.codzan-menu li:hover > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.codzan-menu .sub-menu a { display: block; padding: 8px 10px; color: var(--codzan-text); font-size: 13px; }
.codzan-dashboard-link { position: absolute; left: 0; align-self: center; margin: 7px 0; padding: 5px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; color: #fff; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.codzan-dashboard-link:hover { color: var(--codzan-primary); background: var(--codzan-accent); border-color: var(--codzan-accent); }
.codzan-menu-toggle, .codzan-mobile-nav { display: none; }

/* Hide WordPress Customizer edit bubbles inside the theme preview. */
.customize-partial-edit-shortcut,
button.customize-partial-edit-shortcut-button { display: none !important; }

.codzan-page-shell { min-height: 55vh; }
.codzan-page-shell > .site-content { width: min(1250px, calc(100% - 48px)); margin-inline: auto; }
.codzan-main { padding-block: 34px 60px; }
.codzan-front-page { padding-top: 0; overflow: hidden; }
.codzan-hero { position: relative; width: 100%; aspect-ratio: 1920/680; min-height: 260px; max-height: 680px; overflow: hidden; background: #edf2f5; }
.codzan-slide { position: absolute; inset: 0; display: block; visibility: hidden; opacity: 0; transition: opacity .55s ease; }
.codzan-slide.is-active { visibility: visible; opacity: 1; }
.codzan-slide img { width: 100%; height: 100%; object-fit: cover; }
.codzan-slide > span { position: absolute; right: max(5vw, calc((100vw - 1222px)/2)); bottom: 13%; display: inline-flex; padding: 9px 18px; border-radius: 8px; color: var(--codzan-primary); background: var(--codzan-accent); font-weight: 900; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.codzan-slider-dots { position: absolute; z-index: 4; bottom: 18px; left: 50%; display: flex; gap: 7px; transform: translateX(-50%); }
.codzan-slider-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--codzan-primary); border-radius: 50%; background: #fff; cursor: pointer; }
.codzan-slider-dots button.is-active { width: 28px; border-radius: 10px; background: var(--codzan-primary); }
.codzan-home-section { padding-block: 34px; }
.codzan-home-section + .codzan-home-section { border-top: 1px solid #f0f3f5; }
.codzan-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.codzan-section-heading h2 { position: relative; margin: 0; padding-bottom: 10px; color: var(--codzan-primary); font-size: clamp(22px,2.5vw,31px); }
.codzan-section-heading h2::after { position: absolute; right: 0; bottom: 0; width: 58px; height: 3px; border-radius: 4px; background: var(--codzan-accent); content: ""; }
.codzan-section-heading > a { font-size: 13px; font-weight: 800; }
.codzan-category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.codzan-category-card { overflow: hidden; border: 1px solid var(--codzan-border); border-radius: 10px; color: var(--codzan-text); background: #fff; text-align: center; transition: .22s ease; }
.codzan-category-card:hover { transform: translateY(-4px); border-color: var(--codzan-accent); box-shadow: var(--codzan-shadow); }
.codzan-category-image { display: grid; place-items: center; aspect-ratio: 1/1; padding: 12px; background: #fff; }
.codzan-category-image img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1); transition: .25s ease; }
.codzan-category-card:hover img { filter: none; }
.codzan-category-card h3 { min-height: 54px; display: grid; place-items: center; margin: 0; padding: 8px; border-top: 1px solid var(--codzan-border); font-size: 13px; line-height: 1.5; }
.codzan-tab-buttons { display: flex; gap: 8px; margin: -8px 0 18px; padding-bottom: 5px; overflow-x: auto; }
.codzan-tab-buttons button { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--codzan-border); border-radius: 7px; color: var(--codzan-text); background: #fff; font: inherit; font-size: 13px; cursor: pointer; }
.codzan-tab-buttons button[aria-selected=true] { border-color: var(--codzan-primary); color: #fff; background: var(--codzan-primary); }
.codzan-tab-panel { display: none; }
.codzan-tab-panel.is-active { display: block; }
.codzan-banner-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.codzan-home-banner { position: relative; min-height: 230px; display: flex; justify-content: center; flex-direction: column; overflow: hidden; padding: 30px; border-radius: 12px; color: #fff; background-image: linear-gradient(90deg,rgba(0,35,55,.15),rgba(0,35,55,.78)),var(--codzan-banner); background-position: center; background-size: cover; }
.codzan-home-banner:hover { color: #fff; transform: translateY(-2px); }
.codzan-home-banner span { color: var(--codzan-accent); font-weight: 800; }
.codzan-home-banner h3 { max-width: 70%; margin: 5px 0 0; font-size: clamp(20px,2.5vw,30px); line-height: 1.45; }
.codzan-article-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.codzan-article-card { overflow: hidden; border: 1px solid var(--codzan-border); border-radius: 10px; background: #fff; }
.codzan-article-card > a { display: block; color: var(--codzan-text); }
.codzan-article-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.codzan-article-card div { padding: 14px; }
.codzan-article-card h3 { margin: 0 0 7px; color: var(--codzan-primary); font-size: 16px; line-height: 1.6; }
.codzan-article-card p { margin: 0; color: var(--codzan-muted); font-size: 13px; }
.codzan-brand-grid { display: grid; grid-template-columns: repeat(9,minmax(0,1fr)); gap: 12px; }
.codzan-brand-grid a { display: grid; place-items: center; gap: 7px; min-height: 115px; padding: 10px; border: 1px solid var(--codzan-border); border-radius: 9px; color: var(--codzan-text); background: #fff; font-size: 11px; text-align: center; }
.codzan-brand-grid img { width: 65px; height: 65px; object-fit: contain; filter: grayscale(1); }
.codzan-brand-grid a:hover img { filter: none; }
.codzan-page-title, .codzan-archive-header h1 { margin: 0 0 25px; color: var(--codzan-primary); font-size: clamp(25px, 3vw, 38px); line-height: 1.35; }
.entry-content::after { display: table; clear: both; content: ""; }
.codzan-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.codzan-card { overflow: hidden; border: 1px solid var(--codzan-border); border-radius: var(--codzan-radius); background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.04); }
.codzan-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.codzan-card-image img { width: 100%; height: 100%; object-fit: cover; }
.codzan-card-body { padding: 18px; }
.codzan-card h2 { margin: 0 0 10px; font-size: 19px; }
.codzan-featured-image { margin-bottom: 26px; overflow: hidden; border-radius: var(--codzan-radius); }
.codzan-entry-meta { margin: -15px 0 24px; color: var(--codzan-muted); }
.codzan-page-hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; margin-bottom: 42px; padding: 42px; border-radius: 18px; color: #fff; background: linear-gradient(135deg,var(--codzan-primary-dark),var(--codzan-primary)); overflow: hidden; }
.codzan-page-hero span { color: var(--codzan-accent); font-weight: 800; }
.codzan-page-hero h1 { margin: 6px 0 8px; color: #fff; font-size: clamp(30px,4vw,52px); }
.codzan-page-hero p { margin: 0; color: rgba(255,255,255,.82); }
.codzan-page-hero img { max-height: 320px; margin-inline: auto; object-fit: contain; }
.codzan-prose { max-width: 1000px; margin-inline: auto; }
.codzan-prose h2 { margin-top: 38px; color: var(--codzan-primary); }
.codzan-prose p { color: #405563; text-align: justify; }
.codzan-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-block: 28px; }
.codzan-value-grid article { position: relative; padding: 25px; border: 1px solid var(--codzan-border); border-radius: 12px; background: #fff; box-shadow: 0 7px 25px rgba(0,42,66,.05); }
.codzan-value-grid b { position: absolute; top: 12px; left: 15px; color: rgba(0,68,106,.12); font-size: 48px; }
.codzan-value-grid h3 { position: relative; color: var(--codzan-primary); }
.codzan-projects { margin-top: 55px; }
.codzan-project-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.codzan-project-grid article { padding: 18px; border: 1px solid var(--codzan-border); border-radius: 11px; text-align: center; background: #fff; }
.codzan-project-grid img { width: 100%; height: 130px; object-fit: contain; }
.codzan-project-grid h3 { margin: 12px 0 4px; color: var(--codzan-primary); font-size: 14px; }
.codzan-project-grid p { margin: 0; color: var(--codzan-muted); font-size: 12px; }
.codzan-contact-hero { grid-template-columns: 1fr; }
.codzan-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.codzan-contact-cards { display: grid; gap: 12px; }
.codzan-contact-cards article, .codzan-contact-form { padding: 22px; border: 1px solid var(--codzan-border); border-radius: 12px; background: #fff; box-shadow: 0 7px 25px rgba(0,42,66,.04); }
.codzan-contact-cards span { color: var(--codzan-primary); font-weight: 900; }
.codzan-contact-cards p { margin: 7px 0 0; }
.codzan-contact-form h2 { margin-top: 0; color: var(--codzan-primary); }

/* Gravity Forms: keep the visual frame aligned with the actual form width. */
.gform_wrapper {
  width: min(960px, 100%);
  max-width: 960px;
  margin-inline: auto;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid #1d2a33;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.gform_wrapper form,
.gform_wrapper .gform_fields { width: 100%; }
/* Vogkala brand color for every Gravity Forms submit button. */
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper .gform_save_link,
.gform_wrapper .gform_save_button,
.gform_wrapper button.gform_save_link,
.gform_wrapper input.gform_save_button {
  border-color: #06364f !important;
  color: #fff !important;
  background: #06364f !important;
  box-shadow: 0 4px 12px rgba(6, 54, 79, .22) !important;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus,
.gform_wrapper button[type="submit"]:hover,
.gform_wrapper button[type="submit"]:focus,
.gform_wrapper .gform_save_link:hover,
.gform_wrapper .gform_save_link:focus,
.gform_wrapper .gform_save_button:hover,
.gform_wrapper .gform_save_button:focus,
.gform_wrapper button.gform_save_link:hover,
.gform_wrapper button.gform_save_link:focus,
.gform_wrapper input.gform_save_button:hover,
.gform_wrapper input.gform_save_button:focus {
  border-color: #042b40 !important;
  color: #fff !important;
  background: #042b40 !important;
}
/* Sky-blue upload controls across every Gravity Form. */
.gform_wrapper input[type="file"]::file-selector-button,
.gform_wrapper input[type="file"]::-webkit-file-upload-button,
.gform_wrapper .gform_button_select_files,
.gform_wrapper .gform_drop_area button {
  border: 1px solid #38bdf8 !important;
  border-radius: 6px !important;
  color: #06364f !important;
  background: #7dd3fc !important;
  cursor: pointer;
}
.gform_wrapper input[type="file"]::file-selector-button:hover,
.gform_wrapper input[type="file"]::-webkit-file-upload-button:hover,
.gform_wrapper .gform_button_select_files:hover,
.gform_wrapper .gform_drop_area button:hover {
  border-color: #0ea5e9 !important;
  background: #38bdf8 !important;
}
/* Elementor's legacy page sections had a full-row frame around the form. */
body.page-id-9414 .elementor-element-d45ba25,
body.page-id-15201 .elementor-element-d21b94e,
body.page-id-21013 .elementor-element-37db52c {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
/* Contact page: frame the company contact column like the form column. */
html body.page-id-4439 {
  overflow-x: hidden !important;
}
body.page-id-4439 .elementor-element-2128f88 {
  position: relative;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden;
  padding: 20px 25px 10px !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}
body.page-id-4439 .elementor-element-2128f88 .footer-info-icon,
body.page-id-4439 .elementor-element-2128f88 i.fas,
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  vertical-align: middle;
  object-fit: contain;
  font-size: 26px;
  line-height: 26px;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-icon {
  fill: currentColor;
}
body.page-id-4439 .elementor-element-2128f88 .elementor-element-d3e4277,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-e2ef448,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-4cc531e,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-a100e71 {
  margin: 0 !important;
  padding-inline: 18px;
  box-sizing: border-box;
}
/* Keep all five contact rows on one physical icon axis. */
body.page-id-4439 .elementor-element-2128f88 .elementor-element-d3e4277,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-e2ef448,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-4cc531e,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-d176def,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-857aa07 {
  padding-inline: 0 !important;
}
body.page-id-4439 .elementor-element-2128f88::after {
  position: absolute;
  z-index: 0;
  top: 90px;
  right: 33px;
  bottom: 21px;
  left: 33px;
  border: 1px solid #1d2a33;
  border-radius: 8px;
  pointer-events: none;
  content: "";
}
body.page-id-4439 .elementor-element-2128f88 > * {
  position: relative;
  z-index: 1;
}
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 img,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 .codzan-legacy-image,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 .codzan-wd-image {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 360px;
  height: auto !important;
  margin-inline: auto;
  object-fit: contain;
}
body.page-id-4439 .elementor-element-bf6c26a,
body.page-id-4439 .elementor-element-88ca337 {
  min-height: 58px;
  margin: 0 !important;
  padding-top: 0 !important;
  box-sizing: border-box;
}
body.page-id-4439 .elementor-element-bf6c26a {
  transform: translateY(-15px);
}
body.page-id-4439 .elementor-element-bf6c26a .codzan-wd-title h2,
body.page-id-4439 .elementor-element-88ca337 .codzan-wd-title h2 {
  color: #06364f !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text {
  width: 100%;
  font-size: 15px;
  line-height: 2;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text p {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 7px 40px 7px 0 !important;
  text-align: right !important;
  line-height: 1.9;
  direction: rtl;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text p > img,
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text p > svg,
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text p > i.fas {
  position: absolute;
  top: 9px;
  right: 0 !important;
  left: auto !important;
  float: none !important;
  margin: 0 !important;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text p > strong {
  white-space: nowrap;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 7px 0 !important;
  direction: rtl;
  text-align: right;
  line-height: 1.9;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-row-icon {
  display: grid;
  place-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-row-icon img,
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-row-icon svg,
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-row-icon i.fas {
  position: static;
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 26px;
}
body.page-id-4439 .elementor-element-2128f88 .codzan-contact-row-body {
  min-width: 0;
  text-align: right;
}
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 {
  margin: 12px 8px 0 !important;
  padding: 9px !important;
  border: 1px solid #d7e2e9;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbfd, #e9f1f5);
  box-shadow: 0 10px 24px rgba(0, 47, 74, .14);
}
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 img,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 .codzan-legacy-image,
body.page-id-4439 .elementor-element-2128f88 .elementor-element-716bdc0 .codzan-wd-image {
  max-height: 300px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 30, 50, .12);
}
body.page-id-4439 .elementor-element-2128f88 .codzan-wd-text strong {
  color: #06364f;
  font-size: 15.5px;
}
body.page-id-4439 .gform_wrapper .gfield_label,
body.page-id-4439 .gform_wrapper input,
body.page-id-4439 .gform_wrapper textarea,
body.page-id-4439 .gform_wrapper select {
  font-size: 15px !important;
}
body.page-id-4439 .gform_wrapper .gform_button,
body.page-id-4439 .gform_wrapper input[type="submit"] {
  font-size: 16px !important;
}
/* Fallback for cached/legacy markup where Font Awesome's font is unavailable. */
body.page-id-4439 .elementor-element-2128f88 i.fa-map-marker-alt,
body.page-id-4439 .elementor-element-2128f88 i.fa-phone,
body.page-id-4439 .elementor-element-2128f88 i.fa-mobile-alt {
  font-size: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
body.page-id-4439 .elementor-element-2128f88 i.fa-map-marker-alt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f44336' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
}
body.page-id-4439 .elementor-element-2128f88 i.fa-phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234caf50' d='M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2a1.4 1.4 0 0 1 1.4-.3 9.2 9.2 0 0 0 2.8.5 1.4 1.4 0 0 1 1.4 1.4V20a1.4 1.4 0 0 1-1.4 1.4A16.6 16.6 0 0 1 3.6 5.4 1.4 1.4 0 0 1 5 4h3.2a1.4 1.4 0 0 1 1.4 1.4 9.2 9.2 0 0 0 .5 2.8 1.4 1.4 0 0 1-.3 1.4z'/%3E%3C/svg%3E");
}
body.page-id-4439 .elementor-element-2128f88 i.fa-mobile-alt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff5722' d='M7 2.5h10A2.5 2.5 0 0 1 19.5 5v14a2.5 2.5 0 0 1-2.5 2.5H7A2.5 2.5 0 0 1 4.5 19V5A2.5 2.5 0 0 1 7 2.5zm0 2a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5zM10 18h4v1h-4z'/%3E%3C/svg%3E");
}
@media (max-width: 680px) {
  .gform_wrapper { padding: 16px 12px; }
  body.page-id-4439 .elementor-element-2128f88 {
    padding-inline: 12px !important;
  }
  body.page-id-4439 .elementor-element-2128f88::after {
    right: 12px;
    left: 12px;
  }
}

.codzan-elementor-page { width: 100%; margin-inline: auto; padding-block: 0; }
.codzan-elementor-page > article, .codzan-elementor-page .entry-content { margin: 0; }
.codzan-wd-text { color: inherit; font: inherit; }
.codzan-wd-text > :first-child { margin-top: 0; }
.codzan-wd-text > :last-child { margin-bottom: 0; }
.codzan-wd-text iframe { display: block; width: 100%; max-width: none; border: 0; }
.codzan-wd-title h2 { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.codzan-wd-subtitle { margin-bottom: 7px; }
.codzan-align-center { text-align: center; }
.codzan-align-left { text-align: left; }
.codzan-align-right { text-align: right; }
.codzan-wd-image { display: block; max-width: 100%; margin-inline: auto; }
.codzan-wd-hotspot { position: relative; overflow: hidden; }
.codzan-wd-hotspot > img { display: block; width: 100%; height: auto; }
.codzan-wd-hotspot-caption { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 15px; border: 1px solid var(--codzan-border); border-top: 0; background: #fff; }
.codzan-wd-hotspot-caption a { padding: 6px 12px; border-radius: 6px; color: var(--codzan-primary); background: var(--codzan-accent); font-weight: 800; }
.codzan-wd-team-member { text-align: center; }
.codzan-wd-team-member img { display: block; width: 100%; height: auto; }
.codzan-wd-team-member h3 { margin: 12px 0 3px; }
.codzan-wd-team-member p { margin: 0; color: var(--codzan-muted); }
.codzan-legacy-content { display: grid; gap: 24px; width: 100%; }
.codzan-legacy-container { --container-max-width: 1222px; }
.codzan-legacy-container.e-con-boxed > .e-con-inner { width: 100%; max-width: 1222px; margin-inline: auto; }
.codzan-legacy-container.e-con-full { min-width: 0; }
.codzan-legacy-container > .codzan-legacy-widget { width: 100%; }
.codzan-legacy-section { display: block; width: 100%; }
.codzan-legacy-section > .elementor-container { display: flex; align-items: stretch; flex-wrap: wrap; width: 100%; }
.codzan-legacy-column { display: block; min-width: 0; }
.codzan-legacy-column.elementor-col-100 { width: 100%; }
.codzan-legacy-column.elementor-col-50 { width: 50%; }
.codzan-legacy-column.elementor-col-33 { width: 33.333%; }
.codzan-legacy-column.elementor-col-25 { width: 25%; }
.codzan-legacy-column > .elementor-widget-wrap { display: flex; align-content: flex-start; flex-wrap: wrap; width: 100%; }
.codzan-legacy-column > .elementor-widget-wrap > .codzan-legacy-widget { width: 100%; }
.codzan-legacy-widget { min-width: 0; }
.codzan-legacy-widget iframe { display: block; width: 100% !important; max-width: none; border: 0; }
.codzan-legacy-widget h2 { margin: 0 0 14px; color: var(--codzan-primary); font-size: clamp(23px,3vw,34px); }
.codzan-legacy-widget p { color: #405563; text-align: justify; }
.codzan-legacy-subtitle { display: block; color: var(--codzan-accent); font-weight: 900; }
.codzan-legacy-image { display: block; max-height: 520px; margin-inline: auto; object-fit: contain; }
.codzan-hotspot-card { overflow: hidden; border: 1px solid var(--codzan-border); border-radius: 14px; background: #fff; box-shadow: var(--codzan-shadow); }
.codzan-hotspot-card > img { display: block; width: 100%; max-height: 500px; object-fit: cover; }
.codzan-hotspot-info { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 18px; }
.codzan-hotspot-info a { padding: 7px 13px; border-radius: 7px; color: var(--codzan-primary); background: var(--codzan-accent); font-size: 12px; font-weight: 800; }
.codzan-legacy-banner { position: relative; display: block; overflow: hidden; min-height: 220px; border-radius: 12px; background: var(--codzan-soft); }
.codzan-legacy-banner > img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.codzan-legacy-banner-content { position: absolute; inset: auto 0 0; display: grid; gap: 6px; padding: 24px; color: #fff; background: linear-gradient(transparent,rgba(0,20,35,.78)); }
.codzan-legacy-banner-content strong { font-size: clamp(20px,3vw,30px); }
.codzan-legacy-banner-content em { width: max-content; padding: 7px 13px; border-radius: 6px; color: var(--codzan-primary); background: #fff; font-style: normal; font-weight: 800; }
.codzan-legacy-menu-list ul, .codzan-legacy-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.codzan-legacy-menu-list h3 { margin: 0 0 12px; color: var(--codzan-primary); font-size: 16px; }
.codzan-legacy-gallery { display: grid; gap: 18px; }
.codzan-legacy-gallery.columns-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.codzan-legacy-gallery.columns-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.codzan-legacy-gallery.columns-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.codzan-legacy-gallery.columns-5 { grid-template-columns: repeat(5,minmax(0,1fr)); }
.codzan-legacy-gallery.columns-6 { grid-template-columns: repeat(6,minmax(0,1fr)); }
.codzan-legacy-gallery img { display: block; width: 100%; height: auto; border-radius: 8px; }
.codzan-legacy-infobox { height: 100%; padding: 20px; border: 1px solid var(--codzan-border); border-radius: 10px; background: #fff; }
.codzan-legacy-infobox > img { display: block; max-width: 100%; height: auto; margin: 0 auto 15px; }
.codzan-legacy-infobox h3 { margin: 8px 0; color: var(--codzan-primary); }
.codzan-legacy-categories, .codzan-legacy-brands { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.codzan-legacy-category, .codzan-legacy-brands a { display: grid; gap: 8px; align-content: start; padding: 12px; border: 1px solid var(--codzan-border); border-radius: 10px; color: var(--codzan-text); background: #fff; text-align: center; }
.codzan-legacy-category img, .codzan-legacy-brands img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.codzan-legacy-social { display: flex; flex-wrap: wrap; gap: 8px; }
.codzan-legacy-social a { padding: 7px 12px; border-radius: 6px; color: #fff; background: var(--codzan-primary); }
.codzan-legacy-popup summary { width: max-content; cursor: pointer; }
.codzan-legacy-popup-content { margin-top: 15px; padding: 20px; border: 1px solid var(--codzan-border); border-radius: 10px; background: #fff; }

.codzan-breadcrumbs, .woocommerce-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 0; margin: 0 0 22px; color: var(--codzan-muted); font-size: 13px; }
.codzan-breadcrumbs .codzan-delimiter, .woocommerce-breadcrumb .codzan-delimiter { margin: 0 !important; font-size: 0 !important; }
.codzan-breadcrumbs .codzan-delimiter::after, .woocommerce-breadcrumb .codzan-delimiter::after { content: "/"; font-size: 13px; }

/* WooCommerce: lightweight replacements for the structural styling supplied by WoodMart. */
.woocommerce .products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.woocommerce .products::before, .woocommerce .products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 14px; border: 1px solid var(--codzan-border); border-radius: 10px; background: #fff; transition: .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: #ccd9e1; box-shadow: var(--codzan-shadow); }
.woocommerce ul.products li.product a img { border-radius: 8px; aspect-ratio: 1/1; object-fit: contain; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #143044; font-size: 15px; line-height: 1.7; }
.woocommerce ul.products li.product .price { color: var(--codzan-primary); font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 7px; color: #fff; background: var(--codzan-primary); font-family: inherit; }
.woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--codzan-primary); background: var(--codzan-accent); }
.woocommerce span.onsale { min-width: 44px; min-height: 28px; line-height: 28px; border-radius: 6px; background: var(--codzan-primary); }
.woocommerce .woocommerce-ordering select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 43px; border: 1px solid var(--codzan-border); border-radius: 7px; padding-inline: 12px; font: inherit; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--codzan-border); border-radius: 6px; }

.product-image-summary-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 46px; align-items: start; }
.product-images, .entry-summary { min-width: 0; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { color: var(--codzan-primary); font-size: clamp(23px,3vw,34px); line-height: 1.5; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--codzan-primary); font-size: 20px; font-weight: 900; }
.product-tabs-wrapper { margin-top: 40px; padding-block: 40px; background: var(--codzan-soft); }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 10px; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--codzan-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 7px; background: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { color: #fff; background: var(--codzan-primary); }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--codzan-border); border-radius: 10px; }
.woocommerce-checkout #payment { background: var(--codzan-soft); border: 1px solid var(--codzan-border); border-radius: 10px; }

/* Existing Elementor/WoodMart widget markup remains readable during migration. */
.title-wrapper { margin-block: 28px 18px; text-align: center; }
.title-wrapper .title { margin: 0; color: var(--codzan-primary); }
.info-box-wrapper, .wd-info-box { height: 100%; }
.wd-info-box { position: relative; padding: 18px; border-radius: 10px; text-align: center; }
.wd-info-box-link.wd-fill { position: absolute; inset: 0; }
.category-grid-item, .product-grid-item { min-width: 0; }
.wd-products-element .products, .products.wd-grid-g { display: grid; }

.codzan-footer { color: rgba(255,255,255,.68); background: #08264b; font-size: 14px; }
.codzan-footer a { color: rgba(255,255,255,.68); }
.codzan-footer a:hover { color: #fff; }
.codzan-footer h2 { margin: 0 0 14px; color: #fff; font-size: 15px; font-weight: 900; }
.codzan-footer ul { margin: 0; padding: 0; list-style: none; }
.codzan-footer-brands { padding-block: 38px 34px; }
.codzan-footer-brand-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 38px; direction: rtl; }
.codzan-footer-brand-column ul { display: grid; gap: 10px; }
.codzan-footer-brand-column:not(:first-child) { padding-top: 35px; }
.codzan-footer-brand-column a { display: flex; align-items: center; gap: 8px; min-height: 21px; }
.codzan-footer-brand-column img { order: -1; width: 19px; height: 19px; flex: 0 0 19px; object-fit: contain; background: #fff; }
.codzan-footer-details { padding-block: 28px 22px; border-top: 1px solid rgba(255,255,255,.12); }
.codzan-footer-info-grid { display: grid; grid-template-columns: .8fr 1.65fr 1fr 1fr; gap: 52px; align-items: start; }
.codzan-footer-trust { display: flex; align-items: center; flex-direction: column; gap: 20px; }
.codzan-footer-logo { width: 190px; height: auto; }
.codzan-enamad { width: 105px; height: 125px; object-fit: contain; }
.codzan-footer-contact { color: rgba(255,255,255,.82); line-height: 2; font-weight: 600; }
.codzan-footer-contact p { margin: 0 0 6px; }
.codzan-footer-links li { margin-bottom: 11px; }
.codzan-footer-media { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 40px; align-items: end; margin-top: 22px; }
.codzan-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; width: 320px; max-width: 100%; direction: ltr; }
.codzan-socials a { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; padding: 3px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 3px 10px rgba(0,0,0,.14); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.codzan-socials a:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.72); box-shadow: 0 7px 16px rgba(0,0,0,.24); }
.codzan-socials img { width: 100%; height: 100%; aspect-ratio: 1; display: block; border-radius: 5px; object-fit: contain; }
.codzan-apps h2 { text-align: center; }
.codzan-apps > div { display: flex; align-items: center; justify-content: center; gap: 4px; direction: rtl; }
.codzan-apps img { display: block; width: 149px; height: 44px; object-fit: fill; }
.codzan-copyright { padding-block: 15px; border-top: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 13px; text-align: center; }

@media (max-width: 1024px) {
  .codzan-topbar-inner { min-height: 40px; }
  .codzan-contact { font-size: 13px; }
  .codzan-request-button { padding-inline: 13px; }
  .codzan-contact .codzan-divider, .codzan-contact a:nth-of-type(2) { display: none; }
  .codzan-mainbar-inner { min-height: 72px; grid-template-columns: 48px minmax(150px,1fr) 48px; gap: 12px; padding-block: 11px 13px; }
  .codzan-logo { justify-content: center; }
  .codzan-logo img { width: min(179px, 100%); }
  .codzan-search-wrap { grid-column: 1 / -1; grid-row: 2; }
  .codzan-search { margin-bottom: 1px; height: 44px; }
  .codzan-menu-toggle { display: flex; width: 44px; min-height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
  .codzan-menu-toggle span { width: 21px; height: 2px; background: currentColor; }
  .codzan-menu-toggle b { margin-top: 1px; color: var(--codzan-accent); font-size: 10px; }
  .codzan-navrow-inner { display: none; }
  .codzan-mobile-nav { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; display: block; width: min(84vw, 360px); padding: 85px 22px 30px; overflow-y: auto; visibility: hidden; transform: translateX(100%); color: var(--codzan-text); background: #fff; box-shadow: -20px 0 45px rgba(0,0,0,.18); transition: .22s ease; }
  .codzan-mobile-nav.is-open { visibility: visible; transform: none; }
  .codzan-mobile-list a { display: block; padding: 12px 8px; border-bottom: 1px solid var(--codzan-border); color: var(--codzan-text); font-weight: 700; transition: color .2s ease, background .2s ease; }
  .codzan-mobile-list a:hover, .codzan-mobile-list .current-menu-item > a { color: var(--codzan-primary); background: var(--codzan-soft); }
  .codzan-search-results { top: calc(100% + 6px); max-height: min(70vh, 560px); overflow-y: auto; }
  .codzan-search-result { grid-template-columns: 42px minmax(0,1fr) 82px; min-height: 60px; padding: 8px 10px; }
  .codzan-search-result-image { width: 42px; height: 42px; }
  .codzan-search-result-name { font-size: 12px; line-height: 1.75; }
  .codzan-search-result-price { max-width: 82px; font-size: 11px; }
  .codzan-mobile-list .sub-menu { margin-right: 15px; list-style: none; }
  .woocommerce .products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .codzan-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .codzan-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .codzan-brand-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .codzan-article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .codzan-project-grid { grid-template-columns: repeat(3,1fr); }
  .codzan-footer-brand-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .codzan-footer-brand-column:not(:first-child) { padding-top: 0; }
  .codzan-footer-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .codzan-footer-media { grid-template-columns: 1fr; }
  .codzan-socials { margin-inline: auto; }
  .codzan-legacy-categories, .codzan-legacy-brands { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .container { width: min(100% - 28px, 1222px); }
  .codzan-header .container { width: calc(100% - 28px); }
  .codzan-page-shell > .site-content { width: calc(100% - 28px); }
  .codzan-elementor-page { width: 100%; }
  .codzan-legacy-column { width: 100% !important; }
  .codzan-contact { font-size: 12px; }
  .codzan-request-button { padding-inline: 11px; font-size: 12px; }
  .codzan-main { padding-block: 22px 42px; }
  .woocommerce .products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .woocommerce ul.products li.product { padding: 9px; }
  .product-image-summary-inner { grid-template-columns: 1fr; gap: 22px; }
  .codzan-post-grid { grid-template-columns: 1fr; }
  .codzan-footer-brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 18px; }
  .codzan-footer-info-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .codzan-footer-media { gap: 28px; }
  .codzan-apps > div { flex-wrap: wrap; }
  .codzan-apps img { width: 130px; height: 39px; }
  .codzan-hero { min-height: 220px; aspect-ratio: 16/8; }
  .codzan-slide img { object-fit: cover; }
  .codzan-slide > span { right: 16px; bottom: 16%; padding: 7px 11px; font-size: 12px; }
  .codzan-home-section { padding-block: 24px; }
  .codzan-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .codzan-category-image { aspect-ratio: 4/3; }
  .codzan-banner-grid { grid-template-columns: 1fr; }
  .codzan-home-banner { min-height: 180px; padding: 22px; }
  .codzan-article-grid { grid-template-columns: 1fr; }
  .codzan-brand-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .codzan-page-hero { grid-template-columns: 1fr; padding: 28px 22px; }
  .codzan-value-grid, .codzan-contact-layout { grid-template-columns: 1fr; }
  .codzan-project-grid { grid-template-columns: repeat(2,1fr); }
  .codzan-legacy-categories, .codzan-legacy-brands { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .codzan-legacy-gallery { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}
