/* general */
html {
  scroll-behavior: smooth;
}

/* header */
.navbar-item,
.navbar-link {
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}

.navbar-item img {
  max-height: 2.9em;
}

@media screen and (min-width: 1088px) {
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -1.25rem;
  }

  ul.navigationmenu--categories li a {
    padding-right: 1rem;
  }
}

/* footer */
footer .subtitle {
  font-weight: 500;
}

footer .footer-column-content li {
  margin-bottom: 8px;
}
footer .footer-column-content li:last-child {
  margin-bottom: 0;
}

.ict-dedicated-footer-column-1 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .ict-dedicated-footer-column-3 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1088px) {
  .ict-dedicated-footer-column-1 {
    width: 55% !important;
  }

  .ict-dedicated-footer-column-2,
  .ict-dedicated-footer-column-3,
  .ict-dedicated-footer-column-4 {
    width: 15% !important;
  }
}

.image.dedicated-footer-logo img {
  height: 2.9rem;
}

.footer-copyright {
  margin-top: 2rem;
}

.footer-copyright h4 {
  font-size: 0.875rem;
}

/* homepage hero banner */
@media screen and (min-width: 1088px) {
  .home-banner .columns .ict-image-column {
    padding-right: 1.5rem;
  }

  .home-banner .columns .ict-content-column {
    padding: 1.5rem;
  }

  .home-banner .title.is-1 {
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 1.3;
  }

  .home-banner .ict-paragraph p {
    font-size: 1.25rem;
  }

  .home-banner img {
    height: 100%;
  }
}

/* homepage categories and products */
@media screen and (min-width: 768px), print {
  .homeFeaturedCategoriesWrapper .columns:not(.is-desktop):not(.is-widescreen),
  .homeFeaturedProductsWrapper .columns:not(.is-desktop):not(.is-widescreen) {
    justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .homeFeaturedCategoriesWrapper
    .listWrapper
    .listItem
    .small-product-item
    .category-item
    .product-title {
    transform: translateY(0%);
  }
}

@media screen and (min-width: 1088px) {
  .homeFeaturedCategoriesWrapper h3.title,
  .homeFeaturedProductsWrapper h3.title {
    text-align: center !important;
    font-weight: 700;
  }
}

.homeFeaturedCategoriesWrapper {
  padding: 3rem 0;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
  border: 0 !important;
}

.homeFeaturedCategoriesWrapper
  .listWrapper
  .listItem
  .small-product-item
  .category-item
  .product-title
  a {
  font-weight: 700;
}

/* category page */
.arone-category-page .category-intro-wrapper {
  position: sticky;
  top: 10px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 1rem;
}

/* about page style */
.about-hero .column {
  display: flex;
  flex-direction: column;
}

.about-hero .column .has-text-inherit {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.about-hero .column .is-inline-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about-hero .column .ict-image {
  flex: 1;
  height: 100%;
}

.about-hero .column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hemlock a {
  text-decoration: underline;
}

/* confirmation page */
/* this hides the order approval note from the confirmation page */
#checkout-step-confirm-order .approvalRequiredBasketField {
  display: none;
}
