.category-page{background:#FAFAFA;min-height:calc(100vh - 200px);padding:15px 0 40px}.category-container{max-width:1400px;margin:0 auto;padding:0 15px}.category-filter-section{background:#fff;border-radius:12px;padding:15px 20px;margin-bottom:25px;box-shadow:0 2px 15px rgba(0,0,0,0.05)}.category-filter-title{font-size:14px;font-weight:600;color:#4A4A4A;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.5px}.category-scroll{display:flex;overflow-x:auto;gap:10px;padding:5px 0;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-scroll::-webkit-scrollbar{display:none}.category{flex:0 0 auto;padding:10px 20px;border-radius:25px;cursor:pointer;background:#F9F9F9;border:1px solid #EEEEEE;transition:all 0.3s ease;font-size:13px;font-weight:500;color:#4A4A4A;text-decoration:none;white-space:nowrap}.category:hover{border-color:#E07A8E;color:#E07A8E}.category.selected{background:#E07A8E;border-color:#E07A8E;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 15px rgba(0,0,0,0.05);transition:all 0.3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.12)}.product-card a{text-decoration:none;color:inherit;display:block}.product-img-container{position:relative;overflow:hidden;background:#f8f8f8;aspect-ratio:3/4}.product-img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform 0.4s ease}.product-card:hover .product-img{transform:scale(1.05)}.discount-badge{position:absolute;bottom:0;left:0;background:linear-gradient(135deg,#E07A8E 0%,#C96B7D 100%);color:#fff;padding:5px 12px 5px 8px;border-radius:0 20px 0 0;font-size:11px;font-weight:700;z-index:5;box-shadow:0 -2px 8px rgba(0,0,0,0.1)}.product-info{padding:15px}.product-title{font-size:14px;font-weight:600;color:#1A1A1A;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.current-price{font-size:16px;font-weight:700;color:#E07A8E}.original-price{font-size:13px;color:#666666;text-decoration:line-through}.loader{text-align:center;display:none;padding:30px;grid-column:1 / -1}.loader-spinner{width:40px;height:40px;border:3px solid #E8E4DF;border-top-color:#E07A8E;border-radius:50%;animation:spin 0.8s linear infinite;margin:0 auto 10px}.loader p{color:#666666;font-size:13px;margin:0}@keyframes spin{to{transform:rotate(360deg)}}.no-products{text-align:center;padding:60px 20px;display:none;grid-column:1 / -1}.no-products i{font-size:50px;color:#666666;margin-bottom:20px;display:block}.no-products h3{font-size:22px;color:#1A1A1A;margin:0 0 8px}.no-products p{font-size:14px;color:#666666;margin:0}.auto-scroll-loader{display:none;text-align:center;padding:30px 0 40px}.auto-scroll-loader.active{display:block}.auto-scroll-spinner{display:inline-flex;align-items:center;gap:12px;padding:12px 25px;background:#fff;border-radius:30px;box-shadow:0 2px 15px rgba(0,0,0,0.08)}.auto-scroll-spinner .spinner{width:24px;height:24px;border:3px solid #E8E4DF;border-top-color:#E07A8E;border-radius:50%;animation:spin 0.8s linear infinite}.auto-scroll-spinner span{font-size:13px;color:#4A4A4A;font-weight:500}.scroll-trigger{height:1px;width:100%}.end-message{text-align:center;padding:20px;color:#666666;font-size:13px}@media (max-width:1199px){.products-grid{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width:767px){.category-page{padding:10px 0 30px}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px}.product-card{border-radius:8px;box-shadow:0 1px 8px rgba(0,0,0,0.06)}.product-card:hover{transform:none;box-shadow:0 2px 12px rgba(0,0,0,0.1)}.product-info{padding:10px}.product-title{font-size:11px;margin-bottom:4px;line-height:1.3}.current-price{font-size:13px}.original-price{font-size:10px}.discount-badge{font-size:10px;padding:4px 10px 4px 6px;border-radius:0 15px 0 0}}@media (max-width:480px){.category-page{padding:15px 0 30px}.category-filter-section{padding:12px 15px;border-radius:8px}.category{padding:8px 15px;font-size:12px}}

/* iOS Performance fixes */
@supports (-webkit-touch-callout: none) {
    *{-webkit-tap-highlight-color:transparent}
    .product-card{transition:none !important}
    .product-card:hover{transform:none !important}
    .product-img{transition:none !important}
    .product-card:hover .product-img{transform:none !important}
    .category{transition:none}
    .owl-carousel .owl-stage-outer{-webkit-transform:none !important;transform:none !important}
    .owl-carousel .owl-item{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-transform:none !important;transform:none !important}
    /* CRITICAL: Disable shimmer animation - causes GPU memory explosion */
    .img-loading{animation:none !important;opacity:0.5 !important;background:#f5f5f5 !important}
    .loader-spinner{animation-duration:1.5s}
}
@media (max-width:767px){
    .product-card{box-shadow:none;border:1px solid #f0f0f0}
    .product-card:hover{box-shadow:none}
    .category-scroll{-webkit-overflow-scrolling:auto}
    .product-img{transform:none !important}
}