ul.products,.elementor-widget-woocommerce-products ul.products,.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(var(--hkc-columns,3),1fr) !important;gap:var(--hkc-gap,16px) !important;grid-auto-rows:auto !important;list-style:none !important;padding:0 !important;margin:0 !important;width:100% !important}ul.products li.product,.elementor-widget-woocommerce-products ul.products li.product,.woocommerce ul.products li.product{margin:0 !important;padding:0 !important;width:auto !important;float:none !important}ul.products li.product.hkc-tile--small{grid-column:span 1;grid-row:span 1}ul.products li.product.hkc-tile--medium{grid-column:span 2;grid-row:span 1}ul.products li.product.hkc-tile--large{grid-column:span 2;grid-row:span 2}ul.products li.product.hkc-tile{border-radius:var(--hkc-card-radius,12px) !important;overflow:hidden !important;background:var(--hkc-card-bg,#fff) !important;box-shadow:var(--hkc-card-shadow,0 2px 8px rgba(0,0,0,.07)) !important;transition:box-shadow .22s ease,transform .22s ease !important;display:flex !important;flex-direction:column !important}ul.products li.product.hkc-tile:hover{box-shadow:var(--hkc-card-shadow-hover,0 6px 24px rgba(0,0,0,.13)) !important;transform:translateY(-2px) !important}ul.products li.product.hkc-tile .woocommerce-loop-product__link,ul.products li.product.hkc-tile a.woocommerce-loop-product__link{display:flex !important;flex-direction:column !important;text-decoration:none !important;color:inherit !important;flex:1 !important}ul.products li.product.hkc-tile a img,ul.products li.product.hkc-tile .woocommerce-loop-product__link img{width:100% !important;display:block !important;object-fit:cover !important;object-position:center !important;flex-shrink:0 !important}ul.products li.product.hkc-tile--small a img{height:var(--hkc-img-h-small,220px) !important}ul.products li.product.hkc-tile--medium a img{height:var(--hkc-img-h-medium,240px) !important}ul.products li.product.hkc-tile--large a img{height:var(--hkc-img-h-large,420px) !important}ul.products li.product.hkc-tile .woocommerce-loop-product__title{font-size:var(--hkc-title-size,15px) !important;font-weight:600 !important;color:var(--hkc-title-color,#1a1a1a) !important;padding:12px 16px 4px !important;margin:0 !important;line-height:1.3 !important;flex-shrink:0 !important}ul.products li.product.hkc-tile .price{padding:0 16px 8px !important;margin:0 !important;font-size:14px !important;flex-shrink:0 !important}ul.products li.product.hkc-tile .price .woocommerce-Price-amount{font-weight:700 !important;color:var(--hkc-price-color,#1a1a1a) !important}ul.products li.product.hkc-tile .price del{color:#999 !important;margin-right:4px !important}ul.products li.product.hkc-tile .price ins{text-decoration:none !important;color:var(--hkc-sale-color,#e63946) !important}ul.products li.product.hkc-tile .button,ul.products li.product.hkc-tile .add_to_cart_button{display:block !important;width:calc(100% - 32px) !important;box-sizing:border-box !important;margin:auto 16px 16px !important;text-align:center !important;background:var(--hkc-btn-bg,#1a1a1a) !important;color:var(--hkc-btn-color,#fff) !important;border:none !important;border-radius:var(--hkc-btn-radius,8px) !important;padding:10px 16px !important;font-size:13px !important;font-weight:600 !important;text-decoration:none !important;cursor:pointer !important;transition:background .18s ease !important;float:none !important;flex-shrink:0 !important}ul.products li.product.hkc-tile .button:hover,ul.products li.product.hkc-tile .add_to_cart_button:hover{background:var(--hkc-btn-bg-hover,#333) !important;color:var(--hkc-btn-color,#fff) !important}ul.products li.product.hkc-tile .onsale{background:var(--hkc-badge-bg,#e63946) !important;color:var(--hkc-badge-color,#fff) !important;border-radius:20px !important;padding:4px 10px !important;font-size:11px !important;font-weight:700 !important}@media (max-width:900px){ul.products,.elementor-widget-woocommerce-products ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:540px){ul.products,.elementor-widget-woocommerce-products ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr) !important;gap:10px !important}ul.products li.product.hkc-tile--small{grid-column:span 1;grid-row:span 1}ul.products li.product.hkc-tile--medium,ul.products li.product.hkc-tile--large{grid-column:span 2;grid-row:span 1}ul.products li.product.hkc-tile--small a img{height:160px !important}ul.products li.product.hkc-tile--medium a img,ul.products li.product.hkc-tile--large a img{height:200px !important}}.hkc-preview{display:grid;grid-template-columns:repeat(var(--hkc-columns,3),1fr);gap:var(--hkc-gap,16px);grid-auto-rows:calc(var(--hkc-img-h-small, 220px) * 0.45);background:#f5f5f5;padding:16px;border-radius:8px;border:1px solid #e0e0e0}.hkc-preview .hkc-tile--small{grid-column:span 1;grid-row:span 1}.hkc-preview .hkc-tile--medium{grid-column:span 2;grid-row:span 1}.hkc-preview .hkc-tile--large{grid-column:span 2;grid-row:span 2}.hkc-preview .hkc-tile{border-radius:var(--hkc-card-radius,12px);overflow:hidden;background:var(--hkc-card-bg,#fff);box-shadow:var(--hkc-card-shadow);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.hkc-preview .hkc-tile:hover{box-shadow:var(--hkc-card-shadow-hover);transform:translateY(-2px)}.hkc-preview .hkc-tile__inner{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.hkc-preview .hkc-tile__image{flex:1;display:flex;align-items:center;justify-content:center;background:#ece8e3;min-height:40px}.hkc-preview .hkc-tile__info{padding:6px 10px 2px;flex-shrink:0}.hkc-preview .hkc-tile__title{font-size:11px;font-weight:600;margin:0 0 2px;color:var(--hkc-title-color,#1a1a1a)}.hkc-preview .hkc-tile__price{font-size:10px;font-weight:700;color:var(--hkc-price-color,#1a1a1a)}.hkc-preview .hkc-tile__actions{padding:4px 10px 8px;flex-shrink:0}.hkc-preview .hkc-tile__actions .button{display:block;width:100%;box-sizing:border-box;text-align:center;background:var(--hkc-btn-bg,#1a1a1a);color:var(--hkc-btn-color,#fff);border:none;border-radius:var(--hkc-btn-radius,8px);padding:4px 8px;font-size:10px;font-weight:600;cursor:pointer;text-decoration:none}.hkc-preview .hkc-tile__actions .button:hover{background:var(--hkc-btn-bg-hover,#333)}