The best-selling pants you'll wear on repeat —all under $100. Shop Now

The best-selling pants you'll wear on repeat —all under $100. Shop Now

The best-selling pants you'll wear on repeat —all under $100. Shop Now

Gearing up something amazing for you…

Still waiting? Magic takes a moment! ✨

Your cart

Limited Item, checkout within 10m 00s

Add note for seller
Estimate shipping rates
Select or input Coupon

UP TO 30% OFF

For orders over $9.90

  • 12/18/2023 14:00 ~ 12/25/2023 14:00
  • The minimum spend for this coupon $200.00

UP TO 30% OFF

For orders over $9.90

  • 12/18/2023 14:00 ~ 12/25/2023 14:00
  • The minimum spend for this coupon $200.00

If you have coupon code, please apply it below.

Collapse Basic Example

Some placeholder content for the collapse component. This panel is hidden by default but revealed when the user activates the relevant trigger.
                                            
                                                <!-- Link with href -->
                                                <a class="btn rbt-btn rbt-btn-border" data-bs-toggle="collapse" href="#collapseExample-1" role="button" aria-expanded="false" aria-controls="collapseExample-1">
                                                    Link with href
                                                </a>
                                                
                                                <!-- Button with data-bs-target -->
                                                <button class="btn rbt-btn rbt-btn-border" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample-1" aria-expanded="false" aria-controls="collapseExample-1">
                                                    Button with data-bs-target
                                                </button>
                                                
                                                <!-- Collapse -->
                                                <div class="collapse " id="collapseExample-1">
                                                    <div class="card card-body mt--16">
                                                        Some placeholder content for the collapse component. This panel is
                                                        hidden by default but revealed when the user activates the relevant
                                                        trigger.
                                                    </div>
                                                </div>
                                            
                                        

Collapse Multiple Toggle

Some placeholder content for the first collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
Some placeholder content for the second collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
                                            
                                                <!-- Toggle first element -->
                                                <a class="btn rbt-btn rbt-btn-border" data-bs-toggle="collapse" href="#multiCollapseExample1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">Toggle first element</a>
                                                
                                                <!-- Toggle second element -->
                                                <button class="btn rbt-btn rbt-btn-border" type="button" data-bs-toggle="collapse" data-bs-target="#multiCollapseExample2" aria-expanded="false" aria-controls="multiCollapseExample2">Toggle second element</button>
                                                
                                                <!-- Toggle both elements -->
                                                <button class="btn rbt-btn rbt-btn-border" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">Toggle both elements</button>
                                                
                                                <div class="row">
                                                    <div class="col-6">
                                                        <!-- Collapse 1 -->
                                                        <div class="collapse multi-collapse" id="multiCollapseExample1">
                                                            <div class="card card-body mt--16">
                                                                Some placeholder content for the first collapse component of
                                                                this multi-collapse example. This panel is hidden by default
                                                                but revealed when the user activates the relevant trigger.
                                                            </div>
                                                        </div>
                                                    </div>
                                                    <div class="col-6">
                                                        <!-- Collapse 2 -->
                                                        <div class="collapse multi-collapse" id="multiCollapseExample2">
                                                            <div class="card card-body mt--16">
                                                                Some placeholder content for the second collapse component
                                                                of this multi-collapse example. This panel is hidden by
                                                                default but revealed when the user activates the relevant
                                                                trigger.
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            
                                        

Collapse with Toggle Icon

Some placeholder content for the first collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
                                            
                                                <div class="rbt-single-widget rbt-widget-categories">
                                                <div class="bt-single-widget-inner">
                                                    <h4 class="rbt-widget-title rbt-widget-title-without-border">
                                                        <a data-bs-toggle="collapse" href="#rbt-collapse-3" role="button" aria-expanded="false" aria-controls="rbt-collapse-3" class="collapsed">
                                                            Categories
                                                            <span class="icon"><i class="fa-regular fa-chevron-down"></i></span>
                                                        </a>
                                                    </h4>
                                                    <div class="collapse" id="rbt-collapse-3">
                                                        <div class="card card-body mt--16">
                                                            Some placeholder content for the first collapse component of
                                                            this multi-collapse example. This panel is hidden by default
                                                            but revealed when the user activates the relevant trigger.
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>