/** Shopify CDN: Minification failed

Line 803:23 The "+" operator only works if there is whitespace on both sides

**/
/* Common Classes */

.horizental-line{
  max-width: 100px;
  width: 100%;
}

.horizental-line span{
  border: 2px solid rgb(var(--color-link));
  display: block;
}

.breadcurmb-with-blog-title{
  padding-top: 40px;
}

.breadcurmb-with-blog-title h1{
  line-height:1;
}

.rich-text .horizental-line{
  max-width:350px;
  margin-left: auto;
  margin-right: auto;
}

.collection-hero .breadcrumbs {
  margin: 2rem 0 0em;
}

slideshow-component .slider-buttons{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%!important;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

slideshow-component .slider-buttons .slider-counter{
  display:none;
}

slideshow-component .slider-buttons .slider-button{
  background: #0A282B;
  color: #fff;
  border-radius: 50%;
}

slideshow-component .slider-button:not([disabled]):hover {
  color: #fff;;
}

.multicolumn .title-wrapper-with-link{
  justify-content:center;
}

.multicolumn.gradient{
  background-attachment:unset
}

.banner .caption-with-letter-spacing--large{
  font-size: 1.6rem;
  font-weight: 600;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  margin: 0 5px !important;
  background: #0A282B;
  opacity:0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity:1;
}

@media screen and (max-width: 749px) {
  slideshow-component .slider-buttons{
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  slideshow-component .slider-buttons .icon-caret{
    height: 8px;
  }
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .banner__box {
    max-width: 89rem!important;
  }
  .banner .banner__text.rte{
    font-size:2rem;
  }
}

header .list-menu--disclosure {
  width: 26rem;
}

/* Header */

header .header__active-menu-item,
header .header__menu-item:hover{
  color: rgb(var(--color-link));
}

header .header__active-menu-item{
  font-weight: 600;
}

header .list-menu__item {
  font-family: var(--font-heading-family);
  /* font-weight: 600; */
  font-size: 18px;
  color: rgba(var(--color-foreground), 1);
}

header .header__icon--cart .icon path{
  stroke-width: unset;
}

header .header__icon--cart .icon{
  height: 2.2rem;
  width: 2.2rem;
}

header .cart-count-bubble{
  top: 0;
  background: #0A282B;
}

header .header__active-menu-item + .icon-caret{
  color: rgb(var(--color-link));
}

header .header__submenu .header__menu-item{
  text-align: left;
}

@media screen and (min-width: 990px) {
  header.header--middle-left {
    grid-template-columns: auto 1fr auto;
  }
  header.header--middle-left .header__inline-menu{
    text-align: center;
  }
  header.header--middle-left .header__inline-menu .list-menu--inline{
    justify-content: center;
  }
}

.utility-bar .list-social,
.menu-drawer .list-social{
  gap: 10px;
  margin-left: 0!important;
}

.menu-drawer .list-social__link{
  background:#0A282B!important;
}

.utility-bar .list-social__link {
  height: 3rem!important;
  width: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gradient-background);
  background: rgb(var(--color-foreground));
  transition: all .3s;
}

.menu-drawer .list-social__link{
  color: var(--gradient-background);
  background: rgb(var(--color-foreground));
  border-radius: 50%;
  transition: all .3s;
}

.menu-drawer .list-social__item:hover .list-social__link,
.utility-bar .list-social__item:hover .list-social__link{
  opacity: .9;
}

/* featured-collection-slider */

.featured-collection-slider .swiper-buttons:after,
.testimonialnew-section .swiper-buttons:after,
.blog-post-slider .swiper-buttons:after{
  content:unset;
}

.featured-collection-slider .swiper-buttons,
.testimonialnew-section .swiper-buttons,
.blog-post-slider .swiper-buttons{
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #0A282B;
  border-radius: 50%;
  color: red;
}

.featured-collection-slider .swiper-buttons svg,
.testimonialnew-section .swiper-buttons svg,
.blog-post-slider .swiper-buttons svg{
  fill: #fff;
}

.featured-collection-slider .collection__title{
  margin-bottom:3rem!important;
}

.featured-collection-slider .collection__title .title{
  margin-bottom:unset;
}


/* testimonial */

.testimonialnew-section .testimonials--header .testimonials--header-icon{
  max-width:40px;
  margin: auto;
  margin-bottom: 2rem;
}

.testimonialnew-section .testimonials--header .testimonials--header-icon .media{
  background:transparent;
}

.testimonialnew-section .testimonial-stars{
  margin-bottom:15px;
  /* color:#D2B48C; */
}
.testimonialnew-section .author-city {
  font-size: 14px;
  margin-bottom: 0;
  color: #e35336;
  margin-top: 3px;
}
.testimonialnew-section .author-name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0px;
  font-family: var(--font-body-family);
}
.testimonialnew-section .testimonial-author img{
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
/* .testimonialnew-section .swiper-slide{
  padding: 40px 0px 55px;
} */

.testimonialnew-section .swiper-slide .testimonial-content{
  padding: 20px;
  transform: scale(0.9);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  text-align: center;
  border-radius: var(--text-boxes-radius);
  /* box-shadow: 0 0px 3px #0000001a; */
  border: .1rem solid rgba(var(--color-foreground), .08);
  background: #f7f7f7;
}

.testimonialnew-section .swiper-slide.swiper-slide-next .testimonial-content{
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, .1); */
  box-shadow: 0 5px 15px #0000001a;
  position: relative;
  transform: scale(1.1);
  z-index: 10;
}

