/*
====================================================================
 elektrikcim.net — generated CSS bundle
 DO NOT EDIT DIRECTLY. Edit /src files and rebuild.
====================================================================
*/

/* ===== SOURCE: 01-tokens.css ===== */
/*
====================================================================
 elektrikcim.net — Design tokens
 nopCommerce 4.90 / DefaultClean
====================================================================
*/
:root {
  color-scheme: light;

  /* Override native DefaultClean tokens centrally. */
  --accent-blue-color: #0f6fa8;
  --accent-blue-active-color: #075a86;
  --gray-color: #374151;
  --dark-gray-color: #1f2937;
  --error-red-color: #c5222b;
  --success-green-color: #207d4c;

  --ec-brand-blue-50: #f2f8fc;
  --ec-brand-blue-100: #e6f3fa;
  --ec-brand-blue-200: #c9e7f6;
  --ec-brand-blue-300: #97d4ee;
  --ec-brand-blue-400: #4fb8e3;
  --ec-brand-blue-500: #2ba8e0;
  --ec-brand-blue-600: #248ece;
  --ec-brand-blue-700: #0f6fa8;
  --ec-brand-blue-800: #075a86;
  --ec-brand-blue-900: #064767;

  --ec-text-strong: #1f2937;
  --ec-text: #374151;
  --ec-text-muted: #5b6573;
  --ec-text-subtle: #667085;
  --ec-text-disabled: #8d98a5;
  --ec-on-dark: #ffffff;
  --ec-on-dark-muted: #d4dbe3;

  --ec-surface: #ffffff;
  --ec-surface-soft: #f7f9fb;
  --ec-surface-muted: #f1f4f7;
  --ec-surface-selected: #f2f8fc;
  --ec-surface-disabled: #eef1f4;
  --ec-page-background: #ffffff;
  --ec-border: #dce4ea;
  --ec-border-strong: #cbd5df;
  --ec-border-subtle: #edf1f4;

  --ec-success: #207d4c;
  --ec-success-soft: #eaf6ef;
  --ec-warning: #a84f08;
  --ec-warning-soft: #fff5e8;
  --ec-danger: #c5222b;
  --ec-danger-soft: #fcebed;
  --ec-info: #0f6fa8;
  --ec-info-soft: #eaf5fb;

  --ec-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --ec-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --ec-font-size-2xs: .75rem;
  --ec-font-size-xs: .8125rem;
  --ec-font-size-sm: .875rem;
  --ec-font-size-md: .9375rem;
  --ec-font-size-base: 1rem;
  --ec-font-size-lg: 1.125rem;
  --ec-font-size-xl: 1.25rem;
  --ec-font-size-2xl: 1.5rem;
  --ec-font-size-3xl: 1.75rem;
  --ec-font-size-4xl: 2rem;
  --ec-font-weight-regular: 400;
  --ec-font-weight-medium: 500;
  --ec-font-weight-semibold: 600;
  --ec-font-weight-bold: 700;
  --ec-line-height-tight: 1.2;
  --ec-line-height-heading: 1.28;
  --ec-line-height-ui: 1.4;
  --ec-line-height-body: 1.55;
  --ec-line-height-content: 1.65;

  --ec-space-1: .25rem;
  --ec-space-2: .5rem;
  --ec-space-3: .75rem;
  --ec-space-4: 1rem;
  --ec-space-5: 1.25rem;
  --ec-space-6: 1.5rem;
  --ec-space-8: 2rem;
  --ec-space-10: 2.5rem;
  --ec-space-12: 3rem;
  --ec-space-16: 4rem;

  --ec-radius-xs: 4px;
  --ec-radius-sm: 6px;
  --ec-radius-md: 8px;
  --ec-radius-lg: 12px;
  --ec-radius-pill: 999px;

  --ec-shadow-xs: 0 1px 2px rgba(17,24,39,.05);
  --ec-shadow-sm: 0 4px 12px rgba(17,24,39,.07);
  --ec-shadow-md: 0 10px 26px rgba(17,24,39,.11);
  --ec-shadow-lg: 0 18px 44px rgba(17,24,39,.15);

  --ec-container-max: 1280px;
  --ec-content-measure: 75ch;
  --ec-sidebar-width: 280px;
  --ec-control-height-sm: 36px;
  --ec-control-height: 44px;
  --ec-control-height-lg: 48px;
  --ec-control-padding-inline: 14px;
  --ec-focus-color: #0f6fa8;
  --ec-focus-ring: 0 0 0 3px rgba(15,111,168,.24);
  --ec-duration-fast: 140ms;
  --ec-duration: 200ms;
  --ec-duration-slow: 320ms;
  --ec-ease: cubic-bezier(.2,0,0,1);
  --ec-z-dropdown: 1100;
  --ec-z-sticky: 1200;
  --ec-z-modal: 1400;
}
@media (prefers-reduced-motion: reduce) {
  :root { --ec-duration-fast: .01ms; --ec-duration: .01ms; --ec-duration-slow: .01ms; }
}

/* ===== SOURCE: 02-base-typography.css ===== */
/*
====================================================================
 elektrikcim.net — Base typography and global readability
====================================================================
*/
html { font-size: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  max-width: 100%;
  background: var(--ec-page-background);
  color: var(--ec-text);
  font-family: var(--ec-font-sans);
  font-size: var(--ec-font-size-md);
  font-weight: var(--ec-font-weight-regular);
  line-height: var(--ec-line-height-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
input, textarea, select, button { font: inherit; line-height: var(--ec-line-height-ui); letter-spacing: normal; }
h1,h2,h3,h4,h5,h6 {
  margin-block: 0;
  color: var(--ec-text-strong);
  font-family: inherit;
  font-weight: var(--ec-font-weight-semibold);
  line-height: var(--ec-line-height-heading);
  letter-spacing: -.012em;
  text-wrap: balance;
}
h1 { font-size: clamp(1.625rem,2.1vw,2rem); }
h2 { font-size: clamp(1.375rem,1.8vw,1.625rem); }
h3 { font-size: clamp(1.1875rem,1.5vw,1.375rem); }
h4 { font-size: 1.0625rem; }
h5 { font-size: 1rem; }
h6 { font-size: .9375rem; }
p,li,dd,dt,td,th,label,legend { line-height: inherit; }
strong,b { font-weight: var(--ec-font-weight-semibold); }
small,.small { font-size: var(--ec-font-size-xs); line-height: var(--ec-line-height-ui); }
code,kbd,pre,samp { font-family: var(--ec-font-mono); }
pre {
  max-width: 100%; overflow-x: auto; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-md); background: var(--ec-surface-soft);
  padding: var(--ec-space-4); color: var(--ec-text-strong); line-height: 1.55; tab-size: 2;
}
::selection { background: var(--ec-brand-blue-200); color: var(--ec-text-strong); }
:where(a,button,input,select,textarea,[role="button"],[tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 2px solid var(--ec-focus-color); outline-offset: 2px; box-shadow: var(--ec-focus-ring);
}
:where(input,select,textarea):focus-visible { outline-offset: 0; }

.page-title {
  min-height: 0; margin-block-end: var(--ec-space-8);
  border-bottom-color: var(--ec-border); padding: 0 0 var(--ec-space-4);
}
.page-title h1 {
  color: var(--ec-text-strong); font-size: clamp(1.625rem,2.1vw,2rem);
  font-weight: var(--ec-font-weight-semibold); line-height: var(--ec-line-height-heading);
}
.section .title,.fieldset .title,.product-collateral .title,.product-filter-level-values-box .title {
  color: var(--ec-text-strong); font-weight: var(--ec-font-weight-semibold); letter-spacing: -.008em;
}

.category-description,.manufacturer-description,.vendor-description,.full-description,
.topic-block,.topic-page,.post-body,.news-body,.editor-content {
  color: var(--ec-text); font-size: var(--ec-font-size-base);
  line-height: var(--ec-line-height-content); overflow-wrap: anywhere;
}
.category-description p,.manufacturer-description p,.full-description p,.topic-block p,
.topic-page p,.post-body p,.news-body p,.editor-content p {
  margin-block: .75em; text-align: start;
}
.category-description > :where(p,ul,ol,table,blockquote),
.manufacturer-description > :where(p,ul,ol,table,blockquote),
.full-description > :where(p,ul,ol,table,blockquote),
.post-body > :where(p,ul,ol,table,blockquote),
.news-body > :where(p,ul,ol,table,blockquote) { max-width: var(--ec-content-measure); }
:where(.category-description,.manufacturer-description,.full-description,.topic-block,.topic-page,.post-body,.news-body,.editor-content) :where(ul,ol) {
  margin-block: .875em; padding-inline-start: 1.5rem;
}
:where(.category-description,.manufacturer-description,.full-description,.topic-block,.topic-page,.post-body,.news-body,.editor-content) li {
  margin-block: .35em;
}
:where(.category-description,.manufacturer-description,.full-description,.topic-block,.topic-page,.post-body,.news-body,.editor-content) a {
  color: var(--ec-brand-blue-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px;
}
:where(.category-description,.manufacturer-description,.full-description,.topic-block,.topic-page,.post-body,.news-body,.editor-content) a:hover {
  color: var(--ec-brand-blue-800);
}
a { color: var(--ec-brand-blue-700); transition: color var(--ec-duration-fast) var(--ec-ease); }
a:hover,a:focus { color: var(--ec-brand-blue-800); }
hr { border-color: var(--ec-border); }
.text-prompt,.hint,.tooltip,.tax-shipping-info,.base-price-pangv { color: var(--ec-text-muted); }
.noscript {
  border-color: #e5c981; background: #fff8dc; color: #5f4a13;
}

/* ===== SOURCE: 03-layout-header-footer.css ===== */
/*
====================================================================
 elektrikcim.net — Global layout, header, search and footer
====================================================================
*/
.master-wrapper-content,.header,.header-menu,.footer-upper,.footer-lower {
  width: min(calc(100% - 32px),var(--ec-container-max));
  max-width: var(--ec-container-max); margin-inline: auto;
}
.master-wrapper-content { position: relative; z-index: 0; }
.center-1 { margin-block-end: var(--ec-space-16); }
.center-2,.side-2 { margin-block-end: var(--ec-space-12); }
.page { color: var(--ec-text); }

.admin-header-links { background: var(--ec-text-strong); color: var(--ec-on-dark-muted); }
.admin-header-links *, .admin-header-links a { color: inherit; }
.header { z-index: 20; text-align: start; }
.header-upper { border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft); }
.header-selectors-wrapper { border-bottom-color: var(--ec-border); }
.header-selectors-wrapper select {
  min-height: 34px; border-color: var(--ec-border); border-radius: var(--ec-radius-sm);
  background: var(--ec-surface); color: var(--ec-text);
}
.header-links-wrapper { color: var(--ec-text-muted); }
.header-links li { margin-inline: 8px; }
.header-links a,.header-links span {
  color: var(--ec-text-muted); font-size: var(--ec-font-size-xs);
  font-weight: var(--ec-font-weight-medium); line-height: 40px; text-transform: none;
}
.header-links a:hover,.header-links a:focus { color: var(--ec-brand-blue-800); }
#topcartlink {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-md);
  background: var(--ec-surface); color: var(--ec-text-strong);
}
#topcartlink:hover,#topcartlink:focus-within { border-color: var(--ec-brand-blue-300); box-shadow: var(--ec-shadow-xs); }
#topcartlink a { color: var(--ec-text-strong); font-weight: var(--ec-font-weight-semibold); }

.header-lower { padding-block: var(--ec-space-6); }
.header-logo { margin-block-end: var(--ec-space-5); }
.header-logo a img { width: auto; max-width: 100%; max-height: 72px; object-fit: contain; }
.search-box form { align-items: stretch; gap: 0; }
.search-box input.search-box-text,.search-box .search-box-category,.search-box .search-box-button { height: var(--ec-control-height); }
.search-box input.search-box-text {
  width: min(100%,420px); margin: 0; border-color: var(--ec-border-strong);
  border-radius: var(--ec-radius-md) 0 0 var(--ec-radius-md);
  padding-inline: var(--ec-control-padding-inline); background: var(--ec-surface); color: var(--ec-text-strong);
}
.search-box input.search-box-text::placeholder { color: var(--ec-text-disabled); opacity: 1; }
.search-box .search-box-category {
  max-width: 190px; margin-inline-start: -1px; border-color: var(--ec-border-strong);
  border-radius: 0; background: var(--ec-surface-soft); color: var(--ec-text);
}
.search-box .search-box-button {
  min-width: 104px; border-radius: 0 var(--ec-radius-md) var(--ec-radius-md) 0;
  background: var(--ec-brand-blue-700); padding-inline: var(--ec-space-5);
  color: var(--ec-on-dark); font-size: var(--ec-font-size-sm);
  font-weight: var(--ec-font-weight-semibold); text-transform: none;
}
.search-box .search-box-button:hover,.search-box .search-box-button:focus { background: var(--ec-brand-blue-800); }
.ui-autocomplete {
  border-color: var(--ec-border); border-radius: 0 0 var(--ec-radius-md) var(--ec-radius-md);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-md);
  color: var(--ec-text); font-family: var(--ec-font-sans); font-size: var(--ec-font-size-sm);
}
.ui-autocomplete li { border-top-color: var(--ec-border-subtle); }
.ui-autocomplete a { color: var(--ec-text)!important; }
.ui-autocomplete a:hover,.ui-autocomplete a:focus,.ui-autocomplete a.ui-state-focus {
  background: var(--ec-brand-blue-50)!important; color: var(--ec-brand-blue-800)!important;
}

.flyout-cart {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-lg);
}
.mini-shopping-cart { padding: var(--ec-space-4); color: var(--ec-text); font-size: var(--ec-font-size-xs); }
.mini-shopping-cart .items { border-color: var(--ec-border); }
.mini-shopping-cart .name { font-size: var(--ec-font-size-sm); line-height: var(--ec-line-height-ui); }
.mini-shopping-cart .name a { color: var(--ec-text-strong); font-weight: var(--ec-font-weight-semibold); }
.mini-shopping-cart .name a:hover { color: var(--ec-brand-blue-800); }
.mini-shopping-cart .totals strong { color: var(--ec-text-strong); font-size: var(--ec-font-size-base); font-weight: 700; }
.mini-shopping-cart button[type="button"] {
  min-height: 40px; border-radius: var(--ec-radius-sm); background: var(--ec-brand-blue-700);
  color: #fff; font-size: var(--ec-font-size-xs); font-weight: 600; text-transform: none;
}

.footer { margin-top: var(--ec-space-12); background: var(--ec-text-strong); color: var(--ec-on-dark-muted); text-align: start; }
.footer a { color: var(--ec-on-dark-muted); }
.footer a:hover,.footer a:focus { color: var(--ec-on-dark); }
.footer-upper {
  border-bottom: 1px solid rgba(255,255,255,.14); padding-block: var(--ec-space-10);
  gap: clamp(28px,5vw,72px); overflow: visible;
}
.footer-menu__toggle,.footer-block .title,.footer-menu__title,.follow-us .title {
  color: var(--ec-on-dark); font-size: var(--ec-font-size-base); font-weight: 600;
  line-height: var(--ec-line-height-heading); text-transform: none;
}
.footer-menu__toggle,.footer-block .title {
  border-radius: var(--ec-radius-sm); background-color: rgba(255,255,255,.08); background-image: none;
}
.footer-menu__list { background: transparent; }
.footer-menu__item { padding-block: 6px; }
.footer-menu__link { color: var(--ec-on-dark-muted); font-size: var(--ec-font-size-sm); line-height: var(--ec-line-height-ui); }
.follow-us { color: var(--ec-on-dark-muted); }
.follow-us .social ul { border-bottom-color: rgba(255,255,255,.14); }
.newsletter-email { display: flex; flex-wrap: wrap; align-items: stretch; overflow: visible; }
.newsletter-email input[type="email"],.newsletter-email input[type="text"] {
  flex: 1 1 220px; width: auto; min-width: 0; height: var(--ec-control-height); margin: 0;
  border-color: rgba(255,255,255,.24); border-radius: var(--ec-radius-md) 0 0 var(--ec-radius-md);
  background: #fff; color: var(--ec-text-strong);
}
.newsletter-subscribe-button {
  height: var(--ec-control-height); border-radius: 0 var(--ec-radius-md) var(--ec-radius-md) 0;
  background: var(--ec-brand-blue-700); color: #fff; font-size: var(--ec-font-size-sm); font-weight: 600; text-transform: none;
}
.newsletter-subscribe-button:hover,.newsletter-subscribe-button:focus { background: var(--ec-brand-blue-800); }
.newsletter-email .options,.newsletter-validation,.newsletter-result { flex-basis: 100%; color: var(--ec-on-dark-muted); }
.footer-lower { padding-block: var(--ec-space-6); color: var(--ec-on-dark-muted); font-size: var(--ec-font-size-xs); }
.footer-tax-shipping a,.footer-powered-by a { color: var(--ec-on-dark); font-weight: 600; }

@media (min-width:1001px) {
  .header-lower {
    display: grid; grid-template-columns: minmax(190px,280px) minmax(420px,1fr);
    align-items: center; gap: var(--ec-space-8); width: 100%;
  }
  .header-logo { display: block; margin: 0; text-align: start; }
  .search-box form { justify-content: end; flex-wrap: nowrap; }
  .search-box input.search-box-text { width: min(48vw,520px); }
  .footer-menu__toggle { display: none; }
  .footer-menu__list { display: block; overflow: visible; }
}

/* ===== SOURCE: 04-navigation-menu.css ===== */
/*
====================================================================
 elektrikcim.net - Native nopCommerce 4.90 Menu UI
 Version: 1.0.0
 Scope: ONLY .menu.ec-main-menu
 Purpose:
   - Keep nopCommerce DefaultClean CSS untouched
   - Override only the selected main menu
   - Desktop: delayed, clean mega menu
   - Mobile/tablet: accessible accordion, NO category images
   - No body scroll lock; normal page scrolling is preserved
====================================================================
*/

/*
  JS checks this custom property before it mutates native menu markup.
  It must exist on the native .menu element before .ec-menu-container is added.
*/
.menu.ec-main-menu {
    --ec-menu-enabled: 1;
}

.ec-menu-container {
    --ecm-bg: var(--ec-surface);
    --ecm-surface: var(--ec-surface-soft);
    --ecm-surface-active: var(--ec-surface-selected);
    --ecm-text: var(--ec-text-strong);
    --ecm-text-muted: var(--ec-text-muted);
    --ecm-border: var(--ec-border);
    --ecm-border-strong: var(--ec-border-strong);
    --ecm-blue: var(--ec-brand-blue-600);
    --ecm-blue-text: var(--ec-brand-blue-700);
    --ecm-shadow: var(--ec-shadow-lg);
    --ecm-radius: var(--ec-radius-lg);
    --ecm-top-height: var(--ec-control-height-lg);

    position: relative;
    z-index: 80;
    width: 100%;
    overflow: visible;
    font-family: var(--ec-font-sans);
    color: var(--ecm-text);
    touch-action: pan-y;
}

.ec-menu-container *,
.ec-menu-container *::before,
.ec-menu-container *::after {
    box-sizing: border-box;
}

