:root{--light:#FFFFFF;--dark:#000000;--primary: gold;--secondary:#EF7711;--font-family: "Lobster Two", cursive;--text-lg:30px;--text-lg:20px;--text-lg:16px}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}.product-index .card{border:1px solid #eaeaea;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease-in-out}.product-index .card:hover{box-shadow:0 4px 8px #0000001a}.carousel-fixed-height{height:300px;overflow:hidden}.product-index .card-img-top{width:100%;object-fit:cover;border-radius:8px 8px 0 0}.product-index .card-body{padding:1.5rem}.product-index .fs-5{font-size:18px!important;font-family:Arial,Helvetica,sans-serif;font-weight:700}.product-index .fs-4{font-size:14px!important;font-family:Arial,Helvetica,sans-serif}.product-index .product-edit{color:#fff;background-color:var(--primary);border-color:var(--primary);font-size:12px;width:75px;margin-right:50px}.product-index .product-edit:hover{background-color:var(--secondary)}.product-index .product-delete{margin-right:50px}
