.dvp-market,.dvp-storefront{--ink:#17202a;--muted:#667085;--line:#e7e9ee;--yellow:#f6c515;--blue:#1877d2;max-width:1180px;margin:24px auto 56px;padding:0 18px;color:var(--ink);font-family:inherit;box-sizing:border-box}.dvp-market *,.dvp-storefront *{box-sizing:border-box}.dvp-market-hero{padding:34px 36px;border-radius:24px;background:linear-gradient(135deg,#101820,#263b50);color:#fff;margin-bottom:24px;box-shadow:0 12px 32px rgba(0,0,0,.12)}.dvp-market-hero h1,.dvp-store-hero h1{font-size:clamp(32px,5vw,54px);line-height:1;margin:7px 0 12px;color:#fff}.dvp-market-hero p{max-width:700px;font-size:17px;line-height:1.6;margin:0;color:#e8edf3}.dvp-eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--yellow)}.dvp-vendor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.dvp-vendor-card{display:flex;gap:18px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;text-decoration:none!important;color:var(--ink)!important;box-shadow:0 5px 18px rgba(20,28,40,.06);transition:.18s ease}.dvp-vendor-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,28,40,.11);border-color:#cfd5de}.dvp-vendor-logo{width:88px;height:88px;min-width:88px;border-radius:18px;overflow:hidden;background:#f5f6f8;display:grid;place-items:center;font-size:36px;font-weight:900}.dvp-vendor-logo img{width:100%;height:100%;object-fit:cover}.dvp-logo-fallback{background:linear-gradient(135deg,var(--yellow),#ffdd59);color:#101820}.dvp-vendor-copy h2{font-size:22px;line-height:1.15;margin:5px 0 7px}.dvp-vendor-copy p{color:var(--muted);margin:0 0 10px;line-height:1.45}.dvp-count{display:inline-block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#596579}.dvp-shop-link{font-weight:800;color:var(--blue)}.dvp-back{display:inline-block;margin:0 0 14px;text-decoration:none!important;font-weight:800;color:#465568!important}.dvp-store-hero{min-height:230px;padding:32px;border-radius:24px;background:linear-gradient(135deg,#101820,#30485f);background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;gap:24px;margin-bottom:24px;box-shadow:0 12px 32px rgba(0,0,0,.12)}.dvp-store-hero p{max-width:720px;color:#e9eef3;font-size:16px;line-height:1.55;margin:0 0 12px}.dvp-store-logo{width:116px;height:116px;object-fit:cover;border-radius:22px;background:#fff;border:4px solid rgba(255,255,255,.75)}.dvp-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.dvp-product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 5px 18px rgba(20,28,40,.06)}.dvp-product-media{position:relative;aspect-ratio:4/3;background:#f4f5f7;overflow:hidden}.dvp-product-media>img{width:100%;height:100%;object-fit:cover;display:block}.dvp-no-photo{width:100%;height:100%;display:grid;place-items:center;color:#8a94a3;font-weight:700}.dvp-sold-badge,.dvp-deal-badge{position:absolute;top:12px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;letter-spacing:.04em}.dvp-sold-badge{left:12px;background:#202936;color:#fff}.dvp-deal-badge{right:12px;background:var(--yellow);color:#101820}.dvp-product-body{padding:18px}.dvp-product-body h3{font-size:21px;margin:0 0 7px;line-height:1.2}.dvp-description{color:var(--muted);line-height:1.5;min-height:44px;margin:0 0 12px}.dvp-price{font-size:25px;font-weight:900;margin:8px 0 14px}.dvp-thumbs{display:flex;gap:7px;margin:0 0 14px;overflow:auto}.dvp-thumbs img{width:48px;height:48px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}.dvp-claim summary,.dvp-claim button,.dvp-disabled{width:100%;border:0;border-radius:12px;padding:13px 16px;font-weight:900;text-align:center;cursor:pointer;background:#101820;color:#fff;list-style:none}.dvp-claim summary::-webkit-details-marker{display:none}.dvp-claim[open] summary{border-radius:12px 12px 0 0}.dvp-claim form{padding:15px;background:#f7f8fa;border-radius:0 0 12px 12px}.dvp-claim label{display:block;font-size:12px;font-weight:800;margin-bottom:9px}.dvp-claim input{width:100%;padding:10px 11px;border:1px solid #ccd2da;border-radius:9px;background:#fff;margin-top:4px}.dvp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.dvp-hold-note{font-size:12px;color:var(--muted);line-height:1.4}.dvp-claim button{background:var(--blue)}.dvp-disabled{background:#d7dbe1;color:#737b87;cursor:not-allowed}.dvp-claim-success{display:flex;gap:8px;flex-wrap:wrap;padding:15px 18px;border-radius:14px;background:#eaf8ef;border:1px solid #bfe8cd;margin-bottom:18px}.dvp-empty{grid-column:1/-1;padding:44px;text-align:center;background:#fff;border:1px dashed #cfd5de;border-radius:20px}.dvp-empty h3{margin:0 0 5px}.dvp-empty p{margin:0;color:var(--muted)}
@media(max-width:850px){.dvp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dvp-store-hero{align-items:flex-start}.dvp-store-logo{width:90px;height:90px}}
@media(max-width:560px){.dvp-market,.dvp-storefront{padding:0 10px;margin-top:14px}.dvp-market-hero{padding:26px 22px;border-radius:18px}.dvp-vendor-grid,.dvp-product-grid{grid-template-columns:1fr}.dvp-vendor-card{padding:16px}.dvp-vendor-logo{width:72px;height:72px;min-width:72px}.dvp-store-hero{padding:22px;border-radius:18px;min-height:0;display:block}.dvp-store-logo{margin-bottom:16px}.dvp-form-row{grid-template-columns:1fr}.dvp-description{min-height:0}}
.dvp-vendor-picker{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 18px}.dvp-vendor-picker label{font-size:13px;font-weight:800;color:#596579}.dvp-vendor-picker select{min-width:240px;max-width:100%;padding:10px 36px 10px 12px;border:1px solid #d7dce3;border-radius:12px;background:#fff;color:#17202a;font-weight:700}
@media(max-width:560px){.dvp-vendor-picker{display:block}.dvp-vendor-picker label{display:block;margin-bottom:6px}.dvp-vendor-picker select{width:100%}}
/* Homepage featured product rail */
.dvp-home-featured{--ink:#17202a;--muted:#667085;--yellow:#f6c515;background:#fff;border-radius:22px;padding:22px;box-shadow:0 8px 24px rgba(20,28,40,.08);font-family:inherit;color:var(--ink);box-sizing:border-box;overflow:hidden}.dvp-home-featured *{box-sizing:border-box}.dvp-home-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.dvp-home-head h2{font-size:28px;margin:4px 0 0;line-height:1.1}.dvp-home-arrows{display:flex;gap:8px}.dvp-home-arrows button{width:40px;height:40px;border:1px solid #dfe3e8;border-radius:50%;background:#fff;font-size:25px;line-height:1;cursor:pointer}.dvp-home-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 10px}.dvp-home-track::-webkit-scrollbar{display:none}.dvp-home-product{flex:0 0 min(76%,280px);scroll-snap-align:start;border:1px solid #e7e9ee;border-radius:17px;overflow:hidden;background:#fff;text-decoration:none!important;color:var(--ink)!important;box-shadow:0 4px 14px rgba(20,28,40,.05)}.dvp-home-media{height:190px;position:relative;background:#f4f5f7;overflow:hidden}.dvp-home-media>img{width:100%;height:100%;object-fit:cover;display:block}.dvp-home-copy{padding:14px}.dvp-home-copy>span{display:block;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.dvp-home-copy h3{font-size:19px;line-height:1.2;margin:4px 0 8px}.dvp-home-copy b{font-size:22px}.dvp-home-all{display:inline-block;margin-top:8px;font-weight:900;text-decoration:none!important}.dvp-home-empty{text-align:center}.dvp-home-empty p{color:var(--muted)}
@media(max-width:600px){.dvp-home-featured{padding:16px;border-radius:18px}.dvp-home-head h2{font-size:24px}.dvp-home-product{flex-basis:84%}.dvp-home-media{height:180px}}

/* 6.0.9 homepage stacked vendor + house product feeds */
.dvp-home-stack{display:grid;gap:18px;width:100%;min-width:0}.dvp-home-stack .dvp-home-featured{width:100%;min-width:0;padding:18px;border-radius:20px}.dvp-home-stack .dvp-home-head{margin-bottom:12px}.dvp-home-stack .dvp-home-head h2{font-size:24px}.dvp-home-stack .dvp-home-track{width:100%;min-width:0;padding:2px 0 8px;scroll-padding-left:0}.dvp-home-stack .dvp-home-product{flex:0 0 calc(50% - 7px);min-width:0;max-width:none}.dvp-home-stack .dvp-home-media{height:150px}.dvp-home-stack .dvp-home-copy{padding:11px 12px 13px;min-width:0}.dvp-home-stack .dvp-home-copy>span,.dvp-home-stack .dvp-home-copy h3,.dvp-home-stack .dvp-home-copy b{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.dvp-home-stack .dvp-home-copy h3{white-space:nowrap;font-size:17px;margin:3px 0 6px}.dvp-home-stack .dvp-home-copy b{font-size:19px;white-space:nowrap}.dvp-home-stack .dvp-home-all{margin-top:6px;padding:9px 13px;border-radius:10px;background:#f4f6f8;color:#17202a!important}.dvp-house-featured{border-top:4px solid #f6c515}.dvp-vendor-featured{border-top:4px solid #6677ff}@media(max-width:700px){.dvp-home-stack .dvp-home-product{flex-basis:82%}.dvp-home-stack .dvp-home-media{height:180px}}
