.nav{background:white;height:60px;width:100%;display:flex;justify-content:space-between;align-items:center;border-radius:20px;border-bottom:4px solid #971ae1;padding:0 1rem;box-sizing:border-box;position:relative}.logo{height:46px;width:240px;cursor:pointer}.right-controls{justify-content:flex-end}.menu,.right-controls{display:flex;align-items:center;gap:1rem}.menu-item{position:relative;text-decoration:none;padding:.5rem .8rem;color:black;font-weight:500;transition:color .3s ease;overflow:hidden}.menu-item.animate{animation:fadeIn .4s ease forwards;animation-delay:.3s}.menu-item:after{content:"";position:absolute;width:0;height:2px;left:0;bottom:0;background-color:#971ae1;transition:width .3s ease}.menu-item:hover{color:#971ae1}.menu-item.active{color:#971ae1;text-decoration:underline}.menu-item.active:after{width:100%}.menu-item:hover:after{width:0}.menu-item.loading:after{width:100%;transition:width .4s ease}@media (max-width:1076px){.menu{position:fixed;top:60px;left:0;width:100%;background:white;z-index:2;display:flex;flex-direction:column;overflow:hidden;transform:scaleY(0);transform-origin:top;transition:transform .5s cubic-bezier(.77,0,.175,1);box-shadow:0 10px 25px rgba(0,0,0,.1);border-bottom-left-radius:20px;border-bottom-right-radius:20px}.menu.open{transform:scaleY(1)}.menu.closed{transform:scaleY(0)}.right-controls{flex-direction:row-reverse}}@media (max-width:768px){.menu-item{width:100%;padding:1rem 0;text-align:center;font-size:1.2rem;line-height:6px}}.menu.open .menu-item{animation:bounceIn .5s ease forwards}.menu.open .menu-item:first-child{animation-delay:.1s}.menu.open .menu-item:nth-child(2){animation-delay:.2s}.menu.open .menu-item:nth-child(3){animation-delay:.3s}.menu.open .menu-item:nth-child(4){animation-delay:.4s}.menu.open .menu-item:nth-child(5){animation-delay:.5s}.menu.open .menu-item:nth-child(6){animation-delay:.6s}@keyframes bounceIn{0%{opacity:0;transform:translateY(30px) scale(.9)}60%{opacity:1;transform:translateY(-5px) scale(1.03)}to{opacity:1;transform:translateY(0) scale(1)}}.search-icon{cursor:pointer;display:flex;align-items:center;justify-content:center}.search-icon-image{width:25px;height:25px}.hamburger{display:none;flex-direction:column;cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .3s ease;position:relative}.hamburger div{position:absolute;width:25px;height:3px;background:#000;border-radius:3px;transition:all .4s ease}.hamburger div:first-child{top:8px}.hamburger div:nth-child(2){top:14px}.hamburger div:nth-child(3){top:20px}.hamburger.open div:first-child{transform:rotate(45deg);top:14px}.hamburger.open div:nth-child(2){opacity:0}.hamburger.open div:nth-child(3){transform:rotate(-45deg);top:14px}@media (max-width:1076px){.hamburger{display:flex}}.search-bar-overlay{position:fixed;inset:0;z-index:9999;display:none;align-items:flex-start;justify-content:flex-end;padding:60px 1rem 1rem;box-sizing:border-box;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-bar-overlay.open{display:flex}.search-bar-overlay.closed{display:none}.search-bar-container{width:400px;max-width:calc(100vw - 2rem);padding:1rem;border-radius:12px;box-sizing:border-box;overflow:visible;display:flex;flex-direction:column;background:#fff;border:1px solid #e0e0e0;box-shadow:0 10px 40px rgba(0,0,0,.15)}.search-bar{width:100%;background:rgb(248,244,252);border-radius:8px;padding:.65rem .85rem;box-sizing:border-box;border:1px solid #ddd;outline:none;font-size:1rem;color:#1a1a1a;transition:border-color .2s ease,box-shadow .2s ease}.search-bar:focus{border-color:#971ae1;box-shadow:0 0 0 2px rgba(151,26,225,.2)}.search-bar::placeholder{color:#666}.search-loading,.search-no-results{padding:.75rem 0;font-size:.9rem;color:#666;text-align:center}.search-no-results{font-style:italic}.suggestions-list{list-style:none;padding:0;margin:.5rem 0 0;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.suggestions-list li{padding:.75rem .85rem;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;border-bottom:1px solid #f0f0f0;transition:background-color .15s ease}.suggestions-list li:last-child{border-bottom:none}.suggestions-list li:hover{background-color:rgb(248,244,252)}.search-result-headline{font-size:.95rem;font-weight:600;color:#1a1a1a;line-height:1.35}.search-result-snippet{font-size:.8rem;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:768px){.search-bar-overlay{padding:60px .75rem .75rem;justify-content:center}.search-bar-container{width:100%}.suggestions-list{max-height:280px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.view-post-container{max-width:850px;margin:2rem auto;padding:2rem 2.5rem;background-color:var(--card-bg-color,#ffffff);border-radius:var(--border-radius-lg,12px);box-shadow:var(--shadow-md,0 4px 12px rgba(0,0,0,.08));font-family:var(--font-sans,sans-serif);color:var(--primary-text-color,#212529);box-sizing:border-box}.view-post-container.blurred{filter:blur(5px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page-error-indicator,.page-loading-indicator{text-align:center;font-size:1.2rem;color:var(--muted-text-color,#6c757d);padding:3rem}.view-post-container>h1{font-size:clamp(1.75rem,5vw,2.25rem);color:var(--primary-brand-color,#6a11cb);margin-bottom:.75rem;line-height:1.3;font-weight:700}.post-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;font-size:.875rem;color:var(--muted-text-color,#6c757d);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color,#dee2e6)}.post-meta-info-group>span:not(:last-child):after{content:"•";margin-left:.75rem;margin-right:.75rem;color:var(--muted-text-color,#6c757d);opacity:.5}.post-meta-separator-mobile{display:none}.post-meta-row .delete-post-button{margin-left:auto}.post-content{font-size:1rem;color:var(--secondary-text-color,#495057);line-height:1.7;margin-bottom:1.5rem;white-space:pre-wrap;word-wrap:break-word}.post-content p{margin-bottom:1em}.post-content a{color:var(--primary-brand-color,#6a11cb);text-decoration:underline}.post-content a:hover{color:var(--primary-brand-hover-color,#530ca7)}.vote-buttons-wrapper-viewpost{margin-bottom:1.5rem;padding:.75rem 0;border-top:1px solid var(--border-color,#dee2e6);border-bottom:1px solid var(--border-color,#dee2e6);margin-top:1.5rem}.prompt-vote-button{padding:.6rem 1rem;font-size:.8rem;font-weight:600;border-radius:var(--border-radius,8px);cursor:pointer;background-color:var(--primary-brand-color,#8f33f1);color:var(--text-on-primary-brand,#ffffff);border:1px solid var(--primary-brand-color,#6a11cb);transition:background-color .2s ease,border-color .2s ease;display:inline-block;margin-bottom:1.5rem;margin-top:1.5rem}.prompt-vote-button:hover{background-color:var(--primary-brand-hover-color,#530ca7);border-color:var(--primary-brand-hover-color,#530ca7)}.post-tags{margin-top:1.5rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:.625rem}.post-tags .tag-pill{padding:.375rem .875rem;font-size:.8125rem;font-weight:500;border-radius:1rem;line-height:1.2;border:1px solid}.delete-answer-button,.delete-post-button{padding:.5rem .875rem;font-size:.8125rem;font-weight:600;border-radius:var(--border-radius,8px);cursor:pointer;color:#dc3545;background-color:transparent;border:1px solid #dc3545a0;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.delete-post-button{padding:.35rem .625rem;font-size:.75rem}.delete-answer-button:hover,.delete-post-button:hover{background-color:#dc3545;color:var(--text-on-primary-brand,#ffffff);border-color:#dc3545}.answers-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color,#dee2e6)}.answers-section>h3{font-size:1.5rem;color:var(--primary-text-color,#212529);margin-bottom:1.25rem;font-weight:600}.no-answers-yet{color:var(--muted-text-color,#6c757d);font-style:italic;padding:1rem 0}.answers-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.answer-card{background-color:var(--page-bg-color,#f8f9fa);padding:1.25rem 1.5rem;border-radius:var(--border-radius,8px);border:1px solid var(--border-color,#dee2e6)}.answer-text{font-size:.9375rem;line-height:1.6;color:var(--secondary-text-color,#495057);margin-bottom:.75rem;white-space:pre-wrap;word-wrap:break-word}.answer-text p{margin-bottom:1em}.answer-meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;font-size:.8125rem;color:var(--muted-text-color,#6c757d);padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--border-color,#dee2e6)}.answer-form{background-color:var(--card-bg-color,#ffffff);padding:1.5rem 2rem;border-radius:var(--border-radius-lg,12px);border:1px solid var(--border-color,#dee2e6);box-shadow:var(--shadow-sm,0 2px 4px rgba(0,0,0,.05));margin-top:2rem;box-sizing:border-box}.answer-form.comment-style{padding:1rem 0;margin-top:1.5rem;border:none;border-bottom:1px solid var(--border-color,#e9ecef);border-radius:0;box-shadow:none;background:transparent}.answer-form.comment-style textarea{width:100%;min-height:72px;padding:.625rem .75rem;font-size:.9375rem;font-family:var(--font-sans,sans-serif);border:1px solid var(--border-color,#dee2e6);border-radius:8px;resize:vertical;margin-bottom:.5rem;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;background:var(--card-bg-color,#fff)}.answer-form.comment-style textarea::placeholder{color:var(--secondary-text-color,#6c757d)}.answer-form.comment-style textarea:focus{outline:none;border-color:var(--primary-brand-color,#6a11cb);box-shadow:0 0 0 2px rgba(106,17,203,.15)}.answer-form.comment-style .comment-submit{padding:.4rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;background-color:var(--primary-brand-color,#6366f1);color:var(--text-on-primary-brand,white);border:none;transition:background-color .2s ease,opacity .2s ease;display:inline-block}.answer-form.comment-style .comment-submit:hover:not(:disabled){opacity:.9;background-color:var(--primary-brand-hover-color,#4f46e5)}.answer-form.comment-style .comment-submit:disabled{opacity:.55;cursor:not-allowed}.answer-form>h3{font-size:1.375rem;color:var(--primary-text-color,#212529);margin-bottom:1rem;font-weight:600}.answer-form textarea{width:100%;min-height:120px;padding:.875rem 1rem;font-size:.9375rem;font-family:var(--font-sans,sans-serif);border:1px solid var(--border-color,#ccc);border-radius:var(--border-radius,8px);resize:vertical;margin-bottom:1rem;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.answer-form textarea:focus{outline:none;border-color:var(--primary-brand-color,#6a11cb);box-shadow:0 0 0 .2rem rgba(106,17,203,.25)}.answer-form button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:var(--border-radius,8px);cursor:pointer;background-color:var(--primary-brand-color,#007bff);color:var(--text-on-primary-brand,white);border:none;transition:background-color .2s ease,transform .1s ease,opacity .2s ease;display:block;margin-left:auto}.answer-form button:hover:not(:disabled){background-color:var(--primary-brand-hover-color,#005fa3);transform:translateY(-1px)}.answer-form button:disabled{opacity:.65;cursor:not-allowed}.answer-form-prompt{text-align:center;padding:1.5rem;margin-top:1.5rem;background-color:var(--page-bg-color,#f8f9fa);border-radius:var(--border-radius,8px);color:var(--secondary-text-color,#495057)}.answer-form-prompt p{margin:0}.link-button{background:none;border:none;color:var(--primary-brand-color,#6a11cb);text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.link-button:hover{color:var(--primary-brand-hover-color,#530ca7)}@media (max-width:767px){.view-post-container{margin:1rem auto;padding:1.5rem;border-radius:var(--border-radius,8px)}.view-post-container>h1{font-size:clamp(1.5rem,4.5vw,2rem)}.post-meta-row{flex-direction:column;align-items:center;gap:.75rem}.post-meta-info-group{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;width:100%;text-align:center}.post-meta-info-group>span{font-size:.8rem}.post-meta-info-group>span:after{display:none}.post-meta-separator-mobile{display:inline-block;color:var(--muted-text-color,#6c757d);opacity:.5}.post-meta-row .delete-post-button{margin-left:0;width:auto;min-width:150px;padding:.6rem 1rem}.post-content{font-size:.9375rem;line-height:1.65}.prompt-vote-button{font-size:.75rem;padding:.5rem .8rem;width:100%;text-align:center}.post-tags .tag-pill{font-size:.75rem;padding:.25rem .75rem}.answers-section>h3{font-size:1.3rem}.answer-card{padding:1rem 1.25rem}.answer-text{font-size:.875rem}.answer-meta{font-size:.75rem;gap:.25rem .5rem}.answer-meta>:not(:last-child){margin-right:.5rem}.answer-form{padding:1rem 1.5rem}.answer-form>h3{font-size:1.25rem}.answer-form textarea{font-size:.875rem;min-height:100px}.answer-form button{width:100%;margin-left:0;font-size:.9375rem;padding:.625rem 1.25rem}.answer-form-prompt{padding:1rem;font-size:.9rem}}@media (max-width:480px){.view-post-container{margin:.5rem auto;padding:1rem;border-radius:0}.view-post-container>h1{font-size:clamp(1.3rem,4vw,1.75rem)}.post-meta-info-group{flex-wrap:wrap;gap:.25rem .5rem}.post-meta-info-group>span{font-size:.75rem}.post-content{font-size:.875rem}.answers-section>h3{font-size:1.2rem}.answer-card{padding:.75rem 1rem}.answer-form{padding:1rem;border-left:none;border-right:none;border-radius:0}.answer-form>h3{font-size:1.15rem}}.sd-page-container{display:flex;flex-direction:column;align-items:center;padding:0 15px 40px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1400px;margin:0 auto;box-sizing:border-box}.sd-error-indicator,.sd-loading-indicator,.sd-no-products{padding:2rem;font-size:1.1rem;color:#555;text-align:center;min-height:100px}.sd-error-indicator{color:#e74c3c;font-weight:700}.sd-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px;width:100%;max-width:1300px;margin:0 0 2rem}.sd-product-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(112,8,119,.07),0 1px 4px rgba(0,0,0,.05);border:1px solid rgba(112,8,119,.1);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.sd-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px rgba(112,8,119,.14),0 2px 8px rgba(0,0,0,.07)}.sd-product-image-wrap{position:relative;background:#f8f5ff;border-bottom:1px solid rgba(112,8,119,.08);overflow:hidden}.sd-product-image{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:16px;box-sizing:border-box;transition:transform .35s ease}.sd-product-card:hover .sd-product-image{transform:scale(1.04)}.sd-discount-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#e53935,#ff5252);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:4px 9px;border-radius:20px;box-shadow:0 2px 6px rgba(229,57,53,.35);text-transform:uppercase;pointer-events:none}.sd-product-details{padding:16px;display:flex;flex-direction:column;flex-grow:1}.sd-product-title{font-size:.97rem;font-weight:700;color:#2d0057;margin:0 0 8px;line-height:1.4;font-family:inherit;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.sd-product-title a{color:inherit;text-decoration:none}.sd-product-title a:hover{color:#700877;text-decoration:underline}.sd-product-description-snippet{font-size:.82rem;color:#6b7280;margin:0 0 12px;line-height:1.55;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;flex-grow:1}.sd-product-price-section{margin:8px 0 10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sd-current-price{font-size:1.35rem;font-weight:800;background:linear-gradient(135deg,#700877,#b0196b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sd-unavailable-price{font-size:.8rem;color:#c0392b;font-style:italic;font-weight:500;-webkit-text-fill-color:#c0392b}.sd-discount-percentage{font-size:.72rem;color:#e53935;background-color:rgba(229,57,53,.1);padding:3px 8px;border-radius:20px;font-weight:700;letter-spacing:.03em}.sd-special-offer-badge{display:inline-block;font-size:.75rem;color:#b45309;background:linear-gradient(135deg,#fff8e1,#fff3cd);padding:3px 10px;border-radius:20px;font-weight:600;margin:0 0 10px;border:1px solid #f5c842}.sd-shipping-info{font-size:.78rem;color:#374151;margin:0 0 8px}.sd-shipping-info a{color:#700877;font-weight:600;text-decoration:none}.sd-shipping-info a:hover{text-decoration:underline}.sd-product-rating{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0 0 10px;font-size:.8rem;color:#6b7280}.sd-stars{font-size:1rem;line-height:1;white-space:nowrap}.sd-star,.sd-stars{display:inline-block}.sd-star{vertical-align:middle;margin-right:1px;color:#d1d5db;position:relative}.sd-star-filled{color:#f59e0b}.sd-star-half{display:inline-block;position:relative;color:#d1d5db}.sd-star-half:before{content:"★";position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#f59e0b}.sd-star-empty{color:#d1d5db}.sd-rating-value{font-weight:700;color:#374151}.sd-product-actions{margin-top:auto;padding-top:12px;border-top:1px solid rgba(112,8,119,.08)}.sd-view-details-button{display:block;padding:10px 16px;background:linear-gradient(135deg,#700877,#b0196b 55%,#ff2759);color:#fff!important;text-decoration:none;border-radius:10px;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease;text-align:center;font-size:.88rem;font-weight:700;letter-spacing:.02em;box-shadow:0 3px 12px rgba(112,8,119,.25)}.sd-view-details-button:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 6px 18px rgba(112,8,119,.35);color:#fff!important}.sd-ad-container{display:flex;justify-content:center;width:100%;margin:2rem 0;min-height:90px}.sd-top-banner-container{width:100%;max-width:728px;margin:0 auto 2rem}.sd-top-banner-container img{display:block;width:100%;height:auto;border-radius:8px}@media (max-width:600px){.sd-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.sd-current-price{font-size:1.15rem}}.pagination-wrapper{display:flex;justify-content:center;align-items:center;margin:20px 0}.pagination-button{padding:10px 20px;margin:0 5px;background-color:#333;color:white;border:none;cursor:pointer}.pagination-button:disabled{background-color:#ddd;color:#666;cursor:not-allowed}.page-number{display:inline-block;padding:10px;margin:0 5px;background-color:#333;color:white;cursor:pointer}.page-number.active{background-color:#666}.rss-ticker{background:linear-gradient(90deg,#2a5298,#4c1e72);color:white;font-size:16px;font-weight:500;border-top:2px solid #fff;align-items:center}.rss-ticker,.rss-ticker-wrapper{width:100%;overflow:hidden;position:relative;display:flex}.rss-ticker-content{display:flex;white-space:nowrap;animation:scrollTicker 60s linear infinite}.rss-ticker-content:after{content:attr(data-content);white-space:nowrap;padding-left:50px}@keyframes scrollTicker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.rss-ticker-content a{color:white;text-decoration:none;padding:0 20px;transition:all .3s ease-in-out;font-size:16px;font-weight:500}.rss-ticker-content a:hover{color:#ffcc00;text-shadow:0 0 5px rgba(255,204,0,.7)}@media (max-width:768px){.rss-ticker{font-size:14px;padding:2px 0}.rss-ticker-content a{padding:0 10px;font-size:14px}}.return-policy-wrapper{padding:20px;background-color:#f9f9f9;min-height:100vh}.return-policy{max-width:800px;margin:auto;background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.06);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.7}.return-policy h1{font-size:2.2rem;margin-bottom:25px;color:#7600ff;text-align:center}.return-policy .intro{font-size:1.1rem;color:#555;text-align:center;margin-bottom:35px}.policy-box{margin-bottom:30px;border-left:5px solid #4caf50;background-color:#f5fef7;padding:20px;border-radius:10px}.policy-box h2{margin-top:0;color:#7600ff;font-size:1.4rem}.policy-box p{margin-bottom:12px}.help-box{text-align:center;margin-top:40px;padding:15px 20px;background-color:#eef3f9;border-radius:8px;font-size:.95rem;color:#444}a{color:#0073e6;text-decoration:none;font-weight:500}a:hover{text-decoration:underline}@media (max-width:600px){.return-policy{padding:25px 20px}.return-policy h1{font-size:1.7rem}.policy-box h2{font-size:1.2rem}}