/* Add custom CSS styles below */ 
@font-face {
  font-family: "thamanyah";
  src: url("https://raw.githubusercontent.com/Osama-ahmad077/fonts/main/thmanyahserifdisplay-Light.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thamanyah";
  src: url("https://raw.githubusercontent.com/Osama-ahmad077/fonts/main/thmanyahserifdisplay-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thamanyah";
  src: url("https://raw.githubusercontent.com/Osama-ahmad077/fonts/main/thmanyahserifdisplay-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thamanyah";
  src: url("https://raw.githubusercontent.com/Osama-ahmad077/fonts/main/thmanyahserifdisplay-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thamanyah";
  src: url("https://raw.githubusercontent.com/Osama-ahmad077/fonts/main/thmanyahserifdisplay-Black.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: "thamanyah", serif;
  font-feature-settings: "salt" 1;
  font-variant-alternates: stylistic;
}
.bg-white,
.faq-layout,
.faq-layout *,
.page-single .content-entry * {
  background-color: rgb(236 226 209) !important;
}

salla-advertisement{
  height: 70px !important
}

salla-advertisement > div {
  background: rgb(236 226 209) !important;
}
.s-advertisement-content-main {
  font-size: 1rem !important;
  font-family: "thamanyah" !important;
}

#hajr-loader {
  position: fixed;
  inset: 0;
  background: #ece2d1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2147483647;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
  overflow: hidden;
}

#hajr-loader.hide {
  opacity: 0;
  visibility: hidden;
}

#hajr-loader::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  animation: ringRotate 8s linear infinite;
}

#hajr-loader::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.12) 45%,
    transparent 70%
  );
  filter: blur(10px);
  animation: glow 3s ease-in-out infinite;
}

#hajr-loader img {
  width: 140px;
  position: relative;
  z-index: 3;
  animation:
    logoEnter 1s ease forwards,
    float 4s ease-in-out infinite 1s;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.08));
}

@keyframes logoEnter {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes glow {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.75;
  }
}

@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

html {
  overflow-x: hidden;
}

html body {
  line-height: 1.5;
}

.faq-container {
  min-width: 1200px;
}
.container {
  max-width: 1520px;
  padding: 16px;
}

/* =====================================================
   PRODUCT CARD (WITHOUT IMAGE STYLES)
   ===================================================== */

.s-product-card-wishlist-btn {
  display: none;
}

.s-product-card-vertical {
  border-radius: 22px;
  min-height: 340px;
}

.s-product-card-vertical .s-product-card-content .s-product-card-content-main {
  max-width: 85%;
}

.s-product-card-vertical .s-product-card-content-sub {
  margin-bottom: 5px !important;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  flex: none !important;
}

.s-product-card-vertical .s-product-card-content {
  padding: 20px 16px 16px !important;
  text-align: center;
  flex: 1 !important;
  justify-content: space-between !important;
  gap: 10px;
  align-items: center;
}

.s-product-card-vertical
  .s-product-card-content-footer
  salla-add-product-button {
  display: flex;
  justify-content: end;
}

.s-product-card-vertical [product-status="out"] .s-button-text span {
  display: block;
}

.s-product-card-vertical
  .s-product-card-content-footer
  [product-status="out"]
  > div.w-full {
  width: fit-content;
  padding: 4px;
}

.s-product-card-vertical .s-product-card-sale-price {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: start;
  gap: 4px;
  margin-bottom: -6px;
}

.s-product-card-vertical * {
  line-height: 1.3;
}

.s-product-card-vertical
  .s-product-card-content-footer
  salla-add-product-button
  > div.w-full
  .s-button-element {
  padding: 0;
  border-radius: 50%;
  width: fit-content;
  height: 34px;
  padding-inline: 8px;
}

.s-product-card-vertical
  .s-product-card-content-footer
  salla-add-product-button
  > div.w-full
  .s-button-element
  .s-button-text,
.s-product-card-vertical
  salla-add-product-button
  .s-button-element
  .s-button-text {
  color: var(--color-primary);
}

.s-product-card-vertical .btn.btn--outline-primary {
  padding: 0 !important;
}
.s-product-card-vertical .s-product-card-content-footer {
  position: static;
  width: 100%;
}
.s-product-card-vertical .s-product-card-content {
  justify-content: center;
}
.s-product-card-vertical .s-product-card-content-sub {
  justify-content: center;
}
.s-product-card-vertical
  .s-product-card-content-footer
  salla-add-product-button
  > div.w-full
  .s-button-element {
  width: 100%;
}

