:root{
   --stdn-gray-bg: rgb(245, 245, 247);
   --stdn-border-gray: #d2d2d7;
}

.primary-button-color,
.button-border.active{
    background: var(--primary-color);
    color: #141414!important;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 0;
    border-radius: 0.25em;
    padding: 0.5em 1em;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.2;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -webkit-transition: -webkit-transform .06s ease-in-out,box-shadow .1s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -moz-transition: -moz-transform .06s ease-in-out,box-shadow .1s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    transition: transform .06s ease-in-out,box-shadow .1s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
}

.hidden{
   display: none;
}

#own-left-menu-wrp{
   width: 220px;
   max-width: 220px;
}

.primary-button-color:hover {
    box-shadow: 0px 5px 8px rgb(174 174 174 / 40%);
    transform: translateY(-1px);
}


.own-left-sticky-wrp {
    position: sticky;
    top: 2rem;
}

.skyltstdn-add-to-cart, .skyltstdn-add-favorite {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 15%);
    border-radius: 0.5rem;
    color: #000;
}

.skyltstdn-add-to-cart, .skyltstdn-kop, .filled-btn-black-stdn {
    padding: 10px 30px;
    border-radius: 0.5rem;
    border: none;
    font-weight: 600;
    letter-spacing: 0.06rem;
}

.skyltstdn-kop, .filled-btn-black-stdn {
    background: #000000;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.image-upload-own .grid ul{
    grid-template-columns: repeat(4, 1fr);
    display: grid !important;
    gap: 1rem;
    padding: 0px;
   padding-top: 1rem;
}

.image-upload-own .grid li{
    cursor:pointer;
    transition: all 0.3s ease 0s;
    padding: 5px;
    -webkit-transition:  all 0.3s ease 0s;
    -moz-transition:  all 0.3s ease 0s;
}

.image-upload-own .grid.upload-grid li.active {
    border: 2px solid var(--primary-color);
    border-radius: 6px;
}

.image-upload-own .grid li:hover{
    cursor:pointer;
    transform: translateY(-2px);
    box-shadow: 0px 5px 8px rgb(174 174 174 / 40%);
}

 .image-upload-own .grid ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.image-upload-own .grid li {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fafafa;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

 .image-upload-own .grid ul li img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    transition: transform .2s ease;
    
}

.image-upload-own .grid ul li:hover {
    cursor: pointer
}

.image-upload-own .grid ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.rename-form{
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    padding: 0.5rem;
    background: rgb(255 255 255 / 79%); 
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #dedede;
    transform: translateY(100%); 
    transition: transform 0.3s ease;
}

.rename-form input{
    width:100%;
    border: none;
    background:none;
    border-bottom: 1px solid #bcbcbc;
}

.rename-form input:focus{
    border: none;
    outline:none;
    background:none;
    border-bottom: 2px solid #bcbcbc;
}

.rename-form button[type=submit]{
    padding: 0.25rem 1rem;
    background: #000;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.8rem;
}

.upload-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #ffffff85;
    justify-content: center;
    font-weight: 300;
    font-size: 0.75rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    white-space: nowrap;
}

.image-upload-own li:hover .upload-name {
    transform: translateY(0);
}

.upload-search {
   width: 100%;
   max-width: 400px;
   display: flex;
   margin: 1rem 0;
   border-bottom: 1px solid #ccc;
   margin-left: auto;
   margin-right: auto;
}

input#upload-search-input {
    margin: 0;
    border: none;
    flex-grow: 1;
}

input#upload-search-input:focus {
    margin: 0;
    border: none;
    outline: none;
}

.image-upload-own .del, .upload-grid .del {
    border: 0;
    justify-content: center;
    display: flex;
    background: #7BBEBD;
    color: #fff;
    border-radius: 50%;
    width: 1.1rem;
    height: 1.1rem;
    padding: 0;
}

.image-upload-own .del i.material-icons, .upload-grid .del i.material-icons {
    font-size: 1rem;
    line-height: 1rem;
}

.image-upload-own .del i.material-icons {
    font-size: 1rem;
    line-height: 1rem
}

.image-upload-own{
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    box-sizing: border-box;
    z-index: 20;
    background: #fff;
    border-radius: 10px;
}

.image-upload-own.hidden {
    display: none
}
.has-file-top {
    position: relative;
}
.image-upload-own .closebtn {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    z-index: 3;
}

.image-upload-own .content {
    height: 100%
}

.image-upload-own .info {
    text-align: center;
    margin: auto;
    font-size: 1.2rem;
    color: #444;
    font-size: 1rem;
    outline: 1px solid #ccc;
    padding: 3rem 1rem;
    border-radius: 0.25rem;
}

.image-upload-own #image-upload-container .info.hover {
    outline: 2px solid var(--primary-color);
    background: #fbfbfb;
}

.fine {
    margin-top: 1.6em;
    font-size: 0.7em;
    color: #888
}

.image-upload-own .grid {
    margin-top: 1rem;
    overflow-y: auto;
}

.image-upload-own .grid li {
    width: 100%;
    aspect-ratio: 1/1;
    background: #fafafa;
    align-items: center;
    display: flex;
    position:relative;
    overflow: hidden;
}


image-upload-own .grid li .actions, .upload-grid li .actions {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    justify-content: space-between;
    display: flex;
    z-index: 3;
}

.image-upload-own .grid li .preview {
    background: transparent center center no-repeat;
}

.own-menu-step{
   white-space: nowrap;
   display: flex;
   gap: 1rem;
   cursor: pointer;
}


.step-circle {
   width: 25px;
   height: 25px;
   border-radius: 4px;
   color: #2b2b2b;
   font-size: 1rem;
   text-align: center;
   line-height: 25px;
   display: block;
   outline: 1px solid #c5c5c5;
}

.own-menu-step.active {
    font-weight: 600;
}

.own-menu-step.active .step-circle{
   color: #fff;
   font-weight: 600;
   background: #000;
   outline: 0;
}
.own-menu-step:hover .step-circle{
   outline: 2px solid var(--primary-color);
}

.own-side-prices {
   padding-top: 2rem;
   margin-top: 2rem;
   border-top: 1px solid var(--stdn-border-gray);
}

.stdn-option-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.stdn-option-card {
    display: flex;
    border-radius: 0.5rem;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    background: #fff;
}

.stdn-option-card > button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.5rem;
    width: 100%;
}

.stdn-option-card .label {
    font-weight: 600;
}

.material-choice-own {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.material.active {
    background: #000;
    color: #fff;
    border-radius: 0.5rem;
}

/*
* settings display
*/
#own-sign-options {
   padding-top: 2rem;
   margin-top: 2rem;
   border-top: 1px solid var(--stdn-border-gray);
   display: flex ;
   gap: 1rem;
   flex-direction: column;
}

.own-sign-image-plc {
    background: var(--stdn-gray-bg);
    width: 100%;
    aspect-ratio: 1 / 1.2;
}

#own-sign-options-image-cnt.active .own-sign-image-plc{
   display: none;
}



