/* Argon Dashboard 3 inspired layer for the storefront template. */
:root {
  --argon-primary: #5e72e4;
  --argon-info: #11cdef;
  --argon-success: #2dce89;
  --argon-danger: #f5365c;
  --argon-dark: #172b4d;
  --argon-muted: #8898aa;
  --argon-bg: #f6f9fc;
  --argon-border: #e9ecef;
  --argon-shadow: 0 12px 30px rgba(50, 50, 93, .11), 0 6px 15px rgba(0, 0, 0, .08);
}

body {
  background: var(--argon-bg);
  color: #525f7f;
  font-family: "Open Sans", Arial, sans-serif;
}

a {
  color: var(--argon-primary);
}

.boxed {
  background: transparent;
}

.header {
  background: linear-gradient(135deg, var(--argon-primary), #825ee4);
  box-shadow: 0 12px 30px rgba(94, 114, 228, .22);
}

.header .wrapper {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-logo img {
  max-height: 44px;
  background: #fff;
  border-radius: 7px;
  padding: 6px 10px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1);
}

.header-search {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, .12);
  overflow: hidden;
}

.header-search .search-input,
.header-search input[type="text"] {
  border: 0;
  color: var(--argon-dark);
}

.header-search .search-button,
.header-search input[type="submit"] {
  background: var(--argon-success);
  border: 0;
  color: #fff;
  font-weight: 700;
}

.header-addons,
.header-addons a,
.header-addons .city {
  color: #fff;
}

.header-addons .btn {
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .14);
}

.badgee,
.badge {
  background: var(--argon-danger);
}

.main-menu {
  background: #fff;
  border: 0;
  box-shadow: 0 8px 18px rgba(50, 50, 93, .08);
}

.the-menu > li > a,
.mainnav > li > a {
  color: var(--argon-dark);
  font-weight: 700;
}

.the-menu > li > a:hover,
.the-menu a.active,
.mainnav > li:hover > a {
  background: rgba(94, 114, 228, .08) !important;
  color: var(--argon-primary) !important;
}

.dropdown-phpmu {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--argon-shadow);
  overflow: hidden;
}

.dropdown-phpmu li a:hover {
  background: rgba(94, 114, 228, .08);
  color: var(--argon-primary);
}

.secondary-menu {
  background: transparent;
}

.secondary-menu .wrapper {
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, .07);
}

.secondary-menu a {
  color: var(--argon-muted);
}

.content .wrapper,
.main-content {
  background: transparent;
}

.breaking-news,
.widget,
.article-block,
.content-panel,
.panel,
.produk,
.item,
.modal-content,
.table {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--argon-shadow);
}

.breaking-news {
  background: #fff;
  overflow: hidden;
}

.breaking-news .the-title {
  background: var(--argon-primary);
  color: #fff;
  font-weight: 700;
}

.produk,
.item {
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}

.produk:hover,
.item:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(50, 50, 93, .14);
}

.btn,
button,
input[type="submit"] {
  border-radius: 6px;
  font-weight: 700;
}

.btn-success {
  background: var(--argon-success);
  border-color: var(--argon-success);
}

.btn-primary {
  background: var(--argon-primary);
  border-color: var(--argon-primary);
}

.btn-danger {
  background: var(--argon-danger);
  border-color: var(--argon-danger);
}

.form-control,
input,
select,
textarea {
  border-color: #dee2e6;
  border-radius: 6px;
  box-shadow: none;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--argon-primary);
  box-shadow: 0 3px 9px rgba(94, 114, 228, .18);
  outline: 0;
}

footer,
.footer {
  background: #fff;
  color: var(--argon-muted);
  box-shadow: 0 -8px 20px rgba(50, 50, 93, .06);
}

.footer a {
  color: var(--argon-primary);
  font-weight: 700;
}

#Back-to-top img {
  border-radius: 50%;
  box-shadow: var(--argon-shadow);
}

@media (max-width: 767px) {
  .header .wrapper {
    display: block;
    padding: 14px 12px;
  }

  .header-menu,
  .header-addons {
    margin-top: 12px;
  }
}

