/*
Theme Name: Shoptimizer Child
Description: Child theme of Shoptimizer
Author: Your Name
Template: shoptimizer
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../shoptimizer/style.css");

.home .shoptimizer-archive {
	background-image: url("/wp-content/uploads/2025/09/home-hero-bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

/* .col-full, .single-product .site-content .shoptimizer-sticky-add-to-cart .col-full, body .woocommerce-message, .single-product .site-content .commercekit-sticky-add-to-cart .col-full, .wc-block-components-notice-banner {
	max-width: 1562px !important;
} */
.home-hero-title .elementor-heading-title .first-word {
  	background-size: 95%;
  	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("/wp-content/uploads/2025/09/heba-underline.svg");
	padding-bottom: 8px;
}

.hero-content-wrapper::after {
	content: "";
	transform: translate(-150%, 0);
	right: auto;
	left: 0;
	position: absolute;
	width: 96px;
	height: 173px;
	background-size: contain;
  	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2025/09/ski-pole.svg");
}

.hero-content-wrapper::before {
	content: "" !important;
	transform: translate(150%, 0);
	right: 0;
	left: auto !important;
	position: absolute;
	width: 96px !important;
	height: 173px;
	background-size: contain;
  	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2025/09/ski-board.svg");
}

.home-content .home-content-title .elementor-heading-title .second-word {
	background-size: contain;
  	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("/wp-content/uploads/2025/09/word-ring.svg");
}

.home-cta {
	background-size: 100% 100% !important;
}

@media(max-width:1024px) {
	.hero-content-wrapper::after {
		transform: translate(-100%, 0);
	}
	.hero-content-wrapper::before {
		transform: translate(100%, 0);
	}
}

@media (max-width:767px) {
	.hero-content-wrapper::after {
		transform: translate(0, 0);
		height: 100px;
		width: 46px;
	}
	.hero-content-wrapper::before {
		transform: translate(0, 0);
		height: 100px;
		width: 56px !important;
	}
}
@media (max-width:500px) {
	.hero-content-wrapper {
		max-width: 75%;
	}
	.hero-content-wrapper::after {
		transform: translate(-100%, 0%);
	}
	.hero-content-wrapper::before {
		transform: translate(70%, 0%);
	}
}

/* Slider */
.expandable-slider-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
}

.expandable-slider-wrapper .expandable-slide {
  position: relative;
  overflow: hidden;
  min-width: 126px;
  border-radius: 20px;
  margin-inline: 12px;
  background: var(--optionBackground);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.expandable-slider-wrapper .expandable-slide.active {
  flex-grow: 10000;
}

.expandable-slider-wrapper .expandable-slide:not(.active) {
  flex-grow: 1;
}

.expandable-slider-wrapper .expandable-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(2, 0, 16, 0) -13.39%, rgba(2, 0, 16, 0.3) 53.19%, rgba(2, 0, 16, 0.4) 100%);
}
.expandable-slider-wrapper .expandable-slide .expandable-slide-content {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
  text-align: center;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.3s ease-in-out;
}

.expandable-slider-wrapper .expandable-slide.active .expandable-slide-content {
	opacity: 1;	
}

.expandable-slider-wrapper .expandable-slide .expandable-slide-content h2 {
	color: #ffffff;
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-secondary-font-weight );
	font-size: 48px;
	margin-bottom: 40px;
}

.expandable-slider-wrapper .expandable-slide .expandable-slide-content .btn {
	padding: 14px 30px;
	font-size: 20px;
	background-color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0px 3px 16.8px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(8px);
	border-radius: 51px;
	color: var( --e-global-color-text );
	transition: all 0.25s ease-in;
}

.expandable-slider-wrapper .expandable-slide .expandable-slide-content .btn:hover {
	background-color: var( --e-global-color-text );
	border-color: var( --e-global-color-text );
	color: #ffffff;
}

.expandable-slider-wrapper .expandable-slide .expandable-slide-content p {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
	color: #ffffff;
	margin-bottom: 60px;
}

.expandable-slider-wrapper .expandable-slide .expandable-slide-count {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 96px;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  font-weight: 600;
  color: #ffffff;
}

h1.woocommerce-products-header__title,
.summary h1 {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
  	font-weight: var( --e-global-typography-secondary-font-weight ) !important;
}

@media(max-width:1024px) {
	.expandable-slider-wrapper {
		min-height: 400px;
	}
	
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content {
		padding: 12px;
	}
	
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content h2 {
		font-size: 36px;
	}
	.expandable-slider-wrapper .expandable-slide {
		border-radius: 10px;
		min-width: 80px;
		margin-inline: 8px;
	}
	.expandable-slider-wrapper .expandable-slide .expandable-slide-count {
		font-size: 64px;
	}
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content p {
		margin-bottom: 40px;
	}
}

@media(max-width:767px) {
	.expandable-slider-wrapper {
		min-height: 300px;	
	}
	
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content {
		padding: 8px;
	}
	
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.expandable-slider-wrapper .expandable-slide {
		min-width: 20px;
		margin-inline: 4px;
	}
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content .btn {
		padding: 10px 16px;
		font-size: 14px;
	}
	.expandable-slider-wrapper .expandable-slide .expandable-slide-count {
		font-size: 26px;
		right: 2px;
		bottom: 6px;
		width: 16px;
		text-align: center;
	}
	.expandable-slider-wrapper .expandable-slide .expandable-slide-content p {
		margin-bottom: 20px;
	}
}