/* =====================================================
   PRODUCT CARD RESPONSIVE
   ===================================================== */

@media (min-width: 768px) {
  .s-product-card-vertical .s-product-card-content {
    align-items: start;
  }

  .s-product-card-vertical
    .s-product-card-content-footer
    salla-add-product-button
    > div.w-full
    .s-button-element {
    width: fit-content;
  }
  .s-product-card-vertical .s-product-card-content {
    text-align: start;
  }
  .s-product-card-vertical .s-product-card-content-sub {
    justify-content: start;
  }
  .s-product-card-vertical .s-product-card-content-footer {
    position: absolute;
    left: 14px;
    bottom: 16px;
  }
  .s-product-card-vertical .s-product-card-content {
    justify-content: start;
  }

  .s-product-card-vertical
    .s-product-card-content-footer
    salla-add-product-button {
    display: flex;
    justify-content: end;
  }

  .s-product-card-vertical
    .s-product-card-content-footer
    salla-add-product-button
    > div.w-full {
    width: fit-content;
    height: 34px;
  }

  .s-product-card-vertical .s-product-card-price {
    max-width: 70%;
  }

  .s-product-card-vertical .s-product-card-sale-price {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: start;
    gap: 4px;
    margin-bottom: -8px;
  }
}
.s-product-card-content-title a {
  font-size: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px !important;
  font-weight: normal;
}
.s-product-card-price {
  font-size: clamp(0.938rem, 0.8808rem + 0.2442vw, 1.125rem);
  line-height: 1.5;
}

.s-product-card-content-footer .s-button-text {
  font-size: clamp(0.938rem, 0.8808rem + 0.2442vw, 1.125rem);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
}
body
  .s-product-card-content
  .s-product-card-content-footer
  salla-add-product-button
  salla-button
  button.s-button-element {
  border-radius: 4px !important;
  color: var(--color-primary);
  background-color: transparent;
  padding-block: clamp(0.5rem, 0.3469rem + 0.6531vw, 1rem);
  border: 1px solid transparent;
}

.s-product-card-entry img {
  border-radius: 8px 8px 0 0;
}

.s-slider-block__title h2,
.s-block__title h2 {
  font-size: clamp(1.5rem, 1.2704rem + 0.9796vw, 2.25rem) !important;
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.view-all-link .arrow {
  transition: transform 0.25s ease;
}

.view-all-link:hover {
  color: #000;
}

.view-all-link:hover .arrow {
  transform: translateX(-4px);
}

salla-cart-summary {
  min-width: unset;
  margin: 0 !important;
}
header .flex.items-center.justify-end {
  gap: 10px;
}

.s-block__display-all {
  font-size: clamp(0.938rem, 0.8808rem + 0.2442vw, 1.125rem);
}

.s-block.s-block--bundle-store-features {
  margin-top: 2rem;
}
body {
  background-color: #ece2d1 !important;
}

header.store-header {
  padding-block: 8px;
}

@media (min-width: 1024px) {
  .content--single-page {
    width: 100%;
  }
  .container {
    max-width: 1520px;
  }
}
.s-block--bundle-store-features {
  padding: 16px;
}

/* Hero Section Styles */
.hero-section {
  display: flex;
  align-items: center;
  min-height: 500px;
}

.hero-image {
  flex: 1;
  height: 500px;
  background-image: url("https://cdn.files.salla.network/homepage/632614970/1136d3b2-eaef-473c-a942-50f03f0db74b.webp");
  background-size: cover;
  background-position: center;
}

.hero-content {
  flex: 1;
  padding: 60px;
  text-align: center;
}

.hero-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: normal;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  padding: 12px 25px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #000;
  transition: 0.3s;
  cursor: pointer;
}

.btn-black {
  background: #000;
  color: #ece2d1;
}

