.dropdown-item:hover{background:#f6f6f6;transition:.2s}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.tpproduct{width:100%;max-width:400px;height:auto;display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(0,0,0,.06);overflow:hidden;position:relative;transition:all .45s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow}.tpproduct:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,transparent,rgba(255,90,95,.35),transparent);opacity:0;transition:opacity .45s ease;pointer-events:none}.tpproduct:hover:before{opacity:1}.tpproduct:hover{transform:translateY(-12px) scale(1.015);box-shadow:0 25px 60px rgba(0,0,0,.15),0 0 0 1px rgba(255,90,95,.15)}.tpproduct__thumb{flex:0 0 auto;border-radius:18px;height:250px}.tpproduct__thumb,.tpproduct__thumbitem{position:relative;overflow:hidden;width:100%}.tpproduct__thumbitem{height:100%}.tpproduct__thumbitem img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .7s ease,opacity .45s ease}.thumbitem-secondary{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.12);filter:blur(2px)}.tpproduct:hover img:first-child{opacity:0;transform:scale(1.08)}.tpproduct:hover .thumbitem-secondary{opacity:1;transform:scale(1);filter:blur(0)}.tpproduct__thumb-bg{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,0,0,.25),rgba(0,0,0,.7));display:flex;align-items:center;justify-content:center;gap:12px;opacity:0;transform:translateY(10px);transition:all .4s ease}.tpproduct:hover .tpproduct__thumb-bg{opacity:1;transform:translateY(0)}.tpproductactionbg a{width:46px;height:46px;background:hsla(0,0%,100%,.95);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#222;font-size:17px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .35s cubic-bezier(.4,0,.2,1)}.tpproductactionbg a:hover{background:#d51243;color:#fff;transform:translateY(-6px) scale(1.12);box-shadow:0 12px 30px rgba(255,90,95,.5)}.tpproduct__content-area{flex:1 1;padding:16px 18px 12px}.tpproduct__title a{font-size:16px;font-weight:700;color:#111;transition:color .35s ease,letter-spacing .35s ease}.tpproduct:hover .tpproduct__title a{color:#d51243;letter-spacing:.3px}.tpproduct__ammount{margin-top:6px}.tpproduct__ammount span{font-size:18px;font-weight:800;background:linear-gradient(90deg,#d51243,#db446a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tpproductdot__termshape-bg{transition:transform .3s ease,box-shadow .3s ease}.tpproductdot__variationitem:hover .tpproductdot__termshape-bg{transform:scale(1.4);box-shadow:0 0 0 4px rgba(0,0,0,.08)}.tpproduct__rating i{color:#db446a;font-size:14px;transition:transform .25s ease}.tpproduct:hover .tpproduct__rating i{transform:scale(1.1)}.tpproduct__ratingarea{flex:0 0 auto;padding:12px 18px;margin-top:auto}@media (max-width:768px){.tpproduct{width:100%;height:auto}.tpproduct__thumb{height:200px}}.tpproduct__priceinfo{display:flex;flex-direction:column;gap:4px}.final-price{font-size:30px;font-weight:700;color:#d51243;line-height:1}.price-meta{display:flex;align-items:center;gap:10px}.old-price{font-size:16px;color:#9e9e9e;text-decoration:line-through}.discount-percent{font-size:16px;font-weight:600;color:#111}.tab-buttons{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap;justify-content:center}.tab-btn{padding:10px 20px;border:2px solid #d51243;background:#fff;color:#d51243;cursor:pointer;font-weight:700;border-radius:5px;transition:.3s;box-shadow:0 4px 10px rgba(0,0,0,.15)}.tab-btn.active{background:#d51243;color:#fff;box-shadow:0 6px 15px rgba(213,18,67,.5)}.tab-data{border:1px solid #ddd;padding:20px;border-radius:5px;margin-left:100px;margin-right:100px}.faq-card{padding:25px;border-radius:12px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.08);border-left:6px solid #d51243}.faq-title{font-size:22px;font-weight:700;margin-bottom:15px;color:#d51243;text-transform:uppercase}.faq-text{font-size:16px;line-height:1.8;color:#333;white-space:pre-line}.faq-section{background:#fff;padding:4rem 1rem}.your-class{max-width:100%;justify-content:center;align-items:center;padding:100px}@media (max-width:768px){.your-class{padding:10px}}.faq-container{max-width:48rem;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.faq-header p{font-size:1.125rem;color:#6b7280}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-card{background:#f3f4f6;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.faq-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.faq-question{display:flex;justify-content:space-between;align-items:center}.faq-question h3{font-size:1.125rem;font-weight:600;color:#1f2937}.faq-icon{transition:transform .3s ease}.faq-rotate{transform:rotate(180deg)}.faq-answer{margin-top:1rem;color:#4b5563;line-height:1.6;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.faq-open{max-height:160px;opacity:1}.faq-footer{text-align:center;margin-top:2.5rem}.faq-btn{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-size:1.125rem;border:none;cursor:pointer;transition:opacity .3s ease}.faq-btn:hover{opacity:.9}.save-btn{display:flex;align-items:center;justify-content:center;gap:8px}.save-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}