/* Add custom CSS styles below */ 


@media (max-width: 768px) {
	.craffo-components-statistics .grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .craffo-components-statistics i {
    font-size: 28px !important;
  }

  .craffo-components-statistics .text-5xl {
    font-size: 20px !important;
    margin-top: 4px;
  }

  .craffo-components-statistics .text-lg {
    font-size: 13px !important;
    margin-top: 2px;
        line-height: 1rem;

  }

  .craffo-components-statistics .p-2,
  .craffo-components-statistics .md\:p-4 {
    padding: 6px !important;
  }

  .craffo-components-statistics .rounded-md {
  padding: 0.2rem !important;
  }

  .craffo-components-statistics .grid {
    gap: 8px !important;
  }
  
  #app > div.app-inner.flex.flex-col.min-h-full > footer > div > div.justify-center.items-center.w-full > div.border-gray-300.pb-8.flex.flex-col.gap-4> div.flex.justify-center.items-center,#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div.justify-center.items-center.w-full > div.border-gray-300.pb-8.flex.flex-col.gap-4> div.flex.justify-center.items-center p{
text-align: center !important;
}

}


.index .kayan-header
{
	height: auto !important;
}


.index .kayan-header.overflow-hidden.w-full.h-full > div > div > div.flex-1.items-center.flex.gap-4.overflow-hidden > div.w-24{
	display: none !important;
}


body .s-quick-order-container {
	background-color: #e6d4b6 !important;
}
body .s-quick-order-container *{
		color: black !important;
}


body .custom-bar {
background-color:#e6d4b6 !important;
color:  #000 !important;
}

body .custom-bar h3 {
color:  #000 !important;
}

body .custom-bar .s-button-element {
background-color: #e6d4b6!important;
border-color: #e6d4b6 !important;
color:  #000 !important;
}

body .custom-bar svg,
body .custom-bar .sicon-heart {
fill:  #000 !important;
color:  #000 !important;
}

body .s-product-options-grid-mode-span{
	background-color: #e6d4b6 !important;
	color:   #000 !important;
}
.s-product-options-wrapper{
  background-color: transparent !important;
}



salla-trust-badges {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

salla-trust-badges .s-trust-badges-content {
  display: flex !important;
  flex-direction: column;
  gap: 2px;
}

salla-trust-badges .s-trust-badges-label,
salla-trust-badges .s-trust-badges-number {
  white-space: nowrap;
}


#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div.justify-center.items-center.w-full > div.border-gray-300.pb-8.flex.flex-col.gap-4 > div.flex.flex-col.gap-4{
	padding-left: 2.3rem !important;
}


@media (max-width: 768px) {
  .s-payments-list-wrap {
    width: 100%;
    box-sizing: border-box;
  }

  .s-payments-list {
    display: flex !important;
    justify-content: space-between !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }

  .s-payments-list-item {
    flex: 1 !important;
    display: flex !important;
    padding: unset !important;
    justify-content: center !important;
  }
}
.s-payments-list-item {
  background-color: transparent !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > a > button{
  bottom: 4rem !important;

}