.header-menu.ec-header-menu {
    position: relative;
    z-index: 80;
    overflow: visible;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.ec-menu-container .ec-main-menu {
    overflow: visible;
    color: var(--ecm-text);
}

.ec-menu-container a {
    text-decoration: none;
}

.ec-menu-container .menu__row-braker {
    display: none !important;
}

/* nopCommerce placeholder / "NO IMAGE" images */
.ec-menu-container .menu__group.ec-no-image .menu__image,
.ec-menu-container .menu__image.ec-placeholder-image {
    display: none !important;
}

.ec-menu-container .menu__link:focus-visible,
.ec-menu-container .menu__image-link:focus-visible,
.ec-menu-container .menu__toggle:focus-visible,
.ec-menu-container .ec-top-toggle:focus-visible,
.ec-menu-container .ec-group-toggle:focus-visible {
    outline: 2px solid var(--ecm-blue);
    outline-offset: 2px;
}

/* A wrapper added by our JS around direct subcategory links */
.ec-menu-container .ec-group-links {
    min-width: 0;
}

/* ==================================================================
   DESKTOP / LAPTOP
   ================================================================== */

@media (min-width: 1001px) {

    .header-menu.ec-header-menu {
        max-width: 1200px;
        margin: 0 auto 24px;
    }

    .ec-menu-container {
        padding: 0 !important;
    }

    /* root mobile button is not used on desktop */
    .ec-menu-container > .menu__toggle {
        display: none !important;
    }

    .ec-menu-container > .ec-main-menu {
        position: relative;
        display: flex !important;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 2px;
        width: 100%;
        min-height: var(--ecm-top-height);
        margin: 0;
        padding: 0 4px !important;
        overflow: visible !important;
        border: 1px solid var(--ecm-border);
        border-radius: 8px;
        background: var(--ecm-bg);
        box-shadow: 0 2px 8px rgba(21, 31, 44, .035);
        font-size: 14px !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item {
        position: relative;
        display: flex !important;
        align-items: stretch;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item.ec-grid-item {
        position: static;
    }

    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle,
    .ec-menu-container .ec-main-menu > .menu__item > .menu__link {
        position: relative;
        display: flex !important;
        align-items: center;
        min-height: var(--ecm-top-height);
        margin: 0;
        padding: 0 !important;
        border: 0;
        background: transparent !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle > .menu__link,
    .ec-menu-container .ec-main-menu > .menu__item > .menu__link {
        display: flex !important;
        align-items: center;
        min-height: var(--ecm-top-height);
        padding: 0 14px !important;
        color: var(--ecm-text) !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        white-space: nowrap;
        transition: color .16s ease, background-color .16s ease;
    }

    /* make room for the small chevron */
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown > .menu__item-toggle > .menu__link {
        padding-inline-end: 31px !important;
    }

    /*
      Reset the large DefaultClean toggle image.
      Desktop uses one small neutral chevron only.
    */
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown > .menu__item-toggle::after {
        content: "";
        display: block !important;
        position: absolute;
        inset-inline-end: 12px;
        top: 50%;
        width: 7px;
        height: 7px;
        margin: 0;
        padding: 0 !important;
        border: 0;
        border-inline-end: 1.5px solid #7b8794;
        border-block-end: 1.5px solid #7b8794;
        background: none !important;
        transform: translateY(-68%) rotate(45deg);
        pointer-events: none;
        transition: transform .16s ease, border-color .16s ease;
    }

    .ec-menu-container .ec-main-menu > .menu__item:hover > .menu__item-toggle > .menu__link,
    .ec-menu-container .ec-main-menu > .menu__item:focus-within > .menu__item-toggle > .menu__link,
    .ec-menu-container .ec-main-menu > .menu__item.ec-open > .menu__item-toggle > .menu__link,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown--active > .menu__item-toggle > .menu__link,
    .ec-menu-container .ec-main-menu > .menu__item > .menu__link:hover,
    .ec-menu-container .ec-main-menu > .menu__item > .menu__link:focus {
        color: var(--ecm-blue-text) !important;
        background: #f5fafc !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item.ec-open > .menu__item-toggle::after,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown--active > .menu__item-toggle::after,
    .ec-menu-container .ec-main-menu > .menu__item:focus-within > .menu__item-toggle::after {
        border-color: var(--ecm-blue-text);
        transform: translateY(-30%) rotate(225deg);
    }

    /* Mobile-only separate disclosure buttons */
    .ec-menu-container .ec-top-toggle,
    .ec-menu-container .ec-group-toggle {
        display: none !important;
    }

    /*
      IMPORTANT:
      DefaultClean opens grid immediately on :hover.
      We deliberately override that and let JS add .ec-open after 320 ms.
      Keyboard focus and native click remain immediate.
    */
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown > .menu__list-view {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown.ec-open > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown.ec-open > .menu__list-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown.menu-dropdown--active > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown.menu-dropdown--active > .menu__list-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown:focus-within > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown:focus-within > .menu__list-view {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* ---------- desktop mega grid ---------- */

    .ec-menu-container .ec-main-menu > .ec-grid-item > .menu__grid-view {
        position: absolute !important;
        z-index: 1200;
        top: calc(100% + 8px);
        inset-inline: 0;
        display: grid !important;
        grid-template-columns: repeat(var(--ec-grid-cols, 3), minmax(0, 1fr));
        gap: 4px 18px;
        width: 100% !important;
        max-width: 1200px !important;
        max-height: min(70vh, 620px);
        margin: 0;
        padding: 18px 20px 20px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border: 1px solid var(--ecm-border);
        border-top: 3px solid var(--ecm-blue);
        border-radius: var(--ecm-radius);
        background: var(--ecm-bg);
        box-shadow: var(--ecm-shadow);
        transform: translateY(6px) !important;
        transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
        scrollbar-width: thin;
        scrollbar-color: #c7cfd8 transparent;
    }

    .ec-menu-container .ec-main-menu > .ec-grid-item.ec-open > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .ec-grid-item.menu-dropdown--active > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .ec-grid-item:focus-within > .menu__grid-view {
        transform: translateY(0) !important;
    }

    .ec-menu-container .menu__grid-view > .menu__group {
        display: block !important;
        min-width: 0;
        height: auto !important;
        margin: 0 !important;
        padding: 11px 12px 14px !important;
        border: 0 !important;
        border-radius: 8px;
        background: transparent !important;
        transition: background-color .15s ease;
    }

    .ec-menu-container .menu__grid-view > .menu__group:hover {
        background: #f8fafc !important;
    }

    .ec-menu-container .menu__image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 7px !important;
        color: var(--ecm-text) !important;
        text-align: start !important;
    }

    /* when a real category image exists, keep it small and useful */
    .ec-menu-container .menu__group.ec-has-image > .menu__image-link {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
    }

    .ec-menu-container .menu__image {
        display: block;
        width: 58px !important;
        height: 58px !important;
        max-width: 58px !important;
        margin: 0 !important;
        padding: 5px;
        object-fit: contain !important;
        border: 1px solid #edf0f3;
        border-radius: 8px !important;
        background: var(--ecm-surface);
    }

    .ec-menu-container .menu__group-title {
        display: block !important;
        margin: 0 !important;
        padding: 4px 0 7px !important;
        overflow: hidden;
        color: var(--ecm-text) !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        text-align: start !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ec-menu-container .menu__image-link:hover .menu__group-title,
    .ec-menu-container .menu__image-link:focus .menu__group-title {
        color: var(--ecm-blue-text) !important;
    }

    .ec-menu-container .ec-group-links {
        display: block !important;
        margin: 0;
        padding: 0;
    }

    .ec-menu-container .ec-group-links > .menu__link {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 6px 4px !important;
        color: var(--ecm-text-muted) !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
        text-align: start !important;
        white-space: normal;
        transition: color .14s ease, padding-inline-start .14s ease;
    }

    .ec-menu-container .ec-group-links > .menu__link::before {
        display: none !important;
    }

    .ec-menu-container .ec-group-links > .menu__link:hover,
    .ec-menu-container .ec-group-links > .menu__link:focus {
        padding-inline-start: 8px !important;
        color: var(--ecm-blue-text) !important;
    }

    /* ---------- desktop list dropdown ---------- */

    .ec-menu-container .ec-main-menu > .ec-list-item > .menu__list-view {
        position: absolute !important;
        z-index: 1200;
        top: calc(100% + 8px);
        inset-inline-start: 0;
        display: block !important;
        width: max-content !important;
        min-width: 230px;
        max-width: 340px !important;
        margin: 0;
        padding: 7px !important;
        overflow: visible !important;
        border: 1px solid var(--ecm-border);
        border-top: 3px solid var(--ecm-blue);
        border-radius: 8px;
        background: var(--ecm-bg);
        box-shadow: var(--ecm-shadow);
        transform: translateY(6px) !important;
        transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    }

    .ec-menu-container .ec-main-menu > .ec-list-item.ec-open > .menu__list-view,
    .ec-menu-container .ec-main-menu > .ec-list-item.menu-dropdown--active > .menu__list-view,
    .ec-menu-container .ec-main-menu > .ec-list-item:focus-within > .menu__list-view {
        transform: translateY(0) !important;
    }

    .ec-menu-container .menu__list-view .menu__item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .ec-menu-container .menu__list-view .menu__link {
        display: block !important;
        width: 100% !important;
        padding: 10px 11px !important;
        border-radius: 6px;
        color: var(--ecm-text-muted) !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .ec-menu-container .menu__list-view .menu__link:hover,
    .ec-menu-container .menu__list-view .menu__link:focus {
        color: var(--ecm-blue-text) !important;
        background: #f5fafc !important;
    }
}

/* ==================================================================
   TABLET / MOBILE
   ================================================================== */

@media (max-width: 1000px) {

    .header-menu.ec-header-menu {
        width: 92.5%;
        max-width: 600px;
        margin: 0 auto 28px;
        overflow: visible;
    }

    /*
      Do not create a scrollable sub-container.
      The whole page stays the scroll owner, so wheel/touch scrolling works
      naturally even while the pointer is over the open menu.
    */
    .ec-menu-container,
    .ec-menu-container .ec-main-menu,
    .ec-menu-container .menu__grid-view,
    .ec-menu-container .menu__list-view {
        max-height: none !important;
        overflow: visible !important;
        overscroll-behavior: auto;
        touch-action: pan-y;
    }

    /* disable DefaultClean's grid-row collapse mechanism for our root menu */
    .ec-menu-container.menu-dropdown {
        display: block !important;
        grid-template-rows: none !important;
    }

    /* root "KATEGORİ" / menu title */
    .ec-menu-container > .menu__toggle {
        position: relative;
        display: flex !important;
        align-items: center;
        min-height: 48px;
        width: 100%;
        margin: 0;
        padding: 0 48px 0 16px !important;
        border: 1px solid var(--ecm-border-strong);
        border-radius: 8px;
        background: var(--ecm-bg) !important;
        background-image: none !important;
        color: var(--ecm-text) !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        text-align: start;
        text-transform: none !important;
        cursor: pointer;
        user-select: none;
    }

    [dir="rtl"] .ec-menu-container > .menu__toggle {
        padding: 0 16px 0 48px !important;
    }

    /* compact 3-line icon */
    .ec-menu-container > .menu__toggle::after {
        content: "";
        position: absolute;
        inset-inline-end: 16px;
        top: 50%;
        width: 16px;
        height: 10px;
        margin: 0;
        padding: 0;
        border: 0;
        background:
            linear-gradient(var(--ecm-blue), var(--ecm-blue)) 0 0 / 16px 1.5px no-repeat,
            linear-gradient(var(--ecm-blue), var(--ecm-blue)) 0 4px / 16px 1.5px no-repeat,
            linear-gradient(var(--ecm-blue), var(--ecm-blue)) 0 8px / 16px 1.5px no-repeat;
        transform: translateY(-50%);
    }

    .ec-menu-container > .ec-main-menu {
        display: none !important;
        width: 100%;
        margin: 8px 0 0 !important;
        padding: 0 !important;
        border: 1px solid var(--ecm-border);
        border-radius: 8px;
        background: var(--ecm-bg);
        box-shadow: 0 5px 16px rgba(21, 31, 44, .06);
    }

    .ec-menu-container.menu-dropdown--active > .ec-main-menu {
        display: block !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item {
        position: relative;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ecm-border) !important;
        background: var(--ecm-bg) !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item:last-child {
        border-bottom: 0 !important;
    }

    /*
      Top-level category name is a normal link.
      The separate button on the right opens the submenu.
    */
    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle {
        position: relative;
        display: flex !important;
        align-items: stretch;
        width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 0 !important;
        border: 0;
        background: var(--ecm-bg) !important;
    }

    /* remove the large native DefaultClean chevron image */
    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle::after {
        display: none !important;
        content: none !important;
        background: none !important;
        padding: 0 !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle > .menu__link,
    .ec-menu-container .ec-main-menu > .menu__item > .menu__link {
        display: flex !important;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 48px;
        padding: 13px 14px !important;
        color: var(--ecm-text) !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 650 !important;
        text-align: start !important;
    }

    .ec-menu-container .ec-top-toggle {
        position: relative;
        flex: 0 0 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        min-width: 44px;
        height: 48px;
        margin: 0;
        padding: 0;
        border: 0;
        border-inline-start: 1px solid var(--ecm-border);
        background: transparent;
        color: #748191;
        cursor: pointer;
    }

    .ec-menu-container .ec-top-toggle::before,
    .ec-menu-container .ec-group-toggle::before {
        content: "";
        width: 7px;
        height: 7px;
        border-inline-end: 1.5px solid currentColor;
        border-block-end: 1.5px solid currentColor;
        transform: translateY(-2px) rotate(45deg);
        transition: transform .16s ease;
    }

    .ec-menu-container .ec-top-toggle[aria-expanded="true"]::before,
    .ec-menu-container .ec-group-toggle[aria-expanded="true"]::before {
        transform: translateY(2px) rotate(225deg);
    }

    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown--active > .menu__item-toggle {
        background: var(--ecm-surface-active) !important;
    }

    /* submenu panels: use display instead of overflow/grid tricks */
    .ec-menu-container .ec-main-menu .menu__grid-view,
    .ec-menu-container .ec-main-menu .menu__list-view {
        display: none !important;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: none !important;
        border: 0 !important;
        background: var(--ecm-surface) !important;
    }

    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown--active > .menu__grid-view,
    .ec-menu-container .ec-main-menu > .menu__item.menu-dropdown--active > .menu__list-view {
        display: block !important;
    }

    /* MOBILE REQUIREMENT: category pictures are never shown */
    .ec-menu-container .menu__grid-view .menu__image {
        display: none !important;
    }

    .ec-menu-container .menu__grid-view > .menu__group {
        position: relative;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ecm-border) !important;
        background: var(--ecm-bg) !important;
    }

    .ec-menu-container .menu__grid-view > .menu__group:last-child {
        border-bottom: 0 !important;
    }

    .ec-menu-container .menu__grid-view > .menu__group > .menu__image-link {
        display: flex !important;
        align-items: center;
        width: 100% !important;
        min-height: 46px;
        height: auto !important;
        margin: 0 !important;
        padding: 12px 52px 12px 16px !important;
        color: var(--ecm-text) !important;
        text-align: start !important;
        background: var(--ecm-bg) !important;
    }

    [dir="rtl"] .ec-menu-container .menu__grid-view > .menu__group > .menu__image-link {
        padding: 12px 16px 12px 52px !important;
    }

    .ec-menu-container .menu__group-title {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        color: var(--ecm-text) !important;
        font-size: 13.5px !important;
        line-height: 1.3 !important;
        font-weight: 650 !important;
        text-align: start !important;
    }

    .ec-menu-container .ec-group-toggle {
        position: absolute;
        z-index: 2;
        top: 0;
        inset-inline-end: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        min-width: 44px;
        height: 46px;
        margin: 0;
        padding: 0;
        border: 0;
        border-inline-start: 1px solid var(--ecm-border);
        background: transparent;
        color: #748191;
        cursor: pointer;
    }

    .ec-menu-container .menu__group.ec-group-open > .menu__image-link {
        background: #f8fafc !important;
    }

    .ec-menu-container .ec-group-links {
        display: none !important;
        width: 100%;
        margin: 0;
        padding: 3px 0 5px;
        border-top: 1px solid #eef1f4;
        background: #fbfcfd;
    }

    .ec-menu-container .menu__group.ec-group-open > .ec-group-links {
        display: block !important;
    }

    .ec-menu-container .ec-group-links > .menu__link {
        display: block !important;
        width: 100% !important;
        min-height: 40px;
        margin: 0 !important;
        padding: 10px 18px 10px 28px !important;
        color: var(--ecm-text-muted) !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
        text-align: start !important;
        background: transparent !important;
    }

    [dir="rtl"] .ec-menu-container .ec-group-links > .menu__link {
        padding: 10px 28px 10px 18px !important;
    }

    .ec-menu-container .ec-group-links > .menu__link::before {
        display: none !important;
    }

    .ec-menu-container .ec-group-links > .menu__link:hover,
    .ec-menu-container .ec-group-links > .menu__link:focus {
        color: var(--ecm-blue-text) !important;
        background: #f3f8fb !important;
    }

    /* list template */
    .ec-menu-container .menu__list-view .menu__item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid var(--ecm-border);
        background: var(--ecm-bg) !important;
    }

    .ec-menu-container .menu__list-view .menu__link {
        display: block !important;
        width: 100% !important;
        min-height: 44px;
        padding: 12px 16px !important;
        color: var(--ecm-text-muted) !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        text-align: start !important;
    }
}

/* very small phones */
@media (max-width: 380px) {
    .ec-menu-container > .menu__toggle {
        min-height: 46px;
    }

    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle,
    .ec-menu-container .ec-main-menu > .menu__item > .menu__item-toggle > .menu__link {
        min-height: 46px;
    }
}

/* honor reduced motion */
@media (prefers-reduced-motion: reduce) {
    .ec-menu-container *,
    .ec-menu-container *::before,
    .ec-menu-container *::after {
        transition: none !important;
        animation: none !important;
    }
}

/* ===== SOURCE: 05-components.css ===== */
/*
====================================================================
 elektrikcim.net — Shared controls and components
====================================================================
*/
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],
input[type="number"],input[type="search"],textarea,select {
  min-height: var(--ec-control-height); border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-sm); background: var(--ec-surface);
  padding: 9px var(--ec-control-padding-inline); color: var(--ec-text-strong);
  transition: border-color var(--ec-duration-fast),box-shadow var(--ec-duration-fast),background-color var(--ec-duration-fast);
}
textarea { min-height: 140px; resize: vertical; }
select { height: var(--ec-control-height); padding-block: 8px; }
input::placeholder,textarea::placeholder { color: var(--ec-text-disabled); opacity: 1; }
input:hover,textarea:hover,select:hover { border-color: #aeb9c5; }
input:focus,textarea:focus,select:focus {
  z-index: 1; border-color: var(--ec-brand-blue-700); background: var(--ec-surface);
  color: var(--ec-text-strong); box-shadow: var(--ec-focus-ring);
}
input:disabled,textarea:disabled,select:disabled {
  cursor: not-allowed; border-color: var(--ec-border); background: var(--ec-surface-disabled);
  color: var(--ec-text-disabled); opacity: 1;
}
input[type="checkbox"],input[type="radio"] { accent-color: var(--ec-brand-blue-700); }
label { color: var(--ec-text); font-weight: var(--ec-font-weight-medium); }
.required { color: var(--ec-danger); font-size: 1.125rem; }
.fieldset,.section { margin-block-end: var(--ec-space-10); }
.fieldset .title,.section .title {
  margin-block-end: var(--ec-space-4); padding-inline: 0; color: var(--ec-text-strong);
  font-size: var(--ec-font-size-xl); font-weight: 600;
}
.form-fields {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface-soft); padding: var(--ec-space-6);
}
.inputs { margin-block-end: var(--ec-space-4); white-space: normal; }
.inputs label { color: var(--ec-text); font-size: var(--ec-font-size-sm); font-weight: 500; }
.inputs .option-list li,.checkout-attributes .option-list>li {
  border-color: var(--ec-border); border-radius: var(--ec-radius-sm); background: var(--ec-surface);
}
.message-error,.field-validation-error,.username-not-available-status,.password-error,.vat-number-warning {
  color: var(--ec-danger); font-size: var(--ec-font-size-xs); line-height: var(--ec-line-height-ui);
}
.field-validation-valid,.username-available-status { color: var(--ec-success); }

.button-1,.button-2,input[type="button"],input[type="submit"],button {
  border-radius: var(--ec-radius-sm); font-family: inherit; font-weight: 600;
  transition: background-color var(--ec-duration-fast),border-color var(--ec-duration-fast),
              color var(--ec-duration-fast),box-shadow var(--ec-duration-fast),transform var(--ec-duration-fast);
}
.button-1 {
  min-height: var(--ec-control-height); border: 1px solid var(--ec-brand-blue-700);
  background: var(--ec-brand-blue-700); color: #fff; text-transform: none;
}
.button-1:hover,.button-1:focus { border-color: var(--ec-brand-blue-800); background: var(--ec-brand-blue-800); }
.button-2 {
  min-height: 40px; border: 1px solid var(--ec-border-strong);
  background: var(--ec-surface); color: var(--ec-text); text-transform: none;
}
.button-2:hover,.button-2:focus {
  border-color: var(--ec-brand-blue-300); background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}
button:not(:disabled):active,.button-1:not(:disabled):active,.button-2:not(:disabled):active { transform: translateY(1px); }
button:disabled,.button-1:disabled,.button-2:disabled,input[type="submit"]:disabled {
  cursor: not-allowed; border-color: var(--ec-border); background: var(--ec-surface-disabled);
  color: var(--ec-text-disabled); opacity: 1;
}

.breadcrumb {
  margin-block-end: var(--ec-space-8); border: 1px solid var(--ec-border-subtle);
  border-radius: var(--ec-radius-md); background: var(--ec-surface-soft); padding: 6px var(--ec-space-3);
}
.breadcrumb li { color: var(--ec-text-muted); font-size: var(--ec-font-size-xs); }
.breadcrumb a { color: var(--ec-text-muted); }
.breadcrumb a:hover { color: var(--ec-brand-blue-800); }

.block {
  margin-block-end: var(--ec-space-6); overflow: hidden;
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.block .title {
  margin: 0; border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft);
  padding: 13px 15px; color: var(--ec-text-strong); font-size: var(--ec-font-size-base); font-weight: 600;
}
.block .listbox { padding: 8px; }
.block .list li { margin: 0; }
.block .list a {
  display: block; min-height: 38px; border-radius: var(--ec-radius-sm); padding: 9px 10px;
  color: var(--ec-text-muted); line-height: 1.35;
}
.block .list a:hover,.block .list a:focus,.block .list .active>a {
  background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}

.table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cart,.data-table,.forum-table {
  border-collapse: separate; border-spacing: 0; overflow: hidden;
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.cart th,.data-table th,.forum-table th {
  border-color: var(--ec-border); background: var(--ec-surface-soft); padding: 11px 12px;
  color: var(--ec-text-strong); font-weight: 600;
}
.cart td,.data-table td,.forum-table td {
  border-color: transparent var(--ec-border) var(--ec-border); background: var(--ec-surface);
  padding: 15px 13px; color: var(--ec-text);
}
.cart a,.data-table a,.forum-table a { color: var(--ec-brand-blue-700); }

.pager { margin-block: var(--ec-space-6); }
.pager ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.pager li { margin: 0; }
.pager li a,.pager li span {
  display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 38px;
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-sm);
  background: var(--ec-surface); color: var(--ec-text-muted);
}
.pager li.current-page span,.pager li a:hover,.pager li a:focus {
  border-color: var(--ec-brand-blue-700); background: var(--ec-brand-blue-700); color: #fff;
}

.bar-notification-container { z-index: var(--ec-z-modal); }
.bar-notification { border-radius: 0 0 var(--ec-radius-md) var(--ec-radius-md); padding: 14px 42px 14px 14px; }
.bar-notification.success { background: var(--ec-success); }
.bar-notification.error { background: var(--ec-danger); }
.bar-notification.warning { background: var(--ec-warning); }
.popup-notification { border-radius: var(--ec-radius-md); }

.ui-dialog {
  border-color: var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-lg); font-family: var(--ec-font-sans);
}
.ui-dialog-titlebar { border-bottom-color: var(--ec-border); background: var(--ec-surface-soft); }
.ui-dialog-titlebar>span { color: var(--ec-text-strong); font-weight: 600; }
.ui-dialog-content { background: var(--ec-surface)!important; color: var(--ec-text); }

.ui-tabs,.ui-widget.ui-widget-content.ui-tabs {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.ui-tabs-nav { border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft); }
.ui-tabs-nav li a { color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); font-weight: 600; }
.ui-tabs-nav li.ui-state-active a { color: var(--ec-brand-blue-800); }
.ui-tabs-panel { padding: var(--ec-space-5); color: var(--ec-text); }

/*
  DefaultClean uses page-specific selectors with higher specificity to force
  uppercase labels. Keep customer-facing actions in their natural localized
  casing (for example "Sepete Ekle"), without changing non-action headings.
*/
.ui-dialog-content .back-in-stock-subscription-page .button-1,
.poll .buttons button,
.contact-vendor .button-2,
.item-box .product-box-add-to-cart-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.write-review .button-1,
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button,
.compare-products-page .clear-list,
.enter-password-form button[type="submit"],
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
#check-availability-button,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.avatar-page .button-2,
.vendorinfo-page .button-2,
.cart-footer .checkout-button,
.cart-collaterals .button-2,
.checkout-page .button-1,
.order-details-page .repost .button-2,
.user-agreement-page .button-1,
.search-input .button-1,
.blog-posts .buttons .read-more,
.news-items .buttons .read-more,
.new-comment .button-1,
.forums-table-section .view-all a,
.topic-post .pm-button,
.profile-info-box .pm-button,
.private-messages .buttons button,
.mini-shopping-cart button[type="button"] {
  text-transform: none;
}

/*
====================================================================
 elektrikcim.net — Faz 3.1 overlay / stacking correction
 Scope:
   - Search autocomplete stays above the main menu bar
   - Mini cart stays above the main menu and mega-menu panels
   - Mega menu stays above storefront page content
   - Modal and notification layers are untouched
 JavaScript change: none
====================================================================
*/

:root {
  --ec-layer-content: 0;
  --ec-layer-menu: 200;
  --ec-layer-header: 300;
  --ec-layer-search: 340;
  --ec-layer-cart: 360;
}

/*
  DefaultClean renders .header and .header-menu as sibling stacking contexts.
  The search autocomplete is appended inside .search-box, while mini-cart is
  inside .header-upper. The whole header must therefore sit above navigation.
*/
.header {
  position: relative;
  z-index: var(--ec-layer-header);
  overflow: visible;
}

.header-upper {
  position: relative;
  z-index: 30;
  overflow: visible;
}

.header-lower {
  position: relative;
  z-index: 20;
  overflow: visible;
}

.header-links-wrapper,
#topcartlink,
.search-box,
.search-box form {
  position: relative;
  overflow: visible;
}

/* Navigation remains above page content, but below interactive header flyouts. */
.header-menu.ec-header-menu,
.ec-menu-container {
  z-index: var(--ec-layer-menu);
}

/* Mini-cart is the highest ordinary header flyout. */
.flyout-cart,
.flyout-cart.active {
  z-index: var(--ec-layer-cart) !important;
}

/*
  nopCommerce appends product autocomplete to .search-box.
  Give that list an explicit local layer and a controlled scroll area.
*/
.search-box .ui-autocomplete {
  z-index: var(--ec-layer-search) !important;
  max-height: min(60vh, 480px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (min-width: 1001px) {
  /* Match suggestions to the desktop text input rather than the full form. */
  .search-box .ui-autocomplete {
    width: min(48vw, 520px) !important;
    max-width: min(48vw, 520px);
  }
}

@media (max-width: 1000px) {
  /* Mobile suggestions fill the search area without horizontal overflow. */
  .search-box .ui-autocomplete {
    inset-inline-start: 0 !important;
    width: 100% !important;
    max-width: 100%;
  }
}

/* ===== SOURCE: 06-commerce-catalog.css ===== */
/*
====================================================================
 elektrikcim.net — Category, filters, grids and product cards
====================================================================
*/
.category-description,.manufacturer-description,.vendor-description { margin-block-end: var(--ec-space-8); }

.product-selectors {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px;
  margin-block-end: var(--ec-space-6); border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-md); background: var(--ec-surface-soft); padding: 12px 14px;
}
.product-selectors:first-child { border-top: 1px solid var(--ec-border); }
.product-selectors>div { margin: 0; }
.product-selectors span { color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); }
.product-selectors select { min-width: 100px; margin-inline: 6px; background: var(--ec-surface); }
.product-selectors .product-viewmode { margin-inline-start: auto; }

.product-filter {
  margin-block-end: var(--ec-space-6); overflow: hidden; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.product-filter .filter-title {
  margin: 0; border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft);
  background-image: none; padding: 13px 15px; color: var(--ec-text-strong);
  font-size: var(--ec-font-size-base); font-weight: 600;
}
.product-filter .filter-content { margin: 0; padding: 14px 15px 16px; color: var(--ec-text); }
.product-filter .group { font-size: var(--ec-font-size-sm); }
.product-filter .group+.group { margin-top: var(--ec-space-5); border-top: 1px solid var(--ec-border-subtle); padding-top: var(--ec-space-4); }
.product-filter .group .name { padding-bottom: 8px; color: var(--ec-text-strong); font-weight: 600; }
.product-filter .group .item { min-height: 34px; padding-inline-start: 0; }
.product-filter .group .item label { padding-inline-start: 8px; color: var(--ec-text-muted); line-height: 1.35; }
.product-filter .group .item label:hover { color: var(--ec-brand-blue-800); }

.product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
.related-products-grid .item-grid,.also-purchased-products-grid .item-grid,
.search-results .product-grid .item-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px;
}
.product-grid .item-box,.home-page-product-grid .item-box,.bestsellers .item-box,
.related-products-grid .item-box,.also-purchased-products-grid .item-box,
.search-results .product-grid .item-box {
  float: none; width: auto; min-width: 0; margin: 0;
}
.product-grid,.product-list { margin-block-end: var(--ec-space-12); }
.product-grid .title,.home-page-product-grid .title,.bestsellers .title {
  margin-block-end: var(--ec-space-5); border-bottom: 1px solid var(--ec-border);
  padding-block-end: 12px; color: var(--ec-text-strong);
  font-size: clamp(1.375rem,1.8vw,1.625rem); font-weight: 600;
}

.item-box .product-item {
  position: relative; display: flex; flex-direction: column; height: 100%; min-width: 0;
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-md);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-xs);
  transition: border-color var(--ec-duration),box-shadow var(--ec-duration),transform var(--ec-duration);
}
@media (hover:hover) and (pointer:fine) {
  .item-box .product-item:hover { border-color: var(--ec-brand-blue-200); box-shadow: var(--ec-shadow-sm); transform: translateY(-2px); }
}
.item-box .product-item .picture {
  position: relative; margin: 0; border-bottom: 1px solid var(--ec-border-subtle);
  background: var(--ec-surface); padding: 10px;
}
.item-box .product-item .picture a:before { padding-top: 88%; }
.item-box .product-item .picture a img {
  max-width: calc(100% - 20px); max-height: calc(100% - 20px); object-fit: contain;
}
.item-box:hover .product-item .picture a img { opacity: 1; transform: translateZ(0) scale(1.02); }
.item-box .product-item .details {
  display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; padding: 13px;
}
.item-box .product-item .product-title {
  display: -webkit-box; min-height: calc(1.35em * 2); max-height: calc(1.35em * 2);
  margin: 0 0 8px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  font-size: .9375rem; line-height: 1.35; font-weight: 600;
}
.item-box .product-item .product-title a { color: var(--ec-text-strong); }
.item-box .product-item .product-title a:hover { color: var(--ec-brand-blue-800); }
.item-box .product-item .description {
  display: -webkit-box; min-height: calc(1.5em * 2); max-height: calc(1.5em * 2);
  margin: 0 0 10px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  color: var(--ec-text-muted); font-size: var(--ec-font-size-xs); line-height: 1.5;
}
.item-box .product-item .add-info { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; }
.item-box .product-item .prices {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 7px;
  min-height: 48px; margin: auto 0 10px; color: var(--ec-text);
}
.item-box .product-item .old-price {
  color: var(--ec-text-subtle); font-size: var(--ec-font-size-xs); text-decoration-thickness: 1px;
}
.item-box .product-item .actual-price {
  color: var(--ec-text-strong); font-size: 1.125rem; font-weight: 700; line-height: 1.2;
}
.item-box .product-item .tax-shipping-info,.item-box .product-item .base-price-pangv {
  flex-basis: 100%; color: var(--ec-text-muted); font-size: .75rem; line-height: 1.35;
}
.item-box .product-item .buttons {
  display: grid; grid-template-columns: minmax(0,1fr) 40px 40px; gap: 4px;
  width: 100%; margin: 0; font-size: 0;
}
.item-box .product-item .buttons button { min-height: 40px; margin: 0; border-radius: var(--ec-radius-sm); }
.item-box .product-item .product-box-add-to-cart-button {
  width: 100%; min-width: 0; border: 1px solid var(--ec-brand-blue-700);
  background: var(--ec-brand-blue-700); padding: 0 10px; overflow: hidden;
  color: #fff; font-size: var(--ec-font-size-xs); font-weight: 600; white-space: nowrap; text-overflow: ellipsis; text-transform: none;
}
.item-box .product-item .product-box-add-to-cart-button:hover { background: var(--ec-brand-blue-800); border-color: var(--ec-brand-blue-800); }
.item-box .product-item .add-to-compare-list-button,.item-box .product-item .add-to-wishlist-button {
  position: relative; width: 40px; min-width: 40px; border: 1px solid var(--ec-border);
  background-color: var(--ec-surface-soft); background-image: none; color: var(--ec-text-muted); font-size: 0;
}
.item-box .product-item .add-to-compare-list-button::before,
.item-box .product-item .add-to-wishlist-button::before {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: currentColor; font-size: 20px; line-height: 1; pointer-events: none;
}
.item-box .product-item .add-to-compare-list-button::before { content: "⇄"; font-size: 18px; }
.item-box .product-item .add-to-wishlist-button::before { content: "♡"; }
.item-box .product-item .add-to-compare-list-button:hover,
.item-box .product-item .add-to-wishlist-button:hover {
  border-color: var(--ec-brand-blue-300); background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}

.home-page-category-grid .item-grid,.sub-category-grid .item-grid,.manufacturer-grid .item-grid,.vendor-grid .item-grid {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px;
}
.home-page-category-grid .item-box,.sub-category-grid .item-box,.manufacturer-grid .item-box,.vendor-grid .item-box {
  float: none; width: auto; margin: 0; overflow: hidden; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface); box-shadow: var(--ec-shadow-xs);
}
.home-page-category-grid .picture,.sub-category-grid .picture,.manufacturer-grid .picture,.vendor-grid .picture {
  border-bottom: 1px solid var(--ec-border-subtle); background: var(--ec-surface); padding: 8px;
}
.home-page-category-grid .title,.sub-category-grid .title,.manufacturer-grid .title,.vendor-grid .title {
  margin: 0; padding: 12px; color: var(--ec-text-strong); font-size: var(--ec-font-size-sm); font-weight: 600;
}
.home-page-category-grid .title a,.sub-category-grid .title a,.manufacturer-grid .title a,.vendor-grid .title a { color: var(--ec-text-strong); }

