/* Add custom CSS styles below */ 
  /*Square pictures*/
.main-nav-container.fixed-pinned #heart path {
    stroke: #b69145 !important;
}
.main-nav-container.fixed-pinned #shopping-bag path {
    stroke: #debe70 !important;
}
.image-title .title-heade {
  color: #DEBE70;
    background-color: unset;
    
}
header .sicon-user:before {
    
    color: #debe70 !important;
}
.main-nav-container #cat-in-header {
    color: ##DEBE70 !important;
}
header.store-header * {
    color: #b99345;
}
select#product-filter {
    color: #000 !important;
}

/*Store features*/
.g_features .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
/***/

/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/***/


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}


.store-footer .container > div >img {
    filter: brightness(0.0)invert(1);
}
.g_cat .grid  h3{
  color: #DEBE70 !important
}
.s-product-options-wrapper {
    background: #ceaa60;
}
label.s-product-options-option-label * {
    color: #fff;
}
h4.s-product-card-price {
    color: #fff;
}
.s-product-card-entry {
    background: #debe70;
}
.not-show h3.s-product-card-content-title a {
    color: #fff;
}
.g_features  .products-item:nth-of-type(3){
  display: none !important
}
.g_features .grid {
    display: flex !important;
    width: 50%;
    margin-inline: auto;
    justify-content: center !important;
    gap: 20px !important;
}
.section_c_r .content_tistimonial {
  background: #000 !important
}
.section_c_r .content_tistimonial *{
  color: #fff !important
}
.s-product-options-thumbnails-wrapper * {
    color: #fff !important;
}
h3.s-product-card-content-title a {
    color: #fff !important;
}
.undefined {
   color: #fff;
}
section:nth-child( 2 of section.landing-page-first-banner) h1.animate__animated.animate__fadeInUp {
    background: linear-gradient(180deg, rgba(222,190,112,1) 0%, rgba(153,110,57,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section:nth-child( 2 of section.landing-page-first-banner) .container > div {
    width: 40% !important;
}
section:nth-child( 2 of section.landing-page-first-banner) .container {
  margin-right: 10%;
}
.main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
  
    stroke: #debe70 !important;
}

/*** Edits ***/
/* Content Color */
.content--single-page {
    color: #111;
    padding-inline: 2rem !important;
    justify-content: end!important;
    align-items: start;
    align-self: unset;
    flex-shrink: unset;
}
.content--single-page h1 {
    margin-bottom: 2rem;
}
.content--single-page h2 {
    margin-top: 1rem;
}
salla-comments {
    display: none;
}