.color-generic{
    color: #c3343f;
}

.icon-confirmation{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.icon-cargo {
    background-image: url('../images/cargo_icon.svg');
}
.icon-user {
    background-image: url('../images/user_icon.svg');
}

.icon-email {
    background-image: url('../images/icon-email.svg');
}

.icon-phone {
    background-image: url('../images/phone_icon.svg');
}

.icon-location {
    background-image: url('../images/location-icon.svg');
}

.icon-installment {
    background-image: url('../images/installment.svg');
}

.credit-card-icon{
    height: 16px;
}

.bg-troy{
    background-image: url('../images/troy.svg');
}

.bg-visa{
    background-image: url('../images/visa.svg');
}

.bg-maestro{
    background-image: url('../images/maestro.svg');
}

.bg-mastercard{
    background-image: url('../images/mastercard.svg');
}

.bg-amex{
    background-image: url('../images/amex.svg');
}

.select-value-dots{
    column-gap: 3px;
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: .25rem;
}

@media (min-width: 768px) {
    .mr-md-4 {
        margin-right: 1rem !important;
    }
}

.shop-red-logo {
    background-image: url(../../../../assets/shopier_legacy/images/show-red.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: .5ch;
    margin-right: .5ch;
    vertical-align: middle;
    width: 36px
}
@media (min-width: 992px) and (max-width: 1400px) {
 .shop-save-div{
     flex-direction: column;
     gap:0.5rem;
     align-items:start !important;
 }
}

#btn-follow-store.btn-product {
    margin-bottom: 0 !important;
}
.ml-15px {
    margin-left: 15px !important;
}
.account-link__icon {
    width: 23px;
    height: 23px;
}

@media (min-width: 768px) {
    .account-link__icon {
        width: 23px;
        height: 23px;
    }
}
@media (min-width: 992px) {
    .account-link__icon {
        width: 26px;
        height: 26px;
    }
}
@media (min-width: 1200px) {
    .account-link__icon {
        width: 17px;
        height: 17px;
    }
}
@media (min-width: 1400px) {
    .account-link__icon {
        width: 20px;
        height: 20px;
    }
}

.account-link__icon {
    width: 23px;
    height: 23px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .account-link__icon {
        width: 26px;
        height: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .account-link__icon {
        width: 17px;
        height: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .account-link__icon {
        width: 20px;
        height: 20px;
    }
}


/*BASKET REPURCHASE ICON CSS*/
.basket-product-option-btn{
    height: 36px; 
    width:40px; 
    border: 1px solid #bfb5a9; 
    background: transparent;
    justify-content: center; 
    align-items: center; 
    display: flex;
}
.basket-product-options {
    height: 40px;
}
.cart__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 12px;
}

.cart__save-later,
.cart__add-favorite {
    border-radius: 4px;
    padding: 6px;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.cart__save-later {
    border-color: #6c757d;
}

.cart__add-favorite {
    border-color: #dc3545;
}

.cart__save-later svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #6c757d;
    stroke-width: 2;
    transition: stroke 0.3s ease;
}

.cart__add-favorite svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #dc3545;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.cart__save-later:disabled,
.cart__add-favorite:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Active/Saved states */
.cart__save-later.saved {
    background-color: #6c757d;
    border-color: #6c757d;
}

.cart__save-later.saved svg {
    fill: #fff;
    stroke: #fff;
}

.cart__add-favorite.favorited {
    background-color: #dc3545;
    border-color: #dc3545;
}

.cart__add-favorite.favorited svg {
    fill: #fff;
    stroke: #fff;
}

.saved-product__actions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.saved-product__add-cart,
.saved-product__remove {
    letter-spacing: 2.8px;
}

.product-card--saved {
    position: relative;
}

.product-card--saved .product-card__detail {
    position: relative;
    padding-bottom: 85px;
}

/* Mobil responsive düzenleme */
@media (max-width: 767px) {
    .cart__other {
        position: relative;
    }
    .saved-product__actions {
        gap: 4px;
    }

    .cart__actions {
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        flex-direction: column-reverse;
        margin-left: 0;
        z-index: 1;
    }

    .cart__save-later,
    .cart__add-favorite {
        width: 26px;
        height: 26px;
    }

    .cart__save-later svg,
    .cart__add-favorite svg {
        width: 12px;
        height: 12px;
    }

    .btn-close.cart__remove-item {
        position: static;
        width:16px;
        height:26px;
    }
}

/* Tablet için */
@media (min-width: 768px) and (max-width: 991px) {
    .cart__actions {
        gap: 5px;
        margin-left: 10px;
    }
    .saved-product__actions {
        gap: 5px;
        bottom: 0;
    }
    .cart__save-later,
    .cart__add-favorite {
        width: 26px;
        height: 26px;
        padding: 5px;
    }

    .cart__save-later svg,
    .cart__add-favorite svg {
        width: 12px;
        height: 12px;
    }
}

/* Desktop için */
@media (min-width: 992px) {
    .cart__actions {
        gap: 8px;
        margin-left: 16px;
    }
    .saved-product__actions {
        gap: 8px;
    }
    .cart__save-later,
    .cart__add-favorite {
        width: 30px;
        height: 30px;
        padding: 7px;
    }

    .cart__save-later svg,
    .cart__add-favorite svg {
        width: 15px;
        height: 15px;
    }
    .cart__save-later:hover {
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .cart__save-later:hover svg {
        fill: #fff;
        stroke: #fff;
    }

    .cart__add-favorite:hover {
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .cart__add-favorite:hover svg {
        fill: #fff;
        stroke: #fff;
    }
}
.cart-wrapper{
    margin: 24px 0 60px !important;
}
/*END BASKET REPURCHASE ICON CSS*/
.bg-download-qr {
    --height: 85px;
    --width: 85px;
    background-image: url(../../../../assets/shopier_legacy/images/download-qr.svg);
    background-size: var(--width) var(--height);
    height: var(--height);
    width: var(--width);
}

.bg-download-apple, .bg-download-google, .bg-download-apple-black, .bg-download-google-black {
    --height: 37px;
    --width: 124.86px;
    background-repeat: no-repeat;
    background-size: var(--width) var(--height);
    height: var(--height);
    vertical-align: middle;
    width: var(--width);
}

.bg-download-apple {
    background-image: url(../../../../assets/shopier_legacy/images/download-apple.svg);
}

.bg-download-google {
    background-image: url(../../../../assets/shopier_legacy/images/download-google.svg);
}

.bg-download-apple-black {
    background-image: url(../../../../assets/shopier_legacy/images/download-apple-black.svg);
}

.bg-download-google-black {
    background-image: url(../../../../assets/shopier_legacy/images/download-google-black.svg);
}


.bg-modal-download-qr {
    --height: 100px;
    --width: 100px;
    background-image: url(../../../../assets/shopier_legacy/images/modal-download-qr.svg);
    background-size: var(--width) var(--height);
    height: var(--height);
    width: var(--width);
}

.btn-code-remove {
    right: 0px;
    top: 32px;
    position: absolute;
}
.btn-code{
    transform: translateY(-50%);
    top: 36% !important;
}

.confirmation-page-title{
    line-height: 40px !important;
}

.page-loader {
    background-color: rgba(0, 0, 0, 0.64);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.loader-circles--secondary {
    border: 4px solid #f0f0f0;
    border-top: 4px solid #c3343f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin_loader 0.75s linear infinite;
}

@keyframes spin_loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.toast-container{
    z-index:999999;
}

.overflow-wrap{
    overflow-wrap: anywhere;
}

.mr-2 {
    margin-right: 0.5rem;
}

.products-link-catalog-header {
    gap: 16px;
}

.products-link-catalog-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1f1f1f;
}

.products-count-text {
    min-width: 70px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #878787;
}

.shopier-app--mx-3{
    margin-left: 0px !important;
}
.shopier-app--download-container > .shopier-app--button{
    white-space:nowrap;
}
.shopier-app--border-1[data-app-upload-file]{
  width:100%
}