/* NeonCart overrides — header, hero, product images, mobile */

/* ========== HEADER TOP ========== */
.electronic_header .header_top {
  min-height: auto !important;
  padding: 18px 0 !important;
  display: block !important; /* avoid breaking Bootstrap row */
}

.electronic_header .brand_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.electronic_header .brand_logo .brand_link img {
  max-height: 72px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}
.electronic_footer .brand_logo img,
.sidebar_mobile_menu .brand_logo img {
  max-height: 68px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
.nc-admin-logo {
  max-height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}

/* ========== PRODUCT DETAILS META (SKU + categories) ========== */
.nc_product_meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.nc_product_meta_row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}
.nc_product_meta_row:last-child {
  margin-bottom: 0;
}
.nc_meta_label {
  flex: 0 0 88px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8a8a;
  line-height: 1.2;
}
.nc_meta_value {
  font-size: 14px;
  color: #414141;
  line-height: 1.5;
  padding-top: 4px;
}
.nc_meta_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}
.nc_meta_cats > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.nc_meta_cats > li:after {
  display: none !important;
}
.nc_meta_cats a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #414141 !important;
  background: #f7f8fa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.nc_meta_cats a:hover {
  color: #0063d1 !important;
  border-color: #0063d1;
  background: #f7fbff;
}
@media screen and (max-width: 575px) {
  .nc_product_meta_row {
    flex-direction: column;
    gap: 8px;
  }
  .nc_meta_label {
    flex: none;
    margin-top: 0;
  }
}

