:root{--black: #0b0c0c;--white: #ffffff;--blue: #1d70b8;--dark-blue: #003078;--green: #00703c;--red: #d4351c;--yellow: #ffdd00;--grey: #505a5f;--light-grey: #f3f2f1;--border: #b1b4b6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:arial,sans-serif;font-size:19px;line-height:1.4;color:var(--black);background:var(--white)}a{color:var(--blue)}a:hover{color:var(--dark-blue)}.container{max-width:960px;margin:0 auto;padding:0 20px}.header{background:var(--black);border-bottom:10px solid var(--blue);padding:10px 0}.header__inner{display:flex;justify-content:space-between;align-items:center}.header__logo{color:var(--white);text-decoration:none;font-weight:700;font-size:24px}.header__logo:hover{color:var(--white);text-decoration:underline}.header__cart{color:var(--white);text-decoration:none;font-weight:700}.header__cart:hover{color:var(--white)}.header__cart-count{background:var(--blue);padding:2px 8px;border-radius:2px;font-size:14px;margin-left:5px}main{padding:30px 0 60px;min-height:60vh}h1{font-size:48px;margin-bottom:30px}h2{font-size:36px;margin-bottom:20px}h3{font-size:24px;margin-bottom:15px}p{margin-bottom:20px}.btn{display:inline-block;background:var(--green);color:var(--white);padding:10px 20px;text-decoration:none;font-weight:700;font-size:19px;border:none;cursor:pointer;box-shadow:0 2px #002d18}.btn:hover{background:#005a30;color:var(--white)}.btn:active{box-shadow:none;transform:translateY(2px)}.btn--secondary{background:var(--light-grey);color:var(--black);box-shadow:0 2px 0 var(--grey)}.btn--secondary:hover{background:#dbdad9;color:var(--black)}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:30px}.product-card{border:1px solid var(--border);background:var(--white)}.product-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-card__info{padding:15px}.product-card__title{font-size:19px;font-weight:700;margin-bottom:10px}.product-card__title a{color:var(--black);text-decoration:none}.product-card__title a:hover{text-decoration:underline}.product-card__price{font-size:24px;font-weight:700;margin-bottom:15px}.tag{display:inline-block;padding:4px 8px;font-size:14px;font-weight:700;text-transform:uppercase;color:var(--white);margin-bottom:10px}.tag--pass{background:var(--green)}.tag--fail{background:var(--red)}.product{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 640px){.product{grid-template-columns:1fr 1fr}}.product__image img{width:100%;border:1px solid var(--border)}.product__title{font-size:36px;margin-bottom:20px}.product__price{font-size:36px;font-weight:700;margin-bottom:20px}.product__form{margin-top:20px}.form-group{margin-bottom:20px}label{display:block;font-weight:700;margin-bottom:5px}input,select{font-size:19px;padding:8px;border:2px solid var(--black);width:100%;max-width:100px}.cart-empty{text-align:center;padding:60px 20px;background:var(--light-grey)}.cart-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--border);align-items:flex-start}.cart-item img{width:100px;height:100px;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-weight:700;margin-bottom:5px}.cart-item__price{margin-bottom:10px}.cart-item__remove{color:var(--red);font-size:16px}.cart-total{padding:20px 0;text-align:right;font-size:24px;font-weight:700}.footer{background:var(--light-grey);border-top:1px solid var(--border);padding:30px 0;font-size:16px;color:var(--grey)}.footer a{color:var(--black)}.footer__links{list-style:none;display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}.footer__disclaimer{font-size:14px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/style.css.map */
