.news--letter .section__block {
    color: white!important;
    /* margin: 0; */
}
.footer-block__heading {
    display: flex;
}
.news--letter .section__block.reading-width {
    color: white;
}
.news--letter .text-overlay {
    background: unset !important;
    max-width: 70%;
}
.rich---text {
    color: white;
}
/* div.rich___text {
    background: #B40C1C;
} */

@media screen and (max-width: 768px) {
    .news--letter .text-overlay {
        max-width: 100%;
    }
}

/****grid images*****/

.section-heading {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.custom-image-grid {
    padding: 30px 20px;
    background: #ebebeb;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.grid-item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
.grid-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.grid-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grid-image img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 100%);
  color: #fff;
}
.grid-overlay h3 {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    max-width: 189px;
}
.grid-description {
  padding: 12px 16px;
}
.grid-description p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .grid-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .grid-overlay h3 {
    font-size: 28px;
    max-width: 100%;
  }

  .grid-description p {
    font-size: 13px;
  }
}


.collection---items {
    display: flex;
    flex-direction: column;
}
.collection---items .block {
    background: linear-gradient(90deg, #0003 2.11%, #fff3 97.89%), linear-gradient(0deg, #df464d, #e02e36);
    /* min-height: 182px; */
    padding: 10px 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 4px;
}
.collection---items h1.collection-banner__heading {
    color: white;
}
.collection---items  .collection-banner__content {
    width: 100%;
}
.collection---items .mt-4 h1 {
    display: none;
}
.collection---items .mt-4 p {
    font-size: 16px;
    color: #263042;
}
@media (max-width: 768px){
  .collection---items .block{
    min-height: 72px;
  }
}

/* image-text-overlay */

.pod-kits-section {
    width: 100%;
}
.pod-kits-grid {
    display: flex;
    gap: 24px;
    max-width: 1230px;
    margin: 0 auto;
}
.overlay-text {
    text-align: left;
}

.pod-kit-card {
    position: relative;
    width: calc(100% / 3);
    height: 150px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-shadow: 0px 1px 10px 0px #00000026;
    border: 1px solid #C7CDD9;
    transition: all 150ms ease-in-out;
}

.card-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 70%;
    max-height: 120px;
    display: flex;
}