.product-list .item-box { float: none; width: 100%; margin-block-end: 16px; }
.product-list .item-box .product-item { display: grid; grid-template-columns: minmax(180px,28%) minmax(0,1fr); }
.product-list .item-box .picture { border-inline-end: 1px solid var(--ec-border-subtle); border-bottom: 0; }
.product-list .item-box .details { padding: 18px; }
.product-list .item-box .product-title { min-height: 0; max-height: none; font-size: var(--ec-font-size-base); -webkit-line-clamp: 3; }

@media (min-width:481px) {
  .product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
  .related-products-grid .item-grid,.also-purchased-products-grid .item-grid,.search-results .product-grid .item-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .home-page-category-grid .item-grid,.sub-category-grid .item-grid,.manufacturer-grid .item-grid,.vendor-grid .item-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (min-width:769px) {
  .product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
  .related-products-grid .item-grid,.also-purchased-products-grid .item-grid,.search-results .product-grid .item-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .home-page-category-grid .item-grid,.sub-category-grid .item-grid,.manufacturer-grid .item-grid,.vendor-grid .item-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}
@media (min-width:1180px) {
  .product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
  .related-products-grid .item-grid,.also-purchased-products-grid .item-grid,.search-results .product-grid .item-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .home-page-category-grid .item-grid,.sub-category-grid .item-grid,.manufacturer-grid .item-grid,.vendor-grid .item-grid {
    grid-template-columns: repeat(5,minmax(0,1fr));
  }
}


/* ===== SOURCE: 07-commerce-product.css ===== */
/*
====================================================================
 elektrikcim.net — Product details, attributes and reviews
====================================================================
*/
.product-details-page { padding-block-start: var(--ec-space-4); }
.product-essential {
  display: flow-root; margin-block-end: var(--ec-space-10);
  border-bottom: 1px solid var(--ec-border); padding-block-end: var(--ec-space-8);
}
.gallery { margin: 0 auto var(--ec-space-8); }
.gallery .picture {
  position: relative; max-width: 100%; margin: 0 auto var(--ec-space-3);
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-xs);
}
.gallery .picture img,.picture-gallery .picture-thumbs img,.variant-picture img { object-fit: contain; }
.picture-gallery .picture-thumbs,.video-gallery .video-thumbs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; overflow: visible; font-size: 0;
}
.picture-gallery .picture-thumbs .thumb-item,.video-gallery .video-thumbs .thumb-item {
  position: relative; flex: 0 0 76px; width: 76px; height: 76px; margin: 0; overflow: hidden;
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-md); background: var(--ec-surface); cursor: pointer;
}
.picture-gallery .picture-thumbs .thumb-item:hover,.picture-gallery .picture-thumbs .thumb-item:focus-within {
  border-color: var(--ec-brand-blue-500); box-shadow: var(--ec-focus-ring);
}

.overview,.variant-overview { position: relative; min-width: 0; margin-block-end: var(--ec-space-8); color: var(--ec-text); }
.overview .product-name {
  margin-block-end: var(--ec-space-5); border-bottom: 1px solid var(--ec-border); padding-block-end: var(--ec-space-3);
}
.overview .product-name h1 {
  color: var(--ec-text-strong); font-size: clamp(1.625rem,2.3vw,2rem); font-weight: 600;
  line-height: var(--ec-line-height-heading); overflow-wrap: anywhere;
}
.overview .short-description,.variant-overview .variant-description {
  margin-block-end: var(--ec-space-5); color: var(--ec-text-muted);
  font-size: var(--ec-font-size-md); line-height: var(--ec-line-height-content); text-align: start;
}
.overview .discontinued-product {
  margin-block-end: var(--ec-space-4); border: 1px solid #f3c8cc;
  border-radius: var(--ec-radius-md); background: var(--ec-danger-soft);
}
.overview .discontinued-product h4 { color: var(--ec-danger); font-weight: 600; }
.product-no-reviews,.product-reviews-overview { margin-block-end: var(--ec-space-4); color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); }
.product-review-links a,.product-no-reviews a { color: var(--ec-brand-blue-700); text-underline-offset: 3px; }
.product-review-links a:hover,.product-no-reviews a:hover { color: var(--ec-brand-blue-800); }

.overview .manufacturers,.overview .availability,.overview .additional-details,.overview .delivery,
.variant-overview .availability,.variant-overview .additional-details,.variant-overview .delivery {
  margin-block-end: var(--ec-space-4);
}
.overview .additional-details div,.variant-overview .additional-details div { margin-block-end: 6px; }
.overview .value,.variant-overview .value { color: var(--ec-text-strong); font-weight: 500; }
.overview .value a,.variant-overview .value a { color: var(--ec-brand-blue-700); }
.overview .availability .stock,.variant-overview .availability .stock {
  display: inline-flex; width: fit-content; margin: 0; border-radius: var(--ec-radius-pill);
  background: var(--ec-success-soft); padding: 5px 10px; color: var(--ec-success);
  font-size: var(--ec-font-size-xs); font-weight: 600;
}
.overview .free-shipping,.variant-overview .free-shipping { color: var(--ec-success); font-weight: 600; }
.overview .delivery-date,.variant-overview .delivery-date,
.overview .min-qty-notification,.variant-overview .min-qty-notification {
  color: var(--ec-text-muted); font-style: normal;
}

