.ProductDetail_wrapper__MzKKS{display:block;width:100%}.ProductDetail_imagePane__3Qvah{border:1px solid #e5e7eb;background:#f8fafc;border-radius:16px;box-shadow:0 18px 36px rgba(15,23,42,.08);padding:1rem}.ProductDetail_imageContainer___gVDi{position:relative;width:100%}.ProductDetail_mainImage__X4kYP{width:300px;height:300px;margin:0 auto;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e5e7eb}.ProductDetail_mainImage__X4kYP img{width:100%;height:100%;object-fit:contain;max-width:300px;max-height:300px}.ProductDetail_detailTop__ieOCn{width:100%;margin-bottom:.8rem;box-sizing:border-box;background:hsla(0,0%,100%,.95);color:#0f172a;border:1px solid #e2e8f0;border-radius:999px;padding:.55rem 1.1rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;transition:transform .2s ease,background .2s ease;width:-moz-fit-content;width:fit-content;z-index:10;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.1)}.ProductDetail_backButton__qXxMH{background:transparent;border:none;font-size:1rem;font-weight:600;color:#0f172a;cursor:pointer}.ProductDetail_backButton__qXxMH:hover{transform:translateX(-2px);background:#fff}.ProductDetail_thumbnailContainer__aCoqz{display:flex;gap:.5rem;margin-top:1rem;overflow-x:auto;padding:.5rem 0;justify-content:center}.ProductDetail_thumbnail__a2aTI{flex-shrink:0;width:60px;height:60px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;padding:.25rem;cursor:pointer;transition:all .2s ease;overflow:hidden;display:flex;align-items:center;justify-content:center}.ProductDetail_thumbnail__a2aTI:hover{border-color:#2563eb}.ProductDetail_thumbnailActive__iEoQg{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.ProductDetail_thumbnail__a2aTI img{width:100%;height:100%;object-fit:contain}.ProductDetail_content__33NAz{display:flex;flex-direction:column;gap:1rem}.ProductDetail_title__gQUCl{font-size:1.5rem;font-weight:600;color:#0f172a}h1.ProductDetail_title__gQUCl{margin-bottom:1rem;margin-top:1rem}.ProductDetail_brief__PhNzN{color:#475569;font-size:1.02rem;line-height:1.6;margin:0}.ProductDetail_priceRow__wCadN{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ProductDetail_price__icPtM{font-size:2rem;font-weight:800;color:#0f172a}.ProductDetail_original__mCztd{color:#94a3b8;text-decoration:line-through;font-weight:700}.ProductDetail_discount__4Mm1Q{background:rgba(34,197,94,.12);color:#047857;border-radius:999px;padding:.35rem .8rem;font-weight:700}.ProductDetail_tags__RwQBj{display:flex;gap:.5rem;flex-wrap:wrap}.ProductDetail_tag__WksYt{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0;border-radius:999px;padding:.4rem .85rem;font-weight:600}.ProductDetail_featureList__343H_{display:grid;grid-gap:.75rem;gap:.75rem}.ProductDetail_featureItem__sDnUx{display:grid;grid-template-columns:auto 1fr;grid-gap:.7rem;gap:.7rem;align-items:center;background:#f8fafc;border-radius:12px;padding:.85rem 1rem;border:1px solid #e5e7eb}.ProductDetail_bullet__O50Ky{width:12px;height:12px;border-radius:999px;background:#2563eb}.ProductDetail_pill__F5zfp{background:#2563eb;color:#fff;border-radius:15px;padding:.35rem 1rem;font-weight:700;border:none;box-shadow:0 18px 36px rgba(37,99,235,.18);text-decoration:none;display:inline-block;text-align:center;cursor:pointer;transition:all .2s ease}.ProductDetail_pill__F5zfp:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 20px 40px rgba(37,99,235,.25)}.ProductDetail_secondaryButton__55oUu{background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:15px;padding:.65rem .85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.ProductDetail_secondaryButton__55oUu:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.ProductDetail_actionButtons__4MgzF{display:flex;gap:.25rem;flex-wrap:wrap}.ProductDetail_sectionTitle__entIx{font-weight:700;color:#0f172a;font-size:1.1rem;margin:0}.ProductDetail_toast__jhdFN{position:fixed;left:50%;bottom:80px;transform:translateX(-50%);background:#0f172a;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-size:.9rem;font-weight:600;box-shadow:0 10px 30px rgba(15,23,42,.4);z-index:1000;animation:ProductDetail_fadeInOut__5qibb 2s ease}@keyframes ProductDetail_fadeInOut__5qibb{0%{opacity:0;transform:translateX(-50%) translateY(8px)}15%{opacity:1;transform:translateX(-50%) translateY(0)}85%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(8px)}}@media (min-width:1024px){.ProductDetail_wrapper__MzKKS{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto;padding:1.5rem 1rem;box-sizing:border-box}.ProductDetail_imagePane__3Qvah{grid-column:1/2;position:-webkit-sticky;position:sticky;top:120px;height:-moz-fit-content;height:fit-content}.ProductDetail_content__33NAz{grid-column:2/3}.ProductDetail_thumbnailContainer__aCoqz{justify-content:flex-start;flex-wrap:wrap}.ProductDetail_thumbnail__a2aTI{width:80px;height:80px}.ProductDetail_mainImage__X4kYP{width:100%;height:auto}.ProductDetail_mainImage__X4kYP,.ProductDetail_mainImage__X4kYP img{max-width:450px;max-height:450px}}@media (max-width:768px){.ProductDetail_wrapper__MzKKS{grid-template-columns:1fr;width:100vw;max-width:100%;overflow-x:hidden;box-sizing:border-box;padding-left:1rem;padding-right:1rem}.ProductDetail_imagePane__3Qvah{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.ProductDetail_mainImage__X4kYP{width:100%;max-width:300px;height:300px}.ProductDetail_thumbnailContainer__aCoqz{justify-content:flex-start}.ProductDetail_content__33NAz{gap:.8rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}}