/* Golden Dog Theme – detail produktu placeholder */

.single-product .site-main,
.single-product .content-area {
    background: var(--gd-bg);
}


/* Golden Dog 0.4.0: the full product detail is integrated in inc/product-detail.php.
   Put future theme-specific visual overrides here. */

/* YouTube video block */
.gdpt-video-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:14px;background:#0b0b0b}
.gdpt-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
