.wcdfc-wrapper{--wcdfc-primary:#2c3e50;--wcdfc-accent:#e74c3c;--wcdfc-bg:#fff;--wcdfc-shadow:0 12px 28px rgba(0,0,0,.12);--wcdfc-radius:14px;max-width:100%;margin:2rem auto;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.wcdfc-title{text-align:center;font-size:1.75rem;font-weight:700;color:var(--wcdfc-primary);margin:0 0 1.75rem;letter-spacing:-.02em}.wcdfc-cards-container{display:flex;flex-wrap:nowrap;gap:1.5rem;overflow-x:auto;padding:1.25rem .5rem 2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--wcdfc-accent) transparent}.wcdfc-cards-container::-webkit-scrollbar{height:6px}.wcdfc-cards-container::-webkit-scrollbar-track{background:0 0}.wcdfc-cards-container::-webkit-scrollbar-thumb{background:var(--wcdfc-accent);border-radius:3px}.wcdfc-card{flex:0 0 260px;width:260px;height:380px;perspective:1200px;scroll-snap-align:start}.wcdfc-card-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d;border-radius:var(--wcdfc-radius);box-shadow:var(--wcdfc-shadow)}.wcdfc-card:hover .wcdfc-card-inner,.wcdfc-card.flipped .wcdfc-card-inner{transform:rotateY(180deg)}.wcdfc-card-face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:var(--wcdfc-radius);overflow:hidden;background:var(--wcdfc-bg);display:flex;flex-direction:column}.wcdfc-card-front{z-index:2}.wcdfc-card-back{transform:rotateY(180deg);background:linear-gradient(145deg,#1a252f 0%,#2c3e50 100%);color:#fff}.wcdfc-image-link{display:block;height:200px;overflow:hidden;background:#f5f5f5}.wcdfc-image-link img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.wcdfc-card:hover .wcdfc-image-link img{transform:scale(1.06)}.wcdfc-front-content{padding:1rem 1.1rem 1.2rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.wcdfc-product-title{font-size:1rem;font-weight:600;line-height:1.35;margin:0 0 .4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wcdfc-product-title a{color:var(--wcdfc-primary);text-decoration:none;transition:color .2s}.wcdfc-product-title a:hover{color:var(--wcdfc-accent)}.wcdfc-card-back .wcdfc-product-title a{color:#fff}.wcdfc-card-back .wcdfc-product-title a:hover{color:#ffb3a7}.wcdfc-price{font-size:1.05rem;font-weight:700;color:var(--wcdfc-accent);margin-bottom:.35rem}.wcdfc-card-back .wcdfc-price{color:#ffb3a7}.wcdfc-flip-hint{font-size:.72rem;color:#95a5a6;text-transform:uppercase;letter-spacing:.04em;margin-top:auto}.wcdfc-back-content{padding:1.4rem 1.2rem;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center}.wcdfc-badge{display:inline-block;background:var(--wcdfc-accent);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .75rem;border-radius:50px;margin-bottom:.9rem;align-self:center}.wcdfc-description{font-size:.85rem;line-height:1.5;opacity:.9;margin:.5rem 0 1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.wcdfc-button{display:inline-block;margin-top:auto;padding:.65rem 1.4rem;background:var(--wcdfc-accent);color:#fff !important;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:50px;transition:background .25s,transform .2s;align-self:center}.wcdfc-button:hover{background:#c0392b;transform:translateY(-2px);color:#fff !important}.wcdfc-empty{text-align:center;color:#7f8c8d;padding:2rem}@media (max-width:600px){.wcdfc-card{flex:0 0 230px;width:230px;height:350px}.wcdfc-image-link{height:170px}.wcdfc-title{font-size:1.4rem}}@media (hover:none){.wcdfc-flip-hint{opacity:1}}