body{background-color:#f0f0f0;font-family:Arial,sans-serif;margin:0;padding:0}.app{text-align:center}header{background-color:#232f3e;color:#fff;padding:1rem}.product-list{margin-top:20px}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #00000026;margin:10px;padding:20px;text-align:center;width:200px}.product-card img{height:auto;max-width:100%}.filled-star{color:#f39c12}.empty-star{color:#ccc}.rating{margin-top:10px}.landing-page{background:#cdcdcd}.header{align-items:center;background-color:#232f3e;box-shadow:0 2px 5px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:10px 20px}.logo{color:#ffd814;font-size:1.8rem;font-weight:700;text-decoration:none}.search-bar{background-color:#fff;border:none;border-radius:5px;box-shadow:0 2px 5px #0000001a;font-size:1rem;padding:10px;width:400px}.search-bar::placeholder{color:#999}.user-profile{font-size:1rem}.user-profile a{border-radius:5px;color:#ffd814;padding:10px;text-decoration:none;transition:background-color .3s ease}.user-profile a:hover{background-color:#fff3;border-radius:5px}.product-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:20px auto;padding:20px}.product-item{animation:lazyLoadFadeIn .8s ease forwards;background:linear-gradient(145deg,#fff,#e6e6e6);border-radius:15px;box-shadow:5px 5px 10px #d1d1d1,-5px -5px 10px #fff;opacity:1;padding:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:250px}.product-item:nth-child(odd){animation-delay:.3s}.product-item:nth-child(2n){animation-delay:.5s}.product-item:hover{box-shadow:10px 10px 20px #d1d1d1,-10px -10px 20px #fff;transform:translateY(-10px)}.product-item img{border-radius:10px;height:200px;margin-bottom:10px;object-fit:cover;width:100%}.product-item h3{color:#333;font-size:1.2rem;margin:10px 0;transition:color .3s ease}.product-item:hover h3{color:#ff5722}.product-item p{color:#666;font-size:1rem;margin:5px 0}.product-item a{background-color:#ff5722;border-radius:5px;color:#fff;display:inline-block;margin-top:10px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.product-item a:hover{background-color:#e64a19;transform:translateY(-5px)}.modal{background-color:#00000080;display:flex;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;height:500px;margin:auto;max-width:600px;padding:20px;width:470px}.close{cursor:pointer;font-size:30px;font-weight:900;margin-right:0}.close:hover{color:red}.skeleton{animation:lazyLoadFadeIn .8s ease forwards;background-color:#f0f0f0;border-radius:15px;padding:15px;text-align:center;width:250px}.skeleton-img{background-color:#ccc;border-radius:10px;height:200px;margin-bottom:10px;width:100%}.skeleton-text{height:20px;margin:10px auto;width:80%}.skeleton-button,.skeleton-text{background-color:#ddd;border-radius:5px}.skeleton-button{height:40px;margin:20px auto;width:100px}@media (max-width:700px){.search-bar{display:none}}.profile{align-items:center;background:#0000;display:flex;flex-direction:column;height:100vh}*{color:#000}.profile-container{background-color:#fff;border-radius:20px;font-family:Arial,sans-serif;width:30vw}.profile-top{align-items:center;background-color:#fff;border-radius:15px 15px 0 0;display:flex;flex-direction:row;max-width:600px;padding:20px;width:100%}.profile-image{aspect-ratio:1/1;border:3px solid #74ebd5;border-radius:50%;margin-right:20px;width:100px}.profile-info{flex-direction:column}.profile-name{color:#333;font-size:28px;font-weight:700}.profile-username{color:#555;font-size:18px}.profile-bottom{background-color:#fff;border-radius:0 0 15px 15px;display:flex;flex-direction:row;justify-content:space-around;max-width:600px;padding:20px;width:100%}.profile-details-left{font-weight:800}.profile-details-left,.profile-details-right{display:flex;flex-direction:column;justify-content:flex-start}.profile-details-right{align-items:end}.profile-label{color:#333;margin-right:10px}@media (max-width:768px){.profile-container{width:90%}.profile-top{align-items:center;flex-direction:column}.profile-image{width:40px}.profile-bottom{text-align:center}.profile-bottom,.profile-details-left,.profile-details-right{align-items:center}}.product-detail-container{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-wrap:wrap;margin:40px auto;max-width:900px;padding:30px}.product-detail-container img{border-radius:10px;height:300px;margin-right:20px;object-fit:cover;width:300px}.product-info{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.product-info h2{color:#333;font-size:2rem;margin-bottom:10px}.product-description{color:#555;font-size:1.1rem;margin-bottom:20px}.product-price{color:#222;font-size:1.2rem;font-weight:700;margin-bottom:15px}form{display:flex;flex-direction:column;margin-top:15px}form label{color:#333;font-weight:700;margin-bottom:5px}form input[type=text]{border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:10px}form button{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s ease}form button:disabled{background-color:#ccc;cursor:not-allowed}form button:hover:not(:disabled){background-color:#e64a19}.text-ratings-container{background-color:#fafafa;border-radius:10px;margin:30px auto 0;max-width:900px;padding:20px;width:75vw}.text-ratings-container h3{color:#333;margin-bottom:15px}.rating-item p{background:#e0e0e0;border-radius:5px;margin:0 10px 0 0;padding:5px 10px}.star-rating{display:flex}.star{color:#ddd;font-size:1.2rem}.star.filled{color:#ff5722}.usr-cont{background-color:initial}.pd-product-detail-container{background:#f5f5f5;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-wrap:wrap;margin:40px auto;max-width:900px;padding:30px}.pd-skeleton-img{animation:loading 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);border-radius:10px;height:300px;margin-right:20px;width:300px}.pd-product-info{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.pd-skeleton-title{animation:loading 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);height:20px;margin-bottom:10px;width:70%}.pd-skeleton-description{width:90%}.pd-skeleton-description,.pd-skeleton-price{animation:loading 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);height:15px;margin-bottom:10px}.pd-skeleton-price{width:40%}.pd-skeleton-input{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);border:1px solid #ddd;border-radius:4px}.pd-skeleton-button,.pd-skeleton-input{animation:loading 1.5s linear infinite;height:35px;margin-top:10px;width:100%}.pd-skeleton-button{background-color:#ddd;border-radius:4px}.rating-container{align-items:center;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;font-family:Arial,sans-serif;margin:20px auto;max-width:800px;padding:20px}.rating-right{width:100%}.rating-right h3{color:#333;font-size:24px;font-weight:600;margin-bottom:15px;text-align:left}.rating-item{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px 10px;transition:all .3s ease}.rating-item:hover{background-color:#f0f8ff;box-shadow:0 2px 8px #0000001a}.usr-pic{background-color:#f0f0f0;height:40px;margin-right:15px;object-fit:cover;width:40px}.usr-cont p{color:#333;font-size:16px}.rating-sentiment{text-align:right}.filled-star{color:#ffc107;font-size:20px}.empty-star{color:#e4e5e9;font-size:20px}.sentiment-text{color:#888;cursor:pointer;font-size:19px;margin-top:5px}.senti{font-weight:800}.pos{color:#5daf00}.neu{color:#979c00}.neg{color:#fd3d2f}.rat-sen{color:red}.star-rating{display:inline-block;font-size:30px}.color{color:orange}.no-color{color:#d3d3d3}.usr-cont{align-items:center;display:flex}.usr-pic{border-radius:50%;height:30px;margin-right:10px;width:30px}.rating-actions{display:flex;justify-content:space-between;margin-top:10px}button{background-color:orange;border:none;color:#fff;cursor:pointer;margin:0 5px;padding:5px 10px}button:hover{background-color:#ff7f00}button:focus{outline:none}.rt-rating-container{align-items:center;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;font-family:Arial,sans-serif;margin:20px auto;max-width:800px;padding:20px}.rt-rating-right{width:100%}.rt-skeleton-title{animation:loading 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);height:24px;margin-bottom:15px;width:60%}.rt-rating-item{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px 10px;transition:all .3s ease}.rt-rating-item:hover{background-color:#f0f8ff;box-shadow:0 2px 8px #0000001a}.rt-usr-cont{align-items:center;display:flex}.rt-usr-pic{border-radius:50%;height:40px;margin-right:15px;width:40px}.rt-skeleton-text,.rt-usr-pic{animation:loading 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%)}.rt-skeleton-text{height:15px;width:120px}.rt-rating-sentiment{text-align:right}.rt-skeleton-star-rating{height:10px;margin-bottom:10px;width:80px}.rt-skeleton-sentiment-text,.rt-skeleton-star-rating{animation:loading 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%)}.rt-skeleton-sentiment-text{height:15px;width:150px}@keyframes loading{0%{background-position:-200%}to{background-position:200%}}body{background:#cdcdcd}
/*# sourceMappingURL=main.6e788fe3.css.map*/