.Home{width:100%;background-color:#3b3b3b;position:absolute;top:0;padding:0 3em}.Home h1,.Home h2{color:#fff}.videoWrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;margin-bottom:7rem}.videoCard{padding:1rem;background-color:var(--ashGrayLight);width:350px;border-radius:10px;cursor:pointer;transition:all .2s ease-in-out}.videoCard:hover{transform:scale(1.01)}.videoCard img{display:block;margin:0 auto;border-radius:5px}.videoCard h4{text-align:left}:root{--ashGrayLight: #C9CEBD;--ashGray: #B2BCAA}*{box-sizing:border-box}.Detail{width:100vw;height:100vh;display:grid;grid-template-columns:1fr 2fr 1fr;text-align:center}.Video{background:var(--ashGrayLight)}.youtube{margin:0 auto}.Products{background:var(--ashGray);overflow-y:scroll}.product{padding:1.2em;background-color:var(--ashGrayLight);width:250px;margin:2rem auto;border-radius:10px;cursor:pointer;transition:all .15s ease-in-out}.product:hover{box-shadow:0 10px 30px #0000001a}.product img{display:block;margin:0 auto 10px;border-radius:5px;width:200px}.product a{color:#2b2b2b}.price{margin:0 0 5px}.Comments{background:var(--ashGray);padding:0 2em;overflow-y:scroll}.commentCard{background-color:var(--ashGrayLight);margin-bottom:1rem;text-align:start;padding:1px 20px;border-radius:20px;box-shadow:0 5px 20px #0000001a}.commentForm{background-color:var(--ashGrayLight);padding:0 1rem 1rem;border:2px solid #838e838c;border-radius:10px;margin-bottom:2rem}form label,input{display:block;width:100%;text-align:left}input{height:30px;border-radius:5px;margin-bottom:10px}textarea{border-radius:5px;width:100%}button{transform:scale(.9);width:120px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