.card-overlay {
position: absolute;
    top: -15px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.overlay-text h3 {
    color: #263042;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.overlay-text p {
    color: #6A778E;
    font-size: 14px;
    margin: 0 0 10px;
}
.arrow-icon {
    color: #263042;
    font-size: 18px;
    display: block;
}
@media (max-width: 768px){
 .pod-kits-section .pod-kits-grid {
    flex-direction: column;
}
.pod-kits-section .pod-kit-card {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.my---icon {
    width: 90% !important;
    margin: 0 auto !important;
}
}

@media (max-width:600px){
  .pod-kits-section .pod-kit-card {
    max-width: 400px !important;
  }
}    
@media (max-width:350px){
  .pod-kits-section .pod-kit-card {
    max-width: 300px;
  }
  .pod-kits-section .card-bg-image {
      max-width: 60%;
      max-height: 80px;
  }
}
/* Header */
.my---icon .custom-icon {
    width: 130px !important;
    width: fit-content;
}
.my---icon .text-body-extra_small {
    font-size: 11px;
}
.my---icon .slider--no-scrollbar {
    padding-top: 5px;
}
.my---icon .icons-with-text__text.rte {
    margin-left: 10px;
}
.my---icon {
    padding: 0 !important;
}

/* cu-richtext */

.my---rt .rt-content h2 {color: #D42D36; font-size: 26px;}
.my---rt .rt-content h3 {color: #D42D36; font-size: 26px;}
.my---rt .rt-content p {
    color: #263042;
}
.my---rt .rt-content p a {
    font-weight: 600;
    color: #D42D36;
}
    /* Basic responsive container */
    #richtext-section-{{ section.id }} { padding: 0px 16px; }
    #richtext-section-{{ section.id }} .rt-container { margin: 0 auto; max-width: 1200px; }

    /* Width options */
    #richtext-section-{{ section.id }} .rt-container.full { max-width: 1400px; padding: 0 24px; }
    #richtext-section-{{ section.id }} .rt-container.narrow { max-width: 760px; padding: 0 16px; }

    /* Background variants */
    #richtext-section-{{ section.id }}.rt-bg-light { background: #ffffff; color: #111; }
    #richtext-section-{{ section.id }}.rt-bg-dark { background: #111; color: #f7f7f7; }

    /* Rich text defaults (typography) */
    #richtext-section-{{ section.id }} .rt-content h1,
    #richtext-section-{{ section.id }} .rt-content h2,
    #richtext-section-{{ section.id }} .rt-content h3 { margin-top: 0.6em; margin-bottom: 0.4em; font-weight: 600; }
    #richtext-section-{{ section.id }} .rt-content p { line-height: 1.6; margin-bottom: 1em; }
    #richtext-section-{{ section.id }} .rt-content a { text-decoration: underline; }

    /* Buttons inside richtext */
    #richtext-section-{{ section.id }} .rt-content .button {
      display: inline-block;
      padding: 10px 18px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      margin-top: 8px;
    }

    /* Small screens */
    @media (max-width: 740px) {
      #richtext-section-{{ section.id }} { padding: 28px 12px; }
      #richtext-section-{{ section.id }} .rt-container.narrow { padding: 0 12px; }
    }
      {% if section.settings.show_divider %}
    <style>
      #richtext-section-{{ section.id }} { border-top: 1px solid rgba(0,0,0,0.06); }
    </style>
  {% endif %}

  /* cu-only-image */

  .itb-section { padding: 24px 0; }
.itb-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.itb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
}
.itb-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.itb-image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}
.itb-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.itb-image-placeholder { color: #888; font-size: 14px; }
.itb-content { padding: 12px 14px 18px; display: block; }
.itb-heading { margin: 0 0 6px; font-size: 16px; line-height: 1.2; }
.itb-subtext { margin: 0; font-size: 14px; color: #555; }
.itb-empty { text-align:center; color:#777; padding:20px 0; }
@media (max-width: 480px) {
  .itb-inner { padding: 0 12px; }
}


@media (max-width: 768px) {
  .main-products-grid product-card.card.card--product {
      border: unset;
      box-shadow: unset;
  }
}
.gap-y-9 {
    row-gap: calc(5 * var(--space-unit));
}
span.product-label {
    position: relative;
}



/**********************************/
/**********Product Page************/
/**********************************/

.template-product {
    background: white;
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
}
.my-container variant-label {
    position: absolute;
    left: -400px;
    top: -24px;
}
.my-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 4px;
    display: flex;
    background: white;
}
.my-container .product-info {
    width: 55% !important;
    padding: 0 !important;
}
@media (max-width: 769px){
    .my-container .product-info{
        width: 100% !important;

    }
}
.product-main .product-info:before {
    content: unset;
}
.my-container .option-selector .label {
    font-size: 17px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.my-container .custom-select__btn:hover {
    color: #263042;
    background-color: #f2f4f7;
}
.product-main .product-info:after {
    content: unset;
}
.product-breadcrumbs+.product-main .product-info:before{
    content: unset;
}
.product-breadcrumbs+.product-main .product-info:after{
    content: unset;
}
.my---container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 19px;
}
.my-container .product {
    width: 100%;
    display: flex;
}
.my-container .product-title.h5 {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.my-container .product-info__block {
    margin: 0;
    margin-bottom: 5px;
}
.my-container hr.mt-8.mb-8 {
    margin: 0;
    margin-bottom: 13px;
}
.my-container .option-selector:not(:last-child) {
    margin-bottom: 13px;
}
.my---container nav.breadcrumbs {
    margin: 0;
    margin-bottom: 15px;
}
.my-container .option-selector {
    margin-bottom: 13px;
}
span.product-vendor {
    color: #D42D36;
}
.my-container .custom-select__listbox {
    top: 45px;
    background: white;
    border-radius: unset;
    left: 1px;
}
.breadcrumbs .icon {
    width: 16px !important;
}
.my-container .custom-pdp-label {
    display: none;
}
.my-bread {
    color: #D42D36 !important;
    font-size: 15px;
    border-bottom: 1px solid;
}
a.my-bread:hover {
    text-decoration: none !important;
}
.my-container .product-media {
    width: 100%;
    max-width: 560px;
    border: unset !important;
    padding-right: 20px !important;
}
.my-container .media-ctrl__counter.text-sm {
    bottom: 12px;
    right: 8px;
}
.my-container .custom-select__btn {
    background-color: #fff;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 24px 24px;
    border: 1px solid #c7cdd9;
    border-radius: 4px;
    color: #6a778e;
    display: block;
    font-size: 1.6rem;
    height: 48px;
    line-height: 1.4;
    padding: 12px 15px 12px 16px;
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .15);
    transition: all .25s ease;
    display: flex;
    justify-content: space-between;
}
.my-container button.btn.btn--primary {
    border-radius: 100px;
    width: 100%;
    font-size: 19px;
    letter-spacing: -1px;
}
.my-container .qty-input.qty-input--combined {
    justify-content: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .1);
    border-radius: 100px;
}
.my-container quantity-input.inline-block {
    flex: unset;
}
.my-container .btn.btn--minus {
    border-radius: unset !important;
    height: 100% !important;
    border-right: 1px solid #d3cfcf !important;
}
.my-container .btn.btn--plus {
    border-left: 1px solid #d3cfcf !important;
    border-radius: unset !important;
    height: 100% !important;
}
.my-container .qty-input__input {
    max-width: 50px;
    font-weight: 700;
    font-size: 18px;
}
.my--recommend {
    margin-top: 20px !important;
}
@media (max-width:769px){
  .my-container .product {
    flex-direction: column;
  }
  .my-contain {
    width: 95% !important;
  }
  .my-container {
    padding: 15px;
  }
}

/*************************/
/*********Timer**********/
/************************/

.order-item-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.order-items {
    display: flex;
    gap: 10px;
    align-items: center;
}
.order-items span {
}
.order-items a {
    font-size: 20px;
    color: #D42D36;
}
span.order__item {
    display: flex;
}
.order__item svg {
    width: 32px;
    height: 32px;
}
.delivery_items {
    display: flex;
    align-items: center;
    gap: 10px;
}
.delivery_items svg {
    width: 32px;
    height: 32px;
}
.delivery_items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery_span span {
}

.delivery_items svg {
    width: 32px;
    height: 32px;
}
.delivery___item {
    display: flex;
    gap: 10px;
    align-items: center;
}
.delivery___item a {
    font-size: 20px;
    color: #D42D36;
}
.order__item svg path {
    fill: #D42D36;
}
.delivery_items svg path {
    fill: #D42D36;
}
@media (max-width:320px){
    .delivery___item a {
        font-size: 17px;
    }
    .order-items a {
        font-size: 17px;
    }
    .order__item svg {
        width: 27px;
        height: 27px;
    }
    .delivery_items svg {
        width: 27px;
        height: 27px;
    }
}

.icon-with-text2.text-center {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: -3px;
}
.product-delivery-timer {
    margin: 0 !important;
}
.icon--img2 {
    width: 40px;
    height: 40px;
}
.icon-with-text2 .text-gray-600 {
    color: #D42D36;
    font-weight: 600;
    margin: 0;
}

.icon-with-text.text-center {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 3px;
    margin-bottom: 6px;
}
.icon-with-text .text-gray-600 {
    margin: 0;
}
.product-delivery-timer {
    margin: 0 !important;
}
.icon--img {
    width: 40px;
    height: 40px;
}
.icon-with-text-svg svg {
    width: 30px;
    height: 30px;
}


.custom-product-list-h2 {
  font-size: 21px;
  margin-bottom: 10px;
}

.custom-products-section {
  width: 100%;
  margin-top: 30px;
}

.custom-product-list---items {
  display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-slide .card {
  box-shadow: none;
  border-radius: 8px;
}

.custom-product-list---items .card__vendor {
  display: none;
}

.custom-product-list---items .card__title {
  text-align: center;
  font-size: 11px;
}

.custom-product-list---items .card-rating {
  display: none;
}

.custom-product-list---items .price.price--top {
  padding-top: 3px !important;
  text-align: center;
}

.custom-product-list---items button.btn.btn--primary {
  font-size: 15px;
  border-radius: 0 0 8px 8px;
}

.custom-product-list---items .card__media.relative {
  width: 120px;
  margin: 0 auto;
}

.custom-product-list---items .product-label {
  font-size: 10px !important;
    left: -34px;
}
.cu-swiper {
    width: calc(100% / 3 - 20px) !important;
}
@media (max-width: 1200px){
    .cu-swiper {
        width: calc(100% / 3 - 18px) !important;
    }
    .custom-product-list---items .card__title {
        font-size: 13px;
    }
}
@media (max-width: 769px){
    .cu-swiper {
        width: calc(100% / 3 - 22.5px) !important;
    }
}
@media (max-width: 426px){
    .cu-swiper {
        width: 80% !important;
    }
}


/* blog page css */
.search-wrapper {
    position: relative;
    width: 100%;
}

form.search-form-body {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}

button.search-btn {
    position: absolute;
    background: #D42D36;
    color: #ffff;
    transition: scale .2s, translate .2s;
    border-radius: 100px;
    padding: 10px 15px;
    font-weight: 600;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.search-bar-wrapper {
    display: flex;
    width: 100%;
}

.search-wrapper svg.search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    width: 20px;
    height: 20px;
}

.search-wrapper input.search-input {
    width: 100%;
    padding: 8px 12px 8px 36px;
    height: 54px;
    border-radius: 50px;
}
.search-bar-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.card__tags:empty {
    display: none;
}
.aricle___dta {
    margin-bottom: 7px!important;
}
.no-image-active .banner_content__wrapper * {
    color: black!important;
}
.no-image-active .banner_content__wrapper  button.search-btn {
    color: white!important;
}
button.mobile___table__btn {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #c4c7cf;
    justify-content: center;
    background: #8a8e9b1a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    gap: 5px;
}

@media (min-width: 750px){
  button.mobile___table__btn {
      display: none;
  }
  .table-with-content__blcok__wrapewr {
      margin: 0;
      border: 1px solid #d42d36;
      position: sticky;
      max-height: fit-content;
      height: fit-content;
      top: 16.7rem;
      padding: 2.4rem 2rem 4.3rem;
      overflow: hidden;
      width: 100%;
      max-width: 250px;
      box-shadow: 0 1px 4px 0 rgb(212 45 54), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 10px;
  }
}
@media (max-width:750px){
  .table-with-content__blcok__wrapewr {
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      transition: 0.5s ease;
      position: sticky;
      top: 170px;
      background: white;
      z-index: 99;
      border-radius: 8px;
  }
  .aricle____overlay__wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(23,26,34,.3);
      z-index: 29;
      transition: 0.5s 
      ease;
      opacity: 0;
      visibility: hidden;
  }
  .open .aricle____overlay__wrapper {
      opacity: 1;
      visibility: inherit;
  }
  article.article {
      position: relative;
  }
  .new_table-contents-block {
      margin: 0;
      border: 1px solid;
      position: sticky;
      max-height: fit-content;
      height: fit-content;
      top: 16.7rem;
      padding: 2.4rem 2rem 4.3rem;
      overflow: hidden;
      width: 100%;
      max-width: 250px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .new_table-contents-block {
      border-radius: 8px;
  }
  article.article {
      z-index: 1;
  }
  .table-with-content__blcok__wrapewr .new_table-contents-block {
      position: absolute;
      top: 47px;
      background: white;
  }
  button.mobile___table__btn {
      position: relative;
      z-index: 3;
  }
  .table-with-content__blcok__wrapewr .new_table-contents-block {
      display: none;
  }
}
@media (max-width: 400px) {
    .table-with-content__blcok__wrapewr {
        top: 182px;
    }
}
/**************************/
/******BLOG POST CSS*******/
/*************************/

.cc-main-article {
    margin: 0;
}
.article_title--image {
    width: 100%;
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
    gap: 10px;
}
.title_tag {
    width: 50%;
}
.article_title--image .article__image {
    width: 50%;
}
.title_tag .article__tags {
    text-align: left;
}
.title_tag .article__title {
    text-align: left;
}
.my__contain {
    font-size: 19px;font-weight: 600;
}
.title_tag h1.mb-0 {
    font-size: 40px;
}
.moderator-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.moderator-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.moderator-block figure {
    margin: 0;
}
.moderator-block figure img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.moderator-content__item {
    width: 100%;
    display: flex;
    gap: 5px;
    font-weight: 600;
    font-size: 18px;
}
.moderator-content .name {
  font-weight: 600;
  font-size: 18px;
    color: #D42D36;
}
.moderator-content .job {
  font-size: 14px;
  color: #777;
}
.info-block {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}
.info-block b {
  color: #000;
}


.new-blog-inner_table-contents strong:hover {
    color: #D42D36;
}
.table-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 20px;
}

ul.new-blog-inner_table-contents {
    overflow-y: scroll;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 30rem;
    scroll-behavior: smooth;
}

.li_content {
    color: #8a8a8a;
    cursor: pointer;
    line-height: 1.4;
    font-size: 14px;
}
.table-with-content {
    width: 100%;
    display: flex;
    gap: 30px
}
ul.new-blog-inner_table-contents::-webkit-scrollbar {
    width: 5px;
}
ul.new-blog-inner_table-contents::-webkit-scrollbar-thumb {
    background: #888;
}
.author-about-us {
    border-radius: 10px;
}
.discover_row {
    width: 100%;
    border: 1px solid #d42d36;
    padding: 24px 20px;
    height: auto;
    max-height: fit-content;
    border-radius: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 16.7rem;
    box-shadow: 0 1px 4px 0 rgb(212 45 54), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.about-us-card-name {
    color: #d42d36;
}
.discover_inner_row {
    width: 100%;
}
.discover_text {
    margin: 0;
    font-size: 13px;
    color: #898D9A;
}
.discover_p {
    margin: 0;
    color: #171A22;
}
.discover_h5 {
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.discover_button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 100px;
    background: #D42D36;
    transition: 0.3s ease;
}
.discover_button:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}
.discover_btn {
    color: white;
    font-weight: 600;
    font-size: 14px;
}


.author-short-bio {
    width: 100%;
}
.author-short-bio-heading {
    width: 100%;
    margin: 20px 0px;
}
.author-about-us {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #d42d36;
    padding: 20px;
    box-shadow: 0 1px 4px 0 rgb(212 45 54), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.about-us-card {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.about-us-image {
    width: 100%;
    max-width: fit-content;
}
.about-us-image img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    max-width: unset !important;
}
.about-us-page-social-icons {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.about-us-card-name {
    margin: 0 !important;
    font-size: 19px;
}
.social-icons svg {
    width: 20px;
    height: 20px;
    display: flex;
}
a.social-icons {
    background: #D42D36;
    padding: 8px;
    display: flex;
    border-radius: 100px;
}
.about-us__content span {
    font-size: 14px;
}
.author_button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.author_button a {
    padding: 12px 24px;
    border-radius: 100px;
    display: flex;
    width: 100%;
    max-width: fit-content;
    align-items: center;
    gap: 4px;
    background: #D42D36;
    color: white;
    text-decoration: none !important;
}
.author_button a:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
    opacity: 1;
}
.author_button span {
    display: flex;
    font-size: 15px;
}
.author_button path {
    fill: white;
}

.cc-main-article {
    margin: 0px !important;
}

.fixed_article {
    position: sticky;
    top: 79px;
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 145px;
    /* border-bottom: 2px solid #88888854; */
    transition: opacity 0.4s ease;
}
.fixed_article.visible {
  opacity: 1;
  pointer-events: all;
}
.fixed_article_h1 {
    margin: 0;
    font-size: 30px;
    padding: 10px 0px;
}
.fixed_article span {
    font-size: 20px;
    font-weight: 600;
    display: flex;
}
.fixed_article--text_svg {
    display: flex;
    align-items: center;
    gap: 5px;
}

.scroll-progress-bar {
  position: fixed;
  top: 147px;
  left: 0;
  height: 4px;
  background: #D42D36;
  width: 0%;
  z-index: 10000;
  transition: width 0.1s ease-out;
  border-radius: 0 4px 4px 0;
}


/* ---------- TABLET (max-width: 1024px) ---------- */
@media (max-width: 1024px) {

  .fixed_article_h1 {
    font-size: 22px;
  }

  .title_tag h1.mb-0 {
    font-size: 32px;
  }

  .article_title--image {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .article_title--image .article__image,
  .title_tag {
    width: 100%;
  }

  .moderator-group {
    gap: 15px;
  }

  .new_table-contents-block,
  .discover_row {
    position: relative;
    top: unset;
    max-width: 100%;
  }

  .table-with-content {
    flex-direction: column;
  }

  .article-content {
    padding: 20px;
  }
}

/* ---------- MOBILE LANDSCAPE (max-width: 768px) ---------- */
@media (max-width: 768px) {

.fixed_article {
    top: 118px;
    padding: 0px 30px;
}

  .fixed_article_h1 {
    font-size: 18px;
  }

  .fixed_article span {
    font-size: 16px;
  }

  .scroll-progress-bar {
    top: 171px;
  }

  .article_title--image {
    flex-direction: column;
    text-align: center;
  }

  .article_title--image .article__image {
    width: 100%;
  }

  .title_tag h1.mb-0 {
    font-size: 26px;
  }

  .moderator-block figure img {
    width: 50px;
    height: 50px;
  }

  .moderator-content__item {
    font-size: 16px;
  }

  .author-about-us {
    padding: 15px;
  }

  .about-us-image img {
    width: 60px;
    height: 60px;
  }

  .discover_row {
    padding: 16px;
  }
}
.fixed_article_h1 {
    width: 100%;
}
/* ---------- MOBILE PORTRAIT (max-width: 480px) ---------- */
@media (max-width: 480px) {

  .fixed_article {
    padding: 10px 16px;
    flex-direction: column;
  }

  .fixed_article_h1 {
    font-size: 14px;
  }

  .fixed_article span {
    font-size: 15px;
  }
  .fixed_article--text_svg svg {
    width: 20px;
  }

  .scroll-progress-bar {
    top: 211px;
  }

  .article-content {
    padding: 15px;
  }

  /* .moderator-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  } */

  .moderator-content .job {
    text-align: left;
  }

  .moderator-block figure img {
    width: 45px;
    height: 45px;
  }

  .moderator-content__item {
    font-size: 15px;
  }

  .author-about-us {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .about-us-card {
    flex-direction: column;
    text-align: center;
  }

  .about-us-image img {
    margin: 0 auto;
  }

  .author_button {
    justify-content: center;
  }

  .discover_row {
    position: relative;
    top: unset;
    padding: 14px;
    border-radius: 12px;
  }

  .new_table-contents-block {
    position: relative;
    max-width: 100%;
    padding: 16px;
  }

  .table-title {
    font-size: 18px;
  }
}


.article .breadcrumbs-list__link {
    text-overflow: ellipsis;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
}

.article_title--image .title_tag {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-block__text p {
    margin: 0;
}

.footer-block__text {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.full-width {
    width: 100%;
}


div.slideshow-ctrl {
    position: unset;
    padding: 0;
    width: 100%;
    transform: unset;
}

.rich___text .section__block--heading {
    padding: 0;
}
.contact-info-bottom {
    margin: 30px 0!important;
}