.testimonialnew-section .swiper-pagination-bullet{
  margin: 0 5px !important;
  background: #0A282B;
  opacity: 0.2;
}
.testimonialnew-section .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}

.testimonialnew-section .swiper-wrapper{
  align-items: center;
  padding-bottom: 30px;
}

.testimonialnew-section .swiper-pagination{
  bottom:0;
}

@media (min-width:750px){
  .testimonialnew-section .swiper-buttons.swiper-button-next{
    right:10px;
  }
  .testimonialnew-section .swiper-buttons.swiper-button-prev{
    left:10px;
  }
  .testimonialnew-section .swiper-wrapper{
    padding: 3rem 0px 5rem;
  }
}

@media (max-width:749px){
  .testimonialnew-section .swiper-slide .testimonial-content{
    transform: scale(1)!important;
    border: .1rem solid rgba(var(--color-foreground), .08);
    /* box-shadow: 0 1px 4px #0000001a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1); */
  }
}

/* Collection Page */

.facets__heading,
.facet-filters__label{
  font-weight:bold;
}

@media screen and (min-width: 750px) {
  .main--page{
    max-width: 118rem;
  }
}

.card-wrapper .card__content .icon-wrap{
  display:none;
}

.card-wrapper .card__content{
  /* justify-content: center; */
  text-align: center;
}

.card-wrapper .card__content .card-information{
  text-align:center;
}

.collection-card-wrapper.card-wrapper .card__content .card__heading{
  font-size: calc(var(--font-heading-scale)* 1.5rem);
}

.card__overlay-shop-button{
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.collection-list-wrapper .title-wrapper-with-link{
  justify-content:center;
}

/* for collection list title */
@media only screen and (min-width: 750px) {
  .collection-card-wrapper.card-wrapper .card__content .card__heading{
    font-size: calc(var(--font-heading-scale)* 2rem);
  }
}

/* for product card */

.featuredCollectionSwiper .product-grid{
  padding-bottom:2.5rem;
}

.featuredCollectionSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color:#0A282B;
}

.product-card-wrapper .card__content .card__heading{
  font-size: calc(var(--font-heading-scale)* 1.5rem);
}

.product-card-wrapper .card__inner{
  background: transparent;
}

.product-card-wrapper .card__inner .card__media{
  /* border-radius: unset!important;
  --image-padding: 20px; */
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.product-card-wrapper,
.collection-card-wrapper{
  border: .1rem solid rgba(var(--color-foreground), .08);
  border-radius: var(--product-card-corner-radius);
  transition: all .3s;
  background: #fff;
}

.product-card-wrapper .card__content,
.collection-card-wrapper .card__content{
  border-top: .1rem solid rgba(var(--color-foreground), .08);
}

.product-card-wrapper .card--media .card__inner .card__content,
.collection-card-wrapper .card--media .card__inner .card__content{
  border-top:unset;
}

.product-card-wrapper .card__content .card__information{
  padding: 13px 6px!important;
}

.product-card-wrapper .card__content .quick-add{
  padding: 0 6px 0px;
}

.product-card-wrapper:hover,
.collection-card-wrapper:hover,
.product-card-wrapper:hover .card__content,
.collection-card-wrapper:hover .card__content{
  border-color: rgba(var(--color-button), var(--alpha-button-background));
  overflow: hidden;
}

.product-card-wrapper.underline-links-hover:hover a {
  text-decoration: unset;
}

.product-card-wrapper .price.price--on-sale .price-item--regular {
  color: rgba(var(--color-foreground), .5);
  margin-right: 5px;
}

@media only screen and (min-width: 750px) {
  .product-card-wrapper .card__content .card__heading{
    font-size: calc(var(--font-heading-scale)* 2rem);
  }
  .product-card-wrapper .card__content .card__information{
    padding: 20px!important;
  }
  .product-card-wrapper .card__content .quick-add{
    padding: 0 20px 10px;
  }
  /* .product-card-wrapper .price{
    font-size: 2rem;
  } */
  .product-card-wrapper .price.price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }
}

