/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 10:7 Unexpected "2026"
Line 11:1 Expected identifier but found "%"

**/
{% comment %}
EDITED 2026-09-14 [Christine Ryder]: restored custom--section-double.css style sheet from HOTFIX theme. Unsure why this was removed. TBD if it fixes the product page expanding content.
{% endcomment %}
.list-of-icons--container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 15px;
  padding: 20px 0;
  column-gap: 1em;
}

.list-of-icons--container .icon--item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.list-of-icons--container .icon--item p {
  font-size: 1rem;
}
.brick__section .icon--item p {
  text-transform: uppercase;
}
.brick__section .rte {
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
}
.brick__section .standard__cta {
  font-size: 15px;
  margin-left: 0;
}
.brick__section .icon--item img {
  max-width: 60px;
  max-height: 60px;
}

.template-article-page .contain-image img.block.overflow-hidden.w-full.h-full.object-cover {
  object-fit: contain;
}
@media (min-width: 501px) {
  .template-article-page .brick__section.contain-image,
  .template-article-page .brick__section.contain-image .use_screen_one_fifth{
    min-height: 400px !important;
  }
}
@media (min-width: 768px) {
 .brick__section .brick__block {
    width: 50%;
  } 
  .template-article-page .brick__section.contain-image,
  .template-article-page .brick__section.contain-image .use_screen_one_fifth{
    min-height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .list-of-icons--container {
    column-gap: 4em;
  }
  .template-article-page .brick__section.contain-image,
  .template-article-page .brick__section.contain-image .use_screen_one_fifth{
    min-height: 400px !important;
  }
}
@media (min-width: 1600px) {
  .template-article-page .brick__section.contain-image,
  .template-article-page .brick__section.contain-image .use_screen_one_fifth{
    min-height: 450px !important;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .list-of-icons--container .icon--item p {
    font-size: 12px;
  }
  .brick__section .icon--item img {
    max-width: 50px;
    max-height: 50px;
  }
}

@media (max-width: 500px) {
  .list-of-icons--container {
    display: flex;
    grid-template-columns: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .brick__section .standard__cta {
    margin-top: 10px;
  }
  .template-article-page .brick__section.contain-image,
  .template-article-page .brick__section.contain-image .use_screen_one_fifth{
    min-height: 300px !important;
  }
  .template-article-page .brick__section.contain-image,
  .template-article-page .brick__section.contain-image .use_screen_one_fifth{
    min-height: 275px !important;
  }
}