/* Product Media Gallery Styles */
.product-media-gallery .carousel-item img {
    border-radius: 23px;
    object-fit: cover;
    max-height: 500px;
}

.product-media-gallery .carousel-control-prev,
.product-media-gallery .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.product-media-gallery .carousel-control-prev:hover,
.product-media-gallery .carousel-control-next:hover {
    opacity: 1;
}

.product-media-gallery .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.product-media-gallery .carousel-indicators button.active {
    background-color: #e75e8d;
}

.product-media-gallery .carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px 20px;
}

.product-videos .video-item {
    border-radius: 23px;
    overflow: hidden;
}

.product-videos iframe,
.product-videos video {
    border-radius: 23px;
}

/* Rich Content Styles */
.rich-content {
    line-height: 1.8;
    font-size: 15px;
}

.rich-content h1,
.rich-content h2,
.rich-content h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.rich-content p {
    margin-bottom: 15px;
}

.rich-content ul,
.rich-content ol {
    margin-bottom: 15px;
    padding-left: 30px;
}

.rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 15px 0;
}

.rich-content iframe,
.rich-content video,
.rich-content .ql-video {
    width: 100% !important;
    max-width: 100%;
    border-radius: 18px;
    display: block;
    margin: 20px 0;
    background: #000;
    aspect-ratio: 16 / 9;
    min-height: 320px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

@media (max-width: 768px) {
    .rich-content iframe,
    .rich-content video,
    .rich-content .ql-video {
        min-height: 200px;
    }
}

.rich-content blockquote {
    border-left: 4px solid #e75e8d;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #ccc;
}

.rich-content pre {
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 15px;
    overflow-x: auto;
}

.rich-content code {
    background-color: #2a2a2a;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.rich-content a {
    color: #e75e8d;
    text-decoration: none;
}

.rich-content a:hover {
    text-decoration: underline;
}
