/* Presentación profesional, características y filtro por categoría de la v63. */
.catalog-finders{display:grid;grid-template-columns:minmax(260px,620px) minmax(220px,280px);gap:13px;align-items:end}
.catalog-finders .search{width:100%;max-width:none;box-sizing:border-box}
.category-finder{display:grid;gap:6px;color:#e3bac9;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.category-finder select{width:100%;height:52px;padding:0 40px 0 14px;border:1px solid #633046;border-radius:14px;background:#24131c;color:#fff7fa;font:700 13px "DM Sans",sans-serif;cursor:pointer}
.product-image{isolation:isolate;border-bottom:1px solid rgba(104,35,62,.13);background:linear-gradient(145deg,#fff 0%,#fff 72%,#fff7fa 100%);box-shadow:inset 0 -16px 34px rgba(116,31,65,.035)}
.product-image::before{content:"";position:absolute;z-index:0;right:-45px;bottom:-55px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(232,63,122,.09),transparent 68%);pointer-events:none}
.product-image img{position:relative;z-index:1;width:94%;height:94%;object-fit:contain;object-position:center;filter:drop-shadow(0 10px 9px rgba(44,17,28,.11));transform:scale(.96);transition:transform .22s ease,filter .22s ease}
.card:hover .product-image img{filter:drop-shadow(0 13px 11px rgba(44,17,28,.16));transform:scale(1)}
.product-image .card-badges,.product-image .favorite-button{z-index:3}
.card-features{display:grid;gap:5px;min-height:45px;margin:8px 0 2px;padding:0;list-style:none;color:#d7aebd;font-size:10px;line-height:1.35}
.card-features li{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.card-features li::before{content:"✓";margin-right:5px;color:#65d8c0;font-weight:900}
.details-button{align-self:flex-start;text-decoration:none}
.products-grid.is-compact .card-features{display:none}
.main-product-image{border:1px solid rgba(104,35,62,.13);border-radius:18px;background:linear-gradient(145deg,#fff,#fff 75%,#fff7fa);box-shadow:0 18px 45px rgba(50,14,31,.12),inset 0 -20px 45px rgba(232,63,122,.035)}
.main-product-image img{width:95%;height:95%;filter:drop-shadow(0 16px 13px rgba(44,17,28,.15))}
.image-thumbnail,.image-thumbnails .image-thumbnail{border-color:rgba(232,63,122,.3);background:#fff;box-shadow:0 6px 18px rgba(50,14,31,.08)}
.professional-feature-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;padding:0!important;list-style:none}
.professional-feature-list li{position:relative;padding:10px 11px 10px 31px;border:1px solid rgba(232,63,122,.16);border-radius:10px;background:rgba(232,63,122,.045);line-height:1.45}
.professional-feature-list li::before{content:"✓";position:absolute;top:10px;left:11px;color:#e83f7a;font-weight:900}
.light-mode .category-finder{color:#786b70}
.light-mode .category-finder select{border-color:#f0e4e7;background:#fff;color:#20171b}
.light-mode .card-features{color:#655058}
@media(max-width:760px){.catalog-finders{grid-template-columns:1fr}.category-finder select{height:48px}.professional-feature-list{grid-template-columns:1fr}}
@media(max-width:430px){.card-features{font-size:9px}.product-image img{width:96%;height:96%}}
@media(prefers-reduced-motion:reduce){.product-image img{transition:none}}
