.pc-compare-launch {
    display: none;
}

.pc-compare-launch.is-placed {
    position: static;
    z-index: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    margin: 10px 0;
    padding: 8px 12px;
    color: #303740 !important;
    background: #fff;
    border: 1px solid #d8dde2;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    font: 800 13px/1.5 inherit;
    text-decoration: none !important;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.pc-compare-launch.is-placed:hover {
    color: #ef3340 !important;
    background: #fff8f8;
    border-color: #ef3340;
}

.pc-compare-launch svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.pc-compare-launch.is-fallback {
    width: min(420px, calc(100% - 24px));
    margin: 12px auto;
}

@media (max-width: 680px) {
    .pc-compare-launch.is-placed {
        min-height: 40px;
        margin: 9px 0 4px;
        font-size: 12px;
    }
}

.pc-compare-card-button {
    box-sizing: border-box;
}

/* Archive/category product-card compare icon. */
.pc-compare-card-button {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 0;
    margin: 0;
    color: #424242;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    cursor: pointer;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.pc-compare-card-button svg {
    display: block;
    width: 20px;
    height: 20px;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.pc-compare-card-button:hover,
.pc-compare-card-button:focus-visible {
    color: #ed4545;
    background: #fff;
    border-color: #ed4545;
    transform: translateY(-1px);
}

.pc-compare-card-button.is-active,
.pc-compare-card-button[aria-pressed="true"] {
    color: #fff;
    background: #ed4545;
    border-color: #ed4545;
}

@media (max-width: 680px) {
    .pc-compare-card-button {
        top: 8px;
        left: 8px;
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .pc-compare-card-button svg {
        width: 18px;
        height: 18px;
    }
}
