:root{--primary-color:#f94c00;--primary-color-hover:#ff5700;--primary-color-light:#ffddcb;--secondary-color:#162f4d;--background-color:#f2f2f2;--text-color:#000000;--border-color:#eeeeee;--light-gray:#f1f5f9;--text-color-secondary:#5b5b5b;--success-color:#28a745;--info-color:#17a2b8;--warning-color:#ffc107;--danger-color:#dc3545;--surface-ground:#f8f9fa;--surface-section:#ffffff;--surface-card:#ffffff;--surface-overlay:#ffffff;--surface-border:#dee2e6;--font-family:var(--font-poppins),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.25rem;--spacing-xl:1.5rem;--border-radius-sm:0.25rem;--border-radius:0.375rem;--border-radius-md:0.375rem;--border-radius-lg:0.5rem;--border-radius-xl:0.75rem;--transition-duration:0.2s;--transition-timing:ease-in-out;--shadow-sm:0 0.0625rem 0.125rem 0 rgb(0 0 0/0.05);--shadow:0 0.0625rem 0.1875rem 0 rgb(0 0 0/0.1),0 0.0625rem 0.125rem -0.0625rem rgb(0 0 0/0.1);--shadow-md:0 0.25rem 0.375rem -0.0625rem rgb(0 0 0/0.1),0 0.125rem 0.25rem -0.125rem rgb(0 0 0/0.1);--shadow-lg:0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0/0.1),0 0.25rem 0.375rem -0.25rem rgb(0 0 0/0.1);--container-max-width:80rem;--container-max-width-xl:90rem}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:var(--primary-color);--bs-btn-border-color:var(--primary-color);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--primary-color-hover);--bs-btn-hover-border-color:var(--primary-color-hover);--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:var(--primary-color);--bs-btn-active-border-color:var(--primary-color);--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:var(--primary-color);--bs-btn-disabled-border-color:var(--primary-color)}.btn-outline-primary{--bs-btn-color:var(--primary-color);--bs-btn-border-color:var(--primary-color);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--primary-color-hover);--bs-btn-hover-border-color:var(--primary-color-hover);--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:var(--primary-color);--bs-btn-active-border-color:var(--primary-color);--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:var(--primary-color);--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:var(--primary-color);--bs-gradient:none}.bg-primary{background-color:var(--primary-color)}.p-inputtext:enabled:focus,.p-inputtext:enabled:hover{border-color:var(--primary-color-hover)}.p-inputtext:enabled:focus{outline:0;outline-offset:0;box-shadow:0 0 0 .2rem var(--primary-color-light)}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}body,html{max-width:100vw;margin:0;padding:0}body{color:var(--text-color);background:#f2f2f2;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.p-component,body,button,input,select,textarea{font-family:var(--font-family)}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);letter-spacing:-.01em}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:var(--surface-ground)}::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:.625rem}::-webkit-scrollbar-thumb:hover{background:var(--text-color-secondary)}.white-text{color:#fff}.text-center{text-align:center}.w-20{height:1.5rem}.h-20{width:1.5rem}.w-40{height:3rem}.h-40{width:3rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.bg-white{background-color:#fff}.bg-primary{background-color:var(--primary-color)!important}.bg-secondary{background-color:var(--secondary-color)}.bg-light{background-color:var(--light-gray)}.text-white{color:#fff}.text-primary{color:var(--primary-color)!important}.text-secondary{color:var(--secondary-color)}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.flex-center{display:flex;align-items:center;justify-content:center}.image-container{position:relative;width:100%;height:0;padding-bottom:75%;overflow:hidden}.image-container img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.justify-between{justify-content:space-between}.items-center{align-items:center}.loading-container{height:100vh;width:100%;overflow:hidden;position:fixed;z-index:999999;top:0;left:0;background-color:#fff;display:flex;align-items:center;justify-content:center}.loader{width:3rem;height:3rem;border:.3125rem solid var(--primary-color);border-bottom:.3125rem solid rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{display:flex;height:80vh;align-items:center;justify-content:center;background-color:#f7f7f7;padding:1rem}.error-card{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.1);text-align:center;max-width:31.25rem;width:100%}.error-title{color:var(--primary-color);font-size:2rem;margin-bottom:1rem}.error-message{font-size:1rem;color:#666;margin-bottom:1rem}.error-details{background-color:#eee;padding:1rem;border-radius:.25rem;font-size:.9rem;color:#333;text-align:left;overflow-x:auto;margin-bottom:1rem}.error-button{padding:.75rem 1.5rem;border:none;font-size:1rem}.error-button,.p-button{background-color:var(--primary-color);color:#fff;border-radius:.25rem;cursor:pointer}.p-button{padding:.75rem 1.25rem;letter-spacing:.01em;transition:all .2s ease-in-out;border:none}.p-button,.p-button span{font-weight:600;font-size:.8rem}.p-button.p-button-primary,.p-button:not([class*=p-button-]){background-color:#f94c00;border-color:#f94c00;color:#fff}.p-button.p-button-primary:hover,.p-button:hover:not([class*=p-button-]){background-color:#ff5700;border-color:#ff5700;color:#fff}.p-button.p-button-secondary{background-color:#162f4d;border-color:#162f4d;color:#fff}.p-button.p-button-secondary:hover{background-color:#3b6b8c;border-color:#3b6b8c;color:#fff}.p-button.p-button-outlined,.p-button.p-button-secondary.p-button-outlined{background-color:rgba(0,0,0,0)}.p-button.p-button-outlined:hover{color:#fff}.p-button.p-button-secondary.p-button-outlined{border-color:#162f4d;color:#162f4d}.p-button.p-button-secondary.p-button-outlined:hover{background-color:#162f4d}.p-button.p-button-outlined{border-color:#f94c00}.p-button.p-button-icon-only{height:2rem;width:2rem;font-size:.9rem;padding:0;line-height:2rem;text-align:center;border-radius:50%}.p-button.p-button-text{background-color:rgba(0,0,0,0);color:var(--primary-color);border:none}.p-button.p-button-text:hover{background-color:var(--primary-color);color:#fff}.p-button.p-button-outlined{border:1px solid #f94c00;color:#f94c00}.p-button.p-button-outlined:hover{background-color:#f94c00}.field{margin-bottom:.5rem}.field+.field{margin-top:.5rem}.field label{font-size:.875rem;font-weight:500;margin-bottom:.35rem!important;color:#000;display:block}.field input{font-size:.875rem;padding:.625rem .75rem;border:1px solid #eee;border-radius:.375rem;width:100%;transition:border-color .2s ease-in-out}.field input.p-invalid{border-color:#dc3545}.field input:focus{outline:none;border-color:#f94c00;box-shadow:0 0 0 .2rem #ffddcb}.field input:hover{border-color:#ff5700}.ui-form-label{font-size:.875rem;font-weight:600;color:#162f4d}.ui-form-control,.ui-input{width:100%;min-height:2.625rem;border:1px solid #eee;border-radius:.375rem;background-color:#fff;color:#000;font-size:.875rem;padding:.625rem .75rem;transition:all .2s ease-in-out}.ui-form-control:hover,.ui-input:hover{border-color:#ff5700}.ui-form-control:focus,.ui-input:focus{outline:none;border-color:#f94c00;box-shadow:0 0 0 .2rem #ffddcb}.ui-input-shell{position:relative;display:flex;align-items:center}.ui-input-shell__icon{position:absolute;left:.75rem;color:#5b5b5b;pointer-events:none}.ui-input-shell .ui-input{padding-left:2.5rem}.ui-form-checkbox-label{font-size:.875rem;color:#000}.p-password.w-100{width:100%;display:block}.p-password .ui-form-control{width:100%}.p-icon-field>.p-input-icon{position:absolute;top:50%;margin-top:0;transform:translateY(-50%)}.p-steps .p-steps-item.p-highlight .p-steps-number{background-color:var(--primary-color);color:#fff}.field-checkbox{display:flex}.field-checkbox label{margin-bottom:0}.p-checkbox.p-highlight .p-checkbox-box{border-color:var(--primary-color);background:var(--primary-color)}.otp-input-container .otp-inputs{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem}.otp-input-container .otp-inputs .otp-input{width:3rem!important;height:3rem!important;text-align:center;font-size:1.2rem;font-weight:700;border:2px solid #eee;border-radius:.25rem;background:#fff;transition:all .2s ease-in-out}.otp-input-container .otp-inputs .otp-input:focus{border-color:#f94c00;box-shadow:0 0 0 .2rem #ffddcb;outline:none}.otp-input-container .otp-inputs .otp-input:hover:not(:disabled){border-color:#ff5700}.otp-input-container .otp-inputs .otp-input.p-invalid{border-color:#dc3545}.otp-input-container .otp-inputs .otp-input.p-invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.otp-input-container .otp-inputs .otp-input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.otp-input-container .p-error{color:#dc3545;font-size:.875rem;margin-top:.5rem}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.375rem;border:1px solid rgba(0,0,0,0);font-weight:600;font-size:.875rem;line-height:1.2;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.ui-btn--md{min-height:2.625rem;padding:.625rem 1rem}.ui-btn--sm{min-height:2rem;padding:.375rem .75rem;font-size:.8125rem}.ui-btn--block{width:100%}.ui-btn--primary{background-color:#f94c00;border-color:#f94c00;color:#fff}.ui-btn--primary:hover:not(:disabled){background-color:#ff5700;border-color:#ff5700}.ui-btn--secondary{background-color:#162f4d;border-color:#162f4d;color:#fff}.ui-btn--secondary:hover:not(:disabled){background-color:#3b6b8c;border-color:#3b6b8c}.ui-btn--outline{background-color:rgba(0,0,0,0);border-color:#f94c00;color:#f94c00}.ui-btn--outline:hover:not(:disabled){background-color:#f94c00;color:#fff}.ui-btn--ghost{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#f94c00}.ui-btn--ghost:hover:not(:disabled){background-color:#ffddcb}.ui-btn--danger{background-color:rgba(0,0,0,0);border-color:#dc3545;color:#dc3545}.ui-btn--danger:hover:not(:disabled){background-color:#dc3545;color:#fff}.ui-btn:disabled{opacity:.6;cursor:not-allowed}.ui-search{width:100%}.ui-search__field{display:flex;align-items:center;border:1px solid #eee;border-radius:.375rem;background-color:#fff;overflow:hidden;transition:all .2s ease-in-out}.ui-search__field:focus-within{border-color:#f94c00;box-shadow:0 0 0 .2rem #ffddcb}.ui-search__input{flex:1 1;min-height:2.625rem;border:none;outline:none;padding:.625rem .75rem;background:rgba(0,0,0,0);color:#000;font-size:.875rem;min-width:0}.ui-search__input::-moz-placeholder{color:#9aa3af}.ui-search__input::placeholder{color:#9aa3af}.ui-search__meta{color:#9aa3af;padding:0 .5rem;font-size:1rem}.ui-search__icon-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);color:#9aa3af;font-size:1.25rem;line-height:1;padding:0 .5rem;cursor:pointer}.ui-search__icon-btn:hover{color:#5b5b5b}.ui-search__submit-btn{border:none;border-left:1px solid #eee;background:#f94c00;color:#fff;min-height:2.625rem;min-width:5.5rem;padding:0 .875rem;font-weight:600;font-size:.8125rem;letter-spacing:.02em;cursor:pointer;transition:all .2s ease-in-out}.ui-search__submit-btn:hover:not(:disabled){background:#ff5700}.ui-search__icon-btn:disabled,.ui-search__submit-btn:disabled{opacity:.6;cursor:not-allowed}.simple-search-box{width:100%}.product-search-bar{position:relative;width:100%;margin-bottom:1rem}.product-search-bar .search-dropdown{position:absolute;top:calc(100% + .125rem);left:0;right:0;background:#fff;border:1px solid #eee;box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);z-index:30;max-height:25rem;overflow-y:auto;border-radius:.375rem}.product-search-bar .dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f8fafc;border-bottom:1px solid #eee;font-size:.75rem;color:#5b5b5b;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.product-search-bar .clear-all-btn{padding:.25rem .5rem}.product-search-bar .recent-item{display:flex;align-items:center;padding:.5rem .75rem;cursor:pointer;transition:background .2s ease-in-out;border-bottom:1px solid #f1f5f9}.product-search-bar .recent-item.selected,.product-search-bar .recent-item:hover{background:#f8fafc}.product-search-bar .recent-icon{color:#9aa3af;font-size:.85rem;margin-right:.5rem}.product-search-bar .recent-term{flex:1 1;font-size:.85rem;color:#000}.product-search-bar .remove-btn{background:none;border:none;color:#cbd5e1;font-size:1rem;cursor:pointer;padding:0 .25rem;line-height:1}.product-search-bar .remove-btn:hover{color:#5b5b5b}.product-search-bar .view-all-btn{display:block;width:100%;padding:.75rem;background:#f8fafc;border:none;border-top:1px solid #eee;color:#f94c00;font-weight:600;font-size:.8rem;cursor:pointer;text-align:center}.product-search-bar .view-all-btn:hover{background:#f1f5f9}.product-search-bar .suggestion-item{display:flex;align-items:center;padding:.5rem .75rem;text-decoration:none;color:inherit;border-bottom:1px solid #f1f5f9;transition:background .2s ease-in-out}.product-search-bar .suggestion-item.selected,.product-search-bar .suggestion-item:hover{background:#f8fafc}.product-search-bar .suggestion-item:last-of-type{border-bottom:none}.product-search-bar .suggestion-image{width:2.5rem;height:2.5rem;overflow:hidden;flex-shrink:0;background:#f5f5f5;border-radius:.25rem}.product-search-bar .suggestion-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-search-bar .suggestion-info{flex:1 1;margin-left:.75rem;min-width:0}.product-search-bar .suggestion-name{display:block;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}.product-search-bar .suggestion-brand{display:block;font-size:.7rem;color:#f94c00;margin-top:.125rem}.product-search-bar .suggestion-price{font-weight:600;color:#000;font-size:.85rem;flex-shrink:0;margin-left:.75rem}.ui-filter-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0}.ui-filter-option__left{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.ui-filter-option__checkbox{width:1rem;height:1rem;accent-color:#f94c00;cursor:pointer}.ui-filter-option__label{font-size:.875rem;color:#000;cursor:pointer;line-height:1.3}.ui-filter-option__count{margin-left:.25rem;color:#5b5b5b;font-size:.8125rem}.ui-filter-option__action{margin-left:auto}.ui-filter-option__toggle{border:none;background:rgba(0,0,0,0);color:#5b5b5b;font-weight:700;cursor:pointer;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center}.ui-filter-option--child{padding-left:1.5rem}@media(max-width:48rem){.ui-search__submit-btn{display:none}}.card-hover,.p-card{margin-bottom:1rem;border-radius:.375rem;background-color:#fff;box-shadow:0 .0625rem .125rem 0 rgba(0,0,0,.05)}.card-hover{transition:all .3s ease-in-out}.card-hover:hover{box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);transform:translateY(-.125rem)}.p-card .p-card-body{padding:1rem}.p-card .p-card-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.5rem}.p-card .p-card-subtitle{font-size:.875rem;color:#5b5b5b;margin-bottom:1rem}.p-card .p-card-content{padding:0;color:#000}.banner-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 2.5rem;background-color:rgba(0,0,0,.3)}.banner-title{font-size:2.505rem;font-weight:700;color:#fff;margin-bottom:.5rem}.banner-subtitle{font-size:1.25rem;color:#fff;margin-bottom:1.25rem}.p-carousel-container{position:relative}.p-carousel .p-carousel-content .p-carousel-next,.p-carousel .p-carousel-content .p-carousel-prev{margin:.5rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1;background:hsla(0,0%,100%,.9);border-radius:50%;transition:all .2s ease-in-out}.p-carousel .p-carousel-content .p-carousel-next:hover,.p-carousel .p-carousel-content .p-carousel-prev:hover{background:#fff;box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1)}.p-carousel .p-carousel-content .p-carousel-prev{left:0}.p-carousel .p-carousel-content .p-carousel-next{right:0}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,0);overflow:hidden;transition:all .3s ease-in-out;height:100%;text-decoration:none;color:inherit;position:relative;cursor:pointer}.product-card:hover{border-color:#f94c00;box-shadow:0 0 0 1px #f94c00}.product-card:hover .product-image img{transform:scale(1.03)}.product-card:hover .product-name{color:#f94c00}.product-card .product-image{display:flex;justify-content:center;align-items:center;height:10rem;padding:.5rem;background-color:#f8f9fa;overflow:hidden;position:relative}.product-card .product-image img{max-width:100%;max-height:100%;-o-object-fit:contain!important;object-fit:contain!important;transition:transform .3s ease-in-out}.product-card .discount-badge{position:absolute;top:.5rem;left:.5rem;background:#28a745;color:#fff;font-size:.65rem;font-weight:600;padding:.15rem .4rem;text-transform:uppercase;letter-spacing:.02em}.product-card .product-info{padding:.5rem;display:flex;flex-direction:column;flex:1 1}.product-card .product-name{font-size:.8rem;line-height:1.35;font-weight:400;color:#000;margin:0 0 auto;transition:color .2s ease-in-out;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;min-height:3.2rem}.product-card .product-price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding-top:.25rem;border-top:1px solid #eee}.product-card .price-info{display:flex;align-items:baseline;gap:.5rem}.product-card .current-price{font-size:.95rem;font-weight:700;color:#000}.product-card .original-price{font-size:.7rem;color:#5b5b5b;text-decoration:line-through}.product-card .product-brand{font-size:.65rem;color:#f94c00;font-weight:500;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:5rem}.product-card.list-view{flex-direction:row;height:auto;padding:.5rem}.product-card.list-view .product-image{height:7rem;width:7rem;min-width:7rem;padding:.25rem}.product-card.list-view .product-info{padding:.5rem 1rem;justify-content:center}.product-card.list-view .product-name{-webkit-line-clamp:2;min-height:auto}.product-card.list-view .product-price-row{border-top:none;padding-top:0}.row.g-2>[class*=col-] .product-card{margin-bottom:0}.featured-categories-container{width:100%;margin:0 auto}.featured-categories-header{margin-bottom:1rem}.featured-categories-header .ui-section-header__title{font-size:.9rem}.view-all-link{font-size:.8rem;color:#f94c00;transition:color .2s ease-in-out}.view-all-link:hover{text-decoration:underline;color:#ff5700}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem}.category-card-link{display:block;height:100%}.category-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,0);overflow:hidden;transition:all .3s ease-in-out;text-decoration:none;color:inherit;cursor:pointer}.category-card:hover{border-color:#f94c00;box-shadow:0 0 0 1px #f94c00}.category-card:hover .category-image img{transform:scale(1.03)}.category-card:hover .category-name{color:#f94c00}.category-card .category-image{display:flex;justify-content:center;align-items:center;height:8rem;padding:.5rem;background-color:#f8f9fa;overflow:hidden}.category-card .category-image .category-image-item,.category-card .category-image img{max-width:100%;max-height:100%;-o-object-fit:contain!important;object-fit:contain!important;transition:transform .3s ease-in-out}.category-card .category-info{padding:.5rem}.category-card .category-name{font-size:.8rem;line-height:1.35;font-weight:500;color:#000;margin:0;transition:color .2s ease-in-out;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:center}@media(max-width:75rem){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:64rem){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:48rem){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:30rem){.categories-grid{grid-template-columns:repeat(2,1fr)}.featured-categories-header{flex-direction:row;align-items:center;gap:.5rem}}.product-header-container{padding-bottom:1.25rem;padding-top:1rem;width:100%}@media(max-width:48rem){.product-header-container{padding-bottom:1rem;padding-top:0}.product-controls{flex-direction:row!important;align-items:center!important;gap:1rem!important}}.product-title-section{margin-bottom:1rem}.product-title{font-size:1.5rem;color:#162f4d;margin:0 0 .25rem}.product-count{font-size:.875rem}.product-controls{justify-content:space-between}.product-controls,.sort-section{display:flex;align-items:center;flex-wrap:wrap}.sort-section{gap:.5rem}.sort-label{font-size:1rem;font-weight:500;color:#000;margin-right:.25rem}.sort-options{display:flex;flex-wrap:wrap;gap:.5rem}.sort-button{background-color:#fff;border:1px solid #eee;border-radius:50%;padding:.5rem 1.25rem;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.sort-button:hover{background-color:#f8f9fa}.sort-button.active{background-color:#f94c00;border-color:#f94c00;color:#fff;font-weight:500}.view-toggle{display:flex;gap:.25rem}.view-button{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #eee;cursor:pointer;transition:all .2s ease-in-out}.view-button:hover{background-color:#f8f9fa}.view-button.active{background-color:#f94c00;border-color:#f94c00;color:#fff}@media(max-width:48rem){.product-controls{flex-direction:column;align-items:flex-start;gap:1rem}.view-toggle{align-self:flex-end;margin-top:-2.5rem}.sort-options{margin-top:.25rem}}@media(max-width:30rem){.view-toggle{margin-top:.5rem;align-self:flex-start}}.product-page-header{padding:.5rem 1rem .6rem;background-color:#fff;border-bottom:.0625rem solid var(--border-color);overflow:hidden;max-width:100%;box-sizing:border-box}.product-header-breadcrumb-row{margin-bottom:.35rem}.product-header-breadcrumb-row,.product-header-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-width:0;max-width:100%}.product-header-title-row .min-w-0{min-width:0;overflow:hidden}.product-header-title-row .product-title{margin-bottom:0;font-size:1rem;font-weight:700}.product-header-title-row .brand-vendor-row{margin-bottom:0;flex-shrink:0}.product-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.product-header-sku{font-size:.78rem;overflow:hidden;max-width:40vw}.breadcrumbs,.product-header-sku{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis}.breadcrumbs{max-width:50vw;min-width:0;font-size:.8rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-ms-overflow-style:none}.breadcrumbs::-webkit-scrollbar{height:4px}.breadcrumbs::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:2px}.breadcrumbs a{color:var(--text-color);text-decoration:none;margin:0 .3125rem;white-space:nowrap}.breadcrumbs a:first-child{margin-left:0}.breadcrumbs a:hover{color:var(--primary-color)}.sku{margin-bottom:.9375rem}.reviews-count,.share-container,.sku{font-size:.8rem;color:var(--text-color)}.share-container{display:flex;align-items:center;gap:.3125rem;font-weight:600}.share-container svg{fill:green;stroke:green}.product-short-card-with-breadcrumbs{background-color:#fff;max-width:100%;box-sizing:border-box}.col-lg-9>.product-short-card-with-breadcrumbs{width:100%}.product-short-section{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;padding:1rem;margin-bottom:.5rem;overflow:hidden;max-width:100%;box-sizing:border-box}.product-short-section>*{min-width:0;max-width:100%;overflow:hidden}.product-details-container{min-width:0;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.brand-vendor-row{display:flex;align-items:center;gap:.3rem;margin-bottom:.5rem;flex-wrap:wrap;font-size:.78rem}.bv-chip{display:inline-flex;align-items:center;gap:.2rem;text-decoration:none;color:inherit}.bv-chip:hover{color:var(--primary-color,#f94c00)}.bv-chip-label{color:#6b7280;font-weight:400}.bv-chip-name{font-weight:600;color:var(--primary-color,#f94c00)}.bv-sep{color:#d1d5db;font-size:.7rem}.bulk-discount{left:.625rem;background-color:var(--light-gray);color:var(--success-color);border-radius:.9375rem}.bulk-discount,.ships-within{position:absolute;top:.625rem;padding:.3125rem .625rem;font-size:.75rem;font-weight:500;z-index:1}.ships-within{right:.625rem;background-color:#fff;color:var(--text-color);border-radius:.25rem;border:.0625rem solid var(--border-color)}.product-images-container{position:relative}.main-image-container{display:flex;justify-content:center;align-items:center;height:26rem;padding:.75rem;border:.0625rem solid var(--light-gray);overflow:hidden;position:relative;width:100%}.main-image-container img{max-width:100%;-o-object-fit:contain!important;object-fit:contain!important;transition:transform .3s ease}@media(max-width:48rem){.main-image-container,.product-short-section{display:block!important}.main-image-container{max-height:20rem!important}.product-details-container .ratings,.product-details-container .ratings .reviews-count{display:block!important}.action-buttons{display:none!important}.product-details-container{margin-top:.5rem}.price-sidebar{position:static;padding-bottom:4rem}}.mobile-action-bar{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:.35rem .5rem;border-top:.0625rem solid var(--border-color);z-index:9999;display:flex;gap:.4rem;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.mobile-action-bar .add-to-cart-button,.mobile-action-bar .buy-now-button{min-height:2.2rem;font-size:.8rem;padding:.15rem .4rem}.main-image{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.thumbnail-container{display:flex;gap:.625rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--border-color) rgba(0,0,0,0)}.thumbnail-container::-webkit-scrollbar{height:.375rem}.thumbnail-container::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.thumbnail-container::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:.1875rem}.thumbnail-container::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color)}.thumbnail{width:3.75rem;height:3.75rem;border:.0625rem solid var(--border-color);border-radius:.25rem;overflow:hidden;cursor:pointer;flex-shrink:0}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.active-thumbnail{border:.125rem solid var(--primary-color)}.image-dots{display:flex;justify-content:center;gap:.3125rem;margin:.625rem 0}.dot{width:.5rem;height:.5rem;background-color:var(--light-gray)}.product-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color);overflow-wrap:break-word;word-break:break-word;min-width:0}.edit-product-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:4px;color:#666;margin-top:2px;transition:color .2s,background-color .2s}.edit-product-link:hover{color:var(--primary-color,#f94c00);background-color:rgba(249,76,0,.08)}.store-link{font-size:.8rem;margin-bottom:.9375rem}.store-link a{font-size:.8rem;color:var(--primary-color);text-decoration:none;font-weight:600}.ratings{align-items:center;gap:.5rem;margin-bottom:.75rem}.ratings,.stars{display:flex}.stars .star{fill:var(--border-color);stroke:var(--border-color)}.stars .star-filled{fill:var(--warning-color);stroke:var(--warning-color)}.features-section{margin-top:1.25rem;border:.0625rem solid var(--border-color);padding:.4rem .9375rem;border-radius:.3rem}.features-section .features-table{background-color:var(--light-gray);padding:.4rem .9375rem}.product-short-desc{padding:8px;background-color:#fff5f5;margin-bottom:10px;border-radius:.3rem;overflow:hidden;max-width:100%}.product-short-desc p{font-size:.8rem;max-height:20rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border-color) rgba(0,0,0,0)}.product-short-desc p::-webkit-scrollbar{height:.375rem}.product-short-desc p::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.product-short-desc p::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:.1875rem}.product-short-desc p::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color)}.short-desc-bullets{margin:0;padding-left:1.25rem;list-style-type:disc;font-size:.8rem}.short-desc-bullets li{margin-bottom:.25rem;line-height:1.5}.short-desc-bullets li:last-child{margin-bottom:0}.features-section-header{display:flex;justify-content:space-between;text-transform:uppercase;align-items:center;margin-bottom:.5rem}.features-section-header h2{font-size:.8rem;font-weight:600;margin:0}.more-details-button{background-color:#fff;padding:.4rem .9375rem;border-radius:.9375rem;cursor:pointer;font-size:.7rem;font-weight:600;border:1px solid #d6d6d6}.more-details-button:hover{background-color:var(--background-color)}.features-table{border:.0625rem solid rgba(0,0,0,0);border-radius:.25rem;overflow:hidden;margin-top:.5rem}.feature-row{display:flex;align-items:center;border-bottom:.0625rem solid var(--border-color);background-color:#fff}.feature-row:last-child{border-bottom:none}.feature-label{background-color:#fff;font-weight:500;line-height:normal}.feature-label,.feature-value{padding:.3rem .9375rem;font-size:.8rem;flex:1 1}.price-sidebar{position:sticky;align-self:flex-start;top:7.5rem}.price-sidebar .price-container{padding:.5rem}.price-sidebar .contact-options,.price-sidebar .price-container{background-color:#fff;border-radius:.25rem}.shipping-badge{display:flex;align-items:center;gap:.35rem;padding:.3rem .5rem;margin-bottom:.4rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:5px;color:#166534}.shipping-badge svg{flex-shrink:0;color:#16a34a}.shipping-badge-text{font-size:.75rem;font-weight:600}.selected-variant-chip{display:flex;align-items:center;justify-content:space-between;padding:.3rem .5rem;margin-bottom:.4rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;cursor:pointer;transition:background .15s}.selected-variant-chip:hover{background:#fff7ed;border-color:var(--primary-color,#f94c00)}.selected-variant-chip-top{display:flex;align-items:center;gap:.2rem;min-width:0;flex:1 1}.selected-variant-chip-label{font-size:.7rem;font-weight:500;color:#6b7280;white-space:nowrap}.selected-variant-chip-name{font-size:.75rem;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.selected-variant-chip-change{display:inline-flex;align-items:center;gap:.15rem;font-size:.7rem;font-weight:600;color:var(--primary-color,#f94c00);white-space:nowrap;flex-shrink:0;margin-left:.3rem}.price-container{margin-bottom:.5rem}.price-incl{font-size:.75rem;color:var(--text-color-secondary);margin-bottom:.3125rem;font-weight:500}.main-price{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.3125rem}.gst,.mrp{font-size:.875rem}.strikethrough{text-decoration:line-through;margin-right:.3125rem}.discount{color:var(--primary-color)}.quantity-selector{display:flex;align-items:center;gap:.3125rem;flex-wrap:wrap;margin-top:.5rem}.quantity-selector .field{margin-bottom:0!important}.quantity-button{width:1.875rem;background-color:var(--background-color);display:flex;align-items:center;justify-content:center;cursor:pointer}.quantity-button,.quantity-input{height:1.875rem;border:.0625rem solid var(--border-color)}.quantity-input{width:2.5rem;text-align:center}.minimum-order{font-size:.75rem;color:var(--text-color-secondary);margin-left:.625rem}.action-buttons{display:flex;gap:.5rem;margin-bottom:.5rem}.add-to-inquiry-basket{padding:.75rem 1.25rem;background-color:var(--primary-color)}.add-to-cart-button,.add-to-inquiry-basket{border:none;border-radius:.25rem;font-weight:600;cursor:pointer;flex:1 1;color:#fff;font-size:.8rem}.add-to-cart-button{padding:.2rem .5rem;background-color:#2e7d32;min-height:3rem;transition:background-color .3s ease}.add-to-cart-button:hover{background-color:#1b5e20}.add-to-cart-button.added{background-color:#43a047}.add-to-cart-button i{margin-right:.25rem}.buy-now-button{padding:.2rem .5rem;border:none;border-radius:.25rem;font-weight:600;cursor:pointer;flex:1 1;background-color:var(--primary-color);color:#fff;font-size:.8rem;min-height:2.5rem}.contact-options{display:flex;flex-wrap:wrap;justify-content:space-between}.contact-option{width:50%;font-size:.875rem;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;border-right:.0625rem solid var(--border-color);padding:.5rem}.contact-option:last-child{border-right:none}.contact-icon{width:1.5rem;height:1.5rem;margin-bottom:.5rem}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;background-color:#fff;padding:.75rem;border-radius:.25rem;margin-bottom:.5rem;text-align:center;color:var(--text-color)}.trust-badges .badge{display:flex;flex-direction:column;align-items:center;gap:.625rem;font-size:.75rem;color:var(--text-color)}.trust-badges .badge span{word-break:break-word;text-align:center;white-space:pre-wrap}.tabs-section{background-color:#fff;border-radius:.25rem;overflow:hidden;margin-bottom:.5rem}.tabs-header{display:flex;border-bottom:.0625rem solid var(--border-color)}.tab-button{padding:.9375rem 1.25rem;background:none;border:none;font-weight:600;cursor:pointer;font-size:.875rem;color:var(--text-color-secondary)}.active-tab{color:var(--primary-color);border-bottom:.125rem solid var(--primary-color)}.tab-content{padding:1.25rem}.specifications-table{width:100%}.spec-row{display:flex;border-bottom:.0625rem solid var(--border-color)}.spec-row:last-child{border-bottom:none}.spec-label{flex:1 1;background-color:var(--background-color);font-weight:500}.spec-label,.spec-value{padding:.75rem .9375rem;font-size:.875rem}.spec-value{flex:2 1}.description{line-height:1.6;color:var(--text-color)}.description p{margin-bottom:.9375rem;font-size:.9rem}@media(min-width:48rem){.product-short-section{grid-template-columns:1fr 1fr}.action-buttons{flex-direction:row}}@media(min-width:64rem){.product-short-section{grid-template-columns:1fr 1fr}}@media(max-width:47.9375rem){.product-page-header{padding:.5rem .625rem}.product-header-breadcrumb-row{flex-wrap:wrap;gap:.35rem}.product-header-title-row{flex-direction:column;align-items:flex-start;gap:.25rem}.product-header-title-row .brand-vendor-row{margin-bottom:0}.breadcrumbs{max-width:100%;white-space:normal;line-height:1.5}.feature-row,.spec-row{flex-direction:column}.feature-label,.feature-value,.spec-label,.spec-value{width:100%}.trust-badges{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(min-width:48rem)and (max-width:63.9375rem){.price-sidebar{grid-column:span 2;position:static}.action-buttons{flex-direction:row}}.slider-btn{display:flex;border-radius:.0625rem;border:.0625rem solid var(--border-color);color:var(--text-color);margin-left:.3125rem}.slick-list{margin:0 -.4375rem!important}.slick-slide>div{padding:0 .4375rem!important}.product-gallery-enhanced{position:relative;background-color:#fff;border-radius:.5rem;overflow:hidden}.main-swiper-container{position:relative;height:26rem;border:.0625rem solid var(--border-color);border-radius:.5rem;overflow:hidden;margin-bottom:.5rem;background-color:var(--background-color)}.main-swiper{width:100%;height:100%}.main-swiper .swiper-slide{text-align:center;font-size:1.125rem;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center}.main-swiper .swiper-zoom-container{position:relative;width:100%;height:100%;cursor:pointer}.main-swiper .swiper-zoom-container:hover .lightbox-hint,.main-swiper .swiper-zoom-container:hover .zoom-hint{opacity:1}.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{background-color:hsla(0,0%,100%,.9);border:.0625rem solid var(--border-color);border-radius:50%;width:3rem;height:3rem;margin-top:-1.5rem;color:var(--text-color);transition:all .3s ease}.main-swiper .swiper-button-next:after,.main-swiper .swiper-button-prev:after{font-size:1rem;font-weight:600}.main-swiper .swiper-button-next:hover,.main-swiper .swiper-button-prev:hover{background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,.1);color:var(--primary-color)}.main-swiper .swiper-button-next.swiper-button-disabled,.main-swiper .swiper-button-prev.swiper-button-disabled{opacity:.5;cursor:not-allowed}.main-swiper .swiper-button-prev{left:1rem}.main-swiper .swiper-button-next{right:1rem}.gallery-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.video-slide{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000}.video-poster{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .3s ease}.video-play-overlay:hover{transform:translate(-50%,-50%) scale(1.1)}.lightbox-hint,.zoom-hint{position:absolute;background-color:hsla(0,0%,100%,.9);border-radius:.25rem;padding:.5rem;color:var(--text-color);opacity:0;transition:opacity .3s ease;z-index:10}.zoom-hint{top:1rem;right:1rem}.lightbox-hint{top:1rem;left:1rem}.gallery-dots{display:flex;justify-content:center;gap:.5rem;margin:1rem 0}.dot{width:.75rem;height:.75rem;border-radius:50%;background-color:var(--border-color);border:none;cursor:pointer;transition:all .3s ease}.active-dot,.dot:hover{background-color:var(--primary-color);transform:scale(1.2)}.thumbnails-swiper-container{margin-top:.5rem;padding:.25rem}.thumbnails-swiper{width:100%;height:auto}.thumbnails-swiper .swiper-slide{width:auto!important;margin-right:.75rem}.thumbnails-swiper .swiper-slide:last-child{margin-right:0}.thumbnail-slide{cursor:pointer}.thumbnail-slide:hover .thumbnail-content{transform:scale(1.05);border-color:var(--primary-color)}.thumbnail-content{position:relative;width:5rem;height:5rem;border:.125rem solid var(--border-color);border-radius:.5rem;overflow:hidden;transition:all .3s ease}.thumbnails-swiper .swiper-slide-thumb-active .thumbnail-content{border-color:var(--primary-color);box-shadow:0 0 0 .125rem rgba(var(--primary-color-rgb),.3)}.thumbnail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumbnail-video{position:relative;width:100%;height:100%}.thumbnail-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;background-color:rgba(0,0,0,.7);border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.yarl__root{--yarl__color_backdrop:rgba(0,0,0,0.9)}.yarl__button{filter:none}.yarl__thumbnails{background:rgba(0,0,0,.8)}.lightbox-slide-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.lightbox-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.yarl__thumbnails .yarl__slide{position:relative;overflow:hidden}.yarl__thumbnails .yarl__slide>div{width:100%;height:100%}@media(max-width:48rem){.main-swiper-container{height:18rem}.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{width:2.5rem;height:2.5rem;margin-top:-1.25rem}.main-swiper .swiper-button-next:after,.main-swiper .swiper-button-prev:after{font-size:.875rem}.main-swiper .swiper-button-prev{left:.5rem}.main-swiper .swiper-button-next{right:.5rem}.thumbnail-content{width:4rem;height:4rem}.thumbnails-swiper .swiper-slide{margin-right:.5rem}}@media(max-width:30rem){.gallery-dots{gap:.25rem}.dot{width:.5rem;height:.5rem}.thumbnails-swiper-container{padding:.25rem}}.reviews-section{padding:1rem;background:var(--surface-section);border-radius:var(--border-radius-lg)}.reviews-section-title{font-size:1rem;font-weight:700;margin:0 0 1rem;color:var(--text-color);letter-spacing:.02em}.reviews-content-wrapper{display:grid;grid-template-columns:400px 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.25rem}.reviews-content-wrapper:has(.reviews-left-column:empty){grid-template-columns:1fr;gap:0}.reviews-left-column{border-right:1px solid var(--border-color);padding-right:1.25rem}.reviews-left-column:empty{display:none}.reviews-right-column{padding-left:1rem}.reviews-left-column:empty~.reviews-right-column{padding-left:0}.review-form{margin:1.25rem 0;padding:0;border-radius:.5rem}.review-login-prompt{text-align:center;padding:1.25rem;background:var(--surface-card,#f9f9f9);border:1px dashed var(--border-color,#ddd);border-radius:.75rem;margin:.75rem 0}.review-login-prompt .review-login-icon{font-size:2.5rem;color:#ff6b35;margin-bottom:.5rem;line-height:1}.review-login-prompt .review-login-title{font-size:1.1rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}.review-login-prompt .review-login-text{font-size:.9rem;color:var(--text-color-secondary);margin:0 0 1.25rem;line-height:1.5}.review-login-prompt .review-login-button{display:inline-block;background:#ff6b35;color:#fff;font-weight:600;font-size:.9rem;padding:.65rem 1.75rem;border-radius:.375rem;text-decoration:none;transition:background .2s}.review-login-prompt .review-login-button:hover{background:#e55a25;text-decoration:none}.rating-input{display:flex;gap:.5rem;margin-bottom:1rem}.star-button{background:none;border:none;cursor:pointer;padding:0;transition:all .2s}.star-button svg{fill:none;stroke:#ddd;color:#ddd}.star-button.active svg{fill:#ff6b35;stroke:#ff6b35;color:#ff6b35}.star-button:hover svg{stroke:#ff6b35}.review-textarea{width:100%;min-height:6.25rem;padding:.75rem;border:.0625rem solid var(--border-color);border-radius:.25rem;margin-bottom:1rem;resize:vertical}.submit-button{background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.25rem;cursor:pointer;font-weight:500}.submit-button:disabled{background:var(--background-color);color:var(--text-color-secondary);cursor:not-allowed}.review-list{margin-top:0}.review-item{padding:0 0 1rem;margin-bottom:1rem;border-bottom:.0625rem solid var(--border-color)}.review-item:last-child{border-bottom:none}.review-author{font-size:.95rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.02em}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.review-rating{display:flex;gap:.25rem}.review-rating svg{color:#ff6b35;stroke:#ff6b35}.review-date{color:var(--text-color-secondary);font-size:.875rem}.review-title{font-size:1rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}.review-comment{margin:0;line-height:1.6;color:var(--text-color);font-size:.9rem}.review-summary{padding:0;background:rgba(0,0,0,0)}.average-rating{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.rating-number{font-size:2.25rem;font-weight:700;line-height:1;color:var(--text-color)}.rating-stars{display:flex;gap:.25rem}.rating-stars svg{color:#ff6b35;stroke:#ff6b35}.total-reviews{color:var(--text-color-secondary);font-size:.9rem;margin:0 0 1.25rem}.rating-breakdown{display:flex;flex-direction:column;gap:.5rem}.breakdown-row{display:flex;align-items:center;gap:.75rem}.rating-label{width:4rem;font-size:.875rem;color:var(--text-color)}.rating-bar-container{flex:1 1;height:.5rem;background:#e0e0e0;border-radius:.25rem;overflow:hidden}.rating-bar{height:100%;background:#4caf50;transition:width .3s ease}.rating-count{width:1.5rem;text-align:right;font-size:.875rem;color:var(--text-color)}.loading,.no-reviews{text-align:center;padding:1.25rem;color:var(--text-color-secondary)}.no-reviews{font-style:italic}@media(max-width:48rem){.reviews-content-wrapper{grid-template-columns:1fr;gap:2rem}.reviews-left-column{border-right:none;border-bottom:1px solid var(--border-color);padding-right:0;padding-bottom:2rem}.reviews-right-column{padding-left:0}.product-grid{grid-template-columns:1fr}.service-features{grid-template-columns:repeat(2,1fr)}.contact-options{flex-wrap:wrap;justify-content:center}}.filter-container{width:100%;z-index:1;position:relative}.filter-title{font-size:1.75rem;color:#162f4d;margin-top:0;margin-bottom:1.25rem;font-weight:700}.filter-section{margin-bottom:.875rem;background-color:#fff;border-radius:.375rem;border:1px solid #eee;box-shadow:0 .0625rem .125rem 0 rgba(0,0,0,.05)}.filter-section .dropdown-button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(0,0,0,0);border:none;text-align:left;font-size:.95rem;cursor:pointer;color:#162f4d}.filter-section .dropdown-button span{font-weight:600;color:#162f4d}.filter-section .icon{width:1.125rem;height:1.125rem;color:#5b5b5b}.filter-section .dropdown-content{padding:.35rem 1rem .75rem;border-top:1px solid #eee}.category-item{padding:0}.child-categories{margin-left:.5rem;padding-left:.5rem;border-left:1px dashed #eee}.load-more{margin-top:.5rem}.empty-content{color:#5b5b5b;font-size:.875rem;padding:.375rem 0}.brand-card-link{text-decoration:none;color:inherit;display:block}.brand-card{background-color:#fff;border:1px solid #eee;border-radius:.5rem;padding:1.25rem;margin-bottom:1rem;transition:all .3s ease-in-out;cursor:pointer;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:12rem}.brand-card:hover{transform:translateY(-2px);box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);border-color:#f94c00}.brand-logo-container{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:.5rem;overflow:hidden;background-color:#f2f2f2;border:1px solid #eee}.brand-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.5rem}.brand-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f94c00,#ffddcb)}.brand-initial,.brand-logo-placeholder{color:#fff;font-weight:700;font-size:1.25rem}.brand-info{flex:1 1;display:flex;flex-direction:column;width:100%}.brand-name{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#000;line-height:1.3;min-height:1.3rem}.brand-description{font-size:.875rem;color:#5b5b5b;margin:0 0 1rem;line-height:1.4;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brand-meta{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.product-count{color:#5b5b5b;background-color:#f2f2f2;border-radius:.25rem;border:1px solid #eee}.brand-status,.product-count{font-size:.7rem;font-weight:500;padding:.25rem .5rem}.brand-status{border-radius:.25rem}.brand-status.active{background-color:rgba(40,167,69,.1);color:#28a745;border:1px solid rgba(40,167,69,.2)}.vendor-card-link{text-decoration:none;color:inherit;display:block}.vendor-card{background-color:#fff;border:1px solid #eee;border-radius:.5rem;padding:1.25rem;transition:all .3s ease-in-out;cursor:pointer;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.vendor-card:hover{transform:translateY(-2px);box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);border-color:#f94c00}.vendor-logo-container{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:.5rem;overflow:hidden;background-color:#f2f2f2;border:1px solid #eee}.vendor-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.5rem}.vendor-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f94c00,#ffddcb)}.vendor-initial,.vendor-logo-placeholder{color:#fff;font-weight:700;font-size:1.25rem}.vendor-info{flex:1 1;display:flex;flex-direction:column;width:100%}.vendor-name{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#000;line-height:1.3;min-height:1.3rem}.vendor-location{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.8rem;color:#5b5b5b;margin-top:.5rem}.location-icon{flex-shrink:0;color:#5b5b5b}.location-text{font-weight:400}.pagination-wrapper{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0;padding:1.25rem;background-color:#fff;border-radius:.5rem;border:1px solid #eee}.pagination-info{display:flex;justify-content:center;align-items:center}.records-info{font-size:.875rem;color:#5b5b5b;font-weight:500}.pagination-controls{display:flex;flex-direction:column;gap:1rem;align-items:center}.pagination-btn,.pagination-nav{display:flex;align-items:center;gap:.5rem}.pagination-btn{padding:.5rem 1rem;background-color:#fff;border:1px solid #eee;border-radius:.375rem;color:#000;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.pagination-btn:hover:not(.disabled){background-color:#f2f2f2;border-color:#f94c00;color:#f94c00}.pagination-btn.disabled{opacity:.5;cursor:not-allowed;background-color:#f2f2f2;color:#5b5b5b}.pagination-icon{flex-shrink:0}.pagination-pages{display:flex;align-items:center;gap:.25rem;margin:0 .5rem}.pagination-page{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#fff;border:1px solid #eee;border-radius:.375rem;color:#000;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.pagination-page:hover{background-color:#f2f2f2;border-color:#f94c00;color:#f94c00}.pagination-page.active,.pagination-page.active:hover{background-color:#f94c00;border-color:#f94c00;color:#fff}.pagination-dots{justify-content:center;width:2.5rem;height:2.5rem;color:#5b5b5b;font-weight:500}.pagination-dots,.pagination-rows{display:flex;align-items:center;font-size:.875rem}.pagination-rows{gap:.5rem;color:#000}.rows-label{font-weight:500;color:#5b5b5b}.rows-select{padding:.25rem .5rem;background-color:#fff;border:1px solid #eee;border-radius:.375rem;color:#000;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out}.rows-select:focus{outline:none;box-shadow:0 0 0 2px rgba(249,76,0,.2)}.rows-select:focus,.rows-select:hover{border-color:#f94c00}.rows-suffix{font-weight:500;color:#5b5b5b}@media(max-width:48rem){.brand-card,.category-card,.vendor-card{padding:1rem;min-height:10rem}.brand-logo-container,.category-image-container,.vendor-logo-container{width:4rem;height:4rem}.brand-name,.category-name,.vendor-name{font-size:.875rem}.brand-description,.category-description,.vendor-description{font-size:.8rem}.pagination-wrapper{padding:1rem}.pagination-controls{gap:.5rem}.pagination-nav{flex-wrap:wrap;justify-content:center}.pagination-btn{padding:.25rem .5rem;font-size:.8rem;display:none}.pagination-page{width:2.25rem;height:2.25rem;font-size:.8rem}.pagination-rows{flex-wrap:wrap;justify-content:center;text-align:center}}@media(min-width:48rem){.pagination-controls,.pagination-wrapper{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:75rem){.brand-card,.category-card,.vendor-card{padding:1.25rem}}.brands-grid{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.brands-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;background-color:#fff;padding:1.25rem;border-radius:.5rem;border:1px solid #eee}.brands-title{font-size:1.25rem;font-weight:700;margin:0;color:#000}.brands-count{font-size:.875rem;color:#5b5b5b;background-color:#f2f2f2;padding:.5rem 1rem;border-radius:.25rem;border:1px solid #eee}.no-data-found{display:flex;align-items:center;justify-content:center;min-height:220px;padding:var(--spacing-lg) var(--spacing-md);background:var(--surface-section);border-radius:var(--border-radius-lg);margin:var(--spacing-lg) 0}.no-data-found .no-data-content{text-align:center;max-width:28rem}.no-data-found .no-data-icon{margin-bottom:var(--spacing-md)}.no-data-found .no-data-icon i{font-size:3rem;opacity:.6}.no-data-found .no-data-text{margin-bottom:var(--spacing-xl)}.no-data-found .no-data-text .no-data-title{font-size:1.2rem;font-weight:600;color:var(--text-color);margin-bottom:var(--spacing-md);font-family:var(--font-family)}.no-data-found .no-data-text .no-data-description{font-size:1rem;line-height:1.5;margin-bottom:0;color:var(--text-color-secondary)}.no-data-found .no-data-actions{display:flex;gap:var(--spacing-md);justify-content:center;flex-wrap:wrap}.no-data-found .no-data-actions .p-button{transition:all var(--transition-duration) var(--transition-timing)}.no-data-found .no-data-actions .p-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media(max-width:768px){.no-data-found{min-height:180px;padding:var(--spacing-md) var(--spacing-sm)}.no-data-found .no-data-icon i{font-size:3rem}.no-data-found .no-data-text .no-data-title{font-size:1.3rem}.no-data-found .no-data-text .no-data-description{font-size:.9rem}.no-data-found .no-data-actions{flex-direction:column;align-items:center;gap:var(--spacing-sm)}.no-data-found .no-data-actions .p-button{min-width:200px}}@media(max-width:576px){.no-data-found{min-height:200px;padding:var(--spacing-md) var(--spacing-sm)}.no-data-found .no-data-icon i{font-size:2.5rem}.no-data-found .no-data-text{margin-bottom:var(--spacing-lg)}.no-data-found .no-data-text .no-data-title{font-size:1.2rem;margin-bottom:var(--spacing-sm)}.no-data-found .no-data-text .no-data-description{font-size:.85rem}.no-data-found .no-data-actions .p-button{min-width:180px;font-size:.8rem}}.no-data-found{background:var(--surface-ground)}.no-data-found .no-data-icon i{color:var(--text-color-secondary)}.no-data-found{position:relative;overflow:hidden}.no-data-found .no-data-content{position:relative;z-index:1}.no-data-found .no-data-icon i{transition:all var(--transition-duration) var(--transition-timing)}.no-data-found .no-data-icon i:hover{transform:scale(1.1);color:var(--primary-color);opacity:.8}.product-vendor-card{background:#fff;border:1px solid var(--border-color);border-radius:.625rem;padding:.75rem;position:relative}.product-vendor-card--loading{display:flex;justify-content:center;padding:1.25rem}.product-vendor-card .vendor-card-spinner{width:1.25rem;height:1.25rem;border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:vendor-spin .6s linear infinite}@keyframes vendor-spin{to{transform:rotate(1turn)}}.product-vendor-card .vendor-card-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:.5rem}.product-vendor-card .vendor-card-main{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;padding:.5rem;border-radius:.5rem;transition:background-color .15s ease}.product-vendor-card .vendor-card-main:hover{background-color:#f9fafb}.product-vendor-card .vendor-card-main:hover .vendor-card-arrow{color:var(--primary-color);transform:translateX(2px)}.product-vendor-card .vendor-card-logo{position:relative;width:2.5rem;height:2.5rem;min-width:2.5rem;border-radius:.5rem;overflow:hidden;border:1px solid var(--border-color);background:#f9fafb}.product-vendor-card .vendor-card-logo .vendor-card-logo-img{border-radius:.5rem}.product-vendor-card .vendor-card-info{flex:1 1;min-width:0}.product-vendor-card .vendor-card-name{display:block;font-size:.875rem;font-weight:600;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-vendor-card .vendor-card-meta{display:flex;align-items:center;gap:.625rem;margin-top:.25rem}.product-vendor-card .vendor-card-stock{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:1rem}.product-vendor-card .vendor-card-stock.in-stock{background:#d4edda;color:#155724}.product-vendor-card .vendor-card-stock.out-of-stock{background:#f8d7da;color:#721c24}.product-vendor-card .vendor-card-shipping{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}.product-vendor-card .vendor-card-shipping i{font-size:.75rem;color:var(--primary-color)}.product-vendor-card .vendor-card-arrow{font-size:1rem;color:#9ca3af;transition:all .15s ease;flex-shrink:0}@media(max-width:30rem){.product-vendor-card{padding:.625rem}.product-vendor-card .vendor-card-meta{flex-wrap:wrap}}.category-header-section{padding-top:1.5rem}.category-breadcrumb{margin-top:1rem}.breadcrumb-item{color:#5b5b5b;text-decoration:none;font-size:.8rem;transition:color .2s ease-in-out}.breadcrumb-item:hover{color:#f94c00;text-decoration:none}.breadcrumb-separator{color:#5b5b5b;-webkit-user-select:none;-moz-user-select:none;user-select:none}.breadcrumb-current{color:#000;font-weight:500}.category-header-content{background:linear-gradient(135deg,#f8f9fa,#dee2e6);border-radius:.5rem;padding:1.5rem;margin-top:1rem}.category-main-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.2}.category-description .description-text{font-size:1rem;line-height:1.6;color:#5b5b5b;margin-bottom:.5rem}.category-description .btn-link{font-weight:500;font-size:.8rem;text-decoration:none;border:none;background:none;cursor:pointer;transition:color .2s ease-in-out}.category-description .btn-link:hover{text-decoration:underline}.category-stats{display:flex;justify-content:flex-end;align-items:center;height:100%}.stats-grid{display:flex;gap:1.5rem;background:#fff;padding:1.25rem;border-radius:.5rem;box-shadow:0 .0625rem .125rem 0 rgba(0,0,0,.05)}.stat-item{text-align:center;min-width:5rem}.stat-number{font-size:1.5rem;font-weight:700;color:#f94c00;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.8rem;color:#5b5b5b;text-transform:uppercase;letter-spacing:.5px;font-weight:500}@media(max-width:64rem){.category-header-content{padding:1.25rem}.category-main-title{font-size:1.25rem}.stats-grid{gap:1rem;padding:1rem}.stat-number{font-size:1.25rem}}@media(max-width:48rem){.category-header-section{padding-top:1rem}.category-header-content{padding:1rem}.category-main-title{font-size:1.125rem;margin-bottom:.5rem}.category-description .description-text{font-size:.875rem}.stats-grid{justify-content:center;margin-top:1rem}.breadcrumb-current,.breadcrumb-item,.breadcrumb-separator{font-size:.7rem}}@media(max-width:30rem){.stats-grid{gap:.5rem;padding:.5rem}.stat-item{min-width:3.75rem}.stat-number{font-size:1.125rem}.stat-label{font-size:.7rem}}.product-page-header .share-container{position:relative;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#000}.product-page-header .share-container .share-button{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease-in-out}.product-page-header .share-container .share-button:hover{background-color:#f8f9fa}.product-page-header .share-container .share-button .share-icon{color:#5b5b5b;transition:color .2s ease-in-out}.product-page-header .share-container .share-button:hover .share-icon{color:#000}.product-page-header .share-container .share-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #eee;border-radius:.5rem;box-shadow:0 .625rem .9375rem -.1875rem rgba(0,0,0,.1),0 .25rem .375rem -.25rem rgba(0,0,0,.1);z-index:1000;min-width:280px;padding:1rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease-in-out}.product-page-header .share-container .share-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.product-page-header .share-container .share-dropdown .share-title{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem;text-align:center}.product-page-header .share-container .share-dropdown .share-options{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.product-page-header .share-container .share-dropdown .share-options .share-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease-in-out;text-decoration:none;color:inherit}.product-page-header .share-container .share-dropdown .share-options .share-option:hover{background-color:#f8f9fa}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper svg{fill:#fff;stroke:#fff}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper.whatsapp{background-color:#25d366}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper.whatsapp svg{width:24px;height:24px}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper.linkedin{background-color:#0077b5}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper.twitter{background-color:#000}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper.facebook{background-color:#1877f2}.product-page-header .share-container .share-dropdown .share-options .share-option .share-icon-wrapper.copy{background-color:#5b5b5b}.product-page-header .share-container .share-dropdown .share-options .share-option .share-label{font-size:.7rem;color:#5b5b5b;text-align:center;line-height:1.2}.product-page-header .share-container .share-dropdown .share-url{display:flex;align-items:center;gap:.5rem;background-color:#f8f9fa;border:1px solid #eee;border-radius:.375rem;padding:.5rem}.product-page-header .share-container .share-dropdown .share-url input{flex:1 1;border:none;background:rgba(0,0,0,0);font-size:.875rem;color:#5b5b5b;outline:none}.product-page-header .share-container .share-dropdown .share-url .copy-button{background:none;border:none;color:#5b5b5b;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease-in-out}.product-page-header .share-container .share-dropdown .share-url .copy-button:hover{color:#000;background-color:#eee}.share-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background:rgba(0,0,0,0)}.whatsapp-icon{width:50px;height:50px;border-radius:50%;background-color:#25d366;display:flex;align-items:center;justify-content:center}.whatsapp-icon svg{width:30px;height:30px}.ui-section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:2px solid #f94c00;padding-bottom:.5rem}.ui-section-header__lead{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.ui-section-header__icon{display:inline-flex;align-items:center;color:#f94c00}.ui-section-header__title{margin:0;font-size:1rem;line-height:1.5;font-weight:700;color:#162f4d;text-transform:uppercase;letter-spacing:.03em}.ui-section-header__action{margin-left:auto}.slider-navigation{display:flex;align-items:center;gap:.25rem}.slider-btn{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.25rem;border:1px solid #eee;background-color:#fff;color:#000;cursor:pointer;transition:all .2s ease-in-out}.slider-btn:hover{border-color:#f94c00;color:#f94c00}@media(max-width:48rem){.ui-section-header__title{font-size:.875rem}}.entity-card-link{text-decoration:none;color:inherit;display:block;height:100%}.entity-card{background-color:#fff;border:1px solid #eee;border-radius:.5rem;padding:1.25rem;transition:all .3s ease-in-out;cursor:pointer;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;box-shadow:0 .0625rem .125rem 0 rgba(0,0,0,.05)}.entity-card:hover{transform:translateY(-.125rem);box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);border-color:#f94c00}.entity-card.brand-card,.entity-card.category-card,.entity-card.vendor-card{margin-bottom:0}.entity-card__media{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;overflow:hidden;background-color:#f2f2f2;border:1px solid #eee}.entity-card .brand-logo-container,.entity-card .category-image,.entity-card .vendor-logo-container{margin-bottom:0}.entity-card__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.5rem}.entity-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f94c00,#ffddcb)}.entity-card__placeholder-text{font-size:1.25rem;font-weight:700;color:#fff}.entity-card__info{flex:1 1;display:flex;flex-direction:column;width:100%}.entity-card__title{font-size:1rem;font-weight:600;margin:0;color:#000;line-height:1.3}.entity-card__meta{margin-top:.5rem}.entity-card .vendor-location{margin-top:0}.entity-card--brand,.entity-card--vendor{min-height:12rem}.entity-card--category{padding:0;border-radius:.375rem;border:1px solid rgba(0,0,0,0);box-shadow:none;gap:0}.entity-card--category:hover{box-shadow:0 0 0 1px #f94c00}.entity-card--category .entity-card__media{width:100%;height:8rem;border:none;border-radius:0;background-color:#f8f9fa}.entity-card--category .entity-card__image,.entity-card--category .entity-card__info{padding:.5rem}.entity-card--category .entity-card__title{font-size:.8rem;font-weight:500;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:48rem){.entity-card{padding:1rem}.entity-card--category{padding:0}.entity-card__media{width:4rem;height:4rem}}.engagement-modal .p-dialog-header{padding:1.25rem 1.5rem .75rem;border-bottom:none;background:var(--surface-card)}.engagement-modal .p-dialog-content{padding:0 1.5rem 1.5rem;background:var(--surface-card)}.engagement-modal .p-dialog-header-icons .p-dialog-header-close{color:var(--text-color-secondary);width:2rem;height:2rem;border-radius:50%}.engagement-modal .p-dialog-header-icons .p-dialog-header-close:hover{background:var(--light-gray);color:var(--text-color)}.engagement-modal__header{display:flex;align-items:center;gap:.5rem}.engagement-modal__header-title{font-size:1.25rem;font-weight:600;color:var(--text-color)}.engagement-modal__body{display:flex;flex-direction:column;gap:.875rem}.engagement-modal__subtitle{font-size:.875rem;color:var(--text-color-secondary);margin:0 0 .25rem;line-height:1.5}.engagement-modal__subtitle--center{text-align:center}.engagement-modal__subtitle strong{color:var(--text-color);font-weight:600;letter-spacing:.5px}.engagement-modal__field{display:flex;flex-direction:column;gap:.375rem}.engagement-modal__field label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--text-color)}.engagement-modal__field label svg{color:var(--text-color-secondary);flex-shrink:0}.engagement-modal__field label .required{color:var(--danger-color)}.engagement-modal__field .p-error{font-size:.75rem;margin-top:.125rem}.engagement-modal__input-wrapper{display:flex;align-items:stretch;gap:0}.engagement-modal__prefix{display:flex;align-items:center;padding:0 .75rem;background:var(--light-gray);border:1px solid var(--surface-border);border-right:none;border-radius:var(--border-radius) 0 0 var(--border-radius);font-size:.875rem;font-weight:500;color:var(--text-color-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.engagement-modal__input{width:100%;font-size:.875rem}.engagement-modal__input.p-inputtext{padding:.625rem .75rem;border-radius:var(--border-radius);border:1px solid var(--surface-border);transition:border-color var(--transition-duration) var(--transition-timing),box-shadow var(--transition-duration) var(--transition-timing)}.engagement-modal__input.p-inputtext:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(249,76,0,.15)}.engagement-modal__input.p-inputtext.p-invalid{border-color:var(--danger-color)}.engagement-modal__input.p-inputtext.p-invalid:focus{box-shadow:0 0 0 2px rgba(220,53,69,.15)}.engagement-modal__input-wrapper .engagement-modal__input.p-inputtext{border-top-left-radius:0;border-bottom-left-radius:0}.engagement-modal__error-msg{display:block;text-align:center;font-size:.8125rem}.engagement-modal__submit{width:100%;margin-top:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;background:var(--primary-color);border-color:var(--primary-color);border-radius:var(--border-radius);transition:background var(--transition-duration) var(--transition-timing);justify-content:center;gap:.5rem}.engagement-modal__submit:hover:not(:disabled){background:var(--primary-color-hover);border-color:var(--primary-color-hover)}.engagement-modal__submit:disabled{opacity:.65}.engagement-modal__privacy{font-size:.6875rem;color:var(--text-color-secondary);text-align:center;margin:0;line-height:1.5;opacity:.8}.engagement-modal__alt-action{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.8125rem;color:var(--text-color-secondary)}.engagement-modal__alt-action svg{flex-shrink:0}.engagement-modal__link{color:var(--primary-color);font-weight:600;text-decoration:none}.engagement-modal__link:hover{text-decoration:underline}.engagement-modal__otp-body{align-items:center}.engagement-modal__otp-icon{color:var(--primary-color);margin-bottom:.25rem}.engagement-modal__otp-icon svg{display:block}.engagement-modal__otp-input{display:flex;justify-content:center;margin:.25rem 0}.engagement-modal__otp-input .p-inputotp{gap:.5rem}.engagement-modal__otp-input .p-inputotp-input{width:2.75rem;height:3rem;text-align:center;font-size:1.25rem;font-weight:600;border:1px solid var(--surface-border);border-radius:var(--border-radius);transition:border-color .15s ease,box-shadow .15s ease}.engagement-modal__otp-input .p-inputotp-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(249,76,0,.15);outline:none}.engagement-modal__otp-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.25rem}.engagement-modal__text-btn{background:none;border:none;padding:0;font-size:.8125rem;color:var(--primary-color);cursor:pointer;font-weight:500;transition:opacity .15s ease}.engagement-modal__text-btn:hover{text-decoration:underline}.engagement-modal__text-btn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.engagement-modal__divider{color:var(--surface-border);font-size:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.engagement-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0 .5rem;gap:.75rem}.engagement-modal__success-icon{color:var(--success-color);margin-bottom:.25rem}.engagement-modal__success-icon svg{display:block}.engagement-modal__success h3{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0}.engagement-modal__success p{font-size:.875rem;color:var(--text-color-secondary);margin:0;line-height:1.5;max-width:320px}@media(max-width:576px){.engagement-modal .p-dialog-header{padding:1rem 1rem .5rem}.engagement-modal .p-dialog-content{padding:0 1rem 1rem}.engagement-modal__header-title{font-size:1.125rem}.engagement-modal__subtitle{font-size:.8125rem}.engagement-modal__submit{padding:.625rem 1rem;font-size:.875rem}.engagement-modal__otp-input .p-inputotp-input{width:2.25rem;height:2.75rem;font-size:1rem}}.main-container{min-height:100vh;background-color:#f2f2f2}.container{max-width:80rem}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000}.min-h-screen{min-height:90vh}.header{width:100%;max-width:100vw;overflow-x:hidden;position:sticky;top:0;z-index:1000;transition:all .3s ease;box-shadow:0 .125rem .3125rem rgba(0,0,0,.1)}.top-bar-color{background-color:#162f4d}.top-bar{color:#fff;justify-content:space-between;align-items:center;padding:.625rem 0}.contact-info,.top-bar{display:flex;min-width:0}.contact-info{gap:1.25rem}.email-link,.phone-link{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.3125rem;font-size:.75rem;font-weight:700}.top-nav{display:flex;align-items:center;gap:1.5625rem}.top-nav a{font-size:.875rem}.nav-link,.offers-link,.track-order-link{color:#fff;text-decoration:none}.nav-link,.offers-link,.track-order-link{display:flex;align-items:center;gap:.3125rem}.track-order-link{color:orange}.app-link{color:#fff;font-size:1.25rem}.mobile-menu-toggle{display:none;flex-shrink:0;background:rgba(0,0,0,0);border:none;color:#fff;padding:0;margin:0}.main-bar{background-color:#fff;padding:.625rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.625rem}.order-1{order:1}.order-2{order:2}.order-3{order:3}.mobile-top-row{display:none;width:100%;justify-content:space-between;align-items:center;margin-bottom:.625rem}.mobile-actions{display:none;align-items:center;gap:.9375rem}.user-icon-link{color:#333;text-decoration:none}.user-icon-link--with-badge{position:relative}.user-icon{font-size:1.5rem}.category-section{display:flex;align-items:center;gap:.9375rem}.category-text{font-size:.875rem;font-weight:700;color:#333;display:none}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:.125rem;gap:.125rem;width:1.25rem;height:1.25rem;display:none}.grid-item{background-color:#333}.logo-container{text-decoration:none}.logo-container img,.logo-image{-o-object-fit:contain;object-fit:contain}.logo-image{height:2.5rem}.search-container{flex:1 1;margin:0 .625rem;position:relative}.search-container--wide{max-width:50rem}.search-input-container{width:100%;position:relative}.search-input-container .ui-search__field{min-height:2.875rem}.search-input-container .ui-search__input{width:100%;font-size:.8125rem}.search-input-container .ui-search__submit-btn{min-width:5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.search-input-container .ui-search__icon-btn{font-size:1.1rem}.login-button{border-radius:.375rem!important;font-weight:600;min-width:7.5rem;height:2.625rem;border:.0625rem solid #000;background-color:rgba(0,0,0,0);color:#333}.login-button:hover{border:.0625rem solid #000;background-color:#f8f9fa!important;color:#111}.user-actions{display:flex;align-items:center;gap:.9375rem}.cart-container{position:relative;cursor:pointer;margin-bottom:-.5125rem;margin-left:.5rem;margin-right:.5rem}.cart-icon{font-size:1.5rem;color:#333}.cart-badge{position:absolute;top:-.5rem;right:-.5rem}.menu-button{background-color:rgba(0,0,0,0);color:#333;border:none}.mobile-category-container{display:none;width:100%;padding-top:1rem}.mobile-category-header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;margin-bottom:.75rem}.category-title{font-size:1rem;font-weight:600;color:#2c3e50;margin:0}.view-all-link{font-size:.875rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.view-all-link:hover{color:var(--primary-color-hover)}.mobile-categories-scroll{overflow-x:auto;padding:0;scrollbar-width:none;-ms-overflow-style:none}.mobile-categories-scroll::-webkit-scrollbar{display:none}.mobile-categories{display:flex;gap:.5rem;padding-bottom:0}.mobile-category-card{flex:0 0 auto;width:5rem;text-decoration:none;color:#495057;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;justify-content:center}.mobile-category-card:hover{transform:translateY(-2px);color:var(--primary-color)}.mobile-category-card.view-more-card{display:none}.mobile-category-card.view-more-card .category-image-wrapper{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-hover))}.mobile-category-card.view-more-card .view-more-icon{color:#fff;font-size:1.25rem}.category-image-wrapper{width:3.5rem;height:3.5rem;border-radius:.5rem;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:box-shadow .2s ease,transform .2s ease;overflow:hidden}.mobile-category-card:hover .category-image-wrapper{box-shadow:0 4px 12px rgba(0,123,255,.15);transform:scale(1.05)}@media(max-width:48rem){.category-image{width:2.5rem;height:2.5rem;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.category-card-with-children{display:block!important}.category-card-with-children .category-image{display:block!important;width:6rem!important;height:6rem!important}.category-card-with-children .category-image a{display:block!important;width:100%!important;height:100%!important}.category-card-with-children .category-image a img{width:100%!important;height:100%!important}.category-card-with-children .category-content{display:block!important}}.category-placeholder{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.category-placeholder-icon{font-size:1.25rem;color:#6c757d}.view-more-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.category-label{font-size:.75rem;font-weight:500;line-height:1.2;word-wrap:break-word;max-width:100%}.search-dropdown{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:.0625rem solid #e0e0e0;border-radius:0 0 .25rem .25rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.1);z-index:1001;margin-top:.125rem}.search-dropdown-content{padding:.9375rem}.search-section{margin-bottom:1.25rem}.search-section-title{font-size:1rem;color:#666;margin-bottom:.625rem;font-weight:400}.trending-searches{display:flex;flex-wrap:wrap;gap:.625rem}.trending-search-item{background-color:#f5f5f5;padding:.375rem .75rem;border-radius:1.25rem;font-size:.875rem;color:#333;text-decoration:none;transition:background-color .2s}.trending-search-item:hover{background-color:#e9e9e9}.top-categories{display:flex;gap:.25rem;flex-wrap:wrap;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#ccc rgba(0,0,0,0)}.top-categories .top-category-item{display:inline-flex;color:var(--secondary-color);text-decoration:none;border:.0625rem solid var(--primary-color);border-radius:.25rem;max-width:18rem;text-align:center;align-items:center;justify-content:center;padding:.3rem 1rem}.top-categories .top-category-item span{font-size:.8rem}.top-categories .top-category-item i{font-size:1.5rem;margin-bottom:.5rem}.top-categories .top-category-item:hover{color:var(--primary-color);background-color:var(--primary-color-light)}.header.sticky{box-shadow:0 .1875rem .625rem rgba(0,0,0,.2)}@media(max-width:64rem){.contact-info,.top-nav{gap:.625rem}.main-bar{padding:.625rem;gap:.25rem}.search-container{max-width:25rem}}@media(max-width:48rem){.top-bar{padding:.5rem .625rem}.contact-info{flex:1 1}.top-nav{display:none}.mobile-menu-toggle{display:inline-flex}.main-bar{flex-direction:column;padding:.25rem}.mobile-top-row{display:flex;margin-bottom:.4rem}.mobile-actions{display:flex}.category-section{display:none}.logo-container{order:1}.search-container{order:2;max-width:100%;width:100%;margin:0 0 .2rem}.user-actions{display:none}.mobile-category-container{display:block}.trending-searches{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.625rem}.top-categories{flex-direction:column;gap:.625rem}.top-category-item{width:100%;flex-direction:row;justify-content:flex-start;gap:.625rem}.top-category-item i{margin-bottom:0}}@media(max-width:30rem){.contact-info{gap:.625rem}}.p-menu-list{padding-left:0}.nav-link-quotes{font-size:13px;text-decoration:none;margin-right:10px;position:relative}.nav-link-quotes-icon{margin-right:5px;display:inline-block;vertical-align:middle;position:relative}.quote-badge-position{position:absolute;top:-8px;right:-10px;font-size:.65rem;min-width:16px;height:16px;line-height:16px}.profile-button{background-color:#1e40af!important;border:none!important;border-radius:8px!important;padding:.5rem 1rem!important;font-weight:500!important}.profile-menu-dropdown{position:fixed;top:var(--profile-menu-top);right:var(--profile-menu-right);background-color:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15);min-width:200px;z-index:9999;overflow:hidden}.profile-menu-divider{border-top:1px solid #eee}.profile-menu-header{padding:12px 16px;border-bottom:1px solid #eee;font-weight:600;font-size:14px;color:#333}.profile-menu-header-icon{margin-right:8px}.profile-menu-item{padding:10px 16px;cursor:pointer;font-size:14px;color:#495057;display:flex;align-items:center;gap:8px}.profile-menu-item:hover{background-color:#f8f9fa}.profile-menu-logout{padding:10px 16px;cursor:pointer;font-size:14px;color:#e74c3c;display:flex;align-items:center;gap:8px}.profile-menu-logout:hover{background-color:#fef2f2}.recently-viewed-btn{background:none;border:none;padding:0;cursor:pointer}.recently-viewed-list{display:flex;flex-direction:column}.rv-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .25rem;text-decoration:none;color:#333;border-bottom:1px solid #f0f0f0;transition:background .15s}.rv-item:last-child{border-bottom:none}.rv-item:hover{background:#f8f9fa;color:var(--primary-color)}.rv-item-name{font-size:.82rem;font-weight:500;line-height:1.3}.rv-item-arrow{font-size:.7rem;color:#9ca3af;flex-shrink:0}.footer-new{background:rgba(0,0,0,0);width:100%}.footer-main{background:linear-gradient(180deg,#ffffff,#f8fafc);border-top:1px solid #eee;padding:2rem 0 1.25rem;color:#000}.footer-heading{font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem;color:#162f4d;text-transform:uppercase}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.75rem}.footer-list li a{color:#5b5b5b;text-decoration:none;font-size:.875rem;transition:color .3s ease;display:inline-block}.footer-list li a:hover{color:#f94c00;text-decoration:underline}.newsletter-form{margin-bottom:1rem}.newsletter-input-wrapper{position:relative;margin-bottom:.75rem}.newsletter-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#5b5b5b;pointer-events:none}.newsletter-input{padding-left:2.5rem}.newsletter-input:focus{border-color:#f94c00}.newsletter-input::-moz-placeholder{color:#9aa3af}.newsletter-input::placeholder{color:#9aa3af}.newsletter-button{margin-top:.25rem}.newsletter-text{font-size:.75rem;color:#5b5b5b;line-height:1.5;margin:0}.footer-bottom{background:#162f4d;padding:1.5rem 0;color:#dbe4ef}.footer-copyright{font-size:.75rem;margin:0;color:#dbe4ef}.payment-methods{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.payment-methods{justify-content:center}}.payment-label{font-size:.875rem;margin-right:.5rem;color:#dbe4ef}.payment-icons{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.payment-icons img{background:#fff;padding:.25rem .5rem;border-radius:4px;-o-object-fit:contain;object-fit:contain}.whatsapp-float{position:fixed;bottom:30px;right:30px;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:999;transition:all .3s ease}.whatsapp-float i{font-size:1.75rem;margin-bottom:2px}.whatsapp-float span{font-size:.65rem;font-weight:600}.whatsapp-float:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.25)}@media(max-width:768px){.footer-main{padding:1.5rem 0 1rem}.footer-heading{font-size:.875rem;margin-bottom:.75rem}.footer-list li{margin-bottom:.5rem}.newsletter-button{padding:.625rem 1rem}.footer-copyright{text-align:center;margin-bottom:1rem}.whatsapp-float{width:55px;height:55px;bottom:20px;right:20px}.whatsapp-float i{font-size:1.5rem}.whatsapp-float span{font-size:.6rem}}.footer{background-color:#fff;padding:2rem 0 1rem;border-top:.0625rem solid var(--border-color)}.footer-title{font-size:.875rem;font-weight:600;margin-bottom:1rem}.footer-link{color:#6c757d;text-decoration:none;font-size:.75rem;display:block;margin-bottom:.5rem}.footer-link:hover{color:var(--primary-color)}.social-icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:var(--light-gray);border-radius:50%;margin-right:.5rem}.social-icon:hover{background-color:var(--primary-color);color:#fff}.copyright{font-size:.75rem;color:#6c757d;text-align:center;margin-top:1rem}.sub-footer .sub-footer-title{font-size:13px;font-weight:600;letter-spacing:.065px;margin-bottom:5px}.sub-footer span{font-size:12px;letter-spacing:.065px;color:#a8a8a8;margin-bottom:5px}.category-sidebar-menu{max-height:70vh;min-height:30rem;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:1rem;padding:1rem 0;position:relative}.category-sidebar-menu .menu-container{height:100%;overflow-y:auto}.menu-container{width:100%}.category-list{list-style:none;padding:0;margin:0}.category-item{padding:.5rem 1rem;font-size:.875rem}.category-item a{color:var(--text-color);text-decoration:none;display:block}.category-item a:hover{color:var(--primary-color)}.category-item:hover{background-color:var(--primary-color-light)}.dashboard-layout{--primary-color:#4F46E5;--primary-color-hover:#4338CA;--primary-color-light:#EEF2FF}.dashboard-layout .layout-wrapper{display:flex;min-height:100vh;background:#f8fafc}.dashboard-layout .layout-content{flex:1 1;margin-left:16.5rem;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}@media screen and (max-width:48rem){.dashboard-layout .layout-content{margin-left:0}}.dashboard-layout .layout-content.sidebar-collapsed{margin-left:5rem}@media screen and (max-width:48rem){.dashboard-layout .layout-content.sidebar-collapsed{margin-left:0}}.dashboard-layout .layout-topbar{height:4rem;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1010}@media screen and (max-width:48rem){.dashboard-layout .layout-topbar{padding-left:4.5rem}}.dashboard-layout .layout-topbar .topbar-left .page-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.01em}.dashboard-layout .layout-topbar .topbar-right .user-profile{position:relative}.dashboard-layout .layout-topbar .topbar-right .user-profile .p-button{padding:.375rem .75rem;border-radius:.75rem;transition:background-color .2s;border:none!important;box-shadow:none!important}.dashboard-layout .layout-topbar .topbar-right .user-profile .p-button:hover{background-color:#f8fafc!important}.dashboard-layout .layout-topbar .topbar-right .user-profile .p-button .user-avatar{width:2.25rem;height:2.25rem;font-size:.875rem}.dashboard-layout .layout-topbar .topbar-right .user-profile .p-button .user-name{font-weight:500;font-size:.875rem;color:#64748b;margin:0 .5rem}@media screen and (max-width:30rem){.dashboard-layout .layout-topbar .topbar-right .user-profile .p-button .user-name{display:none}}.dashboard-layout .layout-topbar .topbar-right .user-profile .p-button .pi-angle-down{color:#94a3b8;font-size:.75rem}.dashboard-layout .sidebar{width:16.5rem;height:100vh;background:#0f172a;transition:width .3s cubic-bezier(.4,0,.2,1);position:fixed;left:0;top:0;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.dashboard-layout .sidebar.collapsed{width:5rem}.dashboard-layout .sidebar.collapsed .app-name,.dashboard-layout .sidebar.collapsed .menu-label,.dashboard-layout .sidebar.collapsed .menu-section-title,.dashboard-layout .sidebar.collapsed .user-details{display:none}.dashboard-layout .sidebar.collapsed .sidebar-header{justify-content:center;padding:1rem .75rem}.dashboard-layout .sidebar.collapsed .menu-item{padding:.75rem;justify-content:center}.dashboard-layout .sidebar.collapsed .menu-item .menu-tooltip{position:absolute;left:100%;background:#0f172a;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.8125rem;white-space:nowrap;visibility:hidden;opacity:0;transition:all .2s ease;box-shadow:0 4px 16px rgba(0,0,0,.4);margin-left:.75rem;pointer-events:none}.dashboard-layout .sidebar.collapsed .menu-item:hover .menu-tooltip{visibility:visible;opacity:1}.dashboard-layout .sidebar.collapsed .user-info{justify-content:center}.dashboard-layout .sidebar .sidebar-header{padding:1.25rem 1.25rem 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.dashboard-layout .sidebar .sidebar-header .logo-container{display:flex;align-items:center;gap:.75rem}.dashboard-layout .sidebar .sidebar-header .logo-container .p-avatar{background:#4f46e5!important}.dashboard-layout .sidebar .sidebar-header .logo-container .app-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.dashboard-layout .sidebar .sidebar-header .sidebar-toggle{width:1.75rem;height:1.75rem;background:rgba(0,0,0,0)!important;border:none!important;box-shadow:none!important;color:#94a3b8!important}.dashboard-layout .sidebar .sidebar-header .sidebar-toggle:focus,.dashboard-layout .sidebar .sidebar-header .sidebar-toggle:hover{border:none!important;outline:none!important;box-shadow:none!important;color:#fff!important}.dashboard-layout .sidebar .sidebar-content{flex:1 1;overflow-y:auto;padding:.5rem 0}.dashboard-layout .sidebar .sidebar-content::-webkit-scrollbar{width:0}.dashboard-layout .sidebar .sidebar-content .menu-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#475569;padding:1.25rem 1.25rem .5rem;margin:0}.dashboard-layout .sidebar .sidebar-content .sidebar-menu{display:flex;flex-direction:column;gap:.125rem;padding:0 .625rem}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;cursor:pointer;border-radius:.5rem;transition:all .15s ease;color:#94a3b8;position:relative;text-decoration:none;font-size:.875rem}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item i{font-size:1.125rem;width:1.25rem;text-align:center;flex-shrink:0}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item .menu-label{font-weight:500;font-size:.875rem;white-space:nowrap}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item .menu-badge{margin-left:auto;background:#4f46e5;color:#fff;padding:.125rem .5rem;border-radius:1rem;font-size:.6875rem;font-weight:600;min-width:1.25rem;text-align:center}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item:hover{background:hsla(0,0%,100%,.06);color:#cbd5e1}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item.active{background:#4f46e5;color:#fff}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item.active i{color:#fff}.dashboard-layout .sidebar .sidebar-content .sidebar-menu .menu-item.active:hover{background:#4f46e5;color:#fff}.dashboard-layout .sidebar .sidebar-footer{padding:1rem 1.25rem;border-top:1px solid hsla(0,0%,100%,.06);margin-top:auto}.dashboard-layout .sidebar .sidebar-footer .user-info{display:flex;align-items:center;gap:.75rem}.dashboard-layout .sidebar .sidebar-footer .user-info .p-avatar{background:#4f46e5!important;font-size:.8125rem;flex-shrink:0}.dashboard-layout .sidebar .sidebar-footer .user-info .user-details{overflow:hidden}.dashboard-layout .sidebar .sidebar-footer .user-info .user-details .user-name{font-weight:500;font-size:.8125rem;color:#e2e8f0;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-layout .sidebar .sidebar-footer .user-info .user-details .user-email{font-size:.6875rem;color:#475569;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-layout .dashboard-content{padding:1.5rem 2rem;flex:1 1}@media screen and (max-width:48rem){.dashboard-layout .dashboard-content{padding:1rem}}.dashboard-overview{max-width:80rem}.dashboard-overview .welcome-banner{background:linear-gradient(135deg,#4F46E5,#7C3AED);border-radius:1rem;padding:2rem 2.5rem;color:#fff;margin-bottom:1.75rem;position:relative;overflow:hidden}.dashboard-overview .welcome-banner:after{content:"";position:absolute;right:-2rem;top:-2rem;width:10rem;height:10rem;background:hsla(0,0%,100%,.08);border-radius:50%}.dashboard-overview .welcome-banner:before{content:"";position:absolute;right:5rem;bottom:-3rem;width:8rem;height:8rem;background:hsla(0,0%,100%,.05);border-radius:50%}.dashboard-overview .welcome-banner .welcome-content{position:relative;z-index:1}.dashboard-overview .welcome-banner .welcome-content h2{font-size:1.5rem;font-weight:700;margin:0 0 .375rem;letter-spacing:-.02em;color:#fff}.dashboard-overview .welcome-banner .welcome-content p{font-size:.9375rem;color:hsla(0,0%,100%,.7);margin:0}.dashboard-overview .welcome-banner .welcome-actions{position:relative;z-index:1;display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.dashboard-overview .welcome-banner .welcome-actions .p-button{border-radius:.5rem;font-weight:500;font-size:.8125rem;padding:.5rem 1.25rem}.dashboard-overview .welcome-banner .welcome-actions .p-button:not(.p-button-outlined){background:#fff!important;color:#4f46e5!important;border-color:#fff!important}.dashboard-overview .welcome-banner .welcome-actions .p-button:not(.p-button-outlined):hover{background:#f1f5f9!important}.dashboard-overview .stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.75rem}@media screen and (max-width:64rem){.dashboard-overview .stats-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:36rem){.dashboard-overview .stats-row{grid-template-columns:1fr}}.dashboard-overview .stat-card{background:#fff;border-radius:.75rem;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid #e2e8f0;transition:all .2s ease}.dashboard-overview .stat-card:hover{box-shadow:0 4px 16px rgba(79,70,229,.06);transform:translateY(-1px)}.dashboard-overview .stat-card .stat-icon{width:2.75rem;height:2.75rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem}.dashboard-overview .stat-card .stat-icon.indigo{background:#eef2ff;color:#4f46e5}.dashboard-overview .stat-card .stat-icon.teal{background:#f0fdfa;color:#0d9488}.dashboard-overview .stat-card .stat-icon.emerald{background:#ecfdf5;color:#059669}.dashboard-overview .stat-card .stat-icon.amber{background:#fffbeb;color:#d97706}.dashboard-overview .stat-card .stat-icon.orange{background:#eef2ff;color:#4f46e5}.dashboard-overview .stat-card .stat-icon.blue{background:#f0fdfa;color:#0d9488}.dashboard-overview .stat-card .stat-icon.green{background:#ecfdf5;color:#059669}.dashboard-overview .stat-card .stat-icon.purple{background:#fffbeb;color:#d97706}.dashboard-overview .stat-card .stat-info{flex:1 1;min-width:0}.dashboard-overview .stat-card .stat-info .stat-value{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:.125rem}.dashboard-overview .stat-card .stat-info .stat-label{font-size:.8125rem;color:#64748b;font-weight:500}.dashboard-overview .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-overview .section-header h3{font-size:1.0625rem;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.01em}.dashboard-overview .section-header .view-all-link{font-size:.8125rem;font-weight:500;color:#4f46e5;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:.25rem;transition:opacity .2s}.dashboard-overview .section-header .view-all-link:hover{opacity:.8}.dashboard-overview .section-header .view-all-link i{font-size:.75rem}.dashboard-overview .content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.75rem}@media screen and (max-width:64rem){.dashboard-overview .content-grid{grid-template-columns:1fr}}.dashboard-overview .data-card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.dashboard-overview .data-card .data-card-body{padding:0}.dashboard-overview .data-list .data-list-item{display:flex;align-items:center;padding:.875rem 1.25rem;border-bottom:1px solid #f1f5f9;transition:background .15s;cursor:pointer}.dashboard-overview .data-list .data-list-item:last-child{border-bottom:none}.dashboard-overview .data-list .data-list-item:hover{background:#f8fafc}.dashboard-overview .data-list .data-list-item .item-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-right:.875rem;flex-shrink:0;font-size:.875rem}.dashboard-overview .data-list .data-list-item .item-icon.quote-icon{background:#eef2ff;color:#4f46e5}.dashboard-overview .data-list .data-list-item .item-icon.sr-icon{background:#f0fdfa;color:#0d9488}.dashboard-overview .data-list .data-list-item .item-content{flex:1 1;min-width:0}.dashboard-overview .data-list .data-list-item .item-content .item-title{font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-overview .data-list .data-list-item .item-content .item-subtitle{font-size:.75rem;color:#64748b}.dashboard-overview .data-list .data-list-item .item-meta{text-align:right;flex-shrink:0;margin-left:.75rem}.dashboard-overview .data-list .data-list-item .item-meta .item-date{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem}.dashboard-overview .status-badge{display:inline-flex;align-items:center;padding:.1875rem .5rem;border-radius:1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.dashboard-overview .status-badge.NEW,.dashboard-overview .status-badge.new{background:#dbeafe;color:#1e40af}.dashboard-overview .status-badge.OPEN,.dashboard-overview .status-badge.open{background:#e0e7ff;color:#3730a3}.dashboard-overview .status-badge.IN_PROGRESS,.dashboard-overview .status-badge.PENDING,.dashboard-overview .status-badge.in-progress,.dashboard-overview .status-badge.pending{background:#fef3c7;color:#92400e}.dashboard-overview .status-badge.COMPLETED,.dashboard-overview .status-badge.completed{background:#d1fae5;color:#065f46}.dashboard-overview .status-badge.CLOSED,.dashboard-overview .status-badge.closed{background:#e5e7eb;color:#374151}.dashboard-overview .status-badge.DRAFT,.dashboard-overview .status-badge.draft{background:#f3f4f6;color:#6b7280}.dashboard-overview .status-badge.CONTACTED,.dashboard-overview .status-badge.contacted{background:#e0e7ff;color:#3730a3}.dashboard-overview .status-badge.QUALIFIED,.dashboard-overview .status-badge.qualified{background:#d1fae5;color:#065f46}.dashboard-overview .status-badge.CONVERTED,.dashboard-overview .status-badge.converted{background:#cffafe;color:#155e75}.dashboard-overview .status-badge.LOST,.dashboard-overview .status-badge.lost{background:#fee2e2;color:#991b1b}.dashboard-overview .empty-state{padding:2.5rem 1.5rem;text-align:center}.dashboard-overview .empty-state i{font-size:2.5rem;margin-bottom:.75rem;display:block;color:#94a3b8;opacity:.5}.dashboard-overview .empty-state .empty-title{font-size:.9375rem;font-weight:500;color:#64748b;margin-bottom:.25rem}.dashboard-overview .empty-state .empty-text{font-size:.8125rem;color:#94a3b8;margin-bottom:1rem}.dashboard-overview .empty-state .p-button{font-size:.8125rem}.dashboard-overview .quick-actions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}@media screen and (max-width:48rem){.dashboard-overview .quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:30rem){.dashboard-overview .quick-actions-grid{grid-template-columns:1fr}}.dashboard-overview .quick-action-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:1rem}.dashboard-overview .quick-action-card:hover{border-color:#4f46e5;box-shadow:0 4px 16px rgba(79,70,229,.08);transform:translateY(-1px)}.dashboard-overview .quick-action-card .action-icon{width:2.75rem;height:2.75rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem;background:#eef2ff;color:#4f46e5}.dashboard-overview .quick-action-card .action-content .action-title{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.125rem}.dashboard-overview .quick-action-card .action-content .action-desc{font-size:.75rem;color:#64748b}.dashboard-overview .skeleton-line{background:linear-gradient(90deg,#F1F5F9 25%,#E2E8F0 50%,#F1F5F9 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:.25rem;height:.875rem;margin-bottom:.5rem}.dashboard-overview .skeleton-line.short{width:60%}.dashboard-overview .skeleton-line.medium{width:80%}.quotes-page,.service-requests-page{max-width:80rem}.quotes-page .page-header,.service-requests-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.quotes-page .page-header .page-header-left h2,.service-requests-page .page-header .page-header-left h2{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.02em}.quotes-page .page-header .page-header-left p,.service-requests-page .page-header .page-header-left p{font-size:.875rem;color:#64748b;margin:0}.quotes-page .page-header .page-header-actions,.service-requests-page .page-header .page-header-actions{display:flex;gap:.75rem}.quotes-page .filter-bar,.service-requests-page .filter-bar{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.quotes-page .filter-bar .filter-chip,.service-requests-page .filter-bar .filter-chip{padding:.375rem 1rem;border-radius:2rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid #e2e8f0;background:#fff;color:#64748b}.quotes-page .filter-bar .filter-chip:hover,.service-requests-page .filter-bar .filter-chip:hover{border-color:#4f46e5;color:#4f46e5}.quotes-page .filter-bar .filter-chip.active,.service-requests-page .filter-bar .filter-chip.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.quotes-page .list-card,.service-requests-page .list-card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.quotes-page .list-table,.service-requests-page .list-table{width:100%;border-collapse:collapse}.quotes-page .list-table th,.service-requests-page .list-table th{padding:.75rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;text-align:left}.quotes-page .list-table td,.service-requests-page .list-table td{padding:.875rem 1.25rem;font-size:.875rem;color:#0f172a;border-bottom:1px solid #f1f5f9;vertical-align:middle}.quotes-page .list-table tr,.service-requests-page .list-table tr{transition:background .15s}.quotes-page .list-table tr:hover,.service-requests-page .list-table tr:hover{background:#f8fafc}.quotes-page .list-table tr:last-child td,.service-requests-page .list-table tr:last-child td{border-bottom:none}.quotes-page .list-table .table-link,.service-requests-page .list-table .table-link{color:#4f46e5;font-weight:500;cursor:pointer;text-decoration:none}.quotes-page .list-table .table-link:hover,.service-requests-page .list-table .table-link:hover{text-decoration:underline}.quotes-page .list-table .table-secondary,.service-requests-page .list-table .table-secondary{color:#64748b;font-size:.8125rem}.quotes-page .list-pagination,.service-requests-page .list-pagination{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.quotes-page .list-pagination .pagination-info,.service-requests-page .list-pagination .pagination-info{font-size:.8125rem;color:#64748b}.quotes-page .list-pagination .pagination-controls,.service-requests-page .list-pagination .pagination-controls{display:flex;gap:.25rem}.quotes-page .list-pagination .pagination-controls .p-button,.service-requests-page .list-pagination .pagination-controls .p-button{width:2rem;height:2rem;padding:0;font-size:.75rem}.profile-page .p-fileupload-basic .p-button{width:100%}.reviews-page .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-page .p-datatable .p-datatable-tbody>tr>td{padding:.75rem}.dashboard-layout .hamburger-button{display:none;position:fixed;top:.875rem;left:1rem;z-index:1001;background-color:rgba(0,0,0,0)!important;border:none!important;width:2.5rem!important;height:2.5rem!important;color:#4f46e5!important;border-radius:50%!important}@media screen and (max-width:48rem){.dashboard-layout .hamburger-button{display:flex;align-items:center;justify-content:center}}.dashboard-layout .hamburger-button .p-button-icon{font-size:1.375rem}.dashboard-layout .mobile-sidebar{display:none;position:relative}.dashboard-layout .mobile-sidebar .p-sidebar-header{position:absolute;right:0;top:0}.dashboard-layout .mobile-sidebar .p-sidebar-content{padding:0!important}.dashboard-layout .mobile-sidebar .sidebar-action{margin-bottom:1rem}@media screen and (max-width:48rem){.dashboard-layout .mobile-sidebar{display:block}.dashboard-layout .mobile-sidebar .p-sidebar{width:16.5rem;z-index:1000}}.dashboard-layout .mobile-sidebar .sidebar-toggle{display:none}@media screen and (max-width:48rem){.dashboard-layout .desktop-sidebar{display:none}}@media screen and (max-width:768px){.dashboard-layout .sidebar{transform:translateX(-100%)}.dashboard-layout .sidebar.mobile-visible{transform:translateX(0)}.dashboard-layout .layout-content{margin-left:0!important}.dashboard-layout .layout-topbar{padding-left:1rem}.dashboard-layout .layout-topbar .topbar-right .user-name{display:none}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-in{animation:fadeInUp .3s ease-out forwards}.industrial-section{padding:1.25rem}.industrial-section,.sourcing-section{border-radius:.5rem;margin-bottom:1.5rem}.sourcing-section{background-color:#f1f5f9;overflow:hidden}.sourcing-left{background-color:#162f4d;color:#fff;padding:1.5rem}.sourcing-right{background-color:#fff;padding:1.5rem}.trading-section{background-color:#f94c00;color:#fff;border-radius:.5rem;padding:1.25rem;margin-bottom:1.5rem}.trading-feature{display:flex;align-items:center;margin-right:1.25rem}.trading-feature i{margin-right:.5rem}.solution-card{height:100%}.solution-image{height:10rem;-o-object-fit:cover;object-fit:cover;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.solution-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.solution-description{font-size:.875rem;color:#5b5b5b}.category-icon{width:4rem;height:4rem;-o-object-fit:contain;object-fit:contain;margin-bottom:.5rem}.category-name{font-size:.7rem;text-align:center}.homepage-banner{position:relative;overflow:hidden;border-radius:0;z-index:0;width:100%;height:auto;height:21rem}.home-service-feature{text-decoration:none;background-color:#f8f9fa;display:block;position:relative;width:100%;height:auto;height:12rem}.home-sidebar-column{position:sticky;top:6.875rem;z-index:999}@media screen and (max-width:48rem){.home-service-feature,.homepage-banner{height:8rem}.home-sidebar-column{position:static;top:auto}}.slick-track{margin-left:0!important;margin-right:0!important}.home-carousel-content{padding:0}.home-surface-panel{background:#fff;border-radius:.5rem;padding:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 .125rem .5rem rgba(0,0,0,.04)}.home-surface-panel--subtle{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f8f9fa)}.clear-history-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:rgba(0,0,0,0);border:1px solid #dc3545;color:#dc3545;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.clear-history-btn:hover{background:#dc3545;color:#fff}.product-card-skeleton{background:#fff;border-radius:.375rem;padding:1rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.05)}.skeleton-image{width:100%;height:9.375rem;border-radius:.375rem;margin-bottom:.75rem}.skeleton-image,.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-text{height:.875rem;border-radius:.25rem;margin-bottom:.5rem}.skeleton-text.short{width:60%}.register-success-icon{width:80px;height:80px;background-color:#d1fae5}.register-success-icon i{font-size:2rem;color:#059669}.register-success-title{color:#1e3a5f}.register-step-title{color:#4338ca}.register-send-otp-btn{background-color:#0d9488!important;border:none!important}.register-already-icon{width:80px;height:80px;background-color:#fef3c7}.register-already-icon i{font-size:2rem;color:#d97706}.register-vendor-page .hero-section{background:linear-gradient(135deg,var(--primary-color) 0,#1e40af 100%);position:relative;overflow:hidden}.register-vendor-page .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="white" opacity="0.1"><polygon points="1000,0 1000,100 0,100"/></svg>') no-repeat bottom;background-size:cover;pointer-events:none}.register-vendor-page .hero-section h1{text-shadow:0 2px 4px rgba(0,0,0,.1)}.register-vendor-page .hero-section .lead{opacity:.9}.register-vendor-page .step-content .step-header .step-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(var(--primary-color-rgb),.1);border-radius:50%;flex-shrink:0}.register-vendor-page .step-content .step-header .step-icon i{color:var(--primary-color)}.register-vendor-page .step-content .step-header h3{color:var(--text-color);font-weight:600}.register-vendor-page .step-content .step-header p{color:var(--text-color-secondary);font-size:.95rem}.register-vendor-page .custom-steps .p-steps-item .p-menuitem-link{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.register-vendor-page .custom-steps .p-steps-item .p-steps-number{background:#f8f9fa;color:var(--text-color-secondary);border:2px solid #e9ecef;width:2.5rem;height:2.5rem;font-weight:600;transition:all .3s ease}.register-vendor-page .custom-steps .p-steps-item .p-steps-title{color:var(--text-color-secondary);font-weight:500;transition:all .3s ease;margin-top:0}.register-vendor-page .custom-steps .p-steps-item.p-highlight .p-steps-number{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.register-vendor-page .custom-steps .p-steps-item.p-highlight .p-steps-title{color:var(--primary-color);font-weight:600;margin-top:0}.register-vendor-page .custom-steps .p-steps-item.p-disabled{opacity:.5}.register-vendor-page .text-muted{font-size:.8rem;margin-top:.25rem;display:block}.register-vendor-page .text-muted:has(.pi-check){color:#059669!important}.register-vendor-page .text-danger{font-size:.8rem;font-weight:500}.register-vendor-page .text-danger .pi-exclamation-triangle{color:#dc3545;margin-right:.25rem}.register-vendor-page .p-error{font-size:.8rem;color:#dc3545;margin-top:.25rem;display:block}.register-vendor-page .p-inputtext:focus,.register-vendor-page .p-inputtextarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 .25rem rgba(var(--primary-color-rgb),.25)}.register-vendor-page .p-invalid{border-color:#dc3545!important;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)!important}.register-vendor-page .p-card .p-card-body{padding:2rem}.register-vendor-page .p-card.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.register-vendor-page .p-card .info-item label{font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.register-vendor-page .p-card .info-item p{color:var(--text-color);line-height:1.5}.register-vendor-page .p-fileupload .p-fileupload-content{border:2px dashed #e9ecef;border-radius:12px;background:#f8f9fa;transition:all .3s ease}.register-vendor-page .p-fileupload .p-fileupload-content:hover{border-color:var(--primary-color);background:rgba(var(--primary-color-rgb),.02)}.register-vendor-page .p-fileupload .p-fileupload-empty{color:var(--text-color-secondary)}.register-vendor-page .preview-container{border:1px solid #e9ecef;border-radius:8px;padding:1rem;background:#f8f9fa;display:inline-block}.register-vendor-page .preview-container img{border-radius:6px}.register-vendor-page .p-badge.p-2{padding:.5rem .75rem;font-size:.8rem;font-weight:500}.register-vendor-page .p-badge.p-badge-info{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.register-vendor-page .p-badge.p-badge-secondary{background:#6c757d;color:#fff}.register-vendor-page .alert-info{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-left:4px solid #0891b2}.register-vendor-page .alert-info .pi-info-circle{color:#0891b2}.register-vendor-page .alert-info h6{color:#0c4a6e}.register-vendor-page .alert-info p{color:#075985}.register-vendor-page .form-select{border-radius:8px;border:1px solid #e9ecef;transition:all .3s ease}.register-vendor-page .form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 .25rem rgba(var(--primary-color-rgb),.25)}.register-vendor-page .form-select option{padding:.75rem;border-bottom:1px solid #f1f5f9}.register-vendor-page .form-select option:last-child{border-bottom:none}.register-vendor-page .form-select option:hover{background:rgba(var(--primary-color-rgb),.1)}@media(max-width:768px){.register-vendor-page .hero-section{padding:3rem 0}.register-vendor-page .hero-section h1{font-size:2rem}.register-vendor-page .hero-section .lead{font-size:1rem}.register-vendor-page .container{padding:2rem 1rem}.register-vendor-page .p-card .p-card-body{padding:1.5rem}.register-vendor-page .step-content .step-header .step-icon{width:50px;height:50px}.register-vendor-page .step-content .step-header .step-icon i,.register-vendor-page .step-content .step-header h3{font-size:1.5rem}.register-vendor-page .step-content .step-header p{font-size:.9rem}.register-vendor-page .custom-steps .p-steps-item .p-steps-number{width:2.5rem;height:2.5rem;font-size:.9rem}.register-vendor-page .row.g-4{gap:1.5rem}}@media(max-width:576px){.register-vendor-page .hero-section{padding:2rem 0}.register-vendor-page .hero-section h1{font-size:1.75rem}.register-vendor-page .container{padding:1.5rem .75rem}.register-vendor-page .p-card .p-card-body{padding:1rem}.register-vendor-page .step-content .row.g-4>*{margin-bottom:1rem}.register-vendor-page .d-flex.justify-content-between{flex-direction:column;gap:1rem}.register-vendor-page .d-flex.justify-content-between .text-muted{text-align:center}.register-vendor-page .custom-steps .p-steps-item{margin-bottom:1rem}.register-vendor-page .custom-steps .p-steps-item .p-steps-title{font-size:.8rem}}.register-vendor-page .step-content{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-color-scheme:dark){.register-vendor-page{background:#1a1a1a}.register-vendor-page .form-select,.register-vendor-page .p-card{background:#2d3748;border-color:#4a5568}.register-vendor-page .form-select{color:#e2e8f0}.register-vendor-page .form-select option{background:#2d3748;color:#e2e8f0}.register-vendor-page .p-fileupload .p-fileupload-content,.register-vendor-page .preview-container{background:#2d3748;border-color:#4a5568}}.categories-page-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:1.25rem}@media(max-width:48rem){.categories-page-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.categories-page-header__left{display:flex;align-items:baseline;gap:.5rem;flex-shrink:0}.categories-page-header__title{font-size:1.5rem;font-weight:700;color:#162f4d;margin:0;white-space:nowrap}.categories-page-header__count{font-size:.8rem;color:#5b5b5b;background:#f8f9fa;padding:.15rem .6rem;border-radius:999px;white-space:nowrap}.categories-page-header__search{flex:1 1;max-width:400px}@media(max-width:48rem){.categories-page-header__search{max-width:none;width:100%}}.categories-root-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}@media(max-width:75rem){.categories-root-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:64rem){.categories-root-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:30rem){.categories-root-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.category-root-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eee;border-radius:.5rem;overflow:hidden;color:inherit;transition:all .3s ease-in-out}.category-root-card:hover{border-color:#f94c00;box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);transform:translateY(-3px)}.category-root-card:hover .category-root-card__img{transform:scale(1.04)}.category-root-card__image-link{display:block;text-decoration:none;color:inherit}.category-root-card__image-link:hover .category-root-card__name{color:#f94c00}.category-root-card__name-link{text-decoration:none;color:inherit}.category-root-card__name-link:hover .category-root-card__name{color:#f94c00}.category-root-card__child-link{display:flex;align-items:center;gap:.25rem;text-decoration:none;color:#5b5b5b;font-size:.7rem;line-height:1.4;border-radius:4px;padding:.1rem .2rem;margin:0 -.2rem;transition:color .2s ease-in-out,background .2s ease-in-out}.category-root-card__child-link svg{flex-shrink:0;color:#f94c00;opacity:.7;transition:opacity .2s ease-in-out}.category-root-card__child-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-root-card__child-link:hover{color:#f94c00;background:#ffddcb}.category-root-card__child-link:hover svg{opacity:1}.category-root-card__image{position:relative;width:100%;height:150px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;overflow:hidden;padding:1rem}@media(max-width:30rem){.category-root-card__image{height:120px;padding:.5rem}}.category-root-card__img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease-in-out}.category-root-card__placeholder{width:4rem;height:4rem;border-radius:50%;background:#ffddcb;display:flex;align-items:center;justify-content:center}.category-root-card__placeholder span{font-size:1.5rem;font-weight:700;color:#f94c00}.category-root-card__badge{position:absolute;top:.5rem;right:.5rem;background:#f94c00;color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;line-height:1.4;pointer-events:none}.category-root-card__body{padding:1rem;display:flex;flex-direction:column;gap:.35rem;flex:1 1}@media(max-width:30rem){.category-root-card__body{padding:.5rem}}.category-root-card__name{font-size:.875rem;font-weight:600;color:#000;line-height:1.35;transition:color .2s ease-in-out}.category-root-card__desc,.category-root-card__name{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-root-card__desc{font-size:.7rem;color:#5b5b5b;line-height:1.45}.category-root-card__children{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.15rem}.category-root-card__children li{display:flex;align-items:center}.category-root-card__children-more{font-size:.7rem;font-weight:500;padding-left:.1rem;margin-top:.1rem}.category-root-card__children-more a{color:#f94c00;text-decoration:none}.category-root-card__children-more a:hover{text-decoration:underline}.category-root-card__children-skeleton{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.category-root-card__children-skeleton span{height:.65rem;border-radius:3px;background:linear-gradient(90deg,#f8f9fa 25%,rgb(239.075,241.35,243.625) 50%,#f8f9fa 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.category-root-card__children-skeleton span:first-child{width:80%}.category-root-card__children-skeleton span:nth-child(2){width:65%}.category-root-card__children-skeleton span:nth-child(3){width:50%}mark.search-highlight{background-color:#ffddcb;color:inherit;padding:0 2px;border-radius:2px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.category-page-layout{display:flex;gap:1.5rem;min-height:50vh;margin-top:1.25rem;align-items:flex-start}@media(max-width:48rem){.category-page-layout{flex-direction:column;gap:1rem}}.category-page-sidebar{flex:0 0 20rem;min-width:20rem;max-height:calc(100vh - 2rem);overflow-y:auto;align-self:flex-start}@media(max-width:48rem){.category-page-sidebar{flex:1 1;min-width:100%;max-height:none;overflow-y:visible}}.category-page-sidebar-menu{background-color:#ffddcb;border-radius:.5rem;padding:1rem 0;height:100%;min-height:30rem}.category-page-sidebar-menu .category-page-menu-container{width:100%;height:100%}.category-page-sidebar-menu .category-page-list{list-style:none;padding:0;margin:0}.category-page-sidebar-menu .category-page-item-wrapper{margin:0;padding:0}.category-page-sidebar-menu .category-page-item{width:100%;padding:.5rem 1.25rem;background:rgba(0,0,0,0);border:none;text-align:left;font-size:.875rem;color:#000;cursor:pointer;transition:all .2s ease-in-out;border-radius:0;font-weight:500}.category-page-sidebar-menu .category-page-item:hover{background-color:hsla(0,0%,100%,.5);color:#f94c00}.category-page-sidebar-menu .category-page-item.active{background-color:#f94c00;color:#fff;font-weight:600}.category-page-sidebar-menu .category-page-item.active:hover{background-color:#ff5700;color:#fff}.category-page-content{flex:1 1;background-color:#fff;border-radius:.5rem;padding:1.5rem;min-height:30rem;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto;align-self:flex-start}@media(max-width:48rem){.category-page-content{padding:1rem;position:relative;top:0;max-height:none;overflow-y:visible}}.category-page-content .category-page-breadcrumb{display:flex;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #eee;flex-wrap:wrap}.category-page-content .category-page-breadcrumb-item{font-size:.8rem;color:#5b5b5b}.category-page-content .category-page-breadcrumb-item.active{color:#000;font-weight:600}.category-page-content .category-page-breadcrumb-count{font-size:.7rem;color:#5b5b5b;background:#f8f9fa;padding:.1rem .5rem;border-radius:999px;margin-left:auto}.category-page-content .category-page-breadcrumb svg{color:#5b5b5b;flex-shrink:0}.category-page-content .category-page-content-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:20rem;color:#5b5b5b;font-size:1rem;gap:1rem}.category-page-content .category-page-content-empty svg{opacity:.4}.category-page-content .category-page-content-loading{display:flex;align-items:center;justify-content:center;min-height:20rem;color:#5b5b5b;font-size:1rem}.category-page-content .category-page-content-error{display:flex;align-items:center;justify-content:center;min-height:20rem;color:#dc3545;font-size:1rem}.category-page-content .category-page-content-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;width:100%}@media(max-width:64rem){.category-page-content .category-page-content-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:48rem){.category-page-content .category-page-content-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.category-page-content .category-page-card{background-color:#fff;border:1px solid #eee;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s ease-in-out}.category-page-content .category-page-card:hover{box-shadow:0 .25rem .375rem -.0625rem rgba(0,0,0,.1),0 .125rem .25rem -.125rem rgba(0,0,0,.1);transform:translateY(-2px);border-color:#f94c00}.category-page-content .category-page-card-image{width:100%;height:140px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;overflow:hidden;padding:1rem;position:relative}.category-page-content .category-page-card-image .category-card-img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.category-page-content .category-page-card-badge{position:absolute;top:.5rem;right:.5rem;background:#f94c00;color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;line-height:1.4}.category-page-content .category-page-card-placeholder{width:5rem;height:5rem;border-radius:50%;background-color:#ffddcb;display:flex;align-items:center;justify-content:center}.category-page-content .category-page-card-placeholder span{font-size:1.5rem;font-weight:700;color:#f94c00}.category-page-content .category-page-card-content{padding:1rem}.category-page-content .category-page-card-title{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-page-content .category-page-card-subtitle{font-size:.8rem;color:#5b5b5b;margin:0}.category-page-content .category-page-card-children{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.2rem}.category-page-content .category-page-card-child-link{background:none;border:none;padding:0;font-size:.7rem;color:#5b5b5b;cursor:pointer;text-align:left;transition:color .2s ease-in-out}.category-page-content .category-page-card-child-link:hover{color:#f94c00}.category-page-content .category-page-card-view-all{margin-top:.1rem}.category-page-content .category-page-card-view-all-link{font-size:.7rem;color:#f94c00;font-weight:500;display:flex;align-items:center;gap:.2rem}.category-page-content .category-page-card-children-loading{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.category-page-content .category-page-skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;width:100%}@media(max-width:64rem){.category-page-content .category-page-skeleton-grid{grid-template-columns:repeat(2,1fr)}}.category-page-content .category-page-skeleton-card{border:1px solid #eee;border-radius:.5rem;overflow:hidden}.category-page-content .category-page-skeleton-image{width:100%;height:140px}.category-page-content .category-page-skeleton-image,.category-page-content .category-page-skeleton-text{background:linear-gradient(90deg,#f8f9fa 25%,rgb(239.075,241.35,243.625) 50%,#f8f9fa 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.category-page-content .category-page-skeleton-text{height:.85rem;margin:1rem;border-radius:3px}.category-page-content .category-page-skeleton-text.short{width:60%}.category-page-content .category-page-skeleton-line{height:.65rem;border-radius:3px;background:linear-gradient(90deg,#f8f9fa 25%,rgb(239.075,241.35,243.625) 50%,#f8f9fa 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.category-page-content .category-page-skeleton-line.short{width:60%}.vendor-storefront-page{background:var(--surface-ground,#f8f9fa)}.vendor-storefront{min-height:100vh;overflow-x:hidden;max-width:100%}.vendor-storefront__content{padding-top:.75rem;padding-bottom:1rem}.vendor-store-section-title{font-size:1.2rem;font-weight:700;color:var(--text-color,#1a1a1a);margin:0 0 .5rem;padding-bottom:.35rem;position:relative}.vendor-store-section-title:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:3px;background:var(--vendor-primary,var(--primary-color));border-radius:2px}.vendor-store-banner{position:relative;min-height:180px;overflow:hidden;color:#fff}.vendor-store-banner__image{position:absolute;inset:0}.vendor-store-banner__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vendor-store-banner__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.6))}.vendor-store-banner__content{position:relative;z-index:2;display:flex;align-items:center;gap:1rem;padding:1.25rem 0}.vendor-store-banner__logo{flex-shrink:0}.vendor-store-banner__logo-img{-o-object-fit:cover;object-fit:cover;background:#fff}.vendor-store-banner__logo-img,.vendor-store-banner__logo-placeholder{width:72px;height:72px;border-radius:50%;border:3px solid hsla(0,0%,100%,.8);box-shadow:0 4px 12px rgba(0,0,0,.2)}.vendor-store-banner__logo-placeholder{background:var(--vendor-primary,var(--primary-color));display:flex;align-items:center;justify-content:center}.vendor-store-banner__logo-placeholder span{font-size:1.75rem;font-weight:700;color:#fff}.vendor-store-banner__info{flex:1 1;min-width:0}.vendor-store-banner__name{font-size:1.5rem;font-weight:800;margin:0 0 .15rem;line-height:1.2;text-shadow:0 1px 3px rgba(0,0,0,.3)}.vendor-store-banner__tagline{font-size:.95rem;opacity:.9;margin:0 0 .25rem;font-style:italic}.vendor-store-banner__location{font-size:.8rem;opacity:.85;margin:0 0 .5rem;display:flex;align-items:center;gap:.375rem}.vendor-store-banner__location i{font-size:.8rem}.vendor-store-banner__contacts{display:flex;flex-wrap:wrap;gap:.5rem}.vendor-store-banner__contact-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.3);border-radius:2rem;color:#fff;font-size:.8rem;text-decoration:none;transition:all .2s ease}.vendor-store-banner__contact-btn:hover{background:hsla(0,0%,100%,.3);color:#fff}.vendor-store-banner__contact-btn i{font-size:.8rem}.vendor-store-banner__socials{display:flex;gap:.5rem;margin-top:.5rem}.vendor-store-banner__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.15);color:#fff;font-size:.875rem;text-decoration:none;transition:all .2s ease}.vendor-store-banner__social-link:hover{background:hsla(0,0%,100%,.35);color:#fff;transform:scale(1.1)}.vendor-store-category-nav{position:sticky;top:0;z-index:100;background:var(--surface-card,white);border-bottom:2px solid var(--surface-border,#e9ecef);box-shadow:0 2px 8px rgba(0,0,0,.06)}.vendor-store-category-nav__inner{display:flex;align-items:center;min-width:0}.vendor-store-category-nav__arrow{flex-shrink:0;width:36px;height:100%;display:flex;align-items:center;justify-content:center;border:none;background:var(--surface-card,white);color:var(--text-color-secondary,#6c757d);cursor:pointer;font-size:.875rem;transition:color .2s}.vendor-store-category-nav__arrow:hover{color:var(--vendor-primary,var(--primary-color))}.vendor-store-category-nav__arrow--left{border-right:1px solid var(--surface-border,#e9ecef)}.vendor-store-category-nav__arrow--right{border-left:1px solid var(--surface-border,#e9ecef)}.vendor-store-category-nav__scroll{flex:1 1;min-width:0;display:flex;gap:0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.vendor-store-category-nav__scroll::-webkit-scrollbar{display:none}.vendor-store-category-nav__item{flex-shrink:0;padding:.5rem 1rem;border:none;background:rgba(0,0,0,0);color:var(--text-color-secondary,#6c757d);font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;position:relative;transition:color .2s ease}.vendor-store-category-nav__item.active,.vendor-store-category-nav__item:hover{color:var(--vendor-primary,var(--primary-color))}.vendor-store-category-nav__item.active{font-weight:600}.vendor-store-category-nav__item.active:after{content:"";position:absolute;bottom:0;left:.5rem;right:.5rem;height:3px;background:var(--vendor-primary,var(--primary-color));border-radius:3px 3px 0 0}.vendor-store-home-banners{margin-bottom:1rem}.vendor-store-home-banners__list{display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}@media(min-width:768px){.vendor-store-home-banners__list{grid-template-columns:repeat(2,1fr)}}.vendor-store-home-banners__item{width:100%;border-radius:.5rem;overflow:hidden;background:var(--surface-ground,#f8f9fa)}.vendor-store-home-banners__item img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.vendor-store-home-banners__link{display:block;width:100%;line-height:0}.vendor-store-home-banners__link img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.vendor-store-category-showcase{margin-bottom:2rem}.vendor-store-category-tile{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;border:1px solid var(--surface-border,#e9ecef);border-radius:.75rem;background:var(--surface-card,white);cursor:pointer;overflow:hidden;transition:all .25s ease}.vendor-store-category-tile:hover{border-color:var(--vendor-primary,var(--primary-color));box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.vendor-store-category-tile-image{width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--surface-ground,#f8f9fa)}.vendor-store-category-tile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.vendor-store-category-tile:hover .vendor-store-category-tile-image img{transform:scale(1.05)}.vendor-store-category-tile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface-ground,#f8f9fa) 0,var(--surface-border,#e9ecef) 100%)}.vendor-store-category-tile-placeholder span{font-size:2.5rem;font-weight:700;color:var(--text-color-secondary,#6c757d);opacity:.5}.vendor-store-category-tile-name{display:block;width:100%;padding:.75rem .5rem;font-size:.85rem;font-weight:600;color:var(--text-color,#1a1a1a);text-align:center;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vendor-store-featured-carousel{margin-bottom:1rem}.vendor-store-carousel-wrapper{position:relative}.vendor-store-carousel-wrapper:hover .vendor-store-carousel-btn{opacity:1}.vendor-store-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:36px;height:36px;border-radius:50%;border:1px solid var(--surface-border,#e9ecef);background:var(--surface-card,white);color:var(--text-color,#1a1a1a);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12);opacity:0;transition:all .2s ease}.vendor-store-carousel-btn:hover{background:var(--vendor-primary,var(--primary-color));color:#fff;border-color:var(--vendor-primary,var(--primary-color))}.vendor-store-carousel-btn-left{left:-18px}.vendor-store-carousel-btn-right{right:-18px}.vendor-store-carousel-track{display:flex;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none}.vendor-store-carousel-track::-webkit-scrollbar{display:none}.vendor-store-carousel-item{flex-shrink:0;width:220px}.vendor-store-products{margin-bottom:1rem}.vendor-store-products .row{--bs-gutter-x:0.75rem;--bs-gutter-y:0.75rem}.vendor-store-products-header{margin-bottom:.5rem}.vendor-store-products-title{font-size:1.1rem;font-weight:700;color:var(--text-color,#1a1a1a);margin:0}.vendor-store-products-count{font-weight:400;color:var(--text-color-secondary,#6c757d);font-size:.95rem;margin-left:.25rem}.vendor-store-products-loading{display:flex;justify-content:center;padding:1.5rem 0}.vendor-store-products-empty{text-align:center;padding:1.5rem 0;color:var(--text-color-secondary,#6c757d)}.vendor-store-products-empty i{font-size:3rem;opacity:.4;margin-bottom:1rem;display:block}.vendor-store-products-empty h3{font-size:1.1rem;font-weight:600;color:var(--text-color,#1a1a1a);margin:0 0 .5rem}.vendor-store-products-empty p{margin:0;font-size:.9rem}.vendor-store-products-load-more{display:flex;justify-content:center;margin-top:.75rem}.vendor-store-load-more-btn{padding:.6rem 2rem;border:2px solid var(--vendor-primary,var(--primary-color));border-radius:2rem;background:rgba(0,0,0,0);color:var(--vendor-primary,var(--primary-color));font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.vendor-store-load-more-btn:hover{background:var(--vendor-primary,var(--primary-color));color:#fff}.vendor-store-load-more-btn:disabled{opacity:.5;cursor:not-allowed}.vendor-store-location{margin:1rem 0;padding:1rem;background:var(--surface-card,white);border-radius:.75rem;border:1px solid var(--surface-border,#e9ecef)}.vendor-store-location-title{font-size:1.1rem;font-weight:700;color:var(--text-color,#1a1a1a);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:2px solid var(--vendor-primary,var(--primary-color));display:inline-block}.vendor-store-map-container{border-radius:.5rem;overflow:hidden;border:1px solid var(--surface-border,#e9ecef)}.vendor-store-map-iframe{width:100%;height:300px;border:none}.vendor-store-address,.vendor-store-contact{margin-bottom:.75rem}.vendor-store-address-heading,.vendor-store-contact-heading{font-size:.95rem;font-weight:600;color:var(--text-color,#1a1a1a);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.vendor-store-address-heading i,.vendor-store-contact-heading i{color:var(--vendor-primary,var(--primary-color))}.vendor-store-address-lines{display:flex;flex-direction:column;gap:.25rem}.vendor-store-address-line{font-size:.875rem;color:var(--text-color-secondary,#6c757d);line-height:1.4}.vendor-store-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.vendor-store-contact-item{font-size:.875rem}.vendor-store-contact-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-color,#1a1a1a);text-decoration:none;transition:color .2s}.vendor-store-contact-link i,.vendor-store-contact-link:hover{color:var(--vendor-primary,var(--primary-color))}.vendor-store-contact-link i{width:1rem;text-align:center}@media(max-width:992px){.vendor-store-banner{min-height:160px}.vendor-store-banner__content{padding:1rem 0}.vendor-store-banner__name{font-size:1.5rem}.vendor-store-banner__logo-img,.vendor-store-banner__logo-placeholder{width:72px;height:72px}.vendor-store-banner__logo-img span,.vendor-store-banner__logo-placeholder span{font-size:1.75rem}.vendor-store-carousel-item{width:190px}.vendor-store-carousel-btn{display:none}}@media(max-width:767px){.vendor-store-banner{min-height:140px}.vendor-store-banner__content{flex-direction:column;align-items:center;text-align:center;padding:1rem 0;gap:.75rem}.vendor-store-banner__name{font-size:1.25rem}.vendor-store-banner__contacts,.vendor-store-banner__location,.vendor-store-banner__socials{justify-content:center}.vendor-store-category-nav__arrow{width:28px}.vendor-store-category-nav__item{padding:.4rem .75rem;font-size:.8rem}.vendor-store-carousel-item{width:160px}.vendor-store-map-iframe{height:220px}.vendor-store-location{padding:.75rem;margin:.75rem 0}}@media(max-width:30rem){.vendor-store-banner__logo-img,.vendor-store-banner__logo-placeholder{width:60px;height:60px}.vendor-store-banner__logo-img span,.vendor-store-banner__logo-placeholder span{font-size:1.5rem}.vendor-store-banner__contact-btn{padding:.35rem .6rem;font-size:.75rem}.vendor-store-carousel-item{width:145px}}.quote-success-icon{width:80px;height:80px}.quote-success-icon i{font-size:2.5rem}.quote-contact-icon{width:50px;height:50px}.quote-contact-icon i{font-size:1.5rem}.quote-whatsapp-icon{width:50px;height:50px;background-color:#25d366}.quote-whatsapp-icon i{font-size:1.5rem}.quote-whatsapp-link{color:#25d366}@media(max-width:29.9375rem){.product-card .product-image{height:11.25rem}.product-card .section-title{font-size:1.5rem}.product-card .product-actions{opacity:1;height:2.5rem;position:static;margin-top:1rem}}@media(max-width:47.9375rem){.product-card .product-actions{display:flex;justify-content:space-between;align-items:center;width:100%}}@media(min-width:64rem){.category-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:75rem){.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:48rem){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:29.9375rem){.category-grid{grid-template-columns:1fr}}@media(max-width:62rem){.category-header .category-filters{flex-direction:column;gap:1rem}}@media(max-width:47.9375rem){.category-header .category-title{font-size:1.25rem}.category-header .category-description{font-size:.8rem}}@media(max-width:36rem){.category-header .category-actions{flex-direction:column;gap:.5rem}}@media(max-width:47.9375rem){.brand-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:48rem){.brand-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:75rem){.brand-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:48rem){.product-vendors .vendor-card{flex-direction:column;text-align:center}.product-vendors .vendor-info{margin-top:.5rem}}@media(max-width:29.9375rem){.product-vendors .vendor-actions{flex-direction:column;gap:.5rem}}@media(max-width:47.9375rem){.single-product .product-gallery{margin-bottom:1.25rem}.single-product .product-details{padding:0}}@media(min-width:48rem){.single-product .product-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}}@media(min-width:64rem){.single-product .product-layout{grid-template-columns:1.2fr .8fr}}@media(max-width:47.9375rem){.single-product .product-specifications{overflow-x:auto}.review-section .review-stats{flex-direction:column;text-align:center}.review-section .review-form{margin-top:1.25rem}.no-data-found .no-data-icon{font-size:4rem}.no-data-found .no-data-title{font-size:1.25rem}.no-data-found .no-data-description{font-size:.8rem}}@media(max-width:36rem){.no-data-found .no-data-actions{flex-direction:column;gap:.5rem}}@media(max-width:47.9375rem){.header .header-nav{display:none}.header .mobile-menu-toggle{display:block}.header .header-search{width:100%;margin:.5rem 0}}@media(min-width:64rem){.header .header-container{max-width:90rem}}@media(max-width:29.9375rem){.header .header-logo{font-size:1.125rem}.header .header-actions{gap:.25rem}}@media(min-width:75rem){.container{max-width:80rem}}@media(min-width:93.75rem){.container{max-width:90rem}}@media(min-width:87.5rem){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:80rem}}@media(min-width:93.75rem){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:90rem}}@media(max-width:47.9375rem){.dashboard .dashboard-sidebar{position:fixed;top:0;left:-100%;width:100%;height:100vh;z-index:1050;transition:left .2s ease-in-out}.dashboard .dashboard-sidebar.open{left:0}.dashboard .dashboard-content{margin-left:0;padding:1rem}.dashboard .dashboard-header{padding:.5rem 1rem}}@media(max-width:29.9375rem){.dashboard .dashboard-stats{grid-template-columns:1fr;gap:.5rem}.dashboard .dashboard-card{padding:.5rem}}@media(prefers-color-scheme:dark){.dashboard .dashboard-sidebar{background-color:#1a1a1a;border-color:#333}}@media(max-width:47.9375rem){.home-hero .hero-content{text-align:center;padding:1.5rem 0}.home-hero .hero-title{font-size:1.5rem}.home-hero .hero-subtitle{font-size:.875rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.service-request-page .gear-icon{animation:spin 30s linear infinite}.service-request-page .gear-icon-reverse{animation:spin 25s linear infinite reverse}