*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:Arial,Helvetica,sans-serif}html,body{width:100%;height:100%}body{background-color:#fff;margin:0 auto}.overlay{position:fixed;width:100%;height:100vh;background-color:#000;display:hidden}nav{width:100%;height:60px;background-color:#131921;position:fixed;top:0;left:0;z-index:99;color:#fff;padding:0 20px}nav .nav-part1{margin:0 auto;width:100%;overflow:hidden;display:flex;justify-content:space-between;align-items:center}.border{border:1.5px solid transparent}.border:hover{border:1.5px solid white}.nav-part1 .left a{display:flex;justify-content:center;align-items:center}.nav-part1 .left a p{position:relative;right:10px;bottom:3px}.nav-part1 .left .nav-logo{height:50px;width:120px}.nav-part1 .left .nav-logo img{width:100%;height:100%;object-fit:cover}.nav-part1 .left{display:flex;justify-content:center;align-items:center;gap:5px}.nav-part1 .left .nav-location{display:flex;justify-content:space-between;align-items:center;height:50px;padding:5px 8px}.nav-part1 .line-1{font-size:.79rem;color:#ccc}.nav-part1 .line-2{border:none;background-color:#131921;font-size:.9rem;color:#fff;font-weight:700}.nav-part1 .left .nav-location .locatin-icon{margin-top:8px}.nav-part1 .left .nav-location .address{margin-right:2px}.nav-part1 .nav-search{display:flex;align-items:center;justify-content:center;flex:1 1 auto;border-radius:4px}.nav-part1 .nav-search select{border:none;font-size:1rem;width:72px;height:40px;background-color:#e6e6e6;color:#0f1111;margin:0 auto;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;padding:0 5px}.nav-search input[type=text]{border:none;font-size:.89rem;font-weight:600;color:#111;width:100%;height:10px;padding:20px 10px;outline:none}.nav-part1 .search-box{width:52px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1rem;background-color:#f3a847;color:#000;font-weight:500;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer}nav form{border:3px solid transparent}nav form:hover{border:3px solid #FF9900;background-color:#f3a847}.nav-part1 span{display:block}.nav-part1 .right{display:flex;align-items:center;justify-content:space-evenly;padding:0 22px;gap:20px}.nav-part1 .right .country{width:100%;height:50px;display:flex;align-items:center;justify-content:center}.nav-part1 .right .country .flag{width:25px}.nav-part1 .right .country img{width:100%;height:100%;object-fit:cover}.nav-part1 .right .country select{background-color:#131921;color:#fff;border:none;outline:none;margin:0;padding:0}.nav-part1 .right .country select option{background-color:#fff;color:#030303}.nav-part1 .right .account-types{margin:0 auto;height:50px;align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.nav-part1 .right .nav-cart{display:flex;align-items:center;justify-content:center}.nav-part1 .right .nav-cart .icon{font-size:2.4rem;font-weight:400}.nav-part1 .right .nav-cart .cart{margin-bottom:-10px;font-size:.8rem;font-weight:400}.number-of-item{padding:0;font-size:12px;color:#f3a847}.nav-part2{position:relative;background-color:#232f3e;width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;color:#fff;list-style:none;text-decoration:none;padding:0 20px;margin-top:60px;overflow:hidden}a{color:#fff}.nav-part2 .left{display:flex;justify-content:center;align-items:center;gap:5px;font-size:1.5rem;padding:5px 8px}.nav-part2 .left a{display:block;font-size:.82rem;font-weight:700}.nav-part2 .shop-container{width:861px}.nav-part2 .shop-link{width:100%;display:flex;justify-content:space-around;align-items:center}.nav-part2 .shop-link li{margin-right:10px}.nav-part2 .shop-link li a{display:block;text-align:center;padding:8px;text-decoration:none;font-size:.81rem}.nav-part2 .right{text-decoration:none;color:#fff}.nav-part2 .right .right-con{display:flex;justify-content:center;align-items:center;gap:5px;padding:8px}.nav-part2 .right .right-con li a{font-size:.88rem}@media screen and (max-width: 600px){nav{padding:0;margin:0}.nav-part2{padding:0}.nav-part2 a:nth-child(5){display:none}.nav-part1 .left .nav-location,.nav-part1 .right .country,.nav-part1 .right .account-types,.nav-part1 .right .nav-order,.nav-part2 .shop-link{display:none}.nav-part2 .right .right-con{width:320px}.number-of-item{padding:0;font-size:12px;color:#f3a847;position:absolute;top:15px;right:39px;z-index:-1}}@media (max-width:360px){.number-of-item{padding:0;font-size:12px;color:#f3a847;position:absolute;top:15px;right:38px;z-index:-1}}.sidebar-container{width:100%;height:100%;position:fixed;background:#000000CC;z-index:99;opacity:50;top:0}.sidebar-container .close-sidebar{position:absolute;left:362px;top:2px;font-size:3rem;color:#fff;cursor:pointer}.sidebar-container .content{width:100%;max-width:360px;height:100%;background-color:#fff;position:fixed}.sidebar-container .content .account{width:100%;height:50px;background-color:#232f3e;color:#fff;display:flex;align-items:center}.content .account .account-icon{margin:0 10px 0 36px;font-size:1.8rem}.content .account h3{font-size:1.2rem;font-weight:600}.sidebar-content-container{width:100%;height:calc(100% - 50px);overflow-y:scroll;overflow-x:hidden}@media (max-width:600px){.sidebar-container .content{width:100%;max-width:290px;height:100%;background-color:#fff;position:fixed}.sidebar-container .close-sidebar{position:absolute;left:290px;top:2px;font-size:3rem;color:#fff;cursor:pointer}}.content-container{border-bottom:1.5px solid #E4E4E7}.content-container h3{font-size:18px;padding:13px 20px 5px 36px;font-weight:600}.content-container ul li{padding:13px 20px 13px 36px;display:flex;align-items:center;justify-content:space-between;font-size:14px}.content-container ul li:hover{background-color:#e4e4e7;cursor:pointer}.footer-container{position:relative;width:100%;background-color:#232f3e}.footer-container .top{padding:12px 15px;text-align:center;color:#fff;background-color:#354151}.footer-container .top span{padding:12px 15px;text-align:center;color:#fff;background-color:#354151;cursor:pointer}.footer-container .middile{position:relative;width:100%}.footer-container .middile{width:100%;height:100%;position:relative;margin-top:60px}.footer-container .middile .mdl_part{position:relative;display:flex;justify-content:space-around}.footer-container .middile .mdl_part .mdl_box{color:#fff;position:relative;padding:0 10px}h4{font-size:.98rem;margin:6px 0 14px;font-weight:700}h3{font-size:.84rem;font-weight:400;margin:0 0 10px}#error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:0 auto}.home-container{position:relative;margin:0 auto;max-width:1500px;width:100%;top:0;background-color:#e7e7e7;min-height:calc(100vh - 60px)}.banner_part{position:relative;width:100%;margin:0 auto;border-bottom:2px solid rgb(199,199,199)}.card-con{position:relative;display:flex;justify-content:space-evenly;align-items:flex-end;flex-wrap:wrap;top:0;left:0;z-index:1}.card-con .card{padding:10px;width:100%;max-width:320px;height:420px;background-color:#fff;position:relative;margin-bottom:15px}.card-con .card .boxes{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-evenly;align-items:center}.card-con .card .box{position:relative;background-color:#fff;height:150px;width:150px;margin:5px}.box img{width:100%;height:100%;object-fit:contain}.card-con .card .box-con{display:flex;justify-content:space-evenly;align-items:center;background-color:#fff}.card-con .card .box-con .box{position:relative;height:160px;width:160px;padding:10px;display:flex;flex-direction:column;background-color:#f7f7f7}.box-con .box img{object-fit:contain;height:100%;width:100%}.card-con .card a{font-size:.84rem;color:#007185}.card-con .card a:hover{color:#d57b55}.card-con .bg_transparent{position:relative;background-color:transparent;display:flex;flex-direction:column}.card-con .card .box1{position:relative;display:flex;align-items:flex-start;flex-direction:column;background-color:#fff;margin-bottom:20px;margin-top:-10px;padding:10px}.card-con .card .box1 .item_con{position:relative;display:flex;align-items:flex-start;justify-content:space-evenly;padding:0 1px}.card-con .card .box1 .item_con img{margin-top:-40px;display:block;margin-left:12px}.card-con .card .box2{position:relative;display:flex;align-items:flex-start;margin:0 8px}.card-con .card .box2 img{width:100%;height:100%;object-fit:cover;margin-top:15px}.card-con .card .box1 .item_con{display:flex;align-items:flex-start;justify-content:flex-start}.center_img{width:98%;margin:15px auto;position:relative;background-color:#fff}.center_img img{display:block;width:100%;padding:20px;height:100%;object-fit:cover}.card3_first_card{display:flex;justify-content:space-evenly;flex-wrap:wrap}.card3_box{position:relative;height:160px;width:140px;padding:10px;display:flex;background-color:#f7f7f7;margin-bottom:10px}.card3_box img{display:block;margin:0 auto;width:100%;height:100%;object-fit:contain}@media (max-width:600px){.home_image{margin-bottom:-50px}.card-con .card{padding:10px;width:100%;max-width:400px;height:420px;background-color:#fff;position:relative;margin-bottom:15px}.card-con .bg_transparent{background-color:transparent}.card-con .card .box1 .item_con img{margin-top:-40px;display:block;margin-left:65px}}@media (max-width:430px){.card-con .bg_transparent{padding:10px;height:auto;position:relative;margin-bottom:15px}.card-con .card .box1 .item_con img{margin-top:-40px;display:block}}.carouseal{max-height:230px}.carouseal .banner_img{width:100%;height:100%;max-width:100%;max-height:100%}@media (max-width:768px){.banner_img{object-fit:cover;height:200px}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-f7b9c306.woff) format("woff"),url(/assets/revicons-4ca02b8a.ttf) format("ttf"),url(/assets/revicons-9e4d4c68.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.blockbaster_deal{width:98%;position:relative;display:flex;flex-direction:column;padding:10px 20px;margin:0 auto 15px;background-color:#fff}.carousel-con .box{position:relative;width:300px;height:400px}.blockbaster_deal .deal_header h3{display:block;width:auto;float:left;font-weight:700;font-size:1.3rem;line-height:1.5;overflow:hidden}.blockbaster_deal .deal_header a{font-size:.84rem;text-decoration:none;color:#007185;display:block;width:auto;float:left;padding-left:15px;line-height:35px}.blockbaster_deal .deals_product{position:relative;display:flex;justify-content:space-around;margin:0 0 105px}.blockbaster_deal .deals_product .box{position:relative;width:300px;height:300px;margin-left:20px}.blockbaster_deal .deals_product .box img{width:100%;height:100%;object-fit:contain}.blockbaster_deal .product_img{margin:10px 0;padding:20PX;width:250PX;height:250PX;background-color:#f7f8f8}.blockbaster_deal .product_img img{width:100%;height:100%;object-fit:contain}.blockbaster_deal p{font-size:.84rem;padding:2px}@media (max-width:600){.products{display:flex;align-items:center;flex-direction:column;justify-content:center}.blockbaster_deal .product_img{margin:0 auto;padding:20PX;width:250PX;height:250PX;background-color:#f7f8f8}}.mobile-section{position:relative;width:100%;height:100%;margin-top:0;padding:20px 14px;color:#000;background-color:#f7f7f7;overflow:hidden}.mobile-section .grid{width:100%;min-height:100vh;display:grid;background-color:#f7f7f7;margin-top:20px;grid-template-columns:.2fr 1fr}.mobile-section .grid .product-grid{background-color:#f7f7f7}.grid .product-grid ul{width:100%;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.mobile-section .grid .product-grid ul .box{position:relative;width:300px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}.mobile-section .grid ul .box .product-img>img{width:100%;max-height:200px;object-fit:contain}.grid .product-grid ul .box h3{margin-top:10px;font-weight:600;color:#000;cursor:pointer;font-size:1rem}.mobile-section .grid .filter-page .filter-box{position:relative;width:100%}.mobile-section .grid .filter-page .filter-box label{margin:0;padding:0}.mobile-section .grid .filter-page .filter-box input{height:5px;padding:15px;border-radius:3px;width:100%;font-size:1rem;border:2px solid rgb(32,31,31);text-align:left}.mobile-section .grid .filter-page{display:flex;flex-direction:column;gap:15px;margin:0}@media (max-width:820px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:10px}.mobile-section .grid .product-grid ul .box{position:relative;width:250px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:1024px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:250px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:996px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:200px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:820px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:190px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:780px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:160px;height:420px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}}@media (max-width:675px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:220px;height:390px}}@media (max-width:610px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:180px;height:390px}}@media (max-width:550px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:260px;height:390px}}@media (max-width:398px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:190px;height:390px}}@media (max-width:280px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:140px;height:390px}.mobile-section .grid .product-grid ul .box button{padding:6px 12px;border:none;outline:none;border-radius:50px;font-size:.6rem;font-weight:200;color:#3f3f3f;cursor:pointer;background-color:#f7ca00;margin:10px auto}}@media (max-width:240px){.mobile-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.mobile-section .grid .product-grid ul .box{position:relative;width:100px;height:300px}.mobile-section .grid .product-grid ul .box button{padding:6px 8px;border:none;outline:none;border-radius:50px;font-size:.5rem;font-weight:200;color:#3f3f3f;cursor:pointer;background-color:#f7ca00;margin:10px auto}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-con{margin-top:5rem;width:100%;min-height:100vh;color:#333;background-color:#fff;padding-top:20px;display:flex;align-items:center;justify-content:space-evenly}.product-con .box{position:relative;width:25vw;height:75vh;background-color:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column}.product-con .box .product-img img{width:100%;height:100%;object-fit:cover}.product-con .product-des{position:relative;width:45vw;height:75vh}.product-con .product-des h3{font-weight:600;color:#000;cursor:pointer;font-size:4rem}.product-con .product-des .price{margin-top:8px;font-weight:600;color:#000;cursor:pointer;font-size:1.8rem}.product-con .product-des .detail{font-weight:600;color:#000;cursor:pointer;font-size:2rem}button{padding:8px 12px;border:none;outline:none;border-radius:2px;margin-top:10px;font-size:14px;font-weight:600;color:#3f3f3f;cursor:pointer;background-color:#7fffd4}.product-grid ul{padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product-grid ul .box{position:relative;width:25vw;height:75vh;background-color:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:1rem}.product-grid ul .box h3{margin-top:10px;font-weight:600;color:#000;cursor:pointer;font-size:1rem}.product-grid ul .box .price{margin-top:8px;font-weight:600;color:#000;cursor:pointer;font-size:1.2rem}.result-product-grid ul .item-box .price{margin-top:8px;font-weight:600;color:#000;cursor:pointer;font-size:1.2rem}.cart_container{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;padding:25px;gap:20px}.container{overflow:hidden}.shopping_cart_box{width:80%;background-color:#f7f7f7}.heading{width:96%;display:flex;justify-content:space-between;padding:20px;align-items:center;border-bottom:1px solid lightgray;margin:0 auto}.heading h1{font-weight:200}.shopping_cart_box .container{width:100%;height:220px;background-color:#f7f7f7;padding:20px 0;justify-content:space-between;align-items:flex-start;display:flex}.container .product-img{width:250px;height:180px}.product-img img{width:100%;height:100%;object-fit:contain}.box_heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.container .box{padding:0 25px;width:80%;display:flex;flex-direction:column}.box button{padding:10px;width:fit-content}.buttons{margin:0 auto}.total_amount{width:30%;background-color:#f7f7f7;height:220px;padding:28px}.total_amount h3{font-size:18px}.buy_btn,.buttons button{width:100%;color:#333;font-weight:400;text-align:center;background-color:#f7ca00;border-radius:50px}.buy_btn:hover{background-color:#fad328}.empty-cart-con{margin:0 auto;width:50%;height:80vh;text-align:center;display:flex;flex-direction:column}.empty-cart-con h3{margin-top:30px;font-size:1.2rem}@media (max-width:650px){.cart_container{display:flex;flex-direction:column-reverse;padding:25px 10px}.total_amount{width:60%;background-color:#f7f7f7;height:180px;padding:28px}.shopping_cart_box{width:100%;background-color:#f7f7f7}}.single-product-con{width:100%;color:#333;background-color:#f7f7f7;min-height:100vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:25px;gap:20px}.single-product-con .box{width:40%;min-width:300px;height:30vh;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column}.single-product-con .product-img{width:100%;height:auto;max-width:25vw}.single-product-con .box .product-img img{width:100%;height:100%;object-fit:contain}.single-product-con .product-des{width:100%;max-width:400px;height:auto;padding:25px;overflow:hidden}.single-product-con .product-des h3{font-weight:400;color:#000;cursor:pointer;font-size:1.5rem;padding:25px 0}.single-product-con .product-des .price{font-weight:600;color:#000;cursor:pointer;font-size:1.8rem;margin:20px 0}.single-product-con .product-des .detail{font-weight:400;color:#000;cursor:pointer;font-size:1.2rem;margin:20px 0}.single-product-con button{margin:20px 0;padding:8px 12px;border:none;outline:none;font-size:14px;font-weight:400;color:#3f3f3f;cursor:pointer;background-color:#f7ca00;border-radius:50px}@media (max-width: 1024px){.single-product-con{flex-direction:column;align-items:center}.single-product-con .box{width:60%}.single-product-con .product-img,.single-product-con .product-des{width:80%}}@media (max-width: 768px){.single-product-con{padding:10px;gap:15px}.single-product-con .box{width:100%}.single-product-con .product-img{max-width:40vw}.single-product-con .product-des h3{font-size:1.4rem}.single-product-con .product-des .price{font-size:1.6rem}.single-product-con .product-des .detail{font-size:1rem}button{width:100%;padding:10px}}@media (max-width: 480px){.single-product-con{padding:5px}.single-product-con .box{height:auto}.single-product-con .product-des h3{font-size:1.2rem}.single-product-con .product-des .price{font-size:1.4rem}.single-product-con .product-des .detail{font-size:.9rem}button{font-size:12px}}.product-section{position:relative;width:100%;height:100%;margin-top:0;padding:20px 14px;color:#000;background-color:#f7f7f7;overflow:hidden}.product-section .product-grid .header{display:flex;justify-content:space-evenly;align-items:center;margin-bottom:20px;padding:20px}.product-section .grid{width:100%;min-height:100vh;display:grid;background-color:#f7f7f7;grid-template-columns:.2fr 1fr}.product-section .grid .product-grid .sort-con label{font-family:sans-serif;font-size:1rem;padding-right:10px}select{font-size:.9rem;padding:2px 5px}.product-section .grid .product-grid{background-color:#f7f7f7}.product-section .grid .product-grid ul{width:100%;min-height:100vh;position:relative;background-color:#f7f7f7;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.product-grid ul .box{position:relative;width:300px;height:390px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:1rem}.grid ul .box .product-img>img{width:100%;max-height:200px;object-fit:contain}.grid ul .box h3{margin-top:10px;font-weight:600;color:#000;cursor:pointer;font-size:1rem}.grid ul .box .price{margin-top:8px;font-weight:600;color:#000;cursor:pointer;font-size:1.2rem}.grid ul .box p{margin-top:20px;font-weight:600;color:#000;cursor:pointer;font-size:.8rem}.grid ul .box button{padding:8px 24px;border:none;outline:none;border-radius:50px;font-size:.8rem;font-weight:200;color:#3f3f3f;cursor:pointer;background-color:#f7ca00;margin:10px auto}.grid .filter-page{margin-top:10px}.grid .filter-page .filter-box{position:relative;width:100%}.grid .filter-page .filter-box label{margin:0;padding:0}.grid .filter-page .filter-box input{height:5px;padding:15px;border-radius:3px;width:100%;font-size:1rem;border:2px solid rgb(32,31,31);text-align:left}.filter-box input{padding:4px 8px;border-radius:3px;font-size:1.2rem;border:2px solid rgb(32,31,31)}.same-brands{font-size:2.5rem;font-weight:700;margin-top:30px;text-align:center}.filter-page{display:flex;flex-direction:column;gap:15px}.filter-page h3{margin-bottom:10px}.brand-name{color:#000}.filter-page .price{cursor:pointer}.color-filter{display:flex;flex-direction:column;gap:10px;padding:15px 0}.color-filter .box{width:20px;height:20px;border-radius:50%;background-color:#3f3f3f;display:flex;align-items:center;justify-content:center;font-size:5px}.color-box{display:flex;justify-content:flex-start;align-items:center;gap:10px;cursor:pointer}.hover:hover{color:red;cursor:pointer}form .serch-box{padding:12px 15px;margin-left:-20px;margin-top:-20px;outline:2px solid #dadada;border-radius:3px;font-size:1.2rem}@media (max-width:820px){.product-section{padding:0 5px;color:#000}.grid ul .box{padding:10px}.product-section .grid .product-grid ul .box{position:relative;width:250px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:1024px){.product-section{padding:0 5px;color:#000}.product-section .grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:250px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:996px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:200px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:820px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:190px;height:390px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2px}}@media (max-width:780px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:160px;height:420px;background-color:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}}@media (max-width:675px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:220px;height:390px}}@media (max-width:610px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:180px;height:390px}}@media (max-width:550px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:260px;height:390px}}@media (max-width:398px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:190px;height:390px}}@media (max-width:280px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:140px;height:390px}.product-section .grid .product-grid ul .box button{padding:6px 12px;border:none;outline:none;border-radius:50px;font-size:.6rem;font-weight:200;color:#3f3f3f;cursor:pointer;background-color:#f7ca00;margin:10px auto}}@media (max-width:240px){.product-section{padding:0 5px;color:#000}.grid .product-grid ul{padding:20px}.product-section .grid .product-grid ul .box{position:relative;width:100px;height:300px}.product-section .grid .product-grid ul .box button{padding:6px 8px;border:none;outline:none;border-radius:50px;font-size:.5rem;font-weight:200;color:#3f3f3f;cursor:pointer;background-color:#f7ca00;margin:10px auto}}.login-container{width:100%;height:100%;padding:0 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff}.header{display:flex;justify-content:center;width:100%;height:44px;margin-bottom:20px;overflow:hidden}.logo{width:110px;height:724px;background:url(https://m.media-amazon.com/images/S/sash/mPGmT0r6IeTyIee.png);background-repeat:no-repeat;background-size:cover;background-position-y:-117px}.dot-in{position:absolute;margin-left:106px;margin-top:10px;color:#030303}.form_container{max-width:360px;margin-top:0}.login-form{width:100%;display:flex;align-items:flex-start;flex-direction:column;gap:2px;padding:20px 26px;border-radius:8px;background-color:#fff;border:1.2px solid #dfdfdf}.login-form h3{font-size:28px;margin-bottom:10px;font-weight:500}.login-form input{width:100%;margin-bottom:8px;padding:6px;outline:none;border:1.2px solid #656565}.login-form input:focus{border-color:#e77600}.login-form button[type=submit]{background-color:#f8ce12d7;outline:none;border:none;padding:8px 12px;border-radius:8px;font-weight:300;cursor:pointer;width:100%;margin-bottom:18px}.login-form button[type=submit]:hover{background-color:#f7ca00}.login-form p:nth-of-type(1){font-size:13px;font-weight:600;padding:2px;color:#030303}.login-form p:nth-of-type(2){font-size:12px;padding:2px;margin-bottom:-10px;line-height:18px;letter-spacing:.2px}.login-form span{color:#0066c0;cursor:pointer}.login-form span:hover{text-decoration:underline;text-underline-offset:1;transition:.3s;color:#c40000;cursor:pointer}.help{width:100%;border-bottom:1.5px solid #dfdfdf;margin-bottom:15px;padding:26px 0;font-size:13px}.help i{color:#656565;font-size:14px}.login-form p:nth-of-type(3){font-size:13px;padding:2px;font-weight:600;color:#030303}.login-form p:nth-of-type(4){font-size:14px;padding:2px;margin-bottom:5px;color:#0066c0}.login-form p:nth-of-type(4):hover{text-decoration:underline;text-underline-offset:1;transition:.3s;color:#c40000;cursor:pointer}.newtoamazon{color:#333;width:100%;opacity:.6;margin-top:20px;display:flex;align-items:center}.login-container .left-line{display:inline-flex;width:100%;height:1px;background-color:#333;opacity:.5}.login-container .right-line{display:inline-flex;height:1px;width:100%;background-color:#333;opacity:.5}.newtoamazon .text{width:100%;color:#000;font-size:12px;text-align:center}.craete_account{color:#030303;width:100%;border:1.5px solid #dfdfdf;text-align:center;margin-top:20px;border-radius:8px;padding:6px 8px;cursor:pointer}.craete_account a{color:#000;font-size:13px}.craete_account:hover{background-color:#fafafa}.bottom{width:100%;background-color:#fdfdfd;border-top:1.5px solid #f2f2f2;margin:20px 0;text-align:center;padding:10px 0}.bottom span{font-size:11px;color:#0066c0;display:inline-flex;align-items:center;margin-left:10px}.bottom span:hover{text-decoration:underline;text-underline-offset:1;transition:.3s;color:#c40000;cursor:pointer}.bottom p{font-size:12px;text-align:center;margin-top:16px;opacity:.8}.form_container .login-form p:nth-of-type(2){font-size:12px;padding:2px;margin-bottom:0;line-height:18px;letter-spacing:.2px;font-weight:600}.form_container .login-form input[type=Number]{margin-bottom:20px}.form_container .login-form p:nth-of-type(3){font-size:12px;padding:2px;margin-bottom:0;line-height:18px;letter-spacing:.2px;font-weight:600}.form_container .login-form p:nth-of-type(4){font-size:12px;margin-top:-5px;letter-spacing:.2px;color:#333;text-decoration:none;font-weight:600}.form_container .login-form p:nth-of-type(5){font-size:12px;margin-bottom:2px;margin-top:-5px;line-height:18px;letter-spacing:.2px;color:#333}.form_container .login-form p:nth-of-type(5) span{font-size:12px;padding:0 8px;margin-bottom:25px;margin-top:-9px;line-height:18px;letter-spacing:.2px;color:#333;text-decoration:none;cursor:auto}.form_container .login-form p:nth-of-type(6){font-size:13px;padding:2px;margin-bottom:0;letter-spacing:.2px}.form_container .login-form p:nth-of-type(7){font-size:13px;padding:0ox 5px;line-height:18px}.form_container .login-form p:nth-of-type(8){font-size:13px;margin-bottom:18px;line-height:18px}.form_container .login-form p:nth-of-type(9){font-size:13px;padding:2px;margin-bottom:0;line-height:18px;letter-spacing:.2px}.singleMobile-product-con{width:100%;color:#333;background-color:#f7f7f7;min-height:100vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:25px;gap:20px}.singleMobile-product-con .box{width:40%;min-width:300px;height:30vh;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column}.singleMobile-product-con .product-img{width:100%;max-height:280px;max-width:320px}.singleMobile-product-con .box .product-img img{width:100%;height:100%;object-fit:contain}.singleMobile-product-con .product-des{width:100%;max-width:400px;height:auto;padding:25px}.singleMobile-product-con .product-des h3{font-weight:400;color:#000;cursor:pointer;font-size:1.5rem;padding:25px 0}.singleMobile-product-con .product-des .price{font-weight:600;color:#000;cursor:pointer;font-size:1.8rem}.singleMobile-product-con .product-des .detail{font-weight:400;color:#000;cursor:pointer;font-size:1.2rem;margin-top:20px}.singleMobile-product-con button{padding:8px 12px;border:none;outline:none;border-radius:50px;margin-top:10px;font-size:14px;font-weight:600;color:#3f3f3f;cursor:pointer;background-color:#f7ca00}@media (max-width: 1024px){.singleMobile-product-con{flex-direction:column;align-items:center}.singleMobile-product-con .box{width:60%}.singleMobile-product-con .product-img,.singleMobile-product-con .product-des{width:80%}}@media (max-width: 768px){.singleMobile-product-con{padding:10px;gap:15px}.singleMobile-product-con .box{width:100%}.singleMobile-product-con .product-img{max-width:40vw}.singleMobile-product-con .product-des h3{font-size:1.4rem}.singleMobile-product-con .product-des .price{font-size:1.6rem}.singleMobile-product-con .product-des .detail{font-size:1rem}button{width:100%;padding:10px}}@media (max-width: 480px){.singleMobile-product-con{padding:5px}.singleMobile-product-con .box{height:auto}.singleMobile-product-con .product-des h3{font-size:1.2rem}.singleMobile-product-con .product-des .price{font-size:1.4rem}.singleMobile-product-con .product-des .detail{font-size:.9rem}button{font-size:12px}}.result-result-product-grid{background-color:#fff;width:100%;height:100%}.result-product-grid ul{padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.result-product-grid ul .item-box{background-color:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;margin-bottom:20px;padding:20px 0}.result-product-grid ul .item-box .product-img{height:220px}.result-product-grid ul .item-box .product-img img{width:100%;height:100%;object-fit:contain}.result-product-grid ul .item-box h3{margin-top:10px;font-weight:600;color:#000;cursor:pointer;font-size:1rem}.result-product-grid ul .item-box .price{margin-top:8px;font-weight:400;color:#000;cursor:pointer;font-size:1.2rem}.result-product-grid ul .item-box p{margin-top:20px;font-weight:200;color:#333;cursor:pointer;font-size:.8rem}.result-product-grid ul .item-box button{padding:10px 16px;border:none;outline:none;border-radius:50px;margin-top:10px;font-size:14px;font-weight:600;color:#3f3f3f;cursor:pointer;background-color:#f7ca00}
