:root {
  --shed-burgundy: #421019;
  --shed-burgundy-2: #5b1020;
  --shed-gold: #dea953;
  --shed-gold-2: #f0c978;
  --shed-dark: #181818;
  --shed-footer: #1b2332;
  --shed-text: #5f5753;
  --shed-muted: #746b71;
  --shed-soft: #faf7f4;
  --shed-line: rgba(91, 16, 32, 0.11);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  position: relative;
}

img,
video,
iframe,
picture {
  max-width: 100% !important;
}

main,
.s-block,
.s-block__display,
.s-html,
.s-product-card,
.product-card,
.s-products-slider-block,
.s-products-block {
  font-family: "Swissra-Normal", "Swissra", "Tajawal", Arial, sans-serif !important;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
.s-block h1,
.s-block h2,
.s-block h3,
.s-block h4,
.s-block h5,
.s-block h6,
.section-title,
.s-block__title,
.s-title,
.block-title {
  font-family: "Swissra-Bold", "Swissra-Normal", "Tajawal", Arial, sans-serif !important;
  color: var(--shed-burgundy) !important;
  -webkit-text-fill-color: var(--shed-burgundy) !important;
  letter-spacing: -0.5px !important;
}

main p,
.s-block p,
.s-block li {
  color: var(--shed-text);
}

main .s-block,
.s-block,
.s-block--html,
.s-html,
.s-block__display {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

main .container,
main .s-container,
.s-block .container,
.s-block .s-container {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

main h1,
.s-block h1 {
  font-size: clamp(28px, 5.4vw, 54px) !important;
  line-height: 1.12 !important;
  margin-bottom: 10px !important;
}

main h2,
.s-block h2,
.section-title,
.s-block__title,
.s-title,
.block-title {
  font-size: clamp(24px, 4.4vw, 42px) !important;
  line-height: 1.16 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

main h3,
.s-block h3 {
  font-size: clamp(18px, 3.2vw, 28px) !important;
  line-height: 1.25 !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

main p,
.s-block p,
.s-block li {
  font-size: clamp(13px, 2.5vw, 16px) !important;
  line-height: 1.75 !important;
}

.s-html,
.s-block,
.s-block__display,
.s-block--html,
section,
main {
  max-width: 100%;
}

.shed-container,
.shed-wrap,
.shed-inner {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

.shed-subpage-shell,
.shed-home-shell,
.shed-fullscreen,
.shed-hero,
.shed-section,
.shed-about,
.shed-services,
.shed-packages,
.shed-cases,
.shed-banner,
.shed-cta {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.s-products-slider-block,
.s-products-block,
.s-product-list,
.s-products-list,
.packages-section,
#packages-section {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  text-align: center !important;
}

.s-products-slider-block .section-title,
.s-products-block .section-title,
.packages-section .section-title,
#packages-section .section-title {
  font-size: clamp(24px, 4.3vw, 40px) !important;
  line-height: 1.15 !important;
  margin-bottom: 8px !important;
  text-align: center !important;
  margin-inline: auto !important;
}

.s-products-slider-block .swiper-wrapper,
.s-products-block .swiper-wrapper,
.packages-section .swiper-wrapper,
#packages-section .swiper-wrapper {
  justify-content: center !important;
}

.s-product-card,
.product-card,
.s-product-card-vertical,
.s-products-list-vertical-cards .s-product-card {
  border-radius: 16px !important;
  overflow: hidden !important;
}

.s-product-card-content,
.s-product-card__content,
.product-card__content,
.s-product-card .content-wrap,
.s-product-card .s-product-card-content {
  padding: 12px 12px 14px !important;
}

.s-product-card h3,
.s-product-card__title,
.product-card h3,
.product-card__title,
.s-product-card-content-title,
.s-product-card-content-main h3 {
  font-size: clamp(17px, 3.6vw, 25px) !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
  color: var(--shed-burgundy) !important;
  -webkit-text-fill-color: var(--shed-burgundy) !important;
  font-family: "Swissra-Bold", "Swissra-Normal", "Tajawal", Arial, sans-serif !important;
  letter-spacing: -0.35px !important;
}

.s-product-card h3 br,
.s-product-card__title br,
.product-card h3 br,
.product-card__title br {
  display: block !important;
  content: "" !important;
  margin-bottom: 3px !important;
}

.s-product-card p,
.s-product-card__subtitle,
.product-card p,
.product-card__subtitle,
.s-product-card-content-subtitle {
  font-size: 13px !important;
  line-height: 1.65 !important;
  margin-bottom: 8px !important;
  color: #7d6960 !important;
  -webkit-text-fill-color: #7d6960 !important;
}

.s-product-card .s-button-element,
.s-product-card button,
.s-product-card a[class*="button"],
.product-card .s-button-element,
.product-card button,
.product-card a[class*="button"] {
  min-height: 40px !important;
  padding: 9px 14px !important;
  font-size: 13px !important;
  border-radius: 12px !important;
}

.s-product-card-image,
.s-product-card__image,
.product-card__image,
.s-product-card img {
  max-height: 230px !important;
  object-fit: cover !important;
}

#shed-case-studies-heading {
  width: min(1180px, calc(100% - 28px));
  margin: 4px auto 14px;
  text-align: center;
  direction: rtl;
}

#shed-case-studies-heading .shed-case-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f4ead8;
  border: 1px solid rgba(205, 161, 90, 0.35);
  color: var(--shed-burgundy);
  font-size: 11.5px;
  font-weight: 700;
  margin-bottom: 9px;
}

#shed-case-studies-heading h2 {
  margin: 0 0 8px;
  color: var(--shed-burgundy) !important;
  -webkit-text-fill-color: var(--shed-burgundy) !important;
  font-size: clamp(24px, 4.3vw, 40px);
  line-height: 1.16;
  font-weight: 800;
}

#shed-case-studies-heading p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--shed-muted) !important;
  -webkit-text-fill-color: var(--shed-muted) !important;
  font-size: clamp(13px, 2.4vw, 15.5px);
  line-height: 1.7;
}

