/** Shopify CDN: Minification failed

Line 299:0 Unexpected ".12345"

**/
/* ============================================== */
/* =============== IMAGE-WITH-TEXT ============== */
/* ============================================== */

.image-with-text{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-with-text-rounded-corners{
    border-radius: var(--border-radius);
}

.image-with-text-image{
    width: 40%;
    align-self: stretch;
}

.image-with-text-image img, .image-with-text-image .icon-placeholder{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-with-text-image .icon-placeholder{
    box-sizing: border-box;
}

.image-with-text-image-margin{
    box-sizing: border-box;
    padding: var(--mobile-horizontal-margin);
}

.image-with-text-image-rounded-corners img, 
.image-with-text-image-rounded-corners iframe, 
.image-with-text-image-rounded-corners video{
    border-radius: var(--border-radius);
}

.image-with-text-image-rounded-corners.image-with-text-image-rounded-corners-forced img, 
.image-with-text-image-rounded-corners.image-with-text-image-rounded-corners-forced iframe, 
.image-with-text-image-rounded-corners.image-with-text-image-rounded-corners-forced video{
    border-radius: var(--border-radius) !important;
}

.image-with-text-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.image-with-text-content-bottom-padding{
    padding-bottom: var(--mobile-horizontal-margin);
}

.image-with-text-content h2 p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.image-with-text-content-bullet-points{
    display: grid;
}

.image-with-text-content-bullet-points-two-columns{
    grid-template-columns: 50% 50%;
}

.image-with-text-content-bullet-points div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-with-text-content-bullet-points div img{
    width: 32px;
    margin-right: 10px;
}

.iwtc-label {
    border-radius: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    white-space: nowrap;
    -webkit-transition: background 100ms;
    transition: background 100ms;
    color: #62636b;
    background-color: #f2f2f4;
    padding: 17px 24px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .image-with-text{
        display: block;
    }

    .image-with-text-image{
        width: 100%;
        padding-bottom: 0;
    }

    .image-with-text-image-margin{
        padding: var(--mobile-horizontal-margin) var(--mobile-horizontal-margin) 0px var(--mobile-horizontal-margin);
    }

    .image-with-text-image-rounded-corners img, 
    .image-with-text-image-rounded-corners iframe, 
    .image-with-text-image-rounded-corners video{
        border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    }

    .iwtc-label {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .image-with-text-image-margin{
        padding: 0px;
    }

    .image-with-text-content{
        padding-left: 50px;
    }

    .image-with-text-content.image-with-text-content-bottom-padding{
        padding-left: 50px !important;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 30px !important;
    }

    .image-with-text-content.image-with-text-content-reverse{
        padding-right: 50px;
        padding-left: 0px;
    }

    .image-with-text-content-bottom-padding{
        padding-bottom: 0px;
    }

    .image-with-text-image-rounded-corners img, 
    .image-with-text-image-rounded-corners iframe, 
    .image-with-text-image-rounded-corners video{
        border-radius: var(--border-radius) 0px 0px var(--border-radius);
    }
}

/* ====================================================== */
/* =============== IMAGE-WITH-TEXT VERTICAL============== */
/* ====================================================== */

.image-with-text-content.imtc-vertical{
    padding-left: 0;
}

.image-with-text-content.imtc-vertical > h2 {
  margin-bottom: 1rem;
}

.image-with-text-content.imtc-vertical > div {
    padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .image-with-text-content.imtc-vertical > img {
    width: 100% !important;
  }

  .image-with-text-content.imtc-vertical > div > p {
    margin-bottom: 20px;
  }  
}

/* ============================================== */
/* =============== VIDEO-WITH-TEXT ============== */
/* ============================================== */

.video-with-text-video video{
    width: 100%; height: auto;
}

.video-with-text-video video source{
    width: 100%; height: auto;
}

.video-with-text-youtube{
    position: relative;
    padding-bottom: 56.25%;
}

.video-with-text-youtube iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .video-with-text-youtube.image-with-text-image-margin iframe{
        position: absolute;
        width: calc(100% - 2 * var(--mobile-horizontal-margin));
        height: calc(100% - var(--mobile-horizontal-margin));
    }
}

@media (min-width: 768px) {
    .video-with-text-youtube{
        padding-bottom: 22.5%;
    }
}

/* ====================================================== */
/* =============== FULL-HEIGHT HERO BANNER ============== */
/* ====================================================== */

.transparentHeader {
    background-color: transparent !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: background-color 200ms ease-in-out,border-bottom 200ms ease-in-out;
    transition: background-color 200ms ease-in-out,border-bottom 200ms ease-in-out;
    z-index: 902 !important;
}

.whiteNav {
    color: #fff;
}

.whiteCart {
    stroke: #fff !important;
}

.transparentMobileHeader {
    box-shadow: none;
    border-bottom: none;
}

.whiteHamburger {
    background: #fff !important;
}

.fhhb-container {
    position: relative;
    transform-style: preserve-3d;
    min-height: 100vh;
}

.fhhb-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    background-color: rgb(146, 147, 156);
}

.fhhb-content {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 750px;
    min-height: 100vh;
    margin: -83px auto 0px;
    padding: 30px 15px;
    text-align: center;
}

/*FOR DEV PURPOSES ONLY - DELETE LATER */

.fhhb-header {
  font-size: 70px;
  margin: 0;
  font-family: 'Overpass',sans-serif;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 30px;
}

.fhhb-header em {
  font-style: normal;
  color: #46e997;
}

.12345 {
  display: block;
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.fhhb-text {
  font-size: 20px;
    font-weight: 300;
    line-height: 2;
    color: #ffffff;
}

.fhhb-text em {
  font-style: normal;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/*************************/

.fhhb-arrow {
    padding: 17px 24px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 80px;
    margin: 0px auto;
    transition: transform 200ms ease-in-out 0s;
}

.fhhb-arrow:hover {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    cursor: pointer;
    border: none;
    color: #282e38;
}

.fhhb-arrow img {
    width: 20px;
}

@media (min-width: 350px) {
  .fhhb-arrow {
      position: absolute;
      bottom: 15px;
      left: calc(50% - 40px);
  }
}

@media (min-width: 768px) {
  .fhhb-content {
    /*margin-top: 112px;*/
    min-height: 750px;
    height: calc(100vh - 112px)
  }
  .fhhb-arrow {
      bottom: 3%;
  }
  .fhhb-arrow img {
      width: 28px;
  }
}

@media (max-width: 768px) {
  .fhhb-content {
      margin-top: -63px;
  }
  .fhhb-header {
      font-size: 52px;
  }
  .fhhb-text {
      font-size: 18px;
  }
}

@media not screen and (prefers-reduced-motion: reduce) {
  .fhhb-banner {
      transform: translateZ(-1px) scale(1);
  }
  
  @media (min-width: 768px) {
    .fhhb-banner {
        /*top: -20px;
        transform: translateZ(-1px) scale(1.9);*/
    }
  }
}

/* ======================================================= */
/* =============== CUSTOM PLAIN HERO BANNER ============== */
/* ======================================================= */

.plain-hero-banner {
    background-color: rgb(248, 249, 249);
    padding: 50px 0px;
}

.phb-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.phb-heading {
    color: rgb(40, 46, 56);
    letter-spacing: -0.06em;
    line-height: 100%;
    font-size: 2.222rem;
    text-align: center;
    margin: 0px;
}

.phb-subheading {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
    color: rgb(176, 178, 188);
    text-align: center;
    margin: 15px 0px 0px;
}

@media(min-width: 768px) {
    .plain-hero-banner {
        padding: 100px 0px;
    }
    .phb-heading {
        font-size: 3rem;
    }
    .phb-subheading {
        font-size: 1.444rem;
        letter-spacing: -0.04em;
    }
}

@media (min-width: 1200px) {
    .phb-wrapper {
        max-width: 1168px;
        padding: 0;
    }
}

/* ============================================== */
/* =============== CUSTOM TIMELINE ============== */
/* ============================================== */

.timeline-list {
    max-width: 700px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline-item {
    display: flex;
    gap: 20px;
}

.timeline-decoration {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 1px;
}

.timeline-circle {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 50%;
    border: 4px solid rgb(146, 147, 156);
}

.timeline-line {
    width: 4px;
    flex: 1 0 auto;
    background: rgb(242, 242, 244);
    border-radius: 2px;
}

.timeline-item:last-of-type .timeline-line {
    background: linear-gradient(rgb(242, 242, 244) 0%, rgb(242, 242, 244) 50%, rgba(255, 255, 255, 0) 100%);
}

.timeline-heading {
    display: block;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 100%;
}

.timeline-text {
    display: block;
    color: rgb(146, 147, 156);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.timeline-spacer12 {
    width: 12px;
    height: 12px;
}

.timeline-spacer20 {
    width: 20px;
    height: 20px;
}

.timeline-spacer50 {
    width: 50px;
    height: 30px;
}

@media (min-width: 700px) {
  .timeline-item {
      gap: 30px;
  }
}


/* ========================================== */
/* =============== CUSTOM TEAM ============== */
/* ========================================== */

.team-list {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.team {
    vertical-align: top;
    display: inline-block;
    width: calc((100% - 100px) / 5);
    margin-top: 20px;
    padding: 0 5px;
}

.team-thumb-bg {
    cursor: pointer;
    position: relative;
    padding: 15px;
    background: url(https://www.saltedstone.com/hubfs/2018/about/portraitBG.svg) center top no-repeat;
    transition: 0.2s;
    transition: all .2s ease-in-out;
}

.team-thumb-bg:hover {
    transform: scale(1.1);
}

.team-thumb {
    z-index: 1;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    box-sizing: content-box;
}

.team-thumb:after {
    display: block;
    padding-bottom: 100%;
    content: "";
}

.team-thumb-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.team-info {
    position: relative;
    z-index: 1;
    text-align: center;
}

.team-info-name {
    font-size: 24px;
    color: #191E25;
    margin-bottom: 7px;
    letter-spacing: 0.11em;
    line-height: 1.3em;
    text-transform: uppercase;
}

.team-info-title {
    padding: 0 10px;
    display: block;
    font-size: 14px;
    
}

.team-popup {
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 6% 4% 3% 4%;
    max-width: 720px;
    font-size: 0;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    background-color: #FFF;
    border-color: #FFF;
    text-align: left;
}

.team-popup-close {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 15px;
}

.team-popup-img {
    float: right;
    width: 200px;
    margin-top: -135px;
    margin-right: 10px;
}

.tpi-thumb {
    z-index: 1;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    box-sizing: content-box;
}

.tpi-thumb-inner {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;*/
    text-align: center;
}

.team-thumb-inner img, .tpi-thumb-inner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.tph-name {
    line-height: 1em;
    font-size: 48px;
}

.tph-title {
    font-size: 14px;
    letter-spacing: 0.11em;
    line-height: 1.3em;
    text-transform: uppercase;
}

.team-popup-bio {
    padding-top: 34px;
    font-size: 18px;
    line-height: 1.5em;
}

.team-popup-social {
    font-size: 24px;
    padding: 0;
    margin: 0;
    padding-top: 34px;
    list-style: none;
}

.team-popup-social li {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 776px) {
  .team {
    width: calc((100% - 25px) / 2);
  }
}


/* ================================================== */
/* =============== COLLAPSIBLE-CONTENT ============== */
/* ================================================== */

.collapsible-content-container{
    border-radius: var(--border-radius);
    padding-left: var(--mobile-horizontal-margin);
    padding-right: var(--mobile-horizontal-margin);

    padding-top: calc(var(--mobile-horizontal-margin) * 0.3);
    padding-bottom: calc(var(--mobile-horizontal-margin) * 0.3);
}

.collapsible-content-row{
    cursor: pointer;
    padding-top: calc(var(--mobile-horizontal-margin) * 0.6);
    padding-bottom: calc(var(--mobile-horizontal-margin) * 0.6);
}

.collapsible-content-row-border{
    border-bottom: 1px solid var(--color-border);
}

.collapsible-content-row-border:last-child{
    border: none;
}

.collapsible-content-row-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.collapsible-content-row-header h3{
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collapsible-content-row-header h3 span:first-child{
    flex: 1;
}

.collapsible-content-row-header h3 span:last-child{
    display: block;
    margin-left: 20px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #d9d9d9;
}

.collapsible-content-row-header svg{
    width: 22px;
    transition: rotate 0.2s;
}

.collapsible-content-row-content{
    display: none;
    margin-top: calc(var(--size-font-body) * 0.75);
}

@media (min-width: 768px) {
    .collapsible-content-container{
        padding: 0px 20px;
    }

    .collapsible-content-row{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* ========================================= */
/* =============== CUSTOM FAQ ============== */
/* ========================================= */

.faq-section-heading {
    text-align: center;
    margin-bottom: 24px;
    font-size: 30px;
}

.faq-section-subheading {
    text-align: center;
    margin-bottom: 24px;
    margin-top: -8px;
}

.fss-content {
    font-size: 18px;
}

.faq-questions-container {
    max-width: 950px;
    margin: 0 auto;
}

.faq-questions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -10px;
    margin-left: -10px;
}

.faq-question {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(176, 178, 188);
    border-radius: 16px;
    transition: border-color 200ms ease-in-out 0s;
    margin-top: 10px;
    margin-left: 10px;
}

.faq-heading-row {
    font-family: var(--font-body-family);
    font-size: 18px;
    border: 0px none;
    text-decoration: none;
    margin: 0px;
    color: rgb(40, 46, 56);
    background: transparent;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    white-space: normal;
    line-height: 1.3;
    text-align: left;
    border-radius: 16px;
    transition: border-radius 200ms ease-in-out 0s;
    padding: 20px;
}

.faq-heading-row:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
}

.faq-heading {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0;
}

.faq-heading-icon {
    margin-right: 10px;
}

.faq-heading-plus {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
    transition: opacity 200ms ease-in-out 0s;
    opacity: 1;
}

.faq-content-row {
    overflow: hidden;
    -webkit-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
    /*height: 0;*/
}

.faq-content-wrapper {
    padding: 10px 20px 20px 20px;
}

.faq-content {
    color: rgb(146, 147, 156);
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.faq-content p {
    margin: 0;
}

.faq-last-row {
    color: rgb(146, 147, 156);
    text-align: center;
    font-size: 18px;
}

.faq-last-row a {
    color: rgb(41, 128, 255);
    text-decoration: none;
}

.faq-link-row {
    text-align: center;
    margin-top: 24px;
}

.faq-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    border: none;
    border-width: 0;
    border-radius: 12px;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin: 0;
    white-space: nowrap;
    -webkit-transition: background 100ms ease-in-out,color 100ms ease-in-out,border 100ms ease-in-out;
    transition: background 100ms ease-in-out,color 100ms ease-in-out,border 100ms ease-in-out;
    color: #056BFF;
    background: transparent;
    padding: 17px 19px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.faq-link:hover {
    cursor: pointer;
    border: none;
    color: #2980ff;
    background: rgba(0, 0, 0, .05);
}

.faq-link-arrow {
    margin-left: 1rem;
    -webkit-flex: 0 0 0.9em;
    -ms-flex: 0 0 0.9em;
    flex: 0 0 0.9em;

}

.faq-link-arrow img {
    display: inline-block;
    object-fit: contain;
    object-position: center center;
    width: 0.9em;
}

@media (min-width: 768px) {
    .faq-heading-row {
        padding: 30px;
    }
    .faq-content-wrapper {
        padding: 10px 30px 30px 30px;
    }
}

/* =========================================== */
/* =============== MULTI COLUMN ============== */
/* =========================================== */

h3 a, .h4 a {
   color: var(--color-heading-text); 
}

.multi-column h2{
    margin-bottom: calc(var(--size-font-body) * 2);
}

.multi-column-container{
    display: block;
}

.multi-column-entry{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.multi-column-entry:first-child{
    margin-top: 0px !important;
}

.multi-column-entry:last-child{
    margin-bottom: 0px !important;
}

.multi-column-entry img, .multi-column-entry .icon-placeholder{
    display: flex;
    height: 50px;
    margin-bottom: calc(var(--size-font-body) * 0.75);
}

.multi-column-entry .icon-placeholder{
    box-sizing: border-box;
    width: 80%;
}

.multi-column-entry img.multi-column-entry-rounded-corners{
    border-radius: var(--border-radius);
}

.multi-column-entry h3{
    margin-top: 0px;
}

@media (max-width: 767px) {
    .multi-column-entry {
        display: inline-flex;
        width: 50%;
    }
    .multi-column-container-row{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .multi-column-container-row .multi-column-entry{
        margin: 0px !important
    }
}

@media (min-width: 768px) {
    .multi-column-container{
        display: flex;
        flex-direction: row;
    }

    .multi-column-entry{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    
    .multi-column-entry:first-child{
        margin-left: 0px !important;
    }
    
    .multi-column-entry:last-child{
        margin-right: 0px !important;
    }
}

/* =========================================== */
/* ============ MULTI COLUMN CARD ============ */
/* =========================================== */

.mc-card-style h2{
    margin-bottom: 10px !important;
}

.mc-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mc-card-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.mc-card-list-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    border-radius: 20px;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    text-decoration: none;
}

.mccli-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 54px;
    margin-bottom: 12px;
}

.mccli-img img {
    display: inline-block;
    object-fit: contain;
    object-position: center center;
    width: auto;
}

.mccli-text {
    
}



@media (min-width: 700px) {
    .mc-card-list-item-link {
        padding: 30px;
    }
}

@media not screen and (prefers-reduced-motion: reduce) {
  .mc-card-list-item {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(.54, 0, .15, 1.23),opacity 500ms ease-in-out;
    transition: transform 500ms cubic-bezier(.54, 0, .15, 1.23),opacity 500ms ease-in-out;
  }
}

@media (min-width: 930px) and (max-width: 1230px) {
  .mc-card-list-item:last-child {
      display: none;
    }
}


/* =========================================== */
/* =============== IMAGE-BANNER ============== */
/* =========================================== */

.image-banner{
    position: relative;
}

.image-banner-container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.image-banner-container img, .image-banner-container .icon-placeholder{
    display: flex;
    width: 100%;
}

.image-banner-container .icon-placeholder{
    box-sizing: border-box;
}

.image-banner-content{
    display: flex;
    flex-direction: column;
}

.image-banner-content h2 p{
    margin: 0px;
}

@media (min-width: 768px) {
    .image-banner-content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-banner-content-under-image{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        /*margin-bottom: 70px;*/
    }

    .image-banner-content-under-image img{
        width: 40%;
        margin-left: 50px;
    }

    .image-banner-content-under-image-content .image-banner-content{
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .image-banner{
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1440px) {
    .image-banner{
        padding-top: 15px;
        padding-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .image-banner-content {
        height: 427px;
    }
}

/* =========================================== */
/* =============== VIDEO-BANNER ============== */
/* =========================================== */

.video-banner{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;

    --section-video-banner-desktop-background: transparent;
}

.video-banner-video{
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.video-banner-video iframe, 
.video-banner-video video{
    width: 100%;
}

.video-banner-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.video-banner-content h2 p{
    margin: 0px;
}

/* ------ */

.video-banner-content-under-video{
    position: initial;
    padding-bottom: 0px !important;
}

.video-banner-content-under-video .video-banner-video{
    position: initial;
}

.video-banner-content-under-video .video-banner-content{
    position: initial;
}

@media (min-width: 768px) {
    .video-banner{
        background-color: var(--section-video-banner-desktop-background);
    }

    .video-banner-content-under-video{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-bottom: 70px;
    }

    .video-banner-content-under-video .video-banner-video{
        width: 120%;
        margin-left: 100px;
    }

    .video-banner-content-under-video-content .video-banner-content{
        flex: 1;
    }
}

/* ========================================= */
/* =============== COLLECTION ============== */
/* ========================================= */

.section-collection{
    padding-top: 20px;
    padding-bottom: 20px;
}

div.section-collection-heading{
    margin-bottom: 18px;
}

.section-collection-button{
    text-align: center;
    margin-top: 20px;
}

.section-collection-button .btn{
    display: inline-flex;
}

.section-collection-cards-grid .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: var(--mobile-horizontal-margin);
}

.section-collection-cards .swiper-button-prev, .section-collection-cards .swiper-button-next{
    background-color: var(--color-primary);
    padding: 10px;
    border-radius: 5px;
    color: var(--color-primary-text);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
}

@media (max-width: 767px) {
    .section-collection-cards{
        padding: 0px var(--mobile-horizontal-margin);
    }

    .section-collection-cards-grid .swiper-wrapper{
        grid-template-columns: 1fr 1fr;
    }

    .section-collection-cards .swiper-button-prev, .section-collection-cards .swiper-button-next{
        display: none;
    }
}

/* ================================================= */
/* =============== PRODUCT-COLLECTION ============== */
/* ================================================= */

.product-collections{
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-collections h2{
    margin-top: 0px;
}

.product-collections-cards{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: var(--mobile-horizontal-margin);
    margin-right: var(--mobile-horizontal-margin);
}

.product-collections-card-image{
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}
.product-collections-card-image.square{
    padding-bottom: 100%;
}
.product-collections-card-image.portrait{
    padding-bottom: 125%;
}

.product-collections-card-image img{
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.product-collections-card-image.square img{
    position: absolute;
    height: 100%;
}
.product-collections-card-image.portrait img{
    position: absolute;
    height: 125%;
}

.product-collections-card .btn{
    margin-top: 10px;
}

@media (min-width: 768px) {
    .product-collections-cards{
        grid-template-columns: 25% 25% 25% 25%;
        margin-right: calc(var(--mobile-horizontal-margin) * 3);
    }
}

/* ============================================= */
/* =============== CUSTOM-REVIEWS ============== */
/* ============================================= */

.custom-reviews{
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-reviews h2{
    margin-top: 0px;
}

.custom-reviews-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.custom-reviews-card-image{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 15px;
}

.custom-reviews-card-image img, .custom-reviews-card-image .icon-placeholder{
    display: flex;
    top: 0;
    left: 20%;
    width: 60%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    height: 100%;
    border-radius: 50%;
}

.custom-reviews-card-image .icon-placeholder{
    border-radius: 0px !important;
    box-sizing: border-box;
}

.custom-reviews-card span{
    display: block;
    margin-bottom: 10px;
}

.custom-reviews-card span svg{
    width: 20px;
    height: 20px;
    color: #f9ca4f;
}

.custom-reviews-card p{
    text-align: center;
}

.custom-reviews-card p:empty{
    display: none;
}

/* ============================================= */
/* =============== CUSTOM-REVIEWS ============== */
/* ============================================= */

.crc-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
}

.crc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.crc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7200px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.crc-review {
    width: 300px;
    padding: 10px;
    margin: 0;
    list-style: none;
}

.crc-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.crc-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #282e38;
    line-height: 100%;
}

.crc-description {
    color: #62636b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}

.crc-reviewer {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #b0b2bc;
}

@media (min-width: 700px) {
  .crc-list {
      width: 10800px;
  }
  .crc-review {
      width: 450px;
      padding: 20px;
  }
}

@media (max-width: 700px) {
  .crc-header {
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      margin-bottom: 7px;
  }
  .crc-header h4 {
      margin-bottom: 1px;
  }
  .crc-header img {
      height: 38px;
      margin-left: -15px;
  }
  .crc-description {
      margin-bottom: 17px;
  }
}

@media not screen and (prefers-reduced-motion: reduce) {
    .crc-review {
        -webkit-animation: animation-l22bfc 50s linear infinite;
        animation: animation-l22bfc 50s linear infinite;
    }

    @media (min-width: 700px) {
        .crc-review {
            -webkit-animation-name:animation-187la2s;
            animation-name: animation-187la2s;
        }
    }
}

@-webkit-keyframes animation-187la2s {
    100% {
        -webkit-transform: translateX(-3600px);
        -moz-transform: translateX(-3600px);
        -ms-transform: translateX(-3600px);
        transform: translateX(-3600px);
    }
}

@keyframes animation-187la2s {
    100% {
        -webkit-transform: translateX(-3600px);
        -moz-transform: translateX(-3600px);
        -ms-transform: translateX(-3600px);
        transform: translateX(-3600px);
    }
}

@-webkit-keyframes animation-l22bfc {
    100% {
        -webkit-transform: translateX(-2400px);
        -moz-transform: translateX(-2400px);
        -ms-transform: translateX(-2400px);
        transform: translateX(-2400px);
    }
}

@keyframes animation-l22bfc {
    100% {
        -webkit-transform: translateX(-2400px);
        -moz-transform: translateX(-2400px);
        -ms-transform: translateX(-2400px);
        transform: translateX(-2400px);
    }
}


/* ============================================ */
/* =============== BLOG-ARTICLES ============== */
/* ============================================ */

.section-blog-articles {
    padding-top: 20px;
}

.section-blog-articles > h2 {
    margin-bottom: 1rem;
    margin-top: 0;
}

.section-blog-articles > div > p {
    padding-bottom: 1.25rem;
}

.section-blog-articles-button{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.section-blog-articles-content{
    display: flex;
    flex-direction: column;
}

.section-blog-articles-article{
    margin-bottom: 30px;
}

.section-blog-articles-article:last-child{
    margin-bottom: 0px;
}

.section-blog-articles-article img{
    display: flex;
    width: 100%;
    border-radius: var(--border-radius);
}

.section-blog-articles-article span{
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
    color: var(--color-text);
}

@media (min-width: 768px) {
    .section-blog-articles-content{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }

    .section-blog-articles-content-1{
        grid-template-columns: 1fr;
    }

    .section-blog-articles-content-2{
        grid-template-columns: 1fr 1fr;
    }

    .section-blog-articles-article{
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .section-blog-articles-article {
        display: none;
        margin-bottom: 0;
    }

    .section-blog-articles-article:first-child {
        display: block;
    }
}

/* =================================================== */
/* =============== SELLING-POINT-SLIDER ============== */
/* =================================================== */

.selling-point-slider-point{
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selling-point-slider-point img{
    margin-right: 5px;
}

.selling-point-slider-point p{
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ==================================================== */
/* =============== STICKY-ADD-TO-CART ================= */
/* ==================================================== */

#sticky-add-to-cart{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 2000;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    display: none;
}