@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..600;1,100..900&display=swap');

:root {
  --primary-blue: rgb(0, 93, 142);
  --light-blue: #e8f4fa;
  --white: #ffffff;
  --black: #333333;
  --gray: #f5f5f5;
  --text-primary: #323232
}
.s-block--slider-with-bg .s-slider-block__title {
display: none;
}
body {
  background-color: rgb(247 248 249 / 1);
  font-family: "Cairo", sans-serif;
  font-weight: 500;
}
.carousel-slider .swiper-wrapper > div {
    padding-left: unset !important; 
    padding-right: unset !important; 
}
.s-block--categories {
	margin-top: 0 !important;
}
s-slider-block__title {
	margin-bottom: 1rem !important;
}
    .blog-card {
      border-radius: 8px;
      overflow: hidden;
      height: 380px;
			min-height: 380px;
      position: relative;
    }
.blog-image-container {
	height: 100%;
	width: 100%;
}
    .blog-card:hover .blog-image {
    	    transform: scale(1.05);
    }

    .blog-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
          transition: all 0.4s ease;
    }

    .blog-content {
      padding: 1rem;
      position: absolute;
      bottom: 0;
      right: 0;
    }

    .blog-title {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      color: #fff;
      font-weight: 600;
      line-height: 1.75rem;
    }

    .read-more {
      display: inline-block;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .read-more:hover {
      color: #005483;
      text-decoration: underline;
    }
.contact-social {
	display: flex !important;
  justify-content: center;
  margin-top: unset !important;
}
.s-contacts-item {
	gap: 2px;
	font-size: 0.75rem !important;
}
.s-contacts-item span {
	margin: unset !important;
}
.s-contacts-icon {
    height: 1.75rem !important;
    width: 1.75rem !important; 
}
.s-menu-footer-item {
	line-height: 1.25rem !important;
}
header {
  background-color: white;
}
.navbar-brand img {
    max-width: 200px;
}
.s-product-card-content-title a {
		font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;	
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.s-product-card-sale-price,
.s-product-card-content-sub  {
	margin-top: 1.25rem;
}
.s-product-card-content-title a:hover {
	color: unset;
}
.s-product-card-price,
.s-product-card-sale-price h4 {
	font-size: 1.85rem !important;
	font-weight: 400;	
	color: var(--text-primary) !important;
	    letter-spacing: 1px;
}
.s-product-card-sale-price span {
	color: rgb(159 159 159 / 1);
	font-size: 1rem;
	    letter-spacing: 1px;
}
.s-product-card-price i,
.s-product-card-sale-price i{
	margin-right: -6px ;
}
.s-product-card-promotion-title {
	right: 1rem;
	border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    background-color: rgb(192 235 249 / 1) !important;
    color: #005d8e;
}
.fixed-header .container {
    padding-top: 12px;
    padding-bottom: 12px;
}
.main-nav-container.fixed-pinned .inner {
z-index: 9999;
}
.main-nav-container {
min-height: unset !important;
height: unset !important;
    padding-top: 12px;
    padding-bottom: 12px;
}
section.container,
section .container {
	max-width: unset !important;
	margin: 1.5rem auto;
  padding: 12px;
  
}
.s-block--slider-with-bg {
	display: flex;
	flex-direction: column;
	background-color: unset !important;
	gap: 8px;
	  margin-left: 0 !important;
	  margin-right: 0 !important;
}
.s-block--slider-with-bg .slider-bg {
	height: unset !important;
	border-radius: 8px;
		display: flex;
  align-items: end;
  min-height: 440px;
}
.s-block--slider-with-bg .slider-bg .container {
	padding: 1rem !important;
	margin: 0 !important;
}
.s-block--slider-with-bg .slider-bg .container h3 {
	color: var(--text-primary);
	font-weight: 500;
	font-size: 1.35rem;
	line-height: 2rem;
}
.s-block--slider-with-bg .slider-bg .container p {
	margin-bottom: unset;
	color: gray;
	margin-top: 0.5rem;
}
.s-block--slider-with-bg .slider-bg .container .v-anchor {
	display: block;
	border-radius: 20px;
	padding: 4px 20px;
	border: 1px solid var(--primary-blue);
	color: var(--primary-blue);
	margin-top: 1rem;
	width: fit-content;
}
.s-block--slider-with-bg .slider-bg .container .v-anchor:hover {
	background-color: var(--primary-blue);
	color: white;
}
.s-block--slider-with-bg .slider-bg:before {
	content: unset !important;
}
.s-block--slider-with-bg > div.container {
	margin: 0 !important;
	padding: 0 8px !important;
}

@media (min-width: 1024px) {
.s-block--slider-with-bg {
	flex-direction: row;
}
.s-block--slider-with-bg .slider-bg {
	width: 42%;
	min-height: unset;
}
}
custom-salla-product-card img {
	background-color: #fff !important;
}
custom-salla-product-card .s-product-card-content-footer,
custom-salla-product-card .s-product-card-wishlist-btn{
	display: none;
}
.s-products-slider-card {
	max-width: unset !important;
	padding: unset !important;
}
.s-slider-block__title {
	margin-left: 0;
	margin-right: 0;
	max-width: unset !important;
}
@media (min-width: 1280px) {
    section.container,
		section .container {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}

.announcement-bar {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  overflow: hidden;
  height: 45px;
  position: relative;
  width: 100%;
}
.announcement-wrapper {
  position: relative;
  height: 100%;
}
.announcement-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  animation: slide 12s infinite;
}
@keyframes slide {
  0% {
    transform: translateY(100%);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.s-block--fixed-banner,
.s-block--fixed-banner .container {
	margin: 0 !important;
}
.s-block--fixed-banner .container {
	padding: 0;
}
.banner--fixed img {
	border-radius: 0;
}
.s-block--fixed-banner .container {
  max-width: unset !important;
}
.s-block--fixed-banner img {
  min-height: 80vh;
}
h1,
h2,
h4 {
  color: var(--text-primary);
}
.s-slider-block__title h2 {
    font-weight: 600 !important;
}
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.section-title {
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
}
.v-container {
  margin: 1.5rem auto;
  padding: 12px;
  
}
.desktop-only {
  display: none;
}
.mobile-only {
  display: block;
}
.xxl-text {
  font-size: 4rem;
  font-weight: 600;
  margin: 2rem 0;
}
.xl-text {
  font-size: 2rem;
  font-weight: 500;
}
.lg-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.v-grid-features-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v-grid-features-header p {
  font-size: 100px;
  font-weight: 600;
  color: rgb(9 72 103 / 1);
  opacity: 0.04;
  display: none;
}
.v-flex-wrapper {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.v-grid-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 8px;
}
.feature-item {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  overflow: hidden;
  min-height: 250px;
}
.v-grid-features .feature-item-wide {
  grid-column: span 2;
  background-color: var(--primary-blue);
  color: var(--white);
  padding: 1.5rem;
}
.feature-item.last-item {
  position: relative;
}
.feature-item.last-item .feature-item-head {
  z-index: 100;
}
.feature-item.last-item .right-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  z-index: 10;
}
.feature-item.last-item .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-item .right-side {
  display: flex;
  justify-content: end;
}
.feature-item-head p {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.feature-item-head span {
font-size: 1rem;
    line-height: 1.75rem;
  color: var(--text-primary);
}
.right-side img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.col-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.col-grid > div {
  flex: 1;
}
@media (min-width: 480px) {
  .col-grid {
  flex-direction: row;
}
}
@media (min-width: 1280px) {
  .v-container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .v-grid-features {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
    .col-grid {
  flex-direction: column;
}
  .v-flex-wrapper {
    flex-direction: row;
  }
  .v-grid-features-header {
    margin-bottom: 2rem;
  }
  .v-grid-features-header p {
    display: block;
  }
  .col-grid > div {
    flex: unset;
  }
  .col-grid > div:first-child {
    height: 37%;
    min-height: unset;
    gap: 1rem;
  }
  .col-grid > div:nth-child(2) {
    flex-grow: 1;
  }
}

/* COMP: v-grid-4 */
.privacy-card,
.security-card,
.hydrojet-card,
.solarplus-card {
  position: relative;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.privacy-card {
  max-height: 670px;
}
.security-card {
  max-height: 298px;
}
.hydrojet-card,
.solarplus-card {
  max-height: 364px;
}

.card {
  position: relative;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  overflow: hidden;
}

.card-content {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  z-index: 10;
}
.card-content.rtl {
text-align: end;
}

.card-content h2 {
  font-size: 1.15rem;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 0.1rem;
  
}

.learn-more {
  display: inline-flex;
  align-items: center;
  color: #374151;
}

.learn-more:hover {
  color: #111827;
}

.chevron {
  margin-left: 0.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Desktop layout */
@media (min-width: 768px) {
.v-grid-4 .desktop-only {
  display: flex !important;
  gap: 8px;
}
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    'privacy security'
    'privacy split';
    gap: 8px;
  }

  .privacy-card {
    grid-area: privacy;
    min-height: 600px;
  }

  .security-card {
    grid-area: security;
    min-height: 290px;
  }

  .split-container {
    grid-area: split;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hydrojet-card,
  .solarplus-card {
    min-height: 290px;
    flex: 1;
  }
  .card-content {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .grid-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
  }
  .card {
    scroll-snap-align: start;
    flex: 0 0 85%;
    min-height: 400px;
  }
  .grid-container::-webkit-scrollbar {
    display: none;
  }
  .grid-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* COMP: v-flex-4 */
.featured-flex-3-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 8px;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.featured-flex-3-wrapper::-webkit-scrollbar {
  display: none;
}
.featured-flex-3-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.v-flex-3 .card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  min-height: 500px;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}
.card-default {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  transition: opacity 200ms ease;
}
.card-default h2 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-primary);
}
.card-hover {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem 2rem 1.5rem;
  transition: all 200ms ease;
  background-image: url('https://cdn.shopify.com/s/files/1/0521/9411/5753/files/custom_card_shape_3840x.png?v=1723540018');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.card-hover.active {
  transform: translateY(0);
}
.card-hover h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.75rem;
}
.card-hover p {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: 400;
}
.card-link {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
}
.card-link:hover {
  text-decoration: underline;
}
.chevron {
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1024px) {
  .featured-flex-3-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* COMP: v-grid-5 */
.product-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 12px;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.product-grid::-webkit-scrollbar {
  display: none;
}
.product-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-grid > div {
  scroll-snap-align: start;
  flex: 0 0 80%;
  min-height: 300px;
}
@media (min-width: 640px) {
  .product-grid > div {
    flex: 0 0 55%;
  }
}
.v-grid-5 .product-card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #f3f4f6, #e5e7eb);
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #5ecfff;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
}

.product-title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  color: #f1f1f1;
  margin-bottom: 0.5rem;
}

.product-description {
  font-size: 0.875rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.product-grid > .product-card:nth-child(1) .product-description,
.product-grid > .product-card:nth-child(2) .product-description {
  color: #f1f1f1;
}
.product-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.product-button {
  padding: 0.35rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1024px) {
.product-title {
  font-size: 1.5rem;
}
  .product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 1rem;
  }

  .product-grid > div:first-child {
    grid-column: span 3;
  }
  .product-grid > div:nth-child(2) {
    grid-column: span 3;
  }

  .product-grid > div {
    grid-column: span 2;
  }
  .product-button {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  }
}
.v-grid-5 .learn-more {
  border: 1px solid #0077a7;
  color: #0077a7;
  background-color: transparent;
}

.v-grid-5 .learn-more:hover {
  background-color: #f3f4f6;
}

.buy-now {
  background-color: #0077a7;
  color: white;
  border: 1px solid #0077a7;
}

.buy-now:hover {
  background-color: #00689a;
  border-color: #00689a;
}

/* COMP: v-vedios */
.video-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 12px;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.video-grid > div {
  scroll-snap-align: start;
  flex: 0 0 75%;
  min-height: 400px;
}
.video-item {
  position: relative;
  width: 100%;
  max-width: 350px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.video-thumbnail {
  cursor: pointer;
}
.thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.thumbnail-image:hover {
  transform: scale(1.04);
}
.video-footer {
  position: absolute;
  width: 90%;
  right: 5%;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.play-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, 0.9);
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}
.video-title {
  color: white;
  font-weight: 500;
  font-size: 1.15rem;
}
.autoplay-video {
  width: 100%;
  height: 100%;
}
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.video-container {
  width: 90%;
  max-width: 360px;
  height: 80vh;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  background: none;
  border: none;
}
.video-player {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-color: transparent;
}
video {
  width: 100%;
  height: 100%;
  outline: none;
}
.video-grid iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

.store-footer__inner {
	background-color: #fff !important;
}
.store-footer__inner > .container {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	gap: 1.5rem !important;
}
.store-footer__inner > div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 1.5rem;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}
.store-footer__inner > div:first-child > p {
	display: none;
}
.store-footer__inner > div:first-child > div {
	max-width: 800px;
}
.store-footer__inner > div:first-child > div.hidden  {
	display: none !important;
}
@media (min-width: 640px) {
    .store-footer {
         margin-top: unset;
    }
}