#card-eik1 .qr-code {
    width: 70px; 
    position: absolute; 
    right: 30px; 
    bottom: 30px;
}

#card-eik1 .logo {
    position: absolute; 
    left: 30px; 
    bottom: 37px;
}

#card-eik2 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cards p {
    box-shadow: 0 0 15px #9b9b9b;
    border-radius: 50%;
}

.modal-lg{
    max-width: 1000px !important;
}

.preview {
    overflow: hidden;
    width: 160px !important; 
    height: 90px !important;
    margin: 0px 10px 10px 10px;
    border: 1px solid #9b9b9b;
}

.logo-preview {
    overflow: hidden;
    width: 160px !important; 
    height: 160px !important;
    margin: 0px 10px 10px 10px;
    border: 1px solid #9b9b9b;
}

.shop-swatch-color .swatches-item,
.shop-swatch-color .swatches-item-background {
    border: 1px solid whitesmoke;
}

/* edit profile */

.logo-image-wrapper {
    display: inline-block;
    text-align: center;
}

.logo-image-wrapper .btn-remove-img {
    z-index: 4;
}

.logo-image-wrapper > .la-plus-circle {
    font-size: 30px;
}

.logo-image-wrapper > img.image-preview {
    margin-bottom: 0.5rem;
    width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.logo-image-wrapper .add-logo-btn {
    display: block;
}

.file-input:not(.logo-image-wrapper) {
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.file-input > .la-plus-circle {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    z-index: 0;
}

.file-input .image-preview {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.file-input input {
    z-index: 2;
}

.file-input:not(.reg-logo-image) input.has-file {
    pointer-events: none;
}

.file-input input.has-file ~ .btn-remove-img {
    display: block;
}

.btn-remove-img {
    z-index: 4;
}

.btn-remove-img:not(.logo-remove-btn) {
    position: absolute;
    top: 5px;
    right: 5px;
}

.image-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.images-modal-buttons > button {
    width: calc(100% - 2rem);
}

.footer a:hover {
    color:#000;
    text-decoration: none;
}

.label_sale {
    background-color: #ff0000;
    color: #fff;
    font-size: 13px;
    right: 5px;
    top: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    z-index: 3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px 10px;
}

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers content horizontally */
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    text-align: center; /* Ensures text (if any) is centered */
}

.header-buttons img {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}