/*==== Bice sve ok ===*/

/* Hero section */

.bice-sve-ok-main {
  padding: 48px 20px;
  background-color: #ffffff;
}

.bice-sve-ok-container {
  margin: 0 auto;
  background-color: #0d0c0a;
  padding: 64px 100px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 150px;
  margin-bottom: 80px;
  flex-direction: row-reverse;
}

.bice-sve-ok-heading-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}

.bice-sve-ok-title {
  font-family: var(--global-font-family-1);
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.bice-sve-ok-text {
  font-family: var(--global-font-family-2);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}

.bice-sve-ok-text-2 {
  font-family: var(--global-font-family-2);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffffb2;
  margin: 0;
}

.bice-sve-ok-image {
  width: 40%;
  border-radius: 80px;
}

.bice-sve-ok-button {
  font-family: var(--global-font-family-2);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #100f0c;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 50px;
  background-color: #f6cea5;
  display: inline-block;
  border: 1px solid #414141;
}

/* Products section */

.bice-sve-ok-products-main {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 100px;
  margin-bottom: 80px;
}

.bice-sve-ok-products-container {
  margin: 0 auto;
}

.bice-sve-ok-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.bice-sve-ok-products-title {
  font-family: var(--global-font-family-1);
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
  color: #000000;
}

.bice-sve-ok-products-ordering select {
  border: 1px solid #414141;
  padding: 16px 24px;
  border-radius: 50px;
  font-family: var(--global-font-family-2);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

/* Responsive adjustments */

/* Main container */
@media (max-width: 1024px) {
  .bice-sve-ok-products-main {
    padding: 24px 20px;
    margin: 10px;
  }

  .shop-products-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .bice-sve-ok-container {
        gap: 70px;
    }
    
    .bice-sve-ok-image {
        border-radius: 60px;
    }
    
}

@media (max-width: 768px) {
  .bice-sve-ok-products-main {
    padding: 10px 10px;
  }

  .shop-products-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
    .bice-sve-ok-container {
        gap: 70px;
    }
    
    .bice-sve-ok-image {
        border-radius: 40px;
        width: 100%;
    }
}

/* Button in card-product__actions */
.card-product__actions a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .card-product__actions a {
    padding: 18px 24px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bice-sve-ok-container {
    padding: 25px 25px;
    border-radius: 32px;
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }

  .bice-sve-ok-heading-container {
    width: 100%;
    gap: 5px;
  }

  .bice-sve-ok-title {
    font-size: 65px;
  }

  .bice-sve-ok-text {
    font-size: 16px;
  }

  .bice-sve-ok-text-2 {
    font-size: 16px;
  }
}
