/* From <style> tag */
.product-image-main,
.product-video-main {
    margin-bottom: 10px;
}

.product-main-image-link {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    height: auto;
    aspect-ratio: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
}

.product-main-image {
    display: block;
    height: 100%;
    max-height: 400px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.product-video-main iframe {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    height: auto;
    border: 0;
    background: #000;
}

.thumb-item {
    display: block;
    height: 110px;
    overflow: hidden;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.active {
    border: 2px solid #0b8f3a;
}

.product-video-thumb {
    position: relative;
}

.video-play-icon {
    align-items: center;
    background: rgba(0, 0, 0, .58);
    border-radius: 999px;
    color: #fff;
    display: flex;
    height: 38px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
}

/* Extracted inline styles */
.pd-breadcrumb-wrap {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

.pd-title-home {
    padding-top: 10px;
    margin-top: 0;
}

.pd-video-hide {
    display: none;
}

.pd-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #000;
}

.pd-fancy-link {
    position: relative;
    display: inline-block;
}

.pd-fancy-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 10px 15px;
    border-radius: 5px 0px 0px 0px;
    background-color: rgb(0 0 0 / 38%);
    color: #fff;
    font-size: 14px;
}

.alert-no-catalog {
    padding: 40px 20px;
}

.alert-no-catalog-icon {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 15px;
}

.alert-no-catalog-text {
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

.pd-btn-toggle {
    margin-top: 15px;
    display: none;
}

.pd-name-tag {
    padding-right: 10px;
    padding-top: 2px;
    font-weight: 600;
    font-size: 14px;
}

.pd-related-wrap {
    margin-bottom: 30px;
}

.pd-related-title {
    margin-top: 0px;
}

.pd-price-label {
    color: #000;
}

.pd-item-sanpham {
    margin-bottom: 45px;
}

.pd-item-center {
    margin-top: 5px;
}
