/** Shopify CDN: Minification failed

Line 41:0 All "@import" rules must come first

**/
/**
 * Custom CSS
 * ==========
 * All custom style overrides go here.
 * Never edit vendor CSS files directly.
 *
 * 1. CSS Variables
 * 2. Base / Global
 * 3. Header
 * 4. Footer
 * 5. Forms (global inputs, labels)
 * 6. HubSpot forms
 * 7. Section content & blocks
 * 8. Symbols glossary
 * 9. Tables
 * 10. Product / media
 */

/* ==========================================================================
   1. CSS Variables
   ========================================================================== */

:root {
  --puritan-brand-primary: #008066;
  --puritan-brand-accent: #1cafa9;
  --narrow-page-width: 68.75rem;
  --menu-parent-active-font-color: var(--puritan-brand-primary);
  --menu-child-active-font-color: var(--puritan-brand-primary);
  --font-h4-color: var(--puritan-brand-primary);
}

/* ==========================================================================
   2. Base / Global
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

h3.h3 {
  color: var(--puritan-brand-primary) !important;
}

/* Breadcrumbs */
.page-main .breadcrumbs {
  display: none;
}

/* ==========================================================================
   3. Header
   ========================================================================== */

.header-button-wrapper {
  display: inline-flex;
  align-items: center;
}

.header-button-wrapper:empty,
.header-button-wrapper:has(a:empty) {
  display: none;
}

#header-component {
  box-shadow: 0px 5px 20px 0px #ccc;
}

/* ==========================================================================
   4. Footer
   ========================================================================== */

.footer-utilities .right {
  background: url('footer_made_in_usa.webp') no-repeat;
  background-size: 36px 23px;
  background-position: right 13px;
  height: 52px;
  line-height: 48px;
  text-align: left;
  width: 190px;
  display: table;
  font-size: 0.75rem;
}

/* ==========================================================================
   5. Forms (global inputs, labels)
   ========================================================================== */

input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='number'],
input[type*='date'],
input[type='email'] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 1.5;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
}

form:not(.facets__form) label {
  display: inline-block;
  margin-bottom: 3px;
}

form:not(.facets__form) label span {
  color: var(--puritan-brand-primary);
  font-weight: 400;
  line-height: 30px;
}

form fieldset.form-columns-1 .input textarea {
  min-height: 150px;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
  resize: vertical;
}

/* ==========================================================================
   6. HubSpot forms
   ========================================================================== */

.shopify-block .hbspt-form,
.group-block-content .hbspt-form {
  max-width: 900px !important;
  width: 100%;
  overflow: hidden;
  padding: 35px;
  background: #ccc;
}

.shopify-section-group-footer-group .group-block-content .hbspt-form {
  padding: unset;
  background: unset;
}

.shopify-block .hbspt-form form,
.group-block-content .hbspt-form form {
  padding: 15px 20px 20px 20px !important;
  background: #fff;
}

.shopify-section-group-footer-group .group-block-content .hbspt-form form {
  padding: unset !important;
  background: unset;
}

.hs-form.stacked .field {
  flex-direction: column;
  margin-bottom: 15px;
}

footer .hs-form.stacked .field {
  margin-bottom: 0;
}

textarea.hs-input {
  box-sizing: border-box !important;
}

select.hs-input {
  background: #fff url(select-bg.svg) no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 1.5;
  padding: 0 50px 0 10px;
  vertical-align: middle;
  width: 100%;
}

