:root{--color-brand-black: #000000;--color-brand-cyan: #29ABE2;--color-brand-cyan-bright: #00AEEF;--color-brand-cyan-dark: #1E8BB8;--color-brand-gold: #FBB03B;--color-brand-gold-bright: #FFC107;--color-brand-gold-dark: #E5A020;--color-primary-blue: #29ABE2;--color-primary-blue-hover: #1E8BB8;--color-primary-blue-bright: #00AEEF;--color-primary-yellow: #FBB03B;--color-primary-yellow-hover: #E5A020;--color-primary-yellow-bright: #FFC107;--color-bg-primary: #ffffff;--color-bg-secondary: #f7f8fa;--color-bg-dark: #000000;--color-bg-page: #f7f8fa;--color-text-primary: #1a1a1a;--color-text-secondary: #5c6370;--color-text-light: #8b939e;--color-text-on-blue: #ffffff;--color-text-on-yellow: #000000;--color-text-on-dark: #ffffff;--color-border-light: #e2e6eb;--color-border-medium: #c5cad1;--color-border-brand: #FBB03B;--gradient-brand: linear-gradient( 135deg, #000000 0%, #1E8BB8 45%, #29ABE2 100% );--gradient-brand-accent: linear-gradient( 90deg, #FBB03B 0%, #29ABE2 100% );--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .1);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--transition-base: .3s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;line-height:1.6;color:#1a1a1a;background-color:#f7f8fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Poppins,Inter,sans-serif;font-weight:600;line-height:1.2;color:#1a1a1a}h1{font-size:2.25rem;font-weight:700}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:#29abe2;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#fbb03b}button{padding:.5rem 1.5rem;border:none;border-radius:8px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-gold{padding:.5rem 1.5rem;border:none;border-radius:8px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-gold:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-gold:active{transform:translateY(0)}.btn-gold:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-gold{background-color:#fbb03b;color:#000}.btn-gold:hover{background-color:#e5a020;box-shadow:0 4px 16px #fbb03b59}.btn-blue{padding:.5rem 1.5rem;border:none;border-radius:8px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-blue:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-blue:active{transform:translateY(0)}.btn-blue:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-blue{background-color:#29abe2;color:#fff}.btn-blue:hover{background-color:#1e8bb8;box-shadow:0 4px 16px #29abe259}.btn-outline{padding:.5rem 1.5rem;border:none;border-radius:8px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-outline:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-outline:active{transform:translateY(0)}.btn-outline:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline{background-color:transparent;border:2px solid #c5cad1;color:#1a1a1a}.btn-outline:hover{border-color:#fbb03b;color:#fbb03b}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],textarea,select{width:100%;padding:.5rem 1rem;border:1px solid #e2e6eb;border-radius:8px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;color:#1a1a1a;transition:all .3s ease-in-out}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus,select:focus{outline:none;border-color:#fbb03b;box-shadow:0 0 0 3px #fbb03b33}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,textarea::placeholder,select::placeholder{color:#8b939e}.admin-topbar{background:var(--color-bg-dark);border-bottom:3px solid var(--color-brand-gold);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000}.admin-topbar__container{width:100%;padding:0 var(--spacing-lg);display:flex;align-items:center;justify-content:space-between;height:64px}.admin-topbar__brand{display:flex;align-items:center;gap:var(--spacing-lg)}.admin-topbar__logo{display:flex;align-items:center;gap:var(--spacing-sm);font-size:18px;font-weight:700;font-family:Playfair Display,Poppins,Georgia,Times New Roman,serif;color:var(--color-brand-gold);cursor:pointer;transition:color var(--transition-base);letter-spacing:.06em;text-transform:uppercase}.admin-topbar__logo:hover{color:var(--color-brand-cyan-bright)}.admin-topbar__logo-img{width:40px;height:40px;object-fit:contain;border-radius:var(--radius-full)}.admin-topbar__nav{display:flex;gap:var(--spacing-sm)}.admin-topbar__nav-button{padding:var(--spacing-sm) var(--spacing-md);background:transparent;color:var(--color-text-on-dark);border:none;border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--transition-base)}.admin-topbar__nav-button:hover{background:#fbb03b33;color:var(--color-brand-gold-bright)}.admin-topbar__nav-button--active{background:var(--color-brand-cyan);color:var(--color-text-on-blue)}.admin-topbar__nav-button--active:hover{background:var(--color-primary-blue-hover)}.admin-topbar__user-section{display:flex;align-items:center;gap:var(--spacing-md)}.admin-topbar__user-info{display:flex;align-items:center;gap:var(--spacing-sm)}.admin-topbar__user-details{display:flex;flex-direction:column;align-items:flex-end;font-size:12px}.admin-topbar__user-name{font-weight:600;color:var(--color-brand-gold)}.admin-topbar__user-role{color:#ffffffa6;font-size:11px}.admin-topbar__user-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--color-brand-gold);color:var(--color-text-on-yellow);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid var(--color-brand-cyan)}.admin-topbar__logout-button{padding:var(--spacing-sm) var(--spacing-md);background:var(--color-brand-gold);color:var(--color-text-on-yellow);border:1px solid var(--color-brand-gold);border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--transition-base)}.admin-topbar__logout-button:hover{background:var(--color-primary-yellow);border-color:var(--color-primary-yellow);color:var(--color-text-on-yellow)}@media (max-width: 767px){.admin-topbar__container{padding:0 var(--spacing-md);height:auto;min-height:64px;flex-wrap:wrap;gap:var(--spacing-sm)}.admin-topbar__brand{flex:1;min-width:0;gap:var(--spacing-md)}.admin-topbar__logo{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-topbar__nav{order:3;width:100%;gap:var(--spacing-xs);overflow-x:auto;-webkit-overflow-scrolling:touch;padding:var(--spacing-xs) 0}.admin-topbar__nav-button{font-size:13px;padding:var(--spacing-xs) var(--spacing-sm);white-space:nowrap}.admin-topbar__user-section{gap:var(--spacing-sm)}.admin-topbar__user-details{display:none}.admin-topbar__user-avatar{width:32px;height:32px;font-size:12px}.admin-topbar__logout-button{font-size:13px;padding:var(--spacing-xs) var(--spacing-sm)}}@media (max-width: 479px){.admin-topbar__container{padding:0 var(--spacing-sm)}.admin-topbar__logo{font-size:16px}.admin-topbar__nav-button{font-size:12px;padding:var(--spacing-xs)}.admin-topbar__user-avatar{width:28px;height:28px;font-size:11px}.admin-topbar__logout-button{font-size:12px;padding:var(--spacing-xs)}}.admin-page{min-height:100vh;background:var(--color-bg-secondary)}.admin-page__container{width:100%;padding:var(--spacing-xl) var(--spacing-lg)}.admin-page__title{font-size:32px;font-weight:700;color:var(--color-text-primary);margin-bottom:var(--spacing-lg)}.admin-page__card{background:var(--color-bg-primary);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-md)}.admin-page__card-title{font-size:20px;font-weight:600;color:var(--color-text-primary);margin-bottom:var(--spacing-md)}.admin-page__card-content{font-size:14px;color:var(--color-text-secondary)}@media (max-width: 767px){.admin-page__container{padding:var(--spacing-lg) var(--spacing-md)}.admin-page__title{font-size:24px;margin-bottom:var(--spacing-md)}.admin-page__card{padding:var(--spacing-md);margin-bottom:var(--spacing-md)}.admin-page__card-title{font-size:18px;margin-bottom:var(--spacing-sm)}.admin-page__card-content{font-size:13px}}@media (max-width: 479px){.admin-page__container{padding:var(--spacing-md) var(--spacing-sm)}.admin-page__title{font-size:20px;margin-bottom:var(--spacing-sm)}.admin-page__card{padding:var(--spacing-sm);margin-bottom:var(--spacing-sm);border-radius:var(--radius-md)}.admin-page__card-title{font-size:16px}.admin-page__card-content{font-size:12px}}.product-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);flex-wrap:wrap;gap:var(--spacing-md)}.product-list__header-left{flex:1}.product-list__title{font-size:28px;font-weight:700;color:var(--color-text-primary);margin-bottom:var(--spacing-xs)}.product-list__subtitle{font-size:14px;color:var(--color-text-secondary)}.product-list__create-button{padding:var(--spacing-sm) var(--spacing-lg);background:var(--color-primary-blue);color:var(--color-text-on-blue);border:none;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.product-list__create-button:hover{background:var(--color-primary-yellow);color:var(--color-text-on-yellow)}.product-list__filters{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-wrap:wrap}.product-list__search-input{flex:1;min-width:200px;padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-size:14px;transition:all var(--transition-base)}.product-list__search-input:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px #29abe21a}.product-list__filter-select{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-size:14px;background:var(--color-bg-primary);cursor:pointer;transition:all var(--transition-base)}.product-list__filter-select:focus{outline:none;border-color:var(--color-primary-blue)}.product-list__error{background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);padding:var(--spacing-md);margin-bottom:var(--spacing-lg);color:#c33;font-size:14px}.product-list__loading,.product-list__empty{text-align:center;padding:var(--spacing-xl);color:var(--color-text-secondary)}.product-list__table-wrapper{overflow-x:auto;background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.product-list__table{width:100%;border-collapse:collapse;font-size:14px}.product-list__table thead{background:var(--color-primary-blue);color:var(--color-text-on-blue)}.product-list__table th{padding:var(--spacing-md);text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.product-list__table td{padding:var(--spacing-md);border-bottom:1px solid var(--color-border-light)}.product-list__table tbody tr{transition:background var(--transition-base)}.product-list__table tbody tr:hover{background:#29abe20d}.product-list__table tbody tr:last-child td{border-bottom:none}.product-list__product-cell{display:flex;align-items:center;gap:var(--spacing-sm);min-width:200px}.product-list__product-thumb{width:48px;height:48px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border-light);flex-shrink:0;background:var(--color-bg-secondary)}.product-list__product-name{display:flex;flex-direction:column;gap:var(--spacing-xs);min-width:0}.product-list__product-slug{font-size:12px;color:var(--color-text-secondary);font-family:monospace}.product-list__price{display:flex;flex-direction:column;gap:var(--spacing-xs)}.product-list__price-selling{font-weight:600;color:var(--color-text-primary)}.product-list__price-mrp{font-size:12px;color:var(--color-text-light);text-decoration:line-through}.product-list__stock-low{color:#dc3545;font-weight:600}.product-list__status-badge{display:inline-block;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);font-size:12px;font-weight:600;text-transform:uppercase;transition:all var(--transition-base)}.product-list__status-badge--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.product-list__status-badge--clickable:hover{transform:scale(1.05);box-shadow:0 2px 4px #0000001a}.product-list__status-badge--clickable:active{transform:scale(.98)}.product-list__status-badge--active{background:#28a7451a;color:#28a745}.product-list__status-badge--draft{background:#6c757d1a;color:#6c757d}.product-list__status-badge--out-of-stock{background:#ffc1071a;color:#ffc107}.product-list__status-badge--discontinued{background:#dc35451a;color:#dc3545}.product-list__actions{display:flex;gap:var(--spacing-xs)}.product-list__action-button{padding:var(--spacing-xs) var(--spacing-sm);border:none;border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;transition:all var(--transition-base)}.product-list__action-button--edit{background:var(--color-primary-blue);color:var(--color-text-on-blue)}.product-list__action-button--edit:hover{background:var(--color-primary-blue-hover)}.product-list__action-button--clone{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-light)}.product-list__action-button--clone:hover{border-color:var(--color-primary-blue);color:var(--color-primary-blue)}.product-list__action-button--delete{background:#fee;color:#c33;border:1px solid #fcc}.product-list__action-button--delete:hover{background:#fcc}@media (max-width: 767px){.product-list__header{flex-direction:column;align-items:flex-start}.product-list__create-button{width:100%}.product-list__filters{flex-direction:column}.product-list__search-input,.product-list__filter-select{width:100%}.product-list__table{font-size:12px}.product-list__table th,.product-list__table td{padding:var(--spacing-sm)}.product-list__product-name{min-width:150px}}@media (max-width: 479px){.product-list__table{font-size:11px}.product-list__table th,.product-list__table td{padding:var(--spacing-xs)}.product-list__actions{flex-direction:column}.product-list__action-button{width:100%}}.product-form{background:var(--color-bg-primary);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-md)}.product-form__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:2px solid var(--color-primary-yellow)}.product-form__title{font-size:24px;font-weight:700;color:var(--color-text-primary)}.product-form__cancel-button{padding:var(--spacing-sm) var(--spacing-md);background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--transition-base)}.product-form__cancel-button:hover{background:var(--color-border-light)}.product-form__error{background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);padding:var(--spacing-md);margin-bottom:var(--spacing-lg);color:#c33;font-size:14px}.product-form__form{display:flex;flex-direction:column;gap:var(--spacing-xl)}.product-form__section{padding:var(--spacing-lg);background:var(--color-bg-secondary);border-radius:var(--radius-md);border:1px solid var(--color-border-light)}.product-form__section-title{font-size:18px;font-weight:600;color:var(--color-primary-blue);margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--color-border-light)}.product-form__section-help{font-size:13px;color:var(--color-text-secondary);margin:calc(var(--spacing-md) * -1) 0 var(--spacing-lg)}.product-form__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--spacing-md)}.product-form__images-status{grid-column:1/-1;font-size:14px;color:var(--color-text-secondary)}.product-form__image-card{position:relative;border:1px solid var(--color-border-light);border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-primary);min-height:180px;display:flex;flex-direction:column}.product-form__image-card--primary{border-color:var(--color-primary-blue);box-shadow:0 0 0 2px #29abe226}.product-form__image-card--pending{border-style:dashed}.product-form__image-preview{width:100%;height:140px;object-fit:cover;display:block;background:var(--color-bg-secondary)}.product-form__image-badge{position:absolute;top:var(--spacing-xs);left:var(--spacing-xs);background:var(--color-primary-blue);color:var(--color-text-on-blue);font-size:11px;font-weight:600;padding:2px 8px;border-radius:var(--radius-sm)}.product-form__image-badge--pending{background:var(--color-primary-yellow);color:var(--color-text-on-yellow)}.product-form__image-actions{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);padding:var(--spacing-xs);margin-top:auto}.product-form__image-action{flex:1;min-width:0;padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);background:var(--color-bg-secondary);color:var(--color-text-primary);font-size:12px;cursor:pointer;transition:all var(--transition-base)}.product-form__image-action:hover:not(:disabled){border-color:var(--color-primary-blue);color:var(--color-primary-blue)}.product-form__image-action:disabled{opacity:.6;cursor:not-allowed}.product-form__image-action--danger:hover:not(:disabled){border-color:#c33;color:#c33}.product-form__upload-dropzone{min-height:180px;border:2px dashed var(--color-border-light);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs);cursor:pointer;background:var(--color-bg-primary);transition:all var(--transition-base);padding:var(--spacing-md);text-align:center}.product-form__upload-dropzone:hover{border-color:var(--color-primary-blue);background:#29abe20a}.product-form__upload-input{display:none}.product-form__upload-icon{font-size:28px;line-height:1;color:var(--color-primary-blue);font-weight:300}.product-form__upload-text{font-size:13px;font-weight:600;color:var(--color-text-secondary)}.product-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.product-form__row:last-child{margin-bottom:0}.product-form__field{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-bottom:var(--spacing-md)}.product-form__field:last-child{margin-bottom:0}.product-form__label{font-size:14px;font-weight:500;color:var(--color-text-primary);display:flex;align-items:center;gap:var(--spacing-xs)}.product-form__input,.product-form__select,.product-form__textarea{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-size:14px;font-family:inherit;transition:all var(--transition-base);background:var(--color-bg-primary)}.product-form__input:focus,.product-form__select:focus,.product-form__textarea:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px #29abe21a}.product-form__input--mono,.product-form__select--mono,.product-form__textarea--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600}.product-form__readonly-value{padding:var(--spacing-sm) var(--spacing-md);background:var(--color-bg-secondary);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:600;color:var(--color-text-primary)}.product-form__hint{font-size:12px;color:var(--color-text-secondary);margin-top:4px;display:block}.product-form__textarea{resize:vertical;min-height:100px}.product-form__checkbox{width:18px;height:18px;accent-color:var(--color-primary-blue);cursor:pointer}.product-form__actions{display:flex;justify-content:flex-end;gap:var(--spacing-md);padding-top:var(--spacing-lg);border-top:1px solid var(--color-border-light)}.product-form__button{padding:var(--spacing-sm) var(--spacing-xl);border:none;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-base)}.product-form__button--cancel{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-light)}.product-form__button--cancel:hover{background:var(--color-border-light)}.product-form__button--submit{background:var(--color-primary-blue);color:var(--color-text-on-blue)}.product-form__button--submit:hover:not(:disabled){background:var(--color-primary-yellow);color:var(--color-text-on-yellow)}.product-form__button--submit:disabled{opacity:.6;cursor:not-allowed}.product-form__button--create-category{background:var(--color-primary-yellow);color:var(--color-text-on-yellow)}.product-form__button--create-category:hover{background:var(--color-primary-yellow-hover)}.product-form__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--spacing-md)}.product-form__modal{background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.product-form__modal--large{max-width:900px;max-height:95vh}.product-form__modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-lg);border-bottom:1px solid var(--color-border-light)}.product-form__modal-title{font-size:20px;font-weight:600;color:var(--color-text-primary);margin:0}.product-form__modal-close{background:none;border:none;font-size:28px;color:var(--color-text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all var(--transition-base)}.product-form__modal-close:hover{background:var(--color-border-light);color:var(--color-text-primary)}.product-form__modal-body{padding:var(--spacing-lg)}.product-form__modal-actions{display:flex;justify-content:flex-end;gap:var(--spacing-md);padding:var(--spacing-lg);border-top:1px solid var(--color-border-light)}@media (max-width: 767px){.product-form{padding:var(--spacing-lg)}.product-form__header{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.product-form__row{grid-template-columns:1fr}.product-form__actions{flex-direction:column-reverse}.product-form__button{width:100%}}@media (max-width: 479px){.product-form,.product-form__section{padding:var(--spacing-md)}.product-form__title{font-size:20px}.product-form__section-title{font-size:16px}}.auth-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal{width:100%;max-width:440px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 20px 32px #0000001f;border-top:4px solid #FBB03B}.auth-modal__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e6eb}.auth-modal__logo{width:52px;height:52px;border-radius:9999px;object-fit:contain}.auth-modal__title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.25rem;color:#1a1a1a}.auth-modal__subtitle{margin:.25rem 0 0;font-size:.875rem;color:#5c6370}.auth-modal__close{border:none;background:transparent;color:#5c6370;font-size:1.75rem;line-height:1;cursor:pointer;width:36px;height:36px;border-radius:9999px;transition:background .15s ease-in-out,color .15s ease-in-out}.auth-modal__close:hover{background:#f0f2f5;color:#1a1a1a}.auth-modal__tabs{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:1rem 1.5rem 0}.auth-modal__tab{border:none;background:transparent;padding:.5rem 1rem;border-radius:8px 8px 0 0;font-size:.875rem;font-weight:600;color:#5c6370;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s ease-in-out,border-color .15s ease-in-out}.auth-modal__tab--active{color:#1e8bb8;border-bottom-color:#29abe2}.auth-modal__body{padding:1.5rem}.auth-modal__form{display:flex;flex-direction:column;gap:1rem}.auth-modal__field{display:flex;flex-direction:column;gap:.25rem}.auth-modal__field label{font-size:.875rem;font-weight:500;color:#1a1a1a}.auth-modal__field input{width:100%;padding:.5rem 1rem;border:1px solid #e2e6eb;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.auth-modal__field input:focus{outline:none;border-color:#29abe2;box-shadow:0 0 0 3px #29abe226}.auth-modal__inline{display:grid;grid-template-columns:1fr auto;gap:.5rem}.auth-modal__secondary-btn{padding:.5rem 1rem;border:1px solid #c5cad1;border-radius:8px;background:#fff;color:#1a1a1a;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s ease-in-out,color .15s ease-in-out}.auth-modal__secondary-btn:hover:not(:disabled){border-color:#29abe2;color:#1e8bb8}.auth-modal__secondary-btn:disabled{opacity:.6;cursor:not-allowed}.auth-modal__submit{width:100%;padding:1rem;border:none;border-radius:8px;background:linear-gradient(135deg,#fbb03b,#e5a020);color:#000;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .15s ease-in-out,transform .15s ease-in-out}.auth-modal__submit:hover:not(:disabled){transform:translateY(-1px)}.auth-modal__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-modal__error{margin:0 0 1rem;padding:.5rem 1rem;border-radius:8px;background:#d32f2f14;border:1px solid rgba(211,47,47,.2);color:#b42318;font-size:.875rem}.auth-modal__hint{margin:0;font-size:.75rem;color:#5c6370}.auth-modal__switch{margin:1rem 0 0;text-align:center}.auth-modal__link-btn{border:none;background:none;color:#1e8bb8;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:underline}.auth-modal__link-btn:hover{color:#e5a020}.auth-modal__legal{margin:1.5rem 0 0;font-size:.75rem;color:#5c6370;text-align:center;line-height:1.5}.auth-modal__legal a{color:#1e8bb8;text-decoration:none}.auth-modal__legal a:hover{text-decoration:underline}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-brand);padding:var(--spacing-lg)}.login-page__container{background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--spacing-xl);width:100%;max-width:400px;border-top:4px solid var(--color-brand-gold)}.login-page__header{text-align:center;margin-bottom:var(--spacing-xl)}.login-page__logo{width:88px;height:88px;object-fit:contain;margin:0 auto var(--spacing-md);display:block}.login-page__title{font-size:28px;font-weight:700;font-family:Playfair Display,Poppins,Georgia,Times New Roman,serif;color:var(--color-brand-cyan);margin-bottom:var(--spacing-sm);letter-spacing:.04em}.login-page__subtitle{font-size:14px;color:var(--color-text-secondary)}.login-page__error{background:#fee;border:1px solid #fcc;border-radius:var(--radius-md);padding:var(--spacing-md);margin-bottom:var(--spacing-lg);color:#c33;font-size:14px}.login-page__form-group{margin-bottom:var(--spacing-lg)}.login-page__label{display:block;margin-bottom:var(--spacing-sm);font-size:14px;font-weight:500;color:var(--color-text-primary)}.login-page__input{width:100%;padding:var(--spacing-md);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-size:16px;box-sizing:border-box;transition:all var(--transition-base)}.login-page__input:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 3px #29abe233}.login-page__submit-button{width:100%;padding:var(--spacing-md);background:var(--color-brand-gold);color:var(--color-text-on-yellow);border:none;border-radius:var(--radius-md);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transition-base);margin-bottom:var(--spacing-md)}.login-page__submit-button:hover:not(:disabled){background:var(--color-primary-blue-hover)}.login-page__submit-button:disabled{background:var(--color-border-medium);cursor:not-allowed}.login-page__footer{margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:1px solid var(--color-border-light);text-align:center}.login-page__footer-text{font-size:12px;color:var(--color-text-light)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 1rem}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.text-center{text-align:center}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page,.static-page{min-height:100vh;display:flex;flex-direction:column}.static-page__breadcrumb-bar{width:100%;background:radial-gradient(ellipse 80% 120% at 100% 0%,rgba(41,171,226,.22) 0%,transparent 55%),radial-gradient(ellipse 60% 80% at 0% 100%,rgba(251,176,59,.12) 0%,transparent 50%),linear-gradient(135deg,#000,#121218 45%,#1a1f2e);padding:3rem clamp(1.5rem,4vw,4rem);border-bottom:none;position:relative;overflow:hidden}.static-page__breadcrumb-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.static-page__breadcrumb-bar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#fbb03b,#29abe2,#fbb03b)}.static-page__breadcrumb-inner{width:100%;max-width:none;margin:0;position:relative;z-index:1}.static-page__breadcrumb-trail{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem;color:#ffffffa6;margin-bottom:1rem}.static-page__breadcrumb-trail a{color:#ffffffd9;text-decoration:none;transition:color .15s ease-in-out}.static-page__breadcrumb-trail a:hover{color:#fbb03b;text-decoration:none}.static-page__breadcrumb-trail span:not([aria-hidden=true]){color:#fff;font-weight:500}.static-page__breadcrumb-trail span[aria-hidden=true]{color:#ffffff59}.static-page__title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.15}.static-page__main{flex:1;width:100%;background:linear-gradient(180deg,rgba(41,171,226,.04) 0%,transparent 280px),#f7f8fa;padding:clamp(2rem,3vw,4rem) clamp(1.5rem,4vw,4rem)}.static-page__body{width:100%;display:flex;flex-direction:column;gap:clamp(1.5rem,2.5vw,3rem)}.static-page__article{width:100%;max-width:none;margin:0;background:#fff;border:1px solid rgba(226,230,235,.9);border-radius:16px;padding:clamp(1.5rem,3vw,3rem);box-shadow:0 4px 12px #00000014;color:#1a1a1a;line-height:1.75;transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out}.static-page__article:hover{box-shadow:0 12px 24px #0000001a;border-color:#29abe233}.static-page__article ul{margin:0 0 1rem;padding-left:0;list-style:none;color:#5c6370}.static-page__article ul li{position:relative;margin-bottom:.5rem;padding-left:1.5rem}.static-page__article ul li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:9999px;background:#fbb03b;transform:translateY(-50%)}.static-page__article ul ul{margin-top:.5rem}.static-page__article ul ul li:before{background:#29abe2;width:5px;height:5px}.static-page__article h2{margin:2rem 0 1rem;font-family:Poppins,Inter,sans-serif;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600;color:#1a1a1a;padding-bottom:.5rem;border-bottom:2px solid rgba(251,176,59,.4);position:relative}.static-page__article h2:first-child{margin-top:0}.static-page__article h2:after{content:"";position:absolute;bottom:-2px;left:0;width:48px;height:2px;background:#29abe2}.static-page__article h3{margin:1.5rem 0 .5rem;font-family:Poppins,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#1a1a1a}.static-page__article p{margin:0 0 1rem;color:#5c6370}.static-page__article a:not(.contact-us__social-link):not(.contact-us__whatsapp-btn){color:#1e8bb8;text-decoration:none;font-weight:500;transition:color .15s ease-in-out}.static-page__article a:not(.contact-us__social-link):not(.contact-us__whatsapp-btn):hover{color:#e5a020;text-decoration:underline}.static-page__lead{font-size:clamp(1rem,1.5vw,1.125rem);color:#5c6370;margin-top:0;padding-left:1rem;border-left:3px solid #FBB03B}.static-page__highlight{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:clamp(1.5rem,2.5vw,2rem);background:linear-gradient(135deg,#29abe214,#fbb03b0f);border:1px solid rgba(41,171,226,.18);border-radius:16px;box-shadow:inset 0 1px #fffc}.static-page__highlight-icon{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:1.875rem;background:#fff;border-radius:9999px;box-shadow:0 4px 12px #00000014;border:2px solid rgba(251,176,59,.25)}.static-page__highlight-title{margin:0 0 .25rem;font-family:Poppins,Inter,sans-serif;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600;color:#1a1a1a;border-bottom:none;padding-bottom:0}.static-page__highlight-text{margin:0;color:#5c6370;font-size:1rem}.track-order{width:100%;display:flex;flex-direction:column;gap:clamp(1.5rem,2.5vw,3rem)}.track-order__search{background:linear-gradient(135deg,#fff,#29abe20a)}.track-order__search h2{margin-top:0}.track-order__form{margin-top:1.5rem}.track-order__label{display:block;font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.track-order__form-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:stretch}.track-order__input{flex:1 1 280px;min-width:0;padding:1rem 1.5rem;border:2px solid #e2e6eb;border-radius:12px;font-size:1rem;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.track-order__input:focus{outline:none;border-color:#29abe2;box-shadow:0 0 0 4px #29abe21f}.track-order__input::placeholder{color:#8b939e}.track-order__submit{padding:1rem 3rem;border:none;border-radius:12px;background:linear-gradient(135deg,#fbb03b,#e5a020);color:#000;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 4px 16px #fbb03b59;white-space:nowrap}.track-order__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #fbb03b73}.track-order__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.track-order__error{margin:1.5rem 0 0;padding:1rem 1.5rem;border-radius:12px;background:#d32f2f14;border:1px solid rgba(211,47,47,.2);color:#b42318;font-size:.875rem}.track-order__results{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,2.5vw,3rem)}@media (min-width: 1024px){.track-order__results{grid-template-columns:minmax(280px,1fr) minmax(320px,1.4fr)}}.track-order__panel h2{margin-top:0}.track-order__details{margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.track-order__details div{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fbb03b0f,#29abe20a);border-radius:12px;border:1px solid rgba(226,230,235,.8)}.track-order__details dt{font-size:.75rem;font-weight:600;color:#8b939e;text-transform:uppercase;letter-spacing:.05em}.track-order__details dd{margin:0;color:#1a1a1a;font-weight:500;font-size:1rem}.track-order__timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.track-order__timeline-item{display:grid;grid-template-columns:48px 1fr;gap:1.5rem;position:relative;padding-bottom:1.5rem}.track-order__timeline-item:not(:last-child):after{content:"";position:absolute;left:23px;top:48px;bottom:0;width:2px;background:linear-gradient(180deg,#fbb03b80,#e2e6eb)}.track-order__timeline-item:first-child .track-order__timeline-icon{border-color:#fbb03b;box-shadow:0 0 0 4px #fbb03b26}.track-order__timeline-item:first-child .track-order__timeline-body p{color:#e5a020}.track-order__timeline-icon{width:48px;height:48px;border-radius:9999px;overflow:hidden;border:2px solid rgba(41,171,226,.35);background:#fff;z-index:1}.track-order__timeline-icon img{width:100%;height:100%;object-fit:cover}.track-order__timeline-body{padding-top:.25rem}.track-order__timeline-body time{display:block;font-size:.75rem;font-weight:600;color:#8b939e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.track-order__timeline-body p{margin:0 0 .25rem;color:#1a1a1a;font-weight:600;font-size:1rem}.track-order__timeline-body span{font-size:.875rem;color:#5c6370}.track-order__info h2{margin-top:0}.contact-us{width:100%;display:flex;flex-direction:column;gap:clamp(1.5rem,2.5vw,3rem)}.contact-us__whatsapp{text-align:center;background:linear-gradient(135deg,#25d36614,#29abe20f);border-color:#25d36633}.contact-us__whatsapp h2{margin-top:0}.contact-us__whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:1rem 3rem;border-radius:9999px;background:#000;border:2px solid rgba(37,211,102,.45);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 4px 12px #00000014;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out,border-color .15s ease-in-out}.contact-us__whatsapp-btn-icon{display:inline-flex;align-items:center;justify-content:center;color:#25d366}.contact-us__whatsapp-btn-icon svg{width:22px;height:22px}.contact-us__whatsapp-btn-text{color:#fff}.contact-us__whatsapp-btn:hover{background:#000;border-color:#25d366;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #25d36640}.contact-us__whatsapp-btn:hover .contact-us__whatsapp-btn-text{color:#fff}.contact-us__whatsapp-btn:hover .contact-us__whatsapp-btn-icon{color:#25d366}.contact-us__cards{width:100%;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.contact-us__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.contact-us__cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.contact-us__card{display:flex;align-items:flex-start;gap:1rem;width:100%;min-height:100%;padding:1.5rem;background:#fff;border:1px solid rgba(226,230,235,.95);border-radius:16px;border-top:3px solid #29ABE2;box-shadow:0 1px 2px #0000000f;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out,border-color .3s ease-in-out}.contact-us__card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-3px);border-color:#29abe259}.contact-us__card--email{border-top-color:#29abe2;background:linear-gradient(160deg,#29abe21a,#fff 55%)}.contact-us__card--email .contact-us__card-icon{color:#1e8bb8;background:#29abe21f;border-color:#29abe240}.contact-us__card--email .contact-us__card-label,.contact-us__card--email .contact-us__card-value a:hover{color:#1e8bb8}.contact-us__card--whatsapp{border-top-color:#25d366;background:linear-gradient(160deg,#25d3661a,#fff 55%)}.contact-us__card--whatsapp .contact-us__card-icon{color:#128c7e;background:#25d3661f;border-color:#25d36640}.contact-us__card--whatsapp .contact-us__card-label,.contact-us__card--whatsapp .contact-us__card-value a:hover{color:#128c7e}.contact-us__card--address{border-top-color:#fbb03b;background:linear-gradient(160deg,#fbb03b1f,#fff 55%)}.contact-us__card--address .contact-us__card-icon{color:#e5a020;background:#fbb03b24;border-color:#fbb03b4d}.contact-us__card--address .contact-us__card-label{color:#e5a020}.contact-us__card--hours{border-top-color:#6b5b95;background:linear-gradient(160deg,#6b5b951a,#fff 55%)}.contact-us__card--hours .contact-us__card-icon{color:#6b5b95;background:#6b5b951f;border-color:#6b5b9540}.contact-us__card--hours .contact-us__card-label{color:#6b5b95}.contact-us__card--hours .contact-us__card-value{white-space:pre-line}.contact-us__card-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;border:1px solid rgba(226,230,235,.9);background:#fff}.contact-us__card-icon svg{width:24px;height:24px}.contact-us__card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.contact-us__card-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.contact-us__card-value{margin:0;color:#1a1a1a;font-weight:500;line-height:1.55;font-size:.875rem;word-break:break-word}.contact-us__card-value a{color:inherit;text-decoration:none;transition:color .15s ease-in-out}.contact-us__card-value a:hover{text-decoration:underline}.contact-us__layout{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,2.5vw,3rem)}@media (min-width: 1024px){.contact-us__layout{grid-template-columns:1fr 1fr}}.contact-us__content h2:first-of-type{margin-top:0}.contact-us__social{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:1rem}.contact-us__social li{margin:0;padding:0}.contact-us__social li:before{display:none}.contact-us__social-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.contact-us__social-icon svg{width:100%;height:100%}.contact-us__social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 0;background:transparent;border:none;border-radius:0;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s ease-in-out,opacity .15s ease-in-out}.contact-us__social-link:hover{text-decoration:none}.contact-us__social-link--instagram{color:#e4405f}.contact-us__social-link--instagram .contact-us__social-label{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);-webkit-background-clip:text;background-clip:text;color:transparent}.contact-us__social-link--instagram:hover{color:#c13584}.contact-us__social-link--facebook{color:#1877f2}.contact-us__social-link--facebook:hover{color:#0d65d9}.contact-us__social-link--youtube{color:red}.contact-us__social-link--youtube:hover{color:#c00}.contact-us__social-link--pinterest{color:#bd081c}.contact-us__social-link--pinterest:hover{color:#9b0617}.contact-us__map{position:relative;width:100%;min-height:360px;aspect-ratio:16/10;border-radius:16px;overflow:hidden;border:1px solid rgba(226,230,235,.9);box-shadow:0 4px 12px #00000014}.contact-us__map iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.home-page__breadcrumb-bar{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #e2e6eb;box-shadow:inset 0 -2px #000}.home-page__breadcrumb-bar .home-page__breadcrumb-inner{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap}.home-page__breadcrumb-bar .home-page__breadcrumb-left{display:flex;align-items:center;gap:1rem;min-width:0;flex:1}.home-page__breadcrumb-bar .home-page__breadcrumb-trail{font-size:.875rem;color:#5c6370;margin-bottom:0;white-space:nowrap;flex-shrink:0}.home-page__breadcrumb-bar .home-page__breadcrumb-trail:after{content:"|";margin-left:1rem;color:#e2e6eb}.home-page__breadcrumb-bar .home-page__breadcrumb-title{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.home-page__breadcrumb-bar .home-page__breadcrumb-title span{color:#29abe2}.home-page__breadcrumb-bar .home-page__breadcrumb-sort{flex-shrink:0;margin-left:auto}.home-page__breadcrumb-bar .home-page__breadcrumb-sort select{width:auto;min-width:160px;padding:.5rem 2rem .5rem .75rem;border:1px solid #e2e6eb;border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:.875rem;color:#1a1a1a}.home-page__breadcrumb-bar .home-page__breadcrumb-sort select:focus{outline:none;border-color:#29abe2;box-shadow:0 0 0 2px #29abe226}.home-page__message{padding:1.5rem;color:#5c6370}.home-page__message--error{color:#d32f2f}.header{background-color:#000;box-shadow:0 4px 12px #00000014;position:sticky;top:0;z-index:1000;height:72px;border-bottom:none}.header:after{content:"";display:block;height:2px;background:var(--gradient-brand-accent);width:100%;position:absolute;bottom:0;left:0;pointer-events:none}.header__container{margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:100%;gap:1.5rem;min-width:0;width:100%}@media (min-width: 768px){.header__container{padding:0 1rem}}@media (max-width: 479px){.header__container{padding:0 .5rem}}.header__logo-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__logo{height:56px;width:56px;object-fit:contain;cursor:pointer;border-radius:9999px}.header__nav{flex:1;display:flex;align-items:stretch;align-self:stretch;margin-left:2rem}.header__nav-links{display:flex;align-items:center;justify-content:center;align-items:stretch;gap:.5rem;list-style:none;margin:0;padding:0;height:100%}.header__nav-links li{display:flex;align-items:stretch}.header__nav-links li:before{content:none;display:none}.header__nav-item{padding-left:0;text-decoration:none;display:flex;align-items:center;font-weight:500;font-size:1rem;color:#fff;cursor:pointer;padding:0 1rem;border-radius:0;border-bottom:3px solid transparent;transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;white-space:nowrap}.header__nav-item:hover{color:#29abe2;background-color:#29abe21f}.header__nav-item--active{color:#fbb03b;background-color:#fbb03b1a;border-bottom-color:#fbb03b;font-weight:600}.header__nav-item--muted{color:#ffffff73;cursor:default}.header__nav-item--muted:hover{color:#ffffff73;background-color:transparent}.header__search{flex:1;max-width:500px;position:relative;margin:0 1.5rem}.header__search input{width:100%;padding:.5rem 1rem .5rem 40px;border:1px solid rgba(41,171,226,.35);border-radius:9999px;background-color:#141414;color:#fff;font-size:.875rem;transition:all .3s ease-in-out}.header__search input:focus{background-color:#29abe21f;border-color:#29abe2;outline:none;box-shadow:0 0 0 2px #29abe240}.header__search input::placeholder{color:#ffffff73}.header__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#ffffff8c;pointer-events:none}.header__actions{display:flex;align-items:center;justify-content:center;gap:2rem;flex-shrink:0}.header__action-item{flex-direction:column;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;padding:.25rem;border-radius:8px;transition:all .3s ease-in-out;min-width:50px;text-decoration:none;color:inherit;border:none;background:transparent;font:inherit}.header__action-item:hover{background-color:#fbb03b1f}.header__action-item:hover svg,.header__action-item:hover .header__action-label{color:#fbb03b}.header__action-item svg{color:#fff;margin-bottom:.25rem;transition:color .3s ease-in-out}.header__action-label{font-size:.75rem;color:#ffffffd9;font-weight:400;text-align:center;line-height:1.2;transition:color .3s ease-in-out}.header__action-badge{position:absolute;top:-2px;right:2px;background-color:#fbb03b;color:#000;border-radius:9999px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid #000000}.main-content{width:100%;max-width:none;display:flex;gap:2rem;padding:2rem 1.5rem;margin-top:1.5rem;flex:1}.filter-sidebar{width:280px;flex-shrink:0;background-color:#fff;border-radius:12px;padding:1.5rem;height:fit-content;position:sticky;top:calc(72px + 1.5rem)}.filter-sidebar__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;padding-bottom:1rem;border-bottom:3px solid #FBB03B;letter-spacing:.08em}.filter-sidebar__more-link{color:#29abe2;font-size:.875rem;margin-top:.5rem;display:block;font-weight:500}.filter-sidebar__more-link:hover{color:#e5a020}.filter-sidebar__empty{font-size:.875rem;color:#5c6370;margin:0}.filter-sidebar__section{margin-bottom:2rem}.filter-sidebar__section-title{font-size:1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.filter-sidebar__section-title .search-icon{color:#8b939e;cursor:pointer}.filter-sidebar__section-list{list-style:none}.filter-sidebar__section-item{padding:.5rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.filter-sidebar__section-item:hover{color:#29abe2}.filter-sidebar__section-item-checkbox{margin-right:.5rem;accent-color:#29ABE2}.filter-sidebar__section-item-count{color:#8b939e;font-size:.875rem}.filter-sidebar__price-range{margin-top:1rem}.filter-sidebar__price-range-values{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;font-size:.875rem;color:#5c6370;font-weight:500}.filter-sidebar__colors{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.filter-sidebar__colors-item{width:32px;height:32px;border-radius:9999px;border:2px solid #e2e6eb;cursor:pointer;transition:all .3s ease-in-out}.filter-sidebar__colors-item:hover{transform:scale(1.1);border-color:#fbb03b}.filter-sidebar__colors-item--selected{border-color:#fbb03b;box-shadow:0 0 0 2px #fbb03b4d}.dual-range-slider{position:relative;height:36px;display:flex;align-items:center}.dual-range-slider__track{position:absolute;left:0;right:0;height:4px;background-color:#e2e6eb;border-radius:2px}.dual-range-slider__fill{position:absolute;top:0;height:100%;background-color:#fbb03b;border-radius:2px}.dual-range-slider__input{position:absolute;width:100%;margin:0;padding:0;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:36px}.dual-range-slider__input::-webkit-slider-runnable-track{background:transparent;border:none;height:4px}.dual-range-slider__input::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;margin-top:-6px;border-radius:9999px;background-color:#fbb03b;border:2px solid #ffffff;box-shadow:0 1px 4px #0000002e;cursor:pointer}.dual-range-slider__input::-moz-range-track{background:transparent;border:none;height:4px}.dual-range-slider__input::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:9999px;background-color:#fbb03b;border:2px solid #ffffff;box-shadow:0 1px 4px #0000002e;cursor:pointer}.products-section{flex:1}.products-section__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.products-section__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;flex:1;min-width:0}.products-section__title-count{color:#29abe2;font-weight:500}.products-section__filters{display:flex;justify-content:flex-end;flex-shrink:0;margin-left:auto}.products-section__filters select{width:auto;min-width:160px;padding:.5rem 2rem .5rem .75rem;border:1px solid #e2e6eb;border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:.875rem;color:#1a1a1a;text-overflow:ellipsis}.products-section__filters select:focus{outline:none;border-color:#29abe2;box-shadow:0 0 0 2px #29abe226}.products-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem}@media (min-width: 1024px){.products-section__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}@media (min-width: 768px){.products-section__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000f;transition:all .3s ease-in-out}.product-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.product-card{display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.product-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background-color:#f0f2f5}.product-card__image-wrap--out-of-stock .product-card__image{opacity:.42;filter:grayscale(.4) saturate(.65);transform:scale(1.02)}.product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.08);transition:transform .4s ease,opacity .3s ease-in-out,filter .3s ease-in-out;background-color:#f0f2f5}.product-card:hover .product-card__image{transform:scale(1.15)}.product-card--out-of-stock:hover .product-card__image{transform:scale(1.02)}.product-card--out-of-stock .product-card__price-current,.product-card--out-of-stock .product-card__title{color:#5c6370}.product-card__out-of-stock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#00000026,#00000073);pointer-events:none;z-index:1}.product-card__out-of-stock-label{display:inline-flex;align-items:center;padding:.5rem 1.5rem;border-radius:9999px;background:#000000d1;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.22);box-shadow:0 4px 12px #00000014;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card__badge{position:absolute;top:.5rem;right:.5rem;background-color:#fbb03b;color:#000;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700}.product-card__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__rating{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.875rem;color:#5c6370}.product-card__rating-stars{color:#fbb03b}.product-card__brand{font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__title{margin:0;font-size:1rem;font-weight:600;color:#1a1a1a;line-height:1.45;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.9em;transition:color .3s ease-in-out}.product-card:hover .product-card__title{color:#1e8bb8}.product-card__sku{font-size:.875rem;color:#5c6370;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__price{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.5rem;flex-wrap:wrap}.product-card__price-main{display:flex;align-items:baseline;gap:.5rem;min-width:0;flex:1}.product-card__price-current{font-size:1.25rem;font-weight:700;color:#000;letter-spacing:-.02em;line-height:1.2}.product-card__price-original{font-size:.875rem;color:#8b939e;text-decoration:line-through;text-decoration-color:#8b939eb3;font-weight:500}.product-card__price-badge{display:inline-flex;align-items:center;flex-shrink:0;padding:.2rem .55rem;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#000;background:linear-gradient(135deg,#fbb03b,#ffc107);box-shadow:0 2px 8px #fbb03b59}.product-card__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e2e6eb}.product-card__actions-row{display:grid;grid-template-columns:1fr auto;gap:.5rem}.product-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;border:none;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .15s ease-in-out,color .15s ease-in-out,border-color .15s ease-in-out,transform .15s ease-in-out,box-shadow .15s ease-in-out}.product-card__btn:active{transform:translateY(1px)}.product-card__btn--buy{width:100%;padding:.5rem 1rem;background:linear-gradient(135deg,#fbb03b,#e5a020);color:#000;box-shadow:0 2px 8px #fbb03b4d}.product-card__btn--buy:hover:not(:disabled){background:linear-gradient(135deg,#ffc107,#fbb03b);box-shadow:0 4px 12px #fbb03b66}.product-card__btn--buy:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.product-card__btn--cart{width:100%;padding:.5rem 1rem;background:#fff;color:#1a1a1a;border:1px solid #c5cad1}.product-card__btn--cart:hover:not(:disabled){border-color:#29abe2;color:#1e8bb8;background:#29abe20f}.product-card__btn--cart:disabled{opacity:.45;cursor:not-allowed}.product-card__btn--wishlist{padding:.5rem 1rem;background:#fff;color:#5c6370;border:1px solid #c5cad1;white-space:nowrap}.product-card__btn--wishlist:hover:not(:disabled){border-color:#fbb03b80;color:#e5a020;background:#fbb03b14}.product-card__btn--wishlist:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 767px){.header{height:auto;min-height:72px;padding:.5rem 0}.header__container{flex-wrap:wrap;gap:1rem}.header__logo{height:40px}.header__nav{order:4;width:100%;margin:.5rem 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.header__nav-links{gap:1rem;padding:.25rem 0}.header__nav-item{font-size:.875rem;padding:.25rem .5rem}.header__search{order:3;width:100%;margin:0;max-width:100%;flex:1 1 100%}.header__actions{gap:1rem}.header__actions-item{min-width:45px}.header__action-label{font-size:10px}.main-content{flex-direction:column;padding:1rem;gap:1rem}.filter-sidebar{width:100%;position:relative;top:0;padding:1rem;border-radius:8px}.filter-sidebar__title{font-size:1.125rem}.products-section__header{flex-wrap:wrap;gap:.5rem}.products-section__title{font-size:1.25rem;flex:1 1 auto}.products-section__filters{margin-left:auto}.products-section__filters select{min-width:140px;font-size:.75rem;padding:.4rem 1.5rem .4rem .5rem}.products-section__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.product-card__content{padding:.5rem}.product-card__price{flex-wrap:wrap;gap:.25rem}.product-card__price-current{font-size:1rem}}@media (max-width: 479px){.header__logo{height:35px}.header__nav-links{gap:.5rem}.header__nav-item{font-size:.75rem;padding:.25rem}.header__actions{gap:.5rem}.header__actions-item{min-width:40px}.header__actions-item svg{width:20px;height:20px}.header__action-label{font-size:9px}.products-section__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.product-card__rating,.product-card__brand,.product-card__title{font-size:.75rem}.product-card__price-current{font-size:.875rem}.product-card__price-original,.product-card__price-discount{font-size:.75rem}.filter-sidebar{padding:.5rem}.filter-sidebar__section{margin-bottom:1.5rem}}@media (min-width: 768px){.header__nav{margin-left:1.5rem}.header__search{margin:0 1rem}.products-section__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 1024px){.main-content{flex-direction:row}.filter-sidebar{width:280px;position:sticky;top:calc(72px + 1.5rem)}.products-section__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (min-width: 1280px){.products-section__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}.site-footer{margin-top:3rem;background-color:#000;color:#ffffffd9;position:relative}.site-footer__accent{height:2px;background:var(--gradient-brand-accent);width:100%}.site-footer__main{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 2rem}.site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr) 1.2fr;gap:2rem}@media (max-width: 1023px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.site-footer__grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 1023px){.site-footer__brand{grid-column:1/-1}}.site-footer__logo-link{display:inline-block;margin-bottom:1rem}.site-footer__logo{width:72px;height:72px;object-fit:contain;border-radius:9999px}.site-footer__tagline{font-size:.875rem;line-height:1.6;color:#ffffffb3;margin-bottom:1.5rem;max-width:320px}.site-footer__contact{font-style:normal;font-size:.875rem;display:flex;flex-direction:column;gap:.5rem}.site-footer__contact p{margin:0}.site-footer__contact a{color:#29abe2;text-decoration:none}.site-footer__contact a:hover{color:#fbb03b}.site-footer__contact-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#fbb03b;margin-bottom:2px;font-weight:600}.site-footer__heading{font-family:Poppins,Inter,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#29abe2;margin-bottom:1rem}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{color:#fffc;font-size:.875rem;text-decoration:none;transition:color .15s ease-in-out}.site-footer__links a:hover{color:#29abe2}.site-footer__newsletter-text{font-size:.875rem;color:#ffffffa6;margin-bottom:1rem;line-height:1.5}.site-footer__newsletter-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.site-footer__newsletter-input{padding:.5rem 1rem;border:1px solid rgba(41,171,226,.4);border-radius:8px;background:#141414;color:#fff;font-size:.875rem}.site-footer__newsletter-input::placeholder{color:#fff6}.site-footer__newsletter-input:focus{outline:none;border-color:#29abe2;box-shadow:0 0 0 2px #29abe240}.site-footer__newsletter-btn{padding:.5rem 1.5rem;border:none;border-radius:8px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.site-footer__newsletter-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.site-footer__newsletter-btn:active{transform:translateY(0)}.site-footer__newsletter-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.site-footer__newsletter-btn{background:#fbb03b;color:#000;font-weight:600}.site-footer__newsletter-btn:hover{background:#e5a020}.site-footer__social{display:flex;flex-wrap:wrap;gap:.5rem}.site-footer__social-link{font-size:.75rem;padding:.25rem .5rem;border:1px solid rgba(41,171,226,.35);border-radius:9999px;color:#29abe2;text-decoration:none;transition:all .15s ease-in-out}.site-footer__social-link:hover{background:#29abe226;color:#fbb03b;border-color:#fbb03b}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem}.site-footer__bottom-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem;color:#ffffff8c}.site-footer__copyright{margin:0}.site-footer__legal{list-style:none;padding:0;margin:0;display:flex;gap:1rem}.site-footer__legal a{color:#ffffffa6;text-decoration:none}.site-footer__legal a:hover{color:#29abe2}.site-footer__payments{margin:0;flex:1 1 100%;text-align:center}@media (min-width: 1024px){.site-footer__payments{flex:0 1 auto;text-align:right}}
