/** Shopify CDN: Minification failed

Line 81:14 Expected identifier but found whitespace
Line 81:16 Unexpected "{"
Line 81:25 Expected ":"
Line 81:51 Expected ":"
Line 82:17 Expected identifier but found whitespace
Line 82:19 Unexpected "{"
Line 82:28 Expected ":"
Line 82:57 Expected ":"
Line 83:19 Expected identifier but found whitespace
Line 83:21 Unexpected "{"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:core-features (INDEX:23) */
.core-features-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  flex-wrap: wrap;
}
.subheading{
  text-align: center;
  font-size: 16px;
  color: #878094;
}
.heading{
  text-align: center;
  color: #fff;
}
.core-feature-col {
  flex: 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.core-feature {
  display: flex;
      align-items: center;
  gap: 15px;
      flex-direction: column;
    text-align: center;
}

.core-feature img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.core-feature__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

.core-feature__desc {
  font-size: 15px;
  color: #878094;
}
.core-feature-image img{
  width: 100%;
}
.core-feature-image {
  max-width: 400px;
  width: 100%;
}
/* END_SECTION:core-features */

/* START_SECTION:custom-text-image (INDEX:24) */
.dog-product-section {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  background-color: {{ section.settings.background_color }};
  color: {{ section.settings.text_color }};
}

.dog-product-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}

.dog-product-image {
  flex: 1 1 400px;
}

.dog-product-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dog-product-content {
  flex: 1 1 500px;
  text-align: {{ section.settings.text_alignment }};
}

.dog-product-heading {

  margin-bottom: 12px;
  font-weight: 800;
}

.dog-product-subheading {
  font-size: 1.4rem;
  color: {{ section.settings.accent_color }};

}

.dog-product-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.dog-product-text p {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .dog-product-container {
    flex-direction: column;
  }
  
  .dog-product-content {
    text-align: center;
  }
  
  .dog-product-heading {
    font-size: 1.5rem;
  }
  
  .dog-product-subheading {
    font-size: 1.2rem;
  }
}
/* END_SECTION:custom-text-image */

/* START_SECTION:image-with-text (INDEX:39) */
.feature-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 20px 20px;
  flex-wrap: wrap;
}
.feature-highlight.reverse {
  flex-direction: row-reverse;
}

.feature-text {
  width: 50%; 
}

.feature-text h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000 !important;
}

.feature-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}
.feature-text ul {
    list-style: disc;
    padding-left: 20px;
}
.feature-button {
  padding: 12px 24px;
  /* background: linear-gradient(90deg, #49c4f1, #d35bf5); */
  background: #A77049 !important;
  color: white !important;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.feature-button:hover {
  opacity: 0.85;
}
.feature-image{
  width: 50%;
}
.feature-image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
.feature-image, .feature-text{
  width: 100%;
}

}
/* END_SECTION:image-with-text */

/* START_SECTION:video-with-text (INDEX:80) */
.feature-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 20px 20px;
  flex-wrap: wrap;
}
.feature-highlight.reverse {
  flex-direction: row-reverse;
}
div#shopify-section-template--19745443840230__video_with_text_aXNwcC .feature-image{
width: 50%;
}
.feature-text {
  max-width: 500px;
}

.feature-text h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #011483;
}

.feature-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}
.feature-text ul {
    list-style: disc;
    padding-left: 20px;
}
.feature-button {
  padding: 12px 24px;
  background: linear-gradient(90deg, #49c4f1, #d35bf5);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.feature-button:hover {
  opacity: 0.9;
}

.feature-image video {
  object-fit: cover;
}
div#shopify-section-template--19745443840230__video_with_text_aXNwcC .feature-text {
    max-width: max-content;
    width: 45%;
}


@media screen and (max-width: 768px) {
div#shopify-section-template--19745443840230__video_with_text_aXNwcC .feature-image,
div#shopify-section-template--19745443840230__video_with_text_aXNwcC .feature-text{
width: 100%;
}
}
/* END_SECTION:video-with-text */