/** Shopify CDN: Minification failed

Line 230:2 Comments in CSS use "/* ... */" instead of "//"
Line 1093:0 Unexpected "{"
Line 1093:1 Expected identifier but found "%"
Line 1094:32 Unexpected bad string token
Line 1094:88 Unterminated string token
Line 1095:1 Expected identifier but found "%"

**/
html {
  padding: 0 !important;
}
.custom-quick-popup .product__block__price,
.custom-quick-popup .product__block__quantity {
  padding-bottom: 0px;
}
.footer__newsletter__body {
  padding-top: 0;
  padding-bottom: 0;
}
.footer__content__inner {
  padding-bottom: 20px;
}
.footer__block.footer__block--socials {
  padding-top: 25px;
}
/*-------------collection-list---------------*/
.section-list-collections.list__collections
  .grid__item
  .image__hero__scale
  img {
  object-fit: contain;
}
/*----------------policy-page-------------*/
body .shopify-policy__container {
  max-width: 1340px;
}

.btn--add-to-cart:hover {
  background: #d1aea8;
  color: #fff;
}
.product-grid-item__container button.stain-button-canvas {
  background: #d1aea8;
}
.product-grid-item__container button.stain-button-canvas span.btn-state-ready {
  color: #fff;
}
.brick__section .brick__collection .brick__product {
  background: transparent;
}
/*================header==================*/
.header__desktop.header__desktop--logo_above {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__desktop--logo_above .header__desktop__upper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__desktop--logo_above .header__desktop__lower {
  width: 100%;
}
.header__desktop--logo_above .header__desktop__lower .header__desktop__bar__c {
  justify-content: center;
  padding-top: 20px;
}
/*-------------------policy-pages-----------------*/
.shopify-policy__body .rte p,
.shopify-policy__body .rte {
  font-size: 16px !important;
}
/*==================collection=================*/
.product-grid-item__image-wrapper {
  border: 1px solid #efefef;
}
.product__grid__title,
.product__title {
  /*text-transform: capitalize;*/
}
.product-grid-item__image-wrapper img {
  object-fit: cover !important;
}
/*==================product=================*/
.product-page .product__inner {
  width: 100%;
  max-width: 100%;
}
.accordion__body {
  transition: ease !important;
}
.product__form__link.cust_vander_bar,
.product-grid-item .product__form__link {
  background: #d1aea8;
  color:#fff;
  width: fit-content;
  display: inline-block;
  padding: 5px;
  font-weight:bold;
}
.product-grid-item
  product-grid-item-image.product-grid-item__image-wrapper
  .product__form__link {
  position: absolute;
  top: 10px;
  right: 10px;
}

span.navtext {
  font-weight: 800;
  font-size: 14px;
}
.product-page .product__media {
  border: 1px solid #efefef;
  height: 100%;
}
.product__main__content .product__price.price__tab {
  padding-bottom: 0px;
  padding-top:0;
}
@media only screen and (min-width: 1045px) {
  .header__inner .header__logo {
    margin-left: 11rem;
  }
}
.header__desktop--logo_above .header__dropdown:before {
  top: inherit !important;
}
@media (min-width: 750px) {
  .cst-contact-section {
    display: flex;
  }
  .cst-contact-section .cst_html,
  .cst-contact-section .cst_content_form {
    width: 50%;
  }
  .cst-contact-section .cst_html {
    padding-right: 25px;
  }
}
.section-html.cst_html iframe {
  width: 100%;
}
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4 {
  font-size: 25px;
  margin-bottom: 5px;
}
.accordion__title.cust_tab.active:after {
  transform: rotate(-45deg);
}
.brick__collection .product-grid-item__image-wrapper img {
  object-fit: cover !important;
}

a.product__form__link.cust_vandor {
  float: right;
  margin: 15px;
}

@media only screen and (min-width: 768px) {
  .collection .collection__filters__wrapper {
    min-width: 300px !important;
  }
  .product-page .product__media__wrapper .flickity-viewport {
    width: 675px;
    height: 675px !important;
  }
}

.banner_mini_popup_sec1,
.product-grid-item__image-wrapper {
  border: unset !important;
}
a.product_vendor_box {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}
/* .cust-image-bar img {
    margin-top: 20px;
} */
.grandparent .navlink--child {
  border-bottom: inherit;
}
.dropdown__family--grandchild span.navtext {
  font-size: 13px;
}
.header__dropdown__wrapper span.navtext {
}
.header__dropdown .navlink .navtext {
  text-transform: capitalize !important;
  font-weight: 400;
  color: var(--text-light);
  /* font-size: 12px; */
  font-size: 15px;
}
.header__dropdown__wrapper
  .dropdown__family--grandchild
  .navlink--grandchild:not(.highlight--link)
  .navtext {
  /* font-size: 14px; */
  font-size: 15px;
  font-weight: 800;
  color: #4d4d4db3 !important;
}
.dropdown__family--grandchild span.navtext {
  padding-bottom: 10px;
}

.dropdown__family--grandchild span.navtext {
  display: inline-block;
}

.dropdown__family--grandchild span.navtext::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.2s;
  margin-top: 2px;
}
.dropdown__family--grandchild span.navtext:hover::after {
  width: 100%;
  //transition: width .3s;
}
.grandparent .navlink--grandchild {
    margin-top: 0px;
}
.header__dropdown__wrapper .dropdown__family--grandchild .navlink--grandchild:not(.highlight--link) .navtext {
    padding-bottom: 0;
    font-weight: 400;
    color: #000 !important;
}
/* a.product_vendor_box, .prd_pirce, .product__grid__title, .product__grid__info price { 
    font-family: Ovo, serif !important;
} */
shop-the-look.cstm-shop-the-look .prd_title , a.product_vendor_box, .prd_pirce, .product__grid__title, .product__grid__info price {
    font-family: "Avenir Next", sans-serif !important;
}
/* .product-grid-item__image-wrapper .aspect-\[--wh-ratio\] {
    aspect-ratio: 1 / 1;
}
.product-grid-item__image-wrapper img {
    object-fit: contain !important;
} */
@supports (aspect-ratio: auto){
  .product-grid-item__image-wrapper .aspect-\[--wh-ratio\], .product-grid-item__images.aspect-\[--wh-ratio\]{
     aspect-ratio: 1 / 1;
  }
}
.product-grid-item__image-wrapper img {
    object-fit: contain !important;
  background-color:#fffbf7;
}
.collection__sort li.popout-list__item.cutfilter_sort-Featured {
    display: none;
}
.srm_product_media, .lazy-image.mobile-zoom-wrapper {
  height:100%;
}