/* Search without category select */
.electronic_header .nc_search_bar {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
.electronic_header .nc_search_bar .form_item {
  width: auto !important;
  flex: 1 1 auto;
  margin: 0 !important;
}
.electronic_header .nc_search_bar .form_item input {
  width: 100%;
  height: 54px !important;
  border: 0 !important;
  padding: 0 18px;
}
.electronic_header .nc_search_bar .submit_btn {
  width: 54px !important;
  height: 54px !important;
  line-height: 54px !important;
  flex: 0 0 54px;
  margin: 0 !important;
}

/* Keep theme Login/Cart button look (don't strip borders) */
.electronic_header .electronic_action_btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.electronic_header .electronic_action_btns > li {
  margin: 0 !important;
}
.electronic_header .electronic_action_btns .cart_btn {
  position: relative;
  cursor: pointer;
  /* inherit theme button styles from .electronic_action_btns button */
}

/* ========== HEADER BOTTOM NAV ========== */
.electronic_header .header_bottom {
  min-height: 58px !important;
  padding: 8px 0 !important;
}
.electronic_header .header_bottom .main_menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
}
.electronic_header .header_bottom .main_menu > ul > li {
  margin-right: 18px;
  padding-right: 18px;
}
.electronic_header .header_bottom .main_menu > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.electronic_header .menu_item_has_child .submenu {
  min-width: 240px;
  border-top: 2px solid #0063d1;
  z-index: 99;
}
.electronic_header .menu_item_has_child .submenu > li > a {
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 18px;
}
.electronic_header .nc_header_cta {
  text-decoration: none;
  display: block;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.electronic_header .nc_header_cta:hover {
  border-color: #0063d1;
  background-color: #f7fbff;
}
.electronic_header .nc_header_cta h3,
.electronic_header .nc_header_cta span {
  margin: 0;
}

/* ========== DESIGN TOKENS ========== */
:root {
  --nc-hero-h: 420px;
  --nc-cats-btn-h: 48px;
  --nc-ad-h: 280px;
  --nc-banner-bg: #eef2f6;
  --nc-side-gap: 16px;
}

/* ========== HERO / SLIDER ========== */
.nc_hero_row {
  align-items: stretch;
}

/* All Categories: same total height as banner + side column */
.nc_hero_cats .alldepartments_menu_wrap {
  display: flex;
  flex-direction: column;
  height: var(--nc-hero-h);
}
.nc_hero_cats .alldepartments_btn {
  width: 100%;
  flex: 0 0 auto;
  min-height: var(--nc-cats-btn-h);
  height: auto;
  line-height: 1.2;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.nc_hero_cats .alldepartments_dropdown.show_lg {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.nc_hero_cats .alldepartments_dropdown .card {
  flex: 1 1 auto;
  max-height: none;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.nc_hero_cats .alldepartments_menulist {
  flex: 1 1 auto;
  overflow-y: auto;
  margin: 0;
  padding: 4px 12px !important;
}
.nc_hero_cats .alldepartments_menulist > li > a {
  font-size: 12.5px;
  line-height: 1.25;
  padding: 7px 10px;
  display: block;
}

/* Banner slider: fixed frame matching --nc-hero-h */
.nc_banner_slider {
  height: var(--nc-hero-h);
}
.nc_banner_slider.electronic_slider .item {
  display: block !important;
  min-height: 0 !important;
  height: var(--nc-hero-h) !important;
  padding: 0 !important;
  align-items: unset !important;
}
.nc_banner_slider .nc_banner_frame {
  display: block;
  height: var(--nc-hero-h);
  overflow: hidden;
  background: var(--nc-banner-bg);
  border-radius: 2px;
}
.nc_banner_slider .nc_banner_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.nc_banner_slider .slick-progress {
  bottom: 0;
}

.nc_side_banners {
  display: flex;
  flex-direction: column;
  gap: var(--nc-side-gap);
  height: var(--nc-hero-h);
}
.nc_side_banners .advertisement_image {
  flex: 1 1 0;
  margin: 0 !important;
  overflow: hidden;
  background: var(--nc-banner-bg);
  min-height: 0;
}
.nc_side_banners .advertisement_image a,
.nc_side_banners .advertisement_image img {
  display: block;
  width: 100%;
  height: 100%;
}
.nc_side_banners .advertisement_image img {
  object-fit: cover;
  object-position: center;
}

/* ========== COLLABORATIONS (circular brands) ========== */
.nc_collaborations_section {
  padding-top: 8px;
}
.nc_collaborations_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.nc_collaborations_title {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.nc_collaborations_more {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0063d1;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.nc_collaborations_more:hover {
  color: #0d1421;
}
.nc_collaborations_page {
  padding-top: 20px;
}
.nc_collaborations_grid--page > li {
  width: 25%;
}
.nc_collaborations_grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nc_collaborations_grid > li {
  width: 25%;
  padding: 8px 12px 18px;
  list-style: none;
}
.nc_collaborations_carousel_wrap {
  position: relative;
  padding: 0 48px;
}
.nc_collaborations_carousel {
  margin: 0 -8px;
}
.nc_collab_slide {
  padding: 8px 12px 18px;
}
.nc_collab_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  color: #152033;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.nc_collab_arrow:hover {
  border-color: #0063d1;
  color: #0063d1;
  box-shadow: 0 6px 16px rgba(0, 99, 209, 0.12);
}
.nc_collab_prev { left: 0; }
.nc_collab_next { right: 0; }
.nc_collab_arrow i {
  font-size: 18px;
  line-height: 1;
}
.nc_collab_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.nc_collab_circle_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
  padding: 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.nc_collab_circle:hover .nc_collab_circle_inner {
  border-color: #0063d1;
  box-shadow: 0 8px 20px rgba(0, 99, 209, 0.12);
  transform: translateY(-2px);
}
.nc_collab_circle_inner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.nc_collab_name {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-align: center;
  line-height: 1.25;
  max-width: 148px;
}

@media screen and (max-width: 991px) {
  .nc_collaborations_title {
    font-size: 24px;
  }
  .nc_collaborations_grid > li {
    width: 33.333%;
  }
  .nc_collaborations_carousel_wrap {
    padding: 0 40px;
  }
  .nc_collab_circle_inner {
    width: 128px;
    height: 128px;
    padding: 14px;
  }
}

@media screen and (max-width: 575px) {
  .nc_collaborations_title {
    font-size: 24px;
  }
  .nc_collaborations_grid > li {
    width: 50%;
  }
  .nc_collaborations_carousel_wrap {
    padding: 0 44px;
  }
  .nc_collaborations_carousel {
    margin: 0;
  }
  .nc_collaborations_head {
    margin-bottom: 16px;
  }
  .nc_collab_arrow {
    width: 44px;
    height: 44px;
  }
  .nc_collab_arrow i {
    font-size: 17px;
  }
  .nc_collab_prev { left: 4px; }
  .nc_collab_next { right: 4px; }
  .nc_collab_circle_inner {
    width: 120px;
    height: 120px;
    padding: 14px;
  }
  .nc_collab_name {
    font-size: 13px;
    max-width: 120px;
  }
  .nc_collab_slide {
    padding: 6px 6px 14px;
  }
}

/* Mid-page advertisement pair — equal frame heights */
.advertisement_section .row {
  align-items: stretch;
}
.advertisement_section .row > [class*="col-"] {
  display: flex;
}
.advertisement_section .advertisement_image {
  flex: 1 1 auto;
  width: 100%;
  min-height: var(--nc-ad-h);
  overflow: hidden;
  background: var(--nc-banner-bg);
  margin: 0 !important;
}
.advertisement_section .advertisement_image a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.advertisement_section .advertisement_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Section titles: keep words from visually colliding on clip-path */
.electronic_section_title .title_text {
  padding-right: 32px;
}
.electronic_section_title .title_text strong {
  margin-right: 0.3em;
}

/* Premium Products heading (replaces Featured/On Sale/Top Rated tabs) */
.nc_premium_heading {
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: 2px solid #ebebeb;
  text-align: right;
}
.nc_premium_heading .title_text {
  font-size: 20px;
  font-weight: 700;
  color: #0063d1;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .nc_premium_heading {
    text-align: left;
  }
}

/* ========== PRODUCT IMAGES — full product, clean white stage ========== */
.electronic_product_item .item_image {
  min-height: 240px !important;
  height: 240px;
  padding: 12px;
  background-color: #ffffff !important;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.electronic_product_item .item_image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.electronic_product_item .item_image img {
  max-height: none !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  transition: transform 0.25s ease;
  background: transparent;
}
.electronic_product_item:hover .item_image img {
  transform: scale(1.04);
}

/* Deals sidebar product image */
.electronic_deals_item .item_image {
  background: #ffffff;
  padding: 12px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.electronic_deals_item .item_image img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
}

/* Category wraps */
.electronic_category_wrap .image_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 12px;
  background: #ffffff !important;
}
.electronic_category_wrap .image_wrap img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Product details gallery */
.electronic_details .details_image img,
.electronic_details .small_img img,
.details_image img {
  object-fit: contain !important;
  background: #ffffff;
}

/* Cart / checkout thumbs */
.cart_product .item_image,
.cart_sidebar .item_image {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart_product .item_image img,
.cart_sidebar .item_image img {
  object-fit: contain !important;
  max-width: 100%;
  max-height: 100%;
  background: transparent;
}

/* Footer small products */
.footer_recent_post .electronic_product_small .item_image img {
  object-fit: contain !important;
}

/* Shop trending thumbs */
.etp_small_item .item_image img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}

/* ---------- Tablet ---------- */
@media screen and (max-width: 1280px) {
  :root {
    --nc-hero-h: 360px;
    --nc-ad-h: 240px;
  }
  .electronic_header .header_bottom .main_menu > ul > li {
    margin-right: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --nc-hero-h: 360px;
  }
  .electronic_header .header_bottom .main_menu > ul > li:after {
    display: none;
  }
}

/* ---------- Mobile ---------- */
@media screen and (max-width: 991px) {
  :root {
    --nc-hero-h: 280px;
    --nc-ad-h: 180px;
    --nc-side-gap: 12px;
  }

  .electronic_header .header_top {
    padding: 12px 0 !important;
  }

  .electronic_header .brand_logo {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    width: 100%;
  }

  .electronic_header .brand_logo .brand_link {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none !important;
  }

  .electronic_header .brand_logo .brand_link img {
    max-height: 58px;
    max-width: min(190px, 52vw);
    width: auto;
    height: auto;
  }

  /* Theme sets display:block which stacks icons — force a single row */
  .electronic_header .mh_action_btns,
  .mh_action_btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end;
    gap: 2px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex: 0 0 auto;
    width: auto !important;
  }

  .electronic_header .mh_action_btns > li,
  .mh_action_btns > li {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
  }

  .electronic_header .mh_action_btns > li > button,
  .mh_action_btns > li > button {
    width: 52px !important;
    height: 52px !important;
    flex-shrink: 0;
    font-size: 18px !important;
  }

  .sidebar_mobile_menu {
    max-width: 320px;
    width: 86vw;
    /* Theme uses right:-320px with width:300px; our wider 86vw peeks on iPhone */
    right: 0 !important;
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }

  .sidebar_mobile_menu.active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .cart_sidebar {
    right: 0 !important;
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
    pointer-events: none;
  }

  .cart_sidebar.active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .sidebar_mobile_menu .mobile_menu_list > ul > li > a {
    font-size: 15px;
    padding: 12px 0;
  }

  .sidebar_mobile_menu .form_item input {
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 14px;
  }

  /* Cats accordion: height auto when collapsed (theme show_lg) */
  .nc_hero_cats {
    margin-bottom: 16px;
  }
  .nc_hero_cats .alldepartments_menu_wrap {
    height: auto;
  }
  .nc_hero_cats .alldepartments_dropdown.show_lg:not(.show) {
    display: none !important;
  }
  .nc_hero_cats .alldepartments_dropdown.show {
    display: flex !important;
    flex-direction: column;
  }
  .nc_hero_cats .alldepartments_dropdown.show .card {
    max-height: 220px;
    height: auto;
    overflow-y: auto;
  }

  .nc_banner_slider {
    margin: 0 0 16px !important;
  }

  .nc_side_banners {
    flex-direction: row;
    height: auto;
    min-height: 0;
    gap: 10px;
    margin-top: 10px;
  }
  .nc_side_banners .advertisement_image {
    flex: 1 1 0;
    min-height: 120px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
  }

  .advertisement_section .row > [class*="col-"] {
    display: block;
  }
  .advertisement_section .advertisement_image {
    min-height: var(--nc-ad-h);
    height: var(--nc-ad-h);
    margin-bottom: 12px !important;
    border-radius: 8px;
    overflow: hidden;
  }

  .electronic_product_item .item_image {
    min-height: 200px !important;
    height: 200px;
    padding: 12px;
  }

  .electronic_product_columns.has_3columns > li,
  .electronic_product_columns.has_4columns > li,
  .electronic_product_columns.has_5columns > li {
    width: 50%;
  }

  .electronic_newsletter .form_item {
    flex-wrap: wrap;
  }
  .electronic_newsletter .form_item input,
  .electronic_newsletter .form_item .custom_btn {
    width: 100%;
  }
  .electronic_newsletter .form_item .custom_btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --nc-hero-h: min(72vw, 300px);
    --nc-ad-h: 180px;
    --nc-side-gap: 0px;
  }

  html {
    font-size: 17px;
  }

  body {
    font-size: 17px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  /* Full-bleed 2-up product grid */
  .electronic_product_columns.has_3columns > li,
  .electronic_product_columns.has_4columns > li,
  .electronic_product_columns.has_5columns > li {
    width: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .electronic_product_columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .electronic_product_item {
    border-radius: 0;
    overflow: hidden;
  }

  .electronic_product_item .item_image {
    min-height: 200px !important;
    height: 200px !important;
    padding: 12px !important;
  }

  .electronic_product_item .item_content {
    padding: 14px 12px 16px !important;
  }

  .electronic_product_item .item_title,
  .electronic_product_item .item_name {
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600;
  }

  .electronic_product_item .item_price {
    font-size: 17px !important;
    font-weight: 700;
    margin-top: 6px;
  }

  /* Side ads: edge-to-edge twins */
  .nc_side_banners {
    flex-direction: row !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0;
    margin-top: 0;
  }

  .nc_side_banners .advertisement_image {
    flex: 1 1 0;
    height: 140px !important;
    min-height: 140px !important;
    border-radius: 0;
    overflow: hidden;
    margin: 0 !important;
  }

  .nc_banner_slider,
  .nc_banner_slider .nc_banner_frame,
  .nc_banner_slider.electronic_slider .item {
    border-radius: 0;
    overflow: hidden;
  }

  .cart_section .cart_table,
  .checkout_section .checkout_table {
    overflow-x: auto;
  }

  .breadcrumb_section {
    min-height: 150px !important;
  }

  .nc_breadcrumb.breadcrumb_section {
    min-height: 140px !important;
  }

  .breadcrumb_section .page_title,
  .breadcrumb_section h1 {
    font-size: 30px !important;
    letter-spacing: -0.02em;
  }
}

/* ========== PRODUCT DETAIL PAGE (PDP) ==========
   Redesign-preserve: electronic blue accent #0063d1
   Dials: VARIANCE 5 / MOTION 3 / DENSITY 4
   Motion = CSS transitions only (Blade stack, not React)
*/
.nc_pdp {
  --nc-pdp-accent: #0063d1;
  --nc-pdp-radius: 8px;
  --nc-pdp-ease: cubic-bezier(0.16, 1, 0.3, 1);
  padding-bottom: 48px;
}

.nc_pdp_gallery {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: var(--nc-pdp-radius);
  padding: 16px;
}

.nc_pdp_main_image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  background: #fff;
  border-radius: calc(var(--nc-pdp-radius) - 2px);
  overflow: hidden;
}

.nc_pdp_main_image img {
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nc_pdp_main_image--empty {
  min-height: 320px;
  background: #f7f8fa;
}

.nc_pdp_thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0 !important;
  padding: 0;
  list-style: none;
}

.nc_pdp_thumbs > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.nc_pdp_thumbs a {
  display: block;
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.25s var(--nc-pdp-ease), box-shadow 0.25s var(--nc-pdp-ease);
  cursor: pointer;
}

.nc_pdp_thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nc_pdp_thumbs a:hover,
.nc_pdp_thumbs a.active {
  border-color: var(--nc-pdp-accent);
  box-shadow: 0 0 0 1px var(--nc-pdp-accent);
}

.nc_pdp_buybox .item_brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8a8a8a;
}

.nc_pdp_status_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.nc_pdp_stock {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 4px;
}

.nc_pdp_stock.is-in {
  color: #1a7a3c;
  background: #eaf7ef;
}

.nc_pdp_stock.is-out {
  color: #a33a3a;
  background: #fceeee;
}

.nc_pdp_title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #222 !important;
  margin: 0 0 12px !important;
}

