/** Shopify CDN: Minification failed

Line 270:249 Expected ":"
Line 270:250 Expected identifier but found "100%"

**/
.image-with-text__wrapper{
  padding:0;
}
.image-with-text__image-wrapper{
  margin:0!important;
  width:50% !important;
}
.image-with-text__image-wrapper>img{
  border-radius:10px;
}
.image-with-text__text-wrapper-link{
    border-radius: 50px !important;
    padding: 2px  !important;
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
}
.image-with-text__text-wrapper-link>span:nth-child(1){
    background: #fff;
    border-radius: 50px;
    line-height: inherit;
    display: inline-block;
    font-size: 12px;
    width: 200px;
    transition: width 0.3s ease-in-out;
    text-align: center;
}
.image-with-text__text-wrapper-link>span:nth-child(2){
      width: 60px;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
}
.image-with-text__text-wrapper-link>span:nth-child(2)>svg{
    transform: rotate(90deg);
}
.image-with-text__text-wrapper-link>span:nth-child(2)>svg>polyline{
    transition: width 0.8s ease;
}
.image-with-text__text-wrapper-link:hover>span:nth-child(1){
    width: 250px;
    transition: width 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-with-text__text-wrapper-link:hover>span:nth-child(2)>svg>polyline{
stroke: #313fba;
}
.image-with-text__navigation{
      position: absolute;
    top: 15px;
    margin: 0px;
    width: 100%;
    grid-template-columns: 8.8% 8.8% 8.8% 8.8% 8.8%;
    right: 1%;
    column-gap: 1%;justify-content:end;
}
[dir=ltr] .image-with-text__content-wrapper{
  margin:5%;
}
.image-with-text__navigation-item:after{
  background:#fff;
}
.section__footer>a{
    padding: 0px 40px;
    border-radius: 40px;
line-height:48px;
}
.timeline__item{
    border-radius: 10px;
    overflow: hidden;   
}

.timeline__content>p{
  font-size:20px;
}
.timeline__content-subheading{
    color: #7b8292;
    font-size: 12px !important;
    margin-top: -10px !Important;
}
.timeline__image{
border-radius:10px;
}
.timeline-link{
    padding: 0 40px;
    border-radius: 40px;
    color: #000;
    display: table;
    margin: 40px auto 0;
    background: #f8be39;
}
.promotion-block__content-wrapper>a{
  color: #313FBA;
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 10px 5px 0 0;
letter-spacing:1px;
}   
.promotion-block__content-wrapper-flex{
  display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    max-width: 75%;
}
.promotion-block_button-wrapper{
      width: 170px;
    border-radius: 50px;
    padding: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.promotion-block_button-wrapper>span:nth-child(1){
      height: 100%;
    background: #FFCC30;
    color: #313FBA;
    border-radius: 50px;
    width: 120px;
    padding: 0px;
    text-align: center;transition:width 0.3s ease-in-out;
}
.promotion-block_button-wrapper>span:nth-child(2){
      width: 55px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px #313FBA;
    text-stroke: 2px blue;
    padding: 0px;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0px;
    align-items: center;
    justify-content: center;
}
.promotion-block_button-wrapper:hover>span:nth-child(1){
  width:170px;
}
#trustpilot-widget-trustbox-0-wrapper{
margin:50px 0 -50px !important;
}
.kate-ins{
  text-align:center;
}
.kate-ins-grid{
 display: grid;
    grid-template-columns: repeat(5, 1fr);      grid-gap: 5px;
}
.kate-ins-item:nth-child(1){   
grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.kate-ins-item>a{   
    display: block;
    position: relative;    overflow: hidden;
}
.kate-ins-item>a>img{   
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;    transition: transform 0.5s ease-in-out;
}
.kate-ins-item>a:hover>img{
    transform: scale(1.1);
  
}
.jdgm-medal__image>img{
  margin:0 !important;
}
.custom-review-item{
    margin-right: 20px;
border-radius: 10px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
  width:300px;
}
.custom-review{
 margin-top:0px;
}
.custom-review-image{
  position: relative;
    padding-bottom: 120%;
}
.custom-review-image>img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.review-content-start{
  display: flex;
    justify-content: center;
    padding: 20px 10px 10px;
}
.review-content-start>img{
  width:18px;height:18px;margin:0 3px;
}
.custom-review-item h2{
 margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px !important;  
}
.custom-review-link{
    background: #f8be39;
    text-align: center;
    display: table;
    margin: 50px auto 0;border-radius:50px;
}
.review-content-content{
    text-align: center;
    font-size: 13px;
    padding: 0 10px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
}
.custom-review-txt{
text-align: center;
    opacity: .8;
    margin: 7px 0 15px;  
}
.custom-review:before{
content:'';
position:absolute;
height:100%;
  width:200px;
  left:0p;
}
.custom-review:after{
content:'';
  position:absolute;
height:100%;
  width:200px;
  right:0px;
}
/* collection list product */
.collection-product-flex{display:flex;justify-content:space-between;flex-wrap:wrap;}.collection-product{width:32%;margin-bottom:25px;}.collection-product-item{display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:15px;overflow:hidden;}.collection-product-item>a{width:32.5%;position:relative;padding-bottom:25%;display:block;overflow:hidden;}.collection-product-item>a:hover>img{transform:scale(1.1);}.collection-product-item>a:nth-child(1){width:100%;padding-bottom:75%;margin-bottom:1.2%;}.collection-product-item>a>img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.5s ease-in-out;}.collection-product-item>a>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;z-index:2;font-size:18px;}.collection-product-item > a:last-child::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background-color:#0006;z-index:1;}.collection-product>h2{font-size:18px;margin-top:10px;}.collection-list-product header>p{color:#53556b;margin-top:-10px;}.collection-product-link{display: table;background-color: #f8be39;margin: 10px auto 0;border-radius:40px;}
@media(max-width:990px){.collection-product{width:49%;}#trustpilot-widget-trustbox-0-wrapper{margin:30px 0 -30px !important;}}
@media(max-width:740px){.collection-product-item>a:nth-child(3){display:none;}.collection-product-item>a{width:49.5%;padding-bottom:39%;}.collection-product-item>a:nth-child(1){padding-bottom:58%;}.collection-product-item>a>span{font-size:15px;width;100%;text-align:center;}.collection-product>h2{font-size:14px;}}

/* image with txt pro */
.image-pro-flex{
    display: flex;
  flex-wrap:wrap;
    align-items: center;
}
.image-pro-txt{
  width:50%;padding-right:10%;
}
.image-pro-img{
  width:50%;
}
.image-pro-img>img{
  width:100%;
}
  .image-pro-txt>p{
    font-size: 16px;
    margin: -10px 0 30px;
  }
.image-pro-link{
    background: #fff;
    border-radius: 50px;
    padding: 2px;
    display: inline-flex;
    position: relative;
    width: 150px;
    height: 50px;
}
.image-pro-link>span:nth-child(1){
    background: #f8be39;font-weight:600;
    border-radius: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;  
    transition: width 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-pro-link>span:nth-child(2){
    font-size: 20px;
    transform: rotate(180deg);
    color: #313FBA;
    width: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 50px;    transition: width 0.5s ease;
}
.image-pro-link:hover>span:nth-child(1){
    width: 150px;
}
.image-pro-link:hover>span:nth-child(2){
    color: #000;
}
  .image-with-txt-pro{
    position:relative;
        background-color: #f9cb61;
    padding: 50px;
    margin: var(--vertical-breather) 0 0;
  }

  @media(max-width:740px){
    .image-pro-txt{
          width: 100%;
    padding-right: 0;
    text-align: center;
    }
.image-pro-img{
      width: 100%;
    margin-top: 30px;
}

   
  }

  @media(max-width:550px){
    .custom-review-item{
      width:260px;
    }
  }


/* image with txt */
@media(max-width:1400px){
.image-with-text__content-wrapper{
  width:35%;margin:0 auto !important;
}
  
}
@media(max-width:999px){
.image-with-text__content-wrapper{
  width:35%;margin:0 auto !important;
}
.image-with-text__image-wrapper{
  width:100% !important;
}
  .image-with-text{
    padding:0px;
  }
.image-with-text__navigation{
  grid-template-columns:19% 19% 19% 19% 19%;right:0.5%;
}
.image-with-text__content-wrapper{
      width: 90%;
    margin: 0 auto 5% !important;
}

  
}


/* timeline__list */
@media(max-width:999px){
.timeline__list{
padding-left:2%;grid-template-columns:75% 75%;
}
.timeline__item{
  display:flex;flex-wrap:wrap;overflow:inherit;padding-right:20px !important;
}
.timeline__content-wrapper{
  width:100%;max-width:100%;
}
.timeline__image-wrapper{
  width:100%;
}
.timeline__content{
  margin-right:0 !important;
}
}
@media(max-width:740px){
.timeline__item{
  min-width:300px;
}
.timeline__list{
  grid-template-columns:auto;
}
.timeline__content{
  padding:20px;
}
  .timeline__content>p{
    font-size:14px;
  }
}








