<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 457:0 Expected "}" to go with "{"

**/
/* Rounded Image Wrapper */
.image-with-text__image-wrapper--rounded {
  overflow: hidden;
  border-radius: 12px;
}

.image-with-text__image-wrapper--rounded .image-with-text__image {
  border-radius: inherit;
}

/* Why Wiz Basics */
.why-wiz-basics {
  background: #fff9f0;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
}

.why-wiz-basics__heading {
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 700;
  color: #D16E2B !important;
  font-size: 32px !important;
}

.why-wiz-basics__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.why-wiz-basics__feature {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.why-wiz-basics__feature:hover {
  transform: translateY(-5px);
}

.why-wiz-basics__icon {
  width: 75px;
  height: 75px;
  background: rgba(255, 112, 9, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.why-wiz-basics__icon svg {
  width: 50px;
  height: 50px;
  color: #D16E2B;
}

.why-wiz-basics__feature h3 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
}

.why-wiz-basics__feature p {
  color: #666;
  line-height: 1.6;
}

/* Shoppable Image Styles */
.shoppable-image__text-box-title {
  margin-bottom: 4rem;
  font-weight: 700;
  color: #D16E2B !important;
  font-size: 46px !important;
}

.shoppable-image__text-box-button.button-primary {
  background-color: #D16E2B !important;
  color: #ffffff !important;
  border: none;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.shoppable-image__text-box-button.button-primary:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #D16E2B;
}

.home-section--title {
  margin-bottom: 4rem;
  font-weight: 700;
  color: #D16E2B !important;
  font-size: 46px !important;
}

/* Product Steps Section */
.product-steps {
  background: #fff9f0;
  padding: 6rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
}

.product-steps__container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.product-steps__heading {
  color: #D16E2B !important;
  font-size: 46px !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.product-steps__line {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
}
 
.product-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 240px;
}

.product-step__image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: white;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-step__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-step__number {
  background-color: #82baa2;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.product-step__text {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}

/* Featured Product Section */
.featured-product--inner {
  border-radius: 20px;
}

.product-title {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .product-gallery {
    position: sticky;
    top: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 0;
}

  .product__badge.product__badge--sale{
    background-color: #82baa2;
  }
.product-title a {
  color: #D16E2B;
}

.product-description {
  width: 100%;
  overflow-x: visible;
}

.product-description.rte {
  text-align: left;
}

.product-description.rte table {
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  border: none;
  box-shadow: none;
}

.product-description.rte table td,
.product-description.rte table th {
  border: none !important;
  padding: 12px;
  text-align: center;
}

.product-description.rte table tr:first-child {
  background-color: #82baa2;
  color: white;
  font-weight: bold;
}

.product-description.rte table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Why Choose Wiz Basics */
.wiz-basics-section {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  max-width: 1300px;
  margin: 0 auto;
  padding: 4rem 2rem 1rem;
  color: #333;
  background-color: #fdfdfd;
}

.wiz-basics-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #D16E2B;
  font-weight: 700;
}

.wiz-basics-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.wiz-basics-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 280px;
}

.wiz-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wiz-benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.wiz-benefit-number {
  width: 40px;
  height: 40px;
  background-color: #D16E2B;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.wiz-benefit-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

.wiz-image-container {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  max-width: 100%;
}

.wiz-product-image {
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.wiz-product-image:hover {
  transform: scale(1.03);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .wiz-basics-container {
    flex-direction: column;
    align-items: center;
  }

  .wiz-image-container {
    order: 2;
  }

  .wiz-basics-column {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wiz-basics-title {
    font-size: 2rem;
  }

  .wiz-benefit-text {
    font-size: 0.95rem;
  }

  .wiz-benefit-number {
    font-size: 1rem;
    width: 36px;
    height: 36px;
  }
}


/* Responsive Media Queries */
@media (max-width: 992px) {
  .wiz-basics-container {
    flex-direction: column;
    align-items: center;
  }

  .wiz-image-container {
    order: -1;
    margin-bottom: 2rem;
    width: 100%;
    justify-content: center;
  }

  .wiz-product-image {
    width: 100% !important;
    max-width: 650px !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
  }

  .wiz-basics-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .why-wiz-basics {
    padding: 4rem 0;
  }

  .why-wiz-basics__heading,
  .product-steps__heading,
  .shoppable-image__text-box-title,
  .home-section--title,
  .wiz-basics-title {
    font-size: 20px !important;
    margin-bottom: 3rem;
  }

  .why-wiz-basics__grid {
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
  }

  .product-steps {
    padding: 3rem 1rem;
  }

  .product-steps__line {
    gap: 2rem;
  }

  .product-step {
    width: 180px;
    gap: 1rem;
  }

  .product-step__image {
    width: 160px;
    height: 160px;
  }

  .product-step__number {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }

  .product-step__text {
    font-size: 1rem;
  }
}

</pre></body></html>