/** Shopify CDN: Minification failed

Line 620:7 Unexpected "{"
Line 620:16 Expected ":"
Line 623:7 Unexpected "{"
Line 623:16 Expected ":"
Line 634:7 Unexpected "{"
Line 634:16 Expected ":"
Line 637:7 Unexpected "{"
Line 637:16 Expected ":"
Line 638:7 Unexpected "{"
Line 638:16 Expected ":"
... and 18 more hidden warnings

**/
.article-template__hero-adapt img {
  border-radius: var(--radius-border);
  width: 100%;
  height: auto;
}
.article_share_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 0.93px 0px 0px #E5E5E5;
    padding-bottom: 22px;
}s
ul.social-sharing {
  margin: 0;
}
.article-date {
  display: flex;
  grid-gap: 10px;
  align-items:center;
}
.blog-post__author span {
  color: var(--highlite-color);
  font-weight: 600;
}
.article_share_content ul.social-sharing {
    margin: 0;
}
.blog-post__date span {
  color: var(--highlite-color);
  font-weight: 600;
}
.social-sharing span {
  font-size: 17px !important;
  font-weight: 400 !important;
}
.social-sharing svg path {
  fill: var(--text-color) !important;
}
.social-sharing svg {
  width: 17px !important;
  height: 17px !important;
}
.contact__button button.btn {
  background: var(--highlite-color);
  border: unset;
}
h4.main_heading {
  font-size: 30px;
  line-height: normal;
}
.contact_form_wrapper {
  max-width: 100%;
}
.article-template__comment-wrapper .contact_form_wrapper {
  padding-inline: 0;
}
form#comment_form .rte * {
  letter-spacing: 0.06rem;
  line-height: normal;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.article-template__content.at_rte h1 {
    margin-block: calc(var(--font-heading-scale) * 4rem * 0.67);
}

.article-template__content.at_rte h3 {
    font-size: 2rem;
}

.article-template__content.at_rte blockquote {
    margin-inline: 0;
}