.overview .prices,.variant-overview .prices {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px;
  width: fit-content; max-width: 100%; margin-block: var(--ec-space-4) var(--ec-space-3);
  overflow: visible; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface-soft); padding: 14px 16px;
}
.overview .prices>div,.variant-overview .prices>div { margin: 0; }
.overview .old-product-price,.variant-overview .old-product-price,
.overview .non-discounted-price,.variant-overview .non-discounted-price {
  flex-basis: 100%; color: var(--ec-text-subtle); font-size: var(--ec-font-size-sm); line-height: 1.4;
}
.overview .product-price,.variant-overview .product-price {
  color: var(--ec-text-strong); font-size: clamp(1.5rem,2vw,1.875rem); font-weight: 700; line-height: 1.2;
}
.overview .product-price.discounted-price,.variant-overview .product-price.discounted-price { color: var(--ec-brand-blue-800); }
.overview .tax-shipping-info,.variant-overview .tax-shipping-info,.overview .base-price-pangv {
  flex-basis: 100%; color: var(--ec-text-muted); font-size: var(--ec-font-size-xs);
}
.overview .tax-shipping-info a,.variant-overview .tax-shipping-info a { color: var(--ec-brand-blue-700); }

.tier-prices { margin-block-end: var(--ec-space-5); overflow-x: auto; border-radius: var(--ec-radius-md); }
.tier-prices table td { border-color: var(--ec-border); padding: 10px 12px; color: var(--ec-text); }
.tier-prices .item-price {
  background: var(--ec-surface-soft); color: var(--ec-brand-blue-800);
  font-size: var(--ec-font-size-base); font-weight: 600;
}

.overview .add-to-cart,.variant-overview .add-to-cart { margin-block-end: var(--ec-space-5); }
.overview .add-to-cart-panel,.variant-overview .add-to-cart-panel {
  display: inline-flex; flex-wrap: wrap; align-items: stretch; gap: 8px; max-width: 100%;
}
.overview .add-to-cart-panel>*,.variant-overview .add-to-cart-panel>* { float: none; }
.overview .qty-input,.variant-overview .qty-input,.overview .qty-dropdown,.variant-overview .qty-dropdown {
  width: 68px; min-height: var(--ec-control-height-lg); height: var(--ec-control-height-lg);
  border-radius: var(--ec-radius-sm); color: var(--ec-text-strong); font-size: var(--ec-font-size-md); text-align: center;
}
.overview .add-to-cart-button,.variant-overview .add-to-cart-button {
  min-width: 180px; min-height: var(--ec-control-height-lg); height: var(--ec-control-height-lg);
  border: 1px solid var(--ec-brand-blue-700); border-radius: var(--ec-radius-sm);
  background: var(--ec-brand-blue-700); padding-inline: 24px; color: #fff;
  font-size: var(--ec-font-size-md); font-weight: 600; text-transform: none;
}
.overview .add-to-cart-button:hover,.variant-overview .add-to-cart-button:hover { background: var(--ec-brand-blue-800); border-color: var(--ec-brand-blue-800); }

.overview-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-block-end: var(--ec-space-5); font-size: inherit; }
.overview-buttons div { width: auto; margin: 0; }
.overview .button-2,.variant-overview .button-2 {
  display: inline-flex; align-items: center; justify-content: center; width: auto; min-height: 40px;
  border: 1px solid var(--ec-border-strong); border-radius: var(--ec-radius-sm);
  background-color: var(--ec-surface); background-position: 12px center;
  padding: 8px 13px 8px 38px; color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); text-align: start;
}
.overview .button-2:hover,.variant-overview .button-2:hover {
  border-color: var(--ec-brand-blue-300); background-color: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}

.attributes {
  margin-block-end: var(--ec-space-5); border-top: 1px solid var(--ec-border-subtle); padding-block-start: var(--ec-space-4);
}
.attributes dl { display: grid; gap: 12px; }
.attributes dt,.attribute-label { margin: 0; color: var(--ec-text-strong); font-size: var(--ec-font-size-sm); font-weight: 600; }
.attributes dd,.attribute-data { margin: 0; }
.attributes select { min-width: min(100%,280px); }
.attributes .option-list li {
  margin: 4px 6px 4px 0; border-color: var(--ec-border); border-radius: var(--ec-radius-sm);
  background: var(--ec-surface); padding: 8px 10px;
}
.attribute-squares .attribute-square-container {
  border-color: var(--ec-border-strong); border-radius: var(--ec-radius-sm); background: var(--ec-surface);
}
.attribute-squares .selected-value .attribute-square-container {
  border-color: var(--ec-brand-blue-700); box-shadow: var(--ec-focus-ring);
}
.tooltip-container {
  border-color: var(--ec-border-strong); border-radius: var(--ec-radius-md);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-md);
}
.giftcard {
  margin-block-end: var(--ec-space-5); border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-md); background: var(--ec-surface-soft); padding: var(--ec-space-4);
}

.full-description {
  clear: both; margin-block: var(--ec-space-8); color: var(--ec-text);
  font-size: var(--ec-font-size-base); line-height: var(--ec-line-height-content);
}
.product-collateral { margin-block-end: var(--ec-space-12); }
.product-collateral .title {
  margin-block-end: var(--ec-space-3); color: var(--ec-text-strong); font-size: var(--ec-font-size-lg); font-weight: 600;
}
.product-specs-box,.product-filter-level-values-box {
  margin-block-end: var(--ec-space-8); overflow-x: auto; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.product-specs-box .title,.product-filter-level-values-box .title {
  margin: 0; border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft); padding: 13px 15px;
}
.product-specs-box td,.product-filter-level-values-box td { border-color: var(--ec-border); padding: 11px 14px; color: var(--ec-text); }
.product-specs-box td.spec-group-name { background: var(--ec-surface-muted); color: var(--ec-text-strong); font-weight: 600; }
.product-tags-list { display: flex; flex-wrap: wrap; gap: 6px; }
.product-tags-list li { margin: 0; }
.product-tags-list li.separator { display: none; }
.product-tags-list a {
  display: inline-flex; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-pill);
  background: var(--ec-surface-soft); padding: 6px 10px; color: var(--ec-text-muted); font-size: var(--ec-font-size-xs);
}

.product-variant-line {
  margin-block-end: var(--ec-space-6); border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface); padding: var(--ec-space-4);
}
.variant-picture { border: 1px solid var(--ec-border-subtle); border-radius: var(--ec-radius-md); }
.variant-overview .variant-name { color: var(--ec-text-strong); font-size: var(--ec-font-size-lg); font-weight: 600; }

.product-review-item {
  margin-block-end: var(--ec-space-4); overflow: hidden; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.product-review-item .review-item-head {
  border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft); padding: 12px 14px;
}
.product-review-item .review-title { color: var(--ec-text-strong); font-weight: 600; }
.product-review-item .review-content { padding: 14px; }
.product-review-item .review-text,.product-review-item .reply-text { color: var(--ec-text); line-height: var(--ec-line-height-content); text-align: start; }
.product-review-item .reply {
  margin-block-start: var(--ec-space-3); border-inline-start: 3px solid var(--ec-brand-blue-300);
  background: var(--ec-brand-blue-50); padding: 10px 12px;
}


/* ===== SOURCE: 08-cart-checkout-account.css ===== */
/*
====================================================================
 elektrikcim.net — Wishlist, account, cart, checkout and orders
====================================================================
*/
.wishlist-page .page-body,.compare-products-page .page-body,.registration-page .page-body,
.login-page .page-body,.account-page .page-body,.shopping-cart-page .page-body,
.checkout-page .page-body,.order-details-page .page-body { color: var(--ec-text); }

.wishlist-content .tax-shipping-info,.compare-products-page .tax-shipping-info {
  margin-block: var(--ec-space-4); color: var(--ec-text-muted); font-size: var(--ec-font-size-xs);
}
.wishlist-content .buttons,.compare-products-page .clear-list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-block: var(--ec-space-5);
}
.compare-products-table {
  overflow-x: auto; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
}
.compare-products-table td,.compare-products-table th { border-color: var(--ec-border); }

.registration-page .fieldset,.login-page .fieldset,.password-recovery-page .fieldset,
.account-page .fieldset,.address-edit-page .fieldset,.return-request-page .fieldset {
  max-width: 860px; margin-inline: auto;
}
.registration-page .form-fields,.login-page .form-fields,.password-recovery-page .form-fields,
.account-page .form-fields,.address-edit-page .form-fields,.return-request-page .form-fields {
  border-radius: var(--ec-radius-lg);
}
.registration-page .buttons,.login-page .buttons,.password-recovery-page .buttons,
.account-page .buttons,.address-edit-page .buttons,.return-request-page .buttons {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-block-start: var(--ec-space-5);
}
.login-page .customer-blocks { display: grid; gap: var(--ec-space-5); }
.login-page .new-wrapper,.login-page .returning-wrapper,.external-authentication {
  min-width: 0; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); padding: var(--ec-space-6); box-shadow: var(--ec-shadow-xs);
}
.login-page .new-wrapper .title,.login-page .returning-wrapper .title,.external-authentication .title {
  margin-block-end: var(--ec-space-4); color: var(--ec-text-strong); font-size: var(--ec-font-size-xl); font-weight: 600;
}
.login-page .new-wrapper .text,.login-page .returning-wrapper .text { color: var(--ec-text-muted); line-height: var(--ec-line-height-content); }

.block-account-navigation {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.block-account-navigation .title {
  margin: 0; border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft);
  padding: 13px 15px; color: var(--ec-text-strong); font-size: var(--ec-font-size-base); font-weight: 600;
}
.block-account-navigation .listbox { padding: 7px; }
.block-account-navigation .list a {
  display: block; min-height: 40px; border-radius: var(--ec-radius-sm); padding: 10px 11px; color: var(--ec-text-muted);
}
.block-account-navigation .list a:hover,.block-account-navigation .list .active>a {
  background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}
.address-list .section,.order-list .section,.return-request-list .section {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.address-list .section .title,.order-list .section .title,.return-request-list .section .title {
  margin: 0; border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft);
  padding: 13px 15px; color: var(--ec-text-strong); font-weight: 600;
}
.address-list .info,.order-list .info,.return-request-list .details { padding: 15px; }
.address-list .buttons,.order-list .buttons,.return-request-list .buttons {
  display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--ec-border-subtle); padding: 12px 15px;
}

.cart,.data-table,.forum-table {
  border-collapse: separate; border-spacing: 0; overflow: hidden;
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.cart th,.data-table th,.forum-table th {
  border-color: var(--ec-border); background: var(--ec-surface-soft); padding: 12px;
  color: var(--ec-text-strong); font-weight: 600;
}
.cart td,.data-table td,.forum-table td {
  border-color: transparent var(--ec-border) var(--ec-border); background: var(--ec-surface);
  padding: 16px 14px; color: var(--ec-text);
}
.cart .product a,.data-table .product a,.data-table .info a { color: var(--ec-text-strong); font-weight: 600; }
.cart .product a:hover,.data-table .product a:hover,.data-table .info a:hover { color: var(--ec-brand-blue-800); }
.cart td.quantity input { width: 64px; min-height: 40px; text-align: center; }
.cart .remove-from-cart .remove-btn {
  width: 32px; height: 32px; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-sm);
  background-color: var(--ec-surface); background-position: center;
}
.cart .remove-from-cart .remove-btn:hover { border-color: #efb7bd; background-color: var(--ec-danger-soft); }
.cart td.subtotal,.data-table td.total { color: var(--ec-text-strong); font-weight: 600; }

.shopping-cart-page .common-buttons,.wishlist-page .common-buttons {
  display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-block: var(--ec-space-4) var(--ec-space-6);
}
.cart-options { display: grid; gap: var(--ec-space-5); margin-block-end: var(--ec-space-6); }
.shopping-cart-page .checkout-attributes,.shopping-cart-page .coupon-box,
.shopping-cart-page .gift-card-box,.shopping-cart-page .estimate-shipping {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); padding: var(--ec-space-4);
}
.shopping-cart-page :where(.coupon-box,.gift-card-box,.estimate-shipping) .title {
  margin-block-end: var(--ec-space-3); color: var(--ec-text-strong); font-size: var(--ec-font-size-base); font-weight: 600;
}
.shopping-cart-page :where(.coupon-box,.gift-card-box,.estimate-shipping) .hint {
  color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); line-height: var(--ec-line-height-content);
}
.shopping-cart-page .coupon-code,.shopping-cart-page .gift-card-code {
  display: flex; flex-wrap: wrap; gap: 8px; margin-block-start: var(--ec-space-3);
}
.shopping-cart-page :where(.coupon-code,.gift-card-code) input { flex: 1 1 220px; min-width: 0; }
.cart-footer { display: grid; gap: var(--ec-space-6); margin-block-end: var(--ec-space-10); }
.cart-footer .totals {
  width: 100%; max-width: 440px; margin-inline-start: auto; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface-soft); padding: var(--ec-space-5);
}
.cart-total td { padding: 7px 4px; color: var(--ec-text); }
.cart-total .order-total td {
  border-top: 1px solid var(--ec-border); padding-top: 13px;
  color: var(--ec-text-strong); font-size: var(--ec-font-size-lg); font-weight: 700;
}
.cart-footer .checkout-button { width: 100%; min-height: var(--ec-control-height-lg); font-size: var(--ec-font-size-base); text-transform: none; }
.terms-of-service { margin-block: var(--ec-space-4); color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); }

.checkout-page .address-item,.order-review-data>div,.order-details-area>div,.shipment-details-area>div {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); padding: var(--ec-space-4); box-shadow: var(--ec-shadow-xs); color: var(--ec-text);
}
.checkout-page .address-item ul { margin: 0; background: transparent; padding: 0; }
.checkout-page .address-item li.name,.order-review-data .title,.order-details-area .title {
  color: var(--ec-text-strong); font-size: var(--ec-font-size-base); font-weight: 600;
}
.enter-address .edit-address,.payment-info .info,.opc .step {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface-soft); padding: var(--ec-space-5);
}
.shipping-method .method-list,.payment-method .method-list {
  display: grid; gap: 10px; max-width: 760px; margin: 0 auto var(--ec-space-6); overflow: visible; text-align: start;
}
.shipping-method .method-list li,.payment-method .method-list li {
  display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 10px;
  margin: 0; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-md);
  background: var(--ec-surface); padding: 12px 14px; font-size: var(--ec-font-size-sm);
}
.shipping-method .method-list li label,.payment-method .method-list li label {
  color: var(--ec-text-strong); font-size: var(--ec-font-size-sm); font-weight: 600;
}
.confirm-order .buttons,.checkout-page .buttons {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding-block: var(--ec-space-3);
}
.order-completed .details {
  margin-block-end: var(--ec-space-6); border: 1px solid #cde8d8; border-radius: var(--ec-radius-lg);
  background: var(--ec-success-soft); padding: var(--ec-space-6); color: var(--ec-text-strong); text-align: center;
}

.opc { display: grid; gap: 8px; }
.opc .tab-section {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.opc .step-title,.opc .allow .step-title {
  display: flex; align-items: stretch; margin: 0; background: var(--ec-surface-soft);
}
.opc .allow .step-title { background: var(--ec-brand-blue-50); cursor: pointer; }
.opc .step-title .number,.opc .step-title .title {
  float: none; min-height: 46px; padding: 12px 14px; color: var(--ec-text-muted);
  font-size: var(--ec-font-size-base); font-weight: 500; line-height: 22px;
}
.opc .step-title .number {
  flex: 0 0 46px; width: 46px; border-inline-end: 1px solid var(--ec-border);
  background: var(--ec-surface-muted); color: var(--ec-text-strong); text-align: center;
}
.opc .allow .step-title .number,.opc .allow .step-title .title { color: var(--ec-brand-blue-800); }
.opc .step { margin: 0; border: 0; border-top: 1px solid var(--ec-border); border-radius: 0; background: var(--ec-surface); text-align: start; }

.order-details-page .order-overview {
  margin-block-end: var(--ec-space-8); border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface-soft);
  padding: var(--ec-space-5); color: var(--ec-text); line-height: var(--ec-line-height-content);
}
.order-details-page .order-overview .order-number { color: var(--ec-text-strong); font-weight: 600; text-transform: none; }
.order-details-page .order-overview .order-total strong { color: var(--ec-brand-blue-800); font-weight: 700; }
.order-details-page .totals.section {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); padding: 0;
}
.order-details-page .total-info { background: var(--ec-surface-soft); color: var(--ec-text); }


/*
====================================================================
 elektrikcim.net — Faz 4 commerce hardening
 Purpose:
   - Keep product names and current prices dark/readable
   - Preserve the Product Ribbon fallback inside the price block
   - Improve native "NO IMAGE" placeholders without hiding the product card
   - Keep technical product cards stable in native grids and BSS carousels
====================================================================
*/

/* Product names are links, but should not remain permanently bright blue. */
.item-box .product-item .product-title a,
.anywhere-carousel-wrapper .item-box .product-item .product-title a,
.bss-anywhere-carousel .item-box .product-item .product-title a {
  color: var(--ec-text-strong);
}

.item-box .product-item .product-title a:hover,
.item-box .product-item .product-title a:focus,
.anywhere-carousel-wrapper .item-box .product-item .product-title a:hover,
.anywhere-carousel-wrapper .item-box .product-item .product-title a:focus,
.bss-anywhere-carousel .item-box .product-item .product-title a:hover,
.bss-anywhere-carousel .item-box .product-item .product-title a:focus {
  color: var(--ec-brand-blue-800);
}

/* Current price remains the strongest commerce datum, without bright-blue noise. */
.overview .product-price.discounted-price,
.variant-overview .product-price.discounted-price {
  color: var(--ec-text-strong);
}

/* Product Ribbon fallback inserted between old and current prices. */
.overview .prices .bss-product-details-discount-callout,
.variant-overview .prices .bss-product-details-discount-callout {
  flex: 0 0 auto;
  margin: 0;
}

/* Give missing-image products a controlled neutral presentation. */
.item-box .product-item .picture img[src*="default-image"],
.item-box .product-item .picture img[src*="no-image"],
.item-box .product-item .picture img[src*="noimage"] {
  max-width: 58%;
  max-height: 58%;
  opacity: .48;
  filter: grayscale(1);
  transform: none;
}

.item-box:hover .product-item .picture img[src*="default-image"],
.item-box:hover .product-item .picture img[src*="no-image"],
.item-box:hover .product-item .picture img[src*="noimage"] {
  opacity: .58;
  transform: none;
}

/* Localized customer actions retain natural casing. */
.item-box .product-item .product-box-add-to-cart-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.cart-footer .checkout-button,
.checkout-page .button-1 {
  text-transform: none;
}

/*
====================================================================
 elektrikcim.net — Faz 4.1 structural commerce correction
 Scope:
   - Shopping cart table and visible remove action
   - Cart collateral / totals alignment
   - Correct nopCommerce giftcard-box selector
   - One Page Checkout shipping and payment cards
   - Login/register two-column desktop and one-column mobile
   - Empty external-authentication cleanup
   - Generic quote/add-on action presentation
 JavaScript change: none
====================================================================
*/

/* -----------------------------------------------------------------
   SHOPPING CART — TABLE AND REMOVE ACTION
   ----------------------------------------------------------------- */

.shopping-cart-page .table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}

.shopping-cart-page .cart {
  width: 100%;
}

@media (min-width: 1001px) {
  .shopping-cart-page .cart .td-title {
    display: none;
  }
}

/* Do not depend on the legacy remove.png file for the only visual cue. */
.shopping-cart-page .cart .remove-from-cart .remove-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin: 0;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-md);
  background: var(--ec-surface) !important;
  background-image: none !important;
  color: var(--ec-danger);
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.shopping-cart-page .cart .remove-from-cart .remove-btn::before {
  content: "×";
  display: block;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-1px);
}

