/** Shopify CDN: Minification failed

Line 229:0 All "@import" rules must come first

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}
.article-template {
  flex-direction: column;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}

.article-template .blog-container {
  max-width: 80% !important;
  margin: auto;
}
@media (max-width: 990px) {
  .article-template .blog-container {
    max-width: 95% !important;
  }
}

.recent-blogs {
  max-width: 80%;
  margin: auto;
}

.recent-blogs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
}

.recent-blogs ul li {
  flex: 0 0 30%;
}

@media (max-width: 750px) {
  .recent-blogs ul li {
    flex: 0 0 100%;
  }
}

.article-template .recent-blogs .recent-blog-link {
  flex-direction: column;
}

:root {
  --primary: #f2994a;
  --secondary: #6fcf97;
  --dark: #333333;
  --light: #f2f2f2;
  --accent: #eb5757;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Playfair+Display:wght@700&display=swap");

.pickle-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}

/* Decorative elements */
.container-decoration {
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}

.decoration-1 {
  top: 50px;
  left: -50px;
  font-size: 150px;
}

.decoration-2 {
  bottom: 100px;
  right: -50px;
  font-size: 120px;
  transform: rotate(180deg);
}

.pickle-container h1,
.pickle-container h2,
.pickle-container h3,
.pickle-container h4 {
  font-family: "Playfair Display", serif;
  color: var(--dark);
  margin-top: 2rem;
}

.pickle-container h1 {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
}

.pickle-container h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  border-radius: 2px;
}

.pickle-container h2 {
  margin-top: 3rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  border-left: 4px solid var(--primary);
}

.pickle-container h3 {
  margin-top: 2rem;
  color: var(--accent);
}

.pickle-container h4 {
  margin-top: 1.5rem;
}

.pickle-container p {
  margin-bottom: 1.5rem;
}

.pickle-container ul {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.pickle-container li {
  margin-bottom: 0.75rem;
  position: relative;
  list-style: none;
}

.pickle-container ul:not([style*="none"]) li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: var(--secondary);
  border-radius: 50%;
}

.pickle-container a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.pickle-container a:hover {
  color: var(--accent);
}

.pickle-container a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent);
  transition: width 0.3s ease;
}

.pickle-container a:hover:after {
  width: 100%;
}

.section-highlight {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
  border: 2px solid var(--secondary);
  border-left: 5px solid var(--secondary);
  transition: transform 0.3s ease;
}

.section-highlight:hover {
  transform: translateY(-5px);
}

.emoji-heading {
  font-size: 1.5rem;
  margin-right: 10px;
}

.quote-block {
  font-style: italic;
  color: var(--dark);
  border-left: 4px solid var(--primary);
  padding-left: 1.5rem;
  margin: 2rem 0;
  position: relative;
}

.quote-block:before {
  content: open-quote;
  font-size: 4rem;
  color: rgba(242, 153, 74, 0.1);
  position: absolute;
  left: -10px;
  top: -20px;
}

.faq-section {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  border: 2px solid var(--accent);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 3rem 0;
}

.faq-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #ddd;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.call-to-action {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  border-radius: 12px;
  margin: 3rem 0;
  box-shadow: 0 10px 20px rgba(242, 153, 74, 0.3);
}

.cta-button {
  display: inline-block;
  background-color: white;
  color: var(--primary);
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.timeline {
  position: relative;
  margin: 3rem 0;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--primary), var(--secondary));
}

.timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 2rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-badge {
  position: absolute;
  left: 38px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--secondary);
  border: 4px solid white;
  box-shadow: 0 0 0 2px var(--secondary);
}

@media (max-width: 768px) {
  .pickle-container {
    padding: 0;
  }

  .container-decoration {
    display: none;
  }
}

.comparison-table-section {
  padding: 40px 0;
  text-align: center;
}

.comparison-table-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.table-container {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  border: 1px solid #ddd;
  text-align: left;
}

.comparison-table thead {
  background-color: #fe6504;
  color: #fff;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.comparison-table td:first-child {
  font-weight: bold;
  color: #222;
}

.section-highlight .image-container,
.section-highlight .image-container-1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.section-highlight .image-container div,
.section-highlight .image-container-1 div {
  width: 49%;
}

.section-highlight .image-container img,
.section-highlight .image-container-1 img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 1200px) {
  .section-highlight .image-container {
    flex-direction: column-reverse;
  }

  .section-highlight .image-container-1 {
    flex-direction: column;
  }
  .section-highlight .image-container div,
  .section-highlight .image-container-1 div {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .comparison-table-section h2 {
    font-size: 1.5rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px;
    font-size: 14px;
  }
}

.article-template .blog-container .custom-media img {
  width: 100% !important;
  height: 100% !important;
}
