/** Shopify CDN: Minification failed

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

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

@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;
}
/* ================================
   Fit Muse Premium Blog Design
   Minimal Black & White Editorial Style
================================ */

/* Adamina Font */
@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');

.article-template {
  background: #ffffff;
  color: #111111;
  font-family: 'Adamina', serif;
  overflow: hidden;
}

/* Overall width */
.article-template .page-width--narrow {
  max-width: 1200px;
}

/* Hero image container */
.article-template__hero-container {
  max-width: 1180px;
  margin: 36px auto 0;
  padding: 0 24px;
}

.article-template__hero-container .media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
  background: #f7f7f7;
}

.article-template__hero-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.article-template__hero-container:hover img {
  transform: scale(1.025);
}

/* Title area */
.article-template header.page-width--narrow {
  text-align: center;
  max-width: 980px;
  padding: 72px 24px 38px;
  margin: 0 auto;
  position: relative;
}

.article-template header.page-width--narrow::before {
  content: "FIT MUSE JOURNAL";
  display: inline-block;
  margin-bottom: 22px;
  padding: 9px 18px;
  border: 1px solid #111111;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #111111;
  background: #ffffff;
}

.article-template__title {
  font-family: 'Adamina', serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #000000;
  margin: 0 auto 22px;
  max-width: 950px;
}

/* Date / author */
.article-template header .caption-with-letter-spacing,
.article-template header .circle-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px 8px;
  color: #555555;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Main content card */
.article-template__content {
  max-width: 860px;
  margin: 0 auto 56px;
  padding: 44px 54px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.055);
}

/* Blog typography */
.article-template__content.rte {
  font-family: 'Adamina', serif;
  color: #171717;
  font-size: 17px;
  line-height: 1.95;
}

.article-template__content.rte p {
  margin-top: 0;
  margin-bottom: 24px;
}

.article-template__content.rte strong {
  color: #000000;
  font-weight: 600;
}

/* Headings */
.article-template__content.rte h2 {
  font-family: 'Adamina', serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #000000;
  margin: 56px 0 20px;
  padding-top: 14px;
  position: relative;
}

.article-template__content.rte h2::before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: #000000;
  margin-bottom: 20px;
}

.article-template__content.rte h3 {
  font-family: 'Adamina', serif;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.35;
  font-weight: 400;
  color: #000000;
  margin: 38px 0 14px;
}

/* Lists */
.article-template__content.rte ul,
.article-template__content.rte ol {
  margin: 22px 0 32px;
  padding-left: 0;
  list-style: none;
}

.article-template__content.rte li {
  position: relative;
  padding: 14px 18px 14px 48px;
  margin-bottom: 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  color: #222222;
}

.article-template__content.rte li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}

/* Images inside blog content */
.article-template__content.rte img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  margin: 34px 0 12px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
}

/* Links */
.article-template__content.rte a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: opacity 0.2s ease;
}

.article-template__content.rte a:hover {
  opacity: 0.6;
}

/* Blockquotes */
.article-template__content.rte blockquote {
  margin: 42px 0;
  padding: 32px 36px;
  border-left: 3px solid #000000;
  background: #f7f7f7;
  border-radius: 0 22px 22px 0;
  font-size: 22px;
  line-height: 1.65;
  color: #000000;
}

/* CTA button styling inside article */
.article-template__content.rte a[href*="/collections"],
.article-template__content.rte a[href*="/products"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 14px 26px;
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #000000;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.article-template__content.rte a[href*="/collections"]:hover,
.article-template__content.rte a[href*="/products"]:hover {
  background: #ffffff;
  color: #000000 !important;
  opacity: 1;
}

/* Social sharing */
.article-template__social-sharing {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 36px;
}

/* Back to blog */
.article-template__back {
  margin: 40px auto 70px;
}

.article-template__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 999px;
  padding: 13px 22px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.article-template__link:hover {
  background: #000000;
  color: #ffffff;
}

/* Comments area */
.article-template__comment-wrapper {
  background: #fafafa;
  padding: 70px 0;
  border-top: 1px solid #eeeeee;
}

.article-template__comment-wrapper h2 {
  font-family: 'Adamina', serif;
  font-weight: 400;
  color: #000000;
}

.article-template__comments-comment {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 18px;
}

/* Form fields */
.article-template__comment-wrapper .field__input,
.article-template__comment-wrapper .text-area {
  border-radius: 14px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.article-template__comment-wrapper .button {
  background: #000000;
  color: #ffffff;
  border-radius: 999px;
  border: 1px solid #000000;
  padding: 14px 28px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Mobile optimization */
@media screen and (max-width: 749px) {
  .article-template__hero-container {
    margin-top: 18px;
    padding: 0 14px;
  }

  .article-template__hero-container .media {
    border-radius: 20px;
  }

  .article-template header.page-width--narrow {
    padding: 46px 20px 28px;
  }

  .article-template__title {
    font-size: clamp(31px, 9vw, 44px);
  }

  .article-template__content {
    padding: 30px 22px;
    border-radius: 22px;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
  }

  .article-template__content.rte {
    font-size: 16px;
    line-height: 1.85;
  }

  .article-template__content.rte h2 {
    margin-top: 42px;
  }

  .article-template__content.rte li {
    padding: 13px 14px 13px 40px;
  }

  .article-template__content.rte li::before {
    left: 17px;
  }
}

/* ================================
   Fit Muse Blog Product Cards + FAQ
================================ */

.fitmuse-blog-cta-wrap {
  text-align: center;
  margin-top: 26px;
}

.fitmuse-main-cta,
.fitmuse-product-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 999px;
  text-decoration: none !important;
  padding: 13px 26px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.fitmuse-main-cta:hover,
.fitmuse-product-btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
  opacity: 1 !important;
}

.fitmuse-product-section {
  margin-top: 58px;
  padding-top: 24px;
}

.fitmuse-product-intro {
  max-width: 720px;
  margin-bottom: 30px;
}

.fitmuse-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 48px;
}

.fitmuse-product-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fitmuse-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.09);
}

