/* t1 awraq */
/* by jahmi.sa */

#app .product-block__thumb:not(.s-product-card-image) .thumb-wrapper img {
	background-color: var(--dm-custom-color1, #eeeeee);
}


/* products tabs */
.tab-pane {
    display: none;  
}

.tab-pane.active {
    display: block;  
}

.tabs {
    flex-direction: row;
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 0.7rem;
    display: flex;
    justify-content: space-around;
    border-bottom-width: 2px;
    border-color: var(--color-primary);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

li.tab {
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    position: relative;
    flex-grow: 1;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    font-size: 1.25rem;
    }

li.tab.active {
    cursor: no-drop;
    background-color: var(--color-primary);
    color: var(--color-primary-reverse);
}

body:not(.index) div#launcher {
    display:none !important;
}

a#btn-show-more {
    font-size: 1rem;
    font-weight: 700;
}


.s-form-control{
border-radius:0.9rem;
}
body.p-sub-last custom-salla-product-card .product-title{
margin-bottom:20px;
}
body.p-sub-last custom-salla-product-card .product-title{
margin-top:2rem;
}
.s-product-options-image-input .filepond--drop-label
{
border-radius:1rem !important;
}
.s-file-upload-wrapper .filepond--panel-root{
background-color:rgb(255 255 255);
}

li.tab[data-tab="comments"] {
  display: none !important;
}