.nc_pdp_rating {
  gap: 12px;
  margin-bottom: 14px !important;
}

.nc_pdp_reviews_link {
  border: 0;
  background: none;
  padding: 0;
  font-size: 14px;
  color: var(--nc-pdp-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.nc_pdp_reviews_link:hover {
  color: #004ea8;
}

.nc_pdp_short {
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0 0 18px;
}

.nc_pdp_price_row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin-bottom: 22px !important;
}

.nc_pdp_price_row strong {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  font-variant-numeric: tabular-nums;
}

.nc_pdp_price_row del {
  font-size: 16px;
  color: #9a9a9a;
}

.nc_pdp_save {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #1a7a3c;
  background: #eaf7ef;
  border-radius: 4px;
}

.nc_pdp_cart_form .btns_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px !important;
}

.nc_pdp_cart_form .quantity_input {
  min-width: 110px;
}

.nc_pdp_cart_form .quantity_input input {
  height: 48px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  text-align: center;
  font-weight: 600;
}

.nc_pdp_atc {
  min-height: 48px;
  padding: 0 28px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  transition: transform 0.15s var(--nc-pdp-ease), background-color 0.2s ease !important;
  cursor: pointer;
}

.nc_pdp_atc:hover:not(:disabled) {
  transform: translateY(-1px);
}

.nc_pdp_atc:active:not(:disabled) {
  transform: translateY(1px) scale(0.98);
}

.nc_pdp_atc:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.nc_pdp_trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 8px !important;
  padding: 14px 0 0;
  border-top: 1px solid #eee;
  list-style: none;
}

.nc_pdp_trust > li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  color: #5a5a5a;
  list-style: none;
}

.nc_pdp_trust > li i {
  color: var(--nc-pdp-accent);
  font-size: 15px;
}

/* Step indicator + tabs */
.nc_pdp_details {
  margin-top: 8px;
  padding: 28px 28px 32px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: var(--nc-pdp-radius);
}

.nc_pdp_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.nc_pdp_step {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #b0b0b0;
}

.nc_pdp_step.is-active {
  color: var(--nc-pdp-accent);
}

.nc_pdp_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 24px !important;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}

.nc_pdp_tabs > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.nc_pdp_tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 600;
  color: #6a6a6a !important;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  transition: color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.nc_pdp_tabs a:hover {
  color: #222 !important;
}

.nc_pdp_tabs a.active {
  color: var(--nc-pdp-accent) !important;
  border-bottom-color: var(--nc-pdp-accent);
}

.nc_pdp_tab_count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: #5a5a5a;
  background: #f0f2f5;
  border-radius: 999px;
}

.nc_pdp_tabs a.active .nc_pdp_tab_count {
  color: #fff;
  background: var(--nc-pdp-accent);
}

.nc_pdp_prose {
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.75;
  color: #414141;
}

.nc_pdp_prose p {
  margin-bottom: 1em;
}

.nc_pdp_prose ul,
.nc_pdp_prose ol {
  margin: 0 0 1em 1.2em;
}

.nc_pdp_prose img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.nc_pdp_empty {
  margin: 0;
  font-size: 15px;
  color: #7a7a7a;
}

/* Reviews */
.nc_pdp_reviews {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
}

.nc_pdp_review {
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
}

.nc_pdp_review:first-child {
  padding-top: 0;
}

.nc_pdp_review:last-child {
  border-bottom: 0;
}

.nc_pdp_review_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.nc_pdp_review_head time {
  font-size: 13px;
  color: #8a8a8a;
}

.nc_pdp_review_title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.nc_pdp_review_body {
  margin: 0 0 8px;
  max-width: 65ch;
  font-size: 14px;
  line-height: 1.65;
  color: #4a4a4a;
}

.nc_pdp_review_author {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #6a6a6a;
}

.nc_pdp_review_form_wrap {
  margin-top: 8px;
  padding: 22px;
  background: #f7f9fc;
  border: 1px solid #e8eef5;
  border-radius: var(--nc-pdp-radius);
}

.nc_pdp_form_title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.nc_pdp_review_form .form_item {
  margin-bottom: 16px;
}

.nc_pdp_review_form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.nc_pdp_review_form .nc_optional {
  font-weight: 400;
  color: #8a8a8a;
}

.nc_pdp_review_form input,
.nc_pdp_review_form select,
.nc_pdp_review_form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  color: #222;
  background: #fff;
  border: 1px solid #d5dbe3;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nc_pdp_review_form textarea {
  min-height: 120px;
  resize: vertical;
}

.nc_pdp_review_form input:focus,
.nc_pdp_review_form select:focus,
.nc_pdp_review_form textarea:focus {
  outline: none;
  border-color: var(--nc-pdp-accent);
  box-shadow: 0 0 0 3px rgba(0, 99, 209, 0.15);
}

.nc_pdp_review_form .custom_btn {
  min-height: 44px;
  border-radius: 6px !important;
  font-weight: 700 !important;
  cursor: pointer;
}

/* Related */
.nc_pdp_related {
  padding: 40px 0 56px;
  background: #fafbfc;
}

.nc_pdp_related .electronic_section_title {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .nc_pdp_main_image {
    min-height: 320px;
  }

  .nc_pdp_title {
    font-size: 24px !important;
  }

  .nc_pdp_details {
    padding: 20px 16px 24px;
  }
}

@media screen and (max-width: 575px) {
  .nc_pdp_main_image {
    min-height: 260px;
  }

  .nc_pdp_main_image img {
    max-height: 300px;
  }

  .nc_pdp_thumbs a {
    width: 56px;
    height: 56px;
  }

  .nc_pdp_price_row strong {
    font-size: 24px;
  }

  .nc_pdp_cart_form .btns_group {
    flex-direction: column;
    align-items: stretch;
  }

  .nc_pdp_atc {
    width: 100%;
  }

  .nc_pdp_trust {
    flex-direction: column;
    gap: 8px;
  }

  .nc_pdp_tabs a {
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc_pdp_thumbs a,
  .nc_pdp_atc,
  .nc_pdp_tabs a,
  .nc_pdp_review_form input,
  .nc_pdp_review_form select,
  .nc_pdp_review_form textarea,
  .nc_meta_cats a {
    transition: none !important;
  }

  .nc_pdp_atc:hover:not(:disabled),
  .nc_pdp_atc:active:not(:disabled) {
    transform: none;
  }
}

/* ========== CHECKOUT FORMS ==========
   Override theme side-label layout (padding-left:180px + absolute titles)
   which breaks inside Bootstrap half-columns.
*/
.nc_checkout {
  --nc-co-accent: #0063d1;
  --nc-co-radius: 8px;
  --nc-co-border: #d8dee8;
  --nc-co-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.nc_checkout .checkout_step {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px !important;
  padding: 0;
  list-style: none;
}

.nc_checkout .checkout_step > li {
  flex: 1 1 0;
  width: auto !important;
  min-width: 140px;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.nc_checkout .checkout_step a,
.nc_checkout .checkout_step > li > span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #6a6a6a !important;
  background: #f5f7fa !important;
  border: 1px solid #e4e8ef !important;
  border-radius: var(--nc-co-radius) !important;
  text-decoration: none !important;
  transition: background-color 0.2s var(--nc-co-ease), border-color 0.2s var(--nc-co-ease), color 0.2s var(--nc-co-ease);
}

.nc_checkout .checkout_step a span,
.nc_checkout .checkout_step > li > span > span {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: inherit !important;
  opacity: 1 !important;
}

.nc_checkout .checkout_step .active a,
.nc_checkout .checkout_step .active > span {
  color: #fff !important;
  background: var(--nc-co-accent) !important;
  border-color: var(--nc-co-accent) !important;
}

.nc_checkout .checkout_step .activated a {
  color: #fff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.nc_checkout_login_hint {
  padding: 14px 18px;
  font-size: 14px;
  color: #4a4a4a;
  background: #f7f9fc;
  border: 1px solid #e4e8ef;
  border-radius: var(--nc-co-radius);
}

.nc_checkout_login_hint a {
  font-weight: 700;
  color: var(--nc-co-accent) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nc_billing_form .form_title {
  margin: 0 0 16px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

.nc_billing_form .form_wrap {
  padding: 28px !important;
  background: #fff;
  border: 1px solid #e4e8ef !important;
  border-radius: var(--nc-co-radius);
}

/* Kill absolute side-label layout */
.nc_billing_form .form_item,
.nc_billing_form .option_select,
.nc_billing_form .checkbox_item {
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 18px !important;
}

.nc_billing_form .form_item .input_title,
.nc_billing_form .option_select .input_title {
  position: static !important;
  display: block !important;
  top: auto !important;
  left: auto !important;
  max-width: none !important;
  margin: 0 0 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #333 !important;
}

.nc_billing_form .form_item .input_title .nc_optional {
  font-weight: 400;
  color: #8a8a8a;
}

.nc_billing_form .form_item .input_title sup {
  top: -0.15em;
  color: #c0392b !important;
  font-size: 0.85em;
}

.nc_billing_form .form_item input,
.nc_billing_form .form_item textarea,
.nc_billing_form .form_item select {
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: #222 !important;
  background: #fff !important;
  border: 1px solid var(--nc-co-border) !important;
  border-radius: 6px !important;
  border-bottom: 1px solid var(--nc-co-border) !important;
  transition: border-color 0.2s var(--nc-co-ease), box-shadow 0.2s var(--nc-co-ease) !important;
}

.nc_billing_form .form_item textarea {
  min-height: 110px !important;
  resize: vertical;
}

.nc_billing_form .form_item input:focus,
.nc_billing_form .form_item textarea:focus,
.nc_billing_form .form_item select:focus {
  outline: none !important;
  border-color: var(--nc-co-accent) !important;
  box-shadow: 0 0 0 3px rgba(0, 99, 209, 0.15) !important;
}

.nc_billing_form .form_item input::placeholder,
.nc_billing_form .form_item textarea::placeholder {
  color: #9aa3b2;
  text-transform: none;
}

.nc_checkout_submit {
  margin-top: 24px !important;
  min-height: 48px;
  padding: 0 28px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.nc_checkout_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nc_checkout_nav .custom_btn {
  min-height: 48px;
  border-radius: 6px !important;
  font-weight: 700 !important;
}

/* Shipping / payment method cards */
.nc_method_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px !important;
}

.nc_method_card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 16px 18px !important;
  background: #fafbfc;
  border: 1px solid var(--nc-co-border);
  border-radius: var(--nc-co-radius);
  cursor: pointer;
  transition: border-color 0.2s var(--nc-co-ease), background-color 0.2s var(--nc-co-ease), box-shadow 0.2s var(--nc-co-ease);
}

.nc_method_card:hover {
  border-color: #b8c6dc;
  background: #fff;
}

.nc_method_card:has(input:checked) {
  border-color: var(--nc-co-accent);
  background: #f4f8ff;
  box-shadow: 0 0 0 1px var(--nc-co-accent);
}

.nc_method_card input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--nc-co-accent);
}

.nc_method_body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}

