 .trendoratopbar01-top-header-container{letter-spacing:1px;font-size:12px !important;background-color:var(--bro-topbar-bg);position:relative;border-bottom:1px solid rgba(18,18,18,0.08)}.trendoratopbar01-topbar-color{color:var(--bro-topbar-color)}.trendoratopbar01-arrow-icon{font-size:12px;color:var(--bro-topbar-color)}.trendoratopbar01-arrow-btn{background:none;border:0;padding:0 10px;cursor:pointer;transition:opacity .3s}.trendoratopbar01-arrow-btn:hover{opacity:.7}.trendoratopbar01-arrow-btn:focus{outline:2px solid var(--bro-topbar-color)}.trendoratopbar01-messages-container{flex:1;overflow:hidden}.trendoratopbar01-message-container{display:flex;transition:transform .5s ease;width:100%}.trendoratopbar01-message{flex:0 0 100%;text-align:center}.fs-15{font-size:15px}@media screen and (max-width:768px){.trendoratopbar01-top-header-container{font-size:10px !important}.trendoratopbar01-arrow-icon{font-size:10px}.fs-15{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}.elfbar-header-container{background-color:var(--bro-nav-bg);border-bottom:1px solid #e5e7eb;padding:0;position:relative}.elfbar-navbar-custom{padding:12px 0;background-color:transparent;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.elfbar-container-fluid{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:1001}.elfbar-navbar-brand{padding:0;margin:0;z-index:1001}.elfbar-elfbar-logo-container{display:flex;align-items:center;justify-content:center;padding:10px 10px;margin-left:0}.elfbar-elfbar-logo{text-align:center;transition:transform .3s ease-in-out}.elfbar-elfbar-mobile-logo{text-align:center;display:none}.elfbar-logo-img{max-width:100%;height:auto;vertical-align:middle;transition:transform .3s ease,filter .3s ease}.elfbar-logo-img:hover{transform:scale(1.05);filter:brightness(110%);box-shadow:0 2px 8px rgba(0,0,0,0.1)}.elfbar-logo-text{font-family:'Roboto',sans-serif;font-size:1.25rem;font-weight:500;color:#1a1a1a;margin-left:10px;opacity:0;animation:elfbarFadeIn .5s ease-in-out forwards}@keyframes elfbarFadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.elfbar-navbar-right{display:flex;align-items:center;gap:40px;transition:all .3s ease}.elfbar-navbar-nav{display:flex;flex-direction:row-reverse;gap:10px;margin:0;padding:0;list-style:none;transition:all .3s ease;opacity:1;transform:translateX(0)}.elfbar-navbar-nav.elfbar-search-active{opacity:0;transform:translateX(20px);pointer-events:none}.elfbar-nav-item{position:relative;min-height:40px;padding:4px 8px}.elfbar-nav-link{color:var(--bro-menubar-color) !important;font-weight:500;font-size:14px;padding:8px 0 !important;text-decoration:none;transition:color .2s ease;border:0;background:none;white-space:nowrap;display:flex;align-items:center}.elfbar-nav-link:hover{color:var(--bro-hover-color) !important}.elfbar-nav-link.elfbar-active{color:#111827 !important;font-weight:600}.elfbar-dropdown-toggle::after{display:none}.elfbar-dropdown-arrow{display:inline-block;margin-left:8px;font-size:10px;color:#374151;transition:transform .3s ease-in-out}.elfbar-nav-item:hover .elfbar-dropdown-arrow{transform:rotate(180deg)}.elfbar-menu-dropdown-menu{border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:.5rem 0;min-width:12rem;max-width:20rem;font-size:14px;position:absolute;top:100%;right:0;transform:translateY(-10px);background:#fff;z-index:1200;display:none;opacity:0;transition:opacity .3s ease,transform .3s ease;overflow:hidden}.elfbar-nav-item:hover .elfbar-menu-dropdown-menu{display:block !important;opacity:1;transform:translateY(0)}.elfbar-menu-dropdown-item{padding:.5rem 1rem;color:#000;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.elfbar-menu-dropdown-item:hover,.elfbar-menu-dropdown-item:focus{background:var(--bro-hover-bg);color:var(--bro-hover-color)}.elfbar-mega-menu{width:100%;max-width:1200px;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;left:50%;transform:translateX(-50%);top:100%;display:none;position:absolute;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:1100;transform:translate(-50%,-10px);transition:opacity .3s ease,transform .3s ease;opacity:0}.elfbar-nav-item:hover .elfbar-mega-menu{display:block !important;opacity:1;transform:translate(-50%,0)}.elfbar-mega-menu-title{font-size:.95rem;font-weight:500;margin-bottom:.75rem;color:#374151}.elfbar-mega-menu-list{list-style:none;padding:0;margin:0}.elfbar-mega-menu-list li{margin-bottom:.5rem}.elfbar-mega-menu-list a{color:#6b7280;text-decoration:none;font-size:14px;display:block;transition:color .2s ease}.elfbar-mega-menu-list a:hover{color:#ef4444}.elfbar-featured-image img{border-radius:8px;width:100%;height:auto;max-width:200px}.elfbar-featured-title{font-size:1rem;font-weight:500;margin-top:.75rem;color:#374151}.elfbar-sidebar{position:fixed;top:0;left:-100%;width:300px;height:100%;background:#fff;z-index:1100;transition:left .3s ease-in-out;display:none}.elfbar-sidebar.show{display:block;left:0}.elfbar-sidebar-header{padding:1rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.elfbar-sidebar-close{background:none;border:0;font-size:1.5rem;color:#374151;cursor:pointer}.elfbar-sidebar-content{padding:1.5rem;overflow-y:auto;height:calc(100% - 60px)}.elfbar-sidebar-nav{list-style:none;padding:0;margin:0}.elfbar-sidebar-item{margin-bottom:.75rem}.elfbar-sidebar-link{display:flex;align-items:center;padding:1rem;color:#374151;text-decoration:none;font-size:16px;font-weight:500;border-radius:8px;transition:background-color .2s ease}.elfbar-sidebar-link:hover,.elfbar-sidebar-link:focus{background:#f3f4f6;color:#ef4444}.elfbar-sidebar-arrow{display:inline-block;width:10px;height:10px;margin-left:auto;background-image:url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);background-size:contain;background-repeat:no-repeat;transition:transform .3s ease-in-out}.elfbar-sidebar-item.show .elfbar-sidebar-arrow{transform:rotate(180deg)}.elfbar-sidebar-submenu{list-style:none;padding:.75rem 1.5rem;background:#f3f4f6;border-radius:8px}.elfbar-sidebar-submenu li{margin-bottom:.5rem}.elfbar-sidebar-submenu a{color:#374151;text-decoration:none;font-size:14px}.elfbar-sidebar-submenu a:hover,.elfbar-sidebar-submenu a:focus{color:#ef4444}.elfbar-sidebar-subitem h6{font-size:.95rem;margin-bottom:.75rem;color:#374151}.elfbar-sidebar-image-item img{border-radius:8px;width:100%;height:auto;margin-bottom:.5rem}.elfbar-sidebar-image-item p{font-size:14px;color:#374151}.elfbar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:1099;display:none;transition:opacity .3s ease-in-out}.elfbar-overlay.active{display:block;opacity:1}.elfbar-navbar-icons{display:flex;align-items:center;gap:0;position:relative}.elfbar-navbar-icons.elfbar-search-active .elfbar-icon-button{opacity:0;display:none;pointer-events:none;transform:translateX(10px)}@media (min-width:992px){.elfbar-navbar-icons.elfbar-search-active .elfbar-icon-button{opacity:0;pointer-events:none;transform:translateX(10px);display:none}}.elfbar-icon-button{width:40px;height:40px;border:0;background:none;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;cursor:pointer;z-index:1001;position:relative}.elfbar-icon-button:hover{background-color:#f3f4f6;color:#374151}.elfbar-icon-button i{font-size:15px}.elfbar-icon-button .badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:14px;font-weight:500}.elfbar-search-container{position:absolute;top:50%;right:-3;transform:translateY(-50%);width:0;height:50px;background-color:#f8f9fa;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1);z-index:1010}.elfbar-search-container.elfbar-active{width:300px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.elfbar-search-container.elfbar-active ~ .elfbar-navbar-icons .elfbar-icon-button:not(.elfbar-search-icon){opacity:0;pointer-events:none}.elfbar-search-input{width:100%;height:100%;border:0;background:transparent;padding:0 50px 0 20px;font-size:16px;color:#374151;outline:none}.elfbar-search-input::placeholder{color:#9ca3af}.elfbar-search-close{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:0;background:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.elfbar-search-close:hover{background-color:#e5e7eb;color:#374151}.elfbar-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.1);max-height:300px;overflow-y:auto;opacity:0;transform:translateY(-10px);transition:all .3s ease;pointer-events:none;z-index:1002}.elfbar-search-results.elfbar-show{opacity:1;transform:translateY(0);pointer-events:all}.elfbar-search-result-item{padding:12px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:12px}.elfbar-search-result-item:hover{background-color:#f8f9fa}.elfbar-search-result-item:last-child{border-bottom:none}.elfbar-search-result-icon{width:16px;height:16px;color:#6b7280}.elfbar-search-result-text{color:#374151;font-size:14px}.elfbar-search-no-results{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.elfbar-expanded-search{display:none;position:fixed;top:0;left:0;width:100%;background:#fff;z-index:1040;padding:20px 0;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.elfbar-expanded-search.active{display:block}.elfbar-expanded-search-container{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px}.elfbar-expanded-search-top{display:flex;align-items:center;width:100%;margin-bottom:15px}.elfbar-expanded-search-logo{margin-right:30px;margin-bottom:15px}.elfbar-expanded-search-logo img{max-width:120px;height:auto;vertical-align:middle}.elfbar-expanded-search-input{flex-grow:1;position:relative}.elfbar-expanded-search-input input{width:100%;height:40px;border-radius:8px;border:1px solid #e5e7eb;padding:0 40px 0 20px;font-size:16px;color:#374151;outline:none}.elfbar-expanded-search-input input::placeholder{color:#9ca3af}.elfbar-expanded-search-input button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:0;font-size:18px;color:#6b7280;cursor:pointer}.elfbar-expanded-search-input button:hover{color:#374151}.elfbar-expanded-search-actions{display:flex;align-items:center;margin-left:30px;margin-bottom:15px}.elfbar-expanded-search-actions a{color:#6b7280;margin-left:20px;font-size:20px;text-decoration:none}.elfbar-expanded-search-actions a:hover{color:#374151}.elfbar-cart-icon,.elfbar-hamburger-menu{display:none}.elfbar-mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:1000}.elfbar-mobile-menu.elfbar-show{display:block}.elfbar-mobile-menu .elfbar-navbar-nav{flex-direction:column;gap:0;padding:16px 24px;opacity:1;transform:translateX(0)}.elfbar-mobile-menu .elfbar-nav-link{padding:12px 0 !important;border-bottom:1px solid #f3f4f6}.elfbar-mobile-menu .elfbar-nav-link:last-child{border-bottom:none}.elfbar-main-nav-toolbar{display:none;position:fixed;left:0;bottom:0;width:100%;background-color:var(--bro-nav-bg);border-top:1px solid #e5e7eb;z-index:1000}.elfbar-main-nav-icon{display:block;font-size:1.25rem;color:var(--bro-nav-color)}.elfbar-main-nav-icon:hover{color:var(--bro-nav-color)}.elfbar-main-nav-icon .badge{position:absolute;top:7px;right:123px;background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:14px}.elfbar-main-nav-label{display:block;font-size:.6875rem;color:#9ca3af}.offcanvas{background:#fff;height:100vh}.offcanvas-end{width:400px}.offcanvas-header{border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.offcanvas-title{font-size:1.25rem;font-weight:500;margin-bottom:0;color:#374151}.fs-14{font-size:.875rem}.offcanvas-body{padding:0;position:relative;height:90vh !important;display:flex;flex-direction:column}.simplebar-content{padding:1.5rem;flex-grow:1;overflow-y:auto}.elfbar-cart-box{min-height:0}.widget-cart-item{display:flex;align-items:flex-start}.elfbar-cart-start-section{flex-shrink:0}.elfbar-cart-product-image{width:90px;height:auto;border-radius:8px}.elfbar-cart-mid-section{flex-grow:1;min-width:0}.elfbar-cart-content-font-size{font-size:.9375rem}.elfbar-cart-content-font-size a{color:#374151;text-decoration:none}.elfbar-cart-content-font-size a:hover{color:#ef4444}.elfbar-cart-option-font-size{font-size:.8125rem}.elfbar-cart-end-section{flex-shrink:0}.bg-lightgray{background-color:#f3f4f6}.elfbar-cart-inc-dec-button{width:30px;height:30px;font-size:1rem;border:1px solid #e5e7eb;color:#374151;border-radius:4px}.elfbar-cart-inp-count-box{width:50px;height:30px;text-align:center;border:1px solid #e5e7eb;border-left:0;border-right:0;font-size:.9375rem;color:#374151}.theme-bg{background-color:#ef4444;color:#fff}.theme-bg:hover{background-color:var(--bro-hover-bg)}.btn-sm{padding:.25rem .5rem;font-size:.8125rem}.border-bottom{border-bottom:1px solid #e5e7eb}.mb-2{margin-bottom:.5rem}.pb-2{padding-bottom:.5rem}.fs-sm{font-size:.8125rem}.text-muted{color:#9ca3af}.fs-base{font-size:1rem}.text-accent{color:#ef4444}.ms-1{margin-left:.25rem}.me-2{margin-right:.5rem}.elfbar-cart-bottom-subtal-section{width:50%;display:inline-block;vertical-align:top}.elfbar-cart-footer{position:relative;bottom:0;left:0;width:100%;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e7eb;box-sizing:border-box;z-index:10}.elfbar-cart-bottom-checkout-button{display:block;width:100%;padding:.75rem 1.5rem;font-size:1rem;background-color:var(--bro-buttons-bg);color:var(--bro-buttons-color);text-align:center;text-decoration:none;border-radius:8px;transition:background-color .2s ease}.elfbar-cart-bottom-checkout-button:hover{background-color:var(--bro-hover-color)}.elfbar-px-2{padding-right:.5rem !important;padding-left:1.3rem !important;margin-top:.3rem !important}.min-px-2{padding-right:.5rem !important;padding-left:.5rem !important;margin-bottom:.5rem !important}.elfbar-desktop-only{display:none}@media (min-width:992px){.elfbar-desktop-only{display:flex}.elfbar-logo-img{width:200px}.elfbar-sidebar{display:none !important}.elfbar-expanded-search{display:none !important}.elfbar-menu-dropdown-menu{right:-120px;transform-origin:top right;transform:translateY(-10px);display:none;opacity:0;z-index:1200;transition:opacity .3s ease,transform .3s ease}.elfbar-nav-item:hover .elfbar-menu-dropdown-menu{display:block !important;opacity:1;transform:translateY(0)}.elfbar-mega-menu{left:50%;right:auto;transform:translate(-50%,-10px);display:none;opacity:0;z-index:1100;transition:opacity .3s ease,transform .3s ease}.elfbar-nav-item:hover .elfbar-mega-menu{display:block !important;opacity:1;transform:translate(-50%,0)}.elfbar-nav-item .elfbar-nav-link[data-bs-toggle=dropdown]{pointer-events:none}.elfbar-nav-item:hover .elfbar-nav-link[data-bs-toggle=dropdown]{pointer-events:auto}}@media (max-width:991px){.elfbar-container-fluid{padding:0 16px}.elfbar-navbar-custom{padding:8px 0;position:relative}.elfbar-navbar-nav{display:none}.elfbar-cart-icon,.elfbar-hamburger-menu{display:flex}.elfbar-navbar-right{gap:12px}.elfbar-navbar-icons{gap:5px}.elfbar-navbar-icons .elfbar-icon-button{width:36px;height:36px}.elfbar-navbar-icons .elfbar-icon-button i{font-size:18px}.elfbar-hamburger-menu{width:36px;height:36px;border:0;background:none;color:#6b7280;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;cursor:pointer}.elfbar-hamburger-menu:hover{background-color:#f3f4f6;color:#374151}.elfbar-hamburger-icon{width:18px;height:18px;position:relative}.elfbar-hamburger-icon::before{content:'';position:absolute;width:18px;height:2px;background-color:currentColor;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 -5px 0 currentColor,0 5px 0 currentColor}.elfbar-search-container.elfbar-active{width:250px}.elfbar-navbar-icons.elfbar-search-active .elfbar-cart-icon,.elfbar-navbar-icons.elfbar-search-active .elfbar-hamburger-menu{opacity:0;pointer-events:none;transform:translateX(10px)}.elfbar-sidebar{display:block}.elfbar-expanded-search-top{flex-direction:column}.elfbar-expanded-search-logo{margin-right:0;margin-bottom:15px}.elfbar-expanded-search-actions{margin-left:0;margin-top:15px}.elfbar-expanded-search-input input{height:50px;font-size:16px}.elfbar-expanded-search-input button{font-size:22px;top:25px}.elfbar-main-nav-toolbar{display:block}.elfbar-main-nav-toolbar .btn{text-align:center;flex:1;padding:8px}.elfbar-offcanvas-end{width:100%}.elfbar-cart-footer{position:relative;width:100%;bottom:0;left:0}.elfbar-menu-dropdown-menu,.elfbar-mega-menu{display:none !important}.elfbar-nav-item:hover .elfbar-menu-dropdown-menu,.elfbar-nav-item:hover .elfbar-mega-menu{display:none !important}.elfbar-main-nav-icon .badge{position:absolute;top:7px;right:270px;background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px}}@media (max-width:767px){.elfbar-elfbar-logo{display:none}.elfbar-elfbar-mobile-logo{display:block;margin-left:50px}.elfbar-logo-img{width:80px}.elfbar-logo-text{display:none}.elfbar-expanded-search-logo{display:none}.elfbar-expanded-search-actions{display:none}.elfbar-elfbar-logo-container{margin-left:-70px}.elfbar-main-nav-icon .badge{position:absolute;top:10px !important;right:123px !important;background:#ef4444;color:#fff;border-radius:50%;padding:3px 6px;font-size:12px}}@media (width:320px) and (height:690px){.elfbar-main-nav-icon .badge{position:absolute;top:10px;right:100px !important;background:#ef4444;color:#fff;border-radius:50%;padding:1px 5px;font-size:10px}}@media (width:375px) and (height:690px){.elfbar-main-nav-icon .badge{position:absolute;top:10px !important;right:120px !important;background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px}}@media (width:425px) and (height:689px){.elfbar-main-nav-icon .badge{position:absolute;top:10px;right:140px !important;background:#ef4444;color:#fff;border-radius:50%;padding:3px 6px;font-size:12px}}@media (max-width:390px){.elfbar-main-nav-icon .badge{top:10px;right:100px;padding:3px 5px;font-size:10px}}@media (min-width:768px) and (max-width:991px){.elfbar-expanded-search-top{flex-direction:row}.elfbar-expanded-search-logo{display:block}.elfbar-expanded-search-actions{display:flex}}.navbar-nav .dropdown-menu{position:absolute !important}@media (max-width:425px){.elfbar-main-nav-icon .badge{position:absolute;top:7px;right:123px;background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px}}.starlight-checkout-card,.starlight-summary-card{background-color:#fff;border-radius:.75rem;box-shadow:0 -5px 19px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgba(0,0,0,0.06);overflow:hidden;transition:all .2s ease;height:100%}.starlight-checkout-card{padding:2rem}.starlight-summary-card{padding:1.5rem}.starlight-checkout-section,.starlight-summary-section{margin-bottom:2rem;animation:fadeIn .5s ease}.starlight-section-title,.starlight-summary-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#111827}.starlight-summary-header{margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.starlight-form-group{margin-bottom:1.25rem}.starlight-form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#111827}.starlight-form-input{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.starlight-form-input:focus{outline:none;border-color:#e5e7eb;box-shadow:0 0 0 3px rgba(80,70,229,0.1)}.starlight-form-input::placeholder{color:#9ca3af}.starlight-required{color:#ef4444;margin-left:.25rem}.starlight-optional{color:#6b7280;font-weight:normal;margin-left:.25rem}.starlight-checkbox-wrapper{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff}.starlight-checkbox{width:1.25rem;height:1.25rem;border-radius:.25rem;border:1px solid #e5e7eb;margin-right:.75rem;accent-color:#e5e7eb}.starlight-checkbox-label{font-size:.875rem;margin-bottom:0;cursor:pointer}.starlight-alert{display:flex;align-items:center;padding:1rem;border-radius:.75rem;background-color:#fff7ed;color:#9a3412;margin-bottom:1.5rem;border-left:4px solid #f59e0b;font-size:.875rem}.starlight-select-wrapper{position:relative;font-size:1rem}.starlight-select-selected{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.starlight-select-selected:hover{border-color:#d1d5db}.starlight-select-items{position:absolute;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;top:calc(100% + .5rem);left:0;right:0;z-index:99;max-height:300px;overflow:hidden;display:none;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);animation:slideDown .2s ease}.starlight-select-search-wrapper{position:relative;padding:.75rem;border-bottom:1px solid #e5e7eb}.starlight-select-search-wrapper svg{position:absolute;top:1.25rem;right:1.25rem;color:#6b7280}.starlight-select-options{max-height:200px;overflow-y:auto}.starlight-select-option{padding:.75rem 1rem;cursor:pointer;transition:all .2s ease}.starlight-payment-list{list-style:none;padding:0;margin:0}.starlight-payment-item{margin-bottom:1rem}.starlight-payment-option{position:relative}.starlight-payment-input{position:absolute;opacity:0;height:0;width:0}.starlight-payment-label{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.starlight-payment-content{display:flex;align-items:center}.starlight-payment-logo{margin-right:1rem;display:flex;align-items:center}.starlight-payment-logo img{height:40px;object-fit:contain}.starlight-payment-info{display:flex;flex-direction:column}.starlight-payment-title{font-weight:500;color:#111827}.starlight-payment-subtitle{font-size:.75rem;color:#3b82f6}.starlight-payment-check{display:none;color:#e5e7eb}.starlight-payment-input:checked + .starlight-payment-label{border:2px solid var(--bro-buttons-bg);transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.starlight-payment-input:checked + .starlight-payment-label .starlight-payment-check{display:block;color:var(--bro-buttons-bg)}.starlight-payment-label:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.starlight-cart-items{max-height:350px;overflow-y:auto;padding-right:.5rem}.starlight-cart-item{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e7eb;position:relative}.starlight-cart-item:last-child{border-bottom:none}.starlight-cart-item-image{width:60px;height:60px;border-radius:.5rem;overflow:hidden;margin-right:1rem;flex-shrink:0}.starlight-cart-item-image img{width:100%;height:100%;object-fit:cover}.starlight-cart-item-details{flex:1}.starlight-cart-item-title{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.starlight-cart-item-title a{color:#111827;text-decoration:none}.starlight-cart-item-meta{display:flex;align-items:center;font-size:.75rem;color:#6b7280}.starlight-cart-item-price{margin-right:.5rem}.starlight-cart-item-quantity{margin-right:.5rem}.starlight-cart-item-remove{background:none;border:0;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s ease}.starlight-cart-item-remove:hover{color:#ef4444;background-color:rgba(239,68,68,0.1)}.starlight-empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;color:#6b7280}.starlight-empty-cart-icon{margin-bottom:1rem;color:#6b7280}.starlight-accordion-item{margin-bottom:1rem}.starlight-accordion-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;border:0;border-radius:.75rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.starlight-accordion-button:hover{background-color:#f3f4f6}.starlight-accordion-icon{transition:transform .2s ease}.starlight-accordion-button:not(.collapsed) .starlight-accordion-icon{transform:rotate(180deg)}.starlight-accordion-content{padding:1rem;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 .75rem .75rem;animation:fadeIn .3s ease}.starlight-coupon-section{background-color:#f9fafb;border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb}.starlight-coupon-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#111827}.starlight-coupon-form{display:flex;gap:.75rem}.starlight-coupon-form{display:flex;gap:.5rem}.starlight-coupon-button{padding:.75rem .75rem;color:white;border:0;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:var(--bro-buttons-bg)}.starlight-coupon-button.bro-disabled{opacity:.6;cursor:not-allowed}.starlight-totals-list{list-style:none;padding:0;margin:0 0 1.5rem 0}.starlight-totals-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:.875rem}.starlight-totals-label{color:#6b7280}.starlight-totals-value{font-weight:500}.starlight-total{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-radius:.75rem;margin-top:1.5rem;border:1px solid rgba(80,70,229,0.1)}.starlight-total-label{font-size:1.25rem;font-weight:600;color:#111827}.starlight-total-value{font-size:1.5rem;font-weight:700;color:#e5e7eb}.starlight-checkout-actions{display:flex;gap:1rem;margin-top:1.5rem}.starlight-back-button{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background-color:white;color:var(--bro-buttons-bg);border:1px solid #e5e7eb;border-radius:.75rem;font-weight:500;text-decoration:none;transition:all .2s ease;flex:1;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.starlight-back-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,0.1);color:var(--bro-buttons-bg)}.starlight-checkout-button{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;color:white;border:0;border-radius:.75rem;font-weight:600;transition:all .2s ease;flex:1}.starlight-checkout-button:hover{transform:translateY(-2px);box-shadow:0 4px 18px var(--bro-buttons-bg)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.starlight-checkout-card,.starlight-summary-card{padding:1.5rem}.starlight-payment-logo img{height:30px}.starlight-payment-subtitle{display:none}}@media (max-width:768px){.starlight-checkout-actions{flex-direction:column}.starlight-back-button,.starlight-checkout-button{width:100%}.starlight-coupon-form{flex-direction:column}}.hide{display:none}@media (max-width:768px){.starlight-coupon-form{flex-direction:column}}:root{--hover-blue:#0056b3;--text-dark:#333;--text-gray:#606060;--white-color:#fff;--whatsapp-green:#25D366}.trendora-footer{background-color:var(--bro-footer-bg);color:var(--bro-footer-color);padding:40px 0 0;font-family:'Inter',sans-serif;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.trendora-footer .trendora-footer-logo img{height:40px;margin-bottom:15px}.trendora-footer .trendora-footer-logo h2{font-size:24px;font-weight:700;margin-bottom:15px;color:var(--text-dark)}.trendora-footer .trendora-footer-description{font-size:14px;line-height:1.5;margin-bottom:15px;color:var(--bro-footer-color) !important}.trendora-footer .trendora-footer-address,.trendora-footer .trendora-footer-contact{font-size:14px;color:var(--bro-footer-color) !important}.trendora-footer .trendora-footer-address p,.trendora-footer .trendora-footer-contact p{margin-bottom:8px;display:flex;align-items:center}.trendora-footer .trendora-footer-address i,.trendora-footer .trendora-footer-contact i{margin-right:8px;margin-top:4px;color:var(--bro-footer-color) !important}.trendora-footer .trendora-footer-title{color:var(--bro-footer-color) !important;font-size:16px;font-weight:600;margin-bottom:15px;position:relative;display:flex;justify-content:space-between;align-items:center;cursor:pointer}@media (min-width:992px){.trendora-footer .company-info-title{display:none}.trendora-footer #company-info{margin-top:0}}.trendora-footer .trendora-footer-title .chevron-icon{display:none;font-size:12px;transition:transform .3s ease}.trendora-footer .trendora-footer-title .chevron-icon.active{transform:rotate(180deg)}.trendora-footer .trendora-footer-content,.trendora-footer .trendora-footer-links{list-style:none;padding:0;margin:0}.trendora-footer .trendora-footer-links li{margin-bottom:8px}.trendora-footer .trendora-footer-links a,.trendora-footer .trendora-footer-content a{color:var(--bro-footer-color) !important;text-decoration:none;font-size:14px;position:relative;transition:all .3s ease}.trendora-footer .trendora-footer-links a:hover,.trendora-footer .trendora-footer-content a:hover{color:var(--bro-hover-color)}.trendora-footer .trendora-footer-links a::after,.trendora-footer .trendora-footer-content a::after{content:'';position:absolute;width:0;height:1px;background-color:var(--text-gray);bottom:-2px;left:0;transition:width .3s ease}.trendora-footer .trendora-footer-links a:hover::after,.trendora-footer .trendora-footer-content a:hover::after{width:100%}.trendora-footer .trendora-footer-bottom{margin-top:20px;padding:15px 0;border-top:1px solid var(--text-gray);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (max-width:767px){.trendora-footer .trendora-footer-bottom{flex-direction:column;text-align:center;height:200px}}.trendora-footer .trendora-copyright{font-size:12px;margin:0;color:var(--bro-footer-color) !important}.trendora-footer .social.nav-right{display:flex;gap:15px}.trendora-footer .social.nav-right li{display:inline-flex;align-items:center}.trendora-footer .social.nav-right a{color:var(--bro-footer-color) !important;font-size:20px;transition:color .3s ease}.trendora-footer .social.nav-right a:hover{color:var(--bro-hover-color)}.trendora-whatsapp-btn{position:fixed;bottom:30px;right:25px;z-index:9999;width:60px;height:60px;border-radius:50%;background-color:var(--whatsapp-green);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,0.3);animation:trendora-breathe 2s ease-in-out infinite}@media (max-width:1199px){.trendora-footer{padding:30px 0 0}.trendora-footer .trendora-footer-title{margin-top:10px}}@media (max-width:991px){.trendora-footer .trendora-footer-title .chevron-icon{display:inline-block}.trendora-footer .trendora-footer-content,.trendora-footer .trendora-footer-links{display:none}.trendora-footer .trendora-footer-content.active,.trendora-footer .trendora-footer-links.active{display:block}.trendora-footer #company-info{display:block}}@media (max-width:767px){.trendora-footer .trendora-copyright{text-align:center;margin-bottom:10px}.trendora-footer .social.nav-right{justify-content:center !important}.trendora-footer .trendora-footer-title{margin-top:15px}.trendora-whatsapp-btn{bottom:66px;right:24px}}@media (max-width:575px){.trendora-footer{padding:20px 0 0}.trendora-footer .trendora-footer-title{margin-top:10px;font-size:14px}.trendora-footer .trendora-footer-links a,.trendora-footer .trendora-footer-content a{font-size:13px}.trendora-footer .trendora-footer-description{font-size:13px}.trendora-footer .trendora-footer-address p{font-size:13px}.trendora-footer .social.nav-right a{font-size:18px}.trendora-whatsapp-btn{bottom:50px;right:20px;width:50px;height:50px}}@keyframes trendora-breathe{0%{box-shadow:0 0 0 0 rgba(37,211,102,0.5)}70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}