.vfad-wrap *{box-sizing:border-box}:root{--vfad-accent: #c8a96e;--vfad-bg: #ffffff;--vfad-surface: #f8f8f6;--vfad-border: #e8e4dc;--vfad-text: #1a1a18;--vfad-muted: #888680;--vfad-radius: 10px;--vfad-sidebar-w: 260px;--vfad-shadow: 0 2px 16px rgba(0,0,0,.08)}.vfad-wrap{display:flex;min-height:600px;border:1px solid var(--vfad-border);border-radius:16px;overflow:hidden;background:var(--vfad-bg);font-family:system-ui,-apple-system,sans-serif;margin:40px 0}.vfad-sidebar{width:var(--vfad-sidebar-w);min-width:var(--vfad-sidebar-w);background:var(--vfad-surface);border-right:1px solid var(--vfad-border);padding:20px 0;overflow-y:auto}.vfad-sidebar__label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vfad-muted);padding:0 18px 12px;font-weight:500}.vfad-cat__header{width:100%;display:flex;align-items:center;gap:10px;padding:10px 18px;background:none;border:none;cursor:pointer;font-size:.88rem;font-weight:500;color:var(--vfad-text);text-align:left;border-radius:8px;margin:1px 8px;width:calc(100% - 16px);transition:background .15s}.vfad-cat__header:hover{background:#0000000a}.vfad-cat__header[aria-expanded=true]{background:#c8a96e1a;color:var(--vfad-accent)}.vfad-cat__icon{font-size:1rem;line-height:1}.vfad-cat__name{flex:1}.vfad-cat__chevron{width:16px;height:16px;color:var(--vfad-muted);transition:transform .2s;flex-shrink:0}.vfad-cat__header[aria-expanded=true] .vfad-cat__chevron{transform:rotate(180deg)}.vfad-cat__subs{padding-left:14px}.vfad-subcat{display:flex;align-items:center;gap:8px;width:calc(100% - 16px);margin:1px 8px 1px 0;padding:8px 14px 8px 12px;background:none;border:none;cursor:pointer;font-size:.82rem;color:var(--vfad-muted);text-align:left;border-radius:7px;transition:all .15s}.vfad-subcat:hover{background:#0000000a;color:var(--vfad-text)}.vfad-subcat.is-active{background:#c8a96e14;color:var(--vfad-accent)}.vfad-subcat__dot{width:6px;height:6px;border-radius:50%;background:var(--vfad-border);flex-shrink:0;transition:background .15s}.vfad-subcat.is-active .vfad-subcat__dot{background:var(--vfad-accent)}.vfad-subcat__name{flex:1}.vfad-subcat__count{font-size:.7rem;background:var(--vfad-border);color:var(--vfad-muted);padding:1px 6px;border-radius:20px}.vfad-main{flex:1;overflow-y:auto;padding:28px 32px;min-width:0}.vfad-home__title{font-size:1.6rem;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}.vfad-home__sub{color:var(--vfad-muted);font-size:.88rem;margin-bottom:24px}.vfad-home__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.vfad-home__card{background:var(--vfad-surface);border:1px solid var(--vfad-border);border-radius:12px;padding:20px 16px;cursor:pointer;transition:all .2s}.vfad-home__card:hover{border-color:var(--vfad-accent);box-shadow:var(--vfad-shadow);transform:translateY(-2px)}.vfad-home__card-icon{font-size:1.8rem;margin-bottom:10px}.vfad-home__card-name{font-weight:600;font-size:.9rem;margin-bottom:4px}.vfad-home__card-meta{font-size:.75rem;color:var(--vfad-muted)}.vfad-breadcrumb{font-size:.76rem;color:var(--vfad-muted);margin-bottom:16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.vfad-breadcrumb a,.vfad-breadcrumb button{color:var(--vfad-accent);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font-size:.76rem}.vfad-breadcrumb a:hover,.vfad-breadcrumb button:hover{text-decoration:underline}.vfad-breadcrumb .sep{color:var(--vfad-border)}.vfad-products__title{font-size:1.4rem;font-weight:600;letter-spacing:-.015em;margin-bottom:4px}.vfad-products__sub{color:var(--vfad-muted);font-size:.82rem;margin-bottom:20px}.vfad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.vfad-loading{color:var(--vfad-muted);font-size:.85rem;padding:40px 0;text-align:center;grid-column:1 / -1}.vfad-product-card{background:var(--vfad-bg);border:1px solid var(--vfad-border);border-radius:var(--vfad-radius);overflow:hidden;cursor:pointer;transition:all .2s}.vfad-product-card:hover{border-color:var(--vfad-accent);box-shadow:var(--vfad-shadow);transform:translateY(-2px)}.vfad-product-card__thumb{aspect-ratio:1 / 1;position:relative;overflow:hidden;background:var(--vfad-surface)}.vfad-product-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.vfad-product-card:hover .vfad-product-card__thumb img{transform:scale(1.04)}.vfad-product-card__badge{position:absolute;bottom:8px;right:8px;background:#0000008c;color:#fff;font-size:.68rem;padding:3px 7px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vfad-product-card__info{padding:10px 12px}.vfad-product-card__name{font-size:.84rem;font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vfad-product-card__meta{display:flex;gap:6px;align-items:center;font-size:.72rem;color:var(--vfad-muted)}.vfad-media-badge{background:#c8a96e1f;color:var(--vfad-accent);padding:1px 5px;border-radius:4px;font-size:.68rem;font-weight:500}.vfad-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.vfad-lightbox__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vfad-lightbox__inner{position:relative;z-index:1;background:#fff;border-radius:16px;width:100%;max-width:680px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 80px #0006}.vfad-lightbox__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#00000014;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .15s}.vfad-lightbox__close:hover{background:#00000026}.vfad-lightbox__close svg{width:16px;height:16px}.vfad-lightbox__header{padding:16px 52px 12px 20px;border-bottom:1px solid var(--vfad-border);display:flex;align-items:center;justify-content:space-between}.vfad-lightbox__product-title{font-weight:600;font-size:.95rem}.vfad-lightbox__counter{font-size:.76rem;color:var(--vfad-muted)}.vfad-lightbox__stage{flex:1;min-height:0;background:var(--vfad-surface);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:320px;max-height:420px}.vfad-lightbox__stage img{width:100%;height:100%;object-fit:contain;display:block}.vfad-lightbox__stage video,.vfad-lightbox__stage iframe{width:100%;height:100%;display:block}.vfad-lightbox__thumbs{display:flex;gap:8px;padding:12px 20px;overflow-x:auto;border-top:1px solid var(--vfad-border);scrollbar-width:thin}.vfad-lb-thumb{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s;background:var(--vfad-surface);position:relative}.vfad-lb-thumb.is-active{border-color:var(--vfad-accent)}.vfad-lb-thumb:hover{border-color:var(--vfad-muted)}.vfad-lb-thumb img{width:100%;height:100%;object-fit:cover}.vfad-lb-thumb__video-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:#fff;font-size:.9rem}.vfad-lightbox__nav{display:flex;justify-content:center;gap:12px;padding:10px 20px 14px}.vfad-lb-nav-btn{width:38px;height:38px;border:1px solid var(--vfad-border);border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.vfad-lb-nav-btn:hover{border-color:var(--vfad-accent);background:#c8a96e14}.vfad-lb-nav-btn svg{width:18px;height:18px}@media(max-width:768px){.vfad-wrap{flex-direction:column}.vfad-sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid var(--vfad-border);max-height:220px}.vfad-main{padding:20px 16px}.vfad-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/VF-AD-gallery.css.map */