.nc_method_name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.nc_method_meta {
  font-size: 13px;
  color: #6a6a6a;
  line-height: 1.4;
}

.nc_method_price {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  font-variant-numeric: tabular-nums;
}

/* Checkout layout rhythm */
.nc_checkout {
  --nc-co-paper: #f7f8fb;
  --nc-co-ink: #16181d;
  --nc-co-muted: #6b7280;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 99, 209, 0.06), transparent 55%),
    linear-gradient(180deg, #fbfcfe 0%, #ffffff 40%);
}

.nc_checkout_layout {
  align-items: flex-start;
}

.nc_billing_form {
  margin-bottom: 28px !important;
}

.nc_billing_form .form_wrap {
  box-shadow: 0 10px 30px rgba(22, 24, 29, 0.04);
}

/* Order summary sidebar */
.nc_co_summary {
  position: sticky;
  top: 96px;
}

.nc_co_summary_inner {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(22, 24, 29, 0.06);
}

.nc_co_summary_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
}

.nc_co_summary_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.nc_co_summary_count {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 4px 10px;
}

.nc_co_summary_items {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  max-height: 280px;
  overflow-y: auto;
  border-bottom: 1px solid #eef1f6;
}

.nc_co_summary_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}

.nc_co_summary_thumb {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f5f8;
  border: 1px solid #e8ecf2;
}

.nc_co_summary_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc_co_summary_thumb_fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #9aa3b2;
  font-size: 18px;
}

.nc_co_summary_qty {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--nc-co-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid #fff;
}

.nc_co_summary_meta {
  min-width: 0;
  flex: 1 1 auto;
}

.nc_co_summary_name {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--nc-co-ink);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nc_co_summary_line {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  font-variant-numeric: tabular-nums;
}

.nc_co_summary_totals {
  margin: 0;
  padding: 16px 20px 8px;
}

.nc_co_summary_totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
}

.nc_co_summary_totals dt {
  margin: 0;
  color: var(--nc-co-muted);
  font-weight: 500;
}

.nc_co_summary_totals dd {
  margin: 0;
  color: var(--nc-co-ink);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.nc_co_summary_discount dd {
  color: #059669;
}

.nc_co_summary_total {
  margin-top: 6px !important;
  padding-top: 14px !important;
  border-top: 1px dashed #dbe2ec;
}

.nc_co_summary_total dt,
.nc_co_summary_total dd {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--nc-co-ink) !important;
}

.nc_co_summary_total dd span {
  font-size: 13px;
  font-weight: 700;
  color: var(--nc-co-muted);
}

.nc_co_summary_note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 14px 20px 18px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.nc_co_summary_note i {
  color: var(--nc-co-accent);
}

/* Review step */
.nc_review_panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nc_review_block {
  padding: 24px;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(22, 24, 29, 0.04);
}

.nc_review_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.nc_review_kicker {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nc-co-accent);
}

.nc_review_edit {
  flex: 0 0 auto;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--nc-co-accent) !important;
  background: #f0f6ff;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background-color 0.2s var(--nc-co-ease), transform 0.2s var(--nc-co-ease);
}

.nc_review_edit:hover {
  background: #e3efff;
  transform: translateY(-1px);
}

.nc_review_card {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 15px;
  line-height: 1.7;
  color: #414141;
}

.nc_review_person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.nc_review_avatar {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0063d1, #1e3a5f);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.nc_review_name {
  margin: 0 0 2px;
  font-size: 17px;
  font-weight: 700;
  color: var(--nc-co-ink);
}

.nc_review_contact,
.nc_review_address {
  margin: 0;
  color: #556070;
  line-height: 1.55;
}

.nc_review_methods {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nc_review_method {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f7f9fc;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
}

.nc_review_method_icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--nc-co-accent);
  border: 1px solid #e4e8ef;
  font-size: 16px;
}

.nc_review_method_label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #8a94a6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nc_review_method strong {
  font-size: 15px;
  color: var(--nc-co-ink);
}

.nc_review_products {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nc_review_product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
}

.nc_review_product_media {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eef1f6;
}

.nc_review_product_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc_review_product_title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--nc-co-ink);
  line-height: 1.35;
}

