.hero-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:48px 24px 56px;text-align:center;box-shadow:0 4px 20px #00000014}.hero-banner-inner{max-width:720px;margin:0 auto}.hero-banner-title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;margin:0 0 12px;text-shadow:1px 1px 2px rgba(0,0,0,.15)}.hero-banner-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);margin:0 0 28px;opacity:.95;line-height:1.5}.hero-banner-ctas{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.hero-banner-btn{display:inline-block;padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.hero-banner-btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 14px #00000026}.hero-banner-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.hero-banner-btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.8)}.hero-banner-btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}@media(max-width:480px){.hero-banner{padding:36px 16px 44px}.hero-banner-ctas{flex-direction:column}.hero-banner-btn{width:100%;text-align:center}}.home-search-bar{background:#fff;padding:16px 24px;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.home-search-bar-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.home-search-bar-input{width:100%;max-width:480px;margin:0 auto;display:block;padding:12px 18px;font-size:1rem;border:1px solid #e0e0e0;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s}.home-search-bar-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.home-search-bar-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.home-search-bar-chip{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:999px;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.home-search-bar-chip:hover{border-color:#667eea;color:#667eea}.home-search-bar-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}@media(max-width:768px){.home-search-bar{padding:12px 16px}.home-search-bar-input{max-width:none}}.category-grid-section{padding:40px 24px;max-width:1200px;margin:0 auto}.category-grid-heading{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 24px;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.category-card{display:flex;flex-direction:column;align-items:center;padding:24px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;text-decoration:none;color:#333;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.category-card-icon{font-size:2.5rem;margin-bottom:10px;line-height:1}.category-card-name{font-weight:600;font-size:.95rem;text-align:center}.category-card-count{font-size:.8rem;color:#888;margin-top:4px}@media(max-width:480px){.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{padding:20px 12px}.category-card-icon{font-size:2rem}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.product-card-image-wrap{position:relative;aspect-ratio:1;background:#f5f5f5}.product-card-image{width:100%;height:100%;object-fit:cover;display:block}.product-card-image-placeholder{display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.product-card-badge{position:absolute;top:10px;left:10px;background:#e53935;color:#fff;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:700}.product-card-body{padding:16px;display:flex;flex-direction:column;flex:1}.product-card-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 6px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-rating{font-size:.85rem;color:#f9a825;margin:0 0 8px}.product-card-price{font-size:1.15rem;font-weight:700;color:#667eea;margin:0 0 12px}.product-card-actions{display:flex;gap:8px;margin-top:auto}.product-card-btn{flex:1;padding:10px 14px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;text-align:center;text-decoration:none;border:none;font-family:inherit}.product-card-btn-view{background:#f0f0f0;color:#333}.product-card-btn-view:hover{background:#e0e0e0}.product-card-btn-cart{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.product-card-btn-cart:hover{opacity:.95;filter:brightness(1.05)}@media(max-width:480px){.product-card-body{padding:12px}.product-card-actions{flex-direction:column}}.product-section{padding:40px 24px;background:#f8f9fa}.product-section-inner{max-width:1200px;margin:0 auto}.product-section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.product-section-title{font-size:1.5rem;font-weight:700;color:#333;margin:0}.product-section-see-all{color:#667eea;font-weight:600;text-decoration:none;font-size:.95rem}.product-section-see-all:hover{text-decoration:underline}.product-section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.product-section-message{text-align:center;padding:32px 16px;color:#666}.product-section-error{color:#c62828}.product-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;padding:16px;box-shadow:0 2px 12px #0000000f}.skeleton-image{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#e8e8e8 25%,#f0f0f0,#e8e8e8 75%);background-size:200% 100%;animation:skeleton-shine 1.2s ease-in-out infinite;border-radius:8px}.skeleton-line{height:14px;margin-top:12px;border-radius:4px;background:linear-gradient(90deg,#e8e8e8 25%,#f0f0f0,#e8e8e8 75%);background-size:200% 100%;animation:skeleton-shine 1.2s ease-in-out infinite}.skeleton-title{width:85%;height:18px}.skeleton-price{width:40%;height:20px;margin-top:8px}.skeleton-btn{width:100%;height:40px;margin-top:16px;border-radius:8px}@keyframes skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:600px){.product-section-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.trust-bar{background:#fff;padding:20px 24px;box-shadow:0 2px 8px #0000000d}.trust-bar-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:24px 32px}.trust-bar-item{display:flex;align-items:center;gap:10px}.trust-bar-icon{font-size:1.5rem;line-height:1}.trust-bar-label{font-size:.95rem;font-weight:500;color:#444}.trust-bar-link{display:flex;align-items:center;gap:10px;color:#444;text-decoration:none;transition:color .2s}.trust-bar-link:hover{color:#667eea}.trust-bar-text{display:flex;align-items:center;gap:10px}@media(max-width:640px){.trust-bar-inner{flex-direction:column;align-items:center;gap:16px}}.home{min-height:100vh;background:#f5f5f5}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-secondary-section{padding:0 24px 40px;max-width:1200px;margin:0 auto}.home-tabs{display:flex;gap:4px;margin-bottom:0;padding:24px 0 0;border-bottom:2px solid #e0e0e0}.home-tab{padding:12px 24px;border:none;background:transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;font-family:inherit}.home-tab:hover{color:#333}.home-tab.active{color:#667eea;border-bottom-color:#667eea}.home-footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:32px 24px;margin-top:24px;text-align:center}.home-footer-inner{max-width:1200px;margin:0 auto}.home-footer-cta{margin:0;font-size:1.1rem;opacity:.95}.home-footer-link{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px}.home-footer-link:hover{opacity:.9}@media(max-width:768px){.home-secondary-section{padding:0 16px 32px}.home-tabs{padding:16px 0 0}.home-tab{padding:10px 16px;font-size:.95rem}}.invoice-calculator{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.form-group input[type=text],.form-group input[type=number],.form-group input[type=file]{padding:10px;border:2px solid #ddd;border-radius:6px;font-size:1em;transition:border-color .3s}.form-group input[type=text]:focus,.form-group input[type=number]:focus{outline:none;border-color:#667eea}.company-name-section{margin-top:25px;padding-top:25px;border-top:2px solid #ddd}.company-name-section label{display:block;margin-bottom:8px;font-weight:600;color:#555;font-size:.9em}.company-name-section input{width:100%;padding:12px;border:2px solid #ddd;border-radius:6px;font-size:1.1em;font-weight:600;transition:border-color .3s}.company-name-section input:focus{outline:none;border-color:#667eea}.items-section{background:#f8f9fa;padding:25px;border-radius:8px;border:1px solid #e0e0e0}.items-table{overflow-x:auto;margin-bottom:20px}.items-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.items-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.items-table th{padding:12px;text-align:left;font-weight:600;font-size:.9em}.items-table td{padding:12px;border-bottom:1px solid #e0e0e0;font-size:.9em}.items-table tbody tr:hover{background:#f0f0f0}.item-image{width:50px;height:50px;object-fit:cover;border-radius:4px;border:1px solid #ddd}.column-visibility-section{background:#f0f4f8;padding:15px;border-radius:6px;margin-bottom:15px;border:1px solid #ddd}.column-visibility-section h4{margin:0 0 12px;color:#444;font-size:1em;font-weight:600}.column-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}@media(max-width:768px){.form-row{grid-template-columns:1fr}.items-table{font-size:.8em}.items-table th,.items-table td{padding:8px}}.product-details-generator{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.container{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:30px}h1{text-align:center;color:#333;margin-bottom:30px;font-size:2em;font-weight:700}h2{color:#444;margin-bottom:20px;font-size:1.5em;border-bottom:2px solid #667eea;padding-bottom:10px}h3{color:#444;margin-bottom:15px;font-size:1.3em}.main-content{display:grid;grid-template-columns:1fr 1.5fr;gap:30px}.form-section{background:#f8f9fa;padding:25px;border-radius:8px;border:1px solid #e0e0e0}.product-form{display:flex;flex-direction:column;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:#555;font-size:.9em}.form-group input[type=text],.form-group input[type=number],.form-group input[type=url],.form-group input[type=file]{padding:10px;border:2px solid #ddd;border-radius:6px;font-size:1em;transition:border-color .3s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group input[type=url]:focus{outline:none;border-color:#667eea}.image-preview{margin-top:10px}.image-preview img{max-width:100px;max-height:100px;border-radius:6px;border:2px solid #ddd;object-fit:cover}.btn-add{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1em;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.btn-add:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-add:active{transform:translateY(0)}.rmb-rate-section{margin-top:25px;padding-top:25px;border-top:2px solid #ddd}.rmb-rate-section label{display:block;margin-bottom:8px;font-weight:600;color:#555;font-size:.9em}.rmb-rate-section input{width:100%;padding:12px;border:2px solid #ddd;border-radius:6px;font-size:1.1em;font-weight:600;transition:border-color .3s}.rmb-rate-section input:focus{outline:none;border-color:#667eea}.shipping-section{margin-top:20px;padding-top:20px;border-top:2px solid #ddd}.shipping-section label{display:block;margin-bottom:8px;font-weight:600;color:#555;font-size:.9em}.shipping-section input{width:100%;padding:12px;border:2px solid #ddd;border-radius:6px;font-size:1.1em;font-weight:600;transition:border-color .3s}.shipping-section input:focus{outline:none;border-color:#667eea}.products-section{background:#f8f9fa;padding:25px;border-radius:8px;border:1px solid #e0e0e0}.empty-state{text-align:center;padding:40px;color:#888}.products-table{overflow-x:auto;margin-bottom:20px}.products-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.products-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.products-table th{padding:12px;text-align:left;font-weight:600;font-size:.9em}.products-table td{padding:12px;border-bottom:1px solid #e0e0e0;font-size:.9em}.products-table tbody tr:hover{background:#f0f0f0}.product-image{width:50px;height:50px;object-fit:cover;border-radius:4px;border:1px solid #ddd}.no-image{color:#999;font-size:.8em;font-style:italic}.btn-remove{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.85em;transition:background .2s}.btn-remove:hover{background:#c82333}.totals-summary{background:#fff;padding:20px;border-radius:8px;border:2px solid #667eea;margin-top:20px}.totals-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.total-item{display:flex;justify-content:space-between;padding:12px;background:#f8f9fa;border-radius:6px;border-left:4px solid #667eea}.total-item.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-left:4px solid #fff;font-weight:600}.total-label{font-weight:600;color:#555}.total-item.highlight .total-label{color:#fff}.total-value{font-weight:700;color:#333;font-size:1.1em}.total-item.highlight .total-value{color:#fff;font-size:1.2em}.btn-generate-pdf{width:100%;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:15px;border-radius:6px;font-size:1.1em;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-generate-pdf:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #28a74566}.btn-generate-pdf:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.field-visibility-section{background:#f0f4f8;padding:15px;border-radius:6px;margin-bottom:15px;border:1px solid #ddd}.field-visibility-section h4{margin:0 0 12px;color:#444;font-size:1em;font-weight:600}.field-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.9em;color:#555;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.checkbox-label:hover{color:#667eea}@media(max-width:1200px){.main-content{grid-template-columns:1fr}}.dropdown-container{position:relative;width:100%}.dropdown-input{width:100%;padding:10px;border:2px solid #ddd;border-radius:6px;font-size:1em;transition:border-color .3s}.dropdown-input:focus{outline:none;border-color:#667eea}.dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #667eea;border-top:none;border-radius:0 0 6px 6px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 8px #0000001a}.dropdown-item{padding:10px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.dropdown-item:hover{background-color:#f0f0f0}.dropdown-item.custom{background-color:#e8f4f8;font-weight:600;color:#667eea}.custom-input{width:100%;padding:10px;border:2px solid #667eea;border-radius:6px;font-size:1em;margin-top:5px}.custom-input:focus{outline:none;border-color:#764ba2}.selected-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5px 12px;border-radius:20px;font-size:.85em;font-weight:500}.tag-remove{background:#ffffff4d;border:none;color:#fff;width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .2s}.tag-remove:hover{background:#ffffff80}@media(max-width:768px){.form-row{grid-template-columns:1fr}.products-table{font-size:.8em}.products-table th,.products-table td{padding:8px}}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:12px 24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.header-search-form{flex:1;min-width:180px;max-width:400px;display:flex;border-radius:8px;overflow:hidden;background:#fffffff2;box-shadow:0 1px 3px #0000001a}.header-search-input{flex:1;border:none;padding:10px 14px;font-size:.95rem;color:#333;outline:none}.header-search-input::placeholder{color:#888}.header-search-btn{padding:10px 16px;border:none;background:#667eeae6;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s}.header-search-btn:hover{background:#5a6fd6}.header-actions{display:flex;align-items:center;gap:8px}.header-icon-link{display:flex;align-items:center;gap:6px;color:#fff;text-decoration:none;padding:8px 12px;border-radius:8px;transition:background .2s;font-size:.9rem}.header-icon-link:hover{background:#fff3}.header-icon{font-size:1.2em}.header-icon-label{font-weight:500}@media(max-width:900px){.header-icon-label{display:none}}.logo{text-decoration:none;color:#fff}.logo-text{font-size:1.5em;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.nav{display:flex;gap:20px;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:8px 20px;border-radius:6px;transition:background-color .3s,transform .2s;font-size:1em}.nav-link:hover{background-color:#fff3;transform:translateY(-1px)}.nav-link.active{background-color:#ffffff4d;font-weight:600}@media(max-width:768px){.header-container{padding:12px 16px;flex-direction:column;align-items:stretch;gap:12px}.header-search-form{max-width:none;order:3}.logo{order:1}.header-actions{order:2;justify-content:flex-end}.nav{order:4;width:100%;justify-content:center;flex-wrap:wrap}.logo-text{font-size:1.3em}.nav-link{padding:8px 12px;font-size:.9em}}
