/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 45:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .leica-featured-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .leica-featured-block {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    min-height: 400px;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
  }
  .leica-featured-block h4 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .leica-featured-block h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .leica-featured-block a.button {
    background: white;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
  }
</style>
.product-offer-section {
  padding-top: 50px;
  padding-bottom: 50px; /* Tăng khoảng cách dưới */
}


.product-offer-section h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.product-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.product-offer-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  height: 100%;
}

.product-offer-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.product-offer-item h3 {
  font-size: 1.1rem;
  margin: 15px 0 5px;
}

.product-offer-item p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.product-offer-item form {
  margin-top: auto;
}

.product-offer-item button {
  padding: 10px 18px;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  border: none;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.8s;
}

.product-offer-item button:hover {
  background-color: #333;
}
  .section-spacing-bottom {
  padding-bottom: 50px;
}
.video-3col-section {
  max-width: 1913px;
  margin: 0 auto;
  padding: 0;
}

.video-3col-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 258.89px;
}

.video-block {
  width: 390px;
  height: 258.89px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-frame {
  width: 360px;
  height: 202.5px;
  border: none;
}

.video-title {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  height: 46.39px; /* 258.89 - 202.5 = khoảng này là chỗ tiêu đề */
}