.nc_review_product_meta {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

.nc_review_product_total {
  font-size: 15px;
  font-weight: 800;
  color: var(--nc-co-ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.nc_review_place_btn {
  width: 100%;
  min-height: 56px !important;
  font-size: 16px !important;
  border-radius: 12px !important;
}

.nc_review_place_note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  color: #8a94a6;
}

@media screen and (max-width: 991px) {
  .nc_co_summary {
    position: static;
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .nc_billing_form .form_wrap {
    padding: 18px !important;
  }

  .nc_checkout .checkout_step > li {
    flex: 1 1 100%;
  }

  .nc_checkout_nav {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nc_checkout_nav .custom_btn,
  .nc_checkout_submit {
    width: 100%;
    text-align: center;
  }

  .nc_review_block {
    padding: 18px 16px;
  }

  .nc_review_methods {
    grid-template-columns: 1fr;
  }

  .nc_review_product {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .nc_review_product_total {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc_checkout .checkout_step a,
  .nc_billing_form .form_item input,
  .nc_billing_form .form_item textarea,
  .nc_method_card,
  .nc_review_edit {
    transition: none !important;
  }
}

/* ========== FLOATING CHAT (Messenger / WhatsApp) ========== */
.nc_float_chat {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 9990;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.nc_float_chat_btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
  cursor: pointer;
}

.nc_float_chat_btn i {
  font-size: 28px;
  line-height: 1;
}

.nc_float_chat_btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
  color: #fff !important;
}

.nc_float_chat_btn:active {
  transform: translateY(1px) scale(0.98);
}

.nc_float_chat_btn--ms {
  background: #0084ff;
}

.nc_float_chat_btn--wa {
  background: #25d366;
}

@media screen and (max-width: 575px) {
  .nc_float_chat {
    right: 14px;
    bottom: 18px;
  }

  .nc_float_chat_btn {
    width: 52px;
    height: 52px;
  }

  .nc_float_chat_btn i {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc_float_chat_btn,
  .nc_float_chat_btn:hover,
  .nc_float_chat_btn:active {
    transition: none !important;
    transform: none !important;
  }
}

/* Keep scroll-top above floating chat */
body:has(.nc_float_chat) .backtotop {
  bottom: 100px !important;
}

/* ========== BREADCRUMB (gift boxes banner) ========== */
.nc_breadcrumb.breadcrumb_section {
  min-height: 220px !important;
  height: auto;
  padding: 48px 0 36px !important;
  margin: 0;
  background-color: #eef5fb;
  background-image: var(--nc-breadcrumb-bg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #1a1a1a;
  box-shadow: 0 8px 24px rgba(15, 35, 60, 0.08);
}

.nc_breadcrumb .nc_breadcrumb_overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.72) 42%,
    rgba(255, 255, 255, 0.28) 72%,
    rgba(255, 255, 255, 0.08) 100%
  );
}

.nc_breadcrumb .nc_breadcrumb_inner {
  position: relative;
  z-index: 1;
}

.nc_breadcrumb .page_title {
  color: #1a1a1a !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
  text-shadow: none !important;
}

.nc_breadcrumb .breadcrumb_nav li {
  color: #5a5a5a !important;
}

.nc_breadcrumb .breadcrumb_nav li:after {
  background-color: #b0b0b0 !important;
}

.nc_breadcrumb .breadcrumb_nav a {
  color: #0063d1 !important;
}

.nc_breadcrumb .breadcrumb_nav a:hover {
  color: #004ea8 !important;
}

@media screen and (max-width: 991px) {
  .nc_breadcrumb.breadcrumb_section {
    min-height: 180px !important;
    padding: 36px 0 28px !important;
    background-position: 70% center;
  }

  .nc_breadcrumb .page_title {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 575px) {
  .nc_breadcrumb.breadcrumb_section {
    min-height: 150px !important;
    padding: 28px 0 22px !important;
    background-position: 78% center;
  }

  .nc_breadcrumb .page_title {
    font-size: 24px !important;
  }

  .nc_breadcrumb .nc_breadcrumb_overlay {
    background: rgba(255, 255, 255, 0.78);
  }
}

/* ========== SHOP CATALOG ========== */
.nc_shop_section {
  --nc-shop-accent: #0063d1;
  --nc-shop-ink: #1c2430;
  --nc-shop-muted: #6b7280;
  --nc-shop-line: #e6ebf2;
  --nc-shop-surface: #ffffff;
  --nc-shop-soft: #f4f7fb;
  position: relative;
  padding: 48px 0 72px;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(0, 99, 209, 0.06), transparent 55%),
    radial-gradient(ellipse 55% 40% at 100% 8%, rgba(255, 196, 120, 0.08), transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%, #f7f9fc 100%);
}

.nc_shop_layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.nc_shop_sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nc_shop_panel {
  background: var(--nc-shop-surface);
  border: 1px solid var(--nc-shop-line);
  border-radius: 14px;
  padding: 18px 16px 16px;
  box-shadow: 0 10px 28px rgba(28, 36, 48, 0.04);
}

.nc_shop_panel_title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nc-shop-muted);
}

.nc_shop_cats {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nc_shop_cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none !important;
  color: var(--nc-shop-ink) !important;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nc_shop_cat:hover {
  background: var(--nc-shop-soft);
  color: var(--nc-shop-accent) !important;
}

.nc_shop_cat.is-active {
  background: rgba(0, 99, 209, 0.08);
  color: var(--nc-shop-accent) !important;
  font-weight: 700;
}

.nc_shop_cat_name {
  font-size: 14px;
  line-height: 1.35;
}

.nc_shop_cat_count {
  flex: 0 0 auto;
  min-width: 28px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--nc-shop-soft);
  color: var(--nc-shop-muted);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.nc_shop_cat.is-active .nc_shop_cat_count {
  background: var(--nc-shop-accent);
  color: #fff;
}

.nc_shop_price_row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.nc_shop_price_field {
  flex: 1 1 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nc_shop_price_field span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nc-shop-muted);
}

.nc_shop_price_field input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--nc-shop-line);
  border-radius: 10px;
  background: #fff;
  color: var(--nc-shop-ink);
  font-size: 14px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.nc_shop_price_field input:focus {
  border-color: var(--nc-shop-accent);
  box-shadow: 0 0 0 3px rgba(0, 99, 209, 0.12);
}

.nc_shop_price_sep {
  flex: 0 0 auto;
  padding-bottom: 11px;
  color: var(--nc-shop-muted);
  font-weight: 600;
}

.nc_shop_price_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--nc-shop-accent);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.nc_shop_price_btn:hover {
  background: #004ea8;
  color: #fff !important;
}

.nc_shop_main {
  min-width: 0;
}

.nc_shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding: 14px 16px;
  background: var(--nc-shop-surface);
  border: 1px solid var(--nc-shop-line);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(28, 36, 48, 0.035);
}

.nc_shop_count {
  margin: 0;
  font-size: 14px;
  color: var(--nc-shop-muted);
  line-height: 1.4;
}

.nc_shop_count strong {
  color: var(--nc-shop-ink);
  font-weight: 700;
}

.nc_shop_count span {
  color: var(--nc-shop-ink);
}

.nc_shop_sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.nc_shop_sort_label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nc-shop-muted);
  white-space: nowrap;
}