.btn-outline {
  background: transparent;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Contact Form Styles */
.contact-container {
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-group {
  flex: 1;
}

input,
textarea {
  padding: 15px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  height: 120px;
}

.page-single .submit-btn {
  background: #000 !important;
  color: #ece2d1;
  border: none;
  padding: 18px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
}
custom-main-menu {
  min-height: unset !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  header .navbar-brand img {
    max-height: 40px;
  }
  .hero-section {
    flex-direction: column;
  }
  .hero-image {
    width: 100%;
    height: 300px;
  }
  .form-row {
    flex-direction: column;
  }
}

body.page-single p:has(img) {
  display: inline-block !important;
  margin-left: 1rem;
}

.s-product-card-fit-height .s-product-card-image {
  height: clamp(13rem, 10.8571rem + 9.1429vw, 20rem);
  max-height: clamp(13rem, 10.8571rem + 9.1429vw, 20rem) !important;
}

salla-contacts.s-contacts.hydrated {
  display: none;
}

.s-user-menu-login-btn {
  border: unset;
  max-height: 24px;
  max-width: 24px;
  margin: 0 !important;
}
.s-user-menu-login-btn i {
  font-size: 1.2rem !important;
}
.header-btn__icon.icon.sicon-shopping-bag {
  max-width: fit-content;
}

body.index .store-footer {
  margin-top: 0;
}

footer .hidden.lg\:block {
  display: none;
}
.lg\:hidden.contact-social {
  display: block;
}

.s-user-menu-trigger-avatar {
  height: 2rem;
  width: 2rem;
}

.top-navbar {
  display: none;
}

.absolute.z-\[2\].top-4.rtl\:left-4.ltr\:right-4.bg-white.shadow-sm.flex.flex-col.justify-center.items-center.rounded-full.w-20.h-20.md\:w-24.md\:h-24 {
  display: none;
}

.s-comments-product {
  display: none;
}

.main-nav-container {
  box-shadow: unset;
}

.navbar-brand img {
  max-width: 120px;
}

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

.navbar-brand img {
  max-height: 4rem;
  max-width: 100px;
  width: auto;
}

@media (min-width: 1280px) {
  .s-block.s-block--fixed-banner .container {
    max-width: 100% !important;
  }
}

.s-block.s-block--fixed-banner .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#mainnav i {
  border: unset !important;
}
#mainnav {
  height: 70px !important;
  min-height: 70px !important;
  background-color: #ece2d1;
}

/* Carousel */

.s-block:nth-of-type(1) {
  margin-top: 0 !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;
}

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

/* Products */

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

.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 {
  text-align: center !important;
}

body:not(body.product-single)
  .s-button-element:not(.s-product-card-wishlist-btn) {
  background: #ece2d1;
  color: var(--color-primary) !important;
  border-radius: 0;
  border: unset;
}
.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: #ece2d1 !important;
}
@media (max-width: 600px) {
  .s-products-slider-card {
    width: 55%;
  }
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  border-radius: 0 !important;
}

/* Footer */

footer .max-w-sm.leading-6.mb-6:after {
  margin-top: 16px !important;
  content: "";
  display: block;
}

.store-footer,
.store-footer__inner {
  background-color: #ece2d1 !important;
}

footer .grid > div:first-child a {
  flex-direction: column;
  align-items: start;
}

footer .grid > div:first-child a a {
  font-weight: bold;
  text-decoration: underline;
}

footer .grid > div:first-child a a:hover {
  cursor: pointer;
}

footer a.flex.items-center.m-0 h3 {
  display: none;
}

@media (min-width: 1024px) {
  footer .md\:flex.items-center.justify-between.py-4.container.text-center {
    margin-top: -60px !important;
  }

  footer div:has(salla-menu) {
    grid-column: 3/5;
  }
  .s-menu-footer-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    max-width: 355px;
  }
  footer .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  footer .lg\:col-span-2 {
    grid-column: span 1 / span 1;
  }
  .store-footer__inner {
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .footer-is-light .store-footer .contact-social:after {
    content: "0569831409";
    font-weight: 500;
    margin-top: 3rem;
    margin-left: 1rem;
    display: block;
    text-align: left;
    font-family: serif;
    font-size: 1.2rem;
  }
}

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

  footer .grid:before {
    width: 100% !important;
  }
}