.shed-premium-about-v3,
.shed-premium-about-v2,
.shed-premium-about,
.shed-section,
.shed-services,
.shed-packages,
.shed-cases,
.shed-cta,
.shed-stats,
.shed-team,
.shed-faq,
.shed-testimonials {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.shed-premium-about-v3 h1,
.shed-premium-about-v3 h2,
.shed-premium-about-v2 h1,
.shed-premium-about-v2 h2,
.shed-section h1,
.shed-section h2,
.shed-services h1,
.shed-services h2,
.shed-packages h1,
.shed-packages h2,
.shed-cases h1,
.shed-cases h2,
.shed-cta h1,
.shed-cta h2,
.shed-stats h1,
.shed-stats h2,
.shed-team h1,
.shed-team h2,
.shed-faq h1,
.shed-faq h2,
.shed-testimonials h1,
.shed-testimonials h2 {
  font-size: clamp(24px, 4.6vw, 46px) !important;
  line-height: 1.15 !important;
  margin-bottom: 10px !important;
}

.shed-premium-about-v3 p,
.shed-premium-about-v2 p,
.shed-section p,
.shed-services p,
.shed-packages p,
.shed-cases p,
.shed-cta p,
.shed-stats p,
.shed-team p,
.shed-faq p,
.shed-testimonials p {
  font-size: clamp(13px, 2.5vw, 16px) !important;
  line-height: 1.75 !important;
}

.shed-premium-about-v3 .sp-feature,
.shed-premium-about-v2 .sp-feature,
.shed-card,
.shed-service-card,
.shed-package-card,
.shed-case-card,
.shed-stat-card,
.shed-team-card,
.shed-faq-card,
.shed-review-card {
  border-radius: 18px !important;
  padding: 16px !important;
}

.shed-premium-about-v3 .sp-btn,
.shed-premium-about-v2 .sp-btn,
.shed-section a,
.shed-services a,
.shed-packages a,
.shed-cases a,
.shed-cta a {
  font-size: 13.5px !important;
  min-height: 42px !important;
  padding: 11px 16px !important;
  border-radius: 13px !important;
}

.shed-cta,
.shed-dark,
.shed-section-dark,
.shed-services-dark,
.shed-packages-dark,
.shed-premium-cta,
.shed-premium-services,
.shed-premium-packages {
  color: rgba(255, 255, 255, 0.88) !important;
}

.shed-cta h1,
.shed-cta h2,
.shed-cta h3,
.shed-cta h4,
.shed-dark h1,
.shed-dark h2,
.shed-dark h3,
.shed-dark h4,
.shed-section-dark h1,
.shed-section-dark h2,
.shed-section-dark h3,
.shed-section-dark h4,
.shed-services-dark h1,
.shed-services-dark h2,
.shed-services-dark h3,
.shed-services-dark h4,
.shed-packages-dark h1,
.shed-packages-dark h2,
.shed-packages-dark h3,
.shed-packages-dark h4,
.shed-premium-cta h1,
.shed-premium-cta h2,
.shed-premium-cta h3,
.shed-premium-cta h4,
.shed-premium-services h1,
.shed-premium-services h2,
.shed-premium-services h3,
.shed-premium-services h4,
.shed-premium-packages h1,
.shed-premium-packages h2,
.shed-premium-packages h3,
.shed-premium-packages h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.26) !important;
}

.shed-cta .kicker,
.shed-cta .eyebrow,
.shed-cta .subtitle,
.shed-cta [class*="kicker"],
.shed-cta [class*="eyebrow"],
.shed-dark .kicker,
.shed-dark .eyebrow,
.shed-dark .subtitle,
.shed-dark [class*="kicker"],
.shed-dark [class*="eyebrow"],
.shed-section-dark .kicker,
.shed-section-dark .eyebrow,
.shed-section-dark .subtitle,
.shed-section-dark [class*="kicker"],
.shed-section-dark [class*="eyebrow"],
.shed-premium-cta .kicker,
.shed-premium-cta .eyebrow,
.shed-premium-cta [class*="kicker"],
.shed-premium-cta [class*="eyebrow"],
.shed-premium-services .kicker,
.shed-premium-services .eyebrow,
.shed-premium-services [class*="kicker"],
.shed-premium-services [class*="eyebrow"] {
  color: var(--shed-gold) !important;
  -webkit-text-fill-color: var(--shed-gold) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.shed-cta p,
.shed-cta li,
.shed-dark p,
.shed-dark li,
.shed-section-dark p,
.shed-section-dark li,
.shed-services-dark p,
.shed-services-dark li,
.shed-packages-dark p,
.shed-packages-dark li,
.shed-premium-cta p,
.shed-premium-cta li,
.shed-premium-services p,
.shed-premium-services li,
.shed-premium-packages p,
.shed-premium-packages li {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  opacity: 1 !important;
}

.s-banner h1,
.s-banner h2,
.s-banner h3,
.s-banner h4,
.s-slider-block h1,
.s-slider-block h2,
.s-slider-block h3,
.s-slider-block h4,
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section h4,
.s-banner p,
.s-slider-block p,
.hero-section p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.slp,
.slp * {
  box-sizing: border-box;
}

.slp {
  --b: #421019;
  --b2: #5b1020;
  --g: #dea953;
  --ink: #241b1d;
  --muted: #70686a;
  --soft: #faf7f4;
  --line: rgba(91, 16, 32, 0.11);
  --shadow: 0 16px 45px rgba(25, 12, 16, 0.07);
  --shadow2: 0 24px 70px rgba(25, 12, 16, 0.12);
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 18px 10px 44px;
  overflow: hidden;
  direction: rtl;
  font-family: "Swissra-Normal", "Tajawal", Arial, sans-serif !important;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(222, 169, 83, 0.08), transparent 24%),
    radial-gradient(circle at 90% 20%, rgba(91, 16, 32, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf7f4 46%, #fff 100%);
}

.slp a {
  text-decoration: none !important;
}

.slp h1,
.slp h2,
.slp h3,
.slp strong,
.slp summary,
.slp b {
  font-family: "Swissra-Bold", "Swissra-Normal", "Tajawal", Arial, sans-serif !important;
  font-weight: 700 !important;
}

.slp h1,
.slp h2,
.slp h3,
.slp p {
  margin-top: 0;
}

.slp-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 30px;
  padding: 42px 22px 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(30, 5, 11, 0.92), rgba(91, 16, 32, 0.80)),
    url("https://ik.imagekit.io/42ah9dpycq/ChatGPT%20Image%20Apr%2027,%202026,%2002_14_53%20PM.png") center/cover no-repeat;
  box-shadow: var(--shadow2);
  isolation: isolate;
  animation: slpUp 0.7s ease both;
}

.slp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(222, 169, 83, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
  z-index: -1;
}

.slp-hero::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  left: -70px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(222, 169, 83, 0.18), transparent 70%);
  animation: slpGlow 5s ease-in-out infinite alternate;
  z-index: -1;
}

.slp-hero b,
.slp-sec > b {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--g) !important;
  -webkit-text-fill-color: var(--g) !important;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 9px;
}

.slp-hero b::before,
.slp-hero b::after,
.slp-sec > b::before,
.slp-sec > b::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.slp-hero h1 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 34px;
  line-height: 1.08;
  margin-bottom: 13px;
  letter-spacing: -0.5px;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.42);
}

.slp-hero p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13.5px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.slp-hero a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 12.5px;
  font-family: "Swissra-Bold", "Swissra-Normal", sans-serif !important;
  transition: 0.25s ease;
}

.slp-hero a:first-of-type {
  background: var(--g);
  color: #1b0e08 !important;
  -webkit-text-fill-color: #1b0e08 !important;
  box-shadow: 0 14px 28px rgba(222, 169, 83, 0.22);
}

.slp-hero a:last-of-type {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.slp-hero a:hover,
.slp-sec:hover,
.slp-stats i:hover,
.slp-grid p:hover,
.slp-grid3 p:hover,
.slp-flow p:hover,
.slp-tags span:hover {
  transform: translateY(-3px);
}

.slp-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 14px 0 0;
  animation: slpUp 0.8s ease both;
}

.slp-stats i {
  display: block;
  font-style: normal;
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 13px 8px;
  color: var(--b);
  font-family: "Swissra-Bold", "Swissra-Normal", sans-serif !important;
  font-size: 20px;
  line-height: 1;
  transition: 0.25s ease;
}

.slp-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  font-family: "Swissra-Normal", "Tajawal", Arial, sans-serif !important;
}

.slp-sec {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 24px 16px;
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(25, 12, 16, 0.045);
  transition: 0.25s ease;
  animation: slpUp 0.8s ease both;
}

