:root {
    --logo: url();
    --bg: #F8F4E8;
    --bg-img: url();
    --header-bg: #F8F4E8;
    --header-color: #000;
    --feat-bg: #C1A46B;
    --feat-color: #000;
    --footer-bg: var(--color-primary);
}
.main-menu li a,
.side-menu-desctop .text-\[var\(--color-sec\)\] {
    color: #fff;
}

.product-single .s-product-card-entry .salla-btns .s-button-btn {
    background: #000;
}

.single_style .s-button-primary.s-button-loader-center {
    background-color: #000;
    border: 1px solid;
}

.single_style .price_style {
    color: #fff;
}

img.w-\[118\.02px\].h-\[31\.71px\] {
    width: 60px !important;
    height: auto !important;
}

.s-product-card-entry .salla-btns .s-button-btn i {
    color: #fff!important;
}

.main-nav-container.fixed-header .inner {
    padding: 1rem 0;
}

body {
    background-color: var(--bg) !important;
}

.app-inner {
  background-image: var(--bg-img) !important;
  background-size: cover !important;   
  background-repeat: no-repeat !important;
  background-position: center bottom;
}

/* Navbar */

/* Floating Navbar 
@media(min-width:1024px){
  .index div#mainnav {
    position: absolute;
    width: 90%;
    z-index: 2;
    left: 50%;
    top: 2%;
    transform: translate(-50%, 0);
    border-radius: 1rem;
  }
  .inner{
    border-radius:1rem
  }
}


a.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
*/

.top-navbar .s-search-input {
    background-color: #fff;
}

.s-user-menu-trigger {
    background-color: transparent;
}

.s-block--photos-slider {
    transition: all 0.4s;
}

.s-block--photos-slider:hover {
    filter: brightness(0.8);
}


.main-nav-container {
    min-height: 0;
}

.top-navbar,
#mainnav,
.inner,
.sub-menu {
    background: var(--header-bg) !important;
}





#mainnav a:hover {
    color: var(--header-color) !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

section:nth-child(2 of .s-block--banners) {
    max-width: 885px;
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 300px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
  .top-navbar {
    display: none;
}
  section:nth-child(2 of .s-block--banners) {
    max-width: 320px;
}
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-product-card-entry {
background-color: transparent !important;
 border-radius: 0.5rem !important; 
}

.s-product-card-image {
  background-color: transparent !important;  
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}



/* Footer */

.store-footer .store-footer__inner,
.copy-talk,
.payment-back{
 background: #F8F4E8 !important;
}
.store-footer,
.store-footer *,
.copy-talk,
.copy-talk *,
.payment-back,
.payment-back * {
  color: #000 !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p {
    color: #000 !important;
}

/* Social Icons */


a[href*="twitter"],
a[href*="snapchat"],
a[href*="facebook"],
a[href*="tiktok"],
a[href*="instagram"] {
    border: unset !important;
background: #C1A46B !important; 
  
}
.s-social-link a svg {
    fill: #000;
    height: 1.2rem;
    width: 1.2rem;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}



/* Hover Effect */

.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}

/* ===== Auto Gold Bar Bigger + Moving ===== */