.product-page .product__media {
  aspect-ratio: 1/1;
  height: auto;
}
@media (max-width: 749px) {
  /* .product-page .product__media__wrapper .flickity-viewport, .product-page .product__media__wrapper .flickity-slider {
    width: 500px !important;
    height: 500px !important;
}
.product__mobile--carousel .product__media {
    width: 100%;
    margin-right: 0;
} */
}
@media only screen and (min-width: 768px){
  .product-page .product__media__wrapper .flickity-viewport {
      width: 600px;
      height: 600px !important;
  }
}

.product-grid-item__content:not(.is-mobile):hover .product-grid-item__pagination {
    opacity: 0;
}
.product-grid-slide .md\:w-full, button.stain-button-canvas {
    background: #d1aea8;
    color:#fff;
}
.group\/product-grid-item:hover .md\:group-hover\/product-grid-item\:opacity-100 {
   z-index:999;
}
.product-grid-slide .md\:w-full .text-button-contrast {
  color:#fff !important;
  padding: 5px 0;
}
button.stain-button-canvas span {
  color:#fff !important;
  padding: 0px 0;
}
.product__grid__info {
    padding-left: 10px;
}
.collection__content .product__grid__info {
    padding-left: 0px;
}

@media (min-width: 768px){
  .group\/product-grid-item .md\:opacity-0 {
    /* display: none; */
    position: inherit;
 }
 .group\/product-grid-item:hover .md\:group-hover\/product-grid-item\:opacity-100 {
    display: block;
 }
}

/* Contra edits */
.follow-icon-wrapper shop-heart-icon { 
  color:#000;
}

.price-flex {
  display:flex;
  align-items:center;
}

.upsell__holder {
  margin-bottom:20px;
}

/* CSS - Hide the product add popdown */
.product-add-popdown{
display: none !important;
}
/* end */

