: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}}