.header{height:60px;display:flex;align-items:center;background-color:#131921;position:sticky;top:0;z-index:100}.header__logo{width:100px;object-fit:contain;margin:18px 20px 0}.header__searchIcon{padding:5px;height:22px!important;background-color:#cd9042}.header__search{display:flex;flex:1;align-items:center;border-radius:24px}.header__searchInput{height:11px;padding:10px;border:none;width:100%}.header__option{display:flex;flex-direction:column;margin-left:10px;margin-right:10px;color:#fff}.header__nav{display:flex;justify-content:space-evenly}.header__optionLineOne{font-size:10px}.header__optionLineTwo{font-size:13px;font-weight:800}.header__optionBasket{display:flex;align-items:center;color:#fff}.header__basketCount{margin-left:10px;margin-right:10px}.header__clearlink{text-decoration:none}.home{margin-left:auto;margin-right:auto;max-width:1500px}.home__image{width:100%;z-index:-1;margin-bottom:-150px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0));mask-image:linear-gradient(to bottom,#000,#0000)}.home__row{display:flex;z-index:1;margin-left:5px;margin-right:5px}.product{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin:10px;padding:20px;width:100%;max-height:400px;min-width:100px;background-color:#fff;z-index:1;box-shadow:0 6px 18px -9px #000000bf;transition:transform .1s ease-in}.product>img{max-height:200px;width:100%;object-fit:contain;margin-bottom:15px}.product__price{margin-top:5px}.product__info{height:100px;margin-bottom:15px}.product>button{background:#f0c14b;border:1px solid;margin-top:10px;border-color:#a88734 #9c7e31 #846a29;color:#111}.product__rating{display:flex}.product:hover{transform:scale(1.05)}