.nc_shop_sort select {
  min-width: 190px;
  height: 40px;
  padding: 0 36px 0 12px;
  border: 1px solid var(--nc-shop-line);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 10px;
  color: var(--nc-shop-ink);
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.nc_shop_sort select:focus {
  border-color: var(--nc-shop-accent);
  box-shadow: 0 0 0 3px rgba(0, 99, 209, 0.12);
}

.nc_shop_grid {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -8px !important;
  padding: 0 !important;
  list-style: none !important;
}

.nc_shop_grid:before,
.nc_shop_grid:after {
  display: none !important;
  content: none !important;
}

.nc_shop_grid > li {
  list-style: none;
  border: 0 !important;
  padding: 8px !important;
}

.nc_shop_grid.has_4columns > li {
  width: 25%;
}

.nc_shop_grid_item {
  animation: ncShopItemIn 0.45s ease both;
  animation-delay: calc(var(--i, 0) * 35ms);
}

.nc_shop_grid_item .electronic_product_item {
  height: 100%;
  background: #fff;
  border: 1px solid var(--nc-shop-line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.nc_shop_grid_item .electronic_product_item:hover {
  border-color: rgba(0, 99, 209, 0.28);
  box-shadow: 0 16px 36px rgba(28, 36, 48, 0.08);
  transform: translateY(-3px);
}

.nc_shop_grid_item .electronic_product_item .item_image {
  border: 0 !important;
  border-bottom: 1px solid #f0f3f7 !important;
  border-radius: 0;
}

.nc_shop_grid_item .electronic_product_item .item_content {
  padding: 14px 14px 16px;
}

.nc_shop_grid_item .electronic_product_item .item_name {
  color: var(--nc-shop-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nc_shop_grid_item .electronic_product_item .item_title {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.35;
}

.nc_shop_grid_item .electronic_product_item .item_price {
  margin-top: 8px;
  color: var(--nc-shop-ink);
  font-weight: 700;
}

.nc_shop_empty {
  width: 100% !important;
  list-style: none;
}

.nc_shop_empty_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 48px 28px;
  background: var(--nc-shop-surface);
  border: 1px dashed var(--nc-shop-line);
  border-radius: 14px;
}

.nc_shop_empty_title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--nc-shop-ink);
}

.nc_shop_empty_text {
  margin: 0 0 8px;
  color: var(--nc-shop-muted);
  font-size: 14px;
}

.nc_shop_empty .nc_shop_price_btn {
  width: auto;
  margin-top: 0;
  padding: 0 20px;
}

.nc_shop_pagination,
.nc_blog_pagination {
  margin-top: 36px;
  margin-bottom: 8px;
  padding-top: 8px;
}

.nc_shop_pagination .pagination_nav,
.nc_blog_pagination .pagination_nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
}

.nc_shop_pagination .pagination_nav li,
.nc_blog_pagination .pagination_nav li {
  padding: 0;
  margin: 0 !important;
}

.nc_shop_pagination .pagination_nav a,
.nc_shop_pagination .pagination_nav span,
.nc_blog_pagination .pagination_nav a,
.nc_blog_pagination .pagination_nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--nc-shop-line, #e6ebf2);
  border-radius: 10px;
  background: #fff;
  color: var(--nc-shop-ink, #1c2430);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nc_shop_pagination .pagination_nav li:hover a,
.nc_blog_pagination .pagination_nav li:hover a {
  color: #fff;
  background-color: var(--nc-shop-accent, #0063d1);
  border-color: var(--nc-shop-accent, #0063d1);
}

.nc_shop_pagination .pagination_nav li.active a,
.nc_blog_pagination .pagination_nav li.active a {
  color: #fff;
  background-color: var(--nc-shop-accent, #0063d1);
  border-color: var(--nc-shop-accent, #0063d1);
  pointer-events: none;
}

.nc_shop_pagination .pagination_nav li.is-disabled span,
.nc_blog_pagination .pagination_nav li.is-disabled span {
  color: #a0a7b4;
  background: #f3f5f8;
  border-color: #e8ecf2;
  cursor: not-allowed;
}

@keyframes ncShopItemIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc_shop_grid_item {
    animation: none;
  }
  .nc_shop_grid_item .electronic_product_item:hover {
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .nc_shop_grid.has_4columns > li {
    width: 33.333%;
  }
}

@media screen and (max-width: 991px) {
  .nc_shop_section {
    padding: 28px 0 48px;
  }

  .nc_shop_layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nc_shop_sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .nc_shop_cats {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 4px;
  }

  .nc_shop_grid.has_4columns > li {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .nc_shop_sidebar {
    grid-template-columns: 1fr;
  }

  .nc_shop_panel {
    padding: 12px;
  }

  .nc_shop_cats {
    max-height: 160px;
  }

  .nc_shop_toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .nc_shop_sort {
    width: 100%;
    justify-content: space-between;
  }

  .nc_shop_sort select {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nc_shop_grid.has_4columns > li {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .nc_shop_grid_item .electronic_product_item .item_image {
    min-height: 180px !important;
    height: 180px;
    padding: 12px;
  }

  .nc_shop_section {
    padding: 22px 0 40px;
  }
}

/* ========== BLOG JOURNAL ========== */
.nc_blog_section,
.nc_article_section {
  --nc-blog-accent: #0063d1;
  --nc-blog-ink: #1c2430;
  --nc-blog-muted: #6b7280;
  --nc-blog-line: #e6ebf2;
  --nc-blog-surface: #ffffff;
  --nc-blog-soft: #f4f7fb;
  position: relative;
  padding: 48px 0 72px;
  background:
    radial-gradient(ellipse 65% 45% at 100% 0%, rgba(0, 99, 209, 0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 10%, rgba(255, 196, 120, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 40%, #f7f9fc 100%);
}

.nc_blog_intro {
  max-width: 640px;
  margin: 0 0 36px;
}

.nc_blog_eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nc-blog-accent);
}

.nc_blog_heading {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--nc-blog-ink);
  letter-spacing: -0.02em;
}

.nc_blog_lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--nc-blog-muted);
}

.nc_blog_featured {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  margin-bottom: 28px;
  background: var(--nc-blog-surface);
  border: 1px solid var(--nc-blog-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(28, 36, 48, 0.05);
}

.nc_blog_featured_media {
  display: block;
  min-height: 320px;
  background: var(--nc-blog-soft);
  overflow: hidden;
}

.nc_blog_featured_media img,
.nc_blog_card_media img,
.nc_article_cover img,
.nc_article_recent_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.nc_blog_featured:hover .nc_blog_featured_media img,
.nc_blog_card:hover .nc_blog_card_media img {
  transform: scale(1.04);
}

.nc_blog_featured_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 34px;
}

.nc_blog_featured_title {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.nc_blog_featured_title a,
.nc_blog_card_title a {
  color: var(--nc-blog-ink) !important;
  text-decoration: none !important;
}

.nc_blog_featured_title a:hover,
.nc_blog_card_title a:hover {
  color: var(--nc-blog-accent) !important;
}

.nc_blog_date {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nc-blog-accent);
}

.nc_blog_excerpt {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--nc-blog-muted);
}

.nc_blog_read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--nc-blog-accent) !important;
  text-decoration: none !important;
  transition: gap 0.18s ease;
}

.nc_blog_read:hover {
  gap: 12px;
  color: #004ea8 !important;
}

.nc_blog_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--nc-blog-accent);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background-color 0.18s ease;
}

.nc_blog_btn:hover {
  background: #004ea8;
  color: #fff !important;
}

.nc_blog_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nc_blog_grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nc_blog_card {
  display: flex;
  flex-direction: column;
  background: var(--nc-blog-surface);
  border: 1px solid var(--nc-blog-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(28, 36, 48, 0.04);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  animation: ncShopItemIn 0.45s ease both;
  animation-delay: calc(var(--i, 0) * 40ms);
}

.nc_blog_card:hover {
  border-color: rgba(0, 99, 209, 0.28);
  box-shadow: 0 16px 36px rgba(28, 36, 48, 0.08);
  transform: translateY(-3px);
}

.nc_blog_card_media {
  display: block;
  height: 200px;
  background: var(--nc-blog-soft);
  overflow: hidden;
}

.nc_blog_card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}

.nc_blog_card_title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.nc_blog_media_fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background:
    linear-gradient(135deg, rgba(0, 99, 209, 0.12), rgba(255, 196, 120, 0.18)),
    var(--nc-blog-soft);
}

.nc_blog_empty {
  padding: 48px 28px;
  background: var(--nc-blog-surface);
  border: 1px dashed var(--nc-blog-line);
  border-radius: 16px;
}

.nc_blog_empty_title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: var(--nc-blog-ink);
}

.nc_blog_empty_text {
  margin: 0 0 16px;
  color: var(--nc-blog-muted);
}

/* ========== ARTICLE PAGE ========== */
.nc_article_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.nc_article_main {
  min-width: 0;
  background: var(--nc-blog-surface);
  border: 1px solid var(--nc-blog-line);
  border-radius: 18px;
  padding: 36px 40px 40px;
  box-shadow: 0 12px 32px rgba(28, 36, 48, 0.04);
}

.nc_article_header {
  margin-bottom: 28px;
}

.nc_article_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--nc-blog-muted);
}

.nc_article_meta time {
  color: var(--nc-blog-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}

.nc_article_dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c5cad3;
}

.nc_article_title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--nc-blog-ink);
}

.nc_article_dek {
  margin: 0;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.65;
  color: var(--nc-blog-muted);
}

.nc_article_cover {
  margin: 0 0 32px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--nc-blog-soft);
}

.nc_article_cover img {
  max-height: 460px;
}

.nc_article_content {
  font-size: 16.5px;
  line-height: 1.8;
  color: #2d3643;
}

.nc_article_content > *:first-child {
  margin-top: 0;
}

.nc_article_content h2,
.nc_article_content h3,
.nc_article_content h4 {
  margin: 1.6em 0 0.55em;
  color: var(--nc-blog-ink);
  font-weight: 800;
  line-height: 1.25;
}

.nc_article_content h2 { font-size: 1.55em; }
.nc_article_content h3 { font-size: 1.28em; }

.nc_article_content p {
  margin: 0 0 1.15em;
}

.nc_article_content a {
  color: var(--nc-blog-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nc_article_content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.2em 0;
}

.nc_article_content ul,
.nc_article_content ol {
  margin: 0 0 1.2em;
  padding-left: 1.3em;
}

.nc_article_content li {
  margin-bottom: 0.4em;
}

.nc_article_content blockquote {
  margin: 1.4em 0;
  padding: 14px 18px;
  border-left: 3px solid var(--nc-blog-accent);
  background: var(--nc-blog-soft);
  border-radius: 0 10px 10px 0;
  color: var(--nc-blog-ink);
  font-style: italic;
}

.nc_article_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--nc-blog-line);
}

.nc_article_related {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--nc-blog-line);
}

.nc_article_related_head {
  margin-bottom: 18px;
}

.nc_article_related_head h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: var(--nc-blog-ink);
}

.nc_article_related_head p {
  margin: 0;
  color: var(--nc-blog-muted);
  font-size: 14px;
}

.nc_article_sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nc_article_panel {
  background: var(--nc-blog-surface);
  border: 1px solid var(--nc-blog-line);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 10px 28px rgba(28, 36, 48, 0.04);
}

.nc_article_panel_title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nc-blog-muted);
}

.nc_article_recent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nc_article_recent_item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-decoration: none !important;
}

.nc_article_recent_thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--nc-blog-soft);
  flex-shrink: 0;
}

.nc_article_recent_copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nc_article_recent_copy time {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nc-blog-accent);
}

.nc_article_recent_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--nc-blog-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nc_article_recent_item:hover .nc_article_recent_title {
  color: var(--nc-blog-accent);
}

.nc_article_recent_empty {
  color: var(--nc-blog-muted);
  font-size: 14px;
}

.nc_article_cta .nc_article_cta_text {
  margin: -6px 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--nc-blog-muted);
}

.nc_article_cta .nc_blog_btn {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .nc_blog_card {
    animation: none;
  }
  .nc_blog_card:hover,
  .nc_blog_featured:hover .nc_blog_featured_media img,
  .nc_blog_card:hover .nc_blog_card_media img {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .nc_blog_section,
  .nc_article_section {
    padding: 28px 0 48px;
  }

  .nc_blog_featured {
    grid-template-columns: 1fr;
  }

  .nc_blog_featured_media {
    min-height: 240px;
  }

  .nc_blog_featured_body {
    padding: 24px 22px 28px;
  }

  .nc_blog_grid,
  .nc_blog_grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nc_article_layout {
    grid-template-columns: 1fr;
  }

  .nc_article_sidebar {
    position: static;
  }

  .nc_article_main {
    padding: 26px 20px 28px;
  }
}

@media screen and (max-width: 575px) {
  .nc_blog_grid,
  .nc_blog_grid--related {
    grid-template-columns: 1fr;
  }

  .nc_blog_card_media {
    height: 180px;
  }

  .nc_article_footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nc_article_cover img {
    max-height: 280px;
  }
}

/* ---------- Cross-device overflow & shell ---------- */
html,
body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden; /* clip is weak on older iOS Safari */
}