.article_comment {
  display: flex;
  margin-top: 50px;
}
.article_additional_details {
  width: 65%;
}
.article-template__comment-wrapper {
  width: 35%;
}
.article-comment {
  /* padding: 30px 35px; */
  background: var(--contact-background);
  margin-bottom: 50px;
  border-radius: var(--radius-border);
}
.article_additional_details h4 {
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  margin-bottom: 20px;
}
.contact_form_wrapper p.article-template__comment-warning {
  margin: 0;
  font-size: 1.4rem;
  color: var(--contact-text);
}
.main_comments_cf_wrapper .field_input svg path {
    fill: var(--contact-text);
}
.contact_form_wrapper * {
  color: var(--contact-text);
}
.field_input {
  border: unset !important;
}
.article-template__comment-fields {
  margin-top: 20px;
}
.article-template__hero-adapt.adapt img {
  max-height: unset;
}
.article-template__hero-adapt.small img {
  max-height: 20vw;
  object-fit: cover;
}
.article-template__hero-adapt.medium img {
  max-height: 40vw;
  object-fit: cover;
}
.article-template__hero-adapt.large img {
  max-height: 60vw;
  object-fit: cover;
}
form#comment_form .rte p {
    margin: 0.5rem 0 0;
    font-size: 1.4rem;
    color: var(--contact-text);
}
form#comment_form .field_input {
    /* border: none !important;
    border-radius: var(--radius-border); */
}
form#comment_form .field_input input, form#comment_form .field_input textarea {
  color: var(--contact-text);
}
form#comment_form .field_input input:focus + label, form#comment_form .field_input input:focus-visible + label, form#comment_form .field_input input:not(:placeholder-shown) + label,
form#comment_form .field_input textarea:focus + label, form#comment_form .field_input textarea:focus-visible + label, form#comment_form .field_input textarea:not(:placeholder-shown) + label {
  background: var(--contact-background) !important;
}
form#comment_form button {
    border-radius: var(--btn-border-radius);
}
.blog-post__image img {
  width: 100%;
  height: auto;
}
.blog-articles-outer {
  display: grid;
  gap: 25px;
  transition: grid-template-columns 0.3s ease;
}
.blog-post__image {
  border-radius: var(--radius-border);
  overflow: hidden;
  line-height: 0;
  position: relative;
  text-align: center;
}
.blog_redirect {
  position: absolute;
  bottom: 20px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 100px;
  left: 20px;
  transition: transform 0.3s ease;
  transform: translateY(87px);
  right: 0;
  max-width: fit-content;
  margin: 0 auto;
}
.blog-post-card:hover .blog_redirect {
  transform: translateY(0);
}
.blog-post-card {
  cursor: pointer;
  position: relative;
}
a.blog-post___link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.blog_details {
  display: flex;
  grid-gap: 10px;
}
.blog-post-content h2.blog-post__title {
    margin: 7px 0 0;
}
.blog_details.justify-left {
    justify-content: flex-start;
}
.blog_details.justify-center {
    justify-content: center;
}
.blog_details.justify-right {
    justify-content: flex-end;
}
.blog_details span {
  color: var(--highlite-color);
}
.blog-post-content {
  text-align: var(--text-align);
  margin: 2rem 0 0;
}
h2.blog-post__title a {
  text-decoration: none;
}
.main-blog-articles__article {
  margin-bottom: 20px;
}
.blog-post__excerpt {
  margin-top: 10px;
}
.blog-post__image.blog__placeholder {
  border: 1px solid;
}
.blog-post__image svg.blog-image-placeholder {
  max-height: 20vw;
  min-height: 20vw;
  object-fit: cover;
}
.blog-post__image img {
  max-height: 20vw;
  min-height: 20vw;
  object-fit: cover;
}
.contact_form_wrapper p {
  margin: 0;
}
.blog-recomendation .swiper-wrapper {
  width: 100%;
}
.blog-recomendation {
  overflow: hidden;
}
.blog-post__image {
  border-radius: var(--radius-border-blog) !important;
}
.featured_collection_head {
  margin-bottom: 45px;
  text-align: var(--head-align);
}
.button {
  background: var(--btn-bg);
  min-width: 23rem;
  height: 5.5rem;
  border-radius: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--btn-bg);
  color: var(--btn-text);
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s;
}
.contact__button button {
  margin: 0 auto;
  margin-right: 0;
  text-transform: uppercase;
}
.article-template__comment-wrapper .contact_form_wrapper input:focus-visible,
.article-template__comment-wrapper .contact_form_wrapper textarea:focus-visible,
.article-template__comment-wrapper button:focus-visible {
  /* outline: 1px solid #000;
  outline-offset: 3px; */
}
p.arti_wrapper.form-status, div#comments.article-comment h2,
.article-template__comments-comment p, .article-template__comments-comment footer span {
  color: var(--contact-text);
}
@media screen and (max-width: 1250px) {
  .blog-post__image svg.blog-image-placeholder {
    max-height: 30vw;
    min-height: 30vw;
    object-fit: cover;
  }
  .blog-post__image img {
    max-height: 30vw;
    min-height: 30vw;
    object-fit: cover;
  }
  .article_comment {
    flex-wrap: wrap;
  }
  .article_additional_details {
    width: 100%;
  }
  .article-template__comment-wrapper {
    width: 60%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .article-template__comment-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .article-template__hero-adapt.medium img {
    max-height: 60vw;
    height: 60vw;
  }
  .article-template__hero-adapt.small img {
    max-height: 40vw;
    height: 40vw;
  }
  .article-template__hero-adapt.adapt img {
    max-height: unset;
    height: auto;
  }
  .article-template__hero-adapt.large img {
    max-height: 110vw;
    height: 110vw;
  }
}
@media screen and (max-width: 650px) {
  .blog-articles-outer {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  /* .article_share_content {
    flex-wrap: wrap;
    justify-content: center;
  } */
  /* .article-comment {
    padding: 20px 20px;
  } */
  .blog-post__image img {
    max-height: 44vw;
    min-height: 44vw;
  }
  .blog-post__image svg.blog-image-placeholder {
    max-height: 44vw;
    min-height: 44vw;
    object-fit: cover;
  }
  .blog_details {
    flex-wrap: wrap;
    grid-gap: 0;
  }
  .blog-post__author {
    width: 100%;
  }
}


/* custom-css */
.main-header-artical {   display: flex;  align-items: center;   gap: 14px;}
.field_input input {    background: transparent;}
.field_input textarea {   background: transparent;}
.main-header-artical p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #4D4D4D;
    margin: 40px 0 0;
}
.page-container ul {
    padding-left: 10px;
}
.header__heading-logo {
    width: 114px !important;
}
.page-container ol {
    padding-left: 10px;
}

.text-content ol {
    padding-left: 10px;
}
.text-content strong {
    font-weight: 400;
    font-size: 26px;
    line-height: 34.7px;
    letter-spacing: 0;
    color: #000;
}
.text-content span {
    color: #323338;
    font-size: 22px;
}

.page-container ul {
    padding-left: 10px;
    padding-bottom: 25px;
}
h2.main_heading.title-page {
    padding-bottom: 15px;
}
.main_login_text_inner {
    background: #fff;
    border-radius: 8.47px;
    border: 1.06px solid rgba(0,0,0,0.1);
    padding: 25.42px 25.42px 33.89px 25.42px;
    box-shadow: 0px 0px 59.3px rgba(0, 0, 0, 0.1);
}
.main_login_form input, .main_recover_form input, .main_login_form input:focus+label, .main_login_form input:focus-visible+label, .main_login_form input:not(:placeholder-shown)+label, .main_recover_form input:focus+label, .main_recover_form input:focus-visible+label, .main_recover_form input:not(:placeholder-shown)+label {
    background: transparent !important;
    height: 51px !important;
  
}
p.new_ac {
    padding-top: 20px;
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 14.83px;
    line-height: 150%;
    letter-spacing: 0;
}
p.new_ac  a {
    font-family: Futura Md BT;
    font-weight: 900;
    font-size: 14.83px;
    line-height: 150%;
    letter-spacing: 0;
    color: #1A1A1A;
    text-decoration: none;
}
.main_login_text_wrapper .btn {
    width: 100%;
    min-width: 100%;
    padding-top: 10px !important;
    margin-top: 20px;
}
.main_register_text_inner {
    background: #fff;
    border-radius: 8.47px;
    border: 1.06px solid rgba(0, 0, 0, .1);
    padding: 25.42px 25.42px 33.89px;
    box-shadow: 0 0 59.3px #0000001a;
}

.main_register_text_wrapper button.btn {
   width: 100%;
    min-width: 100%;
    padding-top: 10px !important;
    margin-top: -20px;
}
label.terms-wraps_input {
    position: unset !important;
}
label.terms-wraps_input a {
    color: #BA9132 !important;
    text-decoration: underline;
    letter-spacing: 0;
}
.article-template__content img {
    width: 100%;
    height: 100%;
}
.article-template__content {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16.71px;
    line-height: 150%;
    letter-spacing: 0;
}
h1.article-template__title {
    margin: 17px 0;
    font-weight: 600;
    font-size: 18.56px;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Futura !important;
    color: #1A1A1A;
}
.small-iamge-artical {
    display: flex;
    align-items: center;
}
.small-iamge-artical img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}
.blog-post__author {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #1A1A1A;
}
.blog-post__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #808080;
}
.article_div h4.main_heading {
    font-weight: 600;
    font-size: 18.56px;
    line-height: 150%;
    font-family: Futura !important;
    letter-spacing: 0;
    color: #1A1A1A;
}
.article_comment {
    flex-direction: column;
    width: 100%;
}
.article-template__comment-wrapper {
    width: 100% !important;
}
.article-comment {
    padding: 0;
}
.contact_form_wrapper label {
    left: 1rem !important;
}
.contact_form_wrapper .field_input {
    height: 45px !important;
        padding-inline: 2rem !important;
}

