.dp-catalog, .dp-archive-wrap, .dp-single-wrap { max-width: 1280px; margin: 0 auto; padding: 24px; }
.dp-catalog-grid, .dp-product-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap:24px; }
.dp-category-card, .dp-product-card { background:#fff; border:1px solid #e7e7e7; border-radius:18px; overflow:hidden; box-shadow:0 10px 30px rgba(0,0,0,.05); }
.dp-category-card h3, .dp-product-card h3 { margin:0; padding:18px 18px 6px; font-size:24px; }
.dp-parent-link { color:#111; text-decoration:none; display:inline-block; }
.dp-parent-link:hover { text-decoration:underline; }
.dp-category-image { height:220px; background:#f7f7f7; }
.dp-category-image img, .dp-product-card-image img { width:100%; height:100%; object-fit:cover; display:block; }
.dp-subcategory-buttons { display:flex; flex-direction:column; gap:12px; padding:18px; }
.dp-product-buttons { padding-top:8px; }
.dp-subcategory-button { display:flex; align-items:center; gap:12px; padding:12px 14px; border-radius:14px; text-decoration:none; color:#111; background:#f5f7fa; border:1px solid #e7edf5; font-weight:600; transition:all .18s ease; }
.dp-subcategory-button:hover { transform:translateY(-1px); box-shadow:0 8px 18px rgba(0,0,0,.06); }
.dp-empty-products { padding:12px 14px; border-radius:14px; background:#f8f8f8; border:1px dashed #d8dde6; color:#666; font-weight:600; }
.dp-sub-btn-image { width:48px; height:48px; flex:0 0 48px; border-radius:12px; overflow:hidden; background:#fff; }
.dp-sub-btn-image img { width:100%; height:100%; object-fit:cover; }
.dp-product-card a { color:inherit; text-decoration:none; display:block; }
.dp-product-card-image, .dp-no-image { height:260px; background:#f4f4f4; display:flex; align-items:center; justify-content:center; }
.dp-product-card p { padding:0 18px 18px; color:#555; }
.dp-archive-header { margin-bottom:24px; }
.dp-archive-header h1 { font-size:42px; margin:0 0 10px; }

.dp-single-top { display:grid; grid-template-columns: minmax(280px, 420px) minmax(320px, 1fr); gap:42px; align-items:start; }
.dp-main-image-box { background:#fff; border:1px solid #e8e8e8; border-radius:18px; overflow:hidden; min-height:420px; display:flex; align-items:center; justify-content:center; }
.dp-main-image-box img { width:100%; height:auto; display:block; transition:transform .2s ease; cursor:zoom-in; }
.dp-main-image-box img.is-zoomed { transform:scale(1.8); }
.dp-thumbnails { display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }
.dp-thumb { border:none; background:#fff; padding:0; border-radius:12px; overflow:hidden; cursor:pointer; width:74px; height:74px; border:2px solid transparent; }
.dp-thumb.is-active { border-color:#0b3d69; }
.dp-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.dp-content-column { min-height:100%; }
.dp-content-inner { background:#fff; border:1px solid #e8e8e8; border-radius:18px; padding:28px 32px; min-height:420px; box-sizing:border-box; }
.dp-product-title { font-size:58px; line-height:1.05; margin:0 0 20px; }
.dp-product-description { font-size:18px; line-height:1.8; color:#222; }
.dp-product-description p:first-child { margin-top:0; }
.dp-product-description p:last-child { margin-bottom:0; }
.dp-action-buttons { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.dp-action-btn { appearance:none; border:none; border-radius:14px; padding:14px 18px; font-size:15px; font-weight:700; line-height:1.2; text-decoration:none; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; }
.dp-action-btn.is-whatsapp { background:#25D366; color:#fff; }
.dp-action-btn.is-call { background:#0b3d69; color:#fff; }
.dp-action-btn.is-share { background:#f3f6fa; color:#111; border:1px solid #dce6f0; }
.dp-share-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.dp-share-links a { text-decoration:none; padding:10px 14px; background:#fff; border:1px solid #dce6f0; border-radius:12px; color:#111; font-weight:600; }
.dp-tabs { display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; margin-top:50px; border-bottom:1px solid #d9d9d9; }
.dp-tab-btn { appearance:none; border:none; background:none; padding:22px 10px; font-size:22px; font-weight:800; cursor:pointer; border-bottom:6px solid transparent; }
.dp-tab-btn.is-active { border-color:#0b3d69; }
.dp-tab-panels { padding:28px 0; }
.dp-tab-panel { display:none; }
.dp-tab-panel.is-active { display:block; }
.dp-list { margin:0; padding-left:20px; line-height:1.9; font-size:17px; }
.dp-doc-list a { text-decoration:none; font-weight:600; }
.dp-lightbox { position:fixed; inset:0; background:rgba(0,0,0,.85); display:none; align-items:center; justify-content:center; z-index:9999; padding:30px; }
.dp-lightbox.is-open { display:flex; }
.dp-lightbox img { max-width:90vw; max-height:88vh; object-fit:contain; }
.dp-lightbox-close { position:absolute; top:20px; right:20px; width:46px; height:46px; border-radius:50%; border:none; background:#fff; font-size:30px; cursor:pointer; }

@media (max-width: 900px) {
  .dp-single-top { grid-template-columns: 1fr; }
  .dp-product-title { font-size:40px; }
  .dp-tabs { grid-template-columns: 1fr; gap:0; }
}