.actions .primary,
.actions .primary:hover {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 25px !important;
  box-shadow: none !important;
  display: inline-block;
  line-height: 16.8px !important;
  padding: 11px 20px !important;
  text-decoration: none !important;
  background: var(--puritan-brand-primary) !important;
  border: 1px solid var(--puritan-brand-primary) !important;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.actions .primary:hover,
.actions .secondary:hover {
  background: #fff;
  border: 1px solid #ccc;
  color: var(--puritan-brand-primary);
}

.hs_recaptcha {
  margin-top: 25px;
  margin-bottom: 20px !important;
}

.legal-consent-container {
  padding-top: 2em;
  font-size: 0.7em;
  font-weight: 500;
}

.hs-error-msgs {
  margin: 0;
  padding-left: 0;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  color: red;
  font-size: 13px;
}

.hs-error-msgs > li {
  list-style: none;
}

.hs-form-required {
  color: red;
}

/* ==========================================================================
   7. Section content & blocks
   ========================================================================== */

/* Section content wrapper (h2 with line) */
.section-content-wrapper h2 span {
  background: #fff;
  padding-right: 10px;
}

.section-content-wrapper h2:has(span) {
  position: relative;
}

.section-content-wrapper h2:has(span):after {
  border-top: 2px solid var(--puritan-brand-primary);
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 21px;
  width: 100%;
  z-index: -1;
}

/* Content title layout */
.content-title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/* Puritan group block */
.custom-puritan-group > .group-block-content {
  padding-left: 25px;
  border-left: 2px solid var(--puritan-brand-primary);
}

/* Puritan text block – styled heading with lines */
.custom-puritan-text--styled {
  display: flex;
  justify-content: center;
  width: 100%;
}

.custom-puritan-text__styled-content {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.custom-puritan-text__styled-content::before,
.custom-puritan-text__styled-content::after {
  content: '';
  width: 45px;
  height: 2px;
  background: var(--puritan-brand-primary);
}

.custom-puritan-text__styled-content::before {
  margin-right: 15px;
}

.custom-puritan-text__styled-content::after {
  margin-left: 15px;
}

.custom-puritan-text__styled-content-2,
.custom-puritan-text__styled-content-2 .text-block,
.custom-puritan-text__styled-content-2 .text-block > * {
  display: inline-block;
}

.custom-puritan-text__styled-content-2 {
  background: #fff;
  padding-right: 10px;
}

.custom-puritan-text--styled-2 {
  width: 100%;
  position: relative;
}

.custom-puritan-text--styled-2::after {
  border-top: 2px solid var(--puritan-brand-primary);
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 21px;
  width: 100%;
  z-index: -1;
}

/* Puritan Product Files Block */
.puritan-file-wrapper a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-primary-button-hover-text);
}

.puritan-file-wrapper a:hover {
  text-decoration: underline;
}

.puritan-file-wrapper .icon {
  display: inline-block;
  margin-right: 0.5rem;
  width: 22px;
  height: 27px;
}

.puritan-file-wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Blog posts: Grid - Card */
.blog-post-card__image {
  /* object-fit: cover; */
  object-position: center top;
  /* height: calc(var(--blog-post-card-img-height) * var(--blog-post-card-scale)); */
}

.featured-blog-posts-card .featured-blog-posts-card__content h4 {
  order: 2;
  font-size: 18px;
}

.featured-blog-posts-card .resource-image {
  aspect-ratio: 1.64;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-blog-posts-card .resource-image img {
  object-fit: initial;
  height: auto;
  width: 100%;
  aspect-ratio: initial;
}

.featured-blog-posts-card .resource-image img {
  height: 204px;
  object-fit: cover;
  object-position: center top;
}

.featured-blog-posts-card .featured-blog-posts-card__content .shopify-block {
  border-bottom: 1px solid #79828d;
  padding: 0.5rem 0;
}

.featured-blog-posts-card
  .featured-blog-posts-card__content
  .blog-post-details {
  color: var(--puritan-brand-accent);
  font-weight: bold;
  font-size: 16px;
}

.blog-post-item:first-child,
.blog-post-item:nth-child(2),
.blog-post-item:nth-child(3) {
  --blog-post-card-scale: 0.6;
  grid-column: span 2;
}

.blog-post-item:first-child .blog-post-card {
  flex-direction: column;
}

.blog-post-item:first-child .blog-post-card__image-container {
  width: 100%;
}

.blog-post-item:first-child:has(.blog-post-card__image-container)
  .blog-post-card__content {
  padding-inline-start: 0;
  width: 100%;
}

/* Request Buttons block */
.request-buttons-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0 0;
}

@media (min-width: 750px) {
  .request-buttons-wrapper {
    flex-direction: row;
  }
}

/* ==========================================================================
   8. Symbols glossary
   ========================================================================== */

.symbol_glossary_packing {
  margin-top: 40px;
}

.symbol_glossary_packing .symbol_glossary_main_title {
  width: 100%;
  margin-bottom: 40px;
}

.symbol_glossary_packing .symbol_glossary_container {
  max-width: 1100px;
  margin: 0 auto;
}

.symbol_glossary_packing .symbol-glossary-title {
  font-size: 25px;
  line-height: 125px;
  color: white;
  font-weight: 600;
}

