/*************************************/
/********      solar-video  **********/
/*************************************/
.solar-hero {
	height: auto;
	min-height: 0;
	background: #050506;
	overflow: hidden;
}

.solar-hero__video {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	background: #050506;
}

.solar-hero__video--mobile {
	display: none;
}

@media (min-width: 601px) {
	.solar-hero {
		height: calc((100vw * 9 / 16) - 82px);
	}

	.solar-hero__video--desktop {
		height: calc(100% + 17px);
		transform: translateY(-17px);
	}
}

@media (max-width: 600px) {
	.solar-hero__video--desktop {
		display: none;
	}

	.solar-hero__video--mobile {
		display: block;
	}
}

/* Unified Modal-inspired hero override */
.solar-hero {
	height: calc((100vw * 9 / 16) - 65px);
	min-height: 0;
	background: radial-gradient(circle at 50% 42%, rgba( 238, 185, 76, .18), transparent 30%), #070b12;
}

.solar-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	filter: none;
}

@media (min-width: 601px) {
	.solar-hero {
		height: calc((100vw * 9 / 16) - 82px);
	}

	.solar-hero__video--desktop {
		height: calc(100% + 17px);
		transform: translateY(-17px);
	}
}

@media (max-width: 900px) {
	.solar-hero {
		height: 100vh;
		height: 100svh;
		min-height: 0;
	}

	.solar-hero__video--desktop {
		display: none;
	}

	.solar-hero__video--mobile {
		display: block;
		transform: none;
	}
}

/* Existing WooCommerce mini-cart, recolored for the solar header. */
.solar-header .t-mini-cart {
  --tmc-bg: #081321;
  --tmc-text: #f3f5f8;
  --tmc-muted: #929aaa;
  --tmc-primary: #e9ad3d;
  --tmc-border: rgba(218, 171, 83, .24);
  --tmc-shadow: 0 22px 58px rgba(0, 0, 0, .48);
  position: relative;
  direction: rtl;
}

.solar-header .t-mini-cart-toggle {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .035);
  color: rgba(238, 245, 255, .82);
  box-shadow: none;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.solar-header .t-mini-cart-toggle:hover,
.solar-header .t-mini-cart-toggle:focus-visible {
  border-color: rgba(218, 171, 83, .58);
  background: rgba(218, 171, 83, .1);
  color: #f0bd5d;
}

.solar-header .t-mini-cart-icon svg path {
  stroke: currentColor;
}

.solar-header .t-mini-cart-count {
  background: linear-gradient(145deg, #f4c263, #d99525);
  color: #111722;
  box-shadow: 0 0 0 2px #09111f;
}

.solar-header .t-mini-cart-panel {
  inset-block-start: 50px;
  block-size: clamp(550px, 69vh, 680px);
  max-block-size: calc(100vh - 92px);
  border-color: var(--tmc-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 34%),
    var(--tmc-bg);
  color: var(--tmc-text);
  box-shadow: var(--tmc-shadow);
}

.solar-header .t-mini-cart-panel .widget_shopping_cart_content {
  display: flex;
  block-size: 100%;
  min-block-size: 0;
  flex-direction: column;
}

.solar-header .t-mini-cart-panel .woocommerce-mini-cart {
  max-block-size: none;
  min-block-size: 0;
  flex: 1 1 auto;
}

.solar-header .t-mini-cart-panel .widget_shopping_cart_content > .bottom {
  flex: 0 0 auto;
}

.solar-header .t-mini-cart-panel .woocommerce-mini-cart__empty-message {
  display: grid;
  min-block-size: 0;
  place-content: center;
  flex: 1 1 auto;
}

.solar-header .woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background: rgba(218, 171, 83, .38);
}

.solar-header .woocommerce-mini-cart-item:not(:last-child) {
  border-bottom-color: rgba(255, 255, 255, .08);
}

.solar-header .woocommerce-mini-cart-item .title,
.solar-header .woocommerce-mini-cart-item .content .price .woocommerce-Price-amount,
.solar-header .woocommerce-mini-cart-item .sepidsolar-mini-cart-price,
.solar-header .woocommerce-mini-cart-item .sepidsolar-mini-cart-price .woocommerce-Price-amount,
.solar-header .widget_shopping_cart_content .woocommerce-Price-amount,
.solar-header .widget_shopping_cart_content .woocommerce-Price-currencySymbol {
  color: var(--tmc-text);
}

.solar-header .woocommerce-mini-cart-item .content .thumbnail {
  border-color: rgba(218, 171, 83, .18);
  background: rgba(255, 255, 255, .96);
}

.solar-header .woocommerce-mini-cart-item .content .variation,
.solar-header .woocommerce-mini-cart__total strong,
.solar-header .woocommerce-mini-cart__empty-message {
  color: var(--tmc-muted);
}

.solar-header .woocommerce-mini-cart-item .quantity input {
  border-color: rgba(218, 171, 83, .22);
  background: rgba(255, 255, 255, .055);
  color: var(--tmc-text);
}

.solar-header .woocommerce-mini-cart-item .sepidsolar-quantity-box .quantity {
  border-color: rgba(218, 171, 83, .3);
  background: rgba(255, 255, 255, .025);
}

.solar-header .woocommerce-mini-cart-item .quantity-button,
.solar-header .woocommerce-mini-cart-item .quantity-button svg {
  color: #e8b657;
}

.solar-header .widget_shopping_cart_content .bottom {
  border-color: rgba(218, 171, 83, .2);
  background: rgba(255, 255, 255, .025);
}

.solar-header .woocommerce-mini-cart__buttons .wc-forward {
  min-block-size: 48px;
  padding: 10px 20px;
  border-color: rgba(137, 150, 169, .42);
  border-radius: 7px;
  background: rgba(5, 15, 29, .72);
  color: #aaaeb5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .018);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.solar-header .woocommerce-mini-cart__buttons .wc-forward:hover {
  border-color: rgba(179, 190, 205, .62);
  background: rgba(9, 22, 40, .92);
  color: #d4d7dc;
}

.solar-header .woocommerce-mini-cart__buttons .checkout {
  border-color: #e6a52f;
  background: linear-gradient(100deg, #f5bc4c 0%, #e4a43a 100%);
  color: #241a0c;
  box-shadow: inset 0 1px 0 rgba(255, 225, 157, .28);
}

.solar-header .woocommerce-mini-cart__buttons .checkout:hover {
  border-color: #f0b743;
  background: linear-gradient(100deg, #f8c55e 0%, #e9ad43 100%);
  color: #1e160a;
}





/*************************************/
/********      solar-home   **********/
/*************************************/
:root {
  --ink: #050b18;
  --deep: #081329;
  --forest: #0d1d38;
  --gold: #d6ae69;
  --gold-light: #f2d496;
  --line: rgba(232,210,165,.16);
  --muted: #aab5c7;
  --white: #f4f1e9
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body.sepid-solar-home {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Vazirmatn",Tahoma,sans-serif;
  direction: rtl;
  overflow-x: hidden
}

.sepid-mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
	html:has(body.sepid-solar-home),
	body.sepid-solar-home {
		background:
			radial-gradient(circle at 50% 18%, rgba( 238, 185, 76, .16), transparent 38%),
			linear-gradient(180deg, #081326 0%, #050b18 54%, #030712 100%) !important;
	}

	body.sepid-solar-home {
		padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
	}

	body.sepid-solar-home::before {
		background:
			linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
			linear-gradient(0deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
			radial-gradient(circle at 50% calc(100% - 42px), rgba( 238, 185, 76, .2), transparent 220px),
			linear-gradient(180deg, transparent calc(100% - 128px), #050b18 calc(100% - 82px), #030712 100%) !important;
		background-size: 82px 82px, 82px 82px, 100% 100%, 100% 100% !important;
	}

	.sepid-mobile-bottom-nav {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    z-index: 999999;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 5px;
    min-height: 60px;
    padding: 7px;
    border: 1px solid rgba(214, 174, 105, .36);
    border-radius: 22px;
    background: rgba(5, 11, 24, .92);
    box-shadow:
      0 -34px 54px rgba(8, 19, 38, .78),
      0 16px 38px rgba(0, 0, 0, .3),
      inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(18px);
    isolation: isolate;
    overflow: visible;
    direction: rtl;
  }

  .sepid-mobile-bottom-nav::before {
    content: "";
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: calc(112px + env(safe-area-inset-bottom, 0px));
    background:
      linear-gradient(180deg, rgba(8, 19, 38, 0) 0%, #081326 24%, #050b18 58%, #030712 100%),
      linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 100% 100%, 82px 82px, 82px 82px;
    pointer-events: none;
  }

  .sepid-mobile-bottom-nav a {
    position: relative;
    display: grid;
    min-width: 0;
    place-items: center;
    gap: 4px;
    min-height: 46px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: rgba(238, 245, 255, .72);
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.3;
    text-align: center;
  }

  .sepid-mobile-bottom-nav svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .sepid-mobile-bottom-nav .is-active,
  .sepid-mobile-bottom-nav a:hover {
    color: #f2d496;
    background: linear-gradient(180deg, rgba(214, 174, 105, .12), rgba(214, 174, 105, .045));
    box-shadow: inset 0 0 0 1px rgba(214, 174, 105, .16);
  }

  .sepid-mobile-bottom-nav__count {
    position: absolute;
    top: 3px;
    right: calc(50% - 1px);
    display: grid;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    place-items: center;
    border-radius: 999px;
    background: #d6ae69;
    color: #10151f;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(5, 11, 24, .92);
  }
}

a {
  text-decoration: none;
  color: inherit
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.sepid-container {
  width: min(1180px,calc(100% - 48px));
  margin: auto
}

.solar-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}

.solar-header {
  position: fixed;
  z-index: 80;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 24px;
  transition: .4s
}

.solar-header__inner {
  direction: ltr;
  max-width: 1320px;
  height: 72px;
  margin: auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "actions nav brand";
  align-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(5,11,24,.56);
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(20px);
  transition: .4s
}


.solar-header__inner {
  direction: ltr;
  max-width: 1320px;
  height: 72px;
  margin: auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "actions nav brand";
  align-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(5,11,24,.56);
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(20px);
  transition: .4s
}


.solar-header.is-scrolled {
  top: 8px
}

.solar-header.is-scrolled .solar-header__inner {
  height: 64px;
  background: rgba(5,11,24,.86)
}

.solar-brand {
  grid-area: brand;
  justify-self: end;
  display: flex;
  direction: rtl;
  align-items: center;
  gap: 10px
}

.solar-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold)
}

.solar-brand__mark svg {
  width: 38px
}

.solar-brand b {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1
}

.solar-brand small {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 1px
}

.solar-nav {
  grid-area: nav;
  display: flex;
  gap: 25px;
  direction: rtl
}

.solar-nav__list,
.solar-nav__list > li {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solar-nav a {
  position: relative;
  color: #d9dfeb;
  font-size: 13px;
  transition: .3s
}

.solar-nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: .3s
}

.solar-nav a:hover,.solar-nav .is-active {
  color: var(--gold-light)
}

.solar-nav a:hover:after,.solar-nav .is-active:after {
  width: 100%
}

.solar-nav .current-menu-item > a,
.solar-nav .current-menu-ancestor > a {
  color: var(--gold-light)
}

.solar-nav .current-menu-item > a:after,
.solar-nav .current-menu-ancestor > a:after {
  width: 100%
}

.solar-header__actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr
}

.solar-header-search {
  grid-area: search;
  justify-self: center;
  display: grid;
  grid-template-columns: 34px minmax(110px, 1fr);
  align-items: center;
  width: clamp(170px, 16vw, 260px);
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba( 238, 185, 76, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  direction: rtl;
  transition: border-color .28s ease, background .28s ease, width .28s ease;
}

.solar-header-search:focus-within {
  width: clamp(210px, 20vw, 320px);
  border-color: rgba(213, 165, 70, .42);
  background: rgba(255, 255, 255, .07);
}

.solar-header-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 13px 0 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #eef5ff;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
}

.solar-header-search input[type="search"]::placeholder {
  color: rgba(238, 245, 255, .48);
}

.solar-header-search button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
}

.solar-header-search button svg {
  width: 16px;
}

.solar-icon-btn {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: #e8ebf2;
  transition: .3s
}

.solar-icon-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px)
}

.solar-icon-btn svg {
  width: 17px
}

.solar-cart span {
  position: absolute;
  top: -5px;
  right: -4px;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #10182b;
  font-size: 8px
}

.solar-shop-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 5px;
  padding: 10px 14px;
  border-radius: 20px;
  background: rgba(214,174,105,.15);
  color: var(--gold-light);
  font-size: 12px;
  direction: rtl;
  transition: .3s
}

.solar-shop-btn:hover {
  background: var(--gold);
  color: #111a30
}

.solar-shop-btn svg {
  width: 15px
}

.solar-menu-toggle,.solar-mobile-nav {
  display: none
}

.solar-hero {
  position: relative;
  isolation: isolate;
  min-height: 810px;
  height: 100vh;
  overflow: hidden;
  background: #060d1d
}

.solar-hero__image,.solar-hero__shade {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.solar-hero__shade {
  z-index: -2;
  background: linear-gradient(90deg,rgba(3,7,18,.12),rgba(3,7,18,.36) 45%,rgba(3,7,18,.92) 100%),linear-gradient(0deg,#050b18 0%,transparent 25%,rgba(3,7,18,.18) 100%)
}

.solar-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .5
}

.solar-orb--one {
  right: -180px;
  top: 130px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle,rgba(214,174,105,.18),transparent 68%)
}

.solar-orb--two {
  left: 20%;
  bottom: -220px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,rgba( 238, 185, 76,.18),transparent 68%)
}

.solar-hero__content {
  padding-top: 190px
}

.solar-eyebrow,.solar-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

.solar-eyebrow i {
  width: 30px;
  height: 1px;
  background: var(--gold)
}

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

.solar-hero h1 {
  margin: 20px 0;
  font-size: clamp(54px,5.5vw,82px);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0
}

em {
  color: var(--gold-light);
  font-family: inherit;
  font-style: normal;
  font-weight: 400
}

.solar-hero__lead {
  max-width: 580px;
  color: #c6cfdf;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1
}

.solar-hero__buttons {
  display: flex;
  gap: 12px;
  margin-top: 28px
}

.solar-btn {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 22px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 28px;
  font-size: 13px;
  font-weight: 600;
  transition: .35s
}

.solar-btn svg {
  width: 17px
}

.solar-btn--gold {
  background: linear-gradient(135deg,var(--gold-light),var(--gold));
  box-shadow: 0 8px 30px rgba(214,174,105,.18);
  color: #111a30
}

.solar-btn--gold:hover {
  box-shadow: 0 12px 34px rgba(214,174,105,.35)
}

.solar-btn--ghost {
  border-color: rgba(255,255,255,.24);
  color: #ecf0f7
}

.solar-btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold)
}

.solar-stats {
  display: flex;
  gap: 40px;
  margin-top: 65px
}

.solar-stats div {
  padding-left: 38px;
  border-left: 1px solid rgba(255,255,255,.13)
}

.solar-stats div:last-child {
  border: 0
}

.solar-stats strong {
  display: block;
  color: var(--gold-light);
  font-size: 27px;
  font-weight: 500
}

.solar-stats sup {
  font-size: 15px
}

.solar-stats span {
  display: block;
  margin-top: 5px;
  color: #bbc5d6;
  font-size: 11px
}

.solar-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #d7deea;
  font-size: 10px;
  letter-spacing: 1px;
  transform: translateX(-50%)
}

.solar-scroll i {
  display: block;
  width: 23px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 14px
}

.solar-scroll b {
  display: block;
  width: 3px;
  height: 7px;
  margin: 6px auto;
  border-radius: 2px;
  background: var(--gold);
  animation: scrollDot 1.8s infinite
}

@keyframes scrollDot {
  50% {
      transform: translateY(12px);
      opacity: .2
  }
}

.solar-section {
  padding: 120px 0
}

.solar-intro {
  background: var(--ink)
}

.sepid-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px
}

.solar-copy h2,.solar-section-head h2,.solar-consult h2 {
  margin: 13px 0 20px;
  font-size: clamp(32px,4vw,48px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0
}

.solar-copy>p:not(.solar-kicker) {
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1
}

.solar-text-link {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  color: var(--gold-light);
  font-size: 13px
}

.solar-text-link svg {
  width: 18px;
  transition: .3s
}

.solar-text-link:hover svg {
  transform: translateX(-7px)
}

.solar-intro__visual {
  position: relative;
  min-height: 430px;
  perspective: 1000px
}

.solar-visual-card {
  position: absolute;
  inset: 35px 15px 0 55px;
  padding: 36px;
  border: 1px solid rgba(214,174,105,.25);
  border-radius: 20px;
  background: linear-gradient(145deg,#122542,#08152b);
  box-shadow: 0 35px 50px rgba(0,0,0,.22);
  overflow: hidden
}

.solar-panel-grid {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,transparent 49%,rgba(214,174,105,.12) 50%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(214,174,105,.11) 50%,transparent 51%);
  background-size: 62px 62px;
  opacity: .55
}

.solar-visual-card span,.solar-visual-card strong,.solar-visual-card p {
  position: relative;
  display: block
}

.solar-visual-card span {
  margin-top: 130px;
  color: var(--muted);
  font-size: 13px
}

.solar-visual-card strong {
  margin-top: 9px;
  color: var(--gold-light);
  font-size: 72px;
  font-weight: 400;
  line-height: 1
}

.solar-visual-card small {
  font-size: 28px
}

.solar-visual-card p {
  color: #b4bfd0;
  font-size: 12px
}

.solar-float-card {
  position: absolute;
  padding: 15px 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  background: rgba(7,17,38,.76);
  box-shadow: 0 16px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(16px)
}

.solar-float-card--top {
  top: 0;
  right: -15px
}

.solar-float-card--bottom {
  bottom: 22px;
  left: 0
}

.solar-float-card span {
  display: block;
  color: #b1bdcf;
  font-size: 11px
}

.solar-float-card b {
  display: block;
  margin-top: 4px;
  color: var(--gold-light);
  font-size: 18px;
  font-weight: 500
}

.solar-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px
}

.solar-store-products {
  position: relative;
  overflow: hidden;
  background:
      radial-gradient(circle at 13% 18%, rgba( 238, 185, 76, .18), transparent 28%),
      radial-gradient(circle at 84% 0%, rgba(213, 165, 70, .16), transparent 26%),
      linear-gradient(180deg, #07090d 0%, #090f1b 52%, #060607 100%);
  color: #f5f7fb
}

.solar-store-products__head {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 30px;
  text-align: center
}

.solar-store-products__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px,3vw,34px);
  font-weight: 800
}

.solar-store-products__head i {
  display: block;
  width: 86px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--gold), #eeb94c, transparent)
}

.solar-store-products__slider {
  overflow: hidden;
  padding: 2px 2px 12px
}


.solar-store-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba( 238, 185, 76, .18), transparent 42%, rgba(220, 170, 72, .14));
  opacity: 0;
  transition: opacity .25s
}

.solar-store-product:hover {
  border-color: rgba(213, 165, 70, .34);
  background:
      linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)),
      rgba(9, 15, 26, .94);
  transform: translateY(-4px)
}

.solar-store-product:hover::before {
  opacity: 1
}

.solar-store-product__image {
  display: block;
  aspect-ratio: 1.34;
  overflow: hidden;
  border-radius: 8px;
  background:
      radial-gradient(circle at 50% 42%, rgba(255,255,255,.16), transparent 34%),
      linear-gradient(135deg, rgba(20, 40, 72, .88), rgba(11, 16, 24, .94));
  border: 1px solid rgba(255,255,255,.08)
}

.solar-store-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s, filter .35s
}

.solar-store-product:hover .solar-store-product__image img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.035)
}

.solar-store-product h3 {
  min-height: 50px;
  margin: 0;
  color: #f5f7fb;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
  text-align: right
}

.solar-store-product h3 a {
  color: inherit
}

.solar-store-product__button {
  min-height: 48px;
  padding: 7px 9px 7px 12px;
  border: 1px solid rgba( 238, 185, 76, .28);
  border-radius: 8px;
  background:
      linear-gradient(135deg, rgba( 238, 185, 76, .88), rgba( 238, 185, 76, .88)),
      rgba(12, 35, 70, .9);
  color: #fff;
  display: grid;
  grid-template-columns: 32px minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-align: right;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  transition: border-color .25s, box-shadow .25s, transform .25s
}

.solar-store-product__button:hover {
  border-color: rgba(213, 165, 70, .48);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 28px rgba( 238, 185, 76, .22);
  transform: translateY(-2px)
}

.solar-store-product__button-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  display: grid;
  place-items: center;
  color: var(--gold-light)
}

.solar-store-product__button-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round
}

.solar-store-product__price {
  color: var(--gold-light);
  font-weight: 800
}

.solar-store-product__price del {
  margin-inline-start: 4px;
  color: rgba(255,255,255,.46);
  font-size: 12px
}

.solar-store-product__price ins {
  color: var(--gold-light);
  text-decoration: none
}

.solar-store-product .added_to_cart {
  display: block;
  margin-top: -6px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  text-align: center
}

.solar-store-products__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  direction: ltr
}

.solar-store-products__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  transition: border-color .25s, background .25s, color .25s, transform .25s
}

.solar-store-products__arrow:hover {
  border-color: rgba(213, 165, 70, .52);
  background: rgba(213, 165, 70, .14);
  color: var(--gold-light);
  transform: translateY(-2px)
}

.solar-store-products__arrow svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.solar-store-products__arrow.swiper-button-disabled {
  opacity: .42;
  cursor: default
}

.solar-articles {
  position: relative;
  overflow: hidden;
  background:
      radial-gradient(circle at 18% 12%, rgba( 238, 185, 76, .16), transparent 30%),
      radial-gradient(circle at 86% 74%, rgba(210, 177, 111, .12), transparent 28%),
      linear-gradient(180deg, #050506 0%, #090d16 48%, #050506 100%)
}

.solar-articles::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent);
  opacity: .55
}

.solar-articles__head {
  position: relative;
  z-index: 1
}

.solar-articles__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px
}

.solar-article-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background:
      linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.03)),
      rgba(8, 13, 22, .9);
  box-shadow: 0 24px 54px rgba(0,0,0,.25);
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  isolation: isolate;
  transition: border-color .28s, transform .28s, background .28s
}

.solar-article-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba( 240, 201, 111, .16), transparent 48%, rgba(240, 217, 159, .12));
  opacity: 0;
  transition: opacity .28s
}

.solar-article-card:hover {
  border-color: rgba(210, 177, 111, .34);
  background:
      linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
      rgba(9, 15, 25, .95);
  transform: translateY(-5px)
}

.solar-article-card:hover::after {
  opacity: 1
}

.solar-article-card--featured {
  grid-row: 1 / span 3;
  min-height: 560px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto
}

.solar-article-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100%;
  background: linear-gradient(135deg, rgba(24, 50, 88, .9), rgba(10, 14, 22, .95))
}

.solar-article-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 7, 12, .72));
  opacity: .72;
  pointer-events: none
}

.solar-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.03);
  transition: transform .45s, filter .45s
}

.solar-article-card:hover .solar-article-card__image img {
  filter: saturate(1.1) contrast(1.06);
  transform: scale(1.045)
}

.solar-article-card__body {
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 10px
}

.solar-article-card--featured .solar-article-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 32px;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 12, .9))
}

.solar-article-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(245,247,251,.62);
  font-size: 11px;
  line-height: 1.7
}

.solar-article-card__meta span {
  padding: 4px 10px;
  border: 1px solid rgba(210, 177, 111, .26);
  border-radius: 99px;
  background: rgba(210, 177, 111, .1);
  color: var(--gold-light);
  white-space: nowrap
}

.solar-article-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7
}

.solar-article-card--featured h3 {
  max-width: 680px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.55
}

.solar-article-card h3 a {
  color: inherit
}

.solar-article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.95
}

.solar-article-card__link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800
}

.solar-article-card__link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}




.sepid-consult-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 55px;
  border: 1px solid rgba(214,174,105,.3);
  border-radius: 20px;
  background: radial-gradient(circle at 15% 20%,rgba(214,174,105,.13),transparent 33%),linear-gradient(135deg,#122747,#08162f)
}

.solar-consult h2 {
  margin: 7px 0 9px
}

.solar-consult span {
  color: var(--muted);
  font-size: 13px
}

.solar-footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  background: #030816
}

.solar-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.solar-footer p,.solar-footer>div>span {
  margin: 0;
  color: #8793a7;
  font-size: 11px
}

.solar-footer .solar-brand {
  justify-self: auto
}

.solar-footer .solar-brand__mark {
  width: 32px
}

.solar-footer .solar-brand__mark svg {
  width: 30px
}

.solar-footer .solar-brand b {
  font-size: 18px
}

.solar-footer .solar-brand small {
  font-size: 7px
}

.solar-footer__contact-link {
  color: #d6ae69;
  font-size: 12px;
  font-weight: 700;
}

.solar-footer__contact-link:hover {
  color: #f0ca80;
}

