.wp-sync-ui{--wps-accent:#0f766e;--wps-bg:#fff;--wps-soft:#f0fdfa;--wps-text:#0f172a;--wps-muted:#64748b;--wps-border:#e2e8f0;box-sizing:border-box;color:var(--wps-text)}.wp-sync-ui *{box-sizing:border-box}.wp-sync-ui a{text-decoration:none}.wp-sync-ui-row{display:grid;grid-template-columns:repeat(var(--wps-cols,3),minmax(0,1fr));gap:var(--wps-gap,16px);align-items:stretch}.wp-sync-ui-row.is-nowrap{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.wp-sync-ui-row.is-nowrap>.wp-sync-ui-col{flex:0 0 calc((100% - (var(--wps-cols,3) - 1)*var(--wps-gap,16px))/var(--wps-cols,3));min-width:220px;scroll-snap-align:start}.wp-sync-ui-col{min-width:0}.wp-sync-ui-slider{display:flex;gap:var(--wps-gap,16px);overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 12px;margin:0 -4px}.wp-sync-ui-slider>.wp-sync-ui-slide{flex:0 0 calc((100% - (var(--wps-cols,4) - 1)*var(--wps-gap,16px))/var(--wps-cols,4));min-width:220px;scroll-snap-align:start}.wp-sync-products{display:grid;grid-template-columns:repeat(var(--wps-cols,4),minmax(0,1fr));gap:var(--wps-gap,16px)}.wp-sync-products.is-row{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.wp-sync-products.is-row>.wp-sync-product-card{flex:0 0 calc((100% - (var(--wps-cols,4) - 1)*var(--wps-gap,16px))/var(--wps-cols,4));min-width:220px;scroll-snap-align:start}.wp-sync-products.is-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 12px;margin:0 -4px}.wp-sync-products.is-slider>.wp-sync-product-card{flex:0 0 calc((100% - (var(--wps-cols,4) - 1)*var(--wps-gap,16px))/var(--wps-cols,4));min-width:230px;scroll-snap-align:start}.wp-sync-product-card{background:var(--wps-bg);border:1px solid var(--wps-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgb(15 23 42 / .06);display:flex;flex-direction:column;min-width:0}.wp-sync-product-card__image{display:block;position:relative;background:#f8fafc;aspect-ratio:1/1;overflow:hidden}.wp-sync-product-card__image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .25s ease}.wp-sync-product-card:hover .wp-sync-product-card__image img{transform:scale(1.03)}.wp-sync-product-card__body{padding:14px;display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.wp-sync-product-card__title{margin:0;font-size:16px;line-height:1.35;font-weight:700}.wp-sync-product-card__title a{color:var(--wps-text)}.wp-sync-product-card__meta{font-size:12px;color:var(--wps-muted);display:flex;gap:8px;flex-wrap:wrap}.wp-sync-product-card__price{font-weight:800;color:var(--wps-accent);font-size:17px}.wp-sync-product-card__stock{font-size:13px;color:var(--wps-muted)}.wp-sync-product-card__warranty{font-size:13px;background:var(--wps-soft);border-left:3px solid var(--wps-accent);padding:8px;border-radius:10px}.wp-sync-product-card__specs{font-size:13px;color:#334155;display:grid;gap:4px}.wp-sync-product-card__specs div{border-bottom:1px dashed var(--wps-border);padding-bottom:4px}.wp-sync-product-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.wp-sync-product-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border-radius:999px;background:var(--wps-accent);color:#fff!important;font-weight:700;font-size:13px}.wp-sync-product-card__btn.is-soft{background:var(--wps-soft);color:var(--wps-accent)!important}.wp-sync-product-card.is-compact{flex-direction:row;align-items:center}.wp-sync-product-card.is-compact .wp-sync-product-card__image{width:104px;min-width:104px;aspect-ratio:1/1}.wp-sync-product-card.is-compact .wp-sync-product-card__body{padding:10px}.wp-sync-product-card.is-mini .wp-sync-product-card__image,.wp-sync-product-card.is-price .wp-sync-product-card__image{display:none}.wp-sync-product-card.is-price .wp-sync-product-card__price{font-size:24px}.wp-sync-product-card.is-media,.wp-sync-product-card.is-hero{display:grid;grid-template-columns:minmax(180px,38%) 1fr}.wp-sync-product-card.is-media .wp-sync-product-card__image,.wp-sync-product-card.is-hero .wp-sync-product-card__image{height:100%;aspect-ratio:auto}.wp-sync-product-card.is-hero{border-width:0;background:linear-gradient(135deg,var(--wps-soft),#fff);box-shadow:none}.wp-sync-product-card.is-hero .wp-sync-product-card__body{padding:24px}.wp-sync-product-card.is-hero .wp-sync-product-card__title{font-size:28px}.wp-sync-product-card.is-specs .wp-sync-product-card__price,.wp-sync-product-card.is-specs .wp-sync-product-card__stock{display:none}.wp-sync-ui-empty{padding:14px;border:1px dashed var(--wps-border);border-radius:14px;color:var(--wps-muted);background:#fff}.wp-sync-ui-debug{font-size:12px;color:#b91c1c;margin-top:6px}@media(max-width:900px){.wp-sync-products,.wp-sync-ui-row{grid-template-columns:repeat(min(var(--wps-cols,2),2),minmax(0,1fr))}.wp-sync-product-card.is-media,.wp-sync-product-card.is-hero{display:flex;flex-direction:column}.wp-sync-product-card.is-hero .wp-sync-product-card__title{font-size:22px}}@media(max-width:560px){.wp-sync-products,.wp-sync-ui-row{grid-template-columns:repeat(2,minmax(0,1fr))}.wp-sync-products.is-row>.wp-sync-product-card,.wp-sync-products.is-slider>.wp-sync-product-card,.wp-sync-ui-slider>.wp-sync-ui-slide,.wp-sync-ui-row.is-nowrap>.wp-sync-ui-col{flex-basis:calc((100% - var(--wps-gap,16px))/2);min-width:0}}.wp-sync-product-card__actions.is-dual{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important}.wp-sync-product-card__actions.is-dual .wp-sync-product-card__btn,.wp-sync-product-card__actions.is-dual .wp-sync-quick-buy-btn,.wp-sync-product-card__actions.is-dual .wp-sync-call-order-btn{width:100%!important;min-width:0!important;min-height:38px!important;padding:9px 10px!important;border-radius:12px!important;font-size:12.5px!important;font-weight:800!important;line-height:1.1!important;text-align:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.wp-sync-product-card__actions.is-dual .wp-sync-product-card__btn.is-detail-link{background:var(--wps-soft)!important;color:var(--wps-accent)!important;border:1px solid rgb(15 118 110 / .18)!important}.wp-sync-product-card__actions.is-dual .wp-sync-quick-buy-btn{background:var(--wps-accent)!important;color:#fff!important;border:0!important;box-shadow:none!important;cursor:pointer!important}.wp-sync-product-card__actions.is-dual .wp-sync-call-order-btn{background:#f97316!important;color:#fff!important;border:0!important}.wp-sync-product-card__actions.is-dual .wp-sync-detail-btn{margin:0!important}.wp-sync-product-card.is-compact .wp-sync-product-card__actions.is-dual{grid-template-columns:1fr 1fr!important}@media(max-width:560px){.wp-sync-product-card__actions.is-dual{gap:6px!important}.wp-sync-product-card__actions.is-dual .wp-sync-product-card__btn,.wp-sync-product-card__actions.is-dual .wp-sync-quick-buy-btn,.wp-sync-product-card__actions.is-dual .wp-sync-call-order-btn{min-height:34px!important;padding:8px 6px!important;font-size:11.5px!important}}