.slp-sec h2 {
  color: var(--b) !important;
  -webkit-text-fill-color: var(--b) !important;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.slp-sec h3 {
  color: var(--b) !important;
  -webkit-text-fill-color: var(--b) !important;
  font-size: 28px;
  line-height: 1.15;
  margin: 12px 0 0;
}

.slp-sec p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 0;
}

.slp-dark {
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(222, 169, 83, 0.13), transparent 26%),
    linear-gradient(135deg, #2b0710 0%, #5b1020 58%, #6b1329 100%);
  border-color: rgba(255, 255, 255, 0.11);
}

.slp-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.slp-dark h2,
.slp-dark h3,
.slp-dark strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.slp-dark p,
.slp-dark a {
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

.slp-grid,
.slp-grid3,
.slp-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.slp-grid p,
.slp-grid3 p,
.slp-flow p {
  text-align: right;
  border-radius: 18px;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(25, 12, 16, 0.035);
  transition: 0.25s ease;
}

.slp-dark .slp-grid p,
.slp-dark .slp-grid3 p {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.slp-grid strong,
.slp-grid3 strong,
.slp-flow strong {
  display: block;
  margin-bottom: 7px;
  color: var(--b);
  font-size: 16px;
  line-height: 1.35;
}

.slp-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.slp-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(91, 16, 32, 0.07);
  border: 1px solid rgba(91, 16, 32, 0.10);
  color: var(--b);
  font-size: 12.5px;
  font-family: "Swissra-Bold", "Swissra-Normal", sans-serif !important;
  transition: 0.25s ease;
}

.slp details {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(25, 12, 16, 0.035);
}

.slp summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--b);
  font-size: 15px;
  line-height: 1.5;
}

.slp summary::-webkit-details-marker {
  display: none;
}

.slp summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(91, 16, 32, 0.08);
  color: var(--b);
}

.slp details[open] summary::after {
  content: "−";
  background: var(--b);
  color: #fff;
}

.slp details p {
  padding: 0 16px 16px;
}

.slp-flow p {
  background: radial-gradient(circle at 100% 0%, rgba(222, 169, 83, 0.09), transparent 30%), #fff;
}

.slp-contact a,
.slp a[href^="tel:"],
.slp a[href^="mailto:"] {
  direction: ltr;
  display: inline-block;
  font-family: "Swissra-Bold", "Swissra-Normal", sans-serif !important;
}

@keyframes slpUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slpGlow {
  from {
    opacity: 0.45;
    transform: scale(1);
  }

  to {
    opacity: 0.95;
    transform: scale(1.1);
  }
}

body.shed-home-theme {
  --shed-home-cream: #fbf7f1;
  --shed-home-cream-2: #f6efe6;
  --shed-home-card: #fffdf9;
  --shed-home-wine: #421019;
  --shed-home-wine-2: #5b1020;
  --shed-home-wine-3: #781a34;
  --shed-home-gold: #dea953;
  --shed-home-gold-2: #f0c978;
  --shed-home-ink: #24191c;
  --shed-home-muted: #776d70;
  --shed-home-line: rgba(66, 16, 25, 0.11);
  background: #fbf7f1 !important;
}

body.shed-home-theme main,
body.shed-home-theme .app,
body.shed-home-theme .store-home,
body.shed-home-theme .main-content,
body.shed-home-theme [role="main"] {
  gap: 0 !important;
  row-gap: 0 !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(222, 169, 83, 0.075), transparent 22%),
    radial-gradient(circle at 92% 14%, rgba(91, 16, 32, 0.04), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, #f6efe6 46%, #fbf7f1 100%) !important;
}

body.shed-home-theme main > *,
body.shed-home-theme [role="main"] > *,
body.shed-home-theme .main-content > *,
body.shed-home-theme .store-home > *,
body.shed-home-theme .app > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.shed-home-theme main > section,
body.shed-home-theme main > div,
body.shed-home-theme .s-block,
body.shed-home-theme .s-block-wrapper,
body.shed-home-theme .section,
body.shed-home-theme .home-section,
body.shed-home-theme .s-block--features,
body.shed-home-theme .s-block--banners,
body.shed-home-theme .s-block--products,
body.shed-home-theme .s-block--categories {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

body.shed-home-theme main > section + section,
body.shed-home-theme main > div + div,
body.shed-home-theme .s-block + .s-block,
body.shed-home-theme .s-block-wrapper + .s-block-wrapper,
body.shed-home-theme .section + .section,
body.shed-home-theme .home-section + .home-section {
  margin-top: 0 !important;
  padding-top: 4px !important;
}

body.shed-home-theme .container,
body.shed-home-theme .s-container,
body.shed-home-theme .content-container,
body.shed-home-theme .section-container,
body.shed-home-theme .s-block__container,
body.shed-home-theme .s-block__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 1180px !important;
}