.container,
.container-fluid,
.row {
  max-width: 100%;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .electronic_section,
  .promotion_section,
  .new_arrivals_section,
  .best_seller_section,
  .collaborations_section,
  .nc_collab_section {
    overflow-x: hidden;
  }

  .slick-list {
    max-width: 100%;
  }

  .footer_section .row > [class*="col-"] {
    margin-bottom: 18px;
  }

  .cart_sidebar,
  .sidebar_mobile_menu {
    max-width: min(360px, 92vw);
    /* Keep closed drawers fully off-canvas regardless of width */
    right: 0 !important;
  }

  .cart_sidebar:not(.active),
  .sidebar_mobile_menu:not(.active) {
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
    pointer-events: none;
  }

  .cart_sidebar.active,
  .sidebar_mobile_menu.active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .product_details,
  .shop_section,
  .checkout_section,
  .account_section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .electronic_header .header_top .row {
    align-items: center;
  }

  .electronic_header .header_top .col-6 {
    display: flex;
    align-items: center;
  }

  .electronic_header .header_top .col-6:first-child {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .prl_90,
  .pl_90,
  .pr_90 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .section_title h2,
  .section_title .title_text {
    font-size: clamp(20px, 5.5vw, 26px);
  }

  .btn,
  .custom_btn,
  .add_cart {
    white-space: normal;
  }
}

/* ---------- Full-bleed bigger mobile ---------- */
@media screen and (max-width: 767px) {
  .container,
  .container.maxw_1600,
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mb_50 {
    margin-bottom: 36px !important;
  }

  .mb_30 {
    margin-bottom: 22px !important;
  }

  .electronic_header .header_top {
    padding: 12px 0 !important;
  }

  .electronic_header .header_top .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .electronic_header .brand_logo {
    gap: 10px;
  }

  .electronic_header .brand_logo .brand_link img {
    max-height: 58px;
    max-width: min(190px, 52vw);
  }

  .mh_action_btns {
    gap: 6px !important;
  }

  .mh_action_btns > li > button {
    width: 52px !important;
    height: 52px !important;
    font-size: 18px !important;
  }

  .electronic_deals_slider,
  .weekly_deals_carousel,
  .electronic_content_container,
  .product_section,
  .nc_collaborations_section,
  .advertisement_section {
    max-width: 100%;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .electronic_deals_slider {
    border-radius: 0;
  }

  .alldepartments_btn,
  .allcategories_btn,
  .nc_hero_cats .alldepartments_btn {
    height: 54px !important;
    min-height: 54px;
    font-size: 15px !important;
    letter-spacing: 0.05em;
    border-radius: 0 !important;
    padding-inline: 16px !important;
    width: 100%;
  }

  .nc_hero_cats,
  .nc_banner_slider {
    margin: 0 !important;
  }

  .nc_collaborations_section {
    padding: 16px 12px 8px;
  }

  .nc_collaborations_title,
  .electronic_section_title .title_text,
  .section_title .title_text,
  .item_header .title_text {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.25 !important;
  }

  .electronic_deals_slider .item_header,
  .electronic_section_title,
  .item_header {
    margin-bottom: 16px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .electronic_deals_item .item_image {
    min-height: 260px !important;
    height: 260px !important;
  }

  .electronic_deals_item .item_title {
    font-size: 20px !important;
  }

  .electronic_deals_item .item_price {
    font-size: 22px !important;
  }

  .electronic_newsletter {
    padding: 32px 16px !important;
    border-radius: 0;
  }

  .electronic_newsletter .title_text {
    font-size: 24px !important;
  }

  .electronic_newsletter .form_item input {
    height: 54px !important;
    font-size: 17px !important;
  }

  .electronic_newsletter .form_item .custom_btn {
    height: 54px !important;
    font-size: 16px !important;
  }

  .default_footer .footer_widget_area,
  .footer_section .footer_widget_area {
    padding: 40px 16px 28px !important;
  }

  .default_footer .footer_widget .widget_title,
  .footer_section .widget_title {
    font-size: 16px;
    margin-bottom: 14px !important;
  }

  .default_footer .footer_widget ul li a,
  .footer_section .footer_widget ul li a {
    font-size: 16px;
    line-height: 1.75;
  }

  .nc_pdp_main_image {
    min-height: 360px;
  }

  .nc_pdp_main_image img {
    max-height: 380px;
  }

  .nc_pdp_gallery {
    padding: 0;
    border-radius: 0;
  }

  .nc_pdp_buybox {
    padding: 16px 12px !important;
  }

  .nc_pdp_buybox .item_title {
    font-size: 26px !important;
    line-height: 1.3;
  }

  .nc_pdp_buybox .price_text,
  .nc_pdp_buybox .item_price {
    font-size: 24px !important;
  }

  .register_section .register_form,
  .login_section .login_form,
  .account_section .account_content {
    padding: 24px 16px !important;
  }

  .custom_btn,
  .btn {
    min-height: 52px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .nc_shop_grid_item .electronic_product_item .item_image {
    min-height: 200px !important;
    height: 200px !important;
    padding: 12px;
  }

  .nc_shop_section,
  .nc_shop_layout,
  .nc_shop_main,
  .nc_shop_toolbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nc_shop_toolbar,
  .nc_shop_sidebar,
  .mj-page-head,
  .nc_collaborations_head {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .prl_90,
  .pl_90,
  .pr_90 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 390px) {
  :root {
    --nc-hero-h: min(74vw, 290px);
  }

  .nc_side_banners .advertisement_image {
    height: 130px !important;
    min-height: 130px !important;
  }

  .nc_collab_circle_inner {
    width: 118px;
    height: 118px;
    padding: 12px;
  }

  .electronic_product_item .item_image {
    min-height: 190px !important;
    height: 190px !important;
  }

  .electronic_header .brand_logo .brand_link img {
    max-height: 56px;
  }
}

@media screen and (min-width: 1400px) {
  .electronic_header .brand_logo .brand_link img {
    max-height: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .electronic_header .brand_logo .brand_link img {
    max-height: 56px;
    max-width: 200px;
  }

  .nc_blog_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========== CONTACT PAGE ========== */
.nc_contact {
  --nc-ct-accent: #0063d1;
  --nc-ct-ink: #16181d;
  --nc-ct-muted: #667085;
  --nc-ct-ease: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  background:
    radial-gradient(ellipse 70% 45% at 90% 0%, rgba(0, 99, 209, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 48%);
}

.nc_contact_row {
  gap: 28px 0;
}

.nc_contact_eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nc-ct-accent);
}

.nc_contact_aside_title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--nc-ct-ink);
  letter-spacing: -0.02em;
}

.nc_contact_aside_copy {
  margin: 0 0 32px;
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--nc-ct-muted);
}

.nc_contact_info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nc_contact_info > li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(22, 24, 29, 0.03);
}

.nc_contact_info_icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef5ff;
  color: var(--nc-ct-accent);
  font-size: 16px;
}

.nc_contact_info_label {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #98a2b3;
}

.nc_contact_info p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--nc-ct-ink);
  line-height: 1.45;
}

.nc_contact_info a {
  color: inherit !important;
  text-decoration: none !important;
}

.nc_contact_info a:hover {
  color: var(--nc-ct-accent) !important;
}

.nc_contact_card {
  position: relative;
  padding: 32px 34px;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(22, 24, 29, 0.07);
  overflow: hidden;
}

.nc_contact_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0063d1, #38bdf8);
}

.nc_contact_card_head {
  margin-bottom: 26px;
}

.nc_contact_card_title {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 800;
  color: var(--nc-ct-ink);
  letter-spacing: -0.02em;
}

.nc_contact_card_sub {
  margin: 0;
  font-size: 14px;
  color: var(--nc-ct-muted);
}

.nc_contact_alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ecfdf3;
  border: 1px solid #abefc6;
  color: #067647;
  font-size: 14px;
  font-weight: 600;
}

.nc_contact_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 8px;
}

.nc_contact_field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.nc_contact_field--full {
  grid-column: 1 / -1;
}

.nc_contact_field label {
  font-size: 13px;
  font-weight: 700;
  color: #344054;
}

.nc_contact_field input,
.nc_contact_field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--nc-ct-ink);
  background: #f8fafc;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  transition: border-color 0.2s var(--nc-ct-ease), box-shadow 0.2s var(--nc-ct-ease), background-color 0.2s var(--nc-ct-ease);
}

.nc_contact_field textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.55;
}

.nc_contact_field input:focus,
.nc_contact_field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--nc-ct-accent);
  box-shadow: 0 0 0 4px rgba(0, 99, 209, 0.12);
}

.nc_contact_field input::placeholder,
.nc_contact_field textarea::placeholder {
  color: #98a2b3;
}

.nc_contact_error {
  color: #d92d20;
  font-size: 12px;
}

.nc_contact_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 12px;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0063d1 0%, #0047a0 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 99, 209, 0.28);
  transition: transform 0.2s var(--nc-ct-ease), box-shadow 0.2s var(--nc-ct-ease);
}

.nc_contact_submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 99, 209, 0.34);
  color: #fff !important;
}