.shopping-cart-page .cart .remove-from-cart .remove-btn:hover,
.shopping-cart-page .cart .remove-from-cart .remove-btn:focus-visible {
  border-color: #e7a8ae;
  background: var(--ec-danger-soft) !important;
  color: #a71925;
}

/* -----------------------------------------------------------------
   SHOPPING CART — COLLATERALS AND TOTALS
   ----------------------------------------------------------------- */

.shopping-cart-page .cart-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  width: 100%;
  margin: 0 0 var(--ec-space-10);
  border-top: 1px solid var(--ec-border);
  padding-top: 24px;
}

.shopping-cart-page .cart-footer::after {
  display: none;
  content: none;
}

.shopping-cart-page .cart-footer .cart-collaterals,
.shopping-cart-page .cart-footer .totals {
  float: none !important;
  clear: none !important;
}

.shopping-cart-page .cart-footer .cart-collaterals {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shopping-cart-page .cart-footer .cart-collaterals > div {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.shopping-cart-page .cart-footer .cart-collaterals .deals {
  float: none !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: auto !important;
}

.shopping-cart-page .cart-footer .cart-collaterals .deals > div {
  min-width: 0;
  margin: 0 !important;
}

/* Actual nopCommerce class is .giftcard-box (without the extra hyphen). */
.shopping-cart-page :is(.coupon-box, .giftcard-box, .gift-card-box, .estimate-shipping) {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface);
  padding: 18px;
  box-shadow: var(--ec-shadow-xs);
}

.shopping-cart-page :is(.coupon-box, .giftcard-box, .gift-card-box, .estimate-shipping) .title {
  margin: 0 0 7px;
  color: var(--ec-text-strong);
  font-size: var(--ec-font-size-base);
  font-weight: 650;
}

.shopping-cart-page :is(.coupon-box, .giftcard-box, .gift-card-box, .estimate-shipping) .hint {
  margin: 0;
  color: var(--ec-text-muted);
  font-size: var(--ec-font-size-sm);
  line-height: 1.5;
}

.shopping-cart-page .cart-collaterals .coupon-code {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 12px;
  overflow: visible;
}

.shopping-cart-page .cart-collaterals .coupon-code input[type="text"],
.shopping-cart-page .cart-collaterals .coupon-code button[type="submit"] {
  float: none !important;
  width: auto !important;
  min-width: 0;
  height: 44px !important;
  margin: 0 !important;
}

.shopping-cart-page .cart-collaterals .coupon-code button[type="submit"] {
  min-width: max-content;
  padding-inline: 14px !important;
  text-transform: none;
}

.shopping-cart-page .cart-footer .totals {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface-soft);
  padding: 20px;
  box-shadow: var(--ec-shadow-xs);
}

.shopping-cart-page .cart-footer .total-info {
  margin: 0 0 14px;
  border-bottom: 1px solid var(--ec-border);
  padding: 0 0 14px;
}

.shopping-cart-page .cart-footer .terms-of-service,
.shopping-cart-page .cart-footer .checkout-buttons,
.shopping-cart-page .cart-footer .addon-buttons {
  margin-inline: 0;
  padding-inline: 0;
}

.shopping-cart-page .cart-footer .checkout-buttons {
  display: block;
}

.shopping-cart-page .cart-footer .addon-buttons {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

/* Generic B2B quote/add-on buttons; branded image buttons remain untouched. */
.shopping-cart-page .cart-footer .addon-buttons :is(button, input[type="button"], input[type="submit"]) {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-md);
  background: var(--ec-surface);
  padding: 9px 14px;
  color: var(--ec-text-strong);
  font-family: inherit;
  font-size: var(--ec-font-size-sm);
  font-weight: 600;
  text-transform: none;
}

.shopping-cart-page .cart-footer .addon-buttons :is(button, input[type="button"], input[type="submit"]):hover,
.shopping-cart-page .cart-footer .addon-buttons :is(button, input[type="button"], input[type="submit"]):focus-visible {
  border-color: var(--ec-brand-blue-500);
  background: var(--ec-brand-blue-50);
  color: var(--ec-brand-blue-800);
}

@media (min-width: 769px) {
  .shopping-cart-page .cart-footer .cart-collaterals .deals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1001px) {
  .shopping-cart-page .cart-footer {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    column-gap: 32px;
  }

  .shopping-cart-page .cart-footer .totals {
    max-width: 400px !important;
    margin-inline-start: auto !important;
  }
}

/* Checkout review contains totals but no shopping-cart collateral column. */
.checkout-page .cart-footer {
  display: block;
  width: 100%;
}

.checkout-page .cart-footer .totals {
  float: none !important;
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 0 0 auto !important;
}

/* -----------------------------------------------------------------
   ONE PAGE CHECKOUT — SHIPPING AND PAYMENT OPTIONS
   ----------------------------------------------------------------- */

.checkout-page .shipping-method,
.checkout-page .payment-method {
  width: 100%;
  margin: 0;
}

.shipping-method .method-list,
.payment-method .method-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto var(--ec-space-6) !important;
  overflow: visible !important;
  font-size: inherit;
  text-align: start;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  vertical-align: top;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface);
  padding: 16px;
  box-shadow: var(--ec-shadow-xs);
  font-size: var(--ec-font-size-sm);
  text-align: start;
}

.shipping-method .method-list li {
  display: block !important;
}

.shipping-method .method-name {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  background: transparent !important;
  padding: 0 !important;
}

.shipping-method .method-name input[type="radio"] {
  flex: 0 0 auto;
  margin-top: 3px;
}

.shipping-method .method-name label {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--ec-text-strong);
  font-size: var(--ec-font-size-sm);
  font-weight: 650;
  line-height: 1.45;
  white-space: normal;
}

.shipping-method .method-description {
  margin: 8px 0 0 27px;
  color: var(--ec-text-muted);
  font-size: var(--ec-font-size-sm);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.payment-method .method-list li {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.payment-method .payment-logo {
  display: flex !important;
  align-items: center;
  margin: 0;
  background: transparent !important;
  padding: 0 !important;
}

.payment-method .payment-details {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  text-align: start;
}

/* -----------------------------------------------------------------
   LOGIN — BALANCED DESKTOP CARDS AND CLEAN MOBILE STACK
   ----------------------------------------------------------------- */

.login-page .customer-blocks {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  margin: 0 0 30px;
  overflow: visible !important;
}

.login-page .new-wrapper,
.login-page .returning-wrapper,
.login-page .returning-wrapper.fieldset {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-xl);
  background: var(--ec-surface);
  padding: 0 !important;
  box-shadow: var(--ec-shadow-sm);
}

.login-page .new-wrapper,
.login-page .returning-wrapper > form {
  display: flex;
  flex-direction: column;
}

.login-page .returning-wrapper > form {
  min-height: 100%;
}

.login-page .new-wrapper .title,
.login-page .returning-wrapper .title {
  margin: 0;
  border-bottom: 1px solid var(--ec-border);
  background: var(--ec-surface-soft);
  padding: 17px 20px;
  color: var(--ec-text-strong);
  font-size: var(--ec-font-size-lg);
  font-weight: 650;
  text-align: start;
}

.login-page .new-wrapper .text {
  flex: 1 1 auto;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 20px !important;
  color: var(--ec-text-muted);
  line-height: var(--ec-line-height-content);
  text-align: start;
}

.login-page .new-wrapper .buttons,
.login-page .returning-wrapper .buttons {
  margin: auto 0 0 !important;
  border-top: 1px solid var(--ec-border-subtle);
  background: var(--ec-surface);
  padding: 16px 20px !important;
}

.login-page .returning-wrapper .form-fields {
  flex: 1 1 auto;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  padding: 20px !important;
}

.login-page .returning-wrapper .inputs {
  margin: 0 0 15px;
  text-align: start;
  white-space: normal;
}

.login-page .returning-wrapper .inputs label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  text-align: start !important;
}

.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="email"],
.login-page .returning-wrapper input[type="password"],
.login-page .login-password {
  width: 100% !important;
  max-width: none !important;
}

.login-page .returning-wrapper .inputs.reversed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.login-page .returning-wrapper .inputs.reversed * {
  width: auto !important;
  margin: 0 !important;
}

/* Empty provider containers must not render a decorative blank card. */
.login-page .external-authentication {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.login-page .external-authentication:not(:has(.buttons > *)):not(:has(.external-auth-errors > *)) {
  display: none;
}

.login-page .external-authentication:has(.buttons > *) {
  margin: 0 0 30px;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface);
  padding: 18px;
  box-shadow: var(--ec-shadow-xs);
}

/* -----------------------------------------------------------------
   MOBILE / TABLET STRUCTURAL RESET
   ----------------------------------------------------------------- */

@media (max-width: 1000px) {
  .shopping-cart-page .cart {
    display: block;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .shopping-cart-page .cart tbody {
    overflow: visible;
  }

  .shopping-cart-page .cart tr {
    position: relative;
    float: none !important;
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 6px 12px;
    width: 100%;
    margin: 16px 0 0 !important;
    border: 1px solid var(--ec-border);
    border-radius: var(--ec-radius-lg);
    background: var(--ec-surface);
    padding: 12px;
    box-shadow: var(--ec-shadow-xs);
  }

  .shopping-cart-page .cart td {
    display: block !important;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    padding: 4px 0 !important;
    text-align: start !important;
  }

  .shopping-cart-page .cart td.remove-from-cart {
    position: absolute;
    z-index: 2;
    inset-block-start: 9px;
    inset-inline-end: 9px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .shopping-cart-page .cart td.product-picture {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
  }

  .shopping-cart-page .cart td.product-picture img {
    width: 82px;
    max-width: 100%;
    height: 82px;
    object-fit: contain;
  }

  .shopping-cart-page .cart td.product,
  .shopping-cart-page .cart td.sku {
    grid-column: 2;
    padding-inline-end: 42px !important;
  }

  .shopping-cart-page .cart td.unit-price,
  .shopping-cart-page .cart td.quantity,
  .shopping-cart-page .cart td.subtotal,
  .shopping-cart-page .cart td.vendor {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--ec-border-subtle) !important;
    padding: 10px 0 4px !important;
  }

  .shopping-cart-page .cart .td-title {
    display: block;
    color: var(--ec-text-muted);
    font-weight: 600;
  }

  .shopping-cart-page .cart .product-quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .shopping-cart-page .cart-footer,
  .shopping-cart-page .cart-footer .cart-collaterals .deals,
  .shipping-method .method-list,
  .payment-method .method-list,
  .login-page .customer-blocks {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .shopping-cart-page .cart-footer .totals,
  .checkout-page .cart-footer .totals {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .shipping-method .method-list,
  .payment-method .method-list {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .shopping-cart-page .cart-collaterals .coupon-code {
    grid-template-columns: minmax(0, 1fr);
  }

  .shopping-cart-page .cart-collaterals .coupon-code button[type="submit"] {
    width: 100% !important;
  }

  .login-page .new-wrapper .title,
  .login-page .returning-wrapper .title,
  .login-page .new-wrapper .text,
  .login-page .returning-wrapper .form-fields,
  .login-page .new-wrapper .buttons,
  .login-page .returning-wrapper .buttons {
    padding-inline: 16px !important;
  }
}

/* -----------------------------------------------------------------
   FAZ 4.1 FINAL REFINEMENTS
   ----------------------------------------------------------------- */

/* Selected checkout option should be clear without relying only on the radio dot. */
.shipping-method .method-list li:has(input[type="radio"]:checked),
.payment-method .method-list li:has(input[type="radio"]:checked) {
  border-color: var(--ec-brand-blue-400);
  background: var(--ec-brand-blue-50);
  box-shadow: 0 0 0 2px rgba(15, 111, 168, .08);
}

.shipping-method .method-description {
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Keep the two login cards at a readable maximum width on very wide screens. */
.login-page .customer-blocks {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.login-page .returning-wrapper .inputs.reversed .forgot-password {
  margin-inline-start: auto !important;
}

@media (max-width: 600px) {
  .login-page .returning-wrapper .inputs.reversed .forgot-password {
    flex-basis: 100%;
    margin-inline-start: 0 !important;
  }
}

/* ===== SOURCE: 09-content-blog-news.css ===== */
/*
====================================================================
 elektrikcim.net — Search, topics, contact, blog, news and forum
====================================================================
*/
.search-page .search-input,.sitemap-page .entity {
  margin-block-end: var(--ec-space-6); border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface-soft); padding: var(--ec-space-5);
}
.search-page .basic-search,.search-page .advanced-search { display: grid; gap: var(--ec-space-4); }
.search-page .warning,.search-page .no-result {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-md);
  background: var(--ec-surface-soft); padding: var(--ec-space-5); color: var(--ec-text-muted);
}
.sitemap-page .entity-title {
  margin-block-end: var(--ec-space-3); color: var(--ec-text-strong);
  font-size: var(--ec-font-size-lg); font-weight: 600;
}
.sitemap-page .entity-body ul {
  display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 8px 16px;
}
.sitemap-page .entity-body a {
  display: block; border-radius: var(--ec-radius-sm); padding: 7px 9px; color: var(--ec-text-muted);
}
.sitemap-page .entity-body a:hover { background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800); }

.topic-block { margin-block-end: var(--ec-space-8); }
.topic-block-title {
  margin-block-end: var(--ec-space-4); border-bottom: 1px solid var(--ec-border);
  padding-block-end: var(--ec-space-3); color: var(--ec-text-strong);
  font-size: clamp(1.375rem,1.8vw,1.625rem); font-weight: 600;
}
.topic-page blockquote,.post-body blockquote,.news-body blockquote,.editor-content blockquote {
  margin-block: var(--ec-space-5); border-inline-start: 4px solid var(--ec-brand-blue-300);
  background: var(--ec-brand-blue-50); padding: 14px 16px; color: var(--ec-text);
}
.topic-page img,.post-body img,.news-body img,.editor-content img { height: auto; border-radius: var(--ec-radius-md); }

.contact-page .form-fields,.email-a-friend-page .form-fields,.apply-vendor-page .form-fields,.contact-vendor-page .form-fields {
  max-width: 860px; margin-inline: auto; border-radius: var(--ec-radius-lg);
}
.contact-page .buttons,.email-a-friend-page .buttons,.apply-vendor-page .buttons,.contact-vendor-page .buttons {
  display: flex; justify-content: center; margin-block-start: var(--ec-space-5);
}
.contact-page .result,.email-a-friend-page .result,.apply-vendor-page .result {
  margin-block-end: var(--ec-space-4); border: 1px solid #cde8d8;
  border-radius: var(--ec-radius-md); background: var(--ec-success-soft);
  padding: 12px 14px; color: var(--ec-success);
}

.blog-page .blog-posts,.news-list-page .news-items { display: grid; gap: var(--ec-space-5); }
.blog-posts .post,.news-items .news-item,.blogpost-page .page-body,.news-item-page .page-body {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); box-shadow: var(--ec-shadow-xs);
}
.blog-posts .post,.news-items .news-item { margin: 0; padding: var(--ec-space-5); }
.blogpost-page .page-body,.news-item-page .page-body { padding: var(--ec-space-6); }
.blog-posts .post-title,.news-items .news-title,.blogpost-page .post-title,.news-item-page .news-title {
  color: var(--ec-text-strong); font-size: clamp(1.25rem,1.8vw,1.5rem);
  font-weight: 600; line-height: var(--ec-line-height-heading);
}
.blog-posts .post-title:hover,.news-items .news-title:hover { color: var(--ec-brand-blue-800); }
.blog-posts .post-date,.news-items .news-date,.blogpost-page .post-date,.news-item-page .news-date,.comment-time {
  color: var(--ec-text-muted); font-size: var(--ec-font-size-xs);
}
.blog-page .tags,.blogpost-page .tags {
  display: flex; flex-wrap: wrap; gap: 6px; margin-block: var(--ec-space-3);
}
.blog-page .tags li,.blogpost-page .tags li { margin: 0; }
.blog-page .tags li.separator,.blogpost-page .tags li.separator { display: none; }
.blog-page .tags a,.blogpost-page .tags a {
  display: inline-flex; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-pill);
  background: var(--ec-surface-soft); padding: 5px 9px; color: var(--ec-text-muted); font-size: var(--ec-font-size-xs);
}
.blog-page .tags a:hover,.blogpost-page .tags a:hover {
  border-color: var(--ec-brand-blue-300); background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}
.blog-posts .buttons,.news-items .buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-block-start: var(--ec-space-4); }
.blog-posts .buttons .read-more,.news-items .buttons .read-more,.blog-posts .buttons .read-comments {
  display: inline-flex; align-items: center; min-height: 38px; border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-sm); background: var(--ec-surface); padding: 8px 12px;
  color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); font-weight: 600;
}
.blog-posts .buttons .read-more,.news-items .buttons .read-more {
  border-color: var(--ec-brand-blue-700); background: var(--ec-brand-blue-700); color: #fff;
}

.news-list-homepage { margin-block-end: var(--ec-space-10); }
.news-list-homepage .title {
  margin-block-end: var(--ec-space-5); border-bottom: 1px solid var(--ec-border); padding-block-end: 12px;
}
.news-list-homepage .title strong {
  color: var(--ec-text-strong); font-size: clamp(1.375rem,1.8vw,1.625rem); font-weight: 600;
}
.news-list-homepage .news-items { display: grid; gap: var(--ec-space-4); }
.news-list-homepage .news-item {
  margin: 0; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); padding: var(--ec-space-4);
}

.new-comment .form-fields { max-width: 860px; margin-inline: auto; }
.comment-list { display: grid; gap: var(--ec-space-4); }
.comment-list .comment {
  display: grid; gap: var(--ec-space-3); margin: 0; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface); padding: var(--ec-space-4);
}
.comment-info .username,.comment-title { color: var(--ec-text-strong); font-weight: 600; }
.comment-info .avatar img { border: 1px solid var(--ec-border); border-radius: 50%; }
.comment-body { color: var(--ec-text); line-height: var(--ec-line-height-content); text-align: start; }

.forums-header,.forum-actions,.topic-actions {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-block-end: var(--ec-space-4);
}
.forum-search-box .basic,.forum-search-page .search-input {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface-soft); padding: var(--ec-space-4);
}
.forums-table-section {
  margin-block-end: var(--ec-space-6); overflow: hidden; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.forums-table-section-title {
  margin: 0; border-bottom: 1px solid var(--ec-border); background: var(--ec-surface-soft); padding: 12px 14px;
}
.forums-table-section-title a,.forums-table-section-title strong {
  color: var(--ec-text-strong); font-size: var(--ec-font-size-lg); font-weight: 600;
}
.forums-table-section .forum-title a,.forums-table-section .topic-title a,.latest-posts .topic-title a {
  color: var(--ec-text-strong); font-weight: 600;
}
.forums-table-section .forum-description,.forums-table-section .topic-starter,.latest-posts .topic-data { color: var(--ec-text-muted); }
.topic-post {
  margin-block-end: var(--ec-space-4); overflow: hidden; border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}
.topic-post .post-info,.topic-post .post-time { background: var(--ec-surface-soft); color: var(--ec-text-muted); }
.topic-post .post-text,.latest-posts .topic-body { color: var(--ec-text); line-height: var(--ec-line-height-content); text-align: start; }
.topic-post .quote,.latest-posts .quote {
  border-color: var(--ec-brand-blue-300); border-radius: var(--ec-radius-md);
  background: var(--ec-brand-blue-50); color: var(--ec-text);
}
.profile-info-box,.latest-posts {
  border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg); background: var(--ec-surface);
}

/*
====================================================================
 elektrikcim.net — Faz 5 content + checkout navigation refinements
 Scope:
   - One Page Checkout Back / Continue action group
   - Homepage topic, news and polls
   - Search, sitemap, topic and contact content
   - Blog, news, comments and forum content
 JavaScript change: none
====================================================================
*/

/* -----------------------------------------------------------------
   ONE PAGE CHECKOUT — PROFESSIONAL BACK / CONTINUE ACTIONS
   ----------------------------------------------------------------- */

