body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--header-primary:#ff8000;--header-secondary:#ed7a07;--header-accent:#fd79a8;--header-dark:#2d3436;--header-light:#f5f6fa;--header-text:#2d3436;--header-light-text:#636e72;--header-search-overlay-height:50vh}.header{background:#fff;box-shadow:0 2px 10px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{margin:0 auto;max-width:1400px;padding:0 20px;width:100%}.header-top-bar{background-color:#2d3436;background-color:var(--header-dark);color:#f5f6fa;color:var(--header-light);font-size:13px;padding:8px 0}.header-top-bar .header-container{align-items:center;display:flex;justify-content:space-between}.header-welcome-text{padding-left:10px}.header-top-links{display:flex;gap:29px;justify-content:space-around}.header-top-links a{color:#f5f6fa;color:var(--header-light);margin-left:20px;text-decoration:none;transition:color .3s}.header-top-links a:hover{color:#ed7a07;color:var(--header-secondary)}.header-main{position:relative}.header-main .header-container{align-items:center;display:flex;gap:15px;justify-content:space-between;padding:14px 0;position:relative}.header-mobile-menu-button{font-size:24px;margin-right:10px}.header-mobile-menu-button,.header-mobile-search-button{background:none;border:none;color:#ff8000;color:var(--header-primary);cursor:pointer;display:none;padding:5px}.header-mobile-search-button{font-size:20px;margin-left:10px}.header-logo-section{align-items:center;display:flex;flex-shrink:0}.header-logo{cursor:pointer;font-size:28px;font-weight:800;margin-right:20px}.header-logo-image{display:block;height:60px;object-fit:contain;width:auto}.header-delivery-info{align-items:center;border-radius:4px;cursor:pointer;display:flex;margin-left:15px;padding:5px 10px;transition:background-color .2s}.header-delivery-info:hover{background-color:#6c5ce71a}.header-location-icon{color:#ff8000;color:var(--header-primary);flex-shrink:0;font-size:18px;margin-right:8px}.header-address-container{display:flex;flex-direction:column;overflow:hidden}.header-delivery-label{color:#636e72;color:var(--header-light-text);font-size:12px}.header-address,.header-delivery-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-address{color:#2d3436;color:var(--header-text);font-size:14px;font-weight:600}.header-search-section{flex:1 1;margin:0 20px;max-width:600px;min-width:0;position:relative}.header-search-container{background:#fff;border:2px solid #ed7a07;border:2px solid var(--header-secondary);border-radius:30px;display:flex;overflow:hidden;transition:all .3s;width:100%}.header-search-container:focus-within{border-color:#ff8000;border-color:var(--header-primary);box-shadow:0 0 0 3px #6c5ce733}.header-search-categories{-webkit-appearance:none;appearance:none;background-color:#f5f6fa;background-color:var(--header-light);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:15px;border:none;cursor:pointer;font-size:14px;min-width:120px;outline:none;padding:10px 30px 10px 15px}.header-search-input-wrapper{display:flex;flex:1 1;position:relative}.header-search-input{background:#0000;border:none;flex:1 1;font-size:14px;min-width:50px;outline:none;padding:10px 15px}.header-search-button{align-items:center;background-color:#ff8000;background-color:var(--header-primary);border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;transition:background-color .3s;width:50px}.header-search-button:hover{background-color:#5649c2}.header-search-button:disabled{background-color:#ed7a07;background-color:var(--header-secondary);cursor:not-allowed}.header-search-dialog-container{background:#fff;border:none;border-radius:0 0 8px 8px;box-shadow:0 4px 20px #00000026;left:0;margin-top:-2px;max-height:0;overflow:hidden;position:absolute;top:calc(100% + 5px);transition:max-height .3s ease-out;width:100%;z-index:1001}.header-search-dialog-container.open{border:1px solid #e0e0e0;border-top:none;max-height:50vh;max-height:var(--header-search-overlay-height)}.header-search-dialog-content{color:#2d3436;color:var(--header-text);max-height:calc(50vh - 30px);max-height:calc(var(--header-search-overlay-height) - 30px);overflow-y:auto;padding:15px}.header-search-dialog-error-message,.header-search-dialog-loading-indicator,.header-search-dialog-no-results{align-items:center;display:flex;font-size:14px;padding:10px}.header-error-icon,.header-no-results-icon,.header-search-spinner{margin-right:10px}.header-search-dialog-recent-searches-section h4,.header-search-dialog-suggestions-section h4{color:#636e72;color:var(--header-light-text);font-size:14px;font-weight:600;margin-bottom:10px}.header-search-dialog-recent-searches-section ul,.header-search-dialog-suggestions-section ul{list-style:none;margin:0;padding:0}.header-search-dialog-recent-searches-section li,.header-search-dialog-suggestions-section li{align-items:center;border-radius:4px;cursor:pointer;display:flex;padding:10px 15px;transition:background-color .2s}.header-search-dialog-recent-searches-section li:hover,.header-search-dialog-suggestions-section li:hover{background-color:#6c5ce71a}.header-recent-icon,.header-suggestion-icon{color:#ff8000;color:var(--header-primary);flex-shrink:0;margin-right:12px}.header-right-section{align-items:center;display:flex;flex-shrink:0;gap:15px}.header-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:8px 12px;position:relative;transition:all .3s}.header-item:hover{background-color:#6c5ce71a}.header-icon{color:#ff8000;color:var(--header-primary);font-size:20px;margin-right:8px}.header-account-text,.header-orders-text{display:flex;flex-direction:column}.header-greeting,.header-returns{color:#636e72;color:var(--header-light-text);font-size:12px}.header-account-type,.header-orders{align-items:center;display:flex;font-size:14px;font-weight:600}.header-dropdown-chevron{font-size:12px;margin-left:4px}.header-cart-icon-container{position:relative}.header-cart-count{align-items:center;background-color:#ff3f6c;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-8px;top:-8px;width:18px}.header-dropdown-menu{animation:header-fadeIn .2s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;padding:15px;position:absolute;right:0;top:100%;width:250px;z-index:1002}.header-account-menu{left:0;right:auto}@keyframes header-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header-menu-title{border-bottom:1px solid #eee;font-weight:600;margin-bottom:10px;padding-bottom:8px}.header-menu-item,.header-menu-title{color:#2d3436;color:var(--header-text)}.header-menu-item{display:block;font-size:14px;padding:8px 0;text-decoration:none;transition:color .3s}.header-menu-item:hover{color:#ff8000;color:var(--header-primary)}.header-menu-divider{background-color:#eee;height:1px;margin:10px 0}.header-login-button{background-color:#ff8000;background-color:var(--header-primary);border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;margin:10px 0;padding:10px;transition:background-color .3s;width:100%}.header-login-button:hover{background-color:#5649c2}.header-logout-button{background:none;border:none;cursor:pointer;padding:5px;text-align:left;width:100%}.header-logout-button:hover{background-color:#ff8000;background-color:var(--header-primary);color:#fff;padding:5px}.header-cart-preview{padding:15px;right:0;width:280px}.header-cart-items-preview{margin-bottom:15px;max-height:300px;overflow-y:auto}.header-view-cart-button{background-color:#ed7a07;background-color:var(--header-secondary);border-radius:4px;color:#fff;display:block;margin-top:10px;padding:10px;text-align:center;text-decoration:none;transition:background-color .3s;width:100%}.header-view-cart-button:hover{background-color:#ff8000;background-color:var(--header-primary)}.header-empty-cart{padding:20px 0;text-align:center}.header-empty-cart-icon{font-size:40px}.header-empty-cart p,.header-empty-cart-icon{color:#636e72;color:var(--header-light-text);margin-bottom:15px}.header-shop-now-button{background-color:#ff8000;background-color:var(--header-primary);border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 20px;transition:background-color .3s}.header-shop-now-button:hover{background-color:#5649c2}.header-mobile-search{background-color:#f5f5f5;box-shadow:0 2px 5px #0000001a;display:none;left:0;padding:10px 16px;position:absolute;top:100%;width:100%;z-index:998}.header-mobile-search .header-search-container{border-radius:20px}.header-mobile-menu{background-color:#fff;bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:4%;transition:transform .3s ease-out;z-index:999}.header-mobile-search-dialog-container{background:#fff;box-shadow:0 2px 5px #0003;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease;z-index:1000}.header-mobile-search-dialog-container.open{display:block;max-height:400px;overflow-y:auto}.header-mobile-search-dialog-content{padding:10px}.header-mobile-search{background:#f8f8f8;border-top:1px solid #ddd;display:flex;flex-direction:column;padding:10px;position:relative}.header-mobile-search .header-search-container{display:flex;width:100%}.header-mobile-search .header-search-categories{background:#f0f0f0;border:1px solid #ddd;border-radius:4px 0 0 4px;border-right:none;padding:8px;width:120px}.header-mobile-search .header-search-input-wrapper{display:flex;flex:1 1}.header-mobile-search .header-search-input{border:1px solid #ddd;border-right:none;flex:1 1;padding:8px}.header-mobile-search .header-search-button{background:#febd69;border:1px solid #ddd;border-radius:0 4px 4px 0;cursor:pointer;padding:8px 12px}@media (max-width:768px){.header-search-section{display:none}.header-mobile-search{display:block}}@media (min-width:769px){.header-mobile-search{display:none}}.header-mobile-menu.open{transform:translateX(0)}.header-mobile-menu-container{height:100%;max-width:320px;overflow-y:auto;padding:30px 20px;position:relative;width:85%}.header-mobile-menu-close{background:#0000;border:none;color:#333;cursor:pointer;font-size:24px;line-height:1;position:absolute;right:16px;top:16px;transition:transform .2s ease}.header-mobile-menu-close:hover{transform:scale(1.2)}.header-mobile-menu-section{margin-bottom:25px}.header-mobile-menu-section h3{border-bottom:1px solid #eee;color:#ff8000;color:var(--header-primary);font-size:16px;margin-bottom:15px;padding-bottom:8px}.header-mobile-menu-item{align-items:center;color:#2d3436;color:var(--header-text);display:flex;font-size:14px;padding:12px 0;text-decoration:none;transition:color .3s}.header-mobile-menu-icon,.header-mobile-menu-item:hover{color:#ff8000;color:var(--header-primary)}.header-mobile-menu-icon{font-size:18px;margin-right:12px}@media (max-width:1024px){.header-search-section{margin:0 10px}.header-item{padding:8px}}@media (max-width:768px){.header-top-bar{display:none}.header-main .header-container{gap:10px;padding:10px 0}.header-mobile-menu-button,.header-mobile-search-button{display:block;margin:0}.header-logo-section{flex-grow:1;margin-left:10px;order:2}.header-logo-image{height:40px}.header-delivery-info,.header-search-section{display:none}.header-right-section{gap:5px;order:3}.header-account-text,.header-orders-text{display:none}.header-item{padding:5px}.header-cart-text{display:none}.header-mobile-search{display:block}.header-mobile-menu-button{order:1}.header-mobile-search-button{order:4}}@media (max-width:480px){.header-logo-image{height:32px}.header-right-section{gap:0}.header-mobile-menu-container{padding:20px 15px;width:90%}.header-mobile-menu-section{margin-bottom:20px}.header-mobile-menu-item{padding:10px 0}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:1000}.modal-overlay.visible{opacity:1;visibility:visible}.modal-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:80vh;max-width:450px;overflow-y:auto;transform:translateY(20px);transition:all .3s ease;width:90%}.modal-container.visible{transform:translateY(0)}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-header h2{color:#333;font-size:18px;font-weight:600;margin:0}.modal-header button{background:none;border:none;color:#666;cursor:pointer;font-size:20px;margin:-8px;padding:8px;transition:color .2s}.modal-header button:hover{color:#333}.modal-body{padding:20px}.modal-body p{color:#666;font-size:14px;margin-bottom:20px}.search-container{margin-bottom:16px}.search-icon{color:#999;height:18px;left:12px;width:18px}.search-input{-webkit-appearance:none;border-radius:8px;padding:14px 16px 14px 40px;transition:border-color .2s}.search-input:focus{border-color:#6c5ce7;box-shadow:0 0 0 2px #6c5ce726}.loading-spinner{border:2px solid #f3f3f3;border-top-color:#6c5ce7;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.error-message{background-color:#fef2f2;border-radius:6px;color:#e74c3c;margin-bottom:10px;margin-top:-10px;padding:8px 12px}.suggestions-container{border:1px solid #eee;border-radius:8px;margin-bottom:16px;max-height:200px;overflow-y:auto}.suggestion-item{align-items:center;cursor:pointer;display:flex;padding:14px 16px;transition:background-color .2s}.suggestion-item:hover{background-color:#f0f4ff}.suggestion-icon{color:#6c5ce7;flex-shrink:0;margin-right:12px}.suggestion-text{color:#333;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-location-btn{align-items:center;background-color:#6c5ce7;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;gap:8px;justify-content:center;margin:16px 0;padding:14px;transition:background-color .2s;width:100%}.current-location-btn:hover{background-color:#5d4ac7}.current-location-btn:disabled{cursor:not-allowed;opacity:.7}.recent-searches-container{margin-bottom:16px}.recent-searches-title{color:#999;font-size:14px;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.recent-searches-list{list-style:none;margin:0;padding:0}.recent-search-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;padding:14px 16px;transition:background-color .2s}.recent-search-item:hover{background-color:#f0f4ff}.recent-icon{color:#999;flex-shrink:0;margin-right:12px}.recent-text{color:#333;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-location-preview{border:1px solid #eee;border-radius:8px;margin-bottom:20px;padding:12px}@media (max-width:600px){.modal-container{border-radius:12px 12px 0 0;bottom:0;max-height:90vh;position:fixed;transform:translateY(100%);width:100%}.modal-container.visible{transform:translateY(0)}.modal-overlay{align-items:flex-end}.modal-header{padding:14px 16px}.modal-header h2{font-size:17px}.modal-body{padding:16px}.modal-body p{font-size:13px;margin-bottom:16px}.search-input{font-size:15px;padding:12px 16px 12px 40px}.recent-search-item,.suggestion-item{padding:12px 16px}.recent-text,.suggestion-text{font-size:14px}.current-location-btn{font-size:14px;margin:12px 0;padding:12px}.recent-searches-title{font-size:13px}.current-location-btn,.recent-search-item,.suggestion-item{min-height:48px}}@media (max-width:400px){.modal-header{padding:12px 14px}.modal-header h2{font-size:16px}.modal-body{padding:14px}.search-input{font-size:14px;padding:10px 14px 10px 38px}.recent-search-item,.suggestion-item{padding:10px 14px}.current-location-btn,.recent-text,.suggestion-text{font-size:13px}}.home-screen{margin:0 auto;padding:0 10px}.ad-section,.product-section{margin-bottom:2rem;opacity:1;transition:opacity .3s ease-in-out}.ad-section{margin:5px 0;overflow:hidden;position:relative}.ad-section.full-width{max-width:100%;width:100%}.section-title{border-left:4px solid #007bff;color:#222;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-left:.5rem}.card-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@media (min-width:600px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (min-width:900px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.card-item{display:flex;flex-direction:column;transition:transform .2s}.card-item:hover{transform:translateY(-3px)}.loading-more{padding:20px}.shimmer-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:10px 0;width:100%}.shimmer-card{animation:shimmer 1.5s linear infinite;background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#e8e8e8 20%,#f6f7f8 40%,#f6f7f8);background-size:800px 104px;border-radius:8px;height:250px}.shimmer-ad{background:#f6f7f8;border-radius:8px;height:200px;overflow:hidden;width:100%}.shimmer-ad-image{animation:shimmer 1.5s linear infinite;background-image:linear-gradient(90deg,#f6f7f8 0,#e8e8e8 20%,#f6f7f8 40%,#f6f7f8);background-size:800px 104px;height:70%}.shimmer-ad-content{height:30%;padding:12px}.shimmer-ad-title{height:20px;margin-bottom:8px;width:60%}.shimmer-ad-description,.shimmer-ad-title{animation:shimmer 1.5s linear infinite;background-image:linear-gradient(90deg,#f6f7f8 0,#e8e8e8 20%,#f6f7f8 40%,#f6f7f8);background-size:800px 104px}.shimmer-ad-description{height:16px;width:80%}.ad-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative;width:100%}.ad-image-fallback{align-items:center;color:#666;display:flex;flex-direction:column;font-size:1.2rem;font-weight:500;height:100%;justify-content:center;min-height:200px;padding:1rem;text-align:center;width:100%}.ad-image{min-height:20px;transition:opacity .3s}.ad-image.hidden{display:none}.ad-content{background:#fff;padding:1rem}.ad-slider{display:flex;padding:0 40px;width:100%}.ad-group-container{align-items:center;display:flex;gap:20px;min-height:200px;width:32%}.ad-slide{flex:1 1;min-width:calc(33.33% - 10px);position:relative}.empty-slide{visibility:hidden}.nav-button{background:#007bffb3;color:#fff;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s}.nav-button:hover{background:#007bffe6;transform:translateY(-50%) scale(1.05)}.nav-button:first-child{left:0}.nav-button:last-child{right:0}.dot-container{display:flex;gap:.5rem;justify-content:center;margin-top:15px}.dot{background:#0003;height:10px;padding:0;transition:all .2s;width:10px}.dot.active{background:#007bff}.dot:hover{background:#007bff80}@media (max-width:768px){.ad-slide{height:200px;min-width:calc(50% - 7.5px)}.nav-button{height:30px;width:30px}}@media (max-width:480px){.ad-group-container{flex-wrap:wrap}.ad-slide{height:180px;margin-bottom:10px;min-width:100%}.ad-slide:last-child{margin-bottom:0}.dot{height:8px;width:8px}}.ad-section.full-width .ad-group-container{flex-direction:row}.ad-section.full-width .ad-slide{margin-bottom:15px;min-width:100%}.ad-section.full-width .ad-slide:last-child{margin-bottom:0}@media (max-width:768px){.ad-group-container{flex-wrap:wrap}.ad-slide{min-width:calc(50% - 7.5px)}.ad-section.full-width .ad-slide{min-width:100%}}@media (max-width:480px){.ad-slide{height:25vh;min-height:150px;min-width:100%}.dot{height:8px;width:8px}.shimmer-container{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.recent-search-section{background-color:#e6f2ff;border-radius:10px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;margin:clamp(10px,2vw,20px) 0;padding:clamp(12px,2vw,20px);width:100%}.recent-search-section .section-title{color:#06c;font-size:clamp(1.2rem,4vw,1.5rem);margin-bottom:clamp(10px,2vw,15px);padding:0 5px}.recent-search-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;box-sizing:border-box;padding:clamp(10px,2vw,15px);transition:transform .2s,box-shadow .2s;width:100%}.recent-search-item:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-3px)}.recent-search-section .card-grid{grid-gap:clamp(10px,2vw,15px);display:grid;gap:clamp(10px,2vw,15px);grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr));width:100%}@media (max-width:480px){.recent-search-section{border-radius:8px;padding:12px 10px}.recent-search-item{padding:12px}.recent-search-section .card-grid{grid-template-columns:1fr}}@media (min-width:481px) and (max-width:768px){.recent-search-section .card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px) and (max-width:1024px){.recent-search-section .card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.recent-search-section .card-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.recent-search-section .card-grid{grid-template-columns:repeat(5,1fr)}}.promo-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:1000}.promo-overlay.visible{opacity:1;visibility:visible}.promo-overlay-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.promo-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:90%;overflow:auto;position:relative;transform:scale(.9);transition:transform .3s ease;z-index:1001}.promo-overlay.visible .promo-content{transform:scale(1)}.promo-close-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px;z-index:2}.promo-close-btn:hover{background:#000c}.promo-image-container{display:flex;justify-content:center;max-height:80vh;max-width:100%}.promo-image{border-radius:8px;max-height:80vh;max-width:100%;object-fit:contain}@media (max-width:768px){.promo-content{max-height:95vh;max-width:95%}.promo-image,.promo-image-container{max-height:85vh}}.footer-container{background-color:#000a24;color:#fff;overflow:hidden;padding-top:5rem;position:relative}.footer-wave{background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120"...') no-repeat;background-size:cover;height:100px;left:0;position:absolute;top:0;transform:rotate(180deg);width:100%}.footer-content{margin:0 auto;max-width:1280px;padding:0 1rem 2rem}.footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section{animation:fadeInUp .6s ease forwards;opacity:0;padding:1rem}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-company-info{grid-column:1/-1}@media (min-width:768px){.footer-company-info{grid-column:auto}}.footer-company-name{font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.footer-brand-highlight{color:#f59e0b}.footer-company-description{color:#d1d5db;line-height:1.6;margin-bottom:1.5rem}.footer-social-icons{display:flex;flex-wrap:wrap;gap:1rem}.footer-social-icons a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-social-icons a:hover{background-color:#f59e0b;color:#000a24;transform:translateY(-3px)}.footer-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.footer-section-title:after{background:linear-gradient(90deg,#ed7a07,#f59e0b);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.footer-links-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links-list li{transition:transform .3s ease}.footer-links-list li:hover{transform:translateX(5px)}.footer-link-button,.footer-links-list a{color:#d1d5db;display:inline-block;text-decoration:none;transition:color .3s ease}.footer-links-list a:hover{color:#f59e0b}.footer-link-button{background:none;border:none;cursor:pointer;font:inherit;padding:0;text-align:left}.footer-contact-info{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{align-items:flex-start;color:#d1d5db;display:flex;gap:.75rem;line-height:1.5}.footer-contact-icon{color:#f59e0b;font-size:.9rem;margin-top:.25rem}.footer-contact-item a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-contact-item a:hover{color:#f59e0b}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:1rem;padding-top:2rem;text-align:center}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:#d1d5db;font-size:.9rem;margin:0}.footer-legal-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-legal-links a{color:#d1d5db;font-size:.9rem;position:relative;text-decoration:none;transition:color .3s ease}.footer-legal-links a:not(:last-child):after{content:"•";position:absolute;right:-.75rem}.footer-legal-links a:hover{color:#f59e0b}.testimonial-ad-section{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.testimonial-ad-section.full-width{max-width:100%;padding:0}.testimonial-slider{align-items:center;display:flex;overflow:hidden;position:relative;width:100%}@media (max-width:400px){.testimonial-slider{height:16rem}}@media (max-width:530px) and (min-width:400px){.testimonial-slider{height:21rem}}.slider-content{display:flex;gap:20px;padding:0 10px;width:100%}.slider-content,.slider-content.transitioning{transition:transform .5s ease}.testimonial-ad-card{border-radius:10px;flex-basis:calc(33.333% - 20px);flex-grow:0;flex-shrink:0;overflow:hidden}.ad-image-container{height:380px;overflow:hidden;width:100%}.ad-image{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.testimonial-ad-card:hover .ad-image{transform:scale(1.05)}.ad-content{padding:20px}.ad-title{color:#333;font-size:1.2rem;margin-bottom:10px}.ad-description{color:#666;font-size:.9rem;line-height:1.5}.nav-button{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 5px #0003;color:#000;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px;z-index:10}.nav-button:hover{background:#ed7a07;color:#fff}.testimonial-slider:hover .nav-button{opacity:1}.nav-button{opacity:.7;transition:opacity .3s ease}.testimonial-ad-card:hover{transform:translateY(-5px)}.testimonial-ad-card{transition:all .3s ease}.nav-button.prev{margin-right:20px}.nav-button.next{margin-left:20px}.slider-dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.dot{background:#ccc;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#333;transform:scale(1.2)}@media (max-width:900px){.testimonial-ad-card{flex:0 0 100%}.nav-button{position:absolute;top:50%;transform:translateY(-50%)}.nav-button.prev{left:10px;margin-right:0}.nav-button.next{margin-left:0;right:10px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.service-screen{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;padding:20px}.service-screen-hero-banner{border-radius:12px;box-shadow:0 10px 30px #0000001a;margin-bottom:40px;overflow:hidden}.service-screen-ad-carousel{height:400px;position:relative}.service-screen-ad-content{height:100%;position:relative}.service-screen-ad-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-screen-ad-carousel:hover .service-screen-ad-image{transform:scale(1.02)}.service-screen-ad-text{background:linear-gradient(0deg,#000c,#0000);bottom:0;color:#fff;left:0;padding:60px 30px 30px;position:absolute;right:0}.service-screen-ad-text h2{font-size:2.5rem;font-weight:700;margin-bottom:10px}.service-screen-ad-text p{font-size:1.2rem;margin-bottom:20px;max-width:600px}.service-screen-nav-arrow{align-items:center;background:#fffc;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.service-screen-nav-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.service-screen-prev-arrow{left:20px}.service-screen-next-arrow{right:20px}.service-screen-dots-container{bottom:20px;display:flex;gap:10px;justify-content:center;left:0;position:absolute;right:0;z-index:10}.service-screen-dot{background-color:#ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.service-screen-dot-active{background-color:#fff;transform:scale(1.3)}.service-screen-dot:hover{background-color:#fffc}.service-screen-cta-button{background-color:#4caf50;border:none;border-radius:30px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.service-screen-cta-button:hover{background-color:#45a049;box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}.service-screen-section-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:30px;padding-bottom:10px;position:relative}.service-screen-section-title:after{background-color:#4caf50;border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.service-screen-featured-categories{margin-bottom:50px}.service-screen-categories-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-screen-category-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.service-screen-category-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.service-screen-category-image-container{height:200px;overflow:hidden;position:relative}.service-screen-category-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-screen-category-card:hover .service-screen-category-image{transform:scale(1.1)}.service-screen-category-overlay{align-items:center;background:#0009;color:#fff;display:flex;font-weight:700;height:100%;justify-content:center;left:-100%;position:absolute;top:0;transition:all .3s ease;width:100%}.service-screen-category-card:hover .service-screen-category-overlay{left:0}.service-screen-explore-text{font-size:1.2rem;margin-right:10px}.service-screen-arrow{font-size:1.2rem;opacity:0;transform:translateX(-20px);transition:all .3s ease .1s}.service-screen-category-card:hover .service-screen-arrow{opacity:1;transform:translateX(0)}.service-screen-category-info{padding:20px}.service-screen-category-info h3{color:#2c3e50;font-size:1.3rem;margin:0 0 10px}.service-screen-category-info p{color:#7f8c8d;font-size:.9rem;line-height:1.5;margin:0}.service-screen-all-categories{margin-bottom:50px}.service-screen-categories-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.service-screen-category-item{background:#fff;border-radius:8px;box-shadow:0 3px 10px #0000000d;padding:20px;text-align:center;transition:all .3s ease}.service-screen-category-item:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.service-screen-category-icon{filter:grayscale(100%);height:60px;margin-bottom:15px;object-fit:contain;opacity:.8;transition:all .3s ease;width:60px}.service-screen-category-item:hover .service-screen-category-icon{filter:grayscale(0);opacity:1;transform:scale(1.1)}.service-screen-category-item h3{color:#2c3e50;font-size:1rem;margin:0}.service-screen-sub-categories{margin-bottom:50px}.service-screen-sub-categories-grid{display:flex;flex-direction:column;gap:30px}.service-screen-category-pair{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.service-screen-category-container{background:#fff;border:1px solid #000;border-radius:20px;box-shadow:0 5px 15px #0000001a;padding:20px}.service-screen-sub-category-title{color:#2c3e50;font-size:1.3rem;margin-top:0}.service-screen-sub-category-items{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(5,1fr)}.service-screen-sub-category-item{align-items:center;border-radius:8px;display:flex;flex-direction:column;padding:10px;transition:all .3s ease}.service-screen-sub-category-item:hover{box-shadow:0 5px 10px #0000001a;transform:translateY(-3px)}.service-screen-sub-category-image{height:80px;margin-bottom:8px;object-fit:contain;width:85px}.service-screen-sub-category-name{color:#333;font-size:.8rem;line-height:1.2;margin:0;text-align:center}@media (max-width:768px){.service-screen-category-pair{grid-template-columns:1fr}.service-screen-sub-category-items{grid-template-columns:repeat(4,1fr)}}@media (max-width:576px){.service-screen-sub-category-items{grid-template-columns:1fr 1fr}}.service-screen-services{margin-bottom:50px}.service-screen-services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.service-screen-service-card{background:#fff;border-radius:16px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s ease}.service-screen-service-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.service-screen-service-image-container{align-items:center;background:#f0f0f0;display:flex;height:180px;justify-content:center;position:relative}.service-screen-service-image{height:100%;object-fit:cover;width:100%}.service-screen-service-image-fallback{background:#4caf50;border-radius:50%;color:#fff;font-size:36px;padding:20px;text-align:center}.service-screen-service-badge{align-items:center;border-radius:20px;color:#000;display:flex;font-size:.75rem;gap:6px;max-width:32px;overflow:hidden;padding:6px 10px;position:absolute;right:12px;top:12px;transition:all .3s ease;white-space:nowrap}.service-screen-service-badge .badge-icon{font-size:1rem}.service-screen-service-badge .badge-text{font-weight:500;opacity:0;transform:translateX(100px);transition:all .3s ease}.service-screen-service-card:hover .service-screen-service-badge{background-color:#4caf50;max-width:120px;padding-right:14px}.service-screen-service-card:hover .badge-text{opacity:1;transform:translateX(0)}.service-screen-service-info{padding:16px}.service-screen-service-name{color:#2c3e50;font-size:1.2rem;font-weight:700;margin:0 0 6px}.service-screen-service-provider{color:#4caf50;font-size:.95rem;font-weight:600;margin:0 0 8px}.service-screen-service-address{align-items:center;color:#555;display:flex;font-size:.9rem;margin:0 0 6px}.service-screen-service-address .icon{color:#e74c3c;margin-right:6px}.service-screen-service-experience{color:#888;font-size:.85rem;font-style:italic;margin-bottom:12px}.service-screen-service-actions{display:flex;gap:10px}.service-screen-service-cta{align-items:center;background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:700;gap:6px;justify-content:center;padding:10px;transition:background .3s ease}.service-screen-service-cta.secondary{background:#f1f1f1;color:#333}.service-screen-service-cta:hover{background:#45a049}.service-screen-service-cta.secondary:hover{background:#ddd}@media (max-width:768px){.service-screen-service-actions{flex-direction:column}}.service-screen-shimmer-container{grid-gap:20px;display:grid;gap:20px}.service-screen-ad-shimmer,.service-screen-category-shimmer,.service-screen-service-shimmer{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px}.service-screen-ad-shimmer{height:400px}.service-screen-category-shimmer{height:300px}.service-screen-service-shimmer{height:250px}.service-screen-error,.service-screen-no-ads,.service-screen-no-services{align-items:center;background:#f8f9fa;border-radius:8px;color:#666;display:flex;justify-content:center;padding:20px;text-align:center}.service-screen-error{background:#f8d7da;color:#721c24}@media (max-width:992px){.service-screen-hero-banner{margin-bottom:30px}.service-screen-ad-carousel{height:350px}.service-screen-ad-text h2{font-size:2rem}.service-screen-section-title{font-size:1.8rem}}@media (max-width:768px){.service-screen{padding:15px}.service-screen-ad-carousel{height:300px}.service-screen-ad-text{padding:50px 20px 20px}.service-screen-ad-text h2{font-size:1.8rem}.service-screen-ad-text p{font-size:1rem}.service-screen-nav-arrow{font-size:20px;height:40px;width:40px}.service-screen-categories-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.service-screen-sub-category-items{grid-template-columns:1fr 1fr 1fr}}@media (max-width:576px){.service-screen-ad-carousel{height:250px}.service-screen-ad-text h2,.service-screen-section-title{font-size:1.5rem}.service-screen-categories-grid{grid-template-columns:1fr}.service-screen-categories-list{gap:15px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.offline-banner{background:linear-gradient(90deg,#ff4d4d,#ff6b6b);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;flex-direction:column;gap:10px;left:0;padding:12px 20px;position:fixed;right:0;top:0;z-index:1000}.connection-status{align-items:center;display:flex;gap:15px}.signal-animation{align-items:flex-end;display:flex;gap:3px;height:30px}.signal-bar{animation:signalPulse 1.5s ease-in-out infinite;animation-delay:var(--delay);background:#ffffffb3;border-radius:2px;width:4px}@keyframes signalPulse{0%,to{height:30%;opacity:.4}50%{height:100%;opacity:1}}.offline-content{flex:1 1}.offline-title{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:8px;margin:0}.offline-message{font-size:.9rem;margin:4px 0 0;opacity:.9}.location-message{align-items:center;display:flex;font-size:.85rem;gap:5px;margin:6px 0 0;opacity:.9}.location-message span{font-weight:500}.location-icon{fill:currentColor;height:14px;opacity:.8;width:14px}.reconnecting-animation{align-items:center;display:flex;font-size:.85rem;gap:8px;margin-top:2px}.pulse-dot{animation:pulse 1.5s ease-out infinite;background:#fff;border-radius:50%;height:8px;width:8px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.location-loader{animation:fadeIn .3s ease-in-out;color:#555;font-size:1.25rem}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}button{background-color:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background-color .3s}button:hover{background-color:#0b7dda;color:#fff}button:disabled{background-color:#bbdefb;cursor:not-allowed}.login-container{align-items:center;background:linear-gradient(135deg,#f6f9fc,#e8f0fe);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{animation:fadeInUp .5s ease;background:#fff;border-radius:16px;box-shadow:0 8px 32px #1f26871a;max-width:440px;padding:40px 32px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-logo{height:48px;margin-bottom:20px}.login-title{color:#2d3748;font-size:24px;font-weight:600;margin-bottom:8px}.login-subtitle{color:#718096;font-size:14px;margin-bottom:0}.login-form{gap:20px}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#4a5568;font-size:14px;font-weight:500}.input-with-prefix{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden;transition:all .2s ease}.input-with-prefix:focus-within{border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.prefix{align-items:center;background:#edf2f7;color:#718096;display:flex;font-size:14px;height:48px;padding:0 12px}.input-with-prefix input{background:#0000;border:none;flex:1 1;font-size:14px;height:48px;outline:none;padding:12px}.password-input:focus-within{border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.password-input input{width:100%}.toggle-password{color:#718096;top:50%;transform:translateY(-50%)}.toggle-password:hover{color:#4299e1}.form-options{font-size:13px;justify-content:space-between}.form-options,.remember-me{align-items:center;display:flex}.remember-me{gap:8px}.remember-me input{accent-color:#4299e1;height:16px;width:16px}.forgot-password{color:#4299e1;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password:hover{color:#3182ce;text-decoration:underline}.login-button{align-items:center;background:#4299e1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;height:48px;justify-content:center;padding:14px;transition:all .2s ease}.login-button:hover{background:#3182ce}.login-button:disabled{background:#a0aec0;cursor:not-allowed}.loading-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:18px;width:18px}.signup-link{color:#718096;font-size:14px;margin-top:8px;text-align:center}.signup-link-text{color:#4299e1;font-weight:500;text-decoration:none;transition:color .2s}.signup-link-text:hover{color:#3182ce;text-decoration:underline}.error-message{align-items:center;color:#e53e3e;display:flex;font-size:13px;gap:6px;margin-top:4px}.input-error{border-color:#e53e3e!important}.input-error:focus-within{box-shadow:0 0 0 3px #e53e3e33!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.login-card{padding:32px 24px}.login-title{font-size:22px}}.password-input{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden;position:relative;transition:all .2s ease}.password-input input{background:#0000;border:none;flex:1 1;font-size:14px;height:48px;outline:none;padding:12px 44px 12px 12px}.toggle-password{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition:all .2s ease}.toggle-password:hover{background:#4299e11a}.toggle-password svg{transition:all .2s ease}.toggle-password.visible svg path{stroke:#4299e1}.toggle-password:focus{box-shadow:0 0 0 2px #4299e14d;outline:none}.product-details-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin:0 auto;max-width:1400px;padding:20px}@media (min-width:992px){.product-details-container{grid-template-columns:minmax(350px,1fr) 1fr}}.loading-container{gap:20px;padding:20px}.shimmer-header{animation:shimmer 1.5s linear infinite;background:#f0f0f0;border-radius:4px;height:40px}.product-store-link{color:#0073e6;cursor:pointer;display:inline-block;font-size:15px;font-weight:500;margin-top:12px;text-decoration:underline;transition:color .2s ease,transform .2s ease}.product-store-link:hover{color:#004a99;text-decoration:none;transform:translateY(-1px)}.shimmer-gallery{animation:shimmer 1.5s linear infinite;background:#f0f0f0;border-radius:8px;height:400px}.shimmer-details{display:flex;flex-direction:column;gap:12px}.shimmer-line{animation:shimmer 1.5s linear infinite;background:#f0f0f0;border-radius:4px;height:20px}.shimmer-line:first-child{width:90%}.shimmer-line:nth-child(2){width:80%}.shimmer-line:nth-child(3){width:70%}.shimmer-line:nth-child(4){width:60%}.shimmer-line:nth-child(5){width:50%}.product-gallery{display:flex;flex-direction:row;gap:15px;position:relative}@media (min-width:992px){.product-gallery{flex-direction:row;gap:5px;top:20px}.product-gallery.sticky{align-self:flex-start;position:-webkit-sticky;position:sticky;top:20px}}.thumbnail-column{display:flex;flex-direction:column;gap:10px;order:2}@media (min-width:992px){.thumbnail-column{order:1}}.thumbnail-wrapper{border:2px solid #0000;border-radius:6px;cursor:pointer;height:70px;overflow:hidden;transition:all .2s ease;width:70px}.thumbnail-wrapper.active{border-color:#ff6b6b}.thumbnail-wrapper:hover{transform:scale(1.05)}.thumbnail{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.main-image-container{border-radius:10px;flex:1 1;order:1;overflow:hidden;position:relative}@media (min-width:992px){.main-image-container{order:2}}.main-image{object-fit:cover;transition:transform .3s ease;width:100%}.zoom-preview{border:1px solid #eee;border-radius:10px;box-shadow:0 5px 20px #00000026;display:none;height:400px;left:30px;overflow:hidden;position:absolute;top:50px;width:400px;z-index:100}@media (min-width:1200px){.zoom-preview{display:block}}.zoom-preview img{height:200%;object-fit:cover;pointer-events:none;position:absolute;width:200%}.share-button{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 10px #00000026;cursor:pointer;display:flex;height:42px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s;width:42px;z-index:10}.share-button:hover{background:#fff;box-shadow:0 3px 12px #0003;transform:scale(1.1)}.share-button svg{fill:#333;height:20px;width:20px}.product-info{display:flex;flex-direction:column;gap:24px}.product-title{color:#222;font-size:28px;font-weight:700;line-height:1.3;margin:0}.product-brand{color:#666;font-size:16px;margin:5px 0}.price-section{display:flex;flex-direction:column;gap:10px}.discount-badge{align-self:flex-start;background:#ff6b6b;border-radius:4px;color:#fff;font-size:14px;font-weight:600;padding:5px 10px}.price-row{align-items:center;display:flex;gap:12px}.current-price{color:#222;font-size:30px;font-weight:700}.original-price{color:#999;font-size:20px;text-decoration:line-through}.savings{color:#4caf50;font-size:15px;font-weight:500}.rating-section{align-items:center;display:flex;gap:12px}.stars{display:flex;gap:3px}.stars span{color:#ddd;font-size:20px}.stars .filled{color:#ffb400}.selection-section{display:flex;flex-direction:column;gap:12px}.selection-section h3{color:#333;font-size:17px;font-weight:600;margin:0}.color-options{display:flex;flex-wrap:wrap;gap:12px}.color-option{align-items:center;border:1px solid #eee;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:6px;transition:all .2s}.color-option.selected{background:#fff5f5;border-color:#ff6b6b}.color-option img{border-radius:4px;height:44px;object-fit:cover;width:44px}.color-option span{color:#666;font-size:13px}.size-options{display:flex;flex-wrap:wrap;gap:12px}.size-option{background:#fff;border:1px solid #ddd;border-radius:6px;color:#000;cursor:pointer;font-size:14px;padding:8px 18px;transition:all .2s}.size-option:hover{border-color:#999}.size-option.selected{background:#ed7a07;border-color:#faa44f;color:#fff}.quantity-section{display:flex;flex-direction:column;gap:12px}.quantity-selector{align-items:center;display:flex;gap:12px}.quantity-selector button{align-items:center;background:#dadada;border:1px solid #ddd;border-radius:6px;color:#000;cursor:pointer;display:flex;font-size:16px;height:34px;justify-content:center;transition:all .2s;width:34px}.quantity-selector button:hover{background:#f5f5f5}.quantity-selector button:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.5}.quantity-selector span{font-size:16px;min-width:36px;text-align:center}.action-buttons{gap:16px;margin-top:20px}.add-to-cart,.buy-now{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px;transition:all .2s}.add-to-cart{background:#fff;color:#333}.add-to-cart:hover{background:#ffa000;transform:translateY(-2px)}.buy-now{background:#ed7a07;color:#fff}.buy-now:hover{background:#ff8000;transform:translateY(-2px)}.description-section,.details-section,.reviews-section{margin-top:24px;padding-top:24px}.description-section h3,.details-section h3,.reviews-section h3{color:#222;font-size:22px;margin-bottom:18px}.details-table{border-collapse:collapse;width:100%}.details-table td{border-bottom:1px solid #eee;padding:10px 0;vertical-align:top}.details-table td:first-child{color:#666;font-weight:600;width:140px}.description-section p{color:#444;line-height:1.6}.error-message,.not-found{color:#ff6b6b;font-size:18px;font-weight:500;padding:40px 20px;text-align:center}@media (max-width:768px){.product-gallery{flex-direction:column}.thumbnail-column{flex-direction:row;order:2}.thumbnail-wrapper{height:60px;width:60px}.main-image-container{order:1}.product-title{font-size:24px}.current-price{font-size:26px}.original-price{font-size:18px}.action-buttons{flex-direction:column}.add-to-cart,.buy-now{width:100%}}@media (max-width:576px){.product-details-container{gap:25px;padding:15px}.thumbnail-wrapper{height:50px;width:50px}.product-title{font-size:22px}.description-section h3,.details-section h3,.reviews-section h3{font-size:20px}}.reviews-section{background:#fff;border-radius:8px;margin-top:0;padding:20px}.reviews-loading{align-items:center;background:#ffffffe6;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;margin:0 auto;max-width:300px;padding:20px;padding:2.5rem}.reviews-loading-spinner{animation:spin .8s linear infinite;border-color:#3498db #3498db #0000 #f3f3f3;border-radius:50%;border-style:solid;border-width:5px;height:60px;position:relative;width:60px}.reviews-loading-spinner:after{animation:spin 1.2s linear infinite;border:5px solid #0000;border-radius:50%;border-top-color:#3498db4d;bottom:-5px;content:"";left:-5px;position:absolute;right:-5px;top:-5px}.reviews-loading p{color:#4a5568;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin:0}.loading-spinner{border:4px solid #f3f3f3;height:40px;width:40px}.reviews-error{background:#fdecea;border-radius:8px;color:#e74c3c;padding:20px}.no-reviews{color:#7f8c8d;padding:20px;text-align:center}.rating-breakdown{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.rating-row{align-items:center;display:flex;gap:12px}.progress-bar{background:#eee;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{background:#ffb400;border-radius:4px;height:100%}.reviews-list{display:flex;flex-direction:column;gap:24px}.review-card{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:18px}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.reviewer-name{color:#333;font-weight:600}.review-rating span{color:#ddd;font-size:18px}.review-rating .filled{color:#ffb400}.review-images{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0}.review-image{border:1px solid #eee;border-radius:6px;box-shadow:0 2px 4px #0000001a;max-height:120px;max-width:120px;object-fit:cover;transition:transform .2s ease}.review-image:hover{transform:scale(1.03)}.review-text{color:#444;line-height:1.6;margin:12px 0}.review-footer{align-items:center;display:flex;justify-content:space-between}.review-date{color:#999;font-size:13px}.review-actions{display:flex;gap:12px}.review-actions button{background:#fff;border:1px solid #ddd;border-radius:4px;color:#000;cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s}.review-actions button:hover,.view-all-reviews{background:#f5f5f5}.view-all-reviews{border:none;border-radius:8px;color:#000;cursor:pointer;font-size:15px;font-weight:600;margin-top:20px;padding:12px;transition:background .2s;width:100%}.view-all-reviews:hover{background:#e0e0e0}.relatedSearchProduct-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:3rem 0}.relatedSearchProduct-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.relatedSearchProduct-section-header{margin-bottom:3rem;position:relative;text-align:center}.relatedSearchProduct-section-title{color:#2c3e50;display:inline-block;font-size:2.2rem;font-weight:700;margin-bottom:1rem;position:relative}.relatedSearchProduct-title-decoration{background:linear-gradient(90deg,#3498db,#9b59b6);border-radius:2px;height:4px;margin:0 auto;width:80px}.relatedSearchProduct-products-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.relatedSearchProduct-product-card{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 5px 15px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.relatedSearchProduct-product-card:hover{box-shadow:0 10px 25px #0000001f}.relatedSearchProduct-product-image-container{height:300px;overflow:hidden;position:relative}.relatedSearchProduct-product-image{height:100%;object-fit:contain;transition:transform .5s ease;width:100%}.relatedSearchProduct-product-card:hover .relatedSearchProduct-product-image{transform:scale(1.1)}.relatedSearchProduct-discount-badge{background:#e74c3c;border-radius:20px;box-shadow:0 2px 5px #0003;color:#fff;font-size:.9rem;font-weight:700;padding:.3rem .8rem;position:absolute;right:15px;top:15px;z-index:2}.relatedSearchProduct-quick-view{background:#000000b3;bottom:-40px;color:#fff;cursor:pointer;left:0;padding:.5rem;position:absolute;text-align:center;transition:all .3s ease;width:100%}.relatedSearchProduct-product-card:hover .relatedSearchProduct-quick-view{bottom:0}.relatedSearchProduct-product-details{padding:1rem}.relatedSearchProduct-product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:1rem;font-weight:600;margin-bottom:.5rem;overflow:hidden}.relatedSearchProduct-price-container{align-items:center;display:flex;gap:.8rem}.relatedSearchProduct-original-price{color:#95a5a6;font-size:.95rem;text-decoration:line-through}.relatedSearchProduct-current-price{color:#e74c3c;font-size:1.3rem;font-weight:700}.relatedSearchProduct-rating{align-items:center;display:flex}.relatedSearchProduct-star{color:#ddd;font-size:1rem;margin-right:2px}.relatedSearchProduct-star.relatedSearchProduct-filled{color:#f39c12}.relatedSearchProduct-review-count{color:#95a5a6;font-size:.8rem;margin-left:5px}.relatedSearchProduct-delivery-info,.relatedSearchProduct-store-details{color:#7f8c8d;display:flex;font-size:.85rem}.relatedSearchProduct-delivery-icon,.relatedSearchProduct-store-icon{font-size:1rem;margin-right:8px}.relatedSearchProduct-add-to-cart-button{align-items:center;background:linear-gradient(90deg,#3498db,#2980b9);border:none;border-radius:6px;box-shadow:0 4px 6px #3498db33;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;overflow:hidden;padding:.8rem;position:relative;transition:all .3s ease;width:100%}.relatedSearchProduct-add-to-cart-button:hover{background:linear-gradient(90deg,#2980b9,#3498db);box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.relatedSearchProduct-add-to-cart-button:active{transform:translateY(0)}.relatedSearchProduct-add-to-cart-button:after{background:#ffffff80;border-radius:100%;content:"";height:5px;left:50%;opacity:0;position:absolute;top:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%;width:5px}.relatedSearchProduct-add-to-cart-button:focus:not(:active):after{animation:ripple .6s ease-out}@keyframes ripple{0%{opacity:.5;transform:scale(0)}to{opacity:0;transform:scale(20)}}.relatedSearchProduct-cart-icon{font-size:1.1rem;transition:transform .3s ease}.relatedSearchProduct-add-to-cart-button:hover .relatedSearchProduct-cart-icon{transform:translateX(2px)}.relatedSearchProduct-loading-container{padding:3rem 0;text-align:center}.relatedSearchProduct-loading-spinner{animation:spin 1s linear infinite;border:5px solid #3498db33;border-radius:50%;border-top-color:#3498db;height:50px;margin:0 auto 1.5rem;width:50px}.relatedSearchProduct-error-message{background:#fdecea;border-radius:8px;margin:0 auto;max-width:500px;padding:2rem;text-align:center}.relatedSearchProduct-error-icon{font-size:2.5rem;margin-bottom:1rem}.relatedSearchProduct-error-message h3{color:#e74c3c;margin-bottom:.5rem}.relatedSearchProduct-retry-button{background:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.6rem 1.5rem;transition:all .3s ease}.relatedSearchProduct-retry-button:hover{background:#c0392b;transform:translateY(-2px)}.relatedSearchProduct-empty-state{padding:3rem 0;text-align:center}.relatedSearchProduct-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.relatedSearchProduct-empty-state h3{color:#7f8c8d;margin-bottom:.5rem}@media (max-width:992px){.relatedSearchProduct-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.relatedSearchProduct-section-title{font-size:1.8rem}.relatedSearchProduct-products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.relatedSearchProduct-product-image-container{height:200px}}@media (max-width:576px){.relatedSearchProduct-section{padding:2rem 0}.relatedSearchProduct-products-grid{gap:1rem;grid-template-columns:1fr 1fr}.relatedSearchProduct-section-title{font-size:1.5rem}.relatedSearchProduct-product-details{padding:1rem}.relatedSearchProduct-product-image-container{height:160px}}@media (max-width:400px){.relatedSearchProduct-products-grid{grid-template-columns:1fr}}.related-product-card{background:#fff;border:1px solid #e7e7e7;border-radius:4px;padding:1rem;transition:all .2s ease}.related-product-card:hover{box-shadow:0 2px 5px #0f111126;transform:translateY(-2px)}.related-product-image-container{align-items:center;display:flex;height:160px;justify-content:center;margin-bottom:1rem}.related-product-image{max-height:100%;max-width:100%;object-fit:contain}.related-product-details{display:flex;flex-direction:column}.related-product-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#0f1111;display:-webkit-box;font-size:.875rem;font-weight:400;overflow:hidden}.related-product-rating{align-items:center;display:flex;gap:.25rem}.related-product-star{color:#ddd;font-size:.75rem}.related-product-star.filled{color:#ffa41c}.related-product-review-count{color:#007185;font-size:.75rem}.related-product-price{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.related-product-current-price{color:#0f1111;font-size:1rem;font-weight:700}.related-product-original-price{color:#565959;font-size:.75rem;text-decoration:line-through}.related-product-discount{color:#cc0c39;font-size:.75rem}.related-product-delivery{color:#565959;font-size:.75rem}.delivery-badge{background:#f5f5f5;border-radius:3px;color:#565959;padding:.125rem .25rem}.related-product-add-to-cart{background:#fff;border:.3px solid #e7e7e7;border-radius:8px;color:#000;cursor:pointer;font-size:.75rem;margin-top:.5rem;padding:.375rem .5rem;transition:all .2s ease;width:100%}.related-product-add-to-cart:hover{background:#ff8000}@media (min-width:1024px){.related-product-image-container{height:200px}}.cart-screen{margin:0 auto;max-width:1200px;padding:20px}.empty-cart{padding:50px 0;text-align:center}.empty-cart h2{margin-bottom:20px}.continue-shopping{background-color:#f0f0f0;border:.1px solid #ed7a07;border-radius:4px;color:#333;display:inline-block;margin-top:20px;padding:10px 20px;text-decoration:none}.continue-shopping:hover{background-color:#ed7a07;color:#fff}.cart-container{display:flex;gap:30px;margin-top:20px}.cart-items{flex:2 1}.cart-summary{background:#f9f9f9;border-radius:8px;flex:1 1;height:-webkit-fit-content;height:fit-content;padding:20px}.cart-item{border-bottom:1px solid #eee;display:flex;gap:20px;padding:20px 0}.item-image{height:120px;width:120px}.item-image img{border-radius:4px;height:100%;object-fit:cover;width:100%}.item-details{flex:1 1}.item-details h3{margin:0 0 10px}.quantity-control{align-items:center;display:flex;gap:10px;margin:15px 0}.quantity-control button{background:#f0f0f0;border:1px solid #ddd;border-radius:4px;color:#000;cursor:pointer;height:30px;width:30px}.quantity-control button:disabled{cursor:not-allowed;opacity:.5}.remove-item{background:none;border:none;color:#e53935;cursor:pointer;padding:5px 0}.item-total{font-weight:700;min-width:80px;text-align:right}.cart-summary h2{margin-top:0}.summary-row{display:flex;justify-content:space-between;margin:15px 0}.summary-row.total{border-top:1px solid #ddd;font-size:1.1em;font-weight:700;padding-top:10px}.checkout-btn{background-color:#ed7a07;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:12px;width:100%}.checkout-btn:hover{background-color:#d76b05}@media (max-width:768px){.cart-container,.cart-item{flex-direction:column}.item-image{height:auto;width:100%}.item-total{margin-top:10px;text-align:left}}.checkout-page-container{background-color:#f5f7fa;color:#333;display:grid;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;grid-template-rows:auto 1fr auto;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.checkout-page-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.checkout-page-header h1{color:#2c3e50;font-size:28px;margin:0}.checkout-back-button{background:none;border:none;border-radius:4px;color:#ed7a07;cursor:pointer;font-size:18px;padding:8px 12px;transition:background-color .2s}.checkout-back-button:hover{background-color:#ebf5fb}.checkout-page-main{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr;margin-bottom:40px}.checkout-left-column{display:flex;flex-direction:column;gap:25px}.checkout-right-column{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.checkout-section{background:#fff;border-radius:10px;box-shadow:0 2px 15px #0000000d;padding:25px}.checkout-section h2{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 20px}.checkout-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.checkout-add-address-btn{align-items:center;background-color:#ed7a07;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 16px;transition:background-color .2s}.checkout-add-address-btn:hover{background-color:#2980b9}.checkout-address-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.checkout-address-card{border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;padding:20px;position:relative;transition:all .3s ease}.checkout-address-card.checkout-address-selected{background-color:#f0f8ff;border-color:#ed7a07;box-shadow:0 0 0 2px #ed7a074d}.checkout-address-content{display:flex;flex:1 1;gap:15px}.checkout-address-content input[type=radio]{margin-top:3px}.checkout-address-content label{cursor:pointer;flex:1 1}.checkout-address-content h3{font-size:16px;font-weight:600;margin:0 0 5px}.checkout-address-mobile{color:#555;font-size:14px;margin:0 0 8px}.checkout-address-full{color:#333;font-size:14px;line-height:1.4;margin:0 0 5px}.checkout-address-locality{color:#666;font-size:13px;margin:5px 0 0}.checkout-address-actions{border-top:1px solid #eee;display:flex;gap:10px;justify-content:flex-end;margin-top:15px;padding-top:15px}.checkout-delete-btn,.checkout-edit-btn{background:none;border:none;color:#666;cursor:pointer;padding:5px;transition:color .2s}.checkout-delete-btn:hover,.checkout-edit-btn:hover{background-color:#ed7a07;color:#fff}.checkout-order-items{display:flex;flex-direction:column;gap:15px}.checkout-order-item{align-items:center;background-color:#f9f9f9;border-radius:8px;display:flex;padding:15px}.checkout-item-image{border-radius:6px;height:70px;margin-right:15px;object-fit:cover;width:70px}.checkout-item-details{flex:1 1}.checkout-item-details h3{font-size:16px;margin:0 0 5px}.checkout-item-details p{color:#666;font-size:14px;margin:4px 0}.checkout-item-price{color:#2c3e50;font-weight:600}.checkout-payment-summary{background-color:#fff;border-radius:10px;box-shadow:0 2px 15px #0000000d;padding:25px;position:-webkit-sticky;position:sticky;top:20px}.checkout-summary-details{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.checkout-summary-row{border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:8px 0}.checkout-summary-row:last-child{border-bottom:none}.checkout-total-row{border-top:2px solid #eee;font-size:18px;font-weight:700;margin-top:10px;padding-top:15px}.checkout-place-order-btn{align-items:center;background:linear-gradient(135deg,#2ecc71,#27ae60);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:center;padding:16px;transition:all .2s;width:100%}.checkout-place-order-btn:hover{background:linear-gradient(135deg,#27ae60,#219653)}.checkout-place-order-btn:disabled{background:#95a5a6;cursor:not-allowed}.checkout-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:10px;width:20px}.checkout-payment-methods{display:flex;flex-direction:column;gap:15px}.checkout-payment-option{align-items:center;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;padding:15px;transition:all .2s}.checkout-payment-option:hover{border-color:#3498db}.checkout-payment-option input[type=radio]{margin-right:10px}.checkout-online-payment-options{background-color:#f9f9f9;border-radius:8px;margin-top:20px;padding:20px}.checkout-payment-method{margin-bottom:25px}.checkout-payment-method h3{color:#2c3e50;font-size:18px;margin-bottom:15px}.checkout-qr-container{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;padding:20px}.checkout-qr-amount{font-size:16px;font-weight:600;margin-top:15px}.checkout-upi-payment{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:20px}.checkout-upi-id{align-items:center;background:#f5f7fa;border-radius:6px;display:flex;margin-bottom:15px;padding:12px}.checkout-upi-id span{flex:1 1;font-family:monospace;font-size:14px;overflow:hidden;text-overflow:ellipsis}.checkout-copy-btn{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 12px;transition:background .2s}.checkout-copy-btn:hover{background:#2980b9}.checkout-receipt-upload{cursor:pointer;display:block}.checkout-receipt-upload input{display:none}.checkout-upload-placeholder{align-items:center;border:2px dashed #ddd;border-radius:8px;color:#7f8c8d;display:flex;flex-direction:column;height:150px;justify-content:center;transition:all .2s}.checkout-upload-placeholder:hover{border-color:#3498db;color:#3498db}.checkout-receipt-preview{border:2px dashed #ddd;border-radius:8px;height:200px;overflow:hidden;position:relative}.checkout-receipt-preview img{height:100%;object-fit:contain;width:100%}.checkout-receipt-preview span{background:#000000b3;bottom:0;color:#fff;font-size:14px;left:0;padding:8px;position:absolute;right:0;text-align:center}.checkout-delivery-instructions{border:1px solid #ddd;border-radius:8px;font-family:inherit;min-height:100px;padding:12px;resize:vertical;width:100%}.checkout-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.checkout-address-dialog{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.checkout-dialog-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.checkout-dialog-header h3{color:#2c3e50;font-size:18px;margin:0}.checkout-close-btn{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:24px;line-height:1;padding:0}.checkout-address-dialog form{padding:20px}.checkout-form-group{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.checkout-form-group input{padding:10px 12px}.checkout-address-textarea,.checkout-form-group input{border:1px solid #ddd;border-radius:6px;font-size:14px}.checkout-address-textarea{margin-bottom:15px;min-height:100px;padding:12px;resize:vertical;width:100%}.checkout-dialog-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px}.checkout-cancel-btn,.checkout-save-btn{border-radius:6px;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .2s}.checkout-cancel-btn{background:#f5f5f5;border:1px solid #ddd;color:#333}.checkout-cancel-btn:hover{background:#e0e0e0}.checkout-save-btn{background:#3498db;border:none;color:#fff}.checkout-save-btn:hover{background:#2980b9}.checkout-empty-cart{padding:50px 20px;text-align:center}.checkout-empty-cart h2{color:#2c3e50;font-size:24px;margin-bottom:20px}.checkout-continue-shopping-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background .2s}.checkout-continue-shopping-btn:hover{background:#2980b9}@media (max-width:992px){.checkout-page-main{grid-template-columns:1fr}.checkout-right-column{margin-top:30px;position:static}}@media (max-width:768px){.checkout-page-container{padding:15px}.checkout-page-header{align-items:flex-start;flex-direction:column;gap:10px}.checkout-address-grid,.checkout-form-group{grid-template-columns:1fr}.checkout-order-item{align-items:flex-start;flex-direction:column}.checkout-item-image{margin-bottom:10px}.checkout-qr-container canvas{height:auto!important;width:100%!important}}@media (max-width:480px){.checkout-section{padding:15px}.checkout-payment-method h3{font-size:16px}.checkout-address-dialog{width:95%}}.myOrder-screen-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:920px;padding:20px}.myOrder-screen-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.myOrder-title{color:#2c3e50;font-size:24px;font-weight:600;margin:0}.myOrder-search-container{align-items:center;display:flex;gap:10px}.myOrder-search-input{border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:250px;padding:10px 15px}.myOrder-search-button{background-color:#4a6bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .2s}.myOrder-search-button:hover{background-color:#3a5bef}.myOrder-categories{display:flex;gap:10px;margin-bottom:20px;overflow-x:auto;padding-bottom:10px}.myOrder-category-tab{background-color:#f0f2f5;border:none;border-radius:20px;color:#000;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s;white-space:nowrap}.myOrder-category-tab.myOrder-active{background-color:#4a6bff;color:#fff}.myOrder-category-tab:hover:not(.myOrder-active){background-color:#e0e2e5}.myOrder-date-filter-container{align-items:center;display:flex;gap:10px;margin-bottom:20px}.myOrder-date-filter-text{color:#555;font-size:14px;margin:0}.myOrder-date-filter-input{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:8px 12px}.myOrder-count-info{color:#666;font-size:14px;margin-bottom:20px}.myOrder-card-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;overflow:hidden}.myOrder-status-container{background-color:#f8f9fa;max-height:100px;padding:15px}.myOrder-status-row{align-items:center;display:flex;justify-content:space-between}.myOrder-status-info{display:flex;flex-direction:column}.myOrder-status-text{font-weight:600;margin-bottom:5px}.myOrder-status-date{color:#666;font-size:13px}.myOrder-total-amount{font-size:16px;font-weight:600}.myOrder-info-container{flex-direction:column;padding:15px}.myOrder-info,.myOrder-info-container{display:flex;justify-content:space-between}.myOrder-info{align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px}.myOrder-number{font-weight:600}.myOrder-store-name{color:#555;font-size:14px}.myOrder-actions{display:flex;flex-wrap:wrap;gap:10px}.myOrder-download-invoice-btn,.myOrder-view-details-btn{border:none;border-radius:4px;cursor:pointer;font-size:13px;padding:8px 12px;transition:background-color .2s;white-space:nowrap}.myOrder-view-details-btn{background-color:#4a6bff;color:#fff}.myOrder-view-details-btn:hover{background-color:#3a5bef}.myOrder-download-invoice-btn{background-color:#28a745;color:#fff}.myOrder-download-invoice-btn:hover{background-color:#218838}.myOrder-products-section{border-top:1px solid #eee;margin-top:20px;padding-top:15px}.myOrder-products-title{color:#333;font-size:16px;margin-bottom:10px}.myOrder-product-item{border-bottom:1px solid #f5f5f5;display:flex;gap:15px;margin-bottom:15px;padding-bottom:15px}.myOrder-product-image-container{background-color:#f8f9fa;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.myOrder-product-image{height:100%;object-fit:contain;width:100%}.myOrder-product-details{flex-grow:1}.myOrder-product-name{font-weight:500;margin-bottom:5px}.myOrder-product-price{margin-bottom:5px}.myOrder-product-delivery-pin,.myOrder-product-price{color:#666;font-size:13px}.myOrder-address-section{margin-top:20px}.myOrder-address-title{color:#333;font-size:16px;margin-bottom:8px}.myOrder-full-address{color:#555;font-size:14px;line-height:1.5}.myOrder-empty-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:40px 20px;text-align:center}.myOrder-empty-animation{margin:0 auto 20px;max-width:250px}.myOrder-empty-title{color:#2c3e50;font-size:24px;margin-bottom:10px}.myOrder-empty-text{color:#6c757d;font-size:16px;margin:0 auto 20px;max-width:400px}.myOrder-empty-button{background-color:#4a6bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:10px 24px;transition:background-color .2s ease}.myOrder-empty-button:hover{background-color:#3a5bef}.myOrder-loading{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.myOrder-spinner{animation:spin 1s ease-in-out infinite;border:4px solid #4a6bff33;border-radius:50%;border-top-color:#4a6bff;height:40px;margin-bottom:15px;width:40px}.myOrder-loading-text{color:#495057;font-size:16px}.myOrder-error-container{margin:0 auto;max-width:600px;padding:40px 20px;text-align:center}.myOrder-error-alert{align-items:center;background-color:#ffebee;border-radius:8px;display:flex;justify-content:center;margin-bottom:20px;padding:20px}.myOrder-error-icon{color:#f44336;font-size:24px;margin-right:15px}.myOrder-error-title{color:#d32f2f;font-size:20px;margin-bottom:5px}.myOrder-error-message{color:#6c757d;font-size:15px}.myOrder-error-button{background-color:#4a6bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:10px 20px;transition:background-color .2s ease}.myOrder-error-button:hover{background-color:#3a5bef}@media (max-width:768px){.myOrder-screen-header{align-items:stretch;flex-direction:column}.myOrder-search-container{width:100%}.myOrder-search-input{flex-grow:1}.myOrder-categories{gap:8px}.myOrder-category-tab{font-size:13px;padding:6px 12px}.myOrder-info-container{align-items:flex-start;flex-direction:column;gap:10px}.myOrder-actions{justify-content:flex-end;width:100%}.myOrder-product-item{flex-direction:column}.myOrder-product-image-container{height:120px;width:100%}}@media (max-width:480px){.myOrder-screen-container{padding:15px}.myOrder-search-input{min-width:auto}.myOrder-date-filter-container{align-items:flex-start;flex-direction:column}.myOrder-actions{flex-direction:column;width:100%}.myOrder-download-invoice-btn,.myOrder-view-details-btn{width:100%}}.my-order-detail-container{color:#333;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.my-order-detail-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.my-order-detail-title{align-items:center;color:#2c3e50;display:flex;font-size:28px;font-weight:600;gap:10px}.my-order-detail-meta{align-items:center;display:flex;gap:20px}.my-order-detail-date{color:#666;font-size:14px}.my-order-detail-total{background-color:#f5f5f5;border-radius:20px;color:#2c3e50;font-size:20px;font-weight:600;padding:8px 15px}.my-order-detail-status-container{margin-bottom:30px}.my-order-detail-status-badge{align-items:center;border-radius:20px;color:#fff;display:inline-flex;font-size:16px;font-weight:500;gap:8px;padding:8px 16px;text-transform:capitalize}.my-order-detail-content{display:flex;gap:30px}.my-order-detail-timeline{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;flex:0 0 300px;height:-webkit-fit-content;height:fit-content;padding:25px}.my-order-detail-timeline-header{align-items:center;display:flex;margin-bottom:25px}.my-order-detail-timeline-header h3{color:#2c3e50;flex:1 1;font-size:18px;margin:0}.my-order-detail-timeline-line{background-color:#eee;flex:1 1;height:2px;margin-left:15px}.my-order-detail-timeline-steps{display:flex;flex-direction:column;gap:25px;position:relative}.my-order-detail-timeline-step{display:flex;gap:15px;position:relative}.my-order-detail-timeline-step.completed .my-order-detail-step-icon{background-color:#4caf50;color:#fff}.my-order-detail-timeline-step.active .my-order-detail-step-icon{background-color:#2196f3;box-shadow:0 0 0 3px #2196f34d;color:#fff;transform:scale(1.1)}.my-order-detail-step-marker{align-items:center;display:flex;flex-direction:column}.my-order-detail-step-icon{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#757575;display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;transition:all .3s ease;width:40px;z-index:2}.my-order-detail-step-connector{background-color:#e0e0e0;flex:1 1;height:40px;margin-top:5px;width:2px}.my-order-detail-timeline-step.completed .my-order-detail-step-connector{background-color:#4caf50}.my-order-detail-timeline-step:last-child .my-order-detail-step-connector{display:none}.my-order-detail-step-details{padding-top:5px}.my-order-detail-step-name{color:#333;font-weight:500;margin-bottom:5px}.my-order-detail-step-status{background-color:#e3f2fd;border-radius:10px;color:#2196f3;display:inline-block;font-size:12px;font-weight:500;padding:2px 8px}.my-order-detail-details{display:flex;flex:1 1;flex-direction:column;gap:30px}.my-order-detail-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;padding:25px}.my-order-detail-section-title{align-items:center;color:#2c3e50;display:flex;font-size:18px;gap:10px;margin-bottom:20px}.my-order-detail-products-list{display:flex;flex-direction:column;gap:20px}.my-order-detail-product-card{border-bottom:1px solid #f0f0f0;display:flex;gap:20px;padding-bottom:20px}.my-order-detail-product-card:last-child{border-bottom:none;padding-bottom:0}.my-order-detail-product-image{align-items:center;background-color:#f9f9f9;border:1px solid #eee;border-radius:8px;display:flex;flex-shrink:0;height:100px;justify-content:center;overflow:hidden;width:100px}.my-order-detail-product-image img{height:100%;object-fit:contain;width:100%}.my-order-detail-product-info{flex:1 1}.my-order-detail-product-name{color:#333;font-size:16px;font-weight:600;margin-bottom:8px}.my-order-detail-product-meta{display:flex;font-size:14px;gap:15px;margin-bottom:8px}.my-order-detail-product-meta span{align-items:center;display:flex;gap:5px}.my-order-detail-product-price{color:#2c3e50;font-weight:500}.my-order-detail-product-qty,.my-order-detail-product-size{color:#666}.my-order-detail-product-code{align-items:center;color:#666;display:flex;font-size:13px;gap:5px}.my-order-detail-info-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.my-order-detail-payment-section,.my-order-detail-shipping-section{height:100%}.my-order-detail-shipping-address{color:#444;font-size:14px;line-height:1.6;margin-bottom:20px}.my-order-detail-payment-meta,.my-order-detail-shipping-meta{display:flex;flex-direction:column;gap:12px}.my-order-detail-meta-item{display:flex;font-size:14px;justify-content:space-between}.my-order-detail-meta-label{align-items:center;color:#666;display:flex;gap:8px}.my-order-detail-payment-status{font-weight:500}.my-order-detail-cashback-amount{color:#4caf50;font-weight:500}.my-order-detail-loading{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.my-order-detail-spinner{animation:spin 1s ease-in-out infinite;border:4px solid #4a6bff33;border-radius:50%;border-top-color:#4a6bff;height:40px;margin-bottom:15px;width:40px}.my-order-detail-loading-text{color:#495057;font-size:16px}.my-order-detail-error-container{margin:0 auto;max-width:600px;padding:40px 20px;text-align:center}.my-order-detail-error-alert{align-items:center;background-color:#ffebee;border-radius:8px;display:flex;justify-content:center;margin-bottom:20px;padding:20px}.my-order-detail-error-icon{color:#f44336;font-size:24px;margin-right:15px}.my-order-detail-error-title{color:#d32f2f;font-size:20px;margin-bottom:5px}.my-order-detail-error-message{color:#6c757d;font-size:15px}.my-order-detail-error-button{background-color:#4a6bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:10px 20px;transition:background-color .2s ease}.my-order-detail-error-button:hover{background-color:#3a5bef}.my-order-detail-empty-container{padding:40px 20px;text-align:center}.my-order-detail-empty-title{color:#2c3e50;font-size:20px;margin-bottom:10px}.my-order-detail-empty-text{color:#666;font-size:15px}@media (max-width:992px){.my-order-detail-content{flex-direction:column}.my-order-detail-timeline{flex:1 1}}@media (min-width:995px){.my-order-detail-timeline{position:-webkit-sticky;position:sticky;top:150px}}.cancel-order-button{align-items:center;background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;margin-top:10px;padding:8px 16px;transition:background-color .3s}.cancel-order-button:hover{background-color:#d32f2f}.cancel-item-button{align-items:center;background-color:#ffebee;border:1px solid #f44336;border-radius:4px;color:#f44336;cursor:pointer;display:flex;font-size:13px;gap:6px;margin-top:8px;padding:6px 12px;transition:all .3s}.cancel-item-button:hover{background-color:#f44336;color:#fff}.cancel-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.cancel-dialog{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:400px;padding:20px;width:90%}.cancel-dialog h3{color:#f44336;margin-top:0}.cancel-dialog textarea{border:1px solid #ddd;border-radius:4px;margin:10px 0;min-height:80px;padding:10px;resize:vertical;width:100%}.cancel-dialog-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}.cancel-dialog-buttons button{border:none;border-radius:4px;cursor:pointer;padding:8px 16px}.cancel-dialog-buttons button:first-child{background-color:#f5f5f5;color:#333}.cancel-dialog-buttons button:last-child{background-color:#f44336;color:#fff}.cancel-dialog-buttons button:last-child.loading{background-color:#ffcdd2}.cancel-error{color:#f44336;font-size:14px;margin:10px 0}.cancel-success{color:#4caf50;font-size:14px;margin:10px 0}.cancellation-progress{color:#666;font-size:14px;margin:10px 0;text-align:center}.cancellation-progress progress{-webkit-appearance:none;appearance:none;height:6px;margin-top:5px;width:100%}.cancellation-progress progress::-webkit-progress-bar{background-color:#f0f0f0;border-radius:3px}.cancellation-progress progress::-webkit-progress-value{background-color:#f44336;border-radius:3px;-webkit-transition:width .3s ease;transition:width .3s ease}@media (max-width:768px){.my-order-detail-header{align-items:flex-start;flex-direction:column;gap:10px}.my-order-detail-info-grid{gap:20px;grid-template-columns:1fr}.my-order-detail-product-card{flex-direction:column;gap:15px}.my-order-detail-product-image{aspect-ratio:1/1;height:auto;width:100%}}@media (max-width:576px){.my-order-detail-container{padding:15px}.my-order-detail-section{padding:20px}.my-order-detail-product-meta{flex-wrap:wrap;gap:10px}}.review-card{animation:fadeIn .5s ease-out;background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;box-shadow:0 4px 20px #00000014;padding:1.5rem;transition:all .3s ease}@media (max-width:640px){.review-card{margin:1rem;padding:1rem}}.review-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.review-title:after{background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:3px;content:"";display:block;height:3px;margin:.5rem auto 0;width:50px}.emoji-container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1.5rem}.emoji-wrapper{align-items:center;display:flex;flex:1 1;flex-direction:column;min-width:50px}.emoji{border-radius:50%;cursor:pointer;font-size:2rem;padding:.5rem;text-align:center;transform:scale(1);transition:all .3s ease}.emoji:hover{background-color:#f0f8ff;transform:scale(1.1)}.emoji.selected{background-color:#e3f2fd;box-shadow:0 0 0 2px #bbdefb;transform:scale(1.1)}.emoji-label{color:#888;font-size:.8rem;height:20px;margin-top:.3rem;text-align:center}.emoji-label.active,.emoji-label.hover{color:#4facfe}.review-textarea{border-radius:.5rem;font-size:1rem;margin-bottom:1.5rem;min-height:120px;padding:1rem;transition:all .3s ease}.review-textarea:focus{border-color:#4facfe;box-shadow:0 0 0 2px #4facfe33}.image-section{margin-bottom:1.5rem}.image-title{color:#555;font-weight:500;margin-bottom:1rem}.image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-box{aspect-ratio:1/1;background-color:#f9f9f9;border:1px dashed #ccc;border-radius:.5rem;transition:all .3s ease}.image-box:hover{border-color:#4facfe}.image-preview{border-radius:.5rem}.remove-button{background:#ffffffe6;box-shadow:0 0 4px #0000001a;color:#ff4d4d;font-size:.8rem;height:22px;line-height:22px;text-align:center;transition:all .2s ease;width:22px}.remove-button:hover{background:#fff;transform:scale(1.1)}.add-image-label{color:#aaa;font-size:2rem}.add-image-label:hover{background-color:#f0f8ff;color:#4facfe}.submit-button{animation:pulse 2s infinite;background:linear-gradient(90deg,#4facfe,#00f2fe);border:none;border-radius:.4rem;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin:1.5rem auto 0;max-width:200px;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.submit-button:disabled{animation:none;background:#ccc;cursor:not-allowed}.review-loading-container{align-items:center;display:flex;height:200px;justify-content:center}.review-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4facfe;height:40px;width:40px}.product-search-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.product-search-header{margin-bottom:24px}.product-search-title{color:#333;font-size:24px;font-weight:600;margin-bottom:8px}.product-search-term{color:#2563eb;font-weight:700}.product-search-results-count{color:#64748b;font-size:14px}.product-search-filter-sort-bar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;margin-bottom:24px;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.product-search-filter-button,.product-search-sort-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;color:#334155;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.product-search-filter-button:hover,.product-search-sort-button:hover{background:#ed7a07;border-color:#cbd5e1}.product-search-filter-button.product-search-active,.product-search-sort-button.product-search-active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.product-search-filter-buttons{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.product-search-filter-buttons::-webkit-scrollbar{display:none}.product-search-active-icon,.product-search-filter-icon,.product-search-sort-icon{font-size:14px}.product-search-active-icon{margin-left:4px}.product-search-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-bottom:32px}.product-search-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-search-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px)}.product-search-image-container{overflow:hidden;padding-top:100%;position:relative;width:100%}.product-search-image{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.product-search-favorite-button{align-items:center;background:#fffc;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:32px}.product-search-favorite-button:hover{background:#fff;color:#f59e0b}.product-search-favorite-button.product-search-active{color:#f59e0b}.product-search-discount-badge{background:#ef4444;border-radius:4px;bottom:12px;color:#fff;font-size:12px;font-weight:600;left:12px;padding:4px 8px;position:absolute}.product-search-details{padding:16px}.product-search-name{color:#1e293b;font-size:16px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-search-store{color:#64748b;font-size:14px;margin-bottom:12px}.product-search-meta{display:flex;gap:16px;margin-bottom:12px}.product-search-distance,.product-search-rating{align-items:center;color:#475569;display:flex;font-size:14px;gap:4px}.product-search-star-icon{color:#f59e0b;font-size:14px}.product-search-pin-icon{color:#64748b;font-size:14px}.product-search-price{align-items:center;display:flex;gap:8px;margin-top:8px}.product-search-current-price{color:#1e293b;font-size:16px;font-weight:700}.product-search-original-price{color:#94a3b8;font-size:14px;text-decoration:line-through}.product-search-loading-more,.product-search-loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 0}.product-search-spinner{animation:product-search-spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2563eb;height:40px;margin-bottom:16px;width:40px}.product-search-spinner.product-search-small{border-width:3px;height:24px;margin-bottom:0;margin-right:8px;width:24px}.product-search-loading-more{flex-direction:row;padding:20px 0}@keyframes product-search-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-search-error-message{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 0;text-align:center}.product-search-error-icon{color:#ef4444;font-size:40px;margin-bottom:16px}.product-search-retry-button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;margin-top:16px;padding:8px 24px;transition:background .2s ease}.product-search-retry-button:hover{background:#1d4ed8}.product-search-no-results{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 0;text-align:center}.product-search-no-results-icon{color:#94a3b8;font-size:48px;margin-bottom:16px}.product-search-no-results h3{color:#1e293b;font-size:20px;margin-bottom:8px}.product-search-no-results p{color:#64748b;margin-bottom:16px}.product-search-clear-filters-button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 24px;transition:background .2s ease}.product-search-clear-filters-button:hover{background:#1d4ed8}.product-search-no-more-products{border-top:1px solid #e2e8f0;color:#64748b;font-size:14px;margin-top:20px;padding:20px 0;text-align:center}.product-search-modal-overlay{align-items:center;animation:product-search-fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes product-search-fadeIn{0%{opacity:0}to{opacity:1}}.product-search-filter-modal,.product-search-sort-modal{animation:product-search-slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;max-height:80vh;max-width:500px;overflow:hidden;width:90%}@keyframes product-search-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-search-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px}.product-search-modal-header h3{align-items:center;color:#1e293b;display:flex;font-size:18px;font-weight:600;gap:8px}.product-search-close-modal{background:none;border:none;color:#64748b;cursor:pointer;font-size:20px;padding:4px}.product-search-filter-tabs{border-bottom:1px solid #e2e8f0;display:flex}.product-search-filter-tab{align-items:center;border-bottom:2px solid #0000;cursor:pointer;display:flex;flex:1 1;gap:6px;justify-content:center;padding:12px;text-align:center;transition:all .3s ease}.product-search-filter-tab.active{border-bottom:2px solid #2563eb;color:#2563eb;font-weight:600}.product-search-filter-options{grid-gap:12px;display:grid;flex-grow:1;gap:12px;grid-template-columns:1fr 1fr;overflow-y:auto;padding:20px}.product-search-filter-option{align-items:center;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:14px;transition:all .2s ease}.product-search-filter-option:hover{background:#f8fafc;border-color:#94a3b8}.product-search-filter-option.product-search-selected{background:#eff6ff;border-color:#2563eb;color:#2563eb}.product-search-sort-options{flex-grow:1;overflow-y:auto;padding:0}.product-search-sort-option{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:12px;padding:16px 20px;transition:all .2s ease}.product-search-sort-option:hover{background:#f8fafc}.product-search-sort-option.product-search-selected{background:#eff6ff;color:#2563eb}.product-search-sort-icon{color:#64748b;font-size:18px}.product-search-sort-option.product-search-selected .product-search-sort-icon{color:#2563eb}.product-search-check-icon{color:#2563eb;font-size:16px}.product-search-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;padding:16px}.product-search-primary-button,.product-search-secondary-button{border-radius:8px;cursor:pointer;flex:1 1;font-weight:500;padding:12px 20px;text-align:center;transition:all .2s ease}.product-search-primary-button{background:#2563eb;border:none;color:#fff}.product-search-primary-button:hover{background:#1d4ed8;box-shadow:0 2px 5px #0000001a;transform:translateY(-1px)}.product-search-secondary-button{background:#fff;border:1px solid #2563eb;color:#2563eb}.product-search-secondary-button:hover{background:#f1f5f9;box-shadow:0 2px 5px #0000001a;transform:translateY(-1px)}.product-search-full-width{flex:none;width:100%}@media (max-width:768px){.product-search-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.product-search-filter-sort-bar{align-items:flex-start;flex-direction:column;gap:12px}.product-search-filter-buttons{width:100%}.product-search-filter-options{grid-template-columns:1fr}}@media (max-width:480px){.product-search-container{padding:16px}.product-search-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-search-title{font-size:20px}.product-search-filter-button,.product-search-sort-button{font-size:13px;padding:8px 12px}}.service-subcategory-screen{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:0 15px}.service-subcategory-header{margin-bottom:30px}.service-subcategory-hero{border-radius:12px;box-shadow:0 5px 15px #0000001a;height:50vh;overflow:hidden;position:relative}.service-subcategory-hero-image{height:100%;object-fit:contain;width:100%}.service-subcategory-hero-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;color:#fff;left:0;padding:30px;position:absolute;right:0}.service-subcategory-title{font-size:2.2rem;font-weight:700;margin:0}.service-subcategory-search-container{display:flex;margin-bottom:30px}.service-subcategory-search-input{border:1px solid #ddd;border-radius:30px;flex:1 1;font-size:1rem;outline:none;padding:12px 20px;transition:all .3s ease}.service-subcategory-search-input:focus{border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}.service-subcategory-search-button{background-color:#4caf50;border:none;border-radius:0 30px 30px 0;color:#fff;cursor:pointer;padding:0 20px;transition:all .3s ease}.service-subcategory-search-button:hover{background-color:#45a049}.service-subcategory-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.service-subcategory-card{background:#fff;border-radius:12px;box-shadow:0 3px 10px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.service-subcategory-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-5px)}.service-subcategory-card-image-container{align-items:center;display:flex;height:180px;justify-content:center}.service-subcategory-card-image{height:100%;object-fit:contain;width:100%}.service-subcategory-card-content{padding:15px}.service-subcategory-card-title{color:#2c3e50;font-size:1.1rem;margin:0 0 8px}.service-subcategory-card-description{color:#7f8c8d;font-size:.9rem;margin:0}.service-subcategory-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.service-subcategory-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#4caf50;height:50px;margin-bottom:20px;width:50px}.service-subcategory-error{align-items:center;color:#721c24;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.service-subcategory-error i{color:#dc3545;font-size:3rem;margin-bottom:20px}.service-subcategory-retry-button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px;transition:all .3s ease}.service-subcategory-retry-button:hover{background-color:#c82333}.service-subcategory-empty{align-items:center;color:#6c757d;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.service-subcategory-empty i{color:#6c757d;font-size:3rem;margin-bottom:20px}.service-subcategory-clear-search{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:8px 16px;transition:all .3s ease}.service-subcategory-clear-search:hover{background-color:#5a6268}@media (max-width:992px){.service-subcategory-hero{height:200px}.service-subcategory-title{font-size:1.8rem}}@media (max-width:768px){.service-subcategory-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.service-subcategory-hero{height:180px}.service-subcategory-title{font-size:1.5rem}}@media (max-width:576px){.service-subcategory-grid{grid-template-columns:1fr}.service-subcategory-hero{height:150px}.service-subcategory-title{font-size:1.3rem}.service-subcategory-search-container{flex-direction:column}.service-subcategory-search-input{border-radius:30px;margin-bottom:10px}.service-subcategory-search-button{border-radius:30px;padding:12px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.service-search-main-container{margin:0 auto;max-width:1800px;padding:2rem 1rem}.service-search-page-header{margin-bottom:2rem;text-align:center}.service-search-page-title{color:#2c3e50;font-weight:700;margin-bottom:.5rem}.service-search-results-count{color:#7f8c8d;font-weight:500}.service-search-services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:1rem}@media (max-width:900px){.service-search-services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:600px){.service-search-services-grid{grid-template-columns:1fr;padding:0}}.service-search-card{border-radius:16px;box-shadow:0 6px 15px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.service-search-card:hover{box-shadow:0 12px 20px #00000026;transform:translateY(-5px)}.service-search-card-content{display:flex;flex-direction:column;height:100%}.service-search-image-container{height:250px;overflow:hidden;position:relative}.service-search-carousel-item{height:250px}.service-search-carousel-image{height:100%;object-fit:contain;transition:transform .5s ease;width:100%}.service-search-carousel .service-search-carousel-indicator{background:#ffffff80;border-radius:50%;cursor:pointer;height:8px;margin:0 4px;width:8px}.service-search-carousel .service-search-carousel-indicator.service-search-selected{background:#fff}.service-search-favorite-button{background:#fffc;border-radius:50%;padding:8px;position:absolute;right:10px;top:10px;z-index:10}.service-search-favorite-button:hover{background:#ffffffe6}.service-search-details{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.service-search-header{margin-bottom:.75rem}.service-search-title{color:#2c3e50;cursor:pointer;font-weight:700;margin-bottom:.5rem;transition:color .2s}.service-search-title:hover{color:#3498db}.service-search-rating{align-items:center;display:flex;margin-bottom:.5rem}.service-search-rating-stars{color:#ffb400;margin-right:.5rem}.service-search-rating-text{color:#7f8c8d;font-size:.875rem}.service-search-address{align-items:flex-start;display:flex;margin-bottom:1rem}.service-search-address-icon{color:#e74c3c;flex-shrink:0;margin-right:.5rem;margin-top:.125rem}.service-search-address-text{color:#7f8c8d;font-size:.875rem;line-height:1.4}.service-search-offered-services{margin-bottom:1.5rem}.service-search-offered-services-title{color:#2c3e50;font-weight:600;margin-bottom:.75rem}.service-search-chips-container{display:flex;flex-wrap:wrap;gap:.5rem}.service-search-chip{border-radius:8px!important;margin:0!important;transition:all .2s ease}.service-search-chip:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.service-search-chip-content{display:flex;flex-direction:column}.service-search-chip-name{font-size:.8rem;font-weight:500}.service-search-chip-price{align-items:center;color:#7f8c8d;display:flex;font-size:.7rem;gap:.25rem}.service-search-chip-badge{font-size:.6rem!important;font-weight:600;height:24px!important;width:24px!important}.service-search-fixed-price-chip .service-search-chip-badge{background-color:#2ecc71!important;color:#fff!important}.service-search-call-price-chip .service-search-chip-badge{background-color:#e74c3c!important;color:#fff!important}.service-search-actions{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.service-search-action-button{border-radius:8px;font-weight:600;padding:.5rem 1rem;text-transform:none}.service-search-book-button{background-color:#2ecc71;color:#fff}.service-search-book-button:hover{background-color:#27ae60}.service-search-secondary-actions{display:flex;gap:.5rem}.service-search-action-icon{border-radius:50%;height:40px;transition:all .2s ease;width:40px}.service-search-whatsapp-button{background-color:#25d366;color:#fff}.service-search-whatsapp-button:hover{background-color:#128c7e}.service-search-call-button{background-color:#e74c3c;color:#fff}.service-search-call-button:hover{background-color:#c0392b}.service-search-empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.service-search-empty-image{margin-bottom:2rem;max-width:300px;opacity:.8;width:100%}.service-search-empty-title{color:#2c3e50;font-weight:700;margin-bottom:1rem}.service-search-empty-message{color:#7f8c8d;max-width:500px}.service-search-booking-dialog .MuiDialog-paper{border-radius:16px}.service-search-dialog-title{padding:1.5rem 1.5rem 0}.service-search-dialog-header{align-items:center;display:flex;justify-content:space-between}.service-search-dialog-content{padding:1.5rem}.service-search-provider-name{color:#2c3e50;font-weight:600;margin-bottom:1.5rem}.service-search-selected-services-list{margin-bottom:1.5rem}.service-search-selected-services-list ul{margin:.5rem 0;padding-left:1.5rem}.service-search-selected-services-list li{color:#34495e;margin-bottom:.5rem}.service-search-description-input{margin-bottom:1.5rem}.service-search-total-price{color:#2c3e50;font-weight:700;margin-top:1rem;text-align:right}.service-search-dialog-actions{padding:1rem 1.5rem}.service-search-cancel-button{border-color:#bdc3c7;color:#7f8c8d}.service-search-confirm-button{background-color:#2ecc71}.service-search-confirm-button:hover{background-color:#27ae60}.service-search-skeleton-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:1rem}.service-search-skeleton{border-radius:16px;box-shadow:0 6px 15px #00000014;overflow:hidden}.service-search-skeleton-image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;height:250px}.service-search-skeleton-content{padding:1.5rem}.service-search-skeleton-title{height:24px;margin-bottom:1rem;width:70%}.service-search-skeleton-rating,.service-search-skeleton-title{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.service-search-skeleton-rating{height:20px;margin-bottom:.75rem;width:120px}.service-search-skeleton-address{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:1.5rem;width:80%}.service-search-skeleton-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.service-search-skeleton-chip{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;height:60px;width:120px}.service-search-skeleton-actions{align-items:center;display:flex;justify-content:space-between}.service-search-skeleton-primary-action{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;height:40px;width:120px}.service-search-skeleton-secondary-actions{display:flex;gap:.5rem}.service-search-skeleton-secondary-action{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:50%;height:40px;width:40px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:600px){.service-search-main-container{padding:1rem .5rem}.service-search-services-grid{gap:1.5rem;grid-template-columns:1fr}.service-search-carousel-item,.service-search-image-container{height:200px}.service-search-details{padding:1rem}.service-search-skeleton-container{gap:1.5rem;grid-template-columns:1fr}.service-search-carousel-item,.service-search-skeleton-image{height:200px}}:root{--primary-color:#ed7a07;--primary-light:#ff9a3c;--primary-dark:#b35900;--secondary-color:#2c3e50;--accent-color:#3498db;--success-color:#2ecc71;--danger-color:#e74c3c;--warning-color:#f39c12;--light-gray:#ecf0f1;--medium-gray:#bdc3c7;--dark-gray:#7f8c8d;--black:#000;--shadow:0 4px 6px #0000001a}.service-provider-screen-container{background-color:#fff;background-color:var(--white);color:#333;color:var(--text-color);font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:20px 15px}.service-provider-screen-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:40px;text-align:center}.loading-spinner{border:5px solid #ecf0f1;border-top-color:#ed7a07;border:5px solid var(--light-gray);border-top-color:var(--primary-color)}.service-provider-screen-error{background-color:#fee;border-radius:10px;margin:20px 0;padding:40px;text-align:center}.service-provider-screen-error button{background-color:#ed7a07;background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:15px;padding:10px 20px;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-error button:hover{background-color:#b35900;background-color:var(--primary-dark)}.service-provider-screen-hero{background:linear-gradient(135deg,#ed7a07,#b35900);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:0 0 20px 20px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);color:#fff;color:var(--white);margin-bottom:30px;overflow:hidden;padding:30px 20px;position:relative}.service-provider-screen-hero:before{background:#ffffff1a;border-radius:50%;content:"";height:100px;position:absolute;right:0;top:0;width:100px}.service-provider-screen-hero:after{background:#ffffff0d;border-radius:50%;bottom:-50px;content:"";height:150px;position:absolute;right:-50px;width:150px}.service-provider-screen-hero-content{align-items:center;display:flex;gap:20px;margin:0 auto;max-width:1000px;position:relative;z-index:1}.service-provider-screen-profile-image{border:3px solid #ffffff4d;border-radius:50%;flex-shrink:0;height:100px;overflow:hidden;width:100px}.service-provider-screen-profile-image img{height:100%;object-fit:cover;width:100%}.service-provider-screen-title-section{flex:1 1}.service-provider-screen-business-name{font-size:28px;font-weight:700;margin:0 0 5px;text-shadow:1px 1px 2px #0003}.service-provider-screen-store-title{font-size:16px;margin:0 0 15px;opacity:.9}.service-provider-screen-rating-section{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.service-provider-screen-rating-badge{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:20px;display:flex;gap:5px;padding:8px 15px}.service-provider-screen-rating-star{color:gold;font-size:18px}.service-provider-screen-rating-value{font-size:18px;font-weight:700}.service-provider-screen-experience,.service-provider-screen-review-count{font-size:14px;opacity:.9}.service-provider-screen-favorite-button{align-self:flex-start;background:none;border:none;cursor:pointer;font-size:28px;padding:5px;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-favorite-button.favorited{animation:pulse .5s;color:#ff4757}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.service-provider-screen-quick-actions{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:20px 0 30px}.service-provider-screen-action-button{align-items:center;border:none;border-radius:10px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);color:#fff;color:var(--white);cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:600;justify-content:center;padding:15px 10px;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-action-button.call{background-color:#4caf50}.service-provider-screen-action-button.whatsapp{background-color:#25d366}.service-provider-screen-action-button.direction{background-color:#3498db;background-color:var(--accent-color)}.service-provider-screen-action-button.book{background-color:#ed7a07;background-color:var(--primary-color)}.service-provider-screen-action-button:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-3px)}.service-provider-screen-action-icon{font-size:24px;margin-bottom:8px}.service-provider-screen-section{background:#fff;background:var(--white);border:1px solid #eee;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:25px;padding:25px}.service-provider-screen-section-title{color:#2c3e50;color:var(--secondary-color);font-size:22px;font-weight:600;margin:0 0 20px;padding-bottom:10px;position:relative}.service-provider-screen-section-title:after{background:linear-gradient(90deg,#ed7a07,#b35900);background:linear-gradient(to right,var(--primary-color),var(--primary-dark));border-radius:3px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.service-provider-screen-about-content{line-height:1.6}.service-provider-screen-address,.service-provider-screen-owner{margin:0 0 15px}.service-provider-screen-address{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.service-provider-screen-copy-address{align-items:center;background:#ecf0f1;background:var(--light-gray);border:none;border-radius:5px;cursor:pointer;display:inline-flex;font-size:12px;gap:5px;padding:5px 12px;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-copy-address:hover{background:#bdc3c7;background:var(--medium-gray)}.service-provider-screen-services-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.service-provider-screen-service-card{background:#fff;background:var(--white);border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-service-card:hover{border-color:#ff9a3c;border-color:var(--primary-light);box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.service-provider-screen-service-image{height:200px;overflow:hidden;position:relative}.service-provider-screen-service-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-provider-screen-service-card:hover .service-provider-screen-service-image img{transform:scale(1.1)}.service-provider-screen-image-indicators{bottom:15px;display:flex;gap:10px;justify-content:center;left:0;position:absolute;right:0}.service-provider-screen-indicator{background:#ffffff80;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;transition:var(--transition);width:10px}.service-provider-screen-indicator.active{background:#fff;background:var(--white);border-radius:5px;width:25px}.service-provider-screen-service-details{padding:20px}.service-provider-screen-service-name{color:#2c3e50;color:var(--secondary-color);font-size:18px;font-weight:600;margin:0 0 10px}.service-provider-screen-service-price{color:#ed7a07;color:var(--primary-color);font-size:20px;font-weight:700;margin:0 0 15px}.service-provider-screen-call-for-price{color:#ed7a07;color:var(--primary-color);display:inline-block;font-weight:600;margin:0 0 15px;padding:5px 0;text-decoration:none;transition:color .2s}.service-provider-screen-call-for-price:hover{color:#b35900;color:var(--primary-dark)}.service-provider-screen-service-book-button{align-items:center;background:#ed7a07;background:var(--primary-color);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-weight:600;gap:8px;justify-content:center;padding:12px;transition:all .3s ease;transition:var(--transition);width:100%}.service-provider-screen-service-book-button:hover{background:#b35900;background:var(--primary-dark);box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.service-provider-screen-no-services{color:#7f8c8d;color:var(--dark-gray);font-size:16px;padding:40px 20px;text-align:center}.service-provider-screen-gallery{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.service-provider-screen-gallery-item{aspect-ratio:1;border-radius:10px;cursor:pointer;overflow:hidden;position:relative}.service-provider-screen-gallery-item:after{background:#0000001a;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-gallery-item:hover:after{opacity:1}.service-provider-screen-gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-provider-screen-gallery-item:hover img{transform:scale(1.1)}.service-provider-screen-social-links{display:flex;flex-wrap:wrap;gap:15px}.service-provider-screen-social-link{align-items:center;border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow);display:flex;font-weight:500;padding:12px 20px;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-social-link.facebook{background:#3b5998;color:#fff;color:var(--white)}.service-provider-screen-social-link.instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);color:#fff;color:var(--white)}.service-provider-screen-social-link.youtube{background:red;color:#fff;color:var(--white)}.service-provider-screen-social-link:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-3px)}.service-provider-screen-social-icon{font-size:20px;margin-right:10px}.service-provider-screen-rating-summary{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:30px}.service-provider-screen-average-rating{min-width:150px;text-align:center}.service-provider-screen-big-rating{color:#2c3e50;color:var(--secondary-color);font-size:52px;font-weight:700;line-height:1}.service-provider-screen-rating-out-of{color:#7f8c8d;color:var(--dark-gray);font-size:22px}.service-provider-screen-stars{display:flex;gap:3px;justify-content:center;margin:15px 0}.service-provider-screen-star{color:#ddd;font-size:24px}.service-provider-screen-star.filled{color:gold}.service-provider-screen-total-reviews{color:#7f8c8d;color:var(--dark-gray);font-size:15px}.service-provider-screen-rating-bars{flex:1 1;min-width:250px}.service-provider-screen-rating-bar{align-items:center;display:flex;margin-bottom:12px}.service-provider-screen-rating-label{align-items:center;color:#2c3e50;color:var(--secondary-color);display:flex;font-size:16px;gap:5px;width:70px}.service-provider-screen-star-icon{color:gold}.service-provider-screen-progress-container{background:#ecf0f1;background:var(--light-gray);border-radius:5px;flex:1 1;height:10px;margin:0 15px;overflow:hidden}.service-provider-screen-progress-bar{background:linear-gradient(90deg,gold,#ed7a07);background:linear-gradient(to right,gold,var(--primary-color));border-radius:5px;height:100%}.service-provider-screen-rating-count{color:#7f8c8d;color:var(--dark-gray);font-size:15px;text-align:right;width:40px}.service-provider-screen-review-form{background:#ecf0f1;background:var(--light-gray);border-radius:12px;margin-bottom:30px;padding:25px}.service-provider-screen-form-title{color:#2c3e50;color:var(--secondary-color);font-size:20px;font-weight:600;margin:0 0 20px}.service-provider-screen-emoji-rating{display:flex;justify-content:space-between;margin-bottom:25px;max-width:400px}.service-provider-screen-emoji{cursor:pointer;font-size:36px;opacity:.5;transform:scale(1);transition:all .3s ease;transition:var(--transition)}.service-provider-screen-emoji:hover{transform:scale(1.2)}.service-provider-screen-emoji.selected{opacity:1;transform:scale(1.4)}.service-provider-screen-review-textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:15px;margin-bottom:20px;min-height:120px;padding:15px;resize:vertical;transition:all .3s ease;transition:var(--transition);width:100%}.service-provider-screen-review-textarea:focus{border-color:#ed7a07;border-color:var(--primary-color);box-shadow:0 0 0 3px #ed7a0733;outline:none}.image-section{margin-bottom:20px}.image-title{color:#7f8c8d;color:var(--dark-gray);font-size:15px;margin-bottom:10px}.image-grid{display:flex;gap:15px}.image-box{align-items:center;background:#f9f9f9;border:2px dashed #bdc3c7;border:2px dashed var(--medium-gray);border-radius:8px;display:flex;height:100px;justify-content:center;overflow:hidden;position:relative;width:100px}.image-preview{height:100%;object-fit:cover;width:100%}.remove-button{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:5px;top:5px;transition:all .3s ease;transition:var(--transition);width:24px}.remove-button:hover{background:#e74c3c;background:var(--danger-color)}.add-image-label{align-items:center;color:#bdc3c7;color:var(--medium-gray);cursor:pointer;display:flex;font-size:24px;height:100%;justify-content:center;transition:all .3s ease;transition:var(--transition);width:100%}.add-image-label:hover{border-color:#ed7a07;border-color:var(--primary-color);color:#ed7a07;color:var(--primary-color)}.service-provider-screen-submit-review{background:linear-gradient(90deg,#ed7a07,#b35900);background:linear-gradient(to right,var(--primary-color),var(--primary-dark));border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-size:16px;font-weight:600;max-width:200px;padding:14px 30px;transition:all .3s ease;transition:var(--transition);width:100%}.service-provider-screen-submit-review:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-3px)}.service-provider-screen-submit-review:disabled{background:#bdc3c7;background:var(--medium-gray);box-shadow:none;cursor:not-allowed;transform:none}.service-provider-screen-reviews-list{margin-top:30px}.service-provider-screen-review-item{border-bottom:1px solid #eee;padding:25px 0}.service-provider-screen-review-item:last-child{border-bottom:none}.service-provider-screen-review-header{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:15px}.service-provider-screen-reviewer-info{align-items:center;display:flex;gap:15px}.service-provider-screen-reviewer-avatar{align-items:center;background:linear-gradient(90deg,#ed7a07,#b35900);background:linear-gradient(to right,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;color:var(--white);display:flex;flex-shrink:0;font-size:20px;font-weight:600;height:50px;justify-content:center;width:50px}.service-provider-screen-reviewer-name{color:#2c3e50;color:var(--secondary-color);font-size:16px;font-weight:600}.service-provider-screen-review-date{color:#7f8c8d;color:var(--dark-gray);font-size:13px}.service-provider-screen-review-rating{display:flex;gap:3px}.service-provider-screen-review-star{color:#ddd;font-size:18px}.service-provider-screen-review-star.filled{color:gold}.service-provider-screen-review-text{color:#333;color:var(--text-color);font-size:15px;line-height:1.6;margin-bottom:15px}.service-provider-screen-review-images{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px}.service-provider-screen-review-img{border:1px solid #ddd;border-radius:8px;cursor:pointer;height:120px;object-fit:cover;transition:all .3s ease;transition:var(--transition);width:120px}.service-provider-screen-review-img:hover{box-shadow:0 4px 8px #0000001a;transform:scale(1.05)}.service-provider-screen-view-all-reviews{background:#ecf0f1;background:var(--light-gray);border:none;border-radius:8px;color:#2c3e50;color:var(--secondary-color);cursor:pointer;display:block;font-weight:600;margin-top:25px;padding:15px;text-align:center;transition:all .3s ease;transition:var(--transition);width:100%}.service-provider-screen-view-all-reviews:hover{background:#bdc3c7;background:var(--medium-gray)}.service-provider-screen-no-reviews{color:#7f8c8d;color:var(--dark-gray);font-size:16px;font-style:italic;padding:40px 20px;text-align:center}.service-provider-screen-booking-dialog{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.service-provider-screen-booking-content{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 10px 30px #0003;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;position:relative;width:100%}.service-provider-screen-booking-content h2{color:#2c3e50;color:var(--secondary-color);font-size:24px;margin:0 0 10px}.service-provider-screen-booking-content h3{color:#ed7a07;color:var(--primary-color);font-size:20px;margin:0 0 20px}.service-provider-screen-service-options{margin-bottom:20px}.service-provider-screen-service-options h4{color:#2c3e50;color:var(--secondary-color);font-size:16px;margin:0 0 15px}.service-provider-screen-service-option{align-items:center;display:flex;margin-bottom:12px}.service-provider-screen-service-option input{accent-color:#ed7a07;accent-color:var(--primary-color);height:18px;margin-right:12px;width:18px}.service-provider-screen-service-option label{cursor:pointer;font-size:15px}.service-provider-screen-booking-total{background:#ecf0f1;background:var(--light-gray);border-radius:8px;font-size:18px;margin:20px 0;padding:15px;text-align:right}.service-provider-screen-booking-total strong{color:#2c3e50;color:var(--secondary-color)}.service-provider-screen-booking-description{margin-bottom:25px}.service-provider-screen-booking-description label{color:#2c3e50;color:var(--secondary-color);display:block;font-size:16px;margin-bottom:10px}.service-provider-screen-booking-description textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:15px;min-height:100px;padding:15px;resize:vertical;width:100%}.service-provider-screen-booking-description textarea:focus{border-color:#ed7a07;border-color:var(--primary-color);box-shadow:0 0 0 3px #ed7a0733;outline:none}.service-provider-screen-booking-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px}.service-provider-screen-booking-cancel,.service-provider-screen-booking-confirm{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 25px;transition:all .3s ease;transition:var(--transition)}.service-provider-screen-booking-cancel{background:#ecf0f1;background:var(--light-gray);color:#2c3e50;color:var(--secondary-color)}.service-provider-screen-booking-cancel:hover{background:#bdc3c7;background:var(--medium-gray)}.service-provider-screen-booking-confirm{background:#ed7a07;background:var(--primary-color);color:#fff;color:var(--white)}.service-provider-screen-booking-confirm:hover{background:#b35900;background:var(--primary-dark);box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.service-provider-screen-snackbar{align-items:center;animation:slideIn .3s ease-out;border-radius:8px;bottom:30px;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;font-weight:500;gap:15px;left:50%;max-width:90%;padding:15px 25px;position:fixed;transform:translateX(-50%);z-index:1000}.service-provider-screen-snackbar.success{background:#2ecc71;background:var(--success-color)}.service-provider-screen-snackbar.error{background:#e74c3c;background:var(--danger-color)}.service-provider-screen-snackbar.warning{background:#f39c12;background:var(--warning-color)}.service-provider-screen-snackbar.info{background:#3498db;background:var(--accent-color)}.service-provider-screen-snackbar button{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;margin-left:10px;padding:0}@media (max-width:768px){.service-provider-screen-hero-content{flex-direction:column;text-align:center}.service-provider-screen-profile-image{margin-bottom:20px}.service-provider-screen-rating-section{justify-content:center}.service-provider-screen-services-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.service-provider-screen-rating-summary{flex-direction:column;gap:30px}.service-provider-screen-average-rating{margin-bottom:20px}.service-provider-screen-booking-content{padding:20px}}@media (max-width:480px){.service-provider-screen-business-name{font-size:24px}.service-provider-screen-quick-actions{grid-template-columns:1fr 1fr}.service-provider-screen-action-button{font-size:13px;padding:12px 8px}.service-provider-screen-action-icon{font-size:20px}.service-provider-screen-gallery{grid-template-columns:1fr}.service-provider-screen-social-links{flex-direction:column}.service-provider-screen-social-link{justify-content:center}.service-provider-screen-booking-actions{flex-direction:column}.service-provider-screen-booking-cancel,.service-provider-screen-booking-confirm{width:100%}}:root{--primary-color:#2c3e50;--secondary-color:#3498db;--accent-color:#e74c3c;--light-gray:#f5f5f5;--medium-gray:#e0e0e0;--dark-gray:#757575;--success-color:#4caf50;--warning-color:#ff9800;--error-color:#f44336;--text-color:#333;--white:#fff;--shadow:0 4px 12px #0000001a;--transition:all 0.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;background-color:var(--light-gray);color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.loading-container{height:100vh}.spinner{animation:spin 1s ease-in-out infinite;border:5px solid #0000001a;border-top:5px solid var(--secondary-color);height:50px;width:50px}.error-container{background:#fff;background:var(--white);border-radius:10px;box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow);margin:2rem auto;max-width:500px;padding:2rem;text-align:center}.error-icon{align-items:center;background-color:#f44336;background-color:var(--error-color);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:2rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.error-container h2{color:#f44336;color:var(--error-color);margin-bottom:1rem}.error-container p{color:#757575;color:var(--dark-gray);margin-bottom:1.5rem}.retry-button{background-color:#f44336;background-color:var(--error-color);border:none;border-radius:5px;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:all .3s ease;transition:var(--transition)}.retry-button:hover{background-color:#d32f2f}.empty-orders-container{background:#fff;background:var(--white);border-radius:10px;box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow);margin:2rem auto;max-width:500px;padding:2rem;text-align:center}.empty-orders-icon{fill:#757575;fill:var(--dark-gray);height:80px;margin:0 auto 1.5rem;width:80px}.empty-orders-icon svg{height:100%;width:100%}.empty-orders-container h2{color:#2c3e50;color:var(--primary-color);margin-bottom:1rem}.empty-orders-container p{color:#757575;color:var(--dark-gray);margin-bottom:1.5rem}.shop-now-button{background-color:#3498db;background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:all .3s ease;transition:var(--transition)}.shop-now-button:hover{background-color:#2980b9}.bulk-order-history{margin:0 auto;max-width:1200px;padding:1rem}.order-history-header{margin:2rem 0;text-align:center}.order-history-header h1{color:#2c3e50;color:var(--primary-color);display:inline-block;font-size:2.2rem;padding-bottom:.5rem;position:relative}.order-history-header h1:after{background-color:#3498db;background-color:var(--secondary-color);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.orders-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.order-card{background-color:#fff;background-color:var(--white);border-radius:10px;box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease;transition:var(--transition)}.order-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.order-summary{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.2rem}.order-number{flex:1 1;min-width:200px}.order-number span{color:#757575;color:var(--dark-gray);display:block;font-size:.9rem}.order-number strong{color:#2c3e50;color:var(--primary-color);font-size:1.1rem}.order-date{align-items:flex-end;display:flex;flex-direction:column;min-width:120px}.order-date span{color:#757575;color:var(--dark-gray);font-size:.9rem}.order-status{border-radius:20px;color:#fff;color:var(--white);font-size:.85rem;font-weight:500;min-width:100px;padding:.4rem .8rem;text-align:center;text-transform:capitalize}.expand-icon{align-items:center;background-color:#f5f5f5;background-color:var(--light-gray);border-radius:50%;color:#2c3e50;color:var(--primary-color);display:flex;font-weight:700;height:30px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:30px}.order-card.expanded .expand-icon{transform:rotate(180deg)}.order-details{animation:fadeIn .3s ease-out;border-top:1px solid #e0e0e0;border-top:1px solid var(--medium-gray);padding:0 1.2rem 1.2rem}.customer-info,.order-description{margin-bottom:1.5rem}.customer-info h3,.order-description h3,.order-image-container h3{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--medium-gray);color:#2c3e50;color:var(--primary-color);margin-bottom:1rem;padding-bottom:.5rem}.customer-info p{margin-bottom:.5rem}.customer-info p strong{color:#757575;color:var(--dark-gray);display:inline-block;min-width:80px}.order-image-container{margin-bottom:1.5rem}.order-image{border-radius:8px;cursor:pointer;height:200px;max-width:300px;overflow:hidden;position:relative;transition:all .3s ease;transition:var(--transition);width:100%}.order-image:hover{box-shadow:0 5px 15px #0003;transform:scale(1.02)}.order-image img{height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;width:100%}.order-image.loaded img{opacity:1}.image-placeholder{align-items:center;background-color:#e0e0e0;background-color:var(--medium-gray);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.order-image.loaded .image-placeholder{display:none}.full-image-overlay{align-items:center;background-color:#000000e6;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.full-image-container{max-height:90%;max-width:90%;position:relative}.full-image-container img{border-radius:5px;max-height:90vh;max-width:100%;object-fit:contain}.close-button{background:none;border:none;color:#fff;color:var(--white);cursor:pointer;font-size:2rem;padding:.5rem;position:absolute;right:0;top:-40px}@media (max-width:768px){.order-summary{flex-direction:column;gap:.8rem}.order-date,.order-summary{align-items:flex-start}.order-status{align-self:flex-start}.expand-icon{position:absolute;right:1.2rem;top:1.2rem}.order-history-header h1{font-size:1.8rem}}@media (max-width:480px){.bulk-order-history{padding:.5rem}.order-summary{padding:1rem}.order-details{padding:0 1rem 1rem}.order-image{height:150px}}:root{--primary-color:#4361ee;--primary-light:#4895ef;--primary-dark:#3a0ca3;--secondary-color:#3f37c9;--accent-color:#f72585;--success-color:#4cc9f0;--warning-color:#f8961e;--error-color:#f94144;--dark-color:#212529;--medium-color:#495057;--light-color:#f8f9fa;--card-bg:#fff;--shadow-sm:0 1px 3px #0000001f;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--border-radius:12px;--border-radius-sm:8px}body{background-color:#f5f7fa;color:#212529;color:var(--dark-color);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;margin:0;padding:0}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:80vh;justify-content:center}.loading-container p{color:#4361ee;color:var(--primary-color);font-size:1.1rem;font-weight:500}.spinner{animation:spin 1s linear infinite;border:5px solid #4361ee1a;border-radius:50%;border-top:5px solid var(--primary-color);height:60px;width:60px}.empty-booking-container{animation:fadeIn .6s ease-out;background:#fff;background:var(--card-bg);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000001f;box-shadow:var(--shadow-sm);margin:3rem auto;max-width:500px;padding:3rem 2rem;text-align:center}.empty-booking-icon{fill:#4895ef;fill:var(--primary-light);height:80px;margin:0 auto 1.5rem;opacity:.8;width:80px}.empty-booking-container h2{color:#212529;color:var(--dark-color);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.empty-booking-container p{color:#495057;color:var(--medium-color);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.book-now-button{background:linear-gradient(135deg,#4361ee,#4895ef);background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border:none;border-radius:8px;border-radius:var(--border-radius-sm);box-shadow:0 4px 6px #4361ee33;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2.5rem;transition:all .3s ease}.book-now-button:hover{box-shadow:0 6px 12px #4361ee40;transform:translateY(-2px)}.service-booking-container{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.service-booking-header{margin-bottom:2.5rem}.service-booking-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4361ee,#f72585);background:linear-gradient(90deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;color:#212529;color:var(--dark-color);display:inline-block;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.booking-summary{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.booking-count{background:#f8f9fa;background:var(--light-color);border-radius:20px;color:#495057;color:var(--medium-color);font-size:1.1rem;font-weight:500;padding:.5rem 1rem}.status-filters{display:flex;gap:.8rem}.filter{border-radius:20px;color:#495057;color:var(--medium-color);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.2rem;transition:all .2s ease}.filter.active{background:#4361ee;background:var(--primary-color);color:#fff}.filter:hover{background:#4361ee1a}.booking-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.booking-card{animation-fill-mode:forwards;background:#fff;background:var(--card-bg);border:1px solid #0000000d;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000001f;box-shadow:var(--shadow-sm);opacity:0;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1)}.booking-card:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-3px)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideIn .5s ease-out forwards}.booking-card-content{padding:1.8rem}.booking-header{cursor:pointer;justify-content:space-between}.booking-header,.service-info{align-items:center;display:flex}.service-info{gap:1.2rem}.service-icon{align-items:center;background:linear-gradient(135deg,#4361ee,#4895ef);background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;font-weight:700;height:50px;justify-content:center;width:50px}.booking-header h3{color:#212529;color:var(--dark-color);font-size:1.3rem;font-weight:700;margin:0 0 .3rem}.booking-date{color:#495057;color:var(--medium-color);font-size:.9rem;font-weight:500}.booking-divider{background:linear-gradient(90deg,#0000,#eee,#0000);height:1px;margin:1.5rem 0}.booking-details{grid-gap:1rem;animation:fadeIn .3s ease-out;display:grid;gap:1rem;grid-template-columns:1fr}.detail-row{align-items:flex-start;display:flex;margin-bottom:.5rem}.detail-label{color:#495057;color:var(--medium-color);font-size:.95rem;font-weight:600;min-width:120px}.detail-value{color:#212529;color:var(--dark-color);flex:1 1;font-size:.95rem;word-break:break-word}.booking-status{align-items:center;border-radius:20px;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.6rem;padding:.6rem 1.2rem;transition:all .2s ease}.status-icon{font-size:1rem}.status-text{margin-right:.5rem}.expand-icon{font-size:.8rem}.status-processing{background-color:#f8961e1a;color:#f8961e;color:var(--warning-color)}.status-confirmed{background-color:#4cc9f01a;color:#4cc9f0;color:var(--success-color)}.status-rejected{background-color:#f941441a;color:#f94144;color:var(--error-color)}.status-completed{background-color:#4361ee1a;color:#4361ee;color:var(--primary-color)}.status-unknown{background-color:#2125291a;color:#212529;color:var(--dark-color)}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem}.contact-button,.view-details-button{border:none;border-radius:8px;border-radius:var(--border-radius-sm);cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;transition:all .2s ease}.view-details-button{background:#4361ee;background:var(--primary-color);color:#fff}.contact-button{background:#fff;border:1px solid #4361ee;border:1px solid var(--primary-color);color:#4361ee;color:var(--primary-color)}.view-details-button:hover{background:#3a0ca3;background:var(--primary-dark);transform:translateY(-2px)}.contact-button:hover{background:#4361ee0d;transform:translateY(-2px)}@media (max-width:768px){.service-booking-container{padding:1.5rem 1rem}.service-booking-header h1{font-size:1.8rem}.booking-summary{align-items:flex-start;flex-direction:column;gap:1rem}.status-filters{overflow-x:auto;padding-bottom:.5rem;width:100%}.booking-header{align-items:flex-start;flex-direction:column;gap:1.2rem}.booking-status{align-self:flex-start}.action-buttons{flex-direction:column;gap:.8rem}.contact-button,.view-details-button{width:100%}}@media (max-width:480px){.booking-card-content{padding:1.5rem}.service-info{gap:1rem}.service-icon{font-size:1.2rem;height:42px;width:42px}.booking-header h3{font-size:1.15rem}.detail-row{flex-direction:column;gap:.2rem}.detail-label{min-width:auto}}.browse-services{color:#333;font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.browse-services-header{margin-bottom:30px;text-align:center}.browse-services-title{color:#2c3e50;font-size:32px;font-weight:700;margin-bottom:8px}.browse-services-subtitle{color:#7f8c8d;font-size:16px;margin:0}.browse-services-error{align-items:center;background-color:#ffebee;border-left:4px solid #f44336;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:25px;padding:15px}.error-message{color:#d32f2f;font-size:14px}.error-close{background:none;border:none;color:#d32f2f;cursor:pointer;font-size:22px;margin-left:15px;padding:0}.browse-services-loading,.browse-services-loading-more{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#3498db;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.browse-services-empty{color:#7f8c8d;padding:50px 20px;text-align:center}.empty-state-icon{margin-bottom:20px}.browse-services-empty h3{color:#2c3e50;font-size:20px;margin-bottom:10px}.browse-services-empty p{font-size:15px;margin:0}.service-cards-list{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr}.service-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.service-card-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:15px 20px}.service-provider-info{flex:1 1}.service-business-name{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 5px}.service-provider-name{color:#7f8c8d;font-size:14px;margin:0}.service-rating-badge{align-items:flex-end;display:flex;flex-direction:column}.rating-stars{gap:3px}.rating-text{color:#7f8c8d;font-size:12px;margin-top:3px}.service-card-body{padding:0}.service-carousel{height:250px}.service-image-container{align-items:center;background-color:#f5f5f5;display:flex;height:250px;justify-content:center}.service-image{height:100%;object-fit:cover;width:100%}.service-details{padding:20px}.service-meta{margin-bottom:15px}.service-address,.service-experience{display:flex;font-size:14px;margin-bottom:8px}.meta-label{color:#2c3e50;font-weight:600;margin-right:8px;min-width:80px}.services-offered-title{color:#2c3e50;font-size:16px;font-weight:600;margin:0 0 12px}.service-tags-container{margin-top:15px}.service-tags{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.service-tag{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-size:13px;padding:10px 12px;transition:all .2s ease}.service-tag:hover{background-color:#e9f7fe;border-color:#d1ecf1}.call-service{background-color:#fff8f8;border-color:#f5d6d6}.call-service:hover{background-color:#ffecec}.service-name{color:#2c3e50;font-weight:500;margin-bottom:5px}.service-price{align-items:center;display:flex;font-size:12px;gap:5px}.service-card-footer{border-top:1px solid #eee;display:flex;gap:10px;padding:15px 20px}.service-action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px;transition:all .2s ease}.book-btn{background-color:#3498db;color:#fff}.book-btn:hover{background-color:#2980b9}.check-in-btn{background-color:#f8f9fa;border:1px solid #ddd;color:#2c3e50}.check-in-btn:hover{background-color:#e9ecef}.service-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.service-book-dialog,.service-rating-dialog,.service-success-dialog{animation:fadeIn .3s ease;background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0003;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.dialog-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:18px 20px}.dialog-header h3{color:#2c3e50;font-size:18px;font-weight:600;margin:0}.dialog-header button{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:22px;padding:0}.dialog-body{padding:20px}.rating-section{margin-bottom:20px;text-align:center}.rating-section p{color:#34495e;margin:0 0 15px}.rating-stars{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.rating-star{cursor:pointer;transition:transform .2s}.rating-star:hover{transform:scale(1.2)}.review-section label{color:#34495e;display:block;font-size:14px;margin-bottom:8px}.review-textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;min-height:100px;padding:12px;resize:vertical;width:100%}.review-textarea:focus{border-color:#3498db;outline:none}.provider-info{margin-bottom:20px;text-align:center}.provider-name{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 5px}.provider-rating{align-items:center;color:#7f8c8d;display:flex;font-size:14px;gap:5px;justify-content:center}.services-selection{margin-bottom:20px}.services-selection h5{color:#34495e;font-size:15px;font-weight:500;margin:0 0 12px}.services-list{border:1px solid #eee;border-radius:6px;max-height:200px;overflow-y:auto;padding:5px}.service-item{border-bottom:1px solid #f5f5f5;padding:10px}.service-item:last-child{border-bottom:none}.service-checkbox{align-items:center;cursor:pointer;display:flex;justify-content:space-between;position:relative;width:100%}.service-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.custom-checkbox{background-color:#fff;border:2px solid #ddd;border-radius:4px;height:18px;margin-right:10px;position:relative;transition:all .2s;width:18px}.service-checkbox input:checked~.custom-checkbox{background-color:#3498db;border-color:#3498db}.custom-checkbox:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.service-checkbox input:checked~.custom-checkbox:after{display:block}.service-name{flex:1 1;font-size:14px}.service-price{color:#27ae60;font-size:14px;font-weight:600}.total-section{align-items:center;border-bottom:1px solid #eee;border-top:1px solid #eee;display:flex;font-size:15px;justify-content:space-between;margin:15px 0;padding:15px 0}.total-amount{color:#2c3e50;font-size:16px;font-weight:600}.description-section label{color:#34495e;display:block;font-size:14px;margin-bottom:8px}.description-textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;min-height:100px;padding:12px;resize:vertical;width:100%}.description-textarea:focus{border-color:#3498db;outline:none}.dialog-footer{border-top:1px solid #eee;display:flex;gap:10px;justify-content:flex-end;padding:15px 20px}.dialog-btn{border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-width:100px;padding:10px 20px;transition:all .2s ease}.cancel-btn{background-color:#f1f1f1;border:none;color:#333}.cancel-btn:hover{background-color:#e0e0e0}.book-btn,.submit-btn,.success-btn{background-color:#2ecc71;border:none;color:#fff}.book-btn:hover,.submit-btn:hover,.success-btn:hover{background-color:#27ae60}.book-btn:disabled,.submit-btn:disabled{background-color:#95a5a6;cursor:not-allowed}.service-success-dialog .dialog-content{padding:30px;text-align:center}.success-title{color:#2ecc71;font-size:22px;font-weight:600;margin:15px 0 10px}.success-message{color:#34495e;font-size:15px;line-height:1.5;margin-bottom:20px}.provider-contact{font-size:14px;margin:15px 0}.contact-number{color:#2c3e50;display:block;font-weight:500;margin-top:5px}.success-btn{margin-top:20px;padding:10px 30px}@media (min-width:768px){.service-tags{grid-template-columns:repeat(3,1fr)}.service-card-footer{padding:15px 20px}}@media (min-width:992px){.service-card{display:flex;flex-direction:column;height:100%}.service-card-body{display:flex;flex:1 1;flex-direction:column}.service-carousel,.service-image-container{height:200px}}.browse-services-controls{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;padding:0 15px}.search-container{position:relative;width:100%}.search-icon{color:#666;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{border:1px solid #ddd;border-radius:30px;font-size:16px;padding:12px 20px 12px 45px;transition:all .3s;width:100%}.search-input:focus{border-color:#4caf50;box-shadow:0 0 5px #4caf504d;outline:none}.filter-sort-buttons{display:flex;gap:10px}.filter-button,.sort-button{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:30px;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 15px;position:relative;transition:all .2s}.filter-button.active,.sort-button.active{background-color:#4caf50;border-color:#4caf50;color:#fff}.filter-button:hover,.sort-button:hover{background-color:#e9e9e9}.filter-button.active:hover,.sort-button.active:hover{background-color:#45a049}.filter-badge{background-color:#ff5722;border-radius:50%;height:10px;position:absolute;right:-5px;top:-5px;width:10px}.filters-panel{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:20px}.filter-section,.filters-panel{margin-bottom:20px}.filter-section h4{color:#333;font-size:16px;margin-bottom:12px}.experience-filters,.rating-filters{display:flex;flex-wrap:wrap;gap:10px}.experience-filter-btn,.rating-filter-btn{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:20px;color:#000;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:8px 15px;transition:all .2s}.experience-filter-btn.active,.rating-filter-btn.active{background-color:#4caf50;border-color:#4caf50;color:#fff}.range-slider{border-radius:5px;margin:10px 0;outline:none}.range-slider::-webkit-slider-thumb{appearance:none}.filter-actions{display:flex;justify-content:flex-end;margin-top:15px}.clear-filters{background-color:initial;border:1px solid #ff5722;border-radius:20px;color:#ff5722;cursor:pointer;font-size:14px;padding:8px 15px;transition:all .2s}.clear-filters:hover{background-color:#ffebee}.sort-options-panel{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:10px 0}.sort-option{align-items:center;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;padding:12px 20px;transition:all .2s}.sort-option:hover{background-color:#f5f5f5}.sort-option.active{color:#4caf50;font-weight:500}.results-count{color:#666;font-size:14px;margin-bottom:15px;padding:0 15px}@media (max-width:768px){.browse-services-controls{flex-direction:column}.filter-sort-buttons{width:100%}.filter-button,.sort-button{flex:1 1;justify-content:center}.experience-filters,.rating-filters{flex-direction:column}.experience-filter-btn,.rating-filter-btn{justify-content:center}}@media (max-width:480px){.search-input{font-size:14px;padding:10px 15px 10px 40px}.filter-button,.sort-button{font-size:13px;padding:8px 12px}}.price-range-slider{margin-top:20px;padding:0 10px}.slider-container{align-items:center;display:flex;height:40px;position:relative}.range-slider{-webkit-appearance:none;background:#ddd;height:5px;pointer-events:none;position:absolute;width:100%}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#4caf50;border:none;border-radius:50%;cursor:pointer;height:18px;pointer-events:all;position:relative;width:18px;z-index:2}.min-slider{z-index:1}.max-slider{background:none}.price-range-values{color:#666;display:flex;font-size:14px;justify-content:space-between;margin-top:10px}.price-range-values span:nth-child(2){margin:0 5px}.store-detail-container{background-color:#fff;margin:0 auto;max-width:100%;min-height:100vh}.store-detail-app-header{align-items:center;background-color:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.store-detail-header-title{flex-grow:1;font-size:18px;font-weight:600;overflow:hidden;padding:0 16px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.store-detail-back-button,.store-detail-cart-btn,.store-detail-search-btn{background:none;border:none;color:#333;cursor:pointer;font-size:18px;padding:8px}.store-detail-header-actions{display:flex;gap:12px}.store-detail-content{padding:16px 16px 80px}.store-detail-header{display:flex;gap:16px;margin-bottom:16px}.store-detail-image-container{border-radius:12px;box-shadow:0 2px 10px #0000001a;flex-shrink:0;height:120px;overflow:hidden;position:relative;width:120px}.store-detail-image{height:100%;object-fit:cover;width:100%}.store-detail-badge{bottom:8px;left:8px;position:absolute;right:8px}.store-detail-rating-badge{align-items:center;background-color:#000000b3;border-radius:20px;color:#fff;display:inline-flex;font-size:12px;gap:4px;padding:4px 8px}.store-detail-info{display:flex;flex-direction:column;flex-grow:1;gap:6px}.store-detail-name{font-size:20px;font-weight:700;margin:0}.store-detail-title{color:#777;font-size:14px;margin:0}.store-detail-meta{color:#777;display:flex;font-size:12px;gap:8px}.store-detail-category{background-color:#f8f9fa;border-radius:4px;padding:2px 8px}.store-detail-actions{display:flex;gap:8px;margin-top:8px}.error-fallback{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin:10px 0;padding:20px;text-align:center}.store-detail-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:8px;transition:all .2s}.store-detail-call-btn{background-color:#ed7a07;color:#fff}.store-detail-call-btn:hover{background-color:#fff;border:.3px solid #ed7a07;color:#ed7a07}.store-detail-direction-btn{background-color:#fff;border:1px solid #ffc489;color:#ed7a07}.store-detail-direction-btn:hover{background-color:#ed7a07;color:#fff}.store-detail-address-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:16px;padding:16px}.store-detail-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.store-detail-section-header h3{font-size:18px;font-weight:600}.store-detail-share-btn{background:none;border:none;color:#4a6bff;cursor:pointer;font-size:18px}.store-detail-address-card,.store-detail-hours{border-bottom:1px solid #e0e0e0;display:flex;gap:12px;padding:12px 0}.store-detail-address-icon,.store-detail-hours-icon{color:#4a6bff;font-size:20px;padding-top:2px}.store-detail-address-content{flex-grow:1}.store-detail-address-content p{font-size:14px;margin-bottom:8px}.store-detail-copy-btn{background-color:#f8f9fa;border:none;border-radius:4px;color:#4a6bff;cursor:pointer;font-size:12px;padding:6px 12px}.store-detail-hours-content p{font-size:14px;margin-bottom:4px}.store-detail-view-hours-btn{background:none;border:none;color:#4a6bff;cursor:pointer;font-size:12px}.store-detail-stats-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:16px;padding:16px}.store-detail-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:12px}.store-detail-stat-item{text-align:center}.store-detail-stat-value{color:#4a6bff;font-size:18px;font-weight:700}.store-detail-stat-label{color:#777;font-size:12px}.store-detail-action-buttons{display:flex;gap:12px}.store-detail-bulk-order-btn,.store-detail-favorite-btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px;transition:all .2s}.store-detail-favorite-btn{background-color:#f8f9fa;border:.1px solid #ed7a07;color:#ed7a07}.store-detail-favorite-btn.store-detail-active{background-color:#ffebee;color:#ff6b6b}.store-detail-favorite-btn:hover{background-color:#ed7a07;color:#fff;transform:scale(1.02)}.store-detail-favorite-btn:active{transform:scale(.98)}.store-detail-bulk-order-btn{align-items:center;background-color:#ed7a07;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px;transition:all .2s}.store-detail-bulk-order-btn:hover{background-color:#fff;border:.1px solid #ed7a07;color:#ed7a07;transform:scale(1.02)}.store-detail-bulk-order-btn:active{transform:scale(.98)}.store-detail-review-images{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.store-detail-review-image{border-radius:8px;cursor:pointer;height:100px;object-fit:cover;transition:transform .2s;width:100px}.store-detail-review-image:hover{transform:scale(1.05)}@media (max-width:480px){.store-detail-review-image{height:80px;width:80px}}.store-detail-product-category{margin-bottom:16px}.store-detail-section-subtitle{color:#777;font-size:13px;margin-top:4px}.store-detail-view-all-btn{background:none;border:none;color:#4a6bff;cursor:pointer;font-size:14px;font-weight:500}.store-detail-product-scroll{display:flex;gap:12px;overflow-x:auto;padding:8px 0;scrollbar-width:none}.store-detail-product-scroll::-webkit-scrollbar{display:none}.store-detail-product-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;cursor:pointer;min-width:150px;overflow:hidden;transition:transform .2s}.store-detail-product-card:active{transform:scale(.98)}.store-detail-product-image-container{background-color:#f8f9fa;height:150px;position:relative;width:150px}.store-detail-product-image{height:100%;object-fit:contain;padding:12px;width:100%}.store-detail-discount-badge{background-color:#ff6b6b;border-radius:4px;color:#fff;font-size:10px;font-weight:600;left:8px;padding:2px 6px;position:absolute;top:8px}.store-detail-product-info{padding:10px}.store-detail-product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;font-weight:500;height:36px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis}.store-detail-product-rating{align-items:center;display:flex;gap:4px;margin-bottom:6px}.store-detail-rating-stars{color:#ffb400;font-size:10px}.store-detail-rating-stars .store-detail-filled{color:#ffb400}.store-detail-rating-value{color:#777;font-size:10px}.store-detail-product-prices{align-items:center;display:flex;gap:6px}.store-detail-current-price{color:#4a6bff;font-size:14px;font-weight:700}.store-detail-original-price{color:#777;font-size:12px;text-decoration:line-through}.store-detail-discount-text{color:#ff6b6b;font-size:10px;font-weight:600}.store-detail-reviews-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:16px;padding:16px}.store-detail-add-review-btn{background:none;border:1px solid #4a6bff;border-radius:20px;color:#4a6bff;cursor:pointer;font-size:14px;padding:6px 12px}.store-detail-rating-summary{display:flex;gap:16px;margin:16px 0}.store-detail-average-rating{align-items:center;background-color:#f8f9fa;border-radius:12px;display:flex;flex-direction:column;gap:4px;min-width:100px;padding:12px}.store-detail-rating-value{font-size:28px;font-weight:700}.store-detail-rating-count{color:#777;font-size:12px}.store-detail-rating-bars{display:flex;flex-direction:column;flex-grow:1;gap:8px;justify-content:center}.store-detail-rating-bar-item{align-items:center;display:flex;gap:8px}.store-detail-star-label{font-size:12px;width:50px}.store-detail-bar-container{background-color:#f8f9fa;border-radius:4px;flex-grow:1;height:8px;overflow:hidden}.store-detail-bar-fill{background-color:#4a6bff;border-radius:4px;height:100%}.store-detail-count-label{font-size:12px;text-align:right;width:20px}.store-detail-review-list{display:flex;flex-direction:column;gap:16px;margin:16px 0}.store-detail-review-card{border-bottom:1px solid #e0e0e0;padding-bottom:16px}.store-detail-review-card:last-child{border-bottom:none;padding-bottom:0}.store-detail-review-header{display:flex;justify-content:space-between;margin-bottom:8px}.store-detail-reviewer-info{display:flex;gap:8px}.store-detail-reviewer-avatar{align-items:center;background-color:#4a6bff;border-radius:50%;color:#fff;display:flex;height:32px;justify-content:center;width:32px}.store-detail-reviewer-avatar,.store-detail-reviewer-name{font-size:14px;font-weight:600}.store-detail-review-date{color:#777;font-size:12px}.store-detail-review-rating{color:#ffb400;font-size:12px}.store-detail-review-content{font-size:14px;line-height:1.5}.store-detail-view-all-reviews-btn{background-color:#f8f9fa;border:none;border-radius:8px;color:#4a6bff;cursor:pointer;font-size:14px;font-weight:500;margin-top:12px;padding:12px;width:100%}.store-detail-zoom-overlay{align-items:center;background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.store-detail-zoom-content{max-height:90%;max-width:90%;position:relative}.store-detail-zoomed-image{max-height:80vh;max-width:100%;object-fit:contain}.store-detail-close-zoom{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:0;top:-40px}.store-detail-loading-screen{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.store-detail-spinner{height:60px;margin-bottom:16px;position:relative;width:60px}.store-detail-double-bounce1,.store-detail-double-bounce2{animation:store-detail-sk-bounce 2s ease-in-out infinite;background-color:#4a6bff;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.store-detail-double-bounce2{animation-delay:-1s}@keyframes store-detail-sk-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.store-detail-loading-screen p{color:#777;margin-top:16px}@media (min-width:768px){.store-detail-container{margin:0 auto;max-width:768px}.store-detail-header{gap:24px}.store-detail-image-container{height:160px;width:160px}.store-detail-product-scroll{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));overflow-x:visible}.store-detail-product-card{min-width:auto}.store-detail-product-image-container{height:180px;width:100%}}@media (min-width:1024px){.store-detail-container{max-width:1024px}.store-detail-product-scroll{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.store-detail-product-image-container{height:200px}}.save-dialog-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.save-dialog-content{animation:slideUp .3s ease;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:80vh;max-width:400px;overflow-y:auto;transform:translateY(0);width:90%}.save-dialog-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px}.save-dialog-header h3{color:#333;font-size:18px;margin:0}.save-dialog-close{background:none;border:none;color:#888;cursor:pointer;font-size:18px}.collection-list{padding:16px}.collection-item{align-items:center;border:1px solid #eee;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin:8px 0;padding:12px;transition:all .2s ease}.collection-item:hover{background:#f9f9f9}.product-count{background:#f0f0f0;border-radius:10px;color:#666;font-size:12px;padding:2px 8px}.remove-collection-btn{background:#ffebee;border:none;border-radius:4px;color:#f44336;cursor:pointer;font-size:12px;padding:4px 8px}.remove-collection-btn:hover{background:#ffcdd2}.remove-all-btn{background:#ffebee;border:none;border-radius:0 0 12px 12px;color:#f44336;cursor:pointer;font-weight:500;padding:12px;width:100%}.remove-all-btn:hover{background:#ffcdd2}.new-collection-form{border-top:1px solid #eee;display:flex;gap:8px;padding:16px}.new-collection-form input{border:1px solid #ddd;border-radius:8px;flex:1 1;padding:8px 12px}.new-collection-form button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px}.new-collection-form button:disabled{background:#ccc;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:.8;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-detail-favorite-product-btn{align-items:center;background:#000c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px;z-index:2}.store-detail-favorite-product-btn:hover{background:#ffffffe6;color:#e74c3c}.store-detail-favorite-product-btn i{color:inherit;font-size:14px}.store-detail-favorite-product-btn .fa-heart{color:#e74c3c}.store-detail-favorite-product-btn .fa-heart-o{color:inherit}.store-detail-add-to-cart-btn{background-color:#fff;border:1px solid #ed7a07;border-radius:4px;color:#ed7a07;cursor:pointer;font-weight:700;margin-top:8px;padding:8px;transition:background-color .3s;width:100%}.store-detail-add-to-cart-btn:hover{background-color:#d2691e}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
/*# sourceMappingURL=main.474058ba.css.map*/