@media (max-width: 760px) {
  body.sepid-solar-shell .solar-footer__inner {
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    text-align: center;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(38px)
}

@media(max-width: 900px) {
  .solar-header {
      top:10px;
      padding: 0 12px
  }

  .solar-header__inner {
      height: 64px;
      padding: 0 13px;
      display: flex;
      justify-content: space-between
  }

  .solar-nav {
      display: none
  }

  .solar-menu-toggle {
      display: flex;
      width: 34px;
      height: 34px;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      border: 0;
      background: none
  }

  .solar-menu-toggle i {
      display: block;
      width: 22px;
      height: 1px;
      background: #eef0f5;
      transition: .3s
  }

  .solar-menu-toggle.is-open i:nth-child(1) {
      transform: translateY(6px) rotate(45deg)
  }

  .solar-menu-toggle.is-open i:nth-child(2) {
      opacity: 0
  }

  .solar-menu-toggle.is-open i:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg)
  }

  .solar-mobile-nav {
      position: absolute;
      top: 72px;
      right: 12px;
      left: 12px;
      padding: 12px 18px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 14px;
      background: rgba(5,11,24,.96);
      backdrop-filter: blur(18px)
  }

  .solar-mobile-nav.is-open {
      display: grid
  }

  .solar-mobile-nav a {
      padding: 10px;
      color: #d7deeb;
      font-size: 13px
  }

  .solar-shop-btn {
      display: none
  }

  .solar-brand {
      order: -1
  }

  .solar-header__actions {
      margin-right: auto;
      margin-left: 10px
  }

  .sepid-container {
      width: min(100% - 30px,680px)
  }

  .solar-hero {
      min-height: 750px
  }

  .solar-hero__content {
      padding-top: 160px
  }

  .solar-hero h1 {
      font-size: 51px
  }

  .solar-hero__lead {
      max-width: 520px;
      font-size: 14px
  }

  .solar-stats {
      gap: 18px
  }

  .solar-stats div {
      padding-left: 18px
  }

  .solar-section-head {
      grid-template-columns: 1fr;
      gap: 40px
  }

  .solar-section {
      padding: 80px 0
  }

  .sepid-intro-grid {
      grid-template-columns: 1fr;
      gap: 40px
  }

  .solar-intro__visual {
      order: 2
  }

  .solar-section-head {
      display: block
  }

  .solar-section-head .solar-text-link {
      margin-top: 0
  }

  .solar-articles__grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
  }

  .solar-article-card,
  .solar-article-card--featured {
      grid-row: auto;
      min-height: 220px;
      grid-template-columns: 220px minmax(0, 1fr);
      grid-template-rows: auto
  }

  .solar-article-card--featured .solar-article-card__body {
      position: static;
      padding: 24px;
      background: none
  }

  .solar-article-card--featured h3 {
      font-size: 22px
  }

  .sepid-consult-panel {
      display: block;
      padding: 30px
  }

  .solar-consult .solar-btn {
      margin-top: 22px
  }

  .solar-footer__inner {
      display: block;
      text-align: center
  }

  .solar-footer .solar-brand {
      justify-content: center
  }

  .solar-footer p {
      margin: 18px 0
  }
}

@media(max-width: 520px) {
  .solar-hero__image {
      object-position:35% center
  }

  .solar-hero__shade {
      background: linear-gradient(90deg,rgba(3,7,18,.2),rgba(3,7,18,.8) 100%),linear-gradient(0deg,#050b18,transparent 42%)
  }

  .solar-hero h1 {
      font-size: 42px;
      letter-spacing: 0
  }

  .solar-hero__buttons {
      flex-wrap: wrap
  }

  .solar-stats {
      gap: 0;
      justify-content: space-between
  }

  .solar-stats strong {
      font-size: 23px
  }

  .solar-stats div {
      padding-left: 13px
  }

  .solar-intro__visual {
      min-height: 330px
  }

  .solar-visual-card {
      inset: 20px 10px 0 25px;
      padding: 24px
  }

  .solar-visual-card span {
      margin-top: 94px
  }

  .solar-visual-card strong {
      font-size: 60px
  }

  .solar-float-card {
      padding: 11px 15px
  }

  .solar-section-head h2 {
      font-size: 31px
  }

  .solar-footer>div>span {
      font-size: 10px
  }

  .solar-store-products {
      padding-right: 12px;
      padding-left: 12px
  }

  .solar-store-product {
      padding: 10px;
      gap: 12px
  }

  .solar-store-product h3 {
      min-height: auto;
      font-size: 15px
  }

  .solar-store-product__button {
      grid-template-columns: 30px minmax(0, auto) minmax(0, 1fr);
      min-height: 46px;
      padding: 6px 8px 6px 10px;
      gap: 7px
  }

  .solar-store-product__button-icon {
      width: 30px;
      height: 30px
  }

  .solar-store-product__price {
      font-size: 12px
  }

  .solar-article-card,
  .solar-article-card--featured {
      min-height: auto;
      grid-template-columns: 1fr
  }

  .solar-article-card__image {
      aspect-ratio: 1.45;
      min-height: 0
  }

  .solar-article-card__body,
  .solar-article-card--featured .solar-article-card__body {
      padding: 18px
  }

  .solar-article-card__meta {
      align-items: flex-start;
      flex-direction: column
  }

  .solar-article-card h3,
  .solar-article-card--featured h3 {
      font-size: 18px
  }
}

/* Luxury deep ocean palette */
:root {
  --ink: #050506;
  --deep: #111216;
  --forest: #191b20;
  --electric: #eeb94c;
  --electric-light: #f0c96f;
  --electric-glow: rgba( 238, 185, 76, .28);
  --gold: #d2b16f;
  --gold-light: #f0d99f;
  --line: rgba(255, 255, 255, .11);
  --muted: #a7aab1;
  --white: #f2f6f5;
}

body.sepid-solar-home {
  background: radial-gradient(circle at 76% 10%, rgba( 238, 185, 76, .18), transparent 26%), radial-gradient(circle at 12% 58%, rgba( 238, 185, 76, .1), transparent 24%), linear-gradient(145deg, #090a0d, #040405 64%, #090b10);
}

.solar-header__inner {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(5, 11, 24, .56);
}

.solar-header.is-scrolled .solar-header__inner, .solar-mobile-nav {
  background: rgba(5, 11, 24, .96);
}

.solar-hero {
  background: #050506;
}


.solar-orb--two {
  background: radial-gradient(circle, rgba( 238, 185, 76, .16), transparent 68%);
}



.solar-footer {
  background: #040405;
}

.solar-nav a, .solar-mobile-nav a {
  color: #d9dfeb;
}

.solar-icon-btn, .solar-btn--ghost {
  color: #ededf0;
}

.solar-cart span, .solar-shop-btn:hover, .solar-btn--gold {
  color: #17181c;
}

.solar-hero__lead, .solar-stats span, .solar-scroll {
  color: #b5b8c0;
}

.solar-footer p, .solar-footer > div > span {
  color: #858890;
}

.solar-text-link, .solar-icon-btn:hover, .solar-btn--ghost:hover {
  color: var(--electric-light);
}

.solar-eyebrow i, .solar-scroll b {
  background: var(--electric);
}

.solar-icon-btn:hover, .solar-btn--ghost:hover {
  border-color: var(--electric);
}

.solar-btn--gold {
  background: linear-gradient(135deg, #f0c96f, #eeb94c);
  color: #fff;
  box-shadow: 0 8px 30px rgba( 238, 185, 76, .24);
}

.solar-btn--gold:hover {
  box-shadow: 0 12px 36px rgba( 238, 185, 76, .44);
}

@media (max-width: 520px) {
  .solar-hero__shade {
      background: linear-gradient(90deg, rgba(4, 4, 5, .2), rgba(9, 10, 14, .84) 100%), linear-gradient(0deg, #050506, transparent 42%);
  }
}

.solar-market {
  position: relative;
  overflow: hidden;
  padding: 38px 24px 54px;
  background: #050506;
}

.solar-market__inner {
  display: flex;
}

.solar-market-card {
  position: relative;
  min-height: 209px;
  overflow: visible;
  flex: 1;
  display: flex;
  align-items: center;
}

.solar-market-card--gold {
  background-image: url("../images/bg-left.svg");
}

.solar-market-card--usd {
  background-image: url("../images/bg-right.svg");
}

.solar-market-card--gold, .solar-market-card--usd {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  object-fit: cover;
}

.solar-market-card__copy {
  position: absolute;
  z-index: 2;
}

.solar-market-card--gold .solar-market-card__copy {
  margin-right: auto;
  left: 80px;
}

.solar-market-card--usd .solar-market-card__copy {
  margin-left: auto;
  right: 80px;
}

.solar-market-card span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}

.solar-market-card small {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.8;
}

.solar-market-card strong {
  display: block;
  margin: 14px 0 6px;
  color: #fff;
  font-size: clamp(24px, 3.1vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  direction: rtl;
}

.solar-market-card--gold strong {
  color: var(--gold-light);
}

.solar-market-card--usd strong {
  color: #f0c96f;
}

.solar-market-card img {
  position: absolute;
  top: 52%;
  right: -3px;
  z-index: 1;
  width: min(52%, 340px);
  height: auto;
  object-fit: contain;
  opacity: 1;
  transform: translate(10%, -54%) rotate(-4deg);
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .42)) drop-shadow(0 0 24px rgba(210, 177, 111, .16)) saturate(1.12) contrast(1.05);
  pointer-events: none;
}

.solar-market-card--usd img {
  top: 102px;
  right: auto;
  left: 2px;
  width: min(56%, 360px);
  transform: translate(-8%, -53%) rotate(4deg);
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .42)) drop-shadow(0 0 26px rgba( 240, 201, 111, .2)) saturate(1.08) contrast(1.04);
}

@media (max-width: 900px) {
  .solar-market {
      padding: 30px 14px 42px;
  }

  .solar-market__inner {
      flex-direction: column;
      gap: 0;
  }
}

@media (max-width: 520px) {
  .solar-market {
      padding: 24px 12px 34px;
  }

  .solar-market-card {
      min-height: 190px;
      padding: 22px;
      overflow: hidden;
  }

  .solar-market-card__copy {
      top: 50%;
      width: 46%;
      text-align: right;
      transform: translateY(-50%);
  }

  .solar-market-card--gold .solar-market-card__copy {
      left: auto;
      right: 24px;
      margin: 0;
  }

  .solar-market-card--usd .solar-market-card__copy {
      right: auto;
      left: 24px;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
  }

  .solar-market-card span {
      min-height: 24px;
      padding: 4px 10px;
      font-size: 10px;
      white-space: nowrap;
  }

  .solar-market-card strong {
      margin: 12px 0 7px;
      font-size: clamp(26px, 9vw, 38px);
  }

  .solar-market-card small {
      font-size: 11px;
      line-height: 1.9;
  }

  .solar-market-card img {
      top: 50%;
      right: auto;
      left: -30px;
  }

  .solar-market-card--usd img {
      left: auto;
      right: -40px;
  }
}

/* Modal-inspired unified blue/gold theme */
:root {
  --ink: #070b12;
  --deep: #0b1220;
  --panel: rgba(13, 21, 34, .68);
  --panel-strong: rgba(17, 29, 47, .88);
  --electric: #eeb94c;
  --electric-light: #f0c96f;
  --electric-soft: rgba( 238, 185, 76, .2);
  --gold: #d5a546;
  --gold-light: #f0d28a;
  --line: rgba( 238, 185, 76, .24);
  --line-soft: rgba(255, 255, 255, .09);
  --muted: #9ba8bb;
  --white: #eef5ff;
}

html,
body.sepid-solar-home {
  background-color: #070b12;
}

body.sepid-solar-home {
  position: relative;
  isolation: isolate;
  color: var(--white);
  letter-spacing: 0;
  background:
      radial-gradient(circle at 50% 18%, rgba( 238, 185, 76, .2), transparent 26%),
      radial-gradient(circle at 52% 52%, rgba(240, 210, 138, .08), transparent 23%),
      linear-gradient(180deg, #111a2a 0%, #070b12 34%, #070b12 100%);
}

body.sepid-solar-home::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
      radial-gradient(circle at 50% 22%, rgba( 238, 185, 76, .16), transparent 28%);
  background-size: 72px 72px, 72px 72px, 100% 100%;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .88) 48%, rgba(0, 0, 0, .5) 100%);
  content: "";
  pointer-events: none;
}

body.sepid-solar-home::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
      linear-gradient(180deg, rgba(7, 11, 18, .08), #070b12 92%),
      radial-gradient(circle at 50% 34%, rgba(213, 165, 70, .07), transparent 22%);
  content: "";
  pointer-events: none;
}

.sepid-solar-home main,
.sepid-solar-home footer {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
p,
a,
span,
strong,
small,
b {
  letter-spacing: 0;
}

.sepid-container {
  width: min(1210px, calc(100% - 48px));
}

.solar-grain {
  opacity: .035;
}

.solar-header {
  top: 18px;
}

.solar-header__inner {
  max-width: 1210px;
  height: 66px;
  border-color: rgba( 238, 185, 76, .26);
  border-radius: 999px;
  background: rgba(8, 13, 22, .72);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.solar-header.is-scrolled .solar-header__inner,
.solar-mobile-nav {
  background: rgba(8, 13, 22, .92);
}

.solar-brand__mark {
  color: var(--electric-light);
}

.solar-brand b {
  font-size: 20px;
  font-weight: 750;
}

.solar-brand small,
.solar-nav a:hover,
.solar-nav .is-active,
.solar-text-link,
.solar-store-product__price,
.solar-article-card__link {
  color: var(--gold-light);
}

.solar-nav {
  gap: 22px;
}

.solar-nav a {
  color: rgba(238, 245, 255, .76);
  font-size: 12px;
  font-weight: 500;
}

.solar-nav a::after {
  bottom: -8px;
  background: linear-gradient(90deg, var(--electric), var(--gold-light));
}

.solar-icon-btn,
.solar-store-products__arrow {
  border-color: rgba( 238, 185, 76, .24);
  background: rgba(255, 255, 255, .035);
  color: rgba(238, 245, 255, .82);
}

.solar-shop-btn,
.solar-btn,
.solar-store-product__button {
  border-radius: 999px;
}

.solar-shop-btn {
  border: 1px solid rgba(213, 165, 70, .24);
  background: rgba(213, 165, 70, .08);
  color: var(--gold-light);
}

.solar-shop-btn:hover,
.solar-btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #10151f;
}

.solar-btn {
  min-height: 46px;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 750;
}

.solar-btn--gold {
  box-shadow: 0 0 0 1px rgba(213, 165, 70, .2), 0 16px 42px rgba(213, 165, 70, .18);
}

.solar-btn--ghost {
  border-color: rgba( 238, 185, 76, .32);
  background: rgba(255, 255, 255, .03);
  color: var(--white);
}

.solar-btn--ghost:hover,
.solar-icon-btn:hover,
.solar-store-products__arrow:hover {
  border-color: rgba( 238, 185, 76, .78);
  color: var(--electric-light);
  box-shadow: 0 0 28px rgba( 238, 185, 76, .18);
}

.solar-section,
.solar-market,
.solar-benefits,
.solar-intro,
.solar-store-products,
.solar-articles,
.solar-consult,
.solar-category-showcase {
  background: transparent;
}

.solar-section {
  padding: 104px 0;
}

.solar-kicker {
  color: var(--electric-light);
  font-size: 12px;
  font-weight: 650;
}

.solar-kicker::before {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--electric), transparent);
  content: "";
}

.solar-hero {
  min-height: 720px;
  height: 100vh;
  background:
      radial-gradient(circle at 50% 42%, rgba( 238, 185, 76, .18), transparent 30%),
      #070b12;
}

.solar-hero__video {
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  filter: none;
}

.solar-market {
  padding: 52px 24px 72px;
}

.solar-market__inner,
.solar-store-products .sepid-container,
.solar-articles .sepid-container,
.sepid-consult-panel,
.solar-intro .sepid-container {
  position: relative;
}

.solar-market__inner {
  width: min(1120px, 100%);
  gap: 18px;
  margin: auto;
}

.solar-market-card {
  min-height: 210px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba( 238, 185, 76, .32);
  border-radius: 24px;
  background:
      radial-gradient(circle at 70% 48%, rgba( 238, 185, 76, .16), transparent 30%),
      linear-gradient(145deg, rgba(18, 29, 47, .76), rgba(8, 12, 20, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 22px 70px rgba(0, 0, 0, .22);
}

.solar-market-card--gold,
.solar-market-card--usd {
  background-image:
      radial-gradient(circle at 76% 48%, rgba( 238, 185, 76, .16), transparent 30%),
      linear-gradient(145deg, rgba(18, 29, 47, .76), rgba(8, 12, 20, .92));
}

.solar-market-card::before,
.solar-store-product::after,
.solar-article-card::before,
.sepid-consult-panel::before,
.solar-visual-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  opacity: .32;
  pointer-events: none;
}

.solar-market-card__copy {
  position: relative;
  z-index: 2;
}

.solar-market-card--gold .solar-market-card__copy,
.solar-market-card--usd .solar-market-card__copy {
  right: auto;
  left: auto;
  margin: 0;
}

.solar-market-card span {
  border: 1px solid rgba( 238, 185, 76, .26);
  background: rgba( 238, 185, 76, .08);
  color: rgba(229, 238, 250, .72);
}

.solar-market-card img {
  right: auto;
  left: 20px;
  width: min(43%, 250px);
  opacity: .9;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, .34)) drop-shadow(0 0 22px rgba( 238, 185, 76, .16));
}

.solar-market-card--usd img {
  top: 50%;
  left: 12px;
  width: min(45%, 260px);
}

.solar-intro {
  padding-top: 96px;
}

.solar-copy h2,
.solar-section-head h2,
.solar-consult h2,
.solar-category-showcase__intro h2 {
  color: #f5f9ff;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: 0;
}

em {
  color: var(--gold-light);
}

.solar-copy > p:not(.solar-kicker),
.solar-category-showcase__intro p:not(.solar-kicker),
.solar-article-card p,
.solar-consult span {
  color: rgba(229, 238, 250, .64);
}

.solar-visual-card,
.solar-float-card,
.solar-store-product,
.solar-article-card,
.sepid-consult-panel {
  border-color: rgba( 238, 185, 76, .28);
  border-radius: 22px;
  background:
      radial-gradient(circle at 78% 24%, rgba( 238, 185, 76, .13), transparent 32%),
      linear-gradient(145deg, rgba(18, 29, 47, .72), rgba(8, 12, 20, .9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .075), 0 20px 58px rgba(0, 0, 0, .22);
}

.solar-visual-card {
  border-color: rgba( 238, 185, 76, .55);
}

.solar-panel-grid {
  background:
      linear-gradient(90deg, transparent 49%, rgba( 238, 185, 76, .12) 50%, transparent 51%),
      linear-gradient(0deg, transparent 49%, rgba( 238, 185, 76, .1) 50%, transparent 51%);
  background-size: 54px 54px;
}

.solar-visual-card strong,
.solar-float-card b,
.solar-store-products__head h2,
.solar-article-card h3,
.solar-category-slide h3 {
  color: #f5f9ff;
}

.solar-section-head {
  margin-bottom: 28px;
}

.solar-store-products__head i {
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--electric-light), var(--gold-light), transparent);
}

.solar-store-product {
  padding: 14px;
}

.solar-store-product__image {
  border-color: rgba( 238, 185, 76, .16);
  border-radius: 16px;
  background:
      radial-gradient(circle at 50% 38%, rgba( 238, 185, 76, .18), transparent 36%),
      linear-gradient(145deg, rgba(17, 28, 47, .92), rgba(8, 12, 20, .96));
}

.solar-store-product:hover,
.solar-article-card:hover {
  border-color: rgba( 238, 185, 76, .78);
  background:
      radial-gradient(circle at 70% 18%, rgba( 238, 185, 76, .18), transparent 34%),
      linear-gradient(145deg, rgba(22, 36, 58, .82), rgba(8, 12, 20, .94));
  transform: translateY(-4px);
}

.solar-store-product__button {
  border-color: rgba( 238, 185, 76, .36);
  background: rgba( 238, 185, 76, .1);
  color: var(--white);
}

.solar-store-product__button:hover {
  border-color: rgba(213, 165, 70, .55);
  box-shadow: 0 0 28px rgba( 238, 185, 76, .18);
}

.solar-store-product__button-icon {
  border-radius: 50%;
  background: rgba( 238, 185, 76, .16);
}

.solar-articles__grid {
  gap: 18px;
}

.solar-article-card__meta span {
  border-color: rgba( 238, 185, 76, .26);
  background: rgba( 238, 185, 76, .08);
  color: var(--electric-light);
}

.solar-article-card__image::before {
  background: linear-gradient(180deg, transparent 30%, rgba(7, 11, 18, .82));
}

.sepid-consult-panel {
  overflow: hidden;
  border-color: rgba( 238, 185, 76, .55);
  border-radius: 26px;
  background:
      radial-gradient(circle at 72% 50%, rgba( 238, 185, 76, .2), transparent 34%),
      radial-gradient(circle at 18% 18%, rgba(213, 165, 70, .1), transparent 28%),
      linear-gradient(145deg, rgba(20, 33, 54, .82), rgba(8, 12, 20, .95));
}

.solar-footer {
  border-top-color: rgba( 238, 185, 76, .14);
  background: rgba(7, 11, 18, .88);
}

@media (max-width: 900px) {
  .solar-header {
      top: 10px;
  }

  .solar-header__inner {
      height: 62px;
      border-radius: 22px;
  }

  .solar-mobile-nav {
      border-color: rgba( 238, 185, 76, .24);
  }

  .solar-market__inner {
      gap: 16px;
  }
}

@media (max-width: 520px) {
  .sepid-container {
      width: min(100% - 28px, 680px);
  }

  .solar-section {
      padding: 76px 0;
  }

  .solar-market-card {
      min-height: 194px;
  }

  .solar-market-card__copy {
      width: 56%;
  }

  .solar-market-card img,
  .solar-market-card--usd img {
      left: -22px;
      right: auto;
      width: 48%;
  }
}

/* Calm header hover states */
.solar-nav a::after {
  background: var(--gold-light);
}

.solar-nav a:hover,
.solar-nav .is-active {
  color: var(--gold-light);
}

.solar-shop-btn:hover {
  border-color: rgba(213, 165, 70, .48);
  background: rgba(213, 165, 70, .12);
  color: var(--gold-light);
  box-shadow: none;
  transform: none;
}

.solar-icon-btn:hover {
  border-color: rgba( 238, 185, 76, .38);
  background: rgba(255, 255, 255, .04);
  color: rgba(238, 245, 255, .9);
  box-shadow: none;
  transform: none;
}

.solar-btn--ghost:hover,
.solar-store-products__arrow:hover {
  box-shadow: none;
}

/* Header gold-only refinement */
.solar-header__inner {
  border-color: rgba(213, 165, 70, .34);
  border-radius: 24px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(240, 210, 138, .08);
}

.solar-header.is-scrolled .solar-header__inner {
  border-color: rgba(213, 165, 70, .3);
}

.solar-mobile-nav {
  border-color: rgba(213, 165, 70, .28);
}

.solar-menu-toggle i {
  background: var(--gold-light);
}

.solar-brand__mark {
  color: var(--gold-light);
}

.solar-nav a::after {
  background: var(--gold-light);
}

.solar-nav a:hover,
.solar-nav .is-active {
  color: var(--gold-light);
}

.solar-mobile-nav a:hover,
.solar-mobile-nav a:focus {
  color: var(--gold-light);
}

.solar-icon-btn {
  border-color: rgba(213, 165, 70, .24);
  border-radius: 14px;
}

.solar-shop-btn {
  border-color: rgba(213, 165, 70, .28);
  border-radius: 14px;
}

.solar-icon-btn:hover,
.solar-shop-btn:hover {
  border-color: rgba(213, 165, 70, .56);
  border-radius: 10px;
  background: rgba(213, 165, 70, .12);
  color: var(--gold-light);
  box-shadow: none;
  transform: none;
}

/* Gold market card warm pop */
.solar-market-card--gold {
  border-color: rgba(190, 134, 28, .5);
  background-color: #332813;
  background-image: none;
  box-shadow: inset 0 1px 0 rgba(240, 210, 138, .08), 0 24px 70px rgba(0, 0, 0, .22);
}

.solar-market-card--gold::before {
  background-image:
      url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64 0H0v64' fill='none' stroke='%23f0d28a' stroke-opacity='.055' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  opacity: 1;
}

.solar-market-card--gold::after {
  position: absolute;
  top: -92px;
  right: 38%;
  width: 330px;
  height: 230px;
  border-radius: 50%;
  background: rgba(213, 165, 70, .22);
  content: "";
  filter: blur(64px);
  pointer-events: none;
}

.solar-market-card--gold .solar-market-card__copy {
  z-index: 3;
  right: auto;
  left: 56px;
  width: 48%;
  text-align: left;
}

.solar-market-card--gold span {
  border-color: rgba(240, 210, 138, .32);
  background: rgba(240, 210, 138, .08);
  color: rgba(245, 232, 196, .82);
}

.solar-market-card--gold strong {
  color: #f7e7bd;
}

.solar-market-card--gold small {
  color: rgba(245, 232, 196, .64);
}

.solar-market-card--gold img {
  right: 18px;
  left: auto;
  width: min(46%, 300px);
  transform: translate(5%, -54%) rotate(-4deg);
  z-index: 2;
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, .36)) drop-shadow(0 0 24px rgba(213, 165, 70, .22)) saturate(1.08) contrast(1.03);
}

@media (max-width: 900px) {
  .solar-market-card--gold .solar-market-card__copy {
      right: auto;
      left: 42px;
      width: 50%;
      text-align: left;
  }

  .solar-market-card--gold img {
      right: -6px;
      left: auto;
      width: min(48%, 250px);
      transform: translate(8%, -54%) rotate(-4deg);
  }
}

@media (max-width: 520px) {
  .solar-market-card--gold .solar-market-card__copy {
      left: 22px;
      width: 54%;
  }

  .solar-market-card--gold img {
      right: -20px;
      left: auto;
      width: 50%;
  }
}

/* Floating market rates widget */
.solar-market {
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 70;
  width: min(390px, calc(100vw - 36px));
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.solar-header {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 120;
  pointer-events: auto;
}

.solar-header__inner {
  position: relative;
  z-index: 1;
}

.solar-grain {
  z-index: 1;
}

.solar-market__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 6px;
  margin: 0;
}

.solar-market-card {
  min-height: 0;
  overflow: hidden;
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  pointer-events: auto;
}

.solar-market-card--gold,
.solar-market-card--usd {
  background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
      linear-gradient(145deg, rgba(18, 29, 47, .88), rgba(8, 12, 20, .96));
  background-size: 30px 30px, 30px 30px, auto;
}

.solar-market-card--gold {
  background-image:
      linear-gradient(90deg, rgba(240, 210, 138, .05) 1px, transparent 1px),
      linear-gradient(0deg, rgba(240, 210, 138, .045) 1px, transparent 1px),
      linear-gradient(145deg, rgba(57, 43, 18, .94), rgba(25, 20, 12, .96));
}

.solar-market-card::before,
.solar-market-card--gold::after,
.solar-market-card img,
.solar-market-card--usd img {
  display: none;
}

.solar-market-card__copy,
.solar-market-card--gold .solar-market-card__copy,
.solar-market-card--usd .solar-market-card__copy {
  position: static;
  width: auto;
  margin: 0;
  text-align: right;
}

.solar-market-card span {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(229, 238, 250, .72);
  font-size: 11px;
}

.solar-market-card--gold span {
  color: rgba(245, 232, 196, .78);
}

.solar-market-card strong {
  margin: 3px 0 0;
  font-size: 17px;
  line-height: 1.45;
  white-space: nowrap;
}