/* Consistent blue glossy theme pass for all storefront pages. */
:root {
  --argon-primary: #0b63ce;
  --argon-primary-2: #1171ef;
  --argon-primary-3: #11a7f2;
  --argon-primary-4: #7dd3fc;
  --argon-info: #0ea5e9;
  --argon-success: #1688f0;
  --argon-danger: #0958b8;
  --argon-dark: #0b2447;
  --argon-muted: #6b7c93;
  --argon-bg: #eef6ff;
  --argon-border: #cfe4ff;
  --argon-shadow: 0 16px 36px rgba(15, 91, 190, .16), 0 6px 14px rgba(11, 36, 71, .08);
  --argon-blue-gradient: linear-gradient(135deg, #063b83 0%, #0b63ce 42%, #12a4ed 100%);
  --argon-blue-soft: linear-gradient(135deg, rgba(17, 113, 239, .12), rgba(125, 211, 252, .24));
  --argon-gloss: linear-gradient(180deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, .1) 42%, rgba(255, 255, 255, 0) 43%);
}

body {
  background:
    radial-gradient(circle at top right, rgba(17, 167, 242, .16), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, var(--argon-bg) 100%);
  color: #456078;
}

a,
.footer a {
  color: var(--argon-primary);
}

.header {
  background: var(--argon-blue-gradient);
  position: relative;
  overflow: hidden;
}

.header:after,
.main-menu:after,
.breaking-news:before,
.widget:before,
.article-block:before,
.content-panel:before,
.panel:before,
.produk:before,
.item:before,
.modal-content:before,
.table:before,
.btn:after,
button:after,
input[type="submit"]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 48%;
  pointer-events: none;
  background: var(--argon-gloss);
}

.header-logo img,
.header-search,
.secondary-menu .wrapper {
  border: 1px solid rgba(255, 255, 255, .32);
  box-shadow: 0 10px 22px rgba(11, 36, 71, .16), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.header-search {
  background: linear-gradient(180deg, #fff 0%, #f2f8ff 100%);
}

.header-search .search-button,
.header-search input[type="submit"] {
  background: var(--argon-blue-gradient);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 41, 92, .24);
}

.mainmenu .mainnav > li > a,
.mainmenu .mainnav > li.hassubs > a,
.mainmenu .mainnav > li.first > a {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: var(--argon-blue-gradient) !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 41, 92, .3);
  box-shadow: 0 9px 18px rgba(17, 113, 239, .24), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.mainmenu .mainnav > li > a:before,
.mainmenu .mainnav > li.hassubs > a:before,
.mainmenu .mainnav > li.first > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 48%;
  pointer-events: none;
  background: var(--argon-gloss);
}