.main-content .wrapper{
  padding-top:75px;
}
.customer-logged-in .main-content{
  padding-top:45px;
}

.ebcf_modal-content .input-group {
    margin: 0 auto 20px;
    max-width: 400px;
    display: flex;
}
.global-bar {
  display:flex;
}
.gb-bar-inner {
  margin-left:35px;
  margin-right:35px;
  display:flex;
  align-items:center;
  width: 100%;
}
.gb-bar-link {
font-family: "Avenir Next";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 200% */
letter-spacing: 0.6px;
padding: 5px 12px;
display: inline-block;
}
.left .bg-bar-link, .right .bg-bar-link {
      font-family: Avenir Next;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .6px;
    padding: 5px 12px;
  display: inline-block;
}
.gb-bar-link.active {
  background: rgba(209, 174, 168, 0.2);
}

.services-buttons {
  position: absolute;
  right: 3rem;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 2.1em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .services-buttons {
    display: none;
  }
  .gb-bar-inner {
    margin:0;
  }
}
/* .header__desktop__button .btn--outline {
  margin-top: 2em;
} */
.header__desktop__button:not(:last-of-type) .btn--outline {
  margin-right: .75em;
}

@media screen and (min-width: 1045px) {
  .menu_swap_enabled-service .header__inner .header__logo {
    margin-left: 0;
  }
}



.no-underline.kicker-flourished:after {
  content: unset;
}

.kicker-flourished.main-title {
  font-size: 1.8rem;
}

.categories-with-text,
.categories-basic,
.categories-bigger-basic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {

  .categories-with-text,
  .categories-basic,
  .categories-bigger-basic {
    grid-template-columns: 1fr 1fr;
  }

  .categories-with-text,
  .categories-basic,
  .categories-bigger-basic {
    margin-bottom: 3rem;
  }
}


.category-with-text-item {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  background-color: #FFFBF7;
}

@media screen and (max-width: 989px) {
  .categories-with-text:not(.basic) .category-with-text-item {
    flex-direction: column;
  }

  .basic .category-with-text-content.services-text {
    min-height: 6rem;
    align-content: center;
  }

  .basic .category-with-text-content.services-text .hero__cta__wrapper {
    flex-direction: row;
    min-height: 6rem;
  }

  .basic .services-text {
    width: 55%;
  }

  .basic .services-image {
    width: 45%;
  }
}

@media screen and (min-width: 990px) {
  .category-with-text-image {
    width: 34.5%;
  }
}



.category-with-text-content {
  padding: 2rem 8%;
  font-size: .95rem;
}

@media screen and (max-width: 767px) {
  .category-with-text-content {
    width: 100%;
    padding: 1.5rem 7.5%;
  }
}

.category-with-text-content h3 {
  font-family: var(--TYPE-STACK-KICKER);
  font-weight: var(--TYPE-WEIGHT-KICKER);
  font-size: 1.25rem;
  color: #646464;
}

.category-basic-item {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.75rem;
}

.category-basic-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: rgba(255, 255, 255, .75);
}

.category-basic-item .hero__btn {
  margin-top: 0 !important;
  background-color: #fff;
  color: #646464;
  display: inline-block;
  padding: .75rem 1.5rem;
  min-width: 158px;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
  transition: all ease-in-out .2s;
}

.category-basic-item .hero__btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.category-basic-item .hero__btn:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .35);
}

.category-bigger-basic-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.6;
}

.category-bigger-basic-item .btn_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .75);
  display: block;
  padding: 1rem 7.5%;
  font-size: 1.375rem;
  font-weight: 600;
  transition: background-color ease-out .2s;
}

.plus-text .category-bigger-basic-item .btn_bottom {
  background-color: rgba(251, 248, 243, .85)
}

.categories-bigger-basic a .icon-arrow-small-right-2 {
  margin: -2px 0 0 4px;
  transition: margin ease-out .2s;
}

.categories-bigger-basic a:hover .icon-arrow-small-right-2 {
  margin-left: 7px;
}

.categories-bigger-basic a:hover .btn_bottom {
  background-color: rgba(255, 255, 255, .95);
}

.category-bottom-text {
  padding: 1.75rem 7.5% 2rem;
}

.categories-bigger-basic.plus-text a:hover .btn_bottom {
  background-color: rgba(251, 248, 243, .95);
}

