.single-thankyou-section{padding-top:6rem}.thankyou-note{margin-top:-1rem;margin-bottom:2rem;font-size:1.1rem;opacity:0.9}.thankyou-products{margin-top:2rem;display:grid;gap:1rem}.thankyou-product-row{display:grid;grid-template-columns:70px 1fr 120px;align-items:center;gap:1rem;padding:1.2rem;background:rgba(255,255,255,0.06);border-radius:1rem;border:1px solid rgba(255,255,255,0.15)}.thankyou-product-row .name{font-size:1rem;font-weight:600;line-height:1.4}.thankyou-product-row .price{font-size:1.1rem;font-weight:700;text-align:right;color:var(--primary-color)}.thankyou-product-row .img img{width:100%;height:auto}.ty-btn{display:inline-block;margin-top:2rem;margin-right:1rem;padding:0.7rem 1.8rem;background:var(--primary-color);color:#fff;border-radius:999px;text-decoration:none;font-weight:600;transition:0.2s}.ty-btn:hover{background:transparent;color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color)}.ty-btn.secondary{background:rgba(255,255,255,0.05);border:1px solid var(--primary-color)}@media (max-width:900px){.single-thankyou-section{padding-top:4rem;padding-left:1.5rem;padding-right:1.5rem}.thankyou-product-row{grid-template-columns:60px 1fr 90px;padding:1rem}.thankyou-product-row .name{font-size:0.95rem}.thankyou-product-row .price{font-size:1rem}.ty-btn{padding:0.6rem 1.4rem;font-size:0.95rem}}@media (max-width:600px){.thankyou-product-row{grid-template-columns:60px 1fr;grid-template-rows:auto auto;gap:0.5rem 1rem;padding:1rem}.thankyou-product-row .price{grid-column:2 / 3;justify-self:start;text-align:left;padding-top:0.3rem}.thankyou-product-row .name{font-size:1rem}h1{font-size:1.8rem;text-align:center}.thankyou-note{font-size:1rem;text-align:center}.ty-btn{width:100%;display:block;margin-bottom:1rem;text-align:center}}@media (max-width:400px){.thankyou-product-row{grid-template-columns:50px 1fr;padding:0.8rem}.thankyou-product-row .price{font-size:0.9rem}h1{font-size:1.6rem}.ty-btn{font-size:0.9rem;padding:0.6rem 1.2rem}}