body.shed-home-theme .bg-white,
body.shed-home-theme .bg-gray-50,
body.shed-home-theme .bg-slate-50,
body.shed-home-theme .bg-\[\#fff\],
body.shed-home-theme .bg-\[\#ffffff\] {
  background-color: #fbf7f1 !important;
}

body.shed-home-theme section[style*="background:#fff"],
body.shed-home-theme section[style*="background: #fff"],
body.shed-home-theme section[style*="background-color:#fff"],
body.shed-home-theme section[style*="background-color: #fff"],
body.shed-home-theme div[style*="background:#fff"],
body.shed-home-theme div[style*="background: #fff"],
body.shed-home-theme div[style*="background-color:#fff"],
body.shed-home-theme div[style*="background-color: #fff"] {
  background:
    radial-gradient(circle at 8% 4%, rgba(222, 169, 83, 0.07), transparent 22%),
    linear-gradient(180deg, #fbf7f1 0%, #f6efe6 100%) !important;
}

body.shed-home-theme .shed-section-light,
body.shed-home-theme .sq-section-light,
body.shed-home-theme .sq-profile,
body.shed-home-theme .shed-about-page,
body.shed-home-theme .shed-contact-page,
body.shed-home-theme .shed-services-page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background:
    radial-gradient(circle at 8% 4%, rgba(222, 169, 83, 0.075), transparent 22%),
    radial-gradient(circle at 92% 0%, rgba(91, 16, 32, 0.04), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, #f6efe6 100%) !important;
}

body.shed-home-theme .shed-section-dark,
body.shed-home-theme .sq-section-dark,
body.shed-home-theme .shed-packages-premium,
body.shed-home-theme .shed-premium-services,
body.shed-home-theme .shed-services-premium,
body.shed-home-theme .shed-services-dark {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  background:
    radial-gradient(circle at 12% 14%, rgba(222, 169, 83, 0.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #18070d 0%, #421019 44%, #781a34 100%) !important;
}

body.shed-home-theme .shed-packages-head,
body.shed-home-theme .shed-services-head,
body.shed-home-theme .shed-section-head,
body.shed-home-theme .sq-section-head {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

body.shed-home-theme .shed-packages-grid,
body.shed-home-theme .shed-services-grid,
body.shed-home-theme .sq-grid,
body.shed-home-theme .shed-grid {
  margin-top: 0 !important;
}

body.shed-home-theme .s-block__title,
body.shed-home-theme .section-title,
body.shed-home-theme .title,
body.shed-home-theme .s-block__description,
body.shed-home-theme .section-description,
body.shed-home-theme .subtitle {
  margin-top: 0 !important;
}

body.shed-home-theme .s-block__title,
body.shed-home-theme .section-title,
body.shed-home-theme .title {
  margin-bottom: 6px !important;
}

body.shed-home-theme .s-block__description,
body.shed-home-theme .section-description,
body.shed-home-theme .subtitle {
  margin-bottom: 8px !important;
}

body.shed-home-theme main > section:first-of-type,
body.shed-home-theme main > div:first-of-type {
  padding-top: 10px !important;
}

body.shed-home-theme main > section:last-of-type,
body.shed-home-theme main > div:last-of-type {
  padding-bottom: 10px !important;
}

body.shed-home-theme .mb-4,
body.shed-home-theme .mb-6,
body.shed-home-theme .mb-8,
body.shed-home-theme .mb-10,
body.shed-home-theme .mb-12,
body.shed-home-theme .my-4,
body.shed-home-theme .my-6,
body.shed-home-theme .my-8,
body.shed-home-theme .my-10,
body.shed-home-theme .my-12 {
  margin-bottom: 6px !important;
  margin-top: 6px !important;
}

body.shed-home-theme .py-8,
body.shed-home-theme .py-10,
body.shed-home-theme .py-12,
body.shed-home-theme .py-16,
body.shed-home-theme .py-20,
body.shed-home-theme .pt-8,
body.shed-home-theme .pt-10,
body.shed-home-theme .pt-12,
body.shed-home-theme .pt-16,
body.shed-home-theme .pt-20,
body.shed-home-theme .pb-8,
body.shed-home-theme .pb-10,
body.shed-home-theme .pb-12,
body.shed-home-theme .pb-16,
body.shed-home-theme .pb-20 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

body.shed-home-theme .card,
body.shed-home-theme .s-card,
body.shed-home-theme .s-product-card,
body.shed-home-theme .s-block__item,
body.shed-home-theme .feature-card,
body.shed-home-theme .service-card,
body.shed-home-theme .shed-card,
body.shed-home-theme .sq-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(222, 169, 83, 0.075), transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #fff8ef 100%) !important;
  border: 1px solid rgba(66, 16, 25, 0.11) !important;
  box-shadow:
    0 14px 34px rgba(21, 17, 17, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.shed-home-theme .card:hover,
body.shed-home-theme .s-card:hover,
body.shed-home-theme .s-product-card:hover,
body.shed-home-theme .s-block__item:hover,
body.shed-home-theme .feature-card:hover,
body.shed-home-theme .service-card:hover,
body.shed-home-theme .shed-card:hover,
body.shed-home-theme .sq-card:hover {
  border-color: rgba(222, 169, 83, 0.34) !important;
  box-shadow:
    0 22px 48px rgba(21, 17, 17, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

body.shed-home-theme h1,
body.shed-home-theme h2,
body.shed-home-theme h3,
body.shed-home-theme h4,
body.shed-home-theme .section-title,
body.shed-home-theme .s-block__title,
body.shed-home-theme .title {
  color: #421019 !important;
  -webkit-text-fill-color: #421019 !important;
}

body.shed-home-theme p,
body.shed-home-theme li,
body.shed-home-theme .description,
body.shed-home-theme .s-block__description,
body.shed-home-theme .subtitle {
  color: #776d70 !important;
  -webkit-text-fill-color: #776d70 !important;
}

body.shed-home-theme .shed-section-dark h1,
body.shed-home-theme .shed-section-dark h2,
body.shed-home-theme .shed-section-dark h3,
body.shed-home-theme .sq-section-dark h1,
body.shed-home-theme .sq-section-dark h2,
body.shed-home-theme .sq-section-dark h3,
body.shed-home-theme .shed-packages-premium h1,
body.shed-home-theme .shed-packages-premium h2,
body.shed-home-theme .shed-packages-premium h3,
body.shed-home-theme .shed-premium-services h1,
body.shed-home-theme .shed-premium-services h2,
body.shed-home-theme .shed-premium-services h3,
body.shed-home-theme .shed-services-premium h1,
body.shed-home-theme .shed-services-premium h2,
body.shed-home-theme .shed-services-premium h3,
body.shed-home-theme .shed-services-dark h1,
body.shed-home-theme .shed-services-dark h2,
body.shed-home-theme .shed-services-dark h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

body.shed-home-theme .shed-section-dark p,
body.shed-home-theme .shed-section-dark li,
body.shed-home-theme .sq-section-dark p,
body.shed-home-theme .sq-section-dark li,
body.shed-home-theme .shed-packages-premium p,
body.shed-home-theme .shed-packages-premium li,
body.shed-home-theme .shed-premium-services p,
body.shed-home-theme .shed-premium-services li,
body.shed-home-theme .shed-services-premium p,
body.shed-home-theme .shed-services-premium li,
body.shed-home-theme .shed-services-dark p,
body.shed-home-theme .shed-services-dark li {
  color: rgba(255, 255, 255, 0.84) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
}

body.shed-home-theme .shed-package-card p,
body.shed-home-theme .shed-package-card li,
body.shed-home-theme .shed-package-card h3,
body.shed-home-theme .shed-package-card span,
body.shed-home-theme .shed-package-card .shed-package-name,
body.shed-home-theme .shed-package-card .shed-package-sub,
body.shed-home-theme .shed-package-card .shed-package-desc,
body.shed-home-theme .shed-package-card .shed-package-label,
body.shed-home-theme .shed-package-card .shed-package-list li {
  text-shadow: none !important;
}

body.shed-home-theme .shed-package-card .shed-package-name,
body.shed-home-theme .shed-package-card .shed-package-label {
  color: #421019 !important;
  -webkit-text-fill-color: #421019 !important;
}

body.shed-home-theme .shed-package-card .shed-package-sub {
  color: #25191d !important;
  -webkit-text-fill-color: #25191d !important;
}

body.shed-home-theme .shed-package-card .shed-package-desc,
body.shed-home-theme .shed-package-card .shed-package-list li {
  color: #53494d !important;
  -webkit-text-fill-color: #53494d !important;
}

body.shed-home-theme .btn,
body.shed-home-theme .button,
body.shed-home-theme .s-button-btn,
body.shed-home-theme a[class*="btn"],
body.shed-home-theme button[class*="btn"] {
  border-radius: 999px !important;
}

body.shed-home-theme .chaty-widget,
body.shed-home-theme .chaty-widget *,
body.shed-home-theme .wa__widget_container,
body.shed-home-theme .wa__widget_container *,
body.shed-home-theme [class*="chatbot"],
body.shed-home-theme [class*="chatbot"] *,
body.shed-home-theme [id*="chatbot"],
body.shed-home-theme [id*="chatbot"] *,
body.shed-home-theme [class*="whatsapp"],
body.shed-home-theme [class*="whatsapp"] * {
  background: initial;
}

.shed-premium-cta .shed-cta-title,
.shed-premium-cta h2.shed-cta-title,
body.shed-home-theme .shed-premium-cta .shed-cta-title,
body.shed-home-theme .shed-premium-cta h2.shed-cta-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42) !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.shed-premium-cta .shed-cta-kicker,
body.shed-home-theme .shed-premium-cta .shed-cta-kicker {
  color: #f0c978 !important;
  -webkit-text-fill-color: #f0c978 !important;
}

.shed-premium-cta .shed-cta-text,
.shed-premium-cta .shed-cta-note,
body.shed-home-theme .shed-premium-cta .shed-cta-text,
body.shed-home-theme .shed-premium-cta .shed-cta-note {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

footer,
.store-footer,
.s-footer,
.main-footer {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 15% 20%, rgba(205, 161, 90, 0.10), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(91, 17, 34, 0.14), transparent 22%),
    linear-gradient(180deg, #151b26 0%, #1b2332 55%, #1f2b40 100%) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

footer::before,
.store-footer::before,
.s-footer::before,
.main-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.02) 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.015) 75%,
      transparent 100%
    );
  pointer-events: none;
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer h5,
.store-footer h6,
.s-footer h2,
.s-footer h3,
.s-footer h4,
.s-footer h5,
.s-footer h6,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.30) !important;
}

footer h3,
footer h4,
.store-footer h3,
.store-footer h4,
.s-footer h3,
.s-footer h4,
.main-footer h3,
.main-footer h4 {
  display: inline-block !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 16px !important;
  padding-bottom: 10px !important;
  position: relative !important;
}

footer h3::after,
footer h4::after,
.store-footer h3::after,
.store-footer h4::after,
.s-footer h3::after,
.s-footer h4::after,
.main-footer h3::after,
.main-footer h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cda15a, rgba(205, 161, 90, 0));
}

footer p,
footer span,
footer li,
footer a,
.store-footer p,
.store-footer span,
.store-footer li,
.store-footer a,
.s-footer p,
.s-footer span,
.s-footer li,
.s-footer a,
.main-footer p,
.main-footer span,
.main-footer li,
.main-footer a {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

footer ul,
footer ol,
.store-footer ul,
.store-footer ol,
.s-footer ul,
.s-footer ol,
.main-footer ul,
.main-footer ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer li,
.store-footer li,
.s-footer li,
.main-footer li {
  margin-bottom: 10px !important;
}

footer a,
.store-footer a,
.s-footer a,
.main-footer a {
  text-decoration: none !important;
  transition: color .25s ease, transform .25s ease !important;
}

footer a:hover,
.store-footer a:hover,
.s-footer a:hover,
.main-footer a:hover {
  color: #f0c978 !important;
  -webkit-text-fill-color: #f0c978 !important;
}

footer a::before,
.store-footer a::before,
.s-footer a::before,
.main-footer a::before {
  content: none !important;
  display: none !important;
}

footer a[href^="tel:"],
footer a[href^="mailto:"],
.store-footer a[href^="tel:"],
.store-footer a[href^="mailto:"],
.s-footer a[href^="tel:"],
.s-footer a[href^="mailto:"],
.main-footer a[href^="tel:"],
.main-footer a[href^="mailto:"] {
  color: #e7b762 !important;
  -webkit-text-fill-color: #e7b762 !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px;
}

footer a[href^="tel:"]:hover,
footer a[href^="mailto:"]:hover,
.store-footer a[href^="tel:"]:hover,
.store-footer a[href^="mailto:"]:hover,
.s-footer a[href^="tel:"]:hover,
.s-footer a[href^="mailto:"]:hover,
.main-footer a[href^="tel:"]:hover,
.main-footer a[href^="mailto:"]:hover {
  color: #ffd38c !important;
  -webkit-text-fill-color: #ffd38c !important;
}

footer .contact-icon,
.store-footer .contact-icon,
.s-footer .contact-icon,
.main-footer .contact-icon,
footer .icon-circle,
.store-footer .icon-circle,
.s-footer .icon-circle,
.main-footer .icon-circle {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid rgba(231, 183, 98, 0.35) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #e7b762 !important;
}

footer img,
.store-footer img,
.s-footer img,
.main-footer img {
  max-height: 62px;
}

@media (min-width: 768px) {
  .slp {
    padding: 28px 14px 64px;
  }

  .slp-hero {
    min-height: 510px;
    padding: 54px 44px 58px;
    border-radius: 34px;
  }

  .slp-hero h1 {
    font-size: 56px;
  }

  .slp-hero p {
    font-size: 16px;
  }

  .slp-stats {
    grid-template-columns: repeat(4, 1fr);
    margin-top: -24px;
    padding-inline: 22px;
    position: relative;
    z-index: 3;
  }

  .slp-sec {
    margin-top: 22px;
    padding: 34px 28px;
    border-radius: 30px;
  }

  .slp-sec h2 {
    font-size: 38px;
  }

  .slp-grid,
  .slp-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .slp-grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .shed-container,
  .shed-wrap,
  .shed-inner {
    padding-inline: 14px;
  }

  main .s-block,
  .s-block,
  .s-block--html,
  .s-html,
  .s-block__display {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  main .container,
  main .s-container,
  .s-block .container,
  .s-block .s-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  main h1,
  .s-block h1 {
    font-size: 28px !important;
    line-height: 1.14 !important;
    letter-spacing: -0.5px !important;
  }

  main h2,
  .s-block h2,
  .section-title,
  .s-block__title,
  .s-title,
  .block-title {
    font-size: 23px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.4px !important;
    margin-bottom: 8px !important;
  }

  main h3,
  .s-block h3 {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  main p,
  .s-block p,
  .s-block li {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .shed-premium-about-v3,
  .shed-premium-about-v2,
  .shed-premium-about,
  .shed-section,
  .shed-services,
  .shed-packages,
  .shed-cases,
  .shed-cta,
  .shed-stats,
  .shed-team,
  .shed-faq,
  .shed-testimonials {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .shed-premium-about-v3 h1,
  .shed-premium-about-v3 h2,
  .shed-premium-about-v2 h1,
  .shed-premium-about-v2 h2,
  .shed-section h1,
  .shed-section h2,
  .shed-services h1,
  .shed-services h2,
  .shed-packages h1,
  .shed-packages h2,
  .shed-cases h1,
  .shed-cases h2,
  .shed-cta h1,
  .shed-cta h2,
  .shed-stats h1,
  .shed-stats h2,
  .shed-team h1,
  .shed-team h2,
  .shed-faq h1,
  .shed-faq h2,
  .shed-testimonials h1,
  .shed-testimonials h2 {
    font-size: 24px !important;
    line-height: 1.16 !important;
  }

  .s-product-card-content,
  .s-product-card__content,
  .product-card__content,
  .s-product-card .content-wrap,
  .s-product-card .s-product-card-content {
    padding: 10px 10px 12px !important;
  }

  .s-product-card h3,
  .s-product-card__title,
  .product-card h3,
  .product-card__title,
  .s-product-card-content-title,
  .s-product-card-content-main h3 {
    font-size: 18px !important;
    line-height: 1.18 !important;
    margin-bottom: 7px !important;
    letter-spacing: -0.25px !important;
  }

  .s-product-card p,
  .s-product-card__subtitle,
  .product-card p,
  .product-card__subtitle,
  .s-product-card-content-subtitle {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
  }

  .s-product-card-image,
  .s-product-card__image,
  .product-card__image,
  .s-product-card img {
    max-height: 190px !important;
  }

  .s-product-card .s-button-element,
  .s-product-card button,
  .s-product-card a[class*="button"],
  .product-card .s-button-element,
  .product-card button,
  .product-card a[class*="button"] {
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: 12.5px !important;
    border-radius: 11px !important;
  }

  #shed-case-studies-heading {
    width: calc(100% - 22px) !important;
    margin: 0 auto 10px !important;
  }

  #shed-case-studies-heading .shed-case-kicker {
    padding: 6px 10px !important;
    font-size: 11px !important;
    margin-bottom: 7px !important;
  }

  #shed-case-studies-heading h2 {
    font-size: 23px !important;
    line-height: 1.18 !important;
  }

  #shed-case-studies-heading p {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
  }

  body.shed-home-theme main > section,
  body.shed-home-theme main > div,
  body.shed-home-theme .s-block,
  body.shed-home-theme .s-block-wrapper,
  body.shed-home-theme .section,
  body.shed-home-theme .home-section {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.shed-home-theme main > section + section,
  body.shed-home-theme main > div + div,
  body.shed-home-theme .s-block + .s-block,
  body.shed-home-theme .section + .section,
  body.shed-home-theme .home-section + .home-section {
    margin-top: 0 !important;
    padding-top: 2px !important;
  }

  body.shed-home-theme .shed-packages-premium,
  body.shed-home-theme .shed-premium-services,
  body.shed-home-theme .shed-services-premium,
  body.shed-home-theme .shed-services-dark,
  body.shed-home-theme .shed-section-dark,
  body.shed-home-theme .sq-section-dark {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body.shed-home-theme .shed-packages-head,
  body.shed-home-theme .shed-services-head,
  body.shed-home-theme .shed-section-head,
  body.shed-home-theme .sq-section-head {
    margin-bottom: 12px !important;
  }

  body.shed-home-theme .container,
  body.shed-home-theme .s-container,
  body.shed-home-theme .content-container,
  body.shed-home-theme .section-container,
  body.shed-home-theme .s-block__container,
  body.shed-home-theme .s-block__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .shed-premium-cta .shed-cta-title,
  .shed-premium-cta h2.shed-cta-title,
  body.shed-home-theme .shed-premium-cta .shed-cta-title,
  body.shed-home-theme .shed-premium-cta h2.shed-cta-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.48) !important;
  }

  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6,
  .store-footer h2,
  .store-footer h3,
  .store-footer h4,
  .store-footer h5,
  .store-footer h6,
  .s-footer h2,
  .s-footer h3,
  .s-footer h4,
  .s-footer h5,
  .s-footer h6,
  .main-footer h2,
  .main-footer h3,
  .main-footer h4,
  .main-footer h5,
  .main-footer h6 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}

@media (max-width: 420px) {
  main h1,
  .s-block h1 {
    font-size: 25px !important;
  }

  main h2,
  .s-block h2,
  .section-title,
  .s-block__title,
  .s-title,
  .block-title {
    font-size: 21px !important;
  }

  .s-product-card h3,
  .s-product-card__title,
  .product-card h3,
  .product-card__title,
  .s-product-card-content-title,
  .s-product-card-content-main h3 {
    font-size: 16.5px !important;
    line-height: 1.18 !important;
  }
}
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .footer-title,
footer .s-footer-title,
footer .s-footer__title,
footer .store-footer-title,
footer .store-footer__title,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer h5,
.store-footer h6,
.store-footer .footer-title,
.store-footer .s-footer-title,
.store-footer .s-footer__title,
.store-footer .store-footer-title,
.store-footer .store-footer__title,
.s-footer h2,
.s-footer h3,
.s-footer h4,
.s-footer h5,
.s-footer h6,
.s-footer .footer-title,
.s-footer .s-footer-title,
.s-footer .s-footer__title,
.s-footer .store-footer-title,
.s-footer .store-footer__title,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6,
.main-footer .footer-title,
.main-footer .s-footer-title,
.main-footer .s-footer__title,
.main-footer .store-footer-title,
.main-footer .store-footer__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.32) !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

@media (max-width: 768px) {
  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6,
  footer .footer-title,
  footer .s-footer-title,
  footer .s-footer__title,
  footer .store-footer-title,
  footer .store-footer__title,
  .store-footer h2,
  .store-footer h3,
  .store-footer h4,
  .store-footer h5,
  .store-footer h6,
  .store-footer .footer-title,
  .store-footer .s-footer-title,
  .store-footer .s-footer__title,
  .store-footer .store-footer-title,
  .store-footer .store-footer__title,
  .s-footer h2,
  .s-footer h3,
  .s-footer h4,
  .s-footer h5,
  .s-footer h6,
  .s-footer .footer-title,
  .s-footer .s-footer-title,
  .s-footer .s-footer__title,
  .s-footer .store-footer-title,
  .s-footer .store-footer__title,
  .main-footer h2,
  .main-footer h3,
  .main-footer h4,
  .main-footer h5,
  .main-footer h6,
  .main-footer .footer-title,
  .main-footer .s-footer-title,
  .main-footer .s-footer__title,
  .main-footer .store-footer-title,
  .main-footer .store-footer__title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.36) !important;
  }
}
body.shed-home-theme footer h1,
body.shed-home-theme footer h2,
body.shed-home-theme footer h3,
body.shed-home-theme footer h4,
body.shed-home-theme footer h5,
body.shed-home-theme footer h6,
body.shed-home-theme footer strong,
body.shed-home-theme footer .footer-title,
body.shed-home-theme footer .s-footer-title,
body.shed-home-theme footer .s-footer__title,
body.shed-home-theme footer .store-footer-title,
body.shed-home-theme footer .store-footer__title,
body.shed-home-theme footer [class*="title"],
body.shed-home-theme .store-footer h1,
body.shed-home-theme .store-footer h2,
body.shed-home-theme .store-footer h3,
body.shed-home-theme .store-footer h4,
body.shed-home-theme .store-footer h5,
body.shed-home-theme .store-footer h6,
body.shed-home-theme .store-footer strong,
body.shed-home-theme .store-footer .footer-title,
body.shed-home-theme .store-footer .s-footer-title,
body.shed-home-theme .store-footer .s-footer__title,
body.shed-home-theme .store-footer .store-footer-title,
body.shed-home-theme .store-footer .store-footer__title,
body.shed-home-theme .store-footer [class*="title"],
body.shed-home-theme .s-footer h1,
body.shed-home-theme .s-footer h2,
body.shed-home-theme .s-footer h3,
body.shed-home-theme .s-footer h4,
body.shed-home-theme .s-footer h5,
body.shed-home-theme .s-footer h6,
body.shed-home-theme .s-footer strong,
body.shed-home-theme .s-footer .footer-title,
body.shed-home-theme .s-footer .s-footer-title,
body.shed-home-theme .s-footer .s-footer__title,
body.shed-home-theme .s-footer .store-footer-title,
body.shed-home-theme .s-footer .store-footer__title,
body.shed-home-theme .s-footer [class*="title"],
body.shed-home-theme .main-footer h1,
body.shed-home-theme .main-footer h2,
body.shed-home-theme .main-footer h3,
body.shed-home-theme .main-footer h4,
body.shed-home-theme .main-footer h5,
body.shed-home-theme .main-footer h6,
body.shed-home-theme .main-footer strong,
body.shed-home-theme .main-footer .footer-title,
body.shed-home-theme .main-footer .s-footer-title,
body.shed-home-theme .main-footer .s-footer__title,
body.shed-home-theme .main-footer .store-footer-title,
body.shed-home-theme .main-footer .store-footer__title,
body.shed-home-theme .main-footer [class*="title"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.32) !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.shed-home-theme footer h3::after,
body.shed-home-theme footer h4::after,
body.shed-home-theme .store-footer h3::after,
body.shed-home-theme .store-footer h4::after,
body.shed-home-theme .s-footer h3::after,
body.shed-home-theme .s-footer h4::after,
body.shed-home-theme .main-footer h3::after,
body.shed-home-theme .main-footer h4::after {
  background: linear-gradient(90deg, #dea953, rgba(222, 169, 83, 0)) !important;
}

@media (max-width: 768px) {
  body.shed-home-theme footer h1,
  body.shed-home-theme footer h2,
  body.shed-home-theme footer h3,
  body.shed-home-theme footer h4,
  body.shed-home-theme footer h5,
  body.shed-home-theme footer h6,
  body.shed-home-theme footer strong,
  body.shed-home-theme footer .footer-title,
  body.shed-home-theme footer .s-footer-title,
  body.shed-home-theme footer .s-footer__title,
  body.shed-home-theme footer .store-footer-title,
  body.shed-home-theme footer .store-footer__title,
  body.shed-home-theme footer [class*="title"],
  body.shed-home-theme .store-footer h1,
  body.shed-home-theme .store-footer h2,
  body.shed-home-theme .store-footer h3,
  body.shed-home-theme .store-footer h4,
  body.shed-home-theme .store-footer h5,
  body.shed-home-theme .store-footer h6,
  body.shed-home-theme .store-footer strong,
  body.shed-home-theme .store-footer .footer-title,
  body.shed-home-theme .store-footer .s-footer-title,
  body.shed-home-theme .store-footer .s-footer__title,
  body.shed-home-theme .store-footer .store-footer-title,
  body.shed-home-theme .store-footer .store-footer__title,
  body.shed-home-theme .store-footer [class*="title"],
  body.shed-home-theme .s-footer h1,
  body.shed-home-theme .s-footer h2,
  body.shed-home-theme .s-footer h3,
  body.shed-home-theme .s-footer h4,
  body.shed-home-theme .s-footer h5,
  body.shed-home-theme .s-footer h6,
  body.shed-home-theme .s-footer strong,
  body.shed-home-theme .s-footer .footer-title,
  body.shed-home-theme .s-footer .s-footer-title,
  body.shed-home-theme .s-footer .s-footer__title,
  body.shed-home-theme .s-footer .store-footer-title,
  body.shed-home-theme .s-footer .store-footer__title,
  body.shed-home-theme .s-footer [class*="title"],
  body.shed-home-theme .main-footer h1,
  body.shed-home-theme .main-footer h2,
  body.shed-home-theme .main-footer h3,
  body.shed-home-theme .main-footer h4,
  body.shed-home-theme .main-footer h5,
  body.shed-home-theme .main-footer h6,
  body.shed-home-theme .main-footer strong,
  body.shed-home-theme .main-footer .footer-title,
  body.shed-home-theme .main-footer .s-footer-title,
  body.shed-home-theme .main-footer .s-footer__title,
  body.shed-home-theme .main-footer .store-footer-title,
  body.shed-home-theme .main-footer .store-footer__title,
  body.shed-home-theme .main-footer [class*="title"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.36) !important;
  }
}
/* Mobile performance optimization - Shed Legal */