.mainmenu .mainnav > li > a:hover,
.mainmenu .mainnav > li > a:focus,
.mainmenu .mainnav > li:hover > a {
  background: linear-gradient(135deg, #074b9e 0%, #1171ef 48%, #38bdf8 100%) !important;
  color: #fff !important;
}

.header-addons .btn,
.btn,
button,
input[type="submit"],
input[type="button"] {
  position: relative;
  overflow: hidden;
  background: var(--argon-blue-gradient) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 41, 92, .24);
  box-shadow: 0 9px 18px rgba(17, 113, 239, .25), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.btn-default {
  background: linear-gradient(180deg, #ffffff 0%, #eaf5ff 100%) !important;
  border-color: #bfdcff !important;
  color: var(--argon-primary) !important;
  text-shadow: none;
}

.badgee,
.badge,
.label,
.label-success,
.label-info,
.label-warning,
.label-danger {
  background: var(--argon-blue-gradient) !important;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}

.main-menu {
  position: relative;
  overflow: visible;
  background: var(--argon-blue-gradient);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 10px 24px rgba(11, 99, 206, .22), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.main-menu .wrapper {
  background: transparent;
}

.the-menu > li > a,
.mainnav > li > a {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 41, 92, .28);
}

.the-menu > li > a:hover,
.the-menu a.active,
.mainnav > li:hover > a {
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .32);
}

.the-menu > li:first-child > a {
  background-color: rgba(255, 255, 255, .14) !important;
  border-radius: 6px;
}

.dropdown-phpmu {
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  border: 1px solid rgba(17, 113, 239, .12);
}

.dropdown-phpmu li a:hover {
  background: rgba(17, 113, 239, .1);
  color: var(--argon-primary);
}

.secondary-menu .wrapper {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.breaking-news,
.widget,
.article-block,
.content-panel,
.panel,
.produk,
.item,
.modal-content,
.table {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(245, 250, 255, .96) 100%);
  border: 1px solid rgba(17, 113, 239, .11);
  box-shadow: var(--argon-shadow), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.breaking-news .the-title {
  background: var(--argon-blue-gradient);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 41, 92, .24);
}

.produk:hover,
.item:hover {
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  box-shadow: 0 20px 38px rgba(17, 113, 239, .18);
}

.form-control,
input,
select,
textarea {
  background: linear-gradient(180deg, #fff 0%, #f9fcff 100%);
  border: 1px solid #bfdcff;
  color: var(--argon-dark);
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--argon-primary-2);
  box-shadow: 0 0 0 3px rgba(17, 113, 239, .12), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.table > thead > tr > th,
#example thead tr,
#example1 thead tr,
#example2 thead tr,
#example3 thead tr {
  background: linear-gradient(180deg, #eaf5ff 0%, #d9ecff 100%) !important;
  color: #0b4fa7;
}

footer,
.footer {
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  border-top: 1px solid rgba(17, 113, 239, .12);
}

/* Balanced storefront content gutters. */
.boxed > .content > .wrapper,
.content > .wrapper,
.header > .wrapper,
.main-menu > .wrapper,
.secondary-menu > .wrapper,
footer .wrapper,
.footer > .wrapper {
  width: min(100%, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  box-sizing: border-box !important;
}

.main-content,
.block,
.paragraph-row,
.main-page,
.double-block {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .boxed > .content > .wrapper,
  .content > .wrapper,
  .header > .wrapper,
  .main-menu > .wrapper,
  .secondary-menu > .wrapper,
  footer .wrapper,
  .footer > .wrapper {
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Product spacing and alignment refinements. */
.main-content .container {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.main-content .container:before,
.main-content .container:after {
  content: " ";
  display: table;
}

.main-content .container:after {
  clear: both;
}

.produk.col-md-2,
.produk.col-xs-6 {
  margin: 0 1% 18px;
  padding: 12px;
}

@media (min-width: 992px) {
  .produk.col-md-2 {
    width: 14.66666667%;
  }

  .produk.col-md-2:nth-of-type(6n+1) {
    clear: left;
  }
}

.produk center {
  display: block;
}

.produk > center > div:first-child {
  height: 150px !important;
  margin-bottom: 12px;
  border-radius: 7px;
  background: linear-gradient(180deg, #f8fbff 0%, #e8f4ff 100%);
  overflow: hidden;
}

.produk img {
  width: 100% !important;
  height: 150px;
  min-height: 150px !important;
  object-fit: cover;
  display: block;
  border-radius: 7px;
}

.produk-title,
.produk-title-list {
  min-height: 38px;
  margin: 8px 0 7px;
  line-height: 1.35;
}

.produk-title a,
.produk-title-list a {
  display: block;
}

.produk .harga {
  display: block;
  min-height: 20px;
  margin-bottom: 5px;
  color: var(--argon-primary) !important;
  font-weight: 700;
}

.produk i {
  display: block;
  min-height: 18px;
  margin-bottom: 3px;
}

.article-block-big {
  margin-left: -8px;
  margin-right: -8px;
}

.article-block-big > li {
  margin: 0 8px 18px !important;
}

.article-block-big .article-photo {
  margin-bottom: 10px;
}

.article-block-big .article-content {
  padding: 0 4px 8px;
}

@media (max-width: 767px) {
  .main-content .container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .produk.col-xs-6 {
    width: 48%;
    margin: 0 1% 14px;
    padding: 10px;
  }

  .produk > center > div:first-child,
  .produk img {
    height: 132px !important;
    min-height: 132px !important;
  }

  .produk-title,
  .produk-title-list {
    min-height: 36px;
    font-size: 13px;
  }
}

/* Precise product grid: balanced desktop gutters and two cards per mobile row. */
.main-content .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
  align-items: stretch;
  padding-left: 12px;
  padding-right: 12px;
}

.main-content .container .produk.col-md-2,
.main-content .container .produk.col-xs-6 {
  float: none;
  width: calc((100% - 90px) / 6);
  margin: 0;
  min-width: 0;
}

.main-content .container .produk.col-md-2:nth-of-type(6n+1) {
  clear: none;
}

@media (max-width: 991px) {
  .main-content .container {
    gap: 16px 14px;
  }

  .main-content .container .produk.col-md-2,
  .main-content .container .produk.col-xs-6 {
    width: calc((100% - 28px) / 3);
  }
}

@media (max-width: 767px) {
  .main-content .container {
    gap: 14px 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content .container .produk.col-md-2,
  .main-content .container .produk.col-xs-6 {
    width: calc((100% - 12px) / 2);
    padding: 10px;
  }
}

/* Force two product cards per row on mobile. */
@media (max-width: 767px) {
  .main-content .container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    align-items: stretch !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .main-content .container > .produk,
  .main-content .container > .produk.col-xs-6,
  .main-content .container > .produk.col-md-2 {
    float: none !important;
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    margin: 0 !important;
    clear: none !important;
    box-sizing: border-box !important;
  }

  .main-content .container > .produk:nth-child(odd),
  .main-content .container > .produk:nth-child(even),
  .main-content .container > .produk:nth-of-type(odd),
  .main-content .container > .produk:nth-of-type(even) {
    clear: none !important;
  }

  .main-content .container > .produk:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }
}

/* Final product layout lock: every product list starts with two cards on mobile. */
.main-content .container {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px 18px !important;
  align-items: stretch !important;
}

.main-content .container:before,
.main-content .container:after {
  content: none !important;
  display: none !important;
}

/* Keep the storefront logo background transparent in every theme state. */
.header-logo,
.header-logo a,
.header-logo img {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* White home icon in the storefront menu. */
.main-menu .the-menu > li:first-child > a,
.main-menu .the-menu > li:first-child > a.menu-home-icon {
  position: relative !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 34px !important;
  margin: 4px 6px 4px 0 !important;
  padding: 0 !important;
  background-image: none !important;
  background: rgba(255, 255, 255, .12) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24) !important;
  text-align: center !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

.main-menu .the-menu > li:first-child > a:before {
  content: none !important;
  display: none !important;
}

.main-menu .the-menu > li:first-child > a .fa,
.main-menu .the-menu > li:first-child > a.menu-home-icon .fa {
  display: inline-block !important;
  color: #fff;
  font-size: 17px;
  line-height: 34px;
  text-shadow: 0 1px 1px rgba(0, 41, 92, .32);
}

.main-menu .the-menu > li:first-child > a:hover,
.main-menu .the-menu > li:first-child > a:focus,
.main-menu .the-menu > li:first-child > a.active {
  background: rgba(255, 255, 255, .2) !important;
  border-color: rgba(255, 255, 255, .34) !important;
}

.main-menu .the-menu > li:first-child > a br {
  display: none !important;
}

/* Hide the news/tag strip below the main storefront menu. */
.secondary-menu {
  display: none !important;
}

@media (max-width: 767px) {
  .header-logo img {
    height: 64px !important;
    max-height: 64px !important;
    width: auto !important;
  }

  .header-logo {
    margin-bottom: 10px;
  }

  .header .wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
  }

  .header-logo {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .header .mainmenu,
  .header .header-menu {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .header .header-menu,
  .header .header-addons {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-top: 0 !important;
  }
}

/* Mobile navigation: hide desktop/side menus and show a compact bottom menu. */
.mobile-bottom-menu {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
  }

  .main-menu,
  .secondary-menu,
  .main-sidebar,
  div.main-sidebar,
  aside.main-sidebar,
  .content-block.left,
  .content-block.right,
  .sidebar,
  [class*="sidebar"],
  [id*="sidebar"],
  .mainmenu,
  .header-addons .hidden-xs {
    display: none !important;
  }

  .double-block,
  .content-block.main,
  .main-page.left,
  .content .wrapper,
  .main-content {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-bottom-menu {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 99998;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 16px;
    background: var(--argon-blue-gradient);
    box-shadow: 0 16px 32px rgba(11, 99, 206, .28), inset 0 1px 0 rgba(255, 255, 255, .32);
  }

  .mobile-bottom-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 48%;
    border-radius: 16px 16px 0 0;
    pointer-events: none;
    background: var(--argon-gloss);
  }

  .mobile-bottom-menu a {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border-radius: 12px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 41, 92, .3);
  }

  .mobile-bottom-menu a:hover,
  .mobile-bottom-menu a:focus {
    background: rgba(255, 255, 255, .16);
    text-decoration: none;
  }

  .mobile-bottom-menu .glyphicon {
    display: block;
    font-size: 18px;
    line-height: 1;
  }

  #Back-to-top {
    bottom: 92px !important;
  }
}

/* Force legacy mobile side-menu controls to match the blue glossy theme. */
@media (max-width: 767px) {
  a.mobile-menu,
  .mobile-menu {
    display: block !important;
    width: 42px !important;
    height: 38px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 0 0 0 10px !important;
    background: var(--argon-blue-gradient) !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 38px !important;
    text-align: center !important;
    text-shadow: 0 1px 1px rgba(0, 41, 92, .35) !important;
    box-shadow: 0 9px 18px rgba(17, 113, 239, .24), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
    overflow: hidden !important;
  }

  a.mobile-menu:before,
  .mobile-menu:before {
    content: "\f0c9";
    display: inline-block;
    color: #fff !important;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 38px;
  }

  a.mobile-menu:after,
  .mobile-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 48%;
    pointer-events: none;
    background: var(--argon-gloss);
  }

  a.mobile-menu:hover,
  a.mobile-menu:focus,
  .mobile-menu:hover,
  .mobile-menu:focus {
    background: linear-gradient(135deg, #074b9e 0%, #1171ef 48%, #38bdf8 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .themenumobile {
    background: linear-gradient(180deg, #063b83 0%, #0b63ce 100%) !important;
    box-shadow: 16px 0 32px rgba(11, 36, 71, .2) !important;
  }

  .themenumobile strong {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, .18) !important;
  }

  .themenumobile ul li a {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, .12) !important;
  }

  .themenumobile ul li a:hover {
    background: rgba(255, 255, 255, .14) !important;
  }
}

/* Align mobile hamburger with the logo. */
@media (max-width: 767px) {
  .header,
  .header .wrapper {
    position: relative !important;
  }

  .header .wrapper {
    min-height: 74px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .header-logo {
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    padding-right: 54px !important;
  }

  a.mobile-menu,
  .mobile-menu {
    position: absolute !important;
    top: 40px !important;
    right: 14px !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 20 !important;
  }
}

/* Final mobile header alignment: hamburger follows the logo center, not the full header height. */
@media (max-width: 767px) {
  .header > .wrapper {
    position: relative !important;
  }

  .header > .wrapper > a.mobile-menu {
    top: 40px !important;
    right: 14px !important;
    transform: translateY(-50%) !important;
  }
}

/* Transparent mobile hamburger button. */
@media (max-width: 767px) {
  a.mobile-menu,
  .mobile-menu,
  .header > .wrapper > a.mobile-menu {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  a.mobile-menu:after,
  .mobile-menu:after {
    display: none !important;
    content: none !important;
  }
}

.main-content .container > .produk,
.main-content .container > .col-md-2.col-xs-6 {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-column: auto !important;
  margin: 0 !important;
}

.main-content .container > .col-md-2.col-xs-6 {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(17, 113, 239, .11);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(245, 250, 255, .96) 100%);
  box-shadow: var(--argon-shadow), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.main-content .container > .col-md-2.col-xs-6 > center > div:first-child {
  height: 150px !important;
  margin-bottom: 12px;
  border-radius: 7px;
  background: linear-gradient(180deg, #f8fbff 0%, #e8f4ff 100%);
  overflow: hidden;
}

.main-content .container > .col-md-2.col-xs-6 img {
  width: 100% !important;
  height: 150px !important;
  min-height: 150px !important;
  object-fit: cover;
  display: block;
  border-radius: 7px;
}

@media (max-width: 991px) {
  .main-content .container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
  }
}

@media (max-width: 767px) {
  .main-content .container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-content .container > .produk,
  .main-content .container > .col-md-2.col-xs-6 {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .main-content .container > .produk:nth-child(n),
  .main-content .container > .col-md-2.col-xs-6:nth-child(n) {
    clear: none !important;
    grid-column: auto !important;
  }

  .main-content .container > .produk > center > div:first-child,
  .main-content .container > .col-md-2.col-xs-6 > center > div:first-child,
  .main-content .container > .produk img,
  .main-content .container > .col-md-2.col-xs-6 img {
    height: 132px !important;
    min-height: 132px !important;
  }
}

/* Desktop active storefront menu text should be yellow. */
@media (min-width: 768px) {
  .main-menu .the-menu > li > a.active,
  .main-menu .the-menu > li.active > a,
  .main-menu .the-menu a.active,
  .mainmenu .mainnav > li > a.active,
  .mainmenu .mainnav > li.active > a,
  .mainnav a.active {
    color: #ffd84d !important;
    text-shadow: 0 1px 1px rgba(0, 41, 92, .35) !important;
  }

  .main-menu .the-menu > li > a.active .fa,
  .main-menu .the-menu > li.active > a .fa,
  .mainmenu .mainnav > li > a.active .fa,
  .mainmenu .mainnav > li.active > a .fa {
    color: #ffd84d !important;
  }
}