/* number-animate */

.number-animate-wrapper .counter-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-weight: bold;
  position: relative;
  justify-content: space-around;
  flex-wrap: wrap;
}
.number-animate-wrapper{
  position:relative;
  padding: 20px;
  border-radius: 20px;
  overflow:hidden;
}
.number-animate-wrapper:before {
  background: #000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  inset: 0;
}

.number-animate-wrapper .rich-text__heading{
  margin-top:unset;
  border-bottom: .1rem solid #FFFFFF4D;
  padding-bottom: 2rem;
}

.number-animate-wrapper .rich-text__heading.h2 {
  font-size: calc(var(--font-heading-scale)* 2.2rem);
}

.number-animate-wrapper .counter-container--item .rte{
  font-weight: 400;
}

@media only screen and (min-width: 750px) {
  .number-animate-wrapper .rich-text__heading.h2 {
    font-size: calc(var(--font-heading-scale)* 3rem);
  }
  .number-animate-wrapper{
    padding: 30px 40px;
  }
}

/* blogtabs-button */

.blog-tab-button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 40px;
}

.blog-tab-button-wrapper a{
  color: rgba(var(--color-foreground), 1);
  text-decoration: unset;
  font-weight:bold;
}

.blog-tab-button-wrapper a:hover,
.blog-tab-button-wrapper a.link--active {
  color:rgb(var(--color-link));
  text-decoration: underline;
  text-decoration-thickness:2px;
  text-underline-offset: 0.5rem;
}

/* contact Form new */

.contact-form-new .contact-form-grid h2,
.contact-form-new .contact-us-info-wrapper h2 {
  margin: 0 0 30px;
}

.contact-form-new .contact-form-parent .title-wrapper--no-top-margin,
.contact-form-new .contact-us-info-wrapper h2{
  /* border-bottom: 1px solid rgb(var(--color-foreground), .3); */
  border-bottom: .1rem solid rgba(var(--color-foreground), .08);
  padding-bottom: 15px;
}

.contact-form-new .contact-us-paragraph .image-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form-new .contact-us-paragraph .image-wrapper svg,
.contact-form-new .contact-us-paragraph .image-wrapper img {
  width: 22px;
  height: 22px;
}

.contact-form-new .contact-us-paragraph .image-wrapper svg,
.contact-form-new .contact-us-paragraph .image-wrapper g,
.contact-form-new .contact-us-paragraph .image-wrapper path {
  fill: rgba(var(--color-button),var(--alpha-button-background));
}

.contact-form-new .contact-us-paragraph a {
  color: rgb(var(--color-foreground));
  text-decoration:unset;
}

.contact-form-new .contact-us-info {
  display: flex;
  align-content: flex-start;
  align-items:center;
  gap: 12px;
}

.contact-form-new .contact-us-info h3 {
  margin: 0;
  text-transform: capitalize;
}

.contact-form-new .contact-us-paragraph {
  /* border-bottom: 1px solid rgb(var(--color-foreground), .3); */
  margin-bottom: 12px;
}

.contact-form-new .contact-form-grid {
  display: grid;
  gap: 3rem;
}

.contact-form-new .contact-us-paragraph p{
  margin:unset;
}

.contact-form-new .contact-us-info-wrapper h2:not(:first-of-type) {
  margin-top: 3rem;
}

.contact-form-new .contact-us--socials .list-social{
  justify-content: start!important;
  gap:10px;
}

.contact-form-new .contact-us--socials .list-social__link{
  background: rgba(var(--color-button), var(--alpha-button-background));
  border-radius: 50%;
  color: rgb(var(--color-button-text));
}

.contact-form-new .field__input,
.contact-form-new .field:after{
  --inputs-radius:10px;
}

@media (min-width: 750px) {
  .contact-form-new .contact-form-grid {
    grid-template-columns: 35% 1fr;
    gap: 10rem;
  }
}