footer .grid:before {
  content: "";
  display: block;
  width: 200px;
  height: 80px;
  background: url("https://cdn.files.salla.network/theme/632614970/8450ea84-500f-4610-a65f-4e0deadf8503.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.s-contacts-item span.unicode {
  font-size: 1rem;
}

.s-contacts-icon svg,
.s-social-link a svg,
.s-social-link a {
  height: 1.5rem;
  width: 1.5rem;
  border: unset;
}

.s-social-link a {
  font-size: 1.5rem;
}

.s-social-link path,
.s-contacts-icon path {
  fill: #ece2d1;
}

.s-social-list {
  gap: 2rem;
}

span.s-social-icon,
.s-contacts-icon {
  background: var(--color-primary) !important;
  padding: 0.5rem;
  margin: 8px !important;
  border-radius: 50%;
}

.s-contacts-icon {
  height: 2rem;
  width: 2rem;
  border: unset;
}

/* Special Heading */

.s-slider-block__title h2,
.s-block__title h2 {
  font-size: 48px !important;
  position: relative;
  color: var(--color-primary) !important;
}

@media (max-width: 1024px) {
  .s-slider-block__title h2,
  .s-block__title h2 {
    font-size: 28px !important;
  }
}
.header-search-btn {
  order: -1 !important;
  width: 20px;
  height: 20px;
  margin: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}
.header-search-btn svg path {
  stroke: var(--main-text-color);
}
salla-cart-summary,
.header-btn {
  order: 2;
}

.hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* main container */
.promo-bundle-container {
  margin-top: 7%;
  width: 100%;
  max-width: var(--max-width, 1520px);
  background: transparent;
}

/* section header styles */
.section-header {
  margin-bottom: 2%;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2c1810;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6b4c3c;
  max-width: 600px;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

/* promo grid - banner on left, products on right */
.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gap, 32px);
  align-items: stretch;
}

/* banner column */
.banner-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--item-radius, 16px);
  position: relative;
  min-height: var(
    --min-height-desktop,
    clamp(15.625rem, 10.8418rem + 20.4082vw, 31.25rem)
  );
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}

.banner-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  background: var(--banner-bg, #422724);
  padding: 40px 32px;
  border-radius: 20px;
  max-width: 95%;
  width: 100%;
  margin-bottom: 5%;
}

.banner-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--banner-text, #ece2d1);
  margin-bottom: 24px;
  line-height: 1.4;
}

.banner-btn {
  display: inline-block;
  background: var(--btn-bg, #ece2d1);
  color: var(--btn-text, #422724);
  padding: 12px 32px;
  border-radius: var(--btn-radius, 8px);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.banner-btn:hover {
  transform: scale(1.03);
  background: #fef5ef;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

/* products column */
.products-column {
  border-radius: var(--item-radius, 16px);
  padding: var(--item-padding-desktop, 0px);
  overflow: hidden;
  min-height: var(
    --min-height-desktop,
    clamp(15.625rem, 10.8418rem + 20.4082vw, 31.25rem)
  );
  display: flex;
  flex-direction: column;
}

/* vertical wrapper - ترتيب عمودي للبطاقات */
.products-wrapper {
  display: flex;
  gap: 20px;
  height: 100%;
  justify-content: center;
}

/* VERTICAL PRODUCT CARD - صورة فوق النص (عمودي) */
.product-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #ece2d1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 16px;
  cursor: pointer;
  gap: 12px;
  flex: 1 1 0%;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: #d4c5bc;
}

.product-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 !important;
}

.product-info {
  width: 100%;
  margin-top: 16px;
}

.product-title {
  font-size: 1rem;
  font-weight: 500;
  color: #2c1810;
  margin-bottom: 8px;
  line-height: 1.4;
}

.product-price {
  font-size: 1.1rem;
  font-weight: 500;
  color: #c27a5e;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.product-price i {
  font-size: 0.9rem;
  font-weight: normal;
}

/* responsive design */
@media (max-width: 992px) {
  .promo-grid {
    gap: 24px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .banner-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .promo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .promo-grid {
    display: flex;
    flex-direction: column;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
    padding: 0 16px;
  }

  .products-column {
    padding: var(--item-padding-mobile, 0px);
    min-height: auto;
  }

  .products-wrapper {
    gap: 16px;
  }

  .product-card {
    padding: 16px;
  }

  .product-title {
    font-size: 0.9rem;
  }

  .banner-column {
    min-height: 420px;
  }

  .banner-title {
    font-size: 1.5rem;
  }

  .banner-content {
    padding: 28px 20px;
    max-width: 90%;
    margin-bottom: 5%;
  }

  .banner-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.4rem;
  }

  .banner-title {
    font-size: 1.3rem;
  }

  .product-price {
    font-size: 1rem;
  }

  .product-card {
    padding: 12px;
  }
}

.content.content--single-page.w-full {
  display: flex;
  flex-direction: column;
}
.content-entry {
  display: flex;
  flex-direction: column;
}
.s-slider-block__title h2,
.s-block__title h2 {
  font-size: clamp(1.5rem, 1.2704rem + 0.9796vw, 1.5rem) !important;
  font-weight: 500 !important;
}
body .store-footer .contact-social {
  border-top: none;
  margin-top: 0;
}