/** Shopify CDN: Minification failed

Line 21:0 Unexpected "}"

**/

label.image_text  {
height: 35px;

}
video {
    border-radius: 12px !important;
}


.how-to-install-title-header{
    font-size: 25px;
    font-weight: 700;
}
  
}
.material-symbols-outlined {
    font-family: Material Symbols Outlined;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.weasy-custom-section-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.weasy-custom-section-content {
    width: 100%;
    display: flex;
    column-gap: 92px;
}

.weasy-custom-section-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.weasy-custom-section-left-item {
    width: 100%;
    display: flex;
    gap: 10px;
}

.weasy-custom-section-right {
    align-content: center;
    justify-content: flex-end;
}
.shipping-pill {

    display: flex;
    border-radius: 90px;
    width: fit-content;
    padding: 5px 20px;
    gap: 7px;
    background: #ffd337;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.advantages-icon {
    border: 0 none;
    display: block;
    height: auto;
    max-width: none;
    max-height: 24px;
    width: 24px;
    filter: brightness(.1);
}


@media only screen and (max-width: 760px) {

   .weasy-custom-section-header {
        align-items: flex-start;
        margin-bottom: 30px;
    }
      .weasy-custom-section-right {
        justify-content: center;
    }
      .shipping-pill {
        width: auto;
        justify-content: center;
    }
}

@media only screen and (max-width: 1100px) {
    .weasy-custom-section-content {
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }
}



