@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.navbar{background:linear-gradient(135deg,#fff,#fff7f6);box-shadow:0 2px 20px #0000001a;border-bottom:1px solid rgba(255,76,76,.2);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:70px;position:relative;gap:1rem}.nav-left{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;cursor:pointer;transition:transform .3s ease}.nav-logo:hover{transform:translateY(-1px)}.logo{height:40px;width:auto;border-radius:8px;transition:transform .3s ease}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff4c4c,#e33f3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px;white-space:nowrap}.nav-center{flex:1;max-width:600px;min-width:200px;margin:0 2rem}.search-container{position:relative;width:100%;max-width:500px;margin:0 auto}.search-input-wrapper{position:relative;width:100%}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid rgba(0,0,0,.1);border-radius:25px;font-size:.95rem;background:#fff;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.search-input:focus{outline:none;border-color:#ff4c4c;box-shadow:0 4px 20px #ff4c4c26;transform:translateY(-1px)}.search-input::placeholder{color:#999}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#ff4c4c,#e33f3f);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.search-button:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 15px #ff4c4c66}.search-icon{font-size:1.1rem}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 10px 30px #00000026;max-height:300px;overflow-y:auto;z-index:1000;margin-top:8px}.search-result-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit}.search-result-item:hover{background:#ff4c4c0d}.search-result-item:last-child{border-bottom:none}.search-result-image{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0}.search-result-info{flex:1;min-width:0}.search-result-name{font-weight:600;color:#222;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-price{color:#ff4c4c;font-weight:700;font-size:.9rem}.no-results{padding:2rem 1rem;text-align:center;color:#666;font-style:italic}.nav-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.search-toggle{display:none;background:transparent;border:none;font-size:1.4rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .25s ease;color:#222}.search-toggle:hover{background:#ff4c4c0f;color:#ff4c4c}@media(max-width:968px){.nav-container{padding:0 1rem;gap:.75rem}.brand-name{font-size:1.25rem}.nav-center{margin:0 1rem;max-width:400px}.search-input{padding:.65rem 2.5rem .65rem .875rem;font-size:.9rem}.search-button{width:32px;height:32px}}@media(max-width:768px){.nav-container{padding:0 1rem;height:60px}.search-toggle{display:block}.nav-center{position:absolute;top:100%;left:0;right:0;margin:0;padding:1rem;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 5px 20px #0000001a;display:none}.nav-center.active{display:block}.search-container{max-width:none}.search-input{border-radius:12px;padding:1rem 3rem 1rem 1rem;font-size:1rem}.search-button{width:40px;height:40px;right:12px}.brand-name{font-size:1.1rem}.logo{height:35px}}@media(max-width:480px){.nav-container{padding:0 .75rem}.nav-left{gap:.5rem}.brand-name{font-size:1rem}.logo{height:30px}.nav-center{padding:.75rem}.search-input{padding:.875rem 2.75rem .875rem .875rem}}@media(max-width:360px){.nav-logo{gap:0}.brand-name{display:inline-block}}@media(prefers-reduced-motion:reduce){.nav-logo,.search-input,.search-button,.search-toggle{transition:none}}.nav-logo:focus-visible,.search-toggle:focus-visible,.search-input:focus-visible,.search-button:focus-visible{outline:2px solid #ff4c4c;outline-offset:2px}.searchbar-root{position:relative;width:100%;max-width:600px}.search-input-wrap{position:relative;display:flex;align-items:center;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:25px;padding:.5rem;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.search-input-wrap:focus-within{border-color:#ff4c4c;box-shadow:0 4px 20px #ff4c4c26;transform:translateY(-1px)}.search-icon{color:#666;margin:0 .75rem;flex-shrink:0;transition:color .3s ease}.search-input-wrap:focus-within .search-icon{color:#ff4c4c}.search-input{flex:1;border:none;outline:none;font-size:.95rem;background:transparent;color:#222;padding:.5rem 0;min-width:0}.search-input::placeholder{color:#999;font-size:.9rem}.clear-btn{background:none;border:none;color:#999;cursor:pointer;padding:.25rem;margin:0 .5rem;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.clear-btn:hover{background:#0000000f;color:#666}.search-go{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;border:none;border-radius:20px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0;white-space:nowrap}.search-go:hover{transform:translateY(-1px);box-shadow:0 4px 15px #ff4c4c66}.search-go:active{transform:translateY(0)}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 10px 30px #00000026;max-height:400px;overflow-y:auto;z-index:1000;margin-top:8px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ss-loading,.ss-empty{padding:2rem 1.5rem;text-align:center;color:#666;font-style:italic;background:#00000005}.ss-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:none;background:none;cursor:pointer;transition:all .2s ease;width:100%;text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.ss-item:hover{background:#ff4c4c0d}.ss-item:last-child{border-bottom:none}.ss-thumb{width:50px;height:50px;border-radius:8px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(0,0,0,.06)}.ss-thumb img{width:100%;height:100%;object-fit:cover}.ss-placeholder{color:#999;font-size:.8rem;font-weight:600}.ss-info{flex:1;min-width:0}.ss-title{font-weight:600;color:#222;margin-bottom:.25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ss-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ss-price{color:#ff4c4c;font-weight:700;font-size:.9rem}.ss-cat{color:#666;font-size:.8rem;background:#0000000a;padding:.2rem .5rem;border-radius:12px;font-weight:500}.ss-title .highlight{background:#ff4c4c33;padding:.1rem .2rem;border-radius:3px;font-weight:700}@media(max-width:968px){.searchbar-root{max-width:500px}.search-input-wrap{border-radius:20px}.search-input{font-size:.9rem}.search-input::placeholder{font-size:.85rem}.search-go{padding:.5rem 1rem;font-size:.85rem}.ss-item{padding:.875rem 1rem;gap:.875rem}.ss-thumb{width:45px;height:45px}.ss-title{font-size:.9rem}}@media(max-width:768px){.searchbar-root{max-width:none}.search-input-wrap{border-radius:16px;padding:.75rem}.search-input{font-size:1rem;padding:.25rem 0}.search-input::placeholder{font-size:.9rem}.search-go{padding:.75rem 1.5rem;font-size:.9rem;border-radius:12px}.search-suggestions{border-radius:12px;margin-top:6px;max-height:350px}.ss-item{padding:1rem}.ss-thumb{width:50px;height:50px}}@media(max-width:480px){.search-input-wrap{padding:.625rem}.search-icon{margin:0 .5rem;width:16px;height:16px}.search-input{font-size:.9rem}.search-go{padding:.625rem 1.25rem;font-size:.85rem}.clear-btn{margin:0 .375rem;width:20px;height:20px}.ss-item{padding:.875rem;gap:.75rem}.ss-thumb{width:40px;height:40px}.ss-title{font-size:.85rem}.ss-meta{gap:.75rem}.ss-price{font-size:.85rem}.ss-cat{font-size:.75rem}}@media(max-width:360px){.search-input::placeholder{font-size:.8rem}.search-go{padding:.5rem 1rem;font-size:.8rem}.ss-item{padding:.75rem}.ss-thumb{width:35px;height:35px}}@media(prefers-color-scheme:dark){.search-input-wrap{background:#3d3d3d;border-color:#555}.search-input{color:#fff}.search-input::placeholder{color:#999}.search-icon{color:#999}.search-input-wrap:focus-within .search-icon{color:#ff4c4c}.clear-btn{color:#999}.clear-btn:hover{background:#ffffff1a;color:#ccc}.search-suggestions{background:#2d2d2d;border-color:#555}.ss-loading,.ss-empty{color:#999;background:#ffffff0d}.ss-item{border-bottom-color:#404040}.ss-item:hover{background:#ff4c4c1a}.ss-thumb{background:#3d3d3d;border-color:#555}.ss-placeholder{color:#666}.ss-title{color:#fff}.ss-cat{color:#ccc;background:#ffffff1a}}@media(prefers-reduced-motion:reduce){.search-input-wrap,.search-suggestions,.ss-item,.search-go,.clear-btn{transition:none;animation:none}}.search-input:focus-visible,.search-go:focus-visible,.clear-btn:focus-visible,.ss-item:focus-visible{outline:2px solid #ff4c4c;outline-offset:2px}@media(prefers-contrast:high){.search-input-wrap{border-width:3px;border-color:#222}.search-input-wrap:focus-within{border-width:3px;border-color:#ff4c4c}.ss-item{border-bottom-width:2px}}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:#0000000d;border-radius:0 12px 12px 0}.search-suggestions::-webkit-scrollbar-thumb{background:#ff4c4c;border-radius:3px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#e33f3f}@media(prefers-color-scheme:dark){.search-suggestions::-webkit-scrollbar-track{background:#ffffff1a}}.hero{position:relative;background:linear-gradient(135deg,#fff7f6,#fff,#fff0ee);min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.floating-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ff4c4c1a,#ff9b000d);animation:float 6s ease-in-out infinite}.circle-1{width:200px;height:200px;top:10%;left:5%;animation-delay:0s}.circle-2{width:150px;height:150px;top:60%;left:80%;animation-delay:2s}.circle-3{width:100px;height:100px;top:20%;left:85%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.discount-badge{position:relative;display:inline-block;margin-bottom:2rem;animation:pulse 2s ease-in-out infinite}.discount-text{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:700;font-size:.9rem;letter-spacing:1px;position:relative;z-index:2;display:inline-block}.discount-ribbon{position:absolute;top:50%;left:-10px;right:-10px;height:100%;background:#ff4c4c4d;border-radius:50px;transform:translateY(-50%);z-index:1;animation:ribbonPulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes ribbonPulse{0%,to{opacity:.3;transform:translateY(-50%) scale(1)}50%{opacity:.6;transform:translateY(-50%) scale(1.1)}}.hero-text{position:relative;z-index:3}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#222}.title-line{display:block;animation:slideUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.title-line:nth-child(1){animation-delay:.2s}.title-line.accent{background:linear-gradient(135deg,#ff4c4c,#ff9b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation-delay:.4s}.title-line:nth-child(3){animation-delay:.6s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:2rem;animation:fadeIn 1s ease-out .8s forwards;opacity:0}.hero-subtitle strong{color:#ff4c4c}@keyframes fadeIn{to{opacity:1}}.hero-features{display:flex;gap:1.5rem;margin-bottom:2.5rem;animation:fadeIn 1s ease-out 1s forwards;opacity:0}.feature{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#222;font-weight:500}.feature-icon{background:#3bbf7f1a;color:#3bbf7f;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;animation:fadeIn 1s ease-out 1.2s forwards;opacity:0}.cta-btn{padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border:2px solid transparent}.cta-btn.primary{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;box-shadow:0 4px 15px #ff4c4c4d}.cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff4c4c66}.cta-btn.secondary{background:transparent;color:#222;border-color:#222}.cta-btn.secondary:hover{background:#222;color:#fff;transform:translateY(-3px)}.btn-icon{width:20px;height:20px;transition:transform .3s ease}.cta-btn.primary:hover .btn-icon{transform:translate(3px)}.hero-stats{display:flex;gap:2rem;animation:fadeIn 1s ease-out 1.4s forwards;opacity:0}.stat{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#ff4c4c;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#666;font-weight:500}.hero-visual{position:relative;z-index:2}.image-container{position:relative;display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:500px;border-radius:20px;box-shadow:0 20px 40px #0000001a;animation:floatImage 4s ease-in-out infinite;position:relative;z-index:2}@keyframes floatImage{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}.floating-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#222;z-index:3;animation:floatCard 6s ease-in-out infinite}.card-1{top:20%;left:-10%;animation-delay:0s}.card-2{top:50%;right:-5%;animation-delay:2s}.card-3{bottom:20%;left:-5%;animation-delay:4s}@keyframes floatCard{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}.card-icon{font-size:1rem}.image-bg-decoration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:linear-gradient(135deg,#ff4c4c1a,#ff9b000d);border-radius:30px;z-index:1;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media(max-width:968px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-features,.hero-stats,.hero-actions{justify-content:center}.floating-card{display:none}}@media(max-width:768px){.hero{min-height:80vh;padding:4rem 0}.hero-container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features{flex-direction:column;gap:1rem}.hero-actions{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:250px;justify-content:center}.hero-stats{gap:1.5rem}}@media(max-width:480px){.hero-title{font-size:1.75rem}.discount-text{font-size:.8rem;padding:.5rem 1rem}.stat-number{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.floating-circle,.hero-image,.floating-card,.discount-badge,.image-bg-decoration{animation:none}.title-line,.hero-subtitle,.hero-features,.hero-actions,.hero-stats{animation:none;opacity:1;transform:none}.cta-btn:hover{transform:none}}.fb-root{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.fb-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.fb-inner::-webkit-scrollbar{display:none}.fb-item{flex-shrink:0;position:relative}.fb-sort .fb-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;color:#222;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:120px}.fb-sort .fb-btn:hover{border-color:#ff4c4c;background:#ff4c4c05}.fb-sort .fb-btn:active{transform:scale(.98)}.fb-sort .icon{color:#666;flex-shrink:0}.fb-sort .fb-label{font-weight:600;color:#222}.fb-sort .fb-sub{color:#666;font-size:.8rem;margin-left:auto}.fb-sort .chev{color:#666;flex-shrink:0;transition:transform .2s ease}.fb-sort .fb-btn:hover .chev{transform:rotate(180deg)}.fb-category,.fb-subcat{min-width:150px}.fb-label-top{display:block;font-size:.75rem;font-weight:600;color:#666;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.fb-category select,.fb-subcat select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.875rem;background:#fff;color:#222;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px}.fb-category select:hover,.fb-subcat select:hover{border-color:#ff4c4c}.fb-category select:focus,.fb-subcat select:focus{outline:none;border-color:#ff4c4c;box-shadow:0 0 0 3px #ff4c4c1a}.fb-subcat select:disabled{background-color:#0000000a;color:#999;cursor:not-allowed;opacity:.7}.fb-price{min-width:180px}.fb-price-row{display:flex;align-items:center;gap:.5rem}.fb-price input{flex:1;padding:.75rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.875rem;background:#fff;color:#222;transition:all .2s ease;min-width:0}.fb-price input::placeholder{color:#999}.fb-price input:focus{outline:none;border-color:#ff4c4c;box-shadow:0 0 0 3px #ff4c4c1a}.fb-price input:hover{border-color:#ff4c4c66}.fb-price .sep{color:#666;font-weight:600;font-size:.9rem;padding:0 .25rem;flex-shrink:0}.fb-price input[type=number]::-webkit-outer-spin-button,.fb-price input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fb-price input[type=number]{-moz-appearance:textfield}.fb-filter .fb-filter-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;color:#222;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.fb-filter .fb-filter-btn:hover{border-color:#ff4c4c;background:#ff4c4c05}.fb-filter .fb-filter-btn:active{transform:scale(.98)}.fb-filter .icon{color:#666;flex-shrink:0}.fb-filter .fb-label{font-weight:600;color:#222}.fb-filter .chev{color:#666;flex-shrink:0;transition:transform .2s ease}.fb-filter .fb-filter-btn:hover .chev{transform:rotate(180deg)}.fb-reset .reset-small{padding:.75rem 1rem;background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:8px;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.fb-reset .reset-small:hover{background:#ff4c4c14;color:#ff4c4c;border-color:#ff4c4c4d}.fb-reset .reset-small:active{transform:scale(.98)}.fb-sort .fb-btn.active,.fb-filter .fb-filter-btn.active{background:#ff4c4c1a;border-color:#ff4c4c;color:#ff4c4c}.fb-sort .fb-btn.active .icon,.fb-filter .fb-filter-btn.active .icon{color:#ff4c4c}@media(max-width:968px){.fb-inner{padding:0 1rem;gap:.75rem}.fb-sort .fb-btn,.fb-filter .fb-filter-btn,.fb-reset .reset-small{padding:.625rem .75rem;min-width:auto}.fb-category,.fb-subcat{min-width:130px}.fb-price{min-width:160px}.fb-price input{padding:.625rem .5rem}}@media(max-width:768px){.fb-root{padding:.75rem 0;position:relative}.fb-inner{padding:0 1rem;gap:.5rem}.fb-sort .fb-btn,.fb-filter .fb-filter-btn,.fb-reset .reset-small{padding:.5rem .75rem;font-size:.8rem}.fb-sort .fb-btn{min-width:100px}.fb-category,.fb-subcat{min-width:120px}.fb-category select,.fb-subcat select{padding:.5rem 2rem .5rem .75rem;font-size:.8rem;background-position:right .5rem center;background-size:14px}.fb-price{min-width:140px}.fb-price input{padding:.5rem;font-size:.8rem}.fb-label-top{font-size:.7rem}.fb-sort .fb-sub,.fb-sort .chev,.fb-filter .chev{display:none}}@media(max-width:480px){.fb-inner{gap:.375rem}.fb-sort .fb-btn,.fb-filter .fb-filter-btn,.fb-reset .reset-small{padding:.5rem .625rem;font-size:.75rem;gap:.375rem}.fb-sort .fb-btn{min-width:80px}.fb-category,.fb-subcat{min-width:100px}.fb-category select,.fb-subcat select{padding:.5rem 1.75rem .5rem .625rem;font-size:.75rem}.fb-price{min-width:120px}.fb-price input{padding:.5rem .375rem;font-size:.75rem}.fb-price .sep{font-size:.8rem;padding:0 .125rem}.fb-label-top{font-size:.65rem}.fb-sort .icon,.fb-filter .icon{width:16px;height:16px}}@media(max-width:360px){.fb-inner{padding:0 .75rem}.fb-category,.fb-subcat{min-width:90px}.fb-price{min-width:110px}.fb-reset .reset-small{padding:.5rem}.fb-reset .reset-small span{display:none}}@media(prefers-reduced-motion:reduce){.fb-sort .fb-btn,.fb-filter .fb-filter-btn,.fb-reset .reset-small,.fb-category select,.fb-subcat select,.fb-price input,.fb-sort .chev,.fb-filter .chev{transition:none}.fb-sort .fb-btn:active,.fb-filter .fb-filter-btn:active,.fb-reset .reset-small:active{transform:none}}.fb-sort .fb-btn:focus-visible,.fb-filter .fb-filter-btn:focus-visible,.fb-reset .reset-small:focus-visible,.fb-category select:focus-visible,.fb-subcat select:focus-visible,.fb-price input:focus-visible{outline:2px solid #ff4c4c;outline-offset:2px}@media(prefers-contrast:high){.fb-root{border-bottom-width:2px}.fb-sort .fb-btn,.fb-filter .fb-filter-btn,.fb-reset .reset-small,.fb-category select,.fb-subcat select,.fb-price input,.fb-sort .fb-btn:hover,.fb-filter .fb-filter-btn:hover,.fb-reset .reset-small:hover,.fb-category select:hover,.fb-subcat select:hover,.fb-price input:hover{border-width:2px}}@media print{.fb-root{display:none}}.products-section{width:100%;margin-top:12px}.recommended-wrap{margin:12px 0 18px;padding:12px;background:#fffffffa;border-radius:10px;box-shadow:0 6px 20px #0000000a}.recommended-title{font-size:16px;margin:0 0 10px 8px;color:#222;font-weight:700}.recommended-scroller{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;padding-left:8px}.recommended-scroller::-webkit-scrollbar{height:8px}.recommended-scroller::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}.recommended-card{min-width:140px;max-width:160px;background:#fff;border-radius:10px;border:1px solid #f0f0f0;padding:8px;display:flex;flex-direction:column;gap:8px;cursor:pointer;text-align:left;transition:transform .14s ease,box-shadow .14s ease}.recommended-card:hover{transform:translateY(-6px);box-shadow:0 8px 26px #00000014}.rec-image{height:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#fafafa}.rec-image img{width:100%;height:100%;object-fit:cover}.rec-title{font-size:13px;font-weight:600;color:#222;line-height:1.2;height:36px;overflow:hidden}.rec-price{font-weight:800;color:#0b4d2e}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}.product-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 8px 26px #0a0a0a0a;display:flex;flex-direction:column;height:100%;transition:transform .14s ease,box-shadow .14s ease}.product-card:focus,.product-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #0a0a0a14;outline:none}.pc-media{position:relative;background:#fafafa;padding:12px;display:flex;align-items:center;justify-content:center}.pc-image-wrap{width:100%;aspect-ratio:1 / 1;position:relative;border-radius:8px;overflow:hidden}.pc-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.pc-badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#ff4c4c,#ff9b00);color:#fff;padding:6px 8px;border-radius:8px;font-weight:700;font-size:12px;z-index:5}.pc-body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.pc-title{font-size:14px;margin:0;color:#111;min-height:40px;overflow:hidden}.pc-price-row{display:flex;align-items:center;gap:8px}.pc-price{font-weight:800;color:#0b4d2e}.pc-old{text-decoration:line-through;color:#9b9b9b;font-size:13px}.pc-meta{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:13px;margin-top:auto}.stars{color:#f5a623;font-size:13px}.pc-stock.instock{color:#1b8a4b;font-weight:700}.pc-stock.out{color:#b00020;font-weight:700}.pg-empty{padding:32px;text-align:center;color:#666}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.recommended-card{min-width:130px}}@media(max-width:820px){.products-grid{grid-template-columns:repeat(2,1fr)}.recommended-scroller{padding-left:6px;gap:10px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(1,1fr)}.recommended-card{min-width:44%}}:root{--bg: #fffaf5;--card-bg: #ffffff;--muted: #7a6b5f;--accent: #d35400;--accent-2: #f39c12;--shadow: 0 6px 18px rgba(106,90,82,.12);--radius: 12px;--gap: 14px;--text: #2b2b2b;--success: #2ecc71}.rec-wrapper{background:linear-gradient(180deg,var(--bg) 0%,#fff 100%);padding:18px;border-radius:14px;box-shadow:var(--shadow);margin:18px 0;border:1px solid rgba(220,210,200,.6);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.rec-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.rec-header h3{margin:0;font-size:1.05rem;color:var(--text);letter-spacing:.2px;font-weight:600}.rec-controls{display:flex;gap:8px;align-items:center}.rec-arrow{appearance:none;border:none;background:linear-gradient(180deg,#d354001f,#f39c120f);color:var(--accent);width:38px;height:38px;border-radius:10px;display:grid;place-items:center;cursor:pointer;font-weight:700;box-shadow:0 4px 10px #d3540014;transition:transform .14s ease,box-shadow .14s ease}.rec-arrow:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 20px #d354001f}.rec-arrow:active{transform:translateY(0)}.rec-scroller{display:flex;gap:var(--gap);overflow-x:auto;scroll-behavior:smooth;padding-bottom:6px;padding-top:6px;-webkit-overflow-scrolling:touch}.rec-scroller::-webkit-scrollbar{height:8px}.rec-scroller::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6a5a522e,#6a5a521f);border-radius:8px}.rec-scroller{scrollbar-color:rgba(106,90,82,.14) transparent}.rec-item{background:linear-gradient(180deg,var(--card-bg),#fff);min-width:190px;max-width:210px;border-radius:var(--radius);box-shadow:0 10px 22px #261e160f;border:1px solid rgba(234,224,214,.7);display:flex;flex-direction:column;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease;overflow:hidden;flex:0 0 auto}.rec-item:focus,.rec-item:hover{transform:translateY(-6px);box-shadow:0 18px 40px #261e161f;outline:none}.rec-thumb{width:100%;height:140px;background:linear-gradient(180deg,#fffaf7,#fff);display:grid;place-items:center;overflow:hidden;border-bottom:1px solid rgba(240,232,224,.9);padding:8px}.rec-thumb img{max-width:100%;max-height:100%;object-fit:contain;display:block;transform:scale(1);transition:transform .3s ease}.rec-item:hover .rec-thumb img{transform:scale(1.03)}.rec-placeholder{width:86%;height:86%;display:grid;place-items:center;color:var(--muted);font-size:.95rem;background:linear-gradient(180deg,#f39c120f,#d3540008);border-radius:8px;border:1px dashed rgba(186,160,140,.35)}.rec-info{padding:10px;display:flex;flex-direction:column;gap:6px;flex:1}.rec-title{font-size:.95rem;color:var(--text);font-weight:600;line-height:1.1;height:2.2em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rec-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.rec-price{font-weight:700;color:var(--accent);font-size:1rem}.rec-rating{font-size:.9rem;color:#b9772a;background:#f9ebcd99;padding:4px 8px;border-radius:999px;display:inline-block;min-width:40px;text-align:center;box-shadow:inset 0 -2px #00000005}@media(max-width:880px){.rec-item{min-width:170px;max-width:180px}.rec-thumb{height:120px}.rec-header h3{font-size:1rem}}@media(max-width:520px){.rec-wrapper{padding:12px;border-radius:10px}.rec-item{min-width:150px;max-width:160px}.rec-thumb{height:100px}.rec-arrow{width:34px;height:34px;font-size:.9rem;border-radius:8px}}.rec-loading,.rec-error{padding:18px;text-align:center;color:var(--muted);font-size:.98rem;background:linear-gradient(180deg,rgba(243,156,18,.03),transparent);border-radius:10px}.rec-item .rec-badge{position:absolute;left:10px;top:10px;background:var(--accent);color:#fff;font-size:.78rem;padding:4px 8px;border-radius:999px;font-weight:600;box-shadow:0 6px 12px #d354001f}.rec-item:focus-visible{outline:3px solid rgba(243,156,18,.18);outline-offset:3px}.rec-wrapper.compact .rec-item{min-width:140px;max-width:150px}.home-page{min-height:100vh;background:#fff7f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.center{text-align:center;padding:3rem 2rem;color:#666;font-size:1.2rem}.center.error{color:#e33f3f;background:#ff4c4c14;border:1px solid rgba(255,76,76,.15);border-radius:12px;margin:2rem 0}.home-main{padding:2rem 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem 0}@media(max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem 0}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:1rem;padding:1rem 0}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f;border-color:#ff4c4c33}.product-image{width:100%;height:200px;object-fit:cover;background:#0000000a}.product-info{padding:1.5rem}.product-title{color:#222;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.current-price{color:#ff4c4c;font-size:1.25rem;font-weight:700}.original-price{color:#666;font-size:1rem;text-decoration:line-through}.product-category{color:#666;font-size:.9rem;margin-bottom:1rem;padding:.25rem .75rem;background:#ff4c4c14;border-radius:20px;display:inline-block}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.rating-stars{color:#ff9b00;font-weight:600}.rating-value{color:#666;font-size:.9rem}.product-actions{display:flex;gap:.75rem}.btn-primary{flex:1;background:#ff4c4c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block}.btn-primary:hover{background:#e33f3f;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#ff4c4c;border:2px solid #ff4c4c;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block}.btn-secondary:hover{background:#ff4c4c14;transform:translateY(-2px)}.filter-bar{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);margin:2rem 0;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:end}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:150px;flex:1}.filter-group label{color:#222;font-weight:500;font-size:.9rem}.filter-group select,.filter-group input{padding:.75rem 1rem;border:2px solid rgba(0,0,0,.08);border-radius:8px;font-size:1rem;background:#fff;transition:all .3s ease;width:100%;box-sizing:border-box}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#ff4c4c;box-shadow:0 0 0 3px #ff4c4c26}.filter-actions{display:flex;gap:1rem;align-items:center}.btn-clear{background:transparent;color:#666;border:2px solid #666666;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-clear:hover{background:#666;color:#fff}.out-of-stock{opacity:.6;position:relative}.out-of-stock:after{content:"Out of Stock";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ff4c4ce6;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem}.no-products{text-align:center;padding:4rem 2rem;color:#666}.no-products h3{color:#222;margin-bottom:1rem;font-size:1.5rem}@media(prefers-contrast:high){.product-card,.filter-bar{border-width:2px;border-color:#222}.filter-group select,.filter-group input{border-width:3px}}@media(prefers-reduced-motion:reduce){.product-card,.btn-primary,.btn-secondary,.btn-clear{transition:none}.product-card:hover,.btn-primary:hover,.btn-secondary:hover,.btn-clear:hover{transform:none}.center{animation:none}}@media(max-width:768px){.filter-bar{flex-direction:column;align-items:stretch;gap:1rem;padding:1.5rem}.filter-group{min-width:auto}.filter-actions{justify-content:center;margin-top:1rem}.product-actions{flex-direction:column}}@media print{.home-page{background:#fff}.product-card{break-inside:avoid;box-shadow:none;border:1px solid #222222}.btn-primary,.btn-secondary,.btn-clear{display:none}}.view-more-wrap{text-align:center;margin:50px 0;padding:0 15px}.view-more-btn{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;border:none;padding:16px 45px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #ff4c4c4d;position:relative;overflow:hidden;min-width:160px;letter-spacing:.5px}.view-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.view-more-btn:hover:before{left:100%}.view-more-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #ff4c4c66}.view-more-btn:active{transform:translateY(-1px) scale(1.02);transition:all .1s ease}.view-more-btn.loading{pointer-events:none;opacity:.8;padding-right:60px}.view-more-btn.loading:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.view-more-btn.success{background:linear-gradient(135deg,#3bbf7f,#2da566);box-shadow:0 8px 25px #3bbf7f4d}.view-more-btn.success:hover{box-shadow:0 12px 35px #3bbf7f66}.view-more-btn:disabled{background:#666;cursor:not-allowed;transform:none;box-shadow:0 4px 15px #0000001a}.view-more-btn:disabled:hover{transform:none;box-shadow:0 4px 15px #0000001a}.view-more-btn:disabled:before{display:none}.view-more-btn.pulse{animation:buttonPulse 2s infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}@keyframes buttonPulse{0%{box-shadow:0 8px 25px #ff4c4c4d}50%{box-shadow:0 8px 30px #ff4c4c99}to{box-shadow:0 8px 25px #ff4c4c4d}}@media(max-width:768px){.view-more-wrap{margin:40px 0}.view-more-btn{padding:14px 35px;font-size:1rem;min-width:140px}.view-more-btn.loading{padding-right:50px}}@media(max-width:480px){.view-more-wrap{margin:30px 0}.view-more-btn{padding:12px 30px;font-size:.95rem;min-width:130px;width:100%;max-width:280px}.view-more-btn.loading{padding-right:45px}.view-more-btn.loading:after{width:14px;height:14px;right:15px}}@media(prefers-reduced-motion:reduce){.view-more-btn{transition:none}.view-more-btn:before{display:none}.view-more-btn:hover{transform:none}.view-more-btn.loading:after{animation-duration:2s}}@media(prefers-contrast:high){.view-more-btn{border:2px solid currentColor}.view-more-btn:hover{border-color:#222}}:root{--bg: #fff7f6;--card: #ffffff;--accent: #ff4c4c;--accent-dark: #e33f3f;--muted: #666666;--success: #3bbf7f;--shadow: 0 6px 24px rgba(0,0,0,.08);--radius: 12px;--max-width: 1200px;--gap: 1.25rem;--container-pad: 1.5rem;--font-sans: "Inter", "Segoe UI", Roboto, -apple-system, system-ui, sans-serif;box-sizing:border-box}.ezy-pd-root{font-family:var(--font-sans);color:#222}.ezy-pd-root .pd-page{max-width:var(--max-width);margin:0 auto;padding:2rem var(--container-pad);background:var(--bg);min-height:100vh}.ezy-pd-root .pd-wrapper{display:grid;grid-template-columns:340px 1fr;gap:2rem;background:var(--card);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);align-items:start}.ezy-pd-root .pd-left{display:flex;gap:1rem;flex-direction:column;align-items:center}.ezy-pd-root .pd-main-image{width:100%;height:420px;border-radius:10px;overflow:hidden;background:#fafafa;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0000000a}.ezy-pd-root .pd-main-image img{width:100%;height:100%;object-fit:contain;display:block}.ezy-pd-root .pd-noimg{color:var(--muted);font-size:1rem}.ezy-pd-root .pd-thumbs{display:flex;flex-direction:column;gap:.6rem;align-items:center;width:100%;max-width:84px}.ezy-pd-root .pd-thumb{width:68px;height:68px;border-radius:8px;overflow:hidden;border:2px solid transparent;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:3px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:0 2px 8px #0000000a}.ezy-pd-root .pd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ezy-pd-root .pd-thumb:hover{transform:translateY(-3px);border-color:#ff4c4ce6}.ezy-pd-root .pd-thumb.active{border-color:var(--accent);box-shadow:0 8px 20px #ff4c4c1f}.ezy-pd-root .pd-right{display:flex;flex-direction:column;gap:1rem;min-width:0}.ezy-pd-root .pd-title{font-size:1.9rem;font-weight:700;line-height:1.25;margin:0;word-break:break-word}.ezy-pd-root .pd-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ezy-pd-root .pd-stars{color:#ff9b00;font-size:1.05rem;letter-spacing:.5px}.ezy-pd-root .pd-rating-text{color:var(--muted);font-size:.95rem}.ezy-pd-root .pd-price-section{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.ezy-pd-root .pd-price-current{font-size:2rem;font-weight:800;color:#111}.ezy-pd-root .pd-price-original{color:var(--muted);text-decoration:line-through;font-size:1rem}.ezy-pd-root .pd-discount{background:var(--accent);color:#fff;padding:.25rem .6rem;border-radius:999px;font-weight:700;font-size:.92rem;box-shadow:0 6px 18px #ff4c4c1f}.ezy-pd-root .pd-quantity{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.ezy-pd-root .pd-quantity label{font-weight:600;color:#222}.ezy-pd-root .pd-qty-controls{display:flex;align-items:center;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.ezy-pd-root .pd-qty-controls button{width:44px;height:44px;border:none;background:#fafafa;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.ezy-pd-root .pd-qty-controls span{width:58px;text-align:center;font-weight:600}.ezy-pd-root .pd-actions{display:flex;gap:1rem;align-items:center;margin-top:.75rem;flex-wrap:wrap}.ezy-pd-root .pd-buy-now{flex:1 1 60%;background:var(--accent);color:#fff;padding:14px 18px;border:none;border-radius:10px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.ezy-pd-root .pd-buy-now:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #ff4c4c29;background:var(--accent-dark)}.ezy-pd-root .pd-buy-now:disabled{background:#d0d0d0;cursor:not-allowed}.ezy-pd-root .pd-wishlist{background:transparent;border:1.8px solid #222;color:#222;padding:12px 16px;border-radius:10px;font-weight:700;cursor:pointer}.ezy-pd-root .pd-descriptions{margin-top:1rem}.ezy-pd-root .pd-descriptions h3{font-size:1.25rem;margin:0 0 .8rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,76,76,.12)}.ezy-pd-root .pd-no-description{color:var(--muted);font-style:italic}.ezy-pd-root .pd-description-item{background:#fafafa;padding:1rem;border-radius:8px;border-left:4px solid var(--accent);margin-bottom:.9rem}.ezy-pd-root .pd-desc-image{max-width:100%;height:auto;border-radius:8px;margin-bottom:.6rem}.ezy-pd-root .pd-desc-text{color:#222;line-height:1.6;white-space:pre-wrap;margin:0}.ezy-pd-root .pd-specifications{margin-top:1rem}.ezy-pd-root .pd-specs-list{display:flex;flex-direction:column;gap:.6rem}.ezy-pd-root .pd-spec-item{display:flex;justify-content:space-between;gap:1rem;background:#fafafa;padding:.75rem;border-radius:8px;border-left:3px solid var(--success)}.ezy-pd-root .pd-spec-name{font-weight:600;color:#222;min-width:120px}.ezy-pd-root .pd-spec-value{color:var(--muted);text-align:right;flex:1}.ezy-pd-root .pd-related-section{margin-top:1.5rem;background:var(--card);padding:1.25rem;border-radius:var(--radius);box-shadow:var(--shadow)}.ezy-pd-root .pd-related-section h2{text-align:center;margin:0 0 1rem;font-size:1.2rem}.ezy-pd-root .pd-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.ezy-pd-root .pd-related-card{border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.06);cursor:pointer;background:#fff;transition:transform .15s ease,box-shadow .15s ease}.ezy-pd-root .pd-related-card:hover{transform:translateY(-6px);box-shadow:0 12px 34px #00000014;border-color:#ff4c4c14}.ezy-pd-root .pd-related-image{height:150px;display:flex;align-items:center;justify-content:center;background:#fafafa}.ezy-pd-root .pd-related-image img{width:100%;height:100%;object-fit:contain;padding:10px}.ezy-pd-root .pd-related-info{padding:.8rem}.ezy-pd-root .pd-related-price{color:var(--accent);font-weight:800;margin-top:.3rem}.ezy-pd-root .pd-related-rating{color:#ff9b00;font-size:.95rem}@media(max-width:1024px){.ezy-pd-root .pd-main-image{height:380px}.ezy-pd-root .pd-wrapper{grid-template-columns:300px 1fr;gap:1.25rem;padding:1.25rem}}@media(max-width:880px){.ezy-pd-root .pd-wrapper{grid-template-columns:1fr;padding:1rem;gap:1rem}.ezy-pd-root .pd-left{flex-direction:column;align-items:stretch}.ezy-pd-root .pd-thumbs{flex-direction:row;max-width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.25rem}.ezy-pd-root .pd-thumbs::-webkit-scrollbar{height:8px}.ezy-pd-root .pd-thumb{width:64px;height:64px;flex:0 0 auto}.ezy-pd-root .pd-main-image{height:360px}.ezy-pd-root .pd-buy-now{min-width:0;width:100%}}@media(max-width:600px){.ezy-pd-root .pd-main-image{height:260px}.ezy-pd-root .pd-title{font-size:1.2rem}.ezy-pd-root .pd-price-current{font-size:1.4rem}.ezy-pd-root .pd-qty-controls button{width:40px;height:40px}.ezy-pd-root .pd-qty-controls span{width:46px}.ezy-pd-root .pd-related-image{height:120px}.ezy-pd-root .pd-thumbs{gap:.5rem}}.ezy-pd-root .pd-share-container{position:relative;display:inline-block}.ezy-pd-root .pd-share-btn{background:transparent;border:1.8px solid #222;color:#222;padding:12px 20px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;min-width:120px;justify-content:center}.ezy-pd-root .pd-share-btn:hover{background:#222;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ezy-pd-root .share-icon{font-size:1.1rem}.ezy-pd-root .pd-share-options{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:12px;padding:12px;box-shadow:0 8px 25px #00000026;z-index:1000;min-width:180px;margin-top:8px;animation:shareOptionsFadeIn .2s ease-out}@keyframes shareOptionsFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ezy-pd-root .share-option{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:8px;margin-bottom:6px;font-weight:600;transition:all .2s ease;font-size:.95rem;color:#333}.ezy-pd-root .share-option:last-child{margin-bottom:0}.ezy-pd-root .share-option:hover{background:#f8f9fa;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.ezy-pd-root .share-option.whatsapp:hover{background:#25d366;color:#fff}.ezy-pd-root .share-option.facebook:hover{background:#1877f2;color:#fff}.ezy-pd-root .share-option.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.ezy-pd-root .share-option.copy:hover{background:#666;color:#fff}.ezy-pd-root .share-platform-icon{font-size:1.2rem;width:20px;text-align:center}.ezy-pd-root .share-overlay{position:fixed;inset:0;z-index:999}@media(max-width:600px){.ezy-pd-root .pd-actions{flex-direction:column;gap:.75rem}.ezy-pd-root .pd-share-container{width:100%}.ezy-pd-root .pd-share-btn{width:100%;justify-content:center}.ezy-pd-root .pd-share-options{right:auto;left:0;width:100%}}.ezy-pd-root .pd-loading,.ezy-pd-root .pd-error,.ezy-pd-root .pd-related-loading,.ezy-pd-root .pd-no-related{text-align:center;padding:2rem;font-size:1.1rem;color:#666}.ezy-pd-root .pd-error{color:#ff4c4c;background:#ff4c4c0d;border-radius:8px}.checkout-page{min-height:100vh;background:#fff7f6;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#222}.checkout-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}.checkout-form{background:#fff;padding:40px;border-radius:20px;box-shadow:0 8px 32px #00000014}.checkout-form h2{font-size:1.5rem;font-weight:700;color:#222;margin:32px 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(0,0,0,.06)}.checkout-form h2:first-child{margin-top:0}.field{display:block;margin-bottom:20px}.field span{display:block;font-weight:600;color:#222;margin-bottom:8px;font-size:.95rem}.field input,.field select{width:100%;padding:14px 16px;border:2px solid rgba(0,0,0,.08);border-radius:12px;font-size:1rem;background:#fff;color:#222;transition:all .3s ease;box-sizing:border-box}.field input:focus,.field select:focus{outline:none;border-color:#ff4c4c;box-shadow:0 0 0 3px #ff4c4c26}.field input::placeholder{color:#666}.name-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.city-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.field.small{margin-bottom:0}.payment-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.radio{display:flex;align-items:center;padding:16px;border:2px solid rgba(0,0,0,.08);border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff}.radio:hover{border-color:#ff4c4c;background:#ff4c4c0d}.radio.active{border-color:#ff4c4c;background:#ff4c4c1a}.radio.disabled{opacity:.6;cursor:not-allowed}.radio.disabled:hover{border-color:#00000014;background:#fff}.radio input{margin-right:12px;transform:scale(1.2)}.radio div{flex:1}.radio strong{color:#222;font-weight:600}.form-error{background:#ff4c4c26;color:#e33f3f;padding:14px 16px;border-radius:12px;margin:20px 0;border:1px solid rgba(227,63,63,.3);font-weight:500;display:flex;align-items:center;gap:8px}.form-error:before{content:"⚠";font-size:1.1rem}.complete-btn{width:100%;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;border:none;padding:18px 24px;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.complete-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ff4c4c66}.complete-btn:active:not(:disabled){transform:translateY(0)}.complete-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;background:#666}.checkout-summary{position:sticky;top:20px}.summary-box{background:#fff;padding:30px;border-radius:20px;box-shadow:0 8px 32px #00000014}.summary-box h3{font-size:1.5rem;font-weight:700;color:#222;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid rgba(0,0,0,.06)}.summary-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06)}.summary-item:last-child{border-bottom:none}.summary-item img{width:60px;height:60px;object-fit:cover;border-radius:8px;background:#0000000a}.si-info{flex:1;min-width:0}.si-title{font-weight:600;color:#222;margin-bottom:4px;font-size:.95rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.si-qty{color:#666;font-size:.85rem}.si-price{font-weight:700;color:#222;font-size:1rem;white-space:nowrap}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.summary-row:last-child{border-bottom:none}.summary-row span:first-child{color:#666}.summary-row span:last-child{font-weight:600;color:#222}.summary-row.total{font-size:1.2rem;font-weight:700;padding-top:16px;border-top:2px solid rgba(0,0,0,.06);margin-top:8px}.summary-row.total span:last-child{color:#ff4c4c;font-size:1.3rem}@media(max-width:1024px){.checkout-wrapper{grid-template-columns:1fr 350px;gap:30px}.checkout-form{padding:32px}.summary-box{padding:24px}}@media(max-width:768px){.checkout-page{padding:16px}.checkout-wrapper{grid-template-columns:1fr;gap:24px}.checkout-summary{position:static;order:-1}.checkout-form{padding:24px;border-radius:16px}.summary-box{border-radius:16px}.name-row,.city-row{grid-template-columns:1fr;gap:0}.field.small{margin-bottom:20px}}@media(max-width:480px){.checkout-page{padding:12px}.checkout-form,.summary-box{padding:20px;border-radius:12px}.checkout-form h2{font-size:1.3rem;margin:24px 0 16px}.summary-box h3{font-size:1.3rem}.field input,.field select{padding:12px 14px;font-size:16px}.complete-btn{padding:16px 20px;font-size:1rem}.summary-item{padding:12px 0}.summary-item img{width:50px;height:50px}}@media(max-width:320px){.checkout-form,.summary-box{padding:16px}.checkout-form h2,.summary-box h3{font-size:1.2rem}.complete-btn{padding:14px 16px;font-size:.95rem}}@media(prefers-contrast:high){.checkout-form,.summary-box{border:2px solid #222222}.field input,.field select,.radio{border-width:2px}}@media(prefers-reduced-motion:reduce){.field input,.field select,.radio,.complete-btn{transition:none}.complete-btn:hover:not(:disabled){transform:none}}@media(max-height:600px)and (orientation:landscape){.checkout-page{padding-top:20px;padding-bottom:20px}.checkout-form{max-height:90vh;overflow-y:auto}}@media(max-width:280px){.checkout-form,.summary-box{padding:12px}.checkout-form h2,.summary-box h3{font-size:1.1rem}.field input,.field select{padding:10px 12px;font-size:14px}.complete-btn{padding:12px 14px;font-size:.9rem}.summary-item img{width:45px;height:45px}}.complete-btn:disabled{position:relative}.complete-btn:disabled:after{content:"";width:18px;height:18px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-left:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.field input:focus-visible,.field select:focus-visible,.radio input:focus-visible,.complete-btn:focus-visible{outline:2px solid #ff4c4c;outline-offset:2px}.checkout-page{min-height:100vh;background:#fff7f6;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;display:flex;align-items:center;justify-content:center}.center{text-align:center;color:#666;font-size:1.2rem;padding:3rem 2rem}.thankyou-box{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(0,0,0,.04);text-align:center;max-width:500px;width:100%;margin:0 auto;position:relative;overflow:hidden}.thankyou-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff4c4c,#e33f3f)}.thankyou-box h2{color:#222;font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff4c4c,#e33f3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.thankyou-box>p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.thankyou-box strong{color:#222;font-weight:600}.order-summary-brief{background:#ff4c4c14;border:1px solid rgba(255,76,76,.15);border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.order-summary-brief p{margin:.75rem 0;color:#666;font-size:1rem;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,76,76,.1)}.order-summary-brief p:last-child{border-bottom:none;margin-bottom:0}.order-summary-brief strong{color:#222;min-width:80px;margin-right:1rem}.thankyou-box a{color:#ff4c4c;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:2px solid transparent;padding-bottom:2px}.thankyou-box a:hover{color:#e33f3f;border-bottom-color:#ff4c4c}@keyframes celebrate{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.thankyou-box{animation:celebrate .6s ease-out}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.center{animation:pulse 2s ease-in-out infinite}@media(max-width:767px){.checkout-page{padding:1rem .5rem;align-items:flex-start}.thankyou-box{padding:2rem 1.5rem;margin:1rem 0;border-radius:12px}.thankyou-box h2{font-size:2rem}.thankyou-box>p{font-size:1rem}.order-summary-brief{padding:1.5rem;margin:1.5rem 0}.order-summary-brief p{flex-direction:column;align-items:flex-start;gap:.25rem}.order-summary-brief strong{margin-right:0}}@media(min-width:768px)and (max-width:1023px){.thankyou-box{max-width:450px;padding:2.5rem 2rem}}@media(prefers-contrast:high){.thankyou-box{border-width:3px;border-color:#222}.order-summary-brief{border-width:2px;border-color:#ff4c4c}.thankyou-box a{border-bottom-width:3px}}@media(prefers-reduced-motion:reduce){.thankyou-box,.center{animation:none}.thankyou-box a{transition:none}}@media print{.checkout-page{background:#fff;padding:0}.thankyou-box{box-shadow:none;border:2px solid #222222}.thankyou-box a{color:#222;text-decoration:underline}}.footer{background:linear-gradient(135deg,#fff,#f8f9fa);color:#333;padding:50px 0 0;margin-top:auto;position:relative;overflow:hidden;border-top:3px solid #ff4c4c;box-shadow:0 -5px 30px #00000014}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:start}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer-logo{width:60px;height:60px;object-fit:contain;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.1)}.footer-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#ff4c4c,#e33f3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.footer-description{font-size:1rem;line-height:1.6;color:#666;margin:0;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:20px;color:#222;position:relative;padding-bottom:10px}.footer-section h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#ff4c4c,#e33f3f);border-radius:2px}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-section li{margin:0}.footer-section a{color:#666;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block;position:relative;padding:4px 0}.footer-section a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#ff4c4c;transition:width .3s ease}.footer-section a:hover{color:#ff4c4c;transform:translate(5px)}.footer-section a:hover:before{width:100%}.footer-section a[href^="mailto:"],.footer-section a[href^="tel:"]{color:#ff4c4c;font-weight:500}.footer-section a[href^="mailto:"]:hover,.footer-section a[href^="tel:"]:hover{color:#e33f3f}.footer-bottom{border-top:1px solid #e0e0e0;margin-top:50px;padding:25px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;background:#fffc}.footer-bottom p{margin:0;color:#666;font-size:.9rem}.footer-author{color:#ff4c4c;font-weight:600;text-decoration:none;transition:color .3s ease}.footer-author:hover{color:#e33f3f}@media(max-width:968px){.footer-container{grid-template-columns:1fr;gap:40px;text-align:center}.footer-left{align-items:center;text-align:center}.footer-description{max-width:400px}.footer-links{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.footer{padding:40px 0 0}.footer-container{padding:0 15px;gap:30px}.footer-links{grid-template-columns:1fr;gap:30px}.footer-section{text-align:center}.footer-section h3:after{left:50%;transform:translate(-50%)}.footer-bottom{flex-direction:column;text-align:center;padding:20px 15px;gap:10px}.footer-title{font-size:1.8rem}}@media(max-width:480px){.footer{padding:30px 0 0}.footer-container{gap:25px}.footer-logo{width:50px;height:50px}.footer-title{font-size:1.6rem}.footer-description{font-size:.9rem}.footer-section h3{font-size:1.1rem;margin-bottom:15px}.footer-section a{font-size:.9rem}.footer-bottom p{font-size:.85rem}}@keyframes footerSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{animation:footerSlideUp .6s ease-out}.footer-section{transition:transform .3s ease}.footer-section:hover{transform:translateY(-5px)}.footer-social{display:flex;gap:15px;margin-top:20px}.social-icon{width:40px;height:40px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#666;text-decoration:none;transition:all .3s ease;border:1px solid #e0e0e0;font-size:1.1rem}.social-icon:hover{background:#ff4c4c;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #ff4c4c4d;border-color:#ff4c4c}.footer-newsletter{margin-top:20px}.newsletter-form{display:flex;gap:10px;flex-wrap:wrap}.newsletter-input{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px 15px;color:#333;font-size:.9rem;width:100%;max-width:250px;transition:all .3s ease}.newsletter-input:focus{outline:none;border-color:#ff4c4c;box-shadow:0 0 0 3px #ff4c4c1a}.newsletter-input::placeholder{color:#999}.newsletter-button{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;border:none;border-radius:8px;padding:12px 20px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff4c4c66}.footer:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#ff4c4c,transparent)}.footer-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.footer-section:hover{box-shadow:0 5px 20px #0000001a;transform:translateY(-5px)}.about-page-main{min-height:100vh;background:linear-gradient(135deg,#fff7f6,#fff,#f8f9fa)}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-hero-section{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.about-hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover}.about-hero-content{position:relative;z-index:2}.about-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.about-hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.9;font-weight:300}.about-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:800px;margin:0 auto}.about-stat-item{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2)}.about-stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.about-stat-label{font-size:.9rem;opacity:.9}.about-story-section{padding:80px 0;background:#fff}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story-content h2{font-size:2.5rem;color:#222;margin-bottom:2rem;font-weight:700}.about-story-text{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.about-story-text strong{color:#ff4c4c;font-weight:600}.about-story-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.about-feature{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:#333}.about-feature-icon{font-size:1.5rem}.about-story-image{display:flex;justify-content:center;align-items:center}.about-image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#ff4c4c,#e33f3f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600;box-shadow:0 20px 40px #ff4c4c33}.about-mission-section{padding:80px 0;background:#f8f9fa}.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about-mission-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #00000014;border-left:5px solid #ff4c4c;transition:transform .3s ease,box-shadow .3s ease}.about-mission-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.about-mission-card h3{font-size:1.8rem;color:#222;margin-bottom:1.5rem;font-weight:600}.about-mission-card p{font-size:1.1rem;line-height:1.7;color:#666}.about-values-section{padding:80px 0;background:#fff}.about-section-title{font-size:2.5rem;text-align:center;color:#222;margin-bottom:3rem;font-weight:700}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about-value-card{background:#f8f9fa;padding:2.5rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}.about-value-card:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.about-value-icon{font-size:3rem;margin-bottom:1.5rem}.about-value-card h3{font-size:1.5rem;color:#222;margin-bottom:1rem;font-weight:600}.about-value-card p{color:#666;line-height:1.6}.about-team-section{padding:80px 0;background:#f8f9fa}.about-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-team-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.about-team-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.about-member-image{height:200px;background:linear-gradient(135deg,#ff4c4c,#e33f3f);display:flex;align-items:center;justify-content:center}.about-member-image .about-image-placeholder{width:100px;height:100px;background:#fff3;border-radius:50%;font-size:2.5rem}.about-member-info{padding:2rem}.about-member-info h3{font-size:1.4rem;color:#222;margin-bottom:.5rem;font-weight:600}.about-member-role{color:#ff4c4c;font-weight:600;margin-bottom:1rem;font-size:1rem}.about-member-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.about-member-expertise{display:flex;flex-wrap:wrap;gap:.5rem}.about-expertise-tag{background:#ff4c4c;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.about-products-section{padding:80px 0;background:#fff}.about-products-content{text-align:center;max-width:800px;margin:0 auto}.about-products-content h2{font-size:2.5rem;color:#222;margin-bottom:2rem;font-weight:700}.about-products-content p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:3rem}.about-product-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem}.about-category{background:#f8f9fa;padding:1.5rem;border-radius:10px;font-weight:600;color:#333;transition:all .3s ease}.about-category:hover{background:#ff4c4c;color:#fff;transform:scale(1.05)}.about-cta-section{padding:80px 0;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;text-align:center}.about-cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.about-cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta-button{display:inline-block;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.about-cta-button.about-primary{background:#fff;color:#ff4c4c}.about-cta-button.about-primary:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-3px)}.about-cta-button.about-secondary{background:transparent;color:#fff;border-color:#fff}.about-cta-button.about-secondary:hover{background:#fff;color:#ff4c4c;transform:translateY(-3px)}@media(max-width:968px){.about-hero-stats,.about-story-grid,.about-mission-grid,.about-values-grid,.about-team-grid,.about-product-categories{grid-template-columns:1fr}.about-hero-title{font-size:2.5rem}.about-section-title{font-size:2rem}}@media(max-width:768px){.about-hero-section,.about-story-section,.about-mission-section,.about-values-section,.about-team-section,.about-products-section,.about-cta-section{padding:60px 0}.about-container{padding:0 15px}.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1.1rem}.about-stat-number{font-size:2rem}.about-cta-buttons{flex-direction:column;align-items:center}.about-cta-button{width:100%;max-width:300px;text-align:center}}@media(max-width:480px){.about-hero-title{font-size:1.8rem}.about-mission-card,.about-value-card{padding:2rem}.about-story-content h2,.about-section-title{font-size:1.8rem}}.contact-page-main{min-height:100vh;background:linear-gradient(135deg,#fff7f6,#fff,#f8f9fa)}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-hero-section{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.contact-hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover}.contact-hero-content{position:relative;z-index:2}.contact-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.contact-hero-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.contact-info-section{padding:80px 0;background:#fff}.contact-section-title{font-size:2.5rem;text-align:center;color:#222;margin-bottom:3rem;font-weight:700}.contact-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.contact-info-card{background:#f8f9fa;padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent}.contact-info-card:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.contact-info-icon{font-size:3rem;margin-bottom:1.5rem}.contact-info-title{font-size:1.5rem;color:#222;margin-bottom:1rem;font-weight:600}.contact-info-details{font-size:1.2rem;color:#ff4c4c;font-weight:600;margin-bottom:1rem;line-height:1.4}.contact-info-description{color:#666;line-height:1.6}.contact-location-section{padding:80px 0;background:#f8f9fa}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.location-content h2{font-size:2.5rem;color:#222;margin-bottom:2rem;font-weight:700}.location-address{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:10px;border-left:4px solid #ff4c4c}.location-address strong{color:#222;font-size:1.3rem}.location-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.location-feature{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#fff;border-radius:8px;font-weight:500;color:#333}.feature-icon{font-size:1.2rem}.location-map{display:flex;justify-content:center;align-items:center}.map-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#ff4c4c,#e33f3f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 40px #ff4c4c33}.map-content{text-align:center}.map-icon{font-size:4rem;margin-bottom:1rem}.map-content h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.map-content p{margin-bottom:.3rem;opacity:.9}.map-actions{margin-top:1.5rem}.map-button{display:inline-block;background:#fff;color:#ff4c4c;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}.map-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ffffff4d}.contact-faq-section{padding:80px 0;background:#fff}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-card{background:#f8f9fa;padding:2rem;border-radius:15px;transition:all .3s ease;border-left:4px solid #ff4c4c}.faq-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.faq-question{font-size:1.2rem;color:#222;margin-bottom:1rem;font-weight:600}.faq-answer{color:#666;line-height:1.6}.contact-cta-section{padding:80px 0;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-highlights{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.cta-highlight{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-action-button{display:inline-flex;align-items:center;gap:.5rem;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.contact-action-button.primary{background:#fff;color:#ff4c4c}.contact-action-button.primary:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-3px)}.contact-action-button.secondary{background:transparent;color:#fff;border-color:#fff}.contact-action-button.secondary:hover{background:#fff;color:#ff4c4c;transform:translateY(-3px)}@media(max-width:968px){.contact-info-grid,.location-grid,.faq-grid{grid-template-columns:1fr}.contact-hero-title{font-size:2.5rem}.contact-section-title{font-size:2rem}.location-features{grid-template-columns:1fr}.cta-highlights{flex-direction:column;align-items:center}}@media(max-width:768px){.contact-hero-section,.contact-info-section,.contact-location-section,.contact-faq-section,.contact-cta-section{padding:60px 0}.contact-container{padding:0 15px}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1.1rem}.contact-actions{flex-direction:column;align-items:center}.contact-action-button{width:100%;max-width:300px;text-align:center;justify-content:center}}@media(max-width:480px){.contact-hero-title{font-size:1.8rem}.contact-info-card,.faq-card{padding:1.5rem}.location-content h2,.contact-section-title{font-size:1.8rem}.contact-info-details{font-size:1.1rem}}.terms-page-main{min-height:100vh;background:linear-gradient(135deg,#fff7f6,#fff,#f8f9fa)}.terms-container{max-width:1000px;margin:0 auto;padding:0 20px}.terms-hero-section{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.terms-hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover}.terms-hero-content{position:relative;z-index:2}.terms-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.terms-hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;font-weight:300}.terms-update-info{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:25px;display:inline-flex;align-items:center;gap:1rem;border:1px solid rgba(255,255,255,.2)}.update-label{font-weight:600;opacity:.9}.update-date{font-weight:700;background:#fff;color:#ff4c4c;padding:.3rem 1rem;border-radius:15px}.terms-content-section{padding:80px 0;background:#fff}.terms-content-wrapper{max-width:800px;margin:0 auto}.terms-intro{background:#f8f9fa;padding:2rem;border-radius:15px;margin-bottom:3rem;border-left:4px solid #ff4c4c}.terms-intro p{font-size:1.1rem;line-height:1.7;color:#666;margin:0}.terms-sections{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.terms-section{background:#f8f9fa;padding:2.5rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.terms-section:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.terms-section-title{font-size:1.5rem;color:#222;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:1rem}.terms-section-title:before{content:"";width:4px;height:25px;background:#ff4c4c;border-radius:2px}.terms-section-content{color:#666;line-height:1.7}.terms-section-content p{margin-bottom:1rem}.terms-section-content p:last-child{margin-bottom:0}.terms-summary{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:3rem;border-radius:20px;margin-bottom:3rem}.terms-summary h3{font-size:1.8rem;margin-bottom:2rem;text-align:center;font-weight:600}.summary-points{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.summary-point{display:flex;align-items:center;gap:1rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.point-icon{font-size:1.3rem}.terms-acknowledgement{background:#f8f9fa;padding:2rem;border-radius:15px;text-align:center;border:2px dashed #ff4c4c}.terms-acknowledgement p{margin:0;font-size:1.1rem;line-height:1.6;color:#333}.terms-contact-section{padding:80px 0;background:#f8f9fa}.terms-contact-content{text-align:center;max-width:800px;margin:0 auto}.terms-contact-content h2{font-size:2.5rem;color:#222;margin-bottom:1rem;font-weight:700}.terms-contact-content p{font-size:1.2rem;color:#666;margin-bottom:3rem}.contact-options{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-option{background:#fff;padding:2rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.contact-option:hover{border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.contact-icon{font-size:3rem;margin-bottom:1rem;display:block}.contact-info h4{font-size:1.3rem;color:#222;margin-bottom:.5rem;font-weight:600}.contact-info p{color:#ff4c4c;font-weight:600;margin:0;font-size:1.1rem}@media(max-width:968px){.summary-points,.contact-options{grid-template-columns:1fr}.terms-hero-title{font-size:2.5rem}}@media(max-width:768px){.terms-hero-section,.terms-content-section,.terms-contact-section{padding:60px 0}.terms-container{padding:0 15px}.terms-hero-title{font-size:2rem}.terms-hero-subtitle{font-size:1.1rem}.terms-section,.terms-summary{padding:2rem}}@media(max-width:480px){.terms-hero-title{font-size:1.8rem}.terms-section-title{font-size:1.3rem}.terms-update-info{flex-direction:column;gap:.5rem;text-align:center}.terms-intro,.terms-section,.contact-option{padding:1.5rem}}.privacy-page-main{min-height:100vh;background:linear-gradient(135deg,#fff7f6,#fff,#f8f9fa)}.privacy-container{max-width:1000px;margin:0 auto;padding:0 20px}.privacy-hero-section{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.privacy-hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover}.privacy-hero-content{position:relative;z-index:2}.privacy-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.privacy-hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;font-weight:300}.privacy-update-info{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:25px;display:inline-flex;align-items:center;gap:1rem;border:1px solid rgba(255,255,255,.2)}.privacy-update-label{font-weight:600;opacity:.9}.privacy-update-date{font-weight:700;background:#fff;color:#ff4c4c;padding:.3rem 1rem;border-radius:15px}.privacy-practices-section{padding:80px 0;background:#fff}.privacy-section-title{font-size:2.5rem;text-align:center;color:#222;margin-bottom:3rem;font-weight:700}.privacy-practices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.privacy-practice-card{background:#f8f9fa;padding:2.5rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}.privacy-practice-card:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.privacy-practice-icon{font-size:3rem;margin-bottom:1.5rem}.privacy-practice-title{font-size:1.4rem;color:#222;margin-bottom:1rem;font-weight:600}.privacy-practice-description{color:#666;line-height:1.6;margin:0}.privacy-content-section{padding:80px 0;background:#f8f9fa}.privacy-content-wrapper{max-width:800px;margin:0 auto}.privacy-intro{background:#fff;padding:2.5rem;border-radius:15px;margin-bottom:3rem;border-left:4px solid #ff4c4c;box-shadow:0 5px 15px #00000014}.privacy-intro p{font-size:1.1rem;line-height:1.7;color:#666;margin:0}.privacy-sections{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.privacy-section{background:#fff;padding:2.5rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent;box-shadow:0 5px 15px #00000014}.privacy-section:hover{border-color:#ff4c4c;transform:translateY(-2px);box-shadow:0 10px 25px #0000001f}.privacy-section-title{font-size:1.5rem;color:#222;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:1rem;text-align:left}.privacy-section-title:before{content:"";width:4px;height:25px;background:#ff4c4c;border-radius:2px}.privacy-section-content{color:#666;line-height:1.7}.privacy-section-content p{margin-bottom:1rem}.privacy-section-content p:last-child{margin-bottom:0}.privacy-summary{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:3rem;border-radius:20px;margin-bottom:3rem}.privacy-summary h3{font-size:1.8rem;margin-bottom:2rem;text-align:center;font-weight:600}.privacy-commitments{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.privacy-commitment{display:flex;align-items:flex-start;gap:1rem;background:#ffffff26;padding:1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.commitment-icon{font-size:1.5rem;margin-top:.2rem}.commitment-content h4{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.commitment-content p{margin:0;opacity:.9;font-size:.95rem;line-height:1.5}.privacy-consent{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;border:2px dashed #ff4c4c;box-shadow:0 5px 15px #00000014}.privacy-consent-content h3{font-size:1.5rem;color:#222;margin-bottom:1rem;font-weight:600}.privacy-consent-content p{color:#666;line-height:1.6;margin:0;font-size:1.1rem}.privacy-contact-section{padding:80px 0;background:#fff}.privacy-contact-content{text-align:center;max-width:800px;margin:0 auto}.privacy-contact-content h2{font-size:2.5rem;color:#222;margin-bottom:1rem;font-weight:700}.privacy-contact-content p{font-size:1.2rem;color:#666;margin-bottom:3rem}.privacy-contact-options{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.privacy-contact-option{background:#f8f9fa;padding:2.5rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.privacy-contact-option:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.privacy-contact-icon{font-size:3rem;margin-bottom:1rem;display:block}.privacy-contact-info h4{font-size:1.3rem;color:#222;margin-bottom:.5rem;font-weight:600}.privacy-contact-info p{color:#ff4c4c;font-weight:600;margin:0 0 .5rem;font-size:1.1rem}.privacy-contact-note{font-size:.9rem;color:#666;font-weight:400;font-style:italic}@media(max-width:968px){.privacy-practices-grid,.privacy-commitments,.privacy-contact-options{grid-template-columns:1fr}.privacy-hero-title{font-size:2.5rem}}@media(max-width:768px){.privacy-hero-section,.privacy-practices-section,.privacy-content-section,.privacy-contact-section{padding:60px 0}.privacy-container{padding:0 15px}.privacy-hero-title{font-size:2rem}.privacy-hero-subtitle{font-size:1.1rem}.privacy-section,.privacy-practice-card,.privacy-contact-option,.privacy-summary{padding:2rem}}@media(max-width:480px){.privacy-hero-title{font-size:1.8rem}.privacy-section-title{font-size:1.3rem}.privacy-update-info{flex-direction:column;gap:.5rem;text-align:center}.privacy-intro,.privacy-section,.privacy-practice-card,.privacy-contact-option{padding:1.5rem}.privacy-commitment{flex-direction:column;text-align:center;gap:.8rem}.commitment-icon{margin-top:0}}.return-page-main{min-height:100vh;background:linear-gradient(135deg,#fff7f6,#fff,#f8f9fa)}.return-container{max-width:1000px;margin:0 auto;padding:0 20px}.return-hero-section{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.return-hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover}.return-hero-content{position:relative;z-index:2}.return-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.return-hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;font-weight:300}.return-highlights{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.return-highlight{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-weight:600}.highlight-icon{font-size:1.2rem}.return-update-info{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:25px;display:inline-flex;align-items:center;gap:1rem;border:1px solid rgba(255,255,255,.2)}.return-update-label{font-weight:600;opacity:.9}.return-update-date{font-weight:700;background:#fff;color:#ff4c4c;padding:.3rem 1rem;border-radius:15px}.return-faq-section{padding:80px 0;background:#fff}.return-section-title{font-size:2.5rem;text-align:center;color:#222;margin-bottom:3rem;font-weight:700}.return-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.return-faq-card{background:#f8f9fa;padding:2rem;border-radius:15px;transition:all .3s ease;border-left:4px solid #ff4c4c}.return-faq-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.return-faq-question{font-size:1.2rem;color:#222;margin-bottom:1rem;font-weight:600}.return-faq-answer{color:#666;line-height:1.6;margin:0}.return-steps-section{padding:80px 0;background:#f8f9fa}.return-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.return-step-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent;position:relative}.return-step-card:hover{border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.return-step-number{width:50px;height:50px;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.return-step-title{font-size:1.3rem;color:#222;margin-bottom:1rem;font-weight:600}.return-step-description{color:#666;line-height:1.5;margin:0}.return-policy-section{padding:80px 0;background:#fff}.return-policy-wrapper{max-width:800px;margin:0 auto}.return-policy-intro{background:#f8f9fa;padding:2.5rem;border-radius:15px;margin-bottom:3rem;border-left:4px solid #ff4c4c}.return-policy-intro p{font-size:1.1rem;line-height:1.7;color:#666;margin:0}.return-policy-sections{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.return-policy-section{background:#f8f9fa;padding:2.5rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.return-policy-section:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.return-policy-section-title{font-size:1.5rem;color:#222;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:1rem}.return-policy-section-title:before{content:"";width:4px;height:25px;background:#ff4c4c;border-radius:2px}.return-policy-section-content{color:#666;line-height:1.7}.return-policy-section-content p{margin-bottom:1rem}.return-policy-section-content p:last-child{margin-bottom:0}.return-important-notes{background:linear-gradient(135deg,#fff3f3,#ffe6e6);padding:2.5rem;border-radius:15px;border:2px solid #ff4c4c}.return-important-notes h3{font-size:1.5rem;color:#222;margin-bottom:1.5rem;font-weight:600;text-align:center}.return-notes-list{display:flex;flex-direction:column;gap:1rem}.return-note{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:3px solid #ff4c4c}.note-icon{font-size:1.2rem;margin-top:.1rem}.return-contact-section{padding:80px 0;background:#f8f9fa}.return-contact-content{text-align:center;max-width:800px;margin:0 auto}.return-contact-content h2{font-size:2.5rem;color:#222;margin-bottom:1rem;font-weight:700}.return-contact-content p{font-size:1.2rem;color:#666;margin-bottom:3rem}.return-contact-options{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.return-contact-option{background:#fff;padding:2rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.return-contact-option:hover{border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.return-contact-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.return-contact-info h4{font-size:1.3rem;color:#222;margin-bottom:.5rem;font-weight:600}.return-contact-info p{color:#ff4c4c;font-weight:600;margin:0 0 .3rem;font-size:1.1rem}.return-contact-note{font-size:.9rem;color:#666;font-weight:400;font-style:italic}.return-cta-section{padding:80px 0;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;text-align:center}.return-cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.return-cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.return-guarantees{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.return-guarantee{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-weight:600}.guarantee-icon{font-size:1.2rem}@media(max-width:968px){.return-faq-grid,.return-steps-grid,.return-contact-options{grid-template-columns:1fr}.return-hero-title{font-size:2.5rem}.return-highlights{flex-direction:column;align-items:center}}@media(max-width:768px){.return-hero-section,.return-faq-section,.return-steps-section,.return-policy-section,.return-contact-section,.return-cta-section{padding:60px 0}.return-container{padding:0 15px}.return-hero-title{font-size:2rem}.return-hero-subtitle{font-size:1.1rem}.return-policy-section,.return-faq-card,.return-step-card,.return-contact-option{padding:2rem}}@media(max-width:480px){.return-hero-title{font-size:1.8rem}.return-section-title{font-size:2rem}.return-policy-section-title{font-size:1.3rem}.return-update-info{flex-direction:column;gap:.5rem;text-align:center}.return-policy-intro,.return-policy-section,.return-faq-card,.return-step-card,.return-contact-option{padding:1.5rem}.return-guarantees{flex-direction:column;align-items:center}}.refund-page-main{min-height:100vh;background:linear-gradient(135deg,#fff7f6,#fff,#f8f9fa)}.refund-container{max-width:1000px;margin:0 auto;padding:0 20px}.refund-hero-section{background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.refund-hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"/></svg>');background-size:cover}.refund-hero-content{position:relative;z-index:2}.refund-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.refund-hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;font-weight:300}.refund-highlights{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.refund-highlight{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-weight:600}.refund-highlight-icon{font-size:1.2rem}.refund-update-info{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:25px;display:inline-flex;align-items:center;gap:1rem;border:1px solid rgba(255,255,255,.2)}.refund-update-label{font-weight:600;opacity:.9}.refund-update-date{font-weight:700;background:#fff;color:#ff4c4c;padding:.3rem 1rem;border-radius:15px}.refund-faq-section{padding:80px 0;background:#fff}.refund-section-title{font-size:2.5rem;text-align:center;color:#222;margin-bottom:3rem;font-weight:700}.refund-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.refund-faq-card{background:#f8f9fa;padding:2rem;border-radius:15px;transition:all .3s ease;border-left:4px solid #ff4c4c}.refund-faq-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.refund-faq-question{font-size:1.2rem;color:#222;margin-bottom:1rem;font-weight:600}.refund-faq-answer{color:#666;line-height:1.6;margin:0}.refund-methods-section{padding:80px 0;background:#f8f9fa}.refund-methods-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.refund-method-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 5px 15px #00000014}.refund-method-card:hover{border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.refund-method-icon{font-size:3rem;margin-bottom:1rem}.refund-method-name{font-size:1.4rem;color:#222;margin-bottom:1rem;font-weight:600}.refund-method-time{font-size:1.1rem;color:#ff4c4c;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem;background:#fff5f5;border-radius:20px;display:inline-block}.refund-method-process{color:#666;line-height:1.5;margin:0}.refund-timeline-section{padding:80px 0;background:#fff}.refund-timeline{display:flex;flex-direction:column;gap:2rem;position:relative}.refund-timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:#ff4c4c;opacity:.3}.refund-timeline-item{display:flex;gap:2rem;align-items:flex-start;position:relative}.refund-timeline-marker{position:relative;z-index:2}.refund-timeline-number{width:60px;height:60px;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 5px 15px #ff4c4c4d}.refund-timeline-content{flex:1;background:#f8f9fa;padding:2rem;border-radius:15px;border-left:4px solid #ff4c4c}.refund-timeline-stage{font-size:1.3rem;color:#222;margin-bottom:.5rem;font-weight:600}.refund-timeline-time{color:#ff4c4c;font-weight:700;margin-bottom:1rem;font-size:1.1rem}.refund-timeline-description{color:#666;line-height:1.5;margin:0}.refund-policy-section{padding:80px 0;background:#f8f9fa}.refund-policy-wrapper{max-width:800px;margin:0 auto}.refund-policy-intro{background:#fff;padding:2.5rem;border-radius:15px;margin-bottom:3rem;border-left:4px solid #ff4c4c;box-shadow:0 5px 15px #00000014}.refund-policy-intro p{font-size:1.1rem;line-height:1.7;color:#666;margin:0}.refund-policy-sections{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.refund-policy-section{background:#fff;padding:2.5rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent;box-shadow:0 5px 15px #00000014}.refund-policy-section:hover{border-color:#ff4c4c;transform:translateY(-2px);box-shadow:0 10px 25px #0000001f}.refund-policy-section-title{font-size:1.5rem;color:#222;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:1rem}.refund-policy-section-title:before{content:"";width:4px;height:25px;background:#ff4c4c;border-radius:2px}.refund-policy-section-content{color:#666;line-height:1.7}.refund-policy-section-content p{margin-bottom:1rem}.refund-policy-section-content p:last-child{margin-bottom:0}.refund-important-info{background:linear-gradient(135deg,#fff3f3,#ffe6e6);padding:2.5rem;border-radius:15px;border:2px solid #ff4c4c}.refund-important-info h3{font-size:1.5rem;color:#222;margin-bottom:2rem;font-weight:600;text-align:center}.refund-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.refund-info-card{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:10px;border-left:3px solid #ff4c4c}.refund-info-icon{font-size:1.5rem;margin-top:.2rem}.refund-info-content h4{font-size:1.1rem;color:#222;margin-bottom:.5rem;font-weight:600}.refund-info-content p{color:#666;margin:0;font-size:.9rem;line-height:1.4}.refund-contact-section{padding:80px 0;background:#fff}.refund-contact-content{text-align:center;max-width:800px;margin:0 auto}.refund-contact-content h2{font-size:2.5rem;color:#222;margin-bottom:1rem;font-weight:700}.refund-contact-content p{font-size:1.2rem;color:#666;margin-bottom:3rem}.refund-contact-options{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.refund-contact-option{background:#f8f9fa;padding:2rem;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.refund-contact-option:hover{background:#fff;border-color:#ff4c4c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.refund-contact-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.refund-contact-info h4{font-size:1.3rem;color:#222;margin-bottom:.5rem;font-weight:600}.refund-contact-info p{color:#ff4c4c;font-weight:600;margin:0 0 .3rem;font-size:1.1rem}.refund-contact-note{font-size:.9rem;color:#666;font-weight:400;font-style:italic}.refund-guarantee-section{padding:80px 0;background:linear-gradient(135deg,#ff4c4c,#e33f3f);color:#fff;text-align:center}.refund-guarantee-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.refund-guarantee-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.refund-guarantees{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px;margin:0 auto}.refund-guarantee-item{display:flex;align-items:center;gap:.8rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-weight:600}.guarantee-item-icon{font-size:1.2rem}@media(max-width:968px){.refund-faq-grid,.refund-methods-grid,.refund-info-cards,.refund-contact-options,.refund-guarantees{grid-template-columns:1fr}.refund-hero-title{font-size:2.5rem}.refund-highlights{flex-direction:column;align-items:center}}@media(max-width:768px){.refund-hero-section,.refund-faq-section,.refund-methods-section,.refund-timeline-section,.refund-policy-section,.refund-contact-section,.refund-guarantee-section{padding:60px 0}.refund-container{padding:0 15px}.refund-hero-title{font-size:2rem}.refund-hero-subtitle{font-size:1.1rem}.refund-timeline{gap:1.5rem}.refund-timeline-item{flex-direction:column;gap:1rem}.refund-timeline:before{display:none}.refund-timeline-number{width:50px;height:50px;font-size:1.2rem}}@media(max-width:480px){.refund-hero-title{font-size:1.8rem}.refund-section-title{font-size:2rem}.refund-policy-section-title{font-size:1.3rem}.refund-update-info{flex-direction:column;gap:.5rem;text-align:center}.refund-policy-intro,.refund-policy-section,.refund-faq-card,.refund-method-card,.refund-contact-option{padding:1.5rem}.refund-info-card{flex-direction:column;text-align:center;gap:.8rem}}*{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button,input,textarea,select{border:none;outline:none;background:none;font:inherit}body{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#fff;color:#000}html{scroll-behavior:smooth}