.column__image-logo {
  position: relative;
  background-color: #FFFBF7;
  aspect-ratio: 2.15;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.columns-logo-img {
  mix-blend-mode: multiply;
}

.columns-logo-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: transform ease-out .2s;
  background-color: rgba(253, 247, 243, 0.5)
}

.columns-logo-link a {
  background-color: rgba(253, 247, 243, 0.5)
}

.columns-logo-link a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.column__image-logo:hover .columns-logo-link {
  transform: translateY(0);
}

.services-text,
.services-image {
  width: 50%;
  height: 100%;
}

.category-with-text-content.services-text {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.services-text a.hero__btn {
  margin-top: 0 !important;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 989px) {

  .category-with-text-content.services-text {
    padding: 1.25rem 5%;
  }

  .services-text a.hero__btn {
    font-size: 14px;
  }
}

.block-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: box-shadow ease-out .2s;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0);
}

.block-link:hover {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .125);
}

.icon-arrow-small-right-2 {
  fill: transparent;
  width: unset;
  height: unset;
}

.services-text a .icon-arrow-small-right-2 {
  margin: -2px 0 0 4px;
}

@media screen and (max-width: 989px) {
  .services-text a .icon-arrow-small-right-2 {
    margin: -2px 0 0 0;
  }

  .services-text a:hover .icon-arrow-small-right-2 {
    margin: -2px 0 0 0;
  }
}

.footer-address {
  margin-top: 1rem;
}

.footer-logo-description-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.footer-logo-description {
  margin-bottom: 1rem;
}

@media screen and (max-width: 989px) {
  .footer-logo-description-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-logo-description {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {

  .footer-logo-description {
    margin-top: -1.5rem;
    margin-bottom: -1px;
  }

  .footer-logo-description .footer__title {
    border-bottom: none;
  }
}

@media screen and (min-width: 990px) {
  .desktop-2-columns {
    columns: 2;
  }
}

.section-columns-inset-text {
  position: relative;
  margin-bottom: 30px;
}

.section-columns-inset-text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--gutter) / 2));
  right: calc((var(--gutter) / 2));
  background-color: #FBF8F3;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .section-columns-inset-text:before {
    left: 0;
    right: 0;
  }
}

.section-columns-inset-text .accent-title-large {
  color: #D1AEA8;
}

.section-columns-inset-text .text-image-column-content {
  position: relative;
  padding: 1.25rem 7.5% .5rem;
}

@media screen and (max-width: 767px) {
  .section-columns-inset-text .text-image-column-content {
    position: relative;
    padding: .25rem 5%;
  }
}

.section-columns-inset-text .text-image-column-text {
  margin-bottom: 1.5rem;
}

.highlight_b .brick__block__text:after {
  content: 'B';
  position: absolute;
  top: .5rem;
  right: 3%;
  font-size: 2.75rem;
  font-weight: 700;
  color: #D1AEA8;
}

.highlight_b .brick__block__image:after {
  content: 'BUNDLES';
  position: absolute;
  top: 20%;
  left: 18%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}

.shop_lists .rte {
  line-height: 1.9;
}

.shop_lists .rte a {
  text-decoration: none;
  text-underline-offset: 4px;
}

.shop_lists .rte a:hover {
  text-decoration: underline;
  font-weight: 500;
}

.category-bottom-text {
  background-color: #FBF8F3;
}

.highlight_1_t .categories-bigger-text:first-of-type .category-bigger-basic-item:after {
  content: 'T';
  position: absolute;
  top: .5rem;
  right: 5%;
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
}

.highlight_2_r .categories-bigger-text:nth-of-type(2) .category-bigger-basic-item:after {
  content: 'R';
  position: absolute;
  top: .5rem;
  right: 5%;
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 989px) {
  .tablet-down--hide {
    display: none !important;
  }

  .tablet-down--show {
    display: block !important;
  }
}

@media screen and (min-width: 990px) {
  .tablet-up--hide {
    display: none !important;
  }

  .tablet-up--show {
    display: block !important;
  }
}