.symbol_glossary_packing .symbol-glossary-content {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.symbol_glossary_packing .symbol-glossary-content .containt-title {
  display: flex;
}

.symbol_glossary_packing .symbol-glossary-content .content-left {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 1.2%;
}

.symbol_glossary_packing .symbol-glossary-content .content-left .symbol-image {
  float: left;
}

.symbol_glossary_packing .symbol-glossary-content .content_right {
  width: 49%;
  display: inline-block;
  padding-left: 1.2%;
}

.symbol_glossary_packing
  .symbol-glossary-content
  .content_right
  .Meaning-title {
  float: right;
}

.symbol_glossary_packing .symbol-title {
  width: 18%;
  display: inline-block;
  min-height: 50px;
  background: var(--puritan-brand-primary);
  text-align: left;
  padding-left: 10px;
  padding-top: 6px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.symbol_glossary_packing .Meaning-detail {
  width: 64%;
  display: inline-block;
  min-height: 50px;
  background-color: var(--puritan-brand-primary);
  text-align: left;
  padding-left: 10px;
  padding-top: 6px;
  border-left: 2px solid white;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.symbol_glossary_packing .iso-title {
  width: 18%;
  display: inline-block;
  min-height: 50px;
  background: var(--puritan-brand-primary);
  text-align: left;
  padding-left: 10px;
  padding-top: 6px;
  border-left: 2px solid white;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1px;
}

.symbol_glossary_packing .symbol-image {
  width: 18%;
  display: inline-block;
  text-align: left;
  position: relative;
  border-bottom: 2px solid var(--puritan-brand-primary);
}

.symbol_glossary_packing .symbol-image img {
  max-height: 70%;
  max-width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.symbol_glossary_packing .content_right .Meaning-title {
  float: right;
}

.cms-symbols-glossary
  .symbol_glossary_packing
  .content-left
  .content-left
  .symbol-image {
  float: left;
}

.symbol_glossary_packing .Meaning-title {
  width: 64%;
  display: inline-block;
  text-align: left;
  padding: 10px 16px 10px 16px;
  border-left: 2px dotted var(--puritan-brand-primary);
  border-bottom: 2px solid var(--puritan-brand-primary);
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 17px;
}

.symbol_glossary_packing .iso-detail {
  width: 18%;
  display: inline-block;
  text-align: left;
  padding: 10px 10px 30px 15px;
  border-left: 2px dotted var(--puritan-brand-primary);
  border-bottom: 2px solid var(--puritan-brand-primary);
  font-size: 18px;
}

.symbol_glossary_packing .containt-detail {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.symbol_glossary_packing .ce-mark {
  line-height: 1;
}

.symbol_glossary_packing .Meaning-title.ec-rep,
.symbol_glossary_packing .Meaning-title.caution,
.symbol_glossary_packing .Meaning-title.ce-mark {
  line-height: 1;
}

.symbol_glossary_packing .Meaning-title strong {
  font-size: 18px;
  font-weight: 900 !important;
  line-height: 1;
}

.symbol_glossary_packing .Meaning-title span.small {
  font-size: 11px;
}

.symbol_glossary_packing .Meaning-title span.small img {
  width: auto;
  height: 15px;
  display: inline-block;
}

.symbol_glossary_packing .symbol-image.man-en img,
.symbol_glossary_packing .symbol-image.ce-en img {
  max-height: 70%;
  max-width: 55%;
}

.symbol_glossary_packing .symbol-image.ce-2797 img {
  max-height: 70%;
  max-width: 50%;
}

.symbol_glossary_packing .symbol_glossary_languages {
  text-align: center;
}

.symbol_glossary_packing .symbol_glossary_languages select {
  width: 20%;
}

@media (max-width: 749px) {
  .symbol_glossary_packing .symbol-glossary-content .content-left,
  .symbol_glossary_packing .symbol-glossary-content .content_right {
    width: 100%;
    display: block;
    padding-right: 1.2%;
    padding-left: 1.2%;
  }
}
/* ==========================================================================
   9. Tables
   ========================================================================== */

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.mobile-container .center .table {
  margin-top: 30px;
  overflow: hidden;
  width: 80%;
}

.mobile-container .center .table .col {
  width: 33%;
  float: left;
  margin-bottom: 20px;
}

.mobile-container .center .table .col h3 {
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 20%;
  color: var(--puritan-brand-primary);
}

.mobile-container .center .table .col p {
  padding-top: 0;
  border-bottom: 1px solid #ccc;
  padding-left: 20%;
  margin-bottom: 0;
}

/* ==========================================================================
   10. Product / media
   ========================================================================== */

.media-gallery--carousel {
  /* Used with product badges --badge-offset-* in product-media-gallery-content */
  --media-gallery-carousel-padding-block: 30px;
  padding: var(--media-gallery-carousel-padding-block) 0;
}

slideshow-slide .product-media {
  border: 1px solid rgb(204, 204, 204);
}

.dialog-zoomed-gallery {
  max-width: 60%;
  margin: auto;
}

.certificates {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
  margin: 0 auto 20px;
  max-width: 1100px;
}
