/** Shopify CDN: Minification failed

Line 18:16 Expected ":"

**/
html{
  overflow-x:hidden;
}

.main-wrapper {
  display: flex;
  max-width:1200px;
  margin:auto;
}

.section-left{
  width:45%;
  padding:20px;s
}

.section-right {
  width:55%;
  padding-top:40px;
}

.section-right p{
  font-size:1.6rem;
}

.contact .section-right, .customer-service .section-right {
    padding-right: 220px;
    padding-left: 5px;
}

.section-right.page-category-container{
    padding:5px 20px 0px 8px;
}

/* Tile style (Aesop-like) */
.tile {
    text-decoration: none;
    cursor: pointer;
    padding: 20px 30px 20px 25px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-bottom: 20px;
    min-height: 125px;
}

.tile-icon{
  padding-left:5px;
  padding-top:2px;
}

.tile-flex{
  display:flex;
  flex-direction:row;
  gap:9px;
}

.tile .title {
  margin-bottom: 8px;
  margin-top:0px;
}

.tile .tile-content .title{
  font-weight:500;
  font-size:14px;
  text-decoration:none!important;
  font-family:"Suisse medium", sans-serif;
}

.quick-link, .section-right a.cta{
  text-decoration:none!important;
  margin-top:20px;
}

.tile .description, .tile .description p {
  font-size: 14px;
  line-height: 1.6;
}

.tile .description p{
  margin:0px;
}

.svg-icon {
  width: 24px;
    height: 20px;
}

.cta-area>p {
    font-family: "Zapf Humanist";
    font-size: 25px;
    margin:0px;
}

.cta.cta--filled{
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 254, 242, 1);
}

a.cta {
    text-align: left;
    padding: 19px 23px 19px 23px;
    font-size: 14px;
    line-height: 1.33;
    position: relative;
    margin: 5px 0;
    min-width: 200px;
}

.section-right a.cta {
    width: 300px;
    display:flex;
    justify-content:space-between;
}

.cta .cta-icon svg path, .a:hover .cta-icon svg path{
    fill: rgba(255, 254, 242, 1);
    color: rgba(255, 254, 242, 1);
    stroke:rgba(255, 254, 242, 1);
}

a.cta.cta--filled:hover {
    background: #000;
}

.cta.cta--outline{
  border: 1px solid rgba(51, 51, 51, 0.2);
}

a.cta.cta--outline svg path{
    stroke:rgba(51,51,51,1);
    fill:rgba(51,51,51,1);
    color:rgba(51,51,51,1);
}

a.cta.cta--outline:hover{
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 254, 242, 1);
    text-decoration: none;
}

a.cta:hover svg path{
    stroke:rgba(255, 254, 242, 1);
    fill:rgba(255, 254, 242, 1);
    path: rgba(255, 254, 242, 1);
}

a.cta.cta--text svg{
  display:none;
}

a.cta.cta--text{
    font-family:"Suisse regular", sans-serif!important;
    border:none;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height:1.5;
    width:100%;
    margin:0px;
}

a.cta.cta--text:hover{
    text-decoration:underline!important;
    background-color:transparent;
    color:rgba(51,51,51,1);
}

.section.categories.blocks{
    padding-top:20px;
}

.blocks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blocks-item-link {
    color: rgba(51, 51, 51, 1);
    padding: 10px 30px 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    border-radius: inherit;
  position:relative;
  text-decoration:none!important;

}

.blocks-item .svg-icon svg path{
  fill:#333333;
}

.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
    color: inherit;
    text-decoration: none!important;
}

.blocks-item-title{
  position:relative;  
  text-decoration:none!important;
}

