.header{background-color:var(--neutral);justify-content:space-between;align-items:center;padding:40px 0;display:flex}.header-categories-links a{margin:0 12px}.header a{font-size:1.25rem}.header .sub-text{font-size:.75rem}
.footer{justify-content:space-between;margin-top:256px;padding:20px 0;font-size:.75rem;display:flex}
:root{--primary:#d32f2f;--secondary:#424242;--tertiary:#fff;--neutral:#141414;--green:#53c653}*{box-sizing:border-box}body{background:var(--neutral);max-width:1500px;color:var(--tertiary);margin:0 auto;padding:0 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}a{color:inherit;text-decoration:none}button{background-color:var(--primary);color:var(--tertiary);border:none;border-radius:2px;margin:6px;padding:6px 10px}button:hover{cursor:pointer}button:disabled{background-color:var(--secondary);color:var(--neutral)}button:disabled:hover{cursor:default}.divider{background-color:var(--secondary);width:100%;height:2px;margin:12px 0}.color-primary{color:var(--primary)}.color-primary-light{color:oklch(from var(--primary) .9 c h)}.color-green{color:var(--green);font-weight:700}.img-hero-thumbnail{width:200px}.img-hero-item{width:400px}.landing-header{border-left:4px solid var(--primary);height:600px;position:relative;overflow:hidden}.landing-header-img:before{content:"";z-index:1;background:linear-gradient(#0000 0%,#000000bf 90%);width:100%;height:100%;position:absolute;top:0;left:0}.landing-header-img{height:100%}.landing-header-text{z-index:100;flex-direction:column;justify-content:center;width:50%;max-width:500px;height:100%;padding-left:48px;display:flex;position:absolute}.landing-header-text h1{margin:0;font-size:4rem}.item-discount-badge{background-color:var(--primary);color:var(--tertiary);padding:8px}
