#watch-top-high-demand{
    padding: 0 3cqw;
}

.section-title-sub {
    color: #7a7668;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(9 / 375 * 100cqw);
}

.watch-top-high-demand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5cqw;
}

.watch-top-high-demand-item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 2cqw;
    border: 0.125cqw solid #7e7558;
    border-radius: var(--border-radius-s);
    overflow: hidden;
}

.watch-top-high-demand-image {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.watch-top-high-demand-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6cqw;
}

.watch-top-high-demand-name-en {
    margin-bottom: 0.5cqw;
}

.watch-top-high-demand-name {
    margin-bottom: 1.5cqw;
}

.watch-top-high-demand-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    gap: 2.5cqw;
    padding: 2cqw 0 2cqw 1cqw;
    border-top: 0.125cqw solid #7e7558;
}

.watch-top-high-demand-label::after {
    content: "";
    display: block;
    width: 6cqw;
    height: 6cqw;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 7L14 12L9.5 17' stroke='%23D00000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#watch-top-high-demand .common-link-btn {
    margin-top: 4cqw;
}

#watch-top-high-demand .watch-top-high-demand-item a {
    transition: opacity 0.2s ease;
}

#watch-top-high-demand .watch-top-high-demand-item a:hover {
    opacity: 0.7;
}