/** Shopify CDN: Minification failed

Line 39:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 34:0 Unexpected "}"

**/
/*
 *  1.0. Mixins
*/
.comment:not(:first-child) {
  margin-top: var(--gutter-regular);
}
.comment__content {
  border: 1px var(--color-borders-main) solid;
  border-radius: var(--border-radius-cards);
  padding: var(--gutter-regular);
}
.comment__content p:last-child {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.comment__date {
  color: var(--color-secondary-text-main);
}
.comment__author {
  color: var(--color-text-main);
}
.comment__info {
  position: relative;
  padding-inline-start: 7.5rem;
  color: var(--color-borders-main);
  padding-top: 1.125rem;
}
}
@media screen and (min-width: 768.6px) {
  .container--large.hr-article {
    height: 1px;
    background-color: red;
    margin-top: 180px;
}
}
@media screen and (max-width: 768.4px) {
  .shopify-section.cmnts-section{
    display: none;
  }
}
@media screen and (max-width: 474px) {
 
  .comment__info {
    padding-inline-start: 5rem;
  }
}
.comment__info span {
  display: block;
}
html[dir=rtl] .comment__info::before {
  right: 0;
}
html[dir=ltr] .comment__info::before {
  left: 0;
}

.comments__form {
  margin-top: var(--gutter-large);
  width: 100%;
}
.comments__form .form-field {
  margin-bottom: var(--gutter-small);
}
.comments__form .button {
  width: auto;
}
.shopify-section.cmnts-section {
    background-color: #EAE9E2;
    padding-top: 56px;
}
div#comments h4 {
    color: var(--black, #020203);
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}
h4#add-comment {
    display: none;
}
.coments-inpout {
    display: flex;
  gap: 24px
}
.comments__form .coments-inpout .form-field {
    width: 50%;
    margin-bottom: 24px;
}
.form-field input, .form-field textarea {
    border-radius: 50px;
    border: 1px solid var(--7-c-7-c-7-b, #7C7C7B);
    background: var(--white, #FFF);
}
.form-field textarea {
    border-radius: 14px;
}
.comments__form .coments-inpout .form-field label {
    display: block;
    margin-bottom: 0.375rem;
    color: var(--black, #020203);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
}
.comments__form .coments-inpout .form-field label::placeholder, .form-field textarea::placeholder{
  color: #A4A4A4;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.8px;
  opacity: 1;
}
.form-field input, .form-field textarea {
    padding-left: 24px;
}
.comments__form .button {
    width: auto;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    /* border-radius: 50px; */
    background: var(--ff-0000, #F00);
    /* padding: 8px 16px; */
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    border-color: red;
    color: #fff;
}
.form-field.dlfl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.form-field.dlfl small {
    color: var(--7-c-7-c-7-b, #7C7C7B);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}
  .Index_blog_slider .swiper-slide {
    border-radius: 16px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
}
  .swiper-wrapper {
    padding-bottom: 30px;
}
  .Page_blogs_inner_1_title_new h2 {
    text-align: center;
    font-family: Fugaz One;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.comment__content {
    border: 1px var(--color-borders-main) solid;
    border-radius: var(--border-radius-cards);
    padding: var(--gutter-regular);
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
}
.comment__infos {
    padding-bottom: 24px;
}
.comment__date, .comment__author {
    color: var(--color-secondary-text-main);
    color: var(--7-c-7-c-7-b, #7C7C7B);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.blog-item__meta span:not(:last-child):after {
    content: ".";
    margin: 0 0.4125rem;
    opacity: 1;
    /* margin-top: -10px; */
    /* display: inline-block; */
    vertical-align: super;
}