/** Shopify CDN: Minification failed

Line 35:0 Unexpected "}"

**/


.free-shipping--percentage {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }


    .free-shipping {
      display: block;
        font-size: 0.875rem;
          line-height: 1.2;
            text-align: center;
              margin-bottom: 25px; }
                .free-shipping--text {
                    margin-bottom: 10px; }
                      .free-shipping--bar {
                          background: var(--color-border);
                              height: 4px;
                                  width: 100%;
                                      position: relative; }
                                        .free-shipping--percentage {
                                            position: absolute;
                                                top: 0;
                                                    left: 0;
                                                        width: 100%;
                                                            height: 100%;
                                                                transform: scale(var(--percentage, 0), 1);
                                                                    transform-origin: center left;
                                                                        background: var(--color-body); }
                                                                        
}