.solar-market-card small {
  margin-top: 1px;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(229, 238, 250, .45);
}

.solar-market-card--gold small {
  color: rgba(245, 232, 196, .48);
}

@media (max-width: 520px) {
  .solar-market {
      left: 12px;
      bottom: 12px;
      width: min(286px, calc(100vw - 24px));
  }

  .solar-market-card {
      padding: 10px 12px;
      border-radius: 12px;
  }

  .solar-market-card strong {
      font-size: 15px;
  }
}


.solar-market-card::before,
.solar-market-card--gold::after {
  display: block;
}

.solar-market-card__copy,
.solar-market-card--gold .solar-market-card__copy,
.solar-market-card--usd .solar-market-card__copy {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(34px, 1fr) auto;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  direction: ltr;
}

.solar-market-card span,
.solar-market-card--gold span {
  display: inline-block;
  grid-column: 2;
  justify-self: end;
  color: rgba(229, 238, 250, .76);
  font-size: 11px;
  line-height: 1.2;
  direction: rtl;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solar-market-card strong {
  grid-column: 1;
  justify-self: start;
  flex: 0 0 auto;
  margin: 0;
  color: #eef5ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  direction: rtl;
  white-space: nowrap;
}

.solar-market-card--gold strong {
  color: #f7e7bd;
}

.solar-market-card img,
.solar-market-card--usd img,
.solar-market-card--gold img {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: 3;
  display: block;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 4px;
  border: 1px solid rgba( 238, 185, 76, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  object-fit: contain;
  opacity: 1;
  transform: none;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .28));
}

.solar-market-card--gold img {
  border-color: rgba(240, 210, 138, .28);
  background: rgba(240, 210, 138, .1);
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .28)) drop-shadow(0 0 14px rgba(213, 165, 70, .16));
}

.solar-market-card small {
  display: none;
}

.solar-market-card,
.solar-market-card--gold,
.solar-market-card--usd {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(235px, 100%);
  min-height: 46px;
  padding: 6px 10px;
  border-radius: 14px;
  animation: solarMarketSlideIn .78s cubic-bezier(.2, .8, .2, 1) both;
  cursor: pointer;
  direction: ltr;
  flex-direction: row;
  transform-origin: left center;
  transition: width .42s cubic-bezier(.2, .8, .2, 1), border-color .25s ease, background-color .25s ease;
}

.solar-market-card--usd {
  animation-delay: 0s;
}

@keyframes solarMarketSlideIn {
  from {
      opacity: 0;
      transform: translateX(-125%);
  }

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

@media (prefers-reduced-motion: reduce) {
  .solar-market-card,
  .solar-market-card--gold,
  .solar-market-card--usd {
      animation: none;
  }
}

.solar-market-card::before,
.solar-market-card--gold::before,
.solar-market-card--usd::before,
.solar-market-card::after,
.solar-market-card--gold::after,
.solar-market-card--usd::after {
  display: none;
}

.solar-market-card__copy,
.solar-market-card--gold .solar-market-card__copy,
.solar-market-card--usd .solar-market-card__copy {
  position: relative;
  display: flex;
  inset: auto;
  z-index: 3;
  flex: 1 1 auto;
  align-items: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
  justify-content: space-between;
}

.solar-market-card span,
.solar-market-card--gold span,
.solar-market-card--usd span {
  flex: 1 1 auto;
  min-width: 0;
  grid-column: 2;
  justify-self: end;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 11px;
  line-height: 1.2;
  direction: rtl;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solar-market .solar-market-card__copy,
.solar-market .solar-market-card--gold .solar-market-card__copy,
.solar-market .solar-market-card--usd .solar-market-card__copy {
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
}

.solar-market .solar-market-card span,
.solar-market .solar-market-card--gold span,
.solar-market .solar-market-card--usd span {
  flex: 0 1 auto;
}

.solar-market .solar-market-card strong,
.solar-market .solar-market-card--gold strong,
.solar-market .solar-market-card--usd strong {
  flex: 0 0 auto;
  margin-left: auto;
}

.solar-market-card strong,
.solar-market-card--gold strong,
.solar-market-card--usd strong {
  grid-column: 1;
  justify-self: start;
  margin: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  direction: ltr;
  text-align: left;
  white-space: nowrap;
  transition: max-width .34s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
}

.solar-market-card img,
.solar-market-card--gold img,
.solar-market-card--usd img {
  position: relative;
  inset: auto;
  z-index: 3;
  display: block;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 4px;
  border-radius: 50%;
  object-fit: contain;
  opacity: 1;
  transform: none;
}

.solar-market-card::after,
.solar-market-card--gold::after,
.solar-market-card--usd::after {
  display: none;
  content: none;
}

.solar-market-card--gold::after {
  color: rgba(245, 232, 196, .9);
}

.solar-market-card.is-expanded {
  width: 100%;
}

.solar-market-card.is-expanded::after {
  display: none;
}

.solar-market-card.is-expanded strong {
  max-width: 150px;
  opacity: 1;
}

.solar-market-card:focus-visible {
  outline: 2px solid rgba(240, 210, 138, .7);
  outline-offset: 3px;
}

/* Store products carousel */
.solar-store-products {
  overflow: hidden;
  padding: 88px 0 96px;
  background:
      radial-gradient(circle at 52% 18%, rgba( 238, 185, 76, .12), transparent 22%),
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
      linear-gradient(180deg, #070b12 0%, #09111e 48%, #05080d 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.solar-store-products .sepid-container {
  width: min(1440px, calc(100% - 48px));
}

.solar-store-products__head {
  margin-bottom: 42px;
}

.solar-store-products__head h2 {
  color: #eef5ff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.25;
}

.solar-store-products__head i {
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--electric-light), var(--gold-light), transparent);
}

.solar-store-products__slider {
  overflow: visible;
  padding: 0 0 8px;
}

.solar-store-products__slider .swiper-wrapper {
  align-items: stretch;
}


.solar-store-product::before,
.solar-store-product::after {
  display: none;
}

.solar-store-product:hover {
  border-color: rgba(240, 210, 138, .56);
  background:
      linear-gradient(90deg, rgba(240, 210, 138, .045) 1px, transparent 1px),
      linear-gradient(0deg, rgba( 238, 185, 76, .03) 1px, transparent 1px),
      linear-gradient(145deg, rgba(24, 35, 53, .88), rgba(8, 12, 20, .97));
  transform: translateY(-3px);
}

.solar-store-product__badges {
  position: absolute;
  inset: 14px 14px auto 14px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.solar-store-product__discount,
.solar-store-product__wish,
.solar-store-product__badges .yith-wcwl-add-to-wishlist a {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #162033;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
  pointer-events: auto;
}

.solar-store-product__discount {
  min-width: auto;
  height: 28px;
  padding: 0 11px;
  background: linear-gradient(135deg, #d94545, #b92727);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.solar-store-product__wish svg,
.solar-store-product__badges .yith-wcwl-add-to-wishlist svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist {
  margin: 0;
  pointer-events: auto;
}

.solar-store-product__badges .yith-wcwl-add-button span,
.solar-store-product__badges .feedback {
  display: none;
}

.solar-store-product__image {
  aspect-ratio: 1.32;
  border: 0;
  border-radius: 8px;
  background: #f7f8fa;
  overflow: hidden;
}

.solar-store-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #fff;
}

.solar-store-product h3 {
  min-height: 64px;
  margin: 0;
  color: #eef5ff;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.55;
  text-align: right;
}

.solar-store-product__button {
  min-height: 56px;
  padding: 8px 9px 8px 14px;
  border-color: rgba( 238, 185, 76, .32);
  border-radius: 999px;
  background: rgba(13, 31, 58, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  grid-template-columns: 42px minmax(94px, auto) minmax(76px, 1fr);
  gap: 10px;
}

.solar-store-product__button:hover {
  border-color: rgba(240, 210, 138, .58);
  background: rgba(31, 39, 48, .86);
  box-shadow: none;
}

.solar-store-product__button-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(16, 44, 84, .9);
  color: var(--gold-light);
}


.solar-store-product__price {
  color: var(--gold-light);
  text-align: right;
}

.solar-store-products__nav {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  width: min(360px, 100%);
  margin: 28px 0 0 auto;
}

.solar-store-products__progress {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}

.solar-store-products__progress-drag {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-light), var(--electric-light));
}

.solar-store-products__arrow {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .94);
  color: #16191f;
}

.solar-store-products__arrow:hover {
  border-color: rgba(240, 210, 138, .72);
  background: #1b1d22;
  color: var(--gold-light);
  transform: none;
}

@media (max-width: 760px) {
  .solar-store-products {
      padding: 72px 0 82px;
  }

  .solar-store-products .sepid-container {
      width: min(100% - 24px, 520px);
  }

  .solar-store-product,
  .solar-store-product.swiper-slide {
      width: min(270px, calc(100vw - 44px));
      padding: 14px;
  }

  .solar-store-product h3 {
      min-height: 54px;
      font-size: 15px;
  }

  .solar-store-product__button {
      grid-template-columns: 40px 1fr;
  }

  .solar-store-product__price {
      grid-column: 2;
  }
}

/* Compact product cards, matched to the reference proportions. */
.solar-store-products {
  padding: 62px 0 70px;
}

.solar-store-products .sepid-container {
  width: min(1180px, calc(100% - 36px));
}

.solar-store-products__head {
  margin-bottom: 26px;
}

.solar-store-products__head h2 {
  font-size: clamp(24px, 2.7vw, 34px);
}

.solar-store-products__head i {
  width: 92px;
}

.solar-store-product,
.solar-store-product.swiper-slide {
  width: 190px;
  padding: 8px;
  gap: 8px;
  border-radius: 8px;
}

.solar-store-product__badges {
  inset: 8px 8px auto 8px;
}

.solar-store-product__discount,
.solar-store-product__badges .yith-wcwl-add-to-wishlist a,
.solar-store-product__badges .yith-add-to-wishlist-button-block {
  min-width: 26px;
  height: 26px;
  font-size: 9px;
}

.solar-store-product__discount {
  height: 22px;
  padding: 0 7px;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist {
  margin: 0;
  line-height: 1;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist a {
  padding: 0;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist i,
.solar-store-product__badges .yith-wcwl-add-to-wishlist svg {
  margin: 0;
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.solar-store-product__image {
  aspect-ratio: 1 / .92;
}

.solar-store-product__image img {
  padding: 7px;
}

.solar-store-product h3 {
  min-height: 42px;
  font-size: 12px;
  line-height: 1.55;
}

.solar-store-product__button {
  min-height: 34px;
  padding: 4px 5px 4px 8px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 6px;
  font-size: 10px;
}

.solar-store-product__button-icon {
  width: 30px;
  height: 30px;
}

.solar-store-product__button-icon svg {
  width: 15px;
  height: 15px;
}

.solar-store-product__price {
  grid-column: 2;
  font-size: 11px;
  line-height: 1.35;
}

.solar-store-product__price del {
  font-size: 10px;
}

.solar-store-products__nav {
  grid-template-columns: minmax(120px, 1fr) 32px 32px;
  width: min(260px, 100%);
  margin-top: 18px;
}

.solar-store-products__progress {
  height: 4px;
}

.solar-store-products__arrow {
  width: 32px;
  height: 32px;
}

.solar-store-products__arrow svg {
  width: 15px;
}

@media (max-width: 760px) {
  .solar-store-products {
      padding: 48px 0 58px;
  }

  .solar-store-products .sepid-container {
      width: min(100% - 22px, 420px);
  }

  .solar-store-products__head {
      margin-bottom: 18px;
  }

  .solar-store-product,
  .solar-store-product.swiper-slide {
      width: 150px;
      padding: 7px;
  }

  .solar-store-product h3 {
      min-height: 38px;
      font-size: 11px;
  }

  .solar-store-product__button {
      min-height: 32px;
      grid-template-columns: 28px 1fr;
  }

  .solar-store-product__button-icon {
      width: 28px;
      height: 28px;
  }
}

/* Reference-matched products panel with visible scrollbar and navigation. */
.solar-store-products .sepid-container {
  width: min(980px, calc(100% - 32px));
}

.solar-store-products__slider {
  overflow: hidden;
  padding: 14px 14px 0;
  border: 1px solid rgba( 238, 185, 76, .24);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(7, 12, 20, .58);
}

.solar-store-product,
.solar-store-product.swiper-slide {
  width: 174px !important;
  padding: 7px;
  gap: 7px;
  border-radius: 7px;
}

.solar-store-product__image {
  aspect-ratio: 1 / .94;
  border-radius: 7px;
}

.solar-store-product h3 {
  min-height: 38px;
  font-size: 11.5px;
  line-height: 1.55;
}

.solar-store-product__button {
  min-height: 32px;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 3px 4px 3px 7px;
  gap: 5px;
}

.solar-store-product__button-icon {
  width: 28px;
  height: 28px;
}

.solar-store-product__price {
  font-size: 10.5px;
}

.solar-store-products__nav {
  display: grid !important;
  grid-template-columns: minmax(120px, 1fr) 32px 32px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 12px 14px 16px;
  border: 1px solid rgba( 238, 185, 76, .24);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: rgba(7, 12, 20, .58);
}

.solar-store-products__progress {
  display: block !important;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, .16);
}

.solar-store-products__progress-drag {
  display: block;
  background: linear-gradient(90deg, rgba(240, 210, 138, .95), rgba( 238, 185, 76, .92));
}

.solar-store-products__arrow {
  display: grid !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 1;
}

.solar-store-products__arrow.swiper-button-disabled {
  opacity: .45;
}

@media (min-width: 1200px) {
  .solar-store-products .sepid-container {
      width: min(980px, calc(100% - 80px));
  }
}

@media (max-width: 760px) {
  .solar-store-products .sepid-container {
      width: min(100% - 20px, 360px);
  }

  .solar-store-products__slider {
      padding: 12px 12px 0;
      border-radius: 16px 16px 0 0;
  }

  .solar-store-product,
  .solar-store-product.swiper-slide {
      width: 138px !important;
  }

  .solar-store-products__nav {
      grid-template-columns: minmax(92px, 1fr) 30px 30px;
      padding: 10px 12px 14px;
      border-radius: 0 0 16px 16px;
  }

  .solar-store-products__arrow {
      width: 30px;
      height: 30px;
  }
}

/* Full-width product carousel and compact card internals. */
.solar-store-products .sepid-container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(14px, 2vw, 32px);
}

.solar-store-products__head {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
}

.solar-store-products__slider,
.solar-store-products__nav {
  width: 100%;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.solar-store-products__slider {
  padding: 14px clamp(14px, 2vw, 32px) 0;
}

.solar-store-products__nav {
  padding-inline: clamp(14px, 2vw, 32px);
}

.solar-store-product,
.solar-store-product.swiper-slide {
  width: 168px !important;
  padding: 7px;
  background:
      linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .022) 1px, transparent 1px),
      rgba(8, 14, 24, .92);
  background-size: 38px 38px, 38px 38px, auto;
}

.solar-store-product__badges {
  inset: 10px 10px auto 10px;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist,
.solar-store-product__badges .yith-wcwl-add-button,
.solar-store-product__badges .yith-add-to-wishlist-button-block {
  width: 26px;
  height: 26px;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist a,
.solar-store-product__badges .yith-add-to-wishlist-button-block,
.solar-store-product__wish {
  width: 26px;
  min-width: 26px;
  height: 26px;
  padding: 0;
}

.solar-store-product__image {
  aspect-ratio: 1 / .96;
  background: #f4f5f7;
}

.solar-store-product__image img {
  object-fit: contain;
  padding: 8px;
}

.solar-store-product h3 {
  min-height: 40px;
  padding: 0 2px;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.6;
}

.solar-store-product__button {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-areas:
      "icon price"
      "icon text";
  min-height: 40px;
  padding: 4px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
}

.solar-store-product__button:hover {
  background: transparent;
}

.solar-store-product__button-icon {
  grid-area: icon;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(23, 77, 61, .95);
  color: #f4d88f;
}

.solar-store-product__price {
  grid-area: price;
  color: #eef5ff;
  font-size: 11.5px;
  font-weight: 900;
  text-align: right;
}

.solar-store-product__price ins {
  color: var(--gold-light);
}

.solar-store-product__price del {
  display: inline-block;
  margin-inline-start: 3px;
  color: rgba(238, 245, 255, .42);
  font-size: 9.5px;
}

.solar-store-products__nav {
  grid-template-columns: minmax(180px, 1fr) 32px 32px;
}

@media (max-width: 760px) {
  .solar-store-products .sepid-container {
      width: 100%;
      padding-inline: 10px;
  }

  .solar-store-products__slider {
      padding: 12px 10px 0;
  }

  .solar-store-products__nav {
      padding-inline: 10px;
  }

  .solar-store-product,
  .solar-store-product.swiper-slide {
      width: 138px !important;
  }

  .solar-store-product h3 {
      min-height: 36px;
      font-size: 10.5px;
  }
}

/* Final product carousel pass: match the reference layout, keep site colors. */
.solar-store-products {
  padding: 54px 0 64px;
}

.solar-store-products .sepid-container {
  width: 100%;
  padding-inline: 18px;
}

.solar-store-products__head {
  margin-bottom: 22px;
}

.solar-store-products__slider {
  overflow: hidden;
  padding: 18px 18px 0 !important;
  border: 1px solid rgba( 238, 185, 76, .22);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background:
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .026) 1px, transparent 1px),
      rgba(7, 12, 20, .74);
  background-size: 54px 54px, 54px 54px, auto;
}

.solar-store-products__slider .swiper-wrapper {
  align-items: stretch;
}

.solar-store-product,
.solar-store-product.swiper-slide {
  width: 170px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
}

.solar-store-product:hover {
  border-color: transparent;
  background: transparent;
  transform: none;
}

.solar-store-product__image {
  aspect-ratio: 1 / .95;
  border-radius: 7px;
  background: rgba(245, 247, 250, .98);
  box-shadow: none;
}

.solar-store-product__image img {
  padding: 8px;
  background: #fff;
  object-fit: contain;
}

.solar-store-product__badges {
  inset: 8px 8px auto 8px;
}

.solar-store-product__discount {
  height: 21px;
  padding: 0 7px;
  font-size: 9px;
}

.solar-store-product__badges .yith-wcwl-add-to-wishlist a,
.solar-store-product__badges .yith-add-to-wishlist-button-block {
  width: 26px;
  min-width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, .96);
  color: #111827;
}

.solar-store-product h3 {
  min-height: 38px;
  padding: 0 2px;
  color: #eef5ff;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.55;
  text-align: right;
}

.solar-store-product__button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  grid-template-areas: "price icon";
  align-items: center;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.solar-store-product__button:hover {
  background: transparent;
  transform: none;
}


.solar-store-product__button-icon {
  grid-area: icon;
  width: 32px;
  height: 28px;
  border-radius: 5px;
  background: rgba(23, 77, 61, .96);
  color: var(--gold-light);
}

.solar-store-product__price {
  grid-area: price;
  color: var(--gold-light);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

.solar-store-product__price del {
  color: rgba(238, 245, 255, .46);
  font-size: 9.5px;
}

.solar-store-products__nav {
  display: grid !important;
  grid-template-columns: minmax(130px, 1fr) 32px 32px;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 13px 18px 18px;
  border: 1px solid rgba( 238, 185, 76, .22);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: rgba(7, 12, 20, .74);
}

.solar-store-products__progress {
  height: 4px;
  align-self: center;
  background: rgba(255, 255, 255, .16);
}

.solar-store-products__progress-drag {
  background: var(--gold-light);
}

.solar-store-products__arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

@media (max-width: 760px) {
  .solar-store-products .sepid-container {
      padding-inline: 8px;
  }

  .solar-store-products__slider {
      padding: 14px 12px 0;
      border-radius: 18px 18px 0 0;
  }

  .solar-store-product,
  .solar-store-product.swiper-slide {
      width: 136px !important;
      gap: 7px;
  }

  .solar-store-product h3 {
      min-height: 34px;
      font-size: 10.5px;
  }

  .solar-store-products__nav {
      grid-template-columns: minmax(96px, 1fr) 30px 30px;
      padding: 11px 12px 14px;
      border-radius: 0 0 18px 18px;
  }
}

/* Products carousel final spacing and theme-color tuning. */
.solar-store-products__slider {
  padding: 30px 0 18px;
  direction: rtl;
}

.solar-store-products__nav {
  direction: rtl;
  grid-template-columns: 32px 32px minmax(130px, 1fr);
  padding: 14px clamp(22px, 2.4vw, 38px) 20px;
}

.solar-store-products__slider .swiper-wrapper {
  box-sizing: border-box;
}

.solar-store-product__button-icon {
  border: 1px solid rgba( 238, 185, 76, .38);
  background: rgba(12, 35, 70, .96);
  color: var(--gold-light);
}

.solar-store-product__button:hover .solar-store-product__button-icon {
  border-color: rgba(240, 210, 138, .62);
  background: rgba(20, 48, 88, .98);
}

.solar-store-products__progress-drag {
  background: var(--electric-light);
  transform-origin: right center;
}

@media (max-width: 760px) {
  .solar-store-products__slider {
      padding: 22px 0 2px;
  }

  .solar-store-products__nav {
      padding: 6px 18px 12px;
  }

  .solar-store-products__slider .swiper-wrapper {
      padding-inline: 18px;
  }
}

.solar-store-products__nav {
  direction: rtl;
  grid-template-columns: 32px 32px minmax(130px, 1fr) !important;
}

.solar-store-products__progress {
  direction: rtl;
  grid-column: 3;
  grid-row: 1;
}

.solar-store-products__progress-drag {
  right: 0;
  left: auto;
  transform-origin: right center;
}

.solar-store-products__arrow[data-home-products-next] {
  grid-column: 1;
}

.solar-store-products__arrow[data-home-products-prev] {
  grid-column: 2;
}

.solar-store-product__button-icon {
  border: 1px solid rgba( 238, 185, 76, .55);
  border-radius: 9px;
  background:
      radial-gradient(circle at 50% 30%, rgba(240, 210, 138, .16), transparent 54%),
      rgba(10, 38, 76, .96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(0, 0, 0, .16);
  color: var(--gold-light);
}

.solar-store-product__button-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.1;
}

.solar-store-product__button:hover .solar-store-product__button-icon {
  border-color: rgba(240, 210, 138, .72);
  background:
      radial-gradient(circle at 50% 30%, rgba(240, 210, 138, .24), transparent 58%),
      rgba(12, 48, 92, .98);
}

@media (max-width: 760px) {
  .solar-store-products__nav {
      grid-template-columns: 30px 30px minmax(96px, 1fr) !important;
  }
}

.solar-store-products__nav {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  direction: ltr;
}

.solar-store-products__progress {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  transform: none;
  transform-origin: center;
}

.solar-store-products__progress::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--home-products-progress, 0%);
  border-radius: inherit;
  background: var(--electric-light);
  content: "";
  transition: width .28s ease;
}

.solar-store-products__progress-drag {
  display: none;
}

.solar-store-products__arrows {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  direction: rtl;
}

.solar-store-products__arrow[data-home-products-next],
.solar-store-products__arrow[data-home-products-prev] {
  grid-column: auto;
}

@media (max-width: 760px) {
  .solar-store-products__nav {
      grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .solar-store-products__arrows {
      gap: 8px;
  }
}

.solar-products-contact {
  position: absolute;
  right: clamp(18px, 3vw, 54px);
  bottom: clamp(28px, 5vw, 64px);
  z-index: 8;
  direction: rtl;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.solar-products-contact__toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(240, 210, 138, .52);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 210, 138, .98), rgba(213, 165, 70, .95));
  color: #10151f;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .36);
  pointer-events: auto;
}

.solar-products-contact__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 22, 42, .92);
  color: var(--gold-light);
}

.solar-products-contact svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solar-products-contact__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(360px, calc(100vw - 34px));
  padding: 14px;
  border: 1px solid rgba( 238, 185, 76, .22);
  border-radius: 12px;
  background:
      linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, .024) 1px, transparent 1px),
      rgba(8, 13, 22, .96);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .08);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: scaleX(.18) translateX(14px);
  transform-origin: right center;
  transition: transform .34s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
}

.solar-products-contact.is-open .solar-products-contact__panel {
  opacity: 1;
  pointer-events: auto;
  transform: scaleX(1) translateX(0);
}

.solar-products-contact__panel a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 6px;
  border-radius: 8px;
  color: #eef5ff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.solar-products-contact__panel a:hover {
  background: rgba(255, 255, 255, .045);
  color: var(--gold-light);
}

.solar-products-contact__panel a span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba( 238, 185, 76, .14);
  color: var(--electric-light);
}

.solar-products-contact__panel a:nth-child(1) span {
  background: rgba(34, 197, 94, .16);
  color: #4ade80;
}

.solar-products-contact__panel a:nth-child(2) span {
  background: rgba(240, 210, 138, .16);
  color: var(--gold-light);
}

.solar-products-contact__panel a:nth-child(4) span {
  background: rgba(213, 83, 120, .16);
  color: #fb7185;
}

@media (max-width: 760px) {
  .solar-products-contact {
      right: 12px;
      bottom: 20px;
  }

  .solar-products-contact__toggle {
      min-height: 48px;
      padding: 7px 8px 7px 13px;
      font-size: 12px;
  }

  .solar-products-contact__icon {
      width: 34px;
      height: 34px;
  }

  .solar-products-contact__panel {
      bottom: 58px;
      width: min(320px, calc(100vw - 24px));
  }
}

.solar-products-contact {
  position: absolute;
  top: 112px;
  right: clamp(18px, 3vw, 42px);
  bottom: auto;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.solar-products-contact__toggle {
  min-height: 48px;
  padding: 7px 9px 7px 16px;
}

.solar-products-contact__panel {
  position: absolute;
  right: calc(100% + 12px);
  bottom: auto;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-24px, -50%);
  transform-origin: left center;
  transition: transform .34s cubic-bezier(.2, .8, .2, 1), opacity .22s ease;
}