@media (max-width: 750px) {
   .contact-form-new .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-new .contact-us-paragraph {
    margin-bottom: 20px;
  }
}

/* newsletter-new */

.newsletter-new .newsletter__wrapper{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.newsletter-new .newsletter-form,
.newsletter-new .newsletter-form__field-wrapper{
  max-width:100%!important;
}

.newsletter-new .newsletter-form__button:not(:focus-visible):not(.focused),
.newsletter-new .newsletter-form__button.button{
  background:rgba(var(--color-button),var(--alpha-button-background));
  color:rgb(var(--color-button-text));
}

.newsletter-new .newsletter__main-header h2{
  margin-top:unset;
  margin-bottom:1rem;
}

@media screen and (max-width: 989px) {
  .newsletter-new .newsletter-form, 
  .newsletter-new .newsletter-form__field-wrapper {
    max-width: 55rem !important;
  }
}


@media screen and (min-width: 990px) {
  .newsletter-new .newsletter__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap:15px;
  }
  .newsletter-new .newsletter__wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .newsletter-new .newsletter__main-header .h2{
    font-size: calc(var(--font-heading-scale)* 2.2rem);
  }
  .newsletter-new .newsletter__subheading{
    font-family: var(--font-heading-family);
    font-size: 18px;
    line-height: normal;
    margin: unset;
  }
}

/* footer */

.footer,
footer .footer__content-bottom{
  border-top: solid .1rem #464646!important;
}

footer .footer__content-top{
  padding-bottom: 3.2rem;
}

footer .footer-block__heading {
  margin-bottom: 1rem;
  font-size: calc(var(--font-heading-scale)* 1.8rem);
}

footer .footer-block__details-content .list-menu__item--link {
  font-size: 1.6rem;
  font-family: var(--font-heading-family);
  line-height: 1.3;
}

footer .footer__copyright.caption{
  margin-top: unset;
  font-family: var(--font-heading-family);
}

footer .footer__copyright.caption .copyright__content{
  font-size: 18px;
}

footer .footer__content-bottom{
  padding-top: 12px;
}

footer .footer-block__details-content-with-svg p {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px;
  align-items: center;
}

footer .footer-block__details-content-with-svg img{
  margin:unset;
  border-radius: 0;
}

footer .footer-block__details-content-with-svg a{
  text-decoration:unset;
  color: inherit;
}

footer .footer__content-bottom-wrapper-with-social{
  justify-content:space-between;
}

footer .footer__list-social .list-social__item{
  background: #fff;
  border-radius: 50%;
  transition: all .3s;
}

footer .list-social__item .icon{
  color: #0A282B;
}

footer .footer__list-social .list-social__item:hover{
  opacity: .9;
}

footer .list-social{
  gap: 10px;
}

footer .footer-block__details-content + .footer__list-social {
  margin-top: 1.5rem;
  justify-content: flex-start;
}

@media screen and (max-width: 749px) {
  footer .footer__content-bottom-wrapper-with-social .footer__list-social.list-social {
    width:100%
  }
}

/* main-product */

.product .form__label {
  font-weight: bold;
}

.price--on-sale .price-item--regular{
  color: rgba(var(--color-foreground), .5);
}

.product__info-container .price{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  letter-spacing: normal;
}

@media screen and (min-width: 750px) {
  .product__info-container .price.price--large {
    font-size: 2.8rem;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 2.4rem!important;
  }
}

/* contact-form */

.contact .contact__dropdown-field select{
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width)* 2);
  min-width: calc(7rem +(var(--inputs-border-width)* 2));
  width: 100%;
  padding: 1.3rem;
  color: rgba(var(--color-foreground), .75);
  font-size: 1.6rem;
  border-radius: var(--inputs-radius);
  margin-bottom: 2rem;
}

.contact .contact__dropdown-field select {
  appearance: none; /* Removes default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('arrow-icon.svg'); /* Replace with your arrow image */
  background-position: left 10px center; /* Moves arrow to the left */
  background-repeat: no-repeat;
  padding-left: 18px; /* Adjust spacing */
  text-align: left;
}

.contact .contact__dropdown-field {
  position: relative;
}

.contact .contact__dropdown-field select {
  appearance: none;
  padding-left: 18px; /* Space for the custom arrow */
}

.contact .contact__dropdown-field::before {
  content: "▼";
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-82%);
  pointer-events: none;
  right: 12px;
}