.mfgp-card,
.mfgp-top-bar {
  box-sizing: border-box;
  display: flex;
}
body {
  margin-top: 70px;
}
.main-nav-container.fixed-header .inner {
  top: 70px !important;
}
.mfgp-mobile-toggle,
.mfgp-top-bar.mfgp-open .mfgp-card:not(.mfgp-main-card),
.toggle-arrow {
  display: none;
}
.mfgp-price-currency {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.mfgp-logo {
  height: 40px !important;
}
.mfgp-card.mfgp-silver .mfgp-logo {
  filter: grayscale(100%);
}
.mfgp-currency,
.mfgp-price {
  display: inline-block;
  font-weight: 700;
}
.mfgp-top-bar {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  padding: 3px 8px;
  background-color: #f8f4e8;
  gap: 8px;
  z-index: 99999 !important;
  overflow-x: hidden;
}
.mfgp-card {
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex: 1 1 0;
  min-width: 120px;
  border: 1px solid #f6c358;
}
div.mfgp-card.mfgp-silver {
  border: 1px solid silver;
}
.mfgp-card .mfgp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  flex-grow: 1;
  overflow: hidden;
  gap: 6px;
}
.mfgp-card .mfgp-name {
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mfgp-card .mfgp-currency,
.mfgp-card .mfgp-price {
  font-size: 1.2rem !important;
  font-weight: 700;
}
.mfgp-card .mfgp-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mfgp-gold .mfgp-name {
  color: #e3b352;
}
.mfgp-silver .mfgp-name {
  color: silver;
}
.mfgp-price-currency.mfgp-up .mfgp-currency,
.mfgp-price-currency.mfgp-up .mfgp-price {
  color: #00b208 !important;
}
.mfgp-price-currency.mfgp-down .mfgp-currency,
.mfgp-price-currency.mfgp-down .mfgp-price {
  color: red !important;
}
.mfgp-arrow-up {
  transform: rotate(0);
  color: #00b208;
}
.mfgp-arrow-down {
  transform: rotate(180deg);
  color: red;
}
@keyframes card-flash-up {
  0%,
  100% {
    background-color: transparent;
  }
  50% {
    background-color: #d4ffd4 !important;
    box-shadow: 0 0 10px #00b208 inset;
  }
}
@keyframes card-flash-down {
  0%,
  100% {
    background-color: transparent;
  }
  50% {
    background-color: #ffd4d4 !important;
    box-shadow: 0 0 10px red inset;
  }
}
.mfgp-card.flash-up {
  animation: 0.8s ease-in-out card-flash-up !important;
}
.mfgp-card.flash-down {
  animation: 0.8s ease-in-out card-flash-down !important;
}
@keyframes slideBounce {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  60% {
    opacity: 1;
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.mfgp-card.show-slide {
  display: flex !important;
  animation: 0.5s forwards slideBounce;
}
#mfgp-currency-xag,
#mfgp-currency-xau {
  font-size: 1.1rem !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mfgp-top-bar {
    padding: 3px 6px;
    gap: 6px;
  }
  .mfgp-card {
    gap: 8px;
    padding: 6px 10px;
    min-width: 100px;
  }
  .mfgp-logo {
    height: 32px !important;
  }
  .mfgp-card .mfgp-name {
    font-size: 0.85rem;
  }
  .mfgp-card .mfgp-currency,
  .mfgp-card .mfgp-price {
    font-size: 1rem !important;
  }
  .mfgp-card .mfgp-text {
    gap: 4px;
  }
  #mfgp-currency-xag,
  #mfgp-currency-xau {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .mfgp-top-bar {
    padding: 3px 6px;
    gap: 6px;
  }
  .mfgp-card {
    gap: 10px;
    padding: 7px 11px;
  }
  .mfgp-logo {
    height: 36px;
  }
  .mfgp-card .mfgp-name {
    font-size: 0.9rem;
  }
  .mfgp-card .mfgp-currency,
  .mfgp-card .mfgp-price {
    font-size: 1.1rem !important;
  }
  #mfgp-currency-xag,
  #mfgp-currency-xau {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .body {
    margin-top: 50px;
  }
  body {
    margin-top: 43px;
  }
  .mfgp-card .mfgp-currency,
  .mfgp-card .mfgp-price {
    font-size: 0.85rem;
  }
  .mfgp-card .mfgp-text {
    gap: 10px;
  }
  .mfgp-logo {
    height: 20px;
  }
  .main-nav-container.fixed-header .inner {
    top: 52px !important;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    margin-top: 33px !important;
  }
  .mfgp-top-bar {
    flex-direction: column;
    gap: 3px;
  }
  .mfgp-card {
    display: none;
    align-items: center;
    position: relative;
  }
  .mfgp-main-card,
  .mfgp-top-bar.mfgp-open .mfgp-card {
    display: flex;
    padding: 0px;
  }
  .mfgp-center,
  .mfgp-left {
    gap: 4px;
    position: absolute;
  }
  .mfgp-main-card {
    order: 0;
    align-items: center;
    justify-content: flex-start;
  }
  .mfgp-top-bar.mfgp-open .mfgp-card:not(.mfgp-main-card) {
    order: 1;
  }
  .mfgp-center {
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    white-space: nowrap;
    text-align: center;
  }
  .mfgp-left {
    display: flex;
    align-items: center;
    left: 6px;
  }
  .mfgp-arrow {
    width: 16px;
    height: 16px;
  }
  .mfgp-mobile-toggle {
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    transition: transform 0.25s;
    color: #fff;
    display: block;
    margin: 0 6px;
  }
  .mfgp-top-bar.mfgp-open .mfgp-main-card .mfgp-mobile-toggle,
  .mfgp-top-bar.mfgp-open .mfgp-mobile-toggle {
    transform: rotate(180deg);
  }
  .mfgp-main-card .mfgp-mobile-toggle {
    display: inline-block;
    color: #000 !important;
  }
  #mfgp-currency-xag,
  #mfgp-currency-xau {
    font-size: 1rem !important;
  }
}