:root{--ink:#102b32;--lime:#c7f56e;--muted:#53656b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#f6f8f8;font:1rem/1.55 Arial,Helvetica,sans-serif}button,a,input{touch-action:manipulation}button{font:inherit;cursor:pointer}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #528600;outline-offset:4px}.banner{background:var(--ink);color:white;text-align:center;padding:10px 20px;font-size:.75rem;letter-spacing:.1em}header{padding:22px 5%;display:flex;gap:30px;align-items:center;position:sticky;top:0;background:#f6f8f8f5;z-index:2;border-bottom:1px solid #dce3e4}.logo{font-size:2.25rem;font-weight:900;letter-spacing:-.09em;text-decoration:none;line-height:1}.logo span{color:#638638;margin-left:8px}.catalog-link{margin-left:auto;text-decoration:none;font-size:.875rem}.cart-button{background:var(--ink);color:white;border:0;border-radius:30px;padding:10px 20px;font-size:.875rem}.cart-button span{display:inline-block;margin-left:12px;background:var(--lime);color:var(--ink);min-width:24px;border-radius:20px}main,footer{max-width:1400px;margin:auto;padding:0 5%}.hero{padding:55px 0 38px;border-bottom:1px solid #cdd8da}.eyebrow{font-size:.75rem;letter-spacing:.14em;font-weight:700}h1{font-size:clamp(3.5rem,7.5vw,7rem);line-height:.98;letter-spacing:-.065em;margin:26px 0 30px;font-weight:500}h1 span{color:#597d26}.hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:25px}.hero p{color:var(--muted);margin:0}.hero a{font-weight:700;text-underline-offset:7px}#catalog{padding:45px 0}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}h2{font-weight:500;font-size:2rem;letter-spacing:-.04em;margin:10px 0}.catalog-heading>span,.disclosure{font-size:.875rem;color:var(--muted)}.disclosure{max-width:830px;margin:12px 0 30px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid #dce4e6;border-radius:5px;overflow:hidden}.card-top{background:#e6eeef;padding:25px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.card:nth-child(2n) .card-top{background:#e8efdf}.card:nth-child(3n) .card-top{background:#e4e8f1}.product-code{font-size:.75rem;font-weight:700;letter-spacing:.1em;display:flex;justify-content:space-between}.compound{font-size:2.35rem;line-height:1.2;letter-spacing:-.055em;margin-top:25px}.card-body{padding:23px}.card h3{font-size:1.125rem;margin:0 0 16px;font-weight:600}.spec{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #e3e9ea;padding:8px 0;font-size:.875rem}.spec span{color:var(--muted)}.spec strong{font-weight:500}.price{font-size:1.65rem;margin:17px 0 2px;font-weight:600}.price small{font-size:.875rem;font-weight:400;color:var(--muted)}.example{font-size:.75rem;color:var(--muted);margin:0 0 18px}.add-row{display:flex;gap:10px}.add-row input{width:58px;border:1px solid #bdcccf;border-radius:3px;font:inherit;padding:9px}.add{flex:1;background:var(--ink);color:white;border:0;border-radius:3px;padding:12px}.add:hover{background:#245360}.bottom-note{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--lime);padding:30px;margin:12px 0 50px}.bottom-note strong{font-size:1.5rem;font-weight:500;line-height:1.25}.bottom-note p{margin:0}footer{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-bottom:30px}footer p{color:var(--muted);font-size:.875rem}dialog{border:0;border-radius:8px;width:min(550px,calc(100% - 24px));max-height:90dvh;padding:30px;color:var(--ink)}dialog::backdrop{background:#05161bb8}.dialog-head{display:flex;justify-content:space-between;align-items:start}.close{background:none;border:0;font-size:2rem;line-height:1;padding:4px 10px}.item{padding:20px 0;border-bottom:1px solid #dae4e6}.item-head,.totals{display:flex;justify-content:space-between;gap:20px}.item p{font-size:.875rem;color:var(--muted);margin:6px 0 12px}.item-controls{display:flex;align-items:center;gap:14px}.step{width:36px;height:36px;background:#e7eeef;border:0;border-radius:3px}.remove{border:0;background:none;text-decoration:underline;font-size:.875rem;margin-left:auto}.totals{padding:25px 0 0;font-size:1.25rem}.small{font-size:.875rem;color:var(--muted)}.checkout{width:100%;padding:16px;border:0;border-radius:3px;background:#dce4e6;color:#52656a;cursor:not-allowed;font-weight:600}.continue{padding:8px 0;background:none;border:0;text-decoration:underline}#status{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;border-radius:6px;z-index:3;padding:12px 20px;display:none;width:max-content;max-width:90%}#status.show{display:block}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){header{gap:14px;padding:18px 5%}.logo{font-size:1.8rem}.catalog-link{font-size:.8rem}.cart-button{padding:8px 12px}.hero{padding-top:35px}.hero-bottom,.catalog-heading{display:block}.hero-bottom a{display:inline-block;margin-top:22px}.grid{grid-template-columns:1fr}.bottom-note{grid-template-columns:1fr;gap:18px;padding:25px}.catalog-heading>span{display:block}.card-top{min-height:130px}footer{display:block}dialog{padding:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* 1 Hour Peptide brand */
:root{--ink:#102638;--lime:#b8ebff;--muted:#536577}body{background:#f7f9fc}.banner{background:#102638;font-size:.75rem;letter-spacing:.16em}header{background:#f7f9fcf5}.logo{display:inline-flex;align-items:center;gap:10px;letter-spacing:0}.logo .brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ink);color:#b8ebff;font-size:1.2rem;font-weight:800;letter-spacing:-.07em;margin:0}.logo .brand-name{color:var(--ink);font-size:1.1rem;font-weight:800;letter-spacing:.08em;margin:0;line-height:1.1}.brand-name small{display:block;font-size:.65rem;letter-spacing:.29em;margin-top:5px}.hero{background:var(--ink);color:#fff;padding:40px 4%;border:0;border-radius:7px;margin-top:25px}.hero .eyebrow{color:#b8ebff}h1{font-size:clamp(3rem,6vw,5.6rem);line-height:1.05;margin:25px 0}h1 span{color:#b8ebff}.hero p{color:#d3dfe8}.hero a{color:#b8ebff}.card{box-shadow:0 6px 24px #10263806;border-radius:7px}.card-top{background:#e7eef6;min-height:165px}.card:nth-child(2n) .card-top{background:#e3eff1}.card:nth-child(3n) .card-top{background:#e9eafa}.compound{font-size:clamp(1.7rem,2.8vw,2.5rem)}.card .product-code{color:#52697d}.bottom-note{background:#e5f3fb;border-radius:7px}.example{font-size:.875rem}.add:hover{background:#274763}a:focus-visible,button:focus-visible,input:focus-visible{outline-color:#2776b2}@media(max-width:580px){.logo{gap:7px}.logo .brand-mark{width:36px;height:36px;font-size:1rem}.logo .brand-name{font-size:.8rem}.brand-name small{font-size:.55rem}.catalog-link{display:none}.cart-button{margin-left:auto}.hero{padding:30px 7%}.hero-bottom a{margin-top:18px}.compound{font-size:2rem}}
/* Finished catalogue: cobalt, teal and violet */
:root{--ink:#152541;--muted:#5a6980;--lime:#c9dbff}body{background:#f6f8fc;font-family:Inter,'Segoe UI',Arial,sans-serif;-webkit-font-smoothing:antialiased}.banner{background:#183364;padding:10px 20px;color:#e4ecff;letter-spacing:.13em}header{padding:24px 6%;border-bottom:1px solid #e0e7f2;background:#ffffffed;backdrop-filter:blur(14px)}main,footer{max-width:1440px;padding-left:6%;padding-right:6%}.logo .brand-mark{background:#2855c8;color:#fff;width:48px;height:48px;border-radius:15px;font-size:1.25rem;box-shadow:0 5px 14px #2855c820}.logo .brand-name{color:#162747;letter-spacing:.06em}.brand-name small{color:#61718d}.catalog-link{font-weight:600}.cart-button{background:#183364;padding:12px 22px;box-shadow:0 3px 10px #18336412}.cart-button span{background:#dce6ff}.hero{background:linear-gradient(115deg,#17315e 0%,#214c8f 57%,#4b438b 100%);border-radius:22px;padding:46px 5%;margin-top:30px;box-shadow:0 15px 38px #1c427018}.hero .eyebrow{color:#c5d9ff;letter-spacing:.18em}h1{font-size:clamp(2.5rem,4.5vw,4.6rem);letter-spacing:-.045em;line-height:1.13;margin:24px 0 28px;font-weight:550}h1 span{color:#b6dafa}.hero p{line-height:1.75;color:#e0e9fb}.hero a{color:#17315e;text-decoration:none;background:#e3efff;padding:13px 21px;border-radius:8px;white-space:nowrap;transition:background .2s}.hero a:hover{background:white}#catalog{padding:52px 0 38px}.catalog-heading h2{font-size:2.25rem;margin:10px 0 4px;letter-spacing:-.035em}.catalog-heading>.eyebrow{color:#637899}.catalog-heading>span{font-size:.75rem;font-weight:650;letter-spacing:.14em}.disclosure{line-height:1.7;max-width:780px;margin:14px 0 30px}.grid{gap:26px}.card{--accent:#315bc5;background:white;border:1px solid #e0e7f1;border-radius:17px;box-shadow:0 8px 28px #233d6510;transition:transform .2s,box-shadow .2s;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #233d651b}.card-tirz{--accent:#167c7b}.card-sema{--accent:#7250b4}.card-top,.card:nth-child(2n) .card-top,.card:nth-child(3n) .card-top{padding:0;display:block;position:relative;min-height:0;background:#f0f4fb;aspect-ratio:1.08;overflow:hidden}.product-code{position:absolute;top:18px;left:20px;right:20px;z-index:1;font-size:.6875rem;letter-spacing:.14em;font-weight:700}.card .product-code{color:#425777}.vial-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}.card:hover .vial-image{transform:scale(1.025)}.image-caption{position:absolute;bottom:12px;left:0;right:0;text-align:center;font-size:.75rem;color:#546077;text-shadow:0 1px 3px white}.card-body{padding:26px}.card h3{font-size:1.5rem;letter-spacing:-.025em;margin:0 0 20px;font-weight:650}.spec{padding:10px 0;border-color:#edf0f5;font-size:.875rem}.spec strong{font-weight:550}.price{font-size:2rem;letter-spacing:-.04em;margin-top:22px;color:var(--accent)}.example{font-size:.8125rem;margin-bottom:21px;color:#66758b}.add{background:var(--accent);border-radius:7px;font-weight:600;padding:13px 10px;transition:filter .2s}.add:hover{background:var(--accent);filter:brightness(.9)}.add-row input{border-radius:7px;border-color:#d6deec;width:62px;background:#fafbfe}.bottom-note{background:linear-gradient(110deg,#e1ebff,#e4f2f2 60%,#ede7fa);border:1px solid #dce5ef;border-radius:16px;margin:12px 0 52px;padding:32px 36px;align-items:center}.bottom-note strong{font-size:1.65rem;letter-spacing:-.025em;font-weight:550}.bottom-note p{color:#485e79;line-height:1.75}footer{padding-top:28px;padding-bottom:36px;border-top:1px solid #e0e7f1}footer p{line-height:1.8}dialog{padding:32px;border-radius:18px;box-shadow:0 30px 100px #0e204a50}.checkout{border-radius:8px}.step{border-radius:7px;background:#eaf0fa}.small{line-height:1.65}#status{border-radius:10px;box-shadow:0 8px 30px #15254130}.continue{font-weight:600}a:focus-visible,button:focus-visible,input:focus-visible{outline-color:#4269cb}@media(max-width:1050px) and (min-width:901px){.card-body{padding:20px}.spec{font-size:.8125rem}.hero-bottom{align-items:center}.hero p{font-size:.9375rem}}@media(max-width:900px){.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card-body{padding:18px}.card h3{font-size:1.25rem}.spec{display:block;font-size:.8125rem}.spec strong{display:block}.product-code{left:14px;right:14px;font-size:.625rem}.hero-bottom{align-items:center}.hero-bottom p{max-width:65%}.price{font-size:1.8rem}.add-row input{width:50px}.add{font-size:.875rem}}@media(max-width:680px){header{padding:18px 6%}.grid{grid-template-columns:1fr;gap:28px}.hero{padding:34px 7%;border-radius:16px;margin-top:20px}.hero-bottom{display:block}.hero-bottom p{max-width:none}.hero a{display:inline-block;margin-top:22px}.hero .eyebrow{font-size:.6875rem}.card-top{aspect-ratio:1.2}.card-body{padding:25px}.card h3{font-size:1.5rem}.spec{display:flex;font-size:.875rem}.spec strong{display:inline}.product-code{left:22px;right:22px;top:19px;font-size:.6875rem}.catalog-heading h2{font-size:1.9rem}.catalog-heading>span{margin-top:12px}.bottom-note{padding:28px;gap:18px;grid-template-columns:1fr}.bottom-note strong{font-size:1.5rem}.price{font-size:2rem}.add{font-size:1rem}.logo .brand-mark{width:40px;height:40px}.catalog-link{display:none}.cart-button{margin-left:auto}.hero p{font-size:.9375rem}.disclosure{font-size:.8125rem}footer{display:block}footer p{margin-top:20px}}@media(prefers-reduced-motion:reduce){.card,.vial-image{transition:none}.card:hover{transform:none}.card:hover .vial-image{transform:none}}

.research-label{font-size:.8125rem;font-weight:650;color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,white);border:1px solid color-mix(in srgb,var(--accent) 18%,white);border-radius:5px;padding:8px 10px;margin:-6px 0 13px;line-height:1.4}
