.wgt_product-item{background:#fff;box-shadow:0 5px 37px rgb(0 0 0 / 11%);border-radius:8px;padding-top:8px;height:100%}.wgt_product-item > h2{display:flex;padding:0;margin:0;flex-direction:column}.wgt_product-item-image{position:relative;transition:all 0.2s ease}.wgt_product-item:hover .wgt_product-item-image{opacity:0.9}.wgt_product-item-img{border-radius:3px;width:100%;height:auto;min-height:150px;background:#ccc}.wgt_product-item-title{padding:12px 20px;font-size:15px;text-align:right;font-weight:500;padding-top:14px}.wgt_product-item-vendor{padding:0 20px;gap:5px;font-size:13px;font-weight:500;height:30px;overflow:hidden;transition:all 0.2s ease}.wgt_product-item-vendor > img{width:25px;height:25px;border-radius:50%}.wgt_product-item-vendor span{opacity:0.8}.wgt_product-item-data{padding:0 20px;flex-wrap:wrap}.wgt_product-item-data-item{flex:1;gap:5px;row-gap:0;position:relative}.wgt_product-item-data-item-value{font-size:16px;font-weight:600}.wgt_product-item-data-item-label{font-size:12px;opacity:0.6;font-weight:500}.wgt_product-item-data-item-label > svg{width:14px;height:13px}.wgt_product-item{position:relative;padding-bottom:15px}.wgt_product-item-data{padding-top:40px;transition:all 0.2s ease;min-height:67px}.wgt_product-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:600px){.wgt_product-item-title{white-space:normal}}.wgt_product-item-btns{gap:8px;max-height:0px;padding:0 15px;overflow:hidden;transition:all 0.2s ease;position:absolute;bottom:0;left:0;right:0;opacity:0.5}.wgt_product-item:hover .wgt_product-item-btns{max-height:100px;padding:12px 20px 20px;opacity:1}.wgt_product-item:hover .wgt_product-item-data{padding-top:10px;padding-bottom:60px}.wgt_product-item:hover .wgt_product-item-vendor{height:0px;opacity:0}@media screen and (max-width:600px){.wgt_product-item .wgt_product-item-btns{max-height:100px;padding:12px 20px 20px;opacity:1}.wgt_product-item .wgt_product-item-data{padding-top:0px;padding-bottom:60px}.wgt_product-item .wgt_product-item-vendor{height:0px;opacity:0}}.wgt_product-item-btn{background:#49cd72;color:#fff;padding:5px 10px;justify-content:center;gap:5px;font-weight:500;font-size:14px;height:44px;border-radius:6px;user-select:none;cursor:pointer;transition:all 0.2s ease;position:relative}.wgt_product-item-btn > svg{width:20px;height:20px;flex:0 0 20px}.wgt_product-item-btn:hover{background:#3fbd66}.wgt_product-item-btn:active{background:#49cd72}.wgt_product-item-btn-preview{background:#FFC107;color:#ffffff;padding:5px 12px;font-weight:400;transition:all 0.2s ease}.wgt_product-item-btn-preview:hover,.wgt_product-item-btn-preview:active{background:#ffc821;color:#ffffff;box-shadow:none}.wgt_product-item-btn-preview-tip{position:absolute;white-space:nowrap;left:32px;background:#ffc821;top:0px;bottom:0px;display:flex;justify-content:center;align-items:center;padding:0 19px 0 0;border-radius:9px;box-shadow:21px 5px 20px rgba(0,0,0,0.15);opacity:0;pointer-events:none;transition:all 0.15s ease;border-top-left-radius:0;border-bottom-left-radius:0}.wgt_product-item-btn-preview:hover .wgt_product-item-btn-preview-tip{opacity:1;left:36px}.wgt_product-item-btn:hover svg{animation:itemPreviewAni 0.2s ease 0s forwards}@keyframes itemPreviewAni{50%{transform:scale(1.1)}100%{transform:scale(1)}}.wgt_product-item-btn.loading{opacity:0.9;pointer-events:none}.wgt_product-item-btn.loading span,.wgt_product-item-btn.loading svg{display:none}.wgt_product-item-btn.loading::after{content:'';width:20px;height:20px;border:solid 1px #fff;border-top-color:transparent;border-radius:50%;animation:rotate 1s linear 0s infinite}.wgt_product-item-data-item-sales{justify-content:end;align-items:center;flex-direction:row}.wgt_product-item-data-item-rates{justify-content:end;align-items:center;flex-direction:row;flex:1}.wgt_product-item-data-item-rates svg{color:#ffc859}.wgt_product-item-data-item-price{justify-content:start}.wgt_product-item-data-item-rates .wgt_product-item-data-item-value{font-weight:600;opacity:1;min-width:14px}.wgt_product-item-data-item-rates .wgt_product-item-data-item-label{opacity:1}.wgt_product-item-data-item-del{font-size:13px;font-weight:500;text-decoration:line-through;width:100%;text-align:right;margin-bottom:-8px;opacity:0.6;position:absolute;left:0;top:-6px}.wgt_product-item-percent{position:absolute;top:-15px;left:-10px;z-index:5;color:#fff;width:50px;height:50px;pointer-events:none;animation:offAnimateItem 2s linear 0s infinite alternate;display:flex}.wgt_product-item-percent svg{width:100%;height:100%;position:absolute;color:#ffb03b}.wgt_product-item-percent span{position:absolute;top:10px;left:0;right:0;text-align:center;font-size:11px;font-weight:500;direction:ltr}.wgt_product-item-percent small{position:absolute;bottom:11px;left:0;right:0;text-align:center;font-size:9px;font-weight:300}.wgt_product-item-badges{gap:1px;height:39px;position:relative;z-index:1;padding:0 15px;margin-bottom:5px}.wgt_product-item-badge{width:30px;height:30px;border-radius:50%;color:#fff;background:#d2d2d2;border:solid 3px #fff;cursor:pointer;position:relative;transition:all 0.1s ease}.wgt_product-item-badge svg{width:50%;height:50%}.wgt_product-item-badge-tip{position:absolute;top:40px;right:-2px;display:flex;width:28px;transform:rotate(-90deg);white-space:nowrap;pointer-events:none;transition:all 0.2s ease;opacity:0;justify-content:flex-start}.wgt_product-item-badge-tip span{background:#fff;color:#000;padding:1px 11px;font-size:13px;font-weight:600;border-radius:13px;box-shadow:-9px 2px 33px rgba(0,0,0,0.18)}.wgt_product-item-badge:hover{animation:itemPreviewAni 0.2s ease 0s forwards}.wgt_product-item-badge:hover .wgt_product-item-badge-tip{top:45px;opacity:1}.wgt_product-item:hover .wgt_product-item-badge.trend{background:#12ade5}.trend .wgt_product-item-badge-tip span{color:#12ade5}.wgt_product-item:hover .wgt_product-item-badge.special{background:#ffb100}.special .wgt_product-item-badge-tip span{color:#ffb100}.wgt_product-item:hover .wgt_product-item-badge.bundle{background:#00bcd4}.bundle .wgt_product-item-badge-tip span{color:#00bcd4}.wgt_product-item:hover .wgt_product-item-badge.orginal{background:#3f51b5}.orginal .wgt_product-item-badge-tip span{color:#3f51b5}.wgt_product-item:hover .wgt_product-item-badge.iran{background:#49cd72}.iran .wgt_product-item-badge-tip span{color:#49cd72}.wgt_product-item:hover .wgt_product-item-badge.guard{background:#666}.guard .wgt_product-item-badge-tip span{color:#666}.wgt_product-item:hover .wgt_product-item-badge.video{background:#f3483c}.video .wgt_product-item-badge-tip span{color:#f3483c}.wgt_product-item:hover .wgt_product-item-badge.updates{background:#47a9f7}.updates .wgt_product-item-badge-tip span{color:#47a9f7}.wgt_product-item-headicon{position:absolute;top:22px;left:15px;gap:5px}.wgt_product-item-headicon span{width:8px;height:8px;background:#f3f3f3;border-radius:50%}@media screen and (max-width:600px){.wgt_product-item-badge.trend{background:#12ade5}.wgt_product-item-badge.special{background:#ffb100}.wgt_product-item-badge.bundle{background:#00bcd4}.wgt_product-item-badge.orginal{background:#3f51b5}.wgt_product-item-badge.iran{background:#49cd72}.wgt_product-item-badge.guard{background:#666}.wgt_product-item-badge.video{background:#f3483c}.wgt_product-item-badge.updates{background:#47a9f7}}@keyframes offAnimateItem{from{transform:scale(0.95) rotate(-5deg)}50%{transform:scale(1) rotate(0deg)}to{transform:scale(0.95) rotate(-5deg)}}