:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.payment-section,.policy-section,.product-content,.shipping-section{padding:0 24px 24px}.product-content h3{color:#222;font-size:1.2rem;margin-bottom:10px;border-left:4px solid #4caf50;padding-left:10px}.product-content ul{list-style:none;padding-left:0;line-height:1.7}.product-content ul li:before{content:"✓";color:#4caf50;margin-right:10px}.note{font-size:.9rem;color:#777;margin-top:20px}@media (max-width:768px){.product-header{flex-direction:column}.product-image{width:100%;padding-right:0;margin-bottom:16px}}.payment-section h2,.policy-section h2,.shipping-section h2{font-size:1.4rem;margin-bottom:24px;color:#333;border-bottom:2px solid #4caf50;padding-bottom:10px}.shipping-block{margin-bottom:24px}.shipping-block h3{color:#222;font-size:1.2rem;margin-bottom:10px}.policy-section ul,.shipping-block ul{font-size:14px;list-style:none;padding-left:0;line-height:1.7}.shipping-block ul li:before{content:"🚚";margin-right:10px;color:#4caf50}.note:before{content:"🚨";margin-right:10px;color:#4caf50}.note,.shipping-note{background-color:#f0f9f3;padding:16px;border-left:4px solid #4caf50;font-size:.9rem;color:#444;border-radius:6px}.policy-section h3{font-size:1.2rem;margin-top:30px;margin-bottom:10px;color:#444}.policy-section ul li:before{content:"✔️";margin-right:10px;color:#27ae60}.policy-section p{color:#555;font-size:1rem}.payment-table{width:100%;border-collapse:collapse;font-size:.9rem}.payment-table td,.payment-table th{border:1px solid #e0e0e0;padding:14px 16px;text-align:left;vertical-align:top}.payment-table th{background-color:#f5faff;color:#2c3e50;font-weight:600}.payment-table tr:nth-child(2n){background-color:#fafafa}.payment-table tr:hover{background-color:#f0f8ff}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes buttonBounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}@keyframes buttonShake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}@keyframes buttonFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.button-hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.button-hover-glow:hover{box-shadow:0 0 20px rgba(59,130,246,.5)}.button-hover-scale:hover{transform:scale(1.05)}.button-hover-rotate:hover{transform:rotate(2deg)}.button-animation-pulse{animation:buttonPulse 2s infinite}.button-animation-bounce{animation:buttonBounce 1s infinite}.button-animation-shake{animation:buttonShake .5s ease-in-out}.button-animation-fadeIn{animation:buttonFadeIn .5s ease-out}.button-animation-slideIn{animation:buttonSlideIn .5s ease-out}.product-highlight{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:60px 30px;background:linear-gradient(135deg,#fdf5f9,#f4f9ff);border-radius:20px;overflow:hidden;gap:50px;z-index:1;max-width:1600px;margin:40px auto;flex-wrap:nowrap}.product-highlight:after,.product-highlight:before{content:"";position:absolute;z-index:0;border-radius:50%;background:rgba(255,204,102,.15);filter:blur(40px)}.product-highlight:before{width:200px;height:200px;top:-50px;left:-50px}.product-highlight:after{width:300px;height:300px;bottom:-80px;right:-80px}.product-highlight .content:after,.product-highlight .content:before{content:"";position:absolute;z-index:0;opacity:.08;background-repeat:no-repeat;background-size:contain}.product-highlight .content:before{width:100px;height:100px;top:10%;left:-40px;background-image:url('data:image/svg+xml;utf8,<svg fill="%23FF6600" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,0 100,100 0,100"/></svg>')}.product-highlight .content:after{width:120px;height:120px;bottom:-30px;right:-60px;background-image:url('data:image/svg+xml;utf8,<svg fill="%2300C49A" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50"/></svg>')}.content,.home-about-us-image{position:relative;z-index:1}.home-about-us-image{flex:1 1 40%;display:flex;justify-content:center;align-items:center}.home-about-us-image img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.content{flex:1 1 60%;max-width:900px}.h1-title{font-size:36px;font-weight:700;margin-bottom:20px;line-height:1.3}.p-description{font-size:16px;color:#555;margin-bottom:20px}.text-list{list-style:none;padding:0;margin:0}.text-item{margin-bottom:15px}.check,.text-item{display:flex;align-items:center}.check{color:#3ecf8e;background-color:#e7faf1;border-radius:50%;width:28px;height:28px;justify-content:center;margin-right:12px}.text-title{font-weight:600;font-size:16px;color:#333}.product-highlight-reverse{flex-direction:row-reverse}.product-highlight-top-bottom{flex-direction:column;text-align:center}@media (max-width:768px){.product-highlight{padding:40px 20px}.product-highlight,.product-highlight-reverse,.product-highlight-top-bottom{flex-direction:column}.content{max-width:100%;text-align:center}.text-item{justify-content:center}.home-about-us-image{margin-bottom:30px}.product-highlight .content:after,.product-highlight .content:before{display:none}}.Reviews_reviewsContainer__b_pO7{padding:48px 24px;max-width:1600px;margin:0 auto;background-color:white}.Reviews_reviewsTitle__YNYMG{text-align:center;margin-bottom:40px;font-weight:700;color:#1a1a1a;font-size:2rem;line-height:1.2}@media (max-width:768px){.Reviews_reviewsTitle__YNYMG{font-size:1.5rem}}@media (max-width:480px){.Reviews_reviewsTitle__YNYMG{font-size:1.75rem}}.Reviews_reviewsCarousel__pcqOF{position:relative;margin-bottom:48px}.Reviews_navButton__Pqp0H{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background-color:white;border:none;border-radius:50%;width:40px;height:40px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.Reviews_navButton__Pqp0H:hover{background-color:#f5f5f5;transform:translateY(-50%) scale(1.05)}.Reviews_navPrev__HQ4NN{left:-20px}.Reviews_navNext__HkuC_{right:-20px}.Reviews_navIcon___qhf4{width:24px;height:24px;fill:#666}@media (max-width:768px){.Reviews_navButton__Pqp0H{width:32px;height:32px}.Reviews_navPrev__HQ4NN{left:-10px}.Reviews_navNext__HkuC_{right:-10px}.Reviews_navIcon___qhf4{width:20px;height:20px}}.Reviews_reviewsGrid__JFalB{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;justify-content:center}@media (max-width:1200px){.Reviews_reviewsGrid__JFalB{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.Reviews_reviewsGrid__JFalB{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Reviews_reviewsGrid__JFalB{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.Reviews_reviewsGrid__JFalB{grid-template-columns:1fr;gap:16px}}.Reviews_reviewCard__Q10pH{height:400px;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,.08);border-radius:8px;position:relative;overflow:visible;transition:all .3s ease;background-color:white}.Reviews_reviewCard__Q10pH:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.Reviews_reviewContent__8Hy7t{flex-grow:1;padding:24px;display:flex;flex-direction:column;position:relative}@media (max-width:768px){.Reviews_reviewContent__8Hy7t{padding:16px}}.Reviews_reviewDate__g4Q_U{position:absolute;top:12px;right:12px;color:#666;font-weight:500;font-size:.75rem}@media (max-width:768px){.Reviews_reviewDate__g4Q_U{top:8px;right:8px;font-size:.7rem}}.Reviews_reviewStars__9Vx74{margin-bottom:16px}.Reviews_reviewerName__ubrD3{color:#1a1a1a;font-weight:600;font-size:1rem;margin:0 0 8px}@media (max-width:768px){.Reviews_reviewerName__ubrD3{font-size:.9rem}}.Reviews_reviewFlag__eEJx_{margin-bottom:16px}.Reviews_flagIcon__icNzo{width:16px;height:16px}.Reviews_reviewText__YYe4u{color:#666;line-height:1.5;font-size:.9rem;flex-grow:1;margin:0 0 16px}@media (max-width:768px){.Reviews_reviewText__YYe4u{font-size:.8rem}}.Reviews_reviewImageContainer__I26f9{margin-bottom:16px;height:120px;display:flex;justify-content:center;align-items:center}.Reviews_reviewImage__Tjx9i{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px}.Reviews_noImage__FBvVc{width:100%;height:100%;background-color:#f5f5f5;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.Reviews_fullReviewLink__Lw_uj{color:#ff6a00;text-decoration:underline;cursor:pointer;font-weight:500;font-size:.85rem;transition:color .2s ease}.Reviews_fullReviewLink__Lw_uj:hover{color:#e55a00}@media (max-width:768px){.Reviews_fullReviewLink__Lw_uj{font-size:.75rem}}.Reviews_summarySection__FQJBA{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:24px;padding:24px;background-color:#fafafa;border-radius:8px;border:1px solid #e0e0e0}@media (max-width:768px){.Reviews_summarySection__FQJBA{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:16px}}.Reviews_ratingSummarySection__kMJpv{flex:0 0 40%;display:flex;flex-direction:column;gap:20px;min-width:0}@media (max-width:768px){.Reviews_ratingSummarySection__kMJpv{flex:0 0 100%;width:100%}}.Reviews_ratingSummary__xWb0X{gap:16px}.Reviews_ratingSummary__xWb0X,.Reviews_summaryStars__90voa{display:flex;align-items:center}.Reviews_summaryInfo__w07L6{display:flex;flex-direction:column}.Reviews_averageRating__VDzF_{font-weight:700;color:#1a1a1a;font-size:1.5rem;margin:0 0 4px}@media (max-width:768px){.Reviews_averageRating__VDzF_{font-size:1.1rem}}.Reviews_totalReviews__5IlV5{font-weight:400;font-size:.875rem;color:#666;margin:0}@media (max-width:768px){.Reviews_totalReviews__5IlV5{font-size:.8rem}}.Reviews_ratingDistribution__HImo9{width:100%}.Reviews_ratingBar__4KJ05{display:flex;align-items:center;margin-bottom:12px;gap:12px}.Reviews_starRow__nRqSc{display:flex;align-items:center;min-width:100px}.Reviews_progressBar__h9VtN{flex:1 1;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden}.Reviews_progressFill__idkjg{height:100%;background-color:#ffbc59;border-radius:4px;transition:width .3s ease}.Reviews_count__1unqx{min-width:30px;font-weight:400;font-size:.875rem;color:#666;text-align:right}@media (max-width:768px){.Reviews_ratingDistribution__HImo9{max-width:100%}.Reviews_count__1unqx{font-size:.75rem;min-width:25px}.Reviews_progressBar__h9VtN{height:6px}}.Reviews_customerPhotosSection__EVaq_{flex:0 0 60%;display:flex;flex-direction:column;align-items:center;min-width:0}@media (max-width:768px){.Reviews_customerPhotosSection__EVaq_{flex:0 0 100%;width:100%}}.Reviews_photosTitle__9SGt7{font-weight:700;color:#1a1a1a;font-size:1.25rem;text-align:center;margin:0 0 16px}@media (max-width:768px){.Reviews_photosTitle__9SGt7{font-size:1rem}}.Reviews_photosGrid__EXxGe{display:flex;flex-wrap:wrap;width:100%}@media (max-width:768px){.Reviews_photosGrid__EXxGe{display:flex;flex-wrap:wrap}}.Reviews_photoThumbnail__gGJgC{width:80px!important;height:80px!important;border-radius:0;overflow:hidden;cursor:pointer;transition:all .2s ease;position:relative;flex-shrink:0;margin:2px}.Reviews_photoThumbnail__gGJgC:hover{transform:scale(1.05)}.Reviews_customerPhoto__Hsfny{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:4px;position:absolute;top:0;left:0}.Reviews_morePhotos__W3Oxf{width:80px!important;height:80px!important;background-color:#f0f0f0;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e0e0e0;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin:2px}.Reviews_morePhotos__W3Oxf:hover{background-color:#e0e0e0;transform:scale(1.05)}.Reviews_addIcon__JraK_{width:12px;height:12px;fill:#666;margin-bottom:2px}.Reviews_remainingCount__brDC8{font-weight:600;font-size:.5rem;color:#666}@media (max-width:768px){.Reviews_addIcon__JraK_{width:10px;height:10px}.Reviews_remainingCount__brDC8{font-size:.4rem}}.Reviews_reviewsSkeleton__3V_e9{padding:48px 24px;max-width:1600px;margin:0 auto;background-color:white}.Reviews_skeletonTitle___SGn1{width:50%;height:50px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Reviews_loading__TRmeH 1.5s infinite;margin:0 auto 32px;border-radius:4px}.Reviews_skeletonCards__48x7P{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}@media (max-width:1200px){.Reviews_skeletonCards__48x7P{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.Reviews_skeletonCards__48x7P{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Reviews_skeletonCards__48x7P{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.Reviews_skeletonCards__48x7P{grid-template-columns:1fr}}.Reviews_skeletonCard__fjjNo{height:400px;background-color:white;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:24px;position:relative}.Reviews_skeletonDate__jkbag{position:absolute;top:12px;right:12px;width:30%;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Reviews_loading__TRmeH 1.5s infinite;border-radius:4px}.Reviews_skeletonStars__ygwcQ{width:60%;height:24px}.Reviews_skeletonName__Uy6CM,.Reviews_skeletonStars__ygwcQ{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Reviews_loading__TRmeH 1.5s infinite;border-radius:4px;margin-bottom:16px}.Reviews_skeletonName__Uy6CM{width:40%;height:20px}.Reviews_skeletonFlag__EKZ2v{width:16px;margin-bottom:16px}.Reviews_skeletonFlag__EKZ2v,.Reviews_skeletonText__NW_V6{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Reviews_loading__TRmeH 1.5s infinite;border-radius:4px}.Reviews_skeletonText__NW_V6{width:80%;margin-bottom:8px}.Reviews_skeletonImage__zNV_B{width:100%;height:120px;border-radius:6px;margin-bottom:16px}.Reviews_skeletonImage__zNV_B,.Reviews_skeletonLink___N8vG{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:Reviews_loading__TRmeH 1.5s infinite}.Reviews_skeletonLink___N8vG{width:25%;height:16px;border-radius:4px}@keyframes Reviews_loading__TRmeH{0%{background-position:200% 0}to{background-position:-200% 0}}