/** Shopify CDN: Minification failed

Line 68:0 Unexpected "="

**/

.clothing-icon span.svg-wrapper svg {
    width: 30px;
    height: 30px;
}
.customized-clothing-bg h2 {
    line-height: 100%;
    margin: 0 0 25px 0;
    max-width: 510px;
}
.clothing-icon {
    display: flex;
}

  .customized-clothing-bg .placeholder-svg {
    min-height: 600px;
}
.background-image-icon-conatnt.cloting-content-teambox h2 {
    margin-bottom: 5px;
}
.customized-clothing-bg .clothing-teambox-items {
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: 5px;
    align-items: center;
    padding: 24px 20px;
    column-gap: 20px;
}
.clothing-teambox.d-flex {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.customized-clothing-bg .cloting-content-teambox p {
    margin: 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 100%;
}
.customized-clothing-bg .cloting-content-teambox h3 {
    margin: 0 0 5px 0;
    color: currentColor;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
}
.clothing-content-box p {
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    max-width: 520px;
}
.background-image-icon-conatnt h2 {
margin: 0;
}
.banner__image_bg {
line-height: 0;
}
.customized-clothing-bg .clothing-teambox-items .clothing-icon .svg-wrapper {
width: 100%;
height: 100%;
}
=.background-image-with-text-wrapper {
    position: relative;
}
.background-image-with-text-container h2 {
    margin-top: 0px;
}
.customized-clothing-bg .banner__image_bg img,.customized-clothing-bg .banner__image_bg svg {
    width: 100%;
    min-height: 70rem;
    max-height: 70rem;
    object-fit: cover;
}
svg.placeholder-svg.mobile-only {
display: none !important;
}
.clothing-content-box {
    max-width: 660px;
}
.background-image-with-text-container-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
@media screen and (max-width: 767px) {
.customized-clothing-bg .banner__image_bg img, .customized-clothing-bg .banner__image_bg svg {
    min-height: 78rem;
    max-height: 78rem;
}
  .customized-clothing-bg .clothing-teambox-items {
    flex: 0 0 100%;
    max-width: 100%;
}
  .clothing-content-box {
    width: 92%;
    left: 4%;
}
}