/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_brambleberry_core/cartridge/client/default/scss/bloglink.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Property of OSF GLOBAL SERVICES INC. , an OSF Digital company. OSF remains the sole owner of all right, title and interest in the software. Do not copy, sell, reverse engineer or otherwise attempt to derive or obtain information about the functioning, manufacture or operation therein.
 */
/* GENERAL STYLES */
#blogwrapper {
  background-color: white; }
  #blogwrapper .breadcrumb {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 48rem) {
      #blogwrapper .breadcrumb li:last-child {
        display: none; } }

.article-links {
  line-height: 2.25rem;
  margin: 1.5rem 0;
  text-align: center; }
  .article-links ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .article-links li {
    all: unset;
    margin: 0.313em;
    list-style-type: none; }
    .article-links li i {
      color: #444;
      padding-right: 0.2em;
      font-size: 1.875em; }

.dropdown-menu {
  margin-top: -0.1rem;
  margin-left: -0.1rem; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 0.375rem;
    top: 0.8em; }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem; }

/* BLOG FEATURED ARTICLE START */
img {
  display: inline-block;
  line-height: 5;
  position: relative; }
  img::before {
    content: '';
    width: 100%;
    height: calc(100% + 0.625rem);
    background: no-repeat center/contain var(--broken-img-url) white;
    position: absolute;
    top: 50%;
    left: -0.0625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.renderContent img,
.renderContent video {
  max-width: 100%; }

.top-blog-wrapper {
  border-bottom: 0.0625rem solid #dcdcdc;
  margin: 0 0 1.25rem 0;
  padding: 1.25rem 0; }

.post-wrapper {
  margin: 1.25rem 0;
  padding: 1.25rem 0; }

.blog-featured-article {
  position: relative; }
  .blog-featured-article header {
    overflow: hidden;
    text-align: center; }
    .blog-featured-article header iframe {
      height: 18.75rem;
      width: 30rem; }
    .blog-featured-article header img {
      width: 100%; }
  .blog-featured-article .featured-description {
    position: absolute;
    bottom: 1.25rem;
    padding: 1.25rem;
    width: 100%;
    color: #fff;
    text-align: center; }
    .blog-featured-article .featured-description a, .blog-featured-article .featured-description .text-primary {
      color: #fff !important; }
    .blog-featured-article .featured-description .badge-primary {
      background-color: transparent;
      color: #fff; }

.badge-primary {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  font-family: "Mallory Light";
  background-color: transparent;
  color: #1E1E1E; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  .blog-grid .card {
    border: 0;
    padding: 0;
    margin: 0; }
  .blog-grid .card-body {
    padding: 0;
    margin: 0; }

.blog-archive-menu .clear-date-filter {
  border-radius: 0;
  margin: 0 auto 0.9375rem; }

.blog-archive-menu .date-cheked a {
  text-decoration: underline;
  font-weight: 800;
  background: #dcdcdc; }

.blog-archive-menu .blog-year {
  display: block;
  border-bottom: 0.0625rem solid #dcdcdc; }
  .blog-archive-menu .blog-year a {
    display: block;
    line-height: 1.125rem;
    padding: 0.625rem 0;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: #333 !important;
    font-weight: bold;
    text-align: center;
    font-size: 0.875rem; }

.blog-archive-menu .blog-month {
  display: block; }
  .blog-archive-menu .blog-month a {
    display: block;
    line-height: 1.125rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: #333 !important;
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem; }

.blog-archive-menu .blog-year:hover a,
.blog-archive-menu .blog-month:hover a {
  text-decoration: underline;
  background: #dcdcdc; }

.blog-archive-menu .blog-archive-menu__expand {
  display: none; }

.blog-archive-menu .blog-year-wrapper {
  border-bottom: 0.0625rem solid #dcdcdc; }
  .blog-archive-menu .blog-year-wrapper:first-child {
    border-top: 0.0625rem solid #dcdcdc; }

.pdp-link .link {
  color: var(--skin-primary-color-1); }

.card-img-top {
  aspect-ratio: var(--image-aspect-ratio);
  -o-object-fit: var(--image-object-fit);
     object-fit: var(--image-object-fit);
  border-radius: 12px; }

.categories-list {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 auto;
  scrollbar-width: none;
  padding: 0;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .categories-list .categories-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    -ms-flex-line-pack: unset;
        align-content: unset;
    max-height: 2.375rem;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    list-style: none; }
    .categories-list .categories-nav li a {
      white-space: nowrap;
      font-size: 14px;
      font-family: "Mallory Light";
      border: 1px solid #DDDDDD;
      border-radius: 16px;
      padding: 6px 12px; }

.blog-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px; }

.top-articles {
  overflow-x: auto; }
  .top-articles .blog-popular-posts {
    padding: 32px;
    background-color: #FAF8F5;
    border-radius: 12px; }
  .top-articles .popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-articles .popular-post .post-image {
      width: 146px;
      border-radius: 16px; }
    .top-articles .popular-post .post-body {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.blog-related-posts .card {
  border: 0; }

.blog-content-asset header {
  padding: 1.125rem 0; }

.creative-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #DFE5DF;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .creative-wrapper .creative-content {
    padding: 2.0rem 3.125rem;
    text-align: center; }
    .creative-wrapper .creative-content .content-sub-title {
      font-family: Mallory;
      font-size: 16px;
      color: #1E1E1E; }
    .creative-wrapper .creative-content .content-title {
      font-family: Gotu;
      font-size: 24px;
      font-style: normal;
      color: #1E1E1E; }

@media only screen and (max-width: 74.5rem) {
  .top-articles .blog-popular-posts {
    padding: 16px 0; }
  .top-articles .popular-post {
    gap: 16px; }
    .top-articles .popular-post .post-image {
      width: 65px;
      border-radius: 16px; } }

@media only screen and (max-width: 48rem) {
  .blog-archive-menu .blog-archive-menu__expand {
    display: block;
    cursor: pointer; }
  .blog-archive-menu .blog-year-wrapper,
  .blog-archive-menu .blog-archive-menu__expand,
  .blog-archive-menu .blog-month a {
    text-align: center; }
  .blog-archive-menu .blog-archive-menu__expand:hover {
    background: #dcdcdc; }
  .blog-archive-menu .blog-year {
    border-bottom: none; }
  .blog-archive-menu .blog-month {
    display: none; }
  .blog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .blog-grid .card {
      width: 47.4%; }
      .blog-grid .card h5 {
        font-size: 16px; }
      .blog-grid .card .badge-primary {
        font-size: 10px; }
    .blog-grid #article-count,
    .blog-grid .article-pagination-wrapper {
      width: 100%; }
  .blog-related-posts h5 {
    font-size: 16px; }
  .blog-related-posts .badge-primary {
    font-size: 10px; }
  .top-articles {
    margin-top: 24px; }
    .top-articles .blog-popular-posts {
      padding: 16px 0; }
    .top-articles .popular-post {
      gap: 16px; }
      .top-articles .popular-post .post-image {
        width: 65px;
        border-radius: 16px; } }

@media only screen and (max-width: 30rem) {
  .blog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .blog-grid .card {
      width: 47.4%; }
      .blog-grid .card h5 {
        font-size: 16px; }
      .blog-grid .card .badge-primary {
        font-size: 10px; }
    .blog-grid #article-count,
    .blog-grid .article-pagination-wrapper {
      width: 100%; }
  .blog-related-posts h5 {
    font-size: 16px; }
  .blog-related-posts .badge-primary {
    font-size: 10px; }
  .blog-section {
    padding: 0; }
  .top-articles {
    margin-top: 24px; }
    .top-articles .blog-popular-posts {
      padding: 16px 0; }
    .top-articles .popular-post {
      gap: 16px; }
      .top-articles .popular-post .post-image {
        width: 65px;
        border-radius: 16px; }
  .creative-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; } }

.post-section h1 {
  font-size: 36px;
  letter-spacing: -0.04em; }

.post-section h2 {
  font-size: 30px;
  letter-spacing: -0.04em; }

.post-section h3 {
  font-size: 24px;
  letter-spacing: -0.04em; }

.post-section h4 {
  font-size: 20px;
  letter-spacing: -0.04em; }

.post-section h5 {
  font-size: 18px;
  letter-spacing: -0.04em; }

.post-section img {
  border-radius: 12px; }

.content-asset .blog-content-asset .post-section a {
  color: #6E224E !important;
  text-decoration: underline; }

.content-asset .blog-content-asset .product-tile .pdp-link a {
  color: var(--skin-primary-color-1) !important;
  text-decoration: none; }

.content-asset .blog-content-asset .product-tile .btn.btn-primary.quickview {
  text-decoration: none; }
  @media (min-width: 544px) {
    .content-asset .blog-content-asset .product-tile .btn.btn-primary.quickview .icon-cart-quickview {
      width: 30px !important; } }
  .content-asset .blog-content-asset .product-tile .btn.btn-primary.quickview .text-uppercase.button-label {
    color: #fff; }


/*# sourceMappingURL=bloglink.css.map*/