/* Add custom CSS styles below */ 

/* Universal Edits */
.banner--fixed img, .banner-entry{
  background: transparent!important;
}

body{
  background-color: #fff!important;
}


/* ### start(CSS - HOMEPAGE - PRODUCT CARD ### */



/* card color */
.s-product-card-entry {
    background-color: #FDFAF5;
    border: 1px solid #FCF3EA;
}

/* promotion title */
.s-product-card-promotion-title {
    top: .5rem !important;
    right: .5rem !important;
    border-radius: .375rem !important;
    background-color: var(--color-primary);
    padding: .25rem .5rem !important;
}

/* wishlist btn hide */
.s-product-card-vertical .s-product-card-wishlist-btn{
  display: none;
}

/* content */
.s-product-card-content {
    padding: 0;
}

.s-product-card-content-main{
  padding-top: .75rem!important;
}

.s-product-card-content-main, .s-product-card-content-sub{
  padding:0 .75rem;
}

/* atc btn */
custom-salla-product-card 
.s-product-card-content-footer 
salla-add-product-button 
salla-button 
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	background-color: var(--color-primary)!important;
    color: #fff;
    border:none!important;
}
/* atc icon */
custom-salla-product-card 
.s-product-card-content-footer 
salla-add-product-button 
salla-button 
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline 
.sicon-shopping-bag {
	display: none;
}





/* Tabs */

.s-block--tabs-produtcs{
  background: transparent!important;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #F5EFE6 !important;
    color: #000 !important;
}

.s-block--tabs-produtcs .tab-trigger {
    width: 100%;
    border-radius: 9999px !important;
    color: #919191;
    border: none;
}

.s-block--tabs-produtcs .tabs {
    display: flex;
    background: #FCFAF6;
    border: 1px solid #F5EFE6;
    border-radius: 9999px;
    margin: 0;
    margin-bottom: 0.875rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem !important;
}