.checkout-page .opc .step > .buttons,
.checkout-page .opc .step .buttons[id$="-buttons-container"] {
  float: none !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  text-align: start !important;
}

/* Spans used by editable-address buttons should not create empty layout cells. */
.checkout-page .opc .step > .buttons > span:not(.please-wait),
.checkout-page .opc .step .buttons[id$="-buttons-container"] > span:not(.please-wait) {
  display: contents;
}

.checkout-page .opc .back-link {
  float: none !important;
  flex: 0 1 auto;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.checkout-page .opc .back-link small {
  display: none !important;
}

.checkout-page .opc .back-link a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 112px;
  min-height: 44px;
  margin: 0 !important;
  border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-md);
  background: var(--ec-surface) !important;
  background-image: none !important;
  padding: 0 15px !important;
  color: var(--ec-text-muted) !important;
  font-size: var(--ec-font-size-sm);
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: border-color var(--ec-duration), background-color var(--ec-duration), color var(--ec-duration), box-shadow var(--ec-duration);
}

.checkout-page .opc .back-link a::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

[dir="rtl"] .checkout-page .opc .back-link a::before {
  border-left: 0;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
}

.checkout-page .opc .back-link a:hover,
.checkout-page .opc .back-link a:focus {
  border-color: var(--ec-brand-blue-300);
  background: var(--ec-brand-blue-50) !important;
  color: var(--ec-brand-blue-800) !important;
  box-shadow: 0 0 0 3px rgba(15,111,168,.08);
}

.checkout-page .opc .step > .buttons .button-1,
.checkout-page .opc .step .buttons[id$="-buttons-container"] .button-1 {
  min-width: 140px;
  min-height: 44px;
  margin: 0 !important;
}

.checkout-page .opc .buttons .please-wait {
  flex: 0 0 100%;
  width: 100%;
  margin: 2px 0 0 !important;
  padding-inline-start: 0;
  text-align: end;
}

@media (max-width: 600px) {
  .checkout-page .opc .step > .buttons,
  .checkout-page .opc .step .buttons[id$="-buttons-container"] {
    align-items: stretch;
    gap: 10px;
  }

  .checkout-page .opc .back-link,
  .checkout-page .opc .step > .buttons > .button-1,
  .checkout-page .opc .step .buttons[id$="-buttons-container"] > .button-1 {
    flex: 1 1 132px;
    min-width: 0;
  }

  .checkout-page .opc .back-link a,
  .checkout-page .opc .step > .buttons > .button-1,
  .checkout-page .opc .step .buttons[id$="-buttons-container"] > .button-1 {
    width: 100% !important;
    min-width: 0 !important;
  }

  .checkout-page .opc .buttons .please-wait {
    text-align: center;
  }
}

/* -----------------------------------------------------------------
   HOMEPAGE INTRO / CONTENT SECTIONS
   ----------------------------------------------------------------- */

.home-page .topic-block {
  width: min(100%, 1040px);
  margin: 0 auto var(--ec-space-10);
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-xl);
  background: linear-gradient(135deg, var(--ec-surface), var(--ec-surface-soft));
  padding: clamp(20px, 3vw, 34px);
  box-shadow: var(--ec-shadow-xs);
}

.home-page .topic-block-title {
  min-height: 0;
  margin: 0 0 12px;
  border: 0;
  padding: 0;
  text-align: center;
}

.home-page .topic-block-title h2 {
  margin: 0;
  color: var(--ec-text-strong);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 650;
  line-height: var(--ec-line-height-heading);
}

.home-page .topic-block-body {
  max-width: 76ch;
  margin-inline: auto;
  color: var(--ec-text);
  font-size: 1rem;
  line-height: var(--ec-line-height-content);
  text-align: start;
}

.home-page .topic-block-body > :first-child { margin-block-start: 0; }
.home-page .topic-block-body > :last-child { margin-block-end: 0; }
.home-page .topic-block-body a { color: var(--ec-brand-blue-800); font-weight: 600; }

/* -----------------------------------------------------------------
   HOMEPAGE NEWS
   ----------------------------------------------------------------- */

.news-list-homepage {
  margin-block-end: var(--ec-space-12);
}

.news-list-homepage > .title {
  margin: 0 0 var(--ec-space-5);
  border-bottom: 1px solid var(--ec-border);
  padding: 0 0 12px;
  color: var(--ec-text-strong);
  font-size: clamp(1.375rem, 1.8vw, 1.625rem);
  font-weight: 650;
  line-height: var(--ec-line-height-heading);
  text-align: start;
}

.news-list-homepage .news-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  overflow: visible !important;
  text-align: start !important;
}

.news-list-homepage .news-item {
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface);
  padding: 18px;
  box-shadow: var(--ec-shadow-xs);
}

.news-list-homepage .news-head {
  text-align: start !important;
}

.news-list-homepage .news-title {
  display: block;
  padding: 0;
  color: var(--ec-text-strong);
}

.news-list-homepage .news-title h3 {
  margin: 0;
  color: inherit;
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.35;
}

.news-list-homepage .news-title:hover,
.news-list-homepage .news-title:focus {
  color: var(--ec-brand-blue-800);
}

.news-list-homepage .news-date {
  display: block;
  margin: 8px 0 12px;
  background: transparent;
  padding: 0;
  color: var(--ec-text-subtle);
  font-size: var(--ec-font-size-xs);
  font-style: normal;
}

.news-list-homepage .news-body {
  display: -webkit-box;
  flex: 1 1 auto;
  max-height: calc(1.55em * 4);
  margin: 0 0 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0;
  color: var(--ec-text-muted);
  line-height: 1.55;
  text-align: start !important;
}

.news-list-homepage .buttons {
  margin: auto 0 0;
  padding: 0;
}

.news-list-homepage .read-more,
.news-list-page .read-more,
.blog-page .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--ec-brand-blue-700);
  border-radius: var(--ec-radius-sm);
  background: var(--ec-brand-blue-700);
  padding: 8px 13px;
  color: #fff;
  font-size: var(--ec-font-size-sm);
  font-weight: 600;
  text-transform: none;
}

.news-list-homepage .read-more:hover,
.news-list-page .read-more:hover,
.blog-page .read-more:hover {
  border-color: var(--ec-brand-blue-800);
  background: var(--ec-brand-blue-800);
  color: #fff;
}

.news-list-homepage .view-all {
  margin-block-start: var(--ec-space-5);
  text-align: center;
}

.news-list-homepage .view-all a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-sm);
  background: var(--ec-surface);
  padding: 8px 14px;
  color: var(--ec-text-muted);
  font-size: var(--ec-font-size-sm);
  font-weight: 600;
  text-decoration: none;
}

.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:focus {
  border-color: var(--ec-brand-blue-300);
  background: var(--ec-brand-blue-50);
  color: var(--ec-brand-blue-800);
}

@media (max-width: 900px) {
  .news-list-homepage .news-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .news-list-homepage .news-items { grid-template-columns: minmax(0, 1fr); }
}

/* -----------------------------------------------------------------
   HOMEPAGE POLLS
   ----------------------------------------------------------------- */

.home-page-polls {
  margin-block-end: var(--ec-space-12);
  text-align: start;
}

.home-page-polls > .title {
  margin: 0 0 var(--ec-space-5);
  border-bottom: 1px solid var(--ec-border);
  padding: 0 0 12px;
  color: var(--ec-text-strong);
  font-size: clamp(1.375rem, 1.8vw, 1.625rem);
  font-weight: 650;
  line-height: var(--ec-line-height-heading);
  text-align: start;
}

.home-page-polls .poll {
  max-width: 820px;
  margin-inline: auto;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface);
  padding: clamp(18px, 3vw, 26px);
  box-shadow: var(--ec-shadow-xs);
}

.home-page-polls .poll strong {
  display: block;
  margin: 0 0 14px;
  background: transparent;
  padding: 0;
  color: var(--ec-text-strong);
  font-size: var(--ec-font-size-base);
  font-weight: 650;
  text-transform: none;
}

.home-page-polls .poll-options,
.home-page-polls .poll-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 0 0 16px;
  overflow: visible;
}

.home-page-polls .poll-options li,
.home-page-polls .poll-results li {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  border: 1px solid var(--ec-border-subtle);
  border-radius: var(--ec-radius-md);
  background: var(--ec-surface-soft);
  padding: 10px 12px;
}

.home-page-polls .poll-options input {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

[dir="rtl"] .home-page-polls .poll-options input { margin: 0 0 0 8px; }

.home-page-polls .poll-options label {
  color: var(--ec-text);
  font-size: var(--ec-font-size-sm);
}

.home-page-polls .poll .buttons button {
  min-height: 40px;
  border-radius: var(--ec-radius-sm);
  background: var(--ec-brand-blue-700);
  color: #fff;
  font-weight: 600;
  text-transform: none;
}

/* -----------------------------------------------------------------
   BLOG / NEWS LIST AND DETAIL RESET
   ----------------------------------------------------------------- */

.blog-page .blog-posts,
.news-list-page .news-items {
  display: grid;
  gap: 18px;
}

.news-list-page .news-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-posts .post,
.news-items .news-item {
  float: none !important;
  clear: none !important;
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius-lg);
  background: var(--ec-surface);
  padding: 20px;
  box-shadow: var(--ec-shadow-xs);
}

.blog-posts .post-title,
.news-items .news-title,
.blogpost-page .post-title,
.news-item-page .news-title {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--ec-text-strong);
  line-height: var(--ec-line-height-heading);
}

.blog-posts .post-title h2,
.news-items .news-title h2,
.blogpost-page .post-title h1,
.news-item-page .news-title h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 650;
  line-height: inherit;
}

.blog-posts .post-date,
.news-items .news-date,
.blogpost-page .post-date,
.news-item-page .news-date {
  display: block;
  margin: 8px 0 14px;
  background: transparent;
  padding: 0;
  color: var(--ec-text-subtle);
  font-size: var(--ec-font-size-xs);
  font-style: normal;
}

.blog-posts .post-body,
.news-items .news-body,
.blogpost-page .post-body,
.news-item-page .news-body {
  margin: 0 0 16px;
  padding: 0;
  color: var(--ec-text);
  line-height: var(--ec-line-height-content);
  text-align: start;
}

.blog-page .blog-details {
  margin-top: auto;
}

.blog-page .tags,
.blogpost-page .tags {
  padding: 0;
}

.blog-page .tags h3,
.blogpost-page .tags h3 {
  margin: 0 8px 0 0;
  color: var(--ec-text-strong);
  font-size: var(--ec-font-size-sm);
  font-weight: 650;
}

[dir="rtl"] .blog-page .tags h3,
[dir="rtl"] .blogpost-page .tags h3 { margin: 0 0 0 8px; }

.blog-posts .buttons,
.news-items .buttons {
  padding: 0;
}

.blog-posts .buttons .read-comments {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0;
  border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-sm);
  background: var(--ec-surface);
  padding: 8px 12px;
  color: var(--ec-text-muted);
  font-size: var(--ec-font-size-sm);
  font-weight: 600;
}

@media (max-width: 800px) {
  .news-list-page .news-items { grid-template-columns: minmax(0, 1fr); }
}

/* -----------------------------------------------------------------
   SEARCH / SITEMAP / TOPIC / CONTACT
   ----------------------------------------------------------------- */

.search-page .search-input,
.sitemap-page .entity {
  margin-block-end: var(--ec-space-6);
}

.sitemap-page .entity-title {
  margin: 0 0 12px;
  padding: 0;
  text-align: start;
}

.sitemap-page .entity-title h2 {
  color: var(--ec-text-strong);
  font-size: var(--ec-font-size-lg);
  font-weight: 650;
}

.sitemap-page .entity-body {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: start;
}

.sitemap-page .entity ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px 14px;
  font-size: inherit;
}

.sitemap-page .entity li {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: var(--ec-font-size-sm);
}

.sitemap-page .entity li::before { display: none; }

.topic-page .page-body,
.topic-block-body,
.post-body,
.news-body,
.editor-content {
  text-align: start;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields,
.contact-vendor-page .form-fields {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(18px, 3vw, 28px);
  text-align: start;
}

.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs,
.contact-vendor-page .inputs {
  text-align: start;
  white-space: normal;
}

.contact-page .inputs label,
.email-a-friend-page .inputs label,
.apply-vendor-page .inputs label,
.contact-vendor-page .inputs label {
  text-align: start;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.contact-vendor-page .button-1,
.search-input .button-1,
.new-comment .button-1,
.enter-password-form button[type="submit"] {
  text-transform: none;
}

/* -----------------------------------------------------------------
   FORUM CONTENT
   ----------------------------------------------------------------- */

.forums-table-section table,
.forums-table-section .forum-table {
  margin: 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a,
.latest-posts .topic-title a {
  color: var(--ec-text-strong);
}

.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover,
.latest-posts .topic-title a:hover {
  color: var(--ec-brand-blue-800);
}

/* -----------------------------------------------------------------
   CONTENT MOBILE REFINEMENTS
   ----------------------------------------------------------------- */

@media (max-width: 600px) {
  .home-page .topic-block {
    border-radius: var(--ec-radius-lg);
    padding: 18px;
  }

  .home-page-polls .poll-options,
  .home-page-polls .poll-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog-posts .post,
  .news-items .news-item,
  .blogpost-page .page-body,
  .news-item-page .page-body {
    padding: 16px;
  }
}

/* ===== SOURCE: 10-plugins.css ===== */
/*
====================================================================
 elektrikcim.net — Installed storefront plugin compatibility layer
 BSS Anywhere Swiper / Carousels / Component / Product Ribbon /
 Picture Zoom / NopStation Smart Tabs
====================================================================
*/
.section__anywhere-carousel-head,.section__anywhere-carousel-head-center,
.custom-component-head,.custom-component-head-center {
  margin-block-end: var(--ec-space-5); border-bottom: 1px solid var(--ec-border);
  padding-block-end: var(--ec-space-3); color: var(--ec-text);
}
.section__anywhere-carousel-head,.custom-component-head {
  display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; gap: 10px; text-align: start;
}
.section__anywhere-carousel-head-center,.custom-component-head-center { text-align: center; }
.section__anywhere-carousel-head .title,.section__anywhere-carousel-head-center .title,
.custom-component-head .title,.custom-component-head-center .title {
  margin: 0; padding: 0; color: var(--ec-text-strong);
  font-size: clamp(1.375rem,1.8vw,1.625rem); font-weight: 600; line-height: var(--ec-line-height-heading);
}
.section__anywhere-carousel-head .sub-title,.section__anywhere-carousel-head-center .sub-title {
  margin: 0; color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); line-height: var(--ec-line-height-body);
}
.section__anywhere-carousel-head .section-link,.custom-component-head .section-link {
  display: inline-flex; align-items: center; justify-content: center; width: fit-content;
  min-height: 38px; margin: 0; border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-sm); background: var(--ec-surface); padding: 8px 12px;
  color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); font-weight: 600; text-transform: none;
}
.section__anywhere-carousel-head .section-link:hover,.custom-component-head .section-link:hover {
  border-color: var(--ec-brand-blue-300); background: var(--ec-brand-blue-50); color: var(--ec-brand-blue-800);
}

.bss-lazy-carousel,.anywhere-carousel-wrapper,.anywhere-carousel {
  width: 100%; max-width: 100%; margin-block-end: var(--ec-space-10);
}
.bss-lazy-carousel.bss-lazy-loaded { min-height: 0; height: auto; max-height: none; overflow: visible; }
.products-carousel .anywhere-carousel-container {
  display: flex; flex-direction: column; gap: var(--ec-space-4); min-width: 0;
}
.products-carousel :where(.products-swiper,.swiper),.category-swiper,.sub-category-swiper {
  min-width: 0; max-width: 100%; overflow: hidden;
}
.products-carousel .swiper-slide,.category-swiper .swiper-slide,.sub-category-swiper .swiper-slide { height: auto; box-sizing: border-box; }
.products-carousel .swiper-slide>.item-box,.swiper .swiper-slide .item-box { width: 100%; height: 100%; margin: 0; }
.products-carousel .item-box .product-item { height: 100%; }
.products-carousel .item-box .product-item .details { padding: 12px; }
.products-carousel .item-box .product-title { font-size: var(--ec-font-size-sm); }
.products-carousel .item-box .actual-price { font-size: var(--ec-font-size-lg); }
.products-carousel .products-swiper>.swiper-pagination,.sub-category-swiper>.swiper-pagination,.category-swiper>.swiper-pagination {
  position: static; margin-block-start: 10px;
}
:where(.products-carousel,.category-swiper,.sub-category-swiper,.home-banner-slider) .swiper-pagination-bullet {
  width: 7px; height: 7px; background: var(--ec-border-strong); opacity: 1;
}
:where(.products-carousel,.category-swiper,.sub-category-swiper,.home-banner-slider) .swiper-pagination-bullet-active {
  background: var(--ec-brand-blue-700);
}
.products-carousel .swiper-button-prev,.products-carousel .swiper-button-next,.category-slider .splide__arrow {
  width: 34px; height: 34px; border: 1px solid var(--ec-border); border-radius: 50%;
  background: rgba(255,255,255,.96); color: var(--ec-text-strong); box-shadow: var(--ec-shadow-sm); opacity: 1;
}
.category-slider .category-slider__image,.manufacturer-slider .picture,.vendor-slider .picture {
  overflow: hidden; border: 1px solid var(--ec-border); border-radius: var(--ec-radius-lg);
  background: var(--ec-surface); padding: 8px;
}
.category-slider .category-slider__image img,
.anywhere-carousel-category .category-item .category-slider__image a img,
.anywhere-carousel.sub-category .anywhere-carousel-item .category-slider__image a img {
  width: 100%; height: 100%; object-fit: contain;
}
.category-slider .category-name,.manufacturer-slider .title,.vendor-slider .title {
  margin-block-start: 9px; color: var(--ec-text-strong); font-size: var(--ec-font-size-sm);
  font-weight: 600; line-height: var(--ec-line-height-heading); text-align: center;
}
.products-carousel .carousel-banner-box {
  overflow: hidden; border-radius: var(--ec-radius-lg); background: var(--ec-surface-soft);
}
.products-carousel .carousel-banner-box :where(.banner,img) { display: block; width: 100%; height: 100%; object-fit: cover; }
.bss-lazy-carousel { --bss-skeleton-base: var(--ec-surface-muted); --bss-skeleton-highlight: #fff; }
.bss-carousel-skeleton__banner,.bss-carousel-skeleton__slide,.bss-carousel-skeleton__thumb,.bss-carousel-skeleton__line {
  border-radius: var(--ec-radius-md);
}

.home-banner-slider,.home-banner-slider-with-image {
  width: 100%; max-width: var(--ec-container-max); margin-inline: auto;
  margin-block-end: var(--ec-space-8); overflow: hidden; border-radius: var(--ec-radius-lg);
  background: var(--ec-surface-soft); box-shadow: var(--ec-shadow-xs);
}
.home-banner-slider .home-banner-slider__slide,.home-banner-slider-with-image .home-banner-slider__slide {
  position: relative; min-height: 260px; overflow: hidden; background-position: center; background-size: cover;
}
.home-banner-slider .bss-slide-bg,.home-banner-slider-with-image .bss-slide-bg { object-fit: cover; }
.home-banner-slider .home-banner-slider__slide__container {
  position: relative; z-index: 1; min-height: inherit; padding: clamp(22px,4vw,54px);
}
.home-banner-slider .slider-details { display: flex; flex-direction: column; justify-content: center; height: 100%; }
.home-banner-slider .slider-details .slider-details__heading {
  margin: 0; color: var(--ec-text-strong); font-size: clamp(1.75rem,4vw,3.5rem);
  font-weight: 700; line-height: 1.08; letter-spacing: -.025em; text-align: start; text-transform: none;
}
.home-banner-slider .slider-details .slider-details__info {
  max-width: 58ch; margin: var(--ec-space-4) 0; color: var(--ec-text);
  font-size: clamp(.9375rem,1.3vw,1.125rem); line-height: var(--ec-line-height-content); text-align: start;
}
.home-banner-slider .slider-details .slider-details__button__container { justify-content: flex-start; margin-block-start: var(--ec-space-3); }
.home-banner-slider .btn-default,.home-banner-slider .slider-details__button__item {
  display: inline-flex; align-items: center; justify-content: center; min-height: var(--ec-control-height);
  border: 1px solid var(--ec-brand-blue-700); border-radius: var(--ec-radius-sm);
  background: var(--ec-brand-blue-700); padding: 10px 16px; color: #fff;
  font-size: var(--ec-font-size-sm); font-weight: 600; text-transform: none;
}
.home-banner-slider .image-box .round-area { animation: none; opacity: .72; }

.item-box .product-item,.product-details-page .gallery,.product-details-page .picture-gallery,.product-details-page .picture { position: relative; }
.product-left-extra,.product-details-page-left-extra { z-index: 20; pointer-events: none; }
.product-new-tag,.product-discount-tag,.product-best-sale-tag {
  box-sizing: border-box; border: 2px solid rgba(255,255,255,.92);
  box-shadow: 0 6px 16px rgba(17,24,39,.16); font-family: inherit; font-weight: 700; text-align: center;
}
.product-new-tag { min-width: 56px; border-radius: var(--ec-radius-pill); padding: 6px 10px; }
.product-discount-tag,.product-best-sale-tag { width: 54px; height: 54px; border-radius: 50%; }
.bss-product-details-discount-callout,.bss-product-details-discount-badge {
  border-radius: var(--ec-radius-pill); font-family: inherit; box-shadow: var(--ec-shadow-sm);
}
/* Ribbon colors remain controlled by the plugin admin panel. */

:where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) {
  margin-block: var(--ec-space-8); color: var(--ec-text);
}
:where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) .nav-tabs,
.smart-tabs-nav,.smarttabs-nav {
  display: flex; flex-wrap: wrap; gap: 4px; margin: 0; border-bottom: 1px solid var(--ec-border); padding: 0; list-style: none;
}
:where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) .nav-tabs a,
.smart-tabs-nav a,.smarttabs-nav a,.smart-tab-title {
  display: inline-flex; align-items: center; min-height: 42px; border: 0;
  border-bottom: 2px solid transparent; background: transparent; padding: 10px 12px;
  color: var(--ec-text-muted); font-size: var(--ec-font-size-sm); font-weight: 600;
}
:where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) .nav-tabs .active>a,
.smart-tabs-nav .active>a,.smarttabs-nav .active>a,.smart-tab-title.active,.smart-tab-title[aria-selected="true"] {
  border-bottom-color: var(--ec-brand-blue-700); color: var(--ec-brand-blue-800);
}
:where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) .tab-content,
.smart-tabs-content,.smarttabs-content,.smart-tab-content {
  border: 1px solid var(--ec-border); border-top: 0;
  border-radius: 0 0 var(--ec-radius-lg) var(--ec-radius-lg);
  background: var(--ec-surface); padding: clamp(16px,2.5vw,26px);
  color: var(--ec-text); font-size: var(--ec-font-size-base); line-height: var(--ec-line-height-content);
}

