/** Shopify CDN: Minification failed

Line 77:0 All "@import" rules must come first
Line 138:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:curvati-collection (INDEX:15, SCOPED:FALSE) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


.curvati-section {
  padding: 30px 15px;
}

.curvati-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.curvati-content h2 {
  margin: 0px;
  font-weight: 700;
  color: #383838 !important;
  font-family: "Cinzel", serif;
}

.curvati-content p {
margin: 10px 0px 20px 0px;
  font-family: "Lato", sans-serif;
  color: #303030;
}

.curvati-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.curvati-icon-item {
  display: flex;
  align-items: center;
  gap: 12px; 
font-family: "Lato", sans-serif; 
color: #303030;
}

.curvati-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.curvati-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .curvati-wrapper {
    grid-template-columns: 1fr;
  }
}
/* END_SECTION:curvati-collection */

/* START_SECTION:curvati-story (INDEX:16, SCOPED:FALSE) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


.curvati-story {
  padding: 75px 15px;
}

.curvati-story-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.curvati-story-main-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.curvati-story-content h2 {
  margin: 0px;
  font-weight: 700;
  color: #303030 !important;
  font-family: "Cinzel", serif;
  text-align: center;
}

.curvati-story-text {
  margin-bottom: 28px;
  font-family: "Lato", sans-serif;
      color: #303030;
    line-height: 1.5;
    text-align: center;
}


.curvati-story-secondary img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

@media (max-width: 900px) {

  .curvati-story-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .curvati-story-secondary {
    display: none;
    grid-template-columns: 1fr 1fr;
  }
  
}
/* END_SECTION:curvati-story */

/* START_SECTION:curvati-why-customers (INDEX:17, SCOPED:FALSE) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.curvati-why {
  padding: 50px 15px;
  text-align: center;
}

.curvati-why-wrapper {
  max-width: 1260px;
  margin: 0 auto;
}

.curvati-why-heading {
  margin: 0px auto 10px auto; 
  color: #2B2B2B !important;
  font-family: "Cinzel", serif;
  font-weight: 700;
}

.curvati-why-subheading {
  margin: 0 auto 30px;
  color: #2B2B2B; 
  font-family: "Lato", sans-serif;
}

.curvati-why-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 70px;
}

.curvati-why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Lato", sans-serif;
}

.curvati-why-icon {
  
}

.curvati-why-icon img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.curvati-why-title {
  color: #2B2B2B;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.curvati-why-text { color: #2B2B2B; line-height: 1.3; }

@media (max-width: 768px) {
  
    .curvati-why { padding: 40px 16px;   }

.curvati-why-subheading { margin: 0 auto 10px; }

.curvati-why-items{  grid-template-columns: 6fr 6fr;  gap: 0px; }

}
/* END_SECTION:curvati-why-customers */

/* START_SECTION:footer-custom (INDEX:26, SCOPED:FALSE) */
.footer-custom {
  background-color: #d6d1f8;
  padding: 40px;
  color: #fff;
  font-family: serif;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-col {
  flex: 1;
  min-width: 220px;
}
.footer-logo {
  font-size: 2.5rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: white;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-payments {
  margin-top: 30px;
  text-align: center;
}
/* END_SECTION:footer-custom */