.fk-shop-page{background:#f1f3f6;min-height:100vh;padding-top:72px}.fk-breadcrumb-bar{background:#fff;border-bottom:1px solid #e0e0e0;padding:10px 24px}.fk-breadcrumb-inner{color:#878787;align-items:center;gap:6px;max-width:1400px;margin:0 auto;font-size:12px;display:flex}.fk-breadcrumb-inner a{color:#2874f0;text-decoration:none}.fk-breadcrumb-inner a:hover{text-decoration:underline}.fk-breadcrumb-inner span{color:#333;font-weight:500}.fk-layout{align-items:flex-start;gap:10px;max-width:1400px;margin:12px auto 24px;padding:0 10px;display:flex}.fk-sidebar{background:#fff;border-radius:4px;flex-shrink:0;width:260px;max-height:calc(100vh - 96px);display:block;position:sticky;top:84px;overflow-y:auto;box-shadow:0 1px 4px #00000014}@media (max-width:900px){.fk-sidebar{display:none}}.fk-sidebar::-webkit-scrollbar{width:4px}.fk-sidebar::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:8px}.fk-sidebar-top{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.fk-sidebar-title{color:#212121;font-size:18px;font-weight:600}.fk-clear-all{color:#2874f0;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;font-size:12px;font-weight:600}.fk-clear-all:hover{text-decoration:underline}.fk-filter-search{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:4px;align-items:center;gap:8px;margin:12px 16px;padding:8px 12px;display:flex}.fk-filter-search input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:13px}.fk-filter-search input::placeholder{color:#aaa}.fk-filter-section{border-bottom:1px solid #f0f0f0}.fk-filter-header{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;color:#212121;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;font-size:12px;font-weight:700;display:flex}.fk-filter-header:hover{background:#fafafa}.fk-filter-body{grid-template-columns:repeat(2,1fr);gap:12px 20px;padding:0 20px 14px;display:grid}@media (min-width:901px){.fk-filter-body{flex-direction:column;gap:2px;display:flex}}.fk-checkbox-row{cursor:pointer;color:#333;align-items:center;gap:10px;padding:6px 0;font-size:14px;transition:color .15s;display:flex}.fk-checkbox-row:hover{color:#2874f0}.fk-checkbox-row input[type=checkbox]{accent-color:#2874f0;cursor:pointer;flex-shrink:0;width:16px;height:16px}.fk-checkbox-row span{line-height:1.3}.fk-rating-filter-label{align-items:center;gap:4px;display:flex}.fk-main{flex:1;min-width:0}.fk-sort-bar{background:#fff;border-radius:4px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:12px 16px;display:flex;box-shadow:0 1px 4px #00000014}.fk-sort-left{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.fk-results-text{color:#212121;font-size:18px;font-weight:600}.fk-results-count{color:#878787;font-size:12px}.fk-sort-right{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.fk-sort-label{color:#212121;white-space:nowrap;margin-right:8px;font-size:12px;font-weight:700}.fk-sort-btn{color:#212121;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:2px;padding:6px 14px;font-size:14px;font-weight:500;transition:color .15s;position:relative}.fk-sort-btn:hover{color:#2874f0}.fk-sort-active{font-weight:600;color:#2874f0!important}.fk-sort-active:after{content:"";background:#2874f0;border-radius:2px;height:2px;position:absolute;bottom:-2px;left:14px;right:14px}.fk-active-filters{flex-wrap:wrap;gap:8px;padding:8px 0 4px;display:flex}.fk-chip{color:#2874f0;background:#e8f0fe;border-radius:16px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.fk-chip button{cursor:pointer;color:#2874f0;opacity:.7;background:0 0;border:none;padding:0;display:flex}.fk-chip button:hover{opacity:1}.fk-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}@media (max-width:600px){.fk-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.fk-product-card{background:#fff;border-radius:4px;transition:box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000014}.fk-product-card:hover{box-shadow:0 4px 16px #0000001f}.fk-wishlist-btn{z-index:10;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:box-shadow .2s;display:flex;position:absolute;top:10px;right:10px}.fk-wishlist-btn:hover{box-shadow:0 2px 8px #0000001f}.fk-product-img-wrap{aspect-ratio:1/1.15;background:#fff;padding:16px;display:block;position:relative;overflow:hidden}.fk-product-img-wrap img{transition:transform .3s}.fk-product-card:hover .fk-product-img-wrap img{transform:scale(1.05)}.fk-product-info{border-top:1px solid #f5f5f5;flex-direction:column;gap:4px;padding:12px 14px 16px;display:flex}.fk-product-brand{color:#212121;letter-spacing:.3px;font-size:14px;font-weight:600}.fk-product-title{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;text-decoration:none;display:-webkit-box;overflow:hidden}.fk-product-title:hover{color:#2874f0}.fk-rating-row{align-items:center;gap:6px;margin:2px 0;display:flex}.fk-rating-badge{color:#fff;border-radius:3px;align-items:center;gap:2px;padding:2px 6px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.fk-rating-green{background:#388e3c}.fk-rating-orange{background:#ff6f00}.fk-rating-red{background:#e53935}.fk-rating-count{color:#878787;font-size:12px;font-weight:600}.fk-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:2px;display:flex}.fk-price-sale{color:#212121;font-size:16px;font-weight:700}.fk-price-mrp{color:#878787;font-size:13px;text-decoration:line-through}.fk-price-discount{color:#388e3c;font-size:13px;font-weight:600}.fk-shipping{color:#878787;align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.fk-skeleton .fk-skeleton-img{aspect-ratio:1/1.15;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;animation:1.5s infinite fkShimmer}.fk-skeleton .fk-skeleton-line{background:#f0f0f0;border-radius:4px;height:12px;margin-bottom:6px}.fk-skeleton .w40{width:40%}.fk-skeleton .w50{width:50%}.fk-skeleton .w60{width:60%}.fk-skeleton .w80{width:80%}@keyframes fkShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fk-empty{text-align:center;background:#fff;border-radius:4px;flex-direction:column;align-items:center;padding:60px 24px;display:flex;box-shadow:0 1px 4px #00000014}.fk-empty-emoji{margin-bottom:16px;font-size:48px}.fk-empty h3{color:#212121;margin-bottom:6px;font-size:20px;font-weight:600}.fk-empty p{color:#878787;max-width:300px;font-size:14px}.fk-empty-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#2874f0;border:none;border-radius:2px;margin-top:20px;padding:10px 28px;font-size:14px;font-weight:600}.fk-empty-btn:hover{background:#1a5dc8}.fk-pagination{background:#fff;border-radius:4px;justify-content:center;align-items:center;gap:16px;margin-top:10px;padding:20px 16px;display:flex;box-shadow:0 1px 4px #00000014}.fk-page-btn{color:#2874f0;cursor:pointer;text-transform:uppercase;letter-spacing:.3px;background:0 0;border:none;border-radius:2px;align-items:center;gap:4px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-flex}.fk-page-btn:hover:not(:disabled){background:#e8f0fe}.fk-page-btn:disabled{color:#ccc;cursor:not-allowed}.fk-page-info{color:#212121;font-size:14px}.fk-page-info strong{font-weight:600}.fk-mobile-top-bar{display:none}@media (max-width:900px){.fk-mobile-top-bar{gap:8px;margin-bottom:10px;display:flex}}.fk-mobile-search{background:#fff;border-radius:4px;flex:1;align-items:center;gap:8px;padding:10px 14px;display:flex;box-shadow:0 1px 4px #00000014}.fk-mobile-search input{background:0 0;border:none;outline:none;flex:1;font-size:14px}.fk-mobile-filter-toggle{color:#212121;cursor:pointer;background:#fff;border:none;border-radius:4px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;display:flex;position:relative;box-shadow:0 1px 4px #00000014}.fk-filter-badge{color:#fff;background:#2874f0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.fk-mobile-overlay{z-index:200;background:#00000080;position:fixed;inset:0}.fk-mobile-drawer{background:#fff;flex-direction:column;width:min(85%,320px);animation:.25s ease-out fkSlideIn;display:flex;position:absolute;top:0;bottom:0;left:0}@keyframes fkSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.fk-mobile-drawer-top{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.fk-mobile-drawer-top h2{color:#212121;font-size:18px;font-weight:600}.fk-mobile-drawer-top button{cursor:pointer;color:#212121;background:0 0;border:none}.fk-mobile-drawer-body{flex:1;overflow-y:auto}.fk-mobile-drawer-footer{border-top:1px solid #f0f0f0;gap:8px;padding:12px 16px;display:flex}.fk-mobile-clear{color:#212121;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:2px;flex:1;padding:12px;font-size:14px;font-weight:600}.fk-mobile-apply{color:#fff;cursor:pointer;background:#2874f0;border:none;border-radius:2px;flex:1;padding:12px;font-size:14px;font-weight:600}@media (max-width:900px){.fk-sort-bar{flex-direction:column;align-items:flex-start}.fk-sort-right{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;padding-bottom:4px;overflow-x:auto}.fk-sort-right::-webkit-scrollbar{display:none}}@media (max-width:600px){.fk-sort-bar{padding:10px 12px}.fk-results-text{font-size:15px}.fk-sort-btn{padding:4px 10px;font-size:12px}}