.fitmuse-product-card a {
  text-decoration: none !important;
}

.fitmuse-product-image-wrap {
  display: block;
  background: #fafafa;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.fitmuse-product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 0.45s ease;
}

.fitmuse-product-card:hover img {
  transform: scale(1.035);
}

.fitmuse-product-info {
  padding: 22px 20px 24px;
}

.fitmuse-product-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666666;
}

.fitmuse-product-title {
  font-size: 18px !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
  color: #000000;
  font-weight: 400;
}

.fitmuse-product-text {
  font-size: 14px;
  line-height: 1.65;
  color: #333333;
  margin-bottom: 14px !important;
}

.fitmuse-product-price {
  font-size: 15px;
  color: #000000;
  margin-bottom: 18px !important;
}

.fitmuse-faq-section {
  margin-top: 58px;
  padding: 38px 34px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 28px;
}

.fitmuse-faq-section h2 {
  margin-top: 0 !important;
}

.fitmuse-faq-item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  margin-bottom: 12px;
  overflow: hidden;
}

.fitmuse-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

.fitmuse-faq-item summary::-webkit-details-marker {
  display: none;
}

.fitmuse-faq-item summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  line-height: 1;
}

.fitmuse-faq-item[open] summary::after {
  content: "–";
}

.fitmuse-faq-item p {
  padding: 0 20px 20px;
  margin-bottom: 0 !important;
  font-size: 15px;
  line-height: 1.75;
  color: #333333;
}

@media screen and (max-width: 989px) {
  .fitmuse-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 649px) {
  .fitmuse-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fitmuse-faq-section {
    padding: 28px 18px;
    border-radius: 22px;
  }
}

/* ================================
   Fit Muse Fixes: Wider Blog + Natural Product Images
================================ */

/* Wider blog layout on desktop */
@media screen and (min-width: 990px) {
  .article-template .page-width--narrow {
    max-width: 1180px !important;
  }

  .article-template header.page-width--narrow {
    max-width: 1180px !important;
  }

  .article-template__content {
    max-width: 1180px !important;
    padding: 56px 70px !important;
  }

  .article-template__hero-container {
    max-width: 1320px !important;
  }

  .article-template__title {
    max-width: 1080px !important;
  }
}

/* Make product section use wider space properly */
@media screen and (min-width: 990px) {
  .fitmuse-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }

  .fitmuse-product-intro {
    max-width: 860px !important;
  }
}

/* Product images: natural rectangular look */
.fitmuse-product-card {
  border-radius: 0 !important;
  overflow: visible !important;
  border: 1px solid #eeeeee;
}

.fitmuse-product-image-wrap {
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: none !important;
}

.fitmuse-product-image-wrap img {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  object-fit: cover !important;
  margin: 0 !important;
}

/* Remove extra rounded effect from product image links */
.fitmuse-product-card .fitmuse-product-image-wrap,
.fitmuse-product-card .fitmuse-product-image-wrap a {
  border-radius: 0 !important;
}

/* Keep blog article images rounded, but NOT product images */
.article-template__content.rte .fitmuse-product-card img {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Optional: cleaner product card style */
.fitmuse-product-info {
  padding: 22px 20px 26px !important;
}

/* Center Buy Now buttons on mobile */
@media screen and (max-width: 649px) {
  .fitmuse-product-info {
    text-align: center !important;
  }

  .fitmuse-product-btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .fitmuse-product-price {
    text-align: center !important;
  }
}