.products-view-page {
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.pv-products__wrapper {
    position: relative;
}

.pv-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: visible;
    padding-top: 100px;
    z-index: 1;
}

.pv-hero__border-tl,
.pv-hero__border-tr,
.pv-hero__border-bl,
.pv-hero__border-br {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.pv-hero__border-tl,
.pv-hero__border-bl {
    left: 0;
    width: 37px;
}

.pv-hero__border-tr,
.pv-hero__border-br {
    right: 0;
    width: 37px;
}

.pv-hero__border-tl {
    bottom: 0;
}
.pv-hero__border-bl {
    bottom: 0;
}
.pv-hero__border-tr {
    bottom: 0;
    transform: scaleX(-1);
}
.pv-hero__border-br {
    bottom: 0;
    transform: scaleX(-1);
}

.pv-hero__border-tl img,
.pv-hero__border-tr img,
.pv-hero__border-bl img,
.pv-hero__border-br img {
    width: 37px;
    height: 100%;
    object-fit: cover;
}

.pv-hero__border-top,
.pv-hero__border-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 37px;
    z-index: 2;
    pointer-events: none;
}

.pv-hero__border-top {
    top: 0;
}
.pv-hero__border-bottom {
    bottom: 0;
    transform: scaleY(-1);
}

.pv-hero__border-top img,
.pv-hero__border-bottom img {
    width: 100%;
    height: 37px;
    object-fit: cover;
}

.pv-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.pv-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.pv-hero__product {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}

.pv-hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    position: relative;
    z-index: 2;
}

