.thank-you-page{min-height:calc(100vh - 90px);padding:50px 0;display:flex;align-items:center;justify-content:center}.thank-you-page .thank-you-container{width:100%;padding:0 20px;display:grid;justify-items:center}.thank-you-page .success-header{text-align:center;margin-bottom:40px;display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;max-width:900px}.thank-you-page .success-icon{display:flex;justify-content:center;margin-bottom:20px}.thank-you-page .success-icon img{width:64px;height:64px;color:var(--btn-color);animation:zoomInOut 2s ease-in-out infinite}.thank-you-page .success-title{font-size:var(--heading3);font-weight:600;color:var(--secondary-color);margin-bottom:10px}.thank-you-page .success-message{font-size:var(--basefont);color:var(--dark-gray);max-width:500px;margin:0 auto}.thank-you-page .order-info-card{background-color:var(--white);border-radius:var(--border-radius-large);border:1px solid var(--light-gray);padding:30px;margin-bottom:30px;max-width:900px;width:100%}.thank-you-page .order-info-title{font-size:var(--heading6);font-weight:600;color:var(--secondary-color);margin-bottom:15px}.thank-you-page .order-details-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:20px;margin-bottom:30px;padding-bottom:30px;border-bottom:2px solid var(--light-gray)}.thank-you-page .order-details-grid-container{display:flex;flex-direction:column;gap:10px}.thank-you-page .order-detail-item{display:flex;justify-content:space-between;align-items:center;gap:10px}.thank-you-page .detail-label{font-size:var(--basefont);color:var(--dark-gray);font-weight:500}.thank-you-page .detail-value{font-size:var(--basefont);color:var(--text-color);font-weight:600}.thank-you-page .details-section{display:grid;grid-template-columns:1fr 1px 1fr;gap:20px;margin-bottom:30px;padding-bottom:30px;border-bottom:2px solid var(--light-gray)}.thank-you-page .vertical-line{display:flex;height:100%;background-color:var(--light-gray);align-items:center}.thank-you-page .section-title{font-size:var(--heading6);font-weight:600;color:var(--secondary-color);margin-bottom:15px}.thank-you-page .detail-group{display:flex;flex-direction:column;gap:10px}.thank-you-page .detail-row{display:flex;gap:5px;justify-content:space-between}.thank-you-page .detail-row .detail-label{font-size:var(--smallfont);color:var(--dark-gray)}.thank-you-page .detail-row .detail-value{font-size:var(--basefont);color:var(--text-color);font-weight:500}.thank-you-page .payment-method{display:flex;align-items:center;gap:15px}.thank-you-page .payment-logo{width:40px;height:auto;object-fit:contain}.thank-you-page .card-number{font-size:var(--basefont);color:var(--text-color);font-weight:500}.thank-you-page .item-info-content{display:flex;align-items:center;gap:20px;border-radius:var(--border-radius)}.thank-you-page .item-image{flex-shrink:0;max-width:80px}.thank-you-page .product-image{width:80px;height:80px;object-fit:cover;border-radius:var(--border-radius)}.thank-you-page .item-details{flex:1}.thank-you-page .item-title{font-size:var(--basefont);font-weight:600;color:var(--text-color);margin-bottom:8px;line-height:1.4}.thank-you-page .item-category{font-size:var(--smallfont);color:var(--dark-gray);margin:0}.thank-you-page .action-buttons{display:flex;gap:20px;justify-content:center}.thank-you-page .action-buttons .btn{display:flex;align-items:center;gap:10px;padding:14px 28px;border-radius:var(--border-radius-medium);font-size:var(--basefont);font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.thank-you-page .btn-icon{font-size:18px}.thank-you-page .download-btn{background-color:transparent;color:var(--btn-color);border:1px solid var(--btn-color);display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-weight:600;font-size:var(--basefont);cursor:pointer;transition:all .3s ease;text-decoration:none;gap:10px}.thank-you-page .download-btn:hover{background-color:var(--btn-color);color:var(--white);transform:scale(1.02);box-shadow:var(--box-shadow)}.thank-you-page .download-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.thank-you-page .download-btn:disabled:hover{background-color:transparent;color:var(--btn-color);transform:none}.thank-you-page .homepage-btn{background-color:var(--btn-color);color:var(--white)}.thank-you-page .homepage-btn:hover{background:linear-gradient(to bottom,var(--primary-color),var(--btn-color));transform:scale(1.02);box-shadow:var(--box-shadow)}.thank-you-page .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.thank-you-page{padding:30px 0}.thank-you-page .order-info-card{padding:30px 20px}.thank-you-page .order-details-grid{grid-template-columns:1fr;gap:15px}.thank-you-page .details-section{grid-template-columns:1fr;gap:30px}.thank-you-page .action-buttons .btn{width:fit-content;justify-content:center}.thank-you-page .success-icon img{width:50px;height:50px}.thank-you-page .success-title{font-size:var(--heading4)}.thank-you-page .vertical-line{width:100%;height:.5px}}@media(max-width:480px){.thank-you-page .order-info-card{padding:20px 15px}.thank-you-page .product-image{width:60px;height:60px}.thank-you-page .success-icon svg{font-size:40px}.thank-you-page .action-buttons{flex-direction:column;gap:15px;width:100%}.thank-you-page .action-buttons .homepage-btn{width:100%}}@media(max-width:330px){.thank-you-page .detail-row{flex-direction:column}}@keyframes zoomInOut{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}
