.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.main-block {
    color: black;
    padding: 60px 0;
    background-image: url(https://bugdomik.com/catalog/view/theme/default/image/landingimages/kitchen.jpg);
    background-color: rgba(255, 255, 255, 0.5); 
    background-blend-mode: lighten;
    background-size: cover;
    padding: 20px;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero-text {
    flex: 1;
    padding-right: 30px;
    color: black;
}

.hero-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: black;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

#buybutton .btnf3x92 {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: normal;
  transition: 0.3s ease;
}

#buybutton .btnf3x92:hover {
     background: #1b5e20;
     color: #fff;
}

.hero img {
    max-width: 450px;
    width: 100%;
}

section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    min-width: 250px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box h3 {
    margin-bottom: 15px;
}

.testimonials {
    background: #fff;
}

.testimonial-box {
    background: #f1f3f7;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.cta {
    background: #0d6efd;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.cta h2 {
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.product-description {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.product-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.product-benefits li {
  margin-bottom: 8px;
  
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.product-specs td {
  border: 1px solid #ddd;
  padding: 8px;
}

.product-cta {
  background: #f4f4f4;
  padding: 15px;
  margin-top: 20px;
  border-left: 4px solid #2e7d32;
}


.product-description {
  font-family: 'Segoe UI', Arial, sans-serif;
  line-height: 1.7;
  color: #2b2b2b;
  max-width: 900px;
  margin: 0 auto;
}

.product-description h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #111;
}

.product-description h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #1a1a1a;
  border-left: 4px solid #2e7d32;
  padding-left: 10px;
}

.product-description p {
  margin-bottom: 15px;
}

.product-benefits {
  list-style: none;
  padding-left: 0;
}

.product-benefits li {
  background: #f9f9f9;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #eee;
  font-family: 'Inter', sans-serif;
}

.product-usage {
  padding-left: 20px;
}

.product-usage li {
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-size: 14px;
}

.product-specs td {
  border: 1px solid #e0e0e0;
  padding: 10px;
  font-family: 'Inter', sans-serif;
}

.product-specs tr:nth-child(even) {
  background-color: #f7f7f7;
}

.product-cta {
  background: linear-gradient(135deg, #f4f4f4, #ffffff);
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.product-cta h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.product-cta p {
  margin-bottom: 15px;
}

.product-cta .btnf3x91-order {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
}

.product-cta .btnf3x91-order:hover {
  background: #1b5e20;
}
.free-delivery-banner {
  background: linear-gradient(135deg, #f4f4f4, #ffffff);;
  color: black;
  padding: 18px 20px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.free-delivery-banner .icon {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}

.free-delivery-banner h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.free-delivery-banner p {
  margin: 6px 0 0;
  font-size: 14px;
  opacity: 0.95;
}

.free-delivery-banner strong {
  font-weight: 700;
}

@media (max-width: 600px) {
  .free-delivery-banner {
    padding: 15px;
  }
  .free-delivery-banner h3 {
    font-size: 18px;
  }
}
.special-delivery {
  display:flex;
  gap: 10px;
}
.special-delivery p {
  font-weight: 600;
}
.photo-section {
     display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.photo-item {
    width: 680;
    height: 680;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #f8f8f8;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.photo-item:hover img {
    transform: scale(1.05);
}

/* Tablet */
@media (max-width: 1200px) {
    .photo-item {
        width: 48%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .photo-item {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
}