.solar-products-contact.is-open .solar-products-contact__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.solar-products-contact__panel a {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 0;
  place-items: center;
  padding: 0;
  border: 1px solid rgba( 238, 185, 76, .3);
  border-radius: 50%;
  background: rgba(8, 13, 22, .94);
  color: var(--electric-light);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.solar-products-contact__panel a:hover {
  border-color: rgba(240, 210, 138, .62);
  background: rgba(16, 32, 56, .98);
  color: var(--gold-light);
}

.solar-products-contact__panel a:nth-child(1) {
  color: #4ade80;
}

.solar-products-contact__panel a:nth-child(2) {
  color: var(--gold-light);
}

.solar-products-contact__panel a:nth-child(4) {
  color: #fb7185;
}

.solar-consult-social {
  position: relative;
  display: inline-flex;
  align-items: center;
  direction: ltr;
}

.solar-consult-social__toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  min-height: 62px;
  padding: 0 30px 0 34px;
  border: 1px solid rgba(240, 210, 138, .68);
  border-radius: 999px;
  background:
      linear-gradient(180deg, rgba(255, 239, 193, .98), rgba(213, 165, 70, .96)),
      var(--gold-light);
  color: #10151f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow:
      0 20px 50px rgba(0, 0, 0, .32),
      0 0 0 6px rgba(240, 210, 138, .045),
      inset 0 1px 0 rgba(255, 255, 255, .52),
      inset 0 -10px 22px rgba(131, 89, 17, .12);
  transition: transform .24s ease, box-shadow .24s ease;
}

.solar-consult-social__toggle:hover {
  transform: translateY(-2px);
  box-shadow:
      0 24px 58px rgba(0, 0, 0, .36),
      0 0 0 7px rgba(240, 210, 138, .06),
      inset 0 1px 0 rgba(255, 255, 255, .58),
      inset 0 -10px 22px rgba(131, 89, 17, .14);
}

.solar-consult-social__toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solar-consult-social__list {
  position: absolute;
  left: calc(100% - 18px);
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px 9px 30px;
  border: 1px solid rgba( 238, 185, 76, .34);
  border-radius: 999px;
  background:
      linear-gradient(90deg, rgba( 238, 185, 76, .1), transparent 62%),
      rgba(8, 13, 22, .96);
  backdrop-filter: blur(18px);
  box-shadow:
      0 18px 44px rgba(0, 0, 0, .32),
      inset 0 1px 0 rgba(255, 255, 255, .09);
  opacity: 0;
  pointer-events: none;
  transform: translate(-26px, -50%) scaleX(.25);
  transform-origin: left center;
  transition: transform .34s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
}

.solar-consult-social.is-open .solar-consult-social__list {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scaleX(1);
}

.solar-consult-social__list a {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba( 238, 185, 76, .34);
  border-radius: 50%;
  background:
      radial-gradient(circle at 50% 24%, rgba(255, 255, 255, .12), transparent 52%),
      rgba(12, 35, 70, .94);
  color: var(--electric-light);
  box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .1),
      0 10px 22px rgba(0, 0, 0, .22);
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease;
}

.solar-consult-social__list a:hover {
  border-color: rgba(240, 210, 138, .62);
  background:
      radial-gradient(circle at 50% 24%, rgba(240, 210, 138, .18), transparent 56%),
      rgba(15, 43, 78, .98);
  color: var(--gold-light);
  transform: translateY(-2px);
}

.solar-consult-social__list a:nth-child(1) {
  color: #4ade80;
}

.solar-consult-social__list a:nth-child(2) {
  color: var(--gold-light);
}

.solar-consult-social__list a:nth-child(4) {
  color: #fb7185;
}

.solar-consult-social__list svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solar-consult-social__item[data-contact-tip]::after {
  position: absolute;
  right: 50%;
  z-index: 5;
  min-width: 132px;
  padding: 8px 11px;
  border: 1px solid rgba( 238, 185, 76, .28);
  border-radius: 8px;
  background:
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
      rgba(8, 13, 22, .98);
  background-size: 24px 24px, auto;
  color: #eef5ff;
  content: attr(data-contact-tip);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translateX(50%) translateY(6px);
  transition: opacity .18s ease, transform .22s ease;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}

.solar-consult-social__item[data-contact-tip]::before {
  position: absolute;
  right: 50%;
  z-index: 6;
  width: 9px;
  height: 9px;
  border: solid rgba( 238, 185, 76, .28);
  background: rgba(8, 13, 22, .98);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%) rotate(45deg);
  transition: opacity .18s ease, transform .22s ease;
}

.solar-consult-social__item--phone::after {
  bottom: calc(100% + 14px);
}

.solar-consult-social__item--phone::before {
  bottom: calc(100% + 9px);
  border-width: 0 1px 1px 0;
}

.solar-consult-social__item--whatsapp::after {
  top: calc(100% + 14px);
}

.solar-consult-social__item--whatsapp::before {
  top: calc(100% + 9px);
  border-width: 1px 0 0 1px;
}

.solar-consult-social__item[data-contact-tip]:hover::after,
.solar-consult-social__item[data-contact-tip]:hover::before,
.solar-consult-social__item[data-contact-tip]:focus-visible::after,
.solar-consult-social__item[data-contact-tip]:focus-visible::before {
  opacity: 1;
  transform: translateX(50%) translateY(0) rotate(0);
}

.solar-consult-social__item[data-contact-tip]:hover::before,
.solar-consult-social__item[data-contact-tip]:focus-visible::before {
  transform: translateX(50%) rotate(45deg);
}

@media (max-width: 900px) {
  .solar-consult-social {
      width: 100%;
      justify-content: center;
  }

  .solar-consult-social__list {
      left: 50%;
      top: calc(100% + 12px);
      padding: 7px 8px;
      transform: translate(-50%, -12px) scaleX(.25);
      transform-origin: left center;
  }

  .solar-consult-social.is-open .solar-consult-social__list {
      transform: translate(-50%, 0) scaleX(1);
  }
}

@media (max-width: 760px) {
  .solar-consult-social__toggle {
      min-height: 52px;
      gap: 18px;
      padding: 0 20px;
      font-size: 13px;
  }

  .solar-consult-social__list a {
      width: 40px;
      height: 40px;
  }

  .solar-consult-social__item[data-contact-tip]::after {
      min-width: 116px;
      font-size: 11px;
  }

  .solar-products-contact {
      top: 86px;
      right: 12px;
  }

  .solar-products-contact__toggle span:last-child {
      display: none;
  }

  .solar-products-contact__panel {
      right: calc(100% + 8px);
      gap: 6px;
  }

  .solar-products-contact__panel a {
      width: 36px;
      height: 36px;
  }
}

/* Polished consult social drawer */
.solar-consult,
.sepid-consult-panel {
  overflow: visible !important;
}

.solar-consult-social {
  isolation: isolate;
}

.solar-consult-social__toggle {
  min-height: 56px;
  padding: 0 26px 0 30px;
  border-color: rgba(245, 215, 142, .82);
  background:
      linear-gradient(180deg, #f8df9b 0%, #d6a847 100%);
  color: #111722 !important;
  text-shadow: none;
  box-shadow:
      0 18px 34px rgba(0, 0, 0, .3),
      0 0 0 1px rgba(245, 215, 142, .16),
      inset 0 1px 0 rgba(255, 255, 255, .62),
      inset 0 -12px 22px rgba(116, 75, 9, .16);
}

.solar-consult-social__toggle span {
  color: inherit !important;
}

.solar-consult-social__toggle svg {
  color: #111722;
}

.solar-consult-social__list {
  left: calc(100% - 10px);
  gap: 9px;
  padding: 9px 11px 9px 22px;
  border-color: rgba( 238, 185, 76, .38);
  background:
      linear-gradient(180deg, rgba(18, 34, 58, .96), rgba(7, 12, 21, .98));
  box-shadow:
      0 22px 44px rgba(0, 0, 0, .34),
      inset 0 1px 0 rgba(255, 255, 255, .1);
}

.solar-consult-social__list a {
  width: 46px;
  height: 46px;
  border-color: rgba( 238, 185, 76, .42);
  background:
      linear-gradient(180deg, rgba(22, 58, 104, .9), rgba(9, 28, 57, .96));
  box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .12),
      0 10px 20px rgba(0, 0, 0, .22);
}

.solar-consult-social__list a:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 215, 142, .72);
  background:
      linear-gradient(180deg, rgba( 238, 185, 76, .94), rgba(11, 36, 72, .98));
}

.solar-consult-social__item[data-contact-tip]::after {
  min-width: 142px;
  padding: 9px 12px;
  border-color: rgba( 238, 185, 76, .32);
  border-radius: 10px;
  background:
      linear-gradient(180deg, rgba(14, 27, 47, .98), rgba(6, 11, 20, .99));
  color: #f3f7ff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .34);
  transform: translateX(50%) translateY(8px);
}

.solar-consult-social__item[data-contact-tip]::before {
  background: rgba(10, 20, 35, .99);
}

.solar-consult-social__item--phone::after {
  bottom: calc(100% + 12px);
}

.solar-consult-social__item--phone::before {
  bottom: calc(100% + 7px);
}

.solar-consult-social__item--whatsapp::after {
  top: calc(100% + 12px);
}

.solar-consult-social__item--whatsapp::before {
  top: calc(100% + 7px);
}

.solar-consult-social__item[data-contact-tip]:hover::after,
.solar-consult-social__item[data-contact-tip]:focus-visible::after {
  transform: translateX(50%) translateY(0);
}

/* Force market cards to stay glued to the left edge and expand rightward. */
.solar-market {
  --market-card-closed: 190px;
  --market-card-open: 300px;
  left: 0 !important;
  right: auto !important;
  width: min(var(--market-card-open), 100vw);
  direction: ltr;
}

.solar-market__inner {
  width: 100%;
  direction: ltr;
  justify-content: start;
  justify-items: start;
}

.solar-market-card,
.solar-market-card--gold,
.solar-market-card--usd {
  display: flex;
  justify-self: start;
  width: min(var(--market-card-closed), 100vw);
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: left center;
}

.solar-market-card.is-expanded {
  width: min(var(--market-card-open), 100vw);
}

.solar-market-card:not(.is-expanded)::after,
.solar-market-card:not(.is-expanded) strong {
  display: none !important;
}

.solar-market-card.is-expanded strong {
  display: inline-block;
}

@media (max-width: 520px) {
  .solar-market {
      --market-card-closed: 178px;
      --market-card-open: 270px;
      left: 0 !important;
      width: min(var(--market-card-open), 100vw);
  }

  .solar-market-card.is-expanded {
      width: min(var(--market-card-open), 100vw);
  }
}

/* Laptop 100% zoom tuning: keep the previous 120% feel without scaling the page. */
@media (min-width: 1280px) and (max-width: 1920px) and (min-height: 720px) {
  .sepid-container {
      width: min(1320px, calc(100% - 72px));
  }

  .solar-header {
      top: 18px;
      padding-inline: 28px;
  }

  body.admin-bar .solar-header {
      top: 46px;
  }

  .solar-header__inner {
      max-width: 1512px;
      height: 76px;
      padding-inline: 22px;
      border-radius: 22px;
  }

  .solar-header.is-scrolled .solar-header__inner {
      height: 68px;
  }

  .solar-nav {
      gap: 30px;
  }

  .solar-nav a {
      font-size: 14px;
      font-weight: 650;
  }

  .solar-brand {
      gap: 12px;
  }

  .solar-brand__mark {
      width: 48px;
      height: 48px;
  }

  .solar-brand__mark svg {
      width: 43px;
  }

  .solar-brand b {
      font-size: 25px;
  }

  .solar-brand small {
      font-size: 9px;
  }

  .solar-header__actions {
      gap: 10px;
  }

  .solar-icon-btn {
      width: 46px;
      height: 46px;
      border-radius: 16px;
  }

  .solar-icon-btn svg {
      width: 19px;
  }

  .solar-shop-btn {
      min-height: 46px;
      padding-inline: 18px;
      border-radius: 16px;
      font-size: 14px;
  }

  .solar-market {
      --market-card-closed: 220px;
      --market-card-open: 340px;
      bottom: 28px;
  }

  .solar-market__inner {
      gap: 8px;
  }

  .solar-market-card,
  .solar-market-card--gold,
  .solar-market-card--usd {
      min-height: 58px;
      padding: 8px 12px;
      gap: 12px;
      border-radius: 0 16px 16px 0;
  }

  .solar-market-card img,
  .solar-market-card--gold img,
  .solar-market-card--usd img {
      flex-basis: 40px;
      width: 40px;
      height: 40px;
  }

  .solar-market-card span,
  .solar-market-card--gold span,
  .solar-market-card--usd span {
      font-size: 12px;
  }

  .solar-market-card strong,
  .solar-market-card--gold strong,
  .solar-market-card--usd strong {
      font-size: 14px;
  }

  .solar-market-card.is-expanded strong {
      max-width: 176px;
  }

  .solar-store-products {
      padding-block: 64px 74px;
  }

  .solar-store-products .sepid-container {
      width: min(1500px, calc(100% - 56px));
      padding-inline: 0;
  }

  .solar-store-products__slider {
      padding-top: 34px !important;
      padding-bottom: 20px !important;
      border-radius: 24px 24px 0 0;
  }

  .solar-store-product,
  .solar-store-product.swiper-slide {
      width: 190px !important;
      gap: 12px;
  }

  .solar-store-product__discount {
      height: 23px;
      padding-inline: 8px;
      font-size: 10px;
  }

  .solar-store-product__badges .yith-wcwl-add-to-wishlist a,
  .solar-store-product__badges .yith-add-to-wishlist-button-block {
      width: 29px;
      min-width: 29px;
      height: 29px;
  }

  .solar-store-product h3 {
      min-height: 44px;
      font-size: 13px;
      line-height: 1.5;
  }

  .solar-store-product__button {
      min-height: 38px;
      grid-template-columns: minmax(0, 1fr) 38px;
  }

  .solar-store-product__button-icon {
      width: 36px;
      height: 32px;
  }

  .solar-store-product__price {
      font-size: 13px;
  }

  .solar-store-product__price del {
      font-size: 10.5px;
  }

  .solar-store-products__nav {
      padding: 17px 48px 24px !important;
  }

  .solar-consult-social__toggle {
      min-width: 322px;
      min-height: 76px;
      padding-inline: 34px 28px;
      font-size: 17px;
  }

  .solar-consult-social__list {
      min-height: 72px;
      padding: 8px 12px;
  }

  .solar-consult-social__list a {
      width: 58px;
      height: 58px;
  }
}

/* Intro workloads section */
.solar-intro {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: transparent;
  color: #111815;
}

.solar-intro::before {
  position: absolute;
  inset: 0;
  display: none;
}

.solar-intro::after {
  display: none;
}

.solar-intro .sepid-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba( 238, 185, 76, .24);
  border-radius: 12px;
  background: #eef4ea;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .18);
}

.solar-intro .sepid-container::before {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64 0H0v64' fill='none' stroke='%232378ff' stroke-opacity='.085' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  content: "";
  pointer-events: none;
}

.solar-intro__head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 38px;
}

.solar-intro__head .solar-kicker {
  margin-bottom: 16px;
  color: #eeb94c;
}

.solar-intro__head h2 {
  margin: 0;
  color: #07101d;
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 560;
  line-height: 1.3;
}

.solar-intro__head h2::first-line {
  color: #07101d;
}

.solar-intro__head p:not(.solar-kicker) {
  max-width: 690px;
  margin: 18px 0 0;
  color: #516276;
  font-size: 15px;
  font-weight: 380;
  line-height: 1.95;
}