@media screen and (min-width: 480px) {
  .nav-items-with-img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 1.75rem;
  }

  .nav-items-with-img .stic-image {
    margin-top: -1.5rem;
  }

  .nav-items-with-img .stic-image:after {
    content: '';
    position: absolute;
    top: -.25rem;
    right: -1.7rem;
    bottom: 0;
    width: 1px;
    background-color: #E5E5E5;
  }

  .nav-items-with-img .nav-items-with-img-items {
    width: 55%;
  }

  .nav-items-with-img-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;

  }

  .grandparent .nav-items-with-img-items .navlink--grandchild {
    margin-right: 1rem;
  }

  .nav-items-with-img .cust-image-bar {
    width: 124px;
    margin-left: 1rem;
  }

  .nav-items-with-img .cust-image-bar.no-image {
    width: 0;
  }
}

.stic-image {
  position: relative;
}

.stic-image h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 2rem 2% 1rem;
  background-color: rgba(251, 248, 243, .9);
  color: #D1AEA8;
  font-family: var(--TYPE-STACK-KICKER);
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.grandparent .navlink--grandchild.has_all .navtext {
  font-weight: 500 !important;
}

.has_all .icon-arrow-small-right-2 {
  width: 6px;
  height: 12px;
}

@media screen and (min-width: 480px) {
  .grandparent .navlink--grandchild.has_all {
    margin-top: 2rem;

  }

  .grandparent .navlink--grandchild.has_all+.has_all {
    margin-top: 0;
  }

  .link_parent-services .header__dropdown__inner {
    width: 100%;
    max-width: 100% !important;
  }

  .nav-items-with-img_category {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .75rem 1rem;
  }
}


.nav_img_category-img {
  position: relative;
}

.nav_img_category-img:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background ease-in-out .2s;
}

.nav_img_category-link:hover .img_category-img:after {
  background-color: rgba(0, 0, 0, .5);
}

.nav_img_category-img img {
  display: block;
}

.nav_img_category-text {
  background-color: #FBF8F3;
  padding: 8px 1.2rem;
}

.grandparent .navlink--grandchild.nav_img_category-link:hover .navtext {
  font-weight: 600 !important;
}

.nav_img_category-link .icon-arrow-small-right-2 {
  width: 6px;
  height: 12px;
}

.no-image.nav_img_category-link {
  background-color: #FBF8F3;
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}

.no-image.nav_img_category-link .navtext {
  font-size: 1rem;
  font-weight: 600 !important;
  text-transform: none;
}

.grandparent.kids-4 .header__dropdown__inner.main-nav-shop {
  grid-template-columns: 1fr 1.25fr 1fr .8fr;
}

.side-by-side .index__column {
  display: flex;
}
.side-by-side .column-text-wrap {
  background-color: #FFFCF7;
}

@media screen and (max-width: 767px) {
  
}

@media screen and (min-width: 768px) {
  .side-by-side .index__column {
    display: flex;
    align-items: center;
  }
  .side-by-side .column__image {
    order: 2;
    width: 50%;
    height: 100%;
    margin-bottom: 0;
  }
  .side-by-side .column-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 2rem;
  }
}

.theme__header .global-bar {
  display:none;
}

.js__header__stuck .theme__header .global-bar {
  display:flex;
  width:100%;
  background:#fff;
}

.js__header__stuck .services-buttons {
  top:4.1em;
}

.skinbetter-box {
    margin-top: 24px;
    margin-bottom: 32px;
    background-color: #90a1b026;
    border: 2px solid rgb(209 174 168 / 50%);
    color: #233520;
    padding: 15px;
}
.skinbetter-box a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    font-family: "Avenir Next", serif;
}
.skinbetter-box h5 {
    font-size:20px;
  }

{% comment %}
  Add these styles to your theme's style sheets or add them to the head via theme.liquid
{% endcomment %}

.countdown-timer {
  width: 100%;
  padding: 8px 15px;
  text-align: center;
  border-radius: 6px;
}

.countdown-timer__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.countdown-timer__heading {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.countdown-timer__display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.countdown-timer__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

.countdown-timer__value {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

.countdown-timer__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-left: 2px;
}

.countdown-timer__expired {
  font-size: 0.9rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .countdown-timer__container {
    gap: 5px;
  }
  
  .countdown-timer__display {
    gap: 5px;
  }
  
  .countdown-timer__value {
    font-size: 1rem;
  }
  
  .countdown-timer__label {
    font-size: 0.65rem;
  }
}