/* Add custom CSS styles below */ 
.s-button-primary-outline {
    fill: #414042;
    fill: #4d09ad;
    color: #414042;
    color: #4d09ad;
}


.s-product-card-content-footer salla-add-product-button .s-button-outline {
    border-color: #414042;
    border-color: #4d09ad;
}

.text-primary {
    color: #414042;
    color: #4d09ad;
}

.s-cart-summary-count {
    background: #414042;
    background: #4d09ad;
    padding: .1rem;
    height: .9rem;
    width: .9rem;
}

.tabs__product .tab-trigger {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #414042;
    background-color: #4d09ad;
    padding: 0.5rem;
    color: var(--text-btn);
}
.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: #a0bfc5;
    background-color: #414042;
    background-color: #4d09ad;
    color: #ffffff;
    color: #ffffff;
}

.store-footer h3 {
    color: #414042;
    color: #4d09ad;
}
element.style {
    background-color: rgb(77 9 173);
}
.s-fast-checkout-button
Specificity: (0,1,0)
 {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: var(--salla-fast-checkout-button-height);
    width: var(--salla-fast-checkout-button-width);
    border-radius: var(--salla-fast-checkout-button-border-radius);
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-style: none;
    border-image: initial;
    font-family: PingARLT;
    gap: 5px;
    direction: ltr;
    border-width: 1px;
    border-color: #4d09ad;
    background-color: #4d09ad;
    color: var(--color-primary-reverse);
}
.s-product-options-thumbnails-wrapper label {
    margin-bottom: 0.125rem;
    display: inline-block;
    height: 50%;
    width: 50%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.375rem;
}
.s-product-card-content-title a{
  display: block;
  font-size: 0.7rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.text-xs{
  font-size: 0.65rem;
  line-height: 1rem;
}