.rey-ui .top-strip{display:flex;align-items:center;justify-content:center;gap:10px;height:46px;background:linear-gradient(90deg,var(--green-dark),var(--green) 50%,var(--green-light));color:#fff;font:700 13px var(--rey-font)}.rey-ui .top-strip .chip{background:var(--yellow);color:var(--navy);font:700 11px var(--rey-font);padding:3px 10px;border-radius:99px;flex:0 0 auto}.rey-ui .top-strip .ts-txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rey-ui .site-header{background:var(--surface);border-bottom:1px solid var(--border)}.rey-ui .header-main{display:flex;align-items:center;gap:26px;padding-top:18px;padding-bottom:12px}.rey-ui .logo img{height:46px;width:auto}.rey-ui .search-wrap{flex:1;display:flex;flex-direction:column;gap:8px}.rey-ui .search-box{display:flex;align-items:center;gap:10px;background:var(--gray-1);border-radius:999px;padding:5px 18px 5px 5px}.rey-ui .search-box input{flex:1;border:none;background:#fff0;outline:none;font:400 14px var(--rey-font);color:var(--text-2)}.rey-ui .search-box input::placeholder{color:var(--muted)}.rey-ui .search-box button{background:var(--green);color:#fff;border:none;border-radius:999px;padding:10px 26px;font:600 14px var(--rey-font)}.rey-ui .popular{display:flex;gap:8px;align-items:center;padding-right:6px;flex-wrap:wrap}.rey-ui .popular .lbl{font:400 11px var(--rey-font);color:var(--muted)}.rey-ui .popular a{font:400 12px var(--rey-font);color:var(--text-2);background:var(--gray-1);border-radius:99px;padding:3px 12px}.rey-ui .header-actions{display:flex;gap:20px;align-items:center}.rey-ui .action{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative;color:var(--text-3)}.rey-ui .action svg{width:26px;height:26px;stroke:var(--text-3)}.rey-ui .action span{font:400 11px var(--rey-font)}.rey-ui .cart-badge{position:absolute;top:-6px;left:-8px;background:var(--green);color:#fff;font:700 10px var(--rey-font);width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rey-ui .header-nav{border-top:1px solid var(--border-2)}.rey-ui .header-nav .container{display:flex;align-items:center;gap:24px;padding-top:10px;padding-bottom:10px}.rey-ui .cats-btn{background:var(--green);color:#fff;border:none;border-radius:8px;padding:10px 16px;font:600 13px var(--rey-font);display:flex;gap:9px;align-items:center}.rey-ui .burger{display:inline-flex;flex-direction:column;gap:3px}.rey-ui .burger span{width:15px;height:2px;background:#fff;display:block}.rey-ui .header-nav a{font:600 13px var(--rey-font);color:var(--text-2)}.rey-ui .header-nav a.active{color:var(--green)}.rey-ui .header-nav .amazing-link{font-weight:700;color:var(--red);margin-right:auto}.rey-ui .m-only{display:none!important}.rey-ui .m-menu-btn{width:40px;height:40px;flex:0 0 40px;border-radius:12px;border:1px solid var(--border);background:#fff;align-items:center;justify-content:center;padding:0;color:var(--navy)}.rey-ui .m-menu-btn svg{width:20px;height:20px}.rey-ui .m-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.rey-ui .m-drawer-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(18 48 63 / .5);opacity:0;transition:opacity .25s}.rey-ui .m-drawer-panel{position:absolute;top:0;bottom:0;right:0;left:auto;width:300px;max-width:86vw;background:#fff;border-radius:22px 0 0 22px;transform:translateX(100%);transition:transform .32s cubic-bezier(.22,.8,.3,1);display:flex;flex-direction:column;overflow-y:auto}.rey-ui .m-drawer.open{pointer-events:auto}.rey-ui .m-drawer.open .m-drawer-bg{opacity:1}.rey-ui .m-drawer.open .m-drawer-panel{transform:none}.rey-ui .m-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border-2)}.rey-ui .m-drawer-head img{height:30px;width:auto}.rey-ui .m-close{width:34px;height:34px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-3);font:400 20px/1 var(--rey-font)}.rey-ui .m-drawer-nav{display:flex;flex-direction:column;padding:8px 10px}.rey-ui .m-drawer-nav a{display:flex;align-items:center;gap:9px;font:600 13.5px var(--rey-font);color:var(--navy);padding:14px 12px;border-radius:12px}.rey-ui .m-drawer-nav a:active,.rey-ui .m-drawer-nav a:hover{background:#f4f5f8;color:var(--green)}.rey-ui .m-drawer-nav a.hot{color:var(--red)}.rey-ui .m-drawer-nav a.hot svg{width:15px;height:15px}.rey-ui .m-drawer-foot{margin-top:auto;padding:16px 18px 22px;border-top:1px solid var(--border-2);display:flex;flex-direction:column;gap:10px}.rey-ui .m-drawer-foot a{width:100%}.rey-ui .site-footer{background:var(--surface);border-top:1px solid var(--border)}.rey-ui .trust{display:flex;justify-content:space-between;gap:16px;padding-top:24px;padding-bottom:24px;border-bottom:1px solid var(--border-2)}.rey-ui .trust>div{display:flex;align-items:center;gap:12px}.rey-ui .trust .ico{width:44px;height:44px;border-radius:50%;background:var(--gray-1);flex:0 0 44px;display:flex;align-items:center;justify-content:center}.rey-ui .trust .ico svg{width:22px;height:22px;stroke:var(--green)}.rey-ui .trust span{font:500 13px var(--rey-font);color:var(--text-2)}.rey-ui .footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:24px;padding-top:30px;padding-bottom:30px}.rey-ui .footer-about{display:flex;flex-direction:column;gap:12px}.rey-ui .footer-about img{height:40px;width:auto;align-self:flex-start}.rey-ui .footer-about p{font:400 12px/2 var(--rey-font);color:var(--muted);max-width:260px;margin:0}.rey-ui .socials{display:flex;gap:10px;margin-top:4px}.rey-ui .socials a{width:34px;height:34px;border-radius:9px;background:var(--gray-1);display:flex;align-items:center;justify-content:center}.rey-ui .socials svg{width:17px;height:17px;stroke:var(--text-3)}.rey-ui .footer-col{display:flex;flex-direction:column;gap:14px}.rey-ui .footer-col .head{font:700 14px var(--rey-font);color:var(--navy);display:flex;align-items:center;justify-content:space-between}.rey-ui .footer-col .links{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.rey-ui .footer-col a{font:400 13px var(--rey-font);color:var(--text-3);position:relative;padding-right:14px;transition:color .2s}.rey-ui .footer-col a::before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:2px;background:#d7dee2;transition:background .2s,transform .2s}.rey-ui .footer-col a:hover{color:var(--green)}.rey-ui .footer-col a:hover::before{background:var(--green);transform:translateY(-50%) rotate(45deg)}.rey-ui .footer-col .head .sign{display:none}.rey-ui .badges{display:flex;gap:14px;align-items:center;padding-top:18px;padding-bottom:18px;border-top:1px solid var(--border-2)}.rey-ui .badges .lbl{font:400 12px var(--rey-font);color:var(--muted);margin-left:6px}.rey-ui .badge-ph{width:72px;height:72px;border-radius:12px;background:repeating-linear-gradient(45deg,var(--border),var(--border) 6px,#f6f7f8 6px,#f6f7f8 12px);display:flex;align-items:center;justify-content:center;font:10px ui-monospace,Menlo,monospace;color:var(--muted)}.rey-ui .seo-block{background:var(--gray-1);padding:24px 0}.rey-ui .seo-block .container{display:flex;flex-direction:column;gap:10px}.rey-ui .seo-block h3{font:700 14px var(--rey-font);color:var(--text-2);margin:0}.rey-ui .seo-block p{font:400 12px/2 var(--rey-font);color:var(--muted);margin:0}.rey-ui .bottom-nav{display:none}.rey-ui .seo-head{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:pointer;text-align:right}.rey-ui .seo-head h3{margin:0;font:700 14px var(--rey-font);color:var(--text-2)}.rey-ui .seo-head .sign{width:26px;height:26px;border-radius:8px;background:#e6e9ec;color:var(--green);display:flex;align-items:center;justify-content:center;font:600 16px var(--rey-font);transition:transform .3s;flex:0 0 26px}.rey-ui .seo-body{display:none}.rey-ui .seo-body p{font:400 12px/2.3 var(--rey-font);color:var(--muted);margin:12px 0 0}.rey-ui .seo-block.open .seo-body{display:block}.rey-ui .seo-block.open .sign{transform:rotate(45deg)}.rey-ui .header-nav{position:relative}.rey-ui .header-nav .container{position:relative}.rey-ui .cats-btn.mega-on{background:var(--green-dark)}.rey-ui .mega{position:absolute;top:calc(100% + 8px);right:20px;width:840px;max-width:calc(100vw - 40px);display:grid;grid-template-columns:235px 1fr;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 24px 60px rgb(18 48 63 / .18);overflow:hidden;z-index:90;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s}.rey-ui .mega.open{opacity:1;visibility:visible;transform:none}.rey-ui .mega-rail{background:#f7f8f9;padding:10px 0;max-height:440px;overflow-y:auto;scrollbar-width:none}.rey-ui .mega-rail::-webkit-scrollbar{display:none}.rey-ui .mg-cat{display:flex;align-items:center;gap:10px;font:600 12.5px var(--rey-font);color:var(--text-2);padding:12px 16px;position:relative;transition:all .15s}.rey-ui .mg-cat svg{width:18px;height:18px;flex:0 0 18px;color:var(--muted);transition:color .15s}.rey-ui .mg-cat.active{background:#fff;color:var(--green);font-weight:800}.rey-ui .mg-cat.active::before{content:"";position:absolute;right:0;top:10px;bottom:10px;width:3.5px;border-radius:99px 0 0 99px;background:var(--green)}.rey-ui .mg-cat.active svg{color:var(--green)}.rey-ui .mega-body{padding:18px 22px 20px;min-height:340px}.rey-ui .mg-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;margin-bottom:15px;border-bottom:1px solid var(--border-2)}.rey-ui .mg-head b{font:800 14.5px var(--rey-font);color:var(--navy)}.rey-ui .mg-head a{font:600 11.5px var(--rey-font);color:var(--green);display:inline-flex;align-items:center;gap:5px}.rey-ui .mg-head a span{transition:transform .2s}.rey-ui .mg-head a:hover span{transform:translateX(-3px)}.rey-ui .mg-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 26px;align-items:start}.rey-ui .mg-group{display:flex;flex-direction:column}.rey-ui .mg-gt{font:700 12.5px var(--rey-font);color:var(--navy);display:flex;align-items:center;gap:8px;margin-bottom:8px}.rey-ui .mg-gt::before{content:"";width:7px;height:7px;border-radius:2px;background:var(--green);transform:rotate(45deg)}.rey-ui .mg-group a{font:400 12px var(--rey-font);color:var(--text-3);padding:6.5px 15px;border-radius:8px;transition:all .15s}.rey-ui .mg-group a:hover{color:var(--green);background:#f2f4f9}@media (max-width:1100px){.rey-ui .mega{width:720px}.rey-ui .mg-groups{grid-template-columns:repeat(2,1fr)}}.rey-ui .mega-mhead{display:none}.rey-ui .mg-chev{display:none}.rey-ui .m-cats-btn{width:44px;height:44px;flex:0 0 44px;border-radius:13px;border:none;background:var(--green);color:#fff;align-items:center;justify-content:center;padding:0}.rey-ui .m-cats-btn svg{width:20px;height:20px}.rey-ui .badge-box{height:72px;width:72px;border-radius:12px;background:#fff;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;padding:9px;transition:border-color .2s,transform .2s}.rey-ui .badge-box:hover{border-color:#bcc4d9;transform:translateY(-2px)}.rey-ui .badge-box img{max-width:100%;max-height:100%;object-fit:contain}.rey-ui .copyright{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border-2);padding-top:16px;padding-bottom:18px;font:400 12px var(--rey-font)}.rey-ui .copyright a{color:var(--muted);transition:color .2s}.rey-ui .copyright a:hover{color:var(--green)}.rey-ui .by-seetoo{font:600 11px ui-monospace,Menlo,monospace;direction:ltr;color:var(--green)!important}@media (max-width:1140px){.rey-ui .popular{display:none}.rey-ui .header-main{gap:16px}.rey-ui .header-nav .container{overflow-x:auto;scrollbar-width:none}.rey-ui .header-nav .container::-webkit-scrollbar{display:none}.rey-ui .header-nav a{white-space:nowrap;flex:0 0 auto}.rey-ui .cats-btn{white-space:nowrap;flex:0 0 auto}}@media (max-width:1024px){.rey-ui .footer-cols{grid-template-columns:1fr 1fr}.rey-ui .trust{flex-wrap:wrap}.rey-ui .trust>div{flex:1 1 40%}}@media (max-width:860px){.rey-ui{padding-bottom:62px}.rey-ui .m-only{display:flex!important}.rey-ui .d-only{display:none!important}.rey-ui .container{padding:10px 14px}.rey-ui .top-strip{height:38px;font-size:10.5px;padding:0 12px;gap:8px}.rey-ui .top-strip .chip{font-size:9.5px;padding:2px 8px}.rey-ui .site-header{position:sticky;top:0;z-index:50}.rey-ui .header-main{gap:10px;padding-top:10px;padding-bottom:8px;flex-wrap:wrap}.rey-ui .logo{margin-left:auto}.rey-ui .logo img{height:28px}.rey-ui .header-actions{gap:8px}.rey-ui .action{width:40px;height:40px;border:1px solid var(--border);border-radius:12px;justify-content:center}.rey-ui .action svg{width:20px;height:20px}.rey-ui .action span{display:none}.rey-ui .cart-badge{top:-5px;left:-5px;width:16px;height:16px;font-size:9px}.rey-ui .search-wrap{flex:1 1 100%;order:3}.rey-ui .search-box{padding:4px 14px 4px 4px}.rey-ui .search-box input{font-size:12.5px}.rey-ui .search-box button{padding:9px 18px;font-size:12px}.rey-ui .header-nav{border-top:none}.rey-ui .header-nav .container{padding:0}.rey-ui .header-nav .container>*:not(.mega){display:none}.rey-ui .trust{flex-wrap:wrap}.rey-ui .trust>div{flex:1 1 45%}.rey-ui .trust span{font-size:12px}.rey-ui .footer-cols{grid-template-columns:1fr;gap:0}.rey-ui .footer-about{padding-bottom:16px}.rey-ui .footer-col{gap:0;border-top:1px solid var(--border-2)}.rey-ui .footer-col .head{padding:14px 2px;cursor:pointer;user-select:none}.rey-ui .footer-col .head .sign{display:flex;width:22px;height:22px;border-radius:6px;background:var(--gray-1);align-items:center;justify-content:center;font:600 15px var(--rey-font);color:var(--green);line-height:1}.rey-ui .footer-col .links{display:none;flex-direction:column;gap:12px;padding:2px 2px 16px}.rey-ui .footer-col.open .links{display:flex}.rey-ui .badge-ph{width:56px;height:56px;border-radius:9px}.rey-ui .bottom-nav{position:fixed;bottom:0;right:0;left:0;z-index:60;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:8px 0 10px}.rey-ui .bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font:400 10px var(--rey-font);color:var(--muted)}.rey-ui .bottom-nav a svg{width:22px;height:22px;stroke:var(--muted)}.rey-ui .bottom-nav a.active{color:var(--green);font-weight:600}.rey-ui .bottom-nav a.active svg{stroke:var(--green)}.rey-ui .search-wrap{flex-direction:row;gap:8px;align-items:center}.rey-ui .search-box{flex:1}.rey-ui .mega{grid-template-columns:96px 1fr}.rey-ui .mega-rail{background:#f2f3f6;padding:8px 0 30px}.rey-ui .mg-cat{flex-direction:column;gap:7px;text-align:center;padding:13px 6px;font-size:10px;color:var(--text-3)}.rey-ui .mg-cat span{white-space:normal;line-height:1.6}.rey-ui .mg-cat svg{width:38px;height:38px;flex:0 0 38px;padding:9px;border-radius:13px;background:#fff;color:var(--muted);box-shadow:0 2px 6px rgb(18 48 63 / .06)}.rey-ui .mg-cat.active{background:#fff;color:var(--green);font-weight:800}.rey-ui .mg-cat.active::before{top:14px;bottom:14px}.rey-ui .mg-cat.active svg{background:var(--green);color:#fff}.rey-ui .mega-body{padding:14px 14px 40px;background:#fbfbfc}.rey-ui .mg-head{border-bottom:none;padding:2px 2px 6px;margin-bottom:8px;flex-wrap:nowrap}.rey-ui .mg-head b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rey-ui .mg-head a{background:#eaedf3;border-radius:99px;padding:8px 14px;flex:0 0 auto;white-space:nowrap}.rey-ui .mg-group a{padding:12px 18px}.rey-ui .mg-group a:active{background:#eaedf3}.rey-ui .mg-gt{padding:14px}.rey-ui .mg-groups{display:flex;flex-direction:column;gap:10px;align-items:stretch}.rey-ui .mg-group{width:100%;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .2s}.rey-ui .mg-group.open{box-shadow:0 4px 14px rgb(26 86 253 / .06)}.rey-ui .mg-group.open{border-color:#cfd5e3}.rey-ui .mg-gt{justify-content:space-between;margin:0;padding:13.5px 14px;cursor:pointer;user-select:none;font-size:12.5px}.rey-ui .mg-gt::before{display:none}.rey-ui .mg-chev{display:block;width:16px;height:16px;color:var(--muted);transition:transform .25s,color .25s}.rey-ui .mg-group.open .mg-chev{transform:rotate(180deg);color:var(--green)}.rey-ui .mg-group a{display:none;padding:10px 16px;border-top:1px dashed var(--border-2);font-size:12px}.rey-ui .mg-group.open a{display:block}.rey-ui .mg-group a:hover{background:#f7f8fb}}@media (max-width:860px){.rey-ui .mega{position:fixed;top:0;right:0;bottom:0;left:0;width:auto;max-width:none;border:none;border-radius:0;grid-template-columns:138px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"head head" "rail body";transform:translateY(14px);z-index:130}.rey-ui .mega.open{transform:none}.rey-ui .mega-mhead{grid-area:head;display:flex!important;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border-2);font:800 15px var(--rey-font);color:var(--navy)}.rey-ui .mega-rail{grid-area:rail;max-height:none;overflow-y:auto;padding-bottom:20px}.rey-ui .mega-body{grid-area:body;overflow-y:auto;min-height:0;padding:14px 16px 30px}.rey-ui .mg-cat{padding:13px 10px;font-size:11px;gap:7px}.rey-ui .mg-cat span{white-space:normal;line-height:1.7}.rey-ui .mg-cat svg{width:16px;height:16px;flex:0 0 16px}.rey-ui .mg-head{flex-wrap:wrap;gap:6px}.rey-ui .mg-groups{grid-template-columns:1fr;gap:14px}.rey-ui .mg-head b{font-size:13.5px}}@media (max-width:860px){.rey-ui .badges{flex-wrap:wrap}.rey-ui .badge-box{height:62px;width:62px}.rey-ui .copyright{flex-direction:column;gap:8px;text-align:center;font-size:11px;padding-bottom:14px}}.rey-ui .header-nav .rey-mainmenu,.rey-ui .header-nav .rey-mainmenu>li,.rey-ui .m-drawer-nav .rey-mainmenu,.rey-ui .m-drawer-nav .rey-mainmenu>li{display:contents}.rey-ui .header-nav .rey-mainmenu>li>a{font:600 13px var(--rey-font);color:var(--text-2)}.rey-ui .header-nav .current-menu-item>a,.rey-ui .header-nav .rey-mainmenu>li>a.active{color:var(--green)}.rey-ui .mg-panel{display:none}.rey-ui .mg-panel.active{display:block}.rey-ui .rey-skip-link{position:absolute;right:-9999px}.rey-ui .rey-skip-link:focus{right:12px;top:12px;z-index:200;background:#fff;padding:8px 14px;border-radius:8px}.rey-ui .c-drawer{position:fixed;inset:0;z-index:130;pointer-events:none}.rey-ui .c-drawer-bg{position:absolute;inset:0;background:rgb(18 48 63 / .5);opacity:0;transition:opacity .25s}.rey-ui .c-drawer-panel{position:absolute;top:0;bottom:0;left:0;right:auto;width:340px;max-width:88vw;background:#fff;border-radius:0 22px 22px 0;transform:translateX(-100%);transition:transform .32s cubic-bezier(.22,.8,.3,1);display:flex;flex-direction:column}.rey-ui .c-drawer.open{pointer-events:auto}.rey-ui .c-drawer.open .c-drawer-bg{opacity:1}.rey-ui .c-drawer.open .c-drawer-panel{transform:none}.rey-ui .c-drawer-contents{display:flex;flex-direction:column;min-height:0;flex:1}.rey-ui .c-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border-2);font:800 14px var(--rey-font);color:var(--navy)}.rey-ui .c-head span{font:400 11px var(--rey-font);color:var(--muted)}.rey-ui .c-head .m-close{border:none;background:none;font-size:22px;line-height:1;color:var(--muted);cursor:pointer}.rey-ui .c-items{flex:1;overflow-y:auto;padding:6px 14px}.rey-ui .c-item{display:flex;gap:12px;align-items:center;padding:12px 4px;border-bottom:1px dashed var(--border-2);text-decoration:none}.rey-ui .c-item img{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid var(--border)}.rey-ui .c-item .t{flex:1;font:500 12px/1.9 var(--rey-font);color:var(--navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rey-ui .c-item .p{font:700 12px var(--rey-font);color:var(--navy);white-space:nowrap}.rey-ui .c-item .p small{display:block;font:400 9.5px var(--rey-font);color:var(--muted);text-align:left}.rey-ui .c-foot{padding:14px 18px 20px;border-top:1px solid var(--border-2);display:flex;flex-direction:column;gap:10px}.rey-ui .c-foot .sum{display:flex;align-items:center;justify-content:space-between;font:600 12.5px var(--rey-font);color:var(--text-2)}.rey-ui .c-foot .sum b{font:900 16px var(--rey-font);color:var(--green)}.rey-ui .bottom-nav{z-index:1300}.wd-nav-mobile-wrapper,.wd-nav-mobile,.whb-mobile-nav,.woodmart-nav-mobile,#wd-nav-mobile,.wd-header-mobile-nav,.wd-sticky-nav-mobile{display:none!important}body.woocommerce-page .sidebar-container,body.woocommerce-page .widget-area,body.woocommerce-page aside.sidebar-container,body.woocommerce-page .wd-sidebar,body.woocommerce-page #secondary{display:none!important}body.woocommerce-page .content-area,body.woocommerce-page [class*="col-lg-"].content-area,body.woocommerce-page .wd-content-area,body.woocommerce-page main.site-main{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.rey-ui .search-wrap.has-live-search{position:relative}.rey-ui .rey-search-results{position:absolute;right:0;left:0;top:52px;z-index:300;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 44px rgb(15 27 45 / .14);padding:6px;display:none;max-height:74vh;overflow-y:auto}.rey-ui .rey-search-results.open{display:block}.rey-ui .rs-item{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:12px;text-decoration:none}.rey-ui .rs-item:hover{background:var(--gray-1)}.rey-ui .rs-item img{width:46px;height:46px;border-radius:10px;object-fit:contain;background:var(--gray-1);border:1px solid var(--border);flex:0 0 46px}.rey-ui .rs-item .rs-t{flex:1;min-width:0;font:500 12.5px/1.7 var(--rey-font);color:var(--navy);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rey-ui .rs-item .rs-p{font:700 12px var(--rey-font);color:var(--green);white-space:nowrap;flex:0 0 auto}.rey-ui .rs-item .rs-p del{color:var(--muted);font-weight:400;font-size:10.5px;margin-inline-end:5px}.rey-ui .rs-item .rs-p ins{text-decoration:none}.rey-ui .rs-more{display:block;text-align:center;padding:12px;margin-top:4px;border-top:1px solid var(--border-2);font:700 12.5px var(--rey-font);color:var(--green);text-decoration:none}.rey-ui .rs-more:hover{background:#f6f7fa;border-radius:0 0 12px 12px}.rey-ui .rs-empty,.rey-ui .rs-loading{padding:24px;text-align:center;font:500 12.5px var(--rey-font);color:var(--muted)}@media (max-width:860px){.rey-ui .rey-search-results{max-height:68vh}}