.post-content a.amazon-product-image-link{display:block;width:min(100%,28rem);margin:1.25rem auto .35rem;padding:1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--code-bg);text-align:center;transition:transform .15s ease,box-shadow .15s ease}.post-content a.amazon-product-image-link:hover{transform:translateY(-2px);box-shadow:0 .5rem 1.25rem rgba(0,0,0,.12)}.post-content a.amazon-product-image-link img{display:block;width:auto;max-width:100%;max-height:12rem;margin:0 auto;object-fit:contain}.post-content a.amazon-product-link{color:var(--primary)}.amazon-product-card{display:grid;grid-template-columns:minmax(9rem,14rem)1fr;gap:1.25rem;align-items:center;margin:1.5rem 0;padding:1rem;border:1px solid var(--border);border-radius:.8rem;background:var(--entry)}.amazon-product-card__image{display:grid;place-items:center;min-height:9rem}.amazon-product-card__image img{max-width:100%;max-height:10rem;object-fit:contain}.amazon-product-card h3{margin:0 0 .5rem}.amazon-product-card h3 a{color:var(--primary)}.amazon-product-card__footer{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;font-weight:700}.amazon-product-card__price{margin-right:.5rem;white-space:nowrap}.amazon-product-card__button{padding:.55rem .8rem;border-radius:.45rem;background:var(--primary);color:var(--theme);font-weight:700}.amazon-product-card__button:hover,.amazon-product-card__button:focus-visible{color:var(--theme);filter:brightness(.9)}@media(max-width:40rem){.amazon-product-card{grid-template-columns:1fr}}.product-purchase{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin:1.5rem 0;padding:1rem;border:1px solid var(--border);border-radius:.8rem;background:var(--entry)}.product-purchase img{max-width:10rem;max-height:10rem;object-fit:contain}.product-purchase p{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:.75rem 0 0}.parallax-banner{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;height:350px;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:2rem;margin-bottom:2rem}.parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:0 20px}.parallax-text{color:#fff!important;font-size:2.25rem!important;font-weight:700;text-align:center;margin:0!important;text-shadow:1px 1px 4px rgba(0,0,0,.6)}@media(max-width:768px){.parallax-banner{background-attachment:scroll;width:100%;left:0;right:0;margin-left:0;margin-right:0;height:250px}.parallax-text{font-size:1.5rem!important}}