.aricle_right input#mainSearch {
   background: transparent;
    border: 1px solid #E6E6E6;
    border-radius: 0.93px;
    border-radius:4px;
}
.aricle_right .header-search-form {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 25px;
}
.contact_form_wrapper input, .contact_form_wrapper textarea {
    height: inherit !important;
}
.contact_inner {
    display: flex;
    gap: 20px;
}
.full_name {
    width: 100%;
}
.full_add {
    width: 100%;
}

.contact__button button {
    margin: 0 !important;
    font-weight: 400;
    font-size: 12.77px;
    line-height: 120%;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #ffffff;
    min-width: 17rem;
    height: 4.1rem;
}
.save-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}

.save-info input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.contact_form_wrapper * {
    color: var(--contact-text);
}
.save-info label {
  cursor: pointer;
  color: #333;
}
.save-info label {
    position: unset;
}

.article_div {
    display: grid;
    max-width: 1440px;
    margin: 0 auto;
    gap: 4rem;
    padding-top: 4rem;
    grid-template-columns: 69% 28%;
}
  #ra-{{ section.id }} .ra-wrap{
    max-width: 820px; margin: 0 auto;
  }
  #ra-{{ section.id }} .ra-heading{
    margin: 0;
    font-weight: 600;
    font-size: 18.56px;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Futura !important;
    color: #1A1A1A;
    padding-bottom: 2rem;
      padding-top: 18px;
  }
  #ra-{{ section.id }} .ra-list{
    list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:18px;
  }
  #ra-{{ section.id }} .ra-item{}
  #ra-{{ section.id }} .ra-link{
    display:flex; align-items:center; gap:14px; text-decoration:none; color:inherit;
  }
  #ra-{{ section.id }} .ra-thumb{
       width: 90px;
      height: 71px;
      border-radius: 5px;
      overflow: hidden;
      flex: 0 0 90px;
      background: #f4f4f4;
  }
  .ra-thumb img {
    width: 100%;
    height: auto;
}
  .ra-date {
  color: #666666;
}
  #ra-{{ section.id }} .ra-thumb img,
  #ra-{{ section.id }} .ra-thumb svg{ width:100%; height:100%; object-fit:cover; display:block; }
  #ra-{{ section.id }} .ra-meta{ display:flex; flex-direction:column; gap:6px; }
  #ra-{{ section.id }} .ra-title{
    margin: 0;
    font-weight: 400;
    font-size: 18.56px;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Futura !important;
    color: #1A1A1A;
  }
  #ra-{{ section.id }} .ra-date{
    display:flex; align-items:center; gap:8px; font-size:13px; opacity:.7;
  }
  #ra-{{ section.id }} .ra-cal{ display:inline-flex; }
  #ra-{{ section.id }} .ra-empty{ opacity:.7; font-size:14px; margin:8px 0 0; }

  @media (hover:hover){
    #ra-{{ section.id }} .ra-link:hover .ra-title{ text-decoration:underline; }
  }

  .social-sharing li a:hover svg path {
    fill: #fff !important;
}
.article-template__content p {
    font-weight: 400;
    font-size: 16.71px;
    line-height: 150%;
    letter-spacing: 0;
    color: #808080;
}
.main_comments_cf_wrapper .contact_inner span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #1A1A1A;
}
.contact_form_wrapper label {
    font-weight: 400;
    font-size: 14.85px;
    line-height: 130%;
    letter-spacing: 0;
    color: #666666;
    display:none;
}
.aricle_right .search_form_input_wrapper label {
    font-weight: 400;
    line-height: 130%;
    color: #999999;
    text-transform: capitalize;
}