.nc_contact_submit:active {
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .nc_contact_card {
    padding: 24px 18px;
  }

  .nc_contact_grid {
    grid-template-columns: 1fr;
  }

  .nc_contact_submit {
    width: 100%;
  }
}

/* ========== ORDER SUCCESS ========== */
.nc_success {
  --nc-ok-accent: #0063d1;
  --nc-ok-ink: #14171f;
  --nc-ok-ease: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  padding: 72px 0 96px;
  background:
    radial-gradient(ellipse 60% 40% at 50% -10%, rgba(0, 99, 209, 0.16), transparent 60%),
    linear-gradient(180deg, #eef4ff 0%, #fbfcfe 42%, #ffffff 100%);
}

.nc_success_atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.nc_success_blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  animation: ncSuccessFloat 10s ease-in-out infinite;
}

.nc_success_blob--a {
  width: 280px;
  height: 280px;
  top: 8%;
  left: 8%;
  background: #93c5fd;
}

.nc_success_blob--b {
  width: 220px;
  height: 220px;
  top: 18%;
  right: 10%;
  background: #fdba74;
  animation-delay: -3s;
}

.nc_success_blob--c {
  width: 180px;
  height: 180px;
  bottom: 12%;
  left: 40%;
  background: #86efac;
  animation-delay: -6s;
}

@keyframes ncSuccessFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(12px, -18px, 0) scale(1.05); }
}

.nc_success_confetti {
  position: absolute;
  inset: 0;
}

.nc_success_piece {
  position: absolute;
  top: -12px;
  left: var(--x);
  width: var(--size);
  height: calc(var(--size) * 0.55);
  border-radius: 2px;
  opacity: 0;
  animation: ncSuccessFall var(--dur) var(--nc-ok-ease) var(--delay) forwards;
}

@keyframes ncSuccessFall {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 105vh, 0) rotate(var(--rot));
  }
}

.nc_success_shell {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.nc_success_progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.nc_success_progress_step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #dbe4f0;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

.nc_success_progress_step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8eef7;
  font-size: 11px;
  font-weight: 800;
}

.nc_success_progress_step.is-done {
  color: #027a48;
  border-color: #abefc6;
  background: #ecfdf3;
}

.nc_success_progress_step.is-done span {
  background: #12b76a;
  color: #fff;
}

.nc_success_progress_step.is-active {
  color: #fff;
  background: var(--nc-ok-accent);
  border-color: var(--nc-ok-accent);
}

.nc_success_progress_step.is-active span {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.nc_success_hero {
  margin-bottom: 28px;
  animation: ncSuccessRise 0.7s var(--nc-ok-ease) both;
}

.nc_success_anim {
  position: relative;
  width: min(220px, 58vw);
  height: min(220px, 58vw);
  margin: 0 auto 18px;
}

.nc_success_lottie_wrap,
.nc_success_fallback {
  position: absolute;
  inset: 0;
}

.nc_success_lottie_wrap {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.nc_success_lottie_wrap.is-ready {
  opacity: 1;
}

.nc_success_lottie_wrap.is-failed {
  display: none;
}

.nc_success_fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.nc_success_fallback.is-visible {
  opacity: 1;
}

.nc_success_fallback.is-hidden {
  opacity: 0;
}

.nc_success_check {
  width: 140px;
  height: 140px;
  color: #12b76a;
  filter: drop-shadow(0 12px 28px rgba(18, 183, 106, 0.28));
}

.nc_success_check_ring {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  animation: ncSuccessRing 0.9s var(--nc-ok-ease) 0.1s forwards;
}

.nc_success_check_mark {
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  animation: ncSuccessMark 0.55s var(--nc-ok-ease) 0.55s forwards;
}

@keyframes ncSuccessRing {
  to { stroke-dashoffset: 0; }
}

@keyframes ncSuccessMark {
  to { stroke-dashoffset: 0; }
}

@keyframes ncSuccessRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nc_success_eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nc-ok-accent);
}

.nc_success_title {
  margin: 0 0 14px;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--nc-ok-ink);
}

.nc_success_lead {
  margin: 0 auto;
  max-width: 42ch;
  font-size: 16px;
  line-height: 1.7;
  color: #667085;
}

.nc_success_card {
  margin: 0 auto 28px;
  max-width: 460px;
  padding: 8px 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(20, 23, 31, 0.08);
  backdrop-filter: blur(8px);
  animation: ncSuccessRise 0.7s var(--nc-ok-ease) 0.12s both;
}

.nc_success_card_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
}

.nc_success_card_row:last-child {
  border-bottom: 0;
}

.nc_success_card_label {
  font-size: 13px;
  font-weight: 600;
  color: #98a2b3;
}

.nc_success_card_value {
  font-size: 15px;
  font-weight: 800;
  color: var(--nc-ok-ink);
  font-variant-numeric: tabular-nums;
}

.nc_success_card_row--total .nc_success_card_value {
  font-size: 20px;
  color: var(--nc-ok-accent);
}

.nc_success_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  animation: ncSuccessRise 0.7s var(--nc-ok-ease) 0.2s both;
}

.nc_success_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s var(--nc-ok-ease), box-shadow 0.2s var(--nc-ok-ease), background-color 0.2s var(--nc-ok-ease);
}

.nc_success_btn:hover {
  transform: translateY(-2px);
}

.nc_success_btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #0063d1, #0047a0);
  box-shadow: 0 12px 28px rgba(0, 99, 209, 0.28);
}

.nc_success_btn--ghost {
  color: var(--nc-ok-ink) !important;
  background: #fff;
  border: 1px solid #d0d5dd;
}

.nc_success_btn--soft {
  color: var(--nc-ok-accent) !important;
  background: #eef5ff;
  border: 1px solid #cfe0f8;
}

.nc_success_help {
  margin: 0;
  font-size: 14px;
  color: #667085;
}

.nc_success_help a {
  color: var(--nc-ok-accent) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 575px) {
  .nc_success {
    padding: 48px 0 72px;
  }

  .nc_success_actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nc_success_btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc_success_blob,
  .nc_success_piece,
  .nc_success_hero,
  .nc_success_card,
  .nc_success_actions,
  .nc_success_check_ring,
  .nc_success_check_mark,
  .nc_contact_submit {
    animation: none !important;
    transition: none !important;
  }

  .nc_success_check_ring,
  .nc_success_check_mark {
    stroke-dashoffset: 0;
  }
}

/* ========== BANK TRANSFER PREVIEW (checkout shipping) ========== */
.nc_bank_preview {
  margin-top: 16px;
}

.nc_bank_preview_inner {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #d7e4f7;
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  text-align: center;
}

.nc_bank_preview_inner h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.nc_bank_preview_inner > p {
  margin: 0 0 14px;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.nc_bank_preview_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0063d1, #0047a0);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 99, 209, 0.25);
}

.nc_bank_preview_qr {
  width: 160px;
  height: 160px;
  margin: 0 auto 8px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.nc_bank_preview_qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nc_bank_preview_or {
  margin: 0 0 10px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.nc_bank_preview_meta {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px dashed #dbe3ef;
  text-align: left;
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
}

.nc_review_method_sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #8a94a6;
}

/* ========== HOMEPAGE BLOG TITLES (smaller) ========== */
.electronic_blog_listlayout .item_title {
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
  letter-spacing: -0.01em;
}

.electronic_blog_listlayout .item_title a {
  color: inherit !important;
}

.electronic_blog_listlayout .item_content {
  padding: 28px 24px !important;
}

.electronic_blog_listlayout p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

@media screen and (max-width: 991px) {
  .electronic_blog_listlayout .item_title {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 575px) {
  .electronic_blog_listlayout .item_title {
    font-size: 20px !important;
  }
}

/* Blog listing titles slightly tighter too */
.nc_blog_featured_title {
  font-size: clamp(20px, 2vw, 26px) !important;
}

.nc_blog_card_title {
  font-size: 17px !important;
  line-height: 1.35 !important;
}

/* Product details — description only (reviews removed) */
.nc_pdp_details_head {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8ecf2;
}

.nc_pdp_details_title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #16181d;
  letter-spacing: -0.01em;
}

/* CMS page image gallery */
.nc_page_gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .nc_page_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

.nc_page_gallery_item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f7fb;
  aspect-ratio: 1;
}

.nc_page_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.nc_page_gallery_item:hover img {
  transform: scale(1.04);
}

.nc_cms_page_inner {
  max-width: 960px;
  padding: 50px 15px;
}

.nc_cms_page_body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nc_cms_page_body[style*="text-align:left"] {
  margin-left: 0;
  margin-right: auto;
}

.nc_cms_page_body[style*="text-align:right"] {
  margin-left: auto;
  margin-right: 0;
}

/* Quantity +/- on cart rows */
.cart_table .quantity_input {
  height: 44px;
  padding: 0 10px;
}

.cart_table .quantity_input input {
  width: 48px;
  font-size: 15px;
}

.cart_table .quantity_input span {
  cursor: pointer;
  user-select: none;
  min-width: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

