.SplashScreen-module__Dfj6gG__splashScreen{z-index:99999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.SplashScreen-module__Dfj6gG__splashScreen .SplashScreen-module__Dfj6gG__content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SplashScreen-module__Dfj6gG__splashScreen .SplashScreen-module__Dfj6gG__logoContainer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SplashScreen-module__Dfj6gG__splashScreen .SplashScreen-module__Dfj6gG__logoContainer .SplashScreen-module__Dfj6gG__logoImage{width:120px;height:auto}.SplashScreen-module__Dfj6gG__splashScreen .SplashScreen-module__Dfj6gG__spinnerContainer{position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.SplashScreen-module__Dfj6gG__splashScreen .SplashScreen-module__Dfj6gG__spinnerContainer .SplashScreen-module__Dfj6gG__spinner{border:2px solid #667eea4d;border-top:2px solid var(--theme-color);border-radius:50%;width:24px;height:24px;animation:1s linear infinite SplashScreen-module__Dfj6gG__spin}@keyframes SplashScreen-module__Dfj6gG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media not (display-mode:standalone){.SplashScreen-module__Dfj6gG__splashScreen{display:none!important}}
.Dialog-module__BOUAbW__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Dialog-module__BOUAbW__modalContent{background:#fff;border-radius:7px;flex-direction:column;width:90%;max-width:500px;max-height:90vh;animation:.2s ease-out Dialog-module__BOUAbW__modalSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;outline:none!important}@keyframes Dialog-module__BOUAbW__modalSlideIn{0%{opacity:0;transform:scale(1)}to{opacity:1;transform:scale(1)}}.Dialog-module__BOUAbW__dialogHeader{float:right;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;width:100%;padding:20px 20px 10px;display:flex}.Dialog-module__BOUAbW__dialogHeader .Dialog-module__BOUAbW__dialogTitle{color:#000;float:right;margin:0;font-size:16px;font-weight:600}.Dialog-module__BOUAbW__dialogHeader .Dialog-module__BOUAbW__closeButton{color:#6c757d;cursor:pointer;float:left;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;transition:all .2s;display:flex}.Dialog-module__BOUAbW__dialogHeader .Dialog-module__BOUAbW__closeButton:hover{color:#000;background:#f8f9fa}.Dialog-module__BOUAbW__dialogContent{float:right;flex:1;width:100%;padding:10px 20px;overflow-y:auto}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm{float:right;flex-direction:column;width:100%;padding-bottom:90px;display:flex}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__formGroup{float:right;width:100%;position:relative}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__formGroup.Dialog-module__BOUAbW__formGroupBoxed{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin:7px 0;padding:5px 0}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__formGroup .Dialog-module__BOUAbW__formLabel{float:right;width:100%;margin:3px 0 -5px;padding-right:14px;font-size:12px}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__formGroup.Dialog-module__BOUAbW__row{gap:12px;display:flex}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__formGroup.Dialog-module__BOUAbW__row>div{flex:1}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__dateInputs{float:right;flex-direction:row-reverse;align-items:flex-start;gap:12px;width:100%;display:flex}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__dateInputs .Dialog-module__BOUAbW__dayInput{flex:1}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__dateInputs .Dialog-module__BOUAbW__monthInput{flex:2}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__dateInputs .Dialog-module__BOUAbW__yearInput{flex:1.5}.Dialog-module__BOUAbW__dialogContent ul,.Dialog-module__BOUAbW__dialogContent ol{float:right;width:100%;margin-bottom:5px;padding-right:20px;line-height:28px;list-style-type:disc}.Dialog-module__BOUAbW__dialogContent ol{list-style-type:persian}.Dialog-module__BOUAbW__dialogContent ul li,.Dialog-module__BOUAbW__dialogContent ol li{float:right;width:100%}.Dialog-module__BOUAbW__dialogFooter{float:right;z-index:3;background:#fff;border-top:1px solid #f0f0f0;width:100%;padding:15px 20px 20px;position:absolute;bottom:0;left:0;right:0}.Dialog-module__BOUAbW__dialogFooter .Dialog-module__BOUAbW__submitButton{float:right;color:#fff;border-radius:var(--border-radius);cursor:pointer;background:#dc3545;border:none;width:100%;margin:0;padding:15px 20px;font-size:14px;font-weight:500;transition:background-color .2s}.Dialog-module__BOUAbW__dialogFooter .Dialog-module__BOUAbW__submitButton:hover:not(:disabled){background:#c82333}.Dialog-module__BOUAbW__dialogFooter .Dialog-module__BOUAbW__submitButton:disabled{cursor:not-allowed;background:#6c757d}.Dialog-module__BOUAbW__updateDialog p{padding:10px 0}.Dialog-module__BOUAbW__updateDialog .Dialog-module__BOUAbW__dialogFooter{position:relative;bottom:auto}@media (max-width:768px){.Dialog-module__BOUAbW__modalOverlay{background:#fff;display:block}.Dialog-module__BOUAbW__dialogHeader{padding:20px 10px 10px}.Dialog-module__BOUAbW__modalContent{width:100%;max-width:100%;max-height:100vh;box-shadow:none;border-radius:0;margin:0}.Dialog-module__BOUAbW__dialogContent{max-height:calc(95vh - 80px);padding:10px}.Dialog-module__BOUAbW__updateDialog.Dialog-module__BOUAbW__modalOverlay{background:#00000080;align-content:flex-end;align-items:flex-end}.Dialog-module__BOUAbW__dateInputs{flex-direction:column;gap:8px}.Dialog-module__BOUAbW__yearInput,.Dialog-module__BOUAbW__monthInput,.Dialog-module__BOUAbW__dayInput{flex:1}.Dialog-module__BOUAbW__dialogContent .Dialog-module__BOUAbW__dialogForm .Dialog-module__BOUAbW__formGroup.Dialog-module__BOUAbW__row{gap:inherit;display:block}.Dialog-module__BOUAbW__dialogFooter{padding:15px 10px}}
.PriceHistory-module__WRb0cq__productInfo{border-bottom:1px solid #f0f0f0;align-items:center;gap:15px;margin:10px 0;padding-bottom:20px;display:flex}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__productImage{object-fit:cover;border-radius:var(--border-radius);border:1px solid var(--border-color);width:60px;height:60px}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__productTitle{color:var(--text-color);margin:0 0 5px;font-size:14px;font-weight:400}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer{align-items:center;gap:8px;display:flex}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer .PriceHistory-module__WRb0cq__price{float:left;position:relative}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer .PriceHistory-module__WRb0cq__price span{float:right;color:#166dcf;font-weight:400}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer .PriceHistory-module__WRb0cq__price span.PriceHistory-module__WRb0cq__unavailable{color:#b4b4b4;font-size:14px}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer .PriceHistory-module__WRb0cq__price del{float:right;color:#979797;padding:15px 0 0;font-size:14px;font-weight:100}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer .PriceHistory-module__WRb0cq__price strong{float:right;color:#166dcf;font-weight:400;position:absolute;top:1px;right:0}.PriceHistory-module__WRb0cq__productInfo .PriceHistory-module__WRb0cq__priceContainer .PriceHistory-module__WRb0cq__price svg{float:left;fill:#2981e6;width:18px;height:14px}.PriceHistory-module__WRb0cq__chartContainer{direction:ltr;outline:none;width:100%;height:300px}.PriceHistory-module__WRb0cq__chartCaption{color:#6c757d;text-align:center;margin-top:15px;font-size:12px}.PriceHistory-module__WRb0cq__priceStats{box-sizing:border-box;border:1px solid var(--border-color);border-radius:var(--border-radius);flex-wrap:wrap;gap:20px;width:100%;margin:10px 0 5px;padding:10px 20px;display:flex}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStat{box-sizing:border-box;flex:1;min-width:120px}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStat:first-child{border-left:1px solid var(--border-color)}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatLabel{color:#6c757d;font-size:12px}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue{word-break:break-all;align-items:center;gap:6px;margin:0;font-size:16px;font-weight:600;display:flex}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue.PriceHistory-module__WRb0cq__min,.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue.PriceHistory-module__WRb0cq__min svg{color:#28a745}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue.PriceHistory-module__WRb0cq__min svg[class=priceLabel]{fill:#28a745}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue.PriceHistory-module__WRb0cq__max,.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue.PriceHistory-module__WRb0cq__max svg{color:#dc3545}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatValue.PriceHistory-module__WRb0cq__max svg[class=priceLabel]{fill:#dc3545}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatTime{color:#6c757d;margin:-2px 0 0;font-size:11px;display:block}.PriceHistory-module__WRb0cq__priceStats .PriceHistory-module__WRb0cq__priceStatTime.PriceHistory-module__WRb0cq__shimmer{width:70px;height:12px;margin:6px 0 0;display:block}.PriceHistory-module__WRb0cq__loadingContainer{text-align:center;padding:60px 20px}.PriceHistory-module__WRb0cq__loadingContainer .PriceHistory-module__WRb0cq__loadingSpinner,.PriceHistory-module__WRb0cq__loadingContainer .PriceHistory-module__WRb0cq__loadingSpinner div[class=spinner-border]{width:40px;height:40px;margin:0 auto}.PriceHistory-module__WRb0cq__loadingContainer .PriceHistory-module__WRb0cq__loadingText{color:#6c757d;margin-top:20px}
section.Error-module__r7Y0oq__error{float:right;width:100%;margin:75px 0}section.Error-module__r7Y0oq__error img{width:450px;max-width:100%;margin:0 auto;display:block}section.Error-module__r7Y0oq__error canvas{max-width:100%;margin:0 auto;display:block;width:800px!important}section.Error-module__r7Y0oq__error h1{float:right;text-align:center;width:100%;color:var(--theme-color);margin:20px 0 0;font-size:80px;font-weight:800;line-height:70px}section.Error-module__r7Y0oq__error h2{float:right;text-align:center;width:100%;color:var(--theme-color);margin:20px 0;font-size:75px;font-weight:800;line-height:70px}section.Error-module__r7Y0oq__error p{float:right;text-align:center;width:100%;margin-bottom:20px;line-height:24px}section.Error-module__r7Y0oq__error button{width:auto;margin:0 auto;padding:7px 15px;font-weight:400;display:block}
.Home-module__g21JLG__home{float:right;width:100%}
.NotFound-module__Jq_08q__notFound{float:right;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:20px 0;display:flex}.NotFound-module__Jq_08q__notFound small{float:right;text-align:center;width:100%;margin:10px 0}.NotFound-module__Jq_08q__notFound .NotFound-module__Jq_08q__btn{width:auto;margin-top:10px}.NotFound-module__Jq_08q__notFound .NotFound-module__Jq_08q__btn span{margin:0 0 -3px}
section.Cart-module__Rmy5ma__cart{float:right;width:100%;margin:20px 0;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs{float:right;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul{float:right;border-bottom:1px solid var(--border-color);width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li{float:right;cursor:pointer;border-bottom:3px solid #0000;padding:5px 15px 12px;font-size:15px;font-weight:400;transition:all .2s ease-in-out}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li:hover{border-color:var(--border-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li.Cart-module__Rmy5ma__active{border-color:var(--theme-color);font-weight:600}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li .Cart-module__Rmy5ma__badge{float:left;color:#fff;text-align:center;background:#b6b6b6;border-radius:3px;min-width:19px;margin:0 7px 0 0;padding:3px 5px 0;line-height:16px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__badge{background:tomato}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li svg{float:left}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li.Cart-module__Rmy5ma__option{float:left;padding:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__tabs ul li.Cart-module__Rmy5ma__option button{background:0 0;border:none;outline:none;padding:8px 10px 9px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list,section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box{float:right;width:100%;margin:20px 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list.Cart-module__Rmy5ma__hasItem,section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box{width:calc(100% - 330px)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box section{float:right;border:1px solid var(--border-color);border-radius:var(--border-radius);width:100%;margin-bottom:20px;padding:20px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box section h5{float:right;width:100%;margin-bottom:20px;font-size:16px;font-weight:600}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box section h5 svg{float:right;margin-left:10px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box section h5 .Cart-module__Rmy5ma__link{float:left;margin-top:2px;font-size:14px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul{float:right;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li{float:right;border-bottom:1px solid var(--border-color);width:100%;margin-bottom:10px;padding-bottom:10px;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li:last-child{border-bottom:none}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__thumb{float:right;width:150px;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__isDeleting .Cart-module__Rmy5ma__thumb{opacity:.3}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__thumb img{float:right;aspect-ratio:1;width:100%;overflow:hidden}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__thumb div.Cart-module__Rmy5ma__shimmer{float:right;aspect-ratio:1;border-radius:10px;width:100%;height:auto;overflow:hidden}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content{float:left;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(100% - 170px);padding-top:10px;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox{z-index:10;background-color:#000000b3;border-radius:25px;align-items:center;gap:8px;padding:4px 7px;display:flex;position:absolute;bottom:20px;right:10px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox .Cart-module__Rmy5ma__spinnerContainer{width:20px;height:20px;margin-top:1px;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox .Cart-module__Rmy5ma__spinner{width:20px;height:20px;transform:rotate(-90deg)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox .Cart-module__Rmy5ma__spinner .Cart-module__Rmy5ma__spinnerBg{stroke:#ffffff4d;stroke-width:3px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox .Cart-module__Rmy5ma__spinner .Cart-module__Rmy5ma__spinnerProgress{stroke:#fff;stroke-width:3px;stroke-linecap:round;transition:stroke-dasharray 20ms ease-in-out}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox .Cart-module__Rmy5ma__spinnerTime{color:#fff;font-size:12px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__deleteBox svg{cursor:pointer;float:left;margin:-1px 0 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content h3{float:right;white-space:nowrap;text-overflow:ellipsis;width:100%;color:var(--text-color);margin:0 0 10px;font-size:15px;line-height:24px;overflow:hidden}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content h3.Cart-module__Rmy5ma__shimmer{float:right;width:auto;height:20px;margin:5px 0 9px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content p{float:right;width:100%;margin:3px 0;font-size:13px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content p.Cart-module__Rmy5ma__shimmer{float:right;width:auto;margin:5px 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content p svg{float:right;opacity:.7;margin:1px 0 0 7px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content p [data-color]{float:right;opacity:.7;border:1px solid var(--border-color-hover);border-radius:50%;width:17px;height:17px;margin:2px 0 0 8px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content p span{font-weight:400}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity{float:right;border:1px solid var(--border-color);border-radius:var(--border-radius);color:tomato;-webkit-user-select:none;user-select:none;width:90px;height:35px;margin-top:10px;padding:7px;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__isDeleting .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity{color:#ccc}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity .Cart-module__Rmy5ma__increase{float:right;cursor:pointer}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity .Cart-module__Rmy5ma__increase.Cart-module__Rmy5ma__disabled{opacity:.4;pointer-events:none}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity .Cart-module__Rmy5ma__total{float:right;text-align:center;width:41px;font-size:17px;font-weight:400}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity .Cart-module__Rmy5ma__decrease{float:left;cursor:pointer}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__isDeleting .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__quantity .Cart-module__Rmy5ma__decrease{cursor:default}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price{float:right;margin:13px 20px 0 0;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price.Cart-module__Rmy5ma__shimmer{margin-right:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price.Cart-module__Rmy5ma__isOff{margin-top:29px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__isNext .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price.Cart-module__Rmy5ma__isOff{margin-top:30px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__isNext .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price{margin:15px 0 5px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price span{float:right;color:#000;font-weight:400}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price.Cart-module__Rmy5ma__shimmer span{color:inherit}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price del{float:right;color:#b4b4b4;font-size:14px;font-weight:100}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price strong{float:right;color:#000;font-weight:400;position:absolute;top:-18px;right:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price svg{float:left;width:18px;height:14px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta{float:right;align-items:center;gap:15px;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__isNext .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta{align-items:flex-start;gap:inherit;flex-direction:column;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__tools{float:right;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__tools small{color:#818181;float:right;margin:7px 0 0 10px;font-size:13px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions{float:right;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;padding:8px;transition:all .2s ease-in-out;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions:hover{background-color:#f5f5f5}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions.Cart-module__Rmy5ma__bookmarkAction{color:#f59e0b;float:left;margin:9px 0 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions.Cart-module__Rmy5ma__cartAction{color:var(--theme-color);float:right}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions.Cart-module__Rmy5ma__cartAction.Cart-module__Rmy5ma__disabled,section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions.Cart-module__Rmy5ma__cartAction.Cart-module__Rmy5ma__disabled:hover{color:var(--text-light-color);float:right;cursor:default;background:#fff}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta .Cart-module__Rmy5ma__actions.Cart-module__Rmy5ma__deleteAction{color:#f59e0b;float:right}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list .Cart-module__Rmy5ma__emptyMsg{float:right;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list .Cart-module__Rmy5ma__emptyMsg img{float:right;width:300px;max-width:100%;margin:20px 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list .Cart-module__Rmy5ma__emptyMsg span{float:right;text-align:center;width:100%;margin:20px 0 5px;font-weight:600}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list .Cart-module__Rmy5ma__emptyMsg small{float:right;text-align:center;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list .Cart-module__Rmy5ma__emptyMsg button{width:auto;margin:15px 0 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list .Cart-module__Rmy5ma__emptyMsg button .Cart-module__Rmy5ma__spinner{border-width:2px;width:14px;height:14px;margin:4px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__loadMore{border-bottom:none;justify-content:center;padding:20px 0;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li.Cart-module__Rmy5ma__loadMore span{float:right;color:#ccc;border-width:2px;border-color:#ccc #0000 #ccc #ccc;width:20px;height:20px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__sidebar{float:left;width:300px;position:sticky;top:190px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul{float:right;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li{float:right;border:1px solid var(--border-color);border-radius:var(--border-radius);width:100%;margin-bottom:15px;padding:20px;transition:all .2s ease-in-out}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li:last-child{margin-bottom:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li:hover{border-color:var(--border-color-hover)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li.Cart-module__Rmy5ma__active{border-color:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__select{float:right;border:3px solid var(--border-color);cursor:pointer;border-radius:50%;width:22px;height:22px;margin:12px 0 0;transition:all .2s ease-in-out;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__select.Cart-module__Rmy5ma__isLoading{display:none}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li:hover .Cart-module__Rmy5ma__select{border-color:var(--border-color-hover)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__select{border-color:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__select:after{background:var(--border-color);content:"";opacity:0;border-radius:50%;width:8px;height:8px;transition:all .2s ease-in-out;position:absolute;top:4px;right:4px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__select:after{opacity:1;background:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__text{float:left;cursor:pointer;width:calc(100% - 40px);line-height:24px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__text.Cart-module__Rmy5ma__noPadding{width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__text b{float:right}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__text b{color:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__text b.Cart-module__Rmy5ma__shimmer{width:150px;height:20px;margin-bottom:10px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__text p{float:right;cursor:pointer;font-size:15px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__addresses ul li .Cart-module__Rmy5ma__text p.Cart-module__Rmy5ma__shimmer{width:250px;max-width:90%;height:16px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul{flex-wrap:wrap;gap:15px;width:100%;display:flex}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li{border:1px solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;width:140px;padding:10px 20px;transition:all .2s ease-in-out;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li:hover{border-color:var(--border-color-hover)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__select{float:right;border:3px solid var(--border-color);border-radius:50%;width:22px;height:22px;margin:14px 0 0;transition:all .2s ease-in-out;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li:hover .Cart-module__Rmy5ma__select{border-color:var(--border-color-hover)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__select{border-color:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__select:after{background:var(--border-color);content:"";opacity:0;border-radius:50%;width:8px;height:8px;transition:all .2s ease-in-out;position:absolute;top:4px;right:4px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__select:after{opacity:1;background:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__text{float:left;width:calc(100% - 40px)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__text img{float:right;object-fit:cover;width:30px;height:30px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__text b{float:right;width:100%;font-size:13px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__text .Cart-module__Rmy5ma__icon{float:left;opacity:.3;transition:all .2s ease-in-out;position:absolute;top:0;left:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li:hover .Cart-module__Rmy5ma__text .Cart-module__Rmy5ma__icon{opacity:.5}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__text .Cart-module__Rmy5ma__icon:hover{opacity:.8}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments{float:right;width:100%;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul{float:right;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul.Cart-module__Rmy5ma__hasScroll{height:240px;overflow:hidden}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li{float:right;cursor:pointer;width:100%;margin:0 0 5px 15px;padding:10px 0;transition:all .2s ease-in-out}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li:last-child{margin-bottom:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li:hover{border-color:var(--border-color-hover)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__select{float:right;border:3px solid var(--border-color);border-radius:50%;width:22px;height:22px;margin:12px 0 0;transition:all .2s ease-in-out;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__select.Cart-module__Rmy5ma__isLoading{display:none}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li:hover .Cart-module__Rmy5ma__select{border-color:var(--border-color-hover)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__select{border-color:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__select:after{background:var(--border-color);content:"";opacity:0;border-radius:50%;width:8px;height:8px;transition:all .2s ease-in-out;position:absolute;top:4px;right:4px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__select:after{opacity:1;background:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__logo{float:right;margin:3px 20px 0 0;position:relative}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__logo img[data-type]{float:right;object-fit:cover;width:40px;height:40px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__logo .Cart-module__Rmy5ma__badge{object-fit:cover;background-color:#fff;border-radius:50%;width:16px;height:16px;position:absolute;bottom:0;right:5px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__logo .Cart-module__Rmy5ma__badge img{float:right;object-fit:cover;width:12px;height:12px;margin:2px 2px 0 0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__logo .Cart-module__Rmy5ma__badge span{float:right;text-align:center;margin:0 2px 0 0;font-size:12px;font-weight:400}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__text{float:left;width:calc(100% - 100px);line-height:23px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__text.Cart-module__Rmy5ma__noPadding{width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__text b{float:right;width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__text b.Cart-module__Rmy5ma__shimmer{width:150px;height:20px;margin-bottom:10px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li.Cart-module__Rmy5ma__active .Cart-module__Rmy5ma__text b{color:var(--theme-color)}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__text p{opacity:.8;font-size:14px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments ul li .Cart-module__Rmy5ma__text p.Cart-module__Rmy5ma__shimmer{width:200px;max-width:90%;height:16px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments .Cart-module__Rmy5ma__moreItems{cursor:pointer;width:100%;color:var(--theme-color);background:linear-gradient(#fffc 0%,#fff 100%);padding:20px 22px 20px 20px;font-size:14px;font-weight:400;position:absolute;bottom:0;right:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__payments .Cart-module__Rmy5ma__moreItems svg{float:right;margin:0 0 0 23px}@media (max-width:997px){section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list.Cart-module__Rmy5ma__hasItem,section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__box{width:100%;margin-bottom:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__sidebar{width:100%;top:inherit;position:relative}}@media (max-width:767px){section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li{width:100%}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__select{margin-top:4px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__shipping ul li .Cart-module__Rmy5ma__text b{width:auto;margin:5px 10px 0 0}}@media (max-width:440px){section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__thumb{width:70px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content{width:calc(100% - 80px);padding-top:0}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content h3{width:95%;font-size:14px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__price{margin-right:10px}section.Cart-module__Rmy5ma__cart .Cart-module__Rmy5ma__list ul li .Cart-module__Rmy5ma__content .Cart-module__Rmy5ma__meta{gap:10px}}
.SearchDialog-module__nwOz4G__searchBox{float:right;width:100%;padding:10px 0 15px}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper{float:right;gap:8px;width:100%;display:flex}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper .SearchDialog-module__nwOz4G__searchInput{border-radius:var(--border-radius);color:#1a1a1a;float:right;border:2px solid #e5e7eb;outline:none;flex:1;height:52px;margin:0;padding:14px;font-size:14px;transition:border-color .2s}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper .SearchDialog-module__nwOz4G__searchInput:focus{border-color:#4b3ec4}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper .SearchDialog-module__nwOz4G__searchButton{color:#fff;border-radius:var(--border-radius);cursor:pointer;white-space:nowrap;background:#4b3ec4;border:none;width:80px;height:52px;min-height:auto;padding:7px 15px;font-size:14px;font-weight:400;line-height:24px;transition:background .2s}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper .SearchDialog-module__nwOz4G__searchButton:hover{background:#3d32a8}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper .SearchDialog-module__nwOz4G__searchButton:disabled{cursor:not-allowed;background:#9ca3af}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__wrapper .SearchDialog-module__nwOz4G__searchButton span{margin:5px 0 -2px}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__searchError{float:right;text-align:center;width:100%;margin:30px 0 20px;font-size:13px}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__searchError svg{float:right;stroke:#ccc;width:100%;font-size:13px}.SearchDialog-module__nwOz4G__searchBox .SearchDialog-module__nwOz4G__searchError p{float:right;width:100%;color:var(--text-color);margin:8px 0 0;font-size:14px}.SearchDialog-module__nwOz4G__searchResults{float:right;flex-direction:column;gap:10px;width:100%;margin:0 0 10px;display:flex}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item{float:right;border-radius:var(--border-radius);cursor:pointer;border:1px solid var(--border-color);background:#fff;align-items:center;gap:15px;width:100%;padding:10px;transition:all .2s;display:flex}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item:hover{border-color:var(--border-color-hover)}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item img{object-fit:cover;border-radius:var(--border-radius);background:var(--border-color);width:50px;height:50px}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item div{min-width:0}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item h4{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:14px;font-weight:600;overflow:hidden}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item .SearchDialog-module__nwOz4G__price{float:right}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item .SearchDialog-module__nwOz4G__price span{float:right;color:#696969;font-size:14px;font-weight:400}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item span.SearchDialog-module__nwOz4G__unavailable{color:#b4b4b4;font-size:14px}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item .SearchDialog-module__nwOz4G__price del{float:right;color:#b4b4b4;margin:0 0 0 10px;font-size:14px;font-weight:100}.SearchDialog-module__nwOz4G__searchResults .SearchDialog-module__nwOz4G__item .SearchDialog-module__nwOz4G__price svg{float:left;fill:#696969;width:18px;height:14px}
.Compare-module__toBWLa__compare{float:right;width:100%;padding:20px 0}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable{float:right;width:100%}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__stickyHeader{grid-template-columns:200px repeat(var(--product-count,1), 1fr) var(--empty-cell,0fr);z-index:10;border-bottom:1px solid var(--border-color);will-change:transform;contain:paint;backface-visibility:hidden;background:#fff;gap:0;padding:0;display:grid;position:relative}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__stickyHeader.Compare-module__toBWLa__active{position:sticky;top:80px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__headerCell{color:#6b7280;justify-content:center;align-items:center;padding:10px;font-size:16px;font-weight:700;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__headerCell:last-child{border-left:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__productHeader{text-align:center;min-width:0;padding:15px;position:relative}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__productHeader img{aspect-ratio:1;width:150px;max-width:100%;margin-bottom:10px;overflow:hidden}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell{color:#1a1a1a;border-left:1px solid var(--border-color);text-align:center;justify-content:center;align-items:center;min-width:0;padding:15px 20px;font-size:14px;font-weight:400;line-height:1.6;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell:last-child{border-left:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell h2{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:14px;font-weight:600;line-height:1.4;overflow:hidden}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell .Compare-module__toBWLa__price{flex-direction:column;align-items:center;gap:5px;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell .Compare-module__toBWLa__normalPrice,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell .Compare-module__toBWLa__originalPrice{color:#9ca3af;font-size:14px;text-decoration:line-through}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell .Compare-module__toBWLa__discountPrice{color:var(--text-color);font-size:14px;font-weight:600}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__rating{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell .Compare-module__toBWLa__rating svg{fill:orange;stroke:orange}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell .Compare-module__toBWLa__rating span{color:var(--text-color);margin:4px 0 0;font-size:15px;font-weight:400}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__removeButton{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;top:10px;left:10px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__removeButton:hover{color:#dc2626;background:#fee2e2}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__addProductButton{cursor:pointer;color:#6b7280;background:#fff;border:none;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;min-height:120px;transition:all .3s;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__addProductButton:hover{color:#374151;background:#fafafa}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__addProductButton span{font-size:14px;font-weight:600}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__emptyCell{min-height:50px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row{grid-template-columns:200px repeat(var(--product-count,1), 1fr) var(--empty-cell,0fr);border-bottom:1px solid var(--border-color);gap:0;display:grid}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row:last-child{border-bottom:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price{float:left;position:relative}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price.Compare-module__toBWLa__hasDiscount{margin:10px 0 -10px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price span{float:right;color:#000;font-size:15px;font-weight:400}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price span.Compare-module__toBWLa__unavailable{color:#a7a7a7;font-size:14px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price del{float:right;color:#b4b4b4;font-size:14px;font-weight:100}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price strong{float:right;color:#000;font-size:15px;font-weight:400;position:absolute;top:-18px;right:0}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__price svg{float:left;width:18px;height:14px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__labelCell{color:var(--text-color);border-left:1px solid var(--border-color);background:#f9fafb;align-items:center;padding:15px 20px;font-size:14px;font-weight:400;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__labelCell:last-child{border-left:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__descriptionCell{color:var(--text-color);border-left:1px solid var(--border-color);padding:15px 20px;font-size:14px;font-weight:400;line-height:1.8;display:flex}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__descriptionCell:last-child{border-left:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader{grid-template-columns:200px repeat(var(--product-count,1), 1fr) var(--empty-cell,0fr);border-bottom:1px solid var(--border-color);background:#fff;gap:0;height:40px;margin-top:15px;display:grid}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader .Compare-module__toBWLa__labelCell{color:var(--text-color);height:inherit;background:0 0;border-left:none;padding:5px 20px;font-size:13px;font-weight:300}@media (max-width:1024px){.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__stickyHeader,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader{grid-template-columns:150px repeat(var(--product-count,1), 1fr) var(--empty-cell,0fr)}}@media (max-width:997px){.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__productHeader h2{font-size:14px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__stickyHeader.Compare-module__toBWLa__active{top:105px}}@media (max-width:768px){.Compare-module__toBWLa__compare{padding:20px 0}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__stickyHeader.Compare-module__toBWLa__active{top:62px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell h2{white-space:inherit;overflow:inherit;text-overflow:inherit}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row{grid-template-columns:repeat(2,1fr)}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row .Compare-module__toBWLa__labelCell{display:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__addProduct{border-radius:var(--border-radius);border:2px dashed #ccc;grid-column:1/-1;width:100%;margin-bottom:15px;display:block}.Compare-module__toBWLa__compare .Compare-module__toBWLa__addProduct[data-product="2"]{display:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__addProductButton{min-height:50px;padding:7px 10px;display:block}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__addProductButton svg{width:20px;margin-left:7px}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row:before{content:attr(data-row-label);color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-column:1/-1;padding:10px 15px;font-size:13px;font-weight:400;display:block}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader{grid-template-columns:repeat(2,1fr);display:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader .Compare-module__toBWLa__labelCell,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader .Compare-module__toBWLa__groupCell{display:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__attributeGroup:before{content:attr(data-group-name);grid-column:1/-1;margin-top:10px;padding:12px 15px;font-size:14px;display:block}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__headerCell,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row:first-child:before,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__productHeader:nth-child(4),.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell:nth-child(4),.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__emptyCell{display:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell:nth-child(3){border-left:none}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__groupHeader{grid-template-columns:repeat(2,1fr)}.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__row:before,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__valueCell,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__attributeGroup:before,.Compare-module__toBWLa__compare .Compare-module__toBWLa__compareTable .Compare-module__toBWLa__descriptionCell{padding:10px}}
.Print-module__LWiTLa__printPage{direction:rtl;max-width:100%;margin:0 auto;padding:10px;font-family:inherit;font-size:14px}.Print-module__LWiTLa__noPrint{margin-top:24px}.Print-module__LWiTLa__printBtn{color:var(--text-color);cursor:pointer;border:none;border-radius:6px;margin-top:10px;padding:10px 24px;font-size:15px}.Print-module__LWiTLa__printBtn:hover{opacity:.9}.Print-module__LWiTLa__printBtn svg{margin-left:10px}.Print-module__LWiTLa__invoice{background:#fff}.Print-module__LWiTLa__invoiceTitle{text-align:center;margin:10px 0;font-size:17px;font-weight:700}.Print-module__LWiTLa__invoiceMeta{margin-bottom:12px}.Print-module__LWiTLa__invoiceMeta p{margin:4px 0}.Print-module__LWiTLa__table{border-collapse:collapse;width:100%;margin:0}.Print-module__LWiTLa__table th,.Print-module__LWiTLa__table td{text-align:center;color:#000;border:1px solid #919191;padding:10px 12px}.Print-module__LWiTLa__table td.Print-module__LWiTLa__isTitle{text-align:right}.Print-module__LWiTLa__table th{background:#c9c9c9;font-weight:600}.Print-module__LWiTLa__table .Print-module__LWiTLa__finalAmount{font-size:16px;font-weight:700}.Print-module__LWiTLa__printPage svg.priceLabel{float:inherit!important}.Print-module__LWiTLa__boxed{margin-bottom:5px}.Print-module__LWiTLa__boxed td{text-align:right;position:relative}.Print-module__LWiTLa__boxed td:first-child{width:20px}.Print-module__LWiTLa__boxed td.Print-module__LWiTLa__hasLogo{padding-left:130px}.Print-module__LWiTLa__boxed td strong{text-align:right}.Print-module__LWiTLa__boxed td img{width:100px;height:39px;position:absolute;top:17px;left:20px}.Print-module__LWiTLa__boxed td.Print-module__LWiTLa__label{text-align:center;vertical-align:middle;padding:0}.Print-module__LWiTLa__boxed td.Print-module__LWiTLa__label em{font-style:normal;display:inline-block;transform:rotate(-90deg)}.Print-module__LWiTLa__boxed span{text-align:left;float:left;direction:ltr;font-weight:400}.Print-module__LWiTLa__latestTable{text-align:right;margin-top:5px}.Print-module__LWiTLa__latestTable td{text-align:right}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__paymentInfo{vertical-align:top;padding:0;position:relative}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__paymentInfo .Print-module__LWiTLa__paymentStatus{padding:10px}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__paymentInfo ul{border-top:1px solid #919191;margin:0;padding:10px;list-style-type:disc}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__paymentInfo ul li{text-transform:capitalize;margin-right:18px}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__sign{width:30%;position:relative}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__sign img{opacity:.7;width:120px;height:120px;margin:-2px 0 0;rotate:10deg}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__qrCode{width:150px}.Print-module__LWiTLa__latestTable .Print-module__LWiTLa__qrCode svg{width:100%}.Print-module__LWiTLa__spinnerBox{justify-content:center;align-items:center;margin:50px 0 20px;display:flex}.Print-module__LWiTLa__spinnerBox .Print-module__LWiTLa__spinner{float:right;color:#ccc;border-width:2px;border-color:#b4b4b4 #0000 #b4b4b4 #b4b4b4;width:26px;height:26px}@media print{.Print-module__LWiTLa__invoice{border:none;padding:0}.Print-module__LWiTLa__logo,.Print-module__LWiTLa__printBtn{display:none}@page{size:A4 landscape;margin:0}}@media (max-width:997px){.Print-module__LWiTLa__printPage{padding:20px}.Print-module__LWiTLa__invoice{border:none;border-radius:0;padding:0}.Print-module__LWiTLa__logo img{max-width:150px}}
