* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Josefin Sans", sans-serif;
  }
  body {
	line-height: normal;
	font-weight: 400;
  }
  a {
	text-decoration: none;
  }
  .eth-container {
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 30px;
  }
  .space-top-100 {
	padding-top: 100px;
  }
  .section-padding-top {
	padding-top: 108px;
  }
  .section-padding-bottom {
	padding-bottom: 108px;
  }
  .section-padding {
	padding: 108px 0;
  }
  .eth-btn-dark {
	display: flex;
	height: 56px;
	justify-content: center;
	align-items: center;
	border: 1px solid #171717;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	transition: all 0.35s;
	padding: 16px 24px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
  }
  .eth-btn-dark span {
	position: relative;
	z-index: 2;
  }
  .eth-btn-dark::before,
  .eth-btn-dark::after {
	width: 100%;
	height: calc(50% + 1px);
	position: absolute;
	left: 0;
	background-color: #171717;
	transition: all 0.35s;
	content: "";
	z-index: 1;
	transform: translate(0, 0);
  }
  .eth-btn-dark::before {
	top: 0;
  }
  .eth-btn-dark::after {
	bottom: 0;
  }
  .eth-btn-dark:hover {
	color: #171717;
  }
  .eth-btn-dark:hover::before {
	top: 0;
	transform: translate(-100%, 0);
  }
  .eth-btn-dark:hover::after {
	bottom: 0;
	transform: translate(100%, 0);
  }
  .eth-content-header-wrap {
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
  }
  .eth-content-header-wrap .eth-content-tag {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 16px 24px 12px;
	background-color: #DD4D00;
	color: #ffffff;
	border-radius: 40px;
  }
  .eth-content-header-wrap .eth-content-title {
	margin-top: 24px;
	font-size: 48px;
	font-weight: 700;
	color: #000;
  }
  .eth-content-header-wrap .eth-content-title.eth-animated-heading {
	overflow: hidden;
	line-height: 1.2;
  }
  .eth-content-header-wrap .eth-content-title.eth-animated-heading .letter {
	display: inline-block;
	white-space: pre;
  }
  .eth-content-header-wrap .etc-content-description {
	margin-top: 24px;
	color: #7A7A7A;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	max-width: 930px;
  }
  body {
	overflow-x: hidden;
  }
  header {
	background-color: #171717;
	padding: 14px 0;
	position: sticky;
	top: 0;
	z-index: 10;
  }
  header .eth-header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1822px;
	padding: 0 15px;
	margin: 0 auto;
  }
  header .eth-header-wrap .eth-logo {
	font-size: 30px;
	font-family: "Work Sans", sans-serif;
	color: #ffffff;
	line-height: 36px;
  }
  header .eth-header-wrap .eth-navbar ul {
	list-style: none;
	display: flex;
	gap: 36px;
	align-items: center;
  }
  header .eth-header-wrap .eth-navbar ul a {
	font-size: 14px;
	font-family: "Work Sans", sans-serif;
	line-height: 20px;
	color: #ffffff;
	transition: 0.3s ease-in-out;
	position: relative;
  }
  header .eth-header-wrap .eth-navbar ul a:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	opacity: 0.7;
	transition: 0.3s ease-in-out;
  }
  header .eth-header-wrap .eth-navbar ul a:hover {
	opacity: 0.7;
  }
  header .eth-header-wrap .eth-navbar ul a:hover:after {
	width: 100%;
  }
  header .eth-header-wrap .eth-hamburger {
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	display: none;
  }
  header .eth-header-wrap .eth-hamburger .line {
	width: 30px;
	height: 2px;
	background-color: #ecf0f1;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  }
  header .eth-header-wrap .eth-hamburger.is-active {
	animation: smallbig 0.6s forwards;
  }
  header .eth-header-wrap .eth-hamburger.is-active .line {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
  }
  header .eth-header-wrap .eth-hamburger.is-active .line:nth-child(2) {
	opacity: 0;
  }
  header .eth-header-wrap .eth-hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
  }
  header .eth-header-wrap .eth-hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-o-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
  }
  .eth-hero-section {
	position: relative;
	overflow-x: clip;
  }
  .eth-hero-section .eth-hero-content-wrap {
	text-align: center;
	/* position: sticky;
	top: 164px; */
	opacity: 0;
	transform: translateY(-20px);
	/* slight slide-up effect */
	animation: fadeIn 1s forwards;
	/* using your existing fadeIn */
	will-change: opacity, transform;
	/* Disable all individual animations inside */
  }
  .eth-hero-section .eth-hero-content-wrap .eth-title-animation,
  .eth-hero-section .eth-hero-content-wrap .eth-title-first,
  .eth-hero-section .eth-hero-content-wrap .eth-title-second,
  .eth-hero-section .eth-hero-content-wrap .eth-sub-title,
  .eth-hero-section .eth-hero-content-wrap .eth-desc,
  .eth-hero-section .eth-hero-content-wrap .eth-btn-wrap {
	animation: none !important;
	opacity: 1 !important;
	/* ensure visibility */
	transform: none !important;
	/* remove old transforms */
  }
  .eth-hero-section .eth-hero-content-wrap .eth-title-animation {
	font-size: 92px;
	font-weight: 400;
	color: #000;
	background-color: #ffffff;
	display: inline-block;
	animation: fadeIn 0.1s forwards;
	will-change: transform, opacity;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .eth-hero-section .eth-hero-content-wrap .eth-title-animation .eth-title-first {
	display: inline-block;
	animation: firstSpan 0.1s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
	will-change: transform;
	background-color: #ffffff;
	z-index: 1;
	position: relative;
  }
  .eth-hero-section .eth-hero-content-wrap .eth-title-animation .eth-title-oh {
	display: inline-flex;
	overflow: hidden;
  }
  .eth-hero-section .eth-hero-content-wrap .eth-title-animation .eth-title-second {
	animation: secondSpan 0.1s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
	will-change: transform;
	z-index: -1;
	display: inline-block;
  }
  .eth-hero-section .eth-hero-content-wrap .eth-sub-title {
	color: #7A7A7A;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	margin-top: 24px;
	opacity: 0;
	animation: slideDown 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.85s forwards;
	will-change: transform, opacity;
  }
  .eth-hero-section .eth-hero-content-wrap .eth-desc {
	color: #7A7A7A;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	max-width: 696px;
	margin: 24px auto 0;
	opacity: 0;
	animation: slideDown 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.2s forwards;
	will-change: transform, opacity;
	padding-bottom: 64px;
	background-color: #ffffff;
  }
  .eth-hero-section .eth-hero-content-wrap .eth-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 24px;
	opacity: 0;
	animation: grow 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.9s forwards;
	transform-origin: center;
	will-change: transform, opacity;
  }
  .eth-hero-section .eth-hero-slider-section {
	margin-top: 34px;
	opacity: 0;
	transform-origin: center bottom;
	animation: grow 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s forwards;
  }
  .eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	position: relative;
	height: 400px;
  }
  .eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item {
	overflow: hidden;
	box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.5);
	position: absolute;
	transform: translate(-50%, -50%) scale(0.1);
	z-index: 0;
	transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	top: 50%;
	left: 50%;
  }
  .eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
  }
  .eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-left {
	transform: translate(-110%, -50%) scale(0.6);
	z-index: 1;
	opacity: 0.6;
  }
  .eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-right {
	transform: translate(10%, -50%) scale(0.6);
	z-index: 1;
	opacity: 0.6;
  }
  .eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-main {
	transform: translate(-50%, -50%) scale(1);
	z-index: 2;
  }
  .eth-hero-section .eth-hero-slider-section:after {
	content: "";
	position: absolute;
	bottom: -100px;
	height: 300px;
	left: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient(2.71deg, #ffffff -3.07%, rgba(255, 255, 255, 0) 80.04%);
  }
  .eth-hero-section .eth-running-stripe {
	background-color: #171717;
	padding: 40px 0;
	position: absolute;
	bottom: -50px;
	left: -6px;
	transform: rotate(-4deg);
	right: -6px;
	z-index: 1;
  }
  .eth-hero-section .eth-running-stripe .eth-running-line {
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 82px;
  }
  .eth-hero-section .eth-running-stripe .eth-running-line .eth-text {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
  }
  .eth-hero-section .eth-running-stripe .eth-running-line .eth-running-dot {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ff7676;
	flex-shrink: 0;
  }
  .eth-hero-section .eth-running-stripe.light {
	transform: rotate(4deg);
	background-color: #575757;
  }
  .eth-home-variation-section {
	padding-top: 160px;
	padding-bottom: 108px;
	overflow: hidden;
  }
  .eth-home-variation-section .eth-home-variations-list {
	margin-top: 90px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	position: relative;
  }
  .eth-home-variation-section .eth-home-variations-list .eth-home-variation-title {
	font-size: 54px;
	font-weight: 300;
	color: #000;
	font-style: italic;
  }
  .eth-home-variation-section .eth-home-variations-list .eth-home-variation-img {
	margin-top: 24px;
  }
  .eth-home-variation-section .eth-home-variations-list .eth-home-variation-img img {
	max-width: 100%;
	height: auto;
  }
  .eth-mobile-first-design {
	background: #171717;
	padding: 64px 0;
	position: relative;
	overflow: hidden;
  }
  .eth-mobile-first-design::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 164px;
	height: 100%;
	background: linear-gradient(to left, #171717, rgba(23, 23, 23, 0));
	pointer-events: none;
  }
  .eth-mobile-first-design .eth-mobile-first-container {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
  }
  .eth-mobile-first-design .eth-mobile-first-left {
	flex: 1;
	color: #fff;
	padding-right: 40px;
	min-width: 340px;
  }
  .eth-mobile-first-design .eth-mobile-first-left .eth-mobile-first-title {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 18px;
	letter-spacing: 0.02em;
  }
  .eth-mobile-first-design .eth-mobile-first-left .eth-mobile-first-desc {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 32px;
	color: #d1d1d1;
	max-width: 420px;
  }
  .eth-mobile-first-design .eth-mobile-first-left .eth-mobile-first-qr-block {
	margin-top: 30px;
  }
  .eth-mobile-first-design .eth-mobile-first-left .eth-mobile-first-qr-block .eth-mobile-first-qr-label {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 6px;
  }
  .eth-mobile-first-design .eth-mobile-first-left .eth-mobile-first-qr-block .eth-mobile-first-qr-desc {
	display: block;
	font-size: 0.95rem;
	color: #bdbdbd;
	margin-bottom: 10px;
  }
  .eth-mobile-first-design .eth-mobile-first-left .eth-mobile-first-qr-block .eth-mobile-first-qr-img {
	width: 90px;
	height: 90px;
	border-radius: 8px;
	background: #fff;
	padding: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
  .eth-mobile-first-design .eth-mobile-first-right {
	flex: 1;
	position: relative;
	min-width: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .eth-mobile-first-design .eth-mobile-first-right .eth-mobile-first-phone-main {
	position: relative;
	z-index: 2;
  }
  .eth-mobile-first-design .eth-mobile-first-right .eth-mobile-first-phone-main .eth-mobile-first-phone-img {
	width: 230px;
	max-width: 100%;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
	border-radius: 32px;
	background: #232323;
  }
  .eth-mobile-first-design .eth-mobile-first-right .eth-mobile-first-phone-bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0.32;
	filter: blur(2px);
  }
  .eth-mobile-first-design .eth-mobile-first-right .eth-mobile-first-phone-bg img {
	width: 170px;
	max-width: 100%;
	border-radius: 24px;
  }
  .eth-mobile-first-design .eth-mobile-first-right .eth-mobile-first-phone-bg-1 {
	left: 0;
  }
  .eth-mobile-first-design .eth-mobile-first-right .eth-mobile-first-phone-bg-2 {
	right: 0;
  }
  .eth-mobile-first-design .nav-buttons {
	display: flex;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	gap: 16px;
	z-index: 10;
	border-radius: 12px 0 0 12px;
  }
  .eth-mobile-first-design .nav-buttons .nav-button {
	padding: 18px 12px;
	background: #959595;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
  }
  .eth-mobile-first-design .nav-buttons .nav-button.prev {
	transform: rotate(180deg);
  }
  .eth-mobile-first-design .nav-buttons .nav-button:hover {
	background: rgba(255, 255, 255, 0.2);
  }
  .eth-mobile-first-design .nav-buttons .nav-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
  }
  .eth-mobile-first-design .eth-container {
	display: flex;
	gap: 56px;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 620px;
	max-width: 620px;
	width: 100%;
	z-index: 1;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-title {
	font-size: 48px;
	line-height: 100%;
	font-weight: 600;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-desc {
	font-size: 24px;
	margin-top: 18px;
	color: #7A7A7A;
	font-weight: 500;
	line-height: 26px;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-qr-block {
	margin-top: 76px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 168px;
	width: 100%;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-qr-block .eth-mobile-first-qr-label {
	font-size: 24px;
	font-weight: 600;
	line-height: 100%;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-qr-block .eth-mobile-first-qr-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	color: #7A7A7A;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-second-qr-block {
	width: 138px;
	height: 138px;
	margin-top: 14px;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-second-qr-block img {
	width: 100%;
	height: auto;
	border-radius: 8px;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-arrow-block {
	display: flex;
	justify-content: center;
  }
  .eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-arrow-block img {
	width: 22px;
	height: 22px;
  }
  .eth-mobile-first-design .eth-container .slider-container {
	position: relative;
	padding: 40px 0;
	background-color: #171717;
  }
  .eth-mobile-first-design .eth-container .slider-container .slider-wrapper {
	display: flex;
	position: relative;
	height: 100%;
	width: 100%;
  }
  .eth-mobile-first-design .eth-container .slider-container .slider-wrapper .cards-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	width: max-content;
	height: 880px;
	transition: transform 0.5s ease;
	background-color: #171717;
	will-change: transform;
  }
  .eth-mobile-first-design .eth-container .slider-container .slider-wrapper::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 14px;
	width: 432px;
	height: 876px;
	background-image: url(https://webkul.design/wp-content/uploads/2025/02/mockup.png);
	background-size: contain;
	z-index: 2;
	background-repeat: no-repeat;
  }
  .eth-mobile-first-design .eth-container .slider-wrapper::-webkit-scrollbar {
	display: none;
  }
  .eth-mobile-first-design .eth-container .product-card {
	flex-shrink: 0;
	position: relative;
	/* transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); */
	transition: 0.5s;
	will-change: transform;
	border-radius: 20px;
	overflow: hidden;
	height: 800px;
	width: 410px;
	opacity: 0.4;
	left: -74px;
	z-index: 1;
	margin-left: 20px;
  }

  .eth-mobile-first-design .eth-container .product-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  .eth-mobile-first-design .eth-container .product-card.active {
	height: 838px;
	width: 390px;
	padding: 0px 0px;
	opacity: 1;
	z-index: 3;
	left: 34px;
	background: #ffffff;
	animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	margin-left: 0px;
  }
  .eth-mobile-first-design .eth-container .product-card.hidden-left {
	opacity: 0;
	width: 0;
	z-index: 0;
	margin-left: 0px;
  }
  .eth-mobile-first-design .eth-container .cards-wrapper .product-card:active {
	display: flex;
	gap: 30px;
	transition: transform 0.5s ease;
	will-change: transform;
	left: 28px;
	z-index: 0;
  }
  .eth-mobile-first-design .eth-container > .left .eth-container > .left {
	width: 30%;
	flex-shrink: 0;
	/* Prevent shrinking */
  }
  .eth-mobile-first-design .eth-container > .left .eth-container > .right {
	width: 70%;
	flex-shrink: 0;
  }
  .eth-inner-page-section {
	padding-bottom: 72px;
	background: linear-gradient(359.62deg, #fff7ec 0.18%, #ffffff 97.19%);
  }
  .eth-inner-page-section .eth-inner-page-list {
	margin-top: 80px;
	column-count: 3;
	column-gap: 24px;
	position: relative;
	z-index: 1;
	transform-style: preserve-3d;
  }
  .eth-inner-page-section .eth-inner-page-list .eth-inner-page-item {
	break-inside: avoid;
	will-change: transform, opacity;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	opacity: 0;
  }
  .eth-inner-page-section .eth-inner-page-list .eth-inner-page-item:not(:first-child) {
	margin-top: 56px;
  }
  .eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-img {
	overflow: hidden;
	transform: translateZ(0);
  }
  .eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-img img {
	width: 100%;
	height: auto;
	opacity: 0;
	transform: scale(0.7) translateY(60px);
	transition: none;
  }
  .eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-title {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	font-style: italic;
	text-align: center;
	will-change: transform, opacity;
	opacity: 0;
	transform: translateY(20px);
	transition: none;
  }
  .eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-para {
	opacity: 0;
	transform: translateY(15px);
	transition: none;
  }
  .eth-fashion-paralex-section {
	background: linear-gradient(180deg, #095a99 0%, #0b81bf 100%);
	height: 700px;
	position: relative;
	overflow: hidden;
	perspective: 1000px;
	/* For depth effects */
  }
  .eth-fashion-paralex-section .eth-water-particles {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
  }
  .eth-fashion-paralex-section img {
	position: absolute;
	top: 0;
	left: 60%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 3;
	will-change: transform, opacity;
	transform-origin: bottom center;
  }
  .eth-fashion-paralex-section .eth-fashion-paralex-text {
	position: absolute;
	max-width: 100%;
	top: 120px;
	left: 120px;
	z-index: 2;
	font-size: 144px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.64px;
	will-change: transform, opacity;
	/* Optimize animations */
	transform-style: preserve-3d;
  }
  .eth-fashion-paralex-section .eth-fashion-paralex-text.second {
	top: 240px;
	left: unset;
	right: 120px;
  }
  .eth-fashion-paralex-section .eth-paralex-overlay {
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 4;
	background: linear-gradient(2.71deg, #ffffff -3.07%, rgba(255, 255, 255, 0) 80.04%);
  }
  .eth-ecommerce-platform-section .eth-inner-page-list {
	margin-top: 55px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px 76px;
  }
  .eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-img {
	overflow: hidden;
  }
  .eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-img img {
	width: 100%;
	height: auto;
	transform-origin: center;
	will-change: transform;
  }
  .eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-top: 40px;
	line-height: 28px;
	font-weight: 500;
  }
  .eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-content .eth-ecommerce-page-title {
	font-size: 24px;
  }
  .eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-content .eth-inner-page-para {
	color: #7a7a7a;
	font-size: 20px;
	text-align: center;
  }
  .eth-popular-plugin-support-section .eth-popular-plugin-content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 88px;
	gap: 16px;
	justify-content: space-between;
  }
  .eth-popular-plugin-support-section .eth-popular-plugin-content .eth-popular-plugin-image {
	border-radius: 24px;
	border: 1px solid #e9e9e9;
	width: 230px;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  .eth-popular-plugin-support-section .eth-popular-plugin-content .eth-popular-plugin-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	/* keeps aspect ratio */
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .eth-popular-plugin-support-section .eth-popular-plugin-content .eth-popular-plugin-title {
	font-size: 32px;
	line-height: 32px;
	padding-top: 32px;
	color: #7a7a7a;
	text-align: center;
	/* title under image centered */
  }
  .eth-mini-cart-section {
	position: relative;
	margin-top: 108px;
	margin-bottom: 108px;
  }
  .eth-mini-cart-section::before {
	content: "";
	position: absolute;
	top: 0;
	width: 786px;
	/* image ki asli width */
	aspect-ratio: 1/1;
	height: 100%;
	/* image ki asli height */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* exact scale */
	z-index: 0;
  }
  .eth-mini-cart-section.bg-1::before {
	left: 0;
	background-image: url("../images/mini-cart/webbg1.webp");
  }
  .eth-mini-cart-section.bg-2::before {
	right: 0;
	background-image: url("../images/mini-cart/webbg2.webp");
  }
  .eth-mini-cart-section.bg-3::before {
	background-image: url("../images/mini-cart/webbg3.webp");
  }
  .eth-mini-cart-section.bg-4::before {
	right: 0;
	background-image: url("../images/mini-cart/webbg4.webp");
  }
  .eth-mini-cart-section .eth-mini-cart-container {
	position: relative;
	max-width: 1990px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
  }
  .eth-mini-cart-section .eth-mini-cart-container .eth-container {
	display: flex;
	align-items: center;
	gap: 72px;
  }
  .eth-mini-cart-section .eth-mini-cart-container .mini-cart-btn {
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 24px 12px;
	background-color: #dd4d00;
	border: 1px solid #dd4d00;
  }
  .eth-mini-cart-section .eth-mini-cart-container .mini-cart-title {
	font-size: 48px;
	color: #171717;
	line-height: 100%;
	font-weight: 600;
	margin-top: 18px;
  }
  .eth-mini-cart-section .eth-mini-cart-container .mini-cart-para {
	font-size: 24px;
	line-height: 32px;
	color: #7a7a7a;
	font-weight: 500;
	margin-top: 32px;
	max-width: 822px;
  }
  .eth-mini-cart-section .eth-mini-cart-container .eth-cart-image {
	position: relative;
	z-index: 1;
	width: 768px;
	/* intrinsic width */
	height: auto;
  }
  .eth-mini-cart-section .eth-mini-cart-container .eth-cart-image .eth-cart-image img {
	width: 100%;
	height: auto;
  }
  .eth-fashion-section {
	font-family: inherit;
  }
  .eth-fashion-section .eth-fashion-content-wrap {
	/* max-width: 1650px;
	margin: 0 auto; */
	padding: 0 30px;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	padding-top: 88px;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 92px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	max-width: 1414px;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 2;
  }

  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .eth-fashion-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 26%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 28px;
	pointer-events: none;
	z-index: 1;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text {
	max-width: 700px;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text h3 {
	font-size: 84px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 8px;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text p {
	font-size: 16px;
	line-height: 1.4;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon {
	display: flex;
	position: relative;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn {
	background-color: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	border-radius: 30px;
	padding: 26px 56px 24px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	/* View Demo button specific */
	/* Arrow button specific */
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn:hover {
	background-color: #f0f0f0;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn:not(.arrow-icon) {
	z-index: 2;
	transform-origin: center center;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn:not(.arrow-icon).move-right {
	transform: translateX(calc(100% + -160px));
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon {
	width: 74px;
	height: 74px;
	padding: 15px;
	border-radius: 50%;
	will-change: transform;
	transform-origin: center center;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon img {
	width: 24px;
	height: auto;
	padding-top: 0;
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon.move-left {
	transform: translateX(calc(-100% - 160px)) scale(1.0005);
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon:hover {
	transform: scale(1.1);
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon:hover.move-left {
	transform: translateX(calc(-100% - 160px)) scale(1.1);
  }
  .eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 26%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	pointer-events: none;
	border-radius: 28px;
	z-index: 1;
	
  }
  .eth-fashion-theme-section {
	padding: 108px 0;
	text-align: center;
	position: relative;
  }
  .eth-fashion-theme-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/Rectangle 19552.webp") no-repeat;
	background-size: 100% 100%;
	z-index: 0;
	pointer-events: none;
	top: 146px;
  }
  .eth-fashion-theme-section .eth-fashion-theme-header {
	margin-bottom: 64px;
  }
  .eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-add-btn {
	background: #dd4d00;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 8px 24px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
	cursor: pointer;
  }
  .eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-title {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 24px;
	font-family: "Work Sans", sans-serif;
  }
  .eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-btn-group {
	gap: 16px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	opacity: 0;
	animation: grow 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1.9s forwards;
	transform-origin: center;
	will-change: transform, opacity;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	position: relative;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card {
	background: #f7f9f4;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	width: 574px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: box-shadow 0.2s;
	position: relative;
	z-index: 1;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 30px;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-btn {
	background-color: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	border-radius: 30px;
	padding: 26px 56px 24px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-btn.arrow-icon {
	width: 74px;
	height: 74px;
	padding: 15px;
	border-radius: 50%;
	will-change: transform;
	transform-origin: center center;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-label {
	font-size: 18px;
	font-weight: 500;
	color: #171717;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-arrow {
	display: flex;
	align-items: center;
  }
  .eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-arrow img {
	width: 22px;
	height: 22px;
  }
  .eth-shop-product-layout-section {
	background: url("../images/shop-more-banner.webp") no-repeat center center;
	background-size: cover;
	padding: 200px 0;
	color: #ffffff;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	max-width: 1400px;
	margin: 0 auto;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-title {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 24px;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-subtitle {
	font-size: 40px;
	font-weight: 400;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list {
	display: flex;
	gap: 42px;
	margin-top: 66px;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list ul {
	list-style: disc;
	padding: 0;
	margin: 0;
	list-style-position: inside;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list ul li {
	font-size: 32px;
	margin-bottom: 12px;
	color: #7A7A7A;
	cursor: pointer;
	transition: color 0.3s ease;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list ul li:hover,
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list ul li.active {
	color: #ffffff !important;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	/* Center vertically */
	min-height: 700px;
	/* Ensure enough space for images */
	position: relative;
	/* Background behind the image */
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 700px;
	max-height: 700px;
	background: url("../images/shop-product/shop-product-layout.webp") no-repeat center center;
	background-size: contain;
	z-index: 0;
  }
  .eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image img {
	max-width: 500px;
	width: 100%;
	max-height: 500px;
	/* Limit image height to prevent overflow */
	object-fit: contain;
	/* Maintain aspect ratio */
	border-radius: 18px;
	transition: opacity 0.5s ease;
	position: relative;
	/* allow manual positioning */
	top: -120px;
	/* move 20px up */
	right: -140px;
  }
  .eth-key-features-section {
	position: relative;
	padding: 108px 0 108px;
	overflow: hidden;
  }
  .eth-key-features-section .eth-container {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	padding-top: 180px;
  }
  .eth-key-features-section .eth-container::before {
	content: "";
	position: absolute;
	right: 0;
	width: 40%;
	max-width: 400px;
	transform: translateY(-50%);
	height: 700px;
	background: url("../images/key-features/Fashion-Image.webp") no-repeat center / contain;
	z-index: 1;
	pointer-events: none;
	top: 200px;
	filter: drop-shadow(8px -4px 19px rgba(0, 0, 0, 0.1));
  }
  .eth-key-features-section .eth-container .eth-key-features-bg-text {
	font-size: 142px;
	font-weight: 700;
	color: #f3f3f3;
	position: relative;
	top: 38px;
	line-height: normal;
	user-select: none;
	pointer-events: none;
  }
  .eth-key-features-section .eth-container .eth-key-features-content {
	background-color: #f9f9f9;
	padding: 64px 74px 104px;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info {
	display: flex;
	flex-direction: column;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-title {
	font-size: 48px;
	font-weight: 600;
	color: #171717;
	line-height: normal;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-desc {
	font-size: 24px;
	color: #7a7a7a;
	font-weight: 500;
	max-width: 984px;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 66px 112px;
	margin-top: 66px;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list .eth-key-feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list .eth-key-feature-item img {
	width: 64px;
	height: 64px;
	object-fit: contain;
  }
  .eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list .eth-key-feature-item span {
	font-size: 15px;
	color: #222;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
  }
  .eth-social-media-section {
	padding: 108px 0 0;
  }
  .eth-social-media-section .eth-social-media-videos {
	column-count: 4;
	column-gap: 36px;
	margin-top: 66px;
  }
  .eth-social-media-section .eth-social-media-videos .eth-social-media-video-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
	
  }
  .eth-social-media-section .eth-social-media-videos .eth-social-media-video-item:hover .eth-social-media-play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
  }
  .eth-social-media-section .eth-social-media-videos .eth-social-media-video-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
	filter: brightness(1); /* Set initial brightness to match GSAP */
	transform: scale(1); /* Set initial scale to match GSAP */
	transition: filter 0.3s ease, transform 0.3s ease;
	
  }
  .eth-social-media-section .eth-social-media-videos .eth-social-media-video-item .eth-social-media-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	background: rgba(255, 255, 255, 0.85);
	border: none;
	border-radius: 50%;
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	opacity: 0.85;
	transition: opacity 0.2s, transform 0.2s;
	z-index: 2;
  }
  .eth-social-media-section .eth-social-media-videos .eth-social-media-video-item .eth-social-media-play img {
	width: 28px;
	height: 28px;
  }
  
  .eth-shop-loadmore-section {
	background: url("../images/banner-design-for-shop-load-more.webp") no-repeat center center;
	background-size: cover;
	margin-top: 108px;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	padding: 30px 30px;
	gap: 20px;
	position: relative;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-left {
	color: #fff;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-title {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: normal;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-title .eth-shop-loadmore-accent {
	color: #ee8eff;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-subtitle {
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 64px;
	color: #ffffff;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-list {
	list-style: disc inside;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
	color: #ffffff;
	margin-left: 0;
	padding-left: 0;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-list li {
	margin-bottom: 28px;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right {
	display: flex;
	flex-direction: column;
	gap: 46px;
	align-items: flex-start;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card {
	border-radius: 18px;
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card img {
	width: 500px;
	/* fixed width */
	max-width: 100%;
	/* still responsive under 500px */
	border-radius: 12px;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card .eth-shop-loadmore-arrow-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-left: 14px;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card .eth-shop-loadmore-arrow-label .eth-shop-loadmore-arrow {
	width: 102px;
	height: 62px;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card .eth-shop-loadmore-arrow-label .eth-shop-loadmore-label {
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card.eth-shop-loadmore-card-2 .eth-shop-loadmore-arrow-label {
	align-items: flex-end;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card.eth-shop-loadmore-card-2 .eth-shop-loadmore-arrow-label .eth-shop-loadmore-label {
	flex-shrink: 0;
  }
  .eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card-1 {
	align-self: flex-end;
  }
  footer {
	padding: 56px 0 22px;
	background-color: #f9fafb;
	height: 400px;
  }
  footer.eth-footer-section {
	background: #f9fafb;
	padding: 0px;
	height: auto;
  }
  footer.eth-footer-section .eth-footer-main {
	display: flex;
	max-width: 1420px;
	padding: 56px 30px 32px;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-brand .eth-footer-logo {
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-brand .eth-footer-desc {
	font-size: 14px;
	color: #71717a;
	margin-top: 20px;
	max-width: 260px;
	font-weight: 400;
	line-height: 20px;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-brand .eth-footer-socials {
	display: flex;
	margin-top: 20px;
	gap: 8px;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-brand .eth-footer-socials img {
	width: 20px;
	height: 20px;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-menus {
	display: flex;
	gap: 124px;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-menus .eth-footer-menu .eth-footer-menu-title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #171717;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-menus .eth-footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  footer.eth-footer-section .eth-footer-main .eth-footer-menus .eth-footer-menu ul li {
	font-size: 14px;
	color: #71717a;
	margin-bottom: 14px;
	line-height: 20px;
	font-weight: 400;
  }
  footer.eth-footer-section .eth-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1420px;
	margin: 0px auto 32px auto;
	padding: 0px 30px;
	border-top: 1px solid #eee;
	font-size: 14px;
	color: #71717a;
	font-weight: 400;
	line-height: 20px;
  }
  footer.eth-footer-section .eth-footer-bottom .eth-footer-copyright,
  footer.eth-footer-section .eth-footer-bottom .eth-footer-links,
  footer.eth-footer-section .eth-footer-bottom .eth-footer-payments {
	margin-top: 36px;
  }
  footer.eth-footer-section .eth-footer-bottom .eth-footer-links {
	display: flex;
	gap: 24px;
  }
  footer.eth-footer-section .eth-footer-bottom .eth-footer-links span {
	cursor: pointer;
  }
  footer.eth-footer-section .eth-footer-bottom .eth-footer-payments {
	display: flex;
	gap: 8px;
  }
  footer.eth-footer-section .eth-footer-bottom .eth-footer-payments img {
	width: 32px;
	height: 20px;
	object-fit: contain;
  }
  .eth-popup {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 444px;
	background: #F8FBF0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.4s ease;
  }
  .eth-popup.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  .eth-popup .eth-popup-close-btn {
	display: flex;
	justify-content: flex-end;
	margin: 12px 12px 0 0;
  }
  .eth-popup .eth-popup-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 20px 32px 32px;
	width: 100%;
  }
  .eth-popup .eth-popup-content .eth-popup-heading {
	display: flex;
	flex-direction: column;
	gap: 4px;
  }
  .eth-popup .eth-popup-content .eth-popup-heading h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
  }
  .eth-popup .eth-popup-content .eth-popup-btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
  }
  .eth-popup .eth-popup-content .eth-popup-btn .eth-btn-dark{
	font-size: 16px;
  }
  .eth-popup .eth-popup-close {
	border: none;
	background: #DD4D00;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	padding: 8px 16px;
  }
  @keyframes smallbig {
	0%,
	100% {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  transform: scale(0);
	}
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	50% {
	  opacity: 1;
	  transform: scale(1.2);
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes firstSpan {
	0% {
	  transform: translateX(50%);
	}
	60% {
	  transform: translateX(50%);
	}
	100% {
	  transform: translateX(0%);
	}
  }
  @keyframes secondSpan {
	0% {
	  transform: translateX(-120%);
	}
	60% {
	  transform: translateX(-120%);
	}
	100% {
	  transform: translateX(0%);
	}
  }
  @keyframes slideDown {
	0% {
	  transform: translateY(-80%);
	  opacity: 0;
	}
	50% {
	  transform: translateY(-80%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0%);
	  opacity: 1;
	}
  }
  @keyframes slide-in-right {
	0% {
		transform: translateX(316px);
		opacity: 0.4;
		
	}
	60% {
		opacity: 0.4;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
  }
  @keyframes grow {
	0% {
	  transform: scale(0);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @media (max-width: 1520px) {
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image::before {
	  display: none;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image img {
	  right: 0px;
	  top: 0px;
	}
	.eth-key-features-section .eth-container .eth-key-features-bg-text {
		font-size: 126px;
	}
  }
  @media (min-width: 1440px) {
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	  height: 580px;
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item {
	  width: max-content;
	}
	.eth-home-variation-section .eth-home-variations-list {
	  gap: 60px;
	}
  }
  @media (max-width: 1400px) {
	.eth-fashion-paralex-section .eth-fashion-paralex-text {
	  font-size: 110px;
	  left: 80px;
	  top: 80px;
	}
	.eth-fashion-paralex-section .eth-fashion-paralex-text.second {
	  right: 80px;
	  top: 180px;
	}
	.eth-key-features-section .eth-container .eth-key-features-bg-text {
		font-size: 106px;
	}
  }
  @media (max-width: 1260px) {
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-title {
	  font-size: 54px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-subtitle {
	  font-size: 32px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-list {
	  font-size: 24px;
	}
	.eth-shop-product-layout-wrap {
	  gap: 40px;
	}
	.eth-shop-product-layout-wrap .eth-shop-product-layout-title {
	  font-size: 52px;
	}
	.eth-shop-product-layout-wrap .eth-shop-product-layout-subtitle {
	  font-size: 32px;
	}
	.eth-shop-product-layout-wrap .eth-shop-product-layout-list li {
	  font-size: 26px;
	}
	.eth-shop-product-layout-wrap .eth-shop-product-layout-image img {
	  max-width: 420px;
	}
	.eth-key-features-bg-text {
	  font-size: 120px;
	}
	.eth-footer-main {
	  gap: 40px;
	}
	footer.eth-footer-section .eth-footer-main .eth-footer-menus {
		display: flex;
		width: 100%;
	}
	.eth-key-features-section .eth-container {
	  padding-top: 0px;
	}
	.eth-key-features-section .eth-container .eth-key-features-bg-text {
	  font-size: 70px;
	}
	.eth-key-features-section .eth-container::before {
	  display: none;
	}
	.eth-mobile-first-design .eth-container {
	  flex-direction: column;
	  gap: 40px;
	}
	.eth-key-features-section .eth-container .eth-key-features-bg-text {
		top: 18px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content {
	  min-width: 100%;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-qr-block {
	  margin-top: 36px;
	  max-width: 100% !important;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-title {
	  font-size: 36px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-desc {
	  font-size: 18px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .product-card.active {
	  left: -6px !important;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-arrow-block {
	  justify-content: flex-start;
	}
	.eth-mobile-first-design .eth-container .slider-container {
	  width: 100%;
	  display: none;
	}
	.eth-mobile-first-design .nav-buttons {
	  display: none;
	}
  }
  @media (max-width: 1200px) {
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	  height: 370px;
	}
	.eth-hero-section .eth-hero-content-wrap {
	  position: static;
	}
	.eth-fashion-section {
	  display: none;
	}
	.eth-fashion-section .eth-fashion-content-wrap {
	  padding: 0 20px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay {
	  flex-direction: column;
	  align-items: flex-start;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text h3 {
	  font-size: 64px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text p {
	  font-size: 14px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon {
	  margin-top: 20px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn {
	  font-size: 20px;
	  padding: 20px 40px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn img {
	  width: 20px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 30px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon {
	  width: 100%;
	  justify-content: flex-start;
	}
	.eth-mini-cart-section::before {
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center;
	}
	.eth-mini-cart-section.bg-1::before {
	  background-image: url("../images/mini-cart/bg-1.webp");
	}
	.eth-mini-cart-section.bg-2::before {
	  background-image: url("../images/mini-cart/bg-2.webp");
	}
	.eth-mini-cart-section.bg-3::before {
	  background-image: url("../images/mini-cart/bg-3.webp");
	}
	.eth-mini-cart-section.bg-4::before {
	  background-image: url("../images/mini-cart/bg-4.webp");
	}
	.eth-mini-cart-section .eth-mini-cart-container .eth-container {
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  gap: 32px;
	}
	.eth-mini-cart-section .eth-mini-cart-container .eth-cart-image {
	  width: 100%;
	  max-width: 500px;
	  margin: 0 auto;
	}
	.eth-mini-cart-section .eth-mini-cart-container .eth-cart-image img {
	  width: 100%;
	  height: auto;
	}
	.eth-mini-cart-section .eth-mini-cart-container .eth-cart-content {
	  max-width: 700px;
	  margin: 0 auto;
	}
	.eth-shop-product-layout-section {
	  padding: 100px 0;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap {
	  flex-direction: column;
	  gap: 20px;
	  align-items: flex-start;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list {
	  gap: 0px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image::before {
	  display: none;
	}
  }
  @media (max-width: 1100px) {
	.eth-social-media-section .eth-social-media-videos {
	  column-count: 2;
	  column-gap: 24px;
	}
	.eth-popular-plugin-support-section .eth-popular-plugin-content {
	  justify-content: space-evenly;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-container {
	  flex-direction: column;
	  align-items: flex-start;
	  text-align: left;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-title {
	  font-size: 48px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-subtitle {
	  font-size: 28px;
	  margin-bottom: 40px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-list {
	  font-size: 22px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right {
	  width: 100%;
	  align-items: center;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card-1,
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card-2 {
	  align-self: center;
	  margin: 0;
	}
  }
  @media (max-width: 1024px) {
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	  height: 300px;
	}
	.eth-home-variation-section .eth-home-variations-list .eth-home-variation-title {
	  font-size: 40px;
	}
  }
  @media (max-width: 992px) {
	.eth-hero-section .eth-hero-content-wrap .eth-title-animation {
	  font-size: 70px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-sub-title {
	  font-size: 30px;
	  line-height: 36px;
	  margin-top: 16px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-desc {
	  margin-top: 16px;
	  padding-bottom: 40px;
	}
	.eth-inner-page-section .eth-inner-page-list {
	  column-count: 2;
	}
	.eth-inner-page-section .eth-inner-page-list .eth-inner-page-item {
		opacity: 1;
	}
	.eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-img img {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	.eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-title {
	  font-size: 20px;
	}
	.eth-ecommerce-platform-section .eth-inner-page-list {
	  grid-template-columns: repeat(2, 1fr);
	  text-align: center;
	}
	.eth-mini-cart-container {
	  gap: 40px;
	  padding: 0 20px;
	  flex-direction: column;
	  text-align: center;
	  margin-bottom: 20px;
	}
	.eth-mini-cart-container::before {
	  left: 0 !important;
	  right: 0 !important;
	  background-position: center;
	  background-size: cover;
	  width: 100%;
	}
	.eth-mini-cart-container .eth-cart-image {
	  order: -1;
	}
	.eth-mini-cart-container .eth-cart-image img {
	  max-width: 320px;
	}
	.eth-mini-cart-container .mini-cart-title {
	  font-size: 34px;
	}
	.eth-mini-cart-container .mini-cart-para {
	  font-size: 18px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap {
	  gap: 32px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-title {
	  font-size: 44px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-subtitle {
	  font-size: 28px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-list li {
	  font-size: 22px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image img {
	  max-width: 350px;
	  margin-left: 80px;
	}
	.eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 32px 18px;
	}
	footer.eth-footer-section .eth-footer-main .eth-footer-menus {
		gap: 60px;
    }

  }
  @media (max-width: 900px) {
	.eth-mobile-first-container {
	  flex-direction: column;
	  gap: 40px;
	}
	.eth-mobile-first-left,
	.eth-mobile-first-right {
	  min-width: 0;
	  padding: 0;
	}
	.eth-mobile-first-right {
	  justify-content: flex-start;
	}
	.eth-footer-section .eth-footer-main {
	  flex-wrap: wrap;
	  gap: 32px;
	}
	.eth-footer-section .eth-footer-main .eth-footer-brand {
	  flex: 1 1 100%;
	  max-width: 100%;
	}
	.eth-footer-section .eth-footer-main .eth-footer-menus {
	  flex: 1 1 100%;
	  gap: 32px;
	  flex-wrap: wrap;
	}
	.eth-footer-section .eth-footer-main .eth-footer-menus .eth-footer-menu {
	  flex: 1 1 45%;
	}
	.eth-footer-section .eth-footer-bottom {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 12px;
	}
  }
  @media (max-width: 768px) {
	header .eth-header-wrap .eth-navbar {
	  visibility: hidden;
	  transition: 0.5s ease-in-out;
	  position: fixed;
	  right: -100%;
	  bottom: 0;
	  top: 60px;
	  background-color: #171717;
	  padding: 10px 20px;
	  width: 320px;
	}
	header .eth-header-wrap .eth-navbar ul {
	  flex-direction: column;
	  align-items: start;
	  gap: 20px;
	}
	header .eth-header-wrap .eth-navbar.is-active {
	  visibility: visible;
	  right: 0;
	}
	header .eth-header-wrap .eth-hamburger {
	  display: block;
	}
	.eth-content-header-wrap .eth-content-tag {
	  font-size: 16px;
	}
	.eth-content-header-wrap .eth-content-title {
	  margin-top: 20px;
	  font-size: 36px;
	}
	.eth-content-header-wrap .etc-content-description {
	  margin-top: 20px;
	  font-size: 18px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-title-animation {
	  font-size: 50px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-sub-title {
	  font-size: 24px;
	  line-height: 28px;
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	  height: 230px;
	}
	.eth-hero-section .eth-running-stripe {
	  padding: 24px 0;
	}
	.eth-hero-section .eth-running-stripe .eth-running-line {
	  gap: 40px;
	}
	.eth-hero-section .eth-running-stripe .eth-running-line .eth-text {
	  font-size: 20px;
	}
	.eth-home-variation-section {
	  padding-top: 100px;
	  padding-bottom: 50px;
	}
	.eth-home-variation-section .eth-home-variations-list {
	  margin-top: 40px;
	  grid-template-columns: 1fr;
	}
	.eth-fashion-paralex-section {
	  height: 420px;
	}
	.eth-fashion-paralex-section .eth-fashion-paralex-text {
	  font-size: 80px;
	  left: 40px;
	  top: 40px;
	}
	.eth-fashion-paralex-section .eth-fashion-paralex-text.second {
	  right: 40px;
	  top: 140px;
	}
	.eth-fashion-paralex-section img {
	  max-width: 100%;
	}
	.eth-fashion-theme-section {
	  padding: 24px 0 12px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-title {
	  font-size: 22px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards {
	  flex-direction: column;
	  align-items: center;
	  gap: 16px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card {
	  width: 90vw;
	  
	}
	.eth-social-media-section .eth-social-media-videos {
	  column-count: 1;
	  column-gap: 16px;
	}
	.eth-mini-cart-section {
	  margin-top: 60px;
	  margin-bottom: 60px;
	}
	.eth-mini-cart-section .mini-cart-title {
	  font-size: 28px;
	}
	.eth-mini-cart-section .mini-cart-para {
	  font-size: 18px;
	  line-height: 26px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-title {
	  font-size: 36px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-subtitle {
	  font-size: 22px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-list {
	  display: none;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right {
	  align-items: flex-start;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card-1 {
	  flex-direction: column-reverse;
	  align-items: flex-start;
	  gap: 20px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card-2 {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 20px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card .eth-shop-loadmore-arrow-label img {
	  display: none;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card .eth-shop-loadmore-arrow-label .eth-shop-loadmore-label {
	  font-size: 18px;
	}
	.eth-fashion-section .eth-fashion-content-wrap {
	  padding: 0 15px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper img {
	  padding-top: 60px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay {
	  bottom: 60px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text h3 {
	  font-size: 48px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon {
	  flex-wrap: wrap;
	  gap: 15px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn {
	  font-size: 18px;
	  padding: 18px 36px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn:not(.arrow-icon).move-right {
	  transform: translateX(calc(100% + 15px));
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon {
	  width: 60px;
	  height: 60px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn.arrow-icon.move-left {
	  transform: translateX(calc(-100% - 15px)) scale(1.0005);
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text h3 {
	  font-size: 48px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text p {
	  font-size: 12px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn {
	  font-size: 18px;
	  padding: 16px 32px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn img {
	  width: 16px;
	}
	.eth-shop-product-layout-section {
	  padding: 50px 0;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap {
	  flex-direction: column;
	  align-items: flex-start;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-list {
	  flex-direction: column;
	  gap: 0px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image {
	  min-height: 0px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image::before {
	  display: none;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-image img {
	  margin-left: 0;
	  margin-top: 0;
	}
	.eth-mobile-first-design .eth-container {
	  flex-direction: column;
	  gap: 30px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content {
	  padding: 0 16px;
	  min-width: 100% !important;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-title {
	  font-size: 28px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-desc {
	  font-size: 16px;
	}
	.eth-popular-plugin-support-section .eth-popular-plugin-content {
	  margin-top: 20px;
	}
	.eth-popular-plugin-support-section .eth-popular-plugin-content .eth-popular-plugin-image {
	  width: 130px;
	  height: 130px;
	}
	.eth-popular-plugin-support-section .eth-popular-plugin-content .eth-popular-plugin-image img {
	  max-width: 80%;
	}
	.eth-popular-plugin-support-section .eth-popular-plugin-content .eth-popular-plugin-title {
	  font-size: 18px;
	}
	.eth-key-features-section .eth-container .eth-key-features-content {
	  background-color: #f9f9f9;
	  padding: 50px 15px 50px;
	}
	.eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list {
	  gap: 12px;
	}
	footer.eth-footer-section .eth-footer-main .eth-footer-menus {
		gap: 30px;
    }
  }
  @media (max-width: 700px) {
	.eth-social-media-section .eth-social-media-videos {
	  column-count: 1;
	  column-gap: 16px;
	}
  }
  @media (max-width: 576px) {
	.eth-container {
	  padding: 0 15px;
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	  height: 200px;
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-main {
	  transform: translate(-50%, -50%) scale(1.2);
	}
	.eth-home-variation-section .eth-home-variations-list .eth-home-variation-title {
	  font-size: 24px;
	}
	.eth-home-variation-section .eth-home-variations-list .eth-home-variation-img {
	  margin-top: 16px;
	}
	.eth-fashion-paralex-section {
	  height: 380px;
	}
	.eth-fashion-paralex-section .eth-fashion-paralex-text {
	  font-size: 50px;
	}
	.eth-fashion-paralex-section img {
	  max-width: 140%;
	}
	.eth-inner-page-section .eth-inner-page-list {
	  margin-top: 40px;
	  column-gap: 16px;
	}
	.eth-inner-page-section .eth-inner-page-list .eth-inner-page-item:not(:first-child) {
	  margin-top: 32px;
	}
	.eth-inner-page-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-title {
	  font-size: 16px;
	}
	.eth-ecommerce-platform-section .eth-inner-page-list {
	  grid-template-columns: 1fr;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay {
	  bottom: 12px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text h3 {
	  font-size: 32px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text p {
	  font-size: 9px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn {
	  font-size: 14px;
	  padding: 10px 20px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn:last-child {
	  width: 36px;
	  height: 36px;
	}
  }
  @media (max-width: 480px) {
	.space-top-100 {
	  padding-top: 50px;
	}
	.eth-content-header-wrap .eth-content-title {
	  font-size: 32px;
	}
	.eth-content-header-wrap .etc-content-description {
	  font-size: 16px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-title-animation {
	  font-size: 36px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-sub-title {
	  font-size: 20px;
	  line-height: 24px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-desc {
	  font-size: 16px;
	  line-height: 20px;
	}
	.eth-hero-section .eth-hero-content-wrap .eth-btn-wrap {
	  flex-wrap: wrap;
	  gap: 12px;
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-main {
	  transform: translate(-50%, -50%) scale(1);
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-right {
	  transform: translate(10%, -50%) scale(0.8);
	}
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider .eth-slider-item.eth-left {
	  transform: translate(-110%, -50%) scale(0.8);
	}
	.eth-inner-page-section .eth-inner-page-list {
	  column-count: 1;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text h3 {
	  font-size: 18px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-text p {
	  font-size: 10px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn {
	  font-size: 16px;
	  padding: 0px 20px;
	}
	.eth-fashion-section .eth-fashion-content-wrap .eth-fashion-image-wrapper .eth-fashion-overlay .fashion-icon .eth-fashion-btn img {
	  width: 12px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-title {
	  font-size: 16px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-btn-group {
	  flex-direction: column;
	  gap: 8px;
	  align-items: center;
	}
	.eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-btn-group a {
	  font-size: 14px;
	  padding: 8px 16px;
	  width: 200px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards {
	  gap: 10px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer {
	  padding: 10px 0 8px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-btn {
	  padding: 24px 20px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-label {
	  font-size: 14px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-arrow img {
	  width: 16px;
	  height: 16px;
	}
	.eth-mini-cart-container {
	  gap: 16px;
	  padding: 15px;
	}
	.eth-mini-cart-container::before {
	  background-size: cover;
	}
	.eth-mini-cart-container .eth-container .mini-cart-title {
	  font-size: 18px;
	  margin-top: 12px;
	}
	.eth-mini-cart-container .eth-container .mini-cart-para {
	  font-size: 16px;
	  line-height: 20px;
	  margin-top: 16px;
	}
	.eth-mini-cart-container .eth-container .mini-cart-btn {
	  font-size: 14px;
	  padding: 10px 16px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-container {
	  padding: 20px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-title {
	  font-size: 20px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-subtitle {
	  font-size: 16px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-left .eth-shop-loadmore-list {
	  font-size: 16px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right {
	  gap: 30px;
	}
	.eth-shop-loadmore-section .eth-shop-loadmore-right .eth-shop-loadmore-card .eth-shop-loadmore-arrow-label {
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  gap: 6px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-title {
	  font-size: 20px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-subtitle {
	  font-size: 20px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list {
	  margin-top: 20px;
	}
	.eth-shop-product-layout-section .eth-shop-product-layout-wrap .eth-shop-product-layout-info .eth-shop-product-layout-list ul li {
	  font-size: 16px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-title {
	  font-size: 20px;
	  line-height: 24px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-desc {
	  font-size: 16px;
	  line-height: 24px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-qr-block {
	  margin-top: 30px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-qr-block .eth-mobile-first-qr-label {
	  font-size: 18px;
	}
	.eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-content .eth-inner-page-title {
	  font-size: 18px;
	}
	.eth-ecommerce-platform-section .eth-inner-page-list .eth-inner-page-item .eth-inner-page-content .eth-inner-page-para {
	  font-size: 16px;
	}
	.eth-key-features-section {
	  padding: 50px 0px;
	}
	.eth-key-features-section .eth-container .eth-key-features-bg-text {
	  font-size: 30px;
	  top: 8px;
	}
	.eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-title {
	  font-size: 20px;
	}
	.eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-desc {
	  font-size: 16px;
	}
	.eth-key-features-section .eth-container .eth-key-features-content .eth-key-features-info .eth-key-features-list .eth-key-feature-item img {
	  width: 40px;
	  height: 40px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-title {
	  font-size: 22px;
	}
	.eth-mobile-first-design .eth-container .eth-mobile-first-content .eth-mobile-first-desc {
	  font-size: 14px;
	}
	.eth-popup {
	  width: 320px;
	}
	.eth-popup.active {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	}
	.eth-popup .eth-popup-close-btn {
	  margin: 12px 12px 0 0;
	}
	.eth-popup .eth-popup-content {
	  gap: 16px;
	  padding: 15px;
	}
	.eth-popup .eth-popup-content .eth-popup-heading h2 {
	  font-size: 20px;
	  line-height: normal;
	}
	.eth-popup .eth-popup-content .eth-popup-btn {
	  gap: 10px;
	  grid-template-columns: auto 1fr;
	}
	.eth-popup .eth-popup-close {
	  padding: 8px;
	}
	.eth-popup .eth-popup-content .eth-popup-btn .eth-btn-dark{
		padding: 6px 12px;
	  }
  }
  @media (max-width: 375px) {
	.eth-hero-section .eth-hero-slider-section .eth-hero-slider {
	  height: 160px;
	}
	.eth-fashion-paralex-section img {
	  max-width: 150%;
	}
	footer.eth-footer-section .eth-footer-main .eth-footer-menus {
		gap: 20px;
    }
  }
  @media (max-width: 320px) {
	.eth-fashion-theme-section {
	  padding: 10px 0 4px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-title {
	  font-size: 12px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-header .eth-fashion-theme-btn-group a {
	  font-size: 12px;
	  padding: 6px 10px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-label {
	  font-size: 10px;
	}
	.eth-fashion-theme-section .eth-fashion-theme-cards .eth-fashion-theme-card .eth-fashion-theme-card-footer .eth-fashion-theme-card-arrow img {
	  width: 10px;
	  height: 10px;
	}
  }
  