/* CGST SenangJual shared top nav v1.3.9 */

:root {
  --cgst-sj-admin-offset: 0px;
  --cgst-sj-header-offset: 84px;
  --cgst-sj-mobile-offset-trim: 18px;
  --cgst-sj-orange: #f47b20;
  --cgst-sj-orange-deep: #d9620d;
  --cgst-sj-ink: #131a2b;
}

body.cgst-sj-shared-topnav-active #header,
body.cgst-sj-shared-topnav-active .ct-header,
body.cgst-sj-shared-topnav-active [data-id="header"],
body.cgst-sj-shared-topnav-active .site-header {
  display: none !important;
}

body.cgst-sj-shared-topnav-active {
  padding-top: calc(var(--cgst-sj-admin-offset) + var(--cgst-sj-header-offset)) !important;
}

@media (max-width: 1024px) {
  body.cgst-sj-shared-topnav-active {
    padding-top: calc(var(--cgst-sj-header-offset) - var(--cgst-sj-mobile-offset-trim)) !important;
  }
}

body.cgst-sj-drawer-open,
body.cgst-sj-search-open {
  overflow: hidden;
}

.cgst-sj-shared-topnav {
  position: fixed !important;
  top: var(--cgst-sj-admin-offset);
  left: 0;
  right: 0;
  z-index: 99999 !important;
  margin: 0 !important;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229,231,235,0.92);
  box-shadow: 0 3px 14px rgba(15, 23, 42, 0.05);
}

.cgst-sj-top-row {
  position: relative;
  width: min(calc(100% - 28px), 1840px);
  margin: 0 auto;
  min-height: 78px;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0;
}

.cgst-sj-brand {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  min-width: 0;
  max-width: 300px;
  z-index: 3;
}

.cgst-sj-brand img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  margin: 0 !important;
}

.cgst-sj-fallback-logo {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -0.04em;
  color: var(--cgst-sj-orange);
  line-height: 1;
}

.cgst-sj-center-nav {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.cgst-sj-right-icons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 44px;
  z-index: 3;
}

.cgst-sj-burger-btn {
  display: none !important;
}

.cgst-sj-mobile-nav {
  display: none;
  width: min(calc(100% - 28px), 1840px);
  margin: 0 auto;
  padding: 0 0 4px;
}

.cgst-sj-divider {
  display: inline-block;
}

.cgst-sj-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120000;
  display: none;
  background: rgba(19, 26, 43, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cgst-sj-search-overlay.is-open {
  display: block;
}

.cgst-sj-search-panel {
  position: relative;
  width: min(1860px, calc(100% - 36px));
  margin: calc(var(--cgst-sj-admin-offset) + 92px) auto 0;
}

.cgst-sj-search-close {
  position: absolute;
  top: -72px;
  right: 12px;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  color: var(--cgst-sj-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(18,24,38,0.12);
}

.cgst-sj-search-close svg,
.cgst-sj-burger-btn svg,
.cgst-sj-close-btn svg {
  width: 22px !important;
  height: 22px !important;
  display: block;
  flex: 0 0 22px;
}

.cgst-sj-burger-btn svg {
  color: var(--cgst-sj-orange) !important;
}

.cgst-sj-search-submit svg {
  width: 22px !important;
  height: 22px !important;
  display: block;
  flex: 0 0 22px;
}

.cgst-sj-search-submit span {
  display: inline-block;
  line-height: 1;
}

.cgst-sj-search-grid {
  display: grid;
  grid-template-columns: minmax(320px, 2.2fr) minmax(160px, 1fr) minmax(220px, 1fr) 260px;
  gap: 0;
  padding: 20px;
  border-radius: 48px;
  background: #fff;
  border: 1px solid #f0e1d2;
  box-shadow: 0 28px 70px rgba(18,24,38,0.16);
  align-items: stretch;
}

.cgst-sj-search-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  min-height: 140px;
  position: relative;
}

.cgst-sj-search-field:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: #d7dee8;
}

.cgst-sj-search-keyword {
  background: #f7f1ec;
  border-radius: 28px;
}