.pv-hero__title {
    font-family: zlb;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fb0a01;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.pv-hero__left {
    flex: 1;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pv-hero__center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pv-hero__left,
.pv-hero__center,
.pv-hero__right {
    min-width: 0;
}

.pv-hero__product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.pv-hero__variants {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.pv-hero__variant {
    width: 110px;
    flex-shrink: 0;
}

.pv-hero__variant-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.pv-hero__variant img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s;
}

.pv-hero__variant.active img,
.pv-hero__variant:hover img {
    transform: scale(1.2);
}

.pv-hero__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.pv-hero__card {
    background: #fff;
    border-radius: 16px;
    padding: 1.2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 300px;
}

.pv-category-bar {
    overflow: hidden;
    margin-top: -60px;
    z-index: 3;
    position: relative;
}

.pv-category-bar__marquee {
    display: flex;
    white-space: nowrap;
}

.pv-category-bar__belt {
    display: flex;
    flex-shrink: 0;
    animation: pvm-left 20s linear infinite;
}

.pv-category-bar__belt span {
    font-family: zlb;
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 10px 40px;
    white-space: nowrap;
}

.pv-info {
    position: relative;
    margin-top: 4rem;
}

.pv-info__tabs {
    display: flex;
    padding: 0;
    position: relative;
}

.pv-info__tab-btn {
    flex: 1;
    border: none;
    padding: 18px 20px;
    font-family: jkt;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pv-info__tab-btn:nth-child(1) {
    background: #fe0000;
    z-index: 3;
}

.pv-info__tab-btn:nth-child(2) {
    background: #c20000;
    z-index: 2;
}

.pv-info__tab-btn:nth-child(3) {
    background: #e7b90e;
    z-index: 1;
}

.pv-info__tab-btn:first-child {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.pv-info__tab-btn:last-child {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.pv-info__tab-btn.active {
    z-index: 10;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.pv-info__panel {
    background: rgba(254, 0, 0, 0.74);
    margin-top: -30px;
    padding: 4rem 0;
    border-radius: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
}

.pv-info__panel-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

.pv-info__panel > .container {
    position: relative;
    z-index: 1;
}

.pv-info__panel-content {
    color: #fff;
    font-family: jkt;
    line-height: 1.7;
}

.pv-info__panel-content h3 {
    font-family: zlb;
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 1.8rem 0 0.8rem;
}

.pv-info__panel-content h3:first-child {
    margin-top: 0;
}

.pv-info__panel-content p {
    color: #ffe3e3;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.pv-info__panel-content ul,
.pv-info__panel-content ol {
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
}

.pv-info__panel-content li {
    color: #ffe3e3;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.pv-info__panel-content a {
    color: #fff;
    text-decoration: underline;
}

/* .pv-border-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 37px;
    z-index: 0;
    background: #009ed2;
}

.pv-border-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 37px;
    z-index: 0;
    background: #009ed2;
} */

.pv-detail {
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.pv-detail__corner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    z-index: 0;
}

.pv-detail__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.pv-accordion__content-inner {
    scrollbar-width: thin;
    scrollbar-color: #d7000f #f0f0f0;
}

.pv-accordion__content-inner::-webkit-scrollbar {
    width: 6px;
}

.pv-accordion__content-inner::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.pv-accordion__content-inner::-webkit-scrollbar-thumb {
    background-color: #d7000f;
    border-radius: 10px;
}

.pv-accordion__content-inner::-webkit-scrollbar-thumb:hover {
    background-color: #b7161a;
}

.pv-detail__visual {
    position: relative;
    z-index: 1;
}

.pv-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3rem;
}

.pv-detail__product-img {
    position: relative;
    width: 350px;
}

.pv-detail__product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.pv-detail__review {
}

.pv-detail__review-name {
    font-weight: 700;
    font-size: 1rem;
    color: #ff0000;
    margin-bottom: 2px;
    font-family: zlb;
}

.pv-detail__review-stars {
    color: #ff0000;
    font-size: 1rem;
    margin-bottom: 4px;
}

.pv-detail__review-text {
    font-size: 0.8rem;
    width: 250px;
    color: #4d4d4d;
    font-family: jkt;
}

.pv-detail__marketplace {
    margin-top: 2rem;
}

.pv-detail__marketplace p {
    font-size: 1rem;
    font-family: jkt;
    color: #4d4d4d;
    font-weight: bold;
}

.pv-detail__marketplace-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pv-detail__marketplace-icons a {
    text-decoration: none;
    color: inherit;
}

.pv-detail__marketplace-icons img {
    height: 65px;
    width: auto;
    object-fit: contain;
}

.pv-detail__nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 60%;
}

.pv-detail__nav-item {
    background-color: transparent;
    border-bottom: 1px solid #2ea1fb;
    padding: 1rem 0;
    color: #606060;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-family: jkt;
}

.pv-detail__nav-item:hover {
    color: #606060;
}

.pv-detail__nav-item::after {
    content: "›";
    font-size: 1.3rem;
    opacity: 0.7;
}
.pv-variants {
    padding: 40px 0 80px;
    position: relative;
}

.pv-variants__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.pv-variants__label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ff0000;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
}

.pv-variants__title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: zlb;
    width: 70%;
}

.pv-hero__variant-name {
    display: block;
    font-family: jkt;
    font-size: 0.9rem;
    font-weight: 700;
    color: #d7000f;
    text-align: center;
    margin-top: 1rem;
    height: 65px;
    line-height: 18px;
}

.pv-variants__swiper {
    position: relative;
    padding-bottom: 20px;
}

.pv-variants__swiper .swiper {
    padding: 2rem 0;
    overflow: visible;
}

.pv-variants__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.pv-variants__slide-circle {
    position: relative;
    width: 220px;
    height: 220px;
    transition: transform 0.35s ease;
}

.pv-variants__slide-circle .circle-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(230, 230, 230, 1);
    z-index: 0;
}

.pv-variants__slide-circle .circle-border-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.pv-variants__slide-circle .product-img {
    position: absolute;
    inset: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pv-variants__slide-circle .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.swiper-slide-active .pv-variants__slide-circle {
    transform: scale(1.1);
}

.swiper-slide-active .pv-variants__slide-circle .circle-border-img {
    opacity: 1;
}

.swiper-slide-active .product-img {
    transform: translateY(-35px);
}

.swiper-slide-active .pv-variants__slide-circle .circle-bg {
    background: rgba(255, 255, 255, 0.25);
}

.pv-variants__slide-name {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: 700;
    color: #606060;
    text-align: center;
}

.pv-variants__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.pv-variants__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d7000f;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.2s,
        transform 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.pv-variants__btn i {
    font-size: 1rem;
}

.pv-variants__btn:hover {
    transform: scale(1.08);
}

.pv-border-bottom {
    width: 100%;
    height: 37px;
    overflow: hidden;
    line-height: 0;
}

.pv-border-bottom img {
    width: 100%;
    height: 37px;
    object-fit: cover;
}

.pv-products__marquee {
    padding: 5rem 0 0;
}

.pvm-row {
    height: 110px;
    overflow: visible;
    margin-bottom: 3rem;
}

.pvm-inner {
    display: flex;
    white-space: nowrap;
    height: 100%;
    animation: pvm-left 15s linear infinite;
}

.pvm-inner--right {
    animation-name: pvm-right;
    animation-duration: 15s;
}

.pv-products__related {
    background: #fff;
    padding: 0 0 2rem;
    overflow: hidden;
}

.pv-related__title {
    font-family: zlb;
    font-size: 2.4rem;
    font-weight: 900;
    color: #d7000f;
    text-align: center;
}

.pv-related__fan-wrapper {
    padding: 30px 0;
    position: relative;
}

.pv-related__fan {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.pv-related__card {
    text-decoration: none;
    width: 220px;
    display: block;
    transition: transform 0.3s ease;
}

.pv-related__card-inner {
    position: relative;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.pv-related__card-img {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.pv-related__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.pv-related__card:hover .pv-related__card-img img {
    transform: scale(1.05);
}

.pv-related__card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8rem;
    font-family: jkt;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pv-related__card-border {
    position: absolute;
    bottom: -16px;
    left: 0;
    overflow: hidden;
}

.pv-related__card-border-left {
    position: absolute;
    bottom: -14px;
    left: -14px;
    overflow: hidden;
}

.pv-related__card-border-right {
    position: absolute;
    bottom: -14px;
    right: -14px;
    overflow: hidden;
}

.pv-related__card-border img {
    width: 100%;
    height: 14px;
    object-fit: cover;
}

.pv-related__card-border-left img {
    width: 14px;
    height: 100%;
    object-fit: cover;
}

.pv-related__card-border-right img {
    width: 14px;
    height: 100%;
    object-fit: cover;
}

.pv-related__swiper-wrapper {
    margin-top: 30px;
    position: relative;
}

.pv-swiper-related {
    padding: 2rem 0.5rem;
    overflow: visible;
}

.pv-swiper-related .swiper-slide {
    display: flex;
    justify-content: center;
}

.pv-related__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.pv-related__card--1 .pv-related__card-inner {
    border: 14px solid #e0a800;
}
.pv-related__card--2 .pv-related__card-inner {
    border: 14px solid #07733d;
}
.pv-related__card--3 .pv-related__card-inner {
    border: 14px solid #00aeef;
}
.pv-related__card--4 .pv-related__card-inner {
    border: 14px solid #d7000f;
}
.pv-related__card--5 .pv-related__card-inner {
    border: 14px solid #e16111;
}

.pv-related__card--1 .pv-related__card-footer {
    background: #e0a800;
}
.pv-related__card--2 .pv-related__card-footer {
    background: #07733d;
}
.pv-related__card--3 .pv-related__card-footer {
    background: #00aeef;
}
.pv-related__card--4 .pv-related__card-footer {
    background: #d7000f;
}
.pv-related__card--5 .pv-related__card-footer {
    background: #e16111;
}

.pv-related__card--1 {
    transform: rotate(5deg);
    z-index: 1;
}
.pv-related__card--2 {
    transform: rotate(4deg);
    z-index: 2;
}
.pv-related__card--3 {
    transform: rotate(0);
    z-index: 3;
}
.pv-related__card--4 {
    transform: rotate(-5deg);
    z-index: 2;
}
.pv-related__card--5 {
    transform: rotate(-7deg);
    z-index: 1;
}

.pv-related__card--1:hover {
    transform: translateY(-10px);
    z-index: 10;
}
.pv-related__card--2:hover {
    transform: translateY(-10px);
    z-index: 10;
}
.pv-related__card--3:hover {
    transform: translateY(-10px);
    z-index: 10;
}
.pv-related__card--4:hover {
    transform: translateY(-10px);
    z-index: 10;
}
.pv-related__card--5:hover {
    transform: translateY(-10px);
    z-index: 10;
}
@keyframes pvm-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes pvm-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.pvm-belt {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    height: 100%;
}

.pvm-label {
    font-family: zlb;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 24px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.pvm-img {
    height: 130px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    margin: 0 8px;
    position: relative;
    transform: translateY(-15px);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}

.pvm-row--tepung .pvm-belt {
    background-color: #e0c25f;
}
.pvm-row--tepung .pvm-label {
    color: #fff;
}

.pvm-row--santan .pvm-belt {
    background-color: #07733d;
}
.pvm-row--santan .pvm-label {
    color: #fff;
}

.pvm-row--bumbu .pvm-belt {
    background-color: #ffcc0a;
}
.pvm-row--bumbu .pvm-label {
    color: #fff;
}

.pvm-row--kaldu .pvm-belt {
    background-color: #e16111;
}
.pvm-row--kaldu .pvm-label {
    color: #fff;
}

.pvm-row--saus .pvm-belt {
    background-color: #d41f28;
}
.pvm-row--saus .pvm-label {
    color: #fff;
}

.pvm-row--tradisional .pvm-belt {
    background-color: #b71d21;
}
.pvm-row--tradisional .pvm-label {
    color: #fff;
}

.pvm-row--msg .pvm-belt {
    background-color: #009ed2;
}
.pvm-row--msg .pvm-label {
    color: #fff;
}

.pvm-cta {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.pvm-cta__btn {
    display: inline-block;
    background-color: #d7000f;
    color: #fff;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 50px;
    letter-spacing: 0.04em;
    transition:
        background 0.2s,
        transform 0.2s;
    box-shadow: 0 4px 16px rgba(215, 0, 15, 0.3);
}
.pvm-row-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.pvm-cta__btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.pv-accordion {
    width: 100%;
}

.pv-accordion__item {
    border-bottom: 1px solid #2ea1fb;
}

.pv-accordion__header {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #606060;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: jkt;
    margin-bottom: 1rem;
}

.pv-accordion__header:hover {
    color: #606060;
}

.pv-accordion__icon {
    font-size: 1.3rem;
    opacity: 0.7;
    transition: transform 0.25s ease;
    font-style: normal;
}

.pv-accordion__item.active .pv-accordion__icon {
    transform: rotate(90deg);
}

.pv-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.pv-accordion__content-inner {
    font-size: 0.85rem;
    color: #4d4d4d;
    font-family: jkt;
    line-height: 1.6;
    font-family: jkt;
    height: 400px;
    overflow-y: auto;
    margin-bottom: 1rem;
}
.pv-accordion__content-inner h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
    color: #333;
    font-family: jkt;
}

.pv-accordion__content-inner p {
    margin-bottom: 0.5rem;
    font-family: jkt;
}

.pv-accordion__content-inner ul,
.pv-accordion__content-inner ol {
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-family: jkt;
}

.pv-accordion__content-inner a {
    color: #2ea1fb;
    text-decoration: underline;
}

.pv-review {
    display: flex;
    gap: 1rem;
    align-items: start;
    justify-content: center;
}
.pv__img img {
    width: 35px;
    height: 35px;
}
.pv-review__name {
    font-family: zlb;
    font-size: 1rem;
    font-weight: 700;
    color: #ff0000;
}
.pv-review__desc {
    font-family: jkt;
    font-size: 0.8rem;
    color: #4d4d4d;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.pv-review__source {
    font-family: jkt;
    font-size: 0.8rem;
    color: #ff0000;
    display: block;
    margin-top: 1rem;
}
.pv-review__source img {
    margin-left: 5px;
    width: 100px;
}

.pv-products__videos {
    padding: 2rem 0;
}

.pv-videos__title {
    font-family: zlb;
    font-size: 2.4rem;
    font-weight: 900;
    color: #d7000f;
    text-align: center;
    margin-bottom: 30px;
}

.pv-videos__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pv-videos__item {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pv-videos__item iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .pv-detail__container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .pv-detail__circle {
        width: 280px;
        height: 280px;
    }

    .pv-variants__title {
        font-size: 1.8rem;
    }

    .pv-variants__slide-circle {
        width: 170px;
        height: 170px;
    }

    .pv-variants__container {
        padding: 0 20px;
    }

    .pv-marquee__item {
        font-size: 1.1rem;
    }
    .pvm-row {
        height: 85px;
    }
    .pvm-label {
        font-size: 1rem;
        padding: 0 16px;
    }
    .pv-related__fan-wrapper {
        overflow: hidden;
        padding: 20px 0 40px;
    }

    .pv-related__fan {
        gap: 0;
        align-items: flex-end;
        justify-content: center;
    }

    .pv-related__card {
        width: 140px;
        flex-shrink: 0;
    }

    .pv-related__card--1:hover {
        transform: translateY(-8px);
        z-index: 10;
    }
    .pv-related__card--2:hover {
        transform: translateY(-8px);
        z-index: 10;
    }
    .pv-related__card--3:hover {
        transform: translateY(-8px);
        z-index: 10;
    }
    .pv-related__card--4:hover {
        transform: translateY(-8px);
        z-index: 10;
    }
    .pv-related__card--5:hover {
        transform: translateY(-8px);
        z-index: 10;
    }

    .pv-related__card-border {
        bottom: -13px;
        left: 0;
    }

    .pv-related__card-border-left {
        bottom: -8px;
        left: -8px;
    }

    .pv-related__card-border-right {
        bottom: -8px;
        right: -8px;
    }

    .pv-related__card-border img {
        height: 8px;
    }

    .pv-related__card-border-left img {
        width: 8px;
    }

    .pv-related__card-border-right img {
        width: 8px;
    }

    .pv-related__card--1 .pv-related__card-inner {
        border: 8px solid #e0a800;
    }
    .pv-related__card--2 .pv-related__card-inner {
        border: 8px solid #07733d;
    }
    .pv-related__card--3 .pv-related__card-inner {
        border: 8px solid #00aeef;
    }
    .pv-related__card--4 .pv-related__card-inner {
        border: 8px solid #d7000f;
    }
    .pv-related__card--5 .pv-related__card-inner {
        border: 8px solid #e16111;
    }
    .pvm-img {
        height: 80px;
        transform: translateY(0);
    }

    .pv-related__title {
        font-size: 1.6rem;
    }

    .pv-related__card-footer {
        font-size: 0.4rem;
    }

    /* .pv-hero__product img {
        max-width: 200px;
    } */
    .pv-border-left {
        width: 15px;
    }
    .pv-border-right {
        width: 15px;
    }
    .pv-hero__border-tl,
    .pv-hero__border-bl {
        width: 15px;
    }
    .pv-hero__border-tl img,
    .pv-hero__border-tr img,
    .pv-hero__border-bl img,
    .pv-hero__border-br img {
        width: 15px;
    }
    .pv-border-bottom {
        height: 15px;
    }
    .pv-border-bottom img {
        height: 15px;
    }
    .pv-detail__product-img {
        width: 100px;
    }
    .pv-detail__nav-item {
        font-size: 0.8rem;
        padding: 0.5rem 0;
    }
    .pv-detail__corner {
        transform: translateY(45%);
        width: 75%;
    }
    .pv-accordion__header {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    .pv-accordion__content-inner p {
        font-size: 0.7rem;
    }
    .pv-accordion__content-inner ul,
    .pv-accordion__content-inner ol {
        font-size: 0.7rem;
    }
    .pv-right {
        gap: 0;
    }
    .pv-detail__product-img {
        width: 200px;
    }
    .pv-videos__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pv-videos__title {
        font-size: 1.6rem;
    }

    .pv-info__tab-btn {
        font-size: 0.8rem;
    }
    .pv-info__panel-content h3 {
        font-size: 1rem;
    }
    .pv-info__panel-content p {
        font-size: 0.8rem;
    }
    .pv-category-bar__belt span {
        font-size: 1rem;
    }

    /* .pv-hero__inner {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 0 20px;
    }

    .pv-hero__right {
        width: auto;
        justify-content: flex-end;
        padding-top: 0;
        z-index: 5;
    }

    .pv-hero__left {
        order: 2;
        padding-top: 60px;
        width: 100%;
        align-items: flex-start;
    }

    .pv-hero__center {
        order: 3;
        width: 100%;
        max-width: 100%;
    } */

    .pv-hero__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "left right"
            "center center";
        align-items: center;
        gap: 0;
        padding: 0 20px;
    }

    .pv-hero__left {
        grid-area: left;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pv-hero__right {
        grid-area: right;
        display: flex;
        justify-content: flex-end;
        padding-top: 0;
    }

    .pv-hero__center {
        grid-area: center;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pv-review__source img {
        width: 70px;
    }

    .pv-hero__card {
        max-width: 160px;
        padding: 0.8rem;
        border-radius: 12px;
    }

    .pv-hero__card .pv-review {
        flex-direction: column;
        gap: 0.4rem;
    }

    .pv-hero__card .pv-review__name {
        font-size: 0.8rem;
    }

    .pv-hero__card .pv-review__desc {
        font-size: 0.5rem;
        margin-top: 0.4rem;
    }

    .pv-hero__card .pv-review__source {
        font-size: 0.65rem;
    }

    .pv-hero__card .pv-detail__marketplace p {
        font-size: 0.7rem;
    }

    .pv-hero__card .pv-detail__marketplace-icons img {
        height: 32px;
    }

    .pv-hero__title {
        font-size: 1.6rem;
        text-align: left;
    }

    .pv-hero__product {
        max-width: 220px;
    }

    .pv-hero__variants {
        bottom: 50px;
        gap: 15px;
    }

    .pv-hero__variant {
        width: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
    }

    .pv-hero__variant-name {
        font-size: 0.6rem;
    }
    .pv-category-bar {
        margin-top: -35px;
    }
}
