/**
Name: Sf-design-two.css
Domain: fashion
Author: UI Team
Version: 1.0.4
last Update: 28 Nov 2024
**/
:root {
  --white: #ffffff;
  --black: #000000;
  --primary-color-black: rgba(0, 19, 37, 1);
  --bg-pink: rgba(232, 0, 113, 0.8);
  --bg-light-pink: rgba(255, 138, 152, 1);
  --border-pink: rgba(232, 0, 113, 0.16);
  --text-primary: rgba(0, 19, 37, 0.92);
  --text-secondary: rgba(0, 19, 37, 0.16);
  --text-tertiary: rgba(0, 19, 37, 0.64);
  --bg-grey: rgba(243, 244, 245, 1);
  --anchor-color: rgba(253, 118, 133, 1);
}

.article-wrapper {
  font-family: 'Inter', sans-serif !important;
  margin: 0 auto;
  padding: 0;
  color: var(--text-primary);
  max-width: 640px;
}

.article-wrapper a {
  text-decoration: none;
  color: var(--primary-color-black);
}

.article-wrapper h2 a,
.article-wrapper h3 a,
.article-wrapper h4 a {
  color: var(--black);
}

.article-wrapper h2,
.article-wrapper h3,
.article-wrapper h4 {
  font-family: inherit !important;
}

.article-wrapper h2 {
  margin: 32px 0 16px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.article-wrapper h3 {
  margin: 8px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.article-wrapper h4 {
  margin: 4px 0;
}

.article-wrapper ul,
.article-wrapper ol {
  padding: 0 20px;
  margin: 0;
}

.article-wrapper p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.article-wrapper .responsive-img {
  width: 100%;
}

.article-wrapper .article-summary {
  background-color: var(--bg-grey);
  border-left: 4px solid var(--bg-light-pink);
  border-radius: 4px 0 0 4px;
  margin: 0 0 32px 0;
  padding: 12px;
  font-style: italic;
}

.article-wrapper .article-banner {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.article-wrapper .article-index {
  background-color: var(--bg-grey);
  border-left: 4px solid var(--bg-light-pink);
  border-radius: 4px 0 0 4px;
  margin: 32px auto;
  padding: 12px;
  max-width: 380px;
}

.article-wrapper ul li a {
  color: var(--anchor-color) !important;
}

.article-wrapper p a {
  color: var(--anchor-color) !important;
}

.article-wrapper .article-index ul {
  color: var(--primary-color-black);
}

.article-wrapper .article-index ul li {
  margin: 8px 0;
}

.article-wrapper .article-index ul li a {
  color: inherit;
  font-style: italic;
}

.article-wrapper .horizontal-card {
  display: flex;
  max-width: 300px;
  flex-direction: row;
  background: var(--white);
  padding: 12px 10px;
  box-shadow: 0px 2px 8px 3px rgb(17 19 20 / 16%);
  justify-content: center;
  margin: 10px;
  border-radius: 14px;
  box-sizing: border-box;
  align-items: center;
}

.article-wrapper .horizontal-card .product-image {
  width: 220px;
  margin-bottom: 8px;
  margin: 0 auto;
}

.article-wrapper .horizontal-card .product-info {
  padding: 0 12px;
  max-width: 160px;
  width: 100%;
}

.article-wrapper .horizontal-card .product-button,
.article-wrapper .vertical-card .product-button {
  padding: 6px 8px;
  background: var(--primary-color-black);
  border-radius: 28px;
  color: var(--white);
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  max-width: 86px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.article-wrapper .vertical-card .product-button {
  margin: 10px auto 0
}

.article-wrapper .truncate-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 18px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.article-wrapper .truncate-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 4px 0;
  min-height: 58px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.article-wrapper .instagram-box {
  margin: 16px auto;
}

.article-wrapper .artcile-image {
  margin: 16px auto;
}

.article-wrapper .product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-wrapper .title-center {
  text-align: center;
}

.article-wrapper .vertical-card {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  background: var(--white);
  padding: 12px 8px;
  box-shadow: 0px 2px 8px 3px rgb(17 19 20 / 16%);
  justify-content: center;
  margin: 4px 8px;
  border-radius: 6px;
  box-sizing: border-box;
}

.article-wrapper .inner-card {
  display: flex;
  flex-direction: column;
}

.article-wrapper .product-grid .card-slider {
  flex-direction: row;
  overflow-x: auto;
}

.article-wrapper .vertical-card .product-image {
  width: 160px;
}

.article-wrapper .vertical-card .truncate-three-lines {
  -webkit-line-clamp: 2;
  min-height: 36px;
}

/*css overwrite for new design*/
#main .single-article-section {
  max-width: 640px;
  margin: auto;
  padding: 16px 20px;
}

#main .single-article-section .single-article {
  padding: 0;
  margin-top: 16px;
}

#main .single-article-section .article-title {
  font-family: inherit;
  padding: 0;
  margin: 8px 0 16px;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.1px;
}

#main .category-tag .ga-article-category {
  padding: 6px 12px;
  border: 1px solid var(--text-secondary);
  color: var(--text-tertiary);
  border-radius: 36px;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: capitalize;
}

#main .post-box-meta-single .author-post span {
  color: var(--bg-light-pink);
}

#main .post-box-meta-single {
  text-align: left;
}

#main .theiaStickySidebar {
  padding: 0 20px 20px;
}

#main .single-post-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: left;
  font-family: 'Inter', sans-serif !important;
}

#main {
  margin-top: -30px;
}

#main .post-entry a:hover {
  text-decoration: none;
}

/*css for desktop */
@media screen and (min-width: 769px) {
  .article-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.3px;
  }

  .single-article-section {
    padding: 16px 0;
  }

  .article-wrapper .instagram-box {
    max-width: 380px;
  }

  .article-wrapper .artcile-image {
    max-width: 520px;
  }

  .article-wrapper .inner-card {
    flex-direction: row;
  }

  .article-wrapper .vertical-card {
    max-width: 180px;
  }

  .article-wrapper .product-grid .card-slider {
    flex-wrap: wrap;
  }

  #main .theiaStickySidebar {
    width: 640px;
    margin: 0 auto;
    padding: 0;
  }

  #main .single-post-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.3px;
    text-align: left;
  }
}
