.home-wrapper{max-width:1380px;margin:0 auto;padding:24px 28px;direction:rtl;background:#fff;font-family:IRANSans,sans-serif}.home-title{text-align:center;font-size:32px;font-weight:300;letter-spacing:1.5px;margin-bottom:46px}.product-grid{display:grid;gap:42px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.product-card{text-decoration:none;color:inherit;background:#fff;border-radius:0;transition:all .35s ease}.product-card:hover .product-image{transform:scale(1.04)}.product-image-wrapper{width:100%;aspect-ratio:3/4;background:#f7f7f7;position:relative;overflow:hidden;border-radius:4px}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.45s ease-in-out}.badge-out{position:absolute;top:12px;left:12px;padding:5px 10px;background:hsla(0,0%,100%,.8);font-size:12px;color:#b50000;border-radius:4px}.product-info{padding:14px 6px}.product-name{font-size:17px;font-weight:300;margin-bottom:6px;letter-spacing:.3px}.product-price{font-size:16px;font-weight:300;color:#111}.price-unit{font-size:12px;color:#666}.empty-message{text-align:center;padding:100px 0;color:#aaa;font-size:15px;letter-spacing:1px}@media (max-width:600px){.home-title{font-size:24px;margin-bottom:28px}.product-grid{gap:26px;grid-template-columns:repeat(2,1fr)}.product-name{font-size:15px}.product-price{font-size:14px}}.hero-section{position:relative;width:100%;height:80vh;min-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.hero-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}.hero-desktop,.hero-mobile{display:none}@media(min-width:768px){.hero-desktop{display:block}}@media(max-width:767px){.hero-mobile{display:block}}.hero-content{padding-right:5%;padding-left:5%;color:#fff;text-align:right;animation:fadeIn 1.5s ease-in-out}.hero-title{font-size:62px;letter-spacing:2px;font-weight:300;margin-bottom:12px}.hero-sub{font-size:22px;font-weight:200;margin-bottom:30px}.hero-btn{padding:12px 34px;border:1px solid #fff;color:#fff;text-decoration:none;font-size:15px;letter-spacing:1px;transition:.3s}.hero-btn:hover{background:#fff;color:#000}