/** Shopify CDN: Minification failed

Line 50:0 Unexpected "}"

**/
.trustbadge--images {
    display: flex;
}

.trustbadge--images img {
    width: 22px;
    height: 22px;
    border: 1px solid white;
    border-radius: 50px;
}

.trustbadge--images img+img {
    margin-left: -7px;
}

.trustbadge--CartDrawer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: black;
    color: white;
    padding: 6px;
    margin: auto;
    border-radius: 4px;
}

.trustbadge--CartDrawer span {
    font-size: 13px;
}




      variant-swatch-king span.swatch-option-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
variant-swatch-king span.swatch-option-name font{
  line-height: normal;
}


}
.Vtl-SizeChartButton {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 8px 0;
}
.Vtl-SizeChartButton svg {
    width: 30px;
}
      
legend.name-option[data-name="Maat"] {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}
product-form .Vtl-ShopifyEditorWrapper,product-form  .Vtl-SizeChartButton {
    display: none !important;
}



.review-content a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: center;
    -webkit-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -moz-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -ms-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -o-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
}
.review-content a svg {
    height: 21px !important;
    width: 120px !important;
    position: unset;
}
.review-content a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    color: #444;
}



.custom-size-fit-container {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.custom-size-fit-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #ccc;
  border-radius: 5px;
}

.custom-size-fit-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

.custom-size-fit-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
}
.custom-size-fit-labels span {
  font-size: 13px;
}
.BulletPoints--inner {
  display: flex;
  align-items: center;
 
}

.BulletPoints--inner img {
  width: 16px;
  margin-right: 4px;
}

.BulletPoints--inner span {
  font-size: 12px;
  line-height: normal;
}

.BulletPoints--main {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 1%;
}
