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


/*Banners*/
.fixed-banner--0  {
  max-width: 100% !important;
  padding: 0px !important;
   margin-top: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}

/*Product Card*/
salla-add-product-button button {
  background-color: #B63B36 !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #B63B36 !important;
  border: 1px solid #B63B36 !important;
}



/* Features Items */
.anime-item {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.anime-item .s-block--store-features-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0 40px !important;
  width: auto !important;
  height: auto !important;
}

.anime-item .s-block--store-features-icon i {
  color: #299BD4 !important;
  font-size: 100px !important;
}


.s-block--store-features .block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.s-block--store-features .block .anime-item:nth-child(1) {
  grid-column: span 2;
}


@media (min-width: 768px) {
  .s-block--store-features .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .s-block--store-features .block .anime-item:nth-child(1) {
    grid-column: unset;
  }
}





/******** footer ********/

.store-footer__curve {
    --tw-text-opacity: 1;
    color:#299BD4;;
}

.store-footer__inner,
.store-footer__newsletter {
    border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    --tw-bg-opacity: 1;
    background-color: #299BD4;
    border-bottom-width: 0px;
}

.store-footer__contacts-row {
    border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    --tw-bg-opacity: 1;
    background-color: #299BD4;
    border-bottom-width: 0px;
}
/******** footer ********/

.s-payments-list-item {
    width: 65px;
    height: 65px;
    border: 2px solid #c2524e;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

/* Fixing invalid selector */
.tab-pane.fade.show {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Table headers */
.details_table thead {
    background: #299BD4; /* updated */
    color: #fff;
}

.details_table thead th {
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Alternate row colors */
.details_table tbody tr:nth-child(odd) {
    background: #299BD4; /* updated */
}

.details_table tbody tr:nth-child(even) {
    background: #299BD4; /* updated */
}

.details_table td {
    padding: 12px 15px;
    color: #fff; /* adjusted for better contrast */
}

/* Hover effect */
.details_table tbody tr:hover {
    background: #197CAB; /* darker variant of #299BD4 */
}


.product-more-info .tab-content .tab-pane.show {
    display: block;
    text-align: right;
        margin-right: 56px;

}