.solar-intro-workloads {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.solar-intro-workload {
  position: relative;
  display: grid;
  min-height: 350px;
  align-content: start;
  overflow: hidden;
  padding: 0 0 22px;
  border: 1px solid rgba( 238, 185, 76, .26); /* ????? ??? ????? */
  border-radius: 16px; /* ???????? ??? */
  background: linear-gradient(145deg, #0b1220, #070b12); /* ???????? ??? ???? ?? ??????? */
  box-shadow: 0 18px 46px rgba(7, 16, 29, .3); /* ???? ???? ??? ????? */
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.solar-intro-workload:hover {
  border-color: rgba( 238, 185, 76, .5); /* ????? ??? ????? ?? ???? */
  background: linear-gradient(145deg, #0d1726, #0b1220); /* ????? ??? ???????? ?? ???? */
  transform: translateY(-3px); /* ???? ?? ???? ?? ???? */
}


.solar-intro-workload--accent {
  background: #12100b;
  border-color: rgba(213, 165, 70, .42);
}

.solar-intro-workload--accent:hover {
  border-color: rgba(213, 165, 70, .62);
  background: #171309;
}

.solar-intro-workload__visual {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba( 238, 185, 76, .16);
  background-color: #101d30;
}

.solar-intro-workload__visual::before,
.solar-intro-workload__visual::after {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  content: "";
  filter: blur(42px);
  pointer-events: none;
}

.solar-intro-workload__visual::before {
  top: -92px;
  right: 50%;
  background: rgba( 238, 185, 76, .24);
  transform: translateX(50%);
}

.solar-intro-workload__visual::after {
  right: -72px;
  bottom: -82px;
  background: rgba( 238, 185, 76, .18);
}

.solar-intro-workload:nth-child(2) .solar-intro-workload__visual {
  background-color: #0d1f23;
}

.solar-intro-workload:nth-child(2) .solar-intro-workload__visual::before {
  background: rgba(72, 231, 142, .22);
}

.solar-intro-workload:nth-child(2) .solar-intro-workload__visual::after {
  background: rgba( 238, 185, 76, .16);
}

.solar-intro-workload:nth-child(2) .solar-intro-workload__visual svg {
  color: #48e78e;
}

.solar-intro-workload--accent .solar-intro-workload__visual {
  background-color: #211a0d;
}

.solar-intro-workload--accent .solar-intro-workload__visual::before {
  background: rgba(213, 165, 70, .24);
}

.solar-intro-workload--accent .solar-intro-workload__visual::after {
  background: rgba(240, 210, 138, .18);
}

.solar-intro-workload__visual svg {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  color: #eeb94c; /* ??? ????? */
  stroke-width: 4;
  filter: drop-shadow(0 14px 22px rgba( 238, 185, 76, .18)); /* ???? ???? ????? */
}

.solar-intro-workload--accent .solar-intro-workload__visual svg {
  color: #c18b22;
  filter: drop-shadow(0 14px 22px rgba(213, 165, 70, .18));
}

.solar-intro-workload h3 {
  margin: 22px 22px 8px;
  color: #f3f7ff; /* ??? ??? ????? */
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 520;
  line-height: 1.35;
}

.solar-intro-workload p {
  margin: 0 22px;
  color: rgba(229, 238, 250, .64); /* ??? ??? ??????? */
  font-size: 14px;
  font-weight: 350;
  line-height: 1.9;
}
@media (max-width: 900px) {
  .solar-intro {
      padding: 72px 0 66px;
  }

  .solar-intro__head {
      margin-bottom: 38px;
  }

  .solar-intro__head h2 {
      font-size: clamp(30px, 7vw, 44px);
  }

  .solar-intro-workloads {
      grid-template-columns: 1fr;
      gap: 18px;
  }

  .solar-intro-workload {
      min-height: 0;
  }
}

@media (max-width: 520px) {
  .solar-intro {
      padding: 62px 0 58px;
  }

  .solar-intro__head h2 {
      font-size: 29px;
  }

  .solar-intro__head p:not(.solar-kicker) {
      font-size: 14px;
  }

  .solar-intro-workload__visual {
      min-height: 170px;
  }

  .solar-intro-workload h3 {
      margin: 18px 18px 8px;
      font-size: 23px;
  }

  .solar-intro-workload p {
      margin: 0 18px;
      font-size: 13px;
  }
}

/* Home desktop width and scale correction */
:root {
  --solar-page-gutter: clamp(12px, 1.25vw, 24px);
  --solar-page-max: 1840px;
  --solar-content-max: 1760px;
}

body.sepid-solar-home .solar-header {
  padding-inline: var(--solar-page-gutter);
}

body.sepid-solar-home .solar-header__inner {
  width: 100%;
  max-width: min(var(--solar-page-max), calc(100vw - (var(--solar-page-gutter) * 2)));
}

body.sepid-solar-home .sepid-container,
body.sepid-solar-home .solar-store-products .sepid-container,
body.sepid-solar-home .solar-articles .sepid-container,
body.sepid-solar-home .solar-intro .sepid-container,
body.sepid-solar-home .solar-footer__inner {
  width: min(var(--solar-content-max), calc(100% - (var(--solar-page-gutter) * 2)));
}

@media (min-width: 1280px) {
  body.sepid-solar-home {
      font-size: 16.5px;
  }

  body.sepid-solar-home .solar-header__inner {
      height: 84px;
      padding-inline: 26px;
  }

  body.sepid-solar-home .solar-header.is-scrolled .solar-header__inner {
      height: 74px;
  }

  body.sepid-solar-home .solar-brand b {
      font-size: 28px;
  }

  body.sepid-solar-home .solar-brand small {
      font-size: 10px;
  }

  body.sepid-solar-home .solar-brand__mark {
      width: 54px;
      height: 54px;
  }

  body.sepid-solar-home .solar-brand__mark svg {
      width: 48px;
  }

  body.sepid-solar-home .solar-nav {
      gap: 36px;
  }

  body.sepid-solar-home .solar-nav a {
      font-size: 15px;
  }

  body.sepid-solar-home .solar-icon-btn {
      width: 52px;
      height: 52px;
  }

  body.sepid-solar-home .solar-icon-btn svg {
      width: 21px;
  }

  body.sepid-solar-home .solar-shop-btn {
      min-height: 52px;
      padding-inline: 22px;
      font-size: 15px;
  }

  body.sepid-solar-home .solar-section {
      padding-block: 118px;
  }

  body.sepid-solar-home .solar-intro .sepid-container {
      padding: clamp(46px, 5vw, 76px);
  }

  body.sepid-solar-home .solar-intro__head h2,
  body.sepid-solar-home .solar-copy h2,
  body.sepid-solar-home .solar-section-head h2,
  body.sepid-solar-home .solar-consult h2 {
      font-size: clamp(40px, 4.2vw, 68px);
  }

  body.sepid-solar-home .solar-intro__head p:not(.solar-kicker),
  body.sepid-solar-home .solar-copy > p:not(.solar-kicker) {
      font-size: 16px;
  }

  body.sepid-solar-home .solar-intro-workload h3 {
      font-size: clamp(26px, 2.1vw, 34px);
  }

  body.sepid-solar-home .solar-intro-workload p {
      font-size: 15.5px;
  }

  body.sepid-solar-home .solar-market {
      --market-card-closed: 236px;
      --market-card-open: 370px;
  }
}

@media (min-width: 1280px) and (max-width: 1920px) and (min-height: 720px) {
  body.sepid-solar-home .solar-header {
      padding-inline: var(--solar-page-gutter);
  }

  body.sepid-solar-home .solar-header__inner {
      max-width: min(var(--solar-page-max), calc(100vw - (var(--solar-page-gutter) * 2)));
  }

  body.sepid-solar-home .sepid-container,
  body.sepid-solar-home .solar-store-products .sepid-container,
  body.sepid-solar-home .solar-articles .sepid-container,
  body.sepid-solar-home .solar-intro .sepid-container,
  body.sepid-solar-home .solar-footer__inner {
      width: min(var(--solar-content-max), calc(100% - (var(--solar-page-gutter) * 2)));
  }
}

@media (max-width: 900px) {
  :root {
      --solar-page-gutter: 10px;
  }

  body.sepid-solar-home .solar-header {
      padding-inline: var(--solar-page-gutter);
  }

  body.sepid-solar-home .solar-header__inner {
      max-width: none;
  }
}

/* Side market sizing correction */
body.sepid-solar-home .solar-market {
  --market-card-closed: 250px;
  --market-card-open: 390px;
  left: 0 !important;
  width: min(var(--market-card-open), 100vw);
}

body.sepid-solar-home .solar-market-card,
body.sepid-solar-home .solar-market-card--gold,
body.sepid-solar-home .solar-market-card--usd {
  min-height: 64px;
  width: min(var(--market-card-closed), 100vw);
  padding: 10px 14px;
  gap: 13px;
}

body.sepid-solar-home .solar-market-card.is-expanded {
  width: min(var(--market-card-open), 100vw);
}

body.sepid-solar-home .solar-market-card img,
body.sepid-solar-home .solar-market-card--gold img,
body.sepid-solar-home .solar-market-card--usd img {
  flex-basis: 44px;
  width: 44px;
  height: 44px;
}

body.sepid-solar-home .solar-market-card span,
body.sepid-solar-home .solar-market-card--gold span,
body.sepid-solar-home .solar-market-card--usd span {
  font-size: 13px;
  font-weight: 850;
}

body.sepid-solar-home .solar-market-card strong,
body.sepid-solar-home .solar-market-card--gold strong,
body.sepid-solar-home .solar-market-card--usd strong {
  font-size: 15px;
  font-weight: 900;
}

@media (min-width: 1600px) {
  body.sepid-solar-home .solar-market {
      --market-card-closed: 270px;
      --market-card-open: 410px;
  }
}

@media (max-width: 760px) {
  body.sepid-solar-home .solar-market {
      --market-card-closed: 205px;
      --market-card-open: 260px;
      bottom: 22px;
  }

  body.sepid-solar-home .solar-market-card,
  body.sepid-solar-home .solar-market-card--gold,
  body.sepid-solar-home .solar-market-card--usd {
      min-height: 46px;
      padding: 6px 9px;
      gap: 8px;
      border-radius: 0 11px 11px 0;
  }

  body.sepid-solar-home .solar-market-card img,
  body.sepid-solar-home .solar-market-card--gold img,
  body.sepid-solar-home .solar-market-card--usd img {
      flex-basis: 30px;
      width: 30px;
      height: 30px;
  }

  body.sepid-solar-home .solar-market-card span,
  body.sepid-solar-home .solar-market-card--gold span,
  body.sepid-solar-home .solar-market-card--usd span {
      font-size: 10.5px;
      line-height: 1.45;
  }

  body.sepid-solar-home .solar-market-card strong,
  body.sepid-solar-home .solar-market-card--gold strong,
  body.sepid-solar-home .solar-market-card--usd strong {
      font-size: 12px;
  }
}

/* Product carousel card size correction */
body.sepid-solar-home .solar-store-product,
body.sepid-solar-home .solar-store-product.swiper-slide {
  width: clamp(188px, 11.2vw, 220px) !important;
  gap: 12px;
}

body.sepid-solar-home .solar-store-product__image img {
  padding: 9px;
}

body.sepid-solar-home .solar-store-product h3 {
  min-height: 44px;
  font-size: clamp(12.5px, .72vw, 14px);
}

body.sepid-solar-home .solar-store-product__button {
  min-height: 38px;
  grid-template-columns: minmax(0, 1fr) 38px;
}

body.sepid-solar-home .solar-store-product__button-icon {
  width: 36px;
  height: 32px;
}

body.sepid-solar-home .solar-store-product__price {
  font-size: clamp(12.5px, .72vw, 14px);
}

@media (max-width: 1279px) {
  body.sepid-solar-home .solar-store-product,
  body.sepid-solar-home .solar-store-product.swiper-slide {
      width: clamp(168px, 19vw, 198px) !important;
  }
}

@media (max-width: 760px) {
  body.sepid-solar-home .solar-store-product,
  body.sepid-solar-home .solar-store-product.swiper-slide {
      width: clamp(144px, 43vw, 168px) !important;
      gap: 8px;
  }

  body.sepid-solar-home .solar-store-product h3 {
      min-height: 36px;
      font-size: 10.8px;
  }

  body.sepid-solar-home .solar-store-products__slider {
      padding-bottom: 2px !important;
      padding-right: 20px !important;
      padding-left: 20px !important;
      padding-top: 20px !important;
  }

  body.sepid-solar-home .solar-store-products__slider .swiper-wrapper {
      padding-right: 0 !important;
      padding-left: 0 !important;
  }

  body.sepid-solar-home .solar-store-products__nav {
      padding-top: 6px !important;
      padding-right: 20px !important;
      padding-left: 12px !important;
      padding-bottom: 20px !important;
  }
}

@media (max-width: 760px) {
  body.sepid-solar-home .solar-market {
      --market-card-closed: 176px;
      --market-card-open: 226px;
      bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
      width: min(var(--market-card-open), 82vw) !important;
  }

  body.sepid-solar-home .solar-market__inner {
      gap: 5px !important;
  }

  body.sepid-solar-home .solar-market-card,
  body.sepid-solar-home .solar-market-card--gold,
  body.sepid-solar-home .solar-market-card--usd {
      min-height: 40px !important;
      width: min(var(--market-card-closed), 82vw) !important;
      padding: 5px 8px !important;
      gap: 7px !important;
      border-radius: 0 10px 10px 0 !important;
  }

  body.sepid-solar-home .solar-market-card.is-expanded {
      width: min(var(--market-card-open), 82vw) !important;
  }

  body.sepid-solar-home .solar-market-card img,
  body.sepid-solar-home .solar-market-card--gold img,
  body.sepid-solar-home .solar-market-card--usd img {
      flex-basis: 26px !important;
      width: 26px !important;
      height: 26px !important;
  }

  body.sepid-solar-home .solar-market-card span,
  body.sepid-solar-home .solar-market-card--gold span,
  body.sepid-solar-home .solar-market-card--usd span {
      font-size: 9.5px !important;
      line-height: 1.35 !important;
  }

body.sepid-solar-home .solar-market-card strong,
body.sepid-solar-home .solar-market-card--gold strong,
body.sepid-solar-home .solar-market-card--usd strong {
      font-size: 11px !important;
  }
}

/* Header product search layout */
body.sepid-solar-home .solar-header__inner {
  position: relative;
  height: 82px;
  min-height: 0;
  padding: 0 24px;
  grid-template-columns: minmax(230px, 1fr) minmax(190px, auto);
  grid-template-areas: "actions brand";
  align-items: center;
  column-gap: clamp(16px, 2vw, 34px);
  border-radius: 24px;
  border-color: rgba(214, 174, 105, .24);
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
      rgba(5, 11, 24, .82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.sepid-solar-home .solar-header.is-scrolled .solar-header__inner {
  height: 72px;
  min-height: 0;
  padding-block: 0;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015)),
      rgba(5, 11, 24, .9);
}

body.sepid-solar-home .solar-brand {
  align-self: center;
  gap: 12px;
}

body.sepid-solar-home .solar-brand b {
  letter-spacing: 0;
}

body.sepid-solar-home .solar-brand small {
  letter-spacing: 0;
}

body.sepid-solar-home .solar-nav {
  position: absolute;
  top: 50%;
  right: clamp(214px, 13vw, 275px);
  z-index: 2;
  transform: translateY(-50%);
  gap: clamp(18px, 1.6vw, 30px);
  padding: 0;
}

body.sepid-solar-home .solar-nav a {
  padding: 10px 0;
  font-size: clamp(13px, .72vw, 14.5px);
  font-weight: 750;
  color: rgba(238, 245, 255, .7);
}

body.sepid-solar-home .solar-nav a:after {
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
}

body.sepid-solar-home .solar-header__actions {
  justify-self: start;
  align-self: center;
  gap: 10px;
  padding-left: 0;
}

body.sepid-solar-home .solar-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .035);
}

body.sepid-solar-home .solar-icon-btn:hover {
  background: rgba(214, 174, 105, .1);
}

body.sepid-solar-home .solar-header-shop {
  position: static;
  transform: none;
  min-height: 44px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(214, 174, 105, .32);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(214, 174, 105, .14), rgba(214, 174, 105, .06));
  color: var(--gold-light);
  box-shadow: none;
  font-size: 13px;
  font-weight: 850;
}

body.sepid-solar-home .solar-header-shop svg {
  width: 16px;
}

body.sepid-solar-home .solar-header-search {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  max-width: 520px;
  height: 48px;
  overflow: visible;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.sepid-solar-home .solar-header-search:focus-within {
  width: 100%;
  border-color: rgba(214, 174, 105, .48);
  background: rgba(255, 255, 255, .1);
}

body.sepid-solar-home .solar-header-search input[type="search"] {
  font-size: 13px;
  padding-right: 16px;
}

body.sepid-solar-home .solar-header-search button {
  width: 42px;
  height: 42px;
  color: rgba(238, 245, 255, .72);
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: none !important;
  min-width: 0;
  height: 100%;
  margin: 0;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-search-form,
body.sepid-solar-home .solar-header-search .dgwt-wcas-sf-wrapp {
  width: 100%;
  height: 100%;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-sf-wrapp {
  display: block;
  padding: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
}

body.sepid-solar-home .solar-header-search input[type="search"].dgwt-wcas-search-input,
body.sepid-solar-home .solar-header-search .solar-header-search__fallback input[type="search"] {
  height: 48px !important;
  padding: 0 56px 0 18px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
  color: #f4f7ff !important;
  box-shadow: none !important;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  letter-spacing: 0;
}

body.sepid-solar-home .solar-header-search input[type="search"].dgwt-wcas-search-input::placeholder,
body.sepid-solar-home .solar-header-search .solar-header-search__fallback input[type="search"]::placeholder {
  color: rgba(238, 245, 255, .48) !important;
  font-style: normal !important;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-search-submit,
body.sepid-solar-home .solar-header-search .solar-header-search__fallback button {
  position: absolute !important;
  right: 8px !important;
  left: auto !important;
  top: 50% !important;
  display: grid !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(214, 174, 105, .18) !important;
  border-radius: 13px !important;
  background: rgba(214, 174, 105, .08) !important;
  color: var(--gold-light) !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-search-submit:before {
  display: none !important;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-search-submit svg,
body.sepid-solar-home .solar-header-search .solar-header-search__fallback button svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-search-submit svg path {
  fill: currentColor !important;
}

body.sepid-solar-home .solar-header-search .dgwt-wcas-preloader,
body.sepid-solar-home .solar-header-search .dgwt-wcas-voice-search {
  right: auto !important;
  left: 16px !important;
  opacity: .75;
}

body.sepid-solar-home .solar-header-search:focus-within .dgwt-wcas-search-submit {
  border-color: rgba(214, 174, 105, .36) !important;
  background: rgba(214, 174, 105, .14) !important;
}

body.sepid-solar-home .dgwt-wcas-suggestions-wrapp {
  margin-top: 10px !important;
  padding: 8px !important;
  border: 1px solid rgba(214, 174, 105, .18) !important;
  border-radius: 18px !important;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
      rgba(5, 11, 24, .97) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(18px);
}

body.sepid-solar-home .dgwt-wcas-suggestion {
  min-height: 62px;
  padding: 9px 10px !important;
  border-radius: 13px;
  color: #eef5ff;
  transition: background .2s ease, transform .2s ease;
}

body.sepid-solar-home .dgwt-wcas-suggestion:after {
  background: rgba(255, 255, 255, .07) !important;
}

body.sepid-solar-home .dgwt-wcas-suggestion:hover,
body.sepid-solar-home .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
  background: rgba(214, 174, 105, .11) !important;
}

body.sepid-solar-home .dgwt-wcas-si {
  width: 46px;
}

body.sepid-solar-home .dgwt-wcas-si img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
}

body.sepid-solar-home .dgwt-wcas-st {
  color: #f4f7ff;
  font-family: "Vazirmatn", Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

body.sepid-solar-home .dgwt-wcas-sp {
  color: var(--gold-light);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 850;
}

body.sepid-solar-home .dgwt-wcas-suggestion-more {
  justify-content: center;
  min-height: 44px;
  color: var(--gold-light);
  font-weight: 850;
}

@media (min-width: 1280px) {
  body.sepid-solar-home .solar-header-search {
      width: 100%;
  }

  body.sepid-solar-home .solar-header-search:focus-within {
      width: 100%;
  }
}

@media (max-width: 1279px) {
  body.sepid-solar-home .solar-header__inner {
      grid-template-columns: auto minmax(220px, 390px) auto minmax(150px, auto);
      grid-template-areas: "actions search nav brand";
      column-gap: 16px;
  }

  body.sepid-solar-home .solar-nav {
      position: static;
      transform: none;
      gap: 16px;
  }

  body.sepid-solar-home .solar-header-shop {
      display: none;
  }

  body.sepid-solar-home .solar-header__actions {
      padding-left: 0;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  body.sepid-solar-home .solar-header__inner {
      height: 76px;
      min-height: 0;
      grid-template-columns: minmax(120px, auto) minmax(210px, 340px) minmax(150px, auto);
      grid-template-areas: "actions search brand";
  }

  body.sepid-solar-home .solar-header-search {
      position: static;
      transform: none;
      justify-self: center;
  }

  body.sepid-solar-home .solar-nav,
  body.sepid-solar-home .solar-header-shop {
      display: none;
  }
}

@media (max-width: 900px) {
  body.sepid-solar-home .solar-header__inner {
      min-height: 64px;
      height: 64px;
      padding: 0 13px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 42px;
      grid-template-areas: "search menu";
      column-gap: 10px;
      align-items: center;
      border-radius: 16px;
  }

  body.sepid-solar-home .solar-brand,
  body.sepid-solar-home .solar-header__actions,
  body.sepid-solar-home .solar-nav {
      display: none !important;
  }

  body.sepid-solar-home .solar-menu-toggle {
      grid-area: menu;
      justify-self: end;
      display: flex !important;
  }

  body.sepid-solar-home .solar-header-search {
      grid-area: search;
      position: static;
      display: block !important;
      width: 100%;
      max-width: none;
      height: 42px;
      transform: none;
      border-radius: 15px;
  }

  body.sepid-solar-home .solar-header-search input[type="search"].dgwt-wcas-search-input,
  body.sepid-solar-home .solar-header-search .solar-header-search__fallback input[type="search"] {
      height: 42px !important;
      line-height: 42px !important;
      padding-right: 44px !important;
      padding-left: 46px !important;
      border-radius: 15px !important;
      font-size: 12px !important;
  }

  body.sepid-solar-home .solar-header-search .dgwt-wcas-search-submit,
  body.sepid-solar-home .solar-header-search .solar-header-search__fallback button {
      left: 6px !important;
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      min-height: 32px !important;
      border-radius: 11px !important;
  }
}

/* Shared site header/footer shell */
body.sepid-solar-shell {
  padding-top: 116px;
  background: #f6f7fb;
  direction: rtl;
}

body.sepid-solar-shell > .elementor-location-header,
body.sepid-solar-shell > .elementor-location-footer,
body.sepid-solar-shell > .headerf,
body.sepid-solar-shell > .footer,
body.sepid-solar-shell > footer:not(.solar-footer):not(.sepid-global-footer) {
  display: none !important;
}

body.sepid-solar-shell .sepid-site-main {
  min-height: 50vh;
}

body.admin-bar.sepid-solar-shell .solar-header {
  top: 42px;
}

body.sepid-solar-shell .solar-header {
  padding-inline: var(--solar-page-gutter, clamp(12px, 1.25vw, 24px));
}

body.sepid-solar-shell .solar-header__inner {
  position: relative;
  width: 100%;
  max-width: min(var(--solar-page-max, 1840px), calc(100vw - (var(--solar-page-gutter, 18px) * 2)));
  height: 82px;
  min-height: 0;
  padding: 0 24px;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 520px) minmax(360px, auto) minmax(140px, auto);
  grid-template-areas: "actions search nav brand";
  align-items: center;
  column-gap: clamp(16px, 2vw, 34px);
  border-radius: 24px;
  border-color: rgba(214, 174, 105, .24);
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
      rgba(5, 11, 24, .9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.sepid-solar-shell .solar-header.is-scrolled .solar-header__inner {
  height: 72px;
  min-height: 0;
  padding-block: 0;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015)),
      rgba(5, 11, 24, .94);
}

body.sepid-solar-shell .solar-brand {
  align-self: center;
  gap: 12px;
}

body.sepid-solar-shell .solar-brand b,
body.sepid-solar-shell .solar-brand small {
  letter-spacing: 0;
}

body.sepid-solar-shell .solar-nav {
  position: static;
  z-index: 4;
  min-width: 0;
  justify-self: end;
  transform: none;
  gap: 0;
  padding: 0;
}

body.sepid-solar-shell .solar-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
  direction: rtl;
}

body.sepid-solar-shell .solar-nav__list > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.sepid-solar-shell .solar-nav a {
  padding: 10px 0;
  font-size: clamp(13px, .72vw, 14.5px);
  font-weight: 750;
  color: rgba(238, 245, 255, .7);
}

body.sepid-solar-shell .solar-nav a:after {
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
}

body.sepid-solar-shell .solar-nav .sub-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 140;
  display: flex;
  min-width: 205px;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 8px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(214, 174, 105, .28);
  border-radius: 14px;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
      rgba(5, 11, 24, .98);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .05);
  list-style: none;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

body.sepid-solar-shell .solar-nav .sub-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 7px;
  content: "";
}

body.sepid-solar-shell .solar-nav .sub-menu li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.sepid-solar-shell .solar-nav .sub-menu a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px;
  border-radius: 9px;
  white-space: nowrap;
}

body.sepid-solar-shell .solar-nav .sub-menu a::after {
  display: none;
}

body.sepid-solar-shell .solar-nav .sub-menu .sub-menu {
  top: -8px;
  right: calc(100% + 7px);
}

body.sepid-solar-shell .solar-nav li:hover > .sub-menu,
body.sepid-solar-shell .solar-nav li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.sepid-solar-shell .solar-header__actions {
  justify-self: start;
  align-self: center;
  gap: 10px;
  padding-left: 0;
}

body.sepid-solar-shell .solar-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .035);
}

body.sepid-solar-shell .solar-account-btn,
body.sepid-solar-shell .solar-header__actions > .t-mini-cart,
body.sepid-solar-shell .solar-header .t-mini-cart-toggle {
  box-sizing: border-box;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  flex: 0 0 44px;
  border-radius: 16px;
}

body.sepid-solar-shell .solar-header__actions > .t-mini-cart,
body.sepid-solar-shell .solar-header .t-mini-cart-toggle {
  display: grid;
  padding: 0;
  place-items: center;
}

body.sepid-solar-shell .solar-account-btn svg,
body.sepid-solar-shell .solar-header .t-mini-cart-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

body.sepid-solar-shell .solar-header .solar-account-btn,
body.sepid-solar-shell .solar-header .t-mini-cart-toggle {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .035);
  color: rgba(238, 245, 255, .82);
  box-shadow: none;
  transform: translateY(0);
  transition: border-color .25s ease, background-color .25s ease, color .25s ease, transform .25s ease;
}

body.sepid-solar-shell .solar-header .solar-account-btn:hover,
body.sepid-solar-shell .solar-header .solar-account-btn:focus-visible,
body.sepid-solar-shell .solar-header .t-mini-cart-toggle:hover,
body.sepid-solar-shell .solar-header .t-mini-cart-toggle:focus-visible {
  border-color: rgba(218, 171, 83, .58);
  background: rgba(218, 171, 83, .1);
  color: #f0bd5d;
  box-shadow: none;
  transform: translateY(-2px);
}

body.sepid-solar-shell .solar-header-shop {
  position: static;
  transform: none;
  min-height: 44px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(214, 174, 105, .32);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(214, 174, 105, .14), rgba(214, 174, 105, .06));
  color: var(--gold-light);
  box-shadow: none;
  font-size: 13px;
  font-weight: 850;
}

body.sepid-solar-shell .solar-header-shop svg {
  width: 16px;
}

body.sepid-solar-shell .solar-header-search {
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 520px;
  height: 48px;
  overflow: visible;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  justify-self: stretch;
  transform: none;
}

body.sepid-solar-shell .solar-header-search:focus-within {
  width: 100%;
  border-color: rgba(214, 174, 105, .48);
  background: rgba(255, 255, 255, .1);
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: none !important;
  min-width: 0;
  height: 100%;
  margin: 0;
}