.cf_wrapper input::placeholder{
    font-weight: 400;
    font-size: 14.85px;
    line-height: 130%;
    letter-spacing: 0;
    color: #666666;
    opacity:1;
}
.message_box .field_input {
    min-height: 10rem;
}
.comment-head {
    font-family: 'Futura' !important;
    font-weight: 600;
    font-size: 20.56px;
    line-height: 150%;
    letter-spacing: 0;
    color: #1A1A1A;
    margin-top: 30px;
}

.commet-image img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}
.commet-image {
    display: flex;
    align-items: center;
}
.commnet-date span.circle-divider {
    font-weight: 600;
    font-size: 18.56px;
    line-height: 150%;
    letter-spacing: 0;
    color: #1A1A1A;
    text-transform: capitalize;
}
.commnet-date span.commnet-date {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0;
    color: #999999;
}
.commnet-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #666666;
    margin-top: 0;
}
.commnet-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px 0 15px;
    border-bottom: 0.93px solid #E6E6E6;
    padding-bottom: 15px;
}

@media screen and (max-width:1100px){
  .article_div {
    gap: 4rem;
    grid-template-columns: 65% 30%;
}
.article_share_content {
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0.93px 0px 0px #E5E5E5;
    padding-bottom: 15px;
}
.main-header-artical p {
    margin: 30px 0 0;
}
.article_comment {
    display: flex;
    margin-top: 15px;
}
}
@media screen and (max-width:900px){
  .article_div {
    gap: 0rem;
    grid-template-columns: 100%;
}
}

@media screen and (max-width:640px){
 .main-header-artical p {
    margin: 20px 0 0;
}
h1.article-template__title {
    margin: 10px 0;
    font-size: 17px;
}
}

