/** Shopify CDN: Minification failed

Line 74:10 Unexpected "{"
Line 74:19 Expected ":"
Line 75:16 Expected identifier but found whitespace
Line 75:18 Unexpected "{"
Line 75:27 Expected ":"
Line 75:78 Expected ":"
Line 76:19 Expected identifier but found whitespace
Line 76:21 Unexpected "{"
Line 76:30 Expected ":"
Line 76:84 Expected ":"
... and 11 more hidden warnings

**/


/* CSS from section stylesheet tags */
.custom-category-collection-header{
  padding:80px 64px; 
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  -webkit-line-break: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-primary{
  color:#000000;
}
.header-secondary{
  color:#3C3C4399;
}
.product-card-wrapper-v2{
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10px 64px;
}

@media screen and (max-width: 750px) {
  .custom-category-collection-header{
    padding: 64px 20px 48px 20px;
    font-size: 28px;
  }
  .product-card-wrapper-v2{
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-category-collection-header{
    padding: 64px 48px 48px 48px;
    font-size: 28px;
  }
  .product-card-wrapper-v2{
    padding: 10px 48px;
  }
}
@media (min-width: 1023px) and (max-width: 1139px) {
  .custom-category-collection-header{
    padding: 64px;
    font-size: 48px;
  }
  .product-card-wrapper-v2{
    padding: 10px 64px;
  }
}
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.custom-cta-section-image{
  cursor: pointer;
}
.custom-cta-section{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 80px;
}
.custom-cta-section img{
  width:100%;
  height:100%;
}
.feature-product-card-wrapper-v2{
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 64px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {

  .feature-product-card-wrapper-v2{
    padding: 0 48px !important;
  }
}

@media screen and (max-width: 750px) {
  
  .feature-product-card-wrapper-v2{
      padding: 0 20px !important;
    }
}
.custom-multicolumn-section {
    padding: 112px 64px;
    background-color: #f9f9fa;
}

.custom-multicolumn-cards-wrapper {
    display: flex;
    gap: 20px;
    padding: 10px 64px 10px 64px !important;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.custom-multicolumn-cards-wrapperx::-webkit-scrollbar {
    display: none;
}
.custom-multicolumn-cards-wrapper.align-center {
    justify-content: center;
    padding-bottom: 112px;
}
.custom-multicolumn-card-icon {
    max-width: 48px;
    max-height: 48px;
    padding-bottom: 16px;
}
.custom-multicolumn-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #19222a;
    margin-bottom: 10px;
}
.custom-multicolumn-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #19222a;
}
.custom-multicolumn-card {
    background-color: #fff;
    min-width: 372px;
    border-radius: 20px;
    padding: 32px;
    margin-top: 2px;
    flex: 0 0 250px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}


@media (max-width: 1023px) {
    .custom-multicolumn-cards-wrapper {
        padding: 10px 20px;
    }
    .custom-multicolumn-card {
        min-width: 260px;
    }
    .custom-multicolumn-card-title {
        font-size: 20px;
    }
    .custom-multicolumn-card-description {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .custom-multicolumn-cards-wrapper {
        padding: 10px 48px !important;
    }
}
.custom-promo-container{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .promo-card{
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
  .promo-card-detail{
    display:flex;
    gap:8px;
    padding: 8px;
  }
  .divider{
    display:block !important;
    width:2px;
    stroke-width: 1px;
    background:#E1E3E4;
  }
  .promo-card img{
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
  }
  .promo-card-period{
    white-space: nowrap;
  }
  .promo-card-header{
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'SF Pro Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .promo-card-period-title{
    color: #19222A66
    font-family: 'SF Pro Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .promo-card-period-value{
    color: #19222A;
    font-family: 'SF Pro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  @media screen and (max-width: 749px) {
    .custom-promo-container{
      flex-direction:column;
    }
    .promo-card{
      max-width:unset;
    }
    .promo-card-detail{
      flex-direction:column;
    }
    .divider{
      display:none;
    }
  }
.custom-store-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.store-info-banner {
  max-height:400px;
}
.custom-store-info-wrapper {
  display:flex;
  width:100%;
  gap:40px;
}
.custom-info-address-title,
.custom-info-open-hours-title,
.custom-info-service-title {
  color: #19222A;
  font-family: 'SF Pro Text';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.custom-info-address,
.custom-info-open-hours,
.custom-info-service{
  flex:1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-info-address-address{
  color: #19222A;
  font-family: 'SF Pro Text';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.custom-info-address-maps{
  margin-top:16px;
}
.custom-info-address-maps a{
  text-decoration:none;
  color: #006DEA;
  font-family: 'SF Pro Text';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.custom-info-open-hours-value{
  color: #19222A;
  font-family: 'SF Pro Text';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.custom-info-service-card{
  display:flex;
  border-radius: 4px;
  background: #F9F9FA;
  padding: 8px 16px;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  justify-content:space-between;
}
.custom-info-service-card-header{
  display:flex;
  gap:4px;
}
.custom-info-service-card-title{
  color: #19222A;
  font-family: 'SF Pro Text';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.custom-info-service-card-value{
  color: #19222AB2;
  font-family: 'SF Pro Text';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.custom-info-service-card-wrapper{
  display:flex;
  flex-direction: column;
  gap: 8px;

  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.custom-info-service-card-wrapper.p{
  margin: 0;
  padding: 0;
}
.custom-info-service-card-wrapper.ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 749px) {
  .custom-store-info-wrapper{
    flex-direction: column;
    gap:24px;
  }
  .custom-info-address-title,
  .custom-info-open-hours-title,
  .custom-info-service-title {
    font-size: 18px;
    line-height: 24px;
  },
  .custom-info-address-address{
    font-size: 14px;
    line-height: 18px;
}
}
.epp-banner-container{
  margin-top:64px;
  margin-bottom:32px;
  display: flex;
  padding: 0px 64px;
  align-items: center;
  gap: 48px;
  justify-content: space-between;
}

.epp-banner-text-block{
  flex:1;
}
.epp-banner-header{
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.epp-banner-caption{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.epp-banner-image{
  height: 406px;
}
@media screen and (max-width: 768px) {
  height:300px;
}

@media screen and (max-width: 450px) ,
{
  .epp-banner-container{
    margin: 16px 0;
    padding: 0 16px;
  }
  .epp-banner-header{
    font-size: 32px;
  }
  .epp-banner-image{
    display: none;
  }
  .epp-banner-text-block {
    text-align: center;
  }
}
.epp-verification {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

.epp-verification-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.epp-verification-header-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  color: #19222A;
  text-align: center;
  margin: 64px 64px 0 64px;
}
.epp-verification-header-caption {
  margin: 12px 64px 0 64px;
  text-align: center;
  font-family: 'SF Pro Text';
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}

.epp-verification-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.epp-verification-button-login {
  width: 180px;
  display: flex;
  height: 56px;
  background: black;
  border: none;
  border-radius: 64px;
  color: white;
  font-size: larger;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.epp-verification-button-divider {
  width: 48px;
  height: 0px;
  border: 1px solid #E0E0E0;
  margin: 24px auto;
}

.epp-verification-button-register-caption {
  color: #19222A66;
  font-size: 16px;
}

.epp-verification-button-register-link {
  color: #006dea;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.epp-verification-image { 
  display: flex;
  justify-content: center;
  width: 100%;  
}

.epp-verification-header-caption p {
  margin: 0; 
  padding: 0;
  text-align: center;
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.epp-verification-header-caption strong {
  color: black;
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .epp-verification-image img{
    width: 100%;
    padding: 0 12px;
  }
  .epp-verification-header-title {
    margin: 12px;
  }
  .epp-verification-header-caption {
    margin: 0 12px;
  }
}
.product-recommendations-v2{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 83px 0 83px !important;
}
.product-recommendations-v2-list{
  display: flex;
  justify-content: center;
}
.product-recommendations-list__inner{
  display: flex;
  overflow-x: scroll;
  gap: 20px;
}

.product-recommendations-list__inner::-webkit-scrollbar {
  display: none;
  height: 0.4rem;
  width: 0.4rem;
}
.product-recommendations-v2-heading{
  color: #19222A;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}
.product-recommendations-v2-carousel-controls{
  display: none;
}

  @media screen and (max-width: 750px) {
    .product-recommendations-v2{
      padding: 24px 20px 0 20px !important;
    }
    .product-recommendations-v2-heading{
      font-size: 24px;
    }
  }
.listing-custom {
  display: flex;
  color: #19222A;
  padding: 64px;
  flex-direction: column;
  gap:40px;
}
.listing-custom-title{
  font-family: 'SF Pro Text';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.listing-custom-body{
  font-family: 'SF Pro Text';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (max-width: 749px) {
  .listing-custom {
    gap:20px;
  }
  .listing-custom-title {
    font-size: 20px;
    line-height: 24px; 
  }
}