.cgst-sj-search-field label {
  font-size: 13px;
  font-weight: 900;
  color: var(--cgst-sj-ink);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

.cgst-sj-search-field input,
.cgst-sj-search-field select {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cgst-sj-ink);
  font-size: 19px;
  line-height: 1.3;
  padding: 0 !important;
}

.cgst-sj-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 100%;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(180deg, var(--cgst-sj-orange), var(--cgst-sj-orange-deep));
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.cgst-sj-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 110000;
  background: rgba(10, 16, 28, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.cgst-sj-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cgst-sj-drawer {
  position: absolute;
  right: 0;
  top: 0;
  width: min(92vw, 390px);
  height: 100%;
  background: rgba(255,255,255,0.98);
  box-shadow: -14px 0 40px rgba(18, 24, 38, 0.18);
  transform: translateX(100%);
  transition: transform 0.24s ease;
  display: flex;
  flex-direction: column;
}

.cgst-sj-drawer-overlay.is-open .cgst-sj-drawer {
  transform: translateX(0);
}

.cgst-sj-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #eef2f6;
  background: rgba(255,255,255,0.96);
}

.cgst-sj-drawer-brand img {
  max-height: 42px;
  max-width: 210px;
  object-fit: contain;
  display: block;
}

.cgst-sj-close-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #e7ecf3;
  background: #fff;
  border-radius: 999px;
  color: var(--cgst-sj-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cgst-sj-drawer-body {
  padding: 18px;
  display: grid;
  gap: 18px;
  overflow-y: auto;
}

.cgst-sj-drawer-section {
  background: #fff;
  border: 1px solid #e9edf4;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(18, 24, 38, 0.04);
}

.cgst-sj-drawer-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cgst-sj-orange);
}

.cgst-sj-drawer-links {
  display: grid;
  gap: 8px;
}

.cgst-sj-drawer-link {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  background: #fbfcfe;
  border: 1px solid #eef2f6;
  text-decoration: none;
  color: var(--cgst-sj-ink);
  font-size: 15px;
  font-weight: 800;
  transition: all 0.18s ease;
}

.cgst-sj-drawer-link:hover {
  color: var(--cgst-sj-orange);
  background: #fff8f3;
  border-color: rgba(244, 123, 32, 0.18);
}

.cgst-sj-drawer-link:focus,
.cgst-sj-drawer-link:active {
  color: var(--cgst-sj-orange);
  background: #fff8f3;
  border-color: rgba(244, 123, 32, 0.18);
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.12);
}