@media (min-width:576px) {
  .section__anywhere-carousel-head,.custom-component-head { flex-direction: row; align-items: center; }
}
@media (min-width:768px) {
  .products-carousel .anywhere-carousel-container { flex-direction: row; }
  .products-carousel .carousel-banner-box { flex: 0 0 220px; width: 220px; max-width: 220px; }
}
@media (max-width:767px) {
  .home-banner-slider .home-banner-slider__slide,.home-banner-slider-with-image .home-banner-slider__slide { min-height: 250px; }
  .home-banner-slider .home-banner-slider__slide__container { align-items: flex-end; padding: 22px 18px; }
  .home-banner-slider .slider-details {
    width: 100%; border-radius: var(--ec-radius-md); background: rgba(255,255,255,.90);
    padding: 14px; backdrop-filter: blur(3px);
  }
  .products-carousel .swiper-button-prev,.products-carousel .swiper-button-next { display: none; }
  .product-discount-tag,.product-best-sale-tag { width: 46px; height: 46px; }
  :where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) .nav-tabs,
  .smart-tabs-nav,.smarttabs-nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
}

/* ===== SOURCE: 11-responsive.css ===== */
/*
====================================================================
 elektrikcim.net — Cross-site responsive refinements
====================================================================
*/
@media (max-width:1000px) {
  .master-wrapper-content,.header,.header-menu,.footer-upper,.footer-lower {
    width: min(calc(100% - 24px),var(--ec-container-max));
  }
  .header { text-align: center; }
  .header-lower { padding-block: var(--ec-space-6); }
  .header-logo { margin-block-end: var(--ec-space-4); }
  .search-box form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 0; width: 100%; }
  .search-box input.search-box-text { width: 100%; min-width: 0; }
  .search-box .search-box-category {
    grid-column: 1/-1; grid-row: 2; width: 100%; max-width: none; margin: 8px 0 0; border-radius: var(--ec-radius-md);
  }
  .search-box .search-box-button { width: auto; min-width: 86px; }
  .header-links ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 14px; }
  .header-links li { margin: 0; }
  #topcartlink { width: auto; max-width: none; margin: 8px auto 0; border-radius: var(--ec-radius-md); }
  .center-2,.side-2 { width: 100%; margin-inline: 0; }
  .side-2 { margin-block-end: var(--ec-space-6); }
  .page-title { margin-block-end: var(--ec-space-6); }
  input[type="text"],input[type="email"],input[type="tel"],input[type="password"],
  input[type="number"],input[type="search"],textarea,select { font-size: 16px; }
  .inputs,.inputs label { text-align: start; }
  .inputs :where(input[type="text"],input[type="email"],input[type="tel"],input[type="password"],select,textarea) { width: 100%; }
  .form-fields { padding: var(--ec-space-4); }

  .product-essential { display: grid; grid-template-columns: 1fr; }
  .gallery,.overview { width: 100%; margin-inline: 0; }
  .overview .prices,.variant-overview .prices { width: 100%; }
  .overview .add-to-cart-panel,.variant-overview .add-to-cart-panel {
    display: grid; grid-template-columns: minmax(68px,auto) minmax(0,1fr); width: 100%;
  }
  .overview .add-to-cart-button,.variant-overview .add-to-cart-button { width: 100%; min-width: 0; }
  .overview-buttons { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .overview-buttons div,.overview .button-2,.variant-overview .button-2 { width: 100%; }

  .table-wrapper,.compare-products-table,.product-specs-box,.product-filter-level-values-box,.tier-prices {
    width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;
  }
  .cart,.data-table,.forum-table { min-width: 680px; }
  .checkout-page .address-item,.order-review-data>div,.order-details-area>div,.shipment-details-area>div { width: 100%; max-width: 100%; }
  .checkout-page .pickup-points-map { min-width: 0; width: 100%; }

  .footer-upper { gap: var(--ec-space-4); padding-block: var(--ec-space-8); }
  .footer-block,.follow-us { min-width: 100%; text-align: start; }
  .footer-menu__toggle,.footer-block .title { min-height: 44px; padding: 11px 13px; font-size: var(--ec-font-size-base); }
  .blog-posts .post,.news-items .news-item,.blogpost-page .page-body,.news-item-page .page-body { padding: var(--ec-space-4); }
}
@media (max-width:575px) {
  .master-wrapper-content,.header,.header-menu,.footer-upper,.footer-lower {
    width: min(calc(100% - 20px),var(--ec-container-max));
  }
  .center-1 { margin-block-end: var(--ec-space-10); }
  .breadcrumb { overflow-x: auto; white-space: nowrap; scrollbar-width: thin; }
  .product-selectors { align-items: stretch; gap: 9px; padding: 10px; }
  .product-selectors>div { width: 100%; text-align: start; }
  .product-selectors select { width: 100%; margin: 5px 0 0; }
  .product-selectors .product-viewmode { display: none; }
  .product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
  .related-products-grid .item-grid,.also-purchased-products-grid .item-grid,
  .search-results .product-grid .item-grid { gap: 12px; }
  .item-box .product-item .details { padding: 11px; }
  .item-box .product-item .product-title { font-size: .875rem; }
  .item-box .product-item .actual-price { font-size: 1.0625rem; }
  .item-box .product-item .buttons { grid-template-columns: minmax(0,1fr) 38px 38px; }
  .overview-buttons { grid-template-columns: 1fr; }
  .picture-gallery .picture-thumbs .thumb-item { flex-basis: 64px; width: 64px; height: 64px; }
  .shopping-cart-page .common-buttons,.wishlist-page .common-buttons,
  .registration-page .buttons,.login-page .buttons,.account-page .buttons,
  .checkout-page .buttons,.confirm-order .buttons { display: grid; grid-template-columns: 1fr; }
  :where(.shopping-cart-page,.wishlist-page,.registration-page,.login-page,.account-page,.checkout-page,.confirm-order) .buttons button { width: 100%; }
  .cart-footer .totals { max-width: none; }
  .opc .step { padding: var(--ec-space-4); }
  .sitemap-page .entity-body ul { grid-template-columns: 1fr; }
  .newsletter-email { display: grid; grid-template-columns: 1fr; }
  .newsletter-email input[type="email"],.newsletter-email input[type="text"],.newsletter-subscribe-button {
    width: 100%; border-radius: var(--ec-radius-md);
  }
  .newsletter-subscribe-button { margin-block-start: 8px; }
}
@media (min-width:390px) and (max-width:480px) {
  .product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
  .related-products-grid .item-grid,.also-purchased-products-grid .item-grid,
  .search-results .product-grid .item-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .item-box .product-item .picture a:before { padding-top: 92%; }
  .item-box .product-item .buttons { grid-template-columns: minmax(0,1fr) 36px 36px; }
  .item-box .product-item .product-box-add-to-cart-button { padding-inline: 6px; font-size: .75rem; }
}
@media (max-width:389px) {
  .product-grid .item-grid,.home-page-product-grid .item-grid,.bestsellers .item-grid,
  .related-products-grid .item-grid,.also-purchased-products-grid .item-grid,
  .search-results .product-grid .item-grid { grid-template-columns: 1fr; }
}
@media (min-width:576px) and (max-width:1000px) {
  .login-page .customer-blocks { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cart-options,.cart-footer { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; }
  .cart-footer .totals { grid-column: 2; }
  .news-list-homepage .news-items,.blog-page .blog-posts,.news-list-page .news-items {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1001px) {
  .side-2 { width: var(--ec-sidebar-width); margin-inline-end: var(--ec-space-8); }
  .center-2 { width: calc(100% - var(--ec-sidebar-width) - var(--ec-space-8)); }
  .product-essential {
    display: grid; grid-template-columns: minmax(360px,46%) minmax(0,1fr);
    gap: clamp(28px,4vw,56px); align-items: start;
  }
  .gallery,.overview { width: auto; margin: 0; }
  .gallery { position: sticky; top: 16px; }
  .product-variant-line { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: var(--ec-space-5); }
  .variant-picture { margin: 0; }
  .login-page .customer-blocks { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cart-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cart-footer { grid-template-columns: minmax(0,1fr) minmax(360px,440px); align-items: start; }
  .cart-footer .totals { grid-column: 2; }
  .checkout-page .address-grid,.opc-select-address-container {
    display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--ec-space-4);
  }
  .checkout-page .address-item { width: auto; margin: 0; }
  .blog-page .blog-posts,.news-list-page .news-items,.news-list-homepage .news-items {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (max-width:320px) {
  .master-wrapper-content,.header,.header-menu,.footer-upper,.footer-lower { width: calc(100% - 16px); }
  .search-box form { grid-template-columns: 1fr; gap: 8px; }
  .search-box input.search-box-text,.search-box .search-box-button { border-radius: var(--ec-radius-md); }
  .search-box .search-box-button { grid-row: 2; width: 100%; }
  .search-box .search-box-category { grid-row: 3; margin-top: 0; }
}

/* ===== SOURCE: 12-rtl-fixes.css ===== */
/*
====================================================================
 elektrikcim.net — RTL exception layer
====================================================================
*/
[dir="rtl"] body { direction: rtl; text-align: right; }
[dir="rtl"] :where(.header,.header-logo,.footer-block,.follow-us,.inputs,.inputs label,
.product-selectors>div,.overview,.variant-overview,.topic-page,.post-body,.news-body,.comment-body) {
  text-align: right;
}
[dir="rtl"] .search-box input.search-box-text {
  margin: 0 0 0 -1px; border-radius: 0 var(--ec-radius-md) var(--ec-radius-md) 0;
}
[dir="rtl"] .search-box .search-box-button { border-radius: var(--ec-radius-md) 0 0 var(--ec-radius-md); }
[dir="rtl"] .newsletter-email input[type="email"],[dir="rtl"] .newsletter-email input[type="text"] {
  border-radius: 0 var(--ec-radius-md) var(--ec-radius-md) 0;
}
[dir="rtl"] .newsletter-subscribe-button { border-radius: var(--ec-radius-md) 0 0 var(--ec-radius-md); }
[dir="rtl"] .overview .button-2,[dir="rtl"] .variant-overview .button-2 {
  background-position: right 12px center; padding: 8px 38px 8px 13px; text-align: right;
}
[dir="rtl"] .overview .free-shipping,[dir="rtl"] .variant-overview .free-shipping {
  background-position: right center; padding: 2px 28px 2px 0;
}
[dir="rtl"] .product-list .item-box .picture { border-right: 0; border-left: 1px solid var(--ec-border-subtle); }
[dir="rtl"] .home-banner-slider .slider-details :where(.slider-details__heading,.slider-details__info) { text-align: right; }
[dir="rtl"] :where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) .nav-tabs,
[dir="rtl"] .smart-tabs-nav,[dir="rtl"] .smarttabs-nav { direction: rtl; }
[dir="rtl"] :where(.cart .product,.data-table .product,.data-table .message,.data-table .info,.data-table .name,
.payment-info .info td,.order-review-data,.order-details-area,.shipment-details-area) { text-align: right; }
[dir="rtl"] .block-account-navigation .list a,[dir="rtl"] .block .list a,[dir="rtl"] .sitemap-page .entity-body a { text-align: right; }
@media (max-width:575px) {
  [dir="rtl"] .newsletter-email input[type="email"],[dir="rtl"] .newsletter-email input[type="text"],
  [dir="rtl"] .newsletter-subscribe-button { border-radius: var(--ec-radius-md); }
}

/* ===== SOURCE: phase-6-final-actions.css ===== */
/*
====================================================================
 elektrikcim.net — Faz 6 final user-action and accessibility layer
 Scope:
   - Customer address edit/delete actions
   - Vendor application file input
   - Wishlist remove action and mobile card layout
   - Compare-list remove and clear actions
   - Final responsive, RTL and plugin interoperability refinements
 JavaScript change: none
====================================================================
*/

/* -----------------------------------------------------------------
   CUSTOMER ADDRESSES — VISIBLE, SEMANTIC ACTIONS
   ----------------------------------------------------------------- */

.address-list-page .address-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 18px;
}

.address-list-page .address-item,
.address-list-page .address-list .section {
  position: relative;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
}

.address-list-page .address-item .info {
  flex: 1 1 auto;
  margin: 0 !important;
  text-align: start;
}

.address-list-page .address-item .buttons,
.address-list-page .address-list .buttons {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid var(--ec-border-subtle);
  background: var(--ec-surface);
  padding: 12px 15px;
}

.address-list-page .address-item .button-2,
.address-list-page .address-list .button-2 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto !important;
  min-width: 104px;
  min-height: 40px;
  margin: 0 !important;
  border-radius: var(--ec-radius-sm);
  background-image: none !important;
  padding: 9px 14px !important;
  font-size: var(--ec-font-size-sm);
  font-weight: 650;
  line-height: 1.2;
  text-transform: none;
}

.address-list-page .edit-address-button {
  border: 1px solid var(--ec-brand-blue-300);
  background-color: var(--ec-brand-blue-50);
  color: var(--ec-brand-blue-800);
}

.address-list-page .edit-address-button::before {
  content: "✎";
  font-size: 1rem;
  line-height: 1;
}

.address-list-page .edit-address-button:hover,
.address-list-page .edit-address-button:focus-visible {
  border-color: var(--ec-brand-blue-700);
  background-color: var(--ec-brand-blue-100);
  color: var(--ec-brand-blue-900);
}

.address-list-page .delete-address-button {
  border: 1px solid #efb7bd;
  background-color: var(--ec-danger-soft);
  color: var(--ec-danger);
}

.address-list-page .delete-address-button::before {
  content: "×";
  font-size: 1.25rem;
  line-height: .8;
}

.address-list-page .delete-address-button:hover,
.address-list-page .delete-address-button:focus-visible {
  border-color: var(--ec-danger);
  background-color: #fce8ea;
  color: #a5121b;
}

.address-list-page .add-button {
  display: flex;
  justify-content: center;
  margin-block-start: var(--ec-space-6);
}

.address-list-page .add-address-button {
  min-width: 150px;
}

/* -----------------------------------------------------------------
   APPLY VENDOR — NATIVE FILE INPUT MUST LOOK AND ACT LIKE A CONTROL
   ----------------------------------------------------------------- */

.apply-vendor-page input[type="file"] {
  display: block;
  width: 100% !important;
  max-width: none !important;
  min-height: 46px;
  margin: 0 !important;
  border: 1px solid var(--ec-border-strong);
  border-radius: var(--ec-radius-md);
  background: var(--ec-surface);
  padding: 4px;
  color: var(--ec-text-muted);
  font-family: inherit;
  font-size: var(--ec-font-size-sm);
  line-height: 1.3;
  cursor: pointer;
}

.apply-vendor-page input[type="file"]::file-selector-button,
.apply-vendor-page input[type="file"]::-webkit-file-upload-button {
  min-height: 36px;
  margin-inline-end: 11px;
  border: 1px solid var(--ec-brand-blue-700);
  border-radius: var(--ec-radius-sm);
  background: var(--ec-brand-blue-700);
  padding: 8px 13px;
  color: #fff;
  font-family: inherit;
  font-size: var(--ec-font-size-sm);
  font-weight: 650;
  cursor: pointer;
}

.apply-vendor-page input[type="file"]:hover::file-selector-button,
.apply-vendor-page input[type="file"]:focus-visible::file-selector-button,
.apply-vendor-page input[type="file"]:hover::-webkit-file-upload-button,
.apply-vendor-page input[type="file"]:focus-visible::-webkit-file-upload-button {
  border-color: var(--ec-brand-blue-800);
  background: var(--ec-brand-blue-800);
}

/* -----------------------------------------------------------------
   WISHLIST — REMOVE ACTION AND READABLE TABLE/CARD BEHAVIOR
   ----------------------------------------------------------------- */

.wishlist-page .cart .remove-from-cart input[type="checkbox"] {
  display: none;
}

.wishlist-page .cart .remove-from-cart .remove-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  margin: 0;
  border: 1px solid #efb7bd;
  border-radius: var(--ec-radius-sm);
  background: var(--ec-danger-soft) !important;
  padding: 0;
  color: var(--ec-danger);
  font-size: 0;
  cursor: pointer;
}

