.compare-inline {
    display: flex;
    background: #fff;
    height: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #e2e2e2;
}
.compare-toggle-wrapper #compareSwitch.switch {
    border: 1px solid #575757;
    border-radius: 200px;
    max-height: 21px;
    max-width: 40px;
    width: 100vh;
    height: 100vh;
    padding: 3px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    transition: 0.5s;
    outline: none;
    box-shadow: none;
}
.compare-toggle-wrapper #compareSwitch.switch::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #575757;
    display: flex;
    border-radius: 200px;
    transition: 0.5s;
}
.compare-toggle-wrapper #compareSwitch.switch[data-on="true"] {
    padding-left: inherit;
    border-color: #000;
}
.compare-toggle-wrapper #compareSwitch.switch[data-on="true"]::after {
    background: #000;
}
.compare-toggle-wrapper .pill {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 1000px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    height: 45px;
    padding: 0px 20px;
}
.compare-toggle-wrapper .pill .label {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.card-product .card-product-inner .card-compare-area button.btn.btn-compare.card-compare-toggle.product-compare-btn.active {
    display: flex;
    color: #000;
    justify-content: space-between;
    align-items: center;
}
.card-product .card-product-inner .card-compare-area .card-compare-toggle,
.card-product .card-product-inner .card-compare-area .card-compare-toggle:focus,
.card-product .card-product-inner .card-compare-area .card-compare-toggle:active {
    border: none !important;
    outline: none !important;
    background: #fbfbfb;
}
.card-product .card-product-inner .card-compare-area .card-compare-toggle img {
    background: #fff;
    border-radius: 100px;
}
.card-product .card-product-inner .card-compare-area .compare-text {
    font-size: 13px;
    color: #000;
    line-height: 1;
    white-space: nowrap;
}
.compare-bar.fixed-bottom .compare-item {
    position: relative;
    justify-content: flex-start;
    padding: 35px 15px !important;
    border-radius: 0 !important;
    gap: 10px !important;
    overflow: unset !important;
}
.compare-bar.fixed-bottom .compare-item button,
.compare-bar.fixed-bottom .compare-item button:hover,
.compare-bar.fixed-bottom .compare-item button,
.compare-bar.fixed-bottom .compare-item button:active {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    font-size: 20px;
    z-index: 999;
    color: #000;
    top: 30px;
    background-color: transparent !important;
    color: #000 !important;
    border-color: transparent !important;
}
.compare-bar.fixed-bottom .compare-item img {
    width: auto;
    height: 80px;
    border-radius: 10px;
}
.compare-bar.fixed-bottom .compare-item span.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}
.compare-bar.fixed-bottom .compare-inline button.btn.btn-primary {
    padding: 7px 20px;
    border-radius: 100px;
    color: #fff !important;
    background: var(--testiee, linear-gradient(90deg, #FF1B00 0%, #FF9800 100%));
    border: none !important;
}
.card-product-compare .card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 45px;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.card-product-compare .compare-card-mid .card-product-compare-inline a.sepete-ekle-compare {
    background: var(--testiee, linear-gradient(90deg, #FF1B00 0%, #FF9800 100%));
    padding: 10px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.card-product-compare .compare-card-mid .price-compare {
    align-items: flex-start;
    height: auto;
    margin-top: 20px;
}
.card-product-compare .compare-card-mid .price-compare .current-price {
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}
.card-product-compare .compare-card-mid .price-compare .current-price span.discount-badge {
    font-size: 16px;
}
.card-product-compare .compare-card-mid .price-compare .old-price {
    text-decoration: line-through;
    font-size: 17px;
    font-weight: 600;
}
.card-product-compare .compare-card-end .attributes-area-compare {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 6px;
}
.card-product-compare .compare-card-mid {
    padding: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.card-product-compare .compare-card-end .attributes-area-compare span.attribute-name {
    font-size: 14px;
    color: #a1a1a1;
}
.card-product-compare .compare-card-end .attributes-area-compare .attribute-row {
    display: flex;
    flex-direction: column;
}
.card-product-compare {
    border: 1px solid #e2e2e2;
    position: relative;
    border-bottom: none;
    border-top: none;
    border-radius: 6px;
}
.card-product-compare .sticky-area {
    display: flex;
    padding: 20px;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    justify-content: space-between;
    position: sticky;
    top: 71px;
    background: #fff;
    z-index: 10;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card-product-compare .compare-card-mid .card-product-compare-inline {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.card-product-compare .compare-card-end .attributes-area-compare .attribute-row span.attribute-value {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #181818 !important;
}
.card-product-compare .compare-card-mid .card-product-compare-image {
    display: flex;
    justify-content: center;
}
.compare-bar.fixed-bottom div#selectedProductsCount {
    position: absolute;
    right: 0;
    left: 0;
    padding: 7px 20px;
    background: var(--testiee, linear-gradient(90deg, #FF1B00 0%, #FF9800 100%));
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    top: -15px !important;
    transition: 0.5s;
    width: fit-content;
    margin: 0 auto;
}
.compare-bar.fixed-bottom div#selectedProductsCount.compare-counter.up {
    top: -30% !important;
}
.card-product-compare .remove-from-compare-overlay,
.card-product-compare .remove-from-compare-overlay:focus {
    border: none;
    background: transparent;
    font-size: 20px;
    z-index: 3;
    outline: none;
    color: #000;
}
.card-product-compare .compare-card-mid img {
    width: auto;
    height: auto;
    border-radius: 10px;
}
.compare-bar.fixed-bottom .compare-inline .col-6.col-sm-4.col-md-3:first-child {
    margin-bottom: 0 !important;
    border-right: none;
}
.compare-bar.fixed-bottom .compare-inline .col-6.col-sm-4.col-md-3 {
    margin-bottom: 0 !important;
    border-left: 1px solid #f4f4f4;
}
.compare-bar.fixed-bottom .compare-inline .col-6.col-sm-4.col-md-3:last-child {
    margin-bottom: 0 !important;
    border-right: 1px solid #f4f4f4;
}
.card-product-compare .sticky-area .card-title {
    margin-bottom: 0 !important;
}
header.desktop .header-bar .bar-link .icon.compare-icon-wrap {
    display: flex !important;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
}
header.desktop .header-bar .bar-link .icon.compare-icon-wrap span#compare-badge {
    background: #dad712 !important;
    padding: 5px;
    right: 3px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 11px;
    border-radius: 50%;
    position: absolute;
}
.header-compare-hover {
    position: relative;
    display: none;
}
.dropdown-compare {
    min-width: 300px;
    max-width: 420px;
    padding: 0.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    display: none;
    background: #fff;
    z-index: 1050;
    right: 0;
    top: 85%;
}
.header-compare-hover.show .dropdown-compare .top-header {
    display: flex;
    gap: 10px;
    align-items: center;
}
.header-compare-hover.show .dropdown-compare {
    display: block;
}
.compare-dropdown-products {
    max-height: 360px;
    overflow: auto;
    padding: 0.25rem;
}
.compare-product-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.4rem;
    border-bottom: 1px solid #eee;
}
.compare-product-row img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
}
.compare-product-info {
    flex: 1;
    min-width: 0;
}
.compare-product-title {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compare-product-price {
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.25rem;
    color: #111;
}
.compare-product-remove {
    margin-left: 0.5rem;
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    color: #888;
    cursor: pointer;
}
.compare-dropdown-footer {
    padding-top: 0.5rem;
}
#compare-badge.has-items {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08);
}
button.pd-inline-compare-btn.btn {
    padding: 0;
    position: relative;
}
.card-compare-toggle.active .compare-tick::after, .card-compare-toggle[aria-pressed="true"] .compare-tick::after {
    content: "✓";
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
}
.action.compare.compare-force-show {
    display: flex !important;
}
.action.compare.compare-force-show .card-compare-toggle {
    display: inline-block !important;
}
.card-compare-toggle.compare-force-show,
.product-compare-btn.compare-force-show {
    display: inline-block !important;
}
.action.compare.compare-force-show > * {
    display: block !important;
}
.card-product-compare .compare-card-mid .card-product-compare-inline .ct-price-for-promotion.compare-promotion {
    margin: 0;
    padding: 0;
    border-left: 0;
}
.compare-bar.fixed-bottom.has-pattern-section.collapsed {
    transition: transform 1s, opacity 0.2s !important;
    transform: translateY(100%) !important;
}
.compare-bar.fixed-bottom.collapsed {
    transition: transform 1s, opacity 0.2s !important;
    transform: translateY(100%) !important;
}
.compare-bar.fixed-bottom {
    transition: transform 1s, opacity 0.2s !important;
}
.product-compare-badge.has-items {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--testiee, linear-gradient(90deg, #FF1B00 0%, #FF9800 100%));
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
}
button.pd-inline-compare-btn.btn .count-area {
    position: relative;
}
.stuf-thing .compare button,
div#shareAge,
.product-favourite a .inline {
    color: #575757;
    font-size: 14px;
    display: flex !important;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
}
.stuf-thing .compare img {
    width: 24px;
}
.pd-card-top .action.compare {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 13px;
}
.product-body .product-profile-1 .product-favourite img,
.pd-card-top .action.compare img,
button.pd-inline-compare-btn img {
    width: 24px;
}
.ct-promotion_infos,
.ct-price-for-promotion.compare-promotion .price {
    background: var(--lova-linear-2, linear-gradient(119deg, #11b7ed 12.43%, #7b5ca7 60.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.card-product .card-compare-toggle {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 4px 8px 4px 3px;
    gap: 5px;
    border-radius: 200px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
}
.card-product .card-compare-toggle .compare-tick {
    border: 1px solid #575757;
    width: 15px;
    height: 15px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}
.card-product .card-compare-toggle.active {
    border-color: #fff;
    background: var(--testiee, linear-gradient(90deg, #FF1B00 0%, #FF9800 100%));
    color: #fff;
}
.card-product .card-compare-toggle.active .compare-tick {
    border-color: #fff;
    background: #fff;
    color: #f54104;
}
@media (max-width: 991px) {
    .pd-card-top .action.compare {
        width: 36px;
        height: 36px;
        right: 4px;
        top: 5px;
    }
    .compare-bar.fixed-bottom .compare-item span.title {
        display: -webkit-box;
        max-height: unset;
        text-align: center;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    .compare-bar.fixed-bottom .compare-item {
        display: flex !important;
        flex-direction: column;
        padding: 10px !important;
        gap: 10px !important;
    }
    .compare-bar.fixed-bottom .compare-inline button.btn.btn-primary {
        font-size: 12px;
    }
    .compare-bar.fixed-bottom div#selectedProductsCount.compare-counter.up {
        top: -17% !important;
    }
    div#compareBar .compare-inline .row.w-100.align-items-center {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    div#compareBar .compare-inline .col.compare-products .row {
        overflow: scroll;
        display: flex;
        flex-wrap: nowrap;
    }
    .compare-bar.fixed-bottom div#selectedProductsCount {
        right: 0;
        top: -15px !important;
        font-size: 12px;
        padding: 5px 15px;
    }
    .card-product-compare .compare-card-mid .card-product-compare-inline a.sepete-ekle-compare {
        padding: 10px;
        font-size: 13px;
    }
    .card-product-compare .compare-card-mid .price-compare .current-price {
        font-size: 15px;
    }
    div#compare-grid {
        overflow: scroll;
        display: flex;
        flex-wrap: nowrap;
    }
    .card-product-compare .sticky-area {
        position: unset;
        padding: 20px;
    }
    .card-product-compare .compare-card-mid,
    .card-product-compare .compare-card-end .attributes-area-compare {
        padding: 20px;
    }
    div#compare-grid .col-6.col-md-6.col-lg-3.mb-3 {
        padding-right: 0;
        flex: 0 0 45% !important;
    }
    .compare-bar.fixed-bottom .compare-item button,
    .compare-bar.fixed-bottom .compare-item button:hover,
    .compare-bar.fixed-bottom .compare-item button,
    .compare-bar.fixed-bottom .compare-item button:active {
        top: 5px;
        right: -13px;
    }
    .card-product-compare .card-title a {
        -webkit-line-clamp: 2;
    }
    .card-product-compare .compare-card-end .attributes-area-compare .attribute-row span.attribute-value {
        font-size: 13px !important;
    }
    .compare-bar.fixed-bottom,
    .compare-bar.fixed-bottom.has-pattern-section {
        bottom: 0;
        z-index: 555 !important;
    }
    .stuf-thing .compare button,
    div#shareAge,
    .product-favourite a .inline {
        font-size: 11px;
    }
}