.page-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  border-bottom: 0;
  background: linear-gradient(180deg, #083b55, #0c5f7e);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.page-header .panel.wrapper {
  display: none;
}
.logo {
    display: flex;
    align-items: center;
}
.brand-name {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #00FFFF;
}
.minicart-wrapper .action.showcart, .minicart-wrapper .action.showcart:before{
  color: #00FFFF !important;
}
@media (max-width: 768px) {
  .nav-toggle {
    display: none !important;
  }
  .logo{
    margin-left:0;
    max-width: 100%;
  }
}

.site-footer {
  background: #0a4d6d;
  color: #cfe7f3;
  padding-top: 80px;

  a {
    color: #cfe7f3;
    text-decoration: none;
  }
}

/* Intro text */
.footer-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.6;
}

/* Contact cards */
.footer-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.footer-card {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;

  h4 {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 8px;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Icons (simple, clean like screenshot) */
.footer-card .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.location {
  background-image: url('@{baseDir}images/icon-location.svg');
}
.icon.email {
  background-image: url('@{baseDir}images/icon-email.svg');
}
.icon.phone {
  background-image: url('@{baseDir}images/icon-phone.svg');
}

/* Bottom bar */
.footer-bottom {
  background: #083f5b;
  padding: 24px 20px;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  font-size: 13px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;

  img {
    width: 28px;
  }

  span {
    font-weight: 600;
    color: #ffffff;
  }
}

.footer-tagline {
  text-align: center;
  opacity: 0.85;
}

.footer-copy {
  text-align: right;
  opacity: 0.7;
}

@media (max-width: 768px) {

  .footer-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-bottom-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .footer-copy {
    text-align: center;
  }

}
.columns .column.main, .page-footer {
  padding-bottom: 0 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .footer-brand {
    width: 50%;
    margin: auto;
  }
}
/* Login page layout fix */
.customer-account-login {
  .page-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
  }
  .column.main {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.customer-account-login {
  .block-customer-login {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  }
  .block-title {
    text-align: center;
    margin-bottom: 24px;
    strong {
      font-size: 20px;
      font-weight: 600;
    }
  }
}
.customer-account-login {
  .form-login {
    .input-text {
      height: 44px;
      border-radius: 6px;
    }
    .action.login {
      width: 100%;
      height: 44px;
      border-radius: 6px;
      margin-top: 12px;
    }
  }
}
@media (max-width: 767px) {
  .customer-account-login {
    .page-main {
      padding-top: 40px;
    }
    .block-customer-login {
      padding: 24px 20px;
      box-shadow: none; /* lighter on mobile */
    }
    .columns{
      width: 100%;
    }
  }
}
.customer-account-login {
  .page-title-wrapper, .field.note{
    display: none;
  }
}
@media (min-width: 768px) {
  .block-customer-login{
    width: 100% !important;
  }
  .customer-account-login .columns{
    width: 35%;
  }
}
.block-customer-login{
  margin-bottom: 100px !important;
}
@media (min-width: 768px) {
    .catalog-category-view .products-list .product-item {
        width: 50% !important;
        float: left;
    }
}
.catalog-category-view .action.more {
    display: none !important;
}
.catalog-category-view .page-title-wrapper{
  margin-top: 20px;
}
.minicart-wrapper .action.viewcart {
    display: none !important;
}
.modal-popup{
  z-index: 999;
}
.md_osc_step_3, .md_osc_step_4 {
  display:none;
}
.checkout-onepage-success .page-title-wrapper{
  margin-top: 50px;
}
.products-list .product-item-photo{
  display: none;
}