body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hero-section{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;padding:60px 20px 70px;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{font-size:42px;font-weight:800;letter-spacing:1px;margin-bottom:10px}.hero-subtitle{font-size:22px;font-weight:600;margin-bottom:15px}.hero-description{font-size:16px;line-height:1.6;margin-bottom:25px}.shop-btn{background:#ffd43b;border:none;border-radius:999px;color:#000;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.shop-btn:hover{box-shadow:0 6px 14px #00000026;transform:translateY(-2px)}.home-card-disclaimer{color:#9ca3af;font-size:11px;font-style:italic;margin-top:6px;text-align:center}.intro-section{background:#eaf6ff;padding:50px 20px;text-align:center}.intro-section h2{font-size:28px;margin-bottom:15px}.intro-section p{line-height:1.5;margin:auto;max-width:800px}.hero-img-illustration{display:block;margin:15px auto 20px;max-width:100%;width:280px}.categories-section{padding:50px 20px;text-align:center}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:30px}.category-card img{border:3px solid #eee;border-radius:50%;height:130px;object-fit:cover;width:130px}.category-card p{font-weight:600;margin-top:10px}.toppicks-section{padding:50px 20px;text-align:center}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:30px}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;overflow:hidden;padding:15px}.product-card:hover{box-shadow:0 6px 14px #0000001f;transform:translateY(-3px)}.product-image-wrapper{display:flex;justify-content:center;margin-bottom:10px;width:100%}.product-image{border-radius:10px;max-height:180px;object-fit:contain;width:100%}.product-card-top{color:inherit;display:block;margin-bottom:12px;text-decoration:none}.product-card-title{color:#111;font-size:15px;font-weight:600;margin-bottom:8px}.buy-btn-home{background:#20c997;border-radius:6px;color:#fff;display:block;font-size:14px;font-weight:600;margin:12px auto 0;padding:10px 18px;text-align:center;text-decoration:none;width:-webkit-fit-content;width:fit-content}.buy-btn-home:hover{opacity:.9}.view-all{margin-top:20px}.view-all a{color:#07f;font-weight:600;text-decoration:none}.disclosure-bar{background:#111;color:#fff;font-size:13px;padding:8px 16px;text-align:center}.disclosure-bar .learn-more a{color:#fc0;font-weight:600;text-decoration:underline}.navbar{background:#fff;border-bottom:1px solid #eee;flex-wrap:nowrap;justify-content:space-between;padding:16px 25px}.nav-left,.navbar{align-items:center;display:flex}.logo{width:70px}.nav-center-right{align-items:center;width:100%}.nav-center-right,.nav-links{display:flex;gap:30px;justify-content:center}.nav-links{font-size:15px;list-style:none}.nav-links li{cursor:pointer;font-weight:700}.nav-links a,.nav-links a:visited{color:#000;text-decoration:none}.nav-links a:hover{color:#20c997}.nav-right{align-items:center;display:flex;gap:10px}.search-box{border:1px solid #ccc;border-radius:20px;padding:6px 12px}.profile-icon{font-size:20px}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;padding:0;width:24px}.hamburger span{background:#000;border-radius:2px;display:block;height:3px;transition:transform .2s ease,opacity .2s ease}.hamburger.open span:first-child{transform:translateY(7.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width:900px){.navbar{padding:12px 16px}.nav-center-right{gap:20px}.nav-links{font-size:14px;gap:18px}}@media (max-width:768px){.navbar{align-items:center}.hamburger{display:flex}.nav-center-right{align-items:flex-start;display:none;flex-direction:column;gap:12px;margin-top:10px;width:100%}.nav-center-right.open{display:flex}.nav-links{flex-direction:column;gap:10px;width:100%}.nav-links li{font-size:14px}.nav-right{width:100%}.search-box{max-width:280px;width:100%}}@media (max-width:480px){.search-box{display:none}.nav-right{justify-content:flex-end}.nav-links li{font-size:13px}}.product-page{background:#f8fafc;min-height:100vh}.product-loading,.product-not-found{margin:80px auto;max-width:1100px;text-align:center}.product-main{background:#fff;border-radius:12px;box-shadow:0 4px 18px #00000014;margin:20px auto 40px;max-width:1200px;padding:30px 25px 40px}.product-main-inner{grid-gap:30px;display:grid;gap:30px;grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr)}.product-main-image img{border-radius:10px;max-height:420px;object-fit:contain;width:100%}.product-image-placeholder{align-items:center;background:#e5e7eb;border-radius:10px;color:#6b7280;display:flex;height:320px;justify-content:center;width:100%}.product-main-info{display:flex;flex-direction:column}.product-category{color:#6b7280;font-size:14px;margin-bottom:8px}.product-category-label{color:#20c997;font-weight:600}.product-title{color:#111827;font-size:28px;font-weight:800;margin-bottom:16px}.product-buy-btn{background:#ff2d6b;border-radius:4px;color:#fff;display:inline-block;font-size:14px;font-weight:700;letter-spacing:.5px;margin-bottom:18px;padding:12px 26px;text-decoration:none;text-transform:uppercase}.product-buy-btn:hover{opacity:.93}.flashy-buy-btn{animation:pulse 1.4s ease-in-out infinite;background:#fc0;border-radius:6px;box-shadow:0 4px 14px #ffcc00b3;color:#000;display:inline-block;font-size:16px;font-weight:800;letter-spacing:.5px;padding:14px 28px;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .2s ease}.flashy-buy-btn:hover{box-shadow:0 6px 18px #ffcc00e6;transform:scale(1.07)}@keyframes pulse{0%{box-shadow:0 4px 14px #ffcc00b3;transform:scale(1)}50%{box-shadow:0 6px 20px #fc0;transform:scale(1.05)}to{box-shadow:0 4px 14px #ffcc00b3;transform:scale(1)}}.affiliate-disclaimer-box{background:#f9fafb;border-left:3px solid #fbbf24;border-radius:6px;margin-top:12px;max-width:430px;padding:10px 12px}.affiliate-disclaimer-box p{color:#6b7280;font-size:12px;font-style:italic;line-height:1.5;margin:0}.affiliate-disclaimer-box .icon{font-size:13px;margin-right:6px;opacity:.8;vertical-align:middle}.product-description{color:#4b5563;font-size:15px;line-height:1.6;margin-bottom:20px}.product-highlights h3{font-size:16px;font-weight:700;margin-bottom:6px}.product-highlights ul{color:#4b5563;font-size:14px;padding-left:18px}.product-highlights li+li{margin-top:4px}.related-section{margin:0 auto 60px;max-width:1200px;padding:0 20px}.related-section h2{font-size:22px;font-weight:700;margin-bottom:18px}.related-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.related-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000f;display:flex;flex-direction:column;overflow:hidden;padding:15px 15px 18px}.related-card-top{color:inherit;display:block;margin-bottom:12px;text-decoration:none}.related-image-wrap{align-items:center;display:flex;height:180px;justify-content:center;margin-bottom:10px;width:100%}.related-image{max-height:100%;max-width:100%;object-fit:contain}.related-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:14px;font-weight:600;overflow:hidden}.related-buy-btn{background:#20c997;border-radius:4px;color:#fff;display:block;font-size:13px;font-weight:600;margin:10px auto 0;padding:8px 16px;text-align:center;text-decoration:none;width:-webkit-fit-content;width:fit-content}.related-buy-btn:hover{opacity:.9}@media (max-width:900px){.product-main-inner{grid-template-columns:1fr}.product-main{padding:20px 15px 30px}.product-title{font-size:22px}}.category-page{background:#f4f5f7;min-height:100vh}.category-hero{background:#000;color:#fff;padding:35px 20px;text-align:center}.category-hero h1{font-size:36px;font-weight:800}.category-content{margin:0 auto;max-width:1200px;padding:30px 20px 60px}.category-header-row{align-items:center;color:#555;display:flex;font-size:14px;justify-content:space-between;margin-bottom:25px}.sort-select{background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px 12px}.category-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.category-card{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000000f;display:flex;flex-direction:column;justify-content:space-between;padding:15px 15px 20px}.category-card-image-wrap{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:12px;width:100%}.category-card-image{max-height:100%;max-width:100%;object-fit:contain}.category-card-title{font-size:15px;font-weight:600;margin-bottom:15px}.buy-btn{background:#20c997;border-radius:4px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:10px 18px;text-align:center;text-decoration:none}.buy-btn:hover{opacity:.9}.back-home{font-size:14px;margin-top:30px}.back-home a{color:#07f;text-decoration:none}.footer{background:#0f0f0f;color:#fff;margin-top:60px;padding:40px 20px 20px}.footer-inner{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1200px}.footer-logo{font-size:22px;font-weight:800;margin-bottom:8px}.footer-desc{color:#d1d5db;font-size:14px}.footer-disclaimer h4,.footer-links h4{font-size:16px;font-weight:700;margin-bottom:12px}.footer-links a{color:#e5e7eb;display:block;margin-bottom:6px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fc0}.footer-disclaimer p{color:#d1d5db;font-size:14px;line-height:1.5}.footer-bottom{border-top:1px solid #333;color:#bbb;font-size:13px;margin-top:25px;padding-top:12px;text-align:center}.disclosure-page{background:#f9fafb;min-height:70vh;padding:40px 20px}.disclosure-container{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;margin:0 auto;max-width:900px;padding:35px 40px}.disclosure-container h1{font-size:32px;font-weight:800;margin-bottom:20px}.disclosure-container h2{font-size:22px;font-weight:700;margin-bottom:10px;margin-top:25px}.disclosure-container p{color:#374151;font-size:16px;line-height:1.6}.thank-you{color:#111827;font-weight:600;margin-top:25px}
/*# sourceMappingURL=main.cfa28f7a.css.map*/