.contact .contact__button{
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.contact .contact__button .button{
  text-transform:uppercase;
}

.contact .contact__button .icon-circle-arrow{
  width: 24px;
  height: auto;
  margin-right: 7px;
  fill: rgb(var(--color-button-text));
}

.contact .contact__button .icon--arrow-right{
  width: 12px;
  height: auto;
  margin-left: 7px;
  fill: rgb(var(--color-button-text));
}

.contact .contact__button .caption{
  text-align: center;
  font-weight: bold;
}

.contact .contact__uploadfield .field__input{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact .page-width{
  max-width: 1350px;
}

.contact .contact--image-with-form-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.contact .contact--image-with-form-wrapper .contact--fields-blocks{
  grid-template-columns: 1fr;
}

.contact .contact--image-with-form-wrapper--left-column .title,
.contact .contact--image-with-form-wrapper--left-column .contact--text{
  margin-bottom:1rem;
}

.contact .contact--image-with-form-wrapper--left-column .contact--image{
  margin-top:2rem;
}

.contact .contact--image-with-form-wrapper .contact__button,
.contact-form-new .contact__button{
  max-width: 100%;
  width:100%;
}


@media screen and (min-width: 750px) {
  .contact .contact--image-with-form-wrapper--left-column .contact--image{
    max-width:70%;
  }
  .contact .contact--image-with-form-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: baseline;
  }
}

/* collapsible-content */

@media screen and (min-width: 1024px) {
  .collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 960px;
  }
}

.collapsible-content .accordion-collapsible-content__heading{
  margin:3rem 0;
}

.collapsible-content .accordion__title{
  font-family: var(--font-body-family);
  /* font-weight: 600; */
  font-size: 1.8rem;
}

.collapsible-content .accordion details[open]>summary .accordion__title,
.collapsible-content .accordion details[open]>summary .icon-caret{
  color: #b68d40;  
}

.collapsible-content .accordion{
  margin-top:1rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content .accordion__title{
    font-size: 2rem;
  }
}

/* featured-product */

@media screen and (max-width: 749px) {
  .featured-product .product__info-container{
    text-align:center;
  }
  .featured-product .product__info-container .price,
  .featured-product .product__info-container .product-form__input,
  .featured-product .product__info-container .price-per-item__container{
    justify-content:center;
  }
}

/* main-blog */

.article-card-wrapper .article-card{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  overflow:hidden;
}

.article-card-wrapper .card__information{
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
}

.article-card-wrapper .article-card__excerpt {
  font-size: 1.4rem;
  color: #777777;
}

.article-card-wrapper .article-card__info{
  position:relative;
  padding: 2rem 0 0;
  margin-top:auto;
  color: #adadad;
}

.article-card-wrapper .article-card__info:after {
  position: absolute;
  content: '';
  width: 150%;
  height: 0.1rem;
  background: rgba(var(--color-foreground), .08);
  top: -1px;
  left: 100%;
  left: auto;
  transform: translateX(-50%);
}

.article-card-wrapper .card__article-tag {
  position: absolute;
  right: 0;
  margin: 10px;
}

@media screen and (min-width: 750px) {
  .main-blog .blog-articles.blog-articles--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* .main-blog .blog-articles .article-card{
    height:auto;
  } */
}

/* blog-post-slider */

.blog-post-slider .article-card-wrapper .article-card{
  margin: 4px;
}

.blog-post-slider .title-wrapper-with-link{
  justify-content:center;
  text-align:center;
}

.blog-post-slider .blog__posts.articles-wrapper {
  padding-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .blog-post-slider .blog__posts.articles-wrapper {
    padding-bottom: 40px;
  }
}

.article-template .article--breadcrumb-wrapper{
  margin-top: 2rem!important;
}

.article-template .article--breadcrumb-wrapper .breadcrumbs__list{
  text-align:center;
}

.article-template .article-template__hero-container .media{
  border-radius: 20px;
}

.article-template .article-template__hero-container{
  position:relative;
}

.article-template .article-template--overlay-content{
  position:absolute;
  top:auto;
  bottom:0;
  padding:2rem;
  margin:unset;
}

.circle-divider:after {
  content: "|";
}

.article-template .article-template--overlay-content .caption-with-letter-spacing{
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .article-template .article-template--overlay-content{
    padding:1.5rem;
  }
  .article-template .article-template--overlay-content .article-template__title{
    font-size: calc(var(--font-heading-scale)* 2rem);
  }
}

footer .footer__content-bottom-wrapper + .footer__content-bottom-wrapper {
  margin-top:1rem;
  justify-content: center;
}