@media (max-width: 768px) {
  body,
  main,
  section,
  .s-block,
  .s-html,
  .s-block__display {
    scroll-behavior: auto !important;
  }

  main section,
  .s-block,
  .s-html,
  .shed-premium-about-v3,
  .shed-premium-cta,
  .shed-packages-premium,
  .shed-premium-services,
  .shed-services-premium,
  .shed-section,
  .shed-services,
  .shed-packages,
  .shed-cases {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
  }

  img,
  picture,
  video {
    max-width: 100% !important;
    height: auto;
  }

  img {
    image-rendering: auto;
  }

  .shed-premium-about-v3,
  .shed-premium-cta,
  .shed-packages-premium,
  .shed-premium-services,
  .shed-services-premium,
  .shed-services-dark,
  .shed-section-dark,
  .sq-section-dark,
  .slp-sec,
  .slp-hero,
  .shed-package-card,
  .shed-card,
  .shed-service-card,
  .s-product-card,
  .card,
  .s-card {
    animation-duration: .25s !important;
    transition-duration: .2s !important;
  }

  .shed-package-card::before,
  .shed-package-card:hover::before,
  .shed-premium-cta::before,
  .shed-premium-cta::after,
  .shed-cta-wrap::after,
  .slp-hero::after,
  .shed-premium-services::before,
  .shed-premium-services::after {
    animation: none !important;
  }

  .shed-package-shine,
  .shed-cta-btn::before,
  .shed-package-btn::before {
    display: none !important;
  }

  .shed-package-card:hover,
  .shed-package-featured:hover,
  .shed-card:hover,
  .shed-service-card:hover,
  .s-product-card:hover,
  .card:hover,
  .s-card:hover {
    transform: none !important;
  }

  .shed-package-card,
  .shed-card,
  .shed-service-card,
  .s-product-card,
  .card,
  .s-card,
  .slp-sec {
    box-shadow: 0 10px 24px rgba(21, 17, 17, 0.045) !important;
  }

  .shed-package-card::after,
  .shed-card,
  .shed-service-card,
  .slp-sec,
  .shed-cta-wrap {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  [style*="filter: blur"],
  [style*="filter:blur"] {
    filter: none !important;
  }

  .shed-premium-cta,
  .shed-packages-premium,
  .shed-premium-services,
  .shed-services-premium {
    background-attachment: scroll !important;
  }
}
/* ===== Shed Legal Tablet Responsive Fix ===== */
/* Applies only to tablets / medium screens */

@media (min-width: 768px) and (max-width: 1180px) {

  body {
    overflow-x: hidden !important;
  }

  section,
  .container,
  .s-container,
  .s-block,
  .s-block__container,
  .main-content,
  .content,
  .page-content {
    max-width: 100% !important;
  }

  .s-container,
  .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Product grids on tablet */
  .products-grid,
  .s-products-list-wrapper,
  .s-products-list,
  .grid,
  .s-block--products-slider .swiper-wrapper {
    gap: 22px !important;
  }

  .products-grid,
  .s-products-list-wrapper,
  .s-products-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-entry,
  .s-product-card,
  .s-product-card-entry {
    width: 100% !important;
    max-width: 100% !important;
  }

  .s-product-card-image,
  .s-product-card-image img,
  .product-entry__image img {
    width: 100% !important;
    object-fit: cover !important;
  }

  .s-product-card-content {
    padding: 16px 14px !important;
  }

  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry__title a {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .s-product-card-content-subtitle,
  .product-entry__sub-title {
    font-size: 13px !important;
    line-height: 1.8 !important;
  }

  .s-product-card-price,
  .product-entry__price {
    font-size: 15px !important;
  }

  .s-product-card-content-footer,
  .product-entry__buttons {
    margin-top: 14px !important;
  }

  .s-button-element,
  .s-product-card-content-footer button,
  .product-entry__buttons button {
    min-height: 42px !important;
    font-size: 13px !important;
  }

  /* Custom home / profile sections */
  .shed-premium-about-v3 .sp-wrap,
  .shedp .g2,
  .shedp .g3,
  .shedp .g4,
  .shed-team-luxury-grid,
  .shed-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shedp .hero,
  .shedp .hero .content {
    min-height: 560px !important;
  }

  .shedp .hero .content {
    padding: 36px 28px !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .shedp .hero-copy {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .shedp .hero h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
  }

  .shedp .hero p {
    font-size: 15px !important;
    line-height: 1.9 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .shedp .sec {
    padding: 24px !important;
  }

  .shedp .title,
  .shed-team-luxury-head h2 {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }

  .shedp .sub,
  .shed-team-luxury-head p {
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  .shedp .team-img,
  .shed-team-image-wrap {
    height: 320px !important;
  }

  .shedp .team h3,
  .shed-team-content h3 {
    font-size: 22px !important;
  }

  .shedp .team p,
  .shed-team-content p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  /* Contact cards */
  .shedp .contact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Prevent large visuals from breaking tablet width */
  img,
  video,
  iframe {
    max-width: 100% !important;
  }
}

/* ===== iPad landscape / large tablet fine tuning ===== */

@media (min-width: 1024px) and (max-width: 1180px) {

  .products-grid,
  .s-products-list-wrapper,
  .s-products-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .shed-team-luxury-grid,
  .shed-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .shedp .g4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shedp .g3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
/* ===== Safari Responsive Stretch Fix - Shed Legal ===== */

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Prevent Safari from stretching custom sections */
.shed-hero-section,
.shed-services-premium,
.shed-premium-about-v3,
.shedp,
.shed-team-section,
.shed-team-luxury-container {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  overflow-x: hidden !important;
}

/* Main hero Safari control */
.shed-hero-section,
.shedp .hero,
.hero {
  height: auto !important;
  min-height: 560px !important;
  max-height: 760px !important;
  overflow: hidden !important;
}

.shed-hero-section img,
.shedp .hero img,
.hero img,
.shedp .hero .bg img {
  width: 100% !important;
  height: 100% !important;
  max-height: 760px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Services section: stop Safari image/card stretching */
.shed-services-premium {
  min-height: unset !important;
  height: auto !important;
}

.shed-services-wrap,
.shed-services-grid {
  height: auto !important;
  min-height: unset !important;
}

.shed-services-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
}

.shed-service-card {
  height: auto !important;
  min-height: 320px !important;
  max-height: none !important;
  align-self: start !important;
}

.shed-service-img {
  height: auto !important;
  min-height: unset !important;
  max-height: 330px !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

.shed-service-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: 330px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* About/Profile image cards Safari fix */
.shedp .card,
.shedp .strip,
.shedp .team,
.shed-team-member,
.shed-team-luxury-grid > *,
.shed-team-grid > * {
  height: auto !important;
  min-height: unset !important;
  align-self: start !important;
}

.shedp .team-img,
.shed-team-img,
.shed-team-media,
.shed-team-image-wrap {
  height: auto !important;
  min-height: unset !important;
  max-height: 340px !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
}

.shedp .team-img img,
.shed-team-img img,
.shed-team-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-height: 340px !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}

/* Any image inside custom sections */
.shed-services-premium img,
.shed-premium-about-v3 img,
.shedp img,
.shed-team-section img,
.shed-team-luxury-container img {
  max-width: 100% !important;
  object-fit: cover !important;
  -webkit-user-drag: none;
}

/* Safari / iPad / tablet sizes */
@media (min-width: 681px) and (max-width: 1180px) {
  .shed-hero-section,
  .shedp .hero,
  .hero {
    min-height: 520px !important;
    max-height: 650px !important;
  }

  .shed-hero-section img,
  .shedp .hero img,
  .hero img,
  .shedp .hero .bg img {
    max-height: 650px !important;
  }

  .shed-services-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .shed-service-card {
    grid-template-columns: 42% 1fr !important;
    min-height: 300px !important;
  }

  .shed-service-img {
    max-height: 300px !important;
    aspect-ratio: 4 / 3 !important;
  }

  .shed-service-img img {
    max-height: 300px !important;
  }

  .shedp .g2,
  .shedp .g3,
  .shedp .g4,
  .shed-team-grid,
  .shed-team-luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
  }
}

/* iPad landscape / large tablet */
@media (min-width: 981px) and (max-width: 1180px) {
  .shed-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shed-service-card {
    grid-template-columns: 44% 1fr !important;
    min-height: 300px !important;
  }

  .shed-team-grid,
  .shed-team-luxury-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile Safari */
@media (max-width: 680px) {
  .shed-hero-section,
  .shedp .hero,
  .hero {
    min-height: 500px !important;
    max-height: none !important;
  }

  .shed-service-card {
    grid-template-columns: 1fr !important;
    min-height: unset !important;
  }

  .shed-service-img {
    height: 210px !important;
    max-height: 210px !important;
    aspect-ratio: 16 / 9 !important;
    margin: 16px !important;
    margin-bottom: 0 !important;
  }

  .shed-service-img img {
    height: 210px !important;
    max-height: 210px !important;
  }

  .shedp .team-img,
  .shed-team-img,
  .shed-team-media,
  .shed-team-image-wrap {
    max-height: 360px !important;
    aspect-ratio: 4 / 5 !important;
  }
}

/* Extra Safari safety: disable problematic fixed backgrounds */
@supports (-webkit-appearance: none) {
  .shed-hero-section,
  .shed-services-premium,
  .shed-premium-about-v3,
  .shedp,
  .hero,
  section {
    background-attachment: scroll !important;
  }

  .shed-service-img,
  .shedp .team-img,
  .shed-team-img,
  .shed-team-image-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}
/* ===== Shed Header Text & Icons White Fix ===== */

header,
.main-nav,
.store-header,
.s-header,
.navbar,
.header-inner {
  background: rgba(16, 16, 20, 0.92) !important;
}

/* روابط الهيدر */
header a,
.main-nav a,
.store-header a,
.s-header a,
.navbar a,
.header-inner a,
header nav a,
.s-header nav a {
  color: rgba(255,255,255,0.92) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.92) !important;
}

/* Hover */
header a:hover,
.main-nav a:hover,
.store-header a:hover,
.s-header a:hover,
.navbar a:hover,
.header-inner a:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* السلة وتسجيل الدخول والأيقونات */
header svg,
header i,
header button svg,
header a svg,
.main-nav svg,
.store-header svg,
.s-header svg,
.navbar svg,
.s-cart-summary-icon,
.s-user-menu-trigger,
.sicon-shopping-bag,
.sicon-user,
.sicon-search,
.sicon-menu {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* أزرار السلة / الحساب / البحث */
header button,
header .btn,
header a[href*="cart"],
header a[href*="login"],
header a[href*="profile"],
header a[href*="account"],
.s-cart-summary-wrapper,
.s-user-menu-wrapper,
.s-search-input-wrapper,
.s-search-icon,
.s-header .s-cart-summary-wrapper,
.s-header .s-user-menu-wrapper {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* نص السلة */
.s-cart-summary-total,
.s-cart-summary-count,
.s-cart-summary-content,
.s-cart-summary-wrapper span,
.s-cart-summary-wrapper b,
.s-cart-summary-wrapper small,
.s-header .s-cart-summary-total,
.s-header .s-cart-summary-count {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* عداد السلة الصغير */
.s-cart-summary-count,
.s-cart-count,
.cart-count,
.s-badge {
  background: #ffffff !important;
  color: #5b1020 !important;
  -webkit-text-fill-color: #5b1020 !important;
}

/* حدود أزرار الهيدر */
header button,
.s-cart-summary-wrapper,
.s-user-menu-wrapper,
.s-search-input-wrapper {
  border-color: rgba(255,255,255,0.12) !important;
}

/* الموبايل */
@media(max-width:768px) {
  header a,
  .main-nav a,
  .store-header a,
  .s-header a,
  .navbar a,
  .header-inner a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  header svg,
  header i,
  .sicon-shopping-bag,
  .sicon-user,
  .sicon-search,
  .sicon-menu {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }
}