.blocks-item-title::before {
    content: ' ';
    position: absolute;
    bottom: -2px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
    width: 0;
    transition: width 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blocks-item-title:hover::before {
    width: 100%;
}

.blocks-item-title {
  font-size: 16px;
  margin-top:-3px;
}

/* icon */
.blocks-item .svg-icon svg {
  width: 20px;
  height: 20px;
}

.blocks-heading, .quicklinks-wrapper h2{
  font-size:24px;
  font-weight:400;
  margin-bottom:20px;
}

/* Quick Links */
.quicklinks-wrapper{
    margin-bottom:60px;
}

.quicklinks-container{
  display:flex;
  flex-direction:column;
}

.quicklinks-container a.cta.cta--outline{
    background-color: transparent;
    border: 1px solid rgba(51, 51, 51, 0.2);
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    -webkit-touch-callout: none;
    font-family: "Suisse medium", sans-serif;
    padding: 19px 23px 19px 23px;
    font-size: 14px;
    line-height: 1.33;
    position: relative;
    margin: 5px 0;
    min-width: 200px;
}

/* Accordion */
.accordion {
  display: none;
}

/* show when checked */
.accordion:checked + .tab-label + .tab-content {
  display: block;
}

/* list */
.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list-item {
    font-size: 16px;
    padding: 15px 0;
}

.article-list-link {
  text-decoration: none;
  color: #111;
}

.article-list-link:hover {
  text-decoration: underline;
}

input.accordion {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom:20px;
}

.tab-label {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 20px 0;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    cursor: pointer;
}

input.accordion:checked~.tab-content {
    max-height: 100vh;
    opacity: 1;
}

/* icon default (closed state) */
.tab-label .accordion-icon {
  transition: all 0.35s;
}

/* rotate when OPEN */
.accordion:checked + .tab-label .accordion-icon {
  transform: rotate(180deg);
}

.tab-content {
    max-height: 0;
    color: #2c3e50;
    transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
}

/* Category Header Mobile */

.category-header-mobile {
    background: rgba(51, 51, 51, 1);
    padding: 20px;
    display: none;
    align-items: center;
}

/* Table */
figure.wysiwyg-table {
    display: table;
    margin: .9em auto;
}

figure.wysiwyg-table table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

figure.wysiwyg-table table td strong{
    font-weight:bolder;
}

figure.wysiwyg-table>table td, figure.wysiwyg-table>table th {
    border-style: solid;
    border-width: 1px;
    min-width: 2em;
    padding: 10px;
}

figure.wysiwyg-table>table td p, figure.wysiwyg-table>table td span{
  margin:0px;
}

.wysiwyg-font-size-medium, .block-text em {
    font-size: small;
}

@media (max-width: 767px) {

  .section-left, .section-right, .section-right a.cta{
    width:100%;
  }

  .section-left{
    padding:20px 0px;
  }

  .contact .section-right, .customer-service .section-right{
    padding:0px 5px;
  }

  .main-wrapper {
    flex-direction: column;
    padding:0px 5%;
  }

  .section-right{
    padding:0px;
  }

  .tile{
    padding-right:16px;
  }

  .category-header-mobile {
      display: flex;
      justify-content:space-between;
  }

  .blocks-header, .blocks-wrapper .blocks-heading, .category-header-mobile .icon-open{
    display:none;
  }

  .page-category-header.active .category-header-mobile .icon-open, .blocks-wrapper.active .blocks-list {
    display: block;
  }

  .page-category-header.active .category-header-mobile .icon-closed{
    display:none;
  }

  .page-category-header.active .category-header-mobile .icon-open{
    margin-top:-10px;
  }

  .page-category .main-wrapper, .page-category .section-left{
    padding:0px;
  }

  .page-category .section-right{
    padding:0px 20px;
  }

  .page-category-header .blocks-list{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .page-category-header.active .blocks-list{
    max-height:500px;
  }

  .page-category-header .blocks-list .blocks-item{
    background-color:rgba(51, 51, 51, 1);
    border-top:1px solid rgba(255, 254, 242, 1);
  }

  .page-category-header .blocks-list .blocks-item:hover{
    background-color:#666666;
  }

  .page-category-header .svg-icon svg {
      width: 24px;
      height: 20px;
  }

  .page-category-header .svg-icon svg path{
    fill:rgba(255, 254, 242, 1);  
  }

  .page-category-header .blocks-list .blocks-item-title{
    font-size:24px;
    color:rgba(255, 254, 242, 1);
  }
  
  .page-category-header .blocks-item-link{
    padding:20px;
    gap:5px;
    align-items:center;
  }

  .category-header-mobile a, .category-header-mobile span {
      color: rgba(255, 254, 242, 1) !important;
      font-size: 24px;
  }
}