body.sepid-solar-shell .solar-header-search .solar-header-search__form {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  max-inline-size: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  direction: rtl;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-form,
body.sepid-solar-shell .solar-header-search .dgwt-wcas-sf-wrapp {
  width: 100%;
  height: 100%;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-sf-wrapp {
  display: block;
  padding: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
}

body.sepid-solar-shell .solar-header-search input[type="search"].dgwt-wcas-search-input,
body.sepid-solar-shell .solar-header-search .solar-header-search__fallback input[type="search"],
body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-field {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 48px !important;
  padding: 0 56px 0 18px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
  color: #f4f7ff !important;
  box-shadow: none !important;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  line-height: 48px !important;
  text-align: right;
}

body.sepid-solar-shell .solar-header-search input[type="search"].dgwt-wcas-search-input::placeholder,
body.sepid-solar-shell .solar-header-search .solar-header-search__fallback input[type="search"]::placeholder,
body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-field::placeholder {
  color: rgba(238, 245, 255, .48) !important;
  font-style: normal !important;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-submit,
body.sepid-solar-shell .solar-header-search .solar-header-search__fallback button,
body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-submit {
  position: absolute !important;
  right: 8px !important;
  left: auto !important;
  top: 50% !important;
  display: grid !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(214, 174, 105, .18) !important;
  border-radius: 13px !important;
  background: rgba(214, 174, 105, .08) !important;
  color: var(--gold-light) !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-submit:before {
  display: none !important;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-submit svg,
body.sepid-solar-shell .solar-header-search .solar-header-search__fallback button svg,
body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-submit svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-submit svg path {
  fill: currentColor !important;
}

body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-submit svg path {
  fill: currentColor !important;
  stroke: none !important;
}

body.sepid-solar-shell .solar-header-search .dgwt-wcas-preloader,
body.sepid-solar-shell .solar-header-search .dgwt-wcas-voice-search {
  right: auto !important;
  left: 16px !important;
  opacity: .75;
}

body.sepid-solar-shell .dgwt-wcas-suggestions-wrapp {
  margin-top: 10px !important;
  padding: 8px !important;
  border: 1px solid rgba(214, 174, 105, .18) !important;
  border-radius: 18px !important;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
      rgba(5, 11, 24, .97) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(18px);
}

body.sepid-solar-shell .solar-footer {
  margin-top: 56px;
  background: #050b18;
}

body.sepid-solar-shell .solar-footer__inner {
  width: min(var(--solar-content-max, 1760px), calc(100% - (var(--solar-page-gutter, 18px) * 2)));
}

@media (max-width: 1399px) {
  body.sepid-solar-shell .solar-header__inner {
      grid-template-columns: auto minmax(220px, 390px) auto minmax(150px, auto);
      grid-template-areas: "actions search nav brand";
      column-gap: 16px;
  }

  body.sepid-solar-shell .solar-nav {
      position: static;
      transform: none;
      gap: 16px;
  }

  body.sepid-solar-shell .solar-header-shop {
      display: none;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  body.sepid-solar-shell .solar-header__inner {
      height: 76px;
      grid-template-columns: minmax(120px, auto) minmax(210px, 340px) minmax(150px, auto);
      grid-template-areas: "actions search brand";
  }

  body.sepid-solar-shell .solar-header-search {
      position: static;
      justify-self: center;
      transform: none;
  }

  body.sepid-solar-shell .solar-nav,
  body.sepid-solar-shell .solar-header-shop {
      display: none;
  }
}

@media (max-width: 900px) {
  body.sepid-solar-shell {
      padding-top: 84px;
  }

  body.admin-bar.sepid-solar-shell .solar-header {
      top: 42px;
  }

  body.sepid-solar-shell .solar-header__inner {
      min-height: 64px;
      height: 64px;
      padding: 0 13px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 42px;
      grid-template-areas: "search menu";
      column-gap: 10px;
      align-items: center;
      border-radius: 16px;
  }

  body.sepid-solar-shell .solar-brand,
  body.sepid-solar-shell .solar-header__actions,
  body.sepid-solar-shell .solar-nav {
      display: none !important;
  }

  body.sepid-solar-shell .solar-menu-toggle {
      grid-area: menu;
      justify-self: end;
      display: flex !important;
  }

  body.sepid-solar-shell .solar-header-search {
      grid-area: search;
      position: static;
      display: block !important;
      width: 100%;
      max-width: none;
      height: 42px;
      transform: none;
      border-radius: 15px;
  }

  body.sepid-solar-shell .solar-header-search input[type="search"].dgwt-wcas-search-input,
  body.sepid-solar-shell .solar-header-search .solar-header-search__fallback input[type="search"],
  body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-field {
      height: 42px !important;
      padding-right: 44px !important;
      padding-left: 46px !important;
      border-radius: 15px !important;
      font-size: 12px !important;
  }

  body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-submit,
  body.sepid-solar-shell .solar-header-search .solar-header-search__fallback button,
  body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-submit {
      right: 6px !important;
      left: auto !important;
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      min-height: 32px !important;
      border-radius: 11px !important;
  }
}

/* Shop archive color alignment */
body.sepid-solar-shell.woocommerce-shop,
body.sepid-solar-shell.post-type-archive-product {
  background:
      radial-gradient(circle at 50% 0%, rgba(28, 67, 116, .42), transparent 42%),
      linear-gradient(180deg, #081629 0%, #050b16 46%, #030711 100%);
  color: rgba(238, 245, 255, .86);
}

body.sepid-solar-shell.woocommerce-shop .list-p-1,
body.sepid-solar-shell.post-type-archive-product .list-p-1 {
  padding-top: 46px;
}

body.sepid-solar-shell.woocommerce-shop .list-p-1 > .size,
body.sepid-solar-shell.post-type-archive-product .list-p-1 > .size {
  display: block;
}

body.sepid-solar-shell.woocommerce-shop .main-bak,
body.sepid-solar-shell.post-type-archive-product .main-bak,
body.sepid-solar-shell.woocommerce-shop .main-side,
body.sepid-solar-shell.post-type-archive-product .main-side {
  float: none;
}

body.sepid-solar-shell.woocommerce-shop .main-bak,
body.sepid-solar-shell.post-type-archive-product .main-bak {
  display: grid;
  direction: ltr;
  grid-template-columns: minmax(0, 1fr) 360px;
  grid-template-areas:
      "head filters"
      "products filters"
      "desc desc";
  gap: 24px;
  align-items: start;
  min-width: 0;
  width: 100%;
}

body.sepid-solar-shell.woocommerce-shop .main-bak > *,
body.sepid-solar-shell.post-type-archive-product .main-bak > * {
  direction: rtl;
}

body.sepid-solar-shell.woocommerce-shop .main-bak > .bak-mm:first-child,
body.sepid-solar-shell.post-type-archive-product .main-bak > .bak-mm:first-child {
  grid-area: head;
}

body.sepid-solar-shell.woocommerce-shop .main-bak > .bak-mm:nth-of-type(2),
body.sepid-solar-shell.post-type-archive-product .main-bak > .bak-mm:nth-of-type(2) {
  grid-area: products;
}

body.sepid-solar-shell.woocommerce-shop .main-bak > .dakhel-meta-dec-s,
body.sepid-solar-shell.post-type-archive-product .main-bak > .dakhel-meta-dec-s {
  grid-area: desc;
}

body.sepid-solar-shell.woocommerce-shop .main-side,
body.sepid-solar-shell.post-type-archive-product .main-side {
  grid-area: filters;
  width: 360px;
  max-width: 100%;
}

body.sepid-solar-shell.woocommerce-shop .bak-mm-1,
body.sepid-solar-shell.post-type-archive-product .bak-mm-1,
body.sepid-solar-shell.woocommerce-shop .main-side,
body.sepid-solar-shell.post-type-archive-product .main-side {
  border: 1px solid rgba( 238, 185, 76, .18);
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022)),
      rgba(5, 11, 24, .72) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(16px);
}

body.sepid-solar-shell.woocommerce-shop .bak-mm-1,
body.sepid-solar-shell.post-type-archive-product .bak-mm-1 {
  border-radius: 18px;
}

body.sepid-solar-shell.woocommerce-shop .divwerfwerwe53443,
body.sepid-solar-shell.post-type-archive-product .divwerfwerwe53443 {
  border: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
}

body.sepid-solar-shell.woocommerce-shop .pro-head,
body.sepid-solar-shell.post-type-archive-product .pro-head,
body.sepid-solar-shell.woocommerce-shop .title-3,
body.sepid-solar-shell.post-type-archive-product .title-3 {
  color: #f4f7ff;
  font-weight: 900;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-result-count,
body.sepid-solar-shell.post-type-archive-product .woocommerce-result-count,
body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering select,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering select {
  border: 1px solid rgba(214, 174, 105, .22);
  background: rgba(255, 255, 255, .055);
  color: rgba(238, 245, 255, .78);
  box-shadow: none;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering {
  overflow: visible;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering::before,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering::before {
  color: rgba(238, 245, 255, .76);
  pointer-events: none;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering select,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering select {
  color-scheme: dark;
  cursor: pointer;
  outline: 0;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering select:focus,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering select:focus {
  border-color: rgba(214, 174, 105, .48);
  color: #f4f7ff;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering select option,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering select option {
  background: #101827;
  color: #eef5ff;
  font-weight: 600;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce-ordering select option:checked,
body.sepid-solar-shell.post-type-archive-product .woocommerce-ordering select option:checked {
  background: #d6ae69;
  color: #07101f;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .product-list-1.ps1.product-99-11-00,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .product-list-1.ps1.product-99-11-00 {
  overflow: hidden;
  border: 1px solid rgba( 238, 185, 76, .16);
  border-radius: 18px;
  background:
      linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .018)),
      rgba(7, 14, 28, .76);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .product-list-1.ps1.product-99-11-00:hover,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .product-list-1.ps1.product-99-11-00:hover {
  border-color: rgba(214, 174, 105, .32);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .32), 0 0 0 1px rgba(214, 174, 105, .08) inset;
  transform: translateY(-2px);
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 img,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 img {
  border-radius: 14px;
  background: #fff;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .ps1-1 h3,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .ps1-1 h3,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .ps1-1 h3 a,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .ps1-1 h3 a {
  color: rgba(244, 247, 255, .92);
  font-weight: 750;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .list-meta,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .list-meta {
  color: rgba(238, 245, 255, .7);
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 del,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 del {
  color: rgba(238, 245, 255, .38);
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 ins,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 ins,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 ins .woocommerce-Price-amount,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 ins .woocommerce-Price-amount {
  color: #f2d496 !important;
  font-weight: 900;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .mizan,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .mizan,
body.sepid-solar-shell.woocommerce-shop .takhfif-vije-0900,
body.sepid-solar-shell.post-type-archive-product .takhfif-vije-0900 {
  border: 1px solid rgba(214, 174, 105, .32) !important;
  background: rgba(214, 174, 105, .12) !important;
  color: #f2d496 !important;
  box-shadow: none !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .mizan,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .mizan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-weight: 900;
}

body.sepid-solar-shell.woocommerce-shop .takhfif-vije-0900,
body.sepid-solar-shell.post-type-archive-product .takhfif-vije-0900 {
  padding: 6px 12px;
  border-radius: 0 0 10px 10px;
  font-weight: 850;
  line-height: 1.6;
}

body.sepid-solar-shell.woocommerce-shop .iran-pak.in-offer-2.seven-ffer-iranin.newsanie,
body.sepid-solar-shell.post-type-archive-product .iran-pak.in-offer-2.seven-ffer-iranin.newsanie {
  background: rgba(7, 14, 28, .82) !important;
  border: 1px solid rgba( 238, 185, 76, .18);
  color: rgba(238, 245, 255, .78);
  box-shadow: none;
}

body.sepid-solar-shell.woocommerce-shop .offer-991400-jj-ffds,
body.sepid-solar-shell.post-type-archive-product .offer-991400-jj-ffds {
  color: rgba(238, 245, 255, .82);
}

body.sepid-solar-shell.woocommerce-shop .risk-meta.rthrth44444 .button,
body.sepid-solar-shell.post-type-archive-product .risk-meta.rthrth44444 .button,
body.sepid-solar-shell.woocommerce-shop .risk-meta.rthrth44444 button,
body.sepid-solar-shell.post-type-archive-product .risk-meta.rthrth44444 button,
body.sepid-solar-shell.woocommerce-shop .risk-meta.rthrth44444 .single_add_to_wishlist,
body.sepid-solar-shell.post-type-archive-product .risk-meta.rthrth44444 .single_add_to_wishlist {
  border: 1px solid rgba(214, 174, 105, .22) !important;
  background: rgba(214, 174, 105, .08) !important;
  color: #f2d496 !important;
  box-shadow: none !important;
}

body.sepid-solar-shell.woocommerce-shop .risk-meta.rthrth44444 .button:hover,
body.sepid-solar-shell.post-type-archive-product .risk-meta.rthrth44444 .button:hover,
body.sepid-solar-shell.woocommerce-shop .risk-meta.rthrth44444 button:hover,
body.sepid-solar-shell.post-type-archive-product .risk-meta.rthrth44444 button:hover,
body.sepid-solar-shell.woocommerce-shop .risk-meta.rthrth44444 .single_add_to_wishlist:hover,
body.sepid-solar-shell.post-type-archive-product .risk-meta.rthrth44444 .single_add_to_wishlist:hover {
  border-color: rgba(214, 174, 105, .42) !important;
  background: rgba(214, 174, 105, .16) !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .liningk.bazsho1,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .liningk.bazsho1,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .cpmare-wefew.bazsho1,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .cpmare-wefew.bazsho1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(214, 174, 105, .18);
  background: rgba(255, 255, 255, .035);
  color: rgba(238, 245, 255, .82);
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .liningk.bazsho1 *,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .liningk.bazsho1 *,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .cpmare-wefew.bazsho1 *,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .cpmare-wefew.bazsho1 * {
  color: inherit !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding-top: 18px;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 > *,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 > * {
  flex: 0 0 48px;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 {
  width: 48px;
  height: 48px;
  margin: 0;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .button,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .button,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .added_to_cart.wc-forward,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .added_to_cart.wc-forward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  min-width: 48px;
  height: 48px !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(214, 174, 105, .24) !important;
  background: rgba(214, 174, 105, .08) !important;
  color: #f2d496 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  white-space: nowrap;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .button::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .button::before,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .added_to_cart.wc-forward::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .added_to_cart.wc-forward::before {
  content: "\f076";
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  font-family: "material design icons";
  font-size: 22px;
  line-height: 1;
  text-indent: 0;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .button::after,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .button::after,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .added_to_cart.wc-forward::after,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .gtgeg45yt4yt4 .added_to_cart.wc-forward::after {
  display: none !important;
  content: none !important;
}

body.sepid-solar-shell.woocommerce-shop .main-side,
body.sepid-solar-shell.post-type-archive-product .main-side,
body.sepid-solar-shell.woocommerce-shop .woof_container,
body.sepid-solar-shell.post-type-archive-product .woof_container,
body.sepid-solar-shell.woocommerce-shop .filter-32324,
body.sepid-solar-shell.post-type-archive-product .filter-32324 {
  border-radius: 18px;
  color: rgba(238, 245, 255, .8);
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 {
  direction: rtl;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 18px 0 0;
  margin: 0;
  overflow: visible;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 > *,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 > * {
  flex: 0 0 48px;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .bazsho1,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .bazsho1,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(214, 174, 105, .22);
  background: rgba(255, 255, 255, .035);
  color: rgba(238, 245, 255, .82);
  box-sizing: border-box;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .button,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .button,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .added_to_cart.wc-forward,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .added_to_cart.wc-forward {
  border-color: rgba(214, 174, 105, .28) !important;
  background: rgba(214, 174, 105, .11) !important;
  color: #f2d496 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 a,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 a,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 button,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-button,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-button,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistaddedbrowse,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistaddedbrowse,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistexistsbrowse,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistexistsbrowse {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist-button__label,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist-button__label,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .feedback,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .feedback,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .tooltiping,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .tooltiping {
  display: none !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .button::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .button::before,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .added_to_cart.wc-forward::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .added_to_cart.wc-forward::before {
  display: block !important;
  position: static !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  font-family: "Material Design Icons" !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before {
  content: "\F54F" !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 svg,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 svg,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 i,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 i {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

/* Final shop pagination skin */
body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination {
  direction: rtl;
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin: 38px 0 8px !important;
  padding: 0 16px;
  box-sizing: border-box;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination ul.page-numbers,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination ul.page-numbers,
body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination ul,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination ul {
  direction: rtl;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba( 238, 185, 76, .26) !important;
  border-radius: 999px !important;
  background:
      linear-gradient(180deg, rgba(15, 26, 46, .94), rgba(5, 11, 24, .9)),
      rgba(5, 11, 24, .9) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .05);
  overflow: visible !important;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination ul.page-numbers li,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination ul.page-numbers li,
body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination ul li,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers a,
body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers span,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers a,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(238, 245, 255, .12) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .035) !important;
  color: rgba(238, 245, 255, .8) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers a:hover,
body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers a:focus,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers a:hover,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers a:focus {
  border-color: rgba(214, 174, 105, .58) !important;
  background: rgba(214, 174, 105, .14) !important;
  color: #f2d496 !important;
  transform: translateY(-1px);
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers span.current,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers span.current {
  border-color: rgba(49, 210, 173, .74) !important;
  background: linear-gradient(135deg, #31d2ad 0%, #d6ae69 100%) !important;
  color: #07111f !important;
  box-shadow: 0 12px 26px rgba(49, 210, 173, .2), inset 0 1px 0 rgba(255, 255, 255, .28);
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers span.dots,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers span.dots {
  width: auto;
  min-width: 20px;
  border-color: transparent !important;
  background: transparent !important;
  color: rgba(238, 245, 255, .55) !important;
  box-shadow: none;
}

body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers a.prev,
body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers a.next,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers a.prev,
body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers a.next {
  border-color: rgba(214, 174, 105, .34) !important;
  color: #f2d496 !important;
  font-size: 18px;
}

@media (max-width: 560px) {
  body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination,
  body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination {
      justify-content: flex-start;
      margin-top: 28px !important;
      padding-inline: 12px;
      overflow-x: auto;
      scrollbar-width: none;
  }

  body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination::-webkit-scrollbar,
  body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination::-webkit-scrollbar {
      display: none;
  }

  body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination ul.page-numbers,
  body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination ul.page-numbers,
  body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination ul,
  body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination ul {
      justify-content: flex-start;
      flex-wrap: nowrap;
      min-width: max-content;
      padding: 7px !important;
      gap: 6px;
  }

  body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers a,
  body.sepid-solar-shell.woocommerce-shop .woocommerce nav.woocommerce-pagination .page-numbers span,
  body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers a,
  body.sepid-solar-shell.post-type-archive-product .woocommerce nav.woocommerce-pagination .page-numbers span {
      width: 35px;
      height: 35px;
      min-width: 35px;
      font-size: 14px;
  }
}

body.sepid-solar-shell .woosc-area {
  direction: rtl;
  font-family: inherit;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table {
  padding: 28px 28px 96px !important;
  background: rgba(8, 12, 20, .84) !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  overflow: hidden !important;
  border: 1px solid rgba( 238, 185, 76, .18);
  border-radius: 16px !important;
  background: #f7f8fb !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 50% !important;
  background-color: rgba(15, 23, 42, .08) !important;
  background-size: 16px 16px;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items {
  height: 100% !important;
  padding: 64px 24px 24px !important;
  overflow: auto !important;
  position: relative !important;
  touch-action: auto !important;
  pointer-events: auto !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
  display: table !important;
  width: max-content !important;
  min-width: 100%;
  height: auto !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  table-layout: fixed;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  min-width: 240px !important;
  max-width: 280px !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15, 23, 42, .07) !important;
  background: #fff !important;
  color: #172033 !important;
  text-align: right !important;
  vertical-align: middle !important;
  line-height: 1.8;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
  position: sticky !important;
  right: 0;
  left: auto;
  z-index: 12 !important;
  min-width: 180px !important;
  max-width: 180px !important;
  background: #eef1f6 !important;
  color: #111827 !important;
  font-weight: 800 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  position: sticky !important;
  top: 0;
  z-index: 13 !important;
  background: #f1f4f8 !important;
  font-weight: 800 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
  z-index: 14 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
  background: #f8fafc !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td:first-child {
  background: #e9edf4 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
  background: #fff8e8 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td {
  vertical-align: top !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
  display: block;
  width: 220px !important;
  max-width: 100% !important;
  height: 220px !important;
  margin: 0 auto !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-rating td .star-rating {
  float: none !important;
  margin: 0 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price del {
  margin-left: 8px;
  color: #7b8495;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price ins {
  color: #172033;
  font-weight: 900;
  text-decoration: none;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove,
body.sepid-solar-shell .woosc-page .woosc-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  color: #172033;
  font-size: 12px;
  text-decoration: none !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar {
  height: 78px !important;
  padding: 14px 28px !important;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(8, 12, 20, .94) !important;
  color: rgba(238, 245, 255, .88);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-items {
  direction: rtl;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
  width: 50px;
  height: 50px;
  margin: 0 0 0 8px !important;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table {
      padding: 12px 12px 88px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
      border-radius: 12px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items {
      padding: 58px 12px 16px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
      min-width: 190px !important;
      max-width: 220px !important;
      padding: 14px 12px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
      min-width: 128px !important;
      max-width: 128px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
      width: 160px !important;
      height: 160px !important;
  }
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px 92px !important;
  background:
      radial-gradient(circle at 18% 12%, rgba(214, 174, 105, .12), transparent 28%),
      radial-gradient(circle at 84% 18%, rgba( 238, 185, 76, .12), transparent 32%),
      rgba(3, 8, 18, .88) !important;
  backdrop-filter: blur(12px);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner {
  width: min(1780px, calc(100vw - 64px)) !important;
  height: min(760px, calc(100vh - 126px)) !important;
  max-height: calc(100vh - 126px) !important;
  border: 1px solid rgba( 240, 201, 111, .22);
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(13, 22, 38, .96), rgba(8, 15, 28, .98)) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner::before {
  background: rgba(8, 15, 28, .62);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-close {
  top: 18px !important;
  left: 18px !important;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(238, 245, 255, .12);
  background: rgba(238, 245, 255, .08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-close:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 174, 105, .34);
  background: rgba(214, 174, 105, .14);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  background-color: transparent !important;
  filter: invert(1);
  opacity: .82;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items {
  padding: 72px 28px 28px !important;
  scrollbar-color: rgba(214, 174, 105, .48) rgba(238, 245, 255, .08);
  scrollbar-width: thin;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items::-webkit-scrollbar-track {
  background: rgba(238, 245, 255, .07);
  border-radius: 999px;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(214, 174, 105, .48);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table {
  overflow: visible !important;
  border-radius: 14px;
  background: rgba(238, 245, 255, .06);
  box-shadow: 0 0 0 1px rgba(238, 245, 255, .07);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr td {
  min-width: 280px !important;
  max-width: 320px !important;
  padding: 18px 22px !important;
  border-bottom: 1px solid rgba(238, 245, 255, .08) !important;
  border-left: 1px solid rgba(238, 245, 255, .055) !important;
  background: rgba(248, 251, 255, .96) !important;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 650;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th {
  top: 0;
  background: rgba(226, 233, 243, .98) !important;
  color: #0c1728 !important;
  font-size: 15px;
  font-weight: 900 !important;
  line-height: 1.9;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th a {
  color: inherit;
  text-decoration: none;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th:first-child,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
  right: 0;
  min-width: 190px !important;
  max-width: 190px !important;
  border-left: 1px solid rgba( 238, 185, 76, .14) !important;
  background: linear-gradient(180deg, rgba(223, 230, 240, .98), rgba(211, 219, 232, .98)) !important;
  color: #071120 !important;
  font-size: 14px;
  font-weight: 900 !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
  background: rgba(240, 244, 250, .96) !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td:first-child {
  background: linear-gradient(180deg, rgba(215, 223, 235, .98), rgba(205, 214, 228, .98)) !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr:hover td {
  background: rgba(255, 248, 232, .98) !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr.tr-image td:not(:first-child) {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
  width: 224px !important;
  height: 224px !important;
  padding: 14px !important;
  border: 1px solid rgba(15, 23, 42, .06) !important;
  border-radius: 16px !important;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-remove {
  min-height: 32px;
  margin-top: 8px;
  padding: 5px 12px;
  border: 1px solid rgba(15, 23, 42, .05);
  background: rgba(255, 255, 255, .62);
  color: #172033;
  font-size: 12px;
  font-weight: 700;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .star-rating {
  color: #ff7a00;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar {
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(238, 245, 255, .1);
  background: linear-gradient(90deg, rgba(7, 13, 24, .98), rgba(11, 20, 36, .98)) !important;
  box-shadow: 0 -18px 46px rgba(0, 0, 0, .25);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
  height: 48px;
  min-width: 150px;
  border-radius: 999px !important;
  background: #d6ae69 !important;
  color: #08101d !important;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(214, 174, 105, .22);
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-notice {
  color: rgba(238, 245, 255, .78);
  font-weight: 650;
}

body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-print,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-share,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-search,
body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-remove {
  border-radius: 50%;
  background-color: rgba(238, 245, 255, .08) !important;
  border: 1px solid rgba(238, 245, 255, .1);
}

@media only screen and (max-width: 900px) {
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open {
      align-items: stretch;
      padding: 10px 10px 82px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner {
      width: 100% !important;
      height: calc(100vh - 98px) !important;
      max-height: calc(100vh - 98px) !important;
      border-radius: 22px 22px 14px 14px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-close {
      top: 12px !important;
      left: 12px !important;
      width: 42px;
      height: 42px;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
      width: 42px !important;
      height: 42px !important;
      min-width: 42px !important;
      min-height: 42px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items {
      padding: 66px 10px 14px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table {
      border-radius: 14px;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr td {
      min-width: 74vw !important;
      max-width: 74vw !important;
      padding: 14px 14px !important;
      font-size: 13px;
      line-height: 1.75;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th:first-child,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
      min-width: 116px !important;
      max-width: 116px !important;
      padding: 14px 10px !important;
      font-size: 12px;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
      width: min(58vw, 210px) !important;
      height: min(58vw, 210px) !important;
      border-radius: 14px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar {
      height: 72px !important;
      padding: 10px 12px !important;
      gap: 8px;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-notice,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-print,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-share {
      display: none !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-items {
      flex: 1 1 auto;
      min-width: 0;
      overflow-x: auto;
      padding-bottom: 2px;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
      flex: 0 0 46px;
      width: 46px;
      height: 46px;
      border-radius: 12px;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
      flex: 0 0 auto;
      min-width: 118px;
      height: 46px;
      padding: 0 16px !important;
      font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open {
      padding: 0 0 72px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner {
      height: calc(100vh - 72px) !important;
      max-height: calc(100vh - 72px) !important;
      border-width: 0;
      border-radius: 0 !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items {
      padding: 62px 8px 12px !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr td {
      min-width: 78vw !important;
      max-width: 78vw !important;
  }

  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table thead tr th:first-child,
  body.sepid-solar-shell .woosc-area .woosc-inner .woosc-table.woosc-table-open .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
      min-width: 96px !important;
      max-width: 96px !important;
  }
}

body.sepid-solar-shell.woocommerce-shop .main-side,
body.sepid-solar-shell.post-type-archive-product .main-side {
  position: sticky;
  top: 118px;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop #filterasli.main-side,
body.sepid-solar-shell.post-type-archive-product #filterasli.main-side {
  position: sticky;
  right: auto;
  top: 118px;
  height: auto;
  max-height: calc(100vh - 138px);
  overflow-y: auto;
  transition: none;
  padding: 24px;
  z-index: 2;
}

body.sepid-solar-shell.woocommerce-shop #filterasli .close-btn-mehr-filter,
body.sepid-solar-shell.post-type-archive-product #filterasli .close-btn-mehr-filter {
  display: none !important;
}

body.sepid-solar-shell.woocommerce-shop .woof_container,
body.sepid-solar-shell.post-type-archive-product .woof_container,
body.sepid-solar-shell.woocommerce-shop .filter-32324,
body.sepid-solar-shell.post-type-archive-product .filter-32324 {
  border: 1px solid rgba( 238, 185, 76, .16);
  background: rgba(255, 255, 255, .04) !important;
  box-shadow: none;
}

body.sepid-solar-shell.woocommerce-shop .filter-32324,
body.sepid-solar-shell.post-type-archive-product .filter-32324 {
  margin-bottom: 16px;
}

body.sepid-solar-shell.woocommerce-shop .mehrnoosh-h3-order-view,
body.sepid-solar-shell.post-type-archive-product .mehrnoosh-h3-order-view {
  border-bottom: 1px solid rgba(214, 174, 105, .28);
}

body.sepid-solar-shell.woocommerce-shop .main-side h4,
body.sepid-solar-shell.post-type-archive-product .main-side h4,
body.sepid-solar-shell.woocommerce-shop .mehrnoosh-h3-order-view-title h4,
body.sepid-solar-shell.post-type-archive-product .mehrnoosh-h3-order-view-title h4 {
  color: #f4f7ff;
  font-weight: 850;
}

body.sepid-solar-shell.woocommerce-shop .woof_container h4::before,
body.sepid-solar-shell.post-type-archive-product .woof_container h4::before,
body.sepid-solar-shell.woocommerce-shop .wpfFilterTitle::before,
body.sepid-solar-shell.post-type-archive-product .wpfFilterTitle::before,
body.sepid-solar-shell.woocommerce-shop .mehrnoosh-h3-order-view i::after,
body.sepid-solar-shell.post-type-archive-product .mehrnoosh-h3-order-view i::after {
  background: #d6ae69 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-categories-filter a,
body.sepid-solar-shell.post-type-archive-product .product-categories-filter a,
body.sepid-solar-shell.woocommerce-shop .woof_container label,
body.sepid-solar-shell.post-type-archive-product .woof_container label,
body.sepid-solar-shell.woocommerce-shop .woof_container li,
body.sepid-solar-shell.post-type-archive-product .woof_container li {
  color: rgba(238, 245, 255, .74);
}

body.sepid-solar-shell.woocommerce-shop .product-categories-filter a:hover,
body.sepid-solar-shell.post-type-archive-product .product-categories-filter a:hover {
  color: #f2d496;
}

body.sepid-solar-shell.woocommerce-shop .product-categories-filter,
body.sepid-solar-shell.post-type-archive-product .product-categories-filter,
body.sepid-solar-shell.woocommerce-shop .woof_list,
body.sepid-solar-shell.post-type-archive-product .woof_list {
  scrollbar-color: rgba(214, 174, 105, .68) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}

body.sepid-solar-shell.woocommerce-shop .product-categories-filter::-webkit-scrollbar,
body.sepid-solar-shell.post-type-archive-product .product-categories-filter::-webkit-scrollbar,
body.sepid-solar-shell.woocommerce-shop .woof_list::-webkit-scrollbar,
body.sepid-solar-shell.post-type-archive-product .woof_list::-webkit-scrollbar {
  width: 8px;
}

body.sepid-solar-shell.woocommerce-shop .product-categories-filter::-webkit-scrollbar-track,
body.sepid-solar-shell.post-type-archive-product .product-categories-filter::-webkit-scrollbar-track,
body.sepid-solar-shell.woocommerce-shop .woof_list::-webkit-scrollbar-track,
body.sepid-solar-shell.post-type-archive-product .woof_list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

body.sepid-solar-shell.woocommerce-shop .product-categories-filter::-webkit-scrollbar-thumb,
body.sepid-solar-shell.post-type-archive-product .product-categories-filter::-webkit-scrollbar-thumb,
body.sepid-solar-shell.woocommerce-shop .woof_list::-webkit-scrollbar-thumb,
body.sepid-solar-shell.post-type-archive-product .woof_list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, #f2d496, #d6ae69);
}

body.sepid-solar-shell.woocommerce-shop input[type="radio"],
body.sepid-solar-shell.post-type-archive-product input[type="radio"],
body.sepid-solar-shell.woocommerce-shop input[type="checkbox"],
body.sepid-solar-shell.post-type-archive-product input[type="checkbox"] {
  accent-color: #d6ae69;
}

body.sepid-solar-shell.woocommerce-shop .main-side input[type="radio"],
body.sepid-solar-shell.post-type-archive-product .main-side input[type="radio"],
body.sepid-solar-shell.woocommerce-shop .main-side input[type="checkbox"],
body.sepid-solar-shell.post-type-archive-product .main-side input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
}

body.sepid-solar-shell.woocommerce-shop .irs-from,
body.sepid-solar-shell.woocommerce-shop .irs-to,
body.sepid-solar-shell.woocommerce-shop .irs-single,
body.sepid-solar-shell.post-type-archive-product .irs-from,
body.sepid-solar-shell.post-type-archive-product .irs-to,
body.sepid-solar-shell.post-type-archive-product .irs-single {
  background: #d6ae69 !important;
  color: #10151f !important;
}

body.sepid-solar-shell.woocommerce-shop .irs-from::after,
body.sepid-solar-shell.woocommerce-shop .irs-to::after,
body.sepid-solar-shell.woocommerce-shop .irs-single::after,
body.sepid-solar-shell.post-type-archive-product .irs-from::after,
body.sepid-solar-shell.post-type-archive-product .irs-to::after,
body.sepid-solar-shell.post-type-archive-product .irs-single::after {
  border-top-color: #d6ae69 !important;
}

@media (max-width: 900px) {
  body.sepid-solar-shell.woocommerce-shop .list-p-1,
  body.sepid-solar-shell.post-type-archive-product .list-p-1 {
      padding-top: 26px;
  }

  body.sepid-solar-shell.woocommerce-shop .list-p-1 > .size,
  body.sepid-solar-shell.post-type-archive-product .list-p-1 > .size {
      display: block;
  }

  body.sepid-solar-shell.woocommerce-shop .main-bak,
  body.sepid-solar-shell.post-type-archive-product .main-bak {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas:
          "head"
          "filters"
          "products"
          "desc";
      gap: 18px;
  }

  body.sepid-solar-shell.woocommerce-shop .main-side,
  body.sepid-solar-shell.post-type-archive-product .main-side {
      position: relative;
      top: auto;
      width: 100%;
      background:
          linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022)),
          rgba(5, 11, 24, .94) !important;
  }

  body.sepid-solar-shell.woocommerce-shop #filterasli.main-side,
  body.sepid-solar-shell.post-type-archive-product #filterasli.main-side {
      position: relative;
      right: auto;
      top: auto;
      height: auto;
      max-height: none;
      overflow-y: visible;
      width: 100%;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout,
  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content {
      display: flex;
      flex-direction: column;
      gap: 18px;
      width: 100%;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content > .bak-mm,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content > .bak-mm {
      padding: 0 !important;
  }

  body.sepid-solar-shell.woocommerce-shop .main-bak,
  body.sepid-solar-shell.post-type-archive-product .main-bak {
      width: 100%;
  }
}

@media (min-width: 901px) {
  body.sepid-solar-shell.woocommerce-shop .main-bak,
  body.sepid-solar-shell.post-type-archive-product .main-bak {
      display: block;
      width: 100%;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout {
      display: grid;
      direction: ltr;
      grid-template-columns: minmax(0, 1fr) 360px;
      grid-template-areas: "content filters";
      gap: 24px;
      align-items: start;
      width: 100%;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout > *,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout > * {
      direction: rtl;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content {
      grid-area: content;
      display: flex;
      flex-direction: column;
      gap: 24px;
      min-width: 0;
      width: 100%;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content > .bak-mm,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content > .bak-mm {
      padding: 0 !important;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .bak-mm-1:not(.divwerfwerwe53443),
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .bak-mm-1:not(.divwerfwerwe53443) {
      display: flex;
      flex-wrap: wrap;
      direction: rtl;
      justify-content: space-between;
      align-items: center;
      gap: 16px 24px;
      min-height: 112px;
      padding: 24px 28px;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .pro-head,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .pro-head {
      order: 1;
      flex: 0 0 auto;
      margin: 0;
      text-align: right;
      white-space: nowrap;
      line-height: 1.6;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .farnam-count-delete,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .farnam-count-delete {
      order: 2;
      flex: 0 1 auto;
      display: flex;
      direction: rtl;
      justify-content: flex-end;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      min-width: 0;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .mehrnoosh-header-shop-list-one-filter-remove,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .mehrnoosh-header-shop-list-one-filter-remove {
      order: 3;
      flex: 0 0 100%;
      min-height: 1px;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .woocommerce-result-count,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .woocommerce-result-count {
      margin: 0;
      padding: 12px 16px;
      border-radius: 8px;
      line-height: 1.5;
      white-space: nowrap;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .woocommerce-ordering,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .woocommerce-ordering {
      margin: 0;
      float: none;
      min-width: 300px;
      border-radius: 8px;
      border: 1px solid rgba(214, 174, 105, .22);
      background: rgba(255, 255, 255, .055);
      box-shadow: none;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .woocommerce-ordering select,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .woocommerce-ordering select {
      width: 100%;
      min-height: 44px;
      margin: 0;
      border: 0;
      background: transparent !important;
      color: rgba(238, 245, 255, .9);
      font-weight: 700;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-content .divwerfwerwe53443,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-content .divwerfwerwe53443 {
      margin-top: 0 !important;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout > .main-side,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout > .main-side,
  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout > #filterasli.main-side,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout > #filterasli.main-side {
      grid-area: filters;
      display: block;
      position: sticky;
      right: auto;
      top: 118px;
      width: 360px;
      height: auto;
      max-height: none;
      overflow: visible;
      padding: 24px;
      z-index: 2;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout .product-list-45645654,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout .product-list-45645654 {
      width: 33.333%;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout > .main-side ~ .main-side,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout > .main-side ~ .main-side {
      display: none !important;
  }

  body.sepid-solar-shell.woocommerce-shop .sepid-shop-archive-layout #filterasli .close-btn-mehr-filter,
  body.sepid-solar-shell.post-type-archive-product .sepid-shop-archive-layout #filterasli .close-btn-mehr-filter {
      display: none !important;
  }
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 {
  direction: rtl;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 18px 0 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 > *,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 > * {
  flex: 0 0 48px;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .bazsho1,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .bazsho1,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(214, 174, 105, .22) !important;
  background: rgba(255, 255, 255, .035) !important;
  color: rgba(238, 245, 255, .82) !important;
  box-sizing: border-box;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 {
  border-color: rgba(214, 174, 105, .28) !important;
  background: rgba(214, 174, 105, .11) !important;
  color: #f2d496 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 a,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 a,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 button,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: hidden;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-button,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-button,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistaddedbrowse,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistaddedbrowse,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistexistsbrowse,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-wishlistexistsbrowse {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist-button__label,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .yith-wcwl-add-to-wishlist-button__label,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .feedback,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .feedback,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .tooltiping,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .tooltiping {
  display: none !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .button::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .button::before,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .added_to_cart.wc-forward::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .gtgeg45yt4yt4 .added_to_cart.wc-forward::before {
  display: block !important;
  position: static !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  font-family: "Material Design Icons" !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 .woosc-btn::before {
  content: "\F54F" !important;
}

body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 svg,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 svg,
body.sepid-solar-shell.woocommerce-shop .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 i,
body.sepid-solar-shell.post-type-archive-product .product-list-45645654.ns-402-1 .risk-meta.rthrth44444 i {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 22px !important;
  line-height: 1 !important;
}




/************************************/
/********  solar-benefits **********/
/**********************************/


.solar-benefits {
	position: relative;
	overflow: hidden;
	padding: 31px 0 72px;
	background: radial-gradient(circle at 50% -140%, rgba( 238, 185, 76, .34), transparent 46%), linear-gradient(180deg, #151c2a 0%, #090b10 50%, #050506 100%);
}

.solar-benefits::before,
.solar-benefits::after {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	width: min(9vw, 130px);
	content: "";
	pointer-events: none;
}

.solar-benefits::before {
	right: 0;
	background: linear-gradient(270deg, #050506, transparent);
}

.solar-benefits::after {
	left: 0;
	background: linear-gradient(90deg, #050506, transparent);
}

.solar-benefits__glow {
	position: absolute;
	top: -110px;
	left: 50%;
	width: 520px;
	height: 230px;
	border-radius: 50%;
	background: rgba( 238, 185, 76, .14);
	filter: blur(78px);
	transform: translateX(-50%);
	pointer-events: none;
}

.solar-benefits__slider {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 14px;
}

.solar-benefits__slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.solar-benefit-card {
	display: flex;
	width: 285px;
	min-height: 102px;
	flex: 0 0 285px;
	align-items: center;
	gap: 15px;
	padding: 17px 18px;
	direction: rtl;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 15px;
	background: linear-gradient(145deg, rgba(25, 28, 35, .98), rgba(10, 11, 14, .98));
	box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
	opacity: .66;
	transform: scale(.94);
	transition: opacity .55s ease, transform .55s cubic-bezier(.2, .8, .2, 1), border-color .55s ease, box-shadow .55s ease, background .55s ease;
}

.solar-benefit-card.is-centered {
	border-color: rgba( 238, 185, 76, 1);
	background: radial-gradient(circle at 18% 8%, rgba( 238, 185, 76, .24), transparent 40%), linear-gradient(145deg, rgba(34, 40, 53, .99), rgba(11, 13, 18, .99));
	box-shadow: 0 20px 44px rgba(0, 0, 0, .34), 0 0 34px rgba( 238, 185, 76, .3), inset 0 1px rgba(173, 206, 255, .14);
	opacity: 1;
	transform: scale(1.06);
}

.solar-benefit-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border: 1px solid rgba( 240, 201, 111, .34);
	border-radius: 50%;
	background: rgba( 238, 185, 76, .08);
	color: #f0c96f;
	transition: background .55s ease, box-shadow .55s ease;
}

.solar-benefit-card.is-centered .solar-benefit-card__icon {
	background: rgba( 238, 185, 76, .18);
	box-shadow: 0 0 20px rgba( 238, 185, 76, .28);
}

.solar-benefit-card__icon svg { width: 25px; }
.solar-benefit-card h3 { margin: 0 0 5px; color: #dbe9ff; font-size: 14px; font-weight: 600; }
.solar-benefit-card p { margin: 0; color: #aab5c7; font-size: 11px; font-weight: 300; line-height: 1.8; }

@media (max-width: 600px) {
	.solar-benefits { padding: 22px 0 58px; }
	.solar-benefit-card { width: 238px; min-height: 90px; flex-basis: 238px; padding: 13px 14px; }
	.solar-benefit-card__icon { width: 42px; height: 42px; flex-basis: 42px; }
	.solar-benefit-card__icon svg { width: 22px; }
}

/* Unified Modal-inspired benefits override */
.solar-benefits {
	padding: 28px 0 78px;
	background: transparent;
}

.solar-benefits::before,
.solar-benefits::after {
	background: linear-gradient(270deg, #070b12, transparent);
}

.solar-benefits::after {
	background: linear-gradient(90deg, #070b12, transparent);
}

.solar-benefits__glow {
	top: -72px;
	width: 620px;
	height: 220px;
	background: rgba( 238, 185, 76, .13);
	filter: blur(82px);
}

.solar-benefit-card {
	position: relative;
	isolation: isolate;
	border-color: rgba( 238, 185, 76, .2);
	border-radius: 22px;
	background:
		radial-gradient(circle at 82% 50%, rgba( 238, 185, 76, .1), transparent 34%),
		linear-gradient(145deg, rgba(18, 29, 47, .7), rgba(8, 12, 20, .9));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 18px 48px rgba(0, 0, 0, .18);
	opacity: .72;
}

.solar-benefit-card.is-centered {
	border-color: rgba( 238, 185, 76, .9);
	background:
		radial-gradient(circle at 78% 50%, rgba( 238, 185, 76, .18), transparent 34%),
		linear-gradient(145deg, rgba(20, 33, 54, .86), rgba(8, 12, 20, .94));
	box-shadow: 0 0 0 1px rgba( 238, 185, 76, .08), 0 0 18px rgba( 238, 185, 76, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.solar-benefit-card__icon {
	border-color: rgba( 238, 185, 76, .42);
	background: rgba( 238, 185, 76, .1);
	color: #f0c96f;
}

.solar-benefit-card.is-centered::before {
	position: absolute;
	inset: -18px;
	z-index: -1;
	border-radius: inherit;
	background: rgba( 238, 185, 76, .12);
	content: "";
	filter: blur(28px);
	opacity: .55;
	pointer-events: none;
}

.solar-benefit-card h3 {
	color: #eef5ff;
	font-weight: 750;
	letter-spacing: 0;
}

.solar-benefit-card p {
	color: rgba(229, 238, 250, .62);
	letter-spacing: 0;
}

/* Seamless blend with surrounding home sections */
.solar-benefits {
	margin: -1px 0;
	padding: 42px 0 64px;
	background: transparent !important;
}

.solar-benefits::before,
.solar-benefits::after {
	display: none;
}

.solar-benefits__glow {
	top: 50%;
	width: min(900px, 72vw);
	height: 320px;
	background: rgba( 238, 185, 76, .09);
	filter: blur(110px);
	opacity: .85;
	transform: translate(-50%, -50%);
}

.solar-benefits__slider {
	position: relative;
	z-index: 1;
	padding: 18px 0 20px;
}


/*************************************/
/********  solar-categories **********/
/*************************************/
.solar-category-showcase {
	position: relative;
	min-height: calc(var(--category-scroll-height, 560vh) + 120vh);
	background:
		radial-gradient(circle at 72% 28%, rgba( 238, 185, 76, .18), transparent 31%),
		radial-gradient(circle at 20% 76%, rgba(210, 177, 111, .08), transparent 28%),
		linear-gradient(180deg, #050506 0%, #090a0d 48%, #050506 100%);
	overflow: clip;
}

.solar-category-showcase__sticky {
	position: sticky;
	top: 0;
	height: 100svh;
	min-height: 820px;
	overflow: hidden;
	isolation: isolate;
}

.solar-category-showcase__sticky::before {
	position: absolute;
	inset: 12% 6%;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 28px;
	background:
		linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .055) 50%, transparent 50.2%),
		linear-gradient(0deg, transparent 49.8%, rgba(255, 255, 255, .04) 50%, transparent 50.2%);
	background-size: 86px 86px;
	mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
	content: "";
	opacity: calc(.16 + var(--category-phase) * .38);
}

.solar-category-showcase__intro {
	position: absolute;
	top: clamp(112px, 16vh, 170px);
	right: 50%;
	z-index: 2;
	width: min(760px, calc(100% - 34px));
	text-align: center;
	transform: translateX(50%);
	transition: opacity .28s ease;
}

.solar-category-showcase__intro .solar-kicker {
	justify-content: center;
}

.solar-category-showcase__intro h2 {
	margin: 12px auto 12px;
	font-size: clamp(26px, 3.6vw, 46px);
	font-weight: 650;
	line-height: 1.55;
}

.solar-category-showcase__intro p:not(.solar-kicker) {
	max-width: 610px;
	margin: 0 auto;
	color: var(--muted);
	font-size: 13px;
	font-weight: 300;
	line-height: 2.1;
}

.solar-category-showcase__visual {
	position: absolute;
	top: var(--category-visual-top, 74%);
	right: auto;
	left: 50%;
	z-index: 1;
	width: min(500px, 38vw);
	aspect-ratio: 3 / 2;
	transform: translate(calc(-50% + var(--category-visual-x, 0px)), -50%) scale(var(--category-visual-scale, 1)) rotate(var(--category-visual-rotate, 0deg));
	transform-origin: center;
	transition: transform .46s cubic-bezier(.22, .8, .22, 1), top .46s cubic-bezier(.22, .8, .22, 1);
	will-change: transform;
}

.solar-category-showcase__halo {
	position: absolute;
	inset: 8% 7%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba( 238, 185, 76, .34), rgba( 238, 185, 76, .09) 34%, transparent 68%);
	filter: blur(34px);
	opacity: calc(.55 + var(--category-phase) * .22);
	transform: translateY(8%);
}

.solar-category-showcase__migrating-panel,
.solar-category-showcase__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 34px 30px rgba(0, 0, 0, .36));
	transform: translate3d(0, calc(18px + var(--category-panel-extra-y, 0px)), 0) scale(.96) rotate(-1deg);
	transition: opacity .7s ease, transform .9s cubic-bezier(.2, .8, .2, 1);
}

.solar-category-showcase__migrating-panel {
	opacity: var(--category-migrating-opacity, 1);
}

.solar-category-showcase__image {
	opacity: 0 !important;
}

.solar-category-showcase__image.is-active {
	opacity: var(--category-gallery-opacity, 0) !important;
	transform: translate3d(0, var(--category-panel-extra-y, 0px), 0) scale(1) rotate(0deg);
}

.solar-category-showcase__content {
	position: absolute;
	top: clamp(430px, 57vh, 560px);
	left: clamp(92px, 14vw, 230px);
	width: min(410px, 30vw);
	opacity: var(--category-content-phase, 0);
	pointer-events: none;
	transform: translateY(-50%);
	will-change: opacity, transform;
}

.solar-category-swiper {
	overflow: visible;
}

.solar-category-showcase__label {
	margin: 0 0 10px;
	color: var(--gold-light);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8;
}

.solar-category-slide {
	height: auto;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	direction: rtl;
}

.solar-category-slide span {
	display: block;
	margin-bottom: 12px;
	color: rgba( 240, 201, 111, .72);
	font-size: 13px;
	letter-spacing: 0;
}

.solar-category-slide h3 {
	margin: 0 0 22px;
	color: #f2f6f5;
	font-size: clamp(30px, 3.8vw, 56px);
	font-weight: 700;
	line-height: 1.25;
}

.solar-category-slide .solar-btn {
	pointer-events: auto;
	padding: 12px 18px;
	gap: 16px;
	font-size: 12px;
}

.solar-category-slide .solar-btn svg {
	width: 15px;
}

.solar-category-showcase__progress {
	position: relative;
	width: min(340px, 100%);
	height: 3px;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
}

.solar-category-showcase__progress i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--electric), var(--gold-light));
	transform: scaleX(0);
	transform-origin: right center;
}

@media (max-width: 900px) {
	.solar-category-showcase {
		min-height: calc(var(--category-scroll-height, 350vh) + 100vh);
	}

	.solar-category-showcase__sticky {
		min-height: 700px;
	}

	.solar-category-showcase__intro {
		top: 105px;
	}

	.solar-category-showcase__visual {
		top: 55%;
		width: min(340px, 62vw);
	}

	.solar-category-showcase__content {
		top: 47%;
		right: 20px;
		bottom: auto;
		left: 20px;
		width: auto;
		text-align: center;
		transform: none;
	}

	.solar-category-slide {
		min-height: 0;
		align-items: center;
		justify-content: flex-start;
	}

	.solar-category-slide h3 {
		margin-bottom: 14px;
		font-size: clamp(28px, 8vw, 40px);
		text-align: center;
		position: relative;
		z-index: 2;
	}

	.solar-category-slide .solar-btn {
		margin-top: 0;
		position: relative;
		z-index: 2;
	}

	.solar-category-showcase__progress {
		margin-top: 22px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 520px) {
	.solar-category-showcase__sticky {
		min-height: 640px;
	}

	.solar-category-showcase__intro h2 {
		font-size: 25px;
	}

	.solar-category-showcase__intro p:not(.solar-kicker) {
		font-size: 12px;
	}

	.solar-category-showcase__visual {
		top: 55%;
		width: 130vw;
	}

	.solar-category-slide .solar-btn {
		width: min(100%, 330px);
		justify-content: center;
	}
}

/* Unified Modal-inspired category override */
.solar-category-showcase {
	background: transparent;
}

.solar-category-showcase__sticky::before {
	inset: 10% 5%;
	border-color: rgba( 238, 185, 76, .16);
	border-radius: 28px;
	background:
		linear-gradient(90deg, transparent 49.8%, rgba( 238, 185, 76, .07) 50%, transparent 50.2%),
		linear-gradient(0deg, transparent 49.8%, rgba( 238, 185, 76, .05) 50%, transparent 50.2%),
		radial-gradient(circle at 50% 50%, rgba( 238, 185, 76, .1), transparent 34%);
	background-size: 72px 72px, 72px 72px, 100% 100%;
	opacity: calc(.18 + var(--category-phase) * .34);
}

.solar-category-showcase__halo {
	background: radial-gradient(circle, rgba( 238, 185, 76, .34), rgba( 238, 185, 76, .1) 36%, transparent 68%);
}

.solar-category-showcase__label,
.solar-category-slide span {
	color: #f0c96f;
	letter-spacing: 0;
}

.solar-category-slide h3,
.solar-category-showcase__intro h2 {
	color: #eef5ff;
	font-weight: 760;
	letter-spacing: 0;
}

.solar-category-showcase__intro p:not(.solar-kicker) {
	color: rgba(229, 238, 250, .64);
}

.solar-category-showcase__progress {
	height: 4px;
	background: rgba(24, 54, 86, .82);
}

.solar-category-showcase__progress i {
	background: #eeb94c;
	box-shadow: 0 0 14px rgba( 238, 185, 76, .38);
}

.solar-category-slide .solar-btn--gold {
	position: relative;
	isolation: isolate;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
	border: 1px solid rgba(213, 165, 70, .24);
	background: rgba(213, 165, 70, .08);
	color: var(--gold-light);
}

.solar-category-slide .solar-btn--gold::before {
	display: none;
}

.solar-category-slide .solar-btn--gold:hover {
    border-color: rgba(213, 165, 70, .48);
    background: rgba(213, 165, 70, .12);
    color: var(--gold-light);
    box-shadow: none;
    transform: none;
}

@media (min-width: 1280px) {
	.solar-category-showcase__sticky::before {
		inset: 9% clamp(16px, 1.5vw, 28px);
	}

	.solar-category-showcase__intro {
		width: min(940px, calc(100% - 48px));
	}

	.solar-category-showcase__intro h2 {
		font-size: clamp(42px, 4.2vw, 70px);
	}

	.solar-category-showcase__intro p:not(.solar-kicker) {
		max-width: 760px;
		font-size: 16px;
	}

	.solar-category-showcase__visual {
		width: min(560px, 38vw);
	}

	.solar-category-showcase__content {
		left: clamp(54px, 7vw, 140px);
		width: min(500px, 32vw);
	}

	.solar-category-slide h3 {
		font-size: clamp(42px, 4.4vw, 72px);
	}

	.solar-category-slide .solar-btn {
		min-height: 54px;
		padding: 15px 24px;
		font-size: 14px;
	}

	.solar-category-showcase__progress {
		width: min(460px, 100%);
		height: 4px;
	}
}

@media (max-width: 760px) {
	.solar-category-showcase__content {
		top: auto !important;
		right: 20px !important;
		bottom: calc(118px + env(safe-area-inset-bottom, 0px)) !important;
		left: 20px !important;
		width: auto !important;
		transform: none !important;
	}

	.solar-category-swiper,
	.solar-category-swiper .swiper-wrapper,
	.solar-category-slide {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	.solar-category-slide {
		justify-content: flex-start !important;
	}

	.solar-category-showcase__progress {
		width: min(420px, calc(100vw - 72px)) !important;
		margin-top: 16px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 420px) {
	.solar-category-showcase__content {
		bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* Final category scroll tuning */
body.sepid-solar-home .solar-category-showcase {
	min-height: calc(var(--category-scroll-height, 560vh) + 120vh);
	overflow: visible;
}

body.sepid-solar-home .solar-category-showcase__sticky {
	top: 0;
	height: 100svh;
	min-height: min(860px, 100svh);
	overflow: hidden;
}

body.admin-bar.sepid-solar-home .solar-category-showcase__sticky {
	top: 32px;
	height: calc(100svh - 32px);
	min-height: min(820px, calc(100svh - 32px));
}

body.sepid-solar-home .solar-category-showcase__content {
	top: 50%;
	left: clamp(150px, 8.9vw, 172px);
	z-index: 4;
	width: min(575px, 32vw);
	pointer-events: auto;
	transform: translateY(-50%);
}

body.sepid-solar-home .solar-category-swiper {
	min-height: 210px;
}

body.sepid-solar-home .solar-category-slide {
	min-height: 210px;
}

@media (max-width: 900px) {
	body.sepid-solar-home .solar-category-showcase__sticky {
		min-height: min(760px, 100svh);
	}

	body.admin-bar.sepid-solar-home .solar-category-showcase__sticky {
		min-height: min(728px, calc(100svh - 32px));
	}

	body.sepid-solar-home .solar-category-showcase__content {
		top: auto !important;
		right: 18px !important;
		bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
		left: 18px !important;
		width: auto !important;
	}

	body.sepid-solar-home .solar-category-swiper,
	body.sepid-solar-home .solar-category-slide {
		min-height: 150px !important;
	}
}

@media (max-width: 520px) {
body.sepid-solar-home .solar-category-showcase__content {
		bottom: calc(86px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

body.sepid-solar-home .solar-category-showcase__intro {
	top: clamp(158px, 20vh, 220px);
}

@media (max-width: 900px) {
	body.sepid-solar-home .solar-category-showcase__intro {
		top: 118px;
	}
}

/* Category hero final composition */
body.sepid-solar-home .solar-category-showcase__sticky {
	background:
		radial-gradient(circle at 50% 35%, rgba( 238, 185, 76, .18), transparent 38%),
		linear-gradient(180deg, rgba(10, 23, 43, .68), rgba(5, 8, 13, .98));
}

body.sepid-solar-home .solar-category-showcase__sticky::before {
	inset: 0;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, transparent 49.8%, rgba( 238, 185, 76, .055) 50%, transparent 50.2%),
		linear-gradient(0deg, transparent 49.8%, rgba( 238, 185, 76, .045) 50%, transparent 50.2%);
	background-size: 90px 90px;
	mask-image: none;
	opacity: .48;
}

body.sepid-solar-home .solar-category-showcase__intro {
	top: clamp(132px, 15vh, 168px);
	width: min(1180px, calc(100% - 64px));
}

body.sepid-solar-home .solar-category-showcase__intro h2 {
	margin: 0 auto;
	max-width: 1160px;
	color: #edf4ff;
	font-size: clamp(54px, 5.2vw, 92px);
	font-weight: 850;
	line-height: 1.28;
	text-align: center;
}

body.sepid-solar-home .solar-category-showcase__intro p:not(.solar-kicker) {
	max-width: 760px;
	margin: clamp(18px, 2.4vh, 28px) auto 0;
	color: rgba(229, 238, 250, .62);
	font-size: clamp(14px, .9vw, 17px);
	font-weight: 450;
	line-height: 1.9;
}

body.sepid-solar-home .solar-category-showcase__visual {
	top: var(--category-visual-top, 81%);
	width: min(560px, 31vw);
}

body.sepid-solar-home .solar-category-showcase__migrating-panel,
body.sepid-solar-home .solar-category-showcase__image {
	filter: drop-shadow(0 36px 36px rgba(0, 0, 0, .42));
}

@media (max-width: 1280px) {
	body.sepid-solar-home .solar-category-showcase__intro h2 {
		font-size: clamp(44px, 6.4vw, 72px);
	}

	body.sepid-solar-home .solar-category-showcase__visual {
		width: min(500px, 40vw);
	}
}

@media (max-width: 900px) {
	body.sepid-solar-home .solar-category-showcase__intro {
		top: 104px;
		width: min(680px, calc(100% - 28px));
	}

	body.sepid-solar-home .solar-category-showcase__intro h2 {
		font-size: clamp(28px, 9.5vw, 46px);
		line-height: 1.42;
	}

	body.sepid-solar-home .solar-category-showcase__intro p:not(.solar-kicker) {
		margin-top: 12px;
		font-size: 12px;
	}
}

/* Category viewport dimensions matched to the approved desktop comp. */
@media (min-width: 901px) {
	body.sepid-solar-home .solar-category-showcase__intro {
		top: clamp(130px, 14vh, 150px);
		width: min(1220px, calc(100% - 96px));
	}

	body.sepid-solar-home .solar-category-showcase__intro h2 {
		max-width: 1210px;
		font-size: clamp(64px, 5.05vw, 96px);
		line-height: 1.31;
	}

	body.sepid-solar-home .solar-category-showcase__intro p:not(.solar-kicker) {
		margin-top: clamp(22px, 2.5vh, 30px);
		font-size: clamp(15px, .9vw, 17px);
	}

	body.sepid-solar-home .solar-category-showcase__visual {
		top: var(--category-visual-top, 88%);
		width: min(780px, 41vw);
	}

	body.sepid-solar-home .solar-market {
		bottom: 26px;
	}
}

@media (min-width: 1600px) and (max-width: 1920px) {
	body.sepid-solar-home .solar-category-showcase__intro h2 {
		font-size: 82px;
	}

	body.sepid-solar-home .solar-category-showcase__visual {
		width: 760px;
	}

	body.sepid-solar-home .solar-category-showcase__content {
		left: 168px;
		width: 575px;
	}

	body.sepid-solar-home .solar-category-showcase__progress {
		width: 575px;
	}
}

/* Category mobile final sizing */
@media (max-width: 900px) {
	body.sepid-solar-home .solar-category-showcase__sticky {
		min-height: 100svh;
	}

	body.sepid-solar-home .solar-category-showcase__visual {
		width: min(520px, 88vw);
	}

	body.sepid-solar-home .solar-category-showcase__content {
		z-index: 5;
		bottom: calc(110px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.sepid-solar-home .solar-category-showcase__label {
		margin-bottom: 6px;
	}

	body.sepid-solar-home .solar-category-slide h3 {
		margin-bottom: 12px;
		font-size: clamp(34px, 12vw, 54px);
	}
}

@media (max-width: 520px) {
	body.sepid-solar-home .solar-category-showcase__visual {
		width: min(430px, 92vw);
	}

	body.sepid-solar-home .solar-category-showcase__content {
		right: 16px !important;
		bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
		left: 16px !important;
	}

	body.sepid-solar-home .solar-category-swiper,
	body.sepid-solar-home .solar-category-slide {
		min-height: 136px !important;
	}
}

/* Solar footer redesign */
body.sepid-solar-home .solar-footer {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding: clamp(54px, 6vw, 86px) 0 0;
	border-top: 1px solid rgba(214, 174, 105, .18);
	background:
		radial-gradient(circle at 18% 8%, rgba(214, 174, 105, .16), transparent 28%),
		radial-gradient(circle at 78% 12%, rgba( 238, 185, 76, .16), transparent 32%),
		linear-gradient(180deg, #081326 0%, #050b18 58%, #030712 100%);
	color: #eef5ff;
}

body.sepid-solar-home .solar-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 49.7%, rgba( 238, 185, 76, .045) 50%, transparent 50.3%),
		linear-gradient(0deg, transparent 49.7%, rgba( 238, 185, 76, .035) 50%, transparent 50.3%);
	background-size: 96px 96px;
	opacity: .42;
}

body.sepid-solar-home .solar-footer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(var(--solar-content-max, 1760px), calc(100% - (var(--solar-page-gutter, 18px) * 2)));
	gap: 28px;
}

body.sepid-solar-home .solar-footer__newsletter {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(340px, 520px);
	gap: clamp(22px, 4vw, 70px);
	align-items: center;
	padding-bottom: 28px;
	border-bottom: 1px dashed rgba(214, 174, 105, .28);
}

body.sepid-solar-home .solar-footer__newsletter-copy h2 {
	margin: 7px 0 8px;
	color: #f4f7ff;
	font-size: clamp(26px, 2.5vw, 42px);
	font-weight: 900;
	line-height: 1.35;
}

body.sepid-solar-home .solar-footer__newsletter-copy span {
	color: rgba(229, 238, 250, .68);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.9;
}

body.sepid-solar-home .solar-footer__newsletter-form {
	justify-self: end;
	width: 100%;
}

body.sepid-solar-home .solar-footer .footer-newsletter-container {
	align-items: stretch !important;
	width: 100%;
}

body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper,
body.sepid-solar-home .solar-footer__fallback-form {
	display: flex;
	gap: 12px;
	width: 100%;
	direction: ltr;
}

body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper input,
body.sepid-solar-home .solar-footer__fallback-form input {
	flex: 1 1 auto;
	min-width: 0;
	height: 56px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	outline: 0;
	background: rgba(255, 255, 255, .07);
	color: #f4f7ff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	font-family: "Vazirmatn", Tahoma, sans-serif;
	font-size: 14px;
	text-align: right;
	direction: rtl;
}

body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper input::placeholder,
body.sepid-solar-home .solar-footer__fallback-form input::placeholder {
	color: rgba(238, 245, 255, .45);
}

body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper button,
body.sepid-solar-home .solar-footer__fallback-form button {
	flex: 0 0 auto;
	min-width: 116px;
	height: 56px;
	padding: 0 22px;
	border: 1px solid rgba(214, 174, 105, .46);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(241, 204, 128, .95), rgba(185, 135, 45, .94));
	color: #081326;
	box-shadow: 0 18px 34px rgba(214, 174, 105, .18);
	font-family: "Vazirmatn", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

body.sepid-solar-home .solar-footer #footer-newsletter-message {
	margin-top: 12px !important;
	border: 1px solid rgba(214, 174, 105, .18);
	background: rgba(255, 255, 255, .06) !important;
	color: rgba(238, 245, 255, .82);
}

body.sepid-solar-home .solar-footer__middle {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
	gap: 24px;
	align-items: center;
	min-height: 78px;
}

body.sepid-solar-home .solar-footer__brand {
	justify-self: start;
}

body.sepid-solar-home .solar-footer .solar-brand__mark {
	width: 48px;
	height: 48px;
}

body.sepid-solar-home .solar-footer .solar-brand__mark svg {
	width: 44px;
}

body.sepid-solar-home .solar-footer .solar-brand b {
	color: #f5f8ff;
	font-size: 30px;
	letter-spacing: 0;
}

body.sepid-solar-home .solar-footer .solar-brand small {
	color: var(--gold-light);
	font-size: 10px;
	letter-spacing: 0;
}

body.sepid-solar-home .solar-footer__trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

body.sepid-solar-home .solar-footer__trust span {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 0 15px;
	border: 1px solid rgba( 238, 185, 76, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .045);
	color: rgba(229, 238, 250, .72);
	font-size: 12px;
	font-weight: 750;
}

body.sepid-solar-home .solar-footer__social {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	direction: ltr;
}

body.sepid-solar-home .solar-footer__social a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 15px;
	background: rgba(255, 255, 255, .045);
	color: rgba(238, 245, 255, .82);
	transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

body.sepid-solar-home .solar-footer__social a:hover {
	transform: translateY(-3px);
	border-color: rgba(214, 174, 105, .48);
	background: rgba(214, 174, 105, .12);
	color: var(--gold-light);
}

body.sepid-solar-home .solar-footer__social svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.sepid-solar-home .solar-footer__links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(18px, 2.2vw, 34px);
	padding: clamp(28px, 3.8vw, 46px);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .03)),
		rgba(255, 255, 255, .035);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 24px 70px rgba(0, 0, 0, .22);
	backdrop-filter: blur(18px);
}

body.sepid-solar-home .solar-footer__col {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
}

body.sepid-solar-home .solar-footer__col h3 {
	margin: 0 0 8px;
	color: #f4f7ff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
}

body.sepid-solar-home .solar-footer__col a,
body.sepid-solar-home .solar-footer__contact span {
	color: rgba(229, 238, 250, .62);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	transition: color .2s ease, transform .2s ease;
}

body.sepid-solar-home .solar-footer__col a:hover {
	color: var(--gold-light);
	transform: translateX(-3px);
}

body.sepid-solar-home .solar-footer__bar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	min-height: 54px;
	margin-top: 2px;
	padding: 14px 20px;
	border-radius: 24px 24px 0 0;
	background: linear-gradient(90deg, rgba(214, 174, 105, .86), rgba(241, 204, 128, .95), rgba(214, 174, 105, .86));
	color: #06101e;
	text-align: center;
}

body.sepid-solar-home .solar-footer__bar span,
body.sepid-solar-home .solar-footer__bar p {
	margin: 0;
	color: #06101e;
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 1100px) {
	body.sepid-solar-home .solar-footer__newsletter,
	body.sepid-solar-home .solar-footer__middle {
		grid-template-columns: 1fr;
		text-align: center;
	}

	body.sepid-solar-home .solar-footer__newsletter-form,
	body.sepid-solar-home .solar-footer__brand,
	body.sepid-solar-home .solar-footer__social {
		justify-self: center;
		justify-content: center;
	}

	body.sepid-solar-home .solar-footer__links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.sepid-solar-home .solar-footer {
		padding-top: 42px;
		padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
	}

	body.sepid-solar-home .solar-footer__newsletter {
		padding-bottom: 22px;
	}

	body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper,
	body.sepid-solar-home .solar-footer__fallback-form {
		flex-direction: column;
	}

	body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper input,
	body.sepid-solar-home .solar-footer .footer-newsletter-form-wrapper button,
	body.sepid-solar-home .solar-footer__fallback-form input,
	body.sepid-solar-home .solar-footer__fallback-form button {
		width: 100%;
	}

	body.sepid-solar-home .solar-footer__middle {
		gap: 18px;
	}

	body.sepid-solar-home .solar-footer__links {
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 24px;
		text-align: center;
	}

	body.sepid-solar-home .solar-footer__bar {
		flex-direction: column;
		gap: 6px;
		border-radius: 20px 20px 0 0;
	}
}

/* Keep the homepage video behind the shared fixed header. */
body.sepid-solar-home.sepid-solar-shell {
	padding-top: 0;
	background-color: #050506;
}

/* Desktop navigation underline appears only during pointer/keyboard interaction. */
body.sepid-solar-shell .solar-nav > .solar-nav__list > li > a::after,
body.sepid-solar-shell .solar-nav > .solar-nav__list > li.current-menu-item > a::after,
body.sepid-solar-shell .solar-nav > .solar-nav__list > li.current-menu-ancestor > a::after,
body.sepid-solar-shell .solar-nav > .solar-nav__list > li > a.is-active::after {
	width: 0 !important;
	opacity: 0 !important;
}

body.sepid-solar-shell .solar-nav > .solar-nav__list > li:hover > a::after,
body.sepid-solar-shell .solar-nav > .solar-nav__list > li > a:hover::after,
body.sepid-solar-shell .solar-nav > .solar-nav__list > li > a:focus-visible::after {
	width: 100% !important;
	opacity: 1 !important;
}

/* Shared Sepid Solar footer — identical across the entire public site. */
body.sepid-solar-shell .sepid-global-footer {
	--footer-gold: #eeb94c;
	--footer-gold-light: #f0c96f;
	position: relative;
	z-index: 2;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 0;
	padding: clamp(14px, 1.6vw, 24px) 0 0;
	overflow: hidden;
	background: transparent !important;
	color: #f4f2ec;
	direction: rtl;
}

body.sepid-solar-shell .sepid-global-footer,
body.sepid-solar-shell .sepid-global-footer * {
	box-sizing: border-box;
}

body.sepid-solar-shell .sepid-global-footer__shell {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(238, 185, 76, .74);
	border-bottom: 0;
	border-radius: clamp(30px, 3vw, 48px) clamp(30px, 3vw, 48px) 0 0;
	background:
		radial-gradient(circle at 82% 12%, rgba(238, 185, 76, .08), transparent 28%),
		radial-gradient(circle at 15% 50%, rgba(238, 185, 76, .045), transparent 30%),
		linear-gradient(180deg, #07111e 0%, #050d18 54%, #040a12 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

body.sepid-solar-shell .sepid-global-footer__shell::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(238, 185, 76, .022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(238, 185, 76, .022) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(180deg, #000, transparent 76%);
	content: "";
	opacity: .7;
	pointer-events: none;
}

body.sepid-solar-shell .sepid-global-footer__container {
	position: relative;
	z-index: 1;
	width: min(1480px, calc(100% - 56px));
	margin-inline: auto;
	padding-top: clamp(38px, 4vw, 58px);
}

body.sepid-solar-shell .sepid-global-footer__main {
	display: grid;
	grid-template-columns: minmax(240px, 1.25fr) minmax(165px, .9fr) minmax(150px, .82fr) minmax(165px, .9fr) minmax(230px, 1.08fr);
	align-items: stretch;
}

body.sepid-solar-shell .sepid-global-footer__main > * {
	min-width: 0;
	margin: 0;
	padding: 5px clamp(16px, 1.7vw, 28px) 8px;
}

body.sepid-solar-shell .sepid-global-footer__main > *:not(:last-child) {
	border-inline-end: 1px solid rgba(238, 185, 76, .28);
}

body.sepid-solar-shell .sepid-global-footer__brand-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

body.sepid-solar-shell .sepid-global-footer__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: #f5f5f2;
	text-decoration: none;
}

body.sepid-solar-shell .sepid-global-footer__brand-mark {
	display: grid;
	width: 62px;
	height: 72px;
	flex: 0 0 62px;
	place-items: center;
	color: var(--footer-gold);
}

body.sepid-solar-shell .sepid-global-footer__brand-mark svg,
body.sepid-solar-shell .sepid-global-footer__brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.sepid-solar-shell .sepid-global-footer__brand-mark svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.sepid-solar-shell .sepid-global-footer__wordmark {
	display: grid;
	gap: 3px;
	text-align: center;
}

body.sepid-solar-shell .sepid-global-footer__wordmark b {
	color: #f5f5f2;
	font-size: clamp(27px, 2vw, 34px);
	font-weight: 900;
	line-height: 1;
}

body.sepid-solar-shell .sepid-global-footer__wordmark small {
	color: var(--footer-gold);
	font-size: clamp(12px, 1vw, 16px);
	font-weight: 700;
	line-height: 1.35;
}

body.sepid-solar-shell .sepid-global-footer__brand-block > p {
	max-width: 300px;
	margin: 20px auto 0;
	color: rgba(236, 234, 226, .74);
	font-size: 12px;
	font-weight: 450;
	line-height: 2;
	text-align: center;
}

body.sepid-solar-shell .sepid-global-footer__column h2,
body.sepid-solar-shell .sepid-global-footer__newsletter h2 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--footer-gold);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
}

body.sepid-solar-shell .sepid-global-footer__column h2::after,
body.sepid-solar-shell .sepid-global-footer__newsletter h2::after {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 3px;
	background: var(--footer-gold);
	box-shadow: 0 0 12px rgba(238, 185, 76, .28);
	content: "";
	transform: rotate(45deg);
}

body.sepid-solar-shell .sepid-global-footer__column ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.sepid-solar-shell .sepid-global-footer__column li {
	margin: 0;
	padding: 0;
}

body.sepid-solar-shell .sepid-global-footer__column a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: rgba(241, 239, 232, .82);
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.65;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

body.sepid-solar-shell .sepid-global-footer__column a:hover,
body.sepid-solar-shell .sepid-global-footer__column a:focus-visible {
	color: var(--footer-gold-light);
	transform: translateX(-3px);
}

body.sepid-solar-shell .sepid-global-footer__column a i {
	color: var(--footer-gold);
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: .7;
}

body.sepid-solar-shell .sepid-global-footer__products a {
	justify-content: flex-start;
}

body.sepid-solar-shell .sepid-global-footer__products svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: var(--footer-gold);
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.sepid-solar-shell .sepid-global-footer__newsletter > p {
	margin: 0 0 16px;
	color: rgba(236, 234, 226, .74);
	font-size: 12px;
	font-weight: 450;
	line-height: 1.9;
}

body.sepid-solar-shell .sepid-global-footer__newsletter form {
	display: flex;
	width: 100%;
	min-height: 46px;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(238, 185, 76, .48);
	border-radius: 14px;
	background: rgba(255, 255, 255, .025);
}

body.sepid-solar-shell .sepid-global-footer__newsletter input {
	min-width: 0;
	flex: 1 1 auto;
	margin: 0;
	padding: 0 14px;
	border: 0;
	outline: 0;
	color: #f5f4ef;
	background: transparent;
	font-family: inherit;
	font-size: 12px;
	text-align: right;
}

body.sepid-solar-shell .sepid-global-footer__newsletter input::placeholder {
	color: rgba(235, 232, 222, .48);
}

body.sepid-solar-shell .sepid-global-footer__newsletter button {
	min-width: 72px;
	margin: 5px;
	padding: 0 13px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #f5d581, #e9ad32);
	box-shadow: 0 7px 18px rgba(123, 77, 5, .2);
	color: #181108;
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
	transition: transform .2s ease, filter .2s ease;
}

body.sepid-solar-shell .sepid-global-footer__newsletter button:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

body.sepid-solar-shell .sepid-global-footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	direction: ltr;
}

body.sepid-solar-shell .sepid-global-footer__social a {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(238, 185, 76, .64);
	border-radius: 50%;
	color: var(--footer-gold);
	background: rgba(238, 185, 76, .025);
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

body.sepid-solar-shell .sepid-global-footer__social a:hover,
body.sepid-solar-shell .sepid-global-footer__social a:focus-visible {
	color: #151008;
	background: var(--footer-gold);
	transform: translateY(-3px);
}

body.sepid-solar-shell .sepid-global-footer__social svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.sepid-solar-shell .sepid-global-footer__contact {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(28px, 3vw, 42px);
	padding: 15px 12px;
	border: 1px solid rgba(238, 185, 76, .58);
	border-radius: 18px;
	background:
		radial-gradient(circle at 0 0, rgba(238, 185, 76, .1), transparent 18%),
		radial-gradient(circle at 100% 100%, rgba(238, 185, 76, .08), transparent 18%),
		rgba(5, 14, 26, .78);
	box-shadow: 0 0 24px rgba(238, 185, 76, .09), inset 0 1px 0 rgba(255, 255, 255, .035);
}

body.sepid-solar-shell .sepid-global-footer__contact-item {
	display: flex;
	min-width: 0;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 0 clamp(10px, 1.4vw, 20px);
}

body.sepid-solar-shell .sepid-global-footer__contact-item:not(:last-child) {
	border-inline-end: 1px solid rgba(238, 185, 76, .26);
}

body.sepid-solar-shell .sepid-global-footer__contact-item > svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	fill: none;
	stroke: var(--footer-gold);
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.sepid-solar-shell .sepid-global-footer__contact-item div {
	min-width: 0;
}

body.sepid-solar-shell .sepid-global-footer__contact-item h3 {
	margin: 0 0 4px;
	color: var(--footer-gold);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
}

body.sepid-solar-shell .sepid-global-footer__contact-item p,
body.sepid-solar-shell .sepid-global-footer__contact-item a {
	margin: 0;
	color: rgba(241, 239, 232, .84);
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
}

body.sepid-solar-shell .sepid-global-footer__contact-item a:hover {
	color: var(--footer-gold-light);
}

body.sepid-solar-shell .sepid-global-footer__bottom {
	position: relative;
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
	border-top: 1px solid rgba(238, 185, 76, .24);
}

body.sepid-solar-shell .sepid-global-footer__copyright {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: rgba(241, 239, 232, .82);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.9;
}

body.sepid-solar-shell .sepid-global-footer__copyright > span {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border: 1px solid var(--footer-gold);
	border-radius: 50%;
	color: var(--footer-gold);
	font-family: Arial, sans-serif;
	font-size: 15px;
}

body.sepid-solar-shell .sepid-global-footer__copyright strong {
	color: var(--footer-gold);
	font-weight: 900;
}

body.sepid-solar-shell .sepid-global-footer__trust {
	display: flex;
	align-items: center;
	gap: 0;
}

body.sepid-solar-shell .sepid-global-footer__trust > span {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	padding: 0 18px;
}

body.sepid-solar-shell .sepid-global-footer__trust > span:not(:last-child) {
	border-inline-end: 1px solid rgba(238, 185, 76, .28);
}

body.sepid-solar-shell .sepid-global-footer__trust svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	fill: none;
	stroke: var(--footer-gold);
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.sepid-solar-shell .sepid-global-footer__trust b {
	color: rgba(241, 239, 232, .78);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.75;
}

@media (max-width: 1280px) {
	body.sepid-solar-shell .sepid-global-footer__container {
		width: min(1120px, calc(100% - 48px));
	}

	body.sepid-solar-shell .sepid-global-footer__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 26px;
	}

	body.sepid-solar-shell .sepid-global-footer__main > * {
		border-inline-end: 0 !important;
	}

	body.sepid-solar-shell .sepid-global-footer__main > *:not(:nth-last-child(-n + 2)) {
		border-bottom: 1px solid rgba(238, 185, 76, .2);
		padding-bottom: 24px;
	}

	body.sepid-solar-shell .sepid-global-footer__newsletter {
		grid-column: span 2;
	}

	body.sepid-solar-shell .sepid-global-footer__contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.sepid-solar-shell .sepid-global-footer__contact-item {
		border: 0 !important;
	}

	body.sepid-solar-shell .sepid-global-footer__contact-item:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(238, 185, 76, .2) !important;
		padding-bottom: 12px;
	}

	body.sepid-solar-shell .sepid-global-footer__contact-item:nth-child(n + 3) {
		padding-top: 12px;
	}

	body.sepid-solar-shell .sepid-global-footer__bottom {
		flex-direction: column;
		justify-content: center;
		padding: 20px 0;
		text-align: center;
	}
}

@media (max-width: 760px) {
	body.sepid-solar-shell .sepid-global-footer {
		padding-top: 12px;
	}

	body.sepid-solar-shell .sepid-global-footer__shell {
		border-radius: 26px 26px 0 0;
	}

	body.sepid-solar-shell .sepid-global-footer__container {
		width: min(100% - 28px, 560px);
		padding-top: 30px;
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
	}

	body.sepid-solar-shell .sepid-global-footer__main {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	body.sepid-solar-shell .sepid-global-footer__main > *,
	body.sepid-solar-shell .sepid-global-footer__newsletter {
		grid-column: auto;
		padding: 21px 10px !important;
		border-bottom: 1px solid rgba(238, 185, 76, .2) !important;
	}

	body.sepid-solar-shell .sepid-global-footer__brand-mark {
		width: 52px;
		height: 60px;
		flex-basis: 52px;
	}

	body.sepid-solar-shell .sepid-global-footer__brand-block > p {
		margin-top: 16px;
		font-size: 11.5px;
	}

	body.sepid-solar-shell .sepid-global-footer__column h2,
	body.sepid-solar-shell .sepid-global-footer__newsletter h2 {
		margin-bottom: 15px;
		font-size: 14px;
	}

	body.sepid-solar-shell .sepid-global-footer__column ul {
		gap: 11px;
	}

	body.sepid-solar-shell .sepid-global-footer__newsletter form {
		min-height: 46px;
		border-radius: 13px;
	}

	body.sepid-solar-shell .sepid-global-footer__newsletter button {
		min-width: 72px;
		margin: 5px;
		border-radius: 9px;
	}

	body.sepid-solar-shell .sepid-global-footer__social {
		gap: 12px;
		margin-top: 18px;
	}

	body.sepid-solar-shell .sepid-global-footer__social a {
		width: 36px;
		height: 36px;
	}

	body.sepid-solar-shell .sepid-global-footer__contact {
		grid-template-columns: 1fr;
		margin-top: 24px;
		padding: 6px 14px;
	}

	body.sepid-solar-shell .sepid-global-footer__contact-item {
		justify-content: flex-start;
		padding: 13px 4px !important;
		border-bottom: 1px solid rgba(238, 185, 76, .18) !important;
	}

	body.sepid-solar-shell .sepid-global-footer__contact-item:last-child {
		border-bottom: 0 !important;
	}

	body.sepid-solar-shell .sepid-global-footer__contact-item > svg {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
	}

	body.sepid-solar-shell .sepid-global-footer__bottom {
		margin-top: 26px;
		gap: 20px;
	}

	body.sepid-solar-shell .sepid-global-footer__copyright {
		align-items: flex-start;
		font-size: 11px;
		text-align: right;
	}

	body.sepid-solar-shell .sepid-global-footer__trust {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	body.sepid-solar-shell .sepid-global-footer__trust > span {
		justify-content: center;
		padding: 10px 0;
		border: 0 !important;
		border-bottom: 1px solid rgba(238, 185, 76, .18) !important;
	}

	body.sepid-solar-shell .sepid-global-footer__trust > span:last-child {
		border-bottom: 0 !important;
	}
}

/* Mobile-only header refinement: compact, neutral and warm to match the solar palette. */
@media (max-width: 900px) {
	body.sepid-solar-shell {
		padding-top: 74px;
	}

	body.sepid-solar-shell .solar-header {
		top: 9px;
		padding-inline: 10px;
	}

	body.sepid-solar-shell .solar-header__inner,
	body.sepid-solar-shell .solar-header.is-scrolled .solar-header__inner {
		height: 60px;
		min-height: 60px;
		padding: 0 10px;
		grid-template-columns: minmax(0, 1fr) 34px;
		grid-template-areas: "search menu";
		column-gap: 8px;
		border: 1px solid rgba(238, 185, 76, .3);
		border-radius: 18px;
		background:
			radial-gradient(circle at 18% 0%, rgba(238, 185, 76, .075), transparent 34%),
			linear-gradient(145deg, rgba(17, 17, 17, .9), rgba(7, 9, 12, .94));
		box-shadow: 0 12px 30px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(240, 201, 111, .06);
		backdrop-filter: blur(18px) saturate(112%);
	}

	body.sepid-solar-shell .solar-header-search,
	body.sepid-solar-shell .solar-header-search:focus-within {
		height: 40px;
		border: 1px solid rgba(238, 185, 76, .17);
		border-radius: 13px;
		background: rgba(255, 250, 238, .035);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
	}

	body.sepid-solar-shell .solar-header-search:focus-within {
		border-color: rgba(238, 185, 76, .46);
		background: rgba(238, 185, 76, .055);
	}

	body.sepid-solar-shell .solar-header-search input[type="search"].dgwt-wcas-search-input,
	body.sepid-solar-shell .solar-header-search .solar-header-search__fallback input[type="search"],
	body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-field {
		height: 40px !important;
		padding-right: 42px !important;
		padding-left: 12px !important;
		border-radius: 13px !important;
		color: #f1ede4 !important;
		font-size: 11.5px !important;
		font-weight: 650 !important;
		line-height: 40px !important;
	}

	body.sepid-solar-shell .solar-header-search input[type="search"].dgwt-wcas-search-input::placeholder,
	body.sepid-solar-shell .solar-header-search .solar-header-search__fallback input[type="search"]::placeholder,
	body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-field::placeholder {
		color: rgba(226, 218, 202, .48) !important;
	}

	body.sepid-solar-shell .solar-header-search .dgwt-wcas-search-submit,
	body.sepid-solar-shell .solar-header-search .solar-header-search__fallback button,
	body.sepid-solar-shell .solar-header-search .solar-header-search__form .search-submit {
		right: 4px !important;
		left: auto !important;
		width: 31px !important;
		min-width: 31px !important;
		height: 31px !important;
		min-height: 31px !important;
		border-color: rgba(238, 185, 76, .3) !important;
		border-radius: 10px !important;
		background: rgba(238, 185, 76, .08) !important;
		color: #eeb94c !important;
	}

	body.sepid-solar-shell .solar-menu-toggle {
		display: flex !important;
		width: 34px;
		height: 40px;
		align-items: center;
		justify-content: center;
		gap: 4px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 10px;
		background: transparent;
	}

	body.sepid-solar-shell .solar-menu-toggle i {
		width: 21px;
		height: 1.5px;
		border-radius: 99px;
		background: #eeb94c;
		box-shadow: 0 0 7px rgba(238, 185, 76, .16);
	}

	body.sepid-solar-shell .solar-menu-toggle i:nth-child(2) {
		width: 16px;
	}
}

@media (max-width: 380px) {
	body.sepid-solar-shell .solar-header__inner,
	body.sepid-solar-shell .solar-header.is-scrolled .solar-header__inner {
		padding-inline: 8px;
		grid-template-columns: minmax(0, 1fr) 30px;
		column-gap: 6px;
	}

	body.sepid-solar-shell .solar-menu-toggle {
		width: 30px;
	}
}