@media (max-width: 1024px) {
  .cgst-sj-top-row {
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    min-height: 72px;
    gap: 12px;
  }

  .cgst-sj-burger-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e7ecf3;
    border-radius: 999px;
    background: rgba(255,255,255,0.96);
    color: var(--cgst-sj-orange);
    cursor: pointer;
    z-index: 4;
  }

  .cgst-sj-center-nav,
  .cgst-sj-saved-btn,
  .cgst-sj-divider {
    display: none !important;
  }

  .cgst-sj-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center !important;
    max-width: min(60vw, 240px);
    width: auto !important;
    z-index: 2;
  }

  .cgst-sj-brand img {
    max-height: 36px;
    margin: 0 auto !important;
  }

  .cgst-sj-right-icons {
    justify-self: end;
    gap: 0;
  }

  .cgst-sj-account-btn {
    width: 40px;
    height: 40px;
  }

  .cgst-sj-mobile-nav {
    display: grid;
    gap: 8px;
  }

  .cgst-sj-mobile-search {
    margin: 0;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-nav {
    width: 100%;
    justify-content: center;
  }

   .cgst-sj-mobile-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(18,24,38,0.08);
  }

  .cgst-sj-mobile-search-box,
  .cgst-sj-mobile-search-box input,
  .cgst-sj-mobile-search,
  .cgst-sj-mobile-nav {
    margin-bottom: 0 !important;
  }

  .cgst-sj-mobile-search-box > svg {
    width: 22px;
    height: 22px;
    color: #98a2b3;
    flex: 0 0 auto;
  }

  .cgst-sj-mobile-search-box input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--cgst-sj-ink);
    font-size: 15px;
  }

  .cgst-sj-mobile-filter-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #e7ecf3;
    background: #fff;
    border-radius: 12px;
    color: var(--cgst-sj-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(18,24,38,0.08);
    flex: 0 0 auto;
  }

  .cgst-sj-search-overlay {
    display: none;
    align-items: stretch;
    justify-content: flex-end;
    padding-top: calc(var(--cgst-sj-admin-offset) + 10px);
  }

  .cgst-sj-search-overlay.is-open {
    display: flex;
  }

  .cgst-sj-search-panel {
    width: min(92vw, 390px);
    height: calc(100dvh - var(--cgst-sj-admin-offset) - 20px);
    margin: 0 0 0 auto;
    border-radius: 24px 0 0 24px;
    background: rgba(255,255,255,0.98);
    box-shadow: -14px 0 40px rgba(18, 24, 38, 0.18);
    padding: 72px 16px 16px;
    overflow-y: auto;
  }

  .cgst-sj-search-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }

  .cgst-sj-search-field {
    min-height: auto;
    padding: 16px;
    border: 1px solid #e9edf4;
    border-radius: 18px;
    background: #fff;
  }

  .cgst-sj-search-field:not(:first-child)::before {
    display: none;
  }

  .cgst-sj-search-keyword {
    border-radius: 18px;
  }

  .cgst-sj-search-submit {
    min-height: 56px;
    border-radius: 18px;
  }

  .cgst-sj-search-close {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .cgst-sj-shared-topnav {
    border-bottom: 1px solid rgba(229,231,235,0.92);
  }

  .cgst-sj-top-row {
    width: min(calc(100% - 16px), 1840px);
    min-height: 66px;
  }

  .cgst-sj-mobile-nav {
    width: min(calc(100% - 16px), 1840px);
    gap: 8px;
    padding-bottom: 2px;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-link {
    min-width: 84px;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-search {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .cgst-sj-brand {
    max-width: min(58vw, 220px);
  }

  .cgst-sj-brand img {
    max-height: 32px;
  }

  .cgst-sj-drawer {
    width: min(100vw, 390px);
  }
}

@media (min-width: 1025px) {
  .cgst-sj-top-row {
    min-height: 78px;
  }

  .cgst-sj-brand {
    position: static;
    transform: none;
  }

  .cgst-sj-brand img {
    max-height: 42px;
  }
}

@media (max-width: 1024px) {
  .cgst-sj-search-submit {
    gap: 10px;
    padding: 0 18px;
  }

  .cgst-sj-search-submit svg {
    width: 20px !important;
    height: 20px !important;
  }
}

.cgst-sj-shared-topnav .cgst-home-topbar-inner--equipt {
  width: min(calc(100% - 28px), 1840px);
  margin: 0 auto;
}

.cgst-sj-shared-topnav .cgst-home-brand--equipt {
  display: inline-flex;
  align-items: center;
  height: auto;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.cgst-sj-shared-topnav .cgst-home-pill-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  min-height: 46px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.cgst-sj-shared-topnav .cgst-home-pill-nav--simple .cgst-home-pill-link {
  min-width: 88px;
}

.cgst-sj-shared-topnav .cgst-home-pill-link,
.cgst-sj-shared-topnav .cgst-home-pill-search {
  height: 38px;
  min-width: 88px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s ease;
}

.cgst-sj-shared-topnav .cgst-home-pill-link:hover,
.cgst-sj-shared-topnav .cgst-home-pill-search:hover {
  color: var(--cgst-sj-orange);
}

.cgst-sj-shared-topnav .cgst-home-pill-link:focus,
.cgst-sj-shared-topnav .cgst-home-pill-link:active,
.cgst-sj-shared-topnav .cgst-home-pill-search:focus,
.cgst-sj-shared-topnav .cgst-home-pill-search:active {
  color: var(--cgst-sj-orange);
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.12);
}

.cgst-sj-shared-topnav .cgst-home-pill-link.is-active {
  background: var(--cgst-sj-orange);
  color: #fff;
  box-shadow: 0 6px 14px rgba(244, 123, 32, 0.2);
}

.cgst-sj-shared-topnav .cgst-home-pill-search {
  min-width: 38px;
  width: 38px;
  padding: 0;
}

.cgst-sj-shared-topnav .cgst-home-pill-search svg {
  width: 19px;
  height: 19px;
}

.cgst-sj-shared-topnav .cgst-home-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.18s ease;
}

.cgst-sj-shared-topnav .cgst-home-icon-btn:hover {
  color: var(--cgst-sj-orange);
  background: rgba(244, 123, 32, 0.08);
}

.cgst-sj-shared-topnav .cgst-home-icon-btn:focus,
.cgst-sj-shared-topnav .cgst-home-icon-btn:active {
  color: var(--cgst-sj-orange);
  background: rgba(244, 123, 32, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.12);
}

.cgst-sj-shared-topnav .cgst-home-icon-btn svg {
  width: 19px;
  height: 19px;
}

.cgst-sj-shared-topnav .cgst-home-icon-btn .cgst-sj-account-avatar {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 999px;
  object-fit: cover;
}

.cgst-sj-shared-topnav .cgst-home-icon-divider {
  width: 1px;
  height: 18px;
  background: #d1d5db;
  display: inline-block;
}

@media (max-width: 1024px) {
  .cgst-sj-shared-topnav .cgst-home-pill-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cgst-sj-shared-topnav .cgst-home-pill-link {
    min-width: 76px;
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .cgst-sj-shared-topnav .cgst-home-pill-nav--simple .cgst-home-pill-link {
    min-width: 84px;
  }

  .cgst-sj-shared-topnav .cgst-home-pill-search {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .cgst-sj-shared-topnav .cgst-home-icon-btn {
    width: 32px;
    height: 32px;
  }
}


@media (max-width: 1024px) {
  .cgst-sj-shared-topnav {
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  }
}


/* v1.3.4 mobile top gap fix */
@media (max-width: 1024px) {
  :root {
    --cgst-sj-admin-offset: 0px !important;
  }

  body.cgst-sj-shared-topnav-active {
    padding-top: var(--cgst-sj-header-offset) !important;
  }

  .cgst-sj-shared-topnav {
    top: 0 !important;
    margin-top: 0 !important;
    transform: translateY(0) !important;
  }

  html,
  body,
  body.cgst-sj-shared-topnav-active {
    scroll-padding-top: var(--cgst-sj-header-offset);
  }
}

@media (max-width: 767px) {
  .cgst-sj-shared-topnav {
    top: 0 !important;
  }

  .cgst-sj-top-row {
    margin-top: 0 !important;
  }
}


/* v1.3.5 spacing and mobile pill fix */
:root {
  --cgst-sj-header-offset: 78px;
}

body.cgst-sj-shared-topnav-active {
  padding-top: calc(var(--cgst-sj-admin-offset) + var(--cgst-sj-header-offset)) !important;
}

body.cgst-sj-shared-topnav-active .site-content,
body.cgst-sj-shared-topnav-active #main,
body.cgst-sj-shared-topnav-active #main-container,
body.cgst-sj-shared-topnav-active .ct-container,
body.cgst-sj-shared-topnav-active .ct-content,
body.cgst-sj-shared-topnav-active .content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cgst-sj-shared-topnav,
.cgst-sj-shared-topnav * {
  box-sizing: border-box;
}

@media (min-width: 1025px) {
  :root {
    --cgst-sj-header-offset: 78px;
  }

  .cgst-sj-top-row {
    min-height: 78px !important;
  }

  .cgst-sj-mobile-nav {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  :root {
    --cgst-sj-header-offset: 118px;
  }

  body.cgst-sj-shared-topnav-active {
    padding-top: var(--cgst-sj-header-offset) !important;
  }

  .cgst-sj-shared-topnav {
    top: 0 !important;
  }

  .cgst-sj-mobile-nav {
    display: grid !important;
    width: min(calc(100% - 16px), 1840px) !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) 44px !important;
    align-items: center !important;
    width: 100% !important;
    gap: 6px !important;
    padding: 5px !important;
    overflow: visible !important;
    justify-content: stretch !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-link {
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 10px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-search {
    width: 44px !important;
    min-width: 44px !important;
    height: 38px !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  :root {
    --cgst-sj-header-offset: 108px;
  }

  .cgst-sj-top-row {
    min-height: 62px !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-nav {
    grid-template-columns: repeat(3, minmax(0,1fr)) 40px !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-search {
    width: 40px !important;
    min-width: 40px !important;
    height: 36px !important;
  }
}


/* =========================
   GLOBAL PAGE GAP FIXES
========================= */
body.cgst-sj-shared-topnav-active #main,
body.cgst-sj-shared-topnav-active .site-main,
body.cgst-sj-shared-topnav-active .content-area,
body.cgst-sj-shared-topnav-active .ct-content,
body.cgst-sj-shared-topnav-active .ct-main-content,
body.cgst-sj-shared-topnav-active .woocommerce-notices-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.cgst-sj-shared-topnav-active .hero-section,
body.cgst-sj-shared-topnav-active .entry-header,
body.cgst-sj-shared-topnav-active .page-header,
body.cgst-sj-shared-topnav-active .archive-header,
body.cgst-sj-shared-topnav-active .ct-page-title,
body.cgst-sj-shared-topnav-active .woocommerce-products-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-product.cgst-sj-shared-topnav-active .ct-container,
body.tax-product_cat.cgst-sj-shared-topnav-active .ct-container,
body.post-type-archive-product.cgst-sj-shared-topnav-active .ct-container,
body.woocommerce-shop.cgst-sj-shared-topnav-active .ct-container {
  width: min(calc(100% - 28px), 1840px) !important;
  max-width: 1840px !important;
}

body.single-product.cgst-sj-shared-topnav-active .woocommerce-breadcrumb,
body.single-product.cgst-sj-shared-topnav-active .ct-breadcrumbs,
body.single-product.cgst-sj-shared-topnav-active .breadcrumbs {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.single-product.cgst-sj-shared-topnav-active .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.single-product.cgst-sj-shared-topnav-active .cgst-equipt-product-page {
  width: min(calc(100% - 28px), 1840px) !important;
  max-width: 1840px !important;
  padding-top: 8px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.single-product.cgst-sj-shared-topnav-active .cgst-equipt-summary-wrap {
  margin-top: 8px !important;
}

body.single-product.cgst-sj-shared-topnav-active .woocommerce div.product,
body.single-product.cgst-sj-shared-topnav-active .single-product div.product {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-shell,
body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-shell {
  width: min(calc(100% - 28px), 1840px) !important;
  max-width: 1840px !important;
}

body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-archive-hero,
body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-archive-hero {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}

body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-breadcrumb,
body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-breadcrumb {
  margin-bottom: 8px !important;
}

body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-archive-main,
body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-archive-main {
  padding-top: 0 !important;
}

body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-archive-layout,
body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-archive-layout {
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 18px !important;
}

@media (max-width: 1024px) {
  body.single-product.cgst-sj-shared-topnav-active .cgst-equipt-product-page,
  body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-shell,
  body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-shell {
    width: min(calc(100% - 18px), 1840px) !important;
  }

  body.single-product.cgst-sj-shared-topnav-active .woocommerce-breadcrumb,
  body.single-product.cgst-sj-shared-topnav-active .ct-breadcrumbs,
  body.single-product.cgst-sj-shared-topnav-active .breadcrumbs {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
  }

  body.single-product.cgst-sj-shared-topnav-active .cgst-equipt-product-page {
    padding-top: 4px !important;
  }

  body.tax-product_cat.cgst-sj-shared-topnav-active .cgst-archive-hero,
  body.post-type-archive-product.cgst-sj-shared-topnav-active .cgst-archive-hero {
    padding-top: 2px !important;
  }
}


@media (max-width: 1024px) {
  .cgst-sj-mobile-nav .cgst-home-pill-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-link {
    min-width: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-search {
    width: 44px !important;
    min-width: 44px !important;
    justify-self: end !important;
  }
}

@media (max-width: 767px) {
  .cgst-sj-mobile-nav .cgst-home-pill-nav {
    grid-template-columns: repeat(3, minmax(0,1fr)) 40px !important;
  }

  .cgst-sj-mobile-nav .cgst-home-pill-search {
    width: 40px !important;
    min-width: 40px !important;
  }
}