.wishlist-page .cart .remove-from-cart .remove-btn::before {
  content: "×";
  display: block;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.wishlist-page .cart .remove-from-cart .remove-btn:hover,
.wishlist-page .cart .remove-from-cart .remove-btn:focus-visible {
  border-color: var(--ec-danger);
  background: #fce8ea !important;
  color: #a5121b;
  box-shadow: var(--ec-focus-ring);
}

.wishlist-page .wishlist-content .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.wishlist-page .wishlist-content .button-2 {
  width: auto;
  min-width: 150px;
  margin: 0;
}

.wishlist-page .share-link {
  overflow-wrap: anywhere;
}

/* -----------------------------------------------------------------
   COMPARE LIST — VISIBLE REMOVE/CLEAR ACTIONS AND STRONGER HIERARCHY
   ----------------------------------------------------------------- */

.compare-products-page {
  overflow: visible;
}

.compare-products-page .page-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.compare-products-page .clear-list {
  position: static !important;
  align-self: flex-end;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0 0 12px auto !important;
  border: 1px solid #efb7bd;
  border-radius: var(--ec-radius-sm);
  background: var(--ec-danger-soft);
  padding: 9px 14px;
  color: var(--ec-danger);
  font-size: var(--ec-font-size-sm);
  font-weight: 650;
  line-height: 1.2;
  text-transform: none;
}

.compare-products-page .clear-list::before {
  content: "×";
  margin-inline-end: 7px;
  font-size: 1.2rem;
  line-height: .8;
}

.compare-products-page .clear-list:hover,
.compare-products-page .clear-list:focus-visible {
  border-color: var(--ec-danger);
  background: #fce8ea;
  color: #a5121b;
}

.compare-products-page .table-wrapper {
  width: 100%;
  min-width: 0;
}

.compare-products-table .remove-product td:not(.empty) {
  text-align: center;
  vertical-align: middle;
}

.compare-products-table .remove-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 104px;
  min-height: 38px;
  margin: 0;
  border: 1px solid #efb7bd;
  border-radius: var(--ec-radius-sm);
  background: var(--ec-danger-soft) !important;
  background-image: none !important;
  padding: 8px 12px !important;
  color: var(--ec-danger);
  font-size: var(--ec-font-size-sm);
  font-weight: 650;
  line-height: 1.2;
  text-transform: none;
}

.compare-products-table .remove-button::before {
  content: "×";
  font-size: 1.2rem;
  line-height: .8;
}

.compare-products-table .remove-button:hover,
.compare-products-table .remove-button:focus-visible {
  border-color: var(--ec-danger);
  background: #fce8ea !important;
  color: #a5121b;
}

.compare-products-table .product-name a {
  color: var(--ec-text-strong);
  font-weight: 650;
}

.compare-products-table .product-name a:hover,
.compare-products-table .product-name a:focus {
  color: var(--ec-brand-blue-800);
}

.compare-products-table .product-price td:not(:first-child) {
  color: var(--ec-text-strong);
  font-weight: 700;
}

/* -----------------------------------------------------------------
   PLUGIN / RESPONSIVE FINAL GUARDS
   ----------------------------------------------------------------- */

/* All plugin carousels must remain bounded by their storefront container. */
.bss-lazy-carousel,
.anywhere-carousel-wrapper,
.anywhere-carousel,
.home-banner-slider,
.home-banner-slider-with-image,
:where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs) {
  max-width: 100%;
}

/* Do not let overlay controls from ribbons/zoom block normal product links. */
.product-left-extra,
.product-details-page-left-extra {
  pointer-events: none;
}

/* Final mobile cards for wishlist, matching the corrected shopping cart UX. */
@media (max-width: 768px) {
  .address-list-page .address-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .address-list-page .address-item .buttons,
  .address-list-page .address-list .buttons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .address-list-page .address-item .button-2,
  .address-list-page .address-list .button-2 {
    width: 100% !important;
    min-width: 0;
  }

  .wishlist-page .table-wrapper {
    overflow: visible;
  }

  .wishlist-page .cart {
    display: block;
    min-width: 0 !important;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .wishlist-page .cart thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .wishlist-page .cart tbody {
    display: grid;
    gap: 14px;
    overflow: visible;
  }

  .wishlist-page .cart tr {
    position: relative;
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 6px 12px;
    width: 100%;
    margin: 0 !important;
    border: 1px solid var(--ec-border);
    border-radius: var(--ec-radius-lg);
    background: var(--ec-surface);
    padding: 12px;
    box-shadow: var(--ec-shadow-xs);
  }

  .wishlist-page .cart td {
    display: block !important;
    min-width: 0;
    border: 0 !important;
    background: transparent !important;
    padding: 4px 0 !important;
    text-align: start !important;
  }

  .wishlist-page .cart td.remove-from-cart {
    position: absolute;
    z-index: 2;
    inset-block-start: 9px;
    inset-inline-end: 9px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wishlist-page .cart td.product-picture {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
  }

  .wishlist-page .cart td.product-picture img {
    width: 78px;
    max-width: 100%;
    height: 78px;
    object-fit: contain;
  }

  .wishlist-page .cart td.product,
  .wishlist-page .cart td.sku {
    grid-column: 2;
    padding-inline-end: 42px !important;
  }

  .wishlist-page .cart tr:not(:has(td.product-picture)) td.product,
  .wishlist-page .cart tr:not(:has(td.product-picture)) td.sku {
    grid-column: 1 / -1;
  }

  .wishlist-page .cart td.add-to-cart,
  .wishlist-page .cart td.unit-price,
  .wishlist-page .cart td.quantity,
  .wishlist-page .cart td.subtotal {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--ec-border-subtle) !important;
    padding: 10px 0 4px !important;
  }

  .wishlist-page .cart .td-title {
    display: block;
    color: var(--ec-text-muted);
    font-weight: 600;
  }

  .wishlist-page .cart td.add-to-cart input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .wishlist-page .wishlist-content .buttons {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .wishlist-page .wishlist-content .button-2 {
    width: 100%;
    min-width: 0;
  }

  .compare-products-page .clear-list {
    align-self: stretch;
    width: 100%;
    margin-inline: 0 !important;
  }

  .apply-vendor-page input[type="file"] {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .address-list-page .address-item .buttons,
  .address-list-page .address-list .buttons {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* -----------------------------------------------------------------
   RTL FINAL EXCEPTIONS
   ----------------------------------------------------------------- */

[dir="rtl"] .address-list-page .address-item .info {
  text-align: right;
}

[dir="rtl"] .address-list-page .address-item .buttons,
[dir="rtl"] .address-list-page .address-list .buttons {
  justify-content: flex-start;
}

[dir="rtl"] .compare-products-page .clear-list {
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
}

[dir="rtl"] .apply-vendor-page input[type="file"]::file-selector-button,
[dir="rtl"] .apply-vendor-page input[type="file"]::-webkit-file-upload-button {
  margin-inline-start: 11px;
  margin-inline-end: 0;
}

/* ===== SOURCE: 13-print.css ===== */
/*
====================================================================
 elektrikcim.net — Print overrides
====================================================================
*/
@media print {
  *,*::before,*::after { box-shadow: none!important; text-shadow: none!important; animation: none!important; transition: none!important; }
  html,body { width: 100%; background: #fff!important; color: #000!important; font: 10pt/1.45 Arial,Helvetica,sans-serif; }
  a,a:visited { color: #000!important; text-decoration: underline; }
  .admin-header-links,.header-upper,.header-menu,.search-box,.bar-notification-container,
  .breadcrumb,.side-2,.footer,.overview-buttons,.add-to-cart,.product-share-button,.pager,
  .buttons,.products-carousel .swiper-button-prev,.products-carousel .swiper-button-next,
  .swiper-pagination,.smart-tabs-nav,.smarttabs-nav,.product-left-extra,.product-details-page-left-extra {
    display: none!important;
  }
  .header,.master-wrapper-content,.center-1,.center-2,.page,.page-body,.product-essential,.gallery,.overview {
    width: 100%!important; max-width: none!important; margin: 0!important; padding: 0!important;
  }
  .header-logo img { max-width: 180px!important; max-height: 60px!important; }
  .page-title,.overview .product-name { margin-bottom: 12pt!important; border-bottom: 1px solid #bbb!important; }
  .page-title h1,.overview .product-name h1 { color: #000!important; font-size: 18pt!important; }
  .product-essential { display: grid!important; grid-template-columns: 38% 1fr!important; gap: 18pt!important; border-bottom: 0!important; }
  .gallery { position: static!important; }
  .gallery .picture { border: 1px solid #bbb!important; }
  .picture-gallery .picture-thumbs,.video-gallery { display: none!important; }
  .overview .prices,.product-specs-box,.product-filter-level-values-box,.cart,.data-table,
  .order-details-page .order-overview,.order-details-page .totals.section {
    border: 1px solid #bbb!important; background: #fff!important;
  }
  .overview .product-price { color: #000!important; font-size: 16pt!important; }
  .table-wrapper,.product-specs-box,.product-filter-level-values-box { overflow: visible!important; }
  table,tr,td,th,.product-review-item,.blog-posts .post,.news-items .news-item { break-inside: avoid; }
  @page { margin: 14mm; }
}

/* ===== SOURCE: phase-6-print-actions.css ===== */
@media print {
  .address-list-page .address-item .buttons,
  .address-list-page .address-list .buttons,
  .wishlist-page .wishlist-content .buttons,
  .wishlist-page .remove-from-cart,
  .compare-products-page .clear-list,
  .compare-products-table .remove-product,
  .apply-vendor-page .buttons {
    display: none !important;
  }
}

/*
====================================================================
 elektrikcim.net — Faz 7 mobile product accordion + compact header UX
 Scope:
   - Product Smart Tabs become one consistent vertical accordion at <= 900px
   - No horizontal tab strip, URL hash jump or forced page scrolling
   - Repeating the same activation closes the section
   - A tab never disappears after the customer opens it
   - Header selectors and customer/cart links form one compact utility card
 Desktop Smart Tabs and header behavior remain native.
====================================================================
*/

.ec-product-accordion__heading {
  display: none;
}

@media (max-width: 900px) {
  /* ---------------------------------------------------------------
     MOBILE HEADER — ONE COHERENT UTILITY CARD
     --------------------------------------------------------------- */

  .header-upper {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px;
    overflow: visible;
    border: 1px solid var(--ec-border);
    border-radius: var(--ec-radius-lg);
    background: var(--ec-surface-soft);
    padding: 10px;
    box-shadow: var(--ec-shadow-xs);
  }

  .header-selectors-wrapper {
    float: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0 0 10px;
  }

  .header-selectors-wrapper > div {
    float: none !important;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    line-height: normal;
  }

  .header-selectors-wrapper select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    border-color: var(--ec-border-strong);
    border-radius: var(--ec-radius-md);
    background-color: var(--ec-surface);
    color: var(--ec-text);
    font-size: 16px;
  }

  .header-links-wrapper {
    float: none !important;
    width: 100%;
    margin: 0;
    border-top: 1px solid var(--ec-border);
    padding: 10px 0 0 !important;
  }

  .header-links ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 !important;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--ec-border);
    border-radius: var(--ec-radius-md);
    background: var(--ec-surface);
    padding: 0;
  }

  .header-links li,
  #topcartlink {
    float: none !important;
    display: block;
    width: auto !important;
    min-width: 0;
    max-width: none;
    margin: 0 !important;
    border: 0;
    border-block-end: 1px solid var(--ec-border-subtle);
    border-inline-end: 1px solid var(--ec-border-subtle);
    border-radius: 0;
    background: transparent;
    padding: 0 !important;
  }

  .header-links li:nth-child(2n) {
    border-inline-end: 0;
  }

  .header-links li:nth-last-child(-n + 2) {
    border-block-end: 0;
  }

  .header-links li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-inline-end: 0;
    border-block-end: 0;
  }

  .header-links li > a,
  .header-links li > span,
  #topcartlink > a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    padding: 9px 11px !important;
    color: var(--ec-text-muted);
    font-size: .8125rem;
    font-weight: 550;
    line-height: 1.25;
    text-align: start;
    text-transform: none;
  }

  .header-links li > a:hover,
  .header-links li > a:focus-visible,
  #topcartlink > a:hover,
  #topcartlink > a:focus-visible {
    background: var(--ec-surface-selected) !important;
    color: var(--ec-brand-blue-800);
  }

  .header-links a[class^="ico-"]::before,
  .header-links a[class*=" ico-"]::before {
    content: "";
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .header-links .ico-account::before,
  .header-links .ico-register::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5.33 0-8 2.67-8 5v2h16v-2c0-2.33-2.67-5-8-5Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5.33 0-8 2.67-8 5v2h16v-2c0-2.33-2.67-5-8-5Z'/%3E%3C/svg%3E");
  }

  .header-links .ico-login::before,
  .header-links .ico-logout::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 4H4v16h6v-2H6V6h4V4Zm4.59 3.59L16 9l-2 2H8v2h6l2 2-1.41 1.41L20 12l-5.41-4.41Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 4H4v16h6v-2H6V6h4V4Zm4.59 3.59L16 9l-2 2H8v2h6l2 2-1.41 1.41L20 12l-5.41-4.41Z'/%3E%3C/svg%3E");
  }

  .header-links .ico-wishlist::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21 3.6 12.8A5.5 5.5 0 0 1 11.4 5L12 5.6l.6-.6a5.5 5.5 0 0 1 7.8 7.8L12 21Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21 3.6 12.8A5.5 5.5 0 0 1 11.4 5L12 5.6l.6-.6a5.5 5.5 0 0 1 7.8 7.8L12 21Z'/%3E%3C/svg%3E");
  }

  .header-links .ico-cart::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4H2v2h3l2.4 9.6A2 2 0 0 0 9.34 17H18v-2H9.34l-.5-2H18a2 2 0 0 0 1.94-1.52L21 7H7.34L7 4Zm2 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm9 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4H2v2h3l2.4 9.6A2 2 0 0 0 9.34 17H18v-2H9.34l-.5-2H18a2 2 0 0 0 1.94-1.52L21 7H7.34L7 4Zm2 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm9 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E");
  }

  .header-links .wishlist-qty,
  .header-links .cart-qty,
  .header-links .inbox-unread {
    margin-inline-start: auto;
    color: var(--ec-brand-blue-800);
    font-size: .75rem;
    font-weight: 700;
  }

  .header-lower {
    display: block;
    width: 100%;
    margin: 0;
    padding-block: 12px 18px;
  }

  .header-logo {
    margin: 0 0 14px;
    padding: 0;
    text-align: center;
  }

  .header-logo a,
  .header-logo a img {
    max-width: 220px;
  }

  .search-box {
    width: 100%;
  }

  /* ---------------------------------------------------------------
     PRODUCT SMART TABS — VERTICAL DISCLOSURE ACCORDION
     --------------------------------------------------------------- */

  :where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs).ec-product-tabs-enhanced {
    width: 100%;
    margin-block: var(--ec-space-6);
    overflow: visible;
  }

  :where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs).ec-product-tabs-enhanced
  :where(.nav-tabs,.smart-tabs-nav,.smarttabs-nav,[role="tablist"],.ec-smart-tabs-original-title) {
    display: none !important;
  }

  :where(.smart-tabs,.smarttabs,.nopstation-smart-tabs,.product-smart-tabs).ec-product-tabs-enhanced
  :where(.tab-content,.smart-tabs-content,.smarttabs-content) {
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .ec-product-accordion__heading {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .ec-product-accordion__heading[hidden] {
    display: none !important;
  }

  .ec-product-accordion__trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin: 0;
    border: 1px solid var(--ec-border);
    border-radius: var(--ec-radius-md);
    background: var(--ec-surface);
    padding: 12px 48px 12px 14px;
    color: var(--ec-text-strong);
    font: inherit;
    font-size: .9375rem;
    font-weight: 650;
    line-height: 1.3;
    text-align: start;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  [dir="rtl"] .ec-product-accordion__trigger {
    padding: 12px 14px 12px 48px;
  }

  .ec-product-accordion__trigger::after {
    content: "";
    position: absolute;
    inset-inline-end: 17px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-inline-end: 2px solid #748191;
    border-block-end: 2px solid #748191;
    transform: translateY(-68%) rotate(45deg);
    transition: transform .16s ease, border-color .16s ease;
  }

  .ec-product-accordion__trigger:hover,
  .ec-product-accordion__trigger:focus-visible {
    border-color: var(--ec-brand-blue-500);
    background: var(--ec-surface-selected);
    color: var(--ec-brand-blue-800);
  }

  .ec-product-accordion__trigger[aria-expanded="true"] {
    border-color: var(--ec-brand-blue-500);
    border-radius: var(--ec-radius-md) var(--ec-radius-md) 0 0;
    background: var(--ec-surface-selected);
    color: var(--ec-brand-blue-800);
  }

  .ec-product-accordion__trigger[aria-expanded="true"]::after {
    border-color: var(--ec-brand-blue-800);
    transform: translateY(-28%) rotate(225deg);
  }

  .ec-product-accordion__panel {
    display: none !important;
    width: 100%;
    min-width: 0;
    margin: 0 0 8px !important;
    overflow: visible !important;
    border: 1px solid var(--ec-brand-blue-300) !important;
    border-top: 0 !important;
    border-radius: 0 0 var(--ec-radius-md) var(--ec-radius-md) !important;
    background: var(--ec-surface) !important;
    padding: 16px !important;
    color: var(--ec-text) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    overflow-anchor: none;
  }

  .ec-product-accordion__panel[data-ec-expanded="true"] {
    display: block !important;
  }

  .ec-product-accordion__panel > :first-child {
    margin-top: 0 !important;
  }

  .ec-product-accordion__panel > :last-child {
    margin-bottom: 0 !important;
  }

  .ec-product-accordion__panel img {
    max-width: 100%;
    height: auto;
  }

  .ec-product-accordion__panel :where(.table-wrapper,table) {
    max-width: 100%;
  }

  .ec-product-accordion__panel .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 340px) {
  .header-links ul {
    grid-template-columns: 1fr;
  }

  .header-links li,
  #topcartlink,
  .header-links li:nth-child(2n),
  .header-links li:nth-last-child(-n + 2) {
    grid-column: auto;
    border-inline-end: 0;
    border-block-end: 1px solid var(--ec-border-subtle);
  }

  .header-links li:last-child {
    border-block-end: 0;
  }
}

/*
====================================================================
 elektrikcim.net — Faz 7.1 SmartTabs stability + native gallery layer
 Scope:
   - Do not remove a SmartTabs heading after Lazy/AJAX returns no content
   - Keep same-heading close and one-open-at-a-time behavior
   - Eliminate repeated forced scrolling and hash jumps
   - Standardize nopCommerce native multi-image gallery on mobile/tablet
   - Neutralize stale CloudZoom overlays while BSS Picture Zoom is disabled
 Desktop SmartTabs and native Magnific Popup remain unchanged.
====================================================================
*/

/* No-content responses remain visible and understandable; the heading does not vanish. */
@media (max-width: 900px) {
  .ec-product-tabs-enhanced,
  .ec-product-accordion__heading,
  .ec-product-accordion__trigger,
  .ec-product-accordion__panel {
    box-sizing: border-box;
    max-width: 100%;
  }

  .ec-product-accordion__panel[data-ec-empty="true"] {
    border-color: var(--ec-border) !important;
    background: var(--ec-surface-soft) !important;
    color: var(--ec-text-muted) !important;
  }

  .ec-product-accordion__panel[data-ec-empty="true"]
  :where(.no-data,.no-content,.smart-tab-empty) {
    margin: 0;
    padding: 4px 0;
    color: var(--ec-text-muted);
    font-style: normal;
    text-align: start;
  }

  /* Native nopCommerce gallery: one stable square stage and horizontal thumbnails. */
  .product-details-page .gallery,
  .product-details-page .picture-gallery {
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .product-details-page .gallery .picture {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .product-details-page .gallery .picture > a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-width: 0;
  }

  .product-details-page .gallery .picture img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .product-details-page .picture-gallery .picture-thumbs,
  .product-details-page .video-gallery .video-thumbs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
    padding: 2px 2px 8px;
    -webkit-overflow-scrolling: touch;
  }

  .product-details-page .picture-gallery .picture-thumbs .thumb-item,
  .product-details-page .video-gallery .video-thumbs .thumb-item {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    scroll-snap-align: start;
  }

  .product-details-page .picture-gallery .picture-thumbs .thumb-item img,
  .product-details-page .video-gallery .video-thumbs .thumb-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* Safety net for a stale/cached Picture Zoom layer. */
  .html-product-details-page :where(
    .cloudzoom-zoom,
    .cloudzoom-zoom-inside,
    .cloudzoom-blank,
    .cloudzoom-lens,
    .cloudzoom-caption
  ) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 380px) {
  .product-details-page .picture-gallery .picture-thumbs .thumb-item,
  .product-details-page .video-gallery .video-thumbs .thumb-item {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }
}
