/* remove this code */
.page-template-home main.site-main,
.home.page-template main.site-main{
  max-width: 100%;
}

.container-wrap {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.info-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  padding: 16px 10px;
  margin-top: -4px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 8px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.info-item:last-child {
  border-right: none;
}

.info-text .title {
  margin: 0;
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: bold;
}

.info-text p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #000;
}

/* icons-section */

.cs-hero {
  background: url('/wp-content/uploads/2025/10/felipepiposs_pic-scaled-1.webp') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 16px;
  position: relative;
}

.cs-hero .content {
  z-index: 2;
}

.content .title {
  font-size: 36px;
  color: var(--white);
  font-weight: 700;
}

.cs-hero .content p {
  color: var(--primary-color);
  font-weight: 700;
}

.cs-hero:before {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 100%;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;

}

.cs-hero .stars {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.cs-hero .stars span {
  flex: 0 0 50px;
}

.cs-hero .stars svg {
  fill: var(--green);
}

.cs-hero .btn {
  display: inline-block;
  padding: 16px 26px;
  background-color: var(--green);
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.cs-hero .btn:hover {
  box-shadow: 1px 0px 20px #5FE73A;
}

#home-products-react .filter-buttons a {
  flex: inherit;
}

#home-products-react .custom-shop {
  max-width: 1290px;
  margin: auto;
}

#home-products-react {
  padding-top: 20px;
  padding-bottom: 50px;
}

#home-products-react .filter-buttons {
  margin-top: 0px;
  margin-bottom: 50px;
}

/* bottom products colum */

/* Parent Flex Container */
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 50px 16px;
}

/* Each Column (Latest, Best Selling, etc.) */
.product-grid .column {
  flex: 1;
}

.product-grid .column .title {
  color: var(--primary-color);
  margin-bottom: 15px;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
  font-size: 26px;
}

/* Product Item */
.product-grid .item {
  display: flex;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc26;
  gap: 15px;
}

.product-grid .item:last-child {
  border-bottom: 0px;
}

.product-grid .item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.product-grid .item-info {
  display: flex;
  flex-direction: column;
}

.product-grid .item-info a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  line-height: 16px;
}

.product-grid .item-info a:hover {
  color: var(--primary-color);
}

.product-grid .item-info span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: bold;
}

.product-grid .stars {
  color: var(--primary-color);
  font-size: 14px;
}


.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Prevent stretching */
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.arrow.left {
  left: 20px;
}

.arrow.right {
  right: 20px;
}

/* Dots */
.navigation-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: white;
}

.welcome-title {
  text-align: center;
  font-size: 50px;
  margin-top: 60px;
  text-transform: uppercase;
  color: var(--green);
}

.parallax-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  background: #0d0d0d;
  background: linear-gradient(159deg, rgba(13, 13, 13, 1) 0%, rgba(105, 104, 104, 1) 35%, rgba(186, 186, 186, 0.93) 50%, rgba(105, 104, 104, 1) 65%, rgba(0, 0, 0, 1) 100%);
}

@keyframes parallaxFloat {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-20px) rotate(1deg);
  }

  66% {
    transform: translateY(10px) rotate(-0.5deg);
  }
}

.content-container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.headline {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: var(--white);
  text-transform: uppercase;
}

.intro-text {
  font-size: 1.125rem;
  color: #cbd5e1;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.principle-card {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.principle-card:hover {
  transform: translateY(-5px);
}


.principle-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.principle-emoji {
  font-size: 40px;
}

.principle-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}

.principle-description {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.cta-container {
  text-align: center;
  display: none;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--green);
  color: var(--secondary-color);
  text-decoration: none;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid .column {
    flex: 0 0 49%;
  }
  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .info-bar {
    display: block;
  }

  .product-grid {
    flex-direction: column;
  }

  .info-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }

  .info-item:last-child {
    border-bottom: none;
  }

  .content .title {
    font-size: 28px;
  }

  .welcome-title {
    font-size: 36px;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }

  .parallax-section {
    padding: 2rem 1rem;
  }

  .content-container {
    padding: 0px;
  }

  .headline {
    font-size: 28px;
  }

  .intro-text {
    font-size: 1rem;
  }

  .principles-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .principle-card {
    padding: 1.25rem;
  }

}







